Go to file
konmai69 9c3ab8256e Konami: update products.md
- Add GITADORA Galaxy Wave and another 000ROM for M32
- XIF has been released, add 000ROM version
- add Bishi bashi KCK version
2024-03-28 20:46:32 +07:00
andamiro Andamiro: add PIU Phoenix and LXv2 cab, fix minor typo in boards 2024-02-14 01:14:28 +07:00
arccer Fixing info 2023-12-23 00:45:02 +00:00
capcom Add Capcom boards 2022-11-19 18:47:25 +07:00
exa-arcadia Correcting false info 2024-01-14 15:37:02 +00:00
igs IGS: add Monster Eye version 2024-02-27 14:03:41 +07:00
jaleco Add jaleco vj product 2021-09-12 05:38:04 +02:00
konami Konami: update products.md 2024-03-28 20:46:32 +07:00
namco Update boards.md 2023-09-06 18:00:39 +08:00
sealy h81 rather than h61 2024-02-14 11:19:13 +08:00
sega CDA-0015-1 according to issue #67 2024-01-14 13:29:37 +00:00
taito taito: add source for TypeX4 model 600A 2023-05-12 11:48:48 +02:00
wahlap Revise Wahlap boards 2023-01-29 15:39:08 +07:00
README.md konami: import @oyakodon_oniku's excellent product list (with permission) 2021-09-15 03:16:41 +02:00

README.md

arcade documentation

An open (to read and contribute) repository of arcade hardware and software documentation.

Scope

This repository aims to document both arcade hardware and software to the extent that it's necessary and useful. This is not a hard and fast rule: listing every single software revision changes for every game may be out of scope and quickly bloat the repository, but full PCB descriptions and pinouts may be useful for repair.

There's no hard boundary or ruleset yet, but please keep in mind whether the you're not directly duplicating another source's effort (for instance, Bemaniwiki is pretty good at documenting Konami software changes). If you're unsure, just send in a pull request and we'll see what we can work out!

Note that we won't accept copyrighted materials or anything that could get us into trouble: (self-made) pictures are fine, but please don't contribute manuals or similar copyrighted content. They're extremely useful, but due to DMCA limitations this is sadly not the place for them.

Finally, this is not the place for contents that directly and solely help bootleggers: while security details for arcade systems are useful and important for preservation, consider the age of the system and whether it is still under active support from its manufacturer or distributor first, as well as whether parts of that security system are still relevant for newer, more current, systems.

Sources

Due to the origin of this repository, there is almost no information of the sources of the information contained within it right now. We're fairly certain on the accuracy of most of it, however do not take it as gospel and always measure before working on hardware! You are solely responsible for working on your own, and especially other peoples', cabinets.

A source tagging system is in the works, the preliminary version consists of adding the following information at the end of a line:

#<type>:<info*>

Types can be:

  • WEB: website, info identifies the website in question
  • SCRAPE: scrape, info identiies the source of the scrape
  • GAME: game data, info identifies the data and location
  • MAME: MAME sources, info identifies the driver filename
  • DOC: official documentation, info identifies the producer and identifier of the document
  • MEDIA: uploaded media to media repository, e.g. pictures of cabinets, boards, model stickers, etc.
  • CLAIM: observation or information without direct proof, e.g. picture
  • MISC: everything else, info identifies it further:
    • oyakodon_oniku_list: comprehensive list of Konami product codes maintained by おにく太郎さん, referenced with permission

Examples:

  • #WEB:http://kururusky.com/?p=1458, a website source;
  • #SCRAPE:sega:arcade-history, a scrape source (SEGA's arcade history page);
  • #GAME:namco:PBN100-1-NA-MPRO-A:AMCUS/AMConfig.ini, a game data source (AMConfig.ini in Pokemon Battle Network);
  • #MAME:namcops2: a MAME source (the namcops2.cpp driver comments);
  • #DOC:konami:114946810000, an official document source: the KONAMI beatmania IIDX 23 tricoro cabinet manual (doc #114946810000);
  • #CLAIM:shiz, an observation by shiz
  • #MEDIA:konami/GPI36-JA-sticker.jpg, picture of the model sticker of the Metal Gear Arcade cabinet

In the meantime here are some major sources used:

Notable sources that are often incorrect and should not be solely relied upon:

  • System16;
  • Wikipedia (yes, Japanese Wikipedia too!) and its million scrapers, clones and mirrors;

License

The contents herein, insofar they are original and copyrightable, are licensed under the following license:

            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
                    Version 2, December 2004

 Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>

 Everyone is permitted to copy and distribute verbatim or modified
 copies of this license document, and changing it is allowed as long
 as the name is changed.

            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

  0. You just DO WHAT THE FUCK YOU WANT TO.

By contributing, you agree that your contributions will be licensed under the WTFPL as well.