diff --git a/README.md b/README.md
index 75a1268..11b11ef 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ So is the "Data Frog" any good? Only you can answer that question for yourself.
- [Game Boy](#game-boy)
- [Game Boy Color](#game-boy-color)
- [Game Boy Advance](#game-boy-advance)
- - [Firmware/BIOS (biserv.asd)](#firmwarebios-biservasd)
+ - [Firmware/BIOS (bisrv.asd)](#firmwarebios-bisrvasd)
- [Button Mappings/Key Bindings](#button-mappingskey-bindings)
- [Boot Logo](#boot-logo)
- [Resources](#resources)
@@ -88,16 +88,22 @@ The device advertises support for arcade, NES, SNES, Genesis/Mega Drive, Game Bo
The SF2000 appears to be using Libretro with a custom front-end (i.e., not RetroArch).
### Arcade
-The device is running some version of Final Burn Alpha - it ships with a subset of the v0.2.97.24 ROM set, so likely that version. `adcockm#8175` from the Retro Handhelds Discord did some phenomenal work checking the full v0.2.97.24 against the device's April 20th firmware - thanks `adcockm#8175`! The below table has their findings:
+The device is running some version of Final Burn Alpha. Thanks to some truly exceptional work by `adcockm#8175` from the Retro Handhelds Discord, we know it supports an unusual mix of ROM sets, largely based on MAME 0.106 and Final Burn Alpha v0.2.97.42. `adcockm#8175` has gone ahead and compiled two separate [Clrmamepro](https://mamedev.emulab.it/clrmamepro/) dat files - [one for _all_ sets technically supported by the SF2000's current BIOS](/arcade/DataFrog%20SF2000%20(FBA%20v0.2.97.42).dat) (as of May 2023; though note that "supported" does not mean working or playable), and [one for all playable sets](/arcade/DataFrog%20SF2000%20(FBA%20v0.2.97.42)%20playable_no_dups.dat) with duplicates removed (and note, "playable" may include games with missing sound, graphical glitches, performance issues, but are otherwise technically functional). If you want to build a working set from the dat files, `adcockm#8175` has further provided [a list of "hints"](/arcade/Building%20the%20DataFrog%20SF2000%20(FBA%20v0.2.97.42)%20set.txt) as the sets you'll need to track down - for obvious reasons neither I nor anyone else can provide links to such material, but hopefully the hints will get you something you can start searching for. Finally, there's also [a HTML document](/arcade/DataFrog_SF2000_FBA.html) with a list of all of the supported sets along with some useful metadata, such as the set's full name, playability information, screen orientation, etc..
-| List | Name | Description |
-| ---- | ---- | ----------- |
-| [view](/text/inrom_sf2000_fba.txt) | On microSD | These were the ROMs included on the microSD card shipped with the device |
-| [view](/text/notlistedinrom_sf2000_fba.txt) | Not Listed | The SF2000's firmware contains a list of FBA ROM names, including ROMs not included on the microSD card - it is assumed these are the only games the flavour of FBA on the SF2000 knows about. This text file contains a list of the ROMs from the v0.2.97.24 set that were _not_ listed in the firmware; these are assumed to be incompatible, and were not tested |
-| [view](/text/testednoload_sf2000_fba.txt) | No Load | These ROMs immediately hung the emulator without any indication it had loaded any files successfully |
-| [view](/text/testedloadhang_sf2000_fba.txt) | Load Hang | These ROMs indicated they were loading some files on startup, but hung before completing |
-| [view](/text/testedloadcorrupt_sf2000_fba.txt) | Load Corrupt | These ROMs appeared to complete loading, but only showed severe graphical corruption (e.g., garbage, static, a black screen, etc.) and usually wouldn't allow exit back to the SF2000's menu via start+select |
-| [view](/text/working_sf2000_fba.txt) | Working | These ROMs loaded successfully; note that "working" does not mean "works perfectly" - some may be too slow to play, may not have any audio, may not be controllable (e.g., light-gun games), etc. - they just finish loading successfully |
+`adcockm#8175` also provided the following interesting statistics:
+
+- Number of arcade ROMs known by the SF2000's firmware: `1431`
+- Number properly rotated: `1291`
+- Number with vertical orientation: `134`
+- Number with screen upside-down: `6`
+- Number "playable" (maybe no sound, some slowness, minor graphics issues): `949`
+- Number unplayably broken but technically running: `175`
+- Number fully broken (load hang/crash, etc.): `307`
+- Number of playable unique games (dupes filtered out) in proper rotation: `354`
+- Number of playable unique games (dupes filtered out) with rotated display: `61`
+- Number of different versions of Street Fighter 2: `60+` 😵💫 [Von Millhausen: I think this stat is only half a joke!]
+- Playable set total size: `3.10 GB` (3,336,344,502 bytes)
+- Full set total size: `11.4 GB` (12,245,306,389 bytes)
### NES
Appears to be a version of FCEUmm. There are references in the firmware to different NES palettes, but there's no interface or configuration for the emulator itself to choose one. On the original firmware, the A and B buttons were swapped. See "[Button Mappings/Key Bindings](#button-mappingskey-bindings)" section below.
@@ -119,8 +125,8 @@ Performance is fairly poor. On the original firmware, A and B buttons are mapped
---
-## Firmware/BIOS (biserv.asd)
-The firmware for the SF2000 is actually located on the microSD card, in a file called `biserv.asd` located in the BIOS folder. This file is a monolithic binary blob, which contains the device's OS, the emulators, their settings... basically everything. Data Frog have issued some firmware updates for the device since launch; the updates have added new features (e.g., additional language support, favourites, history, etc.), but have also introduced bugs (e.g., some SNES games run very slowly until they are quit and launched again, etc.). Data Frog have published a YouTube video showing how to update the firmware on the device, which [you can find here](https://www.youtube.com/watch?v=j8dT2fdGfck); the video's description contains a link to where you can download the latest firmware.
+## Firmware/BIOS (bisrv.asd)
+The firmware for the SF2000 is actually located on the microSD card, in a file called `bisrv.asd` located in the BIOS folder. This file is a monolithic binary blob, which contains the device's OS, the emulators, their settings... basically everything. Data Frog have issued some firmware updates for the device since launch; the updates have added new features (e.g., additional language support, favourites, history, etc.), but have also introduced bugs (e.g., some SNES games run very slowly until they are quit and launched again, etc.). Data Frog have published a YouTube video showing how to update the firmware on the device, which [you can find here](https://www.youtube.com/watch?v=j8dT2fdGfck); the video's description contains a link to where you can download the latest firmware.
Known firmware versions are currently (dates approximate):
@@ -134,12 +140,12 @@ Known firmware versions are currently (dates approximate):
There is not currently any custom firmware (CFW) for the device. The stock firmware is currently being investigated; here are some findings from it:
### Button Mappings/Key Bindings
-`osaka#9664` discovered that the OS supports loading game-specific key bindings from `.kmp` files, stored in the `save` folder for each system and named after a game's ROM file (e.g., `/FC/save/Game Name.EXT.kmp`). They also discovered where in the `biserv.asd` file the default mappings for each emulator are stored. Working with this information, `notv37#4200` worked out what bits related to what buttons for each emulator. Using both their findings, we now have a tool which can be used to update both the global button mappings for the emulators, as well as create per-ROM mappings - you can [find this tool here](https://vonmillhausen.github.io/sf2000/tools/buttonMappingChanger.htm).
+`osaka#9664` discovered that the OS supports loading game-specific key bindings from `.kmp` files, stored in the `save` folder for each system and named after a game's ROM file (e.g., `/FC/save/Game Name.EXT.kmp`). They also discovered where in the `bisrv.asd` file the default mappings for each emulator are stored. Working with this information, `notv37#4200` worked out what bits related to what buttons for each emulator. Using both their findings, we now have a tool which can be used to update both the global button mappings for the emulators, as well as create per-ROM mappings - you can [find this tool here](https://vonmillhausen.github.io/sf2000/tools/buttonMappingChanger.htm).
Note that the game-specific key bindings function have been removed from the May 15th firmware onwards.
### Boot Logo
-When the device is powered on, a "Welcome" image is displayed for a short time before the main menu appears. This image comes from inside `biserv.asd`, (towards the end; exact offset varies between BIOS revisions). It's a `512x200` RGB565 Little Endian raw image file, and looks like this:
+When the device is powered on, a "Welcome" image is displayed for a short time before the main menu appears. This image comes from inside `bisrv.asd`, (towards the end; exact offset varies between BIOS revisions). It's a `512x200` RGB565 Little Endian raw image file, and looks like this:
![Boot Logo](/images/bootlogo.png)
@@ -166,7 +172,7 @@ The Resources folder on the microSD card contains all of the resources used by t
| `yahei_Arial.ttf` | ✨ | ✅ | ✅ | ✅ | The "Arial" typeface, containing Latin, Greek, Cyrillic, Chinese, Japanese and Korean characters |
### Images (Used)
-As far as I am aware, all of the below images are actively used by the `20230515` version of the firmware; happy to take any corrections if it turns out any of them are unused! Note that while the stock theme is based around a `640x480` resolution, the actual _display_ on the SF2000 is a `320x240` one. The OS on the device uses nearest-neighbour scaling for its images, giving the stock UI a somewhat aliased appearance. If you're planning to make your own theme for the SF2000, design it for `320x240`, and then double the resolution when exporting the final images to the device for a crisper look on the internal panel.
+As far as I am aware, all of the below images are actively used by the `20230515` version of the firmware; happy to take any corrections if it turns out any of them are unused! Note that while the stock theme is based around a `640x480` resolution, the actual _display_ on the SF2000 is a `320x240` one. The OS on the device uses nearest-neighbour scaling for its images, giving the stock UI a somewhat aliased appearance. If you're planning to make your own theme for the SF2000, design it for `320x240`, and then double the resolution when exporting the final images to the device for a crisper look on the internal panel. I've written a generic image tool for the SF2000 - it lets you convert SF2000-formatted images to PNG files, and lets you convert PNG or JPEG images to SF2000 formats (which may be useful if you want to theme your device); you can [find this tool here](https://vonmillhausen.github.io/sf2000/tools/genericImageTool.htm).
| Filename | Resolution | Format | 03.15 | 04.20 | 05.15 | 05.22 | Description | View |
| -------- | ---------- | ------ | ----- | ----- | ----- | ----- | ----------- | ---- |
@@ -225,6 +231,7 @@ As far as I am aware, all of the below images are actively used by the `20230515
| `mssvp.nec` | 1008x164 | BRGA | | ✨ | 🚩 | ✅ | User settings screen icons and labels in Japanese | [view](/images/mssvp.nec.png) |
| `normidna.bin` | 40x24 | BGRA | ✨ | ✅ | ✅ | ✅ | Search game-list indicator | [view](/images/normidna.png) |
| `ntdll.bvs` | 1008x164 | BRGA | | ✨ | 🚩 | ✅ | User settings screen icons and labels in Polish | [view](/images/ntdll.bvs.png) |
+| `nvinf.hsp` | 16x240 | BGRA | ✨ | ✅ | ✅ | ✅ | Latin numbers 0 to 9 listed vertically, used for the number of games available in each main menu category | [view](/images/nvinf.hsp.png) |
| `okcg2.old` | 32x32 | BGRA | | | ✨ | ✅ | The star icon that appears beside favourited games in the game-lists | [view](/images/okcg2.old.png) |
| `pcadm.nec` | 1008x164 | BRGA | | ✨ | 🚩 | ✅ | User settings screen icons and labels in Italian | [view](/images/pcadm.nec.png) |
| `pwsso.occ` | 640x480 | RGB565 Little Endian | ✨ | ✅ | ✅ | ✅ | In-game menu (position 4) | [view](/images/pwsso.png) |
@@ -270,7 +277,6 @@ To the best of my knowledge, the following image files are currently __unused__
| `mswbv.cpl` | 640x480 | RGB565 Little Endian | ✨ | ✅ | ✅ | ✅ | Alternate UI: Game Boy Advance main menu background | [view](/images/unused/mswbv.cpl.png) |
| `nettrace.dll` | 40x24 | BGRA | ✨ | ✅ | ✅ | ✅ | Unknown game-list indicator (grey joystick with yellow buttons) | [view](/images/unused/nettrace.dll.png) |
| `nsibm.ctp` | 640x480 | RGB565 Little Endian | ✨ | ✅ | ✅ | ✅ | Alternate UI: Arcade main menu background | [view](/images/unused/nsibm.ctp.png) |
-| `nvinf.hsp` | 16x240 | BGRA | ✨ | ✅ | ✅ | ✅ | Latin numbers 0 to 9 listed vertically | [view](/images/unused/nvinf.hsp.png) |
| `nvinfohsp` | 640x480 | RGB565 Little Endian | ✨ | ✅ | ✅ | ✅ | Alternate UI: Genesis/Mega Drive main menu background (note: there's no extension separator for this file, I suspect the file name is typo'd in the filesystem!) | [view](/images/unused/nvinfohsp.png) |
| `pcadm.hsp` | 640x480 | RGB565 Little Endian | ✨ | ✅ | ✅ | ✅ | Alternate UI: User main menu background (NTSC TV system selected) | [view](/images/unused/pcadm.hsp.png) |
| `plasy.ers` | 640x480 | RGB565 Little Endian | ✨ | ✅ | ✅ | ✅ | Alternate UI: Game Boy Advance main menu background | [view](/images/unused/plasy.ers.png) |
@@ -356,11 +362,14 @@ All of these are linked above already in their relevant sections, but just in ca
- [Button Mapping Tool](https://vonmillhausen.github.io/sf2000/tools/buttonMappingChanger.htm)
- [Data Frog's firmware update tutorial](https://www.youtube.com/watch?v=j8dT2fdGfck)
- [FROGTOOL](https://github.com/tzlion/frogtool) (for updating the built-in game lists)
+- [Generic Image Tool](https://vonmillhausen.github.io/sf2000/tools/genericImageTool.htm)
- [Silent background music file](/sounds/silentMusic/pagefile.sys) (replace the file in the `Resources` folder on the microSD card)
---
## Version History
+- `20230524 - 1.11`: Added my new [Generic Image Tool](https://vonmillhausen.github.io/sf2000/tools/genericImageTool.htm). Added more exceptional information from `adcockm#8175` in regards to arcade emulation on the SF2000, and cleaned up the old info accordingly. Corrected some typos related to `bisrv.asd` (thanks `Luke#4448`!). Usage of `nvinf.hsp` was tracked down to the numbers of games available on the main menu pages (thanks `kid_sinn#9691`!).
+
- `20230522 - 1.10`: Updated resource tables for the new `05.22` firmware (no changes); added a table with details about known firmware versions. Added a "Tools & Links" section.
- `20230516 - 1.9`: Updated most of the Resources file lists to include firmware-related information (added, (un)changed, removed). Added new image resources for the latest May 15th firmware. Updated some images files previews to contain the fake name extensions as well. Added detail about the removal of per-game button maps from May 15th firmware. Renamed the sound previews to contain the fake name extensions as well.
diff --git a/arcade/Building the DataFrog SF2000 (FBA v0.2.97.42) set.txt b/arcade/Building the DataFrog SF2000 (FBA v0.2.97.42) set.txt
new file mode 100644
index 0000000..045c591
--- /dev/null
+++ b/arcade/Building the DataFrog SF2000 (FBA v0.2.97.42) set.txt
@@ -0,0 +1,16 @@
+MAME 0.106
+ - gets to 2000 missing files, and 26 missing sets
+Final Burn Alpha v0.2.97.42
+ - gets to 150 missing files, and 1 missing set
+HBMAME 0.220
+ - gets it to 141 missing files, and 1 missing set
+FinalBurn Legends v1.26
+ - gets it to 34 missing files, and 1 missing set
+MAME_2010
+ - gets it to 30 missing files, and 1 missing set
+NeoGeoRomCollectionByGhostware
+ - gets it to 22 missing files, and 1 missing set
+Royal Ascot II (rascot2)
+ - final missing files and set
+
+ A WINNER IS YOU
\ No newline at end of file
diff --git a/arcade/DataFrog SF2000 (FBA v0.2.97.42) playable_no_dups.dat b/arcade/DataFrog SF2000 (FBA v0.2.97.42) playable_no_dups.dat
new file mode 100644
index 0000000..a15ac25
--- /dev/null
+++ b/arcade/DataFrog SF2000 (FBA v0.2.97.42) playable_no_dups.dat
@@ -0,0 +1,9830 @@
+
+
+
+
+
+ Data Frog SF2000 PLAYABLE
+ Data Frog SF2000 PLAYABLE: FBA 0.2.97.42 with some MAME 0.126 sets and others
+ Emulation
+ DF.0.2.97.42
+ 05/16/2023
+ Michael Adcock
+ adcockm@usa.net
+
+
+ The Data Frog SF2000 uses a custom build of FBA 0.2.97.42 (libretro) that is missing some sets from the main FBA build and contains extra sets from MAME and elsewhere. It appears to be built from the a320 set used by Dingoo/Dingux, with additions.
+
+
+
+ 1941 - Counter Attack (World)
+ 1990
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1942 (Revision B)
+ 1984
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1943: The Battle of Midway (US)
+ 1987
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1943 Kai: Midway Kaisen (Japan)
+ 1987
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1944: The Loop Master (USA 000620)
+ 2000
+ Capcom, supported by Eighting/Raizing
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1945k III
+ 2000
+ Oriental
+
+
+
+
+
+
+
+
+
+ 19XX: The War Against Destiny (USA 951207)
+ 1996
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 2020 Super Baseball (set 1)
+ 1991
+ SNK / Pallas
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 3 Count Bout / Fire Suplex
+ 1993
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ XESS - The New Revolution (SemiCom 3-in-1)
+ 1997
+ SemiCom
+
+
+
+
+
+
+
+
+
+
+
+
+ Three Wonders (US 910520)
+ 1991
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 4 En Raya
+ 1990
+ IDSA
+
+
+
+
+
+
+
+
+ Puzzle King (includes bootleg of Snow Bros.)
+ 2002
+ K1 Soft
+
+
+
+
+
+
+
+ Abscam
+ 1981
+ GL (US Billiards License)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Aero Fighters
+ 1992
+ Video System Co.
+
+
+
+
+
+
+
+
+
+
+ Action Fighter (FD1089A 317-0018)
+ 1986
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Air Gallet (JUEHTK)
+ 1996
+ Banpresto / Gazelle
+
+
+
+
+
+
+
+
+
+
+
+
+ Airwolf (US)
+ 1987
+ Kyugo (UA Theatre license)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Ali Baba and 40 Thieves
+ 1982
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Alien Syndrome (set 4, System 16B, unprotected)
+ 1987
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Alpha Mission II / ASO II - Last Guardian
+ 1991
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Andro Dunos
+ 1992
+ Visco
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Aggressors of Dark Kombat / Tsuukai GANGAN Koushinkyoku
+ 1994
+ ADK / SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Art of Fighting / Ryuuko no Ken
+ 1992
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Art of Fighting 2 / Ryuuko no Ken 2 (set 1)
+ 1994
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Art of Fighting 3 - The Path of the Warrior / Art of Fighting - Ryuuko no Ken Gaiden
+ 1996
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Armored Warriors (Euro 941024)
+ 1994
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Alien vs. Predator (Euro 940520)
+ 1994
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bakatonosama Mahjong Manyuki
+ 1991
+ Monolith Corp.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Balloon Brothers
+ 1992
+ East Technology
+
+
+
+
+
+
+
+
+
+
+
+ Bang Bead
+ 2000
+ Visco
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bank Panic
+ 1984
+ [Sanritsu] Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Battle Circuit (Euro 970319)
+ 1997
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Batsugun (set 1)
+ 1993
+ Toaplan
+
+
+
+
+
+
+
+
+
+
+ Bay Route (set 1, US, unprotected)
+ 1989
+ Sunsoft / Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ B.C. Story (set 1)
+ 1997
+ SemiCom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The Berlin Wall
+ 1991
+ Kaneko
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Big Bucks
+ 1986
+ Dynasoft Inc.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bionic Commando (Euro)
+ 1987
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Blue's Journey / Raguy
+ 1990
+ Alpha Denshi Co.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Blaze On (Japan)
+ 1992
+ Atlus
+
+
+
+
+
+
+
+
+ Blazing Star
+ 1998
+ Yumekobo
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ B.C. Kid / Bonk's Adventure / Kyukyoku!! PC Genjin
+ 1994
+ Kaneko
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Breakers
+ 1996
+ Visco
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Brix
+ 1982
+ Cinematronics + Advanced Microcomputer Systems
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Baseball Stars Professional
+ 1990
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Baseball Stars 2
+ 1992
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Burning Fight (set 1)
+ 1991
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Captain Commando (World 911014)
+ 1991
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Carrier Air Wing (World 901012)
+ 1990
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chiki Chiki Boys (Japan 900619)
+ 1990
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Choky! Choky!
+ 1995
+ SemiCom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Janpai Puzzle Choukou (Japan 010820)
+ 2001
+ Mitchell, distributed by Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Combat Hawk
+ 1987
+ Sega / Sanritsu
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Cookie & Bibi
+ 1995
+ SemiCom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Cookie & Bibi 2
+ 1996
+ SemiCom
+
+
+
+
+
+
+
+
+
+
+
+ Cookie & Bibi 3
+ 1997
+ SemiCom
+
+
+
+
+
+
+
+
+
+
+
+ Frog Feast (CPS-1) [Homebrew]
+ 2006
+ Rastersoft (Homebrew)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Crossed Swords
+ 1991
+ Alpha Denshi Co.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Crush Roller (Sidam bootleg)
+ [Kural] (Sidam bootleg)
+
+
+
+
+
+
+
+
+
+
+ Capcom Sports Club (Euro 970722)
+ 1997
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Crouching Tiger Hidden Dragon 2003 (The King of Fighters 2001 bootleg)
+ 2003
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Captain Tomaday
+ 1999
+ Visco
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The Combatribes (US)
+ 1990
+ Technos
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Caterpillar Pacman Hack
+ 1982
+ hack
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Capcom World 2 (Japan 920611)
+ 1992
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Cyber-Lip
+ 1990
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Cyberbots: Fullmetal Madness (Euro 950424)
+ 1995
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Daisenpu (Japan)
+ 1989
+ Taito Corporation
+
+
+
+
+
+
+
+
+
+ DoDonPachi (International, Master Ver. 97/02/05)
+ 1997
+ Atlus/Cave
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Double Dragon 3 - The Rosetta Stone (US)
+ 1990
+ Technos
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Dungeons & Dragons: Shadow over Mystara (Euro 960619)
+ 1996
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Dungeons & Dragons: Tower of Doom (Euro 940412)
+ 1993
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Dimahoo (Euro 000121)
+ 2000
+ Eighting/Raizing, distributed by Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Cadillacs and Dinosaurs (World 930201)
+ 1993
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Dogyuun
+ 1992
+ Toaplan
+
+
+
+
+
+
+
+
+ Dommy
+ Technos
+
+
+
+
+
+
+
+
+
+
+ DonPachi (US)
+ 1995
+ Atlus/Cave
+
+
+
+
+
+
+
+
+
+
+ Double Dragon (Neo-Geo)
+ 1995
+ Technos
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Date Quiz Go Go (Korea)
+ 1998
+ SemiCom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Dream Shopper
+ 1982
+ Sanritsu
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Dragon Bowl
+ 1992
+ Nics
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Dragon World II (ver. 110X, Export)
+ 1997
+ IGS
+
+
+
+
+
+
+
+
+
+ Dr. Tomy
+ 1993
+ Playmark
+
+
+
+
+
+
+
+
+
+ Darkstalkers: The Night Warriors (Euro 940705)
+ 1994
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Dunk Shot (FD1089 317-0022)
+ 1986
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Dynasty Wars (US set 1)
+ 1989
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Eco Fighters (World 931203)
+ 1993
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Eggor
+ 1983
+ Telko
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Eight Man
+ 1991
+ SNK / Pallas
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ESP Ra.De. (International, Ver. 98/04/22)
+ 1998
+ Atlus/Cave
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ E-Swat - Cyber Police (bootleg)
+ 1989
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Exed Exes
+ 1985
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Explosive Breaker
+ 1992
+ Kaneko
+
+
+
+
+
+
+
+
+
+
+ Eyes (Digitrex Techstar)
+ 1982
+ Digitrex Techstar (Rock-ola license)
+
+
+
+
+
+
+
+
+
+
+
+
+ Fantasia
+ 1994
+ Comad & New Japan System
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Fantasia II (Explicit)
+ 1997
+ Comad
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Fantasy '95
+ 1995
+ Hi-max Technology Inc.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Fantasy Zone (set 2, unprotected)
+ 1986
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Fatal Fury Special / Garou Densetsu Special (set 1)
+ 1993
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Fatal Fury - King of Fighters / Garou Densetsu - shukumei no tatakai
+ 1991
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Fatal Fury 2 / Garou Densetsu 2 - arata-naru tatakai
+ 1992
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Fatal Fury 3 - Road to the Final Victory / Garou Densetsu 3 - haruka-naru tatakai
+ 1995
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Football Frenzy
+ 1992
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Fever SOS (International, Ver. 98/09/25)
+ 1998
+ Cave (Nihon System license)
+
+
+
+
+
+
+
+
+
+ Final Fight (World)
+ 1989
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Fight Fever (set 1)
+ 1994
+ Viccom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Final Tetris
+ 1993
+ Jeil Computer System
+
+
+
+
+
+
+
+
+
+
+
+
+ Flashgal (set 1)
+ 1985
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Battle Flip Shot
+ 1998
+ Visco
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Fancy World - Earth of Crisis
+ 1996
+ Unico
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Forgotten Worlds (US)
+ 1988
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Flash Point (World, bootleg)
+ 1989
+ bootleg
+
+
+
+
+
+
+
+
+
+
+ Freeze
+ 1984
+ Cinematronics
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Fighters Swords (Korean release of Samurai Shodown III)
+ 1995
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Gaia Crusaders
+ 1999
+ Noise Factory
+
+
+
+
+
+
+
+
+
+
+
+
+ Ninja Gaiden (US)
+ 1988
+ Tecmo
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Galaxy Fight - Universal Warriors
+ 1995
+ Sunsoft
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Gals Hustler
+ 1997
+ ACE International
+
+
+
+
+
+
+
+ Gals Panic (Unprotected)
+ 1990
+ Kaneko
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Ganryu / Musashi Ganryuki
+ 1999
+ Visco
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Garou - Mark of the Wolves (set 1)
+ 1999
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Green Beret (bootleg)
+ 1985
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+ Genshi-Tou 1930's
+ 1989
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+ Get Star (bootleg set 1)
+ 1986
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Ghostlop (prototype)
+ 1996
+ Data East Corporation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Ghouls'n Ghosts (World)
+ 1988
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Gigandes
+ 1989
+ East Technology
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Giga Wing (USA 990222)
+ 1999
+ Capcom, supported by Takumi
+
+
+
+
+
+
+
+
+
+
+
+
+ Goal! Goal! Goal!
+ 1995
+ Visco
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Golden Axe (set 6, US, 8751 317-123A)
+ 1989
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Gorkans
+ 1983
+ Techstar
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Voltage Fighter - Gowcaizer / Choujin Gakuen Gowcaizer
+ 1995
+ Technos
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Ghost Pilots (set 1)
+ 1991
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Guardians / Denjin Makai II
+ 1995
+ Banpresto
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Grind Stormer
+ 1992
+ Toaplan
+
+
+
+
+
+ Gun.Smoke (World)
+ 1985
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Gun.Smoke (US set 1)
+ 1985
+ Capcom (Romstar license)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Guwange (Japan, Master Ver. 99/06/24)
+ 1999
+ Atlus/Cave
+
+
+
+
+
+
+
+
+
+
+
+
+ Gyrodine (Taito Corporation license)
+ 1984
+ Crux (Taito Corporation license)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Hangly-Man (set 1)
+ 1981
+ hack
+
+
+
+
+
+
+
+
+
+
+
+
+ Hellfire (2P Ver.)
+ 1989
+ Toaplan (Taito license)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Pirate Ship Higemaru
+ 1984
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Honey Dolls
+ 1995
+ Barko Corp.
+
+
+
+
+
+
+
+
+
+
+
+ Hotdog Storm (International)
+ 1996
+ Marble
+
+
+
+
+
+
+
+
+
+
+
+ Hyper Street Fighter 2: The Anniversary Edition (Asia 040202)
+ 2004
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Hatch Catch
+ 1995
+ SemiCom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Hyper Pacman
+ 1995
+ SemiCom
+
+
+
+
+
+
+
+
+
+
+ IGMO
+ 1984
+ Epos Corporation
+
+
+
+
+
+
+
+
+
+
+
+ In The Hunt (World)
+ 1993
+ Irem
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Jack the Giantkiller (set 1)
+ 1982
+ Cinematronics
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Jyanshin Densetsu - Quest of Jongmaster
+ 1994
+ Aicom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Jockey Grand Prix
+ 2001
+ Sun Amusement / BrezzaSoft
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Joinem
+ 1986
+ Global Corporation
+
+
+
+
+
+
+
+
+
+
+
+ Puzzled / Joy Joy Kid
+ 1990
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Joyman
+ 1982
+ hack
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Jumping
+ 1989
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Jumping Pop
+ 2001
+ ESD
+
+
+
+
+
+
+
+
+
+ Jump Shot
+ 1985
+ Bally Midway
+
+
+
+
+
+
+
+
+
+
+
+
+ Jyangokushi: Haoh no Saihai (Japan 990527)
+ 1999
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Far East of Eden - Kabuki Klash / Tengai Makyou - Shin Den
+ 1995
+ Hudson
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Karate Blazers (World?)
+ 1991
+ Video System Co.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Knuckle Bash
+ 1993
+ Toaplan
+
+
+
+
+
+
+
+
+
+ The King of Fighters 2003 (bootleg set 2)
+ 2003
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Knights of the Round (World 911127)
+ 1991
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The King of Dragons (World 910711)
+ 1991
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The King of Fighters 2000
+ 2000
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The King of Fighters Special Edition 2004 (The King of Fighters 2002 bootleg)
+ 2004
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The King of Fighters '94
+ 1994
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The King of Fighters '95 (set 1)
+ 1995
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The King of Fighters '97 (set 1)
+ 1997
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The King of Fighters '98 - The Slugfest / King of Fighters '98 - dream match never ends
+ 1998
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The King of Fighters '99 - Millennium Battle (set 1)
+ 1999
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Ah Eikou no Koshien (Japan)
+ 1990
+ Taito Corporation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ King of the Monsters (set 1)
+ 1991
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ King of the Monsters 2 - The Next Thing
+ 1992
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Knights of Valour / Sangoku Senki (ver. 117)
+ 1999
+ IGS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Last Striker / Kyuukyoku no Striker
+ 1989
+ East Technology
+
+
+
+
+
+
+
+
+
+
+
+ Last Blade / Bakumatsu Roman - Gekka no Kenshi, The (set 1)
+ 1997
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Last Duel (US set 1)
+ 1988
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ League Bowling
+ 1990
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Legend
+ Sega / Coreland ?
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Legend of Success Joe / Ashitano Joe Densetsu
+ 1991
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Liquid Kids (World)
+ 1990
+ Taito Corporation Japan
+
+
+
+
+
+
+
+
+
+
+
+ Lizard Wizard
+ 1985
+ Techstar (Sunn license)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Last Resort
+ 1992
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Mad Gear (US)
+ 1989
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Magical Drop III
+ 1997
+ Data East Corporation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Magician Lord (NGM-005)
+ 1990
+ Alpha Denshi Co.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Mahou Daisakusen (Japan)
+ 1993
+ Raizing (Able license)
+
+
+
+
+
+
+
+
+ Mahjong Kyoretsuden
+ 1990
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chibi Marukochan Deluxe Quiz
+ 1995
+ Takara
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Matrimelee / Shin Gouketsuji Ichizoku Toukon
+ 2002
+ Noise Factory / Atlus
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Muscle Bomber Duo - Ultimate Team Battle (World 931206)
+ 1993
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Megadon
+ 1982
+ Epos Corporation (Photar Industries license)
+
+
+
+
+
+
+
+
+
+
+
+ Mega Man - The Power Battle (CPS1 Asia 951006)
+ 1995
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Mega Man 2: The Power Fighters (USA 960708)
+ 1996
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Meijinsen
+ 1986
+ SNK Electronics corp.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Mercs (World 900302)
+ 1990
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Metamoqester (International)
+ 1995
+ Banpresto/Pandorabox
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Magical Crystals (World, 92/01/10)
+ 1991
+ Kaneko
+
+
+
+
+
+
+
+
+
+
+ Money Puzzle Exchanger / Money Idol Exchanger
+ 1997
+ Face
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Minnasanno Okagesamadesu
+ 1990
+ Monolith Corp.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Miss World '96 (Nude)
+ 1996
+ Comad
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Mahjong Quest (Japan)
+ 1990
+ Taito Corporation
+
+
+
+
+
+
+
+
+
+
+ Mars Matrix: Hyper Solid Shooting (USA 000412)
+ 2000
+ Capcom, supported by Takumi
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ More More
+ 1999
+ SemiCom / Exit
+
+
+
+
+
+
+
+
+
+
+
+
+ More More Plus
+ 1999
+ SemiCom / Exit
+
+
+
+
+
+
+
+
+
+
+
+
+ Syougi No Tatsujin - Master of Syougi
+ 1995
+ ADK / SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Mighty! Pang (Euro 001010)
+ 2000
+ Mitchell, distributed by Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Mr. Do!
+ 1982
+ Universal
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Mr. Goemon (Japan)
+ 1986
+ Konami
+
+
+
+
+
+
+
+
+
+
+ Mr. TNT
+ 1983
+ Telko
+
+
+
+
+
+
+
+
+
+
+
+
+ Metal Slug 5 Plus (bootleg)
+ 2003
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Marvel Super Heroes (Euro 951024)
+ 1995
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Marvel Super Heroes Vs. Street Fighter (Euro 970625)
+ 1997
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Metal Slug - Super Vehicle-001
+ 1996
+ Nazca
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Metal Slug 2 - Super Vehicle-001/II
+ 1998
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Metal Slug 6 (Metal Slug 3 bootleg)
+ 2000
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Metal Slug 3 (not encrypted)
+ 2000
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Metal Slug X - Super Vehicle-001
+ 1999
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Ms. Pac-Man (bootleg)
+ 1981
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Magic Sword - Heroic Fantasy (World 900725)
+ 1990
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Mega Twins (World 900619)
+ 1990
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Mutation Nation
+ 1992
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Marvel Vs. Capcom: Clash of Super Heroes (Euro 980112)
+ 1998
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Michael Jackson's Moonwalker (bootleg)
+ 1990
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Kosodate Quiz My Angel (Japan)
+ 1996
+ Namco
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Kosodate Quiz My Angel 2 (Japan)
+ 1997
+ Namco
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Mysterious Stones - Dr. John's Adventure
+ 1984
+ Technos
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ NAM-1975
+ 1990
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Ninja Combat (set 1)
+ 1990
+ Alpha Denshi Co.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Ninja Commando
+ 1992
+ Alpha Denshi Co.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Nemo (World 901130)
+ 1990
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Neo Bomberman
+ 1997
+ Hudson
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Neo-Geo Cup '98 - The Road to the Victory
+ 1998
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Neo Drift Out - New Technology
+ 1996
+ Visco
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Neo Mr. Do!
+ 1996
+ Visco
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ New Fantasia
+ 1995
+ Comad & New Japan System
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ News (set 1)
+ 1993
+ Poby / Virus
+
+
+
+
+
+
+ Ninja Master's - haoh-ninpo-cho
+ 1996
+ ADK / SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Nightmare in the Dark
+ 2000
+ Eleven / Gavaking
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Naughty Mouse (set 1)
+ 1981
+ Amenip (Palcom Queen River)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Night Warriors: Darkstalkers' Revenge (Euro 950316)
+ 1995
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Oh My God! (Japan)
+ 1993
+ Atlus
+
+
+
+
+
+
+ Oriental Legend / Xi Yo Gi Shi Re Zuang (ver. 126)
+ 1997
+ IGS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Out Zone (set 1)
+ 1990
+ Toaplan
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Over Top
+ 1996
+ ADK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Pac-Man (Midway)
+ 1980
+ [Namco] (Midway license)
+
+
+
+
+
+
+
+
+
+
+
+
+ Pang! 3 (Euro 950511)
+ 1995
+ Mitchell
+
+
+
+
+
+
+
+
+
+ Pang Pang
+ 1994
+ Dong Gue La Mi Ltd.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Panic Bomber
+ 1994
+ Eighting / Hudson
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Puzzle Bobble 2 / Bust-A-Move Again (Neo-Geo)
+ 1999
+ Taito (SNK license)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Puzzle Bobble / Bust-A-Move (Neo-Geo) (set 1)
+ 1994
+ Taito
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Penguin Brothers (Japan)
+ 2000
+ Subsino
+
+
+
+
+
+
+
+
+ Pleasure Goal / Futsal - 5 on 5 Mini Soccer
+ 1996
+ Saurus
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Photo Y2K
+ 1999
+ IGS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Piranha
+ 1981
+ GL (US Billiards License)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Penguin-Kun Wars (US)
+ UPL
+
+
+
+
+
+
+
+
+
+
+ Power Instinct Legends (US, Ver. 95/06/20)
+ 1995
+ Atlus/Cave
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Pnickies (Japan 940608)
+ 1994
+ Compile (Capcom license)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Pochi and Nyaa
+ 2003
+ Aiky / Taito
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Pooyan
+ 1982
+ Konami
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Pop 'n Bounce / Gapporin
+ 1997
+ Video System Co.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Gouketsuji Ichizoku (Japan)
+ 1993
+ Atlus
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Prehistoric Isle in 1930 (World)
+ 1989
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+ Prehistoric Isle 2
+ 1999
+ Yumekobo
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Progear (USA 010117)
+ 2001
+ Capcom, supported by Cave
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Power Spikes II
+ 1994
+ Video System Co.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ PuckMan (Japan set 1, Probably Bootleg)
+ 1980
+ Namco
+
+
+
+
+
+
+
+
+
+
+
+
+ Pulstar
+ 1995
+ Aicom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The Punisher (World 930422)
+ 1993
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Puzzle Star
+ 1999
+ IGS
+
+
+
+
+
+
+
+
+
+
+
+ Puzzle De Pon!
+ 1995
+ Taito (Visco license)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Power Instinct 2 (US, Ver. 94/04/08)
+ 1994
+ Atlus/Cave
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Puzzle De Bowling (Japan)
+ 1999
+ Nihon System / Moss
+
+
+
+
+
+
+
+
+
+ Puzz Loop 2 (Euro 010302)
+ 2001
+ Mitchell, distributed by Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Quiz & Dragons (US 920701)
+ 1992
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Quiz Crayon Shinchan (Japan)
+ 1993
+ Taito Corporation
+
+
+
+
+
+
+
+
+
+
+ Crayon Shinchan Orato Asobo (Japan)
+ 1993
+ Taito Corporation
+
+
+
+
+
+
+
+
+
+ Quiz Jinsei Gekijoh (Japan)
+ 1992
+ Taito Corporation
+
+
+
+
+
+
+
+
+
+
+ Quiz Nanairo Dreams: Nijiirochou no Kiseki (Japan 960826)
+ 1996
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Quiz Tonosama no Yabou 2 Zenkoku-ban (Japan 950123)
+ 1995
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Quiz Torimonochou (Japan)
+ 1990
+ Taito Corporation
+
+
+
+
+
+
+
+
+
+
+ Quartet 2 (unprotected)
+ 1986
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Quiz Meitantei Neo & Geo - Quiz Daisousa Sen part 2
+ 1992
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Quiz Daisousa Sen - The Last Count Down
+ 1991
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Quiz H.Q. (Japan)
+ 1990
+ Taito Corporation
+
+
+
+
+
+
+
+
+
+
+
+
+ Quiz King of Fighters
+ 1995
+ Saurus
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Quiz Olympic (set 1)
+ 1985
+ Seoul Coin Corp.
+
+
+
+
+
+
+
+ Quiz Chikyu Bouei Gun (Japan)
+ 1991
+ Taito Corporation
+
+
+
+
+
+
+
+
+
+
+
+
+ Quiz Quest - Hime to Yuusha no Monogatari (Japan)
+ 1991
+ Taito Corporation
+
+
+
+
+
+
+
+
+
+ Ragnagard / Shin-Oh-Ken
+ 1996
+ Saurus
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Rainbow Islands (new version)
+ 1987
+ Taito Corporation
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Real Bout Fatal Fury / Real Bout Garou Densetsu
+ 1995
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Real Bout Fatal Fury Special / Real Bout Garou Densetsu Special
+ 1996
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Riding Hero (set 1)
+ 1990
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Ring of Destruction: Slammasters II (Euro 940902)
+ 1994
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Riot City (Japan)
+ 1991
+ Sega / Westone
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Robo Army
+ 1991
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Rock Duck (prototype?)
+ 1983
+ Datel SAS
+
+
+
+
+
+
+
+
+
+ Rage of the Dragons
+ 2002
+ Evoga / Playmore
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Strikers 1945 Plus
+ 1999
+ Psikyo
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Pretty Soldier Sailor Moon (JUEHTK, Ver. 95/03/22B)
+ 1995
+ Banpresto
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Samurai Shodown V Special / Samurai Spirits Zero Special (set 1, uncensored)
+ 2003
+ Yuki Enterprise / SNK Playmore
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Samurai Shodown / Samurai Spirits (set 1)
+ 1993
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Samurai Shodown II / Shin Samurai Spirits - Haohmaru jigokuhen
+ 1994
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Samurai Shodown III / Samurai Spirits - Zankurou Musouken (set 1)
+ 1995
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Samurai Shodown IV - Amakusa's Revenge / Samurai Spirits - Amakusa Kourin
+ 1996
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Samurai Shodown V / Samurai Spirits Zero (set 1)
+ 2003
+ Yuki Enterprise / SNK Playmore
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Savage Reign / Fu'un Mokushiroku - kakutou sousei
+ 1995
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Scrambled Egg
+ 1983
+ Technos
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ SD Fighters (Korea)
+ 1996
+ SemiCom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Super Dodge Ball / Kunio no Nekketsu Toukyuu Densetsu
+ 1996
+ Technos
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Sengoku / Sengoku Denshou (set 1)
+ 1991
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Sengoku 2 / Sengoku Denshou 2
+ 1993
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter II - The World Warrior (World 910522)
+ 1991
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter II' - Champion Edition (World 920313)
+ 1992
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter II' - Hyper Fighting (World 921209)
+ 1992
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter Alpha: Warriors' Dreams (Euro 950727)
+ 1995
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter Alpha 2 (Euro 960229)
+ 1996
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter Alpha 3 (Euro 980904)
+ 1998
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter Zero 2 Alpha (Asia 960826)
+ 1996
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter Zero (CPS Changer, 951020 Japan)
+ 1995
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Super Gem Fighter Mini Mix (USA 970904)
+ 1997
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Shadow Force (US Version 2)
+ 1993
+ Technos Japan
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Shadow Warriors (World, set 1)
+ 1988
+ Tecmo
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Shadow Dancer (set 3, US)
+ 1989
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Shinobi (set 6, System 16A, unprotected)
+ 1987
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Shippu Mahou Daisakusen (Japan)
+ 1994
+ Raizing / Eighting
+
+
+
+
+
+
+
+
+
+ Shock Troopers - 2nd Squad
+ 1998
+ Saurus
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Shock Troopers (set 1)
+ 1997
+ Saurus
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Saturday Night Slam Masters (World 930713)
+ 1993
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Slap Fight (English bootleg)
+ 1986
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Snow Bros. 2 - With New Elves / Otenki Paradise
+ 1994
+ [Toaplan] Hanafram
+
+
+
+
+
+
+
+
+ Snow Brothers 3 - Magical Adventure
+ 2002
+ Syrmex (bootleg/hack)
+
+
+
+
+
+
+
+
+ Snow Bros. - Nick & Tom (set 1)
+ 1990
+ Toaplan
+
+
+
+
+
+
+ Soccer Brawl (set 1)
+ 1991
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Aero Fighters 2 / Sonic Wings 2
+ 1994
+ Video System Co.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Aero Fighters 3 / Sonic Wings 3
+ 1995
+ Video System Co.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Son of Phoenix
+ 1985
+ Associated Overseas MFR, Inc
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Super Puzzle Fighter II Turbo (USA 960620)
+ 1996
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+ Spinal Breakers (World)
+ 1990
+ V-System Co.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Spin Master / Miracle Adventure
+ 1993
+ Data East Corporation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ S.R.D. Mission
+ 1986
+ Taito Corporation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Super Street Fighter II: The New Challengers (World 930911)
+ 1993
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Super Street Fighter II Turbo (World 940223)
+ 1994
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Super Space Invaders '91 (World)
+ 1990
+ Taito Corporation Japan
+
+
+
+
+
+
+
+ Super Sidekicks / Tokuten Ou
+ 1992
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Super Sidekicks 2 - The World Championship / Tokuten Ou 2 - real fight football
+ 1994
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Super Sidekicks 3 - The Next Glory / Tokuten Ou 3 - eikoue no michi
+ 1995
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Stakes Winner / Stakes Winner - GI kinzen seihae no michi
+ 1995
+ Saurus
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Stakes Winner 2
+ 1996
+ Saurus
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Raiga - Strato Fighter (US)
+ 1991
+ Tecmo
+
+
+
+
+
+
+
+
+
+
+
+
+ Strider (US set 1)
+ 1989
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Super Triv
+ 1985
+ Hara Industries
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Super Casino
+ 1984
+ Data Amusement
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Superman
+ 1988
+ Taito Corporation
+
+
+
+
+
+
+
+
+
+
+
+
+ The Super Spy
+ 1990
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Super Model
+ 1994
+ Comad & New Japan System
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Super Glob
+ 1983
+ Epos Corporation
+
+
+
+
+
+
+
+
+
+
+
+ Super Trio
+ 1994
+ Gameace
+
+
+
+
+
+
+
+
+
+
+
+
+
+ SNK vs. CAPCOM SVC CHAOS (bootleg)
+ 2003
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Teki Paki
+ 1991
+ Toaplan
+
+
+
+
+
+
+ Tetris (bootleg)
+ 1988
+ bootleg
+
+
+
+
+
+
+
+
+
+
+ Thunder Heroes
+ 2001
+ Primetek Investments
+
+
+
+
+
+
+
+
+
+
+
+
+ Tiger Heli (bootleg set 1)
+ 1985
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The NewZealand Story (World, newer)
+ 1988
+ Taito Corporation Japan
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Top Hunter - Roddy & Cathy (set 1)
+ 1994
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Toppy & Rappy
+ 1996
+ SemiCom
+
+
+
+
+
+
+
+
+
+
+
+
+ Toryumon
+ 1994
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Top Player's Golf
+ 1990
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Thrash Rally
+ 1991
+ Alpha Denshi Co.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Truxton / Tatsujin
+ 1988
+ [Toaplan] Taito Corporation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Truxton II / Tatsujin Oh
+ 1992
+ Toaplan
+
+
+
+
+
+
+ Turbo Force
+ 1991
+ Video System Co.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Neo Turf Masters / Big Tournament Golf
+ 1996
+ Nazca
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Twin Adventure (World)
+ 1995
+ Barko Corp.
+
+
+
+
+
+
+
+
+
+
+ Twin Hawk (World)
+ 1989
+ Taito Corporation Japan
+
+
+
+
+
+
+
+
+
+ Twinkle
+ 1997
+ SemiCom
+
+
+
+
+
+
+
+
+
+ Twinkle Star Sprites
+ 1996
+ ADK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Tecmo World Soccer '96
+ 1996
+ Tecmo
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ U.N. Squadron (US)
+ 1989
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Puzzle Uo Poko (International)
+ 1998
+ Cave (Jaleco license)
+
+
+
+
+
+
+
+ Van-Van Car
+ 1983
+ Sanritsu
+
+
+
+
+
+
+
+
+
+
+
+ Varth - Operation Thunderstorm (World 920714)
+ 1992
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Varth - Operation Thunderstorm (US 920612)
+ 1992
+ Capcom (Romstar license)
+
+
+
+
+
+
+
+
+
+
+
+ V-Five (Japan)
+ 1993
+ Toaplan
+
+
+
+
+
+ Vampire Savior: The Lord of Vampire (Euro 970519)
+ 1997
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Vampire Savior 2: The Lord of Vampire (Japan 970913)
+ 1997
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Vulgus (set 1)
+ 1984
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Waku Waku 7
+ 1996
+ Sunsoft
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Wonder Boy III - Monster Lair (set 5, World, System 16B, 8751 317-0098)
+ 1988
+ Sega / Westone
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Tecmo World Cup '90 (set 1)
+ 1989
+ Tecmo
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ World Heroes (set 1)
+ 1992
+ Alpha Denshi Co.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ World Heroes 2
+ 1993
+ ADK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ World Heroes Perfect
+ 1995
+ ADK / SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Wild Fang / Tecmo Knight
+ 1989
+ Tecmo
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Willow (US)
+ 1989
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Wonder League Star - Sok-Magicball Fighting (Korea)
+ 1995
+ Mijin
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Warriors of Fate (World 921002)
+ 1992
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Wonder League '96 (Korea)
+ 1996
+ SemiCom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Woodpecker (set 1)
+ 1981
+ Amenip (Palcom Queen River)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Wrestle War (set 3, World, 8751 317-0103)
+ 1989
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ WWF WrestleFest (US set 1)
+ 1991
+ Technos Japan
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ X-Men: Children of the Atom (Euro 950105)
+ 1994
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ X-Men Vs. Street Fighter (Euro 961004)
+ 1996
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Yes/No Sinri Tokimeki Chart
+ 1992
+ Taito Corporation
+
+
+
+
+
+
+
+
+ Yuuyu no Quiz de GO!GO! (Japan)
+ 1990
+ Taito Corporation
+
+
+
+
+
+
+
+
+
+
+ Zed Blade / Operation Ragnarok
+ 1994
+ NMK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Zero Wing
+ 1989
+ Toaplan
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Zintrick / Oshidashi Zentrix (hack / bootleg)
+ 1996
+ hack / bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Zip & Zap
+ 1995
+ Barko Corp
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Zupapa!
+ 2001
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Zzyzzyxx (set 1)
+ 1982
+ Cinematronics + Advanced Microcomputer Systems
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/arcade/DataFrog SF2000 (FBA v0.2.97.42).dat b/arcade/DataFrog SF2000 (FBA v0.2.97.42).dat
new file mode 100644
index 0000000..dbec05c
--- /dev/null
+++ b/arcade/DataFrog SF2000 (FBA v0.2.97.42).dat
@@ -0,0 +1,34022 @@
+
+
+
+
+
+ Data Frog SF2000
+ Data Frog SF2000: FBA 0.2.97.42 with some MAME 0.126 sets and others
+ Emulation
+ DF.0.2.97.42
+ 05/16/2023
+ Michael Adcock
+ adcockm@usa.net
+
+
+ The Data Frog SF2000 uses a custom build of FBA 0.2.97.42 (libretro) that is missing some sets from the main FBA build and contains extra sets from MAME and elsewhere. It appears to be built from the a320 set used by Dingoo/Dingux, with additions.
+
+
+
+ 1941 - Counter Attack (World)
+ 1990
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1941 - Counter Attack (Japan)
+ 1990
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1942 (Revision B)
+ 1984
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1942 (Revision A)
+ 1984
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1942 (First Version)
+ 1984
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1942 (Williams Electronics license)
+ 1985
+ Capcom (Williams Electronics license)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1943: The Battle of Midway (US)
+ 1987
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1943: Midway Kaisen (Japan)
+ 1987
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1943 Kai: Midway Kaisen (Japan)
+ 1987
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1944: The Loop Master (USA 000620)
+ 2000
+ Capcom, supported by Eighting/Raizing
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1944 - the loop master (000620 USA Phoenix Edition) [Bootleg]
+ 2000
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1944: The Loop Master (Japan 000620)
+ 2000
+ Capcom, supported by Eighting/Raizing
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1945k III
+ 2000
+ Oriental
+
+
+
+
+
+
+
+
+
+ 19XX: The War Against Destiny (USA 951207)
+ 1996
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 19XX: The War Against Destiny (Asia 951207)
+ 1996
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 19XX: The War Against Destiny (Brazil 951218)
+ 1996
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 19XX - the war against destiny (951207 USA Phoenix Edition) [Bootleg]
+ 1995
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 19XX: The War Against Destiny (Hispanic 951218)
+ 1996
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 19XX: The War Against Destiny (Japan 951225)
+ 1996
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 19XX: The War Against Destiny (Japan 951207)
+ 1996
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 2020 Super Baseball (set 1)
+ 1991
+ SNK / Pallas
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 2020 Super Baseball (set 2)
+ 1991
+ SNK / Pallas
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 2020 Super Baseball (set 3)
+ 1991
+ SNK / Pallas
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 3 Count Bout / Fire Suplex
+ 1993
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ XESS - The New Revolution (SemiCom 3-in-1)
+ 1997
+ SemiCom
+
+
+
+
+
+
+
+
+
+
+
+
+ Three Wonders (World 910520)
+ 1991
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Three Wonders (US 910520)
+ 1991
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 4-D Warriors (315-5162)
+ 1985
+ Coreland / Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 4 En Raya
+ 1990
+ IDSA
+
+
+
+
+
+
+
+
+ Puzzle King (includes bootleg of Snow Bros.)
+ 2002
+ K1 Soft
+
+
+
+
+
+
+
+ Eight Ball Action (DK conversion)
+ 1984
+ Seatongrove Ltd (Magic Eletronics USA licence)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Eight Ball Action (Pac-Man conversion)
+ 1985
+ Seatongrove Ltd (Magic Eletronics USA licence)
+
+
+
+
+
+
+ '99: The Last War
+ 1985
+ Proma
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ '99: The Last War (alternate)
+ 1985
+ Proma
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ '99: The Last War (Kyugo)
+ 1985
+ Kyugo
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ A.B. Cop (FD1094 317-0169b)
+ 1990
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Abscam
+ 1981
+ GL (US Billiards License)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ After Burner (Japan)
+ 1987
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ After Burner II
+ 1987
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Ace Attacker (Japan, System 16A, FD1094 317-0060)
+ 1988
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Ace Attacker (FD1094 317-0059)
+ 1988
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Atlantic City Action
+ 1983
+ Epos Corporation
+
+
+
+
+
+
+
+
+
+ Aero Fighters
+ 1992
+ Video System Co.
+
+
+
+
+
+
+
+
+
+
+ Aero Fighters (Turbo Force hardware set 1)
+ 1992
+ Video System Co.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Aero Fighters (Turbo Force hardware set 2)
+ 1992
+ Video System Co.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Action Fighter (FD1089A 317-0018)
+ 1986
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Air Gallet (JUEHTK)
+ 1996
+ Banpresto / Gazelle
+
+
+
+
+
+
+
+
+
+
+
+
+ Airwolf
+ 1987
+ Kyugo
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Airwolf (US)
+ 1987
+ Kyugo (UA Theatre license)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Alex Kidd: The Lost Stars (set 1, FD1089A 317-0021)
+ 1986
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Alex Kidd: The Lost Stars (set 2, unprotected)
+ 1986
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Ali Baba and 40 Thieves
+ 1982
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Alien Syndrome (set 1, System 16A, FD1089A 317-0033)
+ 1987
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Alien Syndrome (set 2, System 16A, FD1089A 317-0033)
+ 1987
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Alien Syndrome (set 3, System 16B, FD1089A 317-0033)
+ 1987
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Alien Syndrome (set 5, System 16A, FD1089B 317-0037)
+ 1987
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Alien Syndrome (set 4, System 16B, unprotected)
+ 1987
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Alpha Mission II / ASO II - Last Guardian
+ 1991
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Juuouki (set 3, Japan, FD1094 317-0068)
+ 1988
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Altered Beast (set 2, MC-8123B 317-0066)
+ 1988
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Altered Beast (set 4, MC-8123B 317-0066)
+ 1988
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Altered Beast (set 5, 8751 317-0076)
+ 1988
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Juuouki (set 6, Japan, 8751 317-0077)
+ 1988
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Altered Beast (set 7, 8751 317-0078)
+ 1988
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Ambush
+ 1983
+ Nippon Amuse Co-Ltd
+
+
+
+
+
+
+
+
+
+
+
+
+ Ambush (Tecfri)
+ 1983
+ Tecfri
+
+
+
+
+
+
+
+
+
+
+
+
+ Ambush (Volt Elec co-ltd)
+ 1983
+ Volt Elec co-ltd
+
+
+
+
+
+
+
+
+
+
+
+
+ Andro Dunos
+ 1992
+ Visco
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Aggressors of Dark Kombat / Tsuukai GANGAN Koushinkyoku
+ 1994
+ ADK / SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Art of Fighting / Ryuuko no Ken
+ 1992
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Art of Fighting 2 / Ryuuko no Ken 2 (set 1)
+ 1994
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Art of Fighting 2 / Ryuuko no Ken 2 (set 2)
+ 1994
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Art of Fighting 3 - The Path of the Warrior / Art of Fighting - Ryuuko no Ken Gaiden
+ 1996
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Art of Fighting 3 - The Path of the Warrior (Korean release)
+ 1996
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Aqua Jack (World)
+ 1990
+ Taito Corporation Japan
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Aqua Jack (Japan)
+ 1990
+ Taito Corporation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Area 88 (Japan)
+ 1989
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Arkanoid (bootleg with MCU, harder)
+ 1986
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+ Arkanoid (Game Corporation bootleg, set 1)
+ 1986
+ bootleg
+
+
+
+
+
+
+
+
+
+
+ Arkanoid (Game Corporation bootleg, set 2)
+ 1986
+ bootleg
+
+
+
+
+
+
+
+
+
+
+ Arkanoid (World)
+ 1986
+ Taito Corporation Japan
+
+
+
+
+
+
+
+
+
+
+
+ Arkanoid (Tayto bootleg)
+ 1986
+ bootleg
+
+
+
+
+
+
+
+
+
+
+ Tournament Arkanoid (US)
+ 1987
+ Taito America Corporation (Romstar license)
+
+
+
+
+
+
+
+
+
+
+
+ Block (Game Corporation bootleg, set 2)
+ 1986
+ bootleg
+
+
+
+
+
+
+
+
+
+
+ Block (Game Corporation bootleg, set 1)
+ 1986
+ bootleg
+
+
+
+
+
+
+
+
+
+
+ Arkanoid (bootleg on Block hardware)
+ 1986
+ bootleg
+
+
+
+
+
+
+
+
+
+
+ Arkanoid (bootleg with MCU)
+ 1986
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+ Arkanoid (Japan)
+ 1986
+ Taito Corporation
+
+
+
+
+
+
+
+
+
+
+
+ Arkanoid (US)
+ 1986
+ Taito America Corporation (Romstar license)
+
+
+
+
+
+
+
+
+
+
+
+ Arkanoid (US, older)
+ 1986
+ Taito America Corporation (Romstar license)
+
+
+
+
+
+
+
+
+
+
+
+ Arkanoid (Tayto bootleg, harder)
+ 1986
+ bootleg
+
+
+
+
+
+
+
+
+
+
+ Armored Warriors (Euro 941024)
+ 1994
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Armored Warriors (Asia 940920)
+ 1994
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Armored Warriors (Euro 941011)
+ 1994
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Armored Warriors (USA 941024)
+ 1994
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Alien Storm (set 4, World, 2 Players, FD1094 317-0154)
+ 1990
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Alien Storm (set 3, World, 3 Players, FD1094 317-0148)
+ 1990
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Alien Storm (set 1, Japan, 2 Players, FD1094 317-0146)
+ 1990
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Alien Storm (set 2, US, 3 Players, FD1094 317-0147)
+ 1990
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Atomic Punk (US)
+ 1991
+ Irem America (licensed from Hudson Soft)
+
+
+
+
+
+
+
+
+
+
+ Aurail (set 3, US, unprotected)
+ 1990
+ Sega / Westone
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Aurail (set 2, World, FD1089B 317-0168)
+ 1990
+ Sega / Westone
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Aurail (set 1, Japan, FD1089A 317-0167)
+ 1990
+ Sega / Westone
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Alien vs. Predator (Euro 940520)
+ 1994
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Alien vs. Predator (Asia 940520)
+ 1994
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Alien vs Predator (940520 Euro Phoenix Edition) [Bootleg]
+ 1994
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Alien vs. Predator (Hispanic 940520)
+ 1994
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Alien vs. Predator (Japan 940520)
+ 1994
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Alien vs. Predator (USA 940520)
+ 1994
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bad Dudes vs. Dragonninja (US)
+ 1988
+ Data East USA
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bakatonosama Mahjong Manyuki
+ 1991
+ Monolith Corp.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bakuretsu Breaker
+ 1992
+ Kaneko
+
+
+
+
+
+
+
+
+
+
+ Balloon Brothers
+ 1992
+ East Technology
+
+
+
+
+
+
+
+
+
+
+
+ Bang Bead
+ 2000
+ Visco
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bang Bead (Prototype?) [Prototype]
+ 2000
+ Visco
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bank Panic
+ 1984
+ [Sanritsu] Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Battle Circuit (Euro 970319)
+ 1997
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Battle Circuit (Asia 970319)
+ 1997
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Battle Circuit (970319 Euro Phoenix Edition) [Bootleg]
+ 1997
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Battle Circuit (Japan 970319)
+ 1997
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Armed Police Batrider - B Version (Japan) (Fri Feb 13 1998)
+ 1998
+ Raizing / Eighting
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Armed Police Batrider (Japan) (Mon Dec 22 1997)
+ 1998
+ Raizing / Eighting
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Armed Police Batrider (Korea) (Fri Feb 13 1998)
+ 1998
+ Raizing / Eighting
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Batsugun (set 2)
+ 1993
+ Toaplan
+
+
+
+
+
+
+
+
+
+
+ Batsugun (set 1)
+ 1993
+ Toaplan
+
+
+
+
+
+
+
+
+
+
+ Batsugun (Special Ver.)
+ 1993
+ Toaplan
+
+
+
+
+
+
+
+
+
+
+ Bay Route (set 1, US, unprotected)
+ 1989
+ Sunsoft / Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bay Route (set 3, World, FD1094 317-0116)
+ 1989
+ Sunsoft / Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bay Route (set 2, Japan, FD1094 317-0115)
+ 1989
+ Sunsoft / Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Battle Bakraid - Unlimited Version (Japan) (Tue Jun 8 1999)
+ 1999
+ Eighting
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Battle Bakraid (Japan) (Wed Apr 7 1999)
+ 1999
+ Eighting
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ B.C. Story (set 1)
+ 1997
+ SemiCom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ B.C. Story (set 2)
+ 1997
+ SemiCom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Beastie Feastie
+ 1984
+ Epos Corporation
+
+
+
+
+
+
+
+
+
+
+ The Berlin Wall
+ 1991
+ Kaneko
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The Berlin Wall (bootleg ?)
+ 1991
+ Kaneko
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Battle Garegga - Type 2 (Denmark / China) (Tue Apr 2 1996)
+ 1996
+ Raizing / Eighting
+
+
+
+
+
+
+
+
+
+
+
+ Battle Garegga (Europe / USA / Japan / Asia) (Sat Feb 3 1996)
+ 1996
+ Raizing / Eighting
+
+
+
+
+
+
+
+
+
+
+
+ Battle Garegga (Austria / Hong Kong) (Sat Feb 3 1996)
+ 1996
+ Raizing / Eighting
+
+
+
+
+
+
+
+
+
+
+
+ Battle Garegga - New Version (Austria / Hong Kong) (Sat Mar 2 1996)
+ 1996
+ Raizing / Eighting
+
+
+
+
+
+
+
+
+
+
+
+ Battle Garegga - Type 2 (Europe / USA / Japan / Asia) (Sat Mar 2 1996)
+ 1996
+ Raizing / Eighting
+
+
+
+
+
+
+
+
+
+
+
+ Big Bucks
+ 1986
+ Dynasoft Inc.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Biomechanical Toy (unprotected)
+ 1995
+ Gaelco
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bionic Commando (Euro)
+ 1987
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bionic Commando (US set 1)
+ 1987
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bionic Commando (US set 2)
+ 1987
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Blue's Journey / Raguy
+ 1990
+ Alpha Denshi Co.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Blaze On (Japan)
+ 1992
+ Atlus
+
+
+
+
+
+
+
+
+ Blazing Star
+ 1998
+ Yumekobo
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Block Gal (MC-8123B, 317-0029)
+ 1987
+ Sega / Vic Tokai
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Blood Warrior
+ 1994
+ Kaneko
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bloxeed (Japan, FD1094 317-0139)
+ 1990
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+ Bang Bead (decrypted C)
+ 2000
+ Visco
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Body Slam (8751 317-0015)
+ 1986
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bomb Jack (set 2)
+ 1984
+ Tehkan
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bomb Jack (set 1)
+ 1984
+ Tehkan
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bomber Man (Japan)
+ 1991
+ Irem (licensed from Hudson Soft)
+
+
+
+
+
+
+
+
+
+
+ B.C. Kid / Bonk's Adventure / Kyukyoku!! PC Genjin
+ 1994
+ Kaneko
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Brain
+ 1986
+ Coreland / Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Breakers
+ 1996
+ Visco
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Breakers Revenge
+ 1998
+ Visco
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Brix
+ 1982
+ Cinematronics + Advanced Microcomputer Systems
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Battle Shark (US)
+ 1989
+ Taito America Corporation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Battle Shark (Japan)
+ 1989
+ Taito Corporation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Baseball Stars Professional
+ 1990
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Baseball Stars 2
+ 1992
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bullet (FD1094 317-0041)
+ 1987
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bullfight (315-5065)
+ 1984
+ Coreland / Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Burning Fight (set 1)
+ 1991
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Burning Fight (set 2)
+ 1991
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Buzzard
+ 1984
+ Crux
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Boardwalk Casino
+ 1983
+ Epos Corporation
+
+
+
+
+
+
+
+
+
+ Cameltry (Japan, YM2610)
+ 1989
+ Taito Corporation
+
+
+
+
+
+
+
+
+ Cameltry (US, YM2610)
+ 1989
+ Taito America Corporation
+
+
+
+
+
+
+
+
+ Cameltry (US, YM2203 + M6295)
+ 1989
+ Taito America Corporation
+
+
+
+
+
+
+
+
+ Cameltry (World, YM2203 + M6295)
+ 1989
+ Taito America Corporation
+
+
+
+
+
+
+
+
+ Cannon Ball (Pacman Hardware)
+ Novomatic
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Captain Commando (bootleg)
+ 1991
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+ Captain Commando (Japan 911202)
+ 1991
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Captain Commando (World 911014)
+ 1991
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Captain Commando (US 910928)
+ 1991
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Catapult
+ 1982
+ Epos Corporation
+
+
+
+
+
+
+
+
+
+
+
+ Carrier Air Wing (World 901012)
+ 1990
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Carrier Air Wing (bootleg)
+ 1990
+ bootleg
+
+
+
+
+
+
+
+
+
+ U.S. Navy (Japan 901012)
+ 1990
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Carrier Air Wing (World 901009)
+ 1990
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Carrier Air Wing (US 901012)
+ 1990
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chase H.Q. (World)
+ 1988
+ Taito Corporation Japan
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chase H.Q. (Japan)
+ 1988
+ Taito Corporation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chiki Chiki Boys (Japan 900619)
+ 1990
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Choky! Choky!
+ 1995
+ SemiCom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Janpai Puzzle Choukou (Japan 010820)
+ 2001
+ Mitchell, distributed by Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Clutch Hitter (set 2, US, FD1094 317-0176)
+ 1991
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Clutch Hitter (set 1, Japan, FD1094 317-0175)
+ 1991
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Combat Hawk
+ 1987
+ Sega / Sanritsu
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Continental Circus (World)
+ 1987
+ Taito Corporation Japan
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Continental Circus (US set 1)
+ 1987
+ Taito America Corporation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Continental Circus (US set 2)
+ 1987
+ Taito America Corporation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Cookie & Bibi
+ 1995
+ SemiCom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Cookie & Bibi 2
+ 1996
+ SemiCom
+
+
+
+
+
+
+
+
+
+
+
+ Cookie & Bibi 3
+ 1997
+ SemiCom
+
+
+
+
+
+
+
+
+
+
+
+ Cotton (set 3, World, FD1094 317-0181a)
+ 1991
+ Sega / Success
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Cotton (set 1, Japan, FD1094 317-0179a)
+ 1991
+ Sega / Success
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Cotton (set 2, US, FD1094 317-0180)
+ 1991
+ Sega / Success
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Frog Feast (CPS-1) [Homebrew]
+ 2006
+ Rastersoft (Homebrew)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Crossed Swords
+ 1991
+ Alpha Denshi Co.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Crush Roller (Kural Samno)
+ 1981
+ Kural Samno Electric
+
+
+
+
+
+
+
+
+
+
+
+
+ Crush Roller (Kural Esco - bootleg?)
+ 1981
+ Kural Esco Electric
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Crush Roller (Kural - bootleg?)
+ 1981
+ Kural Electric
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Crush Roller (Kural TWT)
+ Kural TWT
+
+
+
+
+
+
+
+
+ Crush Roller (bootleg)
+ 1981
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+ Crush Roller (Sidam bootleg)
+ [Kural] (Sidam bootleg)
+
+
+
+
+
+
+
+
+
+
+ Capcom Sports Club (Euro 970722)
+ 1997
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Capcom Sports Club (Asia 970722)
+ 1997
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Capcom Sports Club (Hispanic 970722)
+ 1997
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Capcom Sports Club (Japan 970722)
+ 1997
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Capcom Sports Club (970722 Japan, Rent version)
+ 1997
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Crouching Tiger Hidden Dragon 2003 Super Plus alternate (The King of Fighters 2001 bootleg)
+ 2003
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Crouching Tiger Hidden Dragon 2003 Super Plus (The King of Fighters 2001 bootleg)
+ 2003
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Crouching Tiger Hidden Dragon 2003 (The King of Fighters 2001 bootleg)
+ 2003
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Captain Tomaday
+ 1999
+ Visco
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The Combatribes (bootleg Set 2)
+ 1990
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The Combatribes (US)
+ 1990
+ Technos
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The Combatribes (US Set 1?)
+ 1990
+ Technos
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The Combatribes (bootleg Set 1)
+ 1990
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Caterpillar Pacman Hack
+ 1982
+ hack
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Capcom World 2 (Japan 920611)
+ 1992
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Cyber-Lip
+ 1990
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Cyberbots: Fullmetal Madness (Euro 950424)
+ 1995
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Cyberbots: Fullmetal Madness (Japan 950420)
+ 1995
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Cyberbots: Fullmetal Madness (USA 950424)
+ 1995
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Dai Makai-Mura (Japan)
+ 1988
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Dai Makai-Mura (Japan, bootleg)
+ 1988
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Daisenpu (Japan)
+ 1989
+ Taito Corporation
+
+
+
+
+
+
+
+
+
+ Darius (World)
+ 1986
+ Taito Corporation Japan
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Darius II (Japan)
+ 1989
+ Taito Corporation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Darius (Extra) (Japan)
+ 1986
+ Taito Corporation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Darius (Japan)
+ 1986
+ Taito Corporation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Darius (Japan old version)
+ 1986
+ Taito Corporation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Double Axle (US)
+ 1991
+ Taito America Corporation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ D. D. Crew (set 4, World, 3 Player, FD1094 317-0190)
+ 1991
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ D. D. Crew (set 1, World, 4 Player, FD1094 317-0187)
+ 1991
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ D. D. Crew (set 2, World, 2 Player, FD1094 317-0184)
+ 1991
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ D. D. Crew (set 5, Japan, 2 Player, FD1094 317-0182)
+ 1991
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ D. D. Crew (set 3, US, 4 Player, FD1094 317-0186)
+ 1991
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ DoDonPachi (International, Master Ver. 97/02/05)
+ 1997
+ Atlus/Cave
+
+
+
+
+
+
+
+
+
+
+
+
+
+ DoDonPachi (Japan, Master Ver. 97/02/05)
+ 1997
+ Atlus/Cave
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bee Storm - DoDonPachi II
+ 2001
+ IGS
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Double Dragon 3 - The Rosetta Stone (bootleg)
+ 1990
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Double Dragon 3 - The Rosetta Stone (Japan)
+ 1990
+ Technos
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Double Dragon 3 - The Rosetta Stone (US)
+ 1990
+ Technos
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Dungeons & Dragons: Shadow over Mystara (Euro 960619)
+ 1996
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Dungeons & Dragons: Shadow over Mystara (Asia 960619)
+ 1996
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Dungeons & Dragons: Shadow over Mystara (Brazil 960223)
+ 1996
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Dungeons & Dragons: Shadow over Mystara (Japan 960619)
+ 1996
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Dungeons & Dragons: Shadow over Mystara (Japan 960206)
+ 1996
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Dungeons & Dragons: Shadow over Mystara (Euro 960223)
+ 1996
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Dungeons & Dragons: Shadow over Mystara (Euro 960209)
+ 1996
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Dungeons & Dragons: Shadow over Mystara (Euro 960208)
+ 1996
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Dungeons & Dragons: Shadow over Mystara (USA 960619)
+ 1996
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Dungeons & Dragons - shadow over mystara (960619 USA Phoenix Edition) [Bootleg]
+ 1996
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Dungeons & Dragons: Shadow over Mystara (USA 960209)
+ 1996
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Dungeons & Dragons: Tower of Doom (Euro 940412)
+ 1993
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Dungeons & Dragons: Tower of Doom (Asia 940113)
+ 1993
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Dungeons & Dragons - tower of doom (940412 Euro Phoenix Edition) [Bootleg]
+ 1994
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Dungeons & Dragons: Tower of Doom (Hispanic 940125)
+ 1993
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Dungeons & Dragons: Tower of Doom (Japan 940412)
+ 1993
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Dungeons & Dragons: Tower of Doom (Japan 940125)
+ 1993
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Dungeons & Dragons: Tower of Doom (Japan 940113)
+ 1993
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Dungeons & Dragons: Tower of Doom (Euro 940113)
+ 1993
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Dungeons & Dragons: Tower of Doom (USA 940125)
+ 1993
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Dungeons & Dragons: Tower of Doom (USA 940113)
+ 1993
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Dynamite Dux (set 2, FD1094 317-0096)
+ 1989
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Dynamite Dux (set 1, 8751 317-0095)
+ 1989
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Dynamite Dux (bootleg)
+ 1989
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Dead Connection (Japan)
+ 1992
+ Taito Corporation
+
+
+
+
+
+
+
+
+
+
+
+
+ Dead Connection (World)
+ 1992
+ Taito Corporation Japan
+
+
+
+
+
+
+
+
+
+
+
+
+ The Dealer
+ 1984
+ Epos Corporation
+
+
+
+
+
+
+
+ Defense (System 16B, FD1089A 317-0028)
+ 1987
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Desert Breaker (FD1094 317-0196)
+ 1992
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Dangun Feveron (Japan, Ver. 98/09/17)
+ 1998
+ Cave (Nihon System license)
+
+
+
+
+
+
+
+
+
+ Digger Man (prototype)
+ 2000
+ Kyle Hodgetts
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Dimahoo (Euro 000121)
+ 2000
+ Eighting/Raizing, distributed by Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Dimahoo (USA 000121)
+ 2000
+ Eighting/Raizing, distributed by Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Cadillacs and Dinosaurs (World 930201)
+ 1993
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Cadillacs and Dinosaurs (bootleg set 3, 930223 Asia TW) [Bootleg]
+ 1993
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Cadillacs and Dinosaurs Turbo (930223 Asia TW bootleg)
+ 1993
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+ Cadillacs and Dinosaurs Turbo (bootleg with PIC16c57)
+ 1993
+ bootleg
+
+
+
+
+
+
+ Cadillacs Kyouryuu-Shinseiki (Japan 930201)
+ 1993
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Cadillacs and Dinosaurs (bootleg with PIC16c57, set 1)
+ 1993
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Cadillacs and Dinosaurs (bootleg with PIC16c57, set 2)
+ 1993
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Dino Rex (World)
+ 1992
+ Taito Corporation Japan
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Dino Rex (Japan)
+ 1992
+ Taito Corporation
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Dino Rex (US)
+ 1992
+ Taito America Corporation
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Cadillacs and Dinosaurs (US 930201)
+ 1993
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Demon Front (V102)
+ 2002
+ IGS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Demon Front (V105)
+ 2002
+ IGS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Dogyuun
+ 1992
+ Toaplan
+
+
+
+
+
+
+
+
+ Dommy
+ Technos
+
+
+
+
+
+
+
+
+
+
+ Don Doko Don (Japan)
+ 1989
+ Taito Corporation
+
+
+
+
+
+
+
+
+
+
+
+ Don Doko Don (US)
+ 1989
+ Taito America Corporation
+
+
+
+
+
+
+
+
+
+
+
+ Don Doko Don (World)
+ 1989
+ Taito Corporation Japan
+
+
+
+
+
+
+
+
+
+
+
+ DonPachi (US)
+ 1995
+ Atlus/Cave
+
+
+
+
+
+
+
+
+
+
+ DonPachi (Japan)
+ 1995
+ Atlus/Cave
+
+
+
+
+
+
+
+
+
+
+ DonPachi (Korea)
+ 1995
+ Atlus/Cave
+
+
+
+
+
+
+
+
+
+
+ Dottori Kun (old version)
+ 1990
+ Sega
+
+
+
+ Dottori Kun (new version)
+ 1990
+ Sega
+
+
+
+ Double Dragon (Neo-Geo)
+ 1995
+ Technos
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Date Quiz Go Go (Korea)
+ 1998
+ SemiCom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Dream Shopper
+ 1982
+ Sanritsu
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Dragon Bowl
+ 1992
+ Nics
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Dragon World II (ver. 110X, Export)
+ 1997
+ IGS
+
+
+
+
+
+
+
+
+
+ Zhong Guo Long II (ver. 100C, China)
+ 1997
+ IGS
+
+
+
+
+
+
+
+
+
+ Chuugokuryuu II (ver. 100J, Japan)
+ 1997
+ IGS
+
+
+
+
+
+
+
+
+
+ Dragon World 3
+ 1998
+ IGS
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Dragon World 3 (Korean Board)
+ 1998
+ IGS
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Drift Out (Japan)
+ 1991
+ Visco
+
+
+
+
+
+
+
+
+ Drive Out
+ 1991
+ bootleg
+
+
+
+
+
+
+
+
+
+
+ Driving Force (Pac-Man conversion)
+ 1984
+ Shinkai Inc. (Magic Eletronics Inc. licence)
+
+
+
+
+
+
+ Dr. Tomy
+ 1993
+ Playmark
+
+
+
+
+
+
+
+
+
+ Darkstalkers: The Night Warriors (Euro 940705)
+ 1994
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Darkstalkers: The Night Warriors (Asia 940705)
+ 1994
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Darkstalkers: The Night Warriors (USA 940818)
+ 1994
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Darkstalkers - the night warriors (940705 USA Phoenix Edition) [Bootleg]
+ 1994
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Darkstalkers: The Night Warriors (USA 940705)
+ 1994
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Dump Matsumoto (Japan, 8751 317-unknown)
+ 1986
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Dunk Shot (FD1089 317-0022)
+ 1986
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Dynablaster (bootleg)
+ 1991
+ bootleg
+
+
+
+
+
+
+
+
+
+ Dynablaster / Bomber Man
+ 1991
+ Irem (licensed from Hudson Soft)
+
+
+
+
+
+
+
+
+
+
+ Dynasty Wars (US set 1)
+ 1989
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Tenchi wo Kurau (Japan)
+ 1989
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Dynasty Wars (US set 2)
+ 1989
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Eco Fighters (Asia 931203)
+ 1993
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Eco Fighters (World 931203)
+ 1993
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Eco Fighters (USA 940215)
+ 1993
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Eco Fighters (USA 931203)
+ 1993
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Eggor
+ 1983
+ Telko
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Eggs
+ 1983
+ [Technos] Universal USA
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Eight Man
+ 1991
+ SNK / Pallas
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Enduro Racer (bootleg set 1)
+ 1986
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Enduro Racer (YM2151, FD1089B 317-0013A)
+ 1986
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Enduro Racer (YM2203, FD1089B 317-0013A)
+ 1986
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Enforce (Japan)
+ 1988
+ Taito Corporation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ESP Ra.De. (International, Ver. 98/04/22)
+ 1998
+ Atlus/Cave
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ESP Ra.De. (Japan, Ver. 98/04/21)
+ 1998
+ Atlus/Cave
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ E-Swat - Cyber Police (set 3, World, FD1094 317-0130)
+ 1989
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ E-Swat - Cyber Police (bootleg)
+ 1989
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ E-Swat - Cyber Police (set 1, Japan, FD1094 317-0128)
+ 1989
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ E-Swat - Cyber Police (set 2, US, FD1094 317-0129)
+ 1989
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Euro Champ '92 (World)
+ 1992
+ Taito Corporation Japan
+
+
+
+
+
+
+
+
+
+
+
+
+ Excite League (FD1094 317-0079)
+ 1989
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Exed Exes
+ 1985
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Explosive Breaker
+ 1992
+ Kaneko
+
+
+
+
+
+
+
+
+
+
+ Eyes (Digitrex Techstar)
+ 1982
+ Digitrex Techstar (Rock-ola license)
+
+
+
+
+
+
+
+
+
+
+
+
+ Eyes (Techstar)
+ 1982
+ Techstar (Rock-ola license)
+
+
+
+
+
+
+
+
+
+
+
+
+ Eyes (Zaccaria)
+ 1982
+ Zaccaria / bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Fantasia
+ 1994
+ Comad & New Japan System
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Fantasia II (Explicit)
+ 1997
+ Comad
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Fantasy '95
+ 1995
+ Hi-max Technology Inc.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Fantasy Zone (set 1, unprotected)
+ 1986
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Fantasy Zone (set 2, unprotected)
+ 1986
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Fatal Fury Special / Garou Densetsu Special (set 2)
+ 1993
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Fatal Fury Special / Garou Densetsu Special (set 1)
+ 1993
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Fatal Fury - King of Fighters / Garou Densetsu - shukumei no tatakai
+ 1991
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Fatal Fury 2 / Garou Densetsu 2 - arata-naru tatakai
+ 1992
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Fatal Fury 3 - Road to the Final Victory / Garou Densetsu 3 - haruka-naru tatakai
+ 1995
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Football Frenzy
+ 1992
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Fever SOS (International, Ver. 98/09/25)
+ 1998
+ Cave (Nihon System license)
+
+
+
+
+
+
+
+
+
+ Final Fight (World)
+ 1989
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Final Fight (Japan)
+ 1989
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Final Fight (Japan 900305)
+ 1989
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Final Fight (Japan 900112)
+ 1989
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Final Fight (US)
+ 1989
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Final Fight (US 900112)
+ 1989
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Final Fight (US 900613)
+ 1989
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Fight Fever (set 1)
+ 1994
+ Viccom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Fight Fever (set 2)
+ 1994
+ Viccom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Final Blow (World)
+ 1988
+ Taito Corporation Japan
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Final Blow (Japan)
+ 1988
+ Taito Corporation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Final Blow (US)
+ 1988
+ Taito America Corporation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Final Tetris
+ 1993
+ Jeil Computer System
+
+
+
+
+
+
+
+
+
+
+
+
+ Flashgal (set 1)
+ 1985
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Flashgal (set 2)
+ 1985
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Flicky (64k Version, System 1, 315-5051, set 2)
+ 1984
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Flicky (128k Version, System 2, not encrypted)
+ 1984
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Flicky (128k Version, System 2, 315-5051)
+ 1984
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Flicky (64k Version, System 1, 315-5051, set 1)
+ 1984
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Battle Flip Shot
+ 1998
+ Visco
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Fancy World - Earth of Crisis
+ 1996
+ Unico
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Fantasia II (Less Explicit)
+ 1997
+ Comad
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Football Champ (World)
+ 1990
+ Taito Corporation Japan
+
+
+
+
+
+
+
+
+
+
+
+
+ Forgotten Worlds (World?)
+ 1988
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Forgotten Worlds (US)
+ 1988
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Flash Point (set 2, Japan, FD1094 317-0127A)
+ 1989
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+ Flash Point (set 1, Japan, FD1094 317-0127A)
+ 1989
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+ Flash Point (Japan, bootleg)
+ 1989
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Flash Point (World, bootleg)
+ 1989
+ bootleg
+
+
+
+
+
+
+
+
+
+
+ Freeze
+ 1984
+ Cinematronics
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Final Star Force (US)
+ 1992
+ Tecmo
+
+
+
+
+
+
+
+
+
+
+
+ Fighters Swords (Korean release of Samurai Shodown III)
+ 1995
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Funky Bee (bootleg, harder)
+ 1982
+ bootleg
+
+
+
+
+
+
+
+
+
+ Funky Bee
+ 1982
+ Orca
+
+
+
+
+
+
+
+
+
+ F-X
+ 1986
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Gaia Crusaders
+ 1999
+ Noise Factory
+
+
+
+
+
+
+
+
+
+
+
+
+ Ninja Gaiden (US)
+ 1988
+ Tecmo
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Galaxy Fight - Universal Warriors
+ 1995
+ Sunsoft
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Gals Hustler
+ 1997
+ ACE International
+
+
+
+
+
+
+
+ Gals Panic (Unprotected)
+ 1990
+ Kaneko
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Ganryu / Musashi Ganryuki
+ 1999
+ Visco
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Ganryu / Musashi Ganryuki (decrypted C)
+ 1999
+ Visco
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Gardia (317-0006)
+ 1986
+ Sega / Coreland
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Gardia (317-0007?, bootleg)
+ 1986
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Garou - Mark of the Wolves (set 1)
+ 1999
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Garou - Mark of the Wolves (bootleg)
+ 1999
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Garou - Mark of the Wolves (decrypted C)
+ 1999
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Garou - Mark of the Wolves (set 2)
+ 1999
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Garou - Mark of the Wolves (prototype)
+ 1999
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Green Beret
+ 1985
+ Konami
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Green Beret (bootleg)
+ 1985
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+ Genshi-Tou 1930's
+ 1989
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+ Guardian
+ 1986
+ Taito
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Get Star (bootleg set 1)
+ 1986
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Galaxy Force 2
+ 1988
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Galaxy Force 2 (Japan)
+ 1988
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Ghostlop (prototype)
+ 1996
+ Data East Corporation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Ghouls'n Ghosts (World)
+ 1988
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Ghouls'n Ghosts (US)
+ 1988
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Gigandes
+ 1989
+ East Technology
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Gigandes (Japan)
+ 1989
+ East Technology
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Giga Wing (USA 990222)
+ 1999
+ Capcom, supported by Takumi
+
+
+
+
+
+
+
+
+
+
+
+
+ Ganbare Ginkun
+ 1995
+ Tecmo
+
+
+
+
+
+
+
+
+
+
+
+ G-LOC Air Battle (US)
+ 1990
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ G-LOC R360
+ 1990
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Great Mahou Daisakusen (Japan 000121)
+ 2000
+ Eighting/Raizing, distributed by Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Goal! Goal! Goal!
+ 1995
+ Visco
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Golden Axe (set 1, World, FD1094 317-0110)
+ 1989
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Golden Axe (set 2, US, 8751 317-0112)
+ 1989
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Golden Axe (set 3, World, FD1094 317-0120)
+ 1989
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Golden Axe (set 6, US, 8751 317-123A)
+ 1989
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Golden Axe (set 4, Japan, FD1094 317-0121)
+ 1989
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Golden Axe (set 5, US, FD1094 317-0122)
+ 1989
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Gorkans
+ 1983
+ Techstar
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Voltage Fighter - Gowcaizer / Choujin Gakuen Gowcaizer
+ 1995
+ Technos
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Ghost Pilots (set 1)
+ 1991
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Ghost Pilots (set 2)
+ 1991
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ GP Rider (set 2, World, FD1094 317-0163)
+ 1990
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ GP Rider (set 1, US, FD1094 317-0162)
+ 1990
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Guardians / Denjin Makai II
+ 1995
+ Banpresto
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Grind Stormer (older set)
+ 1992
+ Toaplan
+
+
+
+
+
+ Grind Stormer
+ 1992
+ Toaplan
+
+
+
+
+
+ Growl (World)
+ 1990
+ Taito Corporation Japan
+
+
+
+
+
+
+
+
+
+
+
+
+ Growl (US)
+ 1990
+ Taito America Corporation
+
+
+
+
+
+
+
+
+
+
+
+
+ 1000 Miglia: Great 1000 Miles Rally (94/07/18)
+ 1994
+ Kaneko
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Mille Miglia 2: Great 1000 Miles Rally (95/05/24)
+ 1995
+ Kaneko
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Mille Miglia 2: Great 1000 Miles Rally (95/04/04)
+ 1995
+ Kaneko
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Great 1000 Miles Rally 2 USA (95/05/18)
+ 1995
+ Kaneko
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1000 Miglia: Great 1000 Miles Rally (94/06/13)
+ 1994
+ Kaneko
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Great 1000 Miles Rally: Evolution Model!!! (94/09/06)
+ 1994
+ Kaneko
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Great 1000 Miles Rally: U.S.A Version! (94/09/06)
+ 1994
+ Kaneko
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Get Star (bootleg set 2)
+ 1986
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Gun Frontier (Japan)
+ 1990
+ Taito Corporation
+
+
+
+
+
+
+
+
+
+
+
+
+ Gun & Frontier (World)
+ 1990
+ Taito Corporation Japan
+
+
+
+
+
+
+
+
+
+
+
+
+ Gun.Smoke (World)
+ 1985
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Gun.Smoke (Japan)
+ 1985
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Gun.Smoke (US set 1)
+ 1985
+ Capcom (Romstar license)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Gururin
+ 1994
+ Face
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Guwange (Japan, Master Ver. 99/06/24)
+ 1999
+ Atlus/Cave
+
+
+
+
+
+
+
+
+
+
+
+
+ Giga Wing (Asia 990222)
+ 1999
+ Capcom, supported by Takumi
+
+
+
+
+
+
+
+
+
+
+
+
+ Giga Wing (Japan 990223)
+ 1999
+ Capcom, supported by Takumi
+
+
+
+
+
+
+
+
+
+
+
+
+ Giga Wing (Japan 990223 Phoenix Edition) (bootleg)
+ 1999
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+ Gyrodine
+ 1984
+ Crux
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Gyrodine (Taito Corporation license)
+ 1984
+ Crux (Taito Corporation license)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Hangly-Man (set 1)
+ 1981
+ hack
+
+
+
+
+
+
+
+
+
+
+
+
+ Hangly-Man (set 2)
+ 1981
+ hack
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Hangly-Man (set 3)
+ 1981
+ hack
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Hang-On (Rev A)
+ 1985
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Hang-On
+ 1985
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Hellfire (1P Ver.)
+ 1989
+ Toaplan (Taito license)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Hellfire (2P Ver., first edition)
+ 1989
+ Toaplan (Taito license)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Hellfire (2P Ver.)
+ 1989
+ Toaplan (Taito license)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Pirate Ship Higemaru
+ 1984
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Honey Dolls
+ 1995
+ Barko Corp.
+
+
+
+
+
+
+
+
+
+
+
+ Hook (World)
+ 1992
+ Irem
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Hook (Japan)
+ 1992
+ Irem
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Hook (US)
+ 1992
+ Irem America
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Hotdog Storm (International)
+ 1996
+ Marble
+
+
+
+
+
+
+
+
+
+
+
+ Hyper Street Fighter 2: The Anniversary Edition (Asia 040202)
+ 2004
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Hyper Street Fighter II: The Anniversary Edition (040202 Asia Phoenix Edition) [Bootleg]
+ 2004
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Hyper Street Fighter 2: The Anniversary Edition (Japan 031222)
+ 2004
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Hatch Catch
+ 1995
+ SemiCom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Hat Trick Hero (Japan)
+ 1990
+ Taito Corporation
+
+
+
+
+
+
+
+
+
+
+
+
+ Heavyweight Champ
+ 1987
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Hyper Pacman
+ 1995
+ SemiCom
+
+
+
+
+
+
+
+
+
+
+ Hyper Pacman (bootleg)
+ 1995
+ bootleg
+
+
+
+
+
+
+
+
+
+ IGMO
+ 1984
+ Epos Corporation
+
+
+
+
+
+
+
+
+
+
+
+ I'm Sorry (315-5110, US)
+ 1985
+ Coreland / Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Gonbee no I'm Sorry (315-5110, Japan)
+ 1985
+ Coreland / Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ In The Hunt (World)
+ 1993
+ Irem
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ In The Hunt (US)
+ 1993
+ Irem America
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The Irritating Maze / Ultra Denryu Iraira Bou
+ 1997
+ SNK / Saurus
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Jack the Giantkiller (set 1)
+ 1982
+ Cinematronics
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Jack the Giantkiller (set 2)
+ 1982
+ Cinematronics
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Jack the Giantkiller (set 3)
+ 1982
+ Cinematronics
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Jyanshin Densetsu - Quest of Jongmaster
+ 1994
+ Aicom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Jockey Grand Prix
+ 2001
+ Sun Amusement / BrezzaSoft
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Joinem
+ 1986
+ Global Corporation
+
+
+
+
+
+
+
+
+
+
+
+ Puzzled / Joy Joy Kid
+ 1990
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Joyman
+ 1982
+ hack
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Jumping
+ 1989
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Jump Kids
+ 1993
+ Comad
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Jumping Pop
+ 2001
+ ESD
+
+
+
+
+
+
+
+
+
+ Jump Shot
+ 1985
+ Bally Midway
+
+
+
+
+
+
+
+
+
+
+
+
+ Jump Shot Engineering Sample
+ 1985
+ Bally Midway
+
+
+
+
+
+
+
+
+
+
+
+
+ Jyangokushi: Haoh no Saihai (Japan 990527)
+ 1999
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Far East of Eden - Kabuki Klash / Tengai Makyou - Shin Den
+ 1995
+ Hudson
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Kaitei Daisensou (Japan)
+ 1993
+ Irem
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Karate Blazers (Japan)
+ 1991
+ Video System Co.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Karate Blazers (US)
+ 1991
+ Video System Co.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Karate Blazers (World?)
+ 1991
+ Video System Co.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Karnov's Revenge / Fighter's History Dynamite
+ 1994
+ Data East Corporation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Knuckle Bash
+ 1993
+ Toaplan
+
+
+
+
+
+
+
+
+
+ The King of Fighters 10th Anniversary Extra Plus (The King of Fighters 2002 bootleg)
+ 2005
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The King of Fighters 2002 Magic Plus (bootleg)
+ 2002
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The King of Fighters 2002 Magic Plus II (bootleg)
+ 2002
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The King of Fighters 2002 Plus (bootleg set 2)
+ 2002
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The King of Fighters 2002 Plus (bootleg set 1)
+ 2002
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The King of Fighters 2003 (bootleg set 1)
+ 2003
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The King of Fighters 2003 (bootleg set 2)
+ 2003
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The King of Fighters 2003 (Japan, JAMMA PCB)
+ 2003
+ SNK Playmore
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The King of Fighters 2004 Plus / Hero (The King of Fighters 2003 bootleg)
+ 2003
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The King of Fighters 2004 Ultra Plus (The King of Fighters 2003 bootleg)
+ 2003
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The King of Fighters 10th Anniversary 2005 Unique (The King of Fighters 2002 bootleg)
+ 2004
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The Killing Blade
+ 1998
+ IGS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The Killing Blade (Chinese Board)
+ 1998
+ IGS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Kingdom Grandprix (World)
+ 1994
+ Raizing / Eighting
+
+
+
+
+
+
+
+
+
+ Kizuna Encounter - Super Tag Battle / Fu'un Super Tag Battle
+ 1996
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Knights of the Round (911127 etc hack)
+ 1991
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Knights of the Round (World 911127)
+ 1991
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Knights of the Round (bootleg set 1 (with YM2151 + 2xMSM5205), 911127 etc) [Bootleg]
+ 1991
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Knights of the Round (hack set 1) [Hack]
+ 1991
+ hack
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Knights of the Round (Japan 911127)
+ 1991
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Knights of the Round (US 911127)
+ 1991
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The King of Dragons (World 910711)
+ 1991
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The King of Dragons (bootleg)
+ 1991
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The King of Dragons (bootleg set 2) [Bootleg]
+ 1991
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The King of Dragons (Japan 910805)
+ 1991
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The King of Dragons (US 910910)
+ 1991
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The King of Fighters 10th Anniversary (The King of Fighters 2002 bootleg)
+ 2002
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The King of Fighters 2000
+ 2000
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The King of Fighters 2000 (not encrypted)
+ 2000
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The King of Fighters 2001 (set 1)
+ 2001
+ Eolith / SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The King of Fighters 2001 (set 2)
+ 2001
+ Eolith / SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The King of Fighters 2002
+ 2002
+ Eolith / Playmore
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The King of Fighters 2002 (bootleg) [Bootleg]
+ 2002
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The King of Fighters 2003
+ 2003
+ SNK Playmore
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The King of Fighters 2003 (NGH-2710)
+ 2003
+ SNK Playmore
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The King of Fighters 2001 (decrypted C)
+ 2001
+ Eolith / SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The King of Fighters 2002 (decrypted C)
+ 2002
+ Eolith / Playmore
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The King of Fighters 2003 (decrypted C)
+ 2003
+ SNK Playmore
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The King of Fighters Special Edition 2004 (The King of Fighters 2002 bootleg)
+ 2004
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The King of Fighters 2000 (non encrypted P, decrypted C)
+ 2000
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The King of Fighters '94
+ 1994
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The King of Fighters '95 (set 1)
+ 1995
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The King of Fighters '95 (set 2)
+ 1995
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The King of Fighters '96 (set 1)
+ 1996
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The King of Fighters '96 (set 2)
+ 1996
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The King of Fighters '97 (set 1)
+ 1997
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The King of Fighters '97 (set 2)
+ 1997
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The King of Fighters '97 Plus (bootleg)
+ 1997
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The King of Fighters '98 - The Slugfest / King of Fighters '98 - dream match never ends
+ 1998
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The King of Fighters '98 - The Slugfest / King of Fighters '98 - dream match never ends (Korean board)
+ 1998
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The King of Fighters '98 - The Slugfest / King of Fighters '98 - dream match never ends (not encrypted)
+ 1998
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The King of Fighters '99 - Millennium Battle (set 1)
+ 1999
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The King of Fighters '99 - Millennium Battle (set 2)
+ 1999
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The King of Fighters '99 - Millennium Battle (earlier)
+ 1999
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The King of Fighters '99 - Millennium Battle (not encrypted)
+ 1999
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The King of Fighters '99 - Millennium Battle (decrypted C)
+ 1999
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The King of Fighters '99 - Millennium Battle (prototype)
+ 1999
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Korosuke Roller
+ 1981
+ Kural Electric
+
+
+
+
+
+
+
+
+
+
+
+
+ Ah Eikou no Koshien (Japan)
+ 1990
+ Taito Corporation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ King of the Monsters (set 1)
+ 1991
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ King of the Monsters 2 - The Next Thing
+ 1992
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ King of the Monsters (set 2)
+ 1991
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Knights of Valour / Sangoku Senki (ver. 117)
+ 1999
+ IGS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Knights of Valour / Sangoku Senki (ver. 115)
+ 1999
+ IGS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Knights of Valour 2
+ 2000
+ IGS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Knights of Valour 2 (106)
+ 2000
+ IGS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Knights of Valour 2 Plus - Nine Dragons
+ 2000
+ IGS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Knights of Valour / Sangoku Senki (ver. 100, Japanese Board)
+ 1999
+ IGS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Knights of Valour Plus / Sangoku Senki Plus (ver. 119)
+ 1999
+ IGS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Knights of Valour Plus / Sangoku Senki Plus (alt ver. 119)
+ 1999
+ IGS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Knights of Valour Superheroes / Sangoku Senki Superheroes (ver. 322)
+ 1999
+ IGS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Last Striker / Kyuukyoku no Striker
+ 1989
+ East Technology
+
+
+
+
+
+
+
+
+
+
+
+ Lansquenet 2004 (Shock Troopers - 2nd Squad bootleg)
+ 1998
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Last Blade / Bakumatsu Roman - Gekka no Kenshi, The (set 1)
+ 1997
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Last Blade 2 / Bakumatsu Roman - Dai Ni Maku Gekka no Kenshi, The
+ 1998
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Last Blade / Bakumatsu Roman - Gekka no Kenshi, The (set 2)
+ 1997
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Last Duel (US set 1)
+ 1988
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The Last Soldier (Korean release of The Last Blade)
+ 1997
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ League Bowling
+ 1990
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Led Storm (US)
+ 1988
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Led Storm Rally 2011 (US)
+ 1988
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Legend
+ Sega / Coreland ?
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Legend of Success Joe / Ashitano Joe Densetsu
+ 1991
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Laser Ghost (set 2, World, 317-0166)
+ 1990
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Laser Ghost (set 1, US, 317-0165)
+ 1990
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Liquid Kids (World)
+ 1990
+ Taito Corporation Japan
+
+
+
+
+
+
+
+
+
+
+
+ Liquid Kids (US)
+ 1990
+ Taito America Corporation
+
+
+
+
+
+
+
+
+
+
+
+ Lizard Wizard
+ 1985
+ Techstar (Sunn license)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Line of Fire / Bakudan Yarou (World, FD1094 317-0136)
+ 1989
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Line of Fire / Bakudan Yarou (Japan, FD1094 317-0134)
+ 1989
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Line of Fire / Bakudan Yarou (US, FD1094 317-0135)
+ 1989
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Lost Worlds (Japan)
+ 1988
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Lover Boy
+ 1983
+ G.T Enterprise Inc
+
+
+
+
+
+
+
+
+
+
+
+
+ Last Resort
+ 1992
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Last Duel (US set 2)
+ 1988
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Last Duel (bootleg)
+ 1988
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Mad Gear (US)
+ 1989
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Mad Gear (Japan)
+ 1989
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Magical Drop II
+ 1996
+ Data East Corporation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Magical Drop III
+ 1997
+ Data East Corporation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Magician Lord (NGM-005)
+ 1990
+ Alpha Denshi Co.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Magician Lord (NGH-005)
+ 1990
+ Alpha Denshi Co.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Mahou Daisakusen (Japan)
+ 1993
+ Raizing (Able license)
+
+
+
+
+
+
+
+
+ Mahjong Kyoretsuden
+ 1990
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Majestic Twelve - The Space Invaders Part IV (Japan)
+ 1990
+ Taito Corporation
+
+
+
+
+
+
+
+
+
+ Make Trax (set 1)
+ 1981
+ [Kural] (Williams license)
+
+
+
+
+
+
+
+
+
+
+
+
+ Make Trax (set 2)
+ 1981
+ [Kural] (Williams license)
+
+
+
+
+
+
+
+
+
+
+
+
+ Maniac Square (prototype)
+ 1996
+ Gaelco
+
+
+
+
+
+
+
+
+
+ Maniac Square (unprotected)
+ 1996
+ Gaelco
+
+
+
+
+
+
+
+
+ Martial Masters
+ 2001
+ IGS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chibi Marukochan Deluxe Quiz
+ 1995
+ Takara
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Matrimelee / Shin Gouketsuji Ichizoku Toukon
+ 2002
+ Noise Factory / Atlus
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Matrimelee / Shin Gouketsuji Ichizoku Toukon (bootleg) [Bootleg]
+ 2002
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Matrimelee / Shin Gouketsuji Ichizoku Toukon (decrypted C)
+ 2002
+ Noise Factory / Atlus
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Mazinger Z (International/Japan)
+ 1994
+ Banpresto/Dynamic Pl. Toei Animation
+
+
+
+
+
+
+
+
+
+
+ Muscle Bomber - The Body Explosion (Japan 930713)
+ 1993
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Muscle Bomber Duo - Ultimate Team Battle (World 931206)
+ 1993
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Muscle Bomber Duo - Heat Up Warriors (Japan 931206)
+ 1993
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Magic Brush
+ 1981
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Mega Blast (World)
+ 1989
+ Taito Corporation Japan
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Mega Blast (Japan)
+ 1989
+ Taito Corporation
+
+
+
+
+
+
+
+
+
+
+
+
+ Megadon
+ 1982
+ Epos Corporation (Photar Industries license)
+
+
+
+
+
+
+
+
+
+
+
+ Mega Man - The Power Battle (CPS1 Asia 951006)
+ 1995
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Mega Man 2: The Power Fighters (USA 960708)
+ 1996
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Mega Man 2: The Power Fighters (Asia 960708)
+ 1996
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Mega Man 2 - the power fighters (960708 USA Phoenix Edition) [Bootleg]
+ 1996
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Meijinsen
+ 1986
+ SNK Electronics corp.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Mercs (World 900302)
+ 1990
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Senjou no Ookami II (Japan 900302)
+ 1990
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Mercs (US 900302)
+ 1990
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Mercs (US 900608)
+ 1990
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Metal Black (World)
+ 1991
+ Taito Corporation Japan
+
+
+
+
+
+
+
+
+
+
+
+
+ Metal Black (Japan)
+ 1991
+ Taito Corporation
+
+
+
+
+
+
+
+
+
+
+
+
+ Metal Saver
+ 1994
+ First Amusement
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Metamoqester (International)
+ 1995
+ Banpresto/Pandorabox
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Magical Crystals (World, 92/01/10)
+ 1991
+ Kaneko
+
+
+
+
+
+
+
+
+
+
+ Magical Crystals (World, 91/12/10)
+ 1991
+ Kaneko
+
+
+
+
+
+
+
+
+
+
+ Money Puzzle Exchanger / Money Idol Exchanger
+ 1997
+ Face
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Minnasanno Okagesamadesu
+ 1990
+ Monolith Corp.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Minivader
+ 1990
+ Taito Corporation
+
+
+
+ Miss Mister World '96 (Nude)
+ 1996
+ Comad
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Miss World '96 (Nude)
+ 1996
+ Comad
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Mizubaku Daibouken (Japan)
+ 1990
+ Taito Corporation
+
+
+
+
+
+
+
+
+
+
+
+ Wakakusamonogatari Mahjong Yonshimai (Japan)
+ 1996
+ Maboroshi Ware
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Major League
+ 1985
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Mahjong Quest (No Nudity)
+ 1990
+ Taito Corporation
+
+
+
+
+
+
+
+
+
+
+ Mahjong Quest (Japan)
+ 1990
+ Taito Corporation
+
+
+
+
+
+
+
+
+
+
+ Mega Man - The Power Battle (CPS2, USA 951006, SAMPLE Version)
+ 1995
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Mars Matrix: Hyper Solid Shooting (USA 000412)
+ 2000
+ Capcom, supported by Takumi
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Mars Matrix: Hyper Solid Shooting (Japan 000412)
+ 2000
+ Capcom, supported by Takumi
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Mole Attack
+ 1982
+ Yachiyo Electronics, Ltd.
+
+
+
+
+
+
+
+
+
+
+
+ More More
+ 1999
+ SemiCom / Exit
+
+
+
+
+
+
+
+
+
+
+
+
+ More More Plus
+ 1999
+ SemiCom / Exit
+
+
+
+
+
+
+
+
+
+
+
+
+ Syougi No Tatsujin - Master of Syougi
+ 1995
+ ADK / SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Mighty! Pang (Euro 001010)
+ 2000
+ Mitchell, distributed by Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Mighty! Pang (Japan 001011)
+ 2000
+ Mitchell, distributed by Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Mighty! Pang (USA 001010)
+ 2000
+ Mitchell, distributed by Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Mr. Do!
+ 1982
+ Universal
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Mr. Do! (bugfixed)
+ 1982
+ Universal (Taito license)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Mr. Do! (Taito)
+ 1982
+ Universal (Taito license)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Mr. Do! (prototype)
+ 1982
+ Universal
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Mr. Du!
+ 1982
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The Amazing Adventures of Mr. F. Lea
+ 1982
+ Pacific Novelty
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Mr. Goemon (Japan)
+ 1986
+ Konami
+
+
+
+
+
+
+
+
+
+
+ Mr. Lo!
+ 1982
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Mr. TNT
+ 1983
+ Telko
+
+
+
+
+
+
+
+
+
+
+
+
+ Mister Viking (315-5041)
+ 1984
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Mister Viking (315-5041, Japan)
+ 1984
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Metal Slug 4 Plus (bootleg)
+ 2002
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Metal Slug 5 (JAMMA PCB)
+ 2003
+ SNK Playmore
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Metal Slug 5 Plus (bootleg)
+ 2003
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Ms. Pacman Champion Edition / Super Zola Pac Gal
+ 1995
+ hack
+
+
+
+
+
+
+
+
+ Marvel Super Heroes (Euro 951024)
+ 1995
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Marvel Super Heroes (Asia 951024)
+ 1995
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Marvel Super Heroes (Brazil 951117)
+ 1995
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Marvel Super Heroes (Hispanic 951117)
+ 1995
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Marvel Super Heroes (Japan 951117)
+ 1995
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Marvel Super Heroes (Japan 951024)
+ 1995
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Marvel Super Heroes (USA 951024)
+ 1995
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Marvel Super Heroes (951024 USA Phoenix Edition) [Bootleg]
+ 1995
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Marvel Super Heroes Vs. Street Fighter (Euro 970625)
+ 1997
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Marvel Super Heroes Vs. Street Fighter (Asia 970625)
+ 1997
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Marvel Super Heroes Vs. Street Fighter (Asia 970620)
+ 1997
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Marvel Super Heroes Vs. Street Fighter (Brazil 970827)
+ 1997
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Marvel Super Heroes Vs. Street Fighter (Brazil 970625)
+ 1997
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Marvel Super Heroes Vs. Street Fighter (Hispanic 970625)
+ 1997
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Marvel Super Heroes Vs. Street Fighter (Japan 970707)
+ 1997
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Marvel Super Heroes Vs. Street Fighter (Japan 970702)
+ 1997
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Marvel Super Heroes Vs. Street Fighter (Japan 970625)
+ 1997
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Marvel Super Heroes Vs. Street Fighter (USA 970827)
+ 1997
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Marvel Super Heroes Vs. Street Fighter (USA 970625)
+ 1997
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Metal Slug - Super Vehicle-001
+ 1996
+ Nazca
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Metal Slug 2 - Super Vehicle-001/II
+ 1998
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Metal Slug 3
+ 2000
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Metal Slug 6 (Metal Slug 3 bootleg)
+ 2000
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Metal Slug 3 (not encrypted)
+ 2000
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Metal Slug 3 (not encrypted, decrypted C)
+ 2000
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Metal Slug 4
+ 2002
+ Mega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Metal Slug 4 (decrypted C)
+ 2002
+ Mega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Metal Slug 5
+ 2003
+ SNK Playmore
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Metal Slug 5 (AES Cart)
+ 2003
+ SNK Playmore
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Metal Slug 5 (decrypted C)
+ 2003
+ SNK Playmore
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Metal Slug X - Super Vehicle-001
+ 1999
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Ms. Pac-Man (bootleg)
+ 1981
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Ms. Pac-Man
+ 1981
+ Midway
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Ms. Pac Attack
+ 1981
+ hack
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Ms. Pac-Man (bootleg, (encrypted))
+ 1981
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Ms. Pac-Man (with speedup hack)
+ 1981
+ Midway
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Ms. Pac-Man Plus
+ 1981
+ hack
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Magic Sword - Heroic Fantasy (World 900725)
+ 1990
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Magic Sword (Japan 900623)
+ 1990
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Magic Sword - Heroic Fantasy (World 900623)
+ 1990
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Magic Sword - Heroic Fantasy (US 900725)
+ 1990
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Mega Twins (World 900619)
+ 1990
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Mutation Nation
+ 1992
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ MVP (set 2, US, FD1094 317-0143)
+ 1989
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ MVP (set 1, Japan, FD1094 317-0142)
+ 1989
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Marvel Vs. Capcom: Clash of Super Heroes (Euro 980112)
+ 1998
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Marvel Vs. Capcom: Clash of Super Heroes (Asia 980123)
+ 1998
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Marvel Vs. Capcom: Clash of Super Heroes (Asia 980112)
+ 1998
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Marvel Vs. Capcom: Clash of Super Heroes (Brazil 980123)
+ 1998
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Marvel Vs. Capcom: Clash of Super Heroes (Hispanic 980123)
+ 1998
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Marvel Vs. Capcom: Clash of Super Heroes (Japan 980123)
+ 1998
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Marvel Vs. Capcom: Clash of Super Heroes (Japan 980112)
+ 1998
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Marvel Vs. Capcom: Clash of Super Heroes (USA 980123)
+ 1998
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Marvel vs Capcom - clash of super heroes (980123 USA Phoenix Edition) [Bootleg]
+ 1998
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Michael Jackson's Moonwalker (set 3, World, FD1094/8751 317-0159)
+ 1990
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Michael Jackson's Moonwalker (bootleg)
+ 1990
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Kosodate Quiz My Angel (Japan)
+ 1996
+ Namco
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Kosodate Quiz My Angel 2 (Japan)
+ 1997
+ Namco
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ My Hero (US, not encrypted)
+ 1985
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ My Hero (Korea)
+ 1985
+ Coreland / Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Mysterious Stones - Dr. Kick in Adventure
+ 1984
+ Technos
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Mysterious Stones - Dr. John's Adventure
+ 1984
+ Technos
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ NAM-1975
+ 1990
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Naname de Magic! (Japan)
+ 1994
+ Atlus
+
+
+
+
+
+
+ Ninja Combat (set 1)
+ 1990
+ Alpha Denshi Co.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Ninja Combat (set 2)
+ 1990
+ Alpha Denshi Co.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Ninja Commando
+ 1992
+ Alpha Denshi Co.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Nemo (World 901130)
+ 1990
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Nemo (Japan 901120)
+ 1990
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Neo Bomberman
+ 1997
+ Hudson
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Neo-Geo Cup '98 - The Road to the Victory
+ 1998
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Neo Drift Out - New Technology
+ 1996
+ Visco
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Neo Mr. Do!
+ 1996
+ Visco
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ New Fantasia
+ 1995
+ Comad & New Japan System
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Newpuc2 (set 1)
+ 1980
+ hack
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Newpuc2 (set 2)
+ 1980
+ hack
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ New Puck-X
+ 1980
+ hack
+
+
+
+
+
+
+
+
+
+
+
+
+ News (set 1)
+ 1993
+ Poby / Virus
+
+
+
+
+
+
+ News (set 2)
+ 1993
+ Poby
+
+
+
+
+
+
+ Night Striker (Japan)
+ 1989
+ Taito Corporation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Night Striker (US)
+ 1989
+ Taito America Corporation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Night Striker (World)
+ 1989
+ Taito Corporation Japan
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Ninja (315-5102)
+ 1985
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The Ninja Kids (World)
+ 1990
+ Taito Corporation Japan
+
+
+
+
+
+
+
+
+
+
+
+
+ The Ninja Kids (Japan)
+ 1990
+ Taito Corporation
+
+
+
+
+
+
+
+
+
+
+
+
+ The Ninja Kids (US)
+ 1990
+ Taito America Corporation
+
+
+
+
+
+
+
+
+
+
+
+
+ Ninja Master's - haoh-ninpo-cho
+ 1996
+ ADK / SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The Ninja Warriors (World)
+ 1987
+ Taito Corporation Japan
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The Ninja Warriors (Japan)
+ 1987
+ Taito Corporation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Nightmare in the Dark
+ 2000
+ Eleven / Gavaking
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Nightmare in the Dark (bootleg)
+ 2001
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Nightmare in the Dark (decrypted C)
+ 2000
+ Eleven / Gavaking
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Oni - The Ninja Master (Japan)
+ 1995
+ Banpresto/Pandorabox
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Naughty Mouse (set 1)
+ 1981
+ Amenip (Palcom Queen River)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Naughty Mouse (set 2)
+ 1981
+ Amenip Nova Games Ltd.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Noboranka (Japan)
+ 1986
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Ninja Princess (315-5051, 64k Ver. bootleg?)
+ 1985
+ bootleg?
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Ninja Princess (315-5051?, 128k Ver. bootleg?)
+ 1985
+ bootleg?
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Ninja Princess (315-5098, 128k Ver.)
+ 1985
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Ninja Princess (64k Ver. not encrypted)
+ 1985
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Night Warriors: Darkstalkers' Revenge (Euro 950316)
+ 1995
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Night Warriors: Darkstalkers' Revenge (Brazil 950403)
+ 1995
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Night Warriors: Darkstalkers' Revenge (Hispanic 950403)
+ 1995
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Night Warriors: Darkstalkers' Revenge (USA 950406)
+ 1995
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Night Warriors - darkstalkers' revenge (950406 USA Phoenix Edition) [Bootleg]
+ 1995
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Oh My God! (Japan)
+ 1993
+ Atlus
+
+
+
+
+
+
+ Oriental Legend Super / Special (Korea 101)
+ 1999
+ IGS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Oriental Legend Super / Special (100)
+ 1999
+ IGS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Oriental Legend Super / Special (100 alt)
+ 1999
+ IGS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Operation Wolf (World, set 1)
+ 1987
+ Taito Corporation Japan
+
+
+
+
+
+
+
+
+
+
+ Operation Wolf (World, set 2)
+ 1987
+ Taito Corporation Japan
+
+
+
+
+
+
+
+
+
+
+ Operation Bear (bootleg of Operation Wolf)
+ 1987
+ [Taito] (Bear Corporation Korea bootleg)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Operation Wolf (US)
+ 1987
+ Taito America Corporation
+
+
+
+
+
+
+
+
+
+
+ Oriental Legend / Xi Yo Gi Shi Re Zuang (ver. 105, Korean Board)
+ 1997
+ IGS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Oriental Legend / Xi Yo Gi Shi Re Zuang (ver. 111, Chinese Board)
+ 1997
+ IGS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Oriental Legend / Xi Yo Gi Shi Re Zuang (ver. 126)
+ 1997
+ IGS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Oriental Legend / Xi Yo Gi Shi Re Zuang (ver. 112, Chinese Board)
+ 1997
+ IGS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Oriental Legend / Xi Yo Gi Shi Re Zuang (ver. 112)
+ 1997
+ IGS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Out Run (sitdown/upright, Rev B)
+ 1986
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Out Run (deluxe sitdown)
+ 1986
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Out Run (sitdown/upright, Rev A)
+ 1986
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Out Run (bootleg)
+ 1986
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Out Zone (set 1)
+ 1990
+ Toaplan
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Out Zone (set 2)
+ 1990
+ Toaplan
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Out Zone (set 3, prototype?)
+ 1990
+ Toaplan
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Out Zone (set 4)
+ 1990
+ Toaplan
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Over Top
+ 1996
+ ADK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Pac-Gal
+ 1981
+ hack
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Pac-Man (Hearts)
+ 1981
+ hack
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Pac-Man (Midway)
+ 1980
+ [Namco] (Midway license)
+
+
+
+
+
+
+
+
+
+
+
+
+ Pac-Man (Midway, with speedup hack)
+ 1980
+ [Namco] (Midway license)
+
+
+
+
+
+
+
+
+
+
+
+
+ Pac-Man (Midway, harder)
+ 1981
+ [Namco] (Midway license)
+
+
+
+
+
+
+
+
+
+
+
+
+ Pac-Man Plus
+ 1982
+ [Namco] (Midway license)
+
+
+
+
+
+
+
+
+
+
+
+
+ Paddle 2 (bootleg on Block hardware)
+ 1988
+ bootleg
+
+
+
+
+
+
+
+
+
+
+ Paint Roller
+ 1981
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Pang! 3 (Euro 950511)
+ 1995
+ Mitchell
+
+
+
+
+
+
+
+
+
+ Pang! 3 (Japan 950511)
+ 1995
+ Mitchell
+
+
+
+
+
+
+
+
+
+ Pang Pang
+ 1994
+ Dong Gue La Mi Ltd.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Panic Bomber
+ 1994
+ Eighting / Hudson
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Passing Shot (World, 2 Players, FD1094 317-0080)
+ 1988
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Passing Shot (World, 4 Players, FD1094 317-0074)
+ 1988
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Passing Shot (2 Players) (bootleg)
+ 1988
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Passing Shot (Japan, 4 Players, FD1094 317-0070)
+ 1988
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Puzzle Bobble 2 / Bust-A-Move Again (Neo-Geo)
+ 1999
+ Taito (SNK license)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Puzzle Bobble / Bust-A-Move (Neo-Geo) (set 1)
+ 1994
+ Taito
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Puzzle Bobble / Bust-A-Move (Neo-Geo) (set 2)
+ 1994
+ Taito
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Power Drift (World, Rev A)
+ 1988
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Power Drift (World)
+ 1988
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Power Drift (World, Earlier)
+ 1988
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Power Drift (Japan)
+ 1988
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Penguin Brothers (Japan)
+ 2000
+ Subsino
+
+
+
+
+
+
+
+
+ Pocket Fighter (Japan 970904)
+ 1997
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Powered Gear: Strategic Variant Armor Equipment (Japan 941024)
+ 1994
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Powered Gear: Strategic Variant Armor Equipment (Japan 940916)
+ 1994
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Pleasure Goal / Futsal - 5 on 5 Mini Soccer
+ 1996
+ Saurus
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Photo Y2K
+ 1999
+ IGS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Piranha
+ 1981
+ GL (US Billiards License)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Piranha (hack)
+ 1981
+ hack
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Piranha (older)
+ 1981
+ GL (US Billiards License)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Pitfall II (315-5093)
+ 1985
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Pitfall II (315-5093, Flicky Conversion)
+ 1985
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Pitfall II (not encrypted)
+ 1985
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Penguin-Kun Wars (US)
+ UPL
+
+
+
+
+
+
+
+
+
+
+ Penguin-Kun Wars (Japan)
+ UPL
+
+
+
+
+
+
+
+
+
+
+ Power Instinct Legends (US, Ver. 95/06/20)
+ 1995
+ Atlus/Cave
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Pnickies (Japan 940608)
+ 1994
+ Compile (Capcom license)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Pochi and Nyaa
+ 2003
+ Aiky / Taito
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Ponpoko
+ 1982
+ Sigma Enterprises Inc.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Ponpoko (Venture Line)
+ 1982
+ Sigma Enterprises Inc. (Venture Line license)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Pootan
+ 1982
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Pooyan
+ 1982
+ Konami
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Pooyan (Stern)
+ 1982
+ [Konami] (Stern license)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Pop 'n Bounce / Gapporin
+ 1997
+ Video System Co.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Porky
+ 1985
+ Shinkai Inc. (Magic Eletronics Inc. licence)
+
+
+
+
+
+
+
+ Power Instinct (USA, bootleg set 1)
+ 1993
+ Atlus
+
+
+
+
+
+
+
+
+
+
+
+
+ Power Instinct (USA, bootleg set 2)
+ 1993
+ Atlus
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Gouketsuji Ichizoku (Japan)
+ 1993
+ Atlus
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Prehistoric Isle in 1930 (World)
+ 1989
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+ Prehistoric Isle in 1930 (US)
+ 1989
+ SNK of America
+
+
+
+
+
+
+
+
+
+
+
+
+ Prehistoric Isle 2 (decrypted C)
+ 1999
+ Yumekobo
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Prehistoric Isle 2
+ 1999
+ Yumekobo
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Progear (USA 010117)
+ 2001
+ Capcom, supported by Cave
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Progear (Asia 010117)
+ 2001
+ Capcom, supported by Cave
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Progear no Arashi (Japan 010117)
+ 2001
+ Capcom, supported by Cave
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Progear No Arashi (010117 Japan Phoenix Edition) [Bootleg]
+ 2001
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Passing Shot (Japan, 4 Players, System 16A, FD1094 317-0071)
+ 1988
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Power Spikes II
+ 1994
+ Video System Co.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ PuckMan (Japan set 1, Probably Bootleg)
+ 1980
+ Namco
+
+
+
+
+
+
+
+
+
+
+
+
+ PuckMan (Japan set 2)
+ 1980
+ Namco
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ PuckMan (Japan set 1 with speedup hack)
+ 1980
+ Namco
+
+
+
+
+
+
+
+
+
+
+
+
+ Puckman (Falcom?)
+ 1980
+ hack
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ PuckMan (Japan set 3)
+ 1981
+ Namco
+
+
+
+
+
+
+
+
+
+
+
+
+ PuLiRuLa (World)
+ 1991
+ Taito Corporation Japan
+
+
+
+
+
+
+
+
+
+
+
+
+ PuLiRuLa (Japan)
+ 1991
+ Taito Corporation
+
+
+
+
+
+
+
+
+
+
+
+
+ Pulstar
+ 1995
+ Aicom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The Punisher (bootleg with PIC16c57, set 1)
+ 1993
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The Punisher (bootleg with PIC16c57, set 2)
+ 1993
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+ The Punisher (bootleg with PIC16c57, set 3)
+ 1993
+ Capcom
+
+
+
+
+
+
+
+
+ The Punisher (World 930422)
+ 1993
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The Punisher (Japan 930422)
+ 1993
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The Punisher (US 930422)
+ 1993
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Puzzle Star
+ 1999
+ IGS
+
+
+
+
+
+
+
+
+
+
+
+ Puzzle De Pon! R!
+ 1997
+ Taito (Visco license)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Puzzle De Pon!
+ 1995
+ Taito (Visco license)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Puzzli 2 Super
+ 2001
+ IGS
+
+
+
+
+
+
+
+
+
+
+
+ Power Wheels (Japan)
+ 1991
+ Taito Corporation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Gouketsuji Ichizoku 2 (Japan, Ver. 94/04/08)
+ 1994
+ Atlus/Cave
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Power Instinct 2 (US, Ver. 94/04/08)
+ 1994
+ Atlus/Cave
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Puzzle De Bowling (Japan)
+ 1999
+ Nihon System / Moss
+
+
+
+
+
+
+
+
+
+ Puzz Loop 2 (Euro 010302)
+ 2001
+ Mitchell, distributed by Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Puzz Loop 2 (Japan 010205)
+ 2001
+ Mitchell, distributed by Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Quiz & Dragons (US 920701)
+ 1992
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Quiz & Dragons (Japan 940921)
+ 1994
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+ Quiz Crayon Shinchan (Japan)
+ 1993
+ Taito Corporation
+
+
+
+
+
+
+
+
+
+
+ Crayon Shinchan Orato Asobo (Japan)
+ 1993
+ Taito Corporation
+
+
+
+
+
+
+
+
+
+ Quiz Jinsei Gekijoh (Japan)
+ 1992
+ Taito Corporation
+
+
+
+
+
+
+
+
+
+
+ Quiz Nanairo Dreams: Nijiirochou no Kiseki (Japan 960826)
+ 1996
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Quiz Tonosama no Yabou 2 Zenkoku-ban (Japan 950123)
+ 1995
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Quiz Torimonochou (Japan)
+ 1990
+ Taito Corporation
+
+
+
+
+
+
+
+
+
+
+ Quartet 2 (unprotected)
+ 1986
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Quartet 2 (8751 317-0010)
+ 1986
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Quartet (Rev A, 8751 315-5194)
+ 1986
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Quartet (8751 315-5194)
+ 1986
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Quiz Meitantei Neo & Geo - Quiz Daisousa Sen part 2
+ 1992
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Quiz Daisousa Sen - The Last Count Down
+ 1991
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Quiz H.Q. (Japan)
+ 1990
+ Taito Corporation
+
+
+
+
+
+
+
+
+
+
+
+
+ Quiz King of Fighters
+ 1995
+ Saurus
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Quiz Olympic (set 1)
+ 1985
+ Seoul Coin Corp.
+
+
+
+
+
+
+
+ Quiz Chikyu Bouei Gun (Japan)
+ 1991
+ Taito Corporation
+
+
+
+
+
+
+
+
+
+
+
+
+ Quiz Quest - Hime to Yuusha no Monogatari (Japan)
+ 1991
+ Taito Corporation
+
+
+
+
+
+
+
+
+
+ Racing Hero (FD1094 317-0144)
+ 1989
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Real and Fake / Photo Y2K (ver. 102, Japan Board)
+ 1999
+ IGS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Rafflesia (315-5162)
+ 1986
+ Coreland / Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Ragnagard / Shin-Oh-Ken
+ 1996
+ Saurus
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Raiden
+ 1990
+ Seibu Kaihatsu
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Raiden (Alternate Hardware)
+ 1990
+ Seibu Kaihatsu
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Raiden (Korea)
+ 1990
+ Seibu Kaihatsu (IBL Corporation license)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Raiden (Taiwan)
+ 1990
+ Seibu Kaihatsu (Liang HWA Electronics license)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Raiga - Strato Fighter (Japan)
+ 1991
+ Tecmo
+
+
+
+
+
+
+
+
+
+
+
+
+ Rainbow Islands (new version)
+ 1987
+ Taito Corporation
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Rainbow Islands (Extra)
+ 1988
+ Taito Corporation
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Rainbow Islands (old version)
+ 1987
+ Taito Corporation
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Rastan (World)
+ 1987
+ Taito Corporation Japan
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Rastan (US, set 1)
+ 1987
+ Taito America Corporation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Rastan (US, set 2)
+ 1987
+ Taito America Corporation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Rastan Saga (Japan Rev 1)
+ 1987
+ Taito Corporation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Rastan Saga (Japan)
+ 1987
+ Taito Corporation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Real Bout Fatal Fury / Real Bout Garou Densetsu
+ 1995
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Real Bout Fatal Fury / Real Bout Garou Densetsu (bug fix revision)
+ 1995
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Real Bout Fatal Fury 2 - The Newcomers / Real Bout Garou Densetsu 2 - the newcomers (set 1)
+ 1998
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Real Bout Fatal Fury 2 - The Newcomers / Real Bout Garou Densetsu 2 - the newcomers (set 2)
+ 1998
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Real Bout Fatal Fury 2 - The Newcomers (Korean release)
+ 1998
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Real Bout Fatal Fury Special / Real Bout Garou Densetsu Special
+ 1996
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Rail Chase (Japan)
+ 1991
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Rockman 2: The Power Fighters (Japan 960708)
+ 1996
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Regulus (315-5033, Rev A.)
+ 1983
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Regulus (315-5033)
+ 1983
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Regulus (not encrypted)
+ 1983
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Repulse
+ 1985
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Revenger
+ 1984
+ Epos Corporation
+
+
+
+
+
+
+
+ Riding Hero (set 1)
+ 1990
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Riding Hero (set 2)
+ 1990
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Ring of Destruction: Slammasters II (Euro 940902)
+ 1994
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Ring of Destruction - slammasters II (940902 Euro Phoenix Edition) [Bootleg]
+ 1994
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Riot
+ 1992
+ NMK
+
+
+
+
+
+
+
+
+
+
+
+ Riot City (Japan)
+ 1991
+ Sega / Westone
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Rockman: The Power Battle (CPS2, Japan 950922)
+ 1995
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Robo Army
+ 1991
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Robocop (World revision 4)
+ 1988
+ Data East Corporation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Robocop (World bootleg)
+ 1988
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Rock Duck (prototype?)
+ 1983
+ Datel SAS
+
+
+
+
+
+
+
+
+
+ Rockman - The Power Battle (CPS1 Japan 950922)
+ 1995
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ MTV Rock-N-Roll Trivia (Part 2)
+ 1986
+ Triumph Software Inc.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Rage of the Dragons
+ 2002
+ Evoga / Playmore
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Rage of the Dragons (decrypted C)
+ 2002
+ Evoga / Playmore
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Route 16 (set 1)
+ 1981
+ Tehkan/Sun (Centuri license)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Route 16 (set 2)
+ 1981
+ Tehkan/Sun (Centuri license)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Route 16 (bootleg)
+ 1981
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Route X (bootleg)
+ 1981
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Royal Ascot II
+ 1997
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ R-Type Leo (Japan)
+ 1992
+ Irem
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ R-Type Leo (World)
+ 1992
+ Irem
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Runark (Japan)
+ 1990
+ Taito Corporation
+
+
+
+
+
+
+
+
+
+
+
+
+ Rush'n Attack (US)
+ 1985
+ Konami
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Ninja Ryukenden (Japan, set 2)
+ 1989
+ Tecmo
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Ninja Ryukenden (Japan, set 1)
+ 1989
+ Tecmo
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ RyuKyu (Japan, FD1094 317-5023)
+ 1990
+ Success / Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Strikers 1945 Plus
+ 1999
+ Psikyo
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Strikers 1945 Plus (decrypted C)
+ 1999
+ Psikyo
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Pretty Soldier Sailor Moon (JUEHTK, Ver. 95/03/22B)
+ 1995
+ Banpresto
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Pretty Soldier Sailor Moon (JUEHTK, Ver. 95/03/22)
+ 1995
+ Banpresto
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Samurai Shodown V / Samurai Spirits Zero (decrypted C)
+ 2003
+ Yuki Enterprise / SNK Playmore
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Samurai Shodown V Special / Samurai Spirits Zero Special (set 2, censored)
+ 2003
+ Yuki Enterprise / SNK Playmore
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Samurai Shodown V Special / Samurai Spirits Zero Special (set 3, less censored)
+ 2003
+ Yuki Enterprise / SNK Playmore
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Samurai Shodown V Special / Samurai Spirits Zero Special (set 1, uncensored)
+ 2003
+ Yuki Enterprise / SNK Playmore
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Samurai Shodown / Samurai Spirits (set 1)
+ 1993
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Samurai Shodown II / Shin Samurai Spirits - Haohmaru jigokuhen
+ 1994
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Samurai Shodown III / Samurai Spirits - Zankurou Musouken (set 1)
+ 1995
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Samurai Shodown III / Samurai Spirits - Zankurou Musouken (set 2)
+ 1995
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Samurai Shodown IV - Amakusa's Revenge / Samurai Spirits - Amakusa Kourin
+ 1996
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Samurai Shodown V / Samurai Spirits Zero (set 1)
+ 2003
+ Yuki Enterprise / SNK Playmore
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Samurai Shodown V / Samurai Spirits Zero (bootleg)
+ 2003
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Samurai Shodown V / Samurai Spirits Zero (set 2)
+ 2003
+ Yuki Enterprise / SNK Playmore
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Samurai Shodown / Samurai Spirits (set 2)
+ 1993
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Savage Reign / Fu'un Mokushiroku - kakutou sousei
+ 1995
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Savage Bees
+ 1985
+ Capcom (Memetron license)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Special Criminal Investigation (World set 1)
+ 1989
+ Taito Corporation Japan
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Special Criminal Investigation (World set 2)
+ 1989
+ Taito Corporation Japan
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Special Criminal Investigation (Japan)
+ 1989
+ Taito Corporation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Special Criminal Investigation (US)
+ 1989
+ Taito America Corporation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Scrambled Egg
+ 1983
+ Technos
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ SD Fighters (Korea)
+ 1996
+ SemiCom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ SDI - Strategic Defense Initiative (Europe, System 16A, FD1089B 317-0027)
+ 1987
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ SDI - Strategic Defense Initiative (System 16B, FD1089A 317-0028)
+ 1987
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ SDI - Strategic Defense Initiative (bootleg)
+ 1987
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Super Dodge Ball / Kunio no Nekketsu Toukyuu Densetsu
+ 1996
+ Technos
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Sega Ninja (315-5102)
+ 1985
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Sega Ninja (not encrypted)
+ 1985
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ MuHanSeungBu (SemiCom Baseball) (Korea)
+ 1997
+ SemiCom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Sengoku / Sengoku Denshou (set 2)
+ 1991
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Sengoku / Sengoku Denshou (set 1)
+ 1991
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Sengoku 2 / Sengoku Denshou 2
+ 1993
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Sengoku 3
+ 2001
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter II - The World Warrior (World 910522)
+ 1991
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter II' - Champion Edition (Accelerator Pt.II, bootleg)
+ 1992
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter II - The World Warrior (bootleg, 910214 etc, set 1 (with YM2151 + 2xMSM5205)) [Bootleg, row scroll issues]
+ 1992
+ bootleg
+
+
+
+
+
+
+
+
+
+
+ Street Fighter II' - Champion Edition (World 920313)
+ 1992
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter II' - champion edition (bootleg, Brazil) [Bootleg]
+ 1992
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter II' - champion edition (bootleg, Hispanic) [Bootleg]
+ 1992
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter II' - Champion Edition (Japan 920513)
+ 1992
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter II' - Champion Edition (US 920313)
+ 1992
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter II' - Champion Edition (US 920513)
+ 1992
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter II' - Champion Edition (US 920803)
+ 1992
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter II - The World Warrior (World 910214)
+ 1991
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter II' - Hyper Fighting (World 921209)
+ 1992
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter II - The World Warrior (Japan 911210)
+ 1991
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter II - The World Warrior (Japan 910214)
+ 1991
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter II - The World Warrior (Japan 910306)
+ 1991
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter II' - Champion Edition (Xiang Long, Chinese bootleg)
+ 1992
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter II' - Champion Edition (M1, bootleg)
+ 1992
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter II' - champion edition (bootleg, M13)
+ 1992
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter II' - Champion Edition (M2, bootleg)
+ 1992
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter II' - Champion Edition (M3, bootleg)
+ 1992
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter II' - Champion Edition (M4, bootleg)
+ 1992
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter II' - Champion Edition (M5, bootleg)
+ 1992
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter II' - Champion Edition (M6, bootleg)
+ 1992
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter II' - Champion Edition (M7, bootleg)
+ 1992
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter II' - champion edition (bootleg, M8)
+ 1992
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter II' - Champion Edition (Rainbow set 1, bootleg)
+ 1992
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter II' - Champion Edition (Rainbow set 2, bootleg)
+ 1992
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter II' - Champion Edition (Red Wave, bootleg)
+ 1992
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter II' - Hyper Fighting (US 921209)
+ 1992
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter II' - (Turbo Hack)
+ 1992
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter II' Turbo - Hyper Fighting (Japan 921209)
+ 1992
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter II' - Champion Edition (Tu Long bootleg set 1, 811102 001) [Bootleg]
+ 1992
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter II' - Champion Edition (Tu Long bootleg set 2, 811102 001) [Bootleg]
+ 1992
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter II - The World Warrior (US 910206)
+ 1991
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter II - The World Warrior (US 910214)
+ 1991
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter II - The World Warrior (US 910318)
+ 1991
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter II - The World Warrior (US 910228)
+ 1991
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter II - The World Warrior (US 910411)
+ 1991
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter II - The World Warrior (US 910522)
+ 1991
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter II - The World Warrior (US 911101)
+ 1991
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter II! - Champion Edition (V004, bootleg)
+ 1992
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter II' - Champion Edition (YYC, bootleg)
+ 1992
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter Alpha: Warriors' Dreams (Euro 950727)
+ 1995
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter Alpha 2 (Euro 960229)
+ 1996
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter Alpha 2 (USA 960306)
+ 1996
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter Alpha 3 (Euro 980904)
+ 1998
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter Alpha 3 (Brazil 980629)
+ 1998
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter Alpha 3 (USA 980904)
+ 1998
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter Alpha 3 (980904 USA Phoenix Edition) [Bootleg]
+ 1998
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter Alpha 3 (USA 980629)
+ 1998
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter Alpha - warriors' dreams (950727 Euro Phoenix Edition) [Bootleg]
+ 1995
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter Alpha: Warriors' Dreams (Euro 950718)
+ 1995
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter Alpha: Warriors' Dreams (Euro 950627)
+ 1995
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter Alpha: Warriors' Dreams (Euro 950605)
+ 1995
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter Alpha: Warriors' Dreams (USA 950627)
+ 1995
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter Zero 2 (Asia 960227)
+ 1996
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter Zero 2 Alpha (Asia 960826)
+ 1996
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter Zero 2 Alpha (960826 Asia Phoenix Edition)
+ 1996
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter Zero 2 Alpha (Brazil 960813)
+ 1996
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter Zero 2 (960227 Asia Phoenix Edition) [Bootleg]
+ 1996
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter Zero 2 Alpha (Hispanic 960813)
+ 1996
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter Zero 2 Alpha (Japan 960805)
+ 1996
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter Zero 2 (Brazil 960531)
+ 1996
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter Zero 2 (Brazil 960304)
+ 1996
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter Zero 2 (Hispanic 960304)
+ 1996
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter Zero 2 (Japan 960227)
+ 1996
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter Zero 2 (Oceania 960229)
+ 1996
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter Zero 3 (Asia 980904)
+ 1998
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter Zero 3 (Asia 980701)
+ 1998
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter Zero 3 (Japan 980904)
+ 1998
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter Zero 3 (Japan 980727)
+ 1998
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter Zero 3 (Japan 980629)
+ 1998
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter Zero (Asia 950627)
+ 1995
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter Zero (Brazil 951109)
+ 1995
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter Zero (Brazil 950727)
+ 1995
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter Zero (CPS Changer, 951020 Japan)
+ 1995
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter Zero (Hispanic 950627)
+ 1995
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter Zero (Japan 950727)
+ 1995
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter Zero (Japan 950627)
+ 1995
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Fighter Zero (Japan 950605)
+ 1995
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Super Gem Fighter Mini Mix (USA 970904)
+ 1997
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Super Gem Fighter: Mini Mix (Asia 970904)
+ 1997
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Super Gem Fighter Mini Mix (970904 USA Phoenix Edition) [Bootleg]
+ 1997
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Super Gem Fighter: Mini Mix (Hispanic 970904)
+ 1997
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Shadow Force (US Version 2)
+ 1993
+ Technos Japan
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Shadow Warriors (World, set 1)
+ 1988
+ Tecmo
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Shadow Warriors (World, set 2)
+ 1988
+ Tecmo
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Limited Edition Hang-On
+ 1991
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Super Hang-On (sitdown/upright, unprotected)
+ 1987
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Super Hang-On (mini ride-on, Rev A, FD1089B 317-0034)
+ 1987
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Super Hang-On (sitdown/upright, FD1089B 317-0034)
+ 1987
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Super Hang-On (Hang-On upgrade, bootleg)
+ 1992
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Space Harrier (Rev A, 8751 315-5163A)
+ 1985
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Space Harrier (8751 315-5163)
+ 1985
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Shadow Dancer (bootleg)
+ 1989
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Shadow Dancer (set 1)
+ 1989
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Shadow Dancer (set 2, Japan)
+ 1989
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Shadow Dancer (set 3, US)
+ 1989
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Shinobi (set 6, System 16A, unprotected)
+ 1987
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Shinobi (set 1, System 16A, FD1094 317-0050)
+ 1987
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Shinobi (set 2, System 16B, FD1094 317-0049)
+ 1987
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Shinobi (set 3, System 16B, MC-8123B 317-0054)
+ 1987
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Shinobi (set 4, System 16B, MC-8123B 317-0054)
+ 1987
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Shinobi (set 5, System 16B, unprotected)
+ 1987
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Shinobi (Star bootleg, System 16A)
+ 1987
+ [Sega] (Star bootleg)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Shippu Mahou Daisakusen (Japan)
+ 1994
+ Raizing / Eighting
+
+
+
+
+
+
+
+
+
+ Shock Troopers - 2nd Squad
+ 1998
+ Saurus
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Shock Troopers (set 2)
+ 1997
+ Saurus
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Shock Troopers (set 1)
+ 1997
+ Saurus
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Shoot the Bull
+ 1985
+ Bally Midway
+
+
+
+
+
+
+
+
+
+
+
+
+ The Legend of Silkroad
+ 1999
+ Unico
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Sukeban Jansi Ryuko (set 2, System 16B, FD1089B 317-5021)
+ 1987
+ White Board
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Sukeban Jansi Ryuko (set 1, System 16A, FD1089B 317-5021)
+ 1987
+ White Board
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Sky Lancer (Esco Trading Co license)
+ 1983
+ Orca (Esco Trading Co license)
+
+
+
+
+
+
+
+
+ Sky Lancer
+ 1983
+ Orca
+
+
+
+
+
+
+
+
+ Sky Wolf (set 1)
+ 1987
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Sky Wolf (set 2)
+ 1987
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Saturday Night Slam Masters (Slam Masters 930301 Asia)
+ 1993
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Saturday Night Slam Masters (World 930713)
+ 1993
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Saturday Night Slam Masters (US 930713)
+ 1993
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Slap Fight (Japan bootleg)
+ 1986
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Slap Fight (English bootleg)
+ 1986
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Slap Fight (bootleg)
+ 1986
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Slap Fight (set 1)
+ 1986
+ Taito
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Super Muscle Bomber: The International Blowout (Japan 940831)
+ 1994
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Super Muscle Bomber: The International Blowout (Japan 940808)
+ 1994
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Super Monaco GP (set 9, World, Rev B, 'Twin', FD1094 317-0126a)
+ 1989
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Super Monaco GP (set 7, World, 'Air Drive Cabinet', FD1094 317-0126)
+ 1989
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Super Monaco GP (set 8, World, Rev A, FD1094 317-0126a)
+ 1989
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Super Monaco GP (set 2, Japan, Rev B, FD1094 317-0124a)
+ 1989
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Super Monaco GP (set 1, Japan, Rev A, FD1094 317-0124a)
+ 1989
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Super Monaco GP (set 6, US, Rev C, FD1094 317-0125a)
+ 1989
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Super Monaco GP (set 5, US, Rev B, FD1094 317-0125a)
+ 1989
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Super Monaco GP (set 4, US, Rev A, FD1094 317-0125a)
+ 1989
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Super Monaco GP (set 3, US, FD1094 317-0125a)
+ 1989
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Sengoku 3 (decrypted C)
+ 2001
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Snow Bros. 2 - With New Elves / Otenki Paradise
+ 1994
+ [Toaplan] Hanafram
+
+
+
+
+
+
+
+
+ Snow Brothers 3 - Magical Adventure
+ 2002
+ Syrmex (bootleg/hack)
+
+
+
+
+
+
+
+
+ Snow Bros. - Nick & Tom (set 2)
+ 1990
+ Toaplan
+
+
+
+
+
+
+ Snow Bros. - Nick & Tom (set 3)
+ 1990
+ Toaplan
+
+
+
+
+
+
+ Snow Bros. - Nick & Tom (set 4)
+ 1990
+ Toaplan
+
+
+
+
+
+
+ Snow Bros. - Nick & Tom (Japan)
+ 1990
+ Toaplan
+
+
+
+
+
+
+ Snow Bros. - Nick & Tom (set 1)
+ 1990
+ Toaplan
+
+
+
+
+
+
+ Soccer Brawl (set 2)
+ 1991
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Soccer Brawl (set 1)
+ 1991
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Solitary Fighter (World)
+ 1991
+ Taito Corporation Japan
+
+
+
+
+
+
+
+
+
+
+ Solomon's Key (US)
+ 1986
+ Tecmo
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Solomon's Key (Japan)
+ 1986
+ Tecmo
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Sonic Boom (FD1094 317-0053)
+ 1987
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Sonic Wings (Japan)
+ 1992
+ Video System Co.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Aero Fighters 2 / Sonic Wings 2
+ 1994
+ Video System Co.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Aero Fighters 3 / Sonic Wings 3
+ 1995
+ Video System Co.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Son of Phoenix
+ 1985
+ Associated Overseas MFR, Inc
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Space Echo
+ 1980
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Space Gun (World)
+ 1990
+ Taito Corporation Japan
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Spatter
+ 1984
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Speak & Rescue
+ 1980
+ Sun Electronics
+
+
+
+
+
+
+
+
+
+
+
+
+ Super Puzzle Fighter II Turbo (USA 960620)
+ 1996
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+ Super Puzzle Fighter II Turbo (Asia 960529)
+ 1996
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+ Super Puzzle Fighter II X (Japan 960531)
+ 1996
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+ Super Puzzle Fighter II X (Super Puzzle Fighter 2 X 960531 Japan Phoenix Edition) [Bootleg]
+ 1996
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Spinal Breakers (Japan)
+ 1990
+ V-System Co.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Spinal Breakers (World)
+ 1990
+ V-System Co.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Spinal Breakers (US)
+ 1990
+ V-System Co.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Spin Master / Miracle Adventure
+ 1993
+ Data East Corporation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Super Glob (Pac-Man hardware) German
+ 1983
+ Bootleg
+
+
+
+
+
+
+
+
+
+
+
+ Super Glob (Pac-Man hardware)
+ 1983
+ Epos Corporation
+
+
+
+
+
+
+
+
+
+
+ S.R.D. Mission
+ 1986
+ Taito Corporation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Samurai Shodown V Special / Samurai Spirits Zero Special (decrypted C)
+ 2003
+ Yuki Enterprise / SNK Playmore
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Sanrin San Chan (Japan)
+ 1984
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Seishun Scandal (315-5132, Japan)
+ 1985
+ Coreland / Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Super Street Fighter II: The New Challengers (World 930911)
+ 1993
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Super Street Fighter II: The New Challengers (Asia 931005)
+ 1993
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Super Street Fighter II: The New Challengers (Asia 930914)
+ 1993
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Super Street Fighter II: The New Challengers (Japan 931005)
+ 1993
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Super Street Fighter II: The New Challengers (Japan 930911)
+ 1993
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Super Street Fighter II: The New Challengers (Japan 930910)
+ 1993
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Super Street Fighter II Turbo (World 940223)
+ 1994
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Super Street Fighter II Turbo (Asia 940223)
+ 1994
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Super Street Fighter II: The Tournament Battle (World 931119)
+ 1993
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Super Street Fighter II - the tournament battle (931119 etc Phoenix Edition) [Bootleg, Linkup feature not implemented]
+ 1993
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Super Street Fighter II: The Tournament Battle (Japan 930911)
+ 1993
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Super Street Fighter II: The Tournament Battle (World 930911)
+ 1993
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Super Street Fighter II Turbo (USA 940323)
+ 1994
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Super Street Fighter II Turbo (USA 940223)
+ 1994
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Super Street Fighter II: The New Challengers (USA 930911)
+ 1993
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Super Street Fighter II - the new challengers (super street fighter 2 930911 USA Phoenix Edition) [Bootleg]
+ 1993
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Super Street Fighter II X: Grand Master Challenge (Japan 940223)
+ 1994
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Super Street Fighter II X - grand master challenge (super street fighter 2 X 940223 Japan Phoenix Edition)
+ 1994
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Super Space Invaders '91 (World)
+ 1990
+ Taito Corporation Japan
+
+
+
+
+
+
+
+ Super Sidekicks / Tokuten Ou
+ 1992
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Super Sidekicks 2 - The World Championship / Tokuten Ou 2 - real fight football
+ 1994
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Super Sidekicks 3 - The Next Glory / Tokuten Ou 3 - eikoue no michi
+ 1995
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Ultimate 11 - The SNK Football Championship / Tokuten Ou - Honoo no Libero, The
+ 1996
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Sorcer Striker (World)
+ 1993
+ Raizing
+
+
+
+
+
+
+
+
+ Sorcer Striker (World, alt)
+ 1993
+ Raizing
+
+
+
+
+
+
+
+
+ Stakes Winner / Stakes Winner - GI kinzen seihae no michi
+ 1995
+ Saurus
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Stakes Winner 2
+ 1996
+ Saurus
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Star Jacker (Sega)
+ 1983
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Star Jacker (Stern)
+ 1983
+ Stern
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Raiga - Strato Fighter (US)
+ 1991
+ Tecmo
+
+
+
+
+
+
+
+
+
+
+
+
+ Stratovox (bootleg)
+ 1980
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+ Stratovox
+ 1980
+ [Sun Electronics] (Taito license)
+
+
+
+
+
+
+
+
+
+
+
+
+ Street Hoop / Street Slam / Dunk Dream
+ 1994
+ Data East Corporation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Strider (US set 1)
+ 1989
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Strider Hiryu (Japan set 1)
+ 1989
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Strider Hiryu (Japan set 2)
+ 1989
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Strider (US set 2)
+ 1989
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Super Triv
+ 1985
+ Hara Industries
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Strike Fighter (Japan)
+ 1991
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Super Casino
+ 1984
+ Data Amusement
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Superman
+ 1988
+ Taito Corporation
+
+
+
+
+
+
+
+
+
+
+
+
+ The Super Spy
+ 1990
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Super Model
+ 1994
+ Comad & New Japan System
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Super Glob
+ 1983
+ Epos Corporation
+
+
+
+
+
+
+
+
+
+
+
+ Super League (FD1094 317-0045)
+ 1987
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Superman (Japan)
+ 1988
+ Taito Corporation
+
+
+
+
+
+
+
+
+
+
+
+
+ Super Trio
+ 1994
+ Gameace
+
+
+
+
+
+
+
+
+
+
+
+
+
+ SNK vs. CAPCOM SVC CHAOS
+ 2003
+ SNK Playmore
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ SNK vs. CAPCOM SVC CHAOS (bootleg)
+ 2003
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ SNK vs. CAPCOM SVC CHAOS (decrypted C)
+ 2003
+ Playmore
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ SNK vs. CAPCOM SVC CHAOS (JAMMA PCB, set 1)
+ 2003
+ SNK Playmore
+
+
+
+
+
+
+
+
+
+
+
+ SNK vs. CAPCOM SVC CHAOS (JAMMA PCB, set 2)
+ 2003
+ SNK Playmore
+
+
+
+
+
+
+
+
+
+
+
+
+
+ SNK vs. CAPCOM SVC CHAOS Plus (bootleg set 1)
+ 2003
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ SNK vs. CAPCOM SVC CHAOS Plus (bootleg set 2)
+ 2003
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ SNK vs. CAPCOM SVC CHAOS Super Plus (bootleg)
+ 2003
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ SWAT (315-5048)
+ 1984
+ Coreland / Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ TeddyBoy Blues (315-5115, New Ver.)
+ 1985
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ TeddyBoy Blues (315-5115, Old Ver.)
+ 1985
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Teki Paki
+ 1991
+ Toaplan
+
+
+
+
+
+
+ Tetris (set 4, Japan, System 16A, FD1094 317-0093)
+ 1988
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+ Tetris (set 1, Japan, System 16B, FD1094 317-0091)
+ 1988
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+ Tetris (set 2, Japan, System 16B, FD1094 317-0092)
+ 1988
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+ Tetris (set 3, Japan, System 16A, FD1094 317-0093a)
+ 1988
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+ Tetris (bootleg)
+ 1988
+ bootleg
+
+
+
+
+
+
+
+
+
+
+ Tetris (D.R. Korea)
+ D.R. Korea
+
+
+
+
+
+
+
+
+
+
+ The Gladiator
+ 2001
+ IGS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The Glob
+ 1983
+ Epos Corporation
+
+
+
+
+
+
+
+
+
+
+
+ The Glob (earlier)
+ 1983
+ Epos Corporation
+
+
+
+
+
+
+
+
+
+
+
+ The Glob (set 3)
+ 1983
+ Epos Corporation
+
+
+
+
+
+
+
+
+
+
+
+ The Glob (Pac-Man hardware)
+ 1983
+ Epos Corporation
+
+
+
+
+
+
+
+
+
+
+ Thunder Heroes
+ 2001
+ Primetek Investments
+
+
+
+
+
+
+
+
+
+
+
+
+ The Togyu (315-5065, Japan)
+ 1984
+ Coreland / Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Thunder Blade (deluxe/standing, unprotected)
+ 1987
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Thunder Blade (upright, FD1094 317-0056)
+ 1987
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Tiger Heli (US)
+ 1985
+ Taito America Corp.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Tiger Heli (bootleg set 1)
+ 1985
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Tiger Heli (bootleg set 2)
+ 1985
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Time Scanner (set 1, System 16A, FD1089B 317-0024)
+ 1987
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Time Scanner (set 2, System 16B)
+ 1987
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Tecmo Knight
+ 1989
+ Tecmo
+
+
+
+
+
+
+
+
+
+
+
+ The NewZealand Story (World, newer)
+ 1988
+ Taito Corporation Japan
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Top Hunter - Roddy & Cathy (set 2)
+ 1994
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Top Hunter - Roddy & Cathy (set 1)
+ 1994
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Toppy & Rappy
+ 1996
+ SemiCom
+
+
+
+
+
+
+
+
+
+
+
+
+ Top Secret (Japan)
+ 1987
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Toryumon
+ 1994
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Turbo Out Run (cockpit, FD1094 317-0109)
+ 1989
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Turbo Out Run (upright, FD1094 317-unknown)
+ 1989
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Turbo Out Run (Out Run upgrade, FD1094 317-0118)
+ 1989
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Top Player's Golf
+ 1990
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Thrash Rally
+ 1991
+ Alpha Denshi Co.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Treasure Hunt (bootleg?)
+ 1982
+ Hara Industries
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Tri-Pool (Casino Tech)
+ 1981
+ Noma (Casino Tech license)
+
+
+
+
+
+
+
+
+
+
+
+
+ Tri-Pool (Costal Games)
+ 1981
+ Noma (Costal Games license)
+
+
+
+
+
+
+
+
+
+
+
+
+ Truxton / Tatsujin
+ 1988
+ [Toaplan] Taito Corporation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Truxton II / Tatsujin Oh
+ 1992
+ Toaplan
+
+
+
+
+
+
+ Mahjong
+ 1981
+ Taito
+
+
+
+
+
+
+
+
+
+
+
+ Tough Turf (set 2, Japan, 8751 317-0104)
+ 1989
+ Sega / Sunsoft
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Tough Turf (set 1, US, 8751 317-0099)
+ 1989
+ Sega / Sunsoft
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Tumble Pop (bootleg set 1)
+ 1991
+ bootleg
+
+
+
+
+
+
+
+
+
+ Tumble Pop (bootleg set 2)
+ 1991
+ bootleg
+
+
+
+
+
+
+
+
+
+
+ Tumble Pop (World)
+ 1991
+ Data East Corporation
+
+
+
+
+
+
+
+
+
+ Turbo Force
+ 1991
+ Video System Co.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Neo Turf Masters / Big Tournament Golf
+ 1996
+ Nazca
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Twin Adventure (World)
+ 1995
+ Barko Corp.
+
+
+
+
+
+
+
+
+
+
+ Twin Adventure (Korea)
+ 1995
+ Barko Corp.
+
+
+
+
+
+
+
+
+
+
+ Twin Hawk (World)
+ 1989
+ Taito Corporation Japan
+
+
+
+
+
+
+
+
+
+ Twin Hawk (US)
+ 1989
+ Taito America Corporation
+
+
+
+
+
+
+
+
+
+ Twinkle
+ 1997
+ SemiCom
+
+
+
+
+
+
+
+
+
+ Twinkle Star Sprites
+ 1996
+ ADK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Tecmo World Soccer '96
+ 1996
+ Tecmo
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Ultimate Ecology (Japan 931203)
+ 1993
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ U.N. Squadron (US)
+ 1989
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Puzzle Uo Poko (International)
+ 1998
+ Cave (Jaleco license)
+
+
+
+
+
+
+
+ Puzzle Uo Poko (Japan)
+ 1998
+ Cave (Jaleco license)
+
+
+
+
+
+
+
+ Up'n Down (315-5030)
+ 1983
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Up'n Down (not encrypted)
+ 1983
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Vampire: The Night Warriors (Japan 940705)
+ 1994
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Vampire: The Night Warriors (Japan 940705 alt)
+ 1994
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Vampire: The Night Warriors (Japan 940630)
+ 1994
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Van-Van Car
+ 1983
+ Sanritsu
+
+
+
+
+
+
+
+
+
+
+
+ Van-Van Car (set 3)
+ 1983
+ Karateco
+
+
+
+
+
+
+
+
+
+
+
+ Van-Van Car (Karateco)
+ 1983
+ Karateco
+
+
+
+
+
+
+
+
+
+
+
+ Varth - Operation Thunderstorm (World 920714)
+ 1992
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Varth - Operation Thunderstorm (Japan 920714)
+ 1992
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Varth - Operation Thunderstorm (World 920612)
+ 1992
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Varth - Operation Thunderstorm (US 920612)
+ 1992
+ Capcom (Romstar license)
+
+
+
+
+
+
+
+
+
+
+
+ V-Five (Japan)
+ 1993
+ Toaplan
+
+
+
+
+
+ Vampire Hunter 2: Darkstalkers Revenge (Japan 970929)
+ 1997
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Vampire Hunter 2: Darkstalkers Revenge (Japan 970913)
+ 1997
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Vampire Hunter: Darkstalkers' Revenge (Japan 950316)
+ 1995
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Vampire Hunter: Darkstalkers' Revenge (Japan 950307)
+ 1995
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Vampire Hunter: Darkstalkers' Revenge (Japan 950302)
+ 1995
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Viewpoint
+ 1992
+ Sammy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ V-Liner (set 1)
+ 2001
+ Dyna / BreezaSoft
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ V-Liner (set 2)
+ 2001
+ Dyna / BreezaSoft
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Vampire Savior: The Lord of Vampire (Euro 970519)
+ 1997
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Vampire Savior 2: The Lord of Vampire (Japan 970913)
+ 1997
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Vampire Savior: The Lord of Vampire (Asia 970519)
+ 1997
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Vampire Savior - the lord of vampire (970519 Euro Phoenix Edition) [Bootleg]
+ 1997
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Vampire Savior: The Lord of Vampire (Hispanic 970519)
+ 1997
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Vampire Savior: The Lord of Vampire (Japan 970519)
+ 1997
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Vampire Savior: The Lord of Vampire (USA 970519)
+ 1997
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Vulgus (set 1)
+ 1984
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Vulgus (set 2)
+ 1984
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Vulgus (Japan?)
+ 1984
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Waku Waku 7
+ 1996
+ Sunsoft
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Wall Crash (set 1)
+ 1984
+ Midcoin
+
+
+
+
+
+
+
+
+ Wall Crash (set 2)
+ 1984
+ Midcoin
+
+
+
+
+
+
+
+
+ Wonder Boy III - Monster Lair (set 5, World, System 16B, 8751 317-0098)
+ 1988
+ Sega / Westone
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Wonder Boy III - Monster Lair (set 1, System 16A, FD1094 317-0084)
+ 1988
+ Sega / Westone
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Wonder Boy III - Monster Lair (set 2, Japan, System 16B, FD1094 317-0085)
+ 1988
+ Sega / Westone
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Wonder Boy III - Monster Lair (set 3, World, System 16B, FD1094 317-0089)
+ 1988
+ Sega / Westone
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Wonder Boy III - Monster Lair (set 4, Japan, System 16B, FD1094 317-0087)
+ 1988
+ Sega / Westone
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Wonder Boy III - Monster Lair (bootleg)
+ 1988
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Wonder Boy Deluxe
+ 1986
+ Sega (Escape license)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Wonder Boy (set 1, 315-5177)
+ 1986
+ Sega (Escape license)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Wonder Boy (set 2, 315-5178)
+ 1986
+ Sega (Escape license)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Wonder Boy (set 2, not encrypted)
+ 1986
+ Sega (Escape license)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Wonder Boy (set 3, 315-5135)
+ 1986
+ Sega (Escape license)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Wonder Boy (315-5162, 4-D Warriors Conversion)
+ 1986
+ Sega (Escape license)
+
+
+
+
+
+
+
+
+
+
+
+ Wonder Boy (set 1, 315-5135)
+ 1986
+ Sega (Escape license)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Wonder Boy (not encrypted)
+ 1986
+ Sega (Escape License)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Tecmo World Cup '90 (set 1)
+ 1989
+ Tecmo
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Tecmo World Cup '90 (set 2)
+ 1989
+ Tecmo
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Tecmo World Cup '90 (trackball)
+ 1989
+ Tecmo
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ World Heroes (set 1)
+ 1992
+ Alpha Denshi Co.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ World Heroes (set 2)
+ 1992
+ Alpha Denshi Co.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ World Heroes (set 3)
+ 1992
+ Alpha Denshi Co.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ World Heroes 2
+ 1993
+ ADK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ World Heroes 2 Jet (set 1)
+ 1994
+ ADK / SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ World Heroes 2 Jet (set 2)
+ 1994
+ ADK / SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ World Heroes Perfect
+ 1995
+ ADK / SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Wild Fang / Tecmo Knight
+ 1989
+ Tecmo
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Willow (US)
+ 1989
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Willow (Japan, Japanese)
+ 1989
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Willow (Japan, English)
+ 1989
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The Winter Bobble (bootleg of Snow Bros.)
+ 1990
+ [Toaplan] (Sakowa Project Korea bootleg)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Windjammers / Flying Power Disc
+ 1994
+ Data East Corporation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Wonder League Star - Sok-Magicball Fighting (Korea)
+ 1995
+ Mijin
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Water Match (315-5064)
+ 1984
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Warriors of Fate (World 921002)
+ 1992
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Sangokushi II: San Jian Sheng (Chinese bootleg set 1, 921005 Asia) [Bootleg]
+ 1992
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Sangokushi II: San Sheng Jian (Chinese bootleg set 1, 921005 Asia) [Bootleg]
+ 1992
+ bootleg
+
+
+
+
+
+
+
+
+
+ Sangokushi II: San Sheng Jian (Chinese bootleg set 2, 921005 Asia) [Bootleg]
+ 1992
+ bootleg
+
+
+
+
+
+
+
+
+ Sangokushi II (Asia 921005)
+ 1992
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Sangokushi II (hack set 2, 921005 Asia) [Hack]
+ 1992
+ hack
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Warriors of Fate (bootleg, 921002 etc) [Bootleg]
+ 1992
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Sangokushi II: Sanguo Yingxiong Zhuan (Chinese bootleg set 1, 921005 Asia) [Bootleg]
+ 1992
+ bootleg
+
+
+
+
+
+
+
+ Sangokushi II: Sanguo Yingxiong Zhuan (Chinese bootleg set 2, 921005 Asia) [Bootleg]
+ 1992
+ bootleg
+
+
+
+
+
+
+
+
+ Sangokushi II: Huo Fenghuang (Chinese bootleg)
+ 1999
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Tenchi wo Kurau II - Sekiheki no Tatakai (Japan 921031)
+ 1992
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Tenchi wo Kurau II - Sekiheki no Tatakai (hack, 921031 Japan) [Hack]
+ 1992
+ hack
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Sangokushi II: Sheng Jian Sanguo (Chinese bootleg set 1, 921005 Asia) [Bootleg, Imperfect Graphics]
+ 1992
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Sangokushi II: Sheng Jian Sanguo (Chinese bootleg set 2, 921005 Asia) [Bootleg, Imperfect Graphics]
+ 1992
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Sangokushi II: Sheng Jian Sanguo (Chinese bootleg set 3, 921005 Asia) [Bootleg, No sound]
+ 1992
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+ Warriors of Fate (US 921031)
+ 1992
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Wonder 3 (Japan 910520)
+ 1991
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Wonder League '96 (Korea)
+ 1996
+ SemiCom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Woodpecker (set 1)
+ 1981
+ Amenip (Palcom Queen River)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Woodpecker (set 2)
+ 1981
+ Amenip
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Wrestle War (set 1, Japan, FD1094 317-0090)
+ 1989
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Wrestle War (set 2, World, FD1094 317-0102)
+ 1989
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Wrestle War (set 3, World, 8751 317-0103)
+ 1989
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Wally wo Sagase! (rev B, Japan, FD1094 317-0197B)
+ 1992
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Wally wo Sagase! (rev A, Japan, FD1094 317-0197A)
+ 1992
+ Sega
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ WWF WrestleFest (US set 1)
+ 1991
+ Technos Japan
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ WWF WrestleFest (US Tecmo)
+ 1991
+ Technos Japan (Tecmo license)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ WWF WrestleFest (US bootleg)
+ 1991
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ WWF WrestleFest (Japan)
+ 1991
+ Technos Japan
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ X-Men: Children of the Atom (Euro 950105)
+ 1994
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ X-Men: Children of the Atom (Asia 941217)
+ 1994
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ X-Men - children of the atom (950105 Euro Phoenix Edition)
+ 1995
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ X-Men: Children of the Atom (Hispanic 950331)
+ 1994
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ X-Men: Children of the Atom (Japan 941222)
+ 1994
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ X-Men: Children of the Atom (Japan 941219)
+ 1994
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ X-Men: Children of the Atom (Japan 941217)
+ 1994
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ X-Men: Children of the Atom (Japan 941208 rent version)
+ 1994
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ X-Men: Children of the Atom (USA 950105)
+ 1994
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ X-Men Vs. Street Fighter (Euro 961004)
+ 1996
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ X-Men Vs. Street Fighter (Asia 961023)
+ 1996
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ X-Men Vs. Street Fighter (Asia 960919)
+ 1996
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ X-Men Vs. Street Fighter (Brazil 961023)
+ 1996
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ X-Men Vs. Street Fighter (Hispanic 961004)
+ 1996
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ X-Men Vs. Street Fighter (Japan 961004)
+ 1996
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ X-Men Vs. Street Fighter (Japan 960910)
+ 1996
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ X-Men Vs. Street Fighter (Japan 960909)
+ 1996
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ X-Men Vs. Street Fighter (Euro 960910)
+ 1996
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ X-Men Vs. Street Fighter (USA 961023)
+ 1996
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ X-Men vs Street Fighter (961004 USA Phoenix Edition) [Bootleg]
+ 1996
+ bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ X-Men Vs. Street Fighter (USA 961004)
+ 1996
+ Capcom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Yankee DO!
+ 1982
+ hack
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Yes/No Sinri Tokimeki Chart
+ 1992
+ Taito Corporation
+
+
+
+
+
+
+
+
+ Yuuyu no Quiz de GO!GO! (Japan)
+ 1990
+ Taito Corporation
+
+
+
+
+
+
+
+
+
+
+ Zed Blade / Operation Ragnarok
+ 1994
+ NMK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Zero Wing
+ 1989
+ Toaplan
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Zero Wing (2 player simultaneous ver.)
+ 1989
+ [Toaplan] Williams Electronics Games, Inc
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Zintrick / Oshidashi Zentrix (hack / bootleg)
+ 1996
+ hack / bootleg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Zintrick / Oshidashi Zentrix (Neo CD conversion) [Hack]
+ 1996
+ hack
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Zip & Zap
+ 1995
+ Barko Corp
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Zupapa!
+ 2001
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Zupapa! (decrypted C)
+ 2001
+ SNK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Zzyzzyxx (set 2)
+ 1982
+ Cinematronics + Advanced Microcomputer Systems
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Zzyzzyxx (set 1)
+ 1982
+ Cinematronics + Advanced Microcomputer Systems
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/arcade/DataFrog_SF2000_FBA.html b/arcade/DataFrog_SF2000_FBA.html
new file mode 100644
index 0000000..032f7d1
--- /dev/null
+++ b/arcade/DataFrog_SF2000_FBA.html
@@ -0,0 +1,1442 @@
+
+
+
+rom | fullname | status | rotation | playable | inrom | working | parent | year | company | hardware | oldstatus | oldremarks |
+1941 | 1941 - Counter Attack (World) | playable | 90 | rotated | | working | | 1990 | Capcom | CPS1 | | |
+1941j | 1941 - Counter Attack (Japan) | playable | 90 | | | working | 1941 | 1990 | Capcom | CPS1 | | |
+1942 | 1942 (Revision B) | playable | 90 | rotated | | working | | 1984 | Capcom | Miscellaneous | | |
+1942a | 1942 (Revision A) | playable | 90 | | | working | 1942 | 1984 | Capcom | Miscellaneous | | |
+1942b | 1942 (First Version) | playable | 90 | | | working | 1942 | 1984 | Capcom | Miscellaneous | | |
+1942w | 1942 (Williams Electronics license) | playable | 90 | | | working | 1942 | 1985 | Capcom (Willia | Miscellaneous | | |
+1943 | 1943: The Battle of Midway (US) | playable (sound) | 90 | rotated | | working | | 1987 | Capcom | Miscellaneous | | |
+1943j | 1943: Midway Kaisen (Japan) | playable (sound) | 90 | | | working | 1943 | 1987 | Capcom | Miscellaneous | | |
+1943kai | 1943 Kai: Midway Kaisen (Japan) | playable (sound) | 90 | rotated | | working | | 1987 | Capcom | Miscellaneous | | |
+1944 | 1944 - the loop master (000620 USA) | playable | | horizontal | | working | | 2000 | Capcom / 8ing | CPS2 | | |
+1944d | 1944 - the loop master (000620 USA Phoenix Edition) | playable | | | | working | 1944 | 2000 | bootleg | CPS2 | | |
+1944j | 1944 - the loop master (000620 Japan) | playable | | | | working | 1944 | 2000 | Capcom / 8ing | CPS2 | | |
+1945kiii | 1945k III | playable | 90 | rotated | | working | | 2000 | Oriental | misc | | |
+19xx | 19XX - the war against destiny (951207 USA) | playable | 90 | rotated | | working | | 1995 | Capcom | CPS2 | | |
+19xxa | 19XX - the war against destiny (951207 Asia) | playable | 90 | | | working | 19xx | 1995 | Capcom | CPS2 | | |
+19xxb | 19XX - the war against destiny (951218 Brazil) | playable | 90 | | | working | 19xx | 1995 | Capcom | CPS2 | | |
+19xxd | 19XX - the war against destiny (951207 USA Phoenix Edi | playable | 90 | | | working | 19xx | 1995 | bootleg | CPS2 | | |
+19xxh | 19XX - the war against destiny (951218 Hispanic) | playable | 90 | | | working | 19xx | 1995 | Capcom | CPS2 | | |
+19xxj | 19XX - the war against destiny (951225 Japan) | playable | 90 | | | working | 19xx | 1995 | Capcom | CPS2 | | |
+19xxjr1 | 19XX - the war against destiny (951207 Japan) | playable | 90 | | | working | 19xx | 1995 | Capcom | CPS2 | | |
+2020bb | 2020 Super Baseball (set 1) | playable (non English) | | horizontal | inrom | working | | 1991 | SNK / Pallas | Neo Geo | | |
+2020bba | 2020 Super Baseball (set 2) | playable (non English) | | | | working | 2020bb | 1991 | SNK / Pallas | Neo Geo | | |
+2020bbh | 2020 Super Baseball (set 3) | playable (non English) | | | | working | 2020bb | 1991 | SNK / Pallas | Neo Geo | | |
+3countb | 3 Count Bout / Fire Suplex | playable | | horizontal | inrom | working | | 1993 | SNK | Neo Geo | | |
+3in1semi | XESS - The New Revolution (SemiCom 3-in-1) | playable (slow) | | horizontal | inrom | working | | 1997 | SemiCom | Kaneko Pandora | | |
+3wonders | Three Wonders (wonder 3 910520 etc) | playable (little slow) | | | inrom | working | | 1991 | Capcom | CPS1 | | |
+3wonderu | Three Wonders (wonder 3 910520 USA) | playable (little slow) | | horizontal | | working | 3wonders | 1991 | Capcom | CPS1 | | |
+4dwarrio | 4-D Warriors (315-5162) | nonworking | | | | loadhang | | 1985 | Coreland / Seg | System 1 | | |
+4enraya | 4 En Raya | playable (slow) | | horizontal | | working | | 1990 | IDSA | misc | | |
+4in1boot | Pac Man 2 | Tetris | Hyper Man 2 | Snow | playable | | horizontal | | working | | 2002 | K1 Soft | Kaneko Pandora | | |
+8ballact | Eight Ball Action | nonworking | | | | noload | | 1984 | Seatongrove Ltd (Magic Eletronics USA | Miscellaneous | D NW | |
+8bpm | Eight Ball Action (Pac-Man conversion) | nonworking | | | | noload | 8ballact | 1985 | Seatongrove Lt | Pac-man | D NW | |
+99lstwar | '99: The Last War | playable | 270 | | | working | sonofphx | 1985 | Proma | Kyugo | | |
+99lstwra | '99: The Last War (alternate) | playable | 270 | | | working | sonofphx | 1985 | Proma | Kyugo | | |
+99lstwrk | '99: The Last War (Kyugo) | playable | 270 | | | working | sonofphx | 1985 | Kyugo | Kyugo | | |
+abcop | A.B. Cop (FD1094 317-0169b) | nonworking | | | | loadcorrupt | | 1990 | Sega | X-Board | | |
+abscam | Abscam | playable (sound) | | horizontal | | working | puckman | 1981 | GL (US Billiar | Pac-man | | |
+aburner | After Burner (Japan) | unplayable (slow) | | | | working | aburner2 | 1987 | Sega | X-Board | | |
+aburner2 | After Burner II | unplayable (slow) | | | | working | | 1987 | Sega | X-Board | | |
+aceattaa | Ace Attacker (Japan, System 16A, FD1094 317-0060) | nonworking | | | | loadcorrupt | aceattac | 1986 | Sega | System 16A | | |
+aceattac | Ace Attacker (FD1094 317-0059) | nonworking | | | | loadhang | | 1988 | Sega | System 16B | NW | |
+acitya | Atlantic City Action | nonworking | | | | loadcorrupt | bwcasino | 1983 | EPOS Corporati | Pac-man | | |
+aerofgt | Aero Fighters | playable | 90 | rotated | | working | | 1992 | Video System C | Video System | | |
+aerofgtb | Aero Fighters (Turbo Force hardware set 1) | playable | 90 | | | working | aerofgt | 1992 | Video System C | Video System | | |
+aerofgtc | Aero Fighters (Turbo Force hardware set 2) | playable | 90 | | | working | aerofgt | 1992 | Video System C | Video System | | |
+afighter | Action Fighter, FD1089A 317-0018 | playable (graphics + slow) | 90 | rotated | | working | | 1986 | Sega | System 16A | | |
+agallet | Air Gallet | playable (little slow) | 90 | rotated | | working | | 1996 | BanPresto / Ga | Cave | | |
+airwolf | Airwolf | playable | | | | working | | 1987 | Kyugo | Kyugo | | |
+airwolfa | Airwolf (US) | playable | | horizontal | | working | airwolf | 1987 | Kyugo (UA Thea | Kyugo | | |
+alexkid1 | Alex Kidd: The Lost Stars (set 1, FD1089A 317-unknown) | unplayable (slow) | | | | working | alexkidd | 1986 | Sega | System 16A | | |
+alexkidd | Alex Kidd: The Lost Stars (set 2, unprotected) | unplayable (slow) | | | | working | | 1986 | Sega | System 16A | | |
+alibaba | Ali Baba and 40 Thieves | playable (sound) | | horizontal | | working | | 1982 | Sega | Pac-man | | |
+aliensy1 | Alien Syndrome (set 1, System 16A, FD1089A 317-0033) | nonworking | | | | loadcorrupt | aliensyn | 1987 | Sega | System 16A | | |
+aliensy2 | Alien Syndrome (set 2, System 16A, FD1089A 317-0033) | playable (slow) | | | | working | aliensyn | 1987 | Sega | System 16A | | |
+aliensy3 | Alien Syndrome (set 3, System 16B, FD1089A 317-0033) | playable (slow) | | | | working | aliensyn | 1987 | Sega | System 16B | | |
+aliensy5 | Alien Syndrome (set 5, System 16A, FD1089B 317-0037) | playable (slow) | | | | working | aliensyn | 1987 | Sega | System 16A | | |
+aliensyn | Alien Syndrome (set 4, System 16B, unprotected) | playable (slow) | | horizontal | | working | | 1987 | Sega | System 16B | | |
+alpham2 | Alpha Mission II / ASO II - Last Guardian | playable | | horizontal | inrom | working | | 1991 | SNK | Neo Geo | | |
+altbeaj3 | Juuouki (set 3, Japan, FD1094 317-0068) | nonworking | | | | loadhang | altbeast | 1988 | Sega | System 16B | | |
+altbeas2 | Altered Beast (set 2, MC-8123B 317-0066) | unplayable (slow) | | | | working | altbeast | 1988 | Sega | System 16B | | |
+altbeas4 | Altered Beast (set 4, MC-8123B 317-0066) | unplayable (slow) | | | | working | altbeast | 1988 | Sega | System 16B | | |
+altbeas5 | Altered Beast (set 5, 8751 317-0076) | unplayable (slow) | | | | working | altbeast | 1988 | Sega | System 16B | | |
+altbeasj | Juuouki (set 6, Japan, 8751 317-0077) | unplayable (slow) | | | | working | altbeast | 1988 | Sega | System 16B | | |
+altbeast | Altered Beast (set 7, 8751 317-0078) | unplayable (slow) | | | | working | | 1988 | Sega | System 16B | | |
+ambush | Ambush | unplayable (controls) | | | | working | | 1983 | Nippon Amuse C | Ambush | | |
+ambusht | Ambush (Tecfri) | unplayable (controls) | | | | working | ambush | 1983 | Tecfri | Ambush | | |
+ambushv | Ambush (Volt Elec co-ltd) | unplayable (controls) | | | | working | ambush | 1983 | Volt Elec co-l | Ambush | | |
+androdun | Andro Dunos | playable | | horizontal | inrom | working | | 1992 | Visco | Neo Geo | | |
+aodk | Aggressors of Dark Kombat / Tsuukai GANGAN Koushinkyok | playable | | horizontal | inrom | working | | 1994 | ADK / SNK | Neo Geo | | |
+aof | Art of Fighting / Ryuuko no Ken | playable | | horizontal | inrom | working | | 1992 | SNK | Neo Geo | | |
+aof2 | Art of Fighting 2 / Ryuuko no Ken 2 (set 1) | playable | | horizontal | inrom | working | | 1994 | SNK | Neo Geo | | |
+aof2a | Art of Fighting 2 / Ryuuko no Ken 2 (set 2) | playable | | | | working | aof2 | 1994 | SNK | Neo Geo | | |
+aof3 | Art of Fighting 3 - The Path of the Warrior / Art of F | playable | | horizontal | inrom | working | | 1996 | SNK | Neo Geo | | |
+aof3k | Art of Fighting 3 - The Path of the Warrior (Korean re | playable | | | | working | aof3 | 1996 | SNK | Neo Geo | | |
+aquajack | Aquajack (World) | unplayable (slow) | | | | working | | 1990 | Taito Corporat | Taito-Z | | |
+aquajckj | Aquajack (Japan) | unplayable (slow) | | | | working | aquajack | 1990 | Taito Corporat | Taito-Z | | |
+area88 | Area 88 (Japan) | playable | | | inrom | working | unsquad | 1989 | Daipro / Capco | CPS1 | | |
+ark1ball | Arkanoid (bootleg with MCU, harder) | nonworking | | | | loadcorrupt | arkanoid | 1986 | bootleg | Arkanoid | D NW | Unsupported MCU |
+arkangc | Arkanoid (Game Corporation bootleg, set 1) | unplayable (controls) | | | | working | arkanoid | 1986 | bootleg | Arkanoid | | |
+arkangc2 | Arkanoid (Game Corporation bootleg, set 2) | unplayable (controls) | | | | working | arkanoid | 1986 | bootleg | Arkanoid | | |
+arkanoid | Arkanoid | nonworking | | | | loadcorrupt | | 1986 | Taito Corporation Japan | Arkanoid | | |
+arkatayt | Arkanoid (Tayto bootleg) | unplayable (controls) | | | | working | arkanoid | 1986 | bootleg | Arkanoid | | |
+arkatour | Tournament Arkanoid (US) | nonworking | | | | loadcorrupt | arkanoid | 1987 | Taito America | Arkanoid | D NW | Unsupported MCU |
+arkbloc2 | Block (Game Corporation bootleg, set 2) | unplayable (controls) | | | | working | arkanoid | 1986 | bootleg | Arkanoid | | |
+arkblock | Block (Game Corporation bootleg, set 1) | unplayable (controls) | | | | working | arkanoid | 1986 | bootleg | Arkanoid | | |
+arkgcbl | Arkanoid (bootleg on Block hardware) | unplayable (controls) | | | | working | arkanoid | 1986 | bootleg | Arkanoid | | |
+arkmcubl | Arkanoid (bootleg with MCU) | nonworking | | | | loadcorrupt | arkanoid | 1986 | bootleg | Arkanoid | D NW | Unsupported MCU |
+arknoidj | Arkanoid (Japan) | nonworking | | | | loadcorrupt | arkanoid | 1986 | Taito Corporat | Arkanoid | D NW | Unsupported MCU |
+arknoidu | Arkanoid (US) | nonworking | | | | loadcorrupt | arkanoid | 1986 | Taito America | Arkanoid | D NW | Unsupported MCU |
+arknoiuo | Arkanoid (US, older) | nonworking | | | | loadcorrupt | arkanoid | 1986 | Taito America | Arkanoid | D NW | Unsupported MCU |
+arktayt2 | Arkanoid (Tayto bootleg, harder) | unplayable (controls) | | | | working | arkanoid | 1986 | bootleg | Arkanoid | | |
+armwar | Armored Warriors (941024 Europe) | playable | | horizontal | inrom | working | | 1994 | Capcom | CPS2 | | |
+armwara | Armored Warriors (940920 Asia) | playable | | | | working | armwar | 1994 | Capcom | CPS2 | | |
+armwarr1 | Armored Warriors (941011 Europe) | playable | | | | working | armwar | 1994 | Capcom | CPS2 | | |
+armwaru | Armored Warriors (941024 USA) | playable | | | | working | armwar | 1994 | Capcom | CPS2 | | |
+astorm | Alien Storm (set 4, World, 2 Players, FD1094 317-0154) | nonworking | | | | loadcorrupt | | 1990 | Sega | System 18 | | Incomplete Sound |
+astorm3 | Alien Storm (set 3, World, 3 Players, FD1094 317-0148) | nonworking | | | | loadhang | astorm | 1990 | Sega | System 18 | | Incomplete Sound |
+astormj | Alien Storm (set 1, Japan, 2 Players, FD1094 317-0146) | nonworking | | | | loadcorrupt | astorm | 1990 | Sega | System 18 | | Incomplete Sound |
+astormu | Alien Storm (set 2, US, 3 Players, FD1094 317-0147) | nonworking | | | | loadhang | astorm | 1990 | Sega | System 18 | | Incomplete Sound |
+atompunk | Atomic Punk (US) | nonworking | | | | loadhang | dynablst | 1992 | Irem America ( | Miscellaneous | D NW | Preliminary driver |
+aurail | Aurail (set 3, US, unprotected) | unplayable (slow) | | | | working | | 1990 | Sega / Westone | System 16B | | |
+aurail1 | Aurail (set 2, World, FD1089B 317-0168) | unplayable (slow) | | | | working | aurail | 1990 | Sega / Westone | System 16B | | |
+aurailj | Aurail (set 1, Japan, FD1089A 317-0167) | unplayable (slow) | | | | working | aurail | 1990 | Sega / Westone | System 16B | | |
+avsp | Alien vs Predator (940520 Euro) | playable | | horizontal | inrom | working | | 1994 | Capcom | CPS2 | | |
+avspa | Alien vs Predator (940520 Asia) | playable | | | | working | avsp | 1994 | Capcom | CPS2 | | |
+avspd | Alien vs Predator (940520 Euro Phoenix Edition) | playable | | | | working | avsp | 1994 | bootleg | CPS2 | | |
+avsph | Alien vs Predator (940520 Hispanic) | playable | | | | working | avsp | 1994 | Capcom | CPS2 | | |
+avspj | Alien vs Predator (940520 Japan) | playable | | | | working | avsp | 1994 | Capcom | CPS2 | | |
+avspu | Alien vs Predator (940520 USA) | playable | | | | working | avsp | 1994 | Capcom | CPS2 | | |
+baddudes | | nonworking | | | | loadhang | | | | | | |
+bakatono | Bakatonosama Mahjong Manyuki | playable (non English) | | horizontal | inrom | working | | 1991 | Monolith Corp. | Neo Geo | | |
+bakubrkr | Bakuretsu Breaker | playable (slow) | 270 | | | working | explbrkr | 1992 | Kaneko | Kaneko 16-bit | | |
+ballbros | Balloon Brothers | playable | | horizontal | | working | | 1992 | East Technolog | Taito-X | | |
+bangbead | Bang Bead | playable | | horizontal | inrom | working | | 2000 | Visco | Neo Geo | | |
+bangbedp | Bang Bead (Prototype?) | nonworking | | | | noload | | 2000 | Visco | Neo Geo | X | |
+bankp | Bank Panic | playable | | horizontal | | working | | 1984 | [Sanritsu] Seg | Misc | | |
+batcir | Battle Circuit (970319 Euro) | playable | | horizontal | inrom | working | | 1997 | Capcom | CPS2 | | |
+batcira | Battle Circuit (970319 Asia) | playable | | | | working | batcir | 1997 | Capcom | CPS2 | | |
+batcird | Battle Circuit (970319 Euro Phoenix Edition) | playable | | | | working | batcir | 1997 | bootleg | CPS2 | | |
+batcirj | Battle Circuit (970319 Japan) | playable | | | | working | batcir | 1997 | Capcom | CPS2 | | |
+batrider | Armed police Batrider (Batrider ver. Fri Feb 13 1998, | nonworking | | | | loadhang | | 1998 | Raizing / 8ing | Toaplan GP9001 | | |
+batridra | Armed police Batrider (Batrider ver. Mon Dec 22 1997, | nonworking | | | | loadhang | batrider | 1998 | Raizing / 8ing | Toaplan GP9001 | | |
+batridrk | Armed police Batrider (Batrider ver. Fri Feb 13 1998, | nonworking | | | | loadhang | batrider | 1998 | Raizing / 8ing | Toaplan GP9001 | | |
+batsugna | Batsugun (set 2) | playable (sound) | 90 | | | working | batsugun | 1993 | Dual Toaplan | Toaplan GP9001 | | No sound (sound MCU not dumped) |
+batsugun | Batsugun (set 1) | playable (sound) | 90 | rotated | | working | | 1993 | Toaplan | Dual Toaplan G | | No sound (sound MCU not dumped) |
+batugnsp | Batsugun Special Ver. | playable (sound) | 90 | | | working | batsugun | 1993 | Dual Toaplan | Toaplan GP9001 | | No sound (sound MCU not dumped) |
+bayrout1 | Bay Route (set 1, US, unprotected) | playable (sound + slow) | | horizontal | | working | bayroute | 1989 | Sunsoft / Sega | System 16B | | No Sound, Missing Z80 Program ROM |
+bayroute | Bay Route (set 3, World, FD1094 317-0116) | nonworking | | | | loadcorrupt | | 1989 | Sunsoft / Sega | System 16B | | |
+bayroutj | Bay Route (set 2, Japan, FD1094 317-0115) | nonworking | | | | loadcorrupt | bayroute | 1989 | Sunsoft / Sega | System 16B | | |
+bbakradu | Battle Bakraid - Unlimited Version (ver. Tue Jun 8 199 | nonworking | | | | loadcorrupt | bbakraid | 1999 | Eighting | Toaplan GP9001 | | |
+bbakraid | Battle Bakraid (ver. Wed Apr 7 1999) | nonworking | | | | loadhang | | 1999 | Eighting | Toaplan GP9001 | | |
+bcstry | B.C. Story (set 1) | playable (slow) | | horizontal | | working | | 1997 | SemiCom | Miscellaneous | | |
+bcstrya | B.C. Story (set 2) | playable (slow) | | | | working | bcstry | 1997 | SemiCom | Miscellaneous | | |
+beastf | Beastie Feastie | nonworking | | | | loadcorrupt | suprglob | 1984 | Epos Corporati | Pac-man | | |
+berlwall | The Berlin Wall | playable | | horizontal | | working | | 1991 | Kaneko | Kaneko 16-bit | | |
+berlwalt | The Berlin Wall (bootleg ?) | playable | | | | working | berlwall | 1991 | Kaneko | Kaneko 16-bit | | |
+bgaregcn | Battle Garegga - Type 2 (Denmark / China) (Tue Apr 2 1 | nonworking | | | | loadcorrupt | bgaregga | 1996 | Raizing / 8ing | Toaplan GP9001 | | |
+bgaregga | Battle Garegga (Europe / USA / Japan / Asia) (Sat Feb | nonworking | | | | loadcorrupt | | 1996 | Raizing / 8ing | Toaplan GP9001 | | |
+bgareghk | Battle Garegga (Austria / Hong Kong) (Sat Feb 3 1996) | nonworking | | | | loadcorrupt | bgaregga | 1996 | Raizing / 8ing | Toaplan GP9001 | | |
+bgaregnv | Battle Garegga - New Version (Austria / Hong Kong) (Sa | nonworking | | | | loadcorrupt | bgaregga | 1996 | Raizing / 8ing | Toaplan GP9001 | | |
+bgaregt2 | Battle Garegga - Type 2 (Europe / USA / Japan / Asia) | nonworking | | | | loadcorrupt | bgaregga | 1996 | Raizing / 8ing | Toaplan GP9001 | | |
+bigbucks | Big Bucks | playable (sound) | | horizontal | | working | | 1986 | Dynasoft Inc. | Pac-man | | |
+biomtoy | Biomechanical Toy (unprotected) | unplayable (graphics) | | | | loadcorrupt | | 1995 | Zeus | Gaelco '91 - ' | | |
+bionicc | Bionic Commando (Euro) | playable | | horizontal | | working | | 1987 | Capcom | Misc | | |
+bionicc1 | Bionic Commando (US set 1) | playable | | | | working | bionicc | 1987 | Capcom | Misc | | |
+bionicc2 | Bionic Commando (US set 2) | playable | | | | working | bionicc | 1987 | Capcom | Misc | | |
+bjourney | Blue's Journey / Raguy | playable | | horizontal | inrom | working | | 1990 | Alpha Denshi C | Neo Geo | | |
+blazeon | Blaze On (Japan) | playable (slow) | | horizontal | | working | | 1991 | Atlus | Kaneko 16-bit | | |
+blazstar | Blazing Star | playable | | horizontal | inrom | working | | 1998 | Yumekobo | Neo Geo | | |
+blockgal | Block Gal (MC-8123B, 317-0029) | nonworking | | | | loadhang | | 1987 | Sega / Vic Tok | System 1 | | |
+bloodwar | Blood Warrior | unplayable (slow) | | | | working | | 1994 | Kaneko | Kaneko 16-bit | | |
+bloxeed | Bloxeed (Japan, FD1094 317-0139) | nonworking | | | | loadhang | | 1990 | Sega | System 18 | D | Incomplete Sound |
+bngbeadn | Bang Bead (decrypted C) | playable | | | | working | bangbead | 2000 | Visco | Neo Geo | | |
+bodyslam | Body Slam (8751 317-0015) | unplayable (slow) | | | | working | | 1986 | Sega | System 16A | | |
+bombjac2 | Bomb Jack (set 2) | nonworking | | | | loadhang | bombjack | 1984 | Tehkan | Bomb Jack | | |
+bombjack | Bomb Jack (set 1) | nonworking | | | | loadhang | | 1984 | Tehkan | Bomb Jack | | |
+bombrman | Bomber Man (Japan) | unplayable (controls) | | | | working | dynablst | 1992 | Irem (licensed | Miscellaneous | D NW | Preliminary driver |
+bonkadv | B.C. Kid / Bonk's Adventure / Kyukyoku!! PC Genjin | playable (slow) | | horizontal | inrom | working | | 1994 | Kaneko | Kaneko 16-bit | | |
+brain | Brain | nonworking | | | | loadhang | | 1986 | Coreland / Seg | System 1 | | |
+breakers | Breakers | playable | | horizontal | inrom | working | | 1996 | Visco | Neo Geo | | |
+breakrev | Breakers Revenge | playable | | | | working | breakers | 1998 | Visco | Neo Geo | | |
+brix | Brix | playable | | horizontal | | working | zzyzzyxx | 1982 | Cinematronics | Jack the Giant | | |
+bshark | Battle Shark (US) | nonworking | | | | loadcorrupt | | 1989 | Taito America | Taito-Z | | |
+bsharkj | Battle Shark (Japan) | nonworking | | | | loadcorrupt | bshark | 1989 | Taito Corporat | Taito-Z | | |
+bstars | Baseball Stars Professional | playable (sound) | | horizontal | | working | | 1990 | SNK | Neo Geo | | |
+bstars2 | Baseball Stars 2 | playable (non English) | | horizontal | inrom | working | | 1992 | SNK | Neo Geo | | |
+bullet | Bullet (FD1094 317-0041) | nonworking | | | | loadcorrupt | | 1987 | Sega | System 16B | | |
+bullfgt | Bullfight (315-5065) | nonworking | | | | loadhang | | 1984 | Coreland / Seg | System 1 | | |
+burningf | Burning Fight (set 1) | playable | | horizontal | inrom | working | | 1991 | SNK | Neo Geo | | |
+burningh | Burning Fight (set 2) | playable | | | | working | burningf | 1991 | SNK | Neo Geo | | |
+buzzard | Buzzard | playable | 270 | | | working | gyrodine | 1984 | Crux | Kyugo | | |
+bwcasino | Boardwalk Casino | nonworking | | | | loadcorrupt | | 1983 | EPOS Corporati | Pac-man | | |
+cameltrj | Cameltry (Japan, YM2610) | unplayable (controls) | | | | working | cameltry | 1989 | Taito Corporat | Taito-F2 | | |
+cameltry | Cameltry (US, YM2610) | unplayable (controls) | | | | working | | 1989 | Taito America | Taito-F2 | | |
+camltrua | Cameltry (World, YM2203 + M6295) | unplayable (controls) | | | | working | cameltry | 1989 | Taito America | Taito-F2 | | |
+camltrya | Cameltry (US, YM2203 + M6295) | unplayable (controls) | | | | working | cameltry | 1989 | Taito America | Taito-F2 | | |
+cannonbp | Cannon Ball (Pacman Hardware) | unplayable (controls) | | | | working | | 198? | Novomatic | Pac-man | | wrong colors |
+captcomb | Captain Commando (bootleg) | nonworking | | | | loadcorrupt | captcomm | 1991 | bootleg | CPS1 | D NW | Sprite issues |
+captcomj | Captain Commando (911202 Japan) | playable | | | | working | captcomm | 1991 | Capcom | CPS1 | | |
+captcomm | Captain Commando (911014 other country) | playable | | horizontal | inrom | working | | 1991 | Capcom | CPS1 | | |
+captcomu | Captain Commando (910928 USA) | playable | | | | working | captcomm | 1991 | Capcom | CPS1 | | |
+catapult | Catapult | nonworking | | | | loadcorrupt | | 1982 | Epos Corporati | EPOS Tristar | D NW | Bad dump |
+cawing | Carrier Air Wing (U.S. navy 901012 etc) | playable (little slow) | | horizontal | inrom | working | | 1990 | Capcom | CPS1 | | |
+cawingb | Carrier Air Wing (bootleg) | playable (graphics) | | | | working | cawing | 1990 | bootleg | CPS1 | D NW | |
+cawingj | U.S. Navy (901012 Japan) | playable (little slow) | | | | working | cawing | 1990 | Capcom | CPS1 | | |
+cawingr1 | Carrier Air Wing (U.S. navy 901009 etc) | playable (little slow) | | | | working | cawing | 1990 | Capcom | CPS1 | | |
+cawingu | Carrier Air Wing (U.S. navy 901012 USA) | playable (little slow) | | | | working | cawing | 1990 | Capcom | CPS1 | | |
+chasehq | Chase H.Q. (World) | unplayable (slow) | | | | working | | 1988 | Taito Corporat | Taito-Z | | |
+chasehqj | Chase H.Q. (Japan) | unplayable (slow) | | | | working | chasehq | 1988 | Taito Corporat | Taito-Z | | |
+chikij | Chiki Chiki Boys (900619 Japan) | playable (non English) | | horizontal | inrom | working | mtwins | 1990 | Capcom | CPS1 | | |
+chokchok | Choky! Choky! | playable (slow) | | horizontal | | working | | 1995 | SemiCom | Miscellaneous | | |
+choko | Choko (010820 Japan) | playable (non English) | | horizontal | inrom | working | | 2001 | Mitchell | CPS2 | | |
+cltchitr | Clutch Hitter (set 2, US, FD1094 317-0176) | nonworking | | | | loadcorrupt | | 1991 | Sega | System 18 | | Incomplete Sound |
+cltchtrj | Clutch Hitter (set 1, Japan, FD1094 317-0175) | nonworking | | | | loadhang | cltchitr | 1991 | Sega | System 18 | | Incomplete Sound |
+combh | Combat Hawk | playable | 90 | rotated | | working | | 1987 | Sega / Sanrits | Misc | | |
+contcirc | Continental Circus (World) | unplayable (slow) | | | | working | | 1987 | Taito Corporat | Taito-Z | | |
+contcrcu | Continental Circus (US set 1) | unplayable (slow) | | | | working | contcirc | 1987 | Taito America | Taito-Z | | |
+contcrua | Continental Circus (US set 2) | unplayable (slow) | | | | working | contcirc | 1987 | Taito America | Taito-Z | | |
+cookbib | Cookie & Bibi | playable (slow) | | horizontal | | working | | 1995 | SemiCom | Miscellaneous | | |
+cookbib2 | Cookie & Bibi 2 | playable | | horizontal | | working | | 1996 | SemiCom | Kaneko Pandora | | |
+cookbib3 | Cookie & Bibi 3 | playable | | horizontal | | working | | 1997 | SemiCom | Kaneko Pandora | | |
+cotton | Cotton (set 3, World, FD1094 317-0181a) | nonworking | | | | loadcorrupt | | 1991 | Sega / Success | System 16B | | |
+cottonj | Cotton (set 1, Japan, FD1094 317-0179a)) | nonworking | | | | loadcorrupt | cotton | 1991 | Sega / Success | System 16B | | |
+cottonu | Cotton (set 2, US, FD1094 317-0180) | nonworking | | | | loadcorrupt | cotton | 1991 | Sega / Success | System 16B | | |
+cps1frog | Frog Feast (CPS-1) | playable | | horizontal | | working | | 2006 | Rastersoft (Homebrew) | CPS1 | | |
+crsword | Crossed Swords | playable (non English) | | horizontal | inrom | working | | 1991 | Alpha Denshi C | Neo Geo | | |
+crush | Crush Roller (Kural Samno) | playable (sound) | | | | working | | 1981 | Kural Samno El | Pac-man | | |
+crush2 | Crush Roller (Kural Esco - bootleg?) | playable (sound) | | | | working | crush | 1981 | Kural Esco Ele | Pac-man | | |
+crush3 | Crush Roller (Kural - bootleg?) | playable (sound) | | | | working | crush | 1981 | Kural Electric | Pac-man | | |
+crush4 | Crush Roller (Kural TWT) | playable (sound) | | | | working | crush | 1981 | Kural TWT | Pac-man | | |
+crushbl | Crush Roller (bootleg) | playable (sound) | | | | working | crush | 1981 | Kural Samno El | Pac-man | | |
+crushs | Crush Roller (Sidam bootleg) | playable | | horizontal | | working | crush | 19?? | [Kural] (Sidam | Pac-man | | |
+csclub | Capcom Sports Club (970722 Euro) | playable | | horizontal | inrom | working | | 1997 | Capcom | CPS2 | | |
+cscluba | Capcom Sports Club (970722 Asia) | playable | | | | working | csclub | 1997 | Capcom | CPS2 | | |
+csclubh | Capcom Sports Club (970722 Hispanic) | playable | | | | working | csclub | 1997 | Capcom | CPS2 | | |
+csclubj | Capcom Sports Club (970722 Japan) | playable | | | | working | csclub | 1997 | Capcom | CPS2 | | |
+csclubjr | Capcom Sports Club (970722 Japan, Rent version) | playable | | | | working | csclub | 1997 | Capcom | CPS2 | | |
+ct2k3sa | Crouching Tiger Hidden Dragon 2003 Super Plus alternat | playable | | | | working | kof2001 | 2003 | bootleg | Neo Geo | | |
+ct2k3sp | Crouching Tiger Hidden Dragon 2003 Super Plus (The Kin | playable | | | | working | kof2001 | 2003 | bootleg | Neo Geo | | |
+cthd2003 | Crouching Tiger Hidden Dragon 2003 (The King of Fighte | playable | | horizontal | inrom | working | kof2001 | 2003 | bootleg | Neo Geo | | |
+ctomaday | Captain Tomaday | playable | | horizontal | inrom | working | | 1999 | Visco | Neo Geo | | |
+ctribb2 | The Combatribes (bootleg set 2) | playable (slow) | | | | working | ctribe | 1990 | bootleg | Miscellaneous | | |
+ctribe | The Combatribes (US) | playable (slow) | | horizontal | inrom | working | | 1990 | Technos | Miscellaneous | | |
+ctribe1 | The Combatribes (US) - Set 1? | playable (slow) | | | | working | ctribe | 1990 | Technos | Miscellaneous | | |
+ctribeb | The Combatribes (bootleg set 1) | playable (slow) | | | | working | ctribe | 1990 | bootleg | Miscellaneous | | |
+ctrpllrp | Caterpillar Pacman Hack | playable (sound) | | horizontal | | working | puckman | 1982 | hack | Pac-man | | |
+cworld2j | Capcom World 2 (920611 Japan) | playable (non English) | | horizontal | | working | | 1992 | Capcom | CPS1 | | |
+cyberlip | Cyber-Lip | playable | | horizontal | inrom | working | | 1990 | SNK | Neo Geo | | |
+cybots | Cyberbots - fullmetal madness (950424 Euro) | playable | | horizontal | inrom | working | | 1995 | Capcom | CPS2 | | |
+cybotsj | Cyberbots - fullmetal madness (950420 Japan) | playable | | | | working | cybots | 1995 | Capcom | CPS2 | | |
+cybotsu | Cyberbots - fullmetal madness (950424 USA) | playable | | | | working | cybots | 1995 | Capcom | CPS2 | | |
+daimakai | Dai Makai-Mura (Japan) | playable | | | inrom | working | ghouls | 1988 | Capcom | CPS1 | | |
+daimakb | Dai Makai-Mura (Japan, bootleg) | playable (graphics) | | | | working | ghouls | 1988 | bootleg | CPS1 | D NW | No scroll layers |
+daisenpu | Daisenpu (Japan) | playable (slow) | 90 | rotated | | working | twinhawk | 1989 | Taito Corporat | Taito-X | | |
+darius | Darius (World) | unplayable (slow) | | | | working | | 1986 | Taito Corporat | Taito Misc | | |
+darius2 | Darius II (Japan) | unplayable (slow) | | | | working | | 1989 | Taito Corporat | Taito-F2 | | |
+dariuse | Darius (Extra) (Japan) | unplayable (slow) | | | | working | darius | 1986 | Taito Corporat | Taito Misc | | |
+dariusj | Darius (Japan) | unplayable (slow) | | | | working | darius | 1986 | Taito Corporat | Taito Misc | | |
+dariuso | Darius (Japan old version) | unplayable (slow) | | | | working | darius | 1986 | Taito Corporat | Taito Misc | | |
+dblaxle | Double Axle (US) | unplayable (slow) | | | | working | | 1991 | Taito America | Taito-Z | | Imperfect sound, bad dump in sample ro |
+ddcrew | D. D. Crew (set 4, World, 3 Player, FD1094 317-0190) | nonworking | | | | loadcorrupt | | 1991 | Sega | System 18 | | Incomplete Sound |
+ddcrew1 | D. D. Crew (set 1, World, 4 Player, FD1094 317-?) | nonworking | | | | loadcorrupt | ddcrew | 1991 | Sega | System 18 | | Incomplete Sound |
+ddcrew2 | D. D. Crew (set 2, World, 2 Player, FD1094 317-0184) | nonworking | | | | loadhang | ddcrew | 1991 | Sega | System 18 | | Incomplete Sound |
+ddcrewj | D. D. Crew (set 5, Japan, 2 Player, FD1094 317-0182) | nonworking | | | | loadhang | ddcrew | 1991 | Sega | System 18 | | Incomplete Sound |
+ddcrewu | D. D. Crew (set 3, US, 4 Player, FD1094 317-0186) | nonworking | | | | loadhang | ddcrew | 1991 | Sega | System 18 | | Incomplete Sound |
+ddonpach | DoDonPachi (1997 2/5 master ver, international) | playable | 90 | rotated | | working | | 1997 | Atlus / Cave | Cave | | |
+ddonpchj | DoDonPachi (1997 2/5 master ver, Japan) | playable | 90 | | | working | ddonpach | 1997 | Atlus / Cave | Cave | | |
+ddp2 | Bee Storm - DoDonPachi II (V100) | nonworking | | | | loadhang | | 2001 | IGS | PGM | D NW | |
+ddrago3b | Double Dragon 3 - The Rosetta Stone (bootleg) | playable (slow) | | | | working | ddragon3 | 1990 | bootleg | Miscellaneous | | |
+ddrago3j | Double Dragon 3 - The Rosetta Stone (Japan) | playable (slow) | | | | working | ddragon3 | 1990 | Technos | Miscellaneous | | |
+ddragon3 | Double Dragon 3 - The Rosetta Stone (US) | playable (slow) | | horizontal | | working | | 1990 | Technos | Miscellaneous | | |
+ddsom | Dungeons & Dragons - shadow over mystara (960619 Euro) | playable | | horizontal | inrom | working | | 1996 | Capcom | CPS2 | | |
+ddsoma | Dungeons & Dragons - shadow over mystara (960619 Asia) | playable | | | | working | ddsom | 1996 | Capcom | CPS2 | | |
+ddsomb | Dungeons & Dragons - shadow over mystara (960223 Brazi | playable | | | | working | ddsom | 1996 | Capcom | CPS2 | | |
+ddsomj | Dungeons & Dragons - shadow over mystara (960619 Japan | playable | | | | working | ddsom | 1996 | Capcom | CPS2 | | |
+ddsomjr1 | Dungeons & Dragons - shadow over mystara (960206 Japan | playable | | | | working | ddsom | 1996 | Capcom | CPS2 | | |
+ddsomr1 | Dungeons & Dragons - shadow over mystara (960223 Euro) | playable | | | | working | ddsom | 1996 | Capcom | CPS2 | | |
+ddsomr2 | Dungeons & Dragons - shadow over mystara (960209 Euro) | playable | | | | working | ddsom | 1996 | Capcom | CPS2 | | |
+ddsomr3 | Dungeons & Dragons - shadow over mystara (960208 Euro) | playable | | | | working | ddsom | 1996 | Capcom | CPS2 | | |
+ddsomu | Dungeons & Dragons - shadow over mystara (960619 USA) | playable | | | | working | ddsom | 1996 | Capcom | CPS2 | | |
+ddsomud | Dungeons & Dragons - shadow over mystara (960619 USA P | playable | | | | working | ddsom | 1996 | bootleg | CPS2 | | |
+ddsomur1 | Dungeons & Dragons - shadow over mystara (960209 USA) | playable | | | | working | ddsom | 1996 | Capcom | CPS2 | | |
+ddtod | Dungeons & Dragons - tower of doom (940412 Euro) | playable | | horizontal | inrom | working | | 1994 | Capcom | CPS2 | | |
+ddtoda | Dungeons & Dragons - tower of doom (940113 Asia) | playable | | | | working | ddtod | 1994 | Capcom | CPS2 | | |
+ddtodd | Dungeons & Dragons - tower of doom (940412 Euro Phoeni | playable | | | | working | ddtod | 1994 | bootleg | CPS2 | | |
+ddtodh | Dungeons & Dragons - tower of doom (940125 Hispanic) | playable | | | | working | ddtod | 1994 | Capcom | CPS2 | | |
+ddtodj | Dungeons & Dragons - tower of doom (940412 Japan) | playable | | | | working | ddtod | 1994 | Capcom | CPS2 | | |
+ddtodjr1 | Dungeons & Dragons - tower of doom (940125 Japan) | playable | | | | working | ddtod | 1994 | Capcom | CPS2 | | |
+ddtodjr2 | Dungeons & Dragons - tower of doom (940113 Japan) | playable | | | | working | ddtod | 1994 | Capcom | CPS2 | | |
+ddtodr1 | Dungeons & Dragons - tower of doom (940113 Euro) | playable | | | | working | ddtod | 1994 | Capcom | CPS2 | | |
+ddtodu | Dungeons & Dragons - tower of doom (940125 USA) | playable | | | | working | ddtod | 1994 | Capcom | CPS2 | | |
+ddtodur1 | Dungeons & Dragons - tower of doom (940113 USA) | playable | | | | working | ddtod | 1994 | Capcom | CPS2 | | |
+ddux | Dynamite Dux (set 2, FD1094 317-0096) | nonworking | | | | loadhang | | 1989 | Sega | System 16B | | |
+ddux1 | Dynamite Dux (set 1, 8751 317-0095) | unplayable (slow) | | | | working | ddux | 1989 | Sega | System 16B | | |
+dduxbl | Dynamite Dux (bootleg) | unplayable (slow) | | | | working | ddux | 1989 | bootleg | System 16B | | |
+deadconj | Dead Connection (Japan) | unplayable (slow) | | | | working | deadconx | 1992 | Taito Corporat | Taito-F2 | | |
+deadconx | Dead Connection (World) | unplayable (slow) | | | | working | | 1992 | Taito Corporat | Taito-F2 | | |
+dealer | The Dealer | nonworking | | | | noload | | 198? | Epos Corporati | EPOS Tristar | D NW | Bad dump |
+defense | Defense (System 16B, FD1089A 317-0028) | unplayable (controls) | | | | working | sdi | 1987 | Sega | System 16B | | |
+desertbr | Desert Breaker (FD1094 317-0196) | nonworking | | | | loadhang | | 1992 | Sega | System 18 | | Incomplete Sound |
+dfeveron | Dangun Feveron (Japan ver. Thu Sep 17 1998) | playable | 90 | | | working | feversos | 1998 | Cave / Nihon S | Cave | | |
+diggerma | Digger Man (prototype) | nonworking | | | inrom | loadcorrupt | | 2000 | Kyle Hodgetts | Neo Geo | | |
+dimahoo | Dimahoo (000121 Euro) | playable | 90 | rotated | | working | | 2000 | 8ing / Raizing | CPS2 | | |
+dimahoou | Dimahoo (000121 USA) | playable | 90 | | | working | dimahoo | 2000 | 8ing / Raizing | CPS2 | | |
+dino | Cadillacs & Dinosaurs (930201 etc) | playable | | horizontal | inrom | working | | 1993 | Capcom | CPS1 / QSound | | |
+dinoh | Cadillacs and Dinosaurs (930223 Asia TW bootleg) | playable | | | | working | dino | 1993 | bootleg | CPS1 / QSound | | |
+dinoha | Cadillacs and Dinosaurs Turbo (930223 Asia TW bootleg) | playable | | | | working | dino | 1993 | bootleg | CPS1 / QSound | | |
+dinohb | Cadillacs and Dinosaurs Turbo (bootleg with PIC16c57) | nonworking | | | | loadcorrupt | dino | 1993 | bootleg | CPS1 | D NW | |
+dinoj | Cadillacs Kyouryuu-Shinseiki (Cadillacs 930201 Japan) | playable | | | | working | dino | 1993 | Capcom | CPS1 / QSound | | |
+dinopic | Cadillacs and Dinosaurs (bootleg with PIC16c57, set 1) | nonworking | | | | loadhang | dino | 1993 | Capcom | CPS1 | D NW | Missing sprites, no sound |
+dinopic2 | Cadillacs and Dinosaurs (bootleg with PIC16c57, set 2) | nonworking | | | | loadhang | dino | 1993 | Capcom | CPS1 | D NW | Missing sprites, no sound |
+dinorex | Dino Rex (World) | unplayable (slow) | | | | working | | 1992 | Taito Corporat | Taito-F2 | | |
+dinorexj | Dino Rex (Japan) | unplayable (slow) | | | | working | dinorex | 1992 | Taito Corporat | Taito-F2 | | |
+dinorexu | Dino Rex (US) | unplayable (slow) | | | | working | dinorex | 1992 | Taito America | Taito-F2 | | |
+dinou | Cadillacs & Dinosaurs (930201 USA) | playable | | | | working | dino | 1993 | Capcom | CPS1 / QSound | | |
+dmnfrnt | Demon Front (V102) | nonworking | | | | loadcorrupt | | 2002 | IGS | PGM | D NW | |
+dmnfrnta | Demon Front (V105) | nonworking | | | | loadcorrupt | dmnfrnt | 2002 | IGS | PGM | D NW | |
+dogyuun | Dogyuun | playable (sound) | 90 | rotated | | working | | 1992 | Toaplan | Dual Toaplan G | | No sound (sound MCU not dumped) |
+dommy | Dommy | playable | 90 | rotated | | working | | 198? | Technos | misc | | |
+dondokdj | Don Doko Don (Japan) | unplayable (slow) | | | | working | dondokod | 1989 | Taito Corporat | Taito-F2 | | |
+dondokdu | Don Doko Don (US) | unplayable (slow) | | | | working | dondokod | 1989 | Taito Corporat | Taito-F2 | | |
+dondokod | Don Doko Don (World) | unplayable (slow) | | | | working | | 1989 | Taito Corporat | Taito-F2 | | |
+donpachi | DonPachi (ver. 1.01 1995/05/11, U.S.A) | playable | 90 | rotated | | working | | 1995 | Atlus / Cave | Cave | | |
+donpacjp | DonPachi (ver. 1.01 1995/05/11, Japan) | playable | 90 | | | working | donpachi | 1995 | Atlus / Cave | Cave | | |
+donpackr | DonPachi (ver. 1.12 1995/05/2x, Korea) | playable | 90 | | | working | donpachi | 1995 | Atlus / Cave | Cave | | |
+dotriku2 | Dottori Kun (old version) | nonworking | | | | noload | dotrikun | 1990 | Sega | Test Hardware | | |
+dotrikun | Dottori Kun (new version) | nonworking | | | | noload | | 1990 | Sega | Test Hardware | | |
+doubledr | Double Dragon (Neo-Geo) | playable | | horizontal | inrom | working | | 1995 | Technos | Neo Geo | | |
+dquizgo | Date Quiz Go Go (Korea) | playable (slow + non English) | | horizontal | | working | | 1998 | SemiCom | Miscellaneous | | |
+dremshpr | Dream Shopper | playable | | horizontal | | working | | 1982 | Sanritsu | Pac-man | | |
+drgnbowl | Dragon Bowl | playable (slow) | | horizontal | | working | | 1992 | Nics | Miscellaneous | | |
+drgw2 | Dragon World II (V110X, Export) | playable (slow) | | horizontal | inrom | working | | 1997 | IGS | PGM | | Unemulated protection |
+drgw2c | Zhong Guo Long II (V100C, China) | playable (slow) | | | | working | drgw2 | 1997 | IGS | PGM | | |
+drgw2j | Chuugokuryuu II (V100J, Japan) | playable (slow) | | | | working | drgw2 | 1997 | IGS | PGM | | Unemulated protection |
+drgw3 | Dragon World 3 (V100J) | nonworking | | | | loadcorrupt | | 1998 | IGS | PGM | D NW | |
+drgw3k | Dragon World 3 (V106, Korean Board) | nonworking | | | | loadcorrupt | drgw3 | 1998 | IGS | PGM | D NW | |
+driftout | Drift Out (Japan) | unplayable (controls + slow + sound) | 90 | | | working | | 1991 | Visco | Taito-F2 | | |
+driveout | Drive Out | unplayable (controls + slow) | 90 | | | working | driftout | 1991 | bootleg | Taito-F2 | | |
+drivfrcp | Driving Force (Pac-Man conversion) | nonworking | | | | noload | | 1984 | Shinkai Inc. (Magic Eletronics Inc. li | Pac-man | D NW | |
+drtomy | Dr. Tomy | playable | | horizontal | | working | | 1993 | Playmark | Miscellaneous | | |
+dstlk | Darkstalkers - the night warriors (940705 Euro) | playable (slow) | | horizontal | inrom | working | | 1994 | Capcom | CPS2 | | |
+dstlka | Darkstalkers - the night warriors (940705 Asia) | playable (slow) | | | | working | dstlk | 1994 | Capcom | CPS2 | | |
+dstlku | Darkstalkers - the night warriors (940818 USA) | playable (slow) | | | | working | dstlk | 1994 | Capcom | CPS2 | | |
+dstlku1d | Darkstalkers - the night warriors (940705 USA Phoenix | playable (slow) | | | | working | dstlk | 1994 | bootleg | CPS2 | | |
+dstlkur1 | Darkstalkers - the night warriors (940705 USA) | playable (slow) | | | | working | dstlk | 1994 | Capcom | CPS2 | | |
+dumpmtmt | Dump Matsumoto (Japan, 8751 317-unknown) | unplayable (slow) | | | | working | bodyslam | 1986 | Sega | System 16A | | |
+dunkshot | Dunk Shot (FD1089 317-0022) | playable (slow) | 90 | rotated | | working | | 1986 | Sega | System 16B | | |
+dynablsb | Dynablaster (bootleg) | nonworking | | | | loadcorrupt | dynablst | 1992 | bootleg | Miscellaneous | D NW | Preliminary driver |
+dynablst | Dynablaster / Bomber Man | unplayable (controls) | | | | working | | 1992 | Irem (licensed | Miscellaneous | D NW | Preliminary driver |
+dynwar | Dynasty Wars (US set 1) | playable | | horizontal | inrom | working | | 1989 | Capcom | CPS1 | | |
+dynwarj | Tenchi wo Kurau (Japan) | playable | | | | working | dynwar | 1989 | Capcom | CPS1 | | |
+dynwaru | Dynasty Wars (US set 2) | playable | | | | working | dynwar | 1989 | Capcom | CPS1 | | |
+ecofghta | Eco Fighters (931203 Asia) | playable | | | | working | ecofghtr | 1993 | Capcom | CPS2 | | |
+ecofghtr | Eco Fighters (931203 etc) | playable | | horizontal | inrom | working | | 1993 | Capcom | CPS2 | | |
+ecofghtu | Eco Fighters (940215 USA) | playable | | | | working | ecofghtr | 1993 | Capcom | CPS2 | | |
+ecofgtu1 | Eco Fighters (931203 USA) | playable | | | | working | ecofghtr | 1993 | Capcom | CPS2 | | |
+eggor | Eggor | playable (sound) | | horizontal | | working | | 1982 | Telko | Pac-man | | |
+eggs | Eggs | playable | 90 | | | working | scregg | 1983 | [Technos] Univ | misc | | |
+eightman | Eight Man | playable | | horizontal | inrom | working | | 1991 | SNK / Pallas | Neo Geo | | |
+endurobl | Enduro Racer (bootleg set 1) | unplayable (controls) | | | | working | enduror | 1986 | bootleg | Hang-On | | |
+enduror | Enduro Racer (YM2151, FD1089B 317-0013A) | unplayable (controls) | | | | working | | 1986 | Sega | Hang-On | | |
+enduror1 | Enduro Racer (YM2203, FD1089B 317-0013A) | unplayable (controls) | | | | working | enduror | 1986 | Sega | Hang-On | | |
+enforce | Enforce (Japan) | unplayable (slow) | | | | working | | 1988 | Taito Corporat | Taito-Z | | |
+esprade | ESP Ra.De. (1998 4/22 international ver.) | playable | 90 | rotated | | working | | 1998 | Atlus / Cave | Cave | | |
+espradej | ESP Ra.De. (Japan, 1998 4/21 master ver.) | playable | 90 | | | working | esprade | 1998 | Atlus / Cave | Cave | | |
+eswat | E-Swat - Cyber Police (set 3, World, FD1094 317-0130) | nonworking | | | | loadhang | | 1989 | Sega | System 16B | | |
+eswatbl | E-Swat - Cyber Police (bootleg) | playable (little slow) | | horizontal | | working | eswat | 1989 | bootleg | System 16B | | |
+eswatj | E-Swat - Cyber Police (set 1, Japan, FD1094 317-0128) | nonworking | | | | loadhang | eswat | 1989 | Sega | System 16B | | |
+eswatu | E-Swat - Cyber Police (set 2, US, FD1094 317-0129) | nonworking | | | | loadhang | eswat | 1989 | Sega | System 16B | | |
+euroch92 | Euro Champ '92 (World) | unplayable (slow) | | | | working | footchmp | 1992 | Taito Corporat | Taito-F2 | | |
+exctleag | Excite League (FD1094 317-0079) | nonworking | | | | loadhang | | 1989 | Sega | System 16B | | |
+exedexes | Exed Exes | playable | 90 | rotated | | working | | 1985 | Capcom | Miscellaneous | | |
+explbrkr | Explosive Breaker | playable (little slow) | 270 | rotated | | working | | 1992 | Kaneko | Kaneko 16-bit | | |
+eyes | Eyes (Digitrex Techstar) | playable (sound) | | horizontal | | working | | 1982 | Digitrex Techs | Pac-man | | |
+eyes2 | Eyes (Techstar) | playable (sound) | | | | working | eyes | 1982 | Techstar (Rock | Pac-man | | |
+eyeszac | Eyes (Zaccaria) | playable (sound) | | | | working | eyes | 1982 | Zaccaria / boo | Pac-man | | |
+fantasia | Fantasia | playable | 90 | rotated | | working | | 1994 | Comad / New Ja | Miscellaneous | | |
+fantsia2 | Fantasia II (Explicit) | playable | 180 | rotated | | working | | 1997 | Comad | Miscellaneous | | |
+fantsy95 | Fantasy '95 | playable | 90 | rotated | | working | | 1995 | Hi-max Technol | Miscellaneous | | |
+fantzon1 | Fantasy Zone (set 1, unprotected) | playable (slow) | | | | working | fantzone | 1986 | Sega | System 16A | | |
+fantzone | Fantasy Zone (set 2, unprotected) | playable (slow) | | horizontal | | working | | 1986 | Sega | System 16A | | |
+fatfursa | Fatal Fury Special / Garou Densetsu Special (set 2) | playable | | | | working | fatfursp | 1993 | SNK | Neo Geo | | |
+fatfursp | Fatal Fury Special / Garou Densetsu Special (set 1) | playable | | horizontal | inrom | working | | 1993 | SNK | Neo Geo | | |
+fatfury1 | Fatal Fury - King of Fighters / Garou Densetsu - shuku | playable | | horizontal | inrom | working | | 1991 | SNK | Neo Geo | | |
+fatfury2 | Fatal Fury 2 / Garou Densetsu 2 - arata-naru tatakai | playable | | horizontal | inrom | working | | 1992 | SNK | Neo Geo | | |
+fatfury3 | Fatal Fury 3 - Road to the Final Victory / Garou Dense | playable | | horizontal | inrom | working | | 1995 | SNK | Neo Geo | | |
+fbfrenzy | Football Frenzy | playable | | horizontal | inrom | working | | 1992 | SNK | Neo Geo | | |
+feversos | Fever SOS (International ver. Fri Sep 25 1998) | playable | 90 | rotated | | working | | 1998 | Cave / Nihon S | Cave | | |
+ffight | Final Fight (World) | playable | | horizontal | inrom | working | | 1989 | Capcom | CPS1 | | |
+ffightj | Final Fight (Japan) | playable | | | | working | ffight | 1989 | Capcom | CPS1 | | |
+ffightj1 | Final Fight (900305 Japan) | playable | | | | working | ffight | 1989 | Capcom | CPS1 | | |
+ffightj2 | Final Fight (900112 Japan) | playable | | | | working | ffight | 1989 | Capcom | CPS1 | | |
+ffightu | Final Fight (USA) | playable | | | | working | ffight | 1989 | Capcom | CPS1 | | |
+ffightua | Final Fight (900112 USA) | playable | | | | working | ffight | 1989 | Capcom | CPS1 | | |
+ffightub | Final Fight (900613 USA) | playable | | | | working | ffight | 1989 | Capcom | CPS1 | | |
+fightfev | Fight Fever (set 1) | playable | | horizontal | inrom | working | | 1994 | Viccom | Neo Geo | | |
+fightfva | Fight Fever (set 2) | playable | | | | working | fightfev | 1994 | Viccom | Neo Geo | | |
+finalb | Final Blow (World) | unplayable (slow) | | | | working | | 1988 | Taito Corporat | Taito-F2 | | |
+finalbj | Final Blow (Japan) | unplayable (slow) | | | | working | finalb | 1988 | Taito Corporat | Taito-F2 | | |
+finalbu | Final Blow (US) | unplayable (slow) | | | | working | finalb | 1988 | Taito America | Taito-F2 | | |
+finalttr | Final Tetris | playable | | horizontal | | working | | 1993 | Jeil Computer | Kaneko Pandora | | |
+flashgal | Flashgal (set 1) | playable | | horizontal | | working | | 1985 | Sega | Kyugo | | |
+flashgla | Flashgal (set 2) | playable | | | | working | flashgal | 1985 | Sega | Kyugo | | |
+flicks1 | Flicky (64k Version, System 1, 315-5051, set 2) | nonworking | | | | loadhang | flicky | 1984 | Sega | System 1 | | |
+flicks2 | Flicky (128k Version, System 2, not encrypted) | nonworking | | | | loadhang | flicky | 1984 | Sega | System 1 | | |
+flicky | Flicky (128k Version, System 2, 315-5051) | nonworking | | | | loadhang | | 1984 | Sega | System 1 | | |
+flickyo | Flicky (64k Version, System 1, 315-5051, set 1) | nonworking | | | | loadhang | flicky | 1984 | Sega | System 1 | | |
+flipshot | Battle Flip Shot | playable | | horizontal | inrom | working | | 1998 | Visco | Neo Geo | | |
+fncywld | Fancy World - Earth of Crisis | playable (slow) | | horizontal | | working | | 1996 | Unico | Miscellaneous | | |
+fntsia2a | Fantasia II (Less Explicit) | playable | 180 | | | working | fantsia2 | 1997 | Comad | Miscellaneous | | |
+footchmp | Football Champ (World) | unplayable (slow) | | | | working | | 1990 | Taito Corporat | Taito-F2 | | |
+forgott1 | Forgotten Worlds (World?) | nonworking | | | | loadhang | forgottn | 1988 | Capcom | CPS1 | D NW | Missing some 68k roms |
+forgottn | Forgotten Worlds (US) | playable | | horizontal | inrom | working | | 1988 | Capcom | CPS1 | | |
+fpoint | Flash Point (set 2, Japan, FD1094 317-0127A) | nonworking | | | | loadhang | | 1989 | Sega | System 16B | | |
+fpoint1 | Flash Point (set 1, Japan, FD1094 317-0127A) | nonworking | | | | loadhang | fpoint | 1989 | Sega | System 16B | | |
+fpointbj | Flash Point (Japan, bootleg) | playable | | | | working | fpoint | 1989 | bootleg | System 16B | | |
+fpointbl | Flash Point (World, bootleg) | playable | | horizontal | | working | fpoint | 1989 | bootleg | System 16B | | |
+freeze | Freeze | playable (slow) | | horizontal | | working | | 1984 | Cinematronics | Jack the Giant | | |
+fstarfrc | Final Star Force (US) | nonworking | | | | loadhang | | 1992 | Tecmo | Miscellaneous | | |
+fswords | Fighters Swords (Korean release of Samurai Shodown III | playable | | horizontal | | working | samsho3 | 1995 | SNK | Neo Geo | | |
+funkbeeb | Funky Bee (bootleg, harder) | nonworking | | | | loadhang | funkybee | 1982 | bootleg | misc | | |
+funkybee | Funky Bee | nonworking | | | | loadhang | | 1982 | Orca | misc | | |
+fx | F-X | playable | 270 | | | working | srdmissn | 1986 | bootleg | Kyugo | | |
+gaia | Gaia Crusaders | playable | | horizontal | inrom | working | | 1999 | Noise Factory | Cave | | |
+gaiden | Ninja Gaiden (US) | playable | | horizontal | | working | shadoww | 1988 | Tecmo | Miscellaneous | | |
+galaxyfg | Galaxy Fight - Universal Warriors | playable | | horizontal | inrom | working | | 1995 | Sunsoft | Neo Geo | | |
+galhustl | Gals Hustler | playable | 180 | rotated | | working | | 1997 | ACE Internatio | Miscellaneous | | |
+galpanic | Gals Panic (Unprotected) | playable | 90 | rotated | | working | | 1990 | Kaneko | Miscellaneous | | |
+ganryu | Ganryu / Musashi Ganryuki | playable | | horizontal | inrom | working | | 1999 | Visco | Neo Geo | | |
+ganryun | Ganryu / Musashi Ganryuki (decrypted C) | playable | | | | working | ganryu | 1999 | Visco | Neo Geo | | |
+gardia | Gardia (317-0006) | nonworking | | | | loadhang | | 1986 | Sega / Corelan | System 1 | | |
+gardiab | Gardia (317-0007?, bootleg) | nonworking | | | | loadhang | gardia | 1986 | Sega / Corelan | System 1 | D NW | |
+garou | Garou - Mark of the Wolves (set 1) | playable | | horizontal | inrom | working | | 1999 | SNK | Neo Geo | | |
+garoubl | Garou - Mark of the Wolves (bootleg) | nonworking | | | | loadhang | garou | 1999 | bootleg | Neo Geo | | |
+garoun | Garou - Mark of the Wolves (decrypted C) | playable | | | | working | garou | 1999 | SNK | Neo Geo | | |
+garouo | Garou - Mark of the Wolves (set 2) | playable | | | | working | garou | 1999 | SNK | Neo Geo | | |
+garoup | Garou - Mark of the Wolves (prototype) | nonworking | | | | loadcorrupt | garou | 1999 | SNK | Neo Geo | | |
+gberet | Green Beret | playable (fast) | | | | working | | 1985 | Konami | Miscellaneous | | |
+gberetb | Green Beret (bootleg) | playable | | horizontal | | working | gberet | 1985 | bootleg | Miscellaneous | | |
+gensitou | Genshi-Tou 1930's (Japan) | playable | | horizontal | | working | prehisle | 1989 | SNK | Prehistoric Is | | |
+getstar | Guardian (US) | nonworking | | | | loadcorrupt | | 1986 | Taito | Early Toaplan | NW | |
+getstarb | Get Star (bootleg, set 1) | playable | | horizontal | | working | getstar | 1986 | Taito | Early Toaplan | | |
+gforce2 | Galaxy Force 2 | unplayable (slow) | | | | working | | 1988 | Sega | Y-Board | | |
+gforce2j | Galaxy Force 2 (Japan) | unplayable (slow) | | | | working | gforce2 | 1988 | Sega | Y-Board | | |
+ghostlop | Ghostlop (prototype) | playable | | horizontal | inrom | working | | 1996 | Data East Corp | Neo Geo | | |
+ghouls | Ghouls'n Ghosts (World) | playable | | horizontal | inrom | working | | 1988 | Capcom | CPS1 | | |
+ghoulsu | Ghouls'n Ghosts (US) | playable | | | | working | ghouls | 1988 | Capcom | CPS1 | | |
+gigandes | Gigandes | playable (slow) | | horizontal | | working | | 1989 | East Technolog | Taito-X | | |
+gigandsj | Gigandes (Japan) | playable (slow) | | | | working | gigandes | 1989 | East Technolog | Taito-X | | |
+gigawing | Giga Wing (990222 USA) | playable (slow) | | horizontal | inrom | working | | 1999 | Capcom | CPS2 | | |
+ginkun | Ganbare Ginkun | nonworking | | | | loadhang | | 1995 | Tecmo | Miscellaneous | | Imperfect GFX |
+gloc | G-LOC Air Battle (US) | unplayable (slow) | | | | working | | 1990 | Sega | Y-Board | | |
+glocr360 | G-LOC R360 | unplayable (slow) | | | | working | gloc | 1990 | Sega | Y-Board | | |
+gmahou | Great Mahou Daisakusen (000121 Japan) | playable | 90 | | | working | dimahoo | 2000 | 8ing / Raizing | CPS2 | | |
+goalx3 | Goal! Goal! Goal! | playable | | horizontal | inrom | working | | 1995 | Visco | Neo Geo | | |
+goldnax1 | Golden Axe (set 1, World, FD1094 317-0110) | nonworking | | | | loadhang | goldnaxe | 1989 | Sega | System 16B | | |
+goldnax2 | Golden Axe (set 2, US, 8751 317-0112) | playable (slow) | | | | working | goldnaxe | 1989 | Sega | System 16B | | |
+goldnax3 | Golden Axe (set 3, World, FD1094 317-0120) | nonworking | | | | loadhang | goldnaxe | 1989 | Sega | System 16B | | |
+goldnaxe | Golden Axe (set 6, US, 8751 317-123A) | playable (slow) | | horizontal | | working | | 1989 | Sega | System 16B | | |
+goldnaxj | Golden Axe (set 4, Japan, FD1094 317-0121) | nonworking | | | | loadhang | goldnaxe | 1989 | Sega | System 16B | | |
+goldnaxu | Golden Axe (set 5, US, FD1094 317-0122) | nonworking | | | | loadcorrupt | goldnaxe | 1989 | Sega | System 16B | | |
+gorkans | Gorkans | playable (sound) | | horizontal | | working | mrtnt | 1983 | Techstar | Pac-man | | |
+gowcaizr | Voltage Fighter - Gowcaizer / Choujin Gakuen Gowcaizer | playable | | horizontal | inrom | working | | 1995 | Technos | Neo Geo | | |
+gpilots | Ghost Pilots (set 1) | playable (slow) | | horizontal | inrom | working | | 1991 | SNK | Neo Geo | | |
+gpilotsh | Ghost Pilots (set 2) | playable (slow) | | | | working | gpilots | 1991 | SNK | Neo Geo | | |
+gprider | GP Rider (World, FD1094 317-0163) | nonworking | | | | loadcorrupt | | 1990 | Sega | X-Board | NW | |
+gprider1 | GP Rider (set 1, US, FD1094 317-0162) | nonworking | | | | loadcorrupt | gprider | 1990 | Sega | X-Board | | |
+grdians | Guardians\0Denjin Makai II | playable | | horizontal | inrom | working | | 1995 | Banpresto | Newer Seta | | |
+grindsta | Grind Stormer (older set) | playable (sound) | 90 | | | working | vfive | 1992 | Toaplan GP9001 | Toaplan | | No sound (sound MCU not dumped) |
+grindstm | Grind Stormer | playable (sound) | | horizontal | | working | vfive | 1992 | Toaplan | Toaplan GP9001 | | No sound (sound MCU not dumped) |
+growl | Growl (World) | unplayable (slow) | | | | working | | 1990 | Taito Corporat | Taito-F2 | | |
+growlu | Growl (US) | unplayable (slow) | | | | working | growl | 1990 | Taito America | Taito-F2 | | |
+gtmr | 1000 Miglia: Great 1000 Miles Rally (94/07/18) | unplayable (slow) | | | | working | | 1994 | Kaneko | Kaneko 16-bit | | |
+gtmr2 | Mille Miglia 2: Great 1000 Miles Rally (95/05/24) | unplayable (slow) | | | inrom | working | | 1995 | Kaneko | Kaneko 16-bit | | |
+gtmr2a | Mille Miglia 2: Great 1000 Miles Rally (95/04/04) | unplayable (slow) | | | | working | gtmr2 | 1995 | Kaneko | Kaneko 16-bit | | |
+gtmr2u | Great 1000 Miles Rally 2 USA (95/05/18) | unplayable (slow) | | | | working | gtmr2 | 1995 | Kaneko | Kaneko 16-bit | | |
+gtmra | 1000 Miglia: Great 1000 Miles Rally (94/06/13) | unplayable (slow) | | | | working | gtmr | 1994 | Kaneko | Kaneko 16-bit | | |
+gtmre | Great 1000 Miles Rally: Evolution Model!!! (94/09/06) | unplayable (slow) | | | | working | gtmr | 1994 | Kaneko | Kaneko 16-bit | | |
+gtmrusa | Great 1000 Miles Rally: U.S.A Version! (94/09/06) | unplayable (slow) | | | | working | gtmr | 1994 | Kaneko | Kaneko 16-bit | | |
+gtstarba | Get Star (bootleg, set 2) | nonworking | | | | loadcorrupt | getstar | 1986 | Taito | Early Toaplan | | |
+gunfronj | Gun Frontier (Japan) | unplayable (slow) | | | | working | gunfront | 1990 | Taito Corporat | Taito-F2 | | |
+gunfront | Gun & Frontier (World) | unplayable (slow) | 90 | | | working | | 1990 | Taito Corporat | Taito-F2 | | |
+gunsmoke | Gun. Smoke (World) | playable | 90 | rotated | | working | | 1985 | Capcom | Miscellaneous | | |
+gunsmokj | Gun. Smoke (Japan) | playable | | | | working | gunsmoke | 1985 | Capcom | Miscellaneous | | |
+gunsmoku | Gun. Smoke (US set 1) | playable | | horizontal | | working | gunsmoke | 1985 | Capcom (Romsta | Miscellaneous | | |
+gururin | Gururin | nonworking | | | inrom | loadcorrupt | | 1994 | Face | Neo Geo | | |
+guwange | Guwange (Japan, 1999 6/24 master ver.) | playable | 90 | rotated | | working | | 1999 | Atlus / Cave | Cave | | |
+gwinga | Giga Wing (990222 Asia) | playable | | | | working | gigawing | 1999 | Capcom | CPS2 | | |
+gwingj | Giga Wing (990223 Japan) | playable | | | | working | gigawing | 1999 | Capcom | CPS2 | | |
+gwingjd | Giga Wing (990223 Japan Phoenix Edition) | playable | | | | working | gigawing | 1999 | bootleg | CPS2 | | |
+gyrodinc | Gyrodine | playable | 270 | | | working | gyrodine | 1984 | Crux | Kyugo | | |
+gyrodine | Gyrodine (Taito Corporation license) | playable | 270 | rotated | | working | | 1984 | Crux (Taito Co | Kyugo | | |
+hangly | Hangly-Man (set 1) | playable (sound) | | horizontal | | working | puckman | 1981 | hack | Pac-man | | |
+hangly2 | Hangly-Man (set 2) | playable (sound) | | | | working | puckman | 1981 | hack | Pac-man | | |
+hangly3 | Hangly-Man (set 3) | playable (sound) | | | | working | puckman | 1981 | hack | Pac-man | | |
+hangon | Hang-On (rev A) | unplayable (slow) | | | | working | | 1985 | Sega | Hang-On | | |
+hangon1 | Hang-On | unplayable (slow) | | | | working | hangon | 1985 | Sega | Hang-On | | |
+hellfir1 | Hellfire (1P Ver.) | playable | | | | working | hellfire | 1989 | Toaplan (Taito | Toaplan BCU-2 | | |
+hellfir2 | Hellfire (2P Ver., first edition) | playable | | | | working | hellfire | 1989 | Toaplan (Taito | Toaplan BCU-2 | | |
+hellfire | Hellfire (2P Ver.) | playable | | horizontal | | working | | 1989 | Toaplan (Taito | Toaplan BCU-2 | | |
+higemaru | Pirate Ship Higemaru | playable | | horizontal | | working | | 1984 | Capcom | Misc | | |
+honeydol | Honey Dolls | playable | | horizontal | | working | | 1995 | Barko Corp | Kaneko Pandora | | |
+hook | Hook (World) | unplayable (sound + slow) | | | | working | | 1992 | Irem | Miscellaneous | D | Preliminary driver |
+hookj | Hook (Japan) | unplayable (sound + slow) | | | | working | hook | 1992 | Irem | Miscellaneous | D | Preliminary driver |
+hooku | Hook (US) | unplayable (sound + slow) | | | | working | hook | 1992 | Irem America | Miscellaneous | D | Preliminary driver |
+hotdogst | Hotdog Storm (International) | playable | 90 | rotated | | working | | 1996 | Marble | Cave | | |
+hsf2 | Hyper Street Fighter 2: The Anniversary Edition (04020 | playable | | horizontal | | working | | 2004 | Capcom | CPS2 | | |
+hsf2d | Hyper Street Fighter 2: The Anniversary Edition (04020 | playable | | | | working | hsf2 | 2004 | bootleg | CPS2 | | |
+hsf2j | Hyper Street Fighter 2: The Anniversary Edition (03122 | playable | | | | working | hsf2 | 2004 | Capcom | CPS2 | | |
+htchctch | Hatch Catch | playable (slow) | | horizontal | | working | | 1995 | SemiCom | Miscellaneous | | |
+hthero | Hat Trick Hero (Japan) | unplayable (slow) | | | | working | footchmp | 1990 | Taito Corporat | Taito-F2 | | |
+hwchamp | Heavyweight Champ | unplayable (controls + slow) | | | | working | | 1987 | Sega | System 16B | | |
+hyperpac | Hyper Pacman | playable | | horizontal | | working | | 1995 | SemiCom | Kaneko Pandora | | |
+hyperpcb | Hyper Pacman (bootleg) | playable | | | | working | hyperpac | 1995 | SemiCom | Kaneko Pandora | | |
+igmo | IGMO | playable | 90 | rotated | | working | | 1984 | Epos Corporati | EPOS Tristar | | Missing color Prom (Incorrect Color) |
+imsorry | I'm Sorry (315-5110, US) | nonworking | | | | loadhang | | 1985 | Coreland / Seg | System 1 | | |
+imsorryj | Gonbee no I'm Sorry (315-5110, Japan) | nonworking | | | | loadhang | imsorry | 1985 | Coreland / Seg | System 1 | | |
+inthunt | In The Hunt (World) | playable (sound + slow) | | horizontal | | working | | 1993 | Irem | Miscellaneous | D | Preliminary driver |
+inthuntu | In The Hunt (US) | playable (sound + slow) | | | | working | inthunt | 1993 | Irem America | Miscellaneous | D | Preliminary driver |
+irrmaze | The Irritating Maze / Ultra Denryu Iraira Bou | unplayable (controls) | | | | working | | 1997 | SNK / Saurus | Neo Geo | | |
+jack | Jack the Giantkiller (set 1) | playable | | horizontal | | working | | 1982 | Cinematronics | Jack the Giant | | |
+jack2 | Jack the Giantkiller (set 2) | playable | | | | working | jack | 1982 | Cinematronics | Jack the Giant | | |
+jack3 | Jack the Giantkiller (set 3) | playable | | | | working | jack | 1982 | Cinematronics | Jack the Giant | | |
+janshin | Jyanshin Densetsu - Quest of Jongmaster | playable (non English) | | horizontal | inrom | working | | 1994 | Aicom | Neo Geo | | |
+jockeygp | Jockey Grand Prix | playable | | horizontal | | working | | 2001 | Sun Amusement | Neo Geo | | |
+joinem | Joinem | playable | | horizontal | | working | | 1986 | Global Corpora | Jack the Giant | | |
+joyjoy | Puzzled / Joy Joy Kid | playable | | horizontal | inrom | working | | 1990 | SNK | Neo Geo | | |
+joyman | Joyman | playable | | horizontal | | working | puckman | 1982 | hack | Pac-man | | |
+jumping | Jumping | playable | | horizontal | | working | rainbow | 1989 | bootleg | Taito Misc | | |
+jumpkids | Jump Kids | unplayable (slow) | | | | working | | 1993 | Comad | Miscellaneous | | |
+jumppop | Jumping Pop | playable (sound) | | horizontal | | working | | 2001 | ESD | Miscellaneous | | Missing Sounds |
+jumpshot | Jump Shot | playable (sound) | | horizontal | | working | | 1985 | Bally Midway | Pac-man | | |
+jumpshtp | Jump Shot Engineering Sample | playable (sound) | | | | working | jumpshot | 1985 | Bally Midway | Pac-man | | |
+jyangoku | Jyangokushi -Haoh no Saihai- (990527 Japan) | playable (non English) | | horizontal | inrom | working | | 1999 | Mitchell | CPS2 | | |
+kabukikl | Far East of Eden - Kabuki Klash / Tengai Makyou - Shin | playable | | horizontal | inrom | working | | 1995 | Hudson | Neo Geo | | |
+kaiteids | Kaitei Daisensou (Japan) | playable (sound + slow) | | | | working | inthunt | 1993 | Irem | Miscellaneous | D | Preliminary driver |
+karatblj | Karate Blazers (Japan) | playable | | | | working | karatblz | 1991 | Video System C | Video System | | |
+karatblu | Karate Blazers (US) | playable | | | | working | karatblz | 1991 | Video System C | Video System | | |
+karatblz | Karate Blazers (World?) | playable | | horizontal | inrom | working | | 1991 | Video System C | Video System | | |
+karnovr | Karnov's Revenge / Fighter's History Dynamite | nonworking | | | inrom | loadcorrupt | | 1994 | Data East Corp | Neo Geo | | |
+kbash | Knuckle Bash | playable (sound) | | horizontal | inrom | working | | 1993 | Toaplan | Toaplan GP9001 | | No sound (sound MCU not emulated) |
+kf10thep | The King of Fighters 10th Anniversary Extra Plus (The | playable | | | | working | kof2002 | 2005 | bootleg | Neo Geo | | |
+kf2k2mp | The King of Fighters 2002 Magic Plus (bootleg) | playable (sound + slow) | | | | working | kof2002 | 2002 | bootleg | Neo Geo | | |
+kf2k2mp2 | The King of Fighters 2002 Magic Plus II (bootleg) | playable (sound) | | | | working | kof2002 | 2002 | bootleg | Neo Geo | | |
+kf2k2pla | The King of Fighters 2002 Plus (bootleg set 2) | playable (sound) | | | | working | kof2002 | 2002 | bootleg | Neo Geo | | |
+kf2k2pls | The King of Fighters 2002 Plus (bootleg set 1) | playable (sound) | | | | working | kof2002 | 2002 | bootleg | Neo Geo | | |
+kf2k3bl | The King of Fighters 2003 (bootleg set 1) | unplayable (locks up) | | | | working | kof2003 | 2003 | bootleg | Neo Geo | | |
+kf2k3bla | The King of Fighters 2003 (bootleg set 2) | playable | | horizontal | | working | kof2003 | 2003 | bootleg | Neo Geo | | |
+kf2k3pcb | The King of Fighters 2003 (Japan, JAMMA PCB) | nonworking | | | | noload | | 2003 | SNK Playmore | Neo Geo | | |
+kf2k3pl | The King of Fighters 2004 Plus / Hero (The King of Fig | playable | | | | working | kof2003 | 2003 | bootleg | Neo Geo | | |
+kf2k3upl | The King of Fighters 2004 Ultra Plus (The King of Figh | nonworking | | | | loadcorrupt | kof2003 | 2003 | bootleg | Neo Geo | | |
+kf2k5uni | The King of Fighters 10th Anniversary 2005 Unique (The | playable | | | | working | kof2002 | 2004 | bootleg | Neo Geo | | |
+killbld | The Killing Blade (V104) | nonworking | | | | loadcorrupt | | 1998 | IGS | PGM | NW | Not working |
+killbldt | The Killing Blade (V109, Chinese Board) | nonworking | | | | loadcorrupt | killbld | 1998 | IGS | PGM | | Unemulated protection |
+kingdmgp | Kingdom Grandprix (World) | playable | 90 | | | working | shippumd | 1994 | Raizing / 8ing | Toaplan GP9001 | | |
+kizuna | Kizuna Encounter - Super Tag Battle / Fu'un Super Tag | nonworking | | | inrom | loadcorrupt | | 1996 | SNK | Neo Geo | | |
+knghtsha | Knights of the Round (911127 etc bootleg set 3) | playable | | | | working | knights | 1991 | bootleg | CPS1 | | |
+knights | Knights of the Round (911127 etc) | playable | | horizontal | inrom | working | | 1991 | Capcom | CPS1 | | |
+knightsb | Knights of the Round (911127 etc bootleg set 1) | nonworking | | | | noload | knights | 1991 | bootleg | CPS1 | D NW | Some sprite problems |
+knightsh | Knights of the Round (911127 etc bootleg set 2) | playable | | | | working | knights | 1991 | bootleg | CPS1 | | |
+knightsj | Knights of the Round (911127 Japan) | playable | | | | working | knights | 1991 | Capcom | CPS1 | | |
+knightsu | Knights of the Round (911127 USA) | playable | | | | working | knights | 1991 | Capcom | CPS1 | | |
+kod | The King of Dragons (910711 etc) | playable | | horizontal | inrom | working | | 1991 | Capcom | CPS1 | | |
+kodb | The King of Dragons (bootleg set 1) | nonworking | | | | loadcorrupt | kod | 1991 | Capcom | CPS1 | D NW | No Sprites |
+kodh | The King of Dragons (bootleg set 2) | playable | | | | working | kod | 1991 | Capcom | CPS1 | | |
+kodj | The King of Dragons (Japan 910805) | playable | | | | working | kod | 1991 | Capcom | CPS1 | | |
+kodu | The King of Dragons (US 910910) | playable | | | | working | kod | 1991 | Capcom | CPS1 | | |
+kof10th | The King of Fighters 10th Anniversary (The King of Fig | nonworking | | | | loadcorrupt | kof2002 | 2002 | bootleg | Neo Geo | | |
+kof2000 | The King of Fighters 2000 | playable | | horizontal | inrom | working | | 2000 | SNK | Neo Geo | | |
+kof2000n | The King of Fighters 2000 (not encrypted) | playable | | | | working | kof2000 | 2000 | SNK | Neo Geo | | |
+kof2001 | The King of Fighters 2001 (set 1) | nonworking | | | | loadcorrupt | | 2001 | Eolith / SNK | Neo Geo | | |
+kof2001h | The King of Fighters 2001 (set 2) | nonworking | | | | loadcorrupt | kof2001 | 2001 | Eolith / SNK | Neo Geo | | |
+kof2002 | The King of Fighters 2002 | playable (sound) | | | | working | | 2002 | Eolith / Playm | Neo Geo | | |
+kof2002b | The King of Fighters 2002 (bootleg) | nonworking | | | | loadhang | kof2002 | 2002 | bootleg | Neo Geo | | |
+kof2003 | The King of Fighters 2003 (World / US, MVS) | nonworking | | | | loadhang | | 2003 | SNK Playmore | Neo Geo | | |
+kof2003h | The King of Fighters 2003 (set 2) | nonworking | | | | loadhang | kof2003 | 2003 | SNK Playmore | Neo Geo | | |
+kof2k1nd | The King of Fighters 2001 (decrypted C) | nonworking | | | | loadcorrupt | kof2001 | 2001 | Eolith / SNK | Neo Geo | | |
+kof2k2nd | The King of Fighters 2002 (decrypted C) | playable (sound) | | | | working | kof2002 | 2002 | Eolith / Playm | Neo Geo | | |
+kof2k3nd | The King of Fighters 2003 (decrypted C) | nonworking | | | | noload | kof2003 | 2003 | SNK Playmore | Neo Geo | | |
+kof2k4se | The King of Fighters Special Edition 2004 (The King of | playable | | horizontal | inrom | working | kof2002 | 2004 | bootleg | Neo Geo | | |
+kof2knd | The King of Fighters 2000 (non encrypted P, decrypted | playable | | | | working | kof2000 | 2000 | SNK | Neo Geo | | |
+kof94 | The King of Fighters '94 | playable | | horizontal | inrom | working | | 1994 | SNK | Neo Geo | | |
+kof95 | The King of Fighters '95 (set 1) | playable | | horizontal | inrom | working | | 1995 | SNK | Neo Geo | | |
+kof95a | The King of Fighters '95 (set 2) | playable | | | | working | kof95 | 1995 | SNK | Neo Geo | | |
+kof96 | The King of Fighters '96 (set 1) | nonworking | | | | loadcorrupt | | 1996 | SNK | Neo Geo | | |
+kof96h | The King of Fighters '96 (set 2) | nonworking | | | | loadcorrupt | kof96 | 1996 | SNK | Neo Geo | | |
+kof97 | The King of Fighters '97 (set 1) | playable | | horizontal | inrom | working | | 1997 | SNK | Neo Geo | | |
+kof97a | The King of Fighters '97 (set 2) | playable | | | | working | kof97 | 1997 | SNK | Neo Geo | | |
+kof97pls | The King of Fighters '97 Plus (bootleg) | playable | | | | working | kof97 | 1997 | bootleg | Neo Geo | | |
+kof98 | The King of Fighters '98 - The Slugfest / King of Figh | playable | | horizontal | inrom | working | | 1998 | SNK | Neo Geo | | |
+kof98k | The King of Fighters '98 - The Slugfest / King of Figh | playable | | | | working | kof98 | 1998 | SNK | Neo Geo | | |
+kof98n | The King of Fighters '98 - The Slugfest / King of Figh | playable | | | | working | kof98 | 1998 | SNK | Neo Geo | | |
+kof99 | The King of Fighters '99 - Millennium Battle (set 1) | playable | | horizontal | inrom | working | | 1999 | SNK | Neo Geo | | |
+kof99a | The King of Fighters '99 - Millennium Battle (set 2) | playable | | | | working | kof99 | 1999 | SNK | Neo Geo | | |
+kof99e | The King of Fighters '99 - Millennium Battle (earlier) | playable | | | | working | kof99 | 1999 | SNK | Neo Geo | | |
+kof99n | The King of Fighters '99 - Millennium Battle (not encr | playable | | | | working | kof99 | 1999 | SNK | Neo Geo | | |
+kof99nd | The King of Fighters '99 - Millennium Battle (decrypte | playable | | | | working | kof99 | 1999 | SNK | Neo Geo | | |
+kof99p | The King of Fighters '99 - Millennium Battle (prototyp | playable | | | | working | kof99 | 1999 | SNK | Neo Geo | | |
+korosuke | Korosuke Roller | playable (sound) | | | | working | crush | 1981 | Kural Electric | Pac-man | | |
+koshien | Ah Eikou no Koshien (Japan) | playable (slow + non English) | | horizontal | | working | | 1990 | Taito Corporat | Taito-F2 | | |
+kotm | King of the Monsters (set 1) | playable | | horizontal | inrom | working | | 1991 | SNK | Neo Geo | | |
+kotm2 | King of the Monsters 2 - The Next Thing | playable | | horizontal | inrom | working | | 1992 | SNK | Neo Geo | | |
+kotmh | King of the Monsters (set 2) | playable | | | | working | kotm | 1991 | SNK | Neo Geo | | |
+kov | Knights of Valour - Sangoku Senki (V117) | playable (slow) | | horizontal | inrom | working | | 1999 | IGS | PGM | | |
+kov115 | Knights of Valour - Sangoku Senki (V115) | playable (slow) | | | inrom | working | kov | 1999 | IGS | PGM | | |
+kov2 | Knights of Valour 2 | nonworking | | | | loadhang | | 2000 | IGS | PGM | D NW | Needs second CPU emulated (ARM7) |
+kov2106 | Knights of Valour 2 (V106) | nonworking | | | | loadhang | kov2 | 2000 | IGS | PGM | D NW | Needs second CPU emulated (ARM7) |
+kov2p | Knights of Valour 2 Plus - Nine Dragons (VM204XX) | nonworking | | | | noload | kov2 | 2000 | IGS | PGM | D NW | Needs second CPU emulated (ARM7) |
+kovj | Knights of Valour - Sangoku Senki (V100, Japanese Boar | playable (little slow) | | | | working | kov | 1999 | IGS | PGM | | |
+kovplus | Knights of Valour Plus - Sangoku Senki Plus (V119) | playable (slow) | | | inrom | working | kov | 1999 | IGS | PGM | | |
+kovplusa | Knights of Valour Plus - Sangoku Senki Plus (V119 alt) | playable (slow) | | | inrom | working | kov | 1999 | IGS | PGM | | |
+kovsh | Knights of Valour Superheroes\0Sangoku Senki Superhero | nonworking | | | | noload | kov | 1999 | IGS | PGM | D NW | |
+kyustrkr | Last Striker / Kyuukyoku no Striker | playable | 180 | rotated | | working | | 1989 | East Technolog | Taito-X | | |
+lans2004 | Lansquenet 2004 (Shock Troopers - 2nd Squad bootleg) | playable | | | | working | shocktr2 | 1998 | bootleg | Neo Geo | | |
+lastblad | Last Blade / Bakumatsu Roman - Gekka no Kenshi, The (s | playable | | horizontal | inrom | working | | 1997 | SNK | Neo Geo | | |
+lastbld2 | Last Blade 2 / Bakumatsu Roman - Dai Ni Maku Gekka no | nonworking | | | | loadcorrupt | | 1998 | SNK | Neo Geo | | |
+lastbldh | Last Blade / Bakumatsu Roman - Gekka no Kenshi, The (s | playable | | | | working | lastblad | 1997 | SNK | Neo Geo | | |
+lastduel | Last Duel (US set 1) | playable (little slow) | 90 | rotated | | working | | 1988 | Capcom | Miscellaneous | | |
+lastsold | The Last Soldier (Korean release of The Last Blade) | playable | | | | working | lastblad | 1997 | SNK | Neo Geo | | |
+lbowling | League Bowling | playable | | horizontal | inrom | working | | 1990 | SNK | Neo Geo | | |
+ledstorm | Led Storm (US) | playable (little slow) | 90 | | | working | madgear | 1988 | Capcom | Miscellaneous | | |
+ledstrm2 | Led Storm Rally 2011 (US) | playable (little slow) | 90 | | | working | madgear | 1988 | Capcom | Miscellaneous | | |
+legend | Legend | playable | | horizontal | | working | | 1986 | Sega / Corelan | Kyugo | | |
+legendos | Legend of Success Joe / Ashitano Joe Densetsu | playable | | horizontal | inrom | working | | 1991 | SNK | Neo Geo | | |
+lghost | Laser Ghost (set 2, World, 317-0166) | nonworking | | | | loadcorrupt | | 1990 | Sega | System 18 | | Incomplete Sound |
+lghostu | Laser Ghost (set 1, US, 317-0165) | nonworking | | | | loadcorrupt | lghost | 1990 | Sega | System 18 | | Incomplete Sound |
+liquidk | Liquid Kids (World) | playable (slow) | | horizontal | | working | | 1990 | Taito Corporat | Taito-F2 | | |
+liquidku | Liquid Kids (US) | playable (slow) | | | | working | liquidk | 1990 | Taito America | Taito-F2 | | |
+lizwiz | Lizard Wizard | playable (sound) | | horizontal | | working | | 1985 | Techstar (Sunn | Pac-man | | |
+loffire | Line of Fire / Bakudan Yarou (World, FD1094 317-0136) | nonworking | | | | loadcorrupt | | 1989 | Sega | X-Board | | |
+loffirej | Line of Fire / Bakudan Yarou (Japan, FD1094 317-0134) | nonworking | | | | loadcorrupt | loffire | 1989 | Sega | X-Board | | |
+loffireu | Line of Fire / Bakudan Yarou (US, FD1094 317-0135) | nonworking | | | | loadcorrupt | loffire | 1989 | Sega | X-Board | | |
+lostwrld | Lost Worlds (Japan) | playable | | | inrom | working | forgottn | 1988 | Capcom | CPS1 | | |
+loverboy | Lover Boy | unplayable (locks up) | | | | working | | 1983 | G.T Enterprise | Jack the Giant | | |
+lresort | Last Resort | playable | | horizontal | inrom | working | | 1992 | SNK | Neo Geo | | |
+lstduela | Last Duel (US set 2) | playable (little slow) | 90 | | | working | lastduel | 1988 | Capcom | Miscellaneous | | |
+lstduelb | Last Duel (bootleg) | playable (little slow) | 90 | | | working | lastduel | 1988 | bootleg | Miscellaneous | | |
+madgear | Mad Gear (US) | playable (little slow) | 90 | rotated | | working | | 1989 | Capcom | Miscellaneous | | |
+madgearj | Mad Gear (Japan) | playable (little slow) | 90 | | | working | madgear | 1989 | Capcom | Miscellaneous | | |
+magdrop2 | Magical Drop II | nonworking | | | inrom | loadcorrupt | | 1996 | Data East Corp | Neo Geo | | |
+magdrop3 | Magical Drop III | playable (non English) | | horizontal | inrom | working | | 1997 | Data East Corp | Neo Geo | | |
+maglord | Magician Lord (set 1) | playable | | horizontal | inrom | working | | 1990 | Alpha Denshi C | Neo Geo | | |
+maglordh | Magician Lord (set 2) | playable | | | | working | maglord | 1990 | Alpha Denshi C | Neo Geo | | |
+mahoudai | Mahou Daisakusen (Japan) | playable | 90 | rotated | | working | | 1993 | Raizing | Toaplan GP9001 | | |
+mahretsu | Mahjong Kyoretsuden | playable (non English) | | horizontal | | working | | 1990 | SNK | Neo Geo | | |
+majest12 | Majestic Twelve - The Space Invaders Part IV (Japan) | playable (slow) | 90 | | | working | ssi | 1990 | Taito Corporat | Taito-F2 | | |
+maketrax | Make Trax (set 1) | playable (sound) | | | | working | crush | 1981 | [Kural] (Willi | Pac-man | | |
+maketrxb | Make Trax (set 2) | playable (sound) | | | | working | crush | 1981 | [Kural] (Willi | Pac-man | | |
+maniacsp | Maniac Square (prototype) | unplayable (graphics + slow) | | | | loadcorrupt | maniacsq | 1996 | Gaelco | Gaelco '91 - ' | D | Missing GFXs |
+maniacsq | Maniac Square (protected, Version 1.0, Checksum DEEE) | nonworking | | | | noload | | 1996 | Gaelco | Miscellaneous | D NW | |
+martmast | Martial Masters (V104) | nonworking | | | | loadhang | | 2001 | IGS | PGM | D NW | Needs second CPU emulated (ARM7) |
+marukodq | Chibi Marukochan Deluxe Quiz | playable (non English) | | horizontal | | working | | 1995 | Takara | Neo Geo | | |
+matrim | Matrimelee / Shin Gouketsuji Ichizoku Toukon | playable (sound) | | horizontal | inrom | working | | 2002 | Noise Factory | Neo Geo | | |
+matrimbl | Matrimelee / Shin Gouketsuji Ichizoku Toukon (bootleg) | playable | | | inrom | working | matrim | 2002 | bootleg | Neo Geo | | |
+matrimnd | Matrimelee / Shin Gouketsuji Ichizoku Toukon (decrypte | playable (sound) | | | | working | matrim | 2002 | Noise Factory | Neo Geo | | |
+mazinger | Mazinger Z (International/Japan) | unplayable (locks up) | | | | loadcorrupt | | 1994 | Banpresto/Dyna | Cave | | |
+mbomberj | Muscle Bomber - the body explosion (930713 Japan) | playable | | | | working | slammast | 1993 | Capcom | CPS1 | | |
+mbombrd | Muscle Bomber Duo - ultimate team battle (931206 etc) | playable | | horizontal | inrom | working | | 1993 | Capcom | CPS1 | | |
+mbombrdj | Muscle Bomber Duo - heat up warriors (931206 Japan) | playable | | | | working | mbombrd | 1993 | Capcom | CPS1 | | |
+mbrush | Magic Brush | playable (sound) | | | | working | crush | 1981 | bootleg | Pac-man | | |
+megab | Mega Blast (World) | unplayable (slow) | | | | working | | 1989 | Taito Corporat | Taito-F2 | | |
+megabj | Mega Blast (Japan) | unplayable (slow) | | | | working | megab | 1989 | Taito Corporat | Taito-F2 | | |
+megadon | Megadon | playable | 90 | rotated | | working | | 1982 | Epos Corporati | EPOS Tristar | | |
+megaman | Mega Man - the power battle (951006 Asia) | playable | | horizontal | inrom | working | | 1995 | Capcom | CPS1 | | |
+megaman2 | Mega Man 2 - the power fighters (960708 USA) | playable | | horizontal | inrom | working | | 1996 | Capcom | CPS2 | | |
+megamn2a | Mega Man 2 - the power fighters (960708 Asia) | playable | | | | working | megaman2 | 1996 | Capcom | CPS2 | | |
+megamn2d | Mega Man 2 - the power fighters (960708 USA Phoenix Ed | playable | | | | working | megaman2 | 1996 | bootleg | CPS2 | | |
+meijinsn | Meijinsen | playable (non English) | | horizontal | | working | | 1986 | SNK Electronic | Miscellaneous | | |
+mercs | Mercs (900302 etc) | playable | 90 | rotated | inrom | working | | 1990 | Capcom | CPS1 | | |
+mercsj | Senjo no Ookami II (Ookami 2 900302 Japan) | playable | 90 | | | working | mercs | 1990 | Capcom | CPS1 | | |
+mercsu | Mercs (900302 USA) | playable | 90 | | | working | mercs | 1990 | Capcom | CPS1 | | |
+mercsua | Mercs (900608 USA) | playable | 90 | | | working | mercs | 1990 | Capcom | CPS1 | | |
+metalb | Metal Black (World) | unplayable (slow) | | | | working | | 1991 | Taito Corporat | Taito-F2 | | |
+metalbj | Metal Black (Japan) | unplayable (slow) | | | | working | metalb | 1991 | Taito Corporat | Taito-F2 | | |
+metlsavr | Metal Saver | nonworking | | | | loadcorrupt | | 1994 | First Amusemen | Miscellaneous | | |
+metmqstr | Metamoqester (International) | playable | | horizontal | inrom | working | | 1995 | Banpresto/Pand | Cave | | |
+mgcrystl | Magical Crystals (World, 92/01/10) | playable | | horizontal | | working | | 1991 | Kaneko | Kaneko 16-bit | | |
+mgcrysto | Magical Crystals (World, 91/12/10) | playable | | | | working | mgcrystl | 1991 | Kaneko | Kaneko 16-bit | | |
+miexchng | Money Puzzle Exchanger / Money Idol Exchanger | playable | | horizontal | inrom | working | | 1997 | Face | Neo Geo | | |
+minasan | Minnasanno Okagesamadesu | playable (non English) | | horizontal | inrom | working | | 1990 | Monolith Corp. | Neo Geo | | |
+minivadr | Minivader | nonworking | | | | loadcorrupt | | 1990 | Taito Corporat | Minivader | | |
+missmw96 | Miss Mister World '96 (Nude) | playable | 180 | | | working | missw96 | 1996 | Comad | Miscellaneous | | |
+missw96 | Miss World '96 (Nude) | playable | 180 | rotated | | working | | 1996 | Comad | Miscellaneous | | |
+mizubaku | Mizubaku Daibouken (Japan) | playable (slow) | | | | working | liquidk | 1990 | Taito Corporat | Taito-F2 | | |
+mj4simai | Wakakusamonogatari Mahjong Yonshimai (Japan) | unplayable (controls) | | | | working | | 1996 | Maboroshi Ware | Newer Seta | | |
+mjleague | Major League | unplayable (slow) | 90 | | | working | | 1985 | Sega | System 16A | | |
+mjnquesb | Mahjong Quest (No Nudity) | playable (slow + non English) | | | | working | mjnquest | 1990 | Taito Corporat | Taito-F2 | | |
+mjnquest | Mahjong Quest (Japan) | playable (slow + non English) | | horizontal | | working | | 1990 | Taito Corporat | Taito-F2 | | |
+mmancp2u | Mega Man - The Power Battle (951006 USA, SAMPLE Versio | playable | | | | working | megaman | 1999 | Capcom | CPS2 | | |
+mmatrix | Mars Matrix (000412 USA) | playable | | horizontal | inrom | working | | 2000 | Capcom / Takum | CPS2 | | |
+mmatrixj | Mars Matrix (000412 Japan) | playable | | | | working | mmatrix | 2000 | Capcom / Takum | CPS2 | | |
+mole | Mole Attack | unplayable (controls) | | | | working | | 1982 | Yachiyo Electr | Miscellaneous | | |
+moremore | More More | playable | | horizontal | | working | | 1999 | SemiCom / Exit | Kaneko Pandora | | |
+moremorp | More More Plus | playable | | horizontal | | working | | 1999 | SemiCom / Exit | Kaneko Pandora | | |
+mosyougi | Syougi No Tatsujin - Master of Syougi | playable (non English) | | horizontal | | working | | 1995 | ADK / SNK | Neo Geo | | |
+mpang | Mighty! Pang (001010 Euro) | playable | | horizontal | inrom | working | | 2000 | Mitchell | CPS2 | | |
+mpangj | Mighty! Pang (001011 Japan) | playable | | | | working | mpang | 2000 | Mitchell | CPS2 | | |
+mpangu | Mighty! Pang (001010 USA) | playable | | | | working | mpang | 2000 | Mitchell | CPS2 | | |
+mrdo | Mr. Do! | playable | 90 | rotated | | working | | 1982 | Universal | misc | | |
+mrdofix | Mr. Do! (bugfixed) | playable | 90 | | | working | mrdo | 1982 | Universal (Tai | misc | | |
+mrdot | Mr. Do! (Taito license) | playable | 90 | | | working | mrdo | 1982 | Universal (Tai | misc | | |
+mrdoy | Mr. Do! (prototype) | playable | 90 | | | working | mrdo | 1982 | Universal | misc | | |
+mrdu | Mr. Du! | playable | 90 | | | working | mrdo | 1982 | Bootleg | misc | | |
+mrflea | The Amazing Adventures of Mr. F. Lea | nonworking | | | | loadcorrupt | | 1982 | Pacific Novelt | misc | | |
+mrgoemon | Mr. Goemon (Japan) | playable | | horizontal | | working | | 1986 | Konami | Miscellaneous | | |
+mrlo | Mr. Lo! | playable | 90 | | | working | mrdo | 1982 | Bootleg | misc | | |
+mrtnt | Mr. TNT | playable (sound) | | horizontal | | working | | 1982 | Telko | Pac-man | | |
+mrviking | Mister Viking (315-5041) | nonworking | | | | loadhang | | 1984 | Sega | System 1 | | |
+mrvikngj | Mister Viking (315-5041, Japan) | nonworking | | | | loadhang | mrviking | 1984 | Sega | System 1 | | |
+ms4plus | Metal Slug 4 Plus (bootleg) | nonworking | | | | loadcorrupt | mslug4 | 2002 | bootleg | Neo Geo | | |
+ms5pcb | Metal Slug 5 (JAMMA PCB) | nonworking | | | | loadhang | | 2003 | SNK Playmore | Neo Geo | | |
+ms5plus | Metal Slug 5 Plus (bootleg) | playable (sound) | | horizontal | | working | mslug5 | 2003 | bootleg | Neo Geo | | |
+mschamp | Ms. Pacman Champion Edition / Super Zola Pac Gal | playable (sound) | | | | working | mspacman | 1995 | hack | Pac-man | | |
+msh | Marvel Super Heroes (951024 Euro) | playable | | horizontal | inrom | working | | 1995 | Capcom | CPS2 | | |
+msha | Marvel Super Heroes (951024 Asia) | playable | | | | working | msh | 1995 | Capcom | CPS2 | | |
+mshb | Marvel Super Heroes (951117 Brazil) | playable | | | | working | msh | 1995 | Capcom | CPS2 | | |
+mshh | Marvel Super Heroes (951117 Hispanic) | playable | | | | working | msh | 1995 | Capcom | CPS2 | | |
+mshj | Marvel Super Heroes (951117 Japan) | playable | | | | working | msh | 1995 | Capcom | CPS2 | | |
+mshjr1 | Marvel Super Heroes (951024 Japan) | playable | | | | working | msh | 1995 | Capcom | CPS2 | | |
+mshu | Marvel Super Heroes (951024 USA) | playable | | | | working | msh | 1995 | Capcom | CPS2 | | |
+mshud | Marvel Super Heroes (951024 USA Phoenix Edition) | playable | | | | working | msh | 1995 | bootleg | CPS2 | | |
+mshvsf | Marvel Super Heroes vs Street Fighter (970625 Euro) | playable | | horizontal | inrom | working | | 1997 | Capcom | CPS2 | | |
+mshvsfa | Marvel Super Heroes vs Street Fighter (970625 Asia) | playable | | | | working | mshvsf | 1997 | Capcom | CPS2 | | |
+mshvsfa1 | Marvel Super Heroes vs Street Fighter (970620 Asia) | playable | | | | working | mshvsf | 1997 | Capcom | CPS2 | | |
+mshvsfb | Marvel Super Heroes vs Street Fighter (970827 Brazil) | playable | | | | working | mshvsf | 1997 | Capcom | CPS2 | | |
+mshvsfb1 | Marvel Super Heroes vs Street Fighter (970625 Brazil) | playable | | | | working | mshvsf | 1997 | Capcom | CPS2 | | |
+mshvsfh | Marvel Super Heroes vs Street Fighter (970625 Hispanic | playable | | | | working | mshvsf | 1997 | Capcom | CPS2 | | |
+mshvsfj | Marvel Super Heroes vs Street Fighter (970707 Japan) | playable | | | | working | mshvsf | 1997 | Capcom | CPS2 | | |
+mshvsfj1 | Marvel Super Heroes vs Street Fighter (970702 Japan) | playable | | | | working | mshvsf | 1997 | Capcom | CPS2 | | |
+mshvsfj2 | Marvel Super Heroes vs Street Fighter (970625 Japan) | playable | | | | working | mshvsf | 1997 | Capcom | CPS2 | | |
+mshvsfu | Marvel Super Heroes vs Street Fighter (970827 USA) | playable | | | | working | mshvsf | 1997 | Capcom | CPS2 | | |
+mshvsfu1 | Marvel Super Heroes vs Street Fighter (970625 USA) | playable | | | | working | mshvsf | 1997 | Capcom | CPS2 | | |
+mslug | Metal Slug - Super Vehicle-001 | playable | | horizontal | inrom | working | | 1996 | Nazca | Neo Geo | | |
+mslug2 | Metal Slug 2 - Super Vehicle-001/II | playable | | horizontal | inrom | working | | 1998 | SNK | Neo Geo | | |
+mslug3 | Metal Slug 3 | nonworking | | | inrom | loadcorrupt | | 2000 | SNK | Neo Geo | | |
+mslug3b6 | Metal Slug 6 (Metal Slug 3 bootleg) | playable | | horizontal | inrom | working | mslug3 | 2000 | bootleg | Neo Geo | | |
+mslug3h | Metal Slug 3 (not encrypted) | playable | | horizontal | inrom | working | mslug3 | 2000 | SNK | Neo Geo | | |
+mslug3hd | Metal Slug 3 (not encrypted, decrpyted C) | playable | | | | working | mslug3 | 2000 | SNK | Neo Geo | | |
+mslug4 | Metal Slug 4 | nonworking | | | | loadcorrupt | | 2002 | Mega | Neo Geo | | |
+mslug4nd | Metal Slug 4 (decrypted C) | nonworking | | | | loadcorrupt | mslug4 | 2002 | Mega | Neo Geo | | |
+mslug5 | Metal Slug 5 | nonworking | | | | loadhang | | 2003 | SNK Playmore | Neo Geo | | |
+mslug5h | Metal Slug 5 (AES Cart) | nonworking | | | | loadhang | mslug5 | 2003 | SNK Playmore | Neo Geo | | |
+mslug5nd | Metal Slug 5 (decrypted C) | nonworking | | | | loadhang | mslug5 | 2003 | SNK Playmore | Neo Geo | | |
+mslugx | Metal Slug X - Super Vehicle-001 | playable | | horizontal | inrom | working | | 1999 | SNK | Neo Geo | | |
+mspacmab | MS Pacman (bootleg) | playable (sound) | | horizontal | | working | mspacman | 1981 | Namco | Pac-man | | |
+mspacman | MS Pacman | unplayable (graphics + sound) | | | | loadcorrupt | | 1980 | Namco | Pac-man | | |
+mspacmat | Ms. Pac Attack | unplayable (graphics + sound) | | | | loadcorrupt | mspacman | 1980 | hack | Pac-man | | |
+mspacmbe | Ms. Pac-Man (bootleg, (encrypted)) | playable (sound) | | | | working | mspacman | 1981 | bootleg | Pac-man | | |
+mspacmnf | Ms. Pac-Man (with speedup hack) | unplayable (graphics + sound) | | | | loadcorrupt | mspacman | 1980 | Midway | Pac-man | | |
+mspacpls | Ms. Pac-Man Plus | playable (sound) | | | | working | mspacman | 1981 | hack | Pac-man | | |
+msword | Magic Sword - heroic fantasy (25.07.1990 other country | playable | | horizontal | inrom | working | | 1990 | Capcom | CPS1 | | |
+mswordj | Magic Sword (23.06.1990 Japan) | playable | | | | working | msword | 1990 | Capcom | CPS1 | | |
+mswordr1 | Magic Sword - heroic fantasy (23.06.1990 other country | playable | | | | working | msword | 1990 | Capcom | CPS1 | | |
+mswordu | Magic Sword - heroic fantasy (25.07.1990 USA) | playable | | | | working | msword | 1990 | Capcom | CPS1 | | |
+mtwins | Mega Twins (chiki chiki boys 900619 etc) | playable | | horizontal | inrom | working | | 1990 | Capcom | CPS1 | | |
+mutnat | Mutation Nation | playable | | horizontal | inrom | working | | 1992 | SNK | Neo Geo | | |
+mvp | MVP (set 2, US, FD1094 317-0143) | nonworking | | | | loadhang | | 1989 | Sega | System 16B | | |
+mvpj | MVP (set 1, Japan, FD1094 317-0142) | nonworking | | | | loadhang | mvp | 1989 | Sega | System 16B | | |
+mvsc | Marvel vs Capcom - clash of super heroes (980112 Euro) | playable | | horizontal | inrom | working | | 1998 | Capcom | CPS2 | | |
+mvsca | Marvel vs Capcom - clash of super heroes (980123 Asia) | playable | | | | working | mvsc | 1998 | Capcom | CPS2 | | |
+mvscar1 | Marvel vs Capcom - clash of super heroes (980112 Asia) | playable | | | | working | mvsc | 1998 | Capcom | CPS2 | | |
+mvscb | Marvel vs Capcom - clash of super heroes (980123 Brazi | playable | | | | working | mvsc | 1998 | Capcom | CPS2 | | |
+mvsch | Marvel vs Capcom - clash of super heroes (980123 Hispa | playable | | | | working | mvsc | 1998 | Capcom | CPS2 | | |
+mvscj | Marvel vs Capcom - clash of super heroes (980123 Japan | playable | | | | working | mvsc | 1998 | Capcom | CPS2 | | |
+mvscjr1 | Marvel vs Capcom - clash of super heroes (980112 Japan | playable | | | | working | mvsc | 1998 | Capcom | CPS2 | | |
+mvscu | Marvel vs Capcom - clash of super heroes (980123 USA) | playable | | | | working | mvsc | 1998 | Capcom | CPS2 | | |
+mvscud | Marvel vs Capcom - clash of super heroes (980123 USA P | playable | | | | working | mvsc | 1998 | bootleg | CPS2 | | |
+mwalk | Michael Jackson's Moonwalker (World) (FD1094/8751 317-0159) | nonworking | | | | loadhang | | 1990 | Sega | System 18 | NW | |
+mwalkbl | Michael Jackson's Moonwalker (bootleg) | playable (slow) | | horizontal | | working | mwalk | 1990 | bootleg | System 18 | | Incomplete Sound |
+myangel | Kosodate Quiz My Angel (Japan) | playable (slow + non English) | | horizontal | | working | | 1996 | Namco | Newer Seta | | |
+myangel2 | Kosodate Quiz My Angel 2 (Japan) | playable (slow + non English) | | horizontal | | working | | 1996 | Namco | Newer Seta | | |
+myhero | My Hero (US, not encrypted) | nonworking | | | | loadhang | | 1985 | Sega | System 1 | | |
+myherok | My Hero (Korea) | nonworking | | | | loadhang | myhero | 1985 | Coreland / Seg | System 1 | | |
+myststno | Mysterious Stones - Dr. Kick in Adventure | playable | | | | working | mystston | 1984 | Technos | misc | | |
+mystston | Mysterious Stones - Dr. John's Adventure | playable | | horizontal | | working | | 1984 | Technos | misc | | |
+nam1975 | NAM-1975 | playable | | horizontal | inrom | working | | 1990 | SNK | Neo Geo | | |
+naname | Naname de Magic! | unplayable (controls) | | | | loadcorrupt | | 1994 | Atlus | Miscellaneous | D | |
+ncombat | Ninja Combat (set 1) | playable | | horizontal | inrom | working | | 1990 | Alpha Denshi C | Neo Geo | | |
+ncombath | Ninja Combat (set 2) | playable | | | | working | ncombat | 1990 | Alpha Denshi C | Neo Geo | | |
+ncommand | Ninja Commando | playable | | horizontal | inrom | working | | 1992 | Alpha Denshi C | Neo Geo | | |
+nemo | Nemo (90 11 30 etc) | playable (slow) | | horizontal | inrom | working | | 1990 | Capcom | CPS1 | | |
+nemoj | Nemo (90 11 20 Japan) | playable (slow) | | | | working | nemo | 1990 | Capcom | CPS1 | | |
+neobombe | Neo Bomberman | playable | | horizontal | inrom | working | | 1997 | Hudson | Neo Geo | | |
+neocup98 | Neo-Geo Cup '98 - The Road to the Victory | playable (non English) | | horizontal | inrom | working | | 1998 | SNK | Neo Geo | | |
+neodrift | Neo Drift Out - New Technology | playable | | horizontal | inrom | working | | 1996 | Visco | Neo Geo | | |
+neomrdo | Neo Mr. Do! | playable | | horizontal | inrom | working | | 1996 | Visco | Neo Geo | | |
+newfant | New Fantasia | playable | 90 | rotated | | working | | 1995 | Comad / New Ja | Miscellaneous | | |
+newpuc2 | Newpuc2 | playable (sound) | | | | working | puckman | 1980 | hack | Pac-man | | |
+newpuc2b | Newpuc2b | playable (sound) | | | | working | puckman | 1980 | hack | Pac-man | | |
+newpuckx | New Puck-X | playable (sound) | | | | working | puckman | 1980 | hack | Pac-man | | |
+news | News (set 1) | playable | | horizontal | | working | | 1993 | Poby / Virus | Miscellaneous | | |
+newsa | News (set 2) | playable | | | | working | news | 1993 | Poby / Jeansol | Miscellaneous | | |
+nghtstrj | Night Striker (Japan) | nonworking | | | | loadcorrupt | nightstr | 1989 | Taito Corporat | Taito-Z | | |
+nghtstru | Night Striker (US) | nonworking | | | | loadcorrupt | nightstr | 1989 | Taito America | Taito-Z | | |
+nightstr | Night Striker (World) | nonworking | | | | loadcorrupt | | 1989 | Taito Corporat | Taito-Z | | |
+ninja | Ninja (315-5102) | nonworking | | | | loadhang | seganinj | 1985 | Sega | System 1 | | |
+ninjak | The Ninja Kids (World) | unplayable (slow) | | | | working | | 1990 | Taito Corporat | Taito-F2 | | |
+ninjakj | The Ninja Kids (Japan) | unplayable (slow) | | | | working | ninjak | 1990 | Taito Corporat | Taito-F2 | | |
+ninjaku | The Ninja Kids (US) | unplayable (slow) | | | | working | ninjak | 1990 | Taito America | Taito-F2 | | |
+ninjamas | Ninja Master's - haoh-ninpo-cho | playable | | horizontal | inrom | working | | 1996 | ADK / SNK | Neo Geo | | |
+ninjaw | The Ninja Warriors (World) | unplayable (slow) | | | | working | | 1987 | Taito Corporat | Taito-F2 | | |
+ninjawj | The Ninja Warriors (Japan) | unplayable (slow) | | | | working | ninjaw | 1987 | Taito Corporat | Taito-F2 | | |
+nitd | Nightmare in the Dark | playable | | horizontal | inrom | working | | 2000 | Eleven / Gavak | Neo Geo | | |
+nitdbl | Nightmare in the Dark (bootleg) | playable | | | | working | nitd | 2001 | bootleg | Neo Geo | | |
+nitdn | Nightmare in the Dark (decrypted C) | playable | | | | working | nitd | 2000 | Eleven / Gavak | Neo Geo | | |
+nmaster | Oni - The Ninja Master (Japan) | playable | | | | working | metmqstr | 1995 | Banpresto/Pand | Cave | | |
+nmouse | Naughty Mouse (set 1) | playable (sound) | | horizontal | | working | | 1981 | Amenip (Palcom | Pac-man | | |
+nmouseb | Naughty Mouse (set 2) | playable (sound) | | | | working | nmouse | 1981 | Amenip Nova Ga | Pac-man | | |
+noboranb | Noboranka (Japan) | nonworking | | | | loadhang | | 1986 | bootleg | System 1 | | |
+nprinces | Ninja Princess (315-5051, 64k Ver. bootleg?) | nonworking | | | | loadhang | seganinj | 1985 | bootleg? | System 1 | | |
+nprincsb | Ninja Princess (315-5051?, 128k Ver. bootleg?) | nonworking | | | | loadhang | seganinj | 1985 | bootleg? | System 1 | | |
+nprincso | Ninja Princess (315-5098, 128k Ver.) | nonworking | | | | loadhang | seganinj | 1985 | Sega | System 1 | | |
+nprincsu | Ninja Princess (64k Ver. not encrypted) | nonworking | | | | loadhang | seganinj | 1985 | Sega | System 1 | | |
+nwarr | Night Warriors - darkstalkers' revenge (950316 Euro) | playable | | horizontal | inrom | working | | 1995 | Capcom | CPS2 | | |
+nwarrb | Night Warriors - darkstalkers' revenge (950403 Brazil) | playable | | | | working | nwarr | 1995 | Capcom | CPS2 | | |
+nwarrh | Night Warriors - darkstalkers' revenge (950403 Hispani | playable | | | | working | nwarr | 1995 | Capcom | CPS2 | | |
+nwarru | Night Warriors - darkstalkers' revenge (950406 USA) | playable | | | | working | nwarr | 1995 | Capcom | CPS2 | | |
+nwarrud | Night Warriors - darkstalkers' revenge (950406 USA Pho | playable | | | | working | nwarr | 1995 | bootleg | CPS2 | | |
+ohmygod | Oh My God! | playable | | horizontal | | working | | 1993 | Atlus | Miscellaneous | | |
+olds | Oriental Legend Special (V101, Korea) | nonworking | | | | noload | | 1999 | IGS | PGM | D NW | |
+olds100 | Oriental Legend Special - Xi Yo Gi Shi Re Zuang Super | nonworking | | | | noload | olds | 1999 | IGS | PGM | D NW | |
+olds100a | Oriental Legend Special - Xi Yo Gi Shi Re Zuang Super | nonworking | | | | loadcorrupt | olds | 1999 | IGS | PGM | D NW | |
+opwolf | Operation Wolf (World, set 1) | unplayable (controls) | | | | working | | 1987 | Taito Corporat | Taito Misc | | |
+opwolfa | Operation Wolf (World, set 2) | unplayable (controls) | | | | working | opwolf | 1987 | Taito Corporat | Taito Misc | | |
+opwolfb | Operation Bear | unplayable (controls) | | | | working | opwolf | 1987 | bootleg | Taito Misc | | |
+opwolfu | Operation Wolf (US) | unplayable (controls) | | | | working | opwolf | 1987 | Taito America | Taito Misc | | |
+orld105k | Oriental Legend (V105, Korean Board) | playable | | | | working | orlegend | 1997 | IGS | PGM | | |
+orld111c | Oriental Legend - Xi Yo Gi Shi Re Zuang (V111, Chinese | playable (slow) | | | | working | orlegend | 1997 | IGS | PGM | | |
+orlegend | Oriental Legend - Xi Yo Gi Shi Re Zuang (V126) | playable (slow) | | horizontal | inrom | working | | 1997 | IGS | PGM | | |
+orlegndc | Oriental Legend - Xi Yo Gi Shi Re Zuang (V112, Chinese | playable (slow) | | | | working | orlegend | 1997 | IGS | PGM | | |
+orlegnde | Oriental Legend - Xi Yo Gi Shi Re Zuang (V112) | playable (slow) | | | | working | orlegend | 1997 | IGS | PGM | | |
+outrun | Out Run (sitdown/upright, Rev B) | unplayable (controls + slow) | | | | working | | 1986 | Sega | Out Run | | |
+outrun1 | Out Run (deluxe sitdown) | unplayable (controls + slow) | | | | working | outrun | 1986 | Sega | Out Run | | |
+outrun2 | Out Run (sitdown/upright, Rev A) | unplayable (controls + slow) | | | | working | outrun | 1986 | Sega | Out Run | | |
+outrunb | Out Run (bootleg) | unplayable (controls + slow) | | | | working | outrun | 1986 | bootleg | Out Run | | |
+outzone | Out Zone (set 1) | playable | 90 | rotated | | working | | 1990 | Toaplan | Toaplan BCU-2 | | |
+outzonea | Out Zone (set 2) | playable | 90 | | | working | outzone | 1990 | Toaplan | Toaplan BCU-2 | | |
+outzoneb | Out Zone (set 3, prototype?) | playable | 90 | | | working | outzone | 1990 | Toaplan | Toaplan BCU-2 | | |
+outzonec | Out Zone (set 4) | playable | 90 | | | working | outzone | 1990 | Toaplan | Toaplan BCU-2 | | |
+overtop | Over Top | playable | | horizontal | inrom | working | | 1996 | ADK | Neo Geo | | |
+pacgal | Pac-Gal | playable (sound) | | | | working | mspacman | 1981 | hack | Pac-man | | |
+pacheart | Pac-Man (Hearts) | playable (sound) | | | | working | puckman | 1981 | hack | Pac-man | | |
+pacman | Pac-Man (Midway) | playable (sound) | | horizontal | | working | puckman | 1980 | [Namco] (Midwa | Pac-man | | |
+pacmanf | Pac-Man (Midway, with speedup hack) | playable (sound) | | | | working | puckman | 1980 | [Namco] (Midwa | Pac-man | | |
+pacmod | Pac-Man (Midway, harder) | playable (sound) | | | | working | puckman | 1981 | [Namco] (Midwa | Pac-man | | |
+pacplus | Pac-Man Plus | playable (sound) | | | | working | | 1982 | [Namco] (Midwa | Pac-man | | |
+paddle2 | Paddle 2 (bootleg on Block hardware) | unplayable (controls) | | | | working | arkanoid | 1986 | bootleg | Arkanoid | | |
+paintrlr | Paint Roller | nonworking | | | | loadcorrupt | crush | 1981 | bootleg | Pac-man | D | |
+pang3 | Pang! 3 (950511 Euro) | playable (little slow) | | horizontal | inrom | working | | 1995 | Mitchell | CPS1 | | |
+pang3j | Pang! 3 (950511 Japan) | playable (little slow) | | | | working | pang3 | 1995 | Mitchell | CPS1 | | |
+pangpang | Pang Pang | playable (slow) | | horizontal | | working | | 1994 | Dong Gue La Mi | Miscellaneous | | |
+panicbom | Panic Bomber | playable | | horizontal | inrom | working | | 1994 | Eighting / Hud | Neo Geo | | |
+passsht | Passing Shot (World, 2 Players, FD1094 317-0080) | nonworking | | | | loadhang | | 1988 | Sega | System 16B | | |
+passshta | Passing Shot (World, 4 Players, FD1094 317-0074) | nonworking | | | | loadcorrupt | passsht | 1988 | Sega | System 16B | | |
+passshtb | Passing Shot (bootleg, 2 Players) | nonworking | | | | loadcorrupt | passsht | 1988 | Sega | System 16B | D | |
+passshtj | Passing Shot (Japan, 4 Players, FD1094 317-0070) | nonworking | | | | loadcorrupt | passsht | 1988 | Sega | System 16B | | |
+pbobbl2n | Puzzle Bobble 2 / Bust-A-Move Again (Neo-Geo) | playable | | horizontal | inrom | working | | 1999 | Taito (SNK lic | Neo Geo | | |
+pbobblen | Puzzle Bobble / Bust-A-Move (Neo-Geo) (set 1) | playable | | horizontal | inrom | working | | 1994 | Taito | Neo Geo | | |
+pbobblna | Puzzle Bobble / Bust-A-Move (Neo-Geo) (set 2) | playable | | | | working | pbobblen | 1994 | Taito | Neo Geo | | |
+pdrift | Power Drift (World, Rev A) | unplayable (slow) | | | | working | | 1988 | Sega | Y-Board | | |
+pdrifta | Power Drift (World) | unplayable (slow) | | | | working | pdrift | 1988 | Sega | Y-Board | | |
+pdrifte | Power Drift (World, Earlier) | unplayable (slow) | | | | working | pdrift | 1988 | Sega | Y-Board | | |
+pdriftj | Power Drift (Japan) | unplayable (slow) | | | | working | pdrift | 1988 | Sega | Y-Board | | |
+penbros | Penguin Brothers (Japan) | playable (sound) | | horizontal | | working | | 2000 | Subsino | Newer Seta | | |
+pfghtj | Pocket Fighter (970904 Japan) | playable | | | | working | sgemf | 1997 | Capcom | CPS2 | | |
+pgear | Powered Gear - strategic variant armor equipment (9410 | playable | | | | working | armwar | 1994 | Capcom | CPS2 | | |
+pgearr1 | Powered Gear - strategic variant armor equipment (9409 | playable | | | | working | armwar | 1994 | Capcom | CPS2 | | |
+pgoal | Pleasure Goal / Futsal - 5 on 5 Mini Soccer | playable | | horizontal | inrom | working | | 1996 | Saurus | Neo Geo | | |
+photoy2k | Photo Y2K\0Real and Fake (V104) | playable | | horizontal | | working | | 1999 | IGS | PGM | | |
+piranha | Piranha | playable (sound) | | horizontal | | working | puckman | 1981 | GL (US Billiar | Pac-man | | |
+piranhah | Piranha (hack) | playable (sound) | | | | working | puckman | 1981 | hack | Pac-man | | |
+piranhao | Piranha (older) | playable (sound) | | | | working | puckman | 1981 | GL (US Billiar | Pac-man | | |
+pitfall2 | Pitfall II (315-5093) | nonworking | | | | loadhang | | 1985 | Sega | System 1 | | |
+pitfalla | Pitfall II (315-5093, Flicky Conversion) | nonworking | | | | loadhang | pitfall2 | 1985 | Sega | System 1 | | |
+pitfallu | Pitfall II (not encrypted) | nonworking | | | | loadhang | pitfall2 | 1985 | Sega | System 1 | | |
+pkunwar | Penguin-Kun Wars (US) | playable | | horizontal | | working | | 1985 | UPL | misc | | |
+pkunwarj | Penguin-Kun Wars (Japan) | playable | | | | working | pkunwar | 1985 | UPL | misc | | |
+plegends | Power Instinct Legends (US, Ver. 95/06/20) | playable | | horizontal | inrom | working | | 1995 | Atlus/Cave | Cave | | |
+pnickj | Pnickies (940608 Japan) | playable | | horizontal | inrom | working | | 1994 | Compile (Capco | CPS1 | | |
+pnyaa | Pochi and Nyaa | playable | | horizontal | inrom | working | | 2003 | Aiky / Taito | Neo Geo | | |
+ponpoko | Ponpoko | unplayable (controls + sound) | 90 | | | working | | 1982 | Sigma Enterpri | Pac-man | | |
+ponpokov | Ponpoko (Venture Line) | unplayable (controls + sound) | 90 | | | working | ponpoko | 1982 | Sigma Enterpri | Pac-man | | |
+pootan | Pootan | playable | 270 | | | working | pooyan | 1982 | bootleg | Miscellaneous | | |
+pooyan | Pooyan | playable | 270 | rotated | | working | | 1982 | Konami | Miscellaneous | | |
+pooyans | Pooyan (Stern) | playable | 270 | | | working | pooyan | 1982 | [Konami] (Ster | Miscellaneous | | |
+popbounc | Pop 'n Bounce / Gapporin | playable | | horizontal | inrom | working | | 1997 | Video System C | Neo Geo | | |
+porky | Porky | nonworking | | | | noload | | 1985 | Shinkai Inc. (Magic Eletronics Inc. li | Pac-man | D NW | |
+powerina | Power Instinct (USA, bootleg set 1) | playable | | | | working | powerins | 1993 | Atlus | Miscellaneous | | |
+powerinb | Power Instinct (USA, bootleg set 2) | playable | | | | working | powerins | 1993 | Atlus | Miscellaneous | | |
+powerins | Gouketsuji Ichizoku (Japan) | playable | | horizontal | inrom | working | | 1993 | Atlus | Miscellaneous | | |
+prehisle | Prehistoric Isle in 1930 (World) | playable | | horizontal | | working | | 1989 | SNK | Prehistoric Is | | |
+prehislu | Prehistoric Isle in 1930 (US) | playable | | | | working | prehisle | 1989 | SNK of America | Prehistoric Is | | |
+preisl2n | Prehistoric Isle 2 (decrypted C) | playable | | | | working | preisle2 | 1999 | Yumekobo | Neo Geo | | |
+preisle2 | Prehistoric Isle 2 | playable | | horizontal | | working | | 1999 | Yumekobo | Neo Geo | | |
+progear | Progear (010117 USA) | playable | | horizontal | inrom | working | | 2001 | Capcom / Cave | CPS2 | | |
+progeara | Progear (010117 Asia) | playable | | | | working | progear | 2001 | Capcom / Cave | CPS2 | | |
+progearj | Progear No Arashi (010117 Japan) | playable | | | | working | progear | 2001 | Capcom / Cave | CPS2 | | |
+progerjd | Progear No Arashi (010117 Japan Phoenix Edition) | playable | | | | working | progear | 2001 | bootleg | CPS2 | | |
+pshot16a | Passing Shot (Japan, 4 Players, System 16A, FD1094 317 | nonworking | | | | loadcorrupt | passsht | 1988 | Sega | System 16A | | |
+pspikes2 | Power Spikes II | playable | | horizontal | | working | | 1994 | Video System C | Neo Geo | | |
+puckman | PuckMan (Japan set 1, Probably Bootleg) | playable (sound) | | horizontal | | working | | 1980 | Namco | Pac-man | | |
+puckmana | PuckMan (Japan set 2) | playable (sound) | | | | working | puckman | 1981 | Namco | Pac-man | | |
+puckmanf | PuckMan (Japan set 1 with speedup hack) | playable (sound) | | | | working | puckman | 1980 | Namco | Pac-man | | |
+puckmanh | Puckman (Falcom?) | playable (sound) | | | | working | puckman | 1981 | hack | Pac-man | | |
+puckmod | PuckMan (Japan set 3) | playable (sound) | | | | working | puckman | 1981 | Namco | Pac-man | | |
+pulirula | PuLiRuLa (World) | unplayable (slow) | | | | working | | 1991 | Taito Corporat | Taito-F2 | | Some priority problems |
+pulirulj | PuLiRuLa (Japan) | unplayable (slow) | | | | working | pulirula | 1991 | Taito Corporat | Taito-F2 | | Some priority problems |
+pulstar | Pulstar | playable | | horizontal | inrom | working | | 1995 | Aicom | Neo Geo | | |
+punipic | The Punisher (bootleg with PIC16c57, set 1) | nonworking | | | | loadcorrupt | punisher | 1993 | bootleg | CPS1 | D NW | |
+punipic2 | The Punisher (bootleg with PIC16c57, set 2) | nonworking | | | | loadhang | punisher | 1993 | bootleg | CPS1 | D NW | |
+punipic3 | The Punisher (bootleg with PIC16c57, set 3) | nonworking | | | | loadhang | punisher | 1993 | bootleg | CPS1 | D NW | |
+punisher | The Punisher (930422 etc) | playable | | horizontal | inrom | working | | 1993 | Capcom | CPS1 / QSound | | |
+punishrj | The Punisher (930422 Japan) | playable | | | | working | punisher | 1993 | Capcom | CPS1 / QSound | | |
+punishru | The Punisher (930422 USA) | playable | | | | working | punisher | 1993 | Capcom | CPS1 / QSound | | |
+puzlstar | Puzzle Star (V100MG) | playable | | horizontal | inrom | working | | 1999 | IGS | PGM | | Unemulated protection |
+puzzldpr | Puzzle De Pon! R! | playable | | | | working | puzzledp | 1997 | Taito (Visco l | Neo Geo | | |
+puzzledp | Puzzle De Pon! | playable | | horizontal | inrom | working | | 1995 | Taito (Visco l | Neo Geo | | |
+puzzli2 | Puzzli 2 Super (V200) | nonworking | | | | loadcorrupt | | 2001 | IGS | PGM | D NW | |
+pwheelsj | Power Wheels (Japan) | unplayable (slow) | | | | working | dblaxle | 1991 | Taito Corporat | Taito-Z | | |
+pwrins2j | Gouketsuji Ichizoku 2 (Japan, Ver. 94/04/08) | playable | | | | working | pwrinst2 | 1994 | Atlus/Cave | Cave | | |
+pwrinst2 | Power Instinct 2 (US, Ver. 94/04/08) | playable | | horizontal | inrom | working | | 1994 | Atlus/Cave | Cave | | Bad Music from first MSM6295 |
+pzlbowl | Puzzle De Bowling (Japan) | playable | | horizontal | inrom | working | | 1999 | Nihon System / | Newer Seta | | |
+pzloop2 | Puzz Loop 2 (010302 Euro) | playable | | horizontal | | working | | 2001 | Mitchell, dist | CPS2 | | |
+pzloop2j | Puzz Loop 2 (010205 Japan) | playable | | | inrom | working | pzloop2 | 2001 | Mitchell, dist | CPS2 | | |
+qad | Quiz & Dragons (capcom quiz game 920701 USA) | playable | | horizontal | | working | | 1992 | Capcom | CPS1 | | |
+qadj | Quiz & Dragons (940921 Japan) | playable (non English) | | | | working | qad | 1992 | Capcom | CPS1 | | |
+qcrayon | Quiz Crayon Shinchan (Japan) | playable (slow + non English) | | horizontal | | working | | 1993 | Taito Corporat | Taito-F2 | | |
+qcrayon2 | Crayon Shinchan Orato Asobo (Japan) | playable (slow + non English) | | horizontal | | working | | 1993 | Taito Corporat | Taito-F2 | | |
+qjinsei | Quiz Jinsei Gekijoh (Japan) | playable (slow + non English) | | horizontal | | working | | 1992 | Taito Corporat | Taito-F2 | | |
+qndream | Quiz Nanairo Dreams - nijiirochou no kiseki (nanairo d | playable (non English) | | horizontal | | working | | 1996 | Capcom | CPS2 | | |
+qtono2 | Quiz Tonosama no Yabou 2 Zenkoku-ban (tonosama 2 95012 | playable (non English) | | horizontal | | working | | 1995 | Capcom | CPS1 | | |
+qtorimon | Quiz Torimonochou (Japan) | playable (non English) | | horizontal | | working | | 1990 | Taito Corporat | Taito-F2 | | |
+quart2 | Quartet 2 (unprotected) | playable (slow) | | horizontal | | working | quartet | 1986 | Sega | System 16A | | |
+quart21 | Quartet 2 (8751 317-0010) | unplayable (locks up) | | | | working | quartet | 1986 | Sega | System 16A | | |
+quartet | Quartet (Rev A, 8751 317-unknown) | unplayable (controls) | | | | working | | 1986 | Sega | System 16A | | |
+quartet1 | Quartet (8751 315-5194) | unplayable (controls) | | | | working | quartet | 1986 | Sega | System 16A | | |
+quizdai2 | Quiz Meitantei Neo & Geo - Quiz Daisousa Sen part 2 | playable (non English) | | horizontal | | working | | 1992 | SNK | Neo Geo | | |
+quizdais | Quiz Daisousa Sen - The Last Count Down | playable (non English) | | horizontal | | working | | 1991 | SNK | Neo Geo | | |
+quizhq | Quiz H.Q. (Japan) | playable (slow + non English) | | horizontal | | working | | 1990 | Taito Corporat | Taito-F2 | | |
+quizkof | Quiz King of Fighters | playable (non English) | | horizontal | | working | | 1995 | Saurus | Neo Geo | | |
+quizo | Quiz Olympic | playable (non English) | | horizontal | | working | | 1985 | Seoul Coin Cor | Miscellaneous | | |
+qzchikyu | Quiz Chikyu Bouei Gun (Japan) | playable (slow + non English) | | horizontal | | working | | 1991 | Taito Corporat | Taito-F2 | | |
+qzquest | Quiz Quest - Hime to Yuusha no Monogatari (Japan) | playable (slow + non English) | | horizontal | | working | | 1991 | Taito Corporat | Taito-F2 | | |
+rachero | Racing Hero (FD1094 317-0144) | nonworking | | | | loadcorrupt | | 1989 | Sega | X-Board | | |
+raf102j | Real and Fake\0Photo Y2K (V102, Japanese Board) | playable (slow) | | | | working | photoy2k | 1999 | IGS | PGM | | |
+raflesia | Rafflesia (315-5162) | nonworking | | | | loadhang | | 1986 | Coreland / Seg | System 1 | | |
+ragnagrd | Ragnagard / Shin-Oh-Ken | playable | | horizontal | inrom | working | | 1996 | Saurus | Neo Geo | | |
+raiden | Raiden | unplayable (slow) | 90 | | | working | | 1990 | Seibu Kaihatsu | Miscellaneous | | |
+raidena | Raiden (Alternate Hardware) | unplayable (slow) | 90 | | | working | raiden | 1990 | Seibu Kaihatsu | Miscellaneous | | |
+raidenk | Raiden (Korea) | unplayable (slow) | 90 | | | working | raiden | 1990 | Seibu Kaihatsu | Miscellaneous | | |
+raident | Raiden (Taiwan) | unplayable (slow) | 90 | | | working | raiden | 1990 | Seibu Kaihatsu | Miscellaneous | | |
+raiga | Raiga - Strato Fighter (Japan) | playable | | | | working | stratof | 1991 | Tecmo | Miscellaneous | | |
+rainbow | Rainbow Islands (new version) | playable (sound) | | horizontal | | working | | 1987 | Taito Corporat | Taito Misc | | |
+rainbowe | Rainbow Islands (Extra) | playable (sound) | | | | working | rainbow | 1988 | Taito Corporat | Taito Misc | | |
+rainbowo | Rainbow Islands (old version) | playable (sound) | | | | working | rainbow | 1987 | Taito Corporat | Taito Misc | | |
+rascot2 | Royal Ascot 2 | nonworking | | | | noload | | 19?? | ???? | X-Board | D | |
+rastan | Rastan (World) | nonworking | | | | loadcorrupt | | 1987 | Taito Corporat | Taito Misc | | |
+rastanu | Rastan (US set 1) | nonworking | | | | loadcorrupt | rastan | 1987 | Taito America | Taito Misc | | |
+rastanu2 | Rastan (US set 2) | nonworking | | | | loadcorrupt | rastan | 1987 | Taito America | Taito Misc | | |
+rastsag1 | Rastan Saga (Japan Rev 1) | nonworking | | | | loadcorrupt | rastan | 1987 | Taito Corporat | Taito Misc | | |
+rastsaga | Rastan Saga (Japan) | nonworking | | | | loadcorrupt | rastan | 1987 | Taito Corporat | Taito Misc | | |
+rbff1 | Real Bout Fatal Fury / Real Bout Garou Densetsu | playable | | horizontal | inrom | working | | 1995 | SNK | Neo Geo | | |
+rbff1a | Real Bout Fatal Fury / Real Bout Garou Densetsu (bug f | playable | | | | working | rbff1 | 1995 | SNK | Neo Geo | | |
+rbff2 | Real Bout Fatal Fury 2 - The Newcomers / Real Bout Gar | nonworking | | | | loadcorrupt | | 1998 | SNK | Neo Geo | | |
+rbff2h | Real Bout Fatal Fury 2 - The Newcomers / Real Bout Gar | nonworking | | | | loadcorrupt | rbff2 | 1998 | SNK | Neo Geo | | |
+rbff2k | Real Bout Fatal Fury 2 - The Newcomers (Korean release | nonworking | | | | loadcorrupt | rbff2 | 1998 | SNK | Neo Geo | | |
+rbffspec | Real Bout Fatal Fury Special / Real Bout Garou Densets | playable | | horizontal | inrom | working | | 1996 | SNK | Neo Geo | | |
+rchase | Rail Chase (Japan) | unplayable (controls + slow) | | | | working | | 1991 | Sega | Y-Board | | |
+rckman2j | Rockman 2 - the power fighters (960708 Japan) | playable | | | | working | megaman2 | 1996 | Capcom | CPS2 | | |
+regulus | Regulus (315-5033, rev. A) | nonworking | | | | loadhang | | 1983 | Sega | System 1 | | |
+reguluso | Regulus (315-5033) | nonworking | | | | loadhang | regulus | 1983 | Sega | System 1 | | |
+regulusu | Regulus (not encrypted) | nonworking | | | | loadhang | regulus | 1983 | Sega | System 1 | | |
+repulse | Repulse | playable | 270 | | | working | sonofphx | 1985 | Sega | Kyugo | | |
+revenger | Revenger | nonworking | | | | noload | | 1984 | Epos Corporati | EPOS Tristar | D NW | Bad dump |
+ridhero | Riding Hero (set 1) | playable | | horizontal | inrom | working | | 1990 | SNK | Neo Geo | | |
+ridheroh | Riding Hero (set 2) | playable | | | | working | ridhero | 1990 | SNK | Neo Geo | | |
+ringdest | Ring of Destruction - slammasters II (940902 Euro) | playable | | horizontal | inrom | working | | 1994 | Capcom | CPS2 | | |
+ringdstd | Ring of Destruction - slammasters II (940902 Euro Phoe | playable | | | | working | ringdest | 1994 | bootleg | CPS2 | | |
+riot | Riot | nonworking | | | | loadhang | | 1992 | NMK | Miscellaneous | | |
+riotcity | Riot City (Japan) | playable (slow) | | horizontal | | working | | 1991 | Sega / Westone | System 16B | | |
+rmancp2j | Rockman: The Power Battle (950922 Japan) | playable | | | | working | mmancp2u | 1999 | Capcom | CPS2 | | |
+roboarmy | Robo Army | playable | | horizontal | inrom | working | | 1991 | SNK | Neo Geo | | |
+robocop | | nonworking | | | | loadhang | | | | | | |
+robocopb | | nonworking | | | | loadhang | | | | | | |
+rockduck | Rock Duck (prototype?) | playable | 90 | rotated | | working | | 1983 | Datel SAS | misc | | incorrect colors |
+rockmanj | Rockman - the power battle (950922 Japan) | playable | | | | working | megaman | 1995 | Capcom | CPS1 | | |
+rocktrv2 | MTV Rock-N-Roll Trivia (Part 2) | nonworking | | | | loadcorrupt | | 1986 | Triumph Softwa | Pac-man | | |
+rotd | Rage of the Dragons | playable | | horizontal | inrom | working | | 2002 | Evoga / Playmo | Neo Geo | | |
+rotdnd | Rage of the Dragons (decrypted C) | playable | | | | working | rotd | 2002 | Evoga / Playmo | Neo Geo | | |
+route16 | Route 16 | nonworking | | | | loadcorrupt | | 1981 | Tehkan/Sun (Ce | Route 16 | | |
+route16a | Route 16 (set 2) | nonworking | | | | loadcorrupt | route16 | 1981 | Tehkan/Sun (Ce | Route 16 | | |
+route16b | Route 16 (bootleg) | nonworking | | | | loadcorrupt | route16 | 1981 | bootleg | Route 16 | | |
+routex | Route X (bootleg) | nonworking | | | | loadcorrupt | route16 | 1981 | bootleg | Route 16 | | |
+rtypelej | R-Type Leo (Japan) | nonworking | | | | loadhang | rtypeleo | 1992 | Irem | Miscellaneous | D NW | Preliminary driver |
+rtypeleo | R-Type Leo (World) | nonworking | | | | loadhang | | 1992 | Irem | Miscellaneous | D NW | Preliminary driver |
+runark | Runark (Japan) | unplayable (slow) | | | | working | growl | 1990 | Taito Corporat | Taito-F2 | | |
+rushatck | Rush'n Attack (US) | playable (fast) | | | | working | gberet | 1985 | Konami | Miscellaneous | | |
+ryukenda | Ninja Ryukenden (Japan, set 2) | playable | | | | working | shadoww | 1989 | Tecmo | Miscellaneous | | |
+ryukendn | Ninja Ryukenden (Japan, set 1) | playable | | | | working | shadoww | 1989 | Tecmo | Miscellaneous | | |
+ryukyu | RyuKyu (Japan, FD1094 317-5023) | nonworking | | | | loadcorrupt | | 1990 | Success / Sega | System 16B | | |
+s1945p | Strikers 1945 Plus | playable | | horizontal | inrom | working | | 1999 | Psikyo | Neo Geo | | |
+s1945pn | Strikers 1945 Plus (decrypted C) | playable | | | | working | s1945p | 1999 | Psikyo | Neo Geo | | |
+sailormn | Pretty Soldier Sailor Moon (version 95/03/22B) | playable (slow) | | horizontal | inrom | working | | 1995 | BanPresto / Ga | Cave | | |
+sailormo | Pretty Soldier Sailor Moon (version 95/03/22) | playable (slow) | | | | working | sailormn | 1995 | BanPresto / Ga | Cave | | |
+samsh5nd | Samurai Shodown V / Samurai Spirits Zero (decrypted C) | playable (sound) | | | | working | samsho5 | 2003 | Yuki Enterpris | Neo Geo | | |
+samsh5sh | Samurai Shodown V Special / Samurai Spirits Zero Speci | playable (sound) | | | | working | samsh5sp | 2003 | Yuki Enterpris | Neo Geo | | |
+samsh5sn | Samurai Shodown V Special / Samurai Spirits Zero Speci | playable (sound) | | | | working | samsh5sp | 2003 | Yuki Enterpris | Neo Geo | | |
+samsh5sp | Samurai Shodown V Special / Samurai Spirits Zero Speci | playable (sound) | | horizontal | | working | | 2003 | Yuki Enterpris | Neo Geo | | |
+samsho | Samurai Shodown / Samurai Spirits (set 1) | playable | | horizontal | inrom | working | | 1993 | SNK | Neo Geo | | |
+samsho2 | Samurai Shodown II / Shin Samurai Spirits - Haohmaru j | playable | | horizontal | inrom | working | | 1994 | SNK | Neo Geo | | |
+samsho3 | Samurai Shodown III / Samurai Spirits - Zankurou Musou | playable | | horizontal | inrom | working | | 1995 | SNK | Neo Geo | | |
+samsho3a | Samurai Shodown III / Samurai Spirits - Zankurou Musou | playable | | | | working | samsho3 | 1995 | SNK | Neo Geo | | |
+samsho4 | Samurai Shodown IV - Amakusa's Revenge / Samurai Spiri | playable | | horizontal | inrom | working | | 1996 | SNK | Neo Geo | | |
+samsho5 | Samurai Shodown V / Samurai Spirits Zero (set 1) | playable (sound) | | horizontal | | working | | 2003 | Yuki Enterpris | Neo Geo | | |
+samsho5b | Samurai Shodown V / Samurai Spirits Zero (bootleg) | nonworking | | | | loadcorrupt | samsho5 | 2003 | bootleg | Neo Geo | | |
+samsho5h | Samurai Shodown V / Samurai Spirits Zero (set 2) | playable (sound) | | | | working | samsho5 | 2003 | Yuki Enterpris | Neo Geo | | |
+samshoh | Samurai Shodown / Samurai Spirits (set 2) | playable | | | | working | samsho | 1993 | SNK | Neo Geo | | |
+savagere | Savage Reign / Fu'un Mokushiroku - kakutou sousei | playable | | horizontal | inrom | working | | 1995 | SNK | Neo Geo | | |
+savgbees | Savage Bees | playable | 90 | | | working | exedexes | 1985 | Capcom (Memetr | Miscellaneous | | |
+sci | Special Criminal Investigation (World set 1) | unplayable (sound + slow) | | | | working | | 1989 | Taito Corporat | Taito-Z | | |
+scia | Special Criminal Investigation (World set 2) | unplayable (sound + slow) | | | | working | sci | 1989 | Taito Corporat | Taito-Z | | |
+scij | Special Criminal Investigation (Japan) | unplayable (sound + slow) | | | | working | sci | 1989 | Taito Corporat | Taito-Z | | |
+sciu | Special Criminal Investigation (US) | unplayable (sound + slow) | | | | working | sci | 1989 | Taito America | Taito-Z | | |
+scregg | Scrambled Egg | playable | 90 | rotated | | working | | 1983 | Technos | misc | | |
+sdfight | SD Fighters (Korea) | playable (slow) | | horizontal | inrom | working | | 1996 | SemiCom | Miscellaneous | | |
+sdi | SDI - Strategic Defense Initiative (Europe, System 16A | unplayable (controls + slow + sound) | | | | working | | 1987 | Sega | System 16A | | |
+sdib | SDI - Strategic Defense Initiative (System 16B, FD1089 | unplayable (controls + slow + sound) | | | | working | sdi | 1987 | Sega | System 16B | | |
+sdibl | SDI - Strategic Defense Initiative (bootleg) | unplayable (controls + slow + sound) | | | | working | sdi | 1987 | Sega | System 16B | | |
+sdodgeb | Super Dodge Ball / Kunio no Nekketsu Toukyuu Densetsu | playable | | horizontal | inrom | working | | 1996 | Technos | Neo Geo | | |
+seganinj | Sega Ninja (315-5102) | nonworking | | | | loadhang | | 1985 | Sega | System 1 | | |
+seganinu | Sega Ninja (not encrypted) | nonworking | | | | loadhang | seganinj | 1985 | Sega | System 1 | | |
+semibase | MuHanSeungBu (SemiCom Baseball) (Korea) | unplayable (slow) | | | | working | | 1997 | SemiCom | Miscellaneous | | |
+sengokh | Sengoku / Sengoku Denshou (set 2) | playable | | | | working | sengoku | 1991 | SNK | Neo Geo | | |
+sengoku | Sengoku / Sengoku Denshou (set 1) | playable | | horizontal | inrom | working | | 1991 | SNK | Neo Geo | | |
+sengoku2 | Sengoku 2 / Sengoku Denshou 2 | playable | | horizontal | inrom | working | | 1993 | SNK | Neo Geo | | |
+sengoku3 | Sengoku 3 | nonworking | | | | loadcorrupt | | 2001 | SNK | Neo Geo | | |
+sf2 | Street Fighter II - the world warrior (910522 etc) | playable | | horizontal | inrom | working | | 1991 | Capcom | CPS1 | | |
+sf2accp2 | Street Fighter II' - champion edition (bootleg, Accele | playable | | | | working | sf2ce | 1992 | Capcom | CPS1 | | |
+sf2b | Street Fighter II - the world warrior (bootleg) | nonworking | | | | noload | sf2 | 1991 | Capcom | CPS1 | D NW | Resets itself |
+sf2ce | Street Fighter II' - champion edition (street fighter | playable | | horizontal | inrom | working | | 1992 | Capcom | CPS1 | | |
+sf2cebr | Street Fighter II' - champion edition (bootleg, Brazil | playable | | | | working | sf2ce | 1992 | Capcom | CPS1 | | |
+sf2ceh | Street Fighter II' - champion edition (bootleg, Hispan | playable | | | | working | sf2ce | 1992 | Capcom | CPS1 | | |
+sf2cej | Street Fighter II' - champion edition (street fighter | playable | | | | working | sf2ce | 1992 | Capcom | CPS1 | | |
+sf2ceua | Street Fighter II' - champion edition (street fighter | playable | | | | working | sf2ce | 1992 | Capcom | CPS1 | | |
+sf2ceub | Street Fighter II' - champion edition (street fighter | playable | | | | working | sf2ce | 1992 | Capcom | CPS1 | | |
+sf2ceuc | Street Fighter II' - champion edition (street fighter | playable | | | | working | sf2ce | 1992 | Capcom | CPS1 | | |
+sf2eb | Street Fighter II - the world warrior (910214 etc) | playable | | | | working | sf2 | 1991 | Capcom | CPS1 | | |
+sf2hf | Street Fighter II' - hyper fighting (street fighter 2' | playable | | horizontal | | working | sf2ce | 1992 | Capcom | CPS1 | | |
+sf2j | Street Fighter II - the world warrior (911210 Japan) | playable | | | | working | sf2 | 1991 | Capcom | CPS1 | | |
+sf2ja | Street Fighter II - the world warrior (910214 Japan) | playable | | | | working | sf2 | 1991 | Capcom | CPS1 | | |
+sf2jc | Street Fighter II - the world warrior (910306 Japan) | playable | | | | working | sf2 | 1991 | Capcom | CPS1 | | |
+sf2koryu | Street Fighter II' - champion edition (Chinese bootleg | playable | | | | working | sf2ce | 1992 | Capcom | CPS1 | | |
+sf2m1 | Street Fighter II' - champion edition (bootleg, M1) | playable (graphics) | | | | working | sf2ce | 1992 | Capcom | CPS1 | D NW | |
+sf2m13 | Street Fighter II' - champion edition (bootleg, M13) | nonworking | | | | loadhang | sf2hf | 1992 | Capcom | CPS1 | D NW | |
+sf2m2 | Street Fighter II' - champion edition (bootleg, M2) | playable | | | | working | sf2ce | 1992 | Capcom | CPS1 | | |
+sf2m3 | Street Fighter II' - champion edition (bootleg, M3) | playable | | | | working | sf2ce | 1992 | Capcom | CPS1 | | |
+sf2m4 | Street Fighter II' - champion edition (bootleg, M4) | playable | | | | working | sf2ce | 1992 | Capcom | CPS1 | | |
+sf2m5 | Street Fighter II' - champion edition (bootleg, M5) | playable | | | | working | sf2ce | 1992 | Capcom | CPS1 | | |
+sf2m6 | Street Fighter II' - champion edition (bootleg, M6) | playable | | | | working | sf2ce | 1992 | Capcom | CPS1 | | |
+sf2m7 | Street Fighter II' - champion edition (bootleg, M7) | playable | | | | working | sf2ce | 1992 | Capcom | CPS1 | | |
+sf2m8 | Street Fighter II' - champion edition (bootleg, M8) | playable (graphics) | | | | working | sf2ce | 1992 | Capcom | CPS1 | D NW | |
+sf2rb | Street Fighter II' - champion edition (bootleg, Rainbo | playable | | | | working | sf2ce | 1992 | Capcom | CPS1 | | |
+sf2rb2 | Street Fighter II' - champion edition (bootleg, Rainbo | playable | | | | working | sf2ce | 1992 | Capcom | CPS1 | | |
+sf2red | Street Fighter II' - champion edition (bootleg, Red Wa | playable | | | | working | sf2ce | 1992 | Capcom | CPS1 | | |
+sf2t | Street Fighter II' - hyper fighting (street fighter 2' | playable | | | | working | sf2hf | 1992 | Capcom | CPS1 | | |
+sf2th | Street Fighter II' - (Turbo Hack) | nonworking | | | | noload | sf2hf | 1992 | Capcom | CPS1 | D NW | Resets itself |
+sf2tj | Street Fighter II' Turbo - hyper fighting (street figh | playable | | | | working | sf2hf | 1992 | Capcom | CPS1 | | |
+sf2tlona | Street Fighter II' - champion edition (bootleg, Slay t | playable | | | | working | sf2ce | 1992 | Capcom | CPS1 | | |
+sf2tlonb | Street Fighter II' - champion edition (bootleg, Slay t | playable | | | | working | sf2ce | 1992 | Capcom | CPS1 | | |
+sf2ua | Street Fighter II - the world warrior (910206 USA) | playable | | | | working | sf2 | 1991 | Capcom | CPS1 | | |
+sf2ub | Street Fighter II - the world warrior (910214 USA) | playable | | | | working | sf2 | 1991 | Capcom | CPS1 | | |
+sf2ud | Street Fighter II - the world warrior (910318 USA) | playable | | | | working | sf2 | 1991 | Capcom | CPS1 | | |
+sf2ue | Street Fighter II - the world warrior (910228 USA) | playable | | | | working | sf2 | 1991 | Capcom | CPS1 | | |
+sf2uf | Street Fighter II - the world warrior (910411 USA) | playable | | | | working | sf2 | 1991 | Capcom | CPS1 | | |
+sf2ui | Street Fighter II - the world warrior (910522 USA) | playable | | | | working | sf2 | 1991 | Capcom | CPS1 | | |
+sf2uk | Street Fighter II - the world warrior (911101 USA) | playable | | | | working | sf2 | 1991 | Capcom | CPS1 | | |
+sf2v004 | Street Fighter II' - champion edition (bootleg, V004) | playable | | | | working | sf2ce | 1992 | Capcom | CPS1 | | |
+sf2yyc | Street Fighter II' - champion edition (bootleg, YYC) | playable | | | | working | sf2ce | 1992 | Capcom | CPS1 | | |
+sfa | Street Fighter Alpha - warriors' dreams (950727 Euro) | playable | | horizontal | inrom | working | | 1995 | Capcom | CPS2 | | |
+sfa2 | Street Fighter Alpha 2 (960229 Euro) | playable | | horizontal | inrom | working | | 1996 | Capcom | CPS2 | | |
+sfa2u | Street Fighter Alpha 2 (960306 USA) | nonworking | | | | loadcorrupt | sfa2 | 1996 | Capcom | CPS2 | | |
+sfa3 | Street Fighter Alpha 3 (980904 Euro) | playable | | horizontal | inrom | working | | 1998 | Capcom | CPS2 | | |
+sfa3b | Street Fighter Alpha 3 (980629 Brazil) | playable | | | | working | sfa3 | 1998 | Capcom | CPS2 | | |
+sfa3u | Street Fighter Alpha 3 (980904 USA) | playable | | | | working | sfa3 | 1998 | Capcom | CPS2 | | |
+sfa3ud | Street Fighter Alpha 3 (980904 USA Phoenix Edition) | playable | | | | working | sfa3 | 1998 | bootleg | CPS2 | | |
+sfa3ur1 | Street Fighter Alpha 3 (980629 USA) | playable | | | | working | sfa3 | 1998 | Capcom | CPS2 | | |
+sfad | Street Fighter Alpha - warriors' dreams (950727 Euro P | playable | | | | working | sfa | 1995 | bootleg | CPS2 | | |
+sfar1 | Street Fighter Alpha - warriors' dreams (950718 Euro) | playable | | | | working | sfa | 1995 | Capcom | CPS2 | | |
+sfar2 | Street Fighter Alpha - warriors' dreams (950627 Euro) | playable | | | | working | sfa | 1995 | Capcom | CPS2 | | |
+sfar3 | Street Fighter Alpha - warriors' dreams (950605 Euro) | playable | | | | working | sfa | 1995 | Capcom | CPS2 | | |
+sfau | Street Fighter Alpha - warriors' dreams (950627 USA) | playable | | | | working | sfa | 1995 | Capcom | CPS2 | | |
+sfz2a | Street Fighter Zero 2 (960227 Asia) | playable | | | | working | sfa2 | 1996 | Capcom | CPS2 | | |
+sfz2aa | Street Fighter Zero 2 Alpha (960826 Asia) | playable | | horizontal | | working | sfa2 | 1996 | Capcom | CPS2 | | |
+sfz2aad | Street Fighter Zero 2 Alpha (960826 Asia Phoenix Editi | playable | | | | working | sfz2aa | 1996 | bootleg | CPS2 | | |
+sfz2ab | Street Fighter Zero 2 Alpha (960813 Brazil) | playable | | | | working | sfz2aa | 1996 | Capcom | CPS2 | | |
+sfz2ad | Street Fighter Zero 2 (960227 Asia Phoenix Edition) | playable | | | | working | sfa2 | 1996 | bootleg | CPS2 | | |
+sfz2ah | Street Fighter Zero 2 Alpha (960813 Hispanic) | playable | | | | working | sfz2aa | 1996 | Capcom | CPS2 | | |
+sfz2aj | Street Fighter Zero 2 Alpha (960805 Japan) | playable | | | | working | sfz2aa | 1996 | Capcom | CPS2 | | |
+sfz2b | Street Fighter Zero 2 (960531 Brazil) | playable | | | | working | sfa2 | 1996 | Capcom | CPS2 | | |
+sfz2br1 | Street Fighter Zero 2 (960304 Brazil) | playable | | | | working | sfa2 | 1996 | Capcom | CPS2 | | |
+sfz2h | Street Fighter Zero 2 (960304 Hispanic) | playable | | | | working | sfa2 | 1996 | Capcom | CPS2 | | |
+sfz2j | Street Fighter Zero 2 (960227 Japan) | playable | | | | working | sfa2 | 1996 | Capcom | CPS2 | | |
+sfz2n | Street Fighter Zero 2 (960229 Oceania) | playable | | | | working | sfa2 | 1996 | Capcom | CPS2 | | |
+sfz3a | Street Fighter Zero 3 (980904 Asia) | playable | | | | working | sfa3 | 1998 | Capcom | CPS2 | | |
+sfz3ar1 | Street Fighter Zero 3 (980701 Asia) | playable | | | | working | sfa3 | 1998 | Capcom | CPS2 | | |
+sfz3j | Street Fighter Zero 3 (980904 Japan) | playable | | | | working | sfa3 | 1998 | Capcom | CPS2 | | |
+sfz3jr1 | Street Fighter Zero 3 (980727 Japan) | playable | | | | working | sfa3 | 1998 | Capcom | CPS2 | | |
+sfz3jr2 | Street Fighter Zero 3 (980629 Japan) | playable | | | | working | sfa3 | 1998 | Capcom | CPS2 | | |
+sfza | Street Fighter Zero (950627 Asia) | playable | | | | working | sfa | 1995 | Capcom | CPS2 | | |
+sfzb | Street Fighter Zero (951109 Brazil) | playable | | | | working | sfa | 1995 | Capcom | CPS2 | | |
+sfzbr1 | Street Fighter Zero (950727 Brazil) | playable | | | | working | sfa | 1995 | Capcom | CPS2 | | |
+sfzch | Street Fighter Zero (951020 CPS Changer) | playable | | horizontal | inrom | working | | 1995 | Capcom | CPS Changer | | |
+sfzh | Street Fighter Zero (950627 Hispanic) | playable | | | | working | sfa | 1995 | Capcom | CPS2 | | |
+sfzj | Street Fighter Zero (950727 Japan) | playable | | | | working | sfa | 1995 | Capcom | CPS2 | | |
+sfzjr1 | Street Fighter Zero (950627 Japan) | playable | | | | working | sfa | 1995 | Capcom | CPS2 | | |
+sfzjr2 | Street Fighter Zero (950605 Japan) | playable | | | | working | sfa | 1995 | Capcom | CPS2 | | |
+sgemf | Super Gem Fighter Mini Mix (970904 USA) | playable | | horizontal | inrom | working | | 1997 | Capcom | CPS2 | | |
+sgemfa | Super Gem Fighter Mini Mix (970904 Asia) | playable | | | | working | sgemf | 1997 | Capcom | CPS2 | | |
+sgemfd | Super Gem Fighter Mini Mix (970904 USA Phoenix Edition | playable | | | | working | sgemf | 1997 | bootleg | CPS2 | | |
+sgemfh | Super Gem Fighter Mini Mix (970904 Hispanic) | playable | | | | working | sgemf | 1997 | Capcom | CPS2 | | |
+shadfrce | Shadow Force (US Version 2) | playable | | horizontal | inrom | working | | 1993 | Technos Japan | misc | | |
+shadoww | Shadow Warriors (World, set 1) | playable | | horizontal | inrom | working | | 1988 | Tecmo | Miscellaneous | | |
+shadowwa | Shadow Warriors (World, set 2) | playable | | | | working | shadoww | 1988 | Tecmo | Miscellaneous | | |
+shangnle | Limited Edition Hang-On | unplayable (controls + slow) | | | | working | shangon | 1991 | Sega | Out Run | | |
+shangon | Super Hang-On (sitdown/upright, unprotected) | unplayable (controls + slow) | | | | working | | 1987 | Sega | Out Run | | |
+shangon2 | Super Hang-On (mini ride-on, Rev A, FD1089B 317-0034) | unplayable (controls + slow) | | | | working | shangon | 1987 | Sega | Out Run | | |
+shangon3 | Super Hang-On (sitdown/upright, FD1089B 317-0034) | unplayable (controls + slow) | | | | working | shangon | 1987 | Sega | Out Run | | |
+shangupb | Super Hang-On (Hang-On upgrade, bootleg) | unplayable (controls + slow) | | | | working | shangon | 1985 | bootleg | Hang-On | D NW | |
+sharrier | Space Harrier (Rev A, 8751 315-5163A) | nonworking | | | | loadhang | | 1985 | Sega | Hang-On | | |
+sharrir1 | Space Harrier (8751 315-5163) | unplayable (slow) | | | | working | sharrier | 1985 | Sega | Hang-On | | |
+shdancbl | Shadow Dancer (bootleg) | playable (graphics + sound + slow) | | | | working | shdancer | 1989 | bootleg | System 18 | D NW | Incomplete Sound |
+shdance1 | Shadow Dancer (set 1) | nonworking | | | | noload | shdancer | 1989 | Sega | System 18 | | Incomplete Sound |
+shdancej | Shadow Dancer (set 2, Japan) | playable (slow) | | | | working | shdancer | 1989 | Sega | System 18 | | Incomplete Sound |
+shdancer | Shadow Dancer (set 3, US) | playable (slow) | | horizontal | | working | | 1989 | Sega | System 18 | | Incomplete Sound |
+shinobi | Shinobi (set 6, System 16A, unprotected) | playable (slow) | | horizontal | | working | | 1987 | Sega | System 16A | | |
+shinobi1 | Shinobi (set 1, System 16A, FD1094 317-0050) | nonworking | | | | loadcorrupt | shinobi | 1987 | Sega | System 16A | | |
+shinobi2 | Shinobi (set 2, System 16B, FD1094 317-0049) | nonworking | | | | loadcorrupt | shinobi | 1987 | Sega | System 16B | | |
+shinobi3 | Shinobi (set 3, System 16B, MC-8123B 317-0054) | playable (slow) | | | | working | shinobi | 1987 | Sega | System 16B | | |
+shinobi4 | Shinobi (set 4, System 16B, MC-8123B 317-0054) | playable (sound + slow) | | | | working | shinobi | 1987 | Sega | System 16B | | |
+shinobi5 | Shinobi (set 5, System 16B, unprotected) | playable (slow) | | | | working | shinobi | 1987 | Sega | System 16B | | |
+shinobls | Shinobi (Star bootleg, System 16A) | playable (slow) | | | | working | shinobi | 1987 | bootleg | System 16A | | |
+shippumd | Shippu Mahou Daisakusen - kingdom grandprix (Japan) | playable | 90 | rotated | | working | | 1994 | Raizing / 8ing | Toaplan GP9001 | | |
+shocktr2 | Shock Troopers - 2nd Squad | playable | | horizontal | inrom | working | | 1998 | Saurus | Neo Geo | | |
+shocktra | Shock Troopers (set 2) | playable | | | | working | shocktro | 1997 | Saurus | Neo Geo | | |
+shocktro | Shock Troopers (set 1) | playable | | horizontal | inrom | working | | 1997 | Saurus | Neo Geo | | |
+shootbul | Shoot the Bull | unplayable (controls + sound) | | | | working | | 1985 | Bally Midway | Pac-man | | |
+silkroad | The Legend of Silkroad | nonworking | | | | loadcorrupt | | 1999 | Unico | Miscellaneous | | |
+sjryuko | Sukeban Jansi Ryuko (set 2, System 16B, FD1089B 317-50 | unplayable (controls) | | | | working | | 1987 | White Board | System 16B | | |
+sjryuko1 | Sukeban Jansi Ryuko (set 1, System 16A, FD1089B 317-50 | nonworking | | | | loadhang | sjryuko | 1987 | White Board | System 16A | | |
+skylance | Sky Lancer (Esco Trading Co license) | nonworking | | | | loadhang | skylancr | 1983 | Orca (Esco Tra | misc | | |
+skylancr | Sky Lancer | nonworking | | | | loadhang | | 1983 | Orca | misc | | |
+skywolf | Sky Wolf (set 1) | playable | | | | working | airwolf | 1987 | bootleg | Kyugo | | |
+skywolf2 | Sky Wolf (set 2) | playable | | | | working | airwolf | 1987 | bootleg | Kyugo | | |
+slammasa | Saturday Night Slam Masters (Slam Masters 930301 Asia) | playable | | | | working | slammast | 1993 | Capcom | CPS1 | | |
+slammast | Saturday Night Slam Masters (Slam Masters 930713 etc) | playable | | horizontal | inrom | working | | 1993 | Capcom | CPS1 | | |
+slammasu | Saturday Night Slam Masters (slam masters 930713 USA) | playable | | | | working | slammast | 1993 | Capcom | CPS1 | | |
+slapbtjp | Slap Fight (Japan bootleg) | playable | | | | working | slapfigh | 1986 | Taito | Early Toaplan | | |
+slapbtuk | Slap Fight (English bootleg) | playable | | horizontal | | working | slapfigh | 1986 | Taito | Early Toaplan | | |
+slapfgtr | Slap Fight (bootleg) | playable | | | | working | slapfigh | 1986 | Taito | Early Toaplan | | |
+slapfigh | Slap Fight (set 1) | nonworking | | | | loadcorrupt | | 1986 | Taito | Early Toaplan | NW | Protection MCU not emulated |
+smbomb | Super Muscle Bomber - the international blowout (94083 | playable | | | | working | ringdest | 1994 | Capcom | CPS2 | | |
+smbombr1 | Super Muscle Bomber - the international blowout (94080 | playable | | | | working | ringdest | 1994 | Capcom | CPS2 | | |
+smgp | Super Monaco GP (set 9, World, Rev B, 'Twin', FD1094 3 | nonworking | | | | loadcorrupt | | 1989 | Sega | X-Board | | |
+smgp5 | Super Monaco GP (set 7, World, 'Air Drive Cabinet', FD | nonworking | | | | loadcorrupt | smgp | 1989 | Sega | X-Board | | |
+smgp6 | Super Monaco GP (set 8, World, Rev A, FD1094 317-0126a | nonworking | | | | loadcorrupt | smgp | 1989 | Sega | X-Board | | |
+smgpj | Super Monaco GP (set 2, Japan, Rev B, FD1094 317-0124a | nonworking | | | | loadcorrupt | smgp | 1989 | Sega | X-Board | | |
+smgpja | Super Monaco GP (set 1, Japan, Rev A, FD1094 317-0124a | nonworking | | | | loadcorrupt | smgp | 1989 | Sega | X-Board | | |
+smgpu | Super Monaco GP (set 6, US, Rev C, FD1094 317-0125a) | nonworking | | | | loadcorrupt | smgp | 1989 | Sega | X-Board | | |
+smgpu1 | Super Monaco GP (set 5, US, Rev B, FD1094 317-0125a) | nonworking | | | | loadcorrupt | smgp | 1989 | Sega | X-Board | | |
+smgpu2 | Super Monaco GP (set 4, US, Rev A, FD1094 317-0125a) | nonworking | | | | loadcorrupt | smgp | 1989 | Sega | X-Board | | |
+smgpu3 | Super Monaco GP (set 3, US, FD1094 317-0125a) | nonworking | | | | loadcorrupt | smgp | 1989 | Sega | X-Board | | |
+sngoku3n | Sengoku 3 (decrypted C) | nonworking | | | | loadcorrupt | sengoku3 | 2001 | SNK | Neo Geo | | |
+snowbro2 | Snow Bros. 2 - with new elves | playable | | horizontal | | working | | 1994 | [Toaplan] Hana | Toaplan GP9001 | | |
+snowbro3 | Snow Brothers 3 - Magical Adventure | playable | | horizontal | inrom | working | snowbros | 2002 | bootleg | Kaneko Pandora | | |
+snowbroa | Snow Bros. - Nick & Tom (set 2) | playable | | | | working | snowbros | 1990 | Toaplan | Kaneko Pandora | | |
+snowbrob | Snow Bros. - Nick & Tom (set 3) | playable | | | | working | snowbros | 1990 | Toaplan | Kaneko Pandora | | |
+snowbroc | Snow Bros. - Nick & Tom (set 4) | playable | | | | working | snowbros | 1990 | Toaplan | Kaneko Pandora | | |
+snowbroj | Snow Bros. - Nick & Tom (Japan) | playable | | | | working | snowbros | 1990 | Toaplan | Kaneko Pandora | | |
+snowbros | Snow Bros. - Nick & Tom (set 1) | playable | | horizontal | inrom | working | | 1990 | Toaplan | Kaneko Pandora | | |
+socbrala | Soccer Brawl (set 2) | playable | | | | working | socbrawl | 1991 | SNK | Neo Geo | | |
+socbrawl | Soccer Brawl (set 1) | playable | | horizontal | | working | | 1991 | SNK | Neo Geo | | |
+solfigtr | Solitary Fighter (World) | unplayable (slow) | | | | working | | 1991 | Taito Corporat | Taito-F2 | | |
+solomon | Solomon's Key (US) | nonworking | | | | loadhang | | 1986 | Tecmo | Miscellaneous | | |
+solomonj | Solomon's Key (Japan) | nonworking | | | | loadhang | solomon | 1986 | Tecmo | Miscellaneous | | |
+sonicbom | Sonic Boom (FD1094 317-0053) | unplayable (slow) | 90 | | | working | | 1987 | Sega | System 16B | | |
+sonicwi | Sonic Wings (Japan) | playable | 90 | | | working | aerofgt | 1992 | Video System C | Video System | | |
+sonicwi2 | Aero Fighters 2 / Sonic Wings 2 | playable | | horizontal | inrom | working | | 1994 | Video System C | Neo Geo | | |
+sonicwi3 | Aero Fighters 3 / Sonic Wings 3 | playable | | horizontal | inrom | working | | 1995 | Video System C | Neo Geo | | |
+sonofphx | Son of Phoenix | playable | 270 | rotated | | working | | 1985 | Associated Ove | Kyugo | | |
+spacecho | Space Echo (bootleg) | nonworking | | | | loadcorrupt | speakres | 1980 | bootleg | Route 16 | | |
+spacegun | Space Gun (World) | nonworking | | | | loadcorrupt | | 1990 | Taito Corporat | Taito-Z | | |
+spatter | Spatter | nonworking | | | | loadhang | | 1984 | Sega | System 1 | | |
+speakres | Speak & Rescue | nonworking | | | | loadcorrupt | | 1980 | Sun Electronic | Route 16 | | |
+spf2t | Super Puzzle Fighter II Turbo (Super Puzzle Fighter 2 | playable | | horizontal | inrom | working | | 1996 | Capcom | CPS2 | | |
+spf2ta | Super Puzzle Fighter II Turbo (Super Puzzle Fighter 2 | playable | | | inrom | working | spf2t | 1996 | Capcom | CPS2 | | |
+spf2xj | Super Puzzle Fighter II X (Super Puzzle Fighter 2 X 96 | playable | | | | working | spf2t | 1996 | Capcom | CPS2 | | |
+spf2xjd | Super Puzzle Fighter II X (Super Puzzle Fighter 2 X 96 | playable | | | | working | spf2t | 1996 | bootleg | CPS2 | | |
+spinlbrj | Spinal Breakers (Japan) | playable | | | | working | spinlbrk | 1990 | V-System Co. | V-System | | |
+spinlbrk | Spinal Breakers (World) | playable | | horizontal | | working | | 1990 | V-System Co. | V-System | | |
+spinlbru | Spinal Breakers (US) | playable | | | | working | spinlbrk | 1990 | V-System Co. | V-System | | |
+spinmast | Spin Master / Miracle Adventure | playable | | horizontal | inrom | working | | 1993 | Data East Corp | Neo Geo | | |
+sprglbpg | Super Glob (Pac-Man hardware) German | unplayable (controls + sound) | | | | working | suprglob | 1983 | bootleg | Pac-man | | |
+sprglobp | Super Glob (Pac-Man hardware) | unplayable (locks up) | | | | loadcorrupt | suprglob | 1983 | Epos Corporati | Pac-man | | |
+srdmissn | S.R.D. Mission | playable | 270 | rotated | | working | | 1986 | Taito Corporat | Kyugo | | |
+ss5shnd | Samurai Shodown V Special / Samurai Spirits Zero Speci | playable (sound) | | | | working | samsh5sp | 2003 | Yuki Enterpris | Neo Geo | | |
+ssanchan | Sanrin San Chan (Japan) | nonworking | | | | loadhang | spatter | 1984 | Sega | System 1 | | |
+sscandal | Seishun Scandal (315-5132, Japan) | nonworking | | | | loadhang | myhero | 1985 | Coreland / Seg | System 1 | | |
+ssf2 | Super Street Fighter II - the new challengers (super s | playable | | horizontal | inrom | working | | 1993 | Capcom | CPS2 | | |
+ssf2a | Super Street Fighter II - the new challengers (super s | playable | | | | working | ssf2 | 1993 | Capcom | CPS2 | | |
+ssf2ar1 | Super Street Fighter II - the new challengers (super s | playable | | | | working | ssf2 | 1993 | Capcom | CPS2 | | |
+ssf2j | Super Street Fighter II - the new challengers (super s | playable | | | | working | ssf2 | 1993 | Capcom | CPS2 | | |
+ssf2jr1 | Super Street Fighter II - the new challengers (super s | playable | | | | working | ssf2 | 1993 | Capcom | CPS2 | | |
+ssf2jr2 | Super Street Fighter II - the new challengers (super s | playable | | | | working | ssf2 | 1993 | Capcom | CPS2 | | |
+ssf2t | Super Street Fighter II Turbo (super street fighter 2 | playable | | horizontal | | working | ssf2 | 1994 | Capcom | CPS2 | | |
+ssf2ta | Super Street Fighter II Turbo (super street fighter 2 | playable | | | | working | ssf2t | 1994 | Capcom | CPS2 | | |
+ssf2tb | Super Street Fighter II - the tournament battle (93111 | unplayable (locks up) | | | | working | ssf2 | 1993 | Capcom | CPS2 | | Linkup feature not implemented |
+ssf2tbd | Super Street Fighter II - the tournament battle (93111 | unplayable (locks up) | | | | working | ssf2 | 1993 | bootleg | CPS2 | | Linkup feature not implemented |
+ssf2tbj | Super Street Fighter II - the tournament battle (93091 | unplayable (locks up) | | | | working | ssf2 | 1993 | Capcom | CPS2 | | Linkup feature not implemented |
+ssf2tbr1 | Super Street Fighter II - the tournament battle (93091 | unplayable (locks up) | | | | working | ssf2 | 1993 | Capcom | CPS2 | | Linkup feature not implemented |
+ssf2tu | Super Street Fighter II Turbo (super street fighter 2 | playable | | | | working | ssf2t | 1994 | Capcom | CPS2 | | |
+ssf2tur1 | Super Street Fighter II Turbo (super street fighter 2 | playable | | | | working | ssf2t | 1994 | Capcom | CPS2 | | |
+ssf2u | Super Street Fighter II - the new challengers (super s | playable | | | | working | ssf2 | 1993 | Capcom | CPS2 | | |
+ssf2ud | Super Street Fighter II - the new challengers (super s | playable | | | | working | ssf2 | 1993 | bootleg | CPS2 | | |
+ssf2xj | Super Street Fighter II X - grand master challenge (su | playable | | | | working | ssf2t | 1994 | Capcom | CPS2 | | |
+ssf2xjd | Super Street Fighter II X - grand master challenge (su | playable | | | | working | ssf2t | 1994 | bootleg | CPS2 | | |
+ssi | Super Space Invaders '91 (World) | playable (little slow) | 90 | rotated | | working | | 1990 | Taito Corporat | Taito-F2 | | |
+ssideki | Super Sidekicks / Tokuten Ou | playable | | horizontal | inrom | working | | 1992 | SNK | Neo Geo | | |
+ssideki2 | Super Sidekicks 2 - The World Championship / Tokuten O | playable (non English) | | horizontal | inrom | working | | 1994 | SNK | Neo Geo | | |
+ssideki3 | Super Sidekicks 3 - The Next Glory / Tokuten Ou 3 - ei | playable | | horizontal | inrom | working | | 1995 | SNK | Neo Geo | | |
+ssideki4 | Ultimate 11 - The SNK Football Championship / Tokuten | nonworking | | | inrom | loadcorrupt | | 1996 | SNK | Neo Geo | | |
+sstriker | Sorcer Striker (World) | playable | 90 | | | working | mahoudai | 1993 | Raizing | Toaplan GP9001 | | |
+sstrikra | Sorcer Striker (World, alt) | playable | 90 | | | working | mahoudai | 1993 | Raizing | Toaplan GP9001 | | |
+stakwin | Stakes Winner / Stakes Winner - GI kinzen seihae no mi | playable (non English) | | horizontal | inrom | working | | 1995 | Saurus | Neo Geo | | |
+stakwin2 | Stakes Winner 2 | playable (non English) | | horizontal | inrom | working | | 1996 | Saurus | Neo Geo | | |
+starjack | Star Jacker (Sega) | nonworking | | | | loadhang | | 1983 | Sega | System 1 | | |
+starjacs | Star Jacker (Stern) | nonworking | | | | loadhang | starjack | 1983 | Sega | System 1 | | |
+stratof | Raiga - Strato Fighter (US) | playable | | horizontal | inrom | working | | 1991 | Tecmo | Miscellaneous | | |
+stratvob | Stratovox (bootleg) | nonworking | | | | loadcorrupt | speakres | 1980 | bootleg | Route 16 | | |
+stratvox | Stratovox | nonworking | | | | loadcorrupt | speakres | 1980 | [Sun Electroni | Route 16 | | |
+strhoop | Street Hoop / Street Slam / Dunk Dream | nonworking | | | | loadcorrupt | | 1994 | Data East Corp | Neo Geo | | |
+strider | Strider (US set 1) | playable | | horizontal | inrom | working | | 1989 | Capcom | CPS1 | | |
+striderj | Strider Hiryu (Japan set 1) | playable (little slow) | | | | working | strider | 1989 | Capcom | CPS1 | | |
+stridrja | Strider Hiryu (Japan set 2) | playable (little slow) | | | | working | strider | 1989 | Capcom | CPS1 | | |
+stridrua | Strider (US set 2) | playable (little slow) | | | | working | strider | 1989 | Capcom | CPS1 | | |
+striv | Super Triv | playable (non English) | | horizontal | | working | | 1985 | Hara Industrie | Jack the Giant | | No sound |
+strkfgtr | Strike Fighter (Japan) | unplayable (controls + slow) | | | | working | | 1991 | Sega | Y-Board | | |
+sucasino | Super Casino | playable | | horizontal | | working | | 1984 | Data Amusement | Jack the Giant | | |
+superman | Superman | playable (slow) | | horizontal | | working | | 1988 | Taito Corporat | Taito-X | | |
+superspy | The Super Spy | playable | | horizontal | inrom | working | | 1990 | SNK | Neo Geo | | |
+supmodel | Super Model | playable | 90 | rotated | | working | | 1994 | Comad / New Ja | Miscellaneous | | |
+suprglob | Super Glob | playable | 90 | rotated | | working | | 1983 | Epos Corporati | EPOS Tristar | | |
+suprleag | Super League (FD1094 317-0045) | nonworking | | | | loadcorrupt | | 1987 | Sega | System 16B | | |
+suprmanj | Superman (Japan) | playable (slow) | | | | working | superman | 1988 | Taito Corporat | Taito-X | | |
+suprtrio | Super Trio | playable | | horizontal | | working | | 1994 | Gameace | Miscellaneous | | |
+svc | SNK vs. CAPCOM SVC CHAOS | nonworking | | | | loadhang | | 2003 | SNK Playmore | Neo Geo | | |
+svcboot | SNK vs. CAPCOM SVC CHAOS (bootleg) | playable | | horizontal | inrom | working | svc | 2003 | bootleg | Neo Geo | | |
+svcnd | SNK vs. CAPCOM SVC CHAOS (decrypted C) | nonworking | | | | loadhang | svc | 2003 | Playmore | Neo Geo | | |
+svcpcb | SNK vs. CAPCOM SVC CHAOS (JAMMA PCB, set 1) | nonworking | | | | loadhang | | 2003 | SNK Playmore | Neo Geo | | |
+svcpcba | SNK vs. CAPCOM SVC CHAOS (JAMMA PCB, set 2) | nonworking | | | | loadhang | svcpcb | 2003 | SNK Playmore | Neo Geo | | |
+svcplus | SNK vs. CAPCOM SVC CHAOS Plus (bootleg set 1) | nonworking | | | | loadcorrupt | svc | 2003 | bootleg | Neo Geo | | |
+svcplusa | SNK vs. CAPCOM SVC CHAOS Plus (bootleg set 2) | nonworking | | | | loadcorrupt | svc | 2003 | bootleg | Neo Geo | | |
+svcsplus | SNK vs. CAPCOM SVC CHAOS Super Plus (bootleg) | playable | | | | working | svc | 2003 | bootleg | Neo Geo | | |
+swat | SWAT (315-5048) | nonworking | | | | loadhang | | 1984 | Coreland / Seg | System 1 | | |
+teddybb | TeddyBoy Blues (315-5115, New Ver.) | nonworking | | | | loadhang | | 1985 | Sega | System 1 | | |
+teddybbo | TeddyBoy Blues (315-5115, Old Ver.) | nonworking | | | | loadhang | teddybb | 1985 | Sega | System 1 | | |
+tekipaki | Teki Paki | playable (sound) | | horizontal | | working | | 1991 | Toaplan | Toaplan GP9001 | | No sound (sound MCU not dumped) |
+tetris | Tetris (set 4, Japan, System 16A, FD1094 317-0093) | nonworking | | | | loadcorrupt | | 1988 | Sega | System 16A | | |
+tetris1 | Tetris (set 1, Japan, System 16B, FD1094 317-0091) | nonworking | | | | loadhang | tetris | 1988 | Sega | System 16B | | |
+tetris2 | Tetris (set 2, Japan, System 16B, FD1094 317-0092) | nonworking | | | | loadhang | tetris | 1988 | Sega | System 16B | | |
+tetris3 | Tetris (set 3, Japan, System 16A, FD1094 317-0093a) | nonworking | | | | loadcorrupt | tetris | 1988 | Sega | System 16A | | |
+tetrisbl | Tetris (bootleg) | playable | | horizontal | | working | tetris | 1988 | bootleg | System 16B | | |
+tetrsark | Tetris (D.R. Korea) | unplayable (controls + graphics + sound) | | | | working | | 198? | D.R. Korea | Arkanoid | D | Wrong colors |
+theglad | The Gladiator\0Shen Jian (V100) | nonworking | | | | loadcorrupt | | 2001 | IGS | PGM | D NW | Needs second CPU emulated (ARM7) |
+theglob | The Glob | playable | 90 | | | working | suprglob | 1983 | Epos Corporati | EPOS Tristar | | |
+theglob2 | The Glob (earlier) | playable | 90 | | | working | suprglob | 1983 | Epos Corporati | EPOS Tristar | | |
+theglob3 | The Glob (set 3) | playable | 90 | | | working | suprglob | 1983 | Epos Corporati | EPOS Tristar | | |
+theglobp | The Glob (Pac-Man hardware) | nonworking | | | | loadcorrupt | suprglob | 1983 | Epos Corporati | Pac-man | | |
+theroes | Thunder Heroes | playable | | horizontal | inrom | working | | 2001 | Primetek Inves | Cave | | |
+thetogyu | The Togyu (315-5065, Japan) | nonworking | | | | loadhang | bullfgt | 1984 | Coreland / Seg | System 1 | | |
+thndrbd1 | Thunder Blade (deluxe/standing, unprotected) | unplayable (controls + slow) | | | | working | thndrbld | 1987 | Sega | X-Board | | |
+thndrbld | Thunder Blade (upright, FD1094 317-0056) | nonworking | | | | loadcorrupt | | 1987 | Sega | X-Board | | |
+tigerh | Tiger Heli (US) | nonworking | | | | loadcorrupt | | 1985 | Taito | Early Toaplan | NW | Protection MCU not emulated |
+tigerhb1 | Tiger Heli (bootleg, set 1) | playable | 90 | rotated | | working | tigerh | 1985 | Taito | Early Toaplan | | |
+tigerhb2 | Tiger Heli (bootleg, set 2) | playable | 90 | | | working | tigerh | 1985 | Taito | Early Toaplan | | |
+timesca1 | Time Scanner (set 1, System 16A, FD1089B 317-0024) | unplayable (slow) | 90 | | | working | timescan | 1987 | Sega | System 16A | | |
+timescan | Time Scanner (set 2, System 16B) | unplayable (slow) | | | | working | | 1987 | Sega | System 16B | | |
+tknight | Tecmo Knight | playable (little slow) | | | | working | wildfang | 1989 | Tecmo | Miscellaneous | | |
+tnzs | The NewZealand Story (World, newer) | playable | | horizontal | | working | | 1988 | Taito Corporat | Misc | | |
+tophunta | Top Hunter - Roddy & Cathy (set 2) | playable | | | | working | tophuntr | 1994 | SNK | Neo Geo | | |
+tophuntr | Top Hunter - Roddy & Cathy (set 1) | playable | | horizontal | inrom | working | | 1994 | SNK | Neo Geo | | |
+toppyrap | Toppy & Rappy | playable | | horizontal | | working | | 1996 | SemiCom | Kaneko Pandora | | |
+topsecrt | Top Secret (Japan) | playable | | | | working | bionicc | 1987 | Capcom | Misc | | |
+toryumon | Toryumon | playable (sound + slow) | | horizontal | | working | | 1994 | Sega / Westone | System 16B | | |
+toutrun | Turbo Out Run (cockpit, FD1094 317-0109) | nonworking | | | | noload | | 1989 | Sega | Out Run | | |
+toutrun2 | Turbo Out Run (upright, FD1094 317-unknown) | nonworking | | | | loadcorrupt | toutrun | 1989 | Sega | Out Run | | |
+toutrunu | Turbo Out Run (Out Run upgrade, FD1094 317-0118) | nonworking | | | | loadcorrupt | toutrun | 1989 | Sega | Out Run | | |
+tpgolf | Top Player's Golf | playable | | horizontal | inrom | working | | 1990 | SNK | Neo Geo | | |
+trally | Thrash Rally | playable | | horizontal | inrom | working | | 1991 | Alpha Denshi C | Neo Geo | | |
+treahunt | Treasure Hunt (bootleg?) | playable | | | | working | jack | 1982 | Hara Industrie | Jack the Giant | | |
+tripool | Tri-Pool (Casino Tech) | unplayable (controls) | | | | working | | 1981 | Noma (Casino T | Jack the Giant | | |
+tripoola | Tri-Pool (Costal Games) | unplayable (controls) | | | | working | tripool | 1981 | Noma (Costal G | Jack the Giant | | |
+truxton | Truxton\0Tatsujin | playable | 90 | rotated | | working | | 1988 | [Toaplan] Tait | Toaplan BCU-2 | | |
+truxton2 | Truxton II\0Tatsujin Oh | playable | 90 | rotated | | working | | 1992 | Toaplan | Toaplan GP9001 | | |
+ttmahjng | Mahjong | nonworking | | | | loadcorrupt | | 1980 | Taito | Route 16 | | |
+tturf | Tough Turf (set 2, Japan, 8751 317-0104) | nonworking | | | | loadcorrupt | | 1989 | Sega / Sunsoft | System 16B | | No Sound, Missing Z80 Program |
+tturfu | Tough Turf (set 1, US, 8751 317-0099) | unplayable (slow) | | | | working | tturf | 1989 | Sega / Sunsoft | System 16B | | |
+tumbleb | Tumble Pop (bootleg set 1) | unplayable (slow) | | | | working | tumblep | 1991 | bootleg | Miscellaneous | | |
+tumbleb2 | Tumble Pop (bootleg set 2) | unplayable (slow) | | | | working | tumblep | 1991 | bootleg | Miscellaneous | | |
+tumblep | Tumble Pop (World) | nonworking | | | | noload | | 1991 | Data East Corporation | Miscellaneous | NW | |
+turbofrc | Turbo Force | playable | 90 | rotated | inrom | working | | 1991 | Video System C | Video System | | |
+turfmast | Neo Turf Masters / Big Tournament Golf | playable | | horizontal | inrom | working | | 1996 | Nazca | Neo Geo | | |
+twinadv | Twin Adventure (World) | playable | | horizontal | | working | | 1995 | Barko Corp | Kaneko Pandora | | |
+twinadvk | Twin Adventure (Korea) | playable | | | | working | twinadv | 1995 | Barko Corp | Kaneko Pandora | | |
+twinhawk | Twin Hawk (World) | playable (slow) | | horizontal | | working | | 1989 | Taito Corporat | Taito-X | | |
+twinhwku | Twin Hawk (US) | playable (slow) | | | | working | twinhawk | 1989 | Taito America | Taito-X | | |
+twinkle | Twinkle | playable | | horizontal | | working | | 1997 | SemiCom | Kaneko Pandora | | |
+twinspri | Twinkle Star Sprites | playable | | horizontal | inrom | working | | 1996 | ADK | Neo Geo | | |
+tws96 | Tecmo World Soccer '96 | playable | | horizontal | inrom | working | | 1996 | Tecmo | Neo Geo | | |
+uecology | Ultimate Ecology (931203 Japan) | playable | | | | working | ecofghtr | 1993 | Capcom | CPS2 | | |
+unsquad | U.N. Squadron (US) | playable | | horizontal | inrom | working | | 1989 | Daipro / Capco | CPS1 | | |
+uopoko | Puzzle Uo Poko (International) | playable | | horizontal | inrom | working | | 1999 | Cave / Jaleco | Cave | | |
+uopokoj | Uo Poko (Japan, ver. 1998 Feb 06) | playable | | | | working | uopoko | 1999 | Cave / Jaleco | Cave | | |
+upndown | Up'n Down (315-5030) | nonworking | | | | loadhang | | 1983 | Sega | System 1 | | |
+upndownu | Up'n Down (not encrypted) | nonworking | | | | loadhang | upndown | 1983 | Sega | System 1 | | |
+vampj | Vampire - the night warriors (940705 Japan) | playable | | | | working | dstlk | 1994 | Capcom | CPS2 | | |
+vampja | Vampire - the night warriors (940705 Japan, alt) | playable | | | | working | dstlk | 1994 | Capcom | CPS2 | | |
+vampjr1 | Vampire - the night warriors (940630 Japan) | playable | | | | working | dstlk | 1994 | Capcom | CPS2 | | |
+vanvan | Van-Van Car | playable (sound) | | horizontal | | working | | 1983 | Sanritsu | Pac-man | | |
+vanvanb | Van-Van Car (set 3) | playable (sound) | | | | working | vanvan | 1983 | Karateco | Pac-man | | |
+vanvank | Van-Van Car (Karateco) | playable (sound) | | | | working | vanvan | 1983 | Karateco | Pac-man | | |
+varth | Varth - operation thunderstorm (920714 etc) | playable (slow) | 90 | rotated | inrom | working | | 1992 | Capcom | CPS1 | | |
+varthj | Varth - operation thunderstorm (920714 Japan) | playable (little slow) | 90 | | | working | varth | 1992 | Capcom | CPS1 | | |
+varthr1 | Varth - operation thunderstorm (920612 etc) | playable (slow) | 90 | | | working | varth | 1992 | Capcom | CPS1 | | |
+varthu | Varth - operation thunderstorm (920612 USA) | playable (slow) | 90 | rotated | | working | varth | 1992 | Capcom (Romsta | CPS1 | | |
+vfive | V-Five (Japan) | playable (sound) | 90 | rotated | | working | | 1993 | Toaplan | Toaplan GP9001 | | No sound (sound MCU not dumped) |
+vhunt2 | Vampire Hunter 2 - darkstalkers revenge (970929 Japan) | playable | | | | working | | 1997 | Capcom | CPS2 | | |
+vhunt2r1 | Vampire Hunter 2 - darkstalkers revenge (970913 Japan) | playable | | | | working | vhunt2 | 1997 | Capcom | CPS2 | | |
+vhuntj | Vampire Hunter - darkstalkers' revenge (950316 Japan) | playable | | | | working | nwarr | 1995 | Capcom | CPS2 | | |
+vhuntjr1 | Vampire Hunter - darkstalkers' revenge (950307 Japan) | playable | | | | working | nwarr | 1995 | Capcom | CPS2 | | |
+vhuntjr2 | Vampire Hunter - darkstalkers' revenge (950302 Japan) | playable | | | | working | nwarr | 1995 | Capcom | CPS2 | | |
+viewpoin | Viewpoint | nonworking | | | | loadcorrupt | | 1992 | Sammy | Neo Geo | | |
+vliner | V-Liner (set 1) | nonworking | | | | loadcorrupt | | 2001 | Dyna / BreezaS | Neo Geo | | |
+vlinero | V-Liner (set 2) | nonworking | | | | loadcorrupt | vliner | 2001 | Dyna / BreezaS | Neo Geo | | |
+vsav | Vampire Savior - the lord of vampire (970519 Euro) | playable | | horizontal | inrom | working | | 1997 | Capcom | CPS2 | | |
+vsav2 | Vampire Savior 2 - the lord of vampire (970913 Japan) | playable | | horizontal | inrom | working | | 1997 | Capcom | CPS2 | | |
+vsava | Vampire Savior - the lord of vampire (970519 Asia) | playable | | | | working | vsav | 1997 | Capcom | CPS2 | | |
+vsavd | Vampire Savior - the lord of vampire (970519 Euro Phoe | playable | | | | working | vsav | 1997 | bootleg | CPS2 | | |
+vsavh | Vampire Savior - the lord of vampire (970519 Hispanic) | playable | | | | working | vsav | 1997 | Capcom | CPS2 | | |
+vsavj | Vampire Savior - the lord of vampire (970519 Japan) | playable | | | | working | vsav | 1997 | Capcom | CPS2 | | |
+vsavu | Vampire Savior - the lord of vampire (970519 USA) | playable | | | | working | vsav | 1997 | Capcom | CPS2 | | |
+vulgus | Vulgus (set 1) | playable | 270 | rotated | | working | | 1984 | Capcom | Misc | | |
+vulgus2 | Vulgus (set 2) | playable | 90 | | | working | vulgus | 1984 | Capcom | Misc | | |
+vulgusj | Vulgus (Japan?) | playable | 90 | | | working | vulgus | 1984 | Capcom | Misc | | |
+wakuwak7 | Waku Waku 7 | playable | | horizontal | inrom | working | | 1996 | Sunsoft | Neo Geo | | |
+wallc | Wall Crash (set 1) | unplayable (controls + slow) | | | | working | | 1984 | Midcoin | Misc | | |
+wallca | Wall Crash (set 2) | unplayable (controls + slow) | | | | working | wallc | 1984 | Midcoin | Misc | | |
+wb3 | Wonder Boy III - Monster Lair (set 5, World, System 16 | playable (slow) | | horizontal | | working | | 1988 | Sega / Westone | System 16B | | |
+wb31 | Wonder Boy III - Monster Lair (set 1, System 16A, FD10 | nonworking | | | | loadcorrupt | wb3 | 1988 | Sega / Westone | System 16A | | |
+wb32 | Wonder Boy III - Monster Lair (set 2, Japan, System 16 | nonworking | | | | loadcorrupt | wb3 | 1988 | Sega / Westone | System 16B | | |
+wb33 | Wonder Boy III - Monster Lair (set 3, World, System 16 | nonworking | | | | loadcorrupt | wb3 | 1988 | Sega / Westone | System 16B | | |
+wb34 | Wonder Boy III - Monster Lair (set 4, Japan, System 16 | nonworking | | | | loadcorrupt | wb3 | 1988 | Sega / Westone | System 16B | | |
+wb3bbl | Wonder Boy III - Monster Lair (bootleg) | nonworking | | | | loadcorrupt | wb3 | 1988 | bootleg | System 16B | D | |
+wbdeluxe | Wonder Boy Deluxe | nonworking | | | | loadhang | wboy | 1986 | Sega (Escape L | System 1 | | |
+wboy | Wonder Boy (set 1, 315-5177) | nonworking | | | | loadhang | | 1986 | Sega (Escape L | System 1 | | |
+wboy2 | Wonder Boy (set 2, 315-5178) | nonworking | | | | loadhang | wboy | 1986 | Sega (Escape L | System 1 | | |
+wboy2u | Wonder Boy (set 2, not encrypted) | nonworking | | | | loadhang | wboy | 1986 | Sega (Escape L | System 1 | | |
+wboy3 | Wonder Boy (set 3, 315-5135) | nonworking | | | | loadhang | wboy | 1986 | Sega (Escape L | System 1 | | |
+wboy4 | Wonder Boy (set 4, 315-5162) | nonworking | | | | loadhang | wboy | 1986 | Sega (Escape L | System 1 | | |
+wboyo | Wonder Boy (set 1, 315-5135) | nonworking | | | | loadhang | wboy | 1986 | Sega (Escape L | System 1 | | |
+wboyu | Wonder Boy (not encrypted) | nonworking | | | | loadhang | wboy | 1986 | Sega (Escape L | System 1 | | |
+wc90 | World Cup '90 (set 1) | playable | | horizontal | | working | | 1989 | Tecmo | Miscellaneous | | |
+wc90a | World Cup '90 (set 2) | playable | | | | working | wc90 | 1989 | Tecmo | Miscellaneous | | |
+wc90t | World Cup '90 (trackball) | playable | | | | working | wc90 | 1989 | Tecmo | Miscellaneous | | |
+wh1 | World Heroes (set 1) | playable | | horizontal | inrom | working | | 1992 | Alpha Denshi C | Neo Geo | | |
+wh1h | World Heroes (set 2) | playable | | | | working | wh1 | 1992 | Alpha Denshi C | Neo Geo | | |
+wh1ha | World Heroes (set 3) | playable | | | | working | wh1 | 1992 | Alpha Denshi C | Neo Geo | | |
+wh2 | World Heroes 2 | playable | | horizontal | inrom | working | | 1993 | ADK | Neo Geo | | |
+wh2j | World Heroes 2 Jet (set 1) | playable | | | | working | | 1994 | ADK / SNK | Neo Geo | | |
+wh2jh | World Heroes 2 Jet (set 2) | playable | | | | working | wh2j | 1994 | ADK / SNK | Neo Geo | | |
+whp | World Heroes Perfect | playable | | horizontal | inrom | working | | 1995 | ADK / SNK | Neo Geo | | |
+wildfang | Wild Fang / Tecmo Knight | playable | | horizontal | inrom | working | | 1989 | Tecmo | Miscellaneous | | |
+willow | Willow (US) | playable | | horizontal | inrom | working | | 1989 | Capcom | CPS1 | | |
+willowj | Willow (Japan, Japanese) | playable | | | | working | willow | 1989 | Capcom | CPS1 | | |
+willowje | Willow (Japan, English) | playable | | | | working | willow | 1989 | Capcom | CPS1 | | |
+wintbob | The Winter Bobble (bootleg) | playable | | | | working | snowbros | 1990 | bootleg | Kaneko Pandora | | |
+wjammers | Windjammers / Flying Power Disc | nonworking | | | inrom | loadcorrupt | | 1994 | Data East Corp | Neo Geo | | |
+wlstar | Wonder League Star - Sok-Magicball Fighting (Korea) | playable (slow + non English) | | horizontal | | working | | 1995 | Mijin | Miscellaneous | | |
+wmatch | Water Match (315-5064) | nonworking | | | | loadhang | | 1984 | Sega | System 1 | | |
+wof | Warriors of Fate (921002 etc) | playable | | horizontal | inrom | working | | 1992 | Capcom | CPS1 / QSound | | |
+wof3js | Sangokushi II: San Jian Sheng (Chinese bootleg) | playable | | | | working | wof | 1992 | bootleg | CPS1 | | |
+wof3sj | Sangokushi II: San Sheng Jian (Chinese bootleg set 1) | nonworking | | | | loadcorrupt | wof | 1992 | bootleg | CPS1 / QSound | D NW | |
+wof3sja | Sangokushi II: San Sheng Jian (Chinese bootleg set 2) | nonworking | | | | loadhang | wof | 1992 | bootleg | CPS1 / QSound | D NW | |
+wofa | Sangokushi II (921005 Asia) | playable | | | | working | wof | 1992 | Capcom | CPS1 / QSound | | |
+wofaha | Sangokushi II (921005 Asia, bootleg) | nonworking | | | | noload | wof | 1992 | bootleg | CPS1 / QSound | D NW | |
+wofb | Warriors of Fate (bootleg) | nonworking | | | | loadcorrupt | wof | 1992 | bootleg | CPS1 / QSound | D NW | |
+wofh | Sangokushi II: Sanguo Yingxiong Zhuan (Chinese bootleg | nonworking | | | | noload | wof | 1992 | bootleg | CPS1 / QSound | D NW | |
+wofha | Sangokushi II: Sanguo Yingxiong Zhuan (Chinese bootleg | nonworking | | | | loadcorrupt | wof | 1992 | bootleg | CPS1 / QSound | D NW | |
+wofhfh | Sangokushi II: Huo Fenghuang (Chinese bootleg) | nonworking | | | | loadhang | wof | 1992 | bootleg | CPS1 | | |
+wofj | Tenchi wo Kurau II - Sekiheki no Tatakai (921031 Japan | playable | | | inrom | working | wof | 1992 | Capcom | CPS1 / QSound | | |
+wofjh | | nonworking | | | | noload | | | | | | |
+wofsj | Sangokushi II: Sheng Jian Sanguo (Chinese bootleg set | nonworking | | | | loadcorrupt | wof | 1992 | bootleg | CPS1 / QSound | D NW | |
+wofsja | Sangokushi II: Sheng Jian Sanguo (Chinese bootleg set | nonworking | | | | loadhang | wof | 1992 | bootleg | CPS1 / QSound | D NW | |
+wofsjb | Sangokushi II: Sheng Jian Sanguo (Chinese bootleg set | nonworking | | | | loadcorrupt | wof | 1992 | bootleg | CPS1 / QSound | D NW | |
+wofu | Warriors of Fate (921031 USA) | playable | | | | working | wof | 1992 | Capcom | CPS1 / QSound | | |
+wonder3 | Wonder 3 (910520 Japan) | playable (slow) | | | | working | 3wonders | 1991 | Capcom | CPS1 | | |
+wondl96 | Wonder League '96 (Korea) | playable (slow + non English) | | horizontal | | working | | 1995 | SemiCom | Miscellaneous | | |
+woodpek | Woodpecker (set 1) | playable (sound) | | horizontal | | working | | 1981 | Amenip (Palcom | Pac-man | | |
+woodpeka | Woodpecker (set 2) | nonworking | | | | loadcorrupt | woodpek | 1981 | Amenip (Palcom | Pac-man | D NW | |
+wrestwa1 | Wrestle War (set 1, Japan, FD1094 317-0090) | nonworking | | | | loadcorrupt | wrestwar | 1988 | Sega | System 16B | | |
+wrestwa2 | Wrestle War (set 2, World, FD1094 317-0102) | nonworking | | | | loadcorrupt | wrestwar | 1988 | Sega | System 16B | | |
+wrestwar | Wrestle War (set 3, World, 8751 317-0103) | playable (slow) | 90 | rotated | | working | | 1988 | Sega | System 16B | | |
+wwallyj | Wally wo Sagase! (rev B, Japan, FD1094 317-0197B) | nonworking | | | | loadcorrupt | | 1992 | Sega | System 18 | | Incomplete Sound |
+wwallyja | Wally wo Sagase! (rev A, Japan, FD1094 317-0197A) | nonworking | | | | loadcorrupt | wwallyj | 1992 | Sega | System 18 | | Incomplete Sound |
+wwfwfest | WWF WrestleFest (US set 1) | playable | | horizontal | | working | | 1991 | Technos Japan | Miscellaneous | | |
+wwfwfsta | WWF WrestleFest (US Tecmo) | playable | | | | working | wwfwfest | 1991 | Technos Japan | Miscellaneous | | |
+wwfwfstb | WWF WrestleFest (US bootleg) | playable | | | | working | wwfwfest | 1991 | bootleg | Miscellaneous | | |
+wwfwfstj | WWF WrestleFest (Japan) | playable | | | | working | wwfwfest | 1991 | Technos Japan | Miscellaneous | | |
+xmcota | X-Men - children of the atom (950105 Euro) | playable | | horizontal | inrom | working | | 1995 | Capcom | CPS2 | | |
+xmcotaa | X-Men - children of the atom (941217 Asia) | playable | | | | working | xmcota | 1995 | Capcom | CPS2 | | |
+xmcotad | X-Men - children of the atom (950105 Euro Phoenix Edit | playable | | | | working | xmcota | 1995 | bootleg | CPS2 | | |
+xmcotah | X-Men - children of the atom (950331 Hispanic) | playable | | | | working | xmcota | 1995 | Capcom | CPS2 | | |
+xmcotaj | X-Men - children of the atom (941222 Japan) | playable | | | | working | xmcota | 1994 | Capcom | CPS2 | | |
+xmcotaj1 | X-Men - children of the atom (941219 Japan) | playable | | | | working | xmcota | 1994 | Capcom | CPS2 | | |
+xmcotaj2 | X-Men - children of the atom (941217 Japan) | playable | | | | working | xmcota | 1994 | Capcom | CPS2 | | |
+xmcotajr | X-Men - children of the atom (941208 Japan, rent versi | playable | | | | working | xmcota | 1994 | Capcom | CPS2 | | |
+xmcotau | X-Men - children of the atom (950105 USA) | playable | | | | working | xmcota | 1995 | Capcom | CPS2 | | |
+xmvsf | X-Men vs Street Fighter (961004 Euro) | playable | | horizontal | inrom | working | | 1996 | Capcom | CPS2 | | |
+xmvsfa | X-Men vs Street Fighter (961023 Asia) | playable | | | | working | xmvsf | 1996 | Capcom | CPS2 | | |
+xmvsfar1 | X-Men vs Street Fighter (960919 Asia) | playable | | | | working | xmvsf | 1996 | Capcom | CPS2 | | |
+xmvsfb | X-Men vs Street Fighter (961023 Brazil) | playable | | | | working | xmvsf | 1996 | Capcom | CPS2 | | |
+xmvsfh | X-Men vs Street Fighter (961004 Hispanic) | playable | | | | working | xmvsf | 1996 | Capcom | CPS2 | | |
+xmvsfj | X-Men vs Street Fighter (961004 Japan) | playable | | | | working | xmvsf | 1996 | Capcom | CPS2 | | |
+xmvsfjr1 | X-Men vs Street Fighter (960910 Japan) | playable | | | | working | xmvsf | 1996 | Capcom | CPS2 | | |
+xmvsfjr2 | X-Men vs Street Fighter (960909 Japan) | playable | | | | working | xmvsf | 1996 | Capcom | CPS2 | | |
+xmvsfr1 | X-Men vs Street Fighter (960910 Euro) | playable | | | | working | xmvsf | 1996 | Capcom | CPS2 | | |
+xmvsfu | X-Men vs Street Fighter (961023 USA) | playable | | | | working | xmvsf | 1996 | Capcom | CPS2 | | |
+xmvsfu1d | X-Men vs Street Fighter (961004 USA Phoenix Edition) | playable | | | | working | xmvsf | 1996 | bootleg | CPS2 | | |
+xmvsfur1 | X-Men vs Street Fighter (961004 USA) | playable | | | | working | xmvsf | 1996 | Capcom | CPS2 | | |
+yankeedo | Yankee DO! | playable | 90 | | | working | mrdo | 1982 | hack | misc | | |
+yesnoj | Yes/No Sinri Tokimeki Chart | playable (slow + non English) | | horizontal | | working | | 1992 | Taito Corporat | Taito-F2 | | |
+yuyugogo | Yuuyu no Quiz de GO!GO! (Japan) | playable (slow + non English) | | horizontal | | working | | 1990 | Taito Corporat | Taito-F2 | | |
+zedblade | Zed Blade / Operation Ragnarok | playable | | horizontal | inrom | working | | 1994 | NMK | Neo Geo | | |
+zerowing | Zero Wing | playable (graphics) | | horizontal | | working | | 1989 | Toaplan | Toaplan BCU-2 | | |
+zerowng2 | Zero Wing (2 player simultaneous ver.) | playable (graphics + slow) | | | | working | zerowing | 1989 | [Toaplan] Will | Toaplan BCU-2 | | |
+zintrckb | Zintrick / Oshidashi Zentrix (hack / bootleg) | playable (non English) | | horizontal | inrom | working | | 1996 | hack / bootleg | Neo Geo | | |
+zintrkcd | Zintrick / Oshidashi Zentrix (Neo CD conversion) | playable (non English) | | | | working | zintrckb | 1996 | hack | Neo Geo | | |
+zipzap | Zip & Zap | playable (sound) | 90 | rotated | | working | | 1995 | Barko Corp | Miscellaneous | D | Imperfect GFXs, No Sound |
+zupapa | Zupapa! | playable | | horizontal | inrom | working | | 2001 | SNK | Neo Geo | | |
+zupapan | Zupapa! (decrypted C) | playable | | | | working | zupapa | 2001 | SNK | Neo Geo | | |
+zzyzzyx2 | Zzyzzyxx (set 2) | playable (sound) | | | | working | zzyzzyxx | 1982 | Cinematronics | Jack the Giant | | |
+zzyzzyxx | Zzyzzyxx (set 1) | playable (sound) | | horizontal | | working | | 1982 | Cinematronics | Jack the Giant | | |
+
+
+
diff --git a/images/unused/nvinf.hsp.png b/images/nvinf.hsp.png
similarity index 100%
rename from images/unused/nvinf.hsp.png
rename to images/nvinf.hsp.png
diff --git a/text/inrom_sf2000_fba.txt b/text/inrom_sf2000_fba.txt
deleted file mode 100644
index c961b8c..0000000
--- a/text/inrom_sf2000_fba.txt
+++ /dev/null
@@ -1,225 +0,0 @@
-2020bb.zip
-3countb.zip
-3in1semi.zip
-3wonders.zip
-alpham2.zip
-androdun.zip
-aodk.zip
-aof.zip
-aof2.zip
-aof3.zip
-area88.zip
-armwar.zip
-avsp.zip
-bakatono.zip
-bangbead.zip
-batcir.zip
-bjourney.zip
-blazstar.zip
-bonkadv.zip
-breakers.zip
-bstars2.zip
-burningf.zip
-captcomm.zip
-cawing.zip
-chikij.zip
-choko.zip
-crsword.zip
-csclub.zip
-cthd2003.zip
-ctomaday.zip
-ctribe.zip
-cyberlip.zip
-cybots.zip
-daimakai.zip
-ddsom.zip
-ddtod.zip
-diggerma.zip
-dino.zip
-doubledr.zip
-drgw2.zip
-dstlk.zip
-dynwar.zip
-ecofghtr.zip
-eightman.zip
-fatfursp.zip
-fatfury1.zip
-fatfury2.zip
-fatfury3.zip
-fbfrenzy.zip
-ffight.zip
-fightfev.zip
-flipshot.zip
-forgottn.zip
-gaia.zip
-galaxyfg.zip
-ganryu.zip
-garou.zip
-ghostlop.zip
-ghouls.zip
-gigawing.zip
-goalx3.zip
-gowcaizr.zip
-gpilots.zip
-grdians.zip
-gtmr2.zip
-gururin.zip
-janshin.zip
-joyjoy.zip
-jyangoku.zip
-kabukikl.zip
-karatblz.zip
-karnovr.zip
-kbash.zip
-kizuna.zip
-knights.zip
-kod.zip
-kof2000.zip
-kof2k4se.zip
-kof94.zip
-kof95.zip
-kof97.zip
-kof98.zip
-kof99.zip
-kotm.zip
-kotm2.zip
-kov.zip
-kov115.zip
-kovplus.zip
-kovplusa.zip
-lastblad.zip
-lbowling.zip
-legendos.zip
-lostwrld.zip
-lresort.zip
-magdrop2.zip
-magdrop3.zip
-maglord.zip
-matrim.zip
-matrimbl.zip
-mbombrd.zip
-megaman.zip
-megaman2.zip
-mercs.zip
-metmqstr.zip
-miexchng.zip
-minasan.zip
-mmatrix.zip
-mpang.zip
-msh.zip
-mshvsf.zip
-mslug.zip
-mslug2.zip
-mslug3.zip
-mslug3b6.zip
-mslug3h.zip
-mslugx.zip
-msword.zip
-mtwins.zip
-mutnat.zip
-mvsc.zip
-nam1975.zip
-ncombat.zip
-ncommand.zip
-nemo.zip
-neobombe.zip
-neocup98.zip
-neodrift.zip
-neomrdo.zip
-ninjamas.zip
-nitd.zip
-nwarr.zip
-orlegend.zip
-overtop.zip
-pang3.zip
-panicbom.zip
-pbobbl2n.zip
-pbobblen.zip
-pgoal.zip
-plegends.zip
-pnickj.zip
-pnyaa.zip
-popbounc.zip
-powerins.zip
-progear.zip
-pulstar.zip
-punisher.zip
-puzlstar.zip
-puzzledp.zip
-pwrinst2.zip
-pzlbowl.zip
-pzloop2j.zip
-ragnagrd.zip
-rbff1.zip
-rbffspec.zip
-ridhero.zip
-ringdest.zip
-roboarmy.zip
-rotd.zip
-s1945p.zip
-sailormn.zip
-samsho.zip
-samsho2.zip
-samsho3.zip
-samsho4.zip
-savagere.zip
-sdfight.zip
-sdodgeb.zip
-sengoku.zip
-sengoku2.zip
-sf2.zip
-sf2ce.zip
-sfa.zip
-sfa2.zip
-sfa3.zip
-sfzch.zip
-sgemf.zip
-shadfrce.zip
-shadoww.zip
-shocktr2.zip
-shocktro.zip
-slammast.zip
-snowbros.zip
-sonicwi2.zip
-sonicwi3.zip
-spf2t.zip
-spf2ta.zip
-spinmast.zip
-ssf2.zip
-ssideki.zip
-ssideki2.zip
-ssideki3.zip
-ssideki4.zip
-stakwin.zip
-stakwin2.zip
-stratof.zip
-strider.zip
-superspy.zip
-svcboot.zip
-theroes.zip
-tophuntr.zip
-tpgolf.zip
-trally.zip
-turbofrc.zip
-turfmast.zip
-twinspri.zip
-tws96.zip
-unsquad.zip
-uopoko.zip
-varth.zip
-vsav.zip
-vsav2.zip
-wakuwak7.zip
-wh1.zip
-wh2.zip
-whp.zip
-wildfang.zip
-willow.zip
-wjammers.zip
-wof.zip
-wofj.zip
-xmcota.zip
-xmvsf.zip
-zedblade.zip
-zintrckb.zip
-zupapa.zip
\ No newline at end of file
diff --git a/text/notlistedinrom_sf2000_fba.txt b/text/notlistedinrom_sf2000_fba.txt
deleted file mode 100644
index aaa1d55..0000000
--- a/text/notlistedinrom_sf2000_fba.txt
+++ /dev/null
@@ -1,1627 +0,0 @@
-amidar1.zip
-amidarb.zip
-amidaro.zip
-amidars.zip
-amidaru.zip
-amigo.zip
-angelkds.zip
-anteater.zip
-anteaterg.zip
-anteateruk.zip
-aponow.zip
-aquajackj.zip
-aquajacku.zip
-aquarium.zip
-arabian.zip
-arabiana.zip
-aracnis.zip
-arbalest.zip
-area88r.zip
-arkanoidj.zip
-arkanoidjb.zip
-arkanoidu.zip
-arkanoiduo.zip
-arknoid2.zip
-arknoid2b.zip
-arknoid2j.zip
-arknoid2u.zip
-armedf.zip
-armedff.zip
-armorcar.zip
-armorcar2.zip
-armwar1d.zip
-armwaru1.zip
-ashnojoe.zip
-ashura.zip
-ashuraj.zip
-ashurau.zip
-astormja.zip
-asuka.zip
-asukaj.zip
-asurabld.zip
-asurabus.zip
-atehate.zip
-atlantis.zip
-atlantis2.zip
-atlantisb.zip
-atomboy.zip
-atomboya.zip
-atomicp.zip
-avengers.zip
-avengers2.zip
-aztarac.zip
-azurian.zip
-backfire.zip
-backfirt.zip
-baraduke.zip
-batman2.zip
-batriderc.zip
-batriderj.zip
-batriderja.zip
-batriderk.zip
-batridert.zip
-batrideru.zip
-batsuguna.zip
-batsugunsp.zip
-battroad.zip
-bayroute1.zip
-bayroutej.zip
-bbakraidj.zip
-bbakraidja.zip
-bballs.zip
-bbmanw.zip
-bbmanwj.zip
-bbros.zip
-bchopper.zip
-berlwallt.zip
-bestbest.zip
-bestri.zip
-bgareggabl.zip
-bgareggacn.zip
-bgareggahk.zip
-bgaregganv.zip
-bgareggat2.zip
-bgareggatw.zip
-bigbang.zip
-bigkarnk.zip
-billiard.zip
-biomtoya.zip
-bioship.zip
-birdiy.zip
-bjtwin.zip
-bjtwina.zip
-bktigrb2.zip
-blandia.zip
-blandiap.zip
-blkdrgon.zip
-blkdrgonb.zip
-blkheart.zip
-blkheartj.zip
-blkhole.zip
-blktiger.zip
-blktigera.zip
-blktigerb1.zip
-blmbycar.zip
-blmbycaru.zip
-blockbl.zip
-blockcar.zip
-blockhl.zip
-blockj.zip
-blockjoy.zip
-blockout.zip
-blockout2.zip
-blockoutj.zip
-bloodbro.zip
-bloodbroa.zip
-bloodbrob.zip
-blox16b.zip
-blswhstl.zip
-blueprnt.zip
-blueprntj.zip
-bmaster.zip
-boblbobl.zip
-bombjack2.zip
-bombkick.zip
-bongo.zip
-bonzeadv.zip
-bonzeadvo.zip
-bonzeadvu.zip
-boobhack.zip
-boogwing.zip
-boogwinga.zip
-bottom9.zip
-bottom9n.zip
-bouldash.zip
-bouldashj.zip
-breywood.zip
-bsharkjjs.zip
-bsharku.zip
-bssoccer.zip
-bstarsh.zip
-btlkroad.zip
-bub68705.zip
-bubl2000.zip
-bublbobl.zip
-bublbobl1.zip
-bublboblr.zip
-bublboblr1.zip
-bucaner.zip
-buccanrs.zip
-buccanrsa.zip
-buraiken.zip
-burglarx.zip
-burningfh.zip
-burningfp.zip
-bygone.zip
-cactus.zip
-cadash.zip
-cadashf.zip
-cadashg.zip
-cadashi.zip
-cadashj.zip
-cadashu.zip
-calibr50.zip
-calipso.zip
-cameltrya.zip
-cameltryau.zip
-cameltryj.zip
-candance.zip
-captcommj.zip
-captcommjr1.zip
-captcommr1.zip
-captcommu.zip
-catacomb.zip
-catt.zip
-cavelon.zip
-cavenger.zip
-cbuster.zip
-cbusterj.zip
-cbusterw.zip
-cclimbr2.zip
-cclimbr2a.zip
-chainrec.zip
-chaknpop.zip
-charlien.zip
-chasehqu.zip
-checkman.zip
-checkmanj.zip
-chelnov.zip
-chelnovj.zip
-chelnovu.zip
-chewing.zip
-chinatwn.zip
-chukatai.zip
-chukataij.zip
-chukataiu.zip
-ckong.zip
-ckongg.zip
-ckongmc.zip
-ckongs.zip
-cltchitrj.zip
-cnbe.zip
-cndi.zip
-cninja.zip
-cninja1.zip
-cninjaa.zip
-cninjabl.zip
-cninjau.zip
-cobracom.zip
-cobracomj.zip
-cobracomja.zip
-columnsn.zip
-commando.zip
-commandob.zip
-commandoj.zip
-commandou.zip
-contcircu.zip
-contcircua.zip
-contra.zip
-contra1.zip
-contrab.zip
-contraj.zip
-contrajb.zip
-cosmccop.zip
-cps1demo.zip
-crazycop.zip
-crazyfgt.zip
-crimec.zip
-crimecj.zip
-crimecu.zip
-crimfght.zip
-crimfght2.zip
-crimfghtj.zip
-crockman.zip
-croquis.zip
-crospang.zip
-crossbld.zip
-crshrace.zip
-crshrace2.zip
-crushbl2.zip
-crusherm.zip
-csclub1.zip
-csclub1d.zip
-csilver.zip
-csilverj.zip
-cthd2k3a.zip
-ctribeb2.zip
-ctribej.zip
-cuebrick.zip
-cuebrickj.zip
-cybotsud.zip
-daimakair.zip
-daioh.zip
-dambustr.zip
-dambustra.zip
-dambustruk.zip
-daraku.zip
-darius2d.zip
-darius2do.zip
-darkadv.zip
-darkplnt.zip
-darkseal.zip
-darkseal1.zip
-darkseal2.zip
-darksealj.zip
-darktowr.zip
-dassault.zip
-dassault4.zip
-dbldyn.zip
-dbldynf.zip
-dblpoint.zip
-dblpointd.zip
-dbreed.zip
-dbreedm72.zip
-ddonpachj.zip
-ddonpachjh.zip
-ddp2100.zip
-ddp2101.zip
-ddpdoj.zip
-ddpdoja.zip
-ddpdojb.zip
-ddpdojblk.zip
-ddragon2.zip
-ddragon2u.zip
-ddragon3b.zip
-ddragon3j.zip
-ddragon3p.zip
-ddragonb.zip
-ddragonb2.zip
-ddragonba.zip
-ddragonu.zip
-ddragonua.zip
-ddragonub.zip
-ddragonw.zip
-ddragonw1.zip
-ddsomh.zip
-ddtodhr1.zip
-ddtodhr2.zip
-deadconxj.zip
-deathbrd.zip
-deerhunt.zip
-deerhunta.zip
-deerhuntb.zip
-deerhuntc.zip
-deerhuntd.zip
-demonwld.zip
-demonwld1.zip
-demonwld2.zip
-demonwld3.zip
-deroon.zip
-desertbrj.zip
-detatwin.zip
-devilfsg.zip
-devilfsh.zip
-devilw.zip
-devstors.zip
-devstors2.zip
-devstors3.zip
-diamond.zip
-dietgo.zip
-dietgoe.zip
-dietgoj.zip
-dietgou.zip
-dimahoud.zip
-dingo.zip
-dinoeh.zip
-dinohunt.zip
-diverboy.zip
-dkgensan.zip
-dkgensanm72.zip
-dkongjr.zip
-dkongjrm.zip
-dland.zip
-dockman.zip
-dogyuuna.zip
-dogyuunt.zip
-dokaben.zip
-dondokodj.zip
-dondokodu.zip
-donpachihk.zip
-donpachij.zip
-donpachikr.zip
-dorodon.zip
-dorodon2.zip
-dotrikun2.zip
-downtown.zip
-downtownj.zip
-dragnblz.zip
-drgnbstr.zip
-drgninja.zip
-drgnunit.zip
-drivfrcb.zip
-drivfrcg.zip
-drtoppel.zip
-drtoppelj.zip
-drtoppelu.zip
-dsoccr94.zip
-dsoccr94j.zip
-dstlkh.zip
-ducki.zip
-dw2v100x.zip
-dynduke.zip
-dyndukef.zip
-dynwara.zip
-dynwarjr.zip
-eagle.zip
-eagle2.zip
-eagle3.zip
-earthjkr.zip
-ecofghtra.zip
-ecofghtrd.zip
-ecofghtrh.zip
-ecofghtru.zip
-ecofghtru1.zip
-edrandy.zip
-edrandy1.zip
-edrandy2.zip
-edrandyj.zip
-egghunt.zip
-eightfrc.zip
-esckids.zip
-esckidsj.zip
-espgal.zip
-espradejo.zip
-exerizerb.zip
-exodus.zip
-explorer.zip
-extdwnhl.zip
-extrmatn.zip
-extrmatnj.zip
-extrmatnu.zip
-eyesb.zip
-eyeszacb.zip
-f1dream.zip
-f1dreamb.zip
-f1gp.zip
-f1gp2.zip
-fantazia.zip
-fantsia2a.zip
-fantzn2x.zip
-fantznta.zip
-fantzone1.zip
-fantzonep.zip
-farmer.zip
-fatfurspa.zip
-ffantasy.zip
-ffantasya.zip
-ffighta.zip
-ffightjh.zip
-ffightu1.zip
-fghtbskt.zip
-fightfeva.zip
-firehawk.zip
-fireshrk.zip
-fireshrkd.zip
-fireshrkdh.zip
-fixeight.zip
-fixeighta.zip
-fixeightat.zip
-fixeighth.zip
-fixeightht.zip
-fixeightj.zip
-fixeightjt.zip
-fixeightk.zip
-fixeightkt.zip
-fixeightt.zip
-fixeighttw.zip
-fixeighttwt.zip
-fixeightu.zip
-fixeightut.zip
-flashgala.zip
-flickys1.zip
-flickys2.zip
-flstory.zip
-flstoryj.zip
-fnkyfish.zip
-forgottnu.zip
-forgottnu1.zip
-forgottnua.zip
-fr2ch.zip
-frogf.zip
-frogg.zip
-frogger.zip
-froggermc.zip
-froggers.zip
-froggers1.zip
-froggers2.zip
-fround.zip
-froundl.zip
-fstarfrcj.zip
-fullthrl.zip
-funkybeeb.zip
-funkyjet.zip
-funkyjetj.zip
-funybubl.zip
-funybublc.zip
-galaga.zip
-galagamf.zip
-galagamk.zip
-galagamw.zip
-galagao.zip
-galap1.zip
-galap4.zip
-galapx.zip
-galaxbsf.zip
-galaxian.zip
-galaxiana.zip
-galaxianm.zip
-galaxianmo.zip
-galaxiant.zip
-galemp.zip
-gallag.zip
-gallop.zip
-galmedes.zip
-galspnbl.zip
-galturbo.zip
-gangonta.zip
-garogun.zip
-garuka.zip
-garyoret.zip
-gatedoom.zip
-gatedoom1.zip
-gaunt2.zip
-gaunt22p.zip
-gaunt22p1.zip
-gaunt22pg.zip
-gaunt2g.zip
-gauntlet.zip
-gauntlet2p.zip
-gauntlet2pg.zip
-gauntlet2pg1.zip
-gauntlet2pj.zip
-gauntlet2pj2.zip
-gauntlet2pr3.zip
-gauntletg.zip
-gauntletgr3.zip
-gauntletgr6.zip
-gauntletgr8.zip
-gauntletj.zip
-gauntletj12.zip
-gauntletr1.zip
-gauntletr2.zip
-gauntletr4.zip
-gauntletr5.zip
-gauntletr7.zip
-gauntletr9.zip
-gauntlets.zip
-gbusters.zip
-gbustersa.zip
-gemini.zip
-genix.zip
-geostorm.zip
-getstarj.zip
-gforce2ja.zip
-ghostb.zip
-ghostb3.zip
-ghostbi.zip
-ghox.zip
-ghoxj.zip
-gigandesj.zip
-gigawinga.zip
-gigawingb.zip
-gigawingd.zip
-gigawingh.zip
-gigawingj.zip
-gigawingjd.zip
-ginganin.zip
-ginganina.zip
-gnbarich.zip
-gnga.zip
-gngbl.zip
-gngblita.zip
-gngc.zip
-gngt.zip
-goldnaxe1.zip
-goldnaxe2.zip
-goldnaxe3.zip
-goldnaxej.zip
-goldnaxeu.zip
-gotcha.zip
-gradius2.zip
-gradius2a.zip
-gradius2b.zip
-gradius3.zip
-gradius3a.zip
-gradius3e.zip
-grdnstrm.zip
-grdnstrmk.zip
-grindstma.zip
-gryzor.zip
-gryzora.zip
-gteikob2.zip
-gteikokb.zip
-gteikoku.zip
-gtstarb1.zip
-gtstarb2.zip
-gumbo.zip
-gunball.zip
-gunbird.zip
-gunbird2.zip
-gunbirdj.zip
-gunbirdk.zip
-gundamex.zip
-gundhara.zip
-gunforc2.zip
-gunforce.zip
-gunforcej.zip
-gunforceu.zip
-gunfrontj.zip
-gunhohki.zip
-gunnail.zip
-gunsmokej.zip
-gunsmokeu.zip
-gunsmokeua.zip
-gussun.zip
-guwanges.zip
-gyrodinet.zip
-gyruss.zip
-gyrussb.zip
-gyrussce.zip
-hachamf.zip
-hasamu.zip
-hatena.zip
-hbarrel.zip
-hbarrelw.zip
-hcastle.zip
-hcastlej.zip
-hcastleo.zip
-hcastljo.zip
-hedpanic.zip
-hedpanicf.zip
-hellfire1.zip
-hellfire2.zip
-hellfire3.zip
-heuksun.zip
-hexa.zip
-hexion.zip
-hexpool.zip
-hexpoola.zip
-hgkairak.zip
-hharry.zip
-hharryu.zip
-hippodrm.zip
-hitice.zip
-hiticej.zip
-hncholms.zip
-horekid.zip
-horekidb.zip
-hotbubl.zip
-hotdebut.zip
-hotgm4ev.zip
-hotgmck.zip
-hotgmck3.zip
-hotgmcki.zip
-hotpinbl.zip
-hotshock.zip
-hotshockb.zip
-hpuncher.zip
-hsf2a.zip
-hunchbak.zip
-hunchbkg.zip
-hunchbks.zip
-huncholy.zip
-hustler.zip
-hustlerb.zip
-hvymetal.zip
-hwchampj.zip
-hyperpacb.zip
-hypsptsp.zip
-ikari3.zip
-ikari3j.zip
-ikari3u.zip
-ikki.zip
-imgfight.zip
-imgfighto.zip
-insectx.zip
-ironclad.zip
-ironclado.zip
-isgsm.zip
-jchan.zip
-jchan2.zip
-jigkmgri.zip
-jjsquawk.zip
-jjsquawkb.zip
-jjsquawkb2.zip
-jockeygpa.zip
-joemac.zip
-joemacr.zip
-joemacra.zip
-jojo.zip
-jojoba.zip
-jojoban.zip
-jojobane.zip
-jojobaner1.zip
-jojobanr1.zip
-jojobar1.zip
-jojoj.zip
-jojojr1.zip
-jojojr2.zip
-jojon.zip
-jojonr1.zip
-jojonr2.zip
-jojor1.zip
-jojor2.zip
-jpopnics.zip
-juju.zip
-jujub.zip
-jumpbug.zip
-jumpbugb.zip
-jumpshotp.zip
-kageki.zip
-kagekih.zip
-kagekij.zip
-kamakazi3.zip
-kamenrid.zip
-kangaroo.zip
-kangarooa.zip
-kangaroob.zip
-karatblzj.zip
-karatblzu.zip
-karianx.zip
-karnovj.zip
-kbash2.zip
-keroppi.zip
-keta.zip
-ketb.zip
-kf2k1pa.zip
-kf2k1pls.zip
-kf2k2plb.zip
-kf2k2plc.zip
-kf2k2ps2.zip
-kf2k4pls.zip
-kidniki.zip
-kidnikiu.zip
-kikcubic.zip
-kikcubicb.zip
-killbld104.zip
-kingball.zip
-kingballj.zip
-knightsb3.zip
-knightsja.zip
-knockout.zip
-kodda.zip
-kodja.zip
-kodr1.zip
-kof95h.zip
-kof96ae.zip
-kof96cn.zip
-kof96ep.zip
-kof97cn.zip
-kof97h.zip
-kof97k.zip
-kof97pla.zip
-kof97xt.zip
-kof98ae.zip
-kof98h.zip
-kof98ka.zip
-kof99h.zip
-kof99k.zip
-kog.zip
-konami88.zip
-korokoro.zip
-kotm2p.zip
-kov100.zip
-kov2100.zip
-kov2102.zip
-kov2103.zip
-kov2p205.zip
-kovqhsgs.zip
-kovsgqyz.zip
-kovsgqyza.zip
-kovsgqyzb.zip
-kovsh103.zip
-kozure.zip
-kuhga.zip
-kungfub.zip
-kungfub2.zip
-kungfum.zip
-kungfumd.zip
-kuniokun.zip
-kuniokunb.zip
-ladybgb2.zip
-ladybug.zip
-ladybugb.zip
-ladybugg.zip
-lastbladh.zip
-lastduelb.zip
-lastduelj.zip
-lastduelo.zip
-lastmisn.zip
-lastmisnj.zip
-lastmisno.zip
-ldrun.zip
-ldrun2.zip
-ldrun3.zip
-ldrun3j.zip
-ldrun4.zip
-ldruna.zip
-ledstorm2.zip
-legion.zip
-legiono.zip
-lemmings.zip
-lethalth.zip
-levers.zip
-lgtnfght.zip
-lgtnfghta.zip
-lgtnfghtu.zip
-lhcdb.zip
-lithero.zip
-livequiz.zip
-lkage.zip
-lkageb.zip
-lkageb2.zip
-lkageb3.zip
-lkageo.zip
-lkageoo.zip
-loderndf.zip
-loderndfa.zip
-logicpr2.zip
-logicpro.zip
-loht.zip
-lohtb.zip
-lohtb2.zip
-lohtj.zip
-lordgun.zip
-losttomb.zip
-losttombh.zip
-lostwrldo.zip
-lotlot.zip
-ltorb1.zip
-luctoday.zip
-lvgirl94.zip
-lwings.zip
-lwings2.zip
-lwingsb.zip
-lwingsj.zip
-macross.zip
-macross2.zip
-madshark.zip
-magdropp.zip
-magicbub.zip
-magicbuba.zip
-mainevt.zip
-mainevt2p.zip
-mainevto.zip
-majtitl2.zip
-majtitl2j.zip
-majtitle.zip
-majtitlej.zip
-majuu.zip
-makaimur.zip
-makaimurc.zip
-makaimurg.zip
-mangchi.zip
-manybloc.zip
-marineb.zip
-mariner.zip
-markham.zip
-mars.zip
-martmastc.zip
-martmastc102.zip
-marukin.zip
-masterw.zip
-masterwj.zip
-masterwu.zip
-matchit2.zip
-mazingerj.zip
-mcatadv.zip
-mcatadvj.zip
-mchampdx.zip
-mchampdxa.zip
-megablst.zip
-megablstj.zip
-megablstu.zip
-megaman2a.zip
-megaman2h.zip
-megamana.zip
-meikyuh.zip
-meikyuha.zip
-mercsur1.zip
-metafox.zip
-metrocrs.zip
-metrocrsa.zip
-mgakuen.zip
-mgakuen2.zip
-mgcrystlj.zip
-mgcrystlo.zip
-mia.zip
-mia2.zip
-miaj.zip
-midres.zip
-midresj.zip
-midresu.zip
-mimonkey.zip
-mimonsco.zip
-mimonscr.zip
-minefld.zip
-mjgtaste.zip
-mjnquestb.zip
-mmatrixd.zip
-mofflott.zip
-mogura.zip
-momoko.zip
-moonal2.zip
-moonal2b.zip
-moonaln.zip
-mooncmw.zip
-mooncrgx.zip
-mooncrs2.zip
-mooncrs3.zip
-mooncrsb.zip
-mooncrst.zip
-mooncrstg.zip
-mooncrsto.zip
-mooncrstu.zip
-mooncrstuk.zip
-moonqsr.zip
-moonwar.zip
-moonwara.zip
-mpangr1.zip
-mrheli.zip
-mrkougar.zip
-mrkougar2.zip
-mrkougb.zip
-mrkougb2.zip
-mrvikingj.zip
-msbingo.zip
-mschamps.zip
-msgundam.zip
-msgundam1.zip
-mshuttle.zip
-mshuttle2.zip
-mshuttlej.zip
-mshuttlej2.zip
-mshvsfu1d.zip
-mslug4h.zip
-mslug5b.zip
-mspuzzle.zip
-mspuzzleg.zip
-mstadium.zip
-mstworld.zip
-mugsmash.zip
-multchmp.zip
-multchmpk.zip
-mustang.zip
-mustangb.zip
-mustangb2.zip
-mustangs.zip
-mutantf.zip
-mutantf3.zip
-mutantf4.zip
-mvscr1.zip
-mvscur1.zip
-mysticri.zip
-mysticrib.zip
-myststono.zip
-nastar.zip
-nastarw.zip
-neo2500.zip
-neobattl.zip
-neocdz.zip
-neodemo.zip
-neonopon.zip
-neopong.zip
-neoponga.zip
-newapunk.zip
-newsin7.zip
-ngem2k.zip
-ngfrog.zip
-nightstrj.zip
-nightstru.zip
-ninjawu.zip
-nitrobal.zip
-nmg5.zip
-nmg5e.zip
-nobb.zip
-nostj.zip
-nostk.zip
-nouryoku.zip
-nprincesb.zip
-nprinceso.zip
-nprincesu.zip
-nrallyx.zip
-nspirit.zip
-nspiritj.zip
-nwarra.zip
-oisipuzl.zip
-oldsplus.zip
-omega.zip
-omni.zip
-onna34ro.zip
-onna34roa.zip
-opwolf3.zip
-opwolf3u.zip
-opwolfj.zip
-orbitron.zip
-orbs.zip
-orlegend105k.zip
-orlegend111c.zip
-orlegendc.zip
-orlegendca.zip
-orlegende.zip
-oscar.zip
-oscarj1.zip
-oscarj2.zip
-oscaru.zip
-osman.zip
-othunder.zip
-othunderj.zip
-othunderu.zip
-othunderuo.zip
-outrundx.zip
-outruno.zip
-outrunra.zip
-outzoned.zip
-ozon1.zip
-pacland.zip
-paclandj.zip
-paclandjo.zip
-paclandjo2.zip
-paclandm.zip
-pacmanbl.zip
-pacmanbla.zip
-pairlove.zip
-pang3b.zip
-pang3r1.zip
-pangb.zip
-pangbold.zip
-paprazzi.zip
-parodius.zip
-parodiusa.zip
-parodiusj.zip
-passsht16a.zip
-pbobblenb.zip
-pclubys.zip
-pclubysa.zip
-pengo.zip
-pengo2.zip
-pengo2u.zip
-pengo3u.zip
-pengo4.zip
-pengob.zip
-penta.zip
-pgemeni.zip
-pgmdemo.zip
-pgmfrog.zip
-phoenix.zip
-phoenxp2.zip
-photoy2k102.zip
-photoy2k104.zip
-pipibibs.zip
-pipibibsa.zip
-pirates.zip
-pisces.zip
-piscesb.zip
-pitfall2a.zip
-pitfall2u.zip
-pkladies.zip
-pkladiesl.zip
-pkladiesla.zip
-pktgaldx.zip
-pktgaldxj.zip
-plegendsj.zip
-plumppop.zip
-poknight.zip
-pompingw.zip
-popeyeman.zip
-popspops.zip
-porter.zip
-powerinsa.zip
-powerinsb.zip
-powerinsj.zip
-powj.zip
-ppan.zip
-ppchamp.zip
-prehislek.zip
-prehisleu.zip
-progearjbl.zip
-progearjd.zip
-progearud.zip
-prtytime.zip
-psoldier.zip
-pulirulaj.zip
-punisherbz.zip
-punisherj.zip
-punisheru.zip
-punkshot.zip
-punkshot2.zip
-punkshotj.zip
-pushman.zip
-pushmana.zip
-pushmans.zip
-pwrinst2j.zip
-pzlbreak.zip
-pzloop2jr1.zip
-qgakumon.zip
-qsangoku.zip
-qtono1.zip
-qtono2j.zip
-quartet2.zip
-quartet2a.zip
-quarteta.zip
-quarth.zip
-quiz18k.zip
-quizdaisk.zip
-quizf1.zip
-quizkofk.zip
-qzkklgy2.zip
-qzkklogy.zip
-qzshowby.zip
-rabiolep.zip
-racknrol.zip
-ragtime.zip
-ragtimea.zip
-rallybik.zip
-rallyx.zip
-rallyxa.zip
-rallyxm.zip
-rambo3.zip
-rambo3p.zip
-rambo3u.zip
-raphero.zip
-rastsag2.zip
-rastsaga1.zip
-rbffspeck.zip
-rbisland.zip
-rbislande.zip
-rbislando.zip
-rchasej.zip
-redearth.zip
-redearthr1.zip
-redhawk.zip
-redhawkb.zip
-redhawke.zip
-redhawki.zip
-redufo.zip
-redufob.zip
-renegade.zip
-rescue.zip
-retofinv.zip
-retofinv1.zip
-retofinv2.zip
-rezon.zip
-rezont.zip
-ringdesta.zip
-ringohja.zip
-riskchal.zip
-robocop2.zip
-robocop2j.zip
-robocop2u.zip
-robocopi.zip
-robocopj.zip
-robocopu.zip
-robocopu0.zip
-robocopw.zip
-rockclim.zip
-rockman2j.zip
-rohga.zip
-rohga1.zip
-rohga2.zip
-rohgah.zip
-rohgau.zip
-rollerg.zip
-rollergj.zip
-rpunch.zip
-rtype2.zip
-rtype2j.zip
-rtype2jc.zip
-rtypeb.zip
-rtypej.zip
-rtypejp.zip
-rtypeleoj.zip
-rtypeu.zip
-rushcrsh.zip
-rygar.zip
-rygar2.zip
-rygar3.zip
-rygarj.zip
-ryujin.zip
-ryukendna.zip
-s1945a.zip
-s1945ii.zip
-s1945iii.zip
-s1945j.zip
-s1945jn.zip
-s1945k.zip
-sabotenb.zip
-sabotenba.zip
-sailormnh.zip
-sailormnj.zip
-sailormnk.zip
-sailormno.zip
-sailormnoh.zip
-sailormnoj.zip
-sailormnok.zip
-sailormnot.zip
-sailormnou.zip
-sailormnt.zip
-sailormnu.zip
-samesame.zip
-samesame2.zip
-samsh5sph.zip
-samsh5spn.zip
-samsho2k.zip
-samsho3h.zip
-samsho4k.zip
-samuraia.zip
-saturnzi.zip
-sbbros.zip
-sboblboa.zip
-sboblbob.zip
-sbomber.zip
-sbombera.zip
-sbsgomo.zip
-scessjoe.zip
-schmeisr.zip
-scinegro.zip
-scobra.zip
-scobrab.zip
-scobras.zip
-scobrase.zip
-scontra.zip
-scontraj.zip
-scorpion.zip
-scorpiona.zip
-scorpionb.zip
-scorpionmc.zip
-scotrsht.zip
-scramb2.zip
-scramblb.zip
-scramble.zip
-scramblebb.zip
-scramblebf.zip
-scrambles.zip
-sdgndmps.zip
-searchar.zip
-searcharj.zip
-searcharu.zip
-searchey.zip
-searchp2.zip
-secretag.zip
-sectionz.zip
-sectionza.zip
-seganinju.zip
-selfeena.zip
-sengokuh.zip
-sf2acc2.zip
-sf2ceea.zip
-sf2ceja.zip
-sf2cejb.zip
-sf2cejc.zip
-sf2dkot2.zip
-sf2ebbl.zip
-sf2ee.zip
-sf2hfj.zip
-sf2hfu.zip
-sf2m10.zip
-sf2m11.zip
-sf2m12.zip
-sf2m9.zip
-sf2qp1.zip
-sf2rb3.zip
-sf2thndr.zip
-sf2uc.zip
-sf2ug.zip
-sfa2ur1.zip
-sfa3h.zip
-sfa3hr1.zip
-sfach.zip
-sfiii.zip
-sfiii2.zip
-sfiii2j.zip
-sfiii2n.zip
-sfiii3.zip
-sfiii3n.zip
-sfiii3nr1.zip
-sfiii3r1.zip
-sfiii3u.zip
-sfiii3ur1.zip
-sfiiih.zip
-sfiiij.zip
-sfiiin.zip
-sfp.zip
-sfua.zip
-sfz2al.zip
-sfz2alb.zip
-sfz2ald.zip
-sfz2alh.zip
-sfz2alj.zip
-sfz2jd.zip
-sfz3jr2d.zip
-sfzach.zip
-sfzbch.zip
-sfzech.zip
-sfzhch.zip
-sfzhr1.zip
-shackled.zip
-shadfrcej.zip
-shadfrcejv2.zip
-shangonle.zip
-sharrier1.zip
-shdancer1.zip
-shdancerj.zip
-shinfz.zip
-shinoblb.zip
-shisen2.zip
-shocking.zip
-shocktroa.zip
-sidepckt.zip
-sidepcktb.zip
-sidepcktb2.zip
-sidepcktj.zip
-silentd.zip
-silentdj.zip
-silentdu.zip
-silkworm.zip
-silkwormb.zip
-silkwormj.zip
-simpsons.zip
-simpsons2p.zip
-simpsons2p2.zip
-simpsons2pa.zip
-simpsons2pj.zip
-simpsons4pa.zip
-sinvasn.zip
-sinvasnb.zip
-skingame.zip
-skingame2.zip
-skybase.zip
-skyfox.zip
-skykid.zip
-skykidd.zip
-skykido.zip
-skykids.zip
-skylancre.zip
-skyraidr.zip
-skysmash.zip
-skywolf3.zip
-slammastu.zip
-slapfighb1.zip
-slapfighb2.zip
-slapfighb3.zip
-slapshot.zip
-slyspy.zip
-slyspy2.zip
-smooncrs.zip
-snapjack.zip
-snapper.zip
-sngkace.zip
-snowbros3.zip
-snowbrosa.zip
-snowbrosb.zip
-snowbrosc.zip
-snowbrosd.zip
-snowbrosj.zip
-socbrawlh.zip
-sokonuke.zip
-soldivid.zip
-sonson.zip
-sonsonj.zip
-sotsugyo.zip
-spacbat2.zip
-spacbatt.zip
-spacedx.zip
-spacedxj.zip
-spacedxo.zip
-spacempr.zip
-spang.zip
-spangj.zip
-spartanx.zip
-spcdrag.zip
-spcdraga.zip
-spcpostn.zip
-spctbird.zip
-spdcoin.zip
-spec2k.zip
-speedspn.zip
-spelunk2.zip
-spelunkr.zip
-spelunkrj.zip
-spf2td.zip
-spf2th.zip
-spinlbrkj.zip
-spinlbrku.zip
-springer.zip
-spyu.zip
-squash.zip
-sraider.zip
-srdarwin.zip
-srdarwinj.zip
-srumbler.zip
-srumbler2.zip
-ssf2h.zip
-ssf2xjr.zip
-ssmissin.zip
-ssoldier.zip
-ssriders.zip
-ssridersabd.zip
-ssridersadd.zip
-ssriderseaa.zip
-ssridersebc.zip
-ssridersebd.zip
-ssridersjbd.zip
-ssridersuac.zip
-ssridersubc.zip
-ssridersuda.zip
-sstarcrs.zip
-sstrikera.zip
-stagger1.zip
-starfght.zip
-starjacks.zip
-stera.zip
-stoneage.zip
-strahl.zip
-strahla.zip
-stratgys.zip
-stratgyx.zip
-stratvoxb.zip
-streakng.zip
-streaknga.zip
-streetsm.zip
-streetsm1.zip
-streetsmj.zip
-streetsmw.zip
-strfbomb.zip
-striderjr.zip
-striderua.zip
-strongx.zip
-sunaq.zip
-supbtime.zip
-supbtimea.zip
-supbtimej.zip
-superbar.zip
-superbon.zip
-superchs.zip
-superchsj.zip
-superg.zip
-supermanj.zip
-suprheli.zip
-suprloco.zip
-suprlocoa.zip
-suratk.zip
-suratka.zip
-suratkj.zip
-svolley.zip
-svolleyk.zip
-svolleyu.zip
-swarm.zip
-swatpolc.zip
-syscheck.zip
-tangtang.zip
-taotaido.zip
-taotaidoa.zip
-tazmani2.zip
-tazmania.zip
-tazzmang.zip
-tdpgal.zip
-tdragon.zip
-tdragon1.zip
-tdragon2.zip
-tdragon2a.zip
-tdragonb.zip
-tengai.zip
-tengaij.zip
-terracre.zip
-terracrea.zip
-terracren.zip
-terracreo.zip
-terraf.zip
-terrafb.zip
-terrafjb.zip
-terrafu.zip
-tetrbx.zip
-tetrist.zip
-tetrista.zip
-tgm2.zip
-tgm2p.zip
-tharrier.zip
-tharrierj.zip
-theend.zip
-theends.zip
-thepit.zip
-thepitm.zip
-thndblst.zip
-thndrbld1.zip
-thndrx2.zip
-thndrx2a.zip
-thndrx2j.zip
-thndzone.zip
-thoop.zip
-thunderl.zip
-thunderx.zip
-thunderxa.zip
-thunderxb.zip
-thunderxj.zip
-thundfox.zip
-thundfoxj.zip
-thundfoxu.zip
-tigerhb3.zip
-tigerhj.zip
-tigeroad.zip
-tigeroadb.zip
-timescan1.zip
-tkdensho.zip
-tkdenshoa.zip
-tmht.zip
-tmht22pe.zip
-tmht2p.zip
-tmht2pa.zip
-tmhta.zip
-tmnt.zip
-tmnt2.zip
-tmnt22pu.zip
-tmnt2a.zip
-tmnt2pj.zip
-tmnt2po.zip
-tmnti.zip
-tmntj.zip
-tmntu.zip
-tmntua.zip
-tnzsj.zip
-tnzsjo.zip
-tnzso.zip
-tnzsop.zip
-toki.zip
-tokia.zip
-tokib.zip
-tokio.zip
-tokiob.zip
-tokiu.zip
-tophuntrh.zip
-topspeed.zip
-topspeedu.zip
-toramich.zip
-toutrun1.zip
-toutrun3.zip
-trigon.zip
-triothep.zip
-triothepj.zip
-triplep.zip
-triplfun.zip
-trojan.zip
-trojanj.zip
-trojanr.zip
-trophyh.zip
-tst_galx.zip
-tumblepj.zip
-turkhunt.zip
-turpin.zip
-turpins.zip
-turtles.zip
-twinactn.zip
-twineagl.zip
-twinhawku.zip
-twocrude.zip
-typhoon.zip
-uballoon.zip
-uccops.zip
-uccopsar.zip
-uccopsj.zip
-uccopsu.zip
-ultraman.zip
-umanclub.zip
-uniwars.zip
-unkpacg.zip
-utoukond.zip
-vandyke.zip
-vandykeb.zip
-vandykejal.zip
-vandykejal2.zip
-vaportra.zip
-vaportra3.zip
-vaportrau.zip
-vendetta.zip
-vendetta2p.zip
-vendetta2pd.zip
-vendetta2pu.zip
-vendettaj.zip
-vendettar.zip
-venus.zip
-vhunt2d.zip
-vhuntjr1s.zip
-vigilant.zip
-vigilant1.zip
-vigilantj.zip
-vigilantu.zip
-vigilantu2.zip
-vimana.zip
-vimana1.zip
-vimanan.zip
-viofight.zip
-viofightj.zip
-viofightu.zip
-vmetal.zip
-vmetaln.zip
-volfied.zip
-volfiedj.zip
-volfiedjo.zip
-volfiedu.zip
-vpool.zip
-vsav2d.zip
-vulcan.zip
-vulcana.zip
-vulcanb.zip
-vulgusa.zip
-warofbug.zip
-warriorb.zip
-warzard.zip
-warzardr1.zip
-watrball.zip
-wc90b.zip
-wc90b1.zip
-wc90b2.zip
-welltris.zip
-welltrisj.zip
-whoopee.zip
-wiggie.zip
-willowo.zip
-wilytowr.zip
-wits.zip
-wizdfire.zip
-wizdfireu.zip
-wndrplnt.zip
-wofch.zip
-wofr1.zip
-wolffang.zip
-wondstck.zip
-woodpeca.zip
-woodpeck.zip
-wownfant.zip
-wrestwar1.zip
-wrestwar2.zip
-wrofaero.zip
-wschamp.zip
-wschampa.zip
-wwfsstar.zip
-wwfsstara.zip
-wwfsstaru.zip
-wwfwfesta.zip
-wwfwfestb.zip
-wwfwfestj.zip
-xmcotaar1.zip
-xmcotahr1.zip
-xmcotaj3.zip
-xmen.zip
-xmen2pa.zip
-xmen2pe.zip
-xmen2pj.zip
-xmena.zip
-xmene.zip
-xmenj.zip
-xmultipl.zip
-xmultiplm72.zip
-xmvsfar2.zip
-xorworld.zip
-yanchamr.zip
-youjyudn.zip
-zeropnt.zip
-zeropnt2.zip
-zeropnta.zip
-zerotime.zip
-zerowing2.zip
-zerozone.zip
-zigzag.zip
-zigzag2.zip
-zingzip.zip
-zombraid.zip
-zzyzzyxx2.zip
\ No newline at end of file
diff --git a/text/testedloadcorrupt_sf2000_fba.txt b/text/testedloadcorrupt_sf2000_fba.txt
deleted file mode 100644
index d4b817b..0000000
--- a/text/testedloadcorrupt_sf2000_fba.txt
+++ /dev/null
@@ -1,96 +0,0 @@
-abcop.zip
-acitya.zip
-ark1ball.zip
-arkanoid.zip
-arkatour.zip
-astorm.zip
-astormj.zip
-bayroute.zip
-beastf.zip
-bgaregga.zip
-biomtoy.zip
-bsharkj.zip
-bullet.zip
-bwcasino.zip
-cltchitr.zip
-cotton.zip
-cottonj.zip
-cottonu.zip
-ddcrew.zip
-ddcrew1.zip
-garoubl.zip
-garoup.zip
-getstar.zip
-gprider1.zip
-kof10th.zip
-kof96.zip
-kof96h.zip
-lastbld2.zip
-lghost.zip
-lghostu.zip
-loffire.zip
-loffirej.zip
-loffireu.zip
-maniacsp.zip
-mazinger.zip
-metlsavr.zip
-mrflea.zip
-mspacman.zip
-mspacmat.zip
-mspacmnf.zip
-naname.zip
-neogeo.zip
-nightstr.zip
-paintrlr.zip
-passshta.zip
-passshtj.zip
-pgm.zip
-rachero.zip
-rastan.zip
-rastanu.zip
-rastanu2.zip
-rastsaga.zip
-rbff2.zip
-rbff2h.zip
-rbff2k.zip
-route16.zip
-route16a.zip
-route16b.zip
-routex.zip
-ryukyu.zip
-shinobi1.zip
-shinobi2.zip
-silkroad.zip
-sjryuko1.zip
-slapfigh.zip
-smgp.zip
-smgp5.zip
-smgp6.zip
-smgpj.zip
-smgpja.zip
-smgpu.zip
-smgpu1.zip
-smgpu2.zip
-spacecho.zip
-spacegun.zip
-speakres.zip
-sprglobp.zip
-stratvox.zip
-suprleag.zip
-svcplus.zip
-svcplusa.zip
-tetris.zip
-tetris3.zip
-theglobp.zip
-thndrbld.zip
-truxton2.zip
-ttmahjng.zip
-viewpoin.zip
-vliner.zip
-vlinero.zip
-wb31.zip
-wb32.zip
-wb33.zip
-wb34.zip
-wwallyj.zip
-wwallyja.zip
\ No newline at end of file
diff --git a/text/testedloadhang_sf2000_fba.txt b/text/testedloadhang_sf2000_fba.txt
deleted file mode 100644
index 93b4a04..0000000
--- a/text/testedloadhang_sf2000_fba.txt
+++ /dev/null
@@ -1,81 +0,0 @@
-4dwarrio.zip
-aceattac.zip
-astorm3.zip
-astormu.zip
-baddudes.zip
-blockgal.zip
-bloxeed.zip
-bombjack.zip
-bombrman.zip
-brain.zip
-bullfgt.zip
-ddcrewu.zip
-ddux.zip
-desertbr.zip
-dmnfrnta.zip
-drgw2c.zip
-dynablst.zip
-eswat.zip
-eswatj.zip
-eswatu.zip
-exctleag.zip
-flicky.zip
-flickyo.zip
-fpoint.zip
-fpoint1.zip
-fstarfrc.zip
-funkybee.zip
-gardia.zip
-ginkun.zip
-gprider.zip
-gyrodine.zip
-horizon.zip
-imsorry.zip
-imsorryj.zip
-kov2106.zip
-martmast.zip
-mrviking.zip
-mvp.zip
-mvpj.zip
-mwalk.zip
-myhero.zip
-myherok.zip
-ninja.zip
-nprinces.zip
-passsht.zip
-pitfall2.zip
-raflesia.zip
-regulus.zip
-reguluso.zip
-regulusu.zip
-riot.zip
-robocop.zip
-robocopb.zip
-rtypeleo.zip
-seganinj.zip
-sf2m2.zip
-skylancr.zip
-solomon.zip
-solomonj.zip
-spatter.zip
-ssanchan.zip
-sscandal.zip
-starjack.zip
-swat.zip
-teddybb.zip
-teddybbo.zip
-tetris1.zip
-tetris2.zip
-thetogyu.zip
-tigerh.zip
-upndown.zip
-upndownu.zip
-wbdeluxe.zip
-wboy.zip
-wboy2.zip
-wboy2u.zip
-wboy3.zip
-wboy4.zip
-wboyo.zip
-wboyu.zip
-wmatch.zip
\ No newline at end of file
diff --git a/text/testednoload_sf2000_fba.txt b/text/testednoload_sf2000_fba.txt
deleted file mode 100644
index 5da90f0..0000000
--- a/text/testednoload_sf2000_fba.txt
+++ /dev/null
@@ -1,194 +0,0 @@
-1941r1.zip
-1941u.zip
-1942abl.zip
-1943b.zip
-1943ja.zip
-1943u.zip
-3wondersh.zip
-3wondersu.zip
-4play.zip
-600.zip
-7ordi.zip
-7toitsu.zip
-800fath.zip
-88games.zip
-8ballact.zip
-8bpm.zip
-99lstwara.zip
-99lstwark.zip
-aceattaca.zip
-acrobatm.zip
-actfancr.zip
-actfancr1.zip
-actfancrj.zip
-ad2083.zip
-agalleth.zip
-agalletj.zip
-agalletk.zip
-agallett.zip
-agalletu.zip
-agress.zip
-agressb.zip
-airattck.zip
-airattcka.zip
-airbustr.zip
-airbustrb.zip
-airbustrj.zip
-airduel.zip
-ajax.zip
-ajaxj.zip
-alcon.zip
-alexkidd1.zip
-alibabab.zip
-aliencha.zip
-alienchac.zip
-aliens.zip
-aliens2.zip
-aliens3.zip
-aliensa.zip
-aliensec.zip
-aliensj.zip
-aliensj2.zip
-aliensu.zip
-aliensyn2.zip
-aliensyn3.zip
-aliensyn5.zip
-aliensynj.zip
-aliensynjo.zip
-alpham2p.zip
-altbeast2.zip
-altbeast4.zip
-altbeast5.zip
-altbeast6.zip
-altbeastj.zip
-altbeastj3.zip
-amatelas.zip
-amazon.zip
-ambushj.zip
-amidar.zip
-bangbedp.zip
-batrider.zip
-batsugun.zip
-bbakraid.zip
-beast.zip
-block.zip
-breakrev.zip
-bshark.zip
-bstars.zip
-cworld.zip
-dblaxle.zip
-dcon.zip
-ddcrew2.zip
-ddcrewj.zip
-ddp2.zip
-ddragon.zip
-ddtodh.zip
-dealer.zip
-dmnfrnt.zip
-dotrikun.zip
-drivfrcp.zip
-dwi.zip
-dynwarj.zip
-eto.zip
-ffightj1.zip
-ffightj2.zip
-gng.zip
-hsf2.zip
-hsf2j.zip
-hwchamp.zip
-irrmaze.zip
-jockeygp.zip
-karnov.zip
-ket.zip
-kf2k2mp.zip
-kf2k2mp2.zip
-kf2k2pla.zip
-kf2k2pls.zip
-kf2k3bl.zip
-kf2k3bla.zip
-kf2k3pcb.zip
-kf2k3pl.zip
-kf2k3upl.zip
-killbld.zip
-knightsj.zip
-kof2000n.zip
-kof2001.zip
-kof2001h.zip
-kof2002.zip
-kof2002b.zip
-kof2003.zip
-kof2003h.zip
-kof99e.zip
-kong.zip
-kov2.zip
-kov2p.zip
-kovsh.zip
-lastduel.zip
-madgearj.zip
-magdrop.zip
-mahretsu.zip
-maniacsq.zip
-mercsu.zip
-minivadr.zip
-ms4plus.zip
-ms5pcb.zip
-ms5plus.zip
-mschamp.zip
-mslug4.zip
-mslug5.zip
-mslug5h.zip
-nob.zip
-nost.zip
-olds.zip
-olds100.zip
-olds100a.zip
-pang.zip
-pang3j.zip
-pass.zip
-pbobble.zip
-photoy2k.zip
-porky.zip
-pow.zip
-rchase.zip
-rtype.zip
-s1945.zip
-samsh5sp.zip
-samsho5.zip
-samsho5b.zip
-samsho5h.zip
-sbm.zip
-sengoku3.zip
-sf.zip
-sf2acc.zip
-sf2ceub.zip
-sf2ceuc.zip
-sf2hf.zip
-sf2m8.zip
-sfa2u.zip
-sfj.zip
-sfu.zip
-sfx.zip
-sfzh.zip
-socbrawl.zip
-spy.zip
-sstriker.zip
-stg.zip
-strhoop.zip
-striderj.zip
-svc.zip
-svcpcb.zip
-svcpcba.zip
-tigerhb1.zip
-toutrun.zip
-tumblep.zip
-varthj.zip
-vulgus.zip
-wh2j.zip
-willowj.zip
-wof3js.zip
-wofah.zip
-wofjh.zip
-xmcotaa.zip
-xmcotaj.zip
-xmcotaj1.zip
-xmcotaj2.zip
\ No newline at end of file
diff --git a/text/working_sf2000_fba.txt b/text/working_sf2000_fba.txt
deleted file mode 100644
index 8ea95ca..0000000
--- a/text/working_sf2000_fba.txt
+++ /dev/null
@@ -1,672 +0,0 @@
-1941.zip
-1941j.zip
-1942.zip
-1942a.zip
-1942b.zip
-1942w.zip
-1943.zip
-1943j.zip
-1943kai.zip
-1944.zip
-1944d.zip
-1944j.zip
-1945kiii.zip
-19xx.zip
-19xxa.zip
-19xxb.zip
-19xxd.zip
-19xxh.zip
-19xxj.zip
-19xxjr1.zip
-2020bba.zip
-2020bbh.zip
-4enraya.zip
-4in1boot.zip
-99lstwar.zip
-abscam.zip
-aburner.zip
-aburner2.zip
-aerofgt.zip
-aerofgtb.zip
-aerofgtc.zip
-afighter.zip
-agallet.zip
-airwolf.zip
-airwolfa.zip
-alexkidd.zip
-alibaba.zip
-aliensyn.zip
-altbeast.zip
-ambush.zip
-ambushv.zip
-aof2a.zip
-aof3k.zip
-aquajack.zip
-arkangc.zip
-arkangc2.zip
-arkatayt.zip
-arkbloc2.zip
-arkblock.zip
-arkgcbl.zip
-arktayt2.zip
-armwara.zip
-armwarr1.zip
-armwaru.zip
-atompunk.zip
-aurail.zip
-aurail1.zip
-aurailj.zip
-avspa.zip
-avspd.zip
-avsph.zip
-avspj.zip
-avspu.zip
-bakubrkr.zip
-ballbros.zip
-bankp.zip
-batcira.zip
-batcird.zip
-batcirj.zip
-bcstry.zip
-bcstrya.zip
-berlwall.zip
-bigbucks.zip
-bionicc.zip
-bionicc1.zip
-bionicc2.zip
-blazeon.zip
-bloodwar.zip
-bodyslam.zip
-brix.zip
-buzzard.zip
-cameltry.zip
-cannonbp.zip
-cawingj.zip
-cawingr1.zip
-cawingu.zip
-chasehq.zip
-chasehqj.zip
-chokchok.zip
-combh.zip
-contcirc.zip
-cookbib.zip
-cookbib2.zip
-cookbib3.zip
-cps1frog.zip
-crush.zip
-crush2.zip
-crush3.zip
-crush4.zip
-crushbl.zip
-crushs.zip
-cscluba.zip
-csclubh.zip
-csclubj.zip
-csclubjr.zip
-ct2k3sa.zip
-ct2k3sp.zip
-ctribe1.zip
-ctribeb.zip
-ctrpllrp.zip
-cworld2j.zip
-cybotsj.zip
-cybotsu.zip
-daisenpu.zip
-darius.zip
-darius2.zip
-dariuse.zip
-dariusj.zip
-dariuso.zip
-ddonpach.zip
-ddragon3.zip
-ddsoma.zip
-ddsomb.zip
-ddsomj.zip
-ddsomjr1.zip
-ddsomr1.zip
-ddsomr2.zip
-ddsomr3.zip
-ddsomu.zip
-ddsomud.zip
-ddsomur1.zip
-ddtoda.zip
-ddtodd.zip
-ddtodj.zip
-ddtodjr1.zip
-ddtodjr2.zip
-ddtodr1.zip
-ddtodu.zip
-ddtodur1.zip
-ddux1.zip
-dduxbl.zip
-deadconx.zip
-defense.zip
-dfeveron.zip
-dimahoo.zip
-dimahoou.zip
-dinoh.zip
-dinoha.zip
-dinoj.zip
-dinorex.zip
-dinorexj.zip
-dinorexu.zip
-dinou.zip
-dogyuun.zip
-dommy.zip
-dondokod.zip
-donpachi.zip
-dquizgo.zip
-dremshpr.zip
-drgnbowl.zip
-drgw2j.zip
-driftout.zip
-driveout.zip
-drtomy.zip
-dstlka.zip
-dstlku.zip
-dstlku1d.zip
-dstlkur1.zip
-dumpmtmt.zip
-dunkshot.zip
-eggor.zip
-eggs.zip
-endurobl.zip
-enduror.zip
-enduror1.zip
-enforce.zip
-esprade.zip
-espradej.zip
-eswatbl.zip
-euroch92.zip
-exedexes.zip
-explbrkr.zip
-eyes.zip
-eyes2.zip
-fantasia.zip
-fantsia2.zip
-fantsy95.zip
-fantzone.zip
-feversos.zip
-ffightj.zip
-ffightu.zip
-ffightua.zip
-ffightub.zip
-finalb.zip
-finalbj.zip
-finalbu.zip
-finalttr.zip
-flashgal.zip
-fncywld.zip
-footchmp.zip
-fpointbj.zip
-fpointbl.zip
-freeze.zip
-fswords.zip
-fx.zip
-gaiden.zip
-galhustl.zip
-galpanic.zip
-garouo.zip
-gberet.zip
-gberetb.zip
-gensitou.zip
-gforce2.zip
-gforce2j.zip
-ghoulsu.zip
-gigandes.zip
-gloc.zip
-glocr360.zip
-gmahou.zip
-goldnaxe.zip
-gorkans.zip
-gpilotsh.zip
-grindstm.zip
-growl.zip
-growlu.zip
-gtmr.zip
-gtmr2a.zip
-gtmr2u.zip
-gtmra.zip
-gtmre.zip
-gtmrusa.zip
-gunfront.zip
-gunsmoke.zip
-guwange.zip
-hangly.zip
-hangly2.zip
-hangly3.zip
-hangon.zip
-hangon1.zip
-hellfire.zip
-higemaru.zip
-honeydol.zip
-hook.zip
-hookj.zip
-hooku.zip
-hotdogst.zip
-hsf2d.zip
-htchctch.zip
-hthero.zip
-hyperpac.zip
-igmo.zip
-inthunt.zip
-inthuntu.zip
-jack.zip
-jack2.zip
-jack3.zip
-joinem.zip
-joyman.zip
-jumping.zip
-jumpkids.zip
-jumppop.zip
-jumpshot.zip
-kaiteids.zip
-kf10thep.zip
-kf2k5uni.zip
-kingdmgp.zip
-knghtsha.zip
-knightsh.zip
-knightsu.zip
-kodh.zip
-kodj.zip
-kodu.zip
-kof97pls.zip
-kof98k.zip
-kof99p.zip
-korosuke.zip
-koshien.zip
-kotmh.zip
-kyustrkr.zip
-lans2004.zip
-lastsold.zip
-ledstorm.zip
-legend.zip
-liquidk.zip
-liquidku.zip
-lizwiz.zip
-loverboy.zip
-madgear.zip
-maglordh.zip
-mahoudai.zip
-majest12.zip
-maketrax.zip
-maketrxb.zip
-marukodq.zip
-mbomberj.zip
-mbombrdj.zip
-mbrush.zip
-megadon.zip
-megamn2d.zip
-meijinsn.zip
-mercsj.zip
-metalb.zip
-metalbj.zip
-mgcrystl.zip
-missmw96.zip
-missw96.zip
-mizubaku.zip
-mj4simai.zip
-mjleague.zip
-mjnquest.zip
-mmancp2u.zip
-mmatrixj.zip
-mole.zip
-moremore.zip
-moremorp.zip
-mosyougi.zip
-mpangj.zip
-mpangu.zip
-mrdo.zip
-mrdofix.zip
-mrdot.zip
-mrdoy.zip
-mrdu.zip
-mrgoemon.zip
-mrlo.zip
-mrtnt.zip
-msha.zip
-mshb.zip
-mshh.zip
-mshj.zip
-mshjr1.zip
-mshu.zip
-mshud.zip
-mshvsfa.zip
-mshvsfa1.zip
-mshvsfb.zip
-mshvsfb1.zip
-mshvsfh.zip
-mshvsfj.zip
-mshvsfj1.zip
-mshvsfj2.zip
-mshvsfu.zip
-mshvsfu1.zip
-mspacmab.zip
-mspacmbe.zip
-mspacpls.zip
-mswordj.zip
-mswordr1.zip
-mswordu.zip
-mvsca.zip
-mvscar1.zip
-mvscb.zip
-mvsch.zip
-mvscj.zip
-mvscjr1.zip
-mvscu.zip
-mvscud.zip
-mwalkbl.zip
-myangel.zip
-myangel2.zip
-mystston.zip
-ncombath.zip
-nemoj.zip
-newfant.zip
-newpuc2.zip
-newpuc2b.zip
-newpuckx.zip
-news.zip
-newsa.zip
-ninjak.zip
-ninjakj.zip
-ninjaku.zip
-ninjaw.zip
-ninjawj.zip
-nitdbl.zip
-nmaster.zip
-nmouse.zip
-nmouseb.zip
-nwarrb.zip
-nwarrh.zip
-nwarru.zip
-nwarrud.zip
-ohmygod.zip
-opwolf.zip
-opwolfa.zip
-opwolfb.zip
-opwolfu.zip
-outrun.zip
-outrunb.zip
-outzone.zip
-outzonea.zip
-outzoneb.zip
-outzonec.zip
-pacgal.zip
-pacheart.zip
-pacman.zip
-pacmanf.zip
-pacmod.zip
-pacplus.zip
-paddle2.zip
-pangpang.zip
-pdrift.zip
-pdrifta.zip
-pdrifte.zip
-pdriftj.zip
-penbros.zip
-pfghtj.zip
-pgear.zip
-pgearr1.zip
-piranha.zip
-piranhah.zip
-piranhao.zip
-pkunwar.zip
-pkunwarj.zip
-ponpoko.zip
-ponpokov.zip
-pootan.zip
-pooyan.zip
-pooyans.zip
-prehisle.zip
-preisle2.zip
-progeara.zip
-progearj.zip
-pspikes2.zip
-puckman.zip
-puckmana.zip
-puckmanf.zip
-puckmanh.zip
-puckmod.zip
-pulirula.zip
-puzzldpr.zip
-pwheelsj.zip
-pzloop2.zip
-qad.zip
-qadj.zip
-qcrayon.zip
-qcrayon2.zip
-qjinsei.zip
-qndream.zip
-qtorimon.zip
-quartet.zip
-quizdai2.zip
-quizdais.zip
-quizhq.zip
-quizkof.zip
-quizo.zip
-qzchikyu.zip
-qzquest.zip
-raiden.zip
-raidena.zip
-raidenk.zip
-raident.zip
-raiga.zip
-rbff1a.zip
-repulse.zip
-ridheroh.zip
-ringdstd.zip
-riotcity.zip
-rmancp2j.zip
-rockduck.zip
-rockmanj.zip
-rocktrv2.zip
-runark.zip
-rushatck.zip
-ryukendn.zip
-samshoh.zip
-savgbees.zip
-sci.zip
-scia.zip
-scij.zip
-sciu.zip
-scregg.zip
-sdi.zip
-sdib.zip
-sdibl.zip
-semibase.zip
-sf2accp2.zip
-sf2ceua.zip
-sf2eb.zip
-sf2j.zip
-sf2ja.zip
-sf2jc.zip
-sf2koryu.zip
-sf2m13.zip
-sf2m3.zip
-sf2m4.zip
-sf2m5.zip
-sf2m6.zip
-sf2m7.zip
-sf2rb.zip
-sf2rb2.zip
-sf2red.zip
-sf2tlona.zip
-sf2tlonb.zip
-sf2ua.zip
-sf2ub.zip
-sf2ud.zip
-sf2ue.zip
-sf2uf.zip
-sf2ui.zip
-sf2uk.zip
-sf2v004.zip
-sf2yyc.zip
-sfa3b.zip
-sfa3u.zip
-sfa3ud.zip
-sfa3ur1.zip
-sfad.zip
-sfar1.zip
-sfar2.zip
-sfar3.zip
-sfau.zip
-sfz2a.zip
-sfz2ad.zip
-sfz2b.zip
-sfz2br1.zip
-sfz2h.zip
-sfz2j.zip
-sfz2n.zip
-sfz3a.zip
-sfz3ar1.zip
-sfz3j.zip
-sfz3jr1.zip
-sfz3jr2.zip
-sfza.zip
-sfzb.zip
-sfzbr1.zip
-sfzj.zip
-sfzjr1.zip
-sfzjr2.zip
-sgemfa.zip
-sgemfd.zip
-sgemfh.zip
-shadowwa.zip
-shangon.zip
-shangon2.zip
-shangon3.zip
-sharrier.zip
-shdancer.zip
-shinobi.zip
-shinobi3.zip
-shinobi4.zip
-shinobi5.zip
-shinobls.zip
-shippumd.zip
-sjryuko.zip
-skywolf.zip
-skywolf2.zip
-smbomb.zip
-smbombr1.zip
-snowbro2.zip
-solfigtr.zip
-sonicbom.zip
-sonicwi.zip
-sonofphx.zip
-spf2xj.zip
-spf2xjd.zip
-spinlbrk.zip
-sprglbpg.zip
-srdmissn.zip
-ssf2a.zip
-ssf2ar1.zip
-ssf2j.zip
-ssf2jr1.zip
-ssf2jr2.zip
-ssf2t.zip
-ssf2ta.zip
-ssf2tb.zip
-ssf2tbd.zip
-ssf2tbj.zip
-ssf2tbr1.zip
-ssf2tu.zip
-ssf2tur1.zip
-ssf2u.zip
-ssf2ud.zip
-ssf2xj.zip
-ssf2xjd.zip
-ssi.zip
-striv.zip
-strkfgtr.zip
-sucasino.zip
-superman.zip
-supmodel.zip
-suprglob.zip
-suprtrio.zip
-svcsplus.zip
-tekipaki.zip
-tetrisbl.zip
-tetrsark.zip
-theglob.zip
-theglob2.zip
-theglob3.zip
-tigerhb2.zip
-timescan.zip
-tknight.zip
-tnzs.zip
-toppyrap.zip
-topsecrt.zip
-toryumon.zip
-treahunt.zip
-tripool.zip
-tripoola.zip
-truxton.zip
-tturf.zip
-tturfu.zip
-tumbleb.zip
-tumbleb2.zip
-twinadv.zip
-twinadvk.zip
-twinhawk.zip
-twinkle.zip
-uecology.zip
-uopokoj.zip
-vampj.zip
-vampja.zip
-vampjr1.zip
-vanvan.zip
-vanvanb.zip
-vanvank.zip
-varthr1.zip
-varthu.zip
-vfive.zip
-vhunt2.zip
-vhunt2r1.zip
-vhuntj.zip
-vhuntjr1.zip
-vhuntjr2.zip
-vsava.zip
-vsavd.zip
-vsavh.zip
-vsavj.zip
-vsavu.zip
-vulgusj.zip
-wallc.zip
-wallca.zip
-wb3.zip
-wc90.zip
-wc90a.zip
-wc90t.zip
-wh1h.zip
-wh1ha.zip
-wintbob.zip
-wlstar.zip
-wofa.zip
-wofhfh.zip
-wofu.zip
-wonder3.zip
-wondl96.zip
-wrestwar.zip
-wwfwfest.zip
-xmcotad.zip
-xmcotah.zip
-xmcotajr.zip
-xmcotau.zip
-xmvsfa.zip
-xmvsfar1.zip
-xmvsfb.zip
-xmvsfh.zip
-xmvsfj.zip
-xmvsfjr1.zip
-xmvsfjr2.zip
-xmvsfr1.zip
-xmvsfu.zip
-xmvsfu1d.zip
-xmvsfur1.zip
-yankeedo.zip
-yesnoj.zip
-yuyugogo.zip
-zerowing.zip
-zintrkcd.zip
-zipzap.zip
-zzyzzyxx.zip
\ No newline at end of file
diff --git a/tools/genericImageTool.htm b/tools/genericImageTool.htm
new file mode 100644
index 0000000..834c554
--- /dev/null
+++ b/tools/genericImageTool.htm
@@ -0,0 +1,1106 @@
+
+
+
+ This tool is a generic image conversion tool for the Data Frog SF2000. You can use it to convert the SF2000's raw image data files to PNG, and convert PNG/JPEG images to RGB565 format (a reduced colour mode used for most of the SF2000's UI elements), or BGRA format (the flavour of transparent images used by some SF2000 UI elements). You can also choose a variety of scaling or filtering modes when converting to an SF2000 image. Please note this tool is provided as-is; make sure you have backups of anything you care about before potentially replacing any files on your SF2000's microSD card! 🙂
+