├── .gitignore ├── README.md ├── andamiro ├── board.md ├── board │ └── mkv.md ├── cabinet.md ├── dongle.md ├── game │ └── piu │ │ ├── 1st.md │ │ ├── 2nd.md │ │ ├── 3rd.md │ │ ├── 3se.md │ │ ├── exc.md │ │ ├── exc2.md │ │ ├── extra.md │ │ ├── f2.md │ │ ├── fst.md │ │ ├── fstex.md │ │ ├── inf.md │ │ ├── jump.md │ │ ├── nx.md │ │ ├── nx2.md │ │ ├── nxa.md │ │ ├── pc.md │ │ ├── phoenix.md │ │ ├── prem1.md │ │ ├── prem2.md │ │ ├── prem3.md │ │ ├── prex1.md │ │ ├── prex2.md │ │ ├── prex3.md │ │ ├── prime.md │ │ ├── prime2.md │ │ ├── pro.md │ │ ├── pro2.md │ │ ├── reb.md │ │ ├── tc.md │ │ ├── xx.md │ │ └── zero.md ├── io.md ├── monitor.md └── products.md ├── arccer ├── boards.md └── software.md ├── capcom └── boards.md ├── exa-arcadia └── boards.md ├── igs ├── boards.md ├── identifiers.md ├── io.md ├── peripherals.md ├── products.md └── versions.md ├── jaleco └── products.md ├── konami ├── boards.md ├── dongle.md ├── identifiers.md ├── io.md ├── io │ ├── GEC02 │ │ ├── pwb-aa-bootleg.md │ │ └── pwb-aa.md │ ├── GQ863 │ │ ├── pwb-b2.md │ │ ├── pwb-c4.md │ │ └── pwb-f1.md │ ├── e33-jamma-wiring.md │ └── usbio2.md ├── product │ ├── GCC44-JA.md │ ├── GEC02-JA.md │ ├── GEC02-JB.md │ ├── GEC02-JC.md │ ├── GEE11-JA.md │ ├── GEE11-JB.md │ ├── GEECO-JA.md │ ├── GEECO-JB.md │ ├── GEFDD-JA.md │ ├── GEFDD-JB.md │ ├── GEG32-JA.md │ ├── GELDJ-JM.md │ ├── GELDJ-JO.md │ ├── GQ863-JA.md │ ├── GQ983-JA.md │ ├── GQ985-JA.md │ ├── GQ992-JA.md │ ├── GQD01-JA.md │ ├── GQE11-JA.md │ ├── GQECO-JA.md │ ├── GQFDD-JA.md │ ├── GQGLD-JA.md │ ├── GQHDD-JA.md │ ├── GQI00-JA.md │ ├── GQJDZ-JA.md │ ├── GQLDJ-JA.md │ ├── GQLDJ-JB.md │ ├── GQLDJ-JC.md │ ├── GQTDJ-JA.md │ ├── GU956.md │ ├── GUHDD-JB.md │ ├── GULDJ-JA.md │ ├── GULDJ-JC.md │ ├── GULDJ-JF.md │ ├── GULDJ-JI.md │ ├── GULDJ-JJ.md │ ├── GULDJ-JN.md │ ├── GULDJ-JS.md │ └── LDJ-MA014-JA.md ├── products.md └── software │ ├── C02.md │ ├── D01.md │ ├── E11.md │ ├── ECO.md │ ├── FDD.md │ ├── GLD.md │ ├── HDD.md │ ├── I00.md │ ├── JDJ.md │ ├── JDZ.md │ ├── KDZ.md │ └── LDJ.md ├── namco ├── boards.md ├── identifiers.md ├── io.md └── products.md ├── saint-fun └── boards.md ├── sealy └── boards.md ├── sega ├── boards.md ├── identifiers.md └── media.md ├── taito ├── boards.md └── parts.md └── wahlap └── boards.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/README.md -------------------------------------------------------------------------------- /andamiro/board.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/andamiro/board.md -------------------------------------------------------------------------------- /andamiro/board/mkv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/andamiro/board/mkv.md -------------------------------------------------------------------------------- /andamiro/cabinet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/andamiro/cabinet.md -------------------------------------------------------------------------------- /andamiro/dongle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/andamiro/dongle.md -------------------------------------------------------------------------------- /andamiro/game/piu/1st.md: -------------------------------------------------------------------------------- 1 | # Pump it Up: The 1st Dance Floor 2 | 3 | ## Versions 4 | 5 | * `0.53.1999.9.31` 6 | -------------------------------------------------------------------------------- /andamiro/game/piu/2nd.md: -------------------------------------------------------------------------------- 1 | # Pump it Up: The 2nd Dance Floor 2 | 3 | ## Versions 4 | 5 | * `Dec 27 1999` 6 | -------------------------------------------------------------------------------- /andamiro/game/piu/3rd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/andamiro/game/piu/3rd.md -------------------------------------------------------------------------------- /andamiro/game/piu/3se.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/andamiro/game/piu/3se.md -------------------------------------------------------------------------------- /andamiro/game/piu/exc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/andamiro/game/piu/exc.md -------------------------------------------------------------------------------- /andamiro/game/piu/exc2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/andamiro/game/piu/exc2.md -------------------------------------------------------------------------------- /andamiro/game/piu/extra.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/andamiro/game/piu/extra.md -------------------------------------------------------------------------------- /andamiro/game/piu/f2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/andamiro/game/piu/f2.md -------------------------------------------------------------------------------- /andamiro/game/piu/fst.md: -------------------------------------------------------------------------------- 1 | # Pump It Up 2010 Fiesta 2 | 3 | ## Versions 4 | 5 | * `120` 6 | -------------------------------------------------------------------------------- /andamiro/game/piu/fstex.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/andamiro/game/piu/fstex.md -------------------------------------------------------------------------------- /andamiro/game/piu/inf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/andamiro/game/piu/inf.md -------------------------------------------------------------------------------- /andamiro/game/piu/jump.md: -------------------------------------------------------------------------------- 1 | # Pump It Up Jump! 2 | 3 | ## Versions 4 | 5 | -------------------------------------------------------------------------------- /andamiro/game/piu/nx.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/andamiro/game/piu/nx.md -------------------------------------------------------------------------------- /andamiro/game/piu/nx2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/andamiro/game/piu/nx2.md -------------------------------------------------------------------------------- /andamiro/game/piu/nxa.md: -------------------------------------------------------------------------------- 1 | # Pump It Up NX Absolute: International 10th Dance Floor 2 | 3 | ## Versions 4 | 5 | * `110` 6 | -------------------------------------------------------------------------------- /andamiro/game/piu/pc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/andamiro/game/piu/pc.md -------------------------------------------------------------------------------- /andamiro/game/piu/phoenix.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/andamiro/game/piu/phoenix.md -------------------------------------------------------------------------------- /andamiro/game/piu/prem1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/andamiro/game/piu/prem1.md -------------------------------------------------------------------------------- /andamiro/game/piu/prem2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/andamiro/game/piu/prem2.md -------------------------------------------------------------------------------- /andamiro/game/piu/prem3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/andamiro/game/piu/prem3.md -------------------------------------------------------------------------------- /andamiro/game/piu/prex1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/andamiro/game/piu/prex1.md -------------------------------------------------------------------------------- /andamiro/game/piu/prex2.md: -------------------------------------------------------------------------------- 1 | # Pump it Up The PREX 2 2 | 3 | ## Versions 4 | 5 | * `2003` 6 | -------------------------------------------------------------------------------- /andamiro/game/piu/prex3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/andamiro/game/piu/prex3.md -------------------------------------------------------------------------------- /andamiro/game/piu/prime.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/andamiro/game/piu/prime.md -------------------------------------------------------------------------------- /andamiro/game/piu/prime2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/andamiro/game/piu/prime2.md -------------------------------------------------------------------------------- /andamiro/game/piu/pro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/andamiro/game/piu/pro.md -------------------------------------------------------------------------------- /andamiro/game/piu/pro2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/andamiro/game/piu/pro2.md -------------------------------------------------------------------------------- /andamiro/game/piu/reb.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/andamiro/game/piu/reb.md -------------------------------------------------------------------------------- /andamiro/game/piu/tc.md: -------------------------------------------------------------------------------- 1 | # Pump it Up: The Collection 2 | 3 | ## Versions 4 | 5 | * `R5/v3.43` 6 | -------------------------------------------------------------------------------- /andamiro/game/piu/xx.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/andamiro/game/piu/xx.md -------------------------------------------------------------------------------- /andamiro/game/piu/zero.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/andamiro/game/piu/zero.md -------------------------------------------------------------------------------- /andamiro/io.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/andamiro/io.md -------------------------------------------------------------------------------- /andamiro/monitor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/andamiro/monitor.md -------------------------------------------------------------------------------- /andamiro/products.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/andamiro/products.md -------------------------------------------------------------------------------- /arccer/boards.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/arccer/boards.md -------------------------------------------------------------------------------- /arccer/software.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/arccer/software.md -------------------------------------------------------------------------------- /capcom/boards.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/capcom/boards.md -------------------------------------------------------------------------------- /exa-arcadia/boards.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/exa-arcadia/boards.md -------------------------------------------------------------------------------- /igs/boards.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/igs/boards.md -------------------------------------------------------------------------------- /igs/identifiers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/igs/identifiers.md -------------------------------------------------------------------------------- /igs/io.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/igs/io.md -------------------------------------------------------------------------------- /igs/peripherals.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/igs/peripherals.md -------------------------------------------------------------------------------- /igs/products.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/igs/products.md -------------------------------------------------------------------------------- /igs/versions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/igs/versions.md -------------------------------------------------------------------------------- /jaleco/products.md: -------------------------------------------------------------------------------- 1 | # JALECO products 2 | 3 | ## Games 4 | 5 | * VJ Visual & Music Slap `#MEDIA:jaleco/vj` 6 | -------------------------------------------------------------------------------- /konami/boards.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/konami/boards.md -------------------------------------------------------------------------------- /konami/dongle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/konami/dongle.md -------------------------------------------------------------------------------- /konami/identifiers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/konami/identifiers.md -------------------------------------------------------------------------------- /konami/io.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/konami/io.md -------------------------------------------------------------------------------- /konami/io/GEC02/pwb-aa-bootleg.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/konami/io/GEC02/pwb-aa-bootleg.md -------------------------------------------------------------------------------- /konami/io/GEC02/pwb-aa.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/konami/io/GEC02/pwb-aa.md -------------------------------------------------------------------------------- /konami/io/GQ863/pwb-b2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/konami/io/GQ863/pwb-b2.md -------------------------------------------------------------------------------- /konami/io/GQ863/pwb-c4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/konami/io/GQ863/pwb-c4.md -------------------------------------------------------------------------------- /konami/io/GQ863/pwb-f1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/konami/io/GQ863/pwb-f1.md -------------------------------------------------------------------------------- /konami/io/e33-jamma-wiring.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/konami/io/e33-jamma-wiring.md -------------------------------------------------------------------------------- /konami/io/usbio2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/konami/io/usbio2.md -------------------------------------------------------------------------------- /konami/product/GCC44-JA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/konami/product/GCC44-JA.md -------------------------------------------------------------------------------- /konami/product/GEC02-JA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/konami/product/GEC02-JA.md -------------------------------------------------------------------------------- /konami/product/GEC02-JB.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/konami/product/GEC02-JB.md -------------------------------------------------------------------------------- /konami/product/GEC02-JC.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/konami/product/GEC02-JC.md -------------------------------------------------------------------------------- /konami/product/GEE11-JA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/konami/product/GEE11-JA.md -------------------------------------------------------------------------------- /konami/product/GEE11-JB.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/konami/product/GEE11-JB.md -------------------------------------------------------------------------------- /konami/product/GEECO-JA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/konami/product/GEECO-JA.md -------------------------------------------------------------------------------- /konami/product/GEECO-JB.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/konami/product/GEECO-JB.md -------------------------------------------------------------------------------- /konami/product/GEFDD-JA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/konami/product/GEFDD-JA.md -------------------------------------------------------------------------------- /konami/product/GEFDD-JB.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/konami/product/GEFDD-JB.md -------------------------------------------------------------------------------- /konami/product/GEG32-JA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/konami/product/GEG32-JA.md -------------------------------------------------------------------------------- /konami/product/GELDJ-JM.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/konami/product/GELDJ-JM.md -------------------------------------------------------------------------------- /konami/product/GELDJ-JO.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/konami/product/GELDJ-JO.md -------------------------------------------------------------------------------- /konami/product/GQ863-JA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/konami/product/GQ863-JA.md -------------------------------------------------------------------------------- /konami/product/GQ983-JA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/konami/product/GQ983-JA.md -------------------------------------------------------------------------------- /konami/product/GQ985-JA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/konami/product/GQ985-JA.md -------------------------------------------------------------------------------- /konami/product/GQ992-JA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/konami/product/GQ992-JA.md -------------------------------------------------------------------------------- /konami/product/GQD01-JA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/konami/product/GQD01-JA.md -------------------------------------------------------------------------------- /konami/product/GQE11-JA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/konami/product/GQE11-JA.md -------------------------------------------------------------------------------- /konami/product/GQECO-JA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/konami/product/GQECO-JA.md -------------------------------------------------------------------------------- /konami/product/GQFDD-JA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/konami/product/GQFDD-JA.md -------------------------------------------------------------------------------- /konami/product/GQGLD-JA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/konami/product/GQGLD-JA.md -------------------------------------------------------------------------------- /konami/product/GQHDD-JA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/konami/product/GQHDD-JA.md -------------------------------------------------------------------------------- /konami/product/GQI00-JA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/konami/product/GQI00-JA.md -------------------------------------------------------------------------------- /konami/product/GQJDZ-JA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/konami/product/GQJDZ-JA.md -------------------------------------------------------------------------------- /konami/product/GQLDJ-JA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/konami/product/GQLDJ-JA.md -------------------------------------------------------------------------------- /konami/product/GQLDJ-JB.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/konami/product/GQLDJ-JB.md -------------------------------------------------------------------------------- /konami/product/GQLDJ-JC.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/konami/product/GQLDJ-JC.md -------------------------------------------------------------------------------- /konami/product/GQTDJ-JA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/konami/product/GQTDJ-JA.md -------------------------------------------------------------------------------- /konami/product/GU956.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/konami/product/GU956.md -------------------------------------------------------------------------------- /konami/product/GUHDD-JB.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/konami/product/GUHDD-JB.md -------------------------------------------------------------------------------- /konami/product/GULDJ-JA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/konami/product/GULDJ-JA.md -------------------------------------------------------------------------------- /konami/product/GULDJ-JC.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/konami/product/GULDJ-JC.md -------------------------------------------------------------------------------- /konami/product/GULDJ-JF.md: -------------------------------------------------------------------------------- 1 | # `GULDJ-JF`: Beatmania IIDX SPADA art kit 2 | -------------------------------------------------------------------------------- /konami/product/GULDJ-JI.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/konami/product/GULDJ-JI.md -------------------------------------------------------------------------------- /konami/product/GULDJ-JJ.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/konami/product/GULDJ-JJ.md -------------------------------------------------------------------------------- /konami/product/GULDJ-JN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/konami/product/GULDJ-JN.md -------------------------------------------------------------------------------- /konami/product/GULDJ-JS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/konami/product/GULDJ-JS.md -------------------------------------------------------------------------------- /konami/product/LDJ-MA014-JA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/konami/product/LDJ-MA014-JA.md -------------------------------------------------------------------------------- /konami/products.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/konami/products.md -------------------------------------------------------------------------------- /konami/software/C02.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/konami/software/C02.md -------------------------------------------------------------------------------- /konami/software/D01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/konami/software/D01.md -------------------------------------------------------------------------------- /konami/software/E11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/konami/software/E11.md -------------------------------------------------------------------------------- /konami/software/ECO.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/konami/software/ECO.md -------------------------------------------------------------------------------- /konami/software/FDD.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/konami/software/FDD.md -------------------------------------------------------------------------------- /konami/software/GLD.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/konami/software/GLD.md -------------------------------------------------------------------------------- /konami/software/HDD.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/konami/software/HDD.md -------------------------------------------------------------------------------- /konami/software/I00.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/konami/software/I00.md -------------------------------------------------------------------------------- /konami/software/JDJ.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/konami/software/JDJ.md -------------------------------------------------------------------------------- /konami/software/JDZ.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/konami/software/JDZ.md -------------------------------------------------------------------------------- /konami/software/KDZ.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/konami/software/KDZ.md -------------------------------------------------------------------------------- /konami/software/LDJ.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/konami/software/LDJ.md -------------------------------------------------------------------------------- /namco/boards.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/namco/boards.md -------------------------------------------------------------------------------- /namco/identifiers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/namco/identifiers.md -------------------------------------------------------------------------------- /namco/io.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/namco/io.md -------------------------------------------------------------------------------- /namco/products.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/namco/products.md -------------------------------------------------------------------------------- /saint-fun/boards.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/saint-fun/boards.md -------------------------------------------------------------------------------- /sealy/boards.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/sealy/boards.md -------------------------------------------------------------------------------- /sega/boards.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/sega/boards.md -------------------------------------------------------------------------------- /sega/identifiers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/sega/identifiers.md -------------------------------------------------------------------------------- /sega/media.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/sega/media.md -------------------------------------------------------------------------------- /taito/boards.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/taito/boards.md -------------------------------------------------------------------------------- /taito/parts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/taito/parts.md -------------------------------------------------------------------------------- /wahlap/boards.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shizmob/arcade-docs/HEAD/wahlap/boards.md --------------------------------------------------------------------------------