1
1
mirror of https://github.com/Shizmob/arcade-docs.git synced 2024-09-24 03:08:28 +02:00
Open arcade documentation repository
Go to file
Poliwrath c62f1d16c5
konami: more notes
add note about games changing softid, add notes about rev / fix rev length
2021-09-09 14:12:48 -04:00
konami konami: more notes 2021-09-09 14:12:48 -04:00
namco namco: io: clarify some H055 stuff 2021-09-08 01:35:24 +02:00
sega remove extra ( 2021-09-09 13:33:11 -04:00
taito taito: boards: add GUNS3-(INSTALMENT) and correct SFV title 2021-09-08 00:51:29 +02:00
README.md doc: improve README a bit 2021-09-07 22:55:35 +02:00

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

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);

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.