diff --git a/.project b/.project
new file mode 100644
index 0000000..2b159f2
--- /dev/null
+++ b/.project
@@ -0,0 +1,11 @@
+
+
+ RetroPieRGB
+
+
+
+
+
+
+
+
diff --git a/.project b/.project
new file mode 100644
index 0000000..2b159f2
--- /dev/null
+++ b/.project
@@ -0,0 +1,11 @@
+
+
+ RetroPieRGB
+
+
+
+
+
+
+
+
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..6dc7da9
--- /dev/null
+++ b/README.md
@@ -0,0 +1,26 @@
+RetroPieRGB
+===========
+
+This project contains scripts for enabling 15Khz RGB for your retro gaming setup with retropie.
+
+It needs the hardware addon pi2scart or pi2jamma to output the proper image on a CRT screen.
+
+Please goto http://www.arcadeforge.de and get this awesome gadget.
+
+
+Installation
+============
+
+Download latest retropie and install it as described on retropie wiki.
+Connect Keyboard.
+Activate wiki.
+In emulationstation press F4 to get cmd shell
+
+Type
+
+git clone https://github.com/arcadeforge/RetroPieRGB
+
+cd RetroPieRGB
+
+sudo ./setup.sh
+
diff --git a/.project b/.project
new file mode 100644
index 0000000..2b159f2
--- /dev/null
+++ b/.project
@@ -0,0 +1,11 @@
+
+
+ RetroPieRGB
+
+
+
+
+
+
+
+
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..6dc7da9
--- /dev/null
+++ b/README.md
@@ -0,0 +1,26 @@
+RetroPieRGB
+===========
+
+This project contains scripts for enabling 15Khz RGB for your retro gaming setup with retropie.
+
+It needs the hardware addon pi2scart or pi2jamma to output the proper image on a CRT screen.
+
+Please goto http://www.arcadeforge.de and get this awesome gadget.
+
+
+Installation
+============
+
+Download latest retropie and install it as described on retropie wiki.
+Connect Keyboard.
+Activate wiki.
+In emulationstation press F4 to get cmd shell
+
+Type
+
+git clone https://github.com/arcadeforge/RetroPieRGB
+
+cd RetroPieRGB
+
+sudo ./setup.sh
+
diff --git a/boot/config.txt b/boot/config.txt
new file mode 100755
index 0000000..1860f84
--- /dev/null
+++ b/boot/config.txt
@@ -0,0 +1,73 @@
+# For more options and information see
+# http://rpf.io/configtxt
+# Some settings may impact device functionality. See link above for details
+
+# uncomment if you get no picture on HDMI for a default "safe" mode
+#hdmi_safe=1
+
+# uncomment this if your display has a black border of unused pixels visible
+# and your display can output without overscan
+#disable_overscan=1
+
+# uncomment the following to adjust overscan. Use positive numbers if console
+# goes off screen, and negative if there is too much border
+#overscan_left=16
+#overscan_right=16
+#overscan_top=16
+#overscan_bottom=16
+
+# uncomment to force a console size. By default it will be display's size minus
+# overscan.
+#framebuffer_width=1280
+#framebuffer_height=720
+
+# uncomment if hdmi display is not detected and composite is being output
+#hdmi_force_hotplug=1
+
+# uncomment to force a specific HDMI mode (this will force VGA)
+#hdmi_group=1
+#hdmi_mode=1
+
+# uncomment to force a HDMI mode rather than DVI. This can make audio work in
+# DMT (computer monitor) modes
+#hdmi_drive=2
+
+# uncomment to increase signal to HDMI, if you have interference, blanking, or
+# no display
+#config_hdmi_boost=4
+
+# uncomment for composite PAL
+#sdtv_mode=2
+
+#uncomment to overclock the arm. 700 MHz is the default.
+#arm_freq=800
+
+# Uncomment some or all of these to enable the optional hardware interfaces
+#dtparam=i2c_arm=on
+#dtparam=i2s=on
+#dtparam=spi=on
+
+# Uncomment this to enable the lirc-rpi module
+#dtoverlay=lirc-rpi
+
+disable_splash=1
+disable_audio_dither=1
+
+# Settings for pi2scart and pi2jamma
+
+dtoverlay=vga666
+enable_dpi_lcd=1
+display_default_lcd=1
+dpi_group=2
+dpi_mode=87
+
+hdmi_timings=320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+# Additional overlays and parameters are documented /boot/overlays/README
+
+# Enable audio (loads snd_bcm2835)
+dtparam=audio=on
+gpu_mem_256=128
+gpu_mem_512=256
+gpu_mem_1024=256
+overscan_scale=1
diff --git a/.project b/.project
new file mode 100644
index 0000000..2b159f2
--- /dev/null
+++ b/.project
@@ -0,0 +1,11 @@
+
+
+ RetroPieRGB
+
+
+
+
+
+
+
+
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..6dc7da9
--- /dev/null
+++ b/README.md
@@ -0,0 +1,26 @@
+RetroPieRGB
+===========
+
+This project contains scripts for enabling 15Khz RGB for your retro gaming setup with retropie.
+
+It needs the hardware addon pi2scart or pi2jamma to output the proper image on a CRT screen.
+
+Please goto http://www.arcadeforge.de and get this awesome gadget.
+
+
+Installation
+============
+
+Download latest retropie and install it as described on retropie wiki.
+Connect Keyboard.
+Activate wiki.
+In emulationstation press F4 to get cmd shell
+
+Type
+
+git clone https://github.com/arcadeforge/RetroPieRGB
+
+cd RetroPieRGB
+
+sudo ./setup.sh
+
diff --git a/boot/config.txt b/boot/config.txt
new file mode 100755
index 0000000..1860f84
--- /dev/null
+++ b/boot/config.txt
@@ -0,0 +1,73 @@
+# For more options and information see
+# http://rpf.io/configtxt
+# Some settings may impact device functionality. See link above for details
+
+# uncomment if you get no picture on HDMI for a default "safe" mode
+#hdmi_safe=1
+
+# uncomment this if your display has a black border of unused pixels visible
+# and your display can output without overscan
+#disable_overscan=1
+
+# uncomment the following to adjust overscan. Use positive numbers if console
+# goes off screen, and negative if there is too much border
+#overscan_left=16
+#overscan_right=16
+#overscan_top=16
+#overscan_bottom=16
+
+# uncomment to force a console size. By default it will be display's size minus
+# overscan.
+#framebuffer_width=1280
+#framebuffer_height=720
+
+# uncomment if hdmi display is not detected and composite is being output
+#hdmi_force_hotplug=1
+
+# uncomment to force a specific HDMI mode (this will force VGA)
+#hdmi_group=1
+#hdmi_mode=1
+
+# uncomment to force a HDMI mode rather than DVI. This can make audio work in
+# DMT (computer monitor) modes
+#hdmi_drive=2
+
+# uncomment to increase signal to HDMI, if you have interference, blanking, or
+# no display
+#config_hdmi_boost=4
+
+# uncomment for composite PAL
+#sdtv_mode=2
+
+#uncomment to overclock the arm. 700 MHz is the default.
+#arm_freq=800
+
+# Uncomment some or all of these to enable the optional hardware interfaces
+#dtparam=i2c_arm=on
+#dtparam=i2s=on
+#dtparam=spi=on
+
+# Uncomment this to enable the lirc-rpi module
+#dtoverlay=lirc-rpi
+
+disable_splash=1
+disable_audio_dither=1
+
+# Settings for pi2scart and pi2jamma
+
+dtoverlay=vga666
+enable_dpi_lcd=1
+display_default_lcd=1
+dpi_group=2
+dpi_mode=87
+
+hdmi_timings=320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+# Additional overlays and parameters are documented /boot/overlays/README
+
+# Enable audio (loads snd_bcm2835)
+dtparam=audio=on
+gpu_mem_256=128
+gpu_mem_512=256
+gpu_mem_1024=256
+overscan_scale=1
diff --git a/boot/config_highres.txt b/boot/config_highres.txt
new file mode 100644
index 0000000..933ae16
--- /dev/null
+++ b/boot/config_highres.txt
@@ -0,0 +1,103 @@
+# For more options and information see
+# http://rpf.io/configtxtreadme
+# Some settings may impact device functionality. See link above for details
+
+# uncomment if you get no picture on HDMI for a default "safe" mode
+#hdmi_safe=1
+disable_splash=1
+
+# uncomment this if your display has a black border of unused pixels visible
+# and your display can output without overscan
+#disable_overscan=1
+
+# uncomment the following to adjust overscan. Use positive numbers if console
+# goes off screen, and negative if there is too much border
+#overscan_left=16
+#overscan_right=16
+#overscan_top=16
+#overscan_bottom=16
+
+# uncomment to force a console size. By default it will be display's size minus
+# overscan.
+#framebuffer_width=1280
+#framebuffer_height=720
+#resolution for 24inch half size 1920 x 1200
+#framebuffer_width=960
+#framebuffer_height=600
+
+# uncomment if hdmi display is not detected and composite is being output
+#hdmi_force_hotplug=1
+
+# uncomment to force a specific HDMI mode (this will force VGA)
+#hdmi_group=1
+#hdmi_mode=1
+
+# uncomment to force a HDMI mode rather than DVI. This can make audio work in
+# DMT (computer monitor) modes
+#hdmi_drive=2
+
+# uncomment to increase signal to HDMI, if you have interference, blanking, or
+# no display
+#config_hdmi_boost=4
+
+# uncomment for composite PAL
+#sdtv_mode=2
+
+#uncomment to overclock the arm. 700 MHz is the default.
+arm_freq=800
+
+# Uncomment some or all of these to enable the optional hardware interfaces
+#dtparam=i2c_arm=on
+#dtparam=i2s=on
+#dtparam=spi=on
+
+# Uncomment this to enable the lirc-rpi module
+#dtoverlay=lirc-rpi
+
+# Additional overlays and parameters are documented /boot/overlays/README
+
+# Enable audio (loads snd_bcm2835)
+dtparam=audio=on
+#gpu_mem=512
+
+
+disable_audio_dither=1
+#audio_pwm_mode=2
+
+## Aufloesung fest einstellen ##
+################################
+##hdmi auch ohne Monitor im Betrieb
+hdmi_force_hotplug=1
+# DMT Modus aktivieren
+hdmi_group=2
+## Aufloesungen alle 60hz
+# 1024x768
+#hdmi_mode=16
+# 1280x768
+#hdmi_mode=23
+# 1366x768
+#hdmi_mode=81
+# 1920x1080
+#hdmi_mode=82
+# 1280x720p
+#hdmi_mode=85
+# 640x480
+hdmi_mode=4
+# 800x600
+#hdmi_mode=9
+# check with tvservice -s for available resolution of our monitor
+
+# oc settings
+gpu_mem=256
+#gpu_mem_256=128
+#gpu_mem_512=256
+#gpu_mem_1024=256
+#arm_freq=1450
+#gpu_freq=500
+#sdram_freq=550
+#over_voltage=8
+#force_turbo=1
+
+
+
+
diff --git a/.project b/.project
new file mode 100644
index 0000000..2b159f2
--- /dev/null
+++ b/.project
@@ -0,0 +1,11 @@
+
+
+ RetroPieRGB
+
+
+
+
+
+
+
+
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..6dc7da9
--- /dev/null
+++ b/README.md
@@ -0,0 +1,26 @@
+RetroPieRGB
+===========
+
+This project contains scripts for enabling 15Khz RGB for your retro gaming setup with retropie.
+
+It needs the hardware addon pi2scart or pi2jamma to output the proper image on a CRT screen.
+
+Please goto http://www.arcadeforge.de and get this awesome gadget.
+
+
+Installation
+============
+
+Download latest retropie and install it as described on retropie wiki.
+Connect Keyboard.
+Activate wiki.
+In emulationstation press F4 to get cmd shell
+
+Type
+
+git clone https://github.com/arcadeforge/RetroPieRGB
+
+cd RetroPieRGB
+
+sudo ./setup.sh
+
diff --git a/boot/config.txt b/boot/config.txt
new file mode 100755
index 0000000..1860f84
--- /dev/null
+++ b/boot/config.txt
@@ -0,0 +1,73 @@
+# For more options and information see
+# http://rpf.io/configtxt
+# Some settings may impact device functionality. See link above for details
+
+# uncomment if you get no picture on HDMI for a default "safe" mode
+#hdmi_safe=1
+
+# uncomment this if your display has a black border of unused pixels visible
+# and your display can output without overscan
+#disable_overscan=1
+
+# uncomment the following to adjust overscan. Use positive numbers if console
+# goes off screen, and negative if there is too much border
+#overscan_left=16
+#overscan_right=16
+#overscan_top=16
+#overscan_bottom=16
+
+# uncomment to force a console size. By default it will be display's size minus
+# overscan.
+#framebuffer_width=1280
+#framebuffer_height=720
+
+# uncomment if hdmi display is not detected and composite is being output
+#hdmi_force_hotplug=1
+
+# uncomment to force a specific HDMI mode (this will force VGA)
+#hdmi_group=1
+#hdmi_mode=1
+
+# uncomment to force a HDMI mode rather than DVI. This can make audio work in
+# DMT (computer monitor) modes
+#hdmi_drive=2
+
+# uncomment to increase signal to HDMI, if you have interference, blanking, or
+# no display
+#config_hdmi_boost=4
+
+# uncomment for composite PAL
+#sdtv_mode=2
+
+#uncomment to overclock the arm. 700 MHz is the default.
+#arm_freq=800
+
+# Uncomment some or all of these to enable the optional hardware interfaces
+#dtparam=i2c_arm=on
+#dtparam=i2s=on
+#dtparam=spi=on
+
+# Uncomment this to enable the lirc-rpi module
+#dtoverlay=lirc-rpi
+
+disable_splash=1
+disable_audio_dither=1
+
+# Settings for pi2scart and pi2jamma
+
+dtoverlay=vga666
+enable_dpi_lcd=1
+display_default_lcd=1
+dpi_group=2
+dpi_mode=87
+
+hdmi_timings=320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+# Additional overlays and parameters are documented /boot/overlays/README
+
+# Enable audio (loads snd_bcm2835)
+dtparam=audio=on
+gpu_mem_256=128
+gpu_mem_512=256
+gpu_mem_1024=256
+overscan_scale=1
diff --git a/boot/config_highres.txt b/boot/config_highres.txt
new file mode 100644
index 0000000..933ae16
--- /dev/null
+++ b/boot/config_highres.txt
@@ -0,0 +1,103 @@
+# For more options and information see
+# http://rpf.io/configtxtreadme
+# Some settings may impact device functionality. See link above for details
+
+# uncomment if you get no picture on HDMI for a default "safe" mode
+#hdmi_safe=1
+disable_splash=1
+
+# uncomment this if your display has a black border of unused pixels visible
+# and your display can output without overscan
+#disable_overscan=1
+
+# uncomment the following to adjust overscan. Use positive numbers if console
+# goes off screen, and negative if there is too much border
+#overscan_left=16
+#overscan_right=16
+#overscan_top=16
+#overscan_bottom=16
+
+# uncomment to force a console size. By default it will be display's size minus
+# overscan.
+#framebuffer_width=1280
+#framebuffer_height=720
+#resolution for 24inch half size 1920 x 1200
+#framebuffer_width=960
+#framebuffer_height=600
+
+# uncomment if hdmi display is not detected and composite is being output
+#hdmi_force_hotplug=1
+
+# uncomment to force a specific HDMI mode (this will force VGA)
+#hdmi_group=1
+#hdmi_mode=1
+
+# uncomment to force a HDMI mode rather than DVI. This can make audio work in
+# DMT (computer monitor) modes
+#hdmi_drive=2
+
+# uncomment to increase signal to HDMI, if you have interference, blanking, or
+# no display
+#config_hdmi_boost=4
+
+# uncomment for composite PAL
+#sdtv_mode=2
+
+#uncomment to overclock the arm. 700 MHz is the default.
+arm_freq=800
+
+# Uncomment some or all of these to enable the optional hardware interfaces
+#dtparam=i2c_arm=on
+#dtparam=i2s=on
+#dtparam=spi=on
+
+# Uncomment this to enable the lirc-rpi module
+#dtoverlay=lirc-rpi
+
+# Additional overlays and parameters are documented /boot/overlays/README
+
+# Enable audio (loads snd_bcm2835)
+dtparam=audio=on
+#gpu_mem=512
+
+
+disable_audio_dither=1
+#audio_pwm_mode=2
+
+## Aufloesung fest einstellen ##
+################################
+##hdmi auch ohne Monitor im Betrieb
+hdmi_force_hotplug=1
+# DMT Modus aktivieren
+hdmi_group=2
+## Aufloesungen alle 60hz
+# 1024x768
+#hdmi_mode=16
+# 1280x768
+#hdmi_mode=23
+# 1366x768
+#hdmi_mode=81
+# 1920x1080
+#hdmi_mode=82
+# 1280x720p
+#hdmi_mode=85
+# 640x480
+hdmi_mode=4
+# 800x600
+#hdmi_mode=9
+# check with tvservice -s for available resolution of our monitor
+
+# oc settings
+gpu_mem=256
+#gpu_mem_256=128
+#gpu_mem_512=256
+#gpu_mem_1024=256
+#arm_freq=1450
+#gpu_freq=500
+#sdram_freq=550
+#over_voltage=8
+#force_turbo=1
+
+
+
+
diff --git a/boot/config_lowres.txt b/boot/config_lowres.txt
new file mode 100644
index 0000000..c993dcc
--- /dev/null
+++ b/boot/config_lowres.txt
@@ -0,0 +1,47 @@
+# See /boot/overlays/README for all available options
+
+disable_splash=1
+disable_audio_dither=1
+#audio_pwm_mode=2
+dtparam=audio=on
+dtoverlay=vga666
+enable_dpi_lcd=1
+display_default_lcd=1
+dpi_group=2
+dpi_mode=87
+#hdmi_timings=320 1 19 43 36 256 1 2 3 22 0 0 0 60 0 6400000 1 #256p
+
+# to move picture left and right on screen subtract and add values from
+# 3rd and 5th value
+# 16+x and 34-x moves x pixel left or right
+#
+#hdmi_timings=320 1 19 43 36 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+# no overscan but blurry
+#hdmi_timings=320 1 19 43 36 224 1 11 14 15 0 0 0 60 0 6400000 1
+
+hdmi_timings=320 1 19 43 36 240 1 2 6 14 0 0 0 60 0 6400000 1
+
+#hdmi_timings=320 1 19 43 36 240 1 2 10 10 0 0 0 60 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 3 6 17 0 0 0 59 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 5 6 20 0 0 0 58 0 6400000 1
+
+# old hdmi_timings from 2.5.2
+#hdmi_timings=320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+
+
+#framebuffer_width=320
+#framebuffer_height=240
+
+# oc settings
+gpu_mem=256
+#gpu_mem_256=128
+#gpu_mem_512=256
+#gpu_mem_1024=256
+#arm_freq=1450
+#gpu_freq=500
+#sdram_freq=550
+#over_voltage=8
+#force_turbo=1
+
diff --git a/.project b/.project
new file mode 100644
index 0000000..2b159f2
--- /dev/null
+++ b/.project
@@ -0,0 +1,11 @@
+
+
+ RetroPieRGB
+
+
+
+
+
+
+
+
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..6dc7da9
--- /dev/null
+++ b/README.md
@@ -0,0 +1,26 @@
+RetroPieRGB
+===========
+
+This project contains scripts for enabling 15Khz RGB for your retro gaming setup with retropie.
+
+It needs the hardware addon pi2scart or pi2jamma to output the proper image on a CRT screen.
+
+Please goto http://www.arcadeforge.de and get this awesome gadget.
+
+
+Installation
+============
+
+Download latest retropie and install it as described on retropie wiki.
+Connect Keyboard.
+Activate wiki.
+In emulationstation press F4 to get cmd shell
+
+Type
+
+git clone https://github.com/arcadeforge/RetroPieRGB
+
+cd RetroPieRGB
+
+sudo ./setup.sh
+
diff --git a/boot/config.txt b/boot/config.txt
new file mode 100755
index 0000000..1860f84
--- /dev/null
+++ b/boot/config.txt
@@ -0,0 +1,73 @@
+# For more options and information see
+# http://rpf.io/configtxt
+# Some settings may impact device functionality. See link above for details
+
+# uncomment if you get no picture on HDMI for a default "safe" mode
+#hdmi_safe=1
+
+# uncomment this if your display has a black border of unused pixels visible
+# and your display can output without overscan
+#disable_overscan=1
+
+# uncomment the following to adjust overscan. Use positive numbers if console
+# goes off screen, and negative if there is too much border
+#overscan_left=16
+#overscan_right=16
+#overscan_top=16
+#overscan_bottom=16
+
+# uncomment to force a console size. By default it will be display's size minus
+# overscan.
+#framebuffer_width=1280
+#framebuffer_height=720
+
+# uncomment if hdmi display is not detected and composite is being output
+#hdmi_force_hotplug=1
+
+# uncomment to force a specific HDMI mode (this will force VGA)
+#hdmi_group=1
+#hdmi_mode=1
+
+# uncomment to force a HDMI mode rather than DVI. This can make audio work in
+# DMT (computer monitor) modes
+#hdmi_drive=2
+
+# uncomment to increase signal to HDMI, if you have interference, blanking, or
+# no display
+#config_hdmi_boost=4
+
+# uncomment for composite PAL
+#sdtv_mode=2
+
+#uncomment to overclock the arm. 700 MHz is the default.
+#arm_freq=800
+
+# Uncomment some or all of these to enable the optional hardware interfaces
+#dtparam=i2c_arm=on
+#dtparam=i2s=on
+#dtparam=spi=on
+
+# Uncomment this to enable the lirc-rpi module
+#dtoverlay=lirc-rpi
+
+disable_splash=1
+disable_audio_dither=1
+
+# Settings for pi2scart and pi2jamma
+
+dtoverlay=vga666
+enable_dpi_lcd=1
+display_default_lcd=1
+dpi_group=2
+dpi_mode=87
+
+hdmi_timings=320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+# Additional overlays and parameters are documented /boot/overlays/README
+
+# Enable audio (loads snd_bcm2835)
+dtparam=audio=on
+gpu_mem_256=128
+gpu_mem_512=256
+gpu_mem_1024=256
+overscan_scale=1
diff --git a/boot/config_highres.txt b/boot/config_highres.txt
new file mode 100644
index 0000000..933ae16
--- /dev/null
+++ b/boot/config_highres.txt
@@ -0,0 +1,103 @@
+# For more options and information see
+# http://rpf.io/configtxtreadme
+# Some settings may impact device functionality. See link above for details
+
+# uncomment if you get no picture on HDMI for a default "safe" mode
+#hdmi_safe=1
+disable_splash=1
+
+# uncomment this if your display has a black border of unused pixels visible
+# and your display can output without overscan
+#disable_overscan=1
+
+# uncomment the following to adjust overscan. Use positive numbers if console
+# goes off screen, and negative if there is too much border
+#overscan_left=16
+#overscan_right=16
+#overscan_top=16
+#overscan_bottom=16
+
+# uncomment to force a console size. By default it will be display's size minus
+# overscan.
+#framebuffer_width=1280
+#framebuffer_height=720
+#resolution for 24inch half size 1920 x 1200
+#framebuffer_width=960
+#framebuffer_height=600
+
+# uncomment if hdmi display is not detected and composite is being output
+#hdmi_force_hotplug=1
+
+# uncomment to force a specific HDMI mode (this will force VGA)
+#hdmi_group=1
+#hdmi_mode=1
+
+# uncomment to force a HDMI mode rather than DVI. This can make audio work in
+# DMT (computer monitor) modes
+#hdmi_drive=2
+
+# uncomment to increase signal to HDMI, if you have interference, blanking, or
+# no display
+#config_hdmi_boost=4
+
+# uncomment for composite PAL
+#sdtv_mode=2
+
+#uncomment to overclock the arm. 700 MHz is the default.
+arm_freq=800
+
+# Uncomment some or all of these to enable the optional hardware interfaces
+#dtparam=i2c_arm=on
+#dtparam=i2s=on
+#dtparam=spi=on
+
+# Uncomment this to enable the lirc-rpi module
+#dtoverlay=lirc-rpi
+
+# Additional overlays and parameters are documented /boot/overlays/README
+
+# Enable audio (loads snd_bcm2835)
+dtparam=audio=on
+#gpu_mem=512
+
+
+disable_audio_dither=1
+#audio_pwm_mode=2
+
+## Aufloesung fest einstellen ##
+################################
+##hdmi auch ohne Monitor im Betrieb
+hdmi_force_hotplug=1
+# DMT Modus aktivieren
+hdmi_group=2
+## Aufloesungen alle 60hz
+# 1024x768
+#hdmi_mode=16
+# 1280x768
+#hdmi_mode=23
+# 1366x768
+#hdmi_mode=81
+# 1920x1080
+#hdmi_mode=82
+# 1280x720p
+#hdmi_mode=85
+# 640x480
+hdmi_mode=4
+# 800x600
+#hdmi_mode=9
+# check with tvservice -s for available resolution of our monitor
+
+# oc settings
+gpu_mem=256
+#gpu_mem_256=128
+#gpu_mem_512=256
+#gpu_mem_1024=256
+#arm_freq=1450
+#gpu_freq=500
+#sdram_freq=550
+#over_voltage=8
+#force_turbo=1
+
+
+
+
diff --git a/boot/config_lowres.txt b/boot/config_lowres.txt
new file mode 100644
index 0000000..c993dcc
--- /dev/null
+++ b/boot/config_lowres.txt
@@ -0,0 +1,47 @@
+# See /boot/overlays/README for all available options
+
+disable_splash=1
+disable_audio_dither=1
+#audio_pwm_mode=2
+dtparam=audio=on
+dtoverlay=vga666
+enable_dpi_lcd=1
+display_default_lcd=1
+dpi_group=2
+dpi_mode=87
+#hdmi_timings=320 1 19 43 36 256 1 2 3 22 0 0 0 60 0 6400000 1 #256p
+
+# to move picture left and right on screen subtract and add values from
+# 3rd and 5th value
+# 16+x and 34-x moves x pixel left or right
+#
+#hdmi_timings=320 1 19 43 36 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+# no overscan but blurry
+#hdmi_timings=320 1 19 43 36 224 1 11 14 15 0 0 0 60 0 6400000 1
+
+hdmi_timings=320 1 19 43 36 240 1 2 6 14 0 0 0 60 0 6400000 1
+
+#hdmi_timings=320 1 19 43 36 240 1 2 10 10 0 0 0 60 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 3 6 17 0 0 0 59 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 5 6 20 0 0 0 58 0 6400000 1
+
+# old hdmi_timings from 2.5.2
+#hdmi_timings=320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+
+
+#framebuffer_width=320
+#framebuffer_height=240
+
+# oc settings
+gpu_mem=256
+#gpu_mem_256=128
+#gpu_mem_512=256
+#gpu_mem_1024=256
+#arm_freq=1450
+#gpu_freq=500
+#sdram_freq=550
+#over_voltage=8
+#force_turbo=1
+
diff --git a/config.txt b/config.txt
new file mode 100755
index 0000000..aedd54a
--- /dev/null
+++ b/config.txt
@@ -0,0 +1,50 @@
+# See /boot/overlays/README for all available options
+
+disable_splash=1
+disable_audio_dither=1
+#audio_pwm_mode=2
+dtparam=audio=on
+dtoverlay=vga666
+enable_dpi_lcd=1
+display_default_lcd=1
+dpi_group=2
+dpi_mode=87
+#hdmi_timings=320 1 19 43 36 256 1 2 3 22 0 0 0 60 0 6400000 1 #256p
+
+# to move picture left and right on screen subtract and add values from
+# 3rd and 5th value
+# 16+x and 34-x moves x pixel left or right
+#
+#hdmi_timings=320 1 19 43 36 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+# no overscan but blurry
+#hdmi_timings=320 1 19 43 36 224 1 11 14 15 0 0 0 60 0 6400000 1
+
+hdmi_timings=320 1 19 43 36 240 1 2 6 14 0 0 0 60 0 6400000 1
+
+#hdmi_timings=320 1 19 43 36 240 1 2 10 10 0 0 0 60 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 3 6 17 0 0 0 59 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 5 6 20 0 0 0 58 0 6400000 1
+
+# old hdmi_timings from 2.5.2
+#hdmi_timings=320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+
+
+#framebuffer_width=320
+#framebuffer_height=240
+
+# oc settings
+gpu_mem=256
+#gpu_mem_256=128
+#gpu_mem_512=256
+#gpu_mem_1024=256
+#arm_freq=1450
+#gpu_freq=500
+#sdram_freq=550
+#over_voltage=8
+#force_turbo=1
+
+es_rotate=1
+pi2jamma=0
+mme4crt_shift=30
diff --git a/.project b/.project
new file mode 100644
index 0000000..2b159f2
--- /dev/null
+++ b/.project
@@ -0,0 +1,11 @@
+
+
+ RetroPieRGB
+
+
+
+
+
+
+
+
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..6dc7da9
--- /dev/null
+++ b/README.md
@@ -0,0 +1,26 @@
+RetroPieRGB
+===========
+
+This project contains scripts for enabling 15Khz RGB for your retro gaming setup with retropie.
+
+It needs the hardware addon pi2scart or pi2jamma to output the proper image on a CRT screen.
+
+Please goto http://www.arcadeforge.de and get this awesome gadget.
+
+
+Installation
+============
+
+Download latest retropie and install it as described on retropie wiki.
+Connect Keyboard.
+Activate wiki.
+In emulationstation press F4 to get cmd shell
+
+Type
+
+git clone https://github.com/arcadeforge/RetroPieRGB
+
+cd RetroPieRGB
+
+sudo ./setup.sh
+
diff --git a/boot/config.txt b/boot/config.txt
new file mode 100755
index 0000000..1860f84
--- /dev/null
+++ b/boot/config.txt
@@ -0,0 +1,73 @@
+# For more options and information see
+# http://rpf.io/configtxt
+# Some settings may impact device functionality. See link above for details
+
+# uncomment if you get no picture on HDMI for a default "safe" mode
+#hdmi_safe=1
+
+# uncomment this if your display has a black border of unused pixels visible
+# and your display can output without overscan
+#disable_overscan=1
+
+# uncomment the following to adjust overscan. Use positive numbers if console
+# goes off screen, and negative if there is too much border
+#overscan_left=16
+#overscan_right=16
+#overscan_top=16
+#overscan_bottom=16
+
+# uncomment to force a console size. By default it will be display's size minus
+# overscan.
+#framebuffer_width=1280
+#framebuffer_height=720
+
+# uncomment if hdmi display is not detected and composite is being output
+#hdmi_force_hotplug=1
+
+# uncomment to force a specific HDMI mode (this will force VGA)
+#hdmi_group=1
+#hdmi_mode=1
+
+# uncomment to force a HDMI mode rather than DVI. This can make audio work in
+# DMT (computer monitor) modes
+#hdmi_drive=2
+
+# uncomment to increase signal to HDMI, if you have interference, blanking, or
+# no display
+#config_hdmi_boost=4
+
+# uncomment for composite PAL
+#sdtv_mode=2
+
+#uncomment to overclock the arm. 700 MHz is the default.
+#arm_freq=800
+
+# Uncomment some or all of these to enable the optional hardware interfaces
+#dtparam=i2c_arm=on
+#dtparam=i2s=on
+#dtparam=spi=on
+
+# Uncomment this to enable the lirc-rpi module
+#dtoverlay=lirc-rpi
+
+disable_splash=1
+disable_audio_dither=1
+
+# Settings for pi2scart and pi2jamma
+
+dtoverlay=vga666
+enable_dpi_lcd=1
+display_default_lcd=1
+dpi_group=2
+dpi_mode=87
+
+hdmi_timings=320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+# Additional overlays and parameters are documented /boot/overlays/README
+
+# Enable audio (loads snd_bcm2835)
+dtparam=audio=on
+gpu_mem_256=128
+gpu_mem_512=256
+gpu_mem_1024=256
+overscan_scale=1
diff --git a/boot/config_highres.txt b/boot/config_highres.txt
new file mode 100644
index 0000000..933ae16
--- /dev/null
+++ b/boot/config_highres.txt
@@ -0,0 +1,103 @@
+# For more options and information see
+# http://rpf.io/configtxtreadme
+# Some settings may impact device functionality. See link above for details
+
+# uncomment if you get no picture on HDMI for a default "safe" mode
+#hdmi_safe=1
+disable_splash=1
+
+# uncomment this if your display has a black border of unused pixels visible
+# and your display can output without overscan
+#disable_overscan=1
+
+# uncomment the following to adjust overscan. Use positive numbers if console
+# goes off screen, and negative if there is too much border
+#overscan_left=16
+#overscan_right=16
+#overscan_top=16
+#overscan_bottom=16
+
+# uncomment to force a console size. By default it will be display's size minus
+# overscan.
+#framebuffer_width=1280
+#framebuffer_height=720
+#resolution for 24inch half size 1920 x 1200
+#framebuffer_width=960
+#framebuffer_height=600
+
+# uncomment if hdmi display is not detected and composite is being output
+#hdmi_force_hotplug=1
+
+# uncomment to force a specific HDMI mode (this will force VGA)
+#hdmi_group=1
+#hdmi_mode=1
+
+# uncomment to force a HDMI mode rather than DVI. This can make audio work in
+# DMT (computer monitor) modes
+#hdmi_drive=2
+
+# uncomment to increase signal to HDMI, if you have interference, blanking, or
+# no display
+#config_hdmi_boost=4
+
+# uncomment for composite PAL
+#sdtv_mode=2
+
+#uncomment to overclock the arm. 700 MHz is the default.
+arm_freq=800
+
+# Uncomment some or all of these to enable the optional hardware interfaces
+#dtparam=i2c_arm=on
+#dtparam=i2s=on
+#dtparam=spi=on
+
+# Uncomment this to enable the lirc-rpi module
+#dtoverlay=lirc-rpi
+
+# Additional overlays and parameters are documented /boot/overlays/README
+
+# Enable audio (loads snd_bcm2835)
+dtparam=audio=on
+#gpu_mem=512
+
+
+disable_audio_dither=1
+#audio_pwm_mode=2
+
+## Aufloesung fest einstellen ##
+################################
+##hdmi auch ohne Monitor im Betrieb
+hdmi_force_hotplug=1
+# DMT Modus aktivieren
+hdmi_group=2
+## Aufloesungen alle 60hz
+# 1024x768
+#hdmi_mode=16
+# 1280x768
+#hdmi_mode=23
+# 1366x768
+#hdmi_mode=81
+# 1920x1080
+#hdmi_mode=82
+# 1280x720p
+#hdmi_mode=85
+# 640x480
+hdmi_mode=4
+# 800x600
+#hdmi_mode=9
+# check with tvservice -s for available resolution of our monitor
+
+# oc settings
+gpu_mem=256
+#gpu_mem_256=128
+#gpu_mem_512=256
+#gpu_mem_1024=256
+#arm_freq=1450
+#gpu_freq=500
+#sdram_freq=550
+#over_voltage=8
+#force_turbo=1
+
+
+
+
diff --git a/boot/config_lowres.txt b/boot/config_lowres.txt
new file mode 100644
index 0000000..c993dcc
--- /dev/null
+++ b/boot/config_lowres.txt
@@ -0,0 +1,47 @@
+# See /boot/overlays/README for all available options
+
+disable_splash=1
+disable_audio_dither=1
+#audio_pwm_mode=2
+dtparam=audio=on
+dtoverlay=vga666
+enable_dpi_lcd=1
+display_default_lcd=1
+dpi_group=2
+dpi_mode=87
+#hdmi_timings=320 1 19 43 36 256 1 2 3 22 0 0 0 60 0 6400000 1 #256p
+
+# to move picture left and right on screen subtract and add values from
+# 3rd and 5th value
+# 16+x and 34-x moves x pixel left or right
+#
+#hdmi_timings=320 1 19 43 36 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+# no overscan but blurry
+#hdmi_timings=320 1 19 43 36 224 1 11 14 15 0 0 0 60 0 6400000 1
+
+hdmi_timings=320 1 19 43 36 240 1 2 6 14 0 0 0 60 0 6400000 1
+
+#hdmi_timings=320 1 19 43 36 240 1 2 10 10 0 0 0 60 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 3 6 17 0 0 0 59 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 5 6 20 0 0 0 58 0 6400000 1
+
+# old hdmi_timings from 2.5.2
+#hdmi_timings=320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+
+
+#framebuffer_width=320
+#framebuffer_height=240
+
+# oc settings
+gpu_mem=256
+#gpu_mem_256=128
+#gpu_mem_512=256
+#gpu_mem_1024=256
+#arm_freq=1450
+#gpu_freq=500
+#sdram_freq=550
+#over_voltage=8
+#force_turbo=1
+
diff --git a/config.txt b/config.txt
new file mode 100755
index 0000000..aedd54a
--- /dev/null
+++ b/config.txt
@@ -0,0 +1,50 @@
+# See /boot/overlays/README for all available options
+
+disable_splash=1
+disable_audio_dither=1
+#audio_pwm_mode=2
+dtparam=audio=on
+dtoverlay=vga666
+enable_dpi_lcd=1
+display_default_lcd=1
+dpi_group=2
+dpi_mode=87
+#hdmi_timings=320 1 19 43 36 256 1 2 3 22 0 0 0 60 0 6400000 1 #256p
+
+# to move picture left and right on screen subtract and add values from
+# 3rd and 5th value
+# 16+x and 34-x moves x pixel left or right
+#
+#hdmi_timings=320 1 19 43 36 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+# no overscan but blurry
+#hdmi_timings=320 1 19 43 36 224 1 11 14 15 0 0 0 60 0 6400000 1
+
+hdmi_timings=320 1 19 43 36 240 1 2 6 14 0 0 0 60 0 6400000 1
+
+#hdmi_timings=320 1 19 43 36 240 1 2 10 10 0 0 0 60 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 3 6 17 0 0 0 59 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 5 6 20 0 0 0 58 0 6400000 1
+
+# old hdmi_timings from 2.5.2
+#hdmi_timings=320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+
+
+#framebuffer_width=320
+#framebuffer_height=240
+
+# oc settings
+gpu_mem=256
+#gpu_mem_256=128
+#gpu_mem_512=256
+#gpu_mem_1024=256
+#arm_freq=1450
+#gpu_freq=500
+#sdram_freq=550
+#over_voltage=8
+#force_turbo=1
+
+es_rotate=1
+pi2jamma=0
+mme4crt_shift=30
diff --git a/etc/emulationstation/themes.sh b/etc/emulationstation/themes.sh
new file mode 100755
index 0000000..ea2d7b6
--- /dev/null
+++ b/etc/emulationstation/themes.sh
@@ -0,0 +1,190 @@
+local themes=(
+ 'arcadeforge push-a'
+ 'arcadeforge push-a-v'
+ 'arcadeforge pixel-heaven'
+ 'arcadeforge pixel-heaven-text'
+ 'arcadeforge 240p_Bubblegum'
+ 'arcadeforge 240p-honey'
+ 'RetroPie carbon'
+ 'RetroPie carbon-centered'
+ 'RetroPie carbon-nometa'
+ 'RetroPie simple'
+ 'RetroPie simple-dark'
+ 'RetroPie clean-look'
+ 'RetroPie color-pi'
+ 'RetroPie nbba'
+ 'RetroPie simplified-static-canela'
+ 'RetroPie turtle-pi'
+ 'RetroPie zoid'
+ 'ehettervik pixel'
+ 'ehettervik pixel-metadata'
+ 'ehettervik pixel-tft'
+ 'ehettervik luminous'
+ 'ehettervik minilumi'
+ 'ehettervik workbench'
+ 'AmadhiX eudora'
+ 'AmadhiX eudora-bigshot'
+ 'AmadhiX eudora-concise'
+ 'InsecureSpike retroplay-clean-canela'
+ 'InsecureSpike retroplay-clean-detail-canela'
+ 'Omnija simpler-turtlepi'
+ 'Omnija simpler-turtlemini'
+ 'Omnija metro'
+ 'lilbud material'
+ 'mattrixk io'
+ 'mattrixk metapixel'
+ 'mattrixk spare'
+ 'robertybob space'
+ 'robertybob simplebigart'
+ 'robertybob tv'
+ 'HerbFargus tronkyfran'
+ 'lilbud flat'
+ 'lilbud flat-dark'
+ 'lilbud minimal'
+ 'lilbud switch'
+ 'lilbud angular'
+ 'FlyingTomahawk futura-V'
+ 'FlyingTomahawk futura-dark-V'
+ 'G-rila fundamental'
+ 'ruckage nes-mini'
+ 'ruckage famicom-mini'
+ 'ruckage snes-mini'
+ 'anthonycaccese crt'
+ 'anthonycaccese crt-centered'
+ 'anthonycaccese art-book'
+ 'anthonycaccese art-book-4-3'
+ 'anthonycaccese art-book-pocket'
+ 'anthonycaccese art-book-micro'
+ 'anthonycaccese tft'
+ 'anthonycaccese picade'
+ 'TMNTturtleguy ComicBook'
+ 'TMNTturtleguy ComicBook_4-3'
+ 'TMNTturtleguy ComicBook_SE-Wheelart'
+ 'TMNTturtleguy ComicBook_4-3_SE-Wheelart'
+ 'ChoccyHobNob cygnus'
+ 'dmmarti steampunk'
+ 'dmmarti hurstyblue'
+ 'dmmarti maximuspie'
+ 'dmmarti showcase'
+ 'dmmarti kidz'
+ 'dmmarti unified'
+ 'dmmarti gamehat'
+ 'rxbrad freeplay'
+ 'rxbrad gbz35'
+ 'rxbrad gbz35-dark'
+ 'garaine marioblue'
+ 'garaine bigwood'
+ 'MrTomixf Royal_Primicia'
+ 'lostless playstation'
+ 'mrharias superdisplay'
+ 'coinjunkie synthwave'
+ 'nickearl retrowave'
+ 'nickearl retrowave_4_3'
+ 'pacdude minijawn'
+ 'RetroHursty69 magazinemadness'
+ 'RetroHursty69 stirling'
+ 'RetroHursty69 boxalloyred'
+ 'RetroHursty69 boxalloyblue'
+ 'RetroHursty69 greenilicious'
+ 'RetroHursty69 retroroid'
+ 'RetroHursty69 merryxmas'
+ 'RetroHursty69 cardcrazy'
+ 'RetroHursty69 license2game'
+ 'RetroHursty69 comiccrazy'
+ 'RetroHursty69 snazzy'
+ 'RetroHursty69 tributeGoT'
+ 'RetroHursty69 tributeSTrek'
+ 'RetroHursty69 tributeSWars'
+ 'RetroHursty69 crisp'
+ 'RetroHursty69 crisp_light'
+ 'RetroHursty69 primo'
+ 'RetroHursty69 primo_light'
+ 'RetroHursty69 back2basics'
+ 'RetroHursty69 retrogamenews'
+ 'RetroHursty69 bluray'
+ 'RetroHursty69 soda'
+ 'RetroHursty69 lightswitch'
+ 'RetroHursty69 darkswitch'
+ 'RetroHursty69 whiteslide'
+ 'RetroHursty69 graffiti'
+ 'RetroHursty69 whitewood'
+ 'RetroHursty69 sublime'
+ 'RetroHursty69 infinity'
+ 'RetroHursty69 neogeo_only'
+ 'RetroHursty69 boxcity'
+ 'RetroHursty69 vertical_arcade'
+ 'RetroHursty69 cabsnazzy'
+ 'RetroHursty69 garfieldism'
+ 'RetroHursty69 halloweenspecial'
+ 'RetroHursty69 heychromey'
+ 'RetroHursty69 homerism'
+ 'RetroHursty69 spaceinvaders'
+ 'RetroHursty69 disenchantment'
+ 'RetroHursty69 minions'
+ 'RetroHursty69 tmnt'
+ 'RetroHursty69 pacman'
+ 'RetroHursty69 dragonballz'
+ 'RetroHursty69 minecraft'
+ 'RetroHursty69 incredibles'
+ 'RetroHursty69 mario_melee'
+ 'RetroHursty69 evilresident'
+ 'RetroHursty69 hurstyspin'
+ 'RetroHursty69 cyber'
+ 'RetroHursty69 supersweet'
+ 'RetroHursty69 donkeykonkey'
+ 'RetroHursty69 snapback'
+ 'RetroHursty69 heman'
+ 'RetroHursty69 pitube'
+ 'RetroHursty69 batmanburton'
+ 'RetroHursty69 NegativeColor'
+ 'RetroHursty69 NegativeSepia'
+ 'RetroHursty69 corg'
+ 'RetroHursty69 mysticorb'
+ 'RetroHursty69 joysticks'
+ 'RetroHursty69 orbpilot'
+ 'RetroHursty69 bitfit'
+ 'RetroHursty69 circuit'
+ 'RetroHursty69 retroboy'
+ 'RetroHursty69 retroboy2'
+ 'RetroHursty69 hurstybluetake2'
+ 'RetroHursty69 fabuloso'
+ 'RetroHursty69 arcade1up_aspectratio54'
+ 'RetroHursty69 supersweet_aspectratio54'
+ 'RetroHursty69 heychromey_aspectratio54'
+ 'RetroHursty69 mariobrosiii'
+ 'RetroHursty69 vertical_limit_verticaltheme'
+ 'RetroHursty69 CapcomColorHorizontal'
+ 'RetroHursty69 CapcomColorSpin'
+ 'RetroHursty69 CapcomColorVertical'
+ 'RetroHursty69 bluesteel'
+ 'RetroHursty69 blueprism'
+ 'RetroHursty69 bluesmooth'
+ 'RetroHursty69 floyd'
+ 'RetroHursty69 floyd_arcade'
+ 'RetroHursty69 floyd_room'
+ 'RetroHursty69 Slick_Bluey'
+ 'RetroHursty69 Slick_Red'
+ 'RetroHursty69 ghostbusters'
+ 'RetroHursty69 realghostbusters'
+ 'RetroHursty69 stirlingness'
+ 'RetroHursty69 marco'
+ 'RetroHursty69 swatch'
+ 'RetroHursty69 meshy'
+ 'RetroHursty69 magazinemadness2'
+ 'RetroHursty69 CosmicRise'
+ 'RetroHursty69 uniflyered'
+ 'Saracade scv720'
+ 'chicueloarcade Chicuelo'
+ 'SuperMagicom nostalgic'
+ 'lipebello retrorama'
+ 'lipebello strangerstuff'
+ 'lipebello spaceoddity'
+ 'lipebello swineapple'
+ 'waweedman pii-wii'
+ 'waweedman Blade-360'
+ 'waweedman Venom'
+ 'waweedman Spider-Man'
+ 'blowfinger77 locomotion'
+ 'justincaseurskynet Arcade1up-5x4-Horizontal'
+ 'KALEL1981 Super-Retroboy'
+ )
diff --git a/.project b/.project
new file mode 100644
index 0000000..2b159f2
--- /dev/null
+++ b/.project
@@ -0,0 +1,11 @@
+
+
+ RetroPieRGB
+
+
+
+
+
+
+
+
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..6dc7da9
--- /dev/null
+++ b/README.md
@@ -0,0 +1,26 @@
+RetroPieRGB
+===========
+
+This project contains scripts for enabling 15Khz RGB for your retro gaming setup with retropie.
+
+It needs the hardware addon pi2scart or pi2jamma to output the proper image on a CRT screen.
+
+Please goto http://www.arcadeforge.de and get this awesome gadget.
+
+
+Installation
+============
+
+Download latest retropie and install it as described on retropie wiki.
+Connect Keyboard.
+Activate wiki.
+In emulationstation press F4 to get cmd shell
+
+Type
+
+git clone https://github.com/arcadeforge/RetroPieRGB
+
+cd RetroPieRGB
+
+sudo ./setup.sh
+
diff --git a/boot/config.txt b/boot/config.txt
new file mode 100755
index 0000000..1860f84
--- /dev/null
+++ b/boot/config.txt
@@ -0,0 +1,73 @@
+# For more options and information see
+# http://rpf.io/configtxt
+# Some settings may impact device functionality. See link above for details
+
+# uncomment if you get no picture on HDMI for a default "safe" mode
+#hdmi_safe=1
+
+# uncomment this if your display has a black border of unused pixels visible
+# and your display can output without overscan
+#disable_overscan=1
+
+# uncomment the following to adjust overscan. Use positive numbers if console
+# goes off screen, and negative if there is too much border
+#overscan_left=16
+#overscan_right=16
+#overscan_top=16
+#overscan_bottom=16
+
+# uncomment to force a console size. By default it will be display's size minus
+# overscan.
+#framebuffer_width=1280
+#framebuffer_height=720
+
+# uncomment if hdmi display is not detected and composite is being output
+#hdmi_force_hotplug=1
+
+# uncomment to force a specific HDMI mode (this will force VGA)
+#hdmi_group=1
+#hdmi_mode=1
+
+# uncomment to force a HDMI mode rather than DVI. This can make audio work in
+# DMT (computer monitor) modes
+#hdmi_drive=2
+
+# uncomment to increase signal to HDMI, if you have interference, blanking, or
+# no display
+#config_hdmi_boost=4
+
+# uncomment for composite PAL
+#sdtv_mode=2
+
+#uncomment to overclock the arm. 700 MHz is the default.
+#arm_freq=800
+
+# Uncomment some or all of these to enable the optional hardware interfaces
+#dtparam=i2c_arm=on
+#dtparam=i2s=on
+#dtparam=spi=on
+
+# Uncomment this to enable the lirc-rpi module
+#dtoverlay=lirc-rpi
+
+disable_splash=1
+disable_audio_dither=1
+
+# Settings for pi2scart and pi2jamma
+
+dtoverlay=vga666
+enable_dpi_lcd=1
+display_default_lcd=1
+dpi_group=2
+dpi_mode=87
+
+hdmi_timings=320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+# Additional overlays and parameters are documented /boot/overlays/README
+
+# Enable audio (loads snd_bcm2835)
+dtparam=audio=on
+gpu_mem_256=128
+gpu_mem_512=256
+gpu_mem_1024=256
+overscan_scale=1
diff --git a/boot/config_highres.txt b/boot/config_highres.txt
new file mode 100644
index 0000000..933ae16
--- /dev/null
+++ b/boot/config_highres.txt
@@ -0,0 +1,103 @@
+# For more options and information see
+# http://rpf.io/configtxtreadme
+# Some settings may impact device functionality. See link above for details
+
+# uncomment if you get no picture on HDMI for a default "safe" mode
+#hdmi_safe=1
+disable_splash=1
+
+# uncomment this if your display has a black border of unused pixels visible
+# and your display can output without overscan
+#disable_overscan=1
+
+# uncomment the following to adjust overscan. Use positive numbers if console
+# goes off screen, and negative if there is too much border
+#overscan_left=16
+#overscan_right=16
+#overscan_top=16
+#overscan_bottom=16
+
+# uncomment to force a console size. By default it will be display's size minus
+# overscan.
+#framebuffer_width=1280
+#framebuffer_height=720
+#resolution for 24inch half size 1920 x 1200
+#framebuffer_width=960
+#framebuffer_height=600
+
+# uncomment if hdmi display is not detected and composite is being output
+#hdmi_force_hotplug=1
+
+# uncomment to force a specific HDMI mode (this will force VGA)
+#hdmi_group=1
+#hdmi_mode=1
+
+# uncomment to force a HDMI mode rather than DVI. This can make audio work in
+# DMT (computer monitor) modes
+#hdmi_drive=2
+
+# uncomment to increase signal to HDMI, if you have interference, blanking, or
+# no display
+#config_hdmi_boost=4
+
+# uncomment for composite PAL
+#sdtv_mode=2
+
+#uncomment to overclock the arm. 700 MHz is the default.
+arm_freq=800
+
+# Uncomment some or all of these to enable the optional hardware interfaces
+#dtparam=i2c_arm=on
+#dtparam=i2s=on
+#dtparam=spi=on
+
+# Uncomment this to enable the lirc-rpi module
+#dtoverlay=lirc-rpi
+
+# Additional overlays and parameters are documented /boot/overlays/README
+
+# Enable audio (loads snd_bcm2835)
+dtparam=audio=on
+#gpu_mem=512
+
+
+disable_audio_dither=1
+#audio_pwm_mode=2
+
+## Aufloesung fest einstellen ##
+################################
+##hdmi auch ohne Monitor im Betrieb
+hdmi_force_hotplug=1
+# DMT Modus aktivieren
+hdmi_group=2
+## Aufloesungen alle 60hz
+# 1024x768
+#hdmi_mode=16
+# 1280x768
+#hdmi_mode=23
+# 1366x768
+#hdmi_mode=81
+# 1920x1080
+#hdmi_mode=82
+# 1280x720p
+#hdmi_mode=85
+# 640x480
+hdmi_mode=4
+# 800x600
+#hdmi_mode=9
+# check with tvservice -s for available resolution of our monitor
+
+# oc settings
+gpu_mem=256
+#gpu_mem_256=128
+#gpu_mem_512=256
+#gpu_mem_1024=256
+#arm_freq=1450
+#gpu_freq=500
+#sdram_freq=550
+#over_voltage=8
+#force_turbo=1
+
+
+
+
diff --git a/boot/config_lowres.txt b/boot/config_lowres.txt
new file mode 100644
index 0000000..c993dcc
--- /dev/null
+++ b/boot/config_lowres.txt
@@ -0,0 +1,47 @@
+# See /boot/overlays/README for all available options
+
+disable_splash=1
+disable_audio_dither=1
+#audio_pwm_mode=2
+dtparam=audio=on
+dtoverlay=vga666
+enable_dpi_lcd=1
+display_default_lcd=1
+dpi_group=2
+dpi_mode=87
+#hdmi_timings=320 1 19 43 36 256 1 2 3 22 0 0 0 60 0 6400000 1 #256p
+
+# to move picture left and right on screen subtract and add values from
+# 3rd and 5th value
+# 16+x and 34-x moves x pixel left or right
+#
+#hdmi_timings=320 1 19 43 36 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+# no overscan but blurry
+#hdmi_timings=320 1 19 43 36 224 1 11 14 15 0 0 0 60 0 6400000 1
+
+hdmi_timings=320 1 19 43 36 240 1 2 6 14 0 0 0 60 0 6400000 1
+
+#hdmi_timings=320 1 19 43 36 240 1 2 10 10 0 0 0 60 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 3 6 17 0 0 0 59 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 5 6 20 0 0 0 58 0 6400000 1
+
+# old hdmi_timings from 2.5.2
+#hdmi_timings=320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+
+
+#framebuffer_width=320
+#framebuffer_height=240
+
+# oc settings
+gpu_mem=256
+#gpu_mem_256=128
+#gpu_mem_512=256
+#gpu_mem_1024=256
+#arm_freq=1450
+#gpu_freq=500
+#sdram_freq=550
+#over_voltage=8
+#force_turbo=1
+
diff --git a/config.txt b/config.txt
new file mode 100755
index 0000000..aedd54a
--- /dev/null
+++ b/config.txt
@@ -0,0 +1,50 @@
+# See /boot/overlays/README for all available options
+
+disable_splash=1
+disable_audio_dither=1
+#audio_pwm_mode=2
+dtparam=audio=on
+dtoverlay=vga666
+enable_dpi_lcd=1
+display_default_lcd=1
+dpi_group=2
+dpi_mode=87
+#hdmi_timings=320 1 19 43 36 256 1 2 3 22 0 0 0 60 0 6400000 1 #256p
+
+# to move picture left and right on screen subtract and add values from
+# 3rd and 5th value
+# 16+x and 34-x moves x pixel left or right
+#
+#hdmi_timings=320 1 19 43 36 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+# no overscan but blurry
+#hdmi_timings=320 1 19 43 36 224 1 11 14 15 0 0 0 60 0 6400000 1
+
+hdmi_timings=320 1 19 43 36 240 1 2 6 14 0 0 0 60 0 6400000 1
+
+#hdmi_timings=320 1 19 43 36 240 1 2 10 10 0 0 0 60 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 3 6 17 0 0 0 59 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 5 6 20 0 0 0 58 0 6400000 1
+
+# old hdmi_timings from 2.5.2
+#hdmi_timings=320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+
+
+#framebuffer_width=320
+#framebuffer_height=240
+
+# oc settings
+gpu_mem=256
+#gpu_mem_256=128
+#gpu_mem_512=256
+#gpu_mem_1024=256
+#arm_freq=1450
+#gpu_freq=500
+#sdram_freq=550
+#over_voltage=8
+#force_turbo=1
+
+es_rotate=1
+pi2jamma=0
+mme4crt_shift=30
diff --git a/etc/emulationstation/themes.sh b/etc/emulationstation/themes.sh
new file mode 100755
index 0000000..ea2d7b6
--- /dev/null
+++ b/etc/emulationstation/themes.sh
@@ -0,0 +1,190 @@
+local themes=(
+ 'arcadeforge push-a'
+ 'arcadeforge push-a-v'
+ 'arcadeforge pixel-heaven'
+ 'arcadeforge pixel-heaven-text'
+ 'arcadeforge 240p_Bubblegum'
+ 'arcadeforge 240p-honey'
+ 'RetroPie carbon'
+ 'RetroPie carbon-centered'
+ 'RetroPie carbon-nometa'
+ 'RetroPie simple'
+ 'RetroPie simple-dark'
+ 'RetroPie clean-look'
+ 'RetroPie color-pi'
+ 'RetroPie nbba'
+ 'RetroPie simplified-static-canela'
+ 'RetroPie turtle-pi'
+ 'RetroPie zoid'
+ 'ehettervik pixel'
+ 'ehettervik pixel-metadata'
+ 'ehettervik pixel-tft'
+ 'ehettervik luminous'
+ 'ehettervik minilumi'
+ 'ehettervik workbench'
+ 'AmadhiX eudora'
+ 'AmadhiX eudora-bigshot'
+ 'AmadhiX eudora-concise'
+ 'InsecureSpike retroplay-clean-canela'
+ 'InsecureSpike retroplay-clean-detail-canela'
+ 'Omnija simpler-turtlepi'
+ 'Omnija simpler-turtlemini'
+ 'Omnija metro'
+ 'lilbud material'
+ 'mattrixk io'
+ 'mattrixk metapixel'
+ 'mattrixk spare'
+ 'robertybob space'
+ 'robertybob simplebigart'
+ 'robertybob tv'
+ 'HerbFargus tronkyfran'
+ 'lilbud flat'
+ 'lilbud flat-dark'
+ 'lilbud minimal'
+ 'lilbud switch'
+ 'lilbud angular'
+ 'FlyingTomahawk futura-V'
+ 'FlyingTomahawk futura-dark-V'
+ 'G-rila fundamental'
+ 'ruckage nes-mini'
+ 'ruckage famicom-mini'
+ 'ruckage snes-mini'
+ 'anthonycaccese crt'
+ 'anthonycaccese crt-centered'
+ 'anthonycaccese art-book'
+ 'anthonycaccese art-book-4-3'
+ 'anthonycaccese art-book-pocket'
+ 'anthonycaccese art-book-micro'
+ 'anthonycaccese tft'
+ 'anthonycaccese picade'
+ 'TMNTturtleguy ComicBook'
+ 'TMNTturtleguy ComicBook_4-3'
+ 'TMNTturtleguy ComicBook_SE-Wheelart'
+ 'TMNTturtleguy ComicBook_4-3_SE-Wheelart'
+ 'ChoccyHobNob cygnus'
+ 'dmmarti steampunk'
+ 'dmmarti hurstyblue'
+ 'dmmarti maximuspie'
+ 'dmmarti showcase'
+ 'dmmarti kidz'
+ 'dmmarti unified'
+ 'dmmarti gamehat'
+ 'rxbrad freeplay'
+ 'rxbrad gbz35'
+ 'rxbrad gbz35-dark'
+ 'garaine marioblue'
+ 'garaine bigwood'
+ 'MrTomixf Royal_Primicia'
+ 'lostless playstation'
+ 'mrharias superdisplay'
+ 'coinjunkie synthwave'
+ 'nickearl retrowave'
+ 'nickearl retrowave_4_3'
+ 'pacdude minijawn'
+ 'RetroHursty69 magazinemadness'
+ 'RetroHursty69 stirling'
+ 'RetroHursty69 boxalloyred'
+ 'RetroHursty69 boxalloyblue'
+ 'RetroHursty69 greenilicious'
+ 'RetroHursty69 retroroid'
+ 'RetroHursty69 merryxmas'
+ 'RetroHursty69 cardcrazy'
+ 'RetroHursty69 license2game'
+ 'RetroHursty69 comiccrazy'
+ 'RetroHursty69 snazzy'
+ 'RetroHursty69 tributeGoT'
+ 'RetroHursty69 tributeSTrek'
+ 'RetroHursty69 tributeSWars'
+ 'RetroHursty69 crisp'
+ 'RetroHursty69 crisp_light'
+ 'RetroHursty69 primo'
+ 'RetroHursty69 primo_light'
+ 'RetroHursty69 back2basics'
+ 'RetroHursty69 retrogamenews'
+ 'RetroHursty69 bluray'
+ 'RetroHursty69 soda'
+ 'RetroHursty69 lightswitch'
+ 'RetroHursty69 darkswitch'
+ 'RetroHursty69 whiteslide'
+ 'RetroHursty69 graffiti'
+ 'RetroHursty69 whitewood'
+ 'RetroHursty69 sublime'
+ 'RetroHursty69 infinity'
+ 'RetroHursty69 neogeo_only'
+ 'RetroHursty69 boxcity'
+ 'RetroHursty69 vertical_arcade'
+ 'RetroHursty69 cabsnazzy'
+ 'RetroHursty69 garfieldism'
+ 'RetroHursty69 halloweenspecial'
+ 'RetroHursty69 heychromey'
+ 'RetroHursty69 homerism'
+ 'RetroHursty69 spaceinvaders'
+ 'RetroHursty69 disenchantment'
+ 'RetroHursty69 minions'
+ 'RetroHursty69 tmnt'
+ 'RetroHursty69 pacman'
+ 'RetroHursty69 dragonballz'
+ 'RetroHursty69 minecraft'
+ 'RetroHursty69 incredibles'
+ 'RetroHursty69 mario_melee'
+ 'RetroHursty69 evilresident'
+ 'RetroHursty69 hurstyspin'
+ 'RetroHursty69 cyber'
+ 'RetroHursty69 supersweet'
+ 'RetroHursty69 donkeykonkey'
+ 'RetroHursty69 snapback'
+ 'RetroHursty69 heman'
+ 'RetroHursty69 pitube'
+ 'RetroHursty69 batmanburton'
+ 'RetroHursty69 NegativeColor'
+ 'RetroHursty69 NegativeSepia'
+ 'RetroHursty69 corg'
+ 'RetroHursty69 mysticorb'
+ 'RetroHursty69 joysticks'
+ 'RetroHursty69 orbpilot'
+ 'RetroHursty69 bitfit'
+ 'RetroHursty69 circuit'
+ 'RetroHursty69 retroboy'
+ 'RetroHursty69 retroboy2'
+ 'RetroHursty69 hurstybluetake2'
+ 'RetroHursty69 fabuloso'
+ 'RetroHursty69 arcade1up_aspectratio54'
+ 'RetroHursty69 supersweet_aspectratio54'
+ 'RetroHursty69 heychromey_aspectratio54'
+ 'RetroHursty69 mariobrosiii'
+ 'RetroHursty69 vertical_limit_verticaltheme'
+ 'RetroHursty69 CapcomColorHorizontal'
+ 'RetroHursty69 CapcomColorSpin'
+ 'RetroHursty69 CapcomColorVertical'
+ 'RetroHursty69 bluesteel'
+ 'RetroHursty69 blueprism'
+ 'RetroHursty69 bluesmooth'
+ 'RetroHursty69 floyd'
+ 'RetroHursty69 floyd_arcade'
+ 'RetroHursty69 floyd_room'
+ 'RetroHursty69 Slick_Bluey'
+ 'RetroHursty69 Slick_Red'
+ 'RetroHursty69 ghostbusters'
+ 'RetroHursty69 realghostbusters'
+ 'RetroHursty69 stirlingness'
+ 'RetroHursty69 marco'
+ 'RetroHursty69 swatch'
+ 'RetroHursty69 meshy'
+ 'RetroHursty69 magazinemadness2'
+ 'RetroHursty69 CosmicRise'
+ 'RetroHursty69 uniflyered'
+ 'Saracade scv720'
+ 'chicueloarcade Chicuelo'
+ 'SuperMagicom nostalgic'
+ 'lipebello retrorama'
+ 'lipebello strangerstuff'
+ 'lipebello spaceoddity'
+ 'lipebello swineapple'
+ 'waweedman pii-wii'
+ 'waweedman Blade-360'
+ 'waweedman Venom'
+ 'waweedman Spider-Man'
+ 'blowfinger77 locomotion'
+ 'justincaseurskynet Arcade1up-5x4-Horizontal'
+ 'KALEL1981 Super-Retroboy'
+ )
diff --git a/etc/pikeyd165.conf b/etc/pikeyd165.conf
new file mode 100644
index 0000000..66d4c6f
--- /dev/null
+++ b/etc/pikeyd165.conf
@@ -0,0 +1,93 @@
+#pikeyd165.conf
+
+#format:
+# {keycode from /usr/include/linux/input.h} {GPIO pin no}
+# Not limited to a single key. A GPIO press will emit all defined keys in order.
+#P = Player; B = Button
+
+# P1B3 L
+KEY_SPACE 0
+# P1B4 B
+KEY_LEFTSHIFT 1
+# P1B5 A
+KEY_Z 2
+# P1B6 R
+KEY_X 3
+# P2B5
+KEY_I 4
+# P2B6
+KEY_K 5
+# P2B4
+KEY_W 6
+# P2B3
+KEY_Q 7
+# P1Left
+KEY_LEFT 8
+# P1Right
+KEY_RIGHT 9
+# P1B1 Y
+#KEY_LEFTCTRL 10
+KEY_ENTER 10
+# P1B2 X
+#KEY_LEFTALT 11
+KEY_BACKSPACE 11
+# P2B2
+KEY_S 12
+# P2B1
+KEY_A 13
+# P2Right
+KEY_G 14
+# P2Left
+KEY_D 15
+# P1Coin
+KEY_5 16
+# P1Start
+KEY_1 17
+# P1Up
+KEY_UP 18
+# P1Down
+KEY_DOWN 19
+# P2Down
+KEY_F 20
+# P2Up
+KEY_R 21
+# P2Start
+KEY_2 22
+# P2Coin
+KEY_6 23
+
+
+#special keys! bits pressed simultaniousley result in specified Key
+#maximum bits == 4
+
+# Service Menu retroarch
+# p1b2 p1start
+KEY_F1 17 11
+
+# Service Menu AdvMame, Mame4all
+# p2start p1b2 p1start
+#KEY_F2 22 11 17
+
+# Settings Mame4all
+# p2start p1b3 p1start
+#KEY_TAB 22 0 17
+
+# Quit Emulator / Game
+# p1start p1b1
+KEY_ESC 10 17
+
+# Coin Player 2
+# p1up p2start
+KEY_6 18 22
+# p2up p2start
+KEY_6 21 22
+
+# Coin Player 1
+# p1up p1start
+KEY_5 18 17
+
+# Menu C64, filter advmame
+# p2start p1b4 p1start
+#KEY_F12 22 1 17
+
+
diff --git a/.project b/.project
new file mode 100644
index 0000000..2b159f2
--- /dev/null
+++ b/.project
@@ -0,0 +1,11 @@
+
+
+ RetroPieRGB
+
+
+
+
+
+
+
+
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..6dc7da9
--- /dev/null
+++ b/README.md
@@ -0,0 +1,26 @@
+RetroPieRGB
+===========
+
+This project contains scripts for enabling 15Khz RGB for your retro gaming setup with retropie.
+
+It needs the hardware addon pi2scart or pi2jamma to output the proper image on a CRT screen.
+
+Please goto http://www.arcadeforge.de and get this awesome gadget.
+
+
+Installation
+============
+
+Download latest retropie and install it as described on retropie wiki.
+Connect Keyboard.
+Activate wiki.
+In emulationstation press F4 to get cmd shell
+
+Type
+
+git clone https://github.com/arcadeforge/RetroPieRGB
+
+cd RetroPieRGB
+
+sudo ./setup.sh
+
diff --git a/boot/config.txt b/boot/config.txt
new file mode 100755
index 0000000..1860f84
--- /dev/null
+++ b/boot/config.txt
@@ -0,0 +1,73 @@
+# For more options and information see
+# http://rpf.io/configtxt
+# Some settings may impact device functionality. See link above for details
+
+# uncomment if you get no picture on HDMI for a default "safe" mode
+#hdmi_safe=1
+
+# uncomment this if your display has a black border of unused pixels visible
+# and your display can output without overscan
+#disable_overscan=1
+
+# uncomment the following to adjust overscan. Use positive numbers if console
+# goes off screen, and negative if there is too much border
+#overscan_left=16
+#overscan_right=16
+#overscan_top=16
+#overscan_bottom=16
+
+# uncomment to force a console size. By default it will be display's size minus
+# overscan.
+#framebuffer_width=1280
+#framebuffer_height=720
+
+# uncomment if hdmi display is not detected and composite is being output
+#hdmi_force_hotplug=1
+
+# uncomment to force a specific HDMI mode (this will force VGA)
+#hdmi_group=1
+#hdmi_mode=1
+
+# uncomment to force a HDMI mode rather than DVI. This can make audio work in
+# DMT (computer monitor) modes
+#hdmi_drive=2
+
+# uncomment to increase signal to HDMI, if you have interference, blanking, or
+# no display
+#config_hdmi_boost=4
+
+# uncomment for composite PAL
+#sdtv_mode=2
+
+#uncomment to overclock the arm. 700 MHz is the default.
+#arm_freq=800
+
+# Uncomment some or all of these to enable the optional hardware interfaces
+#dtparam=i2c_arm=on
+#dtparam=i2s=on
+#dtparam=spi=on
+
+# Uncomment this to enable the lirc-rpi module
+#dtoverlay=lirc-rpi
+
+disable_splash=1
+disable_audio_dither=1
+
+# Settings for pi2scart and pi2jamma
+
+dtoverlay=vga666
+enable_dpi_lcd=1
+display_default_lcd=1
+dpi_group=2
+dpi_mode=87
+
+hdmi_timings=320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+# Additional overlays and parameters are documented /boot/overlays/README
+
+# Enable audio (loads snd_bcm2835)
+dtparam=audio=on
+gpu_mem_256=128
+gpu_mem_512=256
+gpu_mem_1024=256
+overscan_scale=1
diff --git a/boot/config_highres.txt b/boot/config_highres.txt
new file mode 100644
index 0000000..933ae16
--- /dev/null
+++ b/boot/config_highres.txt
@@ -0,0 +1,103 @@
+# For more options and information see
+# http://rpf.io/configtxtreadme
+# Some settings may impact device functionality. See link above for details
+
+# uncomment if you get no picture on HDMI for a default "safe" mode
+#hdmi_safe=1
+disable_splash=1
+
+# uncomment this if your display has a black border of unused pixels visible
+# and your display can output without overscan
+#disable_overscan=1
+
+# uncomment the following to adjust overscan. Use positive numbers if console
+# goes off screen, and negative if there is too much border
+#overscan_left=16
+#overscan_right=16
+#overscan_top=16
+#overscan_bottom=16
+
+# uncomment to force a console size. By default it will be display's size minus
+# overscan.
+#framebuffer_width=1280
+#framebuffer_height=720
+#resolution for 24inch half size 1920 x 1200
+#framebuffer_width=960
+#framebuffer_height=600
+
+# uncomment if hdmi display is not detected and composite is being output
+#hdmi_force_hotplug=1
+
+# uncomment to force a specific HDMI mode (this will force VGA)
+#hdmi_group=1
+#hdmi_mode=1
+
+# uncomment to force a HDMI mode rather than DVI. This can make audio work in
+# DMT (computer monitor) modes
+#hdmi_drive=2
+
+# uncomment to increase signal to HDMI, if you have interference, blanking, or
+# no display
+#config_hdmi_boost=4
+
+# uncomment for composite PAL
+#sdtv_mode=2
+
+#uncomment to overclock the arm. 700 MHz is the default.
+arm_freq=800
+
+# Uncomment some or all of these to enable the optional hardware interfaces
+#dtparam=i2c_arm=on
+#dtparam=i2s=on
+#dtparam=spi=on
+
+# Uncomment this to enable the lirc-rpi module
+#dtoverlay=lirc-rpi
+
+# Additional overlays and parameters are documented /boot/overlays/README
+
+# Enable audio (loads snd_bcm2835)
+dtparam=audio=on
+#gpu_mem=512
+
+
+disable_audio_dither=1
+#audio_pwm_mode=2
+
+## Aufloesung fest einstellen ##
+################################
+##hdmi auch ohne Monitor im Betrieb
+hdmi_force_hotplug=1
+# DMT Modus aktivieren
+hdmi_group=2
+## Aufloesungen alle 60hz
+# 1024x768
+#hdmi_mode=16
+# 1280x768
+#hdmi_mode=23
+# 1366x768
+#hdmi_mode=81
+# 1920x1080
+#hdmi_mode=82
+# 1280x720p
+#hdmi_mode=85
+# 640x480
+hdmi_mode=4
+# 800x600
+#hdmi_mode=9
+# check with tvservice -s for available resolution of our monitor
+
+# oc settings
+gpu_mem=256
+#gpu_mem_256=128
+#gpu_mem_512=256
+#gpu_mem_1024=256
+#arm_freq=1450
+#gpu_freq=500
+#sdram_freq=550
+#over_voltage=8
+#force_turbo=1
+
+
+
+
diff --git a/boot/config_lowres.txt b/boot/config_lowres.txt
new file mode 100644
index 0000000..c993dcc
--- /dev/null
+++ b/boot/config_lowres.txt
@@ -0,0 +1,47 @@
+# See /boot/overlays/README for all available options
+
+disable_splash=1
+disable_audio_dither=1
+#audio_pwm_mode=2
+dtparam=audio=on
+dtoverlay=vga666
+enable_dpi_lcd=1
+display_default_lcd=1
+dpi_group=2
+dpi_mode=87
+#hdmi_timings=320 1 19 43 36 256 1 2 3 22 0 0 0 60 0 6400000 1 #256p
+
+# to move picture left and right on screen subtract and add values from
+# 3rd and 5th value
+# 16+x and 34-x moves x pixel left or right
+#
+#hdmi_timings=320 1 19 43 36 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+# no overscan but blurry
+#hdmi_timings=320 1 19 43 36 224 1 11 14 15 0 0 0 60 0 6400000 1
+
+hdmi_timings=320 1 19 43 36 240 1 2 6 14 0 0 0 60 0 6400000 1
+
+#hdmi_timings=320 1 19 43 36 240 1 2 10 10 0 0 0 60 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 3 6 17 0 0 0 59 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 5 6 20 0 0 0 58 0 6400000 1
+
+# old hdmi_timings from 2.5.2
+#hdmi_timings=320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+
+
+#framebuffer_width=320
+#framebuffer_height=240
+
+# oc settings
+gpu_mem=256
+#gpu_mem_256=128
+#gpu_mem_512=256
+#gpu_mem_1024=256
+#arm_freq=1450
+#gpu_freq=500
+#sdram_freq=550
+#over_voltage=8
+#force_turbo=1
+
diff --git a/config.txt b/config.txt
new file mode 100755
index 0000000..aedd54a
--- /dev/null
+++ b/config.txt
@@ -0,0 +1,50 @@
+# See /boot/overlays/README for all available options
+
+disable_splash=1
+disable_audio_dither=1
+#audio_pwm_mode=2
+dtparam=audio=on
+dtoverlay=vga666
+enable_dpi_lcd=1
+display_default_lcd=1
+dpi_group=2
+dpi_mode=87
+#hdmi_timings=320 1 19 43 36 256 1 2 3 22 0 0 0 60 0 6400000 1 #256p
+
+# to move picture left and right on screen subtract and add values from
+# 3rd and 5th value
+# 16+x and 34-x moves x pixel left or right
+#
+#hdmi_timings=320 1 19 43 36 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+# no overscan but blurry
+#hdmi_timings=320 1 19 43 36 224 1 11 14 15 0 0 0 60 0 6400000 1
+
+hdmi_timings=320 1 19 43 36 240 1 2 6 14 0 0 0 60 0 6400000 1
+
+#hdmi_timings=320 1 19 43 36 240 1 2 10 10 0 0 0 60 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 3 6 17 0 0 0 59 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 5 6 20 0 0 0 58 0 6400000 1
+
+# old hdmi_timings from 2.5.2
+#hdmi_timings=320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+
+
+#framebuffer_width=320
+#framebuffer_height=240
+
+# oc settings
+gpu_mem=256
+#gpu_mem_256=128
+#gpu_mem_512=256
+#gpu_mem_1024=256
+#arm_freq=1450
+#gpu_freq=500
+#sdram_freq=550
+#over_voltage=8
+#force_turbo=1
+
+es_rotate=1
+pi2jamma=0
+mme4crt_shift=30
diff --git a/etc/emulationstation/themes.sh b/etc/emulationstation/themes.sh
new file mode 100755
index 0000000..ea2d7b6
--- /dev/null
+++ b/etc/emulationstation/themes.sh
@@ -0,0 +1,190 @@
+local themes=(
+ 'arcadeforge push-a'
+ 'arcadeforge push-a-v'
+ 'arcadeforge pixel-heaven'
+ 'arcadeforge pixel-heaven-text'
+ 'arcadeforge 240p_Bubblegum'
+ 'arcadeforge 240p-honey'
+ 'RetroPie carbon'
+ 'RetroPie carbon-centered'
+ 'RetroPie carbon-nometa'
+ 'RetroPie simple'
+ 'RetroPie simple-dark'
+ 'RetroPie clean-look'
+ 'RetroPie color-pi'
+ 'RetroPie nbba'
+ 'RetroPie simplified-static-canela'
+ 'RetroPie turtle-pi'
+ 'RetroPie zoid'
+ 'ehettervik pixel'
+ 'ehettervik pixel-metadata'
+ 'ehettervik pixel-tft'
+ 'ehettervik luminous'
+ 'ehettervik minilumi'
+ 'ehettervik workbench'
+ 'AmadhiX eudora'
+ 'AmadhiX eudora-bigshot'
+ 'AmadhiX eudora-concise'
+ 'InsecureSpike retroplay-clean-canela'
+ 'InsecureSpike retroplay-clean-detail-canela'
+ 'Omnija simpler-turtlepi'
+ 'Omnija simpler-turtlemini'
+ 'Omnija metro'
+ 'lilbud material'
+ 'mattrixk io'
+ 'mattrixk metapixel'
+ 'mattrixk spare'
+ 'robertybob space'
+ 'robertybob simplebigart'
+ 'robertybob tv'
+ 'HerbFargus tronkyfran'
+ 'lilbud flat'
+ 'lilbud flat-dark'
+ 'lilbud minimal'
+ 'lilbud switch'
+ 'lilbud angular'
+ 'FlyingTomahawk futura-V'
+ 'FlyingTomahawk futura-dark-V'
+ 'G-rila fundamental'
+ 'ruckage nes-mini'
+ 'ruckage famicom-mini'
+ 'ruckage snes-mini'
+ 'anthonycaccese crt'
+ 'anthonycaccese crt-centered'
+ 'anthonycaccese art-book'
+ 'anthonycaccese art-book-4-3'
+ 'anthonycaccese art-book-pocket'
+ 'anthonycaccese art-book-micro'
+ 'anthonycaccese tft'
+ 'anthonycaccese picade'
+ 'TMNTturtleguy ComicBook'
+ 'TMNTturtleguy ComicBook_4-3'
+ 'TMNTturtleguy ComicBook_SE-Wheelart'
+ 'TMNTturtleguy ComicBook_4-3_SE-Wheelart'
+ 'ChoccyHobNob cygnus'
+ 'dmmarti steampunk'
+ 'dmmarti hurstyblue'
+ 'dmmarti maximuspie'
+ 'dmmarti showcase'
+ 'dmmarti kidz'
+ 'dmmarti unified'
+ 'dmmarti gamehat'
+ 'rxbrad freeplay'
+ 'rxbrad gbz35'
+ 'rxbrad gbz35-dark'
+ 'garaine marioblue'
+ 'garaine bigwood'
+ 'MrTomixf Royal_Primicia'
+ 'lostless playstation'
+ 'mrharias superdisplay'
+ 'coinjunkie synthwave'
+ 'nickearl retrowave'
+ 'nickearl retrowave_4_3'
+ 'pacdude minijawn'
+ 'RetroHursty69 magazinemadness'
+ 'RetroHursty69 stirling'
+ 'RetroHursty69 boxalloyred'
+ 'RetroHursty69 boxalloyblue'
+ 'RetroHursty69 greenilicious'
+ 'RetroHursty69 retroroid'
+ 'RetroHursty69 merryxmas'
+ 'RetroHursty69 cardcrazy'
+ 'RetroHursty69 license2game'
+ 'RetroHursty69 comiccrazy'
+ 'RetroHursty69 snazzy'
+ 'RetroHursty69 tributeGoT'
+ 'RetroHursty69 tributeSTrek'
+ 'RetroHursty69 tributeSWars'
+ 'RetroHursty69 crisp'
+ 'RetroHursty69 crisp_light'
+ 'RetroHursty69 primo'
+ 'RetroHursty69 primo_light'
+ 'RetroHursty69 back2basics'
+ 'RetroHursty69 retrogamenews'
+ 'RetroHursty69 bluray'
+ 'RetroHursty69 soda'
+ 'RetroHursty69 lightswitch'
+ 'RetroHursty69 darkswitch'
+ 'RetroHursty69 whiteslide'
+ 'RetroHursty69 graffiti'
+ 'RetroHursty69 whitewood'
+ 'RetroHursty69 sublime'
+ 'RetroHursty69 infinity'
+ 'RetroHursty69 neogeo_only'
+ 'RetroHursty69 boxcity'
+ 'RetroHursty69 vertical_arcade'
+ 'RetroHursty69 cabsnazzy'
+ 'RetroHursty69 garfieldism'
+ 'RetroHursty69 halloweenspecial'
+ 'RetroHursty69 heychromey'
+ 'RetroHursty69 homerism'
+ 'RetroHursty69 spaceinvaders'
+ 'RetroHursty69 disenchantment'
+ 'RetroHursty69 minions'
+ 'RetroHursty69 tmnt'
+ 'RetroHursty69 pacman'
+ 'RetroHursty69 dragonballz'
+ 'RetroHursty69 minecraft'
+ 'RetroHursty69 incredibles'
+ 'RetroHursty69 mario_melee'
+ 'RetroHursty69 evilresident'
+ 'RetroHursty69 hurstyspin'
+ 'RetroHursty69 cyber'
+ 'RetroHursty69 supersweet'
+ 'RetroHursty69 donkeykonkey'
+ 'RetroHursty69 snapback'
+ 'RetroHursty69 heman'
+ 'RetroHursty69 pitube'
+ 'RetroHursty69 batmanburton'
+ 'RetroHursty69 NegativeColor'
+ 'RetroHursty69 NegativeSepia'
+ 'RetroHursty69 corg'
+ 'RetroHursty69 mysticorb'
+ 'RetroHursty69 joysticks'
+ 'RetroHursty69 orbpilot'
+ 'RetroHursty69 bitfit'
+ 'RetroHursty69 circuit'
+ 'RetroHursty69 retroboy'
+ 'RetroHursty69 retroboy2'
+ 'RetroHursty69 hurstybluetake2'
+ 'RetroHursty69 fabuloso'
+ 'RetroHursty69 arcade1up_aspectratio54'
+ 'RetroHursty69 supersweet_aspectratio54'
+ 'RetroHursty69 heychromey_aspectratio54'
+ 'RetroHursty69 mariobrosiii'
+ 'RetroHursty69 vertical_limit_verticaltheme'
+ 'RetroHursty69 CapcomColorHorizontal'
+ 'RetroHursty69 CapcomColorSpin'
+ 'RetroHursty69 CapcomColorVertical'
+ 'RetroHursty69 bluesteel'
+ 'RetroHursty69 blueprism'
+ 'RetroHursty69 bluesmooth'
+ 'RetroHursty69 floyd'
+ 'RetroHursty69 floyd_arcade'
+ 'RetroHursty69 floyd_room'
+ 'RetroHursty69 Slick_Bluey'
+ 'RetroHursty69 Slick_Red'
+ 'RetroHursty69 ghostbusters'
+ 'RetroHursty69 realghostbusters'
+ 'RetroHursty69 stirlingness'
+ 'RetroHursty69 marco'
+ 'RetroHursty69 swatch'
+ 'RetroHursty69 meshy'
+ 'RetroHursty69 magazinemadness2'
+ 'RetroHursty69 CosmicRise'
+ 'RetroHursty69 uniflyered'
+ 'Saracade scv720'
+ 'chicueloarcade Chicuelo'
+ 'SuperMagicom nostalgic'
+ 'lipebello retrorama'
+ 'lipebello strangerstuff'
+ 'lipebello spaceoddity'
+ 'lipebello swineapple'
+ 'waweedman pii-wii'
+ 'waweedman Blade-360'
+ 'waweedman Venom'
+ 'waweedman Spider-Man'
+ 'blowfinger77 locomotion'
+ 'justincaseurskynet Arcade1up-5x4-Horizontal'
+ 'KALEL1981 Super-Retroboy'
+ )
diff --git a/etc/pikeyd165.conf b/etc/pikeyd165.conf
new file mode 100644
index 0000000..66d4c6f
--- /dev/null
+++ b/etc/pikeyd165.conf
@@ -0,0 +1,93 @@
+#pikeyd165.conf
+
+#format:
+# {keycode from /usr/include/linux/input.h} {GPIO pin no}
+# Not limited to a single key. A GPIO press will emit all defined keys in order.
+#P = Player; B = Button
+
+# P1B3 L
+KEY_SPACE 0
+# P1B4 B
+KEY_LEFTSHIFT 1
+# P1B5 A
+KEY_Z 2
+# P1B6 R
+KEY_X 3
+# P2B5
+KEY_I 4
+# P2B6
+KEY_K 5
+# P2B4
+KEY_W 6
+# P2B3
+KEY_Q 7
+# P1Left
+KEY_LEFT 8
+# P1Right
+KEY_RIGHT 9
+# P1B1 Y
+#KEY_LEFTCTRL 10
+KEY_ENTER 10
+# P1B2 X
+#KEY_LEFTALT 11
+KEY_BACKSPACE 11
+# P2B2
+KEY_S 12
+# P2B1
+KEY_A 13
+# P2Right
+KEY_G 14
+# P2Left
+KEY_D 15
+# P1Coin
+KEY_5 16
+# P1Start
+KEY_1 17
+# P1Up
+KEY_UP 18
+# P1Down
+KEY_DOWN 19
+# P2Down
+KEY_F 20
+# P2Up
+KEY_R 21
+# P2Start
+KEY_2 22
+# P2Coin
+KEY_6 23
+
+
+#special keys! bits pressed simultaniousley result in specified Key
+#maximum bits == 4
+
+# Service Menu retroarch
+# p1b2 p1start
+KEY_F1 17 11
+
+# Service Menu AdvMame, Mame4all
+# p2start p1b2 p1start
+#KEY_F2 22 11 17
+
+# Settings Mame4all
+# p2start p1b3 p1start
+#KEY_TAB 22 0 17
+
+# Quit Emulator / Game
+# p1start p1b1
+KEY_ESC 10 17
+
+# Coin Player 2
+# p1up p2start
+KEY_6 18 22
+# p2up p2start
+KEY_6 21 22
+
+# Coin Player 1
+# p1up p1start
+KEY_5 18 17
+
+# Menu C64, filter advmame
+# p2start p1b4 p1start
+#KEY_F12 22 1 17
+
+
diff --git a/home/pi/RetroPie-Setup/scriptmodules/supplementary/esthemes.sh b/home/pi/RetroPie-Setup/scriptmodules/supplementary/esthemes.sh
new file mode 100644
index 0000000..c065848
--- /dev/null
+++ b/home/pi/RetroPie-Setup/scriptmodules/supplementary/esthemes.sh
@@ -0,0 +1,337 @@
+#!/usr/bin/env bash
+
+# This file is part of The RetroPie Project
+#
+# The RetroPie Project is the legal property of its developers, whose names are
+# too numerous to list here. Please refer to the COPYRIGHT.md file distributed with this source.
+#
+# See the LICENSE.md file at the top-level directory of this distribution and
+# at https://raw.githubusercontent.com/RetroPie/RetroPie-Setup/master/LICENSE.md
+#
+
+rp_module_id="esthemes"
+rp_module_desc="Install themes for Emulation Station"
+rp_module_section="config"
+
+function depends_esthemes() {
+ if isPlatform "x11"; then
+ getDepends feh
+ else
+ getDepends fbi
+ fi
+}
+
+function install_theme_esthemes() {
+ local theme="$1"
+ local repo="$2"
+ if [[ -z "$repo" ]]; then
+ repo="RetroPie"
+ fi
+ if [[ -z "$theme" ]]; then
+ theme="carbon"
+ repo="RetroPie"
+ fi
+ mkdir -p "/etc/emulationstation/themes"
+ gitPullOrClone "/etc/emulationstation/themes/$theme" "https://github.com/$repo/es-theme-$theme.git"
+}
+
+function uninstall_theme_esthemes() {
+ local theme="$1"
+ if [[ -d "/etc/emulationstation/themes/$theme" ]]; then
+ rm -rf "/etc/emulationstation/themes/$theme"
+ fi
+}
+
+function gui_esthemes() {
+
+# . /etc/emulationstation/themes.sh
+
+local themes=(
+ 'arcadeforge push-a'
+ 'arcadeforge push-a-v'
+ 'arcadeforge pixel-heaven'
+ 'arcadeforge pixel-heaven-text'
+ 'arcadeforge 240p_Bubblegum'
+ 'arcadeforge 240p-honey'
+ 'xovox RetroCRT-240p'
+ 'xovox RetroCRT-240p-Vertical'
+ 'RetroPie carbon'
+ 'RetroPie carbon-centered'
+ 'RetroPie carbon-nometa'
+ 'RetroPie simple'
+ 'RetroPie simple-dark'
+ 'RetroPie clean-look'
+ 'RetroPie color-pi'
+ 'RetroPie nbba'
+ 'RetroPie simplified-static-canela'
+ 'RetroPie turtle-pi'
+ 'RetroPie zoid'
+ 'ehettervik pixel'
+ 'ehettervik pixel-metadata'
+ 'ehettervik pixel-tft'
+ 'ehettervik luminous'
+ 'ehettervik minilumi'
+ 'ehettervik workbench'
+ 'AmadhiX eudora'
+ 'AmadhiX eudora-bigshot'
+ 'AmadhiX eudora-concise'
+ 'InsecureSpike retroplay-clean-canela'
+ 'InsecureSpike retroplay-clean-detail-canela'
+ 'Omnija simpler-turtlepi'
+ 'Omnija simpler-turtlemini'
+ 'Omnija metro'
+ 'lilbud material'
+ 'mattrixk io'
+ 'mattrixk metapixel'
+ 'mattrixk spare'
+ 'robertybob space'
+ 'robertybob simplebigart'
+ 'robertybob tv'
+ 'HerbFargus tronkyfran'
+ 'lilbud flat'
+ 'lilbud flat-dark'
+ 'lilbud minimal'
+ 'lilbud switch'
+ 'lilbud angular'
+ 'FlyingTomahawk futura-V'
+ 'FlyingTomahawk futura-dark-V'
+ 'G-rila fundamental'
+ 'ruckage nes-mini'
+ 'ruckage famicom-mini'
+ 'ruckage snes-mini'
+ 'anthonycaccese crt'
+ 'anthonycaccese crt-centered'
+ 'anthonycaccese art-book'
+ 'anthonycaccese art-book-4-3'
+ 'anthonycaccese art-book-pocket'
+ 'anthonycaccese art-book-micro'
+ 'anthonycaccese tft'
+ 'anthonycaccese picade'
+ 'TMNTturtleguy ComicBook'
+ 'TMNTturtleguy ComicBook_4-3'
+ 'TMNTturtleguy ComicBook_SE-Wheelart'
+ 'TMNTturtleguy ComicBook_4-3_SE-Wheelart'
+ 'ChoccyHobNob cygnus'
+ 'dmmarti steampunk'
+ 'dmmarti hurstyblue'
+ 'dmmarti maximuspie'
+ 'dmmarti showcase'
+ 'dmmarti kidz'
+ 'dmmarti unified'
+ 'dmmarti gamehat'
+ 'rxbrad freeplay'
+ 'rxbrad gbz35'
+ 'rxbrad gbz35-dark'
+ 'garaine marioblue'
+ 'garaine bigwood'
+ 'MrTomixf Royal_Primicia'
+ 'lostless playstation'
+ 'mrharias superdisplay'
+ 'coinjunkie synthwave'
+ 'nickearl retrowave'
+ 'nickearl retrowave_4_3'
+ 'pacdude minijawn'
+ 'RetroHursty69 magazinemadness'
+ 'RetroHursty69 stirling'
+ 'RetroHursty69 boxalloyred'
+ 'RetroHursty69 boxalloyblue'
+ 'RetroHursty69 greenilicious'
+ 'RetroHursty69 retroroid'
+ 'RetroHursty69 merryxmas'
+ 'RetroHursty69 cardcrazy'
+ 'RetroHursty69 license2game'
+ 'RetroHursty69 comiccrazy'
+ 'RetroHursty69 snazzy'
+ 'RetroHursty69 tributeGoT'
+ 'RetroHursty69 tributeSTrek'
+ 'RetroHursty69 tributeSWars'
+ 'RetroHursty69 crisp'
+ 'RetroHursty69 crisp_light'
+ 'RetroHursty69 primo'
+ 'RetroHursty69 primo_light'
+ 'RetroHursty69 back2basics'
+ 'RetroHursty69 retrogamenews'
+ 'RetroHursty69 bluray'
+ 'RetroHursty69 soda'
+ 'RetroHursty69 lightswitch'
+ 'RetroHursty69 darkswitch'
+ 'RetroHursty69 whiteslide'
+ 'RetroHursty69 graffiti'
+ 'RetroHursty69 whitewood'
+ 'RetroHursty69 sublime'
+ 'RetroHursty69 infinity'
+ 'RetroHursty69 neogeo_only'
+ 'RetroHursty69 boxcity'
+ 'RetroHursty69 vertical_arcade'
+ 'RetroHursty69 cabsnazzy'
+ 'RetroHursty69 garfieldism'
+ 'RetroHursty69 halloweenspecial'
+ 'RetroHursty69 heychromey'
+ 'RetroHursty69 homerism'
+ 'RetroHursty69 spaceinvaders'
+ 'RetroHursty69 disenchantment'
+ 'RetroHursty69 minions'
+ 'RetroHursty69 tmnt'
+ 'RetroHursty69 pacman'
+ 'RetroHursty69 dragonballz'
+ 'RetroHursty69 minecraft'
+ 'RetroHursty69 incredibles'
+ 'RetroHursty69 mario_melee'
+ 'RetroHursty69 evilresident'
+ 'RetroHursty69 hurstyspin'
+ 'RetroHursty69 cyber'
+ 'RetroHursty69 supersweet'
+ 'RetroHursty69 donkeykonkey'
+ 'RetroHursty69 snapback'
+ 'RetroHursty69 heman'
+ 'RetroHursty69 pitube'
+ 'RetroHursty69 batmanburton'
+ 'RetroHursty69 NegativeColor'
+ 'RetroHursty69 NegativeSepia'
+ 'RetroHursty69 corg'
+ 'RetroHursty69 mysticorb'
+ 'RetroHursty69 joysticks'
+ 'RetroHursty69 orbpilot'
+ 'RetroHursty69 bitfit'
+ 'RetroHursty69 circuit'
+ 'RetroHursty69 retroboy'
+ 'RetroHursty69 retroboy2'
+ 'RetroHursty69 hurstybluetake2'
+ 'RetroHursty69 fabuloso'
+ 'RetroHursty69 arcade1up_aspectratio54'
+ 'RetroHursty69 supersweet_aspectratio54'
+ 'RetroHursty69 heychromey_aspectratio54'
+ 'RetroHursty69 mariobrosiii'
+ 'RetroHursty69 vertical_limit_verticaltheme'
+ 'RetroHursty69 CapcomColorHorizontal'
+ 'RetroHursty69 CapcomColorSpin'
+ 'RetroHursty69 CapcomColorVertical'
+ 'RetroHursty69 bluesteel'
+ 'RetroHursty69 blueprism'
+ 'RetroHursty69 bluesmooth'
+ 'RetroHursty69 floyd'
+ 'RetroHursty69 floyd_arcade'
+ 'RetroHursty69 floyd_room'
+ 'RetroHursty69 Slick_Bluey'
+ 'RetroHursty69 Slick_Red'
+ 'RetroHursty69 ghostbusters'
+ 'RetroHursty69 realghostbusters'
+ 'RetroHursty69 stirlingness'
+ 'RetroHursty69 marco'
+ 'RetroHursty69 swatch'
+ 'RetroHursty69 meshy'
+ 'RetroHursty69 magazinemadness2'
+ 'RetroHursty69 CosmicRise'
+ 'RetroHursty69 uniflyered'
+ 'Saracade scv720'
+ 'chicueloarcade Chicuelo'
+ 'SuperMagicom nostalgic'
+ 'lipebello retrorama'
+ 'lipebello strangerstuff'
+ 'lipebello spaceoddity'
+ 'lipebello swineapple'
+ 'waweedman pii-wii'
+ 'waweedman Blade-360'
+ 'waweedman Venom'
+ 'waweedman Spider-Man'
+ 'blowfinger77 locomotion'
+ 'justincaseurskynet Arcade1up-5x4-Horizontal'
+ 'KALEL1981 Super-Retroboy'
+ )
+
+
+ while true; do
+ local theme
+ local installed_themes=()
+ local repo
+ local options=()
+ local status=()
+ local default
+
+ local gallerydir="/etc/emulationstation/es-theme-gallery"
+ if [[ -d "$gallerydir" ]]; then
+ status+=("i")
+ options+=(G "View or Update Theme Gallery")
+ else
+ status+=("n")
+ options+=(G "Download Theme Gallery")
+ fi
+
+ options+=(U "Update all installed themes")
+
+ local i=1
+ for theme in "${themes[@]}"; do
+ theme=($theme)
+ repo="${theme[0]}"
+ theme="${theme[1]}"
+ if [[ -d "/etc/emulationstation/themes/$theme" ]]; then
+ status+=("i")
+ options+=("$i" "Update or Uninstall $repo/$theme (installed)")
+ installed_themes+=("$theme $repo")
+ else
+ status+=("n")
+ options+=("$i" "Install $repo/$theme")
+ fi
+ ((i++))
+ done
+ local cmd=(dialog --default-item "$default" --backtitle "$__backtitle" --menu "Choose an option" 22 76 16)
+ local choice=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
+ default="$choice"
+ [[ -z "$choice" ]] && break
+ case "$choice" in
+ G)
+ if [[ "${status[0]}" == "i" ]]; then
+ options=(1 "View Theme Gallery" 2 "Update Theme Gallery" 3 "Remove Theme Gallery")
+ cmd=(dialog --backtitle "$__backtitle" --menu "Choose an option for gallery" 12 40 06)
+ local choice=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
+ case "$choice" in
+ 1)
+ cd "$gallerydir"
+ if isPlatform "x11"; then
+ feh --info "echo %f" --slideshow-delay 6 --fullscreen --auto-zoom --filelist images.list
+ else
+ fbi --timeout 6 --once --autozoom --list images.list
+ fi
+ ;;
+ 2)
+ gitPullOrClone "$gallerydir" "https://github.com/wetriner/es-theme-gallery"
+ ;;
+ 3)
+ if [[ -d "$gallerydir" ]]; then
+ rm -rf "$gallerydir"
+ fi
+ ;;
+ esac
+ else
+ gitPullOrClone "$gallerydir" "http://github.com/wetriner/es-theme-gallery"
+ fi
+ ;;
+ U)
+ for theme in "${installed_themes[@]}"; do
+ theme=($theme)
+ rp_callModule esthemes install_theme "${theme[0]}" "${theme[1]}"
+ done
+ ;;
+ *)
+ theme=(${themes[choice-1]})
+ repo="${theme[0]}"
+ theme="${theme[1]}"
+ if [[ "${status[choice]}" == "i" ]]; then
+ options=(1 "Update $repo/$theme" 2 "Uninstall $repo/$theme")
+ cmd=(dialog --backtitle "$__backtitle" --menu "Choose an option for theme" 12 40 06)
+ local choice=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
+ case "$choice" in
+ 1)
+ rp_callModule esthemes install_theme "$theme" "$repo"
+ ;;
+ 2)
+ rp_callModule esthemes uninstall_theme "$theme"
+ ;;
+ esac
+ else
+ rp_callModule esthemes install_theme "$theme" "$repo"
+ fi
+ ;;
+ esac
+ done
+}
diff --git a/.project b/.project
new file mode 100644
index 0000000..2b159f2
--- /dev/null
+++ b/.project
@@ -0,0 +1,11 @@
+
+
+ RetroPieRGB
+
+
+
+
+
+
+
+
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..6dc7da9
--- /dev/null
+++ b/README.md
@@ -0,0 +1,26 @@
+RetroPieRGB
+===========
+
+This project contains scripts for enabling 15Khz RGB for your retro gaming setup with retropie.
+
+It needs the hardware addon pi2scart or pi2jamma to output the proper image on a CRT screen.
+
+Please goto http://www.arcadeforge.de and get this awesome gadget.
+
+
+Installation
+============
+
+Download latest retropie and install it as described on retropie wiki.
+Connect Keyboard.
+Activate wiki.
+In emulationstation press F4 to get cmd shell
+
+Type
+
+git clone https://github.com/arcadeforge/RetroPieRGB
+
+cd RetroPieRGB
+
+sudo ./setup.sh
+
diff --git a/boot/config.txt b/boot/config.txt
new file mode 100755
index 0000000..1860f84
--- /dev/null
+++ b/boot/config.txt
@@ -0,0 +1,73 @@
+# For more options and information see
+# http://rpf.io/configtxt
+# Some settings may impact device functionality. See link above for details
+
+# uncomment if you get no picture on HDMI for a default "safe" mode
+#hdmi_safe=1
+
+# uncomment this if your display has a black border of unused pixels visible
+# and your display can output without overscan
+#disable_overscan=1
+
+# uncomment the following to adjust overscan. Use positive numbers if console
+# goes off screen, and negative if there is too much border
+#overscan_left=16
+#overscan_right=16
+#overscan_top=16
+#overscan_bottom=16
+
+# uncomment to force a console size. By default it will be display's size minus
+# overscan.
+#framebuffer_width=1280
+#framebuffer_height=720
+
+# uncomment if hdmi display is not detected and composite is being output
+#hdmi_force_hotplug=1
+
+# uncomment to force a specific HDMI mode (this will force VGA)
+#hdmi_group=1
+#hdmi_mode=1
+
+# uncomment to force a HDMI mode rather than DVI. This can make audio work in
+# DMT (computer monitor) modes
+#hdmi_drive=2
+
+# uncomment to increase signal to HDMI, if you have interference, blanking, or
+# no display
+#config_hdmi_boost=4
+
+# uncomment for composite PAL
+#sdtv_mode=2
+
+#uncomment to overclock the arm. 700 MHz is the default.
+#arm_freq=800
+
+# Uncomment some or all of these to enable the optional hardware interfaces
+#dtparam=i2c_arm=on
+#dtparam=i2s=on
+#dtparam=spi=on
+
+# Uncomment this to enable the lirc-rpi module
+#dtoverlay=lirc-rpi
+
+disable_splash=1
+disable_audio_dither=1
+
+# Settings for pi2scart and pi2jamma
+
+dtoverlay=vga666
+enable_dpi_lcd=1
+display_default_lcd=1
+dpi_group=2
+dpi_mode=87
+
+hdmi_timings=320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+# Additional overlays and parameters are documented /boot/overlays/README
+
+# Enable audio (loads snd_bcm2835)
+dtparam=audio=on
+gpu_mem_256=128
+gpu_mem_512=256
+gpu_mem_1024=256
+overscan_scale=1
diff --git a/boot/config_highres.txt b/boot/config_highres.txt
new file mode 100644
index 0000000..933ae16
--- /dev/null
+++ b/boot/config_highres.txt
@@ -0,0 +1,103 @@
+# For more options and information see
+# http://rpf.io/configtxtreadme
+# Some settings may impact device functionality. See link above for details
+
+# uncomment if you get no picture on HDMI for a default "safe" mode
+#hdmi_safe=1
+disable_splash=1
+
+# uncomment this if your display has a black border of unused pixels visible
+# and your display can output without overscan
+#disable_overscan=1
+
+# uncomment the following to adjust overscan. Use positive numbers if console
+# goes off screen, and negative if there is too much border
+#overscan_left=16
+#overscan_right=16
+#overscan_top=16
+#overscan_bottom=16
+
+# uncomment to force a console size. By default it will be display's size minus
+# overscan.
+#framebuffer_width=1280
+#framebuffer_height=720
+#resolution for 24inch half size 1920 x 1200
+#framebuffer_width=960
+#framebuffer_height=600
+
+# uncomment if hdmi display is not detected and composite is being output
+#hdmi_force_hotplug=1
+
+# uncomment to force a specific HDMI mode (this will force VGA)
+#hdmi_group=1
+#hdmi_mode=1
+
+# uncomment to force a HDMI mode rather than DVI. This can make audio work in
+# DMT (computer monitor) modes
+#hdmi_drive=2
+
+# uncomment to increase signal to HDMI, if you have interference, blanking, or
+# no display
+#config_hdmi_boost=4
+
+# uncomment for composite PAL
+#sdtv_mode=2
+
+#uncomment to overclock the arm. 700 MHz is the default.
+arm_freq=800
+
+# Uncomment some or all of these to enable the optional hardware interfaces
+#dtparam=i2c_arm=on
+#dtparam=i2s=on
+#dtparam=spi=on
+
+# Uncomment this to enable the lirc-rpi module
+#dtoverlay=lirc-rpi
+
+# Additional overlays and parameters are documented /boot/overlays/README
+
+# Enable audio (loads snd_bcm2835)
+dtparam=audio=on
+#gpu_mem=512
+
+
+disable_audio_dither=1
+#audio_pwm_mode=2
+
+## Aufloesung fest einstellen ##
+################################
+##hdmi auch ohne Monitor im Betrieb
+hdmi_force_hotplug=1
+# DMT Modus aktivieren
+hdmi_group=2
+## Aufloesungen alle 60hz
+# 1024x768
+#hdmi_mode=16
+# 1280x768
+#hdmi_mode=23
+# 1366x768
+#hdmi_mode=81
+# 1920x1080
+#hdmi_mode=82
+# 1280x720p
+#hdmi_mode=85
+# 640x480
+hdmi_mode=4
+# 800x600
+#hdmi_mode=9
+# check with tvservice -s for available resolution of our monitor
+
+# oc settings
+gpu_mem=256
+#gpu_mem_256=128
+#gpu_mem_512=256
+#gpu_mem_1024=256
+#arm_freq=1450
+#gpu_freq=500
+#sdram_freq=550
+#over_voltage=8
+#force_turbo=1
+
+
+
+
diff --git a/boot/config_lowres.txt b/boot/config_lowres.txt
new file mode 100644
index 0000000..c993dcc
--- /dev/null
+++ b/boot/config_lowres.txt
@@ -0,0 +1,47 @@
+# See /boot/overlays/README for all available options
+
+disable_splash=1
+disable_audio_dither=1
+#audio_pwm_mode=2
+dtparam=audio=on
+dtoverlay=vga666
+enable_dpi_lcd=1
+display_default_lcd=1
+dpi_group=2
+dpi_mode=87
+#hdmi_timings=320 1 19 43 36 256 1 2 3 22 0 0 0 60 0 6400000 1 #256p
+
+# to move picture left and right on screen subtract and add values from
+# 3rd and 5th value
+# 16+x and 34-x moves x pixel left or right
+#
+#hdmi_timings=320 1 19 43 36 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+# no overscan but blurry
+#hdmi_timings=320 1 19 43 36 224 1 11 14 15 0 0 0 60 0 6400000 1
+
+hdmi_timings=320 1 19 43 36 240 1 2 6 14 0 0 0 60 0 6400000 1
+
+#hdmi_timings=320 1 19 43 36 240 1 2 10 10 0 0 0 60 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 3 6 17 0 0 0 59 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 5 6 20 0 0 0 58 0 6400000 1
+
+# old hdmi_timings from 2.5.2
+#hdmi_timings=320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+
+
+#framebuffer_width=320
+#framebuffer_height=240
+
+# oc settings
+gpu_mem=256
+#gpu_mem_256=128
+#gpu_mem_512=256
+#gpu_mem_1024=256
+#arm_freq=1450
+#gpu_freq=500
+#sdram_freq=550
+#over_voltage=8
+#force_turbo=1
+
diff --git a/config.txt b/config.txt
new file mode 100755
index 0000000..aedd54a
--- /dev/null
+++ b/config.txt
@@ -0,0 +1,50 @@
+# See /boot/overlays/README for all available options
+
+disable_splash=1
+disable_audio_dither=1
+#audio_pwm_mode=2
+dtparam=audio=on
+dtoverlay=vga666
+enable_dpi_lcd=1
+display_default_lcd=1
+dpi_group=2
+dpi_mode=87
+#hdmi_timings=320 1 19 43 36 256 1 2 3 22 0 0 0 60 0 6400000 1 #256p
+
+# to move picture left and right on screen subtract and add values from
+# 3rd and 5th value
+# 16+x and 34-x moves x pixel left or right
+#
+#hdmi_timings=320 1 19 43 36 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+# no overscan but blurry
+#hdmi_timings=320 1 19 43 36 224 1 11 14 15 0 0 0 60 0 6400000 1
+
+hdmi_timings=320 1 19 43 36 240 1 2 6 14 0 0 0 60 0 6400000 1
+
+#hdmi_timings=320 1 19 43 36 240 1 2 10 10 0 0 0 60 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 3 6 17 0 0 0 59 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 5 6 20 0 0 0 58 0 6400000 1
+
+# old hdmi_timings from 2.5.2
+#hdmi_timings=320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+
+
+#framebuffer_width=320
+#framebuffer_height=240
+
+# oc settings
+gpu_mem=256
+#gpu_mem_256=128
+#gpu_mem_512=256
+#gpu_mem_1024=256
+#arm_freq=1450
+#gpu_freq=500
+#sdram_freq=550
+#over_voltage=8
+#force_turbo=1
+
+es_rotate=1
+pi2jamma=0
+mme4crt_shift=30
diff --git a/etc/emulationstation/themes.sh b/etc/emulationstation/themes.sh
new file mode 100755
index 0000000..ea2d7b6
--- /dev/null
+++ b/etc/emulationstation/themes.sh
@@ -0,0 +1,190 @@
+local themes=(
+ 'arcadeforge push-a'
+ 'arcadeforge push-a-v'
+ 'arcadeforge pixel-heaven'
+ 'arcadeforge pixel-heaven-text'
+ 'arcadeforge 240p_Bubblegum'
+ 'arcadeforge 240p-honey'
+ 'RetroPie carbon'
+ 'RetroPie carbon-centered'
+ 'RetroPie carbon-nometa'
+ 'RetroPie simple'
+ 'RetroPie simple-dark'
+ 'RetroPie clean-look'
+ 'RetroPie color-pi'
+ 'RetroPie nbba'
+ 'RetroPie simplified-static-canela'
+ 'RetroPie turtle-pi'
+ 'RetroPie zoid'
+ 'ehettervik pixel'
+ 'ehettervik pixel-metadata'
+ 'ehettervik pixel-tft'
+ 'ehettervik luminous'
+ 'ehettervik minilumi'
+ 'ehettervik workbench'
+ 'AmadhiX eudora'
+ 'AmadhiX eudora-bigshot'
+ 'AmadhiX eudora-concise'
+ 'InsecureSpike retroplay-clean-canela'
+ 'InsecureSpike retroplay-clean-detail-canela'
+ 'Omnija simpler-turtlepi'
+ 'Omnija simpler-turtlemini'
+ 'Omnija metro'
+ 'lilbud material'
+ 'mattrixk io'
+ 'mattrixk metapixel'
+ 'mattrixk spare'
+ 'robertybob space'
+ 'robertybob simplebigart'
+ 'robertybob tv'
+ 'HerbFargus tronkyfran'
+ 'lilbud flat'
+ 'lilbud flat-dark'
+ 'lilbud minimal'
+ 'lilbud switch'
+ 'lilbud angular'
+ 'FlyingTomahawk futura-V'
+ 'FlyingTomahawk futura-dark-V'
+ 'G-rila fundamental'
+ 'ruckage nes-mini'
+ 'ruckage famicom-mini'
+ 'ruckage snes-mini'
+ 'anthonycaccese crt'
+ 'anthonycaccese crt-centered'
+ 'anthonycaccese art-book'
+ 'anthonycaccese art-book-4-3'
+ 'anthonycaccese art-book-pocket'
+ 'anthonycaccese art-book-micro'
+ 'anthonycaccese tft'
+ 'anthonycaccese picade'
+ 'TMNTturtleguy ComicBook'
+ 'TMNTturtleguy ComicBook_4-3'
+ 'TMNTturtleguy ComicBook_SE-Wheelart'
+ 'TMNTturtleguy ComicBook_4-3_SE-Wheelart'
+ 'ChoccyHobNob cygnus'
+ 'dmmarti steampunk'
+ 'dmmarti hurstyblue'
+ 'dmmarti maximuspie'
+ 'dmmarti showcase'
+ 'dmmarti kidz'
+ 'dmmarti unified'
+ 'dmmarti gamehat'
+ 'rxbrad freeplay'
+ 'rxbrad gbz35'
+ 'rxbrad gbz35-dark'
+ 'garaine marioblue'
+ 'garaine bigwood'
+ 'MrTomixf Royal_Primicia'
+ 'lostless playstation'
+ 'mrharias superdisplay'
+ 'coinjunkie synthwave'
+ 'nickearl retrowave'
+ 'nickearl retrowave_4_3'
+ 'pacdude minijawn'
+ 'RetroHursty69 magazinemadness'
+ 'RetroHursty69 stirling'
+ 'RetroHursty69 boxalloyred'
+ 'RetroHursty69 boxalloyblue'
+ 'RetroHursty69 greenilicious'
+ 'RetroHursty69 retroroid'
+ 'RetroHursty69 merryxmas'
+ 'RetroHursty69 cardcrazy'
+ 'RetroHursty69 license2game'
+ 'RetroHursty69 comiccrazy'
+ 'RetroHursty69 snazzy'
+ 'RetroHursty69 tributeGoT'
+ 'RetroHursty69 tributeSTrek'
+ 'RetroHursty69 tributeSWars'
+ 'RetroHursty69 crisp'
+ 'RetroHursty69 crisp_light'
+ 'RetroHursty69 primo'
+ 'RetroHursty69 primo_light'
+ 'RetroHursty69 back2basics'
+ 'RetroHursty69 retrogamenews'
+ 'RetroHursty69 bluray'
+ 'RetroHursty69 soda'
+ 'RetroHursty69 lightswitch'
+ 'RetroHursty69 darkswitch'
+ 'RetroHursty69 whiteslide'
+ 'RetroHursty69 graffiti'
+ 'RetroHursty69 whitewood'
+ 'RetroHursty69 sublime'
+ 'RetroHursty69 infinity'
+ 'RetroHursty69 neogeo_only'
+ 'RetroHursty69 boxcity'
+ 'RetroHursty69 vertical_arcade'
+ 'RetroHursty69 cabsnazzy'
+ 'RetroHursty69 garfieldism'
+ 'RetroHursty69 halloweenspecial'
+ 'RetroHursty69 heychromey'
+ 'RetroHursty69 homerism'
+ 'RetroHursty69 spaceinvaders'
+ 'RetroHursty69 disenchantment'
+ 'RetroHursty69 minions'
+ 'RetroHursty69 tmnt'
+ 'RetroHursty69 pacman'
+ 'RetroHursty69 dragonballz'
+ 'RetroHursty69 minecraft'
+ 'RetroHursty69 incredibles'
+ 'RetroHursty69 mario_melee'
+ 'RetroHursty69 evilresident'
+ 'RetroHursty69 hurstyspin'
+ 'RetroHursty69 cyber'
+ 'RetroHursty69 supersweet'
+ 'RetroHursty69 donkeykonkey'
+ 'RetroHursty69 snapback'
+ 'RetroHursty69 heman'
+ 'RetroHursty69 pitube'
+ 'RetroHursty69 batmanburton'
+ 'RetroHursty69 NegativeColor'
+ 'RetroHursty69 NegativeSepia'
+ 'RetroHursty69 corg'
+ 'RetroHursty69 mysticorb'
+ 'RetroHursty69 joysticks'
+ 'RetroHursty69 orbpilot'
+ 'RetroHursty69 bitfit'
+ 'RetroHursty69 circuit'
+ 'RetroHursty69 retroboy'
+ 'RetroHursty69 retroboy2'
+ 'RetroHursty69 hurstybluetake2'
+ 'RetroHursty69 fabuloso'
+ 'RetroHursty69 arcade1up_aspectratio54'
+ 'RetroHursty69 supersweet_aspectratio54'
+ 'RetroHursty69 heychromey_aspectratio54'
+ 'RetroHursty69 mariobrosiii'
+ 'RetroHursty69 vertical_limit_verticaltheme'
+ 'RetroHursty69 CapcomColorHorizontal'
+ 'RetroHursty69 CapcomColorSpin'
+ 'RetroHursty69 CapcomColorVertical'
+ 'RetroHursty69 bluesteel'
+ 'RetroHursty69 blueprism'
+ 'RetroHursty69 bluesmooth'
+ 'RetroHursty69 floyd'
+ 'RetroHursty69 floyd_arcade'
+ 'RetroHursty69 floyd_room'
+ 'RetroHursty69 Slick_Bluey'
+ 'RetroHursty69 Slick_Red'
+ 'RetroHursty69 ghostbusters'
+ 'RetroHursty69 realghostbusters'
+ 'RetroHursty69 stirlingness'
+ 'RetroHursty69 marco'
+ 'RetroHursty69 swatch'
+ 'RetroHursty69 meshy'
+ 'RetroHursty69 magazinemadness2'
+ 'RetroHursty69 CosmicRise'
+ 'RetroHursty69 uniflyered'
+ 'Saracade scv720'
+ 'chicueloarcade Chicuelo'
+ 'SuperMagicom nostalgic'
+ 'lipebello retrorama'
+ 'lipebello strangerstuff'
+ 'lipebello spaceoddity'
+ 'lipebello swineapple'
+ 'waweedman pii-wii'
+ 'waweedman Blade-360'
+ 'waweedman Venom'
+ 'waweedman Spider-Man'
+ 'blowfinger77 locomotion'
+ 'justincaseurskynet Arcade1up-5x4-Horizontal'
+ 'KALEL1981 Super-Retroboy'
+ )
diff --git a/etc/pikeyd165.conf b/etc/pikeyd165.conf
new file mode 100644
index 0000000..66d4c6f
--- /dev/null
+++ b/etc/pikeyd165.conf
@@ -0,0 +1,93 @@
+#pikeyd165.conf
+
+#format:
+# {keycode from /usr/include/linux/input.h} {GPIO pin no}
+# Not limited to a single key. A GPIO press will emit all defined keys in order.
+#P = Player; B = Button
+
+# P1B3 L
+KEY_SPACE 0
+# P1B4 B
+KEY_LEFTSHIFT 1
+# P1B5 A
+KEY_Z 2
+# P1B6 R
+KEY_X 3
+# P2B5
+KEY_I 4
+# P2B6
+KEY_K 5
+# P2B4
+KEY_W 6
+# P2B3
+KEY_Q 7
+# P1Left
+KEY_LEFT 8
+# P1Right
+KEY_RIGHT 9
+# P1B1 Y
+#KEY_LEFTCTRL 10
+KEY_ENTER 10
+# P1B2 X
+#KEY_LEFTALT 11
+KEY_BACKSPACE 11
+# P2B2
+KEY_S 12
+# P2B1
+KEY_A 13
+# P2Right
+KEY_G 14
+# P2Left
+KEY_D 15
+# P1Coin
+KEY_5 16
+# P1Start
+KEY_1 17
+# P1Up
+KEY_UP 18
+# P1Down
+KEY_DOWN 19
+# P2Down
+KEY_F 20
+# P2Up
+KEY_R 21
+# P2Start
+KEY_2 22
+# P2Coin
+KEY_6 23
+
+
+#special keys! bits pressed simultaniousley result in specified Key
+#maximum bits == 4
+
+# Service Menu retroarch
+# p1b2 p1start
+KEY_F1 17 11
+
+# Service Menu AdvMame, Mame4all
+# p2start p1b2 p1start
+#KEY_F2 22 11 17
+
+# Settings Mame4all
+# p2start p1b3 p1start
+#KEY_TAB 22 0 17
+
+# Quit Emulator / Game
+# p1start p1b1
+KEY_ESC 10 17
+
+# Coin Player 2
+# p1up p2start
+KEY_6 18 22
+# p2up p2start
+KEY_6 21 22
+
+# Coin Player 1
+# p1up p1start
+KEY_5 18 17
+
+# Menu C64, filter advmame
+# p2start p1b4 p1start
+#KEY_F12 22 1 17
+
+
diff --git a/home/pi/RetroPie-Setup/scriptmodules/supplementary/esthemes.sh b/home/pi/RetroPie-Setup/scriptmodules/supplementary/esthemes.sh
new file mode 100644
index 0000000..c065848
--- /dev/null
+++ b/home/pi/RetroPie-Setup/scriptmodules/supplementary/esthemes.sh
@@ -0,0 +1,337 @@
+#!/usr/bin/env bash
+
+# This file is part of The RetroPie Project
+#
+# The RetroPie Project is the legal property of its developers, whose names are
+# too numerous to list here. Please refer to the COPYRIGHT.md file distributed with this source.
+#
+# See the LICENSE.md file at the top-level directory of this distribution and
+# at https://raw.githubusercontent.com/RetroPie/RetroPie-Setup/master/LICENSE.md
+#
+
+rp_module_id="esthemes"
+rp_module_desc="Install themes for Emulation Station"
+rp_module_section="config"
+
+function depends_esthemes() {
+ if isPlatform "x11"; then
+ getDepends feh
+ else
+ getDepends fbi
+ fi
+}
+
+function install_theme_esthemes() {
+ local theme="$1"
+ local repo="$2"
+ if [[ -z "$repo" ]]; then
+ repo="RetroPie"
+ fi
+ if [[ -z "$theme" ]]; then
+ theme="carbon"
+ repo="RetroPie"
+ fi
+ mkdir -p "/etc/emulationstation/themes"
+ gitPullOrClone "/etc/emulationstation/themes/$theme" "https://github.com/$repo/es-theme-$theme.git"
+}
+
+function uninstall_theme_esthemes() {
+ local theme="$1"
+ if [[ -d "/etc/emulationstation/themes/$theme" ]]; then
+ rm -rf "/etc/emulationstation/themes/$theme"
+ fi
+}
+
+function gui_esthemes() {
+
+# . /etc/emulationstation/themes.sh
+
+local themes=(
+ 'arcadeforge push-a'
+ 'arcadeforge push-a-v'
+ 'arcadeforge pixel-heaven'
+ 'arcadeforge pixel-heaven-text'
+ 'arcadeforge 240p_Bubblegum'
+ 'arcadeforge 240p-honey'
+ 'xovox RetroCRT-240p'
+ 'xovox RetroCRT-240p-Vertical'
+ 'RetroPie carbon'
+ 'RetroPie carbon-centered'
+ 'RetroPie carbon-nometa'
+ 'RetroPie simple'
+ 'RetroPie simple-dark'
+ 'RetroPie clean-look'
+ 'RetroPie color-pi'
+ 'RetroPie nbba'
+ 'RetroPie simplified-static-canela'
+ 'RetroPie turtle-pi'
+ 'RetroPie zoid'
+ 'ehettervik pixel'
+ 'ehettervik pixel-metadata'
+ 'ehettervik pixel-tft'
+ 'ehettervik luminous'
+ 'ehettervik minilumi'
+ 'ehettervik workbench'
+ 'AmadhiX eudora'
+ 'AmadhiX eudora-bigshot'
+ 'AmadhiX eudora-concise'
+ 'InsecureSpike retroplay-clean-canela'
+ 'InsecureSpike retroplay-clean-detail-canela'
+ 'Omnija simpler-turtlepi'
+ 'Omnija simpler-turtlemini'
+ 'Omnija metro'
+ 'lilbud material'
+ 'mattrixk io'
+ 'mattrixk metapixel'
+ 'mattrixk spare'
+ 'robertybob space'
+ 'robertybob simplebigart'
+ 'robertybob tv'
+ 'HerbFargus tronkyfran'
+ 'lilbud flat'
+ 'lilbud flat-dark'
+ 'lilbud minimal'
+ 'lilbud switch'
+ 'lilbud angular'
+ 'FlyingTomahawk futura-V'
+ 'FlyingTomahawk futura-dark-V'
+ 'G-rila fundamental'
+ 'ruckage nes-mini'
+ 'ruckage famicom-mini'
+ 'ruckage snes-mini'
+ 'anthonycaccese crt'
+ 'anthonycaccese crt-centered'
+ 'anthonycaccese art-book'
+ 'anthonycaccese art-book-4-3'
+ 'anthonycaccese art-book-pocket'
+ 'anthonycaccese art-book-micro'
+ 'anthonycaccese tft'
+ 'anthonycaccese picade'
+ 'TMNTturtleguy ComicBook'
+ 'TMNTturtleguy ComicBook_4-3'
+ 'TMNTturtleguy ComicBook_SE-Wheelart'
+ 'TMNTturtleguy ComicBook_4-3_SE-Wheelart'
+ 'ChoccyHobNob cygnus'
+ 'dmmarti steampunk'
+ 'dmmarti hurstyblue'
+ 'dmmarti maximuspie'
+ 'dmmarti showcase'
+ 'dmmarti kidz'
+ 'dmmarti unified'
+ 'dmmarti gamehat'
+ 'rxbrad freeplay'
+ 'rxbrad gbz35'
+ 'rxbrad gbz35-dark'
+ 'garaine marioblue'
+ 'garaine bigwood'
+ 'MrTomixf Royal_Primicia'
+ 'lostless playstation'
+ 'mrharias superdisplay'
+ 'coinjunkie synthwave'
+ 'nickearl retrowave'
+ 'nickearl retrowave_4_3'
+ 'pacdude minijawn'
+ 'RetroHursty69 magazinemadness'
+ 'RetroHursty69 stirling'
+ 'RetroHursty69 boxalloyred'
+ 'RetroHursty69 boxalloyblue'
+ 'RetroHursty69 greenilicious'
+ 'RetroHursty69 retroroid'
+ 'RetroHursty69 merryxmas'
+ 'RetroHursty69 cardcrazy'
+ 'RetroHursty69 license2game'
+ 'RetroHursty69 comiccrazy'
+ 'RetroHursty69 snazzy'
+ 'RetroHursty69 tributeGoT'
+ 'RetroHursty69 tributeSTrek'
+ 'RetroHursty69 tributeSWars'
+ 'RetroHursty69 crisp'
+ 'RetroHursty69 crisp_light'
+ 'RetroHursty69 primo'
+ 'RetroHursty69 primo_light'
+ 'RetroHursty69 back2basics'
+ 'RetroHursty69 retrogamenews'
+ 'RetroHursty69 bluray'
+ 'RetroHursty69 soda'
+ 'RetroHursty69 lightswitch'
+ 'RetroHursty69 darkswitch'
+ 'RetroHursty69 whiteslide'
+ 'RetroHursty69 graffiti'
+ 'RetroHursty69 whitewood'
+ 'RetroHursty69 sublime'
+ 'RetroHursty69 infinity'
+ 'RetroHursty69 neogeo_only'
+ 'RetroHursty69 boxcity'
+ 'RetroHursty69 vertical_arcade'
+ 'RetroHursty69 cabsnazzy'
+ 'RetroHursty69 garfieldism'
+ 'RetroHursty69 halloweenspecial'
+ 'RetroHursty69 heychromey'
+ 'RetroHursty69 homerism'
+ 'RetroHursty69 spaceinvaders'
+ 'RetroHursty69 disenchantment'
+ 'RetroHursty69 minions'
+ 'RetroHursty69 tmnt'
+ 'RetroHursty69 pacman'
+ 'RetroHursty69 dragonballz'
+ 'RetroHursty69 minecraft'
+ 'RetroHursty69 incredibles'
+ 'RetroHursty69 mario_melee'
+ 'RetroHursty69 evilresident'
+ 'RetroHursty69 hurstyspin'
+ 'RetroHursty69 cyber'
+ 'RetroHursty69 supersweet'
+ 'RetroHursty69 donkeykonkey'
+ 'RetroHursty69 snapback'
+ 'RetroHursty69 heman'
+ 'RetroHursty69 pitube'
+ 'RetroHursty69 batmanburton'
+ 'RetroHursty69 NegativeColor'
+ 'RetroHursty69 NegativeSepia'
+ 'RetroHursty69 corg'
+ 'RetroHursty69 mysticorb'
+ 'RetroHursty69 joysticks'
+ 'RetroHursty69 orbpilot'
+ 'RetroHursty69 bitfit'
+ 'RetroHursty69 circuit'
+ 'RetroHursty69 retroboy'
+ 'RetroHursty69 retroboy2'
+ 'RetroHursty69 hurstybluetake2'
+ 'RetroHursty69 fabuloso'
+ 'RetroHursty69 arcade1up_aspectratio54'
+ 'RetroHursty69 supersweet_aspectratio54'
+ 'RetroHursty69 heychromey_aspectratio54'
+ 'RetroHursty69 mariobrosiii'
+ 'RetroHursty69 vertical_limit_verticaltheme'
+ 'RetroHursty69 CapcomColorHorizontal'
+ 'RetroHursty69 CapcomColorSpin'
+ 'RetroHursty69 CapcomColorVertical'
+ 'RetroHursty69 bluesteel'
+ 'RetroHursty69 blueprism'
+ 'RetroHursty69 bluesmooth'
+ 'RetroHursty69 floyd'
+ 'RetroHursty69 floyd_arcade'
+ 'RetroHursty69 floyd_room'
+ 'RetroHursty69 Slick_Bluey'
+ 'RetroHursty69 Slick_Red'
+ 'RetroHursty69 ghostbusters'
+ 'RetroHursty69 realghostbusters'
+ 'RetroHursty69 stirlingness'
+ 'RetroHursty69 marco'
+ 'RetroHursty69 swatch'
+ 'RetroHursty69 meshy'
+ 'RetroHursty69 magazinemadness2'
+ 'RetroHursty69 CosmicRise'
+ 'RetroHursty69 uniflyered'
+ 'Saracade scv720'
+ 'chicueloarcade Chicuelo'
+ 'SuperMagicom nostalgic'
+ 'lipebello retrorama'
+ 'lipebello strangerstuff'
+ 'lipebello spaceoddity'
+ 'lipebello swineapple'
+ 'waweedman pii-wii'
+ 'waweedman Blade-360'
+ 'waweedman Venom'
+ 'waweedman Spider-Man'
+ 'blowfinger77 locomotion'
+ 'justincaseurskynet Arcade1up-5x4-Horizontal'
+ 'KALEL1981 Super-Retroboy'
+ )
+
+
+ while true; do
+ local theme
+ local installed_themes=()
+ local repo
+ local options=()
+ local status=()
+ local default
+
+ local gallerydir="/etc/emulationstation/es-theme-gallery"
+ if [[ -d "$gallerydir" ]]; then
+ status+=("i")
+ options+=(G "View or Update Theme Gallery")
+ else
+ status+=("n")
+ options+=(G "Download Theme Gallery")
+ fi
+
+ options+=(U "Update all installed themes")
+
+ local i=1
+ for theme in "${themes[@]}"; do
+ theme=($theme)
+ repo="${theme[0]}"
+ theme="${theme[1]}"
+ if [[ -d "/etc/emulationstation/themes/$theme" ]]; then
+ status+=("i")
+ options+=("$i" "Update or Uninstall $repo/$theme (installed)")
+ installed_themes+=("$theme $repo")
+ else
+ status+=("n")
+ options+=("$i" "Install $repo/$theme")
+ fi
+ ((i++))
+ done
+ local cmd=(dialog --default-item "$default" --backtitle "$__backtitle" --menu "Choose an option" 22 76 16)
+ local choice=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
+ default="$choice"
+ [[ -z "$choice" ]] && break
+ case "$choice" in
+ G)
+ if [[ "${status[0]}" == "i" ]]; then
+ options=(1 "View Theme Gallery" 2 "Update Theme Gallery" 3 "Remove Theme Gallery")
+ cmd=(dialog --backtitle "$__backtitle" --menu "Choose an option for gallery" 12 40 06)
+ local choice=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
+ case "$choice" in
+ 1)
+ cd "$gallerydir"
+ if isPlatform "x11"; then
+ feh --info "echo %f" --slideshow-delay 6 --fullscreen --auto-zoom --filelist images.list
+ else
+ fbi --timeout 6 --once --autozoom --list images.list
+ fi
+ ;;
+ 2)
+ gitPullOrClone "$gallerydir" "https://github.com/wetriner/es-theme-gallery"
+ ;;
+ 3)
+ if [[ -d "$gallerydir" ]]; then
+ rm -rf "$gallerydir"
+ fi
+ ;;
+ esac
+ else
+ gitPullOrClone "$gallerydir" "http://github.com/wetriner/es-theme-gallery"
+ fi
+ ;;
+ U)
+ for theme in "${installed_themes[@]}"; do
+ theme=($theme)
+ rp_callModule esthemes install_theme "${theme[0]}" "${theme[1]}"
+ done
+ ;;
+ *)
+ theme=(${themes[choice-1]})
+ repo="${theme[0]}"
+ theme="${theme[1]}"
+ if [[ "${status[choice]}" == "i" ]]; then
+ options=(1 "Update $repo/$theme" 2 "Uninstall $repo/$theme")
+ cmd=(dialog --backtitle "$__backtitle" --menu "Choose an option for theme" 12 40 06)
+ local choice=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
+ case "$choice" in
+ 1)
+ rp_callModule esthemes install_theme "$theme" "$repo"
+ ;;
+ 2)
+ rp_callModule esthemes uninstall_theme "$theme"
+ ;;
+ esac
+ else
+ rp_callModule esthemes install_theme "$theme" "$repo"
+ fi
+ ;;
+ esac
+ done
+}
diff --git a/home/pi/RetroPie/retropiemenu/Update RetroPieRGB.sh b/home/pi/RetroPie/retropiemenu/Update RetroPieRGB.sh
new file mode 100755
index 0000000..4246659
--- /dev/null
+++ b/home/pi/RetroPie/retropiemenu/Update RetroPieRGB.sh
@@ -0,0 +1,6 @@
+dir=$(pwd)
+cd /home/pi/RetroPieRGB
+sudo -s git pull origin master
+chmod +x patch.sh
+./patch.sh
+cd $dir
diff --git a/.project b/.project
new file mode 100644
index 0000000..2b159f2
--- /dev/null
+++ b/.project
@@ -0,0 +1,11 @@
+
+
+ RetroPieRGB
+
+
+
+
+
+
+
+
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..6dc7da9
--- /dev/null
+++ b/README.md
@@ -0,0 +1,26 @@
+RetroPieRGB
+===========
+
+This project contains scripts for enabling 15Khz RGB for your retro gaming setup with retropie.
+
+It needs the hardware addon pi2scart or pi2jamma to output the proper image on a CRT screen.
+
+Please goto http://www.arcadeforge.de and get this awesome gadget.
+
+
+Installation
+============
+
+Download latest retropie and install it as described on retropie wiki.
+Connect Keyboard.
+Activate wiki.
+In emulationstation press F4 to get cmd shell
+
+Type
+
+git clone https://github.com/arcadeforge/RetroPieRGB
+
+cd RetroPieRGB
+
+sudo ./setup.sh
+
diff --git a/boot/config.txt b/boot/config.txt
new file mode 100755
index 0000000..1860f84
--- /dev/null
+++ b/boot/config.txt
@@ -0,0 +1,73 @@
+# For more options and information see
+# http://rpf.io/configtxt
+# Some settings may impact device functionality. See link above for details
+
+# uncomment if you get no picture on HDMI for a default "safe" mode
+#hdmi_safe=1
+
+# uncomment this if your display has a black border of unused pixels visible
+# and your display can output without overscan
+#disable_overscan=1
+
+# uncomment the following to adjust overscan. Use positive numbers if console
+# goes off screen, and negative if there is too much border
+#overscan_left=16
+#overscan_right=16
+#overscan_top=16
+#overscan_bottom=16
+
+# uncomment to force a console size. By default it will be display's size minus
+# overscan.
+#framebuffer_width=1280
+#framebuffer_height=720
+
+# uncomment if hdmi display is not detected and composite is being output
+#hdmi_force_hotplug=1
+
+# uncomment to force a specific HDMI mode (this will force VGA)
+#hdmi_group=1
+#hdmi_mode=1
+
+# uncomment to force a HDMI mode rather than DVI. This can make audio work in
+# DMT (computer monitor) modes
+#hdmi_drive=2
+
+# uncomment to increase signal to HDMI, if you have interference, blanking, or
+# no display
+#config_hdmi_boost=4
+
+# uncomment for composite PAL
+#sdtv_mode=2
+
+#uncomment to overclock the arm. 700 MHz is the default.
+#arm_freq=800
+
+# Uncomment some or all of these to enable the optional hardware interfaces
+#dtparam=i2c_arm=on
+#dtparam=i2s=on
+#dtparam=spi=on
+
+# Uncomment this to enable the lirc-rpi module
+#dtoverlay=lirc-rpi
+
+disable_splash=1
+disable_audio_dither=1
+
+# Settings for pi2scart and pi2jamma
+
+dtoverlay=vga666
+enable_dpi_lcd=1
+display_default_lcd=1
+dpi_group=2
+dpi_mode=87
+
+hdmi_timings=320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+# Additional overlays and parameters are documented /boot/overlays/README
+
+# Enable audio (loads snd_bcm2835)
+dtparam=audio=on
+gpu_mem_256=128
+gpu_mem_512=256
+gpu_mem_1024=256
+overscan_scale=1
diff --git a/boot/config_highres.txt b/boot/config_highres.txt
new file mode 100644
index 0000000..933ae16
--- /dev/null
+++ b/boot/config_highres.txt
@@ -0,0 +1,103 @@
+# For more options and information see
+# http://rpf.io/configtxtreadme
+# Some settings may impact device functionality. See link above for details
+
+# uncomment if you get no picture on HDMI for a default "safe" mode
+#hdmi_safe=1
+disable_splash=1
+
+# uncomment this if your display has a black border of unused pixels visible
+# and your display can output without overscan
+#disable_overscan=1
+
+# uncomment the following to adjust overscan. Use positive numbers if console
+# goes off screen, and negative if there is too much border
+#overscan_left=16
+#overscan_right=16
+#overscan_top=16
+#overscan_bottom=16
+
+# uncomment to force a console size. By default it will be display's size minus
+# overscan.
+#framebuffer_width=1280
+#framebuffer_height=720
+#resolution for 24inch half size 1920 x 1200
+#framebuffer_width=960
+#framebuffer_height=600
+
+# uncomment if hdmi display is not detected and composite is being output
+#hdmi_force_hotplug=1
+
+# uncomment to force a specific HDMI mode (this will force VGA)
+#hdmi_group=1
+#hdmi_mode=1
+
+# uncomment to force a HDMI mode rather than DVI. This can make audio work in
+# DMT (computer monitor) modes
+#hdmi_drive=2
+
+# uncomment to increase signal to HDMI, if you have interference, blanking, or
+# no display
+#config_hdmi_boost=4
+
+# uncomment for composite PAL
+#sdtv_mode=2
+
+#uncomment to overclock the arm. 700 MHz is the default.
+arm_freq=800
+
+# Uncomment some or all of these to enable the optional hardware interfaces
+#dtparam=i2c_arm=on
+#dtparam=i2s=on
+#dtparam=spi=on
+
+# Uncomment this to enable the lirc-rpi module
+#dtoverlay=lirc-rpi
+
+# Additional overlays and parameters are documented /boot/overlays/README
+
+# Enable audio (loads snd_bcm2835)
+dtparam=audio=on
+#gpu_mem=512
+
+
+disable_audio_dither=1
+#audio_pwm_mode=2
+
+## Aufloesung fest einstellen ##
+################################
+##hdmi auch ohne Monitor im Betrieb
+hdmi_force_hotplug=1
+# DMT Modus aktivieren
+hdmi_group=2
+## Aufloesungen alle 60hz
+# 1024x768
+#hdmi_mode=16
+# 1280x768
+#hdmi_mode=23
+# 1366x768
+#hdmi_mode=81
+# 1920x1080
+#hdmi_mode=82
+# 1280x720p
+#hdmi_mode=85
+# 640x480
+hdmi_mode=4
+# 800x600
+#hdmi_mode=9
+# check with tvservice -s for available resolution of our monitor
+
+# oc settings
+gpu_mem=256
+#gpu_mem_256=128
+#gpu_mem_512=256
+#gpu_mem_1024=256
+#arm_freq=1450
+#gpu_freq=500
+#sdram_freq=550
+#over_voltage=8
+#force_turbo=1
+
+
+
+
diff --git a/boot/config_lowres.txt b/boot/config_lowres.txt
new file mode 100644
index 0000000..c993dcc
--- /dev/null
+++ b/boot/config_lowres.txt
@@ -0,0 +1,47 @@
+# See /boot/overlays/README for all available options
+
+disable_splash=1
+disable_audio_dither=1
+#audio_pwm_mode=2
+dtparam=audio=on
+dtoverlay=vga666
+enable_dpi_lcd=1
+display_default_lcd=1
+dpi_group=2
+dpi_mode=87
+#hdmi_timings=320 1 19 43 36 256 1 2 3 22 0 0 0 60 0 6400000 1 #256p
+
+# to move picture left and right on screen subtract and add values from
+# 3rd and 5th value
+# 16+x and 34-x moves x pixel left or right
+#
+#hdmi_timings=320 1 19 43 36 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+# no overscan but blurry
+#hdmi_timings=320 1 19 43 36 224 1 11 14 15 0 0 0 60 0 6400000 1
+
+hdmi_timings=320 1 19 43 36 240 1 2 6 14 0 0 0 60 0 6400000 1
+
+#hdmi_timings=320 1 19 43 36 240 1 2 10 10 0 0 0 60 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 3 6 17 0 0 0 59 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 5 6 20 0 0 0 58 0 6400000 1
+
+# old hdmi_timings from 2.5.2
+#hdmi_timings=320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+
+
+#framebuffer_width=320
+#framebuffer_height=240
+
+# oc settings
+gpu_mem=256
+#gpu_mem_256=128
+#gpu_mem_512=256
+#gpu_mem_1024=256
+#arm_freq=1450
+#gpu_freq=500
+#sdram_freq=550
+#over_voltage=8
+#force_turbo=1
+
diff --git a/config.txt b/config.txt
new file mode 100755
index 0000000..aedd54a
--- /dev/null
+++ b/config.txt
@@ -0,0 +1,50 @@
+# See /boot/overlays/README for all available options
+
+disable_splash=1
+disable_audio_dither=1
+#audio_pwm_mode=2
+dtparam=audio=on
+dtoverlay=vga666
+enable_dpi_lcd=1
+display_default_lcd=1
+dpi_group=2
+dpi_mode=87
+#hdmi_timings=320 1 19 43 36 256 1 2 3 22 0 0 0 60 0 6400000 1 #256p
+
+# to move picture left and right on screen subtract and add values from
+# 3rd and 5th value
+# 16+x and 34-x moves x pixel left or right
+#
+#hdmi_timings=320 1 19 43 36 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+# no overscan but blurry
+#hdmi_timings=320 1 19 43 36 224 1 11 14 15 0 0 0 60 0 6400000 1
+
+hdmi_timings=320 1 19 43 36 240 1 2 6 14 0 0 0 60 0 6400000 1
+
+#hdmi_timings=320 1 19 43 36 240 1 2 10 10 0 0 0 60 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 3 6 17 0 0 0 59 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 5 6 20 0 0 0 58 0 6400000 1
+
+# old hdmi_timings from 2.5.2
+#hdmi_timings=320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+
+
+#framebuffer_width=320
+#framebuffer_height=240
+
+# oc settings
+gpu_mem=256
+#gpu_mem_256=128
+#gpu_mem_512=256
+#gpu_mem_1024=256
+#arm_freq=1450
+#gpu_freq=500
+#sdram_freq=550
+#over_voltage=8
+#force_turbo=1
+
+es_rotate=1
+pi2jamma=0
+mme4crt_shift=30
diff --git a/etc/emulationstation/themes.sh b/etc/emulationstation/themes.sh
new file mode 100755
index 0000000..ea2d7b6
--- /dev/null
+++ b/etc/emulationstation/themes.sh
@@ -0,0 +1,190 @@
+local themes=(
+ 'arcadeforge push-a'
+ 'arcadeforge push-a-v'
+ 'arcadeforge pixel-heaven'
+ 'arcadeforge pixel-heaven-text'
+ 'arcadeforge 240p_Bubblegum'
+ 'arcadeforge 240p-honey'
+ 'RetroPie carbon'
+ 'RetroPie carbon-centered'
+ 'RetroPie carbon-nometa'
+ 'RetroPie simple'
+ 'RetroPie simple-dark'
+ 'RetroPie clean-look'
+ 'RetroPie color-pi'
+ 'RetroPie nbba'
+ 'RetroPie simplified-static-canela'
+ 'RetroPie turtle-pi'
+ 'RetroPie zoid'
+ 'ehettervik pixel'
+ 'ehettervik pixel-metadata'
+ 'ehettervik pixel-tft'
+ 'ehettervik luminous'
+ 'ehettervik minilumi'
+ 'ehettervik workbench'
+ 'AmadhiX eudora'
+ 'AmadhiX eudora-bigshot'
+ 'AmadhiX eudora-concise'
+ 'InsecureSpike retroplay-clean-canela'
+ 'InsecureSpike retroplay-clean-detail-canela'
+ 'Omnija simpler-turtlepi'
+ 'Omnija simpler-turtlemini'
+ 'Omnija metro'
+ 'lilbud material'
+ 'mattrixk io'
+ 'mattrixk metapixel'
+ 'mattrixk spare'
+ 'robertybob space'
+ 'robertybob simplebigart'
+ 'robertybob tv'
+ 'HerbFargus tronkyfran'
+ 'lilbud flat'
+ 'lilbud flat-dark'
+ 'lilbud minimal'
+ 'lilbud switch'
+ 'lilbud angular'
+ 'FlyingTomahawk futura-V'
+ 'FlyingTomahawk futura-dark-V'
+ 'G-rila fundamental'
+ 'ruckage nes-mini'
+ 'ruckage famicom-mini'
+ 'ruckage snes-mini'
+ 'anthonycaccese crt'
+ 'anthonycaccese crt-centered'
+ 'anthonycaccese art-book'
+ 'anthonycaccese art-book-4-3'
+ 'anthonycaccese art-book-pocket'
+ 'anthonycaccese art-book-micro'
+ 'anthonycaccese tft'
+ 'anthonycaccese picade'
+ 'TMNTturtleguy ComicBook'
+ 'TMNTturtleguy ComicBook_4-3'
+ 'TMNTturtleguy ComicBook_SE-Wheelart'
+ 'TMNTturtleguy ComicBook_4-3_SE-Wheelart'
+ 'ChoccyHobNob cygnus'
+ 'dmmarti steampunk'
+ 'dmmarti hurstyblue'
+ 'dmmarti maximuspie'
+ 'dmmarti showcase'
+ 'dmmarti kidz'
+ 'dmmarti unified'
+ 'dmmarti gamehat'
+ 'rxbrad freeplay'
+ 'rxbrad gbz35'
+ 'rxbrad gbz35-dark'
+ 'garaine marioblue'
+ 'garaine bigwood'
+ 'MrTomixf Royal_Primicia'
+ 'lostless playstation'
+ 'mrharias superdisplay'
+ 'coinjunkie synthwave'
+ 'nickearl retrowave'
+ 'nickearl retrowave_4_3'
+ 'pacdude minijawn'
+ 'RetroHursty69 magazinemadness'
+ 'RetroHursty69 stirling'
+ 'RetroHursty69 boxalloyred'
+ 'RetroHursty69 boxalloyblue'
+ 'RetroHursty69 greenilicious'
+ 'RetroHursty69 retroroid'
+ 'RetroHursty69 merryxmas'
+ 'RetroHursty69 cardcrazy'
+ 'RetroHursty69 license2game'
+ 'RetroHursty69 comiccrazy'
+ 'RetroHursty69 snazzy'
+ 'RetroHursty69 tributeGoT'
+ 'RetroHursty69 tributeSTrek'
+ 'RetroHursty69 tributeSWars'
+ 'RetroHursty69 crisp'
+ 'RetroHursty69 crisp_light'
+ 'RetroHursty69 primo'
+ 'RetroHursty69 primo_light'
+ 'RetroHursty69 back2basics'
+ 'RetroHursty69 retrogamenews'
+ 'RetroHursty69 bluray'
+ 'RetroHursty69 soda'
+ 'RetroHursty69 lightswitch'
+ 'RetroHursty69 darkswitch'
+ 'RetroHursty69 whiteslide'
+ 'RetroHursty69 graffiti'
+ 'RetroHursty69 whitewood'
+ 'RetroHursty69 sublime'
+ 'RetroHursty69 infinity'
+ 'RetroHursty69 neogeo_only'
+ 'RetroHursty69 boxcity'
+ 'RetroHursty69 vertical_arcade'
+ 'RetroHursty69 cabsnazzy'
+ 'RetroHursty69 garfieldism'
+ 'RetroHursty69 halloweenspecial'
+ 'RetroHursty69 heychromey'
+ 'RetroHursty69 homerism'
+ 'RetroHursty69 spaceinvaders'
+ 'RetroHursty69 disenchantment'
+ 'RetroHursty69 minions'
+ 'RetroHursty69 tmnt'
+ 'RetroHursty69 pacman'
+ 'RetroHursty69 dragonballz'
+ 'RetroHursty69 minecraft'
+ 'RetroHursty69 incredibles'
+ 'RetroHursty69 mario_melee'
+ 'RetroHursty69 evilresident'
+ 'RetroHursty69 hurstyspin'
+ 'RetroHursty69 cyber'
+ 'RetroHursty69 supersweet'
+ 'RetroHursty69 donkeykonkey'
+ 'RetroHursty69 snapback'
+ 'RetroHursty69 heman'
+ 'RetroHursty69 pitube'
+ 'RetroHursty69 batmanburton'
+ 'RetroHursty69 NegativeColor'
+ 'RetroHursty69 NegativeSepia'
+ 'RetroHursty69 corg'
+ 'RetroHursty69 mysticorb'
+ 'RetroHursty69 joysticks'
+ 'RetroHursty69 orbpilot'
+ 'RetroHursty69 bitfit'
+ 'RetroHursty69 circuit'
+ 'RetroHursty69 retroboy'
+ 'RetroHursty69 retroboy2'
+ 'RetroHursty69 hurstybluetake2'
+ 'RetroHursty69 fabuloso'
+ 'RetroHursty69 arcade1up_aspectratio54'
+ 'RetroHursty69 supersweet_aspectratio54'
+ 'RetroHursty69 heychromey_aspectratio54'
+ 'RetroHursty69 mariobrosiii'
+ 'RetroHursty69 vertical_limit_verticaltheme'
+ 'RetroHursty69 CapcomColorHorizontal'
+ 'RetroHursty69 CapcomColorSpin'
+ 'RetroHursty69 CapcomColorVertical'
+ 'RetroHursty69 bluesteel'
+ 'RetroHursty69 blueprism'
+ 'RetroHursty69 bluesmooth'
+ 'RetroHursty69 floyd'
+ 'RetroHursty69 floyd_arcade'
+ 'RetroHursty69 floyd_room'
+ 'RetroHursty69 Slick_Bluey'
+ 'RetroHursty69 Slick_Red'
+ 'RetroHursty69 ghostbusters'
+ 'RetroHursty69 realghostbusters'
+ 'RetroHursty69 stirlingness'
+ 'RetroHursty69 marco'
+ 'RetroHursty69 swatch'
+ 'RetroHursty69 meshy'
+ 'RetroHursty69 magazinemadness2'
+ 'RetroHursty69 CosmicRise'
+ 'RetroHursty69 uniflyered'
+ 'Saracade scv720'
+ 'chicueloarcade Chicuelo'
+ 'SuperMagicom nostalgic'
+ 'lipebello retrorama'
+ 'lipebello strangerstuff'
+ 'lipebello spaceoddity'
+ 'lipebello swineapple'
+ 'waweedman pii-wii'
+ 'waweedman Blade-360'
+ 'waweedman Venom'
+ 'waweedman Spider-Man'
+ 'blowfinger77 locomotion'
+ 'justincaseurskynet Arcade1up-5x4-Horizontal'
+ 'KALEL1981 Super-Retroboy'
+ )
diff --git a/etc/pikeyd165.conf b/etc/pikeyd165.conf
new file mode 100644
index 0000000..66d4c6f
--- /dev/null
+++ b/etc/pikeyd165.conf
@@ -0,0 +1,93 @@
+#pikeyd165.conf
+
+#format:
+# {keycode from /usr/include/linux/input.h} {GPIO pin no}
+# Not limited to a single key. A GPIO press will emit all defined keys in order.
+#P = Player; B = Button
+
+# P1B3 L
+KEY_SPACE 0
+# P1B4 B
+KEY_LEFTSHIFT 1
+# P1B5 A
+KEY_Z 2
+# P1B6 R
+KEY_X 3
+# P2B5
+KEY_I 4
+# P2B6
+KEY_K 5
+# P2B4
+KEY_W 6
+# P2B3
+KEY_Q 7
+# P1Left
+KEY_LEFT 8
+# P1Right
+KEY_RIGHT 9
+# P1B1 Y
+#KEY_LEFTCTRL 10
+KEY_ENTER 10
+# P1B2 X
+#KEY_LEFTALT 11
+KEY_BACKSPACE 11
+# P2B2
+KEY_S 12
+# P2B1
+KEY_A 13
+# P2Right
+KEY_G 14
+# P2Left
+KEY_D 15
+# P1Coin
+KEY_5 16
+# P1Start
+KEY_1 17
+# P1Up
+KEY_UP 18
+# P1Down
+KEY_DOWN 19
+# P2Down
+KEY_F 20
+# P2Up
+KEY_R 21
+# P2Start
+KEY_2 22
+# P2Coin
+KEY_6 23
+
+
+#special keys! bits pressed simultaniousley result in specified Key
+#maximum bits == 4
+
+# Service Menu retroarch
+# p1b2 p1start
+KEY_F1 17 11
+
+# Service Menu AdvMame, Mame4all
+# p2start p1b2 p1start
+#KEY_F2 22 11 17
+
+# Settings Mame4all
+# p2start p1b3 p1start
+#KEY_TAB 22 0 17
+
+# Quit Emulator / Game
+# p1start p1b1
+KEY_ESC 10 17
+
+# Coin Player 2
+# p1up p2start
+KEY_6 18 22
+# p2up p2start
+KEY_6 21 22
+
+# Coin Player 1
+# p1up p1start
+KEY_5 18 17
+
+# Menu C64, filter advmame
+# p2start p1b4 p1start
+#KEY_F12 22 1 17
+
+
diff --git a/home/pi/RetroPie-Setup/scriptmodules/supplementary/esthemes.sh b/home/pi/RetroPie-Setup/scriptmodules/supplementary/esthemes.sh
new file mode 100644
index 0000000..c065848
--- /dev/null
+++ b/home/pi/RetroPie-Setup/scriptmodules/supplementary/esthemes.sh
@@ -0,0 +1,337 @@
+#!/usr/bin/env bash
+
+# This file is part of The RetroPie Project
+#
+# The RetroPie Project is the legal property of its developers, whose names are
+# too numerous to list here. Please refer to the COPYRIGHT.md file distributed with this source.
+#
+# See the LICENSE.md file at the top-level directory of this distribution and
+# at https://raw.githubusercontent.com/RetroPie/RetroPie-Setup/master/LICENSE.md
+#
+
+rp_module_id="esthemes"
+rp_module_desc="Install themes for Emulation Station"
+rp_module_section="config"
+
+function depends_esthemes() {
+ if isPlatform "x11"; then
+ getDepends feh
+ else
+ getDepends fbi
+ fi
+}
+
+function install_theme_esthemes() {
+ local theme="$1"
+ local repo="$2"
+ if [[ -z "$repo" ]]; then
+ repo="RetroPie"
+ fi
+ if [[ -z "$theme" ]]; then
+ theme="carbon"
+ repo="RetroPie"
+ fi
+ mkdir -p "/etc/emulationstation/themes"
+ gitPullOrClone "/etc/emulationstation/themes/$theme" "https://github.com/$repo/es-theme-$theme.git"
+}
+
+function uninstall_theme_esthemes() {
+ local theme="$1"
+ if [[ -d "/etc/emulationstation/themes/$theme" ]]; then
+ rm -rf "/etc/emulationstation/themes/$theme"
+ fi
+}
+
+function gui_esthemes() {
+
+# . /etc/emulationstation/themes.sh
+
+local themes=(
+ 'arcadeforge push-a'
+ 'arcadeforge push-a-v'
+ 'arcadeforge pixel-heaven'
+ 'arcadeforge pixel-heaven-text'
+ 'arcadeforge 240p_Bubblegum'
+ 'arcadeforge 240p-honey'
+ 'xovox RetroCRT-240p'
+ 'xovox RetroCRT-240p-Vertical'
+ 'RetroPie carbon'
+ 'RetroPie carbon-centered'
+ 'RetroPie carbon-nometa'
+ 'RetroPie simple'
+ 'RetroPie simple-dark'
+ 'RetroPie clean-look'
+ 'RetroPie color-pi'
+ 'RetroPie nbba'
+ 'RetroPie simplified-static-canela'
+ 'RetroPie turtle-pi'
+ 'RetroPie zoid'
+ 'ehettervik pixel'
+ 'ehettervik pixel-metadata'
+ 'ehettervik pixel-tft'
+ 'ehettervik luminous'
+ 'ehettervik minilumi'
+ 'ehettervik workbench'
+ 'AmadhiX eudora'
+ 'AmadhiX eudora-bigshot'
+ 'AmadhiX eudora-concise'
+ 'InsecureSpike retroplay-clean-canela'
+ 'InsecureSpike retroplay-clean-detail-canela'
+ 'Omnija simpler-turtlepi'
+ 'Omnija simpler-turtlemini'
+ 'Omnija metro'
+ 'lilbud material'
+ 'mattrixk io'
+ 'mattrixk metapixel'
+ 'mattrixk spare'
+ 'robertybob space'
+ 'robertybob simplebigart'
+ 'robertybob tv'
+ 'HerbFargus tronkyfran'
+ 'lilbud flat'
+ 'lilbud flat-dark'
+ 'lilbud minimal'
+ 'lilbud switch'
+ 'lilbud angular'
+ 'FlyingTomahawk futura-V'
+ 'FlyingTomahawk futura-dark-V'
+ 'G-rila fundamental'
+ 'ruckage nes-mini'
+ 'ruckage famicom-mini'
+ 'ruckage snes-mini'
+ 'anthonycaccese crt'
+ 'anthonycaccese crt-centered'
+ 'anthonycaccese art-book'
+ 'anthonycaccese art-book-4-3'
+ 'anthonycaccese art-book-pocket'
+ 'anthonycaccese art-book-micro'
+ 'anthonycaccese tft'
+ 'anthonycaccese picade'
+ 'TMNTturtleguy ComicBook'
+ 'TMNTturtleguy ComicBook_4-3'
+ 'TMNTturtleguy ComicBook_SE-Wheelart'
+ 'TMNTturtleguy ComicBook_4-3_SE-Wheelart'
+ 'ChoccyHobNob cygnus'
+ 'dmmarti steampunk'
+ 'dmmarti hurstyblue'
+ 'dmmarti maximuspie'
+ 'dmmarti showcase'
+ 'dmmarti kidz'
+ 'dmmarti unified'
+ 'dmmarti gamehat'
+ 'rxbrad freeplay'
+ 'rxbrad gbz35'
+ 'rxbrad gbz35-dark'
+ 'garaine marioblue'
+ 'garaine bigwood'
+ 'MrTomixf Royal_Primicia'
+ 'lostless playstation'
+ 'mrharias superdisplay'
+ 'coinjunkie synthwave'
+ 'nickearl retrowave'
+ 'nickearl retrowave_4_3'
+ 'pacdude minijawn'
+ 'RetroHursty69 magazinemadness'
+ 'RetroHursty69 stirling'
+ 'RetroHursty69 boxalloyred'
+ 'RetroHursty69 boxalloyblue'
+ 'RetroHursty69 greenilicious'
+ 'RetroHursty69 retroroid'
+ 'RetroHursty69 merryxmas'
+ 'RetroHursty69 cardcrazy'
+ 'RetroHursty69 license2game'
+ 'RetroHursty69 comiccrazy'
+ 'RetroHursty69 snazzy'
+ 'RetroHursty69 tributeGoT'
+ 'RetroHursty69 tributeSTrek'
+ 'RetroHursty69 tributeSWars'
+ 'RetroHursty69 crisp'
+ 'RetroHursty69 crisp_light'
+ 'RetroHursty69 primo'
+ 'RetroHursty69 primo_light'
+ 'RetroHursty69 back2basics'
+ 'RetroHursty69 retrogamenews'
+ 'RetroHursty69 bluray'
+ 'RetroHursty69 soda'
+ 'RetroHursty69 lightswitch'
+ 'RetroHursty69 darkswitch'
+ 'RetroHursty69 whiteslide'
+ 'RetroHursty69 graffiti'
+ 'RetroHursty69 whitewood'
+ 'RetroHursty69 sublime'
+ 'RetroHursty69 infinity'
+ 'RetroHursty69 neogeo_only'
+ 'RetroHursty69 boxcity'
+ 'RetroHursty69 vertical_arcade'
+ 'RetroHursty69 cabsnazzy'
+ 'RetroHursty69 garfieldism'
+ 'RetroHursty69 halloweenspecial'
+ 'RetroHursty69 heychromey'
+ 'RetroHursty69 homerism'
+ 'RetroHursty69 spaceinvaders'
+ 'RetroHursty69 disenchantment'
+ 'RetroHursty69 minions'
+ 'RetroHursty69 tmnt'
+ 'RetroHursty69 pacman'
+ 'RetroHursty69 dragonballz'
+ 'RetroHursty69 minecraft'
+ 'RetroHursty69 incredibles'
+ 'RetroHursty69 mario_melee'
+ 'RetroHursty69 evilresident'
+ 'RetroHursty69 hurstyspin'
+ 'RetroHursty69 cyber'
+ 'RetroHursty69 supersweet'
+ 'RetroHursty69 donkeykonkey'
+ 'RetroHursty69 snapback'
+ 'RetroHursty69 heman'
+ 'RetroHursty69 pitube'
+ 'RetroHursty69 batmanburton'
+ 'RetroHursty69 NegativeColor'
+ 'RetroHursty69 NegativeSepia'
+ 'RetroHursty69 corg'
+ 'RetroHursty69 mysticorb'
+ 'RetroHursty69 joysticks'
+ 'RetroHursty69 orbpilot'
+ 'RetroHursty69 bitfit'
+ 'RetroHursty69 circuit'
+ 'RetroHursty69 retroboy'
+ 'RetroHursty69 retroboy2'
+ 'RetroHursty69 hurstybluetake2'
+ 'RetroHursty69 fabuloso'
+ 'RetroHursty69 arcade1up_aspectratio54'
+ 'RetroHursty69 supersweet_aspectratio54'
+ 'RetroHursty69 heychromey_aspectratio54'
+ 'RetroHursty69 mariobrosiii'
+ 'RetroHursty69 vertical_limit_verticaltheme'
+ 'RetroHursty69 CapcomColorHorizontal'
+ 'RetroHursty69 CapcomColorSpin'
+ 'RetroHursty69 CapcomColorVertical'
+ 'RetroHursty69 bluesteel'
+ 'RetroHursty69 blueprism'
+ 'RetroHursty69 bluesmooth'
+ 'RetroHursty69 floyd'
+ 'RetroHursty69 floyd_arcade'
+ 'RetroHursty69 floyd_room'
+ 'RetroHursty69 Slick_Bluey'
+ 'RetroHursty69 Slick_Red'
+ 'RetroHursty69 ghostbusters'
+ 'RetroHursty69 realghostbusters'
+ 'RetroHursty69 stirlingness'
+ 'RetroHursty69 marco'
+ 'RetroHursty69 swatch'
+ 'RetroHursty69 meshy'
+ 'RetroHursty69 magazinemadness2'
+ 'RetroHursty69 CosmicRise'
+ 'RetroHursty69 uniflyered'
+ 'Saracade scv720'
+ 'chicueloarcade Chicuelo'
+ 'SuperMagicom nostalgic'
+ 'lipebello retrorama'
+ 'lipebello strangerstuff'
+ 'lipebello spaceoddity'
+ 'lipebello swineapple'
+ 'waweedman pii-wii'
+ 'waweedman Blade-360'
+ 'waweedman Venom'
+ 'waweedman Spider-Man'
+ 'blowfinger77 locomotion'
+ 'justincaseurskynet Arcade1up-5x4-Horizontal'
+ 'KALEL1981 Super-Retroboy'
+ )
+
+
+ while true; do
+ local theme
+ local installed_themes=()
+ local repo
+ local options=()
+ local status=()
+ local default
+
+ local gallerydir="/etc/emulationstation/es-theme-gallery"
+ if [[ -d "$gallerydir" ]]; then
+ status+=("i")
+ options+=(G "View or Update Theme Gallery")
+ else
+ status+=("n")
+ options+=(G "Download Theme Gallery")
+ fi
+
+ options+=(U "Update all installed themes")
+
+ local i=1
+ for theme in "${themes[@]}"; do
+ theme=($theme)
+ repo="${theme[0]}"
+ theme="${theme[1]}"
+ if [[ -d "/etc/emulationstation/themes/$theme" ]]; then
+ status+=("i")
+ options+=("$i" "Update or Uninstall $repo/$theme (installed)")
+ installed_themes+=("$theme $repo")
+ else
+ status+=("n")
+ options+=("$i" "Install $repo/$theme")
+ fi
+ ((i++))
+ done
+ local cmd=(dialog --default-item "$default" --backtitle "$__backtitle" --menu "Choose an option" 22 76 16)
+ local choice=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
+ default="$choice"
+ [[ -z "$choice" ]] && break
+ case "$choice" in
+ G)
+ if [[ "${status[0]}" == "i" ]]; then
+ options=(1 "View Theme Gallery" 2 "Update Theme Gallery" 3 "Remove Theme Gallery")
+ cmd=(dialog --backtitle "$__backtitle" --menu "Choose an option for gallery" 12 40 06)
+ local choice=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
+ case "$choice" in
+ 1)
+ cd "$gallerydir"
+ if isPlatform "x11"; then
+ feh --info "echo %f" --slideshow-delay 6 --fullscreen --auto-zoom --filelist images.list
+ else
+ fbi --timeout 6 --once --autozoom --list images.list
+ fi
+ ;;
+ 2)
+ gitPullOrClone "$gallerydir" "https://github.com/wetriner/es-theme-gallery"
+ ;;
+ 3)
+ if [[ -d "$gallerydir" ]]; then
+ rm -rf "$gallerydir"
+ fi
+ ;;
+ esac
+ else
+ gitPullOrClone "$gallerydir" "http://github.com/wetriner/es-theme-gallery"
+ fi
+ ;;
+ U)
+ for theme in "${installed_themes[@]}"; do
+ theme=($theme)
+ rp_callModule esthemes install_theme "${theme[0]}" "${theme[1]}"
+ done
+ ;;
+ *)
+ theme=(${themes[choice-1]})
+ repo="${theme[0]}"
+ theme="${theme[1]}"
+ if [[ "${status[choice]}" == "i" ]]; then
+ options=(1 "Update $repo/$theme" 2 "Uninstall $repo/$theme")
+ cmd=(dialog --backtitle "$__backtitle" --menu "Choose an option for theme" 12 40 06)
+ local choice=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
+ case "$choice" in
+ 1)
+ rp_callModule esthemes install_theme "$theme" "$repo"
+ ;;
+ 2)
+ rp_callModule esthemes uninstall_theme "$theme"
+ ;;
+ esac
+ else
+ rp_callModule esthemes install_theme "$theme" "$repo"
+ fi
+ ;;
+ esac
+ done
+}
diff --git a/home/pi/RetroPie/retropiemenu/Update RetroPieRGB.sh b/home/pi/RetroPie/retropiemenu/Update RetroPieRGB.sh
new file mode 100755
index 0000000..4246659
--- /dev/null
+++ b/home/pi/RetroPie/retropiemenu/Update RetroPieRGB.sh
@@ -0,0 +1,6 @@
+dir=$(pwd)
+cd /home/pi/RetroPieRGB
+sudo -s git pull origin master
+chmod +x patch.sh
+./patch.sh
+cd $dir
diff --git a/home/pi/RetroPie/retropiemenu/rotate screen.sh b/home/pi/RetroPie/retropiemenu/rotate screen.sh
new file mode 100755
index 0000000..64100ed
--- /dev/null
+++ b/home/pi/RetroPie/retropiemenu/rotate screen.sh
@@ -0,0 +1,33 @@
+#####
+# this scripts rotates screen for emulationstation
+# Author Jochen Zurborg
+# Date : 06.11.2019
+#
+# This script is made for hardware pi2scart and pi2jamma from www.arcadeforge.de
+
+setterm -foreground black -store
+
+killall emulationstation > /dev/null 2>&1
+clear
+
+sleep 1
+
+# params was already fetched
+. /home/pi/rgb_config.sh
+
+
+new_rotate=$(( $es_rotate + 1 ))
+if [ $new_rotate -eq 4 ] ; then
+ new_rotate=0
+fi
+
+#echo "starting emulationstation with rotate $new_rotate"
+#sleep 1
+sudo sed -i "s/^es_rotate.*/es_rotate=$new_rotate/" /boot/config.txt
+
+sed -i "s/^es_rotate.*/es_rotate=$new_rotate/" /home/pi/rgb_config.sh
+
+setterm -foreground white -store
+
+emulationstation --screenrotate $new_rotate
+
diff --git a/.project b/.project
new file mode 100644
index 0000000..2b159f2
--- /dev/null
+++ b/.project
@@ -0,0 +1,11 @@
+
+
+ RetroPieRGB
+
+
+
+
+
+
+
+
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..6dc7da9
--- /dev/null
+++ b/README.md
@@ -0,0 +1,26 @@
+RetroPieRGB
+===========
+
+This project contains scripts for enabling 15Khz RGB for your retro gaming setup with retropie.
+
+It needs the hardware addon pi2scart or pi2jamma to output the proper image on a CRT screen.
+
+Please goto http://www.arcadeforge.de and get this awesome gadget.
+
+
+Installation
+============
+
+Download latest retropie and install it as described on retropie wiki.
+Connect Keyboard.
+Activate wiki.
+In emulationstation press F4 to get cmd shell
+
+Type
+
+git clone https://github.com/arcadeforge/RetroPieRGB
+
+cd RetroPieRGB
+
+sudo ./setup.sh
+
diff --git a/boot/config.txt b/boot/config.txt
new file mode 100755
index 0000000..1860f84
--- /dev/null
+++ b/boot/config.txt
@@ -0,0 +1,73 @@
+# For more options and information see
+# http://rpf.io/configtxt
+# Some settings may impact device functionality. See link above for details
+
+# uncomment if you get no picture on HDMI for a default "safe" mode
+#hdmi_safe=1
+
+# uncomment this if your display has a black border of unused pixels visible
+# and your display can output without overscan
+#disable_overscan=1
+
+# uncomment the following to adjust overscan. Use positive numbers if console
+# goes off screen, and negative if there is too much border
+#overscan_left=16
+#overscan_right=16
+#overscan_top=16
+#overscan_bottom=16
+
+# uncomment to force a console size. By default it will be display's size minus
+# overscan.
+#framebuffer_width=1280
+#framebuffer_height=720
+
+# uncomment if hdmi display is not detected and composite is being output
+#hdmi_force_hotplug=1
+
+# uncomment to force a specific HDMI mode (this will force VGA)
+#hdmi_group=1
+#hdmi_mode=1
+
+# uncomment to force a HDMI mode rather than DVI. This can make audio work in
+# DMT (computer monitor) modes
+#hdmi_drive=2
+
+# uncomment to increase signal to HDMI, if you have interference, blanking, or
+# no display
+#config_hdmi_boost=4
+
+# uncomment for composite PAL
+#sdtv_mode=2
+
+#uncomment to overclock the arm. 700 MHz is the default.
+#arm_freq=800
+
+# Uncomment some or all of these to enable the optional hardware interfaces
+#dtparam=i2c_arm=on
+#dtparam=i2s=on
+#dtparam=spi=on
+
+# Uncomment this to enable the lirc-rpi module
+#dtoverlay=lirc-rpi
+
+disable_splash=1
+disable_audio_dither=1
+
+# Settings for pi2scart and pi2jamma
+
+dtoverlay=vga666
+enable_dpi_lcd=1
+display_default_lcd=1
+dpi_group=2
+dpi_mode=87
+
+hdmi_timings=320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+# Additional overlays and parameters are documented /boot/overlays/README
+
+# Enable audio (loads snd_bcm2835)
+dtparam=audio=on
+gpu_mem_256=128
+gpu_mem_512=256
+gpu_mem_1024=256
+overscan_scale=1
diff --git a/boot/config_highres.txt b/boot/config_highres.txt
new file mode 100644
index 0000000..933ae16
--- /dev/null
+++ b/boot/config_highres.txt
@@ -0,0 +1,103 @@
+# For more options and information see
+# http://rpf.io/configtxtreadme
+# Some settings may impact device functionality. See link above for details
+
+# uncomment if you get no picture on HDMI for a default "safe" mode
+#hdmi_safe=1
+disable_splash=1
+
+# uncomment this if your display has a black border of unused pixels visible
+# and your display can output without overscan
+#disable_overscan=1
+
+# uncomment the following to adjust overscan. Use positive numbers if console
+# goes off screen, and negative if there is too much border
+#overscan_left=16
+#overscan_right=16
+#overscan_top=16
+#overscan_bottom=16
+
+# uncomment to force a console size. By default it will be display's size minus
+# overscan.
+#framebuffer_width=1280
+#framebuffer_height=720
+#resolution for 24inch half size 1920 x 1200
+#framebuffer_width=960
+#framebuffer_height=600
+
+# uncomment if hdmi display is not detected and composite is being output
+#hdmi_force_hotplug=1
+
+# uncomment to force a specific HDMI mode (this will force VGA)
+#hdmi_group=1
+#hdmi_mode=1
+
+# uncomment to force a HDMI mode rather than DVI. This can make audio work in
+# DMT (computer monitor) modes
+#hdmi_drive=2
+
+# uncomment to increase signal to HDMI, if you have interference, blanking, or
+# no display
+#config_hdmi_boost=4
+
+# uncomment for composite PAL
+#sdtv_mode=2
+
+#uncomment to overclock the arm. 700 MHz is the default.
+arm_freq=800
+
+# Uncomment some or all of these to enable the optional hardware interfaces
+#dtparam=i2c_arm=on
+#dtparam=i2s=on
+#dtparam=spi=on
+
+# Uncomment this to enable the lirc-rpi module
+#dtoverlay=lirc-rpi
+
+# Additional overlays and parameters are documented /boot/overlays/README
+
+# Enable audio (loads snd_bcm2835)
+dtparam=audio=on
+#gpu_mem=512
+
+
+disable_audio_dither=1
+#audio_pwm_mode=2
+
+## Aufloesung fest einstellen ##
+################################
+##hdmi auch ohne Monitor im Betrieb
+hdmi_force_hotplug=1
+# DMT Modus aktivieren
+hdmi_group=2
+## Aufloesungen alle 60hz
+# 1024x768
+#hdmi_mode=16
+# 1280x768
+#hdmi_mode=23
+# 1366x768
+#hdmi_mode=81
+# 1920x1080
+#hdmi_mode=82
+# 1280x720p
+#hdmi_mode=85
+# 640x480
+hdmi_mode=4
+# 800x600
+#hdmi_mode=9
+# check with tvservice -s for available resolution of our monitor
+
+# oc settings
+gpu_mem=256
+#gpu_mem_256=128
+#gpu_mem_512=256
+#gpu_mem_1024=256
+#arm_freq=1450
+#gpu_freq=500
+#sdram_freq=550
+#over_voltage=8
+#force_turbo=1
+
+
+
+
diff --git a/boot/config_lowres.txt b/boot/config_lowres.txt
new file mode 100644
index 0000000..c993dcc
--- /dev/null
+++ b/boot/config_lowres.txt
@@ -0,0 +1,47 @@
+# See /boot/overlays/README for all available options
+
+disable_splash=1
+disable_audio_dither=1
+#audio_pwm_mode=2
+dtparam=audio=on
+dtoverlay=vga666
+enable_dpi_lcd=1
+display_default_lcd=1
+dpi_group=2
+dpi_mode=87
+#hdmi_timings=320 1 19 43 36 256 1 2 3 22 0 0 0 60 0 6400000 1 #256p
+
+# to move picture left and right on screen subtract and add values from
+# 3rd and 5th value
+# 16+x and 34-x moves x pixel left or right
+#
+#hdmi_timings=320 1 19 43 36 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+# no overscan but blurry
+#hdmi_timings=320 1 19 43 36 224 1 11 14 15 0 0 0 60 0 6400000 1
+
+hdmi_timings=320 1 19 43 36 240 1 2 6 14 0 0 0 60 0 6400000 1
+
+#hdmi_timings=320 1 19 43 36 240 1 2 10 10 0 0 0 60 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 3 6 17 0 0 0 59 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 5 6 20 0 0 0 58 0 6400000 1
+
+# old hdmi_timings from 2.5.2
+#hdmi_timings=320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+
+
+#framebuffer_width=320
+#framebuffer_height=240
+
+# oc settings
+gpu_mem=256
+#gpu_mem_256=128
+#gpu_mem_512=256
+#gpu_mem_1024=256
+#arm_freq=1450
+#gpu_freq=500
+#sdram_freq=550
+#over_voltage=8
+#force_turbo=1
+
diff --git a/config.txt b/config.txt
new file mode 100755
index 0000000..aedd54a
--- /dev/null
+++ b/config.txt
@@ -0,0 +1,50 @@
+# See /boot/overlays/README for all available options
+
+disable_splash=1
+disable_audio_dither=1
+#audio_pwm_mode=2
+dtparam=audio=on
+dtoverlay=vga666
+enable_dpi_lcd=1
+display_default_lcd=1
+dpi_group=2
+dpi_mode=87
+#hdmi_timings=320 1 19 43 36 256 1 2 3 22 0 0 0 60 0 6400000 1 #256p
+
+# to move picture left and right on screen subtract and add values from
+# 3rd and 5th value
+# 16+x and 34-x moves x pixel left or right
+#
+#hdmi_timings=320 1 19 43 36 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+# no overscan but blurry
+#hdmi_timings=320 1 19 43 36 224 1 11 14 15 0 0 0 60 0 6400000 1
+
+hdmi_timings=320 1 19 43 36 240 1 2 6 14 0 0 0 60 0 6400000 1
+
+#hdmi_timings=320 1 19 43 36 240 1 2 10 10 0 0 0 60 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 3 6 17 0 0 0 59 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 5 6 20 0 0 0 58 0 6400000 1
+
+# old hdmi_timings from 2.5.2
+#hdmi_timings=320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+
+
+#framebuffer_width=320
+#framebuffer_height=240
+
+# oc settings
+gpu_mem=256
+#gpu_mem_256=128
+#gpu_mem_512=256
+#gpu_mem_1024=256
+#arm_freq=1450
+#gpu_freq=500
+#sdram_freq=550
+#over_voltage=8
+#force_turbo=1
+
+es_rotate=1
+pi2jamma=0
+mme4crt_shift=30
diff --git a/etc/emulationstation/themes.sh b/etc/emulationstation/themes.sh
new file mode 100755
index 0000000..ea2d7b6
--- /dev/null
+++ b/etc/emulationstation/themes.sh
@@ -0,0 +1,190 @@
+local themes=(
+ 'arcadeforge push-a'
+ 'arcadeforge push-a-v'
+ 'arcadeforge pixel-heaven'
+ 'arcadeforge pixel-heaven-text'
+ 'arcadeforge 240p_Bubblegum'
+ 'arcadeforge 240p-honey'
+ 'RetroPie carbon'
+ 'RetroPie carbon-centered'
+ 'RetroPie carbon-nometa'
+ 'RetroPie simple'
+ 'RetroPie simple-dark'
+ 'RetroPie clean-look'
+ 'RetroPie color-pi'
+ 'RetroPie nbba'
+ 'RetroPie simplified-static-canela'
+ 'RetroPie turtle-pi'
+ 'RetroPie zoid'
+ 'ehettervik pixel'
+ 'ehettervik pixel-metadata'
+ 'ehettervik pixel-tft'
+ 'ehettervik luminous'
+ 'ehettervik minilumi'
+ 'ehettervik workbench'
+ 'AmadhiX eudora'
+ 'AmadhiX eudora-bigshot'
+ 'AmadhiX eudora-concise'
+ 'InsecureSpike retroplay-clean-canela'
+ 'InsecureSpike retroplay-clean-detail-canela'
+ 'Omnija simpler-turtlepi'
+ 'Omnija simpler-turtlemini'
+ 'Omnija metro'
+ 'lilbud material'
+ 'mattrixk io'
+ 'mattrixk metapixel'
+ 'mattrixk spare'
+ 'robertybob space'
+ 'robertybob simplebigart'
+ 'robertybob tv'
+ 'HerbFargus tronkyfran'
+ 'lilbud flat'
+ 'lilbud flat-dark'
+ 'lilbud minimal'
+ 'lilbud switch'
+ 'lilbud angular'
+ 'FlyingTomahawk futura-V'
+ 'FlyingTomahawk futura-dark-V'
+ 'G-rila fundamental'
+ 'ruckage nes-mini'
+ 'ruckage famicom-mini'
+ 'ruckage snes-mini'
+ 'anthonycaccese crt'
+ 'anthonycaccese crt-centered'
+ 'anthonycaccese art-book'
+ 'anthonycaccese art-book-4-3'
+ 'anthonycaccese art-book-pocket'
+ 'anthonycaccese art-book-micro'
+ 'anthonycaccese tft'
+ 'anthonycaccese picade'
+ 'TMNTturtleguy ComicBook'
+ 'TMNTturtleguy ComicBook_4-3'
+ 'TMNTturtleguy ComicBook_SE-Wheelart'
+ 'TMNTturtleguy ComicBook_4-3_SE-Wheelart'
+ 'ChoccyHobNob cygnus'
+ 'dmmarti steampunk'
+ 'dmmarti hurstyblue'
+ 'dmmarti maximuspie'
+ 'dmmarti showcase'
+ 'dmmarti kidz'
+ 'dmmarti unified'
+ 'dmmarti gamehat'
+ 'rxbrad freeplay'
+ 'rxbrad gbz35'
+ 'rxbrad gbz35-dark'
+ 'garaine marioblue'
+ 'garaine bigwood'
+ 'MrTomixf Royal_Primicia'
+ 'lostless playstation'
+ 'mrharias superdisplay'
+ 'coinjunkie synthwave'
+ 'nickearl retrowave'
+ 'nickearl retrowave_4_3'
+ 'pacdude minijawn'
+ 'RetroHursty69 magazinemadness'
+ 'RetroHursty69 stirling'
+ 'RetroHursty69 boxalloyred'
+ 'RetroHursty69 boxalloyblue'
+ 'RetroHursty69 greenilicious'
+ 'RetroHursty69 retroroid'
+ 'RetroHursty69 merryxmas'
+ 'RetroHursty69 cardcrazy'
+ 'RetroHursty69 license2game'
+ 'RetroHursty69 comiccrazy'
+ 'RetroHursty69 snazzy'
+ 'RetroHursty69 tributeGoT'
+ 'RetroHursty69 tributeSTrek'
+ 'RetroHursty69 tributeSWars'
+ 'RetroHursty69 crisp'
+ 'RetroHursty69 crisp_light'
+ 'RetroHursty69 primo'
+ 'RetroHursty69 primo_light'
+ 'RetroHursty69 back2basics'
+ 'RetroHursty69 retrogamenews'
+ 'RetroHursty69 bluray'
+ 'RetroHursty69 soda'
+ 'RetroHursty69 lightswitch'
+ 'RetroHursty69 darkswitch'
+ 'RetroHursty69 whiteslide'
+ 'RetroHursty69 graffiti'
+ 'RetroHursty69 whitewood'
+ 'RetroHursty69 sublime'
+ 'RetroHursty69 infinity'
+ 'RetroHursty69 neogeo_only'
+ 'RetroHursty69 boxcity'
+ 'RetroHursty69 vertical_arcade'
+ 'RetroHursty69 cabsnazzy'
+ 'RetroHursty69 garfieldism'
+ 'RetroHursty69 halloweenspecial'
+ 'RetroHursty69 heychromey'
+ 'RetroHursty69 homerism'
+ 'RetroHursty69 spaceinvaders'
+ 'RetroHursty69 disenchantment'
+ 'RetroHursty69 minions'
+ 'RetroHursty69 tmnt'
+ 'RetroHursty69 pacman'
+ 'RetroHursty69 dragonballz'
+ 'RetroHursty69 minecraft'
+ 'RetroHursty69 incredibles'
+ 'RetroHursty69 mario_melee'
+ 'RetroHursty69 evilresident'
+ 'RetroHursty69 hurstyspin'
+ 'RetroHursty69 cyber'
+ 'RetroHursty69 supersweet'
+ 'RetroHursty69 donkeykonkey'
+ 'RetroHursty69 snapback'
+ 'RetroHursty69 heman'
+ 'RetroHursty69 pitube'
+ 'RetroHursty69 batmanburton'
+ 'RetroHursty69 NegativeColor'
+ 'RetroHursty69 NegativeSepia'
+ 'RetroHursty69 corg'
+ 'RetroHursty69 mysticorb'
+ 'RetroHursty69 joysticks'
+ 'RetroHursty69 orbpilot'
+ 'RetroHursty69 bitfit'
+ 'RetroHursty69 circuit'
+ 'RetroHursty69 retroboy'
+ 'RetroHursty69 retroboy2'
+ 'RetroHursty69 hurstybluetake2'
+ 'RetroHursty69 fabuloso'
+ 'RetroHursty69 arcade1up_aspectratio54'
+ 'RetroHursty69 supersweet_aspectratio54'
+ 'RetroHursty69 heychromey_aspectratio54'
+ 'RetroHursty69 mariobrosiii'
+ 'RetroHursty69 vertical_limit_verticaltheme'
+ 'RetroHursty69 CapcomColorHorizontal'
+ 'RetroHursty69 CapcomColorSpin'
+ 'RetroHursty69 CapcomColorVertical'
+ 'RetroHursty69 bluesteel'
+ 'RetroHursty69 blueprism'
+ 'RetroHursty69 bluesmooth'
+ 'RetroHursty69 floyd'
+ 'RetroHursty69 floyd_arcade'
+ 'RetroHursty69 floyd_room'
+ 'RetroHursty69 Slick_Bluey'
+ 'RetroHursty69 Slick_Red'
+ 'RetroHursty69 ghostbusters'
+ 'RetroHursty69 realghostbusters'
+ 'RetroHursty69 stirlingness'
+ 'RetroHursty69 marco'
+ 'RetroHursty69 swatch'
+ 'RetroHursty69 meshy'
+ 'RetroHursty69 magazinemadness2'
+ 'RetroHursty69 CosmicRise'
+ 'RetroHursty69 uniflyered'
+ 'Saracade scv720'
+ 'chicueloarcade Chicuelo'
+ 'SuperMagicom nostalgic'
+ 'lipebello retrorama'
+ 'lipebello strangerstuff'
+ 'lipebello spaceoddity'
+ 'lipebello swineapple'
+ 'waweedman pii-wii'
+ 'waweedman Blade-360'
+ 'waweedman Venom'
+ 'waweedman Spider-Man'
+ 'blowfinger77 locomotion'
+ 'justincaseurskynet Arcade1up-5x4-Horizontal'
+ 'KALEL1981 Super-Retroboy'
+ )
diff --git a/etc/pikeyd165.conf b/etc/pikeyd165.conf
new file mode 100644
index 0000000..66d4c6f
--- /dev/null
+++ b/etc/pikeyd165.conf
@@ -0,0 +1,93 @@
+#pikeyd165.conf
+
+#format:
+# {keycode from /usr/include/linux/input.h} {GPIO pin no}
+# Not limited to a single key. A GPIO press will emit all defined keys in order.
+#P = Player; B = Button
+
+# P1B3 L
+KEY_SPACE 0
+# P1B4 B
+KEY_LEFTSHIFT 1
+# P1B5 A
+KEY_Z 2
+# P1B6 R
+KEY_X 3
+# P2B5
+KEY_I 4
+# P2B6
+KEY_K 5
+# P2B4
+KEY_W 6
+# P2B3
+KEY_Q 7
+# P1Left
+KEY_LEFT 8
+# P1Right
+KEY_RIGHT 9
+# P1B1 Y
+#KEY_LEFTCTRL 10
+KEY_ENTER 10
+# P1B2 X
+#KEY_LEFTALT 11
+KEY_BACKSPACE 11
+# P2B2
+KEY_S 12
+# P2B1
+KEY_A 13
+# P2Right
+KEY_G 14
+# P2Left
+KEY_D 15
+# P1Coin
+KEY_5 16
+# P1Start
+KEY_1 17
+# P1Up
+KEY_UP 18
+# P1Down
+KEY_DOWN 19
+# P2Down
+KEY_F 20
+# P2Up
+KEY_R 21
+# P2Start
+KEY_2 22
+# P2Coin
+KEY_6 23
+
+
+#special keys! bits pressed simultaniousley result in specified Key
+#maximum bits == 4
+
+# Service Menu retroarch
+# p1b2 p1start
+KEY_F1 17 11
+
+# Service Menu AdvMame, Mame4all
+# p2start p1b2 p1start
+#KEY_F2 22 11 17
+
+# Settings Mame4all
+# p2start p1b3 p1start
+#KEY_TAB 22 0 17
+
+# Quit Emulator / Game
+# p1start p1b1
+KEY_ESC 10 17
+
+# Coin Player 2
+# p1up p2start
+KEY_6 18 22
+# p2up p2start
+KEY_6 21 22
+
+# Coin Player 1
+# p1up p1start
+KEY_5 18 17
+
+# Menu C64, filter advmame
+# p2start p1b4 p1start
+#KEY_F12 22 1 17
+
+
diff --git a/home/pi/RetroPie-Setup/scriptmodules/supplementary/esthemes.sh b/home/pi/RetroPie-Setup/scriptmodules/supplementary/esthemes.sh
new file mode 100644
index 0000000..c065848
--- /dev/null
+++ b/home/pi/RetroPie-Setup/scriptmodules/supplementary/esthemes.sh
@@ -0,0 +1,337 @@
+#!/usr/bin/env bash
+
+# This file is part of The RetroPie Project
+#
+# The RetroPie Project is the legal property of its developers, whose names are
+# too numerous to list here. Please refer to the COPYRIGHT.md file distributed with this source.
+#
+# See the LICENSE.md file at the top-level directory of this distribution and
+# at https://raw.githubusercontent.com/RetroPie/RetroPie-Setup/master/LICENSE.md
+#
+
+rp_module_id="esthemes"
+rp_module_desc="Install themes for Emulation Station"
+rp_module_section="config"
+
+function depends_esthemes() {
+ if isPlatform "x11"; then
+ getDepends feh
+ else
+ getDepends fbi
+ fi
+}
+
+function install_theme_esthemes() {
+ local theme="$1"
+ local repo="$2"
+ if [[ -z "$repo" ]]; then
+ repo="RetroPie"
+ fi
+ if [[ -z "$theme" ]]; then
+ theme="carbon"
+ repo="RetroPie"
+ fi
+ mkdir -p "/etc/emulationstation/themes"
+ gitPullOrClone "/etc/emulationstation/themes/$theme" "https://github.com/$repo/es-theme-$theme.git"
+}
+
+function uninstall_theme_esthemes() {
+ local theme="$1"
+ if [[ -d "/etc/emulationstation/themes/$theme" ]]; then
+ rm -rf "/etc/emulationstation/themes/$theme"
+ fi
+}
+
+function gui_esthemes() {
+
+# . /etc/emulationstation/themes.sh
+
+local themes=(
+ 'arcadeforge push-a'
+ 'arcadeforge push-a-v'
+ 'arcadeforge pixel-heaven'
+ 'arcadeforge pixel-heaven-text'
+ 'arcadeforge 240p_Bubblegum'
+ 'arcadeforge 240p-honey'
+ 'xovox RetroCRT-240p'
+ 'xovox RetroCRT-240p-Vertical'
+ 'RetroPie carbon'
+ 'RetroPie carbon-centered'
+ 'RetroPie carbon-nometa'
+ 'RetroPie simple'
+ 'RetroPie simple-dark'
+ 'RetroPie clean-look'
+ 'RetroPie color-pi'
+ 'RetroPie nbba'
+ 'RetroPie simplified-static-canela'
+ 'RetroPie turtle-pi'
+ 'RetroPie zoid'
+ 'ehettervik pixel'
+ 'ehettervik pixel-metadata'
+ 'ehettervik pixel-tft'
+ 'ehettervik luminous'
+ 'ehettervik minilumi'
+ 'ehettervik workbench'
+ 'AmadhiX eudora'
+ 'AmadhiX eudora-bigshot'
+ 'AmadhiX eudora-concise'
+ 'InsecureSpike retroplay-clean-canela'
+ 'InsecureSpike retroplay-clean-detail-canela'
+ 'Omnija simpler-turtlepi'
+ 'Omnija simpler-turtlemini'
+ 'Omnija metro'
+ 'lilbud material'
+ 'mattrixk io'
+ 'mattrixk metapixel'
+ 'mattrixk spare'
+ 'robertybob space'
+ 'robertybob simplebigart'
+ 'robertybob tv'
+ 'HerbFargus tronkyfran'
+ 'lilbud flat'
+ 'lilbud flat-dark'
+ 'lilbud minimal'
+ 'lilbud switch'
+ 'lilbud angular'
+ 'FlyingTomahawk futura-V'
+ 'FlyingTomahawk futura-dark-V'
+ 'G-rila fundamental'
+ 'ruckage nes-mini'
+ 'ruckage famicom-mini'
+ 'ruckage snes-mini'
+ 'anthonycaccese crt'
+ 'anthonycaccese crt-centered'
+ 'anthonycaccese art-book'
+ 'anthonycaccese art-book-4-3'
+ 'anthonycaccese art-book-pocket'
+ 'anthonycaccese art-book-micro'
+ 'anthonycaccese tft'
+ 'anthonycaccese picade'
+ 'TMNTturtleguy ComicBook'
+ 'TMNTturtleguy ComicBook_4-3'
+ 'TMNTturtleguy ComicBook_SE-Wheelart'
+ 'TMNTturtleguy ComicBook_4-3_SE-Wheelart'
+ 'ChoccyHobNob cygnus'
+ 'dmmarti steampunk'
+ 'dmmarti hurstyblue'
+ 'dmmarti maximuspie'
+ 'dmmarti showcase'
+ 'dmmarti kidz'
+ 'dmmarti unified'
+ 'dmmarti gamehat'
+ 'rxbrad freeplay'
+ 'rxbrad gbz35'
+ 'rxbrad gbz35-dark'
+ 'garaine marioblue'
+ 'garaine bigwood'
+ 'MrTomixf Royal_Primicia'
+ 'lostless playstation'
+ 'mrharias superdisplay'
+ 'coinjunkie synthwave'
+ 'nickearl retrowave'
+ 'nickearl retrowave_4_3'
+ 'pacdude minijawn'
+ 'RetroHursty69 magazinemadness'
+ 'RetroHursty69 stirling'
+ 'RetroHursty69 boxalloyred'
+ 'RetroHursty69 boxalloyblue'
+ 'RetroHursty69 greenilicious'
+ 'RetroHursty69 retroroid'
+ 'RetroHursty69 merryxmas'
+ 'RetroHursty69 cardcrazy'
+ 'RetroHursty69 license2game'
+ 'RetroHursty69 comiccrazy'
+ 'RetroHursty69 snazzy'
+ 'RetroHursty69 tributeGoT'
+ 'RetroHursty69 tributeSTrek'
+ 'RetroHursty69 tributeSWars'
+ 'RetroHursty69 crisp'
+ 'RetroHursty69 crisp_light'
+ 'RetroHursty69 primo'
+ 'RetroHursty69 primo_light'
+ 'RetroHursty69 back2basics'
+ 'RetroHursty69 retrogamenews'
+ 'RetroHursty69 bluray'
+ 'RetroHursty69 soda'
+ 'RetroHursty69 lightswitch'
+ 'RetroHursty69 darkswitch'
+ 'RetroHursty69 whiteslide'
+ 'RetroHursty69 graffiti'
+ 'RetroHursty69 whitewood'
+ 'RetroHursty69 sublime'
+ 'RetroHursty69 infinity'
+ 'RetroHursty69 neogeo_only'
+ 'RetroHursty69 boxcity'
+ 'RetroHursty69 vertical_arcade'
+ 'RetroHursty69 cabsnazzy'
+ 'RetroHursty69 garfieldism'
+ 'RetroHursty69 halloweenspecial'
+ 'RetroHursty69 heychromey'
+ 'RetroHursty69 homerism'
+ 'RetroHursty69 spaceinvaders'
+ 'RetroHursty69 disenchantment'
+ 'RetroHursty69 minions'
+ 'RetroHursty69 tmnt'
+ 'RetroHursty69 pacman'
+ 'RetroHursty69 dragonballz'
+ 'RetroHursty69 minecraft'
+ 'RetroHursty69 incredibles'
+ 'RetroHursty69 mario_melee'
+ 'RetroHursty69 evilresident'
+ 'RetroHursty69 hurstyspin'
+ 'RetroHursty69 cyber'
+ 'RetroHursty69 supersweet'
+ 'RetroHursty69 donkeykonkey'
+ 'RetroHursty69 snapback'
+ 'RetroHursty69 heman'
+ 'RetroHursty69 pitube'
+ 'RetroHursty69 batmanburton'
+ 'RetroHursty69 NegativeColor'
+ 'RetroHursty69 NegativeSepia'
+ 'RetroHursty69 corg'
+ 'RetroHursty69 mysticorb'
+ 'RetroHursty69 joysticks'
+ 'RetroHursty69 orbpilot'
+ 'RetroHursty69 bitfit'
+ 'RetroHursty69 circuit'
+ 'RetroHursty69 retroboy'
+ 'RetroHursty69 retroboy2'
+ 'RetroHursty69 hurstybluetake2'
+ 'RetroHursty69 fabuloso'
+ 'RetroHursty69 arcade1up_aspectratio54'
+ 'RetroHursty69 supersweet_aspectratio54'
+ 'RetroHursty69 heychromey_aspectratio54'
+ 'RetroHursty69 mariobrosiii'
+ 'RetroHursty69 vertical_limit_verticaltheme'
+ 'RetroHursty69 CapcomColorHorizontal'
+ 'RetroHursty69 CapcomColorSpin'
+ 'RetroHursty69 CapcomColorVertical'
+ 'RetroHursty69 bluesteel'
+ 'RetroHursty69 blueprism'
+ 'RetroHursty69 bluesmooth'
+ 'RetroHursty69 floyd'
+ 'RetroHursty69 floyd_arcade'
+ 'RetroHursty69 floyd_room'
+ 'RetroHursty69 Slick_Bluey'
+ 'RetroHursty69 Slick_Red'
+ 'RetroHursty69 ghostbusters'
+ 'RetroHursty69 realghostbusters'
+ 'RetroHursty69 stirlingness'
+ 'RetroHursty69 marco'
+ 'RetroHursty69 swatch'
+ 'RetroHursty69 meshy'
+ 'RetroHursty69 magazinemadness2'
+ 'RetroHursty69 CosmicRise'
+ 'RetroHursty69 uniflyered'
+ 'Saracade scv720'
+ 'chicueloarcade Chicuelo'
+ 'SuperMagicom nostalgic'
+ 'lipebello retrorama'
+ 'lipebello strangerstuff'
+ 'lipebello spaceoddity'
+ 'lipebello swineapple'
+ 'waweedman pii-wii'
+ 'waweedman Blade-360'
+ 'waweedman Venom'
+ 'waweedman Spider-Man'
+ 'blowfinger77 locomotion'
+ 'justincaseurskynet Arcade1up-5x4-Horizontal'
+ 'KALEL1981 Super-Retroboy'
+ )
+
+
+ while true; do
+ local theme
+ local installed_themes=()
+ local repo
+ local options=()
+ local status=()
+ local default
+
+ local gallerydir="/etc/emulationstation/es-theme-gallery"
+ if [[ -d "$gallerydir" ]]; then
+ status+=("i")
+ options+=(G "View or Update Theme Gallery")
+ else
+ status+=("n")
+ options+=(G "Download Theme Gallery")
+ fi
+
+ options+=(U "Update all installed themes")
+
+ local i=1
+ for theme in "${themes[@]}"; do
+ theme=($theme)
+ repo="${theme[0]}"
+ theme="${theme[1]}"
+ if [[ -d "/etc/emulationstation/themes/$theme" ]]; then
+ status+=("i")
+ options+=("$i" "Update or Uninstall $repo/$theme (installed)")
+ installed_themes+=("$theme $repo")
+ else
+ status+=("n")
+ options+=("$i" "Install $repo/$theme")
+ fi
+ ((i++))
+ done
+ local cmd=(dialog --default-item "$default" --backtitle "$__backtitle" --menu "Choose an option" 22 76 16)
+ local choice=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
+ default="$choice"
+ [[ -z "$choice" ]] && break
+ case "$choice" in
+ G)
+ if [[ "${status[0]}" == "i" ]]; then
+ options=(1 "View Theme Gallery" 2 "Update Theme Gallery" 3 "Remove Theme Gallery")
+ cmd=(dialog --backtitle "$__backtitle" --menu "Choose an option for gallery" 12 40 06)
+ local choice=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
+ case "$choice" in
+ 1)
+ cd "$gallerydir"
+ if isPlatform "x11"; then
+ feh --info "echo %f" --slideshow-delay 6 --fullscreen --auto-zoom --filelist images.list
+ else
+ fbi --timeout 6 --once --autozoom --list images.list
+ fi
+ ;;
+ 2)
+ gitPullOrClone "$gallerydir" "https://github.com/wetriner/es-theme-gallery"
+ ;;
+ 3)
+ if [[ -d "$gallerydir" ]]; then
+ rm -rf "$gallerydir"
+ fi
+ ;;
+ esac
+ else
+ gitPullOrClone "$gallerydir" "http://github.com/wetriner/es-theme-gallery"
+ fi
+ ;;
+ U)
+ for theme in "${installed_themes[@]}"; do
+ theme=($theme)
+ rp_callModule esthemes install_theme "${theme[0]}" "${theme[1]}"
+ done
+ ;;
+ *)
+ theme=(${themes[choice-1]})
+ repo="${theme[0]}"
+ theme="${theme[1]}"
+ if [[ "${status[choice]}" == "i" ]]; then
+ options=(1 "Update $repo/$theme" 2 "Uninstall $repo/$theme")
+ cmd=(dialog --backtitle "$__backtitle" --menu "Choose an option for theme" 12 40 06)
+ local choice=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
+ case "$choice" in
+ 1)
+ rp_callModule esthemes install_theme "$theme" "$repo"
+ ;;
+ 2)
+ rp_callModule esthemes uninstall_theme "$theme"
+ ;;
+ esac
+ else
+ rp_callModule esthemes install_theme "$theme" "$repo"
+ fi
+ ;;
+ esac
+ done
+}
diff --git a/home/pi/RetroPie/retropiemenu/Update RetroPieRGB.sh b/home/pi/RetroPie/retropiemenu/Update RetroPieRGB.sh
new file mode 100755
index 0000000..4246659
--- /dev/null
+++ b/home/pi/RetroPie/retropiemenu/Update RetroPieRGB.sh
@@ -0,0 +1,6 @@
+dir=$(pwd)
+cd /home/pi/RetroPieRGB
+sudo -s git pull origin master
+chmod +x patch.sh
+./patch.sh
+cd $dir
diff --git a/home/pi/RetroPie/retropiemenu/rotate screen.sh b/home/pi/RetroPie/retropiemenu/rotate screen.sh
new file mode 100755
index 0000000..64100ed
--- /dev/null
+++ b/home/pi/RetroPie/retropiemenu/rotate screen.sh
@@ -0,0 +1,33 @@
+#####
+# this scripts rotates screen for emulationstation
+# Author Jochen Zurborg
+# Date : 06.11.2019
+#
+# This script is made for hardware pi2scart and pi2jamma from www.arcadeforge.de
+
+setterm -foreground black -store
+
+killall emulationstation > /dev/null 2>&1
+clear
+
+sleep 1
+
+# params was already fetched
+. /home/pi/rgb_config.sh
+
+
+new_rotate=$(( $es_rotate + 1 ))
+if [ $new_rotate -eq 4 ] ; then
+ new_rotate=0
+fi
+
+#echo "starting emulationstation with rotate $new_rotate"
+#sleep 1
+sudo sed -i "s/^es_rotate.*/es_rotate=$new_rotate/" /boot/config.txt
+
+sed -i "s/^es_rotate.*/es_rotate=$new_rotate/" /home/pi/rgb_config.sh
+
+setterm -foreground white -store
+
+emulationstation --screenrotate $new_rotate
+
diff --git a/home/pi/rgb_default_config.sh b/home/pi/rgb_default_config.sh
new file mode 100644
index 0000000..fa11f33
--- /dev/null
+++ b/home/pi/rgb_default_config.sh
@@ -0,0 +1,4 @@
+es_rotate=0
+pi2jamma=0
+rgb_screen_shift=-15
+rgb_screen_width=2
diff --git a/.project b/.project
new file mode 100644
index 0000000..2b159f2
--- /dev/null
+++ b/.project
@@ -0,0 +1,11 @@
+
+
+ RetroPieRGB
+
+
+
+
+
+
+
+
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..6dc7da9
--- /dev/null
+++ b/README.md
@@ -0,0 +1,26 @@
+RetroPieRGB
+===========
+
+This project contains scripts for enabling 15Khz RGB for your retro gaming setup with retropie.
+
+It needs the hardware addon pi2scart or pi2jamma to output the proper image on a CRT screen.
+
+Please goto http://www.arcadeforge.de and get this awesome gadget.
+
+
+Installation
+============
+
+Download latest retropie and install it as described on retropie wiki.
+Connect Keyboard.
+Activate wiki.
+In emulationstation press F4 to get cmd shell
+
+Type
+
+git clone https://github.com/arcadeforge/RetroPieRGB
+
+cd RetroPieRGB
+
+sudo ./setup.sh
+
diff --git a/boot/config.txt b/boot/config.txt
new file mode 100755
index 0000000..1860f84
--- /dev/null
+++ b/boot/config.txt
@@ -0,0 +1,73 @@
+# For more options and information see
+# http://rpf.io/configtxt
+# Some settings may impact device functionality. See link above for details
+
+# uncomment if you get no picture on HDMI for a default "safe" mode
+#hdmi_safe=1
+
+# uncomment this if your display has a black border of unused pixels visible
+# and your display can output without overscan
+#disable_overscan=1
+
+# uncomment the following to adjust overscan. Use positive numbers if console
+# goes off screen, and negative if there is too much border
+#overscan_left=16
+#overscan_right=16
+#overscan_top=16
+#overscan_bottom=16
+
+# uncomment to force a console size. By default it will be display's size minus
+# overscan.
+#framebuffer_width=1280
+#framebuffer_height=720
+
+# uncomment if hdmi display is not detected and composite is being output
+#hdmi_force_hotplug=1
+
+# uncomment to force a specific HDMI mode (this will force VGA)
+#hdmi_group=1
+#hdmi_mode=1
+
+# uncomment to force a HDMI mode rather than DVI. This can make audio work in
+# DMT (computer monitor) modes
+#hdmi_drive=2
+
+# uncomment to increase signal to HDMI, if you have interference, blanking, or
+# no display
+#config_hdmi_boost=4
+
+# uncomment for composite PAL
+#sdtv_mode=2
+
+#uncomment to overclock the arm. 700 MHz is the default.
+#arm_freq=800
+
+# Uncomment some or all of these to enable the optional hardware interfaces
+#dtparam=i2c_arm=on
+#dtparam=i2s=on
+#dtparam=spi=on
+
+# Uncomment this to enable the lirc-rpi module
+#dtoverlay=lirc-rpi
+
+disable_splash=1
+disable_audio_dither=1
+
+# Settings for pi2scart and pi2jamma
+
+dtoverlay=vga666
+enable_dpi_lcd=1
+display_default_lcd=1
+dpi_group=2
+dpi_mode=87
+
+hdmi_timings=320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+# Additional overlays and parameters are documented /boot/overlays/README
+
+# Enable audio (loads snd_bcm2835)
+dtparam=audio=on
+gpu_mem_256=128
+gpu_mem_512=256
+gpu_mem_1024=256
+overscan_scale=1
diff --git a/boot/config_highres.txt b/boot/config_highres.txt
new file mode 100644
index 0000000..933ae16
--- /dev/null
+++ b/boot/config_highres.txt
@@ -0,0 +1,103 @@
+# For more options and information see
+# http://rpf.io/configtxtreadme
+# Some settings may impact device functionality. See link above for details
+
+# uncomment if you get no picture on HDMI for a default "safe" mode
+#hdmi_safe=1
+disable_splash=1
+
+# uncomment this if your display has a black border of unused pixels visible
+# and your display can output without overscan
+#disable_overscan=1
+
+# uncomment the following to adjust overscan. Use positive numbers if console
+# goes off screen, and negative if there is too much border
+#overscan_left=16
+#overscan_right=16
+#overscan_top=16
+#overscan_bottom=16
+
+# uncomment to force a console size. By default it will be display's size minus
+# overscan.
+#framebuffer_width=1280
+#framebuffer_height=720
+#resolution for 24inch half size 1920 x 1200
+#framebuffer_width=960
+#framebuffer_height=600
+
+# uncomment if hdmi display is not detected and composite is being output
+#hdmi_force_hotplug=1
+
+# uncomment to force a specific HDMI mode (this will force VGA)
+#hdmi_group=1
+#hdmi_mode=1
+
+# uncomment to force a HDMI mode rather than DVI. This can make audio work in
+# DMT (computer monitor) modes
+#hdmi_drive=2
+
+# uncomment to increase signal to HDMI, if you have interference, blanking, or
+# no display
+#config_hdmi_boost=4
+
+# uncomment for composite PAL
+#sdtv_mode=2
+
+#uncomment to overclock the arm. 700 MHz is the default.
+arm_freq=800
+
+# Uncomment some or all of these to enable the optional hardware interfaces
+#dtparam=i2c_arm=on
+#dtparam=i2s=on
+#dtparam=spi=on
+
+# Uncomment this to enable the lirc-rpi module
+#dtoverlay=lirc-rpi
+
+# Additional overlays and parameters are documented /boot/overlays/README
+
+# Enable audio (loads snd_bcm2835)
+dtparam=audio=on
+#gpu_mem=512
+
+
+disable_audio_dither=1
+#audio_pwm_mode=2
+
+## Aufloesung fest einstellen ##
+################################
+##hdmi auch ohne Monitor im Betrieb
+hdmi_force_hotplug=1
+# DMT Modus aktivieren
+hdmi_group=2
+## Aufloesungen alle 60hz
+# 1024x768
+#hdmi_mode=16
+# 1280x768
+#hdmi_mode=23
+# 1366x768
+#hdmi_mode=81
+# 1920x1080
+#hdmi_mode=82
+# 1280x720p
+#hdmi_mode=85
+# 640x480
+hdmi_mode=4
+# 800x600
+#hdmi_mode=9
+# check with tvservice -s for available resolution of our monitor
+
+# oc settings
+gpu_mem=256
+#gpu_mem_256=128
+#gpu_mem_512=256
+#gpu_mem_1024=256
+#arm_freq=1450
+#gpu_freq=500
+#sdram_freq=550
+#over_voltage=8
+#force_turbo=1
+
+
+
+
diff --git a/boot/config_lowres.txt b/boot/config_lowres.txt
new file mode 100644
index 0000000..c993dcc
--- /dev/null
+++ b/boot/config_lowres.txt
@@ -0,0 +1,47 @@
+# See /boot/overlays/README for all available options
+
+disable_splash=1
+disable_audio_dither=1
+#audio_pwm_mode=2
+dtparam=audio=on
+dtoverlay=vga666
+enable_dpi_lcd=1
+display_default_lcd=1
+dpi_group=2
+dpi_mode=87
+#hdmi_timings=320 1 19 43 36 256 1 2 3 22 0 0 0 60 0 6400000 1 #256p
+
+# to move picture left and right on screen subtract and add values from
+# 3rd and 5th value
+# 16+x and 34-x moves x pixel left or right
+#
+#hdmi_timings=320 1 19 43 36 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+# no overscan but blurry
+#hdmi_timings=320 1 19 43 36 224 1 11 14 15 0 0 0 60 0 6400000 1
+
+hdmi_timings=320 1 19 43 36 240 1 2 6 14 0 0 0 60 0 6400000 1
+
+#hdmi_timings=320 1 19 43 36 240 1 2 10 10 0 0 0 60 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 3 6 17 0 0 0 59 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 5 6 20 0 0 0 58 0 6400000 1
+
+# old hdmi_timings from 2.5.2
+#hdmi_timings=320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+
+
+#framebuffer_width=320
+#framebuffer_height=240
+
+# oc settings
+gpu_mem=256
+#gpu_mem_256=128
+#gpu_mem_512=256
+#gpu_mem_1024=256
+#arm_freq=1450
+#gpu_freq=500
+#sdram_freq=550
+#over_voltage=8
+#force_turbo=1
+
diff --git a/config.txt b/config.txt
new file mode 100755
index 0000000..aedd54a
--- /dev/null
+++ b/config.txt
@@ -0,0 +1,50 @@
+# See /boot/overlays/README for all available options
+
+disable_splash=1
+disable_audio_dither=1
+#audio_pwm_mode=2
+dtparam=audio=on
+dtoverlay=vga666
+enable_dpi_lcd=1
+display_default_lcd=1
+dpi_group=2
+dpi_mode=87
+#hdmi_timings=320 1 19 43 36 256 1 2 3 22 0 0 0 60 0 6400000 1 #256p
+
+# to move picture left and right on screen subtract and add values from
+# 3rd and 5th value
+# 16+x and 34-x moves x pixel left or right
+#
+#hdmi_timings=320 1 19 43 36 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+# no overscan but blurry
+#hdmi_timings=320 1 19 43 36 224 1 11 14 15 0 0 0 60 0 6400000 1
+
+hdmi_timings=320 1 19 43 36 240 1 2 6 14 0 0 0 60 0 6400000 1
+
+#hdmi_timings=320 1 19 43 36 240 1 2 10 10 0 0 0 60 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 3 6 17 0 0 0 59 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 5 6 20 0 0 0 58 0 6400000 1
+
+# old hdmi_timings from 2.5.2
+#hdmi_timings=320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+
+
+#framebuffer_width=320
+#framebuffer_height=240
+
+# oc settings
+gpu_mem=256
+#gpu_mem_256=128
+#gpu_mem_512=256
+#gpu_mem_1024=256
+#arm_freq=1450
+#gpu_freq=500
+#sdram_freq=550
+#over_voltage=8
+#force_turbo=1
+
+es_rotate=1
+pi2jamma=0
+mme4crt_shift=30
diff --git a/etc/emulationstation/themes.sh b/etc/emulationstation/themes.sh
new file mode 100755
index 0000000..ea2d7b6
--- /dev/null
+++ b/etc/emulationstation/themes.sh
@@ -0,0 +1,190 @@
+local themes=(
+ 'arcadeforge push-a'
+ 'arcadeforge push-a-v'
+ 'arcadeforge pixel-heaven'
+ 'arcadeforge pixel-heaven-text'
+ 'arcadeforge 240p_Bubblegum'
+ 'arcadeforge 240p-honey'
+ 'RetroPie carbon'
+ 'RetroPie carbon-centered'
+ 'RetroPie carbon-nometa'
+ 'RetroPie simple'
+ 'RetroPie simple-dark'
+ 'RetroPie clean-look'
+ 'RetroPie color-pi'
+ 'RetroPie nbba'
+ 'RetroPie simplified-static-canela'
+ 'RetroPie turtle-pi'
+ 'RetroPie zoid'
+ 'ehettervik pixel'
+ 'ehettervik pixel-metadata'
+ 'ehettervik pixel-tft'
+ 'ehettervik luminous'
+ 'ehettervik minilumi'
+ 'ehettervik workbench'
+ 'AmadhiX eudora'
+ 'AmadhiX eudora-bigshot'
+ 'AmadhiX eudora-concise'
+ 'InsecureSpike retroplay-clean-canela'
+ 'InsecureSpike retroplay-clean-detail-canela'
+ 'Omnija simpler-turtlepi'
+ 'Omnija simpler-turtlemini'
+ 'Omnija metro'
+ 'lilbud material'
+ 'mattrixk io'
+ 'mattrixk metapixel'
+ 'mattrixk spare'
+ 'robertybob space'
+ 'robertybob simplebigart'
+ 'robertybob tv'
+ 'HerbFargus tronkyfran'
+ 'lilbud flat'
+ 'lilbud flat-dark'
+ 'lilbud minimal'
+ 'lilbud switch'
+ 'lilbud angular'
+ 'FlyingTomahawk futura-V'
+ 'FlyingTomahawk futura-dark-V'
+ 'G-rila fundamental'
+ 'ruckage nes-mini'
+ 'ruckage famicom-mini'
+ 'ruckage snes-mini'
+ 'anthonycaccese crt'
+ 'anthonycaccese crt-centered'
+ 'anthonycaccese art-book'
+ 'anthonycaccese art-book-4-3'
+ 'anthonycaccese art-book-pocket'
+ 'anthonycaccese art-book-micro'
+ 'anthonycaccese tft'
+ 'anthonycaccese picade'
+ 'TMNTturtleguy ComicBook'
+ 'TMNTturtleguy ComicBook_4-3'
+ 'TMNTturtleguy ComicBook_SE-Wheelart'
+ 'TMNTturtleguy ComicBook_4-3_SE-Wheelart'
+ 'ChoccyHobNob cygnus'
+ 'dmmarti steampunk'
+ 'dmmarti hurstyblue'
+ 'dmmarti maximuspie'
+ 'dmmarti showcase'
+ 'dmmarti kidz'
+ 'dmmarti unified'
+ 'dmmarti gamehat'
+ 'rxbrad freeplay'
+ 'rxbrad gbz35'
+ 'rxbrad gbz35-dark'
+ 'garaine marioblue'
+ 'garaine bigwood'
+ 'MrTomixf Royal_Primicia'
+ 'lostless playstation'
+ 'mrharias superdisplay'
+ 'coinjunkie synthwave'
+ 'nickearl retrowave'
+ 'nickearl retrowave_4_3'
+ 'pacdude minijawn'
+ 'RetroHursty69 magazinemadness'
+ 'RetroHursty69 stirling'
+ 'RetroHursty69 boxalloyred'
+ 'RetroHursty69 boxalloyblue'
+ 'RetroHursty69 greenilicious'
+ 'RetroHursty69 retroroid'
+ 'RetroHursty69 merryxmas'
+ 'RetroHursty69 cardcrazy'
+ 'RetroHursty69 license2game'
+ 'RetroHursty69 comiccrazy'
+ 'RetroHursty69 snazzy'
+ 'RetroHursty69 tributeGoT'
+ 'RetroHursty69 tributeSTrek'
+ 'RetroHursty69 tributeSWars'
+ 'RetroHursty69 crisp'
+ 'RetroHursty69 crisp_light'
+ 'RetroHursty69 primo'
+ 'RetroHursty69 primo_light'
+ 'RetroHursty69 back2basics'
+ 'RetroHursty69 retrogamenews'
+ 'RetroHursty69 bluray'
+ 'RetroHursty69 soda'
+ 'RetroHursty69 lightswitch'
+ 'RetroHursty69 darkswitch'
+ 'RetroHursty69 whiteslide'
+ 'RetroHursty69 graffiti'
+ 'RetroHursty69 whitewood'
+ 'RetroHursty69 sublime'
+ 'RetroHursty69 infinity'
+ 'RetroHursty69 neogeo_only'
+ 'RetroHursty69 boxcity'
+ 'RetroHursty69 vertical_arcade'
+ 'RetroHursty69 cabsnazzy'
+ 'RetroHursty69 garfieldism'
+ 'RetroHursty69 halloweenspecial'
+ 'RetroHursty69 heychromey'
+ 'RetroHursty69 homerism'
+ 'RetroHursty69 spaceinvaders'
+ 'RetroHursty69 disenchantment'
+ 'RetroHursty69 minions'
+ 'RetroHursty69 tmnt'
+ 'RetroHursty69 pacman'
+ 'RetroHursty69 dragonballz'
+ 'RetroHursty69 minecraft'
+ 'RetroHursty69 incredibles'
+ 'RetroHursty69 mario_melee'
+ 'RetroHursty69 evilresident'
+ 'RetroHursty69 hurstyspin'
+ 'RetroHursty69 cyber'
+ 'RetroHursty69 supersweet'
+ 'RetroHursty69 donkeykonkey'
+ 'RetroHursty69 snapback'
+ 'RetroHursty69 heman'
+ 'RetroHursty69 pitube'
+ 'RetroHursty69 batmanburton'
+ 'RetroHursty69 NegativeColor'
+ 'RetroHursty69 NegativeSepia'
+ 'RetroHursty69 corg'
+ 'RetroHursty69 mysticorb'
+ 'RetroHursty69 joysticks'
+ 'RetroHursty69 orbpilot'
+ 'RetroHursty69 bitfit'
+ 'RetroHursty69 circuit'
+ 'RetroHursty69 retroboy'
+ 'RetroHursty69 retroboy2'
+ 'RetroHursty69 hurstybluetake2'
+ 'RetroHursty69 fabuloso'
+ 'RetroHursty69 arcade1up_aspectratio54'
+ 'RetroHursty69 supersweet_aspectratio54'
+ 'RetroHursty69 heychromey_aspectratio54'
+ 'RetroHursty69 mariobrosiii'
+ 'RetroHursty69 vertical_limit_verticaltheme'
+ 'RetroHursty69 CapcomColorHorizontal'
+ 'RetroHursty69 CapcomColorSpin'
+ 'RetroHursty69 CapcomColorVertical'
+ 'RetroHursty69 bluesteel'
+ 'RetroHursty69 blueprism'
+ 'RetroHursty69 bluesmooth'
+ 'RetroHursty69 floyd'
+ 'RetroHursty69 floyd_arcade'
+ 'RetroHursty69 floyd_room'
+ 'RetroHursty69 Slick_Bluey'
+ 'RetroHursty69 Slick_Red'
+ 'RetroHursty69 ghostbusters'
+ 'RetroHursty69 realghostbusters'
+ 'RetroHursty69 stirlingness'
+ 'RetroHursty69 marco'
+ 'RetroHursty69 swatch'
+ 'RetroHursty69 meshy'
+ 'RetroHursty69 magazinemadness2'
+ 'RetroHursty69 CosmicRise'
+ 'RetroHursty69 uniflyered'
+ 'Saracade scv720'
+ 'chicueloarcade Chicuelo'
+ 'SuperMagicom nostalgic'
+ 'lipebello retrorama'
+ 'lipebello strangerstuff'
+ 'lipebello spaceoddity'
+ 'lipebello swineapple'
+ 'waweedman pii-wii'
+ 'waweedman Blade-360'
+ 'waweedman Venom'
+ 'waweedman Spider-Man'
+ 'blowfinger77 locomotion'
+ 'justincaseurskynet Arcade1up-5x4-Horizontal'
+ 'KALEL1981 Super-Retroboy'
+ )
diff --git a/etc/pikeyd165.conf b/etc/pikeyd165.conf
new file mode 100644
index 0000000..66d4c6f
--- /dev/null
+++ b/etc/pikeyd165.conf
@@ -0,0 +1,93 @@
+#pikeyd165.conf
+
+#format:
+# {keycode from /usr/include/linux/input.h} {GPIO pin no}
+# Not limited to a single key. A GPIO press will emit all defined keys in order.
+#P = Player; B = Button
+
+# P1B3 L
+KEY_SPACE 0
+# P1B4 B
+KEY_LEFTSHIFT 1
+# P1B5 A
+KEY_Z 2
+# P1B6 R
+KEY_X 3
+# P2B5
+KEY_I 4
+# P2B6
+KEY_K 5
+# P2B4
+KEY_W 6
+# P2B3
+KEY_Q 7
+# P1Left
+KEY_LEFT 8
+# P1Right
+KEY_RIGHT 9
+# P1B1 Y
+#KEY_LEFTCTRL 10
+KEY_ENTER 10
+# P1B2 X
+#KEY_LEFTALT 11
+KEY_BACKSPACE 11
+# P2B2
+KEY_S 12
+# P2B1
+KEY_A 13
+# P2Right
+KEY_G 14
+# P2Left
+KEY_D 15
+# P1Coin
+KEY_5 16
+# P1Start
+KEY_1 17
+# P1Up
+KEY_UP 18
+# P1Down
+KEY_DOWN 19
+# P2Down
+KEY_F 20
+# P2Up
+KEY_R 21
+# P2Start
+KEY_2 22
+# P2Coin
+KEY_6 23
+
+
+#special keys! bits pressed simultaniousley result in specified Key
+#maximum bits == 4
+
+# Service Menu retroarch
+# p1b2 p1start
+KEY_F1 17 11
+
+# Service Menu AdvMame, Mame4all
+# p2start p1b2 p1start
+#KEY_F2 22 11 17
+
+# Settings Mame4all
+# p2start p1b3 p1start
+#KEY_TAB 22 0 17
+
+# Quit Emulator / Game
+# p1start p1b1
+KEY_ESC 10 17
+
+# Coin Player 2
+# p1up p2start
+KEY_6 18 22
+# p2up p2start
+KEY_6 21 22
+
+# Coin Player 1
+# p1up p1start
+KEY_5 18 17
+
+# Menu C64, filter advmame
+# p2start p1b4 p1start
+#KEY_F12 22 1 17
+
+
diff --git a/home/pi/RetroPie-Setup/scriptmodules/supplementary/esthemes.sh b/home/pi/RetroPie-Setup/scriptmodules/supplementary/esthemes.sh
new file mode 100644
index 0000000..c065848
--- /dev/null
+++ b/home/pi/RetroPie-Setup/scriptmodules/supplementary/esthemes.sh
@@ -0,0 +1,337 @@
+#!/usr/bin/env bash
+
+# This file is part of The RetroPie Project
+#
+# The RetroPie Project is the legal property of its developers, whose names are
+# too numerous to list here. Please refer to the COPYRIGHT.md file distributed with this source.
+#
+# See the LICENSE.md file at the top-level directory of this distribution and
+# at https://raw.githubusercontent.com/RetroPie/RetroPie-Setup/master/LICENSE.md
+#
+
+rp_module_id="esthemes"
+rp_module_desc="Install themes for Emulation Station"
+rp_module_section="config"
+
+function depends_esthemes() {
+ if isPlatform "x11"; then
+ getDepends feh
+ else
+ getDepends fbi
+ fi
+}
+
+function install_theme_esthemes() {
+ local theme="$1"
+ local repo="$2"
+ if [[ -z "$repo" ]]; then
+ repo="RetroPie"
+ fi
+ if [[ -z "$theme" ]]; then
+ theme="carbon"
+ repo="RetroPie"
+ fi
+ mkdir -p "/etc/emulationstation/themes"
+ gitPullOrClone "/etc/emulationstation/themes/$theme" "https://github.com/$repo/es-theme-$theme.git"
+}
+
+function uninstall_theme_esthemes() {
+ local theme="$1"
+ if [[ -d "/etc/emulationstation/themes/$theme" ]]; then
+ rm -rf "/etc/emulationstation/themes/$theme"
+ fi
+}
+
+function gui_esthemes() {
+
+# . /etc/emulationstation/themes.sh
+
+local themes=(
+ 'arcadeforge push-a'
+ 'arcadeforge push-a-v'
+ 'arcadeforge pixel-heaven'
+ 'arcadeforge pixel-heaven-text'
+ 'arcadeforge 240p_Bubblegum'
+ 'arcadeforge 240p-honey'
+ 'xovox RetroCRT-240p'
+ 'xovox RetroCRT-240p-Vertical'
+ 'RetroPie carbon'
+ 'RetroPie carbon-centered'
+ 'RetroPie carbon-nometa'
+ 'RetroPie simple'
+ 'RetroPie simple-dark'
+ 'RetroPie clean-look'
+ 'RetroPie color-pi'
+ 'RetroPie nbba'
+ 'RetroPie simplified-static-canela'
+ 'RetroPie turtle-pi'
+ 'RetroPie zoid'
+ 'ehettervik pixel'
+ 'ehettervik pixel-metadata'
+ 'ehettervik pixel-tft'
+ 'ehettervik luminous'
+ 'ehettervik minilumi'
+ 'ehettervik workbench'
+ 'AmadhiX eudora'
+ 'AmadhiX eudora-bigshot'
+ 'AmadhiX eudora-concise'
+ 'InsecureSpike retroplay-clean-canela'
+ 'InsecureSpike retroplay-clean-detail-canela'
+ 'Omnija simpler-turtlepi'
+ 'Omnija simpler-turtlemini'
+ 'Omnija metro'
+ 'lilbud material'
+ 'mattrixk io'
+ 'mattrixk metapixel'
+ 'mattrixk spare'
+ 'robertybob space'
+ 'robertybob simplebigart'
+ 'robertybob tv'
+ 'HerbFargus tronkyfran'
+ 'lilbud flat'
+ 'lilbud flat-dark'
+ 'lilbud minimal'
+ 'lilbud switch'
+ 'lilbud angular'
+ 'FlyingTomahawk futura-V'
+ 'FlyingTomahawk futura-dark-V'
+ 'G-rila fundamental'
+ 'ruckage nes-mini'
+ 'ruckage famicom-mini'
+ 'ruckage snes-mini'
+ 'anthonycaccese crt'
+ 'anthonycaccese crt-centered'
+ 'anthonycaccese art-book'
+ 'anthonycaccese art-book-4-3'
+ 'anthonycaccese art-book-pocket'
+ 'anthonycaccese art-book-micro'
+ 'anthonycaccese tft'
+ 'anthonycaccese picade'
+ 'TMNTturtleguy ComicBook'
+ 'TMNTturtleguy ComicBook_4-3'
+ 'TMNTturtleguy ComicBook_SE-Wheelart'
+ 'TMNTturtleguy ComicBook_4-3_SE-Wheelart'
+ 'ChoccyHobNob cygnus'
+ 'dmmarti steampunk'
+ 'dmmarti hurstyblue'
+ 'dmmarti maximuspie'
+ 'dmmarti showcase'
+ 'dmmarti kidz'
+ 'dmmarti unified'
+ 'dmmarti gamehat'
+ 'rxbrad freeplay'
+ 'rxbrad gbz35'
+ 'rxbrad gbz35-dark'
+ 'garaine marioblue'
+ 'garaine bigwood'
+ 'MrTomixf Royal_Primicia'
+ 'lostless playstation'
+ 'mrharias superdisplay'
+ 'coinjunkie synthwave'
+ 'nickearl retrowave'
+ 'nickearl retrowave_4_3'
+ 'pacdude minijawn'
+ 'RetroHursty69 magazinemadness'
+ 'RetroHursty69 stirling'
+ 'RetroHursty69 boxalloyred'
+ 'RetroHursty69 boxalloyblue'
+ 'RetroHursty69 greenilicious'
+ 'RetroHursty69 retroroid'
+ 'RetroHursty69 merryxmas'
+ 'RetroHursty69 cardcrazy'
+ 'RetroHursty69 license2game'
+ 'RetroHursty69 comiccrazy'
+ 'RetroHursty69 snazzy'
+ 'RetroHursty69 tributeGoT'
+ 'RetroHursty69 tributeSTrek'
+ 'RetroHursty69 tributeSWars'
+ 'RetroHursty69 crisp'
+ 'RetroHursty69 crisp_light'
+ 'RetroHursty69 primo'
+ 'RetroHursty69 primo_light'
+ 'RetroHursty69 back2basics'
+ 'RetroHursty69 retrogamenews'
+ 'RetroHursty69 bluray'
+ 'RetroHursty69 soda'
+ 'RetroHursty69 lightswitch'
+ 'RetroHursty69 darkswitch'
+ 'RetroHursty69 whiteslide'
+ 'RetroHursty69 graffiti'
+ 'RetroHursty69 whitewood'
+ 'RetroHursty69 sublime'
+ 'RetroHursty69 infinity'
+ 'RetroHursty69 neogeo_only'
+ 'RetroHursty69 boxcity'
+ 'RetroHursty69 vertical_arcade'
+ 'RetroHursty69 cabsnazzy'
+ 'RetroHursty69 garfieldism'
+ 'RetroHursty69 halloweenspecial'
+ 'RetroHursty69 heychromey'
+ 'RetroHursty69 homerism'
+ 'RetroHursty69 spaceinvaders'
+ 'RetroHursty69 disenchantment'
+ 'RetroHursty69 minions'
+ 'RetroHursty69 tmnt'
+ 'RetroHursty69 pacman'
+ 'RetroHursty69 dragonballz'
+ 'RetroHursty69 minecraft'
+ 'RetroHursty69 incredibles'
+ 'RetroHursty69 mario_melee'
+ 'RetroHursty69 evilresident'
+ 'RetroHursty69 hurstyspin'
+ 'RetroHursty69 cyber'
+ 'RetroHursty69 supersweet'
+ 'RetroHursty69 donkeykonkey'
+ 'RetroHursty69 snapback'
+ 'RetroHursty69 heman'
+ 'RetroHursty69 pitube'
+ 'RetroHursty69 batmanburton'
+ 'RetroHursty69 NegativeColor'
+ 'RetroHursty69 NegativeSepia'
+ 'RetroHursty69 corg'
+ 'RetroHursty69 mysticorb'
+ 'RetroHursty69 joysticks'
+ 'RetroHursty69 orbpilot'
+ 'RetroHursty69 bitfit'
+ 'RetroHursty69 circuit'
+ 'RetroHursty69 retroboy'
+ 'RetroHursty69 retroboy2'
+ 'RetroHursty69 hurstybluetake2'
+ 'RetroHursty69 fabuloso'
+ 'RetroHursty69 arcade1up_aspectratio54'
+ 'RetroHursty69 supersweet_aspectratio54'
+ 'RetroHursty69 heychromey_aspectratio54'
+ 'RetroHursty69 mariobrosiii'
+ 'RetroHursty69 vertical_limit_verticaltheme'
+ 'RetroHursty69 CapcomColorHorizontal'
+ 'RetroHursty69 CapcomColorSpin'
+ 'RetroHursty69 CapcomColorVertical'
+ 'RetroHursty69 bluesteel'
+ 'RetroHursty69 blueprism'
+ 'RetroHursty69 bluesmooth'
+ 'RetroHursty69 floyd'
+ 'RetroHursty69 floyd_arcade'
+ 'RetroHursty69 floyd_room'
+ 'RetroHursty69 Slick_Bluey'
+ 'RetroHursty69 Slick_Red'
+ 'RetroHursty69 ghostbusters'
+ 'RetroHursty69 realghostbusters'
+ 'RetroHursty69 stirlingness'
+ 'RetroHursty69 marco'
+ 'RetroHursty69 swatch'
+ 'RetroHursty69 meshy'
+ 'RetroHursty69 magazinemadness2'
+ 'RetroHursty69 CosmicRise'
+ 'RetroHursty69 uniflyered'
+ 'Saracade scv720'
+ 'chicueloarcade Chicuelo'
+ 'SuperMagicom nostalgic'
+ 'lipebello retrorama'
+ 'lipebello strangerstuff'
+ 'lipebello spaceoddity'
+ 'lipebello swineapple'
+ 'waweedman pii-wii'
+ 'waweedman Blade-360'
+ 'waweedman Venom'
+ 'waweedman Spider-Man'
+ 'blowfinger77 locomotion'
+ 'justincaseurskynet Arcade1up-5x4-Horizontal'
+ 'KALEL1981 Super-Retroboy'
+ )
+
+
+ while true; do
+ local theme
+ local installed_themes=()
+ local repo
+ local options=()
+ local status=()
+ local default
+
+ local gallerydir="/etc/emulationstation/es-theme-gallery"
+ if [[ -d "$gallerydir" ]]; then
+ status+=("i")
+ options+=(G "View or Update Theme Gallery")
+ else
+ status+=("n")
+ options+=(G "Download Theme Gallery")
+ fi
+
+ options+=(U "Update all installed themes")
+
+ local i=1
+ for theme in "${themes[@]}"; do
+ theme=($theme)
+ repo="${theme[0]}"
+ theme="${theme[1]}"
+ if [[ -d "/etc/emulationstation/themes/$theme" ]]; then
+ status+=("i")
+ options+=("$i" "Update or Uninstall $repo/$theme (installed)")
+ installed_themes+=("$theme $repo")
+ else
+ status+=("n")
+ options+=("$i" "Install $repo/$theme")
+ fi
+ ((i++))
+ done
+ local cmd=(dialog --default-item "$default" --backtitle "$__backtitle" --menu "Choose an option" 22 76 16)
+ local choice=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
+ default="$choice"
+ [[ -z "$choice" ]] && break
+ case "$choice" in
+ G)
+ if [[ "${status[0]}" == "i" ]]; then
+ options=(1 "View Theme Gallery" 2 "Update Theme Gallery" 3 "Remove Theme Gallery")
+ cmd=(dialog --backtitle "$__backtitle" --menu "Choose an option for gallery" 12 40 06)
+ local choice=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
+ case "$choice" in
+ 1)
+ cd "$gallerydir"
+ if isPlatform "x11"; then
+ feh --info "echo %f" --slideshow-delay 6 --fullscreen --auto-zoom --filelist images.list
+ else
+ fbi --timeout 6 --once --autozoom --list images.list
+ fi
+ ;;
+ 2)
+ gitPullOrClone "$gallerydir" "https://github.com/wetriner/es-theme-gallery"
+ ;;
+ 3)
+ if [[ -d "$gallerydir" ]]; then
+ rm -rf "$gallerydir"
+ fi
+ ;;
+ esac
+ else
+ gitPullOrClone "$gallerydir" "http://github.com/wetriner/es-theme-gallery"
+ fi
+ ;;
+ U)
+ for theme in "${installed_themes[@]}"; do
+ theme=($theme)
+ rp_callModule esthemes install_theme "${theme[0]}" "${theme[1]}"
+ done
+ ;;
+ *)
+ theme=(${themes[choice-1]})
+ repo="${theme[0]}"
+ theme="${theme[1]}"
+ if [[ "${status[choice]}" == "i" ]]; then
+ options=(1 "Update $repo/$theme" 2 "Uninstall $repo/$theme")
+ cmd=(dialog --backtitle "$__backtitle" --menu "Choose an option for theme" 12 40 06)
+ local choice=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
+ case "$choice" in
+ 1)
+ rp_callModule esthemes install_theme "$theme" "$repo"
+ ;;
+ 2)
+ rp_callModule esthemes uninstall_theme "$theme"
+ ;;
+ esac
+ else
+ rp_callModule esthemes install_theme "$theme" "$repo"
+ fi
+ ;;
+ esac
+ done
+}
diff --git a/home/pi/RetroPie/retropiemenu/Update RetroPieRGB.sh b/home/pi/RetroPie/retropiemenu/Update RetroPieRGB.sh
new file mode 100755
index 0000000..4246659
--- /dev/null
+++ b/home/pi/RetroPie/retropiemenu/Update RetroPieRGB.sh
@@ -0,0 +1,6 @@
+dir=$(pwd)
+cd /home/pi/RetroPieRGB
+sudo -s git pull origin master
+chmod +x patch.sh
+./patch.sh
+cd $dir
diff --git a/home/pi/RetroPie/retropiemenu/rotate screen.sh b/home/pi/RetroPie/retropiemenu/rotate screen.sh
new file mode 100755
index 0000000..64100ed
--- /dev/null
+++ b/home/pi/RetroPie/retropiemenu/rotate screen.sh
@@ -0,0 +1,33 @@
+#####
+# this scripts rotates screen for emulationstation
+# Author Jochen Zurborg
+# Date : 06.11.2019
+#
+# This script is made for hardware pi2scart and pi2jamma from www.arcadeforge.de
+
+setterm -foreground black -store
+
+killall emulationstation > /dev/null 2>&1
+clear
+
+sleep 1
+
+# params was already fetched
+. /home/pi/rgb_config.sh
+
+
+new_rotate=$(( $es_rotate + 1 ))
+if [ $new_rotate -eq 4 ] ; then
+ new_rotate=0
+fi
+
+#echo "starting emulationstation with rotate $new_rotate"
+#sleep 1
+sudo sed -i "s/^es_rotate.*/es_rotate=$new_rotate/" /boot/config.txt
+
+sed -i "s/^es_rotate.*/es_rotate=$new_rotate/" /home/pi/rgb_config.sh
+
+setterm -foreground white -store
+
+emulationstation --screenrotate $new_rotate
+
diff --git a/home/pi/rgb_default_config.sh b/home/pi/rgb_default_config.sh
new file mode 100644
index 0000000..fa11f33
--- /dev/null
+++ b/home/pi/rgb_default_config.sh
@@ -0,0 +1,4 @@
+es_rotate=0
+pi2jamma=0
+rgb_screen_shift=-15
+rgb_screen_width=2
diff --git a/howto_git.txt b/howto_git.txt
new file mode 100644
index 0000000..eb9e571
--- /dev/null
+++ b/howto_git.txt
@@ -0,0 +1,42 @@
+Author : Jochen Zurborg
+Date : 04.11.2019
+
+Find here a quick tutorial how to use git for our little project.
+
+Downloading this repository
+===========================
+
+git clone https://github.com/arcadeforge/runcommand
+
+Enabling your account
+=====================
+
+git config --global user.name "yourname"
+git config --global user.email "youremail"
+
+
+What happened since my last changes?
+====================================
+
+git status
+
+Adding edited files to your local repository
+============================================
+
+- easy way
+git add .
+
+- file specific
+git add yourfilename
+
+Commit changes to repository
+============================
+
+git commit -m"What you did"
+
+Uploading changes to github.com
+===============================
+
+git push
+
+
diff --git a/.project b/.project
new file mode 100644
index 0000000..2b159f2
--- /dev/null
+++ b/.project
@@ -0,0 +1,11 @@
+
+
+ RetroPieRGB
+
+
+
+
+
+
+
+
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..6dc7da9
--- /dev/null
+++ b/README.md
@@ -0,0 +1,26 @@
+RetroPieRGB
+===========
+
+This project contains scripts for enabling 15Khz RGB for your retro gaming setup with retropie.
+
+It needs the hardware addon pi2scart or pi2jamma to output the proper image on a CRT screen.
+
+Please goto http://www.arcadeforge.de and get this awesome gadget.
+
+
+Installation
+============
+
+Download latest retropie and install it as described on retropie wiki.
+Connect Keyboard.
+Activate wiki.
+In emulationstation press F4 to get cmd shell
+
+Type
+
+git clone https://github.com/arcadeforge/RetroPieRGB
+
+cd RetroPieRGB
+
+sudo ./setup.sh
+
diff --git a/boot/config.txt b/boot/config.txt
new file mode 100755
index 0000000..1860f84
--- /dev/null
+++ b/boot/config.txt
@@ -0,0 +1,73 @@
+# For more options and information see
+# http://rpf.io/configtxt
+# Some settings may impact device functionality. See link above for details
+
+# uncomment if you get no picture on HDMI for a default "safe" mode
+#hdmi_safe=1
+
+# uncomment this if your display has a black border of unused pixels visible
+# and your display can output without overscan
+#disable_overscan=1
+
+# uncomment the following to adjust overscan. Use positive numbers if console
+# goes off screen, and negative if there is too much border
+#overscan_left=16
+#overscan_right=16
+#overscan_top=16
+#overscan_bottom=16
+
+# uncomment to force a console size. By default it will be display's size minus
+# overscan.
+#framebuffer_width=1280
+#framebuffer_height=720
+
+# uncomment if hdmi display is not detected and composite is being output
+#hdmi_force_hotplug=1
+
+# uncomment to force a specific HDMI mode (this will force VGA)
+#hdmi_group=1
+#hdmi_mode=1
+
+# uncomment to force a HDMI mode rather than DVI. This can make audio work in
+# DMT (computer monitor) modes
+#hdmi_drive=2
+
+# uncomment to increase signal to HDMI, if you have interference, blanking, or
+# no display
+#config_hdmi_boost=4
+
+# uncomment for composite PAL
+#sdtv_mode=2
+
+#uncomment to overclock the arm. 700 MHz is the default.
+#arm_freq=800
+
+# Uncomment some or all of these to enable the optional hardware interfaces
+#dtparam=i2c_arm=on
+#dtparam=i2s=on
+#dtparam=spi=on
+
+# Uncomment this to enable the lirc-rpi module
+#dtoverlay=lirc-rpi
+
+disable_splash=1
+disable_audio_dither=1
+
+# Settings for pi2scart and pi2jamma
+
+dtoverlay=vga666
+enable_dpi_lcd=1
+display_default_lcd=1
+dpi_group=2
+dpi_mode=87
+
+hdmi_timings=320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+# Additional overlays and parameters are documented /boot/overlays/README
+
+# Enable audio (loads snd_bcm2835)
+dtparam=audio=on
+gpu_mem_256=128
+gpu_mem_512=256
+gpu_mem_1024=256
+overscan_scale=1
diff --git a/boot/config_highres.txt b/boot/config_highres.txt
new file mode 100644
index 0000000..933ae16
--- /dev/null
+++ b/boot/config_highres.txt
@@ -0,0 +1,103 @@
+# For more options and information see
+# http://rpf.io/configtxtreadme
+# Some settings may impact device functionality. See link above for details
+
+# uncomment if you get no picture on HDMI for a default "safe" mode
+#hdmi_safe=1
+disable_splash=1
+
+# uncomment this if your display has a black border of unused pixels visible
+# and your display can output without overscan
+#disable_overscan=1
+
+# uncomment the following to adjust overscan. Use positive numbers if console
+# goes off screen, and negative if there is too much border
+#overscan_left=16
+#overscan_right=16
+#overscan_top=16
+#overscan_bottom=16
+
+# uncomment to force a console size. By default it will be display's size minus
+# overscan.
+#framebuffer_width=1280
+#framebuffer_height=720
+#resolution for 24inch half size 1920 x 1200
+#framebuffer_width=960
+#framebuffer_height=600
+
+# uncomment if hdmi display is not detected and composite is being output
+#hdmi_force_hotplug=1
+
+# uncomment to force a specific HDMI mode (this will force VGA)
+#hdmi_group=1
+#hdmi_mode=1
+
+# uncomment to force a HDMI mode rather than DVI. This can make audio work in
+# DMT (computer monitor) modes
+#hdmi_drive=2
+
+# uncomment to increase signal to HDMI, if you have interference, blanking, or
+# no display
+#config_hdmi_boost=4
+
+# uncomment for composite PAL
+#sdtv_mode=2
+
+#uncomment to overclock the arm. 700 MHz is the default.
+arm_freq=800
+
+# Uncomment some or all of these to enable the optional hardware interfaces
+#dtparam=i2c_arm=on
+#dtparam=i2s=on
+#dtparam=spi=on
+
+# Uncomment this to enable the lirc-rpi module
+#dtoverlay=lirc-rpi
+
+# Additional overlays and parameters are documented /boot/overlays/README
+
+# Enable audio (loads snd_bcm2835)
+dtparam=audio=on
+#gpu_mem=512
+
+
+disable_audio_dither=1
+#audio_pwm_mode=2
+
+## Aufloesung fest einstellen ##
+################################
+##hdmi auch ohne Monitor im Betrieb
+hdmi_force_hotplug=1
+# DMT Modus aktivieren
+hdmi_group=2
+## Aufloesungen alle 60hz
+# 1024x768
+#hdmi_mode=16
+# 1280x768
+#hdmi_mode=23
+# 1366x768
+#hdmi_mode=81
+# 1920x1080
+#hdmi_mode=82
+# 1280x720p
+#hdmi_mode=85
+# 640x480
+hdmi_mode=4
+# 800x600
+#hdmi_mode=9
+# check with tvservice -s for available resolution of our monitor
+
+# oc settings
+gpu_mem=256
+#gpu_mem_256=128
+#gpu_mem_512=256
+#gpu_mem_1024=256
+#arm_freq=1450
+#gpu_freq=500
+#sdram_freq=550
+#over_voltage=8
+#force_turbo=1
+
+
+
+
diff --git a/boot/config_lowres.txt b/boot/config_lowres.txt
new file mode 100644
index 0000000..c993dcc
--- /dev/null
+++ b/boot/config_lowres.txt
@@ -0,0 +1,47 @@
+# See /boot/overlays/README for all available options
+
+disable_splash=1
+disable_audio_dither=1
+#audio_pwm_mode=2
+dtparam=audio=on
+dtoverlay=vga666
+enable_dpi_lcd=1
+display_default_lcd=1
+dpi_group=2
+dpi_mode=87
+#hdmi_timings=320 1 19 43 36 256 1 2 3 22 0 0 0 60 0 6400000 1 #256p
+
+# to move picture left and right on screen subtract and add values from
+# 3rd and 5th value
+# 16+x and 34-x moves x pixel left or right
+#
+#hdmi_timings=320 1 19 43 36 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+# no overscan but blurry
+#hdmi_timings=320 1 19 43 36 224 1 11 14 15 0 0 0 60 0 6400000 1
+
+hdmi_timings=320 1 19 43 36 240 1 2 6 14 0 0 0 60 0 6400000 1
+
+#hdmi_timings=320 1 19 43 36 240 1 2 10 10 0 0 0 60 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 3 6 17 0 0 0 59 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 5 6 20 0 0 0 58 0 6400000 1
+
+# old hdmi_timings from 2.5.2
+#hdmi_timings=320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+
+
+#framebuffer_width=320
+#framebuffer_height=240
+
+# oc settings
+gpu_mem=256
+#gpu_mem_256=128
+#gpu_mem_512=256
+#gpu_mem_1024=256
+#arm_freq=1450
+#gpu_freq=500
+#sdram_freq=550
+#over_voltage=8
+#force_turbo=1
+
diff --git a/config.txt b/config.txt
new file mode 100755
index 0000000..aedd54a
--- /dev/null
+++ b/config.txt
@@ -0,0 +1,50 @@
+# See /boot/overlays/README for all available options
+
+disable_splash=1
+disable_audio_dither=1
+#audio_pwm_mode=2
+dtparam=audio=on
+dtoverlay=vga666
+enable_dpi_lcd=1
+display_default_lcd=1
+dpi_group=2
+dpi_mode=87
+#hdmi_timings=320 1 19 43 36 256 1 2 3 22 0 0 0 60 0 6400000 1 #256p
+
+# to move picture left and right on screen subtract and add values from
+# 3rd and 5th value
+# 16+x and 34-x moves x pixel left or right
+#
+#hdmi_timings=320 1 19 43 36 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+# no overscan but blurry
+#hdmi_timings=320 1 19 43 36 224 1 11 14 15 0 0 0 60 0 6400000 1
+
+hdmi_timings=320 1 19 43 36 240 1 2 6 14 0 0 0 60 0 6400000 1
+
+#hdmi_timings=320 1 19 43 36 240 1 2 10 10 0 0 0 60 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 3 6 17 0 0 0 59 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 5 6 20 0 0 0 58 0 6400000 1
+
+# old hdmi_timings from 2.5.2
+#hdmi_timings=320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+
+
+#framebuffer_width=320
+#framebuffer_height=240
+
+# oc settings
+gpu_mem=256
+#gpu_mem_256=128
+#gpu_mem_512=256
+#gpu_mem_1024=256
+#arm_freq=1450
+#gpu_freq=500
+#sdram_freq=550
+#over_voltage=8
+#force_turbo=1
+
+es_rotate=1
+pi2jamma=0
+mme4crt_shift=30
diff --git a/etc/emulationstation/themes.sh b/etc/emulationstation/themes.sh
new file mode 100755
index 0000000..ea2d7b6
--- /dev/null
+++ b/etc/emulationstation/themes.sh
@@ -0,0 +1,190 @@
+local themes=(
+ 'arcadeforge push-a'
+ 'arcadeforge push-a-v'
+ 'arcadeforge pixel-heaven'
+ 'arcadeforge pixel-heaven-text'
+ 'arcadeforge 240p_Bubblegum'
+ 'arcadeforge 240p-honey'
+ 'RetroPie carbon'
+ 'RetroPie carbon-centered'
+ 'RetroPie carbon-nometa'
+ 'RetroPie simple'
+ 'RetroPie simple-dark'
+ 'RetroPie clean-look'
+ 'RetroPie color-pi'
+ 'RetroPie nbba'
+ 'RetroPie simplified-static-canela'
+ 'RetroPie turtle-pi'
+ 'RetroPie zoid'
+ 'ehettervik pixel'
+ 'ehettervik pixel-metadata'
+ 'ehettervik pixel-tft'
+ 'ehettervik luminous'
+ 'ehettervik minilumi'
+ 'ehettervik workbench'
+ 'AmadhiX eudora'
+ 'AmadhiX eudora-bigshot'
+ 'AmadhiX eudora-concise'
+ 'InsecureSpike retroplay-clean-canela'
+ 'InsecureSpike retroplay-clean-detail-canela'
+ 'Omnija simpler-turtlepi'
+ 'Omnija simpler-turtlemini'
+ 'Omnija metro'
+ 'lilbud material'
+ 'mattrixk io'
+ 'mattrixk metapixel'
+ 'mattrixk spare'
+ 'robertybob space'
+ 'robertybob simplebigart'
+ 'robertybob tv'
+ 'HerbFargus tronkyfran'
+ 'lilbud flat'
+ 'lilbud flat-dark'
+ 'lilbud minimal'
+ 'lilbud switch'
+ 'lilbud angular'
+ 'FlyingTomahawk futura-V'
+ 'FlyingTomahawk futura-dark-V'
+ 'G-rila fundamental'
+ 'ruckage nes-mini'
+ 'ruckage famicom-mini'
+ 'ruckage snes-mini'
+ 'anthonycaccese crt'
+ 'anthonycaccese crt-centered'
+ 'anthonycaccese art-book'
+ 'anthonycaccese art-book-4-3'
+ 'anthonycaccese art-book-pocket'
+ 'anthonycaccese art-book-micro'
+ 'anthonycaccese tft'
+ 'anthonycaccese picade'
+ 'TMNTturtleguy ComicBook'
+ 'TMNTturtleguy ComicBook_4-3'
+ 'TMNTturtleguy ComicBook_SE-Wheelart'
+ 'TMNTturtleguy ComicBook_4-3_SE-Wheelart'
+ 'ChoccyHobNob cygnus'
+ 'dmmarti steampunk'
+ 'dmmarti hurstyblue'
+ 'dmmarti maximuspie'
+ 'dmmarti showcase'
+ 'dmmarti kidz'
+ 'dmmarti unified'
+ 'dmmarti gamehat'
+ 'rxbrad freeplay'
+ 'rxbrad gbz35'
+ 'rxbrad gbz35-dark'
+ 'garaine marioblue'
+ 'garaine bigwood'
+ 'MrTomixf Royal_Primicia'
+ 'lostless playstation'
+ 'mrharias superdisplay'
+ 'coinjunkie synthwave'
+ 'nickearl retrowave'
+ 'nickearl retrowave_4_3'
+ 'pacdude minijawn'
+ 'RetroHursty69 magazinemadness'
+ 'RetroHursty69 stirling'
+ 'RetroHursty69 boxalloyred'
+ 'RetroHursty69 boxalloyblue'
+ 'RetroHursty69 greenilicious'
+ 'RetroHursty69 retroroid'
+ 'RetroHursty69 merryxmas'
+ 'RetroHursty69 cardcrazy'
+ 'RetroHursty69 license2game'
+ 'RetroHursty69 comiccrazy'
+ 'RetroHursty69 snazzy'
+ 'RetroHursty69 tributeGoT'
+ 'RetroHursty69 tributeSTrek'
+ 'RetroHursty69 tributeSWars'
+ 'RetroHursty69 crisp'
+ 'RetroHursty69 crisp_light'
+ 'RetroHursty69 primo'
+ 'RetroHursty69 primo_light'
+ 'RetroHursty69 back2basics'
+ 'RetroHursty69 retrogamenews'
+ 'RetroHursty69 bluray'
+ 'RetroHursty69 soda'
+ 'RetroHursty69 lightswitch'
+ 'RetroHursty69 darkswitch'
+ 'RetroHursty69 whiteslide'
+ 'RetroHursty69 graffiti'
+ 'RetroHursty69 whitewood'
+ 'RetroHursty69 sublime'
+ 'RetroHursty69 infinity'
+ 'RetroHursty69 neogeo_only'
+ 'RetroHursty69 boxcity'
+ 'RetroHursty69 vertical_arcade'
+ 'RetroHursty69 cabsnazzy'
+ 'RetroHursty69 garfieldism'
+ 'RetroHursty69 halloweenspecial'
+ 'RetroHursty69 heychromey'
+ 'RetroHursty69 homerism'
+ 'RetroHursty69 spaceinvaders'
+ 'RetroHursty69 disenchantment'
+ 'RetroHursty69 minions'
+ 'RetroHursty69 tmnt'
+ 'RetroHursty69 pacman'
+ 'RetroHursty69 dragonballz'
+ 'RetroHursty69 minecraft'
+ 'RetroHursty69 incredibles'
+ 'RetroHursty69 mario_melee'
+ 'RetroHursty69 evilresident'
+ 'RetroHursty69 hurstyspin'
+ 'RetroHursty69 cyber'
+ 'RetroHursty69 supersweet'
+ 'RetroHursty69 donkeykonkey'
+ 'RetroHursty69 snapback'
+ 'RetroHursty69 heman'
+ 'RetroHursty69 pitube'
+ 'RetroHursty69 batmanburton'
+ 'RetroHursty69 NegativeColor'
+ 'RetroHursty69 NegativeSepia'
+ 'RetroHursty69 corg'
+ 'RetroHursty69 mysticorb'
+ 'RetroHursty69 joysticks'
+ 'RetroHursty69 orbpilot'
+ 'RetroHursty69 bitfit'
+ 'RetroHursty69 circuit'
+ 'RetroHursty69 retroboy'
+ 'RetroHursty69 retroboy2'
+ 'RetroHursty69 hurstybluetake2'
+ 'RetroHursty69 fabuloso'
+ 'RetroHursty69 arcade1up_aspectratio54'
+ 'RetroHursty69 supersweet_aspectratio54'
+ 'RetroHursty69 heychromey_aspectratio54'
+ 'RetroHursty69 mariobrosiii'
+ 'RetroHursty69 vertical_limit_verticaltheme'
+ 'RetroHursty69 CapcomColorHorizontal'
+ 'RetroHursty69 CapcomColorSpin'
+ 'RetroHursty69 CapcomColorVertical'
+ 'RetroHursty69 bluesteel'
+ 'RetroHursty69 blueprism'
+ 'RetroHursty69 bluesmooth'
+ 'RetroHursty69 floyd'
+ 'RetroHursty69 floyd_arcade'
+ 'RetroHursty69 floyd_room'
+ 'RetroHursty69 Slick_Bluey'
+ 'RetroHursty69 Slick_Red'
+ 'RetroHursty69 ghostbusters'
+ 'RetroHursty69 realghostbusters'
+ 'RetroHursty69 stirlingness'
+ 'RetroHursty69 marco'
+ 'RetroHursty69 swatch'
+ 'RetroHursty69 meshy'
+ 'RetroHursty69 magazinemadness2'
+ 'RetroHursty69 CosmicRise'
+ 'RetroHursty69 uniflyered'
+ 'Saracade scv720'
+ 'chicueloarcade Chicuelo'
+ 'SuperMagicom nostalgic'
+ 'lipebello retrorama'
+ 'lipebello strangerstuff'
+ 'lipebello spaceoddity'
+ 'lipebello swineapple'
+ 'waweedman pii-wii'
+ 'waweedman Blade-360'
+ 'waweedman Venom'
+ 'waweedman Spider-Man'
+ 'blowfinger77 locomotion'
+ 'justincaseurskynet Arcade1up-5x4-Horizontal'
+ 'KALEL1981 Super-Retroboy'
+ )
diff --git a/etc/pikeyd165.conf b/etc/pikeyd165.conf
new file mode 100644
index 0000000..66d4c6f
--- /dev/null
+++ b/etc/pikeyd165.conf
@@ -0,0 +1,93 @@
+#pikeyd165.conf
+
+#format:
+# {keycode from /usr/include/linux/input.h} {GPIO pin no}
+# Not limited to a single key. A GPIO press will emit all defined keys in order.
+#P = Player; B = Button
+
+# P1B3 L
+KEY_SPACE 0
+# P1B4 B
+KEY_LEFTSHIFT 1
+# P1B5 A
+KEY_Z 2
+# P1B6 R
+KEY_X 3
+# P2B5
+KEY_I 4
+# P2B6
+KEY_K 5
+# P2B4
+KEY_W 6
+# P2B3
+KEY_Q 7
+# P1Left
+KEY_LEFT 8
+# P1Right
+KEY_RIGHT 9
+# P1B1 Y
+#KEY_LEFTCTRL 10
+KEY_ENTER 10
+# P1B2 X
+#KEY_LEFTALT 11
+KEY_BACKSPACE 11
+# P2B2
+KEY_S 12
+# P2B1
+KEY_A 13
+# P2Right
+KEY_G 14
+# P2Left
+KEY_D 15
+# P1Coin
+KEY_5 16
+# P1Start
+KEY_1 17
+# P1Up
+KEY_UP 18
+# P1Down
+KEY_DOWN 19
+# P2Down
+KEY_F 20
+# P2Up
+KEY_R 21
+# P2Start
+KEY_2 22
+# P2Coin
+KEY_6 23
+
+
+#special keys! bits pressed simultaniousley result in specified Key
+#maximum bits == 4
+
+# Service Menu retroarch
+# p1b2 p1start
+KEY_F1 17 11
+
+# Service Menu AdvMame, Mame4all
+# p2start p1b2 p1start
+#KEY_F2 22 11 17
+
+# Settings Mame4all
+# p2start p1b3 p1start
+#KEY_TAB 22 0 17
+
+# Quit Emulator / Game
+# p1start p1b1
+KEY_ESC 10 17
+
+# Coin Player 2
+# p1up p2start
+KEY_6 18 22
+# p2up p2start
+KEY_6 21 22
+
+# Coin Player 1
+# p1up p1start
+KEY_5 18 17
+
+# Menu C64, filter advmame
+# p2start p1b4 p1start
+#KEY_F12 22 1 17
+
+
diff --git a/home/pi/RetroPie-Setup/scriptmodules/supplementary/esthemes.sh b/home/pi/RetroPie-Setup/scriptmodules/supplementary/esthemes.sh
new file mode 100644
index 0000000..c065848
--- /dev/null
+++ b/home/pi/RetroPie-Setup/scriptmodules/supplementary/esthemes.sh
@@ -0,0 +1,337 @@
+#!/usr/bin/env bash
+
+# This file is part of The RetroPie Project
+#
+# The RetroPie Project is the legal property of its developers, whose names are
+# too numerous to list here. Please refer to the COPYRIGHT.md file distributed with this source.
+#
+# See the LICENSE.md file at the top-level directory of this distribution and
+# at https://raw.githubusercontent.com/RetroPie/RetroPie-Setup/master/LICENSE.md
+#
+
+rp_module_id="esthemes"
+rp_module_desc="Install themes for Emulation Station"
+rp_module_section="config"
+
+function depends_esthemes() {
+ if isPlatform "x11"; then
+ getDepends feh
+ else
+ getDepends fbi
+ fi
+}
+
+function install_theme_esthemes() {
+ local theme="$1"
+ local repo="$2"
+ if [[ -z "$repo" ]]; then
+ repo="RetroPie"
+ fi
+ if [[ -z "$theme" ]]; then
+ theme="carbon"
+ repo="RetroPie"
+ fi
+ mkdir -p "/etc/emulationstation/themes"
+ gitPullOrClone "/etc/emulationstation/themes/$theme" "https://github.com/$repo/es-theme-$theme.git"
+}
+
+function uninstall_theme_esthemes() {
+ local theme="$1"
+ if [[ -d "/etc/emulationstation/themes/$theme" ]]; then
+ rm -rf "/etc/emulationstation/themes/$theme"
+ fi
+}
+
+function gui_esthemes() {
+
+# . /etc/emulationstation/themes.sh
+
+local themes=(
+ 'arcadeforge push-a'
+ 'arcadeforge push-a-v'
+ 'arcadeforge pixel-heaven'
+ 'arcadeforge pixel-heaven-text'
+ 'arcadeforge 240p_Bubblegum'
+ 'arcadeforge 240p-honey'
+ 'xovox RetroCRT-240p'
+ 'xovox RetroCRT-240p-Vertical'
+ 'RetroPie carbon'
+ 'RetroPie carbon-centered'
+ 'RetroPie carbon-nometa'
+ 'RetroPie simple'
+ 'RetroPie simple-dark'
+ 'RetroPie clean-look'
+ 'RetroPie color-pi'
+ 'RetroPie nbba'
+ 'RetroPie simplified-static-canela'
+ 'RetroPie turtle-pi'
+ 'RetroPie zoid'
+ 'ehettervik pixel'
+ 'ehettervik pixel-metadata'
+ 'ehettervik pixel-tft'
+ 'ehettervik luminous'
+ 'ehettervik minilumi'
+ 'ehettervik workbench'
+ 'AmadhiX eudora'
+ 'AmadhiX eudora-bigshot'
+ 'AmadhiX eudora-concise'
+ 'InsecureSpike retroplay-clean-canela'
+ 'InsecureSpike retroplay-clean-detail-canela'
+ 'Omnija simpler-turtlepi'
+ 'Omnija simpler-turtlemini'
+ 'Omnija metro'
+ 'lilbud material'
+ 'mattrixk io'
+ 'mattrixk metapixel'
+ 'mattrixk spare'
+ 'robertybob space'
+ 'robertybob simplebigart'
+ 'robertybob tv'
+ 'HerbFargus tronkyfran'
+ 'lilbud flat'
+ 'lilbud flat-dark'
+ 'lilbud minimal'
+ 'lilbud switch'
+ 'lilbud angular'
+ 'FlyingTomahawk futura-V'
+ 'FlyingTomahawk futura-dark-V'
+ 'G-rila fundamental'
+ 'ruckage nes-mini'
+ 'ruckage famicom-mini'
+ 'ruckage snes-mini'
+ 'anthonycaccese crt'
+ 'anthonycaccese crt-centered'
+ 'anthonycaccese art-book'
+ 'anthonycaccese art-book-4-3'
+ 'anthonycaccese art-book-pocket'
+ 'anthonycaccese art-book-micro'
+ 'anthonycaccese tft'
+ 'anthonycaccese picade'
+ 'TMNTturtleguy ComicBook'
+ 'TMNTturtleguy ComicBook_4-3'
+ 'TMNTturtleguy ComicBook_SE-Wheelart'
+ 'TMNTturtleguy ComicBook_4-3_SE-Wheelart'
+ 'ChoccyHobNob cygnus'
+ 'dmmarti steampunk'
+ 'dmmarti hurstyblue'
+ 'dmmarti maximuspie'
+ 'dmmarti showcase'
+ 'dmmarti kidz'
+ 'dmmarti unified'
+ 'dmmarti gamehat'
+ 'rxbrad freeplay'
+ 'rxbrad gbz35'
+ 'rxbrad gbz35-dark'
+ 'garaine marioblue'
+ 'garaine bigwood'
+ 'MrTomixf Royal_Primicia'
+ 'lostless playstation'
+ 'mrharias superdisplay'
+ 'coinjunkie synthwave'
+ 'nickearl retrowave'
+ 'nickearl retrowave_4_3'
+ 'pacdude minijawn'
+ 'RetroHursty69 magazinemadness'
+ 'RetroHursty69 stirling'
+ 'RetroHursty69 boxalloyred'
+ 'RetroHursty69 boxalloyblue'
+ 'RetroHursty69 greenilicious'
+ 'RetroHursty69 retroroid'
+ 'RetroHursty69 merryxmas'
+ 'RetroHursty69 cardcrazy'
+ 'RetroHursty69 license2game'
+ 'RetroHursty69 comiccrazy'
+ 'RetroHursty69 snazzy'
+ 'RetroHursty69 tributeGoT'
+ 'RetroHursty69 tributeSTrek'
+ 'RetroHursty69 tributeSWars'
+ 'RetroHursty69 crisp'
+ 'RetroHursty69 crisp_light'
+ 'RetroHursty69 primo'
+ 'RetroHursty69 primo_light'
+ 'RetroHursty69 back2basics'
+ 'RetroHursty69 retrogamenews'
+ 'RetroHursty69 bluray'
+ 'RetroHursty69 soda'
+ 'RetroHursty69 lightswitch'
+ 'RetroHursty69 darkswitch'
+ 'RetroHursty69 whiteslide'
+ 'RetroHursty69 graffiti'
+ 'RetroHursty69 whitewood'
+ 'RetroHursty69 sublime'
+ 'RetroHursty69 infinity'
+ 'RetroHursty69 neogeo_only'
+ 'RetroHursty69 boxcity'
+ 'RetroHursty69 vertical_arcade'
+ 'RetroHursty69 cabsnazzy'
+ 'RetroHursty69 garfieldism'
+ 'RetroHursty69 halloweenspecial'
+ 'RetroHursty69 heychromey'
+ 'RetroHursty69 homerism'
+ 'RetroHursty69 spaceinvaders'
+ 'RetroHursty69 disenchantment'
+ 'RetroHursty69 minions'
+ 'RetroHursty69 tmnt'
+ 'RetroHursty69 pacman'
+ 'RetroHursty69 dragonballz'
+ 'RetroHursty69 minecraft'
+ 'RetroHursty69 incredibles'
+ 'RetroHursty69 mario_melee'
+ 'RetroHursty69 evilresident'
+ 'RetroHursty69 hurstyspin'
+ 'RetroHursty69 cyber'
+ 'RetroHursty69 supersweet'
+ 'RetroHursty69 donkeykonkey'
+ 'RetroHursty69 snapback'
+ 'RetroHursty69 heman'
+ 'RetroHursty69 pitube'
+ 'RetroHursty69 batmanburton'
+ 'RetroHursty69 NegativeColor'
+ 'RetroHursty69 NegativeSepia'
+ 'RetroHursty69 corg'
+ 'RetroHursty69 mysticorb'
+ 'RetroHursty69 joysticks'
+ 'RetroHursty69 orbpilot'
+ 'RetroHursty69 bitfit'
+ 'RetroHursty69 circuit'
+ 'RetroHursty69 retroboy'
+ 'RetroHursty69 retroboy2'
+ 'RetroHursty69 hurstybluetake2'
+ 'RetroHursty69 fabuloso'
+ 'RetroHursty69 arcade1up_aspectratio54'
+ 'RetroHursty69 supersweet_aspectratio54'
+ 'RetroHursty69 heychromey_aspectratio54'
+ 'RetroHursty69 mariobrosiii'
+ 'RetroHursty69 vertical_limit_verticaltheme'
+ 'RetroHursty69 CapcomColorHorizontal'
+ 'RetroHursty69 CapcomColorSpin'
+ 'RetroHursty69 CapcomColorVertical'
+ 'RetroHursty69 bluesteel'
+ 'RetroHursty69 blueprism'
+ 'RetroHursty69 bluesmooth'
+ 'RetroHursty69 floyd'
+ 'RetroHursty69 floyd_arcade'
+ 'RetroHursty69 floyd_room'
+ 'RetroHursty69 Slick_Bluey'
+ 'RetroHursty69 Slick_Red'
+ 'RetroHursty69 ghostbusters'
+ 'RetroHursty69 realghostbusters'
+ 'RetroHursty69 stirlingness'
+ 'RetroHursty69 marco'
+ 'RetroHursty69 swatch'
+ 'RetroHursty69 meshy'
+ 'RetroHursty69 magazinemadness2'
+ 'RetroHursty69 CosmicRise'
+ 'RetroHursty69 uniflyered'
+ 'Saracade scv720'
+ 'chicueloarcade Chicuelo'
+ 'SuperMagicom nostalgic'
+ 'lipebello retrorama'
+ 'lipebello strangerstuff'
+ 'lipebello spaceoddity'
+ 'lipebello swineapple'
+ 'waweedman pii-wii'
+ 'waweedman Blade-360'
+ 'waweedman Venom'
+ 'waweedman Spider-Man'
+ 'blowfinger77 locomotion'
+ 'justincaseurskynet Arcade1up-5x4-Horizontal'
+ 'KALEL1981 Super-Retroboy'
+ )
+
+
+ while true; do
+ local theme
+ local installed_themes=()
+ local repo
+ local options=()
+ local status=()
+ local default
+
+ local gallerydir="/etc/emulationstation/es-theme-gallery"
+ if [[ -d "$gallerydir" ]]; then
+ status+=("i")
+ options+=(G "View or Update Theme Gallery")
+ else
+ status+=("n")
+ options+=(G "Download Theme Gallery")
+ fi
+
+ options+=(U "Update all installed themes")
+
+ local i=1
+ for theme in "${themes[@]}"; do
+ theme=($theme)
+ repo="${theme[0]}"
+ theme="${theme[1]}"
+ if [[ -d "/etc/emulationstation/themes/$theme" ]]; then
+ status+=("i")
+ options+=("$i" "Update or Uninstall $repo/$theme (installed)")
+ installed_themes+=("$theme $repo")
+ else
+ status+=("n")
+ options+=("$i" "Install $repo/$theme")
+ fi
+ ((i++))
+ done
+ local cmd=(dialog --default-item "$default" --backtitle "$__backtitle" --menu "Choose an option" 22 76 16)
+ local choice=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
+ default="$choice"
+ [[ -z "$choice" ]] && break
+ case "$choice" in
+ G)
+ if [[ "${status[0]}" == "i" ]]; then
+ options=(1 "View Theme Gallery" 2 "Update Theme Gallery" 3 "Remove Theme Gallery")
+ cmd=(dialog --backtitle "$__backtitle" --menu "Choose an option for gallery" 12 40 06)
+ local choice=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
+ case "$choice" in
+ 1)
+ cd "$gallerydir"
+ if isPlatform "x11"; then
+ feh --info "echo %f" --slideshow-delay 6 --fullscreen --auto-zoom --filelist images.list
+ else
+ fbi --timeout 6 --once --autozoom --list images.list
+ fi
+ ;;
+ 2)
+ gitPullOrClone "$gallerydir" "https://github.com/wetriner/es-theme-gallery"
+ ;;
+ 3)
+ if [[ -d "$gallerydir" ]]; then
+ rm -rf "$gallerydir"
+ fi
+ ;;
+ esac
+ else
+ gitPullOrClone "$gallerydir" "http://github.com/wetriner/es-theme-gallery"
+ fi
+ ;;
+ U)
+ for theme in "${installed_themes[@]}"; do
+ theme=($theme)
+ rp_callModule esthemes install_theme "${theme[0]}" "${theme[1]}"
+ done
+ ;;
+ *)
+ theme=(${themes[choice-1]})
+ repo="${theme[0]}"
+ theme="${theme[1]}"
+ if [[ "${status[choice]}" == "i" ]]; then
+ options=(1 "Update $repo/$theme" 2 "Uninstall $repo/$theme")
+ cmd=(dialog --backtitle "$__backtitle" --menu "Choose an option for theme" 12 40 06)
+ local choice=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
+ case "$choice" in
+ 1)
+ rp_callModule esthemes install_theme "$theme" "$repo"
+ ;;
+ 2)
+ rp_callModule esthemes uninstall_theme "$theme"
+ ;;
+ esac
+ else
+ rp_callModule esthemes install_theme "$theme" "$repo"
+ fi
+ ;;
+ esac
+ done
+}
diff --git a/home/pi/RetroPie/retropiemenu/Update RetroPieRGB.sh b/home/pi/RetroPie/retropiemenu/Update RetroPieRGB.sh
new file mode 100755
index 0000000..4246659
--- /dev/null
+++ b/home/pi/RetroPie/retropiemenu/Update RetroPieRGB.sh
@@ -0,0 +1,6 @@
+dir=$(pwd)
+cd /home/pi/RetroPieRGB
+sudo -s git pull origin master
+chmod +x patch.sh
+./patch.sh
+cd $dir
diff --git a/home/pi/RetroPie/retropiemenu/rotate screen.sh b/home/pi/RetroPie/retropiemenu/rotate screen.sh
new file mode 100755
index 0000000..64100ed
--- /dev/null
+++ b/home/pi/RetroPie/retropiemenu/rotate screen.sh
@@ -0,0 +1,33 @@
+#####
+# this scripts rotates screen for emulationstation
+# Author Jochen Zurborg
+# Date : 06.11.2019
+#
+# This script is made for hardware pi2scart and pi2jamma from www.arcadeforge.de
+
+setterm -foreground black -store
+
+killall emulationstation > /dev/null 2>&1
+clear
+
+sleep 1
+
+# params was already fetched
+. /home/pi/rgb_config.sh
+
+
+new_rotate=$(( $es_rotate + 1 ))
+if [ $new_rotate -eq 4 ] ; then
+ new_rotate=0
+fi
+
+#echo "starting emulationstation with rotate $new_rotate"
+#sleep 1
+sudo sed -i "s/^es_rotate.*/es_rotate=$new_rotate/" /boot/config.txt
+
+sed -i "s/^es_rotate.*/es_rotate=$new_rotate/" /home/pi/rgb_config.sh
+
+setterm -foreground white -store
+
+emulationstation --screenrotate $new_rotate
+
diff --git a/home/pi/rgb_default_config.sh b/home/pi/rgb_default_config.sh
new file mode 100644
index 0000000..fa11f33
--- /dev/null
+++ b/home/pi/rgb_default_config.sh
@@ -0,0 +1,4 @@
+es_rotate=0
+pi2jamma=0
+rgb_screen_shift=-15
+rgb_screen_width=2
diff --git a/howto_git.txt b/howto_git.txt
new file mode 100644
index 0000000..eb9e571
--- /dev/null
+++ b/howto_git.txt
@@ -0,0 +1,42 @@
+Author : Jochen Zurborg
+Date : 04.11.2019
+
+Find here a quick tutorial how to use git for our little project.
+
+Downloading this repository
+===========================
+
+git clone https://github.com/arcadeforge/runcommand
+
+Enabling your account
+=====================
+
+git config --global user.name "yourname"
+git config --global user.email "youremail"
+
+
+What happened since my last changes?
+====================================
+
+git status
+
+Adding edited files to your local repository
+============================================
+
+- easy way
+git add .
+
+- file specific
+git add yourfilename
+
+Commit changes to repository
+============================
+
+git commit -m"What you did"
+
+Uploading changes to github.com
+===============================
+
+git push
+
+
diff --git a/opt/retropie/configs/all/arcade_res_table.txt b/opt/retropie/configs/all/arcade_res_table.txt
new file mode 100644
index 0000000..0666ae7
--- /dev/null
+++ b/opt/retropie/configs/all/arcade_res_table.txt
@@ -0,0 +1,4840 @@
+1941;"1941 - Counter Attack - 1941 - Counter Attack (900227 World)";384x224@60;V
+1941j;"1941 - Counter Attack (Japan)";384x224@60;V
+1941r1;"1941 - Counter Attack (World)";384x224@60;V
+1941u;"1941 - Counter Attack (900227 USA)";384x224@60;V
+1942;"1942 (Jpn) - 1942 (Revision B)";256x224@60;V
+1942a;"1942 (Jpn, Alt) - 1942 (Revision A)";256x224@60;V
+1942abl;"1942 (Revision A, bootleg)";256x224@60;V
+1942b;"1942 (First Version)";256x224@60;V
+1942c64;"1942 (C64 Music)";256x224@60;V
+1942h;"Supercharger 1942";256x224@60;V
+1942w;"1942 (Williams Electronics license)";256x224@60;V
+1943;"1943: The Battle of Midway (Euro)";256x224@60;V
+1943b;"1943: The Battle of Midway (bootleg set 1, hack of Jap";256x224@60;V
+1943b2;"1943: The Battle of Midway (bootleg set 2, hack of Jap";256x224@60;V
+1943bj;"1943: Midway Kaisen (bootleg)";256x224@60;V
+1943j;"1943: Midway Kaisen (Japan, Rev B)";256x224@60;V
+1943ja;"1943: Midway Kaisen (Japan)";256x224@60;V
+1943ja2;"1943: The Battle of Midway (hack of Japan set)";256x224@60;V
+1943kai;"1943 Kai - 1943 Kai: Midway Kaisen (Japan)";256x224@60;V
+1943mii;"1943: The Battle of Midway Mark II (US)";256x224@60;V
+1943u;"1943: The Battle of Midway (US, Rev C)";256x224@60;V
+1943ua;"1943: The Battle of Midway (US)";256x224@60;V
+1944;"1944 - the loop master (000620 USA)";384x224@60;H
+1944ad;"1944 - the loop master (000620 USA Phoenix Edition, al";384x224@60;H
+1944d;"1944 - the loop master (000620 USA Phoenix Edition)";384x224@60;H
+1944j;"1944 - the loop master (000620 Japan)";384x224@60;H
+1945kiii;"1945k III (newer, OPCX2 PCB)";320x224@60;V
+1945kiiin;"1945k III (newer, OPCX1 PCB)";320x224@60;V
+1945kiiio;"1945k III (older, OPCX1 PCB)";320x224@60;V
+19xx;"19XX - the war against destiny (951207 USA)";384x224@60;V
+19xxa;"19XX - the war against destiny (960104 Asia)";384x224@60;V
+19xxar1;"19XX - the war against destiny (951207 Asia)";384x224@60;V
+19xxb;"19XX - the war against destiny (951218 Brazil)";384x224@60;V
+19xxd;"19XX - the war against destiny (951207 USA Phoenix Edi";384x224@60;V
+19xxh;"19XX - the war against destiny (951218 Hispanic)";384x224@60;V
+19xxj;"19XX - the war against destiny (960104 Japan, yellow c";384x224@60;V
+19xxjr1;"19XX - the war against destiny (951225 Japan)";384x224@60;V
+19xxjr2;"19XX - the war against destiny (951207 Japan)";384x224@60;V
+2020bb;"2020 Super Baseball (set 1) - Super Baseball 2020 (Euro, USA)";304x224@59;H
+2020bba;"2020 Super Baseball (set 2)";304x224@59;H
+2020bbh;"2020 Super Baseball (set 3)";304x224@59;H
+3countb;"3 Count Bout / Fire Suplex (NGM-043)(NGH-043)";320x224@59;H
+3countba;"3 Count Bout / Fire Suplex (NGM-043)";320x224@59;H
+3in1semi;"XESS - The New Revolution (SemiCom 3-in-1)";256x224@58;H
+3kokushi;"Sankokushi (Japan)";320x240@60;H
+3wonders;"Three Wonders (wonder 3 910520 etc)";384x224@60;H
+3wondersb;"Three Wonders (bootleg set 2, wonder 3 910520 etc)";384x224@60;H
+3wondersh;"Three Wonders (bootleg set 1, wonder 3 910520 etc)";384x224@60;H
+3wondersha;"Three Wonders (bootleg set 3, wonder 3 910520 etc)";384x224@60;H
+3wondersr1;"Three Wonders (wonder 3 910513 etc)";384x224@60;H
+3wondersu;"Three Wonders (wonder 3 910520 USA)";384x224@60;H
+4dwarrio;"4-D Warriors (315-5162)";256x224@60;H
+4enraya;"4 En Raya (set 1)";256x224@60;H
+4enrayaa;"4 En Raya (set 2)";256x224@60;H
+4in1;"4 Fun in 1 - Sega Game Pack 4 in 1 (Euro)";256x224@60;V
+4in1boot;"Puzzle King";256x224@58;H
+4play;"4 player input test";304x224@59;H
+600;"600";256x224@60;V
+64street;"64th. Street - A Detective Story (World)";256x224@60;H
+64streetj;"64th. Street - A Detective Story (Japan, set 1)";256x224@60;H
+64streetja;"64th. Street - A Detective Story (Japan, alt)";256x224@60;H
+720;"720° (Atari System 2)";512x384@60;H
+7ordi;"7 Ordi (Korea)";320x240@60;H
+7toitsu;"Chi-Toitsu";384x240@60;H
+800fath;"800 Fathoms";256x224@60;V
+88games;"'88 Games";304x224@60;H
+8bpm;"Eight Ball Action (Pac-Man conversion)";256x224@60;V
+99lstwar;"'99: The Last War";288x224@60;V
+99lstwara;"'99: The Last War (alternate)";288x224@60;V
+99lstwark;"'99: The Last War (Kyugo)";288x224@60;V
+abcop;"A.B. Cop (World, FD1094 317-0169b)";320x224@60;H
+abcopd;"A.B. Cop (World, FD1094 317-0169b decrypted)";320x224@60;H
+abcopj;"A.B. Cop (Japan, FD1094 317-0169b)";320x224@60;H
+abcopjd;"A.B. Cop (Japan, FD1094 317-0169b decrypted)";320x224@60;H
+abscam;"Abscam";288x224@60;V
+aburner;"After Burner - After Burner (World)";320x224@60;H
+aburner2;"After Burner II - After Burner II - After Burner II (Euro, USA)";320x224@60;H
+aburner2g;"After Burner II (German)";320x224@60;H
+aceattac;"Ace Attacker (FD1094 317-0059)";320x224@60;V
+aceattaca;"Ace Attacker (Japan, System 16A, FD1094 317-0060)";320x224@60;V
+acitya;"Atlantic City Action";288x224@60;V
+acrobatm;"Acrobat Mission";256x224@56;V
+actfancr;"Act-Fancer Cybernetick Hyper Weapon (World revision 2)";256x240@60;H
+actfancr1;"Act-Fancer Cybernetick Hyper Weapon (World revision 1)";256x240@60;H
+actfancrj;"Act-Fancer Cybernetick Hyper Weapon (Japan revision 1)";256x240@60;H
+ad2083;"A.D. 2083";256x224@60;V
+aeroboto;"Aeroboto";248x224@60;H
+aerofgt;"Aero Fighters";320x224@60;V
+aerofgtb;"Aero Fighters (Turbo Force hardware set 1)";320x224@60;V
+aerofgtc;"Aero Fighters (Turbo Force hardware set 2)";320x224@60;V
+afighter;"Action Fighter, FD1089A 317-0018";320x224@60;V
+agallet;"Air Gallet (Europe)";320x240@58;V
+agalleta;"Air Gallet (older, Europe)";320x240@58;V
+agalletah;"Air Gallet (older, Hong Kong)";320x240@58;V
+agalletaj;"Akuu Gallet (older, Japan)";320x240@58;V
+agalletak;"Air Gallet (older, Korea)";320x240@58;V
+agalletat;"Air Gallet (older, Taiwan)";320x240@58;V
+agalletau;"Air Gallet (older, USA)";320x240@58;V
+agalleth;"Air Gallet (Hong Kong)";320x240@58;V
+agalletj;"Akuu Gallet (Japan)";320x240@58;V
+agalletk;"Air Gallet (Korea)";320x240@58;V
+agallett;"Air Gallet (Taiwan)";320x240@58;V
+agalletu;"Air Gallet (USA)";320x240@58;V
+agentx1;"Agent X (prototype, rev 1)";256x232@60;H
+agentx2;"Agent X (prototype, rev 2)";256x232@60;H
+agentx3;"Agent X (prototype, rev 3)";256x232@60;H
+agentx4;"Agent X (prototype, rev 4)";256x232@60;H
+agress;"Agress";320x240@58;H
+agressb;"Agress (English bootleg)";320x240@58;H
+airass;"Air Assault (World)";320x240@60;V
+airattck;"Air Attack (set 1)";256x224@56;V
+airattcka;"Air Attack (set 2)";256x224@56;V
+airbustr;"Air Buster: Trouble Specialty Raid Unit (USA) - Air Buster: Trouble Specialty Raid Unit (World)";256x224@60;H
+airbustrb;"Air Buster: Trouble Specialty Raid Unit (bootleg)";256x224@60;H
+airbustrj;"Air Buster: Trouble Specialty Raid Unit (Japan)";256x224@60;H
+airduel;"Air Duel (World, M82-A-A + M82-B-A)";384x256@55;V
+airduelm72;"Air Duel (Japan, M72)";384x256@55;V
+airwolf;"Airwolf";288x224@60;H
+airwolfa;"Airwolf (US)";288x224@60;H
+ajax;"Ajax";304x224@60;V
+ajaxj;"Ajax (Japan)";304x224@60;V
+akkanvdr;"Akkanbeder (Ver 2.5J 1995/06/14)";320x224@60;V
+akumajou;"Akuma-Jou Dracula (Japan ver. P)";256x224@60;H
+akumajoun;"Akuma-Jou Dracula (Japan ver. N)";256x224@60;H
+alcon;"Alcon (US) - Falcon - Falcon (bootleg of Phoenix) (8085A CPU)";280x240@60;V
+alexkidd;"Alex Kidd in Miracle World (Euro, USA, v1) - Alex Kidd in Miracle World (Tw, SMS Mode) - Alex Kidd in the Enchanted Castle (Euro, Rev. A) - Alex Kidd: The Lost Stars (set 2, unprotected)";320x224@60;H
+alexkidd1;"Alex Kidd in Miracle World (Euro, USA, v0) - Alex Kidd in the Enchanted Castle (Euro) - Alex Kidd: The Lost Stars (set 1, FD1089A 317-unknown)";320x224@60;H
+alibaba;"Ali Baba and 40 Thieves - Alibaba and 40 Thieves (Jpn) - Alibaba and 40 Thieves (Kor)";288x224@60;V
+alibabab;"Alibaba and 40 Thieves (Jpn, Alt 2) - Mustafa and 40 Thieves (bootleg)";288x224@60;V
+aliencha;"Alien Challenge (World)";448x224@60;H
+alienchac;"Alien Challenge (China)";448x224@60;H
+aliens;"Aliens (World set 1) - Aliens - Alien 2 (Jpn)";288x224@60;H
+aliens2;"Aliens (World set 2)";288x224@60;H
+aliens3;"Aliens (World set 3)";288x224@60;H
+aliensa;"Aliens (Asia) - Aliens - Alien 2 (Jpn, Alt)";288x224@60;H
+aliensec;"Alien Sector";288x224@60;H
+aliensj;"Aliens (Japan set 1)";288x224@60;H
+aliensj2;"Aliens (Japan set 2)";288x224@60;H
+aliensu;"Aliens (US)";288x224@60;H
+aliensyn;"Alien Syndrome (Euro, USA) - Alien Syndrome (Euro, USA, Bra) - Alien Syndrome (set 4, System 16B, unprotected)";320x224@60;H
+aliensyn2;"Alien Syndrome (set 2, System 16A, FD1089A 317-0033)";320x224@60;H
+aliensyn3;"Alien Syndrome (set 3, System 16B, FD1089A 317-0033)";320x224@60;H
+aliensyn5;"Alien Syndrome (set 5, System 16A, FD1089B 317-0037)";320x224@60;H
+aliensyn7;"Alien Syndrome (set 7, System 16B, MC-8123B 317-00xx)";320x224@60;H
+aliensynj;"Alien Syndrome (Jpn) - Alien Syndrome (Jpn) - Alien Syndrome (set 6, Japan, new, System 16B, FD1089A";320x224@60;H
+aliensynjo;"Alien Syndrome (set 1, Japan, old, System 16A, FD1089A";320x224@60;H
+aligatorun;"Alligator Hunt (unprotected)";320x240@60;H
+alinvade;"Alien Invaders";128x128@60;V
+alpham2;"Alpha Mission II / ASO II - Last Guardian (NGM-007)(NG";304x224@59;H
+alpham2p;"Alpha Mission II / ASO II - Last Guardian (prototype)";304x224@59;H
+alphamis;"Alpha Mission";288x216@60;V
+alphaxz;"The Alphax Z (Japan)";256x224@60;V
+altbeast;"Altered Beast (Euro, USA) - Altered Beast (Euro, USA, Bra) - Altered Beast (set 8, 8751 317-0078)";320x224@60;H
+altbeast2;"Altered Beast (set 2, MC-8123B 317-0066)";320x224@60;H
+altbeast4;"Altered Beast (set 4, MC-8123B 317-0066)";320x224@60;H
+altbeast5;"Altered Beast (set 5, FD1094 317-0069)";320x224@60;H
+altbeast5d;"Altered Beast (set 5, FD1094 317-0069 decrypted)";320x224@60;H
+altbeast6;"Altered Beast (set 6, 8751 317-0076)";320x224@60;H
+altbeastj;"Juuouki (set 7, Japan, 8751 317-0077)";320x224@60;H
+altbeastj1;"Juuouki (set 1, Japan, FD1094 317-0065)";320x224@60;H
+altbeastj3;"Juuouki (set 3, Japan, FD1094 317-0068)";320x224@60;H
+altbeastj3d;"Juuouki (set 3, Japan, FD1094 317-0068 decrypted)";320x224@60;H
+amatelas;"Sei Senshi Amatelass";256x224@60;V
+amazon;"Soldier Girl Amazon";256x224@60;V
+ambush;"Ambush";256x224@60;H
+ambushh;"Ambush (hack?)";256x224@60;H
+ambushj;"Ambush (Japan)";256x224@60;H
+ambushv;"Ambush (Volt Elec co-ltd)";256x224@60;H
+amidar;"Amidar";256x224@60;V
+amidar1;"Amidar (older)";256x224@60;V
+amidarb;"Amidar (bootleg)";256x224@60;V
+amidaro;"Amidar (Olympia)";256x224@60;V
+amidars;"Amidar (Scramble hardware)";256x224@60;V
+amidaru;"Amidar (Stern)";256x224@60;V
+amigo;"Amigo";256x224@60;V
+androdun;"Andro Dunos (NGM-049)(NGH-049)";304x224@59;H
+androidp;"Android (prototype, later build)";256x192@60;V
+androidpo;"Android (prototype, early build)";256x192@60;V
+angelkds;"Angel Kids (Japan)";256x240@60;V
+anteater;"Anteater";256x224@60;V
+anteaterg;"Ameisenbaer (German)";256x224@60;V
+anteateruk;"The Anteater (UK)";256x224@60;V
+aodk;"Aggressors of Dark Kombat / Tsuukai GANGAN Koushinkyok";304x224@59;H
+aof;"Art of Fighting (Euro) - Art of Fighting / Ryuuko no Ken (NGM-044)(NGH-044)";304x224@59;H
+aof2;"Art of Fighting 2 / Ryuuko no Ken 2 (NGM-056)";304x224@59;H
+aof2a;"Art of Fighting 2 / Ryuuko no Ken 2 (NGH-056)";304x224@59;H
+aof3;"Art of Fighting 3 - The Path of the Warrior / Art of F";304x224@59;H
+aof3k;"Art of Fighting 3 - The Path of the Warrior (Korean re";304x224@59;H
+apb;"APB - All Points Bulletin (Atari System 2)";512x384@60;V
+aponow;"Apocaljpse Now";256x224@60;V
+appoooh;"Appoooh";256x224@60;H
+aquajack;"Aquajack (World)";320x240@60;H
+aquajackj;"Aquajack (Japan)";320x240@60;H
+aquajacku;"Aquajack (US)";320x240@60;H
+aquarium;"Aquarium (US)";320x256@60;H
+aquariumj;"Aquarium (Japan)";320x256@60;H
+arabian;"Arabian";256x234@60;V
+arabiana;"Arabian (Atari)";256x234@60;V
+arabianm;"Arabian Magic (Ver 1.0O 1992/07/06)";320x224@60;H
+arabianmj;"Arabian Magic (Ver 1.0J 1992/07/06)";320x224@60;H
+arabianmu;"Arabian Magic (Ver 1.0A 1992/07/06)";320x224@60;H
+aracnis;"Aracnis (bootleg of Scorpion on Moon Cresta hardware)";256x224@60;V
+arbalest;"Arbalester";384x224@60;V
+arcadian;"Arcadia (NMK)";384x224@56;V
+area88;"Area 88 (Japan)";384x224@60;H
+area88r;"Area 88 (Japan Resale ver.)";384x224@60;H
+arian;"Arian Mission";288x216@60;V
+ark1ball;"Arkanoid (bootleg with MCU, harder)";256x224@60;V
+ark1balla;"Arkanoid (bootleg with MCU, harder, alt)";256x224@60;V
+arkangc;"Arkanoid (Game Corporation bootleg, set 1)";256x224@60;V
+arkangc2;"Arkanoid (Game Corporation bootleg, set 2)";256x224@60;V
+arkanoid;"Arkanoid (Euro?) - Arkanoid (World, oldest rev)";256x224@60;V
+arkanoidj;"Arkanoid (Japan) - Arkanoid (Jpn)";256x224@60;V
+arkanoidja;"Arkanoid (Japan, older rev) - Arkanoid (Jpn, Alt)";256x224@60;V
+arkanoidjb;"Arkanoid (Japan, oldest rev)";256x224@60;V
+arkanoidjbl;"Arkanoid (bootleg with MCU set 1)";256x224@60;V
+arkanoidjbl2;"Arkanoid (bootleg with MCU set 2)";256x224@60;V
+arkanoidjbla;"Arkanoid (bootleg with MCU, alt)";256x224@60;V
+arkanoidu;"Arkanoid (US)";256x224@60;V
+arkanoiduo;"Arkanoid (US, oldest rev)";256x224@60;V
+arkarea;"Ark Area";256x192@60;H
+arkatayt;"Arkanoid (Tayto bootleg)";256x224@60;V
+arkatour;"Tournament Arkanoid (US)";256x224@60;V
+arkbloc2;"Block (Game Corporation bootleg, set 2)";256x224@60;V
+arkblock;"Block (Game Corporation bootleg, set 1)";256x224@60;V
+arkgcbl;"Arkanoid (bootleg on Block hardware)";256x224@60;V
+arknoid2;"Arkanoid - Revenge of DOH (World)";256x224@60;V
+arknoid2b;"Arkanoid - Revenge of DOH (Japan bootleg)";256x224@60;V
+arknoid2j;"Arkanoid - Revenge of DOH (Japan)";256x224@60;V
+arknoid2u;"Arkanoid - Revenge of DOH (US)";256x224@60;V
+arkretrn;"Arkanoid Returns (Ver 2.02O 1997/02/10)";320x232@60;H
+arkretrnj;"Arkanoid Returns (Ver 2.02J 1997/02/10)";320x232@60;H
+arkretrnu;"Arkanoid Returns (Ver 2.02A 1997/02/10)";320x232@60;H
+arktayt2;"Arkanoid (Tayto bootleg, harder)";256x224@60;V
+armedf;"Armed Formation - Armed Formation F";320x240@57;V
+armedff;"Armed Formation (Fillmore license)";320x240@57;V
+armorcar;"Armored Car (set 1)";256x224@60;V
+armorcar2;"Armored Car (set 2)";256x224@60;V
+armwar;"Armored Warriors (941024 Europe)";384x224@60;H
+armwar1d;"Armored Warriors (941011 Europe Phoenix Edition)";384x224@60;H
+armwara;"Armored Warriors (941024 Asia)";384x224@60;H
+armwarar1;"Armored Warriors (940920 Asia)";384x224@60;H
+armwarr1;"Armored Warriors (941011 Europe)";384x224@60;H
+armwaru;"Armored Warriors (941024 USA)";384x224@60;H
+armwaru1;"Armored Warriors (940920 USA)";384x224@60;H
+armwrest;"Arm Wrestling";448x256@60;V
+ashnojoe;"Ashita no Joe (Japan)";288x208@60;H
+ashura;"Ashura (Jpn) - Ashura Blaster (World)";320x224@60;V
+ashuraj;"Ashura Blaster (Japan)";320x224@60;V
+ashurau;"Ashura Blaster (US)";320x224@60;V
+asideral;"Ataque Sideral (Spanish bootleg of UniWar S)";256x224@60;V
+aso;"ASO - Armored Scrum Object";288x216@60;V
+assault;"Assault (Rev B) - Desert Assault (US)";288x224@60;V
+assaultj;"Assault (Japan)";288x224@60;V
+assaultp;"Assault Plus (Japan)";288x224@60;V
+asterix;"Asterix (Euro, v1) - Asterix (ver EAD)";288x224@60;H
+asterixaad;"Asterix (ver AAD)";288x224@60;H
+asterixeaa;"Asterix (ver EAA)";288x224@60;H
+asterixeac;"Asterix (ver EAC)";288x224@60;H
+asterixj;"Asterix (ver JAD)";288x224@60;H
+astorm;"Alien Storm (Euro, Bra) - Alien Storm (set 4, World, 2 Players, FD1094 317-0154) - Alien Storm (World)";320x224@60;H
+astorm3;"Alien Storm (set 3, World, 3 Players, FD1094 317-0148)";320x224@60;H
+astorm3d;"Alien Storm (set 3, World, 3 Players, FD1094 317-0148";320x224@60;H
+astormj;"Alien Storm (set 1, Japan Rev B, 2 Players, FD1094 317";320x224@60;H
+astormjd;"Alien Storm (set 1, Japan Rev B, 2 Players, FD1094 317";320x224@60;H
+astormu;"Alien Storm (set 2, US, 3 Players, FD1094 317-0147)";320x224@60;H
+astormud;"Alien Storm (set 2, US, 3 Players, FD1094 317-0147 dec";320x224@60;H
+astrians;"Astrians (clone of Swarm)";256x224@60;V
+astyanax;"The Astyanax";256x224@60;H
+asuka;"Asuka & Asuka (World)";320x240@60;V
+asukaj;"Asuka & Asuka (Japan)";320x240@60;V
+asurabld;"Asura Blade - Sword of Dynasty (Japan)";320x240@60;H
+asurabus;"Asura Buster - Eternal Warriors (Japan)";320x240@60;H
+asurabusa;"Asura Buster - Eternal Warriors (Japan) (ARCADIA revie";320x240@60;H
+atehate;"Athena no Hatena ?";384x240@60;H
+atetris;"FA Tetris (Kor) - FA Tetris (Kor) - Tetris (set 1)";336x240@60;H
+atetrisa;"FA Tetris (Kor, Alt) - Tetris (set 2)";336x240@60;H
+atetrisb;"FA Tetris (Kor, Alt 2) - Tetris (bootleg set 1)";336x240@60;H
+atetrisb2;"Tetris (bootleg set 2)";336x240@60;H
+atetrisc;"Tetris (cocktail set 1)";336x240@60;V
+atetrisc2;"Tetris (cocktail set 2)";336x240@60;V
+athena;"Athena";288x216@60;H
+atlantis;"Battle of Atlantis (set 1)";256x224@60;V
+atlantis2;"Battle of Atlantis (set 2)";256x224@60;V
+atlantisb;"Battle of Atlantis (bootleg)";256x224@60;V
+atomboy;"Atomic Boy (revision B)";256x224@60;H
+atomboya;"Atomic Boy (revision A)";256x224@60;H
+atomicp;"Atomic Point (Korea)";320x224@60;H
+atompunk;"Atomic Punk (US)";320x240@60;H
+aurail;"Aurail (set 3, US, unprotected)";320x224@60;H
+aurail1;"Aurail (set 2, World, FD1089B 317-0168)";320x224@60;H
+aurail1d;"Aurail (set 2, World, FD1089B 317-0168 decrypted)";320x224@60;H
+aurailj;"Aurail (set 1, Japan, FD1089A 317-0167)";320x224@60;H
+aurailjd;"Aurail (set 1, Japan, FD1089A 317-0167 decrypted)";320x224@60;H
+avefenix;"Ave Fenix (Electrogame, Spanish bootleg of Phoenix)";256x208@60;V
+avefenixl;"Ave Fenix (Laguna, Spanish bootleg of Phoenix)";256x208@60;V
+avefenixrf;"Ave Fenix (Recreativos Franco, Spanish bootleg of Phoe";256x208@60;V
+avengers;"Avengers (US set 1)";256x240@60;V
+avengers2;"Avengers (US set 2)";256x240@60;V
+avsp;"Alien vs Predator (940520 Euro)";384x224@60;H
+avspa;"Alien vs Predator (940520 Asia)";384x224@60;H
+avspd;"Alien vs Predator (940520 Euro Phoenix Edition)";384x224@60;H
+avsph;"Alien vs Predator (940520 Hispanic)";384x224@60;H
+avspirit;"Avenging Spirit";256x224@60;H
+avspj;"Alien vs Predator (940520 Japan)";384x224@60;H
+avspu;"Alien vs Predator (940520 USA)";384x224@60;H
+aztarac;"Aztarac";340x256@40;H
+azurian;"Azurian Attack";256x224@60;V
+b2b;"Bang Bang Busters (2010 NCI release)";304x224@59;H
+backfire;"Backfire! (set 1)";240x640@60;V
+backfirt;"Back Fire (Tecmo, bootleg)";256x224@60;H
+baddudes;"Bad Dudes vs. Dragonninja (US)";256x240@57;H
+bakatono;"Bakatonosama Mahjong Manyuuki (MOM-002)(MOH-002)";304x224@59;H
+bakubrkr;"Bakuretsu Breaker";256x224@60;V
+bakutotu;"Bakutotsu Kijuutei";288x224@60;H
+balcube;"Bal Cube";320x224@60;H
+ballboy;"Ball Boy";256x224@60;H
+ballbros;"Balloon Brothers";384x240@60;H
+bang;"Bang! - Big Bang (9th Nov. 1993) - Pack'n Bang Bang (Prototype)";320x240@60;H
+bangball;"Bang Bang Ball (v1.05)";320x224@60;H
+bangbead;"Bang Bead";304x224@59;H
+bangbedp;"Bang Bead (Prototype?)";304x224@59;H
+bangj;"Gun Gabacho (Japan)";320x240@60;H
+bankp;"Bank Panic - Bank Panic (Euro) - Bank Panic (Jpn) - Bank Panic (Jpn)";224x224@60;H
+baraduke;"Baraduke";288x224@60;H
+baryon;"Baryon - Future Assault (set 1)";304x224@58;V
+baryona;"Baryon - Future Assault (set 2)";304x224@58;V
+batcir;"Battle Circuit (970319 Euro)";384x224@60;H
+batcira;"Battle Circuit (970319 Asia)";384x224@60;H
+batcird;"Battle Circuit (970319 Euro Phoenix Edition)";384x224@60;H
+batcirj;"Battle Circuit (970319 Japan)";384x224@60;H
+batlbubl;"Battle Bubble (v2.00)";320x224@60;H
+batman2;"Batman Part 2";256x224@60;V
+batrider;"Armed Police Batrider (Europe) (Fri Feb 13 1998)";320x240@60;V
+batriderc;"Armed Police Batrider (China) (Fri Feb 13 1998)";320x240@60;V
+batriderhk;"Armed Police Batrider - A Version (Hong Kong) (Mon Dec";320x240@60;V
+batriderj;"Armed Police Batrider - B Version (Japan) (Fri Feb 13";320x240@60;V
+batriderja;"Armed Police Batrider - A Version (Japan) (Mon Dec 22";320x240@60;V
+batriderk;"Armed Police Batrider (Korea) (Fri Feb 13 1998)";320x240@60;V
+batridert;"Armed Police Batrider - A Version (Taiwan) (Mon Dec 22";320x240@60;V
+batrideru;"Armed Police Batrider (U.S.A.) (Fri Feb 13 1998)";320x240@60;V
+batsugun;"Batsugun (set 1)";320x240@60;V
+batsuguna;"Batsugun (set 2)";320x240@60;V
+batsugunb;"Batsugun (Korean PCB)";320x240@60;V
+batsugunsp;"Batsugun (Special Ver.)";320x240@60;V
+battlane;"Battle Lane! Vol. 5 (set 1)";256x256@60;V
+battlane2;"Battle Lane! Vol. 5 (set 2)";256x256@60;V
+battlane3;"Battle Lane! Vol. 5 (set 3)";256x256@60;V
+battlex;"Battle Cross - Battle Cross (Jpn)";256x224@60;H
+battlnts;"Battlantis (program code G)";256x224@60;V
+battlntsa;"Battlantis (program code F)";256x224@60;V
+battlntsj;"Battlantis (Japan, program code E)";256x224@60;V
+battroad;"The Battle-Road";256x256@60;V
+bayroute;"Bay Route (set 3, World, FD1094 317-0116)";320x224@60;H
+bayroute1;"Bay Route (set 1, US, unprotected)";320x224@60;H
+bayrouted;"Bay Route (set 3, World, FD1094 317-0116 decrypted)";320x224@60;H
+bayroutej;"Bay Route (set 2, Japan, FD1094 317-0115)";320x224@60;H
+bayroutejd;"Bay Route (set 2, Japan, FD1094 317-0115 decrypted)";320x224@60;H
+bbakraid;"Battle Bakraid - Unlimited Version (U.S.A.) (Tue Jun 8";320x240@60;V
+bbakraidc;"Battle Bakraid - Unlimited Version (China) (Tue Jun 8";320x240@60;V
+bbakraidj;"Battle Bakraid - Unlimited Version (Japan) (Tue Jun 8";320x240@60;V
+bbakraidja;"Battle Bakraid (Japan) (Wed Apr 7 1999)";320x240@60;V
+bballs;"Bouncing Balls";256x224@60;H
+bballsa;"Bouncing Balls (Adult)";256x224@60;H
+bbmanw;"Bomber Man World / New Dyna Blaster - Global Quest";320x240@60;H
+bbmanwj;"Bomber Man World (Japan)";320x240@60;H
+bbmanwja;"Bomber Man World (Japan, revised sound hardware)";320x240@60;H
+bbredux;"Bobble Bobble ('bootleg redux' hack for Bobble Bobble";256x224@60;H
+bbros;"Buster Bros. (USA) - Super Buster Bros. (USA 901001)";384x240@57;H
+bbusters;"Beast Busters (World)";256x224@56;H
+bbustersj;"Beast Busters (Japan, Version 2)";256x224@56;H
+bbustersu;"Beast Busters (US, Version 3)";256x224@56;H
+bbustersua;"Beast Busters (US, Version 2)";256x224@56;H
+bchopper;"Battle Chopper";384x256@55;H
+bcrusher;"Bone Crusher";256x240@60;V
+bcruzm12;"Battle Cruiser M-12";256x224@60;V
+bcstry;"B.C. Story (set 1)";320x240@60;H
+bcstrya;"B.C. Story (set 2)";320x240@60;H
+beast;"Altered Beast (Euro, USA) - Altered Beast (Euro, USA, Bra) - Altered Beast (set 8, 8751 317-0078) - Altered Beast - Shadow of the Beast (Euro, Bra) - Shadow of the Beast (Euro, USA) - Shadow of the Beast (Neo Geo demo)";304x224@59;H
+beastfp;"Beastie Feastie";288x224@60;V
+berabohm;"Beraboh Man (Japan, Rev C)";288x224@60;H
+berabohmb;"Beraboh Man (Japan, Rev B)";288x224@60;H
+berlwall;"The Berlin Wall";256x224@60;H
+berlwallk;"The Berlin Wall (Korea)";256x224@60;H
+berlwallt;"The Berlin Wall (bootleg ?)";256x224@60;H
+bermudat;"Bermuda Triangle (World?)";400x224@60;V
+bermudata;"Bermuda Triangle (World Wars) (US)";400x224@60;V
+bermudatj;"Bermuda Triangle (Japan)";400x224@60;V
+bestbest;"Best Of Best";256x224@60;H
+bestleag;"Best League (bootleg of Big Striker, Italian Serie A)";256x224@60;H
+bestleaw;"Best League (bootleg of Big Striker, World Cup)";256x224@60;H
+bestri;"Bestri (Korea)";320x240@60;H
+bgaregga;"Battle Garegga (Europe / USA / Japan / Asia) (Sat Feb";320x240@60;V
+bgareggabl;"1945 Part 2 (Chinese hack of Battle Garegga)";320x240@60;V
+bgareggabla;"Lei Shen Zhuan Thunder Deity Biography (Chinese hack o";320x240@60;V
+bgareggacn;"Battle Garegga - Type 2 (Denmark / China) (Tue Apr 2 1";320x240@60;V
+bgareggahk;"Battle Garegga (Austria / Hong Kong) (Sat Feb 3 1996)";320x240@60;V
+bgaregganv;"Battle Garegga - New Version (Austria / Hong Kong) (Sa";320x240@60;V
+bgareggat2;"Battle Garegga - Type 2 (Europe / USA / Japan / Asia)";320x240@60;V
+bgareggatw;"Battle Garegga (Taiwan / Germany) (Thu Feb 1 1996)";320x240@60;V
+bgareggaz;"Battle Garegga Zakk version (Europe / USA / Japan / As";320x240@60;V
+bigbang;"Big Bang (9th Nov. 1993)";384x224@56;V
+bigbucks;"Big Bucks";288x224@60;V
+bigfghtr;"Tatakae! Big Fighter (Japan)";320x240@60;H
+bigkarnk;"Big Karnak";320x240@60;H
+bigstrik;"Big Striker";256x224@60;H
+bigstrkb;"Big Striker (bootleg)";256x224@60;H
+bigstrkba;"Big Striker (bootleg w/Italian teams)";256x224@60;H
+bigtwin;"Big Twin";320x240@58;H
+bikkuric;"Bikkuri Card (Japan)";256x224@60;V
+billiard;"The Billiards";256x224@60;V
+biomtoy;"Biomechanical Toy (Ver. 1.0.1885)";320x240@60;H
+biomtoya;"Biomechanical Toy (Ver. 1.0.1884)";320x240@60;H
+bionicc;"Bionic Commando (Euro)";256x224@60;H
+bionicc1;"Bionic Commando (US set 1)";256x224@60;H
+bionicc2;"Bionic Commando (US set 2)";256x224@60;H
+bioniccbl;"Bionic Commandos (bootleg, set 1)";256x224@60;H
+bioniccbl2;"Bionic Commandos (bootleg, set 2)";256x224@60;H
+bioship;"Bio-ship Paladin";256x224@56;H
+birdiy;"Birdiy";288x224@60;V
+birdtry;"Birdie Try (Japan)";256x240@57;V
+bishi;"Bishi Bashi Championship Mini Game Senshuken (ver JAA, - Super Bishi Bashi Championship (ver JAA, 2 Players)";288x224@60;H
+bjourney;"Blue's Journey / Raguy (ALM-001)(ALH-001)";320x224@59;H
+bjtwin;"Bombjack Twin (set 1)";384x224@56;V
+bjtwina;"Bombjack Twin (set 2)";384x224@56;V
+bladestl;"Blades of Steel (version T)";256x224@60;V
+bladestle;"Blades of Steel (version E)";256x224@60;V
+bladestll;"Blades of Steel (version L)";256x224@60;V
+blandia;"Blandia";384x240@60;H
+blandiap;"Blandia (prototype)";384x240@60;H
+blastoff;"Blast Off (Japan)";288x224@60;V
+blazeon;"Blaze On (Japan)";320x232@60;H
+blazer;"Blazer (Japan)";288x224@60;V
+blazstar;"Blazing Star";304x224@59;H
+blkbustr;"BlockBuster";240x224@60;V
+blkdrgon;"Black Dragon (Japan)";256x224@60;H
+blkdrgonb;"Black Dragon (bootleg)";256x224@60;H
+blkheart;"Black Heart";256x224@56;H
+blkheartj;"Black Heart (Japan)";256x224@56;H
+blkhole;"Black Hole";256x224@60;V
+blkpnthr;"Black Panther";256x224@60;H
+blktiger;"Black Tiger";256x224@60;H
+blktigera;"Black Tiger (older)";256x224@60;H
+blktigerb1;"Black Tiger (bootleg set 1)";256x224@60;H
+blktigerb2;"Black Tiger (bootleg set 2)";256x224@60;H
+blktigerb3;"Black Tiger / Black Dragon (mixed bootleg?)";256x224@60;H
+blmbycar;"Blomby Car";384x256@60;H
+blmbycaru;"Blomby Car (not encrypted)";384x256@60;H
+block;"Block (Game Corporation bootleg, set 1) - Block Block (World 911219 Joystick)";384x240@60;V
+blockbl;"Block Block (bootleg)";384x240@60;V
+blockcar;"Block Carnival / Thunder & Lightning 2";384x240@60;V
+blockgal;"Block Gal (MC-8123B, 317-0029)";256x224@60;V
+blockhl;"Block Hole";288x224@60;H
+blockj;"Block Block (Japan 910910)";384x240@60;V
+blockout;"Block Out (set 1) - Blockout (World)";320x240@58;H
+blockout2;"Block Out (set 2)";320x240@58;H
+blockoutj;"Block Out (Japan)";320x240@58;H
+blockr1;"Block Block (World 911106 Joystick)";384x240@60;V
+blockr2;"Block Block (World 910910)";384x240@60;V
+bloodbro;"Blood Bros. (set 1)";256x224@60;H
+bloodbroa;"Blood Bros. (set 2)";256x224@60;H
+bloodbrob;"Blood Bros. (set 3)";256x224@60;H
+bloodwar;"Blood Warrior";320x240@60;H
+blox16b;"Bloxeed (System 16B, PS2 data file)";320x224@60;H
+bloxeed;"Bloxeed (Japan, FD1094 317-0139)";320x224@60;H
+bloxeedd;"Bloxeed (Japan, FD1094 317-0139 decrypted)";320x224@60;H
+blswhstl;"Bells & Whistles (World, version L)";280x224@60;V
+blswhstla;"Bells & Whistles (Asia, version M)";280x224@60;V
+bluehawk;"Blue Hawk";384x240@60;V
+bluehawkn;"Blue Hawk (NTC)";384x240@60;V
+blueprnt;"Blue Print (Midway)";256x224@60;V
+blueprntj;"Blue Print (Jaleco)";256x224@60;V
+blzntrnd;"Blazing Tornado";304x224@60;H
+bmaster;"Blade Master (World)";320x240@60;H
+bnj;"Bump 'n' Jump - Bump 'n' Jump";256x240@60;V
+boblbobl;"Bobble Bobble (bootleg of Bubble Bobble) - Super Bobble Bobble (bootleg, set 1)";256x224@60;H
+boblcave;"Bubble Bobble: Lost Cave V1.2 (for Bobble Bobble PCB)";256x224@60;H
+bodyslam;"Body Slam (8751 317-0015)";320x224@60;H
+bogeyman;"Bogey Manor";256x240@60;H
+boggy84;"Boggy '84 - Boggy '84 (Jpn)";256x224@60;V
+boggy84b;"Boggy '84 (bootleg) - Boggy '84 (Jpn, Alt 2)";256x224@60;V
+bombbee;"Bomb Bee";272x224@60;V
+bomber;"Bomber - Bomber (bootleg of Scramble) - Space Bomber (ver. B)";256x224@60;V
+bombjack;"Bomb Jack (Jpn) - Bomb Jack (set 1)";256x224@60;V
+bombjack2;"Bomb Jack (set 2)";256x224@60;V
+bombjackt;"Bomb Jack (Tecfri, Spain)";256x224@60;V
+bombkick;"Bomb Kick (set 1)";384x224@60;H
+bombkicka;"Bomb Kick (set 2)";384x224@60;H
+bombrman;"Bomber Man (Japan)";320x240@60;H
+bongo;"Bongo - Congo Bongo";256x224@60;V
+bonkadv;"B.C. Kid / Bonk's Adventure / Kyukyoku!! PC Genjin";320x240@60;H
+bonzeadv;"Bonze Adventure (World, Newer)";320x224@60;H
+bonzeadvo;"Bonze Adventure (World, Older)";320x224@60;H
+bonzeadvp;"Bonze Adventure (World, prototype)";320x224@60;H
+bonzeadvu;"Bonze Adventure (US)";320x224@60;H
+boobhack;"Booby Kids (Italian manufactured graphic hack / bootle";256x224@60;V
+boogwing;"Boogie Wings (Euro v1.5, 92.12.07)";320x240@58;H
+boogwinga;"Boogie Wings (Asia v1.5, 92.12.07)";320x240@58;H
+boogwingu;"Boogie Wings (USA v1.7, 92.12.14)";320x240@58;H
+bottom9;"Bottom of the Ninth (ver. T)";288x224@60;H
+bottom9n;"Bottom of the Ninth (ver. N)";288x224@60;H
+bouldash;"Boulder Dash / Boulder Dash Part 2 (World)";256x240@57;H
+bouldashj;"Boulder Dash / Boulder Dash Part 2 (Japan)";256x240@57;H
+bounty;"The Bounty";256x224@60;H
+bowlrama;"Bowl-O-Rama";360x240@57;V
+boxyboy;"Boxy Boy (SB?) - Boxyboy";288x224@60;H
+brain;"Brain";256x224@60;H
+brapboys;"B.Rap Boys (World)";256x224@60;H
+brapboysj;"B.Rap Boys Special (Japan)";256x224@60;H
+brapboysu;"B.Rap Boys Special (US)";256x224@60;H
+breakers;"Breakers";320x224@59;H
+breakrev;"Breakers Revenge";320x224@59;H
+breywood;"Breywood (Japan revision 2)";256x240@58;H
+brix;"Brix";256x224@60;V
+brkthru;"Break Thru (US)";240x240@60;H
+brkthruj;"Kyohkoh-Toppa (Japan)";240x240@60;H
+brubber;"Burnin' Rubber";256x240@60;V
+bshark;"Battle Shark (World)";320x240@60;H
+bsharkj;"Battle Shark (Japan)";320x240@60;H
+bsharkjjs;"Battle Shark (Japan, Joystick)";320x240@60;H
+bsharku;"Battle Shark (US)";320x240@60;H
+bssoccer;"Back Street Soccer";256x224@60;H
+bstars;"Baseball Stars Professional (NGM-002)";320x224@59;H
+bstars2;"Baseball Stars 2";304x224@59;H
+bstarsh;"Baseball Stars Professional (NGH-002)";320x224@59;H
+btime;"Burger Time (Data East set 1) - Burgertime - Burgertime (Jpn) - Super Burger Time (World, set 1)";242x240@60;V
+btime2;"Burger Time (Data East set 2)";242x240@60;V
+btime3;"Burger Time (Data East USA)";242x240@60;V
+btimem;"Burger Time (Midway) - Burgertime (Prototype)";242x240@60;V
+btlfield;"Battle Field (Japan)";256x224@60;V
+btlfieldb;"Battle Field (bootleg)";256x224@60;V
+btlkroad;"Battle K-Road";320x224@59;H
+btlkroadk;"Battle K-Road (Korean PCB)";320x224@59;H
+bub68705;"Bubble Bobble (boolteg with 68705, set 1)";256x224@60;H
+bub68705a;"Bubble Bobble (boolteg with 68705, set 2)";256x224@60;H
+bubblem;"Bubble Memories: The Story Of Bubble Bobble III (Ver 2";320x224@60;H
+bubblemj;"Bubble Memories: The Story Of Bubble Bobble III (Ver 2";320x224@60;H
+bubbletr;"Bubble Trouble (World, Rev B)";288x224@60;H
+bubbletrj;"Bubble Trouble (Japan, Rev C)";288x224@60;H
+bubl2000;"Bubble 2000";256x224@56;H
+bublbob2;"Bubble Bobble II (Ver 2.6O 1994/12/16)";320x224@60;H
+bublbob2o;"Bubble Bobble II (Ver 2.5O 1994/10/05)";320x224@60;H
+bublbob2p;"Bubble Bobble II (Ver 0.0J 1993/12/13, prototype)";320x224@60;H
+bublbobl;"Bubble Bobble (Euro, Bra) - Bubble Bobble (Euro, USA) - Bubble Bobble (Japan, Ver 0.1)";256x224@60;H
+bublbobl1;"Bubble Bobble (Japan, Ver 0.0)";256x224@60;H
+bublboblb;"Bubble Bobble (for Bobble Bobble PCB)";256x224@60;H
+bublboblr;"Bubble Bobble (US, Ver 5.1)";256x224@60;H
+bublboblr1;"Bubble Bobble (US, Ver 1.0)";256x224@60;H
+bublboblu;"Bubble Bobble (Ultra Version, Hack)";256x224@60;H
+bublcave;"Bubble Bobble: Lost Cave V1.2";256x224@60;H
+bublcave10;"Bubble Bobble: Lost Cave V1.0";256x224@60;H
+bublcave11;"Bubble Bobble: Lost Cave V1.1";256x224@60;H
+bubsymphe;"Bubble Symphony (Ver 2.5O 1994/10/05)";320x224@60;H
+bubsymphj;"Bubble Symphony (Ver 2.5J 1994/10/05)";320x224@60;H
+bubsymphu;"Bubble Symphony (Ver 2.5A 1994/10/05)";320x224@60;H
+bucaner;"Buccaneer";288x224@60;V
+buccanrs;"Buccaneers (set 1)";256x256@55;H
+buccanrsa;"Buccaneers (set 2)";256x256@55;H
+buccanrsb;"Buccaneers (set 3, harder)";256x256@55;H
+bucky;"Bucky O'Hare (ver EAB)";384x224@60;H
+buckyaab;"Bucky O'Hare (ver AAB)";384x224@60;H
+buckyea;"Bucky O'Hare (ver EA)";384x224@60;H
+buckyjaa;"Bucky O'Hare (ver JAA)";384x224@60;H
+buckyuab;"Bucky O'Hare (ver UAB)";384x224@60;H
+bullet;"Bullet (FD1094 317-0041)";320x224@60;H
+bulletd;"Bullet (FD1094 317-0041 decrypted)";320x224@60;H
+bullfgt;"Bullfight (315-5065)";256x224@60;H
+buraiken;"Hissatsu Buraiken (Japan)";256x240@60;V
+burglarx;"Burglar X";384x224@60;H
+burnforc;"Burning Force (Euro) - Burning Force (Japan, new version (Rev C))";288x224@60;H
+burnforco;"Burning Force (Japan, old version)";288x224@60;H
+burningf;"Burning Fight (NGM-018)(NGH-018)";304x224@59;H
+burningfh;"Burning Fight (NGH-018)(US)";304x224@59;H
+burningfp;"Burning Fight (prototype, older)";304x224@59;H
+burningfpa;"Burning Fight (prototype, ver 23.3, 910326)";304x224@59;H
+buzzard;"Buzzard";288x224@60;V
+bwcasino;"Boardwalk Casino";288x224@60;V
+bwings;"B-Wings (Japan new Ver.)";256x240@60;V
+bwingsa;"B-Wings (Alt Ver.?)";256x240@60;V
+bwingso;"B-Wings (Japan old Ver.)";256x240@60;V
+bygone;"Bygone";240x224@60;H
+cabal;"Cabal (World, Joystick)";256x256@60;H
+cabala;"Cabal (korea?, Joystick)";256x256@60;H
+cachat;"Cachat (Japan)";320x224@60;H
+cactus;"Cactus (bootleg of Saboten Bombers)";384x224@56;H
+cadash;"Cadash (USA, Asia, Kor) - Cadash (World) - Cadash - Cadash";320x240@60;H
+cadashf;"Cadash (France)";320x240@60;H
+cadashg;"Cadash (Germany, version 1)";320x240@60;H
+cadashi;"Cadash (Italy)";320x240@60;H
+cadashj;"Cadash (Japan, version 2)";320x240@60;H
+cadashj1;"Cadash (Japan, version 1)";320x240@60;H
+cadashjo;"Cadash (Japan, oldest version)";320x240@60;H
+cadashp;"Cadash (World, prototype)";320x240@60;H
+cadashu;"Cadash (US, version 2)";320x240@60;H
+cairblad;"Change Air Blade (Japan)";338x240@60;V
+calibr50;"Caliber 50";384x240@57;V
+calipso;"Calipso";256x224@60;V
+calorie;"Calorie Kun vs Moguranian";256x224@60;H
+calorieb;"Calorie Kun vs Moguranian (bootleg)";256x224@60;H
+cameltry;"Cameltry (US, YM2610)";320x224@60;H
+cameltrya;"Cameltry (US, YM2203 + M6295)";320x224@60;H
+cameltryau;"Cameltry (World, YM2203 + M6295)";320x224@60;H
+cameltryj;"Cameltry (Japan, YM2610)";320x224@60;H
+candance;"Cannon Dancer (Japan)";320x240@58;H
+candory;"Candory (Bootleg)";288x224@60;H
+cannball;"Cannon Ball (Yun Sung, horizontal)";384x240@60;H
+cannballv;"Cannon Ball (Yun Sung, vertical)";384x240@60;V
+cannonbp;"Cannon Ball (Pacman Hardware)";288x224@60;V
+canvas;"Canvas Croquis";288x216@60;H
+canyon;"Canyon Bomber";256x240@60;H
+canyonp;"Canyon Bomber (prototype)";256x240@60;H
+capbowl;"Capcom Bowling (set 1)";360x244@57;V
+capbowl2;"Capcom Bowling (set 2)";360x244@57;V
+capbowl3;"Capcom Bowling (set 3)";360x244@57;V
+capbowl4;"Capcom Bowling (set 4)";360x244@57;V
+capitol;"Capitol";256x208@60;V
+captcomm;"Captain Commando (911202 other country)";384x224@60;H
+captcommb;"Captain Commando (bootleg set 1, 911014 other country)";384x224@60;H
+captcommb2;"Captain Commando (bootleg set 2 (with YM2151 + 2xMSM52";384x224@60;H
+captcommj;"Captain Commando (911202 Japan)";384x224@60;H
+captcommjr1;"Captain Commando (910928 Japan)";384x224@60;H
+captcommr1;"Captain Commando (911014 other country)";384x224@60;H
+captcommu;"Captain Commando (910928 USA)";384x224@60;H
+cashquiz;"Cash Quiz (Type B, Version 5)";256x224@60;H
+catacomb;"Catacomb";256x224@60;V
+catt;"Catt (Japan)";320x224@60;H
+cavelon;"Cavelon";256x224@60;V
+cavenger;"Cosmic Avenger - Cosmic Avenger";240x196@60;H
+cawing;"Carrier Air Wing (U.S. navy 901012 etc)";384x224@60;H
+cawingb2;"Carrier Air Wing (bootleg set 2 (with 2xYM2203 + 2xMSM";384x224@60;H
+cawingbl;"Carrier Air Wing (bootleg set 1 (with 2xYM2203 + 2xMSM";384x224@60;H
+cawingj;"U.S. Navy (901012 Japan)";384x224@60;H
+cawingr1;"Carrier Air Wing (U.S. navy 901009 etc)";384x224@60;H
+cawingu;"Carrier Air Wing (U.S. navy 901012 USA)";384x224@60;H
+cbuster;"Crude Buster (World FX version)";256x240@58;H
+cbusterj;"Crude Buster (Japan FR revision 1)";256x240@58;H
+cbusterw;"Crude Buster (World FU version)";256x240@58;H
+cclimber;"Crazy Climber (US)";256x224@60;H
+cclimbr2;"Crazy Climber 2 (Japan)";288x224@60;H
+cclimbr2a;"Crazy Climber 2 (Japan, Harder)";288x224@60;H
+cencourt;"Center Court (World, 4 Players, prototype, MC-8123B)";320x224@60;V
+centiped;"Centipede - Centipede (revision 4)";256x240@60;V
+centiped3;"Centipede (revision 3)";256x240@60;V
+chainrec;"Chain Reaction (World, Version 2.2, 1995.09.25)";320x240@58;H
+chaknpop;"Chack'n Pop";256x224@60;H
+chameleo;"Chameleon";256x224@60;H
+champwr;"Champion Wrestler (World)";320x224@60;H
+champwrj;"Champion Wrestler (Japan)";320x224@60;H
+champwru;"Champion Wrestler (US)";320x224@60;H
+chanbara;"Chanbara";256x224@60;V
+changes;"Changes";256x224@60;H
+changesa;"Changes (EME license)";256x224@60;H
+charlien;"Charlie Ninja";320x240@58;H
+chasehq;"Chase H.Q. (World) - Taito Chase H.Q. - Taito Chase H.Q. - Taito Chase H.Q. (Euro) - Taito Chase H.Q. (USA, SMS Mode)";320x240@60;H
+chasehqj;"Chase H.Q. (Japan) - Taito Chase H.Q. (Jpn, SMS Mode)";320x240@60;H
+chasehqju;"Chase H.Q. (Japan UP)";320x240@60;H
+chasehqu;"Chase H.Q. (US)";320x240@60;H
+checkman;"Check Man";256x224@60;V
+checkmanj;"Check Man (Japan)";256x224@60;V
+cheekyms;"Cheeky Mouse";256x192@60;V
+chelnov;"Chelnov (Jpn) - Chelnov - Atomic Runner (World)";256x248@60;H
+chelnovj;"Chelnov - Atomic Runner (Japan)";256x248@60;H
+chelnovu;"Chelnov - Atomic Runner (US)";256x248@60;H
+chewing;"Chewing Gum";256x224@60;V
+chikij;"Chiki Chiki Boys (900619 Japan) - Chiki Chiki Boys (Jpn, Kor)";384x224@60;H
+chimerab;"Chimera Beast (prototype)";256x224@60;H
+chinagat;"China Gate (US)";256x240@60;H
+chinatwn;"China Town (Japan)";320x240@58;H
+chkun;"Chance Kun (Japan)";256x224@60;V
+chokchok;"Choky! Choky!";320x240@60;H
+choko;"Choko (010820 Japan)";384x224@60;H
+chopliftbl;"Choplifter (bootleg)";256x224@60;H
+chopliftu;"Choplifter (unprotected)";256x224@60;H
+chopper;"Battle Chopper - Chopper I (US set 1)";400x224@60;V
+choppera;"Chopper I (US set 2)";400x224@60;V
+chopperb;"Chopper I (US set 3)";400x224@60;V
+chqflag;"Chequered Flag";304x224@60;V
+chqflagj;"Chequered Flag (Japan)";304x224@60;V
+chukatai;"Chuka Taisen (World) - Gokuraku! Chuka Taisen";256x224@60;H
+chukataij;"Chuka Taisen (Japan)";256x224@60;H
+chukataiu;"Chuka Taisen (US)";256x224@60;H
+circusc;"Circus Charlie (Jpn) - Circus Charlie (level select, set 1) - Maxi Tuan ~ Circus Charlie (Tw)";256x224@60;V
+circusc2;"Circus Charlie (level select, set 2)";256x224@60;V
+circusc3;"Circus Charlie (level select, set 3)";256x224@60;V
+circusc4;"Circus Charlie (no level select)";256x224@60;V
+circuscc;"Circus Charlie (Centuri)";256x224@60;V
+circusce;"Circus Charlie (Centuri, earlier)";256x224@60;V
+citybomb;"City Bomber (World)";256x224@60;V
+citybombj;"City Bomber (Japan)";256x224@60;V
+citycon;"City Connection (Jpn) - City Connection (set 1)";240x224@60;H
+citycona;"City Connection (Jpn, Alt) - City Connection (set 2)";240x224@60;H
+ckongg;"Crazy Kong (bootleg on Galaxian hardware)";256x224@60;V
+ckongmc;"Crazy Kong (bootleg on Moon Cresta hardware)";256x224@60;V
+ckongs;"Crazy Kong (Scramble hardware)";256x224@60;V
+clbowl;"Coors Light Bowling";360x244@57;V
+cleopatr;"Cleopatra Fortune (Ver 2.1J 1996/09/05)";320x224@60;H
+cloak;"Cloak & Dagger (rev 5)";256x232@60;H
+cloakfr;"Cloak & Dagger (French)";256x232@60;H
+cloakgr;"Cloak & Dagger (German)";256x232@60;H
+cloaksp;"Cloak & Dagger (Spanish)";256x232@60;H
+cltchitr;"Clutch Hitter (set 2, US, FD1094 317-0176)";320x224@60;H
+cltchitrd;"Clutch Hitter (set 2, US, FD1094 317-0176 decrypted)";320x224@60;H
+cltchitrj;"Clutch Hitter (set 1, Japan, FD1094 317-0175)";320x224@60;H
+cltchitrjd;"Clutch Hitter (set 1, Japan, FD1094 317-0175 decrypted";320x224@60;H
+cnbe;"Codename - Blut Engel (2006-01-19)";304x224@59;H
+cndi;"Chip n Dale (Intro demo)";304x224@59;H
+cninja;"Caveman Ninja (World ver 4)";256x240@58;H
+cninja1;"Caveman Ninja (World ver 1)";256x240@58;H
+cninjabl;"Caveman Ninja (bootleg)";256x240@58;H
+cninjau;"Caveman Ninja (US ver 4)";256x240@58;H
+cobracom;"Cobra-Command (World/US revision 5)";256x240@58;H
+cobracoma;"Cobra-Command (World/US revision 4)";256x240@58;H
+cobracomb;"Cobra-Command (Italian bootleg)";256x240@58;H
+cobracomj;"Cobra-Command (Japan)";256x240@58;H
+cobracomja;"Cobra-Command (Japan?, set 2)";256x240@58;H
+cobracomjb;"Cobra-Command (Japan, bootleg)";256x240@58;H
+columnsn;"Columns (Neo Geo)";304x224@59;H
+combh;"Combat Hawk";224x224@60;V
+commando;"Commando (World)";256x224@60;V
+commandob;"Commando (bootleg)";256x224@60;V
+commandob2;"Commando (bootleg 2)";256x224@60;V
+commandoj;"Senjou no Ookami";256x224@60;V
+commandou;"Commando (US, set 1)";256x224@60;V
+commandou2;"Commando (US, set 2)";256x224@60;V
+commandw;"Command War - Super Special Battle & War Game (Ver 0.0";320x224@60;H
+commsega;"Commando (Sega)";256x224@60;V
+condor;"Condor (Sidam bootleg of Phoenix)";256x208@60;V
+condorn;"Condor (S C Novar bootleg of Phoenix)";256x208@60;V
+congo;"Congo (Prototype) - Congo Bongo - Congo Bongo - Congo Bongo (Euro, Jpn, v1)";256x224@60;V
+congoa;"Congo Bongo (Euro, Jpn, v1 Alt) - Congo Bongo (Rev C, 3 board stack)";256x224@60;V
+contcirc;"Continental Circus (World)";320x224@60;H
+contcircj;"Continental Circus (Japan)";320x224@60;H
+contcircu;"Continental Circus (US set 1)";320x224@60;H
+contcircua;"Continental Circus (US set 2)";320x224@60;H
+contra;"Contra (US / Asia, set 1) - Contra - Hard Corps (USA, Kor) - Super Contra";280x224@60;V
+contra1;"Contra (US / Asia, set 2)";280x224@60;V
+contrab;"Contra (bootleg)";280x224@60;V
+contrabj;"Contra (Japan bootleg, set 1)";280x224@60;V
+contrabj1;"Contra (Japan bootleg, set 2)";280x224@60;V
+contrae;"Contra (US / Asia, set 3)";280x224@60;V
+contraj;"Contra (Japan, set 1) - Contra - The Hard Corps (Jpn) - Super Contra (Japan)";280x224@60;V
+contraj1;"Contra (Japan, set 2)";280x224@60;V
+cookbib;"Cookie & Bibi (set 1)";320x240@60;H
+cookbib2;"Cookie & Bibi 2";256x224@58;H
+cookbib3;"Cookie & Bibi 3";256x224@58;H
+cookbiba;"Cookie & Bibi (set 2)";320x240@60;H
+cosmccop;"Cosmic Cop (World)";384x256@55;H
+cosmogng;"Cosmo Gang the Video (US)";288x224@60;V
+cotton;"Cotton (set 3, World, FD1094 317-0181a) - Panorama Cotton (Jpn)";320x224@60;H
+cottond;"Cotton (set 3, World, FD1094 317-0181a decrypted)";320x224@60;H
+cottong;"Cotocoto Cottong";256x224@60;V
+cottonj;"Cotton (set 2, Japan, Rev B, FD1094 317-0179b))";320x224@60;H
+cottonja;"Cotton (set 1, Japan, Rev A, FD1094 317-0179a))";320x224@60;H
+cottonjad;"Cotton (set 1, Japan, Rev A, FD1094 317-0179a decrypte";320x224@60;H
+cottonjd;"Cotton (set 2, Japan, Rev B, FD1094 317-0179b decrypte";320x224@60;H
+cottonu;"Cotton (set 2, US, FD1094 317-0180)";320x224@60;H
+cottonud;"Cotton (set 2, US, FD1094 317-0180 decrypted)";320x224@60;H
+countrunb;"Counter Run (bootleg set 1)";256x224@60;H
+cphd;"Crouching Poney Hidden Dragon (DEMO)";304x224@59;H
+cps1demo;"Chaos Demo (CPS-1)";384x224@60;H
+cps1frog;"Frog Feast (CPS-1)";384x224@60;H
+crazyblk;"Crazy Blocks";240x224@60;V
+crazycop;"Crazy Cop (Japan)";288x224@60;V
+crazyfgt;"Crazy Fight";384x224@60;H
+crimec;"Crime City (World)";320x224@60;H
+crimecj;"Crime City (Japan)";320x224@60;H
+crimecu;"Crime City (US)";320x224@60;H
+crimfght;"Crime Fighters (World 2 players)";320x224@60;H
+crimfghtj;"Crime Fighters (Japan 2 Players)";320x224@60;H
+crimfghtu;"Crime Fighters (US 4 Players)";320x224@60;H
+crockman;"Crock-Man (bootleg, Rene-Pierre)";288x224@60;V
+croquis;"Croquis (Germany)";320x224@60;H
+crospang;"Cross Pang";320x240@60;H
+crossbld;"Cross Blades! (Japan)";320x240@60;H
+crshrace;"Lethal Crash Race (set 1)";320x224@60;V
+crshrace2;"Lethal Crash Race (set 2)";320x224@60;V
+crswd2bl;"Crossed Swords 2 (bootleg CD to cartridge conversion)";304x224@59;H
+crsword;"Crossed Swords (ALM-002)(ALH-002)";304x224@59;H
+cruisin;"Cruisin";240x224@60;H
+crush;"Alien Crush - Alien Crush - Crush Roller (Kural Samno) - Mad Crusher (Japan) - Rolling Crush (version 1.07.E - 1999/02/11, Trust lice - Super Metal Crusher";288x224@60;V
+crush2;"Crush Roller (Kural Esco - bootleg?)";288x224@60;V
+crush4;"Crush Roller (Kural - bootleg?)";288x224@60;V
+crush5;"Crush Roller (Kural TWT)";288x224@60;V
+crushbl;"Crush Roller (bootleg set 1)";288x224@60;V
+crushbl2;"Crush Roller (bootleg set 2)";288x224@60;V
+crushbl3;"Crush Roller (bootleg set 3)";288x224@60;V
+crusherm;"Crusher Makochan (Japan)";320x240@58;H
+crushs;"Crush Roller (Sidam bootleg)";288x224@60;V
+csclub;"Capcom Sports Club (971017 Euro)";384x224@60;H
+csclub1;"Capcom Sports Club (970722 Euro)";384x224@60;H
+csclub1d;"Capcom Sports Club (970722 Euro Phoenix Edition)";384x224@60;H
+cscluba;"Capcom Sports Club (970722 Asia)";384x224@60;H
+csclubh;"Capcom Sports Club (970722 Hispanic)";384x224@60;H
+csclubj;"Capcom Sports Club (970722 Japan)";384x224@60;H
+csclubjy;"Capcom Sports Club (970722 Japan, yellow case)";384x224@60;H
+csilver;"Captain Silver (World)";256x240@58;H
+csilverj;"Captain Silver (Japan revision 3)";256x240@58;H
+csilverja;"Captain Silver (Japan revision 1)";256x240@58;H
+csprint;"Championship Sprint (Atari System 2)";512x384@60;H
+ct2k3sa;"Crouching Tiger Hidden Dragon 2003 Super Plus alternat";304x224@59;H
+ct2k3sp;"Crouching Tiger Hidden Dragon 2003 Super Plus";304x224@59;H
+cthd2003;"Crouching Tiger Hidden Dragon 2003 (set 1)";304x224@59;H
+cthd2k3a;"Crouching Tiger Hidden Dragon 2003 (set 2)";304x224@59;H
+ctomaday;"Captain Tomaday";304x224@59;H
+ctribe;"The Combatribes (US)";320x240@57;H
+ctribe1;"The Combatribes (US set 1?)";320x240@57;H
+ctribeb;"The Combatribes (bootleg set 1)";320x240@57;H
+ctribeb2;"The Combatribes (bootleg set 2)";320x240@57;H
+ctribej;"The Combatribes (Japan)";320x240@57;H
+ctribeo;"The Combatribes (US , older)";320x240@57;H
+ctrpllrp;"Caterpillar Pacman Hack";288x224@60;V
+cubybop;"Cuby Bop (location test)";320x224@60;H
+cuebrick;"Cue Brick (World, version D)";304x224@60;H
+cuebrickj;"Cue Brick (Japan)";320x224@60;H
+cupfinal;"Taito Cup Finals (Ver 1.0O 1993/02/28)";320x224@60;H
+cutefght;"Cute Fighter";304x224@58;H
+cutieq;"Cutie Q";272x224@60;V
+cworld;"Capcom World (Japan)";384x240@60;H
+cworld2j;"Adventure Quiz Capcom World 2 (920611 Japan)";384x224@60;H
+cworld2ja;"Adventure Quiz Capcom World 2 (Japan 920611, B-Board 9";384x224@60;H
+cworld2jb;"Adventure Quiz Capcom World 2 (Japan 920611, B-Board 9";384x224@60;H
+cybattlr;"Cybattler";256x224@60;V
+cyberlip;"Cyber-Lip (NGM-010)";304x224@59;H
+cybertnk;"Cyber Tank (v1.4)";224x512@60;V
+cybots;"Cyberbots - fullmetal madness (950424 Euro)";384x224@60;H
+cybotsj;"Cyberbots - fullmetal madness (950420 Japan)";384x224@60;H
+cybotsjd;"Cyberbots - fullmetal madness (Japan 950424) (decrypte";384x224@60;H
+cybotsu;"Cyberbots - fullmetal madness (950424 USA)";384x224@60;H
+cybotsud;"Cyberbots - fullmetal madness (950424 USA Phoenix Edit";384x224@60;H
+cyvern;"Cyvern (US)";320x240@60;V
+cyvernj;"Cyvern (Japan)";320x240@60;V
+dacholer;"Dacholer";256x224@60;H
+dadandrn;"Kyukyoku Sentai Dadandarn (ver JAA)";288x224@60;H
+daimakai;"Dai Makai-Mura (Japan) - Dai Makaimura - Dai Makaimura (Jpn)";384x224@60;H
+daimakaib;"Dai Makai-Mura (bootleg, Japan)";384x224@60;H
+daimakair;"Dai Makai-Mura (Japan Resale Ver.)";384x224@60;H
+daioh;"Daioh";384x240@60;V
+daioha;"Daioh (earlier)";384x240@60;V
+daiohc;"Daioh (93111A PCB conversion)";384x240@60;V
+daiohp;"Daioh (prototype)";384x240@60;V
+dairesya;"Dai Ressya Goutou (Japan)";240x224@60;H
+daisenpu;"Dai Senpu - Daisenpu (Japan)";384x224@60;V
+dambustr;"Dambusters (US, set 1) - The Dam Busters (Euro?)";256x224@60;V
+dambustra;"Dambusters (US, set 2) - The Dam Busters (Jpn)";256x224@60;V
+dambustruk;"Dambusters (UK)";256x224@60;V
+dangar;"Ufo Robo Dangar (4/07/1987)";256x224@60;V
+dangara;"Ufo Robo Dangar (12/1/1986)";256x224@60;V
+dangarb;"Ufo Robo Dangar (9/26/1986)";256x224@60;V
+dangarbt;"Ufo Robo Dangar (bootleg)";256x224@60;V
+dangseed;"Dangerous Seed (Japan) - Dangerous Seed (Jpn)";288x224@60;V
+dankuga;"Dan-Ku-Ga (Ver 0.0J 1994/12/13) (Prototype)";320x224@60;H
+daraku;"Daraku Tenshi - The Fallen Angels";320x224@60;H
+darius;"Darius (World)";224x864@60;V
+darius2;"Darius II (Japan) - Darius II (Jpn)";224x864@60;V
+darius2d;"Darius II (dual screen) (Japan)";224x640@60;V
+darius2do;"Darius II (dual screen) (Japan old version)";224x640@60;V
+dariuse;"Darius (Extra) (Japan)";224x864@60;V
+dariusg;"Darius Gaiden - Silver Hawk (Ver 2.5O 1994/09/19)";320x232@60;H
+dariusgj;"Darius Gaiden - Silver Hawk (Ver 2.5J 1994/09/19)";320x232@60;H
+dariusgu;"Darius Gaiden - Silver Hawk (Ver 2.5A 1994/09/19)";320x232@60;H
+dariusgx;"Darius Gaiden - Silver Hawk Extra Version (Ver 2.7J 19";320x232@60;H
+dariusj;"Darius (Japan)";224x864@60;V
+dariuso;"Darius (Japan old version)";224x864@60;V
+dariusu;"Darius (US)";224x864@60;V
+darkadv;"Dark Adventure";320x224@60;H
+darkmist;"The Lost Castle In Darkmist";256x224@60;V
+darkplnt;"Dark Planet";256x224@60;H
+darkseal;"Dark Seal (World revision 3)";256x240@58;H
+darkseal1;"Dark Seal (World revision 1)";256x240@58;H
+darkseal2;"Dark Seal 2 (Japan v2.1)";320x240@58;H
+darksealj;"Dark Seal (Japan)";256x240@58;H
+darktowr;"Dark Tower";256x240@57;H
+darwin;"Darwin 4078 (Japan) - Darwin 4081 (Jpn, Kor) - Super Real Darwin (World)";240x240@60;V
+dassault;"Desert Assault (US)";320x240@60;H
+dassault4;"Desert Assault (US 4 Players)";320x240@60;H
+dblaxle;"Double Axle (US)";320x240@60;H
+dblaxleu;"Double Axle (US earlier)";320x240@60;H
+dbldynj;"The Double Dynamites (Japan, 13NOV89)";256x224@60;H
+dbldynu;"The Double Dynamites (US, 13NOV89)";256x224@60;H
+dblewing;"Double Wings";320x240@58;V
+dblpoint;"Double Point";320x224@60;H
+dblpointd;"Double Point (Dong Bang Electron, bootleg?)";320x224@60;H
+dbreed;"Dragon Breed (M81 PCB version)";384x256@55;H
+dbreedm72;"Dragon Breed (M72 PCB version)";384x256@55;H
+dbz;"Dragon Ball Z - Buyuu Retsuden (Jpn) - Dragonball Z (rev B)";384x256@60;H
+dbz2;"Dragonball Z 2 - Super Battle";384x256@60;H
+dbza;"Dragonball Z (rev A)";384x256@60;H
+dcon;"D-Con";320x224@60;H
+ddaydoo;"Chulgyeok D-Day (Korea)";384x240@60;V
+ddcrew;"D. D. Crew (set 4, World, 3 Players, FD1094 317-0190)";320x224@60;H
+ddcrew1;"D. D. Crew (set 1, World, 4 Players, FD1094 317-?)";320x224@60;H
+ddcrew1d;"D. D. Crew (set 1, World, 4 Players, FD1094 317-? decr";320x224@60;H
+ddcrew2;"D. D. Crew (set 2, World, 2 Players, FD1094 317-0184)";320x224@60;H
+ddcrew2d;"D. D. Crew (set 2, World, 2 Players, FD1094 317-0184 d";320x224@60;H
+ddcrewd;"D. D. Crew (set 4, World, 3 Players, FD1094 317-0190 d";320x224@60;H
+ddcrewj;"D. D. Crew (set 5, Japan, 4 Players, FD1094 317-0185)";320x224@60;H
+ddcrewj2;"D. D. Crew (set 6, Japan, 2 Players, FD1094 317-0182)";320x224@60;H
+ddcrewj2d;"D. D. Crew (set 6, Japan, 2 Players, FD1094 317-0182 d";320x224@60;H
+ddcrewjd;"D. D. Crew (set 5, Japan, 4 Players, FD1094 317-0185 d";320x224@60;H
+ddcrewu;"D. D. Crew (set 3, US, 4 Players, FD1094 317-0186)";320x224@60;H
+ddcrewud;"D. D. Crew (set 3, US, 4 Players, FD1094 317-0186 decr";320x224@60;H
+ddonpach;"DoDonPachi (International, master ver. 97/02/05)";320x240@60;V
+ddonpacha;"DoDonPachi (Arrange Mode version 1.1, hack by Trap15)";320x240@60;V
+ddonpachj;"DoDonPachi (Japan, master ver. 97/02/05)";320x240@60;V
+ddp2;"Bee Storm - DoDonPachi II (V102, World) - Judge Dredd (USA, Prototype, Alt)";448x224@60;V
+ddp2100;"Bee Storm - DoDonPachi II (V100, World)";448x224@60;V
+ddp2100c;"Bee Storm - DoDonPachi II (V100, China)";448x224@60;V
+ddp2100hk;"Bee Storm - DoDonPachi II (V100, Hong Kong)";448x224@60;V
+ddp2100j;"Bee Storm - DoDonPachi II (V100, Japan)";448x224@60;V
+ddp2100k;"Bee Storm - DoDonPachi II (V100, Korea)";448x224@60;V
+ddp2100t;"Bee Storm - DoDonPachi II (V100, Taiwan)";448x224@60;V
+ddp2101;"Bee Storm - DoDonPachi II (V101, World)";448x224@60;V
+ddp2101c;"Bee Storm - DoDonPachi II (V101, China)";448x224@60;V
+ddp2101hk;"Bee Storm - DoDonPachi II (V101, Hong Kong)";448x224@60;V
+ddp2101j;"Bee Storm - DoDonPachi II (V101, Japan)";448x224@60;V
+ddp2101k;"Bee Storm - DoDonPachi II (V101, Korea)";448x224@60;V
+ddp2101t;"Bee Storm - DoDonPachi II (V101, Taiwan)";448x224@60;V
+ddp2c;"Bee Storm - DoDonPachi II (V102, China)";448x224@60;V
+ddp2hk;"Bee Storm - DoDonPachi II (V102, Hong Kong)";448x224@60;V
+ddp2j;"Bee Storm - DoDonPachi II (V102, Japan)";448x224@60;V
+ddp2k;"Bee Storm - DoDonPachi II (V102, Korea)";448x224@60;V
+ddp2t;"Bee Storm - DoDonPachi II (V102, Taiwan)";448x224@60;V
+ddpdoj;"DoDonPachi Dai-Ou-Jou (V101, Japan)";448x224@60;V
+ddpdoja;"DoDonPachi Dai-Ou-Jou (V100 (second version), Japan)";448x224@60;V
+ddpdojb;"DoDonPachi Dai-Ou-Jou (V100 (first version), Japan)";448x224@60;V
+ddpdojblk;"DoDonPachi Dai-Ou-Jou Black Label (V100, (2002.10.07.B";448x224@60;V
+ddpdojblka;"DoDonPachi Dai-Ou-Jou Black Label (V100 (2002.10.07 Bl";448x224@60;V
+ddpdojblkbl;"DoDonPachi Dai-Ou-Jou Black Label (2002.10.07 Black Ve";448x224@60;V
+ddragon;"Double Dragon (Euro, USA) - Double Dragon (Euro, USA) - Double Dragon (Japan) - Double Dragon (Kor) - Double Dragon (World)";256x240@57;H
+ddragon2;"Double Dragon II - The Revenge (Jpn) - Double Dragon II - The Revenge (World)";256x240@57;H
+ddragon2b;"Double Dragon II - The Revenge (US bootleg, set 1)";256x240@57;H
+ddragon2b2;"Double Dragon II - The Revenge (US bootleg, set 2)";256x240@57;H
+ddragon2u;"Double Dragon II - The Revenge (US)";256x240@57;H
+ddragon3;"Double Dragon 3 - The Arcade Game (Euro, USA) - Double Dragon 3 - The Rosetta Stone (US)";320x240@57;H
+ddragon3b;"Double Dragon 3 - The Rosetta Stone (bootleg)";320x240@57;H
+ddragon3j;"Double Dragon 3 - The Rosetta Stone (Japan)";320x240@57;H
+ddragon3p;"Double Dragon 3 - The Rosetta Stone (prototype)";320x240@57;H
+ddragonb;"Double Dragon (bootleg with HD6309)";256x240@57;H
+ddragonb2;"Double Dragon (bootleg)";256x240@57;H
+ddragonba;"Double Dragon (bootleg with M6803)";256x240@57;H
+ddragonu;"Double Dragon (US set 1)";256x240@57;H
+ddragonua;"Double Dragon (US set 2)";256x240@57;H
+ddragonub;"Double Dragon (US set 3)";256x240@57;H
+ddragonw;"Double Dragon (World set 1)";256x240@57;H
+ddragonw1;"Double Dragon (World set 2)";256x240@57;H
+ddsom;"Dungeons & Dragons - shadow over mystara (960619 Euro)";384x224@60;H
+ddsoma;"Dungeons & Dragons - shadow over mystara (960619 Asia)";384x224@60;H
+ddsomar1;"Dungeons & Dragons - shadow over mystara (960208 Asia)";384x224@60;H
+ddsomb;"Dungeons & Dragons - shadow over mystara (960223 Brazi";384x224@60;H
+ddsomh;"Dungeons & Dragons - shadow over mystara (960223 Hispa";384x224@60;H
+ddsomj;"Dungeons & Dragons - shadow over mystara (960619 Japan";384x224@60;H
+ddsomjr1;"Dungeons & Dragons - shadow over mystara (960206 Japan";384x224@60;H
+ddsomjr2;"Dungeons & Dragons - shadow over mystara (960223 Japan";384x224@60;H
+ddsomr1;"Dungeons & Dragons - shadow over mystara (960223 Euro)";384x224@60;H
+ddsomr2;"Dungeons & Dragons - shadow over mystara (960209 Euro)";384x224@60;H
+ddsomr3;"Dungeons & Dragons - shadow over mystara (960208 Euro)";384x224@60;H
+ddsomu;"Dungeons & Dragons - shadow over mystara (960619 USA)";384x224@60;H
+ddsomud;"Dungeons & Dragons - shadow over mystara (960619 USA P";384x224@60;H
+ddsomur1;"Dungeons & Dragons - shadow over mystara (960209 USA)";384x224@60;H
+ddtod;"Dungeons & Dragons - tower of doom (940412 Euro)";384x224@60;H
+ddtoda;"Dungeons & Dragons - tower of doom (940412 Asia)";384x224@60;H
+ddtodar1;"Dungeons & Dragons - tower of doom (940113 Asia)";384x224@60;H
+ddtodd;"Dungeons & Dragons - tower of doom (940412 Euro Phoeni";384x224@60;H
+ddtodh;"Dungeons & Dragons - tower of doom (940412 Hispanic)";384x224@60;H
+ddtodhr1;"Dungeons & Dragons - tower of doom (940125 Hispanic)";384x224@60;H
+ddtodhr2;"Dungeons & Dragons - tower of doom (940113 Hispanic)";384x224@60;H
+ddtodj;"Dungeons & Dragons - tower of doom (940412 Japan)";384x224@60;H
+ddtodjr1;"Dungeons & Dragons - tower of doom (940125 Japan)";384x224@60;H
+ddtodjr2;"Dungeons & Dragons - tower of doom (940113 Japan)";384x224@60;H
+ddtodr1;"Dungeons & Dragons - tower of doom (940113 Euro)";384x224@60;H
+ddtodu;"Dungeons & Dragons - tower of doom (940125 USA)";384x224@60;H
+ddtodur1;"Dungeons & Dragons - tower of doom (940113 USA)";384x224@60;H
+ddux;"Dynamite Dux (Euro, Bra) - Dynamite Dux (set 2, FD1094 317-0096)";320x224@60;H
+ddux1;"Dynamite Dux (set 1, 8751 317-0095)";320x224@60;H
+dduxbl;"Dynamite Dux (bootleg)";320x224@60;H
+dduxd;"Dynamite Dux (set 2, FD1094 317-0096 decrypted)";320x224@60;H
+dduxj;"Dynamite Dux (set 2, Japan, FD1094 317-0094)";320x224@60;H
+dduxjd;"Dynamite Dux (set 2, Japan, FD1094 317-0094 decrypted)";320x224@60;H
+deadconx;"Dead Connection (World)";320x224@60;H
+deadconxj;"Dead Connection (Japan)";320x224@60;H
+dealer;"The Dealer";272x236@60;V
+deathbrd;"Death Brade (Japan ver JM-3)";320x240@58;H
+deerhunt;"Deer Hunter (Rus) - Deer Hunting USA V4.3";320x240@60;H
+deerhunta;"Deer Hunting USA V4.2";320x240@60;H
+deerhuntb;"Deer Hunting USA V4.0";320x240@60;H
+deerhuntc;"Deer Hunting USA V3.0";320x240@60;H
+deerhuntd;"Deer Hunting USA V2";320x240@60;H
+deerhunte;"Deer Hunting USA V1";320x240@60;H
+defense;"Defense (System 16B, FD1089A 317-0028)";320x224@60;H
+deluxe4u;"Deluxe 4 U (ver. 0107, 07/01/2000)";320x240@60;H
+deluxe5;"Deluxe 5 (ver. 0107, 07/01/2000, set 1)";320x240@60;H
+deluxe5a;"Deluxe 5 (ver. 0107, 07/01/2000, set 2)";320x240@60;H
+deluxe5b;"Deluxe 5 (ver. 0107, 07/01/2000, set 3)";320x240@60;H
+demonwld;"Demon's World / Horror Story (set 1)";320x240@55.2;H
+demonwld1;"Demon's World / Horror Story (set 2)";320x240@55.2;H
+demonwld2;"Demon's World / Horror Story (set 3)";320x240@55.2;H
+demonwld3;"Demon's World / Horror Story (set 4)";320x240@55.2;H
+demonwld4;"Demon's World / Horror Story (set 5)";320x240@55.2;H
+deroon;"Deroon DeroDero";320x240@57;H
+deroona;"Deroon DeroDero (alt set)";320x240@57;H
+desertbr;"Desert Breaker (World, FD1094 317-0196)";320x224@60;V
+desertbrd;"Desert Breaker (World, FD1094 317-0196 decrypted)";320x224@60;V
+desertbrj;"Desert Breaker (Japan, FD1094 317-0194)";320x224@60;V
+desertbrjd;"Desert Breaker (Japan, FD1094 317-0194 decrypted)";320x224@60;V
+detatwin;"Detana!! Twin Bee (Japan ver. J)";280x224@60;V
+devilfsg;"Devil Fish (Galaxian hardware, bootleg?)";256x224@60;V
+devilfsh;"Devil Fish";256x224@60;V
+devilw;"Devil World";320x224@60;H
+devstors;"Devastators (ver. Z)";304x224@60;V
+devstors2;"Devastators (ver. X)";304x224@60;V
+devstors3;"Devastators (ver. V)";304x224@60;V
+dfeveron;"Dangun Feveron (Japan, ver. 98/09/17)";320x240@58;V
+dharma;"Dharma Doujou";320x224@60;H
+dharmaj;"Dharma Doujou (Japan)";320x224@60;H
+dharmak;"Dharma Doujou (Korea)";320x224@60;H
+diamond;"Diamond Run";256x224@60;H
+dietgo;"Diet Go Go (Euro v1.1 1992.09.26)";320x240@58;H
+dietgoe;"Diet Go Go (Euro v1.1 1992.08.04)";320x240@58;H
+dietgoj;"Diet Go Go (Japan v1.1 1992.09.26)";320x240@58;H
+dietgou;"Diet Go Go (USA v1.1 1992.09.26)";320x240@58;H
+digdug;"Dig Dug (Jpn) - Dig Dug (Prototype) - Dig Dug (rev 2)";288x224@60;V
+digdug2;"Dig Dug II (New Ver.)";288x224@60;V
+digdug2o;"Dig Dug II (Old Ver.)";288x224@60;V
+diggerma;"Digger Man";304x224@59;H
+dimahoo;"Dimahoo (000121 Euro)";384x224@60;V
+dimahoou;"Dimahoo (000121 USA)";384x224@60;V
+dimahoud;"Dimahoo (000121 USA Phoenix Edition)";384x224@60;V
+dingo;"Dingo";256x224@60;V
+dino;"Cadillacs & Dinosaurs (930201 etc)";384x224@60;H
+dinoa;"Cadillacs & Dinosaurs (930223 Asia TW)";384x224@60;H
+dinoeh;"Cadillacs and Dinosaurs (hack, 930201 etc)";384x224@60;H
+dinoh;"Cadillacs and Dinosaurs (bootleg set 3, 930223 Asia TW";384x224@60;H
+dinohc;"Cadillacs and Dinosaurs (Chinese bootleg, 930223 Asia";384x224@60;H
+dinohunt;"Dinosaur Hunter (Chinese bootleg, 930223 Asia TW)";384x224@60;H
+dinoj;"Cadillacs Kyouryuu-Shinseiki (Cadillacs 930201 Japan)";384x224@60;H
+dinopic;"Cadillacs and Dinosaurs (bootleg set 1 (with PIC16c57)";384x224@60;H
+dinopic2;"Cadillacs and Dinosaurs (bootleg set 2 (with PIC16c57)";384x224@60;H
+dinopic3;"Cadillacs and Dinosaurs (bootleg set 3 (with PIC16c57)";384x224@60;H
+dinopic4;"Cadillacs and Dinosaurs (bootleg set 4 (with PIC16c57)";384x224@60;H
+dinorex;"Dino Rex (World)";320x224@60;H
+dinorexj;"Dino Rex (Japan)";320x224@60;H
+dinorexu;"Dino Rex (US)";320x224@60;H
+dinot;"Cadillacs and Dinosaurs Turbo (bootleg set 1, 930223 A";384x224@60;H
+dinotpic;"Cadillacs and Dinosaurs Turbo (bootleg set 2 (with PIC";384x224@60;H
+dinou;"Cadillacs & Dinosaurs (930201 USA)";384x224@60;H
+dirtfoxj;"Dirt Fox (Japan)";288x224@60;V
+disco;"Disco No.1";242x240@60;V
+discof;"Disco No.1 (Rev.F)";242x240@60;V
+diverboy;"Diver Boy";320x240@60;H
+djboy;"DJ Boy (Euro) - DJ Boy (set 1)";256x224@58;H
+djboya;"DJ Boy (set 2)";256x224@58;H
+djboyj;"DJ Boy (Japan) - DJ Boy (Jpn)";256x224@58;H
+dkgensan;"Daiku no Gensan (Japan, M82)";384x256@55;H
+dkgensanm72;"Daiku no Gensan (Japan, M72)";384x256@55;H
+dkingjr;"Donkey King Jr. (bootleg of Donkey Kong Jr.)";256x224@60;V
+dkong;"Donkey Kong - Donkey Kong (US set 1)";256x224@60;V
+dkong3;"Donkey Kong 3 (US)";256x224@60;V
+dkong3b;"Donkey Kong 3 (bootleg on Donkey Kong Jr. hardware)";256x224@60;V
+dkong3j;"Donkey Kong 3 (Japan)";256x224@60;V
+dkongf;"Donkey Kong Foundry (hack)";256x224@60;V
+dkonghrd;"Donkey Kong (US set 1) with Hard kit";256x224@60;V
+dkongj;"Donkey Kong (Japan set 1)";256x224@60;V
+dkongjnrj;"Donkey Kong Junior (Japan?)";256x224@60;V
+dkongjo;"Donkey Kong (Japan set 2)";256x224@60;V
+dkongjo1;"Donkey Kong (Japan set 3)";256x224@60;V
+dkongjr;"Donkey Kong Junior - Donkey Kong Junior (US set F-2)";256x224@60;V
+dkongjrb;"Donkey Kong Jr. (bootleg)";256x224@60;V
+dkongjrj;"Donkey Kong Jr. (Japan)";256x224@60;V
+dkongjrm;"Donkey Kong Jr. (Moon Cresta hardware)";256x224@60;V
+dkongo;"Donkey Kong (US set 2)";256x224@60;V
+dkongpe;"Donkey Kong - Pauline Edition (hack, rev 5)";256x224@60;V
+dkongx;"Donkey Kong II - Jumpman Returns (hack, V1.2)";256x224@60;V
+dkongx11;"Donkey Kong II - Jumpman Returns (hack, V1.1)";256x224@60;V
+dkrainbow;"Donkey Kong - Arcade Rainbow (hack)";256x224@60;V
+dland;"Dream Land / Super Dream Land (bootleg of Bubble Bobbl - Rod-Land (World)";256x224@60;H
+dleague;"Dynamite League (US)";320x240@60;H
+dleaguej;"Dynamite League (Japan)";320x240@60;H
+dmnfrnt;"Demon Front (V105)";448x224@60;H
+dmnfrnta;"Demon Front (V102, China)";448x224@60;H
+dmnfrntb;"Demon Front (V103)";448x224@60;H
+dmnfrntpcb;"Demon Front (V107, Korea, Single PCB Version)";448x224@60;H
+dngrtrck;"Danger Track (Rally X bootleg)";288x224@60;H
+docastle;"Mr. Do!'s Castle - Mr. Do's Castle (set 1)";240x192@60;V
+dodgeman;"Dodge Man";256x224@60;H
+dogfgt;"Acrobatic Dog-Fight";256x240@60;H
+dogfgtj;"Dog-Fight (Japan)";256x240@60;H
+dogfgtu;"Acrobatic Dog-Fight (USA)";256x240@60;H
+dogfight;"Dog Fight (Thunderbolt) - Dog Fighter (Euro)";256x224@60;V
+dogosokb;"Dogou Souken (Joystick hack bootleg)";288x216@60;V
+dogosoke;"Dogou Souken";288x216@60;V
+dogyuun;"Dogyuun";320x240@60;V
+dogyuuna;"Dogyuun (Licensed to Unite Trading For Korea)";320x240@60;V
+dogyuunt;"Dogyuun (test location version)";320x240@60;V
+dokaben;"Dokaben (Japan)";384x240@60;H
+dolmen;"Dolmen";256x224@56;H
+dommy;"Dommy";248x240@57;V
+dondokod;"Don Doko Don (World)";320x224@60;H
+dondokodj;"Don Doko Don (Japan)";320x224@60;H
+dondokodu;"Don Doko Don (US)";320x224@60;H
+donight;"Mr.Do's Nightmare (hack by Krazy Ivan)";256x224@60;V
+donpachi;"DonPachi (USA, ver. 1.12, 95/05/2x)";320x240@58;V
+donpachihk;"DonPachi (Hong Kong, ver. 1.10, 95/05/17)";320x240@58;V
+donpachij;"DonPachi (Japan, ver. 1.01, 95/05/11)";320x240@58;V
+donpachikr;"DonPachi (Korea, ver. 1.12, 95/05/2x)";320x240@58;V
+dorodon;"Dorodon (Jpn) - Dorodon (set 1)";240x196@60;V
+dorodon2;"Dorodon (set 2)";240x196@60;V
+dorunrun;"Do! Run Run (set 1)";240x192@60;H
+dotrikun;"Dottori Kun (new version)";256x192@60;H
+dotrikun2;"Dottori Kun (old version)";256x192@60;H
+dotriman;"Dottori-Man Jr.";256x192@60;H
+doubledr;"Double Dragon (Neo-Geo)";320x224@59;H
+dowild;"Mr. Do's Wild Ride - Mr. Do's Wild Ride (Jpn)";240x192@60;H
+downtown;"DownTown / Mokugeki (Set 1)";384x224@57;V
+downtown2;"DownTown / Mokugeki (Set 2)";384x224@57;V
+downtownj;"DownTown / Mokugeki (Joystick Hack)";384x224@57;V
+downtownp;"DownTown / Mokugeki (prototype)";384x224@57;V
+dquizgo;"Date Quiz Go Go (Korea)";320x240@60;H
+dragnblz;"Dragon Blaze";320x224@60;V
+dragonsh;"Dragon's Heaven (development board)";304x224@59;H
+drakton;"Drakton (DK conversion)";256x224@60;V
+dreamwld;"Dream World";304x224@58;H
+dremshpr;"Dream Shopper";288x224@60;V
+drgnbowl;"Dragon Bowl";256x224@60;H
+drgnbowla;"Dragon Bowl (set 2, unencrypted program)";256x224@60;H
+drgnbstr;"Dragon Buster";288x224@60;H
+drgninja;"Dragonninja (Japan)";256x240@57;H
+drgninjab;"Dragonninja (bootleg set 1)";256x240@57;H
+drgninjab2;"Dragonninja (bootleg set 2)";256x240@57;H
+drgnmst;"Dragon Master";384x224@60;H
+drgnunit;"Dragon Unit / Castle of Dragon";384x240@60;H
+drgw2;"Dragon World II (V110X, World)";448x224@60;H
+drgw2c;"Zhong Guo Long II (V100C, China)";448x224@60;H
+drgw2hk;"Dragon World II (V100H, Hong Kong)";448x224@60;H
+drgw2j;"Chuugokuryuu II (V100J, Japan)";448x224@60;H
+drifto94;"Drift Out '94 - The Hard Order (Japan)";336x238@60;H
+driftout;"Drift Out (Europe)";320x224@60;V
+driftoutj;"Drift Out (Japan)";320x224@60;V
+driveout;"Drive Out";320x224@60;V
+drivfrcb;"Driving Force (Galaxian conversion bootleg)";256x224@60;V
+drivfrcg;"Driving Force (Galaxian conversion)";256x224@60;V
+drivfrcp;"Driving Force (Pac-Man conversion)";256x224@60;V
+drivfrct;"Top Racer (bootleg of Driving Force)";256x224@60;V
+drktnjr;"Drakton (DKJr conversion)";256x224@60;V
+drmicro;"Dr. Micro";256x224@60;V
+drtomy;"Dr. Tomy";320x240@60;H
+drtoppel;"Dr. Toppel's Adventure (World)";256x224@60;V
+drtoppela;"Dr. Toppel's Adventure (World, alt?)";256x224@60;V
+drtoppelj;"Dr. Toppel's Tankentai (Japan)";256x224@60;V
+drtoppelu;"Dr. Toppel's Adventure (US)";256x224@60;V
+dsaber;"Dragon Saber (World, DO2) - Dragon Saber - After Story of Dragon Spirit";288x224@60;V
+dsabera;"Dragon Saber (World, older?)";288x224@60;V
+dsaberj;"Dragon Saber (Japan, Rev B)";288x224@60;V
+dsoccr94;"Dream Soccer '94 (World, M107 hardware)";320x240@60;H
+dsoccr94j;"Dream Soccer '94 (Japan)";320x240@60;H
+dsoccr94k;"Dream Soccer '94 (Korea, M107 hardware)";320x240@60;H
+dspirit;"Dragon Spirit - Dragon Spirit - Dragon Spirit (new version (DS3))";288x224@60;V
+dspirit1;"Dragon Spirit (old version (DS1))";288x224@60;V
+dspirit2;"Dragon Spirit (DS2)";288x224@60;V
+dstlk;"Darkstalkers - the night warriors (940705 Euro) - Landstalker - The Treasures of King Nole (Euro)";384x224@60;H
+dstlka;"Darkstalkers - the night warriors (940705 Asia)";384x224@60;H
+dstlkh;"Darkstalkers - the night warriors (940818 Hispanic)";384x224@60;H
+dstlku;"Darkstalkers - the night warriors (940818 USA) - Landstalker - The Treasures of King Nole (USA)";384x224@60;H
+dstlku1d;"Darkstalkers - the night warriors (940705 USA Phoenix";384x224@60;H
+dstlkur1;"Darkstalkers - the night warriors (940705 USA)";384x224@60;H
+ducki;"Duck Tales (Intro demo)";304x224@59;H
+dumpmtmt;"Dump Matsumoto (Japan, 8751 317-unknown)";320x224@60;H
+dungeonm;"Dungeon Magic (Ver 2.1O 1994/02/18)";320x224@60;H
+dungeonmu;"Dungeon Magic (Ver 2.1A 1994/02/18)";320x224@60;H
+dunkshot;"Dunk Shot (Jpn) - Dunk Shot (Rev C, FD1089 317-0022)";320x224@60;H
+dunkshota;"Dunk Shot (Jpn, Alt) - Dunk Shot (Rev A, FD1089 317-0022)";320x224@60;H
+dunkshoto;"Dunk Shot (FD1089 317-0022)";320x224@60;H
+dw2001;"Dragon World 2001 (V100, Japan)";448x224@60;H
+dw2v100x;"Dragon World II (V100X, World)";448x224@60;H
+dwi;"DarkWing Duck (Intro demo)";304x224@59;H
+dwia;"DarkWing Duck (Intro demo, alt)";304x224@59;H
+dwpc;"Dragon World Pretty Chance (V101, Japan)";448x224@60;H
+dyger;"Dyger (Korea set 1)";384x224@60;V
+dygera;"Dyger (Korea set 2)";384x224@60;V
+dynablst;"Dynablaster / Bomber Man";320x240@60;H
+dynagear;"Dyna Gear";336x240@60;H
+dynduke;"Dynamite Duke (Euro, Bra) - Dynamite Duke (Europe, 03SEP89) - Dynamite Duke (World, Rev. A)";256x224@60;H
+dyndukea;"Dynamite Duke (Europe, 25JUL89)";256x224@60;H
+dyndukej;"Dynamite Duke (Japan, 03SEP89)";256x224@60;H
+dyndukeja;"Dynamite Duke (Japan, 25JUL89)";256x224@60;H
+dyndukeu;"Dynamite Duke (US, 25JUL89)";256x224@60;H
+dynwar;"Dynasty Wars (US set 1)";384x224@60;H
+dynwara;"Dynasty Wars (US set 2)";384x224@60;H
+dynwarj;"Tenchi wo Kurau (Japan)";384x224@60;H
+dynwarjr;"Tenchi wo Kurau (Japan Resale Ver.)";384x224@60;H
+eagle;"Eagle (set 1)";256x224@60;V
+eagle2;"Eagle (set 2)";256x224@60;V
+eagle3;"Eagle (set 3)";256x224@60;V
+eaglshot;"Eagle Shot Golf";320x224@60;H
+earthjkr;"U.N. Defense Force: Earth Joker (Japan)";320x240@60;V
+earthjkrp;"U.N. Defense Force: Earth Joker (Japan, prototype?)";320x240@60;V
+ecofghtr;"Eco Fighters (931203 etc)";384x224@60;H
+ecofghtra;"Eco Fighters (931203 Asia)";384x224@60;H
+ecofghtrd;"Eco Fighters (931203 World Phoenix Edition)";384x224@60;H
+ecofghtrh;"Eco Fighters (931203 Hispanic)";384x224@60;H
+ecofghtru;"Eco Fighters (940215 USA)";384x224@60;H
+ecofghtru1;"Eco Fighters (931203 USA)";384x224@60;H
+edf;"Armed Formation - Armed Formation F - E.D.F. : Earth Defense Force (set 1) - Twisted Flipper (USA, Prototype)";256x224@60;H
+edfa;"E.D.F. : Earth Defense Force (set 2)";256x224@60;H
+edfbl;"E.D.F. : Earth Defense Force (bootleg)";256x224@60;H
+edfu;"E.D.F. : Earth Defense Force (North America)";256x224@60;H
+edrandy;"The Cliffhanger - Edward Randy (World ver 3)";256x240@58;H
+edrandy1;"The Cliffhanger - Edward Randy (World ver 1)";256x240@58;H
+edrandy2;"The Cliffhanger - Edward Randy (World ver 2)";256x240@58;H
+edrandyj;"The Cliffhanger - Edward Randy (Japan ver 3)";256x240@58;H
+eeekk;"Eeekk!";288x224@60;V
+egghunt;"Egg Hunt";384x240@58;H
+eggor;"Eggor";288x224@60;V
+eggs;"Eggs";240x240@57;V
+eightfrc;"Eight Forces";384x224@60;V
+eightman;"Eight Man (NGM-025)(NGH-025)";320x224@59;H
+elvact2u;"Elevator Action II (Ver 2.2A 1995/02/20)";320x232@60;H
+elvactr;"Elevator Action Returns (Ver 2.2O 1995/02/20)";320x232@60;H
+elvactrj;"Elevator Action Returns (Ver 2.2J 1995/02/20)";320x232@60;H
+endurobl;"Enduro Racer (bootleg set 1)";320x224@60;H
+enduror;"Enduro Racer (YM2151, FD1089B 317-0013A)";320x224@60;H
+enduror1;"Enduro Racer (YM2203, FD1089B 317-0013A)";320x224@60;H
+enforce;"Enforce (World)";320x224@60;H
+enforcej;"Enforce (Japan)";320x224@60;H
+enforceja;"Enforce (Japan, Analog Controls)";320x224@60;H
+esckids;"Escape Kids (Asia, 4 Players)";288x240@60;H
+esckidsj;"Escape Kids (Japan, 2 Players)";288x240@60;H
+espgal;"Espgaluda (V100, Japan)";448x224@59;V
+espgalbl;"Espgaluda (2003/10/15 Master Ver, bootleg cartridge co";448x224@59;V
+esprade;"ESP Ra.De. - A.D.2018 Tokyo (International, ver. 98/04";320x240@58;V
+espradej;"ESP Ra.De. (Japan, ver. 98/04/21)";320x240@58;V
+espradejo;"ESP Ra.De. (Japan, ver. 98/04/14)";320x240@58;V
+eswat;"E-Swat - Cyber Police (set 4, World, FD1094 317-0130) - ESWAT - City Under Siege (Euro, USA, Rev. A)";320x224@60;H
+eswatbl;"E-Swat - Cyber Police (bootleg)";320x224@60;H
+eswatd;"E-Swat - Cyber Police (set 4, World, FD1094 317-0130 d";320x224@60;H
+eswatj;"Cyber Police ESWAT (Jpn, Rev. 0) - E-Swat - Cyber Police (set 2, Japan, FD1094 317-0128)";320x224@60;H
+eswatj1;"E-Swat - Cyber Police (set 1, Japan, FD1094 317-0131)";320x224@60;H
+eswatj1d;"E-Swat - Cyber Police (set 1, Japan, FD1094 317-0131 d";320x224@60;H
+eswatjd;"E-Swat - Cyber Police (set 2, Japan, FD1094 317-0128 d";320x224@60;H
+eswatu;"E-Swat - Cyber Police (set 3, US, FD1094 317-0129)";320x224@60;H
+eswatud;"E-Swat - Cyber Police (set 3, US, FD1094 317-0129 decr";320x224@60;H
+eto;"Game Toshokan (Jpn, Rev. A) - Kokontouzai Eto Monogatari (Japan)";320x240@60;H
+euroch92;"Euro Champ '92 (World)";320x224@60;H
+evilston;"Evil Stone";320x224@60;V
+excelsr;"Excelsior (set 1)";320x240@58;H
+excelsra;"Excelsior (set 2)";320x240@58;H
+exctleag;"Excite League (FD1094 317-0079)";320x224@60;H
+exctleagd;"Excite League (FD1094 317-0079 decrypted)";320x224@60;H
+exedexes;"Exed Exes";256x224@60;V
+exerizerb;"Exerizer (Japan) (bootleg)";320x224@60;V
+exodus;"Exodus (bootleg?) - Exodus - Journey to the Promised Land (USA)";256x224@60;V
+explbrkr;"Explosive Breaker";256x224@60;V
+explorer;"Explorer";256x224@60;V
+extdwnhl;"Extreme Downhill (v1.5)";320x240@60;H
+extrmatn;"Extermination (World)";256x224@60;V
+extrmatnj;"Extermination (Japan)";256x224@60;V
+extrmatnu;"Extermination (US, set 1)";256x224@60;V
+extrmatnur;"Extermination (US, Romstar)";256x224@60;V
+exzisus;"Exzisus (Japan, dedicated)";256x224@60;H
+exzisusa;"Exzisus (Japan, conversion)";256x224@60;H
+exzisust;"Exzisus (TAD license)";256x224@60;H
+eyes;"Eyes (Digitrex Techstar)";288x224@60;V
+eyes2;"Eyes (Techstar)";288x224@60;V
+eyesb;"Eyes (bootleg set 1)";288x224@60;V
+eyeszacb;"Eyes (bootleg set 2, decrypted)";288x224@60;V
+f1dreamb;"F-1 Dream (bootleg, set 1)";256x224@60;H
+f1dreamba;"F-1 Dream (bootleg, set 2)";256x224@60;H
+f1gp;"F-1 Grand Prix - Nakajima Satoru Kanshuu F1 Grand Prix (Jpn)";320x240@60;V
+f1gp2;"F-1 Grand Prix Part II";320x224@60;V
+faceoff;"Face Off (Japan 2 Players)";288x224@60;H
+falcon;"Falcon - Falcon (bootleg of Phoenix) (8085A CPU)";256x208@60;V
+falconz;"Falcon (bootleg of Phoenix) (Z80 CPU)";256x208@60;V
+fantasia;"Fantasia (940429 PCB, set 1) - Fantasia (World, Rev. A)";256x224@60;V
+fantasiaa;"Fantasia (940307 PCB)";256x224@60;V
+fantasiab;"Fantasia (940429 PCB, set 2)";256x224@60;V
+fantasian;"Fantasia (940803 PCB)";256x224@60;V
+fantastc;"Fantastic (Galaga conversion on Galaxian hardware)";256x224@60;V
+fantazia;"Fantazia (bootleg?)";256x224@60;V
+fantland;"Fantasy Land (set 1)";352x256@60;H
+fantlanda;"Fantasy Land (set 2)";352x256@60;H
+fantsia2;"Fantasia II (Explicit)";256x224@60;H
+fantsia2a;"Fantasia II (Less Explicit)";256x224@60;H
+fantsia2n;"Fantasia II (1998)";256x224@60;H
+fantsy95;"Fantasy '95";256x224@60;V
+fantzn2x;"Fantasy Zone II - The Tears of Opa-Opa (System 16C)";320x224@60;H
+fantzn2xp;"Fantasy Zone II - The Tears of Opa-Opa (System 16C, pr";320x224@60;H
+fantzn2xps2;"Fantasy Zone II - The Tears of Opa-Opa (System 16C, PS";320x224@60;H
+fantznta;"Fantasy Zone Time Attack (System 16B, PS2 data file)";320x224@60;H
+fantzone;"Fantasy Zone - Fantasy Zone - Fantasy Zone (Jpn) - Fantasy Zone (Rev A, unprotected) - Fantasy Zone (World, v2) - Fantasy Zone Gear (Euro, Jpn)";320x224@60;H
+fantzone1;"Fantasy Zone (unprotected) - Fantasy Zone (World, v1, Prototype)";320x224@60;H
+fantzonep;"Fantasy Zone (317-5000)";320x224@60;H
+fantzoneta;"Fantasy Zone (Time Attack, bootleg)";320x224@60;H
+farmer;"Farmers Rebellion";240x224@60;H
+fastfred;"Fast Freddie";256x224@60;V
+fatfursp;"Fatal Fury Special (Euro) - Fatal Fury Special / Garou Densetsu Special (set 1)(NG";320x224@59;H
+fatfurspa;"Fatal Fury Special / Garou Densetsu Special (set 2)(NG";320x224@59;H
+fatfury1;"Fatal Fury - King of Fighters / Garou Densetsu - shuku";320x224@59;H
+fatfury2;"Fatal Fury 2 (USA, Kor) - Fatal Fury 2 / Garou Densetsu 2 - arata-naru tatakai (";320x224@59;H
+fatfury2a;"Fatal Fury 2 / Garou Densetsu 2 - arata-naru tatakai (";320x224@59;H
+fatfury3;"Fatal Fury 3 - Road to the Final Victory / Garou Dense";320x224@59;H
+fatfury3a;"Fatal Fury 3 - Road to the Final Victory / Garou Dense";320x224@59;H
+fball;"Fire Ball (FM Work)";256x240@60;H
+fbfrenzy;"Football Frenzy (NGM-034)(NGH-034)";304x224@59;H
+fcrash;"Final Crash (bootleg (with 2xYM2203 + 2xMSM5205))";384x224@60;H
+feversos;"Fever SOS (International, ver. 98/09/25)";320x240@58;V
+ffantasy;"Fighting Fantasy (Japan revision 3)";256x240@57;H
+ffantasya;"Fighting Fantasy (Japan)";256x240@57;H
+ffantasyb;"Fighting Fantasy (Japan revision ?)";256x240@57;H
+ffantasyj;"Fighting Fantasy (Japan revision 2)";256x240@57;H
+ffight;"Final Fight (World, set 1)";384x224@60;H
+ffighta;"Final Fight (World, set 2)";384x224@60;H
+ffightbl;"Final Fight (bootleg set 1 (with 2xYM2203 + 2xMSM5205)";384x224@60;H
+ffightbla;"Final Fight (bootleg set 2 (with 2xYM2203 + 2xMSM5205)";384x224@60;H
+ffightj;"Final Fight (Japan)";384x224@60;H
+ffightj1;"Final Fight (900112 Japan)";384x224@60;H
+ffightj2;"Final Fight (900305 Japan)";384x224@60;H
+ffightj3;"Final Fight (900613 Japan)";384x224@60;H
+ffightjh;"Street Smart / Final Fight (Japan, hack)";384x224@60;H
+ffightu;"Final Fight (USA, set 1)";384x224@60;H
+ffightu1;"Final Fight (USA, set 2)";384x224@60;H
+ffightu2;"Final Fight (USA, set 3)";384x224@60;H
+ffightua;"Final Fight (900112 USA)";384x224@60;H
+ffightub;"Final Fight (900424 USA)";384x224@60;H
+ffightuc;"Final Fight (900613 USA)";384x224@60;H
+fghtbskt;"Fighting Basketball";256x224@60;H
+fhawk;"Fighting Hawk (World)";320x224@60;V
+fhawkj;"Fighting Hawk (Japan)";320x224@60;V
+fightfev;"Fight Fever (set 1)";304x224@59;H
+fightfeva;"Fight Fever (set 2)";304x224@59;H
+fightrol;"Fighting Roller";240x224@60;V
+finalb;"Final Blow (Jpn) - Final Blow (World)";320x224@60;H
+finalbj;"Final Blow (Japan)";320x224@60;H
+finalbu;"Final Blow (US)";320x224@60;H
+finalizr;"Finalizer - Super Transformation";272x224@60;V
+finalizrb;"Finalizer - Super Transformation (bootleg)";272x224@60;V
+finalttr;"Final Tetris";256x224@58;H
+finehour;"Finest Hour (Japan)";288x224@60;H
+firebarr;"Fire Barrel (Japan)";320x240@60;V
+firehawk;"Fire Hawk (horizontal) - Firehawk (Euro)";256x224@56;H
+fireshrk;"Fire Shark - Fire Shark (Euro)";320x240@57.6;V
+fireshrka;"Fire Shark (Earlier)";320x240@57.6;V
+fireshrkd;"Fire Shark (Korea, set 1, easier)";320x240@57.6;V
+fireshrkdh;"Fire Shark (Korea, set 2, harder)";320x240@57.6;V
+firetrap;"Fire Trap (US, set 1)";256x240@60;V
+firetrapa;"Fire Trap (US, set 2)";256x240@60;V
+firetrapbl;"Fire Trap (Japan bootleg)";256x240@60;V
+firetrapj;"Fire Trap (Japan)";256x240@60;V
+fitegolf;"Fighting Golf (World?)";288x216@60;H
+fitegolf2;"Fighting Golf (US, Ver 2)";288x216@60;H
+fitegolfu;"Fighting Golf (US)";288x216@60;H
+fixeight;"FixEight (Europe)";320x240@60;V
+fixeighta;"FixEight (Southeast Asia)";320x240@60;V
+fixeightat;"FixEight (Southeast Asia, Taito license)";320x240@60;V
+fixeighth;"FixEight (Hong Kong)";320x240@60;V
+fixeightht;"FixEight (Hong Kong, Taito license)";320x240@60;V
+fixeightj;"FixEight (Japan)";320x240@60;V
+fixeightjt;"FixEight (Japan, Taito license)";320x240@60;V
+fixeightk;"FixEight (Korea)";320x240@60;V
+fixeightkt;"FixEight (Korea, Taito license)";320x240@60;V
+fixeightt;"FixEight (Europe, Taito license)";320x240@60;V
+fixeighttw;"FixEight (Taiwan)";320x240@60;V
+fixeighttwt;"FixEight (Taiwan, Taito license)";320x240@60;V
+fixeightu;"FixEight (USA)";320x240@60;V
+fixeightut;"FixEight (USA, Taito license)";320x240@60;V
+fjbuster;"Fujiyama Buster (Japan)";256x224@60;H
+flagrall;"'96 Flag Rally";320x240@60;H
+flashgal;"Flashgal (set 1)";288x224@60;H
+flashgala;"Flashgal (set 2)";288x224@60;H
+flashgalk;"Flashgal (set 1, Kyugo logo)";288x224@60;H
+flicky;"Flicky (128k Version, 315-5051) - Flicky (Euro, USA) - Flicky (Jpn) - Flicky (Jpn, v1)";256x224@60;H
+flickya;"Flicky (128k Version, 315-5051, larger roms)) - Flicky (Jpn, v0)";256x224@60;H
+flickyg;"Flicky (128k Version, System 2, 315-5051, alt graphics";256x224@60;H
+flickyo;"Flicky (64k Version, 315-5051, set 1)";256x224@60;H
+flickys1;"Flicky (64k Version, 315-5051, set 2)";256x224@60;H
+flickys2;"Flicky (128k Version, not encrypted)";256x224@60;H
+flickys2g;"Flicky (128k Version, System 2, not encrypted, alt gra";256x224@60;H
+flipshot;"Battle Flip Shot";304x224@59;H
+flipull;"Flipull (Japan)";320x224@60;H
+flstory;"The FairyLand Story - The Fairyland Story (Jpn)";256x224@60;H
+flstoryj;"The FairyLand Story (Japan)";256x224@60;H
+flyboy;"Fly-Boy";256x224@60;V
+flyboyb;"Fly-Boy (bootleg)";256x224@60;V
+flytiger;"Flying Tiger (set 1)";384x240@60;V
+flytigera;"Flying Tiger (set 2)";384x240@60;V
+fncywld;"Fancy World - Earth of Crisis";320x240@60;H
+fnkyfish;"Funky Fish";512x256@60;V
+fnshark;"Flyin' Shark (bootleg of Hishou Zame)";320x240@55;V
+footchmp;"Football Champ (World)";320x224@60;H
+forcebrk;"Force Break (bootleg)";240x240@60;H
+forgottn;"Forgotten Worlds (Euro, Bra, Aus) - Forgotten Worlds (World, newer) - Forgotten Worlds (World, v1.1)";384x224@60;H
+forgottna;"Forgotten Worlds (World)";384x224@60;H
+forgottnu;"Forgotten Worlds (US, B-Board 88621B-2, rev C)";384x224@60;H
+forgottnua;"Forgotten Worlds (US, B-Board 88618B-2, rev A)";384x224@60;H
+forgottnuaa;"Forgotten Worlds (US, B-Board 88618B-2, rev AA)";384x224@60;H
+forgottnuc;"Forgotten Worlds (US, B-Board 88618B-2, Rev C)";384x224@60;H
+forgottnue;"Forgotten Worlds (US, B-Board 88618B-2, Rev E)";384x224@60;H
+formatz;"Formation Z - Formation Z (Jpn)";248x224@60;H
+fpoint;"Flash Point (set 2, Japan, FD1094 317-0127A) - Flashpoint (Kor) - Flashpoint (Kor)";320x224@60;H
+fpoint1;"Flash Point (set 1, Japan, FD1094 317-0127A)";320x224@60;H
+fpoint1d;"Flash Point (set 1, Japan, FD1094 317-0127A decrypted)";320x224@60;H
+fpointbj;"Flash Point (Japan, bootleg)";320x224@60;H
+fpointbl;"Flash Point (World, bootleg)";320x224@60;H
+fpointd;"Flash Point (set 2, Japan, FD1094 317-0127A decrypted)";320x224@60;H
+freekick;"Free Kick (NS6201-A 1987.10)";256x224@60;V
+freekicka;"Free Kick (NS6201-A 1987.9)";256x224@60;V
+freekickb1;"Free Kick (bootleg set 1)";256x224@60;V
+freekickb3;"Free Kick (bootleg set 3)";256x224@60;V
+freeze;"Freeze";256x224@60;V
+friskyt;"Frisky Tom (set 1)";256x224@60;H
+friskyta;"Frisky Tom (set 2)";256x224@60;H
+friskytb;"Frisky Tom (set 3, encrypted)";256x224@60;H
+frogf;"Frog (Falcon bootleg)";256x224@60;V
+frogg;"Frog (Galaxian hardware)";256x224@60;V
+frogger;"Frogger - Frogger - Frogger (Jpn) - Frogger (USA) - Frogger (USA, Prototype)";256x224@60;V
+froggermc;"Frogger (Moon Cresta hardware)";256x224@60;V
+froggers;"Frog";256x224@60;V
+froggers1;"Frogger (Sega set 1)";256x224@60;V
+froggers2;"Frogger (Sega set 2)";256x224@60;V
+froggers3;"Frogger (Sega set 3)";256x224@60;V
+froggrs;"Frogger (Scramble hardware)";256x224@60;V
+froman2b;"Idol Mahjong - final romance 2 (Neo CD Conversion)";304x224@59;H
+fround;"The Final Round (ver. M)";320x224@60;H
+froundl;"The Final Round (ver. L)";320x224@60;H
+fshark;"Flying Shark (World)";320x240@54.9;V
+fsharkbt;"Flying Shark (bootleg with 8741)";320x240@54.9;V
+fsoccerb;"Fighting Soccer (Joystick hack bootleg)";400x224@60;H
+fsoccerba;"Fighting Soccer (Joystick hack bootleg, alt)";400x224@60;H
+fstarfrc;"Final Star Force (US)";256x224@60;V
+fstarfrcj;"Final Star Force (Japan)";256x224@60;V
+fswords;"Fighters Swords (Korean release of Samurai Shodown III";304x224@59;H
+fullthrl;"Full Throttle (Japan)";320x240@60;H
+funkybee;"Funky Bee";236x224@60;V
+funkybeeb;"Funky Bee (bootleg, harder)";236x224@60;V
+funkyjet;"Funky Jet (World, rev 1)";320x240@58;H
+funkyjeta;"Funky Jet (World)";320x240@58;H
+funkyjetj;"Funky Jet (Japan, rev 2)";320x240@58;H
+funybubl;"Funny Bubble";320x224@60;H
+funybublc;"Funny Bubble (Comad version)";320x224@60;H
+futspy;"Future Spy";256x224@60;V
+fx;"F-X - Sega Graphic Board (Jpn, Prototype v2.0) - SF-X";288x224@60;V
+fxa;"F-X (alternate set)";288x224@60;V
+gaia;"Gaia Crusaders - Sagaia (Euro, Bra) - Sagaia (USA)";320x224@58;H
+gaialast;"Gaia - The Last Choice of Earth";304x224@58;H
+gaiapols;"Gaiapolis (ver EAF)";376x224@60;V
+gaiapolsj;"Gaiapolis (ver JAF)";376x224@60;V
+gaiapolsu;"Gaiapolis (ver UAF)";376x224@60;V
+gaiden;"Ninja Gaiden (Euro, Bra) - Ninja Gaiden (Euro, USA) - Ninja Gaiden (Jpn, Prototype) - Ninja Gaiden (US)";256x224@60;H
+galaga;"Galaga (Jpn) - Galaga (Namco rev. B) - Galaga (Tw) - Galaga Demo (set 2)";288x224@60;V
+galaga3;"Galaga 3 (GP3 rev. D)";288x224@60;V
+galaga3a;"Galaga 3 (GP3 rev. C)";288x224@60;V
+galaga3b;"Galaga 3 (GP3)";288x224@60;V
+galaga3c;"Galaga 3 (set 4)";288x224@60;V
+galaga3m;"Galaga 3 (set 5)";288x224@60;V
+galaga88;"Galaga '88 - Galaga '88";288x224@60;V
+galaga88a;"Galaga '88 (02-03-88)";288x224@60;V
+galaga88j;"Galaga '88 (Japan)";288x224@60;V
+galagamf;"Galaga (Midway set 1 with fast shoot hack)";288x224@60;V
+galagamk;"Galaga (Midway set 2)";288x224@60;V
+galagamw;"Galaga (Midway set 1)";288x224@60;V
+galagao;"Galaga (Namco)";288x224@60;V
+galap1;"Space Invaders Galactica (galaxiaj hack)";256x224@60;V
+galap4;"Galaxian Part 4 (hack)";256x224@60;V
+galapx;"Galaxian Part X (moonaln hack)";256x224@60;V
+galaxbsf;"Galaxian (bootleg, set 1)";256x224@60;V
+galaxian;"Galaxian - Galaxian (Jpn) - Galaxian (Kor) - Galaxian (Namco set 1)";256x224@60;V
+galaxiana;"Galaxian (Alt) - Galaxian (Jpn, Alt) - Galaxian (Namco set 2)";256x224@60;V
+galaxianbl;"Galaxian (bootleg, set 2)";256x224@60;V
+galaxiani;"Galaxian (Irem)";256x224@60;V
+galaxianm;"Galaxian (Midway set 1)";256x224@60;V
+galaxianmo;"Galaxian (Midway set 2)";256x224@60;V
+galaxiant;"Galaxian (Taito)";256x224@60;V
+galaxrf;"Galaxian (Recreativos Franco S.A. Spanish bootleg)";256x224@60;V
+galaxrfgg;"Galaxian Growing Galaxip / Galaxian Nave Creciente (Re";256x224@60;V
+galaxyfg;"Galaxy Fight - Universal Warriors";304x224@59;H
+galaxygn;"Galaxy Gunners";352x256@60;V
+galemp;"Galaxy Empire (bootleg?)";256x224@60;V
+galhustl;"Gals Hustler";256x224@60;H
+galivan;"Cosmo Police Galivan (12/26/1985)";256x224@60;V
+galivan2;"Cosmo Police Galivan (12/16/1985)";256x224@60;V
+galivan3;"Cosmo Police Galivan (12/11/1985)";256x224@60;V
+gallag;"Gallag";288x224@60;V
+gallop;"Gallop - Armed police Unit (Japan)";384x256@55;H
+galmedes;"Galmedes (Japan)";320x240@60;V
+galpani4;"Gals Panic 4 (Japan)";320x240@60;H
+galpani4k;"Gals Panic 4 (Korea)";320x240@60;H
+galpanic;"Gals Panic (Unprotected)";256x224@60;V
+galpanidx;"Gals Panic DX (Asia)";320x240@60;H
+galpanis;"Gals Panic S - Extra Edition (Europe)";320x240@60;H
+galpanisj;"Gals Panic S - Extra Edition (Japan)";320x240@60;H
+galpanisk;"Gals Panic S - Extra Edition (Korea)";320x240@60;H
+galpans2;"Gals Panic S2 (Europe)";320x240@60;H
+galpans2a;"Gals Panic S2 (Asia)";320x240@60;H
+galpans2j;"Gals Panic S2 (Japan)";320x240@60;H
+galpans3;"Gals Panic S3 (Japan)";320x240@60;H
+galpansu;"Gals Panic SU (Korea)";320x240@60;H
+galspnbl;"Gals Pinball";512x224@60;V
+galturbo;"Galaxian Turbo (superg hack)";256x224@60;V
+ganbare;"Ganbare! Marine Kun (Marine 2K0411 JPN)";384x224@60;H
+gangonta;"Ganbare! Gonta!! 2 / Party Time: Gonta the Diver II (J";320x240@58;V
+gangwars;"Gang Wars";256x224@60;H
+gangwarsb;"Gang Wars (bootleg)";256x224@60;H
+gangwarsj;"Gang Wars (Japan)";256x224@60;H
+gangwarsu;"Gang Wars (US)";256x224@60;H
+ganryu;"Ganryu / Musashi Ganryuki";304x224@59;H
+gaplus;"Gaplus (GP2 rev. B)";288x224@60;V
+gaplusa;"Gaplus (GP2)";288x224@60;V
+gaplusd;"Gaplus (GP2 rev D, alternate hardware)";288x224@60;V
+gaplust;"Gaplus (Tecfri PCB)";288x224@60;V
+gardia;"Gardia (317-0006)";256x224@60;V
+garogun;"Garogun Seroyang (Korea)";320x240@60;H
+garou;"Garou - Mark of the Wolves (NGM-2530) - Garou Densetsu - Shukumei no Tatakai (Jpn)";320x224@59;H
+garoubl;"Garou - Mark of the Wolves (bootleg)";320x224@59;H
+garouh;"Garou - Mark of the Wolves (NGM-2530) (NGH-2530)";320x224@59;H
+garoup;"Garou - Mark of the Wolves (prototype)";320x224@59;H
+garuka;"Garuka (Japan ver. W)";304x224@60;V
+garyoret;"Garyo Retsuden (Japan)";256x240@58;H
+gatedoom;"Gate of Doom (US revision 4)";256x240@58;H
+gatedoom1;"Gate of Doom (US revision 1)";256x240@58;H
+gaunt2;"Gauntlet II";336x240@60;H
+gaunt22p;"Gauntlet II (2 Players, rev 2)";336x240@60;H
+gaunt22p1;"Gauntlet II (2 Players, rev 1)";336x240@60;H
+gaunt22pg;"Gauntlet II (2 Players, German)";336x240@60;H
+gaunt2g;"Gauntlet II (German)";336x240@60;H
+gauntlet;"Gauntlet (Euro) - Gauntlet (Euro, Bra) - Gauntlet (rev 14)";336x240@60;H
+gauntlet2p;"Gauntlet (2 Players, rev 6)";336x240@60;H
+gauntlet2pg;"Gauntlet (2 Players, German, rev 4)";336x240@60;H
+gauntlet2pg1;"Gauntlet (2 Players, German, rev 1)";336x240@60;H
+gauntlet2pj;"Gauntlet (2 Players, Japanese, rev 5)";336x240@60;H
+gauntlet2pj2;"Gauntlet (2 Players, Japanese rev 2)";336x240@60;H
+gauntlet2pr3;"Gauntlet (2 Players, rev 3)";336x240@60;H
+gauntletg;"Gauntlet (German, rev 10)";336x240@60;H
+gauntletgr3;"Gauntlet (German, rev 3)";336x240@60;H
+gauntletgr6;"Gauntlet (German, rev 6)";336x240@60;H
+gauntletgr8;"Gauntlet (German, rev 8)";336x240@60;H
+gauntletj;"Gauntlet (Japanese, rev 13)";336x240@60;H
+gauntletj12;"Gauntlet (Japanese, rev 12)";336x240@60;H
+gauntletr1;"Gauntlet (rev 1)";336x240@60;H
+gauntletr2;"Gauntlet (rev 2)";336x240@60;H
+gauntletr4;"Gauntlet (rev 4)";336x240@60;H
+gauntletr5;"Gauntlet (rev 5)";336x240@60;H
+gauntletr7;"Gauntlet (rev 7)";336x240@60;H
+gauntletr9;"Gauntlet (rev 9)";336x240@60;H
+gauntlets;"Gauntlet (Spanish, rev 15)";336x240@60;H
+gberet;"Green Beret - Green Beret (Euro)";240x224@60;H
+gberetb;"Green Beret (bootleg)";240x224@60;H
+gblchmp;"Global Champion (Ver 2.1A 1994/07/29)";320x224@60;H
+gbusters;"Gang Busters (set 1)";288x224@60;V
+gbustersa;"Gang Busters (set 2)";288x224@60;V
+gdfs;"Mobil Suit Gundam Final Shooting (Japan)";336x240@60;H
+geebee;"Gee Bee";272x224@60;V
+geebeeg;"Gee Bee (Gremlin)";272x224@60;V
+gekiridn;"Gekirindan (Ver 2.3O 1995/09/21)";320x232@60;V
+gekiridnj;"Gekirindan (Ver 2.3J 1995/09/21)";320x232@60;V
+gemini;"Gemini Wing (Japan)";256x224@60;V
+geminib;"Gemini Wing (World, bootleg)";256x224@60;V
+genix;"Genix Family";288x224@60;H
+genpeitd;"Genpei ToumaDen";288x224@60;H
+gensitou;"Genshi-Tou 1930's (Japan)";256x224@60;H
+geostorm;"Geostorm (Japan)";320x240@60;H
+getstarb1;"Get Star (bootleg, set 1)";280x240@60;H
+getstarb2;"Get Star (bootleg, set 2)";280x240@60;H
+getstarj;"Get Star (Japan)";280x240@60;H
+gforce2;"Galaxy Force 2 - Galaxy Force II (World, Rev. B)";320x224@60;H
+gforce2j;"Galaxy Force 2 (Japan)";320x224@60;H
+gforce2ja;"Galaxy Force 2 (Japan, Rev A)";320x224@60;H
+gforce2sd;"Galaxy Force 2 (Super Deluxe unit)";320x224@60;H
+ghostb;"The Real Ghostbusters (US 2 Players, revision 2)";256x240@58;H
+ghostb2a;"The Real Ghostbusters (US 2 Players)";256x240@58;H
+ghostb3;"The Real Ghostbusters (US 3 Players)";256x240@58;H
+ghostbi;"Ghost Busters (Intro demo)";304x224@59;H
+ghostlop;"Ghostlop (prototype)";304x224@59;H
+ghostmun;"Ghost Muncher";256x224@60;V
+ghouls;"Ghouls'n Ghosts (Euro, USA, Bra) - Ghouls'n Ghosts (Euro, USA, Kor, Rev. A) - Ghouls'n Ghosts (World)";384x224@60;H
+ghoulsu;"Ghouls'n Ghosts (US)";384x224@60;H
+ghox;"Ghox (spinner)";320x240@60;V
+ghoxj;"Ghox (joystick)";320x240@60;V
+gigaman2;"Gigaman 2: The Power Fighters (bootleg)";384x224@60;H
+gigandes;"Gigandes";384x240@60;H
+gigandesa;"Gigandes (earlier)";384x240@60;H
+gigasb;"Gigas (bootleg)";256x224@60;V
+gigasm2b;"Gigas Mark II";256x224@60;V
+gigawing;"Giga Wing (990222 USA)";384x224@60;H
+gigawinga;"Giga Wing (990222 Asia)";384x224@60;H
+gigawingb;"Giga Wing (990222 Brazil)";384x224@60;H
+gigawingd;"Giga Wing (990222 USA Phoenix Edition)";384x224@60;H
+gigawingh;"Giga Wing (990222 Hispanic)";384x224@60;H
+gigawingj;"Giga Wing (990223 Japan)";384x224@60;H
+gigawingjd;"Giga Wing (990223 Japan Phoenix Edition)";384x224@60;H
+gijoe;"G.I. Joe (World, EAB, set 1)";288x224@60;H
+gijoea;"G.I. Joe (World, EB8, prototype?)";288x224@60;H
+gijoej;"G.I. Joe (Japan, JAA)";288x224@60;H
+gijoeu;"G.I. Joe (US, UAB)";288x224@60;H
+ginganin;"Ginga NinkyouDen (set 1)";256x224@60;H
+ginganina;"Ginga NinkyouDen (set 2)";256x224@60;H
+ginkun;"Ganbare Ginkun";256x224@60;H
+gloc;"G-LOC Air Battle (Euro, Bra, Kor) - G-LOC Air Battle (Euro, USA, Bra) - G-LOC Air Battle (World) - G-LOC Air Battle (World)";320x224@60;H
+glocr360;"G-LOC R360";320x224@60;H
+glocu;"G-LOC Air Battle (US)";320x224@60;H
+gmahou;"Great Mahou Daisakusen (000121 Japan)";384x224@60;V
+gmgalax;"Ghostmuncher Galaxian (bootleg)";256x224@60;V
+gnbarich;"Gunbarich";320x224@60;V
+gng;"Ghosts'n Goblins (World? set 1)";256x224@59.6;H
+gnga;"Ghosts'n Goblins (World? set 2)";256x224@59.6;H
+gngbl;"Ghosts'n Goblins (bootleg with Cross)";256x224@59.6;H
+gngbla;"Ghosts'n Goblins (bootleg, harder)";256x224@59.6;H
+gngblita;"Ghosts'n Goblins (Italian bootleg, harder)";256x224@59.6;H
+gngc;"Ghosts'n Goblins (World Revision C)";256x224@59.6;H
+gngprot;"Ghosts'n Goblins (prototype)";256x224@59.6;H
+gngt;"Ghosts'n Goblins (US)";256x224@59.6;H
+goalx3;"Goal! Goal! Goal!";304x224@59;H
+gogold;"Go For The Gold (Japan)";320x240@60;H
+gogomile;"Susume! Mile Smile / Go Go! Mile Smile (newer)";320x240@60;H
+gogomileo;"Susume! Mile Smile / Go Go! Mile Smile (older)";320x240@60;H
+goldmedl;"Gold Medalist (set 1)";256x224@60;H
+goldmedla;"Gold Medalist (set 2)";256x224@60;H
+goldmedlb;"Gold Medalist (bootleg)";256x224@60;H
+goldnaxe;"Golden Axe (set 6, US, 8751 317-123A)";320x224@60;H
+goldnaxe1;"Golden Axe (set 1, World, FD1094 317-0110)";320x224@60;H
+goldnaxe1d;"Golden Axe (set 1, World, FD1094 317-0110 decrypted)";320x224@60;H
+goldnaxe2;"Golden Axe (set 2, US, 8751 317-0112)";320x224@60;H
+goldnaxe3;"Golden Axe (set 3, World, FD1094 317-0120)";320x224@60;H
+goldnaxe3d;"Golden Axe (set 3, World, FD1094 317-0120 decrypted)";320x224@60;H
+goldnaxej;"Golden Axe (set 4, Japan, FD1094 317-0121)";320x224@60;H
+goldnaxejd;"Golden Axe (set 4, Japan, FD1094 317-0121 decrypted)";320x224@60;H
+goldnaxeu;"Golden Axe (set 5, US, FD1094 317-0122)";320x224@60;H
+goldnaxeud;"Golden Axe (set 5, US, FD1094 317-0122 decrypted)";320x224@60;H
+gollygho;"Golly! Ghost!";288x224@60;H
+gorkans;"Gorkans";288x224@60;V
+gotcha;"Got-cha Mini Game Festival";320x240@60;H
+gowcaizr;"Voltage Fighter - Gowcaizer / Choujin Gakuen Gowcaizer";304x224@59;H
+gpilots;"Ghost Pilots (NGM-020)(NGH-020)";304x224@59;H
+gpilotsh;"Ghost Pilots (NGH-020)(US)";304x224@59;H
+gprider;"GP Rider (Euro, Bra) - GP Rider (Euro, USA) - GP Rider (World, FD1094 317-0163) (Twin setup)";320x224@60;H
+gpriderj;"GP Rider (Japan, FD1094 317-0161) (Twin setup) - GP Rider (Jpn)";320x224@60;H
+gpriderjs;"GP Rider (Japan, FD1094 317-0161)";320x224@60;H
+gprideru;"GP Rider (US, FD1094 317-0162) (Twin setup)";320x224@60;H
+gpriderus;"GP Rider (US, FD1094 317-0162)";320x224@60;H
+gradius;"Gradius - Gradius (Japan, ROM version) - Nemesis (Euro) ~ Gradius (Jpn)";256x224@60;H
+gradius2;"Gradius II - GOFER no Yabou (Japan New ver.) - Nemesis 2 (Euro) ~ Gradius 2 (Jpn)";320x224@60;H
+gradius2a;"Gradius II - GOFER no Yabou (Japan Old ver.) - Nemesis 2 (Euro) ~ Gradius 2 (Jpn) (Alt)";320x224@60;H
+gradius2b;"Gradius II - GOFER no Yabou (Japan Older ver.)";320x224@60;H
+gradius3;"Gradius III (World, program code R)";320x224@60;H
+gradius3a;"Gradius III (Asia)";320x224@60;H
+gradius3j;"Gradius III (Japan, program code S)";320x224@60;H
+gradius3js;"Gradius III (Japan, program code S, split)";320x224@60;H
+grasspin;"Grasspin";256x224@60;V
+grdian;"Guardian";280x240@60;H
+grdians;"Guardians0Denjin Makai II";304x232@60;H
+grdnstrm;"Guardian Storm (horizontal, not encrypted)";256x224@57;H
+grdnstrmg;"Guardian Storm (Germany)";256x224@57;V
+grdnstrmj;"Sen Jing - Guardian Storm (Japan)";256x224@57;V
+grdnstrmk;"Jeon Sin - Guardian Storm (Korea)";256x224@57;V
+grdnstrmv;"Guardian Storm (vertical)";256x224@57;V
+griffon;"Griffon (bootleg of Phoenix) - Order of the Griffon";256x208@60;V
+grindstm;"Grind Stormer";320x240@60;V
+grindstma;"Grind Stormer (older set)";320x240@60;V
+grobda;"Grobda (New Ver.)";288x224@60;V
+grobda2;"Grobda (Old Ver. set 1)";288x224@60;V
+grobda3;"Grobda (Old Ver. set 2)";288x224@60;V
+growl;"Growl (USA) - Growl (World, Rev 1)";320x224@60;H
+growla;"Growl (World)";320x224@60;H
+growlu;"Growl (US)";320x224@60;H
+gryzor;"Gryzor (Set 1)";280x224@60;V
+gryzor1;"Gryzor (Set 2)";280x224@60;V
+gseeker;"Grid Seeker: Project Storm Hammer (Ver 1.3O)";320x224@60;V
+gseekerj;"Grid Seeker: Project Storm Hammer (Ver 1.3J)";320x224@60;V
+gseekeru;"Grid Seeker: Project Storm Hammer (Ver 1.3A)";320x224@60;V
+gteikoku;"Gingateikoku No Gyakushu";256x224@60;V
+gteikokub;"Gingateikoku No Gyakushu (bootleg set 1)";256x224@60;V
+gteikokub2;"Gingateikoku No Gyakushu (bootleg set 2)";256x224@60;V
+gtmr;"1000 Miglia: Great 1000 Miles Rally (94/07/18)";320x240@60;H
+gtmr2;"Mille Miglia 2: Great 1000 Miles Rally (95/05/24)";320x240@60;H
+gtmr2a;"Mille Miglia 2: Great 1000 Miles Rally (95/04/04)";320x240@60;H
+gtmr2u;"Great 1000 Miles Rally 2 USA (95/05/18)";320x240@60;H
+gtmra;"1000 Miglia: Great 1000 Miles Rally (94/06/13)";320x240@60;H
+gtmrb;"1000 Miglia: Great 1000 Miles Rally (94/05/26)";320x240@60;H
+gtmre;"Great 1000 Miles Rally: Evolution Model!!! (94/09/06)";320x240@60;H
+gtmro;"1000 Miglia: Great 1000 Miles Rally (94/05/10)";320x240@60;H
+gtmrusa;"Great 1000 Miles Rally: U.S.A Version! (94/09/06)";320x240@60;H
+gulfstrm;"Gulf Storm (set 1)";384x240@60;V
+gulfstrma;"Gulf Storm (set 2)";384x240@60;V
+gulfstrmb;"Gulf Storm (set 3)";384x240@60;V
+gulfstrmk;"Gulf Storm (Korea)";384x240@60;V
+gulfstrmm;"Gulf Storm (Media Shoji)";384x240@60;V
+gulfwar2;"Gulf War II (set 1)";320x240@55;V
+gulfwar2a;"Gulf War II (set 2)";320x240@55;V
+gumbo;"Gumbo";320x224@60;H
+gunball;"Gun Ball (Japan)";320x240@58;V
+gunbird;"Gunbird (World)";320x224@59;V
+gunbird2;"Gunbird 2 (set 1)";320x224@60;V
+gunbirdj;"Gunbird (Japan)";320x224@59;V
+gunbirdk;"Gunbird (Korea)";320x224@59;V
+gundamex;"Mobile Suit Gundam EX Revue";384x224@60;H
+gundhara;"Gundhara";384x240@60;V
+gundharac;"Gundhara (Chinese, bootleg?)";384x240@60;V
+gundl94;"Gun Dealer '94";384x256@60;H
+gunforc2;"Gunforce 2 (US)";320x240@60;H
+gunforce;"Gunforce - Battle Fire Engulfed Terror Island (World)";320x240@60;H
+gunforcej;"Gunforce - Battle Fire Engulfed Terror Island (Japan)";320x240@60;H
+gunforceu;"Gunforce - Battle Fire Engulfed Terror Island (US)";320x240@60;H
+gunfront;"Gun & Frontier (World)";320x224@60;V
+gunfrontj;"Gun Frontier (Japan)";320x224@60;V
+gunhohki;"Gun Hohki (Japan)";320x240@60;H
+gunlock;"Gunlock (Ver 2.3O 1994/01/20)";320x224@60;V
+gunmast;"Gun Master";320x224@60;H
+gunnail;"GunNail (28th May. 1992)";384x224@56;V
+gunsmoke;"Gun.Smoke - Gun.Smoke (Kor) - Gun.Smoke (World, 851115)";256x224@60;V
+gunsmokeb;"Gun.Smoke (World, 851115) (bootleg)";256x224@60;V
+gunsmokej;"Gun.Smoke (Japan, 851115)";256x224@60;V
+gunsmokeu;"Gun.Smoke (US, 860408)";256x224@60;V
+gunsmokeua;"Gun.Smoke (US, 851115, set 1)";256x224@60;V
+gunsmokeub;"Gun.Smoke (US, 851115, set 2)";256x224@60;V
+gururin;"Gururin";304x224@59;H
+gussun;"Gussun Oyoyo (Japan)";320x240@60;H
+gutangtn;"Guttang Gottong";256x224@60;V
+gutsn;"Guts'n (Japan)";320x240@60;H
+guwange;"Guwange (Japan, Master Ver. 99/06/24)";320x240@58;V
+guwanges;"Guwange (Japan, Special Ver. 00/01/01)";320x240@58;V
+guzzler;"Guzzler - Guzzler (Jpn, OMV)";256x224@60;V
+gwar;"Guerrilla War (US) - Wing War";400x224@60;V
+gwara;"Guerrilla War (Version 1)";400x224@60;V
+gwarb;"Guerrilla War (Joystick hack bootleg)";400x224@60;V
+gwarj;"Guevara (Japan)";400x224@60;V
+gwarrior;"Galactic Warriors";256x224@60;H
+gyrodine;"Gyrodine - Gyrodine (Jpn)";288x224@60;V
+gyrodinet;"Gyrodine (Taito Corporation license)";288x224@60;V
+gyruss;"Gyruss - Gyruss - Gyruss (Konami)";256x224@60;V
+gyrussb;"Gyruss (bootleg)";256x224@60;V
+gyrussce;"Gyruss (Centuri)";256x224@60;V
+hachamfb;"Hacha Mecha Fighter (19th Sep. 1991, unprotected, boot";256x224@56;H
+hachoo;"Hachoo!";256x224@60;H
+hal21;"HAL21";288x224@60;V
+hal21j;"HAL21 (Japan)";288x224@60;V
+halfway;"Halfway To Hell: Progear Red Label (2016-1-17 Red labe";384x224@60;H
+hamaway;"Hammer Away (prototype)";320x224@60;V
+hangly;"Hangly-Man (set 1)";288x224@60;V
+hangly2;"Hangly-Man (set 2)";288x224@60;V
+hangly3;"Hangly-Man (set 3)";288x224@60;V
+hangon;"Hang-On (Euro, Bra, Aus) - Hang-On (Jpn) - Hang-On (rev A) - Super Hang-On (sitdown/upright, unprotected) - Super Hang-On (World, Rev. A)";320x224@60;H
+hangon1;"Hang-On - Super Hang-On (mini ride-on, FD1089B 317-0034) - Super Hang-On (World)";320x224@60;H
+hangon2;"Hang-On (ride-on) - Hang-On II (Jpn) - Super Hang-On (mini ride-on, Rev A, FD1089B 317-0034)";320x224@60;H
+hangonjr;"Hang-On Jr.";256x192@60;H
+hangzo;"Hangzo (Japan, prototype)";320x240@58;H
+happy6;"Happy 6-in-1 (V102 - V101MK, China)";448x224@60;H
+happy6101;"Happy 6-in-1 (V101 - V100MK, China)";448x224@60;H
+hardhea2;"Hard Head 2 (v2.0)";256x224@60;H
+hardhead;"Hard Head";256x224@60;H
+hasamu;"Hasamu (Japan)";384x240@60;H
+hatena;"Adventure Quiz 2 - Hatena? no Daibouken (Japan 900228)";384x240@60;H
+hayaosi1;"Hayaoshi Quiz Ouza Ketteisen - The King Of Quiz";256x224@60;H
+hbarrel;"Heavy Barrel (US)";256x240@57;V
+hbarrelw;"Heavy Barrel (World)";256x240@57;V
+hcastle;"Haunted Castle (ver. M)";256x224@60;H
+hcastlee;"Haunted Castle (ver. E)";256x224@60;H
+hcastlek;"Haunted Castle (ver. K)";256x224@60;H
+hcrash;"Hyper Crash (version D)";256x224@60;H
+hcrashc;"Hyper Crash (version C)";256x224@60;H
+hedpanic;"Head Panic (ver. 0117, 17/01/2000)";320x240@60;H
+hedpanica;"Head Panic (ver. 0702, 02/07/1999)";320x240@60;H
+hedpanicf;"Head Panic (ver. 0315, 15/03/2000)";320x240@60;H
+hellfire;"Hellfire (2P Ver.) - Hellfire (Euro)";320x240@57.6;H
+hellfire1;"Hellfire (1P Ver.)";320x240@57.6;H
+hellfire1a;"Hellfire (1P Ver., older)";320x240@57.6;H
+hellfire2;"Hellfire (2P Ver., first edition)";320x240@57.6;H
+herbiedk;"Herbie at the Olympics (DK conversion)";256x224@60;V
+herodk;"Hero in the Castle of Doom (DK conversion)";256x224@60;V
+herodku;"Hero in the Castle of Doom (DK conversion not encrypte";256x224@60;V
+heuksun;"Heuk Sun Baek Sa (Korea)";320x240@60;H
+hexa;"Hexa";256x224@60;H
+hexion;"Hexion (Japan ver. JAB)";512x256@60;H
+hexionb;"Hexion (Bootleg, Asia ver. AAA)";512x256@60;H
+hexpool;"Hex Pool (Shinkai)";256x224@60;V
+hexpoola;"Hex Pool (Senko)";256x224@60;V
+hgkairak;"Taisen Hot Gimmick Kairakuten (Japan)";224x640@60;V
+hharry;"Hammerin' Harry (World)";384x256@55;H
+hharryu;"Hammerin' Harry (US)";384x256@55;H
+higemaru;"Pirate Ship Higemaru";256x224@60;H
+himesiki;"Himeshikibu (Japan)";256x192@60;V
+hippodrm;"Hippodrome (US)";256x240@57;H
+hishouza;"Hishou Zame (Japan)";320x240@55;V
+hitice;"Hit the Ice (US) - Hit the Ice (USA) - Hit the Ice - VHL - The Official Video Hockey League - Hit the Ice - VHL - The Official Video Hockey League";320x224@60;H
+hiticej;"Hit the Ice (Japan)";320x224@60;H
+hncholms;"Hunchback Olympic (Scramble hardware)";256x224@60;V
+hoccer;"Hoccer (set 1)";256x224@60;V
+hoccer2;"Hoccer (set 2)";256x224@60;V
+honeydol;"Honey Dolls";256x224@58;H
+hook;"Hook (Euro) - Hook (Euro) - Hook (Euro, Prototype) - Hook (World)";320x240@60;H
+hookj;"Hook (Japan)";320x240@60;H
+hooku;"Hook (US) - Hook (USA) - Hook (USA)";320x240@60;H
+hopmappy;"Hopping Mappy";288x224@60;H
+hopprobo;"Hopper Robo";256x224@60;V
+horekid;"Kid no Hore Hore Daisakusen";256x224@60;V
+horekidb;"Kid no Hore Hore Daisakusen (bootleg)";256x224@60;V
+horizon;"Horizon";256x256@60;H
+horshoes;"American Horseshoes (US)";320x224@60;V
+hotbubl;"Hot Bubble (Korea, with adult pictures)";256x224@56;H
+hotbubla;"Hot Bubble (Korea)";256x224@56;H
+hotdebut;"Quiz de Idol! Hot Debut (Japan)";240x640@60;V
+hotdogst;"Hotdog Storm - The First Supersonics (International)";384x240@58;V
+hotgm4ev;"Taisen Hot Gimmick 4 Ever (Japan)";224x640@60;V
+hotgmck;"Taisen Hot Gimmick (Japan)";224x640@60;V
+hotgmck3;"Taisen Hot Gimmick 3 Digital Surfing (Japan)";224x640@60;V
+hotgmcki;"Mahjong Hot Gimmick Integral (Japan)";224x640@60;V
+hotmind;"Hot Mind (Hard Times hardware)";320x224@58;H
+hotpinbl;"Hot Pinball";512x224@60;V
+hotshock;"Hot Shocker";256x224@60;V
+hotshockb;"Hot Shocker (bootleg)";256x224@60;V
+hpolym84;"Hyper Olympic '84";256x224@60;H
+hpuncher;"Hard Puncher (Japan)";320x224@60;H
+hsf2;"Hyper Street Fighter II: The Anniversary Edition (0402";384x224@60;H
+hsf2a;"Hyper Street Fighter II: The Anniversary Edition (0402";384x224@60;H
+hsf2d;"Hyper Street Fighter II: The Anniversary Edition (0402";384x224@60;H
+hsf2da;"Hyper Street Fighter II: The Anniversary Edition (0402";384x224@60;H
+hsf2j;"Hyper Street Fighter II: The Anniversary Edition (0402";384x224@60;H
+hsf2j1;"Hyper Street Fighter II: The Anniversary Edition (0312";384x224@60;H
+htchctch;"Hatch Catch";320x240@60;H
+hthero;"Hat Trick Hero (Japan)";320x224@60;H
+hthero93;"Hat Trick Hero '93 (Ver 1.0J 1993/02/28)";320x224@60;H
+hthero93u;"Hat Trick Hero '93 (Ver 1.0A 1993/02/28)";320x224@60;H
+hthero94;"Hat Trick Hero '94 (Ver 2.2A 1994/05/26)";320x224@60;H
+hthero95;"Hat Trick Hero '95 (Ver 2.5J 1994/11/03)";320x224@60;H
+hthero95u;"Hat Trick Hero '95 (Ver 2.5A 1994/11/03)";320x224@60;H
+hunchbkg;"Hunchback (Galaxian hardware)";256x224@60;V
+hunchbks;"Hunchback (Scramble hardware)";256x224@60;V
+hustler;"Video Hustler - Video Hustler (Jpn) - Video Hustler (Prototype)";256x224@60;V
+hustlerb;"Video Hustler (bootleg)";256x224@60;V
+hvymetal;"Heavy Metal (315-5135)";256x224@60;H
+hvyunit;"Heavy Unit - Heavy Unit (World) - Heavy Unit - Mega Drive Special (Jpn)";256x224@58;H
+hvyunitj;"Heavy Unit (Japan, Newer)";256x224@58;H
+hvyunitjo;"Heavy Unit (Japan, Older)";256x224@58;H
+hvyunitu;"Heavy Unit -U.S.A. Version- (US)";256x224@58;H
+hwchamp;"Heavyweight Champ";320x224@60;H
+hwchampj;"Heavyweight Champ (Japan, FD1094 317-0046)";320x224@60;H
+hwchampjd;"Heavyweight Champ (Japan, FD1094 317-0046 decrypted)";320x224@60;H
+hyperpac;"Hyper Pacman";256x224@58;H
+hyperpacb;"Hyper Pacman (bootleg)";256x224@58;H
+hyperspt;"Hyper Sports - Hyper Sports (Jpn) - Hyper Sports 1 (Jpn)";256x224@60;H
+hypersptb;"Hyper Sports (bootleg)";256x224@60;H
+hypreac2;"Mahjong Hyper Reaction 2 (Japan)";338x240@60;H
+hypreact;"Mahjong Hyper Reaction (Japan)";338x240@60;H
+hyprolym;"Hyper Olympic";256x224@60;H
+hypsptsp;"Hyper Sports Special (Japan)";304x224@60;H
+iganinju;"Iga Ninjyutsuden (Japan)";256x224@60;H
+igmo;"IGMO";272x236@60;V
+ikari;"Ikari Warriors (US JAMMA)";288x216@60;V
+ikari3;"Ikari III - The Rescue (8-Way Joystick)";256x224@60;H
+ikari3j;"Ikari Three - The Rescue (Japan, Rotary Joystick)";256x224@60;H
+ikari3k;"Ikari III - The Rescue (Korea, 8-Way Joystick)";256x224@60;H
+ikari3u;"Ikari III - The Rescue (US, Rotary Joystick)";256x224@60;H
+ikaria;"Ikari Warriors (US)";288x216@60;V
+ikarijp;"Ikari (Japan No Continues)";288x216@60;V
+ikarijpb;"Ikari (Joystick hack bootleg)";288x216@60;V
+ikarinc;"Ikari Warriors (US No Continues)";288x216@60;V
+ikariram;"Rambo 3 (bootleg of Ikari, Joystick hack)";288x216@60;V
+ikki;"Ikki (Japan)";240x224@60;H
+imago;"Imago (cocktail set)";256x224@60;V
+imagoa;"Imago (no cocktail set)";256x224@60;V
+imgfight;"Image Fight (Japan, revision A)";384x256@55;V
+imgfightj;"Image Fight (Japan)";384x256@55;V
+imsorry;"I'm Sorry (315-5110, US)";256x224@60;H
+imsorryj;"Gonbee no I'm Sorry (315-5110, Japan)";256x224@60;H
+insectx;"Insector X (USA) - Insector X (World)";256x224@60;H
+insectxj;"Insector X (Japan) - Insector X (Jpn, Kor)";256x224@60;H
+intcup94;"International Cup '94 (Ver 2.2O 1994/05/26)";320x224@60;H
+inthunt;"In The Hunt (World)";320x240@60;H
+inthuntu;"In The Hunt (US)";320x240@60;H
+invaders;"Space Invaders / Space Invaders M";260x224@60;V
+ironclad;"Choutetsu Brikin'ger - Iron clad (Prototype)";304x224@59;H
+ironclado;"Choutetsu Brikin'ger - Iron clad (Prototype, older)";304x224@59;H
+ironhors;"Iron Horse";240x224@60;H
+irrmaze;"The Irritating Maze / Ultra Denryu Iraira Bou";304x224@59;H
+isgsm;"ISG Selection Master Type 2006 System BIOS";320x224@60;H
+itaten;"Itazura Tenshi (Japan)";256x224@60;H
+jack;"Aquajack (World) - Ball Jacks (Euro, Jpn) - Bomb Jack (Jpn) - Bomb Jack (set 1) - Jack the Giantkiller (set 1) - Jumping Jack - Jumping Jack (Euro) - Snap Jack - Star Jacker (Euro, Jpn, v1.2) - Star Jacker (Sega)";256x224@60;V
+jack2;"Bomb Jack (set 2) - Jack the Giantkiller (set 2) - Star Jacker (Jpn, v1.0)";256x224@60;V
+jack3;"Jack the Giantkiller (set 3)";256x224@60;V
+jackal;"Jackal (World, 8-way Joystick)";240x224@60;V
+jackalbl;"Jackal (bootleg, Rotary Joystick)";240x224@60;V
+jackalj;"Tokushu Butai Jackal (Japan, 8-way Joystick)";240x224@60;V
+jackalr;"Jackal (World, Rotary Joystick)";240x224@60;V
+jailbrek;"Jail Break";240x224@60;H
+jailbrekb;"Jail Break (bootleg)";240x224@60;H
+janjans1;"Lovely Pop Mahjong JangJang Shimasho (Japan)";336x238@60;H
+janjans2;"Lovely Pop Mahjong JangJang Shimasho 2 (Japan)";336x238@60;H
+janshin;"Jyanshin Densetsu - Quest of Jongmaster";320x224@59;H
+jchan;"Jackie Chan - Jackie Chan - The Kung-Fu Master - Jackie Chan's Action Kung Fu";320x240@60;H
+jchan2;"Jackie Chan in Fists of Fire";320x240@60;H
+jcross;"Jumping Cross";288x216@60;V
+jigkmgri;"Jigoku Meguri (Japan)";320x224@60;H
+jigkmgria;"Jigoku Meguri (Japan, hack?)";320x224@60;H
+jitsupro;"Jitsuryoku!! Pro Yakyuu (Japan)";256x224@60;H
+jjack;"Jumping Jack";240x192@60;V
+jjparad2;"Jan Jan Paradise 2";320x240@60;H
+jjparads;"Jan Jan Paradise";320x240@60;H
+jjsquawk;"J. J. Squawkers";384x240@60;H
+jjsquawkb;"J. J. Squawkers (bootleg)";384x240@60;H
+jjsquawkb2;"J. J. Squawkers (bootleg, Blandia conversion)";384x240@60;H
+jjsquawko;"J. J. Squawkers (older)";384x240@60;H
+jockeygp;"Jockey Grand Prix (set 1)";304x224@59;H
+jockeygpa;"Jockey Grand Prix (set 2)";304x224@59;H
+joemac;"Joe & Mac (USA) - Tatakae Genshizin Joe & Mac (Japan ver 1)";256x240@58;H
+joemacr;"Joe & Mac Returns (World, Version 1.1, 1994.05.27)";320x240@58;H
+joemacra;"Joe & Mac Returns (World, Version 1.0, 1994.05.19)";320x240@58;H
+joemacrj;"Joe & Mac Returns (Japan, Version 1.2, 1994.06.06)";320x240@58;H
+joinem;"Joinem";256x224@60;V
+jojo;"JoJo's Venture / JoJo no Kimyou na Bouken (USA 990128)";384x224@60;H
+jojoba;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojoban;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojobane;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojobaner1;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojobanr1;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojobar1;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojoj;"JoJo's Venture / JoJo no Kimyou na Bouken (Japan 99012";384x224@60;H
+jojojr1;"JoJo's Venture / JoJo no Kimyou na Bouken (Japan 99010";384x224@60;H
+jojojr2;"JoJo's Venture / JoJo no Kimyou na Bouken (Japan 98120";384x224@60;H
+jojon;"JoJo's Venture / JoJo no Kimyou na Bouken (Asia 990128";384x224@60;H
+jojonr1;"JoJo's Venture / JoJo no Kimyou na Bouken (Asia 990108";384x224@60;H
+jojonr2;"JoJo's Venture / JoJo no Kimyou na Bouken (Asia 981202";384x224@60;H
+jojor1;"JoJo's Venture / JoJo no Kimyou na Bouken (USA 990108)";384x224@60;H
+jojor2;"JoJo's Venture / JoJo no Kimyou na Bouken (USA 981202)";384x224@60;H
+joyfulr;"Joyful Road (Japan)";320x240@60;V
+joyjoy;"Puzzled / Joy Joy Kid (NGM-021)(NGH-021)";304x224@59;H
+joyman;"Joyman";288x224@60;V
+joust;"Joust";292x240@60;H
+stargate;"Stargate";292x240@60;H
+sinister;"Sinister";292x240@60;H
+defender;"Defender";292x240@60;H
+jpopnics;"Jumping Pop (Nics, Korean bootleg of Plump Pop)";256x224@60;H
+jrking;"Junior King (bootleg of Donkey Kong Jr.)";256x224@60;V
+jrpacman;"Jr. Pac-Man (11/9/83)";288x224@60;V
+jrpacmanf;"Jr. Pac-Man (speedup hack)";288x224@60;V
+jt104;"JT-104 (title screen modification of Rad Action)";256x192@60;H
+juju;"JuJu Densetsu (Japan)";256x224@60;H
+jujub;"JuJu Densetsu (Playmark bootleg)";256x224@60;H
+jumpbug;"Jump Bug";256x224@60;V
+jumpbugb;"Jump Bug (bootleg)";256x224@60;V
+jumpcoas;"Jump Coaster";256x224@60;V
+jumpcoast;"Jump Coaster (Taito)";256x224@60;V
+jumping;"JumpinG (eng) - Jumping (set 1)";320x224@60;H
+jumpinga;"Jumping (set 2)";320x224@60;H
+jumpingi;"Jumping (set 3, Imnoe PCB)";320x224@60;H
+jumpkids;"Jump Kids";320x240@60;H
+jumppop;"Jumping Pop (set 1)";320x240@60;H
+jumppope;"Jumping Pop (set 2)";320x240@60;H
+jumpshot;"Jump Shot";288x224@60;V
+jumpshotp;"Jump Shot Engineering Sample";288x224@60;V
+jungler;"Jungler";288x224@60;V
+junofrst;"Juno First - Juno First (Jpn)";256x224@60;V
+junofrstg;"Juno First (Gottlieb)";256x224@60;V
+jyangoku;"Jyangokushi -Haoh no Saihai- (990527 Japan)";384x224@60;H
+kabukikl;"Far East of Eden - Kabuki Klash / Tengai Makyou - Shin";320x224@59;H
+kageki;"Ka-Ge-Ki - Fists of Steel (USA) - Kageki (US)";256x224@60;V
+kagekih;"Kageki (hack)";256x224@60;V
+kagekij;"Ka-Ge-Ki (Jpn) - Kageki (Japan)";256x224@60;V
+kaiserkn;"Kaiser Knuckle (Ver 2.1O 1994/07/29)";320x224@60;H
+kaiserknj;"Kaiser Knuckle (Ver 2.1J 1994/07/29)";320x224@60;H
+kaitei;"Kaitei Takara Sagashi";272x224@60;V
+kaiteids;"Kaitei Daisensou (Japan)";320x240@60;H
+kaitein;"Kaitei Takara Sagashi (Namco license)";272x224@60;V
+kamakazi3;"Kamakazi III (superg hack)";256x224@60;V
+kamenrid;"Masked Riders Club Battle Race";384x240@60;H
+kangaroo;"Kangaroo";512x256@60;V
+kangarooa;"Kangaroo (Atari)";512x256@60;V
+kangaroob;"Kangaroo (bootleg)";512x256@60;V
+karatblz;"Karate Blazers (World, set 1)";352x240@60;H
+karatblza;"Karate Blazers (World, set 2)";352x240@60;H
+karatblzj;"Karate Blazers (Japan)";352x240@60;H
+karatblzu;"Karate Blazers (US)";352x240@60;H
+karatedo;"Karate Dou (Japan)";256x224@60;V
+karatevs;"Taisen Karate Dou (Japan VS version)";256x224@60;V
+karatour;"The Karate Tournament";320x240@60;H
+karatourj;"The Karate Tournament (Japan)";320x240@60;H
+karianx;"Karian Cross (Rev. 1.0)";320x224@60;H
+karnov;"Karnov (US, rev 6)";256x248@60;H
+karnova;"Karnov (US, rev 5)";256x248@60;H
+karnovj;"Karnov (Japan)";256x248@60;H
+karnovr;"Karnov's Revenge / Fighter's History Dynamite";304x224@59;H
+kazan;"Ninja Kazan (World)";256x224@60;H
+kbash;"Knuckle Bash";320x240@60;H
+kbash2;"Knuckle Bash 2 (bootleg)";320x240@60;H
+kbashk;"Knuckle Bash (Korean PCB)";320x240@60;H
+kchamp;"Karate Champ (US)";256x224@60;V
+kchampvs;"Karate Champ (US VS version, set 1)";256x224@60;V
+kchampvs2;"Karate Champ (US VS version, set 2)";256x224@60;V
+keithlcy;"Dramatic Adventure Quiz Keith & Lucy (Japan)";336x238@60;H
+kengo;"Ken-Go (set 1)";384x256@55;H
+kengoa;"Ken-Go (set 2)";384x256@55;H
+keroppi;"Kero Kero Keroppi's Let's Play Together (USA, Version";320x240@60;H
+keroppij;"Kero Kero Keroppi no Issyoni Asobou (Japan)";320x240@60;H
+ket;"Ketsui Kizuna Jigoku Tachi (Revision 2?, Japan) - Rocket Knight Adventures (Euro) - Socket (USA) - TV Sports Basketball - TV Sports Basketball";448x224@59;V
+ket1;"Ketsui Kizuna Jigoku Tachi (Revision 2? alt, Japan)";448x224@59;V
+keta;"Ketsui Kizuna Jigoku Tachi (Revision 1?, Japan)";448x224@59;V
+ketarr;"Ketsui Kizuna Jigoku Tachi (Arrange Mode version 1.7,";448x224@59;V
+ketarr10;"Ketsui Kizuna Jigoku Tachi (Arrange Mode version 1.0,";448x224@59;V
+ketarr15;"Ketsui Kizuna Jigoku Tachi (Arrange Mode version 1.5,";448x224@59;V
+ketarr151;"Ketsui Kizuna Jigoku Tachi (Arrange Mode version 1.51,";448x224@59;V
+ketarrf;"Ketsui Kizuna Jigoku Tachi (Fast version, hack by Trap";448x224@59;V
+ketarrs15;"Ketsui Kizuna Jigoku Tachi (MR. Stoic version 1.5, hac";448x224@59;V
+ketarrs151;"Ketsui Kizuna Jigoku Tachi (MR. Stoic version 1.51, ha";448x224@59;V
+ketb;"Ketsui Kizuna Jigoku Tachi (Original?, Japan)";448x224@59;V
+ketbl;"Ketsui Kizuna Jigoku Tachi (2003/01/01. Master Ver., b";448x224@59;V
+kf10thep;"The King of Fighters 10th Anniversary Extra Plus (boot";304x224@59;H
+kf2k1pa;"The King of Fighters 2001 Plus (set 2, bootleg / hack)";304x224@59;H
+kf2k1pls;"The King of Fighters 2001 Plus (set 1, bootleg / hack)";304x224@59;H
+kf2k2mp;"The King of Fighters 2002 Magic Plus (bootleg)";304x224@59;H
+kf2k2mp2;"The King of Fighters 2002 Magic Plus II (bootleg)";304x224@59;H
+kf2k2pla;"The King of Fighters 2002 Plus (bootleg set 2)";304x224@59;H
+kf2k2plb;"The King of Fighters 2002 Plus (bootleg set 3)";304x224@59;H
+kf2k2plc;"The King of Fighters 2002 Super (bootleg)";304x224@59;H
+kf2k2pls;"The King of Fighters 2002 Plus (bootleg set 1)";304x224@59;H
+kf2k2ps2;"The King of Fighters 2002 (PlayStation 2 ver 0.4, EGHT";304x224@59;H
+kf2k3bl;"The King of Fighters 2003 (bootleg set 1)";304x224@59;H
+kf2k3bla;"The King of Fighters 2003 (bootleg set 2)";304x224@59;H
+kf2k3pcb;"The King of Fighters 2003 (Japan, JAMMA PCB)";304x224@59;H
+kf2k3pl;"The King of Fighters 2004 Plus / Hero (bootleg)";304x224@59;H
+kf2k3upl;"The King of Fighters 2004 Ultra Plus (bootleg)";304x224@59;H
+kf2k4pls;"The King of Fighters Special Edition 2004 Plus (bootle";304x224@59;H
+kf2k5uni;"The King of Fighters 10th Anniversary 2005 Unique (boo";304x224@59;H
+kickboy;"Kick Boy";256x224@60;H
+kicker;"Kicker";256x224@60;V
+kickoff;"Kick Off (Japan) - Super Kick Off (Euro) - Super Kick Off (Euro, Bra) - Super Kick Off (Euro, SMS Mode)";256x224@60;H
+kickridr;"Kick Rider";240x192@60;H
+kidniki;"Kid Niki - Radical Ninja (World)";384x256@60;H
+kidnikiu;"Kid Niki - Radical Ninja (US)";384x256@60;H
+kikcubic;"Meikyu Jima (Japan)";384x256@55;H
+kikcubicb;"Kickle Cubele";384x256@55;H
+killbld;"The Killing Blade (V109, China)";448x224@60;H
+killbld104;"The Killing Blade (V104)";448x224@60;H
+killbldp;"The Killing Blade Plus (V300)";448x224@60;H
+kingball;"King & Balloon (Jpn) - King & Balloon (US) - King and Balloon (Kor)";256x224@60;V
+kingballj;"King & Balloon (Japan)";256x224@60;V
+kingdmgp;"Kingdom Grandprix (World)";320x240@60;V
+kirameki;"Kirameki Star Road (Ver 2.10J 1997/08/29)";320x224@60;H
+kittenk;"Kitten Kaboodle";256x224@60;H
+kizuna;"Kizuna Encounter - Super Tag Battle / Fu'un Super Tag";304x224@59;H
+kncljoe;"Knuckle Joe (set 1)";256x240@60;V
+kncljoea;"Knuckle Joe (set 2)";256x240@60;V
+knights;"Knights of the Round (911127 etc)";384x224@60;H
+knightsb;"Knights of the Round (bootleg set 1 (with YM2151 + 2xM";384x224@60;H
+knightsb2;"Knights of the Round (bootleg set 2, 911127 etc)";384x224@60;H
+knightsb3;"Knights of the Round (bootleg set 3, 911127 Japan)";384x224@60;H
+knightsb4;"Knights of the Round (bootleg set 4 (with YM2151 + 2xM";384x224@60;H
+knightsh;"Knights of the Round (hack set 1)";384x224@60;H
+knightsh2;"Knights of the Round (hack set 2, 911127 etc)";384x224@60;H
+knightsj;"Knights of the Round (911127 Japan, B-Board 91634B-2)";384x224@60;H
+knightsja;"Knights of the Round (911127 Japan, B-Board 89625B-1)";384x224@60;H
+knightsu;"Knights of the Round (911127 USA)";384x224@60;H
+knockout;"Knock Out!!";256x224@60;V
+kod;"Don Doko Don (World) - The King of Dragons (910805 etc)";384x224@60;H
+kodb;"The King of Dragons (bootleg, 910731 etc)";384x224@60;H
+kodda;"The King of Dragons (Phoenix bootleg, 910731 etc)";384x224@60;H
+kodh;"The King of Dragons (hack)";384x224@60;H
+kodj;"Don Doko Don (Japan) - The King of Dragons (Japan 910805, B-Board 90629B-3)";384x224@60;H
+kodja;"The King of Dragons (Japan 910805, B-Board 89625B-1)";384x224@60;H
+kodr1;"The King of Dragons (910711 etc)";384x224@60;H
+kodu;"Don Doko Don (US) - The King of Dragons (US 910910)";384x224@60;H
+kof10th;"The King of Fighters 10th Anniversary (bootleg)";304x224@59;H
+kof2000;"The King of Fighters 2000 (NGM-2570) (NGH-2570)";304x224@59;H
+kof2000n;"The King of Fighters 2000 (not encrypted)";304x224@59;H
+kof2000ps2;"The King of Fighters 2000 (Playstation 2 ver. , EGHT h";304x224@59;H
+kof2001;"The King of Fighters 2001 (NGM-262?)";304x224@59;H
+kof2001h;"The King of Fighters 2001 (NGH-2621)";304x224@59;H
+kof2002;"The King of Fighters 2002 (NGM-2650)(NGH-2650)";304x224@59;H
+kof2002b;"The King of Fighters 2002 (bootleg)";304x224@59;H
+kof2003;"The King of Fighters 2003 (NGM-2710)";304x224@59;H
+kof2003h;"The King of Fighters 2003 (NGH-2710)";304x224@59;H
+kof2k4se;"The King of Fighters Special Edition 2004 (bootleg)";304x224@59;H
+kof94;"The King of Fighters '94 (NGM-055)(NGH-055)";304x224@59;H
+kof95;"The King of Fighters '95 (NGM-084)";304x224@59;H
+kof95a;"The King of Fighters '95 (NGH-084, alternate board)";304x224@59;H
+kof95h;"The King of Fighters '95 (NGH-084)";304x224@59;H
+kof95sp;"The King of Fighters '95 (Special 2017, hack)";304x224@59;H
+kof96;"The King of Fighters '96 (NGM-214)";304x224@59;H
+kof96a;"The King of Fighters '96 (NGM-214, alternate board)";304x224@59;H
+kof96ae;"The King of Fighters '96 (Anniversary Edition, EGHT ha";304x224@59;H
+kof96ae20;"The King of Fighters '96 (Anniversary Edition 2.0.0430";304x224@59;H
+kof96cn;"The King of Fighters '96 (Chinese Edition ver 1.0, hac";304x224@59;H
+kof96ep;"The King of Fighters '96 (bootleg / hack)";304x224@59;H
+kof96h;"The King of Fighters '96 (NGH-214)";304x224@59;H
+kof97;"The King of Fighters '97 (NGM-2320)";304x224@59;H
+kof97cn;"The King of Fighters '97 (10th Anniversary Chinese Edi";304x224@59;H
+kof97h;"The King of Fighters '97 (NGH-2320)";304x224@59;H
+kof97k;"The King of Fighters '97 (Korean release)";304x224@59;H
+kof97oro;"The King of Fighters '97 oroshi plus 2003";304x224@59;H
+kof97pla;"The King of Fighters '97 Plus 2003 (bootleg / hack)";304x224@59;H
+kof97pls;"The King of Fighters '97 Plus (bootleg)";304x224@59;H
+kof97xt;"The King of Fighters '97 - Final Battle (hack)";304x224@59;H
+kof98;"K.O.F 98' - The King of Fighters '98 - The Slugfest / King of Figh";304x224@59;H
+kof98a;"K.O.F 98' (Unprotected?) - The King of Fighters '98 - The Slugfest / King of Figh";304x224@59;H
+kof98ae;"The King of Fighters '98 (Anniversary Edition, EGHT ha";304x224@59;H
+kof98ae2016;"The King of Fighters '98 (Anniversary Edition build 1.";304x224@59;H
+kof98cb;"The King of Fighters '98 (Combo, hack)";304x224@59;H
+kof98h;"The King of Fighters '98 - The Slugfest / King of Figh";304x224@59;H
+kof98k;"The King of Fighters '98 - The Slugfest / King of Figh";304x224@59;H
+kof98ka;"The King of Fighters '98 - The Slugfest / King of Figh";304x224@59;H
+kof99;"The King of Fighters '99 - The King of Fighters '99 - Millennium Battle (NGM-2510";304x224@59;H
+kof99ae;"The King of Fighters '99 (15th Anniversary Edition)";304x224@59;H
+kof99e;"The King of Fighters '99 - Millennium Battle (earlier)";304x224@59;H
+kof99h;"The King of Fighters '99 - Millennium Battle (NGH-2510";304x224@59;H
+kof99k;"The King of Fighters '99 - Millennium Battle (Korean r";304x224@59;H
+kof99ka;"The King of Fighters '99 - Millennium Battle (Korean r";304x224@59;H
+kof99p;"The King of Fighters '99 - Millennium Battle (prototyp";304x224@59;H
+kog;"King of Gladiator (The King of Fighters '97 bootleg)";304x224@59;H
+kogplus;"King of Gladiator Plus (The King of Fighters '97 bootl";304x224@59;H
+koikois2;"Koi Koi Shimasho 2 - Super Real Hanafuda (Japan)";336x240@60;H
+konami88;"Konami '88";304x224@60;H
+konamigt;"Konami GT";256x224@60;H
+kong;"Crazy Kong - Donkey Kong - Donkey Kong (US set 1) - Kong (Donkey Kong conversion on Galaxian hardware) - Wu Kong Wai Zhuan (Chi)";256x224@60;V
+kontest;"Konami Test Board (GX800, Japan)";256x224@60;H
+korokoro;"Koro Koro Quest (Japan)";320x240@58;H
+korosuke;"Korosuke Roller";288x224@60;V
+koshien;"Ah Eikou no Koshien (Japan) - Nessen Koushien (Jpn)";320x224@60;H
+kotm;"King of the Monsters (Euro) - King of the Monsters (set 1)";304x224@59;H
+kotm2;"King of the Monsters 2 (USA) - King of the Monsters 2 - The Next Thing (NGM-039)(NGH-";304x224@59;H
+kotm2a;"King of the Monsters 2 - The Next Thing (older)";304x224@59;H
+kotm2p;"King of the Monsters 2 - The Next Thing (prototype)";304x224@59;H
+kotmh;"King of the Monsters (set 2)";304x224@59;H
+kov;"Knights of Valour - Sangoku Senki (V117) - Ponpoko (Venture Line)";448x224@60;H
+kov111;"Knights of Valour - Sangoku Senki (V111, Japan)";448x224@60;H
+kov114;"Knights of Valour - Sangoku Senki (V114, Hong Kong)";448x224@60;H
+kov115;"Knights of Valour - Sangoku Senki (V115)";448x224@60;H
+kov2;"Knights of Valour 2 (V107, 102, 100, Hong Kong)";448x224@60;H
+kov2100;"Knights of Valour 2 (V100, 100, 100, Hong Kong)";448x224@60;H
+kov2101;"Knights of Valour 2 (V101, 101, 100, Hong Kong)";448x224@60;H
+kov2102;"Knights of Valour 2 (V102, 101, 100, Hong Kong)";448x224@60;H
+kov2103;"Knights of Valour 2 (V103, 101, 100, Hong Kong)";448x224@60;H
+kov2106;"Knights of Valour 2 (V106, 102, 100 Hong Kong)";448x224@60;H
+kov2p;"Knights of Valour 2 Plus - Nine Dragons (VM205XX, Chin";448x224@60;H
+kov2p202;"Knights of Valour 2 Plus - Nine Dragons (VM202XX)";448x224@60;H
+kov2p204;"Knights of Valour 2 Plus - Nine Dragons (VM204XX)";448x224@60;H
+kovplus;"Knights of Valour Plus - Sangoku Senki Plus (V119)";448x224@60;H
+kovplusa;"Knights of Valour Plus - Sangoku Senki Plus (V119 alt)";448x224@60;H
+kovqhsgs;"Knights of Valour: Quan Huang San Guo Special / Sangok";448x224@60;H
+kovqhsgsa;"Knights of Valour: Quan Huang San Guo Special / Sangok";448x224@60;H
+kovsgqyz;"Knights of Valour: SanGuo QunYingZhuan / Sangoku Senki";448x224@60;H
+kovsgqyza;"Knights of Valour: SanGuo QunYingZhuan / Sangoku Senki";448x224@60;H
+kovsgqyzb;"Knights of Valour: SanGuo QunYingZhuan / Sangoku Senki";448x224@60;H
+kovsgqyzc;"Knights of Valour: SanGuo QunYingZhuan / Sangoku Senki";448x224@60;H
+kovsh;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovsh100;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovsh101;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovsh102;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovsh103;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovshb;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovshp;"Knights of Valour Super Heroes Plus / Sangoku Senki Su";448x224@60;H
+kovshpa;"Knights of Valour Super Heroes Plus / Sangoku Senki Su";448x224@60;H
+kovshxas;"Knights of Valour: Ao Shi San Guo / Sangoku Senki: Ao";448x224@60;H
+kovytzy;"Knights of Valour: Yi Tong Zhong Yuan / Sangoku Senki:";448x224@60;H
+kozure;"Kozure Ookami (Japan)";320x240@60;H
+krzybowl;"Krazy Bowl";320x232@60;V
+ksayakyu;"Kusayakyuu";256x224@60;H
+ktiger;"Black Tiger - Kyukyoku Tiger (Japan) - Kyuukyoku Tiger - Kyuukyoku Tiger (Jpn)";320x240@55;V
+ktiger2;"Kyukyoku Tiger II (Ver 2.1J 1995/11/30)";320x232@60;V
+kuhga;"Kuhga - Operation Code 'Vapor Trail' (Japan revision 3";256x240@58;V
+kungfub;"Kung-Fu Master (bootleg set 1)";256x256@60;H
+kungfub2;"Kung-Fu Master (bootleg set 2)";256x256@60;H
+kungfub3;"Kung-Fu Master (bootleg set 3)";256x256@60;H
+kungfum;"Kung Fu Master (Jpn) - Kung-Fu Master";256x256@60;H
+kungfumd;"Kung-Fu Master (Data East)";256x256@60;H
+kungfut;"Kung-Fu Taikun - Kung-Fu Taikun (Jpn)";256x224@60;H
+kungfuta;"Kung-Fu Taikun (alt) - Kung-Fu Taikun (Jpn, Alt)";256x224@60;H
+kuniokun;"Nekketsu Kouha Kunio-kun (Japan)";240x240@60;H
+kuniokunb;"Nekketsu Kouha Kunio-kun (Japan bootleg)";240x240@60;H
+kurikint;"Kuri Kinton (World)";320x224@60;H
+kurikinta;"Kuri Kinton (World, prototype?)";320x224@60;H
+kurikintj;"Kuri Kinton (Japan)";320x224@60;H
+kurikintu;"Kuri Kinton (US)";320x224@60;H
+kyros;"Kyros";256x224@60;V
+kyrosj;"Kyros No Yakata (Japan)";256x224@60;V
+kyukaidk;"Kyuukai Douchuuki (Japan, new version (Rev B)) - Kyuukai Douchuuki (Jpn)";288x224@60;H
+kyukaidko;"Kyuukai Douchuuki (Japan, old version)";288x224@60;H
+kyustrkr;"Last Striker / Kyuukyoku no Striker";384x240@60;H
+labyrunr;"Labyrinth Runner (Japan)";280x224@60;V
+labyrunrk;"Labyrinth Runner (World Ver. K)";280x224@60;V
+ladybug;"Lady Bug - Lady Bug";240x196@60;V
+ladybugb;"Lady Bug (bootleg set 1)";240x196@60;V
+ladybugb2;"Coccinelle (bootleg of Lady Bug, set 2)";240x196@60;V
+ladybugg;"Lady Bug (bootleg on Galaxian hardware)";256x224@60;V
+ladykill;"Lady Killer";320x240@60;V
+ladymstr;"Lady Master of Kung Fu";256x224@60;V
+lagirl;"LA Girl";320x224@60;V
+landmakr;"Land Maker (Ver 2.01J 1998/06/01)";320x232@60;H
+landmakrp;"Land Maker (Ver 2.02O 1998/06/02) (Prototype)";320x232@60;H
+lans2004;"Lansquenet 2004 (Shock Troopers - 2nd Squad bootleg)";304x224@59;H
+lasso;"Lasso";256x224@60;V
+lastblad;"The Last Blade / Bakumatsu Roman - Gekka no Kenshi (NG";320x224@59;H
+lastblada;"The Last Blade / Bakumatsu Roman - Gekka no Kenshi (NG";320x224@59;H
+lastbladh;"The Last Blade / Bakumatsu Roman - Gekka no Kenshi (NG";320x224@59;H
+lastbladsp;"The Last Soldier (Special 2017, hack)";320x224@59;H
+lastbld2;"The Last Blade 2 / Bakumatsu Roman - Dai Ni Maku Gekka";320x224@59;H
+lastbld2eh;"The Last Blade 2 / Bakumatsu Roman - Dai Ni Maku Gekka";320x224@59;H
+lastday;"The Last Day (set 1)";384x240@60;V
+lastdaya;"The Last Day (set 2)";384x240@60;V
+lastduel;"Last Duel (US New Ver.)";384x240@60;V
+lastduelb;"Last Duel (bootleg)";384x240@60;V
+lastduelj;"Last Duel (Japan)";384x240@60;V
+lastduelo;"Last Duel (US Old Ver.)";384x240@60;V
+lastfort;"Last Fortress - Toride";360x224@60;H
+lastforte;"Last Fortress - Toride (Erotic, Rev C)";360x224@60;H
+lastfortea;"Last Fortress - Toride (Erotic, Rev A)";360x224@60;H
+lastfortg;"Last Fortress - Toride (German)";360x224@60;H
+lastfortk;"Last Fortress - Toride (Korea)";360x224@60;H
+lasthope;"Last Hope (bootleg AES to MVS conversion, no coin supp";304x224@59;H
+lastmisn;"Last Mission (US revision 6)";256x240@58;V
+lastmisnj;"Last Mission (Japan)";256x240@58;V
+lastmisno;"Last Mission (US revision 5)";256x240@58;V
+lastsold;"The Last Soldier (Korean release of The Last Blade)";320x224@59;H
+lastsurv;"Last Survivor (FD1094 317-0083)";320x224@60;H
+lastsurvd;"Last Survivor (FD1094 317-0083 decrypted)";320x224@60;H
+lbowling;"League Bowling (NGM-019)(NGH-019)";304x224@59;H
+ldrun;"Lode Runner (Euro, Jpn) - Lode Runner (Jpn) - Lode Runner (set 1) - Lode Runner - Lost Labyrinth";384x256@60;H
+ldrun2;"Lode Runner II (Jpn) - Lode Runner II - The Bungeling Strikes Back";384x256@60;H
+ldrun3;"Lode Runner III - The Golden Labyrinth";384x256@60;H
+ldrun3j;"Lode Runner III - Majin No Fukkatsu";384x256@60;H
+ldrun4;"Lode Runner IV - Teikoku Karano Dasshutsu";384x256@60;H
+ldruna;"Lode Runner (Jpn, Alt) - Lode Runner (set 2)";384x256@60;H
+leaguemn;"Yakyuu Kakutou League-Man (Japan)";320x240@60;H
+leds2011;"Led Storm Rally 2011 (World)";384x240@60;V
+leds2011u;"Led Storm Rally 2011 (US)";384x240@60;V
+ledstorm;"Led Storm (US)";384x240@60;V
+legend;"Legend - Oriental Legend - Xi Yo Gi Shi Re Zuang (V126)";288x224@60;H
+legendos;"Legend of Success Joe / Ashitano Joe Densetsu";304x224@59;H
+legion;"Legion - Spinner-87 (World ver 2.03)";288x224@60;V
+legionj;"Chouji Meikyuu Legion (Japan ver 1.05)";288x224@60;V
+legionjb;"Chouji Meikyuu Legion (Japan ver 1.05, bootleg)";288x224@60;V
+legofair;"Koukuu Kihei Monogatari - The Legend of Air Cavalry (J";400x224@60;V
+lemmings;"Lemmings (Euro) - Lemmings (Euro, Bra, Kor) - Lemmings (US prototype) - Lemmings (World)";320x224@60;H
+lethalen;"Lethal Enforcers (Euro) - Lethal Enforcers (ver UAE, 11/19/92 15:04)";288x224@60;H
+lethaleneaa;"Lethal Enforcers (ver EAA, 09/09/92 09:44)";288x224@60;H
+lethaleneab;"Lethal Enforcers (ver EAB, 10/14/92 19:53)";288x224@60;H
+lethaleneae;"Lethal Enforcers (ver EAE, 11/19/92 16:24)";288x224@60;H
+lethalenua;"Lethal Enforcers (ver UAA, 08/17/92 21:38)";288x224@60;H
+lethalenub;"Lethal Enforcers (ver UAB, 09/01/92 11:12)";288x224@60;H
+lethalenux;"Lethal Enforcers (ver unknown, US, 08/06/92 15:11, hac";288x224@60;H
+lethalth;"Lethal Thunder (World)";320x240@60;V
+levers;"Levers";256x224@60;V
+lghost;"Laser Ghost (Euro) - Laser Ghost (set 2, World, 317-0166)";320x224@60;H
+lghostd;"Laser Ghost (set 2, World, 317-0166 decrypted)";320x224@60;H
+lghostu;"Laser Ghost (set 1, US, 317-0165)";320x224@60;H
+lghostud;"Laser Ghost (set 1, US, 317-0165 decrypted)";320x224@60;H
+lgtnfght;"Lightning Fighters (World)";288x224@60;V
+lgtnfghta;"Lightning Fighters (Asia)";288x224@60;V
+lgtnfghtu;"Lightning Fighters (US)";288x224@60;V
+lhcdb;"Last Hope CD Beta (Neo CD conversion)";304x224@59;H
+liblrabl;"Libble Rabble";288x224@60;H
+lifefrce;"Lifeforce (US)";256x224@60;H
+lifefrcej;"Lifeforce (Japan)";256x224@60;H
+lightbr;"Light Bringer (Ver 2.2O 1994/04/08)";320x224@60;H
+lightbrj;"Light Bringer (Ver 2.1J 1994/02/18)";320x224@60;H
+liquidk;"Liquid Kids (World)";320x224@60;H
+liquidku;"Liquid Kids (US)";320x224@60;H
+lithero;"Little Hero";384x256@60;H
+livequiz;"Live Quiz Show";320x224@60;H
+lizwiz;"Lizard Wizard";288x224@60;V
+lkage;"The Legend of Kage";240x224@60;H
+lkageb;"The Legend of Kage (bootleg set 1)";240x224@60;H
+lkageb2;"The Legend of Kage (bootleg set 2)";240x224@60;H
+lkageb3;"The Legend of Kage (bootleg set 3)";240x224@60;H
+lkageo;"The Legend of Kage (older)";240x224@60;H
+lkageoo;"The Legend of Kage (oldest)";240x224@60;H
+lnc;"College Football's National Championship (USA) - Lock'n'Chase";242x240@60;V
+lockonph;"Lock On (Philko)";320x224@60;H
+locoboot;"Loco-Motion (bootleg)";256x224@60;V
+locomotn;"Loco-Motion";256x224@60;V
+loderndf;"Lode Runner - The Dig Fight (ver. B)";240x640@60;V
+loderndfa;"Lode Runner - The Dig Fight (ver. A)";240x640@60;V
+loffire;"Line of Fire (Euro, Bra, Kor) - Line of Fire / Bakudan Yarou (World, FD1094 317-0136)";320x224@60;H
+loffired;"Line of Fire / Bakudan Yarou (World, FD1094 317-0136 d";320x224@60;H
+loffirej;"Line of Fire / Bakudan Yarou (Japan, FD1094 317-0134)";320x224@60;H
+loffirejd;"Line of Fire / Bakudan Yarou (Japan, FD1094 317-0134 d";320x224@60;H
+loffireu;"Line of Fire / Bakudan Yarou (US, FD1094 317-0135)";320x224@60;H
+loffireud;"Line of Fire / Bakudan Yarou (US, FD1094 317-0135 decr";320x224@60;H
+logicpr2;"Logic Pro 2 (Japan)";320x224@60;H
+logicpro;"Logic Pro (Japan)";320x224@60;H
+loht;"Legend of Hero Tonma - Legend of Hero Tonma - Legend of Hero Tonma";384x256@55;H
+lohtb;"Legend of Hero Tonma (bootleg, set 1)";384x256@55;H
+lohtb2;"Legend of Hero Tonma (bootleg, set 2)";384x256@55;H
+lohtj;"Legend of Hero Tonma (Japan)";384x256@55;H
+lomakai;"Legend of Makai (World)";256x224@60;H
+looper;"Looper";256x224@60;H
+lordgun;"Lord of Gun (USA)";448x224@60;H
+lordofk;"The Lord of King (Japan)";256x224@60;H
+losttomb;"Lost Tomb (Easy)";256x224@60;V
+losttombh;"Lost Tomb (Hard)";256x224@60;V
+lostwrld;"Lost Worlds (Japan) - The Lost World - Jurassic Park (Euro, USA) - The Lost World - Jurassic Park (USA)";384x224@60;H
+lostwrldo;"Lost Worlds (Japan Old ver.)";384x224@60;H
+lotlot;"Lot Lot - Lot Lot (Jpn)";384x256@60;H
+loverboy;"Lover Boy";240x224@60;V
+lresort;"Last Resort";304x224@59;H
+lresortp;"Last Resort (prototype)";304x224@59;H
+ltorb1;"Jonas Indiana and the Lost Temple of RA (20050717)";304x224@59;H
+ltswords;"Lightning Swords";384x256@55;H
+luckywld;"Lucky & Wild";288x224@60;H
+luckywldj;"Lucky & Wild (Japan)";288x224@60;H
+luctoday;"Lucky Today";256x224@60;V
+lvgirl94;"Las Vegas Girl (Girl '94)";368x224@60;H
+lwings;"Legendary Wings (US set 1)";256x240@60;V
+lwings2;"Legendary Wings (US set 2)";256x240@60;V
+lwingsb;"Legendary Wings (bootleg)";256x240@60;V
+lwingsj;"Ares no Tsubasa (Japan)";256x240@60;V
+m660;"Mission 660 (US)";256x224@60;V
+m660b;"Mission 660 (bootleg)";256x224@60;V
+m660j;"Mission 660 (Japan)";256x224@60;V
+mach9;"Mach-9 (bootleg of Vulgus)";256x224@60;V
+macross;"Choujikuu Yousai Macross (Jpn) - Super Spacefortress Macross / Chou-Jikuu Yousai Macros";256x224@56;V
+macross2;"Super Spacefortress Macross II / Chou-Jikuu Yousai Mac";384x224@56;H
+macross2g;"Super Spacefortress Macross II / Chou-Jikuu Yousai Mac";384x224@56;H
+macross2k;"Macross II (Korea)";384x224@56;H
+macrossp;"Macross Plus";384x240@60;V
+madcrash;"Mad Crasher";288x216@60;H
+madcrush;"Mad Crusher (Japan)";288x216@60;H
+madgear;"Mad Gear (US)";384x240@60;V
+madgearj;"Mad Gear (Japan)";384x240@60;V
+madshark;"Mad Shark";384x224@60;V
+magdrop;"Magical Drop (Japan, Version 1.1, 1995.06.21)";320x240@58;H
+magdrop2;"Magical Drop II";304x224@59;H
+magdrop3;"Magical Drop III";304x224@59;H
+magdropp;"Magical Drop Plus 1 (Japan, Version 2.1, 1995.09.12)";320x240@58;H
+magicbub;"Magic Bubble";320x224@60;H
+magicbuba;"Magic Bubble (Adult version, YS-1302 PCB)";320x224@60;H
+magicbubb;"Magic Bubble (Adult version, YS-0211 PCB)";320x224@60;H
+magix;"Magix / Rock";384x240@60;H
+magixb;"Magix / Rock (no copyright message)";384x240@60;H
+maglord;"Magician Lord (NGM-005)";320x224@59;H
+maglordh;"Magician Lord (NGH-005)";320x224@59;H
+mahoudai;"Mahou Daisakusen (Japan)";320x240@60;V
+mahretsu;"Mahjong Kyo Retsuden (NGM-004)(NGH-004)";304x224@59;H
+mainevt;"The Main Event (4 Players ver. Y)";288x224@60;H
+mainevt2p;"The Main Event (2 Players ver. X)";288x224@60;H
+mainevto;"The Main Event (4 Players ver. F)";288x224@60;H
+mainsnk;"Main Event (1984)";288x216@60;H
+majest12j;"Majestic Twelve - The Space Invaders Part IV (Japan)";320x224@60;V
+majest12u;"Majestic Twelve - The Space Invaders Part IV (US)";320x224@60;V
+majtitl2;"Major Title 2 (World)";320x240@60;H
+majtitl2a;"Major Title 2 (World, set 1, alt sound CPU)";320x240@60;H
+majtitl2b;"Major Title 2 (World, set 2)";320x240@60;H
+majtitl2j;"Major Title 2 (Japan)";320x240@60;H
+majtitle;"Major Title (World)";384x256@55;H
+majtitlej;"Major Title (Japan)";384x256@55;H
+majuu;"Majuu no Ohkoku";320x224@60;H
+makaiden;"Makai Densetsu (Japan)";256x224@60;H
+makaimur;"Makai-Mura (Japan)";256x224@60;H
+makaimurc;"Makai-Mura (Japan revision C)";256x224@60;H
+makaimurg;"Makai-Mura (Japan revision G)";256x224@60;H
+maketrax;"Make Trax (set 1)";288x224@60;V
+maketrxb;"Make Trax (set 2)";288x224@60;V
+mangchi;"Mang-Chi";256x224@56;H
+manhatan;"Manhattan 24 Bunsyo (Japan)";240x224@60;H
+maniacsp;"Maniac Square (prototype)";320x240@60;H
+maniacsq;"Maniac Square (unprotected)";320x240@60;H
+manybloc;"Many Block";256x240@56;V
+mappy;"Hopping Mappy - Mappy (Jpn) - Mappy (Jpn) - Mappy (US)";288x224@60;V
+mappyj;"Mappy (Japan)";288x224@60;V
+marble;"Marble Madness";336x240@60;H
+marineb;"Marine Boy";256x224@60;H
+mariner;"Mariner";256x224@60;V
+mario;"Mario Bros. (US, Revision F)";256x224@60;H
+marioe;"Mario Bros. (US, Revision E)";256x224@60;H
+marioj;"Mario Bros. (Japan)";256x224@60;H
+marioo;"Mario Bros. (US, Unknown Rev)";256x224@60;H
+markham;"Markham";240x224@60;H
+mars;"Escape from Mars Starring Taz (Euro) - Mars - Taz in Escape from Mars (Bra) - Taz in Escape from Mars (Euro, USA)";256x224@60;V
+martmast;"Martial Masters (V104, 102, 102, USA)";448x224@60;H
+martmastc;"Martial Masters (V104, 102, 101, China)";448x224@60;H
+martmastc102;"Martial Masters (V102, 101, 101, China)";448x224@60;H
+martmastc103;"Martial Masters (V103, 102, 101, China)";448x224@60;H
+marukin;"Super Marukin-Ban (Japan 901017)";384x240@60;H
+marukodq;"Chibi Marukochan Deluxe Quiz";304x224@59;H
+marvins;"Marvin's Maze";288x216@60;V
+marvland;"Marvel Land (US) - Marvel Land (USA)";288x224@60;H
+marvlandj;"Marvel Land (Japan) - Marvel Land (Jpn)";288x224@60;H
+masao;"Masao";256x224@60;H
+masterw;"Master of Weapon (World)";320x224@60;V
+masterwj;"Master of Weapon (Japan)";320x224@60;V
+masterwu;"Master of Weapon (US)";320x224@60;V
+mastkin;"The Masters of Kin";256x224@60;H
+matchit2;"Match It II";384x240@60;H
+matrim;"Matrimelee / Shin Gouketsuji Ichizoku Toukon (NGM-2660";320x224@59;H
+matrimbl;"Matrimelee / Shin Gouketsuji Ichizoku Toukon (bootleg)";320x224@59;H
+mazinger;"Mazinger Z (World, ver. 94/06/27)";384x240@58;V
+mazingerj;"Mazinger Z (Japan, ver. 94/06/27)";384x240@58;V
+mbomberj;"Muscle Bomber - the body explosion (930713 Japan)";384x224@60;H
+mbombrd;"Muscle Bomber Duo - ultimate team battle (931206 etc)";384x224@60;H
+mbombrdj;"Muscle Bomber Duo - heat up warriors (931206 Japan)";384x224@60;H
+mbrush;"Magic Brush";288x224@60;V
+mcatadv;"Magical Cat Adventure";320x224@60;H
+mcatadvj;"Magical Cat Adventure (Japan)";320x224@60;H
+mchampdx;"Multi Champ Deluxe (ver. 0106, 06/01/2000)";320x240@60;H
+mchampdxa;"Multi Champ Deluxe (ver. 1126, 26/11/1999)";320x240@60;H
+mechatt;"Mechanized Attack (World)";256x224@60;H
+mechattj;"Mechanized Attack (Japan)";256x224@60;H
+mechattu;"Mechanized Attack (US)";256x224@60;H
+mechattu1;"Mechanized Attack (US, Version 1, Single Player)";256x224@60;H
+megablst;"Mega Blast (World)";320x224@60;H
+megablstj;"Mega Blast (Japan)";320x224@60;H
+megablstu;"Mega Blast (US)";320x224@60;H
+megadon;"Megadon";272x236@60;V
+megaman;"Mega Man (Euro, USA) - Mega Man - the power battle (951006 USA) - Mega Man - The Wily Wars (Euro)";384x224@60;H
+megaman2;"Mega Man 2 - the power fighters (960708 USA)";384x224@60;H
+megaman2a;"Mega Man 2 - the power fighters (960708 Asia)";384x224@60;H
+megaman2h;"Mega Man 2 - the power fighters (960712 Hispanic)";384x224@60;H
+megamana;"Mega Man - the power battle (951006 Asia)";384x224@60;H
+megamn2d;"Mega Man 2 - the power fighters (960708 USA Phoenix Ed";384x224@60;H
+megazone;"Mega Zone (Konami set 1)";288x224@60;V
+megazonea;"Mega Zone (Konami set 2)";288x224@60;V
+megazoneb;"Mega Zone (Kosuka set 1)";288x224@60;V
+megazonec;"Mega Zone (Kosuka set 2)";288x224@60;V
+megazonei;"Mega Zone (Interlogic)";288x224@60;V
+meijinsn;"Meijinsen";232x224@60;H
+meikyuh;"Meikyuu Hunter G (Japan, set 1)";256x240@58;H
+meikyuha;"Meikyuu Hunter G (Japan, set 2)";256x240@58;H
+meosism;"Meosis Magic (Japan)";338x236@60;H
+mercenario;"Mercenario (Commando bootleg)";256x224@60;V
+mercs;"Mercs (900302 etc) - Mercs (Euro, Bra) - Mercs (Euro, USA) ~ Senjou no Ookami II (Jpn)";384x224@60;V
+mercsj;"Senjo no Ookami II (Ookami 2 900302 Japan)";384x224@60;V
+mercsu;"Mercs (900608 USA)";384x224@60;V
+mercsur1;"Mercs (900302 USA)";384x224@60;V
+merlinmm;"Merlins Money Maze";256x224@60;V
+metafox;"Meta Fox";384x224@60;V
+metalb;"Metal Black (World)";320x224@60;H
+metalbj;"Metal Black (Japan)";320x224@60;H
+metamrph;"Metamorphic Force (ver EAA)";288x224@60;H
+metamrpha;"Metamorphic Force (ver AAA)";288x224@60;H
+metamrphe;"Metamorphic Force (ver EAA - alternate)";288x224@60;H
+metamrphj;"Metamorphic Force (ver JAA)";288x224@60;H
+metamrphu;"Metamorphic Force (ver UAA)";288x224@60;H
+metlfrzr;"Metal Freezer";256x224@60;V
+metlhawk;"Metal Hawk (Rev C)";288x224@60;V
+metlhawkj;"Metal Hawk (Japan, Rev F)";288x224@60;V
+metlsavr;"Metal Saver";320x240@60;H
+metmqstr;"Metamoqester (International)";384x240@58;H
+metrocrs;"Metro-Cross (set 1)";288x224@60;H
+metrocrsa;"Metro-Cross (set 2)";288x224@60;H
+mgakuen;"Mahjong Gakuen";384x240@60;H
+mgakuen2;"Mahjong Gakuen 2 Gakuen-chou no Fukushuu";384x240@60;H
+mgcrystl;"Magical Crystals (World, 92/01/10)";256x224@60;H
+mgcrystlj;"Magical Crystals (Japan, 92/01/13)";256x224@60;H
+mgcrystlo;"Magical Crystals (World, 91/12/10)";256x224@60;H
+mia;"M.I.A. - Missing in Action (version T)";304x224@60;H
+mia2;"M.I.A. - Missing in Action (version S)";304x224@60;H
+miaj;"M.I.A. - Missing in Action (version R) (Japan)";320x224@60;H
+midres;"Midnight Resistance (USA) - Midnight Resistance (World)";256x240@57;H
+midresj;"Midnight Resistance (Japan) - Midnight Resistance (Jpn)";256x240@57;H
+midresu;"Midnight Resistance (US)";256x240@57;H
+miexchng;"Money Puzzle Exchanger / Money Idol Exchanger";304x224@59;H
+mikie;"Mikie - Mikie. Shinnyuushain Tooru-Kun.";256x224@60;V
+mikiehs;"Mikie (High School Graffiti)";256x224@60;V
+mikiej;"Shinnyuushain Tooru-kun";256x224@60;V
+milliped;"Millipede";256x240@60;V
+mimonkey;"Mighty Monkey";256x224@60;V
+mimonsco;"Mighty Monkey (bootleg on Super Cobra hardware)";256x224@60;V
+mimonscr;"Mighty Monkey (bootleg on Scramble hardware)";256x224@60;V
+mimonscra;"Mighty Monkey (Kaina Games, bootleg on Scramble hardwa";256x224@60;V
+minasan;"Minasanno Okagesamadesu! Daisugorokutaikai (MOM-001)(M";304x224@59;H
+minefld;"Minefield";256x224@60;V
+minivadr;"Minivader";256x224@60;H
+mirax;"Mirax (set 1)";256x240@60;V
+miraxa;"Mirax (set 2)";256x240@60;V
+mirninja;"Mirai Ninja (Japan)";288x224@60;H
+missmw96;"Miss Mister World '96 (Nude)";256x224@60;H
+missw02;"Miss World 2002";256x224@60;H
+missw96;"Miss World '96 (Nude) (set1)";256x224@60;H
+missw96a;"Miss World '96 (Nude) (set 2)";256x224@60;H
+missw96b;"Miss World '96 (Nude) (set 3)";256x224@60;H
+missw96c;"Miss World '96 (Nude) (set 4)";256x224@60;H
+mizubaku;"Mizubaku Dai Bouken - Mizubaku Daibouken (Japan)";320x224@60;H
+mj4simai;"Wakakusamonogatari Mahjong Yonshimai (Japan)";384x240@60;H
+mjgtaste;"Mahjong G-Taste";320x224@60;H
+mjleague;"Major League";320x224@60;V
+mjnquest;"Mahjong Quest (Japan)";320x224@60;H
+mjnquestb;"Mahjong Quest (No Nudity)";320x224@60;H
+mk;"Mortal Kombat";400x254@54.7;H
+mkr4;"Mortal Kombat r4";400x254@54.7;H
+mktturbo;"Mortal Kombat turbo";400x254@54.7;H
+mk2;"Mortal Kombat II";400x254@54.7;H
+mltiwars;"Multi Wars (bootleg of UniWar S)";256x224@60;V
+mmancp2u;"Mega Man - The Power Battle (951006 USA, SAMPLE Versio";384x224@60;H
+mmancp2ur1;"Mega Man - The Power Battle (950926 USA, SAMPLE Versio";384x224@60;H
+mmatrix;"Mars Matrix (000412 USA)";384x224@60;H
+mmatrixd;"Mars Matrix (000412 USA Phoenix Edition)";384x224@60;H
+mmatrixj;"Mars Matrix (000412 Japan)";384x224@60;H
+mmaulers;"Monster Maulers (ver EAA)";288x224@60;H
+mmaze;"Marchen Maze (Japan)";288x224@60;H
+mmaze2;"Marchen Maze (Japan, hack?)";288x224@60;H
+mmonkey;"Minky Monkey";242x240@60;V
+mnchmobl;"Munch Mobile (US)";320x240@60;V
+mnight;"Mutant Night";256x192@60;H
+mnightj;"Mutant Night (Japan)";256x192@60;H
+moegonta;"Moeyo Gonta!! (Japan)";320x240@60;V
+mofflott;"Maze of Flott (Japan)";320x240@60;V
+moguchan;"Mogu Chan (bootleg?)";256x224@60;V
+mogura;"Mogura Desse";320x256@60;H
+mole;"Mole Attack - Mr. Mole";320x200@60;H
+momoko;"Momoko 120% (Japanese text)";240x224@60;H
+momokob;"Momoko 120% (bootleg)";240x224@60;H
+momokoe;"Momoko 120% (English text)";240x224@60;H
+monkelf;"Monky Elf (Korean bootleg of Avenging Spirit)";256x224@60;H
+moomesa;"Wild West C.O.W.-Boys of Moo Mesa (ver EAB)";384x224@60;H
+moomesaaab;"Wild West C.O.W.-Boys of Moo Mesa (ver AAB)";384x224@60;H
+moomesauab;"Wild West C.O.W.-Boys of Moo Mesa (ver UAB)";384x224@60;H
+moomesauac;"Wild West C.O.W.-Boys of Moo Mesa (ver UAC)";384x224@60;H
+moonal2;"Moon Alien Part 2";256x224@60;V
+moonal2b;"Moon Alien Part 2 (older version)";256x224@60;V
+moonaln;"Moon Alien";256x224@60;V
+mooncmw;"Moon War (Moon Cresta bootleg)";256x224@60;V
+mooncptc;"Moon Cresta (Petaco S.A. Spanish bootleg)";256x224@60;V
+mooncreg;"Moon Cresta (Electrogame S.A. Spanish bootleg)";256x224@60;V
+mooncrgx;"Moon Cresta (Galaxian hardware)";256x224@60;V
+mooncrs2;"Moon Cresta (bootleg set 2)";256x224@60;V
+mooncrs3;"Moon Cresta (bootleg set 3)";256x224@60;V
+mooncrs4;"Moon Crest";256x224@60;V
+mooncrsb;"Moon Cresta (bootleg set 1)";256x224@60;V
+mooncrsl;"Cresta Mundo (Laguna S.A. Spanish Moon Cresta bootleg)";256x224@60;V
+mooncrst;"Moon Cresta (Nichibutsu)";256x224@60;V
+mooncrstg;"Moon Cresta (Gremlin)";256x224@60;V
+mooncrsto;"Moon Cresta (Nichibutsu, old rev)";256x224@60;V
+mooncrstso;"Moon Cresta (SegaSA / Sonic)";256x224@60;V
+mooncrstu;"Moon Cresta (Nichibutsu USA, unencrypted)";256x224@60;V
+mooncrstuk;"Moon Cresta (Nichibutsu UK)";256x224@60;V
+mooncrstuku;"Moon Cresta (Nichibutsu UK, unencrypted)";256x224@60;V
+moonqsr;"Moon Quasar";256x224@60;V
+moonwar;"Moonwar";256x224@60;V
+moonwara;"Moonwar (older)";256x224@60;V
+moremore;"More More";256x224@58;H
+moremorp;"More More Plus";256x224@58;H
+moshougi;"Syougi No Tatsujin - Master of Shougi";304x224@59;H
+motorace;"MotoRace USA";240x256@60;V
+motos;"Motos";288x224@60;V
+mototour;"MotoTour / Zippy Race (Tecfri license)";240x256@60;V
+mouser;"Mouser - Mouser (Jpn)";256x224@60;V
+mouserc;"Mouser (Cosmos)";256x224@60;V
+mpang;"Mighty! Pang (001010 Euro)";384x224@60;H
+mpangj;"Mighty! Pang (001011 Japan)";384x224@60;H
+mpangjd;"Mighty! Pang (001011 Japan Phoenix Edition)";384x224@60;H
+mpangr1;"Mighty! Pang (000925 Euro)";384x224@60;H
+mpangu;"Mighty! Pang (001010 USA)";384x224@60;H
+mplanets;"Mad Planets";256x240@60;V
+mplanetsuk;"Mad Planets (UK)";256x240@60;V
+mrdo;"Mr. Do (Jpn) - Mr. Do! - Mr. Do! - Neo Mr. Do!";240x192@60;V
+mrdofix;"Mr. Do! (bugfixed)";240x192@60;V
+mrdot;"Mr. Do! (Taito license)";240x192@60;V
+mrdoy;"Mr. Do! (prototype)";240x192@60;V
+mrdu;"Mr. Du!";240x192@60;V
+mrflea;"The Amazing Adventures of Mr. F. Lea";256x248@60;V
+mrgoemon;"Mr. Goemon (Japan)";240x224@60;H
+mrheli;"Mr. HELI no Dai-Bouken - Mr. Heli no Daibouken";384x256@55;H
+mrjong;"Mr. Jong (Japan)";240x224@60;V
+mrkougar;"Mr. Kougar";256x224@60;V
+mrkougar2;"Mr. Kougar (earlier)";256x224@60;V
+mrkougb;"Mr. Kougar (bootleg set 1)";256x224@60;V
+mrkougb2;"Mr. Kougar (bootleg set 2)";256x224@60;V
+mrlo;"Mr. Lo!";240x192@60;V
+mrtnt;"Mr. TNT";288x224@60;V
+mrviking;"Mister Viking (315-5041)";240x224@60;V
+mrvikingj;"Mister Viking (315-5041, Japan)";240x224@60;V
+ms4plus;"Metal Slug 4 Plus (bootleg)";304x224@59;H
+ms5pcb;"Metal Slug 5 (JAMMA PCB)";304x224@59;H
+ms5plus;"Metal Slug 5 Plus (bootleg)";304x224@59;H
+msbingo;"Miss Bingo";320x224@60;H
+mschamp;"Ms. Pacman Champion Edition / Zola-Puc Gal";288x224@60;V
+mschamps;"Ms. Pacman Champion Edition / Super Zola Pac Gal";288x224@60;V
+msgogo;"Mouse Shooter GoGo";320x224@60;H
+msgundam;"Mobile Suit Gundam";384x240@57;H
+msgundam1;"Mobile Suit Gundam (Japan)";384x240@57;H
+msh;"Marvel Super Heroes (951024 Euro)";384x224@60;H
+msha;"Marvel Super Heroes (951024 Asia)";384x224@60;H
+mshb;"Marvel Super Heroes (951117 Brazil)";384x224@60;H
+msheartb;"Ms. Pac-Man Heart Burn";288x224@60;V
+mshh;"Marvel Super Heroes (951117 Hispanic)";384x224@60;H
+mshj;"Marvel Super Heroes (951117 Japan)";384x224@60;H
+mshjr1;"Marvel Super Heroes (951024 Japan)";384x224@60;H
+mshu;"Marvel Super Heroes (951024 USA)";384x224@60;H
+mshud;"Marvel Super Heroes (951024 USA Phoenix Edition)";384x224@60;H
+mshuttle;"Moon Shuttle (US?)";256x224@60;H
+mshuttle2;"Moon Shuttle (US? set 2)";256x224@60;H
+mshuttlej;"Moon Shuttle (Japan)";256x224@60;H
+mshuttlej2;"Moon Shuttle (Japan set 2)";256x224@60;H
+mshvsf;"Marvel Super Heroes vs Street Fighter (970625 Euro)";384x224@60;H
+mshvsfa;"Marvel Super Heroes vs Street Fighter (970625 Asia)";384x224@60;H
+mshvsfa1;"Marvel Super Heroes vs Street Fighter (970620 Asia)";384x224@60;H
+mshvsfb;"Marvel Super Heroes vs Street Fighter (970827 Brazil)";384x224@60;H
+mshvsfb1;"Marvel Super Heroes vs Street Fighter (970625 Brazil)";384x224@60;H
+mshvsfh;"Marvel Super Heroes vs Street Fighter (970625 Hispanic";384x224@60;H
+mshvsfj;"Marvel Super Heroes vs Street Fighter (970707 Japan)";384x224@60;H
+mshvsfj1;"Marvel Super Heroes vs Street Fighter (970702 Japan)";384x224@60;H
+mshvsfj2;"Marvel Super Heroes vs Street Fighter (970625 Japan)";384x224@60;H
+mshvsfu;"Marvel Super Heroes vs Street Fighter (970827 USA)";384x224@60;H
+mshvsfu1;"Marvel Super Heroes vs Street Fighter (970625 USA)";384x224@60;H
+mshvsfu1d;"Marvel Super Heroes vs Street Fighter (970625 USA Phoe";384x224@60;H
+mslider;"Monster Slider (Japan)";352x240@60;H
+mslug;"Metal Slug - Super Vehicle-001";304x224@59;H
+mslug2;"Metal Slug 2 - Super Vehicle-001/II (NGM-2410) (NGH-24";304x224@59;H
+mslug2t;"Metal Slug 2 Turbo (NGM-9410)";304x224@59;H
+mslug3;"Metal Slug 3 (NGM-2560)";304x224@59;H
+mslug3b6;"Metal Slug 6 (Metal Slug 3 bootleg)";304x224@59;H
+mslug3h;"Metal Slug 3 (NGH-2560)";304x224@59;H
+mslug3v;"Metal Slug 3 (NGH-2560) (Enhanced Violence Version hac";304x224@59;H
+mslug4;"Metal Slug 4 (NGM-2630)";304x224@59;H
+mslug4h;"Metal Slug 4 (NGH-2630)";304x224@59;H
+mslug5;"Metal Slug 5 (NGM-2680)";304x224@59;H
+mslug5b;"Metal Slug 5 (bootleg)";304x224@59;H
+mslug5h;"Metal Slug 5 (NGH-2680)";304x224@59;H
+mslugx;"Metal Slug X - Super Vehicle-001 (NGM-2500)(NGH-2500)";304x224@59;H
+mspacmab;"MS Pacman (bootleg)";288x224@60;V
+mspacman;"MS Pacman - Ms. Pac-Man (Euro, Bra) - Ms. Pac-Man (Euro, USA) - Ms. Pac-Man (USA)";288x224@60;V
+mspacmanbcc;"Come-Cocos (Ms. Pac-Man) ('Made in Greece' Tecnausa bo";288x224@60;V
+mspacmanbg;"Ms. Pac-Man ('Made in Greece' bootleg)";288x224@60;V
+mspacmanbgd;"Miss Pukman ('Made in Greece' Datamat bootleg)";288x224@60;V
+mspacmanbhe;"Come-Cocos (Ms. Pac-Man) ('Made in Greece' Herle SA bo";288x224@60;V
+mspacmanblt;"Miss Pukman ('Made in Greece' Triunvi bootleg)";288x224@60;V
+mspacmat;"Ms. Pac Attack";288x224@60;V
+mspacmbe;"Ms. Pac-Man (bootleg, encrypted)";288x224@60;V
+mspacmnf;"Ms. Pac-Man (with speedup hack)";288x224@60;V
+mspacpls;"Ms. Pac-Man Plus";288x224@60;V
+mspuzzle;"Miss Puzzle";320x224@60;V
+mspuzzleg;"Miss Puzzle (Clone of Gumbo)";320x224@60;H
+mstadium;"Main Stadium (Japan ver. 4)";288x224@60;H
+mstworld;"Monsters World (bootleg of Super Pang)";384x240@60;H
+msword;"Magic Sword - heroic fantasy (25.07.1990 other country";384x224@60;H
+mswordj;"Magic Sword (23.06.1990 Japan)";384x224@60;H
+mswordr1;"Magic Sword - heroic fantasy (23.06.1990 other country";384x224@60;H
+mswordu;"Magic Sword - heroic fantasy (25.07.1990 USA)";384x224@60;H
+mtlchamp;"Martial Champion (ver EAB)";384x224@60;H
+mtlchamp1;"Martial Champion (ver EAA)";384x224@60;H
+mtlchampa;"Martial Champion (ver AAA)";384x224@60;H
+mtlchampj;"Martial Champion (ver JAA)";384x224@60;H
+mtlchampu;"Martial Champion (ver UAE)";384x224@60;H
+mtlchampu1;"Martial Champion (ver UAD)";384x224@60;H
+mtwins;"Mega Twins (chiki chiki boys 900619 etc)";384x224@60;H
+mugsmash;"Mug Smashers";320x240@60;H
+multchmp;"Multi Champ (World)";320x240@60;H
+multchmpa;"Multi Champ (World, older)";320x240@60;H
+multchmpk;"Multi Champ (Korea, older)";320x240@60;H
+multi96;"Multi Game '96 (Italy)";256x224@58;H
+mustache;"Mustache Boy (Japan)";240x248@57;V
+mustachei;"Mustache Boy (Italy)";240x248@57;V
+mustang;"US AAF Mustang (25th May. 1990)";256x224@56;H
+mustangb;"US AAF Mustang (bootleg)";256x224@56;H
+mustangb2;"US AAF Mustang (TAB Austria bootleg)";256x224@56;H
+mustangs;"US AAF Mustang (25th May. 1990 / Seoul Trading)";256x224@56;H
+mutantf;"Mutant Fighter (World ver EM-5)";320x240@58;H
+mutantf2;"Mutant Fighter (World ver EM-2)";320x240@58;H
+mutantf3;"Mutant Fighter (World ver EM-3)";320x240@58;H
+mutantf4;"Mutant Fighter (World ver EM-4)";320x240@58;H
+mutnat;"Mutation Nation (NGM-014)(NGH-014)";304x224@59;H
+mvp;"MVP (set 2, US, FD1094 317-0143)";320x224@60;H
+mvpd;"MVP (set 2, US, FD1094 317-0143 decrypted)";320x224@60;H
+mvpj;"MVP (set 1, Japan, FD1094 317-0142)";320x224@60;H
+mvpjd;"MVP (set 1, Japan, FD1094 317-0142 decrypted)";320x224@60;H
+mvsc;"Marvel vs Capcom - clash of super heroes (980123 Euro)";384x224@60;H
+mvsca;"Marvel vs Capcom - clash of super heroes (980123 Asia)";384x224@60;H
+mvscar1;"Marvel vs Capcom - clash of super heroes (980112 Asia)";384x224@60;H
+mvscb;"Marvel vs Capcom - clash of super heroes (980123 Brazi";384x224@60;H
+mvsch;"Marvel vs Capcom - clash of super heroes (980123 Hispa";384x224@60;H
+mvscj;"Marvel vs Capcom - clash of super heroes (980123 Japan";384x224@60;H
+mvscjr1;"Marvel vs Capcom - clash of super heroes (980112 Japan";384x224@60;H
+mvscjsing;"Marvel vs Capcom - clash of super heroes (980123 Japan";384x224@60;H
+mvscr1;"Marvel vs Capcom - clash of super heroes (980112 Euro)";384x224@60;H
+mvscu;"Marvel vs Capcom - clash of super heroes (980123 USA)";384x224@60;H
+mvscud;"Marvel vs Capcom - clash of super heroes (980123 USA P";384x224@60;H
+mvscur1;"Marvel vs Capcom - clash of super heroes (971222 USA)";384x224@60;H
+mwalk;"Michael Jackson's Moonwalker (Euro, USA, Bra, Kor) - Michael Jackson's Moonwalker (set 3, World, FD1094/875 - Michael Jackson's Moonwalker (World, Rev. A)";320x224@60;H
+mwalkbl2;"Michael Jackson's Moonwalker (bootleg)";320x224@60;H
+mwalkd;"Michael Jackson's Moonwalker (World) (bootleg of FD109";320x224@60;H
+mwalkj;"Michael Jackson's Moonwalker (Japan) (FD1094/8751 317-";320x224@60;H
+mwalkjd;"Michael Jackson's Moonwalker (Japan) (bootleg of FD109";320x224@60;H
+mwalku;"Michael Jackson's Moonwalker (US) (FD1094/8751 317-015";320x224@60;H
+mwalkud;"Michael Jackson's Moonwalker (US) (bootleg of FD1094/8";320x224@60;H
+mwarr;"Mighty Warriors";366x240@54;H
+myangel;"Kosodate Quiz My Angel (Japan)";376x240@60;H
+myangel2;"Kosodate Quiz My Angel 2 (Japan)";376x240@60;H
+myhero;"My Hero (Euro, USA, Bra) - My Hero (US, not encrypted)";256x224@60;H
+myherobl;"My Hero (bootleg, 315-5132 encryption)";256x224@60;H
+myherok;"My Hero (Korea)";256x224@60;H
+myqbert;"Mello Yello Q*bert";256x240@60;V
+mysticri;"Mystic Riders (World)";320x240@60;H
+mysticrib;"Mystic Riders (bootleg?)";320x240@60;H
+mystston;"Mysterious Stones - Dr. John's Adventure";256x240@57;V
+myststono;"Mysterious Stones - Dr. Kick in Adventure";256x240@57;V
+myststonoi;"Mysterious Stones - Dr. Kick in Adventure (Itisa PCB)";256x240@57;V
+mystwarr;"Mystic Warriors (ver EAA)";288x224@60;H
+mystwarra;"Mystic Warriors (ver AAB)";288x224@60;H
+mystwarraa;"Mystic Warriors (ver AAA)";288x224@60;H
+mystwarrj;"Mystic Warriors (ver JAA)";288x224@60;H
+mystwarru;"Mystic Warriors (ver UAA)";288x224@60;H
+nam1975;"NAM-1975 (NGM-001)(NGH-001)";304x224@59;H
+naname;"Naname de Magic!";320x240@60;H
+nastar;"Nastar (World)";320x224@60;H
+nastarw;"Nastar Warrior (US)";320x224@60;H
+naughtyb;"Naughty Boy";288x224@60;V
+naughtyba;"Naughty Boy (bootleg)";288x224@60;V
+naughtybc;"Naughty Boy (Cinematronics)";288x224@60;V
+navarone;"Navarone";272x224@60;V
+nbbatman;"Ninja Baseball Batman (World)";320x240@60;H
+nbbatmanu;"Ninja Baseball Batman (US)";320x240@60;H
+ncombat;"Ninja Combat (NGM-009)";304x224@59;H
+ncombath;"Ninja Combat (NGH-009)";304x224@59;H
+ncommand;"Ninja Commando";304x224@59;H
+nebulbee;"Nebulous Bee";288x224@60;V
+nemesis;"Nemesis (Kor) - Nemesis (ROM version)";256x224@60;H
+nemesisuk;"Nemesis (World?, ROM version)";256x224@60;H
+nemo;"Finding Nemo (Rus) - Nemo (90 11 30 etc)";384x224@60;H
+nemoj;"Nemo (90 11 20 Japan)";384x224@60;H
+nemor1;"Nemo (90 11 09 etc)";384x224@60;H
+neo2500;"Neo 2500 Demo";304x224@59;H
+neo3ddmo;"NeoGeo 3D! Demo";304x224@59;H
+neobattl;"SD Gundam Neo Battling (Japan)";384x240@60;V
+neobombe;"Neo Bomberman";304x224@59;H
+neocdz;"Neo Geo CDZ system";320x224@59;H
+neocstlv;"Neo CastleVania Demo";304x224@59;H
+neocup98;"Neo-Geo Cup '98 - The Road to the Victory";320x224@59;H
+neodemo;"Chaos Demo (Neo Geo)";304x224@59;H
+neodrift;"Neo Drift Out - New Technology";304x224@59;H
+neogalag;"Galaga Demo (set 1)";304x224@59;H
+neogalaga;"Galaga Demo (set 2)";304x224@59;H
+neomrdo;"Neo Mr. Do!";304x224@59;H
+neonopon;"Neo No Panepon (beta)";304x224@59;H
+neopong;"Neo Pong (ver 1.1)";304x224@59;H
+neoponga;"Neo Pong (ver 1.0)";304x224@59;H
+neoprimo;"Primo Demo";304x224@59;H
+neotet;"NeoGeo 2-Player Tetris";304x224@59;H
+neothndr;"Neo Thunder";304x224@59;H
+neoww2;"WW2 Demo - Arcade Development Project";304x224@59;H
+newapunk;"New Atomic Punk - Global Quest (US)";320x240@60;H
+newfant;"New Fantasia (1995 copyright)";256x224@60;V
+newfanta;"New Fantasia (1994 copyright)";256x224@60;V
+newpuc2;"Newpuc2";288x224@60;V
+newpuc2b;"Newpuc2b";288x224@60;V
+newpuckx;"New Puck-X";288x224@60;V
+news;"News (set 1)";256x224@60;H
+newsa;"News (set 2)";256x224@60;H
+newsin7;"New Sinbad 7";256x224@60;V
+nextfase;"Next Fase (bootleg of Phoenix)";256x208@60;V
+ngem2k;"NGEM2K (beta 2006-01-18)";304x224@59;H
+ngfrog;"Frog Feast (Neo Geo)";304x224@59;H
+ngftdemo;"NGF Transparency Demo";304x224@59;H
+nightstr;"Night Striker (World)";320x240@60;H
+nightstrj;"Night Striker (Japan)";320x240@60;H
+nightstru;"Night Striker (US)";320x240@60;H
+ninja;"3 Ninjas Kick Back (USA) - Caveman Ninja (World ver 4) - Dragon Ninja (Euro) - Dragonninja (Japan) - Mirai Ninja (Japan) - Ninja (315-5102) - Sega Ninja (315-5113) - The Ninja (Euro, USA)";256x224@60;H
+ninjak;"The Ninja Kids (World)";320x224@60;H
+ninjakd2;"Ninja-Kid II / NinjaKun Ashura no Shou (set 1)";256x192@60;H
+ninjakd2a;"Ninja-Kid II / NinjaKun Ashura no Shou (set 2, bootleg";256x192@60;H
+ninjakd2b;"Ninja-Kid II / NinjaKun Ashura no Shou (set 3, bootleg";256x192@60;H
+ninjakd2c;"Ninja-Kid II / NinjaKun Ashura no Shou (set 4)";256x192@60;H
+ninjakj;"The Ninja Kids (Japan)";320x224@60;H
+ninjaku;"The Ninja Kids (US)";320x224@60;H
+ninjakun;"Ninja-kun (Jpn) - Ninjakun Majou no Bouken";256x192@60;H
+ninjamas;"Ninja Master's - haoh-ninpo-cho";320x224@59;H
+ninjaw;"The Ninja Warriors (World, later version)";224x864@60;V
+ninjaw1;"The Ninja Warriors (World, earlier version)";224x864@60;V
+ninjawj;"The Ninja Warriors (Japan)";224x864@60;V
+ninjawu;"The Ninja Warriors (US, Romstar license)";224x864@60;V
+ninjemak;"Ninja Emaki (US)";256x224@60;V
+nitd;"Nightmare in the Dark";320x224@59;H
+nitdbl;"Nightmare in the Dark (bootleg)";320x224@59;H
+nitrobal;"Nitro Ball (World, set 1)";320x240@58;V
+nitrobala;"Nitro Ball (World, set 2)";320x240@58;V
+nmaster;"Oni - The Ninja Master (Japan)";384x240@58;H
+nmg5;"Multi 5 / New Multi Game 5 (set 1)";320x240@60;H
+nmg5a;"Multi 5 / New Multi Game 5 (set 2)";320x240@60;H
+nmg5e;"Multi 5 / New Multi Game 5 (set 3, earlier)";320x240@60;H
+nmouse;"Funky Mouse (Jpn) - Naughty Mouse (set 1)";288x224@60;V
+nmouseb;"Naughty Mouse (set 2)";288x224@60;V
+nobb;"Noboranka (Japan, bootleg)";240x224@60;V
+nost;"Cosa Nostra (Spa) - Nostradamus";320x224@60;V
+nostj;"Nostradamus (Japan)";320x224@60;V
+nostk;"Nostradamus (Korea)";320x224@60;V
+nouryoku;"Nouryoku Koujou Iinkai";384x224@56;H
+nova2001;"Nova 2001 (Japan)";256x192@60;H
+nova2001h;"Nova 2001 (Japan, hack?)";256x192@60;H
+nova2001u;"Nova 2001 (US)";256x192@60;H
+nprinces;"Ninja Princess (315-5051, 64k Ver. bootleg?)";256x224@60;H
+nprincesb;"Ninja Princess (315-5051?, 128k Ver. bootleg?)";256x224@60;H
+nprinceso;"Ninja Princess (315-5098, 128k Ver.)";256x224@60;H
+nprincesu;"Ninja Princess (64k Ver. not encrypted)";256x224@60;H
+nrallyx;"New Rally X";288x224@60;H
+nspirit;"Ninja Spirit - Ninja Spirit";384x256@55;H
+nspiritj;"Saigo no Nindou (Japan)";384x256@55;H
+nunchaku;"Nunchackun";256x224@60;V
+nwarr;"Night Warriors - darkstalkers' revenge (950316 Euro)";384x224@60;H
+nwarra;"Night Warriors - darkstalkers' revenge (950302 Asia)";384x224@60;H
+nwarrb;"Night Warriors - darkstalkers' revenge (950403 Brazil)";384x224@60;H
+nwarrh;"Night Warriors - darkstalkers' revenge (950403 Hispani";384x224@60;H
+nwarru;"Night Warriors - darkstalkers' revenge (950406 USA)";384x224@60;H
+nwarrud;"Night Warriors - darkstalkers' revenge (950406 USA Pho";384x224@60;H
+nyanpani;"Nyan Nyan Panic (Japan)";256x224@60;H
+nzeroteam;"New Zero Team (V33 SYSTEM TYPE_B hardware)";320x256@55;H
+nzeroteama;"New Zero Team (V33 SYSTEM TYPE_B hardware, China?)";320x256@55;H
+oedfight;"Oedo Fight (Japan Bloodshed Ver.)";320x240@60;H
+offensiv;"Offensive (Spanish bootleg of Scramble)";256x224@60;V
+ohmygod;"Oh My God!";320x240@60;H
+oisipuzl;"Oishii Puzzle Ha Irimasenka";320x224@60;H
+olds;"Oriental Legend Super (V101, Korea)";448x224@60;H
+olds100;"Oriental Legend Special - Xi Yo Gi Shi Re Zuang Super";448x224@60;H
+olds100a;"Oriental Legend Special - Xi Yo Gi Shi Re Zuang Super";448x224@60;H
+olds103t;"Oriental Legend Special - Xi Yo Gi Shi Re Zuang Super";448x224@60;H
+oldsplus;"Oriental Legend Special Plus / Xi You Shi E Zhuan Supe";448x224@60;H
+omegab;"Omega";256x224@60;V
+omegaf;"Omega Fighter";256x192@60;V
+omegafs;"Omega Fighter Special";256x192@60;V
+omni;"Omni";256x224@60;V
+onetwo;"One + Two";512x256@60;H
+onetwoe;"One + Two (earlier)";512x256@60;H
+onna34ro;"Onna Sansirou - Typhoon Gal";256x224@60;H
+onna34roa;"Onna Sansirou - Typhoon Gal (bootleg)";256x224@60;H
+opwolf;"Operation Wolf - Operation Wolf - Operation Wolf (Euro, Bra) - Operation Wolf (World, set 1)";320x240@60;H
+opwolf3;"Operation Wolf 3 (World)";320x224@60;H
+opwolf3u;"Operation Wolf 3 (US)";320x224@60;H
+opwolfa;"Operation Wolf (World, set 2)";320x240@60;H
+opwolfb;"Operation Bear";320x240@60;H
+opwolfj;"Operation Wolf (Japan)";320x240@60;H
+opwolfjsc;"Operation Wolf (Japan, SC)";320x240@60;H
+opwolfu;"Operation Wolf (US)";320x240@60;H
+orbitron;"Orbitron";256x224@60;V
+orbs;"Orbs (10/7/94 prototype?)";320x240@60;H
+ordyne;"Ordyne - Ordyne - Ordyne (Japan, English Version)";288x224@60;H
+ordynej;"Ordyne (Japan)";288x224@60;H
+orius;"Orius (ver UAA)";384x256@54;H
+orlegend;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V126)";448x224@60;H
+orlegend105k;"Oriental Legend (V105, Korea)";448x224@60;H
+orlegend111c;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V111, China)";448x224@60;H
+orlegend111k;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V111, Korea)";448x224@60;H
+orlegend111t;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V111, Taiwan)";448x224@60;H
+orlegendc;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V112, China)";448x224@60;H
+orlegendca;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V112 alt, Chi";448x224@60;H
+orlegende;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V112)";448x224@60;H
+oscar;"Psycho-Nics Oscar (World revision 0)";256x240@58;H
+oscarj1;"Psycho-Nics Oscar (Japan revision 1)";256x240@58;H
+oscarj2;"Psycho-Nics Oscar (Japan revision 2)";256x240@58;H
+oscaru;"Psycho-Nics Oscar (US)";256x240@58;H
+osman;"Osman (World)";320x240@58;H
+othunder;"Operation Thunderbolt (World, rev 1)";320x240@60;H
+othunderj;"Operation Thunderbolt (Japan)";320x240@60;H
+othunderjsc;"Operation Thunderbolt (Japan, SC)";320x240@60;H
+othundero;"Operation Thunderbolt (World)";320x240@60;H
+othunderu;"Operation Thunderbolt (US, rev 1)";320x240@60;H
+othunderuo;"Operation Thunderbolt (US)";320x240@60;H
+outrun;"Out Run - Out Run (Euro) - Out Run (sitdown/upright, Rev B) - Out Run (World) - OutRun (Euro, USA) - Turbo Out Run (Out Run upgrade, FD1094 317-0118) - Turbo OutRun (Euro, Jpn)";320x224@60;H
+outrunb;"Out Run (bootleg)";320x224@60;H
+outrundx;"Out Run (deluxe sitdown)";320x224@60;H
+outrundxa;"Out Run (deluxe sitdown earlier version)";320x224@60;H
+outrundxeh;"Out Run (deluxe sitdown) (Enhanced Edition v1.0.3)";320x224@60;H
+outrundxj;"Out Run (Japan, deluxe sitdown, FD1089A 317-0019)";320x224@60;H
+outruneh;"Out Run (sitdown/upright, Rev B) (Enhanced Edition v1.";320x224@60;H
+outrunra;"Out Run (sitdown/upright, Rev A)";320x224@60;H
+outzone;"Out Zone";320x240@55.2;V
+outzonea;"Out Zone (set 2)";320x240@55.2;V
+outzoneb;"Out Zone (older set)";320x240@55.2;V
+outzonec;"Out Zone (oldest set)";320x240@55.2;V
+outzoneh;"Out Zone (harder)";320x240@55.2;V
+overtop;"Over Top";304x224@59;H
+ozmawars;"Ozma Wars (set 1)";260x224@60;V
+ozmawars2;"Ozma Wars (set 2)";260x224@60;V
+ozon1;"Ozon I";256x224@60;V
+p47;"P-47 - The Freedom Fighter - P-47 - The Phantom Fighter (World)";256x224@60;H
+p47j;"P-47 - The Freedom Fighter (Japan)";256x224@60;H
+p47je;"P-47 - The Freedom Fighter (Japan, Export)";256x224@60;H
+pacgal;"Pac-Gal";288x224@60;V
+pacheart;"Pac-Man (Hearts)";288x224@60;V
+packbang;"Pack'n Bang Bang (Prototype)";256x225@60;V
+packetman;"Packetman (bootleg)";288x224@60;V
+pacland;"Pac-land - Pac-Land - Pac-Land (World)";288x224@60;H
+paclandj;"Pac-Land (Japan new)";288x224@60;H
+paclandjo;"Pac-Land (Japan old)";288x224@60;H
+paclandjo2;"Pac-Land (Japan older)";288x224@60;H
+paclandm;"Pac-Land (Midway)";288x224@60;H
+pacman;"Jr. Pac-Man (11/9/83) - MS Pacman - Ms. Pac-Man (Euro, Bra) - Ms. Pac-Man (Euro, USA) - Ms. Pac-Man (USA) - Pac-Man (Jpn) - Pac-Man (Midway) - Pac-Man (Prototype) - Pac-Man (USA)";288x224@60;V
+pacmanbl;"Pac-Man (Galaxian hardware, set 1)";256x224@60;V
+pacmanbla;"Pac-Man (Galaxian hardware, set 2)";256x224@60;V
+pacmanf;"Jr. Pac-Man (speedup hack) - Pac-Man (Midway, with speedup hack)";288x224@60;V
+pacmania;"Pac-Mania - Pac-Mania (Euro) - Pac-Mania (Euro) - Pac-Mania (Euro, USA)";288x224@60;V
+pacmaniaj;"Pac-Mania (Japan)";288x224@60;V
+pacmaniao;"Pac-Mania (111187 sound program)";288x224@60;V
+pacmanpe;"Come Come (Petaco SA bootleg of Puck Man)";288x224@60;V
+pacmanso;"Pac-Man (SegaSA / Sonic)";288x224@60;V
+pacmansp;"Puck Man (Spanish, 'Made in Greece' bootleg)";288x224@60;V
+pacmod;"Pac-Man (Midway, harder)";288x224@60;V
+pacnchmp;"Pac-Man & Chomp Chomp";288x224@60;V
+pacnpal;"Pac & Pal";288x224@60;V
+pacnpal2;"Pac & Pal (older)";288x224@60;V
+pacplus;"Pac-Man Plus";288x224@60;V
+pacuman;"Pacu-Man (Spanish bootleg of Puck Man)";288x224@60;V
+paddle2;"Paddle 2 (bootleg on Block hardware)";256x224@60;V
+paddlema;"Paddle Mania";256x224@60;V
+paintrlr;"Paint Roller";288x224@60;V
+pairlove;"Pairs Love";384x240@60;V
+pajaroes;"Pajaro del Espacio (Spanish bootleg of UniWar S)";256x224@60;V
+palamed;"Palamedes (US)";320x224@60;H
+palamedj;"Palamedes (Japan)";320x224@60;H
+pandoras;"Pandora's Palace";256x224@60;V
+pang;"Cross Pang - Mighty! Pang (001010 Euro) - Pang (World) - Pang Pang - Super Pang (World 900914) - Ti Ti! Pang Pang! (Kor) - Zipang";384x240@57;H
+pang3;"Pang! 3 (950601 Euro)";384x224@60;H
+pang3b;"Pang! 3 (bootleg set 1, 950511 Euro)";384x224@60;H
+pang3b2;"Pang! 3 (bootleg set 2, 950511 Euro)";384x224@60;H
+pang3b3;"Pang! 3 (bootleg set 3, 950601 Euro)";384x224@60;H
+pang3j;"Pang! 3: Kaitou Tachi no Karei na Gogo (950511 Japan)";384x224@60;H
+pang3r1;"Pang! 3 (950511 Euro)";384x224@60;H
+pang3r1a;"Pang! 3 (950511 Euro, alt)";384x224@60;H
+pangb;"Pang (bootleg, set 1)";384x240@60;H
+pangb2;"Pang (bootleg, set 4)";384x240@60;H
+pangbold;"Pang (bootleg, set 2)";384x240@60;H
+pangbold2;"Pang (bootleg, set 5)";384x240@60;H
+pangbold3;"Pang (bootleg, set 6)";384x240@60;H
+pangpang;"Pang Pang";320x240@58;H
+pangpoms;"Pang Pom's";360x224@60;H
+pangpomsm;"Pang Pom's (Mitchell)";360x224@60;H
+panicbom;"Panic Bomber";304x224@59;H
+panicstr;"Panic Street (Japan)";320x240@60;H
+paperboy;"Paperboy (Atari System 2)";512x384@60;H
+paprazzi;"Paparazzi";384x224@60;V
+parodius;"Parodius - Tako wa Chikyuu wo Sukuu (Jpn) - Parodius DA! (World, set 1) - Parodius da! - Shinwa Kara Owarai He";288x224@60;H
+parodiusa;"Parodius - Tako wa Chikyuu wo Sukuu (Jpn, Alt) - Parodius DA! (Asia)";288x224@60;H
+parodiuse;"Parodius - Tako Saves Earth (English) - Parodius DA! (World, set 2)";288x224@60;H
+parodiusj;"Parodius DA! (Japan)";288x224@60;H
+pass;"Pass";320x224@60;H
+passsht;"Passing Shot (World, 2 Players, FD1094 317-0080)";320x224@60;V
+passsht16a;"Passing Shot (Japan, 4 Players, System 16A, FD1094 317";320x224@60;V
+passshta;"Passing Shot (World, 4 Players, FD1094 317-0074)";320x224@60;V
+passshtad;"Passing Shot (World, 4 Players, FD1094 317-0074 decryp";320x224@60;V
+passshtd;"Passing Shot (World, 2 Players, FD1094 317-0080 decryp";320x224@60;V
+passshtj;"Passing Shot (Japan, 4 Players, FD1094 317-0070)";320x224@60;V
+passshtjd;"Passing Shot (Japan, 4 Players, FD1094 317-0070 decryp";320x224@60;V
+pbancho;"Gyakuten!! Puzzle Bancho (Japan)";320x240@60;H
+pbillrd;"Perfect Billiard";256x224@60;H
+pbillrdsa;"Perfect Billiard (MC-8123, 317-5008)";256x224@60;H
+pbobbl2n;"Puzzle Bobble 2 / Bust-A-Move Again (Neo-Geo)";304x224@59;H
+pbobble;"Puzzle Bobble (Japan, B-System) - Puzzle Bobble (Jpn)";320x224@60;H
+pbobble2;"Puzzle Bobble 2 (Ver 2.3O 1995/07/31)";320x232@60;H
+pbobble2j;"Puzzle Bobble 2 (Ver 2.2J 1995/07/20)";320x232@60;H
+pbobble2o;"Puzzle Bobble 2 (Ver 2.2O 1995/07/20)";320x232@60;H
+pbobble2u;"Bust-A-Move Again (Ver 2.3A 1995/07/31)";320x232@60;H
+pbobble2x;"Puzzle Bobble 2X (Ver 2.2J 1995/11/11)";320x232@60;H
+pbobble3;"Puzzle Bobble 3 (Ver 2.1O 1996/09/27)";320x232@60;H
+pbobble3j;"Puzzle Bobble 3 (Ver 2.1J 1996/09/27)";320x232@60;H
+pbobble3u;"Puzzle Bobble 3 (Ver 2.1A 1996/09/27)";320x232@60;H
+pbobble4;"Puzzle Bobble 4 (Ver 2.04O 1997/12/19)";320x232@60;H
+pbobble4j;"Puzzle Bobble 4 (Ver 2.04J 1997/12/19)";320x232@60;H
+pbobble4u;"Puzzle Bobble 4 (Ver 2.04A 1997/12/19)";320x232@60;H
+pbobblen;"Puzzle Bobble / Bust-A-Move (Neo-Geo) (NGM-083)";320x224@59;H
+pbobblenb;"Puzzle Bobble / Bust-A-Move (Neo-Geo) (bootleg)";320x224@59;H
+pclubys;"Puzzle Club (Yun Sung, set 1)";320x240@60;H
+pclubysa;"Puzzle Club (Yun Sung, set 2)";320x240@60;H
+pdrift;"Power Drift - Power Drift (World, Rev A)";320x224@60;H
+pdrifta;"Power Drift (World)";320x224@60;H
+pdrifte;"Power Drift (World, Earlier)";320x224@60;H
+pdriftj;"Power Drift (Japan)";320x224@60;H
+peekaboo;"Peek-a-Boo!";256x224@60;H
+peekaboou;"Peek-a-Boo! (North America, ver 1.0)";256x224@60;H
+penbros;"Penguin Brothers (Japan)";320x224@60;H
+pengadvb;"Penguin Adventure (bootleg of MSX version)";272x216@60;H
+pengo;"Pengo (Euro, USA) - Pengo (set 1 rev c) - Pepenga Pengo (Jpn)";288x224@60;V
+pengo2;"Pengo (set 2)";288x224@60;V
+pengo2u;"Pengo (set 2 not encrypted)";288x224@60;V
+pengo3u;"Pengo (set 3 not encrypted)";288x224@60;V
+pengo4;"Pengo (set 4)";288x224@60;V
+pengo5;"Pengo (set 5)";288x224@60;V
+pengob;"Pengo (bootleg)";288x224@60;V
+penta;"Penta";288x224@60;V
+percuss;"The Percussor";256x224@60;V
+perfrman;"Performan (Japan)";256x240@60;V
+perfrmanu;"Performan (US)";256x240@60;V
+pestplce;"Pest Place";256x224@60;H
+pfghtj;"Pocket Fighter (970904 Japan)";384x224@60;H
+pgalvip;"Pocket Gals V.I.P (set 1)";256x224@60;H
+pgalvipa;"Pocket Gals V.I.P (set 2)";256x224@60;H
+pgear;"Powered Gear - strategic variant armor equipment (9410";384x224@60;H
+pgearr1;"Powered Gear - strategic variant armor equipment (9409";384x224@60;H
+pgemeni;"P-GeMeni (060123)";448x224@60;H
+pgmdemo;"Chaos (PGM Demo)";448x224@60;H
+pgmfrog;"Frog Feast (PGM)";448x224@60;H
+pgoal;"Pleasure Goal / Futsal - 5 on 5 Mini Soccer (NGM-219)";304x224@59;H
+phantasm;"Phantasm (Japan)";256x224@60;H
+phelios;"Phelios - Phelios (Euro)";288x224@60;V
+pheliosj;"Phelios (Japan) - Phelios (Jpn)";288x224@60;V
+phoenix;"Phoenix (Amstar)";256x208@60;V
+phoenix2;"Phoenix (Amstar, set 2)";256x208@60;V
+phoenix3;"Phoenix (T.P.N. bootleg)";256x208@60;V
+phoenixa;"Phoenix (Centuri, set 1)";256x208@60;V
+phoenixass;"Phoenix (Assa, Spanish bootleg)";256x208@60;V
+phoenixb;"Phoenix (Centuri, set 2)";256x208@60;V
+phoenixc;"Phoenix (Irecsa / G.G.I Corp, set 1)";256x208@60;V
+phoenixc2;"Phoenix (Irecsa / G.G.I Corp, set 2)";256x208@60;V
+phoenixc3;"Phoenix (Irecsa / G.G.I Corp, set 3)";256x208@60;V
+phoenixc4;"Phoenix (Irecsa / G.G.I Corp, set 4)";256x208@60;V
+phoenixdal;"Phoenix (D&L bootleg)";256x208@60;V
+phoenixj;"Phoenix (Taito Japan)";256x208@60;V
+phoenixs;"Phoenix (Sonic, Spanish bootleg)";256x208@60;V
+phoenixt;"Phoenix (Taito)";256x208@60;V
+phoenxp2;"Phoenix Part 2";256x224@60;V
+photof;"Photo Finish (bootleg?)";256x224@60;H
+photoy2k;"Photo Y2K / Real and Fake (V105)";448x224@60;H
+photoy2k102;"Real and Fake0Photo Y2K (V102, Japan)";448x224@60;H
+photoy2k104;"Photo Y2K / Real and Fake (V104)";448x224@60;H
+phozon;"Phozon (Japan)";288x224@60;V
+phozons;"Phozon (Sidam)";288x224@60;V
+pinbo;"Pinbo (set 1)";256x224@60;V
+pingpong;"Konami's Ping-Pong - Konami's Ping-Pong (Jpn) - Ping Pong (Tw)";256x224@60;H
+pipibibs;"Pipi & Bibis / Whoopee!! (Z80 sound cpu, set 1)";320x240@60;H
+pipibibsa;"Pipi & Bibis / Whoopee!! (Z80 sound cpu, set 2)";320x240@60;H
+pipibibsp;"Pipi & Bibis / Whoopee!! (prototype)";320x240@60;H
+piranha;"Piranha";288x224@60;V
+piranhah;"Piranha (hack)";288x224@60;V
+piranhao;"Piranha (older)";288x224@60;V
+pirates;"Pirates (set 1) - Pirates! Gold (USA)";288x224@60;H
+piratesb;"Pirates (set 2)";288x224@60;H
+pisces;"Pisces";256x224@60;V
+piscesb;"Pisces (bootleg)";256x224@60;V
+pistoldm;"Pistol Daimyo no Bouken (Japan)";288x224@60;H
+pitfall2;"Pitfall II (315-5093) - Pitfall II - Lost Caverns (Jpn) - Pitfall II - The Lost Caverns (Jpn, v1) - Pitfall II: Lost Caverns";256x224@60;H
+pitfall2a;"Pitfall II (315-5093, Flicky Conversion) - Pitfall II - Lost Caverns (Jpn, Alt) - Pitfall II - The Lost Caverns (Jpn, v0)";256x224@60;H
+pitfall2u;"Pitfall II (not encrypted)";256x224@60;H
+pkladies;"Poker Ladies";384x240@60;H
+pkladiesl;"Poker Ladies (Leprechaun ver. 510)";384x240@60;H
+pkladiesla;"Poker Ladies (Leprechaun ver. 401)";384x240@60;H
+pktgaldx;"Pocket Gal Deluxe (Euro v3.00)";320x240@58;H
+pktgaldxj;"Pocket Gal Deluxe (Japan v3.00)";320x240@58;H
+pkunwar;"Penguin-Kun Wars (US)";256x192@60;H
+pkunwarj;"Penguin-Kun Wars (Japan)";256x192@60;H
+plegends;"Gouketsuji Gaiden Legends (USA, ver. 95/06/20)";320x240@58;H
+plegendsj;"Gouketsuji Gaiden Saikyou Densetsu (Japan, ver. 95/06/";320x240@58;H
+pleiadbl;"Pleiads (bootleg set 1)";256x208@60;V
+pleiadce;"Pleiads (Centuri)";256x208@60;V
+pleiads;"Pleiads (Tehkan)";256x208@60;V
+pleiadsb2;"Pleiads (bootleg set 2)";256x208@60;V
+pleiadsi;"Pleiads (Irecsa)";256x208@60;V
+pleiadsn;"Pleiads (Niemer S.A.)";256x208@60;V
+pleiadss;"Pleiads (Spanish bootleg)";256x208@60;V
+plgirls;"Play Girls";320x224@60;V
+plgirls2;"Play Girls 2";320x224@60;V
+plgirls2b;"Play Girls 2 (bootleg)";320x224@60;V
+plotting;"Plotting (World set 1)";320x224@60;H
+plottinga;"Plotting (World set 2, protected)";320x224@60;H
+plottingb;"Plotting (World set 3, earliest version)";320x224@60;H
+plottingu;"Plotting (US)";320x224@60;H
+plumppop;"Plump Pop (Japan)";256x224@60;H
+plusalph;"Plus Alpha";256x224@60;V
+pnickj;"Pnickies (940608 Japan)";384x224@60;H
+pnyaa;"Pochi and Nyaa";304x224@59;H
+poitto;"Poitto!";360x224@60;H
+poknight;"Poker Night";304x224@59;H
+pokonyan;"Pokonyan (Japan 940322)";384x224@60;H
+pollux;"Pollux (set 1)";384x240@60;V
+polluxa;"Pollux (set 2)";384x240@60;V
+polluxa2;"Pollux (set 3)";384x240@60;V
+polluxn;"Pollux (Japan, NTC license)";384x240@60;V
+pompingw;"Pomping World (Japan)";384x240@57;H
+ponpoko;"Ponpoko";288x224@60;H
+ponpokov;"Ponpoko (Venture Line)";288x224@60;H
+pootan;"Pootan";256x224@60;V
+pooyan;"Pooyan - Pooyan (Jpn) - Pooyan (Kor)";256x224@60;V
+pooyans;"Pooyan (Stern)";256x224@60;V
+popbingo;"Pop Bingo";384x240@60;H
+popbounc;"Pop 'n Bounce / Gapporin";304x224@59;H
+popeye;"Popeye - Popeye (revision D) - Popeye no Beach Volleyball (Jpn)";288x224@60;H
+popeyeman;"Popeye-Man";288x224@60;V
+popflame;"Pop Flamer (Euro, Jpn) - Pop Flamer (protected)";288x224@60;V
+popflamea;"Pop Flamer (not protected)";288x224@60;V
+popflameb;"Pop Flamer (hack?)";288x224@60;V
+popflamen;"Pop Flamer (bootleg on Naughty Boy PCB)";288x224@60;V
+popnpop;"Pop'n Pop (Ver 2.07O 1998/02/09)";320x232@60;H
+popnpopj;"Pop'n Pop (Ver 2.07J 1998/02/09)";320x232@60;H
+popnpopu;"Pop'n Pop (Ver 2.07A 1998/02/09)";320x232@60;H
+popspops;"Pop's Pop's";256x224@56;H
+porky;"Porky";256x224@60;V
+porter;"Port Man (bootleg on Moon Cresta hardware)";256x224@60;V
+pow;"P.O.W. - Prisoners of War (US version 1) - Rings of Power (Euro, USA)";256x224@60;H
+powerins;"Power Instinct (USA)";320x224@56;H
+powerinsa;"Power Instinct (USA, bootleg set 1)";320x224@60;H
+powerinsb;"Power Instinct (USA, bootleg set 2)";320x224@60;H
+powerinsj;"Gouketsuji Ichizoku (Japan)";320x224@56;H
+powj;"Datsugoku - Prisoners of War (Japan)";256x224@60;H
+ppan;"Peter Pan (bootleg of Hook)";320x240@60;H
+ppchamp;"Pasha Pasha Champ Mini Game Festival";320x240@60;H
+pprobe;"Planet Probe (prototype?)";256x224@60;V
+prehisle;"Prehistoric Isle in 1930 (World)";256x224@60;H
+prehisleb;"Prehistoric Isle in 1930 (World, bootleg)";256x224@60;H
+prehislek;"Prehistoric Isle in 1930 (Korea)";256x224@60;H
+prehisleu;"Prehistoric Isle in 1930 (US)";256x224@60;H
+preisle2;"Prehistoric Isle 2";304x224@59;H
+primella;"Primella";384x256@60;H
+prmtmfgt;"Prime Time Fighter (Ver 2.1A 1993/05/21) (New Version)";320x232@60;H
+prmtmfgto;"Prime Time Fighter (Ver 2.1A 1993/05/21) (Old Version)";320x232@60;H
+progear;"Progear (010117 USA)";384x224@60;H
+progeara;"Progear (010117 Asia)";384x224@60;H
+progearj;"Progear No Arashi (010117 Japan)";384x224@60;H
+progearjbl;"Progear No Arashi (010117 Japan, decrypted set)";384x224@60;H
+progearjd;"Progear No Arashi (010117 Japan Phoenix Edition)";384x224@60;H
+progearud;"Progear(010117 USA Phoenix Edition)";384x224@60;H
+progress;"Progress";256x224@60;V
+prtytime;"Party Time: Gonta the Diver II / Ganbare! Gonta!! 2 (W";320x240@58;V
+psoldier;"Perfect Soldiers (Japan)";320x240@60;H
+pspikes;"Power Spikes (World)";356x240@60;H
+pspikes2;"Power Spikes II (NGM-068)";320x224@59;H
+pspikesk;"Power Spikes (Korea)";356x240@60;H
+pspikesu;"Power Spikes (US)";356x240@60;H
+psurge;"Power Surge";256x224@60;V
+psychic5;"Psychic 5 (World)";256x224@54;V
+psychic5j;"Psychic 5 (Japan)";256x224@54;V
+psychos;"Psycho Soldier (US) - Psychosis";400x224@60;H
+psychosj;"Psycho Soldier (Japan)";400x224@60;H
+pturn;"Parallel Turn";256x224@60;V
+puchicar;"Puchi Carat (Ver 2.02O 1997/10/29)";320x232@60;H
+puchicarj;"Puchi Carat (Ver 2.02J 1997/10/29)";320x232@60;H
+puckman;"Puck Man (Japan set 1)";288x224@60;V
+puckmanb;"Puck Man (Bootleg set 1)";288x224@60;V
+puckmanf;"PuckMan (speedup hack)";288x224@60;V
+puckmanh;"Puck Man (bootleg set 2)";288x224@60;V
+puckmod;"Puck Man (Japan set 2)";288x224@60;V
+pulirula;"PuLiRuLa (World)";320x224@60;H
+pulirulaj;"PuLiRuLa (Japan)";320x224@60;H
+pulstar;"Pulstar";320x224@59;H
+punchita;"Punch-Out!! (Italian bootleg)";448x256@60;V
+punchout;"Punch-Out!! (Rev B)";448x256@60;V
+punchouta;"Punch-Out!! (Rev A)";448x256@60;V
+punchoutj;"Punch-Out!! (Japan)";448x256@60;V
+punipic;"The Punisher (bootleg set 1 (with PIC16c57), 930422 et";384x224@60;H
+punipic2;"The Punisher (bootleg set 2 (with PIC16c57), 930422 et";384x224@60;H
+punipic3;"The Punisher (bootleg set 3 (with PIC16c57), 930422 et";384x224@60;H
+punisher;"The Punisher (930422 etc) - The Punisher (Euro)";384x224@60;H
+punisherb;"The Punisher (bootleg, 930422 etc)";384x224@60;H
+punisherbz;"Biaofeng Zhanjing (Chinese bootleg)";384x224@60;H
+punisherh;"The Punisher (930422 Hispanic)";384x224@60;H
+punisherj;"The Punisher (930422 Japan)";384x224@60;H
+punisheru;"The Punisher (930422 USA) - The Punisher (USA)";384x224@60;H
+punkshot;"Punk Shot (US 4 Players)";288x224@60;H
+punkshot2;"Punk Shot (US 2 Players)";288x224@60;H
+punkshotj;"Punk Shot (Japan 2 Players)";288x224@60;H
+pururun;"Pururun";320x224@60;H
+pushman;"Pushman (Korea, set 1)";256x224@60;H
+pushmana;"Pushman (Korea, set 2)";256x224@60;H
+pushmans;"Pushman (American Sammy license)";256x224@60;H
+puzlclub;"Puzzle Club (Japan prototype)";288x224@60;V
+puzlstar;"Puzzle Star (V100MG)";448x224@60;H
+puzzldpr;"Puzzle De Pon! R!";304x224@59;H
+puzzledp;"Puzzle De Pon!";304x224@59;H
+puzzli;"Puzzli";320x224@60;H
+puzzli2;"Puzzli 2 (V100)";448x224@60;H
+puzzli2s;"Puzzli 2 Super (V200)";448x224@60;H
+puzzloop;"Puzz Loop (Europe, v0.94)";320x240@60;H
+puzzloopa;"Puzz Loop (Asia)";320x240@60;H
+puzzloope;"Puzz Loop (Europe, v0.93)";320x240@60;H
+puzzloopj;"Puzz Loop (Japan)";320x240@60;H
+puzzloopk;"Puzz Loop (Korea)";320x240@60;H
+puzzloopu;"Puzz Loop (USA)";320x240@60;H
+puzzlove;"PuzzLove";320x240@60;H
+puzzlovek;"PuzzLove (Korea)";320x240@60;H
+puzznic;"Puzznic - Puzznic (World)";320x224@60;H
+puzznicb;"Puzznic (bootleg, set 1)";320x224@60;H
+puzznicba;"Puzznic (bootleg, set 2)";320x224@60;H
+puzznici;"Puzznic (Italian bootleg)";320x224@60;H
+puzznicj;"Puzznic (Japan)";320x224@60;H
+puzznicu;"Puzznic (US)";320x224@60;H
+pwheelsj;"Power Wheels (Japan)";320x240@60;H
+pwrgoal;"Taito Power Goal (Ver 2.5O 1994/11/03)";320x224@60;H
+pwrinst2;"Power Instinct 2 (USA, ver. 94/04/08)";320x240@58;H
+pwrinst2j;"Gouketsuji Ichizoku 2 (Japan, ver. 94/04/08)";320x240@58;H
+pyros;"Pyros (US)";320x240@60;H
+pzlbowl;"Puzzle De Bowling (Japan)";384x240@60;H
+pzlbreak;"Puzzle Break";256x224@58;H
+pzloop2;"Puzz Loop 2 (010302 Euro)";384x224@60;H
+pzloop2j;"Puzz Loop 2 (010226 Japan)";384x224@60;H
+pzloop2jr1;"Puzz Loop 2 (010205 Japan)";384x224@60;H
+qad;"Quiz & Dragons (capcom quiz game 920701 USA)";384x224@60;H
+qadjr;"Quiz & Dragons (940921 Japan Resale Ver.)";384x224@60;H
+qbert;"Faster, Harder, More Challenging Q*bert (prototype) - Mello Yello Q*bert - Q*bert - Q*bert (Jpn) - Q*bert (Jpn, OMV) - Q*bert (US set 1)";256x240@60;V
+qberta;"Q*bert (Alt) - Q*bert (Jpn, Alt) - Q*bert (US set 2)";256x240@60;V
+qbertj;"Q*bert (Japan)";256x240@60;V
+qbertqub;"Q*bert Qubes - Q*bert's Qubes";256x240@60;V
+qcrayon;"Quiz Crayon Shinchan (Japan)";320x224@60;H
+qcrayon2;"Crayon Shinchan Orato Asobo (Japan)";320x224@60;H
+qgakumon;"Quiz Gakumon no Susume (Japan ver. JA2 Type L)";304x224@60;H
+qjinsei;"Quiz Jinsei Gekijoh (Japan)";320x224@60;H
+qndream;"Quiz Nanairo Dreams - nijiirochou no kiseki (nanairo d";384x224@60;H
+qsangoku;"Quiz Sangokushi (Japan)";384x240@60;H
+qtheater;"Quiz Theater - 3tsu no Monogatari (Ver 2.3J 1994/11/10";320x224@60;H
+qtono1;"Quiz Tonosama no Yabou (Japan)";384x240@60;H
+qtono2j;"Quiz Tonosama no Yabou 2 Zenkoku-ban (tonosama 2 95012";384x224@60;H
+qtorimon;"Quiz Torimonochou (Japan)";320x224@60;H
+quartet;"Quartet (Euro, USA) - Quartet (Rev A, 8751 317-unknown)";320x224@60;H
+quartet2;"Quartet 2 (8751 317-0010)";320x224@60;H
+quartet2a;"Quartet 2 (unprotected)";320x224@60;H
+quarteta;"Quartet (8751 315-5194)";320x224@60;H
+quarth;"Quarth (Japan)";288x224@60;H
+quester;"Quester (Japan)";288x224@60;V
+questers;"Quester Special Edition (Japan)";288x224@60;V
+quiz18k;"Miyasu Nonki no Quiz 18-Kin";320x224@60;H
+quizdai2;"Quiz Meitantei Neo & Geo - Quiz Daisousa Sen part 2 (N";320x224@59;H
+quizdais;"Quiz Daisousa Sen - The Last Count Down (NGM-023)(NGH-";304x224@59;H
+quizdaisk;"Quiz Daisousa Sen - The Last Count Down (Korean releas";304x224@59;H
+quizf1;"Quiz F1 1-2 Finish (Japan)";384x240@60;H
+quizhq;"Quiz H.Q. (Japan)";320x224@60;H
+quizhuhu;"Moriguchi Hiroko no Quiz de Hyuu!Hyuu! (Ver 2.2J 1995/";320x232@60;H
+quizkof;"Quiz King of Fighters (SAM-080)(SAH-080)";304x224@59;H
+quizkofk;"Quiz King of Fighters (Korean release)";304x224@59;H
+quizo;"Quiz Olympic (set 1)";320x200@60;H
+quizoa;"Quiz Olympic (set 2)";320x200@60;H
+qzchikyu;"Quiz Chikyu Bouei Gun (Japan)";320x224@60;H
+qzkklgy2;"Quiz Kokology 2";384x240@60;H
+qzkklogy;"Quiz Kokology";384x240@60;H
+qzquest;"Quiz Quest - Hime to Yuusha no Monogatari (Japan)";320x224@60;H
+qzshowby;"Quiz Sekai wa SHOW by shobai (Japan)";320x224@60;H
+r2dx_v33;"Raiden II New / Raiden DX (newer V33 PCB) (Raiden DX E";320x240@55;V
+r2dx_v33_r2;"Raiden II New / Raiden DX (newer V33 PCB) (Raiden II E";320x240@55;V
+rabiolep;"Rabio Lepus (Japan) - Rabio Lepus Special";288x216@60;H
+rachero;"Racing Hero (FD1094 317-0144)";320x224@60;H
+racherod;"Racing Hero (FD1094 317-0144 decrypted)";320x224@60;H
+racingb;"Racing Beat (World)";320x240@60;H
+racingbj;"Racing Beat (Japan)";320x240@60;H
+rackemup;"Rack 'em Up (program code L)";256x224@60;V
+racknrol;"Rack + Roll";256x224@60;H
+radarscp;"Radar Scope";256x224@60;V
+radarscp1;"Radar Scope (TRS01)";256x224@60;V
+radrad;"Radical Radial (US)";256x224@60;H
+radradj;"Radical Radial (Japan)";256x224@60;H
+raflesia;"Rafflesia (315-5162)";256x224@60;V
+ragnagrd;"Ragnagard / Shin-Oh-Ken";320x224@59;H
+ragtime;"The Great Ragtime Show (Japan v1.5, 92.12.07)";320x240@58;H
+ragtimea;"The Great Ragtime Show (Japan v1.3, 92.11.26)";320x240@58;H
+raiden;"Raiden";256x224@59;V
+raiden2;"Raiden II (US, set 1)";320x240@55.4;V
+raiden2dx;"Raiden II (harder, Raiden DX Hardware)";320x240@55.4;V
+raiden2e;"Raiden II (Easy Version, Korea?)";320x240@55.4;V
+raiden2ea;"Raiden II (Easy Version, Japan?)";320x240@55.4;V
+raiden2eg;"Raiden II (Easy Version, Germany)";320x240@55.4;V
+raiden2eu;"Raiden II (Easy Version, US set 2)";320x240@55.4;V
+raiden2eua;"Raiden II (Easy Version, US set 1)";320x240@55.4;V
+raiden2f;"Raiden II (France)";320x240@55.4;V
+raiden2g;"Raiden II (Germany)";320x240@55.4;V
+raiden2hk;"Raiden II (Hong Kong)";320x240@55.4;V
+raiden2i;"Raiden II (Italy)";320x240@55.4;V
+raiden2j;"Raiden II (Japan)";320x240@55.4;V
+raiden2nl;"Raiden II (Holland)";320x240@55.4;V
+raiden2sw;"Raiden II (Switzerland)";320x240@55.4;V
+raiden2u;"Raiden II (US, set 2)";320x240@55.4;V
+raidena;"Raiden (set 2)";256x224@60;V
+raidenb;"Raiden (set 3, Alternate hardware)";256x224@60;V
+raidendx;"Raiden DX (UK)";320x240@55.4;V
+raidendxa1;"Raiden DX (Hong Kong, set 1)";320x240@55.4;V
+raidendxa2;"Raiden DX (Hong Kong, set 2)";320x240@55.4;V
+raidendxch;"Raiden DX (China)";320x240@55.4;V
+raidendxg;"Raiden DX (Germany)";320x240@55.4;V
+raidendxj;"Raiden DX (Japan)";320x240@55.4;V
+raidendxk;"Raiden DX (Korea)";320x240@55.4;V
+raidendxnl;"Raiden DX (Holland)";320x240@55.4;V
+raidendxu;"Raiden DX (US)";320x240@55.4;V
+raidenk;"Raiden (Korea)";256x224@60;V
+raidenkb;"Raiden (Korea, bootleg)";256x224@60;V
+raident;"Raiden (Taiwan)";256x224@60;V
+raidenu;"Raiden (US, set 1)";256x224@60;V
+raidenua;"Raiden (US, set 2, SEI8904 + SEI9008 PCBs)";256x224@60;V
+raiders5;"Raiders5";256x192@60;H
+raiders5t;"Raiders5 (Japan)";256x192@60;H
+raiga;"Raiga - Strato Fighter (Japan)";256x224@60;H
+raimais;"Raimais (World)";320x224@60;H
+raimaisj;"Raimais (Japan)";320x224@60;H
+raimaisjo;"Raimais (Japan, first revision)";320x224@60;H
+rallybik;"Rally Bike / Dash Yarou";320x240@55.2;V
+rallyx;"New Rally X - Rally X (32k Ver.?) - Rally-X (Jpn) - Rally-X (Tw)";288x224@60;H
+rallyxa;"Rally X - Rally-X (Jpn, Alt)";288x224@60;H
+rallyxm;"Rally X (Midway)";288x224@60;H
+rallyxmr;"Rally X (Model Racing)";288x224@60;H
+rambo3;"Rambo III (Euro) - Rambo III (Euro, USA, Bra) - Rambo III (Europe) - Rambo III (World, v1.1)";320x224@60;H
+rambo3p;"Rambo III (Europe, Proti?)";320x224@60;H
+rambo3u;"Rambo III (US)";320x224@60;H
+raphero;"Rapid Hero";384x224@56;V
+rastan;"Rastan (Euro, USA, Bra) - Rastan (World Rev 1) - Rastan Saga (Jpn, SMS Mode)";320x240@60;H
+rastana;"Rastan (World)";320x240@60;H
+rastanb;"Rastan (World, Earlier code base)";320x240@60;H
+rastanu;"Rastan (US Rev 1)";320x240@60;H
+rastanua;"Rastan (US)";320x240@60;H
+rastanub;"Rastan (US, Earlier code base)";320x240@60;H
+rastsag2;"Rastan Saga 2 (Japan)";320x224@60;H
+rastsaga;"Rastan Saga (Japan Rev 1)";320x240@60;H
+rastsagaa;"Rastan Saga (Japan Rev 1, Earlier code base)";320x240@60;H
+rastsagab;"Rastan Saga (Japan, Earlier code base)";320x240@60;H
+rayforce;"Ray Force (Ver 2.3A 1994/01/20)";320x224@60;V
+rayforcej;"Ray Force (Ver 2.3J 1994/01/20)";320x224@60;V
+rbff1;"Real Bout Fatal Fury / Real Bout Garou Densetsu (NGM-0";320x224@59;H
+rbff1a;"Real Bout Fatal Fury / Real Bout Garou Densetsu (bug f";320x224@59;H
+rbff1k;"Real Bout Fatal Fury / Real Bout Garou Densetsu (Korea";320x224@59;H
+rbff2;"Real Bout Fatal Fury 2 - The Newcomers / Real Bout Gar";320x224@59;H
+rbff2h;"Real Bout Fatal Fury 2 - The Newcomers / Real Bout Gar";320x224@59;H
+rbff2k;"Real Bout Fatal Fury 2 - The Newcomers (Korean release";320x224@59;H
+rbffspec;"Real Bout Fatal Fury Special / Real Bout Garou Densets";320x224@59;H
+rbffspeck;"Real Bout Fatal Fury Special / Real Bout Garou Densets";320x224@59;H
+rbisland;"Rainbow Islands (new version) - Rainbow Islands - The Story of Bubble Bobble 2 (Euro) - Rainbow Islands Extra (Jpn)";320x224@60;H
+rbislande;"Rainbow Islands (Extra)";320x224@60;H
+rbislando;"Rainbow Islands (old version)";320x224@60;H
+rchase;"Rail Chase (World)";320x224@60;H
+rchasej;"Rail Chase (Japan)";320x224@60;H
+rdaction;"Rad Action / NinjaKun Ashura no Shou";256x192@60;H
+reaktor;"Reaktor (Track & Field conversion)";256x224@60;V
+recalh;"Recalhorn (Ver 1.42J 1994/5/11) (Prototype)";320x232@60;H
+recordbr;"Recordbreaker (World)";320x240@60;H
+redearth;"Red Earth / War-Zard (Euro 961121)";384x224@60;H
+redearthr1;"Red Earth / War-Zard (Euro 961023)";384x224@60;H
+redfoxwp2;"Red Fox War Planes II (China, set 1)";256x224@56;V
+redfoxwp2a;"Red Fox War Planes II (China, set 2)";256x224@56;V
+redhawk;"Red Hawk (US)";256x224@56;V
+redhawkb;"Vince (Redhawk bootleg)";256x224@56;H
+redhawke;"Red Hawk (Excellent Co., Ltd)";256x224@56;V
+redhawkg;"Red Hawk (Greece)";256x224@56;H
+redhawki;"Red Hawk (Italy)";256x224@56;H
+redhawkk;"Red Hawk (Korea)";256x224@56;V
+redrobin;"Red Robin";256x224@60;V
+redufo;"Defend the Terra Attack on the Red UFO";256x224@60;V
+redufob;"Defend the Terra Attack on the Red UFO (bootleg)";256x224@60;V
+regulus;"Regulus (315-5033, rev. A)";240x224@60;V
+reguluso;"Regulus (315-5033)";240x224@60;V
+regulusu;"Regulus (not encrypted)";240x224@60;V
+renegade;"Renegade (Euro, Bra) - Renegade (US)";240x240@60;H
+repulse;"Repulse";288x224@60;V
+rescue;"Rescue - Space Rescue (Euro)";256x224@60;V
+retofinv;"Return of the Invaders";288x224@60;V
+retofinv1;"Return of the Invaders (bootleg set 1)";288x224@60;V
+retofinv2;"Return of the Invaders (bootleg set 2)";288x224@60;V
+revngr84;"Revenger '84 (set 1)";272x236@60;V
+rezon;"Rezon";384x240@60;H
+rezont;"Rezon (Taito)";384x240@60;H
+rf2;"Konami RF2 - Red Fighter";256x224@60;H
+ridhero;"Riding Hero (NGM-006)(NGH-006)";304x224@59;H
+ridheroh;"Riding Hero (set 2)";304x224@59;H
+ridingf;"Riding Fight (Ver 1.0O)";320x224@60;H
+ridingfj;"Riding Fight (Ver 1.0J)";320x224@60;H
+ridingfu;"Riding Fight (Ver 1.0A)";320x224@60;H
+ringdest;"Ring of Destruction - slammasters II (940902 Euro)";384x224@60;H
+ringdesta;"Ring of Destruction - slammasters II (940831 Asia)";384x224@60;H
+ringdesth;"Ring of Destruction - slammasters II (940902 Hispanic)";384x224@60;H
+ringdstd;"Ring of Destruction - slammasters II (940902 Euro Phoe";384x224@60;H
+ringfgt;"Ring Fighter (set 1)";256x224@60;V
+ringfgt2;"Ring Fighter (set 2)";256x224@60;V
+ringohja;"Ring no Ohja (Japan 2 Players ver. N)";288x224@60;H
+ringrage;"Ring Rage (Ver 2.3O 1992/08/09)";320x224@60;H
+ringragej;"Ring Rage (Ver 2.3J 1992/08/09)";320x224@60;H
+ringrageu;"Ring Rage (Ver 2.3A 1992/08/09)";320x224@60;H
+riot;"Riot";256x224@60;H
+riotcity;"Riot City (Japan)";320x224@60;H
+riskchal;"Risky Challenge";320x240@60;H
+rittam;"R&T (Rod-Land prototype?)";256x224@60;H
+rmancp2j;"Rockman: The Power Battle (950922 Japan)";384x224@60;H
+roadf;"Road Fighter (set 1)";256x224@60;V
+roadf2;"Road Fighter (set 2)";256x224@60;V
+roadf3;"Road Fighter (set 3, conversion hack on Hyper Sports P";256x224@60;V
+roboarma;"Robo Army (set 2)";304x224@59;H
+roboarmy;"Robo Army (set 1)";304x224@59;H
+robocop;"Gangcheol RoboCop (Kor) - RoboCop - Robocop (Euro) - Robocop (World revision 4)";256x240@57;H
+robocop2;"Robocop 2 (Euro/Asia v0.10)";320x240@58;H
+robocop2j;"Robocop 2 (Japan v0.11)";320x240@58;H
+robocop2u;"Robocop 2 (US v0.10)";320x240@58;H
+robocop2ua;"Robocop 2 (US v0.05)";320x240@58;H
+robocopb;"Robocop (World bootleg)";256x240@57;H
+robocopb2;"Robocop (Red Corporation World bootleg)";256x240@57;H
+robocopi;"Robocop (Intro demo)";304x224@59;H
+robocopj;"Robocop (Japan)";256x240@57;H
+robocopu;"Robocop (US revision 1)";256x240@57;H
+robocopu0;"Robocop (US revision 0)";256x240@57;H
+robocopw;"Robocop (World revision 3)";256x240@57;H
+robokid;"Atomic Robo-kid (World, Type-2)";256x192@60;H
+robokidj;"Atomic Robo-kid (Japan, Type-2, set 1)";256x192@60;H
+robokidj2;"Atomic Robo-kid (Japan, Type-2, set 2)";256x192@60;H
+robokidj3;"Atomic Robo-kid (Japan)";256x192@60;H
+robowres;"Robo Wres 2001";256x224@60;H
+robotron;"Robotro 2084";292x240@60;H
+rockclim;"Rock Climber";256x224@60;H
+rockduck;"Rock Duck (prototype?)";240x240@57;V
+rockman2j;"Rockman 2 - the power fighters (960708 Japan)";384x224@60;H
+rockmanj;"Rockman - the power battle (950922 Japan)";384x224@60;H
+rockn;"Rock'n Tread (Japan)";320x224@60;V
+rockn2;"Rock'n Tread 2 (Japan)";320x224@60;V
+rockn3;"Rock'n 3 (Japan)";320x224@60;V
+rockn4;"Rock'n 4 (Japan, prototype)";320x224@60;V
+rockna;"Rock'n Tread (Japan, alternate)";320x224@60;V
+rockrage;"Rock'n Rage (World)";256x224@60;H
+rockragea;"Rock'n Rage (prototype?)";256x224@60;H
+rockragej;"Koi no Hotrock (Japan)";256x224@60;H
+rocktris;"Rock Tris";384x240@60;H
+rocktrv2;"MTV Rock-N-Roll Trivia (Part 2)";288x224@60;V
+rocnrope;"Roc 'n Rope - Roc'n Rope";256x224@60;V
+rocnropek;"Roc'n Rope (Kosuka)";256x224@60;V
+rodland;"Rod-Land (World)";256x224@60;H
+rodlandj;"Rod-Land (Japan)";256x224@60;H
+rodlandjb;"Rod-Land (Japan bootleg)";256x224@60;H
+rohga;"Rohga Armor Force (Asia/Europe v5.0)";320x240@58;H
+rohga1;"Rohga Armor Force (Asia/Europe v3.0 Set 1)";320x240@58;H
+rohga2;"Rohga Armor Force (Asia/Europe v3.0 Set 2)";320x240@58;H
+rohgah;"Rohga Armor Force (Hong Kong v3.0)";320x240@58;H
+rohgau;"Rohga Armor Force (US v1.0)";320x240@58;H
+roishtar;"The Return of Ishtar";288x224@60;H
+rolcrush;"Rolling Crush (version 1.07.E - 1999/02/11, Trust lice";304x224@58;H
+rolcrusha;"Rolling Crush (version 1.03.E - 1999/01/29)";304x224@58;H
+rollace;"Roller Aces (set 1)";240x224@60;V
+rollace2;"Roller Aces (set 2)";240x224@60;V
+rollerg;"Rollergames (US)";288x224@60;H
+rollergj;"Rollergames (Japan)";288x224@60;H
+rompers;"Rompers (Japan, new version (Rev B))";288x224@60;V
+romperso;"Rompers (Japan, old version)";288x224@60;V
+ropeman;"Ropeman (bootleg of Roc'n Rope)";256x224@60;V
+rotd;"Rage of the Dragons (NGM-264?)";320x224@59;H
+rotdh;"Rage of the Dragons (NGH-2640)";320x224@59;H
+route16;"Route 16 (set 1)";256x256@60;V
+route16a;"Route 16 (set 2)";256x256@60;V
+route16bl;"Route 16 (bootleg)";256x256@60;V
+route16c;"Route 16 (set 3, bootleg?)";256x256@60;V
+routex;"Route X (bootleg)";256x256@60;V
+rpatrol;"River Patrol (Orca)";256x224@60;H
+rpatrolb;"River Patrol (bootleg)";256x224@60;H
+rpunch;"Rabbit Punch (US)";288x216@60;H
+rshark;"R-Shark";384x240@60;V
+rthun2;"Rolling Thunder 2 - Rolling Thunder 2 (Euro)";288x224@60;H
+rthun2j;"Rolling Thunder 2 (Japan) - Rolling Thunder 2 (Jpn)";288x224@60;H
+rthunder;"Rolling Thunder (rev 3)";288x224@60;H
+rthunder0;"Rolling Thunder (oldest)";288x224@60;H
+rthunder1;"Rolling Thunder (rev 1)";288x224@60;H
+rthunder2;"Rolling Thunder (rev 2)";288x224@60;H
+rthundera;"Rolling Thunder (rev 3, hack)";288x224@60;H
+rtype;"R-Type - R-Type (Jpn) - R-Type (World) - R-Type (World)";384x256@55;H
+rtype2;"R-Type II";384x256@55;H
+rtype2j;"R-Type II (Japan)";384x256@55;H
+rtype2jc;"R-Type II (Japan, revision C)";384x256@55;H
+rtypeb;"R-Type (World bootleg)";384x256@55;H
+rtypej;"R-Type (Japan)";384x256@55;H
+rtypejp;"R-Type (Japan prototype)";384x256@55;H
+rtypeleo;"R-Type Leo (World)";320x240@60;H
+rtypeleoj;"R-Type Leo (Japan)";320x240@60;H
+rtypeu;"R-Type (US)";384x256@55;H
+rugrats;"Rug Rats";288x224@60;V
+rumba;"Rumba Lumber";256x224@60;V
+runark;"Runark (Japan) - Runark (Jpn, Kor)";320x224@60;H
+rundeep;"Run Deep";256x248@60;V
+rushatck;"Rush'n Attack (US)";240x224@60;H
+rushcrsh;"Rush & Crash (Japan)";352x240@60;V
+rygar;"Rygar (US set 1)";256x224@60;H
+rygar2;"Rygar (US set 2)";256x224@60;H
+rygar3;"Rygar (US set 3 Old Version)";256x224@60;H
+rygarb;"Rygar (US, bootleg)";256x224@60;H
+rygarj;"Argus no Senshi (Japan)";256x224@60;H
+ryorioh;"Gourmet Battle Quiz Ryohrioh CooKing (Japan)";336x240@60;H
+ryouran;"VS Mahjong Otome Ryouran";320x240@60;H
+ryujin;"Ryu Jin (Japan)";320x224@60;V
+ryukendn;"Ninja Ryukenden (Japan, set 1)";256x224@60;H
+ryukendna;"Ninja Ryukenden (Japan, set 2)";256x224@60;H
+ryukyu;"RyuKyu (Japan, FD1094 317-5023) - Ryuukyuu - Ryuukyuu (Jpn)";320x224@60;H
+ryukyud;"RyuKyu (Japan, FD1094 317-5023 decrypted)";320x224@60;H
+s1945;"Strikers 1945";320x224@59;V
+s1945a;"Strikers 1945 (Alt)";320x224@59;V
+s1945ii;"Strikers 1945 II";320x224@60;V
+s1945iii;"Strikers 1945 III (World) / Strikers 1999 (Japan)";320x224@60;V
+s1945j;"Strikers 1945 (Japan)";320x224@59;V
+s1945jn;"Strikers 1945 (Japan, unprotected)";320x224@59;V
+s1945k;"Strikers 1945 (Korea)";320x224@59;V
+s1945p;"Strikers 1945 Plus";320x224@59;H
+sabotenb;"Saboten Bombers (set 1)";384x224@56;H
+sabotenba;"Saboten Bombers (set 2)";384x224@56;H
+sadari;"Sadari";384x256@60;H
+safarir;"Safari Rally (World)";256x208@60;V
+safarirj;"Safari Rally (Japan)";256x208@60;V
+sailormn;"Bishoujo Senshi Sailor Moon (Jpn) - Pretty Soldier Sailor Moon (ver. 95/03/22B, Europe)";320x240@58;H
+sailormnh;"Pretty Soldier Sailor Moon (ver. 95/03/22B, Hong Kong)";320x240@58;H
+sailormnj;"Pretty Soldier Sailor Moon (ver. 95/03/22B, Japan)";320x240@58;H
+sailormnk;"Pretty Soldier Sailor Moon (ver. 95/03/22B, Korea)";320x240@58;H
+sailormno;"Pretty Soldier Sailor Moon (ver. 95/03/22, Europe)";320x240@58;H
+sailormnoh;"Pretty Soldier Sailor Moon (ver. 95/03/22, Hong Kong)";320x240@58;H
+sailormnoj;"Pretty Soldier Sailor Moon (ver. 95/03/22, Japan)";320x240@58;H
+sailormnok;"Pretty Soldier Sailor Moon (ver. 95/03/22, Korea)";320x240@58;H
+sailormnot;"Pretty Soldier Sailor Moon (ver. 95/03/22, Taiwan)";320x240@58;H
+sailormnou;"Pretty Soldier Sailor Moon (ver. 95/03/22, USA)";320x240@58;H
+sailormnt;"Pretty Soldier Sailor Moon (ver. 95/03/22B, Taiwan)";320x240@58;H
+sailormnu;"Pretty Soldier Sailor Moon (ver. 95/03/22B, USA)";320x240@58;H
+saiyugou;"Sai Yu Gou Ma Roku (Japan)";256x240@60;H
+saiyugoub1;"Sai Yu Gou Ma Roku (Japan bootleg 1)";256x240@60;H
+saiyugoub2;"Sai Yu Gou Ma Roku (Japan bootleg 2)";256x240@60;H
+salamand;"Salamander - Salamander (Jpn) - Salamander (version D)";256x224@60;H
+salamandj;"Salamander (version J)";256x224@60;H
+samesame;"Same! Same! Same! (2 player alternating ver.) - Same! Same! Same! (Jpn)";320x240@60;V
+samesame2;"Same! Same! Same!";320x240@60;V
+samesamenh;"Same! Same! Same! NEW VER! (v1.00, hack by Trap15)";320x240@60;V
+samsh5sp;"Samurai Shodown V Special / Samurai Spirits Zero Speci";304x224@59;H
+samsh5sph;"Samurai Shodown V Special / Samurai Spirits Zero Speci";304x224@59;H
+samsh5spho;"Samurai Shodown V Special / Samurai Spirits Zero Speci";304x224@59;H
+samsho;"Samurai Shodown (Euro) - Samurai Shodown (USA) - Samurai Shodown / Samurai Spirits (NGM-045)";320x224@59;H
+samsho2;"Samurai Shodown II / Shin Samurai Spirits - Haohmaru j";320x224@59;H
+samsho2k;"Saulabi Spirits / Jin Saulabi Tu Hon (Korean release o";320x224@59;H
+samsho2ka;"Saulabi Spirits / Jin Saulabi Tu Hon (Korean release o";320x224@59;H
+samsho2sp;"Samurai Shodown II / Shin Samurai Spirits - Haohmaru j";320x224@59;H
+samsho3;"Samurai Shodown III / Samurai Spirits - Zankurou Musou";304x224@59;H
+samsho3h;"Samurai Shodown III / Samurai Spirits - Zankurou Musou";304x224@59;H
+samsho4;"Samurai Shodown IV - Amakusa's Revenge / Samurai Spiri";320x224@59;H
+samsho4k;"Pae Wang Jeon Seol / Legend of a Warrior (Korean censo";320x224@59;H
+samsho4sp;"Samurai Shodown IV - Amakusa's Revenge / Samurai Spiri";320x224@59;H
+samsho5;"Samurai Shodown V / Samurai Spirits Zero (NGM-2700)";304x224@59;H
+samsho5b;"Samurai Shodown V / Samurai Spirits Zero (bootleg)";304x224@59;H
+samsho5h;"Samurai Shodown V / Samurai Spirits Zero (NGH-2700)";304x224@59;H
+samsho5x;"Samurai Shodown V / Samurai Spirits Zero (hack of XBOX";304x224@59;H
+samshoa;"Samurai Shodown / Samurai Spirits (NGM-045, alternate";320x224@59;H
+samshoh;"Samurai Shodown / Samurai Spirits (NGH-045)";320x224@59;H
+samuraia;"Samurai Aces (World)";320x224@59;V
+sandscrp;"Sand Scorpion";256x224@60;V
+sandscrpa;"Sand Scorpion (Earlier)";256x224@60;V
+sandscrpb;"Sand Scorpion (Chinese Title Screen, Revised Hardware)";256x224@60;V
+sarukani;"Saru-Kani-Hamu-Zou (Japan)";320x240@60;H
+saturnzi;"Saturn";256x224@60;V
+sauro;"Sauro";240x224@60;H
+saurob;"Sauro (bootleg)";240x224@60;H
+saurop;"Sauro (Philko license)";240x224@60;H
+saurorr;"Sauro (Recreativos Real S.A. license)";240x224@60;H
+savagere;"Savage Reign / Fu'un Mokushiroku - kakutou sousei";304x224@59;H
+savgbees;"Savage Bees";256x224@60;V
+sbasebal;"Super Champion Baseball (US)";256x224@60;H
+sbasebalj;"Super Champion Baseball (Japan)";256x224@60;H
+sbbros;"Super Buster Bros. (USA 901001)";384x240@60;H
+sbishi;"Super Bishi Bashi Championship (ver JAA, 2 Players)";288x224@60;H
+sbishik;"Super Bishi Bashi Championship (ver KAB, 3 Players)";288x224@60;H
+sbishika;"Super Bishi Bashi Championship (ver KAA, 3 Players)";288x224@60;H
+sboblbobl;"Super Bobble Bobble (bootleg, set 1)";256x224@60;H
+sboblbobla;"Super Bobble Bobble (bootleg, set 2)";256x224@60;H
+sboblboblb;"Super Bobble Bobble (bootleg, set 3)";256x224@60;H
+sboblboblc;"Super Bobble Bobble (bootleg)";256x224@60;H
+sboblbobld;"Super Bobble Bobble (bootleg, set 4)";256x224@60;H
+sbomber;"Space Bomber (ver. B)";320x224@60;V
+sbombera;"Space Bomber";320x224@60;V
+sbsgomo;"Space Battle Ship Gomorrah";256x224@56;H
+scessjoe;"Success Joe (World)";288x208@60;H
+scfinals;"Super Cup Finals (Ver 2.2O 1994/01/13)";320x224@60;H
+scfinalso;"Super Cup Finals (Ver 2.1O 1993/11/19)";320x224@60;H
+schmeisr;"Schmeiser Robo (Japan)";320x240@58;H
+sci;"Special Criminal Investigation - Special Criminal Investigation (Euro) - Special Criminal Investigation (World set 1)";320x240@60;H
+scia;"Special Criminal Investigation (World set 2)";320x240@60;H
+scij;"Special Criminal Investigation (Japan)";320x240@60;H
+scinegro;"Special Criminal Investigation (Negro bootleg)";320x240@60;H
+scion;"Scion (Jpn) - Scion";240x224@60;H
+scionc;"Scion (Cinematronics)";240x224@60;H
+sciu;"Special Criminal Investigation (US)";320x240@60;H
+scobra;"Super Cobra - Super Cobra - Super Cobra (Jpn)";256x224@60;V
+scobrab;"Super Cobra (bootleg)";256x224@60;V
+scobrae;"Super Cobra (Stern) (encrypted, KONATEC XC-103SS CPU)";256x224@60;V
+scobras;"Super Cobra (Stern)";256x224@60;V
+scobrase;"Super Cobra (Sega)";256x224@60;V
+scontra;"Super Contra";304x224@60;V
+scontraj;"Super Contra (Japan)";304x224@60;V
+scorpion;"Scorpion (set 1)";256x224@60;V
+scorpiona;"Scorpion (set 2)";256x224@60;V
+scorpionb;"Scorpion (set 3)";256x224@60;V
+scorpionmc;"Scorpion (Moon Cresta hardware)";256x224@60;V
+scotrsht;"Scooter Shooter";256x224@60;V
+scramb2;"Scramble (bootleg)";256x224@60;V
+scramblb;"Scramble (bootleg on Galaxian hardware)";256x224@60;V
+scramble;"Scramble";256x224@60;V
+scramblebb;"Scramble (bootleg?)";256x224@60;V
+scramblebf;"Scramble (Karateko, French bootleg)";256x224@60;V
+scrambler;"Scramble (Reben S.A. Spanish bootleg)";256x224@60;V
+scrambles;"Scramble (Stern)";256x224@60;V
+scrambp;"Impacto (Billport S.A., Spanish bootleg of Scramble)";256x224@60;V
+scramce;"Scramble (Centromatic S.A., Spanish bootleg)";256x224@60;V
+scrampt;"Scramble (Petaco S.A., Spanish bootleg)";256x224@60;V
+scramrf;"Scramble (Recreativos Franco, Spanish bootleg)";256x224@60;V
+scregg;"Scrambled Egg";240x240@57;V
+sdfight;"SD Fighters (Korea)";320x240@60;H
+sdgndmps;"SD Gundam Psycho Salamander no Kyoui";320x224@60;H
+sdi;"SDI (Jpn) - SDI - Strategic Defense Initiative (Japan, newer, Syst";320x224@60;H
+sdia;"SDI - Strategic Defense Initiative (Japan, old, System";320x224@60;H
+sdib;"SDI - Strategic Defense Initiative (System 16B, FD1089";320x224@60;H
+sdibl;"SDI - Strategic Defense Initiative (bootleg, original";320x224@60;H
+sdibl2;"SDI - Strategic Defense Initiative (bootleg, set 1)";320x224@60;H
+sdibl3;"SDI - Strategic Defense Initiative (bootleg, set 2)";320x224@60;H
+sdibl4;"SDI - Strategic Defense Initiative (bootleg, set 3)";320x224@60;H
+sdibl5;"SDI - Strategic Defense Initiative (bootleg, set 4)";320x224@60;H
+sdibl6;"SDI - Strategic Defense Initiative (bootleg, set 5)";320x224@60;H
+sdodgeb;"Super Dodge Ball / Kunio no Nekketsu Toukyuu Densetsu";304x224@59;H
+searchar;"SAR - Search And Rescue (World)";256x224@60;V
+searcharj;"SAR - Search And Rescue (Japan)";256x224@60;V
+searcharu;"SAR - Search And Rescue (US)";256x224@60;V
+searchey;"Search Eye (English / Korean / Japanese / Italian)";320x240@60;H
+searcheya;"Search Eye (English / Korean)";320x240@60;H
+searchp2;"Search Eye Plus V2.0";320x240@55;H
+secretag;"Secret Agent (World revision 3)";256x240@57;H
+secretagj;"Secret Agent (Japan revision 2)";256x240@57;H
+sectionz;"Section Z (set 1)";256x240@60;H
+sectionza;"Section Z (set 2)";256x240@60;H
+sectrzon;"Sector Zone";256x224@60;V
+seganinj;"Sega Ninja (315-5102)";256x224@60;H
+seganinju;"Sega Ninja (not encrypted)";256x224@60;H
+seicross;"Seicross";256x224@60;V
+selfeena;"Sel Feena";320x224@60;H
+semibase;"MuHanSeungBu (SemiCom Baseball) (Korea)";320x240@60;H
+sengekis;"Sengeki Striker (Asia)";320x240@60;V
+sengekisj;"Sengeki Striker (Japan)";320x240@60;V
+sengoku;"Sengoku / Sengoku Denshou (NGM-017)(NGH-017)";320x224@59;H
+sengoku2;"Sengoku 2 / Sengoku Denshou 2";304x224@59;H
+sengoku3;"Sengoku 3 / Sengoku Densho 2001";320x224@59;H
+sengoku3s;"Sengoku 3 / Sengoku Densho 2001 (Evolution 1.0, FCHT h";320x224@59;H
+sengokuh;"Sengoku / Sengoku Denshou (NGH-017)(US)";320x224@59;H
+senknow;"Sen-Know (Japan)";320x240@60;H
+sf;"Galaxian (bootleg, set 1) - Marvel Super Heroes vs Street Fighter (970625 Euro) - Radica: Street Fighter Pack (Euro) - Street Fighter (US, set 1) - X-Men vs Street Fighter (961004 Euro) - Yu Yu Hakusho - Sunset Fighters (Bra)";384x224@60;H
+sf2;"Hyper Street Fighter II: The Anniversary Edition (0402 - Street Fighter II (Bra) - Street Fighter II - The World Warrior (910522 etc) - Street Fighter II' - Special Champion Edition (Euro) - Super Street Fighter II - The New Challengers (Euro) - Super Street Fighter II - the new challengers (super s";384x224@60;H
+sf2acc;"Street Fighter II' - Champion Edition (Accelerator! bo";384x224@60;H
+sf2acca;"Street Fighter II' - Champion Edition (Accelerator! bo";384x224@60;H
+sf2accp2;"Street Fighter II' - Champion Edition (Accelerator Pt.";384x224@60;H
+sf2amf;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf2;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf3;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf4;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf5;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf6;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf7;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf8;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2b;"Street Fighter II - The World Warrior (bootleg, 910214";384x224@60;H
+sf2b2;"Street Fighter II - The World Warrior (bootleg, 910214";384x224@60;H
+sf2b3;"Street Fighter II - The World Warrior (bootleg, 910214";384x224@60;H
+sf2bhh;"Street Fighter II' - Champion Edition (Hungh-Hsi bootl";384x224@60;H
+sf2ce;"Street Fighter II' - Champion Edition - Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2cebltw;"Street Fighter II' - Champion Edition (920313 'Taiwan'";384x224@60;H
+sf2ceea;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2ceeab2;"Street Fighter II' - Champion Edition (920313 etc boot";384x224@60;H
+sf2ceeab3;"Street Fighter II' - Champion Edition (920313 etc boot";384x224@60;H
+sf2ceeab4;"Street Fighter II' - Champion Edition (920313 etc boot";384x224@60;H
+sf2ceeab5;"Street Fighter II' - Champion Edition (920313 etc boot";384x224@60;H
+sf2ceeabl;"Street Fighter II' - Champion Edition (920313 etc boot";384x224@60;H
+sf2ceja;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2cejab2;"Street Fighter II' - Champion Edition (920322 Japan bo";384x224@60;H
+sf2cejabl;"Street Fighter II' - Champion Edition (920322 Japan bo";384x224@60;H
+sf2cejb;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2cejc;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2ceua;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2ceuab2;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuab3;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuab4;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuab5;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuab6;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuab7;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuabl;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceub;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2ceuc;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2ceucbl;"Street Fighter II' - Champion Edition (920803 USA boot";384x224@60;H
+sf2ceupl;"Street Fighter II' - Champion Edition (UPL bootleg)";384x224@60;H
+sf2dkot2;"Street Fighter II' - Champion Edition (Double K.O. Tur";384x224@60;H
+sf2dongb;"Street Fighter II': Champion Edition (Dongfang Bubai p";384x224@60;H
+sf2eb;"Street Fighter II - The World Warrior (910214 etc)";384x224@60;H
+sf2ebbl;"Street Fighter II - The World Warrior (TAB Austria boo";384x224@60;H
+sf2ebbl2;"Street Fighter II - The World Warrior (TAB Austria boo";384x224@60;H
+sf2ebbl3;"Street Fighter II - The World Warrior (TAB Austria boo";384x224@60;H
+sf2ed;"Street Fighter II - The World Warrior (910318 etc)";384x224@60;H
+sf2ee;"Street Fighter II - The World Warrior (910228 etc)";384x224@60;H
+sf2em;"Street Fighter II - The World Warrior (910129 etc)";384x224@60;H
+sf2hf;"Street Fighter II' - Hyper Fighting (street fighter 2'";384x224@60;H
+sf2hfj;"Street Fighter II' Turbo - Hyper Fighting (street figh";384x224@60;H
+sf2hfjb;"Street Fighter II' Turbo - Hyper Fighting (bootleg set";384x224@60;H
+sf2hfjb2;"Street Fighter II' Turbo - Hyper Fighting (bootleg set";384x224@60;H
+sf2hfu;"Street Fighter II' - Hyper Fighting (street fighter 2'";384x224@60;H
+sf2j;"Hyper Street Fighter II: The Anniversary Edition (0402 - Street Fighter II - The World Warrior (911210 Japan, C - Street Fighter II' Plus (Jpn, Asia, Kor) - Super Street Fighter II - The New Challengers (Jpn) - Super Street Fighter II - the new challengers (super s";384x224@60;H
+sf2j17;"Street Fighter II - The World Warrior (911210 Japan, C";384x224@60;H
+sf2ja;"Street Fighter II - The World Warrior (910214 Japan)";384x224@60;H
+sf2jc;"Street Fighter II - The World Warrior (910306 Japan)";384x224@60;H
+sf2jf;"Street Fighter II - The World Warrior (910411 Japan)";384x224@60;H
+sf2jh;"Street Fighter II - The World Warrior (910522 Japan)";384x224@60;H
+sf2jl;"Street Fighter II - The World Warrior (920312 Japan)";384x224@60;H
+sf2jla;"Street Fighter II - The World Warrior (911210 Japan, r";384x224@60;H
+sf2koryu;"Street Fighter II' - Xiang Long (bootleg set 1, 811102";384x224@60;H
+sf2koryu2;"Street Fighter II' - Xiang Long (bootleg set 2, 811102";384x224@60;H
+sf2koryu3;"Street Fighter II' - Xiang Long (bootleg set 3, 811102";384x224@60;H
+sf2md;"Street Fighter II' - Champion Edition (Magic Delta, bo";384x224@60;H
+sf2mdt;"Street Fighter II' - Magic Delta Turbo (bootleg set 1";384x224@60;H
+sf2mdta;"Street Fighter II' - Magic Delta Turbo (bootleg set 2";384x224@60;H
+sf2mdtb;"Street Fighter II' - Magic Delta Turbo (bootleg set 3";384x224@60;H
+sf2mdtc;"Street Fighter II' - Magic Delta Turbo (bootleg set 4";384x224@60;H
+sf2mega;"Street Fighter II' - Champion Edition (Mega Co bootleg";384x224@60;H
+sf2mega2;"Street Fighter II' - Champion Edition (Mega Co bootleg";384x224@60;H
+sf2qp1;"Street Fighter II - The World Warrior (Quicken Pt-I bo";384x224@60;H
+sf2rb;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2rb2;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2rb3;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2rb4;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2rb5;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2rb6;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2red;"Street Fighter II' - Champion Edition (Red Wave bootle";384x224@60;H
+sf2red2;"Street Fighter II' - Champion Edition (Red Wave bootle";384x224@60;H
+sf2sl73a;"Street Fighter II' - Champion Edition (Sheng Long v 7.";384x224@60;H
+sf2stt;"Street Fighter II - The World Warrior (STT, TAB Austri";384x224@60;H
+sf2thndr;"Street Fighter II - The World Warrior (Thunder Edition";384x224@60;H
+sf2tlona;"Street Fighter II' - Champion Edition (Tu Long bootleg";384x224@60;H
+sf2tlonb;"Street Fighter II' - Champion Edition (Tu Long bootleg";384x224@60;H
+sf2tlonc;"Street Fighter II' - Champion Edition (Tu Long bootleg";384x224@60;H
+sf2ua;"Street Fighter II - The World Warrior (910206 USA)";384x224@60;H
+sf2ub;"Street Fighter II - The World Warrior (910214 USA)";384x224@60;H
+sf2uc;"Street Fighter II - The World Warrior (910306 USA)";384x224@60;H
+sf2ud;"Street Fighter II - The World Warrior (910318 USA) - Super Street Fighter II - the new challengers (super s";384x224@60;H
+sf2ue;"Street Fighter II - The World Warrior (910228 USA)";384x224@60;H
+sf2uf;"Street Fighter II - The World Warrior (910411 USA)";384x224@60;H
+sf2ug;"Street Fighter II - The World Warrior (910522 USA, rev";384x224@60;H
+sf2ui;"Street Fighter II - The World Warrior (910522 USA, rev";384x224@60;H
+sf2uk;"Street Fighter II - The World Warrior (911101 USA)";384x224@60;H
+sf2v004;"Street Fighter II' - Champion Edition (V004 bootleg se";384x224@60;H
+sf2v0042;"Street Fighter II' - Champion Edition (V004 bootleg se";384x224@60;H
+sf2v0043;"Street Fighter II' - Champion Edition (V004 bootleg se";384x224@60;H
+sf2yyc;"Street Fighter II' - Champion Edition (YYC bootleg set";384x224@60;H
+sf2yyc2;"Street Fighter II' - Champion Edition (YYC bootleg set";384x224@60;H
+sfa;"Marvel Super Heroes vs Street Fighter (970625 Asia) - Street Fighter Alpha - warriors' dreams (950727 Euro) - X-Men vs Street Fighter (961023 Asia)";384x224@60;H
+sfa2;"Street Fighter Alpha 2 (960229 Euro)";384x224@60;H
+sfa2u;"Street Fighter Alpha 2 (960430 USA)";384x224@60;H
+sfa2ur1;"Street Fighter Alpha 2 (960306 USA)";384x224@60;H
+sfa3;"Street Fighter Alpha 3 (980904 Euro)";384x224@60;H
+sfa3b;"Street Fighter Alpha 3 (980629 Brazil)";384x224@60;H
+sfa3h;"Street Fighter Alpha 3 (980904 Hispanic)";384x224@60;H
+sfa3hr1;"Street Fighter Alpha 3 (980629 Hispanic)";384x224@60;H
+sfa3u;"Street Fighter Alpha 3 (980904 USA)";384x224@60;H
+sfa3ud;"Street Fighter Alpha 3 (980904 USA Phoenix Edition)";384x224@60;H
+sfa3ur1;"Street Fighter Alpha 3 (980629 USA)";384x224@60;H
+sfa3us;"Street Fighter Alpha 3 (980616 USA, SAMPLE Version)";384x224@60;H
+sfad;"Street Fighter Alpha - warriors' dreams (950727 Euro P";384x224@60;H
+sfan;"Street Fighter (World, pneumatic buttons)";384x224@60;H
+sfar1;"Street Fighter Alpha - warriors' dreams (950718 Euro) - X-Men vs Street Fighter (961004 Asia)";384x224@60;H
+sfar2;"Street Fighter Alpha - warriors' dreams (950627 Euro) - X-Men vs Street Fighter (960919 Asia)";384x224@60;H
+sfar3;"Street Fighter Alpha - warriors' dreams (950605 Euro) - X-Men vs Street Fighter (960910 Asia)";384x224@60;H
+sfau;"Street Fighter Alpha - warriors' dreams (950627 USA)";384x224@60;H
+sfaud;"Street Fighter Alpha - warriors' dreams (950727 USA Ph";384x224@60;H
+sfiii;"Street Fighter III: New Generation (Euro 970204)";384x224@60;H
+sfiii2;"Street Fighter III 2nd Impact: Giant Attack (USA 97093";384x224@60;H
+sfiii2j;"Street Fighter III 2nd Impact: Giant Attack (Japan 970";384x224@60;H
+sfiii2n;"Street Fighter III 2nd Impact: Giant Attack (Asia 9709";384x224@60;H
+sfiii3;"Street Fighter III 3rd Strike: Fight for the Future (E";384x224@60;H
+sfiii3n;"Street Fighter III 3rd Strike: Fight for the Future (J";384x224@60;H
+sfiii3nr1;"Street Fighter III 3rd Strike: Fight for the Future (J";384x224@60;H
+sfiii3r1;"Street Fighter III 3rd Strike: Fight for the Future (E";384x224@60;H
+sfiii3u;"Street Fighter III 3rd Strike: Fight for the Future (U";384x224@60;H
+sfiii3ur1;"Street Fighter III 3rd Strike: Fight for the Future (U";384x224@60;H
+sfiiia;"Street Fighter III: New Generation (Asia 970204)";384x224@60;H
+sfiiih;"Street Fighter III: New Generation (Hispanic 970204)";384x224@60;H
+sfiiij;"Street Fighter III: New Generation (Japan 970204)";384x224@60;H
+sfiiin;"Street Fighter III: New Generation (Asia 970204, NO CD";384x224@60;H
+sfiiina;"Street Fighter III: New Generation (Asia 970204, NO CD";384x224@60;H
+sfiiiu;"Street Fighter III: New Generation (USA 970204)";384x224@60;H
+sfj;"Marvel Super Heroes vs Street Fighter (970707 Japan) - Street Fighter (Japan) (protected) - X-Men vs Street Fighter (961023 Japan)";384x224@60;H
+sfjan;"Street Fighter (Japan, pneumatic buttons)";384x224@60;H
+sformula;"Super Formula (Japan)";320x240@60;V
+sfp;"Street Fighter (Prototype)";384x224@60;H
+sfua;"Street Fighter (US set 2) (protected)";384x224@60;H
+sfx;"SF-X";256x224@60;H
+sfz2a;"Street Fighter Zero 2 (960227 Asia)";384x224@60;H
+sfz2ad;"Street Fighter Zero 2 (960227 Asia Phoenix Edition)";384x224@60;H
+sfz2al;"Street Fighter Zero 2 Alpha (960826 Asia)";384x224@60;H
+sfz2alb;"Street Fighter Zero 2 Alpha (960813 Brazil)";384x224@60;H
+sfz2ald;"Street Fighter Zero 2 Alpha (960826 Asia Phoenix Editi";384x224@60;H
+sfz2alh;"Street Fighter Zero 2 Alpha (960813 Hispanic)";384x224@60;H
+sfz2alj;"Street Fighter Zero 2 Alpha (960805 Japan)";384x224@60;H
+sfz2b;"Street Fighter Zero 2 (960531 Brazil)";384x224@60;H
+sfz2br1;"Street Fighter Zero 2 (960304 Brazil)";384x224@60;H
+sfz2h;"Street Fighter Zero 2 (960304 Hispanic)";384x224@60;H
+sfz2j;"Street Fighter Zero 2 (960430 Japan)";384x224@60;H
+sfz2jd;"Street Fighter Zero 2 (960227 Japan Phoenix Edition)";384x224@60;H
+sfz2jr1;"Street Fighter Zero 2 (960227 Japan)";384x224@60;H
+sfz2n;"Street Fighter Zero 2 (960229 Oceania)";384x224@60;H
+sfz3a;"Street Fighter Zero 3 (980904 Asia)";384x224@60;H
+sfz3ar1;"Street Fighter Zero 3 (980701 Asia)";384x224@60;H
+sfz3j;"Street Fighter Zero 3 (980904 Japan)";384x224@60;H
+sfz3jr1;"Street Fighter Zero 3 (980727 Japan)";384x224@60;H
+sfz3jr2;"Street Fighter Zero 3 (980629 Japan)";384x224@60;H
+sfz3jr2d;"Street Fighter Zero 3 (980629 Japan Phoenix Edition)";384x224@60;H
+sfza;"Street Fighter Zero (950627 Asia)";384x224@60;H
+sfzar1;"Street Fighter Zero (950605 Asia)";384x224@60;H
+sfzb;"Street Fighter Zero (951109 Brazil)";384x224@60;H
+sfzbr1;"Street Fighter Zero (950727 Brazil)";384x224@60;H
+sfzch;"Street Fighter Zero (CPS Changer, 951020 Japan)";384x224@60;H
+sfzh;"Street Fighter Zero (950718 Hispanic)";384x224@60;H
+sfzhr1;"Street Fighter Zero (950627 Hispanic)";384x224@60;H
+sfzj;"Street Fighter Zero (950727 Japan)";384x224@60;H
+sfzjr1;"Street Fighter Zero (950627 Japan)";384x224@60;H
+sfzjr2;"Street Fighter Zero (950605 Japan)";384x224@60;H
+sgemf;"Super Gem Fighter Mini Mix (970904 USA)";384x224@60;H
+sgemfa;"Super Gem Fighter Mini Mix (970904 Asia)";384x224@60;H
+sgemfd;"Super Gem Fighter Mini Mix (970904 USA Phoenix Edition";384x224@60;H
+sgemfh;"Super Gem Fighter Mini Mix (970904 Hispanic)";384x224@60;H
+sgladiat;"Gladiator 1984";288x224@60;H
+sgunner;"Steel Gunner (Rev B)";288x224@60;H
+sgunner2;"Steel Gunner 2 (US)";288x224@60;H
+sgunner2j;"Steel Gunner 2 (Japan, Rev A)";288x224@60;H
+sgunnerj;"Steel Gunner (Japan)";288x224@60;H
+sgyxz;"Sangokushi II: Sanguo Yingxiong Zhuan (Chinese bootleg";384x224@60;H
+shackled;"Shackled (US)";256x240@58;H
+shadfrce;"Shadow Force (World, Version 3)";320x256@60;H
+shadfrcej;"Shadow Force (Japan, Version 2)";320x256@60;H
+shadfrceu;"Shadow Force (US, Version 2)";320x256@60;H
+shadowld;"Shadowland (YD3)";288x224@60;H
+shadoww;"Shadow Warriors (World, set 1)";256x224@60;H
+shadowwa;"Shadow Warriors (World, set 2)";256x224@60;H
+shangon;"Super Hang-On (sitdown/upright, unprotected) - Super Hang-On (World, Rev. A)";320x224@60;H
+shangon1;"Super Hang-On (mini ride-on, FD1089B 317-0034) - Super Hang-On (World)";320x224@60;H
+shangon2;"Super Hang-On (mini ride-on, Rev A, FD1089B 317-0034)";320x224@60;H
+shangon3;"Super Hang-On (sitdown/upright, FD1089B 317-0034)";320x224@60;H
+shangon3d;"Super Hang-On (sitdown/upright, FD1089B 317-0034 decry";320x224@60;H
+shangonle;"Limited Edition Hang-On";320x224@60;H
+shaolinb;"Shao-lin's Road (set 2)";256x224@60;V
+shaolins;"Shao-lin's Road (set 1)";256x224@60;V
+sharrier;"Space Harrier - Space Harrier - Space Harrier (Euro) - Space Harrier (Rev A, 8751 315-5163A) - Space Harrier (World) - Space Harrier II (World)";320x224@60;H
+sharrier1;"Space Harrier (8751 315-5163)";320x224@60;H
+shdancer;"Shadow Dancer (Euro, Bra, Kor) - Shadow Dancer (set 3, US) - Shadow Dancer - The Secret of Shinobi (World)";320x224@60;H
+shdancer1;"Shadow Dancer (set 1)";320x224@60;H
+shdancerj;"Shadow Dancer (set 2, Japan)";320x224@60;H
+shinfz;"Shinobi / FZ-2006 (Korean System 16 bootleg) (ISG Sele";320x224@60;H
+shinobi;"Shinobi - Shinobi (Euro, USA, Bra, v1) - Shinobi (set 6, System 16A, unprotected) - The GG Shinobi (Euro, USA)";320x224@60;H
+shinobi1;"Shinobi (set 1, System 16A, FD1094 317-0050)";320x224@60;H
+shinobi1d;"Shinobi (set 1, System 16A, FD1094 317-0050 decrypted)";320x224@60;H
+shinobi2;"Shinobi (set 2, System 16B, FD1094 317-0049) - The GG Shinobi II (World)";320x224@60;H
+shinobi2d;"Shinobi (set 2, System 16B, FD1094 317-0049 decrypted)";320x224@60;H
+shinobi3;"Shinobi (set 3, System 16B, MC-8123B 317-0054) - Shinobi III - Return of the Ninja Master (Euro)";320x224@60;H
+shinobi4;"Shinobi (set 4, System 16B, MC-8123B 317-0054)";320x224@60;H
+shinobi5;"Shinobi (set 5, System 16B, unprotected)";320x224@60;H
+shinoblb;"Shinobi (beta bootleg, System 16A)";320x224@60;H
+shinobls;"Shinobi (Star bootleg, System 16A)";320x224@60;H
+shippumd;"Shippu Mahou Daisakusen - Kingdom Grandprix";320x240@60;V
+shisen2;"Shisensho II";384x240@60;H
+shocking;"Shocking";384x224@60;H
+shocktr2;"Shock Troopers - 2nd Squad";304x224@59;H
+shocktro;"Shock Troopers (set 1)";304x224@59;H
+shocktroa;"Shock Troopers (set 2)";304x224@59;H
+shogwarr;"Shogun Warriors (World)";256x224@60;H
+shogwarrk;"Shogun Warriors (Korea?)";256x224@60;H
+shogwarru;"Shogun Warriors (US)";256x224@60;H
+shootout;"Shoot Out (US)";256x240@60;H
+shootoutb;"Shoot Out (Korean Bootleg)";256x240@60;H
+shootoutj;"Shoot Out (Japan)";256x240@60;H
+shtrider;"Shot Rider";240x256@60;V
+shtridera;"Shot Rider (Sigma license)";240x256@60;V
+sidearms;"Side Arms - Hyper Dyne (World, 861129) - Sidearms - Hyper Dyne - Sidearms - Hyper Dyne";384x224@60;H
+sidearmsj;"Side Arms - Hyper Dyne (Japan, 861128)";384x224@60;H
+sidearmsu;"Side Arms - Hyper Dyne (US, 861202)";384x224@60;H
+sidearmsur1;"Side Arms - Hyper Dyne (US, 861128)";384x224@60;H
+sidepckt;"Side Pocket (World)";256x224@58;H
+sidepcktb;"Side Pocket (bootleg set 1)";256x224@58;H
+sidepcktb2;"Side Pocket (bootleg set 2)";256x224@58;H
+sidepcktj;"Side Pocket (Japan)";256x224@58;H
+silentd;"Silent Debuggers - Silent Debuggers - Silent Dragon (World)";320x224@60;H
+silentdj;"Silent Dragon (Japan)";320x224@60;H
+silentdu;"Silent Dragon (US)";320x224@60;H
+silkroad;"The Legend of Silkroad";380x224@60;H
+silkroada;"The Legend of Silkroad (larger roms)";380x224@60;H
+silkworm;"Silk Worm (World)";256x224@60;H
+silkwormb;"Silk Worm (bootleg)";256x224@60;H
+silkwormj;"Silk Worm (Japan)";256x224@60;H
+silkwormp;"Silk Worm (prototype?)";256x224@60;H
+silvland;"Silver Land";256x224@60;H
+silvmil;"Silver Millennium";320x240@60;V
+simpsons;"The Simpsons (4 Players World, set 1)";288x224@60;H
+simpsons2p;"The Simpsons (2 Players World, set 1)";288x224@60;H
+simpsons2p2;"The Simpsons (2 Players World, set 2)";288x224@60;H
+simpsons2p3;"The Simpsons (2 Players World, set 3)";288x224@60;H
+simpsons2pa;"The Simpsons (2 Players Asia)";288x224@60;H
+simpsons2pj;"The Simpsons (2 Players Japan)";288x224@60;H
+simpsons4pa;"The Simpsons (4 Players World, set 2)";288x224@60;H
+sinvasn;"Space Invasion (Europe)";256x224@60;V
+sinvasnb;"Space Invasion (bootleg)";256x224@60;V
+sisv;"Space Invaders (SV Version rev 4)";260x224@60;V
+sisv2;"Space Invaders (SV Version rev 2)";260x224@60;V
+sisv3;"Space Invaders (SV Version rev 3)";260x224@60;V
+sitv;"Space Invaders (TV Version rev 2)";260x224@60;V
+sitv1;"Space Invaders (TV Version rev 1)";260x224@60;V
+sjryuko;"Sukeban Jansi Ryuko (set 2, System 16B, FD1089B 317-50";320x224@60;H
+sjryuko1;"Sukeban Jansi Ryuko (set 1, System 16A, FD1089B 317-50";320x224@60;H
+skingame;"The Irem Skins Game (US set 1)";320x240@60;H
+skingame2;"The Irem Skins Game (US set 2)";320x240@60;H
+skyadvnt;"Sky Adventure (World)";256x224@60;V
+skyadvntj;"Sky Adventure (Japan)";256x224@60;V
+skyadvntu;"Sky Adventure (US)";256x224@60;V
+skyalert;"Sky Alert";360x224@60;V
+skyarmy;"Sky Army";256x240@60;V
+skybase;"Sky Base";256x224@60;V
+skyfox;"Sky Fox";320x224@60;V
+skykid;"Sky Kid (new version)";288x224@60;H
+skykidd;"Sky Kid (CUS60 version)";288x224@60;H
+skykiddx;"Sky Kid Deluxe (set 1)";288x224@60;H
+skykiddxo;"Sky Kid Deluxe (set 2)";288x224@60;H
+skykido;"Sky Kid (old version)";288x224@60;H
+skykids;"Sky Kid (Sipem)";288x224@60;H
+skylancr;"Sky Lancer";236x224@60;V
+skylancre;"Sky Lancer (Esco Trading Co license)";236x224@60;V
+skyraidr;"Sky Raiders";256x224@60;V
+skyrobo;"Sky Robo";320x240@60;H
+skyshark;"Sky Shark (US, set 1)";320x240@55;V
+skysharka;"Sky Shark (US, set 2)";320x240@55;V
+skyskipr;"Sky Skipper";512x448@60;H
+skysmash;"Sky Smasher";256x224@60;V
+skysoldr;"Sky Soldiers (US)";256x224@60;V
+skysoldrbl;"Sky Soldiers (bootleg)";256x224@60;V
+skywolf;"Sky Wolf (set 1)";288x224@60;H
+skywolf2;"Sky Wolf (set 2)";288x224@60;H
+skywolf3;"Sky Wolf (set 3)";288x224@60;H
+slammast;"Saturday Night Slam Masters (Slam Masters 930713 etc) - Saturday Night Slammasters (Euro)";384x224@60;H
+slammastu;"Saturday Night Slam Masters (slam masters 930713 USA) - Saturday Night Slammasters (USA)";384x224@60;H
+slampic;"Saturday Night Slam Masters (bootleg (with PIC16c57),";384x224@60;H
+slapfigh;"Slap Fight (Japan set 1) - Slap Fight MD (Jpn)";280x240@60;V
+slapfighb1;"Slap Fight (bootleg set 1)";280x240@60;V
+slapfighb2;"Slap Fight (bootleg set 2)";280x240@60;V
+slapfighb3;"Slap Fight (bootleg set 3)";280x240@60;V
+slapshot;"Slap Shot (Japan) - Slap Shot (USA, v2)";320x224@60;H
+slyspy;"Sly Spy (US revision 4)";256x240@57;H
+slyspy2;"Sly Spy (US revision 2)";256x240@57;H
+slyspy3;"Sly Spy (US revision 3)";256x240@57;H
+smbomb;"Super Muscle Bomber - the international blowout (94083";384x224@60;H
+smbombr1;"Super Muscle Bomber - the international blowout (94080";384x224@60;H
+smgp;"Super Monaco GP (Euro, Bra) - Super Monaco GP (Euro, Jpn, Rev. A) - Super Monaco GP (Euro, USA, Bra) - Super Monaco GP (World, Rev B, FD1094 317-0126a)";320x224@60;H
+smgp5;"Super Monaco GP (World, FD1094 317-0126)";320x224@60;H
+smgp5d;"Super Monaco GP (World, FD1094 317-0126 decrypted)";320x224@60;H
+smgp6;"Super Monaco GP (World, Rev A, FD1094 317-0126a)";320x224@60;H
+smgp6d;"Super Monaco GP (World, Rev A, FD1094 317-0126a decryp";320x224@60;H
+smgpd;"Super Monaco GP (World, Rev B, FD1094 317-0126a decryp";320x224@60;H
+smgpj;"Super Monaco GP (Japan, Rev B, FD1094 317-0124a) - Super Monaco GP (Jpn) - Super Monaco GP (Jpn)";320x224@60;H
+smgpja;"Super Monaco GP (Japan, Rev A, FD1094 317-0124a)";320x224@60;H
+smgpjd;"Super Monaco GP (Japan, Rev B, FD1094 317-0124a decryp";320x224@60;H
+smgpu;"Super Monaco GP (US, Rev C, FD1094 317-0125a) - Super Monaco GP (USA) - Super Monaco GP (USA)";320x224@60;H
+smgpu1;"Super Monaco GP (US, Rev B, FD1094 317-0125a)";320x224@60;H
+smgpu1d;"Super Monaco GP (US, Rev B, FD1094 317-0125a decrypted";320x224@60;H
+smgpu2;"Super Monaco GP (US, Rev A, FD1094 317-0125a)";320x224@60;H
+smgpu2d;"Super Monaco GP (US, Rev A, FD1094 317-0125a decrypted";320x224@60;H
+smgpud;"Super Monaco GP (US, Rev C, FD1094 317-0125a decrypted";320x224@60;H
+smooncrs;"Super Moon Cresta";256x224@60;V
+snapjack;"Snap Jack";240x196@60;H
+snapper;"Snapper (Korea)";320x224@60;H
+sngkace;"Sengoku Ace (Japan, set 1)";320x224@59;V
+sngkacea;"Sengoku Ace (Japan, set 2)";320x224@59;V
+snowboar;"Snow Board Championship (Version 2.1)";384x240@60;H
+snowboara;"Snow Board Championship (Version 2.0)";384x240@60;H
+snowbro2;"Snow Bros. 2 - with new elves";320x240@60;H
+snowbro3;"Snow Brothers 3 - Magical Adventure";256x224@60;H
+snowbros;"Snow Bros. - Nick & Tom (Jpn) - Snow Bros. - Nick & Tom (set 1)";256x224@58;H
+snowbrosa;"Snow Bros. - Nick & Tom (set 2)";256x224@58;H
+snowbrosb;"Snow Bros. - Nick & Tom (set 3)";256x224@58;H
+snowbrosc;"Snow Bros. - Nick & Tom (set 4)";256x224@58;H
+snowbrosd;"Snow Bros. - Nick & Tom (Dooyong license)";256x224@58;H
+snowbrosj;"Snow Bros. - Nick & Tom (Japan)";256x224@58;H
+snowbroswb;"Snow Bros. - Nick & Tom (The Winter Bobble hardware bo";256x224@58;H
+socbrawl;"Soccer Brawl (NGM-031)";304x224@59;H
+socbrawlh;"Soccer Brawl (NGH-031)";304x224@59;H
+sokonuke;"Sokonuke Taisen Game (Japan)";320x240@60;H
+soldam;"Soldam";256x224@60;H
+soldamj;"Soldam (Japan)";256x224@60;H
+soldivid;"Sol Divide - The Sword Of Darkness";320x224@60;H
+soldividk;"Sol Divide - The Sword Of Darkness (Korea)";320x224@60;H
+solfigtr;"Solitary Fighter (World)";320x224@60;H
+solomon;"Solomon no Kagi - Oujo Rihita no Namida (Jpn) - Solomon's Key (US)";256x224@60;H
+solomonj;"Solomon's Key (Japan)";256x224@60;H
+solrwarr;"Solar-Warrior (US)";256x240@60;H
+sonicbom;"Sonic Boom (FD1094 317-0053)";320x224@60;V
+sonicbomd;"Sonic Boom (FD1094 317-0053 decrypted)";320x224@60;V
+sonicwi;"Sonic Wings (Japan)";320x224@60;V
+sonicwi2;"Aero Fighters 2 / Sonic Wings 2";320x224@59;H
+sonicwi3;"Aero Fighters 3 / Sonic Wings 3";320x224@59;H
+sonofphx;"Son of Phoenix";288x224@60;V
+sonson;"Son Son";240x240@60;H
+sonsonj;"Son Son (Japan)";240x240@60;H
+sos;"Aqua Polis SOS (Jpn) - Fever SOS (International, ver. 98/09/25) - Megalopolis SOS (Jpn) - S.O.S Lagoa Poluida (Bra) - SOS - Stop the Express. Bousou Tokkyuu SOS (Jpn)";272x224@60;V
+sotsugyo;"Sotsugyo Shousho";320x240@58;H
+soukobdx;"Souko Ban Deluxe (Japan, SB1)";288x224@60;H
+spacbat2;"Space Battle (bootleg set 2)";256x224@60;V
+spacbatt;"Space Battle (bootleg set 1)";256x224@60;V
+spacecho;"Space Echo (set 1)";256x256@60;V
+spacecho2;"Space Echo (set 2)";256x256@60;V
+spacedx;"Space Invaders DX (US, v2.1)";320x224@60;H
+spacedxj;"Space Invaders DX (Japan, v2.1)";320x224@60;H
+spacedxo;"Space Invaders DX (Japan, v2.0)";320x224@60;H
+spacegun;"Space Gun (Euro) - Space Gun (World)";320x240@60;H
+spacegunj;"Space Gun (Japan)";320x240@60;H
+spacegunu;"Space Gun (US)";320x240@60;H
+spacempr;"Space Empire (bootleg)";256x224@60;V
+spaceplt;"Space Pilot";256x224@60;V
+spang;"Cross Pang - Super Pang (World 900914)";384x240@60;H
+spangj;"Super Pang (Japan 901023)";384x240@60;H
+sparkman;"Spark Man (v2.0, set 1)";256x224@60;H
+spartanx;"Spartan X (Japan)";256x256@60;H
+spatter;"Spatter";240x224@60;H
+spcdrag;"Space Dragon (Moon Cresta bootleg, set 1)";256x224@60;V
+spcdraga;"Space Dragon (Moon Cresta bootleg, set 2)";256x224@60;V
+spcinv95;"Space Invaders '95: The Attack Of Lunar Loonies (Ver 2";320x224@60;V
+spcinv95u;"Space Invaders '95: The Attack Of Lunar Loonies (Ver 2";320x224@60;V
+spcinvdj;"Space Invaders DX (Ver 2.6J 1994/09/14) (F3 Version)";320x232@60;H
+spcpostn;"Space Position (Japan)";256x240@60;V
+spctbird;"Space Thunderbird";256x224@60;V
+spdcoin;"Speed Coin (prototype)";256x224@60;V
+speakres;"Speak & Rescue";256x256@60;V
+speakresb;"Speak & Rescue (bootleg)";256x256@60;V
+spec2k;"Spectrum 2000 (vertical)";256x224@56;V
+spec2kh;"Spectrum 2000 (horizontal, buggy) (Europe)";256x224@56;H
+speedspn;"Speed Spin";384x240@60;H
+spelunk2;"Spelunker II - 23 no Kagi (Japan)";384x256@60;H
+spelunkr;"Spelunker - Spelunker (Jpn)";384x256@60;H
+spelunkrj;"Spelunker (Japan)";384x256@60;H
+spf2t;"Super Puzzle Fighter II Turbo (Super Puzzle Fighter 2";384x224@60;H
+spf2ta;"Super Puzzle Fighter II Turbo (Super Puzzle Fighter 2";384x224@60;H
+spf2td;"Super Puzzle Fighter II Turbo (Super Puzzle Fighter 2";384x224@60;H
+spf2th;"Super Puzzle Fighter II Turbo (Super Puzzle Fighter 2";384x224@60;H
+spf2tu;"Super Puzzle Fighter II Turbo (Super Puzzle Fighter 2";384x224@60;H
+spf2xj;"Super Puzzle Fighter II X (Super Puzzle Fighter 2 X 96";384x224@60;H
+spf2xjd;"Super Puzzle Fighter II X (Super Puzzle Fighter 2 X 96";384x224@60;H
+spidermi;"Spiderman (Intro demo)";304x224@59;H
+spinlbrk;"Spinal Breakers (World)";352x240@60;H
+spinlbrkj;"Spinal Breakers (Japan)";352x240@60;H
+spinlbrku;"Spinal Breakers (US)";352x240@60;H
+spinmast;"Spin Master / Miracle Adventure";304x224@59;H
+splatter;"Splatter House (World, new version (SH3))";288x224@60;H
+splatter2;"Splatter House (World, old version (SH2))";288x224@60;H
+splatterj;"Splatter House (Japan, SH1)";288x224@60;H
+spnchout;"Super Punch-Out!! (Rev B)";448x256@60;V
+spnchouta;"Super Punch-Out!! (Rev A)";448x256@60;V
+spnchoutj;"Super Punch-Out!! (Japan)";448x256@60;V
+sprglbpg;"Super Glob (Pac-Man hardware) German";288x224@60;V
+sprglobp;"Super Glob (Pac-Man hardware)";288x224@60;V
+springer;"Springer";256x224@60;V
+spy;"Future Spy - S.P.Y. - Special Project Y (World ver. N) - Sly Spy (US revision 4) - Spy vs. Spy (Euro, USA, Bra) - The Super Spy (NGM-011)(NGH-011)";304x216@60;H
+spyu;"S.P.Y. - Special Project Y (US ver. M)";304x216@60;H
+sqbert;"Faster, Harder, More Challenging Q*bert (prototype)";256x240@60;V
+squash;"Squash (Ver. 1.0)";320x240@60;H
+sraider;"Space Raider";240x192@60;V
+sranger;"Super Ranger (v2.0)";256x224@60;H
+srdarwin;"Super Real Darwin (World)";256x240@58;V
+srdarwinj;"Super Real Darwin (Japan)";256x240@58;V
+srdmissn;"S.R.D. Mission";288x224@60;V
+srmp4;"Super Real Mahjong PIV (Japan)";336x240@60;H
+srmp4o;"Super Real Mahjong PIV (Japan, older set)";336x240@60;H
+srmp7;"Super Real Mahjong P7 (Japan)";336x239@60;H
+srumbler;"The Speed Rumbler (set 1)";352x240@60;V
+srumbler2;"The Speed Rumbler (set 2)";352x240@60;V
+srumbler3;"The Speed Rumbler (set 3)";352x240@60;V
+ssanchan;"Sanrin San Chan (Japan)";240x224@60;H
+sscandal;"Seishun Scandal (315-5132, Japan)";256x224@60;H
+ssf2;"Super Street Fighter II - The New Challengers (Euro) - Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2a;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2ar1;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2d;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2h;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2j;"Super Street Fighter II - The New Challengers (Jpn) - Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2jr1;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2jr2;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2r1;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2t;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2ta;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2tad;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2tb;"Super Street Fighter II - the tournament battle (93111";384x224@60;H
+ssf2tba;"Super Street Fighter II - the tournament battle (93100";384x224@60;H
+ssf2tbd;"Super Street Fighter II - the tournament battle (93111";384x224@60;H
+ssf2tbh;"Super Street Fighter II - the tournament battle (93100";384x224@60;H
+ssf2tbj;"Super Street Fighter II - the tournament battle (93100";384x224@60;H
+ssf2tbj1;"Super Street Fighter II - the tournament battle (93091";384x224@60;H
+ssf2tbr1;"Super Street Fighter II - the tournament battle (93091";384x224@60;H
+ssf2td;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2th;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2tu;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2tur1;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2u;"Super Street Fighter II - the new challengers (super s - Super Street Fighter II - The New Challengers (USA)";384x224@60;H
+ssf2ud;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2xj;"Super Street Fighter II X - grand master challenge (su";384x224@60;H
+ssf2xjr1;"Super Street Fighter II X - grand master challenge (su";384x224@60;H
+ssf2xjr1d;"Super Street Fighter II X - grand master challenge (su";384x224@60;H
+ssf2xjr1r;"Super Street Fighter II X - grand master challenge (su";384x224@60;H
+ssi;"Andre Agassi Tennis (Euro) - Andre Agassi Tennis (Euro, Bra) - Andre Agassi Tennis (USA) - Super Space Invaders '91 (World)";320x224@60;V
+ssideki;"Super Sidekicks / Tokuten Ou";304x224@59;H
+ssideki2;"Super Sidekicks 2 - The World Championship / Tokuten O";320x224@59;H
+ssideki3;"Super Sidekicks 3 - The Next Glory / Tokuten Ou 3 - ei";320x224@59;H
+ssideki4;"The Ultimate 11 - The SNK Football Championship / Toku";320x224@59;H
+ssmissin;"S.S. Mission";256x224@56;V
+ssoldier;"Superior Soldiers (US)";320x240@60;H
+ssozumo;"Syusse Oozumou (Japan)";256x240@60;V
+ssprint;"Super Sprint (Atari System 2)";512x384@60;H
+ssriders;"Sunset Riders (4 Players ver. EAC) - Sunset Riders (Euro)";288x224@60;H
+ssridersabd;"Sunset Riders (2 Players ver. ABD)";288x224@60;H
+ssridersadd;"Sunset Riders (4 Players ver. ADD)";288x224@60;H
+ssriderseaa;"Sunset Riders (4 Players ver. EAA)";288x224@60;H
+ssridersebc;"Sunset Riders (2 Players ver. EBC)";288x224@60;H
+ssridersebd;"Sunset Riders (2 Players ver. EBD)";288x224@60;H
+ssridersjac;"Sunset Riders (4 Players ver. JAC)";288x224@60;H
+ssridersjad;"Sunset Riders (4 Players ver. JAD)";288x224@60;H
+ssridersjbd;"Sunset Riders (2 Players ver. JBD)";288x224@60;H
+ssridersuab;"Sunset Riders (4 Players ver. UAB)";288x224@60;H
+ssridersuac;"Sunset Riders (4 Players ver. UAC)";288x224@60;H
+ssridersubc;"Sunset Riders (2 Players ver. UBC)";288x224@60;H
+ssridersuda;"Sunset Riders (4 Players ver. UDA)";288x224@60;H
+sstarcrs;"Super Star Crest";256x224@60;V
+sstingry;"Super Stingray (Japan)";256x224@60;V
+sstriker;"Sorcer Striker (World)";320x240@60;V
+sstrikera;"Sorcer Striker (World, alt)";320x240@60;V
+stagger1;"Stagger I (Japan)";256x224@56;V
+stakwin;"Stakes Winner / Stakes Winner - GI kinzen seiha e no m";320x224@59;H
+stakwin2;"Stakes Winner 2";320x224@59;H
+starfght;"Star Fighter";256x224@60;V
+starfgmc;"Star Fighter (Moon Cresta bootleg)";256x224@60;V
+starfigh;"Star Fighter (v1)";256x224@60;V
+starjack;"Star Jacker (Euro, Jpn, v1.2) - Star Jacker (Sega)";240x224@60;V
+starjacks;"Star Jacker (Stern)";240x224@60;V
+stdragon;"Saint Dragon (set 1)";256x224@60;H
+stdragona;"Saint Dragon (set 2)";256x224@60;H
+stdragonb;"Saint Dragon (bootleg)";256x224@60;H
+stera;"Steraranger (Moon Cresta bootleg)";256x224@60;V
+stg;"Juno First (Gottlieb) - Moon Cresta (Gremlin) - Strike Gunner S.T.G";384x240@60;V
+stinger;"Stinger";256x224@60;V
+stinger2;"Stinger (prototype?)";256x224@60;V
+stlforce;"Steel Force";368x240@58;H
+stmblade;"Storm Blade (US)";352x240@60;V
+stmbladej;"Storm Blade (Japan)";352x240@60;V
+strahl;"Koutetsu Yousai Strahl (Japan set 1)";256x224@56;H
+strahla;"Koutetsu Yousai Strahl (Japan set 2)";256x224@56;H
+stratgys;"Strategy X (Stern)";256x224@60;H
+stratgyx;"Strategy X";256x224@60;H
+stratof;"Raiga - Strato Fighter (US)";256x224@60;H
+stratvox;"Stratovox";256x256@60;V
+stratvoxb;"Stratovox (bootleg)";256x256@60;V
+streakng;"Streaking (set 1)";256x224@60;V
+streaknga;"Streaking (set 2)";256x224@60;V
+streetsm;"Street Smart (US version 2)";256x224@60;H
+streetsm1;"Street Smart (US version 1)";256x224@60;H
+streetsmj;"Street Smart (Japan version 1)";256x224@60;H
+streetsmw;"Street Smart (World version 1)";256x224@60;H
+strfbomb;"Strafe Bomb";256x224@60;V
+strhoop;"Street Hoop / Street Slam / Dunk Dream (DEM-004) (DEH-";304x224@59;H
+strider;"Strider (Euro, USA) - Strider (Euro, USA, Bra, Kor) - Strider (US set 1)";384x224@60;H
+striderj;"Strider Hiryu (Japan) - Strider Hiryuu (Jpn, Kor)";384x224@60;H
+striderjr;"Strider Hiryu (Japan Resale Ver.)";384x224@60;H
+striderua;"Strider (US set 2)";384x224@60;H
+strideruc;"Strider (US, Street Fighter II conversion)";384x224@60;H
+striv;"Super Triv";256x224@60;V
+striv2;"Super Triv (set 2)";256x224@60;V
+strkfgtr;"Strike Fighter (World)";320x224@60;H
+strkfgtrj;"Strike Fighter (Japan)";320x224@60;H
+strongx;"Strong X";256x224@60;H
+sub;"688 Attack Sub (Euro, USA) - N-Sub (Euro?) - Submarine (Sigma)";256x224@60;V
+sucasino;"Super Casino";256x224@60;V
+sunaq;"SunA Quiz 6000 Academy (940620-6)";256x224@60;H
+supbtime;"Super Burger Time (World, set 1)";320x240@58;H
+supbtimea;"Super Burger Time (World, set 2)";320x240@58;H
+supbtimej;"Super Burger Time (Japan)";320x240@58;H
+superbar;"Super Bar";384x240@60;V
+superbon;"Agent Super Bond (scobra hardware)";256x224@60;V
+superchs;"Super Chase - Criminal Termination (World)";320x240@60;H
+superchsj;"Super Chase - Criminal Termination (Japan)";320x240@60;H
+superchsu;"Super Chase - Criminal Termination (US)";320x240@60;H
+superg;"Super Galaxians (galaxiaj hack)";256x224@60;V
+superman;"Superman (World) - Superman - The Man of Steel (Euro) - Superman - The Man of Steel (Euro) - Superman - The Man of Steel (Euro, Bra)";384x240@60;H
+supermanj;"Superman (Japan)";384x240@60;H
+supermanu;"Superman (US) - Superman (USA)";384x240@60;H
+superpac;"Super Pac-Man";288x224@60;V
+superpacm;"Super Pac-Man (Midway)";288x224@60;V
+superspy;"The Super Spy (NGM-011)(NGH-011)";304x224@59;H
+superten;"Super Ten V8.3";400x256@60;H
+superx;"Super-X (NTC)";384x240@60;V
+superxm;"Super-X (Mitchell)";384x240@60;V
+supmodel;"Super Model";256x224@60;V
+suprglob;"Super Glob";272x236@60;V
+suprheli;"Super Heli (Super Cobra bootleg)";256x224@60;V
+suprleag;"Super League (Euro) - Super League (FD1094 317-0045)";320x224@60;H
+suprloco;"Super Locomotive (Rev.A)";240x224@60;H
+suprlocoo;"Super Locomotive";240x224@60;H
+suprridr;"Super Rider";256x224@60;V
+suprtrio;"Super Trio";320x240@60;H
+suratk;"Surprise Attack (World ver. K)";304x224@60;H
+suratka;"Surprise Attack (Asia ver. L)";304x224@60;H
+suratkj;"Surprise Attack (Japan ver. M)";304x224@60;H
+survarts;"Survival Arts (World)";336x240@60;H
+survartsj;"Survival Arts (Japan)";336x240@60;H
+survartsu;"Survival Arts (USA)";336x240@60;H
+svc;"SNK vs. Capcom - SVC Chaos (NGM-2690)(NGH-2690)";304x224@59;H
+svcboot;"SNK vs. Capcom - SVC Chaos (bootleg)";304x224@59;H
+svcpcb;"SNK vs. Capcom - SVC Chaos (JAMMA PCB, set 1)";304x224@59;H
+svcpcba;"SNK vs. Capcom - SVC Chaos (JAMMA PCB, set 2)";304x224@59;H
+svcplus;"SNK vs. Capcom - SVC Chaos Plus (bootleg set 1)";304x224@59;H
+svcplusa;"SNK vs. Capcom - SVC Chaos Plus (bootleg set 2)";304x224@59;H
+svcsplus;"SNK vs. Capcom - SVC Chaos Super Plus (bootleg)";304x224@59;H
+svg;"S.V.G. - Spectral vs Generation (V200, China)";448x224@60;H
+svgpcb;"S.V.G. - Spectral vs Generation (V100, Japan, Single P";448x224@60;H
+svolley;"Super Volley Ball (USA) - Super Volleyball - Super Volleyball - Super Volleyball (Japan)";288x216@60;H
+svolleyk;"Super Volleyball (Korea)";288x216@60;H
+svolleyu;"Super Volleyball (US)";288x216@60;H
+svolly91;"Super Volley '91 (Japan)";356x240@60;H
+swarm;"Swarm (bootleg?)";256x224@60;V
+swat;"E-Swat - Cyber Police (set 4, World, FD1094 317-0130) - ESWAT - City Under Siege (Euro, USA, Rev. A) - SWAT (315-5048)";256x224@60;V
+swatpolc;"SWAT Police";320x240@60;H
+swimmer;"Swimmer (set 1)";256x224@60;H
+sws;"Super World Stadium (Japan)";288x224@60;H
+sws92;"Super World Stadium '92 (Japan)";288x224@60;H
+sws92g;"Super World Stadium '92 Gekitouban (Japan)";288x224@60;H
+sws93;"Super World Stadium '93 (Japan)";288x224@60;H
+sxyreac2;"Pachinko Sexy Reaction 2 (Japan)";336x240@60;H
+sxyreact;"Pachinko Sexy Reaction (Japan)";338x240@60;H
+syscheck;"Neo System Check (ver 1.0b)";304x224@59;H
+syvalion;"Syvalion (Japan)";512x400@60;H
+syvalionp;"Syvalion (World, prototype)";512x400@60;H
+szaxxon;"Super Zaxxon";256x224@60;V
+tactcian;"Tactician (set 1)";288x224@60;V
+tactcian2;"Tactician (set 2)";288x224@60;V
+tail2nos;"Tail to Nose - Great Championship";320x240@60;V
+tangtang;"Tang Tang (ver. 0526, 26/05/2000)";320x240@60;H
+tankfrce;"Tank Force (US, 2 Players)";288x224@60;H
+tankfrce4;"Tank Force (US, 4 Players)";288x224@60;H
+tankfrcej;"Tank Force (Japan)";288x224@60;H
+taotaido;"Tao Taido (set 1)";320x224@60;H
+taotaidoa;"Tao Taido (set 2)";320x224@60;H
+tazmani2;"Tazz-Mania (set 2)";256x224@60;V
+tazmania;"Taz-Mania (Euro, Bra) - Taz-Mania (World) - Taz-Mania - The Search for the Lost Seabirds (Euro, US - Tazz-Mania (set 1)";256x224@60;V
+tazzmang;"Tazz-Mania (bootleg on Galaxian hardware)";256x224@60;V
+tazzmang2;"Tazz-Mania (bootleg on Galaxian hardware with Starfiel";256x224@60;V
+tbowl;"Tecmo Bowl (World?)";224x512@60;V
+tbowlj;"Tecmo Bowl (Japan)";224x512@60;V
+tcobra2;"Twin Cobra II (Ver 2.1O 1995/11/30)";320x232@60;V
+tcobra2u;"Twin Cobra II (Ver 2.1A 1995/11/30)";320x232@60;V
+tdpgal;"Triple Draw Poker";256x224@60;V
+tdragon;"Saint Dragon (set 1) - Thunder Dragon (9th Jan. 1992)";256x224@56;V
+tdragon1;"Thunder Dragon (4th Jun. 1991)";256x224@56;V
+tdragon2;"Thunder Dragon 2 (9th Nov. 1993)";384x224@56;V
+tdragon2a;"Thunder Dragon 2 (1st Oct. 1993)";384x224@56;V
+tdragonb;"Saint Dragon (bootleg) - Thunder Dragon (bootleg)";256x224@56;V
+teddybb;"TeddyBoy Blues (315-5115, New Ver.)";256x224@60;H
+teddybbo;"TeddyBoy Blues (315-5115, Old Ver.)";256x224@60;H
+teddybbobl;"TeddyBoy Blues (bootleg)";256x224@60;H
+tekipaki;"Teki Paki";320x240@60;H
+teljan;"Tel Jan";320x240@60;H
+tengai;"Tengai (world)";320x224@59;H
+tengaij;"Tengai0Sengoku Blade - sengoku ace episode II";320x224@59;H
+terracre;"Terra Cresta (YM3526 set 1)";256x224@60;V
+terracrea;"Terra Cresta (YM3526 set 3)";256x224@60;V
+terracren;"Terra Cresta (YM2203)";256x224@60;V
+terracreo;"Terra Cresta (YM3526 set 2)";256x224@60;V
+terraf;"Terra Force";320x240@57;H
+terrafb;"Terra Force (Japan, bootleg set 2)";320x240@60;H
+terrafj;"Terra Force (Japan)";320x240@57;H
+terrafjb;"Terra Force (Japan, bootleg with additional Z80)";320x240@60;H
+terrafu;"Terra Force (US)";320x240@57;H
+tetrbx;"Tetris / Bloxeed (Korean System 16 bootleg) (ISG Selec";320x224@60;H
+tetris;"FA Tetris (Kor) - FA Tetris (Kor) - Super Tetris (Kor, SMS Mode?) - Tetris (Jpn) - Tetris (Kor) - Tetris (set 1) - Tetris (set 4, Japan, System 16A, FD1094 317-0093)";320x224@60;H
+tetris1;"Tetris (Pirate?) - Tetris (set 1, Japan, System 16B, FD1094 317-0091)";320x224@60;H
+tetris1d;"Tetris (set 1, Japan, System 16B, FD1094 317-0091 decr";320x224@60;H
+tetris2;"Tetris (set 2, Japan, System 16B, FD1094 317-0092) - Tetris II (Kor)";320x224@60;H
+tetris2d;"Tetris (set 2, Japan, System 16B, FD1094 317-0092 decr";320x224@60;H
+tetris3;"Tetris (set 3, Japan, System 16A, FD1094 317-0093a)";320x224@60;H
+tetris3d;"Tetris (set 3, Japan, System 16A, FD1094 317-0093a dec";320x224@60;H
+tetrisbl;"Tetris (bootleg)";320x224@60;H
+tetrisd;"Tetris (set 4, Japan, System 16A, FD1094 317-0093 decr";320x224@60;H
+tetrisp2;"Tetris Plus 2 (World)";320x224@60;H
+tetrisp2j;"Tetris Plus 2 (Japan, V2.2)";320x224@60;H
+tetrisp2ja;"Tetris Plus 2 (Japan, V2.1)";320x224@60;H
+tetrisse;"Tetris (Japan, System E)";256x192@60;H
+tetrist;"Tetris (Japan, B-System, YM2610)";320x224@60;H
+tetrista;"Tetris (Japan, B-System, YM2203)";320x224@60;H
+tetristh;"Tetris (Japan, Taito H-System)";320x224@60;H
+tetrsark;"Tetris (D.R. Korea)";256x224@60;H
+tgm2;"Tetris the Absolute The Grand Master 2";320x240@60;H
+tgm2p;"Tetris the Absolute The Grand Master 2 Plus";320x240@60;H
+tharrier;"Task Force Harrier";256x224@56;V
+tharrieru;"Task Force Harrier (US?)";256x224@56;V
+thedeep;"The Deep (Japan)";256x248@60;V
+theend;"The End";256x224@60;V
+theends;"The End (Stern)";256x224@60;V
+theglad;"The Gladiator - Road Of The Sword / Shen Jian (V101)";448x224@60;H
+theglad100;"The Gladiator - Road Of The Sword / Shen Jian (V100, T";448x224@60;H
+theglad101;"The Gladiator - Road Of The Sword / Shen Jian (V100)";448x224@60;H
+thegladpcb;"The Gladiator - Road Of The Sword / Shen Jian (V100, J";448x224@60;H
+theglob;"The Glob";272x236@60;V
+theglob2;"The Glob (earlier)";272x236@60;V
+theglob3;"The Glob (set 3)";272x236@60;V
+theglobp;"The Glob (Pac-Man hardware)";288x224@60;V
+thehustl;"The Hustler (Japan, program code M)";256x224@60;V
+thehustlj;"The Hustler (Japan, program code J)";256x224@60;V
+thepitm;"The Pit (bootleg on Moon Quasar hardware)";256x224@60;V
+theroes;"Thunder Heroes";320x224@58;H
+thetogyu;"The Togyu (315-5065, Japan)";256x224@60;H
+thndblst;"Thunder Blaster (Japan)";320x240@60;V
+thndrbld;"Thunder Blade (upright, FD1094 317-0056)";320x224@60;H
+thndrbld1;"Thunder Blade (deluxe/standing, unprotected)";320x224@60;H
+thndrbldd;"Thunder Blade (upright, FD1094 317-0056 decrypted)";320x224@60;H
+thndrx2;"Thunder Cross II (World)";288x224@60;H
+thndrx2a;"Thunder Cross II (Asia)";288x224@60;H
+thndrx2j;"Thunder Cross II (Japan)";288x224@60;H
+thndzone;"Thunder Zone (World, Rev 1)";320x240@60;H
+thndzone4;"Thunder Zone (World 4 Players)";320x240@60;H
+thndzonea;"Thunder Zone (World)";320x240@60;H
+thndzonej;"Thunder Zone (Japan)";320x240@60;H
+thoop;"Thunder Hoop (Ver. 1)";320x240@60;H
+thunderl;"Thunder & Lightning";384x240@60;V
+thunderx;"Thunder Cross (set 1)";288x224@60;H
+thunderxa;"Thunder Cross (set 2)";288x224@60;H
+thunderxb;"Thunder Cross (set 3)";288x224@60;H
+thunderxj;"Thunder Cross (Japan)";288x224@60;H
+thundfox;"Thunder Fox (World)";320x224@60;H
+thundfoxj;"Thunder Fox (Japan)";320x224@60;H
+thundfoxu;"Thunder Fox (US)";320x224@60;H
+tigerh;"Tiger Heli (US)";280x240@60;V
+tigerhb1;"Tiger Heli (bootleg, set 1)";280x240@60;V
+tigerhb2;"Tiger Heli (bootleg, set 2)";280x240@60;V
+tigerhb3;"Tiger Heli (bootleg, set 3)";280x240@60;V
+tigerhj;"Tiger Heli (Japan)";280x240@60;V
+tigeroad;"Tiger Road (US)";256x224@60;H
+tigeroadb;"Tiger Road (US bootleg, set 1)";256x224@60;H
+tigeroadb2;"Tiger Road (US bootleg, set 2)";256x224@60;H
+tigeroadu;"Tiger Road (US, Romstar license)";256x224@60;H
+timefgtr;"Time Fighter (Time Pilot conversion on Galaxian hardwa";256x224@60;V
+timelimt;"Time Limit";256x224@60;V
+timeplt;"Time Pilot - Time Pilot - Time Pilot (Jpn)";256x224@60;V
+timeplta;"Time Pilot (Atari) - Time Pilot (Jpn, Alt)";256x224@60;V
+timepltc;"Time Pilot (Centuri)";256x224@60;V
+timescan;"Time Scanner (set 2, System 16B)";320x224@60;V
+timescan1;"Time Scanner (set 1, System 16A, FD1089B 317-0024)";320x224@60;V
+timesold;"Time Soldiers (Euro, USA, Bra) - Time Soldiers (US Rev 3)";256x224@60;V
+timesold1;"Time Soldiers (US Rev 1)";256x224@60;V
+timesupd;"Time's Up Demo";304x224@59;H
+tiptop;"Tip Top";256x224@60;V
+tkdensho;"Toukidenshou - Angel Eyes (VER. 960614)";320x240@57;H
+tkdenshoa;"Toukidenshou - Angel Eyes (VER. 960427)";320x240@57;H
+tknight;"Tecmo Knight";256x224@60;H
+tmht;"Teenage Mutant Hero Turtles (UK 4 Players, version F)";304x224@60;H
+tmht22pe;"Teenage Mutant Hero Turtles - Turtles in Time (2 Playe";288x224@60;H
+tmht24pe;"Teenage Mutant Hero Turtles - Turtles in Time (4 Playe";288x224@60;H
+tmht2p;"Teenage Mutant Hero Turtles (UK 2 Players, version U)";304x224@60;H
+tmht2pa;"Teenage Mutant Hero Turtles (UK 2 Players, version ?)";304x224@60;H
+tmhta;"Teenage Mutant Hero Turtles (UK 4 Players, version S)";304x224@60;H
+tmhtb;"Teenage Mutant Hero Turtles (UK 4 Players, version ?)";304x224@60;H
+tmnt;"Streets of Rage 2 - Teenage Mutant Ninja Turtles (Hack - Teenage Mutant Ninja Turtles (World 4 Players, version";304x224@60;H
+tmnt2;"Teenage Mutant Ninja Turtles - Turtles in Time (4 Play";288x224@60;H
+tmnt22pu;"Teenage Mutant Ninja Turtles - Turtles in Time (2 Play";288x224@60;H
+tmnt2a;"Teenage Mutant Ninja Turtles - Turtles in Time (4 Play";288x224@60;H
+tmnt2pj;"Teenage Mutant Ninja Turtles (Japan 2 Players, version";304x224@60;H
+tmnt2po;"Teenage Mutant Ninja Turtles (Oceania 2 Players, versi";304x224@60;H
+tmnta;"Teenage Mutant Ninja Turtles (Asia 4 Players, version";304x224@60;H
+tmnti;"Teenage Mutant Ninja Turtles (Intro demo)";304x224@59;H
+tmntia;"Teenage Mutant Ninja Turtles (Intro demo, alt)";304x224@59;H
+tmntj;"Teenage Mutant Ninja Turtles (Japan 4 Players, version";304x224@60;H
+tmntu;"Teenage Mutant Ninja Turtles (US 4 Players, version R)";304x224@60;H
+tmntua;"Teenage Mutant Ninja Turtles (US 4 Players, version J)";304x224@60;H
+tmntub;"Teenage Mutant Ninja Turtles (US 4 Players, version H)";304x224@60;H
+tndrcade;"Thundercade / Twin Formation";384x224@60;V
+tndrcadej;"Tokusyu Butai U.A.G. (Japan)";384x224@60;V
+tnextspc;"The Next Space (set 1)";256x224@60;V
+tnextspc2;"The Next Space (set 2)";256x224@60;V
+tnextspcj;"The Next Space (Japan)";256x224@60;V
+tnk3;"T.N.K III (US)";288x224@60;V
+tnk3j;"T.A.N.K (Japan)";288x224@60;V
+tnzs;"The New Zealand Story - The New Zealand Story (Euro) - The New Zealand Story (Jpn) - The NewZealand Story (World, newer)";256x224@60;H
+tnzsj;"The NewZealand Story (Japan, new version, newer PCB)";256x224@60;H
+tnzsjo;"The NewZealand Story (Japan, old version) (older PCB)";256x224@60;H
+tnzso;"The NewZealand Story (World, old version) (older PCB)";256x224@60;H
+tnzsoa;"The NewZealand Story (World, unknown version) (older P";256x224@60;H
+tnzsop;"The NewZealand Story (World, prototype) (older PCB)";256x224@60;H
+tnzsuo;"The NewZealand Story (US, old version) (older PCB)";256x224@60;H
+todruaga;"The Tower of Druaga (New Ver.)";288x224@60;V
+todruagao;"The Tower of Druaga (Old Ver.)";288x224@60;V
+todruagas;"The Tower of Druaga (Sidam)";288x224@60;V
+toki;"Toki (World, set 1) - Toki - Going Ape Spit ~ JuJu Densetsu (World, Rev. A)";256x224@60;H
+tokia;"Toki (World, set 2)";256x224@60;H
+tokib;"Toki (bootleg)";256x224@60;H
+tokiob;"Tokio / Scramble Formation (bootleg)";256x224@60;V
+tokip;"Toki (US, prototype?)";256x224@60;H
+tokisens;"Toki no Senshi - Chrono Soldier";256x224@60;V
+tokiu;"Toki (US, set 1)";256x224@60;H
+tokiua;"Toki (US, set 2)";256x224@60;H
+toobin;"Toobin' (Atari 68k based)";512x384@60;V
+topgunbl;"Top Gunner (bootleg, Rotary Joystick)";240x224@60;V
+topgunr;"Top Gunner (US, 8-way Joystick)";240x224@60;V
+tophuntr;"Top Hunter - Roddy & Cathy (NGM-046)";320x224@59;H
+tophuntrh;"Top Hunter - Roddy & Cathy (NGH-046)";320x224@59;H
+toppyrap;"Toppy & Rappy";256x224@58;H
+topsecrt;"Top Secret (Japan)";256x224@60;H
+topspeed;"Top Speed (World)";320x240@60;H
+topspeedu;"Top Speed (US)";320x240@60;H
+toramich;"Tora e no Michi - Tora e no Michi (Japan)";256x224@60;H
+toride2g;"Toride II Adauchi Gaiden";320x224@60;H
+toride2gg;"Toride II Adauchi Gaiden (German)";320x224@60;H
+toride2gk;"Toride II Bok Su Oi Jeon Adauchi Gaiden (Korea)";320x224@60;H
+toride2j;"Toride II (Japan)";320x224@60;H
+toryumon;"Toryumon";320x224@60;H
+totc;"Treasure of the Caribbean";304x224@59;H
+toto;"Come Back Toto";256x224@58;H
+touchgok;"Touch & Go (Korea, unprotected)";480x240@60;H
+toutrun;"Turbo Out Run (Out Run upgrade, FD1094 317-0118) - Turbo OutRun (Euro, Jpn)";320x224@60;H
+toutrun1;"Turbo Out Run (deluxe cockpit, FD1094 317-0109)";320x224@60;H
+toutrun3;"Turbo Out Run (cockpit, FD1094 317-0107)";320x224@60;H
+toutrun3d;"Turbo Out Run (cockpit, FD1094 317-0107 decrypted)";320x224@60;H
+toutrund;"Turbo Out Run (Out Run upgrade, FD1094 317-0118 decryp";320x224@60;H
+toutrunj;"Turbo Out Run (Japan, Out Run upgrade, FD1094 317-0117";320x224@60;H
+toutrunj1;"Turbo Out Run (Japan, deluxe cockpit, FD1094 317-0101)";320x224@60;H
+toutrunj1d;"Turbo Out Run (Japan, deluxe cockpit, FD1094 317-0101";320x224@60;H
+toutrunjd;"Turbo Out Run (Japan, Out Run upgrade, FD1094 317-0117";320x224@60;H
+toypop;"Toypop";288x224@60;H
+tp84;"Time Pilot '84 (set 1)";256x224@60;V
+tp84a;"Time Pilot '84 (set 2)";256x224@60;V
+tp84b;"Time Pilot '84 (set 3)";256x224@60;V
+tpgolf;"Top Player's Golf (NGM-003)(NGH-003)";304x224@59;H
+trackfld;"Track & Field - Track & Field 1 (Euro)";256x224@60;H
+trackfldc;"Track & Field (Centuri)";256x224@60;H
+trackfldnz;"Track & Field (NZ bootleg?)";256x224@60;H
+trally;"Thrash Rally (ALM-003)(ALH-003)";320x224@59;H
+transfrm;"Transformer";256x192@60;H
+travrusa;"Traverse USA / Zippy Race";240x256@60;V
+travrusab;"Traverse USA (bootleg)";240x256@60;V
+trckydoc;"Tricky Doc (set 1)";240x224@60;H
+trckydoca;"Tricky Doc (set 2)";240x224@60;H
+treahunt;"Treasure Hunt (bootleg?)";256x224@60;V
+tricktrp;"Trick Trap (World?)";280x224@60;V
+trigon;"Trigon (Japan)";288x224@60;V
+trikitri;"Triki Triki (Lover Boy bootleg)";240x224@60;V
+triothep;"Trio The Punch - Never Forget Me... (World)";256x240@60;H
+triothepj;"Trio The Punch - Never Forget Me... (Japan)";256x240@60;H
+triplep;"Triple Punch (set 1)";256x224@60;V
+triplepa;"Triple Punch (set 2)";256x224@60;V
+triplfun;"Triple Fun";320x224@60;H
+tripool;"Tri-Pool (Casino Tech)";256x224@60;V
+tripoola;"Tri-Pool (Costal Games)";256x224@60;V
+trojan;"Trojan (US set 1)";256x240@60;H
+trojana;"Trojan (US set 2)";256x240@60;H
+trojanb;"Trojan (bootleg)";256x240@60;H
+trojanj;"Tatakai no Banka (Japan)";256x240@60;H
+trojanr;"Trojan (Romstar)";256x240@60;H
+trophyh;"Trophy Hunting - Bear & Moose V1.0";320x240@60;H
+trstar;"Top Ranking Stars (Ver 2.1O 1993/05/21) (New Version)";320x232@60;H
+trstarj;"Top Ranking Stars (Ver 2.1J 1993/05/21) (New Version)";320x232@60;H
+trstaro;"Top Ranking Stars (Ver 2.1O 1993/05/21) (Old Version)";320x232@60;H
+trstaroj;"Top Ranking Stars (Ver 2.1J 1993/05/21) (Old Version)";320x232@60;H
+truxton;"Truxton (Euro, USA) ~ Tatsujin (Jpn) - Truxton0Tatsujin";320x240@57.6;V
+truxton2;"Truxton II0Tatsujin Oh";320x240@60;V
+trvgns;"Trivia Genius";288x224@60;V
+trvmstr;"Trivia Master (set 1)";288x224@60;V
+trvmstra;"Trivia Master (set 2)";288x224@60;V
+trvmstrb;"Trivia Master (set 3)";288x224@60;V
+trvmstrc;"Trivia Master (set 4)";288x224@60;V
+tsamurai;"Samurai Nihon-Ichi (set 1)";256x224@60;V
+tsamurai2;"Samurai Nihon-Ichi (set 2)";256x224@60;V
+tsamuraih;"Samurai Nihon-Ichi (bootleg, harder)";256x224@60;V
+tshingen;"Shingen Samurai-Fighter (Japan, English)";256x224@60;H
+tshingena;"Takeda Shingen (Japan, Japanese)";256x224@60;H
+tst_galx;"Galaxian Test ROM";256x224@60;V
+ttmahjng;"T.T Mahjong";256x256@60;H
+tturf;"Tough Turf (set 2, Japan, 8751 317-0104)";320x224@60;H
+tturfu;"Tough Turf (set 1, US, 8751 317-0099)";320x224@60;H
+tubeit;"Tube-It";320x224@60;H
+tumbleb;"Tumble Pop (bootleg set 1)";320x240@58;H
+tumbleb2;"Tumble Pop (bootleg set 2)";320x240@58;H
+tumblep;"Tumble Pop (World)";320x240@58;H
+tumblepj;"Tumble Pop (Japan)";320x240@58;H
+turbofrc;"Turbo Force (World)";352x240@60;V
+turbofrcu;"Turbo Force (US)";352x240@60;V
+turfmast;"Neo Turf Masters / Big Tournament Golf";304x224@59;H
+turkhunt;"Turkey Hunting USA V1.0";320x240@60;H
+turpin;"Turpin";256x224@60;V
+turpins;"Turpin (bootleg on Scramble hardware)";256x224@60;V
+turtles;"Turtles";256x224@60;V
+turtship;"Turtle Ship (North America)";384x224@60;H
+turtshipj;"Turtle Ship (Japan)";384x224@60;H
+turtshipk;"Turtle Ship (Korea)";384x224@60;H
+turtshipkn;"Turtle Ship (Korea, 88/9)";384x224@60;H
+turtshipko;"Turtle Ship (Korea, older)";384x224@60;H
+tutankhm;"Tutankham - Tutankham";256x224@60;V
+tutankhms;"Tutankham (Stern Electronics)";256x224@60;V
+twinactn;"Twin Action";256x224@56;H
+twinadv;"Twin Adventure (World)";256x224@58;H
+twinadvk;"Twin Adventure (Korea)";256x224@58;H
+twinbee;"Detana!! Twinbee - Twin Bee (Jpn) - TwinBee (ROM version)";256x224@60;V
+twinbrat;"Twin Brats (set 1)";334x240@58;H
+twinbrata;"Twin Brats (set 2)";334x240@58;H
+twincobr;"Twin Cobra (USA) - Twin Cobra (World)";320x240@54.9;V
+twincobru;"Twin Cobra (US)";320x240@54.9;V
+twineag2;"Twin Eagle II - The Rescue Mission";336x240@60.2;V
+twineagl;"Twin Eagle - Revenge Joe's Brother";384x224@60;V
+twinfalc;"Twin Falcons";384x224@60;H
+twinhawk;"Twin Hawk (Euro) ~ Daisenpuu (Jpn) - Twin Hawk (World)";384x224@60;V
+twinhawku;"Twin Hawk (US)";384x224@60;V
+twinkle;"Twinkle";256x224@58;H
+twinqix;"Twin Qix (Ver 1.0A 1995/01/17) (Prototype)";320x224@60;H
+twinspri;"Twinkle Star Sprites";304x224@59;H
+twocrude;"Two Crude (US FT revision 1) - Two Crude Dudes (Euro)";256x240@58;H
+twocrudea;"Two Crude (US FT version)";256x240@58;H
+tws96;"Tecmo World Soccer '96";304x224@59;H
+typhoon;"Typhoon";304x224@60;V
+uballoon;"Ultra Balloon";256x224@60;H
+uccops;"Undercover Cops (World)";320x240@60;H
+uccopsar;"Undercover Cops (Alpha Renewal Version)";320x240@60;H
+uccopsj;"Undercover Cops (Japan)";320x240@60;H
+uccopsu;"Undercover Cops (US)";320x240@60;H
+uecology;"Ultimate Ecology (931203 Japan)";384x224@60;H
+ufosensi;"Ufo Senshi Yohko Chan (MC-8123, 317-0064)";256x224@60;H
+ultraman;"Ultraman (Japan) - Ultraman (Jpn) - Ultraman (Jpn)";288x224@60;H
+ultrax;"Ultra X Weapons / Ultra Keibitai";336x240@60;V
+ultraxg;"Ultra X Weapons / Ultra Keibitai (GAMEST review build)";336x240@60;V
+umanclub;"Ultraman Club - Tatakae! Ultraman Kyoudai!!";384x240@60;H
+unclepoo;"Uncle Poo";256x224@60;V
+uniwars;"UniWar S";256x224@60;V
+uniwarsa;"UniWar S (bootleg)";256x224@60;V
+unkpacg;"unknown Pac-Man gambling game";256x224@60;H
+unsquad;"U.N. Squadron (US)";384x224@60;H
+uopoko;"Puzzle Uo Poko (International, ver. 98/02/06)";320x240@58;H
+uopokoj;"Puzzle Uo Poko (Japan, ver. 98/02/06)";320x240@58;H
+upndown;"Up'n Down - Up'n Down (315-5030)";256x224@60;V
+upndownu;"Up'n Down (not encrypted)";256x224@60;V
+usclssic;"U.S. Classic";384x240@60;V
+usg182;"Games V18.2";400x256@60;H
+usg185;"Games V18.5";400x256@60;H
+usg187c;"Games V18.7C";400x256@60;H
+usg32;"Super Duper Casino (California V3.2)";400x256@60;H
+usg82;"Super Ten V8.2";400x256@60;H
+usg83x;"Super Ten V8.3X";400x256@60;H
+usgames;"Games V25.4X";400x256@60;H
+utoukond;"Ultra Toukon Densetsu (Japan)";384x224@60;H
+valkyrie;"Valkyrie No Densetsu (Japan) - Walkuere no Densetsu";288x224@60;V
+vampj;"Vampire - the night warriors (940705 Japan)";384x224@60;H
+vampja;"Vampire - the night warriors (940705 Japan, alt)";384x224@60;H
+vampjr1;"Vampire - the night warriors (940630 Japan)";384x224@60;H
+vandyke;"Vandyke (Japan)";256x224@56;V
+vandykeb;"Vandyke (bootleg with PIC16c57)";256x224@56;V
+vandykejal;"Vandyke (Jaleco, Set 1)";256x224@56;V
+vandykejal2;"Vandyke (Jaleco, Set 2)";256x224@56;V
+vangrd2;"Vanguard II";288x216@60;V
+vanvan;"Van-Van Car";256x224@60;V
+vanvanb;"Van-Van Car (set 3)";256x224@60;V
+vanvank;"Van-Van Car (Karateco)";256x224@60;V
+vaportra;"Vapor Trail - Hyper Offence Formation (World revision";256x240@58;V
+vaportra3;"Vapor Trail - Hyper Offence Formation (World revision";256x240@58;V
+vaportrau;"Vapor Trail - Hyper Offence Formation (US)";256x240@58;V
+varth;"Varth - operation thunderstorm (920714 etc)";384x224@60;V
+varthb;"Varth - operation thunderstorm (bootleg, 920612 etc)";384x224@60;V
+varthj;"Varth - operation thunderstorm (920714 Japan)";384x224@60;V
+varthjr;"Varth - operation thunderstorm (920714 Japan Resale Ve";384x224@60;V
+varthr1;"Varth - operation thunderstorm (920612 etc)";384x224@60;V
+varthu;"Varth - operation thunderstorm (920612 USA)";384x224@60;V
+vasara;"Vasara";336x240@60;V
+vasara2;"Vasara 2 (set 1)";336x240@60;V
+vasara2a;"Vasara 2 (set 2)";336x240@60;V
+vastar;"Vastar (set 1)";256x224@60;V
+vastar2;"Vastar (set 2)";256x224@60;V
+vastar3;"Vastar (set 3)";256x224@60;V
+vastar4;"Vastar (set 4)";256x224@60;V
+vautour;"Vautour (bootleg of Phoenix) (8085A CPU)";256x208@60;V
+vautourz;"Vautour (bootleg of Phoenix) (Z80 CPU)";256x208@60;V
+vautourza;"Vautour (bootleg of Phoenix) (Z80 CPU, single PROM)";256x208@60;V
+vblokbrk;"VS Block Breaker (Europe)";320x240@60;H
+vblokbrka;"VS Block Breaker (Asia)";320x240@60;H
+vendetta;"Vendetta (World, 4 Players ver. T)";304x224@60;H
+vendetta2p;"Vendetta (World, 2 Players ver. W)";304x224@60;H
+vendetta2pd;"Vendetta (Asia, 2 Players ver. D)";304x224@60;H
+vendetta2peba;"Vendetta (World, 2 Players ver. EB-A?)";304x224@60;H
+vendetta2pu;"Vendetta (Asia, 2 Players ver. U)";304x224@60;H
+vendetta2pun;"Vendetta (World, 2 Players ver. ?)";304x224@60;H
+vendettaj;"Crime Fighters 2 (Japan, 2 Players ver. P)";304x224@60;H
+vendettar;"Vendetta (US, 4 Players ver. R)";304x224@60;H
+vendettaz;"Vendetta (Asia, 4 Players ver. Z)";304x224@60;H
+venus;"Venus";256x224@60;V
+vfive;"V-Five (Japan) - V-Five (Jpn)";320x240@60;V
+vhunt2;"Vampire Hunter 2 - darkstalkers revenge (970929 Japan)";384x224@60;H
+vhunt2d;"Vampire Hunter 2 - darkstalkers revenge (970913 Japan";384x224@60;H
+vhunt2r1;"Vampire Hunter 2 - darkstalkers revenge (970913 Japan)";384x224@60;H
+vhuntj;"Vampire Hunter - darkstalkers' revenge (950316 Japan)";384x224@60;H
+vhuntjr1;"Vampire Hunter - darkstalkers' revenge (950307 Japan)";384x224@60;H
+vhuntjr1s;"Vampire Hunter - darkstalkers' revenge (950307 Japan s";384x224@60;H
+vhuntjr2;"Vampire Hunter - darkstalkers' revenge (950302 Japan)";384x224@60;H
+victroad;"Victory Road";288x216@60;V
+viewpoin;"Viewpoint - Viewpoint (USA)";304x224@59;H
+vigilant;"Vigilante - Vigilante - Vigilante (Euro, USA, Bra) - Vigilante (Kor) - Vigilante (World, Rev E)";256x256@55;H
+vigilanta;"Vigilante (World, Rev A)";256x256@55;H
+vigilantb;"Vigilante (US, Rev B)";256x256@55;H
+vigilantbl;"Vigilante (bootleg)";256x256@55;H
+vigilantc;"Vigilante (World, Rev C)";256x256@55;H
+vigilantd;"Vigilante (Japan, Rev D)";256x256@55;H
+vigilantg;"Vigilante (US, Rev G)";256x256@55;H
+vigilanto;"Vigilante (US)";256x256@55;H
+vimana;"Vimana (World, set 1)";320x240@58;V
+vimanaj;"Vimana (Japan)";320x240@58;V
+vimanan;"Vimana (World, set 2)";320x240@58;V
+viofight;"Violence Fight (World)";320x224@60;H
+viofightj;"Violence Fight (Japan)";320x224@60;H
+viofightu;"Violence Fight (US)";320x224@60;H
+viostorm;"Violent Storm (ver EAC)";384x224@60;H
+viostorma;"Violent Storm (ver AAC)";384x224@60;H
+viostormab;"Violent Storm (ver AAB)";384x224@60;H
+viostormeb;"Violent Storm (ver EAB)";384x224@60;H
+viostormj;"Violent Storm (ver JAC)";384x224@60;H
+viostormu;"Violent Storm (ver UAC)";384x224@60;H
+viostormub;"Violent Storm (ver UAB)";384x224@60;H
+vliner;"V-Liner (set 1)";304x224@59;H
+vlinero;"V-Liner (set 2)";304x224@59;H
+vmetal;"Varia Metal";320x224@60;V
+vmetaln;"Varia Metal (New Ways Trading Co.)";320x224@60;V
+volfied;"Volfied - Volfied (Jpn) - Volfied (World, revision 1)";320x240@60;V
+volfiedj;"Volfied (Japan, revision 1)";320x240@60;V
+volfiedjo;"Volfied (Japan)";320x240@60;V
+volfiedu;"Volfied (US, revision 1)";320x240@60;V
+vpool;"Video Pool (bootleg on Moon Cresta hardware)";256x224@60;V
+vsav;"Vampire Savior - the lord of vampire (970519 Euro)";384x224@60;H
+vsav2;"Vampire Savior 2 - the lord of vampire (970913 Japan)";384x224@60;H
+vsav2d;"Vampire Savior 2 - the lord of vampire (970913 Japan P";384x224@60;H
+vsava;"Vampire Savior - the lord of vampire (970519 Asia)";384x224@60;H
+vsavd;"Vampire Savior - the lord of vampire (970519 Euro Phoe";384x224@60;H
+vsavh;"Vampire Savior - the lord of vampire (970519 Hispanic)";384x224@60;H
+vsavj;"Vampire Savior - the lord of vampire (970519 Japan)";384x224@60;H
+vsavu;"Vampire Savior - the lord of vampire (970519 USA)";384x224@60;H
+vsgongf;"VS Gong Fight";256x224@60;V
+vulcan;"Vulcan Venture (New)";320x224@60;H
+vulcana;"Vulcan Venture (Old)";320x224@60;H
+vulcanb;"Vulcan Venture (Oldest)";320x224@60;H
+vulgus;"Vulgus (set 1)";256x224@60;V
+vulgusa;"Vulgus (set 2)";256x224@60;V
+vulgusj;"Vulgus (Japan?)";256x224@60;V
+wakuwak7;"Waku Waku 7";304x224@59;H
+wallc;"Wall Crash (set 1)";256x256@60;H
+wallca;"Wall Crash (set 2)";256x256@60;H
+wanted;"Wanted - Wanted (Euro, USA, Bra)";256x224@60;V
+wardner;"Wardner (USA) - Wardner (World)";320x240@60;H
+wardnerj;"Wardner no Mori (Japan) - Wardner no Mori Special (Jpn)";320x240@60;H
+warofbug;"War of the Bugs or Monsterous Manouvers in a Mushroom";256x224@60;V
+warofbugu;"War of the Bugs or Monsterous Manouvers in a Mushroom";256x224@60;V
+warpwarp;"Warp & Warp - Warp & Warp (Jpn)";272x224@60;V
+warpwarpr;"Warp Warp (Rock-Ola set 1)";272x224@60;V
+warpwarpr2;"Warp Warp (Rock-Ola set 2)";272x224@60;V
+warriorb;"Warrior Blade - Rastan Saga Episode III (Japan)";240x640@60;V
+warzard;"War-Zard / Red Earth (Japan 961121)";384x224@60;H
+warzardr1;"War-Zard / Red Earth (Japan 961023)";384x224@60;H
+watrball;"Water Balls";384x240@60;H
+wb3;"Wonder Boy III - Monster Lair (set 6, World, System 16";320x224@60;H
+wb31;"Wonder Boy III - Monster Lair (set 1, Japan, System 16";320x224@60;H
+wb31d;"Wonder Boy III - Monster Lair (set 1, Japan, System 16";320x224@60;H
+wb32;"Wonder Boy III - Monster Lair (set 2, Japan, System 16";320x224@60;H
+wb32d;"Wonder Boy III - Monster Lair (set 2, Japan, System 16";320x224@60;H
+wb33;"Wonder Boy III - Monster Lair (set 3, World, System 16";320x224@60;H
+wb33d;"Wonder Boy III - Monster Lair (set 3, World, System 16";320x224@60;H
+wb34;"Wonder Boy III - Monster Lair (set 4, Japan, System 16";320x224@60;H
+wb34d;"Wonder Boy III - Monster Lair (set 4, Japan, System 16";320x224@60;H
+wb35;"Wonder Boy III - Monster Lair (set 5, Japan, System 16";320x224@60;H
+wb35d;"Wonder Boy III - Monster Lair (set 5, Japan, System 16";320x224@60;H
+wbdeluxe;"Wonder Boy Deluxe";256x224@60;H
+wbml;"Wonder Boy in Monster Land (Japan New Ver., MC-8123, 3";256x224@60;H
+wbmlb;"Wonder Boy in Monster Land (English bootleg set 1)";256x224@60;H
+wbmljb;"Wonder Boy in Monster Land (Japan not encrypted)";256x224@60;H
+wbmljo;"Wonder Boy in Monster Land (Japan Old Ver., MC-8123, 3";256x224@60;H
+wbmlvc;"Wonder Boy in Monster Land (English, Virtual Console)";256x224@60;H
+wboy;"Wonder Boy (Euro) - Wonder Boy (Euro, USA, Bra, v1) - Wonder Boy (Jpn, v1) - Wonder Boy (set 1, 315-5177)";256x224@60;H
+wboy2;"Wonder Boy (set 2, 315-5178)";256x224@60;H
+wboy2u;"Wonder Boy (set 2, not encrypted)";256x224@60;H
+wboy3;"Wonder Boy (set 3, 315-5135) - Wonder Boy III - Monster Lair (Euro) ~ Monster Lair (J - Wonder Boy III - The Dragon's Trap (Euro, USA, Kor)";256x224@60;H
+wboy4;"Wonder Boy (set 4, 315-5162)";256x224@60;H
+wboy5;"Wonder Boy (set 5, bootleg) - Wonder Boy V - Monster World III (Jpn, Kor)";256x224@60;H
+wboyo;"Wonder Boy (set 1, 315-5135)";256x224@60;H
+wboyu;"Wonder Boy (not encrypted)";256x224@60;H
+wc90;"World Cup '90 (World)";256x224@59;H
+wc90a;"World Cup '90 (Euro set 1)";256x224@59;H
+wc90b;"World Cup '90 (Euro set 2)";256x224@59;H
+wc90b1;"Euro League (Italian hack of Tecmo World Cup '90)";256x224@60;H
+wc90b2;"World Cup '90 (bootleg, set 1)";256x224@60;H
+wc90b3;"World Cup '90 (bootleg, set 2)";256x224@60;H
+wc90b4;"World Cup '90 (bootleg, set 3)";256x224@60;H
+wc90ba;"Euro League (Italian hack of Tecmo World Cup '90 - alt";256x224@60;H
+wc90t;"World Cup '90 (trackball)";256x224@59;H
+welltris;"Welltris - Alexey Pajitnov's (World?, 2 players)";352x240@60;H
+welltrisj;"Welltris - Alexey Pajitnov's (Japan, 2 players)";352x240@60;H
+wh1;"World Heroes (ALM-005)";320x224@59;H
+wh1h;"World Heroes (ALH-005)";320x224@59;H
+wh1ha;"World Heroes (set 3)";320x224@59;H
+wh2;"World Heroes 2 (ALM-006)(ALH-006)";304x224@59;H
+wh2j;"World Heroes 2 Jet (ADM-007)(ADH-007)";304x224@59;H
+wh2ja;"World Heroes 2 Jet (ADM-007)";304x224@59;H
+wheelrun;"Wheels Runner";256x224@60;H
+whizz;"Whizz";384x224@60;H
+whoopee;"Pipi & Bibis / Whoopee!! (Teki Paki hardware)";320x240@60;H
+whp;"World Heroes Perfect";320x224@59;H
+wiggie;"Wiggie Waggie";384x240@60;V
+wildfang;"Wild Fang / Tecmo Knight";256x224@60;H
+willow;"Willow (World)";384x224@60;H
+willowj;"Willow (Japan, Japanese)";384x224@60;H
+willowu;"Willow (USA)";384x224@60;H
+willowuo;"Willow (USA Old Ver.)";384x224@60;H
+wilytowr;"Wily Tower";256x224@60;H
+wingforc;"Wing Force (Japan, prototype)";320x224@60;V
+wintbob;"The Winter Bobble (bootleg)";256x224@58;H
+wiping;"Wiping";288x224@60;V
+wits;"Wit's (Japan)";384x240@60;H
+wiz;"Lizard Wizard - Magical Kid Wiz (Jpn) - Magical Kid Wiz (Tw) - Wiz";256x224@60;V
+wizdfire;"Wizard Fire (Over Sea v2.1)";320x240@58;H
+wizdfireu;"Wizard Fire (US v1.1)";320x240@58;H
+wizt;"Wiz (Taito, set 1)";256x224@60;V
+wizta;"Wiz (Taito, set 2)";256x224@60;V
+wjammers;"Windjammers / Flying Power Disc";304x224@59;H
+wldcourt;"World Court (Japan)";288x224@60;H
+wlstar;"Wonder League Star - Sok-Magicball Fighting (Korea)";320x240@60;H
+wmatch;"Water Match (315-5064)";240x224@60;V
+wndrmomo;"Wonder Momo";288x224@60;H
+wndrplnt;"Wonder Planet (Japan)";256x248@60;V
+wof;"Warriors of Fate (921031 etc)";384x224@60;H
+wof3js;"Sangokushi II: San Jian Sheng (Chinese bootleg set 1,";384x224@60;H
+wof3jsa;"Sangokushi II: San Jian Sheng (Chinese bootleg set 2,";384x224@60;H
+wof3sj;"Sangokushi II: San Sheng Jian (Chinese bootleg set 1,";384x224@60;H
+wof3sja;"Sangokushi II: San Sheng Jian (Chinese bootleg set 2,";384x224@60;H
+wofa;"Sangokushi II (921005 Asia)";384x224@60;H
+wofah;"Sangokushi II (hack set 1, 921005 Asia)";384x224@60;H
+wofaha;"Sangokushi II (hack set 2, 921005 Asia)";384x224@60;H
+wofahb;"Sangokushi II (hack set 3, 921005 Asia)";384x224@60;H
+wofb;"Warriors of Fate (bootleg, 921002 etc)";384x224@60;H
+wofch;"Tenchi wo Kurau II - Sekiheki no Tatakai (CPS Changer,";384x224@60;H
+wofchdx;"Sangokushi III Gaiden: Kakou-On's Revenge DX (hack)";384x224@60;H
+wofh;"Sangokushi II: Sanguo Yingxiong Zhuan (Chinese bootleg";384x224@60;H
+wofha;"Sangokushi II: Sanguo Yingxiong Zhuan (Chinese bootleg";384x224@60;H
+wofhfh;"Sangokushi II: Huo Fenghuang (Chinese bootleg, 921005";384x224@60;H
+wofj;"Tenchi wo Kurau II - Sekiheki no Tatakai (921031 Japan";384x224@60;H
+wofjh;"Tenchi wo Kurau II - Sekiheki no Tatakai (hack, 921031";384x224@60;H
+wofr1;"Warriors of Fate (921002 etc)";384x224@60;H
+wofsj;"Sangokushi II: Sheng Jian Sanguo (Chinese bootleg set";384x224@60;H
+wofsja;"Sangokushi II: Sheng Jian Sanguo (Chinese bootleg set";384x224@60;H
+wofsjb;"Sangokushi II: Sheng Jian Sanguo (Chinese bootleg set";384x224@60;H
+wofsjc;"Sangokushi II: Sheng Jian Sanguo (Chinese bootleg set";384x224@60;H
+wofu;"Warriors of Fate (921031 USA)";384x224@60;H
+wolffang;"Wolf Fang -Kuhga 2001- (Japan)";320x240@58;H
+wonder3;"Wonder 3 (910520 Japan)";384x224@60;H
+wondl96;"Wonder League '96 (Korea)";320x240@60;H
+wondstck;"Wonder Stick (set 1)";320x240@60;H
+wondstcka;"Wonder Stick (set 2, censored)";320x240@60;H
+woodpeca;"Woodpecker (set 2)";288x224@60;V
+woodpeck;"Woodpecker (set 1)";288x224@60;V
+worldwar;"World Wars (World?)";400x224@60;V
+wownfant;"WOW New Fantasia";256x224@60;H
+wrally;"World Rally (Version 1.0, Checksum 0E56)";368x232@60;H
+wrallya;"World Rally (Version 1.0, Checksum 3873)";368x232@60;H
+wrallyat;"World Rally (US, 930217)";368x232@60;H
+wrallyb;"World Rally (Version 1.0, Checksum 8AA2)";368x232@60;H
+wrestwar;"Wrestle War (Euro, Jpn) - Wrestle War (set 3, World, 8751 317-0103)";320x224@60;V
+wrestwar1;"Wrestle War (set 1, Japan, FD1094 317-0090)";320x224@60;V
+wrestwar1d;"Wrestle War (set 1, Japan, FD1094 317-0090 decrypted)";320x224@60;V
+wrestwar2;"Wrestle War (set 2, World, FD1094 317-0102)";320x224@60;V
+wrestwar2d;"Wrestle War (set 2, World, FD1094 317-0102 decrypted)";320x224@60;V
+wrofaero;"War of Aero - Project MEIOU";384x240@60;V
+ws;"Jaws (Spa?) - Jimmy White's Whirlwind Snooker (Euro) - News (set 1) - Super World Stadium (Japan) - World Stadium (Japan)";288x224@60;H
+ws89;"World Stadium '89 (Japan)";288x224@60;H
+ws90;"World Stadium '90 (Japan)";288x224@60;H
+wschamp;"Wing Shooting Championship V2.00";320x240@60;H
+wschampa;"Wing Shooting Championship V1.01";320x240@60;H
+wschampb;"Wing Shooting Championship V1.00";320x240@60;H
+wwallyj;"Wally wo Sagase! (rev B, Japan, FD1094 317-0197B)";320x224@60;H
+wwallyja;"Wally wo Sagase! (rev A, Japan, FD1094 317-0197A)";320x224@60;H
+wwallyjad;"Wally wo Sagase! (rev A, Japan, FD1094 317-0197A decry";320x224@60;H
+wwallyjd;"Wally wo Sagase! (rev B, Japan, FD1094 317-0197B decry";320x224@60;H
+wwfsstar;"WWF Superstars (Europe)";256x240@60;H
+wwfsstarb;"WWF Superstars (bootleg)";256x240@60;H
+wwfsstarj;"WWF Superstars (Japan)";256x240@60;H
+wwfsstaru;"WWF Superstars (US, newer)";256x240@60;H
+wwfsstarua;"WWF Superstars (US)";256x240@60;H
+wwfwfest;"WWF WrestleFest (World)";320x240@60;H
+wwfwfestb;"WWF WrestleFest (US bootleg)";320x240@60;H
+wwfwfestj;"WWF WrestleFest (Japan)";320x240@60;H
+wwfwfestk;"WWF WrestleFest (Korea)";320x240@60;H
+wwfwfestu;"WWF WrestleFest (US)";320x240@60;H
+wwjgtin;"Wai Wai Jockey Gate-In!";256x224@60;H
+wyvernf0;"Wyvern F-0";256x224@60;V
+xexex;"Xexex (ver EAA)";384x256@54;H
+xexexa;"Xexex (ver AAA)";384x256@54;H
+xexexj;"Xexex (ver JAA)";384x256@54;H
+xmcota;"X-Men - children of the atom (950331 Euro)";384x224@60;H
+xmcotaa;"X-Men - children of the atom (950105 Asia)";384x224@60;H
+xmcotaar1;"X-Men - children of the atom (941217 Asia)";384x224@60;H
+xmcotah;"X-Men - children of the atom (950331 Hispanic)";384x224@60;H
+xmcotahr1;"X-Men - children of the atom (950105 Hispanic)";384x224@60;H
+xmcotaj;"X-Men - children of the atom (950105 Japan)";384x224@60;H
+xmcotaj1;"X-Men - children of the atom (941222 Japan)";384x224@60;H
+xmcotaj2;"X-Men - children of the atom (941219 Japan)";384x224@60;H
+xmcotaj3;"X-Men - children of the atom (941217 Japan)";384x224@60;H
+xmcotajr;"X-Men - children of the atom (941208 Japan, rent versi";384x224@60;H
+xmcotar1;"X-Men - children of the atom (950105 Euro)";384x224@60;H
+xmcotar1d;"X-Men - children of the atom (950105 Euro Phoenix Edit";384x224@60;H
+xmcotau;"X-Men - children of the atom (950105 USA)";384x224@60;H
+xmen;"Spider-Man and the X-Men in Arcade's Revenge (USA) - Spider-Man and X-Men - Arcade's Revenge (Euro, USA) - X-Men (4 Players ver UBB) - X-Men (Euro) - X-Men (USA)";288x224@60;H
+xmen2pa;"X-Men (2 Players ver AAA)";288x224@60;H
+xmen2pe;"X-Men (2 Players ver EAA)";288x224@60;H
+xmen2pj;"X-Men (2 Players ver JAA)";288x224@60;H
+xmen2pu;"X-Men (2 Players ver UAB)";288x224@60;H
+xmena;"X-Men (4 Players ver AEA)";288x224@60;H
+xmenaa;"X-Men (4 Players ver ADA)";288x224@60;H
+xmene;"X-Men (4 Players ver EBA)";288x224@60;H
+xmenj;"X-Men (4 Players ver JBA)";288x224@60;H
+xmultipl;"X Multiply (World, M81)";384x256@55;H
+xmultiplm72;"X Multiply (Japan, M72)";384x256@55;H
+xmvsf;"X-Men vs Street Fighter (961004 Euro)";384x224@60;H
+xmvsfa;"X-Men vs Street Fighter (961023 Asia)";384x224@60;H
+xmvsfar1;"X-Men vs Street Fighter (961004 Asia)";384x224@60;H
+xmvsfar2;"X-Men vs Street Fighter (960919 Asia)";384x224@60;H
+xmvsfar3;"X-Men vs Street Fighter (960910 Asia)";384x224@60;H
+xmvsfb;"X-Men vs Street Fighter (961023 Brazil)";384x224@60;H
+xmvsfh;"X-Men vs Street Fighter (961004 Hispanic)";384x224@60;H
+xmvsfj;"X-Men vs Street Fighter (961023 Japan)";384x224@60;H
+xmvsfjr1;"X-Men vs Street Fighter (961004 Japan)";384x224@60;H
+xmvsfjr2;"X-Men vs Street Fighter (960910 Japan)";384x224@60;H
+xmvsfjr3;"X-Men vs Street Fighter (960909 Japan)";384x224@60;H
+xmvsfr1;"X-Men vs Street Fighter (960910 Euro)";384x224@60;H
+xmvsfu;"X-Men vs Street Fighter (961023 USA)";384x224@60;H
+xmvsfu1d;"X-Men vs Street Fighter (961004 USA Phoenix Edition)";384x224@60;H
+xmvsfur1;"X-Men vs Street Fighter (961004 USA)";384x224@60;H
+xmvsfur2;"X-Men vs Street Fighter (960910 USA)";384x224@60;H
+xorworld;"Xor World (prototype)";256x224@60;H
+xsleena;"Xain'd Sleena (World)";256x240@60;H
+xsleenaj;"Xain'd Sleena (Japan)";256x240@60;H
+xxmissio;"XX Mission";512x192@60;V
+yamagchi;"Go Go Mr. Yamaguchi / Yuke Yuke Yamaguchi-kun";256x224@60;V
+yamato;"Yamato (Euro, Jpn) - Yamato (US)";256x224@60;V
+yamato2;"Yamato (World?)";256x224@60;V
+yanchamr;"Kaiketsu Yanchamaru (Japan)";384x256@60;H
+yankeedo;"Yankee DO!";240x192@60;V
+yesnoj;"Yes/No Sinri Tokimeki Chart";320x224@60;H
+yiear;"Yie Ar Kung-Fu (Jpn) - Yie Ar Kung-Fu (program code I) - Yie Ar Kung-Fu (Tw)";256x224@60;H
+yiear2;"Yie Ar Kung-Fu (program code G) - Yie Ar Kung-Fu II - The Emperor Yie-Gah (Jpn)";256x224@60;H
+yieartf;"Yie Ar Kung-Fu (GX361 conversion)";256x224@60;H
+youjyudn;"Youjyuden (Japan)";256x256@60;V
+youkaidk1;"Yokai Douchuuki (Japan, old version (YD1))";288x224@60;H
+youkaidk2;"Yokai Douchuuki (Japan, new version (YD2, Rev B))";288x224@60;H
+youma;"Youma Ninpou Chou (Japan)";256x224@60;V
+youma2;"Youma Ninpou Chou (Japan, alt)";256x224@60;V
+yukiwo;"Yukiwo (World, prototype)";320x224@60;V
+yuyugogo;"Yuuyu no Quiz de GO!GO! (Japan)";320x224@60;H
+zaviga;"Zaviga";256x240@60;V
+zavigaj;"Zaviga (Japan)";256x240@60;V
+zaxxon;"Super Zaxxon - Zaxxon - Zaxxon (Jpn) - Zaxxon (Jpn) - Zaxxon (set 1, rev D)";256x224@60;V
+zaxxon2;"Zaxxon (set 2, unknown rev)";256x224@60;V
+zaxxon3;"Zaxxon (set 3, unknown rev)";256x224@60;V
+zaxxonb;"Jackson";256x224@60;V
+zaxxonj;"Zaxxon (Japan)";256x224@60;V
+zedblade;"Zed Blade / Operation Ragnarok";304x224@59;H
+zeropnt;"Zero Point (set 1)";384x224@60;H
+zeropnt2;"Zero Point 2";384x224@60;H
+zeropnta;"Zero Point (set 2)";384x224@60;H
+zeropntj;"Zero Point (Japan)";384x224@60;H
+zeroteam;"New Zero Team (V33 SYSTEM TYPE_B hardware) - Zero Team USA (set 1, US, Fabtek license)";320x256@55;H
+zeroteama;"New Zero Team (V33 SYSTEM TYPE_B hardware, China?) - Zero Team (set 2, Japan? (earlier?))";320x256@55;H
+zeroteamb;"Zero Team (set 3, Japan? (later batteryless))";320x256@55;H
+zeroteamc;"Zero Team (set 4, Taiwan, Liang Hwa license)";320x256@55;H
+zeroteamd;"Zero Team (set 5, Korea, Dream Soft license)";320x256@55;H
+zeroteams;"Zero Team Selection";320x256@55;H
+zeroteamsr;"Zero Team Suicide Revival Kit";320x256@55;H
+zerotime;"Zero Time";256x224@60;V
+zerotimed;"Zero Time (Datamat)";256x224@60;V
+zerotm2k;"Zero Team 2000";320x256@55;H
+zerowing;"Zero Wing (2P set) - Zero Wing (Euro)";320x240@60;H
+zerowing1;"Zero Wing (1P set)";320x240@60;H
+zerowingw;"Zero Wing (2P set, Williams Electronics)";320x240@60;H
+zerozone;"Zero Zone";368x224@60;H
+zigzagb;"Zig Zag (Galaxian hardware, set 1)";256x224@60;V
+zigzagb2;"Zig Zag (Galaxian hardware, set 2)";256x224@60;V
+zin;"Zing Zing Zip";384x240@60;V
+zintrckb;"Zintrick / Oshidashi Zentrix (hack / bootleg)";304x224@59;H
+zintrkcd;"Zintrick / Oshidashi Zentrix (Neo CD conversion)";304x224@59;H
+zipzap;"Zip & Zap";256x224@60;V
+zoar;"Zoar";256x240@60;V
+zodiack;"Zodiack";256x224@60;V
+zombraid;"Zombie Raid (9/28/95, US)";384x240@60;H
+zombraidp;"Zombie Raid (9/28/95, US, prototype PCB)";384x240@60;H
+zombraidpj;"Zombie Raid (9/28/95, Japan, prototype PCB)";384x240@60;H
+zupapa;"Zupapa!";304x224@59;H
+zzyzzyxx;"Zzyzzyxx (set 1)";256x224@60;V
+zzyzzyxx2;"Zzyzzyxx (set 2)";256x224@60;V
diff --git a/.project b/.project
new file mode 100644
index 0000000..2b159f2
--- /dev/null
+++ b/.project
@@ -0,0 +1,11 @@
+
+
+ RetroPieRGB
+
+
+
+
+
+
+
+
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..6dc7da9
--- /dev/null
+++ b/README.md
@@ -0,0 +1,26 @@
+RetroPieRGB
+===========
+
+This project contains scripts for enabling 15Khz RGB for your retro gaming setup with retropie.
+
+It needs the hardware addon pi2scart or pi2jamma to output the proper image on a CRT screen.
+
+Please goto http://www.arcadeforge.de and get this awesome gadget.
+
+
+Installation
+============
+
+Download latest retropie and install it as described on retropie wiki.
+Connect Keyboard.
+Activate wiki.
+In emulationstation press F4 to get cmd shell
+
+Type
+
+git clone https://github.com/arcadeforge/RetroPieRGB
+
+cd RetroPieRGB
+
+sudo ./setup.sh
+
diff --git a/boot/config.txt b/boot/config.txt
new file mode 100755
index 0000000..1860f84
--- /dev/null
+++ b/boot/config.txt
@@ -0,0 +1,73 @@
+# For more options and information see
+# http://rpf.io/configtxt
+# Some settings may impact device functionality. See link above for details
+
+# uncomment if you get no picture on HDMI for a default "safe" mode
+#hdmi_safe=1
+
+# uncomment this if your display has a black border of unused pixels visible
+# and your display can output without overscan
+#disable_overscan=1
+
+# uncomment the following to adjust overscan. Use positive numbers if console
+# goes off screen, and negative if there is too much border
+#overscan_left=16
+#overscan_right=16
+#overscan_top=16
+#overscan_bottom=16
+
+# uncomment to force a console size. By default it will be display's size minus
+# overscan.
+#framebuffer_width=1280
+#framebuffer_height=720
+
+# uncomment if hdmi display is not detected and composite is being output
+#hdmi_force_hotplug=1
+
+# uncomment to force a specific HDMI mode (this will force VGA)
+#hdmi_group=1
+#hdmi_mode=1
+
+# uncomment to force a HDMI mode rather than DVI. This can make audio work in
+# DMT (computer monitor) modes
+#hdmi_drive=2
+
+# uncomment to increase signal to HDMI, if you have interference, blanking, or
+# no display
+#config_hdmi_boost=4
+
+# uncomment for composite PAL
+#sdtv_mode=2
+
+#uncomment to overclock the arm. 700 MHz is the default.
+#arm_freq=800
+
+# Uncomment some or all of these to enable the optional hardware interfaces
+#dtparam=i2c_arm=on
+#dtparam=i2s=on
+#dtparam=spi=on
+
+# Uncomment this to enable the lirc-rpi module
+#dtoverlay=lirc-rpi
+
+disable_splash=1
+disable_audio_dither=1
+
+# Settings for pi2scart and pi2jamma
+
+dtoverlay=vga666
+enable_dpi_lcd=1
+display_default_lcd=1
+dpi_group=2
+dpi_mode=87
+
+hdmi_timings=320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+# Additional overlays and parameters are documented /boot/overlays/README
+
+# Enable audio (loads snd_bcm2835)
+dtparam=audio=on
+gpu_mem_256=128
+gpu_mem_512=256
+gpu_mem_1024=256
+overscan_scale=1
diff --git a/boot/config_highres.txt b/boot/config_highres.txt
new file mode 100644
index 0000000..933ae16
--- /dev/null
+++ b/boot/config_highres.txt
@@ -0,0 +1,103 @@
+# For more options and information see
+# http://rpf.io/configtxtreadme
+# Some settings may impact device functionality. See link above for details
+
+# uncomment if you get no picture on HDMI for a default "safe" mode
+#hdmi_safe=1
+disable_splash=1
+
+# uncomment this if your display has a black border of unused pixels visible
+# and your display can output without overscan
+#disable_overscan=1
+
+# uncomment the following to adjust overscan. Use positive numbers if console
+# goes off screen, and negative if there is too much border
+#overscan_left=16
+#overscan_right=16
+#overscan_top=16
+#overscan_bottom=16
+
+# uncomment to force a console size. By default it will be display's size minus
+# overscan.
+#framebuffer_width=1280
+#framebuffer_height=720
+#resolution for 24inch half size 1920 x 1200
+#framebuffer_width=960
+#framebuffer_height=600
+
+# uncomment if hdmi display is not detected and composite is being output
+#hdmi_force_hotplug=1
+
+# uncomment to force a specific HDMI mode (this will force VGA)
+#hdmi_group=1
+#hdmi_mode=1
+
+# uncomment to force a HDMI mode rather than DVI. This can make audio work in
+# DMT (computer monitor) modes
+#hdmi_drive=2
+
+# uncomment to increase signal to HDMI, if you have interference, blanking, or
+# no display
+#config_hdmi_boost=4
+
+# uncomment for composite PAL
+#sdtv_mode=2
+
+#uncomment to overclock the arm. 700 MHz is the default.
+arm_freq=800
+
+# Uncomment some or all of these to enable the optional hardware interfaces
+#dtparam=i2c_arm=on
+#dtparam=i2s=on
+#dtparam=spi=on
+
+# Uncomment this to enable the lirc-rpi module
+#dtoverlay=lirc-rpi
+
+# Additional overlays and parameters are documented /boot/overlays/README
+
+# Enable audio (loads snd_bcm2835)
+dtparam=audio=on
+#gpu_mem=512
+
+
+disable_audio_dither=1
+#audio_pwm_mode=2
+
+## Aufloesung fest einstellen ##
+################################
+##hdmi auch ohne Monitor im Betrieb
+hdmi_force_hotplug=1
+# DMT Modus aktivieren
+hdmi_group=2
+## Aufloesungen alle 60hz
+# 1024x768
+#hdmi_mode=16
+# 1280x768
+#hdmi_mode=23
+# 1366x768
+#hdmi_mode=81
+# 1920x1080
+#hdmi_mode=82
+# 1280x720p
+#hdmi_mode=85
+# 640x480
+hdmi_mode=4
+# 800x600
+#hdmi_mode=9
+# check with tvservice -s for available resolution of our monitor
+
+# oc settings
+gpu_mem=256
+#gpu_mem_256=128
+#gpu_mem_512=256
+#gpu_mem_1024=256
+#arm_freq=1450
+#gpu_freq=500
+#sdram_freq=550
+#over_voltage=8
+#force_turbo=1
+
+
+
+
diff --git a/boot/config_lowres.txt b/boot/config_lowres.txt
new file mode 100644
index 0000000..c993dcc
--- /dev/null
+++ b/boot/config_lowres.txt
@@ -0,0 +1,47 @@
+# See /boot/overlays/README for all available options
+
+disable_splash=1
+disable_audio_dither=1
+#audio_pwm_mode=2
+dtparam=audio=on
+dtoverlay=vga666
+enable_dpi_lcd=1
+display_default_lcd=1
+dpi_group=2
+dpi_mode=87
+#hdmi_timings=320 1 19 43 36 256 1 2 3 22 0 0 0 60 0 6400000 1 #256p
+
+# to move picture left and right on screen subtract and add values from
+# 3rd and 5th value
+# 16+x and 34-x moves x pixel left or right
+#
+#hdmi_timings=320 1 19 43 36 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+# no overscan but blurry
+#hdmi_timings=320 1 19 43 36 224 1 11 14 15 0 0 0 60 0 6400000 1
+
+hdmi_timings=320 1 19 43 36 240 1 2 6 14 0 0 0 60 0 6400000 1
+
+#hdmi_timings=320 1 19 43 36 240 1 2 10 10 0 0 0 60 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 3 6 17 0 0 0 59 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 5 6 20 0 0 0 58 0 6400000 1
+
+# old hdmi_timings from 2.5.2
+#hdmi_timings=320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+
+
+#framebuffer_width=320
+#framebuffer_height=240
+
+# oc settings
+gpu_mem=256
+#gpu_mem_256=128
+#gpu_mem_512=256
+#gpu_mem_1024=256
+#arm_freq=1450
+#gpu_freq=500
+#sdram_freq=550
+#over_voltage=8
+#force_turbo=1
+
diff --git a/config.txt b/config.txt
new file mode 100755
index 0000000..aedd54a
--- /dev/null
+++ b/config.txt
@@ -0,0 +1,50 @@
+# See /boot/overlays/README for all available options
+
+disable_splash=1
+disable_audio_dither=1
+#audio_pwm_mode=2
+dtparam=audio=on
+dtoverlay=vga666
+enable_dpi_lcd=1
+display_default_lcd=1
+dpi_group=2
+dpi_mode=87
+#hdmi_timings=320 1 19 43 36 256 1 2 3 22 0 0 0 60 0 6400000 1 #256p
+
+# to move picture left and right on screen subtract and add values from
+# 3rd and 5th value
+# 16+x and 34-x moves x pixel left or right
+#
+#hdmi_timings=320 1 19 43 36 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+# no overscan but blurry
+#hdmi_timings=320 1 19 43 36 224 1 11 14 15 0 0 0 60 0 6400000 1
+
+hdmi_timings=320 1 19 43 36 240 1 2 6 14 0 0 0 60 0 6400000 1
+
+#hdmi_timings=320 1 19 43 36 240 1 2 10 10 0 0 0 60 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 3 6 17 0 0 0 59 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 5 6 20 0 0 0 58 0 6400000 1
+
+# old hdmi_timings from 2.5.2
+#hdmi_timings=320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+
+
+#framebuffer_width=320
+#framebuffer_height=240
+
+# oc settings
+gpu_mem=256
+#gpu_mem_256=128
+#gpu_mem_512=256
+#gpu_mem_1024=256
+#arm_freq=1450
+#gpu_freq=500
+#sdram_freq=550
+#over_voltage=8
+#force_turbo=1
+
+es_rotate=1
+pi2jamma=0
+mme4crt_shift=30
diff --git a/etc/emulationstation/themes.sh b/etc/emulationstation/themes.sh
new file mode 100755
index 0000000..ea2d7b6
--- /dev/null
+++ b/etc/emulationstation/themes.sh
@@ -0,0 +1,190 @@
+local themes=(
+ 'arcadeforge push-a'
+ 'arcadeforge push-a-v'
+ 'arcadeforge pixel-heaven'
+ 'arcadeforge pixel-heaven-text'
+ 'arcadeforge 240p_Bubblegum'
+ 'arcadeforge 240p-honey'
+ 'RetroPie carbon'
+ 'RetroPie carbon-centered'
+ 'RetroPie carbon-nometa'
+ 'RetroPie simple'
+ 'RetroPie simple-dark'
+ 'RetroPie clean-look'
+ 'RetroPie color-pi'
+ 'RetroPie nbba'
+ 'RetroPie simplified-static-canela'
+ 'RetroPie turtle-pi'
+ 'RetroPie zoid'
+ 'ehettervik pixel'
+ 'ehettervik pixel-metadata'
+ 'ehettervik pixel-tft'
+ 'ehettervik luminous'
+ 'ehettervik minilumi'
+ 'ehettervik workbench'
+ 'AmadhiX eudora'
+ 'AmadhiX eudora-bigshot'
+ 'AmadhiX eudora-concise'
+ 'InsecureSpike retroplay-clean-canela'
+ 'InsecureSpike retroplay-clean-detail-canela'
+ 'Omnija simpler-turtlepi'
+ 'Omnija simpler-turtlemini'
+ 'Omnija metro'
+ 'lilbud material'
+ 'mattrixk io'
+ 'mattrixk metapixel'
+ 'mattrixk spare'
+ 'robertybob space'
+ 'robertybob simplebigart'
+ 'robertybob tv'
+ 'HerbFargus tronkyfran'
+ 'lilbud flat'
+ 'lilbud flat-dark'
+ 'lilbud minimal'
+ 'lilbud switch'
+ 'lilbud angular'
+ 'FlyingTomahawk futura-V'
+ 'FlyingTomahawk futura-dark-V'
+ 'G-rila fundamental'
+ 'ruckage nes-mini'
+ 'ruckage famicom-mini'
+ 'ruckage snes-mini'
+ 'anthonycaccese crt'
+ 'anthonycaccese crt-centered'
+ 'anthonycaccese art-book'
+ 'anthonycaccese art-book-4-3'
+ 'anthonycaccese art-book-pocket'
+ 'anthonycaccese art-book-micro'
+ 'anthonycaccese tft'
+ 'anthonycaccese picade'
+ 'TMNTturtleguy ComicBook'
+ 'TMNTturtleguy ComicBook_4-3'
+ 'TMNTturtleguy ComicBook_SE-Wheelart'
+ 'TMNTturtleguy ComicBook_4-3_SE-Wheelart'
+ 'ChoccyHobNob cygnus'
+ 'dmmarti steampunk'
+ 'dmmarti hurstyblue'
+ 'dmmarti maximuspie'
+ 'dmmarti showcase'
+ 'dmmarti kidz'
+ 'dmmarti unified'
+ 'dmmarti gamehat'
+ 'rxbrad freeplay'
+ 'rxbrad gbz35'
+ 'rxbrad gbz35-dark'
+ 'garaine marioblue'
+ 'garaine bigwood'
+ 'MrTomixf Royal_Primicia'
+ 'lostless playstation'
+ 'mrharias superdisplay'
+ 'coinjunkie synthwave'
+ 'nickearl retrowave'
+ 'nickearl retrowave_4_3'
+ 'pacdude minijawn'
+ 'RetroHursty69 magazinemadness'
+ 'RetroHursty69 stirling'
+ 'RetroHursty69 boxalloyred'
+ 'RetroHursty69 boxalloyblue'
+ 'RetroHursty69 greenilicious'
+ 'RetroHursty69 retroroid'
+ 'RetroHursty69 merryxmas'
+ 'RetroHursty69 cardcrazy'
+ 'RetroHursty69 license2game'
+ 'RetroHursty69 comiccrazy'
+ 'RetroHursty69 snazzy'
+ 'RetroHursty69 tributeGoT'
+ 'RetroHursty69 tributeSTrek'
+ 'RetroHursty69 tributeSWars'
+ 'RetroHursty69 crisp'
+ 'RetroHursty69 crisp_light'
+ 'RetroHursty69 primo'
+ 'RetroHursty69 primo_light'
+ 'RetroHursty69 back2basics'
+ 'RetroHursty69 retrogamenews'
+ 'RetroHursty69 bluray'
+ 'RetroHursty69 soda'
+ 'RetroHursty69 lightswitch'
+ 'RetroHursty69 darkswitch'
+ 'RetroHursty69 whiteslide'
+ 'RetroHursty69 graffiti'
+ 'RetroHursty69 whitewood'
+ 'RetroHursty69 sublime'
+ 'RetroHursty69 infinity'
+ 'RetroHursty69 neogeo_only'
+ 'RetroHursty69 boxcity'
+ 'RetroHursty69 vertical_arcade'
+ 'RetroHursty69 cabsnazzy'
+ 'RetroHursty69 garfieldism'
+ 'RetroHursty69 halloweenspecial'
+ 'RetroHursty69 heychromey'
+ 'RetroHursty69 homerism'
+ 'RetroHursty69 spaceinvaders'
+ 'RetroHursty69 disenchantment'
+ 'RetroHursty69 minions'
+ 'RetroHursty69 tmnt'
+ 'RetroHursty69 pacman'
+ 'RetroHursty69 dragonballz'
+ 'RetroHursty69 minecraft'
+ 'RetroHursty69 incredibles'
+ 'RetroHursty69 mario_melee'
+ 'RetroHursty69 evilresident'
+ 'RetroHursty69 hurstyspin'
+ 'RetroHursty69 cyber'
+ 'RetroHursty69 supersweet'
+ 'RetroHursty69 donkeykonkey'
+ 'RetroHursty69 snapback'
+ 'RetroHursty69 heman'
+ 'RetroHursty69 pitube'
+ 'RetroHursty69 batmanburton'
+ 'RetroHursty69 NegativeColor'
+ 'RetroHursty69 NegativeSepia'
+ 'RetroHursty69 corg'
+ 'RetroHursty69 mysticorb'
+ 'RetroHursty69 joysticks'
+ 'RetroHursty69 orbpilot'
+ 'RetroHursty69 bitfit'
+ 'RetroHursty69 circuit'
+ 'RetroHursty69 retroboy'
+ 'RetroHursty69 retroboy2'
+ 'RetroHursty69 hurstybluetake2'
+ 'RetroHursty69 fabuloso'
+ 'RetroHursty69 arcade1up_aspectratio54'
+ 'RetroHursty69 supersweet_aspectratio54'
+ 'RetroHursty69 heychromey_aspectratio54'
+ 'RetroHursty69 mariobrosiii'
+ 'RetroHursty69 vertical_limit_verticaltheme'
+ 'RetroHursty69 CapcomColorHorizontal'
+ 'RetroHursty69 CapcomColorSpin'
+ 'RetroHursty69 CapcomColorVertical'
+ 'RetroHursty69 bluesteel'
+ 'RetroHursty69 blueprism'
+ 'RetroHursty69 bluesmooth'
+ 'RetroHursty69 floyd'
+ 'RetroHursty69 floyd_arcade'
+ 'RetroHursty69 floyd_room'
+ 'RetroHursty69 Slick_Bluey'
+ 'RetroHursty69 Slick_Red'
+ 'RetroHursty69 ghostbusters'
+ 'RetroHursty69 realghostbusters'
+ 'RetroHursty69 stirlingness'
+ 'RetroHursty69 marco'
+ 'RetroHursty69 swatch'
+ 'RetroHursty69 meshy'
+ 'RetroHursty69 magazinemadness2'
+ 'RetroHursty69 CosmicRise'
+ 'RetroHursty69 uniflyered'
+ 'Saracade scv720'
+ 'chicueloarcade Chicuelo'
+ 'SuperMagicom nostalgic'
+ 'lipebello retrorama'
+ 'lipebello strangerstuff'
+ 'lipebello spaceoddity'
+ 'lipebello swineapple'
+ 'waweedman pii-wii'
+ 'waweedman Blade-360'
+ 'waweedman Venom'
+ 'waweedman Spider-Man'
+ 'blowfinger77 locomotion'
+ 'justincaseurskynet Arcade1up-5x4-Horizontal'
+ 'KALEL1981 Super-Retroboy'
+ )
diff --git a/etc/pikeyd165.conf b/etc/pikeyd165.conf
new file mode 100644
index 0000000..66d4c6f
--- /dev/null
+++ b/etc/pikeyd165.conf
@@ -0,0 +1,93 @@
+#pikeyd165.conf
+
+#format:
+# {keycode from /usr/include/linux/input.h} {GPIO pin no}
+# Not limited to a single key. A GPIO press will emit all defined keys in order.
+#P = Player; B = Button
+
+# P1B3 L
+KEY_SPACE 0
+# P1B4 B
+KEY_LEFTSHIFT 1
+# P1B5 A
+KEY_Z 2
+# P1B6 R
+KEY_X 3
+# P2B5
+KEY_I 4
+# P2B6
+KEY_K 5
+# P2B4
+KEY_W 6
+# P2B3
+KEY_Q 7
+# P1Left
+KEY_LEFT 8
+# P1Right
+KEY_RIGHT 9
+# P1B1 Y
+#KEY_LEFTCTRL 10
+KEY_ENTER 10
+# P1B2 X
+#KEY_LEFTALT 11
+KEY_BACKSPACE 11
+# P2B2
+KEY_S 12
+# P2B1
+KEY_A 13
+# P2Right
+KEY_G 14
+# P2Left
+KEY_D 15
+# P1Coin
+KEY_5 16
+# P1Start
+KEY_1 17
+# P1Up
+KEY_UP 18
+# P1Down
+KEY_DOWN 19
+# P2Down
+KEY_F 20
+# P2Up
+KEY_R 21
+# P2Start
+KEY_2 22
+# P2Coin
+KEY_6 23
+
+
+#special keys! bits pressed simultaniousley result in specified Key
+#maximum bits == 4
+
+# Service Menu retroarch
+# p1b2 p1start
+KEY_F1 17 11
+
+# Service Menu AdvMame, Mame4all
+# p2start p1b2 p1start
+#KEY_F2 22 11 17
+
+# Settings Mame4all
+# p2start p1b3 p1start
+#KEY_TAB 22 0 17
+
+# Quit Emulator / Game
+# p1start p1b1
+KEY_ESC 10 17
+
+# Coin Player 2
+# p1up p2start
+KEY_6 18 22
+# p2up p2start
+KEY_6 21 22
+
+# Coin Player 1
+# p1up p1start
+KEY_5 18 17
+
+# Menu C64, filter advmame
+# p2start p1b4 p1start
+#KEY_F12 22 1 17
+
+
diff --git a/home/pi/RetroPie-Setup/scriptmodules/supplementary/esthemes.sh b/home/pi/RetroPie-Setup/scriptmodules/supplementary/esthemes.sh
new file mode 100644
index 0000000..c065848
--- /dev/null
+++ b/home/pi/RetroPie-Setup/scriptmodules/supplementary/esthemes.sh
@@ -0,0 +1,337 @@
+#!/usr/bin/env bash
+
+# This file is part of The RetroPie Project
+#
+# The RetroPie Project is the legal property of its developers, whose names are
+# too numerous to list here. Please refer to the COPYRIGHT.md file distributed with this source.
+#
+# See the LICENSE.md file at the top-level directory of this distribution and
+# at https://raw.githubusercontent.com/RetroPie/RetroPie-Setup/master/LICENSE.md
+#
+
+rp_module_id="esthemes"
+rp_module_desc="Install themes for Emulation Station"
+rp_module_section="config"
+
+function depends_esthemes() {
+ if isPlatform "x11"; then
+ getDepends feh
+ else
+ getDepends fbi
+ fi
+}
+
+function install_theme_esthemes() {
+ local theme="$1"
+ local repo="$2"
+ if [[ -z "$repo" ]]; then
+ repo="RetroPie"
+ fi
+ if [[ -z "$theme" ]]; then
+ theme="carbon"
+ repo="RetroPie"
+ fi
+ mkdir -p "/etc/emulationstation/themes"
+ gitPullOrClone "/etc/emulationstation/themes/$theme" "https://github.com/$repo/es-theme-$theme.git"
+}
+
+function uninstall_theme_esthemes() {
+ local theme="$1"
+ if [[ -d "/etc/emulationstation/themes/$theme" ]]; then
+ rm -rf "/etc/emulationstation/themes/$theme"
+ fi
+}
+
+function gui_esthemes() {
+
+# . /etc/emulationstation/themes.sh
+
+local themes=(
+ 'arcadeforge push-a'
+ 'arcadeforge push-a-v'
+ 'arcadeforge pixel-heaven'
+ 'arcadeforge pixel-heaven-text'
+ 'arcadeforge 240p_Bubblegum'
+ 'arcadeforge 240p-honey'
+ 'xovox RetroCRT-240p'
+ 'xovox RetroCRT-240p-Vertical'
+ 'RetroPie carbon'
+ 'RetroPie carbon-centered'
+ 'RetroPie carbon-nometa'
+ 'RetroPie simple'
+ 'RetroPie simple-dark'
+ 'RetroPie clean-look'
+ 'RetroPie color-pi'
+ 'RetroPie nbba'
+ 'RetroPie simplified-static-canela'
+ 'RetroPie turtle-pi'
+ 'RetroPie zoid'
+ 'ehettervik pixel'
+ 'ehettervik pixel-metadata'
+ 'ehettervik pixel-tft'
+ 'ehettervik luminous'
+ 'ehettervik minilumi'
+ 'ehettervik workbench'
+ 'AmadhiX eudora'
+ 'AmadhiX eudora-bigshot'
+ 'AmadhiX eudora-concise'
+ 'InsecureSpike retroplay-clean-canela'
+ 'InsecureSpike retroplay-clean-detail-canela'
+ 'Omnija simpler-turtlepi'
+ 'Omnija simpler-turtlemini'
+ 'Omnija metro'
+ 'lilbud material'
+ 'mattrixk io'
+ 'mattrixk metapixel'
+ 'mattrixk spare'
+ 'robertybob space'
+ 'robertybob simplebigart'
+ 'robertybob tv'
+ 'HerbFargus tronkyfran'
+ 'lilbud flat'
+ 'lilbud flat-dark'
+ 'lilbud minimal'
+ 'lilbud switch'
+ 'lilbud angular'
+ 'FlyingTomahawk futura-V'
+ 'FlyingTomahawk futura-dark-V'
+ 'G-rila fundamental'
+ 'ruckage nes-mini'
+ 'ruckage famicom-mini'
+ 'ruckage snes-mini'
+ 'anthonycaccese crt'
+ 'anthonycaccese crt-centered'
+ 'anthonycaccese art-book'
+ 'anthonycaccese art-book-4-3'
+ 'anthonycaccese art-book-pocket'
+ 'anthonycaccese art-book-micro'
+ 'anthonycaccese tft'
+ 'anthonycaccese picade'
+ 'TMNTturtleguy ComicBook'
+ 'TMNTturtleguy ComicBook_4-3'
+ 'TMNTturtleguy ComicBook_SE-Wheelart'
+ 'TMNTturtleguy ComicBook_4-3_SE-Wheelart'
+ 'ChoccyHobNob cygnus'
+ 'dmmarti steampunk'
+ 'dmmarti hurstyblue'
+ 'dmmarti maximuspie'
+ 'dmmarti showcase'
+ 'dmmarti kidz'
+ 'dmmarti unified'
+ 'dmmarti gamehat'
+ 'rxbrad freeplay'
+ 'rxbrad gbz35'
+ 'rxbrad gbz35-dark'
+ 'garaine marioblue'
+ 'garaine bigwood'
+ 'MrTomixf Royal_Primicia'
+ 'lostless playstation'
+ 'mrharias superdisplay'
+ 'coinjunkie synthwave'
+ 'nickearl retrowave'
+ 'nickearl retrowave_4_3'
+ 'pacdude minijawn'
+ 'RetroHursty69 magazinemadness'
+ 'RetroHursty69 stirling'
+ 'RetroHursty69 boxalloyred'
+ 'RetroHursty69 boxalloyblue'
+ 'RetroHursty69 greenilicious'
+ 'RetroHursty69 retroroid'
+ 'RetroHursty69 merryxmas'
+ 'RetroHursty69 cardcrazy'
+ 'RetroHursty69 license2game'
+ 'RetroHursty69 comiccrazy'
+ 'RetroHursty69 snazzy'
+ 'RetroHursty69 tributeGoT'
+ 'RetroHursty69 tributeSTrek'
+ 'RetroHursty69 tributeSWars'
+ 'RetroHursty69 crisp'
+ 'RetroHursty69 crisp_light'
+ 'RetroHursty69 primo'
+ 'RetroHursty69 primo_light'
+ 'RetroHursty69 back2basics'
+ 'RetroHursty69 retrogamenews'
+ 'RetroHursty69 bluray'
+ 'RetroHursty69 soda'
+ 'RetroHursty69 lightswitch'
+ 'RetroHursty69 darkswitch'
+ 'RetroHursty69 whiteslide'
+ 'RetroHursty69 graffiti'
+ 'RetroHursty69 whitewood'
+ 'RetroHursty69 sublime'
+ 'RetroHursty69 infinity'
+ 'RetroHursty69 neogeo_only'
+ 'RetroHursty69 boxcity'
+ 'RetroHursty69 vertical_arcade'
+ 'RetroHursty69 cabsnazzy'
+ 'RetroHursty69 garfieldism'
+ 'RetroHursty69 halloweenspecial'
+ 'RetroHursty69 heychromey'
+ 'RetroHursty69 homerism'
+ 'RetroHursty69 spaceinvaders'
+ 'RetroHursty69 disenchantment'
+ 'RetroHursty69 minions'
+ 'RetroHursty69 tmnt'
+ 'RetroHursty69 pacman'
+ 'RetroHursty69 dragonballz'
+ 'RetroHursty69 minecraft'
+ 'RetroHursty69 incredibles'
+ 'RetroHursty69 mario_melee'
+ 'RetroHursty69 evilresident'
+ 'RetroHursty69 hurstyspin'
+ 'RetroHursty69 cyber'
+ 'RetroHursty69 supersweet'
+ 'RetroHursty69 donkeykonkey'
+ 'RetroHursty69 snapback'
+ 'RetroHursty69 heman'
+ 'RetroHursty69 pitube'
+ 'RetroHursty69 batmanburton'
+ 'RetroHursty69 NegativeColor'
+ 'RetroHursty69 NegativeSepia'
+ 'RetroHursty69 corg'
+ 'RetroHursty69 mysticorb'
+ 'RetroHursty69 joysticks'
+ 'RetroHursty69 orbpilot'
+ 'RetroHursty69 bitfit'
+ 'RetroHursty69 circuit'
+ 'RetroHursty69 retroboy'
+ 'RetroHursty69 retroboy2'
+ 'RetroHursty69 hurstybluetake2'
+ 'RetroHursty69 fabuloso'
+ 'RetroHursty69 arcade1up_aspectratio54'
+ 'RetroHursty69 supersweet_aspectratio54'
+ 'RetroHursty69 heychromey_aspectratio54'
+ 'RetroHursty69 mariobrosiii'
+ 'RetroHursty69 vertical_limit_verticaltheme'
+ 'RetroHursty69 CapcomColorHorizontal'
+ 'RetroHursty69 CapcomColorSpin'
+ 'RetroHursty69 CapcomColorVertical'
+ 'RetroHursty69 bluesteel'
+ 'RetroHursty69 blueprism'
+ 'RetroHursty69 bluesmooth'
+ 'RetroHursty69 floyd'
+ 'RetroHursty69 floyd_arcade'
+ 'RetroHursty69 floyd_room'
+ 'RetroHursty69 Slick_Bluey'
+ 'RetroHursty69 Slick_Red'
+ 'RetroHursty69 ghostbusters'
+ 'RetroHursty69 realghostbusters'
+ 'RetroHursty69 stirlingness'
+ 'RetroHursty69 marco'
+ 'RetroHursty69 swatch'
+ 'RetroHursty69 meshy'
+ 'RetroHursty69 magazinemadness2'
+ 'RetroHursty69 CosmicRise'
+ 'RetroHursty69 uniflyered'
+ 'Saracade scv720'
+ 'chicueloarcade Chicuelo'
+ 'SuperMagicom nostalgic'
+ 'lipebello retrorama'
+ 'lipebello strangerstuff'
+ 'lipebello spaceoddity'
+ 'lipebello swineapple'
+ 'waweedman pii-wii'
+ 'waweedman Blade-360'
+ 'waweedman Venom'
+ 'waweedman Spider-Man'
+ 'blowfinger77 locomotion'
+ 'justincaseurskynet Arcade1up-5x4-Horizontal'
+ 'KALEL1981 Super-Retroboy'
+ )
+
+
+ while true; do
+ local theme
+ local installed_themes=()
+ local repo
+ local options=()
+ local status=()
+ local default
+
+ local gallerydir="/etc/emulationstation/es-theme-gallery"
+ if [[ -d "$gallerydir" ]]; then
+ status+=("i")
+ options+=(G "View or Update Theme Gallery")
+ else
+ status+=("n")
+ options+=(G "Download Theme Gallery")
+ fi
+
+ options+=(U "Update all installed themes")
+
+ local i=1
+ for theme in "${themes[@]}"; do
+ theme=($theme)
+ repo="${theme[0]}"
+ theme="${theme[1]}"
+ if [[ -d "/etc/emulationstation/themes/$theme" ]]; then
+ status+=("i")
+ options+=("$i" "Update or Uninstall $repo/$theme (installed)")
+ installed_themes+=("$theme $repo")
+ else
+ status+=("n")
+ options+=("$i" "Install $repo/$theme")
+ fi
+ ((i++))
+ done
+ local cmd=(dialog --default-item "$default" --backtitle "$__backtitle" --menu "Choose an option" 22 76 16)
+ local choice=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
+ default="$choice"
+ [[ -z "$choice" ]] && break
+ case "$choice" in
+ G)
+ if [[ "${status[0]}" == "i" ]]; then
+ options=(1 "View Theme Gallery" 2 "Update Theme Gallery" 3 "Remove Theme Gallery")
+ cmd=(dialog --backtitle "$__backtitle" --menu "Choose an option for gallery" 12 40 06)
+ local choice=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
+ case "$choice" in
+ 1)
+ cd "$gallerydir"
+ if isPlatform "x11"; then
+ feh --info "echo %f" --slideshow-delay 6 --fullscreen --auto-zoom --filelist images.list
+ else
+ fbi --timeout 6 --once --autozoom --list images.list
+ fi
+ ;;
+ 2)
+ gitPullOrClone "$gallerydir" "https://github.com/wetriner/es-theme-gallery"
+ ;;
+ 3)
+ if [[ -d "$gallerydir" ]]; then
+ rm -rf "$gallerydir"
+ fi
+ ;;
+ esac
+ else
+ gitPullOrClone "$gallerydir" "http://github.com/wetriner/es-theme-gallery"
+ fi
+ ;;
+ U)
+ for theme in "${installed_themes[@]}"; do
+ theme=($theme)
+ rp_callModule esthemes install_theme "${theme[0]}" "${theme[1]}"
+ done
+ ;;
+ *)
+ theme=(${themes[choice-1]})
+ repo="${theme[0]}"
+ theme="${theme[1]}"
+ if [[ "${status[choice]}" == "i" ]]; then
+ options=(1 "Update $repo/$theme" 2 "Uninstall $repo/$theme")
+ cmd=(dialog --backtitle "$__backtitle" --menu "Choose an option for theme" 12 40 06)
+ local choice=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
+ case "$choice" in
+ 1)
+ rp_callModule esthemes install_theme "$theme" "$repo"
+ ;;
+ 2)
+ rp_callModule esthemes uninstall_theme "$theme"
+ ;;
+ esac
+ else
+ rp_callModule esthemes install_theme "$theme" "$repo"
+ fi
+ ;;
+ esac
+ done
+}
diff --git a/home/pi/RetroPie/retropiemenu/Update RetroPieRGB.sh b/home/pi/RetroPie/retropiemenu/Update RetroPieRGB.sh
new file mode 100755
index 0000000..4246659
--- /dev/null
+++ b/home/pi/RetroPie/retropiemenu/Update RetroPieRGB.sh
@@ -0,0 +1,6 @@
+dir=$(pwd)
+cd /home/pi/RetroPieRGB
+sudo -s git pull origin master
+chmod +x patch.sh
+./patch.sh
+cd $dir
diff --git a/home/pi/RetroPie/retropiemenu/rotate screen.sh b/home/pi/RetroPie/retropiemenu/rotate screen.sh
new file mode 100755
index 0000000..64100ed
--- /dev/null
+++ b/home/pi/RetroPie/retropiemenu/rotate screen.sh
@@ -0,0 +1,33 @@
+#####
+# this scripts rotates screen for emulationstation
+# Author Jochen Zurborg
+# Date : 06.11.2019
+#
+# This script is made for hardware pi2scart and pi2jamma from www.arcadeforge.de
+
+setterm -foreground black -store
+
+killall emulationstation > /dev/null 2>&1
+clear
+
+sleep 1
+
+# params was already fetched
+. /home/pi/rgb_config.sh
+
+
+new_rotate=$(( $es_rotate + 1 ))
+if [ $new_rotate -eq 4 ] ; then
+ new_rotate=0
+fi
+
+#echo "starting emulationstation with rotate $new_rotate"
+#sleep 1
+sudo sed -i "s/^es_rotate.*/es_rotate=$new_rotate/" /boot/config.txt
+
+sed -i "s/^es_rotate.*/es_rotate=$new_rotate/" /home/pi/rgb_config.sh
+
+setterm -foreground white -store
+
+emulationstation --screenrotate $new_rotate
+
diff --git a/home/pi/rgb_default_config.sh b/home/pi/rgb_default_config.sh
new file mode 100644
index 0000000..fa11f33
--- /dev/null
+++ b/home/pi/rgb_default_config.sh
@@ -0,0 +1,4 @@
+es_rotate=0
+pi2jamma=0
+rgb_screen_shift=-15
+rgb_screen_width=2
diff --git a/howto_git.txt b/howto_git.txt
new file mode 100644
index 0000000..eb9e571
--- /dev/null
+++ b/howto_git.txt
@@ -0,0 +1,42 @@
+Author : Jochen Zurborg
+Date : 04.11.2019
+
+Find here a quick tutorial how to use git for our little project.
+
+Downloading this repository
+===========================
+
+git clone https://github.com/arcadeforge/runcommand
+
+Enabling your account
+=====================
+
+git config --global user.name "yourname"
+git config --global user.email "youremail"
+
+
+What happened since my last changes?
+====================================
+
+git status
+
+Adding edited files to your local repository
+============================================
+
+- easy way
+git add .
+
+- file specific
+git add yourfilename
+
+Commit changes to repository
+============================
+
+git commit -m"What you did"
+
+Uploading changes to github.com
+===============================
+
+git push
+
+
diff --git a/opt/retropie/configs/all/arcade_res_table.txt b/opt/retropie/configs/all/arcade_res_table.txt
new file mode 100644
index 0000000..0666ae7
--- /dev/null
+++ b/opt/retropie/configs/all/arcade_res_table.txt
@@ -0,0 +1,4840 @@
+1941;"1941 - Counter Attack - 1941 - Counter Attack (900227 World)";384x224@60;V
+1941j;"1941 - Counter Attack (Japan)";384x224@60;V
+1941r1;"1941 - Counter Attack (World)";384x224@60;V
+1941u;"1941 - Counter Attack (900227 USA)";384x224@60;V
+1942;"1942 (Jpn) - 1942 (Revision B)";256x224@60;V
+1942a;"1942 (Jpn, Alt) - 1942 (Revision A)";256x224@60;V
+1942abl;"1942 (Revision A, bootleg)";256x224@60;V
+1942b;"1942 (First Version)";256x224@60;V
+1942c64;"1942 (C64 Music)";256x224@60;V
+1942h;"Supercharger 1942";256x224@60;V
+1942w;"1942 (Williams Electronics license)";256x224@60;V
+1943;"1943: The Battle of Midway (Euro)";256x224@60;V
+1943b;"1943: The Battle of Midway (bootleg set 1, hack of Jap";256x224@60;V
+1943b2;"1943: The Battle of Midway (bootleg set 2, hack of Jap";256x224@60;V
+1943bj;"1943: Midway Kaisen (bootleg)";256x224@60;V
+1943j;"1943: Midway Kaisen (Japan, Rev B)";256x224@60;V
+1943ja;"1943: Midway Kaisen (Japan)";256x224@60;V
+1943ja2;"1943: The Battle of Midway (hack of Japan set)";256x224@60;V
+1943kai;"1943 Kai - 1943 Kai: Midway Kaisen (Japan)";256x224@60;V
+1943mii;"1943: The Battle of Midway Mark II (US)";256x224@60;V
+1943u;"1943: The Battle of Midway (US, Rev C)";256x224@60;V
+1943ua;"1943: The Battle of Midway (US)";256x224@60;V
+1944;"1944 - the loop master (000620 USA)";384x224@60;H
+1944ad;"1944 - the loop master (000620 USA Phoenix Edition, al";384x224@60;H
+1944d;"1944 - the loop master (000620 USA Phoenix Edition)";384x224@60;H
+1944j;"1944 - the loop master (000620 Japan)";384x224@60;H
+1945kiii;"1945k III (newer, OPCX2 PCB)";320x224@60;V
+1945kiiin;"1945k III (newer, OPCX1 PCB)";320x224@60;V
+1945kiiio;"1945k III (older, OPCX1 PCB)";320x224@60;V
+19xx;"19XX - the war against destiny (951207 USA)";384x224@60;V
+19xxa;"19XX - the war against destiny (960104 Asia)";384x224@60;V
+19xxar1;"19XX - the war against destiny (951207 Asia)";384x224@60;V
+19xxb;"19XX - the war against destiny (951218 Brazil)";384x224@60;V
+19xxd;"19XX - the war against destiny (951207 USA Phoenix Edi";384x224@60;V
+19xxh;"19XX - the war against destiny (951218 Hispanic)";384x224@60;V
+19xxj;"19XX - the war against destiny (960104 Japan, yellow c";384x224@60;V
+19xxjr1;"19XX - the war against destiny (951225 Japan)";384x224@60;V
+19xxjr2;"19XX - the war against destiny (951207 Japan)";384x224@60;V
+2020bb;"2020 Super Baseball (set 1) - Super Baseball 2020 (Euro, USA)";304x224@59;H
+2020bba;"2020 Super Baseball (set 2)";304x224@59;H
+2020bbh;"2020 Super Baseball (set 3)";304x224@59;H
+3countb;"3 Count Bout / Fire Suplex (NGM-043)(NGH-043)";320x224@59;H
+3countba;"3 Count Bout / Fire Suplex (NGM-043)";320x224@59;H
+3in1semi;"XESS - The New Revolution (SemiCom 3-in-1)";256x224@58;H
+3kokushi;"Sankokushi (Japan)";320x240@60;H
+3wonders;"Three Wonders (wonder 3 910520 etc)";384x224@60;H
+3wondersb;"Three Wonders (bootleg set 2, wonder 3 910520 etc)";384x224@60;H
+3wondersh;"Three Wonders (bootleg set 1, wonder 3 910520 etc)";384x224@60;H
+3wondersha;"Three Wonders (bootleg set 3, wonder 3 910520 etc)";384x224@60;H
+3wondersr1;"Three Wonders (wonder 3 910513 etc)";384x224@60;H
+3wondersu;"Three Wonders (wonder 3 910520 USA)";384x224@60;H
+4dwarrio;"4-D Warriors (315-5162)";256x224@60;H
+4enraya;"4 En Raya (set 1)";256x224@60;H
+4enrayaa;"4 En Raya (set 2)";256x224@60;H
+4in1;"4 Fun in 1 - Sega Game Pack 4 in 1 (Euro)";256x224@60;V
+4in1boot;"Puzzle King";256x224@58;H
+4play;"4 player input test";304x224@59;H
+600;"600";256x224@60;V
+64street;"64th. Street - A Detective Story (World)";256x224@60;H
+64streetj;"64th. Street - A Detective Story (Japan, set 1)";256x224@60;H
+64streetja;"64th. Street - A Detective Story (Japan, alt)";256x224@60;H
+720;"720° (Atari System 2)";512x384@60;H
+7ordi;"7 Ordi (Korea)";320x240@60;H
+7toitsu;"Chi-Toitsu";384x240@60;H
+800fath;"800 Fathoms";256x224@60;V
+88games;"'88 Games";304x224@60;H
+8bpm;"Eight Ball Action (Pac-Man conversion)";256x224@60;V
+99lstwar;"'99: The Last War";288x224@60;V
+99lstwara;"'99: The Last War (alternate)";288x224@60;V
+99lstwark;"'99: The Last War (Kyugo)";288x224@60;V
+abcop;"A.B. Cop (World, FD1094 317-0169b)";320x224@60;H
+abcopd;"A.B. Cop (World, FD1094 317-0169b decrypted)";320x224@60;H
+abcopj;"A.B. Cop (Japan, FD1094 317-0169b)";320x224@60;H
+abcopjd;"A.B. Cop (Japan, FD1094 317-0169b decrypted)";320x224@60;H
+abscam;"Abscam";288x224@60;V
+aburner;"After Burner - After Burner (World)";320x224@60;H
+aburner2;"After Burner II - After Burner II - After Burner II (Euro, USA)";320x224@60;H
+aburner2g;"After Burner II (German)";320x224@60;H
+aceattac;"Ace Attacker (FD1094 317-0059)";320x224@60;V
+aceattaca;"Ace Attacker (Japan, System 16A, FD1094 317-0060)";320x224@60;V
+acitya;"Atlantic City Action";288x224@60;V
+acrobatm;"Acrobat Mission";256x224@56;V
+actfancr;"Act-Fancer Cybernetick Hyper Weapon (World revision 2)";256x240@60;H
+actfancr1;"Act-Fancer Cybernetick Hyper Weapon (World revision 1)";256x240@60;H
+actfancrj;"Act-Fancer Cybernetick Hyper Weapon (Japan revision 1)";256x240@60;H
+ad2083;"A.D. 2083";256x224@60;V
+aeroboto;"Aeroboto";248x224@60;H
+aerofgt;"Aero Fighters";320x224@60;V
+aerofgtb;"Aero Fighters (Turbo Force hardware set 1)";320x224@60;V
+aerofgtc;"Aero Fighters (Turbo Force hardware set 2)";320x224@60;V
+afighter;"Action Fighter, FD1089A 317-0018";320x224@60;V
+agallet;"Air Gallet (Europe)";320x240@58;V
+agalleta;"Air Gallet (older, Europe)";320x240@58;V
+agalletah;"Air Gallet (older, Hong Kong)";320x240@58;V
+agalletaj;"Akuu Gallet (older, Japan)";320x240@58;V
+agalletak;"Air Gallet (older, Korea)";320x240@58;V
+agalletat;"Air Gallet (older, Taiwan)";320x240@58;V
+agalletau;"Air Gallet (older, USA)";320x240@58;V
+agalleth;"Air Gallet (Hong Kong)";320x240@58;V
+agalletj;"Akuu Gallet (Japan)";320x240@58;V
+agalletk;"Air Gallet (Korea)";320x240@58;V
+agallett;"Air Gallet (Taiwan)";320x240@58;V
+agalletu;"Air Gallet (USA)";320x240@58;V
+agentx1;"Agent X (prototype, rev 1)";256x232@60;H
+agentx2;"Agent X (prototype, rev 2)";256x232@60;H
+agentx3;"Agent X (prototype, rev 3)";256x232@60;H
+agentx4;"Agent X (prototype, rev 4)";256x232@60;H
+agress;"Agress";320x240@58;H
+agressb;"Agress (English bootleg)";320x240@58;H
+airass;"Air Assault (World)";320x240@60;V
+airattck;"Air Attack (set 1)";256x224@56;V
+airattcka;"Air Attack (set 2)";256x224@56;V
+airbustr;"Air Buster: Trouble Specialty Raid Unit (USA) - Air Buster: Trouble Specialty Raid Unit (World)";256x224@60;H
+airbustrb;"Air Buster: Trouble Specialty Raid Unit (bootleg)";256x224@60;H
+airbustrj;"Air Buster: Trouble Specialty Raid Unit (Japan)";256x224@60;H
+airduel;"Air Duel (World, M82-A-A + M82-B-A)";384x256@55;V
+airduelm72;"Air Duel (Japan, M72)";384x256@55;V
+airwolf;"Airwolf";288x224@60;H
+airwolfa;"Airwolf (US)";288x224@60;H
+ajax;"Ajax";304x224@60;V
+ajaxj;"Ajax (Japan)";304x224@60;V
+akkanvdr;"Akkanbeder (Ver 2.5J 1995/06/14)";320x224@60;V
+akumajou;"Akuma-Jou Dracula (Japan ver. P)";256x224@60;H
+akumajoun;"Akuma-Jou Dracula (Japan ver. N)";256x224@60;H
+alcon;"Alcon (US) - Falcon - Falcon (bootleg of Phoenix) (8085A CPU)";280x240@60;V
+alexkidd;"Alex Kidd in Miracle World (Euro, USA, v1) - Alex Kidd in Miracle World (Tw, SMS Mode) - Alex Kidd in the Enchanted Castle (Euro, Rev. A) - Alex Kidd: The Lost Stars (set 2, unprotected)";320x224@60;H
+alexkidd1;"Alex Kidd in Miracle World (Euro, USA, v0) - Alex Kidd in the Enchanted Castle (Euro) - Alex Kidd: The Lost Stars (set 1, FD1089A 317-unknown)";320x224@60;H
+alibaba;"Ali Baba and 40 Thieves - Alibaba and 40 Thieves (Jpn) - Alibaba and 40 Thieves (Kor)";288x224@60;V
+alibabab;"Alibaba and 40 Thieves (Jpn, Alt 2) - Mustafa and 40 Thieves (bootleg)";288x224@60;V
+aliencha;"Alien Challenge (World)";448x224@60;H
+alienchac;"Alien Challenge (China)";448x224@60;H
+aliens;"Aliens (World set 1) - Aliens - Alien 2 (Jpn)";288x224@60;H
+aliens2;"Aliens (World set 2)";288x224@60;H
+aliens3;"Aliens (World set 3)";288x224@60;H
+aliensa;"Aliens (Asia) - Aliens - Alien 2 (Jpn, Alt)";288x224@60;H
+aliensec;"Alien Sector";288x224@60;H
+aliensj;"Aliens (Japan set 1)";288x224@60;H
+aliensj2;"Aliens (Japan set 2)";288x224@60;H
+aliensu;"Aliens (US)";288x224@60;H
+aliensyn;"Alien Syndrome (Euro, USA) - Alien Syndrome (Euro, USA, Bra) - Alien Syndrome (set 4, System 16B, unprotected)";320x224@60;H
+aliensyn2;"Alien Syndrome (set 2, System 16A, FD1089A 317-0033)";320x224@60;H
+aliensyn3;"Alien Syndrome (set 3, System 16B, FD1089A 317-0033)";320x224@60;H
+aliensyn5;"Alien Syndrome (set 5, System 16A, FD1089B 317-0037)";320x224@60;H
+aliensyn7;"Alien Syndrome (set 7, System 16B, MC-8123B 317-00xx)";320x224@60;H
+aliensynj;"Alien Syndrome (Jpn) - Alien Syndrome (Jpn) - Alien Syndrome (set 6, Japan, new, System 16B, FD1089A";320x224@60;H
+aliensynjo;"Alien Syndrome (set 1, Japan, old, System 16A, FD1089A";320x224@60;H
+aligatorun;"Alligator Hunt (unprotected)";320x240@60;H
+alinvade;"Alien Invaders";128x128@60;V
+alpham2;"Alpha Mission II / ASO II - Last Guardian (NGM-007)(NG";304x224@59;H
+alpham2p;"Alpha Mission II / ASO II - Last Guardian (prototype)";304x224@59;H
+alphamis;"Alpha Mission";288x216@60;V
+alphaxz;"The Alphax Z (Japan)";256x224@60;V
+altbeast;"Altered Beast (Euro, USA) - Altered Beast (Euro, USA, Bra) - Altered Beast (set 8, 8751 317-0078)";320x224@60;H
+altbeast2;"Altered Beast (set 2, MC-8123B 317-0066)";320x224@60;H
+altbeast4;"Altered Beast (set 4, MC-8123B 317-0066)";320x224@60;H
+altbeast5;"Altered Beast (set 5, FD1094 317-0069)";320x224@60;H
+altbeast5d;"Altered Beast (set 5, FD1094 317-0069 decrypted)";320x224@60;H
+altbeast6;"Altered Beast (set 6, 8751 317-0076)";320x224@60;H
+altbeastj;"Juuouki (set 7, Japan, 8751 317-0077)";320x224@60;H
+altbeastj1;"Juuouki (set 1, Japan, FD1094 317-0065)";320x224@60;H
+altbeastj3;"Juuouki (set 3, Japan, FD1094 317-0068)";320x224@60;H
+altbeastj3d;"Juuouki (set 3, Japan, FD1094 317-0068 decrypted)";320x224@60;H
+amatelas;"Sei Senshi Amatelass";256x224@60;V
+amazon;"Soldier Girl Amazon";256x224@60;V
+ambush;"Ambush";256x224@60;H
+ambushh;"Ambush (hack?)";256x224@60;H
+ambushj;"Ambush (Japan)";256x224@60;H
+ambushv;"Ambush (Volt Elec co-ltd)";256x224@60;H
+amidar;"Amidar";256x224@60;V
+amidar1;"Amidar (older)";256x224@60;V
+amidarb;"Amidar (bootleg)";256x224@60;V
+amidaro;"Amidar (Olympia)";256x224@60;V
+amidars;"Amidar (Scramble hardware)";256x224@60;V
+amidaru;"Amidar (Stern)";256x224@60;V
+amigo;"Amigo";256x224@60;V
+androdun;"Andro Dunos (NGM-049)(NGH-049)";304x224@59;H
+androidp;"Android (prototype, later build)";256x192@60;V
+androidpo;"Android (prototype, early build)";256x192@60;V
+angelkds;"Angel Kids (Japan)";256x240@60;V
+anteater;"Anteater";256x224@60;V
+anteaterg;"Ameisenbaer (German)";256x224@60;V
+anteateruk;"The Anteater (UK)";256x224@60;V
+aodk;"Aggressors of Dark Kombat / Tsuukai GANGAN Koushinkyok";304x224@59;H
+aof;"Art of Fighting (Euro) - Art of Fighting / Ryuuko no Ken (NGM-044)(NGH-044)";304x224@59;H
+aof2;"Art of Fighting 2 / Ryuuko no Ken 2 (NGM-056)";304x224@59;H
+aof2a;"Art of Fighting 2 / Ryuuko no Ken 2 (NGH-056)";304x224@59;H
+aof3;"Art of Fighting 3 - The Path of the Warrior / Art of F";304x224@59;H
+aof3k;"Art of Fighting 3 - The Path of the Warrior (Korean re";304x224@59;H
+apb;"APB - All Points Bulletin (Atari System 2)";512x384@60;V
+aponow;"Apocaljpse Now";256x224@60;V
+appoooh;"Appoooh";256x224@60;H
+aquajack;"Aquajack (World)";320x240@60;H
+aquajackj;"Aquajack (Japan)";320x240@60;H
+aquajacku;"Aquajack (US)";320x240@60;H
+aquarium;"Aquarium (US)";320x256@60;H
+aquariumj;"Aquarium (Japan)";320x256@60;H
+arabian;"Arabian";256x234@60;V
+arabiana;"Arabian (Atari)";256x234@60;V
+arabianm;"Arabian Magic (Ver 1.0O 1992/07/06)";320x224@60;H
+arabianmj;"Arabian Magic (Ver 1.0J 1992/07/06)";320x224@60;H
+arabianmu;"Arabian Magic (Ver 1.0A 1992/07/06)";320x224@60;H
+aracnis;"Aracnis (bootleg of Scorpion on Moon Cresta hardware)";256x224@60;V
+arbalest;"Arbalester";384x224@60;V
+arcadian;"Arcadia (NMK)";384x224@56;V
+area88;"Area 88 (Japan)";384x224@60;H
+area88r;"Area 88 (Japan Resale ver.)";384x224@60;H
+arian;"Arian Mission";288x216@60;V
+ark1ball;"Arkanoid (bootleg with MCU, harder)";256x224@60;V
+ark1balla;"Arkanoid (bootleg with MCU, harder, alt)";256x224@60;V
+arkangc;"Arkanoid (Game Corporation bootleg, set 1)";256x224@60;V
+arkangc2;"Arkanoid (Game Corporation bootleg, set 2)";256x224@60;V
+arkanoid;"Arkanoid (Euro?) - Arkanoid (World, oldest rev)";256x224@60;V
+arkanoidj;"Arkanoid (Japan) - Arkanoid (Jpn)";256x224@60;V
+arkanoidja;"Arkanoid (Japan, older rev) - Arkanoid (Jpn, Alt)";256x224@60;V
+arkanoidjb;"Arkanoid (Japan, oldest rev)";256x224@60;V
+arkanoidjbl;"Arkanoid (bootleg with MCU set 1)";256x224@60;V
+arkanoidjbl2;"Arkanoid (bootleg with MCU set 2)";256x224@60;V
+arkanoidjbla;"Arkanoid (bootleg with MCU, alt)";256x224@60;V
+arkanoidu;"Arkanoid (US)";256x224@60;V
+arkanoiduo;"Arkanoid (US, oldest rev)";256x224@60;V
+arkarea;"Ark Area";256x192@60;H
+arkatayt;"Arkanoid (Tayto bootleg)";256x224@60;V
+arkatour;"Tournament Arkanoid (US)";256x224@60;V
+arkbloc2;"Block (Game Corporation bootleg, set 2)";256x224@60;V
+arkblock;"Block (Game Corporation bootleg, set 1)";256x224@60;V
+arkgcbl;"Arkanoid (bootleg on Block hardware)";256x224@60;V
+arknoid2;"Arkanoid - Revenge of DOH (World)";256x224@60;V
+arknoid2b;"Arkanoid - Revenge of DOH (Japan bootleg)";256x224@60;V
+arknoid2j;"Arkanoid - Revenge of DOH (Japan)";256x224@60;V
+arknoid2u;"Arkanoid - Revenge of DOH (US)";256x224@60;V
+arkretrn;"Arkanoid Returns (Ver 2.02O 1997/02/10)";320x232@60;H
+arkretrnj;"Arkanoid Returns (Ver 2.02J 1997/02/10)";320x232@60;H
+arkretrnu;"Arkanoid Returns (Ver 2.02A 1997/02/10)";320x232@60;H
+arktayt2;"Arkanoid (Tayto bootleg, harder)";256x224@60;V
+armedf;"Armed Formation - Armed Formation F";320x240@57;V
+armedff;"Armed Formation (Fillmore license)";320x240@57;V
+armorcar;"Armored Car (set 1)";256x224@60;V
+armorcar2;"Armored Car (set 2)";256x224@60;V
+armwar;"Armored Warriors (941024 Europe)";384x224@60;H
+armwar1d;"Armored Warriors (941011 Europe Phoenix Edition)";384x224@60;H
+armwara;"Armored Warriors (941024 Asia)";384x224@60;H
+armwarar1;"Armored Warriors (940920 Asia)";384x224@60;H
+armwarr1;"Armored Warriors (941011 Europe)";384x224@60;H
+armwaru;"Armored Warriors (941024 USA)";384x224@60;H
+armwaru1;"Armored Warriors (940920 USA)";384x224@60;H
+armwrest;"Arm Wrestling";448x256@60;V
+ashnojoe;"Ashita no Joe (Japan)";288x208@60;H
+ashura;"Ashura (Jpn) - Ashura Blaster (World)";320x224@60;V
+ashuraj;"Ashura Blaster (Japan)";320x224@60;V
+ashurau;"Ashura Blaster (US)";320x224@60;V
+asideral;"Ataque Sideral (Spanish bootleg of UniWar S)";256x224@60;V
+aso;"ASO - Armored Scrum Object";288x216@60;V
+assault;"Assault (Rev B) - Desert Assault (US)";288x224@60;V
+assaultj;"Assault (Japan)";288x224@60;V
+assaultp;"Assault Plus (Japan)";288x224@60;V
+asterix;"Asterix (Euro, v1) - Asterix (ver EAD)";288x224@60;H
+asterixaad;"Asterix (ver AAD)";288x224@60;H
+asterixeaa;"Asterix (ver EAA)";288x224@60;H
+asterixeac;"Asterix (ver EAC)";288x224@60;H
+asterixj;"Asterix (ver JAD)";288x224@60;H
+astorm;"Alien Storm (Euro, Bra) - Alien Storm (set 4, World, 2 Players, FD1094 317-0154) - Alien Storm (World)";320x224@60;H
+astorm3;"Alien Storm (set 3, World, 3 Players, FD1094 317-0148)";320x224@60;H
+astorm3d;"Alien Storm (set 3, World, 3 Players, FD1094 317-0148";320x224@60;H
+astormj;"Alien Storm (set 1, Japan Rev B, 2 Players, FD1094 317";320x224@60;H
+astormjd;"Alien Storm (set 1, Japan Rev B, 2 Players, FD1094 317";320x224@60;H
+astormu;"Alien Storm (set 2, US, 3 Players, FD1094 317-0147)";320x224@60;H
+astormud;"Alien Storm (set 2, US, 3 Players, FD1094 317-0147 dec";320x224@60;H
+astrians;"Astrians (clone of Swarm)";256x224@60;V
+astyanax;"The Astyanax";256x224@60;H
+asuka;"Asuka & Asuka (World)";320x240@60;V
+asukaj;"Asuka & Asuka (Japan)";320x240@60;V
+asurabld;"Asura Blade - Sword of Dynasty (Japan)";320x240@60;H
+asurabus;"Asura Buster - Eternal Warriors (Japan)";320x240@60;H
+asurabusa;"Asura Buster - Eternal Warriors (Japan) (ARCADIA revie";320x240@60;H
+atehate;"Athena no Hatena ?";384x240@60;H
+atetris;"FA Tetris (Kor) - FA Tetris (Kor) - Tetris (set 1)";336x240@60;H
+atetrisa;"FA Tetris (Kor, Alt) - Tetris (set 2)";336x240@60;H
+atetrisb;"FA Tetris (Kor, Alt 2) - Tetris (bootleg set 1)";336x240@60;H
+atetrisb2;"Tetris (bootleg set 2)";336x240@60;H
+atetrisc;"Tetris (cocktail set 1)";336x240@60;V
+atetrisc2;"Tetris (cocktail set 2)";336x240@60;V
+athena;"Athena";288x216@60;H
+atlantis;"Battle of Atlantis (set 1)";256x224@60;V
+atlantis2;"Battle of Atlantis (set 2)";256x224@60;V
+atlantisb;"Battle of Atlantis (bootleg)";256x224@60;V
+atomboy;"Atomic Boy (revision B)";256x224@60;H
+atomboya;"Atomic Boy (revision A)";256x224@60;H
+atomicp;"Atomic Point (Korea)";320x224@60;H
+atompunk;"Atomic Punk (US)";320x240@60;H
+aurail;"Aurail (set 3, US, unprotected)";320x224@60;H
+aurail1;"Aurail (set 2, World, FD1089B 317-0168)";320x224@60;H
+aurail1d;"Aurail (set 2, World, FD1089B 317-0168 decrypted)";320x224@60;H
+aurailj;"Aurail (set 1, Japan, FD1089A 317-0167)";320x224@60;H
+aurailjd;"Aurail (set 1, Japan, FD1089A 317-0167 decrypted)";320x224@60;H
+avefenix;"Ave Fenix (Electrogame, Spanish bootleg of Phoenix)";256x208@60;V
+avefenixl;"Ave Fenix (Laguna, Spanish bootleg of Phoenix)";256x208@60;V
+avefenixrf;"Ave Fenix (Recreativos Franco, Spanish bootleg of Phoe";256x208@60;V
+avengers;"Avengers (US set 1)";256x240@60;V
+avengers2;"Avengers (US set 2)";256x240@60;V
+avsp;"Alien vs Predator (940520 Euro)";384x224@60;H
+avspa;"Alien vs Predator (940520 Asia)";384x224@60;H
+avspd;"Alien vs Predator (940520 Euro Phoenix Edition)";384x224@60;H
+avsph;"Alien vs Predator (940520 Hispanic)";384x224@60;H
+avspirit;"Avenging Spirit";256x224@60;H
+avspj;"Alien vs Predator (940520 Japan)";384x224@60;H
+avspu;"Alien vs Predator (940520 USA)";384x224@60;H
+aztarac;"Aztarac";340x256@40;H
+azurian;"Azurian Attack";256x224@60;V
+b2b;"Bang Bang Busters (2010 NCI release)";304x224@59;H
+backfire;"Backfire! (set 1)";240x640@60;V
+backfirt;"Back Fire (Tecmo, bootleg)";256x224@60;H
+baddudes;"Bad Dudes vs. Dragonninja (US)";256x240@57;H
+bakatono;"Bakatonosama Mahjong Manyuuki (MOM-002)(MOH-002)";304x224@59;H
+bakubrkr;"Bakuretsu Breaker";256x224@60;V
+bakutotu;"Bakutotsu Kijuutei";288x224@60;H
+balcube;"Bal Cube";320x224@60;H
+ballboy;"Ball Boy";256x224@60;H
+ballbros;"Balloon Brothers";384x240@60;H
+bang;"Bang! - Big Bang (9th Nov. 1993) - Pack'n Bang Bang (Prototype)";320x240@60;H
+bangball;"Bang Bang Ball (v1.05)";320x224@60;H
+bangbead;"Bang Bead";304x224@59;H
+bangbedp;"Bang Bead (Prototype?)";304x224@59;H
+bangj;"Gun Gabacho (Japan)";320x240@60;H
+bankp;"Bank Panic - Bank Panic (Euro) - Bank Panic (Jpn) - Bank Panic (Jpn)";224x224@60;H
+baraduke;"Baraduke";288x224@60;H
+baryon;"Baryon - Future Assault (set 1)";304x224@58;V
+baryona;"Baryon - Future Assault (set 2)";304x224@58;V
+batcir;"Battle Circuit (970319 Euro)";384x224@60;H
+batcira;"Battle Circuit (970319 Asia)";384x224@60;H
+batcird;"Battle Circuit (970319 Euro Phoenix Edition)";384x224@60;H
+batcirj;"Battle Circuit (970319 Japan)";384x224@60;H
+batlbubl;"Battle Bubble (v2.00)";320x224@60;H
+batman2;"Batman Part 2";256x224@60;V
+batrider;"Armed Police Batrider (Europe) (Fri Feb 13 1998)";320x240@60;V
+batriderc;"Armed Police Batrider (China) (Fri Feb 13 1998)";320x240@60;V
+batriderhk;"Armed Police Batrider - A Version (Hong Kong) (Mon Dec";320x240@60;V
+batriderj;"Armed Police Batrider - B Version (Japan) (Fri Feb 13";320x240@60;V
+batriderja;"Armed Police Batrider - A Version (Japan) (Mon Dec 22";320x240@60;V
+batriderk;"Armed Police Batrider (Korea) (Fri Feb 13 1998)";320x240@60;V
+batridert;"Armed Police Batrider - A Version (Taiwan) (Mon Dec 22";320x240@60;V
+batrideru;"Armed Police Batrider (U.S.A.) (Fri Feb 13 1998)";320x240@60;V
+batsugun;"Batsugun (set 1)";320x240@60;V
+batsuguna;"Batsugun (set 2)";320x240@60;V
+batsugunb;"Batsugun (Korean PCB)";320x240@60;V
+batsugunsp;"Batsugun (Special Ver.)";320x240@60;V
+battlane;"Battle Lane! Vol. 5 (set 1)";256x256@60;V
+battlane2;"Battle Lane! Vol. 5 (set 2)";256x256@60;V
+battlane3;"Battle Lane! Vol. 5 (set 3)";256x256@60;V
+battlex;"Battle Cross - Battle Cross (Jpn)";256x224@60;H
+battlnts;"Battlantis (program code G)";256x224@60;V
+battlntsa;"Battlantis (program code F)";256x224@60;V
+battlntsj;"Battlantis (Japan, program code E)";256x224@60;V
+battroad;"The Battle-Road";256x256@60;V
+bayroute;"Bay Route (set 3, World, FD1094 317-0116)";320x224@60;H
+bayroute1;"Bay Route (set 1, US, unprotected)";320x224@60;H
+bayrouted;"Bay Route (set 3, World, FD1094 317-0116 decrypted)";320x224@60;H
+bayroutej;"Bay Route (set 2, Japan, FD1094 317-0115)";320x224@60;H
+bayroutejd;"Bay Route (set 2, Japan, FD1094 317-0115 decrypted)";320x224@60;H
+bbakraid;"Battle Bakraid - Unlimited Version (U.S.A.) (Tue Jun 8";320x240@60;V
+bbakraidc;"Battle Bakraid - Unlimited Version (China) (Tue Jun 8";320x240@60;V
+bbakraidj;"Battle Bakraid - Unlimited Version (Japan) (Tue Jun 8";320x240@60;V
+bbakraidja;"Battle Bakraid (Japan) (Wed Apr 7 1999)";320x240@60;V
+bballs;"Bouncing Balls";256x224@60;H
+bballsa;"Bouncing Balls (Adult)";256x224@60;H
+bbmanw;"Bomber Man World / New Dyna Blaster - Global Quest";320x240@60;H
+bbmanwj;"Bomber Man World (Japan)";320x240@60;H
+bbmanwja;"Bomber Man World (Japan, revised sound hardware)";320x240@60;H
+bbredux;"Bobble Bobble ('bootleg redux' hack for Bobble Bobble";256x224@60;H
+bbros;"Buster Bros. (USA) - Super Buster Bros. (USA 901001)";384x240@57;H
+bbusters;"Beast Busters (World)";256x224@56;H
+bbustersj;"Beast Busters (Japan, Version 2)";256x224@56;H
+bbustersu;"Beast Busters (US, Version 3)";256x224@56;H
+bbustersua;"Beast Busters (US, Version 2)";256x224@56;H
+bchopper;"Battle Chopper";384x256@55;H
+bcrusher;"Bone Crusher";256x240@60;V
+bcruzm12;"Battle Cruiser M-12";256x224@60;V
+bcstry;"B.C. Story (set 1)";320x240@60;H
+bcstrya;"B.C. Story (set 2)";320x240@60;H
+beast;"Altered Beast (Euro, USA) - Altered Beast (Euro, USA, Bra) - Altered Beast (set 8, 8751 317-0078) - Altered Beast - Shadow of the Beast (Euro, Bra) - Shadow of the Beast (Euro, USA) - Shadow of the Beast (Neo Geo demo)";304x224@59;H
+beastfp;"Beastie Feastie";288x224@60;V
+berabohm;"Beraboh Man (Japan, Rev C)";288x224@60;H
+berabohmb;"Beraboh Man (Japan, Rev B)";288x224@60;H
+berlwall;"The Berlin Wall";256x224@60;H
+berlwallk;"The Berlin Wall (Korea)";256x224@60;H
+berlwallt;"The Berlin Wall (bootleg ?)";256x224@60;H
+bermudat;"Bermuda Triangle (World?)";400x224@60;V
+bermudata;"Bermuda Triangle (World Wars) (US)";400x224@60;V
+bermudatj;"Bermuda Triangle (Japan)";400x224@60;V
+bestbest;"Best Of Best";256x224@60;H
+bestleag;"Best League (bootleg of Big Striker, Italian Serie A)";256x224@60;H
+bestleaw;"Best League (bootleg of Big Striker, World Cup)";256x224@60;H
+bestri;"Bestri (Korea)";320x240@60;H
+bgaregga;"Battle Garegga (Europe / USA / Japan / Asia) (Sat Feb";320x240@60;V
+bgareggabl;"1945 Part 2 (Chinese hack of Battle Garegga)";320x240@60;V
+bgareggabla;"Lei Shen Zhuan Thunder Deity Biography (Chinese hack o";320x240@60;V
+bgareggacn;"Battle Garegga - Type 2 (Denmark / China) (Tue Apr 2 1";320x240@60;V
+bgareggahk;"Battle Garegga (Austria / Hong Kong) (Sat Feb 3 1996)";320x240@60;V
+bgaregganv;"Battle Garegga - New Version (Austria / Hong Kong) (Sa";320x240@60;V
+bgareggat2;"Battle Garegga - Type 2 (Europe / USA / Japan / Asia)";320x240@60;V
+bgareggatw;"Battle Garegga (Taiwan / Germany) (Thu Feb 1 1996)";320x240@60;V
+bgareggaz;"Battle Garegga Zakk version (Europe / USA / Japan / As";320x240@60;V
+bigbang;"Big Bang (9th Nov. 1993)";384x224@56;V
+bigbucks;"Big Bucks";288x224@60;V
+bigfghtr;"Tatakae! Big Fighter (Japan)";320x240@60;H
+bigkarnk;"Big Karnak";320x240@60;H
+bigstrik;"Big Striker";256x224@60;H
+bigstrkb;"Big Striker (bootleg)";256x224@60;H
+bigstrkba;"Big Striker (bootleg w/Italian teams)";256x224@60;H
+bigtwin;"Big Twin";320x240@58;H
+bikkuric;"Bikkuri Card (Japan)";256x224@60;V
+billiard;"The Billiards";256x224@60;V
+biomtoy;"Biomechanical Toy (Ver. 1.0.1885)";320x240@60;H
+biomtoya;"Biomechanical Toy (Ver. 1.0.1884)";320x240@60;H
+bionicc;"Bionic Commando (Euro)";256x224@60;H
+bionicc1;"Bionic Commando (US set 1)";256x224@60;H
+bionicc2;"Bionic Commando (US set 2)";256x224@60;H
+bioniccbl;"Bionic Commandos (bootleg, set 1)";256x224@60;H
+bioniccbl2;"Bionic Commandos (bootleg, set 2)";256x224@60;H
+bioship;"Bio-ship Paladin";256x224@56;H
+birdiy;"Birdiy";288x224@60;V
+birdtry;"Birdie Try (Japan)";256x240@57;V
+bishi;"Bishi Bashi Championship Mini Game Senshuken (ver JAA, - Super Bishi Bashi Championship (ver JAA, 2 Players)";288x224@60;H
+bjourney;"Blue's Journey / Raguy (ALM-001)(ALH-001)";320x224@59;H
+bjtwin;"Bombjack Twin (set 1)";384x224@56;V
+bjtwina;"Bombjack Twin (set 2)";384x224@56;V
+bladestl;"Blades of Steel (version T)";256x224@60;V
+bladestle;"Blades of Steel (version E)";256x224@60;V
+bladestll;"Blades of Steel (version L)";256x224@60;V
+blandia;"Blandia";384x240@60;H
+blandiap;"Blandia (prototype)";384x240@60;H
+blastoff;"Blast Off (Japan)";288x224@60;V
+blazeon;"Blaze On (Japan)";320x232@60;H
+blazer;"Blazer (Japan)";288x224@60;V
+blazstar;"Blazing Star";304x224@59;H
+blkbustr;"BlockBuster";240x224@60;V
+blkdrgon;"Black Dragon (Japan)";256x224@60;H
+blkdrgonb;"Black Dragon (bootleg)";256x224@60;H
+blkheart;"Black Heart";256x224@56;H
+blkheartj;"Black Heart (Japan)";256x224@56;H
+blkhole;"Black Hole";256x224@60;V
+blkpnthr;"Black Panther";256x224@60;H
+blktiger;"Black Tiger";256x224@60;H
+blktigera;"Black Tiger (older)";256x224@60;H
+blktigerb1;"Black Tiger (bootleg set 1)";256x224@60;H
+blktigerb2;"Black Tiger (bootleg set 2)";256x224@60;H
+blktigerb3;"Black Tiger / Black Dragon (mixed bootleg?)";256x224@60;H
+blmbycar;"Blomby Car";384x256@60;H
+blmbycaru;"Blomby Car (not encrypted)";384x256@60;H
+block;"Block (Game Corporation bootleg, set 1) - Block Block (World 911219 Joystick)";384x240@60;V
+blockbl;"Block Block (bootleg)";384x240@60;V
+blockcar;"Block Carnival / Thunder & Lightning 2";384x240@60;V
+blockgal;"Block Gal (MC-8123B, 317-0029)";256x224@60;V
+blockhl;"Block Hole";288x224@60;H
+blockj;"Block Block (Japan 910910)";384x240@60;V
+blockout;"Block Out (set 1) - Blockout (World)";320x240@58;H
+blockout2;"Block Out (set 2)";320x240@58;H
+blockoutj;"Block Out (Japan)";320x240@58;H
+blockr1;"Block Block (World 911106 Joystick)";384x240@60;V
+blockr2;"Block Block (World 910910)";384x240@60;V
+bloodbro;"Blood Bros. (set 1)";256x224@60;H
+bloodbroa;"Blood Bros. (set 2)";256x224@60;H
+bloodbrob;"Blood Bros. (set 3)";256x224@60;H
+bloodwar;"Blood Warrior";320x240@60;H
+blox16b;"Bloxeed (System 16B, PS2 data file)";320x224@60;H
+bloxeed;"Bloxeed (Japan, FD1094 317-0139)";320x224@60;H
+bloxeedd;"Bloxeed (Japan, FD1094 317-0139 decrypted)";320x224@60;H
+blswhstl;"Bells & Whistles (World, version L)";280x224@60;V
+blswhstla;"Bells & Whistles (Asia, version M)";280x224@60;V
+bluehawk;"Blue Hawk";384x240@60;V
+bluehawkn;"Blue Hawk (NTC)";384x240@60;V
+blueprnt;"Blue Print (Midway)";256x224@60;V
+blueprntj;"Blue Print (Jaleco)";256x224@60;V
+blzntrnd;"Blazing Tornado";304x224@60;H
+bmaster;"Blade Master (World)";320x240@60;H
+bnj;"Bump 'n' Jump - Bump 'n' Jump";256x240@60;V
+boblbobl;"Bobble Bobble (bootleg of Bubble Bobble) - Super Bobble Bobble (bootleg, set 1)";256x224@60;H
+boblcave;"Bubble Bobble: Lost Cave V1.2 (for Bobble Bobble PCB)";256x224@60;H
+bodyslam;"Body Slam (8751 317-0015)";320x224@60;H
+bogeyman;"Bogey Manor";256x240@60;H
+boggy84;"Boggy '84 - Boggy '84 (Jpn)";256x224@60;V
+boggy84b;"Boggy '84 (bootleg) - Boggy '84 (Jpn, Alt 2)";256x224@60;V
+bombbee;"Bomb Bee";272x224@60;V
+bomber;"Bomber - Bomber (bootleg of Scramble) - Space Bomber (ver. B)";256x224@60;V
+bombjack;"Bomb Jack (Jpn) - Bomb Jack (set 1)";256x224@60;V
+bombjack2;"Bomb Jack (set 2)";256x224@60;V
+bombjackt;"Bomb Jack (Tecfri, Spain)";256x224@60;V
+bombkick;"Bomb Kick (set 1)";384x224@60;H
+bombkicka;"Bomb Kick (set 2)";384x224@60;H
+bombrman;"Bomber Man (Japan)";320x240@60;H
+bongo;"Bongo - Congo Bongo";256x224@60;V
+bonkadv;"B.C. Kid / Bonk's Adventure / Kyukyoku!! PC Genjin";320x240@60;H
+bonzeadv;"Bonze Adventure (World, Newer)";320x224@60;H
+bonzeadvo;"Bonze Adventure (World, Older)";320x224@60;H
+bonzeadvp;"Bonze Adventure (World, prototype)";320x224@60;H
+bonzeadvu;"Bonze Adventure (US)";320x224@60;H
+boobhack;"Booby Kids (Italian manufactured graphic hack / bootle";256x224@60;V
+boogwing;"Boogie Wings (Euro v1.5, 92.12.07)";320x240@58;H
+boogwinga;"Boogie Wings (Asia v1.5, 92.12.07)";320x240@58;H
+boogwingu;"Boogie Wings (USA v1.7, 92.12.14)";320x240@58;H
+bottom9;"Bottom of the Ninth (ver. T)";288x224@60;H
+bottom9n;"Bottom of the Ninth (ver. N)";288x224@60;H
+bouldash;"Boulder Dash / Boulder Dash Part 2 (World)";256x240@57;H
+bouldashj;"Boulder Dash / Boulder Dash Part 2 (Japan)";256x240@57;H
+bounty;"The Bounty";256x224@60;H
+bowlrama;"Bowl-O-Rama";360x240@57;V
+boxyboy;"Boxy Boy (SB?) - Boxyboy";288x224@60;H
+brain;"Brain";256x224@60;H
+brapboys;"B.Rap Boys (World)";256x224@60;H
+brapboysj;"B.Rap Boys Special (Japan)";256x224@60;H
+brapboysu;"B.Rap Boys Special (US)";256x224@60;H
+breakers;"Breakers";320x224@59;H
+breakrev;"Breakers Revenge";320x224@59;H
+breywood;"Breywood (Japan revision 2)";256x240@58;H
+brix;"Brix";256x224@60;V
+brkthru;"Break Thru (US)";240x240@60;H
+brkthruj;"Kyohkoh-Toppa (Japan)";240x240@60;H
+brubber;"Burnin' Rubber";256x240@60;V
+bshark;"Battle Shark (World)";320x240@60;H
+bsharkj;"Battle Shark (Japan)";320x240@60;H
+bsharkjjs;"Battle Shark (Japan, Joystick)";320x240@60;H
+bsharku;"Battle Shark (US)";320x240@60;H
+bssoccer;"Back Street Soccer";256x224@60;H
+bstars;"Baseball Stars Professional (NGM-002)";320x224@59;H
+bstars2;"Baseball Stars 2";304x224@59;H
+bstarsh;"Baseball Stars Professional (NGH-002)";320x224@59;H
+btime;"Burger Time (Data East set 1) - Burgertime - Burgertime (Jpn) - Super Burger Time (World, set 1)";242x240@60;V
+btime2;"Burger Time (Data East set 2)";242x240@60;V
+btime3;"Burger Time (Data East USA)";242x240@60;V
+btimem;"Burger Time (Midway) - Burgertime (Prototype)";242x240@60;V
+btlfield;"Battle Field (Japan)";256x224@60;V
+btlfieldb;"Battle Field (bootleg)";256x224@60;V
+btlkroad;"Battle K-Road";320x224@59;H
+btlkroadk;"Battle K-Road (Korean PCB)";320x224@59;H
+bub68705;"Bubble Bobble (boolteg with 68705, set 1)";256x224@60;H
+bub68705a;"Bubble Bobble (boolteg with 68705, set 2)";256x224@60;H
+bubblem;"Bubble Memories: The Story Of Bubble Bobble III (Ver 2";320x224@60;H
+bubblemj;"Bubble Memories: The Story Of Bubble Bobble III (Ver 2";320x224@60;H
+bubbletr;"Bubble Trouble (World, Rev B)";288x224@60;H
+bubbletrj;"Bubble Trouble (Japan, Rev C)";288x224@60;H
+bubl2000;"Bubble 2000";256x224@56;H
+bublbob2;"Bubble Bobble II (Ver 2.6O 1994/12/16)";320x224@60;H
+bublbob2o;"Bubble Bobble II (Ver 2.5O 1994/10/05)";320x224@60;H
+bublbob2p;"Bubble Bobble II (Ver 0.0J 1993/12/13, prototype)";320x224@60;H
+bublbobl;"Bubble Bobble (Euro, Bra) - Bubble Bobble (Euro, USA) - Bubble Bobble (Japan, Ver 0.1)";256x224@60;H
+bublbobl1;"Bubble Bobble (Japan, Ver 0.0)";256x224@60;H
+bublboblb;"Bubble Bobble (for Bobble Bobble PCB)";256x224@60;H
+bublboblr;"Bubble Bobble (US, Ver 5.1)";256x224@60;H
+bublboblr1;"Bubble Bobble (US, Ver 1.0)";256x224@60;H
+bublboblu;"Bubble Bobble (Ultra Version, Hack)";256x224@60;H
+bublcave;"Bubble Bobble: Lost Cave V1.2";256x224@60;H
+bublcave10;"Bubble Bobble: Lost Cave V1.0";256x224@60;H
+bublcave11;"Bubble Bobble: Lost Cave V1.1";256x224@60;H
+bubsymphe;"Bubble Symphony (Ver 2.5O 1994/10/05)";320x224@60;H
+bubsymphj;"Bubble Symphony (Ver 2.5J 1994/10/05)";320x224@60;H
+bubsymphu;"Bubble Symphony (Ver 2.5A 1994/10/05)";320x224@60;H
+bucaner;"Buccaneer";288x224@60;V
+buccanrs;"Buccaneers (set 1)";256x256@55;H
+buccanrsa;"Buccaneers (set 2)";256x256@55;H
+buccanrsb;"Buccaneers (set 3, harder)";256x256@55;H
+bucky;"Bucky O'Hare (ver EAB)";384x224@60;H
+buckyaab;"Bucky O'Hare (ver AAB)";384x224@60;H
+buckyea;"Bucky O'Hare (ver EA)";384x224@60;H
+buckyjaa;"Bucky O'Hare (ver JAA)";384x224@60;H
+buckyuab;"Bucky O'Hare (ver UAB)";384x224@60;H
+bullet;"Bullet (FD1094 317-0041)";320x224@60;H
+bulletd;"Bullet (FD1094 317-0041 decrypted)";320x224@60;H
+bullfgt;"Bullfight (315-5065)";256x224@60;H
+buraiken;"Hissatsu Buraiken (Japan)";256x240@60;V
+burglarx;"Burglar X";384x224@60;H
+burnforc;"Burning Force (Euro) - Burning Force (Japan, new version (Rev C))";288x224@60;H
+burnforco;"Burning Force (Japan, old version)";288x224@60;H
+burningf;"Burning Fight (NGM-018)(NGH-018)";304x224@59;H
+burningfh;"Burning Fight (NGH-018)(US)";304x224@59;H
+burningfp;"Burning Fight (prototype, older)";304x224@59;H
+burningfpa;"Burning Fight (prototype, ver 23.3, 910326)";304x224@59;H
+buzzard;"Buzzard";288x224@60;V
+bwcasino;"Boardwalk Casino";288x224@60;V
+bwings;"B-Wings (Japan new Ver.)";256x240@60;V
+bwingsa;"B-Wings (Alt Ver.?)";256x240@60;V
+bwingso;"B-Wings (Japan old Ver.)";256x240@60;V
+bygone;"Bygone";240x224@60;H
+cabal;"Cabal (World, Joystick)";256x256@60;H
+cabala;"Cabal (korea?, Joystick)";256x256@60;H
+cachat;"Cachat (Japan)";320x224@60;H
+cactus;"Cactus (bootleg of Saboten Bombers)";384x224@56;H
+cadash;"Cadash (USA, Asia, Kor) - Cadash (World) - Cadash - Cadash";320x240@60;H
+cadashf;"Cadash (France)";320x240@60;H
+cadashg;"Cadash (Germany, version 1)";320x240@60;H
+cadashi;"Cadash (Italy)";320x240@60;H
+cadashj;"Cadash (Japan, version 2)";320x240@60;H
+cadashj1;"Cadash (Japan, version 1)";320x240@60;H
+cadashjo;"Cadash (Japan, oldest version)";320x240@60;H
+cadashp;"Cadash (World, prototype)";320x240@60;H
+cadashu;"Cadash (US, version 2)";320x240@60;H
+cairblad;"Change Air Blade (Japan)";338x240@60;V
+calibr50;"Caliber 50";384x240@57;V
+calipso;"Calipso";256x224@60;V
+calorie;"Calorie Kun vs Moguranian";256x224@60;H
+calorieb;"Calorie Kun vs Moguranian (bootleg)";256x224@60;H
+cameltry;"Cameltry (US, YM2610)";320x224@60;H
+cameltrya;"Cameltry (US, YM2203 + M6295)";320x224@60;H
+cameltryau;"Cameltry (World, YM2203 + M6295)";320x224@60;H
+cameltryj;"Cameltry (Japan, YM2610)";320x224@60;H
+candance;"Cannon Dancer (Japan)";320x240@58;H
+candory;"Candory (Bootleg)";288x224@60;H
+cannball;"Cannon Ball (Yun Sung, horizontal)";384x240@60;H
+cannballv;"Cannon Ball (Yun Sung, vertical)";384x240@60;V
+cannonbp;"Cannon Ball (Pacman Hardware)";288x224@60;V
+canvas;"Canvas Croquis";288x216@60;H
+canyon;"Canyon Bomber";256x240@60;H
+canyonp;"Canyon Bomber (prototype)";256x240@60;H
+capbowl;"Capcom Bowling (set 1)";360x244@57;V
+capbowl2;"Capcom Bowling (set 2)";360x244@57;V
+capbowl3;"Capcom Bowling (set 3)";360x244@57;V
+capbowl4;"Capcom Bowling (set 4)";360x244@57;V
+capitol;"Capitol";256x208@60;V
+captcomm;"Captain Commando (911202 other country)";384x224@60;H
+captcommb;"Captain Commando (bootleg set 1, 911014 other country)";384x224@60;H
+captcommb2;"Captain Commando (bootleg set 2 (with YM2151 + 2xMSM52";384x224@60;H
+captcommj;"Captain Commando (911202 Japan)";384x224@60;H
+captcommjr1;"Captain Commando (910928 Japan)";384x224@60;H
+captcommr1;"Captain Commando (911014 other country)";384x224@60;H
+captcommu;"Captain Commando (910928 USA)";384x224@60;H
+cashquiz;"Cash Quiz (Type B, Version 5)";256x224@60;H
+catacomb;"Catacomb";256x224@60;V
+catt;"Catt (Japan)";320x224@60;H
+cavelon;"Cavelon";256x224@60;V
+cavenger;"Cosmic Avenger - Cosmic Avenger";240x196@60;H
+cawing;"Carrier Air Wing (U.S. navy 901012 etc)";384x224@60;H
+cawingb2;"Carrier Air Wing (bootleg set 2 (with 2xYM2203 + 2xMSM";384x224@60;H
+cawingbl;"Carrier Air Wing (bootleg set 1 (with 2xYM2203 + 2xMSM";384x224@60;H
+cawingj;"U.S. Navy (901012 Japan)";384x224@60;H
+cawingr1;"Carrier Air Wing (U.S. navy 901009 etc)";384x224@60;H
+cawingu;"Carrier Air Wing (U.S. navy 901012 USA)";384x224@60;H
+cbuster;"Crude Buster (World FX version)";256x240@58;H
+cbusterj;"Crude Buster (Japan FR revision 1)";256x240@58;H
+cbusterw;"Crude Buster (World FU version)";256x240@58;H
+cclimber;"Crazy Climber (US)";256x224@60;H
+cclimbr2;"Crazy Climber 2 (Japan)";288x224@60;H
+cclimbr2a;"Crazy Climber 2 (Japan, Harder)";288x224@60;H
+cencourt;"Center Court (World, 4 Players, prototype, MC-8123B)";320x224@60;V
+centiped;"Centipede - Centipede (revision 4)";256x240@60;V
+centiped3;"Centipede (revision 3)";256x240@60;V
+chainrec;"Chain Reaction (World, Version 2.2, 1995.09.25)";320x240@58;H
+chaknpop;"Chack'n Pop";256x224@60;H
+chameleo;"Chameleon";256x224@60;H
+champwr;"Champion Wrestler (World)";320x224@60;H
+champwrj;"Champion Wrestler (Japan)";320x224@60;H
+champwru;"Champion Wrestler (US)";320x224@60;H
+chanbara;"Chanbara";256x224@60;V
+changes;"Changes";256x224@60;H
+changesa;"Changes (EME license)";256x224@60;H
+charlien;"Charlie Ninja";320x240@58;H
+chasehq;"Chase H.Q. (World) - Taito Chase H.Q. - Taito Chase H.Q. - Taito Chase H.Q. (Euro) - Taito Chase H.Q. (USA, SMS Mode)";320x240@60;H
+chasehqj;"Chase H.Q. (Japan) - Taito Chase H.Q. (Jpn, SMS Mode)";320x240@60;H
+chasehqju;"Chase H.Q. (Japan UP)";320x240@60;H
+chasehqu;"Chase H.Q. (US)";320x240@60;H
+checkman;"Check Man";256x224@60;V
+checkmanj;"Check Man (Japan)";256x224@60;V
+cheekyms;"Cheeky Mouse";256x192@60;V
+chelnov;"Chelnov (Jpn) - Chelnov - Atomic Runner (World)";256x248@60;H
+chelnovj;"Chelnov - Atomic Runner (Japan)";256x248@60;H
+chelnovu;"Chelnov - Atomic Runner (US)";256x248@60;H
+chewing;"Chewing Gum";256x224@60;V
+chikij;"Chiki Chiki Boys (900619 Japan) - Chiki Chiki Boys (Jpn, Kor)";384x224@60;H
+chimerab;"Chimera Beast (prototype)";256x224@60;H
+chinagat;"China Gate (US)";256x240@60;H
+chinatwn;"China Town (Japan)";320x240@58;H
+chkun;"Chance Kun (Japan)";256x224@60;V
+chokchok;"Choky! Choky!";320x240@60;H
+choko;"Choko (010820 Japan)";384x224@60;H
+chopliftbl;"Choplifter (bootleg)";256x224@60;H
+chopliftu;"Choplifter (unprotected)";256x224@60;H
+chopper;"Battle Chopper - Chopper I (US set 1)";400x224@60;V
+choppera;"Chopper I (US set 2)";400x224@60;V
+chopperb;"Chopper I (US set 3)";400x224@60;V
+chqflag;"Chequered Flag";304x224@60;V
+chqflagj;"Chequered Flag (Japan)";304x224@60;V
+chukatai;"Chuka Taisen (World) - Gokuraku! Chuka Taisen";256x224@60;H
+chukataij;"Chuka Taisen (Japan)";256x224@60;H
+chukataiu;"Chuka Taisen (US)";256x224@60;H
+circusc;"Circus Charlie (Jpn) - Circus Charlie (level select, set 1) - Maxi Tuan ~ Circus Charlie (Tw)";256x224@60;V
+circusc2;"Circus Charlie (level select, set 2)";256x224@60;V
+circusc3;"Circus Charlie (level select, set 3)";256x224@60;V
+circusc4;"Circus Charlie (no level select)";256x224@60;V
+circuscc;"Circus Charlie (Centuri)";256x224@60;V
+circusce;"Circus Charlie (Centuri, earlier)";256x224@60;V
+citybomb;"City Bomber (World)";256x224@60;V
+citybombj;"City Bomber (Japan)";256x224@60;V
+citycon;"City Connection (Jpn) - City Connection (set 1)";240x224@60;H
+citycona;"City Connection (Jpn, Alt) - City Connection (set 2)";240x224@60;H
+ckongg;"Crazy Kong (bootleg on Galaxian hardware)";256x224@60;V
+ckongmc;"Crazy Kong (bootleg on Moon Cresta hardware)";256x224@60;V
+ckongs;"Crazy Kong (Scramble hardware)";256x224@60;V
+clbowl;"Coors Light Bowling";360x244@57;V
+cleopatr;"Cleopatra Fortune (Ver 2.1J 1996/09/05)";320x224@60;H
+cloak;"Cloak & Dagger (rev 5)";256x232@60;H
+cloakfr;"Cloak & Dagger (French)";256x232@60;H
+cloakgr;"Cloak & Dagger (German)";256x232@60;H
+cloaksp;"Cloak & Dagger (Spanish)";256x232@60;H
+cltchitr;"Clutch Hitter (set 2, US, FD1094 317-0176)";320x224@60;H
+cltchitrd;"Clutch Hitter (set 2, US, FD1094 317-0176 decrypted)";320x224@60;H
+cltchitrj;"Clutch Hitter (set 1, Japan, FD1094 317-0175)";320x224@60;H
+cltchitrjd;"Clutch Hitter (set 1, Japan, FD1094 317-0175 decrypted";320x224@60;H
+cnbe;"Codename - Blut Engel (2006-01-19)";304x224@59;H
+cndi;"Chip n Dale (Intro demo)";304x224@59;H
+cninja;"Caveman Ninja (World ver 4)";256x240@58;H
+cninja1;"Caveman Ninja (World ver 1)";256x240@58;H
+cninjabl;"Caveman Ninja (bootleg)";256x240@58;H
+cninjau;"Caveman Ninja (US ver 4)";256x240@58;H
+cobracom;"Cobra-Command (World/US revision 5)";256x240@58;H
+cobracoma;"Cobra-Command (World/US revision 4)";256x240@58;H
+cobracomb;"Cobra-Command (Italian bootleg)";256x240@58;H
+cobracomj;"Cobra-Command (Japan)";256x240@58;H
+cobracomja;"Cobra-Command (Japan?, set 2)";256x240@58;H
+cobracomjb;"Cobra-Command (Japan, bootleg)";256x240@58;H
+columnsn;"Columns (Neo Geo)";304x224@59;H
+combh;"Combat Hawk";224x224@60;V
+commando;"Commando (World)";256x224@60;V
+commandob;"Commando (bootleg)";256x224@60;V
+commandob2;"Commando (bootleg 2)";256x224@60;V
+commandoj;"Senjou no Ookami";256x224@60;V
+commandou;"Commando (US, set 1)";256x224@60;V
+commandou2;"Commando (US, set 2)";256x224@60;V
+commandw;"Command War - Super Special Battle & War Game (Ver 0.0";320x224@60;H
+commsega;"Commando (Sega)";256x224@60;V
+condor;"Condor (Sidam bootleg of Phoenix)";256x208@60;V
+condorn;"Condor (S C Novar bootleg of Phoenix)";256x208@60;V
+congo;"Congo (Prototype) - Congo Bongo - Congo Bongo - Congo Bongo (Euro, Jpn, v1)";256x224@60;V
+congoa;"Congo Bongo (Euro, Jpn, v1 Alt) - Congo Bongo (Rev C, 3 board stack)";256x224@60;V
+contcirc;"Continental Circus (World)";320x224@60;H
+contcircj;"Continental Circus (Japan)";320x224@60;H
+contcircu;"Continental Circus (US set 1)";320x224@60;H
+contcircua;"Continental Circus (US set 2)";320x224@60;H
+contra;"Contra (US / Asia, set 1) - Contra - Hard Corps (USA, Kor) - Super Contra";280x224@60;V
+contra1;"Contra (US / Asia, set 2)";280x224@60;V
+contrab;"Contra (bootleg)";280x224@60;V
+contrabj;"Contra (Japan bootleg, set 1)";280x224@60;V
+contrabj1;"Contra (Japan bootleg, set 2)";280x224@60;V
+contrae;"Contra (US / Asia, set 3)";280x224@60;V
+contraj;"Contra (Japan, set 1) - Contra - The Hard Corps (Jpn) - Super Contra (Japan)";280x224@60;V
+contraj1;"Contra (Japan, set 2)";280x224@60;V
+cookbib;"Cookie & Bibi (set 1)";320x240@60;H
+cookbib2;"Cookie & Bibi 2";256x224@58;H
+cookbib3;"Cookie & Bibi 3";256x224@58;H
+cookbiba;"Cookie & Bibi (set 2)";320x240@60;H
+cosmccop;"Cosmic Cop (World)";384x256@55;H
+cosmogng;"Cosmo Gang the Video (US)";288x224@60;V
+cotton;"Cotton (set 3, World, FD1094 317-0181a) - Panorama Cotton (Jpn)";320x224@60;H
+cottond;"Cotton (set 3, World, FD1094 317-0181a decrypted)";320x224@60;H
+cottong;"Cotocoto Cottong";256x224@60;V
+cottonj;"Cotton (set 2, Japan, Rev B, FD1094 317-0179b))";320x224@60;H
+cottonja;"Cotton (set 1, Japan, Rev A, FD1094 317-0179a))";320x224@60;H
+cottonjad;"Cotton (set 1, Japan, Rev A, FD1094 317-0179a decrypte";320x224@60;H
+cottonjd;"Cotton (set 2, Japan, Rev B, FD1094 317-0179b decrypte";320x224@60;H
+cottonu;"Cotton (set 2, US, FD1094 317-0180)";320x224@60;H
+cottonud;"Cotton (set 2, US, FD1094 317-0180 decrypted)";320x224@60;H
+countrunb;"Counter Run (bootleg set 1)";256x224@60;H
+cphd;"Crouching Poney Hidden Dragon (DEMO)";304x224@59;H
+cps1demo;"Chaos Demo (CPS-1)";384x224@60;H
+cps1frog;"Frog Feast (CPS-1)";384x224@60;H
+crazyblk;"Crazy Blocks";240x224@60;V
+crazycop;"Crazy Cop (Japan)";288x224@60;V
+crazyfgt;"Crazy Fight";384x224@60;H
+crimec;"Crime City (World)";320x224@60;H
+crimecj;"Crime City (Japan)";320x224@60;H
+crimecu;"Crime City (US)";320x224@60;H
+crimfght;"Crime Fighters (World 2 players)";320x224@60;H
+crimfghtj;"Crime Fighters (Japan 2 Players)";320x224@60;H
+crimfghtu;"Crime Fighters (US 4 Players)";320x224@60;H
+crockman;"Crock-Man (bootleg, Rene-Pierre)";288x224@60;V
+croquis;"Croquis (Germany)";320x224@60;H
+crospang;"Cross Pang";320x240@60;H
+crossbld;"Cross Blades! (Japan)";320x240@60;H
+crshrace;"Lethal Crash Race (set 1)";320x224@60;V
+crshrace2;"Lethal Crash Race (set 2)";320x224@60;V
+crswd2bl;"Crossed Swords 2 (bootleg CD to cartridge conversion)";304x224@59;H
+crsword;"Crossed Swords (ALM-002)(ALH-002)";304x224@59;H
+cruisin;"Cruisin";240x224@60;H
+crush;"Alien Crush - Alien Crush - Crush Roller (Kural Samno) - Mad Crusher (Japan) - Rolling Crush (version 1.07.E - 1999/02/11, Trust lice - Super Metal Crusher";288x224@60;V
+crush2;"Crush Roller (Kural Esco - bootleg?)";288x224@60;V
+crush4;"Crush Roller (Kural - bootleg?)";288x224@60;V
+crush5;"Crush Roller (Kural TWT)";288x224@60;V
+crushbl;"Crush Roller (bootleg set 1)";288x224@60;V
+crushbl2;"Crush Roller (bootleg set 2)";288x224@60;V
+crushbl3;"Crush Roller (bootleg set 3)";288x224@60;V
+crusherm;"Crusher Makochan (Japan)";320x240@58;H
+crushs;"Crush Roller (Sidam bootleg)";288x224@60;V
+csclub;"Capcom Sports Club (971017 Euro)";384x224@60;H
+csclub1;"Capcom Sports Club (970722 Euro)";384x224@60;H
+csclub1d;"Capcom Sports Club (970722 Euro Phoenix Edition)";384x224@60;H
+cscluba;"Capcom Sports Club (970722 Asia)";384x224@60;H
+csclubh;"Capcom Sports Club (970722 Hispanic)";384x224@60;H
+csclubj;"Capcom Sports Club (970722 Japan)";384x224@60;H
+csclubjy;"Capcom Sports Club (970722 Japan, yellow case)";384x224@60;H
+csilver;"Captain Silver (World)";256x240@58;H
+csilverj;"Captain Silver (Japan revision 3)";256x240@58;H
+csilverja;"Captain Silver (Japan revision 1)";256x240@58;H
+csprint;"Championship Sprint (Atari System 2)";512x384@60;H
+ct2k3sa;"Crouching Tiger Hidden Dragon 2003 Super Plus alternat";304x224@59;H
+ct2k3sp;"Crouching Tiger Hidden Dragon 2003 Super Plus";304x224@59;H
+cthd2003;"Crouching Tiger Hidden Dragon 2003 (set 1)";304x224@59;H
+cthd2k3a;"Crouching Tiger Hidden Dragon 2003 (set 2)";304x224@59;H
+ctomaday;"Captain Tomaday";304x224@59;H
+ctribe;"The Combatribes (US)";320x240@57;H
+ctribe1;"The Combatribes (US set 1?)";320x240@57;H
+ctribeb;"The Combatribes (bootleg set 1)";320x240@57;H
+ctribeb2;"The Combatribes (bootleg set 2)";320x240@57;H
+ctribej;"The Combatribes (Japan)";320x240@57;H
+ctribeo;"The Combatribes (US , older)";320x240@57;H
+ctrpllrp;"Caterpillar Pacman Hack";288x224@60;V
+cubybop;"Cuby Bop (location test)";320x224@60;H
+cuebrick;"Cue Brick (World, version D)";304x224@60;H
+cuebrickj;"Cue Brick (Japan)";320x224@60;H
+cupfinal;"Taito Cup Finals (Ver 1.0O 1993/02/28)";320x224@60;H
+cutefght;"Cute Fighter";304x224@58;H
+cutieq;"Cutie Q";272x224@60;V
+cworld;"Capcom World (Japan)";384x240@60;H
+cworld2j;"Adventure Quiz Capcom World 2 (920611 Japan)";384x224@60;H
+cworld2ja;"Adventure Quiz Capcom World 2 (Japan 920611, B-Board 9";384x224@60;H
+cworld2jb;"Adventure Quiz Capcom World 2 (Japan 920611, B-Board 9";384x224@60;H
+cybattlr;"Cybattler";256x224@60;V
+cyberlip;"Cyber-Lip (NGM-010)";304x224@59;H
+cybertnk;"Cyber Tank (v1.4)";224x512@60;V
+cybots;"Cyberbots - fullmetal madness (950424 Euro)";384x224@60;H
+cybotsj;"Cyberbots - fullmetal madness (950420 Japan)";384x224@60;H
+cybotsjd;"Cyberbots - fullmetal madness (Japan 950424) (decrypte";384x224@60;H
+cybotsu;"Cyberbots - fullmetal madness (950424 USA)";384x224@60;H
+cybotsud;"Cyberbots - fullmetal madness (950424 USA Phoenix Edit";384x224@60;H
+cyvern;"Cyvern (US)";320x240@60;V
+cyvernj;"Cyvern (Japan)";320x240@60;V
+dacholer;"Dacholer";256x224@60;H
+dadandrn;"Kyukyoku Sentai Dadandarn (ver JAA)";288x224@60;H
+daimakai;"Dai Makai-Mura (Japan) - Dai Makaimura - Dai Makaimura (Jpn)";384x224@60;H
+daimakaib;"Dai Makai-Mura (bootleg, Japan)";384x224@60;H
+daimakair;"Dai Makai-Mura (Japan Resale Ver.)";384x224@60;H
+daioh;"Daioh";384x240@60;V
+daioha;"Daioh (earlier)";384x240@60;V
+daiohc;"Daioh (93111A PCB conversion)";384x240@60;V
+daiohp;"Daioh (prototype)";384x240@60;V
+dairesya;"Dai Ressya Goutou (Japan)";240x224@60;H
+daisenpu;"Dai Senpu - Daisenpu (Japan)";384x224@60;V
+dambustr;"Dambusters (US, set 1) - The Dam Busters (Euro?)";256x224@60;V
+dambustra;"Dambusters (US, set 2) - The Dam Busters (Jpn)";256x224@60;V
+dambustruk;"Dambusters (UK)";256x224@60;V
+dangar;"Ufo Robo Dangar (4/07/1987)";256x224@60;V
+dangara;"Ufo Robo Dangar (12/1/1986)";256x224@60;V
+dangarb;"Ufo Robo Dangar (9/26/1986)";256x224@60;V
+dangarbt;"Ufo Robo Dangar (bootleg)";256x224@60;V
+dangseed;"Dangerous Seed (Japan) - Dangerous Seed (Jpn)";288x224@60;V
+dankuga;"Dan-Ku-Ga (Ver 0.0J 1994/12/13) (Prototype)";320x224@60;H
+daraku;"Daraku Tenshi - The Fallen Angels";320x224@60;H
+darius;"Darius (World)";224x864@60;V
+darius2;"Darius II (Japan) - Darius II (Jpn)";224x864@60;V
+darius2d;"Darius II (dual screen) (Japan)";224x640@60;V
+darius2do;"Darius II (dual screen) (Japan old version)";224x640@60;V
+dariuse;"Darius (Extra) (Japan)";224x864@60;V
+dariusg;"Darius Gaiden - Silver Hawk (Ver 2.5O 1994/09/19)";320x232@60;H
+dariusgj;"Darius Gaiden - Silver Hawk (Ver 2.5J 1994/09/19)";320x232@60;H
+dariusgu;"Darius Gaiden - Silver Hawk (Ver 2.5A 1994/09/19)";320x232@60;H
+dariusgx;"Darius Gaiden - Silver Hawk Extra Version (Ver 2.7J 19";320x232@60;H
+dariusj;"Darius (Japan)";224x864@60;V
+dariuso;"Darius (Japan old version)";224x864@60;V
+dariusu;"Darius (US)";224x864@60;V
+darkadv;"Dark Adventure";320x224@60;H
+darkmist;"The Lost Castle In Darkmist";256x224@60;V
+darkplnt;"Dark Planet";256x224@60;H
+darkseal;"Dark Seal (World revision 3)";256x240@58;H
+darkseal1;"Dark Seal (World revision 1)";256x240@58;H
+darkseal2;"Dark Seal 2 (Japan v2.1)";320x240@58;H
+darksealj;"Dark Seal (Japan)";256x240@58;H
+darktowr;"Dark Tower";256x240@57;H
+darwin;"Darwin 4078 (Japan) - Darwin 4081 (Jpn, Kor) - Super Real Darwin (World)";240x240@60;V
+dassault;"Desert Assault (US)";320x240@60;H
+dassault4;"Desert Assault (US 4 Players)";320x240@60;H
+dblaxle;"Double Axle (US)";320x240@60;H
+dblaxleu;"Double Axle (US earlier)";320x240@60;H
+dbldynj;"The Double Dynamites (Japan, 13NOV89)";256x224@60;H
+dbldynu;"The Double Dynamites (US, 13NOV89)";256x224@60;H
+dblewing;"Double Wings";320x240@58;V
+dblpoint;"Double Point";320x224@60;H
+dblpointd;"Double Point (Dong Bang Electron, bootleg?)";320x224@60;H
+dbreed;"Dragon Breed (M81 PCB version)";384x256@55;H
+dbreedm72;"Dragon Breed (M72 PCB version)";384x256@55;H
+dbz;"Dragon Ball Z - Buyuu Retsuden (Jpn) - Dragonball Z (rev B)";384x256@60;H
+dbz2;"Dragonball Z 2 - Super Battle";384x256@60;H
+dbza;"Dragonball Z (rev A)";384x256@60;H
+dcon;"D-Con";320x224@60;H
+ddaydoo;"Chulgyeok D-Day (Korea)";384x240@60;V
+ddcrew;"D. D. Crew (set 4, World, 3 Players, FD1094 317-0190)";320x224@60;H
+ddcrew1;"D. D. Crew (set 1, World, 4 Players, FD1094 317-?)";320x224@60;H
+ddcrew1d;"D. D. Crew (set 1, World, 4 Players, FD1094 317-? decr";320x224@60;H
+ddcrew2;"D. D. Crew (set 2, World, 2 Players, FD1094 317-0184)";320x224@60;H
+ddcrew2d;"D. D. Crew (set 2, World, 2 Players, FD1094 317-0184 d";320x224@60;H
+ddcrewd;"D. D. Crew (set 4, World, 3 Players, FD1094 317-0190 d";320x224@60;H
+ddcrewj;"D. D. Crew (set 5, Japan, 4 Players, FD1094 317-0185)";320x224@60;H
+ddcrewj2;"D. D. Crew (set 6, Japan, 2 Players, FD1094 317-0182)";320x224@60;H
+ddcrewj2d;"D. D. Crew (set 6, Japan, 2 Players, FD1094 317-0182 d";320x224@60;H
+ddcrewjd;"D. D. Crew (set 5, Japan, 4 Players, FD1094 317-0185 d";320x224@60;H
+ddcrewu;"D. D. Crew (set 3, US, 4 Players, FD1094 317-0186)";320x224@60;H
+ddcrewud;"D. D. Crew (set 3, US, 4 Players, FD1094 317-0186 decr";320x224@60;H
+ddonpach;"DoDonPachi (International, master ver. 97/02/05)";320x240@60;V
+ddonpacha;"DoDonPachi (Arrange Mode version 1.1, hack by Trap15)";320x240@60;V
+ddonpachj;"DoDonPachi (Japan, master ver. 97/02/05)";320x240@60;V
+ddp2;"Bee Storm - DoDonPachi II (V102, World) - Judge Dredd (USA, Prototype, Alt)";448x224@60;V
+ddp2100;"Bee Storm - DoDonPachi II (V100, World)";448x224@60;V
+ddp2100c;"Bee Storm - DoDonPachi II (V100, China)";448x224@60;V
+ddp2100hk;"Bee Storm - DoDonPachi II (V100, Hong Kong)";448x224@60;V
+ddp2100j;"Bee Storm - DoDonPachi II (V100, Japan)";448x224@60;V
+ddp2100k;"Bee Storm - DoDonPachi II (V100, Korea)";448x224@60;V
+ddp2100t;"Bee Storm - DoDonPachi II (V100, Taiwan)";448x224@60;V
+ddp2101;"Bee Storm - DoDonPachi II (V101, World)";448x224@60;V
+ddp2101c;"Bee Storm - DoDonPachi II (V101, China)";448x224@60;V
+ddp2101hk;"Bee Storm - DoDonPachi II (V101, Hong Kong)";448x224@60;V
+ddp2101j;"Bee Storm - DoDonPachi II (V101, Japan)";448x224@60;V
+ddp2101k;"Bee Storm - DoDonPachi II (V101, Korea)";448x224@60;V
+ddp2101t;"Bee Storm - DoDonPachi II (V101, Taiwan)";448x224@60;V
+ddp2c;"Bee Storm - DoDonPachi II (V102, China)";448x224@60;V
+ddp2hk;"Bee Storm - DoDonPachi II (V102, Hong Kong)";448x224@60;V
+ddp2j;"Bee Storm - DoDonPachi II (V102, Japan)";448x224@60;V
+ddp2k;"Bee Storm - DoDonPachi II (V102, Korea)";448x224@60;V
+ddp2t;"Bee Storm - DoDonPachi II (V102, Taiwan)";448x224@60;V
+ddpdoj;"DoDonPachi Dai-Ou-Jou (V101, Japan)";448x224@60;V
+ddpdoja;"DoDonPachi Dai-Ou-Jou (V100 (second version), Japan)";448x224@60;V
+ddpdojb;"DoDonPachi Dai-Ou-Jou (V100 (first version), Japan)";448x224@60;V
+ddpdojblk;"DoDonPachi Dai-Ou-Jou Black Label (V100, (2002.10.07.B";448x224@60;V
+ddpdojblka;"DoDonPachi Dai-Ou-Jou Black Label (V100 (2002.10.07 Bl";448x224@60;V
+ddpdojblkbl;"DoDonPachi Dai-Ou-Jou Black Label (2002.10.07 Black Ve";448x224@60;V
+ddragon;"Double Dragon (Euro, USA) - Double Dragon (Euro, USA) - Double Dragon (Japan) - Double Dragon (Kor) - Double Dragon (World)";256x240@57;H
+ddragon2;"Double Dragon II - The Revenge (Jpn) - Double Dragon II - The Revenge (World)";256x240@57;H
+ddragon2b;"Double Dragon II - The Revenge (US bootleg, set 1)";256x240@57;H
+ddragon2b2;"Double Dragon II - The Revenge (US bootleg, set 2)";256x240@57;H
+ddragon2u;"Double Dragon II - The Revenge (US)";256x240@57;H
+ddragon3;"Double Dragon 3 - The Arcade Game (Euro, USA) - Double Dragon 3 - The Rosetta Stone (US)";320x240@57;H
+ddragon3b;"Double Dragon 3 - The Rosetta Stone (bootleg)";320x240@57;H
+ddragon3j;"Double Dragon 3 - The Rosetta Stone (Japan)";320x240@57;H
+ddragon3p;"Double Dragon 3 - The Rosetta Stone (prototype)";320x240@57;H
+ddragonb;"Double Dragon (bootleg with HD6309)";256x240@57;H
+ddragonb2;"Double Dragon (bootleg)";256x240@57;H
+ddragonba;"Double Dragon (bootleg with M6803)";256x240@57;H
+ddragonu;"Double Dragon (US set 1)";256x240@57;H
+ddragonua;"Double Dragon (US set 2)";256x240@57;H
+ddragonub;"Double Dragon (US set 3)";256x240@57;H
+ddragonw;"Double Dragon (World set 1)";256x240@57;H
+ddragonw1;"Double Dragon (World set 2)";256x240@57;H
+ddsom;"Dungeons & Dragons - shadow over mystara (960619 Euro)";384x224@60;H
+ddsoma;"Dungeons & Dragons - shadow over mystara (960619 Asia)";384x224@60;H
+ddsomar1;"Dungeons & Dragons - shadow over mystara (960208 Asia)";384x224@60;H
+ddsomb;"Dungeons & Dragons - shadow over mystara (960223 Brazi";384x224@60;H
+ddsomh;"Dungeons & Dragons - shadow over mystara (960223 Hispa";384x224@60;H
+ddsomj;"Dungeons & Dragons - shadow over mystara (960619 Japan";384x224@60;H
+ddsomjr1;"Dungeons & Dragons - shadow over mystara (960206 Japan";384x224@60;H
+ddsomjr2;"Dungeons & Dragons - shadow over mystara (960223 Japan";384x224@60;H
+ddsomr1;"Dungeons & Dragons - shadow over mystara (960223 Euro)";384x224@60;H
+ddsomr2;"Dungeons & Dragons - shadow over mystara (960209 Euro)";384x224@60;H
+ddsomr3;"Dungeons & Dragons - shadow over mystara (960208 Euro)";384x224@60;H
+ddsomu;"Dungeons & Dragons - shadow over mystara (960619 USA)";384x224@60;H
+ddsomud;"Dungeons & Dragons - shadow over mystara (960619 USA P";384x224@60;H
+ddsomur1;"Dungeons & Dragons - shadow over mystara (960209 USA)";384x224@60;H
+ddtod;"Dungeons & Dragons - tower of doom (940412 Euro)";384x224@60;H
+ddtoda;"Dungeons & Dragons - tower of doom (940412 Asia)";384x224@60;H
+ddtodar1;"Dungeons & Dragons - tower of doom (940113 Asia)";384x224@60;H
+ddtodd;"Dungeons & Dragons - tower of doom (940412 Euro Phoeni";384x224@60;H
+ddtodh;"Dungeons & Dragons - tower of doom (940412 Hispanic)";384x224@60;H
+ddtodhr1;"Dungeons & Dragons - tower of doom (940125 Hispanic)";384x224@60;H
+ddtodhr2;"Dungeons & Dragons - tower of doom (940113 Hispanic)";384x224@60;H
+ddtodj;"Dungeons & Dragons - tower of doom (940412 Japan)";384x224@60;H
+ddtodjr1;"Dungeons & Dragons - tower of doom (940125 Japan)";384x224@60;H
+ddtodjr2;"Dungeons & Dragons - tower of doom (940113 Japan)";384x224@60;H
+ddtodr1;"Dungeons & Dragons - tower of doom (940113 Euro)";384x224@60;H
+ddtodu;"Dungeons & Dragons - tower of doom (940125 USA)";384x224@60;H
+ddtodur1;"Dungeons & Dragons - tower of doom (940113 USA)";384x224@60;H
+ddux;"Dynamite Dux (Euro, Bra) - Dynamite Dux (set 2, FD1094 317-0096)";320x224@60;H
+ddux1;"Dynamite Dux (set 1, 8751 317-0095)";320x224@60;H
+dduxbl;"Dynamite Dux (bootleg)";320x224@60;H
+dduxd;"Dynamite Dux (set 2, FD1094 317-0096 decrypted)";320x224@60;H
+dduxj;"Dynamite Dux (set 2, Japan, FD1094 317-0094)";320x224@60;H
+dduxjd;"Dynamite Dux (set 2, Japan, FD1094 317-0094 decrypted)";320x224@60;H
+deadconx;"Dead Connection (World)";320x224@60;H
+deadconxj;"Dead Connection (Japan)";320x224@60;H
+dealer;"The Dealer";272x236@60;V
+deathbrd;"Death Brade (Japan ver JM-3)";320x240@58;H
+deerhunt;"Deer Hunter (Rus) - Deer Hunting USA V4.3";320x240@60;H
+deerhunta;"Deer Hunting USA V4.2";320x240@60;H
+deerhuntb;"Deer Hunting USA V4.0";320x240@60;H
+deerhuntc;"Deer Hunting USA V3.0";320x240@60;H
+deerhuntd;"Deer Hunting USA V2";320x240@60;H
+deerhunte;"Deer Hunting USA V1";320x240@60;H
+defense;"Defense (System 16B, FD1089A 317-0028)";320x224@60;H
+deluxe4u;"Deluxe 4 U (ver. 0107, 07/01/2000)";320x240@60;H
+deluxe5;"Deluxe 5 (ver. 0107, 07/01/2000, set 1)";320x240@60;H
+deluxe5a;"Deluxe 5 (ver. 0107, 07/01/2000, set 2)";320x240@60;H
+deluxe5b;"Deluxe 5 (ver. 0107, 07/01/2000, set 3)";320x240@60;H
+demonwld;"Demon's World / Horror Story (set 1)";320x240@55.2;H
+demonwld1;"Demon's World / Horror Story (set 2)";320x240@55.2;H
+demonwld2;"Demon's World / Horror Story (set 3)";320x240@55.2;H
+demonwld3;"Demon's World / Horror Story (set 4)";320x240@55.2;H
+demonwld4;"Demon's World / Horror Story (set 5)";320x240@55.2;H
+deroon;"Deroon DeroDero";320x240@57;H
+deroona;"Deroon DeroDero (alt set)";320x240@57;H
+desertbr;"Desert Breaker (World, FD1094 317-0196)";320x224@60;V
+desertbrd;"Desert Breaker (World, FD1094 317-0196 decrypted)";320x224@60;V
+desertbrj;"Desert Breaker (Japan, FD1094 317-0194)";320x224@60;V
+desertbrjd;"Desert Breaker (Japan, FD1094 317-0194 decrypted)";320x224@60;V
+detatwin;"Detana!! Twin Bee (Japan ver. J)";280x224@60;V
+devilfsg;"Devil Fish (Galaxian hardware, bootleg?)";256x224@60;V
+devilfsh;"Devil Fish";256x224@60;V
+devilw;"Devil World";320x224@60;H
+devstors;"Devastators (ver. Z)";304x224@60;V
+devstors2;"Devastators (ver. X)";304x224@60;V
+devstors3;"Devastators (ver. V)";304x224@60;V
+dfeveron;"Dangun Feveron (Japan, ver. 98/09/17)";320x240@58;V
+dharma;"Dharma Doujou";320x224@60;H
+dharmaj;"Dharma Doujou (Japan)";320x224@60;H
+dharmak;"Dharma Doujou (Korea)";320x224@60;H
+diamond;"Diamond Run";256x224@60;H
+dietgo;"Diet Go Go (Euro v1.1 1992.09.26)";320x240@58;H
+dietgoe;"Diet Go Go (Euro v1.1 1992.08.04)";320x240@58;H
+dietgoj;"Diet Go Go (Japan v1.1 1992.09.26)";320x240@58;H
+dietgou;"Diet Go Go (USA v1.1 1992.09.26)";320x240@58;H
+digdug;"Dig Dug (Jpn) - Dig Dug (Prototype) - Dig Dug (rev 2)";288x224@60;V
+digdug2;"Dig Dug II (New Ver.)";288x224@60;V
+digdug2o;"Dig Dug II (Old Ver.)";288x224@60;V
+diggerma;"Digger Man";304x224@59;H
+dimahoo;"Dimahoo (000121 Euro)";384x224@60;V
+dimahoou;"Dimahoo (000121 USA)";384x224@60;V
+dimahoud;"Dimahoo (000121 USA Phoenix Edition)";384x224@60;V
+dingo;"Dingo";256x224@60;V
+dino;"Cadillacs & Dinosaurs (930201 etc)";384x224@60;H
+dinoa;"Cadillacs & Dinosaurs (930223 Asia TW)";384x224@60;H
+dinoeh;"Cadillacs and Dinosaurs (hack, 930201 etc)";384x224@60;H
+dinoh;"Cadillacs and Dinosaurs (bootleg set 3, 930223 Asia TW";384x224@60;H
+dinohc;"Cadillacs and Dinosaurs (Chinese bootleg, 930223 Asia";384x224@60;H
+dinohunt;"Dinosaur Hunter (Chinese bootleg, 930223 Asia TW)";384x224@60;H
+dinoj;"Cadillacs Kyouryuu-Shinseiki (Cadillacs 930201 Japan)";384x224@60;H
+dinopic;"Cadillacs and Dinosaurs (bootleg set 1 (with PIC16c57)";384x224@60;H
+dinopic2;"Cadillacs and Dinosaurs (bootleg set 2 (with PIC16c57)";384x224@60;H
+dinopic3;"Cadillacs and Dinosaurs (bootleg set 3 (with PIC16c57)";384x224@60;H
+dinopic4;"Cadillacs and Dinosaurs (bootleg set 4 (with PIC16c57)";384x224@60;H
+dinorex;"Dino Rex (World)";320x224@60;H
+dinorexj;"Dino Rex (Japan)";320x224@60;H
+dinorexu;"Dino Rex (US)";320x224@60;H
+dinot;"Cadillacs and Dinosaurs Turbo (bootleg set 1, 930223 A";384x224@60;H
+dinotpic;"Cadillacs and Dinosaurs Turbo (bootleg set 2 (with PIC";384x224@60;H
+dinou;"Cadillacs & Dinosaurs (930201 USA)";384x224@60;H
+dirtfoxj;"Dirt Fox (Japan)";288x224@60;V
+disco;"Disco No.1";242x240@60;V
+discof;"Disco No.1 (Rev.F)";242x240@60;V
+diverboy;"Diver Boy";320x240@60;H
+djboy;"DJ Boy (Euro) - DJ Boy (set 1)";256x224@58;H
+djboya;"DJ Boy (set 2)";256x224@58;H
+djboyj;"DJ Boy (Japan) - DJ Boy (Jpn)";256x224@58;H
+dkgensan;"Daiku no Gensan (Japan, M82)";384x256@55;H
+dkgensanm72;"Daiku no Gensan (Japan, M72)";384x256@55;H
+dkingjr;"Donkey King Jr. (bootleg of Donkey Kong Jr.)";256x224@60;V
+dkong;"Donkey Kong - Donkey Kong (US set 1)";256x224@60;V
+dkong3;"Donkey Kong 3 (US)";256x224@60;V
+dkong3b;"Donkey Kong 3 (bootleg on Donkey Kong Jr. hardware)";256x224@60;V
+dkong3j;"Donkey Kong 3 (Japan)";256x224@60;V
+dkongf;"Donkey Kong Foundry (hack)";256x224@60;V
+dkonghrd;"Donkey Kong (US set 1) with Hard kit";256x224@60;V
+dkongj;"Donkey Kong (Japan set 1)";256x224@60;V
+dkongjnrj;"Donkey Kong Junior (Japan?)";256x224@60;V
+dkongjo;"Donkey Kong (Japan set 2)";256x224@60;V
+dkongjo1;"Donkey Kong (Japan set 3)";256x224@60;V
+dkongjr;"Donkey Kong Junior - Donkey Kong Junior (US set F-2)";256x224@60;V
+dkongjrb;"Donkey Kong Jr. (bootleg)";256x224@60;V
+dkongjrj;"Donkey Kong Jr. (Japan)";256x224@60;V
+dkongjrm;"Donkey Kong Jr. (Moon Cresta hardware)";256x224@60;V
+dkongo;"Donkey Kong (US set 2)";256x224@60;V
+dkongpe;"Donkey Kong - Pauline Edition (hack, rev 5)";256x224@60;V
+dkongx;"Donkey Kong II - Jumpman Returns (hack, V1.2)";256x224@60;V
+dkongx11;"Donkey Kong II - Jumpman Returns (hack, V1.1)";256x224@60;V
+dkrainbow;"Donkey Kong - Arcade Rainbow (hack)";256x224@60;V
+dland;"Dream Land / Super Dream Land (bootleg of Bubble Bobbl - Rod-Land (World)";256x224@60;H
+dleague;"Dynamite League (US)";320x240@60;H
+dleaguej;"Dynamite League (Japan)";320x240@60;H
+dmnfrnt;"Demon Front (V105)";448x224@60;H
+dmnfrnta;"Demon Front (V102, China)";448x224@60;H
+dmnfrntb;"Demon Front (V103)";448x224@60;H
+dmnfrntpcb;"Demon Front (V107, Korea, Single PCB Version)";448x224@60;H
+dngrtrck;"Danger Track (Rally X bootleg)";288x224@60;H
+docastle;"Mr. Do!'s Castle - Mr. Do's Castle (set 1)";240x192@60;V
+dodgeman;"Dodge Man";256x224@60;H
+dogfgt;"Acrobatic Dog-Fight";256x240@60;H
+dogfgtj;"Dog-Fight (Japan)";256x240@60;H
+dogfgtu;"Acrobatic Dog-Fight (USA)";256x240@60;H
+dogfight;"Dog Fight (Thunderbolt) - Dog Fighter (Euro)";256x224@60;V
+dogosokb;"Dogou Souken (Joystick hack bootleg)";288x216@60;V
+dogosoke;"Dogou Souken";288x216@60;V
+dogyuun;"Dogyuun";320x240@60;V
+dogyuuna;"Dogyuun (Licensed to Unite Trading For Korea)";320x240@60;V
+dogyuunt;"Dogyuun (test location version)";320x240@60;V
+dokaben;"Dokaben (Japan)";384x240@60;H
+dolmen;"Dolmen";256x224@56;H
+dommy;"Dommy";248x240@57;V
+dondokod;"Don Doko Don (World)";320x224@60;H
+dondokodj;"Don Doko Don (Japan)";320x224@60;H
+dondokodu;"Don Doko Don (US)";320x224@60;H
+donight;"Mr.Do's Nightmare (hack by Krazy Ivan)";256x224@60;V
+donpachi;"DonPachi (USA, ver. 1.12, 95/05/2x)";320x240@58;V
+donpachihk;"DonPachi (Hong Kong, ver. 1.10, 95/05/17)";320x240@58;V
+donpachij;"DonPachi (Japan, ver. 1.01, 95/05/11)";320x240@58;V
+donpachikr;"DonPachi (Korea, ver. 1.12, 95/05/2x)";320x240@58;V
+dorodon;"Dorodon (Jpn) - Dorodon (set 1)";240x196@60;V
+dorodon2;"Dorodon (set 2)";240x196@60;V
+dorunrun;"Do! Run Run (set 1)";240x192@60;H
+dotrikun;"Dottori Kun (new version)";256x192@60;H
+dotrikun2;"Dottori Kun (old version)";256x192@60;H
+dotriman;"Dottori-Man Jr.";256x192@60;H
+doubledr;"Double Dragon (Neo-Geo)";320x224@59;H
+dowild;"Mr. Do's Wild Ride - Mr. Do's Wild Ride (Jpn)";240x192@60;H
+downtown;"DownTown / Mokugeki (Set 1)";384x224@57;V
+downtown2;"DownTown / Mokugeki (Set 2)";384x224@57;V
+downtownj;"DownTown / Mokugeki (Joystick Hack)";384x224@57;V
+downtownp;"DownTown / Mokugeki (prototype)";384x224@57;V
+dquizgo;"Date Quiz Go Go (Korea)";320x240@60;H
+dragnblz;"Dragon Blaze";320x224@60;V
+dragonsh;"Dragon's Heaven (development board)";304x224@59;H
+drakton;"Drakton (DK conversion)";256x224@60;V
+dreamwld;"Dream World";304x224@58;H
+dremshpr;"Dream Shopper";288x224@60;V
+drgnbowl;"Dragon Bowl";256x224@60;H
+drgnbowla;"Dragon Bowl (set 2, unencrypted program)";256x224@60;H
+drgnbstr;"Dragon Buster";288x224@60;H
+drgninja;"Dragonninja (Japan)";256x240@57;H
+drgninjab;"Dragonninja (bootleg set 1)";256x240@57;H
+drgninjab2;"Dragonninja (bootleg set 2)";256x240@57;H
+drgnmst;"Dragon Master";384x224@60;H
+drgnunit;"Dragon Unit / Castle of Dragon";384x240@60;H
+drgw2;"Dragon World II (V110X, World)";448x224@60;H
+drgw2c;"Zhong Guo Long II (V100C, China)";448x224@60;H
+drgw2hk;"Dragon World II (V100H, Hong Kong)";448x224@60;H
+drgw2j;"Chuugokuryuu II (V100J, Japan)";448x224@60;H
+drifto94;"Drift Out '94 - The Hard Order (Japan)";336x238@60;H
+driftout;"Drift Out (Europe)";320x224@60;V
+driftoutj;"Drift Out (Japan)";320x224@60;V
+driveout;"Drive Out";320x224@60;V
+drivfrcb;"Driving Force (Galaxian conversion bootleg)";256x224@60;V
+drivfrcg;"Driving Force (Galaxian conversion)";256x224@60;V
+drivfrcp;"Driving Force (Pac-Man conversion)";256x224@60;V
+drivfrct;"Top Racer (bootleg of Driving Force)";256x224@60;V
+drktnjr;"Drakton (DKJr conversion)";256x224@60;V
+drmicro;"Dr. Micro";256x224@60;V
+drtomy;"Dr. Tomy";320x240@60;H
+drtoppel;"Dr. Toppel's Adventure (World)";256x224@60;V
+drtoppela;"Dr. Toppel's Adventure (World, alt?)";256x224@60;V
+drtoppelj;"Dr. Toppel's Tankentai (Japan)";256x224@60;V
+drtoppelu;"Dr. Toppel's Adventure (US)";256x224@60;V
+dsaber;"Dragon Saber (World, DO2) - Dragon Saber - After Story of Dragon Spirit";288x224@60;V
+dsabera;"Dragon Saber (World, older?)";288x224@60;V
+dsaberj;"Dragon Saber (Japan, Rev B)";288x224@60;V
+dsoccr94;"Dream Soccer '94 (World, M107 hardware)";320x240@60;H
+dsoccr94j;"Dream Soccer '94 (Japan)";320x240@60;H
+dsoccr94k;"Dream Soccer '94 (Korea, M107 hardware)";320x240@60;H
+dspirit;"Dragon Spirit - Dragon Spirit - Dragon Spirit (new version (DS3))";288x224@60;V
+dspirit1;"Dragon Spirit (old version (DS1))";288x224@60;V
+dspirit2;"Dragon Spirit (DS2)";288x224@60;V
+dstlk;"Darkstalkers - the night warriors (940705 Euro) - Landstalker - The Treasures of King Nole (Euro)";384x224@60;H
+dstlka;"Darkstalkers - the night warriors (940705 Asia)";384x224@60;H
+dstlkh;"Darkstalkers - the night warriors (940818 Hispanic)";384x224@60;H
+dstlku;"Darkstalkers - the night warriors (940818 USA) - Landstalker - The Treasures of King Nole (USA)";384x224@60;H
+dstlku1d;"Darkstalkers - the night warriors (940705 USA Phoenix";384x224@60;H
+dstlkur1;"Darkstalkers - the night warriors (940705 USA)";384x224@60;H
+ducki;"Duck Tales (Intro demo)";304x224@59;H
+dumpmtmt;"Dump Matsumoto (Japan, 8751 317-unknown)";320x224@60;H
+dungeonm;"Dungeon Magic (Ver 2.1O 1994/02/18)";320x224@60;H
+dungeonmu;"Dungeon Magic (Ver 2.1A 1994/02/18)";320x224@60;H
+dunkshot;"Dunk Shot (Jpn) - Dunk Shot (Rev C, FD1089 317-0022)";320x224@60;H
+dunkshota;"Dunk Shot (Jpn, Alt) - Dunk Shot (Rev A, FD1089 317-0022)";320x224@60;H
+dunkshoto;"Dunk Shot (FD1089 317-0022)";320x224@60;H
+dw2001;"Dragon World 2001 (V100, Japan)";448x224@60;H
+dw2v100x;"Dragon World II (V100X, World)";448x224@60;H
+dwi;"DarkWing Duck (Intro demo)";304x224@59;H
+dwia;"DarkWing Duck (Intro demo, alt)";304x224@59;H
+dwpc;"Dragon World Pretty Chance (V101, Japan)";448x224@60;H
+dyger;"Dyger (Korea set 1)";384x224@60;V
+dygera;"Dyger (Korea set 2)";384x224@60;V
+dynablst;"Dynablaster / Bomber Man";320x240@60;H
+dynagear;"Dyna Gear";336x240@60;H
+dynduke;"Dynamite Duke (Euro, Bra) - Dynamite Duke (Europe, 03SEP89) - Dynamite Duke (World, Rev. A)";256x224@60;H
+dyndukea;"Dynamite Duke (Europe, 25JUL89)";256x224@60;H
+dyndukej;"Dynamite Duke (Japan, 03SEP89)";256x224@60;H
+dyndukeja;"Dynamite Duke (Japan, 25JUL89)";256x224@60;H
+dyndukeu;"Dynamite Duke (US, 25JUL89)";256x224@60;H
+dynwar;"Dynasty Wars (US set 1)";384x224@60;H
+dynwara;"Dynasty Wars (US set 2)";384x224@60;H
+dynwarj;"Tenchi wo Kurau (Japan)";384x224@60;H
+dynwarjr;"Tenchi wo Kurau (Japan Resale Ver.)";384x224@60;H
+eagle;"Eagle (set 1)";256x224@60;V
+eagle2;"Eagle (set 2)";256x224@60;V
+eagle3;"Eagle (set 3)";256x224@60;V
+eaglshot;"Eagle Shot Golf";320x224@60;H
+earthjkr;"U.N. Defense Force: Earth Joker (Japan)";320x240@60;V
+earthjkrp;"U.N. Defense Force: Earth Joker (Japan, prototype?)";320x240@60;V
+ecofghtr;"Eco Fighters (931203 etc)";384x224@60;H
+ecofghtra;"Eco Fighters (931203 Asia)";384x224@60;H
+ecofghtrd;"Eco Fighters (931203 World Phoenix Edition)";384x224@60;H
+ecofghtrh;"Eco Fighters (931203 Hispanic)";384x224@60;H
+ecofghtru;"Eco Fighters (940215 USA)";384x224@60;H
+ecofghtru1;"Eco Fighters (931203 USA)";384x224@60;H
+edf;"Armed Formation - Armed Formation F - E.D.F. : Earth Defense Force (set 1) - Twisted Flipper (USA, Prototype)";256x224@60;H
+edfa;"E.D.F. : Earth Defense Force (set 2)";256x224@60;H
+edfbl;"E.D.F. : Earth Defense Force (bootleg)";256x224@60;H
+edfu;"E.D.F. : Earth Defense Force (North America)";256x224@60;H
+edrandy;"The Cliffhanger - Edward Randy (World ver 3)";256x240@58;H
+edrandy1;"The Cliffhanger - Edward Randy (World ver 1)";256x240@58;H
+edrandy2;"The Cliffhanger - Edward Randy (World ver 2)";256x240@58;H
+edrandyj;"The Cliffhanger - Edward Randy (Japan ver 3)";256x240@58;H
+eeekk;"Eeekk!";288x224@60;V
+egghunt;"Egg Hunt";384x240@58;H
+eggor;"Eggor";288x224@60;V
+eggs;"Eggs";240x240@57;V
+eightfrc;"Eight Forces";384x224@60;V
+eightman;"Eight Man (NGM-025)(NGH-025)";320x224@59;H
+elvact2u;"Elevator Action II (Ver 2.2A 1995/02/20)";320x232@60;H
+elvactr;"Elevator Action Returns (Ver 2.2O 1995/02/20)";320x232@60;H
+elvactrj;"Elevator Action Returns (Ver 2.2J 1995/02/20)";320x232@60;H
+endurobl;"Enduro Racer (bootleg set 1)";320x224@60;H
+enduror;"Enduro Racer (YM2151, FD1089B 317-0013A)";320x224@60;H
+enduror1;"Enduro Racer (YM2203, FD1089B 317-0013A)";320x224@60;H
+enforce;"Enforce (World)";320x224@60;H
+enforcej;"Enforce (Japan)";320x224@60;H
+enforceja;"Enforce (Japan, Analog Controls)";320x224@60;H
+esckids;"Escape Kids (Asia, 4 Players)";288x240@60;H
+esckidsj;"Escape Kids (Japan, 2 Players)";288x240@60;H
+espgal;"Espgaluda (V100, Japan)";448x224@59;V
+espgalbl;"Espgaluda (2003/10/15 Master Ver, bootleg cartridge co";448x224@59;V
+esprade;"ESP Ra.De. - A.D.2018 Tokyo (International, ver. 98/04";320x240@58;V
+espradej;"ESP Ra.De. (Japan, ver. 98/04/21)";320x240@58;V
+espradejo;"ESP Ra.De. (Japan, ver. 98/04/14)";320x240@58;V
+eswat;"E-Swat - Cyber Police (set 4, World, FD1094 317-0130) - ESWAT - City Under Siege (Euro, USA, Rev. A)";320x224@60;H
+eswatbl;"E-Swat - Cyber Police (bootleg)";320x224@60;H
+eswatd;"E-Swat - Cyber Police (set 4, World, FD1094 317-0130 d";320x224@60;H
+eswatj;"Cyber Police ESWAT (Jpn, Rev. 0) - E-Swat - Cyber Police (set 2, Japan, FD1094 317-0128)";320x224@60;H
+eswatj1;"E-Swat - Cyber Police (set 1, Japan, FD1094 317-0131)";320x224@60;H
+eswatj1d;"E-Swat - Cyber Police (set 1, Japan, FD1094 317-0131 d";320x224@60;H
+eswatjd;"E-Swat - Cyber Police (set 2, Japan, FD1094 317-0128 d";320x224@60;H
+eswatu;"E-Swat - Cyber Police (set 3, US, FD1094 317-0129)";320x224@60;H
+eswatud;"E-Swat - Cyber Police (set 3, US, FD1094 317-0129 decr";320x224@60;H
+eto;"Game Toshokan (Jpn, Rev. A) - Kokontouzai Eto Monogatari (Japan)";320x240@60;H
+euroch92;"Euro Champ '92 (World)";320x224@60;H
+evilston;"Evil Stone";320x224@60;V
+excelsr;"Excelsior (set 1)";320x240@58;H
+excelsra;"Excelsior (set 2)";320x240@58;H
+exctleag;"Excite League (FD1094 317-0079)";320x224@60;H
+exctleagd;"Excite League (FD1094 317-0079 decrypted)";320x224@60;H
+exedexes;"Exed Exes";256x224@60;V
+exerizerb;"Exerizer (Japan) (bootleg)";320x224@60;V
+exodus;"Exodus (bootleg?) - Exodus - Journey to the Promised Land (USA)";256x224@60;V
+explbrkr;"Explosive Breaker";256x224@60;V
+explorer;"Explorer";256x224@60;V
+extdwnhl;"Extreme Downhill (v1.5)";320x240@60;H
+extrmatn;"Extermination (World)";256x224@60;V
+extrmatnj;"Extermination (Japan)";256x224@60;V
+extrmatnu;"Extermination (US, set 1)";256x224@60;V
+extrmatnur;"Extermination (US, Romstar)";256x224@60;V
+exzisus;"Exzisus (Japan, dedicated)";256x224@60;H
+exzisusa;"Exzisus (Japan, conversion)";256x224@60;H
+exzisust;"Exzisus (TAD license)";256x224@60;H
+eyes;"Eyes (Digitrex Techstar)";288x224@60;V
+eyes2;"Eyes (Techstar)";288x224@60;V
+eyesb;"Eyes (bootleg set 1)";288x224@60;V
+eyeszacb;"Eyes (bootleg set 2, decrypted)";288x224@60;V
+f1dreamb;"F-1 Dream (bootleg, set 1)";256x224@60;H
+f1dreamba;"F-1 Dream (bootleg, set 2)";256x224@60;H
+f1gp;"F-1 Grand Prix - Nakajima Satoru Kanshuu F1 Grand Prix (Jpn)";320x240@60;V
+f1gp2;"F-1 Grand Prix Part II";320x224@60;V
+faceoff;"Face Off (Japan 2 Players)";288x224@60;H
+falcon;"Falcon - Falcon (bootleg of Phoenix) (8085A CPU)";256x208@60;V
+falconz;"Falcon (bootleg of Phoenix) (Z80 CPU)";256x208@60;V
+fantasia;"Fantasia (940429 PCB, set 1) - Fantasia (World, Rev. A)";256x224@60;V
+fantasiaa;"Fantasia (940307 PCB)";256x224@60;V
+fantasiab;"Fantasia (940429 PCB, set 2)";256x224@60;V
+fantasian;"Fantasia (940803 PCB)";256x224@60;V
+fantastc;"Fantastic (Galaga conversion on Galaxian hardware)";256x224@60;V
+fantazia;"Fantazia (bootleg?)";256x224@60;V
+fantland;"Fantasy Land (set 1)";352x256@60;H
+fantlanda;"Fantasy Land (set 2)";352x256@60;H
+fantsia2;"Fantasia II (Explicit)";256x224@60;H
+fantsia2a;"Fantasia II (Less Explicit)";256x224@60;H
+fantsia2n;"Fantasia II (1998)";256x224@60;H
+fantsy95;"Fantasy '95";256x224@60;V
+fantzn2x;"Fantasy Zone II - The Tears of Opa-Opa (System 16C)";320x224@60;H
+fantzn2xp;"Fantasy Zone II - The Tears of Opa-Opa (System 16C, pr";320x224@60;H
+fantzn2xps2;"Fantasy Zone II - The Tears of Opa-Opa (System 16C, PS";320x224@60;H
+fantznta;"Fantasy Zone Time Attack (System 16B, PS2 data file)";320x224@60;H
+fantzone;"Fantasy Zone - Fantasy Zone - Fantasy Zone (Jpn) - Fantasy Zone (Rev A, unprotected) - Fantasy Zone (World, v2) - Fantasy Zone Gear (Euro, Jpn)";320x224@60;H
+fantzone1;"Fantasy Zone (unprotected) - Fantasy Zone (World, v1, Prototype)";320x224@60;H
+fantzonep;"Fantasy Zone (317-5000)";320x224@60;H
+fantzoneta;"Fantasy Zone (Time Attack, bootleg)";320x224@60;H
+farmer;"Farmers Rebellion";240x224@60;H
+fastfred;"Fast Freddie";256x224@60;V
+fatfursp;"Fatal Fury Special (Euro) - Fatal Fury Special / Garou Densetsu Special (set 1)(NG";320x224@59;H
+fatfurspa;"Fatal Fury Special / Garou Densetsu Special (set 2)(NG";320x224@59;H
+fatfury1;"Fatal Fury - King of Fighters / Garou Densetsu - shuku";320x224@59;H
+fatfury2;"Fatal Fury 2 (USA, Kor) - Fatal Fury 2 / Garou Densetsu 2 - arata-naru tatakai (";320x224@59;H
+fatfury2a;"Fatal Fury 2 / Garou Densetsu 2 - arata-naru tatakai (";320x224@59;H
+fatfury3;"Fatal Fury 3 - Road to the Final Victory / Garou Dense";320x224@59;H
+fatfury3a;"Fatal Fury 3 - Road to the Final Victory / Garou Dense";320x224@59;H
+fball;"Fire Ball (FM Work)";256x240@60;H
+fbfrenzy;"Football Frenzy (NGM-034)(NGH-034)";304x224@59;H
+fcrash;"Final Crash (bootleg (with 2xYM2203 + 2xMSM5205))";384x224@60;H
+feversos;"Fever SOS (International, ver. 98/09/25)";320x240@58;V
+ffantasy;"Fighting Fantasy (Japan revision 3)";256x240@57;H
+ffantasya;"Fighting Fantasy (Japan)";256x240@57;H
+ffantasyb;"Fighting Fantasy (Japan revision ?)";256x240@57;H
+ffantasyj;"Fighting Fantasy (Japan revision 2)";256x240@57;H
+ffight;"Final Fight (World, set 1)";384x224@60;H
+ffighta;"Final Fight (World, set 2)";384x224@60;H
+ffightbl;"Final Fight (bootleg set 1 (with 2xYM2203 + 2xMSM5205)";384x224@60;H
+ffightbla;"Final Fight (bootleg set 2 (with 2xYM2203 + 2xMSM5205)";384x224@60;H
+ffightj;"Final Fight (Japan)";384x224@60;H
+ffightj1;"Final Fight (900112 Japan)";384x224@60;H
+ffightj2;"Final Fight (900305 Japan)";384x224@60;H
+ffightj3;"Final Fight (900613 Japan)";384x224@60;H
+ffightjh;"Street Smart / Final Fight (Japan, hack)";384x224@60;H
+ffightu;"Final Fight (USA, set 1)";384x224@60;H
+ffightu1;"Final Fight (USA, set 2)";384x224@60;H
+ffightu2;"Final Fight (USA, set 3)";384x224@60;H
+ffightua;"Final Fight (900112 USA)";384x224@60;H
+ffightub;"Final Fight (900424 USA)";384x224@60;H
+ffightuc;"Final Fight (900613 USA)";384x224@60;H
+fghtbskt;"Fighting Basketball";256x224@60;H
+fhawk;"Fighting Hawk (World)";320x224@60;V
+fhawkj;"Fighting Hawk (Japan)";320x224@60;V
+fightfev;"Fight Fever (set 1)";304x224@59;H
+fightfeva;"Fight Fever (set 2)";304x224@59;H
+fightrol;"Fighting Roller";240x224@60;V
+finalb;"Final Blow (Jpn) - Final Blow (World)";320x224@60;H
+finalbj;"Final Blow (Japan)";320x224@60;H
+finalbu;"Final Blow (US)";320x224@60;H
+finalizr;"Finalizer - Super Transformation";272x224@60;V
+finalizrb;"Finalizer - Super Transformation (bootleg)";272x224@60;V
+finalttr;"Final Tetris";256x224@58;H
+finehour;"Finest Hour (Japan)";288x224@60;H
+firebarr;"Fire Barrel (Japan)";320x240@60;V
+firehawk;"Fire Hawk (horizontal) - Firehawk (Euro)";256x224@56;H
+fireshrk;"Fire Shark - Fire Shark (Euro)";320x240@57.6;V
+fireshrka;"Fire Shark (Earlier)";320x240@57.6;V
+fireshrkd;"Fire Shark (Korea, set 1, easier)";320x240@57.6;V
+fireshrkdh;"Fire Shark (Korea, set 2, harder)";320x240@57.6;V
+firetrap;"Fire Trap (US, set 1)";256x240@60;V
+firetrapa;"Fire Trap (US, set 2)";256x240@60;V
+firetrapbl;"Fire Trap (Japan bootleg)";256x240@60;V
+firetrapj;"Fire Trap (Japan)";256x240@60;V
+fitegolf;"Fighting Golf (World?)";288x216@60;H
+fitegolf2;"Fighting Golf (US, Ver 2)";288x216@60;H
+fitegolfu;"Fighting Golf (US)";288x216@60;H
+fixeight;"FixEight (Europe)";320x240@60;V
+fixeighta;"FixEight (Southeast Asia)";320x240@60;V
+fixeightat;"FixEight (Southeast Asia, Taito license)";320x240@60;V
+fixeighth;"FixEight (Hong Kong)";320x240@60;V
+fixeightht;"FixEight (Hong Kong, Taito license)";320x240@60;V
+fixeightj;"FixEight (Japan)";320x240@60;V
+fixeightjt;"FixEight (Japan, Taito license)";320x240@60;V
+fixeightk;"FixEight (Korea)";320x240@60;V
+fixeightkt;"FixEight (Korea, Taito license)";320x240@60;V
+fixeightt;"FixEight (Europe, Taito license)";320x240@60;V
+fixeighttw;"FixEight (Taiwan)";320x240@60;V
+fixeighttwt;"FixEight (Taiwan, Taito license)";320x240@60;V
+fixeightu;"FixEight (USA)";320x240@60;V
+fixeightut;"FixEight (USA, Taito license)";320x240@60;V
+fjbuster;"Fujiyama Buster (Japan)";256x224@60;H
+flagrall;"'96 Flag Rally";320x240@60;H
+flashgal;"Flashgal (set 1)";288x224@60;H
+flashgala;"Flashgal (set 2)";288x224@60;H
+flashgalk;"Flashgal (set 1, Kyugo logo)";288x224@60;H
+flicky;"Flicky (128k Version, 315-5051) - Flicky (Euro, USA) - Flicky (Jpn) - Flicky (Jpn, v1)";256x224@60;H
+flickya;"Flicky (128k Version, 315-5051, larger roms)) - Flicky (Jpn, v0)";256x224@60;H
+flickyg;"Flicky (128k Version, System 2, 315-5051, alt graphics";256x224@60;H
+flickyo;"Flicky (64k Version, 315-5051, set 1)";256x224@60;H
+flickys1;"Flicky (64k Version, 315-5051, set 2)";256x224@60;H
+flickys2;"Flicky (128k Version, not encrypted)";256x224@60;H
+flickys2g;"Flicky (128k Version, System 2, not encrypted, alt gra";256x224@60;H
+flipshot;"Battle Flip Shot";304x224@59;H
+flipull;"Flipull (Japan)";320x224@60;H
+flstory;"The FairyLand Story - The Fairyland Story (Jpn)";256x224@60;H
+flstoryj;"The FairyLand Story (Japan)";256x224@60;H
+flyboy;"Fly-Boy";256x224@60;V
+flyboyb;"Fly-Boy (bootleg)";256x224@60;V
+flytiger;"Flying Tiger (set 1)";384x240@60;V
+flytigera;"Flying Tiger (set 2)";384x240@60;V
+fncywld;"Fancy World - Earth of Crisis";320x240@60;H
+fnkyfish;"Funky Fish";512x256@60;V
+fnshark;"Flyin' Shark (bootleg of Hishou Zame)";320x240@55;V
+footchmp;"Football Champ (World)";320x224@60;H
+forcebrk;"Force Break (bootleg)";240x240@60;H
+forgottn;"Forgotten Worlds (Euro, Bra, Aus) - Forgotten Worlds (World, newer) - Forgotten Worlds (World, v1.1)";384x224@60;H
+forgottna;"Forgotten Worlds (World)";384x224@60;H
+forgottnu;"Forgotten Worlds (US, B-Board 88621B-2, rev C)";384x224@60;H
+forgottnua;"Forgotten Worlds (US, B-Board 88618B-2, rev A)";384x224@60;H
+forgottnuaa;"Forgotten Worlds (US, B-Board 88618B-2, rev AA)";384x224@60;H
+forgottnuc;"Forgotten Worlds (US, B-Board 88618B-2, Rev C)";384x224@60;H
+forgottnue;"Forgotten Worlds (US, B-Board 88618B-2, Rev E)";384x224@60;H
+formatz;"Formation Z - Formation Z (Jpn)";248x224@60;H
+fpoint;"Flash Point (set 2, Japan, FD1094 317-0127A) - Flashpoint (Kor) - Flashpoint (Kor)";320x224@60;H
+fpoint1;"Flash Point (set 1, Japan, FD1094 317-0127A)";320x224@60;H
+fpoint1d;"Flash Point (set 1, Japan, FD1094 317-0127A decrypted)";320x224@60;H
+fpointbj;"Flash Point (Japan, bootleg)";320x224@60;H
+fpointbl;"Flash Point (World, bootleg)";320x224@60;H
+fpointd;"Flash Point (set 2, Japan, FD1094 317-0127A decrypted)";320x224@60;H
+freekick;"Free Kick (NS6201-A 1987.10)";256x224@60;V
+freekicka;"Free Kick (NS6201-A 1987.9)";256x224@60;V
+freekickb1;"Free Kick (bootleg set 1)";256x224@60;V
+freekickb3;"Free Kick (bootleg set 3)";256x224@60;V
+freeze;"Freeze";256x224@60;V
+friskyt;"Frisky Tom (set 1)";256x224@60;H
+friskyta;"Frisky Tom (set 2)";256x224@60;H
+friskytb;"Frisky Tom (set 3, encrypted)";256x224@60;H
+frogf;"Frog (Falcon bootleg)";256x224@60;V
+frogg;"Frog (Galaxian hardware)";256x224@60;V
+frogger;"Frogger - Frogger - Frogger (Jpn) - Frogger (USA) - Frogger (USA, Prototype)";256x224@60;V
+froggermc;"Frogger (Moon Cresta hardware)";256x224@60;V
+froggers;"Frog";256x224@60;V
+froggers1;"Frogger (Sega set 1)";256x224@60;V
+froggers2;"Frogger (Sega set 2)";256x224@60;V
+froggers3;"Frogger (Sega set 3)";256x224@60;V
+froggrs;"Frogger (Scramble hardware)";256x224@60;V
+froman2b;"Idol Mahjong - final romance 2 (Neo CD Conversion)";304x224@59;H
+fround;"The Final Round (ver. M)";320x224@60;H
+froundl;"The Final Round (ver. L)";320x224@60;H
+fshark;"Flying Shark (World)";320x240@54.9;V
+fsharkbt;"Flying Shark (bootleg with 8741)";320x240@54.9;V
+fsoccerb;"Fighting Soccer (Joystick hack bootleg)";400x224@60;H
+fsoccerba;"Fighting Soccer (Joystick hack bootleg, alt)";400x224@60;H
+fstarfrc;"Final Star Force (US)";256x224@60;V
+fstarfrcj;"Final Star Force (Japan)";256x224@60;V
+fswords;"Fighters Swords (Korean release of Samurai Shodown III";304x224@59;H
+fullthrl;"Full Throttle (Japan)";320x240@60;H
+funkybee;"Funky Bee";236x224@60;V
+funkybeeb;"Funky Bee (bootleg, harder)";236x224@60;V
+funkyjet;"Funky Jet (World, rev 1)";320x240@58;H
+funkyjeta;"Funky Jet (World)";320x240@58;H
+funkyjetj;"Funky Jet (Japan, rev 2)";320x240@58;H
+funybubl;"Funny Bubble";320x224@60;H
+funybublc;"Funny Bubble (Comad version)";320x224@60;H
+futspy;"Future Spy";256x224@60;V
+fx;"F-X - Sega Graphic Board (Jpn, Prototype v2.0) - SF-X";288x224@60;V
+fxa;"F-X (alternate set)";288x224@60;V
+gaia;"Gaia Crusaders - Sagaia (Euro, Bra) - Sagaia (USA)";320x224@58;H
+gaialast;"Gaia - The Last Choice of Earth";304x224@58;H
+gaiapols;"Gaiapolis (ver EAF)";376x224@60;V
+gaiapolsj;"Gaiapolis (ver JAF)";376x224@60;V
+gaiapolsu;"Gaiapolis (ver UAF)";376x224@60;V
+gaiden;"Ninja Gaiden (Euro, Bra) - Ninja Gaiden (Euro, USA) - Ninja Gaiden (Jpn, Prototype) - Ninja Gaiden (US)";256x224@60;H
+galaga;"Galaga (Jpn) - Galaga (Namco rev. B) - Galaga (Tw) - Galaga Demo (set 2)";288x224@60;V
+galaga3;"Galaga 3 (GP3 rev. D)";288x224@60;V
+galaga3a;"Galaga 3 (GP3 rev. C)";288x224@60;V
+galaga3b;"Galaga 3 (GP3)";288x224@60;V
+galaga3c;"Galaga 3 (set 4)";288x224@60;V
+galaga3m;"Galaga 3 (set 5)";288x224@60;V
+galaga88;"Galaga '88 - Galaga '88";288x224@60;V
+galaga88a;"Galaga '88 (02-03-88)";288x224@60;V
+galaga88j;"Galaga '88 (Japan)";288x224@60;V
+galagamf;"Galaga (Midway set 1 with fast shoot hack)";288x224@60;V
+galagamk;"Galaga (Midway set 2)";288x224@60;V
+galagamw;"Galaga (Midway set 1)";288x224@60;V
+galagao;"Galaga (Namco)";288x224@60;V
+galap1;"Space Invaders Galactica (galaxiaj hack)";256x224@60;V
+galap4;"Galaxian Part 4 (hack)";256x224@60;V
+galapx;"Galaxian Part X (moonaln hack)";256x224@60;V
+galaxbsf;"Galaxian (bootleg, set 1)";256x224@60;V
+galaxian;"Galaxian - Galaxian (Jpn) - Galaxian (Kor) - Galaxian (Namco set 1)";256x224@60;V
+galaxiana;"Galaxian (Alt) - Galaxian (Jpn, Alt) - Galaxian (Namco set 2)";256x224@60;V
+galaxianbl;"Galaxian (bootleg, set 2)";256x224@60;V
+galaxiani;"Galaxian (Irem)";256x224@60;V
+galaxianm;"Galaxian (Midway set 1)";256x224@60;V
+galaxianmo;"Galaxian (Midway set 2)";256x224@60;V
+galaxiant;"Galaxian (Taito)";256x224@60;V
+galaxrf;"Galaxian (Recreativos Franco S.A. Spanish bootleg)";256x224@60;V
+galaxrfgg;"Galaxian Growing Galaxip / Galaxian Nave Creciente (Re";256x224@60;V
+galaxyfg;"Galaxy Fight - Universal Warriors";304x224@59;H
+galaxygn;"Galaxy Gunners";352x256@60;V
+galemp;"Galaxy Empire (bootleg?)";256x224@60;V
+galhustl;"Gals Hustler";256x224@60;H
+galivan;"Cosmo Police Galivan (12/26/1985)";256x224@60;V
+galivan2;"Cosmo Police Galivan (12/16/1985)";256x224@60;V
+galivan3;"Cosmo Police Galivan (12/11/1985)";256x224@60;V
+gallag;"Gallag";288x224@60;V
+gallop;"Gallop - Armed police Unit (Japan)";384x256@55;H
+galmedes;"Galmedes (Japan)";320x240@60;V
+galpani4;"Gals Panic 4 (Japan)";320x240@60;H
+galpani4k;"Gals Panic 4 (Korea)";320x240@60;H
+galpanic;"Gals Panic (Unprotected)";256x224@60;V
+galpanidx;"Gals Panic DX (Asia)";320x240@60;H
+galpanis;"Gals Panic S - Extra Edition (Europe)";320x240@60;H
+galpanisj;"Gals Panic S - Extra Edition (Japan)";320x240@60;H
+galpanisk;"Gals Panic S - Extra Edition (Korea)";320x240@60;H
+galpans2;"Gals Panic S2 (Europe)";320x240@60;H
+galpans2a;"Gals Panic S2 (Asia)";320x240@60;H
+galpans2j;"Gals Panic S2 (Japan)";320x240@60;H
+galpans3;"Gals Panic S3 (Japan)";320x240@60;H
+galpansu;"Gals Panic SU (Korea)";320x240@60;H
+galspnbl;"Gals Pinball";512x224@60;V
+galturbo;"Galaxian Turbo (superg hack)";256x224@60;V
+ganbare;"Ganbare! Marine Kun (Marine 2K0411 JPN)";384x224@60;H
+gangonta;"Ganbare! Gonta!! 2 / Party Time: Gonta the Diver II (J";320x240@58;V
+gangwars;"Gang Wars";256x224@60;H
+gangwarsb;"Gang Wars (bootleg)";256x224@60;H
+gangwarsj;"Gang Wars (Japan)";256x224@60;H
+gangwarsu;"Gang Wars (US)";256x224@60;H
+ganryu;"Ganryu / Musashi Ganryuki";304x224@59;H
+gaplus;"Gaplus (GP2 rev. B)";288x224@60;V
+gaplusa;"Gaplus (GP2)";288x224@60;V
+gaplusd;"Gaplus (GP2 rev D, alternate hardware)";288x224@60;V
+gaplust;"Gaplus (Tecfri PCB)";288x224@60;V
+gardia;"Gardia (317-0006)";256x224@60;V
+garogun;"Garogun Seroyang (Korea)";320x240@60;H
+garou;"Garou - Mark of the Wolves (NGM-2530) - Garou Densetsu - Shukumei no Tatakai (Jpn)";320x224@59;H
+garoubl;"Garou - Mark of the Wolves (bootleg)";320x224@59;H
+garouh;"Garou - Mark of the Wolves (NGM-2530) (NGH-2530)";320x224@59;H
+garoup;"Garou - Mark of the Wolves (prototype)";320x224@59;H
+garuka;"Garuka (Japan ver. W)";304x224@60;V
+garyoret;"Garyo Retsuden (Japan)";256x240@58;H
+gatedoom;"Gate of Doom (US revision 4)";256x240@58;H
+gatedoom1;"Gate of Doom (US revision 1)";256x240@58;H
+gaunt2;"Gauntlet II";336x240@60;H
+gaunt22p;"Gauntlet II (2 Players, rev 2)";336x240@60;H
+gaunt22p1;"Gauntlet II (2 Players, rev 1)";336x240@60;H
+gaunt22pg;"Gauntlet II (2 Players, German)";336x240@60;H
+gaunt2g;"Gauntlet II (German)";336x240@60;H
+gauntlet;"Gauntlet (Euro) - Gauntlet (Euro, Bra) - Gauntlet (rev 14)";336x240@60;H
+gauntlet2p;"Gauntlet (2 Players, rev 6)";336x240@60;H
+gauntlet2pg;"Gauntlet (2 Players, German, rev 4)";336x240@60;H
+gauntlet2pg1;"Gauntlet (2 Players, German, rev 1)";336x240@60;H
+gauntlet2pj;"Gauntlet (2 Players, Japanese, rev 5)";336x240@60;H
+gauntlet2pj2;"Gauntlet (2 Players, Japanese rev 2)";336x240@60;H
+gauntlet2pr3;"Gauntlet (2 Players, rev 3)";336x240@60;H
+gauntletg;"Gauntlet (German, rev 10)";336x240@60;H
+gauntletgr3;"Gauntlet (German, rev 3)";336x240@60;H
+gauntletgr6;"Gauntlet (German, rev 6)";336x240@60;H
+gauntletgr8;"Gauntlet (German, rev 8)";336x240@60;H
+gauntletj;"Gauntlet (Japanese, rev 13)";336x240@60;H
+gauntletj12;"Gauntlet (Japanese, rev 12)";336x240@60;H
+gauntletr1;"Gauntlet (rev 1)";336x240@60;H
+gauntletr2;"Gauntlet (rev 2)";336x240@60;H
+gauntletr4;"Gauntlet (rev 4)";336x240@60;H
+gauntletr5;"Gauntlet (rev 5)";336x240@60;H
+gauntletr7;"Gauntlet (rev 7)";336x240@60;H
+gauntletr9;"Gauntlet (rev 9)";336x240@60;H
+gauntlets;"Gauntlet (Spanish, rev 15)";336x240@60;H
+gberet;"Green Beret - Green Beret (Euro)";240x224@60;H
+gberetb;"Green Beret (bootleg)";240x224@60;H
+gblchmp;"Global Champion (Ver 2.1A 1994/07/29)";320x224@60;H
+gbusters;"Gang Busters (set 1)";288x224@60;V
+gbustersa;"Gang Busters (set 2)";288x224@60;V
+gdfs;"Mobil Suit Gundam Final Shooting (Japan)";336x240@60;H
+geebee;"Gee Bee";272x224@60;V
+geebeeg;"Gee Bee (Gremlin)";272x224@60;V
+gekiridn;"Gekirindan (Ver 2.3O 1995/09/21)";320x232@60;V
+gekiridnj;"Gekirindan (Ver 2.3J 1995/09/21)";320x232@60;V
+gemini;"Gemini Wing (Japan)";256x224@60;V
+geminib;"Gemini Wing (World, bootleg)";256x224@60;V
+genix;"Genix Family";288x224@60;H
+genpeitd;"Genpei ToumaDen";288x224@60;H
+gensitou;"Genshi-Tou 1930's (Japan)";256x224@60;H
+geostorm;"Geostorm (Japan)";320x240@60;H
+getstarb1;"Get Star (bootleg, set 1)";280x240@60;H
+getstarb2;"Get Star (bootleg, set 2)";280x240@60;H
+getstarj;"Get Star (Japan)";280x240@60;H
+gforce2;"Galaxy Force 2 - Galaxy Force II (World, Rev. B)";320x224@60;H
+gforce2j;"Galaxy Force 2 (Japan)";320x224@60;H
+gforce2ja;"Galaxy Force 2 (Japan, Rev A)";320x224@60;H
+gforce2sd;"Galaxy Force 2 (Super Deluxe unit)";320x224@60;H
+ghostb;"The Real Ghostbusters (US 2 Players, revision 2)";256x240@58;H
+ghostb2a;"The Real Ghostbusters (US 2 Players)";256x240@58;H
+ghostb3;"The Real Ghostbusters (US 3 Players)";256x240@58;H
+ghostbi;"Ghost Busters (Intro demo)";304x224@59;H
+ghostlop;"Ghostlop (prototype)";304x224@59;H
+ghostmun;"Ghost Muncher";256x224@60;V
+ghouls;"Ghouls'n Ghosts (Euro, USA, Bra) - Ghouls'n Ghosts (Euro, USA, Kor, Rev. A) - Ghouls'n Ghosts (World)";384x224@60;H
+ghoulsu;"Ghouls'n Ghosts (US)";384x224@60;H
+ghox;"Ghox (spinner)";320x240@60;V
+ghoxj;"Ghox (joystick)";320x240@60;V
+gigaman2;"Gigaman 2: The Power Fighters (bootleg)";384x224@60;H
+gigandes;"Gigandes";384x240@60;H
+gigandesa;"Gigandes (earlier)";384x240@60;H
+gigasb;"Gigas (bootleg)";256x224@60;V
+gigasm2b;"Gigas Mark II";256x224@60;V
+gigawing;"Giga Wing (990222 USA)";384x224@60;H
+gigawinga;"Giga Wing (990222 Asia)";384x224@60;H
+gigawingb;"Giga Wing (990222 Brazil)";384x224@60;H
+gigawingd;"Giga Wing (990222 USA Phoenix Edition)";384x224@60;H
+gigawingh;"Giga Wing (990222 Hispanic)";384x224@60;H
+gigawingj;"Giga Wing (990223 Japan)";384x224@60;H
+gigawingjd;"Giga Wing (990223 Japan Phoenix Edition)";384x224@60;H
+gijoe;"G.I. Joe (World, EAB, set 1)";288x224@60;H
+gijoea;"G.I. Joe (World, EB8, prototype?)";288x224@60;H
+gijoej;"G.I. Joe (Japan, JAA)";288x224@60;H
+gijoeu;"G.I. Joe (US, UAB)";288x224@60;H
+ginganin;"Ginga NinkyouDen (set 1)";256x224@60;H
+ginganina;"Ginga NinkyouDen (set 2)";256x224@60;H
+ginkun;"Ganbare Ginkun";256x224@60;H
+gloc;"G-LOC Air Battle (Euro, Bra, Kor) - G-LOC Air Battle (Euro, USA, Bra) - G-LOC Air Battle (World) - G-LOC Air Battle (World)";320x224@60;H
+glocr360;"G-LOC R360";320x224@60;H
+glocu;"G-LOC Air Battle (US)";320x224@60;H
+gmahou;"Great Mahou Daisakusen (000121 Japan)";384x224@60;V
+gmgalax;"Ghostmuncher Galaxian (bootleg)";256x224@60;V
+gnbarich;"Gunbarich";320x224@60;V
+gng;"Ghosts'n Goblins (World? set 1)";256x224@59.6;H
+gnga;"Ghosts'n Goblins (World? set 2)";256x224@59.6;H
+gngbl;"Ghosts'n Goblins (bootleg with Cross)";256x224@59.6;H
+gngbla;"Ghosts'n Goblins (bootleg, harder)";256x224@59.6;H
+gngblita;"Ghosts'n Goblins (Italian bootleg, harder)";256x224@59.6;H
+gngc;"Ghosts'n Goblins (World Revision C)";256x224@59.6;H
+gngprot;"Ghosts'n Goblins (prototype)";256x224@59.6;H
+gngt;"Ghosts'n Goblins (US)";256x224@59.6;H
+goalx3;"Goal! Goal! Goal!";304x224@59;H
+gogold;"Go For The Gold (Japan)";320x240@60;H
+gogomile;"Susume! Mile Smile / Go Go! Mile Smile (newer)";320x240@60;H
+gogomileo;"Susume! Mile Smile / Go Go! Mile Smile (older)";320x240@60;H
+goldmedl;"Gold Medalist (set 1)";256x224@60;H
+goldmedla;"Gold Medalist (set 2)";256x224@60;H
+goldmedlb;"Gold Medalist (bootleg)";256x224@60;H
+goldnaxe;"Golden Axe (set 6, US, 8751 317-123A)";320x224@60;H
+goldnaxe1;"Golden Axe (set 1, World, FD1094 317-0110)";320x224@60;H
+goldnaxe1d;"Golden Axe (set 1, World, FD1094 317-0110 decrypted)";320x224@60;H
+goldnaxe2;"Golden Axe (set 2, US, 8751 317-0112)";320x224@60;H
+goldnaxe3;"Golden Axe (set 3, World, FD1094 317-0120)";320x224@60;H
+goldnaxe3d;"Golden Axe (set 3, World, FD1094 317-0120 decrypted)";320x224@60;H
+goldnaxej;"Golden Axe (set 4, Japan, FD1094 317-0121)";320x224@60;H
+goldnaxejd;"Golden Axe (set 4, Japan, FD1094 317-0121 decrypted)";320x224@60;H
+goldnaxeu;"Golden Axe (set 5, US, FD1094 317-0122)";320x224@60;H
+goldnaxeud;"Golden Axe (set 5, US, FD1094 317-0122 decrypted)";320x224@60;H
+gollygho;"Golly! Ghost!";288x224@60;H
+gorkans;"Gorkans";288x224@60;V
+gotcha;"Got-cha Mini Game Festival";320x240@60;H
+gowcaizr;"Voltage Fighter - Gowcaizer / Choujin Gakuen Gowcaizer";304x224@59;H
+gpilots;"Ghost Pilots (NGM-020)(NGH-020)";304x224@59;H
+gpilotsh;"Ghost Pilots (NGH-020)(US)";304x224@59;H
+gprider;"GP Rider (Euro, Bra) - GP Rider (Euro, USA) - GP Rider (World, FD1094 317-0163) (Twin setup)";320x224@60;H
+gpriderj;"GP Rider (Japan, FD1094 317-0161) (Twin setup) - GP Rider (Jpn)";320x224@60;H
+gpriderjs;"GP Rider (Japan, FD1094 317-0161)";320x224@60;H
+gprideru;"GP Rider (US, FD1094 317-0162) (Twin setup)";320x224@60;H
+gpriderus;"GP Rider (US, FD1094 317-0162)";320x224@60;H
+gradius;"Gradius - Gradius (Japan, ROM version) - Nemesis (Euro) ~ Gradius (Jpn)";256x224@60;H
+gradius2;"Gradius II - GOFER no Yabou (Japan New ver.) - Nemesis 2 (Euro) ~ Gradius 2 (Jpn)";320x224@60;H
+gradius2a;"Gradius II - GOFER no Yabou (Japan Old ver.) - Nemesis 2 (Euro) ~ Gradius 2 (Jpn) (Alt)";320x224@60;H
+gradius2b;"Gradius II - GOFER no Yabou (Japan Older ver.)";320x224@60;H
+gradius3;"Gradius III (World, program code R)";320x224@60;H
+gradius3a;"Gradius III (Asia)";320x224@60;H
+gradius3j;"Gradius III (Japan, program code S)";320x224@60;H
+gradius3js;"Gradius III (Japan, program code S, split)";320x224@60;H
+grasspin;"Grasspin";256x224@60;V
+grdian;"Guardian";280x240@60;H
+grdians;"Guardians0Denjin Makai II";304x232@60;H
+grdnstrm;"Guardian Storm (horizontal, not encrypted)";256x224@57;H
+grdnstrmg;"Guardian Storm (Germany)";256x224@57;V
+grdnstrmj;"Sen Jing - Guardian Storm (Japan)";256x224@57;V
+grdnstrmk;"Jeon Sin - Guardian Storm (Korea)";256x224@57;V
+grdnstrmv;"Guardian Storm (vertical)";256x224@57;V
+griffon;"Griffon (bootleg of Phoenix) - Order of the Griffon";256x208@60;V
+grindstm;"Grind Stormer";320x240@60;V
+grindstma;"Grind Stormer (older set)";320x240@60;V
+grobda;"Grobda (New Ver.)";288x224@60;V
+grobda2;"Grobda (Old Ver. set 1)";288x224@60;V
+grobda3;"Grobda (Old Ver. set 2)";288x224@60;V
+growl;"Growl (USA) - Growl (World, Rev 1)";320x224@60;H
+growla;"Growl (World)";320x224@60;H
+growlu;"Growl (US)";320x224@60;H
+gryzor;"Gryzor (Set 1)";280x224@60;V
+gryzor1;"Gryzor (Set 2)";280x224@60;V
+gseeker;"Grid Seeker: Project Storm Hammer (Ver 1.3O)";320x224@60;V
+gseekerj;"Grid Seeker: Project Storm Hammer (Ver 1.3J)";320x224@60;V
+gseekeru;"Grid Seeker: Project Storm Hammer (Ver 1.3A)";320x224@60;V
+gteikoku;"Gingateikoku No Gyakushu";256x224@60;V
+gteikokub;"Gingateikoku No Gyakushu (bootleg set 1)";256x224@60;V
+gteikokub2;"Gingateikoku No Gyakushu (bootleg set 2)";256x224@60;V
+gtmr;"1000 Miglia: Great 1000 Miles Rally (94/07/18)";320x240@60;H
+gtmr2;"Mille Miglia 2: Great 1000 Miles Rally (95/05/24)";320x240@60;H
+gtmr2a;"Mille Miglia 2: Great 1000 Miles Rally (95/04/04)";320x240@60;H
+gtmr2u;"Great 1000 Miles Rally 2 USA (95/05/18)";320x240@60;H
+gtmra;"1000 Miglia: Great 1000 Miles Rally (94/06/13)";320x240@60;H
+gtmrb;"1000 Miglia: Great 1000 Miles Rally (94/05/26)";320x240@60;H
+gtmre;"Great 1000 Miles Rally: Evolution Model!!! (94/09/06)";320x240@60;H
+gtmro;"1000 Miglia: Great 1000 Miles Rally (94/05/10)";320x240@60;H
+gtmrusa;"Great 1000 Miles Rally: U.S.A Version! (94/09/06)";320x240@60;H
+gulfstrm;"Gulf Storm (set 1)";384x240@60;V
+gulfstrma;"Gulf Storm (set 2)";384x240@60;V
+gulfstrmb;"Gulf Storm (set 3)";384x240@60;V
+gulfstrmk;"Gulf Storm (Korea)";384x240@60;V
+gulfstrmm;"Gulf Storm (Media Shoji)";384x240@60;V
+gulfwar2;"Gulf War II (set 1)";320x240@55;V
+gulfwar2a;"Gulf War II (set 2)";320x240@55;V
+gumbo;"Gumbo";320x224@60;H
+gunball;"Gun Ball (Japan)";320x240@58;V
+gunbird;"Gunbird (World)";320x224@59;V
+gunbird2;"Gunbird 2 (set 1)";320x224@60;V
+gunbirdj;"Gunbird (Japan)";320x224@59;V
+gunbirdk;"Gunbird (Korea)";320x224@59;V
+gundamex;"Mobile Suit Gundam EX Revue";384x224@60;H
+gundhara;"Gundhara";384x240@60;V
+gundharac;"Gundhara (Chinese, bootleg?)";384x240@60;V
+gundl94;"Gun Dealer '94";384x256@60;H
+gunforc2;"Gunforce 2 (US)";320x240@60;H
+gunforce;"Gunforce - Battle Fire Engulfed Terror Island (World)";320x240@60;H
+gunforcej;"Gunforce - Battle Fire Engulfed Terror Island (Japan)";320x240@60;H
+gunforceu;"Gunforce - Battle Fire Engulfed Terror Island (US)";320x240@60;H
+gunfront;"Gun & Frontier (World)";320x224@60;V
+gunfrontj;"Gun Frontier (Japan)";320x224@60;V
+gunhohki;"Gun Hohki (Japan)";320x240@60;H
+gunlock;"Gunlock (Ver 2.3O 1994/01/20)";320x224@60;V
+gunmast;"Gun Master";320x224@60;H
+gunnail;"GunNail (28th May. 1992)";384x224@56;V
+gunsmoke;"Gun.Smoke - Gun.Smoke (Kor) - Gun.Smoke (World, 851115)";256x224@60;V
+gunsmokeb;"Gun.Smoke (World, 851115) (bootleg)";256x224@60;V
+gunsmokej;"Gun.Smoke (Japan, 851115)";256x224@60;V
+gunsmokeu;"Gun.Smoke (US, 860408)";256x224@60;V
+gunsmokeua;"Gun.Smoke (US, 851115, set 1)";256x224@60;V
+gunsmokeub;"Gun.Smoke (US, 851115, set 2)";256x224@60;V
+gururin;"Gururin";304x224@59;H
+gussun;"Gussun Oyoyo (Japan)";320x240@60;H
+gutangtn;"Guttang Gottong";256x224@60;V
+gutsn;"Guts'n (Japan)";320x240@60;H
+guwange;"Guwange (Japan, Master Ver. 99/06/24)";320x240@58;V
+guwanges;"Guwange (Japan, Special Ver. 00/01/01)";320x240@58;V
+guzzler;"Guzzler - Guzzler (Jpn, OMV)";256x224@60;V
+gwar;"Guerrilla War (US) - Wing War";400x224@60;V
+gwara;"Guerrilla War (Version 1)";400x224@60;V
+gwarb;"Guerrilla War (Joystick hack bootleg)";400x224@60;V
+gwarj;"Guevara (Japan)";400x224@60;V
+gwarrior;"Galactic Warriors";256x224@60;H
+gyrodine;"Gyrodine - Gyrodine (Jpn)";288x224@60;V
+gyrodinet;"Gyrodine (Taito Corporation license)";288x224@60;V
+gyruss;"Gyruss - Gyruss - Gyruss (Konami)";256x224@60;V
+gyrussb;"Gyruss (bootleg)";256x224@60;V
+gyrussce;"Gyruss (Centuri)";256x224@60;V
+hachamfb;"Hacha Mecha Fighter (19th Sep. 1991, unprotected, boot";256x224@56;H
+hachoo;"Hachoo!";256x224@60;H
+hal21;"HAL21";288x224@60;V
+hal21j;"HAL21 (Japan)";288x224@60;V
+halfway;"Halfway To Hell: Progear Red Label (2016-1-17 Red labe";384x224@60;H
+hamaway;"Hammer Away (prototype)";320x224@60;V
+hangly;"Hangly-Man (set 1)";288x224@60;V
+hangly2;"Hangly-Man (set 2)";288x224@60;V
+hangly3;"Hangly-Man (set 3)";288x224@60;V
+hangon;"Hang-On (Euro, Bra, Aus) - Hang-On (Jpn) - Hang-On (rev A) - Super Hang-On (sitdown/upright, unprotected) - Super Hang-On (World, Rev. A)";320x224@60;H
+hangon1;"Hang-On - Super Hang-On (mini ride-on, FD1089B 317-0034) - Super Hang-On (World)";320x224@60;H
+hangon2;"Hang-On (ride-on) - Hang-On II (Jpn) - Super Hang-On (mini ride-on, Rev A, FD1089B 317-0034)";320x224@60;H
+hangonjr;"Hang-On Jr.";256x192@60;H
+hangzo;"Hangzo (Japan, prototype)";320x240@58;H
+happy6;"Happy 6-in-1 (V102 - V101MK, China)";448x224@60;H
+happy6101;"Happy 6-in-1 (V101 - V100MK, China)";448x224@60;H
+hardhea2;"Hard Head 2 (v2.0)";256x224@60;H
+hardhead;"Hard Head";256x224@60;H
+hasamu;"Hasamu (Japan)";384x240@60;H
+hatena;"Adventure Quiz 2 - Hatena? no Daibouken (Japan 900228)";384x240@60;H
+hayaosi1;"Hayaoshi Quiz Ouza Ketteisen - The King Of Quiz";256x224@60;H
+hbarrel;"Heavy Barrel (US)";256x240@57;V
+hbarrelw;"Heavy Barrel (World)";256x240@57;V
+hcastle;"Haunted Castle (ver. M)";256x224@60;H
+hcastlee;"Haunted Castle (ver. E)";256x224@60;H
+hcastlek;"Haunted Castle (ver. K)";256x224@60;H
+hcrash;"Hyper Crash (version D)";256x224@60;H
+hcrashc;"Hyper Crash (version C)";256x224@60;H
+hedpanic;"Head Panic (ver. 0117, 17/01/2000)";320x240@60;H
+hedpanica;"Head Panic (ver. 0702, 02/07/1999)";320x240@60;H
+hedpanicf;"Head Panic (ver. 0315, 15/03/2000)";320x240@60;H
+hellfire;"Hellfire (2P Ver.) - Hellfire (Euro)";320x240@57.6;H
+hellfire1;"Hellfire (1P Ver.)";320x240@57.6;H
+hellfire1a;"Hellfire (1P Ver., older)";320x240@57.6;H
+hellfire2;"Hellfire (2P Ver., first edition)";320x240@57.6;H
+herbiedk;"Herbie at the Olympics (DK conversion)";256x224@60;V
+herodk;"Hero in the Castle of Doom (DK conversion)";256x224@60;V
+herodku;"Hero in the Castle of Doom (DK conversion not encrypte";256x224@60;V
+heuksun;"Heuk Sun Baek Sa (Korea)";320x240@60;H
+hexa;"Hexa";256x224@60;H
+hexion;"Hexion (Japan ver. JAB)";512x256@60;H
+hexionb;"Hexion (Bootleg, Asia ver. AAA)";512x256@60;H
+hexpool;"Hex Pool (Shinkai)";256x224@60;V
+hexpoola;"Hex Pool (Senko)";256x224@60;V
+hgkairak;"Taisen Hot Gimmick Kairakuten (Japan)";224x640@60;V
+hharry;"Hammerin' Harry (World)";384x256@55;H
+hharryu;"Hammerin' Harry (US)";384x256@55;H
+higemaru;"Pirate Ship Higemaru";256x224@60;H
+himesiki;"Himeshikibu (Japan)";256x192@60;V
+hippodrm;"Hippodrome (US)";256x240@57;H
+hishouza;"Hishou Zame (Japan)";320x240@55;V
+hitice;"Hit the Ice (US) - Hit the Ice (USA) - Hit the Ice - VHL - The Official Video Hockey League - Hit the Ice - VHL - The Official Video Hockey League";320x224@60;H
+hiticej;"Hit the Ice (Japan)";320x224@60;H
+hncholms;"Hunchback Olympic (Scramble hardware)";256x224@60;V
+hoccer;"Hoccer (set 1)";256x224@60;V
+hoccer2;"Hoccer (set 2)";256x224@60;V
+honeydol;"Honey Dolls";256x224@58;H
+hook;"Hook (Euro) - Hook (Euro) - Hook (Euro, Prototype) - Hook (World)";320x240@60;H
+hookj;"Hook (Japan)";320x240@60;H
+hooku;"Hook (US) - Hook (USA) - Hook (USA)";320x240@60;H
+hopmappy;"Hopping Mappy";288x224@60;H
+hopprobo;"Hopper Robo";256x224@60;V
+horekid;"Kid no Hore Hore Daisakusen";256x224@60;V
+horekidb;"Kid no Hore Hore Daisakusen (bootleg)";256x224@60;V
+horizon;"Horizon";256x256@60;H
+horshoes;"American Horseshoes (US)";320x224@60;V
+hotbubl;"Hot Bubble (Korea, with adult pictures)";256x224@56;H
+hotbubla;"Hot Bubble (Korea)";256x224@56;H
+hotdebut;"Quiz de Idol! Hot Debut (Japan)";240x640@60;V
+hotdogst;"Hotdog Storm - The First Supersonics (International)";384x240@58;V
+hotgm4ev;"Taisen Hot Gimmick 4 Ever (Japan)";224x640@60;V
+hotgmck;"Taisen Hot Gimmick (Japan)";224x640@60;V
+hotgmck3;"Taisen Hot Gimmick 3 Digital Surfing (Japan)";224x640@60;V
+hotgmcki;"Mahjong Hot Gimmick Integral (Japan)";224x640@60;V
+hotmind;"Hot Mind (Hard Times hardware)";320x224@58;H
+hotpinbl;"Hot Pinball";512x224@60;V
+hotshock;"Hot Shocker";256x224@60;V
+hotshockb;"Hot Shocker (bootleg)";256x224@60;V
+hpolym84;"Hyper Olympic '84";256x224@60;H
+hpuncher;"Hard Puncher (Japan)";320x224@60;H
+hsf2;"Hyper Street Fighter II: The Anniversary Edition (0402";384x224@60;H
+hsf2a;"Hyper Street Fighter II: The Anniversary Edition (0402";384x224@60;H
+hsf2d;"Hyper Street Fighter II: The Anniversary Edition (0402";384x224@60;H
+hsf2da;"Hyper Street Fighter II: The Anniversary Edition (0402";384x224@60;H
+hsf2j;"Hyper Street Fighter II: The Anniversary Edition (0402";384x224@60;H
+hsf2j1;"Hyper Street Fighter II: The Anniversary Edition (0312";384x224@60;H
+htchctch;"Hatch Catch";320x240@60;H
+hthero;"Hat Trick Hero (Japan)";320x224@60;H
+hthero93;"Hat Trick Hero '93 (Ver 1.0J 1993/02/28)";320x224@60;H
+hthero93u;"Hat Trick Hero '93 (Ver 1.0A 1993/02/28)";320x224@60;H
+hthero94;"Hat Trick Hero '94 (Ver 2.2A 1994/05/26)";320x224@60;H
+hthero95;"Hat Trick Hero '95 (Ver 2.5J 1994/11/03)";320x224@60;H
+hthero95u;"Hat Trick Hero '95 (Ver 2.5A 1994/11/03)";320x224@60;H
+hunchbkg;"Hunchback (Galaxian hardware)";256x224@60;V
+hunchbks;"Hunchback (Scramble hardware)";256x224@60;V
+hustler;"Video Hustler - Video Hustler (Jpn) - Video Hustler (Prototype)";256x224@60;V
+hustlerb;"Video Hustler (bootleg)";256x224@60;V
+hvymetal;"Heavy Metal (315-5135)";256x224@60;H
+hvyunit;"Heavy Unit - Heavy Unit (World) - Heavy Unit - Mega Drive Special (Jpn)";256x224@58;H
+hvyunitj;"Heavy Unit (Japan, Newer)";256x224@58;H
+hvyunitjo;"Heavy Unit (Japan, Older)";256x224@58;H
+hvyunitu;"Heavy Unit -U.S.A. Version- (US)";256x224@58;H
+hwchamp;"Heavyweight Champ";320x224@60;H
+hwchampj;"Heavyweight Champ (Japan, FD1094 317-0046)";320x224@60;H
+hwchampjd;"Heavyweight Champ (Japan, FD1094 317-0046 decrypted)";320x224@60;H
+hyperpac;"Hyper Pacman";256x224@58;H
+hyperpacb;"Hyper Pacman (bootleg)";256x224@58;H
+hyperspt;"Hyper Sports - Hyper Sports (Jpn) - Hyper Sports 1 (Jpn)";256x224@60;H
+hypersptb;"Hyper Sports (bootleg)";256x224@60;H
+hypreac2;"Mahjong Hyper Reaction 2 (Japan)";338x240@60;H
+hypreact;"Mahjong Hyper Reaction (Japan)";338x240@60;H
+hyprolym;"Hyper Olympic";256x224@60;H
+hypsptsp;"Hyper Sports Special (Japan)";304x224@60;H
+iganinju;"Iga Ninjyutsuden (Japan)";256x224@60;H
+igmo;"IGMO";272x236@60;V
+ikari;"Ikari Warriors (US JAMMA)";288x216@60;V
+ikari3;"Ikari III - The Rescue (8-Way Joystick)";256x224@60;H
+ikari3j;"Ikari Three - The Rescue (Japan, Rotary Joystick)";256x224@60;H
+ikari3k;"Ikari III - The Rescue (Korea, 8-Way Joystick)";256x224@60;H
+ikari3u;"Ikari III - The Rescue (US, Rotary Joystick)";256x224@60;H
+ikaria;"Ikari Warriors (US)";288x216@60;V
+ikarijp;"Ikari (Japan No Continues)";288x216@60;V
+ikarijpb;"Ikari (Joystick hack bootleg)";288x216@60;V
+ikarinc;"Ikari Warriors (US No Continues)";288x216@60;V
+ikariram;"Rambo 3 (bootleg of Ikari, Joystick hack)";288x216@60;V
+ikki;"Ikki (Japan)";240x224@60;H
+imago;"Imago (cocktail set)";256x224@60;V
+imagoa;"Imago (no cocktail set)";256x224@60;V
+imgfight;"Image Fight (Japan, revision A)";384x256@55;V
+imgfightj;"Image Fight (Japan)";384x256@55;V
+imsorry;"I'm Sorry (315-5110, US)";256x224@60;H
+imsorryj;"Gonbee no I'm Sorry (315-5110, Japan)";256x224@60;H
+insectx;"Insector X (USA) - Insector X (World)";256x224@60;H
+insectxj;"Insector X (Japan) - Insector X (Jpn, Kor)";256x224@60;H
+intcup94;"International Cup '94 (Ver 2.2O 1994/05/26)";320x224@60;H
+inthunt;"In The Hunt (World)";320x240@60;H
+inthuntu;"In The Hunt (US)";320x240@60;H
+invaders;"Space Invaders / Space Invaders M";260x224@60;V
+ironclad;"Choutetsu Brikin'ger - Iron clad (Prototype)";304x224@59;H
+ironclado;"Choutetsu Brikin'ger - Iron clad (Prototype, older)";304x224@59;H
+ironhors;"Iron Horse";240x224@60;H
+irrmaze;"The Irritating Maze / Ultra Denryu Iraira Bou";304x224@59;H
+isgsm;"ISG Selection Master Type 2006 System BIOS";320x224@60;H
+itaten;"Itazura Tenshi (Japan)";256x224@60;H
+jack;"Aquajack (World) - Ball Jacks (Euro, Jpn) - Bomb Jack (Jpn) - Bomb Jack (set 1) - Jack the Giantkiller (set 1) - Jumping Jack - Jumping Jack (Euro) - Snap Jack - Star Jacker (Euro, Jpn, v1.2) - Star Jacker (Sega)";256x224@60;V
+jack2;"Bomb Jack (set 2) - Jack the Giantkiller (set 2) - Star Jacker (Jpn, v1.0)";256x224@60;V
+jack3;"Jack the Giantkiller (set 3)";256x224@60;V
+jackal;"Jackal (World, 8-way Joystick)";240x224@60;V
+jackalbl;"Jackal (bootleg, Rotary Joystick)";240x224@60;V
+jackalj;"Tokushu Butai Jackal (Japan, 8-way Joystick)";240x224@60;V
+jackalr;"Jackal (World, Rotary Joystick)";240x224@60;V
+jailbrek;"Jail Break";240x224@60;H
+jailbrekb;"Jail Break (bootleg)";240x224@60;H
+janjans1;"Lovely Pop Mahjong JangJang Shimasho (Japan)";336x238@60;H
+janjans2;"Lovely Pop Mahjong JangJang Shimasho 2 (Japan)";336x238@60;H
+janshin;"Jyanshin Densetsu - Quest of Jongmaster";320x224@59;H
+jchan;"Jackie Chan - Jackie Chan - The Kung-Fu Master - Jackie Chan's Action Kung Fu";320x240@60;H
+jchan2;"Jackie Chan in Fists of Fire";320x240@60;H
+jcross;"Jumping Cross";288x216@60;V
+jigkmgri;"Jigoku Meguri (Japan)";320x224@60;H
+jigkmgria;"Jigoku Meguri (Japan, hack?)";320x224@60;H
+jitsupro;"Jitsuryoku!! Pro Yakyuu (Japan)";256x224@60;H
+jjack;"Jumping Jack";240x192@60;V
+jjparad2;"Jan Jan Paradise 2";320x240@60;H
+jjparads;"Jan Jan Paradise";320x240@60;H
+jjsquawk;"J. J. Squawkers";384x240@60;H
+jjsquawkb;"J. J. Squawkers (bootleg)";384x240@60;H
+jjsquawkb2;"J. J. Squawkers (bootleg, Blandia conversion)";384x240@60;H
+jjsquawko;"J. J. Squawkers (older)";384x240@60;H
+jockeygp;"Jockey Grand Prix (set 1)";304x224@59;H
+jockeygpa;"Jockey Grand Prix (set 2)";304x224@59;H
+joemac;"Joe & Mac (USA) - Tatakae Genshizin Joe & Mac (Japan ver 1)";256x240@58;H
+joemacr;"Joe & Mac Returns (World, Version 1.1, 1994.05.27)";320x240@58;H
+joemacra;"Joe & Mac Returns (World, Version 1.0, 1994.05.19)";320x240@58;H
+joemacrj;"Joe & Mac Returns (Japan, Version 1.2, 1994.06.06)";320x240@58;H
+joinem;"Joinem";256x224@60;V
+jojo;"JoJo's Venture / JoJo no Kimyou na Bouken (USA 990128)";384x224@60;H
+jojoba;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojoban;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojobane;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojobaner1;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojobanr1;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojobar1;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojoj;"JoJo's Venture / JoJo no Kimyou na Bouken (Japan 99012";384x224@60;H
+jojojr1;"JoJo's Venture / JoJo no Kimyou na Bouken (Japan 99010";384x224@60;H
+jojojr2;"JoJo's Venture / JoJo no Kimyou na Bouken (Japan 98120";384x224@60;H
+jojon;"JoJo's Venture / JoJo no Kimyou na Bouken (Asia 990128";384x224@60;H
+jojonr1;"JoJo's Venture / JoJo no Kimyou na Bouken (Asia 990108";384x224@60;H
+jojonr2;"JoJo's Venture / JoJo no Kimyou na Bouken (Asia 981202";384x224@60;H
+jojor1;"JoJo's Venture / JoJo no Kimyou na Bouken (USA 990108)";384x224@60;H
+jojor2;"JoJo's Venture / JoJo no Kimyou na Bouken (USA 981202)";384x224@60;H
+joyfulr;"Joyful Road (Japan)";320x240@60;V
+joyjoy;"Puzzled / Joy Joy Kid (NGM-021)(NGH-021)";304x224@59;H
+joyman;"Joyman";288x224@60;V
+joust;"Joust";292x240@60;H
+stargate;"Stargate";292x240@60;H
+sinister;"Sinister";292x240@60;H
+defender;"Defender";292x240@60;H
+jpopnics;"Jumping Pop (Nics, Korean bootleg of Plump Pop)";256x224@60;H
+jrking;"Junior King (bootleg of Donkey Kong Jr.)";256x224@60;V
+jrpacman;"Jr. Pac-Man (11/9/83)";288x224@60;V
+jrpacmanf;"Jr. Pac-Man (speedup hack)";288x224@60;V
+jt104;"JT-104 (title screen modification of Rad Action)";256x192@60;H
+juju;"JuJu Densetsu (Japan)";256x224@60;H
+jujub;"JuJu Densetsu (Playmark bootleg)";256x224@60;H
+jumpbug;"Jump Bug";256x224@60;V
+jumpbugb;"Jump Bug (bootleg)";256x224@60;V
+jumpcoas;"Jump Coaster";256x224@60;V
+jumpcoast;"Jump Coaster (Taito)";256x224@60;V
+jumping;"JumpinG (eng) - Jumping (set 1)";320x224@60;H
+jumpinga;"Jumping (set 2)";320x224@60;H
+jumpingi;"Jumping (set 3, Imnoe PCB)";320x224@60;H
+jumpkids;"Jump Kids";320x240@60;H
+jumppop;"Jumping Pop (set 1)";320x240@60;H
+jumppope;"Jumping Pop (set 2)";320x240@60;H
+jumpshot;"Jump Shot";288x224@60;V
+jumpshotp;"Jump Shot Engineering Sample";288x224@60;V
+jungler;"Jungler";288x224@60;V
+junofrst;"Juno First - Juno First (Jpn)";256x224@60;V
+junofrstg;"Juno First (Gottlieb)";256x224@60;V
+jyangoku;"Jyangokushi -Haoh no Saihai- (990527 Japan)";384x224@60;H
+kabukikl;"Far East of Eden - Kabuki Klash / Tengai Makyou - Shin";320x224@59;H
+kageki;"Ka-Ge-Ki - Fists of Steel (USA) - Kageki (US)";256x224@60;V
+kagekih;"Kageki (hack)";256x224@60;V
+kagekij;"Ka-Ge-Ki (Jpn) - Kageki (Japan)";256x224@60;V
+kaiserkn;"Kaiser Knuckle (Ver 2.1O 1994/07/29)";320x224@60;H
+kaiserknj;"Kaiser Knuckle (Ver 2.1J 1994/07/29)";320x224@60;H
+kaitei;"Kaitei Takara Sagashi";272x224@60;V
+kaiteids;"Kaitei Daisensou (Japan)";320x240@60;H
+kaitein;"Kaitei Takara Sagashi (Namco license)";272x224@60;V
+kamakazi3;"Kamakazi III (superg hack)";256x224@60;V
+kamenrid;"Masked Riders Club Battle Race";384x240@60;H
+kangaroo;"Kangaroo";512x256@60;V
+kangarooa;"Kangaroo (Atari)";512x256@60;V
+kangaroob;"Kangaroo (bootleg)";512x256@60;V
+karatblz;"Karate Blazers (World, set 1)";352x240@60;H
+karatblza;"Karate Blazers (World, set 2)";352x240@60;H
+karatblzj;"Karate Blazers (Japan)";352x240@60;H
+karatblzu;"Karate Blazers (US)";352x240@60;H
+karatedo;"Karate Dou (Japan)";256x224@60;V
+karatevs;"Taisen Karate Dou (Japan VS version)";256x224@60;V
+karatour;"The Karate Tournament";320x240@60;H
+karatourj;"The Karate Tournament (Japan)";320x240@60;H
+karianx;"Karian Cross (Rev. 1.0)";320x224@60;H
+karnov;"Karnov (US, rev 6)";256x248@60;H
+karnova;"Karnov (US, rev 5)";256x248@60;H
+karnovj;"Karnov (Japan)";256x248@60;H
+karnovr;"Karnov's Revenge / Fighter's History Dynamite";304x224@59;H
+kazan;"Ninja Kazan (World)";256x224@60;H
+kbash;"Knuckle Bash";320x240@60;H
+kbash2;"Knuckle Bash 2 (bootleg)";320x240@60;H
+kbashk;"Knuckle Bash (Korean PCB)";320x240@60;H
+kchamp;"Karate Champ (US)";256x224@60;V
+kchampvs;"Karate Champ (US VS version, set 1)";256x224@60;V
+kchampvs2;"Karate Champ (US VS version, set 2)";256x224@60;V
+keithlcy;"Dramatic Adventure Quiz Keith & Lucy (Japan)";336x238@60;H
+kengo;"Ken-Go (set 1)";384x256@55;H
+kengoa;"Ken-Go (set 2)";384x256@55;H
+keroppi;"Kero Kero Keroppi's Let's Play Together (USA, Version";320x240@60;H
+keroppij;"Kero Kero Keroppi no Issyoni Asobou (Japan)";320x240@60;H
+ket;"Ketsui Kizuna Jigoku Tachi (Revision 2?, Japan) - Rocket Knight Adventures (Euro) - Socket (USA) - TV Sports Basketball - TV Sports Basketball";448x224@59;V
+ket1;"Ketsui Kizuna Jigoku Tachi (Revision 2? alt, Japan)";448x224@59;V
+keta;"Ketsui Kizuna Jigoku Tachi (Revision 1?, Japan)";448x224@59;V
+ketarr;"Ketsui Kizuna Jigoku Tachi (Arrange Mode version 1.7,";448x224@59;V
+ketarr10;"Ketsui Kizuna Jigoku Tachi (Arrange Mode version 1.0,";448x224@59;V
+ketarr15;"Ketsui Kizuna Jigoku Tachi (Arrange Mode version 1.5,";448x224@59;V
+ketarr151;"Ketsui Kizuna Jigoku Tachi (Arrange Mode version 1.51,";448x224@59;V
+ketarrf;"Ketsui Kizuna Jigoku Tachi (Fast version, hack by Trap";448x224@59;V
+ketarrs15;"Ketsui Kizuna Jigoku Tachi (MR. Stoic version 1.5, hac";448x224@59;V
+ketarrs151;"Ketsui Kizuna Jigoku Tachi (MR. Stoic version 1.51, ha";448x224@59;V
+ketb;"Ketsui Kizuna Jigoku Tachi (Original?, Japan)";448x224@59;V
+ketbl;"Ketsui Kizuna Jigoku Tachi (2003/01/01. Master Ver., b";448x224@59;V
+kf10thep;"The King of Fighters 10th Anniversary Extra Plus (boot";304x224@59;H
+kf2k1pa;"The King of Fighters 2001 Plus (set 2, bootleg / hack)";304x224@59;H
+kf2k1pls;"The King of Fighters 2001 Plus (set 1, bootleg / hack)";304x224@59;H
+kf2k2mp;"The King of Fighters 2002 Magic Plus (bootleg)";304x224@59;H
+kf2k2mp2;"The King of Fighters 2002 Magic Plus II (bootleg)";304x224@59;H
+kf2k2pla;"The King of Fighters 2002 Plus (bootleg set 2)";304x224@59;H
+kf2k2plb;"The King of Fighters 2002 Plus (bootleg set 3)";304x224@59;H
+kf2k2plc;"The King of Fighters 2002 Super (bootleg)";304x224@59;H
+kf2k2pls;"The King of Fighters 2002 Plus (bootleg set 1)";304x224@59;H
+kf2k2ps2;"The King of Fighters 2002 (PlayStation 2 ver 0.4, EGHT";304x224@59;H
+kf2k3bl;"The King of Fighters 2003 (bootleg set 1)";304x224@59;H
+kf2k3bla;"The King of Fighters 2003 (bootleg set 2)";304x224@59;H
+kf2k3pcb;"The King of Fighters 2003 (Japan, JAMMA PCB)";304x224@59;H
+kf2k3pl;"The King of Fighters 2004 Plus / Hero (bootleg)";304x224@59;H
+kf2k3upl;"The King of Fighters 2004 Ultra Plus (bootleg)";304x224@59;H
+kf2k4pls;"The King of Fighters Special Edition 2004 Plus (bootle";304x224@59;H
+kf2k5uni;"The King of Fighters 10th Anniversary 2005 Unique (boo";304x224@59;H
+kickboy;"Kick Boy";256x224@60;H
+kicker;"Kicker";256x224@60;V
+kickoff;"Kick Off (Japan) - Super Kick Off (Euro) - Super Kick Off (Euro, Bra) - Super Kick Off (Euro, SMS Mode)";256x224@60;H
+kickridr;"Kick Rider";240x192@60;H
+kidniki;"Kid Niki - Radical Ninja (World)";384x256@60;H
+kidnikiu;"Kid Niki - Radical Ninja (US)";384x256@60;H
+kikcubic;"Meikyu Jima (Japan)";384x256@55;H
+kikcubicb;"Kickle Cubele";384x256@55;H
+killbld;"The Killing Blade (V109, China)";448x224@60;H
+killbld104;"The Killing Blade (V104)";448x224@60;H
+killbldp;"The Killing Blade Plus (V300)";448x224@60;H
+kingball;"King & Balloon (Jpn) - King & Balloon (US) - King and Balloon (Kor)";256x224@60;V
+kingballj;"King & Balloon (Japan)";256x224@60;V
+kingdmgp;"Kingdom Grandprix (World)";320x240@60;V
+kirameki;"Kirameki Star Road (Ver 2.10J 1997/08/29)";320x224@60;H
+kittenk;"Kitten Kaboodle";256x224@60;H
+kizuna;"Kizuna Encounter - Super Tag Battle / Fu'un Super Tag";304x224@59;H
+kncljoe;"Knuckle Joe (set 1)";256x240@60;V
+kncljoea;"Knuckle Joe (set 2)";256x240@60;V
+knights;"Knights of the Round (911127 etc)";384x224@60;H
+knightsb;"Knights of the Round (bootleg set 1 (with YM2151 + 2xM";384x224@60;H
+knightsb2;"Knights of the Round (bootleg set 2, 911127 etc)";384x224@60;H
+knightsb3;"Knights of the Round (bootleg set 3, 911127 Japan)";384x224@60;H
+knightsb4;"Knights of the Round (bootleg set 4 (with YM2151 + 2xM";384x224@60;H
+knightsh;"Knights of the Round (hack set 1)";384x224@60;H
+knightsh2;"Knights of the Round (hack set 2, 911127 etc)";384x224@60;H
+knightsj;"Knights of the Round (911127 Japan, B-Board 91634B-2)";384x224@60;H
+knightsja;"Knights of the Round (911127 Japan, B-Board 89625B-1)";384x224@60;H
+knightsu;"Knights of the Round (911127 USA)";384x224@60;H
+knockout;"Knock Out!!";256x224@60;V
+kod;"Don Doko Don (World) - The King of Dragons (910805 etc)";384x224@60;H
+kodb;"The King of Dragons (bootleg, 910731 etc)";384x224@60;H
+kodda;"The King of Dragons (Phoenix bootleg, 910731 etc)";384x224@60;H
+kodh;"The King of Dragons (hack)";384x224@60;H
+kodj;"Don Doko Don (Japan) - The King of Dragons (Japan 910805, B-Board 90629B-3)";384x224@60;H
+kodja;"The King of Dragons (Japan 910805, B-Board 89625B-1)";384x224@60;H
+kodr1;"The King of Dragons (910711 etc)";384x224@60;H
+kodu;"Don Doko Don (US) - The King of Dragons (US 910910)";384x224@60;H
+kof10th;"The King of Fighters 10th Anniversary (bootleg)";304x224@59;H
+kof2000;"The King of Fighters 2000 (NGM-2570) (NGH-2570)";304x224@59;H
+kof2000n;"The King of Fighters 2000 (not encrypted)";304x224@59;H
+kof2000ps2;"The King of Fighters 2000 (Playstation 2 ver. , EGHT h";304x224@59;H
+kof2001;"The King of Fighters 2001 (NGM-262?)";304x224@59;H
+kof2001h;"The King of Fighters 2001 (NGH-2621)";304x224@59;H
+kof2002;"The King of Fighters 2002 (NGM-2650)(NGH-2650)";304x224@59;H
+kof2002b;"The King of Fighters 2002 (bootleg)";304x224@59;H
+kof2003;"The King of Fighters 2003 (NGM-2710)";304x224@59;H
+kof2003h;"The King of Fighters 2003 (NGH-2710)";304x224@59;H
+kof2k4se;"The King of Fighters Special Edition 2004 (bootleg)";304x224@59;H
+kof94;"The King of Fighters '94 (NGM-055)(NGH-055)";304x224@59;H
+kof95;"The King of Fighters '95 (NGM-084)";304x224@59;H
+kof95a;"The King of Fighters '95 (NGH-084, alternate board)";304x224@59;H
+kof95h;"The King of Fighters '95 (NGH-084)";304x224@59;H
+kof95sp;"The King of Fighters '95 (Special 2017, hack)";304x224@59;H
+kof96;"The King of Fighters '96 (NGM-214)";304x224@59;H
+kof96a;"The King of Fighters '96 (NGM-214, alternate board)";304x224@59;H
+kof96ae;"The King of Fighters '96 (Anniversary Edition, EGHT ha";304x224@59;H
+kof96ae20;"The King of Fighters '96 (Anniversary Edition 2.0.0430";304x224@59;H
+kof96cn;"The King of Fighters '96 (Chinese Edition ver 1.0, hac";304x224@59;H
+kof96ep;"The King of Fighters '96 (bootleg / hack)";304x224@59;H
+kof96h;"The King of Fighters '96 (NGH-214)";304x224@59;H
+kof97;"The King of Fighters '97 (NGM-2320)";304x224@59;H
+kof97cn;"The King of Fighters '97 (10th Anniversary Chinese Edi";304x224@59;H
+kof97h;"The King of Fighters '97 (NGH-2320)";304x224@59;H
+kof97k;"The King of Fighters '97 (Korean release)";304x224@59;H
+kof97oro;"The King of Fighters '97 oroshi plus 2003";304x224@59;H
+kof97pla;"The King of Fighters '97 Plus 2003 (bootleg / hack)";304x224@59;H
+kof97pls;"The King of Fighters '97 Plus (bootleg)";304x224@59;H
+kof97xt;"The King of Fighters '97 - Final Battle (hack)";304x224@59;H
+kof98;"K.O.F 98' - The King of Fighters '98 - The Slugfest / King of Figh";304x224@59;H
+kof98a;"K.O.F 98' (Unprotected?) - The King of Fighters '98 - The Slugfest / King of Figh";304x224@59;H
+kof98ae;"The King of Fighters '98 (Anniversary Edition, EGHT ha";304x224@59;H
+kof98ae2016;"The King of Fighters '98 (Anniversary Edition build 1.";304x224@59;H
+kof98cb;"The King of Fighters '98 (Combo, hack)";304x224@59;H
+kof98h;"The King of Fighters '98 - The Slugfest / King of Figh";304x224@59;H
+kof98k;"The King of Fighters '98 - The Slugfest / King of Figh";304x224@59;H
+kof98ka;"The King of Fighters '98 - The Slugfest / King of Figh";304x224@59;H
+kof99;"The King of Fighters '99 - The King of Fighters '99 - Millennium Battle (NGM-2510";304x224@59;H
+kof99ae;"The King of Fighters '99 (15th Anniversary Edition)";304x224@59;H
+kof99e;"The King of Fighters '99 - Millennium Battle (earlier)";304x224@59;H
+kof99h;"The King of Fighters '99 - Millennium Battle (NGH-2510";304x224@59;H
+kof99k;"The King of Fighters '99 - Millennium Battle (Korean r";304x224@59;H
+kof99ka;"The King of Fighters '99 - Millennium Battle (Korean r";304x224@59;H
+kof99p;"The King of Fighters '99 - Millennium Battle (prototyp";304x224@59;H
+kog;"King of Gladiator (The King of Fighters '97 bootleg)";304x224@59;H
+kogplus;"King of Gladiator Plus (The King of Fighters '97 bootl";304x224@59;H
+koikois2;"Koi Koi Shimasho 2 - Super Real Hanafuda (Japan)";336x240@60;H
+konami88;"Konami '88";304x224@60;H
+konamigt;"Konami GT";256x224@60;H
+kong;"Crazy Kong - Donkey Kong - Donkey Kong (US set 1) - Kong (Donkey Kong conversion on Galaxian hardware) - Wu Kong Wai Zhuan (Chi)";256x224@60;V
+kontest;"Konami Test Board (GX800, Japan)";256x224@60;H
+korokoro;"Koro Koro Quest (Japan)";320x240@58;H
+korosuke;"Korosuke Roller";288x224@60;V
+koshien;"Ah Eikou no Koshien (Japan) - Nessen Koushien (Jpn)";320x224@60;H
+kotm;"King of the Monsters (Euro) - King of the Monsters (set 1)";304x224@59;H
+kotm2;"King of the Monsters 2 (USA) - King of the Monsters 2 - The Next Thing (NGM-039)(NGH-";304x224@59;H
+kotm2a;"King of the Monsters 2 - The Next Thing (older)";304x224@59;H
+kotm2p;"King of the Monsters 2 - The Next Thing (prototype)";304x224@59;H
+kotmh;"King of the Monsters (set 2)";304x224@59;H
+kov;"Knights of Valour - Sangoku Senki (V117) - Ponpoko (Venture Line)";448x224@60;H
+kov111;"Knights of Valour - Sangoku Senki (V111, Japan)";448x224@60;H
+kov114;"Knights of Valour - Sangoku Senki (V114, Hong Kong)";448x224@60;H
+kov115;"Knights of Valour - Sangoku Senki (V115)";448x224@60;H
+kov2;"Knights of Valour 2 (V107, 102, 100, Hong Kong)";448x224@60;H
+kov2100;"Knights of Valour 2 (V100, 100, 100, Hong Kong)";448x224@60;H
+kov2101;"Knights of Valour 2 (V101, 101, 100, Hong Kong)";448x224@60;H
+kov2102;"Knights of Valour 2 (V102, 101, 100, Hong Kong)";448x224@60;H
+kov2103;"Knights of Valour 2 (V103, 101, 100, Hong Kong)";448x224@60;H
+kov2106;"Knights of Valour 2 (V106, 102, 100 Hong Kong)";448x224@60;H
+kov2p;"Knights of Valour 2 Plus - Nine Dragons (VM205XX, Chin";448x224@60;H
+kov2p202;"Knights of Valour 2 Plus - Nine Dragons (VM202XX)";448x224@60;H
+kov2p204;"Knights of Valour 2 Plus - Nine Dragons (VM204XX)";448x224@60;H
+kovplus;"Knights of Valour Plus - Sangoku Senki Plus (V119)";448x224@60;H
+kovplusa;"Knights of Valour Plus - Sangoku Senki Plus (V119 alt)";448x224@60;H
+kovqhsgs;"Knights of Valour: Quan Huang San Guo Special / Sangok";448x224@60;H
+kovqhsgsa;"Knights of Valour: Quan Huang San Guo Special / Sangok";448x224@60;H
+kovsgqyz;"Knights of Valour: SanGuo QunYingZhuan / Sangoku Senki";448x224@60;H
+kovsgqyza;"Knights of Valour: SanGuo QunYingZhuan / Sangoku Senki";448x224@60;H
+kovsgqyzb;"Knights of Valour: SanGuo QunYingZhuan / Sangoku Senki";448x224@60;H
+kovsgqyzc;"Knights of Valour: SanGuo QunYingZhuan / Sangoku Senki";448x224@60;H
+kovsh;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovsh100;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovsh101;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovsh102;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovsh103;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovshb;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovshp;"Knights of Valour Super Heroes Plus / Sangoku Senki Su";448x224@60;H
+kovshpa;"Knights of Valour Super Heroes Plus / Sangoku Senki Su";448x224@60;H
+kovshxas;"Knights of Valour: Ao Shi San Guo / Sangoku Senki: Ao";448x224@60;H
+kovytzy;"Knights of Valour: Yi Tong Zhong Yuan / Sangoku Senki:";448x224@60;H
+kozure;"Kozure Ookami (Japan)";320x240@60;H
+krzybowl;"Krazy Bowl";320x232@60;V
+ksayakyu;"Kusayakyuu";256x224@60;H
+ktiger;"Black Tiger - Kyukyoku Tiger (Japan) - Kyuukyoku Tiger - Kyuukyoku Tiger (Jpn)";320x240@55;V
+ktiger2;"Kyukyoku Tiger II (Ver 2.1J 1995/11/30)";320x232@60;V
+kuhga;"Kuhga - Operation Code 'Vapor Trail' (Japan revision 3";256x240@58;V
+kungfub;"Kung-Fu Master (bootleg set 1)";256x256@60;H
+kungfub2;"Kung-Fu Master (bootleg set 2)";256x256@60;H
+kungfub3;"Kung-Fu Master (bootleg set 3)";256x256@60;H
+kungfum;"Kung Fu Master (Jpn) - Kung-Fu Master";256x256@60;H
+kungfumd;"Kung-Fu Master (Data East)";256x256@60;H
+kungfut;"Kung-Fu Taikun - Kung-Fu Taikun (Jpn)";256x224@60;H
+kungfuta;"Kung-Fu Taikun (alt) - Kung-Fu Taikun (Jpn, Alt)";256x224@60;H
+kuniokun;"Nekketsu Kouha Kunio-kun (Japan)";240x240@60;H
+kuniokunb;"Nekketsu Kouha Kunio-kun (Japan bootleg)";240x240@60;H
+kurikint;"Kuri Kinton (World)";320x224@60;H
+kurikinta;"Kuri Kinton (World, prototype?)";320x224@60;H
+kurikintj;"Kuri Kinton (Japan)";320x224@60;H
+kurikintu;"Kuri Kinton (US)";320x224@60;H
+kyros;"Kyros";256x224@60;V
+kyrosj;"Kyros No Yakata (Japan)";256x224@60;V
+kyukaidk;"Kyuukai Douchuuki (Japan, new version (Rev B)) - Kyuukai Douchuuki (Jpn)";288x224@60;H
+kyukaidko;"Kyuukai Douchuuki (Japan, old version)";288x224@60;H
+kyustrkr;"Last Striker / Kyuukyoku no Striker";384x240@60;H
+labyrunr;"Labyrinth Runner (Japan)";280x224@60;V
+labyrunrk;"Labyrinth Runner (World Ver. K)";280x224@60;V
+ladybug;"Lady Bug - Lady Bug";240x196@60;V
+ladybugb;"Lady Bug (bootleg set 1)";240x196@60;V
+ladybugb2;"Coccinelle (bootleg of Lady Bug, set 2)";240x196@60;V
+ladybugg;"Lady Bug (bootleg on Galaxian hardware)";256x224@60;V
+ladykill;"Lady Killer";320x240@60;V
+ladymstr;"Lady Master of Kung Fu";256x224@60;V
+lagirl;"LA Girl";320x224@60;V
+landmakr;"Land Maker (Ver 2.01J 1998/06/01)";320x232@60;H
+landmakrp;"Land Maker (Ver 2.02O 1998/06/02) (Prototype)";320x232@60;H
+lans2004;"Lansquenet 2004 (Shock Troopers - 2nd Squad bootleg)";304x224@59;H
+lasso;"Lasso";256x224@60;V
+lastblad;"The Last Blade / Bakumatsu Roman - Gekka no Kenshi (NG";320x224@59;H
+lastblada;"The Last Blade / Bakumatsu Roman - Gekka no Kenshi (NG";320x224@59;H
+lastbladh;"The Last Blade / Bakumatsu Roman - Gekka no Kenshi (NG";320x224@59;H
+lastbladsp;"The Last Soldier (Special 2017, hack)";320x224@59;H
+lastbld2;"The Last Blade 2 / Bakumatsu Roman - Dai Ni Maku Gekka";320x224@59;H
+lastbld2eh;"The Last Blade 2 / Bakumatsu Roman - Dai Ni Maku Gekka";320x224@59;H
+lastday;"The Last Day (set 1)";384x240@60;V
+lastdaya;"The Last Day (set 2)";384x240@60;V
+lastduel;"Last Duel (US New Ver.)";384x240@60;V
+lastduelb;"Last Duel (bootleg)";384x240@60;V
+lastduelj;"Last Duel (Japan)";384x240@60;V
+lastduelo;"Last Duel (US Old Ver.)";384x240@60;V
+lastfort;"Last Fortress - Toride";360x224@60;H
+lastforte;"Last Fortress - Toride (Erotic, Rev C)";360x224@60;H
+lastfortea;"Last Fortress - Toride (Erotic, Rev A)";360x224@60;H
+lastfortg;"Last Fortress - Toride (German)";360x224@60;H
+lastfortk;"Last Fortress - Toride (Korea)";360x224@60;H
+lasthope;"Last Hope (bootleg AES to MVS conversion, no coin supp";304x224@59;H
+lastmisn;"Last Mission (US revision 6)";256x240@58;V
+lastmisnj;"Last Mission (Japan)";256x240@58;V
+lastmisno;"Last Mission (US revision 5)";256x240@58;V
+lastsold;"The Last Soldier (Korean release of The Last Blade)";320x224@59;H
+lastsurv;"Last Survivor (FD1094 317-0083)";320x224@60;H
+lastsurvd;"Last Survivor (FD1094 317-0083 decrypted)";320x224@60;H
+lbowling;"League Bowling (NGM-019)(NGH-019)";304x224@59;H
+ldrun;"Lode Runner (Euro, Jpn) - Lode Runner (Jpn) - Lode Runner (set 1) - Lode Runner - Lost Labyrinth";384x256@60;H
+ldrun2;"Lode Runner II (Jpn) - Lode Runner II - The Bungeling Strikes Back";384x256@60;H
+ldrun3;"Lode Runner III - The Golden Labyrinth";384x256@60;H
+ldrun3j;"Lode Runner III - Majin No Fukkatsu";384x256@60;H
+ldrun4;"Lode Runner IV - Teikoku Karano Dasshutsu";384x256@60;H
+ldruna;"Lode Runner (Jpn, Alt) - Lode Runner (set 2)";384x256@60;H
+leaguemn;"Yakyuu Kakutou League-Man (Japan)";320x240@60;H
+leds2011;"Led Storm Rally 2011 (World)";384x240@60;V
+leds2011u;"Led Storm Rally 2011 (US)";384x240@60;V
+ledstorm;"Led Storm (US)";384x240@60;V
+legend;"Legend - Oriental Legend - Xi Yo Gi Shi Re Zuang (V126)";288x224@60;H
+legendos;"Legend of Success Joe / Ashitano Joe Densetsu";304x224@59;H
+legion;"Legion - Spinner-87 (World ver 2.03)";288x224@60;V
+legionj;"Chouji Meikyuu Legion (Japan ver 1.05)";288x224@60;V
+legionjb;"Chouji Meikyuu Legion (Japan ver 1.05, bootleg)";288x224@60;V
+legofair;"Koukuu Kihei Monogatari - The Legend of Air Cavalry (J";400x224@60;V
+lemmings;"Lemmings (Euro) - Lemmings (Euro, Bra, Kor) - Lemmings (US prototype) - Lemmings (World)";320x224@60;H
+lethalen;"Lethal Enforcers (Euro) - Lethal Enforcers (ver UAE, 11/19/92 15:04)";288x224@60;H
+lethaleneaa;"Lethal Enforcers (ver EAA, 09/09/92 09:44)";288x224@60;H
+lethaleneab;"Lethal Enforcers (ver EAB, 10/14/92 19:53)";288x224@60;H
+lethaleneae;"Lethal Enforcers (ver EAE, 11/19/92 16:24)";288x224@60;H
+lethalenua;"Lethal Enforcers (ver UAA, 08/17/92 21:38)";288x224@60;H
+lethalenub;"Lethal Enforcers (ver UAB, 09/01/92 11:12)";288x224@60;H
+lethalenux;"Lethal Enforcers (ver unknown, US, 08/06/92 15:11, hac";288x224@60;H
+lethalth;"Lethal Thunder (World)";320x240@60;V
+levers;"Levers";256x224@60;V
+lghost;"Laser Ghost (Euro) - Laser Ghost (set 2, World, 317-0166)";320x224@60;H
+lghostd;"Laser Ghost (set 2, World, 317-0166 decrypted)";320x224@60;H
+lghostu;"Laser Ghost (set 1, US, 317-0165)";320x224@60;H
+lghostud;"Laser Ghost (set 1, US, 317-0165 decrypted)";320x224@60;H
+lgtnfght;"Lightning Fighters (World)";288x224@60;V
+lgtnfghta;"Lightning Fighters (Asia)";288x224@60;V
+lgtnfghtu;"Lightning Fighters (US)";288x224@60;V
+lhcdb;"Last Hope CD Beta (Neo CD conversion)";304x224@59;H
+liblrabl;"Libble Rabble";288x224@60;H
+lifefrce;"Lifeforce (US)";256x224@60;H
+lifefrcej;"Lifeforce (Japan)";256x224@60;H
+lightbr;"Light Bringer (Ver 2.2O 1994/04/08)";320x224@60;H
+lightbrj;"Light Bringer (Ver 2.1J 1994/02/18)";320x224@60;H
+liquidk;"Liquid Kids (World)";320x224@60;H
+liquidku;"Liquid Kids (US)";320x224@60;H
+lithero;"Little Hero";384x256@60;H
+livequiz;"Live Quiz Show";320x224@60;H
+lizwiz;"Lizard Wizard";288x224@60;V
+lkage;"The Legend of Kage";240x224@60;H
+lkageb;"The Legend of Kage (bootleg set 1)";240x224@60;H
+lkageb2;"The Legend of Kage (bootleg set 2)";240x224@60;H
+lkageb3;"The Legend of Kage (bootleg set 3)";240x224@60;H
+lkageo;"The Legend of Kage (older)";240x224@60;H
+lkageoo;"The Legend of Kage (oldest)";240x224@60;H
+lnc;"College Football's National Championship (USA) - Lock'n'Chase";242x240@60;V
+lockonph;"Lock On (Philko)";320x224@60;H
+locoboot;"Loco-Motion (bootleg)";256x224@60;V
+locomotn;"Loco-Motion";256x224@60;V
+loderndf;"Lode Runner - The Dig Fight (ver. B)";240x640@60;V
+loderndfa;"Lode Runner - The Dig Fight (ver. A)";240x640@60;V
+loffire;"Line of Fire (Euro, Bra, Kor) - Line of Fire / Bakudan Yarou (World, FD1094 317-0136)";320x224@60;H
+loffired;"Line of Fire / Bakudan Yarou (World, FD1094 317-0136 d";320x224@60;H
+loffirej;"Line of Fire / Bakudan Yarou (Japan, FD1094 317-0134)";320x224@60;H
+loffirejd;"Line of Fire / Bakudan Yarou (Japan, FD1094 317-0134 d";320x224@60;H
+loffireu;"Line of Fire / Bakudan Yarou (US, FD1094 317-0135)";320x224@60;H
+loffireud;"Line of Fire / Bakudan Yarou (US, FD1094 317-0135 decr";320x224@60;H
+logicpr2;"Logic Pro 2 (Japan)";320x224@60;H
+logicpro;"Logic Pro (Japan)";320x224@60;H
+loht;"Legend of Hero Tonma - Legend of Hero Tonma - Legend of Hero Tonma";384x256@55;H
+lohtb;"Legend of Hero Tonma (bootleg, set 1)";384x256@55;H
+lohtb2;"Legend of Hero Tonma (bootleg, set 2)";384x256@55;H
+lohtj;"Legend of Hero Tonma (Japan)";384x256@55;H
+lomakai;"Legend of Makai (World)";256x224@60;H
+looper;"Looper";256x224@60;H
+lordgun;"Lord of Gun (USA)";448x224@60;H
+lordofk;"The Lord of King (Japan)";256x224@60;H
+losttomb;"Lost Tomb (Easy)";256x224@60;V
+losttombh;"Lost Tomb (Hard)";256x224@60;V
+lostwrld;"Lost Worlds (Japan) - The Lost World - Jurassic Park (Euro, USA) - The Lost World - Jurassic Park (USA)";384x224@60;H
+lostwrldo;"Lost Worlds (Japan Old ver.)";384x224@60;H
+lotlot;"Lot Lot - Lot Lot (Jpn)";384x256@60;H
+loverboy;"Lover Boy";240x224@60;V
+lresort;"Last Resort";304x224@59;H
+lresortp;"Last Resort (prototype)";304x224@59;H
+ltorb1;"Jonas Indiana and the Lost Temple of RA (20050717)";304x224@59;H
+ltswords;"Lightning Swords";384x256@55;H
+luckywld;"Lucky & Wild";288x224@60;H
+luckywldj;"Lucky & Wild (Japan)";288x224@60;H
+luctoday;"Lucky Today";256x224@60;V
+lvgirl94;"Las Vegas Girl (Girl '94)";368x224@60;H
+lwings;"Legendary Wings (US set 1)";256x240@60;V
+lwings2;"Legendary Wings (US set 2)";256x240@60;V
+lwingsb;"Legendary Wings (bootleg)";256x240@60;V
+lwingsj;"Ares no Tsubasa (Japan)";256x240@60;V
+m660;"Mission 660 (US)";256x224@60;V
+m660b;"Mission 660 (bootleg)";256x224@60;V
+m660j;"Mission 660 (Japan)";256x224@60;V
+mach9;"Mach-9 (bootleg of Vulgus)";256x224@60;V
+macross;"Choujikuu Yousai Macross (Jpn) - Super Spacefortress Macross / Chou-Jikuu Yousai Macros";256x224@56;V
+macross2;"Super Spacefortress Macross II / Chou-Jikuu Yousai Mac";384x224@56;H
+macross2g;"Super Spacefortress Macross II / Chou-Jikuu Yousai Mac";384x224@56;H
+macross2k;"Macross II (Korea)";384x224@56;H
+macrossp;"Macross Plus";384x240@60;V
+madcrash;"Mad Crasher";288x216@60;H
+madcrush;"Mad Crusher (Japan)";288x216@60;H
+madgear;"Mad Gear (US)";384x240@60;V
+madgearj;"Mad Gear (Japan)";384x240@60;V
+madshark;"Mad Shark";384x224@60;V
+magdrop;"Magical Drop (Japan, Version 1.1, 1995.06.21)";320x240@58;H
+magdrop2;"Magical Drop II";304x224@59;H
+magdrop3;"Magical Drop III";304x224@59;H
+magdropp;"Magical Drop Plus 1 (Japan, Version 2.1, 1995.09.12)";320x240@58;H
+magicbub;"Magic Bubble";320x224@60;H
+magicbuba;"Magic Bubble (Adult version, YS-1302 PCB)";320x224@60;H
+magicbubb;"Magic Bubble (Adult version, YS-0211 PCB)";320x224@60;H
+magix;"Magix / Rock";384x240@60;H
+magixb;"Magix / Rock (no copyright message)";384x240@60;H
+maglord;"Magician Lord (NGM-005)";320x224@59;H
+maglordh;"Magician Lord (NGH-005)";320x224@59;H
+mahoudai;"Mahou Daisakusen (Japan)";320x240@60;V
+mahretsu;"Mahjong Kyo Retsuden (NGM-004)(NGH-004)";304x224@59;H
+mainevt;"The Main Event (4 Players ver. Y)";288x224@60;H
+mainevt2p;"The Main Event (2 Players ver. X)";288x224@60;H
+mainevto;"The Main Event (4 Players ver. F)";288x224@60;H
+mainsnk;"Main Event (1984)";288x216@60;H
+majest12j;"Majestic Twelve - The Space Invaders Part IV (Japan)";320x224@60;V
+majest12u;"Majestic Twelve - The Space Invaders Part IV (US)";320x224@60;V
+majtitl2;"Major Title 2 (World)";320x240@60;H
+majtitl2a;"Major Title 2 (World, set 1, alt sound CPU)";320x240@60;H
+majtitl2b;"Major Title 2 (World, set 2)";320x240@60;H
+majtitl2j;"Major Title 2 (Japan)";320x240@60;H
+majtitle;"Major Title (World)";384x256@55;H
+majtitlej;"Major Title (Japan)";384x256@55;H
+majuu;"Majuu no Ohkoku";320x224@60;H
+makaiden;"Makai Densetsu (Japan)";256x224@60;H
+makaimur;"Makai-Mura (Japan)";256x224@60;H
+makaimurc;"Makai-Mura (Japan revision C)";256x224@60;H
+makaimurg;"Makai-Mura (Japan revision G)";256x224@60;H
+maketrax;"Make Trax (set 1)";288x224@60;V
+maketrxb;"Make Trax (set 2)";288x224@60;V
+mangchi;"Mang-Chi";256x224@56;H
+manhatan;"Manhattan 24 Bunsyo (Japan)";240x224@60;H
+maniacsp;"Maniac Square (prototype)";320x240@60;H
+maniacsq;"Maniac Square (unprotected)";320x240@60;H
+manybloc;"Many Block";256x240@56;V
+mappy;"Hopping Mappy - Mappy (Jpn) - Mappy (Jpn) - Mappy (US)";288x224@60;V
+mappyj;"Mappy (Japan)";288x224@60;V
+marble;"Marble Madness";336x240@60;H
+marineb;"Marine Boy";256x224@60;H
+mariner;"Mariner";256x224@60;V
+mario;"Mario Bros. (US, Revision F)";256x224@60;H
+marioe;"Mario Bros. (US, Revision E)";256x224@60;H
+marioj;"Mario Bros. (Japan)";256x224@60;H
+marioo;"Mario Bros. (US, Unknown Rev)";256x224@60;H
+markham;"Markham";240x224@60;H
+mars;"Escape from Mars Starring Taz (Euro) - Mars - Taz in Escape from Mars (Bra) - Taz in Escape from Mars (Euro, USA)";256x224@60;V
+martmast;"Martial Masters (V104, 102, 102, USA)";448x224@60;H
+martmastc;"Martial Masters (V104, 102, 101, China)";448x224@60;H
+martmastc102;"Martial Masters (V102, 101, 101, China)";448x224@60;H
+martmastc103;"Martial Masters (V103, 102, 101, China)";448x224@60;H
+marukin;"Super Marukin-Ban (Japan 901017)";384x240@60;H
+marukodq;"Chibi Marukochan Deluxe Quiz";304x224@59;H
+marvins;"Marvin's Maze";288x216@60;V
+marvland;"Marvel Land (US) - Marvel Land (USA)";288x224@60;H
+marvlandj;"Marvel Land (Japan) - Marvel Land (Jpn)";288x224@60;H
+masao;"Masao";256x224@60;H
+masterw;"Master of Weapon (World)";320x224@60;V
+masterwj;"Master of Weapon (Japan)";320x224@60;V
+masterwu;"Master of Weapon (US)";320x224@60;V
+mastkin;"The Masters of Kin";256x224@60;H
+matchit2;"Match It II";384x240@60;H
+matrim;"Matrimelee / Shin Gouketsuji Ichizoku Toukon (NGM-2660";320x224@59;H
+matrimbl;"Matrimelee / Shin Gouketsuji Ichizoku Toukon (bootleg)";320x224@59;H
+mazinger;"Mazinger Z (World, ver. 94/06/27)";384x240@58;V
+mazingerj;"Mazinger Z (Japan, ver. 94/06/27)";384x240@58;V
+mbomberj;"Muscle Bomber - the body explosion (930713 Japan)";384x224@60;H
+mbombrd;"Muscle Bomber Duo - ultimate team battle (931206 etc)";384x224@60;H
+mbombrdj;"Muscle Bomber Duo - heat up warriors (931206 Japan)";384x224@60;H
+mbrush;"Magic Brush";288x224@60;V
+mcatadv;"Magical Cat Adventure";320x224@60;H
+mcatadvj;"Magical Cat Adventure (Japan)";320x224@60;H
+mchampdx;"Multi Champ Deluxe (ver. 0106, 06/01/2000)";320x240@60;H
+mchampdxa;"Multi Champ Deluxe (ver. 1126, 26/11/1999)";320x240@60;H
+mechatt;"Mechanized Attack (World)";256x224@60;H
+mechattj;"Mechanized Attack (Japan)";256x224@60;H
+mechattu;"Mechanized Attack (US)";256x224@60;H
+mechattu1;"Mechanized Attack (US, Version 1, Single Player)";256x224@60;H
+megablst;"Mega Blast (World)";320x224@60;H
+megablstj;"Mega Blast (Japan)";320x224@60;H
+megablstu;"Mega Blast (US)";320x224@60;H
+megadon;"Megadon";272x236@60;V
+megaman;"Mega Man (Euro, USA) - Mega Man - the power battle (951006 USA) - Mega Man - The Wily Wars (Euro)";384x224@60;H
+megaman2;"Mega Man 2 - the power fighters (960708 USA)";384x224@60;H
+megaman2a;"Mega Man 2 - the power fighters (960708 Asia)";384x224@60;H
+megaman2h;"Mega Man 2 - the power fighters (960712 Hispanic)";384x224@60;H
+megamana;"Mega Man - the power battle (951006 Asia)";384x224@60;H
+megamn2d;"Mega Man 2 - the power fighters (960708 USA Phoenix Ed";384x224@60;H
+megazone;"Mega Zone (Konami set 1)";288x224@60;V
+megazonea;"Mega Zone (Konami set 2)";288x224@60;V
+megazoneb;"Mega Zone (Kosuka set 1)";288x224@60;V
+megazonec;"Mega Zone (Kosuka set 2)";288x224@60;V
+megazonei;"Mega Zone (Interlogic)";288x224@60;V
+meijinsn;"Meijinsen";232x224@60;H
+meikyuh;"Meikyuu Hunter G (Japan, set 1)";256x240@58;H
+meikyuha;"Meikyuu Hunter G (Japan, set 2)";256x240@58;H
+meosism;"Meosis Magic (Japan)";338x236@60;H
+mercenario;"Mercenario (Commando bootleg)";256x224@60;V
+mercs;"Mercs (900302 etc) - Mercs (Euro, Bra) - Mercs (Euro, USA) ~ Senjou no Ookami II (Jpn)";384x224@60;V
+mercsj;"Senjo no Ookami II (Ookami 2 900302 Japan)";384x224@60;V
+mercsu;"Mercs (900608 USA)";384x224@60;V
+mercsur1;"Mercs (900302 USA)";384x224@60;V
+merlinmm;"Merlins Money Maze";256x224@60;V
+metafox;"Meta Fox";384x224@60;V
+metalb;"Metal Black (World)";320x224@60;H
+metalbj;"Metal Black (Japan)";320x224@60;H
+metamrph;"Metamorphic Force (ver EAA)";288x224@60;H
+metamrpha;"Metamorphic Force (ver AAA)";288x224@60;H
+metamrphe;"Metamorphic Force (ver EAA - alternate)";288x224@60;H
+metamrphj;"Metamorphic Force (ver JAA)";288x224@60;H
+metamrphu;"Metamorphic Force (ver UAA)";288x224@60;H
+metlfrzr;"Metal Freezer";256x224@60;V
+metlhawk;"Metal Hawk (Rev C)";288x224@60;V
+metlhawkj;"Metal Hawk (Japan, Rev F)";288x224@60;V
+metlsavr;"Metal Saver";320x240@60;H
+metmqstr;"Metamoqester (International)";384x240@58;H
+metrocrs;"Metro-Cross (set 1)";288x224@60;H
+metrocrsa;"Metro-Cross (set 2)";288x224@60;H
+mgakuen;"Mahjong Gakuen";384x240@60;H
+mgakuen2;"Mahjong Gakuen 2 Gakuen-chou no Fukushuu";384x240@60;H
+mgcrystl;"Magical Crystals (World, 92/01/10)";256x224@60;H
+mgcrystlj;"Magical Crystals (Japan, 92/01/13)";256x224@60;H
+mgcrystlo;"Magical Crystals (World, 91/12/10)";256x224@60;H
+mia;"M.I.A. - Missing in Action (version T)";304x224@60;H
+mia2;"M.I.A. - Missing in Action (version S)";304x224@60;H
+miaj;"M.I.A. - Missing in Action (version R) (Japan)";320x224@60;H
+midres;"Midnight Resistance (USA) - Midnight Resistance (World)";256x240@57;H
+midresj;"Midnight Resistance (Japan) - Midnight Resistance (Jpn)";256x240@57;H
+midresu;"Midnight Resistance (US)";256x240@57;H
+miexchng;"Money Puzzle Exchanger / Money Idol Exchanger";304x224@59;H
+mikie;"Mikie - Mikie. Shinnyuushain Tooru-Kun.";256x224@60;V
+mikiehs;"Mikie (High School Graffiti)";256x224@60;V
+mikiej;"Shinnyuushain Tooru-kun";256x224@60;V
+milliped;"Millipede";256x240@60;V
+mimonkey;"Mighty Monkey";256x224@60;V
+mimonsco;"Mighty Monkey (bootleg on Super Cobra hardware)";256x224@60;V
+mimonscr;"Mighty Monkey (bootleg on Scramble hardware)";256x224@60;V
+mimonscra;"Mighty Monkey (Kaina Games, bootleg on Scramble hardwa";256x224@60;V
+minasan;"Minasanno Okagesamadesu! Daisugorokutaikai (MOM-001)(M";304x224@59;H
+minefld;"Minefield";256x224@60;V
+minivadr;"Minivader";256x224@60;H
+mirax;"Mirax (set 1)";256x240@60;V
+miraxa;"Mirax (set 2)";256x240@60;V
+mirninja;"Mirai Ninja (Japan)";288x224@60;H
+missmw96;"Miss Mister World '96 (Nude)";256x224@60;H
+missw02;"Miss World 2002";256x224@60;H
+missw96;"Miss World '96 (Nude) (set1)";256x224@60;H
+missw96a;"Miss World '96 (Nude) (set 2)";256x224@60;H
+missw96b;"Miss World '96 (Nude) (set 3)";256x224@60;H
+missw96c;"Miss World '96 (Nude) (set 4)";256x224@60;H
+mizubaku;"Mizubaku Dai Bouken - Mizubaku Daibouken (Japan)";320x224@60;H
+mj4simai;"Wakakusamonogatari Mahjong Yonshimai (Japan)";384x240@60;H
+mjgtaste;"Mahjong G-Taste";320x224@60;H
+mjleague;"Major League";320x224@60;V
+mjnquest;"Mahjong Quest (Japan)";320x224@60;H
+mjnquestb;"Mahjong Quest (No Nudity)";320x224@60;H
+mk;"Mortal Kombat";400x254@54.7;H
+mkr4;"Mortal Kombat r4";400x254@54.7;H
+mktturbo;"Mortal Kombat turbo";400x254@54.7;H
+mk2;"Mortal Kombat II";400x254@54.7;H
+mltiwars;"Multi Wars (bootleg of UniWar S)";256x224@60;V
+mmancp2u;"Mega Man - The Power Battle (951006 USA, SAMPLE Versio";384x224@60;H
+mmancp2ur1;"Mega Man - The Power Battle (950926 USA, SAMPLE Versio";384x224@60;H
+mmatrix;"Mars Matrix (000412 USA)";384x224@60;H
+mmatrixd;"Mars Matrix (000412 USA Phoenix Edition)";384x224@60;H
+mmatrixj;"Mars Matrix (000412 Japan)";384x224@60;H
+mmaulers;"Monster Maulers (ver EAA)";288x224@60;H
+mmaze;"Marchen Maze (Japan)";288x224@60;H
+mmaze2;"Marchen Maze (Japan, hack?)";288x224@60;H
+mmonkey;"Minky Monkey";242x240@60;V
+mnchmobl;"Munch Mobile (US)";320x240@60;V
+mnight;"Mutant Night";256x192@60;H
+mnightj;"Mutant Night (Japan)";256x192@60;H
+moegonta;"Moeyo Gonta!! (Japan)";320x240@60;V
+mofflott;"Maze of Flott (Japan)";320x240@60;V
+moguchan;"Mogu Chan (bootleg?)";256x224@60;V
+mogura;"Mogura Desse";320x256@60;H
+mole;"Mole Attack - Mr. Mole";320x200@60;H
+momoko;"Momoko 120% (Japanese text)";240x224@60;H
+momokob;"Momoko 120% (bootleg)";240x224@60;H
+momokoe;"Momoko 120% (English text)";240x224@60;H
+monkelf;"Monky Elf (Korean bootleg of Avenging Spirit)";256x224@60;H
+moomesa;"Wild West C.O.W.-Boys of Moo Mesa (ver EAB)";384x224@60;H
+moomesaaab;"Wild West C.O.W.-Boys of Moo Mesa (ver AAB)";384x224@60;H
+moomesauab;"Wild West C.O.W.-Boys of Moo Mesa (ver UAB)";384x224@60;H
+moomesauac;"Wild West C.O.W.-Boys of Moo Mesa (ver UAC)";384x224@60;H
+moonal2;"Moon Alien Part 2";256x224@60;V
+moonal2b;"Moon Alien Part 2 (older version)";256x224@60;V
+moonaln;"Moon Alien";256x224@60;V
+mooncmw;"Moon War (Moon Cresta bootleg)";256x224@60;V
+mooncptc;"Moon Cresta (Petaco S.A. Spanish bootleg)";256x224@60;V
+mooncreg;"Moon Cresta (Electrogame S.A. Spanish bootleg)";256x224@60;V
+mooncrgx;"Moon Cresta (Galaxian hardware)";256x224@60;V
+mooncrs2;"Moon Cresta (bootleg set 2)";256x224@60;V
+mooncrs3;"Moon Cresta (bootleg set 3)";256x224@60;V
+mooncrs4;"Moon Crest";256x224@60;V
+mooncrsb;"Moon Cresta (bootleg set 1)";256x224@60;V
+mooncrsl;"Cresta Mundo (Laguna S.A. Spanish Moon Cresta bootleg)";256x224@60;V
+mooncrst;"Moon Cresta (Nichibutsu)";256x224@60;V
+mooncrstg;"Moon Cresta (Gremlin)";256x224@60;V
+mooncrsto;"Moon Cresta (Nichibutsu, old rev)";256x224@60;V
+mooncrstso;"Moon Cresta (SegaSA / Sonic)";256x224@60;V
+mooncrstu;"Moon Cresta (Nichibutsu USA, unencrypted)";256x224@60;V
+mooncrstuk;"Moon Cresta (Nichibutsu UK)";256x224@60;V
+mooncrstuku;"Moon Cresta (Nichibutsu UK, unencrypted)";256x224@60;V
+moonqsr;"Moon Quasar";256x224@60;V
+moonwar;"Moonwar";256x224@60;V
+moonwara;"Moonwar (older)";256x224@60;V
+moremore;"More More";256x224@58;H
+moremorp;"More More Plus";256x224@58;H
+moshougi;"Syougi No Tatsujin - Master of Shougi";304x224@59;H
+motorace;"MotoRace USA";240x256@60;V
+motos;"Motos";288x224@60;V
+mototour;"MotoTour / Zippy Race (Tecfri license)";240x256@60;V
+mouser;"Mouser - Mouser (Jpn)";256x224@60;V
+mouserc;"Mouser (Cosmos)";256x224@60;V
+mpang;"Mighty! Pang (001010 Euro)";384x224@60;H
+mpangj;"Mighty! Pang (001011 Japan)";384x224@60;H
+mpangjd;"Mighty! Pang (001011 Japan Phoenix Edition)";384x224@60;H
+mpangr1;"Mighty! Pang (000925 Euro)";384x224@60;H
+mpangu;"Mighty! Pang (001010 USA)";384x224@60;H
+mplanets;"Mad Planets";256x240@60;V
+mplanetsuk;"Mad Planets (UK)";256x240@60;V
+mrdo;"Mr. Do (Jpn) - Mr. Do! - Mr. Do! - Neo Mr. Do!";240x192@60;V
+mrdofix;"Mr. Do! (bugfixed)";240x192@60;V
+mrdot;"Mr. Do! (Taito license)";240x192@60;V
+mrdoy;"Mr. Do! (prototype)";240x192@60;V
+mrdu;"Mr. Du!";240x192@60;V
+mrflea;"The Amazing Adventures of Mr. F. Lea";256x248@60;V
+mrgoemon;"Mr. Goemon (Japan)";240x224@60;H
+mrheli;"Mr. HELI no Dai-Bouken - Mr. Heli no Daibouken";384x256@55;H
+mrjong;"Mr. Jong (Japan)";240x224@60;V
+mrkougar;"Mr. Kougar";256x224@60;V
+mrkougar2;"Mr. Kougar (earlier)";256x224@60;V
+mrkougb;"Mr. Kougar (bootleg set 1)";256x224@60;V
+mrkougb2;"Mr. Kougar (bootleg set 2)";256x224@60;V
+mrlo;"Mr. Lo!";240x192@60;V
+mrtnt;"Mr. TNT";288x224@60;V
+mrviking;"Mister Viking (315-5041)";240x224@60;V
+mrvikingj;"Mister Viking (315-5041, Japan)";240x224@60;V
+ms4plus;"Metal Slug 4 Plus (bootleg)";304x224@59;H
+ms5pcb;"Metal Slug 5 (JAMMA PCB)";304x224@59;H
+ms5plus;"Metal Slug 5 Plus (bootleg)";304x224@59;H
+msbingo;"Miss Bingo";320x224@60;H
+mschamp;"Ms. Pacman Champion Edition / Zola-Puc Gal";288x224@60;V
+mschamps;"Ms. Pacman Champion Edition / Super Zola Pac Gal";288x224@60;V
+msgogo;"Mouse Shooter GoGo";320x224@60;H
+msgundam;"Mobile Suit Gundam";384x240@57;H
+msgundam1;"Mobile Suit Gundam (Japan)";384x240@57;H
+msh;"Marvel Super Heroes (951024 Euro)";384x224@60;H
+msha;"Marvel Super Heroes (951024 Asia)";384x224@60;H
+mshb;"Marvel Super Heroes (951117 Brazil)";384x224@60;H
+msheartb;"Ms. Pac-Man Heart Burn";288x224@60;V
+mshh;"Marvel Super Heroes (951117 Hispanic)";384x224@60;H
+mshj;"Marvel Super Heroes (951117 Japan)";384x224@60;H
+mshjr1;"Marvel Super Heroes (951024 Japan)";384x224@60;H
+mshu;"Marvel Super Heroes (951024 USA)";384x224@60;H
+mshud;"Marvel Super Heroes (951024 USA Phoenix Edition)";384x224@60;H
+mshuttle;"Moon Shuttle (US?)";256x224@60;H
+mshuttle2;"Moon Shuttle (US? set 2)";256x224@60;H
+mshuttlej;"Moon Shuttle (Japan)";256x224@60;H
+mshuttlej2;"Moon Shuttle (Japan set 2)";256x224@60;H
+mshvsf;"Marvel Super Heroes vs Street Fighter (970625 Euro)";384x224@60;H
+mshvsfa;"Marvel Super Heroes vs Street Fighter (970625 Asia)";384x224@60;H
+mshvsfa1;"Marvel Super Heroes vs Street Fighter (970620 Asia)";384x224@60;H
+mshvsfb;"Marvel Super Heroes vs Street Fighter (970827 Brazil)";384x224@60;H
+mshvsfb1;"Marvel Super Heroes vs Street Fighter (970625 Brazil)";384x224@60;H
+mshvsfh;"Marvel Super Heroes vs Street Fighter (970625 Hispanic";384x224@60;H
+mshvsfj;"Marvel Super Heroes vs Street Fighter (970707 Japan)";384x224@60;H
+mshvsfj1;"Marvel Super Heroes vs Street Fighter (970702 Japan)";384x224@60;H
+mshvsfj2;"Marvel Super Heroes vs Street Fighter (970625 Japan)";384x224@60;H
+mshvsfu;"Marvel Super Heroes vs Street Fighter (970827 USA)";384x224@60;H
+mshvsfu1;"Marvel Super Heroes vs Street Fighter (970625 USA)";384x224@60;H
+mshvsfu1d;"Marvel Super Heroes vs Street Fighter (970625 USA Phoe";384x224@60;H
+mslider;"Monster Slider (Japan)";352x240@60;H
+mslug;"Metal Slug - Super Vehicle-001";304x224@59;H
+mslug2;"Metal Slug 2 - Super Vehicle-001/II (NGM-2410) (NGH-24";304x224@59;H
+mslug2t;"Metal Slug 2 Turbo (NGM-9410)";304x224@59;H
+mslug3;"Metal Slug 3 (NGM-2560)";304x224@59;H
+mslug3b6;"Metal Slug 6 (Metal Slug 3 bootleg)";304x224@59;H
+mslug3h;"Metal Slug 3 (NGH-2560)";304x224@59;H
+mslug3v;"Metal Slug 3 (NGH-2560) (Enhanced Violence Version hac";304x224@59;H
+mslug4;"Metal Slug 4 (NGM-2630)";304x224@59;H
+mslug4h;"Metal Slug 4 (NGH-2630)";304x224@59;H
+mslug5;"Metal Slug 5 (NGM-2680)";304x224@59;H
+mslug5b;"Metal Slug 5 (bootleg)";304x224@59;H
+mslug5h;"Metal Slug 5 (NGH-2680)";304x224@59;H
+mslugx;"Metal Slug X - Super Vehicle-001 (NGM-2500)(NGH-2500)";304x224@59;H
+mspacmab;"MS Pacman (bootleg)";288x224@60;V
+mspacman;"MS Pacman - Ms. Pac-Man (Euro, Bra) - Ms. Pac-Man (Euro, USA) - Ms. Pac-Man (USA)";288x224@60;V
+mspacmanbcc;"Come-Cocos (Ms. Pac-Man) ('Made in Greece' Tecnausa bo";288x224@60;V
+mspacmanbg;"Ms. Pac-Man ('Made in Greece' bootleg)";288x224@60;V
+mspacmanbgd;"Miss Pukman ('Made in Greece' Datamat bootleg)";288x224@60;V
+mspacmanbhe;"Come-Cocos (Ms. Pac-Man) ('Made in Greece' Herle SA bo";288x224@60;V
+mspacmanblt;"Miss Pukman ('Made in Greece' Triunvi bootleg)";288x224@60;V
+mspacmat;"Ms. Pac Attack";288x224@60;V
+mspacmbe;"Ms. Pac-Man (bootleg, encrypted)";288x224@60;V
+mspacmnf;"Ms. Pac-Man (with speedup hack)";288x224@60;V
+mspacpls;"Ms. Pac-Man Plus";288x224@60;V
+mspuzzle;"Miss Puzzle";320x224@60;V
+mspuzzleg;"Miss Puzzle (Clone of Gumbo)";320x224@60;H
+mstadium;"Main Stadium (Japan ver. 4)";288x224@60;H
+mstworld;"Monsters World (bootleg of Super Pang)";384x240@60;H
+msword;"Magic Sword - heroic fantasy (25.07.1990 other country";384x224@60;H
+mswordj;"Magic Sword (23.06.1990 Japan)";384x224@60;H
+mswordr1;"Magic Sword - heroic fantasy (23.06.1990 other country";384x224@60;H
+mswordu;"Magic Sword - heroic fantasy (25.07.1990 USA)";384x224@60;H
+mtlchamp;"Martial Champion (ver EAB)";384x224@60;H
+mtlchamp1;"Martial Champion (ver EAA)";384x224@60;H
+mtlchampa;"Martial Champion (ver AAA)";384x224@60;H
+mtlchampj;"Martial Champion (ver JAA)";384x224@60;H
+mtlchampu;"Martial Champion (ver UAE)";384x224@60;H
+mtlchampu1;"Martial Champion (ver UAD)";384x224@60;H
+mtwins;"Mega Twins (chiki chiki boys 900619 etc)";384x224@60;H
+mugsmash;"Mug Smashers";320x240@60;H
+multchmp;"Multi Champ (World)";320x240@60;H
+multchmpa;"Multi Champ (World, older)";320x240@60;H
+multchmpk;"Multi Champ (Korea, older)";320x240@60;H
+multi96;"Multi Game '96 (Italy)";256x224@58;H
+mustache;"Mustache Boy (Japan)";240x248@57;V
+mustachei;"Mustache Boy (Italy)";240x248@57;V
+mustang;"US AAF Mustang (25th May. 1990)";256x224@56;H
+mustangb;"US AAF Mustang (bootleg)";256x224@56;H
+mustangb2;"US AAF Mustang (TAB Austria bootleg)";256x224@56;H
+mustangs;"US AAF Mustang (25th May. 1990 / Seoul Trading)";256x224@56;H
+mutantf;"Mutant Fighter (World ver EM-5)";320x240@58;H
+mutantf2;"Mutant Fighter (World ver EM-2)";320x240@58;H
+mutantf3;"Mutant Fighter (World ver EM-3)";320x240@58;H
+mutantf4;"Mutant Fighter (World ver EM-4)";320x240@58;H
+mutnat;"Mutation Nation (NGM-014)(NGH-014)";304x224@59;H
+mvp;"MVP (set 2, US, FD1094 317-0143)";320x224@60;H
+mvpd;"MVP (set 2, US, FD1094 317-0143 decrypted)";320x224@60;H
+mvpj;"MVP (set 1, Japan, FD1094 317-0142)";320x224@60;H
+mvpjd;"MVP (set 1, Japan, FD1094 317-0142 decrypted)";320x224@60;H
+mvsc;"Marvel vs Capcom - clash of super heroes (980123 Euro)";384x224@60;H
+mvsca;"Marvel vs Capcom - clash of super heroes (980123 Asia)";384x224@60;H
+mvscar1;"Marvel vs Capcom - clash of super heroes (980112 Asia)";384x224@60;H
+mvscb;"Marvel vs Capcom - clash of super heroes (980123 Brazi";384x224@60;H
+mvsch;"Marvel vs Capcom - clash of super heroes (980123 Hispa";384x224@60;H
+mvscj;"Marvel vs Capcom - clash of super heroes (980123 Japan";384x224@60;H
+mvscjr1;"Marvel vs Capcom - clash of super heroes (980112 Japan";384x224@60;H
+mvscjsing;"Marvel vs Capcom - clash of super heroes (980123 Japan";384x224@60;H
+mvscr1;"Marvel vs Capcom - clash of super heroes (980112 Euro)";384x224@60;H
+mvscu;"Marvel vs Capcom - clash of super heroes (980123 USA)";384x224@60;H
+mvscud;"Marvel vs Capcom - clash of super heroes (980123 USA P";384x224@60;H
+mvscur1;"Marvel vs Capcom - clash of super heroes (971222 USA)";384x224@60;H
+mwalk;"Michael Jackson's Moonwalker (Euro, USA, Bra, Kor) - Michael Jackson's Moonwalker (set 3, World, FD1094/875 - Michael Jackson's Moonwalker (World, Rev. A)";320x224@60;H
+mwalkbl2;"Michael Jackson's Moonwalker (bootleg)";320x224@60;H
+mwalkd;"Michael Jackson's Moonwalker (World) (bootleg of FD109";320x224@60;H
+mwalkj;"Michael Jackson's Moonwalker (Japan) (FD1094/8751 317-";320x224@60;H
+mwalkjd;"Michael Jackson's Moonwalker (Japan) (bootleg of FD109";320x224@60;H
+mwalku;"Michael Jackson's Moonwalker (US) (FD1094/8751 317-015";320x224@60;H
+mwalkud;"Michael Jackson's Moonwalker (US) (bootleg of FD1094/8";320x224@60;H
+mwarr;"Mighty Warriors";366x240@54;H
+myangel;"Kosodate Quiz My Angel (Japan)";376x240@60;H
+myangel2;"Kosodate Quiz My Angel 2 (Japan)";376x240@60;H
+myhero;"My Hero (Euro, USA, Bra) - My Hero (US, not encrypted)";256x224@60;H
+myherobl;"My Hero (bootleg, 315-5132 encryption)";256x224@60;H
+myherok;"My Hero (Korea)";256x224@60;H
+myqbert;"Mello Yello Q*bert";256x240@60;V
+mysticri;"Mystic Riders (World)";320x240@60;H
+mysticrib;"Mystic Riders (bootleg?)";320x240@60;H
+mystston;"Mysterious Stones - Dr. John's Adventure";256x240@57;V
+myststono;"Mysterious Stones - Dr. Kick in Adventure";256x240@57;V
+myststonoi;"Mysterious Stones - Dr. Kick in Adventure (Itisa PCB)";256x240@57;V
+mystwarr;"Mystic Warriors (ver EAA)";288x224@60;H
+mystwarra;"Mystic Warriors (ver AAB)";288x224@60;H
+mystwarraa;"Mystic Warriors (ver AAA)";288x224@60;H
+mystwarrj;"Mystic Warriors (ver JAA)";288x224@60;H
+mystwarru;"Mystic Warriors (ver UAA)";288x224@60;H
+nam1975;"NAM-1975 (NGM-001)(NGH-001)";304x224@59;H
+naname;"Naname de Magic!";320x240@60;H
+nastar;"Nastar (World)";320x224@60;H
+nastarw;"Nastar Warrior (US)";320x224@60;H
+naughtyb;"Naughty Boy";288x224@60;V
+naughtyba;"Naughty Boy (bootleg)";288x224@60;V
+naughtybc;"Naughty Boy (Cinematronics)";288x224@60;V
+navarone;"Navarone";272x224@60;V
+nbbatman;"Ninja Baseball Batman (World)";320x240@60;H
+nbbatmanu;"Ninja Baseball Batman (US)";320x240@60;H
+ncombat;"Ninja Combat (NGM-009)";304x224@59;H
+ncombath;"Ninja Combat (NGH-009)";304x224@59;H
+ncommand;"Ninja Commando";304x224@59;H
+nebulbee;"Nebulous Bee";288x224@60;V
+nemesis;"Nemesis (Kor) - Nemesis (ROM version)";256x224@60;H
+nemesisuk;"Nemesis (World?, ROM version)";256x224@60;H
+nemo;"Finding Nemo (Rus) - Nemo (90 11 30 etc)";384x224@60;H
+nemoj;"Nemo (90 11 20 Japan)";384x224@60;H
+nemor1;"Nemo (90 11 09 etc)";384x224@60;H
+neo2500;"Neo 2500 Demo";304x224@59;H
+neo3ddmo;"NeoGeo 3D! Demo";304x224@59;H
+neobattl;"SD Gundam Neo Battling (Japan)";384x240@60;V
+neobombe;"Neo Bomberman";304x224@59;H
+neocdz;"Neo Geo CDZ system";320x224@59;H
+neocstlv;"Neo CastleVania Demo";304x224@59;H
+neocup98;"Neo-Geo Cup '98 - The Road to the Victory";320x224@59;H
+neodemo;"Chaos Demo (Neo Geo)";304x224@59;H
+neodrift;"Neo Drift Out - New Technology";304x224@59;H
+neogalag;"Galaga Demo (set 1)";304x224@59;H
+neogalaga;"Galaga Demo (set 2)";304x224@59;H
+neomrdo;"Neo Mr. Do!";304x224@59;H
+neonopon;"Neo No Panepon (beta)";304x224@59;H
+neopong;"Neo Pong (ver 1.1)";304x224@59;H
+neoponga;"Neo Pong (ver 1.0)";304x224@59;H
+neoprimo;"Primo Demo";304x224@59;H
+neotet;"NeoGeo 2-Player Tetris";304x224@59;H
+neothndr;"Neo Thunder";304x224@59;H
+neoww2;"WW2 Demo - Arcade Development Project";304x224@59;H
+newapunk;"New Atomic Punk - Global Quest (US)";320x240@60;H
+newfant;"New Fantasia (1995 copyright)";256x224@60;V
+newfanta;"New Fantasia (1994 copyright)";256x224@60;V
+newpuc2;"Newpuc2";288x224@60;V
+newpuc2b;"Newpuc2b";288x224@60;V
+newpuckx;"New Puck-X";288x224@60;V
+news;"News (set 1)";256x224@60;H
+newsa;"News (set 2)";256x224@60;H
+newsin7;"New Sinbad 7";256x224@60;V
+nextfase;"Next Fase (bootleg of Phoenix)";256x208@60;V
+ngem2k;"NGEM2K (beta 2006-01-18)";304x224@59;H
+ngfrog;"Frog Feast (Neo Geo)";304x224@59;H
+ngftdemo;"NGF Transparency Demo";304x224@59;H
+nightstr;"Night Striker (World)";320x240@60;H
+nightstrj;"Night Striker (Japan)";320x240@60;H
+nightstru;"Night Striker (US)";320x240@60;H
+ninja;"3 Ninjas Kick Back (USA) - Caveman Ninja (World ver 4) - Dragon Ninja (Euro) - Dragonninja (Japan) - Mirai Ninja (Japan) - Ninja (315-5102) - Sega Ninja (315-5113) - The Ninja (Euro, USA)";256x224@60;H
+ninjak;"The Ninja Kids (World)";320x224@60;H
+ninjakd2;"Ninja-Kid II / NinjaKun Ashura no Shou (set 1)";256x192@60;H
+ninjakd2a;"Ninja-Kid II / NinjaKun Ashura no Shou (set 2, bootleg";256x192@60;H
+ninjakd2b;"Ninja-Kid II / NinjaKun Ashura no Shou (set 3, bootleg";256x192@60;H
+ninjakd2c;"Ninja-Kid II / NinjaKun Ashura no Shou (set 4)";256x192@60;H
+ninjakj;"The Ninja Kids (Japan)";320x224@60;H
+ninjaku;"The Ninja Kids (US)";320x224@60;H
+ninjakun;"Ninja-kun (Jpn) - Ninjakun Majou no Bouken";256x192@60;H
+ninjamas;"Ninja Master's - haoh-ninpo-cho";320x224@59;H
+ninjaw;"The Ninja Warriors (World, later version)";224x864@60;V
+ninjaw1;"The Ninja Warriors (World, earlier version)";224x864@60;V
+ninjawj;"The Ninja Warriors (Japan)";224x864@60;V
+ninjawu;"The Ninja Warriors (US, Romstar license)";224x864@60;V
+ninjemak;"Ninja Emaki (US)";256x224@60;V
+nitd;"Nightmare in the Dark";320x224@59;H
+nitdbl;"Nightmare in the Dark (bootleg)";320x224@59;H
+nitrobal;"Nitro Ball (World, set 1)";320x240@58;V
+nitrobala;"Nitro Ball (World, set 2)";320x240@58;V
+nmaster;"Oni - The Ninja Master (Japan)";384x240@58;H
+nmg5;"Multi 5 / New Multi Game 5 (set 1)";320x240@60;H
+nmg5a;"Multi 5 / New Multi Game 5 (set 2)";320x240@60;H
+nmg5e;"Multi 5 / New Multi Game 5 (set 3, earlier)";320x240@60;H
+nmouse;"Funky Mouse (Jpn) - Naughty Mouse (set 1)";288x224@60;V
+nmouseb;"Naughty Mouse (set 2)";288x224@60;V
+nobb;"Noboranka (Japan, bootleg)";240x224@60;V
+nost;"Cosa Nostra (Spa) - Nostradamus";320x224@60;V
+nostj;"Nostradamus (Japan)";320x224@60;V
+nostk;"Nostradamus (Korea)";320x224@60;V
+nouryoku;"Nouryoku Koujou Iinkai";384x224@56;H
+nova2001;"Nova 2001 (Japan)";256x192@60;H
+nova2001h;"Nova 2001 (Japan, hack?)";256x192@60;H
+nova2001u;"Nova 2001 (US)";256x192@60;H
+nprinces;"Ninja Princess (315-5051, 64k Ver. bootleg?)";256x224@60;H
+nprincesb;"Ninja Princess (315-5051?, 128k Ver. bootleg?)";256x224@60;H
+nprinceso;"Ninja Princess (315-5098, 128k Ver.)";256x224@60;H
+nprincesu;"Ninja Princess (64k Ver. not encrypted)";256x224@60;H
+nrallyx;"New Rally X";288x224@60;H
+nspirit;"Ninja Spirit - Ninja Spirit";384x256@55;H
+nspiritj;"Saigo no Nindou (Japan)";384x256@55;H
+nunchaku;"Nunchackun";256x224@60;V
+nwarr;"Night Warriors - darkstalkers' revenge (950316 Euro)";384x224@60;H
+nwarra;"Night Warriors - darkstalkers' revenge (950302 Asia)";384x224@60;H
+nwarrb;"Night Warriors - darkstalkers' revenge (950403 Brazil)";384x224@60;H
+nwarrh;"Night Warriors - darkstalkers' revenge (950403 Hispani";384x224@60;H
+nwarru;"Night Warriors - darkstalkers' revenge (950406 USA)";384x224@60;H
+nwarrud;"Night Warriors - darkstalkers' revenge (950406 USA Pho";384x224@60;H
+nyanpani;"Nyan Nyan Panic (Japan)";256x224@60;H
+nzeroteam;"New Zero Team (V33 SYSTEM TYPE_B hardware)";320x256@55;H
+nzeroteama;"New Zero Team (V33 SYSTEM TYPE_B hardware, China?)";320x256@55;H
+oedfight;"Oedo Fight (Japan Bloodshed Ver.)";320x240@60;H
+offensiv;"Offensive (Spanish bootleg of Scramble)";256x224@60;V
+ohmygod;"Oh My God!";320x240@60;H
+oisipuzl;"Oishii Puzzle Ha Irimasenka";320x224@60;H
+olds;"Oriental Legend Super (V101, Korea)";448x224@60;H
+olds100;"Oriental Legend Special - Xi Yo Gi Shi Re Zuang Super";448x224@60;H
+olds100a;"Oriental Legend Special - Xi Yo Gi Shi Re Zuang Super";448x224@60;H
+olds103t;"Oriental Legend Special - Xi Yo Gi Shi Re Zuang Super";448x224@60;H
+oldsplus;"Oriental Legend Special Plus / Xi You Shi E Zhuan Supe";448x224@60;H
+omegab;"Omega";256x224@60;V
+omegaf;"Omega Fighter";256x192@60;V
+omegafs;"Omega Fighter Special";256x192@60;V
+omni;"Omni";256x224@60;V
+onetwo;"One + Two";512x256@60;H
+onetwoe;"One + Two (earlier)";512x256@60;H
+onna34ro;"Onna Sansirou - Typhoon Gal";256x224@60;H
+onna34roa;"Onna Sansirou - Typhoon Gal (bootleg)";256x224@60;H
+opwolf;"Operation Wolf - Operation Wolf - Operation Wolf (Euro, Bra) - Operation Wolf (World, set 1)";320x240@60;H
+opwolf3;"Operation Wolf 3 (World)";320x224@60;H
+opwolf3u;"Operation Wolf 3 (US)";320x224@60;H
+opwolfa;"Operation Wolf (World, set 2)";320x240@60;H
+opwolfb;"Operation Bear";320x240@60;H
+opwolfj;"Operation Wolf (Japan)";320x240@60;H
+opwolfjsc;"Operation Wolf (Japan, SC)";320x240@60;H
+opwolfu;"Operation Wolf (US)";320x240@60;H
+orbitron;"Orbitron";256x224@60;V
+orbs;"Orbs (10/7/94 prototype?)";320x240@60;H
+ordyne;"Ordyne - Ordyne - Ordyne (Japan, English Version)";288x224@60;H
+ordynej;"Ordyne (Japan)";288x224@60;H
+orius;"Orius (ver UAA)";384x256@54;H
+orlegend;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V126)";448x224@60;H
+orlegend105k;"Oriental Legend (V105, Korea)";448x224@60;H
+orlegend111c;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V111, China)";448x224@60;H
+orlegend111k;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V111, Korea)";448x224@60;H
+orlegend111t;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V111, Taiwan)";448x224@60;H
+orlegendc;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V112, China)";448x224@60;H
+orlegendca;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V112 alt, Chi";448x224@60;H
+orlegende;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V112)";448x224@60;H
+oscar;"Psycho-Nics Oscar (World revision 0)";256x240@58;H
+oscarj1;"Psycho-Nics Oscar (Japan revision 1)";256x240@58;H
+oscarj2;"Psycho-Nics Oscar (Japan revision 2)";256x240@58;H
+oscaru;"Psycho-Nics Oscar (US)";256x240@58;H
+osman;"Osman (World)";320x240@58;H
+othunder;"Operation Thunderbolt (World, rev 1)";320x240@60;H
+othunderj;"Operation Thunderbolt (Japan)";320x240@60;H
+othunderjsc;"Operation Thunderbolt (Japan, SC)";320x240@60;H
+othundero;"Operation Thunderbolt (World)";320x240@60;H
+othunderu;"Operation Thunderbolt (US, rev 1)";320x240@60;H
+othunderuo;"Operation Thunderbolt (US)";320x240@60;H
+outrun;"Out Run - Out Run (Euro) - Out Run (sitdown/upright, Rev B) - Out Run (World) - OutRun (Euro, USA) - Turbo Out Run (Out Run upgrade, FD1094 317-0118) - Turbo OutRun (Euro, Jpn)";320x224@60;H
+outrunb;"Out Run (bootleg)";320x224@60;H
+outrundx;"Out Run (deluxe sitdown)";320x224@60;H
+outrundxa;"Out Run (deluxe sitdown earlier version)";320x224@60;H
+outrundxeh;"Out Run (deluxe sitdown) (Enhanced Edition v1.0.3)";320x224@60;H
+outrundxj;"Out Run (Japan, deluxe sitdown, FD1089A 317-0019)";320x224@60;H
+outruneh;"Out Run (sitdown/upright, Rev B) (Enhanced Edition v1.";320x224@60;H
+outrunra;"Out Run (sitdown/upright, Rev A)";320x224@60;H
+outzone;"Out Zone";320x240@55.2;V
+outzonea;"Out Zone (set 2)";320x240@55.2;V
+outzoneb;"Out Zone (older set)";320x240@55.2;V
+outzonec;"Out Zone (oldest set)";320x240@55.2;V
+outzoneh;"Out Zone (harder)";320x240@55.2;V
+overtop;"Over Top";304x224@59;H
+ozmawars;"Ozma Wars (set 1)";260x224@60;V
+ozmawars2;"Ozma Wars (set 2)";260x224@60;V
+ozon1;"Ozon I";256x224@60;V
+p47;"P-47 - The Freedom Fighter - P-47 - The Phantom Fighter (World)";256x224@60;H
+p47j;"P-47 - The Freedom Fighter (Japan)";256x224@60;H
+p47je;"P-47 - The Freedom Fighter (Japan, Export)";256x224@60;H
+pacgal;"Pac-Gal";288x224@60;V
+pacheart;"Pac-Man (Hearts)";288x224@60;V
+packbang;"Pack'n Bang Bang (Prototype)";256x225@60;V
+packetman;"Packetman (bootleg)";288x224@60;V
+pacland;"Pac-land - Pac-Land - Pac-Land (World)";288x224@60;H
+paclandj;"Pac-Land (Japan new)";288x224@60;H
+paclandjo;"Pac-Land (Japan old)";288x224@60;H
+paclandjo2;"Pac-Land (Japan older)";288x224@60;H
+paclandm;"Pac-Land (Midway)";288x224@60;H
+pacman;"Jr. Pac-Man (11/9/83) - MS Pacman - Ms. Pac-Man (Euro, Bra) - Ms. Pac-Man (Euro, USA) - Ms. Pac-Man (USA) - Pac-Man (Jpn) - Pac-Man (Midway) - Pac-Man (Prototype) - Pac-Man (USA)";288x224@60;V
+pacmanbl;"Pac-Man (Galaxian hardware, set 1)";256x224@60;V
+pacmanbla;"Pac-Man (Galaxian hardware, set 2)";256x224@60;V
+pacmanf;"Jr. Pac-Man (speedup hack) - Pac-Man (Midway, with speedup hack)";288x224@60;V
+pacmania;"Pac-Mania - Pac-Mania (Euro) - Pac-Mania (Euro) - Pac-Mania (Euro, USA)";288x224@60;V
+pacmaniaj;"Pac-Mania (Japan)";288x224@60;V
+pacmaniao;"Pac-Mania (111187 sound program)";288x224@60;V
+pacmanpe;"Come Come (Petaco SA bootleg of Puck Man)";288x224@60;V
+pacmanso;"Pac-Man (SegaSA / Sonic)";288x224@60;V
+pacmansp;"Puck Man (Spanish, 'Made in Greece' bootleg)";288x224@60;V
+pacmod;"Pac-Man (Midway, harder)";288x224@60;V
+pacnchmp;"Pac-Man & Chomp Chomp";288x224@60;V
+pacnpal;"Pac & Pal";288x224@60;V
+pacnpal2;"Pac & Pal (older)";288x224@60;V
+pacplus;"Pac-Man Plus";288x224@60;V
+pacuman;"Pacu-Man (Spanish bootleg of Puck Man)";288x224@60;V
+paddle2;"Paddle 2 (bootleg on Block hardware)";256x224@60;V
+paddlema;"Paddle Mania";256x224@60;V
+paintrlr;"Paint Roller";288x224@60;V
+pairlove;"Pairs Love";384x240@60;V
+pajaroes;"Pajaro del Espacio (Spanish bootleg of UniWar S)";256x224@60;V
+palamed;"Palamedes (US)";320x224@60;H
+palamedj;"Palamedes (Japan)";320x224@60;H
+pandoras;"Pandora's Palace";256x224@60;V
+pang;"Cross Pang - Mighty! Pang (001010 Euro) - Pang (World) - Pang Pang - Super Pang (World 900914) - Ti Ti! Pang Pang! (Kor) - Zipang";384x240@57;H
+pang3;"Pang! 3 (950601 Euro)";384x224@60;H
+pang3b;"Pang! 3 (bootleg set 1, 950511 Euro)";384x224@60;H
+pang3b2;"Pang! 3 (bootleg set 2, 950511 Euro)";384x224@60;H
+pang3b3;"Pang! 3 (bootleg set 3, 950601 Euro)";384x224@60;H
+pang3j;"Pang! 3: Kaitou Tachi no Karei na Gogo (950511 Japan)";384x224@60;H
+pang3r1;"Pang! 3 (950511 Euro)";384x224@60;H
+pang3r1a;"Pang! 3 (950511 Euro, alt)";384x224@60;H
+pangb;"Pang (bootleg, set 1)";384x240@60;H
+pangb2;"Pang (bootleg, set 4)";384x240@60;H
+pangbold;"Pang (bootleg, set 2)";384x240@60;H
+pangbold2;"Pang (bootleg, set 5)";384x240@60;H
+pangbold3;"Pang (bootleg, set 6)";384x240@60;H
+pangpang;"Pang Pang";320x240@58;H
+pangpoms;"Pang Pom's";360x224@60;H
+pangpomsm;"Pang Pom's (Mitchell)";360x224@60;H
+panicbom;"Panic Bomber";304x224@59;H
+panicstr;"Panic Street (Japan)";320x240@60;H
+paperboy;"Paperboy (Atari System 2)";512x384@60;H
+paprazzi;"Paparazzi";384x224@60;V
+parodius;"Parodius - Tako wa Chikyuu wo Sukuu (Jpn) - Parodius DA! (World, set 1) - Parodius da! - Shinwa Kara Owarai He";288x224@60;H
+parodiusa;"Parodius - Tako wa Chikyuu wo Sukuu (Jpn, Alt) - Parodius DA! (Asia)";288x224@60;H
+parodiuse;"Parodius - Tako Saves Earth (English) - Parodius DA! (World, set 2)";288x224@60;H
+parodiusj;"Parodius DA! (Japan)";288x224@60;H
+pass;"Pass";320x224@60;H
+passsht;"Passing Shot (World, 2 Players, FD1094 317-0080)";320x224@60;V
+passsht16a;"Passing Shot (Japan, 4 Players, System 16A, FD1094 317";320x224@60;V
+passshta;"Passing Shot (World, 4 Players, FD1094 317-0074)";320x224@60;V
+passshtad;"Passing Shot (World, 4 Players, FD1094 317-0074 decryp";320x224@60;V
+passshtd;"Passing Shot (World, 2 Players, FD1094 317-0080 decryp";320x224@60;V
+passshtj;"Passing Shot (Japan, 4 Players, FD1094 317-0070)";320x224@60;V
+passshtjd;"Passing Shot (Japan, 4 Players, FD1094 317-0070 decryp";320x224@60;V
+pbancho;"Gyakuten!! Puzzle Bancho (Japan)";320x240@60;H
+pbillrd;"Perfect Billiard";256x224@60;H
+pbillrdsa;"Perfect Billiard (MC-8123, 317-5008)";256x224@60;H
+pbobbl2n;"Puzzle Bobble 2 / Bust-A-Move Again (Neo-Geo)";304x224@59;H
+pbobble;"Puzzle Bobble (Japan, B-System) - Puzzle Bobble (Jpn)";320x224@60;H
+pbobble2;"Puzzle Bobble 2 (Ver 2.3O 1995/07/31)";320x232@60;H
+pbobble2j;"Puzzle Bobble 2 (Ver 2.2J 1995/07/20)";320x232@60;H
+pbobble2o;"Puzzle Bobble 2 (Ver 2.2O 1995/07/20)";320x232@60;H
+pbobble2u;"Bust-A-Move Again (Ver 2.3A 1995/07/31)";320x232@60;H
+pbobble2x;"Puzzle Bobble 2X (Ver 2.2J 1995/11/11)";320x232@60;H
+pbobble3;"Puzzle Bobble 3 (Ver 2.1O 1996/09/27)";320x232@60;H
+pbobble3j;"Puzzle Bobble 3 (Ver 2.1J 1996/09/27)";320x232@60;H
+pbobble3u;"Puzzle Bobble 3 (Ver 2.1A 1996/09/27)";320x232@60;H
+pbobble4;"Puzzle Bobble 4 (Ver 2.04O 1997/12/19)";320x232@60;H
+pbobble4j;"Puzzle Bobble 4 (Ver 2.04J 1997/12/19)";320x232@60;H
+pbobble4u;"Puzzle Bobble 4 (Ver 2.04A 1997/12/19)";320x232@60;H
+pbobblen;"Puzzle Bobble / Bust-A-Move (Neo-Geo) (NGM-083)";320x224@59;H
+pbobblenb;"Puzzle Bobble / Bust-A-Move (Neo-Geo) (bootleg)";320x224@59;H
+pclubys;"Puzzle Club (Yun Sung, set 1)";320x240@60;H
+pclubysa;"Puzzle Club (Yun Sung, set 2)";320x240@60;H
+pdrift;"Power Drift - Power Drift (World, Rev A)";320x224@60;H
+pdrifta;"Power Drift (World)";320x224@60;H
+pdrifte;"Power Drift (World, Earlier)";320x224@60;H
+pdriftj;"Power Drift (Japan)";320x224@60;H
+peekaboo;"Peek-a-Boo!";256x224@60;H
+peekaboou;"Peek-a-Boo! (North America, ver 1.0)";256x224@60;H
+penbros;"Penguin Brothers (Japan)";320x224@60;H
+pengadvb;"Penguin Adventure (bootleg of MSX version)";272x216@60;H
+pengo;"Pengo (Euro, USA) - Pengo (set 1 rev c) - Pepenga Pengo (Jpn)";288x224@60;V
+pengo2;"Pengo (set 2)";288x224@60;V
+pengo2u;"Pengo (set 2 not encrypted)";288x224@60;V
+pengo3u;"Pengo (set 3 not encrypted)";288x224@60;V
+pengo4;"Pengo (set 4)";288x224@60;V
+pengo5;"Pengo (set 5)";288x224@60;V
+pengob;"Pengo (bootleg)";288x224@60;V
+penta;"Penta";288x224@60;V
+percuss;"The Percussor";256x224@60;V
+perfrman;"Performan (Japan)";256x240@60;V
+perfrmanu;"Performan (US)";256x240@60;V
+pestplce;"Pest Place";256x224@60;H
+pfghtj;"Pocket Fighter (970904 Japan)";384x224@60;H
+pgalvip;"Pocket Gals V.I.P (set 1)";256x224@60;H
+pgalvipa;"Pocket Gals V.I.P (set 2)";256x224@60;H
+pgear;"Powered Gear - strategic variant armor equipment (9410";384x224@60;H
+pgearr1;"Powered Gear - strategic variant armor equipment (9409";384x224@60;H
+pgemeni;"P-GeMeni (060123)";448x224@60;H
+pgmdemo;"Chaos (PGM Demo)";448x224@60;H
+pgmfrog;"Frog Feast (PGM)";448x224@60;H
+pgoal;"Pleasure Goal / Futsal - 5 on 5 Mini Soccer (NGM-219)";304x224@59;H
+phantasm;"Phantasm (Japan)";256x224@60;H
+phelios;"Phelios - Phelios (Euro)";288x224@60;V
+pheliosj;"Phelios (Japan) - Phelios (Jpn)";288x224@60;V
+phoenix;"Phoenix (Amstar)";256x208@60;V
+phoenix2;"Phoenix (Amstar, set 2)";256x208@60;V
+phoenix3;"Phoenix (T.P.N. bootleg)";256x208@60;V
+phoenixa;"Phoenix (Centuri, set 1)";256x208@60;V
+phoenixass;"Phoenix (Assa, Spanish bootleg)";256x208@60;V
+phoenixb;"Phoenix (Centuri, set 2)";256x208@60;V
+phoenixc;"Phoenix (Irecsa / G.G.I Corp, set 1)";256x208@60;V
+phoenixc2;"Phoenix (Irecsa / G.G.I Corp, set 2)";256x208@60;V
+phoenixc3;"Phoenix (Irecsa / G.G.I Corp, set 3)";256x208@60;V
+phoenixc4;"Phoenix (Irecsa / G.G.I Corp, set 4)";256x208@60;V
+phoenixdal;"Phoenix (D&L bootleg)";256x208@60;V
+phoenixj;"Phoenix (Taito Japan)";256x208@60;V
+phoenixs;"Phoenix (Sonic, Spanish bootleg)";256x208@60;V
+phoenixt;"Phoenix (Taito)";256x208@60;V
+phoenxp2;"Phoenix Part 2";256x224@60;V
+photof;"Photo Finish (bootleg?)";256x224@60;H
+photoy2k;"Photo Y2K / Real and Fake (V105)";448x224@60;H
+photoy2k102;"Real and Fake0Photo Y2K (V102, Japan)";448x224@60;H
+photoy2k104;"Photo Y2K / Real and Fake (V104)";448x224@60;H
+phozon;"Phozon (Japan)";288x224@60;V
+phozons;"Phozon (Sidam)";288x224@60;V
+pinbo;"Pinbo (set 1)";256x224@60;V
+pingpong;"Konami's Ping-Pong - Konami's Ping-Pong (Jpn) - Ping Pong (Tw)";256x224@60;H
+pipibibs;"Pipi & Bibis / Whoopee!! (Z80 sound cpu, set 1)";320x240@60;H
+pipibibsa;"Pipi & Bibis / Whoopee!! (Z80 sound cpu, set 2)";320x240@60;H
+pipibibsp;"Pipi & Bibis / Whoopee!! (prototype)";320x240@60;H
+piranha;"Piranha";288x224@60;V
+piranhah;"Piranha (hack)";288x224@60;V
+piranhao;"Piranha (older)";288x224@60;V
+pirates;"Pirates (set 1) - Pirates! Gold (USA)";288x224@60;H
+piratesb;"Pirates (set 2)";288x224@60;H
+pisces;"Pisces";256x224@60;V
+piscesb;"Pisces (bootleg)";256x224@60;V
+pistoldm;"Pistol Daimyo no Bouken (Japan)";288x224@60;H
+pitfall2;"Pitfall II (315-5093) - Pitfall II - Lost Caverns (Jpn) - Pitfall II - The Lost Caverns (Jpn, v1) - Pitfall II: Lost Caverns";256x224@60;H
+pitfall2a;"Pitfall II (315-5093, Flicky Conversion) - Pitfall II - Lost Caverns (Jpn, Alt) - Pitfall II - The Lost Caverns (Jpn, v0)";256x224@60;H
+pitfall2u;"Pitfall II (not encrypted)";256x224@60;H
+pkladies;"Poker Ladies";384x240@60;H
+pkladiesl;"Poker Ladies (Leprechaun ver. 510)";384x240@60;H
+pkladiesla;"Poker Ladies (Leprechaun ver. 401)";384x240@60;H
+pktgaldx;"Pocket Gal Deluxe (Euro v3.00)";320x240@58;H
+pktgaldxj;"Pocket Gal Deluxe (Japan v3.00)";320x240@58;H
+pkunwar;"Penguin-Kun Wars (US)";256x192@60;H
+pkunwarj;"Penguin-Kun Wars (Japan)";256x192@60;H
+plegends;"Gouketsuji Gaiden Legends (USA, ver. 95/06/20)";320x240@58;H
+plegendsj;"Gouketsuji Gaiden Saikyou Densetsu (Japan, ver. 95/06/";320x240@58;H
+pleiadbl;"Pleiads (bootleg set 1)";256x208@60;V
+pleiadce;"Pleiads (Centuri)";256x208@60;V
+pleiads;"Pleiads (Tehkan)";256x208@60;V
+pleiadsb2;"Pleiads (bootleg set 2)";256x208@60;V
+pleiadsi;"Pleiads (Irecsa)";256x208@60;V
+pleiadsn;"Pleiads (Niemer S.A.)";256x208@60;V
+pleiadss;"Pleiads (Spanish bootleg)";256x208@60;V
+plgirls;"Play Girls";320x224@60;V
+plgirls2;"Play Girls 2";320x224@60;V
+plgirls2b;"Play Girls 2 (bootleg)";320x224@60;V
+plotting;"Plotting (World set 1)";320x224@60;H
+plottinga;"Plotting (World set 2, protected)";320x224@60;H
+plottingb;"Plotting (World set 3, earliest version)";320x224@60;H
+plottingu;"Plotting (US)";320x224@60;H
+plumppop;"Plump Pop (Japan)";256x224@60;H
+plusalph;"Plus Alpha";256x224@60;V
+pnickj;"Pnickies (940608 Japan)";384x224@60;H
+pnyaa;"Pochi and Nyaa";304x224@59;H
+poitto;"Poitto!";360x224@60;H
+poknight;"Poker Night";304x224@59;H
+pokonyan;"Pokonyan (Japan 940322)";384x224@60;H
+pollux;"Pollux (set 1)";384x240@60;V
+polluxa;"Pollux (set 2)";384x240@60;V
+polluxa2;"Pollux (set 3)";384x240@60;V
+polluxn;"Pollux (Japan, NTC license)";384x240@60;V
+pompingw;"Pomping World (Japan)";384x240@57;H
+ponpoko;"Ponpoko";288x224@60;H
+ponpokov;"Ponpoko (Venture Line)";288x224@60;H
+pootan;"Pootan";256x224@60;V
+pooyan;"Pooyan - Pooyan (Jpn) - Pooyan (Kor)";256x224@60;V
+pooyans;"Pooyan (Stern)";256x224@60;V
+popbingo;"Pop Bingo";384x240@60;H
+popbounc;"Pop 'n Bounce / Gapporin";304x224@59;H
+popeye;"Popeye - Popeye (revision D) - Popeye no Beach Volleyball (Jpn)";288x224@60;H
+popeyeman;"Popeye-Man";288x224@60;V
+popflame;"Pop Flamer (Euro, Jpn) - Pop Flamer (protected)";288x224@60;V
+popflamea;"Pop Flamer (not protected)";288x224@60;V
+popflameb;"Pop Flamer (hack?)";288x224@60;V
+popflamen;"Pop Flamer (bootleg on Naughty Boy PCB)";288x224@60;V
+popnpop;"Pop'n Pop (Ver 2.07O 1998/02/09)";320x232@60;H
+popnpopj;"Pop'n Pop (Ver 2.07J 1998/02/09)";320x232@60;H
+popnpopu;"Pop'n Pop (Ver 2.07A 1998/02/09)";320x232@60;H
+popspops;"Pop's Pop's";256x224@56;H
+porky;"Porky";256x224@60;V
+porter;"Port Man (bootleg on Moon Cresta hardware)";256x224@60;V
+pow;"P.O.W. - Prisoners of War (US version 1) - Rings of Power (Euro, USA)";256x224@60;H
+powerins;"Power Instinct (USA)";320x224@56;H
+powerinsa;"Power Instinct (USA, bootleg set 1)";320x224@60;H
+powerinsb;"Power Instinct (USA, bootleg set 2)";320x224@60;H
+powerinsj;"Gouketsuji Ichizoku (Japan)";320x224@56;H
+powj;"Datsugoku - Prisoners of War (Japan)";256x224@60;H
+ppan;"Peter Pan (bootleg of Hook)";320x240@60;H
+ppchamp;"Pasha Pasha Champ Mini Game Festival";320x240@60;H
+pprobe;"Planet Probe (prototype?)";256x224@60;V
+prehisle;"Prehistoric Isle in 1930 (World)";256x224@60;H
+prehisleb;"Prehistoric Isle in 1930 (World, bootleg)";256x224@60;H
+prehislek;"Prehistoric Isle in 1930 (Korea)";256x224@60;H
+prehisleu;"Prehistoric Isle in 1930 (US)";256x224@60;H
+preisle2;"Prehistoric Isle 2";304x224@59;H
+primella;"Primella";384x256@60;H
+prmtmfgt;"Prime Time Fighter (Ver 2.1A 1993/05/21) (New Version)";320x232@60;H
+prmtmfgto;"Prime Time Fighter (Ver 2.1A 1993/05/21) (Old Version)";320x232@60;H
+progear;"Progear (010117 USA)";384x224@60;H
+progeara;"Progear (010117 Asia)";384x224@60;H
+progearj;"Progear No Arashi (010117 Japan)";384x224@60;H
+progearjbl;"Progear No Arashi (010117 Japan, decrypted set)";384x224@60;H
+progearjd;"Progear No Arashi (010117 Japan Phoenix Edition)";384x224@60;H
+progearud;"Progear(010117 USA Phoenix Edition)";384x224@60;H
+progress;"Progress";256x224@60;V
+prtytime;"Party Time: Gonta the Diver II / Ganbare! Gonta!! 2 (W";320x240@58;V
+psoldier;"Perfect Soldiers (Japan)";320x240@60;H
+pspikes;"Power Spikes (World)";356x240@60;H
+pspikes2;"Power Spikes II (NGM-068)";320x224@59;H
+pspikesk;"Power Spikes (Korea)";356x240@60;H
+pspikesu;"Power Spikes (US)";356x240@60;H
+psurge;"Power Surge";256x224@60;V
+psychic5;"Psychic 5 (World)";256x224@54;V
+psychic5j;"Psychic 5 (Japan)";256x224@54;V
+psychos;"Psycho Soldier (US) - Psychosis";400x224@60;H
+psychosj;"Psycho Soldier (Japan)";400x224@60;H
+pturn;"Parallel Turn";256x224@60;V
+puchicar;"Puchi Carat (Ver 2.02O 1997/10/29)";320x232@60;H
+puchicarj;"Puchi Carat (Ver 2.02J 1997/10/29)";320x232@60;H
+puckman;"Puck Man (Japan set 1)";288x224@60;V
+puckmanb;"Puck Man (Bootleg set 1)";288x224@60;V
+puckmanf;"PuckMan (speedup hack)";288x224@60;V
+puckmanh;"Puck Man (bootleg set 2)";288x224@60;V
+puckmod;"Puck Man (Japan set 2)";288x224@60;V
+pulirula;"PuLiRuLa (World)";320x224@60;H
+pulirulaj;"PuLiRuLa (Japan)";320x224@60;H
+pulstar;"Pulstar";320x224@59;H
+punchita;"Punch-Out!! (Italian bootleg)";448x256@60;V
+punchout;"Punch-Out!! (Rev B)";448x256@60;V
+punchouta;"Punch-Out!! (Rev A)";448x256@60;V
+punchoutj;"Punch-Out!! (Japan)";448x256@60;V
+punipic;"The Punisher (bootleg set 1 (with PIC16c57), 930422 et";384x224@60;H
+punipic2;"The Punisher (bootleg set 2 (with PIC16c57), 930422 et";384x224@60;H
+punipic3;"The Punisher (bootleg set 3 (with PIC16c57), 930422 et";384x224@60;H
+punisher;"The Punisher (930422 etc) - The Punisher (Euro)";384x224@60;H
+punisherb;"The Punisher (bootleg, 930422 etc)";384x224@60;H
+punisherbz;"Biaofeng Zhanjing (Chinese bootleg)";384x224@60;H
+punisherh;"The Punisher (930422 Hispanic)";384x224@60;H
+punisherj;"The Punisher (930422 Japan)";384x224@60;H
+punisheru;"The Punisher (930422 USA) - The Punisher (USA)";384x224@60;H
+punkshot;"Punk Shot (US 4 Players)";288x224@60;H
+punkshot2;"Punk Shot (US 2 Players)";288x224@60;H
+punkshotj;"Punk Shot (Japan 2 Players)";288x224@60;H
+pururun;"Pururun";320x224@60;H
+pushman;"Pushman (Korea, set 1)";256x224@60;H
+pushmana;"Pushman (Korea, set 2)";256x224@60;H
+pushmans;"Pushman (American Sammy license)";256x224@60;H
+puzlclub;"Puzzle Club (Japan prototype)";288x224@60;V
+puzlstar;"Puzzle Star (V100MG)";448x224@60;H
+puzzldpr;"Puzzle De Pon! R!";304x224@59;H
+puzzledp;"Puzzle De Pon!";304x224@59;H
+puzzli;"Puzzli";320x224@60;H
+puzzli2;"Puzzli 2 (V100)";448x224@60;H
+puzzli2s;"Puzzli 2 Super (V200)";448x224@60;H
+puzzloop;"Puzz Loop (Europe, v0.94)";320x240@60;H
+puzzloopa;"Puzz Loop (Asia)";320x240@60;H
+puzzloope;"Puzz Loop (Europe, v0.93)";320x240@60;H
+puzzloopj;"Puzz Loop (Japan)";320x240@60;H
+puzzloopk;"Puzz Loop (Korea)";320x240@60;H
+puzzloopu;"Puzz Loop (USA)";320x240@60;H
+puzzlove;"PuzzLove";320x240@60;H
+puzzlovek;"PuzzLove (Korea)";320x240@60;H
+puzznic;"Puzznic - Puzznic (World)";320x224@60;H
+puzznicb;"Puzznic (bootleg, set 1)";320x224@60;H
+puzznicba;"Puzznic (bootleg, set 2)";320x224@60;H
+puzznici;"Puzznic (Italian bootleg)";320x224@60;H
+puzznicj;"Puzznic (Japan)";320x224@60;H
+puzznicu;"Puzznic (US)";320x224@60;H
+pwheelsj;"Power Wheels (Japan)";320x240@60;H
+pwrgoal;"Taito Power Goal (Ver 2.5O 1994/11/03)";320x224@60;H
+pwrinst2;"Power Instinct 2 (USA, ver. 94/04/08)";320x240@58;H
+pwrinst2j;"Gouketsuji Ichizoku 2 (Japan, ver. 94/04/08)";320x240@58;H
+pyros;"Pyros (US)";320x240@60;H
+pzlbowl;"Puzzle De Bowling (Japan)";384x240@60;H
+pzlbreak;"Puzzle Break";256x224@58;H
+pzloop2;"Puzz Loop 2 (010302 Euro)";384x224@60;H
+pzloop2j;"Puzz Loop 2 (010226 Japan)";384x224@60;H
+pzloop2jr1;"Puzz Loop 2 (010205 Japan)";384x224@60;H
+qad;"Quiz & Dragons (capcom quiz game 920701 USA)";384x224@60;H
+qadjr;"Quiz & Dragons (940921 Japan Resale Ver.)";384x224@60;H
+qbert;"Faster, Harder, More Challenging Q*bert (prototype) - Mello Yello Q*bert - Q*bert - Q*bert (Jpn) - Q*bert (Jpn, OMV) - Q*bert (US set 1)";256x240@60;V
+qberta;"Q*bert (Alt) - Q*bert (Jpn, Alt) - Q*bert (US set 2)";256x240@60;V
+qbertj;"Q*bert (Japan)";256x240@60;V
+qbertqub;"Q*bert Qubes - Q*bert's Qubes";256x240@60;V
+qcrayon;"Quiz Crayon Shinchan (Japan)";320x224@60;H
+qcrayon2;"Crayon Shinchan Orato Asobo (Japan)";320x224@60;H
+qgakumon;"Quiz Gakumon no Susume (Japan ver. JA2 Type L)";304x224@60;H
+qjinsei;"Quiz Jinsei Gekijoh (Japan)";320x224@60;H
+qndream;"Quiz Nanairo Dreams - nijiirochou no kiseki (nanairo d";384x224@60;H
+qsangoku;"Quiz Sangokushi (Japan)";384x240@60;H
+qtheater;"Quiz Theater - 3tsu no Monogatari (Ver 2.3J 1994/11/10";320x224@60;H
+qtono1;"Quiz Tonosama no Yabou (Japan)";384x240@60;H
+qtono2j;"Quiz Tonosama no Yabou 2 Zenkoku-ban (tonosama 2 95012";384x224@60;H
+qtorimon;"Quiz Torimonochou (Japan)";320x224@60;H
+quartet;"Quartet (Euro, USA) - Quartet (Rev A, 8751 317-unknown)";320x224@60;H
+quartet2;"Quartet 2 (8751 317-0010)";320x224@60;H
+quartet2a;"Quartet 2 (unprotected)";320x224@60;H
+quarteta;"Quartet (8751 315-5194)";320x224@60;H
+quarth;"Quarth (Japan)";288x224@60;H
+quester;"Quester (Japan)";288x224@60;V
+questers;"Quester Special Edition (Japan)";288x224@60;V
+quiz18k;"Miyasu Nonki no Quiz 18-Kin";320x224@60;H
+quizdai2;"Quiz Meitantei Neo & Geo - Quiz Daisousa Sen part 2 (N";320x224@59;H
+quizdais;"Quiz Daisousa Sen - The Last Count Down (NGM-023)(NGH-";304x224@59;H
+quizdaisk;"Quiz Daisousa Sen - The Last Count Down (Korean releas";304x224@59;H
+quizf1;"Quiz F1 1-2 Finish (Japan)";384x240@60;H
+quizhq;"Quiz H.Q. (Japan)";320x224@60;H
+quizhuhu;"Moriguchi Hiroko no Quiz de Hyuu!Hyuu! (Ver 2.2J 1995/";320x232@60;H
+quizkof;"Quiz King of Fighters (SAM-080)(SAH-080)";304x224@59;H
+quizkofk;"Quiz King of Fighters (Korean release)";304x224@59;H
+quizo;"Quiz Olympic (set 1)";320x200@60;H
+quizoa;"Quiz Olympic (set 2)";320x200@60;H
+qzchikyu;"Quiz Chikyu Bouei Gun (Japan)";320x224@60;H
+qzkklgy2;"Quiz Kokology 2";384x240@60;H
+qzkklogy;"Quiz Kokology";384x240@60;H
+qzquest;"Quiz Quest - Hime to Yuusha no Monogatari (Japan)";320x224@60;H
+qzshowby;"Quiz Sekai wa SHOW by shobai (Japan)";320x224@60;H
+r2dx_v33;"Raiden II New / Raiden DX (newer V33 PCB) (Raiden DX E";320x240@55;V
+r2dx_v33_r2;"Raiden II New / Raiden DX (newer V33 PCB) (Raiden II E";320x240@55;V
+rabiolep;"Rabio Lepus (Japan) - Rabio Lepus Special";288x216@60;H
+rachero;"Racing Hero (FD1094 317-0144)";320x224@60;H
+racherod;"Racing Hero (FD1094 317-0144 decrypted)";320x224@60;H
+racingb;"Racing Beat (World)";320x240@60;H
+racingbj;"Racing Beat (Japan)";320x240@60;H
+rackemup;"Rack 'em Up (program code L)";256x224@60;V
+racknrol;"Rack + Roll";256x224@60;H
+radarscp;"Radar Scope";256x224@60;V
+radarscp1;"Radar Scope (TRS01)";256x224@60;V
+radrad;"Radical Radial (US)";256x224@60;H
+radradj;"Radical Radial (Japan)";256x224@60;H
+raflesia;"Rafflesia (315-5162)";256x224@60;V
+ragnagrd;"Ragnagard / Shin-Oh-Ken";320x224@59;H
+ragtime;"The Great Ragtime Show (Japan v1.5, 92.12.07)";320x240@58;H
+ragtimea;"The Great Ragtime Show (Japan v1.3, 92.11.26)";320x240@58;H
+raiden;"Raiden";256x224@59;V
+raiden2;"Raiden II (US, set 1)";320x240@55.4;V
+raiden2dx;"Raiden II (harder, Raiden DX Hardware)";320x240@55.4;V
+raiden2e;"Raiden II (Easy Version, Korea?)";320x240@55.4;V
+raiden2ea;"Raiden II (Easy Version, Japan?)";320x240@55.4;V
+raiden2eg;"Raiden II (Easy Version, Germany)";320x240@55.4;V
+raiden2eu;"Raiden II (Easy Version, US set 2)";320x240@55.4;V
+raiden2eua;"Raiden II (Easy Version, US set 1)";320x240@55.4;V
+raiden2f;"Raiden II (France)";320x240@55.4;V
+raiden2g;"Raiden II (Germany)";320x240@55.4;V
+raiden2hk;"Raiden II (Hong Kong)";320x240@55.4;V
+raiden2i;"Raiden II (Italy)";320x240@55.4;V
+raiden2j;"Raiden II (Japan)";320x240@55.4;V
+raiden2nl;"Raiden II (Holland)";320x240@55.4;V
+raiden2sw;"Raiden II (Switzerland)";320x240@55.4;V
+raiden2u;"Raiden II (US, set 2)";320x240@55.4;V
+raidena;"Raiden (set 2)";256x224@60;V
+raidenb;"Raiden (set 3, Alternate hardware)";256x224@60;V
+raidendx;"Raiden DX (UK)";320x240@55.4;V
+raidendxa1;"Raiden DX (Hong Kong, set 1)";320x240@55.4;V
+raidendxa2;"Raiden DX (Hong Kong, set 2)";320x240@55.4;V
+raidendxch;"Raiden DX (China)";320x240@55.4;V
+raidendxg;"Raiden DX (Germany)";320x240@55.4;V
+raidendxj;"Raiden DX (Japan)";320x240@55.4;V
+raidendxk;"Raiden DX (Korea)";320x240@55.4;V
+raidendxnl;"Raiden DX (Holland)";320x240@55.4;V
+raidendxu;"Raiden DX (US)";320x240@55.4;V
+raidenk;"Raiden (Korea)";256x224@60;V
+raidenkb;"Raiden (Korea, bootleg)";256x224@60;V
+raident;"Raiden (Taiwan)";256x224@60;V
+raidenu;"Raiden (US, set 1)";256x224@60;V
+raidenua;"Raiden (US, set 2, SEI8904 + SEI9008 PCBs)";256x224@60;V
+raiders5;"Raiders5";256x192@60;H
+raiders5t;"Raiders5 (Japan)";256x192@60;H
+raiga;"Raiga - Strato Fighter (Japan)";256x224@60;H
+raimais;"Raimais (World)";320x224@60;H
+raimaisj;"Raimais (Japan)";320x224@60;H
+raimaisjo;"Raimais (Japan, first revision)";320x224@60;H
+rallybik;"Rally Bike / Dash Yarou";320x240@55.2;V
+rallyx;"New Rally X - Rally X (32k Ver.?) - Rally-X (Jpn) - Rally-X (Tw)";288x224@60;H
+rallyxa;"Rally X - Rally-X (Jpn, Alt)";288x224@60;H
+rallyxm;"Rally X (Midway)";288x224@60;H
+rallyxmr;"Rally X (Model Racing)";288x224@60;H
+rambo3;"Rambo III (Euro) - Rambo III (Euro, USA, Bra) - Rambo III (Europe) - Rambo III (World, v1.1)";320x224@60;H
+rambo3p;"Rambo III (Europe, Proti?)";320x224@60;H
+rambo3u;"Rambo III (US)";320x224@60;H
+raphero;"Rapid Hero";384x224@56;V
+rastan;"Rastan (Euro, USA, Bra) - Rastan (World Rev 1) - Rastan Saga (Jpn, SMS Mode)";320x240@60;H
+rastana;"Rastan (World)";320x240@60;H
+rastanb;"Rastan (World, Earlier code base)";320x240@60;H
+rastanu;"Rastan (US Rev 1)";320x240@60;H
+rastanua;"Rastan (US)";320x240@60;H
+rastanub;"Rastan (US, Earlier code base)";320x240@60;H
+rastsag2;"Rastan Saga 2 (Japan)";320x224@60;H
+rastsaga;"Rastan Saga (Japan Rev 1)";320x240@60;H
+rastsagaa;"Rastan Saga (Japan Rev 1, Earlier code base)";320x240@60;H
+rastsagab;"Rastan Saga (Japan, Earlier code base)";320x240@60;H
+rayforce;"Ray Force (Ver 2.3A 1994/01/20)";320x224@60;V
+rayforcej;"Ray Force (Ver 2.3J 1994/01/20)";320x224@60;V
+rbff1;"Real Bout Fatal Fury / Real Bout Garou Densetsu (NGM-0";320x224@59;H
+rbff1a;"Real Bout Fatal Fury / Real Bout Garou Densetsu (bug f";320x224@59;H
+rbff1k;"Real Bout Fatal Fury / Real Bout Garou Densetsu (Korea";320x224@59;H
+rbff2;"Real Bout Fatal Fury 2 - The Newcomers / Real Bout Gar";320x224@59;H
+rbff2h;"Real Bout Fatal Fury 2 - The Newcomers / Real Bout Gar";320x224@59;H
+rbff2k;"Real Bout Fatal Fury 2 - The Newcomers (Korean release";320x224@59;H
+rbffspec;"Real Bout Fatal Fury Special / Real Bout Garou Densets";320x224@59;H
+rbffspeck;"Real Bout Fatal Fury Special / Real Bout Garou Densets";320x224@59;H
+rbisland;"Rainbow Islands (new version) - Rainbow Islands - The Story of Bubble Bobble 2 (Euro) - Rainbow Islands Extra (Jpn)";320x224@60;H
+rbislande;"Rainbow Islands (Extra)";320x224@60;H
+rbislando;"Rainbow Islands (old version)";320x224@60;H
+rchase;"Rail Chase (World)";320x224@60;H
+rchasej;"Rail Chase (Japan)";320x224@60;H
+rdaction;"Rad Action / NinjaKun Ashura no Shou";256x192@60;H
+reaktor;"Reaktor (Track & Field conversion)";256x224@60;V
+recalh;"Recalhorn (Ver 1.42J 1994/5/11) (Prototype)";320x232@60;H
+recordbr;"Recordbreaker (World)";320x240@60;H
+redearth;"Red Earth / War-Zard (Euro 961121)";384x224@60;H
+redearthr1;"Red Earth / War-Zard (Euro 961023)";384x224@60;H
+redfoxwp2;"Red Fox War Planes II (China, set 1)";256x224@56;V
+redfoxwp2a;"Red Fox War Planes II (China, set 2)";256x224@56;V
+redhawk;"Red Hawk (US)";256x224@56;V
+redhawkb;"Vince (Redhawk bootleg)";256x224@56;H
+redhawke;"Red Hawk (Excellent Co., Ltd)";256x224@56;V
+redhawkg;"Red Hawk (Greece)";256x224@56;H
+redhawki;"Red Hawk (Italy)";256x224@56;H
+redhawkk;"Red Hawk (Korea)";256x224@56;V
+redrobin;"Red Robin";256x224@60;V
+redufo;"Defend the Terra Attack on the Red UFO";256x224@60;V
+redufob;"Defend the Terra Attack on the Red UFO (bootleg)";256x224@60;V
+regulus;"Regulus (315-5033, rev. A)";240x224@60;V
+reguluso;"Regulus (315-5033)";240x224@60;V
+regulusu;"Regulus (not encrypted)";240x224@60;V
+renegade;"Renegade (Euro, Bra) - Renegade (US)";240x240@60;H
+repulse;"Repulse";288x224@60;V
+rescue;"Rescue - Space Rescue (Euro)";256x224@60;V
+retofinv;"Return of the Invaders";288x224@60;V
+retofinv1;"Return of the Invaders (bootleg set 1)";288x224@60;V
+retofinv2;"Return of the Invaders (bootleg set 2)";288x224@60;V
+revngr84;"Revenger '84 (set 1)";272x236@60;V
+rezon;"Rezon";384x240@60;H
+rezont;"Rezon (Taito)";384x240@60;H
+rf2;"Konami RF2 - Red Fighter";256x224@60;H
+ridhero;"Riding Hero (NGM-006)(NGH-006)";304x224@59;H
+ridheroh;"Riding Hero (set 2)";304x224@59;H
+ridingf;"Riding Fight (Ver 1.0O)";320x224@60;H
+ridingfj;"Riding Fight (Ver 1.0J)";320x224@60;H
+ridingfu;"Riding Fight (Ver 1.0A)";320x224@60;H
+ringdest;"Ring of Destruction - slammasters II (940902 Euro)";384x224@60;H
+ringdesta;"Ring of Destruction - slammasters II (940831 Asia)";384x224@60;H
+ringdesth;"Ring of Destruction - slammasters II (940902 Hispanic)";384x224@60;H
+ringdstd;"Ring of Destruction - slammasters II (940902 Euro Phoe";384x224@60;H
+ringfgt;"Ring Fighter (set 1)";256x224@60;V
+ringfgt2;"Ring Fighter (set 2)";256x224@60;V
+ringohja;"Ring no Ohja (Japan 2 Players ver. N)";288x224@60;H
+ringrage;"Ring Rage (Ver 2.3O 1992/08/09)";320x224@60;H
+ringragej;"Ring Rage (Ver 2.3J 1992/08/09)";320x224@60;H
+ringrageu;"Ring Rage (Ver 2.3A 1992/08/09)";320x224@60;H
+riot;"Riot";256x224@60;H
+riotcity;"Riot City (Japan)";320x224@60;H
+riskchal;"Risky Challenge";320x240@60;H
+rittam;"R&T (Rod-Land prototype?)";256x224@60;H
+rmancp2j;"Rockman: The Power Battle (950922 Japan)";384x224@60;H
+roadf;"Road Fighter (set 1)";256x224@60;V
+roadf2;"Road Fighter (set 2)";256x224@60;V
+roadf3;"Road Fighter (set 3, conversion hack on Hyper Sports P";256x224@60;V
+roboarma;"Robo Army (set 2)";304x224@59;H
+roboarmy;"Robo Army (set 1)";304x224@59;H
+robocop;"Gangcheol RoboCop (Kor) - RoboCop - Robocop (Euro) - Robocop (World revision 4)";256x240@57;H
+robocop2;"Robocop 2 (Euro/Asia v0.10)";320x240@58;H
+robocop2j;"Robocop 2 (Japan v0.11)";320x240@58;H
+robocop2u;"Robocop 2 (US v0.10)";320x240@58;H
+robocop2ua;"Robocop 2 (US v0.05)";320x240@58;H
+robocopb;"Robocop (World bootleg)";256x240@57;H
+robocopb2;"Robocop (Red Corporation World bootleg)";256x240@57;H
+robocopi;"Robocop (Intro demo)";304x224@59;H
+robocopj;"Robocop (Japan)";256x240@57;H
+robocopu;"Robocop (US revision 1)";256x240@57;H
+robocopu0;"Robocop (US revision 0)";256x240@57;H
+robocopw;"Robocop (World revision 3)";256x240@57;H
+robokid;"Atomic Robo-kid (World, Type-2)";256x192@60;H
+robokidj;"Atomic Robo-kid (Japan, Type-2, set 1)";256x192@60;H
+robokidj2;"Atomic Robo-kid (Japan, Type-2, set 2)";256x192@60;H
+robokidj3;"Atomic Robo-kid (Japan)";256x192@60;H
+robowres;"Robo Wres 2001";256x224@60;H
+robotron;"Robotro 2084";292x240@60;H
+rockclim;"Rock Climber";256x224@60;H
+rockduck;"Rock Duck (prototype?)";240x240@57;V
+rockman2j;"Rockman 2 - the power fighters (960708 Japan)";384x224@60;H
+rockmanj;"Rockman - the power battle (950922 Japan)";384x224@60;H
+rockn;"Rock'n Tread (Japan)";320x224@60;V
+rockn2;"Rock'n Tread 2 (Japan)";320x224@60;V
+rockn3;"Rock'n 3 (Japan)";320x224@60;V
+rockn4;"Rock'n 4 (Japan, prototype)";320x224@60;V
+rockna;"Rock'n Tread (Japan, alternate)";320x224@60;V
+rockrage;"Rock'n Rage (World)";256x224@60;H
+rockragea;"Rock'n Rage (prototype?)";256x224@60;H
+rockragej;"Koi no Hotrock (Japan)";256x224@60;H
+rocktris;"Rock Tris";384x240@60;H
+rocktrv2;"MTV Rock-N-Roll Trivia (Part 2)";288x224@60;V
+rocnrope;"Roc 'n Rope - Roc'n Rope";256x224@60;V
+rocnropek;"Roc'n Rope (Kosuka)";256x224@60;V
+rodland;"Rod-Land (World)";256x224@60;H
+rodlandj;"Rod-Land (Japan)";256x224@60;H
+rodlandjb;"Rod-Land (Japan bootleg)";256x224@60;H
+rohga;"Rohga Armor Force (Asia/Europe v5.0)";320x240@58;H
+rohga1;"Rohga Armor Force (Asia/Europe v3.0 Set 1)";320x240@58;H
+rohga2;"Rohga Armor Force (Asia/Europe v3.0 Set 2)";320x240@58;H
+rohgah;"Rohga Armor Force (Hong Kong v3.0)";320x240@58;H
+rohgau;"Rohga Armor Force (US v1.0)";320x240@58;H
+roishtar;"The Return of Ishtar";288x224@60;H
+rolcrush;"Rolling Crush (version 1.07.E - 1999/02/11, Trust lice";304x224@58;H
+rolcrusha;"Rolling Crush (version 1.03.E - 1999/01/29)";304x224@58;H
+rollace;"Roller Aces (set 1)";240x224@60;V
+rollace2;"Roller Aces (set 2)";240x224@60;V
+rollerg;"Rollergames (US)";288x224@60;H
+rollergj;"Rollergames (Japan)";288x224@60;H
+rompers;"Rompers (Japan, new version (Rev B))";288x224@60;V
+romperso;"Rompers (Japan, old version)";288x224@60;V
+ropeman;"Ropeman (bootleg of Roc'n Rope)";256x224@60;V
+rotd;"Rage of the Dragons (NGM-264?)";320x224@59;H
+rotdh;"Rage of the Dragons (NGH-2640)";320x224@59;H
+route16;"Route 16 (set 1)";256x256@60;V
+route16a;"Route 16 (set 2)";256x256@60;V
+route16bl;"Route 16 (bootleg)";256x256@60;V
+route16c;"Route 16 (set 3, bootleg?)";256x256@60;V
+routex;"Route X (bootleg)";256x256@60;V
+rpatrol;"River Patrol (Orca)";256x224@60;H
+rpatrolb;"River Patrol (bootleg)";256x224@60;H
+rpunch;"Rabbit Punch (US)";288x216@60;H
+rshark;"R-Shark";384x240@60;V
+rthun2;"Rolling Thunder 2 - Rolling Thunder 2 (Euro)";288x224@60;H
+rthun2j;"Rolling Thunder 2 (Japan) - Rolling Thunder 2 (Jpn)";288x224@60;H
+rthunder;"Rolling Thunder (rev 3)";288x224@60;H
+rthunder0;"Rolling Thunder (oldest)";288x224@60;H
+rthunder1;"Rolling Thunder (rev 1)";288x224@60;H
+rthunder2;"Rolling Thunder (rev 2)";288x224@60;H
+rthundera;"Rolling Thunder (rev 3, hack)";288x224@60;H
+rtype;"R-Type - R-Type (Jpn) - R-Type (World) - R-Type (World)";384x256@55;H
+rtype2;"R-Type II";384x256@55;H
+rtype2j;"R-Type II (Japan)";384x256@55;H
+rtype2jc;"R-Type II (Japan, revision C)";384x256@55;H
+rtypeb;"R-Type (World bootleg)";384x256@55;H
+rtypej;"R-Type (Japan)";384x256@55;H
+rtypejp;"R-Type (Japan prototype)";384x256@55;H
+rtypeleo;"R-Type Leo (World)";320x240@60;H
+rtypeleoj;"R-Type Leo (Japan)";320x240@60;H
+rtypeu;"R-Type (US)";384x256@55;H
+rugrats;"Rug Rats";288x224@60;V
+rumba;"Rumba Lumber";256x224@60;V
+runark;"Runark (Japan) - Runark (Jpn, Kor)";320x224@60;H
+rundeep;"Run Deep";256x248@60;V
+rushatck;"Rush'n Attack (US)";240x224@60;H
+rushcrsh;"Rush & Crash (Japan)";352x240@60;V
+rygar;"Rygar (US set 1)";256x224@60;H
+rygar2;"Rygar (US set 2)";256x224@60;H
+rygar3;"Rygar (US set 3 Old Version)";256x224@60;H
+rygarb;"Rygar (US, bootleg)";256x224@60;H
+rygarj;"Argus no Senshi (Japan)";256x224@60;H
+ryorioh;"Gourmet Battle Quiz Ryohrioh CooKing (Japan)";336x240@60;H
+ryouran;"VS Mahjong Otome Ryouran";320x240@60;H
+ryujin;"Ryu Jin (Japan)";320x224@60;V
+ryukendn;"Ninja Ryukenden (Japan, set 1)";256x224@60;H
+ryukendna;"Ninja Ryukenden (Japan, set 2)";256x224@60;H
+ryukyu;"RyuKyu (Japan, FD1094 317-5023) - Ryuukyuu - Ryuukyuu (Jpn)";320x224@60;H
+ryukyud;"RyuKyu (Japan, FD1094 317-5023 decrypted)";320x224@60;H
+s1945;"Strikers 1945";320x224@59;V
+s1945a;"Strikers 1945 (Alt)";320x224@59;V
+s1945ii;"Strikers 1945 II";320x224@60;V
+s1945iii;"Strikers 1945 III (World) / Strikers 1999 (Japan)";320x224@60;V
+s1945j;"Strikers 1945 (Japan)";320x224@59;V
+s1945jn;"Strikers 1945 (Japan, unprotected)";320x224@59;V
+s1945k;"Strikers 1945 (Korea)";320x224@59;V
+s1945p;"Strikers 1945 Plus";320x224@59;H
+sabotenb;"Saboten Bombers (set 1)";384x224@56;H
+sabotenba;"Saboten Bombers (set 2)";384x224@56;H
+sadari;"Sadari";384x256@60;H
+safarir;"Safari Rally (World)";256x208@60;V
+safarirj;"Safari Rally (Japan)";256x208@60;V
+sailormn;"Bishoujo Senshi Sailor Moon (Jpn) - Pretty Soldier Sailor Moon (ver. 95/03/22B, Europe)";320x240@58;H
+sailormnh;"Pretty Soldier Sailor Moon (ver. 95/03/22B, Hong Kong)";320x240@58;H
+sailormnj;"Pretty Soldier Sailor Moon (ver. 95/03/22B, Japan)";320x240@58;H
+sailormnk;"Pretty Soldier Sailor Moon (ver. 95/03/22B, Korea)";320x240@58;H
+sailormno;"Pretty Soldier Sailor Moon (ver. 95/03/22, Europe)";320x240@58;H
+sailormnoh;"Pretty Soldier Sailor Moon (ver. 95/03/22, Hong Kong)";320x240@58;H
+sailormnoj;"Pretty Soldier Sailor Moon (ver. 95/03/22, Japan)";320x240@58;H
+sailormnok;"Pretty Soldier Sailor Moon (ver. 95/03/22, Korea)";320x240@58;H
+sailormnot;"Pretty Soldier Sailor Moon (ver. 95/03/22, Taiwan)";320x240@58;H
+sailormnou;"Pretty Soldier Sailor Moon (ver. 95/03/22, USA)";320x240@58;H
+sailormnt;"Pretty Soldier Sailor Moon (ver. 95/03/22B, Taiwan)";320x240@58;H
+sailormnu;"Pretty Soldier Sailor Moon (ver. 95/03/22B, USA)";320x240@58;H
+saiyugou;"Sai Yu Gou Ma Roku (Japan)";256x240@60;H
+saiyugoub1;"Sai Yu Gou Ma Roku (Japan bootleg 1)";256x240@60;H
+saiyugoub2;"Sai Yu Gou Ma Roku (Japan bootleg 2)";256x240@60;H
+salamand;"Salamander - Salamander (Jpn) - Salamander (version D)";256x224@60;H
+salamandj;"Salamander (version J)";256x224@60;H
+samesame;"Same! Same! Same! (2 player alternating ver.) - Same! Same! Same! (Jpn)";320x240@60;V
+samesame2;"Same! Same! Same!";320x240@60;V
+samesamenh;"Same! Same! Same! NEW VER! (v1.00, hack by Trap15)";320x240@60;V
+samsh5sp;"Samurai Shodown V Special / Samurai Spirits Zero Speci";304x224@59;H
+samsh5sph;"Samurai Shodown V Special / Samurai Spirits Zero Speci";304x224@59;H
+samsh5spho;"Samurai Shodown V Special / Samurai Spirits Zero Speci";304x224@59;H
+samsho;"Samurai Shodown (Euro) - Samurai Shodown (USA) - Samurai Shodown / Samurai Spirits (NGM-045)";320x224@59;H
+samsho2;"Samurai Shodown II / Shin Samurai Spirits - Haohmaru j";320x224@59;H
+samsho2k;"Saulabi Spirits / Jin Saulabi Tu Hon (Korean release o";320x224@59;H
+samsho2ka;"Saulabi Spirits / Jin Saulabi Tu Hon (Korean release o";320x224@59;H
+samsho2sp;"Samurai Shodown II / Shin Samurai Spirits - Haohmaru j";320x224@59;H
+samsho3;"Samurai Shodown III / Samurai Spirits - Zankurou Musou";304x224@59;H
+samsho3h;"Samurai Shodown III / Samurai Spirits - Zankurou Musou";304x224@59;H
+samsho4;"Samurai Shodown IV - Amakusa's Revenge / Samurai Spiri";320x224@59;H
+samsho4k;"Pae Wang Jeon Seol / Legend of a Warrior (Korean censo";320x224@59;H
+samsho4sp;"Samurai Shodown IV - Amakusa's Revenge / Samurai Spiri";320x224@59;H
+samsho5;"Samurai Shodown V / Samurai Spirits Zero (NGM-2700)";304x224@59;H
+samsho5b;"Samurai Shodown V / Samurai Spirits Zero (bootleg)";304x224@59;H
+samsho5h;"Samurai Shodown V / Samurai Spirits Zero (NGH-2700)";304x224@59;H
+samsho5x;"Samurai Shodown V / Samurai Spirits Zero (hack of XBOX";304x224@59;H
+samshoa;"Samurai Shodown / Samurai Spirits (NGM-045, alternate";320x224@59;H
+samshoh;"Samurai Shodown / Samurai Spirits (NGH-045)";320x224@59;H
+samuraia;"Samurai Aces (World)";320x224@59;V
+sandscrp;"Sand Scorpion";256x224@60;V
+sandscrpa;"Sand Scorpion (Earlier)";256x224@60;V
+sandscrpb;"Sand Scorpion (Chinese Title Screen, Revised Hardware)";256x224@60;V
+sarukani;"Saru-Kani-Hamu-Zou (Japan)";320x240@60;H
+saturnzi;"Saturn";256x224@60;V
+sauro;"Sauro";240x224@60;H
+saurob;"Sauro (bootleg)";240x224@60;H
+saurop;"Sauro (Philko license)";240x224@60;H
+saurorr;"Sauro (Recreativos Real S.A. license)";240x224@60;H
+savagere;"Savage Reign / Fu'un Mokushiroku - kakutou sousei";304x224@59;H
+savgbees;"Savage Bees";256x224@60;V
+sbasebal;"Super Champion Baseball (US)";256x224@60;H
+sbasebalj;"Super Champion Baseball (Japan)";256x224@60;H
+sbbros;"Super Buster Bros. (USA 901001)";384x240@60;H
+sbishi;"Super Bishi Bashi Championship (ver JAA, 2 Players)";288x224@60;H
+sbishik;"Super Bishi Bashi Championship (ver KAB, 3 Players)";288x224@60;H
+sbishika;"Super Bishi Bashi Championship (ver KAA, 3 Players)";288x224@60;H
+sboblbobl;"Super Bobble Bobble (bootleg, set 1)";256x224@60;H
+sboblbobla;"Super Bobble Bobble (bootleg, set 2)";256x224@60;H
+sboblboblb;"Super Bobble Bobble (bootleg, set 3)";256x224@60;H
+sboblboblc;"Super Bobble Bobble (bootleg)";256x224@60;H
+sboblbobld;"Super Bobble Bobble (bootleg, set 4)";256x224@60;H
+sbomber;"Space Bomber (ver. B)";320x224@60;V
+sbombera;"Space Bomber";320x224@60;V
+sbsgomo;"Space Battle Ship Gomorrah";256x224@56;H
+scessjoe;"Success Joe (World)";288x208@60;H
+scfinals;"Super Cup Finals (Ver 2.2O 1994/01/13)";320x224@60;H
+scfinalso;"Super Cup Finals (Ver 2.1O 1993/11/19)";320x224@60;H
+schmeisr;"Schmeiser Robo (Japan)";320x240@58;H
+sci;"Special Criminal Investigation - Special Criminal Investigation (Euro) - Special Criminal Investigation (World set 1)";320x240@60;H
+scia;"Special Criminal Investigation (World set 2)";320x240@60;H
+scij;"Special Criminal Investigation (Japan)";320x240@60;H
+scinegro;"Special Criminal Investigation (Negro bootleg)";320x240@60;H
+scion;"Scion (Jpn) - Scion";240x224@60;H
+scionc;"Scion (Cinematronics)";240x224@60;H
+sciu;"Special Criminal Investigation (US)";320x240@60;H
+scobra;"Super Cobra - Super Cobra - Super Cobra (Jpn)";256x224@60;V
+scobrab;"Super Cobra (bootleg)";256x224@60;V
+scobrae;"Super Cobra (Stern) (encrypted, KONATEC XC-103SS CPU)";256x224@60;V
+scobras;"Super Cobra (Stern)";256x224@60;V
+scobrase;"Super Cobra (Sega)";256x224@60;V
+scontra;"Super Contra";304x224@60;V
+scontraj;"Super Contra (Japan)";304x224@60;V
+scorpion;"Scorpion (set 1)";256x224@60;V
+scorpiona;"Scorpion (set 2)";256x224@60;V
+scorpionb;"Scorpion (set 3)";256x224@60;V
+scorpionmc;"Scorpion (Moon Cresta hardware)";256x224@60;V
+scotrsht;"Scooter Shooter";256x224@60;V
+scramb2;"Scramble (bootleg)";256x224@60;V
+scramblb;"Scramble (bootleg on Galaxian hardware)";256x224@60;V
+scramble;"Scramble";256x224@60;V
+scramblebb;"Scramble (bootleg?)";256x224@60;V
+scramblebf;"Scramble (Karateko, French bootleg)";256x224@60;V
+scrambler;"Scramble (Reben S.A. Spanish bootleg)";256x224@60;V
+scrambles;"Scramble (Stern)";256x224@60;V
+scrambp;"Impacto (Billport S.A., Spanish bootleg of Scramble)";256x224@60;V
+scramce;"Scramble (Centromatic S.A., Spanish bootleg)";256x224@60;V
+scrampt;"Scramble (Petaco S.A., Spanish bootleg)";256x224@60;V
+scramrf;"Scramble (Recreativos Franco, Spanish bootleg)";256x224@60;V
+scregg;"Scrambled Egg";240x240@57;V
+sdfight;"SD Fighters (Korea)";320x240@60;H
+sdgndmps;"SD Gundam Psycho Salamander no Kyoui";320x224@60;H
+sdi;"SDI (Jpn) - SDI - Strategic Defense Initiative (Japan, newer, Syst";320x224@60;H
+sdia;"SDI - Strategic Defense Initiative (Japan, old, System";320x224@60;H
+sdib;"SDI - Strategic Defense Initiative (System 16B, FD1089";320x224@60;H
+sdibl;"SDI - Strategic Defense Initiative (bootleg, original";320x224@60;H
+sdibl2;"SDI - Strategic Defense Initiative (bootleg, set 1)";320x224@60;H
+sdibl3;"SDI - Strategic Defense Initiative (bootleg, set 2)";320x224@60;H
+sdibl4;"SDI - Strategic Defense Initiative (bootleg, set 3)";320x224@60;H
+sdibl5;"SDI - Strategic Defense Initiative (bootleg, set 4)";320x224@60;H
+sdibl6;"SDI - Strategic Defense Initiative (bootleg, set 5)";320x224@60;H
+sdodgeb;"Super Dodge Ball / Kunio no Nekketsu Toukyuu Densetsu";304x224@59;H
+searchar;"SAR - Search And Rescue (World)";256x224@60;V
+searcharj;"SAR - Search And Rescue (Japan)";256x224@60;V
+searcharu;"SAR - Search And Rescue (US)";256x224@60;V
+searchey;"Search Eye (English / Korean / Japanese / Italian)";320x240@60;H
+searcheya;"Search Eye (English / Korean)";320x240@60;H
+searchp2;"Search Eye Plus V2.0";320x240@55;H
+secretag;"Secret Agent (World revision 3)";256x240@57;H
+secretagj;"Secret Agent (Japan revision 2)";256x240@57;H
+sectionz;"Section Z (set 1)";256x240@60;H
+sectionza;"Section Z (set 2)";256x240@60;H
+sectrzon;"Sector Zone";256x224@60;V
+seganinj;"Sega Ninja (315-5102)";256x224@60;H
+seganinju;"Sega Ninja (not encrypted)";256x224@60;H
+seicross;"Seicross";256x224@60;V
+selfeena;"Sel Feena";320x224@60;H
+semibase;"MuHanSeungBu (SemiCom Baseball) (Korea)";320x240@60;H
+sengekis;"Sengeki Striker (Asia)";320x240@60;V
+sengekisj;"Sengeki Striker (Japan)";320x240@60;V
+sengoku;"Sengoku / Sengoku Denshou (NGM-017)(NGH-017)";320x224@59;H
+sengoku2;"Sengoku 2 / Sengoku Denshou 2";304x224@59;H
+sengoku3;"Sengoku 3 / Sengoku Densho 2001";320x224@59;H
+sengoku3s;"Sengoku 3 / Sengoku Densho 2001 (Evolution 1.0, FCHT h";320x224@59;H
+sengokuh;"Sengoku / Sengoku Denshou (NGH-017)(US)";320x224@59;H
+senknow;"Sen-Know (Japan)";320x240@60;H
+sf;"Galaxian (bootleg, set 1) - Marvel Super Heroes vs Street Fighter (970625 Euro) - Radica: Street Fighter Pack (Euro) - Street Fighter (US, set 1) - X-Men vs Street Fighter (961004 Euro) - Yu Yu Hakusho - Sunset Fighters (Bra)";384x224@60;H
+sf2;"Hyper Street Fighter II: The Anniversary Edition (0402 - Street Fighter II (Bra) - Street Fighter II - The World Warrior (910522 etc) - Street Fighter II' - Special Champion Edition (Euro) - Super Street Fighter II - The New Challengers (Euro) - Super Street Fighter II - the new challengers (super s";384x224@60;H
+sf2acc;"Street Fighter II' - Champion Edition (Accelerator! bo";384x224@60;H
+sf2acca;"Street Fighter II' - Champion Edition (Accelerator! bo";384x224@60;H
+sf2accp2;"Street Fighter II' - Champion Edition (Accelerator Pt.";384x224@60;H
+sf2amf;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf2;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf3;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf4;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf5;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf6;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf7;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf8;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2b;"Street Fighter II - The World Warrior (bootleg, 910214";384x224@60;H
+sf2b2;"Street Fighter II - The World Warrior (bootleg, 910214";384x224@60;H
+sf2b3;"Street Fighter II - The World Warrior (bootleg, 910214";384x224@60;H
+sf2bhh;"Street Fighter II' - Champion Edition (Hungh-Hsi bootl";384x224@60;H
+sf2ce;"Street Fighter II' - Champion Edition - Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2cebltw;"Street Fighter II' - Champion Edition (920313 'Taiwan'";384x224@60;H
+sf2ceea;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2ceeab2;"Street Fighter II' - Champion Edition (920313 etc boot";384x224@60;H
+sf2ceeab3;"Street Fighter II' - Champion Edition (920313 etc boot";384x224@60;H
+sf2ceeab4;"Street Fighter II' - Champion Edition (920313 etc boot";384x224@60;H
+sf2ceeab5;"Street Fighter II' - Champion Edition (920313 etc boot";384x224@60;H
+sf2ceeabl;"Street Fighter II' - Champion Edition (920313 etc boot";384x224@60;H
+sf2ceja;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2cejab2;"Street Fighter II' - Champion Edition (920322 Japan bo";384x224@60;H
+sf2cejabl;"Street Fighter II' - Champion Edition (920322 Japan bo";384x224@60;H
+sf2cejb;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2cejc;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2ceua;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2ceuab2;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuab3;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuab4;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuab5;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuab6;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuab7;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuabl;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceub;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2ceuc;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2ceucbl;"Street Fighter II' - Champion Edition (920803 USA boot";384x224@60;H
+sf2ceupl;"Street Fighter II' - Champion Edition (UPL bootleg)";384x224@60;H
+sf2dkot2;"Street Fighter II' - Champion Edition (Double K.O. Tur";384x224@60;H
+sf2dongb;"Street Fighter II': Champion Edition (Dongfang Bubai p";384x224@60;H
+sf2eb;"Street Fighter II - The World Warrior (910214 etc)";384x224@60;H
+sf2ebbl;"Street Fighter II - The World Warrior (TAB Austria boo";384x224@60;H
+sf2ebbl2;"Street Fighter II - The World Warrior (TAB Austria boo";384x224@60;H
+sf2ebbl3;"Street Fighter II - The World Warrior (TAB Austria boo";384x224@60;H
+sf2ed;"Street Fighter II - The World Warrior (910318 etc)";384x224@60;H
+sf2ee;"Street Fighter II - The World Warrior (910228 etc)";384x224@60;H
+sf2em;"Street Fighter II - The World Warrior (910129 etc)";384x224@60;H
+sf2hf;"Street Fighter II' - Hyper Fighting (street fighter 2'";384x224@60;H
+sf2hfj;"Street Fighter II' Turbo - Hyper Fighting (street figh";384x224@60;H
+sf2hfjb;"Street Fighter II' Turbo - Hyper Fighting (bootleg set";384x224@60;H
+sf2hfjb2;"Street Fighter II' Turbo - Hyper Fighting (bootleg set";384x224@60;H
+sf2hfu;"Street Fighter II' - Hyper Fighting (street fighter 2'";384x224@60;H
+sf2j;"Hyper Street Fighter II: The Anniversary Edition (0402 - Street Fighter II - The World Warrior (911210 Japan, C - Street Fighter II' Plus (Jpn, Asia, Kor) - Super Street Fighter II - The New Challengers (Jpn) - Super Street Fighter II - the new challengers (super s";384x224@60;H
+sf2j17;"Street Fighter II - The World Warrior (911210 Japan, C";384x224@60;H
+sf2ja;"Street Fighter II - The World Warrior (910214 Japan)";384x224@60;H
+sf2jc;"Street Fighter II - The World Warrior (910306 Japan)";384x224@60;H
+sf2jf;"Street Fighter II - The World Warrior (910411 Japan)";384x224@60;H
+sf2jh;"Street Fighter II - The World Warrior (910522 Japan)";384x224@60;H
+sf2jl;"Street Fighter II - The World Warrior (920312 Japan)";384x224@60;H
+sf2jla;"Street Fighter II - The World Warrior (911210 Japan, r";384x224@60;H
+sf2koryu;"Street Fighter II' - Xiang Long (bootleg set 1, 811102";384x224@60;H
+sf2koryu2;"Street Fighter II' - Xiang Long (bootleg set 2, 811102";384x224@60;H
+sf2koryu3;"Street Fighter II' - Xiang Long (bootleg set 3, 811102";384x224@60;H
+sf2md;"Street Fighter II' - Champion Edition (Magic Delta, bo";384x224@60;H
+sf2mdt;"Street Fighter II' - Magic Delta Turbo (bootleg set 1";384x224@60;H
+sf2mdta;"Street Fighter II' - Magic Delta Turbo (bootleg set 2";384x224@60;H
+sf2mdtb;"Street Fighter II' - Magic Delta Turbo (bootleg set 3";384x224@60;H
+sf2mdtc;"Street Fighter II' - Magic Delta Turbo (bootleg set 4";384x224@60;H
+sf2mega;"Street Fighter II' - Champion Edition (Mega Co bootleg";384x224@60;H
+sf2mega2;"Street Fighter II' - Champion Edition (Mega Co bootleg";384x224@60;H
+sf2qp1;"Street Fighter II - The World Warrior (Quicken Pt-I bo";384x224@60;H
+sf2rb;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2rb2;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2rb3;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2rb4;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2rb5;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2rb6;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2red;"Street Fighter II' - Champion Edition (Red Wave bootle";384x224@60;H
+sf2red2;"Street Fighter II' - Champion Edition (Red Wave bootle";384x224@60;H
+sf2sl73a;"Street Fighter II' - Champion Edition (Sheng Long v 7.";384x224@60;H
+sf2stt;"Street Fighter II - The World Warrior (STT, TAB Austri";384x224@60;H
+sf2thndr;"Street Fighter II - The World Warrior (Thunder Edition";384x224@60;H
+sf2tlona;"Street Fighter II' - Champion Edition (Tu Long bootleg";384x224@60;H
+sf2tlonb;"Street Fighter II' - Champion Edition (Tu Long bootleg";384x224@60;H
+sf2tlonc;"Street Fighter II' - Champion Edition (Tu Long bootleg";384x224@60;H
+sf2ua;"Street Fighter II - The World Warrior (910206 USA)";384x224@60;H
+sf2ub;"Street Fighter II - The World Warrior (910214 USA)";384x224@60;H
+sf2uc;"Street Fighter II - The World Warrior (910306 USA)";384x224@60;H
+sf2ud;"Street Fighter II - The World Warrior (910318 USA) - Super Street Fighter II - the new challengers (super s";384x224@60;H
+sf2ue;"Street Fighter II - The World Warrior (910228 USA)";384x224@60;H
+sf2uf;"Street Fighter II - The World Warrior (910411 USA)";384x224@60;H
+sf2ug;"Street Fighter II - The World Warrior (910522 USA, rev";384x224@60;H
+sf2ui;"Street Fighter II - The World Warrior (910522 USA, rev";384x224@60;H
+sf2uk;"Street Fighter II - The World Warrior (911101 USA)";384x224@60;H
+sf2v004;"Street Fighter II' - Champion Edition (V004 bootleg se";384x224@60;H
+sf2v0042;"Street Fighter II' - Champion Edition (V004 bootleg se";384x224@60;H
+sf2v0043;"Street Fighter II' - Champion Edition (V004 bootleg se";384x224@60;H
+sf2yyc;"Street Fighter II' - Champion Edition (YYC bootleg set";384x224@60;H
+sf2yyc2;"Street Fighter II' - Champion Edition (YYC bootleg set";384x224@60;H
+sfa;"Marvel Super Heroes vs Street Fighter (970625 Asia) - Street Fighter Alpha - warriors' dreams (950727 Euro) - X-Men vs Street Fighter (961023 Asia)";384x224@60;H
+sfa2;"Street Fighter Alpha 2 (960229 Euro)";384x224@60;H
+sfa2u;"Street Fighter Alpha 2 (960430 USA)";384x224@60;H
+sfa2ur1;"Street Fighter Alpha 2 (960306 USA)";384x224@60;H
+sfa3;"Street Fighter Alpha 3 (980904 Euro)";384x224@60;H
+sfa3b;"Street Fighter Alpha 3 (980629 Brazil)";384x224@60;H
+sfa3h;"Street Fighter Alpha 3 (980904 Hispanic)";384x224@60;H
+sfa3hr1;"Street Fighter Alpha 3 (980629 Hispanic)";384x224@60;H
+sfa3u;"Street Fighter Alpha 3 (980904 USA)";384x224@60;H
+sfa3ud;"Street Fighter Alpha 3 (980904 USA Phoenix Edition)";384x224@60;H
+sfa3ur1;"Street Fighter Alpha 3 (980629 USA)";384x224@60;H
+sfa3us;"Street Fighter Alpha 3 (980616 USA, SAMPLE Version)";384x224@60;H
+sfad;"Street Fighter Alpha - warriors' dreams (950727 Euro P";384x224@60;H
+sfan;"Street Fighter (World, pneumatic buttons)";384x224@60;H
+sfar1;"Street Fighter Alpha - warriors' dreams (950718 Euro) - X-Men vs Street Fighter (961004 Asia)";384x224@60;H
+sfar2;"Street Fighter Alpha - warriors' dreams (950627 Euro) - X-Men vs Street Fighter (960919 Asia)";384x224@60;H
+sfar3;"Street Fighter Alpha - warriors' dreams (950605 Euro) - X-Men vs Street Fighter (960910 Asia)";384x224@60;H
+sfau;"Street Fighter Alpha - warriors' dreams (950627 USA)";384x224@60;H
+sfaud;"Street Fighter Alpha - warriors' dreams (950727 USA Ph";384x224@60;H
+sfiii;"Street Fighter III: New Generation (Euro 970204)";384x224@60;H
+sfiii2;"Street Fighter III 2nd Impact: Giant Attack (USA 97093";384x224@60;H
+sfiii2j;"Street Fighter III 2nd Impact: Giant Attack (Japan 970";384x224@60;H
+sfiii2n;"Street Fighter III 2nd Impact: Giant Attack (Asia 9709";384x224@60;H
+sfiii3;"Street Fighter III 3rd Strike: Fight for the Future (E";384x224@60;H
+sfiii3n;"Street Fighter III 3rd Strike: Fight for the Future (J";384x224@60;H
+sfiii3nr1;"Street Fighter III 3rd Strike: Fight for the Future (J";384x224@60;H
+sfiii3r1;"Street Fighter III 3rd Strike: Fight for the Future (E";384x224@60;H
+sfiii3u;"Street Fighter III 3rd Strike: Fight for the Future (U";384x224@60;H
+sfiii3ur1;"Street Fighter III 3rd Strike: Fight for the Future (U";384x224@60;H
+sfiiia;"Street Fighter III: New Generation (Asia 970204)";384x224@60;H
+sfiiih;"Street Fighter III: New Generation (Hispanic 970204)";384x224@60;H
+sfiiij;"Street Fighter III: New Generation (Japan 970204)";384x224@60;H
+sfiiin;"Street Fighter III: New Generation (Asia 970204, NO CD";384x224@60;H
+sfiiina;"Street Fighter III: New Generation (Asia 970204, NO CD";384x224@60;H
+sfiiiu;"Street Fighter III: New Generation (USA 970204)";384x224@60;H
+sfj;"Marvel Super Heroes vs Street Fighter (970707 Japan) - Street Fighter (Japan) (protected) - X-Men vs Street Fighter (961023 Japan)";384x224@60;H
+sfjan;"Street Fighter (Japan, pneumatic buttons)";384x224@60;H
+sformula;"Super Formula (Japan)";320x240@60;V
+sfp;"Street Fighter (Prototype)";384x224@60;H
+sfua;"Street Fighter (US set 2) (protected)";384x224@60;H
+sfx;"SF-X";256x224@60;H
+sfz2a;"Street Fighter Zero 2 (960227 Asia)";384x224@60;H
+sfz2ad;"Street Fighter Zero 2 (960227 Asia Phoenix Edition)";384x224@60;H
+sfz2al;"Street Fighter Zero 2 Alpha (960826 Asia)";384x224@60;H
+sfz2alb;"Street Fighter Zero 2 Alpha (960813 Brazil)";384x224@60;H
+sfz2ald;"Street Fighter Zero 2 Alpha (960826 Asia Phoenix Editi";384x224@60;H
+sfz2alh;"Street Fighter Zero 2 Alpha (960813 Hispanic)";384x224@60;H
+sfz2alj;"Street Fighter Zero 2 Alpha (960805 Japan)";384x224@60;H
+sfz2b;"Street Fighter Zero 2 (960531 Brazil)";384x224@60;H
+sfz2br1;"Street Fighter Zero 2 (960304 Brazil)";384x224@60;H
+sfz2h;"Street Fighter Zero 2 (960304 Hispanic)";384x224@60;H
+sfz2j;"Street Fighter Zero 2 (960430 Japan)";384x224@60;H
+sfz2jd;"Street Fighter Zero 2 (960227 Japan Phoenix Edition)";384x224@60;H
+sfz2jr1;"Street Fighter Zero 2 (960227 Japan)";384x224@60;H
+sfz2n;"Street Fighter Zero 2 (960229 Oceania)";384x224@60;H
+sfz3a;"Street Fighter Zero 3 (980904 Asia)";384x224@60;H
+sfz3ar1;"Street Fighter Zero 3 (980701 Asia)";384x224@60;H
+sfz3j;"Street Fighter Zero 3 (980904 Japan)";384x224@60;H
+sfz3jr1;"Street Fighter Zero 3 (980727 Japan)";384x224@60;H
+sfz3jr2;"Street Fighter Zero 3 (980629 Japan)";384x224@60;H
+sfz3jr2d;"Street Fighter Zero 3 (980629 Japan Phoenix Edition)";384x224@60;H
+sfza;"Street Fighter Zero (950627 Asia)";384x224@60;H
+sfzar1;"Street Fighter Zero (950605 Asia)";384x224@60;H
+sfzb;"Street Fighter Zero (951109 Brazil)";384x224@60;H
+sfzbr1;"Street Fighter Zero (950727 Brazil)";384x224@60;H
+sfzch;"Street Fighter Zero (CPS Changer, 951020 Japan)";384x224@60;H
+sfzh;"Street Fighter Zero (950718 Hispanic)";384x224@60;H
+sfzhr1;"Street Fighter Zero (950627 Hispanic)";384x224@60;H
+sfzj;"Street Fighter Zero (950727 Japan)";384x224@60;H
+sfzjr1;"Street Fighter Zero (950627 Japan)";384x224@60;H
+sfzjr2;"Street Fighter Zero (950605 Japan)";384x224@60;H
+sgemf;"Super Gem Fighter Mini Mix (970904 USA)";384x224@60;H
+sgemfa;"Super Gem Fighter Mini Mix (970904 Asia)";384x224@60;H
+sgemfd;"Super Gem Fighter Mini Mix (970904 USA Phoenix Edition";384x224@60;H
+sgemfh;"Super Gem Fighter Mini Mix (970904 Hispanic)";384x224@60;H
+sgladiat;"Gladiator 1984";288x224@60;H
+sgunner;"Steel Gunner (Rev B)";288x224@60;H
+sgunner2;"Steel Gunner 2 (US)";288x224@60;H
+sgunner2j;"Steel Gunner 2 (Japan, Rev A)";288x224@60;H
+sgunnerj;"Steel Gunner (Japan)";288x224@60;H
+sgyxz;"Sangokushi II: Sanguo Yingxiong Zhuan (Chinese bootleg";384x224@60;H
+shackled;"Shackled (US)";256x240@58;H
+shadfrce;"Shadow Force (World, Version 3)";320x256@60;H
+shadfrcej;"Shadow Force (Japan, Version 2)";320x256@60;H
+shadfrceu;"Shadow Force (US, Version 2)";320x256@60;H
+shadowld;"Shadowland (YD3)";288x224@60;H
+shadoww;"Shadow Warriors (World, set 1)";256x224@60;H
+shadowwa;"Shadow Warriors (World, set 2)";256x224@60;H
+shangon;"Super Hang-On (sitdown/upright, unprotected) - Super Hang-On (World, Rev. A)";320x224@60;H
+shangon1;"Super Hang-On (mini ride-on, FD1089B 317-0034) - Super Hang-On (World)";320x224@60;H
+shangon2;"Super Hang-On (mini ride-on, Rev A, FD1089B 317-0034)";320x224@60;H
+shangon3;"Super Hang-On (sitdown/upright, FD1089B 317-0034)";320x224@60;H
+shangon3d;"Super Hang-On (sitdown/upright, FD1089B 317-0034 decry";320x224@60;H
+shangonle;"Limited Edition Hang-On";320x224@60;H
+shaolinb;"Shao-lin's Road (set 2)";256x224@60;V
+shaolins;"Shao-lin's Road (set 1)";256x224@60;V
+sharrier;"Space Harrier - Space Harrier - Space Harrier (Euro) - Space Harrier (Rev A, 8751 315-5163A) - Space Harrier (World) - Space Harrier II (World)";320x224@60;H
+sharrier1;"Space Harrier (8751 315-5163)";320x224@60;H
+shdancer;"Shadow Dancer (Euro, Bra, Kor) - Shadow Dancer (set 3, US) - Shadow Dancer - The Secret of Shinobi (World)";320x224@60;H
+shdancer1;"Shadow Dancer (set 1)";320x224@60;H
+shdancerj;"Shadow Dancer (set 2, Japan)";320x224@60;H
+shinfz;"Shinobi / FZ-2006 (Korean System 16 bootleg) (ISG Sele";320x224@60;H
+shinobi;"Shinobi - Shinobi (Euro, USA, Bra, v1) - Shinobi (set 6, System 16A, unprotected) - The GG Shinobi (Euro, USA)";320x224@60;H
+shinobi1;"Shinobi (set 1, System 16A, FD1094 317-0050)";320x224@60;H
+shinobi1d;"Shinobi (set 1, System 16A, FD1094 317-0050 decrypted)";320x224@60;H
+shinobi2;"Shinobi (set 2, System 16B, FD1094 317-0049) - The GG Shinobi II (World)";320x224@60;H
+shinobi2d;"Shinobi (set 2, System 16B, FD1094 317-0049 decrypted)";320x224@60;H
+shinobi3;"Shinobi (set 3, System 16B, MC-8123B 317-0054) - Shinobi III - Return of the Ninja Master (Euro)";320x224@60;H
+shinobi4;"Shinobi (set 4, System 16B, MC-8123B 317-0054)";320x224@60;H
+shinobi5;"Shinobi (set 5, System 16B, unprotected)";320x224@60;H
+shinoblb;"Shinobi (beta bootleg, System 16A)";320x224@60;H
+shinobls;"Shinobi (Star bootleg, System 16A)";320x224@60;H
+shippumd;"Shippu Mahou Daisakusen - Kingdom Grandprix";320x240@60;V
+shisen2;"Shisensho II";384x240@60;H
+shocking;"Shocking";384x224@60;H
+shocktr2;"Shock Troopers - 2nd Squad";304x224@59;H
+shocktro;"Shock Troopers (set 1)";304x224@59;H
+shocktroa;"Shock Troopers (set 2)";304x224@59;H
+shogwarr;"Shogun Warriors (World)";256x224@60;H
+shogwarrk;"Shogun Warriors (Korea?)";256x224@60;H
+shogwarru;"Shogun Warriors (US)";256x224@60;H
+shootout;"Shoot Out (US)";256x240@60;H
+shootoutb;"Shoot Out (Korean Bootleg)";256x240@60;H
+shootoutj;"Shoot Out (Japan)";256x240@60;H
+shtrider;"Shot Rider";240x256@60;V
+shtridera;"Shot Rider (Sigma license)";240x256@60;V
+sidearms;"Side Arms - Hyper Dyne (World, 861129) - Sidearms - Hyper Dyne - Sidearms - Hyper Dyne";384x224@60;H
+sidearmsj;"Side Arms - Hyper Dyne (Japan, 861128)";384x224@60;H
+sidearmsu;"Side Arms - Hyper Dyne (US, 861202)";384x224@60;H
+sidearmsur1;"Side Arms - Hyper Dyne (US, 861128)";384x224@60;H
+sidepckt;"Side Pocket (World)";256x224@58;H
+sidepcktb;"Side Pocket (bootleg set 1)";256x224@58;H
+sidepcktb2;"Side Pocket (bootleg set 2)";256x224@58;H
+sidepcktj;"Side Pocket (Japan)";256x224@58;H
+silentd;"Silent Debuggers - Silent Debuggers - Silent Dragon (World)";320x224@60;H
+silentdj;"Silent Dragon (Japan)";320x224@60;H
+silentdu;"Silent Dragon (US)";320x224@60;H
+silkroad;"The Legend of Silkroad";380x224@60;H
+silkroada;"The Legend of Silkroad (larger roms)";380x224@60;H
+silkworm;"Silk Worm (World)";256x224@60;H
+silkwormb;"Silk Worm (bootleg)";256x224@60;H
+silkwormj;"Silk Worm (Japan)";256x224@60;H
+silkwormp;"Silk Worm (prototype?)";256x224@60;H
+silvland;"Silver Land";256x224@60;H
+silvmil;"Silver Millennium";320x240@60;V
+simpsons;"The Simpsons (4 Players World, set 1)";288x224@60;H
+simpsons2p;"The Simpsons (2 Players World, set 1)";288x224@60;H
+simpsons2p2;"The Simpsons (2 Players World, set 2)";288x224@60;H
+simpsons2p3;"The Simpsons (2 Players World, set 3)";288x224@60;H
+simpsons2pa;"The Simpsons (2 Players Asia)";288x224@60;H
+simpsons2pj;"The Simpsons (2 Players Japan)";288x224@60;H
+simpsons4pa;"The Simpsons (4 Players World, set 2)";288x224@60;H
+sinvasn;"Space Invasion (Europe)";256x224@60;V
+sinvasnb;"Space Invasion (bootleg)";256x224@60;V
+sisv;"Space Invaders (SV Version rev 4)";260x224@60;V
+sisv2;"Space Invaders (SV Version rev 2)";260x224@60;V
+sisv3;"Space Invaders (SV Version rev 3)";260x224@60;V
+sitv;"Space Invaders (TV Version rev 2)";260x224@60;V
+sitv1;"Space Invaders (TV Version rev 1)";260x224@60;V
+sjryuko;"Sukeban Jansi Ryuko (set 2, System 16B, FD1089B 317-50";320x224@60;H
+sjryuko1;"Sukeban Jansi Ryuko (set 1, System 16A, FD1089B 317-50";320x224@60;H
+skingame;"The Irem Skins Game (US set 1)";320x240@60;H
+skingame2;"The Irem Skins Game (US set 2)";320x240@60;H
+skyadvnt;"Sky Adventure (World)";256x224@60;V
+skyadvntj;"Sky Adventure (Japan)";256x224@60;V
+skyadvntu;"Sky Adventure (US)";256x224@60;V
+skyalert;"Sky Alert";360x224@60;V
+skyarmy;"Sky Army";256x240@60;V
+skybase;"Sky Base";256x224@60;V
+skyfox;"Sky Fox";320x224@60;V
+skykid;"Sky Kid (new version)";288x224@60;H
+skykidd;"Sky Kid (CUS60 version)";288x224@60;H
+skykiddx;"Sky Kid Deluxe (set 1)";288x224@60;H
+skykiddxo;"Sky Kid Deluxe (set 2)";288x224@60;H
+skykido;"Sky Kid (old version)";288x224@60;H
+skykids;"Sky Kid (Sipem)";288x224@60;H
+skylancr;"Sky Lancer";236x224@60;V
+skylancre;"Sky Lancer (Esco Trading Co license)";236x224@60;V
+skyraidr;"Sky Raiders";256x224@60;V
+skyrobo;"Sky Robo";320x240@60;H
+skyshark;"Sky Shark (US, set 1)";320x240@55;V
+skysharka;"Sky Shark (US, set 2)";320x240@55;V
+skyskipr;"Sky Skipper";512x448@60;H
+skysmash;"Sky Smasher";256x224@60;V
+skysoldr;"Sky Soldiers (US)";256x224@60;V
+skysoldrbl;"Sky Soldiers (bootleg)";256x224@60;V
+skywolf;"Sky Wolf (set 1)";288x224@60;H
+skywolf2;"Sky Wolf (set 2)";288x224@60;H
+skywolf3;"Sky Wolf (set 3)";288x224@60;H
+slammast;"Saturday Night Slam Masters (Slam Masters 930713 etc) - Saturday Night Slammasters (Euro)";384x224@60;H
+slammastu;"Saturday Night Slam Masters (slam masters 930713 USA) - Saturday Night Slammasters (USA)";384x224@60;H
+slampic;"Saturday Night Slam Masters (bootleg (with PIC16c57),";384x224@60;H
+slapfigh;"Slap Fight (Japan set 1) - Slap Fight MD (Jpn)";280x240@60;V
+slapfighb1;"Slap Fight (bootleg set 1)";280x240@60;V
+slapfighb2;"Slap Fight (bootleg set 2)";280x240@60;V
+slapfighb3;"Slap Fight (bootleg set 3)";280x240@60;V
+slapshot;"Slap Shot (Japan) - Slap Shot (USA, v2)";320x224@60;H
+slyspy;"Sly Spy (US revision 4)";256x240@57;H
+slyspy2;"Sly Spy (US revision 2)";256x240@57;H
+slyspy3;"Sly Spy (US revision 3)";256x240@57;H
+smbomb;"Super Muscle Bomber - the international blowout (94083";384x224@60;H
+smbombr1;"Super Muscle Bomber - the international blowout (94080";384x224@60;H
+smgp;"Super Monaco GP (Euro, Bra) - Super Monaco GP (Euro, Jpn, Rev. A) - Super Monaco GP (Euro, USA, Bra) - Super Monaco GP (World, Rev B, FD1094 317-0126a)";320x224@60;H
+smgp5;"Super Monaco GP (World, FD1094 317-0126)";320x224@60;H
+smgp5d;"Super Monaco GP (World, FD1094 317-0126 decrypted)";320x224@60;H
+smgp6;"Super Monaco GP (World, Rev A, FD1094 317-0126a)";320x224@60;H
+smgp6d;"Super Monaco GP (World, Rev A, FD1094 317-0126a decryp";320x224@60;H
+smgpd;"Super Monaco GP (World, Rev B, FD1094 317-0126a decryp";320x224@60;H
+smgpj;"Super Monaco GP (Japan, Rev B, FD1094 317-0124a) - Super Monaco GP (Jpn) - Super Monaco GP (Jpn)";320x224@60;H
+smgpja;"Super Monaco GP (Japan, Rev A, FD1094 317-0124a)";320x224@60;H
+smgpjd;"Super Monaco GP (Japan, Rev B, FD1094 317-0124a decryp";320x224@60;H
+smgpu;"Super Monaco GP (US, Rev C, FD1094 317-0125a) - Super Monaco GP (USA) - Super Monaco GP (USA)";320x224@60;H
+smgpu1;"Super Monaco GP (US, Rev B, FD1094 317-0125a)";320x224@60;H
+smgpu1d;"Super Monaco GP (US, Rev B, FD1094 317-0125a decrypted";320x224@60;H
+smgpu2;"Super Monaco GP (US, Rev A, FD1094 317-0125a)";320x224@60;H
+smgpu2d;"Super Monaco GP (US, Rev A, FD1094 317-0125a decrypted";320x224@60;H
+smgpud;"Super Monaco GP (US, Rev C, FD1094 317-0125a decrypted";320x224@60;H
+smooncrs;"Super Moon Cresta";256x224@60;V
+snapjack;"Snap Jack";240x196@60;H
+snapper;"Snapper (Korea)";320x224@60;H
+sngkace;"Sengoku Ace (Japan, set 1)";320x224@59;V
+sngkacea;"Sengoku Ace (Japan, set 2)";320x224@59;V
+snowboar;"Snow Board Championship (Version 2.1)";384x240@60;H
+snowboara;"Snow Board Championship (Version 2.0)";384x240@60;H
+snowbro2;"Snow Bros. 2 - with new elves";320x240@60;H
+snowbro3;"Snow Brothers 3 - Magical Adventure";256x224@60;H
+snowbros;"Snow Bros. - Nick & Tom (Jpn) - Snow Bros. - Nick & Tom (set 1)";256x224@58;H
+snowbrosa;"Snow Bros. - Nick & Tom (set 2)";256x224@58;H
+snowbrosb;"Snow Bros. - Nick & Tom (set 3)";256x224@58;H
+snowbrosc;"Snow Bros. - Nick & Tom (set 4)";256x224@58;H
+snowbrosd;"Snow Bros. - Nick & Tom (Dooyong license)";256x224@58;H
+snowbrosj;"Snow Bros. - Nick & Tom (Japan)";256x224@58;H
+snowbroswb;"Snow Bros. - Nick & Tom (The Winter Bobble hardware bo";256x224@58;H
+socbrawl;"Soccer Brawl (NGM-031)";304x224@59;H
+socbrawlh;"Soccer Brawl (NGH-031)";304x224@59;H
+sokonuke;"Sokonuke Taisen Game (Japan)";320x240@60;H
+soldam;"Soldam";256x224@60;H
+soldamj;"Soldam (Japan)";256x224@60;H
+soldivid;"Sol Divide - The Sword Of Darkness";320x224@60;H
+soldividk;"Sol Divide - The Sword Of Darkness (Korea)";320x224@60;H
+solfigtr;"Solitary Fighter (World)";320x224@60;H
+solomon;"Solomon no Kagi - Oujo Rihita no Namida (Jpn) - Solomon's Key (US)";256x224@60;H
+solomonj;"Solomon's Key (Japan)";256x224@60;H
+solrwarr;"Solar-Warrior (US)";256x240@60;H
+sonicbom;"Sonic Boom (FD1094 317-0053)";320x224@60;V
+sonicbomd;"Sonic Boom (FD1094 317-0053 decrypted)";320x224@60;V
+sonicwi;"Sonic Wings (Japan)";320x224@60;V
+sonicwi2;"Aero Fighters 2 / Sonic Wings 2";320x224@59;H
+sonicwi3;"Aero Fighters 3 / Sonic Wings 3";320x224@59;H
+sonofphx;"Son of Phoenix";288x224@60;V
+sonson;"Son Son";240x240@60;H
+sonsonj;"Son Son (Japan)";240x240@60;H
+sos;"Aqua Polis SOS (Jpn) - Fever SOS (International, ver. 98/09/25) - Megalopolis SOS (Jpn) - S.O.S Lagoa Poluida (Bra) - SOS - Stop the Express. Bousou Tokkyuu SOS (Jpn)";272x224@60;V
+sotsugyo;"Sotsugyo Shousho";320x240@58;H
+soukobdx;"Souko Ban Deluxe (Japan, SB1)";288x224@60;H
+spacbat2;"Space Battle (bootleg set 2)";256x224@60;V
+spacbatt;"Space Battle (bootleg set 1)";256x224@60;V
+spacecho;"Space Echo (set 1)";256x256@60;V
+spacecho2;"Space Echo (set 2)";256x256@60;V
+spacedx;"Space Invaders DX (US, v2.1)";320x224@60;H
+spacedxj;"Space Invaders DX (Japan, v2.1)";320x224@60;H
+spacedxo;"Space Invaders DX (Japan, v2.0)";320x224@60;H
+spacegun;"Space Gun (Euro) - Space Gun (World)";320x240@60;H
+spacegunj;"Space Gun (Japan)";320x240@60;H
+spacegunu;"Space Gun (US)";320x240@60;H
+spacempr;"Space Empire (bootleg)";256x224@60;V
+spaceplt;"Space Pilot";256x224@60;V
+spang;"Cross Pang - Super Pang (World 900914)";384x240@60;H
+spangj;"Super Pang (Japan 901023)";384x240@60;H
+sparkman;"Spark Man (v2.0, set 1)";256x224@60;H
+spartanx;"Spartan X (Japan)";256x256@60;H
+spatter;"Spatter";240x224@60;H
+spcdrag;"Space Dragon (Moon Cresta bootleg, set 1)";256x224@60;V
+spcdraga;"Space Dragon (Moon Cresta bootleg, set 2)";256x224@60;V
+spcinv95;"Space Invaders '95: The Attack Of Lunar Loonies (Ver 2";320x224@60;V
+spcinv95u;"Space Invaders '95: The Attack Of Lunar Loonies (Ver 2";320x224@60;V
+spcinvdj;"Space Invaders DX (Ver 2.6J 1994/09/14) (F3 Version)";320x232@60;H
+spcpostn;"Space Position (Japan)";256x240@60;V
+spctbird;"Space Thunderbird";256x224@60;V
+spdcoin;"Speed Coin (prototype)";256x224@60;V
+speakres;"Speak & Rescue";256x256@60;V
+speakresb;"Speak & Rescue (bootleg)";256x256@60;V
+spec2k;"Spectrum 2000 (vertical)";256x224@56;V
+spec2kh;"Spectrum 2000 (horizontal, buggy) (Europe)";256x224@56;H
+speedspn;"Speed Spin";384x240@60;H
+spelunk2;"Spelunker II - 23 no Kagi (Japan)";384x256@60;H
+spelunkr;"Spelunker - Spelunker (Jpn)";384x256@60;H
+spelunkrj;"Spelunker (Japan)";384x256@60;H
+spf2t;"Super Puzzle Fighter II Turbo (Super Puzzle Fighter 2";384x224@60;H
+spf2ta;"Super Puzzle Fighter II Turbo (Super Puzzle Fighter 2";384x224@60;H
+spf2td;"Super Puzzle Fighter II Turbo (Super Puzzle Fighter 2";384x224@60;H
+spf2th;"Super Puzzle Fighter II Turbo (Super Puzzle Fighter 2";384x224@60;H
+spf2tu;"Super Puzzle Fighter II Turbo (Super Puzzle Fighter 2";384x224@60;H
+spf2xj;"Super Puzzle Fighter II X (Super Puzzle Fighter 2 X 96";384x224@60;H
+spf2xjd;"Super Puzzle Fighter II X (Super Puzzle Fighter 2 X 96";384x224@60;H
+spidermi;"Spiderman (Intro demo)";304x224@59;H
+spinlbrk;"Spinal Breakers (World)";352x240@60;H
+spinlbrkj;"Spinal Breakers (Japan)";352x240@60;H
+spinlbrku;"Spinal Breakers (US)";352x240@60;H
+spinmast;"Spin Master / Miracle Adventure";304x224@59;H
+splatter;"Splatter House (World, new version (SH3))";288x224@60;H
+splatter2;"Splatter House (World, old version (SH2))";288x224@60;H
+splatterj;"Splatter House (Japan, SH1)";288x224@60;H
+spnchout;"Super Punch-Out!! (Rev B)";448x256@60;V
+spnchouta;"Super Punch-Out!! (Rev A)";448x256@60;V
+spnchoutj;"Super Punch-Out!! (Japan)";448x256@60;V
+sprglbpg;"Super Glob (Pac-Man hardware) German";288x224@60;V
+sprglobp;"Super Glob (Pac-Man hardware)";288x224@60;V
+springer;"Springer";256x224@60;V
+spy;"Future Spy - S.P.Y. - Special Project Y (World ver. N) - Sly Spy (US revision 4) - Spy vs. Spy (Euro, USA, Bra) - The Super Spy (NGM-011)(NGH-011)";304x216@60;H
+spyu;"S.P.Y. - Special Project Y (US ver. M)";304x216@60;H
+sqbert;"Faster, Harder, More Challenging Q*bert (prototype)";256x240@60;V
+squash;"Squash (Ver. 1.0)";320x240@60;H
+sraider;"Space Raider";240x192@60;V
+sranger;"Super Ranger (v2.0)";256x224@60;H
+srdarwin;"Super Real Darwin (World)";256x240@58;V
+srdarwinj;"Super Real Darwin (Japan)";256x240@58;V
+srdmissn;"S.R.D. Mission";288x224@60;V
+srmp4;"Super Real Mahjong PIV (Japan)";336x240@60;H
+srmp4o;"Super Real Mahjong PIV (Japan, older set)";336x240@60;H
+srmp7;"Super Real Mahjong P7 (Japan)";336x239@60;H
+srumbler;"The Speed Rumbler (set 1)";352x240@60;V
+srumbler2;"The Speed Rumbler (set 2)";352x240@60;V
+srumbler3;"The Speed Rumbler (set 3)";352x240@60;V
+ssanchan;"Sanrin San Chan (Japan)";240x224@60;H
+sscandal;"Seishun Scandal (315-5132, Japan)";256x224@60;H
+ssf2;"Super Street Fighter II - The New Challengers (Euro) - Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2a;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2ar1;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2d;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2h;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2j;"Super Street Fighter II - The New Challengers (Jpn) - Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2jr1;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2jr2;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2r1;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2t;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2ta;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2tad;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2tb;"Super Street Fighter II - the tournament battle (93111";384x224@60;H
+ssf2tba;"Super Street Fighter II - the tournament battle (93100";384x224@60;H
+ssf2tbd;"Super Street Fighter II - the tournament battle (93111";384x224@60;H
+ssf2tbh;"Super Street Fighter II - the tournament battle (93100";384x224@60;H
+ssf2tbj;"Super Street Fighter II - the tournament battle (93100";384x224@60;H
+ssf2tbj1;"Super Street Fighter II - the tournament battle (93091";384x224@60;H
+ssf2tbr1;"Super Street Fighter II - the tournament battle (93091";384x224@60;H
+ssf2td;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2th;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2tu;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2tur1;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2u;"Super Street Fighter II - the new challengers (super s - Super Street Fighter II - The New Challengers (USA)";384x224@60;H
+ssf2ud;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2xj;"Super Street Fighter II X - grand master challenge (su";384x224@60;H
+ssf2xjr1;"Super Street Fighter II X - grand master challenge (su";384x224@60;H
+ssf2xjr1d;"Super Street Fighter II X - grand master challenge (su";384x224@60;H
+ssf2xjr1r;"Super Street Fighter II X - grand master challenge (su";384x224@60;H
+ssi;"Andre Agassi Tennis (Euro) - Andre Agassi Tennis (Euro, Bra) - Andre Agassi Tennis (USA) - Super Space Invaders '91 (World)";320x224@60;V
+ssideki;"Super Sidekicks / Tokuten Ou";304x224@59;H
+ssideki2;"Super Sidekicks 2 - The World Championship / Tokuten O";320x224@59;H
+ssideki3;"Super Sidekicks 3 - The Next Glory / Tokuten Ou 3 - ei";320x224@59;H
+ssideki4;"The Ultimate 11 - The SNK Football Championship / Toku";320x224@59;H
+ssmissin;"S.S. Mission";256x224@56;V
+ssoldier;"Superior Soldiers (US)";320x240@60;H
+ssozumo;"Syusse Oozumou (Japan)";256x240@60;V
+ssprint;"Super Sprint (Atari System 2)";512x384@60;H
+ssriders;"Sunset Riders (4 Players ver. EAC) - Sunset Riders (Euro)";288x224@60;H
+ssridersabd;"Sunset Riders (2 Players ver. ABD)";288x224@60;H
+ssridersadd;"Sunset Riders (4 Players ver. ADD)";288x224@60;H
+ssriderseaa;"Sunset Riders (4 Players ver. EAA)";288x224@60;H
+ssridersebc;"Sunset Riders (2 Players ver. EBC)";288x224@60;H
+ssridersebd;"Sunset Riders (2 Players ver. EBD)";288x224@60;H
+ssridersjac;"Sunset Riders (4 Players ver. JAC)";288x224@60;H
+ssridersjad;"Sunset Riders (4 Players ver. JAD)";288x224@60;H
+ssridersjbd;"Sunset Riders (2 Players ver. JBD)";288x224@60;H
+ssridersuab;"Sunset Riders (4 Players ver. UAB)";288x224@60;H
+ssridersuac;"Sunset Riders (4 Players ver. UAC)";288x224@60;H
+ssridersubc;"Sunset Riders (2 Players ver. UBC)";288x224@60;H
+ssridersuda;"Sunset Riders (4 Players ver. UDA)";288x224@60;H
+sstarcrs;"Super Star Crest";256x224@60;V
+sstingry;"Super Stingray (Japan)";256x224@60;V
+sstriker;"Sorcer Striker (World)";320x240@60;V
+sstrikera;"Sorcer Striker (World, alt)";320x240@60;V
+stagger1;"Stagger I (Japan)";256x224@56;V
+stakwin;"Stakes Winner / Stakes Winner - GI kinzen seiha e no m";320x224@59;H
+stakwin2;"Stakes Winner 2";320x224@59;H
+starfght;"Star Fighter";256x224@60;V
+starfgmc;"Star Fighter (Moon Cresta bootleg)";256x224@60;V
+starfigh;"Star Fighter (v1)";256x224@60;V
+starjack;"Star Jacker (Euro, Jpn, v1.2) - Star Jacker (Sega)";240x224@60;V
+starjacks;"Star Jacker (Stern)";240x224@60;V
+stdragon;"Saint Dragon (set 1)";256x224@60;H
+stdragona;"Saint Dragon (set 2)";256x224@60;H
+stdragonb;"Saint Dragon (bootleg)";256x224@60;H
+stera;"Steraranger (Moon Cresta bootleg)";256x224@60;V
+stg;"Juno First (Gottlieb) - Moon Cresta (Gremlin) - Strike Gunner S.T.G";384x240@60;V
+stinger;"Stinger";256x224@60;V
+stinger2;"Stinger (prototype?)";256x224@60;V
+stlforce;"Steel Force";368x240@58;H
+stmblade;"Storm Blade (US)";352x240@60;V
+stmbladej;"Storm Blade (Japan)";352x240@60;V
+strahl;"Koutetsu Yousai Strahl (Japan set 1)";256x224@56;H
+strahla;"Koutetsu Yousai Strahl (Japan set 2)";256x224@56;H
+stratgys;"Strategy X (Stern)";256x224@60;H
+stratgyx;"Strategy X";256x224@60;H
+stratof;"Raiga - Strato Fighter (US)";256x224@60;H
+stratvox;"Stratovox";256x256@60;V
+stratvoxb;"Stratovox (bootleg)";256x256@60;V
+streakng;"Streaking (set 1)";256x224@60;V
+streaknga;"Streaking (set 2)";256x224@60;V
+streetsm;"Street Smart (US version 2)";256x224@60;H
+streetsm1;"Street Smart (US version 1)";256x224@60;H
+streetsmj;"Street Smart (Japan version 1)";256x224@60;H
+streetsmw;"Street Smart (World version 1)";256x224@60;H
+strfbomb;"Strafe Bomb";256x224@60;V
+strhoop;"Street Hoop / Street Slam / Dunk Dream (DEM-004) (DEH-";304x224@59;H
+strider;"Strider (Euro, USA) - Strider (Euro, USA, Bra, Kor) - Strider (US set 1)";384x224@60;H
+striderj;"Strider Hiryu (Japan) - Strider Hiryuu (Jpn, Kor)";384x224@60;H
+striderjr;"Strider Hiryu (Japan Resale Ver.)";384x224@60;H
+striderua;"Strider (US set 2)";384x224@60;H
+strideruc;"Strider (US, Street Fighter II conversion)";384x224@60;H
+striv;"Super Triv";256x224@60;V
+striv2;"Super Triv (set 2)";256x224@60;V
+strkfgtr;"Strike Fighter (World)";320x224@60;H
+strkfgtrj;"Strike Fighter (Japan)";320x224@60;H
+strongx;"Strong X";256x224@60;H
+sub;"688 Attack Sub (Euro, USA) - N-Sub (Euro?) - Submarine (Sigma)";256x224@60;V
+sucasino;"Super Casino";256x224@60;V
+sunaq;"SunA Quiz 6000 Academy (940620-6)";256x224@60;H
+supbtime;"Super Burger Time (World, set 1)";320x240@58;H
+supbtimea;"Super Burger Time (World, set 2)";320x240@58;H
+supbtimej;"Super Burger Time (Japan)";320x240@58;H
+superbar;"Super Bar";384x240@60;V
+superbon;"Agent Super Bond (scobra hardware)";256x224@60;V
+superchs;"Super Chase - Criminal Termination (World)";320x240@60;H
+superchsj;"Super Chase - Criminal Termination (Japan)";320x240@60;H
+superchsu;"Super Chase - Criminal Termination (US)";320x240@60;H
+superg;"Super Galaxians (galaxiaj hack)";256x224@60;V
+superman;"Superman (World) - Superman - The Man of Steel (Euro) - Superman - The Man of Steel (Euro) - Superman - The Man of Steel (Euro, Bra)";384x240@60;H
+supermanj;"Superman (Japan)";384x240@60;H
+supermanu;"Superman (US) - Superman (USA)";384x240@60;H
+superpac;"Super Pac-Man";288x224@60;V
+superpacm;"Super Pac-Man (Midway)";288x224@60;V
+superspy;"The Super Spy (NGM-011)(NGH-011)";304x224@59;H
+superten;"Super Ten V8.3";400x256@60;H
+superx;"Super-X (NTC)";384x240@60;V
+superxm;"Super-X (Mitchell)";384x240@60;V
+supmodel;"Super Model";256x224@60;V
+suprglob;"Super Glob";272x236@60;V
+suprheli;"Super Heli (Super Cobra bootleg)";256x224@60;V
+suprleag;"Super League (Euro) - Super League (FD1094 317-0045)";320x224@60;H
+suprloco;"Super Locomotive (Rev.A)";240x224@60;H
+suprlocoo;"Super Locomotive";240x224@60;H
+suprridr;"Super Rider";256x224@60;V
+suprtrio;"Super Trio";320x240@60;H
+suratk;"Surprise Attack (World ver. K)";304x224@60;H
+suratka;"Surprise Attack (Asia ver. L)";304x224@60;H
+suratkj;"Surprise Attack (Japan ver. M)";304x224@60;H
+survarts;"Survival Arts (World)";336x240@60;H
+survartsj;"Survival Arts (Japan)";336x240@60;H
+survartsu;"Survival Arts (USA)";336x240@60;H
+svc;"SNK vs. Capcom - SVC Chaos (NGM-2690)(NGH-2690)";304x224@59;H
+svcboot;"SNK vs. Capcom - SVC Chaos (bootleg)";304x224@59;H
+svcpcb;"SNK vs. Capcom - SVC Chaos (JAMMA PCB, set 1)";304x224@59;H
+svcpcba;"SNK vs. Capcom - SVC Chaos (JAMMA PCB, set 2)";304x224@59;H
+svcplus;"SNK vs. Capcom - SVC Chaos Plus (bootleg set 1)";304x224@59;H
+svcplusa;"SNK vs. Capcom - SVC Chaos Plus (bootleg set 2)";304x224@59;H
+svcsplus;"SNK vs. Capcom - SVC Chaos Super Plus (bootleg)";304x224@59;H
+svg;"S.V.G. - Spectral vs Generation (V200, China)";448x224@60;H
+svgpcb;"S.V.G. - Spectral vs Generation (V100, Japan, Single P";448x224@60;H
+svolley;"Super Volley Ball (USA) - Super Volleyball - Super Volleyball - Super Volleyball (Japan)";288x216@60;H
+svolleyk;"Super Volleyball (Korea)";288x216@60;H
+svolleyu;"Super Volleyball (US)";288x216@60;H
+svolly91;"Super Volley '91 (Japan)";356x240@60;H
+swarm;"Swarm (bootleg?)";256x224@60;V
+swat;"E-Swat - Cyber Police (set 4, World, FD1094 317-0130) - ESWAT - City Under Siege (Euro, USA, Rev. A) - SWAT (315-5048)";256x224@60;V
+swatpolc;"SWAT Police";320x240@60;H
+swimmer;"Swimmer (set 1)";256x224@60;H
+sws;"Super World Stadium (Japan)";288x224@60;H
+sws92;"Super World Stadium '92 (Japan)";288x224@60;H
+sws92g;"Super World Stadium '92 Gekitouban (Japan)";288x224@60;H
+sws93;"Super World Stadium '93 (Japan)";288x224@60;H
+sxyreac2;"Pachinko Sexy Reaction 2 (Japan)";336x240@60;H
+sxyreact;"Pachinko Sexy Reaction (Japan)";338x240@60;H
+syscheck;"Neo System Check (ver 1.0b)";304x224@59;H
+syvalion;"Syvalion (Japan)";512x400@60;H
+syvalionp;"Syvalion (World, prototype)";512x400@60;H
+szaxxon;"Super Zaxxon";256x224@60;V
+tactcian;"Tactician (set 1)";288x224@60;V
+tactcian2;"Tactician (set 2)";288x224@60;V
+tail2nos;"Tail to Nose - Great Championship";320x240@60;V
+tangtang;"Tang Tang (ver. 0526, 26/05/2000)";320x240@60;H
+tankfrce;"Tank Force (US, 2 Players)";288x224@60;H
+tankfrce4;"Tank Force (US, 4 Players)";288x224@60;H
+tankfrcej;"Tank Force (Japan)";288x224@60;H
+taotaido;"Tao Taido (set 1)";320x224@60;H
+taotaidoa;"Tao Taido (set 2)";320x224@60;H
+tazmani2;"Tazz-Mania (set 2)";256x224@60;V
+tazmania;"Taz-Mania (Euro, Bra) - Taz-Mania (World) - Taz-Mania - The Search for the Lost Seabirds (Euro, US - Tazz-Mania (set 1)";256x224@60;V
+tazzmang;"Tazz-Mania (bootleg on Galaxian hardware)";256x224@60;V
+tazzmang2;"Tazz-Mania (bootleg on Galaxian hardware with Starfiel";256x224@60;V
+tbowl;"Tecmo Bowl (World?)";224x512@60;V
+tbowlj;"Tecmo Bowl (Japan)";224x512@60;V
+tcobra2;"Twin Cobra II (Ver 2.1O 1995/11/30)";320x232@60;V
+tcobra2u;"Twin Cobra II (Ver 2.1A 1995/11/30)";320x232@60;V
+tdpgal;"Triple Draw Poker";256x224@60;V
+tdragon;"Saint Dragon (set 1) - Thunder Dragon (9th Jan. 1992)";256x224@56;V
+tdragon1;"Thunder Dragon (4th Jun. 1991)";256x224@56;V
+tdragon2;"Thunder Dragon 2 (9th Nov. 1993)";384x224@56;V
+tdragon2a;"Thunder Dragon 2 (1st Oct. 1993)";384x224@56;V
+tdragonb;"Saint Dragon (bootleg) - Thunder Dragon (bootleg)";256x224@56;V
+teddybb;"TeddyBoy Blues (315-5115, New Ver.)";256x224@60;H
+teddybbo;"TeddyBoy Blues (315-5115, Old Ver.)";256x224@60;H
+teddybbobl;"TeddyBoy Blues (bootleg)";256x224@60;H
+tekipaki;"Teki Paki";320x240@60;H
+teljan;"Tel Jan";320x240@60;H
+tengai;"Tengai (world)";320x224@59;H
+tengaij;"Tengai0Sengoku Blade - sengoku ace episode II";320x224@59;H
+terracre;"Terra Cresta (YM3526 set 1)";256x224@60;V
+terracrea;"Terra Cresta (YM3526 set 3)";256x224@60;V
+terracren;"Terra Cresta (YM2203)";256x224@60;V
+terracreo;"Terra Cresta (YM3526 set 2)";256x224@60;V
+terraf;"Terra Force";320x240@57;H
+terrafb;"Terra Force (Japan, bootleg set 2)";320x240@60;H
+terrafj;"Terra Force (Japan)";320x240@57;H
+terrafjb;"Terra Force (Japan, bootleg with additional Z80)";320x240@60;H
+terrafu;"Terra Force (US)";320x240@57;H
+tetrbx;"Tetris / Bloxeed (Korean System 16 bootleg) (ISG Selec";320x224@60;H
+tetris;"FA Tetris (Kor) - FA Tetris (Kor) - Super Tetris (Kor, SMS Mode?) - Tetris (Jpn) - Tetris (Kor) - Tetris (set 1) - Tetris (set 4, Japan, System 16A, FD1094 317-0093)";320x224@60;H
+tetris1;"Tetris (Pirate?) - Tetris (set 1, Japan, System 16B, FD1094 317-0091)";320x224@60;H
+tetris1d;"Tetris (set 1, Japan, System 16B, FD1094 317-0091 decr";320x224@60;H
+tetris2;"Tetris (set 2, Japan, System 16B, FD1094 317-0092) - Tetris II (Kor)";320x224@60;H
+tetris2d;"Tetris (set 2, Japan, System 16B, FD1094 317-0092 decr";320x224@60;H
+tetris3;"Tetris (set 3, Japan, System 16A, FD1094 317-0093a)";320x224@60;H
+tetris3d;"Tetris (set 3, Japan, System 16A, FD1094 317-0093a dec";320x224@60;H
+tetrisbl;"Tetris (bootleg)";320x224@60;H
+tetrisd;"Tetris (set 4, Japan, System 16A, FD1094 317-0093 decr";320x224@60;H
+tetrisp2;"Tetris Plus 2 (World)";320x224@60;H
+tetrisp2j;"Tetris Plus 2 (Japan, V2.2)";320x224@60;H
+tetrisp2ja;"Tetris Plus 2 (Japan, V2.1)";320x224@60;H
+tetrisse;"Tetris (Japan, System E)";256x192@60;H
+tetrist;"Tetris (Japan, B-System, YM2610)";320x224@60;H
+tetrista;"Tetris (Japan, B-System, YM2203)";320x224@60;H
+tetristh;"Tetris (Japan, Taito H-System)";320x224@60;H
+tetrsark;"Tetris (D.R. Korea)";256x224@60;H
+tgm2;"Tetris the Absolute The Grand Master 2";320x240@60;H
+tgm2p;"Tetris the Absolute The Grand Master 2 Plus";320x240@60;H
+tharrier;"Task Force Harrier";256x224@56;V
+tharrieru;"Task Force Harrier (US?)";256x224@56;V
+thedeep;"The Deep (Japan)";256x248@60;V
+theend;"The End";256x224@60;V
+theends;"The End (Stern)";256x224@60;V
+theglad;"The Gladiator - Road Of The Sword / Shen Jian (V101)";448x224@60;H
+theglad100;"The Gladiator - Road Of The Sword / Shen Jian (V100, T";448x224@60;H
+theglad101;"The Gladiator - Road Of The Sword / Shen Jian (V100)";448x224@60;H
+thegladpcb;"The Gladiator - Road Of The Sword / Shen Jian (V100, J";448x224@60;H
+theglob;"The Glob";272x236@60;V
+theglob2;"The Glob (earlier)";272x236@60;V
+theglob3;"The Glob (set 3)";272x236@60;V
+theglobp;"The Glob (Pac-Man hardware)";288x224@60;V
+thehustl;"The Hustler (Japan, program code M)";256x224@60;V
+thehustlj;"The Hustler (Japan, program code J)";256x224@60;V
+thepitm;"The Pit (bootleg on Moon Quasar hardware)";256x224@60;V
+theroes;"Thunder Heroes";320x224@58;H
+thetogyu;"The Togyu (315-5065, Japan)";256x224@60;H
+thndblst;"Thunder Blaster (Japan)";320x240@60;V
+thndrbld;"Thunder Blade (upright, FD1094 317-0056)";320x224@60;H
+thndrbld1;"Thunder Blade (deluxe/standing, unprotected)";320x224@60;H
+thndrbldd;"Thunder Blade (upright, FD1094 317-0056 decrypted)";320x224@60;H
+thndrx2;"Thunder Cross II (World)";288x224@60;H
+thndrx2a;"Thunder Cross II (Asia)";288x224@60;H
+thndrx2j;"Thunder Cross II (Japan)";288x224@60;H
+thndzone;"Thunder Zone (World, Rev 1)";320x240@60;H
+thndzone4;"Thunder Zone (World 4 Players)";320x240@60;H
+thndzonea;"Thunder Zone (World)";320x240@60;H
+thndzonej;"Thunder Zone (Japan)";320x240@60;H
+thoop;"Thunder Hoop (Ver. 1)";320x240@60;H
+thunderl;"Thunder & Lightning";384x240@60;V
+thunderx;"Thunder Cross (set 1)";288x224@60;H
+thunderxa;"Thunder Cross (set 2)";288x224@60;H
+thunderxb;"Thunder Cross (set 3)";288x224@60;H
+thunderxj;"Thunder Cross (Japan)";288x224@60;H
+thundfox;"Thunder Fox (World)";320x224@60;H
+thundfoxj;"Thunder Fox (Japan)";320x224@60;H
+thundfoxu;"Thunder Fox (US)";320x224@60;H
+tigerh;"Tiger Heli (US)";280x240@60;V
+tigerhb1;"Tiger Heli (bootleg, set 1)";280x240@60;V
+tigerhb2;"Tiger Heli (bootleg, set 2)";280x240@60;V
+tigerhb3;"Tiger Heli (bootleg, set 3)";280x240@60;V
+tigerhj;"Tiger Heli (Japan)";280x240@60;V
+tigeroad;"Tiger Road (US)";256x224@60;H
+tigeroadb;"Tiger Road (US bootleg, set 1)";256x224@60;H
+tigeroadb2;"Tiger Road (US bootleg, set 2)";256x224@60;H
+tigeroadu;"Tiger Road (US, Romstar license)";256x224@60;H
+timefgtr;"Time Fighter (Time Pilot conversion on Galaxian hardwa";256x224@60;V
+timelimt;"Time Limit";256x224@60;V
+timeplt;"Time Pilot - Time Pilot - Time Pilot (Jpn)";256x224@60;V
+timeplta;"Time Pilot (Atari) - Time Pilot (Jpn, Alt)";256x224@60;V
+timepltc;"Time Pilot (Centuri)";256x224@60;V
+timescan;"Time Scanner (set 2, System 16B)";320x224@60;V
+timescan1;"Time Scanner (set 1, System 16A, FD1089B 317-0024)";320x224@60;V
+timesold;"Time Soldiers (Euro, USA, Bra) - Time Soldiers (US Rev 3)";256x224@60;V
+timesold1;"Time Soldiers (US Rev 1)";256x224@60;V
+timesupd;"Time's Up Demo";304x224@59;H
+tiptop;"Tip Top";256x224@60;V
+tkdensho;"Toukidenshou - Angel Eyes (VER. 960614)";320x240@57;H
+tkdenshoa;"Toukidenshou - Angel Eyes (VER. 960427)";320x240@57;H
+tknight;"Tecmo Knight";256x224@60;H
+tmht;"Teenage Mutant Hero Turtles (UK 4 Players, version F)";304x224@60;H
+tmht22pe;"Teenage Mutant Hero Turtles - Turtles in Time (2 Playe";288x224@60;H
+tmht24pe;"Teenage Mutant Hero Turtles - Turtles in Time (4 Playe";288x224@60;H
+tmht2p;"Teenage Mutant Hero Turtles (UK 2 Players, version U)";304x224@60;H
+tmht2pa;"Teenage Mutant Hero Turtles (UK 2 Players, version ?)";304x224@60;H
+tmhta;"Teenage Mutant Hero Turtles (UK 4 Players, version S)";304x224@60;H
+tmhtb;"Teenage Mutant Hero Turtles (UK 4 Players, version ?)";304x224@60;H
+tmnt;"Streets of Rage 2 - Teenage Mutant Ninja Turtles (Hack - Teenage Mutant Ninja Turtles (World 4 Players, version";304x224@60;H
+tmnt2;"Teenage Mutant Ninja Turtles - Turtles in Time (4 Play";288x224@60;H
+tmnt22pu;"Teenage Mutant Ninja Turtles - Turtles in Time (2 Play";288x224@60;H
+tmnt2a;"Teenage Mutant Ninja Turtles - Turtles in Time (4 Play";288x224@60;H
+tmnt2pj;"Teenage Mutant Ninja Turtles (Japan 2 Players, version";304x224@60;H
+tmnt2po;"Teenage Mutant Ninja Turtles (Oceania 2 Players, versi";304x224@60;H
+tmnta;"Teenage Mutant Ninja Turtles (Asia 4 Players, version";304x224@60;H
+tmnti;"Teenage Mutant Ninja Turtles (Intro demo)";304x224@59;H
+tmntia;"Teenage Mutant Ninja Turtles (Intro demo, alt)";304x224@59;H
+tmntj;"Teenage Mutant Ninja Turtles (Japan 4 Players, version";304x224@60;H
+tmntu;"Teenage Mutant Ninja Turtles (US 4 Players, version R)";304x224@60;H
+tmntua;"Teenage Mutant Ninja Turtles (US 4 Players, version J)";304x224@60;H
+tmntub;"Teenage Mutant Ninja Turtles (US 4 Players, version H)";304x224@60;H
+tndrcade;"Thundercade / Twin Formation";384x224@60;V
+tndrcadej;"Tokusyu Butai U.A.G. (Japan)";384x224@60;V
+tnextspc;"The Next Space (set 1)";256x224@60;V
+tnextspc2;"The Next Space (set 2)";256x224@60;V
+tnextspcj;"The Next Space (Japan)";256x224@60;V
+tnk3;"T.N.K III (US)";288x224@60;V
+tnk3j;"T.A.N.K (Japan)";288x224@60;V
+tnzs;"The New Zealand Story - The New Zealand Story (Euro) - The New Zealand Story (Jpn) - The NewZealand Story (World, newer)";256x224@60;H
+tnzsj;"The NewZealand Story (Japan, new version, newer PCB)";256x224@60;H
+tnzsjo;"The NewZealand Story (Japan, old version) (older PCB)";256x224@60;H
+tnzso;"The NewZealand Story (World, old version) (older PCB)";256x224@60;H
+tnzsoa;"The NewZealand Story (World, unknown version) (older P";256x224@60;H
+tnzsop;"The NewZealand Story (World, prototype) (older PCB)";256x224@60;H
+tnzsuo;"The NewZealand Story (US, old version) (older PCB)";256x224@60;H
+todruaga;"The Tower of Druaga (New Ver.)";288x224@60;V
+todruagao;"The Tower of Druaga (Old Ver.)";288x224@60;V
+todruagas;"The Tower of Druaga (Sidam)";288x224@60;V
+toki;"Toki (World, set 1) - Toki - Going Ape Spit ~ JuJu Densetsu (World, Rev. A)";256x224@60;H
+tokia;"Toki (World, set 2)";256x224@60;H
+tokib;"Toki (bootleg)";256x224@60;H
+tokiob;"Tokio / Scramble Formation (bootleg)";256x224@60;V
+tokip;"Toki (US, prototype?)";256x224@60;H
+tokisens;"Toki no Senshi - Chrono Soldier";256x224@60;V
+tokiu;"Toki (US, set 1)";256x224@60;H
+tokiua;"Toki (US, set 2)";256x224@60;H
+toobin;"Toobin' (Atari 68k based)";512x384@60;V
+topgunbl;"Top Gunner (bootleg, Rotary Joystick)";240x224@60;V
+topgunr;"Top Gunner (US, 8-way Joystick)";240x224@60;V
+tophuntr;"Top Hunter - Roddy & Cathy (NGM-046)";320x224@59;H
+tophuntrh;"Top Hunter - Roddy & Cathy (NGH-046)";320x224@59;H
+toppyrap;"Toppy & Rappy";256x224@58;H
+topsecrt;"Top Secret (Japan)";256x224@60;H
+topspeed;"Top Speed (World)";320x240@60;H
+topspeedu;"Top Speed (US)";320x240@60;H
+toramich;"Tora e no Michi - Tora e no Michi (Japan)";256x224@60;H
+toride2g;"Toride II Adauchi Gaiden";320x224@60;H
+toride2gg;"Toride II Adauchi Gaiden (German)";320x224@60;H
+toride2gk;"Toride II Bok Su Oi Jeon Adauchi Gaiden (Korea)";320x224@60;H
+toride2j;"Toride II (Japan)";320x224@60;H
+toryumon;"Toryumon";320x224@60;H
+totc;"Treasure of the Caribbean";304x224@59;H
+toto;"Come Back Toto";256x224@58;H
+touchgok;"Touch & Go (Korea, unprotected)";480x240@60;H
+toutrun;"Turbo Out Run (Out Run upgrade, FD1094 317-0118) - Turbo OutRun (Euro, Jpn)";320x224@60;H
+toutrun1;"Turbo Out Run (deluxe cockpit, FD1094 317-0109)";320x224@60;H
+toutrun3;"Turbo Out Run (cockpit, FD1094 317-0107)";320x224@60;H
+toutrun3d;"Turbo Out Run (cockpit, FD1094 317-0107 decrypted)";320x224@60;H
+toutrund;"Turbo Out Run (Out Run upgrade, FD1094 317-0118 decryp";320x224@60;H
+toutrunj;"Turbo Out Run (Japan, Out Run upgrade, FD1094 317-0117";320x224@60;H
+toutrunj1;"Turbo Out Run (Japan, deluxe cockpit, FD1094 317-0101)";320x224@60;H
+toutrunj1d;"Turbo Out Run (Japan, deluxe cockpit, FD1094 317-0101";320x224@60;H
+toutrunjd;"Turbo Out Run (Japan, Out Run upgrade, FD1094 317-0117";320x224@60;H
+toypop;"Toypop";288x224@60;H
+tp84;"Time Pilot '84 (set 1)";256x224@60;V
+tp84a;"Time Pilot '84 (set 2)";256x224@60;V
+tp84b;"Time Pilot '84 (set 3)";256x224@60;V
+tpgolf;"Top Player's Golf (NGM-003)(NGH-003)";304x224@59;H
+trackfld;"Track & Field - Track & Field 1 (Euro)";256x224@60;H
+trackfldc;"Track & Field (Centuri)";256x224@60;H
+trackfldnz;"Track & Field (NZ bootleg?)";256x224@60;H
+trally;"Thrash Rally (ALM-003)(ALH-003)";320x224@59;H
+transfrm;"Transformer";256x192@60;H
+travrusa;"Traverse USA / Zippy Race";240x256@60;V
+travrusab;"Traverse USA (bootleg)";240x256@60;V
+trckydoc;"Tricky Doc (set 1)";240x224@60;H
+trckydoca;"Tricky Doc (set 2)";240x224@60;H
+treahunt;"Treasure Hunt (bootleg?)";256x224@60;V
+tricktrp;"Trick Trap (World?)";280x224@60;V
+trigon;"Trigon (Japan)";288x224@60;V
+trikitri;"Triki Triki (Lover Boy bootleg)";240x224@60;V
+triothep;"Trio The Punch - Never Forget Me... (World)";256x240@60;H
+triothepj;"Trio The Punch - Never Forget Me... (Japan)";256x240@60;H
+triplep;"Triple Punch (set 1)";256x224@60;V
+triplepa;"Triple Punch (set 2)";256x224@60;V
+triplfun;"Triple Fun";320x224@60;H
+tripool;"Tri-Pool (Casino Tech)";256x224@60;V
+tripoola;"Tri-Pool (Costal Games)";256x224@60;V
+trojan;"Trojan (US set 1)";256x240@60;H
+trojana;"Trojan (US set 2)";256x240@60;H
+trojanb;"Trojan (bootleg)";256x240@60;H
+trojanj;"Tatakai no Banka (Japan)";256x240@60;H
+trojanr;"Trojan (Romstar)";256x240@60;H
+trophyh;"Trophy Hunting - Bear & Moose V1.0";320x240@60;H
+trstar;"Top Ranking Stars (Ver 2.1O 1993/05/21) (New Version)";320x232@60;H
+trstarj;"Top Ranking Stars (Ver 2.1J 1993/05/21) (New Version)";320x232@60;H
+trstaro;"Top Ranking Stars (Ver 2.1O 1993/05/21) (Old Version)";320x232@60;H
+trstaroj;"Top Ranking Stars (Ver 2.1J 1993/05/21) (Old Version)";320x232@60;H
+truxton;"Truxton (Euro, USA) ~ Tatsujin (Jpn) - Truxton0Tatsujin";320x240@57.6;V
+truxton2;"Truxton II0Tatsujin Oh";320x240@60;V
+trvgns;"Trivia Genius";288x224@60;V
+trvmstr;"Trivia Master (set 1)";288x224@60;V
+trvmstra;"Trivia Master (set 2)";288x224@60;V
+trvmstrb;"Trivia Master (set 3)";288x224@60;V
+trvmstrc;"Trivia Master (set 4)";288x224@60;V
+tsamurai;"Samurai Nihon-Ichi (set 1)";256x224@60;V
+tsamurai2;"Samurai Nihon-Ichi (set 2)";256x224@60;V
+tsamuraih;"Samurai Nihon-Ichi (bootleg, harder)";256x224@60;V
+tshingen;"Shingen Samurai-Fighter (Japan, English)";256x224@60;H
+tshingena;"Takeda Shingen (Japan, Japanese)";256x224@60;H
+tst_galx;"Galaxian Test ROM";256x224@60;V
+ttmahjng;"T.T Mahjong";256x256@60;H
+tturf;"Tough Turf (set 2, Japan, 8751 317-0104)";320x224@60;H
+tturfu;"Tough Turf (set 1, US, 8751 317-0099)";320x224@60;H
+tubeit;"Tube-It";320x224@60;H
+tumbleb;"Tumble Pop (bootleg set 1)";320x240@58;H
+tumbleb2;"Tumble Pop (bootleg set 2)";320x240@58;H
+tumblep;"Tumble Pop (World)";320x240@58;H
+tumblepj;"Tumble Pop (Japan)";320x240@58;H
+turbofrc;"Turbo Force (World)";352x240@60;V
+turbofrcu;"Turbo Force (US)";352x240@60;V
+turfmast;"Neo Turf Masters / Big Tournament Golf";304x224@59;H
+turkhunt;"Turkey Hunting USA V1.0";320x240@60;H
+turpin;"Turpin";256x224@60;V
+turpins;"Turpin (bootleg on Scramble hardware)";256x224@60;V
+turtles;"Turtles";256x224@60;V
+turtship;"Turtle Ship (North America)";384x224@60;H
+turtshipj;"Turtle Ship (Japan)";384x224@60;H
+turtshipk;"Turtle Ship (Korea)";384x224@60;H
+turtshipkn;"Turtle Ship (Korea, 88/9)";384x224@60;H
+turtshipko;"Turtle Ship (Korea, older)";384x224@60;H
+tutankhm;"Tutankham - Tutankham";256x224@60;V
+tutankhms;"Tutankham (Stern Electronics)";256x224@60;V
+twinactn;"Twin Action";256x224@56;H
+twinadv;"Twin Adventure (World)";256x224@58;H
+twinadvk;"Twin Adventure (Korea)";256x224@58;H
+twinbee;"Detana!! Twinbee - Twin Bee (Jpn) - TwinBee (ROM version)";256x224@60;V
+twinbrat;"Twin Brats (set 1)";334x240@58;H
+twinbrata;"Twin Brats (set 2)";334x240@58;H
+twincobr;"Twin Cobra (USA) - Twin Cobra (World)";320x240@54.9;V
+twincobru;"Twin Cobra (US)";320x240@54.9;V
+twineag2;"Twin Eagle II - The Rescue Mission";336x240@60.2;V
+twineagl;"Twin Eagle - Revenge Joe's Brother";384x224@60;V
+twinfalc;"Twin Falcons";384x224@60;H
+twinhawk;"Twin Hawk (Euro) ~ Daisenpuu (Jpn) - Twin Hawk (World)";384x224@60;V
+twinhawku;"Twin Hawk (US)";384x224@60;V
+twinkle;"Twinkle";256x224@58;H
+twinqix;"Twin Qix (Ver 1.0A 1995/01/17) (Prototype)";320x224@60;H
+twinspri;"Twinkle Star Sprites";304x224@59;H
+twocrude;"Two Crude (US FT revision 1) - Two Crude Dudes (Euro)";256x240@58;H
+twocrudea;"Two Crude (US FT version)";256x240@58;H
+tws96;"Tecmo World Soccer '96";304x224@59;H
+typhoon;"Typhoon";304x224@60;V
+uballoon;"Ultra Balloon";256x224@60;H
+uccops;"Undercover Cops (World)";320x240@60;H
+uccopsar;"Undercover Cops (Alpha Renewal Version)";320x240@60;H
+uccopsj;"Undercover Cops (Japan)";320x240@60;H
+uccopsu;"Undercover Cops (US)";320x240@60;H
+uecology;"Ultimate Ecology (931203 Japan)";384x224@60;H
+ufosensi;"Ufo Senshi Yohko Chan (MC-8123, 317-0064)";256x224@60;H
+ultraman;"Ultraman (Japan) - Ultraman (Jpn) - Ultraman (Jpn)";288x224@60;H
+ultrax;"Ultra X Weapons / Ultra Keibitai";336x240@60;V
+ultraxg;"Ultra X Weapons / Ultra Keibitai (GAMEST review build)";336x240@60;V
+umanclub;"Ultraman Club - Tatakae! Ultraman Kyoudai!!";384x240@60;H
+unclepoo;"Uncle Poo";256x224@60;V
+uniwars;"UniWar S";256x224@60;V
+uniwarsa;"UniWar S (bootleg)";256x224@60;V
+unkpacg;"unknown Pac-Man gambling game";256x224@60;H
+unsquad;"U.N. Squadron (US)";384x224@60;H
+uopoko;"Puzzle Uo Poko (International, ver. 98/02/06)";320x240@58;H
+uopokoj;"Puzzle Uo Poko (Japan, ver. 98/02/06)";320x240@58;H
+upndown;"Up'n Down - Up'n Down (315-5030)";256x224@60;V
+upndownu;"Up'n Down (not encrypted)";256x224@60;V
+usclssic;"U.S. Classic";384x240@60;V
+usg182;"Games V18.2";400x256@60;H
+usg185;"Games V18.5";400x256@60;H
+usg187c;"Games V18.7C";400x256@60;H
+usg32;"Super Duper Casino (California V3.2)";400x256@60;H
+usg82;"Super Ten V8.2";400x256@60;H
+usg83x;"Super Ten V8.3X";400x256@60;H
+usgames;"Games V25.4X";400x256@60;H
+utoukond;"Ultra Toukon Densetsu (Japan)";384x224@60;H
+valkyrie;"Valkyrie No Densetsu (Japan) - Walkuere no Densetsu";288x224@60;V
+vampj;"Vampire - the night warriors (940705 Japan)";384x224@60;H
+vampja;"Vampire - the night warriors (940705 Japan, alt)";384x224@60;H
+vampjr1;"Vampire - the night warriors (940630 Japan)";384x224@60;H
+vandyke;"Vandyke (Japan)";256x224@56;V
+vandykeb;"Vandyke (bootleg with PIC16c57)";256x224@56;V
+vandykejal;"Vandyke (Jaleco, Set 1)";256x224@56;V
+vandykejal2;"Vandyke (Jaleco, Set 2)";256x224@56;V
+vangrd2;"Vanguard II";288x216@60;V
+vanvan;"Van-Van Car";256x224@60;V
+vanvanb;"Van-Van Car (set 3)";256x224@60;V
+vanvank;"Van-Van Car (Karateco)";256x224@60;V
+vaportra;"Vapor Trail - Hyper Offence Formation (World revision";256x240@58;V
+vaportra3;"Vapor Trail - Hyper Offence Formation (World revision";256x240@58;V
+vaportrau;"Vapor Trail - Hyper Offence Formation (US)";256x240@58;V
+varth;"Varth - operation thunderstorm (920714 etc)";384x224@60;V
+varthb;"Varth - operation thunderstorm (bootleg, 920612 etc)";384x224@60;V
+varthj;"Varth - operation thunderstorm (920714 Japan)";384x224@60;V
+varthjr;"Varth - operation thunderstorm (920714 Japan Resale Ve";384x224@60;V
+varthr1;"Varth - operation thunderstorm (920612 etc)";384x224@60;V
+varthu;"Varth - operation thunderstorm (920612 USA)";384x224@60;V
+vasara;"Vasara";336x240@60;V
+vasara2;"Vasara 2 (set 1)";336x240@60;V
+vasara2a;"Vasara 2 (set 2)";336x240@60;V
+vastar;"Vastar (set 1)";256x224@60;V
+vastar2;"Vastar (set 2)";256x224@60;V
+vastar3;"Vastar (set 3)";256x224@60;V
+vastar4;"Vastar (set 4)";256x224@60;V
+vautour;"Vautour (bootleg of Phoenix) (8085A CPU)";256x208@60;V
+vautourz;"Vautour (bootleg of Phoenix) (Z80 CPU)";256x208@60;V
+vautourza;"Vautour (bootleg of Phoenix) (Z80 CPU, single PROM)";256x208@60;V
+vblokbrk;"VS Block Breaker (Europe)";320x240@60;H
+vblokbrka;"VS Block Breaker (Asia)";320x240@60;H
+vendetta;"Vendetta (World, 4 Players ver. T)";304x224@60;H
+vendetta2p;"Vendetta (World, 2 Players ver. W)";304x224@60;H
+vendetta2pd;"Vendetta (Asia, 2 Players ver. D)";304x224@60;H
+vendetta2peba;"Vendetta (World, 2 Players ver. EB-A?)";304x224@60;H
+vendetta2pu;"Vendetta (Asia, 2 Players ver. U)";304x224@60;H
+vendetta2pun;"Vendetta (World, 2 Players ver. ?)";304x224@60;H
+vendettaj;"Crime Fighters 2 (Japan, 2 Players ver. P)";304x224@60;H
+vendettar;"Vendetta (US, 4 Players ver. R)";304x224@60;H
+vendettaz;"Vendetta (Asia, 4 Players ver. Z)";304x224@60;H
+venus;"Venus";256x224@60;V
+vfive;"V-Five (Japan) - V-Five (Jpn)";320x240@60;V
+vhunt2;"Vampire Hunter 2 - darkstalkers revenge (970929 Japan)";384x224@60;H
+vhunt2d;"Vampire Hunter 2 - darkstalkers revenge (970913 Japan";384x224@60;H
+vhunt2r1;"Vampire Hunter 2 - darkstalkers revenge (970913 Japan)";384x224@60;H
+vhuntj;"Vampire Hunter - darkstalkers' revenge (950316 Japan)";384x224@60;H
+vhuntjr1;"Vampire Hunter - darkstalkers' revenge (950307 Japan)";384x224@60;H
+vhuntjr1s;"Vampire Hunter - darkstalkers' revenge (950307 Japan s";384x224@60;H
+vhuntjr2;"Vampire Hunter - darkstalkers' revenge (950302 Japan)";384x224@60;H
+victroad;"Victory Road";288x216@60;V
+viewpoin;"Viewpoint - Viewpoint (USA)";304x224@59;H
+vigilant;"Vigilante - Vigilante - Vigilante (Euro, USA, Bra) - Vigilante (Kor) - Vigilante (World, Rev E)";256x256@55;H
+vigilanta;"Vigilante (World, Rev A)";256x256@55;H
+vigilantb;"Vigilante (US, Rev B)";256x256@55;H
+vigilantbl;"Vigilante (bootleg)";256x256@55;H
+vigilantc;"Vigilante (World, Rev C)";256x256@55;H
+vigilantd;"Vigilante (Japan, Rev D)";256x256@55;H
+vigilantg;"Vigilante (US, Rev G)";256x256@55;H
+vigilanto;"Vigilante (US)";256x256@55;H
+vimana;"Vimana (World, set 1)";320x240@58;V
+vimanaj;"Vimana (Japan)";320x240@58;V
+vimanan;"Vimana (World, set 2)";320x240@58;V
+viofight;"Violence Fight (World)";320x224@60;H
+viofightj;"Violence Fight (Japan)";320x224@60;H
+viofightu;"Violence Fight (US)";320x224@60;H
+viostorm;"Violent Storm (ver EAC)";384x224@60;H
+viostorma;"Violent Storm (ver AAC)";384x224@60;H
+viostormab;"Violent Storm (ver AAB)";384x224@60;H
+viostormeb;"Violent Storm (ver EAB)";384x224@60;H
+viostormj;"Violent Storm (ver JAC)";384x224@60;H
+viostormu;"Violent Storm (ver UAC)";384x224@60;H
+viostormub;"Violent Storm (ver UAB)";384x224@60;H
+vliner;"V-Liner (set 1)";304x224@59;H
+vlinero;"V-Liner (set 2)";304x224@59;H
+vmetal;"Varia Metal";320x224@60;V
+vmetaln;"Varia Metal (New Ways Trading Co.)";320x224@60;V
+volfied;"Volfied - Volfied (Jpn) - Volfied (World, revision 1)";320x240@60;V
+volfiedj;"Volfied (Japan, revision 1)";320x240@60;V
+volfiedjo;"Volfied (Japan)";320x240@60;V
+volfiedu;"Volfied (US, revision 1)";320x240@60;V
+vpool;"Video Pool (bootleg on Moon Cresta hardware)";256x224@60;V
+vsav;"Vampire Savior - the lord of vampire (970519 Euro)";384x224@60;H
+vsav2;"Vampire Savior 2 - the lord of vampire (970913 Japan)";384x224@60;H
+vsav2d;"Vampire Savior 2 - the lord of vampire (970913 Japan P";384x224@60;H
+vsava;"Vampire Savior - the lord of vampire (970519 Asia)";384x224@60;H
+vsavd;"Vampire Savior - the lord of vampire (970519 Euro Phoe";384x224@60;H
+vsavh;"Vampire Savior - the lord of vampire (970519 Hispanic)";384x224@60;H
+vsavj;"Vampire Savior - the lord of vampire (970519 Japan)";384x224@60;H
+vsavu;"Vampire Savior - the lord of vampire (970519 USA)";384x224@60;H
+vsgongf;"VS Gong Fight";256x224@60;V
+vulcan;"Vulcan Venture (New)";320x224@60;H
+vulcana;"Vulcan Venture (Old)";320x224@60;H
+vulcanb;"Vulcan Venture (Oldest)";320x224@60;H
+vulgus;"Vulgus (set 1)";256x224@60;V
+vulgusa;"Vulgus (set 2)";256x224@60;V
+vulgusj;"Vulgus (Japan?)";256x224@60;V
+wakuwak7;"Waku Waku 7";304x224@59;H
+wallc;"Wall Crash (set 1)";256x256@60;H
+wallca;"Wall Crash (set 2)";256x256@60;H
+wanted;"Wanted - Wanted (Euro, USA, Bra)";256x224@60;V
+wardner;"Wardner (USA) - Wardner (World)";320x240@60;H
+wardnerj;"Wardner no Mori (Japan) - Wardner no Mori Special (Jpn)";320x240@60;H
+warofbug;"War of the Bugs or Monsterous Manouvers in a Mushroom";256x224@60;V
+warofbugu;"War of the Bugs or Monsterous Manouvers in a Mushroom";256x224@60;V
+warpwarp;"Warp & Warp - Warp & Warp (Jpn)";272x224@60;V
+warpwarpr;"Warp Warp (Rock-Ola set 1)";272x224@60;V
+warpwarpr2;"Warp Warp (Rock-Ola set 2)";272x224@60;V
+warriorb;"Warrior Blade - Rastan Saga Episode III (Japan)";240x640@60;V
+warzard;"War-Zard / Red Earth (Japan 961121)";384x224@60;H
+warzardr1;"War-Zard / Red Earth (Japan 961023)";384x224@60;H
+watrball;"Water Balls";384x240@60;H
+wb3;"Wonder Boy III - Monster Lair (set 6, World, System 16";320x224@60;H
+wb31;"Wonder Boy III - Monster Lair (set 1, Japan, System 16";320x224@60;H
+wb31d;"Wonder Boy III - Monster Lair (set 1, Japan, System 16";320x224@60;H
+wb32;"Wonder Boy III - Monster Lair (set 2, Japan, System 16";320x224@60;H
+wb32d;"Wonder Boy III - Monster Lair (set 2, Japan, System 16";320x224@60;H
+wb33;"Wonder Boy III - Monster Lair (set 3, World, System 16";320x224@60;H
+wb33d;"Wonder Boy III - Monster Lair (set 3, World, System 16";320x224@60;H
+wb34;"Wonder Boy III - Monster Lair (set 4, Japan, System 16";320x224@60;H
+wb34d;"Wonder Boy III - Monster Lair (set 4, Japan, System 16";320x224@60;H
+wb35;"Wonder Boy III - Monster Lair (set 5, Japan, System 16";320x224@60;H
+wb35d;"Wonder Boy III - Monster Lair (set 5, Japan, System 16";320x224@60;H
+wbdeluxe;"Wonder Boy Deluxe";256x224@60;H
+wbml;"Wonder Boy in Monster Land (Japan New Ver., MC-8123, 3";256x224@60;H
+wbmlb;"Wonder Boy in Monster Land (English bootleg set 1)";256x224@60;H
+wbmljb;"Wonder Boy in Monster Land (Japan not encrypted)";256x224@60;H
+wbmljo;"Wonder Boy in Monster Land (Japan Old Ver., MC-8123, 3";256x224@60;H
+wbmlvc;"Wonder Boy in Monster Land (English, Virtual Console)";256x224@60;H
+wboy;"Wonder Boy (Euro) - Wonder Boy (Euro, USA, Bra, v1) - Wonder Boy (Jpn, v1) - Wonder Boy (set 1, 315-5177)";256x224@60;H
+wboy2;"Wonder Boy (set 2, 315-5178)";256x224@60;H
+wboy2u;"Wonder Boy (set 2, not encrypted)";256x224@60;H
+wboy3;"Wonder Boy (set 3, 315-5135) - Wonder Boy III - Monster Lair (Euro) ~ Monster Lair (J - Wonder Boy III - The Dragon's Trap (Euro, USA, Kor)";256x224@60;H
+wboy4;"Wonder Boy (set 4, 315-5162)";256x224@60;H
+wboy5;"Wonder Boy (set 5, bootleg) - Wonder Boy V - Monster World III (Jpn, Kor)";256x224@60;H
+wboyo;"Wonder Boy (set 1, 315-5135)";256x224@60;H
+wboyu;"Wonder Boy (not encrypted)";256x224@60;H
+wc90;"World Cup '90 (World)";256x224@59;H
+wc90a;"World Cup '90 (Euro set 1)";256x224@59;H
+wc90b;"World Cup '90 (Euro set 2)";256x224@59;H
+wc90b1;"Euro League (Italian hack of Tecmo World Cup '90)";256x224@60;H
+wc90b2;"World Cup '90 (bootleg, set 1)";256x224@60;H
+wc90b3;"World Cup '90 (bootleg, set 2)";256x224@60;H
+wc90b4;"World Cup '90 (bootleg, set 3)";256x224@60;H
+wc90ba;"Euro League (Italian hack of Tecmo World Cup '90 - alt";256x224@60;H
+wc90t;"World Cup '90 (trackball)";256x224@59;H
+welltris;"Welltris - Alexey Pajitnov's (World?, 2 players)";352x240@60;H
+welltrisj;"Welltris - Alexey Pajitnov's (Japan, 2 players)";352x240@60;H
+wh1;"World Heroes (ALM-005)";320x224@59;H
+wh1h;"World Heroes (ALH-005)";320x224@59;H
+wh1ha;"World Heroes (set 3)";320x224@59;H
+wh2;"World Heroes 2 (ALM-006)(ALH-006)";304x224@59;H
+wh2j;"World Heroes 2 Jet (ADM-007)(ADH-007)";304x224@59;H
+wh2ja;"World Heroes 2 Jet (ADM-007)";304x224@59;H
+wheelrun;"Wheels Runner";256x224@60;H
+whizz;"Whizz";384x224@60;H
+whoopee;"Pipi & Bibis / Whoopee!! (Teki Paki hardware)";320x240@60;H
+whp;"World Heroes Perfect";320x224@59;H
+wiggie;"Wiggie Waggie";384x240@60;V
+wildfang;"Wild Fang / Tecmo Knight";256x224@60;H
+willow;"Willow (World)";384x224@60;H
+willowj;"Willow (Japan, Japanese)";384x224@60;H
+willowu;"Willow (USA)";384x224@60;H
+willowuo;"Willow (USA Old Ver.)";384x224@60;H
+wilytowr;"Wily Tower";256x224@60;H
+wingforc;"Wing Force (Japan, prototype)";320x224@60;V
+wintbob;"The Winter Bobble (bootleg)";256x224@58;H
+wiping;"Wiping";288x224@60;V
+wits;"Wit's (Japan)";384x240@60;H
+wiz;"Lizard Wizard - Magical Kid Wiz (Jpn) - Magical Kid Wiz (Tw) - Wiz";256x224@60;V
+wizdfire;"Wizard Fire (Over Sea v2.1)";320x240@58;H
+wizdfireu;"Wizard Fire (US v1.1)";320x240@58;H
+wizt;"Wiz (Taito, set 1)";256x224@60;V
+wizta;"Wiz (Taito, set 2)";256x224@60;V
+wjammers;"Windjammers / Flying Power Disc";304x224@59;H
+wldcourt;"World Court (Japan)";288x224@60;H
+wlstar;"Wonder League Star - Sok-Magicball Fighting (Korea)";320x240@60;H
+wmatch;"Water Match (315-5064)";240x224@60;V
+wndrmomo;"Wonder Momo";288x224@60;H
+wndrplnt;"Wonder Planet (Japan)";256x248@60;V
+wof;"Warriors of Fate (921031 etc)";384x224@60;H
+wof3js;"Sangokushi II: San Jian Sheng (Chinese bootleg set 1,";384x224@60;H
+wof3jsa;"Sangokushi II: San Jian Sheng (Chinese bootleg set 2,";384x224@60;H
+wof3sj;"Sangokushi II: San Sheng Jian (Chinese bootleg set 1,";384x224@60;H
+wof3sja;"Sangokushi II: San Sheng Jian (Chinese bootleg set 2,";384x224@60;H
+wofa;"Sangokushi II (921005 Asia)";384x224@60;H
+wofah;"Sangokushi II (hack set 1, 921005 Asia)";384x224@60;H
+wofaha;"Sangokushi II (hack set 2, 921005 Asia)";384x224@60;H
+wofahb;"Sangokushi II (hack set 3, 921005 Asia)";384x224@60;H
+wofb;"Warriors of Fate (bootleg, 921002 etc)";384x224@60;H
+wofch;"Tenchi wo Kurau II - Sekiheki no Tatakai (CPS Changer,";384x224@60;H
+wofchdx;"Sangokushi III Gaiden: Kakou-On's Revenge DX (hack)";384x224@60;H
+wofh;"Sangokushi II: Sanguo Yingxiong Zhuan (Chinese bootleg";384x224@60;H
+wofha;"Sangokushi II: Sanguo Yingxiong Zhuan (Chinese bootleg";384x224@60;H
+wofhfh;"Sangokushi II: Huo Fenghuang (Chinese bootleg, 921005";384x224@60;H
+wofj;"Tenchi wo Kurau II - Sekiheki no Tatakai (921031 Japan";384x224@60;H
+wofjh;"Tenchi wo Kurau II - Sekiheki no Tatakai (hack, 921031";384x224@60;H
+wofr1;"Warriors of Fate (921002 etc)";384x224@60;H
+wofsj;"Sangokushi II: Sheng Jian Sanguo (Chinese bootleg set";384x224@60;H
+wofsja;"Sangokushi II: Sheng Jian Sanguo (Chinese bootleg set";384x224@60;H
+wofsjb;"Sangokushi II: Sheng Jian Sanguo (Chinese bootleg set";384x224@60;H
+wofsjc;"Sangokushi II: Sheng Jian Sanguo (Chinese bootleg set";384x224@60;H
+wofu;"Warriors of Fate (921031 USA)";384x224@60;H
+wolffang;"Wolf Fang -Kuhga 2001- (Japan)";320x240@58;H
+wonder3;"Wonder 3 (910520 Japan)";384x224@60;H
+wondl96;"Wonder League '96 (Korea)";320x240@60;H
+wondstck;"Wonder Stick (set 1)";320x240@60;H
+wondstcka;"Wonder Stick (set 2, censored)";320x240@60;H
+woodpeca;"Woodpecker (set 2)";288x224@60;V
+woodpeck;"Woodpecker (set 1)";288x224@60;V
+worldwar;"World Wars (World?)";400x224@60;V
+wownfant;"WOW New Fantasia";256x224@60;H
+wrally;"World Rally (Version 1.0, Checksum 0E56)";368x232@60;H
+wrallya;"World Rally (Version 1.0, Checksum 3873)";368x232@60;H
+wrallyat;"World Rally (US, 930217)";368x232@60;H
+wrallyb;"World Rally (Version 1.0, Checksum 8AA2)";368x232@60;H
+wrestwar;"Wrestle War (Euro, Jpn) - Wrestle War (set 3, World, 8751 317-0103)";320x224@60;V
+wrestwar1;"Wrestle War (set 1, Japan, FD1094 317-0090)";320x224@60;V
+wrestwar1d;"Wrestle War (set 1, Japan, FD1094 317-0090 decrypted)";320x224@60;V
+wrestwar2;"Wrestle War (set 2, World, FD1094 317-0102)";320x224@60;V
+wrestwar2d;"Wrestle War (set 2, World, FD1094 317-0102 decrypted)";320x224@60;V
+wrofaero;"War of Aero - Project MEIOU";384x240@60;V
+ws;"Jaws (Spa?) - Jimmy White's Whirlwind Snooker (Euro) - News (set 1) - Super World Stadium (Japan) - World Stadium (Japan)";288x224@60;H
+ws89;"World Stadium '89 (Japan)";288x224@60;H
+ws90;"World Stadium '90 (Japan)";288x224@60;H
+wschamp;"Wing Shooting Championship V2.00";320x240@60;H
+wschampa;"Wing Shooting Championship V1.01";320x240@60;H
+wschampb;"Wing Shooting Championship V1.00";320x240@60;H
+wwallyj;"Wally wo Sagase! (rev B, Japan, FD1094 317-0197B)";320x224@60;H
+wwallyja;"Wally wo Sagase! (rev A, Japan, FD1094 317-0197A)";320x224@60;H
+wwallyjad;"Wally wo Sagase! (rev A, Japan, FD1094 317-0197A decry";320x224@60;H
+wwallyjd;"Wally wo Sagase! (rev B, Japan, FD1094 317-0197B decry";320x224@60;H
+wwfsstar;"WWF Superstars (Europe)";256x240@60;H
+wwfsstarb;"WWF Superstars (bootleg)";256x240@60;H
+wwfsstarj;"WWF Superstars (Japan)";256x240@60;H
+wwfsstaru;"WWF Superstars (US, newer)";256x240@60;H
+wwfsstarua;"WWF Superstars (US)";256x240@60;H
+wwfwfest;"WWF WrestleFest (World)";320x240@60;H
+wwfwfestb;"WWF WrestleFest (US bootleg)";320x240@60;H
+wwfwfestj;"WWF WrestleFest (Japan)";320x240@60;H
+wwfwfestk;"WWF WrestleFest (Korea)";320x240@60;H
+wwfwfestu;"WWF WrestleFest (US)";320x240@60;H
+wwjgtin;"Wai Wai Jockey Gate-In!";256x224@60;H
+wyvernf0;"Wyvern F-0";256x224@60;V
+xexex;"Xexex (ver EAA)";384x256@54;H
+xexexa;"Xexex (ver AAA)";384x256@54;H
+xexexj;"Xexex (ver JAA)";384x256@54;H
+xmcota;"X-Men - children of the atom (950331 Euro)";384x224@60;H
+xmcotaa;"X-Men - children of the atom (950105 Asia)";384x224@60;H
+xmcotaar1;"X-Men - children of the atom (941217 Asia)";384x224@60;H
+xmcotah;"X-Men - children of the atom (950331 Hispanic)";384x224@60;H
+xmcotahr1;"X-Men - children of the atom (950105 Hispanic)";384x224@60;H
+xmcotaj;"X-Men - children of the atom (950105 Japan)";384x224@60;H
+xmcotaj1;"X-Men - children of the atom (941222 Japan)";384x224@60;H
+xmcotaj2;"X-Men - children of the atom (941219 Japan)";384x224@60;H
+xmcotaj3;"X-Men - children of the atom (941217 Japan)";384x224@60;H
+xmcotajr;"X-Men - children of the atom (941208 Japan, rent versi";384x224@60;H
+xmcotar1;"X-Men - children of the atom (950105 Euro)";384x224@60;H
+xmcotar1d;"X-Men - children of the atom (950105 Euro Phoenix Edit";384x224@60;H
+xmcotau;"X-Men - children of the atom (950105 USA)";384x224@60;H
+xmen;"Spider-Man and the X-Men in Arcade's Revenge (USA) - Spider-Man and X-Men - Arcade's Revenge (Euro, USA) - X-Men (4 Players ver UBB) - X-Men (Euro) - X-Men (USA)";288x224@60;H
+xmen2pa;"X-Men (2 Players ver AAA)";288x224@60;H
+xmen2pe;"X-Men (2 Players ver EAA)";288x224@60;H
+xmen2pj;"X-Men (2 Players ver JAA)";288x224@60;H
+xmen2pu;"X-Men (2 Players ver UAB)";288x224@60;H
+xmena;"X-Men (4 Players ver AEA)";288x224@60;H
+xmenaa;"X-Men (4 Players ver ADA)";288x224@60;H
+xmene;"X-Men (4 Players ver EBA)";288x224@60;H
+xmenj;"X-Men (4 Players ver JBA)";288x224@60;H
+xmultipl;"X Multiply (World, M81)";384x256@55;H
+xmultiplm72;"X Multiply (Japan, M72)";384x256@55;H
+xmvsf;"X-Men vs Street Fighter (961004 Euro)";384x224@60;H
+xmvsfa;"X-Men vs Street Fighter (961023 Asia)";384x224@60;H
+xmvsfar1;"X-Men vs Street Fighter (961004 Asia)";384x224@60;H
+xmvsfar2;"X-Men vs Street Fighter (960919 Asia)";384x224@60;H
+xmvsfar3;"X-Men vs Street Fighter (960910 Asia)";384x224@60;H
+xmvsfb;"X-Men vs Street Fighter (961023 Brazil)";384x224@60;H
+xmvsfh;"X-Men vs Street Fighter (961004 Hispanic)";384x224@60;H
+xmvsfj;"X-Men vs Street Fighter (961023 Japan)";384x224@60;H
+xmvsfjr1;"X-Men vs Street Fighter (961004 Japan)";384x224@60;H
+xmvsfjr2;"X-Men vs Street Fighter (960910 Japan)";384x224@60;H
+xmvsfjr3;"X-Men vs Street Fighter (960909 Japan)";384x224@60;H
+xmvsfr1;"X-Men vs Street Fighter (960910 Euro)";384x224@60;H
+xmvsfu;"X-Men vs Street Fighter (961023 USA)";384x224@60;H
+xmvsfu1d;"X-Men vs Street Fighter (961004 USA Phoenix Edition)";384x224@60;H
+xmvsfur1;"X-Men vs Street Fighter (961004 USA)";384x224@60;H
+xmvsfur2;"X-Men vs Street Fighter (960910 USA)";384x224@60;H
+xorworld;"Xor World (prototype)";256x224@60;H
+xsleena;"Xain'd Sleena (World)";256x240@60;H
+xsleenaj;"Xain'd Sleena (Japan)";256x240@60;H
+xxmissio;"XX Mission";512x192@60;V
+yamagchi;"Go Go Mr. Yamaguchi / Yuke Yuke Yamaguchi-kun";256x224@60;V
+yamato;"Yamato (Euro, Jpn) - Yamato (US)";256x224@60;V
+yamato2;"Yamato (World?)";256x224@60;V
+yanchamr;"Kaiketsu Yanchamaru (Japan)";384x256@60;H
+yankeedo;"Yankee DO!";240x192@60;V
+yesnoj;"Yes/No Sinri Tokimeki Chart";320x224@60;H
+yiear;"Yie Ar Kung-Fu (Jpn) - Yie Ar Kung-Fu (program code I) - Yie Ar Kung-Fu (Tw)";256x224@60;H
+yiear2;"Yie Ar Kung-Fu (program code G) - Yie Ar Kung-Fu II - The Emperor Yie-Gah (Jpn)";256x224@60;H
+yieartf;"Yie Ar Kung-Fu (GX361 conversion)";256x224@60;H
+youjyudn;"Youjyuden (Japan)";256x256@60;V
+youkaidk1;"Yokai Douchuuki (Japan, old version (YD1))";288x224@60;H
+youkaidk2;"Yokai Douchuuki (Japan, new version (YD2, Rev B))";288x224@60;H
+youma;"Youma Ninpou Chou (Japan)";256x224@60;V
+youma2;"Youma Ninpou Chou (Japan, alt)";256x224@60;V
+yukiwo;"Yukiwo (World, prototype)";320x224@60;V
+yuyugogo;"Yuuyu no Quiz de GO!GO! (Japan)";320x224@60;H
+zaviga;"Zaviga";256x240@60;V
+zavigaj;"Zaviga (Japan)";256x240@60;V
+zaxxon;"Super Zaxxon - Zaxxon - Zaxxon (Jpn) - Zaxxon (Jpn) - Zaxxon (set 1, rev D)";256x224@60;V
+zaxxon2;"Zaxxon (set 2, unknown rev)";256x224@60;V
+zaxxon3;"Zaxxon (set 3, unknown rev)";256x224@60;V
+zaxxonb;"Jackson";256x224@60;V
+zaxxonj;"Zaxxon (Japan)";256x224@60;V
+zedblade;"Zed Blade / Operation Ragnarok";304x224@59;H
+zeropnt;"Zero Point (set 1)";384x224@60;H
+zeropnt2;"Zero Point 2";384x224@60;H
+zeropnta;"Zero Point (set 2)";384x224@60;H
+zeropntj;"Zero Point (Japan)";384x224@60;H
+zeroteam;"New Zero Team (V33 SYSTEM TYPE_B hardware) - Zero Team USA (set 1, US, Fabtek license)";320x256@55;H
+zeroteama;"New Zero Team (V33 SYSTEM TYPE_B hardware, China?) - Zero Team (set 2, Japan? (earlier?))";320x256@55;H
+zeroteamb;"Zero Team (set 3, Japan? (later batteryless))";320x256@55;H
+zeroteamc;"Zero Team (set 4, Taiwan, Liang Hwa license)";320x256@55;H
+zeroteamd;"Zero Team (set 5, Korea, Dream Soft license)";320x256@55;H
+zeroteams;"Zero Team Selection";320x256@55;H
+zeroteamsr;"Zero Team Suicide Revival Kit";320x256@55;H
+zerotime;"Zero Time";256x224@60;V
+zerotimed;"Zero Time (Datamat)";256x224@60;V
+zerotm2k;"Zero Team 2000";320x256@55;H
+zerowing;"Zero Wing (2P set) - Zero Wing (Euro)";320x240@60;H
+zerowing1;"Zero Wing (1P set)";320x240@60;H
+zerowingw;"Zero Wing (2P set, Williams Electronics)";320x240@60;H
+zerozone;"Zero Zone";368x224@60;H
+zigzagb;"Zig Zag (Galaxian hardware, set 1)";256x224@60;V
+zigzagb2;"Zig Zag (Galaxian hardware, set 2)";256x224@60;V
+zin;"Zing Zing Zip";384x240@60;V
+zintrckb;"Zintrick / Oshidashi Zentrix (hack / bootleg)";304x224@59;H
+zintrkcd;"Zintrick / Oshidashi Zentrix (Neo CD conversion)";304x224@59;H
+zipzap;"Zip & Zap";256x224@60;V
+zoar;"Zoar";256x240@60;V
+zodiack;"Zodiack";256x224@60;V
+zombraid;"Zombie Raid (9/28/95, US)";384x240@60;H
+zombraidp;"Zombie Raid (9/28/95, US, prototype PCB)";384x240@60;H
+zombraidpj;"Zombie Raid (9/28/95, Japan, prototype PCB)";384x240@60;H
+zupapa;"Zupapa!";304x224@59;H
+zzyzzyxx;"Zzyzzyxx (set 1)";256x224@60;V
+zzyzzyxx2;"Zzyzzyxx (set 2)";256x224@60;V
diff --git a/opt/retropie/configs/all/autostart.sh b/opt/retropie/configs/all/autostart.sh
new file mode 100755
index 0000000..b7e6f1c
--- /dev/null
+++ b/opt/retropie/configs/all/autostart.sh
@@ -0,0 +1,79 @@
+#!/bin/bash
+
+# script for preparing RetroPieRGB config script
+
+
+
+rgb_config=/home/pi/rgb_config.sh
+rgb_default_config=/home/pi/rgb_default_config.sh
+config=/boot/config.txt
+log=/home/pi/log.txt
+
+rm $log > /dev/null
+# read config.txt and put all config parameters for RetroPieRGB Parameters to
+# rgb_config
+
+
+function pikeyd165_start ()
+{
+ sudo chmod a+rwx /dev/uinput
+ pikeyd165_stop
+ sudo -s pikeyd165 -smi -ndb -d &> /dev/null
+}
+
+function pikeyd165_stop ()
+{
+
+ sudo chmod a+rwx /dev/uinput
+
+ sudo -s pikeyd165 -k &> /dev/null
+ #killall pikeyd165
+}
+
+
+
+function get_params()
+{
+
+ while IFS== read -r param default_value; do
+
+ result=$(grep $param $config)
+
+ if [ -z "$result" ] ; then
+ echo "$param=$default_value" | sudo tee -a $config
+ else
+ # var exists in config.txt
+ echo "variable in config.txt exists" >> $log
+ echo "sync calue in rgb_config" >> $log
+
+ echo $result >> $log
+ value=$(echo $result|cut -d"=" -f2)
+ echo $value >> $log
+ sed -i "s/^$param.*/$param=$value/" $rgb_config
+
+ fi
+
+ done < $rgb_default_config
+}
+
+
+# WIEGAND: Try to remove this part
+# rm $rgb_config
+# cp $rgb_default_config $rgb_config
+
+get_params
+
+chmod +x $rgb_config
+. $rgb_config
+
+
+if [ "$pi2jamma" == "1" ]; then
+ echo "pi2jamma activated" >> $log
+ pikeyd165_start
+else
+ echo "pi2jamma deactivated" >> $log
+ pikeyd165_stop
+fi
+
+
+emulationstation --screenrotate $es_rotate
diff --git a/.project b/.project
new file mode 100644
index 0000000..2b159f2
--- /dev/null
+++ b/.project
@@ -0,0 +1,11 @@
+
+
+ RetroPieRGB
+
+
+
+
+
+
+
+
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..6dc7da9
--- /dev/null
+++ b/README.md
@@ -0,0 +1,26 @@
+RetroPieRGB
+===========
+
+This project contains scripts for enabling 15Khz RGB for your retro gaming setup with retropie.
+
+It needs the hardware addon pi2scart or pi2jamma to output the proper image on a CRT screen.
+
+Please goto http://www.arcadeforge.de and get this awesome gadget.
+
+
+Installation
+============
+
+Download latest retropie and install it as described on retropie wiki.
+Connect Keyboard.
+Activate wiki.
+In emulationstation press F4 to get cmd shell
+
+Type
+
+git clone https://github.com/arcadeforge/RetroPieRGB
+
+cd RetroPieRGB
+
+sudo ./setup.sh
+
diff --git a/boot/config.txt b/boot/config.txt
new file mode 100755
index 0000000..1860f84
--- /dev/null
+++ b/boot/config.txt
@@ -0,0 +1,73 @@
+# For more options and information see
+# http://rpf.io/configtxt
+# Some settings may impact device functionality. See link above for details
+
+# uncomment if you get no picture on HDMI for a default "safe" mode
+#hdmi_safe=1
+
+# uncomment this if your display has a black border of unused pixels visible
+# and your display can output without overscan
+#disable_overscan=1
+
+# uncomment the following to adjust overscan. Use positive numbers if console
+# goes off screen, and negative if there is too much border
+#overscan_left=16
+#overscan_right=16
+#overscan_top=16
+#overscan_bottom=16
+
+# uncomment to force a console size. By default it will be display's size minus
+# overscan.
+#framebuffer_width=1280
+#framebuffer_height=720
+
+# uncomment if hdmi display is not detected and composite is being output
+#hdmi_force_hotplug=1
+
+# uncomment to force a specific HDMI mode (this will force VGA)
+#hdmi_group=1
+#hdmi_mode=1
+
+# uncomment to force a HDMI mode rather than DVI. This can make audio work in
+# DMT (computer monitor) modes
+#hdmi_drive=2
+
+# uncomment to increase signal to HDMI, if you have interference, blanking, or
+# no display
+#config_hdmi_boost=4
+
+# uncomment for composite PAL
+#sdtv_mode=2
+
+#uncomment to overclock the arm. 700 MHz is the default.
+#arm_freq=800
+
+# Uncomment some or all of these to enable the optional hardware interfaces
+#dtparam=i2c_arm=on
+#dtparam=i2s=on
+#dtparam=spi=on
+
+# Uncomment this to enable the lirc-rpi module
+#dtoverlay=lirc-rpi
+
+disable_splash=1
+disable_audio_dither=1
+
+# Settings for pi2scart and pi2jamma
+
+dtoverlay=vga666
+enable_dpi_lcd=1
+display_default_lcd=1
+dpi_group=2
+dpi_mode=87
+
+hdmi_timings=320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+# Additional overlays and parameters are documented /boot/overlays/README
+
+# Enable audio (loads snd_bcm2835)
+dtparam=audio=on
+gpu_mem_256=128
+gpu_mem_512=256
+gpu_mem_1024=256
+overscan_scale=1
diff --git a/boot/config_highres.txt b/boot/config_highres.txt
new file mode 100644
index 0000000..933ae16
--- /dev/null
+++ b/boot/config_highres.txt
@@ -0,0 +1,103 @@
+# For more options and information see
+# http://rpf.io/configtxtreadme
+# Some settings may impact device functionality. See link above for details
+
+# uncomment if you get no picture on HDMI for a default "safe" mode
+#hdmi_safe=1
+disable_splash=1
+
+# uncomment this if your display has a black border of unused pixels visible
+# and your display can output without overscan
+#disable_overscan=1
+
+# uncomment the following to adjust overscan. Use positive numbers if console
+# goes off screen, and negative if there is too much border
+#overscan_left=16
+#overscan_right=16
+#overscan_top=16
+#overscan_bottom=16
+
+# uncomment to force a console size. By default it will be display's size minus
+# overscan.
+#framebuffer_width=1280
+#framebuffer_height=720
+#resolution for 24inch half size 1920 x 1200
+#framebuffer_width=960
+#framebuffer_height=600
+
+# uncomment if hdmi display is not detected and composite is being output
+#hdmi_force_hotplug=1
+
+# uncomment to force a specific HDMI mode (this will force VGA)
+#hdmi_group=1
+#hdmi_mode=1
+
+# uncomment to force a HDMI mode rather than DVI. This can make audio work in
+# DMT (computer monitor) modes
+#hdmi_drive=2
+
+# uncomment to increase signal to HDMI, if you have interference, blanking, or
+# no display
+#config_hdmi_boost=4
+
+# uncomment for composite PAL
+#sdtv_mode=2
+
+#uncomment to overclock the arm. 700 MHz is the default.
+arm_freq=800
+
+# Uncomment some or all of these to enable the optional hardware interfaces
+#dtparam=i2c_arm=on
+#dtparam=i2s=on
+#dtparam=spi=on
+
+# Uncomment this to enable the lirc-rpi module
+#dtoverlay=lirc-rpi
+
+# Additional overlays and parameters are documented /boot/overlays/README
+
+# Enable audio (loads snd_bcm2835)
+dtparam=audio=on
+#gpu_mem=512
+
+
+disable_audio_dither=1
+#audio_pwm_mode=2
+
+## Aufloesung fest einstellen ##
+################################
+##hdmi auch ohne Monitor im Betrieb
+hdmi_force_hotplug=1
+# DMT Modus aktivieren
+hdmi_group=2
+## Aufloesungen alle 60hz
+# 1024x768
+#hdmi_mode=16
+# 1280x768
+#hdmi_mode=23
+# 1366x768
+#hdmi_mode=81
+# 1920x1080
+#hdmi_mode=82
+# 1280x720p
+#hdmi_mode=85
+# 640x480
+hdmi_mode=4
+# 800x600
+#hdmi_mode=9
+# check with tvservice -s for available resolution of our monitor
+
+# oc settings
+gpu_mem=256
+#gpu_mem_256=128
+#gpu_mem_512=256
+#gpu_mem_1024=256
+#arm_freq=1450
+#gpu_freq=500
+#sdram_freq=550
+#over_voltage=8
+#force_turbo=1
+
+
+
+
diff --git a/boot/config_lowres.txt b/boot/config_lowres.txt
new file mode 100644
index 0000000..c993dcc
--- /dev/null
+++ b/boot/config_lowres.txt
@@ -0,0 +1,47 @@
+# See /boot/overlays/README for all available options
+
+disable_splash=1
+disable_audio_dither=1
+#audio_pwm_mode=2
+dtparam=audio=on
+dtoverlay=vga666
+enable_dpi_lcd=1
+display_default_lcd=1
+dpi_group=2
+dpi_mode=87
+#hdmi_timings=320 1 19 43 36 256 1 2 3 22 0 0 0 60 0 6400000 1 #256p
+
+# to move picture left and right on screen subtract and add values from
+# 3rd and 5th value
+# 16+x and 34-x moves x pixel left or right
+#
+#hdmi_timings=320 1 19 43 36 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+# no overscan but blurry
+#hdmi_timings=320 1 19 43 36 224 1 11 14 15 0 0 0 60 0 6400000 1
+
+hdmi_timings=320 1 19 43 36 240 1 2 6 14 0 0 0 60 0 6400000 1
+
+#hdmi_timings=320 1 19 43 36 240 1 2 10 10 0 0 0 60 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 3 6 17 0 0 0 59 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 5 6 20 0 0 0 58 0 6400000 1
+
+# old hdmi_timings from 2.5.2
+#hdmi_timings=320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+
+
+#framebuffer_width=320
+#framebuffer_height=240
+
+# oc settings
+gpu_mem=256
+#gpu_mem_256=128
+#gpu_mem_512=256
+#gpu_mem_1024=256
+#arm_freq=1450
+#gpu_freq=500
+#sdram_freq=550
+#over_voltage=8
+#force_turbo=1
+
diff --git a/config.txt b/config.txt
new file mode 100755
index 0000000..aedd54a
--- /dev/null
+++ b/config.txt
@@ -0,0 +1,50 @@
+# See /boot/overlays/README for all available options
+
+disable_splash=1
+disable_audio_dither=1
+#audio_pwm_mode=2
+dtparam=audio=on
+dtoverlay=vga666
+enable_dpi_lcd=1
+display_default_lcd=1
+dpi_group=2
+dpi_mode=87
+#hdmi_timings=320 1 19 43 36 256 1 2 3 22 0 0 0 60 0 6400000 1 #256p
+
+# to move picture left and right on screen subtract and add values from
+# 3rd and 5th value
+# 16+x and 34-x moves x pixel left or right
+#
+#hdmi_timings=320 1 19 43 36 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+# no overscan but blurry
+#hdmi_timings=320 1 19 43 36 224 1 11 14 15 0 0 0 60 0 6400000 1
+
+hdmi_timings=320 1 19 43 36 240 1 2 6 14 0 0 0 60 0 6400000 1
+
+#hdmi_timings=320 1 19 43 36 240 1 2 10 10 0 0 0 60 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 3 6 17 0 0 0 59 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 5 6 20 0 0 0 58 0 6400000 1
+
+# old hdmi_timings from 2.5.2
+#hdmi_timings=320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+
+
+#framebuffer_width=320
+#framebuffer_height=240
+
+# oc settings
+gpu_mem=256
+#gpu_mem_256=128
+#gpu_mem_512=256
+#gpu_mem_1024=256
+#arm_freq=1450
+#gpu_freq=500
+#sdram_freq=550
+#over_voltage=8
+#force_turbo=1
+
+es_rotate=1
+pi2jamma=0
+mme4crt_shift=30
diff --git a/etc/emulationstation/themes.sh b/etc/emulationstation/themes.sh
new file mode 100755
index 0000000..ea2d7b6
--- /dev/null
+++ b/etc/emulationstation/themes.sh
@@ -0,0 +1,190 @@
+local themes=(
+ 'arcadeforge push-a'
+ 'arcadeforge push-a-v'
+ 'arcadeforge pixel-heaven'
+ 'arcadeforge pixel-heaven-text'
+ 'arcadeforge 240p_Bubblegum'
+ 'arcadeforge 240p-honey'
+ 'RetroPie carbon'
+ 'RetroPie carbon-centered'
+ 'RetroPie carbon-nometa'
+ 'RetroPie simple'
+ 'RetroPie simple-dark'
+ 'RetroPie clean-look'
+ 'RetroPie color-pi'
+ 'RetroPie nbba'
+ 'RetroPie simplified-static-canela'
+ 'RetroPie turtle-pi'
+ 'RetroPie zoid'
+ 'ehettervik pixel'
+ 'ehettervik pixel-metadata'
+ 'ehettervik pixel-tft'
+ 'ehettervik luminous'
+ 'ehettervik minilumi'
+ 'ehettervik workbench'
+ 'AmadhiX eudora'
+ 'AmadhiX eudora-bigshot'
+ 'AmadhiX eudora-concise'
+ 'InsecureSpike retroplay-clean-canela'
+ 'InsecureSpike retroplay-clean-detail-canela'
+ 'Omnija simpler-turtlepi'
+ 'Omnija simpler-turtlemini'
+ 'Omnija metro'
+ 'lilbud material'
+ 'mattrixk io'
+ 'mattrixk metapixel'
+ 'mattrixk spare'
+ 'robertybob space'
+ 'robertybob simplebigart'
+ 'robertybob tv'
+ 'HerbFargus tronkyfran'
+ 'lilbud flat'
+ 'lilbud flat-dark'
+ 'lilbud minimal'
+ 'lilbud switch'
+ 'lilbud angular'
+ 'FlyingTomahawk futura-V'
+ 'FlyingTomahawk futura-dark-V'
+ 'G-rila fundamental'
+ 'ruckage nes-mini'
+ 'ruckage famicom-mini'
+ 'ruckage snes-mini'
+ 'anthonycaccese crt'
+ 'anthonycaccese crt-centered'
+ 'anthonycaccese art-book'
+ 'anthonycaccese art-book-4-3'
+ 'anthonycaccese art-book-pocket'
+ 'anthonycaccese art-book-micro'
+ 'anthonycaccese tft'
+ 'anthonycaccese picade'
+ 'TMNTturtleguy ComicBook'
+ 'TMNTturtleguy ComicBook_4-3'
+ 'TMNTturtleguy ComicBook_SE-Wheelart'
+ 'TMNTturtleguy ComicBook_4-3_SE-Wheelart'
+ 'ChoccyHobNob cygnus'
+ 'dmmarti steampunk'
+ 'dmmarti hurstyblue'
+ 'dmmarti maximuspie'
+ 'dmmarti showcase'
+ 'dmmarti kidz'
+ 'dmmarti unified'
+ 'dmmarti gamehat'
+ 'rxbrad freeplay'
+ 'rxbrad gbz35'
+ 'rxbrad gbz35-dark'
+ 'garaine marioblue'
+ 'garaine bigwood'
+ 'MrTomixf Royal_Primicia'
+ 'lostless playstation'
+ 'mrharias superdisplay'
+ 'coinjunkie synthwave'
+ 'nickearl retrowave'
+ 'nickearl retrowave_4_3'
+ 'pacdude minijawn'
+ 'RetroHursty69 magazinemadness'
+ 'RetroHursty69 stirling'
+ 'RetroHursty69 boxalloyred'
+ 'RetroHursty69 boxalloyblue'
+ 'RetroHursty69 greenilicious'
+ 'RetroHursty69 retroroid'
+ 'RetroHursty69 merryxmas'
+ 'RetroHursty69 cardcrazy'
+ 'RetroHursty69 license2game'
+ 'RetroHursty69 comiccrazy'
+ 'RetroHursty69 snazzy'
+ 'RetroHursty69 tributeGoT'
+ 'RetroHursty69 tributeSTrek'
+ 'RetroHursty69 tributeSWars'
+ 'RetroHursty69 crisp'
+ 'RetroHursty69 crisp_light'
+ 'RetroHursty69 primo'
+ 'RetroHursty69 primo_light'
+ 'RetroHursty69 back2basics'
+ 'RetroHursty69 retrogamenews'
+ 'RetroHursty69 bluray'
+ 'RetroHursty69 soda'
+ 'RetroHursty69 lightswitch'
+ 'RetroHursty69 darkswitch'
+ 'RetroHursty69 whiteslide'
+ 'RetroHursty69 graffiti'
+ 'RetroHursty69 whitewood'
+ 'RetroHursty69 sublime'
+ 'RetroHursty69 infinity'
+ 'RetroHursty69 neogeo_only'
+ 'RetroHursty69 boxcity'
+ 'RetroHursty69 vertical_arcade'
+ 'RetroHursty69 cabsnazzy'
+ 'RetroHursty69 garfieldism'
+ 'RetroHursty69 halloweenspecial'
+ 'RetroHursty69 heychromey'
+ 'RetroHursty69 homerism'
+ 'RetroHursty69 spaceinvaders'
+ 'RetroHursty69 disenchantment'
+ 'RetroHursty69 minions'
+ 'RetroHursty69 tmnt'
+ 'RetroHursty69 pacman'
+ 'RetroHursty69 dragonballz'
+ 'RetroHursty69 minecraft'
+ 'RetroHursty69 incredibles'
+ 'RetroHursty69 mario_melee'
+ 'RetroHursty69 evilresident'
+ 'RetroHursty69 hurstyspin'
+ 'RetroHursty69 cyber'
+ 'RetroHursty69 supersweet'
+ 'RetroHursty69 donkeykonkey'
+ 'RetroHursty69 snapback'
+ 'RetroHursty69 heman'
+ 'RetroHursty69 pitube'
+ 'RetroHursty69 batmanburton'
+ 'RetroHursty69 NegativeColor'
+ 'RetroHursty69 NegativeSepia'
+ 'RetroHursty69 corg'
+ 'RetroHursty69 mysticorb'
+ 'RetroHursty69 joysticks'
+ 'RetroHursty69 orbpilot'
+ 'RetroHursty69 bitfit'
+ 'RetroHursty69 circuit'
+ 'RetroHursty69 retroboy'
+ 'RetroHursty69 retroboy2'
+ 'RetroHursty69 hurstybluetake2'
+ 'RetroHursty69 fabuloso'
+ 'RetroHursty69 arcade1up_aspectratio54'
+ 'RetroHursty69 supersweet_aspectratio54'
+ 'RetroHursty69 heychromey_aspectratio54'
+ 'RetroHursty69 mariobrosiii'
+ 'RetroHursty69 vertical_limit_verticaltheme'
+ 'RetroHursty69 CapcomColorHorizontal'
+ 'RetroHursty69 CapcomColorSpin'
+ 'RetroHursty69 CapcomColorVertical'
+ 'RetroHursty69 bluesteel'
+ 'RetroHursty69 blueprism'
+ 'RetroHursty69 bluesmooth'
+ 'RetroHursty69 floyd'
+ 'RetroHursty69 floyd_arcade'
+ 'RetroHursty69 floyd_room'
+ 'RetroHursty69 Slick_Bluey'
+ 'RetroHursty69 Slick_Red'
+ 'RetroHursty69 ghostbusters'
+ 'RetroHursty69 realghostbusters'
+ 'RetroHursty69 stirlingness'
+ 'RetroHursty69 marco'
+ 'RetroHursty69 swatch'
+ 'RetroHursty69 meshy'
+ 'RetroHursty69 magazinemadness2'
+ 'RetroHursty69 CosmicRise'
+ 'RetroHursty69 uniflyered'
+ 'Saracade scv720'
+ 'chicueloarcade Chicuelo'
+ 'SuperMagicom nostalgic'
+ 'lipebello retrorama'
+ 'lipebello strangerstuff'
+ 'lipebello spaceoddity'
+ 'lipebello swineapple'
+ 'waweedman pii-wii'
+ 'waweedman Blade-360'
+ 'waweedman Venom'
+ 'waweedman Spider-Man'
+ 'blowfinger77 locomotion'
+ 'justincaseurskynet Arcade1up-5x4-Horizontal'
+ 'KALEL1981 Super-Retroboy'
+ )
diff --git a/etc/pikeyd165.conf b/etc/pikeyd165.conf
new file mode 100644
index 0000000..66d4c6f
--- /dev/null
+++ b/etc/pikeyd165.conf
@@ -0,0 +1,93 @@
+#pikeyd165.conf
+
+#format:
+# {keycode from /usr/include/linux/input.h} {GPIO pin no}
+# Not limited to a single key. A GPIO press will emit all defined keys in order.
+#P = Player; B = Button
+
+# P1B3 L
+KEY_SPACE 0
+# P1B4 B
+KEY_LEFTSHIFT 1
+# P1B5 A
+KEY_Z 2
+# P1B6 R
+KEY_X 3
+# P2B5
+KEY_I 4
+# P2B6
+KEY_K 5
+# P2B4
+KEY_W 6
+# P2B3
+KEY_Q 7
+# P1Left
+KEY_LEFT 8
+# P1Right
+KEY_RIGHT 9
+# P1B1 Y
+#KEY_LEFTCTRL 10
+KEY_ENTER 10
+# P1B2 X
+#KEY_LEFTALT 11
+KEY_BACKSPACE 11
+# P2B2
+KEY_S 12
+# P2B1
+KEY_A 13
+# P2Right
+KEY_G 14
+# P2Left
+KEY_D 15
+# P1Coin
+KEY_5 16
+# P1Start
+KEY_1 17
+# P1Up
+KEY_UP 18
+# P1Down
+KEY_DOWN 19
+# P2Down
+KEY_F 20
+# P2Up
+KEY_R 21
+# P2Start
+KEY_2 22
+# P2Coin
+KEY_6 23
+
+
+#special keys! bits pressed simultaniousley result in specified Key
+#maximum bits == 4
+
+# Service Menu retroarch
+# p1b2 p1start
+KEY_F1 17 11
+
+# Service Menu AdvMame, Mame4all
+# p2start p1b2 p1start
+#KEY_F2 22 11 17
+
+# Settings Mame4all
+# p2start p1b3 p1start
+#KEY_TAB 22 0 17
+
+# Quit Emulator / Game
+# p1start p1b1
+KEY_ESC 10 17
+
+# Coin Player 2
+# p1up p2start
+KEY_6 18 22
+# p2up p2start
+KEY_6 21 22
+
+# Coin Player 1
+# p1up p1start
+KEY_5 18 17
+
+# Menu C64, filter advmame
+# p2start p1b4 p1start
+#KEY_F12 22 1 17
+
+
diff --git a/home/pi/RetroPie-Setup/scriptmodules/supplementary/esthemes.sh b/home/pi/RetroPie-Setup/scriptmodules/supplementary/esthemes.sh
new file mode 100644
index 0000000..c065848
--- /dev/null
+++ b/home/pi/RetroPie-Setup/scriptmodules/supplementary/esthemes.sh
@@ -0,0 +1,337 @@
+#!/usr/bin/env bash
+
+# This file is part of The RetroPie Project
+#
+# The RetroPie Project is the legal property of its developers, whose names are
+# too numerous to list here. Please refer to the COPYRIGHT.md file distributed with this source.
+#
+# See the LICENSE.md file at the top-level directory of this distribution and
+# at https://raw.githubusercontent.com/RetroPie/RetroPie-Setup/master/LICENSE.md
+#
+
+rp_module_id="esthemes"
+rp_module_desc="Install themes for Emulation Station"
+rp_module_section="config"
+
+function depends_esthemes() {
+ if isPlatform "x11"; then
+ getDepends feh
+ else
+ getDepends fbi
+ fi
+}
+
+function install_theme_esthemes() {
+ local theme="$1"
+ local repo="$2"
+ if [[ -z "$repo" ]]; then
+ repo="RetroPie"
+ fi
+ if [[ -z "$theme" ]]; then
+ theme="carbon"
+ repo="RetroPie"
+ fi
+ mkdir -p "/etc/emulationstation/themes"
+ gitPullOrClone "/etc/emulationstation/themes/$theme" "https://github.com/$repo/es-theme-$theme.git"
+}
+
+function uninstall_theme_esthemes() {
+ local theme="$1"
+ if [[ -d "/etc/emulationstation/themes/$theme" ]]; then
+ rm -rf "/etc/emulationstation/themes/$theme"
+ fi
+}
+
+function gui_esthemes() {
+
+# . /etc/emulationstation/themes.sh
+
+local themes=(
+ 'arcadeforge push-a'
+ 'arcadeforge push-a-v'
+ 'arcadeforge pixel-heaven'
+ 'arcadeforge pixel-heaven-text'
+ 'arcadeforge 240p_Bubblegum'
+ 'arcadeforge 240p-honey'
+ 'xovox RetroCRT-240p'
+ 'xovox RetroCRT-240p-Vertical'
+ 'RetroPie carbon'
+ 'RetroPie carbon-centered'
+ 'RetroPie carbon-nometa'
+ 'RetroPie simple'
+ 'RetroPie simple-dark'
+ 'RetroPie clean-look'
+ 'RetroPie color-pi'
+ 'RetroPie nbba'
+ 'RetroPie simplified-static-canela'
+ 'RetroPie turtle-pi'
+ 'RetroPie zoid'
+ 'ehettervik pixel'
+ 'ehettervik pixel-metadata'
+ 'ehettervik pixel-tft'
+ 'ehettervik luminous'
+ 'ehettervik minilumi'
+ 'ehettervik workbench'
+ 'AmadhiX eudora'
+ 'AmadhiX eudora-bigshot'
+ 'AmadhiX eudora-concise'
+ 'InsecureSpike retroplay-clean-canela'
+ 'InsecureSpike retroplay-clean-detail-canela'
+ 'Omnija simpler-turtlepi'
+ 'Omnija simpler-turtlemini'
+ 'Omnija metro'
+ 'lilbud material'
+ 'mattrixk io'
+ 'mattrixk metapixel'
+ 'mattrixk spare'
+ 'robertybob space'
+ 'robertybob simplebigart'
+ 'robertybob tv'
+ 'HerbFargus tronkyfran'
+ 'lilbud flat'
+ 'lilbud flat-dark'
+ 'lilbud minimal'
+ 'lilbud switch'
+ 'lilbud angular'
+ 'FlyingTomahawk futura-V'
+ 'FlyingTomahawk futura-dark-V'
+ 'G-rila fundamental'
+ 'ruckage nes-mini'
+ 'ruckage famicom-mini'
+ 'ruckage snes-mini'
+ 'anthonycaccese crt'
+ 'anthonycaccese crt-centered'
+ 'anthonycaccese art-book'
+ 'anthonycaccese art-book-4-3'
+ 'anthonycaccese art-book-pocket'
+ 'anthonycaccese art-book-micro'
+ 'anthonycaccese tft'
+ 'anthonycaccese picade'
+ 'TMNTturtleguy ComicBook'
+ 'TMNTturtleguy ComicBook_4-3'
+ 'TMNTturtleguy ComicBook_SE-Wheelart'
+ 'TMNTturtleguy ComicBook_4-3_SE-Wheelart'
+ 'ChoccyHobNob cygnus'
+ 'dmmarti steampunk'
+ 'dmmarti hurstyblue'
+ 'dmmarti maximuspie'
+ 'dmmarti showcase'
+ 'dmmarti kidz'
+ 'dmmarti unified'
+ 'dmmarti gamehat'
+ 'rxbrad freeplay'
+ 'rxbrad gbz35'
+ 'rxbrad gbz35-dark'
+ 'garaine marioblue'
+ 'garaine bigwood'
+ 'MrTomixf Royal_Primicia'
+ 'lostless playstation'
+ 'mrharias superdisplay'
+ 'coinjunkie synthwave'
+ 'nickearl retrowave'
+ 'nickearl retrowave_4_3'
+ 'pacdude minijawn'
+ 'RetroHursty69 magazinemadness'
+ 'RetroHursty69 stirling'
+ 'RetroHursty69 boxalloyred'
+ 'RetroHursty69 boxalloyblue'
+ 'RetroHursty69 greenilicious'
+ 'RetroHursty69 retroroid'
+ 'RetroHursty69 merryxmas'
+ 'RetroHursty69 cardcrazy'
+ 'RetroHursty69 license2game'
+ 'RetroHursty69 comiccrazy'
+ 'RetroHursty69 snazzy'
+ 'RetroHursty69 tributeGoT'
+ 'RetroHursty69 tributeSTrek'
+ 'RetroHursty69 tributeSWars'
+ 'RetroHursty69 crisp'
+ 'RetroHursty69 crisp_light'
+ 'RetroHursty69 primo'
+ 'RetroHursty69 primo_light'
+ 'RetroHursty69 back2basics'
+ 'RetroHursty69 retrogamenews'
+ 'RetroHursty69 bluray'
+ 'RetroHursty69 soda'
+ 'RetroHursty69 lightswitch'
+ 'RetroHursty69 darkswitch'
+ 'RetroHursty69 whiteslide'
+ 'RetroHursty69 graffiti'
+ 'RetroHursty69 whitewood'
+ 'RetroHursty69 sublime'
+ 'RetroHursty69 infinity'
+ 'RetroHursty69 neogeo_only'
+ 'RetroHursty69 boxcity'
+ 'RetroHursty69 vertical_arcade'
+ 'RetroHursty69 cabsnazzy'
+ 'RetroHursty69 garfieldism'
+ 'RetroHursty69 halloweenspecial'
+ 'RetroHursty69 heychromey'
+ 'RetroHursty69 homerism'
+ 'RetroHursty69 spaceinvaders'
+ 'RetroHursty69 disenchantment'
+ 'RetroHursty69 minions'
+ 'RetroHursty69 tmnt'
+ 'RetroHursty69 pacman'
+ 'RetroHursty69 dragonballz'
+ 'RetroHursty69 minecraft'
+ 'RetroHursty69 incredibles'
+ 'RetroHursty69 mario_melee'
+ 'RetroHursty69 evilresident'
+ 'RetroHursty69 hurstyspin'
+ 'RetroHursty69 cyber'
+ 'RetroHursty69 supersweet'
+ 'RetroHursty69 donkeykonkey'
+ 'RetroHursty69 snapback'
+ 'RetroHursty69 heman'
+ 'RetroHursty69 pitube'
+ 'RetroHursty69 batmanburton'
+ 'RetroHursty69 NegativeColor'
+ 'RetroHursty69 NegativeSepia'
+ 'RetroHursty69 corg'
+ 'RetroHursty69 mysticorb'
+ 'RetroHursty69 joysticks'
+ 'RetroHursty69 orbpilot'
+ 'RetroHursty69 bitfit'
+ 'RetroHursty69 circuit'
+ 'RetroHursty69 retroboy'
+ 'RetroHursty69 retroboy2'
+ 'RetroHursty69 hurstybluetake2'
+ 'RetroHursty69 fabuloso'
+ 'RetroHursty69 arcade1up_aspectratio54'
+ 'RetroHursty69 supersweet_aspectratio54'
+ 'RetroHursty69 heychromey_aspectratio54'
+ 'RetroHursty69 mariobrosiii'
+ 'RetroHursty69 vertical_limit_verticaltheme'
+ 'RetroHursty69 CapcomColorHorizontal'
+ 'RetroHursty69 CapcomColorSpin'
+ 'RetroHursty69 CapcomColorVertical'
+ 'RetroHursty69 bluesteel'
+ 'RetroHursty69 blueprism'
+ 'RetroHursty69 bluesmooth'
+ 'RetroHursty69 floyd'
+ 'RetroHursty69 floyd_arcade'
+ 'RetroHursty69 floyd_room'
+ 'RetroHursty69 Slick_Bluey'
+ 'RetroHursty69 Slick_Red'
+ 'RetroHursty69 ghostbusters'
+ 'RetroHursty69 realghostbusters'
+ 'RetroHursty69 stirlingness'
+ 'RetroHursty69 marco'
+ 'RetroHursty69 swatch'
+ 'RetroHursty69 meshy'
+ 'RetroHursty69 magazinemadness2'
+ 'RetroHursty69 CosmicRise'
+ 'RetroHursty69 uniflyered'
+ 'Saracade scv720'
+ 'chicueloarcade Chicuelo'
+ 'SuperMagicom nostalgic'
+ 'lipebello retrorama'
+ 'lipebello strangerstuff'
+ 'lipebello spaceoddity'
+ 'lipebello swineapple'
+ 'waweedman pii-wii'
+ 'waweedman Blade-360'
+ 'waweedman Venom'
+ 'waweedman Spider-Man'
+ 'blowfinger77 locomotion'
+ 'justincaseurskynet Arcade1up-5x4-Horizontal'
+ 'KALEL1981 Super-Retroboy'
+ )
+
+
+ while true; do
+ local theme
+ local installed_themes=()
+ local repo
+ local options=()
+ local status=()
+ local default
+
+ local gallerydir="/etc/emulationstation/es-theme-gallery"
+ if [[ -d "$gallerydir" ]]; then
+ status+=("i")
+ options+=(G "View or Update Theme Gallery")
+ else
+ status+=("n")
+ options+=(G "Download Theme Gallery")
+ fi
+
+ options+=(U "Update all installed themes")
+
+ local i=1
+ for theme in "${themes[@]}"; do
+ theme=($theme)
+ repo="${theme[0]}"
+ theme="${theme[1]}"
+ if [[ -d "/etc/emulationstation/themes/$theme" ]]; then
+ status+=("i")
+ options+=("$i" "Update or Uninstall $repo/$theme (installed)")
+ installed_themes+=("$theme $repo")
+ else
+ status+=("n")
+ options+=("$i" "Install $repo/$theme")
+ fi
+ ((i++))
+ done
+ local cmd=(dialog --default-item "$default" --backtitle "$__backtitle" --menu "Choose an option" 22 76 16)
+ local choice=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
+ default="$choice"
+ [[ -z "$choice" ]] && break
+ case "$choice" in
+ G)
+ if [[ "${status[0]}" == "i" ]]; then
+ options=(1 "View Theme Gallery" 2 "Update Theme Gallery" 3 "Remove Theme Gallery")
+ cmd=(dialog --backtitle "$__backtitle" --menu "Choose an option for gallery" 12 40 06)
+ local choice=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
+ case "$choice" in
+ 1)
+ cd "$gallerydir"
+ if isPlatform "x11"; then
+ feh --info "echo %f" --slideshow-delay 6 --fullscreen --auto-zoom --filelist images.list
+ else
+ fbi --timeout 6 --once --autozoom --list images.list
+ fi
+ ;;
+ 2)
+ gitPullOrClone "$gallerydir" "https://github.com/wetriner/es-theme-gallery"
+ ;;
+ 3)
+ if [[ -d "$gallerydir" ]]; then
+ rm -rf "$gallerydir"
+ fi
+ ;;
+ esac
+ else
+ gitPullOrClone "$gallerydir" "http://github.com/wetriner/es-theme-gallery"
+ fi
+ ;;
+ U)
+ for theme in "${installed_themes[@]}"; do
+ theme=($theme)
+ rp_callModule esthemes install_theme "${theme[0]}" "${theme[1]}"
+ done
+ ;;
+ *)
+ theme=(${themes[choice-1]})
+ repo="${theme[0]}"
+ theme="${theme[1]}"
+ if [[ "${status[choice]}" == "i" ]]; then
+ options=(1 "Update $repo/$theme" 2 "Uninstall $repo/$theme")
+ cmd=(dialog --backtitle "$__backtitle" --menu "Choose an option for theme" 12 40 06)
+ local choice=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
+ case "$choice" in
+ 1)
+ rp_callModule esthemes install_theme "$theme" "$repo"
+ ;;
+ 2)
+ rp_callModule esthemes uninstall_theme "$theme"
+ ;;
+ esac
+ else
+ rp_callModule esthemes install_theme "$theme" "$repo"
+ fi
+ ;;
+ esac
+ done
+}
diff --git a/home/pi/RetroPie/retropiemenu/Update RetroPieRGB.sh b/home/pi/RetroPie/retropiemenu/Update RetroPieRGB.sh
new file mode 100755
index 0000000..4246659
--- /dev/null
+++ b/home/pi/RetroPie/retropiemenu/Update RetroPieRGB.sh
@@ -0,0 +1,6 @@
+dir=$(pwd)
+cd /home/pi/RetroPieRGB
+sudo -s git pull origin master
+chmod +x patch.sh
+./patch.sh
+cd $dir
diff --git a/home/pi/RetroPie/retropiemenu/rotate screen.sh b/home/pi/RetroPie/retropiemenu/rotate screen.sh
new file mode 100755
index 0000000..64100ed
--- /dev/null
+++ b/home/pi/RetroPie/retropiemenu/rotate screen.sh
@@ -0,0 +1,33 @@
+#####
+# this scripts rotates screen for emulationstation
+# Author Jochen Zurborg
+# Date : 06.11.2019
+#
+# This script is made for hardware pi2scart and pi2jamma from www.arcadeforge.de
+
+setterm -foreground black -store
+
+killall emulationstation > /dev/null 2>&1
+clear
+
+sleep 1
+
+# params was already fetched
+. /home/pi/rgb_config.sh
+
+
+new_rotate=$(( $es_rotate + 1 ))
+if [ $new_rotate -eq 4 ] ; then
+ new_rotate=0
+fi
+
+#echo "starting emulationstation with rotate $new_rotate"
+#sleep 1
+sudo sed -i "s/^es_rotate.*/es_rotate=$new_rotate/" /boot/config.txt
+
+sed -i "s/^es_rotate.*/es_rotate=$new_rotate/" /home/pi/rgb_config.sh
+
+setterm -foreground white -store
+
+emulationstation --screenrotate $new_rotate
+
diff --git a/home/pi/rgb_default_config.sh b/home/pi/rgb_default_config.sh
new file mode 100644
index 0000000..fa11f33
--- /dev/null
+++ b/home/pi/rgb_default_config.sh
@@ -0,0 +1,4 @@
+es_rotate=0
+pi2jamma=0
+rgb_screen_shift=-15
+rgb_screen_width=2
diff --git a/howto_git.txt b/howto_git.txt
new file mode 100644
index 0000000..eb9e571
--- /dev/null
+++ b/howto_git.txt
@@ -0,0 +1,42 @@
+Author : Jochen Zurborg
+Date : 04.11.2019
+
+Find here a quick tutorial how to use git for our little project.
+
+Downloading this repository
+===========================
+
+git clone https://github.com/arcadeforge/runcommand
+
+Enabling your account
+=====================
+
+git config --global user.name "yourname"
+git config --global user.email "youremail"
+
+
+What happened since my last changes?
+====================================
+
+git status
+
+Adding edited files to your local repository
+============================================
+
+- easy way
+git add .
+
+- file specific
+git add yourfilename
+
+Commit changes to repository
+============================
+
+git commit -m"What you did"
+
+Uploading changes to github.com
+===============================
+
+git push
+
+
diff --git a/opt/retropie/configs/all/arcade_res_table.txt b/opt/retropie/configs/all/arcade_res_table.txt
new file mode 100644
index 0000000..0666ae7
--- /dev/null
+++ b/opt/retropie/configs/all/arcade_res_table.txt
@@ -0,0 +1,4840 @@
+1941;"1941 - Counter Attack - 1941 - Counter Attack (900227 World)";384x224@60;V
+1941j;"1941 - Counter Attack (Japan)";384x224@60;V
+1941r1;"1941 - Counter Attack (World)";384x224@60;V
+1941u;"1941 - Counter Attack (900227 USA)";384x224@60;V
+1942;"1942 (Jpn) - 1942 (Revision B)";256x224@60;V
+1942a;"1942 (Jpn, Alt) - 1942 (Revision A)";256x224@60;V
+1942abl;"1942 (Revision A, bootleg)";256x224@60;V
+1942b;"1942 (First Version)";256x224@60;V
+1942c64;"1942 (C64 Music)";256x224@60;V
+1942h;"Supercharger 1942";256x224@60;V
+1942w;"1942 (Williams Electronics license)";256x224@60;V
+1943;"1943: The Battle of Midway (Euro)";256x224@60;V
+1943b;"1943: The Battle of Midway (bootleg set 1, hack of Jap";256x224@60;V
+1943b2;"1943: The Battle of Midway (bootleg set 2, hack of Jap";256x224@60;V
+1943bj;"1943: Midway Kaisen (bootleg)";256x224@60;V
+1943j;"1943: Midway Kaisen (Japan, Rev B)";256x224@60;V
+1943ja;"1943: Midway Kaisen (Japan)";256x224@60;V
+1943ja2;"1943: The Battle of Midway (hack of Japan set)";256x224@60;V
+1943kai;"1943 Kai - 1943 Kai: Midway Kaisen (Japan)";256x224@60;V
+1943mii;"1943: The Battle of Midway Mark II (US)";256x224@60;V
+1943u;"1943: The Battle of Midway (US, Rev C)";256x224@60;V
+1943ua;"1943: The Battle of Midway (US)";256x224@60;V
+1944;"1944 - the loop master (000620 USA)";384x224@60;H
+1944ad;"1944 - the loop master (000620 USA Phoenix Edition, al";384x224@60;H
+1944d;"1944 - the loop master (000620 USA Phoenix Edition)";384x224@60;H
+1944j;"1944 - the loop master (000620 Japan)";384x224@60;H
+1945kiii;"1945k III (newer, OPCX2 PCB)";320x224@60;V
+1945kiiin;"1945k III (newer, OPCX1 PCB)";320x224@60;V
+1945kiiio;"1945k III (older, OPCX1 PCB)";320x224@60;V
+19xx;"19XX - the war against destiny (951207 USA)";384x224@60;V
+19xxa;"19XX - the war against destiny (960104 Asia)";384x224@60;V
+19xxar1;"19XX - the war against destiny (951207 Asia)";384x224@60;V
+19xxb;"19XX - the war against destiny (951218 Brazil)";384x224@60;V
+19xxd;"19XX - the war against destiny (951207 USA Phoenix Edi";384x224@60;V
+19xxh;"19XX - the war against destiny (951218 Hispanic)";384x224@60;V
+19xxj;"19XX - the war against destiny (960104 Japan, yellow c";384x224@60;V
+19xxjr1;"19XX - the war against destiny (951225 Japan)";384x224@60;V
+19xxjr2;"19XX - the war against destiny (951207 Japan)";384x224@60;V
+2020bb;"2020 Super Baseball (set 1) - Super Baseball 2020 (Euro, USA)";304x224@59;H
+2020bba;"2020 Super Baseball (set 2)";304x224@59;H
+2020bbh;"2020 Super Baseball (set 3)";304x224@59;H
+3countb;"3 Count Bout / Fire Suplex (NGM-043)(NGH-043)";320x224@59;H
+3countba;"3 Count Bout / Fire Suplex (NGM-043)";320x224@59;H
+3in1semi;"XESS - The New Revolution (SemiCom 3-in-1)";256x224@58;H
+3kokushi;"Sankokushi (Japan)";320x240@60;H
+3wonders;"Three Wonders (wonder 3 910520 etc)";384x224@60;H
+3wondersb;"Three Wonders (bootleg set 2, wonder 3 910520 etc)";384x224@60;H
+3wondersh;"Three Wonders (bootleg set 1, wonder 3 910520 etc)";384x224@60;H
+3wondersha;"Three Wonders (bootleg set 3, wonder 3 910520 etc)";384x224@60;H
+3wondersr1;"Three Wonders (wonder 3 910513 etc)";384x224@60;H
+3wondersu;"Three Wonders (wonder 3 910520 USA)";384x224@60;H
+4dwarrio;"4-D Warriors (315-5162)";256x224@60;H
+4enraya;"4 En Raya (set 1)";256x224@60;H
+4enrayaa;"4 En Raya (set 2)";256x224@60;H
+4in1;"4 Fun in 1 - Sega Game Pack 4 in 1 (Euro)";256x224@60;V
+4in1boot;"Puzzle King";256x224@58;H
+4play;"4 player input test";304x224@59;H
+600;"600";256x224@60;V
+64street;"64th. Street - A Detective Story (World)";256x224@60;H
+64streetj;"64th. Street - A Detective Story (Japan, set 1)";256x224@60;H
+64streetja;"64th. Street - A Detective Story (Japan, alt)";256x224@60;H
+720;"720° (Atari System 2)";512x384@60;H
+7ordi;"7 Ordi (Korea)";320x240@60;H
+7toitsu;"Chi-Toitsu";384x240@60;H
+800fath;"800 Fathoms";256x224@60;V
+88games;"'88 Games";304x224@60;H
+8bpm;"Eight Ball Action (Pac-Man conversion)";256x224@60;V
+99lstwar;"'99: The Last War";288x224@60;V
+99lstwara;"'99: The Last War (alternate)";288x224@60;V
+99lstwark;"'99: The Last War (Kyugo)";288x224@60;V
+abcop;"A.B. Cop (World, FD1094 317-0169b)";320x224@60;H
+abcopd;"A.B. Cop (World, FD1094 317-0169b decrypted)";320x224@60;H
+abcopj;"A.B. Cop (Japan, FD1094 317-0169b)";320x224@60;H
+abcopjd;"A.B. Cop (Japan, FD1094 317-0169b decrypted)";320x224@60;H
+abscam;"Abscam";288x224@60;V
+aburner;"After Burner - After Burner (World)";320x224@60;H
+aburner2;"After Burner II - After Burner II - After Burner II (Euro, USA)";320x224@60;H
+aburner2g;"After Burner II (German)";320x224@60;H
+aceattac;"Ace Attacker (FD1094 317-0059)";320x224@60;V
+aceattaca;"Ace Attacker (Japan, System 16A, FD1094 317-0060)";320x224@60;V
+acitya;"Atlantic City Action";288x224@60;V
+acrobatm;"Acrobat Mission";256x224@56;V
+actfancr;"Act-Fancer Cybernetick Hyper Weapon (World revision 2)";256x240@60;H
+actfancr1;"Act-Fancer Cybernetick Hyper Weapon (World revision 1)";256x240@60;H
+actfancrj;"Act-Fancer Cybernetick Hyper Weapon (Japan revision 1)";256x240@60;H
+ad2083;"A.D. 2083";256x224@60;V
+aeroboto;"Aeroboto";248x224@60;H
+aerofgt;"Aero Fighters";320x224@60;V
+aerofgtb;"Aero Fighters (Turbo Force hardware set 1)";320x224@60;V
+aerofgtc;"Aero Fighters (Turbo Force hardware set 2)";320x224@60;V
+afighter;"Action Fighter, FD1089A 317-0018";320x224@60;V
+agallet;"Air Gallet (Europe)";320x240@58;V
+agalleta;"Air Gallet (older, Europe)";320x240@58;V
+agalletah;"Air Gallet (older, Hong Kong)";320x240@58;V
+agalletaj;"Akuu Gallet (older, Japan)";320x240@58;V
+agalletak;"Air Gallet (older, Korea)";320x240@58;V
+agalletat;"Air Gallet (older, Taiwan)";320x240@58;V
+agalletau;"Air Gallet (older, USA)";320x240@58;V
+agalleth;"Air Gallet (Hong Kong)";320x240@58;V
+agalletj;"Akuu Gallet (Japan)";320x240@58;V
+agalletk;"Air Gallet (Korea)";320x240@58;V
+agallett;"Air Gallet (Taiwan)";320x240@58;V
+agalletu;"Air Gallet (USA)";320x240@58;V
+agentx1;"Agent X (prototype, rev 1)";256x232@60;H
+agentx2;"Agent X (prototype, rev 2)";256x232@60;H
+agentx3;"Agent X (prototype, rev 3)";256x232@60;H
+agentx4;"Agent X (prototype, rev 4)";256x232@60;H
+agress;"Agress";320x240@58;H
+agressb;"Agress (English bootleg)";320x240@58;H
+airass;"Air Assault (World)";320x240@60;V
+airattck;"Air Attack (set 1)";256x224@56;V
+airattcka;"Air Attack (set 2)";256x224@56;V
+airbustr;"Air Buster: Trouble Specialty Raid Unit (USA) - Air Buster: Trouble Specialty Raid Unit (World)";256x224@60;H
+airbustrb;"Air Buster: Trouble Specialty Raid Unit (bootleg)";256x224@60;H
+airbustrj;"Air Buster: Trouble Specialty Raid Unit (Japan)";256x224@60;H
+airduel;"Air Duel (World, M82-A-A + M82-B-A)";384x256@55;V
+airduelm72;"Air Duel (Japan, M72)";384x256@55;V
+airwolf;"Airwolf";288x224@60;H
+airwolfa;"Airwolf (US)";288x224@60;H
+ajax;"Ajax";304x224@60;V
+ajaxj;"Ajax (Japan)";304x224@60;V
+akkanvdr;"Akkanbeder (Ver 2.5J 1995/06/14)";320x224@60;V
+akumajou;"Akuma-Jou Dracula (Japan ver. P)";256x224@60;H
+akumajoun;"Akuma-Jou Dracula (Japan ver. N)";256x224@60;H
+alcon;"Alcon (US) - Falcon - Falcon (bootleg of Phoenix) (8085A CPU)";280x240@60;V
+alexkidd;"Alex Kidd in Miracle World (Euro, USA, v1) - Alex Kidd in Miracle World (Tw, SMS Mode) - Alex Kidd in the Enchanted Castle (Euro, Rev. A) - Alex Kidd: The Lost Stars (set 2, unprotected)";320x224@60;H
+alexkidd1;"Alex Kidd in Miracle World (Euro, USA, v0) - Alex Kidd in the Enchanted Castle (Euro) - Alex Kidd: The Lost Stars (set 1, FD1089A 317-unknown)";320x224@60;H
+alibaba;"Ali Baba and 40 Thieves - Alibaba and 40 Thieves (Jpn) - Alibaba and 40 Thieves (Kor)";288x224@60;V
+alibabab;"Alibaba and 40 Thieves (Jpn, Alt 2) - Mustafa and 40 Thieves (bootleg)";288x224@60;V
+aliencha;"Alien Challenge (World)";448x224@60;H
+alienchac;"Alien Challenge (China)";448x224@60;H
+aliens;"Aliens (World set 1) - Aliens - Alien 2 (Jpn)";288x224@60;H
+aliens2;"Aliens (World set 2)";288x224@60;H
+aliens3;"Aliens (World set 3)";288x224@60;H
+aliensa;"Aliens (Asia) - Aliens - Alien 2 (Jpn, Alt)";288x224@60;H
+aliensec;"Alien Sector";288x224@60;H
+aliensj;"Aliens (Japan set 1)";288x224@60;H
+aliensj2;"Aliens (Japan set 2)";288x224@60;H
+aliensu;"Aliens (US)";288x224@60;H
+aliensyn;"Alien Syndrome (Euro, USA) - Alien Syndrome (Euro, USA, Bra) - Alien Syndrome (set 4, System 16B, unprotected)";320x224@60;H
+aliensyn2;"Alien Syndrome (set 2, System 16A, FD1089A 317-0033)";320x224@60;H
+aliensyn3;"Alien Syndrome (set 3, System 16B, FD1089A 317-0033)";320x224@60;H
+aliensyn5;"Alien Syndrome (set 5, System 16A, FD1089B 317-0037)";320x224@60;H
+aliensyn7;"Alien Syndrome (set 7, System 16B, MC-8123B 317-00xx)";320x224@60;H
+aliensynj;"Alien Syndrome (Jpn) - Alien Syndrome (Jpn) - Alien Syndrome (set 6, Japan, new, System 16B, FD1089A";320x224@60;H
+aliensynjo;"Alien Syndrome (set 1, Japan, old, System 16A, FD1089A";320x224@60;H
+aligatorun;"Alligator Hunt (unprotected)";320x240@60;H
+alinvade;"Alien Invaders";128x128@60;V
+alpham2;"Alpha Mission II / ASO II - Last Guardian (NGM-007)(NG";304x224@59;H
+alpham2p;"Alpha Mission II / ASO II - Last Guardian (prototype)";304x224@59;H
+alphamis;"Alpha Mission";288x216@60;V
+alphaxz;"The Alphax Z (Japan)";256x224@60;V
+altbeast;"Altered Beast (Euro, USA) - Altered Beast (Euro, USA, Bra) - Altered Beast (set 8, 8751 317-0078)";320x224@60;H
+altbeast2;"Altered Beast (set 2, MC-8123B 317-0066)";320x224@60;H
+altbeast4;"Altered Beast (set 4, MC-8123B 317-0066)";320x224@60;H
+altbeast5;"Altered Beast (set 5, FD1094 317-0069)";320x224@60;H
+altbeast5d;"Altered Beast (set 5, FD1094 317-0069 decrypted)";320x224@60;H
+altbeast6;"Altered Beast (set 6, 8751 317-0076)";320x224@60;H
+altbeastj;"Juuouki (set 7, Japan, 8751 317-0077)";320x224@60;H
+altbeastj1;"Juuouki (set 1, Japan, FD1094 317-0065)";320x224@60;H
+altbeastj3;"Juuouki (set 3, Japan, FD1094 317-0068)";320x224@60;H
+altbeastj3d;"Juuouki (set 3, Japan, FD1094 317-0068 decrypted)";320x224@60;H
+amatelas;"Sei Senshi Amatelass";256x224@60;V
+amazon;"Soldier Girl Amazon";256x224@60;V
+ambush;"Ambush";256x224@60;H
+ambushh;"Ambush (hack?)";256x224@60;H
+ambushj;"Ambush (Japan)";256x224@60;H
+ambushv;"Ambush (Volt Elec co-ltd)";256x224@60;H
+amidar;"Amidar";256x224@60;V
+amidar1;"Amidar (older)";256x224@60;V
+amidarb;"Amidar (bootleg)";256x224@60;V
+amidaro;"Amidar (Olympia)";256x224@60;V
+amidars;"Amidar (Scramble hardware)";256x224@60;V
+amidaru;"Amidar (Stern)";256x224@60;V
+amigo;"Amigo";256x224@60;V
+androdun;"Andro Dunos (NGM-049)(NGH-049)";304x224@59;H
+androidp;"Android (prototype, later build)";256x192@60;V
+androidpo;"Android (prototype, early build)";256x192@60;V
+angelkds;"Angel Kids (Japan)";256x240@60;V
+anteater;"Anteater";256x224@60;V
+anteaterg;"Ameisenbaer (German)";256x224@60;V
+anteateruk;"The Anteater (UK)";256x224@60;V
+aodk;"Aggressors of Dark Kombat / Tsuukai GANGAN Koushinkyok";304x224@59;H
+aof;"Art of Fighting (Euro) - Art of Fighting / Ryuuko no Ken (NGM-044)(NGH-044)";304x224@59;H
+aof2;"Art of Fighting 2 / Ryuuko no Ken 2 (NGM-056)";304x224@59;H
+aof2a;"Art of Fighting 2 / Ryuuko no Ken 2 (NGH-056)";304x224@59;H
+aof3;"Art of Fighting 3 - The Path of the Warrior / Art of F";304x224@59;H
+aof3k;"Art of Fighting 3 - The Path of the Warrior (Korean re";304x224@59;H
+apb;"APB - All Points Bulletin (Atari System 2)";512x384@60;V
+aponow;"Apocaljpse Now";256x224@60;V
+appoooh;"Appoooh";256x224@60;H
+aquajack;"Aquajack (World)";320x240@60;H
+aquajackj;"Aquajack (Japan)";320x240@60;H
+aquajacku;"Aquajack (US)";320x240@60;H
+aquarium;"Aquarium (US)";320x256@60;H
+aquariumj;"Aquarium (Japan)";320x256@60;H
+arabian;"Arabian";256x234@60;V
+arabiana;"Arabian (Atari)";256x234@60;V
+arabianm;"Arabian Magic (Ver 1.0O 1992/07/06)";320x224@60;H
+arabianmj;"Arabian Magic (Ver 1.0J 1992/07/06)";320x224@60;H
+arabianmu;"Arabian Magic (Ver 1.0A 1992/07/06)";320x224@60;H
+aracnis;"Aracnis (bootleg of Scorpion on Moon Cresta hardware)";256x224@60;V
+arbalest;"Arbalester";384x224@60;V
+arcadian;"Arcadia (NMK)";384x224@56;V
+area88;"Area 88 (Japan)";384x224@60;H
+area88r;"Area 88 (Japan Resale ver.)";384x224@60;H
+arian;"Arian Mission";288x216@60;V
+ark1ball;"Arkanoid (bootleg with MCU, harder)";256x224@60;V
+ark1balla;"Arkanoid (bootleg with MCU, harder, alt)";256x224@60;V
+arkangc;"Arkanoid (Game Corporation bootleg, set 1)";256x224@60;V
+arkangc2;"Arkanoid (Game Corporation bootleg, set 2)";256x224@60;V
+arkanoid;"Arkanoid (Euro?) - Arkanoid (World, oldest rev)";256x224@60;V
+arkanoidj;"Arkanoid (Japan) - Arkanoid (Jpn)";256x224@60;V
+arkanoidja;"Arkanoid (Japan, older rev) - Arkanoid (Jpn, Alt)";256x224@60;V
+arkanoidjb;"Arkanoid (Japan, oldest rev)";256x224@60;V
+arkanoidjbl;"Arkanoid (bootleg with MCU set 1)";256x224@60;V
+arkanoidjbl2;"Arkanoid (bootleg with MCU set 2)";256x224@60;V
+arkanoidjbla;"Arkanoid (bootleg with MCU, alt)";256x224@60;V
+arkanoidu;"Arkanoid (US)";256x224@60;V
+arkanoiduo;"Arkanoid (US, oldest rev)";256x224@60;V
+arkarea;"Ark Area";256x192@60;H
+arkatayt;"Arkanoid (Tayto bootleg)";256x224@60;V
+arkatour;"Tournament Arkanoid (US)";256x224@60;V
+arkbloc2;"Block (Game Corporation bootleg, set 2)";256x224@60;V
+arkblock;"Block (Game Corporation bootleg, set 1)";256x224@60;V
+arkgcbl;"Arkanoid (bootleg on Block hardware)";256x224@60;V
+arknoid2;"Arkanoid - Revenge of DOH (World)";256x224@60;V
+arknoid2b;"Arkanoid - Revenge of DOH (Japan bootleg)";256x224@60;V
+arknoid2j;"Arkanoid - Revenge of DOH (Japan)";256x224@60;V
+arknoid2u;"Arkanoid - Revenge of DOH (US)";256x224@60;V
+arkretrn;"Arkanoid Returns (Ver 2.02O 1997/02/10)";320x232@60;H
+arkretrnj;"Arkanoid Returns (Ver 2.02J 1997/02/10)";320x232@60;H
+arkretrnu;"Arkanoid Returns (Ver 2.02A 1997/02/10)";320x232@60;H
+arktayt2;"Arkanoid (Tayto bootleg, harder)";256x224@60;V
+armedf;"Armed Formation - Armed Formation F";320x240@57;V
+armedff;"Armed Formation (Fillmore license)";320x240@57;V
+armorcar;"Armored Car (set 1)";256x224@60;V
+armorcar2;"Armored Car (set 2)";256x224@60;V
+armwar;"Armored Warriors (941024 Europe)";384x224@60;H
+armwar1d;"Armored Warriors (941011 Europe Phoenix Edition)";384x224@60;H
+armwara;"Armored Warriors (941024 Asia)";384x224@60;H
+armwarar1;"Armored Warriors (940920 Asia)";384x224@60;H
+armwarr1;"Armored Warriors (941011 Europe)";384x224@60;H
+armwaru;"Armored Warriors (941024 USA)";384x224@60;H
+armwaru1;"Armored Warriors (940920 USA)";384x224@60;H
+armwrest;"Arm Wrestling";448x256@60;V
+ashnojoe;"Ashita no Joe (Japan)";288x208@60;H
+ashura;"Ashura (Jpn) - Ashura Blaster (World)";320x224@60;V
+ashuraj;"Ashura Blaster (Japan)";320x224@60;V
+ashurau;"Ashura Blaster (US)";320x224@60;V
+asideral;"Ataque Sideral (Spanish bootleg of UniWar S)";256x224@60;V
+aso;"ASO - Armored Scrum Object";288x216@60;V
+assault;"Assault (Rev B) - Desert Assault (US)";288x224@60;V
+assaultj;"Assault (Japan)";288x224@60;V
+assaultp;"Assault Plus (Japan)";288x224@60;V
+asterix;"Asterix (Euro, v1) - Asterix (ver EAD)";288x224@60;H
+asterixaad;"Asterix (ver AAD)";288x224@60;H
+asterixeaa;"Asterix (ver EAA)";288x224@60;H
+asterixeac;"Asterix (ver EAC)";288x224@60;H
+asterixj;"Asterix (ver JAD)";288x224@60;H
+astorm;"Alien Storm (Euro, Bra) - Alien Storm (set 4, World, 2 Players, FD1094 317-0154) - Alien Storm (World)";320x224@60;H
+astorm3;"Alien Storm (set 3, World, 3 Players, FD1094 317-0148)";320x224@60;H
+astorm3d;"Alien Storm (set 3, World, 3 Players, FD1094 317-0148";320x224@60;H
+astormj;"Alien Storm (set 1, Japan Rev B, 2 Players, FD1094 317";320x224@60;H
+astormjd;"Alien Storm (set 1, Japan Rev B, 2 Players, FD1094 317";320x224@60;H
+astormu;"Alien Storm (set 2, US, 3 Players, FD1094 317-0147)";320x224@60;H
+astormud;"Alien Storm (set 2, US, 3 Players, FD1094 317-0147 dec";320x224@60;H
+astrians;"Astrians (clone of Swarm)";256x224@60;V
+astyanax;"The Astyanax";256x224@60;H
+asuka;"Asuka & Asuka (World)";320x240@60;V
+asukaj;"Asuka & Asuka (Japan)";320x240@60;V
+asurabld;"Asura Blade - Sword of Dynasty (Japan)";320x240@60;H
+asurabus;"Asura Buster - Eternal Warriors (Japan)";320x240@60;H
+asurabusa;"Asura Buster - Eternal Warriors (Japan) (ARCADIA revie";320x240@60;H
+atehate;"Athena no Hatena ?";384x240@60;H
+atetris;"FA Tetris (Kor) - FA Tetris (Kor) - Tetris (set 1)";336x240@60;H
+atetrisa;"FA Tetris (Kor, Alt) - Tetris (set 2)";336x240@60;H
+atetrisb;"FA Tetris (Kor, Alt 2) - Tetris (bootleg set 1)";336x240@60;H
+atetrisb2;"Tetris (bootleg set 2)";336x240@60;H
+atetrisc;"Tetris (cocktail set 1)";336x240@60;V
+atetrisc2;"Tetris (cocktail set 2)";336x240@60;V
+athena;"Athena";288x216@60;H
+atlantis;"Battle of Atlantis (set 1)";256x224@60;V
+atlantis2;"Battle of Atlantis (set 2)";256x224@60;V
+atlantisb;"Battle of Atlantis (bootleg)";256x224@60;V
+atomboy;"Atomic Boy (revision B)";256x224@60;H
+atomboya;"Atomic Boy (revision A)";256x224@60;H
+atomicp;"Atomic Point (Korea)";320x224@60;H
+atompunk;"Atomic Punk (US)";320x240@60;H
+aurail;"Aurail (set 3, US, unprotected)";320x224@60;H
+aurail1;"Aurail (set 2, World, FD1089B 317-0168)";320x224@60;H
+aurail1d;"Aurail (set 2, World, FD1089B 317-0168 decrypted)";320x224@60;H
+aurailj;"Aurail (set 1, Japan, FD1089A 317-0167)";320x224@60;H
+aurailjd;"Aurail (set 1, Japan, FD1089A 317-0167 decrypted)";320x224@60;H
+avefenix;"Ave Fenix (Electrogame, Spanish bootleg of Phoenix)";256x208@60;V
+avefenixl;"Ave Fenix (Laguna, Spanish bootleg of Phoenix)";256x208@60;V
+avefenixrf;"Ave Fenix (Recreativos Franco, Spanish bootleg of Phoe";256x208@60;V
+avengers;"Avengers (US set 1)";256x240@60;V
+avengers2;"Avengers (US set 2)";256x240@60;V
+avsp;"Alien vs Predator (940520 Euro)";384x224@60;H
+avspa;"Alien vs Predator (940520 Asia)";384x224@60;H
+avspd;"Alien vs Predator (940520 Euro Phoenix Edition)";384x224@60;H
+avsph;"Alien vs Predator (940520 Hispanic)";384x224@60;H
+avspirit;"Avenging Spirit";256x224@60;H
+avspj;"Alien vs Predator (940520 Japan)";384x224@60;H
+avspu;"Alien vs Predator (940520 USA)";384x224@60;H
+aztarac;"Aztarac";340x256@40;H
+azurian;"Azurian Attack";256x224@60;V
+b2b;"Bang Bang Busters (2010 NCI release)";304x224@59;H
+backfire;"Backfire! (set 1)";240x640@60;V
+backfirt;"Back Fire (Tecmo, bootleg)";256x224@60;H
+baddudes;"Bad Dudes vs. Dragonninja (US)";256x240@57;H
+bakatono;"Bakatonosama Mahjong Manyuuki (MOM-002)(MOH-002)";304x224@59;H
+bakubrkr;"Bakuretsu Breaker";256x224@60;V
+bakutotu;"Bakutotsu Kijuutei";288x224@60;H
+balcube;"Bal Cube";320x224@60;H
+ballboy;"Ball Boy";256x224@60;H
+ballbros;"Balloon Brothers";384x240@60;H
+bang;"Bang! - Big Bang (9th Nov. 1993) - Pack'n Bang Bang (Prototype)";320x240@60;H
+bangball;"Bang Bang Ball (v1.05)";320x224@60;H
+bangbead;"Bang Bead";304x224@59;H
+bangbedp;"Bang Bead (Prototype?)";304x224@59;H
+bangj;"Gun Gabacho (Japan)";320x240@60;H
+bankp;"Bank Panic - Bank Panic (Euro) - Bank Panic (Jpn) - Bank Panic (Jpn)";224x224@60;H
+baraduke;"Baraduke";288x224@60;H
+baryon;"Baryon - Future Assault (set 1)";304x224@58;V
+baryona;"Baryon - Future Assault (set 2)";304x224@58;V
+batcir;"Battle Circuit (970319 Euro)";384x224@60;H
+batcira;"Battle Circuit (970319 Asia)";384x224@60;H
+batcird;"Battle Circuit (970319 Euro Phoenix Edition)";384x224@60;H
+batcirj;"Battle Circuit (970319 Japan)";384x224@60;H
+batlbubl;"Battle Bubble (v2.00)";320x224@60;H
+batman2;"Batman Part 2";256x224@60;V
+batrider;"Armed Police Batrider (Europe) (Fri Feb 13 1998)";320x240@60;V
+batriderc;"Armed Police Batrider (China) (Fri Feb 13 1998)";320x240@60;V
+batriderhk;"Armed Police Batrider - A Version (Hong Kong) (Mon Dec";320x240@60;V
+batriderj;"Armed Police Batrider - B Version (Japan) (Fri Feb 13";320x240@60;V
+batriderja;"Armed Police Batrider - A Version (Japan) (Mon Dec 22";320x240@60;V
+batriderk;"Armed Police Batrider (Korea) (Fri Feb 13 1998)";320x240@60;V
+batridert;"Armed Police Batrider - A Version (Taiwan) (Mon Dec 22";320x240@60;V
+batrideru;"Armed Police Batrider (U.S.A.) (Fri Feb 13 1998)";320x240@60;V
+batsugun;"Batsugun (set 1)";320x240@60;V
+batsuguna;"Batsugun (set 2)";320x240@60;V
+batsugunb;"Batsugun (Korean PCB)";320x240@60;V
+batsugunsp;"Batsugun (Special Ver.)";320x240@60;V
+battlane;"Battle Lane! Vol. 5 (set 1)";256x256@60;V
+battlane2;"Battle Lane! Vol. 5 (set 2)";256x256@60;V
+battlane3;"Battle Lane! Vol. 5 (set 3)";256x256@60;V
+battlex;"Battle Cross - Battle Cross (Jpn)";256x224@60;H
+battlnts;"Battlantis (program code G)";256x224@60;V
+battlntsa;"Battlantis (program code F)";256x224@60;V
+battlntsj;"Battlantis (Japan, program code E)";256x224@60;V
+battroad;"The Battle-Road";256x256@60;V
+bayroute;"Bay Route (set 3, World, FD1094 317-0116)";320x224@60;H
+bayroute1;"Bay Route (set 1, US, unprotected)";320x224@60;H
+bayrouted;"Bay Route (set 3, World, FD1094 317-0116 decrypted)";320x224@60;H
+bayroutej;"Bay Route (set 2, Japan, FD1094 317-0115)";320x224@60;H
+bayroutejd;"Bay Route (set 2, Japan, FD1094 317-0115 decrypted)";320x224@60;H
+bbakraid;"Battle Bakraid - Unlimited Version (U.S.A.) (Tue Jun 8";320x240@60;V
+bbakraidc;"Battle Bakraid - Unlimited Version (China) (Tue Jun 8";320x240@60;V
+bbakraidj;"Battle Bakraid - Unlimited Version (Japan) (Tue Jun 8";320x240@60;V
+bbakraidja;"Battle Bakraid (Japan) (Wed Apr 7 1999)";320x240@60;V
+bballs;"Bouncing Balls";256x224@60;H
+bballsa;"Bouncing Balls (Adult)";256x224@60;H
+bbmanw;"Bomber Man World / New Dyna Blaster - Global Quest";320x240@60;H
+bbmanwj;"Bomber Man World (Japan)";320x240@60;H
+bbmanwja;"Bomber Man World (Japan, revised sound hardware)";320x240@60;H
+bbredux;"Bobble Bobble ('bootleg redux' hack for Bobble Bobble";256x224@60;H
+bbros;"Buster Bros. (USA) - Super Buster Bros. (USA 901001)";384x240@57;H
+bbusters;"Beast Busters (World)";256x224@56;H
+bbustersj;"Beast Busters (Japan, Version 2)";256x224@56;H
+bbustersu;"Beast Busters (US, Version 3)";256x224@56;H
+bbustersua;"Beast Busters (US, Version 2)";256x224@56;H
+bchopper;"Battle Chopper";384x256@55;H
+bcrusher;"Bone Crusher";256x240@60;V
+bcruzm12;"Battle Cruiser M-12";256x224@60;V
+bcstry;"B.C. Story (set 1)";320x240@60;H
+bcstrya;"B.C. Story (set 2)";320x240@60;H
+beast;"Altered Beast (Euro, USA) - Altered Beast (Euro, USA, Bra) - Altered Beast (set 8, 8751 317-0078) - Altered Beast - Shadow of the Beast (Euro, Bra) - Shadow of the Beast (Euro, USA) - Shadow of the Beast (Neo Geo demo)";304x224@59;H
+beastfp;"Beastie Feastie";288x224@60;V
+berabohm;"Beraboh Man (Japan, Rev C)";288x224@60;H
+berabohmb;"Beraboh Man (Japan, Rev B)";288x224@60;H
+berlwall;"The Berlin Wall";256x224@60;H
+berlwallk;"The Berlin Wall (Korea)";256x224@60;H
+berlwallt;"The Berlin Wall (bootleg ?)";256x224@60;H
+bermudat;"Bermuda Triangle (World?)";400x224@60;V
+bermudata;"Bermuda Triangle (World Wars) (US)";400x224@60;V
+bermudatj;"Bermuda Triangle (Japan)";400x224@60;V
+bestbest;"Best Of Best";256x224@60;H
+bestleag;"Best League (bootleg of Big Striker, Italian Serie A)";256x224@60;H
+bestleaw;"Best League (bootleg of Big Striker, World Cup)";256x224@60;H
+bestri;"Bestri (Korea)";320x240@60;H
+bgaregga;"Battle Garegga (Europe / USA / Japan / Asia) (Sat Feb";320x240@60;V
+bgareggabl;"1945 Part 2 (Chinese hack of Battle Garegga)";320x240@60;V
+bgareggabla;"Lei Shen Zhuan Thunder Deity Biography (Chinese hack o";320x240@60;V
+bgareggacn;"Battle Garegga - Type 2 (Denmark / China) (Tue Apr 2 1";320x240@60;V
+bgareggahk;"Battle Garegga (Austria / Hong Kong) (Sat Feb 3 1996)";320x240@60;V
+bgaregganv;"Battle Garegga - New Version (Austria / Hong Kong) (Sa";320x240@60;V
+bgareggat2;"Battle Garegga - Type 2 (Europe / USA / Japan / Asia)";320x240@60;V
+bgareggatw;"Battle Garegga (Taiwan / Germany) (Thu Feb 1 1996)";320x240@60;V
+bgareggaz;"Battle Garegga Zakk version (Europe / USA / Japan / As";320x240@60;V
+bigbang;"Big Bang (9th Nov. 1993)";384x224@56;V
+bigbucks;"Big Bucks";288x224@60;V
+bigfghtr;"Tatakae! Big Fighter (Japan)";320x240@60;H
+bigkarnk;"Big Karnak";320x240@60;H
+bigstrik;"Big Striker";256x224@60;H
+bigstrkb;"Big Striker (bootleg)";256x224@60;H
+bigstrkba;"Big Striker (bootleg w/Italian teams)";256x224@60;H
+bigtwin;"Big Twin";320x240@58;H
+bikkuric;"Bikkuri Card (Japan)";256x224@60;V
+billiard;"The Billiards";256x224@60;V
+biomtoy;"Biomechanical Toy (Ver. 1.0.1885)";320x240@60;H
+biomtoya;"Biomechanical Toy (Ver. 1.0.1884)";320x240@60;H
+bionicc;"Bionic Commando (Euro)";256x224@60;H
+bionicc1;"Bionic Commando (US set 1)";256x224@60;H
+bionicc2;"Bionic Commando (US set 2)";256x224@60;H
+bioniccbl;"Bionic Commandos (bootleg, set 1)";256x224@60;H
+bioniccbl2;"Bionic Commandos (bootleg, set 2)";256x224@60;H
+bioship;"Bio-ship Paladin";256x224@56;H
+birdiy;"Birdiy";288x224@60;V
+birdtry;"Birdie Try (Japan)";256x240@57;V
+bishi;"Bishi Bashi Championship Mini Game Senshuken (ver JAA, - Super Bishi Bashi Championship (ver JAA, 2 Players)";288x224@60;H
+bjourney;"Blue's Journey / Raguy (ALM-001)(ALH-001)";320x224@59;H
+bjtwin;"Bombjack Twin (set 1)";384x224@56;V
+bjtwina;"Bombjack Twin (set 2)";384x224@56;V
+bladestl;"Blades of Steel (version T)";256x224@60;V
+bladestle;"Blades of Steel (version E)";256x224@60;V
+bladestll;"Blades of Steel (version L)";256x224@60;V
+blandia;"Blandia";384x240@60;H
+blandiap;"Blandia (prototype)";384x240@60;H
+blastoff;"Blast Off (Japan)";288x224@60;V
+blazeon;"Blaze On (Japan)";320x232@60;H
+blazer;"Blazer (Japan)";288x224@60;V
+blazstar;"Blazing Star";304x224@59;H
+blkbustr;"BlockBuster";240x224@60;V
+blkdrgon;"Black Dragon (Japan)";256x224@60;H
+blkdrgonb;"Black Dragon (bootleg)";256x224@60;H
+blkheart;"Black Heart";256x224@56;H
+blkheartj;"Black Heart (Japan)";256x224@56;H
+blkhole;"Black Hole";256x224@60;V
+blkpnthr;"Black Panther";256x224@60;H
+blktiger;"Black Tiger";256x224@60;H
+blktigera;"Black Tiger (older)";256x224@60;H
+blktigerb1;"Black Tiger (bootleg set 1)";256x224@60;H
+blktigerb2;"Black Tiger (bootleg set 2)";256x224@60;H
+blktigerb3;"Black Tiger / Black Dragon (mixed bootleg?)";256x224@60;H
+blmbycar;"Blomby Car";384x256@60;H
+blmbycaru;"Blomby Car (not encrypted)";384x256@60;H
+block;"Block (Game Corporation bootleg, set 1) - Block Block (World 911219 Joystick)";384x240@60;V
+blockbl;"Block Block (bootleg)";384x240@60;V
+blockcar;"Block Carnival / Thunder & Lightning 2";384x240@60;V
+blockgal;"Block Gal (MC-8123B, 317-0029)";256x224@60;V
+blockhl;"Block Hole";288x224@60;H
+blockj;"Block Block (Japan 910910)";384x240@60;V
+blockout;"Block Out (set 1) - Blockout (World)";320x240@58;H
+blockout2;"Block Out (set 2)";320x240@58;H
+blockoutj;"Block Out (Japan)";320x240@58;H
+blockr1;"Block Block (World 911106 Joystick)";384x240@60;V
+blockr2;"Block Block (World 910910)";384x240@60;V
+bloodbro;"Blood Bros. (set 1)";256x224@60;H
+bloodbroa;"Blood Bros. (set 2)";256x224@60;H
+bloodbrob;"Blood Bros. (set 3)";256x224@60;H
+bloodwar;"Blood Warrior";320x240@60;H
+blox16b;"Bloxeed (System 16B, PS2 data file)";320x224@60;H
+bloxeed;"Bloxeed (Japan, FD1094 317-0139)";320x224@60;H
+bloxeedd;"Bloxeed (Japan, FD1094 317-0139 decrypted)";320x224@60;H
+blswhstl;"Bells & Whistles (World, version L)";280x224@60;V
+blswhstla;"Bells & Whistles (Asia, version M)";280x224@60;V
+bluehawk;"Blue Hawk";384x240@60;V
+bluehawkn;"Blue Hawk (NTC)";384x240@60;V
+blueprnt;"Blue Print (Midway)";256x224@60;V
+blueprntj;"Blue Print (Jaleco)";256x224@60;V
+blzntrnd;"Blazing Tornado";304x224@60;H
+bmaster;"Blade Master (World)";320x240@60;H
+bnj;"Bump 'n' Jump - Bump 'n' Jump";256x240@60;V
+boblbobl;"Bobble Bobble (bootleg of Bubble Bobble) - Super Bobble Bobble (bootleg, set 1)";256x224@60;H
+boblcave;"Bubble Bobble: Lost Cave V1.2 (for Bobble Bobble PCB)";256x224@60;H
+bodyslam;"Body Slam (8751 317-0015)";320x224@60;H
+bogeyman;"Bogey Manor";256x240@60;H
+boggy84;"Boggy '84 - Boggy '84 (Jpn)";256x224@60;V
+boggy84b;"Boggy '84 (bootleg) - Boggy '84 (Jpn, Alt 2)";256x224@60;V
+bombbee;"Bomb Bee";272x224@60;V
+bomber;"Bomber - Bomber (bootleg of Scramble) - Space Bomber (ver. B)";256x224@60;V
+bombjack;"Bomb Jack (Jpn) - Bomb Jack (set 1)";256x224@60;V
+bombjack2;"Bomb Jack (set 2)";256x224@60;V
+bombjackt;"Bomb Jack (Tecfri, Spain)";256x224@60;V
+bombkick;"Bomb Kick (set 1)";384x224@60;H
+bombkicka;"Bomb Kick (set 2)";384x224@60;H
+bombrman;"Bomber Man (Japan)";320x240@60;H
+bongo;"Bongo - Congo Bongo";256x224@60;V
+bonkadv;"B.C. Kid / Bonk's Adventure / Kyukyoku!! PC Genjin";320x240@60;H
+bonzeadv;"Bonze Adventure (World, Newer)";320x224@60;H
+bonzeadvo;"Bonze Adventure (World, Older)";320x224@60;H
+bonzeadvp;"Bonze Adventure (World, prototype)";320x224@60;H
+bonzeadvu;"Bonze Adventure (US)";320x224@60;H
+boobhack;"Booby Kids (Italian manufactured graphic hack / bootle";256x224@60;V
+boogwing;"Boogie Wings (Euro v1.5, 92.12.07)";320x240@58;H
+boogwinga;"Boogie Wings (Asia v1.5, 92.12.07)";320x240@58;H
+boogwingu;"Boogie Wings (USA v1.7, 92.12.14)";320x240@58;H
+bottom9;"Bottom of the Ninth (ver. T)";288x224@60;H
+bottom9n;"Bottom of the Ninth (ver. N)";288x224@60;H
+bouldash;"Boulder Dash / Boulder Dash Part 2 (World)";256x240@57;H
+bouldashj;"Boulder Dash / Boulder Dash Part 2 (Japan)";256x240@57;H
+bounty;"The Bounty";256x224@60;H
+bowlrama;"Bowl-O-Rama";360x240@57;V
+boxyboy;"Boxy Boy (SB?) - Boxyboy";288x224@60;H
+brain;"Brain";256x224@60;H
+brapboys;"B.Rap Boys (World)";256x224@60;H
+brapboysj;"B.Rap Boys Special (Japan)";256x224@60;H
+brapboysu;"B.Rap Boys Special (US)";256x224@60;H
+breakers;"Breakers";320x224@59;H
+breakrev;"Breakers Revenge";320x224@59;H
+breywood;"Breywood (Japan revision 2)";256x240@58;H
+brix;"Brix";256x224@60;V
+brkthru;"Break Thru (US)";240x240@60;H
+brkthruj;"Kyohkoh-Toppa (Japan)";240x240@60;H
+brubber;"Burnin' Rubber";256x240@60;V
+bshark;"Battle Shark (World)";320x240@60;H
+bsharkj;"Battle Shark (Japan)";320x240@60;H
+bsharkjjs;"Battle Shark (Japan, Joystick)";320x240@60;H
+bsharku;"Battle Shark (US)";320x240@60;H
+bssoccer;"Back Street Soccer";256x224@60;H
+bstars;"Baseball Stars Professional (NGM-002)";320x224@59;H
+bstars2;"Baseball Stars 2";304x224@59;H
+bstarsh;"Baseball Stars Professional (NGH-002)";320x224@59;H
+btime;"Burger Time (Data East set 1) - Burgertime - Burgertime (Jpn) - Super Burger Time (World, set 1)";242x240@60;V
+btime2;"Burger Time (Data East set 2)";242x240@60;V
+btime3;"Burger Time (Data East USA)";242x240@60;V
+btimem;"Burger Time (Midway) - Burgertime (Prototype)";242x240@60;V
+btlfield;"Battle Field (Japan)";256x224@60;V
+btlfieldb;"Battle Field (bootleg)";256x224@60;V
+btlkroad;"Battle K-Road";320x224@59;H
+btlkroadk;"Battle K-Road (Korean PCB)";320x224@59;H
+bub68705;"Bubble Bobble (boolteg with 68705, set 1)";256x224@60;H
+bub68705a;"Bubble Bobble (boolteg with 68705, set 2)";256x224@60;H
+bubblem;"Bubble Memories: The Story Of Bubble Bobble III (Ver 2";320x224@60;H
+bubblemj;"Bubble Memories: The Story Of Bubble Bobble III (Ver 2";320x224@60;H
+bubbletr;"Bubble Trouble (World, Rev B)";288x224@60;H
+bubbletrj;"Bubble Trouble (Japan, Rev C)";288x224@60;H
+bubl2000;"Bubble 2000";256x224@56;H
+bublbob2;"Bubble Bobble II (Ver 2.6O 1994/12/16)";320x224@60;H
+bublbob2o;"Bubble Bobble II (Ver 2.5O 1994/10/05)";320x224@60;H
+bublbob2p;"Bubble Bobble II (Ver 0.0J 1993/12/13, prototype)";320x224@60;H
+bublbobl;"Bubble Bobble (Euro, Bra) - Bubble Bobble (Euro, USA) - Bubble Bobble (Japan, Ver 0.1)";256x224@60;H
+bublbobl1;"Bubble Bobble (Japan, Ver 0.0)";256x224@60;H
+bublboblb;"Bubble Bobble (for Bobble Bobble PCB)";256x224@60;H
+bublboblr;"Bubble Bobble (US, Ver 5.1)";256x224@60;H
+bublboblr1;"Bubble Bobble (US, Ver 1.0)";256x224@60;H
+bublboblu;"Bubble Bobble (Ultra Version, Hack)";256x224@60;H
+bublcave;"Bubble Bobble: Lost Cave V1.2";256x224@60;H
+bublcave10;"Bubble Bobble: Lost Cave V1.0";256x224@60;H
+bublcave11;"Bubble Bobble: Lost Cave V1.1";256x224@60;H
+bubsymphe;"Bubble Symphony (Ver 2.5O 1994/10/05)";320x224@60;H
+bubsymphj;"Bubble Symphony (Ver 2.5J 1994/10/05)";320x224@60;H
+bubsymphu;"Bubble Symphony (Ver 2.5A 1994/10/05)";320x224@60;H
+bucaner;"Buccaneer";288x224@60;V
+buccanrs;"Buccaneers (set 1)";256x256@55;H
+buccanrsa;"Buccaneers (set 2)";256x256@55;H
+buccanrsb;"Buccaneers (set 3, harder)";256x256@55;H
+bucky;"Bucky O'Hare (ver EAB)";384x224@60;H
+buckyaab;"Bucky O'Hare (ver AAB)";384x224@60;H
+buckyea;"Bucky O'Hare (ver EA)";384x224@60;H
+buckyjaa;"Bucky O'Hare (ver JAA)";384x224@60;H
+buckyuab;"Bucky O'Hare (ver UAB)";384x224@60;H
+bullet;"Bullet (FD1094 317-0041)";320x224@60;H
+bulletd;"Bullet (FD1094 317-0041 decrypted)";320x224@60;H
+bullfgt;"Bullfight (315-5065)";256x224@60;H
+buraiken;"Hissatsu Buraiken (Japan)";256x240@60;V
+burglarx;"Burglar X";384x224@60;H
+burnforc;"Burning Force (Euro) - Burning Force (Japan, new version (Rev C))";288x224@60;H
+burnforco;"Burning Force (Japan, old version)";288x224@60;H
+burningf;"Burning Fight (NGM-018)(NGH-018)";304x224@59;H
+burningfh;"Burning Fight (NGH-018)(US)";304x224@59;H
+burningfp;"Burning Fight (prototype, older)";304x224@59;H
+burningfpa;"Burning Fight (prototype, ver 23.3, 910326)";304x224@59;H
+buzzard;"Buzzard";288x224@60;V
+bwcasino;"Boardwalk Casino";288x224@60;V
+bwings;"B-Wings (Japan new Ver.)";256x240@60;V
+bwingsa;"B-Wings (Alt Ver.?)";256x240@60;V
+bwingso;"B-Wings (Japan old Ver.)";256x240@60;V
+bygone;"Bygone";240x224@60;H
+cabal;"Cabal (World, Joystick)";256x256@60;H
+cabala;"Cabal (korea?, Joystick)";256x256@60;H
+cachat;"Cachat (Japan)";320x224@60;H
+cactus;"Cactus (bootleg of Saboten Bombers)";384x224@56;H
+cadash;"Cadash (USA, Asia, Kor) - Cadash (World) - Cadash - Cadash";320x240@60;H
+cadashf;"Cadash (France)";320x240@60;H
+cadashg;"Cadash (Germany, version 1)";320x240@60;H
+cadashi;"Cadash (Italy)";320x240@60;H
+cadashj;"Cadash (Japan, version 2)";320x240@60;H
+cadashj1;"Cadash (Japan, version 1)";320x240@60;H
+cadashjo;"Cadash (Japan, oldest version)";320x240@60;H
+cadashp;"Cadash (World, prototype)";320x240@60;H
+cadashu;"Cadash (US, version 2)";320x240@60;H
+cairblad;"Change Air Blade (Japan)";338x240@60;V
+calibr50;"Caliber 50";384x240@57;V
+calipso;"Calipso";256x224@60;V
+calorie;"Calorie Kun vs Moguranian";256x224@60;H
+calorieb;"Calorie Kun vs Moguranian (bootleg)";256x224@60;H
+cameltry;"Cameltry (US, YM2610)";320x224@60;H
+cameltrya;"Cameltry (US, YM2203 + M6295)";320x224@60;H
+cameltryau;"Cameltry (World, YM2203 + M6295)";320x224@60;H
+cameltryj;"Cameltry (Japan, YM2610)";320x224@60;H
+candance;"Cannon Dancer (Japan)";320x240@58;H
+candory;"Candory (Bootleg)";288x224@60;H
+cannball;"Cannon Ball (Yun Sung, horizontal)";384x240@60;H
+cannballv;"Cannon Ball (Yun Sung, vertical)";384x240@60;V
+cannonbp;"Cannon Ball (Pacman Hardware)";288x224@60;V
+canvas;"Canvas Croquis";288x216@60;H
+canyon;"Canyon Bomber";256x240@60;H
+canyonp;"Canyon Bomber (prototype)";256x240@60;H
+capbowl;"Capcom Bowling (set 1)";360x244@57;V
+capbowl2;"Capcom Bowling (set 2)";360x244@57;V
+capbowl3;"Capcom Bowling (set 3)";360x244@57;V
+capbowl4;"Capcom Bowling (set 4)";360x244@57;V
+capitol;"Capitol";256x208@60;V
+captcomm;"Captain Commando (911202 other country)";384x224@60;H
+captcommb;"Captain Commando (bootleg set 1, 911014 other country)";384x224@60;H
+captcommb2;"Captain Commando (bootleg set 2 (with YM2151 + 2xMSM52";384x224@60;H
+captcommj;"Captain Commando (911202 Japan)";384x224@60;H
+captcommjr1;"Captain Commando (910928 Japan)";384x224@60;H
+captcommr1;"Captain Commando (911014 other country)";384x224@60;H
+captcommu;"Captain Commando (910928 USA)";384x224@60;H
+cashquiz;"Cash Quiz (Type B, Version 5)";256x224@60;H
+catacomb;"Catacomb";256x224@60;V
+catt;"Catt (Japan)";320x224@60;H
+cavelon;"Cavelon";256x224@60;V
+cavenger;"Cosmic Avenger - Cosmic Avenger";240x196@60;H
+cawing;"Carrier Air Wing (U.S. navy 901012 etc)";384x224@60;H
+cawingb2;"Carrier Air Wing (bootleg set 2 (with 2xYM2203 + 2xMSM";384x224@60;H
+cawingbl;"Carrier Air Wing (bootleg set 1 (with 2xYM2203 + 2xMSM";384x224@60;H
+cawingj;"U.S. Navy (901012 Japan)";384x224@60;H
+cawingr1;"Carrier Air Wing (U.S. navy 901009 etc)";384x224@60;H
+cawingu;"Carrier Air Wing (U.S. navy 901012 USA)";384x224@60;H
+cbuster;"Crude Buster (World FX version)";256x240@58;H
+cbusterj;"Crude Buster (Japan FR revision 1)";256x240@58;H
+cbusterw;"Crude Buster (World FU version)";256x240@58;H
+cclimber;"Crazy Climber (US)";256x224@60;H
+cclimbr2;"Crazy Climber 2 (Japan)";288x224@60;H
+cclimbr2a;"Crazy Climber 2 (Japan, Harder)";288x224@60;H
+cencourt;"Center Court (World, 4 Players, prototype, MC-8123B)";320x224@60;V
+centiped;"Centipede - Centipede (revision 4)";256x240@60;V
+centiped3;"Centipede (revision 3)";256x240@60;V
+chainrec;"Chain Reaction (World, Version 2.2, 1995.09.25)";320x240@58;H
+chaknpop;"Chack'n Pop";256x224@60;H
+chameleo;"Chameleon";256x224@60;H
+champwr;"Champion Wrestler (World)";320x224@60;H
+champwrj;"Champion Wrestler (Japan)";320x224@60;H
+champwru;"Champion Wrestler (US)";320x224@60;H
+chanbara;"Chanbara";256x224@60;V
+changes;"Changes";256x224@60;H
+changesa;"Changes (EME license)";256x224@60;H
+charlien;"Charlie Ninja";320x240@58;H
+chasehq;"Chase H.Q. (World) - Taito Chase H.Q. - Taito Chase H.Q. - Taito Chase H.Q. (Euro) - Taito Chase H.Q. (USA, SMS Mode)";320x240@60;H
+chasehqj;"Chase H.Q. (Japan) - Taito Chase H.Q. (Jpn, SMS Mode)";320x240@60;H
+chasehqju;"Chase H.Q. (Japan UP)";320x240@60;H
+chasehqu;"Chase H.Q. (US)";320x240@60;H
+checkman;"Check Man";256x224@60;V
+checkmanj;"Check Man (Japan)";256x224@60;V
+cheekyms;"Cheeky Mouse";256x192@60;V
+chelnov;"Chelnov (Jpn) - Chelnov - Atomic Runner (World)";256x248@60;H
+chelnovj;"Chelnov - Atomic Runner (Japan)";256x248@60;H
+chelnovu;"Chelnov - Atomic Runner (US)";256x248@60;H
+chewing;"Chewing Gum";256x224@60;V
+chikij;"Chiki Chiki Boys (900619 Japan) - Chiki Chiki Boys (Jpn, Kor)";384x224@60;H
+chimerab;"Chimera Beast (prototype)";256x224@60;H
+chinagat;"China Gate (US)";256x240@60;H
+chinatwn;"China Town (Japan)";320x240@58;H
+chkun;"Chance Kun (Japan)";256x224@60;V
+chokchok;"Choky! Choky!";320x240@60;H
+choko;"Choko (010820 Japan)";384x224@60;H
+chopliftbl;"Choplifter (bootleg)";256x224@60;H
+chopliftu;"Choplifter (unprotected)";256x224@60;H
+chopper;"Battle Chopper - Chopper I (US set 1)";400x224@60;V
+choppera;"Chopper I (US set 2)";400x224@60;V
+chopperb;"Chopper I (US set 3)";400x224@60;V
+chqflag;"Chequered Flag";304x224@60;V
+chqflagj;"Chequered Flag (Japan)";304x224@60;V
+chukatai;"Chuka Taisen (World) - Gokuraku! Chuka Taisen";256x224@60;H
+chukataij;"Chuka Taisen (Japan)";256x224@60;H
+chukataiu;"Chuka Taisen (US)";256x224@60;H
+circusc;"Circus Charlie (Jpn) - Circus Charlie (level select, set 1) - Maxi Tuan ~ Circus Charlie (Tw)";256x224@60;V
+circusc2;"Circus Charlie (level select, set 2)";256x224@60;V
+circusc3;"Circus Charlie (level select, set 3)";256x224@60;V
+circusc4;"Circus Charlie (no level select)";256x224@60;V
+circuscc;"Circus Charlie (Centuri)";256x224@60;V
+circusce;"Circus Charlie (Centuri, earlier)";256x224@60;V
+citybomb;"City Bomber (World)";256x224@60;V
+citybombj;"City Bomber (Japan)";256x224@60;V
+citycon;"City Connection (Jpn) - City Connection (set 1)";240x224@60;H
+citycona;"City Connection (Jpn, Alt) - City Connection (set 2)";240x224@60;H
+ckongg;"Crazy Kong (bootleg on Galaxian hardware)";256x224@60;V
+ckongmc;"Crazy Kong (bootleg on Moon Cresta hardware)";256x224@60;V
+ckongs;"Crazy Kong (Scramble hardware)";256x224@60;V
+clbowl;"Coors Light Bowling";360x244@57;V
+cleopatr;"Cleopatra Fortune (Ver 2.1J 1996/09/05)";320x224@60;H
+cloak;"Cloak & Dagger (rev 5)";256x232@60;H
+cloakfr;"Cloak & Dagger (French)";256x232@60;H
+cloakgr;"Cloak & Dagger (German)";256x232@60;H
+cloaksp;"Cloak & Dagger (Spanish)";256x232@60;H
+cltchitr;"Clutch Hitter (set 2, US, FD1094 317-0176)";320x224@60;H
+cltchitrd;"Clutch Hitter (set 2, US, FD1094 317-0176 decrypted)";320x224@60;H
+cltchitrj;"Clutch Hitter (set 1, Japan, FD1094 317-0175)";320x224@60;H
+cltchitrjd;"Clutch Hitter (set 1, Japan, FD1094 317-0175 decrypted";320x224@60;H
+cnbe;"Codename - Blut Engel (2006-01-19)";304x224@59;H
+cndi;"Chip n Dale (Intro demo)";304x224@59;H
+cninja;"Caveman Ninja (World ver 4)";256x240@58;H
+cninja1;"Caveman Ninja (World ver 1)";256x240@58;H
+cninjabl;"Caveman Ninja (bootleg)";256x240@58;H
+cninjau;"Caveman Ninja (US ver 4)";256x240@58;H
+cobracom;"Cobra-Command (World/US revision 5)";256x240@58;H
+cobracoma;"Cobra-Command (World/US revision 4)";256x240@58;H
+cobracomb;"Cobra-Command (Italian bootleg)";256x240@58;H
+cobracomj;"Cobra-Command (Japan)";256x240@58;H
+cobracomja;"Cobra-Command (Japan?, set 2)";256x240@58;H
+cobracomjb;"Cobra-Command (Japan, bootleg)";256x240@58;H
+columnsn;"Columns (Neo Geo)";304x224@59;H
+combh;"Combat Hawk";224x224@60;V
+commando;"Commando (World)";256x224@60;V
+commandob;"Commando (bootleg)";256x224@60;V
+commandob2;"Commando (bootleg 2)";256x224@60;V
+commandoj;"Senjou no Ookami";256x224@60;V
+commandou;"Commando (US, set 1)";256x224@60;V
+commandou2;"Commando (US, set 2)";256x224@60;V
+commandw;"Command War - Super Special Battle & War Game (Ver 0.0";320x224@60;H
+commsega;"Commando (Sega)";256x224@60;V
+condor;"Condor (Sidam bootleg of Phoenix)";256x208@60;V
+condorn;"Condor (S C Novar bootleg of Phoenix)";256x208@60;V
+congo;"Congo (Prototype) - Congo Bongo - Congo Bongo - Congo Bongo (Euro, Jpn, v1)";256x224@60;V
+congoa;"Congo Bongo (Euro, Jpn, v1 Alt) - Congo Bongo (Rev C, 3 board stack)";256x224@60;V
+contcirc;"Continental Circus (World)";320x224@60;H
+contcircj;"Continental Circus (Japan)";320x224@60;H
+contcircu;"Continental Circus (US set 1)";320x224@60;H
+contcircua;"Continental Circus (US set 2)";320x224@60;H
+contra;"Contra (US / Asia, set 1) - Contra - Hard Corps (USA, Kor) - Super Contra";280x224@60;V
+contra1;"Contra (US / Asia, set 2)";280x224@60;V
+contrab;"Contra (bootleg)";280x224@60;V
+contrabj;"Contra (Japan bootleg, set 1)";280x224@60;V
+contrabj1;"Contra (Japan bootleg, set 2)";280x224@60;V
+contrae;"Contra (US / Asia, set 3)";280x224@60;V
+contraj;"Contra (Japan, set 1) - Contra - The Hard Corps (Jpn) - Super Contra (Japan)";280x224@60;V
+contraj1;"Contra (Japan, set 2)";280x224@60;V
+cookbib;"Cookie & Bibi (set 1)";320x240@60;H
+cookbib2;"Cookie & Bibi 2";256x224@58;H
+cookbib3;"Cookie & Bibi 3";256x224@58;H
+cookbiba;"Cookie & Bibi (set 2)";320x240@60;H
+cosmccop;"Cosmic Cop (World)";384x256@55;H
+cosmogng;"Cosmo Gang the Video (US)";288x224@60;V
+cotton;"Cotton (set 3, World, FD1094 317-0181a) - Panorama Cotton (Jpn)";320x224@60;H
+cottond;"Cotton (set 3, World, FD1094 317-0181a decrypted)";320x224@60;H
+cottong;"Cotocoto Cottong";256x224@60;V
+cottonj;"Cotton (set 2, Japan, Rev B, FD1094 317-0179b))";320x224@60;H
+cottonja;"Cotton (set 1, Japan, Rev A, FD1094 317-0179a))";320x224@60;H
+cottonjad;"Cotton (set 1, Japan, Rev A, FD1094 317-0179a decrypte";320x224@60;H
+cottonjd;"Cotton (set 2, Japan, Rev B, FD1094 317-0179b decrypte";320x224@60;H
+cottonu;"Cotton (set 2, US, FD1094 317-0180)";320x224@60;H
+cottonud;"Cotton (set 2, US, FD1094 317-0180 decrypted)";320x224@60;H
+countrunb;"Counter Run (bootleg set 1)";256x224@60;H
+cphd;"Crouching Poney Hidden Dragon (DEMO)";304x224@59;H
+cps1demo;"Chaos Demo (CPS-1)";384x224@60;H
+cps1frog;"Frog Feast (CPS-1)";384x224@60;H
+crazyblk;"Crazy Blocks";240x224@60;V
+crazycop;"Crazy Cop (Japan)";288x224@60;V
+crazyfgt;"Crazy Fight";384x224@60;H
+crimec;"Crime City (World)";320x224@60;H
+crimecj;"Crime City (Japan)";320x224@60;H
+crimecu;"Crime City (US)";320x224@60;H
+crimfght;"Crime Fighters (World 2 players)";320x224@60;H
+crimfghtj;"Crime Fighters (Japan 2 Players)";320x224@60;H
+crimfghtu;"Crime Fighters (US 4 Players)";320x224@60;H
+crockman;"Crock-Man (bootleg, Rene-Pierre)";288x224@60;V
+croquis;"Croquis (Germany)";320x224@60;H
+crospang;"Cross Pang";320x240@60;H
+crossbld;"Cross Blades! (Japan)";320x240@60;H
+crshrace;"Lethal Crash Race (set 1)";320x224@60;V
+crshrace2;"Lethal Crash Race (set 2)";320x224@60;V
+crswd2bl;"Crossed Swords 2 (bootleg CD to cartridge conversion)";304x224@59;H
+crsword;"Crossed Swords (ALM-002)(ALH-002)";304x224@59;H
+cruisin;"Cruisin";240x224@60;H
+crush;"Alien Crush - Alien Crush - Crush Roller (Kural Samno) - Mad Crusher (Japan) - Rolling Crush (version 1.07.E - 1999/02/11, Trust lice - Super Metal Crusher";288x224@60;V
+crush2;"Crush Roller (Kural Esco - bootleg?)";288x224@60;V
+crush4;"Crush Roller (Kural - bootleg?)";288x224@60;V
+crush5;"Crush Roller (Kural TWT)";288x224@60;V
+crushbl;"Crush Roller (bootleg set 1)";288x224@60;V
+crushbl2;"Crush Roller (bootleg set 2)";288x224@60;V
+crushbl3;"Crush Roller (bootleg set 3)";288x224@60;V
+crusherm;"Crusher Makochan (Japan)";320x240@58;H
+crushs;"Crush Roller (Sidam bootleg)";288x224@60;V
+csclub;"Capcom Sports Club (971017 Euro)";384x224@60;H
+csclub1;"Capcom Sports Club (970722 Euro)";384x224@60;H
+csclub1d;"Capcom Sports Club (970722 Euro Phoenix Edition)";384x224@60;H
+cscluba;"Capcom Sports Club (970722 Asia)";384x224@60;H
+csclubh;"Capcom Sports Club (970722 Hispanic)";384x224@60;H
+csclubj;"Capcom Sports Club (970722 Japan)";384x224@60;H
+csclubjy;"Capcom Sports Club (970722 Japan, yellow case)";384x224@60;H
+csilver;"Captain Silver (World)";256x240@58;H
+csilverj;"Captain Silver (Japan revision 3)";256x240@58;H
+csilverja;"Captain Silver (Japan revision 1)";256x240@58;H
+csprint;"Championship Sprint (Atari System 2)";512x384@60;H
+ct2k3sa;"Crouching Tiger Hidden Dragon 2003 Super Plus alternat";304x224@59;H
+ct2k3sp;"Crouching Tiger Hidden Dragon 2003 Super Plus";304x224@59;H
+cthd2003;"Crouching Tiger Hidden Dragon 2003 (set 1)";304x224@59;H
+cthd2k3a;"Crouching Tiger Hidden Dragon 2003 (set 2)";304x224@59;H
+ctomaday;"Captain Tomaday";304x224@59;H
+ctribe;"The Combatribes (US)";320x240@57;H
+ctribe1;"The Combatribes (US set 1?)";320x240@57;H
+ctribeb;"The Combatribes (bootleg set 1)";320x240@57;H
+ctribeb2;"The Combatribes (bootleg set 2)";320x240@57;H
+ctribej;"The Combatribes (Japan)";320x240@57;H
+ctribeo;"The Combatribes (US , older)";320x240@57;H
+ctrpllrp;"Caterpillar Pacman Hack";288x224@60;V
+cubybop;"Cuby Bop (location test)";320x224@60;H
+cuebrick;"Cue Brick (World, version D)";304x224@60;H
+cuebrickj;"Cue Brick (Japan)";320x224@60;H
+cupfinal;"Taito Cup Finals (Ver 1.0O 1993/02/28)";320x224@60;H
+cutefght;"Cute Fighter";304x224@58;H
+cutieq;"Cutie Q";272x224@60;V
+cworld;"Capcom World (Japan)";384x240@60;H
+cworld2j;"Adventure Quiz Capcom World 2 (920611 Japan)";384x224@60;H
+cworld2ja;"Adventure Quiz Capcom World 2 (Japan 920611, B-Board 9";384x224@60;H
+cworld2jb;"Adventure Quiz Capcom World 2 (Japan 920611, B-Board 9";384x224@60;H
+cybattlr;"Cybattler";256x224@60;V
+cyberlip;"Cyber-Lip (NGM-010)";304x224@59;H
+cybertnk;"Cyber Tank (v1.4)";224x512@60;V
+cybots;"Cyberbots - fullmetal madness (950424 Euro)";384x224@60;H
+cybotsj;"Cyberbots - fullmetal madness (950420 Japan)";384x224@60;H
+cybotsjd;"Cyberbots - fullmetal madness (Japan 950424) (decrypte";384x224@60;H
+cybotsu;"Cyberbots - fullmetal madness (950424 USA)";384x224@60;H
+cybotsud;"Cyberbots - fullmetal madness (950424 USA Phoenix Edit";384x224@60;H
+cyvern;"Cyvern (US)";320x240@60;V
+cyvernj;"Cyvern (Japan)";320x240@60;V
+dacholer;"Dacholer";256x224@60;H
+dadandrn;"Kyukyoku Sentai Dadandarn (ver JAA)";288x224@60;H
+daimakai;"Dai Makai-Mura (Japan) - Dai Makaimura - Dai Makaimura (Jpn)";384x224@60;H
+daimakaib;"Dai Makai-Mura (bootleg, Japan)";384x224@60;H
+daimakair;"Dai Makai-Mura (Japan Resale Ver.)";384x224@60;H
+daioh;"Daioh";384x240@60;V
+daioha;"Daioh (earlier)";384x240@60;V
+daiohc;"Daioh (93111A PCB conversion)";384x240@60;V
+daiohp;"Daioh (prototype)";384x240@60;V
+dairesya;"Dai Ressya Goutou (Japan)";240x224@60;H
+daisenpu;"Dai Senpu - Daisenpu (Japan)";384x224@60;V
+dambustr;"Dambusters (US, set 1) - The Dam Busters (Euro?)";256x224@60;V
+dambustra;"Dambusters (US, set 2) - The Dam Busters (Jpn)";256x224@60;V
+dambustruk;"Dambusters (UK)";256x224@60;V
+dangar;"Ufo Robo Dangar (4/07/1987)";256x224@60;V
+dangara;"Ufo Robo Dangar (12/1/1986)";256x224@60;V
+dangarb;"Ufo Robo Dangar (9/26/1986)";256x224@60;V
+dangarbt;"Ufo Robo Dangar (bootleg)";256x224@60;V
+dangseed;"Dangerous Seed (Japan) - Dangerous Seed (Jpn)";288x224@60;V
+dankuga;"Dan-Ku-Ga (Ver 0.0J 1994/12/13) (Prototype)";320x224@60;H
+daraku;"Daraku Tenshi - The Fallen Angels";320x224@60;H
+darius;"Darius (World)";224x864@60;V
+darius2;"Darius II (Japan) - Darius II (Jpn)";224x864@60;V
+darius2d;"Darius II (dual screen) (Japan)";224x640@60;V
+darius2do;"Darius II (dual screen) (Japan old version)";224x640@60;V
+dariuse;"Darius (Extra) (Japan)";224x864@60;V
+dariusg;"Darius Gaiden - Silver Hawk (Ver 2.5O 1994/09/19)";320x232@60;H
+dariusgj;"Darius Gaiden - Silver Hawk (Ver 2.5J 1994/09/19)";320x232@60;H
+dariusgu;"Darius Gaiden - Silver Hawk (Ver 2.5A 1994/09/19)";320x232@60;H
+dariusgx;"Darius Gaiden - Silver Hawk Extra Version (Ver 2.7J 19";320x232@60;H
+dariusj;"Darius (Japan)";224x864@60;V
+dariuso;"Darius (Japan old version)";224x864@60;V
+dariusu;"Darius (US)";224x864@60;V
+darkadv;"Dark Adventure";320x224@60;H
+darkmist;"The Lost Castle In Darkmist";256x224@60;V
+darkplnt;"Dark Planet";256x224@60;H
+darkseal;"Dark Seal (World revision 3)";256x240@58;H
+darkseal1;"Dark Seal (World revision 1)";256x240@58;H
+darkseal2;"Dark Seal 2 (Japan v2.1)";320x240@58;H
+darksealj;"Dark Seal (Japan)";256x240@58;H
+darktowr;"Dark Tower";256x240@57;H
+darwin;"Darwin 4078 (Japan) - Darwin 4081 (Jpn, Kor) - Super Real Darwin (World)";240x240@60;V
+dassault;"Desert Assault (US)";320x240@60;H
+dassault4;"Desert Assault (US 4 Players)";320x240@60;H
+dblaxle;"Double Axle (US)";320x240@60;H
+dblaxleu;"Double Axle (US earlier)";320x240@60;H
+dbldynj;"The Double Dynamites (Japan, 13NOV89)";256x224@60;H
+dbldynu;"The Double Dynamites (US, 13NOV89)";256x224@60;H
+dblewing;"Double Wings";320x240@58;V
+dblpoint;"Double Point";320x224@60;H
+dblpointd;"Double Point (Dong Bang Electron, bootleg?)";320x224@60;H
+dbreed;"Dragon Breed (M81 PCB version)";384x256@55;H
+dbreedm72;"Dragon Breed (M72 PCB version)";384x256@55;H
+dbz;"Dragon Ball Z - Buyuu Retsuden (Jpn) - Dragonball Z (rev B)";384x256@60;H
+dbz2;"Dragonball Z 2 - Super Battle";384x256@60;H
+dbza;"Dragonball Z (rev A)";384x256@60;H
+dcon;"D-Con";320x224@60;H
+ddaydoo;"Chulgyeok D-Day (Korea)";384x240@60;V
+ddcrew;"D. D. Crew (set 4, World, 3 Players, FD1094 317-0190)";320x224@60;H
+ddcrew1;"D. D. Crew (set 1, World, 4 Players, FD1094 317-?)";320x224@60;H
+ddcrew1d;"D. D. Crew (set 1, World, 4 Players, FD1094 317-? decr";320x224@60;H
+ddcrew2;"D. D. Crew (set 2, World, 2 Players, FD1094 317-0184)";320x224@60;H
+ddcrew2d;"D. D. Crew (set 2, World, 2 Players, FD1094 317-0184 d";320x224@60;H
+ddcrewd;"D. D. Crew (set 4, World, 3 Players, FD1094 317-0190 d";320x224@60;H
+ddcrewj;"D. D. Crew (set 5, Japan, 4 Players, FD1094 317-0185)";320x224@60;H
+ddcrewj2;"D. D. Crew (set 6, Japan, 2 Players, FD1094 317-0182)";320x224@60;H
+ddcrewj2d;"D. D. Crew (set 6, Japan, 2 Players, FD1094 317-0182 d";320x224@60;H
+ddcrewjd;"D. D. Crew (set 5, Japan, 4 Players, FD1094 317-0185 d";320x224@60;H
+ddcrewu;"D. D. Crew (set 3, US, 4 Players, FD1094 317-0186)";320x224@60;H
+ddcrewud;"D. D. Crew (set 3, US, 4 Players, FD1094 317-0186 decr";320x224@60;H
+ddonpach;"DoDonPachi (International, master ver. 97/02/05)";320x240@60;V
+ddonpacha;"DoDonPachi (Arrange Mode version 1.1, hack by Trap15)";320x240@60;V
+ddonpachj;"DoDonPachi (Japan, master ver. 97/02/05)";320x240@60;V
+ddp2;"Bee Storm - DoDonPachi II (V102, World) - Judge Dredd (USA, Prototype, Alt)";448x224@60;V
+ddp2100;"Bee Storm - DoDonPachi II (V100, World)";448x224@60;V
+ddp2100c;"Bee Storm - DoDonPachi II (V100, China)";448x224@60;V
+ddp2100hk;"Bee Storm - DoDonPachi II (V100, Hong Kong)";448x224@60;V
+ddp2100j;"Bee Storm - DoDonPachi II (V100, Japan)";448x224@60;V
+ddp2100k;"Bee Storm - DoDonPachi II (V100, Korea)";448x224@60;V
+ddp2100t;"Bee Storm - DoDonPachi II (V100, Taiwan)";448x224@60;V
+ddp2101;"Bee Storm - DoDonPachi II (V101, World)";448x224@60;V
+ddp2101c;"Bee Storm - DoDonPachi II (V101, China)";448x224@60;V
+ddp2101hk;"Bee Storm - DoDonPachi II (V101, Hong Kong)";448x224@60;V
+ddp2101j;"Bee Storm - DoDonPachi II (V101, Japan)";448x224@60;V
+ddp2101k;"Bee Storm - DoDonPachi II (V101, Korea)";448x224@60;V
+ddp2101t;"Bee Storm - DoDonPachi II (V101, Taiwan)";448x224@60;V
+ddp2c;"Bee Storm - DoDonPachi II (V102, China)";448x224@60;V
+ddp2hk;"Bee Storm - DoDonPachi II (V102, Hong Kong)";448x224@60;V
+ddp2j;"Bee Storm - DoDonPachi II (V102, Japan)";448x224@60;V
+ddp2k;"Bee Storm - DoDonPachi II (V102, Korea)";448x224@60;V
+ddp2t;"Bee Storm - DoDonPachi II (V102, Taiwan)";448x224@60;V
+ddpdoj;"DoDonPachi Dai-Ou-Jou (V101, Japan)";448x224@60;V
+ddpdoja;"DoDonPachi Dai-Ou-Jou (V100 (second version), Japan)";448x224@60;V
+ddpdojb;"DoDonPachi Dai-Ou-Jou (V100 (first version), Japan)";448x224@60;V
+ddpdojblk;"DoDonPachi Dai-Ou-Jou Black Label (V100, (2002.10.07.B";448x224@60;V
+ddpdojblka;"DoDonPachi Dai-Ou-Jou Black Label (V100 (2002.10.07 Bl";448x224@60;V
+ddpdojblkbl;"DoDonPachi Dai-Ou-Jou Black Label (2002.10.07 Black Ve";448x224@60;V
+ddragon;"Double Dragon (Euro, USA) - Double Dragon (Euro, USA) - Double Dragon (Japan) - Double Dragon (Kor) - Double Dragon (World)";256x240@57;H
+ddragon2;"Double Dragon II - The Revenge (Jpn) - Double Dragon II - The Revenge (World)";256x240@57;H
+ddragon2b;"Double Dragon II - The Revenge (US bootleg, set 1)";256x240@57;H
+ddragon2b2;"Double Dragon II - The Revenge (US bootleg, set 2)";256x240@57;H
+ddragon2u;"Double Dragon II - The Revenge (US)";256x240@57;H
+ddragon3;"Double Dragon 3 - The Arcade Game (Euro, USA) - Double Dragon 3 - The Rosetta Stone (US)";320x240@57;H
+ddragon3b;"Double Dragon 3 - The Rosetta Stone (bootleg)";320x240@57;H
+ddragon3j;"Double Dragon 3 - The Rosetta Stone (Japan)";320x240@57;H
+ddragon3p;"Double Dragon 3 - The Rosetta Stone (prototype)";320x240@57;H
+ddragonb;"Double Dragon (bootleg with HD6309)";256x240@57;H
+ddragonb2;"Double Dragon (bootleg)";256x240@57;H
+ddragonba;"Double Dragon (bootleg with M6803)";256x240@57;H
+ddragonu;"Double Dragon (US set 1)";256x240@57;H
+ddragonua;"Double Dragon (US set 2)";256x240@57;H
+ddragonub;"Double Dragon (US set 3)";256x240@57;H
+ddragonw;"Double Dragon (World set 1)";256x240@57;H
+ddragonw1;"Double Dragon (World set 2)";256x240@57;H
+ddsom;"Dungeons & Dragons - shadow over mystara (960619 Euro)";384x224@60;H
+ddsoma;"Dungeons & Dragons - shadow over mystara (960619 Asia)";384x224@60;H
+ddsomar1;"Dungeons & Dragons - shadow over mystara (960208 Asia)";384x224@60;H
+ddsomb;"Dungeons & Dragons - shadow over mystara (960223 Brazi";384x224@60;H
+ddsomh;"Dungeons & Dragons - shadow over mystara (960223 Hispa";384x224@60;H
+ddsomj;"Dungeons & Dragons - shadow over mystara (960619 Japan";384x224@60;H
+ddsomjr1;"Dungeons & Dragons - shadow over mystara (960206 Japan";384x224@60;H
+ddsomjr2;"Dungeons & Dragons - shadow over mystara (960223 Japan";384x224@60;H
+ddsomr1;"Dungeons & Dragons - shadow over mystara (960223 Euro)";384x224@60;H
+ddsomr2;"Dungeons & Dragons - shadow over mystara (960209 Euro)";384x224@60;H
+ddsomr3;"Dungeons & Dragons - shadow over mystara (960208 Euro)";384x224@60;H
+ddsomu;"Dungeons & Dragons - shadow over mystara (960619 USA)";384x224@60;H
+ddsomud;"Dungeons & Dragons - shadow over mystara (960619 USA P";384x224@60;H
+ddsomur1;"Dungeons & Dragons - shadow over mystara (960209 USA)";384x224@60;H
+ddtod;"Dungeons & Dragons - tower of doom (940412 Euro)";384x224@60;H
+ddtoda;"Dungeons & Dragons - tower of doom (940412 Asia)";384x224@60;H
+ddtodar1;"Dungeons & Dragons - tower of doom (940113 Asia)";384x224@60;H
+ddtodd;"Dungeons & Dragons - tower of doom (940412 Euro Phoeni";384x224@60;H
+ddtodh;"Dungeons & Dragons - tower of doom (940412 Hispanic)";384x224@60;H
+ddtodhr1;"Dungeons & Dragons - tower of doom (940125 Hispanic)";384x224@60;H
+ddtodhr2;"Dungeons & Dragons - tower of doom (940113 Hispanic)";384x224@60;H
+ddtodj;"Dungeons & Dragons - tower of doom (940412 Japan)";384x224@60;H
+ddtodjr1;"Dungeons & Dragons - tower of doom (940125 Japan)";384x224@60;H
+ddtodjr2;"Dungeons & Dragons - tower of doom (940113 Japan)";384x224@60;H
+ddtodr1;"Dungeons & Dragons - tower of doom (940113 Euro)";384x224@60;H
+ddtodu;"Dungeons & Dragons - tower of doom (940125 USA)";384x224@60;H
+ddtodur1;"Dungeons & Dragons - tower of doom (940113 USA)";384x224@60;H
+ddux;"Dynamite Dux (Euro, Bra) - Dynamite Dux (set 2, FD1094 317-0096)";320x224@60;H
+ddux1;"Dynamite Dux (set 1, 8751 317-0095)";320x224@60;H
+dduxbl;"Dynamite Dux (bootleg)";320x224@60;H
+dduxd;"Dynamite Dux (set 2, FD1094 317-0096 decrypted)";320x224@60;H
+dduxj;"Dynamite Dux (set 2, Japan, FD1094 317-0094)";320x224@60;H
+dduxjd;"Dynamite Dux (set 2, Japan, FD1094 317-0094 decrypted)";320x224@60;H
+deadconx;"Dead Connection (World)";320x224@60;H
+deadconxj;"Dead Connection (Japan)";320x224@60;H
+dealer;"The Dealer";272x236@60;V
+deathbrd;"Death Brade (Japan ver JM-3)";320x240@58;H
+deerhunt;"Deer Hunter (Rus) - Deer Hunting USA V4.3";320x240@60;H
+deerhunta;"Deer Hunting USA V4.2";320x240@60;H
+deerhuntb;"Deer Hunting USA V4.0";320x240@60;H
+deerhuntc;"Deer Hunting USA V3.0";320x240@60;H
+deerhuntd;"Deer Hunting USA V2";320x240@60;H
+deerhunte;"Deer Hunting USA V1";320x240@60;H
+defense;"Defense (System 16B, FD1089A 317-0028)";320x224@60;H
+deluxe4u;"Deluxe 4 U (ver. 0107, 07/01/2000)";320x240@60;H
+deluxe5;"Deluxe 5 (ver. 0107, 07/01/2000, set 1)";320x240@60;H
+deluxe5a;"Deluxe 5 (ver. 0107, 07/01/2000, set 2)";320x240@60;H
+deluxe5b;"Deluxe 5 (ver. 0107, 07/01/2000, set 3)";320x240@60;H
+demonwld;"Demon's World / Horror Story (set 1)";320x240@55.2;H
+demonwld1;"Demon's World / Horror Story (set 2)";320x240@55.2;H
+demonwld2;"Demon's World / Horror Story (set 3)";320x240@55.2;H
+demonwld3;"Demon's World / Horror Story (set 4)";320x240@55.2;H
+demonwld4;"Demon's World / Horror Story (set 5)";320x240@55.2;H
+deroon;"Deroon DeroDero";320x240@57;H
+deroona;"Deroon DeroDero (alt set)";320x240@57;H
+desertbr;"Desert Breaker (World, FD1094 317-0196)";320x224@60;V
+desertbrd;"Desert Breaker (World, FD1094 317-0196 decrypted)";320x224@60;V
+desertbrj;"Desert Breaker (Japan, FD1094 317-0194)";320x224@60;V
+desertbrjd;"Desert Breaker (Japan, FD1094 317-0194 decrypted)";320x224@60;V
+detatwin;"Detana!! Twin Bee (Japan ver. J)";280x224@60;V
+devilfsg;"Devil Fish (Galaxian hardware, bootleg?)";256x224@60;V
+devilfsh;"Devil Fish";256x224@60;V
+devilw;"Devil World";320x224@60;H
+devstors;"Devastators (ver. Z)";304x224@60;V
+devstors2;"Devastators (ver. X)";304x224@60;V
+devstors3;"Devastators (ver. V)";304x224@60;V
+dfeveron;"Dangun Feveron (Japan, ver. 98/09/17)";320x240@58;V
+dharma;"Dharma Doujou";320x224@60;H
+dharmaj;"Dharma Doujou (Japan)";320x224@60;H
+dharmak;"Dharma Doujou (Korea)";320x224@60;H
+diamond;"Diamond Run";256x224@60;H
+dietgo;"Diet Go Go (Euro v1.1 1992.09.26)";320x240@58;H
+dietgoe;"Diet Go Go (Euro v1.1 1992.08.04)";320x240@58;H
+dietgoj;"Diet Go Go (Japan v1.1 1992.09.26)";320x240@58;H
+dietgou;"Diet Go Go (USA v1.1 1992.09.26)";320x240@58;H
+digdug;"Dig Dug (Jpn) - Dig Dug (Prototype) - Dig Dug (rev 2)";288x224@60;V
+digdug2;"Dig Dug II (New Ver.)";288x224@60;V
+digdug2o;"Dig Dug II (Old Ver.)";288x224@60;V
+diggerma;"Digger Man";304x224@59;H
+dimahoo;"Dimahoo (000121 Euro)";384x224@60;V
+dimahoou;"Dimahoo (000121 USA)";384x224@60;V
+dimahoud;"Dimahoo (000121 USA Phoenix Edition)";384x224@60;V
+dingo;"Dingo";256x224@60;V
+dino;"Cadillacs & Dinosaurs (930201 etc)";384x224@60;H
+dinoa;"Cadillacs & Dinosaurs (930223 Asia TW)";384x224@60;H
+dinoeh;"Cadillacs and Dinosaurs (hack, 930201 etc)";384x224@60;H
+dinoh;"Cadillacs and Dinosaurs (bootleg set 3, 930223 Asia TW";384x224@60;H
+dinohc;"Cadillacs and Dinosaurs (Chinese bootleg, 930223 Asia";384x224@60;H
+dinohunt;"Dinosaur Hunter (Chinese bootleg, 930223 Asia TW)";384x224@60;H
+dinoj;"Cadillacs Kyouryuu-Shinseiki (Cadillacs 930201 Japan)";384x224@60;H
+dinopic;"Cadillacs and Dinosaurs (bootleg set 1 (with PIC16c57)";384x224@60;H
+dinopic2;"Cadillacs and Dinosaurs (bootleg set 2 (with PIC16c57)";384x224@60;H
+dinopic3;"Cadillacs and Dinosaurs (bootleg set 3 (with PIC16c57)";384x224@60;H
+dinopic4;"Cadillacs and Dinosaurs (bootleg set 4 (with PIC16c57)";384x224@60;H
+dinorex;"Dino Rex (World)";320x224@60;H
+dinorexj;"Dino Rex (Japan)";320x224@60;H
+dinorexu;"Dino Rex (US)";320x224@60;H
+dinot;"Cadillacs and Dinosaurs Turbo (bootleg set 1, 930223 A";384x224@60;H
+dinotpic;"Cadillacs and Dinosaurs Turbo (bootleg set 2 (with PIC";384x224@60;H
+dinou;"Cadillacs & Dinosaurs (930201 USA)";384x224@60;H
+dirtfoxj;"Dirt Fox (Japan)";288x224@60;V
+disco;"Disco No.1";242x240@60;V
+discof;"Disco No.1 (Rev.F)";242x240@60;V
+diverboy;"Diver Boy";320x240@60;H
+djboy;"DJ Boy (Euro) - DJ Boy (set 1)";256x224@58;H
+djboya;"DJ Boy (set 2)";256x224@58;H
+djboyj;"DJ Boy (Japan) - DJ Boy (Jpn)";256x224@58;H
+dkgensan;"Daiku no Gensan (Japan, M82)";384x256@55;H
+dkgensanm72;"Daiku no Gensan (Japan, M72)";384x256@55;H
+dkingjr;"Donkey King Jr. (bootleg of Donkey Kong Jr.)";256x224@60;V
+dkong;"Donkey Kong - Donkey Kong (US set 1)";256x224@60;V
+dkong3;"Donkey Kong 3 (US)";256x224@60;V
+dkong3b;"Donkey Kong 3 (bootleg on Donkey Kong Jr. hardware)";256x224@60;V
+dkong3j;"Donkey Kong 3 (Japan)";256x224@60;V
+dkongf;"Donkey Kong Foundry (hack)";256x224@60;V
+dkonghrd;"Donkey Kong (US set 1) with Hard kit";256x224@60;V
+dkongj;"Donkey Kong (Japan set 1)";256x224@60;V
+dkongjnrj;"Donkey Kong Junior (Japan?)";256x224@60;V
+dkongjo;"Donkey Kong (Japan set 2)";256x224@60;V
+dkongjo1;"Donkey Kong (Japan set 3)";256x224@60;V
+dkongjr;"Donkey Kong Junior - Donkey Kong Junior (US set F-2)";256x224@60;V
+dkongjrb;"Donkey Kong Jr. (bootleg)";256x224@60;V
+dkongjrj;"Donkey Kong Jr. (Japan)";256x224@60;V
+dkongjrm;"Donkey Kong Jr. (Moon Cresta hardware)";256x224@60;V
+dkongo;"Donkey Kong (US set 2)";256x224@60;V
+dkongpe;"Donkey Kong - Pauline Edition (hack, rev 5)";256x224@60;V
+dkongx;"Donkey Kong II - Jumpman Returns (hack, V1.2)";256x224@60;V
+dkongx11;"Donkey Kong II - Jumpman Returns (hack, V1.1)";256x224@60;V
+dkrainbow;"Donkey Kong - Arcade Rainbow (hack)";256x224@60;V
+dland;"Dream Land / Super Dream Land (bootleg of Bubble Bobbl - Rod-Land (World)";256x224@60;H
+dleague;"Dynamite League (US)";320x240@60;H
+dleaguej;"Dynamite League (Japan)";320x240@60;H
+dmnfrnt;"Demon Front (V105)";448x224@60;H
+dmnfrnta;"Demon Front (V102, China)";448x224@60;H
+dmnfrntb;"Demon Front (V103)";448x224@60;H
+dmnfrntpcb;"Demon Front (V107, Korea, Single PCB Version)";448x224@60;H
+dngrtrck;"Danger Track (Rally X bootleg)";288x224@60;H
+docastle;"Mr. Do!'s Castle - Mr. Do's Castle (set 1)";240x192@60;V
+dodgeman;"Dodge Man";256x224@60;H
+dogfgt;"Acrobatic Dog-Fight";256x240@60;H
+dogfgtj;"Dog-Fight (Japan)";256x240@60;H
+dogfgtu;"Acrobatic Dog-Fight (USA)";256x240@60;H
+dogfight;"Dog Fight (Thunderbolt) - Dog Fighter (Euro)";256x224@60;V
+dogosokb;"Dogou Souken (Joystick hack bootleg)";288x216@60;V
+dogosoke;"Dogou Souken";288x216@60;V
+dogyuun;"Dogyuun";320x240@60;V
+dogyuuna;"Dogyuun (Licensed to Unite Trading For Korea)";320x240@60;V
+dogyuunt;"Dogyuun (test location version)";320x240@60;V
+dokaben;"Dokaben (Japan)";384x240@60;H
+dolmen;"Dolmen";256x224@56;H
+dommy;"Dommy";248x240@57;V
+dondokod;"Don Doko Don (World)";320x224@60;H
+dondokodj;"Don Doko Don (Japan)";320x224@60;H
+dondokodu;"Don Doko Don (US)";320x224@60;H
+donight;"Mr.Do's Nightmare (hack by Krazy Ivan)";256x224@60;V
+donpachi;"DonPachi (USA, ver. 1.12, 95/05/2x)";320x240@58;V
+donpachihk;"DonPachi (Hong Kong, ver. 1.10, 95/05/17)";320x240@58;V
+donpachij;"DonPachi (Japan, ver. 1.01, 95/05/11)";320x240@58;V
+donpachikr;"DonPachi (Korea, ver. 1.12, 95/05/2x)";320x240@58;V
+dorodon;"Dorodon (Jpn) - Dorodon (set 1)";240x196@60;V
+dorodon2;"Dorodon (set 2)";240x196@60;V
+dorunrun;"Do! Run Run (set 1)";240x192@60;H
+dotrikun;"Dottori Kun (new version)";256x192@60;H
+dotrikun2;"Dottori Kun (old version)";256x192@60;H
+dotriman;"Dottori-Man Jr.";256x192@60;H
+doubledr;"Double Dragon (Neo-Geo)";320x224@59;H
+dowild;"Mr. Do's Wild Ride - Mr. Do's Wild Ride (Jpn)";240x192@60;H
+downtown;"DownTown / Mokugeki (Set 1)";384x224@57;V
+downtown2;"DownTown / Mokugeki (Set 2)";384x224@57;V
+downtownj;"DownTown / Mokugeki (Joystick Hack)";384x224@57;V
+downtownp;"DownTown / Mokugeki (prototype)";384x224@57;V
+dquizgo;"Date Quiz Go Go (Korea)";320x240@60;H
+dragnblz;"Dragon Blaze";320x224@60;V
+dragonsh;"Dragon's Heaven (development board)";304x224@59;H
+drakton;"Drakton (DK conversion)";256x224@60;V
+dreamwld;"Dream World";304x224@58;H
+dremshpr;"Dream Shopper";288x224@60;V
+drgnbowl;"Dragon Bowl";256x224@60;H
+drgnbowla;"Dragon Bowl (set 2, unencrypted program)";256x224@60;H
+drgnbstr;"Dragon Buster";288x224@60;H
+drgninja;"Dragonninja (Japan)";256x240@57;H
+drgninjab;"Dragonninja (bootleg set 1)";256x240@57;H
+drgninjab2;"Dragonninja (bootleg set 2)";256x240@57;H
+drgnmst;"Dragon Master";384x224@60;H
+drgnunit;"Dragon Unit / Castle of Dragon";384x240@60;H
+drgw2;"Dragon World II (V110X, World)";448x224@60;H
+drgw2c;"Zhong Guo Long II (V100C, China)";448x224@60;H
+drgw2hk;"Dragon World II (V100H, Hong Kong)";448x224@60;H
+drgw2j;"Chuugokuryuu II (V100J, Japan)";448x224@60;H
+drifto94;"Drift Out '94 - The Hard Order (Japan)";336x238@60;H
+driftout;"Drift Out (Europe)";320x224@60;V
+driftoutj;"Drift Out (Japan)";320x224@60;V
+driveout;"Drive Out";320x224@60;V
+drivfrcb;"Driving Force (Galaxian conversion bootleg)";256x224@60;V
+drivfrcg;"Driving Force (Galaxian conversion)";256x224@60;V
+drivfrcp;"Driving Force (Pac-Man conversion)";256x224@60;V
+drivfrct;"Top Racer (bootleg of Driving Force)";256x224@60;V
+drktnjr;"Drakton (DKJr conversion)";256x224@60;V
+drmicro;"Dr. Micro";256x224@60;V
+drtomy;"Dr. Tomy";320x240@60;H
+drtoppel;"Dr. Toppel's Adventure (World)";256x224@60;V
+drtoppela;"Dr. Toppel's Adventure (World, alt?)";256x224@60;V
+drtoppelj;"Dr. Toppel's Tankentai (Japan)";256x224@60;V
+drtoppelu;"Dr. Toppel's Adventure (US)";256x224@60;V
+dsaber;"Dragon Saber (World, DO2) - Dragon Saber - After Story of Dragon Spirit";288x224@60;V
+dsabera;"Dragon Saber (World, older?)";288x224@60;V
+dsaberj;"Dragon Saber (Japan, Rev B)";288x224@60;V
+dsoccr94;"Dream Soccer '94 (World, M107 hardware)";320x240@60;H
+dsoccr94j;"Dream Soccer '94 (Japan)";320x240@60;H
+dsoccr94k;"Dream Soccer '94 (Korea, M107 hardware)";320x240@60;H
+dspirit;"Dragon Spirit - Dragon Spirit - Dragon Spirit (new version (DS3))";288x224@60;V
+dspirit1;"Dragon Spirit (old version (DS1))";288x224@60;V
+dspirit2;"Dragon Spirit (DS2)";288x224@60;V
+dstlk;"Darkstalkers - the night warriors (940705 Euro) - Landstalker - The Treasures of King Nole (Euro)";384x224@60;H
+dstlka;"Darkstalkers - the night warriors (940705 Asia)";384x224@60;H
+dstlkh;"Darkstalkers - the night warriors (940818 Hispanic)";384x224@60;H
+dstlku;"Darkstalkers - the night warriors (940818 USA) - Landstalker - The Treasures of King Nole (USA)";384x224@60;H
+dstlku1d;"Darkstalkers - the night warriors (940705 USA Phoenix";384x224@60;H
+dstlkur1;"Darkstalkers - the night warriors (940705 USA)";384x224@60;H
+ducki;"Duck Tales (Intro demo)";304x224@59;H
+dumpmtmt;"Dump Matsumoto (Japan, 8751 317-unknown)";320x224@60;H
+dungeonm;"Dungeon Magic (Ver 2.1O 1994/02/18)";320x224@60;H
+dungeonmu;"Dungeon Magic (Ver 2.1A 1994/02/18)";320x224@60;H
+dunkshot;"Dunk Shot (Jpn) - Dunk Shot (Rev C, FD1089 317-0022)";320x224@60;H
+dunkshota;"Dunk Shot (Jpn, Alt) - Dunk Shot (Rev A, FD1089 317-0022)";320x224@60;H
+dunkshoto;"Dunk Shot (FD1089 317-0022)";320x224@60;H
+dw2001;"Dragon World 2001 (V100, Japan)";448x224@60;H
+dw2v100x;"Dragon World II (V100X, World)";448x224@60;H
+dwi;"DarkWing Duck (Intro demo)";304x224@59;H
+dwia;"DarkWing Duck (Intro demo, alt)";304x224@59;H
+dwpc;"Dragon World Pretty Chance (V101, Japan)";448x224@60;H
+dyger;"Dyger (Korea set 1)";384x224@60;V
+dygera;"Dyger (Korea set 2)";384x224@60;V
+dynablst;"Dynablaster / Bomber Man";320x240@60;H
+dynagear;"Dyna Gear";336x240@60;H
+dynduke;"Dynamite Duke (Euro, Bra) - Dynamite Duke (Europe, 03SEP89) - Dynamite Duke (World, Rev. A)";256x224@60;H
+dyndukea;"Dynamite Duke (Europe, 25JUL89)";256x224@60;H
+dyndukej;"Dynamite Duke (Japan, 03SEP89)";256x224@60;H
+dyndukeja;"Dynamite Duke (Japan, 25JUL89)";256x224@60;H
+dyndukeu;"Dynamite Duke (US, 25JUL89)";256x224@60;H
+dynwar;"Dynasty Wars (US set 1)";384x224@60;H
+dynwara;"Dynasty Wars (US set 2)";384x224@60;H
+dynwarj;"Tenchi wo Kurau (Japan)";384x224@60;H
+dynwarjr;"Tenchi wo Kurau (Japan Resale Ver.)";384x224@60;H
+eagle;"Eagle (set 1)";256x224@60;V
+eagle2;"Eagle (set 2)";256x224@60;V
+eagle3;"Eagle (set 3)";256x224@60;V
+eaglshot;"Eagle Shot Golf";320x224@60;H
+earthjkr;"U.N. Defense Force: Earth Joker (Japan)";320x240@60;V
+earthjkrp;"U.N. Defense Force: Earth Joker (Japan, prototype?)";320x240@60;V
+ecofghtr;"Eco Fighters (931203 etc)";384x224@60;H
+ecofghtra;"Eco Fighters (931203 Asia)";384x224@60;H
+ecofghtrd;"Eco Fighters (931203 World Phoenix Edition)";384x224@60;H
+ecofghtrh;"Eco Fighters (931203 Hispanic)";384x224@60;H
+ecofghtru;"Eco Fighters (940215 USA)";384x224@60;H
+ecofghtru1;"Eco Fighters (931203 USA)";384x224@60;H
+edf;"Armed Formation - Armed Formation F - E.D.F. : Earth Defense Force (set 1) - Twisted Flipper (USA, Prototype)";256x224@60;H
+edfa;"E.D.F. : Earth Defense Force (set 2)";256x224@60;H
+edfbl;"E.D.F. : Earth Defense Force (bootleg)";256x224@60;H
+edfu;"E.D.F. : Earth Defense Force (North America)";256x224@60;H
+edrandy;"The Cliffhanger - Edward Randy (World ver 3)";256x240@58;H
+edrandy1;"The Cliffhanger - Edward Randy (World ver 1)";256x240@58;H
+edrandy2;"The Cliffhanger - Edward Randy (World ver 2)";256x240@58;H
+edrandyj;"The Cliffhanger - Edward Randy (Japan ver 3)";256x240@58;H
+eeekk;"Eeekk!";288x224@60;V
+egghunt;"Egg Hunt";384x240@58;H
+eggor;"Eggor";288x224@60;V
+eggs;"Eggs";240x240@57;V
+eightfrc;"Eight Forces";384x224@60;V
+eightman;"Eight Man (NGM-025)(NGH-025)";320x224@59;H
+elvact2u;"Elevator Action II (Ver 2.2A 1995/02/20)";320x232@60;H
+elvactr;"Elevator Action Returns (Ver 2.2O 1995/02/20)";320x232@60;H
+elvactrj;"Elevator Action Returns (Ver 2.2J 1995/02/20)";320x232@60;H
+endurobl;"Enduro Racer (bootleg set 1)";320x224@60;H
+enduror;"Enduro Racer (YM2151, FD1089B 317-0013A)";320x224@60;H
+enduror1;"Enduro Racer (YM2203, FD1089B 317-0013A)";320x224@60;H
+enforce;"Enforce (World)";320x224@60;H
+enforcej;"Enforce (Japan)";320x224@60;H
+enforceja;"Enforce (Japan, Analog Controls)";320x224@60;H
+esckids;"Escape Kids (Asia, 4 Players)";288x240@60;H
+esckidsj;"Escape Kids (Japan, 2 Players)";288x240@60;H
+espgal;"Espgaluda (V100, Japan)";448x224@59;V
+espgalbl;"Espgaluda (2003/10/15 Master Ver, bootleg cartridge co";448x224@59;V
+esprade;"ESP Ra.De. - A.D.2018 Tokyo (International, ver. 98/04";320x240@58;V
+espradej;"ESP Ra.De. (Japan, ver. 98/04/21)";320x240@58;V
+espradejo;"ESP Ra.De. (Japan, ver. 98/04/14)";320x240@58;V
+eswat;"E-Swat - Cyber Police (set 4, World, FD1094 317-0130) - ESWAT - City Under Siege (Euro, USA, Rev. A)";320x224@60;H
+eswatbl;"E-Swat - Cyber Police (bootleg)";320x224@60;H
+eswatd;"E-Swat - Cyber Police (set 4, World, FD1094 317-0130 d";320x224@60;H
+eswatj;"Cyber Police ESWAT (Jpn, Rev. 0) - E-Swat - Cyber Police (set 2, Japan, FD1094 317-0128)";320x224@60;H
+eswatj1;"E-Swat - Cyber Police (set 1, Japan, FD1094 317-0131)";320x224@60;H
+eswatj1d;"E-Swat - Cyber Police (set 1, Japan, FD1094 317-0131 d";320x224@60;H
+eswatjd;"E-Swat - Cyber Police (set 2, Japan, FD1094 317-0128 d";320x224@60;H
+eswatu;"E-Swat - Cyber Police (set 3, US, FD1094 317-0129)";320x224@60;H
+eswatud;"E-Swat - Cyber Police (set 3, US, FD1094 317-0129 decr";320x224@60;H
+eto;"Game Toshokan (Jpn, Rev. A) - Kokontouzai Eto Monogatari (Japan)";320x240@60;H
+euroch92;"Euro Champ '92 (World)";320x224@60;H
+evilston;"Evil Stone";320x224@60;V
+excelsr;"Excelsior (set 1)";320x240@58;H
+excelsra;"Excelsior (set 2)";320x240@58;H
+exctleag;"Excite League (FD1094 317-0079)";320x224@60;H
+exctleagd;"Excite League (FD1094 317-0079 decrypted)";320x224@60;H
+exedexes;"Exed Exes";256x224@60;V
+exerizerb;"Exerizer (Japan) (bootleg)";320x224@60;V
+exodus;"Exodus (bootleg?) - Exodus - Journey to the Promised Land (USA)";256x224@60;V
+explbrkr;"Explosive Breaker";256x224@60;V
+explorer;"Explorer";256x224@60;V
+extdwnhl;"Extreme Downhill (v1.5)";320x240@60;H
+extrmatn;"Extermination (World)";256x224@60;V
+extrmatnj;"Extermination (Japan)";256x224@60;V
+extrmatnu;"Extermination (US, set 1)";256x224@60;V
+extrmatnur;"Extermination (US, Romstar)";256x224@60;V
+exzisus;"Exzisus (Japan, dedicated)";256x224@60;H
+exzisusa;"Exzisus (Japan, conversion)";256x224@60;H
+exzisust;"Exzisus (TAD license)";256x224@60;H
+eyes;"Eyes (Digitrex Techstar)";288x224@60;V
+eyes2;"Eyes (Techstar)";288x224@60;V
+eyesb;"Eyes (bootleg set 1)";288x224@60;V
+eyeszacb;"Eyes (bootleg set 2, decrypted)";288x224@60;V
+f1dreamb;"F-1 Dream (bootleg, set 1)";256x224@60;H
+f1dreamba;"F-1 Dream (bootleg, set 2)";256x224@60;H
+f1gp;"F-1 Grand Prix - Nakajima Satoru Kanshuu F1 Grand Prix (Jpn)";320x240@60;V
+f1gp2;"F-1 Grand Prix Part II";320x224@60;V
+faceoff;"Face Off (Japan 2 Players)";288x224@60;H
+falcon;"Falcon - Falcon (bootleg of Phoenix) (8085A CPU)";256x208@60;V
+falconz;"Falcon (bootleg of Phoenix) (Z80 CPU)";256x208@60;V
+fantasia;"Fantasia (940429 PCB, set 1) - Fantasia (World, Rev. A)";256x224@60;V
+fantasiaa;"Fantasia (940307 PCB)";256x224@60;V
+fantasiab;"Fantasia (940429 PCB, set 2)";256x224@60;V
+fantasian;"Fantasia (940803 PCB)";256x224@60;V
+fantastc;"Fantastic (Galaga conversion on Galaxian hardware)";256x224@60;V
+fantazia;"Fantazia (bootleg?)";256x224@60;V
+fantland;"Fantasy Land (set 1)";352x256@60;H
+fantlanda;"Fantasy Land (set 2)";352x256@60;H
+fantsia2;"Fantasia II (Explicit)";256x224@60;H
+fantsia2a;"Fantasia II (Less Explicit)";256x224@60;H
+fantsia2n;"Fantasia II (1998)";256x224@60;H
+fantsy95;"Fantasy '95";256x224@60;V
+fantzn2x;"Fantasy Zone II - The Tears of Opa-Opa (System 16C)";320x224@60;H
+fantzn2xp;"Fantasy Zone II - The Tears of Opa-Opa (System 16C, pr";320x224@60;H
+fantzn2xps2;"Fantasy Zone II - The Tears of Opa-Opa (System 16C, PS";320x224@60;H
+fantznta;"Fantasy Zone Time Attack (System 16B, PS2 data file)";320x224@60;H
+fantzone;"Fantasy Zone - Fantasy Zone - Fantasy Zone (Jpn) - Fantasy Zone (Rev A, unprotected) - Fantasy Zone (World, v2) - Fantasy Zone Gear (Euro, Jpn)";320x224@60;H
+fantzone1;"Fantasy Zone (unprotected) - Fantasy Zone (World, v1, Prototype)";320x224@60;H
+fantzonep;"Fantasy Zone (317-5000)";320x224@60;H
+fantzoneta;"Fantasy Zone (Time Attack, bootleg)";320x224@60;H
+farmer;"Farmers Rebellion";240x224@60;H
+fastfred;"Fast Freddie";256x224@60;V
+fatfursp;"Fatal Fury Special (Euro) - Fatal Fury Special / Garou Densetsu Special (set 1)(NG";320x224@59;H
+fatfurspa;"Fatal Fury Special / Garou Densetsu Special (set 2)(NG";320x224@59;H
+fatfury1;"Fatal Fury - King of Fighters / Garou Densetsu - shuku";320x224@59;H
+fatfury2;"Fatal Fury 2 (USA, Kor) - Fatal Fury 2 / Garou Densetsu 2 - arata-naru tatakai (";320x224@59;H
+fatfury2a;"Fatal Fury 2 / Garou Densetsu 2 - arata-naru tatakai (";320x224@59;H
+fatfury3;"Fatal Fury 3 - Road to the Final Victory / Garou Dense";320x224@59;H
+fatfury3a;"Fatal Fury 3 - Road to the Final Victory / Garou Dense";320x224@59;H
+fball;"Fire Ball (FM Work)";256x240@60;H
+fbfrenzy;"Football Frenzy (NGM-034)(NGH-034)";304x224@59;H
+fcrash;"Final Crash (bootleg (with 2xYM2203 + 2xMSM5205))";384x224@60;H
+feversos;"Fever SOS (International, ver. 98/09/25)";320x240@58;V
+ffantasy;"Fighting Fantasy (Japan revision 3)";256x240@57;H
+ffantasya;"Fighting Fantasy (Japan)";256x240@57;H
+ffantasyb;"Fighting Fantasy (Japan revision ?)";256x240@57;H
+ffantasyj;"Fighting Fantasy (Japan revision 2)";256x240@57;H
+ffight;"Final Fight (World, set 1)";384x224@60;H
+ffighta;"Final Fight (World, set 2)";384x224@60;H
+ffightbl;"Final Fight (bootleg set 1 (with 2xYM2203 + 2xMSM5205)";384x224@60;H
+ffightbla;"Final Fight (bootleg set 2 (with 2xYM2203 + 2xMSM5205)";384x224@60;H
+ffightj;"Final Fight (Japan)";384x224@60;H
+ffightj1;"Final Fight (900112 Japan)";384x224@60;H
+ffightj2;"Final Fight (900305 Japan)";384x224@60;H
+ffightj3;"Final Fight (900613 Japan)";384x224@60;H
+ffightjh;"Street Smart / Final Fight (Japan, hack)";384x224@60;H
+ffightu;"Final Fight (USA, set 1)";384x224@60;H
+ffightu1;"Final Fight (USA, set 2)";384x224@60;H
+ffightu2;"Final Fight (USA, set 3)";384x224@60;H
+ffightua;"Final Fight (900112 USA)";384x224@60;H
+ffightub;"Final Fight (900424 USA)";384x224@60;H
+ffightuc;"Final Fight (900613 USA)";384x224@60;H
+fghtbskt;"Fighting Basketball";256x224@60;H
+fhawk;"Fighting Hawk (World)";320x224@60;V
+fhawkj;"Fighting Hawk (Japan)";320x224@60;V
+fightfev;"Fight Fever (set 1)";304x224@59;H
+fightfeva;"Fight Fever (set 2)";304x224@59;H
+fightrol;"Fighting Roller";240x224@60;V
+finalb;"Final Blow (Jpn) - Final Blow (World)";320x224@60;H
+finalbj;"Final Blow (Japan)";320x224@60;H
+finalbu;"Final Blow (US)";320x224@60;H
+finalizr;"Finalizer - Super Transformation";272x224@60;V
+finalizrb;"Finalizer - Super Transformation (bootleg)";272x224@60;V
+finalttr;"Final Tetris";256x224@58;H
+finehour;"Finest Hour (Japan)";288x224@60;H
+firebarr;"Fire Barrel (Japan)";320x240@60;V
+firehawk;"Fire Hawk (horizontal) - Firehawk (Euro)";256x224@56;H
+fireshrk;"Fire Shark - Fire Shark (Euro)";320x240@57.6;V
+fireshrka;"Fire Shark (Earlier)";320x240@57.6;V
+fireshrkd;"Fire Shark (Korea, set 1, easier)";320x240@57.6;V
+fireshrkdh;"Fire Shark (Korea, set 2, harder)";320x240@57.6;V
+firetrap;"Fire Trap (US, set 1)";256x240@60;V
+firetrapa;"Fire Trap (US, set 2)";256x240@60;V
+firetrapbl;"Fire Trap (Japan bootleg)";256x240@60;V
+firetrapj;"Fire Trap (Japan)";256x240@60;V
+fitegolf;"Fighting Golf (World?)";288x216@60;H
+fitegolf2;"Fighting Golf (US, Ver 2)";288x216@60;H
+fitegolfu;"Fighting Golf (US)";288x216@60;H
+fixeight;"FixEight (Europe)";320x240@60;V
+fixeighta;"FixEight (Southeast Asia)";320x240@60;V
+fixeightat;"FixEight (Southeast Asia, Taito license)";320x240@60;V
+fixeighth;"FixEight (Hong Kong)";320x240@60;V
+fixeightht;"FixEight (Hong Kong, Taito license)";320x240@60;V
+fixeightj;"FixEight (Japan)";320x240@60;V
+fixeightjt;"FixEight (Japan, Taito license)";320x240@60;V
+fixeightk;"FixEight (Korea)";320x240@60;V
+fixeightkt;"FixEight (Korea, Taito license)";320x240@60;V
+fixeightt;"FixEight (Europe, Taito license)";320x240@60;V
+fixeighttw;"FixEight (Taiwan)";320x240@60;V
+fixeighttwt;"FixEight (Taiwan, Taito license)";320x240@60;V
+fixeightu;"FixEight (USA)";320x240@60;V
+fixeightut;"FixEight (USA, Taito license)";320x240@60;V
+fjbuster;"Fujiyama Buster (Japan)";256x224@60;H
+flagrall;"'96 Flag Rally";320x240@60;H
+flashgal;"Flashgal (set 1)";288x224@60;H
+flashgala;"Flashgal (set 2)";288x224@60;H
+flashgalk;"Flashgal (set 1, Kyugo logo)";288x224@60;H
+flicky;"Flicky (128k Version, 315-5051) - Flicky (Euro, USA) - Flicky (Jpn) - Flicky (Jpn, v1)";256x224@60;H
+flickya;"Flicky (128k Version, 315-5051, larger roms)) - Flicky (Jpn, v0)";256x224@60;H
+flickyg;"Flicky (128k Version, System 2, 315-5051, alt graphics";256x224@60;H
+flickyo;"Flicky (64k Version, 315-5051, set 1)";256x224@60;H
+flickys1;"Flicky (64k Version, 315-5051, set 2)";256x224@60;H
+flickys2;"Flicky (128k Version, not encrypted)";256x224@60;H
+flickys2g;"Flicky (128k Version, System 2, not encrypted, alt gra";256x224@60;H
+flipshot;"Battle Flip Shot";304x224@59;H
+flipull;"Flipull (Japan)";320x224@60;H
+flstory;"The FairyLand Story - The Fairyland Story (Jpn)";256x224@60;H
+flstoryj;"The FairyLand Story (Japan)";256x224@60;H
+flyboy;"Fly-Boy";256x224@60;V
+flyboyb;"Fly-Boy (bootleg)";256x224@60;V
+flytiger;"Flying Tiger (set 1)";384x240@60;V
+flytigera;"Flying Tiger (set 2)";384x240@60;V
+fncywld;"Fancy World - Earth of Crisis";320x240@60;H
+fnkyfish;"Funky Fish";512x256@60;V
+fnshark;"Flyin' Shark (bootleg of Hishou Zame)";320x240@55;V
+footchmp;"Football Champ (World)";320x224@60;H
+forcebrk;"Force Break (bootleg)";240x240@60;H
+forgottn;"Forgotten Worlds (Euro, Bra, Aus) - Forgotten Worlds (World, newer) - Forgotten Worlds (World, v1.1)";384x224@60;H
+forgottna;"Forgotten Worlds (World)";384x224@60;H
+forgottnu;"Forgotten Worlds (US, B-Board 88621B-2, rev C)";384x224@60;H
+forgottnua;"Forgotten Worlds (US, B-Board 88618B-2, rev A)";384x224@60;H
+forgottnuaa;"Forgotten Worlds (US, B-Board 88618B-2, rev AA)";384x224@60;H
+forgottnuc;"Forgotten Worlds (US, B-Board 88618B-2, Rev C)";384x224@60;H
+forgottnue;"Forgotten Worlds (US, B-Board 88618B-2, Rev E)";384x224@60;H
+formatz;"Formation Z - Formation Z (Jpn)";248x224@60;H
+fpoint;"Flash Point (set 2, Japan, FD1094 317-0127A) - Flashpoint (Kor) - Flashpoint (Kor)";320x224@60;H
+fpoint1;"Flash Point (set 1, Japan, FD1094 317-0127A)";320x224@60;H
+fpoint1d;"Flash Point (set 1, Japan, FD1094 317-0127A decrypted)";320x224@60;H
+fpointbj;"Flash Point (Japan, bootleg)";320x224@60;H
+fpointbl;"Flash Point (World, bootleg)";320x224@60;H
+fpointd;"Flash Point (set 2, Japan, FD1094 317-0127A decrypted)";320x224@60;H
+freekick;"Free Kick (NS6201-A 1987.10)";256x224@60;V
+freekicka;"Free Kick (NS6201-A 1987.9)";256x224@60;V
+freekickb1;"Free Kick (bootleg set 1)";256x224@60;V
+freekickb3;"Free Kick (bootleg set 3)";256x224@60;V
+freeze;"Freeze";256x224@60;V
+friskyt;"Frisky Tom (set 1)";256x224@60;H
+friskyta;"Frisky Tom (set 2)";256x224@60;H
+friskytb;"Frisky Tom (set 3, encrypted)";256x224@60;H
+frogf;"Frog (Falcon bootleg)";256x224@60;V
+frogg;"Frog (Galaxian hardware)";256x224@60;V
+frogger;"Frogger - Frogger - Frogger (Jpn) - Frogger (USA) - Frogger (USA, Prototype)";256x224@60;V
+froggermc;"Frogger (Moon Cresta hardware)";256x224@60;V
+froggers;"Frog";256x224@60;V
+froggers1;"Frogger (Sega set 1)";256x224@60;V
+froggers2;"Frogger (Sega set 2)";256x224@60;V
+froggers3;"Frogger (Sega set 3)";256x224@60;V
+froggrs;"Frogger (Scramble hardware)";256x224@60;V
+froman2b;"Idol Mahjong - final romance 2 (Neo CD Conversion)";304x224@59;H
+fround;"The Final Round (ver. M)";320x224@60;H
+froundl;"The Final Round (ver. L)";320x224@60;H
+fshark;"Flying Shark (World)";320x240@54.9;V
+fsharkbt;"Flying Shark (bootleg with 8741)";320x240@54.9;V
+fsoccerb;"Fighting Soccer (Joystick hack bootleg)";400x224@60;H
+fsoccerba;"Fighting Soccer (Joystick hack bootleg, alt)";400x224@60;H
+fstarfrc;"Final Star Force (US)";256x224@60;V
+fstarfrcj;"Final Star Force (Japan)";256x224@60;V
+fswords;"Fighters Swords (Korean release of Samurai Shodown III";304x224@59;H
+fullthrl;"Full Throttle (Japan)";320x240@60;H
+funkybee;"Funky Bee";236x224@60;V
+funkybeeb;"Funky Bee (bootleg, harder)";236x224@60;V
+funkyjet;"Funky Jet (World, rev 1)";320x240@58;H
+funkyjeta;"Funky Jet (World)";320x240@58;H
+funkyjetj;"Funky Jet (Japan, rev 2)";320x240@58;H
+funybubl;"Funny Bubble";320x224@60;H
+funybublc;"Funny Bubble (Comad version)";320x224@60;H
+futspy;"Future Spy";256x224@60;V
+fx;"F-X - Sega Graphic Board (Jpn, Prototype v2.0) - SF-X";288x224@60;V
+fxa;"F-X (alternate set)";288x224@60;V
+gaia;"Gaia Crusaders - Sagaia (Euro, Bra) - Sagaia (USA)";320x224@58;H
+gaialast;"Gaia - The Last Choice of Earth";304x224@58;H
+gaiapols;"Gaiapolis (ver EAF)";376x224@60;V
+gaiapolsj;"Gaiapolis (ver JAF)";376x224@60;V
+gaiapolsu;"Gaiapolis (ver UAF)";376x224@60;V
+gaiden;"Ninja Gaiden (Euro, Bra) - Ninja Gaiden (Euro, USA) - Ninja Gaiden (Jpn, Prototype) - Ninja Gaiden (US)";256x224@60;H
+galaga;"Galaga (Jpn) - Galaga (Namco rev. B) - Galaga (Tw) - Galaga Demo (set 2)";288x224@60;V
+galaga3;"Galaga 3 (GP3 rev. D)";288x224@60;V
+galaga3a;"Galaga 3 (GP3 rev. C)";288x224@60;V
+galaga3b;"Galaga 3 (GP3)";288x224@60;V
+galaga3c;"Galaga 3 (set 4)";288x224@60;V
+galaga3m;"Galaga 3 (set 5)";288x224@60;V
+galaga88;"Galaga '88 - Galaga '88";288x224@60;V
+galaga88a;"Galaga '88 (02-03-88)";288x224@60;V
+galaga88j;"Galaga '88 (Japan)";288x224@60;V
+galagamf;"Galaga (Midway set 1 with fast shoot hack)";288x224@60;V
+galagamk;"Galaga (Midway set 2)";288x224@60;V
+galagamw;"Galaga (Midway set 1)";288x224@60;V
+galagao;"Galaga (Namco)";288x224@60;V
+galap1;"Space Invaders Galactica (galaxiaj hack)";256x224@60;V
+galap4;"Galaxian Part 4 (hack)";256x224@60;V
+galapx;"Galaxian Part X (moonaln hack)";256x224@60;V
+galaxbsf;"Galaxian (bootleg, set 1)";256x224@60;V
+galaxian;"Galaxian - Galaxian (Jpn) - Galaxian (Kor) - Galaxian (Namco set 1)";256x224@60;V
+galaxiana;"Galaxian (Alt) - Galaxian (Jpn, Alt) - Galaxian (Namco set 2)";256x224@60;V
+galaxianbl;"Galaxian (bootleg, set 2)";256x224@60;V
+galaxiani;"Galaxian (Irem)";256x224@60;V
+galaxianm;"Galaxian (Midway set 1)";256x224@60;V
+galaxianmo;"Galaxian (Midway set 2)";256x224@60;V
+galaxiant;"Galaxian (Taito)";256x224@60;V
+galaxrf;"Galaxian (Recreativos Franco S.A. Spanish bootleg)";256x224@60;V
+galaxrfgg;"Galaxian Growing Galaxip / Galaxian Nave Creciente (Re";256x224@60;V
+galaxyfg;"Galaxy Fight - Universal Warriors";304x224@59;H
+galaxygn;"Galaxy Gunners";352x256@60;V
+galemp;"Galaxy Empire (bootleg?)";256x224@60;V
+galhustl;"Gals Hustler";256x224@60;H
+galivan;"Cosmo Police Galivan (12/26/1985)";256x224@60;V
+galivan2;"Cosmo Police Galivan (12/16/1985)";256x224@60;V
+galivan3;"Cosmo Police Galivan (12/11/1985)";256x224@60;V
+gallag;"Gallag";288x224@60;V
+gallop;"Gallop - Armed police Unit (Japan)";384x256@55;H
+galmedes;"Galmedes (Japan)";320x240@60;V
+galpani4;"Gals Panic 4 (Japan)";320x240@60;H
+galpani4k;"Gals Panic 4 (Korea)";320x240@60;H
+galpanic;"Gals Panic (Unprotected)";256x224@60;V
+galpanidx;"Gals Panic DX (Asia)";320x240@60;H
+galpanis;"Gals Panic S - Extra Edition (Europe)";320x240@60;H
+galpanisj;"Gals Panic S - Extra Edition (Japan)";320x240@60;H
+galpanisk;"Gals Panic S - Extra Edition (Korea)";320x240@60;H
+galpans2;"Gals Panic S2 (Europe)";320x240@60;H
+galpans2a;"Gals Panic S2 (Asia)";320x240@60;H
+galpans2j;"Gals Panic S2 (Japan)";320x240@60;H
+galpans3;"Gals Panic S3 (Japan)";320x240@60;H
+galpansu;"Gals Panic SU (Korea)";320x240@60;H
+galspnbl;"Gals Pinball";512x224@60;V
+galturbo;"Galaxian Turbo (superg hack)";256x224@60;V
+ganbare;"Ganbare! Marine Kun (Marine 2K0411 JPN)";384x224@60;H
+gangonta;"Ganbare! Gonta!! 2 / Party Time: Gonta the Diver II (J";320x240@58;V
+gangwars;"Gang Wars";256x224@60;H
+gangwarsb;"Gang Wars (bootleg)";256x224@60;H
+gangwarsj;"Gang Wars (Japan)";256x224@60;H
+gangwarsu;"Gang Wars (US)";256x224@60;H
+ganryu;"Ganryu / Musashi Ganryuki";304x224@59;H
+gaplus;"Gaplus (GP2 rev. B)";288x224@60;V
+gaplusa;"Gaplus (GP2)";288x224@60;V
+gaplusd;"Gaplus (GP2 rev D, alternate hardware)";288x224@60;V
+gaplust;"Gaplus (Tecfri PCB)";288x224@60;V
+gardia;"Gardia (317-0006)";256x224@60;V
+garogun;"Garogun Seroyang (Korea)";320x240@60;H
+garou;"Garou - Mark of the Wolves (NGM-2530) - Garou Densetsu - Shukumei no Tatakai (Jpn)";320x224@59;H
+garoubl;"Garou - Mark of the Wolves (bootleg)";320x224@59;H
+garouh;"Garou - Mark of the Wolves (NGM-2530) (NGH-2530)";320x224@59;H
+garoup;"Garou - Mark of the Wolves (prototype)";320x224@59;H
+garuka;"Garuka (Japan ver. W)";304x224@60;V
+garyoret;"Garyo Retsuden (Japan)";256x240@58;H
+gatedoom;"Gate of Doom (US revision 4)";256x240@58;H
+gatedoom1;"Gate of Doom (US revision 1)";256x240@58;H
+gaunt2;"Gauntlet II";336x240@60;H
+gaunt22p;"Gauntlet II (2 Players, rev 2)";336x240@60;H
+gaunt22p1;"Gauntlet II (2 Players, rev 1)";336x240@60;H
+gaunt22pg;"Gauntlet II (2 Players, German)";336x240@60;H
+gaunt2g;"Gauntlet II (German)";336x240@60;H
+gauntlet;"Gauntlet (Euro) - Gauntlet (Euro, Bra) - Gauntlet (rev 14)";336x240@60;H
+gauntlet2p;"Gauntlet (2 Players, rev 6)";336x240@60;H
+gauntlet2pg;"Gauntlet (2 Players, German, rev 4)";336x240@60;H
+gauntlet2pg1;"Gauntlet (2 Players, German, rev 1)";336x240@60;H
+gauntlet2pj;"Gauntlet (2 Players, Japanese, rev 5)";336x240@60;H
+gauntlet2pj2;"Gauntlet (2 Players, Japanese rev 2)";336x240@60;H
+gauntlet2pr3;"Gauntlet (2 Players, rev 3)";336x240@60;H
+gauntletg;"Gauntlet (German, rev 10)";336x240@60;H
+gauntletgr3;"Gauntlet (German, rev 3)";336x240@60;H
+gauntletgr6;"Gauntlet (German, rev 6)";336x240@60;H
+gauntletgr8;"Gauntlet (German, rev 8)";336x240@60;H
+gauntletj;"Gauntlet (Japanese, rev 13)";336x240@60;H
+gauntletj12;"Gauntlet (Japanese, rev 12)";336x240@60;H
+gauntletr1;"Gauntlet (rev 1)";336x240@60;H
+gauntletr2;"Gauntlet (rev 2)";336x240@60;H
+gauntletr4;"Gauntlet (rev 4)";336x240@60;H
+gauntletr5;"Gauntlet (rev 5)";336x240@60;H
+gauntletr7;"Gauntlet (rev 7)";336x240@60;H
+gauntletr9;"Gauntlet (rev 9)";336x240@60;H
+gauntlets;"Gauntlet (Spanish, rev 15)";336x240@60;H
+gberet;"Green Beret - Green Beret (Euro)";240x224@60;H
+gberetb;"Green Beret (bootleg)";240x224@60;H
+gblchmp;"Global Champion (Ver 2.1A 1994/07/29)";320x224@60;H
+gbusters;"Gang Busters (set 1)";288x224@60;V
+gbustersa;"Gang Busters (set 2)";288x224@60;V
+gdfs;"Mobil Suit Gundam Final Shooting (Japan)";336x240@60;H
+geebee;"Gee Bee";272x224@60;V
+geebeeg;"Gee Bee (Gremlin)";272x224@60;V
+gekiridn;"Gekirindan (Ver 2.3O 1995/09/21)";320x232@60;V
+gekiridnj;"Gekirindan (Ver 2.3J 1995/09/21)";320x232@60;V
+gemini;"Gemini Wing (Japan)";256x224@60;V
+geminib;"Gemini Wing (World, bootleg)";256x224@60;V
+genix;"Genix Family";288x224@60;H
+genpeitd;"Genpei ToumaDen";288x224@60;H
+gensitou;"Genshi-Tou 1930's (Japan)";256x224@60;H
+geostorm;"Geostorm (Japan)";320x240@60;H
+getstarb1;"Get Star (bootleg, set 1)";280x240@60;H
+getstarb2;"Get Star (bootleg, set 2)";280x240@60;H
+getstarj;"Get Star (Japan)";280x240@60;H
+gforce2;"Galaxy Force 2 - Galaxy Force II (World, Rev. B)";320x224@60;H
+gforce2j;"Galaxy Force 2 (Japan)";320x224@60;H
+gforce2ja;"Galaxy Force 2 (Japan, Rev A)";320x224@60;H
+gforce2sd;"Galaxy Force 2 (Super Deluxe unit)";320x224@60;H
+ghostb;"The Real Ghostbusters (US 2 Players, revision 2)";256x240@58;H
+ghostb2a;"The Real Ghostbusters (US 2 Players)";256x240@58;H
+ghostb3;"The Real Ghostbusters (US 3 Players)";256x240@58;H
+ghostbi;"Ghost Busters (Intro demo)";304x224@59;H
+ghostlop;"Ghostlop (prototype)";304x224@59;H
+ghostmun;"Ghost Muncher";256x224@60;V
+ghouls;"Ghouls'n Ghosts (Euro, USA, Bra) - Ghouls'n Ghosts (Euro, USA, Kor, Rev. A) - Ghouls'n Ghosts (World)";384x224@60;H
+ghoulsu;"Ghouls'n Ghosts (US)";384x224@60;H
+ghox;"Ghox (spinner)";320x240@60;V
+ghoxj;"Ghox (joystick)";320x240@60;V
+gigaman2;"Gigaman 2: The Power Fighters (bootleg)";384x224@60;H
+gigandes;"Gigandes";384x240@60;H
+gigandesa;"Gigandes (earlier)";384x240@60;H
+gigasb;"Gigas (bootleg)";256x224@60;V
+gigasm2b;"Gigas Mark II";256x224@60;V
+gigawing;"Giga Wing (990222 USA)";384x224@60;H
+gigawinga;"Giga Wing (990222 Asia)";384x224@60;H
+gigawingb;"Giga Wing (990222 Brazil)";384x224@60;H
+gigawingd;"Giga Wing (990222 USA Phoenix Edition)";384x224@60;H
+gigawingh;"Giga Wing (990222 Hispanic)";384x224@60;H
+gigawingj;"Giga Wing (990223 Japan)";384x224@60;H
+gigawingjd;"Giga Wing (990223 Japan Phoenix Edition)";384x224@60;H
+gijoe;"G.I. Joe (World, EAB, set 1)";288x224@60;H
+gijoea;"G.I. Joe (World, EB8, prototype?)";288x224@60;H
+gijoej;"G.I. Joe (Japan, JAA)";288x224@60;H
+gijoeu;"G.I. Joe (US, UAB)";288x224@60;H
+ginganin;"Ginga NinkyouDen (set 1)";256x224@60;H
+ginganina;"Ginga NinkyouDen (set 2)";256x224@60;H
+ginkun;"Ganbare Ginkun";256x224@60;H
+gloc;"G-LOC Air Battle (Euro, Bra, Kor) - G-LOC Air Battle (Euro, USA, Bra) - G-LOC Air Battle (World) - G-LOC Air Battle (World)";320x224@60;H
+glocr360;"G-LOC R360";320x224@60;H
+glocu;"G-LOC Air Battle (US)";320x224@60;H
+gmahou;"Great Mahou Daisakusen (000121 Japan)";384x224@60;V
+gmgalax;"Ghostmuncher Galaxian (bootleg)";256x224@60;V
+gnbarich;"Gunbarich";320x224@60;V
+gng;"Ghosts'n Goblins (World? set 1)";256x224@59.6;H
+gnga;"Ghosts'n Goblins (World? set 2)";256x224@59.6;H
+gngbl;"Ghosts'n Goblins (bootleg with Cross)";256x224@59.6;H
+gngbla;"Ghosts'n Goblins (bootleg, harder)";256x224@59.6;H
+gngblita;"Ghosts'n Goblins (Italian bootleg, harder)";256x224@59.6;H
+gngc;"Ghosts'n Goblins (World Revision C)";256x224@59.6;H
+gngprot;"Ghosts'n Goblins (prototype)";256x224@59.6;H
+gngt;"Ghosts'n Goblins (US)";256x224@59.6;H
+goalx3;"Goal! Goal! Goal!";304x224@59;H
+gogold;"Go For The Gold (Japan)";320x240@60;H
+gogomile;"Susume! Mile Smile / Go Go! Mile Smile (newer)";320x240@60;H
+gogomileo;"Susume! Mile Smile / Go Go! Mile Smile (older)";320x240@60;H
+goldmedl;"Gold Medalist (set 1)";256x224@60;H
+goldmedla;"Gold Medalist (set 2)";256x224@60;H
+goldmedlb;"Gold Medalist (bootleg)";256x224@60;H
+goldnaxe;"Golden Axe (set 6, US, 8751 317-123A)";320x224@60;H
+goldnaxe1;"Golden Axe (set 1, World, FD1094 317-0110)";320x224@60;H
+goldnaxe1d;"Golden Axe (set 1, World, FD1094 317-0110 decrypted)";320x224@60;H
+goldnaxe2;"Golden Axe (set 2, US, 8751 317-0112)";320x224@60;H
+goldnaxe3;"Golden Axe (set 3, World, FD1094 317-0120)";320x224@60;H
+goldnaxe3d;"Golden Axe (set 3, World, FD1094 317-0120 decrypted)";320x224@60;H
+goldnaxej;"Golden Axe (set 4, Japan, FD1094 317-0121)";320x224@60;H
+goldnaxejd;"Golden Axe (set 4, Japan, FD1094 317-0121 decrypted)";320x224@60;H
+goldnaxeu;"Golden Axe (set 5, US, FD1094 317-0122)";320x224@60;H
+goldnaxeud;"Golden Axe (set 5, US, FD1094 317-0122 decrypted)";320x224@60;H
+gollygho;"Golly! Ghost!";288x224@60;H
+gorkans;"Gorkans";288x224@60;V
+gotcha;"Got-cha Mini Game Festival";320x240@60;H
+gowcaizr;"Voltage Fighter - Gowcaizer / Choujin Gakuen Gowcaizer";304x224@59;H
+gpilots;"Ghost Pilots (NGM-020)(NGH-020)";304x224@59;H
+gpilotsh;"Ghost Pilots (NGH-020)(US)";304x224@59;H
+gprider;"GP Rider (Euro, Bra) - GP Rider (Euro, USA) - GP Rider (World, FD1094 317-0163) (Twin setup)";320x224@60;H
+gpriderj;"GP Rider (Japan, FD1094 317-0161) (Twin setup) - GP Rider (Jpn)";320x224@60;H
+gpriderjs;"GP Rider (Japan, FD1094 317-0161)";320x224@60;H
+gprideru;"GP Rider (US, FD1094 317-0162) (Twin setup)";320x224@60;H
+gpriderus;"GP Rider (US, FD1094 317-0162)";320x224@60;H
+gradius;"Gradius - Gradius (Japan, ROM version) - Nemesis (Euro) ~ Gradius (Jpn)";256x224@60;H
+gradius2;"Gradius II - GOFER no Yabou (Japan New ver.) - Nemesis 2 (Euro) ~ Gradius 2 (Jpn)";320x224@60;H
+gradius2a;"Gradius II - GOFER no Yabou (Japan Old ver.) - Nemesis 2 (Euro) ~ Gradius 2 (Jpn) (Alt)";320x224@60;H
+gradius2b;"Gradius II - GOFER no Yabou (Japan Older ver.)";320x224@60;H
+gradius3;"Gradius III (World, program code R)";320x224@60;H
+gradius3a;"Gradius III (Asia)";320x224@60;H
+gradius3j;"Gradius III (Japan, program code S)";320x224@60;H
+gradius3js;"Gradius III (Japan, program code S, split)";320x224@60;H
+grasspin;"Grasspin";256x224@60;V
+grdian;"Guardian";280x240@60;H
+grdians;"Guardians0Denjin Makai II";304x232@60;H
+grdnstrm;"Guardian Storm (horizontal, not encrypted)";256x224@57;H
+grdnstrmg;"Guardian Storm (Germany)";256x224@57;V
+grdnstrmj;"Sen Jing - Guardian Storm (Japan)";256x224@57;V
+grdnstrmk;"Jeon Sin - Guardian Storm (Korea)";256x224@57;V
+grdnstrmv;"Guardian Storm (vertical)";256x224@57;V
+griffon;"Griffon (bootleg of Phoenix) - Order of the Griffon";256x208@60;V
+grindstm;"Grind Stormer";320x240@60;V
+grindstma;"Grind Stormer (older set)";320x240@60;V
+grobda;"Grobda (New Ver.)";288x224@60;V
+grobda2;"Grobda (Old Ver. set 1)";288x224@60;V
+grobda3;"Grobda (Old Ver. set 2)";288x224@60;V
+growl;"Growl (USA) - Growl (World, Rev 1)";320x224@60;H
+growla;"Growl (World)";320x224@60;H
+growlu;"Growl (US)";320x224@60;H
+gryzor;"Gryzor (Set 1)";280x224@60;V
+gryzor1;"Gryzor (Set 2)";280x224@60;V
+gseeker;"Grid Seeker: Project Storm Hammer (Ver 1.3O)";320x224@60;V
+gseekerj;"Grid Seeker: Project Storm Hammer (Ver 1.3J)";320x224@60;V
+gseekeru;"Grid Seeker: Project Storm Hammer (Ver 1.3A)";320x224@60;V
+gteikoku;"Gingateikoku No Gyakushu";256x224@60;V
+gteikokub;"Gingateikoku No Gyakushu (bootleg set 1)";256x224@60;V
+gteikokub2;"Gingateikoku No Gyakushu (bootleg set 2)";256x224@60;V
+gtmr;"1000 Miglia: Great 1000 Miles Rally (94/07/18)";320x240@60;H
+gtmr2;"Mille Miglia 2: Great 1000 Miles Rally (95/05/24)";320x240@60;H
+gtmr2a;"Mille Miglia 2: Great 1000 Miles Rally (95/04/04)";320x240@60;H
+gtmr2u;"Great 1000 Miles Rally 2 USA (95/05/18)";320x240@60;H
+gtmra;"1000 Miglia: Great 1000 Miles Rally (94/06/13)";320x240@60;H
+gtmrb;"1000 Miglia: Great 1000 Miles Rally (94/05/26)";320x240@60;H
+gtmre;"Great 1000 Miles Rally: Evolution Model!!! (94/09/06)";320x240@60;H
+gtmro;"1000 Miglia: Great 1000 Miles Rally (94/05/10)";320x240@60;H
+gtmrusa;"Great 1000 Miles Rally: U.S.A Version! (94/09/06)";320x240@60;H
+gulfstrm;"Gulf Storm (set 1)";384x240@60;V
+gulfstrma;"Gulf Storm (set 2)";384x240@60;V
+gulfstrmb;"Gulf Storm (set 3)";384x240@60;V
+gulfstrmk;"Gulf Storm (Korea)";384x240@60;V
+gulfstrmm;"Gulf Storm (Media Shoji)";384x240@60;V
+gulfwar2;"Gulf War II (set 1)";320x240@55;V
+gulfwar2a;"Gulf War II (set 2)";320x240@55;V
+gumbo;"Gumbo";320x224@60;H
+gunball;"Gun Ball (Japan)";320x240@58;V
+gunbird;"Gunbird (World)";320x224@59;V
+gunbird2;"Gunbird 2 (set 1)";320x224@60;V
+gunbirdj;"Gunbird (Japan)";320x224@59;V
+gunbirdk;"Gunbird (Korea)";320x224@59;V
+gundamex;"Mobile Suit Gundam EX Revue";384x224@60;H
+gundhara;"Gundhara";384x240@60;V
+gundharac;"Gundhara (Chinese, bootleg?)";384x240@60;V
+gundl94;"Gun Dealer '94";384x256@60;H
+gunforc2;"Gunforce 2 (US)";320x240@60;H
+gunforce;"Gunforce - Battle Fire Engulfed Terror Island (World)";320x240@60;H
+gunforcej;"Gunforce - Battle Fire Engulfed Terror Island (Japan)";320x240@60;H
+gunforceu;"Gunforce - Battle Fire Engulfed Terror Island (US)";320x240@60;H
+gunfront;"Gun & Frontier (World)";320x224@60;V
+gunfrontj;"Gun Frontier (Japan)";320x224@60;V
+gunhohki;"Gun Hohki (Japan)";320x240@60;H
+gunlock;"Gunlock (Ver 2.3O 1994/01/20)";320x224@60;V
+gunmast;"Gun Master";320x224@60;H
+gunnail;"GunNail (28th May. 1992)";384x224@56;V
+gunsmoke;"Gun.Smoke - Gun.Smoke (Kor) - Gun.Smoke (World, 851115)";256x224@60;V
+gunsmokeb;"Gun.Smoke (World, 851115) (bootleg)";256x224@60;V
+gunsmokej;"Gun.Smoke (Japan, 851115)";256x224@60;V
+gunsmokeu;"Gun.Smoke (US, 860408)";256x224@60;V
+gunsmokeua;"Gun.Smoke (US, 851115, set 1)";256x224@60;V
+gunsmokeub;"Gun.Smoke (US, 851115, set 2)";256x224@60;V
+gururin;"Gururin";304x224@59;H
+gussun;"Gussun Oyoyo (Japan)";320x240@60;H
+gutangtn;"Guttang Gottong";256x224@60;V
+gutsn;"Guts'n (Japan)";320x240@60;H
+guwange;"Guwange (Japan, Master Ver. 99/06/24)";320x240@58;V
+guwanges;"Guwange (Japan, Special Ver. 00/01/01)";320x240@58;V
+guzzler;"Guzzler - Guzzler (Jpn, OMV)";256x224@60;V
+gwar;"Guerrilla War (US) - Wing War";400x224@60;V
+gwara;"Guerrilla War (Version 1)";400x224@60;V
+gwarb;"Guerrilla War (Joystick hack bootleg)";400x224@60;V
+gwarj;"Guevara (Japan)";400x224@60;V
+gwarrior;"Galactic Warriors";256x224@60;H
+gyrodine;"Gyrodine - Gyrodine (Jpn)";288x224@60;V
+gyrodinet;"Gyrodine (Taito Corporation license)";288x224@60;V
+gyruss;"Gyruss - Gyruss - Gyruss (Konami)";256x224@60;V
+gyrussb;"Gyruss (bootleg)";256x224@60;V
+gyrussce;"Gyruss (Centuri)";256x224@60;V
+hachamfb;"Hacha Mecha Fighter (19th Sep. 1991, unprotected, boot";256x224@56;H
+hachoo;"Hachoo!";256x224@60;H
+hal21;"HAL21";288x224@60;V
+hal21j;"HAL21 (Japan)";288x224@60;V
+halfway;"Halfway To Hell: Progear Red Label (2016-1-17 Red labe";384x224@60;H
+hamaway;"Hammer Away (prototype)";320x224@60;V
+hangly;"Hangly-Man (set 1)";288x224@60;V
+hangly2;"Hangly-Man (set 2)";288x224@60;V
+hangly3;"Hangly-Man (set 3)";288x224@60;V
+hangon;"Hang-On (Euro, Bra, Aus) - Hang-On (Jpn) - Hang-On (rev A) - Super Hang-On (sitdown/upright, unprotected) - Super Hang-On (World, Rev. A)";320x224@60;H
+hangon1;"Hang-On - Super Hang-On (mini ride-on, FD1089B 317-0034) - Super Hang-On (World)";320x224@60;H
+hangon2;"Hang-On (ride-on) - Hang-On II (Jpn) - Super Hang-On (mini ride-on, Rev A, FD1089B 317-0034)";320x224@60;H
+hangonjr;"Hang-On Jr.";256x192@60;H
+hangzo;"Hangzo (Japan, prototype)";320x240@58;H
+happy6;"Happy 6-in-1 (V102 - V101MK, China)";448x224@60;H
+happy6101;"Happy 6-in-1 (V101 - V100MK, China)";448x224@60;H
+hardhea2;"Hard Head 2 (v2.0)";256x224@60;H
+hardhead;"Hard Head";256x224@60;H
+hasamu;"Hasamu (Japan)";384x240@60;H
+hatena;"Adventure Quiz 2 - Hatena? no Daibouken (Japan 900228)";384x240@60;H
+hayaosi1;"Hayaoshi Quiz Ouza Ketteisen - The King Of Quiz";256x224@60;H
+hbarrel;"Heavy Barrel (US)";256x240@57;V
+hbarrelw;"Heavy Barrel (World)";256x240@57;V
+hcastle;"Haunted Castle (ver. M)";256x224@60;H
+hcastlee;"Haunted Castle (ver. E)";256x224@60;H
+hcastlek;"Haunted Castle (ver. K)";256x224@60;H
+hcrash;"Hyper Crash (version D)";256x224@60;H
+hcrashc;"Hyper Crash (version C)";256x224@60;H
+hedpanic;"Head Panic (ver. 0117, 17/01/2000)";320x240@60;H
+hedpanica;"Head Panic (ver. 0702, 02/07/1999)";320x240@60;H
+hedpanicf;"Head Panic (ver. 0315, 15/03/2000)";320x240@60;H
+hellfire;"Hellfire (2P Ver.) - Hellfire (Euro)";320x240@57.6;H
+hellfire1;"Hellfire (1P Ver.)";320x240@57.6;H
+hellfire1a;"Hellfire (1P Ver., older)";320x240@57.6;H
+hellfire2;"Hellfire (2P Ver., first edition)";320x240@57.6;H
+herbiedk;"Herbie at the Olympics (DK conversion)";256x224@60;V
+herodk;"Hero in the Castle of Doom (DK conversion)";256x224@60;V
+herodku;"Hero in the Castle of Doom (DK conversion not encrypte";256x224@60;V
+heuksun;"Heuk Sun Baek Sa (Korea)";320x240@60;H
+hexa;"Hexa";256x224@60;H
+hexion;"Hexion (Japan ver. JAB)";512x256@60;H
+hexionb;"Hexion (Bootleg, Asia ver. AAA)";512x256@60;H
+hexpool;"Hex Pool (Shinkai)";256x224@60;V
+hexpoola;"Hex Pool (Senko)";256x224@60;V
+hgkairak;"Taisen Hot Gimmick Kairakuten (Japan)";224x640@60;V
+hharry;"Hammerin' Harry (World)";384x256@55;H
+hharryu;"Hammerin' Harry (US)";384x256@55;H
+higemaru;"Pirate Ship Higemaru";256x224@60;H
+himesiki;"Himeshikibu (Japan)";256x192@60;V
+hippodrm;"Hippodrome (US)";256x240@57;H
+hishouza;"Hishou Zame (Japan)";320x240@55;V
+hitice;"Hit the Ice (US) - Hit the Ice (USA) - Hit the Ice - VHL - The Official Video Hockey League - Hit the Ice - VHL - The Official Video Hockey League";320x224@60;H
+hiticej;"Hit the Ice (Japan)";320x224@60;H
+hncholms;"Hunchback Olympic (Scramble hardware)";256x224@60;V
+hoccer;"Hoccer (set 1)";256x224@60;V
+hoccer2;"Hoccer (set 2)";256x224@60;V
+honeydol;"Honey Dolls";256x224@58;H
+hook;"Hook (Euro) - Hook (Euro) - Hook (Euro, Prototype) - Hook (World)";320x240@60;H
+hookj;"Hook (Japan)";320x240@60;H
+hooku;"Hook (US) - Hook (USA) - Hook (USA)";320x240@60;H
+hopmappy;"Hopping Mappy";288x224@60;H
+hopprobo;"Hopper Robo";256x224@60;V
+horekid;"Kid no Hore Hore Daisakusen";256x224@60;V
+horekidb;"Kid no Hore Hore Daisakusen (bootleg)";256x224@60;V
+horizon;"Horizon";256x256@60;H
+horshoes;"American Horseshoes (US)";320x224@60;V
+hotbubl;"Hot Bubble (Korea, with adult pictures)";256x224@56;H
+hotbubla;"Hot Bubble (Korea)";256x224@56;H
+hotdebut;"Quiz de Idol! Hot Debut (Japan)";240x640@60;V
+hotdogst;"Hotdog Storm - The First Supersonics (International)";384x240@58;V
+hotgm4ev;"Taisen Hot Gimmick 4 Ever (Japan)";224x640@60;V
+hotgmck;"Taisen Hot Gimmick (Japan)";224x640@60;V
+hotgmck3;"Taisen Hot Gimmick 3 Digital Surfing (Japan)";224x640@60;V
+hotgmcki;"Mahjong Hot Gimmick Integral (Japan)";224x640@60;V
+hotmind;"Hot Mind (Hard Times hardware)";320x224@58;H
+hotpinbl;"Hot Pinball";512x224@60;V
+hotshock;"Hot Shocker";256x224@60;V
+hotshockb;"Hot Shocker (bootleg)";256x224@60;V
+hpolym84;"Hyper Olympic '84";256x224@60;H
+hpuncher;"Hard Puncher (Japan)";320x224@60;H
+hsf2;"Hyper Street Fighter II: The Anniversary Edition (0402";384x224@60;H
+hsf2a;"Hyper Street Fighter II: The Anniversary Edition (0402";384x224@60;H
+hsf2d;"Hyper Street Fighter II: The Anniversary Edition (0402";384x224@60;H
+hsf2da;"Hyper Street Fighter II: The Anniversary Edition (0402";384x224@60;H
+hsf2j;"Hyper Street Fighter II: The Anniversary Edition (0402";384x224@60;H
+hsf2j1;"Hyper Street Fighter II: The Anniversary Edition (0312";384x224@60;H
+htchctch;"Hatch Catch";320x240@60;H
+hthero;"Hat Trick Hero (Japan)";320x224@60;H
+hthero93;"Hat Trick Hero '93 (Ver 1.0J 1993/02/28)";320x224@60;H
+hthero93u;"Hat Trick Hero '93 (Ver 1.0A 1993/02/28)";320x224@60;H
+hthero94;"Hat Trick Hero '94 (Ver 2.2A 1994/05/26)";320x224@60;H
+hthero95;"Hat Trick Hero '95 (Ver 2.5J 1994/11/03)";320x224@60;H
+hthero95u;"Hat Trick Hero '95 (Ver 2.5A 1994/11/03)";320x224@60;H
+hunchbkg;"Hunchback (Galaxian hardware)";256x224@60;V
+hunchbks;"Hunchback (Scramble hardware)";256x224@60;V
+hustler;"Video Hustler - Video Hustler (Jpn) - Video Hustler (Prototype)";256x224@60;V
+hustlerb;"Video Hustler (bootleg)";256x224@60;V
+hvymetal;"Heavy Metal (315-5135)";256x224@60;H
+hvyunit;"Heavy Unit - Heavy Unit (World) - Heavy Unit - Mega Drive Special (Jpn)";256x224@58;H
+hvyunitj;"Heavy Unit (Japan, Newer)";256x224@58;H
+hvyunitjo;"Heavy Unit (Japan, Older)";256x224@58;H
+hvyunitu;"Heavy Unit -U.S.A. Version- (US)";256x224@58;H
+hwchamp;"Heavyweight Champ";320x224@60;H
+hwchampj;"Heavyweight Champ (Japan, FD1094 317-0046)";320x224@60;H
+hwchampjd;"Heavyweight Champ (Japan, FD1094 317-0046 decrypted)";320x224@60;H
+hyperpac;"Hyper Pacman";256x224@58;H
+hyperpacb;"Hyper Pacman (bootleg)";256x224@58;H
+hyperspt;"Hyper Sports - Hyper Sports (Jpn) - Hyper Sports 1 (Jpn)";256x224@60;H
+hypersptb;"Hyper Sports (bootleg)";256x224@60;H
+hypreac2;"Mahjong Hyper Reaction 2 (Japan)";338x240@60;H
+hypreact;"Mahjong Hyper Reaction (Japan)";338x240@60;H
+hyprolym;"Hyper Olympic";256x224@60;H
+hypsptsp;"Hyper Sports Special (Japan)";304x224@60;H
+iganinju;"Iga Ninjyutsuden (Japan)";256x224@60;H
+igmo;"IGMO";272x236@60;V
+ikari;"Ikari Warriors (US JAMMA)";288x216@60;V
+ikari3;"Ikari III - The Rescue (8-Way Joystick)";256x224@60;H
+ikari3j;"Ikari Three - The Rescue (Japan, Rotary Joystick)";256x224@60;H
+ikari3k;"Ikari III - The Rescue (Korea, 8-Way Joystick)";256x224@60;H
+ikari3u;"Ikari III - The Rescue (US, Rotary Joystick)";256x224@60;H
+ikaria;"Ikari Warriors (US)";288x216@60;V
+ikarijp;"Ikari (Japan No Continues)";288x216@60;V
+ikarijpb;"Ikari (Joystick hack bootleg)";288x216@60;V
+ikarinc;"Ikari Warriors (US No Continues)";288x216@60;V
+ikariram;"Rambo 3 (bootleg of Ikari, Joystick hack)";288x216@60;V
+ikki;"Ikki (Japan)";240x224@60;H
+imago;"Imago (cocktail set)";256x224@60;V
+imagoa;"Imago (no cocktail set)";256x224@60;V
+imgfight;"Image Fight (Japan, revision A)";384x256@55;V
+imgfightj;"Image Fight (Japan)";384x256@55;V
+imsorry;"I'm Sorry (315-5110, US)";256x224@60;H
+imsorryj;"Gonbee no I'm Sorry (315-5110, Japan)";256x224@60;H
+insectx;"Insector X (USA) - Insector X (World)";256x224@60;H
+insectxj;"Insector X (Japan) - Insector X (Jpn, Kor)";256x224@60;H
+intcup94;"International Cup '94 (Ver 2.2O 1994/05/26)";320x224@60;H
+inthunt;"In The Hunt (World)";320x240@60;H
+inthuntu;"In The Hunt (US)";320x240@60;H
+invaders;"Space Invaders / Space Invaders M";260x224@60;V
+ironclad;"Choutetsu Brikin'ger - Iron clad (Prototype)";304x224@59;H
+ironclado;"Choutetsu Brikin'ger - Iron clad (Prototype, older)";304x224@59;H
+ironhors;"Iron Horse";240x224@60;H
+irrmaze;"The Irritating Maze / Ultra Denryu Iraira Bou";304x224@59;H
+isgsm;"ISG Selection Master Type 2006 System BIOS";320x224@60;H
+itaten;"Itazura Tenshi (Japan)";256x224@60;H
+jack;"Aquajack (World) - Ball Jacks (Euro, Jpn) - Bomb Jack (Jpn) - Bomb Jack (set 1) - Jack the Giantkiller (set 1) - Jumping Jack - Jumping Jack (Euro) - Snap Jack - Star Jacker (Euro, Jpn, v1.2) - Star Jacker (Sega)";256x224@60;V
+jack2;"Bomb Jack (set 2) - Jack the Giantkiller (set 2) - Star Jacker (Jpn, v1.0)";256x224@60;V
+jack3;"Jack the Giantkiller (set 3)";256x224@60;V
+jackal;"Jackal (World, 8-way Joystick)";240x224@60;V
+jackalbl;"Jackal (bootleg, Rotary Joystick)";240x224@60;V
+jackalj;"Tokushu Butai Jackal (Japan, 8-way Joystick)";240x224@60;V
+jackalr;"Jackal (World, Rotary Joystick)";240x224@60;V
+jailbrek;"Jail Break";240x224@60;H
+jailbrekb;"Jail Break (bootleg)";240x224@60;H
+janjans1;"Lovely Pop Mahjong JangJang Shimasho (Japan)";336x238@60;H
+janjans2;"Lovely Pop Mahjong JangJang Shimasho 2 (Japan)";336x238@60;H
+janshin;"Jyanshin Densetsu - Quest of Jongmaster";320x224@59;H
+jchan;"Jackie Chan - Jackie Chan - The Kung-Fu Master - Jackie Chan's Action Kung Fu";320x240@60;H
+jchan2;"Jackie Chan in Fists of Fire";320x240@60;H
+jcross;"Jumping Cross";288x216@60;V
+jigkmgri;"Jigoku Meguri (Japan)";320x224@60;H
+jigkmgria;"Jigoku Meguri (Japan, hack?)";320x224@60;H
+jitsupro;"Jitsuryoku!! Pro Yakyuu (Japan)";256x224@60;H
+jjack;"Jumping Jack";240x192@60;V
+jjparad2;"Jan Jan Paradise 2";320x240@60;H
+jjparads;"Jan Jan Paradise";320x240@60;H
+jjsquawk;"J. J. Squawkers";384x240@60;H
+jjsquawkb;"J. J. Squawkers (bootleg)";384x240@60;H
+jjsquawkb2;"J. J. Squawkers (bootleg, Blandia conversion)";384x240@60;H
+jjsquawko;"J. J. Squawkers (older)";384x240@60;H
+jockeygp;"Jockey Grand Prix (set 1)";304x224@59;H
+jockeygpa;"Jockey Grand Prix (set 2)";304x224@59;H
+joemac;"Joe & Mac (USA) - Tatakae Genshizin Joe & Mac (Japan ver 1)";256x240@58;H
+joemacr;"Joe & Mac Returns (World, Version 1.1, 1994.05.27)";320x240@58;H
+joemacra;"Joe & Mac Returns (World, Version 1.0, 1994.05.19)";320x240@58;H
+joemacrj;"Joe & Mac Returns (Japan, Version 1.2, 1994.06.06)";320x240@58;H
+joinem;"Joinem";256x224@60;V
+jojo;"JoJo's Venture / JoJo no Kimyou na Bouken (USA 990128)";384x224@60;H
+jojoba;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojoban;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojobane;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojobaner1;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojobanr1;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojobar1;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojoj;"JoJo's Venture / JoJo no Kimyou na Bouken (Japan 99012";384x224@60;H
+jojojr1;"JoJo's Venture / JoJo no Kimyou na Bouken (Japan 99010";384x224@60;H
+jojojr2;"JoJo's Venture / JoJo no Kimyou na Bouken (Japan 98120";384x224@60;H
+jojon;"JoJo's Venture / JoJo no Kimyou na Bouken (Asia 990128";384x224@60;H
+jojonr1;"JoJo's Venture / JoJo no Kimyou na Bouken (Asia 990108";384x224@60;H
+jojonr2;"JoJo's Venture / JoJo no Kimyou na Bouken (Asia 981202";384x224@60;H
+jojor1;"JoJo's Venture / JoJo no Kimyou na Bouken (USA 990108)";384x224@60;H
+jojor2;"JoJo's Venture / JoJo no Kimyou na Bouken (USA 981202)";384x224@60;H
+joyfulr;"Joyful Road (Japan)";320x240@60;V
+joyjoy;"Puzzled / Joy Joy Kid (NGM-021)(NGH-021)";304x224@59;H
+joyman;"Joyman";288x224@60;V
+joust;"Joust";292x240@60;H
+stargate;"Stargate";292x240@60;H
+sinister;"Sinister";292x240@60;H
+defender;"Defender";292x240@60;H
+jpopnics;"Jumping Pop (Nics, Korean bootleg of Plump Pop)";256x224@60;H
+jrking;"Junior King (bootleg of Donkey Kong Jr.)";256x224@60;V
+jrpacman;"Jr. Pac-Man (11/9/83)";288x224@60;V
+jrpacmanf;"Jr. Pac-Man (speedup hack)";288x224@60;V
+jt104;"JT-104 (title screen modification of Rad Action)";256x192@60;H
+juju;"JuJu Densetsu (Japan)";256x224@60;H
+jujub;"JuJu Densetsu (Playmark bootleg)";256x224@60;H
+jumpbug;"Jump Bug";256x224@60;V
+jumpbugb;"Jump Bug (bootleg)";256x224@60;V
+jumpcoas;"Jump Coaster";256x224@60;V
+jumpcoast;"Jump Coaster (Taito)";256x224@60;V
+jumping;"JumpinG (eng) - Jumping (set 1)";320x224@60;H
+jumpinga;"Jumping (set 2)";320x224@60;H
+jumpingi;"Jumping (set 3, Imnoe PCB)";320x224@60;H
+jumpkids;"Jump Kids";320x240@60;H
+jumppop;"Jumping Pop (set 1)";320x240@60;H
+jumppope;"Jumping Pop (set 2)";320x240@60;H
+jumpshot;"Jump Shot";288x224@60;V
+jumpshotp;"Jump Shot Engineering Sample";288x224@60;V
+jungler;"Jungler";288x224@60;V
+junofrst;"Juno First - Juno First (Jpn)";256x224@60;V
+junofrstg;"Juno First (Gottlieb)";256x224@60;V
+jyangoku;"Jyangokushi -Haoh no Saihai- (990527 Japan)";384x224@60;H
+kabukikl;"Far East of Eden - Kabuki Klash / Tengai Makyou - Shin";320x224@59;H
+kageki;"Ka-Ge-Ki - Fists of Steel (USA) - Kageki (US)";256x224@60;V
+kagekih;"Kageki (hack)";256x224@60;V
+kagekij;"Ka-Ge-Ki (Jpn) - Kageki (Japan)";256x224@60;V
+kaiserkn;"Kaiser Knuckle (Ver 2.1O 1994/07/29)";320x224@60;H
+kaiserknj;"Kaiser Knuckle (Ver 2.1J 1994/07/29)";320x224@60;H
+kaitei;"Kaitei Takara Sagashi";272x224@60;V
+kaiteids;"Kaitei Daisensou (Japan)";320x240@60;H
+kaitein;"Kaitei Takara Sagashi (Namco license)";272x224@60;V
+kamakazi3;"Kamakazi III (superg hack)";256x224@60;V
+kamenrid;"Masked Riders Club Battle Race";384x240@60;H
+kangaroo;"Kangaroo";512x256@60;V
+kangarooa;"Kangaroo (Atari)";512x256@60;V
+kangaroob;"Kangaroo (bootleg)";512x256@60;V
+karatblz;"Karate Blazers (World, set 1)";352x240@60;H
+karatblza;"Karate Blazers (World, set 2)";352x240@60;H
+karatblzj;"Karate Blazers (Japan)";352x240@60;H
+karatblzu;"Karate Blazers (US)";352x240@60;H
+karatedo;"Karate Dou (Japan)";256x224@60;V
+karatevs;"Taisen Karate Dou (Japan VS version)";256x224@60;V
+karatour;"The Karate Tournament";320x240@60;H
+karatourj;"The Karate Tournament (Japan)";320x240@60;H
+karianx;"Karian Cross (Rev. 1.0)";320x224@60;H
+karnov;"Karnov (US, rev 6)";256x248@60;H
+karnova;"Karnov (US, rev 5)";256x248@60;H
+karnovj;"Karnov (Japan)";256x248@60;H
+karnovr;"Karnov's Revenge / Fighter's History Dynamite";304x224@59;H
+kazan;"Ninja Kazan (World)";256x224@60;H
+kbash;"Knuckle Bash";320x240@60;H
+kbash2;"Knuckle Bash 2 (bootleg)";320x240@60;H
+kbashk;"Knuckle Bash (Korean PCB)";320x240@60;H
+kchamp;"Karate Champ (US)";256x224@60;V
+kchampvs;"Karate Champ (US VS version, set 1)";256x224@60;V
+kchampvs2;"Karate Champ (US VS version, set 2)";256x224@60;V
+keithlcy;"Dramatic Adventure Quiz Keith & Lucy (Japan)";336x238@60;H
+kengo;"Ken-Go (set 1)";384x256@55;H
+kengoa;"Ken-Go (set 2)";384x256@55;H
+keroppi;"Kero Kero Keroppi's Let's Play Together (USA, Version";320x240@60;H
+keroppij;"Kero Kero Keroppi no Issyoni Asobou (Japan)";320x240@60;H
+ket;"Ketsui Kizuna Jigoku Tachi (Revision 2?, Japan) - Rocket Knight Adventures (Euro) - Socket (USA) - TV Sports Basketball - TV Sports Basketball";448x224@59;V
+ket1;"Ketsui Kizuna Jigoku Tachi (Revision 2? alt, Japan)";448x224@59;V
+keta;"Ketsui Kizuna Jigoku Tachi (Revision 1?, Japan)";448x224@59;V
+ketarr;"Ketsui Kizuna Jigoku Tachi (Arrange Mode version 1.7,";448x224@59;V
+ketarr10;"Ketsui Kizuna Jigoku Tachi (Arrange Mode version 1.0,";448x224@59;V
+ketarr15;"Ketsui Kizuna Jigoku Tachi (Arrange Mode version 1.5,";448x224@59;V
+ketarr151;"Ketsui Kizuna Jigoku Tachi (Arrange Mode version 1.51,";448x224@59;V
+ketarrf;"Ketsui Kizuna Jigoku Tachi (Fast version, hack by Trap";448x224@59;V
+ketarrs15;"Ketsui Kizuna Jigoku Tachi (MR. Stoic version 1.5, hac";448x224@59;V
+ketarrs151;"Ketsui Kizuna Jigoku Tachi (MR. Stoic version 1.51, ha";448x224@59;V
+ketb;"Ketsui Kizuna Jigoku Tachi (Original?, Japan)";448x224@59;V
+ketbl;"Ketsui Kizuna Jigoku Tachi (2003/01/01. Master Ver., b";448x224@59;V
+kf10thep;"The King of Fighters 10th Anniversary Extra Plus (boot";304x224@59;H
+kf2k1pa;"The King of Fighters 2001 Plus (set 2, bootleg / hack)";304x224@59;H
+kf2k1pls;"The King of Fighters 2001 Plus (set 1, bootleg / hack)";304x224@59;H
+kf2k2mp;"The King of Fighters 2002 Magic Plus (bootleg)";304x224@59;H
+kf2k2mp2;"The King of Fighters 2002 Magic Plus II (bootleg)";304x224@59;H
+kf2k2pla;"The King of Fighters 2002 Plus (bootleg set 2)";304x224@59;H
+kf2k2plb;"The King of Fighters 2002 Plus (bootleg set 3)";304x224@59;H
+kf2k2plc;"The King of Fighters 2002 Super (bootleg)";304x224@59;H
+kf2k2pls;"The King of Fighters 2002 Plus (bootleg set 1)";304x224@59;H
+kf2k2ps2;"The King of Fighters 2002 (PlayStation 2 ver 0.4, EGHT";304x224@59;H
+kf2k3bl;"The King of Fighters 2003 (bootleg set 1)";304x224@59;H
+kf2k3bla;"The King of Fighters 2003 (bootleg set 2)";304x224@59;H
+kf2k3pcb;"The King of Fighters 2003 (Japan, JAMMA PCB)";304x224@59;H
+kf2k3pl;"The King of Fighters 2004 Plus / Hero (bootleg)";304x224@59;H
+kf2k3upl;"The King of Fighters 2004 Ultra Plus (bootleg)";304x224@59;H
+kf2k4pls;"The King of Fighters Special Edition 2004 Plus (bootle";304x224@59;H
+kf2k5uni;"The King of Fighters 10th Anniversary 2005 Unique (boo";304x224@59;H
+kickboy;"Kick Boy";256x224@60;H
+kicker;"Kicker";256x224@60;V
+kickoff;"Kick Off (Japan) - Super Kick Off (Euro) - Super Kick Off (Euro, Bra) - Super Kick Off (Euro, SMS Mode)";256x224@60;H
+kickridr;"Kick Rider";240x192@60;H
+kidniki;"Kid Niki - Radical Ninja (World)";384x256@60;H
+kidnikiu;"Kid Niki - Radical Ninja (US)";384x256@60;H
+kikcubic;"Meikyu Jima (Japan)";384x256@55;H
+kikcubicb;"Kickle Cubele";384x256@55;H
+killbld;"The Killing Blade (V109, China)";448x224@60;H
+killbld104;"The Killing Blade (V104)";448x224@60;H
+killbldp;"The Killing Blade Plus (V300)";448x224@60;H
+kingball;"King & Balloon (Jpn) - King & Balloon (US) - King and Balloon (Kor)";256x224@60;V
+kingballj;"King & Balloon (Japan)";256x224@60;V
+kingdmgp;"Kingdom Grandprix (World)";320x240@60;V
+kirameki;"Kirameki Star Road (Ver 2.10J 1997/08/29)";320x224@60;H
+kittenk;"Kitten Kaboodle";256x224@60;H
+kizuna;"Kizuna Encounter - Super Tag Battle / Fu'un Super Tag";304x224@59;H
+kncljoe;"Knuckle Joe (set 1)";256x240@60;V
+kncljoea;"Knuckle Joe (set 2)";256x240@60;V
+knights;"Knights of the Round (911127 etc)";384x224@60;H
+knightsb;"Knights of the Round (bootleg set 1 (with YM2151 + 2xM";384x224@60;H
+knightsb2;"Knights of the Round (bootleg set 2, 911127 etc)";384x224@60;H
+knightsb3;"Knights of the Round (bootleg set 3, 911127 Japan)";384x224@60;H
+knightsb4;"Knights of the Round (bootleg set 4 (with YM2151 + 2xM";384x224@60;H
+knightsh;"Knights of the Round (hack set 1)";384x224@60;H
+knightsh2;"Knights of the Round (hack set 2, 911127 etc)";384x224@60;H
+knightsj;"Knights of the Round (911127 Japan, B-Board 91634B-2)";384x224@60;H
+knightsja;"Knights of the Round (911127 Japan, B-Board 89625B-1)";384x224@60;H
+knightsu;"Knights of the Round (911127 USA)";384x224@60;H
+knockout;"Knock Out!!";256x224@60;V
+kod;"Don Doko Don (World) - The King of Dragons (910805 etc)";384x224@60;H
+kodb;"The King of Dragons (bootleg, 910731 etc)";384x224@60;H
+kodda;"The King of Dragons (Phoenix bootleg, 910731 etc)";384x224@60;H
+kodh;"The King of Dragons (hack)";384x224@60;H
+kodj;"Don Doko Don (Japan) - The King of Dragons (Japan 910805, B-Board 90629B-3)";384x224@60;H
+kodja;"The King of Dragons (Japan 910805, B-Board 89625B-1)";384x224@60;H
+kodr1;"The King of Dragons (910711 etc)";384x224@60;H
+kodu;"Don Doko Don (US) - The King of Dragons (US 910910)";384x224@60;H
+kof10th;"The King of Fighters 10th Anniversary (bootleg)";304x224@59;H
+kof2000;"The King of Fighters 2000 (NGM-2570) (NGH-2570)";304x224@59;H
+kof2000n;"The King of Fighters 2000 (not encrypted)";304x224@59;H
+kof2000ps2;"The King of Fighters 2000 (Playstation 2 ver. , EGHT h";304x224@59;H
+kof2001;"The King of Fighters 2001 (NGM-262?)";304x224@59;H
+kof2001h;"The King of Fighters 2001 (NGH-2621)";304x224@59;H
+kof2002;"The King of Fighters 2002 (NGM-2650)(NGH-2650)";304x224@59;H
+kof2002b;"The King of Fighters 2002 (bootleg)";304x224@59;H
+kof2003;"The King of Fighters 2003 (NGM-2710)";304x224@59;H
+kof2003h;"The King of Fighters 2003 (NGH-2710)";304x224@59;H
+kof2k4se;"The King of Fighters Special Edition 2004 (bootleg)";304x224@59;H
+kof94;"The King of Fighters '94 (NGM-055)(NGH-055)";304x224@59;H
+kof95;"The King of Fighters '95 (NGM-084)";304x224@59;H
+kof95a;"The King of Fighters '95 (NGH-084, alternate board)";304x224@59;H
+kof95h;"The King of Fighters '95 (NGH-084)";304x224@59;H
+kof95sp;"The King of Fighters '95 (Special 2017, hack)";304x224@59;H
+kof96;"The King of Fighters '96 (NGM-214)";304x224@59;H
+kof96a;"The King of Fighters '96 (NGM-214, alternate board)";304x224@59;H
+kof96ae;"The King of Fighters '96 (Anniversary Edition, EGHT ha";304x224@59;H
+kof96ae20;"The King of Fighters '96 (Anniversary Edition 2.0.0430";304x224@59;H
+kof96cn;"The King of Fighters '96 (Chinese Edition ver 1.0, hac";304x224@59;H
+kof96ep;"The King of Fighters '96 (bootleg / hack)";304x224@59;H
+kof96h;"The King of Fighters '96 (NGH-214)";304x224@59;H
+kof97;"The King of Fighters '97 (NGM-2320)";304x224@59;H
+kof97cn;"The King of Fighters '97 (10th Anniversary Chinese Edi";304x224@59;H
+kof97h;"The King of Fighters '97 (NGH-2320)";304x224@59;H
+kof97k;"The King of Fighters '97 (Korean release)";304x224@59;H
+kof97oro;"The King of Fighters '97 oroshi plus 2003";304x224@59;H
+kof97pla;"The King of Fighters '97 Plus 2003 (bootleg / hack)";304x224@59;H
+kof97pls;"The King of Fighters '97 Plus (bootleg)";304x224@59;H
+kof97xt;"The King of Fighters '97 - Final Battle (hack)";304x224@59;H
+kof98;"K.O.F 98' - The King of Fighters '98 - The Slugfest / King of Figh";304x224@59;H
+kof98a;"K.O.F 98' (Unprotected?) - The King of Fighters '98 - The Slugfest / King of Figh";304x224@59;H
+kof98ae;"The King of Fighters '98 (Anniversary Edition, EGHT ha";304x224@59;H
+kof98ae2016;"The King of Fighters '98 (Anniversary Edition build 1.";304x224@59;H
+kof98cb;"The King of Fighters '98 (Combo, hack)";304x224@59;H
+kof98h;"The King of Fighters '98 - The Slugfest / King of Figh";304x224@59;H
+kof98k;"The King of Fighters '98 - The Slugfest / King of Figh";304x224@59;H
+kof98ka;"The King of Fighters '98 - The Slugfest / King of Figh";304x224@59;H
+kof99;"The King of Fighters '99 - The King of Fighters '99 - Millennium Battle (NGM-2510";304x224@59;H
+kof99ae;"The King of Fighters '99 (15th Anniversary Edition)";304x224@59;H
+kof99e;"The King of Fighters '99 - Millennium Battle (earlier)";304x224@59;H
+kof99h;"The King of Fighters '99 - Millennium Battle (NGH-2510";304x224@59;H
+kof99k;"The King of Fighters '99 - Millennium Battle (Korean r";304x224@59;H
+kof99ka;"The King of Fighters '99 - Millennium Battle (Korean r";304x224@59;H
+kof99p;"The King of Fighters '99 - Millennium Battle (prototyp";304x224@59;H
+kog;"King of Gladiator (The King of Fighters '97 bootleg)";304x224@59;H
+kogplus;"King of Gladiator Plus (The King of Fighters '97 bootl";304x224@59;H
+koikois2;"Koi Koi Shimasho 2 - Super Real Hanafuda (Japan)";336x240@60;H
+konami88;"Konami '88";304x224@60;H
+konamigt;"Konami GT";256x224@60;H
+kong;"Crazy Kong - Donkey Kong - Donkey Kong (US set 1) - Kong (Donkey Kong conversion on Galaxian hardware) - Wu Kong Wai Zhuan (Chi)";256x224@60;V
+kontest;"Konami Test Board (GX800, Japan)";256x224@60;H
+korokoro;"Koro Koro Quest (Japan)";320x240@58;H
+korosuke;"Korosuke Roller";288x224@60;V
+koshien;"Ah Eikou no Koshien (Japan) - Nessen Koushien (Jpn)";320x224@60;H
+kotm;"King of the Monsters (Euro) - King of the Monsters (set 1)";304x224@59;H
+kotm2;"King of the Monsters 2 (USA) - King of the Monsters 2 - The Next Thing (NGM-039)(NGH-";304x224@59;H
+kotm2a;"King of the Monsters 2 - The Next Thing (older)";304x224@59;H
+kotm2p;"King of the Monsters 2 - The Next Thing (prototype)";304x224@59;H
+kotmh;"King of the Monsters (set 2)";304x224@59;H
+kov;"Knights of Valour - Sangoku Senki (V117) - Ponpoko (Venture Line)";448x224@60;H
+kov111;"Knights of Valour - Sangoku Senki (V111, Japan)";448x224@60;H
+kov114;"Knights of Valour - Sangoku Senki (V114, Hong Kong)";448x224@60;H
+kov115;"Knights of Valour - Sangoku Senki (V115)";448x224@60;H
+kov2;"Knights of Valour 2 (V107, 102, 100, Hong Kong)";448x224@60;H
+kov2100;"Knights of Valour 2 (V100, 100, 100, Hong Kong)";448x224@60;H
+kov2101;"Knights of Valour 2 (V101, 101, 100, Hong Kong)";448x224@60;H
+kov2102;"Knights of Valour 2 (V102, 101, 100, Hong Kong)";448x224@60;H
+kov2103;"Knights of Valour 2 (V103, 101, 100, Hong Kong)";448x224@60;H
+kov2106;"Knights of Valour 2 (V106, 102, 100 Hong Kong)";448x224@60;H
+kov2p;"Knights of Valour 2 Plus - Nine Dragons (VM205XX, Chin";448x224@60;H
+kov2p202;"Knights of Valour 2 Plus - Nine Dragons (VM202XX)";448x224@60;H
+kov2p204;"Knights of Valour 2 Plus - Nine Dragons (VM204XX)";448x224@60;H
+kovplus;"Knights of Valour Plus - Sangoku Senki Plus (V119)";448x224@60;H
+kovplusa;"Knights of Valour Plus - Sangoku Senki Plus (V119 alt)";448x224@60;H
+kovqhsgs;"Knights of Valour: Quan Huang San Guo Special / Sangok";448x224@60;H
+kovqhsgsa;"Knights of Valour: Quan Huang San Guo Special / Sangok";448x224@60;H
+kovsgqyz;"Knights of Valour: SanGuo QunYingZhuan / Sangoku Senki";448x224@60;H
+kovsgqyza;"Knights of Valour: SanGuo QunYingZhuan / Sangoku Senki";448x224@60;H
+kovsgqyzb;"Knights of Valour: SanGuo QunYingZhuan / Sangoku Senki";448x224@60;H
+kovsgqyzc;"Knights of Valour: SanGuo QunYingZhuan / Sangoku Senki";448x224@60;H
+kovsh;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovsh100;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovsh101;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovsh102;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovsh103;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovshb;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovshp;"Knights of Valour Super Heroes Plus / Sangoku Senki Su";448x224@60;H
+kovshpa;"Knights of Valour Super Heroes Plus / Sangoku Senki Su";448x224@60;H
+kovshxas;"Knights of Valour: Ao Shi San Guo / Sangoku Senki: Ao";448x224@60;H
+kovytzy;"Knights of Valour: Yi Tong Zhong Yuan / Sangoku Senki:";448x224@60;H
+kozure;"Kozure Ookami (Japan)";320x240@60;H
+krzybowl;"Krazy Bowl";320x232@60;V
+ksayakyu;"Kusayakyuu";256x224@60;H
+ktiger;"Black Tiger - Kyukyoku Tiger (Japan) - Kyuukyoku Tiger - Kyuukyoku Tiger (Jpn)";320x240@55;V
+ktiger2;"Kyukyoku Tiger II (Ver 2.1J 1995/11/30)";320x232@60;V
+kuhga;"Kuhga - Operation Code 'Vapor Trail' (Japan revision 3";256x240@58;V
+kungfub;"Kung-Fu Master (bootleg set 1)";256x256@60;H
+kungfub2;"Kung-Fu Master (bootleg set 2)";256x256@60;H
+kungfub3;"Kung-Fu Master (bootleg set 3)";256x256@60;H
+kungfum;"Kung Fu Master (Jpn) - Kung-Fu Master";256x256@60;H
+kungfumd;"Kung-Fu Master (Data East)";256x256@60;H
+kungfut;"Kung-Fu Taikun - Kung-Fu Taikun (Jpn)";256x224@60;H
+kungfuta;"Kung-Fu Taikun (alt) - Kung-Fu Taikun (Jpn, Alt)";256x224@60;H
+kuniokun;"Nekketsu Kouha Kunio-kun (Japan)";240x240@60;H
+kuniokunb;"Nekketsu Kouha Kunio-kun (Japan bootleg)";240x240@60;H
+kurikint;"Kuri Kinton (World)";320x224@60;H
+kurikinta;"Kuri Kinton (World, prototype?)";320x224@60;H
+kurikintj;"Kuri Kinton (Japan)";320x224@60;H
+kurikintu;"Kuri Kinton (US)";320x224@60;H
+kyros;"Kyros";256x224@60;V
+kyrosj;"Kyros No Yakata (Japan)";256x224@60;V
+kyukaidk;"Kyuukai Douchuuki (Japan, new version (Rev B)) - Kyuukai Douchuuki (Jpn)";288x224@60;H
+kyukaidko;"Kyuukai Douchuuki (Japan, old version)";288x224@60;H
+kyustrkr;"Last Striker / Kyuukyoku no Striker";384x240@60;H
+labyrunr;"Labyrinth Runner (Japan)";280x224@60;V
+labyrunrk;"Labyrinth Runner (World Ver. K)";280x224@60;V
+ladybug;"Lady Bug - Lady Bug";240x196@60;V
+ladybugb;"Lady Bug (bootleg set 1)";240x196@60;V
+ladybugb2;"Coccinelle (bootleg of Lady Bug, set 2)";240x196@60;V
+ladybugg;"Lady Bug (bootleg on Galaxian hardware)";256x224@60;V
+ladykill;"Lady Killer";320x240@60;V
+ladymstr;"Lady Master of Kung Fu";256x224@60;V
+lagirl;"LA Girl";320x224@60;V
+landmakr;"Land Maker (Ver 2.01J 1998/06/01)";320x232@60;H
+landmakrp;"Land Maker (Ver 2.02O 1998/06/02) (Prototype)";320x232@60;H
+lans2004;"Lansquenet 2004 (Shock Troopers - 2nd Squad bootleg)";304x224@59;H
+lasso;"Lasso";256x224@60;V
+lastblad;"The Last Blade / Bakumatsu Roman - Gekka no Kenshi (NG";320x224@59;H
+lastblada;"The Last Blade / Bakumatsu Roman - Gekka no Kenshi (NG";320x224@59;H
+lastbladh;"The Last Blade / Bakumatsu Roman - Gekka no Kenshi (NG";320x224@59;H
+lastbladsp;"The Last Soldier (Special 2017, hack)";320x224@59;H
+lastbld2;"The Last Blade 2 / Bakumatsu Roman - Dai Ni Maku Gekka";320x224@59;H
+lastbld2eh;"The Last Blade 2 / Bakumatsu Roman - Dai Ni Maku Gekka";320x224@59;H
+lastday;"The Last Day (set 1)";384x240@60;V
+lastdaya;"The Last Day (set 2)";384x240@60;V
+lastduel;"Last Duel (US New Ver.)";384x240@60;V
+lastduelb;"Last Duel (bootleg)";384x240@60;V
+lastduelj;"Last Duel (Japan)";384x240@60;V
+lastduelo;"Last Duel (US Old Ver.)";384x240@60;V
+lastfort;"Last Fortress - Toride";360x224@60;H
+lastforte;"Last Fortress - Toride (Erotic, Rev C)";360x224@60;H
+lastfortea;"Last Fortress - Toride (Erotic, Rev A)";360x224@60;H
+lastfortg;"Last Fortress - Toride (German)";360x224@60;H
+lastfortk;"Last Fortress - Toride (Korea)";360x224@60;H
+lasthope;"Last Hope (bootleg AES to MVS conversion, no coin supp";304x224@59;H
+lastmisn;"Last Mission (US revision 6)";256x240@58;V
+lastmisnj;"Last Mission (Japan)";256x240@58;V
+lastmisno;"Last Mission (US revision 5)";256x240@58;V
+lastsold;"The Last Soldier (Korean release of The Last Blade)";320x224@59;H
+lastsurv;"Last Survivor (FD1094 317-0083)";320x224@60;H
+lastsurvd;"Last Survivor (FD1094 317-0083 decrypted)";320x224@60;H
+lbowling;"League Bowling (NGM-019)(NGH-019)";304x224@59;H
+ldrun;"Lode Runner (Euro, Jpn) - Lode Runner (Jpn) - Lode Runner (set 1) - Lode Runner - Lost Labyrinth";384x256@60;H
+ldrun2;"Lode Runner II (Jpn) - Lode Runner II - The Bungeling Strikes Back";384x256@60;H
+ldrun3;"Lode Runner III - The Golden Labyrinth";384x256@60;H
+ldrun3j;"Lode Runner III - Majin No Fukkatsu";384x256@60;H
+ldrun4;"Lode Runner IV - Teikoku Karano Dasshutsu";384x256@60;H
+ldruna;"Lode Runner (Jpn, Alt) - Lode Runner (set 2)";384x256@60;H
+leaguemn;"Yakyuu Kakutou League-Man (Japan)";320x240@60;H
+leds2011;"Led Storm Rally 2011 (World)";384x240@60;V
+leds2011u;"Led Storm Rally 2011 (US)";384x240@60;V
+ledstorm;"Led Storm (US)";384x240@60;V
+legend;"Legend - Oriental Legend - Xi Yo Gi Shi Re Zuang (V126)";288x224@60;H
+legendos;"Legend of Success Joe / Ashitano Joe Densetsu";304x224@59;H
+legion;"Legion - Spinner-87 (World ver 2.03)";288x224@60;V
+legionj;"Chouji Meikyuu Legion (Japan ver 1.05)";288x224@60;V
+legionjb;"Chouji Meikyuu Legion (Japan ver 1.05, bootleg)";288x224@60;V
+legofair;"Koukuu Kihei Monogatari - The Legend of Air Cavalry (J";400x224@60;V
+lemmings;"Lemmings (Euro) - Lemmings (Euro, Bra, Kor) - Lemmings (US prototype) - Lemmings (World)";320x224@60;H
+lethalen;"Lethal Enforcers (Euro) - Lethal Enforcers (ver UAE, 11/19/92 15:04)";288x224@60;H
+lethaleneaa;"Lethal Enforcers (ver EAA, 09/09/92 09:44)";288x224@60;H
+lethaleneab;"Lethal Enforcers (ver EAB, 10/14/92 19:53)";288x224@60;H
+lethaleneae;"Lethal Enforcers (ver EAE, 11/19/92 16:24)";288x224@60;H
+lethalenua;"Lethal Enforcers (ver UAA, 08/17/92 21:38)";288x224@60;H
+lethalenub;"Lethal Enforcers (ver UAB, 09/01/92 11:12)";288x224@60;H
+lethalenux;"Lethal Enforcers (ver unknown, US, 08/06/92 15:11, hac";288x224@60;H
+lethalth;"Lethal Thunder (World)";320x240@60;V
+levers;"Levers";256x224@60;V
+lghost;"Laser Ghost (Euro) - Laser Ghost (set 2, World, 317-0166)";320x224@60;H
+lghostd;"Laser Ghost (set 2, World, 317-0166 decrypted)";320x224@60;H
+lghostu;"Laser Ghost (set 1, US, 317-0165)";320x224@60;H
+lghostud;"Laser Ghost (set 1, US, 317-0165 decrypted)";320x224@60;H
+lgtnfght;"Lightning Fighters (World)";288x224@60;V
+lgtnfghta;"Lightning Fighters (Asia)";288x224@60;V
+lgtnfghtu;"Lightning Fighters (US)";288x224@60;V
+lhcdb;"Last Hope CD Beta (Neo CD conversion)";304x224@59;H
+liblrabl;"Libble Rabble";288x224@60;H
+lifefrce;"Lifeforce (US)";256x224@60;H
+lifefrcej;"Lifeforce (Japan)";256x224@60;H
+lightbr;"Light Bringer (Ver 2.2O 1994/04/08)";320x224@60;H
+lightbrj;"Light Bringer (Ver 2.1J 1994/02/18)";320x224@60;H
+liquidk;"Liquid Kids (World)";320x224@60;H
+liquidku;"Liquid Kids (US)";320x224@60;H
+lithero;"Little Hero";384x256@60;H
+livequiz;"Live Quiz Show";320x224@60;H
+lizwiz;"Lizard Wizard";288x224@60;V
+lkage;"The Legend of Kage";240x224@60;H
+lkageb;"The Legend of Kage (bootleg set 1)";240x224@60;H
+lkageb2;"The Legend of Kage (bootleg set 2)";240x224@60;H
+lkageb3;"The Legend of Kage (bootleg set 3)";240x224@60;H
+lkageo;"The Legend of Kage (older)";240x224@60;H
+lkageoo;"The Legend of Kage (oldest)";240x224@60;H
+lnc;"College Football's National Championship (USA) - Lock'n'Chase";242x240@60;V
+lockonph;"Lock On (Philko)";320x224@60;H
+locoboot;"Loco-Motion (bootleg)";256x224@60;V
+locomotn;"Loco-Motion";256x224@60;V
+loderndf;"Lode Runner - The Dig Fight (ver. B)";240x640@60;V
+loderndfa;"Lode Runner - The Dig Fight (ver. A)";240x640@60;V
+loffire;"Line of Fire (Euro, Bra, Kor) - Line of Fire / Bakudan Yarou (World, FD1094 317-0136)";320x224@60;H
+loffired;"Line of Fire / Bakudan Yarou (World, FD1094 317-0136 d";320x224@60;H
+loffirej;"Line of Fire / Bakudan Yarou (Japan, FD1094 317-0134)";320x224@60;H
+loffirejd;"Line of Fire / Bakudan Yarou (Japan, FD1094 317-0134 d";320x224@60;H
+loffireu;"Line of Fire / Bakudan Yarou (US, FD1094 317-0135)";320x224@60;H
+loffireud;"Line of Fire / Bakudan Yarou (US, FD1094 317-0135 decr";320x224@60;H
+logicpr2;"Logic Pro 2 (Japan)";320x224@60;H
+logicpro;"Logic Pro (Japan)";320x224@60;H
+loht;"Legend of Hero Tonma - Legend of Hero Tonma - Legend of Hero Tonma";384x256@55;H
+lohtb;"Legend of Hero Tonma (bootleg, set 1)";384x256@55;H
+lohtb2;"Legend of Hero Tonma (bootleg, set 2)";384x256@55;H
+lohtj;"Legend of Hero Tonma (Japan)";384x256@55;H
+lomakai;"Legend of Makai (World)";256x224@60;H
+looper;"Looper";256x224@60;H
+lordgun;"Lord of Gun (USA)";448x224@60;H
+lordofk;"The Lord of King (Japan)";256x224@60;H
+losttomb;"Lost Tomb (Easy)";256x224@60;V
+losttombh;"Lost Tomb (Hard)";256x224@60;V
+lostwrld;"Lost Worlds (Japan) - The Lost World - Jurassic Park (Euro, USA) - The Lost World - Jurassic Park (USA)";384x224@60;H
+lostwrldo;"Lost Worlds (Japan Old ver.)";384x224@60;H
+lotlot;"Lot Lot - Lot Lot (Jpn)";384x256@60;H
+loverboy;"Lover Boy";240x224@60;V
+lresort;"Last Resort";304x224@59;H
+lresortp;"Last Resort (prototype)";304x224@59;H
+ltorb1;"Jonas Indiana and the Lost Temple of RA (20050717)";304x224@59;H
+ltswords;"Lightning Swords";384x256@55;H
+luckywld;"Lucky & Wild";288x224@60;H
+luckywldj;"Lucky & Wild (Japan)";288x224@60;H
+luctoday;"Lucky Today";256x224@60;V
+lvgirl94;"Las Vegas Girl (Girl '94)";368x224@60;H
+lwings;"Legendary Wings (US set 1)";256x240@60;V
+lwings2;"Legendary Wings (US set 2)";256x240@60;V
+lwingsb;"Legendary Wings (bootleg)";256x240@60;V
+lwingsj;"Ares no Tsubasa (Japan)";256x240@60;V
+m660;"Mission 660 (US)";256x224@60;V
+m660b;"Mission 660 (bootleg)";256x224@60;V
+m660j;"Mission 660 (Japan)";256x224@60;V
+mach9;"Mach-9 (bootleg of Vulgus)";256x224@60;V
+macross;"Choujikuu Yousai Macross (Jpn) - Super Spacefortress Macross / Chou-Jikuu Yousai Macros";256x224@56;V
+macross2;"Super Spacefortress Macross II / Chou-Jikuu Yousai Mac";384x224@56;H
+macross2g;"Super Spacefortress Macross II / Chou-Jikuu Yousai Mac";384x224@56;H
+macross2k;"Macross II (Korea)";384x224@56;H
+macrossp;"Macross Plus";384x240@60;V
+madcrash;"Mad Crasher";288x216@60;H
+madcrush;"Mad Crusher (Japan)";288x216@60;H
+madgear;"Mad Gear (US)";384x240@60;V
+madgearj;"Mad Gear (Japan)";384x240@60;V
+madshark;"Mad Shark";384x224@60;V
+magdrop;"Magical Drop (Japan, Version 1.1, 1995.06.21)";320x240@58;H
+magdrop2;"Magical Drop II";304x224@59;H
+magdrop3;"Magical Drop III";304x224@59;H
+magdropp;"Magical Drop Plus 1 (Japan, Version 2.1, 1995.09.12)";320x240@58;H
+magicbub;"Magic Bubble";320x224@60;H
+magicbuba;"Magic Bubble (Adult version, YS-1302 PCB)";320x224@60;H
+magicbubb;"Magic Bubble (Adult version, YS-0211 PCB)";320x224@60;H
+magix;"Magix / Rock";384x240@60;H
+magixb;"Magix / Rock (no copyright message)";384x240@60;H
+maglord;"Magician Lord (NGM-005)";320x224@59;H
+maglordh;"Magician Lord (NGH-005)";320x224@59;H
+mahoudai;"Mahou Daisakusen (Japan)";320x240@60;V
+mahretsu;"Mahjong Kyo Retsuden (NGM-004)(NGH-004)";304x224@59;H
+mainevt;"The Main Event (4 Players ver. Y)";288x224@60;H
+mainevt2p;"The Main Event (2 Players ver. X)";288x224@60;H
+mainevto;"The Main Event (4 Players ver. F)";288x224@60;H
+mainsnk;"Main Event (1984)";288x216@60;H
+majest12j;"Majestic Twelve - The Space Invaders Part IV (Japan)";320x224@60;V
+majest12u;"Majestic Twelve - The Space Invaders Part IV (US)";320x224@60;V
+majtitl2;"Major Title 2 (World)";320x240@60;H
+majtitl2a;"Major Title 2 (World, set 1, alt sound CPU)";320x240@60;H
+majtitl2b;"Major Title 2 (World, set 2)";320x240@60;H
+majtitl2j;"Major Title 2 (Japan)";320x240@60;H
+majtitle;"Major Title (World)";384x256@55;H
+majtitlej;"Major Title (Japan)";384x256@55;H
+majuu;"Majuu no Ohkoku";320x224@60;H
+makaiden;"Makai Densetsu (Japan)";256x224@60;H
+makaimur;"Makai-Mura (Japan)";256x224@60;H
+makaimurc;"Makai-Mura (Japan revision C)";256x224@60;H
+makaimurg;"Makai-Mura (Japan revision G)";256x224@60;H
+maketrax;"Make Trax (set 1)";288x224@60;V
+maketrxb;"Make Trax (set 2)";288x224@60;V
+mangchi;"Mang-Chi";256x224@56;H
+manhatan;"Manhattan 24 Bunsyo (Japan)";240x224@60;H
+maniacsp;"Maniac Square (prototype)";320x240@60;H
+maniacsq;"Maniac Square (unprotected)";320x240@60;H
+manybloc;"Many Block";256x240@56;V
+mappy;"Hopping Mappy - Mappy (Jpn) - Mappy (Jpn) - Mappy (US)";288x224@60;V
+mappyj;"Mappy (Japan)";288x224@60;V
+marble;"Marble Madness";336x240@60;H
+marineb;"Marine Boy";256x224@60;H
+mariner;"Mariner";256x224@60;V
+mario;"Mario Bros. (US, Revision F)";256x224@60;H
+marioe;"Mario Bros. (US, Revision E)";256x224@60;H
+marioj;"Mario Bros. (Japan)";256x224@60;H
+marioo;"Mario Bros. (US, Unknown Rev)";256x224@60;H
+markham;"Markham";240x224@60;H
+mars;"Escape from Mars Starring Taz (Euro) - Mars - Taz in Escape from Mars (Bra) - Taz in Escape from Mars (Euro, USA)";256x224@60;V
+martmast;"Martial Masters (V104, 102, 102, USA)";448x224@60;H
+martmastc;"Martial Masters (V104, 102, 101, China)";448x224@60;H
+martmastc102;"Martial Masters (V102, 101, 101, China)";448x224@60;H
+martmastc103;"Martial Masters (V103, 102, 101, China)";448x224@60;H
+marukin;"Super Marukin-Ban (Japan 901017)";384x240@60;H
+marukodq;"Chibi Marukochan Deluxe Quiz";304x224@59;H
+marvins;"Marvin's Maze";288x216@60;V
+marvland;"Marvel Land (US) - Marvel Land (USA)";288x224@60;H
+marvlandj;"Marvel Land (Japan) - Marvel Land (Jpn)";288x224@60;H
+masao;"Masao";256x224@60;H
+masterw;"Master of Weapon (World)";320x224@60;V
+masterwj;"Master of Weapon (Japan)";320x224@60;V
+masterwu;"Master of Weapon (US)";320x224@60;V
+mastkin;"The Masters of Kin";256x224@60;H
+matchit2;"Match It II";384x240@60;H
+matrim;"Matrimelee / Shin Gouketsuji Ichizoku Toukon (NGM-2660";320x224@59;H
+matrimbl;"Matrimelee / Shin Gouketsuji Ichizoku Toukon (bootleg)";320x224@59;H
+mazinger;"Mazinger Z (World, ver. 94/06/27)";384x240@58;V
+mazingerj;"Mazinger Z (Japan, ver. 94/06/27)";384x240@58;V
+mbomberj;"Muscle Bomber - the body explosion (930713 Japan)";384x224@60;H
+mbombrd;"Muscle Bomber Duo - ultimate team battle (931206 etc)";384x224@60;H
+mbombrdj;"Muscle Bomber Duo - heat up warriors (931206 Japan)";384x224@60;H
+mbrush;"Magic Brush";288x224@60;V
+mcatadv;"Magical Cat Adventure";320x224@60;H
+mcatadvj;"Magical Cat Adventure (Japan)";320x224@60;H
+mchampdx;"Multi Champ Deluxe (ver. 0106, 06/01/2000)";320x240@60;H
+mchampdxa;"Multi Champ Deluxe (ver. 1126, 26/11/1999)";320x240@60;H
+mechatt;"Mechanized Attack (World)";256x224@60;H
+mechattj;"Mechanized Attack (Japan)";256x224@60;H
+mechattu;"Mechanized Attack (US)";256x224@60;H
+mechattu1;"Mechanized Attack (US, Version 1, Single Player)";256x224@60;H
+megablst;"Mega Blast (World)";320x224@60;H
+megablstj;"Mega Blast (Japan)";320x224@60;H
+megablstu;"Mega Blast (US)";320x224@60;H
+megadon;"Megadon";272x236@60;V
+megaman;"Mega Man (Euro, USA) - Mega Man - the power battle (951006 USA) - Mega Man - The Wily Wars (Euro)";384x224@60;H
+megaman2;"Mega Man 2 - the power fighters (960708 USA)";384x224@60;H
+megaman2a;"Mega Man 2 - the power fighters (960708 Asia)";384x224@60;H
+megaman2h;"Mega Man 2 - the power fighters (960712 Hispanic)";384x224@60;H
+megamana;"Mega Man - the power battle (951006 Asia)";384x224@60;H
+megamn2d;"Mega Man 2 - the power fighters (960708 USA Phoenix Ed";384x224@60;H
+megazone;"Mega Zone (Konami set 1)";288x224@60;V
+megazonea;"Mega Zone (Konami set 2)";288x224@60;V
+megazoneb;"Mega Zone (Kosuka set 1)";288x224@60;V
+megazonec;"Mega Zone (Kosuka set 2)";288x224@60;V
+megazonei;"Mega Zone (Interlogic)";288x224@60;V
+meijinsn;"Meijinsen";232x224@60;H
+meikyuh;"Meikyuu Hunter G (Japan, set 1)";256x240@58;H
+meikyuha;"Meikyuu Hunter G (Japan, set 2)";256x240@58;H
+meosism;"Meosis Magic (Japan)";338x236@60;H
+mercenario;"Mercenario (Commando bootleg)";256x224@60;V
+mercs;"Mercs (900302 etc) - Mercs (Euro, Bra) - Mercs (Euro, USA) ~ Senjou no Ookami II (Jpn)";384x224@60;V
+mercsj;"Senjo no Ookami II (Ookami 2 900302 Japan)";384x224@60;V
+mercsu;"Mercs (900608 USA)";384x224@60;V
+mercsur1;"Mercs (900302 USA)";384x224@60;V
+merlinmm;"Merlins Money Maze";256x224@60;V
+metafox;"Meta Fox";384x224@60;V
+metalb;"Metal Black (World)";320x224@60;H
+metalbj;"Metal Black (Japan)";320x224@60;H
+metamrph;"Metamorphic Force (ver EAA)";288x224@60;H
+metamrpha;"Metamorphic Force (ver AAA)";288x224@60;H
+metamrphe;"Metamorphic Force (ver EAA - alternate)";288x224@60;H
+metamrphj;"Metamorphic Force (ver JAA)";288x224@60;H
+metamrphu;"Metamorphic Force (ver UAA)";288x224@60;H
+metlfrzr;"Metal Freezer";256x224@60;V
+metlhawk;"Metal Hawk (Rev C)";288x224@60;V
+metlhawkj;"Metal Hawk (Japan, Rev F)";288x224@60;V
+metlsavr;"Metal Saver";320x240@60;H
+metmqstr;"Metamoqester (International)";384x240@58;H
+metrocrs;"Metro-Cross (set 1)";288x224@60;H
+metrocrsa;"Metro-Cross (set 2)";288x224@60;H
+mgakuen;"Mahjong Gakuen";384x240@60;H
+mgakuen2;"Mahjong Gakuen 2 Gakuen-chou no Fukushuu";384x240@60;H
+mgcrystl;"Magical Crystals (World, 92/01/10)";256x224@60;H
+mgcrystlj;"Magical Crystals (Japan, 92/01/13)";256x224@60;H
+mgcrystlo;"Magical Crystals (World, 91/12/10)";256x224@60;H
+mia;"M.I.A. - Missing in Action (version T)";304x224@60;H
+mia2;"M.I.A. - Missing in Action (version S)";304x224@60;H
+miaj;"M.I.A. - Missing in Action (version R) (Japan)";320x224@60;H
+midres;"Midnight Resistance (USA) - Midnight Resistance (World)";256x240@57;H
+midresj;"Midnight Resistance (Japan) - Midnight Resistance (Jpn)";256x240@57;H
+midresu;"Midnight Resistance (US)";256x240@57;H
+miexchng;"Money Puzzle Exchanger / Money Idol Exchanger";304x224@59;H
+mikie;"Mikie - Mikie. Shinnyuushain Tooru-Kun.";256x224@60;V
+mikiehs;"Mikie (High School Graffiti)";256x224@60;V
+mikiej;"Shinnyuushain Tooru-kun";256x224@60;V
+milliped;"Millipede";256x240@60;V
+mimonkey;"Mighty Monkey";256x224@60;V
+mimonsco;"Mighty Monkey (bootleg on Super Cobra hardware)";256x224@60;V
+mimonscr;"Mighty Monkey (bootleg on Scramble hardware)";256x224@60;V
+mimonscra;"Mighty Monkey (Kaina Games, bootleg on Scramble hardwa";256x224@60;V
+minasan;"Minasanno Okagesamadesu! Daisugorokutaikai (MOM-001)(M";304x224@59;H
+minefld;"Minefield";256x224@60;V
+minivadr;"Minivader";256x224@60;H
+mirax;"Mirax (set 1)";256x240@60;V
+miraxa;"Mirax (set 2)";256x240@60;V
+mirninja;"Mirai Ninja (Japan)";288x224@60;H
+missmw96;"Miss Mister World '96 (Nude)";256x224@60;H
+missw02;"Miss World 2002";256x224@60;H
+missw96;"Miss World '96 (Nude) (set1)";256x224@60;H
+missw96a;"Miss World '96 (Nude) (set 2)";256x224@60;H
+missw96b;"Miss World '96 (Nude) (set 3)";256x224@60;H
+missw96c;"Miss World '96 (Nude) (set 4)";256x224@60;H
+mizubaku;"Mizubaku Dai Bouken - Mizubaku Daibouken (Japan)";320x224@60;H
+mj4simai;"Wakakusamonogatari Mahjong Yonshimai (Japan)";384x240@60;H
+mjgtaste;"Mahjong G-Taste";320x224@60;H
+mjleague;"Major League";320x224@60;V
+mjnquest;"Mahjong Quest (Japan)";320x224@60;H
+mjnquestb;"Mahjong Quest (No Nudity)";320x224@60;H
+mk;"Mortal Kombat";400x254@54.7;H
+mkr4;"Mortal Kombat r4";400x254@54.7;H
+mktturbo;"Mortal Kombat turbo";400x254@54.7;H
+mk2;"Mortal Kombat II";400x254@54.7;H
+mltiwars;"Multi Wars (bootleg of UniWar S)";256x224@60;V
+mmancp2u;"Mega Man - The Power Battle (951006 USA, SAMPLE Versio";384x224@60;H
+mmancp2ur1;"Mega Man - The Power Battle (950926 USA, SAMPLE Versio";384x224@60;H
+mmatrix;"Mars Matrix (000412 USA)";384x224@60;H
+mmatrixd;"Mars Matrix (000412 USA Phoenix Edition)";384x224@60;H
+mmatrixj;"Mars Matrix (000412 Japan)";384x224@60;H
+mmaulers;"Monster Maulers (ver EAA)";288x224@60;H
+mmaze;"Marchen Maze (Japan)";288x224@60;H
+mmaze2;"Marchen Maze (Japan, hack?)";288x224@60;H
+mmonkey;"Minky Monkey";242x240@60;V
+mnchmobl;"Munch Mobile (US)";320x240@60;V
+mnight;"Mutant Night";256x192@60;H
+mnightj;"Mutant Night (Japan)";256x192@60;H
+moegonta;"Moeyo Gonta!! (Japan)";320x240@60;V
+mofflott;"Maze of Flott (Japan)";320x240@60;V
+moguchan;"Mogu Chan (bootleg?)";256x224@60;V
+mogura;"Mogura Desse";320x256@60;H
+mole;"Mole Attack - Mr. Mole";320x200@60;H
+momoko;"Momoko 120% (Japanese text)";240x224@60;H
+momokob;"Momoko 120% (bootleg)";240x224@60;H
+momokoe;"Momoko 120% (English text)";240x224@60;H
+monkelf;"Monky Elf (Korean bootleg of Avenging Spirit)";256x224@60;H
+moomesa;"Wild West C.O.W.-Boys of Moo Mesa (ver EAB)";384x224@60;H
+moomesaaab;"Wild West C.O.W.-Boys of Moo Mesa (ver AAB)";384x224@60;H
+moomesauab;"Wild West C.O.W.-Boys of Moo Mesa (ver UAB)";384x224@60;H
+moomesauac;"Wild West C.O.W.-Boys of Moo Mesa (ver UAC)";384x224@60;H
+moonal2;"Moon Alien Part 2";256x224@60;V
+moonal2b;"Moon Alien Part 2 (older version)";256x224@60;V
+moonaln;"Moon Alien";256x224@60;V
+mooncmw;"Moon War (Moon Cresta bootleg)";256x224@60;V
+mooncptc;"Moon Cresta (Petaco S.A. Spanish bootleg)";256x224@60;V
+mooncreg;"Moon Cresta (Electrogame S.A. Spanish bootleg)";256x224@60;V
+mooncrgx;"Moon Cresta (Galaxian hardware)";256x224@60;V
+mooncrs2;"Moon Cresta (bootleg set 2)";256x224@60;V
+mooncrs3;"Moon Cresta (bootleg set 3)";256x224@60;V
+mooncrs4;"Moon Crest";256x224@60;V
+mooncrsb;"Moon Cresta (bootleg set 1)";256x224@60;V
+mooncrsl;"Cresta Mundo (Laguna S.A. Spanish Moon Cresta bootleg)";256x224@60;V
+mooncrst;"Moon Cresta (Nichibutsu)";256x224@60;V
+mooncrstg;"Moon Cresta (Gremlin)";256x224@60;V
+mooncrsto;"Moon Cresta (Nichibutsu, old rev)";256x224@60;V
+mooncrstso;"Moon Cresta (SegaSA / Sonic)";256x224@60;V
+mooncrstu;"Moon Cresta (Nichibutsu USA, unencrypted)";256x224@60;V
+mooncrstuk;"Moon Cresta (Nichibutsu UK)";256x224@60;V
+mooncrstuku;"Moon Cresta (Nichibutsu UK, unencrypted)";256x224@60;V
+moonqsr;"Moon Quasar";256x224@60;V
+moonwar;"Moonwar";256x224@60;V
+moonwara;"Moonwar (older)";256x224@60;V
+moremore;"More More";256x224@58;H
+moremorp;"More More Plus";256x224@58;H
+moshougi;"Syougi No Tatsujin - Master of Shougi";304x224@59;H
+motorace;"MotoRace USA";240x256@60;V
+motos;"Motos";288x224@60;V
+mototour;"MotoTour / Zippy Race (Tecfri license)";240x256@60;V
+mouser;"Mouser - Mouser (Jpn)";256x224@60;V
+mouserc;"Mouser (Cosmos)";256x224@60;V
+mpang;"Mighty! Pang (001010 Euro)";384x224@60;H
+mpangj;"Mighty! Pang (001011 Japan)";384x224@60;H
+mpangjd;"Mighty! Pang (001011 Japan Phoenix Edition)";384x224@60;H
+mpangr1;"Mighty! Pang (000925 Euro)";384x224@60;H
+mpangu;"Mighty! Pang (001010 USA)";384x224@60;H
+mplanets;"Mad Planets";256x240@60;V
+mplanetsuk;"Mad Planets (UK)";256x240@60;V
+mrdo;"Mr. Do (Jpn) - Mr. Do! - Mr. Do! - Neo Mr. Do!";240x192@60;V
+mrdofix;"Mr. Do! (bugfixed)";240x192@60;V
+mrdot;"Mr. Do! (Taito license)";240x192@60;V
+mrdoy;"Mr. Do! (prototype)";240x192@60;V
+mrdu;"Mr. Du!";240x192@60;V
+mrflea;"The Amazing Adventures of Mr. F. Lea";256x248@60;V
+mrgoemon;"Mr. Goemon (Japan)";240x224@60;H
+mrheli;"Mr. HELI no Dai-Bouken - Mr. Heli no Daibouken";384x256@55;H
+mrjong;"Mr. Jong (Japan)";240x224@60;V
+mrkougar;"Mr. Kougar";256x224@60;V
+mrkougar2;"Mr. Kougar (earlier)";256x224@60;V
+mrkougb;"Mr. Kougar (bootleg set 1)";256x224@60;V
+mrkougb2;"Mr. Kougar (bootleg set 2)";256x224@60;V
+mrlo;"Mr. Lo!";240x192@60;V
+mrtnt;"Mr. TNT";288x224@60;V
+mrviking;"Mister Viking (315-5041)";240x224@60;V
+mrvikingj;"Mister Viking (315-5041, Japan)";240x224@60;V
+ms4plus;"Metal Slug 4 Plus (bootleg)";304x224@59;H
+ms5pcb;"Metal Slug 5 (JAMMA PCB)";304x224@59;H
+ms5plus;"Metal Slug 5 Plus (bootleg)";304x224@59;H
+msbingo;"Miss Bingo";320x224@60;H
+mschamp;"Ms. Pacman Champion Edition / Zola-Puc Gal";288x224@60;V
+mschamps;"Ms. Pacman Champion Edition / Super Zola Pac Gal";288x224@60;V
+msgogo;"Mouse Shooter GoGo";320x224@60;H
+msgundam;"Mobile Suit Gundam";384x240@57;H
+msgundam1;"Mobile Suit Gundam (Japan)";384x240@57;H
+msh;"Marvel Super Heroes (951024 Euro)";384x224@60;H
+msha;"Marvel Super Heroes (951024 Asia)";384x224@60;H
+mshb;"Marvel Super Heroes (951117 Brazil)";384x224@60;H
+msheartb;"Ms. Pac-Man Heart Burn";288x224@60;V
+mshh;"Marvel Super Heroes (951117 Hispanic)";384x224@60;H
+mshj;"Marvel Super Heroes (951117 Japan)";384x224@60;H
+mshjr1;"Marvel Super Heroes (951024 Japan)";384x224@60;H
+mshu;"Marvel Super Heroes (951024 USA)";384x224@60;H
+mshud;"Marvel Super Heroes (951024 USA Phoenix Edition)";384x224@60;H
+mshuttle;"Moon Shuttle (US?)";256x224@60;H
+mshuttle2;"Moon Shuttle (US? set 2)";256x224@60;H
+mshuttlej;"Moon Shuttle (Japan)";256x224@60;H
+mshuttlej2;"Moon Shuttle (Japan set 2)";256x224@60;H
+mshvsf;"Marvel Super Heroes vs Street Fighter (970625 Euro)";384x224@60;H
+mshvsfa;"Marvel Super Heroes vs Street Fighter (970625 Asia)";384x224@60;H
+mshvsfa1;"Marvel Super Heroes vs Street Fighter (970620 Asia)";384x224@60;H
+mshvsfb;"Marvel Super Heroes vs Street Fighter (970827 Brazil)";384x224@60;H
+mshvsfb1;"Marvel Super Heroes vs Street Fighter (970625 Brazil)";384x224@60;H
+mshvsfh;"Marvel Super Heroes vs Street Fighter (970625 Hispanic";384x224@60;H
+mshvsfj;"Marvel Super Heroes vs Street Fighter (970707 Japan)";384x224@60;H
+mshvsfj1;"Marvel Super Heroes vs Street Fighter (970702 Japan)";384x224@60;H
+mshvsfj2;"Marvel Super Heroes vs Street Fighter (970625 Japan)";384x224@60;H
+mshvsfu;"Marvel Super Heroes vs Street Fighter (970827 USA)";384x224@60;H
+mshvsfu1;"Marvel Super Heroes vs Street Fighter (970625 USA)";384x224@60;H
+mshvsfu1d;"Marvel Super Heroes vs Street Fighter (970625 USA Phoe";384x224@60;H
+mslider;"Monster Slider (Japan)";352x240@60;H
+mslug;"Metal Slug - Super Vehicle-001";304x224@59;H
+mslug2;"Metal Slug 2 - Super Vehicle-001/II (NGM-2410) (NGH-24";304x224@59;H
+mslug2t;"Metal Slug 2 Turbo (NGM-9410)";304x224@59;H
+mslug3;"Metal Slug 3 (NGM-2560)";304x224@59;H
+mslug3b6;"Metal Slug 6 (Metal Slug 3 bootleg)";304x224@59;H
+mslug3h;"Metal Slug 3 (NGH-2560)";304x224@59;H
+mslug3v;"Metal Slug 3 (NGH-2560) (Enhanced Violence Version hac";304x224@59;H
+mslug4;"Metal Slug 4 (NGM-2630)";304x224@59;H
+mslug4h;"Metal Slug 4 (NGH-2630)";304x224@59;H
+mslug5;"Metal Slug 5 (NGM-2680)";304x224@59;H
+mslug5b;"Metal Slug 5 (bootleg)";304x224@59;H
+mslug5h;"Metal Slug 5 (NGH-2680)";304x224@59;H
+mslugx;"Metal Slug X - Super Vehicle-001 (NGM-2500)(NGH-2500)";304x224@59;H
+mspacmab;"MS Pacman (bootleg)";288x224@60;V
+mspacman;"MS Pacman - Ms. Pac-Man (Euro, Bra) - Ms. Pac-Man (Euro, USA) - Ms. Pac-Man (USA)";288x224@60;V
+mspacmanbcc;"Come-Cocos (Ms. Pac-Man) ('Made in Greece' Tecnausa bo";288x224@60;V
+mspacmanbg;"Ms. Pac-Man ('Made in Greece' bootleg)";288x224@60;V
+mspacmanbgd;"Miss Pukman ('Made in Greece' Datamat bootleg)";288x224@60;V
+mspacmanbhe;"Come-Cocos (Ms. Pac-Man) ('Made in Greece' Herle SA bo";288x224@60;V
+mspacmanblt;"Miss Pukman ('Made in Greece' Triunvi bootleg)";288x224@60;V
+mspacmat;"Ms. Pac Attack";288x224@60;V
+mspacmbe;"Ms. Pac-Man (bootleg, encrypted)";288x224@60;V
+mspacmnf;"Ms. Pac-Man (with speedup hack)";288x224@60;V
+mspacpls;"Ms. Pac-Man Plus";288x224@60;V
+mspuzzle;"Miss Puzzle";320x224@60;V
+mspuzzleg;"Miss Puzzle (Clone of Gumbo)";320x224@60;H
+mstadium;"Main Stadium (Japan ver. 4)";288x224@60;H
+mstworld;"Monsters World (bootleg of Super Pang)";384x240@60;H
+msword;"Magic Sword - heroic fantasy (25.07.1990 other country";384x224@60;H
+mswordj;"Magic Sword (23.06.1990 Japan)";384x224@60;H
+mswordr1;"Magic Sword - heroic fantasy (23.06.1990 other country";384x224@60;H
+mswordu;"Magic Sword - heroic fantasy (25.07.1990 USA)";384x224@60;H
+mtlchamp;"Martial Champion (ver EAB)";384x224@60;H
+mtlchamp1;"Martial Champion (ver EAA)";384x224@60;H
+mtlchampa;"Martial Champion (ver AAA)";384x224@60;H
+mtlchampj;"Martial Champion (ver JAA)";384x224@60;H
+mtlchampu;"Martial Champion (ver UAE)";384x224@60;H
+mtlchampu1;"Martial Champion (ver UAD)";384x224@60;H
+mtwins;"Mega Twins (chiki chiki boys 900619 etc)";384x224@60;H
+mugsmash;"Mug Smashers";320x240@60;H
+multchmp;"Multi Champ (World)";320x240@60;H
+multchmpa;"Multi Champ (World, older)";320x240@60;H
+multchmpk;"Multi Champ (Korea, older)";320x240@60;H
+multi96;"Multi Game '96 (Italy)";256x224@58;H
+mustache;"Mustache Boy (Japan)";240x248@57;V
+mustachei;"Mustache Boy (Italy)";240x248@57;V
+mustang;"US AAF Mustang (25th May. 1990)";256x224@56;H
+mustangb;"US AAF Mustang (bootleg)";256x224@56;H
+mustangb2;"US AAF Mustang (TAB Austria bootleg)";256x224@56;H
+mustangs;"US AAF Mustang (25th May. 1990 / Seoul Trading)";256x224@56;H
+mutantf;"Mutant Fighter (World ver EM-5)";320x240@58;H
+mutantf2;"Mutant Fighter (World ver EM-2)";320x240@58;H
+mutantf3;"Mutant Fighter (World ver EM-3)";320x240@58;H
+mutantf4;"Mutant Fighter (World ver EM-4)";320x240@58;H
+mutnat;"Mutation Nation (NGM-014)(NGH-014)";304x224@59;H
+mvp;"MVP (set 2, US, FD1094 317-0143)";320x224@60;H
+mvpd;"MVP (set 2, US, FD1094 317-0143 decrypted)";320x224@60;H
+mvpj;"MVP (set 1, Japan, FD1094 317-0142)";320x224@60;H
+mvpjd;"MVP (set 1, Japan, FD1094 317-0142 decrypted)";320x224@60;H
+mvsc;"Marvel vs Capcom - clash of super heroes (980123 Euro)";384x224@60;H
+mvsca;"Marvel vs Capcom - clash of super heroes (980123 Asia)";384x224@60;H
+mvscar1;"Marvel vs Capcom - clash of super heroes (980112 Asia)";384x224@60;H
+mvscb;"Marvel vs Capcom - clash of super heroes (980123 Brazi";384x224@60;H
+mvsch;"Marvel vs Capcom - clash of super heroes (980123 Hispa";384x224@60;H
+mvscj;"Marvel vs Capcom - clash of super heroes (980123 Japan";384x224@60;H
+mvscjr1;"Marvel vs Capcom - clash of super heroes (980112 Japan";384x224@60;H
+mvscjsing;"Marvel vs Capcom - clash of super heroes (980123 Japan";384x224@60;H
+mvscr1;"Marvel vs Capcom - clash of super heroes (980112 Euro)";384x224@60;H
+mvscu;"Marvel vs Capcom - clash of super heroes (980123 USA)";384x224@60;H
+mvscud;"Marvel vs Capcom - clash of super heroes (980123 USA P";384x224@60;H
+mvscur1;"Marvel vs Capcom - clash of super heroes (971222 USA)";384x224@60;H
+mwalk;"Michael Jackson's Moonwalker (Euro, USA, Bra, Kor) - Michael Jackson's Moonwalker (set 3, World, FD1094/875 - Michael Jackson's Moonwalker (World, Rev. A)";320x224@60;H
+mwalkbl2;"Michael Jackson's Moonwalker (bootleg)";320x224@60;H
+mwalkd;"Michael Jackson's Moonwalker (World) (bootleg of FD109";320x224@60;H
+mwalkj;"Michael Jackson's Moonwalker (Japan) (FD1094/8751 317-";320x224@60;H
+mwalkjd;"Michael Jackson's Moonwalker (Japan) (bootleg of FD109";320x224@60;H
+mwalku;"Michael Jackson's Moonwalker (US) (FD1094/8751 317-015";320x224@60;H
+mwalkud;"Michael Jackson's Moonwalker (US) (bootleg of FD1094/8";320x224@60;H
+mwarr;"Mighty Warriors";366x240@54;H
+myangel;"Kosodate Quiz My Angel (Japan)";376x240@60;H
+myangel2;"Kosodate Quiz My Angel 2 (Japan)";376x240@60;H
+myhero;"My Hero (Euro, USA, Bra) - My Hero (US, not encrypted)";256x224@60;H
+myherobl;"My Hero (bootleg, 315-5132 encryption)";256x224@60;H
+myherok;"My Hero (Korea)";256x224@60;H
+myqbert;"Mello Yello Q*bert";256x240@60;V
+mysticri;"Mystic Riders (World)";320x240@60;H
+mysticrib;"Mystic Riders (bootleg?)";320x240@60;H
+mystston;"Mysterious Stones - Dr. John's Adventure";256x240@57;V
+myststono;"Mysterious Stones - Dr. Kick in Adventure";256x240@57;V
+myststonoi;"Mysterious Stones - Dr. Kick in Adventure (Itisa PCB)";256x240@57;V
+mystwarr;"Mystic Warriors (ver EAA)";288x224@60;H
+mystwarra;"Mystic Warriors (ver AAB)";288x224@60;H
+mystwarraa;"Mystic Warriors (ver AAA)";288x224@60;H
+mystwarrj;"Mystic Warriors (ver JAA)";288x224@60;H
+mystwarru;"Mystic Warriors (ver UAA)";288x224@60;H
+nam1975;"NAM-1975 (NGM-001)(NGH-001)";304x224@59;H
+naname;"Naname de Magic!";320x240@60;H
+nastar;"Nastar (World)";320x224@60;H
+nastarw;"Nastar Warrior (US)";320x224@60;H
+naughtyb;"Naughty Boy";288x224@60;V
+naughtyba;"Naughty Boy (bootleg)";288x224@60;V
+naughtybc;"Naughty Boy (Cinematronics)";288x224@60;V
+navarone;"Navarone";272x224@60;V
+nbbatman;"Ninja Baseball Batman (World)";320x240@60;H
+nbbatmanu;"Ninja Baseball Batman (US)";320x240@60;H
+ncombat;"Ninja Combat (NGM-009)";304x224@59;H
+ncombath;"Ninja Combat (NGH-009)";304x224@59;H
+ncommand;"Ninja Commando";304x224@59;H
+nebulbee;"Nebulous Bee";288x224@60;V
+nemesis;"Nemesis (Kor) - Nemesis (ROM version)";256x224@60;H
+nemesisuk;"Nemesis (World?, ROM version)";256x224@60;H
+nemo;"Finding Nemo (Rus) - Nemo (90 11 30 etc)";384x224@60;H
+nemoj;"Nemo (90 11 20 Japan)";384x224@60;H
+nemor1;"Nemo (90 11 09 etc)";384x224@60;H
+neo2500;"Neo 2500 Demo";304x224@59;H
+neo3ddmo;"NeoGeo 3D! Demo";304x224@59;H
+neobattl;"SD Gundam Neo Battling (Japan)";384x240@60;V
+neobombe;"Neo Bomberman";304x224@59;H
+neocdz;"Neo Geo CDZ system";320x224@59;H
+neocstlv;"Neo CastleVania Demo";304x224@59;H
+neocup98;"Neo-Geo Cup '98 - The Road to the Victory";320x224@59;H
+neodemo;"Chaos Demo (Neo Geo)";304x224@59;H
+neodrift;"Neo Drift Out - New Technology";304x224@59;H
+neogalag;"Galaga Demo (set 1)";304x224@59;H
+neogalaga;"Galaga Demo (set 2)";304x224@59;H
+neomrdo;"Neo Mr. Do!";304x224@59;H
+neonopon;"Neo No Panepon (beta)";304x224@59;H
+neopong;"Neo Pong (ver 1.1)";304x224@59;H
+neoponga;"Neo Pong (ver 1.0)";304x224@59;H
+neoprimo;"Primo Demo";304x224@59;H
+neotet;"NeoGeo 2-Player Tetris";304x224@59;H
+neothndr;"Neo Thunder";304x224@59;H
+neoww2;"WW2 Demo - Arcade Development Project";304x224@59;H
+newapunk;"New Atomic Punk - Global Quest (US)";320x240@60;H
+newfant;"New Fantasia (1995 copyright)";256x224@60;V
+newfanta;"New Fantasia (1994 copyright)";256x224@60;V
+newpuc2;"Newpuc2";288x224@60;V
+newpuc2b;"Newpuc2b";288x224@60;V
+newpuckx;"New Puck-X";288x224@60;V
+news;"News (set 1)";256x224@60;H
+newsa;"News (set 2)";256x224@60;H
+newsin7;"New Sinbad 7";256x224@60;V
+nextfase;"Next Fase (bootleg of Phoenix)";256x208@60;V
+ngem2k;"NGEM2K (beta 2006-01-18)";304x224@59;H
+ngfrog;"Frog Feast (Neo Geo)";304x224@59;H
+ngftdemo;"NGF Transparency Demo";304x224@59;H
+nightstr;"Night Striker (World)";320x240@60;H
+nightstrj;"Night Striker (Japan)";320x240@60;H
+nightstru;"Night Striker (US)";320x240@60;H
+ninja;"3 Ninjas Kick Back (USA) - Caveman Ninja (World ver 4) - Dragon Ninja (Euro) - Dragonninja (Japan) - Mirai Ninja (Japan) - Ninja (315-5102) - Sega Ninja (315-5113) - The Ninja (Euro, USA)";256x224@60;H
+ninjak;"The Ninja Kids (World)";320x224@60;H
+ninjakd2;"Ninja-Kid II / NinjaKun Ashura no Shou (set 1)";256x192@60;H
+ninjakd2a;"Ninja-Kid II / NinjaKun Ashura no Shou (set 2, bootleg";256x192@60;H
+ninjakd2b;"Ninja-Kid II / NinjaKun Ashura no Shou (set 3, bootleg";256x192@60;H
+ninjakd2c;"Ninja-Kid II / NinjaKun Ashura no Shou (set 4)";256x192@60;H
+ninjakj;"The Ninja Kids (Japan)";320x224@60;H
+ninjaku;"The Ninja Kids (US)";320x224@60;H
+ninjakun;"Ninja-kun (Jpn) - Ninjakun Majou no Bouken";256x192@60;H
+ninjamas;"Ninja Master's - haoh-ninpo-cho";320x224@59;H
+ninjaw;"The Ninja Warriors (World, later version)";224x864@60;V
+ninjaw1;"The Ninja Warriors (World, earlier version)";224x864@60;V
+ninjawj;"The Ninja Warriors (Japan)";224x864@60;V
+ninjawu;"The Ninja Warriors (US, Romstar license)";224x864@60;V
+ninjemak;"Ninja Emaki (US)";256x224@60;V
+nitd;"Nightmare in the Dark";320x224@59;H
+nitdbl;"Nightmare in the Dark (bootleg)";320x224@59;H
+nitrobal;"Nitro Ball (World, set 1)";320x240@58;V
+nitrobala;"Nitro Ball (World, set 2)";320x240@58;V
+nmaster;"Oni - The Ninja Master (Japan)";384x240@58;H
+nmg5;"Multi 5 / New Multi Game 5 (set 1)";320x240@60;H
+nmg5a;"Multi 5 / New Multi Game 5 (set 2)";320x240@60;H
+nmg5e;"Multi 5 / New Multi Game 5 (set 3, earlier)";320x240@60;H
+nmouse;"Funky Mouse (Jpn) - Naughty Mouse (set 1)";288x224@60;V
+nmouseb;"Naughty Mouse (set 2)";288x224@60;V
+nobb;"Noboranka (Japan, bootleg)";240x224@60;V
+nost;"Cosa Nostra (Spa) - Nostradamus";320x224@60;V
+nostj;"Nostradamus (Japan)";320x224@60;V
+nostk;"Nostradamus (Korea)";320x224@60;V
+nouryoku;"Nouryoku Koujou Iinkai";384x224@56;H
+nova2001;"Nova 2001 (Japan)";256x192@60;H
+nova2001h;"Nova 2001 (Japan, hack?)";256x192@60;H
+nova2001u;"Nova 2001 (US)";256x192@60;H
+nprinces;"Ninja Princess (315-5051, 64k Ver. bootleg?)";256x224@60;H
+nprincesb;"Ninja Princess (315-5051?, 128k Ver. bootleg?)";256x224@60;H
+nprinceso;"Ninja Princess (315-5098, 128k Ver.)";256x224@60;H
+nprincesu;"Ninja Princess (64k Ver. not encrypted)";256x224@60;H
+nrallyx;"New Rally X";288x224@60;H
+nspirit;"Ninja Spirit - Ninja Spirit";384x256@55;H
+nspiritj;"Saigo no Nindou (Japan)";384x256@55;H
+nunchaku;"Nunchackun";256x224@60;V
+nwarr;"Night Warriors - darkstalkers' revenge (950316 Euro)";384x224@60;H
+nwarra;"Night Warriors - darkstalkers' revenge (950302 Asia)";384x224@60;H
+nwarrb;"Night Warriors - darkstalkers' revenge (950403 Brazil)";384x224@60;H
+nwarrh;"Night Warriors - darkstalkers' revenge (950403 Hispani";384x224@60;H
+nwarru;"Night Warriors - darkstalkers' revenge (950406 USA)";384x224@60;H
+nwarrud;"Night Warriors - darkstalkers' revenge (950406 USA Pho";384x224@60;H
+nyanpani;"Nyan Nyan Panic (Japan)";256x224@60;H
+nzeroteam;"New Zero Team (V33 SYSTEM TYPE_B hardware)";320x256@55;H
+nzeroteama;"New Zero Team (V33 SYSTEM TYPE_B hardware, China?)";320x256@55;H
+oedfight;"Oedo Fight (Japan Bloodshed Ver.)";320x240@60;H
+offensiv;"Offensive (Spanish bootleg of Scramble)";256x224@60;V
+ohmygod;"Oh My God!";320x240@60;H
+oisipuzl;"Oishii Puzzle Ha Irimasenka";320x224@60;H
+olds;"Oriental Legend Super (V101, Korea)";448x224@60;H
+olds100;"Oriental Legend Special - Xi Yo Gi Shi Re Zuang Super";448x224@60;H
+olds100a;"Oriental Legend Special - Xi Yo Gi Shi Re Zuang Super";448x224@60;H
+olds103t;"Oriental Legend Special - Xi Yo Gi Shi Re Zuang Super";448x224@60;H
+oldsplus;"Oriental Legend Special Plus / Xi You Shi E Zhuan Supe";448x224@60;H
+omegab;"Omega";256x224@60;V
+omegaf;"Omega Fighter";256x192@60;V
+omegafs;"Omega Fighter Special";256x192@60;V
+omni;"Omni";256x224@60;V
+onetwo;"One + Two";512x256@60;H
+onetwoe;"One + Two (earlier)";512x256@60;H
+onna34ro;"Onna Sansirou - Typhoon Gal";256x224@60;H
+onna34roa;"Onna Sansirou - Typhoon Gal (bootleg)";256x224@60;H
+opwolf;"Operation Wolf - Operation Wolf - Operation Wolf (Euro, Bra) - Operation Wolf (World, set 1)";320x240@60;H
+opwolf3;"Operation Wolf 3 (World)";320x224@60;H
+opwolf3u;"Operation Wolf 3 (US)";320x224@60;H
+opwolfa;"Operation Wolf (World, set 2)";320x240@60;H
+opwolfb;"Operation Bear";320x240@60;H
+opwolfj;"Operation Wolf (Japan)";320x240@60;H
+opwolfjsc;"Operation Wolf (Japan, SC)";320x240@60;H
+opwolfu;"Operation Wolf (US)";320x240@60;H
+orbitron;"Orbitron";256x224@60;V
+orbs;"Orbs (10/7/94 prototype?)";320x240@60;H
+ordyne;"Ordyne - Ordyne - Ordyne (Japan, English Version)";288x224@60;H
+ordynej;"Ordyne (Japan)";288x224@60;H
+orius;"Orius (ver UAA)";384x256@54;H
+orlegend;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V126)";448x224@60;H
+orlegend105k;"Oriental Legend (V105, Korea)";448x224@60;H
+orlegend111c;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V111, China)";448x224@60;H
+orlegend111k;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V111, Korea)";448x224@60;H
+orlegend111t;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V111, Taiwan)";448x224@60;H
+orlegendc;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V112, China)";448x224@60;H
+orlegendca;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V112 alt, Chi";448x224@60;H
+orlegende;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V112)";448x224@60;H
+oscar;"Psycho-Nics Oscar (World revision 0)";256x240@58;H
+oscarj1;"Psycho-Nics Oscar (Japan revision 1)";256x240@58;H
+oscarj2;"Psycho-Nics Oscar (Japan revision 2)";256x240@58;H
+oscaru;"Psycho-Nics Oscar (US)";256x240@58;H
+osman;"Osman (World)";320x240@58;H
+othunder;"Operation Thunderbolt (World, rev 1)";320x240@60;H
+othunderj;"Operation Thunderbolt (Japan)";320x240@60;H
+othunderjsc;"Operation Thunderbolt (Japan, SC)";320x240@60;H
+othundero;"Operation Thunderbolt (World)";320x240@60;H
+othunderu;"Operation Thunderbolt (US, rev 1)";320x240@60;H
+othunderuo;"Operation Thunderbolt (US)";320x240@60;H
+outrun;"Out Run - Out Run (Euro) - Out Run (sitdown/upright, Rev B) - Out Run (World) - OutRun (Euro, USA) - Turbo Out Run (Out Run upgrade, FD1094 317-0118) - Turbo OutRun (Euro, Jpn)";320x224@60;H
+outrunb;"Out Run (bootleg)";320x224@60;H
+outrundx;"Out Run (deluxe sitdown)";320x224@60;H
+outrundxa;"Out Run (deluxe sitdown earlier version)";320x224@60;H
+outrundxeh;"Out Run (deluxe sitdown) (Enhanced Edition v1.0.3)";320x224@60;H
+outrundxj;"Out Run (Japan, deluxe sitdown, FD1089A 317-0019)";320x224@60;H
+outruneh;"Out Run (sitdown/upright, Rev B) (Enhanced Edition v1.";320x224@60;H
+outrunra;"Out Run (sitdown/upright, Rev A)";320x224@60;H
+outzone;"Out Zone";320x240@55.2;V
+outzonea;"Out Zone (set 2)";320x240@55.2;V
+outzoneb;"Out Zone (older set)";320x240@55.2;V
+outzonec;"Out Zone (oldest set)";320x240@55.2;V
+outzoneh;"Out Zone (harder)";320x240@55.2;V
+overtop;"Over Top";304x224@59;H
+ozmawars;"Ozma Wars (set 1)";260x224@60;V
+ozmawars2;"Ozma Wars (set 2)";260x224@60;V
+ozon1;"Ozon I";256x224@60;V
+p47;"P-47 - The Freedom Fighter - P-47 - The Phantom Fighter (World)";256x224@60;H
+p47j;"P-47 - The Freedom Fighter (Japan)";256x224@60;H
+p47je;"P-47 - The Freedom Fighter (Japan, Export)";256x224@60;H
+pacgal;"Pac-Gal";288x224@60;V
+pacheart;"Pac-Man (Hearts)";288x224@60;V
+packbang;"Pack'n Bang Bang (Prototype)";256x225@60;V
+packetman;"Packetman (bootleg)";288x224@60;V
+pacland;"Pac-land - Pac-Land - Pac-Land (World)";288x224@60;H
+paclandj;"Pac-Land (Japan new)";288x224@60;H
+paclandjo;"Pac-Land (Japan old)";288x224@60;H
+paclandjo2;"Pac-Land (Japan older)";288x224@60;H
+paclandm;"Pac-Land (Midway)";288x224@60;H
+pacman;"Jr. Pac-Man (11/9/83) - MS Pacman - Ms. Pac-Man (Euro, Bra) - Ms. Pac-Man (Euro, USA) - Ms. Pac-Man (USA) - Pac-Man (Jpn) - Pac-Man (Midway) - Pac-Man (Prototype) - Pac-Man (USA)";288x224@60;V
+pacmanbl;"Pac-Man (Galaxian hardware, set 1)";256x224@60;V
+pacmanbla;"Pac-Man (Galaxian hardware, set 2)";256x224@60;V
+pacmanf;"Jr. Pac-Man (speedup hack) - Pac-Man (Midway, with speedup hack)";288x224@60;V
+pacmania;"Pac-Mania - Pac-Mania (Euro) - Pac-Mania (Euro) - Pac-Mania (Euro, USA)";288x224@60;V
+pacmaniaj;"Pac-Mania (Japan)";288x224@60;V
+pacmaniao;"Pac-Mania (111187 sound program)";288x224@60;V
+pacmanpe;"Come Come (Petaco SA bootleg of Puck Man)";288x224@60;V
+pacmanso;"Pac-Man (SegaSA / Sonic)";288x224@60;V
+pacmansp;"Puck Man (Spanish, 'Made in Greece' bootleg)";288x224@60;V
+pacmod;"Pac-Man (Midway, harder)";288x224@60;V
+pacnchmp;"Pac-Man & Chomp Chomp";288x224@60;V
+pacnpal;"Pac & Pal";288x224@60;V
+pacnpal2;"Pac & Pal (older)";288x224@60;V
+pacplus;"Pac-Man Plus";288x224@60;V
+pacuman;"Pacu-Man (Spanish bootleg of Puck Man)";288x224@60;V
+paddle2;"Paddle 2 (bootleg on Block hardware)";256x224@60;V
+paddlema;"Paddle Mania";256x224@60;V
+paintrlr;"Paint Roller";288x224@60;V
+pairlove;"Pairs Love";384x240@60;V
+pajaroes;"Pajaro del Espacio (Spanish bootleg of UniWar S)";256x224@60;V
+palamed;"Palamedes (US)";320x224@60;H
+palamedj;"Palamedes (Japan)";320x224@60;H
+pandoras;"Pandora's Palace";256x224@60;V
+pang;"Cross Pang - Mighty! Pang (001010 Euro) - Pang (World) - Pang Pang - Super Pang (World 900914) - Ti Ti! Pang Pang! (Kor) - Zipang";384x240@57;H
+pang3;"Pang! 3 (950601 Euro)";384x224@60;H
+pang3b;"Pang! 3 (bootleg set 1, 950511 Euro)";384x224@60;H
+pang3b2;"Pang! 3 (bootleg set 2, 950511 Euro)";384x224@60;H
+pang3b3;"Pang! 3 (bootleg set 3, 950601 Euro)";384x224@60;H
+pang3j;"Pang! 3: Kaitou Tachi no Karei na Gogo (950511 Japan)";384x224@60;H
+pang3r1;"Pang! 3 (950511 Euro)";384x224@60;H
+pang3r1a;"Pang! 3 (950511 Euro, alt)";384x224@60;H
+pangb;"Pang (bootleg, set 1)";384x240@60;H
+pangb2;"Pang (bootleg, set 4)";384x240@60;H
+pangbold;"Pang (bootleg, set 2)";384x240@60;H
+pangbold2;"Pang (bootleg, set 5)";384x240@60;H
+pangbold3;"Pang (bootleg, set 6)";384x240@60;H
+pangpang;"Pang Pang";320x240@58;H
+pangpoms;"Pang Pom's";360x224@60;H
+pangpomsm;"Pang Pom's (Mitchell)";360x224@60;H
+panicbom;"Panic Bomber";304x224@59;H
+panicstr;"Panic Street (Japan)";320x240@60;H
+paperboy;"Paperboy (Atari System 2)";512x384@60;H
+paprazzi;"Paparazzi";384x224@60;V
+parodius;"Parodius - Tako wa Chikyuu wo Sukuu (Jpn) - Parodius DA! (World, set 1) - Parodius da! - Shinwa Kara Owarai He";288x224@60;H
+parodiusa;"Parodius - Tako wa Chikyuu wo Sukuu (Jpn, Alt) - Parodius DA! (Asia)";288x224@60;H
+parodiuse;"Parodius - Tako Saves Earth (English) - Parodius DA! (World, set 2)";288x224@60;H
+parodiusj;"Parodius DA! (Japan)";288x224@60;H
+pass;"Pass";320x224@60;H
+passsht;"Passing Shot (World, 2 Players, FD1094 317-0080)";320x224@60;V
+passsht16a;"Passing Shot (Japan, 4 Players, System 16A, FD1094 317";320x224@60;V
+passshta;"Passing Shot (World, 4 Players, FD1094 317-0074)";320x224@60;V
+passshtad;"Passing Shot (World, 4 Players, FD1094 317-0074 decryp";320x224@60;V
+passshtd;"Passing Shot (World, 2 Players, FD1094 317-0080 decryp";320x224@60;V
+passshtj;"Passing Shot (Japan, 4 Players, FD1094 317-0070)";320x224@60;V
+passshtjd;"Passing Shot (Japan, 4 Players, FD1094 317-0070 decryp";320x224@60;V
+pbancho;"Gyakuten!! Puzzle Bancho (Japan)";320x240@60;H
+pbillrd;"Perfect Billiard";256x224@60;H
+pbillrdsa;"Perfect Billiard (MC-8123, 317-5008)";256x224@60;H
+pbobbl2n;"Puzzle Bobble 2 / Bust-A-Move Again (Neo-Geo)";304x224@59;H
+pbobble;"Puzzle Bobble (Japan, B-System) - Puzzle Bobble (Jpn)";320x224@60;H
+pbobble2;"Puzzle Bobble 2 (Ver 2.3O 1995/07/31)";320x232@60;H
+pbobble2j;"Puzzle Bobble 2 (Ver 2.2J 1995/07/20)";320x232@60;H
+pbobble2o;"Puzzle Bobble 2 (Ver 2.2O 1995/07/20)";320x232@60;H
+pbobble2u;"Bust-A-Move Again (Ver 2.3A 1995/07/31)";320x232@60;H
+pbobble2x;"Puzzle Bobble 2X (Ver 2.2J 1995/11/11)";320x232@60;H
+pbobble3;"Puzzle Bobble 3 (Ver 2.1O 1996/09/27)";320x232@60;H
+pbobble3j;"Puzzle Bobble 3 (Ver 2.1J 1996/09/27)";320x232@60;H
+pbobble3u;"Puzzle Bobble 3 (Ver 2.1A 1996/09/27)";320x232@60;H
+pbobble4;"Puzzle Bobble 4 (Ver 2.04O 1997/12/19)";320x232@60;H
+pbobble4j;"Puzzle Bobble 4 (Ver 2.04J 1997/12/19)";320x232@60;H
+pbobble4u;"Puzzle Bobble 4 (Ver 2.04A 1997/12/19)";320x232@60;H
+pbobblen;"Puzzle Bobble / Bust-A-Move (Neo-Geo) (NGM-083)";320x224@59;H
+pbobblenb;"Puzzle Bobble / Bust-A-Move (Neo-Geo) (bootleg)";320x224@59;H
+pclubys;"Puzzle Club (Yun Sung, set 1)";320x240@60;H
+pclubysa;"Puzzle Club (Yun Sung, set 2)";320x240@60;H
+pdrift;"Power Drift - Power Drift (World, Rev A)";320x224@60;H
+pdrifta;"Power Drift (World)";320x224@60;H
+pdrifte;"Power Drift (World, Earlier)";320x224@60;H
+pdriftj;"Power Drift (Japan)";320x224@60;H
+peekaboo;"Peek-a-Boo!";256x224@60;H
+peekaboou;"Peek-a-Boo! (North America, ver 1.0)";256x224@60;H
+penbros;"Penguin Brothers (Japan)";320x224@60;H
+pengadvb;"Penguin Adventure (bootleg of MSX version)";272x216@60;H
+pengo;"Pengo (Euro, USA) - Pengo (set 1 rev c) - Pepenga Pengo (Jpn)";288x224@60;V
+pengo2;"Pengo (set 2)";288x224@60;V
+pengo2u;"Pengo (set 2 not encrypted)";288x224@60;V
+pengo3u;"Pengo (set 3 not encrypted)";288x224@60;V
+pengo4;"Pengo (set 4)";288x224@60;V
+pengo5;"Pengo (set 5)";288x224@60;V
+pengob;"Pengo (bootleg)";288x224@60;V
+penta;"Penta";288x224@60;V
+percuss;"The Percussor";256x224@60;V
+perfrman;"Performan (Japan)";256x240@60;V
+perfrmanu;"Performan (US)";256x240@60;V
+pestplce;"Pest Place";256x224@60;H
+pfghtj;"Pocket Fighter (970904 Japan)";384x224@60;H
+pgalvip;"Pocket Gals V.I.P (set 1)";256x224@60;H
+pgalvipa;"Pocket Gals V.I.P (set 2)";256x224@60;H
+pgear;"Powered Gear - strategic variant armor equipment (9410";384x224@60;H
+pgearr1;"Powered Gear - strategic variant armor equipment (9409";384x224@60;H
+pgemeni;"P-GeMeni (060123)";448x224@60;H
+pgmdemo;"Chaos (PGM Demo)";448x224@60;H
+pgmfrog;"Frog Feast (PGM)";448x224@60;H
+pgoal;"Pleasure Goal / Futsal - 5 on 5 Mini Soccer (NGM-219)";304x224@59;H
+phantasm;"Phantasm (Japan)";256x224@60;H
+phelios;"Phelios - Phelios (Euro)";288x224@60;V
+pheliosj;"Phelios (Japan) - Phelios (Jpn)";288x224@60;V
+phoenix;"Phoenix (Amstar)";256x208@60;V
+phoenix2;"Phoenix (Amstar, set 2)";256x208@60;V
+phoenix3;"Phoenix (T.P.N. bootleg)";256x208@60;V
+phoenixa;"Phoenix (Centuri, set 1)";256x208@60;V
+phoenixass;"Phoenix (Assa, Spanish bootleg)";256x208@60;V
+phoenixb;"Phoenix (Centuri, set 2)";256x208@60;V
+phoenixc;"Phoenix (Irecsa / G.G.I Corp, set 1)";256x208@60;V
+phoenixc2;"Phoenix (Irecsa / G.G.I Corp, set 2)";256x208@60;V
+phoenixc3;"Phoenix (Irecsa / G.G.I Corp, set 3)";256x208@60;V
+phoenixc4;"Phoenix (Irecsa / G.G.I Corp, set 4)";256x208@60;V
+phoenixdal;"Phoenix (D&L bootleg)";256x208@60;V
+phoenixj;"Phoenix (Taito Japan)";256x208@60;V
+phoenixs;"Phoenix (Sonic, Spanish bootleg)";256x208@60;V
+phoenixt;"Phoenix (Taito)";256x208@60;V
+phoenxp2;"Phoenix Part 2";256x224@60;V
+photof;"Photo Finish (bootleg?)";256x224@60;H
+photoy2k;"Photo Y2K / Real and Fake (V105)";448x224@60;H
+photoy2k102;"Real and Fake0Photo Y2K (V102, Japan)";448x224@60;H
+photoy2k104;"Photo Y2K / Real and Fake (V104)";448x224@60;H
+phozon;"Phozon (Japan)";288x224@60;V
+phozons;"Phozon (Sidam)";288x224@60;V
+pinbo;"Pinbo (set 1)";256x224@60;V
+pingpong;"Konami's Ping-Pong - Konami's Ping-Pong (Jpn) - Ping Pong (Tw)";256x224@60;H
+pipibibs;"Pipi & Bibis / Whoopee!! (Z80 sound cpu, set 1)";320x240@60;H
+pipibibsa;"Pipi & Bibis / Whoopee!! (Z80 sound cpu, set 2)";320x240@60;H
+pipibibsp;"Pipi & Bibis / Whoopee!! (prototype)";320x240@60;H
+piranha;"Piranha";288x224@60;V
+piranhah;"Piranha (hack)";288x224@60;V
+piranhao;"Piranha (older)";288x224@60;V
+pirates;"Pirates (set 1) - Pirates! Gold (USA)";288x224@60;H
+piratesb;"Pirates (set 2)";288x224@60;H
+pisces;"Pisces";256x224@60;V
+piscesb;"Pisces (bootleg)";256x224@60;V
+pistoldm;"Pistol Daimyo no Bouken (Japan)";288x224@60;H
+pitfall2;"Pitfall II (315-5093) - Pitfall II - Lost Caverns (Jpn) - Pitfall II - The Lost Caverns (Jpn, v1) - Pitfall II: Lost Caverns";256x224@60;H
+pitfall2a;"Pitfall II (315-5093, Flicky Conversion) - Pitfall II - Lost Caverns (Jpn, Alt) - Pitfall II - The Lost Caverns (Jpn, v0)";256x224@60;H
+pitfall2u;"Pitfall II (not encrypted)";256x224@60;H
+pkladies;"Poker Ladies";384x240@60;H
+pkladiesl;"Poker Ladies (Leprechaun ver. 510)";384x240@60;H
+pkladiesla;"Poker Ladies (Leprechaun ver. 401)";384x240@60;H
+pktgaldx;"Pocket Gal Deluxe (Euro v3.00)";320x240@58;H
+pktgaldxj;"Pocket Gal Deluxe (Japan v3.00)";320x240@58;H
+pkunwar;"Penguin-Kun Wars (US)";256x192@60;H
+pkunwarj;"Penguin-Kun Wars (Japan)";256x192@60;H
+plegends;"Gouketsuji Gaiden Legends (USA, ver. 95/06/20)";320x240@58;H
+plegendsj;"Gouketsuji Gaiden Saikyou Densetsu (Japan, ver. 95/06/";320x240@58;H
+pleiadbl;"Pleiads (bootleg set 1)";256x208@60;V
+pleiadce;"Pleiads (Centuri)";256x208@60;V
+pleiads;"Pleiads (Tehkan)";256x208@60;V
+pleiadsb2;"Pleiads (bootleg set 2)";256x208@60;V
+pleiadsi;"Pleiads (Irecsa)";256x208@60;V
+pleiadsn;"Pleiads (Niemer S.A.)";256x208@60;V
+pleiadss;"Pleiads (Spanish bootleg)";256x208@60;V
+plgirls;"Play Girls";320x224@60;V
+plgirls2;"Play Girls 2";320x224@60;V
+plgirls2b;"Play Girls 2 (bootleg)";320x224@60;V
+plotting;"Plotting (World set 1)";320x224@60;H
+plottinga;"Plotting (World set 2, protected)";320x224@60;H
+plottingb;"Plotting (World set 3, earliest version)";320x224@60;H
+plottingu;"Plotting (US)";320x224@60;H
+plumppop;"Plump Pop (Japan)";256x224@60;H
+plusalph;"Plus Alpha";256x224@60;V
+pnickj;"Pnickies (940608 Japan)";384x224@60;H
+pnyaa;"Pochi and Nyaa";304x224@59;H
+poitto;"Poitto!";360x224@60;H
+poknight;"Poker Night";304x224@59;H
+pokonyan;"Pokonyan (Japan 940322)";384x224@60;H
+pollux;"Pollux (set 1)";384x240@60;V
+polluxa;"Pollux (set 2)";384x240@60;V
+polluxa2;"Pollux (set 3)";384x240@60;V
+polluxn;"Pollux (Japan, NTC license)";384x240@60;V
+pompingw;"Pomping World (Japan)";384x240@57;H
+ponpoko;"Ponpoko";288x224@60;H
+ponpokov;"Ponpoko (Venture Line)";288x224@60;H
+pootan;"Pootan";256x224@60;V
+pooyan;"Pooyan - Pooyan (Jpn) - Pooyan (Kor)";256x224@60;V
+pooyans;"Pooyan (Stern)";256x224@60;V
+popbingo;"Pop Bingo";384x240@60;H
+popbounc;"Pop 'n Bounce / Gapporin";304x224@59;H
+popeye;"Popeye - Popeye (revision D) - Popeye no Beach Volleyball (Jpn)";288x224@60;H
+popeyeman;"Popeye-Man";288x224@60;V
+popflame;"Pop Flamer (Euro, Jpn) - Pop Flamer (protected)";288x224@60;V
+popflamea;"Pop Flamer (not protected)";288x224@60;V
+popflameb;"Pop Flamer (hack?)";288x224@60;V
+popflamen;"Pop Flamer (bootleg on Naughty Boy PCB)";288x224@60;V
+popnpop;"Pop'n Pop (Ver 2.07O 1998/02/09)";320x232@60;H
+popnpopj;"Pop'n Pop (Ver 2.07J 1998/02/09)";320x232@60;H
+popnpopu;"Pop'n Pop (Ver 2.07A 1998/02/09)";320x232@60;H
+popspops;"Pop's Pop's";256x224@56;H
+porky;"Porky";256x224@60;V
+porter;"Port Man (bootleg on Moon Cresta hardware)";256x224@60;V
+pow;"P.O.W. - Prisoners of War (US version 1) - Rings of Power (Euro, USA)";256x224@60;H
+powerins;"Power Instinct (USA)";320x224@56;H
+powerinsa;"Power Instinct (USA, bootleg set 1)";320x224@60;H
+powerinsb;"Power Instinct (USA, bootleg set 2)";320x224@60;H
+powerinsj;"Gouketsuji Ichizoku (Japan)";320x224@56;H
+powj;"Datsugoku - Prisoners of War (Japan)";256x224@60;H
+ppan;"Peter Pan (bootleg of Hook)";320x240@60;H
+ppchamp;"Pasha Pasha Champ Mini Game Festival";320x240@60;H
+pprobe;"Planet Probe (prototype?)";256x224@60;V
+prehisle;"Prehistoric Isle in 1930 (World)";256x224@60;H
+prehisleb;"Prehistoric Isle in 1930 (World, bootleg)";256x224@60;H
+prehislek;"Prehistoric Isle in 1930 (Korea)";256x224@60;H
+prehisleu;"Prehistoric Isle in 1930 (US)";256x224@60;H
+preisle2;"Prehistoric Isle 2";304x224@59;H
+primella;"Primella";384x256@60;H
+prmtmfgt;"Prime Time Fighter (Ver 2.1A 1993/05/21) (New Version)";320x232@60;H
+prmtmfgto;"Prime Time Fighter (Ver 2.1A 1993/05/21) (Old Version)";320x232@60;H
+progear;"Progear (010117 USA)";384x224@60;H
+progeara;"Progear (010117 Asia)";384x224@60;H
+progearj;"Progear No Arashi (010117 Japan)";384x224@60;H
+progearjbl;"Progear No Arashi (010117 Japan, decrypted set)";384x224@60;H
+progearjd;"Progear No Arashi (010117 Japan Phoenix Edition)";384x224@60;H
+progearud;"Progear(010117 USA Phoenix Edition)";384x224@60;H
+progress;"Progress";256x224@60;V
+prtytime;"Party Time: Gonta the Diver II / Ganbare! Gonta!! 2 (W";320x240@58;V
+psoldier;"Perfect Soldiers (Japan)";320x240@60;H
+pspikes;"Power Spikes (World)";356x240@60;H
+pspikes2;"Power Spikes II (NGM-068)";320x224@59;H
+pspikesk;"Power Spikes (Korea)";356x240@60;H
+pspikesu;"Power Spikes (US)";356x240@60;H
+psurge;"Power Surge";256x224@60;V
+psychic5;"Psychic 5 (World)";256x224@54;V
+psychic5j;"Psychic 5 (Japan)";256x224@54;V
+psychos;"Psycho Soldier (US) - Psychosis";400x224@60;H
+psychosj;"Psycho Soldier (Japan)";400x224@60;H
+pturn;"Parallel Turn";256x224@60;V
+puchicar;"Puchi Carat (Ver 2.02O 1997/10/29)";320x232@60;H
+puchicarj;"Puchi Carat (Ver 2.02J 1997/10/29)";320x232@60;H
+puckman;"Puck Man (Japan set 1)";288x224@60;V
+puckmanb;"Puck Man (Bootleg set 1)";288x224@60;V
+puckmanf;"PuckMan (speedup hack)";288x224@60;V
+puckmanh;"Puck Man (bootleg set 2)";288x224@60;V
+puckmod;"Puck Man (Japan set 2)";288x224@60;V
+pulirula;"PuLiRuLa (World)";320x224@60;H
+pulirulaj;"PuLiRuLa (Japan)";320x224@60;H
+pulstar;"Pulstar";320x224@59;H
+punchita;"Punch-Out!! (Italian bootleg)";448x256@60;V
+punchout;"Punch-Out!! (Rev B)";448x256@60;V
+punchouta;"Punch-Out!! (Rev A)";448x256@60;V
+punchoutj;"Punch-Out!! (Japan)";448x256@60;V
+punipic;"The Punisher (bootleg set 1 (with PIC16c57), 930422 et";384x224@60;H
+punipic2;"The Punisher (bootleg set 2 (with PIC16c57), 930422 et";384x224@60;H
+punipic3;"The Punisher (bootleg set 3 (with PIC16c57), 930422 et";384x224@60;H
+punisher;"The Punisher (930422 etc) - The Punisher (Euro)";384x224@60;H
+punisherb;"The Punisher (bootleg, 930422 etc)";384x224@60;H
+punisherbz;"Biaofeng Zhanjing (Chinese bootleg)";384x224@60;H
+punisherh;"The Punisher (930422 Hispanic)";384x224@60;H
+punisherj;"The Punisher (930422 Japan)";384x224@60;H
+punisheru;"The Punisher (930422 USA) - The Punisher (USA)";384x224@60;H
+punkshot;"Punk Shot (US 4 Players)";288x224@60;H
+punkshot2;"Punk Shot (US 2 Players)";288x224@60;H
+punkshotj;"Punk Shot (Japan 2 Players)";288x224@60;H
+pururun;"Pururun";320x224@60;H
+pushman;"Pushman (Korea, set 1)";256x224@60;H
+pushmana;"Pushman (Korea, set 2)";256x224@60;H
+pushmans;"Pushman (American Sammy license)";256x224@60;H
+puzlclub;"Puzzle Club (Japan prototype)";288x224@60;V
+puzlstar;"Puzzle Star (V100MG)";448x224@60;H
+puzzldpr;"Puzzle De Pon! R!";304x224@59;H
+puzzledp;"Puzzle De Pon!";304x224@59;H
+puzzli;"Puzzli";320x224@60;H
+puzzli2;"Puzzli 2 (V100)";448x224@60;H
+puzzli2s;"Puzzli 2 Super (V200)";448x224@60;H
+puzzloop;"Puzz Loop (Europe, v0.94)";320x240@60;H
+puzzloopa;"Puzz Loop (Asia)";320x240@60;H
+puzzloope;"Puzz Loop (Europe, v0.93)";320x240@60;H
+puzzloopj;"Puzz Loop (Japan)";320x240@60;H
+puzzloopk;"Puzz Loop (Korea)";320x240@60;H
+puzzloopu;"Puzz Loop (USA)";320x240@60;H
+puzzlove;"PuzzLove";320x240@60;H
+puzzlovek;"PuzzLove (Korea)";320x240@60;H
+puzznic;"Puzznic - Puzznic (World)";320x224@60;H
+puzznicb;"Puzznic (bootleg, set 1)";320x224@60;H
+puzznicba;"Puzznic (bootleg, set 2)";320x224@60;H
+puzznici;"Puzznic (Italian bootleg)";320x224@60;H
+puzznicj;"Puzznic (Japan)";320x224@60;H
+puzznicu;"Puzznic (US)";320x224@60;H
+pwheelsj;"Power Wheels (Japan)";320x240@60;H
+pwrgoal;"Taito Power Goal (Ver 2.5O 1994/11/03)";320x224@60;H
+pwrinst2;"Power Instinct 2 (USA, ver. 94/04/08)";320x240@58;H
+pwrinst2j;"Gouketsuji Ichizoku 2 (Japan, ver. 94/04/08)";320x240@58;H
+pyros;"Pyros (US)";320x240@60;H
+pzlbowl;"Puzzle De Bowling (Japan)";384x240@60;H
+pzlbreak;"Puzzle Break";256x224@58;H
+pzloop2;"Puzz Loop 2 (010302 Euro)";384x224@60;H
+pzloop2j;"Puzz Loop 2 (010226 Japan)";384x224@60;H
+pzloop2jr1;"Puzz Loop 2 (010205 Japan)";384x224@60;H
+qad;"Quiz & Dragons (capcom quiz game 920701 USA)";384x224@60;H
+qadjr;"Quiz & Dragons (940921 Japan Resale Ver.)";384x224@60;H
+qbert;"Faster, Harder, More Challenging Q*bert (prototype) - Mello Yello Q*bert - Q*bert - Q*bert (Jpn) - Q*bert (Jpn, OMV) - Q*bert (US set 1)";256x240@60;V
+qberta;"Q*bert (Alt) - Q*bert (Jpn, Alt) - Q*bert (US set 2)";256x240@60;V
+qbertj;"Q*bert (Japan)";256x240@60;V
+qbertqub;"Q*bert Qubes - Q*bert's Qubes";256x240@60;V
+qcrayon;"Quiz Crayon Shinchan (Japan)";320x224@60;H
+qcrayon2;"Crayon Shinchan Orato Asobo (Japan)";320x224@60;H
+qgakumon;"Quiz Gakumon no Susume (Japan ver. JA2 Type L)";304x224@60;H
+qjinsei;"Quiz Jinsei Gekijoh (Japan)";320x224@60;H
+qndream;"Quiz Nanairo Dreams - nijiirochou no kiseki (nanairo d";384x224@60;H
+qsangoku;"Quiz Sangokushi (Japan)";384x240@60;H
+qtheater;"Quiz Theater - 3tsu no Monogatari (Ver 2.3J 1994/11/10";320x224@60;H
+qtono1;"Quiz Tonosama no Yabou (Japan)";384x240@60;H
+qtono2j;"Quiz Tonosama no Yabou 2 Zenkoku-ban (tonosama 2 95012";384x224@60;H
+qtorimon;"Quiz Torimonochou (Japan)";320x224@60;H
+quartet;"Quartet (Euro, USA) - Quartet (Rev A, 8751 317-unknown)";320x224@60;H
+quartet2;"Quartet 2 (8751 317-0010)";320x224@60;H
+quartet2a;"Quartet 2 (unprotected)";320x224@60;H
+quarteta;"Quartet (8751 315-5194)";320x224@60;H
+quarth;"Quarth (Japan)";288x224@60;H
+quester;"Quester (Japan)";288x224@60;V
+questers;"Quester Special Edition (Japan)";288x224@60;V
+quiz18k;"Miyasu Nonki no Quiz 18-Kin";320x224@60;H
+quizdai2;"Quiz Meitantei Neo & Geo - Quiz Daisousa Sen part 2 (N";320x224@59;H
+quizdais;"Quiz Daisousa Sen - The Last Count Down (NGM-023)(NGH-";304x224@59;H
+quizdaisk;"Quiz Daisousa Sen - The Last Count Down (Korean releas";304x224@59;H
+quizf1;"Quiz F1 1-2 Finish (Japan)";384x240@60;H
+quizhq;"Quiz H.Q. (Japan)";320x224@60;H
+quizhuhu;"Moriguchi Hiroko no Quiz de Hyuu!Hyuu! (Ver 2.2J 1995/";320x232@60;H
+quizkof;"Quiz King of Fighters (SAM-080)(SAH-080)";304x224@59;H
+quizkofk;"Quiz King of Fighters (Korean release)";304x224@59;H
+quizo;"Quiz Olympic (set 1)";320x200@60;H
+quizoa;"Quiz Olympic (set 2)";320x200@60;H
+qzchikyu;"Quiz Chikyu Bouei Gun (Japan)";320x224@60;H
+qzkklgy2;"Quiz Kokology 2";384x240@60;H
+qzkklogy;"Quiz Kokology";384x240@60;H
+qzquest;"Quiz Quest - Hime to Yuusha no Monogatari (Japan)";320x224@60;H
+qzshowby;"Quiz Sekai wa SHOW by shobai (Japan)";320x224@60;H
+r2dx_v33;"Raiden II New / Raiden DX (newer V33 PCB) (Raiden DX E";320x240@55;V
+r2dx_v33_r2;"Raiden II New / Raiden DX (newer V33 PCB) (Raiden II E";320x240@55;V
+rabiolep;"Rabio Lepus (Japan) - Rabio Lepus Special";288x216@60;H
+rachero;"Racing Hero (FD1094 317-0144)";320x224@60;H
+racherod;"Racing Hero (FD1094 317-0144 decrypted)";320x224@60;H
+racingb;"Racing Beat (World)";320x240@60;H
+racingbj;"Racing Beat (Japan)";320x240@60;H
+rackemup;"Rack 'em Up (program code L)";256x224@60;V
+racknrol;"Rack + Roll";256x224@60;H
+radarscp;"Radar Scope";256x224@60;V
+radarscp1;"Radar Scope (TRS01)";256x224@60;V
+radrad;"Radical Radial (US)";256x224@60;H
+radradj;"Radical Radial (Japan)";256x224@60;H
+raflesia;"Rafflesia (315-5162)";256x224@60;V
+ragnagrd;"Ragnagard / Shin-Oh-Ken";320x224@59;H
+ragtime;"The Great Ragtime Show (Japan v1.5, 92.12.07)";320x240@58;H
+ragtimea;"The Great Ragtime Show (Japan v1.3, 92.11.26)";320x240@58;H
+raiden;"Raiden";256x224@59;V
+raiden2;"Raiden II (US, set 1)";320x240@55.4;V
+raiden2dx;"Raiden II (harder, Raiden DX Hardware)";320x240@55.4;V
+raiden2e;"Raiden II (Easy Version, Korea?)";320x240@55.4;V
+raiden2ea;"Raiden II (Easy Version, Japan?)";320x240@55.4;V
+raiden2eg;"Raiden II (Easy Version, Germany)";320x240@55.4;V
+raiden2eu;"Raiden II (Easy Version, US set 2)";320x240@55.4;V
+raiden2eua;"Raiden II (Easy Version, US set 1)";320x240@55.4;V
+raiden2f;"Raiden II (France)";320x240@55.4;V
+raiden2g;"Raiden II (Germany)";320x240@55.4;V
+raiden2hk;"Raiden II (Hong Kong)";320x240@55.4;V
+raiden2i;"Raiden II (Italy)";320x240@55.4;V
+raiden2j;"Raiden II (Japan)";320x240@55.4;V
+raiden2nl;"Raiden II (Holland)";320x240@55.4;V
+raiden2sw;"Raiden II (Switzerland)";320x240@55.4;V
+raiden2u;"Raiden II (US, set 2)";320x240@55.4;V
+raidena;"Raiden (set 2)";256x224@60;V
+raidenb;"Raiden (set 3, Alternate hardware)";256x224@60;V
+raidendx;"Raiden DX (UK)";320x240@55.4;V
+raidendxa1;"Raiden DX (Hong Kong, set 1)";320x240@55.4;V
+raidendxa2;"Raiden DX (Hong Kong, set 2)";320x240@55.4;V
+raidendxch;"Raiden DX (China)";320x240@55.4;V
+raidendxg;"Raiden DX (Germany)";320x240@55.4;V
+raidendxj;"Raiden DX (Japan)";320x240@55.4;V
+raidendxk;"Raiden DX (Korea)";320x240@55.4;V
+raidendxnl;"Raiden DX (Holland)";320x240@55.4;V
+raidendxu;"Raiden DX (US)";320x240@55.4;V
+raidenk;"Raiden (Korea)";256x224@60;V
+raidenkb;"Raiden (Korea, bootleg)";256x224@60;V
+raident;"Raiden (Taiwan)";256x224@60;V
+raidenu;"Raiden (US, set 1)";256x224@60;V
+raidenua;"Raiden (US, set 2, SEI8904 + SEI9008 PCBs)";256x224@60;V
+raiders5;"Raiders5";256x192@60;H
+raiders5t;"Raiders5 (Japan)";256x192@60;H
+raiga;"Raiga - Strato Fighter (Japan)";256x224@60;H
+raimais;"Raimais (World)";320x224@60;H
+raimaisj;"Raimais (Japan)";320x224@60;H
+raimaisjo;"Raimais (Japan, first revision)";320x224@60;H
+rallybik;"Rally Bike / Dash Yarou";320x240@55.2;V
+rallyx;"New Rally X - Rally X (32k Ver.?) - Rally-X (Jpn) - Rally-X (Tw)";288x224@60;H
+rallyxa;"Rally X - Rally-X (Jpn, Alt)";288x224@60;H
+rallyxm;"Rally X (Midway)";288x224@60;H
+rallyxmr;"Rally X (Model Racing)";288x224@60;H
+rambo3;"Rambo III (Euro) - Rambo III (Euro, USA, Bra) - Rambo III (Europe) - Rambo III (World, v1.1)";320x224@60;H
+rambo3p;"Rambo III (Europe, Proti?)";320x224@60;H
+rambo3u;"Rambo III (US)";320x224@60;H
+raphero;"Rapid Hero";384x224@56;V
+rastan;"Rastan (Euro, USA, Bra) - Rastan (World Rev 1) - Rastan Saga (Jpn, SMS Mode)";320x240@60;H
+rastana;"Rastan (World)";320x240@60;H
+rastanb;"Rastan (World, Earlier code base)";320x240@60;H
+rastanu;"Rastan (US Rev 1)";320x240@60;H
+rastanua;"Rastan (US)";320x240@60;H
+rastanub;"Rastan (US, Earlier code base)";320x240@60;H
+rastsag2;"Rastan Saga 2 (Japan)";320x224@60;H
+rastsaga;"Rastan Saga (Japan Rev 1)";320x240@60;H
+rastsagaa;"Rastan Saga (Japan Rev 1, Earlier code base)";320x240@60;H
+rastsagab;"Rastan Saga (Japan, Earlier code base)";320x240@60;H
+rayforce;"Ray Force (Ver 2.3A 1994/01/20)";320x224@60;V
+rayforcej;"Ray Force (Ver 2.3J 1994/01/20)";320x224@60;V
+rbff1;"Real Bout Fatal Fury / Real Bout Garou Densetsu (NGM-0";320x224@59;H
+rbff1a;"Real Bout Fatal Fury / Real Bout Garou Densetsu (bug f";320x224@59;H
+rbff1k;"Real Bout Fatal Fury / Real Bout Garou Densetsu (Korea";320x224@59;H
+rbff2;"Real Bout Fatal Fury 2 - The Newcomers / Real Bout Gar";320x224@59;H
+rbff2h;"Real Bout Fatal Fury 2 - The Newcomers / Real Bout Gar";320x224@59;H
+rbff2k;"Real Bout Fatal Fury 2 - The Newcomers (Korean release";320x224@59;H
+rbffspec;"Real Bout Fatal Fury Special / Real Bout Garou Densets";320x224@59;H
+rbffspeck;"Real Bout Fatal Fury Special / Real Bout Garou Densets";320x224@59;H
+rbisland;"Rainbow Islands (new version) - Rainbow Islands - The Story of Bubble Bobble 2 (Euro) - Rainbow Islands Extra (Jpn)";320x224@60;H
+rbislande;"Rainbow Islands (Extra)";320x224@60;H
+rbislando;"Rainbow Islands (old version)";320x224@60;H
+rchase;"Rail Chase (World)";320x224@60;H
+rchasej;"Rail Chase (Japan)";320x224@60;H
+rdaction;"Rad Action / NinjaKun Ashura no Shou";256x192@60;H
+reaktor;"Reaktor (Track & Field conversion)";256x224@60;V
+recalh;"Recalhorn (Ver 1.42J 1994/5/11) (Prototype)";320x232@60;H
+recordbr;"Recordbreaker (World)";320x240@60;H
+redearth;"Red Earth / War-Zard (Euro 961121)";384x224@60;H
+redearthr1;"Red Earth / War-Zard (Euro 961023)";384x224@60;H
+redfoxwp2;"Red Fox War Planes II (China, set 1)";256x224@56;V
+redfoxwp2a;"Red Fox War Planes II (China, set 2)";256x224@56;V
+redhawk;"Red Hawk (US)";256x224@56;V
+redhawkb;"Vince (Redhawk bootleg)";256x224@56;H
+redhawke;"Red Hawk (Excellent Co., Ltd)";256x224@56;V
+redhawkg;"Red Hawk (Greece)";256x224@56;H
+redhawki;"Red Hawk (Italy)";256x224@56;H
+redhawkk;"Red Hawk (Korea)";256x224@56;V
+redrobin;"Red Robin";256x224@60;V
+redufo;"Defend the Terra Attack on the Red UFO";256x224@60;V
+redufob;"Defend the Terra Attack on the Red UFO (bootleg)";256x224@60;V
+regulus;"Regulus (315-5033, rev. A)";240x224@60;V
+reguluso;"Regulus (315-5033)";240x224@60;V
+regulusu;"Regulus (not encrypted)";240x224@60;V
+renegade;"Renegade (Euro, Bra) - Renegade (US)";240x240@60;H
+repulse;"Repulse";288x224@60;V
+rescue;"Rescue - Space Rescue (Euro)";256x224@60;V
+retofinv;"Return of the Invaders";288x224@60;V
+retofinv1;"Return of the Invaders (bootleg set 1)";288x224@60;V
+retofinv2;"Return of the Invaders (bootleg set 2)";288x224@60;V
+revngr84;"Revenger '84 (set 1)";272x236@60;V
+rezon;"Rezon";384x240@60;H
+rezont;"Rezon (Taito)";384x240@60;H
+rf2;"Konami RF2 - Red Fighter";256x224@60;H
+ridhero;"Riding Hero (NGM-006)(NGH-006)";304x224@59;H
+ridheroh;"Riding Hero (set 2)";304x224@59;H
+ridingf;"Riding Fight (Ver 1.0O)";320x224@60;H
+ridingfj;"Riding Fight (Ver 1.0J)";320x224@60;H
+ridingfu;"Riding Fight (Ver 1.0A)";320x224@60;H
+ringdest;"Ring of Destruction - slammasters II (940902 Euro)";384x224@60;H
+ringdesta;"Ring of Destruction - slammasters II (940831 Asia)";384x224@60;H
+ringdesth;"Ring of Destruction - slammasters II (940902 Hispanic)";384x224@60;H
+ringdstd;"Ring of Destruction - slammasters II (940902 Euro Phoe";384x224@60;H
+ringfgt;"Ring Fighter (set 1)";256x224@60;V
+ringfgt2;"Ring Fighter (set 2)";256x224@60;V
+ringohja;"Ring no Ohja (Japan 2 Players ver. N)";288x224@60;H
+ringrage;"Ring Rage (Ver 2.3O 1992/08/09)";320x224@60;H
+ringragej;"Ring Rage (Ver 2.3J 1992/08/09)";320x224@60;H
+ringrageu;"Ring Rage (Ver 2.3A 1992/08/09)";320x224@60;H
+riot;"Riot";256x224@60;H
+riotcity;"Riot City (Japan)";320x224@60;H
+riskchal;"Risky Challenge";320x240@60;H
+rittam;"R&T (Rod-Land prototype?)";256x224@60;H
+rmancp2j;"Rockman: The Power Battle (950922 Japan)";384x224@60;H
+roadf;"Road Fighter (set 1)";256x224@60;V
+roadf2;"Road Fighter (set 2)";256x224@60;V
+roadf3;"Road Fighter (set 3, conversion hack on Hyper Sports P";256x224@60;V
+roboarma;"Robo Army (set 2)";304x224@59;H
+roboarmy;"Robo Army (set 1)";304x224@59;H
+robocop;"Gangcheol RoboCop (Kor) - RoboCop - Robocop (Euro) - Robocop (World revision 4)";256x240@57;H
+robocop2;"Robocop 2 (Euro/Asia v0.10)";320x240@58;H
+robocop2j;"Robocop 2 (Japan v0.11)";320x240@58;H
+robocop2u;"Robocop 2 (US v0.10)";320x240@58;H
+robocop2ua;"Robocop 2 (US v0.05)";320x240@58;H
+robocopb;"Robocop (World bootleg)";256x240@57;H
+robocopb2;"Robocop (Red Corporation World bootleg)";256x240@57;H
+robocopi;"Robocop (Intro demo)";304x224@59;H
+robocopj;"Robocop (Japan)";256x240@57;H
+robocopu;"Robocop (US revision 1)";256x240@57;H
+robocopu0;"Robocop (US revision 0)";256x240@57;H
+robocopw;"Robocop (World revision 3)";256x240@57;H
+robokid;"Atomic Robo-kid (World, Type-2)";256x192@60;H
+robokidj;"Atomic Robo-kid (Japan, Type-2, set 1)";256x192@60;H
+robokidj2;"Atomic Robo-kid (Japan, Type-2, set 2)";256x192@60;H
+robokidj3;"Atomic Robo-kid (Japan)";256x192@60;H
+robowres;"Robo Wres 2001";256x224@60;H
+robotron;"Robotro 2084";292x240@60;H
+rockclim;"Rock Climber";256x224@60;H
+rockduck;"Rock Duck (prototype?)";240x240@57;V
+rockman2j;"Rockman 2 - the power fighters (960708 Japan)";384x224@60;H
+rockmanj;"Rockman - the power battle (950922 Japan)";384x224@60;H
+rockn;"Rock'n Tread (Japan)";320x224@60;V
+rockn2;"Rock'n Tread 2 (Japan)";320x224@60;V
+rockn3;"Rock'n 3 (Japan)";320x224@60;V
+rockn4;"Rock'n 4 (Japan, prototype)";320x224@60;V
+rockna;"Rock'n Tread (Japan, alternate)";320x224@60;V
+rockrage;"Rock'n Rage (World)";256x224@60;H
+rockragea;"Rock'n Rage (prototype?)";256x224@60;H
+rockragej;"Koi no Hotrock (Japan)";256x224@60;H
+rocktris;"Rock Tris";384x240@60;H
+rocktrv2;"MTV Rock-N-Roll Trivia (Part 2)";288x224@60;V
+rocnrope;"Roc 'n Rope - Roc'n Rope";256x224@60;V
+rocnropek;"Roc'n Rope (Kosuka)";256x224@60;V
+rodland;"Rod-Land (World)";256x224@60;H
+rodlandj;"Rod-Land (Japan)";256x224@60;H
+rodlandjb;"Rod-Land (Japan bootleg)";256x224@60;H
+rohga;"Rohga Armor Force (Asia/Europe v5.0)";320x240@58;H
+rohga1;"Rohga Armor Force (Asia/Europe v3.0 Set 1)";320x240@58;H
+rohga2;"Rohga Armor Force (Asia/Europe v3.0 Set 2)";320x240@58;H
+rohgah;"Rohga Armor Force (Hong Kong v3.0)";320x240@58;H
+rohgau;"Rohga Armor Force (US v1.0)";320x240@58;H
+roishtar;"The Return of Ishtar";288x224@60;H
+rolcrush;"Rolling Crush (version 1.07.E - 1999/02/11, Trust lice";304x224@58;H
+rolcrusha;"Rolling Crush (version 1.03.E - 1999/01/29)";304x224@58;H
+rollace;"Roller Aces (set 1)";240x224@60;V
+rollace2;"Roller Aces (set 2)";240x224@60;V
+rollerg;"Rollergames (US)";288x224@60;H
+rollergj;"Rollergames (Japan)";288x224@60;H
+rompers;"Rompers (Japan, new version (Rev B))";288x224@60;V
+romperso;"Rompers (Japan, old version)";288x224@60;V
+ropeman;"Ropeman (bootleg of Roc'n Rope)";256x224@60;V
+rotd;"Rage of the Dragons (NGM-264?)";320x224@59;H
+rotdh;"Rage of the Dragons (NGH-2640)";320x224@59;H
+route16;"Route 16 (set 1)";256x256@60;V
+route16a;"Route 16 (set 2)";256x256@60;V
+route16bl;"Route 16 (bootleg)";256x256@60;V
+route16c;"Route 16 (set 3, bootleg?)";256x256@60;V
+routex;"Route X (bootleg)";256x256@60;V
+rpatrol;"River Patrol (Orca)";256x224@60;H
+rpatrolb;"River Patrol (bootleg)";256x224@60;H
+rpunch;"Rabbit Punch (US)";288x216@60;H
+rshark;"R-Shark";384x240@60;V
+rthun2;"Rolling Thunder 2 - Rolling Thunder 2 (Euro)";288x224@60;H
+rthun2j;"Rolling Thunder 2 (Japan) - Rolling Thunder 2 (Jpn)";288x224@60;H
+rthunder;"Rolling Thunder (rev 3)";288x224@60;H
+rthunder0;"Rolling Thunder (oldest)";288x224@60;H
+rthunder1;"Rolling Thunder (rev 1)";288x224@60;H
+rthunder2;"Rolling Thunder (rev 2)";288x224@60;H
+rthundera;"Rolling Thunder (rev 3, hack)";288x224@60;H
+rtype;"R-Type - R-Type (Jpn) - R-Type (World) - R-Type (World)";384x256@55;H
+rtype2;"R-Type II";384x256@55;H
+rtype2j;"R-Type II (Japan)";384x256@55;H
+rtype2jc;"R-Type II (Japan, revision C)";384x256@55;H
+rtypeb;"R-Type (World bootleg)";384x256@55;H
+rtypej;"R-Type (Japan)";384x256@55;H
+rtypejp;"R-Type (Japan prototype)";384x256@55;H
+rtypeleo;"R-Type Leo (World)";320x240@60;H
+rtypeleoj;"R-Type Leo (Japan)";320x240@60;H
+rtypeu;"R-Type (US)";384x256@55;H
+rugrats;"Rug Rats";288x224@60;V
+rumba;"Rumba Lumber";256x224@60;V
+runark;"Runark (Japan) - Runark (Jpn, Kor)";320x224@60;H
+rundeep;"Run Deep";256x248@60;V
+rushatck;"Rush'n Attack (US)";240x224@60;H
+rushcrsh;"Rush & Crash (Japan)";352x240@60;V
+rygar;"Rygar (US set 1)";256x224@60;H
+rygar2;"Rygar (US set 2)";256x224@60;H
+rygar3;"Rygar (US set 3 Old Version)";256x224@60;H
+rygarb;"Rygar (US, bootleg)";256x224@60;H
+rygarj;"Argus no Senshi (Japan)";256x224@60;H
+ryorioh;"Gourmet Battle Quiz Ryohrioh CooKing (Japan)";336x240@60;H
+ryouran;"VS Mahjong Otome Ryouran";320x240@60;H
+ryujin;"Ryu Jin (Japan)";320x224@60;V
+ryukendn;"Ninja Ryukenden (Japan, set 1)";256x224@60;H
+ryukendna;"Ninja Ryukenden (Japan, set 2)";256x224@60;H
+ryukyu;"RyuKyu (Japan, FD1094 317-5023) - Ryuukyuu - Ryuukyuu (Jpn)";320x224@60;H
+ryukyud;"RyuKyu (Japan, FD1094 317-5023 decrypted)";320x224@60;H
+s1945;"Strikers 1945";320x224@59;V
+s1945a;"Strikers 1945 (Alt)";320x224@59;V
+s1945ii;"Strikers 1945 II";320x224@60;V
+s1945iii;"Strikers 1945 III (World) / Strikers 1999 (Japan)";320x224@60;V
+s1945j;"Strikers 1945 (Japan)";320x224@59;V
+s1945jn;"Strikers 1945 (Japan, unprotected)";320x224@59;V
+s1945k;"Strikers 1945 (Korea)";320x224@59;V
+s1945p;"Strikers 1945 Plus";320x224@59;H
+sabotenb;"Saboten Bombers (set 1)";384x224@56;H
+sabotenba;"Saboten Bombers (set 2)";384x224@56;H
+sadari;"Sadari";384x256@60;H
+safarir;"Safari Rally (World)";256x208@60;V
+safarirj;"Safari Rally (Japan)";256x208@60;V
+sailormn;"Bishoujo Senshi Sailor Moon (Jpn) - Pretty Soldier Sailor Moon (ver. 95/03/22B, Europe)";320x240@58;H
+sailormnh;"Pretty Soldier Sailor Moon (ver. 95/03/22B, Hong Kong)";320x240@58;H
+sailormnj;"Pretty Soldier Sailor Moon (ver. 95/03/22B, Japan)";320x240@58;H
+sailormnk;"Pretty Soldier Sailor Moon (ver. 95/03/22B, Korea)";320x240@58;H
+sailormno;"Pretty Soldier Sailor Moon (ver. 95/03/22, Europe)";320x240@58;H
+sailormnoh;"Pretty Soldier Sailor Moon (ver. 95/03/22, Hong Kong)";320x240@58;H
+sailormnoj;"Pretty Soldier Sailor Moon (ver. 95/03/22, Japan)";320x240@58;H
+sailormnok;"Pretty Soldier Sailor Moon (ver. 95/03/22, Korea)";320x240@58;H
+sailormnot;"Pretty Soldier Sailor Moon (ver. 95/03/22, Taiwan)";320x240@58;H
+sailormnou;"Pretty Soldier Sailor Moon (ver. 95/03/22, USA)";320x240@58;H
+sailormnt;"Pretty Soldier Sailor Moon (ver. 95/03/22B, Taiwan)";320x240@58;H
+sailormnu;"Pretty Soldier Sailor Moon (ver. 95/03/22B, USA)";320x240@58;H
+saiyugou;"Sai Yu Gou Ma Roku (Japan)";256x240@60;H
+saiyugoub1;"Sai Yu Gou Ma Roku (Japan bootleg 1)";256x240@60;H
+saiyugoub2;"Sai Yu Gou Ma Roku (Japan bootleg 2)";256x240@60;H
+salamand;"Salamander - Salamander (Jpn) - Salamander (version D)";256x224@60;H
+salamandj;"Salamander (version J)";256x224@60;H
+samesame;"Same! Same! Same! (2 player alternating ver.) - Same! Same! Same! (Jpn)";320x240@60;V
+samesame2;"Same! Same! Same!";320x240@60;V
+samesamenh;"Same! Same! Same! NEW VER! (v1.00, hack by Trap15)";320x240@60;V
+samsh5sp;"Samurai Shodown V Special / Samurai Spirits Zero Speci";304x224@59;H
+samsh5sph;"Samurai Shodown V Special / Samurai Spirits Zero Speci";304x224@59;H
+samsh5spho;"Samurai Shodown V Special / Samurai Spirits Zero Speci";304x224@59;H
+samsho;"Samurai Shodown (Euro) - Samurai Shodown (USA) - Samurai Shodown / Samurai Spirits (NGM-045)";320x224@59;H
+samsho2;"Samurai Shodown II / Shin Samurai Spirits - Haohmaru j";320x224@59;H
+samsho2k;"Saulabi Spirits / Jin Saulabi Tu Hon (Korean release o";320x224@59;H
+samsho2ka;"Saulabi Spirits / Jin Saulabi Tu Hon (Korean release o";320x224@59;H
+samsho2sp;"Samurai Shodown II / Shin Samurai Spirits - Haohmaru j";320x224@59;H
+samsho3;"Samurai Shodown III / Samurai Spirits - Zankurou Musou";304x224@59;H
+samsho3h;"Samurai Shodown III / Samurai Spirits - Zankurou Musou";304x224@59;H
+samsho4;"Samurai Shodown IV - Amakusa's Revenge / Samurai Spiri";320x224@59;H
+samsho4k;"Pae Wang Jeon Seol / Legend of a Warrior (Korean censo";320x224@59;H
+samsho4sp;"Samurai Shodown IV - Amakusa's Revenge / Samurai Spiri";320x224@59;H
+samsho5;"Samurai Shodown V / Samurai Spirits Zero (NGM-2700)";304x224@59;H
+samsho5b;"Samurai Shodown V / Samurai Spirits Zero (bootleg)";304x224@59;H
+samsho5h;"Samurai Shodown V / Samurai Spirits Zero (NGH-2700)";304x224@59;H
+samsho5x;"Samurai Shodown V / Samurai Spirits Zero (hack of XBOX";304x224@59;H
+samshoa;"Samurai Shodown / Samurai Spirits (NGM-045, alternate";320x224@59;H
+samshoh;"Samurai Shodown / Samurai Spirits (NGH-045)";320x224@59;H
+samuraia;"Samurai Aces (World)";320x224@59;V
+sandscrp;"Sand Scorpion";256x224@60;V
+sandscrpa;"Sand Scorpion (Earlier)";256x224@60;V
+sandscrpb;"Sand Scorpion (Chinese Title Screen, Revised Hardware)";256x224@60;V
+sarukani;"Saru-Kani-Hamu-Zou (Japan)";320x240@60;H
+saturnzi;"Saturn";256x224@60;V
+sauro;"Sauro";240x224@60;H
+saurob;"Sauro (bootleg)";240x224@60;H
+saurop;"Sauro (Philko license)";240x224@60;H
+saurorr;"Sauro (Recreativos Real S.A. license)";240x224@60;H
+savagere;"Savage Reign / Fu'un Mokushiroku - kakutou sousei";304x224@59;H
+savgbees;"Savage Bees";256x224@60;V
+sbasebal;"Super Champion Baseball (US)";256x224@60;H
+sbasebalj;"Super Champion Baseball (Japan)";256x224@60;H
+sbbros;"Super Buster Bros. (USA 901001)";384x240@60;H
+sbishi;"Super Bishi Bashi Championship (ver JAA, 2 Players)";288x224@60;H
+sbishik;"Super Bishi Bashi Championship (ver KAB, 3 Players)";288x224@60;H
+sbishika;"Super Bishi Bashi Championship (ver KAA, 3 Players)";288x224@60;H
+sboblbobl;"Super Bobble Bobble (bootleg, set 1)";256x224@60;H
+sboblbobla;"Super Bobble Bobble (bootleg, set 2)";256x224@60;H
+sboblboblb;"Super Bobble Bobble (bootleg, set 3)";256x224@60;H
+sboblboblc;"Super Bobble Bobble (bootleg)";256x224@60;H
+sboblbobld;"Super Bobble Bobble (bootleg, set 4)";256x224@60;H
+sbomber;"Space Bomber (ver. B)";320x224@60;V
+sbombera;"Space Bomber";320x224@60;V
+sbsgomo;"Space Battle Ship Gomorrah";256x224@56;H
+scessjoe;"Success Joe (World)";288x208@60;H
+scfinals;"Super Cup Finals (Ver 2.2O 1994/01/13)";320x224@60;H
+scfinalso;"Super Cup Finals (Ver 2.1O 1993/11/19)";320x224@60;H
+schmeisr;"Schmeiser Robo (Japan)";320x240@58;H
+sci;"Special Criminal Investigation - Special Criminal Investigation (Euro) - Special Criminal Investigation (World set 1)";320x240@60;H
+scia;"Special Criminal Investigation (World set 2)";320x240@60;H
+scij;"Special Criminal Investigation (Japan)";320x240@60;H
+scinegro;"Special Criminal Investigation (Negro bootleg)";320x240@60;H
+scion;"Scion (Jpn) - Scion";240x224@60;H
+scionc;"Scion (Cinematronics)";240x224@60;H
+sciu;"Special Criminal Investigation (US)";320x240@60;H
+scobra;"Super Cobra - Super Cobra - Super Cobra (Jpn)";256x224@60;V
+scobrab;"Super Cobra (bootleg)";256x224@60;V
+scobrae;"Super Cobra (Stern) (encrypted, KONATEC XC-103SS CPU)";256x224@60;V
+scobras;"Super Cobra (Stern)";256x224@60;V
+scobrase;"Super Cobra (Sega)";256x224@60;V
+scontra;"Super Contra";304x224@60;V
+scontraj;"Super Contra (Japan)";304x224@60;V
+scorpion;"Scorpion (set 1)";256x224@60;V
+scorpiona;"Scorpion (set 2)";256x224@60;V
+scorpionb;"Scorpion (set 3)";256x224@60;V
+scorpionmc;"Scorpion (Moon Cresta hardware)";256x224@60;V
+scotrsht;"Scooter Shooter";256x224@60;V
+scramb2;"Scramble (bootleg)";256x224@60;V
+scramblb;"Scramble (bootleg on Galaxian hardware)";256x224@60;V
+scramble;"Scramble";256x224@60;V
+scramblebb;"Scramble (bootleg?)";256x224@60;V
+scramblebf;"Scramble (Karateko, French bootleg)";256x224@60;V
+scrambler;"Scramble (Reben S.A. Spanish bootleg)";256x224@60;V
+scrambles;"Scramble (Stern)";256x224@60;V
+scrambp;"Impacto (Billport S.A., Spanish bootleg of Scramble)";256x224@60;V
+scramce;"Scramble (Centromatic S.A., Spanish bootleg)";256x224@60;V
+scrampt;"Scramble (Petaco S.A., Spanish bootleg)";256x224@60;V
+scramrf;"Scramble (Recreativos Franco, Spanish bootleg)";256x224@60;V
+scregg;"Scrambled Egg";240x240@57;V
+sdfight;"SD Fighters (Korea)";320x240@60;H
+sdgndmps;"SD Gundam Psycho Salamander no Kyoui";320x224@60;H
+sdi;"SDI (Jpn) - SDI - Strategic Defense Initiative (Japan, newer, Syst";320x224@60;H
+sdia;"SDI - Strategic Defense Initiative (Japan, old, System";320x224@60;H
+sdib;"SDI - Strategic Defense Initiative (System 16B, FD1089";320x224@60;H
+sdibl;"SDI - Strategic Defense Initiative (bootleg, original";320x224@60;H
+sdibl2;"SDI - Strategic Defense Initiative (bootleg, set 1)";320x224@60;H
+sdibl3;"SDI - Strategic Defense Initiative (bootleg, set 2)";320x224@60;H
+sdibl4;"SDI - Strategic Defense Initiative (bootleg, set 3)";320x224@60;H
+sdibl5;"SDI - Strategic Defense Initiative (bootleg, set 4)";320x224@60;H
+sdibl6;"SDI - Strategic Defense Initiative (bootleg, set 5)";320x224@60;H
+sdodgeb;"Super Dodge Ball / Kunio no Nekketsu Toukyuu Densetsu";304x224@59;H
+searchar;"SAR - Search And Rescue (World)";256x224@60;V
+searcharj;"SAR - Search And Rescue (Japan)";256x224@60;V
+searcharu;"SAR - Search And Rescue (US)";256x224@60;V
+searchey;"Search Eye (English / Korean / Japanese / Italian)";320x240@60;H
+searcheya;"Search Eye (English / Korean)";320x240@60;H
+searchp2;"Search Eye Plus V2.0";320x240@55;H
+secretag;"Secret Agent (World revision 3)";256x240@57;H
+secretagj;"Secret Agent (Japan revision 2)";256x240@57;H
+sectionz;"Section Z (set 1)";256x240@60;H
+sectionza;"Section Z (set 2)";256x240@60;H
+sectrzon;"Sector Zone";256x224@60;V
+seganinj;"Sega Ninja (315-5102)";256x224@60;H
+seganinju;"Sega Ninja (not encrypted)";256x224@60;H
+seicross;"Seicross";256x224@60;V
+selfeena;"Sel Feena";320x224@60;H
+semibase;"MuHanSeungBu (SemiCom Baseball) (Korea)";320x240@60;H
+sengekis;"Sengeki Striker (Asia)";320x240@60;V
+sengekisj;"Sengeki Striker (Japan)";320x240@60;V
+sengoku;"Sengoku / Sengoku Denshou (NGM-017)(NGH-017)";320x224@59;H
+sengoku2;"Sengoku 2 / Sengoku Denshou 2";304x224@59;H
+sengoku3;"Sengoku 3 / Sengoku Densho 2001";320x224@59;H
+sengoku3s;"Sengoku 3 / Sengoku Densho 2001 (Evolution 1.0, FCHT h";320x224@59;H
+sengokuh;"Sengoku / Sengoku Denshou (NGH-017)(US)";320x224@59;H
+senknow;"Sen-Know (Japan)";320x240@60;H
+sf;"Galaxian (bootleg, set 1) - Marvel Super Heroes vs Street Fighter (970625 Euro) - Radica: Street Fighter Pack (Euro) - Street Fighter (US, set 1) - X-Men vs Street Fighter (961004 Euro) - Yu Yu Hakusho - Sunset Fighters (Bra)";384x224@60;H
+sf2;"Hyper Street Fighter II: The Anniversary Edition (0402 - Street Fighter II (Bra) - Street Fighter II - The World Warrior (910522 etc) - Street Fighter II' - Special Champion Edition (Euro) - Super Street Fighter II - The New Challengers (Euro) - Super Street Fighter II - the new challengers (super s";384x224@60;H
+sf2acc;"Street Fighter II' - Champion Edition (Accelerator! bo";384x224@60;H
+sf2acca;"Street Fighter II' - Champion Edition (Accelerator! bo";384x224@60;H
+sf2accp2;"Street Fighter II' - Champion Edition (Accelerator Pt.";384x224@60;H
+sf2amf;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf2;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf3;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf4;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf5;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf6;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf7;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf8;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2b;"Street Fighter II - The World Warrior (bootleg, 910214";384x224@60;H
+sf2b2;"Street Fighter II - The World Warrior (bootleg, 910214";384x224@60;H
+sf2b3;"Street Fighter II - The World Warrior (bootleg, 910214";384x224@60;H
+sf2bhh;"Street Fighter II' - Champion Edition (Hungh-Hsi bootl";384x224@60;H
+sf2ce;"Street Fighter II' - Champion Edition - Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2cebltw;"Street Fighter II' - Champion Edition (920313 'Taiwan'";384x224@60;H
+sf2ceea;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2ceeab2;"Street Fighter II' - Champion Edition (920313 etc boot";384x224@60;H
+sf2ceeab3;"Street Fighter II' - Champion Edition (920313 etc boot";384x224@60;H
+sf2ceeab4;"Street Fighter II' - Champion Edition (920313 etc boot";384x224@60;H
+sf2ceeab5;"Street Fighter II' - Champion Edition (920313 etc boot";384x224@60;H
+sf2ceeabl;"Street Fighter II' - Champion Edition (920313 etc boot";384x224@60;H
+sf2ceja;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2cejab2;"Street Fighter II' - Champion Edition (920322 Japan bo";384x224@60;H
+sf2cejabl;"Street Fighter II' - Champion Edition (920322 Japan bo";384x224@60;H
+sf2cejb;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2cejc;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2ceua;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2ceuab2;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuab3;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuab4;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuab5;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuab6;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuab7;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuabl;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceub;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2ceuc;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2ceucbl;"Street Fighter II' - Champion Edition (920803 USA boot";384x224@60;H
+sf2ceupl;"Street Fighter II' - Champion Edition (UPL bootleg)";384x224@60;H
+sf2dkot2;"Street Fighter II' - Champion Edition (Double K.O. Tur";384x224@60;H
+sf2dongb;"Street Fighter II': Champion Edition (Dongfang Bubai p";384x224@60;H
+sf2eb;"Street Fighter II - The World Warrior (910214 etc)";384x224@60;H
+sf2ebbl;"Street Fighter II - The World Warrior (TAB Austria boo";384x224@60;H
+sf2ebbl2;"Street Fighter II - The World Warrior (TAB Austria boo";384x224@60;H
+sf2ebbl3;"Street Fighter II - The World Warrior (TAB Austria boo";384x224@60;H
+sf2ed;"Street Fighter II - The World Warrior (910318 etc)";384x224@60;H
+sf2ee;"Street Fighter II - The World Warrior (910228 etc)";384x224@60;H
+sf2em;"Street Fighter II - The World Warrior (910129 etc)";384x224@60;H
+sf2hf;"Street Fighter II' - Hyper Fighting (street fighter 2'";384x224@60;H
+sf2hfj;"Street Fighter II' Turbo - Hyper Fighting (street figh";384x224@60;H
+sf2hfjb;"Street Fighter II' Turbo - Hyper Fighting (bootleg set";384x224@60;H
+sf2hfjb2;"Street Fighter II' Turbo - Hyper Fighting (bootleg set";384x224@60;H
+sf2hfu;"Street Fighter II' - Hyper Fighting (street fighter 2'";384x224@60;H
+sf2j;"Hyper Street Fighter II: The Anniversary Edition (0402 - Street Fighter II - The World Warrior (911210 Japan, C - Street Fighter II' Plus (Jpn, Asia, Kor) - Super Street Fighter II - The New Challengers (Jpn) - Super Street Fighter II - the new challengers (super s";384x224@60;H
+sf2j17;"Street Fighter II - The World Warrior (911210 Japan, C";384x224@60;H
+sf2ja;"Street Fighter II - The World Warrior (910214 Japan)";384x224@60;H
+sf2jc;"Street Fighter II - The World Warrior (910306 Japan)";384x224@60;H
+sf2jf;"Street Fighter II - The World Warrior (910411 Japan)";384x224@60;H
+sf2jh;"Street Fighter II - The World Warrior (910522 Japan)";384x224@60;H
+sf2jl;"Street Fighter II - The World Warrior (920312 Japan)";384x224@60;H
+sf2jla;"Street Fighter II - The World Warrior (911210 Japan, r";384x224@60;H
+sf2koryu;"Street Fighter II' - Xiang Long (bootleg set 1, 811102";384x224@60;H
+sf2koryu2;"Street Fighter II' - Xiang Long (bootleg set 2, 811102";384x224@60;H
+sf2koryu3;"Street Fighter II' - Xiang Long (bootleg set 3, 811102";384x224@60;H
+sf2md;"Street Fighter II' - Champion Edition (Magic Delta, bo";384x224@60;H
+sf2mdt;"Street Fighter II' - Magic Delta Turbo (bootleg set 1";384x224@60;H
+sf2mdta;"Street Fighter II' - Magic Delta Turbo (bootleg set 2";384x224@60;H
+sf2mdtb;"Street Fighter II' - Magic Delta Turbo (bootleg set 3";384x224@60;H
+sf2mdtc;"Street Fighter II' - Magic Delta Turbo (bootleg set 4";384x224@60;H
+sf2mega;"Street Fighter II' - Champion Edition (Mega Co bootleg";384x224@60;H
+sf2mega2;"Street Fighter II' - Champion Edition (Mega Co bootleg";384x224@60;H
+sf2qp1;"Street Fighter II - The World Warrior (Quicken Pt-I bo";384x224@60;H
+sf2rb;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2rb2;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2rb3;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2rb4;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2rb5;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2rb6;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2red;"Street Fighter II' - Champion Edition (Red Wave bootle";384x224@60;H
+sf2red2;"Street Fighter II' - Champion Edition (Red Wave bootle";384x224@60;H
+sf2sl73a;"Street Fighter II' - Champion Edition (Sheng Long v 7.";384x224@60;H
+sf2stt;"Street Fighter II - The World Warrior (STT, TAB Austri";384x224@60;H
+sf2thndr;"Street Fighter II - The World Warrior (Thunder Edition";384x224@60;H
+sf2tlona;"Street Fighter II' - Champion Edition (Tu Long bootleg";384x224@60;H
+sf2tlonb;"Street Fighter II' - Champion Edition (Tu Long bootleg";384x224@60;H
+sf2tlonc;"Street Fighter II' - Champion Edition (Tu Long bootleg";384x224@60;H
+sf2ua;"Street Fighter II - The World Warrior (910206 USA)";384x224@60;H
+sf2ub;"Street Fighter II - The World Warrior (910214 USA)";384x224@60;H
+sf2uc;"Street Fighter II - The World Warrior (910306 USA)";384x224@60;H
+sf2ud;"Street Fighter II - The World Warrior (910318 USA) - Super Street Fighter II - the new challengers (super s";384x224@60;H
+sf2ue;"Street Fighter II - The World Warrior (910228 USA)";384x224@60;H
+sf2uf;"Street Fighter II - The World Warrior (910411 USA)";384x224@60;H
+sf2ug;"Street Fighter II - The World Warrior (910522 USA, rev";384x224@60;H
+sf2ui;"Street Fighter II - The World Warrior (910522 USA, rev";384x224@60;H
+sf2uk;"Street Fighter II - The World Warrior (911101 USA)";384x224@60;H
+sf2v004;"Street Fighter II' - Champion Edition (V004 bootleg se";384x224@60;H
+sf2v0042;"Street Fighter II' - Champion Edition (V004 bootleg se";384x224@60;H
+sf2v0043;"Street Fighter II' - Champion Edition (V004 bootleg se";384x224@60;H
+sf2yyc;"Street Fighter II' - Champion Edition (YYC bootleg set";384x224@60;H
+sf2yyc2;"Street Fighter II' - Champion Edition (YYC bootleg set";384x224@60;H
+sfa;"Marvel Super Heroes vs Street Fighter (970625 Asia) - Street Fighter Alpha - warriors' dreams (950727 Euro) - X-Men vs Street Fighter (961023 Asia)";384x224@60;H
+sfa2;"Street Fighter Alpha 2 (960229 Euro)";384x224@60;H
+sfa2u;"Street Fighter Alpha 2 (960430 USA)";384x224@60;H
+sfa2ur1;"Street Fighter Alpha 2 (960306 USA)";384x224@60;H
+sfa3;"Street Fighter Alpha 3 (980904 Euro)";384x224@60;H
+sfa3b;"Street Fighter Alpha 3 (980629 Brazil)";384x224@60;H
+sfa3h;"Street Fighter Alpha 3 (980904 Hispanic)";384x224@60;H
+sfa3hr1;"Street Fighter Alpha 3 (980629 Hispanic)";384x224@60;H
+sfa3u;"Street Fighter Alpha 3 (980904 USA)";384x224@60;H
+sfa3ud;"Street Fighter Alpha 3 (980904 USA Phoenix Edition)";384x224@60;H
+sfa3ur1;"Street Fighter Alpha 3 (980629 USA)";384x224@60;H
+sfa3us;"Street Fighter Alpha 3 (980616 USA, SAMPLE Version)";384x224@60;H
+sfad;"Street Fighter Alpha - warriors' dreams (950727 Euro P";384x224@60;H
+sfan;"Street Fighter (World, pneumatic buttons)";384x224@60;H
+sfar1;"Street Fighter Alpha - warriors' dreams (950718 Euro) - X-Men vs Street Fighter (961004 Asia)";384x224@60;H
+sfar2;"Street Fighter Alpha - warriors' dreams (950627 Euro) - X-Men vs Street Fighter (960919 Asia)";384x224@60;H
+sfar3;"Street Fighter Alpha - warriors' dreams (950605 Euro) - X-Men vs Street Fighter (960910 Asia)";384x224@60;H
+sfau;"Street Fighter Alpha - warriors' dreams (950627 USA)";384x224@60;H
+sfaud;"Street Fighter Alpha - warriors' dreams (950727 USA Ph";384x224@60;H
+sfiii;"Street Fighter III: New Generation (Euro 970204)";384x224@60;H
+sfiii2;"Street Fighter III 2nd Impact: Giant Attack (USA 97093";384x224@60;H
+sfiii2j;"Street Fighter III 2nd Impact: Giant Attack (Japan 970";384x224@60;H
+sfiii2n;"Street Fighter III 2nd Impact: Giant Attack (Asia 9709";384x224@60;H
+sfiii3;"Street Fighter III 3rd Strike: Fight for the Future (E";384x224@60;H
+sfiii3n;"Street Fighter III 3rd Strike: Fight for the Future (J";384x224@60;H
+sfiii3nr1;"Street Fighter III 3rd Strike: Fight for the Future (J";384x224@60;H
+sfiii3r1;"Street Fighter III 3rd Strike: Fight for the Future (E";384x224@60;H
+sfiii3u;"Street Fighter III 3rd Strike: Fight for the Future (U";384x224@60;H
+sfiii3ur1;"Street Fighter III 3rd Strike: Fight for the Future (U";384x224@60;H
+sfiiia;"Street Fighter III: New Generation (Asia 970204)";384x224@60;H
+sfiiih;"Street Fighter III: New Generation (Hispanic 970204)";384x224@60;H
+sfiiij;"Street Fighter III: New Generation (Japan 970204)";384x224@60;H
+sfiiin;"Street Fighter III: New Generation (Asia 970204, NO CD";384x224@60;H
+sfiiina;"Street Fighter III: New Generation (Asia 970204, NO CD";384x224@60;H
+sfiiiu;"Street Fighter III: New Generation (USA 970204)";384x224@60;H
+sfj;"Marvel Super Heroes vs Street Fighter (970707 Japan) - Street Fighter (Japan) (protected) - X-Men vs Street Fighter (961023 Japan)";384x224@60;H
+sfjan;"Street Fighter (Japan, pneumatic buttons)";384x224@60;H
+sformula;"Super Formula (Japan)";320x240@60;V
+sfp;"Street Fighter (Prototype)";384x224@60;H
+sfua;"Street Fighter (US set 2) (protected)";384x224@60;H
+sfx;"SF-X";256x224@60;H
+sfz2a;"Street Fighter Zero 2 (960227 Asia)";384x224@60;H
+sfz2ad;"Street Fighter Zero 2 (960227 Asia Phoenix Edition)";384x224@60;H
+sfz2al;"Street Fighter Zero 2 Alpha (960826 Asia)";384x224@60;H
+sfz2alb;"Street Fighter Zero 2 Alpha (960813 Brazil)";384x224@60;H
+sfz2ald;"Street Fighter Zero 2 Alpha (960826 Asia Phoenix Editi";384x224@60;H
+sfz2alh;"Street Fighter Zero 2 Alpha (960813 Hispanic)";384x224@60;H
+sfz2alj;"Street Fighter Zero 2 Alpha (960805 Japan)";384x224@60;H
+sfz2b;"Street Fighter Zero 2 (960531 Brazil)";384x224@60;H
+sfz2br1;"Street Fighter Zero 2 (960304 Brazil)";384x224@60;H
+sfz2h;"Street Fighter Zero 2 (960304 Hispanic)";384x224@60;H
+sfz2j;"Street Fighter Zero 2 (960430 Japan)";384x224@60;H
+sfz2jd;"Street Fighter Zero 2 (960227 Japan Phoenix Edition)";384x224@60;H
+sfz2jr1;"Street Fighter Zero 2 (960227 Japan)";384x224@60;H
+sfz2n;"Street Fighter Zero 2 (960229 Oceania)";384x224@60;H
+sfz3a;"Street Fighter Zero 3 (980904 Asia)";384x224@60;H
+sfz3ar1;"Street Fighter Zero 3 (980701 Asia)";384x224@60;H
+sfz3j;"Street Fighter Zero 3 (980904 Japan)";384x224@60;H
+sfz3jr1;"Street Fighter Zero 3 (980727 Japan)";384x224@60;H
+sfz3jr2;"Street Fighter Zero 3 (980629 Japan)";384x224@60;H
+sfz3jr2d;"Street Fighter Zero 3 (980629 Japan Phoenix Edition)";384x224@60;H
+sfza;"Street Fighter Zero (950627 Asia)";384x224@60;H
+sfzar1;"Street Fighter Zero (950605 Asia)";384x224@60;H
+sfzb;"Street Fighter Zero (951109 Brazil)";384x224@60;H
+sfzbr1;"Street Fighter Zero (950727 Brazil)";384x224@60;H
+sfzch;"Street Fighter Zero (CPS Changer, 951020 Japan)";384x224@60;H
+sfzh;"Street Fighter Zero (950718 Hispanic)";384x224@60;H
+sfzhr1;"Street Fighter Zero (950627 Hispanic)";384x224@60;H
+sfzj;"Street Fighter Zero (950727 Japan)";384x224@60;H
+sfzjr1;"Street Fighter Zero (950627 Japan)";384x224@60;H
+sfzjr2;"Street Fighter Zero (950605 Japan)";384x224@60;H
+sgemf;"Super Gem Fighter Mini Mix (970904 USA)";384x224@60;H
+sgemfa;"Super Gem Fighter Mini Mix (970904 Asia)";384x224@60;H
+sgemfd;"Super Gem Fighter Mini Mix (970904 USA Phoenix Edition";384x224@60;H
+sgemfh;"Super Gem Fighter Mini Mix (970904 Hispanic)";384x224@60;H
+sgladiat;"Gladiator 1984";288x224@60;H
+sgunner;"Steel Gunner (Rev B)";288x224@60;H
+sgunner2;"Steel Gunner 2 (US)";288x224@60;H
+sgunner2j;"Steel Gunner 2 (Japan, Rev A)";288x224@60;H
+sgunnerj;"Steel Gunner (Japan)";288x224@60;H
+sgyxz;"Sangokushi II: Sanguo Yingxiong Zhuan (Chinese bootleg";384x224@60;H
+shackled;"Shackled (US)";256x240@58;H
+shadfrce;"Shadow Force (World, Version 3)";320x256@60;H
+shadfrcej;"Shadow Force (Japan, Version 2)";320x256@60;H
+shadfrceu;"Shadow Force (US, Version 2)";320x256@60;H
+shadowld;"Shadowland (YD3)";288x224@60;H
+shadoww;"Shadow Warriors (World, set 1)";256x224@60;H
+shadowwa;"Shadow Warriors (World, set 2)";256x224@60;H
+shangon;"Super Hang-On (sitdown/upright, unprotected) - Super Hang-On (World, Rev. A)";320x224@60;H
+shangon1;"Super Hang-On (mini ride-on, FD1089B 317-0034) - Super Hang-On (World)";320x224@60;H
+shangon2;"Super Hang-On (mini ride-on, Rev A, FD1089B 317-0034)";320x224@60;H
+shangon3;"Super Hang-On (sitdown/upright, FD1089B 317-0034)";320x224@60;H
+shangon3d;"Super Hang-On (sitdown/upright, FD1089B 317-0034 decry";320x224@60;H
+shangonle;"Limited Edition Hang-On";320x224@60;H
+shaolinb;"Shao-lin's Road (set 2)";256x224@60;V
+shaolins;"Shao-lin's Road (set 1)";256x224@60;V
+sharrier;"Space Harrier - Space Harrier - Space Harrier (Euro) - Space Harrier (Rev A, 8751 315-5163A) - Space Harrier (World) - Space Harrier II (World)";320x224@60;H
+sharrier1;"Space Harrier (8751 315-5163)";320x224@60;H
+shdancer;"Shadow Dancer (Euro, Bra, Kor) - Shadow Dancer (set 3, US) - Shadow Dancer - The Secret of Shinobi (World)";320x224@60;H
+shdancer1;"Shadow Dancer (set 1)";320x224@60;H
+shdancerj;"Shadow Dancer (set 2, Japan)";320x224@60;H
+shinfz;"Shinobi / FZ-2006 (Korean System 16 bootleg) (ISG Sele";320x224@60;H
+shinobi;"Shinobi - Shinobi (Euro, USA, Bra, v1) - Shinobi (set 6, System 16A, unprotected) - The GG Shinobi (Euro, USA)";320x224@60;H
+shinobi1;"Shinobi (set 1, System 16A, FD1094 317-0050)";320x224@60;H
+shinobi1d;"Shinobi (set 1, System 16A, FD1094 317-0050 decrypted)";320x224@60;H
+shinobi2;"Shinobi (set 2, System 16B, FD1094 317-0049) - The GG Shinobi II (World)";320x224@60;H
+shinobi2d;"Shinobi (set 2, System 16B, FD1094 317-0049 decrypted)";320x224@60;H
+shinobi3;"Shinobi (set 3, System 16B, MC-8123B 317-0054) - Shinobi III - Return of the Ninja Master (Euro)";320x224@60;H
+shinobi4;"Shinobi (set 4, System 16B, MC-8123B 317-0054)";320x224@60;H
+shinobi5;"Shinobi (set 5, System 16B, unprotected)";320x224@60;H
+shinoblb;"Shinobi (beta bootleg, System 16A)";320x224@60;H
+shinobls;"Shinobi (Star bootleg, System 16A)";320x224@60;H
+shippumd;"Shippu Mahou Daisakusen - Kingdom Grandprix";320x240@60;V
+shisen2;"Shisensho II";384x240@60;H
+shocking;"Shocking";384x224@60;H
+shocktr2;"Shock Troopers - 2nd Squad";304x224@59;H
+shocktro;"Shock Troopers (set 1)";304x224@59;H
+shocktroa;"Shock Troopers (set 2)";304x224@59;H
+shogwarr;"Shogun Warriors (World)";256x224@60;H
+shogwarrk;"Shogun Warriors (Korea?)";256x224@60;H
+shogwarru;"Shogun Warriors (US)";256x224@60;H
+shootout;"Shoot Out (US)";256x240@60;H
+shootoutb;"Shoot Out (Korean Bootleg)";256x240@60;H
+shootoutj;"Shoot Out (Japan)";256x240@60;H
+shtrider;"Shot Rider";240x256@60;V
+shtridera;"Shot Rider (Sigma license)";240x256@60;V
+sidearms;"Side Arms - Hyper Dyne (World, 861129) - Sidearms - Hyper Dyne - Sidearms - Hyper Dyne";384x224@60;H
+sidearmsj;"Side Arms - Hyper Dyne (Japan, 861128)";384x224@60;H
+sidearmsu;"Side Arms - Hyper Dyne (US, 861202)";384x224@60;H
+sidearmsur1;"Side Arms - Hyper Dyne (US, 861128)";384x224@60;H
+sidepckt;"Side Pocket (World)";256x224@58;H
+sidepcktb;"Side Pocket (bootleg set 1)";256x224@58;H
+sidepcktb2;"Side Pocket (bootleg set 2)";256x224@58;H
+sidepcktj;"Side Pocket (Japan)";256x224@58;H
+silentd;"Silent Debuggers - Silent Debuggers - Silent Dragon (World)";320x224@60;H
+silentdj;"Silent Dragon (Japan)";320x224@60;H
+silentdu;"Silent Dragon (US)";320x224@60;H
+silkroad;"The Legend of Silkroad";380x224@60;H
+silkroada;"The Legend of Silkroad (larger roms)";380x224@60;H
+silkworm;"Silk Worm (World)";256x224@60;H
+silkwormb;"Silk Worm (bootleg)";256x224@60;H
+silkwormj;"Silk Worm (Japan)";256x224@60;H
+silkwormp;"Silk Worm (prototype?)";256x224@60;H
+silvland;"Silver Land";256x224@60;H
+silvmil;"Silver Millennium";320x240@60;V
+simpsons;"The Simpsons (4 Players World, set 1)";288x224@60;H
+simpsons2p;"The Simpsons (2 Players World, set 1)";288x224@60;H
+simpsons2p2;"The Simpsons (2 Players World, set 2)";288x224@60;H
+simpsons2p3;"The Simpsons (2 Players World, set 3)";288x224@60;H
+simpsons2pa;"The Simpsons (2 Players Asia)";288x224@60;H
+simpsons2pj;"The Simpsons (2 Players Japan)";288x224@60;H
+simpsons4pa;"The Simpsons (4 Players World, set 2)";288x224@60;H
+sinvasn;"Space Invasion (Europe)";256x224@60;V
+sinvasnb;"Space Invasion (bootleg)";256x224@60;V
+sisv;"Space Invaders (SV Version rev 4)";260x224@60;V
+sisv2;"Space Invaders (SV Version rev 2)";260x224@60;V
+sisv3;"Space Invaders (SV Version rev 3)";260x224@60;V
+sitv;"Space Invaders (TV Version rev 2)";260x224@60;V
+sitv1;"Space Invaders (TV Version rev 1)";260x224@60;V
+sjryuko;"Sukeban Jansi Ryuko (set 2, System 16B, FD1089B 317-50";320x224@60;H
+sjryuko1;"Sukeban Jansi Ryuko (set 1, System 16A, FD1089B 317-50";320x224@60;H
+skingame;"The Irem Skins Game (US set 1)";320x240@60;H
+skingame2;"The Irem Skins Game (US set 2)";320x240@60;H
+skyadvnt;"Sky Adventure (World)";256x224@60;V
+skyadvntj;"Sky Adventure (Japan)";256x224@60;V
+skyadvntu;"Sky Adventure (US)";256x224@60;V
+skyalert;"Sky Alert";360x224@60;V
+skyarmy;"Sky Army";256x240@60;V
+skybase;"Sky Base";256x224@60;V
+skyfox;"Sky Fox";320x224@60;V
+skykid;"Sky Kid (new version)";288x224@60;H
+skykidd;"Sky Kid (CUS60 version)";288x224@60;H
+skykiddx;"Sky Kid Deluxe (set 1)";288x224@60;H
+skykiddxo;"Sky Kid Deluxe (set 2)";288x224@60;H
+skykido;"Sky Kid (old version)";288x224@60;H
+skykids;"Sky Kid (Sipem)";288x224@60;H
+skylancr;"Sky Lancer";236x224@60;V
+skylancre;"Sky Lancer (Esco Trading Co license)";236x224@60;V
+skyraidr;"Sky Raiders";256x224@60;V
+skyrobo;"Sky Robo";320x240@60;H
+skyshark;"Sky Shark (US, set 1)";320x240@55;V
+skysharka;"Sky Shark (US, set 2)";320x240@55;V
+skyskipr;"Sky Skipper";512x448@60;H
+skysmash;"Sky Smasher";256x224@60;V
+skysoldr;"Sky Soldiers (US)";256x224@60;V
+skysoldrbl;"Sky Soldiers (bootleg)";256x224@60;V
+skywolf;"Sky Wolf (set 1)";288x224@60;H
+skywolf2;"Sky Wolf (set 2)";288x224@60;H
+skywolf3;"Sky Wolf (set 3)";288x224@60;H
+slammast;"Saturday Night Slam Masters (Slam Masters 930713 etc) - Saturday Night Slammasters (Euro)";384x224@60;H
+slammastu;"Saturday Night Slam Masters (slam masters 930713 USA) - Saturday Night Slammasters (USA)";384x224@60;H
+slampic;"Saturday Night Slam Masters (bootleg (with PIC16c57),";384x224@60;H
+slapfigh;"Slap Fight (Japan set 1) - Slap Fight MD (Jpn)";280x240@60;V
+slapfighb1;"Slap Fight (bootleg set 1)";280x240@60;V
+slapfighb2;"Slap Fight (bootleg set 2)";280x240@60;V
+slapfighb3;"Slap Fight (bootleg set 3)";280x240@60;V
+slapshot;"Slap Shot (Japan) - Slap Shot (USA, v2)";320x224@60;H
+slyspy;"Sly Spy (US revision 4)";256x240@57;H
+slyspy2;"Sly Spy (US revision 2)";256x240@57;H
+slyspy3;"Sly Spy (US revision 3)";256x240@57;H
+smbomb;"Super Muscle Bomber - the international blowout (94083";384x224@60;H
+smbombr1;"Super Muscle Bomber - the international blowout (94080";384x224@60;H
+smgp;"Super Monaco GP (Euro, Bra) - Super Monaco GP (Euro, Jpn, Rev. A) - Super Monaco GP (Euro, USA, Bra) - Super Monaco GP (World, Rev B, FD1094 317-0126a)";320x224@60;H
+smgp5;"Super Monaco GP (World, FD1094 317-0126)";320x224@60;H
+smgp5d;"Super Monaco GP (World, FD1094 317-0126 decrypted)";320x224@60;H
+smgp6;"Super Monaco GP (World, Rev A, FD1094 317-0126a)";320x224@60;H
+smgp6d;"Super Monaco GP (World, Rev A, FD1094 317-0126a decryp";320x224@60;H
+smgpd;"Super Monaco GP (World, Rev B, FD1094 317-0126a decryp";320x224@60;H
+smgpj;"Super Monaco GP (Japan, Rev B, FD1094 317-0124a) - Super Monaco GP (Jpn) - Super Monaco GP (Jpn)";320x224@60;H
+smgpja;"Super Monaco GP (Japan, Rev A, FD1094 317-0124a)";320x224@60;H
+smgpjd;"Super Monaco GP (Japan, Rev B, FD1094 317-0124a decryp";320x224@60;H
+smgpu;"Super Monaco GP (US, Rev C, FD1094 317-0125a) - Super Monaco GP (USA) - Super Monaco GP (USA)";320x224@60;H
+smgpu1;"Super Monaco GP (US, Rev B, FD1094 317-0125a)";320x224@60;H
+smgpu1d;"Super Monaco GP (US, Rev B, FD1094 317-0125a decrypted";320x224@60;H
+smgpu2;"Super Monaco GP (US, Rev A, FD1094 317-0125a)";320x224@60;H
+smgpu2d;"Super Monaco GP (US, Rev A, FD1094 317-0125a decrypted";320x224@60;H
+smgpud;"Super Monaco GP (US, Rev C, FD1094 317-0125a decrypted";320x224@60;H
+smooncrs;"Super Moon Cresta";256x224@60;V
+snapjack;"Snap Jack";240x196@60;H
+snapper;"Snapper (Korea)";320x224@60;H
+sngkace;"Sengoku Ace (Japan, set 1)";320x224@59;V
+sngkacea;"Sengoku Ace (Japan, set 2)";320x224@59;V
+snowboar;"Snow Board Championship (Version 2.1)";384x240@60;H
+snowboara;"Snow Board Championship (Version 2.0)";384x240@60;H
+snowbro2;"Snow Bros. 2 - with new elves";320x240@60;H
+snowbro3;"Snow Brothers 3 - Magical Adventure";256x224@60;H
+snowbros;"Snow Bros. - Nick & Tom (Jpn) - Snow Bros. - Nick & Tom (set 1)";256x224@58;H
+snowbrosa;"Snow Bros. - Nick & Tom (set 2)";256x224@58;H
+snowbrosb;"Snow Bros. - Nick & Tom (set 3)";256x224@58;H
+snowbrosc;"Snow Bros. - Nick & Tom (set 4)";256x224@58;H
+snowbrosd;"Snow Bros. - Nick & Tom (Dooyong license)";256x224@58;H
+snowbrosj;"Snow Bros. - Nick & Tom (Japan)";256x224@58;H
+snowbroswb;"Snow Bros. - Nick & Tom (The Winter Bobble hardware bo";256x224@58;H
+socbrawl;"Soccer Brawl (NGM-031)";304x224@59;H
+socbrawlh;"Soccer Brawl (NGH-031)";304x224@59;H
+sokonuke;"Sokonuke Taisen Game (Japan)";320x240@60;H
+soldam;"Soldam";256x224@60;H
+soldamj;"Soldam (Japan)";256x224@60;H
+soldivid;"Sol Divide - The Sword Of Darkness";320x224@60;H
+soldividk;"Sol Divide - The Sword Of Darkness (Korea)";320x224@60;H
+solfigtr;"Solitary Fighter (World)";320x224@60;H
+solomon;"Solomon no Kagi - Oujo Rihita no Namida (Jpn) - Solomon's Key (US)";256x224@60;H
+solomonj;"Solomon's Key (Japan)";256x224@60;H
+solrwarr;"Solar-Warrior (US)";256x240@60;H
+sonicbom;"Sonic Boom (FD1094 317-0053)";320x224@60;V
+sonicbomd;"Sonic Boom (FD1094 317-0053 decrypted)";320x224@60;V
+sonicwi;"Sonic Wings (Japan)";320x224@60;V
+sonicwi2;"Aero Fighters 2 / Sonic Wings 2";320x224@59;H
+sonicwi3;"Aero Fighters 3 / Sonic Wings 3";320x224@59;H
+sonofphx;"Son of Phoenix";288x224@60;V
+sonson;"Son Son";240x240@60;H
+sonsonj;"Son Son (Japan)";240x240@60;H
+sos;"Aqua Polis SOS (Jpn) - Fever SOS (International, ver. 98/09/25) - Megalopolis SOS (Jpn) - S.O.S Lagoa Poluida (Bra) - SOS - Stop the Express. Bousou Tokkyuu SOS (Jpn)";272x224@60;V
+sotsugyo;"Sotsugyo Shousho";320x240@58;H
+soukobdx;"Souko Ban Deluxe (Japan, SB1)";288x224@60;H
+spacbat2;"Space Battle (bootleg set 2)";256x224@60;V
+spacbatt;"Space Battle (bootleg set 1)";256x224@60;V
+spacecho;"Space Echo (set 1)";256x256@60;V
+spacecho2;"Space Echo (set 2)";256x256@60;V
+spacedx;"Space Invaders DX (US, v2.1)";320x224@60;H
+spacedxj;"Space Invaders DX (Japan, v2.1)";320x224@60;H
+spacedxo;"Space Invaders DX (Japan, v2.0)";320x224@60;H
+spacegun;"Space Gun (Euro) - Space Gun (World)";320x240@60;H
+spacegunj;"Space Gun (Japan)";320x240@60;H
+spacegunu;"Space Gun (US)";320x240@60;H
+spacempr;"Space Empire (bootleg)";256x224@60;V
+spaceplt;"Space Pilot";256x224@60;V
+spang;"Cross Pang - Super Pang (World 900914)";384x240@60;H
+spangj;"Super Pang (Japan 901023)";384x240@60;H
+sparkman;"Spark Man (v2.0, set 1)";256x224@60;H
+spartanx;"Spartan X (Japan)";256x256@60;H
+spatter;"Spatter";240x224@60;H
+spcdrag;"Space Dragon (Moon Cresta bootleg, set 1)";256x224@60;V
+spcdraga;"Space Dragon (Moon Cresta bootleg, set 2)";256x224@60;V
+spcinv95;"Space Invaders '95: The Attack Of Lunar Loonies (Ver 2";320x224@60;V
+spcinv95u;"Space Invaders '95: The Attack Of Lunar Loonies (Ver 2";320x224@60;V
+spcinvdj;"Space Invaders DX (Ver 2.6J 1994/09/14) (F3 Version)";320x232@60;H
+spcpostn;"Space Position (Japan)";256x240@60;V
+spctbird;"Space Thunderbird";256x224@60;V
+spdcoin;"Speed Coin (prototype)";256x224@60;V
+speakres;"Speak & Rescue";256x256@60;V
+speakresb;"Speak & Rescue (bootleg)";256x256@60;V
+spec2k;"Spectrum 2000 (vertical)";256x224@56;V
+spec2kh;"Spectrum 2000 (horizontal, buggy) (Europe)";256x224@56;H
+speedspn;"Speed Spin";384x240@60;H
+spelunk2;"Spelunker II - 23 no Kagi (Japan)";384x256@60;H
+spelunkr;"Spelunker - Spelunker (Jpn)";384x256@60;H
+spelunkrj;"Spelunker (Japan)";384x256@60;H
+spf2t;"Super Puzzle Fighter II Turbo (Super Puzzle Fighter 2";384x224@60;H
+spf2ta;"Super Puzzle Fighter II Turbo (Super Puzzle Fighter 2";384x224@60;H
+spf2td;"Super Puzzle Fighter II Turbo (Super Puzzle Fighter 2";384x224@60;H
+spf2th;"Super Puzzle Fighter II Turbo (Super Puzzle Fighter 2";384x224@60;H
+spf2tu;"Super Puzzle Fighter II Turbo (Super Puzzle Fighter 2";384x224@60;H
+spf2xj;"Super Puzzle Fighter II X (Super Puzzle Fighter 2 X 96";384x224@60;H
+spf2xjd;"Super Puzzle Fighter II X (Super Puzzle Fighter 2 X 96";384x224@60;H
+spidermi;"Spiderman (Intro demo)";304x224@59;H
+spinlbrk;"Spinal Breakers (World)";352x240@60;H
+spinlbrkj;"Spinal Breakers (Japan)";352x240@60;H
+spinlbrku;"Spinal Breakers (US)";352x240@60;H
+spinmast;"Spin Master / Miracle Adventure";304x224@59;H
+splatter;"Splatter House (World, new version (SH3))";288x224@60;H
+splatter2;"Splatter House (World, old version (SH2))";288x224@60;H
+splatterj;"Splatter House (Japan, SH1)";288x224@60;H
+spnchout;"Super Punch-Out!! (Rev B)";448x256@60;V
+spnchouta;"Super Punch-Out!! (Rev A)";448x256@60;V
+spnchoutj;"Super Punch-Out!! (Japan)";448x256@60;V
+sprglbpg;"Super Glob (Pac-Man hardware) German";288x224@60;V
+sprglobp;"Super Glob (Pac-Man hardware)";288x224@60;V
+springer;"Springer";256x224@60;V
+spy;"Future Spy - S.P.Y. - Special Project Y (World ver. N) - Sly Spy (US revision 4) - Spy vs. Spy (Euro, USA, Bra) - The Super Spy (NGM-011)(NGH-011)";304x216@60;H
+spyu;"S.P.Y. - Special Project Y (US ver. M)";304x216@60;H
+sqbert;"Faster, Harder, More Challenging Q*bert (prototype)";256x240@60;V
+squash;"Squash (Ver. 1.0)";320x240@60;H
+sraider;"Space Raider";240x192@60;V
+sranger;"Super Ranger (v2.0)";256x224@60;H
+srdarwin;"Super Real Darwin (World)";256x240@58;V
+srdarwinj;"Super Real Darwin (Japan)";256x240@58;V
+srdmissn;"S.R.D. Mission";288x224@60;V
+srmp4;"Super Real Mahjong PIV (Japan)";336x240@60;H
+srmp4o;"Super Real Mahjong PIV (Japan, older set)";336x240@60;H
+srmp7;"Super Real Mahjong P7 (Japan)";336x239@60;H
+srumbler;"The Speed Rumbler (set 1)";352x240@60;V
+srumbler2;"The Speed Rumbler (set 2)";352x240@60;V
+srumbler3;"The Speed Rumbler (set 3)";352x240@60;V
+ssanchan;"Sanrin San Chan (Japan)";240x224@60;H
+sscandal;"Seishun Scandal (315-5132, Japan)";256x224@60;H
+ssf2;"Super Street Fighter II - The New Challengers (Euro) - Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2a;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2ar1;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2d;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2h;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2j;"Super Street Fighter II - The New Challengers (Jpn) - Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2jr1;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2jr2;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2r1;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2t;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2ta;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2tad;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2tb;"Super Street Fighter II - the tournament battle (93111";384x224@60;H
+ssf2tba;"Super Street Fighter II - the tournament battle (93100";384x224@60;H
+ssf2tbd;"Super Street Fighter II - the tournament battle (93111";384x224@60;H
+ssf2tbh;"Super Street Fighter II - the tournament battle (93100";384x224@60;H
+ssf2tbj;"Super Street Fighter II - the tournament battle (93100";384x224@60;H
+ssf2tbj1;"Super Street Fighter II - the tournament battle (93091";384x224@60;H
+ssf2tbr1;"Super Street Fighter II - the tournament battle (93091";384x224@60;H
+ssf2td;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2th;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2tu;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2tur1;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2u;"Super Street Fighter II - the new challengers (super s - Super Street Fighter II - The New Challengers (USA)";384x224@60;H
+ssf2ud;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2xj;"Super Street Fighter II X - grand master challenge (su";384x224@60;H
+ssf2xjr1;"Super Street Fighter II X - grand master challenge (su";384x224@60;H
+ssf2xjr1d;"Super Street Fighter II X - grand master challenge (su";384x224@60;H
+ssf2xjr1r;"Super Street Fighter II X - grand master challenge (su";384x224@60;H
+ssi;"Andre Agassi Tennis (Euro) - Andre Agassi Tennis (Euro, Bra) - Andre Agassi Tennis (USA) - Super Space Invaders '91 (World)";320x224@60;V
+ssideki;"Super Sidekicks / Tokuten Ou";304x224@59;H
+ssideki2;"Super Sidekicks 2 - The World Championship / Tokuten O";320x224@59;H
+ssideki3;"Super Sidekicks 3 - The Next Glory / Tokuten Ou 3 - ei";320x224@59;H
+ssideki4;"The Ultimate 11 - The SNK Football Championship / Toku";320x224@59;H
+ssmissin;"S.S. Mission";256x224@56;V
+ssoldier;"Superior Soldiers (US)";320x240@60;H
+ssozumo;"Syusse Oozumou (Japan)";256x240@60;V
+ssprint;"Super Sprint (Atari System 2)";512x384@60;H
+ssriders;"Sunset Riders (4 Players ver. EAC) - Sunset Riders (Euro)";288x224@60;H
+ssridersabd;"Sunset Riders (2 Players ver. ABD)";288x224@60;H
+ssridersadd;"Sunset Riders (4 Players ver. ADD)";288x224@60;H
+ssriderseaa;"Sunset Riders (4 Players ver. EAA)";288x224@60;H
+ssridersebc;"Sunset Riders (2 Players ver. EBC)";288x224@60;H
+ssridersebd;"Sunset Riders (2 Players ver. EBD)";288x224@60;H
+ssridersjac;"Sunset Riders (4 Players ver. JAC)";288x224@60;H
+ssridersjad;"Sunset Riders (4 Players ver. JAD)";288x224@60;H
+ssridersjbd;"Sunset Riders (2 Players ver. JBD)";288x224@60;H
+ssridersuab;"Sunset Riders (4 Players ver. UAB)";288x224@60;H
+ssridersuac;"Sunset Riders (4 Players ver. UAC)";288x224@60;H
+ssridersubc;"Sunset Riders (2 Players ver. UBC)";288x224@60;H
+ssridersuda;"Sunset Riders (4 Players ver. UDA)";288x224@60;H
+sstarcrs;"Super Star Crest";256x224@60;V
+sstingry;"Super Stingray (Japan)";256x224@60;V
+sstriker;"Sorcer Striker (World)";320x240@60;V
+sstrikera;"Sorcer Striker (World, alt)";320x240@60;V
+stagger1;"Stagger I (Japan)";256x224@56;V
+stakwin;"Stakes Winner / Stakes Winner - GI kinzen seiha e no m";320x224@59;H
+stakwin2;"Stakes Winner 2";320x224@59;H
+starfght;"Star Fighter";256x224@60;V
+starfgmc;"Star Fighter (Moon Cresta bootleg)";256x224@60;V
+starfigh;"Star Fighter (v1)";256x224@60;V
+starjack;"Star Jacker (Euro, Jpn, v1.2) - Star Jacker (Sega)";240x224@60;V
+starjacks;"Star Jacker (Stern)";240x224@60;V
+stdragon;"Saint Dragon (set 1)";256x224@60;H
+stdragona;"Saint Dragon (set 2)";256x224@60;H
+stdragonb;"Saint Dragon (bootleg)";256x224@60;H
+stera;"Steraranger (Moon Cresta bootleg)";256x224@60;V
+stg;"Juno First (Gottlieb) - Moon Cresta (Gremlin) - Strike Gunner S.T.G";384x240@60;V
+stinger;"Stinger";256x224@60;V
+stinger2;"Stinger (prototype?)";256x224@60;V
+stlforce;"Steel Force";368x240@58;H
+stmblade;"Storm Blade (US)";352x240@60;V
+stmbladej;"Storm Blade (Japan)";352x240@60;V
+strahl;"Koutetsu Yousai Strahl (Japan set 1)";256x224@56;H
+strahla;"Koutetsu Yousai Strahl (Japan set 2)";256x224@56;H
+stratgys;"Strategy X (Stern)";256x224@60;H
+stratgyx;"Strategy X";256x224@60;H
+stratof;"Raiga - Strato Fighter (US)";256x224@60;H
+stratvox;"Stratovox";256x256@60;V
+stratvoxb;"Stratovox (bootleg)";256x256@60;V
+streakng;"Streaking (set 1)";256x224@60;V
+streaknga;"Streaking (set 2)";256x224@60;V
+streetsm;"Street Smart (US version 2)";256x224@60;H
+streetsm1;"Street Smart (US version 1)";256x224@60;H
+streetsmj;"Street Smart (Japan version 1)";256x224@60;H
+streetsmw;"Street Smart (World version 1)";256x224@60;H
+strfbomb;"Strafe Bomb";256x224@60;V
+strhoop;"Street Hoop / Street Slam / Dunk Dream (DEM-004) (DEH-";304x224@59;H
+strider;"Strider (Euro, USA) - Strider (Euro, USA, Bra, Kor) - Strider (US set 1)";384x224@60;H
+striderj;"Strider Hiryu (Japan) - Strider Hiryuu (Jpn, Kor)";384x224@60;H
+striderjr;"Strider Hiryu (Japan Resale Ver.)";384x224@60;H
+striderua;"Strider (US set 2)";384x224@60;H
+strideruc;"Strider (US, Street Fighter II conversion)";384x224@60;H
+striv;"Super Triv";256x224@60;V
+striv2;"Super Triv (set 2)";256x224@60;V
+strkfgtr;"Strike Fighter (World)";320x224@60;H
+strkfgtrj;"Strike Fighter (Japan)";320x224@60;H
+strongx;"Strong X";256x224@60;H
+sub;"688 Attack Sub (Euro, USA) - N-Sub (Euro?) - Submarine (Sigma)";256x224@60;V
+sucasino;"Super Casino";256x224@60;V
+sunaq;"SunA Quiz 6000 Academy (940620-6)";256x224@60;H
+supbtime;"Super Burger Time (World, set 1)";320x240@58;H
+supbtimea;"Super Burger Time (World, set 2)";320x240@58;H
+supbtimej;"Super Burger Time (Japan)";320x240@58;H
+superbar;"Super Bar";384x240@60;V
+superbon;"Agent Super Bond (scobra hardware)";256x224@60;V
+superchs;"Super Chase - Criminal Termination (World)";320x240@60;H
+superchsj;"Super Chase - Criminal Termination (Japan)";320x240@60;H
+superchsu;"Super Chase - Criminal Termination (US)";320x240@60;H
+superg;"Super Galaxians (galaxiaj hack)";256x224@60;V
+superman;"Superman (World) - Superman - The Man of Steel (Euro) - Superman - The Man of Steel (Euro) - Superman - The Man of Steel (Euro, Bra)";384x240@60;H
+supermanj;"Superman (Japan)";384x240@60;H
+supermanu;"Superman (US) - Superman (USA)";384x240@60;H
+superpac;"Super Pac-Man";288x224@60;V
+superpacm;"Super Pac-Man (Midway)";288x224@60;V
+superspy;"The Super Spy (NGM-011)(NGH-011)";304x224@59;H
+superten;"Super Ten V8.3";400x256@60;H
+superx;"Super-X (NTC)";384x240@60;V
+superxm;"Super-X (Mitchell)";384x240@60;V
+supmodel;"Super Model";256x224@60;V
+suprglob;"Super Glob";272x236@60;V
+suprheli;"Super Heli (Super Cobra bootleg)";256x224@60;V
+suprleag;"Super League (Euro) - Super League (FD1094 317-0045)";320x224@60;H
+suprloco;"Super Locomotive (Rev.A)";240x224@60;H
+suprlocoo;"Super Locomotive";240x224@60;H
+suprridr;"Super Rider";256x224@60;V
+suprtrio;"Super Trio";320x240@60;H
+suratk;"Surprise Attack (World ver. K)";304x224@60;H
+suratka;"Surprise Attack (Asia ver. L)";304x224@60;H
+suratkj;"Surprise Attack (Japan ver. M)";304x224@60;H
+survarts;"Survival Arts (World)";336x240@60;H
+survartsj;"Survival Arts (Japan)";336x240@60;H
+survartsu;"Survival Arts (USA)";336x240@60;H
+svc;"SNK vs. Capcom - SVC Chaos (NGM-2690)(NGH-2690)";304x224@59;H
+svcboot;"SNK vs. Capcom - SVC Chaos (bootleg)";304x224@59;H
+svcpcb;"SNK vs. Capcom - SVC Chaos (JAMMA PCB, set 1)";304x224@59;H
+svcpcba;"SNK vs. Capcom - SVC Chaos (JAMMA PCB, set 2)";304x224@59;H
+svcplus;"SNK vs. Capcom - SVC Chaos Plus (bootleg set 1)";304x224@59;H
+svcplusa;"SNK vs. Capcom - SVC Chaos Plus (bootleg set 2)";304x224@59;H
+svcsplus;"SNK vs. Capcom - SVC Chaos Super Plus (bootleg)";304x224@59;H
+svg;"S.V.G. - Spectral vs Generation (V200, China)";448x224@60;H
+svgpcb;"S.V.G. - Spectral vs Generation (V100, Japan, Single P";448x224@60;H
+svolley;"Super Volley Ball (USA) - Super Volleyball - Super Volleyball - Super Volleyball (Japan)";288x216@60;H
+svolleyk;"Super Volleyball (Korea)";288x216@60;H
+svolleyu;"Super Volleyball (US)";288x216@60;H
+svolly91;"Super Volley '91 (Japan)";356x240@60;H
+swarm;"Swarm (bootleg?)";256x224@60;V
+swat;"E-Swat - Cyber Police (set 4, World, FD1094 317-0130) - ESWAT - City Under Siege (Euro, USA, Rev. A) - SWAT (315-5048)";256x224@60;V
+swatpolc;"SWAT Police";320x240@60;H
+swimmer;"Swimmer (set 1)";256x224@60;H
+sws;"Super World Stadium (Japan)";288x224@60;H
+sws92;"Super World Stadium '92 (Japan)";288x224@60;H
+sws92g;"Super World Stadium '92 Gekitouban (Japan)";288x224@60;H
+sws93;"Super World Stadium '93 (Japan)";288x224@60;H
+sxyreac2;"Pachinko Sexy Reaction 2 (Japan)";336x240@60;H
+sxyreact;"Pachinko Sexy Reaction (Japan)";338x240@60;H
+syscheck;"Neo System Check (ver 1.0b)";304x224@59;H
+syvalion;"Syvalion (Japan)";512x400@60;H
+syvalionp;"Syvalion (World, prototype)";512x400@60;H
+szaxxon;"Super Zaxxon";256x224@60;V
+tactcian;"Tactician (set 1)";288x224@60;V
+tactcian2;"Tactician (set 2)";288x224@60;V
+tail2nos;"Tail to Nose - Great Championship";320x240@60;V
+tangtang;"Tang Tang (ver. 0526, 26/05/2000)";320x240@60;H
+tankfrce;"Tank Force (US, 2 Players)";288x224@60;H
+tankfrce4;"Tank Force (US, 4 Players)";288x224@60;H
+tankfrcej;"Tank Force (Japan)";288x224@60;H
+taotaido;"Tao Taido (set 1)";320x224@60;H
+taotaidoa;"Tao Taido (set 2)";320x224@60;H
+tazmani2;"Tazz-Mania (set 2)";256x224@60;V
+tazmania;"Taz-Mania (Euro, Bra) - Taz-Mania (World) - Taz-Mania - The Search for the Lost Seabirds (Euro, US - Tazz-Mania (set 1)";256x224@60;V
+tazzmang;"Tazz-Mania (bootleg on Galaxian hardware)";256x224@60;V
+tazzmang2;"Tazz-Mania (bootleg on Galaxian hardware with Starfiel";256x224@60;V
+tbowl;"Tecmo Bowl (World?)";224x512@60;V
+tbowlj;"Tecmo Bowl (Japan)";224x512@60;V
+tcobra2;"Twin Cobra II (Ver 2.1O 1995/11/30)";320x232@60;V
+tcobra2u;"Twin Cobra II (Ver 2.1A 1995/11/30)";320x232@60;V
+tdpgal;"Triple Draw Poker";256x224@60;V
+tdragon;"Saint Dragon (set 1) - Thunder Dragon (9th Jan. 1992)";256x224@56;V
+tdragon1;"Thunder Dragon (4th Jun. 1991)";256x224@56;V
+tdragon2;"Thunder Dragon 2 (9th Nov. 1993)";384x224@56;V
+tdragon2a;"Thunder Dragon 2 (1st Oct. 1993)";384x224@56;V
+tdragonb;"Saint Dragon (bootleg) - Thunder Dragon (bootleg)";256x224@56;V
+teddybb;"TeddyBoy Blues (315-5115, New Ver.)";256x224@60;H
+teddybbo;"TeddyBoy Blues (315-5115, Old Ver.)";256x224@60;H
+teddybbobl;"TeddyBoy Blues (bootleg)";256x224@60;H
+tekipaki;"Teki Paki";320x240@60;H
+teljan;"Tel Jan";320x240@60;H
+tengai;"Tengai (world)";320x224@59;H
+tengaij;"Tengai0Sengoku Blade - sengoku ace episode II";320x224@59;H
+terracre;"Terra Cresta (YM3526 set 1)";256x224@60;V
+terracrea;"Terra Cresta (YM3526 set 3)";256x224@60;V
+terracren;"Terra Cresta (YM2203)";256x224@60;V
+terracreo;"Terra Cresta (YM3526 set 2)";256x224@60;V
+terraf;"Terra Force";320x240@57;H
+terrafb;"Terra Force (Japan, bootleg set 2)";320x240@60;H
+terrafj;"Terra Force (Japan)";320x240@57;H
+terrafjb;"Terra Force (Japan, bootleg with additional Z80)";320x240@60;H
+terrafu;"Terra Force (US)";320x240@57;H
+tetrbx;"Tetris / Bloxeed (Korean System 16 bootleg) (ISG Selec";320x224@60;H
+tetris;"FA Tetris (Kor) - FA Tetris (Kor) - Super Tetris (Kor, SMS Mode?) - Tetris (Jpn) - Tetris (Kor) - Tetris (set 1) - Tetris (set 4, Japan, System 16A, FD1094 317-0093)";320x224@60;H
+tetris1;"Tetris (Pirate?) - Tetris (set 1, Japan, System 16B, FD1094 317-0091)";320x224@60;H
+tetris1d;"Tetris (set 1, Japan, System 16B, FD1094 317-0091 decr";320x224@60;H
+tetris2;"Tetris (set 2, Japan, System 16B, FD1094 317-0092) - Tetris II (Kor)";320x224@60;H
+tetris2d;"Tetris (set 2, Japan, System 16B, FD1094 317-0092 decr";320x224@60;H
+tetris3;"Tetris (set 3, Japan, System 16A, FD1094 317-0093a)";320x224@60;H
+tetris3d;"Tetris (set 3, Japan, System 16A, FD1094 317-0093a dec";320x224@60;H
+tetrisbl;"Tetris (bootleg)";320x224@60;H
+tetrisd;"Tetris (set 4, Japan, System 16A, FD1094 317-0093 decr";320x224@60;H
+tetrisp2;"Tetris Plus 2 (World)";320x224@60;H
+tetrisp2j;"Tetris Plus 2 (Japan, V2.2)";320x224@60;H
+tetrisp2ja;"Tetris Plus 2 (Japan, V2.1)";320x224@60;H
+tetrisse;"Tetris (Japan, System E)";256x192@60;H
+tetrist;"Tetris (Japan, B-System, YM2610)";320x224@60;H
+tetrista;"Tetris (Japan, B-System, YM2203)";320x224@60;H
+tetristh;"Tetris (Japan, Taito H-System)";320x224@60;H
+tetrsark;"Tetris (D.R. Korea)";256x224@60;H
+tgm2;"Tetris the Absolute The Grand Master 2";320x240@60;H
+tgm2p;"Tetris the Absolute The Grand Master 2 Plus";320x240@60;H
+tharrier;"Task Force Harrier";256x224@56;V
+tharrieru;"Task Force Harrier (US?)";256x224@56;V
+thedeep;"The Deep (Japan)";256x248@60;V
+theend;"The End";256x224@60;V
+theends;"The End (Stern)";256x224@60;V
+theglad;"The Gladiator - Road Of The Sword / Shen Jian (V101)";448x224@60;H
+theglad100;"The Gladiator - Road Of The Sword / Shen Jian (V100, T";448x224@60;H
+theglad101;"The Gladiator - Road Of The Sword / Shen Jian (V100)";448x224@60;H
+thegladpcb;"The Gladiator - Road Of The Sword / Shen Jian (V100, J";448x224@60;H
+theglob;"The Glob";272x236@60;V
+theglob2;"The Glob (earlier)";272x236@60;V
+theglob3;"The Glob (set 3)";272x236@60;V
+theglobp;"The Glob (Pac-Man hardware)";288x224@60;V
+thehustl;"The Hustler (Japan, program code M)";256x224@60;V
+thehustlj;"The Hustler (Japan, program code J)";256x224@60;V
+thepitm;"The Pit (bootleg on Moon Quasar hardware)";256x224@60;V
+theroes;"Thunder Heroes";320x224@58;H
+thetogyu;"The Togyu (315-5065, Japan)";256x224@60;H
+thndblst;"Thunder Blaster (Japan)";320x240@60;V
+thndrbld;"Thunder Blade (upright, FD1094 317-0056)";320x224@60;H
+thndrbld1;"Thunder Blade (deluxe/standing, unprotected)";320x224@60;H
+thndrbldd;"Thunder Blade (upright, FD1094 317-0056 decrypted)";320x224@60;H
+thndrx2;"Thunder Cross II (World)";288x224@60;H
+thndrx2a;"Thunder Cross II (Asia)";288x224@60;H
+thndrx2j;"Thunder Cross II (Japan)";288x224@60;H
+thndzone;"Thunder Zone (World, Rev 1)";320x240@60;H
+thndzone4;"Thunder Zone (World 4 Players)";320x240@60;H
+thndzonea;"Thunder Zone (World)";320x240@60;H
+thndzonej;"Thunder Zone (Japan)";320x240@60;H
+thoop;"Thunder Hoop (Ver. 1)";320x240@60;H
+thunderl;"Thunder & Lightning";384x240@60;V
+thunderx;"Thunder Cross (set 1)";288x224@60;H
+thunderxa;"Thunder Cross (set 2)";288x224@60;H
+thunderxb;"Thunder Cross (set 3)";288x224@60;H
+thunderxj;"Thunder Cross (Japan)";288x224@60;H
+thundfox;"Thunder Fox (World)";320x224@60;H
+thundfoxj;"Thunder Fox (Japan)";320x224@60;H
+thundfoxu;"Thunder Fox (US)";320x224@60;H
+tigerh;"Tiger Heli (US)";280x240@60;V
+tigerhb1;"Tiger Heli (bootleg, set 1)";280x240@60;V
+tigerhb2;"Tiger Heli (bootleg, set 2)";280x240@60;V
+tigerhb3;"Tiger Heli (bootleg, set 3)";280x240@60;V
+tigerhj;"Tiger Heli (Japan)";280x240@60;V
+tigeroad;"Tiger Road (US)";256x224@60;H
+tigeroadb;"Tiger Road (US bootleg, set 1)";256x224@60;H
+tigeroadb2;"Tiger Road (US bootleg, set 2)";256x224@60;H
+tigeroadu;"Tiger Road (US, Romstar license)";256x224@60;H
+timefgtr;"Time Fighter (Time Pilot conversion on Galaxian hardwa";256x224@60;V
+timelimt;"Time Limit";256x224@60;V
+timeplt;"Time Pilot - Time Pilot - Time Pilot (Jpn)";256x224@60;V
+timeplta;"Time Pilot (Atari) - Time Pilot (Jpn, Alt)";256x224@60;V
+timepltc;"Time Pilot (Centuri)";256x224@60;V
+timescan;"Time Scanner (set 2, System 16B)";320x224@60;V
+timescan1;"Time Scanner (set 1, System 16A, FD1089B 317-0024)";320x224@60;V
+timesold;"Time Soldiers (Euro, USA, Bra) - Time Soldiers (US Rev 3)";256x224@60;V
+timesold1;"Time Soldiers (US Rev 1)";256x224@60;V
+timesupd;"Time's Up Demo";304x224@59;H
+tiptop;"Tip Top";256x224@60;V
+tkdensho;"Toukidenshou - Angel Eyes (VER. 960614)";320x240@57;H
+tkdenshoa;"Toukidenshou - Angel Eyes (VER. 960427)";320x240@57;H
+tknight;"Tecmo Knight";256x224@60;H
+tmht;"Teenage Mutant Hero Turtles (UK 4 Players, version F)";304x224@60;H
+tmht22pe;"Teenage Mutant Hero Turtles - Turtles in Time (2 Playe";288x224@60;H
+tmht24pe;"Teenage Mutant Hero Turtles - Turtles in Time (4 Playe";288x224@60;H
+tmht2p;"Teenage Mutant Hero Turtles (UK 2 Players, version U)";304x224@60;H
+tmht2pa;"Teenage Mutant Hero Turtles (UK 2 Players, version ?)";304x224@60;H
+tmhta;"Teenage Mutant Hero Turtles (UK 4 Players, version S)";304x224@60;H
+tmhtb;"Teenage Mutant Hero Turtles (UK 4 Players, version ?)";304x224@60;H
+tmnt;"Streets of Rage 2 - Teenage Mutant Ninja Turtles (Hack - Teenage Mutant Ninja Turtles (World 4 Players, version";304x224@60;H
+tmnt2;"Teenage Mutant Ninja Turtles - Turtles in Time (4 Play";288x224@60;H
+tmnt22pu;"Teenage Mutant Ninja Turtles - Turtles in Time (2 Play";288x224@60;H
+tmnt2a;"Teenage Mutant Ninja Turtles - Turtles in Time (4 Play";288x224@60;H
+tmnt2pj;"Teenage Mutant Ninja Turtles (Japan 2 Players, version";304x224@60;H
+tmnt2po;"Teenage Mutant Ninja Turtles (Oceania 2 Players, versi";304x224@60;H
+tmnta;"Teenage Mutant Ninja Turtles (Asia 4 Players, version";304x224@60;H
+tmnti;"Teenage Mutant Ninja Turtles (Intro demo)";304x224@59;H
+tmntia;"Teenage Mutant Ninja Turtles (Intro demo, alt)";304x224@59;H
+tmntj;"Teenage Mutant Ninja Turtles (Japan 4 Players, version";304x224@60;H
+tmntu;"Teenage Mutant Ninja Turtles (US 4 Players, version R)";304x224@60;H
+tmntua;"Teenage Mutant Ninja Turtles (US 4 Players, version J)";304x224@60;H
+tmntub;"Teenage Mutant Ninja Turtles (US 4 Players, version H)";304x224@60;H
+tndrcade;"Thundercade / Twin Formation";384x224@60;V
+tndrcadej;"Tokusyu Butai U.A.G. (Japan)";384x224@60;V
+tnextspc;"The Next Space (set 1)";256x224@60;V
+tnextspc2;"The Next Space (set 2)";256x224@60;V
+tnextspcj;"The Next Space (Japan)";256x224@60;V
+tnk3;"T.N.K III (US)";288x224@60;V
+tnk3j;"T.A.N.K (Japan)";288x224@60;V
+tnzs;"The New Zealand Story - The New Zealand Story (Euro) - The New Zealand Story (Jpn) - The NewZealand Story (World, newer)";256x224@60;H
+tnzsj;"The NewZealand Story (Japan, new version, newer PCB)";256x224@60;H
+tnzsjo;"The NewZealand Story (Japan, old version) (older PCB)";256x224@60;H
+tnzso;"The NewZealand Story (World, old version) (older PCB)";256x224@60;H
+tnzsoa;"The NewZealand Story (World, unknown version) (older P";256x224@60;H
+tnzsop;"The NewZealand Story (World, prototype) (older PCB)";256x224@60;H
+tnzsuo;"The NewZealand Story (US, old version) (older PCB)";256x224@60;H
+todruaga;"The Tower of Druaga (New Ver.)";288x224@60;V
+todruagao;"The Tower of Druaga (Old Ver.)";288x224@60;V
+todruagas;"The Tower of Druaga (Sidam)";288x224@60;V
+toki;"Toki (World, set 1) - Toki - Going Ape Spit ~ JuJu Densetsu (World, Rev. A)";256x224@60;H
+tokia;"Toki (World, set 2)";256x224@60;H
+tokib;"Toki (bootleg)";256x224@60;H
+tokiob;"Tokio / Scramble Formation (bootleg)";256x224@60;V
+tokip;"Toki (US, prototype?)";256x224@60;H
+tokisens;"Toki no Senshi - Chrono Soldier";256x224@60;V
+tokiu;"Toki (US, set 1)";256x224@60;H
+tokiua;"Toki (US, set 2)";256x224@60;H
+toobin;"Toobin' (Atari 68k based)";512x384@60;V
+topgunbl;"Top Gunner (bootleg, Rotary Joystick)";240x224@60;V
+topgunr;"Top Gunner (US, 8-way Joystick)";240x224@60;V
+tophuntr;"Top Hunter - Roddy & Cathy (NGM-046)";320x224@59;H
+tophuntrh;"Top Hunter - Roddy & Cathy (NGH-046)";320x224@59;H
+toppyrap;"Toppy & Rappy";256x224@58;H
+topsecrt;"Top Secret (Japan)";256x224@60;H
+topspeed;"Top Speed (World)";320x240@60;H
+topspeedu;"Top Speed (US)";320x240@60;H
+toramich;"Tora e no Michi - Tora e no Michi (Japan)";256x224@60;H
+toride2g;"Toride II Adauchi Gaiden";320x224@60;H
+toride2gg;"Toride II Adauchi Gaiden (German)";320x224@60;H
+toride2gk;"Toride II Bok Su Oi Jeon Adauchi Gaiden (Korea)";320x224@60;H
+toride2j;"Toride II (Japan)";320x224@60;H
+toryumon;"Toryumon";320x224@60;H
+totc;"Treasure of the Caribbean";304x224@59;H
+toto;"Come Back Toto";256x224@58;H
+touchgok;"Touch & Go (Korea, unprotected)";480x240@60;H
+toutrun;"Turbo Out Run (Out Run upgrade, FD1094 317-0118) - Turbo OutRun (Euro, Jpn)";320x224@60;H
+toutrun1;"Turbo Out Run (deluxe cockpit, FD1094 317-0109)";320x224@60;H
+toutrun3;"Turbo Out Run (cockpit, FD1094 317-0107)";320x224@60;H
+toutrun3d;"Turbo Out Run (cockpit, FD1094 317-0107 decrypted)";320x224@60;H
+toutrund;"Turbo Out Run (Out Run upgrade, FD1094 317-0118 decryp";320x224@60;H
+toutrunj;"Turbo Out Run (Japan, Out Run upgrade, FD1094 317-0117";320x224@60;H
+toutrunj1;"Turbo Out Run (Japan, deluxe cockpit, FD1094 317-0101)";320x224@60;H
+toutrunj1d;"Turbo Out Run (Japan, deluxe cockpit, FD1094 317-0101";320x224@60;H
+toutrunjd;"Turbo Out Run (Japan, Out Run upgrade, FD1094 317-0117";320x224@60;H
+toypop;"Toypop";288x224@60;H
+tp84;"Time Pilot '84 (set 1)";256x224@60;V
+tp84a;"Time Pilot '84 (set 2)";256x224@60;V
+tp84b;"Time Pilot '84 (set 3)";256x224@60;V
+tpgolf;"Top Player's Golf (NGM-003)(NGH-003)";304x224@59;H
+trackfld;"Track & Field - Track & Field 1 (Euro)";256x224@60;H
+trackfldc;"Track & Field (Centuri)";256x224@60;H
+trackfldnz;"Track & Field (NZ bootleg?)";256x224@60;H
+trally;"Thrash Rally (ALM-003)(ALH-003)";320x224@59;H
+transfrm;"Transformer";256x192@60;H
+travrusa;"Traverse USA / Zippy Race";240x256@60;V
+travrusab;"Traverse USA (bootleg)";240x256@60;V
+trckydoc;"Tricky Doc (set 1)";240x224@60;H
+trckydoca;"Tricky Doc (set 2)";240x224@60;H
+treahunt;"Treasure Hunt (bootleg?)";256x224@60;V
+tricktrp;"Trick Trap (World?)";280x224@60;V
+trigon;"Trigon (Japan)";288x224@60;V
+trikitri;"Triki Triki (Lover Boy bootleg)";240x224@60;V
+triothep;"Trio The Punch - Never Forget Me... (World)";256x240@60;H
+triothepj;"Trio The Punch - Never Forget Me... (Japan)";256x240@60;H
+triplep;"Triple Punch (set 1)";256x224@60;V
+triplepa;"Triple Punch (set 2)";256x224@60;V
+triplfun;"Triple Fun";320x224@60;H
+tripool;"Tri-Pool (Casino Tech)";256x224@60;V
+tripoola;"Tri-Pool (Costal Games)";256x224@60;V
+trojan;"Trojan (US set 1)";256x240@60;H
+trojana;"Trojan (US set 2)";256x240@60;H
+trojanb;"Trojan (bootleg)";256x240@60;H
+trojanj;"Tatakai no Banka (Japan)";256x240@60;H
+trojanr;"Trojan (Romstar)";256x240@60;H
+trophyh;"Trophy Hunting - Bear & Moose V1.0";320x240@60;H
+trstar;"Top Ranking Stars (Ver 2.1O 1993/05/21) (New Version)";320x232@60;H
+trstarj;"Top Ranking Stars (Ver 2.1J 1993/05/21) (New Version)";320x232@60;H
+trstaro;"Top Ranking Stars (Ver 2.1O 1993/05/21) (Old Version)";320x232@60;H
+trstaroj;"Top Ranking Stars (Ver 2.1J 1993/05/21) (Old Version)";320x232@60;H
+truxton;"Truxton (Euro, USA) ~ Tatsujin (Jpn) - Truxton0Tatsujin";320x240@57.6;V
+truxton2;"Truxton II0Tatsujin Oh";320x240@60;V
+trvgns;"Trivia Genius";288x224@60;V
+trvmstr;"Trivia Master (set 1)";288x224@60;V
+trvmstra;"Trivia Master (set 2)";288x224@60;V
+trvmstrb;"Trivia Master (set 3)";288x224@60;V
+trvmstrc;"Trivia Master (set 4)";288x224@60;V
+tsamurai;"Samurai Nihon-Ichi (set 1)";256x224@60;V
+tsamurai2;"Samurai Nihon-Ichi (set 2)";256x224@60;V
+tsamuraih;"Samurai Nihon-Ichi (bootleg, harder)";256x224@60;V
+tshingen;"Shingen Samurai-Fighter (Japan, English)";256x224@60;H
+tshingena;"Takeda Shingen (Japan, Japanese)";256x224@60;H
+tst_galx;"Galaxian Test ROM";256x224@60;V
+ttmahjng;"T.T Mahjong";256x256@60;H
+tturf;"Tough Turf (set 2, Japan, 8751 317-0104)";320x224@60;H
+tturfu;"Tough Turf (set 1, US, 8751 317-0099)";320x224@60;H
+tubeit;"Tube-It";320x224@60;H
+tumbleb;"Tumble Pop (bootleg set 1)";320x240@58;H
+tumbleb2;"Tumble Pop (bootleg set 2)";320x240@58;H
+tumblep;"Tumble Pop (World)";320x240@58;H
+tumblepj;"Tumble Pop (Japan)";320x240@58;H
+turbofrc;"Turbo Force (World)";352x240@60;V
+turbofrcu;"Turbo Force (US)";352x240@60;V
+turfmast;"Neo Turf Masters / Big Tournament Golf";304x224@59;H
+turkhunt;"Turkey Hunting USA V1.0";320x240@60;H
+turpin;"Turpin";256x224@60;V
+turpins;"Turpin (bootleg on Scramble hardware)";256x224@60;V
+turtles;"Turtles";256x224@60;V
+turtship;"Turtle Ship (North America)";384x224@60;H
+turtshipj;"Turtle Ship (Japan)";384x224@60;H
+turtshipk;"Turtle Ship (Korea)";384x224@60;H
+turtshipkn;"Turtle Ship (Korea, 88/9)";384x224@60;H
+turtshipko;"Turtle Ship (Korea, older)";384x224@60;H
+tutankhm;"Tutankham - Tutankham";256x224@60;V
+tutankhms;"Tutankham (Stern Electronics)";256x224@60;V
+twinactn;"Twin Action";256x224@56;H
+twinadv;"Twin Adventure (World)";256x224@58;H
+twinadvk;"Twin Adventure (Korea)";256x224@58;H
+twinbee;"Detana!! Twinbee - Twin Bee (Jpn) - TwinBee (ROM version)";256x224@60;V
+twinbrat;"Twin Brats (set 1)";334x240@58;H
+twinbrata;"Twin Brats (set 2)";334x240@58;H
+twincobr;"Twin Cobra (USA) - Twin Cobra (World)";320x240@54.9;V
+twincobru;"Twin Cobra (US)";320x240@54.9;V
+twineag2;"Twin Eagle II - The Rescue Mission";336x240@60.2;V
+twineagl;"Twin Eagle - Revenge Joe's Brother";384x224@60;V
+twinfalc;"Twin Falcons";384x224@60;H
+twinhawk;"Twin Hawk (Euro) ~ Daisenpuu (Jpn) - Twin Hawk (World)";384x224@60;V
+twinhawku;"Twin Hawk (US)";384x224@60;V
+twinkle;"Twinkle";256x224@58;H
+twinqix;"Twin Qix (Ver 1.0A 1995/01/17) (Prototype)";320x224@60;H
+twinspri;"Twinkle Star Sprites";304x224@59;H
+twocrude;"Two Crude (US FT revision 1) - Two Crude Dudes (Euro)";256x240@58;H
+twocrudea;"Two Crude (US FT version)";256x240@58;H
+tws96;"Tecmo World Soccer '96";304x224@59;H
+typhoon;"Typhoon";304x224@60;V
+uballoon;"Ultra Balloon";256x224@60;H
+uccops;"Undercover Cops (World)";320x240@60;H
+uccopsar;"Undercover Cops (Alpha Renewal Version)";320x240@60;H
+uccopsj;"Undercover Cops (Japan)";320x240@60;H
+uccopsu;"Undercover Cops (US)";320x240@60;H
+uecology;"Ultimate Ecology (931203 Japan)";384x224@60;H
+ufosensi;"Ufo Senshi Yohko Chan (MC-8123, 317-0064)";256x224@60;H
+ultraman;"Ultraman (Japan) - Ultraman (Jpn) - Ultraman (Jpn)";288x224@60;H
+ultrax;"Ultra X Weapons / Ultra Keibitai";336x240@60;V
+ultraxg;"Ultra X Weapons / Ultra Keibitai (GAMEST review build)";336x240@60;V
+umanclub;"Ultraman Club - Tatakae! Ultraman Kyoudai!!";384x240@60;H
+unclepoo;"Uncle Poo";256x224@60;V
+uniwars;"UniWar S";256x224@60;V
+uniwarsa;"UniWar S (bootleg)";256x224@60;V
+unkpacg;"unknown Pac-Man gambling game";256x224@60;H
+unsquad;"U.N. Squadron (US)";384x224@60;H
+uopoko;"Puzzle Uo Poko (International, ver. 98/02/06)";320x240@58;H
+uopokoj;"Puzzle Uo Poko (Japan, ver. 98/02/06)";320x240@58;H
+upndown;"Up'n Down - Up'n Down (315-5030)";256x224@60;V
+upndownu;"Up'n Down (not encrypted)";256x224@60;V
+usclssic;"U.S. Classic";384x240@60;V
+usg182;"Games V18.2";400x256@60;H
+usg185;"Games V18.5";400x256@60;H
+usg187c;"Games V18.7C";400x256@60;H
+usg32;"Super Duper Casino (California V3.2)";400x256@60;H
+usg82;"Super Ten V8.2";400x256@60;H
+usg83x;"Super Ten V8.3X";400x256@60;H
+usgames;"Games V25.4X";400x256@60;H
+utoukond;"Ultra Toukon Densetsu (Japan)";384x224@60;H
+valkyrie;"Valkyrie No Densetsu (Japan) - Walkuere no Densetsu";288x224@60;V
+vampj;"Vampire - the night warriors (940705 Japan)";384x224@60;H
+vampja;"Vampire - the night warriors (940705 Japan, alt)";384x224@60;H
+vampjr1;"Vampire - the night warriors (940630 Japan)";384x224@60;H
+vandyke;"Vandyke (Japan)";256x224@56;V
+vandykeb;"Vandyke (bootleg with PIC16c57)";256x224@56;V
+vandykejal;"Vandyke (Jaleco, Set 1)";256x224@56;V
+vandykejal2;"Vandyke (Jaleco, Set 2)";256x224@56;V
+vangrd2;"Vanguard II";288x216@60;V
+vanvan;"Van-Van Car";256x224@60;V
+vanvanb;"Van-Van Car (set 3)";256x224@60;V
+vanvank;"Van-Van Car (Karateco)";256x224@60;V
+vaportra;"Vapor Trail - Hyper Offence Formation (World revision";256x240@58;V
+vaportra3;"Vapor Trail - Hyper Offence Formation (World revision";256x240@58;V
+vaportrau;"Vapor Trail - Hyper Offence Formation (US)";256x240@58;V
+varth;"Varth - operation thunderstorm (920714 etc)";384x224@60;V
+varthb;"Varth - operation thunderstorm (bootleg, 920612 etc)";384x224@60;V
+varthj;"Varth - operation thunderstorm (920714 Japan)";384x224@60;V
+varthjr;"Varth - operation thunderstorm (920714 Japan Resale Ve";384x224@60;V
+varthr1;"Varth - operation thunderstorm (920612 etc)";384x224@60;V
+varthu;"Varth - operation thunderstorm (920612 USA)";384x224@60;V
+vasara;"Vasara";336x240@60;V
+vasara2;"Vasara 2 (set 1)";336x240@60;V
+vasara2a;"Vasara 2 (set 2)";336x240@60;V
+vastar;"Vastar (set 1)";256x224@60;V
+vastar2;"Vastar (set 2)";256x224@60;V
+vastar3;"Vastar (set 3)";256x224@60;V
+vastar4;"Vastar (set 4)";256x224@60;V
+vautour;"Vautour (bootleg of Phoenix) (8085A CPU)";256x208@60;V
+vautourz;"Vautour (bootleg of Phoenix) (Z80 CPU)";256x208@60;V
+vautourza;"Vautour (bootleg of Phoenix) (Z80 CPU, single PROM)";256x208@60;V
+vblokbrk;"VS Block Breaker (Europe)";320x240@60;H
+vblokbrka;"VS Block Breaker (Asia)";320x240@60;H
+vendetta;"Vendetta (World, 4 Players ver. T)";304x224@60;H
+vendetta2p;"Vendetta (World, 2 Players ver. W)";304x224@60;H
+vendetta2pd;"Vendetta (Asia, 2 Players ver. D)";304x224@60;H
+vendetta2peba;"Vendetta (World, 2 Players ver. EB-A?)";304x224@60;H
+vendetta2pu;"Vendetta (Asia, 2 Players ver. U)";304x224@60;H
+vendetta2pun;"Vendetta (World, 2 Players ver. ?)";304x224@60;H
+vendettaj;"Crime Fighters 2 (Japan, 2 Players ver. P)";304x224@60;H
+vendettar;"Vendetta (US, 4 Players ver. R)";304x224@60;H
+vendettaz;"Vendetta (Asia, 4 Players ver. Z)";304x224@60;H
+venus;"Venus";256x224@60;V
+vfive;"V-Five (Japan) - V-Five (Jpn)";320x240@60;V
+vhunt2;"Vampire Hunter 2 - darkstalkers revenge (970929 Japan)";384x224@60;H
+vhunt2d;"Vampire Hunter 2 - darkstalkers revenge (970913 Japan";384x224@60;H
+vhunt2r1;"Vampire Hunter 2 - darkstalkers revenge (970913 Japan)";384x224@60;H
+vhuntj;"Vampire Hunter - darkstalkers' revenge (950316 Japan)";384x224@60;H
+vhuntjr1;"Vampire Hunter - darkstalkers' revenge (950307 Japan)";384x224@60;H
+vhuntjr1s;"Vampire Hunter - darkstalkers' revenge (950307 Japan s";384x224@60;H
+vhuntjr2;"Vampire Hunter - darkstalkers' revenge (950302 Japan)";384x224@60;H
+victroad;"Victory Road";288x216@60;V
+viewpoin;"Viewpoint - Viewpoint (USA)";304x224@59;H
+vigilant;"Vigilante - Vigilante - Vigilante (Euro, USA, Bra) - Vigilante (Kor) - Vigilante (World, Rev E)";256x256@55;H
+vigilanta;"Vigilante (World, Rev A)";256x256@55;H
+vigilantb;"Vigilante (US, Rev B)";256x256@55;H
+vigilantbl;"Vigilante (bootleg)";256x256@55;H
+vigilantc;"Vigilante (World, Rev C)";256x256@55;H
+vigilantd;"Vigilante (Japan, Rev D)";256x256@55;H
+vigilantg;"Vigilante (US, Rev G)";256x256@55;H
+vigilanto;"Vigilante (US)";256x256@55;H
+vimana;"Vimana (World, set 1)";320x240@58;V
+vimanaj;"Vimana (Japan)";320x240@58;V
+vimanan;"Vimana (World, set 2)";320x240@58;V
+viofight;"Violence Fight (World)";320x224@60;H
+viofightj;"Violence Fight (Japan)";320x224@60;H
+viofightu;"Violence Fight (US)";320x224@60;H
+viostorm;"Violent Storm (ver EAC)";384x224@60;H
+viostorma;"Violent Storm (ver AAC)";384x224@60;H
+viostormab;"Violent Storm (ver AAB)";384x224@60;H
+viostormeb;"Violent Storm (ver EAB)";384x224@60;H
+viostormj;"Violent Storm (ver JAC)";384x224@60;H
+viostormu;"Violent Storm (ver UAC)";384x224@60;H
+viostormub;"Violent Storm (ver UAB)";384x224@60;H
+vliner;"V-Liner (set 1)";304x224@59;H
+vlinero;"V-Liner (set 2)";304x224@59;H
+vmetal;"Varia Metal";320x224@60;V
+vmetaln;"Varia Metal (New Ways Trading Co.)";320x224@60;V
+volfied;"Volfied - Volfied (Jpn) - Volfied (World, revision 1)";320x240@60;V
+volfiedj;"Volfied (Japan, revision 1)";320x240@60;V
+volfiedjo;"Volfied (Japan)";320x240@60;V
+volfiedu;"Volfied (US, revision 1)";320x240@60;V
+vpool;"Video Pool (bootleg on Moon Cresta hardware)";256x224@60;V
+vsav;"Vampire Savior - the lord of vampire (970519 Euro)";384x224@60;H
+vsav2;"Vampire Savior 2 - the lord of vampire (970913 Japan)";384x224@60;H
+vsav2d;"Vampire Savior 2 - the lord of vampire (970913 Japan P";384x224@60;H
+vsava;"Vampire Savior - the lord of vampire (970519 Asia)";384x224@60;H
+vsavd;"Vampire Savior - the lord of vampire (970519 Euro Phoe";384x224@60;H
+vsavh;"Vampire Savior - the lord of vampire (970519 Hispanic)";384x224@60;H
+vsavj;"Vampire Savior - the lord of vampire (970519 Japan)";384x224@60;H
+vsavu;"Vampire Savior - the lord of vampire (970519 USA)";384x224@60;H
+vsgongf;"VS Gong Fight";256x224@60;V
+vulcan;"Vulcan Venture (New)";320x224@60;H
+vulcana;"Vulcan Venture (Old)";320x224@60;H
+vulcanb;"Vulcan Venture (Oldest)";320x224@60;H
+vulgus;"Vulgus (set 1)";256x224@60;V
+vulgusa;"Vulgus (set 2)";256x224@60;V
+vulgusj;"Vulgus (Japan?)";256x224@60;V
+wakuwak7;"Waku Waku 7";304x224@59;H
+wallc;"Wall Crash (set 1)";256x256@60;H
+wallca;"Wall Crash (set 2)";256x256@60;H
+wanted;"Wanted - Wanted (Euro, USA, Bra)";256x224@60;V
+wardner;"Wardner (USA) - Wardner (World)";320x240@60;H
+wardnerj;"Wardner no Mori (Japan) - Wardner no Mori Special (Jpn)";320x240@60;H
+warofbug;"War of the Bugs or Monsterous Manouvers in a Mushroom";256x224@60;V
+warofbugu;"War of the Bugs or Monsterous Manouvers in a Mushroom";256x224@60;V
+warpwarp;"Warp & Warp - Warp & Warp (Jpn)";272x224@60;V
+warpwarpr;"Warp Warp (Rock-Ola set 1)";272x224@60;V
+warpwarpr2;"Warp Warp (Rock-Ola set 2)";272x224@60;V
+warriorb;"Warrior Blade - Rastan Saga Episode III (Japan)";240x640@60;V
+warzard;"War-Zard / Red Earth (Japan 961121)";384x224@60;H
+warzardr1;"War-Zard / Red Earth (Japan 961023)";384x224@60;H
+watrball;"Water Balls";384x240@60;H
+wb3;"Wonder Boy III - Monster Lair (set 6, World, System 16";320x224@60;H
+wb31;"Wonder Boy III - Monster Lair (set 1, Japan, System 16";320x224@60;H
+wb31d;"Wonder Boy III - Monster Lair (set 1, Japan, System 16";320x224@60;H
+wb32;"Wonder Boy III - Monster Lair (set 2, Japan, System 16";320x224@60;H
+wb32d;"Wonder Boy III - Monster Lair (set 2, Japan, System 16";320x224@60;H
+wb33;"Wonder Boy III - Monster Lair (set 3, World, System 16";320x224@60;H
+wb33d;"Wonder Boy III - Monster Lair (set 3, World, System 16";320x224@60;H
+wb34;"Wonder Boy III - Monster Lair (set 4, Japan, System 16";320x224@60;H
+wb34d;"Wonder Boy III - Monster Lair (set 4, Japan, System 16";320x224@60;H
+wb35;"Wonder Boy III - Monster Lair (set 5, Japan, System 16";320x224@60;H
+wb35d;"Wonder Boy III - Monster Lair (set 5, Japan, System 16";320x224@60;H
+wbdeluxe;"Wonder Boy Deluxe";256x224@60;H
+wbml;"Wonder Boy in Monster Land (Japan New Ver., MC-8123, 3";256x224@60;H
+wbmlb;"Wonder Boy in Monster Land (English bootleg set 1)";256x224@60;H
+wbmljb;"Wonder Boy in Monster Land (Japan not encrypted)";256x224@60;H
+wbmljo;"Wonder Boy in Monster Land (Japan Old Ver., MC-8123, 3";256x224@60;H
+wbmlvc;"Wonder Boy in Monster Land (English, Virtual Console)";256x224@60;H
+wboy;"Wonder Boy (Euro) - Wonder Boy (Euro, USA, Bra, v1) - Wonder Boy (Jpn, v1) - Wonder Boy (set 1, 315-5177)";256x224@60;H
+wboy2;"Wonder Boy (set 2, 315-5178)";256x224@60;H
+wboy2u;"Wonder Boy (set 2, not encrypted)";256x224@60;H
+wboy3;"Wonder Boy (set 3, 315-5135) - Wonder Boy III - Monster Lair (Euro) ~ Monster Lair (J - Wonder Boy III - The Dragon's Trap (Euro, USA, Kor)";256x224@60;H
+wboy4;"Wonder Boy (set 4, 315-5162)";256x224@60;H
+wboy5;"Wonder Boy (set 5, bootleg) - Wonder Boy V - Monster World III (Jpn, Kor)";256x224@60;H
+wboyo;"Wonder Boy (set 1, 315-5135)";256x224@60;H
+wboyu;"Wonder Boy (not encrypted)";256x224@60;H
+wc90;"World Cup '90 (World)";256x224@59;H
+wc90a;"World Cup '90 (Euro set 1)";256x224@59;H
+wc90b;"World Cup '90 (Euro set 2)";256x224@59;H
+wc90b1;"Euro League (Italian hack of Tecmo World Cup '90)";256x224@60;H
+wc90b2;"World Cup '90 (bootleg, set 1)";256x224@60;H
+wc90b3;"World Cup '90 (bootleg, set 2)";256x224@60;H
+wc90b4;"World Cup '90 (bootleg, set 3)";256x224@60;H
+wc90ba;"Euro League (Italian hack of Tecmo World Cup '90 - alt";256x224@60;H
+wc90t;"World Cup '90 (trackball)";256x224@59;H
+welltris;"Welltris - Alexey Pajitnov's (World?, 2 players)";352x240@60;H
+welltrisj;"Welltris - Alexey Pajitnov's (Japan, 2 players)";352x240@60;H
+wh1;"World Heroes (ALM-005)";320x224@59;H
+wh1h;"World Heroes (ALH-005)";320x224@59;H
+wh1ha;"World Heroes (set 3)";320x224@59;H
+wh2;"World Heroes 2 (ALM-006)(ALH-006)";304x224@59;H
+wh2j;"World Heroes 2 Jet (ADM-007)(ADH-007)";304x224@59;H
+wh2ja;"World Heroes 2 Jet (ADM-007)";304x224@59;H
+wheelrun;"Wheels Runner";256x224@60;H
+whizz;"Whizz";384x224@60;H
+whoopee;"Pipi & Bibis / Whoopee!! (Teki Paki hardware)";320x240@60;H
+whp;"World Heroes Perfect";320x224@59;H
+wiggie;"Wiggie Waggie";384x240@60;V
+wildfang;"Wild Fang / Tecmo Knight";256x224@60;H
+willow;"Willow (World)";384x224@60;H
+willowj;"Willow (Japan, Japanese)";384x224@60;H
+willowu;"Willow (USA)";384x224@60;H
+willowuo;"Willow (USA Old Ver.)";384x224@60;H
+wilytowr;"Wily Tower";256x224@60;H
+wingforc;"Wing Force (Japan, prototype)";320x224@60;V
+wintbob;"The Winter Bobble (bootleg)";256x224@58;H
+wiping;"Wiping";288x224@60;V
+wits;"Wit's (Japan)";384x240@60;H
+wiz;"Lizard Wizard - Magical Kid Wiz (Jpn) - Magical Kid Wiz (Tw) - Wiz";256x224@60;V
+wizdfire;"Wizard Fire (Over Sea v2.1)";320x240@58;H
+wizdfireu;"Wizard Fire (US v1.1)";320x240@58;H
+wizt;"Wiz (Taito, set 1)";256x224@60;V
+wizta;"Wiz (Taito, set 2)";256x224@60;V
+wjammers;"Windjammers / Flying Power Disc";304x224@59;H
+wldcourt;"World Court (Japan)";288x224@60;H
+wlstar;"Wonder League Star - Sok-Magicball Fighting (Korea)";320x240@60;H
+wmatch;"Water Match (315-5064)";240x224@60;V
+wndrmomo;"Wonder Momo";288x224@60;H
+wndrplnt;"Wonder Planet (Japan)";256x248@60;V
+wof;"Warriors of Fate (921031 etc)";384x224@60;H
+wof3js;"Sangokushi II: San Jian Sheng (Chinese bootleg set 1,";384x224@60;H
+wof3jsa;"Sangokushi II: San Jian Sheng (Chinese bootleg set 2,";384x224@60;H
+wof3sj;"Sangokushi II: San Sheng Jian (Chinese bootleg set 1,";384x224@60;H
+wof3sja;"Sangokushi II: San Sheng Jian (Chinese bootleg set 2,";384x224@60;H
+wofa;"Sangokushi II (921005 Asia)";384x224@60;H
+wofah;"Sangokushi II (hack set 1, 921005 Asia)";384x224@60;H
+wofaha;"Sangokushi II (hack set 2, 921005 Asia)";384x224@60;H
+wofahb;"Sangokushi II (hack set 3, 921005 Asia)";384x224@60;H
+wofb;"Warriors of Fate (bootleg, 921002 etc)";384x224@60;H
+wofch;"Tenchi wo Kurau II - Sekiheki no Tatakai (CPS Changer,";384x224@60;H
+wofchdx;"Sangokushi III Gaiden: Kakou-On's Revenge DX (hack)";384x224@60;H
+wofh;"Sangokushi II: Sanguo Yingxiong Zhuan (Chinese bootleg";384x224@60;H
+wofha;"Sangokushi II: Sanguo Yingxiong Zhuan (Chinese bootleg";384x224@60;H
+wofhfh;"Sangokushi II: Huo Fenghuang (Chinese bootleg, 921005";384x224@60;H
+wofj;"Tenchi wo Kurau II - Sekiheki no Tatakai (921031 Japan";384x224@60;H
+wofjh;"Tenchi wo Kurau II - Sekiheki no Tatakai (hack, 921031";384x224@60;H
+wofr1;"Warriors of Fate (921002 etc)";384x224@60;H
+wofsj;"Sangokushi II: Sheng Jian Sanguo (Chinese bootleg set";384x224@60;H
+wofsja;"Sangokushi II: Sheng Jian Sanguo (Chinese bootleg set";384x224@60;H
+wofsjb;"Sangokushi II: Sheng Jian Sanguo (Chinese bootleg set";384x224@60;H
+wofsjc;"Sangokushi II: Sheng Jian Sanguo (Chinese bootleg set";384x224@60;H
+wofu;"Warriors of Fate (921031 USA)";384x224@60;H
+wolffang;"Wolf Fang -Kuhga 2001- (Japan)";320x240@58;H
+wonder3;"Wonder 3 (910520 Japan)";384x224@60;H
+wondl96;"Wonder League '96 (Korea)";320x240@60;H
+wondstck;"Wonder Stick (set 1)";320x240@60;H
+wondstcka;"Wonder Stick (set 2, censored)";320x240@60;H
+woodpeca;"Woodpecker (set 2)";288x224@60;V
+woodpeck;"Woodpecker (set 1)";288x224@60;V
+worldwar;"World Wars (World?)";400x224@60;V
+wownfant;"WOW New Fantasia";256x224@60;H
+wrally;"World Rally (Version 1.0, Checksum 0E56)";368x232@60;H
+wrallya;"World Rally (Version 1.0, Checksum 3873)";368x232@60;H
+wrallyat;"World Rally (US, 930217)";368x232@60;H
+wrallyb;"World Rally (Version 1.0, Checksum 8AA2)";368x232@60;H
+wrestwar;"Wrestle War (Euro, Jpn) - Wrestle War (set 3, World, 8751 317-0103)";320x224@60;V
+wrestwar1;"Wrestle War (set 1, Japan, FD1094 317-0090)";320x224@60;V
+wrestwar1d;"Wrestle War (set 1, Japan, FD1094 317-0090 decrypted)";320x224@60;V
+wrestwar2;"Wrestle War (set 2, World, FD1094 317-0102)";320x224@60;V
+wrestwar2d;"Wrestle War (set 2, World, FD1094 317-0102 decrypted)";320x224@60;V
+wrofaero;"War of Aero - Project MEIOU";384x240@60;V
+ws;"Jaws (Spa?) - Jimmy White's Whirlwind Snooker (Euro) - News (set 1) - Super World Stadium (Japan) - World Stadium (Japan)";288x224@60;H
+ws89;"World Stadium '89 (Japan)";288x224@60;H
+ws90;"World Stadium '90 (Japan)";288x224@60;H
+wschamp;"Wing Shooting Championship V2.00";320x240@60;H
+wschampa;"Wing Shooting Championship V1.01";320x240@60;H
+wschampb;"Wing Shooting Championship V1.00";320x240@60;H
+wwallyj;"Wally wo Sagase! (rev B, Japan, FD1094 317-0197B)";320x224@60;H
+wwallyja;"Wally wo Sagase! (rev A, Japan, FD1094 317-0197A)";320x224@60;H
+wwallyjad;"Wally wo Sagase! (rev A, Japan, FD1094 317-0197A decry";320x224@60;H
+wwallyjd;"Wally wo Sagase! (rev B, Japan, FD1094 317-0197B decry";320x224@60;H
+wwfsstar;"WWF Superstars (Europe)";256x240@60;H
+wwfsstarb;"WWF Superstars (bootleg)";256x240@60;H
+wwfsstarj;"WWF Superstars (Japan)";256x240@60;H
+wwfsstaru;"WWF Superstars (US, newer)";256x240@60;H
+wwfsstarua;"WWF Superstars (US)";256x240@60;H
+wwfwfest;"WWF WrestleFest (World)";320x240@60;H
+wwfwfestb;"WWF WrestleFest (US bootleg)";320x240@60;H
+wwfwfestj;"WWF WrestleFest (Japan)";320x240@60;H
+wwfwfestk;"WWF WrestleFest (Korea)";320x240@60;H
+wwfwfestu;"WWF WrestleFest (US)";320x240@60;H
+wwjgtin;"Wai Wai Jockey Gate-In!";256x224@60;H
+wyvernf0;"Wyvern F-0";256x224@60;V
+xexex;"Xexex (ver EAA)";384x256@54;H
+xexexa;"Xexex (ver AAA)";384x256@54;H
+xexexj;"Xexex (ver JAA)";384x256@54;H
+xmcota;"X-Men - children of the atom (950331 Euro)";384x224@60;H
+xmcotaa;"X-Men - children of the atom (950105 Asia)";384x224@60;H
+xmcotaar1;"X-Men - children of the atom (941217 Asia)";384x224@60;H
+xmcotah;"X-Men - children of the atom (950331 Hispanic)";384x224@60;H
+xmcotahr1;"X-Men - children of the atom (950105 Hispanic)";384x224@60;H
+xmcotaj;"X-Men - children of the atom (950105 Japan)";384x224@60;H
+xmcotaj1;"X-Men - children of the atom (941222 Japan)";384x224@60;H
+xmcotaj2;"X-Men - children of the atom (941219 Japan)";384x224@60;H
+xmcotaj3;"X-Men - children of the atom (941217 Japan)";384x224@60;H
+xmcotajr;"X-Men - children of the atom (941208 Japan, rent versi";384x224@60;H
+xmcotar1;"X-Men - children of the atom (950105 Euro)";384x224@60;H
+xmcotar1d;"X-Men - children of the atom (950105 Euro Phoenix Edit";384x224@60;H
+xmcotau;"X-Men - children of the atom (950105 USA)";384x224@60;H
+xmen;"Spider-Man and the X-Men in Arcade's Revenge (USA) - Spider-Man and X-Men - Arcade's Revenge (Euro, USA) - X-Men (4 Players ver UBB) - X-Men (Euro) - X-Men (USA)";288x224@60;H
+xmen2pa;"X-Men (2 Players ver AAA)";288x224@60;H
+xmen2pe;"X-Men (2 Players ver EAA)";288x224@60;H
+xmen2pj;"X-Men (2 Players ver JAA)";288x224@60;H
+xmen2pu;"X-Men (2 Players ver UAB)";288x224@60;H
+xmena;"X-Men (4 Players ver AEA)";288x224@60;H
+xmenaa;"X-Men (4 Players ver ADA)";288x224@60;H
+xmene;"X-Men (4 Players ver EBA)";288x224@60;H
+xmenj;"X-Men (4 Players ver JBA)";288x224@60;H
+xmultipl;"X Multiply (World, M81)";384x256@55;H
+xmultiplm72;"X Multiply (Japan, M72)";384x256@55;H
+xmvsf;"X-Men vs Street Fighter (961004 Euro)";384x224@60;H
+xmvsfa;"X-Men vs Street Fighter (961023 Asia)";384x224@60;H
+xmvsfar1;"X-Men vs Street Fighter (961004 Asia)";384x224@60;H
+xmvsfar2;"X-Men vs Street Fighter (960919 Asia)";384x224@60;H
+xmvsfar3;"X-Men vs Street Fighter (960910 Asia)";384x224@60;H
+xmvsfb;"X-Men vs Street Fighter (961023 Brazil)";384x224@60;H
+xmvsfh;"X-Men vs Street Fighter (961004 Hispanic)";384x224@60;H
+xmvsfj;"X-Men vs Street Fighter (961023 Japan)";384x224@60;H
+xmvsfjr1;"X-Men vs Street Fighter (961004 Japan)";384x224@60;H
+xmvsfjr2;"X-Men vs Street Fighter (960910 Japan)";384x224@60;H
+xmvsfjr3;"X-Men vs Street Fighter (960909 Japan)";384x224@60;H
+xmvsfr1;"X-Men vs Street Fighter (960910 Euro)";384x224@60;H
+xmvsfu;"X-Men vs Street Fighter (961023 USA)";384x224@60;H
+xmvsfu1d;"X-Men vs Street Fighter (961004 USA Phoenix Edition)";384x224@60;H
+xmvsfur1;"X-Men vs Street Fighter (961004 USA)";384x224@60;H
+xmvsfur2;"X-Men vs Street Fighter (960910 USA)";384x224@60;H
+xorworld;"Xor World (prototype)";256x224@60;H
+xsleena;"Xain'd Sleena (World)";256x240@60;H
+xsleenaj;"Xain'd Sleena (Japan)";256x240@60;H
+xxmissio;"XX Mission";512x192@60;V
+yamagchi;"Go Go Mr. Yamaguchi / Yuke Yuke Yamaguchi-kun";256x224@60;V
+yamato;"Yamato (Euro, Jpn) - Yamato (US)";256x224@60;V
+yamato2;"Yamato (World?)";256x224@60;V
+yanchamr;"Kaiketsu Yanchamaru (Japan)";384x256@60;H
+yankeedo;"Yankee DO!";240x192@60;V
+yesnoj;"Yes/No Sinri Tokimeki Chart";320x224@60;H
+yiear;"Yie Ar Kung-Fu (Jpn) - Yie Ar Kung-Fu (program code I) - Yie Ar Kung-Fu (Tw)";256x224@60;H
+yiear2;"Yie Ar Kung-Fu (program code G) - Yie Ar Kung-Fu II - The Emperor Yie-Gah (Jpn)";256x224@60;H
+yieartf;"Yie Ar Kung-Fu (GX361 conversion)";256x224@60;H
+youjyudn;"Youjyuden (Japan)";256x256@60;V
+youkaidk1;"Yokai Douchuuki (Japan, old version (YD1))";288x224@60;H
+youkaidk2;"Yokai Douchuuki (Japan, new version (YD2, Rev B))";288x224@60;H
+youma;"Youma Ninpou Chou (Japan)";256x224@60;V
+youma2;"Youma Ninpou Chou (Japan, alt)";256x224@60;V
+yukiwo;"Yukiwo (World, prototype)";320x224@60;V
+yuyugogo;"Yuuyu no Quiz de GO!GO! (Japan)";320x224@60;H
+zaviga;"Zaviga";256x240@60;V
+zavigaj;"Zaviga (Japan)";256x240@60;V
+zaxxon;"Super Zaxxon - Zaxxon - Zaxxon (Jpn) - Zaxxon (Jpn) - Zaxxon (set 1, rev D)";256x224@60;V
+zaxxon2;"Zaxxon (set 2, unknown rev)";256x224@60;V
+zaxxon3;"Zaxxon (set 3, unknown rev)";256x224@60;V
+zaxxonb;"Jackson";256x224@60;V
+zaxxonj;"Zaxxon (Japan)";256x224@60;V
+zedblade;"Zed Blade / Operation Ragnarok";304x224@59;H
+zeropnt;"Zero Point (set 1)";384x224@60;H
+zeropnt2;"Zero Point 2";384x224@60;H
+zeropnta;"Zero Point (set 2)";384x224@60;H
+zeropntj;"Zero Point (Japan)";384x224@60;H
+zeroteam;"New Zero Team (V33 SYSTEM TYPE_B hardware) - Zero Team USA (set 1, US, Fabtek license)";320x256@55;H
+zeroteama;"New Zero Team (V33 SYSTEM TYPE_B hardware, China?) - Zero Team (set 2, Japan? (earlier?))";320x256@55;H
+zeroteamb;"Zero Team (set 3, Japan? (later batteryless))";320x256@55;H
+zeroteamc;"Zero Team (set 4, Taiwan, Liang Hwa license)";320x256@55;H
+zeroteamd;"Zero Team (set 5, Korea, Dream Soft license)";320x256@55;H
+zeroteams;"Zero Team Selection";320x256@55;H
+zeroteamsr;"Zero Team Suicide Revival Kit";320x256@55;H
+zerotime;"Zero Time";256x224@60;V
+zerotimed;"Zero Time (Datamat)";256x224@60;V
+zerotm2k;"Zero Team 2000";320x256@55;H
+zerowing;"Zero Wing (2P set) - Zero Wing (Euro)";320x240@60;H
+zerowing1;"Zero Wing (1P set)";320x240@60;H
+zerowingw;"Zero Wing (2P set, Williams Electronics)";320x240@60;H
+zerozone;"Zero Zone";368x224@60;H
+zigzagb;"Zig Zag (Galaxian hardware, set 1)";256x224@60;V
+zigzagb2;"Zig Zag (Galaxian hardware, set 2)";256x224@60;V
+zin;"Zing Zing Zip";384x240@60;V
+zintrckb;"Zintrick / Oshidashi Zentrix (hack / bootleg)";304x224@59;H
+zintrkcd;"Zintrick / Oshidashi Zentrix (Neo CD conversion)";304x224@59;H
+zipzap;"Zip & Zap";256x224@60;V
+zoar;"Zoar";256x240@60;V
+zodiack;"Zodiack";256x224@60;V
+zombraid;"Zombie Raid (9/28/95, US)";384x240@60;H
+zombraidp;"Zombie Raid (9/28/95, US, prototype PCB)";384x240@60;H
+zombraidpj;"Zombie Raid (9/28/95, Japan, prototype PCB)";384x240@60;H
+zupapa;"Zupapa!";304x224@59;H
+zzyzzyxx;"Zzyzzyxx (set 1)";256x224@60;V
+zzyzzyxx2;"Zzyzzyxx (set 2)";256x224@60;V
diff --git a/opt/retropie/configs/all/autostart.sh b/opt/retropie/configs/all/autostart.sh
new file mode 100755
index 0000000..b7e6f1c
--- /dev/null
+++ b/opt/retropie/configs/all/autostart.sh
@@ -0,0 +1,79 @@
+#!/bin/bash
+
+# script for preparing RetroPieRGB config script
+
+
+
+rgb_config=/home/pi/rgb_config.sh
+rgb_default_config=/home/pi/rgb_default_config.sh
+config=/boot/config.txt
+log=/home/pi/log.txt
+
+rm $log > /dev/null
+# read config.txt and put all config parameters for RetroPieRGB Parameters to
+# rgb_config
+
+
+function pikeyd165_start ()
+{
+ sudo chmod a+rwx /dev/uinput
+ pikeyd165_stop
+ sudo -s pikeyd165 -smi -ndb -d &> /dev/null
+}
+
+function pikeyd165_stop ()
+{
+
+ sudo chmod a+rwx /dev/uinput
+
+ sudo -s pikeyd165 -k &> /dev/null
+ #killall pikeyd165
+}
+
+
+
+function get_params()
+{
+
+ while IFS== read -r param default_value; do
+
+ result=$(grep $param $config)
+
+ if [ -z "$result" ] ; then
+ echo "$param=$default_value" | sudo tee -a $config
+ else
+ # var exists in config.txt
+ echo "variable in config.txt exists" >> $log
+ echo "sync calue in rgb_config" >> $log
+
+ echo $result >> $log
+ value=$(echo $result|cut -d"=" -f2)
+ echo $value >> $log
+ sed -i "s/^$param.*/$param=$value/" $rgb_config
+
+ fi
+
+ done < $rgb_default_config
+}
+
+
+# WIEGAND: Try to remove this part
+# rm $rgb_config
+# cp $rgb_default_config $rgb_config
+
+get_params
+
+chmod +x $rgb_config
+. $rgb_config
+
+
+if [ "$pi2jamma" == "1" ]; then
+ echo "pi2jamma activated" >> $log
+ pikeyd165_start
+else
+ echo "pi2jamma deactivated" >> $log
+ pikeyd165_stop
+fi
+
+
+emulationstation --screenrotate $es_rotate
diff --git a/opt/retropie/configs/all/runcommand-onend.sh b/opt/retropie/configs/all/runcommand-onend.sh
new file mode 100644
index 0000000..6aee22b
--- /dev/null
+++ b/opt/retropie/configs/all/runcommand-onend.sh
@@ -0,0 +1,5 @@
+vcgencmd hdmi_timings 320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1 > /dev/null
+sleep 0.3
+tvservice -e "DMT 87" > /dev/null
+sleep 0.3
+fbset -depth 8 && fbset -depth 16 -xres 320 -yres 240 > /dev/null
diff --git a/.project b/.project
new file mode 100644
index 0000000..2b159f2
--- /dev/null
+++ b/.project
@@ -0,0 +1,11 @@
+
+
+ RetroPieRGB
+
+
+
+
+
+
+
+
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..6dc7da9
--- /dev/null
+++ b/README.md
@@ -0,0 +1,26 @@
+RetroPieRGB
+===========
+
+This project contains scripts for enabling 15Khz RGB for your retro gaming setup with retropie.
+
+It needs the hardware addon pi2scart or pi2jamma to output the proper image on a CRT screen.
+
+Please goto http://www.arcadeforge.de and get this awesome gadget.
+
+
+Installation
+============
+
+Download latest retropie and install it as described on retropie wiki.
+Connect Keyboard.
+Activate wiki.
+In emulationstation press F4 to get cmd shell
+
+Type
+
+git clone https://github.com/arcadeforge/RetroPieRGB
+
+cd RetroPieRGB
+
+sudo ./setup.sh
+
diff --git a/boot/config.txt b/boot/config.txt
new file mode 100755
index 0000000..1860f84
--- /dev/null
+++ b/boot/config.txt
@@ -0,0 +1,73 @@
+# For more options and information see
+# http://rpf.io/configtxt
+# Some settings may impact device functionality. See link above for details
+
+# uncomment if you get no picture on HDMI for a default "safe" mode
+#hdmi_safe=1
+
+# uncomment this if your display has a black border of unused pixels visible
+# and your display can output without overscan
+#disable_overscan=1
+
+# uncomment the following to adjust overscan. Use positive numbers if console
+# goes off screen, and negative if there is too much border
+#overscan_left=16
+#overscan_right=16
+#overscan_top=16
+#overscan_bottom=16
+
+# uncomment to force a console size. By default it will be display's size minus
+# overscan.
+#framebuffer_width=1280
+#framebuffer_height=720
+
+# uncomment if hdmi display is not detected and composite is being output
+#hdmi_force_hotplug=1
+
+# uncomment to force a specific HDMI mode (this will force VGA)
+#hdmi_group=1
+#hdmi_mode=1
+
+# uncomment to force a HDMI mode rather than DVI. This can make audio work in
+# DMT (computer monitor) modes
+#hdmi_drive=2
+
+# uncomment to increase signal to HDMI, if you have interference, blanking, or
+# no display
+#config_hdmi_boost=4
+
+# uncomment for composite PAL
+#sdtv_mode=2
+
+#uncomment to overclock the arm. 700 MHz is the default.
+#arm_freq=800
+
+# Uncomment some or all of these to enable the optional hardware interfaces
+#dtparam=i2c_arm=on
+#dtparam=i2s=on
+#dtparam=spi=on
+
+# Uncomment this to enable the lirc-rpi module
+#dtoverlay=lirc-rpi
+
+disable_splash=1
+disable_audio_dither=1
+
+# Settings for pi2scart and pi2jamma
+
+dtoverlay=vga666
+enable_dpi_lcd=1
+display_default_lcd=1
+dpi_group=2
+dpi_mode=87
+
+hdmi_timings=320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+# Additional overlays and parameters are documented /boot/overlays/README
+
+# Enable audio (loads snd_bcm2835)
+dtparam=audio=on
+gpu_mem_256=128
+gpu_mem_512=256
+gpu_mem_1024=256
+overscan_scale=1
diff --git a/boot/config_highres.txt b/boot/config_highres.txt
new file mode 100644
index 0000000..933ae16
--- /dev/null
+++ b/boot/config_highres.txt
@@ -0,0 +1,103 @@
+# For more options and information see
+# http://rpf.io/configtxtreadme
+# Some settings may impact device functionality. See link above for details
+
+# uncomment if you get no picture on HDMI for a default "safe" mode
+#hdmi_safe=1
+disable_splash=1
+
+# uncomment this if your display has a black border of unused pixels visible
+# and your display can output without overscan
+#disable_overscan=1
+
+# uncomment the following to adjust overscan. Use positive numbers if console
+# goes off screen, and negative if there is too much border
+#overscan_left=16
+#overscan_right=16
+#overscan_top=16
+#overscan_bottom=16
+
+# uncomment to force a console size. By default it will be display's size minus
+# overscan.
+#framebuffer_width=1280
+#framebuffer_height=720
+#resolution for 24inch half size 1920 x 1200
+#framebuffer_width=960
+#framebuffer_height=600
+
+# uncomment if hdmi display is not detected and composite is being output
+#hdmi_force_hotplug=1
+
+# uncomment to force a specific HDMI mode (this will force VGA)
+#hdmi_group=1
+#hdmi_mode=1
+
+# uncomment to force a HDMI mode rather than DVI. This can make audio work in
+# DMT (computer monitor) modes
+#hdmi_drive=2
+
+# uncomment to increase signal to HDMI, if you have interference, blanking, or
+# no display
+#config_hdmi_boost=4
+
+# uncomment for composite PAL
+#sdtv_mode=2
+
+#uncomment to overclock the arm. 700 MHz is the default.
+arm_freq=800
+
+# Uncomment some or all of these to enable the optional hardware interfaces
+#dtparam=i2c_arm=on
+#dtparam=i2s=on
+#dtparam=spi=on
+
+# Uncomment this to enable the lirc-rpi module
+#dtoverlay=lirc-rpi
+
+# Additional overlays and parameters are documented /boot/overlays/README
+
+# Enable audio (loads snd_bcm2835)
+dtparam=audio=on
+#gpu_mem=512
+
+
+disable_audio_dither=1
+#audio_pwm_mode=2
+
+## Aufloesung fest einstellen ##
+################################
+##hdmi auch ohne Monitor im Betrieb
+hdmi_force_hotplug=1
+# DMT Modus aktivieren
+hdmi_group=2
+## Aufloesungen alle 60hz
+# 1024x768
+#hdmi_mode=16
+# 1280x768
+#hdmi_mode=23
+# 1366x768
+#hdmi_mode=81
+# 1920x1080
+#hdmi_mode=82
+# 1280x720p
+#hdmi_mode=85
+# 640x480
+hdmi_mode=4
+# 800x600
+#hdmi_mode=9
+# check with tvservice -s for available resolution of our monitor
+
+# oc settings
+gpu_mem=256
+#gpu_mem_256=128
+#gpu_mem_512=256
+#gpu_mem_1024=256
+#arm_freq=1450
+#gpu_freq=500
+#sdram_freq=550
+#over_voltage=8
+#force_turbo=1
+
+
+
+
diff --git a/boot/config_lowres.txt b/boot/config_lowres.txt
new file mode 100644
index 0000000..c993dcc
--- /dev/null
+++ b/boot/config_lowres.txt
@@ -0,0 +1,47 @@
+# See /boot/overlays/README for all available options
+
+disable_splash=1
+disable_audio_dither=1
+#audio_pwm_mode=2
+dtparam=audio=on
+dtoverlay=vga666
+enable_dpi_lcd=1
+display_default_lcd=1
+dpi_group=2
+dpi_mode=87
+#hdmi_timings=320 1 19 43 36 256 1 2 3 22 0 0 0 60 0 6400000 1 #256p
+
+# to move picture left and right on screen subtract and add values from
+# 3rd and 5th value
+# 16+x and 34-x moves x pixel left or right
+#
+#hdmi_timings=320 1 19 43 36 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+# no overscan but blurry
+#hdmi_timings=320 1 19 43 36 224 1 11 14 15 0 0 0 60 0 6400000 1
+
+hdmi_timings=320 1 19 43 36 240 1 2 6 14 0 0 0 60 0 6400000 1
+
+#hdmi_timings=320 1 19 43 36 240 1 2 10 10 0 0 0 60 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 3 6 17 0 0 0 59 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 5 6 20 0 0 0 58 0 6400000 1
+
+# old hdmi_timings from 2.5.2
+#hdmi_timings=320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+
+
+#framebuffer_width=320
+#framebuffer_height=240
+
+# oc settings
+gpu_mem=256
+#gpu_mem_256=128
+#gpu_mem_512=256
+#gpu_mem_1024=256
+#arm_freq=1450
+#gpu_freq=500
+#sdram_freq=550
+#over_voltage=8
+#force_turbo=1
+
diff --git a/config.txt b/config.txt
new file mode 100755
index 0000000..aedd54a
--- /dev/null
+++ b/config.txt
@@ -0,0 +1,50 @@
+# See /boot/overlays/README for all available options
+
+disable_splash=1
+disable_audio_dither=1
+#audio_pwm_mode=2
+dtparam=audio=on
+dtoverlay=vga666
+enable_dpi_lcd=1
+display_default_lcd=1
+dpi_group=2
+dpi_mode=87
+#hdmi_timings=320 1 19 43 36 256 1 2 3 22 0 0 0 60 0 6400000 1 #256p
+
+# to move picture left and right on screen subtract and add values from
+# 3rd and 5th value
+# 16+x and 34-x moves x pixel left or right
+#
+#hdmi_timings=320 1 19 43 36 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+# no overscan but blurry
+#hdmi_timings=320 1 19 43 36 224 1 11 14 15 0 0 0 60 0 6400000 1
+
+hdmi_timings=320 1 19 43 36 240 1 2 6 14 0 0 0 60 0 6400000 1
+
+#hdmi_timings=320 1 19 43 36 240 1 2 10 10 0 0 0 60 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 3 6 17 0 0 0 59 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 5 6 20 0 0 0 58 0 6400000 1
+
+# old hdmi_timings from 2.5.2
+#hdmi_timings=320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+
+
+#framebuffer_width=320
+#framebuffer_height=240
+
+# oc settings
+gpu_mem=256
+#gpu_mem_256=128
+#gpu_mem_512=256
+#gpu_mem_1024=256
+#arm_freq=1450
+#gpu_freq=500
+#sdram_freq=550
+#over_voltage=8
+#force_turbo=1
+
+es_rotate=1
+pi2jamma=0
+mme4crt_shift=30
diff --git a/etc/emulationstation/themes.sh b/etc/emulationstation/themes.sh
new file mode 100755
index 0000000..ea2d7b6
--- /dev/null
+++ b/etc/emulationstation/themes.sh
@@ -0,0 +1,190 @@
+local themes=(
+ 'arcadeforge push-a'
+ 'arcadeforge push-a-v'
+ 'arcadeforge pixel-heaven'
+ 'arcadeforge pixel-heaven-text'
+ 'arcadeforge 240p_Bubblegum'
+ 'arcadeforge 240p-honey'
+ 'RetroPie carbon'
+ 'RetroPie carbon-centered'
+ 'RetroPie carbon-nometa'
+ 'RetroPie simple'
+ 'RetroPie simple-dark'
+ 'RetroPie clean-look'
+ 'RetroPie color-pi'
+ 'RetroPie nbba'
+ 'RetroPie simplified-static-canela'
+ 'RetroPie turtle-pi'
+ 'RetroPie zoid'
+ 'ehettervik pixel'
+ 'ehettervik pixel-metadata'
+ 'ehettervik pixel-tft'
+ 'ehettervik luminous'
+ 'ehettervik minilumi'
+ 'ehettervik workbench'
+ 'AmadhiX eudora'
+ 'AmadhiX eudora-bigshot'
+ 'AmadhiX eudora-concise'
+ 'InsecureSpike retroplay-clean-canela'
+ 'InsecureSpike retroplay-clean-detail-canela'
+ 'Omnija simpler-turtlepi'
+ 'Omnija simpler-turtlemini'
+ 'Omnija metro'
+ 'lilbud material'
+ 'mattrixk io'
+ 'mattrixk metapixel'
+ 'mattrixk spare'
+ 'robertybob space'
+ 'robertybob simplebigart'
+ 'robertybob tv'
+ 'HerbFargus tronkyfran'
+ 'lilbud flat'
+ 'lilbud flat-dark'
+ 'lilbud minimal'
+ 'lilbud switch'
+ 'lilbud angular'
+ 'FlyingTomahawk futura-V'
+ 'FlyingTomahawk futura-dark-V'
+ 'G-rila fundamental'
+ 'ruckage nes-mini'
+ 'ruckage famicom-mini'
+ 'ruckage snes-mini'
+ 'anthonycaccese crt'
+ 'anthonycaccese crt-centered'
+ 'anthonycaccese art-book'
+ 'anthonycaccese art-book-4-3'
+ 'anthonycaccese art-book-pocket'
+ 'anthonycaccese art-book-micro'
+ 'anthonycaccese tft'
+ 'anthonycaccese picade'
+ 'TMNTturtleguy ComicBook'
+ 'TMNTturtleguy ComicBook_4-3'
+ 'TMNTturtleguy ComicBook_SE-Wheelart'
+ 'TMNTturtleguy ComicBook_4-3_SE-Wheelart'
+ 'ChoccyHobNob cygnus'
+ 'dmmarti steampunk'
+ 'dmmarti hurstyblue'
+ 'dmmarti maximuspie'
+ 'dmmarti showcase'
+ 'dmmarti kidz'
+ 'dmmarti unified'
+ 'dmmarti gamehat'
+ 'rxbrad freeplay'
+ 'rxbrad gbz35'
+ 'rxbrad gbz35-dark'
+ 'garaine marioblue'
+ 'garaine bigwood'
+ 'MrTomixf Royal_Primicia'
+ 'lostless playstation'
+ 'mrharias superdisplay'
+ 'coinjunkie synthwave'
+ 'nickearl retrowave'
+ 'nickearl retrowave_4_3'
+ 'pacdude minijawn'
+ 'RetroHursty69 magazinemadness'
+ 'RetroHursty69 stirling'
+ 'RetroHursty69 boxalloyred'
+ 'RetroHursty69 boxalloyblue'
+ 'RetroHursty69 greenilicious'
+ 'RetroHursty69 retroroid'
+ 'RetroHursty69 merryxmas'
+ 'RetroHursty69 cardcrazy'
+ 'RetroHursty69 license2game'
+ 'RetroHursty69 comiccrazy'
+ 'RetroHursty69 snazzy'
+ 'RetroHursty69 tributeGoT'
+ 'RetroHursty69 tributeSTrek'
+ 'RetroHursty69 tributeSWars'
+ 'RetroHursty69 crisp'
+ 'RetroHursty69 crisp_light'
+ 'RetroHursty69 primo'
+ 'RetroHursty69 primo_light'
+ 'RetroHursty69 back2basics'
+ 'RetroHursty69 retrogamenews'
+ 'RetroHursty69 bluray'
+ 'RetroHursty69 soda'
+ 'RetroHursty69 lightswitch'
+ 'RetroHursty69 darkswitch'
+ 'RetroHursty69 whiteslide'
+ 'RetroHursty69 graffiti'
+ 'RetroHursty69 whitewood'
+ 'RetroHursty69 sublime'
+ 'RetroHursty69 infinity'
+ 'RetroHursty69 neogeo_only'
+ 'RetroHursty69 boxcity'
+ 'RetroHursty69 vertical_arcade'
+ 'RetroHursty69 cabsnazzy'
+ 'RetroHursty69 garfieldism'
+ 'RetroHursty69 halloweenspecial'
+ 'RetroHursty69 heychromey'
+ 'RetroHursty69 homerism'
+ 'RetroHursty69 spaceinvaders'
+ 'RetroHursty69 disenchantment'
+ 'RetroHursty69 minions'
+ 'RetroHursty69 tmnt'
+ 'RetroHursty69 pacman'
+ 'RetroHursty69 dragonballz'
+ 'RetroHursty69 minecraft'
+ 'RetroHursty69 incredibles'
+ 'RetroHursty69 mario_melee'
+ 'RetroHursty69 evilresident'
+ 'RetroHursty69 hurstyspin'
+ 'RetroHursty69 cyber'
+ 'RetroHursty69 supersweet'
+ 'RetroHursty69 donkeykonkey'
+ 'RetroHursty69 snapback'
+ 'RetroHursty69 heman'
+ 'RetroHursty69 pitube'
+ 'RetroHursty69 batmanburton'
+ 'RetroHursty69 NegativeColor'
+ 'RetroHursty69 NegativeSepia'
+ 'RetroHursty69 corg'
+ 'RetroHursty69 mysticorb'
+ 'RetroHursty69 joysticks'
+ 'RetroHursty69 orbpilot'
+ 'RetroHursty69 bitfit'
+ 'RetroHursty69 circuit'
+ 'RetroHursty69 retroboy'
+ 'RetroHursty69 retroboy2'
+ 'RetroHursty69 hurstybluetake2'
+ 'RetroHursty69 fabuloso'
+ 'RetroHursty69 arcade1up_aspectratio54'
+ 'RetroHursty69 supersweet_aspectratio54'
+ 'RetroHursty69 heychromey_aspectratio54'
+ 'RetroHursty69 mariobrosiii'
+ 'RetroHursty69 vertical_limit_verticaltheme'
+ 'RetroHursty69 CapcomColorHorizontal'
+ 'RetroHursty69 CapcomColorSpin'
+ 'RetroHursty69 CapcomColorVertical'
+ 'RetroHursty69 bluesteel'
+ 'RetroHursty69 blueprism'
+ 'RetroHursty69 bluesmooth'
+ 'RetroHursty69 floyd'
+ 'RetroHursty69 floyd_arcade'
+ 'RetroHursty69 floyd_room'
+ 'RetroHursty69 Slick_Bluey'
+ 'RetroHursty69 Slick_Red'
+ 'RetroHursty69 ghostbusters'
+ 'RetroHursty69 realghostbusters'
+ 'RetroHursty69 stirlingness'
+ 'RetroHursty69 marco'
+ 'RetroHursty69 swatch'
+ 'RetroHursty69 meshy'
+ 'RetroHursty69 magazinemadness2'
+ 'RetroHursty69 CosmicRise'
+ 'RetroHursty69 uniflyered'
+ 'Saracade scv720'
+ 'chicueloarcade Chicuelo'
+ 'SuperMagicom nostalgic'
+ 'lipebello retrorama'
+ 'lipebello strangerstuff'
+ 'lipebello spaceoddity'
+ 'lipebello swineapple'
+ 'waweedman pii-wii'
+ 'waweedman Blade-360'
+ 'waweedman Venom'
+ 'waweedman Spider-Man'
+ 'blowfinger77 locomotion'
+ 'justincaseurskynet Arcade1up-5x4-Horizontal'
+ 'KALEL1981 Super-Retroboy'
+ )
diff --git a/etc/pikeyd165.conf b/etc/pikeyd165.conf
new file mode 100644
index 0000000..66d4c6f
--- /dev/null
+++ b/etc/pikeyd165.conf
@@ -0,0 +1,93 @@
+#pikeyd165.conf
+
+#format:
+# {keycode from /usr/include/linux/input.h} {GPIO pin no}
+# Not limited to a single key. A GPIO press will emit all defined keys in order.
+#P = Player; B = Button
+
+# P1B3 L
+KEY_SPACE 0
+# P1B4 B
+KEY_LEFTSHIFT 1
+# P1B5 A
+KEY_Z 2
+# P1B6 R
+KEY_X 3
+# P2B5
+KEY_I 4
+# P2B6
+KEY_K 5
+# P2B4
+KEY_W 6
+# P2B3
+KEY_Q 7
+# P1Left
+KEY_LEFT 8
+# P1Right
+KEY_RIGHT 9
+# P1B1 Y
+#KEY_LEFTCTRL 10
+KEY_ENTER 10
+# P1B2 X
+#KEY_LEFTALT 11
+KEY_BACKSPACE 11
+# P2B2
+KEY_S 12
+# P2B1
+KEY_A 13
+# P2Right
+KEY_G 14
+# P2Left
+KEY_D 15
+# P1Coin
+KEY_5 16
+# P1Start
+KEY_1 17
+# P1Up
+KEY_UP 18
+# P1Down
+KEY_DOWN 19
+# P2Down
+KEY_F 20
+# P2Up
+KEY_R 21
+# P2Start
+KEY_2 22
+# P2Coin
+KEY_6 23
+
+
+#special keys! bits pressed simultaniousley result in specified Key
+#maximum bits == 4
+
+# Service Menu retroarch
+# p1b2 p1start
+KEY_F1 17 11
+
+# Service Menu AdvMame, Mame4all
+# p2start p1b2 p1start
+#KEY_F2 22 11 17
+
+# Settings Mame4all
+# p2start p1b3 p1start
+#KEY_TAB 22 0 17
+
+# Quit Emulator / Game
+# p1start p1b1
+KEY_ESC 10 17
+
+# Coin Player 2
+# p1up p2start
+KEY_6 18 22
+# p2up p2start
+KEY_6 21 22
+
+# Coin Player 1
+# p1up p1start
+KEY_5 18 17
+
+# Menu C64, filter advmame
+# p2start p1b4 p1start
+#KEY_F12 22 1 17
+
+
diff --git a/home/pi/RetroPie-Setup/scriptmodules/supplementary/esthemes.sh b/home/pi/RetroPie-Setup/scriptmodules/supplementary/esthemes.sh
new file mode 100644
index 0000000..c065848
--- /dev/null
+++ b/home/pi/RetroPie-Setup/scriptmodules/supplementary/esthemes.sh
@@ -0,0 +1,337 @@
+#!/usr/bin/env bash
+
+# This file is part of The RetroPie Project
+#
+# The RetroPie Project is the legal property of its developers, whose names are
+# too numerous to list here. Please refer to the COPYRIGHT.md file distributed with this source.
+#
+# See the LICENSE.md file at the top-level directory of this distribution and
+# at https://raw.githubusercontent.com/RetroPie/RetroPie-Setup/master/LICENSE.md
+#
+
+rp_module_id="esthemes"
+rp_module_desc="Install themes for Emulation Station"
+rp_module_section="config"
+
+function depends_esthemes() {
+ if isPlatform "x11"; then
+ getDepends feh
+ else
+ getDepends fbi
+ fi
+}
+
+function install_theme_esthemes() {
+ local theme="$1"
+ local repo="$2"
+ if [[ -z "$repo" ]]; then
+ repo="RetroPie"
+ fi
+ if [[ -z "$theme" ]]; then
+ theme="carbon"
+ repo="RetroPie"
+ fi
+ mkdir -p "/etc/emulationstation/themes"
+ gitPullOrClone "/etc/emulationstation/themes/$theme" "https://github.com/$repo/es-theme-$theme.git"
+}
+
+function uninstall_theme_esthemes() {
+ local theme="$1"
+ if [[ -d "/etc/emulationstation/themes/$theme" ]]; then
+ rm -rf "/etc/emulationstation/themes/$theme"
+ fi
+}
+
+function gui_esthemes() {
+
+# . /etc/emulationstation/themes.sh
+
+local themes=(
+ 'arcadeforge push-a'
+ 'arcadeforge push-a-v'
+ 'arcadeforge pixel-heaven'
+ 'arcadeforge pixel-heaven-text'
+ 'arcadeforge 240p_Bubblegum'
+ 'arcadeforge 240p-honey'
+ 'xovox RetroCRT-240p'
+ 'xovox RetroCRT-240p-Vertical'
+ 'RetroPie carbon'
+ 'RetroPie carbon-centered'
+ 'RetroPie carbon-nometa'
+ 'RetroPie simple'
+ 'RetroPie simple-dark'
+ 'RetroPie clean-look'
+ 'RetroPie color-pi'
+ 'RetroPie nbba'
+ 'RetroPie simplified-static-canela'
+ 'RetroPie turtle-pi'
+ 'RetroPie zoid'
+ 'ehettervik pixel'
+ 'ehettervik pixel-metadata'
+ 'ehettervik pixel-tft'
+ 'ehettervik luminous'
+ 'ehettervik minilumi'
+ 'ehettervik workbench'
+ 'AmadhiX eudora'
+ 'AmadhiX eudora-bigshot'
+ 'AmadhiX eudora-concise'
+ 'InsecureSpike retroplay-clean-canela'
+ 'InsecureSpike retroplay-clean-detail-canela'
+ 'Omnija simpler-turtlepi'
+ 'Omnija simpler-turtlemini'
+ 'Omnija metro'
+ 'lilbud material'
+ 'mattrixk io'
+ 'mattrixk metapixel'
+ 'mattrixk spare'
+ 'robertybob space'
+ 'robertybob simplebigart'
+ 'robertybob tv'
+ 'HerbFargus tronkyfran'
+ 'lilbud flat'
+ 'lilbud flat-dark'
+ 'lilbud minimal'
+ 'lilbud switch'
+ 'lilbud angular'
+ 'FlyingTomahawk futura-V'
+ 'FlyingTomahawk futura-dark-V'
+ 'G-rila fundamental'
+ 'ruckage nes-mini'
+ 'ruckage famicom-mini'
+ 'ruckage snes-mini'
+ 'anthonycaccese crt'
+ 'anthonycaccese crt-centered'
+ 'anthonycaccese art-book'
+ 'anthonycaccese art-book-4-3'
+ 'anthonycaccese art-book-pocket'
+ 'anthonycaccese art-book-micro'
+ 'anthonycaccese tft'
+ 'anthonycaccese picade'
+ 'TMNTturtleguy ComicBook'
+ 'TMNTturtleguy ComicBook_4-3'
+ 'TMNTturtleguy ComicBook_SE-Wheelart'
+ 'TMNTturtleguy ComicBook_4-3_SE-Wheelart'
+ 'ChoccyHobNob cygnus'
+ 'dmmarti steampunk'
+ 'dmmarti hurstyblue'
+ 'dmmarti maximuspie'
+ 'dmmarti showcase'
+ 'dmmarti kidz'
+ 'dmmarti unified'
+ 'dmmarti gamehat'
+ 'rxbrad freeplay'
+ 'rxbrad gbz35'
+ 'rxbrad gbz35-dark'
+ 'garaine marioblue'
+ 'garaine bigwood'
+ 'MrTomixf Royal_Primicia'
+ 'lostless playstation'
+ 'mrharias superdisplay'
+ 'coinjunkie synthwave'
+ 'nickearl retrowave'
+ 'nickearl retrowave_4_3'
+ 'pacdude minijawn'
+ 'RetroHursty69 magazinemadness'
+ 'RetroHursty69 stirling'
+ 'RetroHursty69 boxalloyred'
+ 'RetroHursty69 boxalloyblue'
+ 'RetroHursty69 greenilicious'
+ 'RetroHursty69 retroroid'
+ 'RetroHursty69 merryxmas'
+ 'RetroHursty69 cardcrazy'
+ 'RetroHursty69 license2game'
+ 'RetroHursty69 comiccrazy'
+ 'RetroHursty69 snazzy'
+ 'RetroHursty69 tributeGoT'
+ 'RetroHursty69 tributeSTrek'
+ 'RetroHursty69 tributeSWars'
+ 'RetroHursty69 crisp'
+ 'RetroHursty69 crisp_light'
+ 'RetroHursty69 primo'
+ 'RetroHursty69 primo_light'
+ 'RetroHursty69 back2basics'
+ 'RetroHursty69 retrogamenews'
+ 'RetroHursty69 bluray'
+ 'RetroHursty69 soda'
+ 'RetroHursty69 lightswitch'
+ 'RetroHursty69 darkswitch'
+ 'RetroHursty69 whiteslide'
+ 'RetroHursty69 graffiti'
+ 'RetroHursty69 whitewood'
+ 'RetroHursty69 sublime'
+ 'RetroHursty69 infinity'
+ 'RetroHursty69 neogeo_only'
+ 'RetroHursty69 boxcity'
+ 'RetroHursty69 vertical_arcade'
+ 'RetroHursty69 cabsnazzy'
+ 'RetroHursty69 garfieldism'
+ 'RetroHursty69 halloweenspecial'
+ 'RetroHursty69 heychromey'
+ 'RetroHursty69 homerism'
+ 'RetroHursty69 spaceinvaders'
+ 'RetroHursty69 disenchantment'
+ 'RetroHursty69 minions'
+ 'RetroHursty69 tmnt'
+ 'RetroHursty69 pacman'
+ 'RetroHursty69 dragonballz'
+ 'RetroHursty69 minecraft'
+ 'RetroHursty69 incredibles'
+ 'RetroHursty69 mario_melee'
+ 'RetroHursty69 evilresident'
+ 'RetroHursty69 hurstyspin'
+ 'RetroHursty69 cyber'
+ 'RetroHursty69 supersweet'
+ 'RetroHursty69 donkeykonkey'
+ 'RetroHursty69 snapback'
+ 'RetroHursty69 heman'
+ 'RetroHursty69 pitube'
+ 'RetroHursty69 batmanburton'
+ 'RetroHursty69 NegativeColor'
+ 'RetroHursty69 NegativeSepia'
+ 'RetroHursty69 corg'
+ 'RetroHursty69 mysticorb'
+ 'RetroHursty69 joysticks'
+ 'RetroHursty69 orbpilot'
+ 'RetroHursty69 bitfit'
+ 'RetroHursty69 circuit'
+ 'RetroHursty69 retroboy'
+ 'RetroHursty69 retroboy2'
+ 'RetroHursty69 hurstybluetake2'
+ 'RetroHursty69 fabuloso'
+ 'RetroHursty69 arcade1up_aspectratio54'
+ 'RetroHursty69 supersweet_aspectratio54'
+ 'RetroHursty69 heychromey_aspectratio54'
+ 'RetroHursty69 mariobrosiii'
+ 'RetroHursty69 vertical_limit_verticaltheme'
+ 'RetroHursty69 CapcomColorHorizontal'
+ 'RetroHursty69 CapcomColorSpin'
+ 'RetroHursty69 CapcomColorVertical'
+ 'RetroHursty69 bluesteel'
+ 'RetroHursty69 blueprism'
+ 'RetroHursty69 bluesmooth'
+ 'RetroHursty69 floyd'
+ 'RetroHursty69 floyd_arcade'
+ 'RetroHursty69 floyd_room'
+ 'RetroHursty69 Slick_Bluey'
+ 'RetroHursty69 Slick_Red'
+ 'RetroHursty69 ghostbusters'
+ 'RetroHursty69 realghostbusters'
+ 'RetroHursty69 stirlingness'
+ 'RetroHursty69 marco'
+ 'RetroHursty69 swatch'
+ 'RetroHursty69 meshy'
+ 'RetroHursty69 magazinemadness2'
+ 'RetroHursty69 CosmicRise'
+ 'RetroHursty69 uniflyered'
+ 'Saracade scv720'
+ 'chicueloarcade Chicuelo'
+ 'SuperMagicom nostalgic'
+ 'lipebello retrorama'
+ 'lipebello strangerstuff'
+ 'lipebello spaceoddity'
+ 'lipebello swineapple'
+ 'waweedman pii-wii'
+ 'waweedman Blade-360'
+ 'waweedman Venom'
+ 'waweedman Spider-Man'
+ 'blowfinger77 locomotion'
+ 'justincaseurskynet Arcade1up-5x4-Horizontal'
+ 'KALEL1981 Super-Retroboy'
+ )
+
+
+ while true; do
+ local theme
+ local installed_themes=()
+ local repo
+ local options=()
+ local status=()
+ local default
+
+ local gallerydir="/etc/emulationstation/es-theme-gallery"
+ if [[ -d "$gallerydir" ]]; then
+ status+=("i")
+ options+=(G "View or Update Theme Gallery")
+ else
+ status+=("n")
+ options+=(G "Download Theme Gallery")
+ fi
+
+ options+=(U "Update all installed themes")
+
+ local i=1
+ for theme in "${themes[@]}"; do
+ theme=($theme)
+ repo="${theme[0]}"
+ theme="${theme[1]}"
+ if [[ -d "/etc/emulationstation/themes/$theme" ]]; then
+ status+=("i")
+ options+=("$i" "Update or Uninstall $repo/$theme (installed)")
+ installed_themes+=("$theme $repo")
+ else
+ status+=("n")
+ options+=("$i" "Install $repo/$theme")
+ fi
+ ((i++))
+ done
+ local cmd=(dialog --default-item "$default" --backtitle "$__backtitle" --menu "Choose an option" 22 76 16)
+ local choice=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
+ default="$choice"
+ [[ -z "$choice" ]] && break
+ case "$choice" in
+ G)
+ if [[ "${status[0]}" == "i" ]]; then
+ options=(1 "View Theme Gallery" 2 "Update Theme Gallery" 3 "Remove Theme Gallery")
+ cmd=(dialog --backtitle "$__backtitle" --menu "Choose an option for gallery" 12 40 06)
+ local choice=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
+ case "$choice" in
+ 1)
+ cd "$gallerydir"
+ if isPlatform "x11"; then
+ feh --info "echo %f" --slideshow-delay 6 --fullscreen --auto-zoom --filelist images.list
+ else
+ fbi --timeout 6 --once --autozoom --list images.list
+ fi
+ ;;
+ 2)
+ gitPullOrClone "$gallerydir" "https://github.com/wetriner/es-theme-gallery"
+ ;;
+ 3)
+ if [[ -d "$gallerydir" ]]; then
+ rm -rf "$gallerydir"
+ fi
+ ;;
+ esac
+ else
+ gitPullOrClone "$gallerydir" "http://github.com/wetriner/es-theme-gallery"
+ fi
+ ;;
+ U)
+ for theme in "${installed_themes[@]}"; do
+ theme=($theme)
+ rp_callModule esthemes install_theme "${theme[0]}" "${theme[1]}"
+ done
+ ;;
+ *)
+ theme=(${themes[choice-1]})
+ repo="${theme[0]}"
+ theme="${theme[1]}"
+ if [[ "${status[choice]}" == "i" ]]; then
+ options=(1 "Update $repo/$theme" 2 "Uninstall $repo/$theme")
+ cmd=(dialog --backtitle "$__backtitle" --menu "Choose an option for theme" 12 40 06)
+ local choice=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
+ case "$choice" in
+ 1)
+ rp_callModule esthemes install_theme "$theme" "$repo"
+ ;;
+ 2)
+ rp_callModule esthemes uninstall_theme "$theme"
+ ;;
+ esac
+ else
+ rp_callModule esthemes install_theme "$theme" "$repo"
+ fi
+ ;;
+ esac
+ done
+}
diff --git a/home/pi/RetroPie/retropiemenu/Update RetroPieRGB.sh b/home/pi/RetroPie/retropiemenu/Update RetroPieRGB.sh
new file mode 100755
index 0000000..4246659
--- /dev/null
+++ b/home/pi/RetroPie/retropiemenu/Update RetroPieRGB.sh
@@ -0,0 +1,6 @@
+dir=$(pwd)
+cd /home/pi/RetroPieRGB
+sudo -s git pull origin master
+chmod +x patch.sh
+./patch.sh
+cd $dir
diff --git a/home/pi/RetroPie/retropiemenu/rotate screen.sh b/home/pi/RetroPie/retropiemenu/rotate screen.sh
new file mode 100755
index 0000000..64100ed
--- /dev/null
+++ b/home/pi/RetroPie/retropiemenu/rotate screen.sh
@@ -0,0 +1,33 @@
+#####
+# this scripts rotates screen for emulationstation
+# Author Jochen Zurborg
+# Date : 06.11.2019
+#
+# This script is made for hardware pi2scart and pi2jamma from www.arcadeforge.de
+
+setterm -foreground black -store
+
+killall emulationstation > /dev/null 2>&1
+clear
+
+sleep 1
+
+# params was already fetched
+. /home/pi/rgb_config.sh
+
+
+new_rotate=$(( $es_rotate + 1 ))
+if [ $new_rotate -eq 4 ] ; then
+ new_rotate=0
+fi
+
+#echo "starting emulationstation with rotate $new_rotate"
+#sleep 1
+sudo sed -i "s/^es_rotate.*/es_rotate=$new_rotate/" /boot/config.txt
+
+sed -i "s/^es_rotate.*/es_rotate=$new_rotate/" /home/pi/rgb_config.sh
+
+setterm -foreground white -store
+
+emulationstation --screenrotate $new_rotate
+
diff --git a/home/pi/rgb_default_config.sh b/home/pi/rgb_default_config.sh
new file mode 100644
index 0000000..fa11f33
--- /dev/null
+++ b/home/pi/rgb_default_config.sh
@@ -0,0 +1,4 @@
+es_rotate=0
+pi2jamma=0
+rgb_screen_shift=-15
+rgb_screen_width=2
diff --git a/howto_git.txt b/howto_git.txt
new file mode 100644
index 0000000..eb9e571
--- /dev/null
+++ b/howto_git.txt
@@ -0,0 +1,42 @@
+Author : Jochen Zurborg
+Date : 04.11.2019
+
+Find here a quick tutorial how to use git for our little project.
+
+Downloading this repository
+===========================
+
+git clone https://github.com/arcadeforge/runcommand
+
+Enabling your account
+=====================
+
+git config --global user.name "yourname"
+git config --global user.email "youremail"
+
+
+What happened since my last changes?
+====================================
+
+git status
+
+Adding edited files to your local repository
+============================================
+
+- easy way
+git add .
+
+- file specific
+git add yourfilename
+
+Commit changes to repository
+============================
+
+git commit -m"What you did"
+
+Uploading changes to github.com
+===============================
+
+git push
+
+
diff --git a/opt/retropie/configs/all/arcade_res_table.txt b/opt/retropie/configs/all/arcade_res_table.txt
new file mode 100644
index 0000000..0666ae7
--- /dev/null
+++ b/opt/retropie/configs/all/arcade_res_table.txt
@@ -0,0 +1,4840 @@
+1941;"1941 - Counter Attack - 1941 - Counter Attack (900227 World)";384x224@60;V
+1941j;"1941 - Counter Attack (Japan)";384x224@60;V
+1941r1;"1941 - Counter Attack (World)";384x224@60;V
+1941u;"1941 - Counter Attack (900227 USA)";384x224@60;V
+1942;"1942 (Jpn) - 1942 (Revision B)";256x224@60;V
+1942a;"1942 (Jpn, Alt) - 1942 (Revision A)";256x224@60;V
+1942abl;"1942 (Revision A, bootleg)";256x224@60;V
+1942b;"1942 (First Version)";256x224@60;V
+1942c64;"1942 (C64 Music)";256x224@60;V
+1942h;"Supercharger 1942";256x224@60;V
+1942w;"1942 (Williams Electronics license)";256x224@60;V
+1943;"1943: The Battle of Midway (Euro)";256x224@60;V
+1943b;"1943: The Battle of Midway (bootleg set 1, hack of Jap";256x224@60;V
+1943b2;"1943: The Battle of Midway (bootleg set 2, hack of Jap";256x224@60;V
+1943bj;"1943: Midway Kaisen (bootleg)";256x224@60;V
+1943j;"1943: Midway Kaisen (Japan, Rev B)";256x224@60;V
+1943ja;"1943: Midway Kaisen (Japan)";256x224@60;V
+1943ja2;"1943: The Battle of Midway (hack of Japan set)";256x224@60;V
+1943kai;"1943 Kai - 1943 Kai: Midway Kaisen (Japan)";256x224@60;V
+1943mii;"1943: The Battle of Midway Mark II (US)";256x224@60;V
+1943u;"1943: The Battle of Midway (US, Rev C)";256x224@60;V
+1943ua;"1943: The Battle of Midway (US)";256x224@60;V
+1944;"1944 - the loop master (000620 USA)";384x224@60;H
+1944ad;"1944 - the loop master (000620 USA Phoenix Edition, al";384x224@60;H
+1944d;"1944 - the loop master (000620 USA Phoenix Edition)";384x224@60;H
+1944j;"1944 - the loop master (000620 Japan)";384x224@60;H
+1945kiii;"1945k III (newer, OPCX2 PCB)";320x224@60;V
+1945kiiin;"1945k III (newer, OPCX1 PCB)";320x224@60;V
+1945kiiio;"1945k III (older, OPCX1 PCB)";320x224@60;V
+19xx;"19XX - the war against destiny (951207 USA)";384x224@60;V
+19xxa;"19XX - the war against destiny (960104 Asia)";384x224@60;V
+19xxar1;"19XX - the war against destiny (951207 Asia)";384x224@60;V
+19xxb;"19XX - the war against destiny (951218 Brazil)";384x224@60;V
+19xxd;"19XX - the war against destiny (951207 USA Phoenix Edi";384x224@60;V
+19xxh;"19XX - the war against destiny (951218 Hispanic)";384x224@60;V
+19xxj;"19XX - the war against destiny (960104 Japan, yellow c";384x224@60;V
+19xxjr1;"19XX - the war against destiny (951225 Japan)";384x224@60;V
+19xxjr2;"19XX - the war against destiny (951207 Japan)";384x224@60;V
+2020bb;"2020 Super Baseball (set 1) - Super Baseball 2020 (Euro, USA)";304x224@59;H
+2020bba;"2020 Super Baseball (set 2)";304x224@59;H
+2020bbh;"2020 Super Baseball (set 3)";304x224@59;H
+3countb;"3 Count Bout / Fire Suplex (NGM-043)(NGH-043)";320x224@59;H
+3countba;"3 Count Bout / Fire Suplex (NGM-043)";320x224@59;H
+3in1semi;"XESS - The New Revolution (SemiCom 3-in-1)";256x224@58;H
+3kokushi;"Sankokushi (Japan)";320x240@60;H
+3wonders;"Three Wonders (wonder 3 910520 etc)";384x224@60;H
+3wondersb;"Three Wonders (bootleg set 2, wonder 3 910520 etc)";384x224@60;H
+3wondersh;"Three Wonders (bootleg set 1, wonder 3 910520 etc)";384x224@60;H
+3wondersha;"Three Wonders (bootleg set 3, wonder 3 910520 etc)";384x224@60;H
+3wondersr1;"Three Wonders (wonder 3 910513 etc)";384x224@60;H
+3wondersu;"Three Wonders (wonder 3 910520 USA)";384x224@60;H
+4dwarrio;"4-D Warriors (315-5162)";256x224@60;H
+4enraya;"4 En Raya (set 1)";256x224@60;H
+4enrayaa;"4 En Raya (set 2)";256x224@60;H
+4in1;"4 Fun in 1 - Sega Game Pack 4 in 1 (Euro)";256x224@60;V
+4in1boot;"Puzzle King";256x224@58;H
+4play;"4 player input test";304x224@59;H
+600;"600";256x224@60;V
+64street;"64th. Street - A Detective Story (World)";256x224@60;H
+64streetj;"64th. Street - A Detective Story (Japan, set 1)";256x224@60;H
+64streetja;"64th. Street - A Detective Story (Japan, alt)";256x224@60;H
+720;"720° (Atari System 2)";512x384@60;H
+7ordi;"7 Ordi (Korea)";320x240@60;H
+7toitsu;"Chi-Toitsu";384x240@60;H
+800fath;"800 Fathoms";256x224@60;V
+88games;"'88 Games";304x224@60;H
+8bpm;"Eight Ball Action (Pac-Man conversion)";256x224@60;V
+99lstwar;"'99: The Last War";288x224@60;V
+99lstwara;"'99: The Last War (alternate)";288x224@60;V
+99lstwark;"'99: The Last War (Kyugo)";288x224@60;V
+abcop;"A.B. Cop (World, FD1094 317-0169b)";320x224@60;H
+abcopd;"A.B. Cop (World, FD1094 317-0169b decrypted)";320x224@60;H
+abcopj;"A.B. Cop (Japan, FD1094 317-0169b)";320x224@60;H
+abcopjd;"A.B. Cop (Japan, FD1094 317-0169b decrypted)";320x224@60;H
+abscam;"Abscam";288x224@60;V
+aburner;"After Burner - After Burner (World)";320x224@60;H
+aburner2;"After Burner II - After Burner II - After Burner II (Euro, USA)";320x224@60;H
+aburner2g;"After Burner II (German)";320x224@60;H
+aceattac;"Ace Attacker (FD1094 317-0059)";320x224@60;V
+aceattaca;"Ace Attacker (Japan, System 16A, FD1094 317-0060)";320x224@60;V
+acitya;"Atlantic City Action";288x224@60;V
+acrobatm;"Acrobat Mission";256x224@56;V
+actfancr;"Act-Fancer Cybernetick Hyper Weapon (World revision 2)";256x240@60;H
+actfancr1;"Act-Fancer Cybernetick Hyper Weapon (World revision 1)";256x240@60;H
+actfancrj;"Act-Fancer Cybernetick Hyper Weapon (Japan revision 1)";256x240@60;H
+ad2083;"A.D. 2083";256x224@60;V
+aeroboto;"Aeroboto";248x224@60;H
+aerofgt;"Aero Fighters";320x224@60;V
+aerofgtb;"Aero Fighters (Turbo Force hardware set 1)";320x224@60;V
+aerofgtc;"Aero Fighters (Turbo Force hardware set 2)";320x224@60;V
+afighter;"Action Fighter, FD1089A 317-0018";320x224@60;V
+agallet;"Air Gallet (Europe)";320x240@58;V
+agalleta;"Air Gallet (older, Europe)";320x240@58;V
+agalletah;"Air Gallet (older, Hong Kong)";320x240@58;V
+agalletaj;"Akuu Gallet (older, Japan)";320x240@58;V
+agalletak;"Air Gallet (older, Korea)";320x240@58;V
+agalletat;"Air Gallet (older, Taiwan)";320x240@58;V
+agalletau;"Air Gallet (older, USA)";320x240@58;V
+agalleth;"Air Gallet (Hong Kong)";320x240@58;V
+agalletj;"Akuu Gallet (Japan)";320x240@58;V
+agalletk;"Air Gallet (Korea)";320x240@58;V
+agallett;"Air Gallet (Taiwan)";320x240@58;V
+agalletu;"Air Gallet (USA)";320x240@58;V
+agentx1;"Agent X (prototype, rev 1)";256x232@60;H
+agentx2;"Agent X (prototype, rev 2)";256x232@60;H
+agentx3;"Agent X (prototype, rev 3)";256x232@60;H
+agentx4;"Agent X (prototype, rev 4)";256x232@60;H
+agress;"Agress";320x240@58;H
+agressb;"Agress (English bootleg)";320x240@58;H
+airass;"Air Assault (World)";320x240@60;V
+airattck;"Air Attack (set 1)";256x224@56;V
+airattcka;"Air Attack (set 2)";256x224@56;V
+airbustr;"Air Buster: Trouble Specialty Raid Unit (USA) - Air Buster: Trouble Specialty Raid Unit (World)";256x224@60;H
+airbustrb;"Air Buster: Trouble Specialty Raid Unit (bootleg)";256x224@60;H
+airbustrj;"Air Buster: Trouble Specialty Raid Unit (Japan)";256x224@60;H
+airduel;"Air Duel (World, M82-A-A + M82-B-A)";384x256@55;V
+airduelm72;"Air Duel (Japan, M72)";384x256@55;V
+airwolf;"Airwolf";288x224@60;H
+airwolfa;"Airwolf (US)";288x224@60;H
+ajax;"Ajax";304x224@60;V
+ajaxj;"Ajax (Japan)";304x224@60;V
+akkanvdr;"Akkanbeder (Ver 2.5J 1995/06/14)";320x224@60;V
+akumajou;"Akuma-Jou Dracula (Japan ver. P)";256x224@60;H
+akumajoun;"Akuma-Jou Dracula (Japan ver. N)";256x224@60;H
+alcon;"Alcon (US) - Falcon - Falcon (bootleg of Phoenix) (8085A CPU)";280x240@60;V
+alexkidd;"Alex Kidd in Miracle World (Euro, USA, v1) - Alex Kidd in Miracle World (Tw, SMS Mode) - Alex Kidd in the Enchanted Castle (Euro, Rev. A) - Alex Kidd: The Lost Stars (set 2, unprotected)";320x224@60;H
+alexkidd1;"Alex Kidd in Miracle World (Euro, USA, v0) - Alex Kidd in the Enchanted Castle (Euro) - Alex Kidd: The Lost Stars (set 1, FD1089A 317-unknown)";320x224@60;H
+alibaba;"Ali Baba and 40 Thieves - Alibaba and 40 Thieves (Jpn) - Alibaba and 40 Thieves (Kor)";288x224@60;V
+alibabab;"Alibaba and 40 Thieves (Jpn, Alt 2) - Mustafa and 40 Thieves (bootleg)";288x224@60;V
+aliencha;"Alien Challenge (World)";448x224@60;H
+alienchac;"Alien Challenge (China)";448x224@60;H
+aliens;"Aliens (World set 1) - Aliens - Alien 2 (Jpn)";288x224@60;H
+aliens2;"Aliens (World set 2)";288x224@60;H
+aliens3;"Aliens (World set 3)";288x224@60;H
+aliensa;"Aliens (Asia) - Aliens - Alien 2 (Jpn, Alt)";288x224@60;H
+aliensec;"Alien Sector";288x224@60;H
+aliensj;"Aliens (Japan set 1)";288x224@60;H
+aliensj2;"Aliens (Japan set 2)";288x224@60;H
+aliensu;"Aliens (US)";288x224@60;H
+aliensyn;"Alien Syndrome (Euro, USA) - Alien Syndrome (Euro, USA, Bra) - Alien Syndrome (set 4, System 16B, unprotected)";320x224@60;H
+aliensyn2;"Alien Syndrome (set 2, System 16A, FD1089A 317-0033)";320x224@60;H
+aliensyn3;"Alien Syndrome (set 3, System 16B, FD1089A 317-0033)";320x224@60;H
+aliensyn5;"Alien Syndrome (set 5, System 16A, FD1089B 317-0037)";320x224@60;H
+aliensyn7;"Alien Syndrome (set 7, System 16B, MC-8123B 317-00xx)";320x224@60;H
+aliensynj;"Alien Syndrome (Jpn) - Alien Syndrome (Jpn) - Alien Syndrome (set 6, Japan, new, System 16B, FD1089A";320x224@60;H
+aliensynjo;"Alien Syndrome (set 1, Japan, old, System 16A, FD1089A";320x224@60;H
+aligatorun;"Alligator Hunt (unprotected)";320x240@60;H
+alinvade;"Alien Invaders";128x128@60;V
+alpham2;"Alpha Mission II / ASO II - Last Guardian (NGM-007)(NG";304x224@59;H
+alpham2p;"Alpha Mission II / ASO II - Last Guardian (prototype)";304x224@59;H
+alphamis;"Alpha Mission";288x216@60;V
+alphaxz;"The Alphax Z (Japan)";256x224@60;V
+altbeast;"Altered Beast (Euro, USA) - Altered Beast (Euro, USA, Bra) - Altered Beast (set 8, 8751 317-0078)";320x224@60;H
+altbeast2;"Altered Beast (set 2, MC-8123B 317-0066)";320x224@60;H
+altbeast4;"Altered Beast (set 4, MC-8123B 317-0066)";320x224@60;H
+altbeast5;"Altered Beast (set 5, FD1094 317-0069)";320x224@60;H
+altbeast5d;"Altered Beast (set 5, FD1094 317-0069 decrypted)";320x224@60;H
+altbeast6;"Altered Beast (set 6, 8751 317-0076)";320x224@60;H
+altbeastj;"Juuouki (set 7, Japan, 8751 317-0077)";320x224@60;H
+altbeastj1;"Juuouki (set 1, Japan, FD1094 317-0065)";320x224@60;H
+altbeastj3;"Juuouki (set 3, Japan, FD1094 317-0068)";320x224@60;H
+altbeastj3d;"Juuouki (set 3, Japan, FD1094 317-0068 decrypted)";320x224@60;H
+amatelas;"Sei Senshi Amatelass";256x224@60;V
+amazon;"Soldier Girl Amazon";256x224@60;V
+ambush;"Ambush";256x224@60;H
+ambushh;"Ambush (hack?)";256x224@60;H
+ambushj;"Ambush (Japan)";256x224@60;H
+ambushv;"Ambush (Volt Elec co-ltd)";256x224@60;H
+amidar;"Amidar";256x224@60;V
+amidar1;"Amidar (older)";256x224@60;V
+amidarb;"Amidar (bootleg)";256x224@60;V
+amidaro;"Amidar (Olympia)";256x224@60;V
+amidars;"Amidar (Scramble hardware)";256x224@60;V
+amidaru;"Amidar (Stern)";256x224@60;V
+amigo;"Amigo";256x224@60;V
+androdun;"Andro Dunos (NGM-049)(NGH-049)";304x224@59;H
+androidp;"Android (prototype, later build)";256x192@60;V
+androidpo;"Android (prototype, early build)";256x192@60;V
+angelkds;"Angel Kids (Japan)";256x240@60;V
+anteater;"Anteater";256x224@60;V
+anteaterg;"Ameisenbaer (German)";256x224@60;V
+anteateruk;"The Anteater (UK)";256x224@60;V
+aodk;"Aggressors of Dark Kombat / Tsuukai GANGAN Koushinkyok";304x224@59;H
+aof;"Art of Fighting (Euro) - Art of Fighting / Ryuuko no Ken (NGM-044)(NGH-044)";304x224@59;H
+aof2;"Art of Fighting 2 / Ryuuko no Ken 2 (NGM-056)";304x224@59;H
+aof2a;"Art of Fighting 2 / Ryuuko no Ken 2 (NGH-056)";304x224@59;H
+aof3;"Art of Fighting 3 - The Path of the Warrior / Art of F";304x224@59;H
+aof3k;"Art of Fighting 3 - The Path of the Warrior (Korean re";304x224@59;H
+apb;"APB - All Points Bulletin (Atari System 2)";512x384@60;V
+aponow;"Apocaljpse Now";256x224@60;V
+appoooh;"Appoooh";256x224@60;H
+aquajack;"Aquajack (World)";320x240@60;H
+aquajackj;"Aquajack (Japan)";320x240@60;H
+aquajacku;"Aquajack (US)";320x240@60;H
+aquarium;"Aquarium (US)";320x256@60;H
+aquariumj;"Aquarium (Japan)";320x256@60;H
+arabian;"Arabian";256x234@60;V
+arabiana;"Arabian (Atari)";256x234@60;V
+arabianm;"Arabian Magic (Ver 1.0O 1992/07/06)";320x224@60;H
+arabianmj;"Arabian Magic (Ver 1.0J 1992/07/06)";320x224@60;H
+arabianmu;"Arabian Magic (Ver 1.0A 1992/07/06)";320x224@60;H
+aracnis;"Aracnis (bootleg of Scorpion on Moon Cresta hardware)";256x224@60;V
+arbalest;"Arbalester";384x224@60;V
+arcadian;"Arcadia (NMK)";384x224@56;V
+area88;"Area 88 (Japan)";384x224@60;H
+area88r;"Area 88 (Japan Resale ver.)";384x224@60;H
+arian;"Arian Mission";288x216@60;V
+ark1ball;"Arkanoid (bootleg with MCU, harder)";256x224@60;V
+ark1balla;"Arkanoid (bootleg with MCU, harder, alt)";256x224@60;V
+arkangc;"Arkanoid (Game Corporation bootleg, set 1)";256x224@60;V
+arkangc2;"Arkanoid (Game Corporation bootleg, set 2)";256x224@60;V
+arkanoid;"Arkanoid (Euro?) - Arkanoid (World, oldest rev)";256x224@60;V
+arkanoidj;"Arkanoid (Japan) - Arkanoid (Jpn)";256x224@60;V
+arkanoidja;"Arkanoid (Japan, older rev) - Arkanoid (Jpn, Alt)";256x224@60;V
+arkanoidjb;"Arkanoid (Japan, oldest rev)";256x224@60;V
+arkanoidjbl;"Arkanoid (bootleg with MCU set 1)";256x224@60;V
+arkanoidjbl2;"Arkanoid (bootleg with MCU set 2)";256x224@60;V
+arkanoidjbla;"Arkanoid (bootleg with MCU, alt)";256x224@60;V
+arkanoidu;"Arkanoid (US)";256x224@60;V
+arkanoiduo;"Arkanoid (US, oldest rev)";256x224@60;V
+arkarea;"Ark Area";256x192@60;H
+arkatayt;"Arkanoid (Tayto bootleg)";256x224@60;V
+arkatour;"Tournament Arkanoid (US)";256x224@60;V
+arkbloc2;"Block (Game Corporation bootleg, set 2)";256x224@60;V
+arkblock;"Block (Game Corporation bootleg, set 1)";256x224@60;V
+arkgcbl;"Arkanoid (bootleg on Block hardware)";256x224@60;V
+arknoid2;"Arkanoid - Revenge of DOH (World)";256x224@60;V
+arknoid2b;"Arkanoid - Revenge of DOH (Japan bootleg)";256x224@60;V
+arknoid2j;"Arkanoid - Revenge of DOH (Japan)";256x224@60;V
+arknoid2u;"Arkanoid - Revenge of DOH (US)";256x224@60;V
+arkretrn;"Arkanoid Returns (Ver 2.02O 1997/02/10)";320x232@60;H
+arkretrnj;"Arkanoid Returns (Ver 2.02J 1997/02/10)";320x232@60;H
+arkretrnu;"Arkanoid Returns (Ver 2.02A 1997/02/10)";320x232@60;H
+arktayt2;"Arkanoid (Tayto bootleg, harder)";256x224@60;V
+armedf;"Armed Formation - Armed Formation F";320x240@57;V
+armedff;"Armed Formation (Fillmore license)";320x240@57;V
+armorcar;"Armored Car (set 1)";256x224@60;V
+armorcar2;"Armored Car (set 2)";256x224@60;V
+armwar;"Armored Warriors (941024 Europe)";384x224@60;H
+armwar1d;"Armored Warriors (941011 Europe Phoenix Edition)";384x224@60;H
+armwara;"Armored Warriors (941024 Asia)";384x224@60;H
+armwarar1;"Armored Warriors (940920 Asia)";384x224@60;H
+armwarr1;"Armored Warriors (941011 Europe)";384x224@60;H
+armwaru;"Armored Warriors (941024 USA)";384x224@60;H
+armwaru1;"Armored Warriors (940920 USA)";384x224@60;H
+armwrest;"Arm Wrestling";448x256@60;V
+ashnojoe;"Ashita no Joe (Japan)";288x208@60;H
+ashura;"Ashura (Jpn) - Ashura Blaster (World)";320x224@60;V
+ashuraj;"Ashura Blaster (Japan)";320x224@60;V
+ashurau;"Ashura Blaster (US)";320x224@60;V
+asideral;"Ataque Sideral (Spanish bootleg of UniWar S)";256x224@60;V
+aso;"ASO - Armored Scrum Object";288x216@60;V
+assault;"Assault (Rev B) - Desert Assault (US)";288x224@60;V
+assaultj;"Assault (Japan)";288x224@60;V
+assaultp;"Assault Plus (Japan)";288x224@60;V
+asterix;"Asterix (Euro, v1) - Asterix (ver EAD)";288x224@60;H
+asterixaad;"Asterix (ver AAD)";288x224@60;H
+asterixeaa;"Asterix (ver EAA)";288x224@60;H
+asterixeac;"Asterix (ver EAC)";288x224@60;H
+asterixj;"Asterix (ver JAD)";288x224@60;H
+astorm;"Alien Storm (Euro, Bra) - Alien Storm (set 4, World, 2 Players, FD1094 317-0154) - Alien Storm (World)";320x224@60;H
+astorm3;"Alien Storm (set 3, World, 3 Players, FD1094 317-0148)";320x224@60;H
+astorm3d;"Alien Storm (set 3, World, 3 Players, FD1094 317-0148";320x224@60;H
+astormj;"Alien Storm (set 1, Japan Rev B, 2 Players, FD1094 317";320x224@60;H
+astormjd;"Alien Storm (set 1, Japan Rev B, 2 Players, FD1094 317";320x224@60;H
+astormu;"Alien Storm (set 2, US, 3 Players, FD1094 317-0147)";320x224@60;H
+astormud;"Alien Storm (set 2, US, 3 Players, FD1094 317-0147 dec";320x224@60;H
+astrians;"Astrians (clone of Swarm)";256x224@60;V
+astyanax;"The Astyanax";256x224@60;H
+asuka;"Asuka & Asuka (World)";320x240@60;V
+asukaj;"Asuka & Asuka (Japan)";320x240@60;V
+asurabld;"Asura Blade - Sword of Dynasty (Japan)";320x240@60;H
+asurabus;"Asura Buster - Eternal Warriors (Japan)";320x240@60;H
+asurabusa;"Asura Buster - Eternal Warriors (Japan) (ARCADIA revie";320x240@60;H
+atehate;"Athena no Hatena ?";384x240@60;H
+atetris;"FA Tetris (Kor) - FA Tetris (Kor) - Tetris (set 1)";336x240@60;H
+atetrisa;"FA Tetris (Kor, Alt) - Tetris (set 2)";336x240@60;H
+atetrisb;"FA Tetris (Kor, Alt 2) - Tetris (bootleg set 1)";336x240@60;H
+atetrisb2;"Tetris (bootleg set 2)";336x240@60;H
+atetrisc;"Tetris (cocktail set 1)";336x240@60;V
+atetrisc2;"Tetris (cocktail set 2)";336x240@60;V
+athena;"Athena";288x216@60;H
+atlantis;"Battle of Atlantis (set 1)";256x224@60;V
+atlantis2;"Battle of Atlantis (set 2)";256x224@60;V
+atlantisb;"Battle of Atlantis (bootleg)";256x224@60;V
+atomboy;"Atomic Boy (revision B)";256x224@60;H
+atomboya;"Atomic Boy (revision A)";256x224@60;H
+atomicp;"Atomic Point (Korea)";320x224@60;H
+atompunk;"Atomic Punk (US)";320x240@60;H
+aurail;"Aurail (set 3, US, unprotected)";320x224@60;H
+aurail1;"Aurail (set 2, World, FD1089B 317-0168)";320x224@60;H
+aurail1d;"Aurail (set 2, World, FD1089B 317-0168 decrypted)";320x224@60;H
+aurailj;"Aurail (set 1, Japan, FD1089A 317-0167)";320x224@60;H
+aurailjd;"Aurail (set 1, Japan, FD1089A 317-0167 decrypted)";320x224@60;H
+avefenix;"Ave Fenix (Electrogame, Spanish bootleg of Phoenix)";256x208@60;V
+avefenixl;"Ave Fenix (Laguna, Spanish bootleg of Phoenix)";256x208@60;V
+avefenixrf;"Ave Fenix (Recreativos Franco, Spanish bootleg of Phoe";256x208@60;V
+avengers;"Avengers (US set 1)";256x240@60;V
+avengers2;"Avengers (US set 2)";256x240@60;V
+avsp;"Alien vs Predator (940520 Euro)";384x224@60;H
+avspa;"Alien vs Predator (940520 Asia)";384x224@60;H
+avspd;"Alien vs Predator (940520 Euro Phoenix Edition)";384x224@60;H
+avsph;"Alien vs Predator (940520 Hispanic)";384x224@60;H
+avspirit;"Avenging Spirit";256x224@60;H
+avspj;"Alien vs Predator (940520 Japan)";384x224@60;H
+avspu;"Alien vs Predator (940520 USA)";384x224@60;H
+aztarac;"Aztarac";340x256@40;H
+azurian;"Azurian Attack";256x224@60;V
+b2b;"Bang Bang Busters (2010 NCI release)";304x224@59;H
+backfire;"Backfire! (set 1)";240x640@60;V
+backfirt;"Back Fire (Tecmo, bootleg)";256x224@60;H
+baddudes;"Bad Dudes vs. Dragonninja (US)";256x240@57;H
+bakatono;"Bakatonosama Mahjong Manyuuki (MOM-002)(MOH-002)";304x224@59;H
+bakubrkr;"Bakuretsu Breaker";256x224@60;V
+bakutotu;"Bakutotsu Kijuutei";288x224@60;H
+balcube;"Bal Cube";320x224@60;H
+ballboy;"Ball Boy";256x224@60;H
+ballbros;"Balloon Brothers";384x240@60;H
+bang;"Bang! - Big Bang (9th Nov. 1993) - Pack'n Bang Bang (Prototype)";320x240@60;H
+bangball;"Bang Bang Ball (v1.05)";320x224@60;H
+bangbead;"Bang Bead";304x224@59;H
+bangbedp;"Bang Bead (Prototype?)";304x224@59;H
+bangj;"Gun Gabacho (Japan)";320x240@60;H
+bankp;"Bank Panic - Bank Panic (Euro) - Bank Panic (Jpn) - Bank Panic (Jpn)";224x224@60;H
+baraduke;"Baraduke";288x224@60;H
+baryon;"Baryon - Future Assault (set 1)";304x224@58;V
+baryona;"Baryon - Future Assault (set 2)";304x224@58;V
+batcir;"Battle Circuit (970319 Euro)";384x224@60;H
+batcira;"Battle Circuit (970319 Asia)";384x224@60;H
+batcird;"Battle Circuit (970319 Euro Phoenix Edition)";384x224@60;H
+batcirj;"Battle Circuit (970319 Japan)";384x224@60;H
+batlbubl;"Battle Bubble (v2.00)";320x224@60;H
+batman2;"Batman Part 2";256x224@60;V
+batrider;"Armed Police Batrider (Europe) (Fri Feb 13 1998)";320x240@60;V
+batriderc;"Armed Police Batrider (China) (Fri Feb 13 1998)";320x240@60;V
+batriderhk;"Armed Police Batrider - A Version (Hong Kong) (Mon Dec";320x240@60;V
+batriderj;"Armed Police Batrider - B Version (Japan) (Fri Feb 13";320x240@60;V
+batriderja;"Armed Police Batrider - A Version (Japan) (Mon Dec 22";320x240@60;V
+batriderk;"Armed Police Batrider (Korea) (Fri Feb 13 1998)";320x240@60;V
+batridert;"Armed Police Batrider - A Version (Taiwan) (Mon Dec 22";320x240@60;V
+batrideru;"Armed Police Batrider (U.S.A.) (Fri Feb 13 1998)";320x240@60;V
+batsugun;"Batsugun (set 1)";320x240@60;V
+batsuguna;"Batsugun (set 2)";320x240@60;V
+batsugunb;"Batsugun (Korean PCB)";320x240@60;V
+batsugunsp;"Batsugun (Special Ver.)";320x240@60;V
+battlane;"Battle Lane! Vol. 5 (set 1)";256x256@60;V
+battlane2;"Battle Lane! Vol. 5 (set 2)";256x256@60;V
+battlane3;"Battle Lane! Vol. 5 (set 3)";256x256@60;V
+battlex;"Battle Cross - Battle Cross (Jpn)";256x224@60;H
+battlnts;"Battlantis (program code G)";256x224@60;V
+battlntsa;"Battlantis (program code F)";256x224@60;V
+battlntsj;"Battlantis (Japan, program code E)";256x224@60;V
+battroad;"The Battle-Road";256x256@60;V
+bayroute;"Bay Route (set 3, World, FD1094 317-0116)";320x224@60;H
+bayroute1;"Bay Route (set 1, US, unprotected)";320x224@60;H
+bayrouted;"Bay Route (set 3, World, FD1094 317-0116 decrypted)";320x224@60;H
+bayroutej;"Bay Route (set 2, Japan, FD1094 317-0115)";320x224@60;H
+bayroutejd;"Bay Route (set 2, Japan, FD1094 317-0115 decrypted)";320x224@60;H
+bbakraid;"Battle Bakraid - Unlimited Version (U.S.A.) (Tue Jun 8";320x240@60;V
+bbakraidc;"Battle Bakraid - Unlimited Version (China) (Tue Jun 8";320x240@60;V
+bbakraidj;"Battle Bakraid - Unlimited Version (Japan) (Tue Jun 8";320x240@60;V
+bbakraidja;"Battle Bakraid (Japan) (Wed Apr 7 1999)";320x240@60;V
+bballs;"Bouncing Balls";256x224@60;H
+bballsa;"Bouncing Balls (Adult)";256x224@60;H
+bbmanw;"Bomber Man World / New Dyna Blaster - Global Quest";320x240@60;H
+bbmanwj;"Bomber Man World (Japan)";320x240@60;H
+bbmanwja;"Bomber Man World (Japan, revised sound hardware)";320x240@60;H
+bbredux;"Bobble Bobble ('bootleg redux' hack for Bobble Bobble";256x224@60;H
+bbros;"Buster Bros. (USA) - Super Buster Bros. (USA 901001)";384x240@57;H
+bbusters;"Beast Busters (World)";256x224@56;H
+bbustersj;"Beast Busters (Japan, Version 2)";256x224@56;H
+bbustersu;"Beast Busters (US, Version 3)";256x224@56;H
+bbustersua;"Beast Busters (US, Version 2)";256x224@56;H
+bchopper;"Battle Chopper";384x256@55;H
+bcrusher;"Bone Crusher";256x240@60;V
+bcruzm12;"Battle Cruiser M-12";256x224@60;V
+bcstry;"B.C. Story (set 1)";320x240@60;H
+bcstrya;"B.C. Story (set 2)";320x240@60;H
+beast;"Altered Beast (Euro, USA) - Altered Beast (Euro, USA, Bra) - Altered Beast (set 8, 8751 317-0078) - Altered Beast - Shadow of the Beast (Euro, Bra) - Shadow of the Beast (Euro, USA) - Shadow of the Beast (Neo Geo demo)";304x224@59;H
+beastfp;"Beastie Feastie";288x224@60;V
+berabohm;"Beraboh Man (Japan, Rev C)";288x224@60;H
+berabohmb;"Beraboh Man (Japan, Rev B)";288x224@60;H
+berlwall;"The Berlin Wall";256x224@60;H
+berlwallk;"The Berlin Wall (Korea)";256x224@60;H
+berlwallt;"The Berlin Wall (bootleg ?)";256x224@60;H
+bermudat;"Bermuda Triangle (World?)";400x224@60;V
+bermudata;"Bermuda Triangle (World Wars) (US)";400x224@60;V
+bermudatj;"Bermuda Triangle (Japan)";400x224@60;V
+bestbest;"Best Of Best";256x224@60;H
+bestleag;"Best League (bootleg of Big Striker, Italian Serie A)";256x224@60;H
+bestleaw;"Best League (bootleg of Big Striker, World Cup)";256x224@60;H
+bestri;"Bestri (Korea)";320x240@60;H
+bgaregga;"Battle Garegga (Europe / USA / Japan / Asia) (Sat Feb";320x240@60;V
+bgareggabl;"1945 Part 2 (Chinese hack of Battle Garegga)";320x240@60;V
+bgareggabla;"Lei Shen Zhuan Thunder Deity Biography (Chinese hack o";320x240@60;V
+bgareggacn;"Battle Garegga - Type 2 (Denmark / China) (Tue Apr 2 1";320x240@60;V
+bgareggahk;"Battle Garegga (Austria / Hong Kong) (Sat Feb 3 1996)";320x240@60;V
+bgaregganv;"Battle Garegga - New Version (Austria / Hong Kong) (Sa";320x240@60;V
+bgareggat2;"Battle Garegga - Type 2 (Europe / USA / Japan / Asia)";320x240@60;V
+bgareggatw;"Battle Garegga (Taiwan / Germany) (Thu Feb 1 1996)";320x240@60;V
+bgareggaz;"Battle Garegga Zakk version (Europe / USA / Japan / As";320x240@60;V
+bigbang;"Big Bang (9th Nov. 1993)";384x224@56;V
+bigbucks;"Big Bucks";288x224@60;V
+bigfghtr;"Tatakae! Big Fighter (Japan)";320x240@60;H
+bigkarnk;"Big Karnak";320x240@60;H
+bigstrik;"Big Striker";256x224@60;H
+bigstrkb;"Big Striker (bootleg)";256x224@60;H
+bigstrkba;"Big Striker (bootleg w/Italian teams)";256x224@60;H
+bigtwin;"Big Twin";320x240@58;H
+bikkuric;"Bikkuri Card (Japan)";256x224@60;V
+billiard;"The Billiards";256x224@60;V
+biomtoy;"Biomechanical Toy (Ver. 1.0.1885)";320x240@60;H
+biomtoya;"Biomechanical Toy (Ver. 1.0.1884)";320x240@60;H
+bionicc;"Bionic Commando (Euro)";256x224@60;H
+bionicc1;"Bionic Commando (US set 1)";256x224@60;H
+bionicc2;"Bionic Commando (US set 2)";256x224@60;H
+bioniccbl;"Bionic Commandos (bootleg, set 1)";256x224@60;H
+bioniccbl2;"Bionic Commandos (bootleg, set 2)";256x224@60;H
+bioship;"Bio-ship Paladin";256x224@56;H
+birdiy;"Birdiy";288x224@60;V
+birdtry;"Birdie Try (Japan)";256x240@57;V
+bishi;"Bishi Bashi Championship Mini Game Senshuken (ver JAA, - Super Bishi Bashi Championship (ver JAA, 2 Players)";288x224@60;H
+bjourney;"Blue's Journey / Raguy (ALM-001)(ALH-001)";320x224@59;H
+bjtwin;"Bombjack Twin (set 1)";384x224@56;V
+bjtwina;"Bombjack Twin (set 2)";384x224@56;V
+bladestl;"Blades of Steel (version T)";256x224@60;V
+bladestle;"Blades of Steel (version E)";256x224@60;V
+bladestll;"Blades of Steel (version L)";256x224@60;V
+blandia;"Blandia";384x240@60;H
+blandiap;"Blandia (prototype)";384x240@60;H
+blastoff;"Blast Off (Japan)";288x224@60;V
+blazeon;"Blaze On (Japan)";320x232@60;H
+blazer;"Blazer (Japan)";288x224@60;V
+blazstar;"Blazing Star";304x224@59;H
+blkbustr;"BlockBuster";240x224@60;V
+blkdrgon;"Black Dragon (Japan)";256x224@60;H
+blkdrgonb;"Black Dragon (bootleg)";256x224@60;H
+blkheart;"Black Heart";256x224@56;H
+blkheartj;"Black Heart (Japan)";256x224@56;H
+blkhole;"Black Hole";256x224@60;V
+blkpnthr;"Black Panther";256x224@60;H
+blktiger;"Black Tiger";256x224@60;H
+blktigera;"Black Tiger (older)";256x224@60;H
+blktigerb1;"Black Tiger (bootleg set 1)";256x224@60;H
+blktigerb2;"Black Tiger (bootleg set 2)";256x224@60;H
+blktigerb3;"Black Tiger / Black Dragon (mixed bootleg?)";256x224@60;H
+blmbycar;"Blomby Car";384x256@60;H
+blmbycaru;"Blomby Car (not encrypted)";384x256@60;H
+block;"Block (Game Corporation bootleg, set 1) - Block Block (World 911219 Joystick)";384x240@60;V
+blockbl;"Block Block (bootleg)";384x240@60;V
+blockcar;"Block Carnival / Thunder & Lightning 2";384x240@60;V
+blockgal;"Block Gal (MC-8123B, 317-0029)";256x224@60;V
+blockhl;"Block Hole";288x224@60;H
+blockj;"Block Block (Japan 910910)";384x240@60;V
+blockout;"Block Out (set 1) - Blockout (World)";320x240@58;H
+blockout2;"Block Out (set 2)";320x240@58;H
+blockoutj;"Block Out (Japan)";320x240@58;H
+blockr1;"Block Block (World 911106 Joystick)";384x240@60;V
+blockr2;"Block Block (World 910910)";384x240@60;V
+bloodbro;"Blood Bros. (set 1)";256x224@60;H
+bloodbroa;"Blood Bros. (set 2)";256x224@60;H
+bloodbrob;"Blood Bros. (set 3)";256x224@60;H
+bloodwar;"Blood Warrior";320x240@60;H
+blox16b;"Bloxeed (System 16B, PS2 data file)";320x224@60;H
+bloxeed;"Bloxeed (Japan, FD1094 317-0139)";320x224@60;H
+bloxeedd;"Bloxeed (Japan, FD1094 317-0139 decrypted)";320x224@60;H
+blswhstl;"Bells & Whistles (World, version L)";280x224@60;V
+blswhstla;"Bells & Whistles (Asia, version M)";280x224@60;V
+bluehawk;"Blue Hawk";384x240@60;V
+bluehawkn;"Blue Hawk (NTC)";384x240@60;V
+blueprnt;"Blue Print (Midway)";256x224@60;V
+blueprntj;"Blue Print (Jaleco)";256x224@60;V
+blzntrnd;"Blazing Tornado";304x224@60;H
+bmaster;"Blade Master (World)";320x240@60;H
+bnj;"Bump 'n' Jump - Bump 'n' Jump";256x240@60;V
+boblbobl;"Bobble Bobble (bootleg of Bubble Bobble) - Super Bobble Bobble (bootleg, set 1)";256x224@60;H
+boblcave;"Bubble Bobble: Lost Cave V1.2 (for Bobble Bobble PCB)";256x224@60;H
+bodyslam;"Body Slam (8751 317-0015)";320x224@60;H
+bogeyman;"Bogey Manor";256x240@60;H
+boggy84;"Boggy '84 - Boggy '84 (Jpn)";256x224@60;V
+boggy84b;"Boggy '84 (bootleg) - Boggy '84 (Jpn, Alt 2)";256x224@60;V
+bombbee;"Bomb Bee";272x224@60;V
+bomber;"Bomber - Bomber (bootleg of Scramble) - Space Bomber (ver. B)";256x224@60;V
+bombjack;"Bomb Jack (Jpn) - Bomb Jack (set 1)";256x224@60;V
+bombjack2;"Bomb Jack (set 2)";256x224@60;V
+bombjackt;"Bomb Jack (Tecfri, Spain)";256x224@60;V
+bombkick;"Bomb Kick (set 1)";384x224@60;H
+bombkicka;"Bomb Kick (set 2)";384x224@60;H
+bombrman;"Bomber Man (Japan)";320x240@60;H
+bongo;"Bongo - Congo Bongo";256x224@60;V
+bonkadv;"B.C. Kid / Bonk's Adventure / Kyukyoku!! PC Genjin";320x240@60;H
+bonzeadv;"Bonze Adventure (World, Newer)";320x224@60;H
+bonzeadvo;"Bonze Adventure (World, Older)";320x224@60;H
+bonzeadvp;"Bonze Adventure (World, prototype)";320x224@60;H
+bonzeadvu;"Bonze Adventure (US)";320x224@60;H
+boobhack;"Booby Kids (Italian manufactured graphic hack / bootle";256x224@60;V
+boogwing;"Boogie Wings (Euro v1.5, 92.12.07)";320x240@58;H
+boogwinga;"Boogie Wings (Asia v1.5, 92.12.07)";320x240@58;H
+boogwingu;"Boogie Wings (USA v1.7, 92.12.14)";320x240@58;H
+bottom9;"Bottom of the Ninth (ver. T)";288x224@60;H
+bottom9n;"Bottom of the Ninth (ver. N)";288x224@60;H
+bouldash;"Boulder Dash / Boulder Dash Part 2 (World)";256x240@57;H
+bouldashj;"Boulder Dash / Boulder Dash Part 2 (Japan)";256x240@57;H
+bounty;"The Bounty";256x224@60;H
+bowlrama;"Bowl-O-Rama";360x240@57;V
+boxyboy;"Boxy Boy (SB?) - Boxyboy";288x224@60;H
+brain;"Brain";256x224@60;H
+brapboys;"B.Rap Boys (World)";256x224@60;H
+brapboysj;"B.Rap Boys Special (Japan)";256x224@60;H
+brapboysu;"B.Rap Boys Special (US)";256x224@60;H
+breakers;"Breakers";320x224@59;H
+breakrev;"Breakers Revenge";320x224@59;H
+breywood;"Breywood (Japan revision 2)";256x240@58;H
+brix;"Brix";256x224@60;V
+brkthru;"Break Thru (US)";240x240@60;H
+brkthruj;"Kyohkoh-Toppa (Japan)";240x240@60;H
+brubber;"Burnin' Rubber";256x240@60;V
+bshark;"Battle Shark (World)";320x240@60;H
+bsharkj;"Battle Shark (Japan)";320x240@60;H
+bsharkjjs;"Battle Shark (Japan, Joystick)";320x240@60;H
+bsharku;"Battle Shark (US)";320x240@60;H
+bssoccer;"Back Street Soccer";256x224@60;H
+bstars;"Baseball Stars Professional (NGM-002)";320x224@59;H
+bstars2;"Baseball Stars 2";304x224@59;H
+bstarsh;"Baseball Stars Professional (NGH-002)";320x224@59;H
+btime;"Burger Time (Data East set 1) - Burgertime - Burgertime (Jpn) - Super Burger Time (World, set 1)";242x240@60;V
+btime2;"Burger Time (Data East set 2)";242x240@60;V
+btime3;"Burger Time (Data East USA)";242x240@60;V
+btimem;"Burger Time (Midway) - Burgertime (Prototype)";242x240@60;V
+btlfield;"Battle Field (Japan)";256x224@60;V
+btlfieldb;"Battle Field (bootleg)";256x224@60;V
+btlkroad;"Battle K-Road";320x224@59;H
+btlkroadk;"Battle K-Road (Korean PCB)";320x224@59;H
+bub68705;"Bubble Bobble (boolteg with 68705, set 1)";256x224@60;H
+bub68705a;"Bubble Bobble (boolteg with 68705, set 2)";256x224@60;H
+bubblem;"Bubble Memories: The Story Of Bubble Bobble III (Ver 2";320x224@60;H
+bubblemj;"Bubble Memories: The Story Of Bubble Bobble III (Ver 2";320x224@60;H
+bubbletr;"Bubble Trouble (World, Rev B)";288x224@60;H
+bubbletrj;"Bubble Trouble (Japan, Rev C)";288x224@60;H
+bubl2000;"Bubble 2000";256x224@56;H
+bublbob2;"Bubble Bobble II (Ver 2.6O 1994/12/16)";320x224@60;H
+bublbob2o;"Bubble Bobble II (Ver 2.5O 1994/10/05)";320x224@60;H
+bublbob2p;"Bubble Bobble II (Ver 0.0J 1993/12/13, prototype)";320x224@60;H
+bublbobl;"Bubble Bobble (Euro, Bra) - Bubble Bobble (Euro, USA) - Bubble Bobble (Japan, Ver 0.1)";256x224@60;H
+bublbobl1;"Bubble Bobble (Japan, Ver 0.0)";256x224@60;H
+bublboblb;"Bubble Bobble (for Bobble Bobble PCB)";256x224@60;H
+bublboblr;"Bubble Bobble (US, Ver 5.1)";256x224@60;H
+bublboblr1;"Bubble Bobble (US, Ver 1.0)";256x224@60;H
+bublboblu;"Bubble Bobble (Ultra Version, Hack)";256x224@60;H
+bublcave;"Bubble Bobble: Lost Cave V1.2";256x224@60;H
+bublcave10;"Bubble Bobble: Lost Cave V1.0";256x224@60;H
+bublcave11;"Bubble Bobble: Lost Cave V1.1";256x224@60;H
+bubsymphe;"Bubble Symphony (Ver 2.5O 1994/10/05)";320x224@60;H
+bubsymphj;"Bubble Symphony (Ver 2.5J 1994/10/05)";320x224@60;H
+bubsymphu;"Bubble Symphony (Ver 2.5A 1994/10/05)";320x224@60;H
+bucaner;"Buccaneer";288x224@60;V
+buccanrs;"Buccaneers (set 1)";256x256@55;H
+buccanrsa;"Buccaneers (set 2)";256x256@55;H
+buccanrsb;"Buccaneers (set 3, harder)";256x256@55;H
+bucky;"Bucky O'Hare (ver EAB)";384x224@60;H
+buckyaab;"Bucky O'Hare (ver AAB)";384x224@60;H
+buckyea;"Bucky O'Hare (ver EA)";384x224@60;H
+buckyjaa;"Bucky O'Hare (ver JAA)";384x224@60;H
+buckyuab;"Bucky O'Hare (ver UAB)";384x224@60;H
+bullet;"Bullet (FD1094 317-0041)";320x224@60;H
+bulletd;"Bullet (FD1094 317-0041 decrypted)";320x224@60;H
+bullfgt;"Bullfight (315-5065)";256x224@60;H
+buraiken;"Hissatsu Buraiken (Japan)";256x240@60;V
+burglarx;"Burglar X";384x224@60;H
+burnforc;"Burning Force (Euro) - Burning Force (Japan, new version (Rev C))";288x224@60;H
+burnforco;"Burning Force (Japan, old version)";288x224@60;H
+burningf;"Burning Fight (NGM-018)(NGH-018)";304x224@59;H
+burningfh;"Burning Fight (NGH-018)(US)";304x224@59;H
+burningfp;"Burning Fight (prototype, older)";304x224@59;H
+burningfpa;"Burning Fight (prototype, ver 23.3, 910326)";304x224@59;H
+buzzard;"Buzzard";288x224@60;V
+bwcasino;"Boardwalk Casino";288x224@60;V
+bwings;"B-Wings (Japan new Ver.)";256x240@60;V
+bwingsa;"B-Wings (Alt Ver.?)";256x240@60;V
+bwingso;"B-Wings (Japan old Ver.)";256x240@60;V
+bygone;"Bygone";240x224@60;H
+cabal;"Cabal (World, Joystick)";256x256@60;H
+cabala;"Cabal (korea?, Joystick)";256x256@60;H
+cachat;"Cachat (Japan)";320x224@60;H
+cactus;"Cactus (bootleg of Saboten Bombers)";384x224@56;H
+cadash;"Cadash (USA, Asia, Kor) - Cadash (World) - Cadash - Cadash";320x240@60;H
+cadashf;"Cadash (France)";320x240@60;H
+cadashg;"Cadash (Germany, version 1)";320x240@60;H
+cadashi;"Cadash (Italy)";320x240@60;H
+cadashj;"Cadash (Japan, version 2)";320x240@60;H
+cadashj1;"Cadash (Japan, version 1)";320x240@60;H
+cadashjo;"Cadash (Japan, oldest version)";320x240@60;H
+cadashp;"Cadash (World, prototype)";320x240@60;H
+cadashu;"Cadash (US, version 2)";320x240@60;H
+cairblad;"Change Air Blade (Japan)";338x240@60;V
+calibr50;"Caliber 50";384x240@57;V
+calipso;"Calipso";256x224@60;V
+calorie;"Calorie Kun vs Moguranian";256x224@60;H
+calorieb;"Calorie Kun vs Moguranian (bootleg)";256x224@60;H
+cameltry;"Cameltry (US, YM2610)";320x224@60;H
+cameltrya;"Cameltry (US, YM2203 + M6295)";320x224@60;H
+cameltryau;"Cameltry (World, YM2203 + M6295)";320x224@60;H
+cameltryj;"Cameltry (Japan, YM2610)";320x224@60;H
+candance;"Cannon Dancer (Japan)";320x240@58;H
+candory;"Candory (Bootleg)";288x224@60;H
+cannball;"Cannon Ball (Yun Sung, horizontal)";384x240@60;H
+cannballv;"Cannon Ball (Yun Sung, vertical)";384x240@60;V
+cannonbp;"Cannon Ball (Pacman Hardware)";288x224@60;V
+canvas;"Canvas Croquis";288x216@60;H
+canyon;"Canyon Bomber";256x240@60;H
+canyonp;"Canyon Bomber (prototype)";256x240@60;H
+capbowl;"Capcom Bowling (set 1)";360x244@57;V
+capbowl2;"Capcom Bowling (set 2)";360x244@57;V
+capbowl3;"Capcom Bowling (set 3)";360x244@57;V
+capbowl4;"Capcom Bowling (set 4)";360x244@57;V
+capitol;"Capitol";256x208@60;V
+captcomm;"Captain Commando (911202 other country)";384x224@60;H
+captcommb;"Captain Commando (bootleg set 1, 911014 other country)";384x224@60;H
+captcommb2;"Captain Commando (bootleg set 2 (with YM2151 + 2xMSM52";384x224@60;H
+captcommj;"Captain Commando (911202 Japan)";384x224@60;H
+captcommjr1;"Captain Commando (910928 Japan)";384x224@60;H
+captcommr1;"Captain Commando (911014 other country)";384x224@60;H
+captcommu;"Captain Commando (910928 USA)";384x224@60;H
+cashquiz;"Cash Quiz (Type B, Version 5)";256x224@60;H
+catacomb;"Catacomb";256x224@60;V
+catt;"Catt (Japan)";320x224@60;H
+cavelon;"Cavelon";256x224@60;V
+cavenger;"Cosmic Avenger - Cosmic Avenger";240x196@60;H
+cawing;"Carrier Air Wing (U.S. navy 901012 etc)";384x224@60;H
+cawingb2;"Carrier Air Wing (bootleg set 2 (with 2xYM2203 + 2xMSM";384x224@60;H
+cawingbl;"Carrier Air Wing (bootleg set 1 (with 2xYM2203 + 2xMSM";384x224@60;H
+cawingj;"U.S. Navy (901012 Japan)";384x224@60;H
+cawingr1;"Carrier Air Wing (U.S. navy 901009 etc)";384x224@60;H
+cawingu;"Carrier Air Wing (U.S. navy 901012 USA)";384x224@60;H
+cbuster;"Crude Buster (World FX version)";256x240@58;H
+cbusterj;"Crude Buster (Japan FR revision 1)";256x240@58;H
+cbusterw;"Crude Buster (World FU version)";256x240@58;H
+cclimber;"Crazy Climber (US)";256x224@60;H
+cclimbr2;"Crazy Climber 2 (Japan)";288x224@60;H
+cclimbr2a;"Crazy Climber 2 (Japan, Harder)";288x224@60;H
+cencourt;"Center Court (World, 4 Players, prototype, MC-8123B)";320x224@60;V
+centiped;"Centipede - Centipede (revision 4)";256x240@60;V
+centiped3;"Centipede (revision 3)";256x240@60;V
+chainrec;"Chain Reaction (World, Version 2.2, 1995.09.25)";320x240@58;H
+chaknpop;"Chack'n Pop";256x224@60;H
+chameleo;"Chameleon";256x224@60;H
+champwr;"Champion Wrestler (World)";320x224@60;H
+champwrj;"Champion Wrestler (Japan)";320x224@60;H
+champwru;"Champion Wrestler (US)";320x224@60;H
+chanbara;"Chanbara";256x224@60;V
+changes;"Changes";256x224@60;H
+changesa;"Changes (EME license)";256x224@60;H
+charlien;"Charlie Ninja";320x240@58;H
+chasehq;"Chase H.Q. (World) - Taito Chase H.Q. - Taito Chase H.Q. - Taito Chase H.Q. (Euro) - Taito Chase H.Q. (USA, SMS Mode)";320x240@60;H
+chasehqj;"Chase H.Q. (Japan) - Taito Chase H.Q. (Jpn, SMS Mode)";320x240@60;H
+chasehqju;"Chase H.Q. (Japan UP)";320x240@60;H
+chasehqu;"Chase H.Q. (US)";320x240@60;H
+checkman;"Check Man";256x224@60;V
+checkmanj;"Check Man (Japan)";256x224@60;V
+cheekyms;"Cheeky Mouse";256x192@60;V
+chelnov;"Chelnov (Jpn) - Chelnov - Atomic Runner (World)";256x248@60;H
+chelnovj;"Chelnov - Atomic Runner (Japan)";256x248@60;H
+chelnovu;"Chelnov - Atomic Runner (US)";256x248@60;H
+chewing;"Chewing Gum";256x224@60;V
+chikij;"Chiki Chiki Boys (900619 Japan) - Chiki Chiki Boys (Jpn, Kor)";384x224@60;H
+chimerab;"Chimera Beast (prototype)";256x224@60;H
+chinagat;"China Gate (US)";256x240@60;H
+chinatwn;"China Town (Japan)";320x240@58;H
+chkun;"Chance Kun (Japan)";256x224@60;V
+chokchok;"Choky! Choky!";320x240@60;H
+choko;"Choko (010820 Japan)";384x224@60;H
+chopliftbl;"Choplifter (bootleg)";256x224@60;H
+chopliftu;"Choplifter (unprotected)";256x224@60;H
+chopper;"Battle Chopper - Chopper I (US set 1)";400x224@60;V
+choppera;"Chopper I (US set 2)";400x224@60;V
+chopperb;"Chopper I (US set 3)";400x224@60;V
+chqflag;"Chequered Flag";304x224@60;V
+chqflagj;"Chequered Flag (Japan)";304x224@60;V
+chukatai;"Chuka Taisen (World) - Gokuraku! Chuka Taisen";256x224@60;H
+chukataij;"Chuka Taisen (Japan)";256x224@60;H
+chukataiu;"Chuka Taisen (US)";256x224@60;H
+circusc;"Circus Charlie (Jpn) - Circus Charlie (level select, set 1) - Maxi Tuan ~ Circus Charlie (Tw)";256x224@60;V
+circusc2;"Circus Charlie (level select, set 2)";256x224@60;V
+circusc3;"Circus Charlie (level select, set 3)";256x224@60;V
+circusc4;"Circus Charlie (no level select)";256x224@60;V
+circuscc;"Circus Charlie (Centuri)";256x224@60;V
+circusce;"Circus Charlie (Centuri, earlier)";256x224@60;V
+citybomb;"City Bomber (World)";256x224@60;V
+citybombj;"City Bomber (Japan)";256x224@60;V
+citycon;"City Connection (Jpn) - City Connection (set 1)";240x224@60;H
+citycona;"City Connection (Jpn, Alt) - City Connection (set 2)";240x224@60;H
+ckongg;"Crazy Kong (bootleg on Galaxian hardware)";256x224@60;V
+ckongmc;"Crazy Kong (bootleg on Moon Cresta hardware)";256x224@60;V
+ckongs;"Crazy Kong (Scramble hardware)";256x224@60;V
+clbowl;"Coors Light Bowling";360x244@57;V
+cleopatr;"Cleopatra Fortune (Ver 2.1J 1996/09/05)";320x224@60;H
+cloak;"Cloak & Dagger (rev 5)";256x232@60;H
+cloakfr;"Cloak & Dagger (French)";256x232@60;H
+cloakgr;"Cloak & Dagger (German)";256x232@60;H
+cloaksp;"Cloak & Dagger (Spanish)";256x232@60;H
+cltchitr;"Clutch Hitter (set 2, US, FD1094 317-0176)";320x224@60;H
+cltchitrd;"Clutch Hitter (set 2, US, FD1094 317-0176 decrypted)";320x224@60;H
+cltchitrj;"Clutch Hitter (set 1, Japan, FD1094 317-0175)";320x224@60;H
+cltchitrjd;"Clutch Hitter (set 1, Japan, FD1094 317-0175 decrypted";320x224@60;H
+cnbe;"Codename - Blut Engel (2006-01-19)";304x224@59;H
+cndi;"Chip n Dale (Intro demo)";304x224@59;H
+cninja;"Caveman Ninja (World ver 4)";256x240@58;H
+cninja1;"Caveman Ninja (World ver 1)";256x240@58;H
+cninjabl;"Caveman Ninja (bootleg)";256x240@58;H
+cninjau;"Caveman Ninja (US ver 4)";256x240@58;H
+cobracom;"Cobra-Command (World/US revision 5)";256x240@58;H
+cobracoma;"Cobra-Command (World/US revision 4)";256x240@58;H
+cobracomb;"Cobra-Command (Italian bootleg)";256x240@58;H
+cobracomj;"Cobra-Command (Japan)";256x240@58;H
+cobracomja;"Cobra-Command (Japan?, set 2)";256x240@58;H
+cobracomjb;"Cobra-Command (Japan, bootleg)";256x240@58;H
+columnsn;"Columns (Neo Geo)";304x224@59;H
+combh;"Combat Hawk";224x224@60;V
+commando;"Commando (World)";256x224@60;V
+commandob;"Commando (bootleg)";256x224@60;V
+commandob2;"Commando (bootleg 2)";256x224@60;V
+commandoj;"Senjou no Ookami";256x224@60;V
+commandou;"Commando (US, set 1)";256x224@60;V
+commandou2;"Commando (US, set 2)";256x224@60;V
+commandw;"Command War - Super Special Battle & War Game (Ver 0.0";320x224@60;H
+commsega;"Commando (Sega)";256x224@60;V
+condor;"Condor (Sidam bootleg of Phoenix)";256x208@60;V
+condorn;"Condor (S C Novar bootleg of Phoenix)";256x208@60;V
+congo;"Congo (Prototype) - Congo Bongo - Congo Bongo - Congo Bongo (Euro, Jpn, v1)";256x224@60;V
+congoa;"Congo Bongo (Euro, Jpn, v1 Alt) - Congo Bongo (Rev C, 3 board stack)";256x224@60;V
+contcirc;"Continental Circus (World)";320x224@60;H
+contcircj;"Continental Circus (Japan)";320x224@60;H
+contcircu;"Continental Circus (US set 1)";320x224@60;H
+contcircua;"Continental Circus (US set 2)";320x224@60;H
+contra;"Contra (US / Asia, set 1) - Contra - Hard Corps (USA, Kor) - Super Contra";280x224@60;V
+contra1;"Contra (US / Asia, set 2)";280x224@60;V
+contrab;"Contra (bootleg)";280x224@60;V
+contrabj;"Contra (Japan bootleg, set 1)";280x224@60;V
+contrabj1;"Contra (Japan bootleg, set 2)";280x224@60;V
+contrae;"Contra (US / Asia, set 3)";280x224@60;V
+contraj;"Contra (Japan, set 1) - Contra - The Hard Corps (Jpn) - Super Contra (Japan)";280x224@60;V
+contraj1;"Contra (Japan, set 2)";280x224@60;V
+cookbib;"Cookie & Bibi (set 1)";320x240@60;H
+cookbib2;"Cookie & Bibi 2";256x224@58;H
+cookbib3;"Cookie & Bibi 3";256x224@58;H
+cookbiba;"Cookie & Bibi (set 2)";320x240@60;H
+cosmccop;"Cosmic Cop (World)";384x256@55;H
+cosmogng;"Cosmo Gang the Video (US)";288x224@60;V
+cotton;"Cotton (set 3, World, FD1094 317-0181a) - Panorama Cotton (Jpn)";320x224@60;H
+cottond;"Cotton (set 3, World, FD1094 317-0181a decrypted)";320x224@60;H
+cottong;"Cotocoto Cottong";256x224@60;V
+cottonj;"Cotton (set 2, Japan, Rev B, FD1094 317-0179b))";320x224@60;H
+cottonja;"Cotton (set 1, Japan, Rev A, FD1094 317-0179a))";320x224@60;H
+cottonjad;"Cotton (set 1, Japan, Rev A, FD1094 317-0179a decrypte";320x224@60;H
+cottonjd;"Cotton (set 2, Japan, Rev B, FD1094 317-0179b decrypte";320x224@60;H
+cottonu;"Cotton (set 2, US, FD1094 317-0180)";320x224@60;H
+cottonud;"Cotton (set 2, US, FD1094 317-0180 decrypted)";320x224@60;H
+countrunb;"Counter Run (bootleg set 1)";256x224@60;H
+cphd;"Crouching Poney Hidden Dragon (DEMO)";304x224@59;H
+cps1demo;"Chaos Demo (CPS-1)";384x224@60;H
+cps1frog;"Frog Feast (CPS-1)";384x224@60;H
+crazyblk;"Crazy Blocks";240x224@60;V
+crazycop;"Crazy Cop (Japan)";288x224@60;V
+crazyfgt;"Crazy Fight";384x224@60;H
+crimec;"Crime City (World)";320x224@60;H
+crimecj;"Crime City (Japan)";320x224@60;H
+crimecu;"Crime City (US)";320x224@60;H
+crimfght;"Crime Fighters (World 2 players)";320x224@60;H
+crimfghtj;"Crime Fighters (Japan 2 Players)";320x224@60;H
+crimfghtu;"Crime Fighters (US 4 Players)";320x224@60;H
+crockman;"Crock-Man (bootleg, Rene-Pierre)";288x224@60;V
+croquis;"Croquis (Germany)";320x224@60;H
+crospang;"Cross Pang";320x240@60;H
+crossbld;"Cross Blades! (Japan)";320x240@60;H
+crshrace;"Lethal Crash Race (set 1)";320x224@60;V
+crshrace2;"Lethal Crash Race (set 2)";320x224@60;V
+crswd2bl;"Crossed Swords 2 (bootleg CD to cartridge conversion)";304x224@59;H
+crsword;"Crossed Swords (ALM-002)(ALH-002)";304x224@59;H
+cruisin;"Cruisin";240x224@60;H
+crush;"Alien Crush - Alien Crush - Crush Roller (Kural Samno) - Mad Crusher (Japan) - Rolling Crush (version 1.07.E - 1999/02/11, Trust lice - Super Metal Crusher";288x224@60;V
+crush2;"Crush Roller (Kural Esco - bootleg?)";288x224@60;V
+crush4;"Crush Roller (Kural - bootleg?)";288x224@60;V
+crush5;"Crush Roller (Kural TWT)";288x224@60;V
+crushbl;"Crush Roller (bootleg set 1)";288x224@60;V
+crushbl2;"Crush Roller (bootleg set 2)";288x224@60;V
+crushbl3;"Crush Roller (bootleg set 3)";288x224@60;V
+crusherm;"Crusher Makochan (Japan)";320x240@58;H
+crushs;"Crush Roller (Sidam bootleg)";288x224@60;V
+csclub;"Capcom Sports Club (971017 Euro)";384x224@60;H
+csclub1;"Capcom Sports Club (970722 Euro)";384x224@60;H
+csclub1d;"Capcom Sports Club (970722 Euro Phoenix Edition)";384x224@60;H
+cscluba;"Capcom Sports Club (970722 Asia)";384x224@60;H
+csclubh;"Capcom Sports Club (970722 Hispanic)";384x224@60;H
+csclubj;"Capcom Sports Club (970722 Japan)";384x224@60;H
+csclubjy;"Capcom Sports Club (970722 Japan, yellow case)";384x224@60;H
+csilver;"Captain Silver (World)";256x240@58;H
+csilverj;"Captain Silver (Japan revision 3)";256x240@58;H
+csilverja;"Captain Silver (Japan revision 1)";256x240@58;H
+csprint;"Championship Sprint (Atari System 2)";512x384@60;H
+ct2k3sa;"Crouching Tiger Hidden Dragon 2003 Super Plus alternat";304x224@59;H
+ct2k3sp;"Crouching Tiger Hidden Dragon 2003 Super Plus";304x224@59;H
+cthd2003;"Crouching Tiger Hidden Dragon 2003 (set 1)";304x224@59;H
+cthd2k3a;"Crouching Tiger Hidden Dragon 2003 (set 2)";304x224@59;H
+ctomaday;"Captain Tomaday";304x224@59;H
+ctribe;"The Combatribes (US)";320x240@57;H
+ctribe1;"The Combatribes (US set 1?)";320x240@57;H
+ctribeb;"The Combatribes (bootleg set 1)";320x240@57;H
+ctribeb2;"The Combatribes (bootleg set 2)";320x240@57;H
+ctribej;"The Combatribes (Japan)";320x240@57;H
+ctribeo;"The Combatribes (US , older)";320x240@57;H
+ctrpllrp;"Caterpillar Pacman Hack";288x224@60;V
+cubybop;"Cuby Bop (location test)";320x224@60;H
+cuebrick;"Cue Brick (World, version D)";304x224@60;H
+cuebrickj;"Cue Brick (Japan)";320x224@60;H
+cupfinal;"Taito Cup Finals (Ver 1.0O 1993/02/28)";320x224@60;H
+cutefght;"Cute Fighter";304x224@58;H
+cutieq;"Cutie Q";272x224@60;V
+cworld;"Capcom World (Japan)";384x240@60;H
+cworld2j;"Adventure Quiz Capcom World 2 (920611 Japan)";384x224@60;H
+cworld2ja;"Adventure Quiz Capcom World 2 (Japan 920611, B-Board 9";384x224@60;H
+cworld2jb;"Adventure Quiz Capcom World 2 (Japan 920611, B-Board 9";384x224@60;H
+cybattlr;"Cybattler";256x224@60;V
+cyberlip;"Cyber-Lip (NGM-010)";304x224@59;H
+cybertnk;"Cyber Tank (v1.4)";224x512@60;V
+cybots;"Cyberbots - fullmetal madness (950424 Euro)";384x224@60;H
+cybotsj;"Cyberbots - fullmetal madness (950420 Japan)";384x224@60;H
+cybotsjd;"Cyberbots - fullmetal madness (Japan 950424) (decrypte";384x224@60;H
+cybotsu;"Cyberbots - fullmetal madness (950424 USA)";384x224@60;H
+cybotsud;"Cyberbots - fullmetal madness (950424 USA Phoenix Edit";384x224@60;H
+cyvern;"Cyvern (US)";320x240@60;V
+cyvernj;"Cyvern (Japan)";320x240@60;V
+dacholer;"Dacholer";256x224@60;H
+dadandrn;"Kyukyoku Sentai Dadandarn (ver JAA)";288x224@60;H
+daimakai;"Dai Makai-Mura (Japan) - Dai Makaimura - Dai Makaimura (Jpn)";384x224@60;H
+daimakaib;"Dai Makai-Mura (bootleg, Japan)";384x224@60;H
+daimakair;"Dai Makai-Mura (Japan Resale Ver.)";384x224@60;H
+daioh;"Daioh";384x240@60;V
+daioha;"Daioh (earlier)";384x240@60;V
+daiohc;"Daioh (93111A PCB conversion)";384x240@60;V
+daiohp;"Daioh (prototype)";384x240@60;V
+dairesya;"Dai Ressya Goutou (Japan)";240x224@60;H
+daisenpu;"Dai Senpu - Daisenpu (Japan)";384x224@60;V
+dambustr;"Dambusters (US, set 1) - The Dam Busters (Euro?)";256x224@60;V
+dambustra;"Dambusters (US, set 2) - The Dam Busters (Jpn)";256x224@60;V
+dambustruk;"Dambusters (UK)";256x224@60;V
+dangar;"Ufo Robo Dangar (4/07/1987)";256x224@60;V
+dangara;"Ufo Robo Dangar (12/1/1986)";256x224@60;V
+dangarb;"Ufo Robo Dangar (9/26/1986)";256x224@60;V
+dangarbt;"Ufo Robo Dangar (bootleg)";256x224@60;V
+dangseed;"Dangerous Seed (Japan) - Dangerous Seed (Jpn)";288x224@60;V
+dankuga;"Dan-Ku-Ga (Ver 0.0J 1994/12/13) (Prototype)";320x224@60;H
+daraku;"Daraku Tenshi - The Fallen Angels";320x224@60;H
+darius;"Darius (World)";224x864@60;V
+darius2;"Darius II (Japan) - Darius II (Jpn)";224x864@60;V
+darius2d;"Darius II (dual screen) (Japan)";224x640@60;V
+darius2do;"Darius II (dual screen) (Japan old version)";224x640@60;V
+dariuse;"Darius (Extra) (Japan)";224x864@60;V
+dariusg;"Darius Gaiden - Silver Hawk (Ver 2.5O 1994/09/19)";320x232@60;H
+dariusgj;"Darius Gaiden - Silver Hawk (Ver 2.5J 1994/09/19)";320x232@60;H
+dariusgu;"Darius Gaiden - Silver Hawk (Ver 2.5A 1994/09/19)";320x232@60;H
+dariusgx;"Darius Gaiden - Silver Hawk Extra Version (Ver 2.7J 19";320x232@60;H
+dariusj;"Darius (Japan)";224x864@60;V
+dariuso;"Darius (Japan old version)";224x864@60;V
+dariusu;"Darius (US)";224x864@60;V
+darkadv;"Dark Adventure";320x224@60;H
+darkmist;"The Lost Castle In Darkmist";256x224@60;V
+darkplnt;"Dark Planet";256x224@60;H
+darkseal;"Dark Seal (World revision 3)";256x240@58;H
+darkseal1;"Dark Seal (World revision 1)";256x240@58;H
+darkseal2;"Dark Seal 2 (Japan v2.1)";320x240@58;H
+darksealj;"Dark Seal (Japan)";256x240@58;H
+darktowr;"Dark Tower";256x240@57;H
+darwin;"Darwin 4078 (Japan) - Darwin 4081 (Jpn, Kor) - Super Real Darwin (World)";240x240@60;V
+dassault;"Desert Assault (US)";320x240@60;H
+dassault4;"Desert Assault (US 4 Players)";320x240@60;H
+dblaxle;"Double Axle (US)";320x240@60;H
+dblaxleu;"Double Axle (US earlier)";320x240@60;H
+dbldynj;"The Double Dynamites (Japan, 13NOV89)";256x224@60;H
+dbldynu;"The Double Dynamites (US, 13NOV89)";256x224@60;H
+dblewing;"Double Wings";320x240@58;V
+dblpoint;"Double Point";320x224@60;H
+dblpointd;"Double Point (Dong Bang Electron, bootleg?)";320x224@60;H
+dbreed;"Dragon Breed (M81 PCB version)";384x256@55;H
+dbreedm72;"Dragon Breed (M72 PCB version)";384x256@55;H
+dbz;"Dragon Ball Z - Buyuu Retsuden (Jpn) - Dragonball Z (rev B)";384x256@60;H
+dbz2;"Dragonball Z 2 - Super Battle";384x256@60;H
+dbza;"Dragonball Z (rev A)";384x256@60;H
+dcon;"D-Con";320x224@60;H
+ddaydoo;"Chulgyeok D-Day (Korea)";384x240@60;V
+ddcrew;"D. D. Crew (set 4, World, 3 Players, FD1094 317-0190)";320x224@60;H
+ddcrew1;"D. D. Crew (set 1, World, 4 Players, FD1094 317-?)";320x224@60;H
+ddcrew1d;"D. D. Crew (set 1, World, 4 Players, FD1094 317-? decr";320x224@60;H
+ddcrew2;"D. D. Crew (set 2, World, 2 Players, FD1094 317-0184)";320x224@60;H
+ddcrew2d;"D. D. Crew (set 2, World, 2 Players, FD1094 317-0184 d";320x224@60;H
+ddcrewd;"D. D. Crew (set 4, World, 3 Players, FD1094 317-0190 d";320x224@60;H
+ddcrewj;"D. D. Crew (set 5, Japan, 4 Players, FD1094 317-0185)";320x224@60;H
+ddcrewj2;"D. D. Crew (set 6, Japan, 2 Players, FD1094 317-0182)";320x224@60;H
+ddcrewj2d;"D. D. Crew (set 6, Japan, 2 Players, FD1094 317-0182 d";320x224@60;H
+ddcrewjd;"D. D. Crew (set 5, Japan, 4 Players, FD1094 317-0185 d";320x224@60;H
+ddcrewu;"D. D. Crew (set 3, US, 4 Players, FD1094 317-0186)";320x224@60;H
+ddcrewud;"D. D. Crew (set 3, US, 4 Players, FD1094 317-0186 decr";320x224@60;H
+ddonpach;"DoDonPachi (International, master ver. 97/02/05)";320x240@60;V
+ddonpacha;"DoDonPachi (Arrange Mode version 1.1, hack by Trap15)";320x240@60;V
+ddonpachj;"DoDonPachi (Japan, master ver. 97/02/05)";320x240@60;V
+ddp2;"Bee Storm - DoDonPachi II (V102, World) - Judge Dredd (USA, Prototype, Alt)";448x224@60;V
+ddp2100;"Bee Storm - DoDonPachi II (V100, World)";448x224@60;V
+ddp2100c;"Bee Storm - DoDonPachi II (V100, China)";448x224@60;V
+ddp2100hk;"Bee Storm - DoDonPachi II (V100, Hong Kong)";448x224@60;V
+ddp2100j;"Bee Storm - DoDonPachi II (V100, Japan)";448x224@60;V
+ddp2100k;"Bee Storm - DoDonPachi II (V100, Korea)";448x224@60;V
+ddp2100t;"Bee Storm - DoDonPachi II (V100, Taiwan)";448x224@60;V
+ddp2101;"Bee Storm - DoDonPachi II (V101, World)";448x224@60;V
+ddp2101c;"Bee Storm - DoDonPachi II (V101, China)";448x224@60;V
+ddp2101hk;"Bee Storm - DoDonPachi II (V101, Hong Kong)";448x224@60;V
+ddp2101j;"Bee Storm - DoDonPachi II (V101, Japan)";448x224@60;V
+ddp2101k;"Bee Storm - DoDonPachi II (V101, Korea)";448x224@60;V
+ddp2101t;"Bee Storm - DoDonPachi II (V101, Taiwan)";448x224@60;V
+ddp2c;"Bee Storm - DoDonPachi II (V102, China)";448x224@60;V
+ddp2hk;"Bee Storm - DoDonPachi II (V102, Hong Kong)";448x224@60;V
+ddp2j;"Bee Storm - DoDonPachi II (V102, Japan)";448x224@60;V
+ddp2k;"Bee Storm - DoDonPachi II (V102, Korea)";448x224@60;V
+ddp2t;"Bee Storm - DoDonPachi II (V102, Taiwan)";448x224@60;V
+ddpdoj;"DoDonPachi Dai-Ou-Jou (V101, Japan)";448x224@60;V
+ddpdoja;"DoDonPachi Dai-Ou-Jou (V100 (second version), Japan)";448x224@60;V
+ddpdojb;"DoDonPachi Dai-Ou-Jou (V100 (first version), Japan)";448x224@60;V
+ddpdojblk;"DoDonPachi Dai-Ou-Jou Black Label (V100, (2002.10.07.B";448x224@60;V
+ddpdojblka;"DoDonPachi Dai-Ou-Jou Black Label (V100 (2002.10.07 Bl";448x224@60;V
+ddpdojblkbl;"DoDonPachi Dai-Ou-Jou Black Label (2002.10.07 Black Ve";448x224@60;V
+ddragon;"Double Dragon (Euro, USA) - Double Dragon (Euro, USA) - Double Dragon (Japan) - Double Dragon (Kor) - Double Dragon (World)";256x240@57;H
+ddragon2;"Double Dragon II - The Revenge (Jpn) - Double Dragon II - The Revenge (World)";256x240@57;H
+ddragon2b;"Double Dragon II - The Revenge (US bootleg, set 1)";256x240@57;H
+ddragon2b2;"Double Dragon II - The Revenge (US bootleg, set 2)";256x240@57;H
+ddragon2u;"Double Dragon II - The Revenge (US)";256x240@57;H
+ddragon3;"Double Dragon 3 - The Arcade Game (Euro, USA) - Double Dragon 3 - The Rosetta Stone (US)";320x240@57;H
+ddragon3b;"Double Dragon 3 - The Rosetta Stone (bootleg)";320x240@57;H
+ddragon3j;"Double Dragon 3 - The Rosetta Stone (Japan)";320x240@57;H
+ddragon3p;"Double Dragon 3 - The Rosetta Stone (prototype)";320x240@57;H
+ddragonb;"Double Dragon (bootleg with HD6309)";256x240@57;H
+ddragonb2;"Double Dragon (bootleg)";256x240@57;H
+ddragonba;"Double Dragon (bootleg with M6803)";256x240@57;H
+ddragonu;"Double Dragon (US set 1)";256x240@57;H
+ddragonua;"Double Dragon (US set 2)";256x240@57;H
+ddragonub;"Double Dragon (US set 3)";256x240@57;H
+ddragonw;"Double Dragon (World set 1)";256x240@57;H
+ddragonw1;"Double Dragon (World set 2)";256x240@57;H
+ddsom;"Dungeons & Dragons - shadow over mystara (960619 Euro)";384x224@60;H
+ddsoma;"Dungeons & Dragons - shadow over mystara (960619 Asia)";384x224@60;H
+ddsomar1;"Dungeons & Dragons - shadow over mystara (960208 Asia)";384x224@60;H
+ddsomb;"Dungeons & Dragons - shadow over mystara (960223 Brazi";384x224@60;H
+ddsomh;"Dungeons & Dragons - shadow over mystara (960223 Hispa";384x224@60;H
+ddsomj;"Dungeons & Dragons - shadow over mystara (960619 Japan";384x224@60;H
+ddsomjr1;"Dungeons & Dragons - shadow over mystara (960206 Japan";384x224@60;H
+ddsomjr2;"Dungeons & Dragons - shadow over mystara (960223 Japan";384x224@60;H
+ddsomr1;"Dungeons & Dragons - shadow over mystara (960223 Euro)";384x224@60;H
+ddsomr2;"Dungeons & Dragons - shadow over mystara (960209 Euro)";384x224@60;H
+ddsomr3;"Dungeons & Dragons - shadow over mystara (960208 Euro)";384x224@60;H
+ddsomu;"Dungeons & Dragons - shadow over mystara (960619 USA)";384x224@60;H
+ddsomud;"Dungeons & Dragons - shadow over mystara (960619 USA P";384x224@60;H
+ddsomur1;"Dungeons & Dragons - shadow over mystara (960209 USA)";384x224@60;H
+ddtod;"Dungeons & Dragons - tower of doom (940412 Euro)";384x224@60;H
+ddtoda;"Dungeons & Dragons - tower of doom (940412 Asia)";384x224@60;H
+ddtodar1;"Dungeons & Dragons - tower of doom (940113 Asia)";384x224@60;H
+ddtodd;"Dungeons & Dragons - tower of doom (940412 Euro Phoeni";384x224@60;H
+ddtodh;"Dungeons & Dragons - tower of doom (940412 Hispanic)";384x224@60;H
+ddtodhr1;"Dungeons & Dragons - tower of doom (940125 Hispanic)";384x224@60;H
+ddtodhr2;"Dungeons & Dragons - tower of doom (940113 Hispanic)";384x224@60;H
+ddtodj;"Dungeons & Dragons - tower of doom (940412 Japan)";384x224@60;H
+ddtodjr1;"Dungeons & Dragons - tower of doom (940125 Japan)";384x224@60;H
+ddtodjr2;"Dungeons & Dragons - tower of doom (940113 Japan)";384x224@60;H
+ddtodr1;"Dungeons & Dragons - tower of doom (940113 Euro)";384x224@60;H
+ddtodu;"Dungeons & Dragons - tower of doom (940125 USA)";384x224@60;H
+ddtodur1;"Dungeons & Dragons - tower of doom (940113 USA)";384x224@60;H
+ddux;"Dynamite Dux (Euro, Bra) - Dynamite Dux (set 2, FD1094 317-0096)";320x224@60;H
+ddux1;"Dynamite Dux (set 1, 8751 317-0095)";320x224@60;H
+dduxbl;"Dynamite Dux (bootleg)";320x224@60;H
+dduxd;"Dynamite Dux (set 2, FD1094 317-0096 decrypted)";320x224@60;H
+dduxj;"Dynamite Dux (set 2, Japan, FD1094 317-0094)";320x224@60;H
+dduxjd;"Dynamite Dux (set 2, Japan, FD1094 317-0094 decrypted)";320x224@60;H
+deadconx;"Dead Connection (World)";320x224@60;H
+deadconxj;"Dead Connection (Japan)";320x224@60;H
+dealer;"The Dealer";272x236@60;V
+deathbrd;"Death Brade (Japan ver JM-3)";320x240@58;H
+deerhunt;"Deer Hunter (Rus) - Deer Hunting USA V4.3";320x240@60;H
+deerhunta;"Deer Hunting USA V4.2";320x240@60;H
+deerhuntb;"Deer Hunting USA V4.0";320x240@60;H
+deerhuntc;"Deer Hunting USA V3.0";320x240@60;H
+deerhuntd;"Deer Hunting USA V2";320x240@60;H
+deerhunte;"Deer Hunting USA V1";320x240@60;H
+defense;"Defense (System 16B, FD1089A 317-0028)";320x224@60;H
+deluxe4u;"Deluxe 4 U (ver. 0107, 07/01/2000)";320x240@60;H
+deluxe5;"Deluxe 5 (ver. 0107, 07/01/2000, set 1)";320x240@60;H
+deluxe5a;"Deluxe 5 (ver. 0107, 07/01/2000, set 2)";320x240@60;H
+deluxe5b;"Deluxe 5 (ver. 0107, 07/01/2000, set 3)";320x240@60;H
+demonwld;"Demon's World / Horror Story (set 1)";320x240@55.2;H
+demonwld1;"Demon's World / Horror Story (set 2)";320x240@55.2;H
+demonwld2;"Demon's World / Horror Story (set 3)";320x240@55.2;H
+demonwld3;"Demon's World / Horror Story (set 4)";320x240@55.2;H
+demonwld4;"Demon's World / Horror Story (set 5)";320x240@55.2;H
+deroon;"Deroon DeroDero";320x240@57;H
+deroona;"Deroon DeroDero (alt set)";320x240@57;H
+desertbr;"Desert Breaker (World, FD1094 317-0196)";320x224@60;V
+desertbrd;"Desert Breaker (World, FD1094 317-0196 decrypted)";320x224@60;V
+desertbrj;"Desert Breaker (Japan, FD1094 317-0194)";320x224@60;V
+desertbrjd;"Desert Breaker (Japan, FD1094 317-0194 decrypted)";320x224@60;V
+detatwin;"Detana!! Twin Bee (Japan ver. J)";280x224@60;V
+devilfsg;"Devil Fish (Galaxian hardware, bootleg?)";256x224@60;V
+devilfsh;"Devil Fish";256x224@60;V
+devilw;"Devil World";320x224@60;H
+devstors;"Devastators (ver. Z)";304x224@60;V
+devstors2;"Devastators (ver. X)";304x224@60;V
+devstors3;"Devastators (ver. V)";304x224@60;V
+dfeveron;"Dangun Feveron (Japan, ver. 98/09/17)";320x240@58;V
+dharma;"Dharma Doujou";320x224@60;H
+dharmaj;"Dharma Doujou (Japan)";320x224@60;H
+dharmak;"Dharma Doujou (Korea)";320x224@60;H
+diamond;"Diamond Run";256x224@60;H
+dietgo;"Diet Go Go (Euro v1.1 1992.09.26)";320x240@58;H
+dietgoe;"Diet Go Go (Euro v1.1 1992.08.04)";320x240@58;H
+dietgoj;"Diet Go Go (Japan v1.1 1992.09.26)";320x240@58;H
+dietgou;"Diet Go Go (USA v1.1 1992.09.26)";320x240@58;H
+digdug;"Dig Dug (Jpn) - Dig Dug (Prototype) - Dig Dug (rev 2)";288x224@60;V
+digdug2;"Dig Dug II (New Ver.)";288x224@60;V
+digdug2o;"Dig Dug II (Old Ver.)";288x224@60;V
+diggerma;"Digger Man";304x224@59;H
+dimahoo;"Dimahoo (000121 Euro)";384x224@60;V
+dimahoou;"Dimahoo (000121 USA)";384x224@60;V
+dimahoud;"Dimahoo (000121 USA Phoenix Edition)";384x224@60;V
+dingo;"Dingo";256x224@60;V
+dino;"Cadillacs & Dinosaurs (930201 etc)";384x224@60;H
+dinoa;"Cadillacs & Dinosaurs (930223 Asia TW)";384x224@60;H
+dinoeh;"Cadillacs and Dinosaurs (hack, 930201 etc)";384x224@60;H
+dinoh;"Cadillacs and Dinosaurs (bootleg set 3, 930223 Asia TW";384x224@60;H
+dinohc;"Cadillacs and Dinosaurs (Chinese bootleg, 930223 Asia";384x224@60;H
+dinohunt;"Dinosaur Hunter (Chinese bootleg, 930223 Asia TW)";384x224@60;H
+dinoj;"Cadillacs Kyouryuu-Shinseiki (Cadillacs 930201 Japan)";384x224@60;H
+dinopic;"Cadillacs and Dinosaurs (bootleg set 1 (with PIC16c57)";384x224@60;H
+dinopic2;"Cadillacs and Dinosaurs (bootleg set 2 (with PIC16c57)";384x224@60;H
+dinopic3;"Cadillacs and Dinosaurs (bootleg set 3 (with PIC16c57)";384x224@60;H
+dinopic4;"Cadillacs and Dinosaurs (bootleg set 4 (with PIC16c57)";384x224@60;H
+dinorex;"Dino Rex (World)";320x224@60;H
+dinorexj;"Dino Rex (Japan)";320x224@60;H
+dinorexu;"Dino Rex (US)";320x224@60;H
+dinot;"Cadillacs and Dinosaurs Turbo (bootleg set 1, 930223 A";384x224@60;H
+dinotpic;"Cadillacs and Dinosaurs Turbo (bootleg set 2 (with PIC";384x224@60;H
+dinou;"Cadillacs & Dinosaurs (930201 USA)";384x224@60;H
+dirtfoxj;"Dirt Fox (Japan)";288x224@60;V
+disco;"Disco No.1";242x240@60;V
+discof;"Disco No.1 (Rev.F)";242x240@60;V
+diverboy;"Diver Boy";320x240@60;H
+djboy;"DJ Boy (Euro) - DJ Boy (set 1)";256x224@58;H
+djboya;"DJ Boy (set 2)";256x224@58;H
+djboyj;"DJ Boy (Japan) - DJ Boy (Jpn)";256x224@58;H
+dkgensan;"Daiku no Gensan (Japan, M82)";384x256@55;H
+dkgensanm72;"Daiku no Gensan (Japan, M72)";384x256@55;H
+dkingjr;"Donkey King Jr. (bootleg of Donkey Kong Jr.)";256x224@60;V
+dkong;"Donkey Kong - Donkey Kong (US set 1)";256x224@60;V
+dkong3;"Donkey Kong 3 (US)";256x224@60;V
+dkong3b;"Donkey Kong 3 (bootleg on Donkey Kong Jr. hardware)";256x224@60;V
+dkong3j;"Donkey Kong 3 (Japan)";256x224@60;V
+dkongf;"Donkey Kong Foundry (hack)";256x224@60;V
+dkonghrd;"Donkey Kong (US set 1) with Hard kit";256x224@60;V
+dkongj;"Donkey Kong (Japan set 1)";256x224@60;V
+dkongjnrj;"Donkey Kong Junior (Japan?)";256x224@60;V
+dkongjo;"Donkey Kong (Japan set 2)";256x224@60;V
+dkongjo1;"Donkey Kong (Japan set 3)";256x224@60;V
+dkongjr;"Donkey Kong Junior - Donkey Kong Junior (US set F-2)";256x224@60;V
+dkongjrb;"Donkey Kong Jr. (bootleg)";256x224@60;V
+dkongjrj;"Donkey Kong Jr. (Japan)";256x224@60;V
+dkongjrm;"Donkey Kong Jr. (Moon Cresta hardware)";256x224@60;V
+dkongo;"Donkey Kong (US set 2)";256x224@60;V
+dkongpe;"Donkey Kong - Pauline Edition (hack, rev 5)";256x224@60;V
+dkongx;"Donkey Kong II - Jumpman Returns (hack, V1.2)";256x224@60;V
+dkongx11;"Donkey Kong II - Jumpman Returns (hack, V1.1)";256x224@60;V
+dkrainbow;"Donkey Kong - Arcade Rainbow (hack)";256x224@60;V
+dland;"Dream Land / Super Dream Land (bootleg of Bubble Bobbl - Rod-Land (World)";256x224@60;H
+dleague;"Dynamite League (US)";320x240@60;H
+dleaguej;"Dynamite League (Japan)";320x240@60;H
+dmnfrnt;"Demon Front (V105)";448x224@60;H
+dmnfrnta;"Demon Front (V102, China)";448x224@60;H
+dmnfrntb;"Demon Front (V103)";448x224@60;H
+dmnfrntpcb;"Demon Front (V107, Korea, Single PCB Version)";448x224@60;H
+dngrtrck;"Danger Track (Rally X bootleg)";288x224@60;H
+docastle;"Mr. Do!'s Castle - Mr. Do's Castle (set 1)";240x192@60;V
+dodgeman;"Dodge Man";256x224@60;H
+dogfgt;"Acrobatic Dog-Fight";256x240@60;H
+dogfgtj;"Dog-Fight (Japan)";256x240@60;H
+dogfgtu;"Acrobatic Dog-Fight (USA)";256x240@60;H
+dogfight;"Dog Fight (Thunderbolt) - Dog Fighter (Euro)";256x224@60;V
+dogosokb;"Dogou Souken (Joystick hack bootleg)";288x216@60;V
+dogosoke;"Dogou Souken";288x216@60;V
+dogyuun;"Dogyuun";320x240@60;V
+dogyuuna;"Dogyuun (Licensed to Unite Trading For Korea)";320x240@60;V
+dogyuunt;"Dogyuun (test location version)";320x240@60;V
+dokaben;"Dokaben (Japan)";384x240@60;H
+dolmen;"Dolmen";256x224@56;H
+dommy;"Dommy";248x240@57;V
+dondokod;"Don Doko Don (World)";320x224@60;H
+dondokodj;"Don Doko Don (Japan)";320x224@60;H
+dondokodu;"Don Doko Don (US)";320x224@60;H
+donight;"Mr.Do's Nightmare (hack by Krazy Ivan)";256x224@60;V
+donpachi;"DonPachi (USA, ver. 1.12, 95/05/2x)";320x240@58;V
+donpachihk;"DonPachi (Hong Kong, ver. 1.10, 95/05/17)";320x240@58;V
+donpachij;"DonPachi (Japan, ver. 1.01, 95/05/11)";320x240@58;V
+donpachikr;"DonPachi (Korea, ver. 1.12, 95/05/2x)";320x240@58;V
+dorodon;"Dorodon (Jpn) - Dorodon (set 1)";240x196@60;V
+dorodon2;"Dorodon (set 2)";240x196@60;V
+dorunrun;"Do! Run Run (set 1)";240x192@60;H
+dotrikun;"Dottori Kun (new version)";256x192@60;H
+dotrikun2;"Dottori Kun (old version)";256x192@60;H
+dotriman;"Dottori-Man Jr.";256x192@60;H
+doubledr;"Double Dragon (Neo-Geo)";320x224@59;H
+dowild;"Mr. Do's Wild Ride - Mr. Do's Wild Ride (Jpn)";240x192@60;H
+downtown;"DownTown / Mokugeki (Set 1)";384x224@57;V
+downtown2;"DownTown / Mokugeki (Set 2)";384x224@57;V
+downtownj;"DownTown / Mokugeki (Joystick Hack)";384x224@57;V
+downtownp;"DownTown / Mokugeki (prototype)";384x224@57;V
+dquizgo;"Date Quiz Go Go (Korea)";320x240@60;H
+dragnblz;"Dragon Blaze";320x224@60;V
+dragonsh;"Dragon's Heaven (development board)";304x224@59;H
+drakton;"Drakton (DK conversion)";256x224@60;V
+dreamwld;"Dream World";304x224@58;H
+dremshpr;"Dream Shopper";288x224@60;V
+drgnbowl;"Dragon Bowl";256x224@60;H
+drgnbowla;"Dragon Bowl (set 2, unencrypted program)";256x224@60;H
+drgnbstr;"Dragon Buster";288x224@60;H
+drgninja;"Dragonninja (Japan)";256x240@57;H
+drgninjab;"Dragonninja (bootleg set 1)";256x240@57;H
+drgninjab2;"Dragonninja (bootleg set 2)";256x240@57;H
+drgnmst;"Dragon Master";384x224@60;H
+drgnunit;"Dragon Unit / Castle of Dragon";384x240@60;H
+drgw2;"Dragon World II (V110X, World)";448x224@60;H
+drgw2c;"Zhong Guo Long II (V100C, China)";448x224@60;H
+drgw2hk;"Dragon World II (V100H, Hong Kong)";448x224@60;H
+drgw2j;"Chuugokuryuu II (V100J, Japan)";448x224@60;H
+drifto94;"Drift Out '94 - The Hard Order (Japan)";336x238@60;H
+driftout;"Drift Out (Europe)";320x224@60;V
+driftoutj;"Drift Out (Japan)";320x224@60;V
+driveout;"Drive Out";320x224@60;V
+drivfrcb;"Driving Force (Galaxian conversion bootleg)";256x224@60;V
+drivfrcg;"Driving Force (Galaxian conversion)";256x224@60;V
+drivfrcp;"Driving Force (Pac-Man conversion)";256x224@60;V
+drivfrct;"Top Racer (bootleg of Driving Force)";256x224@60;V
+drktnjr;"Drakton (DKJr conversion)";256x224@60;V
+drmicro;"Dr. Micro";256x224@60;V
+drtomy;"Dr. Tomy";320x240@60;H
+drtoppel;"Dr. Toppel's Adventure (World)";256x224@60;V
+drtoppela;"Dr. Toppel's Adventure (World, alt?)";256x224@60;V
+drtoppelj;"Dr. Toppel's Tankentai (Japan)";256x224@60;V
+drtoppelu;"Dr. Toppel's Adventure (US)";256x224@60;V
+dsaber;"Dragon Saber (World, DO2) - Dragon Saber - After Story of Dragon Spirit";288x224@60;V
+dsabera;"Dragon Saber (World, older?)";288x224@60;V
+dsaberj;"Dragon Saber (Japan, Rev B)";288x224@60;V
+dsoccr94;"Dream Soccer '94 (World, M107 hardware)";320x240@60;H
+dsoccr94j;"Dream Soccer '94 (Japan)";320x240@60;H
+dsoccr94k;"Dream Soccer '94 (Korea, M107 hardware)";320x240@60;H
+dspirit;"Dragon Spirit - Dragon Spirit - Dragon Spirit (new version (DS3))";288x224@60;V
+dspirit1;"Dragon Spirit (old version (DS1))";288x224@60;V
+dspirit2;"Dragon Spirit (DS2)";288x224@60;V
+dstlk;"Darkstalkers - the night warriors (940705 Euro) - Landstalker - The Treasures of King Nole (Euro)";384x224@60;H
+dstlka;"Darkstalkers - the night warriors (940705 Asia)";384x224@60;H
+dstlkh;"Darkstalkers - the night warriors (940818 Hispanic)";384x224@60;H
+dstlku;"Darkstalkers - the night warriors (940818 USA) - Landstalker - The Treasures of King Nole (USA)";384x224@60;H
+dstlku1d;"Darkstalkers - the night warriors (940705 USA Phoenix";384x224@60;H
+dstlkur1;"Darkstalkers - the night warriors (940705 USA)";384x224@60;H
+ducki;"Duck Tales (Intro demo)";304x224@59;H
+dumpmtmt;"Dump Matsumoto (Japan, 8751 317-unknown)";320x224@60;H
+dungeonm;"Dungeon Magic (Ver 2.1O 1994/02/18)";320x224@60;H
+dungeonmu;"Dungeon Magic (Ver 2.1A 1994/02/18)";320x224@60;H
+dunkshot;"Dunk Shot (Jpn) - Dunk Shot (Rev C, FD1089 317-0022)";320x224@60;H
+dunkshota;"Dunk Shot (Jpn, Alt) - Dunk Shot (Rev A, FD1089 317-0022)";320x224@60;H
+dunkshoto;"Dunk Shot (FD1089 317-0022)";320x224@60;H
+dw2001;"Dragon World 2001 (V100, Japan)";448x224@60;H
+dw2v100x;"Dragon World II (V100X, World)";448x224@60;H
+dwi;"DarkWing Duck (Intro demo)";304x224@59;H
+dwia;"DarkWing Duck (Intro demo, alt)";304x224@59;H
+dwpc;"Dragon World Pretty Chance (V101, Japan)";448x224@60;H
+dyger;"Dyger (Korea set 1)";384x224@60;V
+dygera;"Dyger (Korea set 2)";384x224@60;V
+dynablst;"Dynablaster / Bomber Man";320x240@60;H
+dynagear;"Dyna Gear";336x240@60;H
+dynduke;"Dynamite Duke (Euro, Bra) - Dynamite Duke (Europe, 03SEP89) - Dynamite Duke (World, Rev. A)";256x224@60;H
+dyndukea;"Dynamite Duke (Europe, 25JUL89)";256x224@60;H
+dyndukej;"Dynamite Duke (Japan, 03SEP89)";256x224@60;H
+dyndukeja;"Dynamite Duke (Japan, 25JUL89)";256x224@60;H
+dyndukeu;"Dynamite Duke (US, 25JUL89)";256x224@60;H
+dynwar;"Dynasty Wars (US set 1)";384x224@60;H
+dynwara;"Dynasty Wars (US set 2)";384x224@60;H
+dynwarj;"Tenchi wo Kurau (Japan)";384x224@60;H
+dynwarjr;"Tenchi wo Kurau (Japan Resale Ver.)";384x224@60;H
+eagle;"Eagle (set 1)";256x224@60;V
+eagle2;"Eagle (set 2)";256x224@60;V
+eagle3;"Eagle (set 3)";256x224@60;V
+eaglshot;"Eagle Shot Golf";320x224@60;H
+earthjkr;"U.N. Defense Force: Earth Joker (Japan)";320x240@60;V
+earthjkrp;"U.N. Defense Force: Earth Joker (Japan, prototype?)";320x240@60;V
+ecofghtr;"Eco Fighters (931203 etc)";384x224@60;H
+ecofghtra;"Eco Fighters (931203 Asia)";384x224@60;H
+ecofghtrd;"Eco Fighters (931203 World Phoenix Edition)";384x224@60;H
+ecofghtrh;"Eco Fighters (931203 Hispanic)";384x224@60;H
+ecofghtru;"Eco Fighters (940215 USA)";384x224@60;H
+ecofghtru1;"Eco Fighters (931203 USA)";384x224@60;H
+edf;"Armed Formation - Armed Formation F - E.D.F. : Earth Defense Force (set 1) - Twisted Flipper (USA, Prototype)";256x224@60;H
+edfa;"E.D.F. : Earth Defense Force (set 2)";256x224@60;H
+edfbl;"E.D.F. : Earth Defense Force (bootleg)";256x224@60;H
+edfu;"E.D.F. : Earth Defense Force (North America)";256x224@60;H
+edrandy;"The Cliffhanger - Edward Randy (World ver 3)";256x240@58;H
+edrandy1;"The Cliffhanger - Edward Randy (World ver 1)";256x240@58;H
+edrandy2;"The Cliffhanger - Edward Randy (World ver 2)";256x240@58;H
+edrandyj;"The Cliffhanger - Edward Randy (Japan ver 3)";256x240@58;H
+eeekk;"Eeekk!";288x224@60;V
+egghunt;"Egg Hunt";384x240@58;H
+eggor;"Eggor";288x224@60;V
+eggs;"Eggs";240x240@57;V
+eightfrc;"Eight Forces";384x224@60;V
+eightman;"Eight Man (NGM-025)(NGH-025)";320x224@59;H
+elvact2u;"Elevator Action II (Ver 2.2A 1995/02/20)";320x232@60;H
+elvactr;"Elevator Action Returns (Ver 2.2O 1995/02/20)";320x232@60;H
+elvactrj;"Elevator Action Returns (Ver 2.2J 1995/02/20)";320x232@60;H
+endurobl;"Enduro Racer (bootleg set 1)";320x224@60;H
+enduror;"Enduro Racer (YM2151, FD1089B 317-0013A)";320x224@60;H
+enduror1;"Enduro Racer (YM2203, FD1089B 317-0013A)";320x224@60;H
+enforce;"Enforce (World)";320x224@60;H
+enforcej;"Enforce (Japan)";320x224@60;H
+enforceja;"Enforce (Japan, Analog Controls)";320x224@60;H
+esckids;"Escape Kids (Asia, 4 Players)";288x240@60;H
+esckidsj;"Escape Kids (Japan, 2 Players)";288x240@60;H
+espgal;"Espgaluda (V100, Japan)";448x224@59;V
+espgalbl;"Espgaluda (2003/10/15 Master Ver, bootleg cartridge co";448x224@59;V
+esprade;"ESP Ra.De. - A.D.2018 Tokyo (International, ver. 98/04";320x240@58;V
+espradej;"ESP Ra.De. (Japan, ver. 98/04/21)";320x240@58;V
+espradejo;"ESP Ra.De. (Japan, ver. 98/04/14)";320x240@58;V
+eswat;"E-Swat - Cyber Police (set 4, World, FD1094 317-0130) - ESWAT - City Under Siege (Euro, USA, Rev. A)";320x224@60;H
+eswatbl;"E-Swat - Cyber Police (bootleg)";320x224@60;H
+eswatd;"E-Swat - Cyber Police (set 4, World, FD1094 317-0130 d";320x224@60;H
+eswatj;"Cyber Police ESWAT (Jpn, Rev. 0) - E-Swat - Cyber Police (set 2, Japan, FD1094 317-0128)";320x224@60;H
+eswatj1;"E-Swat - Cyber Police (set 1, Japan, FD1094 317-0131)";320x224@60;H
+eswatj1d;"E-Swat - Cyber Police (set 1, Japan, FD1094 317-0131 d";320x224@60;H
+eswatjd;"E-Swat - Cyber Police (set 2, Japan, FD1094 317-0128 d";320x224@60;H
+eswatu;"E-Swat - Cyber Police (set 3, US, FD1094 317-0129)";320x224@60;H
+eswatud;"E-Swat - Cyber Police (set 3, US, FD1094 317-0129 decr";320x224@60;H
+eto;"Game Toshokan (Jpn, Rev. A) - Kokontouzai Eto Monogatari (Japan)";320x240@60;H
+euroch92;"Euro Champ '92 (World)";320x224@60;H
+evilston;"Evil Stone";320x224@60;V
+excelsr;"Excelsior (set 1)";320x240@58;H
+excelsra;"Excelsior (set 2)";320x240@58;H
+exctleag;"Excite League (FD1094 317-0079)";320x224@60;H
+exctleagd;"Excite League (FD1094 317-0079 decrypted)";320x224@60;H
+exedexes;"Exed Exes";256x224@60;V
+exerizerb;"Exerizer (Japan) (bootleg)";320x224@60;V
+exodus;"Exodus (bootleg?) - Exodus - Journey to the Promised Land (USA)";256x224@60;V
+explbrkr;"Explosive Breaker";256x224@60;V
+explorer;"Explorer";256x224@60;V
+extdwnhl;"Extreme Downhill (v1.5)";320x240@60;H
+extrmatn;"Extermination (World)";256x224@60;V
+extrmatnj;"Extermination (Japan)";256x224@60;V
+extrmatnu;"Extermination (US, set 1)";256x224@60;V
+extrmatnur;"Extermination (US, Romstar)";256x224@60;V
+exzisus;"Exzisus (Japan, dedicated)";256x224@60;H
+exzisusa;"Exzisus (Japan, conversion)";256x224@60;H
+exzisust;"Exzisus (TAD license)";256x224@60;H
+eyes;"Eyes (Digitrex Techstar)";288x224@60;V
+eyes2;"Eyes (Techstar)";288x224@60;V
+eyesb;"Eyes (bootleg set 1)";288x224@60;V
+eyeszacb;"Eyes (bootleg set 2, decrypted)";288x224@60;V
+f1dreamb;"F-1 Dream (bootleg, set 1)";256x224@60;H
+f1dreamba;"F-1 Dream (bootleg, set 2)";256x224@60;H
+f1gp;"F-1 Grand Prix - Nakajima Satoru Kanshuu F1 Grand Prix (Jpn)";320x240@60;V
+f1gp2;"F-1 Grand Prix Part II";320x224@60;V
+faceoff;"Face Off (Japan 2 Players)";288x224@60;H
+falcon;"Falcon - Falcon (bootleg of Phoenix) (8085A CPU)";256x208@60;V
+falconz;"Falcon (bootleg of Phoenix) (Z80 CPU)";256x208@60;V
+fantasia;"Fantasia (940429 PCB, set 1) - Fantasia (World, Rev. A)";256x224@60;V
+fantasiaa;"Fantasia (940307 PCB)";256x224@60;V
+fantasiab;"Fantasia (940429 PCB, set 2)";256x224@60;V
+fantasian;"Fantasia (940803 PCB)";256x224@60;V
+fantastc;"Fantastic (Galaga conversion on Galaxian hardware)";256x224@60;V
+fantazia;"Fantazia (bootleg?)";256x224@60;V
+fantland;"Fantasy Land (set 1)";352x256@60;H
+fantlanda;"Fantasy Land (set 2)";352x256@60;H
+fantsia2;"Fantasia II (Explicit)";256x224@60;H
+fantsia2a;"Fantasia II (Less Explicit)";256x224@60;H
+fantsia2n;"Fantasia II (1998)";256x224@60;H
+fantsy95;"Fantasy '95";256x224@60;V
+fantzn2x;"Fantasy Zone II - The Tears of Opa-Opa (System 16C)";320x224@60;H
+fantzn2xp;"Fantasy Zone II - The Tears of Opa-Opa (System 16C, pr";320x224@60;H
+fantzn2xps2;"Fantasy Zone II - The Tears of Opa-Opa (System 16C, PS";320x224@60;H
+fantznta;"Fantasy Zone Time Attack (System 16B, PS2 data file)";320x224@60;H
+fantzone;"Fantasy Zone - Fantasy Zone - Fantasy Zone (Jpn) - Fantasy Zone (Rev A, unprotected) - Fantasy Zone (World, v2) - Fantasy Zone Gear (Euro, Jpn)";320x224@60;H
+fantzone1;"Fantasy Zone (unprotected) - Fantasy Zone (World, v1, Prototype)";320x224@60;H
+fantzonep;"Fantasy Zone (317-5000)";320x224@60;H
+fantzoneta;"Fantasy Zone (Time Attack, bootleg)";320x224@60;H
+farmer;"Farmers Rebellion";240x224@60;H
+fastfred;"Fast Freddie";256x224@60;V
+fatfursp;"Fatal Fury Special (Euro) - Fatal Fury Special / Garou Densetsu Special (set 1)(NG";320x224@59;H
+fatfurspa;"Fatal Fury Special / Garou Densetsu Special (set 2)(NG";320x224@59;H
+fatfury1;"Fatal Fury - King of Fighters / Garou Densetsu - shuku";320x224@59;H
+fatfury2;"Fatal Fury 2 (USA, Kor) - Fatal Fury 2 / Garou Densetsu 2 - arata-naru tatakai (";320x224@59;H
+fatfury2a;"Fatal Fury 2 / Garou Densetsu 2 - arata-naru tatakai (";320x224@59;H
+fatfury3;"Fatal Fury 3 - Road to the Final Victory / Garou Dense";320x224@59;H
+fatfury3a;"Fatal Fury 3 - Road to the Final Victory / Garou Dense";320x224@59;H
+fball;"Fire Ball (FM Work)";256x240@60;H
+fbfrenzy;"Football Frenzy (NGM-034)(NGH-034)";304x224@59;H
+fcrash;"Final Crash (bootleg (with 2xYM2203 + 2xMSM5205))";384x224@60;H
+feversos;"Fever SOS (International, ver. 98/09/25)";320x240@58;V
+ffantasy;"Fighting Fantasy (Japan revision 3)";256x240@57;H
+ffantasya;"Fighting Fantasy (Japan)";256x240@57;H
+ffantasyb;"Fighting Fantasy (Japan revision ?)";256x240@57;H
+ffantasyj;"Fighting Fantasy (Japan revision 2)";256x240@57;H
+ffight;"Final Fight (World, set 1)";384x224@60;H
+ffighta;"Final Fight (World, set 2)";384x224@60;H
+ffightbl;"Final Fight (bootleg set 1 (with 2xYM2203 + 2xMSM5205)";384x224@60;H
+ffightbla;"Final Fight (bootleg set 2 (with 2xYM2203 + 2xMSM5205)";384x224@60;H
+ffightj;"Final Fight (Japan)";384x224@60;H
+ffightj1;"Final Fight (900112 Japan)";384x224@60;H
+ffightj2;"Final Fight (900305 Japan)";384x224@60;H
+ffightj3;"Final Fight (900613 Japan)";384x224@60;H
+ffightjh;"Street Smart / Final Fight (Japan, hack)";384x224@60;H
+ffightu;"Final Fight (USA, set 1)";384x224@60;H
+ffightu1;"Final Fight (USA, set 2)";384x224@60;H
+ffightu2;"Final Fight (USA, set 3)";384x224@60;H
+ffightua;"Final Fight (900112 USA)";384x224@60;H
+ffightub;"Final Fight (900424 USA)";384x224@60;H
+ffightuc;"Final Fight (900613 USA)";384x224@60;H
+fghtbskt;"Fighting Basketball";256x224@60;H
+fhawk;"Fighting Hawk (World)";320x224@60;V
+fhawkj;"Fighting Hawk (Japan)";320x224@60;V
+fightfev;"Fight Fever (set 1)";304x224@59;H
+fightfeva;"Fight Fever (set 2)";304x224@59;H
+fightrol;"Fighting Roller";240x224@60;V
+finalb;"Final Blow (Jpn) - Final Blow (World)";320x224@60;H
+finalbj;"Final Blow (Japan)";320x224@60;H
+finalbu;"Final Blow (US)";320x224@60;H
+finalizr;"Finalizer - Super Transformation";272x224@60;V
+finalizrb;"Finalizer - Super Transformation (bootleg)";272x224@60;V
+finalttr;"Final Tetris";256x224@58;H
+finehour;"Finest Hour (Japan)";288x224@60;H
+firebarr;"Fire Barrel (Japan)";320x240@60;V
+firehawk;"Fire Hawk (horizontal) - Firehawk (Euro)";256x224@56;H
+fireshrk;"Fire Shark - Fire Shark (Euro)";320x240@57.6;V
+fireshrka;"Fire Shark (Earlier)";320x240@57.6;V
+fireshrkd;"Fire Shark (Korea, set 1, easier)";320x240@57.6;V
+fireshrkdh;"Fire Shark (Korea, set 2, harder)";320x240@57.6;V
+firetrap;"Fire Trap (US, set 1)";256x240@60;V
+firetrapa;"Fire Trap (US, set 2)";256x240@60;V
+firetrapbl;"Fire Trap (Japan bootleg)";256x240@60;V
+firetrapj;"Fire Trap (Japan)";256x240@60;V
+fitegolf;"Fighting Golf (World?)";288x216@60;H
+fitegolf2;"Fighting Golf (US, Ver 2)";288x216@60;H
+fitegolfu;"Fighting Golf (US)";288x216@60;H
+fixeight;"FixEight (Europe)";320x240@60;V
+fixeighta;"FixEight (Southeast Asia)";320x240@60;V
+fixeightat;"FixEight (Southeast Asia, Taito license)";320x240@60;V
+fixeighth;"FixEight (Hong Kong)";320x240@60;V
+fixeightht;"FixEight (Hong Kong, Taito license)";320x240@60;V
+fixeightj;"FixEight (Japan)";320x240@60;V
+fixeightjt;"FixEight (Japan, Taito license)";320x240@60;V
+fixeightk;"FixEight (Korea)";320x240@60;V
+fixeightkt;"FixEight (Korea, Taito license)";320x240@60;V
+fixeightt;"FixEight (Europe, Taito license)";320x240@60;V
+fixeighttw;"FixEight (Taiwan)";320x240@60;V
+fixeighttwt;"FixEight (Taiwan, Taito license)";320x240@60;V
+fixeightu;"FixEight (USA)";320x240@60;V
+fixeightut;"FixEight (USA, Taito license)";320x240@60;V
+fjbuster;"Fujiyama Buster (Japan)";256x224@60;H
+flagrall;"'96 Flag Rally";320x240@60;H
+flashgal;"Flashgal (set 1)";288x224@60;H
+flashgala;"Flashgal (set 2)";288x224@60;H
+flashgalk;"Flashgal (set 1, Kyugo logo)";288x224@60;H
+flicky;"Flicky (128k Version, 315-5051) - Flicky (Euro, USA) - Flicky (Jpn) - Flicky (Jpn, v1)";256x224@60;H
+flickya;"Flicky (128k Version, 315-5051, larger roms)) - Flicky (Jpn, v0)";256x224@60;H
+flickyg;"Flicky (128k Version, System 2, 315-5051, alt graphics";256x224@60;H
+flickyo;"Flicky (64k Version, 315-5051, set 1)";256x224@60;H
+flickys1;"Flicky (64k Version, 315-5051, set 2)";256x224@60;H
+flickys2;"Flicky (128k Version, not encrypted)";256x224@60;H
+flickys2g;"Flicky (128k Version, System 2, not encrypted, alt gra";256x224@60;H
+flipshot;"Battle Flip Shot";304x224@59;H
+flipull;"Flipull (Japan)";320x224@60;H
+flstory;"The FairyLand Story - The Fairyland Story (Jpn)";256x224@60;H
+flstoryj;"The FairyLand Story (Japan)";256x224@60;H
+flyboy;"Fly-Boy";256x224@60;V
+flyboyb;"Fly-Boy (bootleg)";256x224@60;V
+flytiger;"Flying Tiger (set 1)";384x240@60;V
+flytigera;"Flying Tiger (set 2)";384x240@60;V
+fncywld;"Fancy World - Earth of Crisis";320x240@60;H
+fnkyfish;"Funky Fish";512x256@60;V
+fnshark;"Flyin' Shark (bootleg of Hishou Zame)";320x240@55;V
+footchmp;"Football Champ (World)";320x224@60;H
+forcebrk;"Force Break (bootleg)";240x240@60;H
+forgottn;"Forgotten Worlds (Euro, Bra, Aus) - Forgotten Worlds (World, newer) - Forgotten Worlds (World, v1.1)";384x224@60;H
+forgottna;"Forgotten Worlds (World)";384x224@60;H
+forgottnu;"Forgotten Worlds (US, B-Board 88621B-2, rev C)";384x224@60;H
+forgottnua;"Forgotten Worlds (US, B-Board 88618B-2, rev A)";384x224@60;H
+forgottnuaa;"Forgotten Worlds (US, B-Board 88618B-2, rev AA)";384x224@60;H
+forgottnuc;"Forgotten Worlds (US, B-Board 88618B-2, Rev C)";384x224@60;H
+forgottnue;"Forgotten Worlds (US, B-Board 88618B-2, Rev E)";384x224@60;H
+formatz;"Formation Z - Formation Z (Jpn)";248x224@60;H
+fpoint;"Flash Point (set 2, Japan, FD1094 317-0127A) - Flashpoint (Kor) - Flashpoint (Kor)";320x224@60;H
+fpoint1;"Flash Point (set 1, Japan, FD1094 317-0127A)";320x224@60;H
+fpoint1d;"Flash Point (set 1, Japan, FD1094 317-0127A decrypted)";320x224@60;H
+fpointbj;"Flash Point (Japan, bootleg)";320x224@60;H
+fpointbl;"Flash Point (World, bootleg)";320x224@60;H
+fpointd;"Flash Point (set 2, Japan, FD1094 317-0127A decrypted)";320x224@60;H
+freekick;"Free Kick (NS6201-A 1987.10)";256x224@60;V
+freekicka;"Free Kick (NS6201-A 1987.9)";256x224@60;V
+freekickb1;"Free Kick (bootleg set 1)";256x224@60;V
+freekickb3;"Free Kick (bootleg set 3)";256x224@60;V
+freeze;"Freeze";256x224@60;V
+friskyt;"Frisky Tom (set 1)";256x224@60;H
+friskyta;"Frisky Tom (set 2)";256x224@60;H
+friskytb;"Frisky Tom (set 3, encrypted)";256x224@60;H
+frogf;"Frog (Falcon bootleg)";256x224@60;V
+frogg;"Frog (Galaxian hardware)";256x224@60;V
+frogger;"Frogger - Frogger - Frogger (Jpn) - Frogger (USA) - Frogger (USA, Prototype)";256x224@60;V
+froggermc;"Frogger (Moon Cresta hardware)";256x224@60;V
+froggers;"Frog";256x224@60;V
+froggers1;"Frogger (Sega set 1)";256x224@60;V
+froggers2;"Frogger (Sega set 2)";256x224@60;V
+froggers3;"Frogger (Sega set 3)";256x224@60;V
+froggrs;"Frogger (Scramble hardware)";256x224@60;V
+froman2b;"Idol Mahjong - final romance 2 (Neo CD Conversion)";304x224@59;H
+fround;"The Final Round (ver. M)";320x224@60;H
+froundl;"The Final Round (ver. L)";320x224@60;H
+fshark;"Flying Shark (World)";320x240@54.9;V
+fsharkbt;"Flying Shark (bootleg with 8741)";320x240@54.9;V
+fsoccerb;"Fighting Soccer (Joystick hack bootleg)";400x224@60;H
+fsoccerba;"Fighting Soccer (Joystick hack bootleg, alt)";400x224@60;H
+fstarfrc;"Final Star Force (US)";256x224@60;V
+fstarfrcj;"Final Star Force (Japan)";256x224@60;V
+fswords;"Fighters Swords (Korean release of Samurai Shodown III";304x224@59;H
+fullthrl;"Full Throttle (Japan)";320x240@60;H
+funkybee;"Funky Bee";236x224@60;V
+funkybeeb;"Funky Bee (bootleg, harder)";236x224@60;V
+funkyjet;"Funky Jet (World, rev 1)";320x240@58;H
+funkyjeta;"Funky Jet (World)";320x240@58;H
+funkyjetj;"Funky Jet (Japan, rev 2)";320x240@58;H
+funybubl;"Funny Bubble";320x224@60;H
+funybublc;"Funny Bubble (Comad version)";320x224@60;H
+futspy;"Future Spy";256x224@60;V
+fx;"F-X - Sega Graphic Board (Jpn, Prototype v2.0) - SF-X";288x224@60;V
+fxa;"F-X (alternate set)";288x224@60;V
+gaia;"Gaia Crusaders - Sagaia (Euro, Bra) - Sagaia (USA)";320x224@58;H
+gaialast;"Gaia - The Last Choice of Earth";304x224@58;H
+gaiapols;"Gaiapolis (ver EAF)";376x224@60;V
+gaiapolsj;"Gaiapolis (ver JAF)";376x224@60;V
+gaiapolsu;"Gaiapolis (ver UAF)";376x224@60;V
+gaiden;"Ninja Gaiden (Euro, Bra) - Ninja Gaiden (Euro, USA) - Ninja Gaiden (Jpn, Prototype) - Ninja Gaiden (US)";256x224@60;H
+galaga;"Galaga (Jpn) - Galaga (Namco rev. B) - Galaga (Tw) - Galaga Demo (set 2)";288x224@60;V
+galaga3;"Galaga 3 (GP3 rev. D)";288x224@60;V
+galaga3a;"Galaga 3 (GP3 rev. C)";288x224@60;V
+galaga3b;"Galaga 3 (GP3)";288x224@60;V
+galaga3c;"Galaga 3 (set 4)";288x224@60;V
+galaga3m;"Galaga 3 (set 5)";288x224@60;V
+galaga88;"Galaga '88 - Galaga '88";288x224@60;V
+galaga88a;"Galaga '88 (02-03-88)";288x224@60;V
+galaga88j;"Galaga '88 (Japan)";288x224@60;V
+galagamf;"Galaga (Midway set 1 with fast shoot hack)";288x224@60;V
+galagamk;"Galaga (Midway set 2)";288x224@60;V
+galagamw;"Galaga (Midway set 1)";288x224@60;V
+galagao;"Galaga (Namco)";288x224@60;V
+galap1;"Space Invaders Galactica (galaxiaj hack)";256x224@60;V
+galap4;"Galaxian Part 4 (hack)";256x224@60;V
+galapx;"Galaxian Part X (moonaln hack)";256x224@60;V
+galaxbsf;"Galaxian (bootleg, set 1)";256x224@60;V
+galaxian;"Galaxian - Galaxian (Jpn) - Galaxian (Kor) - Galaxian (Namco set 1)";256x224@60;V
+galaxiana;"Galaxian (Alt) - Galaxian (Jpn, Alt) - Galaxian (Namco set 2)";256x224@60;V
+galaxianbl;"Galaxian (bootleg, set 2)";256x224@60;V
+galaxiani;"Galaxian (Irem)";256x224@60;V
+galaxianm;"Galaxian (Midway set 1)";256x224@60;V
+galaxianmo;"Galaxian (Midway set 2)";256x224@60;V
+galaxiant;"Galaxian (Taito)";256x224@60;V
+galaxrf;"Galaxian (Recreativos Franco S.A. Spanish bootleg)";256x224@60;V
+galaxrfgg;"Galaxian Growing Galaxip / Galaxian Nave Creciente (Re";256x224@60;V
+galaxyfg;"Galaxy Fight - Universal Warriors";304x224@59;H
+galaxygn;"Galaxy Gunners";352x256@60;V
+galemp;"Galaxy Empire (bootleg?)";256x224@60;V
+galhustl;"Gals Hustler";256x224@60;H
+galivan;"Cosmo Police Galivan (12/26/1985)";256x224@60;V
+galivan2;"Cosmo Police Galivan (12/16/1985)";256x224@60;V
+galivan3;"Cosmo Police Galivan (12/11/1985)";256x224@60;V
+gallag;"Gallag";288x224@60;V
+gallop;"Gallop - Armed police Unit (Japan)";384x256@55;H
+galmedes;"Galmedes (Japan)";320x240@60;V
+galpani4;"Gals Panic 4 (Japan)";320x240@60;H
+galpani4k;"Gals Panic 4 (Korea)";320x240@60;H
+galpanic;"Gals Panic (Unprotected)";256x224@60;V
+galpanidx;"Gals Panic DX (Asia)";320x240@60;H
+galpanis;"Gals Panic S - Extra Edition (Europe)";320x240@60;H
+galpanisj;"Gals Panic S - Extra Edition (Japan)";320x240@60;H
+galpanisk;"Gals Panic S - Extra Edition (Korea)";320x240@60;H
+galpans2;"Gals Panic S2 (Europe)";320x240@60;H
+galpans2a;"Gals Panic S2 (Asia)";320x240@60;H
+galpans2j;"Gals Panic S2 (Japan)";320x240@60;H
+galpans3;"Gals Panic S3 (Japan)";320x240@60;H
+galpansu;"Gals Panic SU (Korea)";320x240@60;H
+galspnbl;"Gals Pinball";512x224@60;V
+galturbo;"Galaxian Turbo (superg hack)";256x224@60;V
+ganbare;"Ganbare! Marine Kun (Marine 2K0411 JPN)";384x224@60;H
+gangonta;"Ganbare! Gonta!! 2 / Party Time: Gonta the Diver II (J";320x240@58;V
+gangwars;"Gang Wars";256x224@60;H
+gangwarsb;"Gang Wars (bootleg)";256x224@60;H
+gangwarsj;"Gang Wars (Japan)";256x224@60;H
+gangwarsu;"Gang Wars (US)";256x224@60;H
+ganryu;"Ganryu / Musashi Ganryuki";304x224@59;H
+gaplus;"Gaplus (GP2 rev. B)";288x224@60;V
+gaplusa;"Gaplus (GP2)";288x224@60;V
+gaplusd;"Gaplus (GP2 rev D, alternate hardware)";288x224@60;V
+gaplust;"Gaplus (Tecfri PCB)";288x224@60;V
+gardia;"Gardia (317-0006)";256x224@60;V
+garogun;"Garogun Seroyang (Korea)";320x240@60;H
+garou;"Garou - Mark of the Wolves (NGM-2530) - Garou Densetsu - Shukumei no Tatakai (Jpn)";320x224@59;H
+garoubl;"Garou - Mark of the Wolves (bootleg)";320x224@59;H
+garouh;"Garou - Mark of the Wolves (NGM-2530) (NGH-2530)";320x224@59;H
+garoup;"Garou - Mark of the Wolves (prototype)";320x224@59;H
+garuka;"Garuka (Japan ver. W)";304x224@60;V
+garyoret;"Garyo Retsuden (Japan)";256x240@58;H
+gatedoom;"Gate of Doom (US revision 4)";256x240@58;H
+gatedoom1;"Gate of Doom (US revision 1)";256x240@58;H
+gaunt2;"Gauntlet II";336x240@60;H
+gaunt22p;"Gauntlet II (2 Players, rev 2)";336x240@60;H
+gaunt22p1;"Gauntlet II (2 Players, rev 1)";336x240@60;H
+gaunt22pg;"Gauntlet II (2 Players, German)";336x240@60;H
+gaunt2g;"Gauntlet II (German)";336x240@60;H
+gauntlet;"Gauntlet (Euro) - Gauntlet (Euro, Bra) - Gauntlet (rev 14)";336x240@60;H
+gauntlet2p;"Gauntlet (2 Players, rev 6)";336x240@60;H
+gauntlet2pg;"Gauntlet (2 Players, German, rev 4)";336x240@60;H
+gauntlet2pg1;"Gauntlet (2 Players, German, rev 1)";336x240@60;H
+gauntlet2pj;"Gauntlet (2 Players, Japanese, rev 5)";336x240@60;H
+gauntlet2pj2;"Gauntlet (2 Players, Japanese rev 2)";336x240@60;H
+gauntlet2pr3;"Gauntlet (2 Players, rev 3)";336x240@60;H
+gauntletg;"Gauntlet (German, rev 10)";336x240@60;H
+gauntletgr3;"Gauntlet (German, rev 3)";336x240@60;H
+gauntletgr6;"Gauntlet (German, rev 6)";336x240@60;H
+gauntletgr8;"Gauntlet (German, rev 8)";336x240@60;H
+gauntletj;"Gauntlet (Japanese, rev 13)";336x240@60;H
+gauntletj12;"Gauntlet (Japanese, rev 12)";336x240@60;H
+gauntletr1;"Gauntlet (rev 1)";336x240@60;H
+gauntletr2;"Gauntlet (rev 2)";336x240@60;H
+gauntletr4;"Gauntlet (rev 4)";336x240@60;H
+gauntletr5;"Gauntlet (rev 5)";336x240@60;H
+gauntletr7;"Gauntlet (rev 7)";336x240@60;H
+gauntletr9;"Gauntlet (rev 9)";336x240@60;H
+gauntlets;"Gauntlet (Spanish, rev 15)";336x240@60;H
+gberet;"Green Beret - Green Beret (Euro)";240x224@60;H
+gberetb;"Green Beret (bootleg)";240x224@60;H
+gblchmp;"Global Champion (Ver 2.1A 1994/07/29)";320x224@60;H
+gbusters;"Gang Busters (set 1)";288x224@60;V
+gbustersa;"Gang Busters (set 2)";288x224@60;V
+gdfs;"Mobil Suit Gundam Final Shooting (Japan)";336x240@60;H
+geebee;"Gee Bee";272x224@60;V
+geebeeg;"Gee Bee (Gremlin)";272x224@60;V
+gekiridn;"Gekirindan (Ver 2.3O 1995/09/21)";320x232@60;V
+gekiridnj;"Gekirindan (Ver 2.3J 1995/09/21)";320x232@60;V
+gemini;"Gemini Wing (Japan)";256x224@60;V
+geminib;"Gemini Wing (World, bootleg)";256x224@60;V
+genix;"Genix Family";288x224@60;H
+genpeitd;"Genpei ToumaDen";288x224@60;H
+gensitou;"Genshi-Tou 1930's (Japan)";256x224@60;H
+geostorm;"Geostorm (Japan)";320x240@60;H
+getstarb1;"Get Star (bootleg, set 1)";280x240@60;H
+getstarb2;"Get Star (bootleg, set 2)";280x240@60;H
+getstarj;"Get Star (Japan)";280x240@60;H
+gforce2;"Galaxy Force 2 - Galaxy Force II (World, Rev. B)";320x224@60;H
+gforce2j;"Galaxy Force 2 (Japan)";320x224@60;H
+gforce2ja;"Galaxy Force 2 (Japan, Rev A)";320x224@60;H
+gforce2sd;"Galaxy Force 2 (Super Deluxe unit)";320x224@60;H
+ghostb;"The Real Ghostbusters (US 2 Players, revision 2)";256x240@58;H
+ghostb2a;"The Real Ghostbusters (US 2 Players)";256x240@58;H
+ghostb3;"The Real Ghostbusters (US 3 Players)";256x240@58;H
+ghostbi;"Ghost Busters (Intro demo)";304x224@59;H
+ghostlop;"Ghostlop (prototype)";304x224@59;H
+ghostmun;"Ghost Muncher";256x224@60;V
+ghouls;"Ghouls'n Ghosts (Euro, USA, Bra) - Ghouls'n Ghosts (Euro, USA, Kor, Rev. A) - Ghouls'n Ghosts (World)";384x224@60;H
+ghoulsu;"Ghouls'n Ghosts (US)";384x224@60;H
+ghox;"Ghox (spinner)";320x240@60;V
+ghoxj;"Ghox (joystick)";320x240@60;V
+gigaman2;"Gigaman 2: The Power Fighters (bootleg)";384x224@60;H
+gigandes;"Gigandes";384x240@60;H
+gigandesa;"Gigandes (earlier)";384x240@60;H
+gigasb;"Gigas (bootleg)";256x224@60;V
+gigasm2b;"Gigas Mark II";256x224@60;V
+gigawing;"Giga Wing (990222 USA)";384x224@60;H
+gigawinga;"Giga Wing (990222 Asia)";384x224@60;H
+gigawingb;"Giga Wing (990222 Brazil)";384x224@60;H
+gigawingd;"Giga Wing (990222 USA Phoenix Edition)";384x224@60;H
+gigawingh;"Giga Wing (990222 Hispanic)";384x224@60;H
+gigawingj;"Giga Wing (990223 Japan)";384x224@60;H
+gigawingjd;"Giga Wing (990223 Japan Phoenix Edition)";384x224@60;H
+gijoe;"G.I. Joe (World, EAB, set 1)";288x224@60;H
+gijoea;"G.I. Joe (World, EB8, prototype?)";288x224@60;H
+gijoej;"G.I. Joe (Japan, JAA)";288x224@60;H
+gijoeu;"G.I. Joe (US, UAB)";288x224@60;H
+ginganin;"Ginga NinkyouDen (set 1)";256x224@60;H
+ginganina;"Ginga NinkyouDen (set 2)";256x224@60;H
+ginkun;"Ganbare Ginkun";256x224@60;H
+gloc;"G-LOC Air Battle (Euro, Bra, Kor) - G-LOC Air Battle (Euro, USA, Bra) - G-LOC Air Battle (World) - G-LOC Air Battle (World)";320x224@60;H
+glocr360;"G-LOC R360";320x224@60;H
+glocu;"G-LOC Air Battle (US)";320x224@60;H
+gmahou;"Great Mahou Daisakusen (000121 Japan)";384x224@60;V
+gmgalax;"Ghostmuncher Galaxian (bootleg)";256x224@60;V
+gnbarich;"Gunbarich";320x224@60;V
+gng;"Ghosts'n Goblins (World? set 1)";256x224@59.6;H
+gnga;"Ghosts'n Goblins (World? set 2)";256x224@59.6;H
+gngbl;"Ghosts'n Goblins (bootleg with Cross)";256x224@59.6;H
+gngbla;"Ghosts'n Goblins (bootleg, harder)";256x224@59.6;H
+gngblita;"Ghosts'n Goblins (Italian bootleg, harder)";256x224@59.6;H
+gngc;"Ghosts'n Goblins (World Revision C)";256x224@59.6;H
+gngprot;"Ghosts'n Goblins (prototype)";256x224@59.6;H
+gngt;"Ghosts'n Goblins (US)";256x224@59.6;H
+goalx3;"Goal! Goal! Goal!";304x224@59;H
+gogold;"Go For The Gold (Japan)";320x240@60;H
+gogomile;"Susume! Mile Smile / Go Go! Mile Smile (newer)";320x240@60;H
+gogomileo;"Susume! Mile Smile / Go Go! Mile Smile (older)";320x240@60;H
+goldmedl;"Gold Medalist (set 1)";256x224@60;H
+goldmedla;"Gold Medalist (set 2)";256x224@60;H
+goldmedlb;"Gold Medalist (bootleg)";256x224@60;H
+goldnaxe;"Golden Axe (set 6, US, 8751 317-123A)";320x224@60;H
+goldnaxe1;"Golden Axe (set 1, World, FD1094 317-0110)";320x224@60;H
+goldnaxe1d;"Golden Axe (set 1, World, FD1094 317-0110 decrypted)";320x224@60;H
+goldnaxe2;"Golden Axe (set 2, US, 8751 317-0112)";320x224@60;H
+goldnaxe3;"Golden Axe (set 3, World, FD1094 317-0120)";320x224@60;H
+goldnaxe3d;"Golden Axe (set 3, World, FD1094 317-0120 decrypted)";320x224@60;H
+goldnaxej;"Golden Axe (set 4, Japan, FD1094 317-0121)";320x224@60;H
+goldnaxejd;"Golden Axe (set 4, Japan, FD1094 317-0121 decrypted)";320x224@60;H
+goldnaxeu;"Golden Axe (set 5, US, FD1094 317-0122)";320x224@60;H
+goldnaxeud;"Golden Axe (set 5, US, FD1094 317-0122 decrypted)";320x224@60;H
+gollygho;"Golly! Ghost!";288x224@60;H
+gorkans;"Gorkans";288x224@60;V
+gotcha;"Got-cha Mini Game Festival";320x240@60;H
+gowcaizr;"Voltage Fighter - Gowcaizer / Choujin Gakuen Gowcaizer";304x224@59;H
+gpilots;"Ghost Pilots (NGM-020)(NGH-020)";304x224@59;H
+gpilotsh;"Ghost Pilots (NGH-020)(US)";304x224@59;H
+gprider;"GP Rider (Euro, Bra) - GP Rider (Euro, USA) - GP Rider (World, FD1094 317-0163) (Twin setup)";320x224@60;H
+gpriderj;"GP Rider (Japan, FD1094 317-0161) (Twin setup) - GP Rider (Jpn)";320x224@60;H
+gpriderjs;"GP Rider (Japan, FD1094 317-0161)";320x224@60;H
+gprideru;"GP Rider (US, FD1094 317-0162) (Twin setup)";320x224@60;H
+gpriderus;"GP Rider (US, FD1094 317-0162)";320x224@60;H
+gradius;"Gradius - Gradius (Japan, ROM version) - Nemesis (Euro) ~ Gradius (Jpn)";256x224@60;H
+gradius2;"Gradius II - GOFER no Yabou (Japan New ver.) - Nemesis 2 (Euro) ~ Gradius 2 (Jpn)";320x224@60;H
+gradius2a;"Gradius II - GOFER no Yabou (Japan Old ver.) - Nemesis 2 (Euro) ~ Gradius 2 (Jpn) (Alt)";320x224@60;H
+gradius2b;"Gradius II - GOFER no Yabou (Japan Older ver.)";320x224@60;H
+gradius3;"Gradius III (World, program code R)";320x224@60;H
+gradius3a;"Gradius III (Asia)";320x224@60;H
+gradius3j;"Gradius III (Japan, program code S)";320x224@60;H
+gradius3js;"Gradius III (Japan, program code S, split)";320x224@60;H
+grasspin;"Grasspin";256x224@60;V
+grdian;"Guardian";280x240@60;H
+grdians;"Guardians0Denjin Makai II";304x232@60;H
+grdnstrm;"Guardian Storm (horizontal, not encrypted)";256x224@57;H
+grdnstrmg;"Guardian Storm (Germany)";256x224@57;V
+grdnstrmj;"Sen Jing - Guardian Storm (Japan)";256x224@57;V
+grdnstrmk;"Jeon Sin - Guardian Storm (Korea)";256x224@57;V
+grdnstrmv;"Guardian Storm (vertical)";256x224@57;V
+griffon;"Griffon (bootleg of Phoenix) - Order of the Griffon";256x208@60;V
+grindstm;"Grind Stormer";320x240@60;V
+grindstma;"Grind Stormer (older set)";320x240@60;V
+grobda;"Grobda (New Ver.)";288x224@60;V
+grobda2;"Grobda (Old Ver. set 1)";288x224@60;V
+grobda3;"Grobda (Old Ver. set 2)";288x224@60;V
+growl;"Growl (USA) - Growl (World, Rev 1)";320x224@60;H
+growla;"Growl (World)";320x224@60;H
+growlu;"Growl (US)";320x224@60;H
+gryzor;"Gryzor (Set 1)";280x224@60;V
+gryzor1;"Gryzor (Set 2)";280x224@60;V
+gseeker;"Grid Seeker: Project Storm Hammer (Ver 1.3O)";320x224@60;V
+gseekerj;"Grid Seeker: Project Storm Hammer (Ver 1.3J)";320x224@60;V
+gseekeru;"Grid Seeker: Project Storm Hammer (Ver 1.3A)";320x224@60;V
+gteikoku;"Gingateikoku No Gyakushu";256x224@60;V
+gteikokub;"Gingateikoku No Gyakushu (bootleg set 1)";256x224@60;V
+gteikokub2;"Gingateikoku No Gyakushu (bootleg set 2)";256x224@60;V
+gtmr;"1000 Miglia: Great 1000 Miles Rally (94/07/18)";320x240@60;H
+gtmr2;"Mille Miglia 2: Great 1000 Miles Rally (95/05/24)";320x240@60;H
+gtmr2a;"Mille Miglia 2: Great 1000 Miles Rally (95/04/04)";320x240@60;H
+gtmr2u;"Great 1000 Miles Rally 2 USA (95/05/18)";320x240@60;H
+gtmra;"1000 Miglia: Great 1000 Miles Rally (94/06/13)";320x240@60;H
+gtmrb;"1000 Miglia: Great 1000 Miles Rally (94/05/26)";320x240@60;H
+gtmre;"Great 1000 Miles Rally: Evolution Model!!! (94/09/06)";320x240@60;H
+gtmro;"1000 Miglia: Great 1000 Miles Rally (94/05/10)";320x240@60;H
+gtmrusa;"Great 1000 Miles Rally: U.S.A Version! (94/09/06)";320x240@60;H
+gulfstrm;"Gulf Storm (set 1)";384x240@60;V
+gulfstrma;"Gulf Storm (set 2)";384x240@60;V
+gulfstrmb;"Gulf Storm (set 3)";384x240@60;V
+gulfstrmk;"Gulf Storm (Korea)";384x240@60;V
+gulfstrmm;"Gulf Storm (Media Shoji)";384x240@60;V
+gulfwar2;"Gulf War II (set 1)";320x240@55;V
+gulfwar2a;"Gulf War II (set 2)";320x240@55;V
+gumbo;"Gumbo";320x224@60;H
+gunball;"Gun Ball (Japan)";320x240@58;V
+gunbird;"Gunbird (World)";320x224@59;V
+gunbird2;"Gunbird 2 (set 1)";320x224@60;V
+gunbirdj;"Gunbird (Japan)";320x224@59;V
+gunbirdk;"Gunbird (Korea)";320x224@59;V
+gundamex;"Mobile Suit Gundam EX Revue";384x224@60;H
+gundhara;"Gundhara";384x240@60;V
+gundharac;"Gundhara (Chinese, bootleg?)";384x240@60;V
+gundl94;"Gun Dealer '94";384x256@60;H
+gunforc2;"Gunforce 2 (US)";320x240@60;H
+gunforce;"Gunforce - Battle Fire Engulfed Terror Island (World)";320x240@60;H
+gunforcej;"Gunforce - Battle Fire Engulfed Terror Island (Japan)";320x240@60;H
+gunforceu;"Gunforce - Battle Fire Engulfed Terror Island (US)";320x240@60;H
+gunfront;"Gun & Frontier (World)";320x224@60;V
+gunfrontj;"Gun Frontier (Japan)";320x224@60;V
+gunhohki;"Gun Hohki (Japan)";320x240@60;H
+gunlock;"Gunlock (Ver 2.3O 1994/01/20)";320x224@60;V
+gunmast;"Gun Master";320x224@60;H
+gunnail;"GunNail (28th May. 1992)";384x224@56;V
+gunsmoke;"Gun.Smoke - Gun.Smoke (Kor) - Gun.Smoke (World, 851115)";256x224@60;V
+gunsmokeb;"Gun.Smoke (World, 851115) (bootleg)";256x224@60;V
+gunsmokej;"Gun.Smoke (Japan, 851115)";256x224@60;V
+gunsmokeu;"Gun.Smoke (US, 860408)";256x224@60;V
+gunsmokeua;"Gun.Smoke (US, 851115, set 1)";256x224@60;V
+gunsmokeub;"Gun.Smoke (US, 851115, set 2)";256x224@60;V
+gururin;"Gururin";304x224@59;H
+gussun;"Gussun Oyoyo (Japan)";320x240@60;H
+gutangtn;"Guttang Gottong";256x224@60;V
+gutsn;"Guts'n (Japan)";320x240@60;H
+guwange;"Guwange (Japan, Master Ver. 99/06/24)";320x240@58;V
+guwanges;"Guwange (Japan, Special Ver. 00/01/01)";320x240@58;V
+guzzler;"Guzzler - Guzzler (Jpn, OMV)";256x224@60;V
+gwar;"Guerrilla War (US) - Wing War";400x224@60;V
+gwara;"Guerrilla War (Version 1)";400x224@60;V
+gwarb;"Guerrilla War (Joystick hack bootleg)";400x224@60;V
+gwarj;"Guevara (Japan)";400x224@60;V
+gwarrior;"Galactic Warriors";256x224@60;H
+gyrodine;"Gyrodine - Gyrodine (Jpn)";288x224@60;V
+gyrodinet;"Gyrodine (Taito Corporation license)";288x224@60;V
+gyruss;"Gyruss - Gyruss - Gyruss (Konami)";256x224@60;V
+gyrussb;"Gyruss (bootleg)";256x224@60;V
+gyrussce;"Gyruss (Centuri)";256x224@60;V
+hachamfb;"Hacha Mecha Fighter (19th Sep. 1991, unprotected, boot";256x224@56;H
+hachoo;"Hachoo!";256x224@60;H
+hal21;"HAL21";288x224@60;V
+hal21j;"HAL21 (Japan)";288x224@60;V
+halfway;"Halfway To Hell: Progear Red Label (2016-1-17 Red labe";384x224@60;H
+hamaway;"Hammer Away (prototype)";320x224@60;V
+hangly;"Hangly-Man (set 1)";288x224@60;V
+hangly2;"Hangly-Man (set 2)";288x224@60;V
+hangly3;"Hangly-Man (set 3)";288x224@60;V
+hangon;"Hang-On (Euro, Bra, Aus) - Hang-On (Jpn) - Hang-On (rev A) - Super Hang-On (sitdown/upright, unprotected) - Super Hang-On (World, Rev. A)";320x224@60;H
+hangon1;"Hang-On - Super Hang-On (mini ride-on, FD1089B 317-0034) - Super Hang-On (World)";320x224@60;H
+hangon2;"Hang-On (ride-on) - Hang-On II (Jpn) - Super Hang-On (mini ride-on, Rev A, FD1089B 317-0034)";320x224@60;H
+hangonjr;"Hang-On Jr.";256x192@60;H
+hangzo;"Hangzo (Japan, prototype)";320x240@58;H
+happy6;"Happy 6-in-1 (V102 - V101MK, China)";448x224@60;H
+happy6101;"Happy 6-in-1 (V101 - V100MK, China)";448x224@60;H
+hardhea2;"Hard Head 2 (v2.0)";256x224@60;H
+hardhead;"Hard Head";256x224@60;H
+hasamu;"Hasamu (Japan)";384x240@60;H
+hatena;"Adventure Quiz 2 - Hatena? no Daibouken (Japan 900228)";384x240@60;H
+hayaosi1;"Hayaoshi Quiz Ouza Ketteisen - The King Of Quiz";256x224@60;H
+hbarrel;"Heavy Barrel (US)";256x240@57;V
+hbarrelw;"Heavy Barrel (World)";256x240@57;V
+hcastle;"Haunted Castle (ver. M)";256x224@60;H
+hcastlee;"Haunted Castle (ver. E)";256x224@60;H
+hcastlek;"Haunted Castle (ver. K)";256x224@60;H
+hcrash;"Hyper Crash (version D)";256x224@60;H
+hcrashc;"Hyper Crash (version C)";256x224@60;H
+hedpanic;"Head Panic (ver. 0117, 17/01/2000)";320x240@60;H
+hedpanica;"Head Panic (ver. 0702, 02/07/1999)";320x240@60;H
+hedpanicf;"Head Panic (ver. 0315, 15/03/2000)";320x240@60;H
+hellfire;"Hellfire (2P Ver.) - Hellfire (Euro)";320x240@57.6;H
+hellfire1;"Hellfire (1P Ver.)";320x240@57.6;H
+hellfire1a;"Hellfire (1P Ver., older)";320x240@57.6;H
+hellfire2;"Hellfire (2P Ver., first edition)";320x240@57.6;H
+herbiedk;"Herbie at the Olympics (DK conversion)";256x224@60;V
+herodk;"Hero in the Castle of Doom (DK conversion)";256x224@60;V
+herodku;"Hero in the Castle of Doom (DK conversion not encrypte";256x224@60;V
+heuksun;"Heuk Sun Baek Sa (Korea)";320x240@60;H
+hexa;"Hexa";256x224@60;H
+hexion;"Hexion (Japan ver. JAB)";512x256@60;H
+hexionb;"Hexion (Bootleg, Asia ver. AAA)";512x256@60;H
+hexpool;"Hex Pool (Shinkai)";256x224@60;V
+hexpoola;"Hex Pool (Senko)";256x224@60;V
+hgkairak;"Taisen Hot Gimmick Kairakuten (Japan)";224x640@60;V
+hharry;"Hammerin' Harry (World)";384x256@55;H
+hharryu;"Hammerin' Harry (US)";384x256@55;H
+higemaru;"Pirate Ship Higemaru";256x224@60;H
+himesiki;"Himeshikibu (Japan)";256x192@60;V
+hippodrm;"Hippodrome (US)";256x240@57;H
+hishouza;"Hishou Zame (Japan)";320x240@55;V
+hitice;"Hit the Ice (US) - Hit the Ice (USA) - Hit the Ice - VHL - The Official Video Hockey League - Hit the Ice - VHL - The Official Video Hockey League";320x224@60;H
+hiticej;"Hit the Ice (Japan)";320x224@60;H
+hncholms;"Hunchback Olympic (Scramble hardware)";256x224@60;V
+hoccer;"Hoccer (set 1)";256x224@60;V
+hoccer2;"Hoccer (set 2)";256x224@60;V
+honeydol;"Honey Dolls";256x224@58;H
+hook;"Hook (Euro) - Hook (Euro) - Hook (Euro, Prototype) - Hook (World)";320x240@60;H
+hookj;"Hook (Japan)";320x240@60;H
+hooku;"Hook (US) - Hook (USA) - Hook (USA)";320x240@60;H
+hopmappy;"Hopping Mappy";288x224@60;H
+hopprobo;"Hopper Robo";256x224@60;V
+horekid;"Kid no Hore Hore Daisakusen";256x224@60;V
+horekidb;"Kid no Hore Hore Daisakusen (bootleg)";256x224@60;V
+horizon;"Horizon";256x256@60;H
+horshoes;"American Horseshoes (US)";320x224@60;V
+hotbubl;"Hot Bubble (Korea, with adult pictures)";256x224@56;H
+hotbubla;"Hot Bubble (Korea)";256x224@56;H
+hotdebut;"Quiz de Idol! Hot Debut (Japan)";240x640@60;V
+hotdogst;"Hotdog Storm - The First Supersonics (International)";384x240@58;V
+hotgm4ev;"Taisen Hot Gimmick 4 Ever (Japan)";224x640@60;V
+hotgmck;"Taisen Hot Gimmick (Japan)";224x640@60;V
+hotgmck3;"Taisen Hot Gimmick 3 Digital Surfing (Japan)";224x640@60;V
+hotgmcki;"Mahjong Hot Gimmick Integral (Japan)";224x640@60;V
+hotmind;"Hot Mind (Hard Times hardware)";320x224@58;H
+hotpinbl;"Hot Pinball";512x224@60;V
+hotshock;"Hot Shocker";256x224@60;V
+hotshockb;"Hot Shocker (bootleg)";256x224@60;V
+hpolym84;"Hyper Olympic '84";256x224@60;H
+hpuncher;"Hard Puncher (Japan)";320x224@60;H
+hsf2;"Hyper Street Fighter II: The Anniversary Edition (0402";384x224@60;H
+hsf2a;"Hyper Street Fighter II: The Anniversary Edition (0402";384x224@60;H
+hsf2d;"Hyper Street Fighter II: The Anniversary Edition (0402";384x224@60;H
+hsf2da;"Hyper Street Fighter II: The Anniversary Edition (0402";384x224@60;H
+hsf2j;"Hyper Street Fighter II: The Anniversary Edition (0402";384x224@60;H
+hsf2j1;"Hyper Street Fighter II: The Anniversary Edition (0312";384x224@60;H
+htchctch;"Hatch Catch";320x240@60;H
+hthero;"Hat Trick Hero (Japan)";320x224@60;H
+hthero93;"Hat Trick Hero '93 (Ver 1.0J 1993/02/28)";320x224@60;H
+hthero93u;"Hat Trick Hero '93 (Ver 1.0A 1993/02/28)";320x224@60;H
+hthero94;"Hat Trick Hero '94 (Ver 2.2A 1994/05/26)";320x224@60;H
+hthero95;"Hat Trick Hero '95 (Ver 2.5J 1994/11/03)";320x224@60;H
+hthero95u;"Hat Trick Hero '95 (Ver 2.5A 1994/11/03)";320x224@60;H
+hunchbkg;"Hunchback (Galaxian hardware)";256x224@60;V
+hunchbks;"Hunchback (Scramble hardware)";256x224@60;V
+hustler;"Video Hustler - Video Hustler (Jpn) - Video Hustler (Prototype)";256x224@60;V
+hustlerb;"Video Hustler (bootleg)";256x224@60;V
+hvymetal;"Heavy Metal (315-5135)";256x224@60;H
+hvyunit;"Heavy Unit - Heavy Unit (World) - Heavy Unit - Mega Drive Special (Jpn)";256x224@58;H
+hvyunitj;"Heavy Unit (Japan, Newer)";256x224@58;H
+hvyunitjo;"Heavy Unit (Japan, Older)";256x224@58;H
+hvyunitu;"Heavy Unit -U.S.A. Version- (US)";256x224@58;H
+hwchamp;"Heavyweight Champ";320x224@60;H
+hwchampj;"Heavyweight Champ (Japan, FD1094 317-0046)";320x224@60;H
+hwchampjd;"Heavyweight Champ (Japan, FD1094 317-0046 decrypted)";320x224@60;H
+hyperpac;"Hyper Pacman";256x224@58;H
+hyperpacb;"Hyper Pacman (bootleg)";256x224@58;H
+hyperspt;"Hyper Sports - Hyper Sports (Jpn) - Hyper Sports 1 (Jpn)";256x224@60;H
+hypersptb;"Hyper Sports (bootleg)";256x224@60;H
+hypreac2;"Mahjong Hyper Reaction 2 (Japan)";338x240@60;H
+hypreact;"Mahjong Hyper Reaction (Japan)";338x240@60;H
+hyprolym;"Hyper Olympic";256x224@60;H
+hypsptsp;"Hyper Sports Special (Japan)";304x224@60;H
+iganinju;"Iga Ninjyutsuden (Japan)";256x224@60;H
+igmo;"IGMO";272x236@60;V
+ikari;"Ikari Warriors (US JAMMA)";288x216@60;V
+ikari3;"Ikari III - The Rescue (8-Way Joystick)";256x224@60;H
+ikari3j;"Ikari Three - The Rescue (Japan, Rotary Joystick)";256x224@60;H
+ikari3k;"Ikari III - The Rescue (Korea, 8-Way Joystick)";256x224@60;H
+ikari3u;"Ikari III - The Rescue (US, Rotary Joystick)";256x224@60;H
+ikaria;"Ikari Warriors (US)";288x216@60;V
+ikarijp;"Ikari (Japan No Continues)";288x216@60;V
+ikarijpb;"Ikari (Joystick hack bootleg)";288x216@60;V
+ikarinc;"Ikari Warriors (US No Continues)";288x216@60;V
+ikariram;"Rambo 3 (bootleg of Ikari, Joystick hack)";288x216@60;V
+ikki;"Ikki (Japan)";240x224@60;H
+imago;"Imago (cocktail set)";256x224@60;V
+imagoa;"Imago (no cocktail set)";256x224@60;V
+imgfight;"Image Fight (Japan, revision A)";384x256@55;V
+imgfightj;"Image Fight (Japan)";384x256@55;V
+imsorry;"I'm Sorry (315-5110, US)";256x224@60;H
+imsorryj;"Gonbee no I'm Sorry (315-5110, Japan)";256x224@60;H
+insectx;"Insector X (USA) - Insector X (World)";256x224@60;H
+insectxj;"Insector X (Japan) - Insector X (Jpn, Kor)";256x224@60;H
+intcup94;"International Cup '94 (Ver 2.2O 1994/05/26)";320x224@60;H
+inthunt;"In The Hunt (World)";320x240@60;H
+inthuntu;"In The Hunt (US)";320x240@60;H
+invaders;"Space Invaders / Space Invaders M";260x224@60;V
+ironclad;"Choutetsu Brikin'ger - Iron clad (Prototype)";304x224@59;H
+ironclado;"Choutetsu Brikin'ger - Iron clad (Prototype, older)";304x224@59;H
+ironhors;"Iron Horse";240x224@60;H
+irrmaze;"The Irritating Maze / Ultra Denryu Iraira Bou";304x224@59;H
+isgsm;"ISG Selection Master Type 2006 System BIOS";320x224@60;H
+itaten;"Itazura Tenshi (Japan)";256x224@60;H
+jack;"Aquajack (World) - Ball Jacks (Euro, Jpn) - Bomb Jack (Jpn) - Bomb Jack (set 1) - Jack the Giantkiller (set 1) - Jumping Jack - Jumping Jack (Euro) - Snap Jack - Star Jacker (Euro, Jpn, v1.2) - Star Jacker (Sega)";256x224@60;V
+jack2;"Bomb Jack (set 2) - Jack the Giantkiller (set 2) - Star Jacker (Jpn, v1.0)";256x224@60;V
+jack3;"Jack the Giantkiller (set 3)";256x224@60;V
+jackal;"Jackal (World, 8-way Joystick)";240x224@60;V
+jackalbl;"Jackal (bootleg, Rotary Joystick)";240x224@60;V
+jackalj;"Tokushu Butai Jackal (Japan, 8-way Joystick)";240x224@60;V
+jackalr;"Jackal (World, Rotary Joystick)";240x224@60;V
+jailbrek;"Jail Break";240x224@60;H
+jailbrekb;"Jail Break (bootleg)";240x224@60;H
+janjans1;"Lovely Pop Mahjong JangJang Shimasho (Japan)";336x238@60;H
+janjans2;"Lovely Pop Mahjong JangJang Shimasho 2 (Japan)";336x238@60;H
+janshin;"Jyanshin Densetsu - Quest of Jongmaster";320x224@59;H
+jchan;"Jackie Chan - Jackie Chan - The Kung-Fu Master - Jackie Chan's Action Kung Fu";320x240@60;H
+jchan2;"Jackie Chan in Fists of Fire";320x240@60;H
+jcross;"Jumping Cross";288x216@60;V
+jigkmgri;"Jigoku Meguri (Japan)";320x224@60;H
+jigkmgria;"Jigoku Meguri (Japan, hack?)";320x224@60;H
+jitsupro;"Jitsuryoku!! Pro Yakyuu (Japan)";256x224@60;H
+jjack;"Jumping Jack";240x192@60;V
+jjparad2;"Jan Jan Paradise 2";320x240@60;H
+jjparads;"Jan Jan Paradise";320x240@60;H
+jjsquawk;"J. J. Squawkers";384x240@60;H
+jjsquawkb;"J. J. Squawkers (bootleg)";384x240@60;H
+jjsquawkb2;"J. J. Squawkers (bootleg, Blandia conversion)";384x240@60;H
+jjsquawko;"J. J. Squawkers (older)";384x240@60;H
+jockeygp;"Jockey Grand Prix (set 1)";304x224@59;H
+jockeygpa;"Jockey Grand Prix (set 2)";304x224@59;H
+joemac;"Joe & Mac (USA) - Tatakae Genshizin Joe & Mac (Japan ver 1)";256x240@58;H
+joemacr;"Joe & Mac Returns (World, Version 1.1, 1994.05.27)";320x240@58;H
+joemacra;"Joe & Mac Returns (World, Version 1.0, 1994.05.19)";320x240@58;H
+joemacrj;"Joe & Mac Returns (Japan, Version 1.2, 1994.06.06)";320x240@58;H
+joinem;"Joinem";256x224@60;V
+jojo;"JoJo's Venture / JoJo no Kimyou na Bouken (USA 990128)";384x224@60;H
+jojoba;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojoban;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojobane;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojobaner1;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojobanr1;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojobar1;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojoj;"JoJo's Venture / JoJo no Kimyou na Bouken (Japan 99012";384x224@60;H
+jojojr1;"JoJo's Venture / JoJo no Kimyou na Bouken (Japan 99010";384x224@60;H
+jojojr2;"JoJo's Venture / JoJo no Kimyou na Bouken (Japan 98120";384x224@60;H
+jojon;"JoJo's Venture / JoJo no Kimyou na Bouken (Asia 990128";384x224@60;H
+jojonr1;"JoJo's Venture / JoJo no Kimyou na Bouken (Asia 990108";384x224@60;H
+jojonr2;"JoJo's Venture / JoJo no Kimyou na Bouken (Asia 981202";384x224@60;H
+jojor1;"JoJo's Venture / JoJo no Kimyou na Bouken (USA 990108)";384x224@60;H
+jojor2;"JoJo's Venture / JoJo no Kimyou na Bouken (USA 981202)";384x224@60;H
+joyfulr;"Joyful Road (Japan)";320x240@60;V
+joyjoy;"Puzzled / Joy Joy Kid (NGM-021)(NGH-021)";304x224@59;H
+joyman;"Joyman";288x224@60;V
+joust;"Joust";292x240@60;H
+stargate;"Stargate";292x240@60;H
+sinister;"Sinister";292x240@60;H
+defender;"Defender";292x240@60;H
+jpopnics;"Jumping Pop (Nics, Korean bootleg of Plump Pop)";256x224@60;H
+jrking;"Junior King (bootleg of Donkey Kong Jr.)";256x224@60;V
+jrpacman;"Jr. Pac-Man (11/9/83)";288x224@60;V
+jrpacmanf;"Jr. Pac-Man (speedup hack)";288x224@60;V
+jt104;"JT-104 (title screen modification of Rad Action)";256x192@60;H
+juju;"JuJu Densetsu (Japan)";256x224@60;H
+jujub;"JuJu Densetsu (Playmark bootleg)";256x224@60;H
+jumpbug;"Jump Bug";256x224@60;V
+jumpbugb;"Jump Bug (bootleg)";256x224@60;V
+jumpcoas;"Jump Coaster";256x224@60;V
+jumpcoast;"Jump Coaster (Taito)";256x224@60;V
+jumping;"JumpinG (eng) - Jumping (set 1)";320x224@60;H
+jumpinga;"Jumping (set 2)";320x224@60;H
+jumpingi;"Jumping (set 3, Imnoe PCB)";320x224@60;H
+jumpkids;"Jump Kids";320x240@60;H
+jumppop;"Jumping Pop (set 1)";320x240@60;H
+jumppope;"Jumping Pop (set 2)";320x240@60;H
+jumpshot;"Jump Shot";288x224@60;V
+jumpshotp;"Jump Shot Engineering Sample";288x224@60;V
+jungler;"Jungler";288x224@60;V
+junofrst;"Juno First - Juno First (Jpn)";256x224@60;V
+junofrstg;"Juno First (Gottlieb)";256x224@60;V
+jyangoku;"Jyangokushi -Haoh no Saihai- (990527 Japan)";384x224@60;H
+kabukikl;"Far East of Eden - Kabuki Klash / Tengai Makyou - Shin";320x224@59;H
+kageki;"Ka-Ge-Ki - Fists of Steel (USA) - Kageki (US)";256x224@60;V
+kagekih;"Kageki (hack)";256x224@60;V
+kagekij;"Ka-Ge-Ki (Jpn) - Kageki (Japan)";256x224@60;V
+kaiserkn;"Kaiser Knuckle (Ver 2.1O 1994/07/29)";320x224@60;H
+kaiserknj;"Kaiser Knuckle (Ver 2.1J 1994/07/29)";320x224@60;H
+kaitei;"Kaitei Takara Sagashi";272x224@60;V
+kaiteids;"Kaitei Daisensou (Japan)";320x240@60;H
+kaitein;"Kaitei Takara Sagashi (Namco license)";272x224@60;V
+kamakazi3;"Kamakazi III (superg hack)";256x224@60;V
+kamenrid;"Masked Riders Club Battle Race";384x240@60;H
+kangaroo;"Kangaroo";512x256@60;V
+kangarooa;"Kangaroo (Atari)";512x256@60;V
+kangaroob;"Kangaroo (bootleg)";512x256@60;V
+karatblz;"Karate Blazers (World, set 1)";352x240@60;H
+karatblza;"Karate Blazers (World, set 2)";352x240@60;H
+karatblzj;"Karate Blazers (Japan)";352x240@60;H
+karatblzu;"Karate Blazers (US)";352x240@60;H
+karatedo;"Karate Dou (Japan)";256x224@60;V
+karatevs;"Taisen Karate Dou (Japan VS version)";256x224@60;V
+karatour;"The Karate Tournament";320x240@60;H
+karatourj;"The Karate Tournament (Japan)";320x240@60;H
+karianx;"Karian Cross (Rev. 1.0)";320x224@60;H
+karnov;"Karnov (US, rev 6)";256x248@60;H
+karnova;"Karnov (US, rev 5)";256x248@60;H
+karnovj;"Karnov (Japan)";256x248@60;H
+karnovr;"Karnov's Revenge / Fighter's History Dynamite";304x224@59;H
+kazan;"Ninja Kazan (World)";256x224@60;H
+kbash;"Knuckle Bash";320x240@60;H
+kbash2;"Knuckle Bash 2 (bootleg)";320x240@60;H
+kbashk;"Knuckle Bash (Korean PCB)";320x240@60;H
+kchamp;"Karate Champ (US)";256x224@60;V
+kchampvs;"Karate Champ (US VS version, set 1)";256x224@60;V
+kchampvs2;"Karate Champ (US VS version, set 2)";256x224@60;V
+keithlcy;"Dramatic Adventure Quiz Keith & Lucy (Japan)";336x238@60;H
+kengo;"Ken-Go (set 1)";384x256@55;H
+kengoa;"Ken-Go (set 2)";384x256@55;H
+keroppi;"Kero Kero Keroppi's Let's Play Together (USA, Version";320x240@60;H
+keroppij;"Kero Kero Keroppi no Issyoni Asobou (Japan)";320x240@60;H
+ket;"Ketsui Kizuna Jigoku Tachi (Revision 2?, Japan) - Rocket Knight Adventures (Euro) - Socket (USA) - TV Sports Basketball - TV Sports Basketball";448x224@59;V
+ket1;"Ketsui Kizuna Jigoku Tachi (Revision 2? alt, Japan)";448x224@59;V
+keta;"Ketsui Kizuna Jigoku Tachi (Revision 1?, Japan)";448x224@59;V
+ketarr;"Ketsui Kizuna Jigoku Tachi (Arrange Mode version 1.7,";448x224@59;V
+ketarr10;"Ketsui Kizuna Jigoku Tachi (Arrange Mode version 1.0,";448x224@59;V
+ketarr15;"Ketsui Kizuna Jigoku Tachi (Arrange Mode version 1.5,";448x224@59;V
+ketarr151;"Ketsui Kizuna Jigoku Tachi (Arrange Mode version 1.51,";448x224@59;V
+ketarrf;"Ketsui Kizuna Jigoku Tachi (Fast version, hack by Trap";448x224@59;V
+ketarrs15;"Ketsui Kizuna Jigoku Tachi (MR. Stoic version 1.5, hac";448x224@59;V
+ketarrs151;"Ketsui Kizuna Jigoku Tachi (MR. Stoic version 1.51, ha";448x224@59;V
+ketb;"Ketsui Kizuna Jigoku Tachi (Original?, Japan)";448x224@59;V
+ketbl;"Ketsui Kizuna Jigoku Tachi (2003/01/01. Master Ver., b";448x224@59;V
+kf10thep;"The King of Fighters 10th Anniversary Extra Plus (boot";304x224@59;H
+kf2k1pa;"The King of Fighters 2001 Plus (set 2, bootleg / hack)";304x224@59;H
+kf2k1pls;"The King of Fighters 2001 Plus (set 1, bootleg / hack)";304x224@59;H
+kf2k2mp;"The King of Fighters 2002 Magic Plus (bootleg)";304x224@59;H
+kf2k2mp2;"The King of Fighters 2002 Magic Plus II (bootleg)";304x224@59;H
+kf2k2pla;"The King of Fighters 2002 Plus (bootleg set 2)";304x224@59;H
+kf2k2plb;"The King of Fighters 2002 Plus (bootleg set 3)";304x224@59;H
+kf2k2plc;"The King of Fighters 2002 Super (bootleg)";304x224@59;H
+kf2k2pls;"The King of Fighters 2002 Plus (bootleg set 1)";304x224@59;H
+kf2k2ps2;"The King of Fighters 2002 (PlayStation 2 ver 0.4, EGHT";304x224@59;H
+kf2k3bl;"The King of Fighters 2003 (bootleg set 1)";304x224@59;H
+kf2k3bla;"The King of Fighters 2003 (bootleg set 2)";304x224@59;H
+kf2k3pcb;"The King of Fighters 2003 (Japan, JAMMA PCB)";304x224@59;H
+kf2k3pl;"The King of Fighters 2004 Plus / Hero (bootleg)";304x224@59;H
+kf2k3upl;"The King of Fighters 2004 Ultra Plus (bootleg)";304x224@59;H
+kf2k4pls;"The King of Fighters Special Edition 2004 Plus (bootle";304x224@59;H
+kf2k5uni;"The King of Fighters 10th Anniversary 2005 Unique (boo";304x224@59;H
+kickboy;"Kick Boy";256x224@60;H
+kicker;"Kicker";256x224@60;V
+kickoff;"Kick Off (Japan) - Super Kick Off (Euro) - Super Kick Off (Euro, Bra) - Super Kick Off (Euro, SMS Mode)";256x224@60;H
+kickridr;"Kick Rider";240x192@60;H
+kidniki;"Kid Niki - Radical Ninja (World)";384x256@60;H
+kidnikiu;"Kid Niki - Radical Ninja (US)";384x256@60;H
+kikcubic;"Meikyu Jima (Japan)";384x256@55;H
+kikcubicb;"Kickle Cubele";384x256@55;H
+killbld;"The Killing Blade (V109, China)";448x224@60;H
+killbld104;"The Killing Blade (V104)";448x224@60;H
+killbldp;"The Killing Blade Plus (V300)";448x224@60;H
+kingball;"King & Balloon (Jpn) - King & Balloon (US) - King and Balloon (Kor)";256x224@60;V
+kingballj;"King & Balloon (Japan)";256x224@60;V
+kingdmgp;"Kingdom Grandprix (World)";320x240@60;V
+kirameki;"Kirameki Star Road (Ver 2.10J 1997/08/29)";320x224@60;H
+kittenk;"Kitten Kaboodle";256x224@60;H
+kizuna;"Kizuna Encounter - Super Tag Battle / Fu'un Super Tag";304x224@59;H
+kncljoe;"Knuckle Joe (set 1)";256x240@60;V
+kncljoea;"Knuckle Joe (set 2)";256x240@60;V
+knights;"Knights of the Round (911127 etc)";384x224@60;H
+knightsb;"Knights of the Round (bootleg set 1 (with YM2151 + 2xM";384x224@60;H
+knightsb2;"Knights of the Round (bootleg set 2, 911127 etc)";384x224@60;H
+knightsb3;"Knights of the Round (bootleg set 3, 911127 Japan)";384x224@60;H
+knightsb4;"Knights of the Round (bootleg set 4 (with YM2151 + 2xM";384x224@60;H
+knightsh;"Knights of the Round (hack set 1)";384x224@60;H
+knightsh2;"Knights of the Round (hack set 2, 911127 etc)";384x224@60;H
+knightsj;"Knights of the Round (911127 Japan, B-Board 91634B-2)";384x224@60;H
+knightsja;"Knights of the Round (911127 Japan, B-Board 89625B-1)";384x224@60;H
+knightsu;"Knights of the Round (911127 USA)";384x224@60;H
+knockout;"Knock Out!!";256x224@60;V
+kod;"Don Doko Don (World) - The King of Dragons (910805 etc)";384x224@60;H
+kodb;"The King of Dragons (bootleg, 910731 etc)";384x224@60;H
+kodda;"The King of Dragons (Phoenix bootleg, 910731 etc)";384x224@60;H
+kodh;"The King of Dragons (hack)";384x224@60;H
+kodj;"Don Doko Don (Japan) - The King of Dragons (Japan 910805, B-Board 90629B-3)";384x224@60;H
+kodja;"The King of Dragons (Japan 910805, B-Board 89625B-1)";384x224@60;H
+kodr1;"The King of Dragons (910711 etc)";384x224@60;H
+kodu;"Don Doko Don (US) - The King of Dragons (US 910910)";384x224@60;H
+kof10th;"The King of Fighters 10th Anniversary (bootleg)";304x224@59;H
+kof2000;"The King of Fighters 2000 (NGM-2570) (NGH-2570)";304x224@59;H
+kof2000n;"The King of Fighters 2000 (not encrypted)";304x224@59;H
+kof2000ps2;"The King of Fighters 2000 (Playstation 2 ver. , EGHT h";304x224@59;H
+kof2001;"The King of Fighters 2001 (NGM-262?)";304x224@59;H
+kof2001h;"The King of Fighters 2001 (NGH-2621)";304x224@59;H
+kof2002;"The King of Fighters 2002 (NGM-2650)(NGH-2650)";304x224@59;H
+kof2002b;"The King of Fighters 2002 (bootleg)";304x224@59;H
+kof2003;"The King of Fighters 2003 (NGM-2710)";304x224@59;H
+kof2003h;"The King of Fighters 2003 (NGH-2710)";304x224@59;H
+kof2k4se;"The King of Fighters Special Edition 2004 (bootleg)";304x224@59;H
+kof94;"The King of Fighters '94 (NGM-055)(NGH-055)";304x224@59;H
+kof95;"The King of Fighters '95 (NGM-084)";304x224@59;H
+kof95a;"The King of Fighters '95 (NGH-084, alternate board)";304x224@59;H
+kof95h;"The King of Fighters '95 (NGH-084)";304x224@59;H
+kof95sp;"The King of Fighters '95 (Special 2017, hack)";304x224@59;H
+kof96;"The King of Fighters '96 (NGM-214)";304x224@59;H
+kof96a;"The King of Fighters '96 (NGM-214, alternate board)";304x224@59;H
+kof96ae;"The King of Fighters '96 (Anniversary Edition, EGHT ha";304x224@59;H
+kof96ae20;"The King of Fighters '96 (Anniversary Edition 2.0.0430";304x224@59;H
+kof96cn;"The King of Fighters '96 (Chinese Edition ver 1.0, hac";304x224@59;H
+kof96ep;"The King of Fighters '96 (bootleg / hack)";304x224@59;H
+kof96h;"The King of Fighters '96 (NGH-214)";304x224@59;H
+kof97;"The King of Fighters '97 (NGM-2320)";304x224@59;H
+kof97cn;"The King of Fighters '97 (10th Anniversary Chinese Edi";304x224@59;H
+kof97h;"The King of Fighters '97 (NGH-2320)";304x224@59;H
+kof97k;"The King of Fighters '97 (Korean release)";304x224@59;H
+kof97oro;"The King of Fighters '97 oroshi plus 2003";304x224@59;H
+kof97pla;"The King of Fighters '97 Plus 2003 (bootleg / hack)";304x224@59;H
+kof97pls;"The King of Fighters '97 Plus (bootleg)";304x224@59;H
+kof97xt;"The King of Fighters '97 - Final Battle (hack)";304x224@59;H
+kof98;"K.O.F 98' - The King of Fighters '98 - The Slugfest / King of Figh";304x224@59;H
+kof98a;"K.O.F 98' (Unprotected?) - The King of Fighters '98 - The Slugfest / King of Figh";304x224@59;H
+kof98ae;"The King of Fighters '98 (Anniversary Edition, EGHT ha";304x224@59;H
+kof98ae2016;"The King of Fighters '98 (Anniversary Edition build 1.";304x224@59;H
+kof98cb;"The King of Fighters '98 (Combo, hack)";304x224@59;H
+kof98h;"The King of Fighters '98 - The Slugfest / King of Figh";304x224@59;H
+kof98k;"The King of Fighters '98 - The Slugfest / King of Figh";304x224@59;H
+kof98ka;"The King of Fighters '98 - The Slugfest / King of Figh";304x224@59;H
+kof99;"The King of Fighters '99 - The King of Fighters '99 - Millennium Battle (NGM-2510";304x224@59;H
+kof99ae;"The King of Fighters '99 (15th Anniversary Edition)";304x224@59;H
+kof99e;"The King of Fighters '99 - Millennium Battle (earlier)";304x224@59;H
+kof99h;"The King of Fighters '99 - Millennium Battle (NGH-2510";304x224@59;H
+kof99k;"The King of Fighters '99 - Millennium Battle (Korean r";304x224@59;H
+kof99ka;"The King of Fighters '99 - Millennium Battle (Korean r";304x224@59;H
+kof99p;"The King of Fighters '99 - Millennium Battle (prototyp";304x224@59;H
+kog;"King of Gladiator (The King of Fighters '97 bootleg)";304x224@59;H
+kogplus;"King of Gladiator Plus (The King of Fighters '97 bootl";304x224@59;H
+koikois2;"Koi Koi Shimasho 2 - Super Real Hanafuda (Japan)";336x240@60;H
+konami88;"Konami '88";304x224@60;H
+konamigt;"Konami GT";256x224@60;H
+kong;"Crazy Kong - Donkey Kong - Donkey Kong (US set 1) - Kong (Donkey Kong conversion on Galaxian hardware) - Wu Kong Wai Zhuan (Chi)";256x224@60;V
+kontest;"Konami Test Board (GX800, Japan)";256x224@60;H
+korokoro;"Koro Koro Quest (Japan)";320x240@58;H
+korosuke;"Korosuke Roller";288x224@60;V
+koshien;"Ah Eikou no Koshien (Japan) - Nessen Koushien (Jpn)";320x224@60;H
+kotm;"King of the Monsters (Euro) - King of the Monsters (set 1)";304x224@59;H
+kotm2;"King of the Monsters 2 (USA) - King of the Monsters 2 - The Next Thing (NGM-039)(NGH-";304x224@59;H
+kotm2a;"King of the Monsters 2 - The Next Thing (older)";304x224@59;H
+kotm2p;"King of the Monsters 2 - The Next Thing (prototype)";304x224@59;H
+kotmh;"King of the Monsters (set 2)";304x224@59;H
+kov;"Knights of Valour - Sangoku Senki (V117) - Ponpoko (Venture Line)";448x224@60;H
+kov111;"Knights of Valour - Sangoku Senki (V111, Japan)";448x224@60;H
+kov114;"Knights of Valour - Sangoku Senki (V114, Hong Kong)";448x224@60;H
+kov115;"Knights of Valour - Sangoku Senki (V115)";448x224@60;H
+kov2;"Knights of Valour 2 (V107, 102, 100, Hong Kong)";448x224@60;H
+kov2100;"Knights of Valour 2 (V100, 100, 100, Hong Kong)";448x224@60;H
+kov2101;"Knights of Valour 2 (V101, 101, 100, Hong Kong)";448x224@60;H
+kov2102;"Knights of Valour 2 (V102, 101, 100, Hong Kong)";448x224@60;H
+kov2103;"Knights of Valour 2 (V103, 101, 100, Hong Kong)";448x224@60;H
+kov2106;"Knights of Valour 2 (V106, 102, 100 Hong Kong)";448x224@60;H
+kov2p;"Knights of Valour 2 Plus - Nine Dragons (VM205XX, Chin";448x224@60;H
+kov2p202;"Knights of Valour 2 Plus - Nine Dragons (VM202XX)";448x224@60;H
+kov2p204;"Knights of Valour 2 Plus - Nine Dragons (VM204XX)";448x224@60;H
+kovplus;"Knights of Valour Plus - Sangoku Senki Plus (V119)";448x224@60;H
+kovplusa;"Knights of Valour Plus - Sangoku Senki Plus (V119 alt)";448x224@60;H
+kovqhsgs;"Knights of Valour: Quan Huang San Guo Special / Sangok";448x224@60;H
+kovqhsgsa;"Knights of Valour: Quan Huang San Guo Special / Sangok";448x224@60;H
+kovsgqyz;"Knights of Valour: SanGuo QunYingZhuan / Sangoku Senki";448x224@60;H
+kovsgqyza;"Knights of Valour: SanGuo QunYingZhuan / Sangoku Senki";448x224@60;H
+kovsgqyzb;"Knights of Valour: SanGuo QunYingZhuan / Sangoku Senki";448x224@60;H
+kovsgqyzc;"Knights of Valour: SanGuo QunYingZhuan / Sangoku Senki";448x224@60;H
+kovsh;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovsh100;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovsh101;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovsh102;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovsh103;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovshb;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovshp;"Knights of Valour Super Heroes Plus / Sangoku Senki Su";448x224@60;H
+kovshpa;"Knights of Valour Super Heroes Plus / Sangoku Senki Su";448x224@60;H
+kovshxas;"Knights of Valour: Ao Shi San Guo / Sangoku Senki: Ao";448x224@60;H
+kovytzy;"Knights of Valour: Yi Tong Zhong Yuan / Sangoku Senki:";448x224@60;H
+kozure;"Kozure Ookami (Japan)";320x240@60;H
+krzybowl;"Krazy Bowl";320x232@60;V
+ksayakyu;"Kusayakyuu";256x224@60;H
+ktiger;"Black Tiger - Kyukyoku Tiger (Japan) - Kyuukyoku Tiger - Kyuukyoku Tiger (Jpn)";320x240@55;V
+ktiger2;"Kyukyoku Tiger II (Ver 2.1J 1995/11/30)";320x232@60;V
+kuhga;"Kuhga - Operation Code 'Vapor Trail' (Japan revision 3";256x240@58;V
+kungfub;"Kung-Fu Master (bootleg set 1)";256x256@60;H
+kungfub2;"Kung-Fu Master (bootleg set 2)";256x256@60;H
+kungfub3;"Kung-Fu Master (bootleg set 3)";256x256@60;H
+kungfum;"Kung Fu Master (Jpn) - Kung-Fu Master";256x256@60;H
+kungfumd;"Kung-Fu Master (Data East)";256x256@60;H
+kungfut;"Kung-Fu Taikun - Kung-Fu Taikun (Jpn)";256x224@60;H
+kungfuta;"Kung-Fu Taikun (alt) - Kung-Fu Taikun (Jpn, Alt)";256x224@60;H
+kuniokun;"Nekketsu Kouha Kunio-kun (Japan)";240x240@60;H
+kuniokunb;"Nekketsu Kouha Kunio-kun (Japan bootleg)";240x240@60;H
+kurikint;"Kuri Kinton (World)";320x224@60;H
+kurikinta;"Kuri Kinton (World, prototype?)";320x224@60;H
+kurikintj;"Kuri Kinton (Japan)";320x224@60;H
+kurikintu;"Kuri Kinton (US)";320x224@60;H
+kyros;"Kyros";256x224@60;V
+kyrosj;"Kyros No Yakata (Japan)";256x224@60;V
+kyukaidk;"Kyuukai Douchuuki (Japan, new version (Rev B)) - Kyuukai Douchuuki (Jpn)";288x224@60;H
+kyukaidko;"Kyuukai Douchuuki (Japan, old version)";288x224@60;H
+kyustrkr;"Last Striker / Kyuukyoku no Striker";384x240@60;H
+labyrunr;"Labyrinth Runner (Japan)";280x224@60;V
+labyrunrk;"Labyrinth Runner (World Ver. K)";280x224@60;V
+ladybug;"Lady Bug - Lady Bug";240x196@60;V
+ladybugb;"Lady Bug (bootleg set 1)";240x196@60;V
+ladybugb2;"Coccinelle (bootleg of Lady Bug, set 2)";240x196@60;V
+ladybugg;"Lady Bug (bootleg on Galaxian hardware)";256x224@60;V
+ladykill;"Lady Killer";320x240@60;V
+ladymstr;"Lady Master of Kung Fu";256x224@60;V
+lagirl;"LA Girl";320x224@60;V
+landmakr;"Land Maker (Ver 2.01J 1998/06/01)";320x232@60;H
+landmakrp;"Land Maker (Ver 2.02O 1998/06/02) (Prototype)";320x232@60;H
+lans2004;"Lansquenet 2004 (Shock Troopers - 2nd Squad bootleg)";304x224@59;H
+lasso;"Lasso";256x224@60;V
+lastblad;"The Last Blade / Bakumatsu Roman - Gekka no Kenshi (NG";320x224@59;H
+lastblada;"The Last Blade / Bakumatsu Roman - Gekka no Kenshi (NG";320x224@59;H
+lastbladh;"The Last Blade / Bakumatsu Roman - Gekka no Kenshi (NG";320x224@59;H
+lastbladsp;"The Last Soldier (Special 2017, hack)";320x224@59;H
+lastbld2;"The Last Blade 2 / Bakumatsu Roman - Dai Ni Maku Gekka";320x224@59;H
+lastbld2eh;"The Last Blade 2 / Bakumatsu Roman - Dai Ni Maku Gekka";320x224@59;H
+lastday;"The Last Day (set 1)";384x240@60;V
+lastdaya;"The Last Day (set 2)";384x240@60;V
+lastduel;"Last Duel (US New Ver.)";384x240@60;V
+lastduelb;"Last Duel (bootleg)";384x240@60;V
+lastduelj;"Last Duel (Japan)";384x240@60;V
+lastduelo;"Last Duel (US Old Ver.)";384x240@60;V
+lastfort;"Last Fortress - Toride";360x224@60;H
+lastforte;"Last Fortress - Toride (Erotic, Rev C)";360x224@60;H
+lastfortea;"Last Fortress - Toride (Erotic, Rev A)";360x224@60;H
+lastfortg;"Last Fortress - Toride (German)";360x224@60;H
+lastfortk;"Last Fortress - Toride (Korea)";360x224@60;H
+lasthope;"Last Hope (bootleg AES to MVS conversion, no coin supp";304x224@59;H
+lastmisn;"Last Mission (US revision 6)";256x240@58;V
+lastmisnj;"Last Mission (Japan)";256x240@58;V
+lastmisno;"Last Mission (US revision 5)";256x240@58;V
+lastsold;"The Last Soldier (Korean release of The Last Blade)";320x224@59;H
+lastsurv;"Last Survivor (FD1094 317-0083)";320x224@60;H
+lastsurvd;"Last Survivor (FD1094 317-0083 decrypted)";320x224@60;H
+lbowling;"League Bowling (NGM-019)(NGH-019)";304x224@59;H
+ldrun;"Lode Runner (Euro, Jpn) - Lode Runner (Jpn) - Lode Runner (set 1) - Lode Runner - Lost Labyrinth";384x256@60;H
+ldrun2;"Lode Runner II (Jpn) - Lode Runner II - The Bungeling Strikes Back";384x256@60;H
+ldrun3;"Lode Runner III - The Golden Labyrinth";384x256@60;H
+ldrun3j;"Lode Runner III - Majin No Fukkatsu";384x256@60;H
+ldrun4;"Lode Runner IV - Teikoku Karano Dasshutsu";384x256@60;H
+ldruna;"Lode Runner (Jpn, Alt) - Lode Runner (set 2)";384x256@60;H
+leaguemn;"Yakyuu Kakutou League-Man (Japan)";320x240@60;H
+leds2011;"Led Storm Rally 2011 (World)";384x240@60;V
+leds2011u;"Led Storm Rally 2011 (US)";384x240@60;V
+ledstorm;"Led Storm (US)";384x240@60;V
+legend;"Legend - Oriental Legend - Xi Yo Gi Shi Re Zuang (V126)";288x224@60;H
+legendos;"Legend of Success Joe / Ashitano Joe Densetsu";304x224@59;H
+legion;"Legion - Spinner-87 (World ver 2.03)";288x224@60;V
+legionj;"Chouji Meikyuu Legion (Japan ver 1.05)";288x224@60;V
+legionjb;"Chouji Meikyuu Legion (Japan ver 1.05, bootleg)";288x224@60;V
+legofair;"Koukuu Kihei Monogatari - The Legend of Air Cavalry (J";400x224@60;V
+lemmings;"Lemmings (Euro) - Lemmings (Euro, Bra, Kor) - Lemmings (US prototype) - Lemmings (World)";320x224@60;H
+lethalen;"Lethal Enforcers (Euro) - Lethal Enforcers (ver UAE, 11/19/92 15:04)";288x224@60;H
+lethaleneaa;"Lethal Enforcers (ver EAA, 09/09/92 09:44)";288x224@60;H
+lethaleneab;"Lethal Enforcers (ver EAB, 10/14/92 19:53)";288x224@60;H
+lethaleneae;"Lethal Enforcers (ver EAE, 11/19/92 16:24)";288x224@60;H
+lethalenua;"Lethal Enforcers (ver UAA, 08/17/92 21:38)";288x224@60;H
+lethalenub;"Lethal Enforcers (ver UAB, 09/01/92 11:12)";288x224@60;H
+lethalenux;"Lethal Enforcers (ver unknown, US, 08/06/92 15:11, hac";288x224@60;H
+lethalth;"Lethal Thunder (World)";320x240@60;V
+levers;"Levers";256x224@60;V
+lghost;"Laser Ghost (Euro) - Laser Ghost (set 2, World, 317-0166)";320x224@60;H
+lghostd;"Laser Ghost (set 2, World, 317-0166 decrypted)";320x224@60;H
+lghostu;"Laser Ghost (set 1, US, 317-0165)";320x224@60;H
+lghostud;"Laser Ghost (set 1, US, 317-0165 decrypted)";320x224@60;H
+lgtnfght;"Lightning Fighters (World)";288x224@60;V
+lgtnfghta;"Lightning Fighters (Asia)";288x224@60;V
+lgtnfghtu;"Lightning Fighters (US)";288x224@60;V
+lhcdb;"Last Hope CD Beta (Neo CD conversion)";304x224@59;H
+liblrabl;"Libble Rabble";288x224@60;H
+lifefrce;"Lifeforce (US)";256x224@60;H
+lifefrcej;"Lifeforce (Japan)";256x224@60;H
+lightbr;"Light Bringer (Ver 2.2O 1994/04/08)";320x224@60;H
+lightbrj;"Light Bringer (Ver 2.1J 1994/02/18)";320x224@60;H
+liquidk;"Liquid Kids (World)";320x224@60;H
+liquidku;"Liquid Kids (US)";320x224@60;H
+lithero;"Little Hero";384x256@60;H
+livequiz;"Live Quiz Show";320x224@60;H
+lizwiz;"Lizard Wizard";288x224@60;V
+lkage;"The Legend of Kage";240x224@60;H
+lkageb;"The Legend of Kage (bootleg set 1)";240x224@60;H
+lkageb2;"The Legend of Kage (bootleg set 2)";240x224@60;H
+lkageb3;"The Legend of Kage (bootleg set 3)";240x224@60;H
+lkageo;"The Legend of Kage (older)";240x224@60;H
+lkageoo;"The Legend of Kage (oldest)";240x224@60;H
+lnc;"College Football's National Championship (USA) - Lock'n'Chase";242x240@60;V
+lockonph;"Lock On (Philko)";320x224@60;H
+locoboot;"Loco-Motion (bootleg)";256x224@60;V
+locomotn;"Loco-Motion";256x224@60;V
+loderndf;"Lode Runner - The Dig Fight (ver. B)";240x640@60;V
+loderndfa;"Lode Runner - The Dig Fight (ver. A)";240x640@60;V
+loffire;"Line of Fire (Euro, Bra, Kor) - Line of Fire / Bakudan Yarou (World, FD1094 317-0136)";320x224@60;H
+loffired;"Line of Fire / Bakudan Yarou (World, FD1094 317-0136 d";320x224@60;H
+loffirej;"Line of Fire / Bakudan Yarou (Japan, FD1094 317-0134)";320x224@60;H
+loffirejd;"Line of Fire / Bakudan Yarou (Japan, FD1094 317-0134 d";320x224@60;H
+loffireu;"Line of Fire / Bakudan Yarou (US, FD1094 317-0135)";320x224@60;H
+loffireud;"Line of Fire / Bakudan Yarou (US, FD1094 317-0135 decr";320x224@60;H
+logicpr2;"Logic Pro 2 (Japan)";320x224@60;H
+logicpro;"Logic Pro (Japan)";320x224@60;H
+loht;"Legend of Hero Tonma - Legend of Hero Tonma - Legend of Hero Tonma";384x256@55;H
+lohtb;"Legend of Hero Tonma (bootleg, set 1)";384x256@55;H
+lohtb2;"Legend of Hero Tonma (bootleg, set 2)";384x256@55;H
+lohtj;"Legend of Hero Tonma (Japan)";384x256@55;H
+lomakai;"Legend of Makai (World)";256x224@60;H
+looper;"Looper";256x224@60;H
+lordgun;"Lord of Gun (USA)";448x224@60;H
+lordofk;"The Lord of King (Japan)";256x224@60;H
+losttomb;"Lost Tomb (Easy)";256x224@60;V
+losttombh;"Lost Tomb (Hard)";256x224@60;V
+lostwrld;"Lost Worlds (Japan) - The Lost World - Jurassic Park (Euro, USA) - The Lost World - Jurassic Park (USA)";384x224@60;H
+lostwrldo;"Lost Worlds (Japan Old ver.)";384x224@60;H
+lotlot;"Lot Lot - Lot Lot (Jpn)";384x256@60;H
+loverboy;"Lover Boy";240x224@60;V
+lresort;"Last Resort";304x224@59;H
+lresortp;"Last Resort (prototype)";304x224@59;H
+ltorb1;"Jonas Indiana and the Lost Temple of RA (20050717)";304x224@59;H
+ltswords;"Lightning Swords";384x256@55;H
+luckywld;"Lucky & Wild";288x224@60;H
+luckywldj;"Lucky & Wild (Japan)";288x224@60;H
+luctoday;"Lucky Today";256x224@60;V
+lvgirl94;"Las Vegas Girl (Girl '94)";368x224@60;H
+lwings;"Legendary Wings (US set 1)";256x240@60;V
+lwings2;"Legendary Wings (US set 2)";256x240@60;V
+lwingsb;"Legendary Wings (bootleg)";256x240@60;V
+lwingsj;"Ares no Tsubasa (Japan)";256x240@60;V
+m660;"Mission 660 (US)";256x224@60;V
+m660b;"Mission 660 (bootleg)";256x224@60;V
+m660j;"Mission 660 (Japan)";256x224@60;V
+mach9;"Mach-9 (bootleg of Vulgus)";256x224@60;V
+macross;"Choujikuu Yousai Macross (Jpn) - Super Spacefortress Macross / Chou-Jikuu Yousai Macros";256x224@56;V
+macross2;"Super Spacefortress Macross II / Chou-Jikuu Yousai Mac";384x224@56;H
+macross2g;"Super Spacefortress Macross II / Chou-Jikuu Yousai Mac";384x224@56;H
+macross2k;"Macross II (Korea)";384x224@56;H
+macrossp;"Macross Plus";384x240@60;V
+madcrash;"Mad Crasher";288x216@60;H
+madcrush;"Mad Crusher (Japan)";288x216@60;H
+madgear;"Mad Gear (US)";384x240@60;V
+madgearj;"Mad Gear (Japan)";384x240@60;V
+madshark;"Mad Shark";384x224@60;V
+magdrop;"Magical Drop (Japan, Version 1.1, 1995.06.21)";320x240@58;H
+magdrop2;"Magical Drop II";304x224@59;H
+magdrop3;"Magical Drop III";304x224@59;H
+magdropp;"Magical Drop Plus 1 (Japan, Version 2.1, 1995.09.12)";320x240@58;H
+magicbub;"Magic Bubble";320x224@60;H
+magicbuba;"Magic Bubble (Adult version, YS-1302 PCB)";320x224@60;H
+magicbubb;"Magic Bubble (Adult version, YS-0211 PCB)";320x224@60;H
+magix;"Magix / Rock";384x240@60;H
+magixb;"Magix / Rock (no copyright message)";384x240@60;H
+maglord;"Magician Lord (NGM-005)";320x224@59;H
+maglordh;"Magician Lord (NGH-005)";320x224@59;H
+mahoudai;"Mahou Daisakusen (Japan)";320x240@60;V
+mahretsu;"Mahjong Kyo Retsuden (NGM-004)(NGH-004)";304x224@59;H
+mainevt;"The Main Event (4 Players ver. Y)";288x224@60;H
+mainevt2p;"The Main Event (2 Players ver. X)";288x224@60;H
+mainevto;"The Main Event (4 Players ver. F)";288x224@60;H
+mainsnk;"Main Event (1984)";288x216@60;H
+majest12j;"Majestic Twelve - The Space Invaders Part IV (Japan)";320x224@60;V
+majest12u;"Majestic Twelve - The Space Invaders Part IV (US)";320x224@60;V
+majtitl2;"Major Title 2 (World)";320x240@60;H
+majtitl2a;"Major Title 2 (World, set 1, alt sound CPU)";320x240@60;H
+majtitl2b;"Major Title 2 (World, set 2)";320x240@60;H
+majtitl2j;"Major Title 2 (Japan)";320x240@60;H
+majtitle;"Major Title (World)";384x256@55;H
+majtitlej;"Major Title (Japan)";384x256@55;H
+majuu;"Majuu no Ohkoku";320x224@60;H
+makaiden;"Makai Densetsu (Japan)";256x224@60;H
+makaimur;"Makai-Mura (Japan)";256x224@60;H
+makaimurc;"Makai-Mura (Japan revision C)";256x224@60;H
+makaimurg;"Makai-Mura (Japan revision G)";256x224@60;H
+maketrax;"Make Trax (set 1)";288x224@60;V
+maketrxb;"Make Trax (set 2)";288x224@60;V
+mangchi;"Mang-Chi";256x224@56;H
+manhatan;"Manhattan 24 Bunsyo (Japan)";240x224@60;H
+maniacsp;"Maniac Square (prototype)";320x240@60;H
+maniacsq;"Maniac Square (unprotected)";320x240@60;H
+manybloc;"Many Block";256x240@56;V
+mappy;"Hopping Mappy - Mappy (Jpn) - Mappy (Jpn) - Mappy (US)";288x224@60;V
+mappyj;"Mappy (Japan)";288x224@60;V
+marble;"Marble Madness";336x240@60;H
+marineb;"Marine Boy";256x224@60;H
+mariner;"Mariner";256x224@60;V
+mario;"Mario Bros. (US, Revision F)";256x224@60;H
+marioe;"Mario Bros. (US, Revision E)";256x224@60;H
+marioj;"Mario Bros. (Japan)";256x224@60;H
+marioo;"Mario Bros. (US, Unknown Rev)";256x224@60;H
+markham;"Markham";240x224@60;H
+mars;"Escape from Mars Starring Taz (Euro) - Mars - Taz in Escape from Mars (Bra) - Taz in Escape from Mars (Euro, USA)";256x224@60;V
+martmast;"Martial Masters (V104, 102, 102, USA)";448x224@60;H
+martmastc;"Martial Masters (V104, 102, 101, China)";448x224@60;H
+martmastc102;"Martial Masters (V102, 101, 101, China)";448x224@60;H
+martmastc103;"Martial Masters (V103, 102, 101, China)";448x224@60;H
+marukin;"Super Marukin-Ban (Japan 901017)";384x240@60;H
+marukodq;"Chibi Marukochan Deluxe Quiz";304x224@59;H
+marvins;"Marvin's Maze";288x216@60;V
+marvland;"Marvel Land (US) - Marvel Land (USA)";288x224@60;H
+marvlandj;"Marvel Land (Japan) - Marvel Land (Jpn)";288x224@60;H
+masao;"Masao";256x224@60;H
+masterw;"Master of Weapon (World)";320x224@60;V
+masterwj;"Master of Weapon (Japan)";320x224@60;V
+masterwu;"Master of Weapon (US)";320x224@60;V
+mastkin;"The Masters of Kin";256x224@60;H
+matchit2;"Match It II";384x240@60;H
+matrim;"Matrimelee / Shin Gouketsuji Ichizoku Toukon (NGM-2660";320x224@59;H
+matrimbl;"Matrimelee / Shin Gouketsuji Ichizoku Toukon (bootleg)";320x224@59;H
+mazinger;"Mazinger Z (World, ver. 94/06/27)";384x240@58;V
+mazingerj;"Mazinger Z (Japan, ver. 94/06/27)";384x240@58;V
+mbomberj;"Muscle Bomber - the body explosion (930713 Japan)";384x224@60;H
+mbombrd;"Muscle Bomber Duo - ultimate team battle (931206 etc)";384x224@60;H
+mbombrdj;"Muscle Bomber Duo - heat up warriors (931206 Japan)";384x224@60;H
+mbrush;"Magic Brush";288x224@60;V
+mcatadv;"Magical Cat Adventure";320x224@60;H
+mcatadvj;"Magical Cat Adventure (Japan)";320x224@60;H
+mchampdx;"Multi Champ Deluxe (ver. 0106, 06/01/2000)";320x240@60;H
+mchampdxa;"Multi Champ Deluxe (ver. 1126, 26/11/1999)";320x240@60;H
+mechatt;"Mechanized Attack (World)";256x224@60;H
+mechattj;"Mechanized Attack (Japan)";256x224@60;H
+mechattu;"Mechanized Attack (US)";256x224@60;H
+mechattu1;"Mechanized Attack (US, Version 1, Single Player)";256x224@60;H
+megablst;"Mega Blast (World)";320x224@60;H
+megablstj;"Mega Blast (Japan)";320x224@60;H
+megablstu;"Mega Blast (US)";320x224@60;H
+megadon;"Megadon";272x236@60;V
+megaman;"Mega Man (Euro, USA) - Mega Man - the power battle (951006 USA) - Mega Man - The Wily Wars (Euro)";384x224@60;H
+megaman2;"Mega Man 2 - the power fighters (960708 USA)";384x224@60;H
+megaman2a;"Mega Man 2 - the power fighters (960708 Asia)";384x224@60;H
+megaman2h;"Mega Man 2 - the power fighters (960712 Hispanic)";384x224@60;H
+megamana;"Mega Man - the power battle (951006 Asia)";384x224@60;H
+megamn2d;"Mega Man 2 - the power fighters (960708 USA Phoenix Ed";384x224@60;H
+megazone;"Mega Zone (Konami set 1)";288x224@60;V
+megazonea;"Mega Zone (Konami set 2)";288x224@60;V
+megazoneb;"Mega Zone (Kosuka set 1)";288x224@60;V
+megazonec;"Mega Zone (Kosuka set 2)";288x224@60;V
+megazonei;"Mega Zone (Interlogic)";288x224@60;V
+meijinsn;"Meijinsen";232x224@60;H
+meikyuh;"Meikyuu Hunter G (Japan, set 1)";256x240@58;H
+meikyuha;"Meikyuu Hunter G (Japan, set 2)";256x240@58;H
+meosism;"Meosis Magic (Japan)";338x236@60;H
+mercenario;"Mercenario (Commando bootleg)";256x224@60;V
+mercs;"Mercs (900302 etc) - Mercs (Euro, Bra) - Mercs (Euro, USA) ~ Senjou no Ookami II (Jpn)";384x224@60;V
+mercsj;"Senjo no Ookami II (Ookami 2 900302 Japan)";384x224@60;V
+mercsu;"Mercs (900608 USA)";384x224@60;V
+mercsur1;"Mercs (900302 USA)";384x224@60;V
+merlinmm;"Merlins Money Maze";256x224@60;V
+metafox;"Meta Fox";384x224@60;V
+metalb;"Metal Black (World)";320x224@60;H
+metalbj;"Metal Black (Japan)";320x224@60;H
+metamrph;"Metamorphic Force (ver EAA)";288x224@60;H
+metamrpha;"Metamorphic Force (ver AAA)";288x224@60;H
+metamrphe;"Metamorphic Force (ver EAA - alternate)";288x224@60;H
+metamrphj;"Metamorphic Force (ver JAA)";288x224@60;H
+metamrphu;"Metamorphic Force (ver UAA)";288x224@60;H
+metlfrzr;"Metal Freezer";256x224@60;V
+metlhawk;"Metal Hawk (Rev C)";288x224@60;V
+metlhawkj;"Metal Hawk (Japan, Rev F)";288x224@60;V
+metlsavr;"Metal Saver";320x240@60;H
+metmqstr;"Metamoqester (International)";384x240@58;H
+metrocrs;"Metro-Cross (set 1)";288x224@60;H
+metrocrsa;"Metro-Cross (set 2)";288x224@60;H
+mgakuen;"Mahjong Gakuen";384x240@60;H
+mgakuen2;"Mahjong Gakuen 2 Gakuen-chou no Fukushuu";384x240@60;H
+mgcrystl;"Magical Crystals (World, 92/01/10)";256x224@60;H
+mgcrystlj;"Magical Crystals (Japan, 92/01/13)";256x224@60;H
+mgcrystlo;"Magical Crystals (World, 91/12/10)";256x224@60;H
+mia;"M.I.A. - Missing in Action (version T)";304x224@60;H
+mia2;"M.I.A. - Missing in Action (version S)";304x224@60;H
+miaj;"M.I.A. - Missing in Action (version R) (Japan)";320x224@60;H
+midres;"Midnight Resistance (USA) - Midnight Resistance (World)";256x240@57;H
+midresj;"Midnight Resistance (Japan) - Midnight Resistance (Jpn)";256x240@57;H
+midresu;"Midnight Resistance (US)";256x240@57;H
+miexchng;"Money Puzzle Exchanger / Money Idol Exchanger";304x224@59;H
+mikie;"Mikie - Mikie. Shinnyuushain Tooru-Kun.";256x224@60;V
+mikiehs;"Mikie (High School Graffiti)";256x224@60;V
+mikiej;"Shinnyuushain Tooru-kun";256x224@60;V
+milliped;"Millipede";256x240@60;V
+mimonkey;"Mighty Monkey";256x224@60;V
+mimonsco;"Mighty Monkey (bootleg on Super Cobra hardware)";256x224@60;V
+mimonscr;"Mighty Monkey (bootleg on Scramble hardware)";256x224@60;V
+mimonscra;"Mighty Monkey (Kaina Games, bootleg on Scramble hardwa";256x224@60;V
+minasan;"Minasanno Okagesamadesu! Daisugorokutaikai (MOM-001)(M";304x224@59;H
+minefld;"Minefield";256x224@60;V
+minivadr;"Minivader";256x224@60;H
+mirax;"Mirax (set 1)";256x240@60;V
+miraxa;"Mirax (set 2)";256x240@60;V
+mirninja;"Mirai Ninja (Japan)";288x224@60;H
+missmw96;"Miss Mister World '96 (Nude)";256x224@60;H
+missw02;"Miss World 2002";256x224@60;H
+missw96;"Miss World '96 (Nude) (set1)";256x224@60;H
+missw96a;"Miss World '96 (Nude) (set 2)";256x224@60;H
+missw96b;"Miss World '96 (Nude) (set 3)";256x224@60;H
+missw96c;"Miss World '96 (Nude) (set 4)";256x224@60;H
+mizubaku;"Mizubaku Dai Bouken - Mizubaku Daibouken (Japan)";320x224@60;H
+mj4simai;"Wakakusamonogatari Mahjong Yonshimai (Japan)";384x240@60;H
+mjgtaste;"Mahjong G-Taste";320x224@60;H
+mjleague;"Major League";320x224@60;V
+mjnquest;"Mahjong Quest (Japan)";320x224@60;H
+mjnquestb;"Mahjong Quest (No Nudity)";320x224@60;H
+mk;"Mortal Kombat";400x254@54.7;H
+mkr4;"Mortal Kombat r4";400x254@54.7;H
+mktturbo;"Mortal Kombat turbo";400x254@54.7;H
+mk2;"Mortal Kombat II";400x254@54.7;H
+mltiwars;"Multi Wars (bootleg of UniWar S)";256x224@60;V
+mmancp2u;"Mega Man - The Power Battle (951006 USA, SAMPLE Versio";384x224@60;H
+mmancp2ur1;"Mega Man - The Power Battle (950926 USA, SAMPLE Versio";384x224@60;H
+mmatrix;"Mars Matrix (000412 USA)";384x224@60;H
+mmatrixd;"Mars Matrix (000412 USA Phoenix Edition)";384x224@60;H
+mmatrixj;"Mars Matrix (000412 Japan)";384x224@60;H
+mmaulers;"Monster Maulers (ver EAA)";288x224@60;H
+mmaze;"Marchen Maze (Japan)";288x224@60;H
+mmaze2;"Marchen Maze (Japan, hack?)";288x224@60;H
+mmonkey;"Minky Monkey";242x240@60;V
+mnchmobl;"Munch Mobile (US)";320x240@60;V
+mnight;"Mutant Night";256x192@60;H
+mnightj;"Mutant Night (Japan)";256x192@60;H
+moegonta;"Moeyo Gonta!! (Japan)";320x240@60;V
+mofflott;"Maze of Flott (Japan)";320x240@60;V
+moguchan;"Mogu Chan (bootleg?)";256x224@60;V
+mogura;"Mogura Desse";320x256@60;H
+mole;"Mole Attack - Mr. Mole";320x200@60;H
+momoko;"Momoko 120% (Japanese text)";240x224@60;H
+momokob;"Momoko 120% (bootleg)";240x224@60;H
+momokoe;"Momoko 120% (English text)";240x224@60;H
+monkelf;"Monky Elf (Korean bootleg of Avenging Spirit)";256x224@60;H
+moomesa;"Wild West C.O.W.-Boys of Moo Mesa (ver EAB)";384x224@60;H
+moomesaaab;"Wild West C.O.W.-Boys of Moo Mesa (ver AAB)";384x224@60;H
+moomesauab;"Wild West C.O.W.-Boys of Moo Mesa (ver UAB)";384x224@60;H
+moomesauac;"Wild West C.O.W.-Boys of Moo Mesa (ver UAC)";384x224@60;H
+moonal2;"Moon Alien Part 2";256x224@60;V
+moonal2b;"Moon Alien Part 2 (older version)";256x224@60;V
+moonaln;"Moon Alien";256x224@60;V
+mooncmw;"Moon War (Moon Cresta bootleg)";256x224@60;V
+mooncptc;"Moon Cresta (Petaco S.A. Spanish bootleg)";256x224@60;V
+mooncreg;"Moon Cresta (Electrogame S.A. Spanish bootleg)";256x224@60;V
+mooncrgx;"Moon Cresta (Galaxian hardware)";256x224@60;V
+mooncrs2;"Moon Cresta (bootleg set 2)";256x224@60;V
+mooncrs3;"Moon Cresta (bootleg set 3)";256x224@60;V
+mooncrs4;"Moon Crest";256x224@60;V
+mooncrsb;"Moon Cresta (bootleg set 1)";256x224@60;V
+mooncrsl;"Cresta Mundo (Laguna S.A. Spanish Moon Cresta bootleg)";256x224@60;V
+mooncrst;"Moon Cresta (Nichibutsu)";256x224@60;V
+mooncrstg;"Moon Cresta (Gremlin)";256x224@60;V
+mooncrsto;"Moon Cresta (Nichibutsu, old rev)";256x224@60;V
+mooncrstso;"Moon Cresta (SegaSA / Sonic)";256x224@60;V
+mooncrstu;"Moon Cresta (Nichibutsu USA, unencrypted)";256x224@60;V
+mooncrstuk;"Moon Cresta (Nichibutsu UK)";256x224@60;V
+mooncrstuku;"Moon Cresta (Nichibutsu UK, unencrypted)";256x224@60;V
+moonqsr;"Moon Quasar";256x224@60;V
+moonwar;"Moonwar";256x224@60;V
+moonwara;"Moonwar (older)";256x224@60;V
+moremore;"More More";256x224@58;H
+moremorp;"More More Plus";256x224@58;H
+moshougi;"Syougi No Tatsujin - Master of Shougi";304x224@59;H
+motorace;"MotoRace USA";240x256@60;V
+motos;"Motos";288x224@60;V
+mototour;"MotoTour / Zippy Race (Tecfri license)";240x256@60;V
+mouser;"Mouser - Mouser (Jpn)";256x224@60;V
+mouserc;"Mouser (Cosmos)";256x224@60;V
+mpang;"Mighty! Pang (001010 Euro)";384x224@60;H
+mpangj;"Mighty! Pang (001011 Japan)";384x224@60;H
+mpangjd;"Mighty! Pang (001011 Japan Phoenix Edition)";384x224@60;H
+mpangr1;"Mighty! Pang (000925 Euro)";384x224@60;H
+mpangu;"Mighty! Pang (001010 USA)";384x224@60;H
+mplanets;"Mad Planets";256x240@60;V
+mplanetsuk;"Mad Planets (UK)";256x240@60;V
+mrdo;"Mr. Do (Jpn) - Mr. Do! - Mr. Do! - Neo Mr. Do!";240x192@60;V
+mrdofix;"Mr. Do! (bugfixed)";240x192@60;V
+mrdot;"Mr. Do! (Taito license)";240x192@60;V
+mrdoy;"Mr. Do! (prototype)";240x192@60;V
+mrdu;"Mr. Du!";240x192@60;V
+mrflea;"The Amazing Adventures of Mr. F. Lea";256x248@60;V
+mrgoemon;"Mr. Goemon (Japan)";240x224@60;H
+mrheli;"Mr. HELI no Dai-Bouken - Mr. Heli no Daibouken";384x256@55;H
+mrjong;"Mr. Jong (Japan)";240x224@60;V
+mrkougar;"Mr. Kougar";256x224@60;V
+mrkougar2;"Mr. Kougar (earlier)";256x224@60;V
+mrkougb;"Mr. Kougar (bootleg set 1)";256x224@60;V
+mrkougb2;"Mr. Kougar (bootleg set 2)";256x224@60;V
+mrlo;"Mr. Lo!";240x192@60;V
+mrtnt;"Mr. TNT";288x224@60;V
+mrviking;"Mister Viking (315-5041)";240x224@60;V
+mrvikingj;"Mister Viking (315-5041, Japan)";240x224@60;V
+ms4plus;"Metal Slug 4 Plus (bootleg)";304x224@59;H
+ms5pcb;"Metal Slug 5 (JAMMA PCB)";304x224@59;H
+ms5plus;"Metal Slug 5 Plus (bootleg)";304x224@59;H
+msbingo;"Miss Bingo";320x224@60;H
+mschamp;"Ms. Pacman Champion Edition / Zola-Puc Gal";288x224@60;V
+mschamps;"Ms. Pacman Champion Edition / Super Zola Pac Gal";288x224@60;V
+msgogo;"Mouse Shooter GoGo";320x224@60;H
+msgundam;"Mobile Suit Gundam";384x240@57;H
+msgundam1;"Mobile Suit Gundam (Japan)";384x240@57;H
+msh;"Marvel Super Heroes (951024 Euro)";384x224@60;H
+msha;"Marvel Super Heroes (951024 Asia)";384x224@60;H
+mshb;"Marvel Super Heroes (951117 Brazil)";384x224@60;H
+msheartb;"Ms. Pac-Man Heart Burn";288x224@60;V
+mshh;"Marvel Super Heroes (951117 Hispanic)";384x224@60;H
+mshj;"Marvel Super Heroes (951117 Japan)";384x224@60;H
+mshjr1;"Marvel Super Heroes (951024 Japan)";384x224@60;H
+mshu;"Marvel Super Heroes (951024 USA)";384x224@60;H
+mshud;"Marvel Super Heroes (951024 USA Phoenix Edition)";384x224@60;H
+mshuttle;"Moon Shuttle (US?)";256x224@60;H
+mshuttle2;"Moon Shuttle (US? set 2)";256x224@60;H
+mshuttlej;"Moon Shuttle (Japan)";256x224@60;H
+mshuttlej2;"Moon Shuttle (Japan set 2)";256x224@60;H
+mshvsf;"Marvel Super Heroes vs Street Fighter (970625 Euro)";384x224@60;H
+mshvsfa;"Marvel Super Heroes vs Street Fighter (970625 Asia)";384x224@60;H
+mshvsfa1;"Marvel Super Heroes vs Street Fighter (970620 Asia)";384x224@60;H
+mshvsfb;"Marvel Super Heroes vs Street Fighter (970827 Brazil)";384x224@60;H
+mshvsfb1;"Marvel Super Heroes vs Street Fighter (970625 Brazil)";384x224@60;H
+mshvsfh;"Marvel Super Heroes vs Street Fighter (970625 Hispanic";384x224@60;H
+mshvsfj;"Marvel Super Heroes vs Street Fighter (970707 Japan)";384x224@60;H
+mshvsfj1;"Marvel Super Heroes vs Street Fighter (970702 Japan)";384x224@60;H
+mshvsfj2;"Marvel Super Heroes vs Street Fighter (970625 Japan)";384x224@60;H
+mshvsfu;"Marvel Super Heroes vs Street Fighter (970827 USA)";384x224@60;H
+mshvsfu1;"Marvel Super Heroes vs Street Fighter (970625 USA)";384x224@60;H
+mshvsfu1d;"Marvel Super Heroes vs Street Fighter (970625 USA Phoe";384x224@60;H
+mslider;"Monster Slider (Japan)";352x240@60;H
+mslug;"Metal Slug - Super Vehicle-001";304x224@59;H
+mslug2;"Metal Slug 2 - Super Vehicle-001/II (NGM-2410) (NGH-24";304x224@59;H
+mslug2t;"Metal Slug 2 Turbo (NGM-9410)";304x224@59;H
+mslug3;"Metal Slug 3 (NGM-2560)";304x224@59;H
+mslug3b6;"Metal Slug 6 (Metal Slug 3 bootleg)";304x224@59;H
+mslug3h;"Metal Slug 3 (NGH-2560)";304x224@59;H
+mslug3v;"Metal Slug 3 (NGH-2560) (Enhanced Violence Version hac";304x224@59;H
+mslug4;"Metal Slug 4 (NGM-2630)";304x224@59;H
+mslug4h;"Metal Slug 4 (NGH-2630)";304x224@59;H
+mslug5;"Metal Slug 5 (NGM-2680)";304x224@59;H
+mslug5b;"Metal Slug 5 (bootleg)";304x224@59;H
+mslug5h;"Metal Slug 5 (NGH-2680)";304x224@59;H
+mslugx;"Metal Slug X - Super Vehicle-001 (NGM-2500)(NGH-2500)";304x224@59;H
+mspacmab;"MS Pacman (bootleg)";288x224@60;V
+mspacman;"MS Pacman - Ms. Pac-Man (Euro, Bra) - Ms. Pac-Man (Euro, USA) - Ms. Pac-Man (USA)";288x224@60;V
+mspacmanbcc;"Come-Cocos (Ms. Pac-Man) ('Made in Greece' Tecnausa bo";288x224@60;V
+mspacmanbg;"Ms. Pac-Man ('Made in Greece' bootleg)";288x224@60;V
+mspacmanbgd;"Miss Pukman ('Made in Greece' Datamat bootleg)";288x224@60;V
+mspacmanbhe;"Come-Cocos (Ms. Pac-Man) ('Made in Greece' Herle SA bo";288x224@60;V
+mspacmanblt;"Miss Pukman ('Made in Greece' Triunvi bootleg)";288x224@60;V
+mspacmat;"Ms. Pac Attack";288x224@60;V
+mspacmbe;"Ms. Pac-Man (bootleg, encrypted)";288x224@60;V
+mspacmnf;"Ms. Pac-Man (with speedup hack)";288x224@60;V
+mspacpls;"Ms. Pac-Man Plus";288x224@60;V
+mspuzzle;"Miss Puzzle";320x224@60;V
+mspuzzleg;"Miss Puzzle (Clone of Gumbo)";320x224@60;H
+mstadium;"Main Stadium (Japan ver. 4)";288x224@60;H
+mstworld;"Monsters World (bootleg of Super Pang)";384x240@60;H
+msword;"Magic Sword - heroic fantasy (25.07.1990 other country";384x224@60;H
+mswordj;"Magic Sword (23.06.1990 Japan)";384x224@60;H
+mswordr1;"Magic Sword - heroic fantasy (23.06.1990 other country";384x224@60;H
+mswordu;"Magic Sword - heroic fantasy (25.07.1990 USA)";384x224@60;H
+mtlchamp;"Martial Champion (ver EAB)";384x224@60;H
+mtlchamp1;"Martial Champion (ver EAA)";384x224@60;H
+mtlchampa;"Martial Champion (ver AAA)";384x224@60;H
+mtlchampj;"Martial Champion (ver JAA)";384x224@60;H
+mtlchampu;"Martial Champion (ver UAE)";384x224@60;H
+mtlchampu1;"Martial Champion (ver UAD)";384x224@60;H
+mtwins;"Mega Twins (chiki chiki boys 900619 etc)";384x224@60;H
+mugsmash;"Mug Smashers";320x240@60;H
+multchmp;"Multi Champ (World)";320x240@60;H
+multchmpa;"Multi Champ (World, older)";320x240@60;H
+multchmpk;"Multi Champ (Korea, older)";320x240@60;H
+multi96;"Multi Game '96 (Italy)";256x224@58;H
+mustache;"Mustache Boy (Japan)";240x248@57;V
+mustachei;"Mustache Boy (Italy)";240x248@57;V
+mustang;"US AAF Mustang (25th May. 1990)";256x224@56;H
+mustangb;"US AAF Mustang (bootleg)";256x224@56;H
+mustangb2;"US AAF Mustang (TAB Austria bootleg)";256x224@56;H
+mustangs;"US AAF Mustang (25th May. 1990 / Seoul Trading)";256x224@56;H
+mutantf;"Mutant Fighter (World ver EM-5)";320x240@58;H
+mutantf2;"Mutant Fighter (World ver EM-2)";320x240@58;H
+mutantf3;"Mutant Fighter (World ver EM-3)";320x240@58;H
+mutantf4;"Mutant Fighter (World ver EM-4)";320x240@58;H
+mutnat;"Mutation Nation (NGM-014)(NGH-014)";304x224@59;H
+mvp;"MVP (set 2, US, FD1094 317-0143)";320x224@60;H
+mvpd;"MVP (set 2, US, FD1094 317-0143 decrypted)";320x224@60;H
+mvpj;"MVP (set 1, Japan, FD1094 317-0142)";320x224@60;H
+mvpjd;"MVP (set 1, Japan, FD1094 317-0142 decrypted)";320x224@60;H
+mvsc;"Marvel vs Capcom - clash of super heroes (980123 Euro)";384x224@60;H
+mvsca;"Marvel vs Capcom - clash of super heroes (980123 Asia)";384x224@60;H
+mvscar1;"Marvel vs Capcom - clash of super heroes (980112 Asia)";384x224@60;H
+mvscb;"Marvel vs Capcom - clash of super heroes (980123 Brazi";384x224@60;H
+mvsch;"Marvel vs Capcom - clash of super heroes (980123 Hispa";384x224@60;H
+mvscj;"Marvel vs Capcom - clash of super heroes (980123 Japan";384x224@60;H
+mvscjr1;"Marvel vs Capcom - clash of super heroes (980112 Japan";384x224@60;H
+mvscjsing;"Marvel vs Capcom - clash of super heroes (980123 Japan";384x224@60;H
+mvscr1;"Marvel vs Capcom - clash of super heroes (980112 Euro)";384x224@60;H
+mvscu;"Marvel vs Capcom - clash of super heroes (980123 USA)";384x224@60;H
+mvscud;"Marvel vs Capcom - clash of super heroes (980123 USA P";384x224@60;H
+mvscur1;"Marvel vs Capcom - clash of super heroes (971222 USA)";384x224@60;H
+mwalk;"Michael Jackson's Moonwalker (Euro, USA, Bra, Kor) - Michael Jackson's Moonwalker (set 3, World, FD1094/875 - Michael Jackson's Moonwalker (World, Rev. A)";320x224@60;H
+mwalkbl2;"Michael Jackson's Moonwalker (bootleg)";320x224@60;H
+mwalkd;"Michael Jackson's Moonwalker (World) (bootleg of FD109";320x224@60;H
+mwalkj;"Michael Jackson's Moonwalker (Japan) (FD1094/8751 317-";320x224@60;H
+mwalkjd;"Michael Jackson's Moonwalker (Japan) (bootleg of FD109";320x224@60;H
+mwalku;"Michael Jackson's Moonwalker (US) (FD1094/8751 317-015";320x224@60;H
+mwalkud;"Michael Jackson's Moonwalker (US) (bootleg of FD1094/8";320x224@60;H
+mwarr;"Mighty Warriors";366x240@54;H
+myangel;"Kosodate Quiz My Angel (Japan)";376x240@60;H
+myangel2;"Kosodate Quiz My Angel 2 (Japan)";376x240@60;H
+myhero;"My Hero (Euro, USA, Bra) - My Hero (US, not encrypted)";256x224@60;H
+myherobl;"My Hero (bootleg, 315-5132 encryption)";256x224@60;H
+myherok;"My Hero (Korea)";256x224@60;H
+myqbert;"Mello Yello Q*bert";256x240@60;V
+mysticri;"Mystic Riders (World)";320x240@60;H
+mysticrib;"Mystic Riders (bootleg?)";320x240@60;H
+mystston;"Mysterious Stones - Dr. John's Adventure";256x240@57;V
+myststono;"Mysterious Stones - Dr. Kick in Adventure";256x240@57;V
+myststonoi;"Mysterious Stones - Dr. Kick in Adventure (Itisa PCB)";256x240@57;V
+mystwarr;"Mystic Warriors (ver EAA)";288x224@60;H
+mystwarra;"Mystic Warriors (ver AAB)";288x224@60;H
+mystwarraa;"Mystic Warriors (ver AAA)";288x224@60;H
+mystwarrj;"Mystic Warriors (ver JAA)";288x224@60;H
+mystwarru;"Mystic Warriors (ver UAA)";288x224@60;H
+nam1975;"NAM-1975 (NGM-001)(NGH-001)";304x224@59;H
+naname;"Naname de Magic!";320x240@60;H
+nastar;"Nastar (World)";320x224@60;H
+nastarw;"Nastar Warrior (US)";320x224@60;H
+naughtyb;"Naughty Boy";288x224@60;V
+naughtyba;"Naughty Boy (bootleg)";288x224@60;V
+naughtybc;"Naughty Boy (Cinematronics)";288x224@60;V
+navarone;"Navarone";272x224@60;V
+nbbatman;"Ninja Baseball Batman (World)";320x240@60;H
+nbbatmanu;"Ninja Baseball Batman (US)";320x240@60;H
+ncombat;"Ninja Combat (NGM-009)";304x224@59;H
+ncombath;"Ninja Combat (NGH-009)";304x224@59;H
+ncommand;"Ninja Commando";304x224@59;H
+nebulbee;"Nebulous Bee";288x224@60;V
+nemesis;"Nemesis (Kor) - Nemesis (ROM version)";256x224@60;H
+nemesisuk;"Nemesis (World?, ROM version)";256x224@60;H
+nemo;"Finding Nemo (Rus) - Nemo (90 11 30 etc)";384x224@60;H
+nemoj;"Nemo (90 11 20 Japan)";384x224@60;H
+nemor1;"Nemo (90 11 09 etc)";384x224@60;H
+neo2500;"Neo 2500 Demo";304x224@59;H
+neo3ddmo;"NeoGeo 3D! Demo";304x224@59;H
+neobattl;"SD Gundam Neo Battling (Japan)";384x240@60;V
+neobombe;"Neo Bomberman";304x224@59;H
+neocdz;"Neo Geo CDZ system";320x224@59;H
+neocstlv;"Neo CastleVania Demo";304x224@59;H
+neocup98;"Neo-Geo Cup '98 - The Road to the Victory";320x224@59;H
+neodemo;"Chaos Demo (Neo Geo)";304x224@59;H
+neodrift;"Neo Drift Out - New Technology";304x224@59;H
+neogalag;"Galaga Demo (set 1)";304x224@59;H
+neogalaga;"Galaga Demo (set 2)";304x224@59;H
+neomrdo;"Neo Mr. Do!";304x224@59;H
+neonopon;"Neo No Panepon (beta)";304x224@59;H
+neopong;"Neo Pong (ver 1.1)";304x224@59;H
+neoponga;"Neo Pong (ver 1.0)";304x224@59;H
+neoprimo;"Primo Demo";304x224@59;H
+neotet;"NeoGeo 2-Player Tetris";304x224@59;H
+neothndr;"Neo Thunder";304x224@59;H
+neoww2;"WW2 Demo - Arcade Development Project";304x224@59;H
+newapunk;"New Atomic Punk - Global Quest (US)";320x240@60;H
+newfant;"New Fantasia (1995 copyright)";256x224@60;V
+newfanta;"New Fantasia (1994 copyright)";256x224@60;V
+newpuc2;"Newpuc2";288x224@60;V
+newpuc2b;"Newpuc2b";288x224@60;V
+newpuckx;"New Puck-X";288x224@60;V
+news;"News (set 1)";256x224@60;H
+newsa;"News (set 2)";256x224@60;H
+newsin7;"New Sinbad 7";256x224@60;V
+nextfase;"Next Fase (bootleg of Phoenix)";256x208@60;V
+ngem2k;"NGEM2K (beta 2006-01-18)";304x224@59;H
+ngfrog;"Frog Feast (Neo Geo)";304x224@59;H
+ngftdemo;"NGF Transparency Demo";304x224@59;H
+nightstr;"Night Striker (World)";320x240@60;H
+nightstrj;"Night Striker (Japan)";320x240@60;H
+nightstru;"Night Striker (US)";320x240@60;H
+ninja;"3 Ninjas Kick Back (USA) - Caveman Ninja (World ver 4) - Dragon Ninja (Euro) - Dragonninja (Japan) - Mirai Ninja (Japan) - Ninja (315-5102) - Sega Ninja (315-5113) - The Ninja (Euro, USA)";256x224@60;H
+ninjak;"The Ninja Kids (World)";320x224@60;H
+ninjakd2;"Ninja-Kid II / NinjaKun Ashura no Shou (set 1)";256x192@60;H
+ninjakd2a;"Ninja-Kid II / NinjaKun Ashura no Shou (set 2, bootleg";256x192@60;H
+ninjakd2b;"Ninja-Kid II / NinjaKun Ashura no Shou (set 3, bootleg";256x192@60;H
+ninjakd2c;"Ninja-Kid II / NinjaKun Ashura no Shou (set 4)";256x192@60;H
+ninjakj;"The Ninja Kids (Japan)";320x224@60;H
+ninjaku;"The Ninja Kids (US)";320x224@60;H
+ninjakun;"Ninja-kun (Jpn) - Ninjakun Majou no Bouken";256x192@60;H
+ninjamas;"Ninja Master's - haoh-ninpo-cho";320x224@59;H
+ninjaw;"The Ninja Warriors (World, later version)";224x864@60;V
+ninjaw1;"The Ninja Warriors (World, earlier version)";224x864@60;V
+ninjawj;"The Ninja Warriors (Japan)";224x864@60;V
+ninjawu;"The Ninja Warriors (US, Romstar license)";224x864@60;V
+ninjemak;"Ninja Emaki (US)";256x224@60;V
+nitd;"Nightmare in the Dark";320x224@59;H
+nitdbl;"Nightmare in the Dark (bootleg)";320x224@59;H
+nitrobal;"Nitro Ball (World, set 1)";320x240@58;V
+nitrobala;"Nitro Ball (World, set 2)";320x240@58;V
+nmaster;"Oni - The Ninja Master (Japan)";384x240@58;H
+nmg5;"Multi 5 / New Multi Game 5 (set 1)";320x240@60;H
+nmg5a;"Multi 5 / New Multi Game 5 (set 2)";320x240@60;H
+nmg5e;"Multi 5 / New Multi Game 5 (set 3, earlier)";320x240@60;H
+nmouse;"Funky Mouse (Jpn) - Naughty Mouse (set 1)";288x224@60;V
+nmouseb;"Naughty Mouse (set 2)";288x224@60;V
+nobb;"Noboranka (Japan, bootleg)";240x224@60;V
+nost;"Cosa Nostra (Spa) - Nostradamus";320x224@60;V
+nostj;"Nostradamus (Japan)";320x224@60;V
+nostk;"Nostradamus (Korea)";320x224@60;V
+nouryoku;"Nouryoku Koujou Iinkai";384x224@56;H
+nova2001;"Nova 2001 (Japan)";256x192@60;H
+nova2001h;"Nova 2001 (Japan, hack?)";256x192@60;H
+nova2001u;"Nova 2001 (US)";256x192@60;H
+nprinces;"Ninja Princess (315-5051, 64k Ver. bootleg?)";256x224@60;H
+nprincesb;"Ninja Princess (315-5051?, 128k Ver. bootleg?)";256x224@60;H
+nprinceso;"Ninja Princess (315-5098, 128k Ver.)";256x224@60;H
+nprincesu;"Ninja Princess (64k Ver. not encrypted)";256x224@60;H
+nrallyx;"New Rally X";288x224@60;H
+nspirit;"Ninja Spirit - Ninja Spirit";384x256@55;H
+nspiritj;"Saigo no Nindou (Japan)";384x256@55;H
+nunchaku;"Nunchackun";256x224@60;V
+nwarr;"Night Warriors - darkstalkers' revenge (950316 Euro)";384x224@60;H
+nwarra;"Night Warriors - darkstalkers' revenge (950302 Asia)";384x224@60;H
+nwarrb;"Night Warriors - darkstalkers' revenge (950403 Brazil)";384x224@60;H
+nwarrh;"Night Warriors - darkstalkers' revenge (950403 Hispani";384x224@60;H
+nwarru;"Night Warriors - darkstalkers' revenge (950406 USA)";384x224@60;H
+nwarrud;"Night Warriors - darkstalkers' revenge (950406 USA Pho";384x224@60;H
+nyanpani;"Nyan Nyan Panic (Japan)";256x224@60;H
+nzeroteam;"New Zero Team (V33 SYSTEM TYPE_B hardware)";320x256@55;H
+nzeroteama;"New Zero Team (V33 SYSTEM TYPE_B hardware, China?)";320x256@55;H
+oedfight;"Oedo Fight (Japan Bloodshed Ver.)";320x240@60;H
+offensiv;"Offensive (Spanish bootleg of Scramble)";256x224@60;V
+ohmygod;"Oh My God!";320x240@60;H
+oisipuzl;"Oishii Puzzle Ha Irimasenka";320x224@60;H
+olds;"Oriental Legend Super (V101, Korea)";448x224@60;H
+olds100;"Oriental Legend Special - Xi Yo Gi Shi Re Zuang Super";448x224@60;H
+olds100a;"Oriental Legend Special - Xi Yo Gi Shi Re Zuang Super";448x224@60;H
+olds103t;"Oriental Legend Special - Xi Yo Gi Shi Re Zuang Super";448x224@60;H
+oldsplus;"Oriental Legend Special Plus / Xi You Shi E Zhuan Supe";448x224@60;H
+omegab;"Omega";256x224@60;V
+omegaf;"Omega Fighter";256x192@60;V
+omegafs;"Omega Fighter Special";256x192@60;V
+omni;"Omni";256x224@60;V
+onetwo;"One + Two";512x256@60;H
+onetwoe;"One + Two (earlier)";512x256@60;H
+onna34ro;"Onna Sansirou - Typhoon Gal";256x224@60;H
+onna34roa;"Onna Sansirou - Typhoon Gal (bootleg)";256x224@60;H
+opwolf;"Operation Wolf - Operation Wolf - Operation Wolf (Euro, Bra) - Operation Wolf (World, set 1)";320x240@60;H
+opwolf3;"Operation Wolf 3 (World)";320x224@60;H
+opwolf3u;"Operation Wolf 3 (US)";320x224@60;H
+opwolfa;"Operation Wolf (World, set 2)";320x240@60;H
+opwolfb;"Operation Bear";320x240@60;H
+opwolfj;"Operation Wolf (Japan)";320x240@60;H
+opwolfjsc;"Operation Wolf (Japan, SC)";320x240@60;H
+opwolfu;"Operation Wolf (US)";320x240@60;H
+orbitron;"Orbitron";256x224@60;V
+orbs;"Orbs (10/7/94 prototype?)";320x240@60;H
+ordyne;"Ordyne - Ordyne - Ordyne (Japan, English Version)";288x224@60;H
+ordynej;"Ordyne (Japan)";288x224@60;H
+orius;"Orius (ver UAA)";384x256@54;H
+orlegend;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V126)";448x224@60;H
+orlegend105k;"Oriental Legend (V105, Korea)";448x224@60;H
+orlegend111c;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V111, China)";448x224@60;H
+orlegend111k;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V111, Korea)";448x224@60;H
+orlegend111t;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V111, Taiwan)";448x224@60;H
+orlegendc;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V112, China)";448x224@60;H
+orlegendca;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V112 alt, Chi";448x224@60;H
+orlegende;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V112)";448x224@60;H
+oscar;"Psycho-Nics Oscar (World revision 0)";256x240@58;H
+oscarj1;"Psycho-Nics Oscar (Japan revision 1)";256x240@58;H
+oscarj2;"Psycho-Nics Oscar (Japan revision 2)";256x240@58;H
+oscaru;"Psycho-Nics Oscar (US)";256x240@58;H
+osman;"Osman (World)";320x240@58;H
+othunder;"Operation Thunderbolt (World, rev 1)";320x240@60;H
+othunderj;"Operation Thunderbolt (Japan)";320x240@60;H
+othunderjsc;"Operation Thunderbolt (Japan, SC)";320x240@60;H
+othundero;"Operation Thunderbolt (World)";320x240@60;H
+othunderu;"Operation Thunderbolt (US, rev 1)";320x240@60;H
+othunderuo;"Operation Thunderbolt (US)";320x240@60;H
+outrun;"Out Run - Out Run (Euro) - Out Run (sitdown/upright, Rev B) - Out Run (World) - OutRun (Euro, USA) - Turbo Out Run (Out Run upgrade, FD1094 317-0118) - Turbo OutRun (Euro, Jpn)";320x224@60;H
+outrunb;"Out Run (bootleg)";320x224@60;H
+outrundx;"Out Run (deluxe sitdown)";320x224@60;H
+outrundxa;"Out Run (deluxe sitdown earlier version)";320x224@60;H
+outrundxeh;"Out Run (deluxe sitdown) (Enhanced Edition v1.0.3)";320x224@60;H
+outrundxj;"Out Run (Japan, deluxe sitdown, FD1089A 317-0019)";320x224@60;H
+outruneh;"Out Run (sitdown/upright, Rev B) (Enhanced Edition v1.";320x224@60;H
+outrunra;"Out Run (sitdown/upright, Rev A)";320x224@60;H
+outzone;"Out Zone";320x240@55.2;V
+outzonea;"Out Zone (set 2)";320x240@55.2;V
+outzoneb;"Out Zone (older set)";320x240@55.2;V
+outzonec;"Out Zone (oldest set)";320x240@55.2;V
+outzoneh;"Out Zone (harder)";320x240@55.2;V
+overtop;"Over Top";304x224@59;H
+ozmawars;"Ozma Wars (set 1)";260x224@60;V
+ozmawars2;"Ozma Wars (set 2)";260x224@60;V
+ozon1;"Ozon I";256x224@60;V
+p47;"P-47 - The Freedom Fighter - P-47 - The Phantom Fighter (World)";256x224@60;H
+p47j;"P-47 - The Freedom Fighter (Japan)";256x224@60;H
+p47je;"P-47 - The Freedom Fighter (Japan, Export)";256x224@60;H
+pacgal;"Pac-Gal";288x224@60;V
+pacheart;"Pac-Man (Hearts)";288x224@60;V
+packbang;"Pack'n Bang Bang (Prototype)";256x225@60;V
+packetman;"Packetman (bootleg)";288x224@60;V
+pacland;"Pac-land - Pac-Land - Pac-Land (World)";288x224@60;H
+paclandj;"Pac-Land (Japan new)";288x224@60;H
+paclandjo;"Pac-Land (Japan old)";288x224@60;H
+paclandjo2;"Pac-Land (Japan older)";288x224@60;H
+paclandm;"Pac-Land (Midway)";288x224@60;H
+pacman;"Jr. Pac-Man (11/9/83) - MS Pacman - Ms. Pac-Man (Euro, Bra) - Ms. Pac-Man (Euro, USA) - Ms. Pac-Man (USA) - Pac-Man (Jpn) - Pac-Man (Midway) - Pac-Man (Prototype) - Pac-Man (USA)";288x224@60;V
+pacmanbl;"Pac-Man (Galaxian hardware, set 1)";256x224@60;V
+pacmanbla;"Pac-Man (Galaxian hardware, set 2)";256x224@60;V
+pacmanf;"Jr. Pac-Man (speedup hack) - Pac-Man (Midway, with speedup hack)";288x224@60;V
+pacmania;"Pac-Mania - Pac-Mania (Euro) - Pac-Mania (Euro) - Pac-Mania (Euro, USA)";288x224@60;V
+pacmaniaj;"Pac-Mania (Japan)";288x224@60;V
+pacmaniao;"Pac-Mania (111187 sound program)";288x224@60;V
+pacmanpe;"Come Come (Petaco SA bootleg of Puck Man)";288x224@60;V
+pacmanso;"Pac-Man (SegaSA / Sonic)";288x224@60;V
+pacmansp;"Puck Man (Spanish, 'Made in Greece' bootleg)";288x224@60;V
+pacmod;"Pac-Man (Midway, harder)";288x224@60;V
+pacnchmp;"Pac-Man & Chomp Chomp";288x224@60;V
+pacnpal;"Pac & Pal";288x224@60;V
+pacnpal2;"Pac & Pal (older)";288x224@60;V
+pacplus;"Pac-Man Plus";288x224@60;V
+pacuman;"Pacu-Man (Spanish bootleg of Puck Man)";288x224@60;V
+paddle2;"Paddle 2 (bootleg on Block hardware)";256x224@60;V
+paddlema;"Paddle Mania";256x224@60;V
+paintrlr;"Paint Roller";288x224@60;V
+pairlove;"Pairs Love";384x240@60;V
+pajaroes;"Pajaro del Espacio (Spanish bootleg of UniWar S)";256x224@60;V
+palamed;"Palamedes (US)";320x224@60;H
+palamedj;"Palamedes (Japan)";320x224@60;H
+pandoras;"Pandora's Palace";256x224@60;V
+pang;"Cross Pang - Mighty! Pang (001010 Euro) - Pang (World) - Pang Pang - Super Pang (World 900914) - Ti Ti! Pang Pang! (Kor) - Zipang";384x240@57;H
+pang3;"Pang! 3 (950601 Euro)";384x224@60;H
+pang3b;"Pang! 3 (bootleg set 1, 950511 Euro)";384x224@60;H
+pang3b2;"Pang! 3 (bootleg set 2, 950511 Euro)";384x224@60;H
+pang3b3;"Pang! 3 (bootleg set 3, 950601 Euro)";384x224@60;H
+pang3j;"Pang! 3: Kaitou Tachi no Karei na Gogo (950511 Japan)";384x224@60;H
+pang3r1;"Pang! 3 (950511 Euro)";384x224@60;H
+pang3r1a;"Pang! 3 (950511 Euro, alt)";384x224@60;H
+pangb;"Pang (bootleg, set 1)";384x240@60;H
+pangb2;"Pang (bootleg, set 4)";384x240@60;H
+pangbold;"Pang (bootleg, set 2)";384x240@60;H
+pangbold2;"Pang (bootleg, set 5)";384x240@60;H
+pangbold3;"Pang (bootleg, set 6)";384x240@60;H
+pangpang;"Pang Pang";320x240@58;H
+pangpoms;"Pang Pom's";360x224@60;H
+pangpomsm;"Pang Pom's (Mitchell)";360x224@60;H
+panicbom;"Panic Bomber";304x224@59;H
+panicstr;"Panic Street (Japan)";320x240@60;H
+paperboy;"Paperboy (Atari System 2)";512x384@60;H
+paprazzi;"Paparazzi";384x224@60;V
+parodius;"Parodius - Tako wa Chikyuu wo Sukuu (Jpn) - Parodius DA! (World, set 1) - Parodius da! - Shinwa Kara Owarai He";288x224@60;H
+parodiusa;"Parodius - Tako wa Chikyuu wo Sukuu (Jpn, Alt) - Parodius DA! (Asia)";288x224@60;H
+parodiuse;"Parodius - Tako Saves Earth (English) - Parodius DA! (World, set 2)";288x224@60;H
+parodiusj;"Parodius DA! (Japan)";288x224@60;H
+pass;"Pass";320x224@60;H
+passsht;"Passing Shot (World, 2 Players, FD1094 317-0080)";320x224@60;V
+passsht16a;"Passing Shot (Japan, 4 Players, System 16A, FD1094 317";320x224@60;V
+passshta;"Passing Shot (World, 4 Players, FD1094 317-0074)";320x224@60;V
+passshtad;"Passing Shot (World, 4 Players, FD1094 317-0074 decryp";320x224@60;V
+passshtd;"Passing Shot (World, 2 Players, FD1094 317-0080 decryp";320x224@60;V
+passshtj;"Passing Shot (Japan, 4 Players, FD1094 317-0070)";320x224@60;V
+passshtjd;"Passing Shot (Japan, 4 Players, FD1094 317-0070 decryp";320x224@60;V
+pbancho;"Gyakuten!! Puzzle Bancho (Japan)";320x240@60;H
+pbillrd;"Perfect Billiard";256x224@60;H
+pbillrdsa;"Perfect Billiard (MC-8123, 317-5008)";256x224@60;H
+pbobbl2n;"Puzzle Bobble 2 / Bust-A-Move Again (Neo-Geo)";304x224@59;H
+pbobble;"Puzzle Bobble (Japan, B-System) - Puzzle Bobble (Jpn)";320x224@60;H
+pbobble2;"Puzzle Bobble 2 (Ver 2.3O 1995/07/31)";320x232@60;H
+pbobble2j;"Puzzle Bobble 2 (Ver 2.2J 1995/07/20)";320x232@60;H
+pbobble2o;"Puzzle Bobble 2 (Ver 2.2O 1995/07/20)";320x232@60;H
+pbobble2u;"Bust-A-Move Again (Ver 2.3A 1995/07/31)";320x232@60;H
+pbobble2x;"Puzzle Bobble 2X (Ver 2.2J 1995/11/11)";320x232@60;H
+pbobble3;"Puzzle Bobble 3 (Ver 2.1O 1996/09/27)";320x232@60;H
+pbobble3j;"Puzzle Bobble 3 (Ver 2.1J 1996/09/27)";320x232@60;H
+pbobble3u;"Puzzle Bobble 3 (Ver 2.1A 1996/09/27)";320x232@60;H
+pbobble4;"Puzzle Bobble 4 (Ver 2.04O 1997/12/19)";320x232@60;H
+pbobble4j;"Puzzle Bobble 4 (Ver 2.04J 1997/12/19)";320x232@60;H
+pbobble4u;"Puzzle Bobble 4 (Ver 2.04A 1997/12/19)";320x232@60;H
+pbobblen;"Puzzle Bobble / Bust-A-Move (Neo-Geo) (NGM-083)";320x224@59;H
+pbobblenb;"Puzzle Bobble / Bust-A-Move (Neo-Geo) (bootleg)";320x224@59;H
+pclubys;"Puzzle Club (Yun Sung, set 1)";320x240@60;H
+pclubysa;"Puzzle Club (Yun Sung, set 2)";320x240@60;H
+pdrift;"Power Drift - Power Drift (World, Rev A)";320x224@60;H
+pdrifta;"Power Drift (World)";320x224@60;H
+pdrifte;"Power Drift (World, Earlier)";320x224@60;H
+pdriftj;"Power Drift (Japan)";320x224@60;H
+peekaboo;"Peek-a-Boo!";256x224@60;H
+peekaboou;"Peek-a-Boo! (North America, ver 1.0)";256x224@60;H
+penbros;"Penguin Brothers (Japan)";320x224@60;H
+pengadvb;"Penguin Adventure (bootleg of MSX version)";272x216@60;H
+pengo;"Pengo (Euro, USA) - Pengo (set 1 rev c) - Pepenga Pengo (Jpn)";288x224@60;V
+pengo2;"Pengo (set 2)";288x224@60;V
+pengo2u;"Pengo (set 2 not encrypted)";288x224@60;V
+pengo3u;"Pengo (set 3 not encrypted)";288x224@60;V
+pengo4;"Pengo (set 4)";288x224@60;V
+pengo5;"Pengo (set 5)";288x224@60;V
+pengob;"Pengo (bootleg)";288x224@60;V
+penta;"Penta";288x224@60;V
+percuss;"The Percussor";256x224@60;V
+perfrman;"Performan (Japan)";256x240@60;V
+perfrmanu;"Performan (US)";256x240@60;V
+pestplce;"Pest Place";256x224@60;H
+pfghtj;"Pocket Fighter (970904 Japan)";384x224@60;H
+pgalvip;"Pocket Gals V.I.P (set 1)";256x224@60;H
+pgalvipa;"Pocket Gals V.I.P (set 2)";256x224@60;H
+pgear;"Powered Gear - strategic variant armor equipment (9410";384x224@60;H
+pgearr1;"Powered Gear - strategic variant armor equipment (9409";384x224@60;H
+pgemeni;"P-GeMeni (060123)";448x224@60;H
+pgmdemo;"Chaos (PGM Demo)";448x224@60;H
+pgmfrog;"Frog Feast (PGM)";448x224@60;H
+pgoal;"Pleasure Goal / Futsal - 5 on 5 Mini Soccer (NGM-219)";304x224@59;H
+phantasm;"Phantasm (Japan)";256x224@60;H
+phelios;"Phelios - Phelios (Euro)";288x224@60;V
+pheliosj;"Phelios (Japan) - Phelios (Jpn)";288x224@60;V
+phoenix;"Phoenix (Amstar)";256x208@60;V
+phoenix2;"Phoenix (Amstar, set 2)";256x208@60;V
+phoenix3;"Phoenix (T.P.N. bootleg)";256x208@60;V
+phoenixa;"Phoenix (Centuri, set 1)";256x208@60;V
+phoenixass;"Phoenix (Assa, Spanish bootleg)";256x208@60;V
+phoenixb;"Phoenix (Centuri, set 2)";256x208@60;V
+phoenixc;"Phoenix (Irecsa / G.G.I Corp, set 1)";256x208@60;V
+phoenixc2;"Phoenix (Irecsa / G.G.I Corp, set 2)";256x208@60;V
+phoenixc3;"Phoenix (Irecsa / G.G.I Corp, set 3)";256x208@60;V
+phoenixc4;"Phoenix (Irecsa / G.G.I Corp, set 4)";256x208@60;V
+phoenixdal;"Phoenix (D&L bootleg)";256x208@60;V
+phoenixj;"Phoenix (Taito Japan)";256x208@60;V
+phoenixs;"Phoenix (Sonic, Spanish bootleg)";256x208@60;V
+phoenixt;"Phoenix (Taito)";256x208@60;V
+phoenxp2;"Phoenix Part 2";256x224@60;V
+photof;"Photo Finish (bootleg?)";256x224@60;H
+photoy2k;"Photo Y2K / Real and Fake (V105)";448x224@60;H
+photoy2k102;"Real and Fake0Photo Y2K (V102, Japan)";448x224@60;H
+photoy2k104;"Photo Y2K / Real and Fake (V104)";448x224@60;H
+phozon;"Phozon (Japan)";288x224@60;V
+phozons;"Phozon (Sidam)";288x224@60;V
+pinbo;"Pinbo (set 1)";256x224@60;V
+pingpong;"Konami's Ping-Pong - Konami's Ping-Pong (Jpn) - Ping Pong (Tw)";256x224@60;H
+pipibibs;"Pipi & Bibis / Whoopee!! (Z80 sound cpu, set 1)";320x240@60;H
+pipibibsa;"Pipi & Bibis / Whoopee!! (Z80 sound cpu, set 2)";320x240@60;H
+pipibibsp;"Pipi & Bibis / Whoopee!! (prototype)";320x240@60;H
+piranha;"Piranha";288x224@60;V
+piranhah;"Piranha (hack)";288x224@60;V
+piranhao;"Piranha (older)";288x224@60;V
+pirates;"Pirates (set 1) - Pirates! Gold (USA)";288x224@60;H
+piratesb;"Pirates (set 2)";288x224@60;H
+pisces;"Pisces";256x224@60;V
+piscesb;"Pisces (bootleg)";256x224@60;V
+pistoldm;"Pistol Daimyo no Bouken (Japan)";288x224@60;H
+pitfall2;"Pitfall II (315-5093) - Pitfall II - Lost Caverns (Jpn) - Pitfall II - The Lost Caverns (Jpn, v1) - Pitfall II: Lost Caverns";256x224@60;H
+pitfall2a;"Pitfall II (315-5093, Flicky Conversion) - Pitfall II - Lost Caverns (Jpn, Alt) - Pitfall II - The Lost Caverns (Jpn, v0)";256x224@60;H
+pitfall2u;"Pitfall II (not encrypted)";256x224@60;H
+pkladies;"Poker Ladies";384x240@60;H
+pkladiesl;"Poker Ladies (Leprechaun ver. 510)";384x240@60;H
+pkladiesla;"Poker Ladies (Leprechaun ver. 401)";384x240@60;H
+pktgaldx;"Pocket Gal Deluxe (Euro v3.00)";320x240@58;H
+pktgaldxj;"Pocket Gal Deluxe (Japan v3.00)";320x240@58;H
+pkunwar;"Penguin-Kun Wars (US)";256x192@60;H
+pkunwarj;"Penguin-Kun Wars (Japan)";256x192@60;H
+plegends;"Gouketsuji Gaiden Legends (USA, ver. 95/06/20)";320x240@58;H
+plegendsj;"Gouketsuji Gaiden Saikyou Densetsu (Japan, ver. 95/06/";320x240@58;H
+pleiadbl;"Pleiads (bootleg set 1)";256x208@60;V
+pleiadce;"Pleiads (Centuri)";256x208@60;V
+pleiads;"Pleiads (Tehkan)";256x208@60;V
+pleiadsb2;"Pleiads (bootleg set 2)";256x208@60;V
+pleiadsi;"Pleiads (Irecsa)";256x208@60;V
+pleiadsn;"Pleiads (Niemer S.A.)";256x208@60;V
+pleiadss;"Pleiads (Spanish bootleg)";256x208@60;V
+plgirls;"Play Girls";320x224@60;V
+plgirls2;"Play Girls 2";320x224@60;V
+plgirls2b;"Play Girls 2 (bootleg)";320x224@60;V
+plotting;"Plotting (World set 1)";320x224@60;H
+plottinga;"Plotting (World set 2, protected)";320x224@60;H
+plottingb;"Plotting (World set 3, earliest version)";320x224@60;H
+plottingu;"Plotting (US)";320x224@60;H
+plumppop;"Plump Pop (Japan)";256x224@60;H
+plusalph;"Plus Alpha";256x224@60;V
+pnickj;"Pnickies (940608 Japan)";384x224@60;H
+pnyaa;"Pochi and Nyaa";304x224@59;H
+poitto;"Poitto!";360x224@60;H
+poknight;"Poker Night";304x224@59;H
+pokonyan;"Pokonyan (Japan 940322)";384x224@60;H
+pollux;"Pollux (set 1)";384x240@60;V
+polluxa;"Pollux (set 2)";384x240@60;V
+polluxa2;"Pollux (set 3)";384x240@60;V
+polluxn;"Pollux (Japan, NTC license)";384x240@60;V
+pompingw;"Pomping World (Japan)";384x240@57;H
+ponpoko;"Ponpoko";288x224@60;H
+ponpokov;"Ponpoko (Venture Line)";288x224@60;H
+pootan;"Pootan";256x224@60;V
+pooyan;"Pooyan - Pooyan (Jpn) - Pooyan (Kor)";256x224@60;V
+pooyans;"Pooyan (Stern)";256x224@60;V
+popbingo;"Pop Bingo";384x240@60;H
+popbounc;"Pop 'n Bounce / Gapporin";304x224@59;H
+popeye;"Popeye - Popeye (revision D) - Popeye no Beach Volleyball (Jpn)";288x224@60;H
+popeyeman;"Popeye-Man";288x224@60;V
+popflame;"Pop Flamer (Euro, Jpn) - Pop Flamer (protected)";288x224@60;V
+popflamea;"Pop Flamer (not protected)";288x224@60;V
+popflameb;"Pop Flamer (hack?)";288x224@60;V
+popflamen;"Pop Flamer (bootleg on Naughty Boy PCB)";288x224@60;V
+popnpop;"Pop'n Pop (Ver 2.07O 1998/02/09)";320x232@60;H
+popnpopj;"Pop'n Pop (Ver 2.07J 1998/02/09)";320x232@60;H
+popnpopu;"Pop'n Pop (Ver 2.07A 1998/02/09)";320x232@60;H
+popspops;"Pop's Pop's";256x224@56;H
+porky;"Porky";256x224@60;V
+porter;"Port Man (bootleg on Moon Cresta hardware)";256x224@60;V
+pow;"P.O.W. - Prisoners of War (US version 1) - Rings of Power (Euro, USA)";256x224@60;H
+powerins;"Power Instinct (USA)";320x224@56;H
+powerinsa;"Power Instinct (USA, bootleg set 1)";320x224@60;H
+powerinsb;"Power Instinct (USA, bootleg set 2)";320x224@60;H
+powerinsj;"Gouketsuji Ichizoku (Japan)";320x224@56;H
+powj;"Datsugoku - Prisoners of War (Japan)";256x224@60;H
+ppan;"Peter Pan (bootleg of Hook)";320x240@60;H
+ppchamp;"Pasha Pasha Champ Mini Game Festival";320x240@60;H
+pprobe;"Planet Probe (prototype?)";256x224@60;V
+prehisle;"Prehistoric Isle in 1930 (World)";256x224@60;H
+prehisleb;"Prehistoric Isle in 1930 (World, bootleg)";256x224@60;H
+prehislek;"Prehistoric Isle in 1930 (Korea)";256x224@60;H
+prehisleu;"Prehistoric Isle in 1930 (US)";256x224@60;H
+preisle2;"Prehistoric Isle 2";304x224@59;H
+primella;"Primella";384x256@60;H
+prmtmfgt;"Prime Time Fighter (Ver 2.1A 1993/05/21) (New Version)";320x232@60;H
+prmtmfgto;"Prime Time Fighter (Ver 2.1A 1993/05/21) (Old Version)";320x232@60;H
+progear;"Progear (010117 USA)";384x224@60;H
+progeara;"Progear (010117 Asia)";384x224@60;H
+progearj;"Progear No Arashi (010117 Japan)";384x224@60;H
+progearjbl;"Progear No Arashi (010117 Japan, decrypted set)";384x224@60;H
+progearjd;"Progear No Arashi (010117 Japan Phoenix Edition)";384x224@60;H
+progearud;"Progear(010117 USA Phoenix Edition)";384x224@60;H
+progress;"Progress";256x224@60;V
+prtytime;"Party Time: Gonta the Diver II / Ganbare! Gonta!! 2 (W";320x240@58;V
+psoldier;"Perfect Soldiers (Japan)";320x240@60;H
+pspikes;"Power Spikes (World)";356x240@60;H
+pspikes2;"Power Spikes II (NGM-068)";320x224@59;H
+pspikesk;"Power Spikes (Korea)";356x240@60;H
+pspikesu;"Power Spikes (US)";356x240@60;H
+psurge;"Power Surge";256x224@60;V
+psychic5;"Psychic 5 (World)";256x224@54;V
+psychic5j;"Psychic 5 (Japan)";256x224@54;V
+psychos;"Psycho Soldier (US) - Psychosis";400x224@60;H
+psychosj;"Psycho Soldier (Japan)";400x224@60;H
+pturn;"Parallel Turn";256x224@60;V
+puchicar;"Puchi Carat (Ver 2.02O 1997/10/29)";320x232@60;H
+puchicarj;"Puchi Carat (Ver 2.02J 1997/10/29)";320x232@60;H
+puckman;"Puck Man (Japan set 1)";288x224@60;V
+puckmanb;"Puck Man (Bootleg set 1)";288x224@60;V
+puckmanf;"PuckMan (speedup hack)";288x224@60;V
+puckmanh;"Puck Man (bootleg set 2)";288x224@60;V
+puckmod;"Puck Man (Japan set 2)";288x224@60;V
+pulirula;"PuLiRuLa (World)";320x224@60;H
+pulirulaj;"PuLiRuLa (Japan)";320x224@60;H
+pulstar;"Pulstar";320x224@59;H
+punchita;"Punch-Out!! (Italian bootleg)";448x256@60;V
+punchout;"Punch-Out!! (Rev B)";448x256@60;V
+punchouta;"Punch-Out!! (Rev A)";448x256@60;V
+punchoutj;"Punch-Out!! (Japan)";448x256@60;V
+punipic;"The Punisher (bootleg set 1 (with PIC16c57), 930422 et";384x224@60;H
+punipic2;"The Punisher (bootleg set 2 (with PIC16c57), 930422 et";384x224@60;H
+punipic3;"The Punisher (bootleg set 3 (with PIC16c57), 930422 et";384x224@60;H
+punisher;"The Punisher (930422 etc) - The Punisher (Euro)";384x224@60;H
+punisherb;"The Punisher (bootleg, 930422 etc)";384x224@60;H
+punisherbz;"Biaofeng Zhanjing (Chinese bootleg)";384x224@60;H
+punisherh;"The Punisher (930422 Hispanic)";384x224@60;H
+punisherj;"The Punisher (930422 Japan)";384x224@60;H
+punisheru;"The Punisher (930422 USA) - The Punisher (USA)";384x224@60;H
+punkshot;"Punk Shot (US 4 Players)";288x224@60;H
+punkshot2;"Punk Shot (US 2 Players)";288x224@60;H
+punkshotj;"Punk Shot (Japan 2 Players)";288x224@60;H
+pururun;"Pururun";320x224@60;H
+pushman;"Pushman (Korea, set 1)";256x224@60;H
+pushmana;"Pushman (Korea, set 2)";256x224@60;H
+pushmans;"Pushman (American Sammy license)";256x224@60;H
+puzlclub;"Puzzle Club (Japan prototype)";288x224@60;V
+puzlstar;"Puzzle Star (V100MG)";448x224@60;H
+puzzldpr;"Puzzle De Pon! R!";304x224@59;H
+puzzledp;"Puzzle De Pon!";304x224@59;H
+puzzli;"Puzzli";320x224@60;H
+puzzli2;"Puzzli 2 (V100)";448x224@60;H
+puzzli2s;"Puzzli 2 Super (V200)";448x224@60;H
+puzzloop;"Puzz Loop (Europe, v0.94)";320x240@60;H
+puzzloopa;"Puzz Loop (Asia)";320x240@60;H
+puzzloope;"Puzz Loop (Europe, v0.93)";320x240@60;H
+puzzloopj;"Puzz Loop (Japan)";320x240@60;H
+puzzloopk;"Puzz Loop (Korea)";320x240@60;H
+puzzloopu;"Puzz Loop (USA)";320x240@60;H
+puzzlove;"PuzzLove";320x240@60;H
+puzzlovek;"PuzzLove (Korea)";320x240@60;H
+puzznic;"Puzznic - Puzznic (World)";320x224@60;H
+puzznicb;"Puzznic (bootleg, set 1)";320x224@60;H
+puzznicba;"Puzznic (bootleg, set 2)";320x224@60;H
+puzznici;"Puzznic (Italian bootleg)";320x224@60;H
+puzznicj;"Puzznic (Japan)";320x224@60;H
+puzznicu;"Puzznic (US)";320x224@60;H
+pwheelsj;"Power Wheels (Japan)";320x240@60;H
+pwrgoal;"Taito Power Goal (Ver 2.5O 1994/11/03)";320x224@60;H
+pwrinst2;"Power Instinct 2 (USA, ver. 94/04/08)";320x240@58;H
+pwrinst2j;"Gouketsuji Ichizoku 2 (Japan, ver. 94/04/08)";320x240@58;H
+pyros;"Pyros (US)";320x240@60;H
+pzlbowl;"Puzzle De Bowling (Japan)";384x240@60;H
+pzlbreak;"Puzzle Break";256x224@58;H
+pzloop2;"Puzz Loop 2 (010302 Euro)";384x224@60;H
+pzloop2j;"Puzz Loop 2 (010226 Japan)";384x224@60;H
+pzloop2jr1;"Puzz Loop 2 (010205 Japan)";384x224@60;H
+qad;"Quiz & Dragons (capcom quiz game 920701 USA)";384x224@60;H
+qadjr;"Quiz & Dragons (940921 Japan Resale Ver.)";384x224@60;H
+qbert;"Faster, Harder, More Challenging Q*bert (prototype) - Mello Yello Q*bert - Q*bert - Q*bert (Jpn) - Q*bert (Jpn, OMV) - Q*bert (US set 1)";256x240@60;V
+qberta;"Q*bert (Alt) - Q*bert (Jpn, Alt) - Q*bert (US set 2)";256x240@60;V
+qbertj;"Q*bert (Japan)";256x240@60;V
+qbertqub;"Q*bert Qubes - Q*bert's Qubes";256x240@60;V
+qcrayon;"Quiz Crayon Shinchan (Japan)";320x224@60;H
+qcrayon2;"Crayon Shinchan Orato Asobo (Japan)";320x224@60;H
+qgakumon;"Quiz Gakumon no Susume (Japan ver. JA2 Type L)";304x224@60;H
+qjinsei;"Quiz Jinsei Gekijoh (Japan)";320x224@60;H
+qndream;"Quiz Nanairo Dreams - nijiirochou no kiseki (nanairo d";384x224@60;H
+qsangoku;"Quiz Sangokushi (Japan)";384x240@60;H
+qtheater;"Quiz Theater - 3tsu no Monogatari (Ver 2.3J 1994/11/10";320x224@60;H
+qtono1;"Quiz Tonosama no Yabou (Japan)";384x240@60;H
+qtono2j;"Quiz Tonosama no Yabou 2 Zenkoku-ban (tonosama 2 95012";384x224@60;H
+qtorimon;"Quiz Torimonochou (Japan)";320x224@60;H
+quartet;"Quartet (Euro, USA) - Quartet (Rev A, 8751 317-unknown)";320x224@60;H
+quartet2;"Quartet 2 (8751 317-0010)";320x224@60;H
+quartet2a;"Quartet 2 (unprotected)";320x224@60;H
+quarteta;"Quartet (8751 315-5194)";320x224@60;H
+quarth;"Quarth (Japan)";288x224@60;H
+quester;"Quester (Japan)";288x224@60;V
+questers;"Quester Special Edition (Japan)";288x224@60;V
+quiz18k;"Miyasu Nonki no Quiz 18-Kin";320x224@60;H
+quizdai2;"Quiz Meitantei Neo & Geo - Quiz Daisousa Sen part 2 (N";320x224@59;H
+quizdais;"Quiz Daisousa Sen - The Last Count Down (NGM-023)(NGH-";304x224@59;H
+quizdaisk;"Quiz Daisousa Sen - The Last Count Down (Korean releas";304x224@59;H
+quizf1;"Quiz F1 1-2 Finish (Japan)";384x240@60;H
+quizhq;"Quiz H.Q. (Japan)";320x224@60;H
+quizhuhu;"Moriguchi Hiroko no Quiz de Hyuu!Hyuu! (Ver 2.2J 1995/";320x232@60;H
+quizkof;"Quiz King of Fighters (SAM-080)(SAH-080)";304x224@59;H
+quizkofk;"Quiz King of Fighters (Korean release)";304x224@59;H
+quizo;"Quiz Olympic (set 1)";320x200@60;H
+quizoa;"Quiz Olympic (set 2)";320x200@60;H
+qzchikyu;"Quiz Chikyu Bouei Gun (Japan)";320x224@60;H
+qzkklgy2;"Quiz Kokology 2";384x240@60;H
+qzkklogy;"Quiz Kokology";384x240@60;H
+qzquest;"Quiz Quest - Hime to Yuusha no Monogatari (Japan)";320x224@60;H
+qzshowby;"Quiz Sekai wa SHOW by shobai (Japan)";320x224@60;H
+r2dx_v33;"Raiden II New / Raiden DX (newer V33 PCB) (Raiden DX E";320x240@55;V
+r2dx_v33_r2;"Raiden II New / Raiden DX (newer V33 PCB) (Raiden II E";320x240@55;V
+rabiolep;"Rabio Lepus (Japan) - Rabio Lepus Special";288x216@60;H
+rachero;"Racing Hero (FD1094 317-0144)";320x224@60;H
+racherod;"Racing Hero (FD1094 317-0144 decrypted)";320x224@60;H
+racingb;"Racing Beat (World)";320x240@60;H
+racingbj;"Racing Beat (Japan)";320x240@60;H
+rackemup;"Rack 'em Up (program code L)";256x224@60;V
+racknrol;"Rack + Roll";256x224@60;H
+radarscp;"Radar Scope";256x224@60;V
+radarscp1;"Radar Scope (TRS01)";256x224@60;V
+radrad;"Radical Radial (US)";256x224@60;H
+radradj;"Radical Radial (Japan)";256x224@60;H
+raflesia;"Rafflesia (315-5162)";256x224@60;V
+ragnagrd;"Ragnagard / Shin-Oh-Ken";320x224@59;H
+ragtime;"The Great Ragtime Show (Japan v1.5, 92.12.07)";320x240@58;H
+ragtimea;"The Great Ragtime Show (Japan v1.3, 92.11.26)";320x240@58;H
+raiden;"Raiden";256x224@59;V
+raiden2;"Raiden II (US, set 1)";320x240@55.4;V
+raiden2dx;"Raiden II (harder, Raiden DX Hardware)";320x240@55.4;V
+raiden2e;"Raiden II (Easy Version, Korea?)";320x240@55.4;V
+raiden2ea;"Raiden II (Easy Version, Japan?)";320x240@55.4;V
+raiden2eg;"Raiden II (Easy Version, Germany)";320x240@55.4;V
+raiden2eu;"Raiden II (Easy Version, US set 2)";320x240@55.4;V
+raiden2eua;"Raiden II (Easy Version, US set 1)";320x240@55.4;V
+raiden2f;"Raiden II (France)";320x240@55.4;V
+raiden2g;"Raiden II (Germany)";320x240@55.4;V
+raiden2hk;"Raiden II (Hong Kong)";320x240@55.4;V
+raiden2i;"Raiden II (Italy)";320x240@55.4;V
+raiden2j;"Raiden II (Japan)";320x240@55.4;V
+raiden2nl;"Raiden II (Holland)";320x240@55.4;V
+raiden2sw;"Raiden II (Switzerland)";320x240@55.4;V
+raiden2u;"Raiden II (US, set 2)";320x240@55.4;V
+raidena;"Raiden (set 2)";256x224@60;V
+raidenb;"Raiden (set 3, Alternate hardware)";256x224@60;V
+raidendx;"Raiden DX (UK)";320x240@55.4;V
+raidendxa1;"Raiden DX (Hong Kong, set 1)";320x240@55.4;V
+raidendxa2;"Raiden DX (Hong Kong, set 2)";320x240@55.4;V
+raidendxch;"Raiden DX (China)";320x240@55.4;V
+raidendxg;"Raiden DX (Germany)";320x240@55.4;V
+raidendxj;"Raiden DX (Japan)";320x240@55.4;V
+raidendxk;"Raiden DX (Korea)";320x240@55.4;V
+raidendxnl;"Raiden DX (Holland)";320x240@55.4;V
+raidendxu;"Raiden DX (US)";320x240@55.4;V
+raidenk;"Raiden (Korea)";256x224@60;V
+raidenkb;"Raiden (Korea, bootleg)";256x224@60;V
+raident;"Raiden (Taiwan)";256x224@60;V
+raidenu;"Raiden (US, set 1)";256x224@60;V
+raidenua;"Raiden (US, set 2, SEI8904 + SEI9008 PCBs)";256x224@60;V
+raiders5;"Raiders5";256x192@60;H
+raiders5t;"Raiders5 (Japan)";256x192@60;H
+raiga;"Raiga - Strato Fighter (Japan)";256x224@60;H
+raimais;"Raimais (World)";320x224@60;H
+raimaisj;"Raimais (Japan)";320x224@60;H
+raimaisjo;"Raimais (Japan, first revision)";320x224@60;H
+rallybik;"Rally Bike / Dash Yarou";320x240@55.2;V
+rallyx;"New Rally X - Rally X (32k Ver.?) - Rally-X (Jpn) - Rally-X (Tw)";288x224@60;H
+rallyxa;"Rally X - Rally-X (Jpn, Alt)";288x224@60;H
+rallyxm;"Rally X (Midway)";288x224@60;H
+rallyxmr;"Rally X (Model Racing)";288x224@60;H
+rambo3;"Rambo III (Euro) - Rambo III (Euro, USA, Bra) - Rambo III (Europe) - Rambo III (World, v1.1)";320x224@60;H
+rambo3p;"Rambo III (Europe, Proti?)";320x224@60;H
+rambo3u;"Rambo III (US)";320x224@60;H
+raphero;"Rapid Hero";384x224@56;V
+rastan;"Rastan (Euro, USA, Bra) - Rastan (World Rev 1) - Rastan Saga (Jpn, SMS Mode)";320x240@60;H
+rastana;"Rastan (World)";320x240@60;H
+rastanb;"Rastan (World, Earlier code base)";320x240@60;H
+rastanu;"Rastan (US Rev 1)";320x240@60;H
+rastanua;"Rastan (US)";320x240@60;H
+rastanub;"Rastan (US, Earlier code base)";320x240@60;H
+rastsag2;"Rastan Saga 2 (Japan)";320x224@60;H
+rastsaga;"Rastan Saga (Japan Rev 1)";320x240@60;H
+rastsagaa;"Rastan Saga (Japan Rev 1, Earlier code base)";320x240@60;H
+rastsagab;"Rastan Saga (Japan, Earlier code base)";320x240@60;H
+rayforce;"Ray Force (Ver 2.3A 1994/01/20)";320x224@60;V
+rayforcej;"Ray Force (Ver 2.3J 1994/01/20)";320x224@60;V
+rbff1;"Real Bout Fatal Fury / Real Bout Garou Densetsu (NGM-0";320x224@59;H
+rbff1a;"Real Bout Fatal Fury / Real Bout Garou Densetsu (bug f";320x224@59;H
+rbff1k;"Real Bout Fatal Fury / Real Bout Garou Densetsu (Korea";320x224@59;H
+rbff2;"Real Bout Fatal Fury 2 - The Newcomers / Real Bout Gar";320x224@59;H
+rbff2h;"Real Bout Fatal Fury 2 - The Newcomers / Real Bout Gar";320x224@59;H
+rbff2k;"Real Bout Fatal Fury 2 - The Newcomers (Korean release";320x224@59;H
+rbffspec;"Real Bout Fatal Fury Special / Real Bout Garou Densets";320x224@59;H
+rbffspeck;"Real Bout Fatal Fury Special / Real Bout Garou Densets";320x224@59;H
+rbisland;"Rainbow Islands (new version) - Rainbow Islands - The Story of Bubble Bobble 2 (Euro) - Rainbow Islands Extra (Jpn)";320x224@60;H
+rbislande;"Rainbow Islands (Extra)";320x224@60;H
+rbislando;"Rainbow Islands (old version)";320x224@60;H
+rchase;"Rail Chase (World)";320x224@60;H
+rchasej;"Rail Chase (Japan)";320x224@60;H
+rdaction;"Rad Action / NinjaKun Ashura no Shou";256x192@60;H
+reaktor;"Reaktor (Track & Field conversion)";256x224@60;V
+recalh;"Recalhorn (Ver 1.42J 1994/5/11) (Prototype)";320x232@60;H
+recordbr;"Recordbreaker (World)";320x240@60;H
+redearth;"Red Earth / War-Zard (Euro 961121)";384x224@60;H
+redearthr1;"Red Earth / War-Zard (Euro 961023)";384x224@60;H
+redfoxwp2;"Red Fox War Planes II (China, set 1)";256x224@56;V
+redfoxwp2a;"Red Fox War Planes II (China, set 2)";256x224@56;V
+redhawk;"Red Hawk (US)";256x224@56;V
+redhawkb;"Vince (Redhawk bootleg)";256x224@56;H
+redhawke;"Red Hawk (Excellent Co., Ltd)";256x224@56;V
+redhawkg;"Red Hawk (Greece)";256x224@56;H
+redhawki;"Red Hawk (Italy)";256x224@56;H
+redhawkk;"Red Hawk (Korea)";256x224@56;V
+redrobin;"Red Robin";256x224@60;V
+redufo;"Defend the Terra Attack on the Red UFO";256x224@60;V
+redufob;"Defend the Terra Attack on the Red UFO (bootleg)";256x224@60;V
+regulus;"Regulus (315-5033, rev. A)";240x224@60;V
+reguluso;"Regulus (315-5033)";240x224@60;V
+regulusu;"Regulus (not encrypted)";240x224@60;V
+renegade;"Renegade (Euro, Bra) - Renegade (US)";240x240@60;H
+repulse;"Repulse";288x224@60;V
+rescue;"Rescue - Space Rescue (Euro)";256x224@60;V
+retofinv;"Return of the Invaders";288x224@60;V
+retofinv1;"Return of the Invaders (bootleg set 1)";288x224@60;V
+retofinv2;"Return of the Invaders (bootleg set 2)";288x224@60;V
+revngr84;"Revenger '84 (set 1)";272x236@60;V
+rezon;"Rezon";384x240@60;H
+rezont;"Rezon (Taito)";384x240@60;H
+rf2;"Konami RF2 - Red Fighter";256x224@60;H
+ridhero;"Riding Hero (NGM-006)(NGH-006)";304x224@59;H
+ridheroh;"Riding Hero (set 2)";304x224@59;H
+ridingf;"Riding Fight (Ver 1.0O)";320x224@60;H
+ridingfj;"Riding Fight (Ver 1.0J)";320x224@60;H
+ridingfu;"Riding Fight (Ver 1.0A)";320x224@60;H
+ringdest;"Ring of Destruction - slammasters II (940902 Euro)";384x224@60;H
+ringdesta;"Ring of Destruction - slammasters II (940831 Asia)";384x224@60;H
+ringdesth;"Ring of Destruction - slammasters II (940902 Hispanic)";384x224@60;H
+ringdstd;"Ring of Destruction - slammasters II (940902 Euro Phoe";384x224@60;H
+ringfgt;"Ring Fighter (set 1)";256x224@60;V
+ringfgt2;"Ring Fighter (set 2)";256x224@60;V
+ringohja;"Ring no Ohja (Japan 2 Players ver. N)";288x224@60;H
+ringrage;"Ring Rage (Ver 2.3O 1992/08/09)";320x224@60;H
+ringragej;"Ring Rage (Ver 2.3J 1992/08/09)";320x224@60;H
+ringrageu;"Ring Rage (Ver 2.3A 1992/08/09)";320x224@60;H
+riot;"Riot";256x224@60;H
+riotcity;"Riot City (Japan)";320x224@60;H
+riskchal;"Risky Challenge";320x240@60;H
+rittam;"R&T (Rod-Land prototype?)";256x224@60;H
+rmancp2j;"Rockman: The Power Battle (950922 Japan)";384x224@60;H
+roadf;"Road Fighter (set 1)";256x224@60;V
+roadf2;"Road Fighter (set 2)";256x224@60;V
+roadf3;"Road Fighter (set 3, conversion hack on Hyper Sports P";256x224@60;V
+roboarma;"Robo Army (set 2)";304x224@59;H
+roboarmy;"Robo Army (set 1)";304x224@59;H
+robocop;"Gangcheol RoboCop (Kor) - RoboCop - Robocop (Euro) - Robocop (World revision 4)";256x240@57;H
+robocop2;"Robocop 2 (Euro/Asia v0.10)";320x240@58;H
+robocop2j;"Robocop 2 (Japan v0.11)";320x240@58;H
+robocop2u;"Robocop 2 (US v0.10)";320x240@58;H
+robocop2ua;"Robocop 2 (US v0.05)";320x240@58;H
+robocopb;"Robocop (World bootleg)";256x240@57;H
+robocopb2;"Robocop (Red Corporation World bootleg)";256x240@57;H
+robocopi;"Robocop (Intro demo)";304x224@59;H
+robocopj;"Robocop (Japan)";256x240@57;H
+robocopu;"Robocop (US revision 1)";256x240@57;H
+robocopu0;"Robocop (US revision 0)";256x240@57;H
+robocopw;"Robocop (World revision 3)";256x240@57;H
+robokid;"Atomic Robo-kid (World, Type-2)";256x192@60;H
+robokidj;"Atomic Robo-kid (Japan, Type-2, set 1)";256x192@60;H
+robokidj2;"Atomic Robo-kid (Japan, Type-2, set 2)";256x192@60;H
+robokidj3;"Atomic Robo-kid (Japan)";256x192@60;H
+robowres;"Robo Wres 2001";256x224@60;H
+robotron;"Robotro 2084";292x240@60;H
+rockclim;"Rock Climber";256x224@60;H
+rockduck;"Rock Duck (prototype?)";240x240@57;V
+rockman2j;"Rockman 2 - the power fighters (960708 Japan)";384x224@60;H
+rockmanj;"Rockman - the power battle (950922 Japan)";384x224@60;H
+rockn;"Rock'n Tread (Japan)";320x224@60;V
+rockn2;"Rock'n Tread 2 (Japan)";320x224@60;V
+rockn3;"Rock'n 3 (Japan)";320x224@60;V
+rockn4;"Rock'n 4 (Japan, prototype)";320x224@60;V
+rockna;"Rock'n Tread (Japan, alternate)";320x224@60;V
+rockrage;"Rock'n Rage (World)";256x224@60;H
+rockragea;"Rock'n Rage (prototype?)";256x224@60;H
+rockragej;"Koi no Hotrock (Japan)";256x224@60;H
+rocktris;"Rock Tris";384x240@60;H
+rocktrv2;"MTV Rock-N-Roll Trivia (Part 2)";288x224@60;V
+rocnrope;"Roc 'n Rope - Roc'n Rope";256x224@60;V
+rocnropek;"Roc'n Rope (Kosuka)";256x224@60;V
+rodland;"Rod-Land (World)";256x224@60;H
+rodlandj;"Rod-Land (Japan)";256x224@60;H
+rodlandjb;"Rod-Land (Japan bootleg)";256x224@60;H
+rohga;"Rohga Armor Force (Asia/Europe v5.0)";320x240@58;H
+rohga1;"Rohga Armor Force (Asia/Europe v3.0 Set 1)";320x240@58;H
+rohga2;"Rohga Armor Force (Asia/Europe v3.0 Set 2)";320x240@58;H
+rohgah;"Rohga Armor Force (Hong Kong v3.0)";320x240@58;H
+rohgau;"Rohga Armor Force (US v1.0)";320x240@58;H
+roishtar;"The Return of Ishtar";288x224@60;H
+rolcrush;"Rolling Crush (version 1.07.E - 1999/02/11, Trust lice";304x224@58;H
+rolcrusha;"Rolling Crush (version 1.03.E - 1999/01/29)";304x224@58;H
+rollace;"Roller Aces (set 1)";240x224@60;V
+rollace2;"Roller Aces (set 2)";240x224@60;V
+rollerg;"Rollergames (US)";288x224@60;H
+rollergj;"Rollergames (Japan)";288x224@60;H
+rompers;"Rompers (Japan, new version (Rev B))";288x224@60;V
+romperso;"Rompers (Japan, old version)";288x224@60;V
+ropeman;"Ropeman (bootleg of Roc'n Rope)";256x224@60;V
+rotd;"Rage of the Dragons (NGM-264?)";320x224@59;H
+rotdh;"Rage of the Dragons (NGH-2640)";320x224@59;H
+route16;"Route 16 (set 1)";256x256@60;V
+route16a;"Route 16 (set 2)";256x256@60;V
+route16bl;"Route 16 (bootleg)";256x256@60;V
+route16c;"Route 16 (set 3, bootleg?)";256x256@60;V
+routex;"Route X (bootleg)";256x256@60;V
+rpatrol;"River Patrol (Orca)";256x224@60;H
+rpatrolb;"River Patrol (bootleg)";256x224@60;H
+rpunch;"Rabbit Punch (US)";288x216@60;H
+rshark;"R-Shark";384x240@60;V
+rthun2;"Rolling Thunder 2 - Rolling Thunder 2 (Euro)";288x224@60;H
+rthun2j;"Rolling Thunder 2 (Japan) - Rolling Thunder 2 (Jpn)";288x224@60;H
+rthunder;"Rolling Thunder (rev 3)";288x224@60;H
+rthunder0;"Rolling Thunder (oldest)";288x224@60;H
+rthunder1;"Rolling Thunder (rev 1)";288x224@60;H
+rthunder2;"Rolling Thunder (rev 2)";288x224@60;H
+rthundera;"Rolling Thunder (rev 3, hack)";288x224@60;H
+rtype;"R-Type - R-Type (Jpn) - R-Type (World) - R-Type (World)";384x256@55;H
+rtype2;"R-Type II";384x256@55;H
+rtype2j;"R-Type II (Japan)";384x256@55;H
+rtype2jc;"R-Type II (Japan, revision C)";384x256@55;H
+rtypeb;"R-Type (World bootleg)";384x256@55;H
+rtypej;"R-Type (Japan)";384x256@55;H
+rtypejp;"R-Type (Japan prototype)";384x256@55;H
+rtypeleo;"R-Type Leo (World)";320x240@60;H
+rtypeleoj;"R-Type Leo (Japan)";320x240@60;H
+rtypeu;"R-Type (US)";384x256@55;H
+rugrats;"Rug Rats";288x224@60;V
+rumba;"Rumba Lumber";256x224@60;V
+runark;"Runark (Japan) - Runark (Jpn, Kor)";320x224@60;H
+rundeep;"Run Deep";256x248@60;V
+rushatck;"Rush'n Attack (US)";240x224@60;H
+rushcrsh;"Rush & Crash (Japan)";352x240@60;V
+rygar;"Rygar (US set 1)";256x224@60;H
+rygar2;"Rygar (US set 2)";256x224@60;H
+rygar3;"Rygar (US set 3 Old Version)";256x224@60;H
+rygarb;"Rygar (US, bootleg)";256x224@60;H
+rygarj;"Argus no Senshi (Japan)";256x224@60;H
+ryorioh;"Gourmet Battle Quiz Ryohrioh CooKing (Japan)";336x240@60;H
+ryouran;"VS Mahjong Otome Ryouran";320x240@60;H
+ryujin;"Ryu Jin (Japan)";320x224@60;V
+ryukendn;"Ninja Ryukenden (Japan, set 1)";256x224@60;H
+ryukendna;"Ninja Ryukenden (Japan, set 2)";256x224@60;H
+ryukyu;"RyuKyu (Japan, FD1094 317-5023) - Ryuukyuu - Ryuukyuu (Jpn)";320x224@60;H
+ryukyud;"RyuKyu (Japan, FD1094 317-5023 decrypted)";320x224@60;H
+s1945;"Strikers 1945";320x224@59;V
+s1945a;"Strikers 1945 (Alt)";320x224@59;V
+s1945ii;"Strikers 1945 II";320x224@60;V
+s1945iii;"Strikers 1945 III (World) / Strikers 1999 (Japan)";320x224@60;V
+s1945j;"Strikers 1945 (Japan)";320x224@59;V
+s1945jn;"Strikers 1945 (Japan, unprotected)";320x224@59;V
+s1945k;"Strikers 1945 (Korea)";320x224@59;V
+s1945p;"Strikers 1945 Plus";320x224@59;H
+sabotenb;"Saboten Bombers (set 1)";384x224@56;H
+sabotenba;"Saboten Bombers (set 2)";384x224@56;H
+sadari;"Sadari";384x256@60;H
+safarir;"Safari Rally (World)";256x208@60;V
+safarirj;"Safari Rally (Japan)";256x208@60;V
+sailormn;"Bishoujo Senshi Sailor Moon (Jpn) - Pretty Soldier Sailor Moon (ver. 95/03/22B, Europe)";320x240@58;H
+sailormnh;"Pretty Soldier Sailor Moon (ver. 95/03/22B, Hong Kong)";320x240@58;H
+sailormnj;"Pretty Soldier Sailor Moon (ver. 95/03/22B, Japan)";320x240@58;H
+sailormnk;"Pretty Soldier Sailor Moon (ver. 95/03/22B, Korea)";320x240@58;H
+sailormno;"Pretty Soldier Sailor Moon (ver. 95/03/22, Europe)";320x240@58;H
+sailormnoh;"Pretty Soldier Sailor Moon (ver. 95/03/22, Hong Kong)";320x240@58;H
+sailormnoj;"Pretty Soldier Sailor Moon (ver. 95/03/22, Japan)";320x240@58;H
+sailormnok;"Pretty Soldier Sailor Moon (ver. 95/03/22, Korea)";320x240@58;H
+sailormnot;"Pretty Soldier Sailor Moon (ver. 95/03/22, Taiwan)";320x240@58;H
+sailormnou;"Pretty Soldier Sailor Moon (ver. 95/03/22, USA)";320x240@58;H
+sailormnt;"Pretty Soldier Sailor Moon (ver. 95/03/22B, Taiwan)";320x240@58;H
+sailormnu;"Pretty Soldier Sailor Moon (ver. 95/03/22B, USA)";320x240@58;H
+saiyugou;"Sai Yu Gou Ma Roku (Japan)";256x240@60;H
+saiyugoub1;"Sai Yu Gou Ma Roku (Japan bootleg 1)";256x240@60;H
+saiyugoub2;"Sai Yu Gou Ma Roku (Japan bootleg 2)";256x240@60;H
+salamand;"Salamander - Salamander (Jpn) - Salamander (version D)";256x224@60;H
+salamandj;"Salamander (version J)";256x224@60;H
+samesame;"Same! Same! Same! (2 player alternating ver.) - Same! Same! Same! (Jpn)";320x240@60;V
+samesame2;"Same! Same! Same!";320x240@60;V
+samesamenh;"Same! Same! Same! NEW VER! (v1.00, hack by Trap15)";320x240@60;V
+samsh5sp;"Samurai Shodown V Special / Samurai Spirits Zero Speci";304x224@59;H
+samsh5sph;"Samurai Shodown V Special / Samurai Spirits Zero Speci";304x224@59;H
+samsh5spho;"Samurai Shodown V Special / Samurai Spirits Zero Speci";304x224@59;H
+samsho;"Samurai Shodown (Euro) - Samurai Shodown (USA) - Samurai Shodown / Samurai Spirits (NGM-045)";320x224@59;H
+samsho2;"Samurai Shodown II / Shin Samurai Spirits - Haohmaru j";320x224@59;H
+samsho2k;"Saulabi Spirits / Jin Saulabi Tu Hon (Korean release o";320x224@59;H
+samsho2ka;"Saulabi Spirits / Jin Saulabi Tu Hon (Korean release o";320x224@59;H
+samsho2sp;"Samurai Shodown II / Shin Samurai Spirits - Haohmaru j";320x224@59;H
+samsho3;"Samurai Shodown III / Samurai Spirits - Zankurou Musou";304x224@59;H
+samsho3h;"Samurai Shodown III / Samurai Spirits - Zankurou Musou";304x224@59;H
+samsho4;"Samurai Shodown IV - Amakusa's Revenge / Samurai Spiri";320x224@59;H
+samsho4k;"Pae Wang Jeon Seol / Legend of a Warrior (Korean censo";320x224@59;H
+samsho4sp;"Samurai Shodown IV - Amakusa's Revenge / Samurai Spiri";320x224@59;H
+samsho5;"Samurai Shodown V / Samurai Spirits Zero (NGM-2700)";304x224@59;H
+samsho5b;"Samurai Shodown V / Samurai Spirits Zero (bootleg)";304x224@59;H
+samsho5h;"Samurai Shodown V / Samurai Spirits Zero (NGH-2700)";304x224@59;H
+samsho5x;"Samurai Shodown V / Samurai Spirits Zero (hack of XBOX";304x224@59;H
+samshoa;"Samurai Shodown / Samurai Spirits (NGM-045, alternate";320x224@59;H
+samshoh;"Samurai Shodown / Samurai Spirits (NGH-045)";320x224@59;H
+samuraia;"Samurai Aces (World)";320x224@59;V
+sandscrp;"Sand Scorpion";256x224@60;V
+sandscrpa;"Sand Scorpion (Earlier)";256x224@60;V
+sandscrpb;"Sand Scorpion (Chinese Title Screen, Revised Hardware)";256x224@60;V
+sarukani;"Saru-Kani-Hamu-Zou (Japan)";320x240@60;H
+saturnzi;"Saturn";256x224@60;V
+sauro;"Sauro";240x224@60;H
+saurob;"Sauro (bootleg)";240x224@60;H
+saurop;"Sauro (Philko license)";240x224@60;H
+saurorr;"Sauro (Recreativos Real S.A. license)";240x224@60;H
+savagere;"Savage Reign / Fu'un Mokushiroku - kakutou sousei";304x224@59;H
+savgbees;"Savage Bees";256x224@60;V
+sbasebal;"Super Champion Baseball (US)";256x224@60;H
+sbasebalj;"Super Champion Baseball (Japan)";256x224@60;H
+sbbros;"Super Buster Bros. (USA 901001)";384x240@60;H
+sbishi;"Super Bishi Bashi Championship (ver JAA, 2 Players)";288x224@60;H
+sbishik;"Super Bishi Bashi Championship (ver KAB, 3 Players)";288x224@60;H
+sbishika;"Super Bishi Bashi Championship (ver KAA, 3 Players)";288x224@60;H
+sboblbobl;"Super Bobble Bobble (bootleg, set 1)";256x224@60;H
+sboblbobla;"Super Bobble Bobble (bootleg, set 2)";256x224@60;H
+sboblboblb;"Super Bobble Bobble (bootleg, set 3)";256x224@60;H
+sboblboblc;"Super Bobble Bobble (bootleg)";256x224@60;H
+sboblbobld;"Super Bobble Bobble (bootleg, set 4)";256x224@60;H
+sbomber;"Space Bomber (ver. B)";320x224@60;V
+sbombera;"Space Bomber";320x224@60;V
+sbsgomo;"Space Battle Ship Gomorrah";256x224@56;H
+scessjoe;"Success Joe (World)";288x208@60;H
+scfinals;"Super Cup Finals (Ver 2.2O 1994/01/13)";320x224@60;H
+scfinalso;"Super Cup Finals (Ver 2.1O 1993/11/19)";320x224@60;H
+schmeisr;"Schmeiser Robo (Japan)";320x240@58;H
+sci;"Special Criminal Investigation - Special Criminal Investigation (Euro) - Special Criminal Investigation (World set 1)";320x240@60;H
+scia;"Special Criminal Investigation (World set 2)";320x240@60;H
+scij;"Special Criminal Investigation (Japan)";320x240@60;H
+scinegro;"Special Criminal Investigation (Negro bootleg)";320x240@60;H
+scion;"Scion (Jpn) - Scion";240x224@60;H
+scionc;"Scion (Cinematronics)";240x224@60;H
+sciu;"Special Criminal Investigation (US)";320x240@60;H
+scobra;"Super Cobra - Super Cobra - Super Cobra (Jpn)";256x224@60;V
+scobrab;"Super Cobra (bootleg)";256x224@60;V
+scobrae;"Super Cobra (Stern) (encrypted, KONATEC XC-103SS CPU)";256x224@60;V
+scobras;"Super Cobra (Stern)";256x224@60;V
+scobrase;"Super Cobra (Sega)";256x224@60;V
+scontra;"Super Contra";304x224@60;V
+scontraj;"Super Contra (Japan)";304x224@60;V
+scorpion;"Scorpion (set 1)";256x224@60;V
+scorpiona;"Scorpion (set 2)";256x224@60;V
+scorpionb;"Scorpion (set 3)";256x224@60;V
+scorpionmc;"Scorpion (Moon Cresta hardware)";256x224@60;V
+scotrsht;"Scooter Shooter";256x224@60;V
+scramb2;"Scramble (bootleg)";256x224@60;V
+scramblb;"Scramble (bootleg on Galaxian hardware)";256x224@60;V
+scramble;"Scramble";256x224@60;V
+scramblebb;"Scramble (bootleg?)";256x224@60;V
+scramblebf;"Scramble (Karateko, French bootleg)";256x224@60;V
+scrambler;"Scramble (Reben S.A. Spanish bootleg)";256x224@60;V
+scrambles;"Scramble (Stern)";256x224@60;V
+scrambp;"Impacto (Billport S.A., Spanish bootleg of Scramble)";256x224@60;V
+scramce;"Scramble (Centromatic S.A., Spanish bootleg)";256x224@60;V
+scrampt;"Scramble (Petaco S.A., Spanish bootleg)";256x224@60;V
+scramrf;"Scramble (Recreativos Franco, Spanish bootleg)";256x224@60;V
+scregg;"Scrambled Egg";240x240@57;V
+sdfight;"SD Fighters (Korea)";320x240@60;H
+sdgndmps;"SD Gundam Psycho Salamander no Kyoui";320x224@60;H
+sdi;"SDI (Jpn) - SDI - Strategic Defense Initiative (Japan, newer, Syst";320x224@60;H
+sdia;"SDI - Strategic Defense Initiative (Japan, old, System";320x224@60;H
+sdib;"SDI - Strategic Defense Initiative (System 16B, FD1089";320x224@60;H
+sdibl;"SDI - Strategic Defense Initiative (bootleg, original";320x224@60;H
+sdibl2;"SDI - Strategic Defense Initiative (bootleg, set 1)";320x224@60;H
+sdibl3;"SDI - Strategic Defense Initiative (bootleg, set 2)";320x224@60;H
+sdibl4;"SDI - Strategic Defense Initiative (bootleg, set 3)";320x224@60;H
+sdibl5;"SDI - Strategic Defense Initiative (bootleg, set 4)";320x224@60;H
+sdibl6;"SDI - Strategic Defense Initiative (bootleg, set 5)";320x224@60;H
+sdodgeb;"Super Dodge Ball / Kunio no Nekketsu Toukyuu Densetsu";304x224@59;H
+searchar;"SAR - Search And Rescue (World)";256x224@60;V
+searcharj;"SAR - Search And Rescue (Japan)";256x224@60;V
+searcharu;"SAR - Search And Rescue (US)";256x224@60;V
+searchey;"Search Eye (English / Korean / Japanese / Italian)";320x240@60;H
+searcheya;"Search Eye (English / Korean)";320x240@60;H
+searchp2;"Search Eye Plus V2.0";320x240@55;H
+secretag;"Secret Agent (World revision 3)";256x240@57;H
+secretagj;"Secret Agent (Japan revision 2)";256x240@57;H
+sectionz;"Section Z (set 1)";256x240@60;H
+sectionza;"Section Z (set 2)";256x240@60;H
+sectrzon;"Sector Zone";256x224@60;V
+seganinj;"Sega Ninja (315-5102)";256x224@60;H
+seganinju;"Sega Ninja (not encrypted)";256x224@60;H
+seicross;"Seicross";256x224@60;V
+selfeena;"Sel Feena";320x224@60;H
+semibase;"MuHanSeungBu (SemiCom Baseball) (Korea)";320x240@60;H
+sengekis;"Sengeki Striker (Asia)";320x240@60;V
+sengekisj;"Sengeki Striker (Japan)";320x240@60;V
+sengoku;"Sengoku / Sengoku Denshou (NGM-017)(NGH-017)";320x224@59;H
+sengoku2;"Sengoku 2 / Sengoku Denshou 2";304x224@59;H
+sengoku3;"Sengoku 3 / Sengoku Densho 2001";320x224@59;H
+sengoku3s;"Sengoku 3 / Sengoku Densho 2001 (Evolution 1.0, FCHT h";320x224@59;H
+sengokuh;"Sengoku / Sengoku Denshou (NGH-017)(US)";320x224@59;H
+senknow;"Sen-Know (Japan)";320x240@60;H
+sf;"Galaxian (bootleg, set 1) - Marvel Super Heroes vs Street Fighter (970625 Euro) - Radica: Street Fighter Pack (Euro) - Street Fighter (US, set 1) - X-Men vs Street Fighter (961004 Euro) - Yu Yu Hakusho - Sunset Fighters (Bra)";384x224@60;H
+sf2;"Hyper Street Fighter II: The Anniversary Edition (0402 - Street Fighter II (Bra) - Street Fighter II - The World Warrior (910522 etc) - Street Fighter II' - Special Champion Edition (Euro) - Super Street Fighter II - The New Challengers (Euro) - Super Street Fighter II - the new challengers (super s";384x224@60;H
+sf2acc;"Street Fighter II' - Champion Edition (Accelerator! bo";384x224@60;H
+sf2acca;"Street Fighter II' - Champion Edition (Accelerator! bo";384x224@60;H
+sf2accp2;"Street Fighter II' - Champion Edition (Accelerator Pt.";384x224@60;H
+sf2amf;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf2;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf3;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf4;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf5;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf6;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf7;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf8;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2b;"Street Fighter II - The World Warrior (bootleg, 910214";384x224@60;H
+sf2b2;"Street Fighter II - The World Warrior (bootleg, 910214";384x224@60;H
+sf2b3;"Street Fighter II - The World Warrior (bootleg, 910214";384x224@60;H
+sf2bhh;"Street Fighter II' - Champion Edition (Hungh-Hsi bootl";384x224@60;H
+sf2ce;"Street Fighter II' - Champion Edition - Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2cebltw;"Street Fighter II' - Champion Edition (920313 'Taiwan'";384x224@60;H
+sf2ceea;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2ceeab2;"Street Fighter II' - Champion Edition (920313 etc boot";384x224@60;H
+sf2ceeab3;"Street Fighter II' - Champion Edition (920313 etc boot";384x224@60;H
+sf2ceeab4;"Street Fighter II' - Champion Edition (920313 etc boot";384x224@60;H
+sf2ceeab5;"Street Fighter II' - Champion Edition (920313 etc boot";384x224@60;H
+sf2ceeabl;"Street Fighter II' - Champion Edition (920313 etc boot";384x224@60;H
+sf2ceja;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2cejab2;"Street Fighter II' - Champion Edition (920322 Japan bo";384x224@60;H
+sf2cejabl;"Street Fighter II' - Champion Edition (920322 Japan bo";384x224@60;H
+sf2cejb;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2cejc;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2ceua;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2ceuab2;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuab3;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuab4;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuab5;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuab6;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuab7;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuabl;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceub;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2ceuc;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2ceucbl;"Street Fighter II' - Champion Edition (920803 USA boot";384x224@60;H
+sf2ceupl;"Street Fighter II' - Champion Edition (UPL bootleg)";384x224@60;H
+sf2dkot2;"Street Fighter II' - Champion Edition (Double K.O. Tur";384x224@60;H
+sf2dongb;"Street Fighter II': Champion Edition (Dongfang Bubai p";384x224@60;H
+sf2eb;"Street Fighter II - The World Warrior (910214 etc)";384x224@60;H
+sf2ebbl;"Street Fighter II - The World Warrior (TAB Austria boo";384x224@60;H
+sf2ebbl2;"Street Fighter II - The World Warrior (TAB Austria boo";384x224@60;H
+sf2ebbl3;"Street Fighter II - The World Warrior (TAB Austria boo";384x224@60;H
+sf2ed;"Street Fighter II - The World Warrior (910318 etc)";384x224@60;H
+sf2ee;"Street Fighter II - The World Warrior (910228 etc)";384x224@60;H
+sf2em;"Street Fighter II - The World Warrior (910129 etc)";384x224@60;H
+sf2hf;"Street Fighter II' - Hyper Fighting (street fighter 2'";384x224@60;H
+sf2hfj;"Street Fighter II' Turbo - Hyper Fighting (street figh";384x224@60;H
+sf2hfjb;"Street Fighter II' Turbo - Hyper Fighting (bootleg set";384x224@60;H
+sf2hfjb2;"Street Fighter II' Turbo - Hyper Fighting (bootleg set";384x224@60;H
+sf2hfu;"Street Fighter II' - Hyper Fighting (street fighter 2'";384x224@60;H
+sf2j;"Hyper Street Fighter II: The Anniversary Edition (0402 - Street Fighter II - The World Warrior (911210 Japan, C - Street Fighter II' Plus (Jpn, Asia, Kor) - Super Street Fighter II - The New Challengers (Jpn) - Super Street Fighter II - the new challengers (super s";384x224@60;H
+sf2j17;"Street Fighter II - The World Warrior (911210 Japan, C";384x224@60;H
+sf2ja;"Street Fighter II - The World Warrior (910214 Japan)";384x224@60;H
+sf2jc;"Street Fighter II - The World Warrior (910306 Japan)";384x224@60;H
+sf2jf;"Street Fighter II - The World Warrior (910411 Japan)";384x224@60;H
+sf2jh;"Street Fighter II - The World Warrior (910522 Japan)";384x224@60;H
+sf2jl;"Street Fighter II - The World Warrior (920312 Japan)";384x224@60;H
+sf2jla;"Street Fighter II - The World Warrior (911210 Japan, r";384x224@60;H
+sf2koryu;"Street Fighter II' - Xiang Long (bootleg set 1, 811102";384x224@60;H
+sf2koryu2;"Street Fighter II' - Xiang Long (bootleg set 2, 811102";384x224@60;H
+sf2koryu3;"Street Fighter II' - Xiang Long (bootleg set 3, 811102";384x224@60;H
+sf2md;"Street Fighter II' - Champion Edition (Magic Delta, bo";384x224@60;H
+sf2mdt;"Street Fighter II' - Magic Delta Turbo (bootleg set 1";384x224@60;H
+sf2mdta;"Street Fighter II' - Magic Delta Turbo (bootleg set 2";384x224@60;H
+sf2mdtb;"Street Fighter II' - Magic Delta Turbo (bootleg set 3";384x224@60;H
+sf2mdtc;"Street Fighter II' - Magic Delta Turbo (bootleg set 4";384x224@60;H
+sf2mega;"Street Fighter II' - Champion Edition (Mega Co bootleg";384x224@60;H
+sf2mega2;"Street Fighter II' - Champion Edition (Mega Co bootleg";384x224@60;H
+sf2qp1;"Street Fighter II - The World Warrior (Quicken Pt-I bo";384x224@60;H
+sf2rb;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2rb2;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2rb3;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2rb4;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2rb5;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2rb6;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2red;"Street Fighter II' - Champion Edition (Red Wave bootle";384x224@60;H
+sf2red2;"Street Fighter II' - Champion Edition (Red Wave bootle";384x224@60;H
+sf2sl73a;"Street Fighter II' - Champion Edition (Sheng Long v 7.";384x224@60;H
+sf2stt;"Street Fighter II - The World Warrior (STT, TAB Austri";384x224@60;H
+sf2thndr;"Street Fighter II - The World Warrior (Thunder Edition";384x224@60;H
+sf2tlona;"Street Fighter II' - Champion Edition (Tu Long bootleg";384x224@60;H
+sf2tlonb;"Street Fighter II' - Champion Edition (Tu Long bootleg";384x224@60;H
+sf2tlonc;"Street Fighter II' - Champion Edition (Tu Long bootleg";384x224@60;H
+sf2ua;"Street Fighter II - The World Warrior (910206 USA)";384x224@60;H
+sf2ub;"Street Fighter II - The World Warrior (910214 USA)";384x224@60;H
+sf2uc;"Street Fighter II - The World Warrior (910306 USA)";384x224@60;H
+sf2ud;"Street Fighter II - The World Warrior (910318 USA) - Super Street Fighter II - the new challengers (super s";384x224@60;H
+sf2ue;"Street Fighter II - The World Warrior (910228 USA)";384x224@60;H
+sf2uf;"Street Fighter II - The World Warrior (910411 USA)";384x224@60;H
+sf2ug;"Street Fighter II - The World Warrior (910522 USA, rev";384x224@60;H
+sf2ui;"Street Fighter II - The World Warrior (910522 USA, rev";384x224@60;H
+sf2uk;"Street Fighter II - The World Warrior (911101 USA)";384x224@60;H
+sf2v004;"Street Fighter II' - Champion Edition (V004 bootleg se";384x224@60;H
+sf2v0042;"Street Fighter II' - Champion Edition (V004 bootleg se";384x224@60;H
+sf2v0043;"Street Fighter II' - Champion Edition (V004 bootleg se";384x224@60;H
+sf2yyc;"Street Fighter II' - Champion Edition (YYC bootleg set";384x224@60;H
+sf2yyc2;"Street Fighter II' - Champion Edition (YYC bootleg set";384x224@60;H
+sfa;"Marvel Super Heroes vs Street Fighter (970625 Asia) - Street Fighter Alpha - warriors' dreams (950727 Euro) - X-Men vs Street Fighter (961023 Asia)";384x224@60;H
+sfa2;"Street Fighter Alpha 2 (960229 Euro)";384x224@60;H
+sfa2u;"Street Fighter Alpha 2 (960430 USA)";384x224@60;H
+sfa2ur1;"Street Fighter Alpha 2 (960306 USA)";384x224@60;H
+sfa3;"Street Fighter Alpha 3 (980904 Euro)";384x224@60;H
+sfa3b;"Street Fighter Alpha 3 (980629 Brazil)";384x224@60;H
+sfa3h;"Street Fighter Alpha 3 (980904 Hispanic)";384x224@60;H
+sfa3hr1;"Street Fighter Alpha 3 (980629 Hispanic)";384x224@60;H
+sfa3u;"Street Fighter Alpha 3 (980904 USA)";384x224@60;H
+sfa3ud;"Street Fighter Alpha 3 (980904 USA Phoenix Edition)";384x224@60;H
+sfa3ur1;"Street Fighter Alpha 3 (980629 USA)";384x224@60;H
+sfa3us;"Street Fighter Alpha 3 (980616 USA, SAMPLE Version)";384x224@60;H
+sfad;"Street Fighter Alpha - warriors' dreams (950727 Euro P";384x224@60;H
+sfan;"Street Fighter (World, pneumatic buttons)";384x224@60;H
+sfar1;"Street Fighter Alpha - warriors' dreams (950718 Euro) - X-Men vs Street Fighter (961004 Asia)";384x224@60;H
+sfar2;"Street Fighter Alpha - warriors' dreams (950627 Euro) - X-Men vs Street Fighter (960919 Asia)";384x224@60;H
+sfar3;"Street Fighter Alpha - warriors' dreams (950605 Euro) - X-Men vs Street Fighter (960910 Asia)";384x224@60;H
+sfau;"Street Fighter Alpha - warriors' dreams (950627 USA)";384x224@60;H
+sfaud;"Street Fighter Alpha - warriors' dreams (950727 USA Ph";384x224@60;H
+sfiii;"Street Fighter III: New Generation (Euro 970204)";384x224@60;H
+sfiii2;"Street Fighter III 2nd Impact: Giant Attack (USA 97093";384x224@60;H
+sfiii2j;"Street Fighter III 2nd Impact: Giant Attack (Japan 970";384x224@60;H
+sfiii2n;"Street Fighter III 2nd Impact: Giant Attack (Asia 9709";384x224@60;H
+sfiii3;"Street Fighter III 3rd Strike: Fight for the Future (E";384x224@60;H
+sfiii3n;"Street Fighter III 3rd Strike: Fight for the Future (J";384x224@60;H
+sfiii3nr1;"Street Fighter III 3rd Strike: Fight for the Future (J";384x224@60;H
+sfiii3r1;"Street Fighter III 3rd Strike: Fight for the Future (E";384x224@60;H
+sfiii3u;"Street Fighter III 3rd Strike: Fight for the Future (U";384x224@60;H
+sfiii3ur1;"Street Fighter III 3rd Strike: Fight for the Future (U";384x224@60;H
+sfiiia;"Street Fighter III: New Generation (Asia 970204)";384x224@60;H
+sfiiih;"Street Fighter III: New Generation (Hispanic 970204)";384x224@60;H
+sfiiij;"Street Fighter III: New Generation (Japan 970204)";384x224@60;H
+sfiiin;"Street Fighter III: New Generation (Asia 970204, NO CD";384x224@60;H
+sfiiina;"Street Fighter III: New Generation (Asia 970204, NO CD";384x224@60;H
+sfiiiu;"Street Fighter III: New Generation (USA 970204)";384x224@60;H
+sfj;"Marvel Super Heroes vs Street Fighter (970707 Japan) - Street Fighter (Japan) (protected) - X-Men vs Street Fighter (961023 Japan)";384x224@60;H
+sfjan;"Street Fighter (Japan, pneumatic buttons)";384x224@60;H
+sformula;"Super Formula (Japan)";320x240@60;V
+sfp;"Street Fighter (Prototype)";384x224@60;H
+sfua;"Street Fighter (US set 2) (protected)";384x224@60;H
+sfx;"SF-X";256x224@60;H
+sfz2a;"Street Fighter Zero 2 (960227 Asia)";384x224@60;H
+sfz2ad;"Street Fighter Zero 2 (960227 Asia Phoenix Edition)";384x224@60;H
+sfz2al;"Street Fighter Zero 2 Alpha (960826 Asia)";384x224@60;H
+sfz2alb;"Street Fighter Zero 2 Alpha (960813 Brazil)";384x224@60;H
+sfz2ald;"Street Fighter Zero 2 Alpha (960826 Asia Phoenix Editi";384x224@60;H
+sfz2alh;"Street Fighter Zero 2 Alpha (960813 Hispanic)";384x224@60;H
+sfz2alj;"Street Fighter Zero 2 Alpha (960805 Japan)";384x224@60;H
+sfz2b;"Street Fighter Zero 2 (960531 Brazil)";384x224@60;H
+sfz2br1;"Street Fighter Zero 2 (960304 Brazil)";384x224@60;H
+sfz2h;"Street Fighter Zero 2 (960304 Hispanic)";384x224@60;H
+sfz2j;"Street Fighter Zero 2 (960430 Japan)";384x224@60;H
+sfz2jd;"Street Fighter Zero 2 (960227 Japan Phoenix Edition)";384x224@60;H
+sfz2jr1;"Street Fighter Zero 2 (960227 Japan)";384x224@60;H
+sfz2n;"Street Fighter Zero 2 (960229 Oceania)";384x224@60;H
+sfz3a;"Street Fighter Zero 3 (980904 Asia)";384x224@60;H
+sfz3ar1;"Street Fighter Zero 3 (980701 Asia)";384x224@60;H
+sfz3j;"Street Fighter Zero 3 (980904 Japan)";384x224@60;H
+sfz3jr1;"Street Fighter Zero 3 (980727 Japan)";384x224@60;H
+sfz3jr2;"Street Fighter Zero 3 (980629 Japan)";384x224@60;H
+sfz3jr2d;"Street Fighter Zero 3 (980629 Japan Phoenix Edition)";384x224@60;H
+sfza;"Street Fighter Zero (950627 Asia)";384x224@60;H
+sfzar1;"Street Fighter Zero (950605 Asia)";384x224@60;H
+sfzb;"Street Fighter Zero (951109 Brazil)";384x224@60;H
+sfzbr1;"Street Fighter Zero (950727 Brazil)";384x224@60;H
+sfzch;"Street Fighter Zero (CPS Changer, 951020 Japan)";384x224@60;H
+sfzh;"Street Fighter Zero (950718 Hispanic)";384x224@60;H
+sfzhr1;"Street Fighter Zero (950627 Hispanic)";384x224@60;H
+sfzj;"Street Fighter Zero (950727 Japan)";384x224@60;H
+sfzjr1;"Street Fighter Zero (950627 Japan)";384x224@60;H
+sfzjr2;"Street Fighter Zero (950605 Japan)";384x224@60;H
+sgemf;"Super Gem Fighter Mini Mix (970904 USA)";384x224@60;H
+sgemfa;"Super Gem Fighter Mini Mix (970904 Asia)";384x224@60;H
+sgemfd;"Super Gem Fighter Mini Mix (970904 USA Phoenix Edition";384x224@60;H
+sgemfh;"Super Gem Fighter Mini Mix (970904 Hispanic)";384x224@60;H
+sgladiat;"Gladiator 1984";288x224@60;H
+sgunner;"Steel Gunner (Rev B)";288x224@60;H
+sgunner2;"Steel Gunner 2 (US)";288x224@60;H
+sgunner2j;"Steel Gunner 2 (Japan, Rev A)";288x224@60;H
+sgunnerj;"Steel Gunner (Japan)";288x224@60;H
+sgyxz;"Sangokushi II: Sanguo Yingxiong Zhuan (Chinese bootleg";384x224@60;H
+shackled;"Shackled (US)";256x240@58;H
+shadfrce;"Shadow Force (World, Version 3)";320x256@60;H
+shadfrcej;"Shadow Force (Japan, Version 2)";320x256@60;H
+shadfrceu;"Shadow Force (US, Version 2)";320x256@60;H
+shadowld;"Shadowland (YD3)";288x224@60;H
+shadoww;"Shadow Warriors (World, set 1)";256x224@60;H
+shadowwa;"Shadow Warriors (World, set 2)";256x224@60;H
+shangon;"Super Hang-On (sitdown/upright, unprotected) - Super Hang-On (World, Rev. A)";320x224@60;H
+shangon1;"Super Hang-On (mini ride-on, FD1089B 317-0034) - Super Hang-On (World)";320x224@60;H
+shangon2;"Super Hang-On (mini ride-on, Rev A, FD1089B 317-0034)";320x224@60;H
+shangon3;"Super Hang-On (sitdown/upright, FD1089B 317-0034)";320x224@60;H
+shangon3d;"Super Hang-On (sitdown/upright, FD1089B 317-0034 decry";320x224@60;H
+shangonle;"Limited Edition Hang-On";320x224@60;H
+shaolinb;"Shao-lin's Road (set 2)";256x224@60;V
+shaolins;"Shao-lin's Road (set 1)";256x224@60;V
+sharrier;"Space Harrier - Space Harrier - Space Harrier (Euro) - Space Harrier (Rev A, 8751 315-5163A) - Space Harrier (World) - Space Harrier II (World)";320x224@60;H
+sharrier1;"Space Harrier (8751 315-5163)";320x224@60;H
+shdancer;"Shadow Dancer (Euro, Bra, Kor) - Shadow Dancer (set 3, US) - Shadow Dancer - The Secret of Shinobi (World)";320x224@60;H
+shdancer1;"Shadow Dancer (set 1)";320x224@60;H
+shdancerj;"Shadow Dancer (set 2, Japan)";320x224@60;H
+shinfz;"Shinobi / FZ-2006 (Korean System 16 bootleg) (ISG Sele";320x224@60;H
+shinobi;"Shinobi - Shinobi (Euro, USA, Bra, v1) - Shinobi (set 6, System 16A, unprotected) - The GG Shinobi (Euro, USA)";320x224@60;H
+shinobi1;"Shinobi (set 1, System 16A, FD1094 317-0050)";320x224@60;H
+shinobi1d;"Shinobi (set 1, System 16A, FD1094 317-0050 decrypted)";320x224@60;H
+shinobi2;"Shinobi (set 2, System 16B, FD1094 317-0049) - The GG Shinobi II (World)";320x224@60;H
+shinobi2d;"Shinobi (set 2, System 16B, FD1094 317-0049 decrypted)";320x224@60;H
+shinobi3;"Shinobi (set 3, System 16B, MC-8123B 317-0054) - Shinobi III - Return of the Ninja Master (Euro)";320x224@60;H
+shinobi4;"Shinobi (set 4, System 16B, MC-8123B 317-0054)";320x224@60;H
+shinobi5;"Shinobi (set 5, System 16B, unprotected)";320x224@60;H
+shinoblb;"Shinobi (beta bootleg, System 16A)";320x224@60;H
+shinobls;"Shinobi (Star bootleg, System 16A)";320x224@60;H
+shippumd;"Shippu Mahou Daisakusen - Kingdom Grandprix";320x240@60;V
+shisen2;"Shisensho II";384x240@60;H
+shocking;"Shocking";384x224@60;H
+shocktr2;"Shock Troopers - 2nd Squad";304x224@59;H
+shocktro;"Shock Troopers (set 1)";304x224@59;H
+shocktroa;"Shock Troopers (set 2)";304x224@59;H
+shogwarr;"Shogun Warriors (World)";256x224@60;H
+shogwarrk;"Shogun Warriors (Korea?)";256x224@60;H
+shogwarru;"Shogun Warriors (US)";256x224@60;H
+shootout;"Shoot Out (US)";256x240@60;H
+shootoutb;"Shoot Out (Korean Bootleg)";256x240@60;H
+shootoutj;"Shoot Out (Japan)";256x240@60;H
+shtrider;"Shot Rider";240x256@60;V
+shtridera;"Shot Rider (Sigma license)";240x256@60;V
+sidearms;"Side Arms - Hyper Dyne (World, 861129) - Sidearms - Hyper Dyne - Sidearms - Hyper Dyne";384x224@60;H
+sidearmsj;"Side Arms - Hyper Dyne (Japan, 861128)";384x224@60;H
+sidearmsu;"Side Arms - Hyper Dyne (US, 861202)";384x224@60;H
+sidearmsur1;"Side Arms - Hyper Dyne (US, 861128)";384x224@60;H
+sidepckt;"Side Pocket (World)";256x224@58;H
+sidepcktb;"Side Pocket (bootleg set 1)";256x224@58;H
+sidepcktb2;"Side Pocket (bootleg set 2)";256x224@58;H
+sidepcktj;"Side Pocket (Japan)";256x224@58;H
+silentd;"Silent Debuggers - Silent Debuggers - Silent Dragon (World)";320x224@60;H
+silentdj;"Silent Dragon (Japan)";320x224@60;H
+silentdu;"Silent Dragon (US)";320x224@60;H
+silkroad;"The Legend of Silkroad";380x224@60;H
+silkroada;"The Legend of Silkroad (larger roms)";380x224@60;H
+silkworm;"Silk Worm (World)";256x224@60;H
+silkwormb;"Silk Worm (bootleg)";256x224@60;H
+silkwormj;"Silk Worm (Japan)";256x224@60;H
+silkwormp;"Silk Worm (prototype?)";256x224@60;H
+silvland;"Silver Land";256x224@60;H
+silvmil;"Silver Millennium";320x240@60;V
+simpsons;"The Simpsons (4 Players World, set 1)";288x224@60;H
+simpsons2p;"The Simpsons (2 Players World, set 1)";288x224@60;H
+simpsons2p2;"The Simpsons (2 Players World, set 2)";288x224@60;H
+simpsons2p3;"The Simpsons (2 Players World, set 3)";288x224@60;H
+simpsons2pa;"The Simpsons (2 Players Asia)";288x224@60;H
+simpsons2pj;"The Simpsons (2 Players Japan)";288x224@60;H
+simpsons4pa;"The Simpsons (4 Players World, set 2)";288x224@60;H
+sinvasn;"Space Invasion (Europe)";256x224@60;V
+sinvasnb;"Space Invasion (bootleg)";256x224@60;V
+sisv;"Space Invaders (SV Version rev 4)";260x224@60;V
+sisv2;"Space Invaders (SV Version rev 2)";260x224@60;V
+sisv3;"Space Invaders (SV Version rev 3)";260x224@60;V
+sitv;"Space Invaders (TV Version rev 2)";260x224@60;V
+sitv1;"Space Invaders (TV Version rev 1)";260x224@60;V
+sjryuko;"Sukeban Jansi Ryuko (set 2, System 16B, FD1089B 317-50";320x224@60;H
+sjryuko1;"Sukeban Jansi Ryuko (set 1, System 16A, FD1089B 317-50";320x224@60;H
+skingame;"The Irem Skins Game (US set 1)";320x240@60;H
+skingame2;"The Irem Skins Game (US set 2)";320x240@60;H
+skyadvnt;"Sky Adventure (World)";256x224@60;V
+skyadvntj;"Sky Adventure (Japan)";256x224@60;V
+skyadvntu;"Sky Adventure (US)";256x224@60;V
+skyalert;"Sky Alert";360x224@60;V
+skyarmy;"Sky Army";256x240@60;V
+skybase;"Sky Base";256x224@60;V
+skyfox;"Sky Fox";320x224@60;V
+skykid;"Sky Kid (new version)";288x224@60;H
+skykidd;"Sky Kid (CUS60 version)";288x224@60;H
+skykiddx;"Sky Kid Deluxe (set 1)";288x224@60;H
+skykiddxo;"Sky Kid Deluxe (set 2)";288x224@60;H
+skykido;"Sky Kid (old version)";288x224@60;H
+skykids;"Sky Kid (Sipem)";288x224@60;H
+skylancr;"Sky Lancer";236x224@60;V
+skylancre;"Sky Lancer (Esco Trading Co license)";236x224@60;V
+skyraidr;"Sky Raiders";256x224@60;V
+skyrobo;"Sky Robo";320x240@60;H
+skyshark;"Sky Shark (US, set 1)";320x240@55;V
+skysharka;"Sky Shark (US, set 2)";320x240@55;V
+skyskipr;"Sky Skipper";512x448@60;H
+skysmash;"Sky Smasher";256x224@60;V
+skysoldr;"Sky Soldiers (US)";256x224@60;V
+skysoldrbl;"Sky Soldiers (bootleg)";256x224@60;V
+skywolf;"Sky Wolf (set 1)";288x224@60;H
+skywolf2;"Sky Wolf (set 2)";288x224@60;H
+skywolf3;"Sky Wolf (set 3)";288x224@60;H
+slammast;"Saturday Night Slam Masters (Slam Masters 930713 etc) - Saturday Night Slammasters (Euro)";384x224@60;H
+slammastu;"Saturday Night Slam Masters (slam masters 930713 USA) - Saturday Night Slammasters (USA)";384x224@60;H
+slampic;"Saturday Night Slam Masters (bootleg (with PIC16c57),";384x224@60;H
+slapfigh;"Slap Fight (Japan set 1) - Slap Fight MD (Jpn)";280x240@60;V
+slapfighb1;"Slap Fight (bootleg set 1)";280x240@60;V
+slapfighb2;"Slap Fight (bootleg set 2)";280x240@60;V
+slapfighb3;"Slap Fight (bootleg set 3)";280x240@60;V
+slapshot;"Slap Shot (Japan) - Slap Shot (USA, v2)";320x224@60;H
+slyspy;"Sly Spy (US revision 4)";256x240@57;H
+slyspy2;"Sly Spy (US revision 2)";256x240@57;H
+slyspy3;"Sly Spy (US revision 3)";256x240@57;H
+smbomb;"Super Muscle Bomber - the international blowout (94083";384x224@60;H
+smbombr1;"Super Muscle Bomber - the international blowout (94080";384x224@60;H
+smgp;"Super Monaco GP (Euro, Bra) - Super Monaco GP (Euro, Jpn, Rev. A) - Super Monaco GP (Euro, USA, Bra) - Super Monaco GP (World, Rev B, FD1094 317-0126a)";320x224@60;H
+smgp5;"Super Monaco GP (World, FD1094 317-0126)";320x224@60;H
+smgp5d;"Super Monaco GP (World, FD1094 317-0126 decrypted)";320x224@60;H
+smgp6;"Super Monaco GP (World, Rev A, FD1094 317-0126a)";320x224@60;H
+smgp6d;"Super Monaco GP (World, Rev A, FD1094 317-0126a decryp";320x224@60;H
+smgpd;"Super Monaco GP (World, Rev B, FD1094 317-0126a decryp";320x224@60;H
+smgpj;"Super Monaco GP (Japan, Rev B, FD1094 317-0124a) - Super Monaco GP (Jpn) - Super Monaco GP (Jpn)";320x224@60;H
+smgpja;"Super Monaco GP (Japan, Rev A, FD1094 317-0124a)";320x224@60;H
+smgpjd;"Super Monaco GP (Japan, Rev B, FD1094 317-0124a decryp";320x224@60;H
+smgpu;"Super Monaco GP (US, Rev C, FD1094 317-0125a) - Super Monaco GP (USA) - Super Monaco GP (USA)";320x224@60;H
+smgpu1;"Super Monaco GP (US, Rev B, FD1094 317-0125a)";320x224@60;H
+smgpu1d;"Super Monaco GP (US, Rev B, FD1094 317-0125a decrypted";320x224@60;H
+smgpu2;"Super Monaco GP (US, Rev A, FD1094 317-0125a)";320x224@60;H
+smgpu2d;"Super Monaco GP (US, Rev A, FD1094 317-0125a decrypted";320x224@60;H
+smgpud;"Super Monaco GP (US, Rev C, FD1094 317-0125a decrypted";320x224@60;H
+smooncrs;"Super Moon Cresta";256x224@60;V
+snapjack;"Snap Jack";240x196@60;H
+snapper;"Snapper (Korea)";320x224@60;H
+sngkace;"Sengoku Ace (Japan, set 1)";320x224@59;V
+sngkacea;"Sengoku Ace (Japan, set 2)";320x224@59;V
+snowboar;"Snow Board Championship (Version 2.1)";384x240@60;H
+snowboara;"Snow Board Championship (Version 2.0)";384x240@60;H
+snowbro2;"Snow Bros. 2 - with new elves";320x240@60;H
+snowbro3;"Snow Brothers 3 - Magical Adventure";256x224@60;H
+snowbros;"Snow Bros. - Nick & Tom (Jpn) - Snow Bros. - Nick & Tom (set 1)";256x224@58;H
+snowbrosa;"Snow Bros. - Nick & Tom (set 2)";256x224@58;H
+snowbrosb;"Snow Bros. - Nick & Tom (set 3)";256x224@58;H
+snowbrosc;"Snow Bros. - Nick & Tom (set 4)";256x224@58;H
+snowbrosd;"Snow Bros. - Nick & Tom (Dooyong license)";256x224@58;H
+snowbrosj;"Snow Bros. - Nick & Tom (Japan)";256x224@58;H
+snowbroswb;"Snow Bros. - Nick & Tom (The Winter Bobble hardware bo";256x224@58;H
+socbrawl;"Soccer Brawl (NGM-031)";304x224@59;H
+socbrawlh;"Soccer Brawl (NGH-031)";304x224@59;H
+sokonuke;"Sokonuke Taisen Game (Japan)";320x240@60;H
+soldam;"Soldam";256x224@60;H
+soldamj;"Soldam (Japan)";256x224@60;H
+soldivid;"Sol Divide - The Sword Of Darkness";320x224@60;H
+soldividk;"Sol Divide - The Sword Of Darkness (Korea)";320x224@60;H
+solfigtr;"Solitary Fighter (World)";320x224@60;H
+solomon;"Solomon no Kagi - Oujo Rihita no Namida (Jpn) - Solomon's Key (US)";256x224@60;H
+solomonj;"Solomon's Key (Japan)";256x224@60;H
+solrwarr;"Solar-Warrior (US)";256x240@60;H
+sonicbom;"Sonic Boom (FD1094 317-0053)";320x224@60;V
+sonicbomd;"Sonic Boom (FD1094 317-0053 decrypted)";320x224@60;V
+sonicwi;"Sonic Wings (Japan)";320x224@60;V
+sonicwi2;"Aero Fighters 2 / Sonic Wings 2";320x224@59;H
+sonicwi3;"Aero Fighters 3 / Sonic Wings 3";320x224@59;H
+sonofphx;"Son of Phoenix";288x224@60;V
+sonson;"Son Son";240x240@60;H
+sonsonj;"Son Son (Japan)";240x240@60;H
+sos;"Aqua Polis SOS (Jpn) - Fever SOS (International, ver. 98/09/25) - Megalopolis SOS (Jpn) - S.O.S Lagoa Poluida (Bra) - SOS - Stop the Express. Bousou Tokkyuu SOS (Jpn)";272x224@60;V
+sotsugyo;"Sotsugyo Shousho";320x240@58;H
+soukobdx;"Souko Ban Deluxe (Japan, SB1)";288x224@60;H
+spacbat2;"Space Battle (bootleg set 2)";256x224@60;V
+spacbatt;"Space Battle (bootleg set 1)";256x224@60;V
+spacecho;"Space Echo (set 1)";256x256@60;V
+spacecho2;"Space Echo (set 2)";256x256@60;V
+spacedx;"Space Invaders DX (US, v2.1)";320x224@60;H
+spacedxj;"Space Invaders DX (Japan, v2.1)";320x224@60;H
+spacedxo;"Space Invaders DX (Japan, v2.0)";320x224@60;H
+spacegun;"Space Gun (Euro) - Space Gun (World)";320x240@60;H
+spacegunj;"Space Gun (Japan)";320x240@60;H
+spacegunu;"Space Gun (US)";320x240@60;H
+spacempr;"Space Empire (bootleg)";256x224@60;V
+spaceplt;"Space Pilot";256x224@60;V
+spang;"Cross Pang - Super Pang (World 900914)";384x240@60;H
+spangj;"Super Pang (Japan 901023)";384x240@60;H
+sparkman;"Spark Man (v2.0, set 1)";256x224@60;H
+spartanx;"Spartan X (Japan)";256x256@60;H
+spatter;"Spatter";240x224@60;H
+spcdrag;"Space Dragon (Moon Cresta bootleg, set 1)";256x224@60;V
+spcdraga;"Space Dragon (Moon Cresta bootleg, set 2)";256x224@60;V
+spcinv95;"Space Invaders '95: The Attack Of Lunar Loonies (Ver 2";320x224@60;V
+spcinv95u;"Space Invaders '95: The Attack Of Lunar Loonies (Ver 2";320x224@60;V
+spcinvdj;"Space Invaders DX (Ver 2.6J 1994/09/14) (F3 Version)";320x232@60;H
+spcpostn;"Space Position (Japan)";256x240@60;V
+spctbird;"Space Thunderbird";256x224@60;V
+spdcoin;"Speed Coin (prototype)";256x224@60;V
+speakres;"Speak & Rescue";256x256@60;V
+speakresb;"Speak & Rescue (bootleg)";256x256@60;V
+spec2k;"Spectrum 2000 (vertical)";256x224@56;V
+spec2kh;"Spectrum 2000 (horizontal, buggy) (Europe)";256x224@56;H
+speedspn;"Speed Spin";384x240@60;H
+spelunk2;"Spelunker II - 23 no Kagi (Japan)";384x256@60;H
+spelunkr;"Spelunker - Spelunker (Jpn)";384x256@60;H
+spelunkrj;"Spelunker (Japan)";384x256@60;H
+spf2t;"Super Puzzle Fighter II Turbo (Super Puzzle Fighter 2";384x224@60;H
+spf2ta;"Super Puzzle Fighter II Turbo (Super Puzzle Fighter 2";384x224@60;H
+spf2td;"Super Puzzle Fighter II Turbo (Super Puzzle Fighter 2";384x224@60;H
+spf2th;"Super Puzzle Fighter II Turbo (Super Puzzle Fighter 2";384x224@60;H
+spf2tu;"Super Puzzle Fighter II Turbo (Super Puzzle Fighter 2";384x224@60;H
+spf2xj;"Super Puzzle Fighter II X (Super Puzzle Fighter 2 X 96";384x224@60;H
+spf2xjd;"Super Puzzle Fighter II X (Super Puzzle Fighter 2 X 96";384x224@60;H
+spidermi;"Spiderman (Intro demo)";304x224@59;H
+spinlbrk;"Spinal Breakers (World)";352x240@60;H
+spinlbrkj;"Spinal Breakers (Japan)";352x240@60;H
+spinlbrku;"Spinal Breakers (US)";352x240@60;H
+spinmast;"Spin Master / Miracle Adventure";304x224@59;H
+splatter;"Splatter House (World, new version (SH3))";288x224@60;H
+splatter2;"Splatter House (World, old version (SH2))";288x224@60;H
+splatterj;"Splatter House (Japan, SH1)";288x224@60;H
+spnchout;"Super Punch-Out!! (Rev B)";448x256@60;V
+spnchouta;"Super Punch-Out!! (Rev A)";448x256@60;V
+spnchoutj;"Super Punch-Out!! (Japan)";448x256@60;V
+sprglbpg;"Super Glob (Pac-Man hardware) German";288x224@60;V
+sprglobp;"Super Glob (Pac-Man hardware)";288x224@60;V
+springer;"Springer";256x224@60;V
+spy;"Future Spy - S.P.Y. - Special Project Y (World ver. N) - Sly Spy (US revision 4) - Spy vs. Spy (Euro, USA, Bra) - The Super Spy (NGM-011)(NGH-011)";304x216@60;H
+spyu;"S.P.Y. - Special Project Y (US ver. M)";304x216@60;H
+sqbert;"Faster, Harder, More Challenging Q*bert (prototype)";256x240@60;V
+squash;"Squash (Ver. 1.0)";320x240@60;H
+sraider;"Space Raider";240x192@60;V
+sranger;"Super Ranger (v2.0)";256x224@60;H
+srdarwin;"Super Real Darwin (World)";256x240@58;V
+srdarwinj;"Super Real Darwin (Japan)";256x240@58;V
+srdmissn;"S.R.D. Mission";288x224@60;V
+srmp4;"Super Real Mahjong PIV (Japan)";336x240@60;H
+srmp4o;"Super Real Mahjong PIV (Japan, older set)";336x240@60;H
+srmp7;"Super Real Mahjong P7 (Japan)";336x239@60;H
+srumbler;"The Speed Rumbler (set 1)";352x240@60;V
+srumbler2;"The Speed Rumbler (set 2)";352x240@60;V
+srumbler3;"The Speed Rumbler (set 3)";352x240@60;V
+ssanchan;"Sanrin San Chan (Japan)";240x224@60;H
+sscandal;"Seishun Scandal (315-5132, Japan)";256x224@60;H
+ssf2;"Super Street Fighter II - The New Challengers (Euro) - Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2a;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2ar1;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2d;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2h;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2j;"Super Street Fighter II - The New Challengers (Jpn) - Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2jr1;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2jr2;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2r1;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2t;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2ta;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2tad;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2tb;"Super Street Fighter II - the tournament battle (93111";384x224@60;H
+ssf2tba;"Super Street Fighter II - the tournament battle (93100";384x224@60;H
+ssf2tbd;"Super Street Fighter II - the tournament battle (93111";384x224@60;H
+ssf2tbh;"Super Street Fighter II - the tournament battle (93100";384x224@60;H
+ssf2tbj;"Super Street Fighter II - the tournament battle (93100";384x224@60;H
+ssf2tbj1;"Super Street Fighter II - the tournament battle (93091";384x224@60;H
+ssf2tbr1;"Super Street Fighter II - the tournament battle (93091";384x224@60;H
+ssf2td;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2th;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2tu;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2tur1;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2u;"Super Street Fighter II - the new challengers (super s - Super Street Fighter II - The New Challengers (USA)";384x224@60;H
+ssf2ud;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2xj;"Super Street Fighter II X - grand master challenge (su";384x224@60;H
+ssf2xjr1;"Super Street Fighter II X - grand master challenge (su";384x224@60;H
+ssf2xjr1d;"Super Street Fighter II X - grand master challenge (su";384x224@60;H
+ssf2xjr1r;"Super Street Fighter II X - grand master challenge (su";384x224@60;H
+ssi;"Andre Agassi Tennis (Euro) - Andre Agassi Tennis (Euro, Bra) - Andre Agassi Tennis (USA) - Super Space Invaders '91 (World)";320x224@60;V
+ssideki;"Super Sidekicks / Tokuten Ou";304x224@59;H
+ssideki2;"Super Sidekicks 2 - The World Championship / Tokuten O";320x224@59;H
+ssideki3;"Super Sidekicks 3 - The Next Glory / Tokuten Ou 3 - ei";320x224@59;H
+ssideki4;"The Ultimate 11 - The SNK Football Championship / Toku";320x224@59;H
+ssmissin;"S.S. Mission";256x224@56;V
+ssoldier;"Superior Soldiers (US)";320x240@60;H
+ssozumo;"Syusse Oozumou (Japan)";256x240@60;V
+ssprint;"Super Sprint (Atari System 2)";512x384@60;H
+ssriders;"Sunset Riders (4 Players ver. EAC) - Sunset Riders (Euro)";288x224@60;H
+ssridersabd;"Sunset Riders (2 Players ver. ABD)";288x224@60;H
+ssridersadd;"Sunset Riders (4 Players ver. ADD)";288x224@60;H
+ssriderseaa;"Sunset Riders (4 Players ver. EAA)";288x224@60;H
+ssridersebc;"Sunset Riders (2 Players ver. EBC)";288x224@60;H
+ssridersebd;"Sunset Riders (2 Players ver. EBD)";288x224@60;H
+ssridersjac;"Sunset Riders (4 Players ver. JAC)";288x224@60;H
+ssridersjad;"Sunset Riders (4 Players ver. JAD)";288x224@60;H
+ssridersjbd;"Sunset Riders (2 Players ver. JBD)";288x224@60;H
+ssridersuab;"Sunset Riders (4 Players ver. UAB)";288x224@60;H
+ssridersuac;"Sunset Riders (4 Players ver. UAC)";288x224@60;H
+ssridersubc;"Sunset Riders (2 Players ver. UBC)";288x224@60;H
+ssridersuda;"Sunset Riders (4 Players ver. UDA)";288x224@60;H
+sstarcrs;"Super Star Crest";256x224@60;V
+sstingry;"Super Stingray (Japan)";256x224@60;V
+sstriker;"Sorcer Striker (World)";320x240@60;V
+sstrikera;"Sorcer Striker (World, alt)";320x240@60;V
+stagger1;"Stagger I (Japan)";256x224@56;V
+stakwin;"Stakes Winner / Stakes Winner - GI kinzen seiha e no m";320x224@59;H
+stakwin2;"Stakes Winner 2";320x224@59;H
+starfght;"Star Fighter";256x224@60;V
+starfgmc;"Star Fighter (Moon Cresta bootleg)";256x224@60;V
+starfigh;"Star Fighter (v1)";256x224@60;V
+starjack;"Star Jacker (Euro, Jpn, v1.2) - Star Jacker (Sega)";240x224@60;V
+starjacks;"Star Jacker (Stern)";240x224@60;V
+stdragon;"Saint Dragon (set 1)";256x224@60;H
+stdragona;"Saint Dragon (set 2)";256x224@60;H
+stdragonb;"Saint Dragon (bootleg)";256x224@60;H
+stera;"Steraranger (Moon Cresta bootleg)";256x224@60;V
+stg;"Juno First (Gottlieb) - Moon Cresta (Gremlin) - Strike Gunner S.T.G";384x240@60;V
+stinger;"Stinger";256x224@60;V
+stinger2;"Stinger (prototype?)";256x224@60;V
+stlforce;"Steel Force";368x240@58;H
+stmblade;"Storm Blade (US)";352x240@60;V
+stmbladej;"Storm Blade (Japan)";352x240@60;V
+strahl;"Koutetsu Yousai Strahl (Japan set 1)";256x224@56;H
+strahla;"Koutetsu Yousai Strahl (Japan set 2)";256x224@56;H
+stratgys;"Strategy X (Stern)";256x224@60;H
+stratgyx;"Strategy X";256x224@60;H
+stratof;"Raiga - Strato Fighter (US)";256x224@60;H
+stratvox;"Stratovox";256x256@60;V
+stratvoxb;"Stratovox (bootleg)";256x256@60;V
+streakng;"Streaking (set 1)";256x224@60;V
+streaknga;"Streaking (set 2)";256x224@60;V
+streetsm;"Street Smart (US version 2)";256x224@60;H
+streetsm1;"Street Smart (US version 1)";256x224@60;H
+streetsmj;"Street Smart (Japan version 1)";256x224@60;H
+streetsmw;"Street Smart (World version 1)";256x224@60;H
+strfbomb;"Strafe Bomb";256x224@60;V
+strhoop;"Street Hoop / Street Slam / Dunk Dream (DEM-004) (DEH-";304x224@59;H
+strider;"Strider (Euro, USA) - Strider (Euro, USA, Bra, Kor) - Strider (US set 1)";384x224@60;H
+striderj;"Strider Hiryu (Japan) - Strider Hiryuu (Jpn, Kor)";384x224@60;H
+striderjr;"Strider Hiryu (Japan Resale Ver.)";384x224@60;H
+striderua;"Strider (US set 2)";384x224@60;H
+strideruc;"Strider (US, Street Fighter II conversion)";384x224@60;H
+striv;"Super Triv";256x224@60;V
+striv2;"Super Triv (set 2)";256x224@60;V
+strkfgtr;"Strike Fighter (World)";320x224@60;H
+strkfgtrj;"Strike Fighter (Japan)";320x224@60;H
+strongx;"Strong X";256x224@60;H
+sub;"688 Attack Sub (Euro, USA) - N-Sub (Euro?) - Submarine (Sigma)";256x224@60;V
+sucasino;"Super Casino";256x224@60;V
+sunaq;"SunA Quiz 6000 Academy (940620-6)";256x224@60;H
+supbtime;"Super Burger Time (World, set 1)";320x240@58;H
+supbtimea;"Super Burger Time (World, set 2)";320x240@58;H
+supbtimej;"Super Burger Time (Japan)";320x240@58;H
+superbar;"Super Bar";384x240@60;V
+superbon;"Agent Super Bond (scobra hardware)";256x224@60;V
+superchs;"Super Chase - Criminal Termination (World)";320x240@60;H
+superchsj;"Super Chase - Criminal Termination (Japan)";320x240@60;H
+superchsu;"Super Chase - Criminal Termination (US)";320x240@60;H
+superg;"Super Galaxians (galaxiaj hack)";256x224@60;V
+superman;"Superman (World) - Superman - The Man of Steel (Euro) - Superman - The Man of Steel (Euro) - Superman - The Man of Steel (Euro, Bra)";384x240@60;H
+supermanj;"Superman (Japan)";384x240@60;H
+supermanu;"Superman (US) - Superman (USA)";384x240@60;H
+superpac;"Super Pac-Man";288x224@60;V
+superpacm;"Super Pac-Man (Midway)";288x224@60;V
+superspy;"The Super Spy (NGM-011)(NGH-011)";304x224@59;H
+superten;"Super Ten V8.3";400x256@60;H
+superx;"Super-X (NTC)";384x240@60;V
+superxm;"Super-X (Mitchell)";384x240@60;V
+supmodel;"Super Model";256x224@60;V
+suprglob;"Super Glob";272x236@60;V
+suprheli;"Super Heli (Super Cobra bootleg)";256x224@60;V
+suprleag;"Super League (Euro) - Super League (FD1094 317-0045)";320x224@60;H
+suprloco;"Super Locomotive (Rev.A)";240x224@60;H
+suprlocoo;"Super Locomotive";240x224@60;H
+suprridr;"Super Rider";256x224@60;V
+suprtrio;"Super Trio";320x240@60;H
+suratk;"Surprise Attack (World ver. K)";304x224@60;H
+suratka;"Surprise Attack (Asia ver. L)";304x224@60;H
+suratkj;"Surprise Attack (Japan ver. M)";304x224@60;H
+survarts;"Survival Arts (World)";336x240@60;H
+survartsj;"Survival Arts (Japan)";336x240@60;H
+survartsu;"Survival Arts (USA)";336x240@60;H
+svc;"SNK vs. Capcom - SVC Chaos (NGM-2690)(NGH-2690)";304x224@59;H
+svcboot;"SNK vs. Capcom - SVC Chaos (bootleg)";304x224@59;H
+svcpcb;"SNK vs. Capcom - SVC Chaos (JAMMA PCB, set 1)";304x224@59;H
+svcpcba;"SNK vs. Capcom - SVC Chaos (JAMMA PCB, set 2)";304x224@59;H
+svcplus;"SNK vs. Capcom - SVC Chaos Plus (bootleg set 1)";304x224@59;H
+svcplusa;"SNK vs. Capcom - SVC Chaos Plus (bootleg set 2)";304x224@59;H
+svcsplus;"SNK vs. Capcom - SVC Chaos Super Plus (bootleg)";304x224@59;H
+svg;"S.V.G. - Spectral vs Generation (V200, China)";448x224@60;H
+svgpcb;"S.V.G. - Spectral vs Generation (V100, Japan, Single P";448x224@60;H
+svolley;"Super Volley Ball (USA) - Super Volleyball - Super Volleyball - Super Volleyball (Japan)";288x216@60;H
+svolleyk;"Super Volleyball (Korea)";288x216@60;H
+svolleyu;"Super Volleyball (US)";288x216@60;H
+svolly91;"Super Volley '91 (Japan)";356x240@60;H
+swarm;"Swarm (bootleg?)";256x224@60;V
+swat;"E-Swat - Cyber Police (set 4, World, FD1094 317-0130) - ESWAT - City Under Siege (Euro, USA, Rev. A) - SWAT (315-5048)";256x224@60;V
+swatpolc;"SWAT Police";320x240@60;H
+swimmer;"Swimmer (set 1)";256x224@60;H
+sws;"Super World Stadium (Japan)";288x224@60;H
+sws92;"Super World Stadium '92 (Japan)";288x224@60;H
+sws92g;"Super World Stadium '92 Gekitouban (Japan)";288x224@60;H
+sws93;"Super World Stadium '93 (Japan)";288x224@60;H
+sxyreac2;"Pachinko Sexy Reaction 2 (Japan)";336x240@60;H
+sxyreact;"Pachinko Sexy Reaction (Japan)";338x240@60;H
+syscheck;"Neo System Check (ver 1.0b)";304x224@59;H
+syvalion;"Syvalion (Japan)";512x400@60;H
+syvalionp;"Syvalion (World, prototype)";512x400@60;H
+szaxxon;"Super Zaxxon";256x224@60;V
+tactcian;"Tactician (set 1)";288x224@60;V
+tactcian2;"Tactician (set 2)";288x224@60;V
+tail2nos;"Tail to Nose - Great Championship";320x240@60;V
+tangtang;"Tang Tang (ver. 0526, 26/05/2000)";320x240@60;H
+tankfrce;"Tank Force (US, 2 Players)";288x224@60;H
+tankfrce4;"Tank Force (US, 4 Players)";288x224@60;H
+tankfrcej;"Tank Force (Japan)";288x224@60;H
+taotaido;"Tao Taido (set 1)";320x224@60;H
+taotaidoa;"Tao Taido (set 2)";320x224@60;H
+tazmani2;"Tazz-Mania (set 2)";256x224@60;V
+tazmania;"Taz-Mania (Euro, Bra) - Taz-Mania (World) - Taz-Mania - The Search for the Lost Seabirds (Euro, US - Tazz-Mania (set 1)";256x224@60;V
+tazzmang;"Tazz-Mania (bootleg on Galaxian hardware)";256x224@60;V
+tazzmang2;"Tazz-Mania (bootleg on Galaxian hardware with Starfiel";256x224@60;V
+tbowl;"Tecmo Bowl (World?)";224x512@60;V
+tbowlj;"Tecmo Bowl (Japan)";224x512@60;V
+tcobra2;"Twin Cobra II (Ver 2.1O 1995/11/30)";320x232@60;V
+tcobra2u;"Twin Cobra II (Ver 2.1A 1995/11/30)";320x232@60;V
+tdpgal;"Triple Draw Poker";256x224@60;V
+tdragon;"Saint Dragon (set 1) - Thunder Dragon (9th Jan. 1992)";256x224@56;V
+tdragon1;"Thunder Dragon (4th Jun. 1991)";256x224@56;V
+tdragon2;"Thunder Dragon 2 (9th Nov. 1993)";384x224@56;V
+tdragon2a;"Thunder Dragon 2 (1st Oct. 1993)";384x224@56;V
+tdragonb;"Saint Dragon (bootleg) - Thunder Dragon (bootleg)";256x224@56;V
+teddybb;"TeddyBoy Blues (315-5115, New Ver.)";256x224@60;H
+teddybbo;"TeddyBoy Blues (315-5115, Old Ver.)";256x224@60;H
+teddybbobl;"TeddyBoy Blues (bootleg)";256x224@60;H
+tekipaki;"Teki Paki";320x240@60;H
+teljan;"Tel Jan";320x240@60;H
+tengai;"Tengai (world)";320x224@59;H
+tengaij;"Tengai0Sengoku Blade - sengoku ace episode II";320x224@59;H
+terracre;"Terra Cresta (YM3526 set 1)";256x224@60;V
+terracrea;"Terra Cresta (YM3526 set 3)";256x224@60;V
+terracren;"Terra Cresta (YM2203)";256x224@60;V
+terracreo;"Terra Cresta (YM3526 set 2)";256x224@60;V
+terraf;"Terra Force";320x240@57;H
+terrafb;"Terra Force (Japan, bootleg set 2)";320x240@60;H
+terrafj;"Terra Force (Japan)";320x240@57;H
+terrafjb;"Terra Force (Japan, bootleg with additional Z80)";320x240@60;H
+terrafu;"Terra Force (US)";320x240@57;H
+tetrbx;"Tetris / Bloxeed (Korean System 16 bootleg) (ISG Selec";320x224@60;H
+tetris;"FA Tetris (Kor) - FA Tetris (Kor) - Super Tetris (Kor, SMS Mode?) - Tetris (Jpn) - Tetris (Kor) - Tetris (set 1) - Tetris (set 4, Japan, System 16A, FD1094 317-0093)";320x224@60;H
+tetris1;"Tetris (Pirate?) - Tetris (set 1, Japan, System 16B, FD1094 317-0091)";320x224@60;H
+tetris1d;"Tetris (set 1, Japan, System 16B, FD1094 317-0091 decr";320x224@60;H
+tetris2;"Tetris (set 2, Japan, System 16B, FD1094 317-0092) - Tetris II (Kor)";320x224@60;H
+tetris2d;"Tetris (set 2, Japan, System 16B, FD1094 317-0092 decr";320x224@60;H
+tetris3;"Tetris (set 3, Japan, System 16A, FD1094 317-0093a)";320x224@60;H
+tetris3d;"Tetris (set 3, Japan, System 16A, FD1094 317-0093a dec";320x224@60;H
+tetrisbl;"Tetris (bootleg)";320x224@60;H
+tetrisd;"Tetris (set 4, Japan, System 16A, FD1094 317-0093 decr";320x224@60;H
+tetrisp2;"Tetris Plus 2 (World)";320x224@60;H
+tetrisp2j;"Tetris Plus 2 (Japan, V2.2)";320x224@60;H
+tetrisp2ja;"Tetris Plus 2 (Japan, V2.1)";320x224@60;H
+tetrisse;"Tetris (Japan, System E)";256x192@60;H
+tetrist;"Tetris (Japan, B-System, YM2610)";320x224@60;H
+tetrista;"Tetris (Japan, B-System, YM2203)";320x224@60;H
+tetristh;"Tetris (Japan, Taito H-System)";320x224@60;H
+tetrsark;"Tetris (D.R. Korea)";256x224@60;H
+tgm2;"Tetris the Absolute The Grand Master 2";320x240@60;H
+tgm2p;"Tetris the Absolute The Grand Master 2 Plus";320x240@60;H
+tharrier;"Task Force Harrier";256x224@56;V
+tharrieru;"Task Force Harrier (US?)";256x224@56;V
+thedeep;"The Deep (Japan)";256x248@60;V
+theend;"The End";256x224@60;V
+theends;"The End (Stern)";256x224@60;V
+theglad;"The Gladiator - Road Of The Sword / Shen Jian (V101)";448x224@60;H
+theglad100;"The Gladiator - Road Of The Sword / Shen Jian (V100, T";448x224@60;H
+theglad101;"The Gladiator - Road Of The Sword / Shen Jian (V100)";448x224@60;H
+thegladpcb;"The Gladiator - Road Of The Sword / Shen Jian (V100, J";448x224@60;H
+theglob;"The Glob";272x236@60;V
+theglob2;"The Glob (earlier)";272x236@60;V
+theglob3;"The Glob (set 3)";272x236@60;V
+theglobp;"The Glob (Pac-Man hardware)";288x224@60;V
+thehustl;"The Hustler (Japan, program code M)";256x224@60;V
+thehustlj;"The Hustler (Japan, program code J)";256x224@60;V
+thepitm;"The Pit (bootleg on Moon Quasar hardware)";256x224@60;V
+theroes;"Thunder Heroes";320x224@58;H
+thetogyu;"The Togyu (315-5065, Japan)";256x224@60;H
+thndblst;"Thunder Blaster (Japan)";320x240@60;V
+thndrbld;"Thunder Blade (upright, FD1094 317-0056)";320x224@60;H
+thndrbld1;"Thunder Blade (deluxe/standing, unprotected)";320x224@60;H
+thndrbldd;"Thunder Blade (upright, FD1094 317-0056 decrypted)";320x224@60;H
+thndrx2;"Thunder Cross II (World)";288x224@60;H
+thndrx2a;"Thunder Cross II (Asia)";288x224@60;H
+thndrx2j;"Thunder Cross II (Japan)";288x224@60;H
+thndzone;"Thunder Zone (World, Rev 1)";320x240@60;H
+thndzone4;"Thunder Zone (World 4 Players)";320x240@60;H
+thndzonea;"Thunder Zone (World)";320x240@60;H
+thndzonej;"Thunder Zone (Japan)";320x240@60;H
+thoop;"Thunder Hoop (Ver. 1)";320x240@60;H
+thunderl;"Thunder & Lightning";384x240@60;V
+thunderx;"Thunder Cross (set 1)";288x224@60;H
+thunderxa;"Thunder Cross (set 2)";288x224@60;H
+thunderxb;"Thunder Cross (set 3)";288x224@60;H
+thunderxj;"Thunder Cross (Japan)";288x224@60;H
+thundfox;"Thunder Fox (World)";320x224@60;H
+thundfoxj;"Thunder Fox (Japan)";320x224@60;H
+thundfoxu;"Thunder Fox (US)";320x224@60;H
+tigerh;"Tiger Heli (US)";280x240@60;V
+tigerhb1;"Tiger Heli (bootleg, set 1)";280x240@60;V
+tigerhb2;"Tiger Heli (bootleg, set 2)";280x240@60;V
+tigerhb3;"Tiger Heli (bootleg, set 3)";280x240@60;V
+tigerhj;"Tiger Heli (Japan)";280x240@60;V
+tigeroad;"Tiger Road (US)";256x224@60;H
+tigeroadb;"Tiger Road (US bootleg, set 1)";256x224@60;H
+tigeroadb2;"Tiger Road (US bootleg, set 2)";256x224@60;H
+tigeroadu;"Tiger Road (US, Romstar license)";256x224@60;H
+timefgtr;"Time Fighter (Time Pilot conversion on Galaxian hardwa";256x224@60;V
+timelimt;"Time Limit";256x224@60;V
+timeplt;"Time Pilot - Time Pilot - Time Pilot (Jpn)";256x224@60;V
+timeplta;"Time Pilot (Atari) - Time Pilot (Jpn, Alt)";256x224@60;V
+timepltc;"Time Pilot (Centuri)";256x224@60;V
+timescan;"Time Scanner (set 2, System 16B)";320x224@60;V
+timescan1;"Time Scanner (set 1, System 16A, FD1089B 317-0024)";320x224@60;V
+timesold;"Time Soldiers (Euro, USA, Bra) - Time Soldiers (US Rev 3)";256x224@60;V
+timesold1;"Time Soldiers (US Rev 1)";256x224@60;V
+timesupd;"Time's Up Demo";304x224@59;H
+tiptop;"Tip Top";256x224@60;V
+tkdensho;"Toukidenshou - Angel Eyes (VER. 960614)";320x240@57;H
+tkdenshoa;"Toukidenshou - Angel Eyes (VER. 960427)";320x240@57;H
+tknight;"Tecmo Knight";256x224@60;H
+tmht;"Teenage Mutant Hero Turtles (UK 4 Players, version F)";304x224@60;H
+tmht22pe;"Teenage Mutant Hero Turtles - Turtles in Time (2 Playe";288x224@60;H
+tmht24pe;"Teenage Mutant Hero Turtles - Turtles in Time (4 Playe";288x224@60;H
+tmht2p;"Teenage Mutant Hero Turtles (UK 2 Players, version U)";304x224@60;H
+tmht2pa;"Teenage Mutant Hero Turtles (UK 2 Players, version ?)";304x224@60;H
+tmhta;"Teenage Mutant Hero Turtles (UK 4 Players, version S)";304x224@60;H
+tmhtb;"Teenage Mutant Hero Turtles (UK 4 Players, version ?)";304x224@60;H
+tmnt;"Streets of Rage 2 - Teenage Mutant Ninja Turtles (Hack - Teenage Mutant Ninja Turtles (World 4 Players, version";304x224@60;H
+tmnt2;"Teenage Mutant Ninja Turtles - Turtles in Time (4 Play";288x224@60;H
+tmnt22pu;"Teenage Mutant Ninja Turtles - Turtles in Time (2 Play";288x224@60;H
+tmnt2a;"Teenage Mutant Ninja Turtles - Turtles in Time (4 Play";288x224@60;H
+tmnt2pj;"Teenage Mutant Ninja Turtles (Japan 2 Players, version";304x224@60;H
+tmnt2po;"Teenage Mutant Ninja Turtles (Oceania 2 Players, versi";304x224@60;H
+tmnta;"Teenage Mutant Ninja Turtles (Asia 4 Players, version";304x224@60;H
+tmnti;"Teenage Mutant Ninja Turtles (Intro demo)";304x224@59;H
+tmntia;"Teenage Mutant Ninja Turtles (Intro demo, alt)";304x224@59;H
+tmntj;"Teenage Mutant Ninja Turtles (Japan 4 Players, version";304x224@60;H
+tmntu;"Teenage Mutant Ninja Turtles (US 4 Players, version R)";304x224@60;H
+tmntua;"Teenage Mutant Ninja Turtles (US 4 Players, version J)";304x224@60;H
+tmntub;"Teenage Mutant Ninja Turtles (US 4 Players, version H)";304x224@60;H
+tndrcade;"Thundercade / Twin Formation";384x224@60;V
+tndrcadej;"Tokusyu Butai U.A.G. (Japan)";384x224@60;V
+tnextspc;"The Next Space (set 1)";256x224@60;V
+tnextspc2;"The Next Space (set 2)";256x224@60;V
+tnextspcj;"The Next Space (Japan)";256x224@60;V
+tnk3;"T.N.K III (US)";288x224@60;V
+tnk3j;"T.A.N.K (Japan)";288x224@60;V
+tnzs;"The New Zealand Story - The New Zealand Story (Euro) - The New Zealand Story (Jpn) - The NewZealand Story (World, newer)";256x224@60;H
+tnzsj;"The NewZealand Story (Japan, new version, newer PCB)";256x224@60;H
+tnzsjo;"The NewZealand Story (Japan, old version) (older PCB)";256x224@60;H
+tnzso;"The NewZealand Story (World, old version) (older PCB)";256x224@60;H
+tnzsoa;"The NewZealand Story (World, unknown version) (older P";256x224@60;H
+tnzsop;"The NewZealand Story (World, prototype) (older PCB)";256x224@60;H
+tnzsuo;"The NewZealand Story (US, old version) (older PCB)";256x224@60;H
+todruaga;"The Tower of Druaga (New Ver.)";288x224@60;V
+todruagao;"The Tower of Druaga (Old Ver.)";288x224@60;V
+todruagas;"The Tower of Druaga (Sidam)";288x224@60;V
+toki;"Toki (World, set 1) - Toki - Going Ape Spit ~ JuJu Densetsu (World, Rev. A)";256x224@60;H
+tokia;"Toki (World, set 2)";256x224@60;H
+tokib;"Toki (bootleg)";256x224@60;H
+tokiob;"Tokio / Scramble Formation (bootleg)";256x224@60;V
+tokip;"Toki (US, prototype?)";256x224@60;H
+tokisens;"Toki no Senshi - Chrono Soldier";256x224@60;V
+tokiu;"Toki (US, set 1)";256x224@60;H
+tokiua;"Toki (US, set 2)";256x224@60;H
+toobin;"Toobin' (Atari 68k based)";512x384@60;V
+topgunbl;"Top Gunner (bootleg, Rotary Joystick)";240x224@60;V
+topgunr;"Top Gunner (US, 8-way Joystick)";240x224@60;V
+tophuntr;"Top Hunter - Roddy & Cathy (NGM-046)";320x224@59;H
+tophuntrh;"Top Hunter - Roddy & Cathy (NGH-046)";320x224@59;H
+toppyrap;"Toppy & Rappy";256x224@58;H
+topsecrt;"Top Secret (Japan)";256x224@60;H
+topspeed;"Top Speed (World)";320x240@60;H
+topspeedu;"Top Speed (US)";320x240@60;H
+toramich;"Tora e no Michi - Tora e no Michi (Japan)";256x224@60;H
+toride2g;"Toride II Adauchi Gaiden";320x224@60;H
+toride2gg;"Toride II Adauchi Gaiden (German)";320x224@60;H
+toride2gk;"Toride II Bok Su Oi Jeon Adauchi Gaiden (Korea)";320x224@60;H
+toride2j;"Toride II (Japan)";320x224@60;H
+toryumon;"Toryumon";320x224@60;H
+totc;"Treasure of the Caribbean";304x224@59;H
+toto;"Come Back Toto";256x224@58;H
+touchgok;"Touch & Go (Korea, unprotected)";480x240@60;H
+toutrun;"Turbo Out Run (Out Run upgrade, FD1094 317-0118) - Turbo OutRun (Euro, Jpn)";320x224@60;H
+toutrun1;"Turbo Out Run (deluxe cockpit, FD1094 317-0109)";320x224@60;H
+toutrun3;"Turbo Out Run (cockpit, FD1094 317-0107)";320x224@60;H
+toutrun3d;"Turbo Out Run (cockpit, FD1094 317-0107 decrypted)";320x224@60;H
+toutrund;"Turbo Out Run (Out Run upgrade, FD1094 317-0118 decryp";320x224@60;H
+toutrunj;"Turbo Out Run (Japan, Out Run upgrade, FD1094 317-0117";320x224@60;H
+toutrunj1;"Turbo Out Run (Japan, deluxe cockpit, FD1094 317-0101)";320x224@60;H
+toutrunj1d;"Turbo Out Run (Japan, deluxe cockpit, FD1094 317-0101";320x224@60;H
+toutrunjd;"Turbo Out Run (Japan, Out Run upgrade, FD1094 317-0117";320x224@60;H
+toypop;"Toypop";288x224@60;H
+tp84;"Time Pilot '84 (set 1)";256x224@60;V
+tp84a;"Time Pilot '84 (set 2)";256x224@60;V
+tp84b;"Time Pilot '84 (set 3)";256x224@60;V
+tpgolf;"Top Player's Golf (NGM-003)(NGH-003)";304x224@59;H
+trackfld;"Track & Field - Track & Field 1 (Euro)";256x224@60;H
+trackfldc;"Track & Field (Centuri)";256x224@60;H
+trackfldnz;"Track & Field (NZ bootleg?)";256x224@60;H
+trally;"Thrash Rally (ALM-003)(ALH-003)";320x224@59;H
+transfrm;"Transformer";256x192@60;H
+travrusa;"Traverse USA / Zippy Race";240x256@60;V
+travrusab;"Traverse USA (bootleg)";240x256@60;V
+trckydoc;"Tricky Doc (set 1)";240x224@60;H
+trckydoca;"Tricky Doc (set 2)";240x224@60;H
+treahunt;"Treasure Hunt (bootleg?)";256x224@60;V
+tricktrp;"Trick Trap (World?)";280x224@60;V
+trigon;"Trigon (Japan)";288x224@60;V
+trikitri;"Triki Triki (Lover Boy bootleg)";240x224@60;V
+triothep;"Trio The Punch - Never Forget Me... (World)";256x240@60;H
+triothepj;"Trio The Punch - Never Forget Me... (Japan)";256x240@60;H
+triplep;"Triple Punch (set 1)";256x224@60;V
+triplepa;"Triple Punch (set 2)";256x224@60;V
+triplfun;"Triple Fun";320x224@60;H
+tripool;"Tri-Pool (Casino Tech)";256x224@60;V
+tripoola;"Tri-Pool (Costal Games)";256x224@60;V
+trojan;"Trojan (US set 1)";256x240@60;H
+trojana;"Trojan (US set 2)";256x240@60;H
+trojanb;"Trojan (bootleg)";256x240@60;H
+trojanj;"Tatakai no Banka (Japan)";256x240@60;H
+trojanr;"Trojan (Romstar)";256x240@60;H
+trophyh;"Trophy Hunting - Bear & Moose V1.0";320x240@60;H
+trstar;"Top Ranking Stars (Ver 2.1O 1993/05/21) (New Version)";320x232@60;H
+trstarj;"Top Ranking Stars (Ver 2.1J 1993/05/21) (New Version)";320x232@60;H
+trstaro;"Top Ranking Stars (Ver 2.1O 1993/05/21) (Old Version)";320x232@60;H
+trstaroj;"Top Ranking Stars (Ver 2.1J 1993/05/21) (Old Version)";320x232@60;H
+truxton;"Truxton (Euro, USA) ~ Tatsujin (Jpn) - Truxton0Tatsujin";320x240@57.6;V
+truxton2;"Truxton II0Tatsujin Oh";320x240@60;V
+trvgns;"Trivia Genius";288x224@60;V
+trvmstr;"Trivia Master (set 1)";288x224@60;V
+trvmstra;"Trivia Master (set 2)";288x224@60;V
+trvmstrb;"Trivia Master (set 3)";288x224@60;V
+trvmstrc;"Trivia Master (set 4)";288x224@60;V
+tsamurai;"Samurai Nihon-Ichi (set 1)";256x224@60;V
+tsamurai2;"Samurai Nihon-Ichi (set 2)";256x224@60;V
+tsamuraih;"Samurai Nihon-Ichi (bootleg, harder)";256x224@60;V
+tshingen;"Shingen Samurai-Fighter (Japan, English)";256x224@60;H
+tshingena;"Takeda Shingen (Japan, Japanese)";256x224@60;H
+tst_galx;"Galaxian Test ROM";256x224@60;V
+ttmahjng;"T.T Mahjong";256x256@60;H
+tturf;"Tough Turf (set 2, Japan, 8751 317-0104)";320x224@60;H
+tturfu;"Tough Turf (set 1, US, 8751 317-0099)";320x224@60;H
+tubeit;"Tube-It";320x224@60;H
+tumbleb;"Tumble Pop (bootleg set 1)";320x240@58;H
+tumbleb2;"Tumble Pop (bootleg set 2)";320x240@58;H
+tumblep;"Tumble Pop (World)";320x240@58;H
+tumblepj;"Tumble Pop (Japan)";320x240@58;H
+turbofrc;"Turbo Force (World)";352x240@60;V
+turbofrcu;"Turbo Force (US)";352x240@60;V
+turfmast;"Neo Turf Masters / Big Tournament Golf";304x224@59;H
+turkhunt;"Turkey Hunting USA V1.0";320x240@60;H
+turpin;"Turpin";256x224@60;V
+turpins;"Turpin (bootleg on Scramble hardware)";256x224@60;V
+turtles;"Turtles";256x224@60;V
+turtship;"Turtle Ship (North America)";384x224@60;H
+turtshipj;"Turtle Ship (Japan)";384x224@60;H
+turtshipk;"Turtle Ship (Korea)";384x224@60;H
+turtshipkn;"Turtle Ship (Korea, 88/9)";384x224@60;H
+turtshipko;"Turtle Ship (Korea, older)";384x224@60;H
+tutankhm;"Tutankham - Tutankham";256x224@60;V
+tutankhms;"Tutankham (Stern Electronics)";256x224@60;V
+twinactn;"Twin Action";256x224@56;H
+twinadv;"Twin Adventure (World)";256x224@58;H
+twinadvk;"Twin Adventure (Korea)";256x224@58;H
+twinbee;"Detana!! Twinbee - Twin Bee (Jpn) - TwinBee (ROM version)";256x224@60;V
+twinbrat;"Twin Brats (set 1)";334x240@58;H
+twinbrata;"Twin Brats (set 2)";334x240@58;H
+twincobr;"Twin Cobra (USA) - Twin Cobra (World)";320x240@54.9;V
+twincobru;"Twin Cobra (US)";320x240@54.9;V
+twineag2;"Twin Eagle II - The Rescue Mission";336x240@60.2;V
+twineagl;"Twin Eagle - Revenge Joe's Brother";384x224@60;V
+twinfalc;"Twin Falcons";384x224@60;H
+twinhawk;"Twin Hawk (Euro) ~ Daisenpuu (Jpn) - Twin Hawk (World)";384x224@60;V
+twinhawku;"Twin Hawk (US)";384x224@60;V
+twinkle;"Twinkle";256x224@58;H
+twinqix;"Twin Qix (Ver 1.0A 1995/01/17) (Prototype)";320x224@60;H
+twinspri;"Twinkle Star Sprites";304x224@59;H
+twocrude;"Two Crude (US FT revision 1) - Two Crude Dudes (Euro)";256x240@58;H
+twocrudea;"Two Crude (US FT version)";256x240@58;H
+tws96;"Tecmo World Soccer '96";304x224@59;H
+typhoon;"Typhoon";304x224@60;V
+uballoon;"Ultra Balloon";256x224@60;H
+uccops;"Undercover Cops (World)";320x240@60;H
+uccopsar;"Undercover Cops (Alpha Renewal Version)";320x240@60;H
+uccopsj;"Undercover Cops (Japan)";320x240@60;H
+uccopsu;"Undercover Cops (US)";320x240@60;H
+uecology;"Ultimate Ecology (931203 Japan)";384x224@60;H
+ufosensi;"Ufo Senshi Yohko Chan (MC-8123, 317-0064)";256x224@60;H
+ultraman;"Ultraman (Japan) - Ultraman (Jpn) - Ultraman (Jpn)";288x224@60;H
+ultrax;"Ultra X Weapons / Ultra Keibitai";336x240@60;V
+ultraxg;"Ultra X Weapons / Ultra Keibitai (GAMEST review build)";336x240@60;V
+umanclub;"Ultraman Club - Tatakae! Ultraman Kyoudai!!";384x240@60;H
+unclepoo;"Uncle Poo";256x224@60;V
+uniwars;"UniWar S";256x224@60;V
+uniwarsa;"UniWar S (bootleg)";256x224@60;V
+unkpacg;"unknown Pac-Man gambling game";256x224@60;H
+unsquad;"U.N. Squadron (US)";384x224@60;H
+uopoko;"Puzzle Uo Poko (International, ver. 98/02/06)";320x240@58;H
+uopokoj;"Puzzle Uo Poko (Japan, ver. 98/02/06)";320x240@58;H
+upndown;"Up'n Down - Up'n Down (315-5030)";256x224@60;V
+upndownu;"Up'n Down (not encrypted)";256x224@60;V
+usclssic;"U.S. Classic";384x240@60;V
+usg182;"Games V18.2";400x256@60;H
+usg185;"Games V18.5";400x256@60;H
+usg187c;"Games V18.7C";400x256@60;H
+usg32;"Super Duper Casino (California V3.2)";400x256@60;H
+usg82;"Super Ten V8.2";400x256@60;H
+usg83x;"Super Ten V8.3X";400x256@60;H
+usgames;"Games V25.4X";400x256@60;H
+utoukond;"Ultra Toukon Densetsu (Japan)";384x224@60;H
+valkyrie;"Valkyrie No Densetsu (Japan) - Walkuere no Densetsu";288x224@60;V
+vampj;"Vampire - the night warriors (940705 Japan)";384x224@60;H
+vampja;"Vampire - the night warriors (940705 Japan, alt)";384x224@60;H
+vampjr1;"Vampire - the night warriors (940630 Japan)";384x224@60;H
+vandyke;"Vandyke (Japan)";256x224@56;V
+vandykeb;"Vandyke (bootleg with PIC16c57)";256x224@56;V
+vandykejal;"Vandyke (Jaleco, Set 1)";256x224@56;V
+vandykejal2;"Vandyke (Jaleco, Set 2)";256x224@56;V
+vangrd2;"Vanguard II";288x216@60;V
+vanvan;"Van-Van Car";256x224@60;V
+vanvanb;"Van-Van Car (set 3)";256x224@60;V
+vanvank;"Van-Van Car (Karateco)";256x224@60;V
+vaportra;"Vapor Trail - Hyper Offence Formation (World revision";256x240@58;V
+vaportra3;"Vapor Trail - Hyper Offence Formation (World revision";256x240@58;V
+vaportrau;"Vapor Trail - Hyper Offence Formation (US)";256x240@58;V
+varth;"Varth - operation thunderstorm (920714 etc)";384x224@60;V
+varthb;"Varth - operation thunderstorm (bootleg, 920612 etc)";384x224@60;V
+varthj;"Varth - operation thunderstorm (920714 Japan)";384x224@60;V
+varthjr;"Varth - operation thunderstorm (920714 Japan Resale Ve";384x224@60;V
+varthr1;"Varth - operation thunderstorm (920612 etc)";384x224@60;V
+varthu;"Varth - operation thunderstorm (920612 USA)";384x224@60;V
+vasara;"Vasara";336x240@60;V
+vasara2;"Vasara 2 (set 1)";336x240@60;V
+vasara2a;"Vasara 2 (set 2)";336x240@60;V
+vastar;"Vastar (set 1)";256x224@60;V
+vastar2;"Vastar (set 2)";256x224@60;V
+vastar3;"Vastar (set 3)";256x224@60;V
+vastar4;"Vastar (set 4)";256x224@60;V
+vautour;"Vautour (bootleg of Phoenix) (8085A CPU)";256x208@60;V
+vautourz;"Vautour (bootleg of Phoenix) (Z80 CPU)";256x208@60;V
+vautourza;"Vautour (bootleg of Phoenix) (Z80 CPU, single PROM)";256x208@60;V
+vblokbrk;"VS Block Breaker (Europe)";320x240@60;H
+vblokbrka;"VS Block Breaker (Asia)";320x240@60;H
+vendetta;"Vendetta (World, 4 Players ver. T)";304x224@60;H
+vendetta2p;"Vendetta (World, 2 Players ver. W)";304x224@60;H
+vendetta2pd;"Vendetta (Asia, 2 Players ver. D)";304x224@60;H
+vendetta2peba;"Vendetta (World, 2 Players ver. EB-A?)";304x224@60;H
+vendetta2pu;"Vendetta (Asia, 2 Players ver. U)";304x224@60;H
+vendetta2pun;"Vendetta (World, 2 Players ver. ?)";304x224@60;H
+vendettaj;"Crime Fighters 2 (Japan, 2 Players ver. P)";304x224@60;H
+vendettar;"Vendetta (US, 4 Players ver. R)";304x224@60;H
+vendettaz;"Vendetta (Asia, 4 Players ver. Z)";304x224@60;H
+venus;"Venus";256x224@60;V
+vfive;"V-Five (Japan) - V-Five (Jpn)";320x240@60;V
+vhunt2;"Vampire Hunter 2 - darkstalkers revenge (970929 Japan)";384x224@60;H
+vhunt2d;"Vampire Hunter 2 - darkstalkers revenge (970913 Japan";384x224@60;H
+vhunt2r1;"Vampire Hunter 2 - darkstalkers revenge (970913 Japan)";384x224@60;H
+vhuntj;"Vampire Hunter - darkstalkers' revenge (950316 Japan)";384x224@60;H
+vhuntjr1;"Vampire Hunter - darkstalkers' revenge (950307 Japan)";384x224@60;H
+vhuntjr1s;"Vampire Hunter - darkstalkers' revenge (950307 Japan s";384x224@60;H
+vhuntjr2;"Vampire Hunter - darkstalkers' revenge (950302 Japan)";384x224@60;H
+victroad;"Victory Road";288x216@60;V
+viewpoin;"Viewpoint - Viewpoint (USA)";304x224@59;H
+vigilant;"Vigilante - Vigilante - Vigilante (Euro, USA, Bra) - Vigilante (Kor) - Vigilante (World, Rev E)";256x256@55;H
+vigilanta;"Vigilante (World, Rev A)";256x256@55;H
+vigilantb;"Vigilante (US, Rev B)";256x256@55;H
+vigilantbl;"Vigilante (bootleg)";256x256@55;H
+vigilantc;"Vigilante (World, Rev C)";256x256@55;H
+vigilantd;"Vigilante (Japan, Rev D)";256x256@55;H
+vigilantg;"Vigilante (US, Rev G)";256x256@55;H
+vigilanto;"Vigilante (US)";256x256@55;H
+vimana;"Vimana (World, set 1)";320x240@58;V
+vimanaj;"Vimana (Japan)";320x240@58;V
+vimanan;"Vimana (World, set 2)";320x240@58;V
+viofight;"Violence Fight (World)";320x224@60;H
+viofightj;"Violence Fight (Japan)";320x224@60;H
+viofightu;"Violence Fight (US)";320x224@60;H
+viostorm;"Violent Storm (ver EAC)";384x224@60;H
+viostorma;"Violent Storm (ver AAC)";384x224@60;H
+viostormab;"Violent Storm (ver AAB)";384x224@60;H
+viostormeb;"Violent Storm (ver EAB)";384x224@60;H
+viostormj;"Violent Storm (ver JAC)";384x224@60;H
+viostormu;"Violent Storm (ver UAC)";384x224@60;H
+viostormub;"Violent Storm (ver UAB)";384x224@60;H
+vliner;"V-Liner (set 1)";304x224@59;H
+vlinero;"V-Liner (set 2)";304x224@59;H
+vmetal;"Varia Metal";320x224@60;V
+vmetaln;"Varia Metal (New Ways Trading Co.)";320x224@60;V
+volfied;"Volfied - Volfied (Jpn) - Volfied (World, revision 1)";320x240@60;V
+volfiedj;"Volfied (Japan, revision 1)";320x240@60;V
+volfiedjo;"Volfied (Japan)";320x240@60;V
+volfiedu;"Volfied (US, revision 1)";320x240@60;V
+vpool;"Video Pool (bootleg on Moon Cresta hardware)";256x224@60;V
+vsav;"Vampire Savior - the lord of vampire (970519 Euro)";384x224@60;H
+vsav2;"Vampire Savior 2 - the lord of vampire (970913 Japan)";384x224@60;H
+vsav2d;"Vampire Savior 2 - the lord of vampire (970913 Japan P";384x224@60;H
+vsava;"Vampire Savior - the lord of vampire (970519 Asia)";384x224@60;H
+vsavd;"Vampire Savior - the lord of vampire (970519 Euro Phoe";384x224@60;H
+vsavh;"Vampire Savior - the lord of vampire (970519 Hispanic)";384x224@60;H
+vsavj;"Vampire Savior - the lord of vampire (970519 Japan)";384x224@60;H
+vsavu;"Vampire Savior - the lord of vampire (970519 USA)";384x224@60;H
+vsgongf;"VS Gong Fight";256x224@60;V
+vulcan;"Vulcan Venture (New)";320x224@60;H
+vulcana;"Vulcan Venture (Old)";320x224@60;H
+vulcanb;"Vulcan Venture (Oldest)";320x224@60;H
+vulgus;"Vulgus (set 1)";256x224@60;V
+vulgusa;"Vulgus (set 2)";256x224@60;V
+vulgusj;"Vulgus (Japan?)";256x224@60;V
+wakuwak7;"Waku Waku 7";304x224@59;H
+wallc;"Wall Crash (set 1)";256x256@60;H
+wallca;"Wall Crash (set 2)";256x256@60;H
+wanted;"Wanted - Wanted (Euro, USA, Bra)";256x224@60;V
+wardner;"Wardner (USA) - Wardner (World)";320x240@60;H
+wardnerj;"Wardner no Mori (Japan) - Wardner no Mori Special (Jpn)";320x240@60;H
+warofbug;"War of the Bugs or Monsterous Manouvers in a Mushroom";256x224@60;V
+warofbugu;"War of the Bugs or Monsterous Manouvers in a Mushroom";256x224@60;V
+warpwarp;"Warp & Warp - Warp & Warp (Jpn)";272x224@60;V
+warpwarpr;"Warp Warp (Rock-Ola set 1)";272x224@60;V
+warpwarpr2;"Warp Warp (Rock-Ola set 2)";272x224@60;V
+warriorb;"Warrior Blade - Rastan Saga Episode III (Japan)";240x640@60;V
+warzard;"War-Zard / Red Earth (Japan 961121)";384x224@60;H
+warzardr1;"War-Zard / Red Earth (Japan 961023)";384x224@60;H
+watrball;"Water Balls";384x240@60;H
+wb3;"Wonder Boy III - Monster Lair (set 6, World, System 16";320x224@60;H
+wb31;"Wonder Boy III - Monster Lair (set 1, Japan, System 16";320x224@60;H
+wb31d;"Wonder Boy III - Monster Lair (set 1, Japan, System 16";320x224@60;H
+wb32;"Wonder Boy III - Monster Lair (set 2, Japan, System 16";320x224@60;H
+wb32d;"Wonder Boy III - Monster Lair (set 2, Japan, System 16";320x224@60;H
+wb33;"Wonder Boy III - Monster Lair (set 3, World, System 16";320x224@60;H
+wb33d;"Wonder Boy III - Monster Lair (set 3, World, System 16";320x224@60;H
+wb34;"Wonder Boy III - Monster Lair (set 4, Japan, System 16";320x224@60;H
+wb34d;"Wonder Boy III - Monster Lair (set 4, Japan, System 16";320x224@60;H
+wb35;"Wonder Boy III - Monster Lair (set 5, Japan, System 16";320x224@60;H
+wb35d;"Wonder Boy III - Monster Lair (set 5, Japan, System 16";320x224@60;H
+wbdeluxe;"Wonder Boy Deluxe";256x224@60;H
+wbml;"Wonder Boy in Monster Land (Japan New Ver., MC-8123, 3";256x224@60;H
+wbmlb;"Wonder Boy in Monster Land (English bootleg set 1)";256x224@60;H
+wbmljb;"Wonder Boy in Monster Land (Japan not encrypted)";256x224@60;H
+wbmljo;"Wonder Boy in Monster Land (Japan Old Ver., MC-8123, 3";256x224@60;H
+wbmlvc;"Wonder Boy in Monster Land (English, Virtual Console)";256x224@60;H
+wboy;"Wonder Boy (Euro) - Wonder Boy (Euro, USA, Bra, v1) - Wonder Boy (Jpn, v1) - Wonder Boy (set 1, 315-5177)";256x224@60;H
+wboy2;"Wonder Boy (set 2, 315-5178)";256x224@60;H
+wboy2u;"Wonder Boy (set 2, not encrypted)";256x224@60;H
+wboy3;"Wonder Boy (set 3, 315-5135) - Wonder Boy III - Monster Lair (Euro) ~ Monster Lair (J - Wonder Boy III - The Dragon's Trap (Euro, USA, Kor)";256x224@60;H
+wboy4;"Wonder Boy (set 4, 315-5162)";256x224@60;H
+wboy5;"Wonder Boy (set 5, bootleg) - Wonder Boy V - Monster World III (Jpn, Kor)";256x224@60;H
+wboyo;"Wonder Boy (set 1, 315-5135)";256x224@60;H
+wboyu;"Wonder Boy (not encrypted)";256x224@60;H
+wc90;"World Cup '90 (World)";256x224@59;H
+wc90a;"World Cup '90 (Euro set 1)";256x224@59;H
+wc90b;"World Cup '90 (Euro set 2)";256x224@59;H
+wc90b1;"Euro League (Italian hack of Tecmo World Cup '90)";256x224@60;H
+wc90b2;"World Cup '90 (bootleg, set 1)";256x224@60;H
+wc90b3;"World Cup '90 (bootleg, set 2)";256x224@60;H
+wc90b4;"World Cup '90 (bootleg, set 3)";256x224@60;H
+wc90ba;"Euro League (Italian hack of Tecmo World Cup '90 - alt";256x224@60;H
+wc90t;"World Cup '90 (trackball)";256x224@59;H
+welltris;"Welltris - Alexey Pajitnov's (World?, 2 players)";352x240@60;H
+welltrisj;"Welltris - Alexey Pajitnov's (Japan, 2 players)";352x240@60;H
+wh1;"World Heroes (ALM-005)";320x224@59;H
+wh1h;"World Heroes (ALH-005)";320x224@59;H
+wh1ha;"World Heroes (set 3)";320x224@59;H
+wh2;"World Heroes 2 (ALM-006)(ALH-006)";304x224@59;H
+wh2j;"World Heroes 2 Jet (ADM-007)(ADH-007)";304x224@59;H
+wh2ja;"World Heroes 2 Jet (ADM-007)";304x224@59;H
+wheelrun;"Wheels Runner";256x224@60;H
+whizz;"Whizz";384x224@60;H
+whoopee;"Pipi & Bibis / Whoopee!! (Teki Paki hardware)";320x240@60;H
+whp;"World Heroes Perfect";320x224@59;H
+wiggie;"Wiggie Waggie";384x240@60;V
+wildfang;"Wild Fang / Tecmo Knight";256x224@60;H
+willow;"Willow (World)";384x224@60;H
+willowj;"Willow (Japan, Japanese)";384x224@60;H
+willowu;"Willow (USA)";384x224@60;H
+willowuo;"Willow (USA Old Ver.)";384x224@60;H
+wilytowr;"Wily Tower";256x224@60;H
+wingforc;"Wing Force (Japan, prototype)";320x224@60;V
+wintbob;"The Winter Bobble (bootleg)";256x224@58;H
+wiping;"Wiping";288x224@60;V
+wits;"Wit's (Japan)";384x240@60;H
+wiz;"Lizard Wizard - Magical Kid Wiz (Jpn) - Magical Kid Wiz (Tw) - Wiz";256x224@60;V
+wizdfire;"Wizard Fire (Over Sea v2.1)";320x240@58;H
+wizdfireu;"Wizard Fire (US v1.1)";320x240@58;H
+wizt;"Wiz (Taito, set 1)";256x224@60;V
+wizta;"Wiz (Taito, set 2)";256x224@60;V
+wjammers;"Windjammers / Flying Power Disc";304x224@59;H
+wldcourt;"World Court (Japan)";288x224@60;H
+wlstar;"Wonder League Star - Sok-Magicball Fighting (Korea)";320x240@60;H
+wmatch;"Water Match (315-5064)";240x224@60;V
+wndrmomo;"Wonder Momo";288x224@60;H
+wndrplnt;"Wonder Planet (Japan)";256x248@60;V
+wof;"Warriors of Fate (921031 etc)";384x224@60;H
+wof3js;"Sangokushi II: San Jian Sheng (Chinese bootleg set 1,";384x224@60;H
+wof3jsa;"Sangokushi II: San Jian Sheng (Chinese bootleg set 2,";384x224@60;H
+wof3sj;"Sangokushi II: San Sheng Jian (Chinese bootleg set 1,";384x224@60;H
+wof3sja;"Sangokushi II: San Sheng Jian (Chinese bootleg set 2,";384x224@60;H
+wofa;"Sangokushi II (921005 Asia)";384x224@60;H
+wofah;"Sangokushi II (hack set 1, 921005 Asia)";384x224@60;H
+wofaha;"Sangokushi II (hack set 2, 921005 Asia)";384x224@60;H
+wofahb;"Sangokushi II (hack set 3, 921005 Asia)";384x224@60;H
+wofb;"Warriors of Fate (bootleg, 921002 etc)";384x224@60;H
+wofch;"Tenchi wo Kurau II - Sekiheki no Tatakai (CPS Changer,";384x224@60;H
+wofchdx;"Sangokushi III Gaiden: Kakou-On's Revenge DX (hack)";384x224@60;H
+wofh;"Sangokushi II: Sanguo Yingxiong Zhuan (Chinese bootleg";384x224@60;H
+wofha;"Sangokushi II: Sanguo Yingxiong Zhuan (Chinese bootleg";384x224@60;H
+wofhfh;"Sangokushi II: Huo Fenghuang (Chinese bootleg, 921005";384x224@60;H
+wofj;"Tenchi wo Kurau II - Sekiheki no Tatakai (921031 Japan";384x224@60;H
+wofjh;"Tenchi wo Kurau II - Sekiheki no Tatakai (hack, 921031";384x224@60;H
+wofr1;"Warriors of Fate (921002 etc)";384x224@60;H
+wofsj;"Sangokushi II: Sheng Jian Sanguo (Chinese bootleg set";384x224@60;H
+wofsja;"Sangokushi II: Sheng Jian Sanguo (Chinese bootleg set";384x224@60;H
+wofsjb;"Sangokushi II: Sheng Jian Sanguo (Chinese bootleg set";384x224@60;H
+wofsjc;"Sangokushi II: Sheng Jian Sanguo (Chinese bootleg set";384x224@60;H
+wofu;"Warriors of Fate (921031 USA)";384x224@60;H
+wolffang;"Wolf Fang -Kuhga 2001- (Japan)";320x240@58;H
+wonder3;"Wonder 3 (910520 Japan)";384x224@60;H
+wondl96;"Wonder League '96 (Korea)";320x240@60;H
+wondstck;"Wonder Stick (set 1)";320x240@60;H
+wondstcka;"Wonder Stick (set 2, censored)";320x240@60;H
+woodpeca;"Woodpecker (set 2)";288x224@60;V
+woodpeck;"Woodpecker (set 1)";288x224@60;V
+worldwar;"World Wars (World?)";400x224@60;V
+wownfant;"WOW New Fantasia";256x224@60;H
+wrally;"World Rally (Version 1.0, Checksum 0E56)";368x232@60;H
+wrallya;"World Rally (Version 1.0, Checksum 3873)";368x232@60;H
+wrallyat;"World Rally (US, 930217)";368x232@60;H
+wrallyb;"World Rally (Version 1.0, Checksum 8AA2)";368x232@60;H
+wrestwar;"Wrestle War (Euro, Jpn) - Wrestle War (set 3, World, 8751 317-0103)";320x224@60;V
+wrestwar1;"Wrestle War (set 1, Japan, FD1094 317-0090)";320x224@60;V
+wrestwar1d;"Wrestle War (set 1, Japan, FD1094 317-0090 decrypted)";320x224@60;V
+wrestwar2;"Wrestle War (set 2, World, FD1094 317-0102)";320x224@60;V
+wrestwar2d;"Wrestle War (set 2, World, FD1094 317-0102 decrypted)";320x224@60;V
+wrofaero;"War of Aero - Project MEIOU";384x240@60;V
+ws;"Jaws (Spa?) - Jimmy White's Whirlwind Snooker (Euro) - News (set 1) - Super World Stadium (Japan) - World Stadium (Japan)";288x224@60;H
+ws89;"World Stadium '89 (Japan)";288x224@60;H
+ws90;"World Stadium '90 (Japan)";288x224@60;H
+wschamp;"Wing Shooting Championship V2.00";320x240@60;H
+wschampa;"Wing Shooting Championship V1.01";320x240@60;H
+wschampb;"Wing Shooting Championship V1.00";320x240@60;H
+wwallyj;"Wally wo Sagase! (rev B, Japan, FD1094 317-0197B)";320x224@60;H
+wwallyja;"Wally wo Sagase! (rev A, Japan, FD1094 317-0197A)";320x224@60;H
+wwallyjad;"Wally wo Sagase! (rev A, Japan, FD1094 317-0197A decry";320x224@60;H
+wwallyjd;"Wally wo Sagase! (rev B, Japan, FD1094 317-0197B decry";320x224@60;H
+wwfsstar;"WWF Superstars (Europe)";256x240@60;H
+wwfsstarb;"WWF Superstars (bootleg)";256x240@60;H
+wwfsstarj;"WWF Superstars (Japan)";256x240@60;H
+wwfsstaru;"WWF Superstars (US, newer)";256x240@60;H
+wwfsstarua;"WWF Superstars (US)";256x240@60;H
+wwfwfest;"WWF WrestleFest (World)";320x240@60;H
+wwfwfestb;"WWF WrestleFest (US bootleg)";320x240@60;H
+wwfwfestj;"WWF WrestleFest (Japan)";320x240@60;H
+wwfwfestk;"WWF WrestleFest (Korea)";320x240@60;H
+wwfwfestu;"WWF WrestleFest (US)";320x240@60;H
+wwjgtin;"Wai Wai Jockey Gate-In!";256x224@60;H
+wyvernf0;"Wyvern F-0";256x224@60;V
+xexex;"Xexex (ver EAA)";384x256@54;H
+xexexa;"Xexex (ver AAA)";384x256@54;H
+xexexj;"Xexex (ver JAA)";384x256@54;H
+xmcota;"X-Men - children of the atom (950331 Euro)";384x224@60;H
+xmcotaa;"X-Men - children of the atom (950105 Asia)";384x224@60;H
+xmcotaar1;"X-Men - children of the atom (941217 Asia)";384x224@60;H
+xmcotah;"X-Men - children of the atom (950331 Hispanic)";384x224@60;H
+xmcotahr1;"X-Men - children of the atom (950105 Hispanic)";384x224@60;H
+xmcotaj;"X-Men - children of the atom (950105 Japan)";384x224@60;H
+xmcotaj1;"X-Men - children of the atom (941222 Japan)";384x224@60;H
+xmcotaj2;"X-Men - children of the atom (941219 Japan)";384x224@60;H
+xmcotaj3;"X-Men - children of the atom (941217 Japan)";384x224@60;H
+xmcotajr;"X-Men - children of the atom (941208 Japan, rent versi";384x224@60;H
+xmcotar1;"X-Men - children of the atom (950105 Euro)";384x224@60;H
+xmcotar1d;"X-Men - children of the atom (950105 Euro Phoenix Edit";384x224@60;H
+xmcotau;"X-Men - children of the atom (950105 USA)";384x224@60;H
+xmen;"Spider-Man and the X-Men in Arcade's Revenge (USA) - Spider-Man and X-Men - Arcade's Revenge (Euro, USA) - X-Men (4 Players ver UBB) - X-Men (Euro) - X-Men (USA)";288x224@60;H
+xmen2pa;"X-Men (2 Players ver AAA)";288x224@60;H
+xmen2pe;"X-Men (2 Players ver EAA)";288x224@60;H
+xmen2pj;"X-Men (2 Players ver JAA)";288x224@60;H
+xmen2pu;"X-Men (2 Players ver UAB)";288x224@60;H
+xmena;"X-Men (4 Players ver AEA)";288x224@60;H
+xmenaa;"X-Men (4 Players ver ADA)";288x224@60;H
+xmene;"X-Men (4 Players ver EBA)";288x224@60;H
+xmenj;"X-Men (4 Players ver JBA)";288x224@60;H
+xmultipl;"X Multiply (World, M81)";384x256@55;H
+xmultiplm72;"X Multiply (Japan, M72)";384x256@55;H
+xmvsf;"X-Men vs Street Fighter (961004 Euro)";384x224@60;H
+xmvsfa;"X-Men vs Street Fighter (961023 Asia)";384x224@60;H
+xmvsfar1;"X-Men vs Street Fighter (961004 Asia)";384x224@60;H
+xmvsfar2;"X-Men vs Street Fighter (960919 Asia)";384x224@60;H
+xmvsfar3;"X-Men vs Street Fighter (960910 Asia)";384x224@60;H
+xmvsfb;"X-Men vs Street Fighter (961023 Brazil)";384x224@60;H
+xmvsfh;"X-Men vs Street Fighter (961004 Hispanic)";384x224@60;H
+xmvsfj;"X-Men vs Street Fighter (961023 Japan)";384x224@60;H
+xmvsfjr1;"X-Men vs Street Fighter (961004 Japan)";384x224@60;H
+xmvsfjr2;"X-Men vs Street Fighter (960910 Japan)";384x224@60;H
+xmvsfjr3;"X-Men vs Street Fighter (960909 Japan)";384x224@60;H
+xmvsfr1;"X-Men vs Street Fighter (960910 Euro)";384x224@60;H
+xmvsfu;"X-Men vs Street Fighter (961023 USA)";384x224@60;H
+xmvsfu1d;"X-Men vs Street Fighter (961004 USA Phoenix Edition)";384x224@60;H
+xmvsfur1;"X-Men vs Street Fighter (961004 USA)";384x224@60;H
+xmvsfur2;"X-Men vs Street Fighter (960910 USA)";384x224@60;H
+xorworld;"Xor World (prototype)";256x224@60;H
+xsleena;"Xain'd Sleena (World)";256x240@60;H
+xsleenaj;"Xain'd Sleena (Japan)";256x240@60;H
+xxmissio;"XX Mission";512x192@60;V
+yamagchi;"Go Go Mr. Yamaguchi / Yuke Yuke Yamaguchi-kun";256x224@60;V
+yamato;"Yamato (Euro, Jpn) - Yamato (US)";256x224@60;V
+yamato2;"Yamato (World?)";256x224@60;V
+yanchamr;"Kaiketsu Yanchamaru (Japan)";384x256@60;H
+yankeedo;"Yankee DO!";240x192@60;V
+yesnoj;"Yes/No Sinri Tokimeki Chart";320x224@60;H
+yiear;"Yie Ar Kung-Fu (Jpn) - Yie Ar Kung-Fu (program code I) - Yie Ar Kung-Fu (Tw)";256x224@60;H
+yiear2;"Yie Ar Kung-Fu (program code G) - Yie Ar Kung-Fu II - The Emperor Yie-Gah (Jpn)";256x224@60;H
+yieartf;"Yie Ar Kung-Fu (GX361 conversion)";256x224@60;H
+youjyudn;"Youjyuden (Japan)";256x256@60;V
+youkaidk1;"Yokai Douchuuki (Japan, old version (YD1))";288x224@60;H
+youkaidk2;"Yokai Douchuuki (Japan, new version (YD2, Rev B))";288x224@60;H
+youma;"Youma Ninpou Chou (Japan)";256x224@60;V
+youma2;"Youma Ninpou Chou (Japan, alt)";256x224@60;V
+yukiwo;"Yukiwo (World, prototype)";320x224@60;V
+yuyugogo;"Yuuyu no Quiz de GO!GO! (Japan)";320x224@60;H
+zaviga;"Zaviga";256x240@60;V
+zavigaj;"Zaviga (Japan)";256x240@60;V
+zaxxon;"Super Zaxxon - Zaxxon - Zaxxon (Jpn) - Zaxxon (Jpn) - Zaxxon (set 1, rev D)";256x224@60;V
+zaxxon2;"Zaxxon (set 2, unknown rev)";256x224@60;V
+zaxxon3;"Zaxxon (set 3, unknown rev)";256x224@60;V
+zaxxonb;"Jackson";256x224@60;V
+zaxxonj;"Zaxxon (Japan)";256x224@60;V
+zedblade;"Zed Blade / Operation Ragnarok";304x224@59;H
+zeropnt;"Zero Point (set 1)";384x224@60;H
+zeropnt2;"Zero Point 2";384x224@60;H
+zeropnta;"Zero Point (set 2)";384x224@60;H
+zeropntj;"Zero Point (Japan)";384x224@60;H
+zeroteam;"New Zero Team (V33 SYSTEM TYPE_B hardware) - Zero Team USA (set 1, US, Fabtek license)";320x256@55;H
+zeroteama;"New Zero Team (V33 SYSTEM TYPE_B hardware, China?) - Zero Team (set 2, Japan? (earlier?))";320x256@55;H
+zeroteamb;"Zero Team (set 3, Japan? (later batteryless))";320x256@55;H
+zeroteamc;"Zero Team (set 4, Taiwan, Liang Hwa license)";320x256@55;H
+zeroteamd;"Zero Team (set 5, Korea, Dream Soft license)";320x256@55;H
+zeroteams;"Zero Team Selection";320x256@55;H
+zeroteamsr;"Zero Team Suicide Revival Kit";320x256@55;H
+zerotime;"Zero Time";256x224@60;V
+zerotimed;"Zero Time (Datamat)";256x224@60;V
+zerotm2k;"Zero Team 2000";320x256@55;H
+zerowing;"Zero Wing (2P set) - Zero Wing (Euro)";320x240@60;H
+zerowing1;"Zero Wing (1P set)";320x240@60;H
+zerowingw;"Zero Wing (2P set, Williams Electronics)";320x240@60;H
+zerozone;"Zero Zone";368x224@60;H
+zigzagb;"Zig Zag (Galaxian hardware, set 1)";256x224@60;V
+zigzagb2;"Zig Zag (Galaxian hardware, set 2)";256x224@60;V
+zin;"Zing Zing Zip";384x240@60;V
+zintrckb;"Zintrick / Oshidashi Zentrix (hack / bootleg)";304x224@59;H
+zintrkcd;"Zintrick / Oshidashi Zentrix (Neo CD conversion)";304x224@59;H
+zipzap;"Zip & Zap";256x224@60;V
+zoar;"Zoar";256x240@60;V
+zodiack;"Zodiack";256x224@60;V
+zombraid;"Zombie Raid (9/28/95, US)";384x240@60;H
+zombraidp;"Zombie Raid (9/28/95, US, prototype PCB)";384x240@60;H
+zombraidpj;"Zombie Raid (9/28/95, Japan, prototype PCB)";384x240@60;H
+zupapa;"Zupapa!";304x224@59;H
+zzyzzyxx;"Zzyzzyxx (set 1)";256x224@60;V
+zzyzzyxx2;"Zzyzzyxx (set 2)";256x224@60;V
diff --git a/opt/retropie/configs/all/autostart.sh b/opt/retropie/configs/all/autostart.sh
new file mode 100755
index 0000000..b7e6f1c
--- /dev/null
+++ b/opt/retropie/configs/all/autostart.sh
@@ -0,0 +1,79 @@
+#!/bin/bash
+
+# script for preparing RetroPieRGB config script
+
+
+
+rgb_config=/home/pi/rgb_config.sh
+rgb_default_config=/home/pi/rgb_default_config.sh
+config=/boot/config.txt
+log=/home/pi/log.txt
+
+rm $log > /dev/null
+# read config.txt and put all config parameters for RetroPieRGB Parameters to
+# rgb_config
+
+
+function pikeyd165_start ()
+{
+ sudo chmod a+rwx /dev/uinput
+ pikeyd165_stop
+ sudo -s pikeyd165 -smi -ndb -d &> /dev/null
+}
+
+function pikeyd165_stop ()
+{
+
+ sudo chmod a+rwx /dev/uinput
+
+ sudo -s pikeyd165 -k &> /dev/null
+ #killall pikeyd165
+}
+
+
+
+function get_params()
+{
+
+ while IFS== read -r param default_value; do
+
+ result=$(grep $param $config)
+
+ if [ -z "$result" ] ; then
+ echo "$param=$default_value" | sudo tee -a $config
+ else
+ # var exists in config.txt
+ echo "variable in config.txt exists" >> $log
+ echo "sync calue in rgb_config" >> $log
+
+ echo $result >> $log
+ value=$(echo $result|cut -d"=" -f2)
+ echo $value >> $log
+ sed -i "s/^$param.*/$param=$value/" $rgb_config
+
+ fi
+
+ done < $rgb_default_config
+}
+
+
+# WIEGAND: Try to remove this part
+# rm $rgb_config
+# cp $rgb_default_config $rgb_config
+
+get_params
+
+chmod +x $rgb_config
+. $rgb_config
+
+
+if [ "$pi2jamma" == "1" ]; then
+ echo "pi2jamma activated" >> $log
+ pikeyd165_start
+else
+ echo "pi2jamma deactivated" >> $log
+ pikeyd165_stop
+fi
+
+
+emulationstation --screenrotate $es_rotate
diff --git a/opt/retropie/configs/all/runcommand-onend.sh b/opt/retropie/configs/all/runcommand-onend.sh
new file mode 100644
index 0000000..6aee22b
--- /dev/null
+++ b/opt/retropie/configs/all/runcommand-onend.sh
@@ -0,0 +1,5 @@
+vcgencmd hdmi_timings 320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1 > /dev/null
+sleep 0.3
+tvservice -e "DMT 87" > /dev/null
+sleep 0.3
+fbset -depth 8 && fbset -depth 16 -xres 320 -yres 240 > /dev/null
diff --git a/opt/retropie/configs/all/runcommand-onstart.sh b/opt/retropie/configs/all/runcommand-onstart.sh
new file mode 100755
index 0000000..e6fc352
--- /dev/null
+++ b/opt/retropie/configs/all/runcommand-onstart.sh
@@ -0,0 +1,102 @@
+#!/usr/bin/env bash
+#title : runcommand-onstart.sh
+#description : This script perform the following
+# Determines if the game being run is a console or an arcade/fba
+# For arcades, it will programatically determine the resolution based on resolution.ini file
+# For consoles, hdmi_timings can be set based on emulator or system
+# Dynamically creates the game_name.zip.cfg file and sets the custom_viewport_height
+# Dynamically add these parameters (video_allow_rotate = "true" and video_rotation = 1) for vertical games
+# vertical.txt contains all the mame 0.184 vertical games
+# Ability to set custom_viewport_width for arcades/fba
+#author : Jochen Zurborg
+#date : 2019-11-19
+#version : 0.1
+#notes : For advance users only and would need to be tweaked
+# to cater to your needs and preference
+# resolution.ini (0.184) file needed http://www.progettosnaps.net/renameset/
+#===============================================================================================================
+
+log=/home/pi/log.txt
+
+dir=($pwd)
+
+
+. /home/pi/rgb_config.sh
+
+# get the system name
+system=$1
+
+# get the emulator name
+emul=$2
+emul_lr=${emul:0:2}
+
+# get the full path filename of the ROM
+rom_fp=$3
+rom_bn=$3
+
+# Game or Rom name
+rom_bn="${rom_bn%.*}"
+rom_bn="${rom_bn##*/}"
+
+path=/opt/retropie/configs/all
+
+
+function prep_res ()
+{
+ cd $path
+ mme4crt $1 $2 $3 $rgb_screen_shift $rgb_screen_width 0 >> $log
+ #cp $dir/game_res.sh $path
+ #cp $dir/retroarch_game.cfg $path
+ chmod +x game_res.sh
+ cp retroarch_game.cfg "$rom_fp"".cfg"
+ cd $dir
+
+}
+
+# Determine if arcade or fba then determine resolution, set hdmi_timings else goto console section
+if [[ "$system" == "arcade" ]] || [[ "$system" == "fba" ]] || [[ "$system" == "mame-libretro" ]] ; then
+ echo "rom $rom_bn" >> $log
+
+ # get resolution of rom
+ rom_resolution=$(grep "$rom_bn;" $path/arcade_res_table.txt | cut -d";" -f3)
+ rom_resolution_width=$(echo $rom_resolution | cut -f1 -d"x")
+ rom_resolution_height=$(echo $rom_resolution | cut -f2 -d"x" | cut -f1 -d"@")
+ rom_resolution_freq=$(echo $rom_resolution | cut -f2 -d"x" | cut -f2 -d"@")
+
+ echo $rom_resolution >> $log
+
+ # Set rom_resolution_height for 480p and 448p roms
+ if [ $rom_resolution_height == "480" ]; then
+ rom_resolution_height="240"
+ elif [ $rom_resolution_height == "448" ]; then
+ rom_resolution_height="224"
+ fi
+
+
+ # Create rom_name.cfg
+ if ! [ -f "$rom_fp"".cfg" ]; then
+ touch "$rom_fp"".cfg"
+ fi
+
+ prep_res $rom_resolution_width $rom_resolution_height $rom_resolution_freq
+
+
+ # determine if vertical
+ if grep -w -q "$rom_bn" /opt/retropie/configs/all/vertical.txt ; then
+ # Add vertical parameters (video_allow_rotate = "true")
+ if ! grep -q "video_allow_rotate" "$rom_fp"".cfg"; then
+ echo -e "video_allow_rotate = \"true\"" >> "$rom_fp"".cfg" 2>&1
+ fi
+ # Add vertical parameters (video_rotation = 1)
+ if ! grep -q "video_rotation" "$rom_fp"".cfg"; then
+ echo -e "video_rotation = \"1\"" >> "$rom_fp"".cfg" 2>&1
+ fi
+ fi
+
+# hier besser eine Standard super res.
+else
+ prep_res 320 224 60
+
+fi
+
+$path/game_res.sh
diff --git a/.project b/.project
new file mode 100644
index 0000000..2b159f2
--- /dev/null
+++ b/.project
@@ -0,0 +1,11 @@
+
+
+ RetroPieRGB
+
+
+
+
+
+
+
+
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..6dc7da9
--- /dev/null
+++ b/README.md
@@ -0,0 +1,26 @@
+RetroPieRGB
+===========
+
+This project contains scripts for enabling 15Khz RGB for your retro gaming setup with retropie.
+
+It needs the hardware addon pi2scart or pi2jamma to output the proper image on a CRT screen.
+
+Please goto http://www.arcadeforge.de and get this awesome gadget.
+
+
+Installation
+============
+
+Download latest retropie and install it as described on retropie wiki.
+Connect Keyboard.
+Activate wiki.
+In emulationstation press F4 to get cmd shell
+
+Type
+
+git clone https://github.com/arcadeforge/RetroPieRGB
+
+cd RetroPieRGB
+
+sudo ./setup.sh
+
diff --git a/boot/config.txt b/boot/config.txt
new file mode 100755
index 0000000..1860f84
--- /dev/null
+++ b/boot/config.txt
@@ -0,0 +1,73 @@
+# For more options and information see
+# http://rpf.io/configtxt
+# Some settings may impact device functionality. See link above for details
+
+# uncomment if you get no picture on HDMI for a default "safe" mode
+#hdmi_safe=1
+
+# uncomment this if your display has a black border of unused pixels visible
+# and your display can output without overscan
+#disable_overscan=1
+
+# uncomment the following to adjust overscan. Use positive numbers if console
+# goes off screen, and negative if there is too much border
+#overscan_left=16
+#overscan_right=16
+#overscan_top=16
+#overscan_bottom=16
+
+# uncomment to force a console size. By default it will be display's size minus
+# overscan.
+#framebuffer_width=1280
+#framebuffer_height=720
+
+# uncomment if hdmi display is not detected and composite is being output
+#hdmi_force_hotplug=1
+
+# uncomment to force a specific HDMI mode (this will force VGA)
+#hdmi_group=1
+#hdmi_mode=1
+
+# uncomment to force a HDMI mode rather than DVI. This can make audio work in
+# DMT (computer monitor) modes
+#hdmi_drive=2
+
+# uncomment to increase signal to HDMI, if you have interference, blanking, or
+# no display
+#config_hdmi_boost=4
+
+# uncomment for composite PAL
+#sdtv_mode=2
+
+#uncomment to overclock the arm. 700 MHz is the default.
+#arm_freq=800
+
+# Uncomment some or all of these to enable the optional hardware interfaces
+#dtparam=i2c_arm=on
+#dtparam=i2s=on
+#dtparam=spi=on
+
+# Uncomment this to enable the lirc-rpi module
+#dtoverlay=lirc-rpi
+
+disable_splash=1
+disable_audio_dither=1
+
+# Settings for pi2scart and pi2jamma
+
+dtoverlay=vga666
+enable_dpi_lcd=1
+display_default_lcd=1
+dpi_group=2
+dpi_mode=87
+
+hdmi_timings=320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+# Additional overlays and parameters are documented /boot/overlays/README
+
+# Enable audio (loads snd_bcm2835)
+dtparam=audio=on
+gpu_mem_256=128
+gpu_mem_512=256
+gpu_mem_1024=256
+overscan_scale=1
diff --git a/boot/config_highres.txt b/boot/config_highres.txt
new file mode 100644
index 0000000..933ae16
--- /dev/null
+++ b/boot/config_highres.txt
@@ -0,0 +1,103 @@
+# For more options and information see
+# http://rpf.io/configtxtreadme
+# Some settings may impact device functionality. See link above for details
+
+# uncomment if you get no picture on HDMI for a default "safe" mode
+#hdmi_safe=1
+disable_splash=1
+
+# uncomment this if your display has a black border of unused pixels visible
+# and your display can output without overscan
+#disable_overscan=1
+
+# uncomment the following to adjust overscan. Use positive numbers if console
+# goes off screen, and negative if there is too much border
+#overscan_left=16
+#overscan_right=16
+#overscan_top=16
+#overscan_bottom=16
+
+# uncomment to force a console size. By default it will be display's size minus
+# overscan.
+#framebuffer_width=1280
+#framebuffer_height=720
+#resolution for 24inch half size 1920 x 1200
+#framebuffer_width=960
+#framebuffer_height=600
+
+# uncomment if hdmi display is not detected and composite is being output
+#hdmi_force_hotplug=1
+
+# uncomment to force a specific HDMI mode (this will force VGA)
+#hdmi_group=1
+#hdmi_mode=1
+
+# uncomment to force a HDMI mode rather than DVI. This can make audio work in
+# DMT (computer monitor) modes
+#hdmi_drive=2
+
+# uncomment to increase signal to HDMI, if you have interference, blanking, or
+# no display
+#config_hdmi_boost=4
+
+# uncomment for composite PAL
+#sdtv_mode=2
+
+#uncomment to overclock the arm. 700 MHz is the default.
+arm_freq=800
+
+# Uncomment some or all of these to enable the optional hardware interfaces
+#dtparam=i2c_arm=on
+#dtparam=i2s=on
+#dtparam=spi=on
+
+# Uncomment this to enable the lirc-rpi module
+#dtoverlay=lirc-rpi
+
+# Additional overlays and parameters are documented /boot/overlays/README
+
+# Enable audio (loads snd_bcm2835)
+dtparam=audio=on
+#gpu_mem=512
+
+
+disable_audio_dither=1
+#audio_pwm_mode=2
+
+## Aufloesung fest einstellen ##
+################################
+##hdmi auch ohne Monitor im Betrieb
+hdmi_force_hotplug=1
+# DMT Modus aktivieren
+hdmi_group=2
+## Aufloesungen alle 60hz
+# 1024x768
+#hdmi_mode=16
+# 1280x768
+#hdmi_mode=23
+# 1366x768
+#hdmi_mode=81
+# 1920x1080
+#hdmi_mode=82
+# 1280x720p
+#hdmi_mode=85
+# 640x480
+hdmi_mode=4
+# 800x600
+#hdmi_mode=9
+# check with tvservice -s for available resolution of our monitor
+
+# oc settings
+gpu_mem=256
+#gpu_mem_256=128
+#gpu_mem_512=256
+#gpu_mem_1024=256
+#arm_freq=1450
+#gpu_freq=500
+#sdram_freq=550
+#over_voltage=8
+#force_turbo=1
+
+
+
+
diff --git a/boot/config_lowres.txt b/boot/config_lowres.txt
new file mode 100644
index 0000000..c993dcc
--- /dev/null
+++ b/boot/config_lowres.txt
@@ -0,0 +1,47 @@
+# See /boot/overlays/README for all available options
+
+disable_splash=1
+disable_audio_dither=1
+#audio_pwm_mode=2
+dtparam=audio=on
+dtoverlay=vga666
+enable_dpi_lcd=1
+display_default_lcd=1
+dpi_group=2
+dpi_mode=87
+#hdmi_timings=320 1 19 43 36 256 1 2 3 22 0 0 0 60 0 6400000 1 #256p
+
+# to move picture left and right on screen subtract and add values from
+# 3rd and 5th value
+# 16+x and 34-x moves x pixel left or right
+#
+#hdmi_timings=320 1 19 43 36 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+# no overscan but blurry
+#hdmi_timings=320 1 19 43 36 224 1 11 14 15 0 0 0 60 0 6400000 1
+
+hdmi_timings=320 1 19 43 36 240 1 2 6 14 0 0 0 60 0 6400000 1
+
+#hdmi_timings=320 1 19 43 36 240 1 2 10 10 0 0 0 60 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 3 6 17 0 0 0 59 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 5 6 20 0 0 0 58 0 6400000 1
+
+# old hdmi_timings from 2.5.2
+#hdmi_timings=320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+
+
+#framebuffer_width=320
+#framebuffer_height=240
+
+# oc settings
+gpu_mem=256
+#gpu_mem_256=128
+#gpu_mem_512=256
+#gpu_mem_1024=256
+#arm_freq=1450
+#gpu_freq=500
+#sdram_freq=550
+#over_voltage=8
+#force_turbo=1
+
diff --git a/config.txt b/config.txt
new file mode 100755
index 0000000..aedd54a
--- /dev/null
+++ b/config.txt
@@ -0,0 +1,50 @@
+# See /boot/overlays/README for all available options
+
+disable_splash=1
+disable_audio_dither=1
+#audio_pwm_mode=2
+dtparam=audio=on
+dtoverlay=vga666
+enable_dpi_lcd=1
+display_default_lcd=1
+dpi_group=2
+dpi_mode=87
+#hdmi_timings=320 1 19 43 36 256 1 2 3 22 0 0 0 60 0 6400000 1 #256p
+
+# to move picture left and right on screen subtract and add values from
+# 3rd and 5th value
+# 16+x and 34-x moves x pixel left or right
+#
+#hdmi_timings=320 1 19 43 36 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+# no overscan but blurry
+#hdmi_timings=320 1 19 43 36 224 1 11 14 15 0 0 0 60 0 6400000 1
+
+hdmi_timings=320 1 19 43 36 240 1 2 6 14 0 0 0 60 0 6400000 1
+
+#hdmi_timings=320 1 19 43 36 240 1 2 10 10 0 0 0 60 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 3 6 17 0 0 0 59 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 5 6 20 0 0 0 58 0 6400000 1
+
+# old hdmi_timings from 2.5.2
+#hdmi_timings=320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+
+
+#framebuffer_width=320
+#framebuffer_height=240
+
+# oc settings
+gpu_mem=256
+#gpu_mem_256=128
+#gpu_mem_512=256
+#gpu_mem_1024=256
+#arm_freq=1450
+#gpu_freq=500
+#sdram_freq=550
+#over_voltage=8
+#force_turbo=1
+
+es_rotate=1
+pi2jamma=0
+mme4crt_shift=30
diff --git a/etc/emulationstation/themes.sh b/etc/emulationstation/themes.sh
new file mode 100755
index 0000000..ea2d7b6
--- /dev/null
+++ b/etc/emulationstation/themes.sh
@@ -0,0 +1,190 @@
+local themes=(
+ 'arcadeforge push-a'
+ 'arcadeforge push-a-v'
+ 'arcadeforge pixel-heaven'
+ 'arcadeforge pixel-heaven-text'
+ 'arcadeforge 240p_Bubblegum'
+ 'arcadeforge 240p-honey'
+ 'RetroPie carbon'
+ 'RetroPie carbon-centered'
+ 'RetroPie carbon-nometa'
+ 'RetroPie simple'
+ 'RetroPie simple-dark'
+ 'RetroPie clean-look'
+ 'RetroPie color-pi'
+ 'RetroPie nbba'
+ 'RetroPie simplified-static-canela'
+ 'RetroPie turtle-pi'
+ 'RetroPie zoid'
+ 'ehettervik pixel'
+ 'ehettervik pixel-metadata'
+ 'ehettervik pixel-tft'
+ 'ehettervik luminous'
+ 'ehettervik minilumi'
+ 'ehettervik workbench'
+ 'AmadhiX eudora'
+ 'AmadhiX eudora-bigshot'
+ 'AmadhiX eudora-concise'
+ 'InsecureSpike retroplay-clean-canela'
+ 'InsecureSpike retroplay-clean-detail-canela'
+ 'Omnija simpler-turtlepi'
+ 'Omnija simpler-turtlemini'
+ 'Omnija metro'
+ 'lilbud material'
+ 'mattrixk io'
+ 'mattrixk metapixel'
+ 'mattrixk spare'
+ 'robertybob space'
+ 'robertybob simplebigart'
+ 'robertybob tv'
+ 'HerbFargus tronkyfran'
+ 'lilbud flat'
+ 'lilbud flat-dark'
+ 'lilbud minimal'
+ 'lilbud switch'
+ 'lilbud angular'
+ 'FlyingTomahawk futura-V'
+ 'FlyingTomahawk futura-dark-V'
+ 'G-rila fundamental'
+ 'ruckage nes-mini'
+ 'ruckage famicom-mini'
+ 'ruckage snes-mini'
+ 'anthonycaccese crt'
+ 'anthonycaccese crt-centered'
+ 'anthonycaccese art-book'
+ 'anthonycaccese art-book-4-3'
+ 'anthonycaccese art-book-pocket'
+ 'anthonycaccese art-book-micro'
+ 'anthonycaccese tft'
+ 'anthonycaccese picade'
+ 'TMNTturtleguy ComicBook'
+ 'TMNTturtleguy ComicBook_4-3'
+ 'TMNTturtleguy ComicBook_SE-Wheelart'
+ 'TMNTturtleguy ComicBook_4-3_SE-Wheelart'
+ 'ChoccyHobNob cygnus'
+ 'dmmarti steampunk'
+ 'dmmarti hurstyblue'
+ 'dmmarti maximuspie'
+ 'dmmarti showcase'
+ 'dmmarti kidz'
+ 'dmmarti unified'
+ 'dmmarti gamehat'
+ 'rxbrad freeplay'
+ 'rxbrad gbz35'
+ 'rxbrad gbz35-dark'
+ 'garaine marioblue'
+ 'garaine bigwood'
+ 'MrTomixf Royal_Primicia'
+ 'lostless playstation'
+ 'mrharias superdisplay'
+ 'coinjunkie synthwave'
+ 'nickearl retrowave'
+ 'nickearl retrowave_4_3'
+ 'pacdude minijawn'
+ 'RetroHursty69 magazinemadness'
+ 'RetroHursty69 stirling'
+ 'RetroHursty69 boxalloyred'
+ 'RetroHursty69 boxalloyblue'
+ 'RetroHursty69 greenilicious'
+ 'RetroHursty69 retroroid'
+ 'RetroHursty69 merryxmas'
+ 'RetroHursty69 cardcrazy'
+ 'RetroHursty69 license2game'
+ 'RetroHursty69 comiccrazy'
+ 'RetroHursty69 snazzy'
+ 'RetroHursty69 tributeGoT'
+ 'RetroHursty69 tributeSTrek'
+ 'RetroHursty69 tributeSWars'
+ 'RetroHursty69 crisp'
+ 'RetroHursty69 crisp_light'
+ 'RetroHursty69 primo'
+ 'RetroHursty69 primo_light'
+ 'RetroHursty69 back2basics'
+ 'RetroHursty69 retrogamenews'
+ 'RetroHursty69 bluray'
+ 'RetroHursty69 soda'
+ 'RetroHursty69 lightswitch'
+ 'RetroHursty69 darkswitch'
+ 'RetroHursty69 whiteslide'
+ 'RetroHursty69 graffiti'
+ 'RetroHursty69 whitewood'
+ 'RetroHursty69 sublime'
+ 'RetroHursty69 infinity'
+ 'RetroHursty69 neogeo_only'
+ 'RetroHursty69 boxcity'
+ 'RetroHursty69 vertical_arcade'
+ 'RetroHursty69 cabsnazzy'
+ 'RetroHursty69 garfieldism'
+ 'RetroHursty69 halloweenspecial'
+ 'RetroHursty69 heychromey'
+ 'RetroHursty69 homerism'
+ 'RetroHursty69 spaceinvaders'
+ 'RetroHursty69 disenchantment'
+ 'RetroHursty69 minions'
+ 'RetroHursty69 tmnt'
+ 'RetroHursty69 pacman'
+ 'RetroHursty69 dragonballz'
+ 'RetroHursty69 minecraft'
+ 'RetroHursty69 incredibles'
+ 'RetroHursty69 mario_melee'
+ 'RetroHursty69 evilresident'
+ 'RetroHursty69 hurstyspin'
+ 'RetroHursty69 cyber'
+ 'RetroHursty69 supersweet'
+ 'RetroHursty69 donkeykonkey'
+ 'RetroHursty69 snapback'
+ 'RetroHursty69 heman'
+ 'RetroHursty69 pitube'
+ 'RetroHursty69 batmanburton'
+ 'RetroHursty69 NegativeColor'
+ 'RetroHursty69 NegativeSepia'
+ 'RetroHursty69 corg'
+ 'RetroHursty69 mysticorb'
+ 'RetroHursty69 joysticks'
+ 'RetroHursty69 orbpilot'
+ 'RetroHursty69 bitfit'
+ 'RetroHursty69 circuit'
+ 'RetroHursty69 retroboy'
+ 'RetroHursty69 retroboy2'
+ 'RetroHursty69 hurstybluetake2'
+ 'RetroHursty69 fabuloso'
+ 'RetroHursty69 arcade1up_aspectratio54'
+ 'RetroHursty69 supersweet_aspectratio54'
+ 'RetroHursty69 heychromey_aspectratio54'
+ 'RetroHursty69 mariobrosiii'
+ 'RetroHursty69 vertical_limit_verticaltheme'
+ 'RetroHursty69 CapcomColorHorizontal'
+ 'RetroHursty69 CapcomColorSpin'
+ 'RetroHursty69 CapcomColorVertical'
+ 'RetroHursty69 bluesteel'
+ 'RetroHursty69 blueprism'
+ 'RetroHursty69 bluesmooth'
+ 'RetroHursty69 floyd'
+ 'RetroHursty69 floyd_arcade'
+ 'RetroHursty69 floyd_room'
+ 'RetroHursty69 Slick_Bluey'
+ 'RetroHursty69 Slick_Red'
+ 'RetroHursty69 ghostbusters'
+ 'RetroHursty69 realghostbusters'
+ 'RetroHursty69 stirlingness'
+ 'RetroHursty69 marco'
+ 'RetroHursty69 swatch'
+ 'RetroHursty69 meshy'
+ 'RetroHursty69 magazinemadness2'
+ 'RetroHursty69 CosmicRise'
+ 'RetroHursty69 uniflyered'
+ 'Saracade scv720'
+ 'chicueloarcade Chicuelo'
+ 'SuperMagicom nostalgic'
+ 'lipebello retrorama'
+ 'lipebello strangerstuff'
+ 'lipebello spaceoddity'
+ 'lipebello swineapple'
+ 'waweedman pii-wii'
+ 'waweedman Blade-360'
+ 'waweedman Venom'
+ 'waweedman Spider-Man'
+ 'blowfinger77 locomotion'
+ 'justincaseurskynet Arcade1up-5x4-Horizontal'
+ 'KALEL1981 Super-Retroboy'
+ )
diff --git a/etc/pikeyd165.conf b/etc/pikeyd165.conf
new file mode 100644
index 0000000..66d4c6f
--- /dev/null
+++ b/etc/pikeyd165.conf
@@ -0,0 +1,93 @@
+#pikeyd165.conf
+
+#format:
+# {keycode from /usr/include/linux/input.h} {GPIO pin no}
+# Not limited to a single key. A GPIO press will emit all defined keys in order.
+#P = Player; B = Button
+
+# P1B3 L
+KEY_SPACE 0
+# P1B4 B
+KEY_LEFTSHIFT 1
+# P1B5 A
+KEY_Z 2
+# P1B6 R
+KEY_X 3
+# P2B5
+KEY_I 4
+# P2B6
+KEY_K 5
+# P2B4
+KEY_W 6
+# P2B3
+KEY_Q 7
+# P1Left
+KEY_LEFT 8
+# P1Right
+KEY_RIGHT 9
+# P1B1 Y
+#KEY_LEFTCTRL 10
+KEY_ENTER 10
+# P1B2 X
+#KEY_LEFTALT 11
+KEY_BACKSPACE 11
+# P2B2
+KEY_S 12
+# P2B1
+KEY_A 13
+# P2Right
+KEY_G 14
+# P2Left
+KEY_D 15
+# P1Coin
+KEY_5 16
+# P1Start
+KEY_1 17
+# P1Up
+KEY_UP 18
+# P1Down
+KEY_DOWN 19
+# P2Down
+KEY_F 20
+# P2Up
+KEY_R 21
+# P2Start
+KEY_2 22
+# P2Coin
+KEY_6 23
+
+
+#special keys! bits pressed simultaniousley result in specified Key
+#maximum bits == 4
+
+# Service Menu retroarch
+# p1b2 p1start
+KEY_F1 17 11
+
+# Service Menu AdvMame, Mame4all
+# p2start p1b2 p1start
+#KEY_F2 22 11 17
+
+# Settings Mame4all
+# p2start p1b3 p1start
+#KEY_TAB 22 0 17
+
+# Quit Emulator / Game
+# p1start p1b1
+KEY_ESC 10 17
+
+# Coin Player 2
+# p1up p2start
+KEY_6 18 22
+# p2up p2start
+KEY_6 21 22
+
+# Coin Player 1
+# p1up p1start
+KEY_5 18 17
+
+# Menu C64, filter advmame
+# p2start p1b4 p1start
+#KEY_F12 22 1 17
+
+
diff --git a/home/pi/RetroPie-Setup/scriptmodules/supplementary/esthemes.sh b/home/pi/RetroPie-Setup/scriptmodules/supplementary/esthemes.sh
new file mode 100644
index 0000000..c065848
--- /dev/null
+++ b/home/pi/RetroPie-Setup/scriptmodules/supplementary/esthemes.sh
@@ -0,0 +1,337 @@
+#!/usr/bin/env bash
+
+# This file is part of The RetroPie Project
+#
+# The RetroPie Project is the legal property of its developers, whose names are
+# too numerous to list here. Please refer to the COPYRIGHT.md file distributed with this source.
+#
+# See the LICENSE.md file at the top-level directory of this distribution and
+# at https://raw.githubusercontent.com/RetroPie/RetroPie-Setup/master/LICENSE.md
+#
+
+rp_module_id="esthemes"
+rp_module_desc="Install themes for Emulation Station"
+rp_module_section="config"
+
+function depends_esthemes() {
+ if isPlatform "x11"; then
+ getDepends feh
+ else
+ getDepends fbi
+ fi
+}
+
+function install_theme_esthemes() {
+ local theme="$1"
+ local repo="$2"
+ if [[ -z "$repo" ]]; then
+ repo="RetroPie"
+ fi
+ if [[ -z "$theme" ]]; then
+ theme="carbon"
+ repo="RetroPie"
+ fi
+ mkdir -p "/etc/emulationstation/themes"
+ gitPullOrClone "/etc/emulationstation/themes/$theme" "https://github.com/$repo/es-theme-$theme.git"
+}
+
+function uninstall_theme_esthemes() {
+ local theme="$1"
+ if [[ -d "/etc/emulationstation/themes/$theme" ]]; then
+ rm -rf "/etc/emulationstation/themes/$theme"
+ fi
+}
+
+function gui_esthemes() {
+
+# . /etc/emulationstation/themes.sh
+
+local themes=(
+ 'arcadeforge push-a'
+ 'arcadeforge push-a-v'
+ 'arcadeforge pixel-heaven'
+ 'arcadeforge pixel-heaven-text'
+ 'arcadeforge 240p_Bubblegum'
+ 'arcadeforge 240p-honey'
+ 'xovox RetroCRT-240p'
+ 'xovox RetroCRT-240p-Vertical'
+ 'RetroPie carbon'
+ 'RetroPie carbon-centered'
+ 'RetroPie carbon-nometa'
+ 'RetroPie simple'
+ 'RetroPie simple-dark'
+ 'RetroPie clean-look'
+ 'RetroPie color-pi'
+ 'RetroPie nbba'
+ 'RetroPie simplified-static-canela'
+ 'RetroPie turtle-pi'
+ 'RetroPie zoid'
+ 'ehettervik pixel'
+ 'ehettervik pixel-metadata'
+ 'ehettervik pixel-tft'
+ 'ehettervik luminous'
+ 'ehettervik minilumi'
+ 'ehettervik workbench'
+ 'AmadhiX eudora'
+ 'AmadhiX eudora-bigshot'
+ 'AmadhiX eudora-concise'
+ 'InsecureSpike retroplay-clean-canela'
+ 'InsecureSpike retroplay-clean-detail-canela'
+ 'Omnija simpler-turtlepi'
+ 'Omnija simpler-turtlemini'
+ 'Omnija metro'
+ 'lilbud material'
+ 'mattrixk io'
+ 'mattrixk metapixel'
+ 'mattrixk spare'
+ 'robertybob space'
+ 'robertybob simplebigart'
+ 'robertybob tv'
+ 'HerbFargus tronkyfran'
+ 'lilbud flat'
+ 'lilbud flat-dark'
+ 'lilbud minimal'
+ 'lilbud switch'
+ 'lilbud angular'
+ 'FlyingTomahawk futura-V'
+ 'FlyingTomahawk futura-dark-V'
+ 'G-rila fundamental'
+ 'ruckage nes-mini'
+ 'ruckage famicom-mini'
+ 'ruckage snes-mini'
+ 'anthonycaccese crt'
+ 'anthonycaccese crt-centered'
+ 'anthonycaccese art-book'
+ 'anthonycaccese art-book-4-3'
+ 'anthonycaccese art-book-pocket'
+ 'anthonycaccese art-book-micro'
+ 'anthonycaccese tft'
+ 'anthonycaccese picade'
+ 'TMNTturtleguy ComicBook'
+ 'TMNTturtleguy ComicBook_4-3'
+ 'TMNTturtleguy ComicBook_SE-Wheelart'
+ 'TMNTturtleguy ComicBook_4-3_SE-Wheelart'
+ 'ChoccyHobNob cygnus'
+ 'dmmarti steampunk'
+ 'dmmarti hurstyblue'
+ 'dmmarti maximuspie'
+ 'dmmarti showcase'
+ 'dmmarti kidz'
+ 'dmmarti unified'
+ 'dmmarti gamehat'
+ 'rxbrad freeplay'
+ 'rxbrad gbz35'
+ 'rxbrad gbz35-dark'
+ 'garaine marioblue'
+ 'garaine bigwood'
+ 'MrTomixf Royal_Primicia'
+ 'lostless playstation'
+ 'mrharias superdisplay'
+ 'coinjunkie synthwave'
+ 'nickearl retrowave'
+ 'nickearl retrowave_4_3'
+ 'pacdude minijawn'
+ 'RetroHursty69 magazinemadness'
+ 'RetroHursty69 stirling'
+ 'RetroHursty69 boxalloyred'
+ 'RetroHursty69 boxalloyblue'
+ 'RetroHursty69 greenilicious'
+ 'RetroHursty69 retroroid'
+ 'RetroHursty69 merryxmas'
+ 'RetroHursty69 cardcrazy'
+ 'RetroHursty69 license2game'
+ 'RetroHursty69 comiccrazy'
+ 'RetroHursty69 snazzy'
+ 'RetroHursty69 tributeGoT'
+ 'RetroHursty69 tributeSTrek'
+ 'RetroHursty69 tributeSWars'
+ 'RetroHursty69 crisp'
+ 'RetroHursty69 crisp_light'
+ 'RetroHursty69 primo'
+ 'RetroHursty69 primo_light'
+ 'RetroHursty69 back2basics'
+ 'RetroHursty69 retrogamenews'
+ 'RetroHursty69 bluray'
+ 'RetroHursty69 soda'
+ 'RetroHursty69 lightswitch'
+ 'RetroHursty69 darkswitch'
+ 'RetroHursty69 whiteslide'
+ 'RetroHursty69 graffiti'
+ 'RetroHursty69 whitewood'
+ 'RetroHursty69 sublime'
+ 'RetroHursty69 infinity'
+ 'RetroHursty69 neogeo_only'
+ 'RetroHursty69 boxcity'
+ 'RetroHursty69 vertical_arcade'
+ 'RetroHursty69 cabsnazzy'
+ 'RetroHursty69 garfieldism'
+ 'RetroHursty69 halloweenspecial'
+ 'RetroHursty69 heychromey'
+ 'RetroHursty69 homerism'
+ 'RetroHursty69 spaceinvaders'
+ 'RetroHursty69 disenchantment'
+ 'RetroHursty69 minions'
+ 'RetroHursty69 tmnt'
+ 'RetroHursty69 pacman'
+ 'RetroHursty69 dragonballz'
+ 'RetroHursty69 minecraft'
+ 'RetroHursty69 incredibles'
+ 'RetroHursty69 mario_melee'
+ 'RetroHursty69 evilresident'
+ 'RetroHursty69 hurstyspin'
+ 'RetroHursty69 cyber'
+ 'RetroHursty69 supersweet'
+ 'RetroHursty69 donkeykonkey'
+ 'RetroHursty69 snapback'
+ 'RetroHursty69 heman'
+ 'RetroHursty69 pitube'
+ 'RetroHursty69 batmanburton'
+ 'RetroHursty69 NegativeColor'
+ 'RetroHursty69 NegativeSepia'
+ 'RetroHursty69 corg'
+ 'RetroHursty69 mysticorb'
+ 'RetroHursty69 joysticks'
+ 'RetroHursty69 orbpilot'
+ 'RetroHursty69 bitfit'
+ 'RetroHursty69 circuit'
+ 'RetroHursty69 retroboy'
+ 'RetroHursty69 retroboy2'
+ 'RetroHursty69 hurstybluetake2'
+ 'RetroHursty69 fabuloso'
+ 'RetroHursty69 arcade1up_aspectratio54'
+ 'RetroHursty69 supersweet_aspectratio54'
+ 'RetroHursty69 heychromey_aspectratio54'
+ 'RetroHursty69 mariobrosiii'
+ 'RetroHursty69 vertical_limit_verticaltheme'
+ 'RetroHursty69 CapcomColorHorizontal'
+ 'RetroHursty69 CapcomColorSpin'
+ 'RetroHursty69 CapcomColorVertical'
+ 'RetroHursty69 bluesteel'
+ 'RetroHursty69 blueprism'
+ 'RetroHursty69 bluesmooth'
+ 'RetroHursty69 floyd'
+ 'RetroHursty69 floyd_arcade'
+ 'RetroHursty69 floyd_room'
+ 'RetroHursty69 Slick_Bluey'
+ 'RetroHursty69 Slick_Red'
+ 'RetroHursty69 ghostbusters'
+ 'RetroHursty69 realghostbusters'
+ 'RetroHursty69 stirlingness'
+ 'RetroHursty69 marco'
+ 'RetroHursty69 swatch'
+ 'RetroHursty69 meshy'
+ 'RetroHursty69 magazinemadness2'
+ 'RetroHursty69 CosmicRise'
+ 'RetroHursty69 uniflyered'
+ 'Saracade scv720'
+ 'chicueloarcade Chicuelo'
+ 'SuperMagicom nostalgic'
+ 'lipebello retrorama'
+ 'lipebello strangerstuff'
+ 'lipebello spaceoddity'
+ 'lipebello swineapple'
+ 'waweedman pii-wii'
+ 'waweedman Blade-360'
+ 'waweedman Venom'
+ 'waweedman Spider-Man'
+ 'blowfinger77 locomotion'
+ 'justincaseurskynet Arcade1up-5x4-Horizontal'
+ 'KALEL1981 Super-Retroboy'
+ )
+
+
+ while true; do
+ local theme
+ local installed_themes=()
+ local repo
+ local options=()
+ local status=()
+ local default
+
+ local gallerydir="/etc/emulationstation/es-theme-gallery"
+ if [[ -d "$gallerydir" ]]; then
+ status+=("i")
+ options+=(G "View or Update Theme Gallery")
+ else
+ status+=("n")
+ options+=(G "Download Theme Gallery")
+ fi
+
+ options+=(U "Update all installed themes")
+
+ local i=1
+ for theme in "${themes[@]}"; do
+ theme=($theme)
+ repo="${theme[0]}"
+ theme="${theme[1]}"
+ if [[ -d "/etc/emulationstation/themes/$theme" ]]; then
+ status+=("i")
+ options+=("$i" "Update or Uninstall $repo/$theme (installed)")
+ installed_themes+=("$theme $repo")
+ else
+ status+=("n")
+ options+=("$i" "Install $repo/$theme")
+ fi
+ ((i++))
+ done
+ local cmd=(dialog --default-item "$default" --backtitle "$__backtitle" --menu "Choose an option" 22 76 16)
+ local choice=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
+ default="$choice"
+ [[ -z "$choice" ]] && break
+ case "$choice" in
+ G)
+ if [[ "${status[0]}" == "i" ]]; then
+ options=(1 "View Theme Gallery" 2 "Update Theme Gallery" 3 "Remove Theme Gallery")
+ cmd=(dialog --backtitle "$__backtitle" --menu "Choose an option for gallery" 12 40 06)
+ local choice=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
+ case "$choice" in
+ 1)
+ cd "$gallerydir"
+ if isPlatform "x11"; then
+ feh --info "echo %f" --slideshow-delay 6 --fullscreen --auto-zoom --filelist images.list
+ else
+ fbi --timeout 6 --once --autozoom --list images.list
+ fi
+ ;;
+ 2)
+ gitPullOrClone "$gallerydir" "https://github.com/wetriner/es-theme-gallery"
+ ;;
+ 3)
+ if [[ -d "$gallerydir" ]]; then
+ rm -rf "$gallerydir"
+ fi
+ ;;
+ esac
+ else
+ gitPullOrClone "$gallerydir" "http://github.com/wetriner/es-theme-gallery"
+ fi
+ ;;
+ U)
+ for theme in "${installed_themes[@]}"; do
+ theme=($theme)
+ rp_callModule esthemes install_theme "${theme[0]}" "${theme[1]}"
+ done
+ ;;
+ *)
+ theme=(${themes[choice-1]})
+ repo="${theme[0]}"
+ theme="${theme[1]}"
+ if [[ "${status[choice]}" == "i" ]]; then
+ options=(1 "Update $repo/$theme" 2 "Uninstall $repo/$theme")
+ cmd=(dialog --backtitle "$__backtitle" --menu "Choose an option for theme" 12 40 06)
+ local choice=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
+ case "$choice" in
+ 1)
+ rp_callModule esthemes install_theme "$theme" "$repo"
+ ;;
+ 2)
+ rp_callModule esthemes uninstall_theme "$theme"
+ ;;
+ esac
+ else
+ rp_callModule esthemes install_theme "$theme" "$repo"
+ fi
+ ;;
+ esac
+ done
+}
diff --git a/home/pi/RetroPie/retropiemenu/Update RetroPieRGB.sh b/home/pi/RetroPie/retropiemenu/Update RetroPieRGB.sh
new file mode 100755
index 0000000..4246659
--- /dev/null
+++ b/home/pi/RetroPie/retropiemenu/Update RetroPieRGB.sh
@@ -0,0 +1,6 @@
+dir=$(pwd)
+cd /home/pi/RetroPieRGB
+sudo -s git pull origin master
+chmod +x patch.sh
+./patch.sh
+cd $dir
diff --git a/home/pi/RetroPie/retropiemenu/rotate screen.sh b/home/pi/RetroPie/retropiemenu/rotate screen.sh
new file mode 100755
index 0000000..64100ed
--- /dev/null
+++ b/home/pi/RetroPie/retropiemenu/rotate screen.sh
@@ -0,0 +1,33 @@
+#####
+# this scripts rotates screen for emulationstation
+# Author Jochen Zurborg
+# Date : 06.11.2019
+#
+# This script is made for hardware pi2scart and pi2jamma from www.arcadeforge.de
+
+setterm -foreground black -store
+
+killall emulationstation > /dev/null 2>&1
+clear
+
+sleep 1
+
+# params was already fetched
+. /home/pi/rgb_config.sh
+
+
+new_rotate=$(( $es_rotate + 1 ))
+if [ $new_rotate -eq 4 ] ; then
+ new_rotate=0
+fi
+
+#echo "starting emulationstation with rotate $new_rotate"
+#sleep 1
+sudo sed -i "s/^es_rotate.*/es_rotate=$new_rotate/" /boot/config.txt
+
+sed -i "s/^es_rotate.*/es_rotate=$new_rotate/" /home/pi/rgb_config.sh
+
+setterm -foreground white -store
+
+emulationstation --screenrotate $new_rotate
+
diff --git a/home/pi/rgb_default_config.sh b/home/pi/rgb_default_config.sh
new file mode 100644
index 0000000..fa11f33
--- /dev/null
+++ b/home/pi/rgb_default_config.sh
@@ -0,0 +1,4 @@
+es_rotate=0
+pi2jamma=0
+rgb_screen_shift=-15
+rgb_screen_width=2
diff --git a/howto_git.txt b/howto_git.txt
new file mode 100644
index 0000000..eb9e571
--- /dev/null
+++ b/howto_git.txt
@@ -0,0 +1,42 @@
+Author : Jochen Zurborg
+Date : 04.11.2019
+
+Find here a quick tutorial how to use git for our little project.
+
+Downloading this repository
+===========================
+
+git clone https://github.com/arcadeforge/runcommand
+
+Enabling your account
+=====================
+
+git config --global user.name "yourname"
+git config --global user.email "youremail"
+
+
+What happened since my last changes?
+====================================
+
+git status
+
+Adding edited files to your local repository
+============================================
+
+- easy way
+git add .
+
+- file specific
+git add yourfilename
+
+Commit changes to repository
+============================
+
+git commit -m"What you did"
+
+Uploading changes to github.com
+===============================
+
+git push
+
+
diff --git a/opt/retropie/configs/all/arcade_res_table.txt b/opt/retropie/configs/all/arcade_res_table.txt
new file mode 100644
index 0000000..0666ae7
--- /dev/null
+++ b/opt/retropie/configs/all/arcade_res_table.txt
@@ -0,0 +1,4840 @@
+1941;"1941 - Counter Attack - 1941 - Counter Attack (900227 World)";384x224@60;V
+1941j;"1941 - Counter Attack (Japan)";384x224@60;V
+1941r1;"1941 - Counter Attack (World)";384x224@60;V
+1941u;"1941 - Counter Attack (900227 USA)";384x224@60;V
+1942;"1942 (Jpn) - 1942 (Revision B)";256x224@60;V
+1942a;"1942 (Jpn, Alt) - 1942 (Revision A)";256x224@60;V
+1942abl;"1942 (Revision A, bootleg)";256x224@60;V
+1942b;"1942 (First Version)";256x224@60;V
+1942c64;"1942 (C64 Music)";256x224@60;V
+1942h;"Supercharger 1942";256x224@60;V
+1942w;"1942 (Williams Electronics license)";256x224@60;V
+1943;"1943: The Battle of Midway (Euro)";256x224@60;V
+1943b;"1943: The Battle of Midway (bootleg set 1, hack of Jap";256x224@60;V
+1943b2;"1943: The Battle of Midway (bootleg set 2, hack of Jap";256x224@60;V
+1943bj;"1943: Midway Kaisen (bootleg)";256x224@60;V
+1943j;"1943: Midway Kaisen (Japan, Rev B)";256x224@60;V
+1943ja;"1943: Midway Kaisen (Japan)";256x224@60;V
+1943ja2;"1943: The Battle of Midway (hack of Japan set)";256x224@60;V
+1943kai;"1943 Kai - 1943 Kai: Midway Kaisen (Japan)";256x224@60;V
+1943mii;"1943: The Battle of Midway Mark II (US)";256x224@60;V
+1943u;"1943: The Battle of Midway (US, Rev C)";256x224@60;V
+1943ua;"1943: The Battle of Midway (US)";256x224@60;V
+1944;"1944 - the loop master (000620 USA)";384x224@60;H
+1944ad;"1944 - the loop master (000620 USA Phoenix Edition, al";384x224@60;H
+1944d;"1944 - the loop master (000620 USA Phoenix Edition)";384x224@60;H
+1944j;"1944 - the loop master (000620 Japan)";384x224@60;H
+1945kiii;"1945k III (newer, OPCX2 PCB)";320x224@60;V
+1945kiiin;"1945k III (newer, OPCX1 PCB)";320x224@60;V
+1945kiiio;"1945k III (older, OPCX1 PCB)";320x224@60;V
+19xx;"19XX - the war against destiny (951207 USA)";384x224@60;V
+19xxa;"19XX - the war against destiny (960104 Asia)";384x224@60;V
+19xxar1;"19XX - the war against destiny (951207 Asia)";384x224@60;V
+19xxb;"19XX - the war against destiny (951218 Brazil)";384x224@60;V
+19xxd;"19XX - the war against destiny (951207 USA Phoenix Edi";384x224@60;V
+19xxh;"19XX - the war against destiny (951218 Hispanic)";384x224@60;V
+19xxj;"19XX - the war against destiny (960104 Japan, yellow c";384x224@60;V
+19xxjr1;"19XX - the war against destiny (951225 Japan)";384x224@60;V
+19xxjr2;"19XX - the war against destiny (951207 Japan)";384x224@60;V
+2020bb;"2020 Super Baseball (set 1) - Super Baseball 2020 (Euro, USA)";304x224@59;H
+2020bba;"2020 Super Baseball (set 2)";304x224@59;H
+2020bbh;"2020 Super Baseball (set 3)";304x224@59;H
+3countb;"3 Count Bout / Fire Suplex (NGM-043)(NGH-043)";320x224@59;H
+3countba;"3 Count Bout / Fire Suplex (NGM-043)";320x224@59;H
+3in1semi;"XESS - The New Revolution (SemiCom 3-in-1)";256x224@58;H
+3kokushi;"Sankokushi (Japan)";320x240@60;H
+3wonders;"Three Wonders (wonder 3 910520 etc)";384x224@60;H
+3wondersb;"Three Wonders (bootleg set 2, wonder 3 910520 etc)";384x224@60;H
+3wondersh;"Three Wonders (bootleg set 1, wonder 3 910520 etc)";384x224@60;H
+3wondersha;"Three Wonders (bootleg set 3, wonder 3 910520 etc)";384x224@60;H
+3wondersr1;"Three Wonders (wonder 3 910513 etc)";384x224@60;H
+3wondersu;"Three Wonders (wonder 3 910520 USA)";384x224@60;H
+4dwarrio;"4-D Warriors (315-5162)";256x224@60;H
+4enraya;"4 En Raya (set 1)";256x224@60;H
+4enrayaa;"4 En Raya (set 2)";256x224@60;H
+4in1;"4 Fun in 1 - Sega Game Pack 4 in 1 (Euro)";256x224@60;V
+4in1boot;"Puzzle King";256x224@58;H
+4play;"4 player input test";304x224@59;H
+600;"600";256x224@60;V
+64street;"64th. Street - A Detective Story (World)";256x224@60;H
+64streetj;"64th. Street - A Detective Story (Japan, set 1)";256x224@60;H
+64streetja;"64th. Street - A Detective Story (Japan, alt)";256x224@60;H
+720;"720° (Atari System 2)";512x384@60;H
+7ordi;"7 Ordi (Korea)";320x240@60;H
+7toitsu;"Chi-Toitsu";384x240@60;H
+800fath;"800 Fathoms";256x224@60;V
+88games;"'88 Games";304x224@60;H
+8bpm;"Eight Ball Action (Pac-Man conversion)";256x224@60;V
+99lstwar;"'99: The Last War";288x224@60;V
+99lstwara;"'99: The Last War (alternate)";288x224@60;V
+99lstwark;"'99: The Last War (Kyugo)";288x224@60;V
+abcop;"A.B. Cop (World, FD1094 317-0169b)";320x224@60;H
+abcopd;"A.B. Cop (World, FD1094 317-0169b decrypted)";320x224@60;H
+abcopj;"A.B. Cop (Japan, FD1094 317-0169b)";320x224@60;H
+abcopjd;"A.B. Cop (Japan, FD1094 317-0169b decrypted)";320x224@60;H
+abscam;"Abscam";288x224@60;V
+aburner;"After Burner - After Burner (World)";320x224@60;H
+aburner2;"After Burner II - After Burner II - After Burner II (Euro, USA)";320x224@60;H
+aburner2g;"After Burner II (German)";320x224@60;H
+aceattac;"Ace Attacker (FD1094 317-0059)";320x224@60;V
+aceattaca;"Ace Attacker (Japan, System 16A, FD1094 317-0060)";320x224@60;V
+acitya;"Atlantic City Action";288x224@60;V
+acrobatm;"Acrobat Mission";256x224@56;V
+actfancr;"Act-Fancer Cybernetick Hyper Weapon (World revision 2)";256x240@60;H
+actfancr1;"Act-Fancer Cybernetick Hyper Weapon (World revision 1)";256x240@60;H
+actfancrj;"Act-Fancer Cybernetick Hyper Weapon (Japan revision 1)";256x240@60;H
+ad2083;"A.D. 2083";256x224@60;V
+aeroboto;"Aeroboto";248x224@60;H
+aerofgt;"Aero Fighters";320x224@60;V
+aerofgtb;"Aero Fighters (Turbo Force hardware set 1)";320x224@60;V
+aerofgtc;"Aero Fighters (Turbo Force hardware set 2)";320x224@60;V
+afighter;"Action Fighter, FD1089A 317-0018";320x224@60;V
+agallet;"Air Gallet (Europe)";320x240@58;V
+agalleta;"Air Gallet (older, Europe)";320x240@58;V
+agalletah;"Air Gallet (older, Hong Kong)";320x240@58;V
+agalletaj;"Akuu Gallet (older, Japan)";320x240@58;V
+agalletak;"Air Gallet (older, Korea)";320x240@58;V
+agalletat;"Air Gallet (older, Taiwan)";320x240@58;V
+agalletau;"Air Gallet (older, USA)";320x240@58;V
+agalleth;"Air Gallet (Hong Kong)";320x240@58;V
+agalletj;"Akuu Gallet (Japan)";320x240@58;V
+agalletk;"Air Gallet (Korea)";320x240@58;V
+agallett;"Air Gallet (Taiwan)";320x240@58;V
+agalletu;"Air Gallet (USA)";320x240@58;V
+agentx1;"Agent X (prototype, rev 1)";256x232@60;H
+agentx2;"Agent X (prototype, rev 2)";256x232@60;H
+agentx3;"Agent X (prototype, rev 3)";256x232@60;H
+agentx4;"Agent X (prototype, rev 4)";256x232@60;H
+agress;"Agress";320x240@58;H
+agressb;"Agress (English bootleg)";320x240@58;H
+airass;"Air Assault (World)";320x240@60;V
+airattck;"Air Attack (set 1)";256x224@56;V
+airattcka;"Air Attack (set 2)";256x224@56;V
+airbustr;"Air Buster: Trouble Specialty Raid Unit (USA) - Air Buster: Trouble Specialty Raid Unit (World)";256x224@60;H
+airbustrb;"Air Buster: Trouble Specialty Raid Unit (bootleg)";256x224@60;H
+airbustrj;"Air Buster: Trouble Specialty Raid Unit (Japan)";256x224@60;H
+airduel;"Air Duel (World, M82-A-A + M82-B-A)";384x256@55;V
+airduelm72;"Air Duel (Japan, M72)";384x256@55;V
+airwolf;"Airwolf";288x224@60;H
+airwolfa;"Airwolf (US)";288x224@60;H
+ajax;"Ajax";304x224@60;V
+ajaxj;"Ajax (Japan)";304x224@60;V
+akkanvdr;"Akkanbeder (Ver 2.5J 1995/06/14)";320x224@60;V
+akumajou;"Akuma-Jou Dracula (Japan ver. P)";256x224@60;H
+akumajoun;"Akuma-Jou Dracula (Japan ver. N)";256x224@60;H
+alcon;"Alcon (US) - Falcon - Falcon (bootleg of Phoenix) (8085A CPU)";280x240@60;V
+alexkidd;"Alex Kidd in Miracle World (Euro, USA, v1) - Alex Kidd in Miracle World (Tw, SMS Mode) - Alex Kidd in the Enchanted Castle (Euro, Rev. A) - Alex Kidd: The Lost Stars (set 2, unprotected)";320x224@60;H
+alexkidd1;"Alex Kidd in Miracle World (Euro, USA, v0) - Alex Kidd in the Enchanted Castle (Euro) - Alex Kidd: The Lost Stars (set 1, FD1089A 317-unknown)";320x224@60;H
+alibaba;"Ali Baba and 40 Thieves - Alibaba and 40 Thieves (Jpn) - Alibaba and 40 Thieves (Kor)";288x224@60;V
+alibabab;"Alibaba and 40 Thieves (Jpn, Alt 2) - Mustafa and 40 Thieves (bootleg)";288x224@60;V
+aliencha;"Alien Challenge (World)";448x224@60;H
+alienchac;"Alien Challenge (China)";448x224@60;H
+aliens;"Aliens (World set 1) - Aliens - Alien 2 (Jpn)";288x224@60;H
+aliens2;"Aliens (World set 2)";288x224@60;H
+aliens3;"Aliens (World set 3)";288x224@60;H
+aliensa;"Aliens (Asia) - Aliens - Alien 2 (Jpn, Alt)";288x224@60;H
+aliensec;"Alien Sector";288x224@60;H
+aliensj;"Aliens (Japan set 1)";288x224@60;H
+aliensj2;"Aliens (Japan set 2)";288x224@60;H
+aliensu;"Aliens (US)";288x224@60;H
+aliensyn;"Alien Syndrome (Euro, USA) - Alien Syndrome (Euro, USA, Bra) - Alien Syndrome (set 4, System 16B, unprotected)";320x224@60;H
+aliensyn2;"Alien Syndrome (set 2, System 16A, FD1089A 317-0033)";320x224@60;H
+aliensyn3;"Alien Syndrome (set 3, System 16B, FD1089A 317-0033)";320x224@60;H
+aliensyn5;"Alien Syndrome (set 5, System 16A, FD1089B 317-0037)";320x224@60;H
+aliensyn7;"Alien Syndrome (set 7, System 16B, MC-8123B 317-00xx)";320x224@60;H
+aliensynj;"Alien Syndrome (Jpn) - Alien Syndrome (Jpn) - Alien Syndrome (set 6, Japan, new, System 16B, FD1089A";320x224@60;H
+aliensynjo;"Alien Syndrome (set 1, Japan, old, System 16A, FD1089A";320x224@60;H
+aligatorun;"Alligator Hunt (unprotected)";320x240@60;H
+alinvade;"Alien Invaders";128x128@60;V
+alpham2;"Alpha Mission II / ASO II - Last Guardian (NGM-007)(NG";304x224@59;H
+alpham2p;"Alpha Mission II / ASO II - Last Guardian (prototype)";304x224@59;H
+alphamis;"Alpha Mission";288x216@60;V
+alphaxz;"The Alphax Z (Japan)";256x224@60;V
+altbeast;"Altered Beast (Euro, USA) - Altered Beast (Euro, USA, Bra) - Altered Beast (set 8, 8751 317-0078)";320x224@60;H
+altbeast2;"Altered Beast (set 2, MC-8123B 317-0066)";320x224@60;H
+altbeast4;"Altered Beast (set 4, MC-8123B 317-0066)";320x224@60;H
+altbeast5;"Altered Beast (set 5, FD1094 317-0069)";320x224@60;H
+altbeast5d;"Altered Beast (set 5, FD1094 317-0069 decrypted)";320x224@60;H
+altbeast6;"Altered Beast (set 6, 8751 317-0076)";320x224@60;H
+altbeastj;"Juuouki (set 7, Japan, 8751 317-0077)";320x224@60;H
+altbeastj1;"Juuouki (set 1, Japan, FD1094 317-0065)";320x224@60;H
+altbeastj3;"Juuouki (set 3, Japan, FD1094 317-0068)";320x224@60;H
+altbeastj3d;"Juuouki (set 3, Japan, FD1094 317-0068 decrypted)";320x224@60;H
+amatelas;"Sei Senshi Amatelass";256x224@60;V
+amazon;"Soldier Girl Amazon";256x224@60;V
+ambush;"Ambush";256x224@60;H
+ambushh;"Ambush (hack?)";256x224@60;H
+ambushj;"Ambush (Japan)";256x224@60;H
+ambushv;"Ambush (Volt Elec co-ltd)";256x224@60;H
+amidar;"Amidar";256x224@60;V
+amidar1;"Amidar (older)";256x224@60;V
+amidarb;"Amidar (bootleg)";256x224@60;V
+amidaro;"Amidar (Olympia)";256x224@60;V
+amidars;"Amidar (Scramble hardware)";256x224@60;V
+amidaru;"Amidar (Stern)";256x224@60;V
+amigo;"Amigo";256x224@60;V
+androdun;"Andro Dunos (NGM-049)(NGH-049)";304x224@59;H
+androidp;"Android (prototype, later build)";256x192@60;V
+androidpo;"Android (prototype, early build)";256x192@60;V
+angelkds;"Angel Kids (Japan)";256x240@60;V
+anteater;"Anteater";256x224@60;V
+anteaterg;"Ameisenbaer (German)";256x224@60;V
+anteateruk;"The Anteater (UK)";256x224@60;V
+aodk;"Aggressors of Dark Kombat / Tsuukai GANGAN Koushinkyok";304x224@59;H
+aof;"Art of Fighting (Euro) - Art of Fighting / Ryuuko no Ken (NGM-044)(NGH-044)";304x224@59;H
+aof2;"Art of Fighting 2 / Ryuuko no Ken 2 (NGM-056)";304x224@59;H
+aof2a;"Art of Fighting 2 / Ryuuko no Ken 2 (NGH-056)";304x224@59;H
+aof3;"Art of Fighting 3 - The Path of the Warrior / Art of F";304x224@59;H
+aof3k;"Art of Fighting 3 - The Path of the Warrior (Korean re";304x224@59;H
+apb;"APB - All Points Bulletin (Atari System 2)";512x384@60;V
+aponow;"Apocaljpse Now";256x224@60;V
+appoooh;"Appoooh";256x224@60;H
+aquajack;"Aquajack (World)";320x240@60;H
+aquajackj;"Aquajack (Japan)";320x240@60;H
+aquajacku;"Aquajack (US)";320x240@60;H
+aquarium;"Aquarium (US)";320x256@60;H
+aquariumj;"Aquarium (Japan)";320x256@60;H
+arabian;"Arabian";256x234@60;V
+arabiana;"Arabian (Atari)";256x234@60;V
+arabianm;"Arabian Magic (Ver 1.0O 1992/07/06)";320x224@60;H
+arabianmj;"Arabian Magic (Ver 1.0J 1992/07/06)";320x224@60;H
+arabianmu;"Arabian Magic (Ver 1.0A 1992/07/06)";320x224@60;H
+aracnis;"Aracnis (bootleg of Scorpion on Moon Cresta hardware)";256x224@60;V
+arbalest;"Arbalester";384x224@60;V
+arcadian;"Arcadia (NMK)";384x224@56;V
+area88;"Area 88 (Japan)";384x224@60;H
+area88r;"Area 88 (Japan Resale ver.)";384x224@60;H
+arian;"Arian Mission";288x216@60;V
+ark1ball;"Arkanoid (bootleg with MCU, harder)";256x224@60;V
+ark1balla;"Arkanoid (bootleg with MCU, harder, alt)";256x224@60;V
+arkangc;"Arkanoid (Game Corporation bootleg, set 1)";256x224@60;V
+arkangc2;"Arkanoid (Game Corporation bootleg, set 2)";256x224@60;V
+arkanoid;"Arkanoid (Euro?) - Arkanoid (World, oldest rev)";256x224@60;V
+arkanoidj;"Arkanoid (Japan) - Arkanoid (Jpn)";256x224@60;V
+arkanoidja;"Arkanoid (Japan, older rev) - Arkanoid (Jpn, Alt)";256x224@60;V
+arkanoidjb;"Arkanoid (Japan, oldest rev)";256x224@60;V
+arkanoidjbl;"Arkanoid (bootleg with MCU set 1)";256x224@60;V
+arkanoidjbl2;"Arkanoid (bootleg with MCU set 2)";256x224@60;V
+arkanoidjbla;"Arkanoid (bootleg with MCU, alt)";256x224@60;V
+arkanoidu;"Arkanoid (US)";256x224@60;V
+arkanoiduo;"Arkanoid (US, oldest rev)";256x224@60;V
+arkarea;"Ark Area";256x192@60;H
+arkatayt;"Arkanoid (Tayto bootleg)";256x224@60;V
+arkatour;"Tournament Arkanoid (US)";256x224@60;V
+arkbloc2;"Block (Game Corporation bootleg, set 2)";256x224@60;V
+arkblock;"Block (Game Corporation bootleg, set 1)";256x224@60;V
+arkgcbl;"Arkanoid (bootleg on Block hardware)";256x224@60;V
+arknoid2;"Arkanoid - Revenge of DOH (World)";256x224@60;V
+arknoid2b;"Arkanoid - Revenge of DOH (Japan bootleg)";256x224@60;V
+arknoid2j;"Arkanoid - Revenge of DOH (Japan)";256x224@60;V
+arknoid2u;"Arkanoid - Revenge of DOH (US)";256x224@60;V
+arkretrn;"Arkanoid Returns (Ver 2.02O 1997/02/10)";320x232@60;H
+arkretrnj;"Arkanoid Returns (Ver 2.02J 1997/02/10)";320x232@60;H
+arkretrnu;"Arkanoid Returns (Ver 2.02A 1997/02/10)";320x232@60;H
+arktayt2;"Arkanoid (Tayto bootleg, harder)";256x224@60;V
+armedf;"Armed Formation - Armed Formation F";320x240@57;V
+armedff;"Armed Formation (Fillmore license)";320x240@57;V
+armorcar;"Armored Car (set 1)";256x224@60;V
+armorcar2;"Armored Car (set 2)";256x224@60;V
+armwar;"Armored Warriors (941024 Europe)";384x224@60;H
+armwar1d;"Armored Warriors (941011 Europe Phoenix Edition)";384x224@60;H
+armwara;"Armored Warriors (941024 Asia)";384x224@60;H
+armwarar1;"Armored Warriors (940920 Asia)";384x224@60;H
+armwarr1;"Armored Warriors (941011 Europe)";384x224@60;H
+armwaru;"Armored Warriors (941024 USA)";384x224@60;H
+armwaru1;"Armored Warriors (940920 USA)";384x224@60;H
+armwrest;"Arm Wrestling";448x256@60;V
+ashnojoe;"Ashita no Joe (Japan)";288x208@60;H
+ashura;"Ashura (Jpn) - Ashura Blaster (World)";320x224@60;V
+ashuraj;"Ashura Blaster (Japan)";320x224@60;V
+ashurau;"Ashura Blaster (US)";320x224@60;V
+asideral;"Ataque Sideral (Spanish bootleg of UniWar S)";256x224@60;V
+aso;"ASO - Armored Scrum Object";288x216@60;V
+assault;"Assault (Rev B) - Desert Assault (US)";288x224@60;V
+assaultj;"Assault (Japan)";288x224@60;V
+assaultp;"Assault Plus (Japan)";288x224@60;V
+asterix;"Asterix (Euro, v1) - Asterix (ver EAD)";288x224@60;H
+asterixaad;"Asterix (ver AAD)";288x224@60;H
+asterixeaa;"Asterix (ver EAA)";288x224@60;H
+asterixeac;"Asterix (ver EAC)";288x224@60;H
+asterixj;"Asterix (ver JAD)";288x224@60;H
+astorm;"Alien Storm (Euro, Bra) - Alien Storm (set 4, World, 2 Players, FD1094 317-0154) - Alien Storm (World)";320x224@60;H
+astorm3;"Alien Storm (set 3, World, 3 Players, FD1094 317-0148)";320x224@60;H
+astorm3d;"Alien Storm (set 3, World, 3 Players, FD1094 317-0148";320x224@60;H
+astormj;"Alien Storm (set 1, Japan Rev B, 2 Players, FD1094 317";320x224@60;H
+astormjd;"Alien Storm (set 1, Japan Rev B, 2 Players, FD1094 317";320x224@60;H
+astormu;"Alien Storm (set 2, US, 3 Players, FD1094 317-0147)";320x224@60;H
+astormud;"Alien Storm (set 2, US, 3 Players, FD1094 317-0147 dec";320x224@60;H
+astrians;"Astrians (clone of Swarm)";256x224@60;V
+astyanax;"The Astyanax";256x224@60;H
+asuka;"Asuka & Asuka (World)";320x240@60;V
+asukaj;"Asuka & Asuka (Japan)";320x240@60;V
+asurabld;"Asura Blade - Sword of Dynasty (Japan)";320x240@60;H
+asurabus;"Asura Buster - Eternal Warriors (Japan)";320x240@60;H
+asurabusa;"Asura Buster - Eternal Warriors (Japan) (ARCADIA revie";320x240@60;H
+atehate;"Athena no Hatena ?";384x240@60;H
+atetris;"FA Tetris (Kor) - FA Tetris (Kor) - Tetris (set 1)";336x240@60;H
+atetrisa;"FA Tetris (Kor, Alt) - Tetris (set 2)";336x240@60;H
+atetrisb;"FA Tetris (Kor, Alt 2) - Tetris (bootleg set 1)";336x240@60;H
+atetrisb2;"Tetris (bootleg set 2)";336x240@60;H
+atetrisc;"Tetris (cocktail set 1)";336x240@60;V
+atetrisc2;"Tetris (cocktail set 2)";336x240@60;V
+athena;"Athena";288x216@60;H
+atlantis;"Battle of Atlantis (set 1)";256x224@60;V
+atlantis2;"Battle of Atlantis (set 2)";256x224@60;V
+atlantisb;"Battle of Atlantis (bootleg)";256x224@60;V
+atomboy;"Atomic Boy (revision B)";256x224@60;H
+atomboya;"Atomic Boy (revision A)";256x224@60;H
+atomicp;"Atomic Point (Korea)";320x224@60;H
+atompunk;"Atomic Punk (US)";320x240@60;H
+aurail;"Aurail (set 3, US, unprotected)";320x224@60;H
+aurail1;"Aurail (set 2, World, FD1089B 317-0168)";320x224@60;H
+aurail1d;"Aurail (set 2, World, FD1089B 317-0168 decrypted)";320x224@60;H
+aurailj;"Aurail (set 1, Japan, FD1089A 317-0167)";320x224@60;H
+aurailjd;"Aurail (set 1, Japan, FD1089A 317-0167 decrypted)";320x224@60;H
+avefenix;"Ave Fenix (Electrogame, Spanish bootleg of Phoenix)";256x208@60;V
+avefenixl;"Ave Fenix (Laguna, Spanish bootleg of Phoenix)";256x208@60;V
+avefenixrf;"Ave Fenix (Recreativos Franco, Spanish bootleg of Phoe";256x208@60;V
+avengers;"Avengers (US set 1)";256x240@60;V
+avengers2;"Avengers (US set 2)";256x240@60;V
+avsp;"Alien vs Predator (940520 Euro)";384x224@60;H
+avspa;"Alien vs Predator (940520 Asia)";384x224@60;H
+avspd;"Alien vs Predator (940520 Euro Phoenix Edition)";384x224@60;H
+avsph;"Alien vs Predator (940520 Hispanic)";384x224@60;H
+avspirit;"Avenging Spirit";256x224@60;H
+avspj;"Alien vs Predator (940520 Japan)";384x224@60;H
+avspu;"Alien vs Predator (940520 USA)";384x224@60;H
+aztarac;"Aztarac";340x256@40;H
+azurian;"Azurian Attack";256x224@60;V
+b2b;"Bang Bang Busters (2010 NCI release)";304x224@59;H
+backfire;"Backfire! (set 1)";240x640@60;V
+backfirt;"Back Fire (Tecmo, bootleg)";256x224@60;H
+baddudes;"Bad Dudes vs. Dragonninja (US)";256x240@57;H
+bakatono;"Bakatonosama Mahjong Manyuuki (MOM-002)(MOH-002)";304x224@59;H
+bakubrkr;"Bakuretsu Breaker";256x224@60;V
+bakutotu;"Bakutotsu Kijuutei";288x224@60;H
+balcube;"Bal Cube";320x224@60;H
+ballboy;"Ball Boy";256x224@60;H
+ballbros;"Balloon Brothers";384x240@60;H
+bang;"Bang! - Big Bang (9th Nov. 1993) - Pack'n Bang Bang (Prototype)";320x240@60;H
+bangball;"Bang Bang Ball (v1.05)";320x224@60;H
+bangbead;"Bang Bead";304x224@59;H
+bangbedp;"Bang Bead (Prototype?)";304x224@59;H
+bangj;"Gun Gabacho (Japan)";320x240@60;H
+bankp;"Bank Panic - Bank Panic (Euro) - Bank Panic (Jpn) - Bank Panic (Jpn)";224x224@60;H
+baraduke;"Baraduke";288x224@60;H
+baryon;"Baryon - Future Assault (set 1)";304x224@58;V
+baryona;"Baryon - Future Assault (set 2)";304x224@58;V
+batcir;"Battle Circuit (970319 Euro)";384x224@60;H
+batcira;"Battle Circuit (970319 Asia)";384x224@60;H
+batcird;"Battle Circuit (970319 Euro Phoenix Edition)";384x224@60;H
+batcirj;"Battle Circuit (970319 Japan)";384x224@60;H
+batlbubl;"Battle Bubble (v2.00)";320x224@60;H
+batman2;"Batman Part 2";256x224@60;V
+batrider;"Armed Police Batrider (Europe) (Fri Feb 13 1998)";320x240@60;V
+batriderc;"Armed Police Batrider (China) (Fri Feb 13 1998)";320x240@60;V
+batriderhk;"Armed Police Batrider - A Version (Hong Kong) (Mon Dec";320x240@60;V
+batriderj;"Armed Police Batrider - B Version (Japan) (Fri Feb 13";320x240@60;V
+batriderja;"Armed Police Batrider - A Version (Japan) (Mon Dec 22";320x240@60;V
+batriderk;"Armed Police Batrider (Korea) (Fri Feb 13 1998)";320x240@60;V
+batridert;"Armed Police Batrider - A Version (Taiwan) (Mon Dec 22";320x240@60;V
+batrideru;"Armed Police Batrider (U.S.A.) (Fri Feb 13 1998)";320x240@60;V
+batsugun;"Batsugun (set 1)";320x240@60;V
+batsuguna;"Batsugun (set 2)";320x240@60;V
+batsugunb;"Batsugun (Korean PCB)";320x240@60;V
+batsugunsp;"Batsugun (Special Ver.)";320x240@60;V
+battlane;"Battle Lane! Vol. 5 (set 1)";256x256@60;V
+battlane2;"Battle Lane! Vol. 5 (set 2)";256x256@60;V
+battlane3;"Battle Lane! Vol. 5 (set 3)";256x256@60;V
+battlex;"Battle Cross - Battle Cross (Jpn)";256x224@60;H
+battlnts;"Battlantis (program code G)";256x224@60;V
+battlntsa;"Battlantis (program code F)";256x224@60;V
+battlntsj;"Battlantis (Japan, program code E)";256x224@60;V
+battroad;"The Battle-Road";256x256@60;V
+bayroute;"Bay Route (set 3, World, FD1094 317-0116)";320x224@60;H
+bayroute1;"Bay Route (set 1, US, unprotected)";320x224@60;H
+bayrouted;"Bay Route (set 3, World, FD1094 317-0116 decrypted)";320x224@60;H
+bayroutej;"Bay Route (set 2, Japan, FD1094 317-0115)";320x224@60;H
+bayroutejd;"Bay Route (set 2, Japan, FD1094 317-0115 decrypted)";320x224@60;H
+bbakraid;"Battle Bakraid - Unlimited Version (U.S.A.) (Tue Jun 8";320x240@60;V
+bbakraidc;"Battle Bakraid - Unlimited Version (China) (Tue Jun 8";320x240@60;V
+bbakraidj;"Battle Bakraid - Unlimited Version (Japan) (Tue Jun 8";320x240@60;V
+bbakraidja;"Battle Bakraid (Japan) (Wed Apr 7 1999)";320x240@60;V
+bballs;"Bouncing Balls";256x224@60;H
+bballsa;"Bouncing Balls (Adult)";256x224@60;H
+bbmanw;"Bomber Man World / New Dyna Blaster - Global Quest";320x240@60;H
+bbmanwj;"Bomber Man World (Japan)";320x240@60;H
+bbmanwja;"Bomber Man World (Japan, revised sound hardware)";320x240@60;H
+bbredux;"Bobble Bobble ('bootleg redux' hack for Bobble Bobble";256x224@60;H
+bbros;"Buster Bros. (USA) - Super Buster Bros. (USA 901001)";384x240@57;H
+bbusters;"Beast Busters (World)";256x224@56;H
+bbustersj;"Beast Busters (Japan, Version 2)";256x224@56;H
+bbustersu;"Beast Busters (US, Version 3)";256x224@56;H
+bbustersua;"Beast Busters (US, Version 2)";256x224@56;H
+bchopper;"Battle Chopper";384x256@55;H
+bcrusher;"Bone Crusher";256x240@60;V
+bcruzm12;"Battle Cruiser M-12";256x224@60;V
+bcstry;"B.C. Story (set 1)";320x240@60;H
+bcstrya;"B.C. Story (set 2)";320x240@60;H
+beast;"Altered Beast (Euro, USA) - Altered Beast (Euro, USA, Bra) - Altered Beast (set 8, 8751 317-0078) - Altered Beast - Shadow of the Beast (Euro, Bra) - Shadow of the Beast (Euro, USA) - Shadow of the Beast (Neo Geo demo)";304x224@59;H
+beastfp;"Beastie Feastie";288x224@60;V
+berabohm;"Beraboh Man (Japan, Rev C)";288x224@60;H
+berabohmb;"Beraboh Man (Japan, Rev B)";288x224@60;H
+berlwall;"The Berlin Wall";256x224@60;H
+berlwallk;"The Berlin Wall (Korea)";256x224@60;H
+berlwallt;"The Berlin Wall (bootleg ?)";256x224@60;H
+bermudat;"Bermuda Triangle (World?)";400x224@60;V
+bermudata;"Bermuda Triangle (World Wars) (US)";400x224@60;V
+bermudatj;"Bermuda Triangle (Japan)";400x224@60;V
+bestbest;"Best Of Best";256x224@60;H
+bestleag;"Best League (bootleg of Big Striker, Italian Serie A)";256x224@60;H
+bestleaw;"Best League (bootleg of Big Striker, World Cup)";256x224@60;H
+bestri;"Bestri (Korea)";320x240@60;H
+bgaregga;"Battle Garegga (Europe / USA / Japan / Asia) (Sat Feb";320x240@60;V
+bgareggabl;"1945 Part 2 (Chinese hack of Battle Garegga)";320x240@60;V
+bgareggabla;"Lei Shen Zhuan Thunder Deity Biography (Chinese hack o";320x240@60;V
+bgareggacn;"Battle Garegga - Type 2 (Denmark / China) (Tue Apr 2 1";320x240@60;V
+bgareggahk;"Battle Garegga (Austria / Hong Kong) (Sat Feb 3 1996)";320x240@60;V
+bgaregganv;"Battle Garegga - New Version (Austria / Hong Kong) (Sa";320x240@60;V
+bgareggat2;"Battle Garegga - Type 2 (Europe / USA / Japan / Asia)";320x240@60;V
+bgareggatw;"Battle Garegga (Taiwan / Germany) (Thu Feb 1 1996)";320x240@60;V
+bgareggaz;"Battle Garegga Zakk version (Europe / USA / Japan / As";320x240@60;V
+bigbang;"Big Bang (9th Nov. 1993)";384x224@56;V
+bigbucks;"Big Bucks";288x224@60;V
+bigfghtr;"Tatakae! Big Fighter (Japan)";320x240@60;H
+bigkarnk;"Big Karnak";320x240@60;H
+bigstrik;"Big Striker";256x224@60;H
+bigstrkb;"Big Striker (bootleg)";256x224@60;H
+bigstrkba;"Big Striker (bootleg w/Italian teams)";256x224@60;H
+bigtwin;"Big Twin";320x240@58;H
+bikkuric;"Bikkuri Card (Japan)";256x224@60;V
+billiard;"The Billiards";256x224@60;V
+biomtoy;"Biomechanical Toy (Ver. 1.0.1885)";320x240@60;H
+biomtoya;"Biomechanical Toy (Ver. 1.0.1884)";320x240@60;H
+bionicc;"Bionic Commando (Euro)";256x224@60;H
+bionicc1;"Bionic Commando (US set 1)";256x224@60;H
+bionicc2;"Bionic Commando (US set 2)";256x224@60;H
+bioniccbl;"Bionic Commandos (bootleg, set 1)";256x224@60;H
+bioniccbl2;"Bionic Commandos (bootleg, set 2)";256x224@60;H
+bioship;"Bio-ship Paladin";256x224@56;H
+birdiy;"Birdiy";288x224@60;V
+birdtry;"Birdie Try (Japan)";256x240@57;V
+bishi;"Bishi Bashi Championship Mini Game Senshuken (ver JAA, - Super Bishi Bashi Championship (ver JAA, 2 Players)";288x224@60;H
+bjourney;"Blue's Journey / Raguy (ALM-001)(ALH-001)";320x224@59;H
+bjtwin;"Bombjack Twin (set 1)";384x224@56;V
+bjtwina;"Bombjack Twin (set 2)";384x224@56;V
+bladestl;"Blades of Steel (version T)";256x224@60;V
+bladestle;"Blades of Steel (version E)";256x224@60;V
+bladestll;"Blades of Steel (version L)";256x224@60;V
+blandia;"Blandia";384x240@60;H
+blandiap;"Blandia (prototype)";384x240@60;H
+blastoff;"Blast Off (Japan)";288x224@60;V
+blazeon;"Blaze On (Japan)";320x232@60;H
+blazer;"Blazer (Japan)";288x224@60;V
+blazstar;"Blazing Star";304x224@59;H
+blkbustr;"BlockBuster";240x224@60;V
+blkdrgon;"Black Dragon (Japan)";256x224@60;H
+blkdrgonb;"Black Dragon (bootleg)";256x224@60;H
+blkheart;"Black Heart";256x224@56;H
+blkheartj;"Black Heart (Japan)";256x224@56;H
+blkhole;"Black Hole";256x224@60;V
+blkpnthr;"Black Panther";256x224@60;H
+blktiger;"Black Tiger";256x224@60;H
+blktigera;"Black Tiger (older)";256x224@60;H
+blktigerb1;"Black Tiger (bootleg set 1)";256x224@60;H
+blktigerb2;"Black Tiger (bootleg set 2)";256x224@60;H
+blktigerb3;"Black Tiger / Black Dragon (mixed bootleg?)";256x224@60;H
+blmbycar;"Blomby Car";384x256@60;H
+blmbycaru;"Blomby Car (not encrypted)";384x256@60;H
+block;"Block (Game Corporation bootleg, set 1) - Block Block (World 911219 Joystick)";384x240@60;V
+blockbl;"Block Block (bootleg)";384x240@60;V
+blockcar;"Block Carnival / Thunder & Lightning 2";384x240@60;V
+blockgal;"Block Gal (MC-8123B, 317-0029)";256x224@60;V
+blockhl;"Block Hole";288x224@60;H
+blockj;"Block Block (Japan 910910)";384x240@60;V
+blockout;"Block Out (set 1) - Blockout (World)";320x240@58;H
+blockout2;"Block Out (set 2)";320x240@58;H
+blockoutj;"Block Out (Japan)";320x240@58;H
+blockr1;"Block Block (World 911106 Joystick)";384x240@60;V
+blockr2;"Block Block (World 910910)";384x240@60;V
+bloodbro;"Blood Bros. (set 1)";256x224@60;H
+bloodbroa;"Blood Bros. (set 2)";256x224@60;H
+bloodbrob;"Blood Bros. (set 3)";256x224@60;H
+bloodwar;"Blood Warrior";320x240@60;H
+blox16b;"Bloxeed (System 16B, PS2 data file)";320x224@60;H
+bloxeed;"Bloxeed (Japan, FD1094 317-0139)";320x224@60;H
+bloxeedd;"Bloxeed (Japan, FD1094 317-0139 decrypted)";320x224@60;H
+blswhstl;"Bells & Whistles (World, version L)";280x224@60;V
+blswhstla;"Bells & Whistles (Asia, version M)";280x224@60;V
+bluehawk;"Blue Hawk";384x240@60;V
+bluehawkn;"Blue Hawk (NTC)";384x240@60;V
+blueprnt;"Blue Print (Midway)";256x224@60;V
+blueprntj;"Blue Print (Jaleco)";256x224@60;V
+blzntrnd;"Blazing Tornado";304x224@60;H
+bmaster;"Blade Master (World)";320x240@60;H
+bnj;"Bump 'n' Jump - Bump 'n' Jump";256x240@60;V
+boblbobl;"Bobble Bobble (bootleg of Bubble Bobble) - Super Bobble Bobble (bootleg, set 1)";256x224@60;H
+boblcave;"Bubble Bobble: Lost Cave V1.2 (for Bobble Bobble PCB)";256x224@60;H
+bodyslam;"Body Slam (8751 317-0015)";320x224@60;H
+bogeyman;"Bogey Manor";256x240@60;H
+boggy84;"Boggy '84 - Boggy '84 (Jpn)";256x224@60;V
+boggy84b;"Boggy '84 (bootleg) - Boggy '84 (Jpn, Alt 2)";256x224@60;V
+bombbee;"Bomb Bee";272x224@60;V
+bomber;"Bomber - Bomber (bootleg of Scramble) - Space Bomber (ver. B)";256x224@60;V
+bombjack;"Bomb Jack (Jpn) - Bomb Jack (set 1)";256x224@60;V
+bombjack2;"Bomb Jack (set 2)";256x224@60;V
+bombjackt;"Bomb Jack (Tecfri, Spain)";256x224@60;V
+bombkick;"Bomb Kick (set 1)";384x224@60;H
+bombkicka;"Bomb Kick (set 2)";384x224@60;H
+bombrman;"Bomber Man (Japan)";320x240@60;H
+bongo;"Bongo - Congo Bongo";256x224@60;V
+bonkadv;"B.C. Kid / Bonk's Adventure / Kyukyoku!! PC Genjin";320x240@60;H
+bonzeadv;"Bonze Adventure (World, Newer)";320x224@60;H
+bonzeadvo;"Bonze Adventure (World, Older)";320x224@60;H
+bonzeadvp;"Bonze Adventure (World, prototype)";320x224@60;H
+bonzeadvu;"Bonze Adventure (US)";320x224@60;H
+boobhack;"Booby Kids (Italian manufactured graphic hack / bootle";256x224@60;V
+boogwing;"Boogie Wings (Euro v1.5, 92.12.07)";320x240@58;H
+boogwinga;"Boogie Wings (Asia v1.5, 92.12.07)";320x240@58;H
+boogwingu;"Boogie Wings (USA v1.7, 92.12.14)";320x240@58;H
+bottom9;"Bottom of the Ninth (ver. T)";288x224@60;H
+bottom9n;"Bottom of the Ninth (ver. N)";288x224@60;H
+bouldash;"Boulder Dash / Boulder Dash Part 2 (World)";256x240@57;H
+bouldashj;"Boulder Dash / Boulder Dash Part 2 (Japan)";256x240@57;H
+bounty;"The Bounty";256x224@60;H
+bowlrama;"Bowl-O-Rama";360x240@57;V
+boxyboy;"Boxy Boy (SB?) - Boxyboy";288x224@60;H
+brain;"Brain";256x224@60;H
+brapboys;"B.Rap Boys (World)";256x224@60;H
+brapboysj;"B.Rap Boys Special (Japan)";256x224@60;H
+brapboysu;"B.Rap Boys Special (US)";256x224@60;H
+breakers;"Breakers";320x224@59;H
+breakrev;"Breakers Revenge";320x224@59;H
+breywood;"Breywood (Japan revision 2)";256x240@58;H
+brix;"Brix";256x224@60;V
+brkthru;"Break Thru (US)";240x240@60;H
+brkthruj;"Kyohkoh-Toppa (Japan)";240x240@60;H
+brubber;"Burnin' Rubber";256x240@60;V
+bshark;"Battle Shark (World)";320x240@60;H
+bsharkj;"Battle Shark (Japan)";320x240@60;H
+bsharkjjs;"Battle Shark (Japan, Joystick)";320x240@60;H
+bsharku;"Battle Shark (US)";320x240@60;H
+bssoccer;"Back Street Soccer";256x224@60;H
+bstars;"Baseball Stars Professional (NGM-002)";320x224@59;H
+bstars2;"Baseball Stars 2";304x224@59;H
+bstarsh;"Baseball Stars Professional (NGH-002)";320x224@59;H
+btime;"Burger Time (Data East set 1) - Burgertime - Burgertime (Jpn) - Super Burger Time (World, set 1)";242x240@60;V
+btime2;"Burger Time (Data East set 2)";242x240@60;V
+btime3;"Burger Time (Data East USA)";242x240@60;V
+btimem;"Burger Time (Midway) - Burgertime (Prototype)";242x240@60;V
+btlfield;"Battle Field (Japan)";256x224@60;V
+btlfieldb;"Battle Field (bootleg)";256x224@60;V
+btlkroad;"Battle K-Road";320x224@59;H
+btlkroadk;"Battle K-Road (Korean PCB)";320x224@59;H
+bub68705;"Bubble Bobble (boolteg with 68705, set 1)";256x224@60;H
+bub68705a;"Bubble Bobble (boolteg with 68705, set 2)";256x224@60;H
+bubblem;"Bubble Memories: The Story Of Bubble Bobble III (Ver 2";320x224@60;H
+bubblemj;"Bubble Memories: The Story Of Bubble Bobble III (Ver 2";320x224@60;H
+bubbletr;"Bubble Trouble (World, Rev B)";288x224@60;H
+bubbletrj;"Bubble Trouble (Japan, Rev C)";288x224@60;H
+bubl2000;"Bubble 2000";256x224@56;H
+bublbob2;"Bubble Bobble II (Ver 2.6O 1994/12/16)";320x224@60;H
+bublbob2o;"Bubble Bobble II (Ver 2.5O 1994/10/05)";320x224@60;H
+bublbob2p;"Bubble Bobble II (Ver 0.0J 1993/12/13, prototype)";320x224@60;H
+bublbobl;"Bubble Bobble (Euro, Bra) - Bubble Bobble (Euro, USA) - Bubble Bobble (Japan, Ver 0.1)";256x224@60;H
+bublbobl1;"Bubble Bobble (Japan, Ver 0.0)";256x224@60;H
+bublboblb;"Bubble Bobble (for Bobble Bobble PCB)";256x224@60;H
+bublboblr;"Bubble Bobble (US, Ver 5.1)";256x224@60;H
+bublboblr1;"Bubble Bobble (US, Ver 1.0)";256x224@60;H
+bublboblu;"Bubble Bobble (Ultra Version, Hack)";256x224@60;H
+bublcave;"Bubble Bobble: Lost Cave V1.2";256x224@60;H
+bublcave10;"Bubble Bobble: Lost Cave V1.0";256x224@60;H
+bublcave11;"Bubble Bobble: Lost Cave V1.1";256x224@60;H
+bubsymphe;"Bubble Symphony (Ver 2.5O 1994/10/05)";320x224@60;H
+bubsymphj;"Bubble Symphony (Ver 2.5J 1994/10/05)";320x224@60;H
+bubsymphu;"Bubble Symphony (Ver 2.5A 1994/10/05)";320x224@60;H
+bucaner;"Buccaneer";288x224@60;V
+buccanrs;"Buccaneers (set 1)";256x256@55;H
+buccanrsa;"Buccaneers (set 2)";256x256@55;H
+buccanrsb;"Buccaneers (set 3, harder)";256x256@55;H
+bucky;"Bucky O'Hare (ver EAB)";384x224@60;H
+buckyaab;"Bucky O'Hare (ver AAB)";384x224@60;H
+buckyea;"Bucky O'Hare (ver EA)";384x224@60;H
+buckyjaa;"Bucky O'Hare (ver JAA)";384x224@60;H
+buckyuab;"Bucky O'Hare (ver UAB)";384x224@60;H
+bullet;"Bullet (FD1094 317-0041)";320x224@60;H
+bulletd;"Bullet (FD1094 317-0041 decrypted)";320x224@60;H
+bullfgt;"Bullfight (315-5065)";256x224@60;H
+buraiken;"Hissatsu Buraiken (Japan)";256x240@60;V
+burglarx;"Burglar X";384x224@60;H
+burnforc;"Burning Force (Euro) - Burning Force (Japan, new version (Rev C))";288x224@60;H
+burnforco;"Burning Force (Japan, old version)";288x224@60;H
+burningf;"Burning Fight (NGM-018)(NGH-018)";304x224@59;H
+burningfh;"Burning Fight (NGH-018)(US)";304x224@59;H
+burningfp;"Burning Fight (prototype, older)";304x224@59;H
+burningfpa;"Burning Fight (prototype, ver 23.3, 910326)";304x224@59;H
+buzzard;"Buzzard";288x224@60;V
+bwcasino;"Boardwalk Casino";288x224@60;V
+bwings;"B-Wings (Japan new Ver.)";256x240@60;V
+bwingsa;"B-Wings (Alt Ver.?)";256x240@60;V
+bwingso;"B-Wings (Japan old Ver.)";256x240@60;V
+bygone;"Bygone";240x224@60;H
+cabal;"Cabal (World, Joystick)";256x256@60;H
+cabala;"Cabal (korea?, Joystick)";256x256@60;H
+cachat;"Cachat (Japan)";320x224@60;H
+cactus;"Cactus (bootleg of Saboten Bombers)";384x224@56;H
+cadash;"Cadash (USA, Asia, Kor) - Cadash (World) - Cadash - Cadash";320x240@60;H
+cadashf;"Cadash (France)";320x240@60;H
+cadashg;"Cadash (Germany, version 1)";320x240@60;H
+cadashi;"Cadash (Italy)";320x240@60;H
+cadashj;"Cadash (Japan, version 2)";320x240@60;H
+cadashj1;"Cadash (Japan, version 1)";320x240@60;H
+cadashjo;"Cadash (Japan, oldest version)";320x240@60;H
+cadashp;"Cadash (World, prototype)";320x240@60;H
+cadashu;"Cadash (US, version 2)";320x240@60;H
+cairblad;"Change Air Blade (Japan)";338x240@60;V
+calibr50;"Caliber 50";384x240@57;V
+calipso;"Calipso";256x224@60;V
+calorie;"Calorie Kun vs Moguranian";256x224@60;H
+calorieb;"Calorie Kun vs Moguranian (bootleg)";256x224@60;H
+cameltry;"Cameltry (US, YM2610)";320x224@60;H
+cameltrya;"Cameltry (US, YM2203 + M6295)";320x224@60;H
+cameltryau;"Cameltry (World, YM2203 + M6295)";320x224@60;H
+cameltryj;"Cameltry (Japan, YM2610)";320x224@60;H
+candance;"Cannon Dancer (Japan)";320x240@58;H
+candory;"Candory (Bootleg)";288x224@60;H
+cannball;"Cannon Ball (Yun Sung, horizontal)";384x240@60;H
+cannballv;"Cannon Ball (Yun Sung, vertical)";384x240@60;V
+cannonbp;"Cannon Ball (Pacman Hardware)";288x224@60;V
+canvas;"Canvas Croquis";288x216@60;H
+canyon;"Canyon Bomber";256x240@60;H
+canyonp;"Canyon Bomber (prototype)";256x240@60;H
+capbowl;"Capcom Bowling (set 1)";360x244@57;V
+capbowl2;"Capcom Bowling (set 2)";360x244@57;V
+capbowl3;"Capcom Bowling (set 3)";360x244@57;V
+capbowl4;"Capcom Bowling (set 4)";360x244@57;V
+capitol;"Capitol";256x208@60;V
+captcomm;"Captain Commando (911202 other country)";384x224@60;H
+captcommb;"Captain Commando (bootleg set 1, 911014 other country)";384x224@60;H
+captcommb2;"Captain Commando (bootleg set 2 (with YM2151 + 2xMSM52";384x224@60;H
+captcommj;"Captain Commando (911202 Japan)";384x224@60;H
+captcommjr1;"Captain Commando (910928 Japan)";384x224@60;H
+captcommr1;"Captain Commando (911014 other country)";384x224@60;H
+captcommu;"Captain Commando (910928 USA)";384x224@60;H
+cashquiz;"Cash Quiz (Type B, Version 5)";256x224@60;H
+catacomb;"Catacomb";256x224@60;V
+catt;"Catt (Japan)";320x224@60;H
+cavelon;"Cavelon";256x224@60;V
+cavenger;"Cosmic Avenger - Cosmic Avenger";240x196@60;H
+cawing;"Carrier Air Wing (U.S. navy 901012 etc)";384x224@60;H
+cawingb2;"Carrier Air Wing (bootleg set 2 (with 2xYM2203 + 2xMSM";384x224@60;H
+cawingbl;"Carrier Air Wing (bootleg set 1 (with 2xYM2203 + 2xMSM";384x224@60;H
+cawingj;"U.S. Navy (901012 Japan)";384x224@60;H
+cawingr1;"Carrier Air Wing (U.S. navy 901009 etc)";384x224@60;H
+cawingu;"Carrier Air Wing (U.S. navy 901012 USA)";384x224@60;H
+cbuster;"Crude Buster (World FX version)";256x240@58;H
+cbusterj;"Crude Buster (Japan FR revision 1)";256x240@58;H
+cbusterw;"Crude Buster (World FU version)";256x240@58;H
+cclimber;"Crazy Climber (US)";256x224@60;H
+cclimbr2;"Crazy Climber 2 (Japan)";288x224@60;H
+cclimbr2a;"Crazy Climber 2 (Japan, Harder)";288x224@60;H
+cencourt;"Center Court (World, 4 Players, prototype, MC-8123B)";320x224@60;V
+centiped;"Centipede - Centipede (revision 4)";256x240@60;V
+centiped3;"Centipede (revision 3)";256x240@60;V
+chainrec;"Chain Reaction (World, Version 2.2, 1995.09.25)";320x240@58;H
+chaknpop;"Chack'n Pop";256x224@60;H
+chameleo;"Chameleon";256x224@60;H
+champwr;"Champion Wrestler (World)";320x224@60;H
+champwrj;"Champion Wrestler (Japan)";320x224@60;H
+champwru;"Champion Wrestler (US)";320x224@60;H
+chanbara;"Chanbara";256x224@60;V
+changes;"Changes";256x224@60;H
+changesa;"Changes (EME license)";256x224@60;H
+charlien;"Charlie Ninja";320x240@58;H
+chasehq;"Chase H.Q. (World) - Taito Chase H.Q. - Taito Chase H.Q. - Taito Chase H.Q. (Euro) - Taito Chase H.Q. (USA, SMS Mode)";320x240@60;H
+chasehqj;"Chase H.Q. (Japan) - Taito Chase H.Q. (Jpn, SMS Mode)";320x240@60;H
+chasehqju;"Chase H.Q. (Japan UP)";320x240@60;H
+chasehqu;"Chase H.Q. (US)";320x240@60;H
+checkman;"Check Man";256x224@60;V
+checkmanj;"Check Man (Japan)";256x224@60;V
+cheekyms;"Cheeky Mouse";256x192@60;V
+chelnov;"Chelnov (Jpn) - Chelnov - Atomic Runner (World)";256x248@60;H
+chelnovj;"Chelnov - Atomic Runner (Japan)";256x248@60;H
+chelnovu;"Chelnov - Atomic Runner (US)";256x248@60;H
+chewing;"Chewing Gum";256x224@60;V
+chikij;"Chiki Chiki Boys (900619 Japan) - Chiki Chiki Boys (Jpn, Kor)";384x224@60;H
+chimerab;"Chimera Beast (prototype)";256x224@60;H
+chinagat;"China Gate (US)";256x240@60;H
+chinatwn;"China Town (Japan)";320x240@58;H
+chkun;"Chance Kun (Japan)";256x224@60;V
+chokchok;"Choky! Choky!";320x240@60;H
+choko;"Choko (010820 Japan)";384x224@60;H
+chopliftbl;"Choplifter (bootleg)";256x224@60;H
+chopliftu;"Choplifter (unprotected)";256x224@60;H
+chopper;"Battle Chopper - Chopper I (US set 1)";400x224@60;V
+choppera;"Chopper I (US set 2)";400x224@60;V
+chopperb;"Chopper I (US set 3)";400x224@60;V
+chqflag;"Chequered Flag";304x224@60;V
+chqflagj;"Chequered Flag (Japan)";304x224@60;V
+chukatai;"Chuka Taisen (World) - Gokuraku! Chuka Taisen";256x224@60;H
+chukataij;"Chuka Taisen (Japan)";256x224@60;H
+chukataiu;"Chuka Taisen (US)";256x224@60;H
+circusc;"Circus Charlie (Jpn) - Circus Charlie (level select, set 1) - Maxi Tuan ~ Circus Charlie (Tw)";256x224@60;V
+circusc2;"Circus Charlie (level select, set 2)";256x224@60;V
+circusc3;"Circus Charlie (level select, set 3)";256x224@60;V
+circusc4;"Circus Charlie (no level select)";256x224@60;V
+circuscc;"Circus Charlie (Centuri)";256x224@60;V
+circusce;"Circus Charlie (Centuri, earlier)";256x224@60;V
+citybomb;"City Bomber (World)";256x224@60;V
+citybombj;"City Bomber (Japan)";256x224@60;V
+citycon;"City Connection (Jpn) - City Connection (set 1)";240x224@60;H
+citycona;"City Connection (Jpn, Alt) - City Connection (set 2)";240x224@60;H
+ckongg;"Crazy Kong (bootleg on Galaxian hardware)";256x224@60;V
+ckongmc;"Crazy Kong (bootleg on Moon Cresta hardware)";256x224@60;V
+ckongs;"Crazy Kong (Scramble hardware)";256x224@60;V
+clbowl;"Coors Light Bowling";360x244@57;V
+cleopatr;"Cleopatra Fortune (Ver 2.1J 1996/09/05)";320x224@60;H
+cloak;"Cloak & Dagger (rev 5)";256x232@60;H
+cloakfr;"Cloak & Dagger (French)";256x232@60;H
+cloakgr;"Cloak & Dagger (German)";256x232@60;H
+cloaksp;"Cloak & Dagger (Spanish)";256x232@60;H
+cltchitr;"Clutch Hitter (set 2, US, FD1094 317-0176)";320x224@60;H
+cltchitrd;"Clutch Hitter (set 2, US, FD1094 317-0176 decrypted)";320x224@60;H
+cltchitrj;"Clutch Hitter (set 1, Japan, FD1094 317-0175)";320x224@60;H
+cltchitrjd;"Clutch Hitter (set 1, Japan, FD1094 317-0175 decrypted";320x224@60;H
+cnbe;"Codename - Blut Engel (2006-01-19)";304x224@59;H
+cndi;"Chip n Dale (Intro demo)";304x224@59;H
+cninja;"Caveman Ninja (World ver 4)";256x240@58;H
+cninja1;"Caveman Ninja (World ver 1)";256x240@58;H
+cninjabl;"Caveman Ninja (bootleg)";256x240@58;H
+cninjau;"Caveman Ninja (US ver 4)";256x240@58;H
+cobracom;"Cobra-Command (World/US revision 5)";256x240@58;H
+cobracoma;"Cobra-Command (World/US revision 4)";256x240@58;H
+cobracomb;"Cobra-Command (Italian bootleg)";256x240@58;H
+cobracomj;"Cobra-Command (Japan)";256x240@58;H
+cobracomja;"Cobra-Command (Japan?, set 2)";256x240@58;H
+cobracomjb;"Cobra-Command (Japan, bootleg)";256x240@58;H
+columnsn;"Columns (Neo Geo)";304x224@59;H
+combh;"Combat Hawk";224x224@60;V
+commando;"Commando (World)";256x224@60;V
+commandob;"Commando (bootleg)";256x224@60;V
+commandob2;"Commando (bootleg 2)";256x224@60;V
+commandoj;"Senjou no Ookami";256x224@60;V
+commandou;"Commando (US, set 1)";256x224@60;V
+commandou2;"Commando (US, set 2)";256x224@60;V
+commandw;"Command War - Super Special Battle & War Game (Ver 0.0";320x224@60;H
+commsega;"Commando (Sega)";256x224@60;V
+condor;"Condor (Sidam bootleg of Phoenix)";256x208@60;V
+condorn;"Condor (S C Novar bootleg of Phoenix)";256x208@60;V
+congo;"Congo (Prototype) - Congo Bongo - Congo Bongo - Congo Bongo (Euro, Jpn, v1)";256x224@60;V
+congoa;"Congo Bongo (Euro, Jpn, v1 Alt) - Congo Bongo (Rev C, 3 board stack)";256x224@60;V
+contcirc;"Continental Circus (World)";320x224@60;H
+contcircj;"Continental Circus (Japan)";320x224@60;H
+contcircu;"Continental Circus (US set 1)";320x224@60;H
+contcircua;"Continental Circus (US set 2)";320x224@60;H
+contra;"Contra (US / Asia, set 1) - Contra - Hard Corps (USA, Kor) - Super Contra";280x224@60;V
+contra1;"Contra (US / Asia, set 2)";280x224@60;V
+contrab;"Contra (bootleg)";280x224@60;V
+contrabj;"Contra (Japan bootleg, set 1)";280x224@60;V
+contrabj1;"Contra (Japan bootleg, set 2)";280x224@60;V
+contrae;"Contra (US / Asia, set 3)";280x224@60;V
+contraj;"Contra (Japan, set 1) - Contra - The Hard Corps (Jpn) - Super Contra (Japan)";280x224@60;V
+contraj1;"Contra (Japan, set 2)";280x224@60;V
+cookbib;"Cookie & Bibi (set 1)";320x240@60;H
+cookbib2;"Cookie & Bibi 2";256x224@58;H
+cookbib3;"Cookie & Bibi 3";256x224@58;H
+cookbiba;"Cookie & Bibi (set 2)";320x240@60;H
+cosmccop;"Cosmic Cop (World)";384x256@55;H
+cosmogng;"Cosmo Gang the Video (US)";288x224@60;V
+cotton;"Cotton (set 3, World, FD1094 317-0181a) - Panorama Cotton (Jpn)";320x224@60;H
+cottond;"Cotton (set 3, World, FD1094 317-0181a decrypted)";320x224@60;H
+cottong;"Cotocoto Cottong";256x224@60;V
+cottonj;"Cotton (set 2, Japan, Rev B, FD1094 317-0179b))";320x224@60;H
+cottonja;"Cotton (set 1, Japan, Rev A, FD1094 317-0179a))";320x224@60;H
+cottonjad;"Cotton (set 1, Japan, Rev A, FD1094 317-0179a decrypte";320x224@60;H
+cottonjd;"Cotton (set 2, Japan, Rev B, FD1094 317-0179b decrypte";320x224@60;H
+cottonu;"Cotton (set 2, US, FD1094 317-0180)";320x224@60;H
+cottonud;"Cotton (set 2, US, FD1094 317-0180 decrypted)";320x224@60;H
+countrunb;"Counter Run (bootleg set 1)";256x224@60;H
+cphd;"Crouching Poney Hidden Dragon (DEMO)";304x224@59;H
+cps1demo;"Chaos Demo (CPS-1)";384x224@60;H
+cps1frog;"Frog Feast (CPS-1)";384x224@60;H
+crazyblk;"Crazy Blocks";240x224@60;V
+crazycop;"Crazy Cop (Japan)";288x224@60;V
+crazyfgt;"Crazy Fight";384x224@60;H
+crimec;"Crime City (World)";320x224@60;H
+crimecj;"Crime City (Japan)";320x224@60;H
+crimecu;"Crime City (US)";320x224@60;H
+crimfght;"Crime Fighters (World 2 players)";320x224@60;H
+crimfghtj;"Crime Fighters (Japan 2 Players)";320x224@60;H
+crimfghtu;"Crime Fighters (US 4 Players)";320x224@60;H
+crockman;"Crock-Man (bootleg, Rene-Pierre)";288x224@60;V
+croquis;"Croquis (Germany)";320x224@60;H
+crospang;"Cross Pang";320x240@60;H
+crossbld;"Cross Blades! (Japan)";320x240@60;H
+crshrace;"Lethal Crash Race (set 1)";320x224@60;V
+crshrace2;"Lethal Crash Race (set 2)";320x224@60;V
+crswd2bl;"Crossed Swords 2 (bootleg CD to cartridge conversion)";304x224@59;H
+crsword;"Crossed Swords (ALM-002)(ALH-002)";304x224@59;H
+cruisin;"Cruisin";240x224@60;H
+crush;"Alien Crush - Alien Crush - Crush Roller (Kural Samno) - Mad Crusher (Japan) - Rolling Crush (version 1.07.E - 1999/02/11, Trust lice - Super Metal Crusher";288x224@60;V
+crush2;"Crush Roller (Kural Esco - bootleg?)";288x224@60;V
+crush4;"Crush Roller (Kural - bootleg?)";288x224@60;V
+crush5;"Crush Roller (Kural TWT)";288x224@60;V
+crushbl;"Crush Roller (bootleg set 1)";288x224@60;V
+crushbl2;"Crush Roller (bootleg set 2)";288x224@60;V
+crushbl3;"Crush Roller (bootleg set 3)";288x224@60;V
+crusherm;"Crusher Makochan (Japan)";320x240@58;H
+crushs;"Crush Roller (Sidam bootleg)";288x224@60;V
+csclub;"Capcom Sports Club (971017 Euro)";384x224@60;H
+csclub1;"Capcom Sports Club (970722 Euro)";384x224@60;H
+csclub1d;"Capcom Sports Club (970722 Euro Phoenix Edition)";384x224@60;H
+cscluba;"Capcom Sports Club (970722 Asia)";384x224@60;H
+csclubh;"Capcom Sports Club (970722 Hispanic)";384x224@60;H
+csclubj;"Capcom Sports Club (970722 Japan)";384x224@60;H
+csclubjy;"Capcom Sports Club (970722 Japan, yellow case)";384x224@60;H
+csilver;"Captain Silver (World)";256x240@58;H
+csilverj;"Captain Silver (Japan revision 3)";256x240@58;H
+csilverja;"Captain Silver (Japan revision 1)";256x240@58;H
+csprint;"Championship Sprint (Atari System 2)";512x384@60;H
+ct2k3sa;"Crouching Tiger Hidden Dragon 2003 Super Plus alternat";304x224@59;H
+ct2k3sp;"Crouching Tiger Hidden Dragon 2003 Super Plus";304x224@59;H
+cthd2003;"Crouching Tiger Hidden Dragon 2003 (set 1)";304x224@59;H
+cthd2k3a;"Crouching Tiger Hidden Dragon 2003 (set 2)";304x224@59;H
+ctomaday;"Captain Tomaday";304x224@59;H
+ctribe;"The Combatribes (US)";320x240@57;H
+ctribe1;"The Combatribes (US set 1?)";320x240@57;H
+ctribeb;"The Combatribes (bootleg set 1)";320x240@57;H
+ctribeb2;"The Combatribes (bootleg set 2)";320x240@57;H
+ctribej;"The Combatribes (Japan)";320x240@57;H
+ctribeo;"The Combatribes (US , older)";320x240@57;H
+ctrpllrp;"Caterpillar Pacman Hack";288x224@60;V
+cubybop;"Cuby Bop (location test)";320x224@60;H
+cuebrick;"Cue Brick (World, version D)";304x224@60;H
+cuebrickj;"Cue Brick (Japan)";320x224@60;H
+cupfinal;"Taito Cup Finals (Ver 1.0O 1993/02/28)";320x224@60;H
+cutefght;"Cute Fighter";304x224@58;H
+cutieq;"Cutie Q";272x224@60;V
+cworld;"Capcom World (Japan)";384x240@60;H
+cworld2j;"Adventure Quiz Capcom World 2 (920611 Japan)";384x224@60;H
+cworld2ja;"Adventure Quiz Capcom World 2 (Japan 920611, B-Board 9";384x224@60;H
+cworld2jb;"Adventure Quiz Capcom World 2 (Japan 920611, B-Board 9";384x224@60;H
+cybattlr;"Cybattler";256x224@60;V
+cyberlip;"Cyber-Lip (NGM-010)";304x224@59;H
+cybertnk;"Cyber Tank (v1.4)";224x512@60;V
+cybots;"Cyberbots - fullmetal madness (950424 Euro)";384x224@60;H
+cybotsj;"Cyberbots - fullmetal madness (950420 Japan)";384x224@60;H
+cybotsjd;"Cyberbots - fullmetal madness (Japan 950424) (decrypte";384x224@60;H
+cybotsu;"Cyberbots - fullmetal madness (950424 USA)";384x224@60;H
+cybotsud;"Cyberbots - fullmetal madness (950424 USA Phoenix Edit";384x224@60;H
+cyvern;"Cyvern (US)";320x240@60;V
+cyvernj;"Cyvern (Japan)";320x240@60;V
+dacholer;"Dacholer";256x224@60;H
+dadandrn;"Kyukyoku Sentai Dadandarn (ver JAA)";288x224@60;H
+daimakai;"Dai Makai-Mura (Japan) - Dai Makaimura - Dai Makaimura (Jpn)";384x224@60;H
+daimakaib;"Dai Makai-Mura (bootleg, Japan)";384x224@60;H
+daimakair;"Dai Makai-Mura (Japan Resale Ver.)";384x224@60;H
+daioh;"Daioh";384x240@60;V
+daioha;"Daioh (earlier)";384x240@60;V
+daiohc;"Daioh (93111A PCB conversion)";384x240@60;V
+daiohp;"Daioh (prototype)";384x240@60;V
+dairesya;"Dai Ressya Goutou (Japan)";240x224@60;H
+daisenpu;"Dai Senpu - Daisenpu (Japan)";384x224@60;V
+dambustr;"Dambusters (US, set 1) - The Dam Busters (Euro?)";256x224@60;V
+dambustra;"Dambusters (US, set 2) - The Dam Busters (Jpn)";256x224@60;V
+dambustruk;"Dambusters (UK)";256x224@60;V
+dangar;"Ufo Robo Dangar (4/07/1987)";256x224@60;V
+dangara;"Ufo Robo Dangar (12/1/1986)";256x224@60;V
+dangarb;"Ufo Robo Dangar (9/26/1986)";256x224@60;V
+dangarbt;"Ufo Robo Dangar (bootleg)";256x224@60;V
+dangseed;"Dangerous Seed (Japan) - Dangerous Seed (Jpn)";288x224@60;V
+dankuga;"Dan-Ku-Ga (Ver 0.0J 1994/12/13) (Prototype)";320x224@60;H
+daraku;"Daraku Tenshi - The Fallen Angels";320x224@60;H
+darius;"Darius (World)";224x864@60;V
+darius2;"Darius II (Japan) - Darius II (Jpn)";224x864@60;V
+darius2d;"Darius II (dual screen) (Japan)";224x640@60;V
+darius2do;"Darius II (dual screen) (Japan old version)";224x640@60;V
+dariuse;"Darius (Extra) (Japan)";224x864@60;V
+dariusg;"Darius Gaiden - Silver Hawk (Ver 2.5O 1994/09/19)";320x232@60;H
+dariusgj;"Darius Gaiden - Silver Hawk (Ver 2.5J 1994/09/19)";320x232@60;H
+dariusgu;"Darius Gaiden - Silver Hawk (Ver 2.5A 1994/09/19)";320x232@60;H
+dariusgx;"Darius Gaiden - Silver Hawk Extra Version (Ver 2.7J 19";320x232@60;H
+dariusj;"Darius (Japan)";224x864@60;V
+dariuso;"Darius (Japan old version)";224x864@60;V
+dariusu;"Darius (US)";224x864@60;V
+darkadv;"Dark Adventure";320x224@60;H
+darkmist;"The Lost Castle In Darkmist";256x224@60;V
+darkplnt;"Dark Planet";256x224@60;H
+darkseal;"Dark Seal (World revision 3)";256x240@58;H
+darkseal1;"Dark Seal (World revision 1)";256x240@58;H
+darkseal2;"Dark Seal 2 (Japan v2.1)";320x240@58;H
+darksealj;"Dark Seal (Japan)";256x240@58;H
+darktowr;"Dark Tower";256x240@57;H
+darwin;"Darwin 4078 (Japan) - Darwin 4081 (Jpn, Kor) - Super Real Darwin (World)";240x240@60;V
+dassault;"Desert Assault (US)";320x240@60;H
+dassault4;"Desert Assault (US 4 Players)";320x240@60;H
+dblaxle;"Double Axle (US)";320x240@60;H
+dblaxleu;"Double Axle (US earlier)";320x240@60;H
+dbldynj;"The Double Dynamites (Japan, 13NOV89)";256x224@60;H
+dbldynu;"The Double Dynamites (US, 13NOV89)";256x224@60;H
+dblewing;"Double Wings";320x240@58;V
+dblpoint;"Double Point";320x224@60;H
+dblpointd;"Double Point (Dong Bang Electron, bootleg?)";320x224@60;H
+dbreed;"Dragon Breed (M81 PCB version)";384x256@55;H
+dbreedm72;"Dragon Breed (M72 PCB version)";384x256@55;H
+dbz;"Dragon Ball Z - Buyuu Retsuden (Jpn) - Dragonball Z (rev B)";384x256@60;H
+dbz2;"Dragonball Z 2 - Super Battle";384x256@60;H
+dbza;"Dragonball Z (rev A)";384x256@60;H
+dcon;"D-Con";320x224@60;H
+ddaydoo;"Chulgyeok D-Day (Korea)";384x240@60;V
+ddcrew;"D. D. Crew (set 4, World, 3 Players, FD1094 317-0190)";320x224@60;H
+ddcrew1;"D. D. Crew (set 1, World, 4 Players, FD1094 317-?)";320x224@60;H
+ddcrew1d;"D. D. Crew (set 1, World, 4 Players, FD1094 317-? decr";320x224@60;H
+ddcrew2;"D. D. Crew (set 2, World, 2 Players, FD1094 317-0184)";320x224@60;H
+ddcrew2d;"D. D. Crew (set 2, World, 2 Players, FD1094 317-0184 d";320x224@60;H
+ddcrewd;"D. D. Crew (set 4, World, 3 Players, FD1094 317-0190 d";320x224@60;H
+ddcrewj;"D. D. Crew (set 5, Japan, 4 Players, FD1094 317-0185)";320x224@60;H
+ddcrewj2;"D. D. Crew (set 6, Japan, 2 Players, FD1094 317-0182)";320x224@60;H
+ddcrewj2d;"D. D. Crew (set 6, Japan, 2 Players, FD1094 317-0182 d";320x224@60;H
+ddcrewjd;"D. D. Crew (set 5, Japan, 4 Players, FD1094 317-0185 d";320x224@60;H
+ddcrewu;"D. D. Crew (set 3, US, 4 Players, FD1094 317-0186)";320x224@60;H
+ddcrewud;"D. D. Crew (set 3, US, 4 Players, FD1094 317-0186 decr";320x224@60;H
+ddonpach;"DoDonPachi (International, master ver. 97/02/05)";320x240@60;V
+ddonpacha;"DoDonPachi (Arrange Mode version 1.1, hack by Trap15)";320x240@60;V
+ddonpachj;"DoDonPachi (Japan, master ver. 97/02/05)";320x240@60;V
+ddp2;"Bee Storm - DoDonPachi II (V102, World) - Judge Dredd (USA, Prototype, Alt)";448x224@60;V
+ddp2100;"Bee Storm - DoDonPachi II (V100, World)";448x224@60;V
+ddp2100c;"Bee Storm - DoDonPachi II (V100, China)";448x224@60;V
+ddp2100hk;"Bee Storm - DoDonPachi II (V100, Hong Kong)";448x224@60;V
+ddp2100j;"Bee Storm - DoDonPachi II (V100, Japan)";448x224@60;V
+ddp2100k;"Bee Storm - DoDonPachi II (V100, Korea)";448x224@60;V
+ddp2100t;"Bee Storm - DoDonPachi II (V100, Taiwan)";448x224@60;V
+ddp2101;"Bee Storm - DoDonPachi II (V101, World)";448x224@60;V
+ddp2101c;"Bee Storm - DoDonPachi II (V101, China)";448x224@60;V
+ddp2101hk;"Bee Storm - DoDonPachi II (V101, Hong Kong)";448x224@60;V
+ddp2101j;"Bee Storm - DoDonPachi II (V101, Japan)";448x224@60;V
+ddp2101k;"Bee Storm - DoDonPachi II (V101, Korea)";448x224@60;V
+ddp2101t;"Bee Storm - DoDonPachi II (V101, Taiwan)";448x224@60;V
+ddp2c;"Bee Storm - DoDonPachi II (V102, China)";448x224@60;V
+ddp2hk;"Bee Storm - DoDonPachi II (V102, Hong Kong)";448x224@60;V
+ddp2j;"Bee Storm - DoDonPachi II (V102, Japan)";448x224@60;V
+ddp2k;"Bee Storm - DoDonPachi II (V102, Korea)";448x224@60;V
+ddp2t;"Bee Storm - DoDonPachi II (V102, Taiwan)";448x224@60;V
+ddpdoj;"DoDonPachi Dai-Ou-Jou (V101, Japan)";448x224@60;V
+ddpdoja;"DoDonPachi Dai-Ou-Jou (V100 (second version), Japan)";448x224@60;V
+ddpdojb;"DoDonPachi Dai-Ou-Jou (V100 (first version), Japan)";448x224@60;V
+ddpdojblk;"DoDonPachi Dai-Ou-Jou Black Label (V100, (2002.10.07.B";448x224@60;V
+ddpdojblka;"DoDonPachi Dai-Ou-Jou Black Label (V100 (2002.10.07 Bl";448x224@60;V
+ddpdojblkbl;"DoDonPachi Dai-Ou-Jou Black Label (2002.10.07 Black Ve";448x224@60;V
+ddragon;"Double Dragon (Euro, USA) - Double Dragon (Euro, USA) - Double Dragon (Japan) - Double Dragon (Kor) - Double Dragon (World)";256x240@57;H
+ddragon2;"Double Dragon II - The Revenge (Jpn) - Double Dragon II - The Revenge (World)";256x240@57;H
+ddragon2b;"Double Dragon II - The Revenge (US bootleg, set 1)";256x240@57;H
+ddragon2b2;"Double Dragon II - The Revenge (US bootleg, set 2)";256x240@57;H
+ddragon2u;"Double Dragon II - The Revenge (US)";256x240@57;H
+ddragon3;"Double Dragon 3 - The Arcade Game (Euro, USA) - Double Dragon 3 - The Rosetta Stone (US)";320x240@57;H
+ddragon3b;"Double Dragon 3 - The Rosetta Stone (bootleg)";320x240@57;H
+ddragon3j;"Double Dragon 3 - The Rosetta Stone (Japan)";320x240@57;H
+ddragon3p;"Double Dragon 3 - The Rosetta Stone (prototype)";320x240@57;H
+ddragonb;"Double Dragon (bootleg with HD6309)";256x240@57;H
+ddragonb2;"Double Dragon (bootleg)";256x240@57;H
+ddragonba;"Double Dragon (bootleg with M6803)";256x240@57;H
+ddragonu;"Double Dragon (US set 1)";256x240@57;H
+ddragonua;"Double Dragon (US set 2)";256x240@57;H
+ddragonub;"Double Dragon (US set 3)";256x240@57;H
+ddragonw;"Double Dragon (World set 1)";256x240@57;H
+ddragonw1;"Double Dragon (World set 2)";256x240@57;H
+ddsom;"Dungeons & Dragons - shadow over mystara (960619 Euro)";384x224@60;H
+ddsoma;"Dungeons & Dragons - shadow over mystara (960619 Asia)";384x224@60;H
+ddsomar1;"Dungeons & Dragons - shadow over mystara (960208 Asia)";384x224@60;H
+ddsomb;"Dungeons & Dragons - shadow over mystara (960223 Brazi";384x224@60;H
+ddsomh;"Dungeons & Dragons - shadow over mystara (960223 Hispa";384x224@60;H
+ddsomj;"Dungeons & Dragons - shadow over mystara (960619 Japan";384x224@60;H
+ddsomjr1;"Dungeons & Dragons - shadow over mystara (960206 Japan";384x224@60;H
+ddsomjr2;"Dungeons & Dragons - shadow over mystara (960223 Japan";384x224@60;H
+ddsomr1;"Dungeons & Dragons - shadow over mystara (960223 Euro)";384x224@60;H
+ddsomr2;"Dungeons & Dragons - shadow over mystara (960209 Euro)";384x224@60;H
+ddsomr3;"Dungeons & Dragons - shadow over mystara (960208 Euro)";384x224@60;H
+ddsomu;"Dungeons & Dragons - shadow over mystara (960619 USA)";384x224@60;H
+ddsomud;"Dungeons & Dragons - shadow over mystara (960619 USA P";384x224@60;H
+ddsomur1;"Dungeons & Dragons - shadow over mystara (960209 USA)";384x224@60;H
+ddtod;"Dungeons & Dragons - tower of doom (940412 Euro)";384x224@60;H
+ddtoda;"Dungeons & Dragons - tower of doom (940412 Asia)";384x224@60;H
+ddtodar1;"Dungeons & Dragons - tower of doom (940113 Asia)";384x224@60;H
+ddtodd;"Dungeons & Dragons - tower of doom (940412 Euro Phoeni";384x224@60;H
+ddtodh;"Dungeons & Dragons - tower of doom (940412 Hispanic)";384x224@60;H
+ddtodhr1;"Dungeons & Dragons - tower of doom (940125 Hispanic)";384x224@60;H
+ddtodhr2;"Dungeons & Dragons - tower of doom (940113 Hispanic)";384x224@60;H
+ddtodj;"Dungeons & Dragons - tower of doom (940412 Japan)";384x224@60;H
+ddtodjr1;"Dungeons & Dragons - tower of doom (940125 Japan)";384x224@60;H
+ddtodjr2;"Dungeons & Dragons - tower of doom (940113 Japan)";384x224@60;H
+ddtodr1;"Dungeons & Dragons - tower of doom (940113 Euro)";384x224@60;H
+ddtodu;"Dungeons & Dragons - tower of doom (940125 USA)";384x224@60;H
+ddtodur1;"Dungeons & Dragons - tower of doom (940113 USA)";384x224@60;H
+ddux;"Dynamite Dux (Euro, Bra) - Dynamite Dux (set 2, FD1094 317-0096)";320x224@60;H
+ddux1;"Dynamite Dux (set 1, 8751 317-0095)";320x224@60;H
+dduxbl;"Dynamite Dux (bootleg)";320x224@60;H
+dduxd;"Dynamite Dux (set 2, FD1094 317-0096 decrypted)";320x224@60;H
+dduxj;"Dynamite Dux (set 2, Japan, FD1094 317-0094)";320x224@60;H
+dduxjd;"Dynamite Dux (set 2, Japan, FD1094 317-0094 decrypted)";320x224@60;H
+deadconx;"Dead Connection (World)";320x224@60;H
+deadconxj;"Dead Connection (Japan)";320x224@60;H
+dealer;"The Dealer";272x236@60;V
+deathbrd;"Death Brade (Japan ver JM-3)";320x240@58;H
+deerhunt;"Deer Hunter (Rus) - Deer Hunting USA V4.3";320x240@60;H
+deerhunta;"Deer Hunting USA V4.2";320x240@60;H
+deerhuntb;"Deer Hunting USA V4.0";320x240@60;H
+deerhuntc;"Deer Hunting USA V3.0";320x240@60;H
+deerhuntd;"Deer Hunting USA V2";320x240@60;H
+deerhunte;"Deer Hunting USA V1";320x240@60;H
+defense;"Defense (System 16B, FD1089A 317-0028)";320x224@60;H
+deluxe4u;"Deluxe 4 U (ver. 0107, 07/01/2000)";320x240@60;H
+deluxe5;"Deluxe 5 (ver. 0107, 07/01/2000, set 1)";320x240@60;H
+deluxe5a;"Deluxe 5 (ver. 0107, 07/01/2000, set 2)";320x240@60;H
+deluxe5b;"Deluxe 5 (ver. 0107, 07/01/2000, set 3)";320x240@60;H
+demonwld;"Demon's World / Horror Story (set 1)";320x240@55.2;H
+demonwld1;"Demon's World / Horror Story (set 2)";320x240@55.2;H
+demonwld2;"Demon's World / Horror Story (set 3)";320x240@55.2;H
+demonwld3;"Demon's World / Horror Story (set 4)";320x240@55.2;H
+demonwld4;"Demon's World / Horror Story (set 5)";320x240@55.2;H
+deroon;"Deroon DeroDero";320x240@57;H
+deroona;"Deroon DeroDero (alt set)";320x240@57;H
+desertbr;"Desert Breaker (World, FD1094 317-0196)";320x224@60;V
+desertbrd;"Desert Breaker (World, FD1094 317-0196 decrypted)";320x224@60;V
+desertbrj;"Desert Breaker (Japan, FD1094 317-0194)";320x224@60;V
+desertbrjd;"Desert Breaker (Japan, FD1094 317-0194 decrypted)";320x224@60;V
+detatwin;"Detana!! Twin Bee (Japan ver. J)";280x224@60;V
+devilfsg;"Devil Fish (Galaxian hardware, bootleg?)";256x224@60;V
+devilfsh;"Devil Fish";256x224@60;V
+devilw;"Devil World";320x224@60;H
+devstors;"Devastators (ver. Z)";304x224@60;V
+devstors2;"Devastators (ver. X)";304x224@60;V
+devstors3;"Devastators (ver. V)";304x224@60;V
+dfeveron;"Dangun Feveron (Japan, ver. 98/09/17)";320x240@58;V
+dharma;"Dharma Doujou";320x224@60;H
+dharmaj;"Dharma Doujou (Japan)";320x224@60;H
+dharmak;"Dharma Doujou (Korea)";320x224@60;H
+diamond;"Diamond Run";256x224@60;H
+dietgo;"Diet Go Go (Euro v1.1 1992.09.26)";320x240@58;H
+dietgoe;"Diet Go Go (Euro v1.1 1992.08.04)";320x240@58;H
+dietgoj;"Diet Go Go (Japan v1.1 1992.09.26)";320x240@58;H
+dietgou;"Diet Go Go (USA v1.1 1992.09.26)";320x240@58;H
+digdug;"Dig Dug (Jpn) - Dig Dug (Prototype) - Dig Dug (rev 2)";288x224@60;V
+digdug2;"Dig Dug II (New Ver.)";288x224@60;V
+digdug2o;"Dig Dug II (Old Ver.)";288x224@60;V
+diggerma;"Digger Man";304x224@59;H
+dimahoo;"Dimahoo (000121 Euro)";384x224@60;V
+dimahoou;"Dimahoo (000121 USA)";384x224@60;V
+dimahoud;"Dimahoo (000121 USA Phoenix Edition)";384x224@60;V
+dingo;"Dingo";256x224@60;V
+dino;"Cadillacs & Dinosaurs (930201 etc)";384x224@60;H
+dinoa;"Cadillacs & Dinosaurs (930223 Asia TW)";384x224@60;H
+dinoeh;"Cadillacs and Dinosaurs (hack, 930201 etc)";384x224@60;H
+dinoh;"Cadillacs and Dinosaurs (bootleg set 3, 930223 Asia TW";384x224@60;H
+dinohc;"Cadillacs and Dinosaurs (Chinese bootleg, 930223 Asia";384x224@60;H
+dinohunt;"Dinosaur Hunter (Chinese bootleg, 930223 Asia TW)";384x224@60;H
+dinoj;"Cadillacs Kyouryuu-Shinseiki (Cadillacs 930201 Japan)";384x224@60;H
+dinopic;"Cadillacs and Dinosaurs (bootleg set 1 (with PIC16c57)";384x224@60;H
+dinopic2;"Cadillacs and Dinosaurs (bootleg set 2 (with PIC16c57)";384x224@60;H
+dinopic3;"Cadillacs and Dinosaurs (bootleg set 3 (with PIC16c57)";384x224@60;H
+dinopic4;"Cadillacs and Dinosaurs (bootleg set 4 (with PIC16c57)";384x224@60;H
+dinorex;"Dino Rex (World)";320x224@60;H
+dinorexj;"Dino Rex (Japan)";320x224@60;H
+dinorexu;"Dino Rex (US)";320x224@60;H
+dinot;"Cadillacs and Dinosaurs Turbo (bootleg set 1, 930223 A";384x224@60;H
+dinotpic;"Cadillacs and Dinosaurs Turbo (bootleg set 2 (with PIC";384x224@60;H
+dinou;"Cadillacs & Dinosaurs (930201 USA)";384x224@60;H
+dirtfoxj;"Dirt Fox (Japan)";288x224@60;V
+disco;"Disco No.1";242x240@60;V
+discof;"Disco No.1 (Rev.F)";242x240@60;V
+diverboy;"Diver Boy";320x240@60;H
+djboy;"DJ Boy (Euro) - DJ Boy (set 1)";256x224@58;H
+djboya;"DJ Boy (set 2)";256x224@58;H
+djboyj;"DJ Boy (Japan) - DJ Boy (Jpn)";256x224@58;H
+dkgensan;"Daiku no Gensan (Japan, M82)";384x256@55;H
+dkgensanm72;"Daiku no Gensan (Japan, M72)";384x256@55;H
+dkingjr;"Donkey King Jr. (bootleg of Donkey Kong Jr.)";256x224@60;V
+dkong;"Donkey Kong - Donkey Kong (US set 1)";256x224@60;V
+dkong3;"Donkey Kong 3 (US)";256x224@60;V
+dkong3b;"Donkey Kong 3 (bootleg on Donkey Kong Jr. hardware)";256x224@60;V
+dkong3j;"Donkey Kong 3 (Japan)";256x224@60;V
+dkongf;"Donkey Kong Foundry (hack)";256x224@60;V
+dkonghrd;"Donkey Kong (US set 1) with Hard kit";256x224@60;V
+dkongj;"Donkey Kong (Japan set 1)";256x224@60;V
+dkongjnrj;"Donkey Kong Junior (Japan?)";256x224@60;V
+dkongjo;"Donkey Kong (Japan set 2)";256x224@60;V
+dkongjo1;"Donkey Kong (Japan set 3)";256x224@60;V
+dkongjr;"Donkey Kong Junior - Donkey Kong Junior (US set F-2)";256x224@60;V
+dkongjrb;"Donkey Kong Jr. (bootleg)";256x224@60;V
+dkongjrj;"Donkey Kong Jr. (Japan)";256x224@60;V
+dkongjrm;"Donkey Kong Jr. (Moon Cresta hardware)";256x224@60;V
+dkongo;"Donkey Kong (US set 2)";256x224@60;V
+dkongpe;"Donkey Kong - Pauline Edition (hack, rev 5)";256x224@60;V
+dkongx;"Donkey Kong II - Jumpman Returns (hack, V1.2)";256x224@60;V
+dkongx11;"Donkey Kong II - Jumpman Returns (hack, V1.1)";256x224@60;V
+dkrainbow;"Donkey Kong - Arcade Rainbow (hack)";256x224@60;V
+dland;"Dream Land / Super Dream Land (bootleg of Bubble Bobbl - Rod-Land (World)";256x224@60;H
+dleague;"Dynamite League (US)";320x240@60;H
+dleaguej;"Dynamite League (Japan)";320x240@60;H
+dmnfrnt;"Demon Front (V105)";448x224@60;H
+dmnfrnta;"Demon Front (V102, China)";448x224@60;H
+dmnfrntb;"Demon Front (V103)";448x224@60;H
+dmnfrntpcb;"Demon Front (V107, Korea, Single PCB Version)";448x224@60;H
+dngrtrck;"Danger Track (Rally X bootleg)";288x224@60;H
+docastle;"Mr. Do!'s Castle - Mr. Do's Castle (set 1)";240x192@60;V
+dodgeman;"Dodge Man";256x224@60;H
+dogfgt;"Acrobatic Dog-Fight";256x240@60;H
+dogfgtj;"Dog-Fight (Japan)";256x240@60;H
+dogfgtu;"Acrobatic Dog-Fight (USA)";256x240@60;H
+dogfight;"Dog Fight (Thunderbolt) - Dog Fighter (Euro)";256x224@60;V
+dogosokb;"Dogou Souken (Joystick hack bootleg)";288x216@60;V
+dogosoke;"Dogou Souken";288x216@60;V
+dogyuun;"Dogyuun";320x240@60;V
+dogyuuna;"Dogyuun (Licensed to Unite Trading For Korea)";320x240@60;V
+dogyuunt;"Dogyuun (test location version)";320x240@60;V
+dokaben;"Dokaben (Japan)";384x240@60;H
+dolmen;"Dolmen";256x224@56;H
+dommy;"Dommy";248x240@57;V
+dondokod;"Don Doko Don (World)";320x224@60;H
+dondokodj;"Don Doko Don (Japan)";320x224@60;H
+dondokodu;"Don Doko Don (US)";320x224@60;H
+donight;"Mr.Do's Nightmare (hack by Krazy Ivan)";256x224@60;V
+donpachi;"DonPachi (USA, ver. 1.12, 95/05/2x)";320x240@58;V
+donpachihk;"DonPachi (Hong Kong, ver. 1.10, 95/05/17)";320x240@58;V
+donpachij;"DonPachi (Japan, ver. 1.01, 95/05/11)";320x240@58;V
+donpachikr;"DonPachi (Korea, ver. 1.12, 95/05/2x)";320x240@58;V
+dorodon;"Dorodon (Jpn) - Dorodon (set 1)";240x196@60;V
+dorodon2;"Dorodon (set 2)";240x196@60;V
+dorunrun;"Do! Run Run (set 1)";240x192@60;H
+dotrikun;"Dottori Kun (new version)";256x192@60;H
+dotrikun2;"Dottori Kun (old version)";256x192@60;H
+dotriman;"Dottori-Man Jr.";256x192@60;H
+doubledr;"Double Dragon (Neo-Geo)";320x224@59;H
+dowild;"Mr. Do's Wild Ride - Mr. Do's Wild Ride (Jpn)";240x192@60;H
+downtown;"DownTown / Mokugeki (Set 1)";384x224@57;V
+downtown2;"DownTown / Mokugeki (Set 2)";384x224@57;V
+downtownj;"DownTown / Mokugeki (Joystick Hack)";384x224@57;V
+downtownp;"DownTown / Mokugeki (prototype)";384x224@57;V
+dquizgo;"Date Quiz Go Go (Korea)";320x240@60;H
+dragnblz;"Dragon Blaze";320x224@60;V
+dragonsh;"Dragon's Heaven (development board)";304x224@59;H
+drakton;"Drakton (DK conversion)";256x224@60;V
+dreamwld;"Dream World";304x224@58;H
+dremshpr;"Dream Shopper";288x224@60;V
+drgnbowl;"Dragon Bowl";256x224@60;H
+drgnbowla;"Dragon Bowl (set 2, unencrypted program)";256x224@60;H
+drgnbstr;"Dragon Buster";288x224@60;H
+drgninja;"Dragonninja (Japan)";256x240@57;H
+drgninjab;"Dragonninja (bootleg set 1)";256x240@57;H
+drgninjab2;"Dragonninja (bootleg set 2)";256x240@57;H
+drgnmst;"Dragon Master";384x224@60;H
+drgnunit;"Dragon Unit / Castle of Dragon";384x240@60;H
+drgw2;"Dragon World II (V110X, World)";448x224@60;H
+drgw2c;"Zhong Guo Long II (V100C, China)";448x224@60;H
+drgw2hk;"Dragon World II (V100H, Hong Kong)";448x224@60;H
+drgw2j;"Chuugokuryuu II (V100J, Japan)";448x224@60;H
+drifto94;"Drift Out '94 - The Hard Order (Japan)";336x238@60;H
+driftout;"Drift Out (Europe)";320x224@60;V
+driftoutj;"Drift Out (Japan)";320x224@60;V
+driveout;"Drive Out";320x224@60;V
+drivfrcb;"Driving Force (Galaxian conversion bootleg)";256x224@60;V
+drivfrcg;"Driving Force (Galaxian conversion)";256x224@60;V
+drivfrcp;"Driving Force (Pac-Man conversion)";256x224@60;V
+drivfrct;"Top Racer (bootleg of Driving Force)";256x224@60;V
+drktnjr;"Drakton (DKJr conversion)";256x224@60;V
+drmicro;"Dr. Micro";256x224@60;V
+drtomy;"Dr. Tomy";320x240@60;H
+drtoppel;"Dr. Toppel's Adventure (World)";256x224@60;V
+drtoppela;"Dr. Toppel's Adventure (World, alt?)";256x224@60;V
+drtoppelj;"Dr. Toppel's Tankentai (Japan)";256x224@60;V
+drtoppelu;"Dr. Toppel's Adventure (US)";256x224@60;V
+dsaber;"Dragon Saber (World, DO2) - Dragon Saber - After Story of Dragon Spirit";288x224@60;V
+dsabera;"Dragon Saber (World, older?)";288x224@60;V
+dsaberj;"Dragon Saber (Japan, Rev B)";288x224@60;V
+dsoccr94;"Dream Soccer '94 (World, M107 hardware)";320x240@60;H
+dsoccr94j;"Dream Soccer '94 (Japan)";320x240@60;H
+dsoccr94k;"Dream Soccer '94 (Korea, M107 hardware)";320x240@60;H
+dspirit;"Dragon Spirit - Dragon Spirit - Dragon Spirit (new version (DS3))";288x224@60;V
+dspirit1;"Dragon Spirit (old version (DS1))";288x224@60;V
+dspirit2;"Dragon Spirit (DS2)";288x224@60;V
+dstlk;"Darkstalkers - the night warriors (940705 Euro) - Landstalker - The Treasures of King Nole (Euro)";384x224@60;H
+dstlka;"Darkstalkers - the night warriors (940705 Asia)";384x224@60;H
+dstlkh;"Darkstalkers - the night warriors (940818 Hispanic)";384x224@60;H
+dstlku;"Darkstalkers - the night warriors (940818 USA) - Landstalker - The Treasures of King Nole (USA)";384x224@60;H
+dstlku1d;"Darkstalkers - the night warriors (940705 USA Phoenix";384x224@60;H
+dstlkur1;"Darkstalkers - the night warriors (940705 USA)";384x224@60;H
+ducki;"Duck Tales (Intro demo)";304x224@59;H
+dumpmtmt;"Dump Matsumoto (Japan, 8751 317-unknown)";320x224@60;H
+dungeonm;"Dungeon Magic (Ver 2.1O 1994/02/18)";320x224@60;H
+dungeonmu;"Dungeon Magic (Ver 2.1A 1994/02/18)";320x224@60;H
+dunkshot;"Dunk Shot (Jpn) - Dunk Shot (Rev C, FD1089 317-0022)";320x224@60;H
+dunkshota;"Dunk Shot (Jpn, Alt) - Dunk Shot (Rev A, FD1089 317-0022)";320x224@60;H
+dunkshoto;"Dunk Shot (FD1089 317-0022)";320x224@60;H
+dw2001;"Dragon World 2001 (V100, Japan)";448x224@60;H
+dw2v100x;"Dragon World II (V100X, World)";448x224@60;H
+dwi;"DarkWing Duck (Intro demo)";304x224@59;H
+dwia;"DarkWing Duck (Intro demo, alt)";304x224@59;H
+dwpc;"Dragon World Pretty Chance (V101, Japan)";448x224@60;H
+dyger;"Dyger (Korea set 1)";384x224@60;V
+dygera;"Dyger (Korea set 2)";384x224@60;V
+dynablst;"Dynablaster / Bomber Man";320x240@60;H
+dynagear;"Dyna Gear";336x240@60;H
+dynduke;"Dynamite Duke (Euro, Bra) - Dynamite Duke (Europe, 03SEP89) - Dynamite Duke (World, Rev. A)";256x224@60;H
+dyndukea;"Dynamite Duke (Europe, 25JUL89)";256x224@60;H
+dyndukej;"Dynamite Duke (Japan, 03SEP89)";256x224@60;H
+dyndukeja;"Dynamite Duke (Japan, 25JUL89)";256x224@60;H
+dyndukeu;"Dynamite Duke (US, 25JUL89)";256x224@60;H
+dynwar;"Dynasty Wars (US set 1)";384x224@60;H
+dynwara;"Dynasty Wars (US set 2)";384x224@60;H
+dynwarj;"Tenchi wo Kurau (Japan)";384x224@60;H
+dynwarjr;"Tenchi wo Kurau (Japan Resale Ver.)";384x224@60;H
+eagle;"Eagle (set 1)";256x224@60;V
+eagle2;"Eagle (set 2)";256x224@60;V
+eagle3;"Eagle (set 3)";256x224@60;V
+eaglshot;"Eagle Shot Golf";320x224@60;H
+earthjkr;"U.N. Defense Force: Earth Joker (Japan)";320x240@60;V
+earthjkrp;"U.N. Defense Force: Earth Joker (Japan, prototype?)";320x240@60;V
+ecofghtr;"Eco Fighters (931203 etc)";384x224@60;H
+ecofghtra;"Eco Fighters (931203 Asia)";384x224@60;H
+ecofghtrd;"Eco Fighters (931203 World Phoenix Edition)";384x224@60;H
+ecofghtrh;"Eco Fighters (931203 Hispanic)";384x224@60;H
+ecofghtru;"Eco Fighters (940215 USA)";384x224@60;H
+ecofghtru1;"Eco Fighters (931203 USA)";384x224@60;H
+edf;"Armed Formation - Armed Formation F - E.D.F. : Earth Defense Force (set 1) - Twisted Flipper (USA, Prototype)";256x224@60;H
+edfa;"E.D.F. : Earth Defense Force (set 2)";256x224@60;H
+edfbl;"E.D.F. : Earth Defense Force (bootleg)";256x224@60;H
+edfu;"E.D.F. : Earth Defense Force (North America)";256x224@60;H
+edrandy;"The Cliffhanger - Edward Randy (World ver 3)";256x240@58;H
+edrandy1;"The Cliffhanger - Edward Randy (World ver 1)";256x240@58;H
+edrandy2;"The Cliffhanger - Edward Randy (World ver 2)";256x240@58;H
+edrandyj;"The Cliffhanger - Edward Randy (Japan ver 3)";256x240@58;H
+eeekk;"Eeekk!";288x224@60;V
+egghunt;"Egg Hunt";384x240@58;H
+eggor;"Eggor";288x224@60;V
+eggs;"Eggs";240x240@57;V
+eightfrc;"Eight Forces";384x224@60;V
+eightman;"Eight Man (NGM-025)(NGH-025)";320x224@59;H
+elvact2u;"Elevator Action II (Ver 2.2A 1995/02/20)";320x232@60;H
+elvactr;"Elevator Action Returns (Ver 2.2O 1995/02/20)";320x232@60;H
+elvactrj;"Elevator Action Returns (Ver 2.2J 1995/02/20)";320x232@60;H
+endurobl;"Enduro Racer (bootleg set 1)";320x224@60;H
+enduror;"Enduro Racer (YM2151, FD1089B 317-0013A)";320x224@60;H
+enduror1;"Enduro Racer (YM2203, FD1089B 317-0013A)";320x224@60;H
+enforce;"Enforce (World)";320x224@60;H
+enforcej;"Enforce (Japan)";320x224@60;H
+enforceja;"Enforce (Japan, Analog Controls)";320x224@60;H
+esckids;"Escape Kids (Asia, 4 Players)";288x240@60;H
+esckidsj;"Escape Kids (Japan, 2 Players)";288x240@60;H
+espgal;"Espgaluda (V100, Japan)";448x224@59;V
+espgalbl;"Espgaluda (2003/10/15 Master Ver, bootleg cartridge co";448x224@59;V
+esprade;"ESP Ra.De. - A.D.2018 Tokyo (International, ver. 98/04";320x240@58;V
+espradej;"ESP Ra.De. (Japan, ver. 98/04/21)";320x240@58;V
+espradejo;"ESP Ra.De. (Japan, ver. 98/04/14)";320x240@58;V
+eswat;"E-Swat - Cyber Police (set 4, World, FD1094 317-0130) - ESWAT - City Under Siege (Euro, USA, Rev. A)";320x224@60;H
+eswatbl;"E-Swat - Cyber Police (bootleg)";320x224@60;H
+eswatd;"E-Swat - Cyber Police (set 4, World, FD1094 317-0130 d";320x224@60;H
+eswatj;"Cyber Police ESWAT (Jpn, Rev. 0) - E-Swat - Cyber Police (set 2, Japan, FD1094 317-0128)";320x224@60;H
+eswatj1;"E-Swat - Cyber Police (set 1, Japan, FD1094 317-0131)";320x224@60;H
+eswatj1d;"E-Swat - Cyber Police (set 1, Japan, FD1094 317-0131 d";320x224@60;H
+eswatjd;"E-Swat - Cyber Police (set 2, Japan, FD1094 317-0128 d";320x224@60;H
+eswatu;"E-Swat - Cyber Police (set 3, US, FD1094 317-0129)";320x224@60;H
+eswatud;"E-Swat - Cyber Police (set 3, US, FD1094 317-0129 decr";320x224@60;H
+eto;"Game Toshokan (Jpn, Rev. A) - Kokontouzai Eto Monogatari (Japan)";320x240@60;H
+euroch92;"Euro Champ '92 (World)";320x224@60;H
+evilston;"Evil Stone";320x224@60;V
+excelsr;"Excelsior (set 1)";320x240@58;H
+excelsra;"Excelsior (set 2)";320x240@58;H
+exctleag;"Excite League (FD1094 317-0079)";320x224@60;H
+exctleagd;"Excite League (FD1094 317-0079 decrypted)";320x224@60;H
+exedexes;"Exed Exes";256x224@60;V
+exerizerb;"Exerizer (Japan) (bootleg)";320x224@60;V
+exodus;"Exodus (bootleg?) - Exodus - Journey to the Promised Land (USA)";256x224@60;V
+explbrkr;"Explosive Breaker";256x224@60;V
+explorer;"Explorer";256x224@60;V
+extdwnhl;"Extreme Downhill (v1.5)";320x240@60;H
+extrmatn;"Extermination (World)";256x224@60;V
+extrmatnj;"Extermination (Japan)";256x224@60;V
+extrmatnu;"Extermination (US, set 1)";256x224@60;V
+extrmatnur;"Extermination (US, Romstar)";256x224@60;V
+exzisus;"Exzisus (Japan, dedicated)";256x224@60;H
+exzisusa;"Exzisus (Japan, conversion)";256x224@60;H
+exzisust;"Exzisus (TAD license)";256x224@60;H
+eyes;"Eyes (Digitrex Techstar)";288x224@60;V
+eyes2;"Eyes (Techstar)";288x224@60;V
+eyesb;"Eyes (bootleg set 1)";288x224@60;V
+eyeszacb;"Eyes (bootleg set 2, decrypted)";288x224@60;V
+f1dreamb;"F-1 Dream (bootleg, set 1)";256x224@60;H
+f1dreamba;"F-1 Dream (bootleg, set 2)";256x224@60;H
+f1gp;"F-1 Grand Prix - Nakajima Satoru Kanshuu F1 Grand Prix (Jpn)";320x240@60;V
+f1gp2;"F-1 Grand Prix Part II";320x224@60;V
+faceoff;"Face Off (Japan 2 Players)";288x224@60;H
+falcon;"Falcon - Falcon (bootleg of Phoenix) (8085A CPU)";256x208@60;V
+falconz;"Falcon (bootleg of Phoenix) (Z80 CPU)";256x208@60;V
+fantasia;"Fantasia (940429 PCB, set 1) - Fantasia (World, Rev. A)";256x224@60;V
+fantasiaa;"Fantasia (940307 PCB)";256x224@60;V
+fantasiab;"Fantasia (940429 PCB, set 2)";256x224@60;V
+fantasian;"Fantasia (940803 PCB)";256x224@60;V
+fantastc;"Fantastic (Galaga conversion on Galaxian hardware)";256x224@60;V
+fantazia;"Fantazia (bootleg?)";256x224@60;V
+fantland;"Fantasy Land (set 1)";352x256@60;H
+fantlanda;"Fantasy Land (set 2)";352x256@60;H
+fantsia2;"Fantasia II (Explicit)";256x224@60;H
+fantsia2a;"Fantasia II (Less Explicit)";256x224@60;H
+fantsia2n;"Fantasia II (1998)";256x224@60;H
+fantsy95;"Fantasy '95";256x224@60;V
+fantzn2x;"Fantasy Zone II - The Tears of Opa-Opa (System 16C)";320x224@60;H
+fantzn2xp;"Fantasy Zone II - The Tears of Opa-Opa (System 16C, pr";320x224@60;H
+fantzn2xps2;"Fantasy Zone II - The Tears of Opa-Opa (System 16C, PS";320x224@60;H
+fantznta;"Fantasy Zone Time Attack (System 16B, PS2 data file)";320x224@60;H
+fantzone;"Fantasy Zone - Fantasy Zone - Fantasy Zone (Jpn) - Fantasy Zone (Rev A, unprotected) - Fantasy Zone (World, v2) - Fantasy Zone Gear (Euro, Jpn)";320x224@60;H
+fantzone1;"Fantasy Zone (unprotected) - Fantasy Zone (World, v1, Prototype)";320x224@60;H
+fantzonep;"Fantasy Zone (317-5000)";320x224@60;H
+fantzoneta;"Fantasy Zone (Time Attack, bootleg)";320x224@60;H
+farmer;"Farmers Rebellion";240x224@60;H
+fastfred;"Fast Freddie";256x224@60;V
+fatfursp;"Fatal Fury Special (Euro) - Fatal Fury Special / Garou Densetsu Special (set 1)(NG";320x224@59;H
+fatfurspa;"Fatal Fury Special / Garou Densetsu Special (set 2)(NG";320x224@59;H
+fatfury1;"Fatal Fury - King of Fighters / Garou Densetsu - shuku";320x224@59;H
+fatfury2;"Fatal Fury 2 (USA, Kor) - Fatal Fury 2 / Garou Densetsu 2 - arata-naru tatakai (";320x224@59;H
+fatfury2a;"Fatal Fury 2 / Garou Densetsu 2 - arata-naru tatakai (";320x224@59;H
+fatfury3;"Fatal Fury 3 - Road to the Final Victory / Garou Dense";320x224@59;H
+fatfury3a;"Fatal Fury 3 - Road to the Final Victory / Garou Dense";320x224@59;H
+fball;"Fire Ball (FM Work)";256x240@60;H
+fbfrenzy;"Football Frenzy (NGM-034)(NGH-034)";304x224@59;H
+fcrash;"Final Crash (bootleg (with 2xYM2203 + 2xMSM5205))";384x224@60;H
+feversos;"Fever SOS (International, ver. 98/09/25)";320x240@58;V
+ffantasy;"Fighting Fantasy (Japan revision 3)";256x240@57;H
+ffantasya;"Fighting Fantasy (Japan)";256x240@57;H
+ffantasyb;"Fighting Fantasy (Japan revision ?)";256x240@57;H
+ffantasyj;"Fighting Fantasy (Japan revision 2)";256x240@57;H
+ffight;"Final Fight (World, set 1)";384x224@60;H
+ffighta;"Final Fight (World, set 2)";384x224@60;H
+ffightbl;"Final Fight (bootleg set 1 (with 2xYM2203 + 2xMSM5205)";384x224@60;H
+ffightbla;"Final Fight (bootleg set 2 (with 2xYM2203 + 2xMSM5205)";384x224@60;H
+ffightj;"Final Fight (Japan)";384x224@60;H
+ffightj1;"Final Fight (900112 Japan)";384x224@60;H
+ffightj2;"Final Fight (900305 Japan)";384x224@60;H
+ffightj3;"Final Fight (900613 Japan)";384x224@60;H
+ffightjh;"Street Smart / Final Fight (Japan, hack)";384x224@60;H
+ffightu;"Final Fight (USA, set 1)";384x224@60;H
+ffightu1;"Final Fight (USA, set 2)";384x224@60;H
+ffightu2;"Final Fight (USA, set 3)";384x224@60;H
+ffightua;"Final Fight (900112 USA)";384x224@60;H
+ffightub;"Final Fight (900424 USA)";384x224@60;H
+ffightuc;"Final Fight (900613 USA)";384x224@60;H
+fghtbskt;"Fighting Basketball";256x224@60;H
+fhawk;"Fighting Hawk (World)";320x224@60;V
+fhawkj;"Fighting Hawk (Japan)";320x224@60;V
+fightfev;"Fight Fever (set 1)";304x224@59;H
+fightfeva;"Fight Fever (set 2)";304x224@59;H
+fightrol;"Fighting Roller";240x224@60;V
+finalb;"Final Blow (Jpn) - Final Blow (World)";320x224@60;H
+finalbj;"Final Blow (Japan)";320x224@60;H
+finalbu;"Final Blow (US)";320x224@60;H
+finalizr;"Finalizer - Super Transformation";272x224@60;V
+finalizrb;"Finalizer - Super Transformation (bootleg)";272x224@60;V
+finalttr;"Final Tetris";256x224@58;H
+finehour;"Finest Hour (Japan)";288x224@60;H
+firebarr;"Fire Barrel (Japan)";320x240@60;V
+firehawk;"Fire Hawk (horizontal) - Firehawk (Euro)";256x224@56;H
+fireshrk;"Fire Shark - Fire Shark (Euro)";320x240@57.6;V
+fireshrka;"Fire Shark (Earlier)";320x240@57.6;V
+fireshrkd;"Fire Shark (Korea, set 1, easier)";320x240@57.6;V
+fireshrkdh;"Fire Shark (Korea, set 2, harder)";320x240@57.6;V
+firetrap;"Fire Trap (US, set 1)";256x240@60;V
+firetrapa;"Fire Trap (US, set 2)";256x240@60;V
+firetrapbl;"Fire Trap (Japan bootleg)";256x240@60;V
+firetrapj;"Fire Trap (Japan)";256x240@60;V
+fitegolf;"Fighting Golf (World?)";288x216@60;H
+fitegolf2;"Fighting Golf (US, Ver 2)";288x216@60;H
+fitegolfu;"Fighting Golf (US)";288x216@60;H
+fixeight;"FixEight (Europe)";320x240@60;V
+fixeighta;"FixEight (Southeast Asia)";320x240@60;V
+fixeightat;"FixEight (Southeast Asia, Taito license)";320x240@60;V
+fixeighth;"FixEight (Hong Kong)";320x240@60;V
+fixeightht;"FixEight (Hong Kong, Taito license)";320x240@60;V
+fixeightj;"FixEight (Japan)";320x240@60;V
+fixeightjt;"FixEight (Japan, Taito license)";320x240@60;V
+fixeightk;"FixEight (Korea)";320x240@60;V
+fixeightkt;"FixEight (Korea, Taito license)";320x240@60;V
+fixeightt;"FixEight (Europe, Taito license)";320x240@60;V
+fixeighttw;"FixEight (Taiwan)";320x240@60;V
+fixeighttwt;"FixEight (Taiwan, Taito license)";320x240@60;V
+fixeightu;"FixEight (USA)";320x240@60;V
+fixeightut;"FixEight (USA, Taito license)";320x240@60;V
+fjbuster;"Fujiyama Buster (Japan)";256x224@60;H
+flagrall;"'96 Flag Rally";320x240@60;H
+flashgal;"Flashgal (set 1)";288x224@60;H
+flashgala;"Flashgal (set 2)";288x224@60;H
+flashgalk;"Flashgal (set 1, Kyugo logo)";288x224@60;H
+flicky;"Flicky (128k Version, 315-5051) - Flicky (Euro, USA) - Flicky (Jpn) - Flicky (Jpn, v1)";256x224@60;H
+flickya;"Flicky (128k Version, 315-5051, larger roms)) - Flicky (Jpn, v0)";256x224@60;H
+flickyg;"Flicky (128k Version, System 2, 315-5051, alt graphics";256x224@60;H
+flickyo;"Flicky (64k Version, 315-5051, set 1)";256x224@60;H
+flickys1;"Flicky (64k Version, 315-5051, set 2)";256x224@60;H
+flickys2;"Flicky (128k Version, not encrypted)";256x224@60;H
+flickys2g;"Flicky (128k Version, System 2, not encrypted, alt gra";256x224@60;H
+flipshot;"Battle Flip Shot";304x224@59;H
+flipull;"Flipull (Japan)";320x224@60;H
+flstory;"The FairyLand Story - The Fairyland Story (Jpn)";256x224@60;H
+flstoryj;"The FairyLand Story (Japan)";256x224@60;H
+flyboy;"Fly-Boy";256x224@60;V
+flyboyb;"Fly-Boy (bootleg)";256x224@60;V
+flytiger;"Flying Tiger (set 1)";384x240@60;V
+flytigera;"Flying Tiger (set 2)";384x240@60;V
+fncywld;"Fancy World - Earth of Crisis";320x240@60;H
+fnkyfish;"Funky Fish";512x256@60;V
+fnshark;"Flyin' Shark (bootleg of Hishou Zame)";320x240@55;V
+footchmp;"Football Champ (World)";320x224@60;H
+forcebrk;"Force Break (bootleg)";240x240@60;H
+forgottn;"Forgotten Worlds (Euro, Bra, Aus) - Forgotten Worlds (World, newer) - Forgotten Worlds (World, v1.1)";384x224@60;H
+forgottna;"Forgotten Worlds (World)";384x224@60;H
+forgottnu;"Forgotten Worlds (US, B-Board 88621B-2, rev C)";384x224@60;H
+forgottnua;"Forgotten Worlds (US, B-Board 88618B-2, rev A)";384x224@60;H
+forgottnuaa;"Forgotten Worlds (US, B-Board 88618B-2, rev AA)";384x224@60;H
+forgottnuc;"Forgotten Worlds (US, B-Board 88618B-2, Rev C)";384x224@60;H
+forgottnue;"Forgotten Worlds (US, B-Board 88618B-2, Rev E)";384x224@60;H
+formatz;"Formation Z - Formation Z (Jpn)";248x224@60;H
+fpoint;"Flash Point (set 2, Japan, FD1094 317-0127A) - Flashpoint (Kor) - Flashpoint (Kor)";320x224@60;H
+fpoint1;"Flash Point (set 1, Japan, FD1094 317-0127A)";320x224@60;H
+fpoint1d;"Flash Point (set 1, Japan, FD1094 317-0127A decrypted)";320x224@60;H
+fpointbj;"Flash Point (Japan, bootleg)";320x224@60;H
+fpointbl;"Flash Point (World, bootleg)";320x224@60;H
+fpointd;"Flash Point (set 2, Japan, FD1094 317-0127A decrypted)";320x224@60;H
+freekick;"Free Kick (NS6201-A 1987.10)";256x224@60;V
+freekicka;"Free Kick (NS6201-A 1987.9)";256x224@60;V
+freekickb1;"Free Kick (bootleg set 1)";256x224@60;V
+freekickb3;"Free Kick (bootleg set 3)";256x224@60;V
+freeze;"Freeze";256x224@60;V
+friskyt;"Frisky Tom (set 1)";256x224@60;H
+friskyta;"Frisky Tom (set 2)";256x224@60;H
+friskytb;"Frisky Tom (set 3, encrypted)";256x224@60;H
+frogf;"Frog (Falcon bootleg)";256x224@60;V
+frogg;"Frog (Galaxian hardware)";256x224@60;V
+frogger;"Frogger - Frogger - Frogger (Jpn) - Frogger (USA) - Frogger (USA, Prototype)";256x224@60;V
+froggermc;"Frogger (Moon Cresta hardware)";256x224@60;V
+froggers;"Frog";256x224@60;V
+froggers1;"Frogger (Sega set 1)";256x224@60;V
+froggers2;"Frogger (Sega set 2)";256x224@60;V
+froggers3;"Frogger (Sega set 3)";256x224@60;V
+froggrs;"Frogger (Scramble hardware)";256x224@60;V
+froman2b;"Idol Mahjong - final romance 2 (Neo CD Conversion)";304x224@59;H
+fround;"The Final Round (ver. M)";320x224@60;H
+froundl;"The Final Round (ver. L)";320x224@60;H
+fshark;"Flying Shark (World)";320x240@54.9;V
+fsharkbt;"Flying Shark (bootleg with 8741)";320x240@54.9;V
+fsoccerb;"Fighting Soccer (Joystick hack bootleg)";400x224@60;H
+fsoccerba;"Fighting Soccer (Joystick hack bootleg, alt)";400x224@60;H
+fstarfrc;"Final Star Force (US)";256x224@60;V
+fstarfrcj;"Final Star Force (Japan)";256x224@60;V
+fswords;"Fighters Swords (Korean release of Samurai Shodown III";304x224@59;H
+fullthrl;"Full Throttle (Japan)";320x240@60;H
+funkybee;"Funky Bee";236x224@60;V
+funkybeeb;"Funky Bee (bootleg, harder)";236x224@60;V
+funkyjet;"Funky Jet (World, rev 1)";320x240@58;H
+funkyjeta;"Funky Jet (World)";320x240@58;H
+funkyjetj;"Funky Jet (Japan, rev 2)";320x240@58;H
+funybubl;"Funny Bubble";320x224@60;H
+funybublc;"Funny Bubble (Comad version)";320x224@60;H
+futspy;"Future Spy";256x224@60;V
+fx;"F-X - Sega Graphic Board (Jpn, Prototype v2.0) - SF-X";288x224@60;V
+fxa;"F-X (alternate set)";288x224@60;V
+gaia;"Gaia Crusaders - Sagaia (Euro, Bra) - Sagaia (USA)";320x224@58;H
+gaialast;"Gaia - The Last Choice of Earth";304x224@58;H
+gaiapols;"Gaiapolis (ver EAF)";376x224@60;V
+gaiapolsj;"Gaiapolis (ver JAF)";376x224@60;V
+gaiapolsu;"Gaiapolis (ver UAF)";376x224@60;V
+gaiden;"Ninja Gaiden (Euro, Bra) - Ninja Gaiden (Euro, USA) - Ninja Gaiden (Jpn, Prototype) - Ninja Gaiden (US)";256x224@60;H
+galaga;"Galaga (Jpn) - Galaga (Namco rev. B) - Galaga (Tw) - Galaga Demo (set 2)";288x224@60;V
+galaga3;"Galaga 3 (GP3 rev. D)";288x224@60;V
+galaga3a;"Galaga 3 (GP3 rev. C)";288x224@60;V
+galaga3b;"Galaga 3 (GP3)";288x224@60;V
+galaga3c;"Galaga 3 (set 4)";288x224@60;V
+galaga3m;"Galaga 3 (set 5)";288x224@60;V
+galaga88;"Galaga '88 - Galaga '88";288x224@60;V
+galaga88a;"Galaga '88 (02-03-88)";288x224@60;V
+galaga88j;"Galaga '88 (Japan)";288x224@60;V
+galagamf;"Galaga (Midway set 1 with fast shoot hack)";288x224@60;V
+galagamk;"Galaga (Midway set 2)";288x224@60;V
+galagamw;"Galaga (Midway set 1)";288x224@60;V
+galagao;"Galaga (Namco)";288x224@60;V
+galap1;"Space Invaders Galactica (galaxiaj hack)";256x224@60;V
+galap4;"Galaxian Part 4 (hack)";256x224@60;V
+galapx;"Galaxian Part X (moonaln hack)";256x224@60;V
+galaxbsf;"Galaxian (bootleg, set 1)";256x224@60;V
+galaxian;"Galaxian - Galaxian (Jpn) - Galaxian (Kor) - Galaxian (Namco set 1)";256x224@60;V
+galaxiana;"Galaxian (Alt) - Galaxian (Jpn, Alt) - Galaxian (Namco set 2)";256x224@60;V
+galaxianbl;"Galaxian (bootleg, set 2)";256x224@60;V
+galaxiani;"Galaxian (Irem)";256x224@60;V
+galaxianm;"Galaxian (Midway set 1)";256x224@60;V
+galaxianmo;"Galaxian (Midway set 2)";256x224@60;V
+galaxiant;"Galaxian (Taito)";256x224@60;V
+galaxrf;"Galaxian (Recreativos Franco S.A. Spanish bootleg)";256x224@60;V
+galaxrfgg;"Galaxian Growing Galaxip / Galaxian Nave Creciente (Re";256x224@60;V
+galaxyfg;"Galaxy Fight - Universal Warriors";304x224@59;H
+galaxygn;"Galaxy Gunners";352x256@60;V
+galemp;"Galaxy Empire (bootleg?)";256x224@60;V
+galhustl;"Gals Hustler";256x224@60;H
+galivan;"Cosmo Police Galivan (12/26/1985)";256x224@60;V
+galivan2;"Cosmo Police Galivan (12/16/1985)";256x224@60;V
+galivan3;"Cosmo Police Galivan (12/11/1985)";256x224@60;V
+gallag;"Gallag";288x224@60;V
+gallop;"Gallop - Armed police Unit (Japan)";384x256@55;H
+galmedes;"Galmedes (Japan)";320x240@60;V
+galpani4;"Gals Panic 4 (Japan)";320x240@60;H
+galpani4k;"Gals Panic 4 (Korea)";320x240@60;H
+galpanic;"Gals Panic (Unprotected)";256x224@60;V
+galpanidx;"Gals Panic DX (Asia)";320x240@60;H
+galpanis;"Gals Panic S - Extra Edition (Europe)";320x240@60;H
+galpanisj;"Gals Panic S - Extra Edition (Japan)";320x240@60;H
+galpanisk;"Gals Panic S - Extra Edition (Korea)";320x240@60;H
+galpans2;"Gals Panic S2 (Europe)";320x240@60;H
+galpans2a;"Gals Panic S2 (Asia)";320x240@60;H
+galpans2j;"Gals Panic S2 (Japan)";320x240@60;H
+galpans3;"Gals Panic S3 (Japan)";320x240@60;H
+galpansu;"Gals Panic SU (Korea)";320x240@60;H
+galspnbl;"Gals Pinball";512x224@60;V
+galturbo;"Galaxian Turbo (superg hack)";256x224@60;V
+ganbare;"Ganbare! Marine Kun (Marine 2K0411 JPN)";384x224@60;H
+gangonta;"Ganbare! Gonta!! 2 / Party Time: Gonta the Diver II (J";320x240@58;V
+gangwars;"Gang Wars";256x224@60;H
+gangwarsb;"Gang Wars (bootleg)";256x224@60;H
+gangwarsj;"Gang Wars (Japan)";256x224@60;H
+gangwarsu;"Gang Wars (US)";256x224@60;H
+ganryu;"Ganryu / Musashi Ganryuki";304x224@59;H
+gaplus;"Gaplus (GP2 rev. B)";288x224@60;V
+gaplusa;"Gaplus (GP2)";288x224@60;V
+gaplusd;"Gaplus (GP2 rev D, alternate hardware)";288x224@60;V
+gaplust;"Gaplus (Tecfri PCB)";288x224@60;V
+gardia;"Gardia (317-0006)";256x224@60;V
+garogun;"Garogun Seroyang (Korea)";320x240@60;H
+garou;"Garou - Mark of the Wolves (NGM-2530) - Garou Densetsu - Shukumei no Tatakai (Jpn)";320x224@59;H
+garoubl;"Garou - Mark of the Wolves (bootleg)";320x224@59;H
+garouh;"Garou - Mark of the Wolves (NGM-2530) (NGH-2530)";320x224@59;H
+garoup;"Garou - Mark of the Wolves (prototype)";320x224@59;H
+garuka;"Garuka (Japan ver. W)";304x224@60;V
+garyoret;"Garyo Retsuden (Japan)";256x240@58;H
+gatedoom;"Gate of Doom (US revision 4)";256x240@58;H
+gatedoom1;"Gate of Doom (US revision 1)";256x240@58;H
+gaunt2;"Gauntlet II";336x240@60;H
+gaunt22p;"Gauntlet II (2 Players, rev 2)";336x240@60;H
+gaunt22p1;"Gauntlet II (2 Players, rev 1)";336x240@60;H
+gaunt22pg;"Gauntlet II (2 Players, German)";336x240@60;H
+gaunt2g;"Gauntlet II (German)";336x240@60;H
+gauntlet;"Gauntlet (Euro) - Gauntlet (Euro, Bra) - Gauntlet (rev 14)";336x240@60;H
+gauntlet2p;"Gauntlet (2 Players, rev 6)";336x240@60;H
+gauntlet2pg;"Gauntlet (2 Players, German, rev 4)";336x240@60;H
+gauntlet2pg1;"Gauntlet (2 Players, German, rev 1)";336x240@60;H
+gauntlet2pj;"Gauntlet (2 Players, Japanese, rev 5)";336x240@60;H
+gauntlet2pj2;"Gauntlet (2 Players, Japanese rev 2)";336x240@60;H
+gauntlet2pr3;"Gauntlet (2 Players, rev 3)";336x240@60;H
+gauntletg;"Gauntlet (German, rev 10)";336x240@60;H
+gauntletgr3;"Gauntlet (German, rev 3)";336x240@60;H
+gauntletgr6;"Gauntlet (German, rev 6)";336x240@60;H
+gauntletgr8;"Gauntlet (German, rev 8)";336x240@60;H
+gauntletj;"Gauntlet (Japanese, rev 13)";336x240@60;H
+gauntletj12;"Gauntlet (Japanese, rev 12)";336x240@60;H
+gauntletr1;"Gauntlet (rev 1)";336x240@60;H
+gauntletr2;"Gauntlet (rev 2)";336x240@60;H
+gauntletr4;"Gauntlet (rev 4)";336x240@60;H
+gauntletr5;"Gauntlet (rev 5)";336x240@60;H
+gauntletr7;"Gauntlet (rev 7)";336x240@60;H
+gauntletr9;"Gauntlet (rev 9)";336x240@60;H
+gauntlets;"Gauntlet (Spanish, rev 15)";336x240@60;H
+gberet;"Green Beret - Green Beret (Euro)";240x224@60;H
+gberetb;"Green Beret (bootleg)";240x224@60;H
+gblchmp;"Global Champion (Ver 2.1A 1994/07/29)";320x224@60;H
+gbusters;"Gang Busters (set 1)";288x224@60;V
+gbustersa;"Gang Busters (set 2)";288x224@60;V
+gdfs;"Mobil Suit Gundam Final Shooting (Japan)";336x240@60;H
+geebee;"Gee Bee";272x224@60;V
+geebeeg;"Gee Bee (Gremlin)";272x224@60;V
+gekiridn;"Gekirindan (Ver 2.3O 1995/09/21)";320x232@60;V
+gekiridnj;"Gekirindan (Ver 2.3J 1995/09/21)";320x232@60;V
+gemini;"Gemini Wing (Japan)";256x224@60;V
+geminib;"Gemini Wing (World, bootleg)";256x224@60;V
+genix;"Genix Family";288x224@60;H
+genpeitd;"Genpei ToumaDen";288x224@60;H
+gensitou;"Genshi-Tou 1930's (Japan)";256x224@60;H
+geostorm;"Geostorm (Japan)";320x240@60;H
+getstarb1;"Get Star (bootleg, set 1)";280x240@60;H
+getstarb2;"Get Star (bootleg, set 2)";280x240@60;H
+getstarj;"Get Star (Japan)";280x240@60;H
+gforce2;"Galaxy Force 2 - Galaxy Force II (World, Rev. B)";320x224@60;H
+gforce2j;"Galaxy Force 2 (Japan)";320x224@60;H
+gforce2ja;"Galaxy Force 2 (Japan, Rev A)";320x224@60;H
+gforce2sd;"Galaxy Force 2 (Super Deluxe unit)";320x224@60;H
+ghostb;"The Real Ghostbusters (US 2 Players, revision 2)";256x240@58;H
+ghostb2a;"The Real Ghostbusters (US 2 Players)";256x240@58;H
+ghostb3;"The Real Ghostbusters (US 3 Players)";256x240@58;H
+ghostbi;"Ghost Busters (Intro demo)";304x224@59;H
+ghostlop;"Ghostlop (prototype)";304x224@59;H
+ghostmun;"Ghost Muncher";256x224@60;V
+ghouls;"Ghouls'n Ghosts (Euro, USA, Bra) - Ghouls'n Ghosts (Euro, USA, Kor, Rev. A) - Ghouls'n Ghosts (World)";384x224@60;H
+ghoulsu;"Ghouls'n Ghosts (US)";384x224@60;H
+ghox;"Ghox (spinner)";320x240@60;V
+ghoxj;"Ghox (joystick)";320x240@60;V
+gigaman2;"Gigaman 2: The Power Fighters (bootleg)";384x224@60;H
+gigandes;"Gigandes";384x240@60;H
+gigandesa;"Gigandes (earlier)";384x240@60;H
+gigasb;"Gigas (bootleg)";256x224@60;V
+gigasm2b;"Gigas Mark II";256x224@60;V
+gigawing;"Giga Wing (990222 USA)";384x224@60;H
+gigawinga;"Giga Wing (990222 Asia)";384x224@60;H
+gigawingb;"Giga Wing (990222 Brazil)";384x224@60;H
+gigawingd;"Giga Wing (990222 USA Phoenix Edition)";384x224@60;H
+gigawingh;"Giga Wing (990222 Hispanic)";384x224@60;H
+gigawingj;"Giga Wing (990223 Japan)";384x224@60;H
+gigawingjd;"Giga Wing (990223 Japan Phoenix Edition)";384x224@60;H
+gijoe;"G.I. Joe (World, EAB, set 1)";288x224@60;H
+gijoea;"G.I. Joe (World, EB8, prototype?)";288x224@60;H
+gijoej;"G.I. Joe (Japan, JAA)";288x224@60;H
+gijoeu;"G.I. Joe (US, UAB)";288x224@60;H
+ginganin;"Ginga NinkyouDen (set 1)";256x224@60;H
+ginganina;"Ginga NinkyouDen (set 2)";256x224@60;H
+ginkun;"Ganbare Ginkun";256x224@60;H
+gloc;"G-LOC Air Battle (Euro, Bra, Kor) - G-LOC Air Battle (Euro, USA, Bra) - G-LOC Air Battle (World) - G-LOC Air Battle (World)";320x224@60;H
+glocr360;"G-LOC R360";320x224@60;H
+glocu;"G-LOC Air Battle (US)";320x224@60;H
+gmahou;"Great Mahou Daisakusen (000121 Japan)";384x224@60;V
+gmgalax;"Ghostmuncher Galaxian (bootleg)";256x224@60;V
+gnbarich;"Gunbarich";320x224@60;V
+gng;"Ghosts'n Goblins (World? set 1)";256x224@59.6;H
+gnga;"Ghosts'n Goblins (World? set 2)";256x224@59.6;H
+gngbl;"Ghosts'n Goblins (bootleg with Cross)";256x224@59.6;H
+gngbla;"Ghosts'n Goblins (bootleg, harder)";256x224@59.6;H
+gngblita;"Ghosts'n Goblins (Italian bootleg, harder)";256x224@59.6;H
+gngc;"Ghosts'n Goblins (World Revision C)";256x224@59.6;H
+gngprot;"Ghosts'n Goblins (prototype)";256x224@59.6;H
+gngt;"Ghosts'n Goblins (US)";256x224@59.6;H
+goalx3;"Goal! Goal! Goal!";304x224@59;H
+gogold;"Go For The Gold (Japan)";320x240@60;H
+gogomile;"Susume! Mile Smile / Go Go! Mile Smile (newer)";320x240@60;H
+gogomileo;"Susume! Mile Smile / Go Go! Mile Smile (older)";320x240@60;H
+goldmedl;"Gold Medalist (set 1)";256x224@60;H
+goldmedla;"Gold Medalist (set 2)";256x224@60;H
+goldmedlb;"Gold Medalist (bootleg)";256x224@60;H
+goldnaxe;"Golden Axe (set 6, US, 8751 317-123A)";320x224@60;H
+goldnaxe1;"Golden Axe (set 1, World, FD1094 317-0110)";320x224@60;H
+goldnaxe1d;"Golden Axe (set 1, World, FD1094 317-0110 decrypted)";320x224@60;H
+goldnaxe2;"Golden Axe (set 2, US, 8751 317-0112)";320x224@60;H
+goldnaxe3;"Golden Axe (set 3, World, FD1094 317-0120)";320x224@60;H
+goldnaxe3d;"Golden Axe (set 3, World, FD1094 317-0120 decrypted)";320x224@60;H
+goldnaxej;"Golden Axe (set 4, Japan, FD1094 317-0121)";320x224@60;H
+goldnaxejd;"Golden Axe (set 4, Japan, FD1094 317-0121 decrypted)";320x224@60;H
+goldnaxeu;"Golden Axe (set 5, US, FD1094 317-0122)";320x224@60;H
+goldnaxeud;"Golden Axe (set 5, US, FD1094 317-0122 decrypted)";320x224@60;H
+gollygho;"Golly! Ghost!";288x224@60;H
+gorkans;"Gorkans";288x224@60;V
+gotcha;"Got-cha Mini Game Festival";320x240@60;H
+gowcaizr;"Voltage Fighter - Gowcaizer / Choujin Gakuen Gowcaizer";304x224@59;H
+gpilots;"Ghost Pilots (NGM-020)(NGH-020)";304x224@59;H
+gpilotsh;"Ghost Pilots (NGH-020)(US)";304x224@59;H
+gprider;"GP Rider (Euro, Bra) - GP Rider (Euro, USA) - GP Rider (World, FD1094 317-0163) (Twin setup)";320x224@60;H
+gpriderj;"GP Rider (Japan, FD1094 317-0161) (Twin setup) - GP Rider (Jpn)";320x224@60;H
+gpriderjs;"GP Rider (Japan, FD1094 317-0161)";320x224@60;H
+gprideru;"GP Rider (US, FD1094 317-0162) (Twin setup)";320x224@60;H
+gpriderus;"GP Rider (US, FD1094 317-0162)";320x224@60;H
+gradius;"Gradius - Gradius (Japan, ROM version) - Nemesis (Euro) ~ Gradius (Jpn)";256x224@60;H
+gradius2;"Gradius II - GOFER no Yabou (Japan New ver.) - Nemesis 2 (Euro) ~ Gradius 2 (Jpn)";320x224@60;H
+gradius2a;"Gradius II - GOFER no Yabou (Japan Old ver.) - Nemesis 2 (Euro) ~ Gradius 2 (Jpn) (Alt)";320x224@60;H
+gradius2b;"Gradius II - GOFER no Yabou (Japan Older ver.)";320x224@60;H
+gradius3;"Gradius III (World, program code R)";320x224@60;H
+gradius3a;"Gradius III (Asia)";320x224@60;H
+gradius3j;"Gradius III (Japan, program code S)";320x224@60;H
+gradius3js;"Gradius III (Japan, program code S, split)";320x224@60;H
+grasspin;"Grasspin";256x224@60;V
+grdian;"Guardian";280x240@60;H
+grdians;"Guardians0Denjin Makai II";304x232@60;H
+grdnstrm;"Guardian Storm (horizontal, not encrypted)";256x224@57;H
+grdnstrmg;"Guardian Storm (Germany)";256x224@57;V
+grdnstrmj;"Sen Jing - Guardian Storm (Japan)";256x224@57;V
+grdnstrmk;"Jeon Sin - Guardian Storm (Korea)";256x224@57;V
+grdnstrmv;"Guardian Storm (vertical)";256x224@57;V
+griffon;"Griffon (bootleg of Phoenix) - Order of the Griffon";256x208@60;V
+grindstm;"Grind Stormer";320x240@60;V
+grindstma;"Grind Stormer (older set)";320x240@60;V
+grobda;"Grobda (New Ver.)";288x224@60;V
+grobda2;"Grobda (Old Ver. set 1)";288x224@60;V
+grobda3;"Grobda (Old Ver. set 2)";288x224@60;V
+growl;"Growl (USA) - Growl (World, Rev 1)";320x224@60;H
+growla;"Growl (World)";320x224@60;H
+growlu;"Growl (US)";320x224@60;H
+gryzor;"Gryzor (Set 1)";280x224@60;V
+gryzor1;"Gryzor (Set 2)";280x224@60;V
+gseeker;"Grid Seeker: Project Storm Hammer (Ver 1.3O)";320x224@60;V
+gseekerj;"Grid Seeker: Project Storm Hammer (Ver 1.3J)";320x224@60;V
+gseekeru;"Grid Seeker: Project Storm Hammer (Ver 1.3A)";320x224@60;V
+gteikoku;"Gingateikoku No Gyakushu";256x224@60;V
+gteikokub;"Gingateikoku No Gyakushu (bootleg set 1)";256x224@60;V
+gteikokub2;"Gingateikoku No Gyakushu (bootleg set 2)";256x224@60;V
+gtmr;"1000 Miglia: Great 1000 Miles Rally (94/07/18)";320x240@60;H
+gtmr2;"Mille Miglia 2: Great 1000 Miles Rally (95/05/24)";320x240@60;H
+gtmr2a;"Mille Miglia 2: Great 1000 Miles Rally (95/04/04)";320x240@60;H
+gtmr2u;"Great 1000 Miles Rally 2 USA (95/05/18)";320x240@60;H
+gtmra;"1000 Miglia: Great 1000 Miles Rally (94/06/13)";320x240@60;H
+gtmrb;"1000 Miglia: Great 1000 Miles Rally (94/05/26)";320x240@60;H
+gtmre;"Great 1000 Miles Rally: Evolution Model!!! (94/09/06)";320x240@60;H
+gtmro;"1000 Miglia: Great 1000 Miles Rally (94/05/10)";320x240@60;H
+gtmrusa;"Great 1000 Miles Rally: U.S.A Version! (94/09/06)";320x240@60;H
+gulfstrm;"Gulf Storm (set 1)";384x240@60;V
+gulfstrma;"Gulf Storm (set 2)";384x240@60;V
+gulfstrmb;"Gulf Storm (set 3)";384x240@60;V
+gulfstrmk;"Gulf Storm (Korea)";384x240@60;V
+gulfstrmm;"Gulf Storm (Media Shoji)";384x240@60;V
+gulfwar2;"Gulf War II (set 1)";320x240@55;V
+gulfwar2a;"Gulf War II (set 2)";320x240@55;V
+gumbo;"Gumbo";320x224@60;H
+gunball;"Gun Ball (Japan)";320x240@58;V
+gunbird;"Gunbird (World)";320x224@59;V
+gunbird2;"Gunbird 2 (set 1)";320x224@60;V
+gunbirdj;"Gunbird (Japan)";320x224@59;V
+gunbirdk;"Gunbird (Korea)";320x224@59;V
+gundamex;"Mobile Suit Gundam EX Revue";384x224@60;H
+gundhara;"Gundhara";384x240@60;V
+gundharac;"Gundhara (Chinese, bootleg?)";384x240@60;V
+gundl94;"Gun Dealer '94";384x256@60;H
+gunforc2;"Gunforce 2 (US)";320x240@60;H
+gunforce;"Gunforce - Battle Fire Engulfed Terror Island (World)";320x240@60;H
+gunforcej;"Gunforce - Battle Fire Engulfed Terror Island (Japan)";320x240@60;H
+gunforceu;"Gunforce - Battle Fire Engulfed Terror Island (US)";320x240@60;H
+gunfront;"Gun & Frontier (World)";320x224@60;V
+gunfrontj;"Gun Frontier (Japan)";320x224@60;V
+gunhohki;"Gun Hohki (Japan)";320x240@60;H
+gunlock;"Gunlock (Ver 2.3O 1994/01/20)";320x224@60;V
+gunmast;"Gun Master";320x224@60;H
+gunnail;"GunNail (28th May. 1992)";384x224@56;V
+gunsmoke;"Gun.Smoke - Gun.Smoke (Kor) - Gun.Smoke (World, 851115)";256x224@60;V
+gunsmokeb;"Gun.Smoke (World, 851115) (bootleg)";256x224@60;V
+gunsmokej;"Gun.Smoke (Japan, 851115)";256x224@60;V
+gunsmokeu;"Gun.Smoke (US, 860408)";256x224@60;V
+gunsmokeua;"Gun.Smoke (US, 851115, set 1)";256x224@60;V
+gunsmokeub;"Gun.Smoke (US, 851115, set 2)";256x224@60;V
+gururin;"Gururin";304x224@59;H
+gussun;"Gussun Oyoyo (Japan)";320x240@60;H
+gutangtn;"Guttang Gottong";256x224@60;V
+gutsn;"Guts'n (Japan)";320x240@60;H
+guwange;"Guwange (Japan, Master Ver. 99/06/24)";320x240@58;V
+guwanges;"Guwange (Japan, Special Ver. 00/01/01)";320x240@58;V
+guzzler;"Guzzler - Guzzler (Jpn, OMV)";256x224@60;V
+gwar;"Guerrilla War (US) - Wing War";400x224@60;V
+gwara;"Guerrilla War (Version 1)";400x224@60;V
+gwarb;"Guerrilla War (Joystick hack bootleg)";400x224@60;V
+gwarj;"Guevara (Japan)";400x224@60;V
+gwarrior;"Galactic Warriors";256x224@60;H
+gyrodine;"Gyrodine - Gyrodine (Jpn)";288x224@60;V
+gyrodinet;"Gyrodine (Taito Corporation license)";288x224@60;V
+gyruss;"Gyruss - Gyruss - Gyruss (Konami)";256x224@60;V
+gyrussb;"Gyruss (bootleg)";256x224@60;V
+gyrussce;"Gyruss (Centuri)";256x224@60;V
+hachamfb;"Hacha Mecha Fighter (19th Sep. 1991, unprotected, boot";256x224@56;H
+hachoo;"Hachoo!";256x224@60;H
+hal21;"HAL21";288x224@60;V
+hal21j;"HAL21 (Japan)";288x224@60;V
+halfway;"Halfway To Hell: Progear Red Label (2016-1-17 Red labe";384x224@60;H
+hamaway;"Hammer Away (prototype)";320x224@60;V
+hangly;"Hangly-Man (set 1)";288x224@60;V
+hangly2;"Hangly-Man (set 2)";288x224@60;V
+hangly3;"Hangly-Man (set 3)";288x224@60;V
+hangon;"Hang-On (Euro, Bra, Aus) - Hang-On (Jpn) - Hang-On (rev A) - Super Hang-On (sitdown/upright, unprotected) - Super Hang-On (World, Rev. A)";320x224@60;H
+hangon1;"Hang-On - Super Hang-On (mini ride-on, FD1089B 317-0034) - Super Hang-On (World)";320x224@60;H
+hangon2;"Hang-On (ride-on) - Hang-On II (Jpn) - Super Hang-On (mini ride-on, Rev A, FD1089B 317-0034)";320x224@60;H
+hangonjr;"Hang-On Jr.";256x192@60;H
+hangzo;"Hangzo (Japan, prototype)";320x240@58;H
+happy6;"Happy 6-in-1 (V102 - V101MK, China)";448x224@60;H
+happy6101;"Happy 6-in-1 (V101 - V100MK, China)";448x224@60;H
+hardhea2;"Hard Head 2 (v2.0)";256x224@60;H
+hardhead;"Hard Head";256x224@60;H
+hasamu;"Hasamu (Japan)";384x240@60;H
+hatena;"Adventure Quiz 2 - Hatena? no Daibouken (Japan 900228)";384x240@60;H
+hayaosi1;"Hayaoshi Quiz Ouza Ketteisen - The King Of Quiz";256x224@60;H
+hbarrel;"Heavy Barrel (US)";256x240@57;V
+hbarrelw;"Heavy Barrel (World)";256x240@57;V
+hcastle;"Haunted Castle (ver. M)";256x224@60;H
+hcastlee;"Haunted Castle (ver. E)";256x224@60;H
+hcastlek;"Haunted Castle (ver. K)";256x224@60;H
+hcrash;"Hyper Crash (version D)";256x224@60;H
+hcrashc;"Hyper Crash (version C)";256x224@60;H
+hedpanic;"Head Panic (ver. 0117, 17/01/2000)";320x240@60;H
+hedpanica;"Head Panic (ver. 0702, 02/07/1999)";320x240@60;H
+hedpanicf;"Head Panic (ver. 0315, 15/03/2000)";320x240@60;H
+hellfire;"Hellfire (2P Ver.) - Hellfire (Euro)";320x240@57.6;H
+hellfire1;"Hellfire (1P Ver.)";320x240@57.6;H
+hellfire1a;"Hellfire (1P Ver., older)";320x240@57.6;H
+hellfire2;"Hellfire (2P Ver., first edition)";320x240@57.6;H
+herbiedk;"Herbie at the Olympics (DK conversion)";256x224@60;V
+herodk;"Hero in the Castle of Doom (DK conversion)";256x224@60;V
+herodku;"Hero in the Castle of Doom (DK conversion not encrypte";256x224@60;V
+heuksun;"Heuk Sun Baek Sa (Korea)";320x240@60;H
+hexa;"Hexa";256x224@60;H
+hexion;"Hexion (Japan ver. JAB)";512x256@60;H
+hexionb;"Hexion (Bootleg, Asia ver. AAA)";512x256@60;H
+hexpool;"Hex Pool (Shinkai)";256x224@60;V
+hexpoola;"Hex Pool (Senko)";256x224@60;V
+hgkairak;"Taisen Hot Gimmick Kairakuten (Japan)";224x640@60;V
+hharry;"Hammerin' Harry (World)";384x256@55;H
+hharryu;"Hammerin' Harry (US)";384x256@55;H
+higemaru;"Pirate Ship Higemaru";256x224@60;H
+himesiki;"Himeshikibu (Japan)";256x192@60;V
+hippodrm;"Hippodrome (US)";256x240@57;H
+hishouza;"Hishou Zame (Japan)";320x240@55;V
+hitice;"Hit the Ice (US) - Hit the Ice (USA) - Hit the Ice - VHL - The Official Video Hockey League - Hit the Ice - VHL - The Official Video Hockey League";320x224@60;H
+hiticej;"Hit the Ice (Japan)";320x224@60;H
+hncholms;"Hunchback Olympic (Scramble hardware)";256x224@60;V
+hoccer;"Hoccer (set 1)";256x224@60;V
+hoccer2;"Hoccer (set 2)";256x224@60;V
+honeydol;"Honey Dolls";256x224@58;H
+hook;"Hook (Euro) - Hook (Euro) - Hook (Euro, Prototype) - Hook (World)";320x240@60;H
+hookj;"Hook (Japan)";320x240@60;H
+hooku;"Hook (US) - Hook (USA) - Hook (USA)";320x240@60;H
+hopmappy;"Hopping Mappy";288x224@60;H
+hopprobo;"Hopper Robo";256x224@60;V
+horekid;"Kid no Hore Hore Daisakusen";256x224@60;V
+horekidb;"Kid no Hore Hore Daisakusen (bootleg)";256x224@60;V
+horizon;"Horizon";256x256@60;H
+horshoes;"American Horseshoes (US)";320x224@60;V
+hotbubl;"Hot Bubble (Korea, with adult pictures)";256x224@56;H
+hotbubla;"Hot Bubble (Korea)";256x224@56;H
+hotdebut;"Quiz de Idol! Hot Debut (Japan)";240x640@60;V
+hotdogst;"Hotdog Storm - The First Supersonics (International)";384x240@58;V
+hotgm4ev;"Taisen Hot Gimmick 4 Ever (Japan)";224x640@60;V
+hotgmck;"Taisen Hot Gimmick (Japan)";224x640@60;V
+hotgmck3;"Taisen Hot Gimmick 3 Digital Surfing (Japan)";224x640@60;V
+hotgmcki;"Mahjong Hot Gimmick Integral (Japan)";224x640@60;V
+hotmind;"Hot Mind (Hard Times hardware)";320x224@58;H
+hotpinbl;"Hot Pinball";512x224@60;V
+hotshock;"Hot Shocker";256x224@60;V
+hotshockb;"Hot Shocker (bootleg)";256x224@60;V
+hpolym84;"Hyper Olympic '84";256x224@60;H
+hpuncher;"Hard Puncher (Japan)";320x224@60;H
+hsf2;"Hyper Street Fighter II: The Anniversary Edition (0402";384x224@60;H
+hsf2a;"Hyper Street Fighter II: The Anniversary Edition (0402";384x224@60;H
+hsf2d;"Hyper Street Fighter II: The Anniversary Edition (0402";384x224@60;H
+hsf2da;"Hyper Street Fighter II: The Anniversary Edition (0402";384x224@60;H
+hsf2j;"Hyper Street Fighter II: The Anniversary Edition (0402";384x224@60;H
+hsf2j1;"Hyper Street Fighter II: The Anniversary Edition (0312";384x224@60;H
+htchctch;"Hatch Catch";320x240@60;H
+hthero;"Hat Trick Hero (Japan)";320x224@60;H
+hthero93;"Hat Trick Hero '93 (Ver 1.0J 1993/02/28)";320x224@60;H
+hthero93u;"Hat Trick Hero '93 (Ver 1.0A 1993/02/28)";320x224@60;H
+hthero94;"Hat Trick Hero '94 (Ver 2.2A 1994/05/26)";320x224@60;H
+hthero95;"Hat Trick Hero '95 (Ver 2.5J 1994/11/03)";320x224@60;H
+hthero95u;"Hat Trick Hero '95 (Ver 2.5A 1994/11/03)";320x224@60;H
+hunchbkg;"Hunchback (Galaxian hardware)";256x224@60;V
+hunchbks;"Hunchback (Scramble hardware)";256x224@60;V
+hustler;"Video Hustler - Video Hustler (Jpn) - Video Hustler (Prototype)";256x224@60;V
+hustlerb;"Video Hustler (bootleg)";256x224@60;V
+hvymetal;"Heavy Metal (315-5135)";256x224@60;H
+hvyunit;"Heavy Unit - Heavy Unit (World) - Heavy Unit - Mega Drive Special (Jpn)";256x224@58;H
+hvyunitj;"Heavy Unit (Japan, Newer)";256x224@58;H
+hvyunitjo;"Heavy Unit (Japan, Older)";256x224@58;H
+hvyunitu;"Heavy Unit -U.S.A. Version- (US)";256x224@58;H
+hwchamp;"Heavyweight Champ";320x224@60;H
+hwchampj;"Heavyweight Champ (Japan, FD1094 317-0046)";320x224@60;H
+hwchampjd;"Heavyweight Champ (Japan, FD1094 317-0046 decrypted)";320x224@60;H
+hyperpac;"Hyper Pacman";256x224@58;H
+hyperpacb;"Hyper Pacman (bootleg)";256x224@58;H
+hyperspt;"Hyper Sports - Hyper Sports (Jpn) - Hyper Sports 1 (Jpn)";256x224@60;H
+hypersptb;"Hyper Sports (bootleg)";256x224@60;H
+hypreac2;"Mahjong Hyper Reaction 2 (Japan)";338x240@60;H
+hypreact;"Mahjong Hyper Reaction (Japan)";338x240@60;H
+hyprolym;"Hyper Olympic";256x224@60;H
+hypsptsp;"Hyper Sports Special (Japan)";304x224@60;H
+iganinju;"Iga Ninjyutsuden (Japan)";256x224@60;H
+igmo;"IGMO";272x236@60;V
+ikari;"Ikari Warriors (US JAMMA)";288x216@60;V
+ikari3;"Ikari III - The Rescue (8-Way Joystick)";256x224@60;H
+ikari3j;"Ikari Three - The Rescue (Japan, Rotary Joystick)";256x224@60;H
+ikari3k;"Ikari III - The Rescue (Korea, 8-Way Joystick)";256x224@60;H
+ikari3u;"Ikari III - The Rescue (US, Rotary Joystick)";256x224@60;H
+ikaria;"Ikari Warriors (US)";288x216@60;V
+ikarijp;"Ikari (Japan No Continues)";288x216@60;V
+ikarijpb;"Ikari (Joystick hack bootleg)";288x216@60;V
+ikarinc;"Ikari Warriors (US No Continues)";288x216@60;V
+ikariram;"Rambo 3 (bootleg of Ikari, Joystick hack)";288x216@60;V
+ikki;"Ikki (Japan)";240x224@60;H
+imago;"Imago (cocktail set)";256x224@60;V
+imagoa;"Imago (no cocktail set)";256x224@60;V
+imgfight;"Image Fight (Japan, revision A)";384x256@55;V
+imgfightj;"Image Fight (Japan)";384x256@55;V
+imsorry;"I'm Sorry (315-5110, US)";256x224@60;H
+imsorryj;"Gonbee no I'm Sorry (315-5110, Japan)";256x224@60;H
+insectx;"Insector X (USA) - Insector X (World)";256x224@60;H
+insectxj;"Insector X (Japan) - Insector X (Jpn, Kor)";256x224@60;H
+intcup94;"International Cup '94 (Ver 2.2O 1994/05/26)";320x224@60;H
+inthunt;"In The Hunt (World)";320x240@60;H
+inthuntu;"In The Hunt (US)";320x240@60;H
+invaders;"Space Invaders / Space Invaders M";260x224@60;V
+ironclad;"Choutetsu Brikin'ger - Iron clad (Prototype)";304x224@59;H
+ironclado;"Choutetsu Brikin'ger - Iron clad (Prototype, older)";304x224@59;H
+ironhors;"Iron Horse";240x224@60;H
+irrmaze;"The Irritating Maze / Ultra Denryu Iraira Bou";304x224@59;H
+isgsm;"ISG Selection Master Type 2006 System BIOS";320x224@60;H
+itaten;"Itazura Tenshi (Japan)";256x224@60;H
+jack;"Aquajack (World) - Ball Jacks (Euro, Jpn) - Bomb Jack (Jpn) - Bomb Jack (set 1) - Jack the Giantkiller (set 1) - Jumping Jack - Jumping Jack (Euro) - Snap Jack - Star Jacker (Euro, Jpn, v1.2) - Star Jacker (Sega)";256x224@60;V
+jack2;"Bomb Jack (set 2) - Jack the Giantkiller (set 2) - Star Jacker (Jpn, v1.0)";256x224@60;V
+jack3;"Jack the Giantkiller (set 3)";256x224@60;V
+jackal;"Jackal (World, 8-way Joystick)";240x224@60;V
+jackalbl;"Jackal (bootleg, Rotary Joystick)";240x224@60;V
+jackalj;"Tokushu Butai Jackal (Japan, 8-way Joystick)";240x224@60;V
+jackalr;"Jackal (World, Rotary Joystick)";240x224@60;V
+jailbrek;"Jail Break";240x224@60;H
+jailbrekb;"Jail Break (bootleg)";240x224@60;H
+janjans1;"Lovely Pop Mahjong JangJang Shimasho (Japan)";336x238@60;H
+janjans2;"Lovely Pop Mahjong JangJang Shimasho 2 (Japan)";336x238@60;H
+janshin;"Jyanshin Densetsu - Quest of Jongmaster";320x224@59;H
+jchan;"Jackie Chan - Jackie Chan - The Kung-Fu Master - Jackie Chan's Action Kung Fu";320x240@60;H
+jchan2;"Jackie Chan in Fists of Fire";320x240@60;H
+jcross;"Jumping Cross";288x216@60;V
+jigkmgri;"Jigoku Meguri (Japan)";320x224@60;H
+jigkmgria;"Jigoku Meguri (Japan, hack?)";320x224@60;H
+jitsupro;"Jitsuryoku!! Pro Yakyuu (Japan)";256x224@60;H
+jjack;"Jumping Jack";240x192@60;V
+jjparad2;"Jan Jan Paradise 2";320x240@60;H
+jjparads;"Jan Jan Paradise";320x240@60;H
+jjsquawk;"J. J. Squawkers";384x240@60;H
+jjsquawkb;"J. J. Squawkers (bootleg)";384x240@60;H
+jjsquawkb2;"J. J. Squawkers (bootleg, Blandia conversion)";384x240@60;H
+jjsquawko;"J. J. Squawkers (older)";384x240@60;H
+jockeygp;"Jockey Grand Prix (set 1)";304x224@59;H
+jockeygpa;"Jockey Grand Prix (set 2)";304x224@59;H
+joemac;"Joe & Mac (USA) - Tatakae Genshizin Joe & Mac (Japan ver 1)";256x240@58;H
+joemacr;"Joe & Mac Returns (World, Version 1.1, 1994.05.27)";320x240@58;H
+joemacra;"Joe & Mac Returns (World, Version 1.0, 1994.05.19)";320x240@58;H
+joemacrj;"Joe & Mac Returns (Japan, Version 1.2, 1994.06.06)";320x240@58;H
+joinem;"Joinem";256x224@60;V
+jojo;"JoJo's Venture / JoJo no Kimyou na Bouken (USA 990128)";384x224@60;H
+jojoba;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojoban;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojobane;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojobaner1;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojobanr1;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojobar1;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojoj;"JoJo's Venture / JoJo no Kimyou na Bouken (Japan 99012";384x224@60;H
+jojojr1;"JoJo's Venture / JoJo no Kimyou na Bouken (Japan 99010";384x224@60;H
+jojojr2;"JoJo's Venture / JoJo no Kimyou na Bouken (Japan 98120";384x224@60;H
+jojon;"JoJo's Venture / JoJo no Kimyou na Bouken (Asia 990128";384x224@60;H
+jojonr1;"JoJo's Venture / JoJo no Kimyou na Bouken (Asia 990108";384x224@60;H
+jojonr2;"JoJo's Venture / JoJo no Kimyou na Bouken (Asia 981202";384x224@60;H
+jojor1;"JoJo's Venture / JoJo no Kimyou na Bouken (USA 990108)";384x224@60;H
+jojor2;"JoJo's Venture / JoJo no Kimyou na Bouken (USA 981202)";384x224@60;H
+joyfulr;"Joyful Road (Japan)";320x240@60;V
+joyjoy;"Puzzled / Joy Joy Kid (NGM-021)(NGH-021)";304x224@59;H
+joyman;"Joyman";288x224@60;V
+joust;"Joust";292x240@60;H
+stargate;"Stargate";292x240@60;H
+sinister;"Sinister";292x240@60;H
+defender;"Defender";292x240@60;H
+jpopnics;"Jumping Pop (Nics, Korean bootleg of Plump Pop)";256x224@60;H
+jrking;"Junior King (bootleg of Donkey Kong Jr.)";256x224@60;V
+jrpacman;"Jr. Pac-Man (11/9/83)";288x224@60;V
+jrpacmanf;"Jr. Pac-Man (speedup hack)";288x224@60;V
+jt104;"JT-104 (title screen modification of Rad Action)";256x192@60;H
+juju;"JuJu Densetsu (Japan)";256x224@60;H
+jujub;"JuJu Densetsu (Playmark bootleg)";256x224@60;H
+jumpbug;"Jump Bug";256x224@60;V
+jumpbugb;"Jump Bug (bootleg)";256x224@60;V
+jumpcoas;"Jump Coaster";256x224@60;V
+jumpcoast;"Jump Coaster (Taito)";256x224@60;V
+jumping;"JumpinG (eng) - Jumping (set 1)";320x224@60;H
+jumpinga;"Jumping (set 2)";320x224@60;H
+jumpingi;"Jumping (set 3, Imnoe PCB)";320x224@60;H
+jumpkids;"Jump Kids";320x240@60;H
+jumppop;"Jumping Pop (set 1)";320x240@60;H
+jumppope;"Jumping Pop (set 2)";320x240@60;H
+jumpshot;"Jump Shot";288x224@60;V
+jumpshotp;"Jump Shot Engineering Sample";288x224@60;V
+jungler;"Jungler";288x224@60;V
+junofrst;"Juno First - Juno First (Jpn)";256x224@60;V
+junofrstg;"Juno First (Gottlieb)";256x224@60;V
+jyangoku;"Jyangokushi -Haoh no Saihai- (990527 Japan)";384x224@60;H
+kabukikl;"Far East of Eden - Kabuki Klash / Tengai Makyou - Shin";320x224@59;H
+kageki;"Ka-Ge-Ki - Fists of Steel (USA) - Kageki (US)";256x224@60;V
+kagekih;"Kageki (hack)";256x224@60;V
+kagekij;"Ka-Ge-Ki (Jpn) - Kageki (Japan)";256x224@60;V
+kaiserkn;"Kaiser Knuckle (Ver 2.1O 1994/07/29)";320x224@60;H
+kaiserknj;"Kaiser Knuckle (Ver 2.1J 1994/07/29)";320x224@60;H
+kaitei;"Kaitei Takara Sagashi";272x224@60;V
+kaiteids;"Kaitei Daisensou (Japan)";320x240@60;H
+kaitein;"Kaitei Takara Sagashi (Namco license)";272x224@60;V
+kamakazi3;"Kamakazi III (superg hack)";256x224@60;V
+kamenrid;"Masked Riders Club Battle Race";384x240@60;H
+kangaroo;"Kangaroo";512x256@60;V
+kangarooa;"Kangaroo (Atari)";512x256@60;V
+kangaroob;"Kangaroo (bootleg)";512x256@60;V
+karatblz;"Karate Blazers (World, set 1)";352x240@60;H
+karatblza;"Karate Blazers (World, set 2)";352x240@60;H
+karatblzj;"Karate Blazers (Japan)";352x240@60;H
+karatblzu;"Karate Blazers (US)";352x240@60;H
+karatedo;"Karate Dou (Japan)";256x224@60;V
+karatevs;"Taisen Karate Dou (Japan VS version)";256x224@60;V
+karatour;"The Karate Tournament";320x240@60;H
+karatourj;"The Karate Tournament (Japan)";320x240@60;H
+karianx;"Karian Cross (Rev. 1.0)";320x224@60;H
+karnov;"Karnov (US, rev 6)";256x248@60;H
+karnova;"Karnov (US, rev 5)";256x248@60;H
+karnovj;"Karnov (Japan)";256x248@60;H
+karnovr;"Karnov's Revenge / Fighter's History Dynamite";304x224@59;H
+kazan;"Ninja Kazan (World)";256x224@60;H
+kbash;"Knuckle Bash";320x240@60;H
+kbash2;"Knuckle Bash 2 (bootleg)";320x240@60;H
+kbashk;"Knuckle Bash (Korean PCB)";320x240@60;H
+kchamp;"Karate Champ (US)";256x224@60;V
+kchampvs;"Karate Champ (US VS version, set 1)";256x224@60;V
+kchampvs2;"Karate Champ (US VS version, set 2)";256x224@60;V
+keithlcy;"Dramatic Adventure Quiz Keith & Lucy (Japan)";336x238@60;H
+kengo;"Ken-Go (set 1)";384x256@55;H
+kengoa;"Ken-Go (set 2)";384x256@55;H
+keroppi;"Kero Kero Keroppi's Let's Play Together (USA, Version";320x240@60;H
+keroppij;"Kero Kero Keroppi no Issyoni Asobou (Japan)";320x240@60;H
+ket;"Ketsui Kizuna Jigoku Tachi (Revision 2?, Japan) - Rocket Knight Adventures (Euro) - Socket (USA) - TV Sports Basketball - TV Sports Basketball";448x224@59;V
+ket1;"Ketsui Kizuna Jigoku Tachi (Revision 2? alt, Japan)";448x224@59;V
+keta;"Ketsui Kizuna Jigoku Tachi (Revision 1?, Japan)";448x224@59;V
+ketarr;"Ketsui Kizuna Jigoku Tachi (Arrange Mode version 1.7,";448x224@59;V
+ketarr10;"Ketsui Kizuna Jigoku Tachi (Arrange Mode version 1.0,";448x224@59;V
+ketarr15;"Ketsui Kizuna Jigoku Tachi (Arrange Mode version 1.5,";448x224@59;V
+ketarr151;"Ketsui Kizuna Jigoku Tachi (Arrange Mode version 1.51,";448x224@59;V
+ketarrf;"Ketsui Kizuna Jigoku Tachi (Fast version, hack by Trap";448x224@59;V
+ketarrs15;"Ketsui Kizuna Jigoku Tachi (MR. Stoic version 1.5, hac";448x224@59;V
+ketarrs151;"Ketsui Kizuna Jigoku Tachi (MR. Stoic version 1.51, ha";448x224@59;V
+ketb;"Ketsui Kizuna Jigoku Tachi (Original?, Japan)";448x224@59;V
+ketbl;"Ketsui Kizuna Jigoku Tachi (2003/01/01. Master Ver., b";448x224@59;V
+kf10thep;"The King of Fighters 10th Anniversary Extra Plus (boot";304x224@59;H
+kf2k1pa;"The King of Fighters 2001 Plus (set 2, bootleg / hack)";304x224@59;H
+kf2k1pls;"The King of Fighters 2001 Plus (set 1, bootleg / hack)";304x224@59;H
+kf2k2mp;"The King of Fighters 2002 Magic Plus (bootleg)";304x224@59;H
+kf2k2mp2;"The King of Fighters 2002 Magic Plus II (bootleg)";304x224@59;H
+kf2k2pla;"The King of Fighters 2002 Plus (bootleg set 2)";304x224@59;H
+kf2k2plb;"The King of Fighters 2002 Plus (bootleg set 3)";304x224@59;H
+kf2k2plc;"The King of Fighters 2002 Super (bootleg)";304x224@59;H
+kf2k2pls;"The King of Fighters 2002 Plus (bootleg set 1)";304x224@59;H
+kf2k2ps2;"The King of Fighters 2002 (PlayStation 2 ver 0.4, EGHT";304x224@59;H
+kf2k3bl;"The King of Fighters 2003 (bootleg set 1)";304x224@59;H
+kf2k3bla;"The King of Fighters 2003 (bootleg set 2)";304x224@59;H
+kf2k3pcb;"The King of Fighters 2003 (Japan, JAMMA PCB)";304x224@59;H
+kf2k3pl;"The King of Fighters 2004 Plus / Hero (bootleg)";304x224@59;H
+kf2k3upl;"The King of Fighters 2004 Ultra Plus (bootleg)";304x224@59;H
+kf2k4pls;"The King of Fighters Special Edition 2004 Plus (bootle";304x224@59;H
+kf2k5uni;"The King of Fighters 10th Anniversary 2005 Unique (boo";304x224@59;H
+kickboy;"Kick Boy";256x224@60;H
+kicker;"Kicker";256x224@60;V
+kickoff;"Kick Off (Japan) - Super Kick Off (Euro) - Super Kick Off (Euro, Bra) - Super Kick Off (Euro, SMS Mode)";256x224@60;H
+kickridr;"Kick Rider";240x192@60;H
+kidniki;"Kid Niki - Radical Ninja (World)";384x256@60;H
+kidnikiu;"Kid Niki - Radical Ninja (US)";384x256@60;H
+kikcubic;"Meikyu Jima (Japan)";384x256@55;H
+kikcubicb;"Kickle Cubele";384x256@55;H
+killbld;"The Killing Blade (V109, China)";448x224@60;H
+killbld104;"The Killing Blade (V104)";448x224@60;H
+killbldp;"The Killing Blade Plus (V300)";448x224@60;H
+kingball;"King & Balloon (Jpn) - King & Balloon (US) - King and Balloon (Kor)";256x224@60;V
+kingballj;"King & Balloon (Japan)";256x224@60;V
+kingdmgp;"Kingdom Grandprix (World)";320x240@60;V
+kirameki;"Kirameki Star Road (Ver 2.10J 1997/08/29)";320x224@60;H
+kittenk;"Kitten Kaboodle";256x224@60;H
+kizuna;"Kizuna Encounter - Super Tag Battle / Fu'un Super Tag";304x224@59;H
+kncljoe;"Knuckle Joe (set 1)";256x240@60;V
+kncljoea;"Knuckle Joe (set 2)";256x240@60;V
+knights;"Knights of the Round (911127 etc)";384x224@60;H
+knightsb;"Knights of the Round (bootleg set 1 (with YM2151 + 2xM";384x224@60;H
+knightsb2;"Knights of the Round (bootleg set 2, 911127 etc)";384x224@60;H
+knightsb3;"Knights of the Round (bootleg set 3, 911127 Japan)";384x224@60;H
+knightsb4;"Knights of the Round (bootleg set 4 (with YM2151 + 2xM";384x224@60;H
+knightsh;"Knights of the Round (hack set 1)";384x224@60;H
+knightsh2;"Knights of the Round (hack set 2, 911127 etc)";384x224@60;H
+knightsj;"Knights of the Round (911127 Japan, B-Board 91634B-2)";384x224@60;H
+knightsja;"Knights of the Round (911127 Japan, B-Board 89625B-1)";384x224@60;H
+knightsu;"Knights of the Round (911127 USA)";384x224@60;H
+knockout;"Knock Out!!";256x224@60;V
+kod;"Don Doko Don (World) - The King of Dragons (910805 etc)";384x224@60;H
+kodb;"The King of Dragons (bootleg, 910731 etc)";384x224@60;H
+kodda;"The King of Dragons (Phoenix bootleg, 910731 etc)";384x224@60;H
+kodh;"The King of Dragons (hack)";384x224@60;H
+kodj;"Don Doko Don (Japan) - The King of Dragons (Japan 910805, B-Board 90629B-3)";384x224@60;H
+kodja;"The King of Dragons (Japan 910805, B-Board 89625B-1)";384x224@60;H
+kodr1;"The King of Dragons (910711 etc)";384x224@60;H
+kodu;"Don Doko Don (US) - The King of Dragons (US 910910)";384x224@60;H
+kof10th;"The King of Fighters 10th Anniversary (bootleg)";304x224@59;H
+kof2000;"The King of Fighters 2000 (NGM-2570) (NGH-2570)";304x224@59;H
+kof2000n;"The King of Fighters 2000 (not encrypted)";304x224@59;H
+kof2000ps2;"The King of Fighters 2000 (Playstation 2 ver. , EGHT h";304x224@59;H
+kof2001;"The King of Fighters 2001 (NGM-262?)";304x224@59;H
+kof2001h;"The King of Fighters 2001 (NGH-2621)";304x224@59;H
+kof2002;"The King of Fighters 2002 (NGM-2650)(NGH-2650)";304x224@59;H
+kof2002b;"The King of Fighters 2002 (bootleg)";304x224@59;H
+kof2003;"The King of Fighters 2003 (NGM-2710)";304x224@59;H
+kof2003h;"The King of Fighters 2003 (NGH-2710)";304x224@59;H
+kof2k4se;"The King of Fighters Special Edition 2004 (bootleg)";304x224@59;H
+kof94;"The King of Fighters '94 (NGM-055)(NGH-055)";304x224@59;H
+kof95;"The King of Fighters '95 (NGM-084)";304x224@59;H
+kof95a;"The King of Fighters '95 (NGH-084, alternate board)";304x224@59;H
+kof95h;"The King of Fighters '95 (NGH-084)";304x224@59;H
+kof95sp;"The King of Fighters '95 (Special 2017, hack)";304x224@59;H
+kof96;"The King of Fighters '96 (NGM-214)";304x224@59;H
+kof96a;"The King of Fighters '96 (NGM-214, alternate board)";304x224@59;H
+kof96ae;"The King of Fighters '96 (Anniversary Edition, EGHT ha";304x224@59;H
+kof96ae20;"The King of Fighters '96 (Anniversary Edition 2.0.0430";304x224@59;H
+kof96cn;"The King of Fighters '96 (Chinese Edition ver 1.0, hac";304x224@59;H
+kof96ep;"The King of Fighters '96 (bootleg / hack)";304x224@59;H
+kof96h;"The King of Fighters '96 (NGH-214)";304x224@59;H
+kof97;"The King of Fighters '97 (NGM-2320)";304x224@59;H
+kof97cn;"The King of Fighters '97 (10th Anniversary Chinese Edi";304x224@59;H
+kof97h;"The King of Fighters '97 (NGH-2320)";304x224@59;H
+kof97k;"The King of Fighters '97 (Korean release)";304x224@59;H
+kof97oro;"The King of Fighters '97 oroshi plus 2003";304x224@59;H
+kof97pla;"The King of Fighters '97 Plus 2003 (bootleg / hack)";304x224@59;H
+kof97pls;"The King of Fighters '97 Plus (bootleg)";304x224@59;H
+kof97xt;"The King of Fighters '97 - Final Battle (hack)";304x224@59;H
+kof98;"K.O.F 98' - The King of Fighters '98 - The Slugfest / King of Figh";304x224@59;H
+kof98a;"K.O.F 98' (Unprotected?) - The King of Fighters '98 - The Slugfest / King of Figh";304x224@59;H
+kof98ae;"The King of Fighters '98 (Anniversary Edition, EGHT ha";304x224@59;H
+kof98ae2016;"The King of Fighters '98 (Anniversary Edition build 1.";304x224@59;H
+kof98cb;"The King of Fighters '98 (Combo, hack)";304x224@59;H
+kof98h;"The King of Fighters '98 - The Slugfest / King of Figh";304x224@59;H
+kof98k;"The King of Fighters '98 - The Slugfest / King of Figh";304x224@59;H
+kof98ka;"The King of Fighters '98 - The Slugfest / King of Figh";304x224@59;H
+kof99;"The King of Fighters '99 - The King of Fighters '99 - Millennium Battle (NGM-2510";304x224@59;H
+kof99ae;"The King of Fighters '99 (15th Anniversary Edition)";304x224@59;H
+kof99e;"The King of Fighters '99 - Millennium Battle (earlier)";304x224@59;H
+kof99h;"The King of Fighters '99 - Millennium Battle (NGH-2510";304x224@59;H
+kof99k;"The King of Fighters '99 - Millennium Battle (Korean r";304x224@59;H
+kof99ka;"The King of Fighters '99 - Millennium Battle (Korean r";304x224@59;H
+kof99p;"The King of Fighters '99 - Millennium Battle (prototyp";304x224@59;H
+kog;"King of Gladiator (The King of Fighters '97 bootleg)";304x224@59;H
+kogplus;"King of Gladiator Plus (The King of Fighters '97 bootl";304x224@59;H
+koikois2;"Koi Koi Shimasho 2 - Super Real Hanafuda (Japan)";336x240@60;H
+konami88;"Konami '88";304x224@60;H
+konamigt;"Konami GT";256x224@60;H
+kong;"Crazy Kong - Donkey Kong - Donkey Kong (US set 1) - Kong (Donkey Kong conversion on Galaxian hardware) - Wu Kong Wai Zhuan (Chi)";256x224@60;V
+kontest;"Konami Test Board (GX800, Japan)";256x224@60;H
+korokoro;"Koro Koro Quest (Japan)";320x240@58;H
+korosuke;"Korosuke Roller";288x224@60;V
+koshien;"Ah Eikou no Koshien (Japan) - Nessen Koushien (Jpn)";320x224@60;H
+kotm;"King of the Monsters (Euro) - King of the Monsters (set 1)";304x224@59;H
+kotm2;"King of the Monsters 2 (USA) - King of the Monsters 2 - The Next Thing (NGM-039)(NGH-";304x224@59;H
+kotm2a;"King of the Monsters 2 - The Next Thing (older)";304x224@59;H
+kotm2p;"King of the Monsters 2 - The Next Thing (prototype)";304x224@59;H
+kotmh;"King of the Monsters (set 2)";304x224@59;H
+kov;"Knights of Valour - Sangoku Senki (V117) - Ponpoko (Venture Line)";448x224@60;H
+kov111;"Knights of Valour - Sangoku Senki (V111, Japan)";448x224@60;H
+kov114;"Knights of Valour - Sangoku Senki (V114, Hong Kong)";448x224@60;H
+kov115;"Knights of Valour - Sangoku Senki (V115)";448x224@60;H
+kov2;"Knights of Valour 2 (V107, 102, 100, Hong Kong)";448x224@60;H
+kov2100;"Knights of Valour 2 (V100, 100, 100, Hong Kong)";448x224@60;H
+kov2101;"Knights of Valour 2 (V101, 101, 100, Hong Kong)";448x224@60;H
+kov2102;"Knights of Valour 2 (V102, 101, 100, Hong Kong)";448x224@60;H
+kov2103;"Knights of Valour 2 (V103, 101, 100, Hong Kong)";448x224@60;H
+kov2106;"Knights of Valour 2 (V106, 102, 100 Hong Kong)";448x224@60;H
+kov2p;"Knights of Valour 2 Plus - Nine Dragons (VM205XX, Chin";448x224@60;H
+kov2p202;"Knights of Valour 2 Plus - Nine Dragons (VM202XX)";448x224@60;H
+kov2p204;"Knights of Valour 2 Plus - Nine Dragons (VM204XX)";448x224@60;H
+kovplus;"Knights of Valour Plus - Sangoku Senki Plus (V119)";448x224@60;H
+kovplusa;"Knights of Valour Plus - Sangoku Senki Plus (V119 alt)";448x224@60;H
+kovqhsgs;"Knights of Valour: Quan Huang San Guo Special / Sangok";448x224@60;H
+kovqhsgsa;"Knights of Valour: Quan Huang San Guo Special / Sangok";448x224@60;H
+kovsgqyz;"Knights of Valour: SanGuo QunYingZhuan / Sangoku Senki";448x224@60;H
+kovsgqyza;"Knights of Valour: SanGuo QunYingZhuan / Sangoku Senki";448x224@60;H
+kovsgqyzb;"Knights of Valour: SanGuo QunYingZhuan / Sangoku Senki";448x224@60;H
+kovsgqyzc;"Knights of Valour: SanGuo QunYingZhuan / Sangoku Senki";448x224@60;H
+kovsh;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovsh100;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovsh101;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovsh102;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovsh103;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovshb;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovshp;"Knights of Valour Super Heroes Plus / Sangoku Senki Su";448x224@60;H
+kovshpa;"Knights of Valour Super Heroes Plus / Sangoku Senki Su";448x224@60;H
+kovshxas;"Knights of Valour: Ao Shi San Guo / Sangoku Senki: Ao";448x224@60;H
+kovytzy;"Knights of Valour: Yi Tong Zhong Yuan / Sangoku Senki:";448x224@60;H
+kozure;"Kozure Ookami (Japan)";320x240@60;H
+krzybowl;"Krazy Bowl";320x232@60;V
+ksayakyu;"Kusayakyuu";256x224@60;H
+ktiger;"Black Tiger - Kyukyoku Tiger (Japan) - Kyuukyoku Tiger - Kyuukyoku Tiger (Jpn)";320x240@55;V
+ktiger2;"Kyukyoku Tiger II (Ver 2.1J 1995/11/30)";320x232@60;V
+kuhga;"Kuhga - Operation Code 'Vapor Trail' (Japan revision 3";256x240@58;V
+kungfub;"Kung-Fu Master (bootleg set 1)";256x256@60;H
+kungfub2;"Kung-Fu Master (bootleg set 2)";256x256@60;H
+kungfub3;"Kung-Fu Master (bootleg set 3)";256x256@60;H
+kungfum;"Kung Fu Master (Jpn) - Kung-Fu Master";256x256@60;H
+kungfumd;"Kung-Fu Master (Data East)";256x256@60;H
+kungfut;"Kung-Fu Taikun - Kung-Fu Taikun (Jpn)";256x224@60;H
+kungfuta;"Kung-Fu Taikun (alt) - Kung-Fu Taikun (Jpn, Alt)";256x224@60;H
+kuniokun;"Nekketsu Kouha Kunio-kun (Japan)";240x240@60;H
+kuniokunb;"Nekketsu Kouha Kunio-kun (Japan bootleg)";240x240@60;H
+kurikint;"Kuri Kinton (World)";320x224@60;H
+kurikinta;"Kuri Kinton (World, prototype?)";320x224@60;H
+kurikintj;"Kuri Kinton (Japan)";320x224@60;H
+kurikintu;"Kuri Kinton (US)";320x224@60;H
+kyros;"Kyros";256x224@60;V
+kyrosj;"Kyros No Yakata (Japan)";256x224@60;V
+kyukaidk;"Kyuukai Douchuuki (Japan, new version (Rev B)) - Kyuukai Douchuuki (Jpn)";288x224@60;H
+kyukaidko;"Kyuukai Douchuuki (Japan, old version)";288x224@60;H
+kyustrkr;"Last Striker / Kyuukyoku no Striker";384x240@60;H
+labyrunr;"Labyrinth Runner (Japan)";280x224@60;V
+labyrunrk;"Labyrinth Runner (World Ver. K)";280x224@60;V
+ladybug;"Lady Bug - Lady Bug";240x196@60;V
+ladybugb;"Lady Bug (bootleg set 1)";240x196@60;V
+ladybugb2;"Coccinelle (bootleg of Lady Bug, set 2)";240x196@60;V
+ladybugg;"Lady Bug (bootleg on Galaxian hardware)";256x224@60;V
+ladykill;"Lady Killer";320x240@60;V
+ladymstr;"Lady Master of Kung Fu";256x224@60;V
+lagirl;"LA Girl";320x224@60;V
+landmakr;"Land Maker (Ver 2.01J 1998/06/01)";320x232@60;H
+landmakrp;"Land Maker (Ver 2.02O 1998/06/02) (Prototype)";320x232@60;H
+lans2004;"Lansquenet 2004 (Shock Troopers - 2nd Squad bootleg)";304x224@59;H
+lasso;"Lasso";256x224@60;V
+lastblad;"The Last Blade / Bakumatsu Roman - Gekka no Kenshi (NG";320x224@59;H
+lastblada;"The Last Blade / Bakumatsu Roman - Gekka no Kenshi (NG";320x224@59;H
+lastbladh;"The Last Blade / Bakumatsu Roman - Gekka no Kenshi (NG";320x224@59;H
+lastbladsp;"The Last Soldier (Special 2017, hack)";320x224@59;H
+lastbld2;"The Last Blade 2 / Bakumatsu Roman - Dai Ni Maku Gekka";320x224@59;H
+lastbld2eh;"The Last Blade 2 / Bakumatsu Roman - Dai Ni Maku Gekka";320x224@59;H
+lastday;"The Last Day (set 1)";384x240@60;V
+lastdaya;"The Last Day (set 2)";384x240@60;V
+lastduel;"Last Duel (US New Ver.)";384x240@60;V
+lastduelb;"Last Duel (bootleg)";384x240@60;V
+lastduelj;"Last Duel (Japan)";384x240@60;V
+lastduelo;"Last Duel (US Old Ver.)";384x240@60;V
+lastfort;"Last Fortress - Toride";360x224@60;H
+lastforte;"Last Fortress - Toride (Erotic, Rev C)";360x224@60;H
+lastfortea;"Last Fortress - Toride (Erotic, Rev A)";360x224@60;H
+lastfortg;"Last Fortress - Toride (German)";360x224@60;H
+lastfortk;"Last Fortress - Toride (Korea)";360x224@60;H
+lasthope;"Last Hope (bootleg AES to MVS conversion, no coin supp";304x224@59;H
+lastmisn;"Last Mission (US revision 6)";256x240@58;V
+lastmisnj;"Last Mission (Japan)";256x240@58;V
+lastmisno;"Last Mission (US revision 5)";256x240@58;V
+lastsold;"The Last Soldier (Korean release of The Last Blade)";320x224@59;H
+lastsurv;"Last Survivor (FD1094 317-0083)";320x224@60;H
+lastsurvd;"Last Survivor (FD1094 317-0083 decrypted)";320x224@60;H
+lbowling;"League Bowling (NGM-019)(NGH-019)";304x224@59;H
+ldrun;"Lode Runner (Euro, Jpn) - Lode Runner (Jpn) - Lode Runner (set 1) - Lode Runner - Lost Labyrinth";384x256@60;H
+ldrun2;"Lode Runner II (Jpn) - Lode Runner II - The Bungeling Strikes Back";384x256@60;H
+ldrun3;"Lode Runner III - The Golden Labyrinth";384x256@60;H
+ldrun3j;"Lode Runner III - Majin No Fukkatsu";384x256@60;H
+ldrun4;"Lode Runner IV - Teikoku Karano Dasshutsu";384x256@60;H
+ldruna;"Lode Runner (Jpn, Alt) - Lode Runner (set 2)";384x256@60;H
+leaguemn;"Yakyuu Kakutou League-Man (Japan)";320x240@60;H
+leds2011;"Led Storm Rally 2011 (World)";384x240@60;V
+leds2011u;"Led Storm Rally 2011 (US)";384x240@60;V
+ledstorm;"Led Storm (US)";384x240@60;V
+legend;"Legend - Oriental Legend - Xi Yo Gi Shi Re Zuang (V126)";288x224@60;H
+legendos;"Legend of Success Joe / Ashitano Joe Densetsu";304x224@59;H
+legion;"Legion - Spinner-87 (World ver 2.03)";288x224@60;V
+legionj;"Chouji Meikyuu Legion (Japan ver 1.05)";288x224@60;V
+legionjb;"Chouji Meikyuu Legion (Japan ver 1.05, bootleg)";288x224@60;V
+legofair;"Koukuu Kihei Monogatari - The Legend of Air Cavalry (J";400x224@60;V
+lemmings;"Lemmings (Euro) - Lemmings (Euro, Bra, Kor) - Lemmings (US prototype) - Lemmings (World)";320x224@60;H
+lethalen;"Lethal Enforcers (Euro) - Lethal Enforcers (ver UAE, 11/19/92 15:04)";288x224@60;H
+lethaleneaa;"Lethal Enforcers (ver EAA, 09/09/92 09:44)";288x224@60;H
+lethaleneab;"Lethal Enforcers (ver EAB, 10/14/92 19:53)";288x224@60;H
+lethaleneae;"Lethal Enforcers (ver EAE, 11/19/92 16:24)";288x224@60;H
+lethalenua;"Lethal Enforcers (ver UAA, 08/17/92 21:38)";288x224@60;H
+lethalenub;"Lethal Enforcers (ver UAB, 09/01/92 11:12)";288x224@60;H
+lethalenux;"Lethal Enforcers (ver unknown, US, 08/06/92 15:11, hac";288x224@60;H
+lethalth;"Lethal Thunder (World)";320x240@60;V
+levers;"Levers";256x224@60;V
+lghost;"Laser Ghost (Euro) - Laser Ghost (set 2, World, 317-0166)";320x224@60;H
+lghostd;"Laser Ghost (set 2, World, 317-0166 decrypted)";320x224@60;H
+lghostu;"Laser Ghost (set 1, US, 317-0165)";320x224@60;H
+lghostud;"Laser Ghost (set 1, US, 317-0165 decrypted)";320x224@60;H
+lgtnfght;"Lightning Fighters (World)";288x224@60;V
+lgtnfghta;"Lightning Fighters (Asia)";288x224@60;V
+lgtnfghtu;"Lightning Fighters (US)";288x224@60;V
+lhcdb;"Last Hope CD Beta (Neo CD conversion)";304x224@59;H
+liblrabl;"Libble Rabble";288x224@60;H
+lifefrce;"Lifeforce (US)";256x224@60;H
+lifefrcej;"Lifeforce (Japan)";256x224@60;H
+lightbr;"Light Bringer (Ver 2.2O 1994/04/08)";320x224@60;H
+lightbrj;"Light Bringer (Ver 2.1J 1994/02/18)";320x224@60;H
+liquidk;"Liquid Kids (World)";320x224@60;H
+liquidku;"Liquid Kids (US)";320x224@60;H
+lithero;"Little Hero";384x256@60;H
+livequiz;"Live Quiz Show";320x224@60;H
+lizwiz;"Lizard Wizard";288x224@60;V
+lkage;"The Legend of Kage";240x224@60;H
+lkageb;"The Legend of Kage (bootleg set 1)";240x224@60;H
+lkageb2;"The Legend of Kage (bootleg set 2)";240x224@60;H
+lkageb3;"The Legend of Kage (bootleg set 3)";240x224@60;H
+lkageo;"The Legend of Kage (older)";240x224@60;H
+lkageoo;"The Legend of Kage (oldest)";240x224@60;H
+lnc;"College Football's National Championship (USA) - Lock'n'Chase";242x240@60;V
+lockonph;"Lock On (Philko)";320x224@60;H
+locoboot;"Loco-Motion (bootleg)";256x224@60;V
+locomotn;"Loco-Motion";256x224@60;V
+loderndf;"Lode Runner - The Dig Fight (ver. B)";240x640@60;V
+loderndfa;"Lode Runner - The Dig Fight (ver. A)";240x640@60;V
+loffire;"Line of Fire (Euro, Bra, Kor) - Line of Fire / Bakudan Yarou (World, FD1094 317-0136)";320x224@60;H
+loffired;"Line of Fire / Bakudan Yarou (World, FD1094 317-0136 d";320x224@60;H
+loffirej;"Line of Fire / Bakudan Yarou (Japan, FD1094 317-0134)";320x224@60;H
+loffirejd;"Line of Fire / Bakudan Yarou (Japan, FD1094 317-0134 d";320x224@60;H
+loffireu;"Line of Fire / Bakudan Yarou (US, FD1094 317-0135)";320x224@60;H
+loffireud;"Line of Fire / Bakudan Yarou (US, FD1094 317-0135 decr";320x224@60;H
+logicpr2;"Logic Pro 2 (Japan)";320x224@60;H
+logicpro;"Logic Pro (Japan)";320x224@60;H
+loht;"Legend of Hero Tonma - Legend of Hero Tonma - Legend of Hero Tonma";384x256@55;H
+lohtb;"Legend of Hero Tonma (bootleg, set 1)";384x256@55;H
+lohtb2;"Legend of Hero Tonma (bootleg, set 2)";384x256@55;H
+lohtj;"Legend of Hero Tonma (Japan)";384x256@55;H
+lomakai;"Legend of Makai (World)";256x224@60;H
+looper;"Looper";256x224@60;H
+lordgun;"Lord of Gun (USA)";448x224@60;H
+lordofk;"The Lord of King (Japan)";256x224@60;H
+losttomb;"Lost Tomb (Easy)";256x224@60;V
+losttombh;"Lost Tomb (Hard)";256x224@60;V
+lostwrld;"Lost Worlds (Japan) - The Lost World - Jurassic Park (Euro, USA) - The Lost World - Jurassic Park (USA)";384x224@60;H
+lostwrldo;"Lost Worlds (Japan Old ver.)";384x224@60;H
+lotlot;"Lot Lot - Lot Lot (Jpn)";384x256@60;H
+loverboy;"Lover Boy";240x224@60;V
+lresort;"Last Resort";304x224@59;H
+lresortp;"Last Resort (prototype)";304x224@59;H
+ltorb1;"Jonas Indiana and the Lost Temple of RA (20050717)";304x224@59;H
+ltswords;"Lightning Swords";384x256@55;H
+luckywld;"Lucky & Wild";288x224@60;H
+luckywldj;"Lucky & Wild (Japan)";288x224@60;H
+luctoday;"Lucky Today";256x224@60;V
+lvgirl94;"Las Vegas Girl (Girl '94)";368x224@60;H
+lwings;"Legendary Wings (US set 1)";256x240@60;V
+lwings2;"Legendary Wings (US set 2)";256x240@60;V
+lwingsb;"Legendary Wings (bootleg)";256x240@60;V
+lwingsj;"Ares no Tsubasa (Japan)";256x240@60;V
+m660;"Mission 660 (US)";256x224@60;V
+m660b;"Mission 660 (bootleg)";256x224@60;V
+m660j;"Mission 660 (Japan)";256x224@60;V
+mach9;"Mach-9 (bootleg of Vulgus)";256x224@60;V
+macross;"Choujikuu Yousai Macross (Jpn) - Super Spacefortress Macross / Chou-Jikuu Yousai Macros";256x224@56;V
+macross2;"Super Spacefortress Macross II / Chou-Jikuu Yousai Mac";384x224@56;H
+macross2g;"Super Spacefortress Macross II / Chou-Jikuu Yousai Mac";384x224@56;H
+macross2k;"Macross II (Korea)";384x224@56;H
+macrossp;"Macross Plus";384x240@60;V
+madcrash;"Mad Crasher";288x216@60;H
+madcrush;"Mad Crusher (Japan)";288x216@60;H
+madgear;"Mad Gear (US)";384x240@60;V
+madgearj;"Mad Gear (Japan)";384x240@60;V
+madshark;"Mad Shark";384x224@60;V
+magdrop;"Magical Drop (Japan, Version 1.1, 1995.06.21)";320x240@58;H
+magdrop2;"Magical Drop II";304x224@59;H
+magdrop3;"Magical Drop III";304x224@59;H
+magdropp;"Magical Drop Plus 1 (Japan, Version 2.1, 1995.09.12)";320x240@58;H
+magicbub;"Magic Bubble";320x224@60;H
+magicbuba;"Magic Bubble (Adult version, YS-1302 PCB)";320x224@60;H
+magicbubb;"Magic Bubble (Adult version, YS-0211 PCB)";320x224@60;H
+magix;"Magix / Rock";384x240@60;H
+magixb;"Magix / Rock (no copyright message)";384x240@60;H
+maglord;"Magician Lord (NGM-005)";320x224@59;H
+maglordh;"Magician Lord (NGH-005)";320x224@59;H
+mahoudai;"Mahou Daisakusen (Japan)";320x240@60;V
+mahretsu;"Mahjong Kyo Retsuden (NGM-004)(NGH-004)";304x224@59;H
+mainevt;"The Main Event (4 Players ver. Y)";288x224@60;H
+mainevt2p;"The Main Event (2 Players ver. X)";288x224@60;H
+mainevto;"The Main Event (4 Players ver. F)";288x224@60;H
+mainsnk;"Main Event (1984)";288x216@60;H
+majest12j;"Majestic Twelve - The Space Invaders Part IV (Japan)";320x224@60;V
+majest12u;"Majestic Twelve - The Space Invaders Part IV (US)";320x224@60;V
+majtitl2;"Major Title 2 (World)";320x240@60;H
+majtitl2a;"Major Title 2 (World, set 1, alt sound CPU)";320x240@60;H
+majtitl2b;"Major Title 2 (World, set 2)";320x240@60;H
+majtitl2j;"Major Title 2 (Japan)";320x240@60;H
+majtitle;"Major Title (World)";384x256@55;H
+majtitlej;"Major Title (Japan)";384x256@55;H
+majuu;"Majuu no Ohkoku";320x224@60;H
+makaiden;"Makai Densetsu (Japan)";256x224@60;H
+makaimur;"Makai-Mura (Japan)";256x224@60;H
+makaimurc;"Makai-Mura (Japan revision C)";256x224@60;H
+makaimurg;"Makai-Mura (Japan revision G)";256x224@60;H
+maketrax;"Make Trax (set 1)";288x224@60;V
+maketrxb;"Make Trax (set 2)";288x224@60;V
+mangchi;"Mang-Chi";256x224@56;H
+manhatan;"Manhattan 24 Bunsyo (Japan)";240x224@60;H
+maniacsp;"Maniac Square (prototype)";320x240@60;H
+maniacsq;"Maniac Square (unprotected)";320x240@60;H
+manybloc;"Many Block";256x240@56;V
+mappy;"Hopping Mappy - Mappy (Jpn) - Mappy (Jpn) - Mappy (US)";288x224@60;V
+mappyj;"Mappy (Japan)";288x224@60;V
+marble;"Marble Madness";336x240@60;H
+marineb;"Marine Boy";256x224@60;H
+mariner;"Mariner";256x224@60;V
+mario;"Mario Bros. (US, Revision F)";256x224@60;H
+marioe;"Mario Bros. (US, Revision E)";256x224@60;H
+marioj;"Mario Bros. (Japan)";256x224@60;H
+marioo;"Mario Bros. (US, Unknown Rev)";256x224@60;H
+markham;"Markham";240x224@60;H
+mars;"Escape from Mars Starring Taz (Euro) - Mars - Taz in Escape from Mars (Bra) - Taz in Escape from Mars (Euro, USA)";256x224@60;V
+martmast;"Martial Masters (V104, 102, 102, USA)";448x224@60;H
+martmastc;"Martial Masters (V104, 102, 101, China)";448x224@60;H
+martmastc102;"Martial Masters (V102, 101, 101, China)";448x224@60;H
+martmastc103;"Martial Masters (V103, 102, 101, China)";448x224@60;H
+marukin;"Super Marukin-Ban (Japan 901017)";384x240@60;H
+marukodq;"Chibi Marukochan Deluxe Quiz";304x224@59;H
+marvins;"Marvin's Maze";288x216@60;V
+marvland;"Marvel Land (US) - Marvel Land (USA)";288x224@60;H
+marvlandj;"Marvel Land (Japan) - Marvel Land (Jpn)";288x224@60;H
+masao;"Masao";256x224@60;H
+masterw;"Master of Weapon (World)";320x224@60;V
+masterwj;"Master of Weapon (Japan)";320x224@60;V
+masterwu;"Master of Weapon (US)";320x224@60;V
+mastkin;"The Masters of Kin";256x224@60;H
+matchit2;"Match It II";384x240@60;H
+matrim;"Matrimelee / Shin Gouketsuji Ichizoku Toukon (NGM-2660";320x224@59;H
+matrimbl;"Matrimelee / Shin Gouketsuji Ichizoku Toukon (bootleg)";320x224@59;H
+mazinger;"Mazinger Z (World, ver. 94/06/27)";384x240@58;V
+mazingerj;"Mazinger Z (Japan, ver. 94/06/27)";384x240@58;V
+mbomberj;"Muscle Bomber - the body explosion (930713 Japan)";384x224@60;H
+mbombrd;"Muscle Bomber Duo - ultimate team battle (931206 etc)";384x224@60;H
+mbombrdj;"Muscle Bomber Duo - heat up warriors (931206 Japan)";384x224@60;H
+mbrush;"Magic Brush";288x224@60;V
+mcatadv;"Magical Cat Adventure";320x224@60;H
+mcatadvj;"Magical Cat Adventure (Japan)";320x224@60;H
+mchampdx;"Multi Champ Deluxe (ver. 0106, 06/01/2000)";320x240@60;H
+mchampdxa;"Multi Champ Deluxe (ver. 1126, 26/11/1999)";320x240@60;H
+mechatt;"Mechanized Attack (World)";256x224@60;H
+mechattj;"Mechanized Attack (Japan)";256x224@60;H
+mechattu;"Mechanized Attack (US)";256x224@60;H
+mechattu1;"Mechanized Attack (US, Version 1, Single Player)";256x224@60;H
+megablst;"Mega Blast (World)";320x224@60;H
+megablstj;"Mega Blast (Japan)";320x224@60;H
+megablstu;"Mega Blast (US)";320x224@60;H
+megadon;"Megadon";272x236@60;V
+megaman;"Mega Man (Euro, USA) - Mega Man - the power battle (951006 USA) - Mega Man - The Wily Wars (Euro)";384x224@60;H
+megaman2;"Mega Man 2 - the power fighters (960708 USA)";384x224@60;H
+megaman2a;"Mega Man 2 - the power fighters (960708 Asia)";384x224@60;H
+megaman2h;"Mega Man 2 - the power fighters (960712 Hispanic)";384x224@60;H
+megamana;"Mega Man - the power battle (951006 Asia)";384x224@60;H
+megamn2d;"Mega Man 2 - the power fighters (960708 USA Phoenix Ed";384x224@60;H
+megazone;"Mega Zone (Konami set 1)";288x224@60;V
+megazonea;"Mega Zone (Konami set 2)";288x224@60;V
+megazoneb;"Mega Zone (Kosuka set 1)";288x224@60;V
+megazonec;"Mega Zone (Kosuka set 2)";288x224@60;V
+megazonei;"Mega Zone (Interlogic)";288x224@60;V
+meijinsn;"Meijinsen";232x224@60;H
+meikyuh;"Meikyuu Hunter G (Japan, set 1)";256x240@58;H
+meikyuha;"Meikyuu Hunter G (Japan, set 2)";256x240@58;H
+meosism;"Meosis Magic (Japan)";338x236@60;H
+mercenario;"Mercenario (Commando bootleg)";256x224@60;V
+mercs;"Mercs (900302 etc) - Mercs (Euro, Bra) - Mercs (Euro, USA) ~ Senjou no Ookami II (Jpn)";384x224@60;V
+mercsj;"Senjo no Ookami II (Ookami 2 900302 Japan)";384x224@60;V
+mercsu;"Mercs (900608 USA)";384x224@60;V
+mercsur1;"Mercs (900302 USA)";384x224@60;V
+merlinmm;"Merlins Money Maze";256x224@60;V
+metafox;"Meta Fox";384x224@60;V
+metalb;"Metal Black (World)";320x224@60;H
+metalbj;"Metal Black (Japan)";320x224@60;H
+metamrph;"Metamorphic Force (ver EAA)";288x224@60;H
+metamrpha;"Metamorphic Force (ver AAA)";288x224@60;H
+metamrphe;"Metamorphic Force (ver EAA - alternate)";288x224@60;H
+metamrphj;"Metamorphic Force (ver JAA)";288x224@60;H
+metamrphu;"Metamorphic Force (ver UAA)";288x224@60;H
+metlfrzr;"Metal Freezer";256x224@60;V
+metlhawk;"Metal Hawk (Rev C)";288x224@60;V
+metlhawkj;"Metal Hawk (Japan, Rev F)";288x224@60;V
+metlsavr;"Metal Saver";320x240@60;H
+metmqstr;"Metamoqester (International)";384x240@58;H
+metrocrs;"Metro-Cross (set 1)";288x224@60;H
+metrocrsa;"Metro-Cross (set 2)";288x224@60;H
+mgakuen;"Mahjong Gakuen";384x240@60;H
+mgakuen2;"Mahjong Gakuen 2 Gakuen-chou no Fukushuu";384x240@60;H
+mgcrystl;"Magical Crystals (World, 92/01/10)";256x224@60;H
+mgcrystlj;"Magical Crystals (Japan, 92/01/13)";256x224@60;H
+mgcrystlo;"Magical Crystals (World, 91/12/10)";256x224@60;H
+mia;"M.I.A. - Missing in Action (version T)";304x224@60;H
+mia2;"M.I.A. - Missing in Action (version S)";304x224@60;H
+miaj;"M.I.A. - Missing in Action (version R) (Japan)";320x224@60;H
+midres;"Midnight Resistance (USA) - Midnight Resistance (World)";256x240@57;H
+midresj;"Midnight Resistance (Japan) - Midnight Resistance (Jpn)";256x240@57;H
+midresu;"Midnight Resistance (US)";256x240@57;H
+miexchng;"Money Puzzle Exchanger / Money Idol Exchanger";304x224@59;H
+mikie;"Mikie - Mikie. Shinnyuushain Tooru-Kun.";256x224@60;V
+mikiehs;"Mikie (High School Graffiti)";256x224@60;V
+mikiej;"Shinnyuushain Tooru-kun";256x224@60;V
+milliped;"Millipede";256x240@60;V
+mimonkey;"Mighty Monkey";256x224@60;V
+mimonsco;"Mighty Monkey (bootleg on Super Cobra hardware)";256x224@60;V
+mimonscr;"Mighty Monkey (bootleg on Scramble hardware)";256x224@60;V
+mimonscra;"Mighty Monkey (Kaina Games, bootleg on Scramble hardwa";256x224@60;V
+minasan;"Minasanno Okagesamadesu! Daisugorokutaikai (MOM-001)(M";304x224@59;H
+minefld;"Minefield";256x224@60;V
+minivadr;"Minivader";256x224@60;H
+mirax;"Mirax (set 1)";256x240@60;V
+miraxa;"Mirax (set 2)";256x240@60;V
+mirninja;"Mirai Ninja (Japan)";288x224@60;H
+missmw96;"Miss Mister World '96 (Nude)";256x224@60;H
+missw02;"Miss World 2002";256x224@60;H
+missw96;"Miss World '96 (Nude) (set1)";256x224@60;H
+missw96a;"Miss World '96 (Nude) (set 2)";256x224@60;H
+missw96b;"Miss World '96 (Nude) (set 3)";256x224@60;H
+missw96c;"Miss World '96 (Nude) (set 4)";256x224@60;H
+mizubaku;"Mizubaku Dai Bouken - Mizubaku Daibouken (Japan)";320x224@60;H
+mj4simai;"Wakakusamonogatari Mahjong Yonshimai (Japan)";384x240@60;H
+mjgtaste;"Mahjong G-Taste";320x224@60;H
+mjleague;"Major League";320x224@60;V
+mjnquest;"Mahjong Quest (Japan)";320x224@60;H
+mjnquestb;"Mahjong Quest (No Nudity)";320x224@60;H
+mk;"Mortal Kombat";400x254@54.7;H
+mkr4;"Mortal Kombat r4";400x254@54.7;H
+mktturbo;"Mortal Kombat turbo";400x254@54.7;H
+mk2;"Mortal Kombat II";400x254@54.7;H
+mltiwars;"Multi Wars (bootleg of UniWar S)";256x224@60;V
+mmancp2u;"Mega Man - The Power Battle (951006 USA, SAMPLE Versio";384x224@60;H
+mmancp2ur1;"Mega Man - The Power Battle (950926 USA, SAMPLE Versio";384x224@60;H
+mmatrix;"Mars Matrix (000412 USA)";384x224@60;H
+mmatrixd;"Mars Matrix (000412 USA Phoenix Edition)";384x224@60;H
+mmatrixj;"Mars Matrix (000412 Japan)";384x224@60;H
+mmaulers;"Monster Maulers (ver EAA)";288x224@60;H
+mmaze;"Marchen Maze (Japan)";288x224@60;H
+mmaze2;"Marchen Maze (Japan, hack?)";288x224@60;H
+mmonkey;"Minky Monkey";242x240@60;V
+mnchmobl;"Munch Mobile (US)";320x240@60;V
+mnight;"Mutant Night";256x192@60;H
+mnightj;"Mutant Night (Japan)";256x192@60;H
+moegonta;"Moeyo Gonta!! (Japan)";320x240@60;V
+mofflott;"Maze of Flott (Japan)";320x240@60;V
+moguchan;"Mogu Chan (bootleg?)";256x224@60;V
+mogura;"Mogura Desse";320x256@60;H
+mole;"Mole Attack - Mr. Mole";320x200@60;H
+momoko;"Momoko 120% (Japanese text)";240x224@60;H
+momokob;"Momoko 120% (bootleg)";240x224@60;H
+momokoe;"Momoko 120% (English text)";240x224@60;H
+monkelf;"Monky Elf (Korean bootleg of Avenging Spirit)";256x224@60;H
+moomesa;"Wild West C.O.W.-Boys of Moo Mesa (ver EAB)";384x224@60;H
+moomesaaab;"Wild West C.O.W.-Boys of Moo Mesa (ver AAB)";384x224@60;H
+moomesauab;"Wild West C.O.W.-Boys of Moo Mesa (ver UAB)";384x224@60;H
+moomesauac;"Wild West C.O.W.-Boys of Moo Mesa (ver UAC)";384x224@60;H
+moonal2;"Moon Alien Part 2";256x224@60;V
+moonal2b;"Moon Alien Part 2 (older version)";256x224@60;V
+moonaln;"Moon Alien";256x224@60;V
+mooncmw;"Moon War (Moon Cresta bootleg)";256x224@60;V
+mooncptc;"Moon Cresta (Petaco S.A. Spanish bootleg)";256x224@60;V
+mooncreg;"Moon Cresta (Electrogame S.A. Spanish bootleg)";256x224@60;V
+mooncrgx;"Moon Cresta (Galaxian hardware)";256x224@60;V
+mooncrs2;"Moon Cresta (bootleg set 2)";256x224@60;V
+mooncrs3;"Moon Cresta (bootleg set 3)";256x224@60;V
+mooncrs4;"Moon Crest";256x224@60;V
+mooncrsb;"Moon Cresta (bootleg set 1)";256x224@60;V
+mooncrsl;"Cresta Mundo (Laguna S.A. Spanish Moon Cresta bootleg)";256x224@60;V
+mooncrst;"Moon Cresta (Nichibutsu)";256x224@60;V
+mooncrstg;"Moon Cresta (Gremlin)";256x224@60;V
+mooncrsto;"Moon Cresta (Nichibutsu, old rev)";256x224@60;V
+mooncrstso;"Moon Cresta (SegaSA / Sonic)";256x224@60;V
+mooncrstu;"Moon Cresta (Nichibutsu USA, unencrypted)";256x224@60;V
+mooncrstuk;"Moon Cresta (Nichibutsu UK)";256x224@60;V
+mooncrstuku;"Moon Cresta (Nichibutsu UK, unencrypted)";256x224@60;V
+moonqsr;"Moon Quasar";256x224@60;V
+moonwar;"Moonwar";256x224@60;V
+moonwara;"Moonwar (older)";256x224@60;V
+moremore;"More More";256x224@58;H
+moremorp;"More More Plus";256x224@58;H
+moshougi;"Syougi No Tatsujin - Master of Shougi";304x224@59;H
+motorace;"MotoRace USA";240x256@60;V
+motos;"Motos";288x224@60;V
+mototour;"MotoTour / Zippy Race (Tecfri license)";240x256@60;V
+mouser;"Mouser - Mouser (Jpn)";256x224@60;V
+mouserc;"Mouser (Cosmos)";256x224@60;V
+mpang;"Mighty! Pang (001010 Euro)";384x224@60;H
+mpangj;"Mighty! Pang (001011 Japan)";384x224@60;H
+mpangjd;"Mighty! Pang (001011 Japan Phoenix Edition)";384x224@60;H
+mpangr1;"Mighty! Pang (000925 Euro)";384x224@60;H
+mpangu;"Mighty! Pang (001010 USA)";384x224@60;H
+mplanets;"Mad Planets";256x240@60;V
+mplanetsuk;"Mad Planets (UK)";256x240@60;V
+mrdo;"Mr. Do (Jpn) - Mr. Do! - Mr. Do! - Neo Mr. Do!";240x192@60;V
+mrdofix;"Mr. Do! (bugfixed)";240x192@60;V
+mrdot;"Mr. Do! (Taito license)";240x192@60;V
+mrdoy;"Mr. Do! (prototype)";240x192@60;V
+mrdu;"Mr. Du!";240x192@60;V
+mrflea;"The Amazing Adventures of Mr. F. Lea";256x248@60;V
+mrgoemon;"Mr. Goemon (Japan)";240x224@60;H
+mrheli;"Mr. HELI no Dai-Bouken - Mr. Heli no Daibouken";384x256@55;H
+mrjong;"Mr. Jong (Japan)";240x224@60;V
+mrkougar;"Mr. Kougar";256x224@60;V
+mrkougar2;"Mr. Kougar (earlier)";256x224@60;V
+mrkougb;"Mr. Kougar (bootleg set 1)";256x224@60;V
+mrkougb2;"Mr. Kougar (bootleg set 2)";256x224@60;V
+mrlo;"Mr. Lo!";240x192@60;V
+mrtnt;"Mr. TNT";288x224@60;V
+mrviking;"Mister Viking (315-5041)";240x224@60;V
+mrvikingj;"Mister Viking (315-5041, Japan)";240x224@60;V
+ms4plus;"Metal Slug 4 Plus (bootleg)";304x224@59;H
+ms5pcb;"Metal Slug 5 (JAMMA PCB)";304x224@59;H
+ms5plus;"Metal Slug 5 Plus (bootleg)";304x224@59;H
+msbingo;"Miss Bingo";320x224@60;H
+mschamp;"Ms. Pacman Champion Edition / Zola-Puc Gal";288x224@60;V
+mschamps;"Ms. Pacman Champion Edition / Super Zola Pac Gal";288x224@60;V
+msgogo;"Mouse Shooter GoGo";320x224@60;H
+msgundam;"Mobile Suit Gundam";384x240@57;H
+msgundam1;"Mobile Suit Gundam (Japan)";384x240@57;H
+msh;"Marvel Super Heroes (951024 Euro)";384x224@60;H
+msha;"Marvel Super Heroes (951024 Asia)";384x224@60;H
+mshb;"Marvel Super Heroes (951117 Brazil)";384x224@60;H
+msheartb;"Ms. Pac-Man Heart Burn";288x224@60;V
+mshh;"Marvel Super Heroes (951117 Hispanic)";384x224@60;H
+mshj;"Marvel Super Heroes (951117 Japan)";384x224@60;H
+mshjr1;"Marvel Super Heroes (951024 Japan)";384x224@60;H
+mshu;"Marvel Super Heroes (951024 USA)";384x224@60;H
+mshud;"Marvel Super Heroes (951024 USA Phoenix Edition)";384x224@60;H
+mshuttle;"Moon Shuttle (US?)";256x224@60;H
+mshuttle2;"Moon Shuttle (US? set 2)";256x224@60;H
+mshuttlej;"Moon Shuttle (Japan)";256x224@60;H
+mshuttlej2;"Moon Shuttle (Japan set 2)";256x224@60;H
+mshvsf;"Marvel Super Heroes vs Street Fighter (970625 Euro)";384x224@60;H
+mshvsfa;"Marvel Super Heroes vs Street Fighter (970625 Asia)";384x224@60;H
+mshvsfa1;"Marvel Super Heroes vs Street Fighter (970620 Asia)";384x224@60;H
+mshvsfb;"Marvel Super Heroes vs Street Fighter (970827 Brazil)";384x224@60;H
+mshvsfb1;"Marvel Super Heroes vs Street Fighter (970625 Brazil)";384x224@60;H
+mshvsfh;"Marvel Super Heroes vs Street Fighter (970625 Hispanic";384x224@60;H
+mshvsfj;"Marvel Super Heroes vs Street Fighter (970707 Japan)";384x224@60;H
+mshvsfj1;"Marvel Super Heroes vs Street Fighter (970702 Japan)";384x224@60;H
+mshvsfj2;"Marvel Super Heroes vs Street Fighter (970625 Japan)";384x224@60;H
+mshvsfu;"Marvel Super Heroes vs Street Fighter (970827 USA)";384x224@60;H
+mshvsfu1;"Marvel Super Heroes vs Street Fighter (970625 USA)";384x224@60;H
+mshvsfu1d;"Marvel Super Heroes vs Street Fighter (970625 USA Phoe";384x224@60;H
+mslider;"Monster Slider (Japan)";352x240@60;H
+mslug;"Metal Slug - Super Vehicle-001";304x224@59;H
+mslug2;"Metal Slug 2 - Super Vehicle-001/II (NGM-2410) (NGH-24";304x224@59;H
+mslug2t;"Metal Slug 2 Turbo (NGM-9410)";304x224@59;H
+mslug3;"Metal Slug 3 (NGM-2560)";304x224@59;H
+mslug3b6;"Metal Slug 6 (Metal Slug 3 bootleg)";304x224@59;H
+mslug3h;"Metal Slug 3 (NGH-2560)";304x224@59;H
+mslug3v;"Metal Slug 3 (NGH-2560) (Enhanced Violence Version hac";304x224@59;H
+mslug4;"Metal Slug 4 (NGM-2630)";304x224@59;H
+mslug4h;"Metal Slug 4 (NGH-2630)";304x224@59;H
+mslug5;"Metal Slug 5 (NGM-2680)";304x224@59;H
+mslug5b;"Metal Slug 5 (bootleg)";304x224@59;H
+mslug5h;"Metal Slug 5 (NGH-2680)";304x224@59;H
+mslugx;"Metal Slug X - Super Vehicle-001 (NGM-2500)(NGH-2500)";304x224@59;H
+mspacmab;"MS Pacman (bootleg)";288x224@60;V
+mspacman;"MS Pacman - Ms. Pac-Man (Euro, Bra) - Ms. Pac-Man (Euro, USA) - Ms. Pac-Man (USA)";288x224@60;V
+mspacmanbcc;"Come-Cocos (Ms. Pac-Man) ('Made in Greece' Tecnausa bo";288x224@60;V
+mspacmanbg;"Ms. Pac-Man ('Made in Greece' bootleg)";288x224@60;V
+mspacmanbgd;"Miss Pukman ('Made in Greece' Datamat bootleg)";288x224@60;V
+mspacmanbhe;"Come-Cocos (Ms. Pac-Man) ('Made in Greece' Herle SA bo";288x224@60;V
+mspacmanblt;"Miss Pukman ('Made in Greece' Triunvi bootleg)";288x224@60;V
+mspacmat;"Ms. Pac Attack";288x224@60;V
+mspacmbe;"Ms. Pac-Man (bootleg, encrypted)";288x224@60;V
+mspacmnf;"Ms. Pac-Man (with speedup hack)";288x224@60;V
+mspacpls;"Ms. Pac-Man Plus";288x224@60;V
+mspuzzle;"Miss Puzzle";320x224@60;V
+mspuzzleg;"Miss Puzzle (Clone of Gumbo)";320x224@60;H
+mstadium;"Main Stadium (Japan ver. 4)";288x224@60;H
+mstworld;"Monsters World (bootleg of Super Pang)";384x240@60;H
+msword;"Magic Sword - heroic fantasy (25.07.1990 other country";384x224@60;H
+mswordj;"Magic Sword (23.06.1990 Japan)";384x224@60;H
+mswordr1;"Magic Sword - heroic fantasy (23.06.1990 other country";384x224@60;H
+mswordu;"Magic Sword - heroic fantasy (25.07.1990 USA)";384x224@60;H
+mtlchamp;"Martial Champion (ver EAB)";384x224@60;H
+mtlchamp1;"Martial Champion (ver EAA)";384x224@60;H
+mtlchampa;"Martial Champion (ver AAA)";384x224@60;H
+mtlchampj;"Martial Champion (ver JAA)";384x224@60;H
+mtlchampu;"Martial Champion (ver UAE)";384x224@60;H
+mtlchampu1;"Martial Champion (ver UAD)";384x224@60;H
+mtwins;"Mega Twins (chiki chiki boys 900619 etc)";384x224@60;H
+mugsmash;"Mug Smashers";320x240@60;H
+multchmp;"Multi Champ (World)";320x240@60;H
+multchmpa;"Multi Champ (World, older)";320x240@60;H
+multchmpk;"Multi Champ (Korea, older)";320x240@60;H
+multi96;"Multi Game '96 (Italy)";256x224@58;H
+mustache;"Mustache Boy (Japan)";240x248@57;V
+mustachei;"Mustache Boy (Italy)";240x248@57;V
+mustang;"US AAF Mustang (25th May. 1990)";256x224@56;H
+mustangb;"US AAF Mustang (bootleg)";256x224@56;H
+mustangb2;"US AAF Mustang (TAB Austria bootleg)";256x224@56;H
+mustangs;"US AAF Mustang (25th May. 1990 / Seoul Trading)";256x224@56;H
+mutantf;"Mutant Fighter (World ver EM-5)";320x240@58;H
+mutantf2;"Mutant Fighter (World ver EM-2)";320x240@58;H
+mutantf3;"Mutant Fighter (World ver EM-3)";320x240@58;H
+mutantf4;"Mutant Fighter (World ver EM-4)";320x240@58;H
+mutnat;"Mutation Nation (NGM-014)(NGH-014)";304x224@59;H
+mvp;"MVP (set 2, US, FD1094 317-0143)";320x224@60;H
+mvpd;"MVP (set 2, US, FD1094 317-0143 decrypted)";320x224@60;H
+mvpj;"MVP (set 1, Japan, FD1094 317-0142)";320x224@60;H
+mvpjd;"MVP (set 1, Japan, FD1094 317-0142 decrypted)";320x224@60;H
+mvsc;"Marvel vs Capcom - clash of super heroes (980123 Euro)";384x224@60;H
+mvsca;"Marvel vs Capcom - clash of super heroes (980123 Asia)";384x224@60;H
+mvscar1;"Marvel vs Capcom - clash of super heroes (980112 Asia)";384x224@60;H
+mvscb;"Marvel vs Capcom - clash of super heroes (980123 Brazi";384x224@60;H
+mvsch;"Marvel vs Capcom - clash of super heroes (980123 Hispa";384x224@60;H
+mvscj;"Marvel vs Capcom - clash of super heroes (980123 Japan";384x224@60;H
+mvscjr1;"Marvel vs Capcom - clash of super heroes (980112 Japan";384x224@60;H
+mvscjsing;"Marvel vs Capcom - clash of super heroes (980123 Japan";384x224@60;H
+mvscr1;"Marvel vs Capcom - clash of super heroes (980112 Euro)";384x224@60;H
+mvscu;"Marvel vs Capcom - clash of super heroes (980123 USA)";384x224@60;H
+mvscud;"Marvel vs Capcom - clash of super heroes (980123 USA P";384x224@60;H
+mvscur1;"Marvel vs Capcom - clash of super heroes (971222 USA)";384x224@60;H
+mwalk;"Michael Jackson's Moonwalker (Euro, USA, Bra, Kor) - Michael Jackson's Moonwalker (set 3, World, FD1094/875 - Michael Jackson's Moonwalker (World, Rev. A)";320x224@60;H
+mwalkbl2;"Michael Jackson's Moonwalker (bootleg)";320x224@60;H
+mwalkd;"Michael Jackson's Moonwalker (World) (bootleg of FD109";320x224@60;H
+mwalkj;"Michael Jackson's Moonwalker (Japan) (FD1094/8751 317-";320x224@60;H
+mwalkjd;"Michael Jackson's Moonwalker (Japan) (bootleg of FD109";320x224@60;H
+mwalku;"Michael Jackson's Moonwalker (US) (FD1094/8751 317-015";320x224@60;H
+mwalkud;"Michael Jackson's Moonwalker (US) (bootleg of FD1094/8";320x224@60;H
+mwarr;"Mighty Warriors";366x240@54;H
+myangel;"Kosodate Quiz My Angel (Japan)";376x240@60;H
+myangel2;"Kosodate Quiz My Angel 2 (Japan)";376x240@60;H
+myhero;"My Hero (Euro, USA, Bra) - My Hero (US, not encrypted)";256x224@60;H
+myherobl;"My Hero (bootleg, 315-5132 encryption)";256x224@60;H
+myherok;"My Hero (Korea)";256x224@60;H
+myqbert;"Mello Yello Q*bert";256x240@60;V
+mysticri;"Mystic Riders (World)";320x240@60;H
+mysticrib;"Mystic Riders (bootleg?)";320x240@60;H
+mystston;"Mysterious Stones - Dr. John's Adventure";256x240@57;V
+myststono;"Mysterious Stones - Dr. Kick in Adventure";256x240@57;V
+myststonoi;"Mysterious Stones - Dr. Kick in Adventure (Itisa PCB)";256x240@57;V
+mystwarr;"Mystic Warriors (ver EAA)";288x224@60;H
+mystwarra;"Mystic Warriors (ver AAB)";288x224@60;H
+mystwarraa;"Mystic Warriors (ver AAA)";288x224@60;H
+mystwarrj;"Mystic Warriors (ver JAA)";288x224@60;H
+mystwarru;"Mystic Warriors (ver UAA)";288x224@60;H
+nam1975;"NAM-1975 (NGM-001)(NGH-001)";304x224@59;H
+naname;"Naname de Magic!";320x240@60;H
+nastar;"Nastar (World)";320x224@60;H
+nastarw;"Nastar Warrior (US)";320x224@60;H
+naughtyb;"Naughty Boy";288x224@60;V
+naughtyba;"Naughty Boy (bootleg)";288x224@60;V
+naughtybc;"Naughty Boy (Cinematronics)";288x224@60;V
+navarone;"Navarone";272x224@60;V
+nbbatman;"Ninja Baseball Batman (World)";320x240@60;H
+nbbatmanu;"Ninja Baseball Batman (US)";320x240@60;H
+ncombat;"Ninja Combat (NGM-009)";304x224@59;H
+ncombath;"Ninja Combat (NGH-009)";304x224@59;H
+ncommand;"Ninja Commando";304x224@59;H
+nebulbee;"Nebulous Bee";288x224@60;V
+nemesis;"Nemesis (Kor) - Nemesis (ROM version)";256x224@60;H
+nemesisuk;"Nemesis (World?, ROM version)";256x224@60;H
+nemo;"Finding Nemo (Rus) - Nemo (90 11 30 etc)";384x224@60;H
+nemoj;"Nemo (90 11 20 Japan)";384x224@60;H
+nemor1;"Nemo (90 11 09 etc)";384x224@60;H
+neo2500;"Neo 2500 Demo";304x224@59;H
+neo3ddmo;"NeoGeo 3D! Demo";304x224@59;H
+neobattl;"SD Gundam Neo Battling (Japan)";384x240@60;V
+neobombe;"Neo Bomberman";304x224@59;H
+neocdz;"Neo Geo CDZ system";320x224@59;H
+neocstlv;"Neo CastleVania Demo";304x224@59;H
+neocup98;"Neo-Geo Cup '98 - The Road to the Victory";320x224@59;H
+neodemo;"Chaos Demo (Neo Geo)";304x224@59;H
+neodrift;"Neo Drift Out - New Technology";304x224@59;H
+neogalag;"Galaga Demo (set 1)";304x224@59;H
+neogalaga;"Galaga Demo (set 2)";304x224@59;H
+neomrdo;"Neo Mr. Do!";304x224@59;H
+neonopon;"Neo No Panepon (beta)";304x224@59;H
+neopong;"Neo Pong (ver 1.1)";304x224@59;H
+neoponga;"Neo Pong (ver 1.0)";304x224@59;H
+neoprimo;"Primo Demo";304x224@59;H
+neotet;"NeoGeo 2-Player Tetris";304x224@59;H
+neothndr;"Neo Thunder";304x224@59;H
+neoww2;"WW2 Demo - Arcade Development Project";304x224@59;H
+newapunk;"New Atomic Punk - Global Quest (US)";320x240@60;H
+newfant;"New Fantasia (1995 copyright)";256x224@60;V
+newfanta;"New Fantasia (1994 copyright)";256x224@60;V
+newpuc2;"Newpuc2";288x224@60;V
+newpuc2b;"Newpuc2b";288x224@60;V
+newpuckx;"New Puck-X";288x224@60;V
+news;"News (set 1)";256x224@60;H
+newsa;"News (set 2)";256x224@60;H
+newsin7;"New Sinbad 7";256x224@60;V
+nextfase;"Next Fase (bootleg of Phoenix)";256x208@60;V
+ngem2k;"NGEM2K (beta 2006-01-18)";304x224@59;H
+ngfrog;"Frog Feast (Neo Geo)";304x224@59;H
+ngftdemo;"NGF Transparency Demo";304x224@59;H
+nightstr;"Night Striker (World)";320x240@60;H
+nightstrj;"Night Striker (Japan)";320x240@60;H
+nightstru;"Night Striker (US)";320x240@60;H
+ninja;"3 Ninjas Kick Back (USA) - Caveman Ninja (World ver 4) - Dragon Ninja (Euro) - Dragonninja (Japan) - Mirai Ninja (Japan) - Ninja (315-5102) - Sega Ninja (315-5113) - The Ninja (Euro, USA)";256x224@60;H
+ninjak;"The Ninja Kids (World)";320x224@60;H
+ninjakd2;"Ninja-Kid II / NinjaKun Ashura no Shou (set 1)";256x192@60;H
+ninjakd2a;"Ninja-Kid II / NinjaKun Ashura no Shou (set 2, bootleg";256x192@60;H
+ninjakd2b;"Ninja-Kid II / NinjaKun Ashura no Shou (set 3, bootleg";256x192@60;H
+ninjakd2c;"Ninja-Kid II / NinjaKun Ashura no Shou (set 4)";256x192@60;H
+ninjakj;"The Ninja Kids (Japan)";320x224@60;H
+ninjaku;"The Ninja Kids (US)";320x224@60;H
+ninjakun;"Ninja-kun (Jpn) - Ninjakun Majou no Bouken";256x192@60;H
+ninjamas;"Ninja Master's - haoh-ninpo-cho";320x224@59;H
+ninjaw;"The Ninja Warriors (World, later version)";224x864@60;V
+ninjaw1;"The Ninja Warriors (World, earlier version)";224x864@60;V
+ninjawj;"The Ninja Warriors (Japan)";224x864@60;V
+ninjawu;"The Ninja Warriors (US, Romstar license)";224x864@60;V
+ninjemak;"Ninja Emaki (US)";256x224@60;V
+nitd;"Nightmare in the Dark";320x224@59;H
+nitdbl;"Nightmare in the Dark (bootleg)";320x224@59;H
+nitrobal;"Nitro Ball (World, set 1)";320x240@58;V
+nitrobala;"Nitro Ball (World, set 2)";320x240@58;V
+nmaster;"Oni - The Ninja Master (Japan)";384x240@58;H
+nmg5;"Multi 5 / New Multi Game 5 (set 1)";320x240@60;H
+nmg5a;"Multi 5 / New Multi Game 5 (set 2)";320x240@60;H
+nmg5e;"Multi 5 / New Multi Game 5 (set 3, earlier)";320x240@60;H
+nmouse;"Funky Mouse (Jpn) - Naughty Mouse (set 1)";288x224@60;V
+nmouseb;"Naughty Mouse (set 2)";288x224@60;V
+nobb;"Noboranka (Japan, bootleg)";240x224@60;V
+nost;"Cosa Nostra (Spa) - Nostradamus";320x224@60;V
+nostj;"Nostradamus (Japan)";320x224@60;V
+nostk;"Nostradamus (Korea)";320x224@60;V
+nouryoku;"Nouryoku Koujou Iinkai";384x224@56;H
+nova2001;"Nova 2001 (Japan)";256x192@60;H
+nova2001h;"Nova 2001 (Japan, hack?)";256x192@60;H
+nova2001u;"Nova 2001 (US)";256x192@60;H
+nprinces;"Ninja Princess (315-5051, 64k Ver. bootleg?)";256x224@60;H
+nprincesb;"Ninja Princess (315-5051?, 128k Ver. bootleg?)";256x224@60;H
+nprinceso;"Ninja Princess (315-5098, 128k Ver.)";256x224@60;H
+nprincesu;"Ninja Princess (64k Ver. not encrypted)";256x224@60;H
+nrallyx;"New Rally X";288x224@60;H
+nspirit;"Ninja Spirit - Ninja Spirit";384x256@55;H
+nspiritj;"Saigo no Nindou (Japan)";384x256@55;H
+nunchaku;"Nunchackun";256x224@60;V
+nwarr;"Night Warriors - darkstalkers' revenge (950316 Euro)";384x224@60;H
+nwarra;"Night Warriors - darkstalkers' revenge (950302 Asia)";384x224@60;H
+nwarrb;"Night Warriors - darkstalkers' revenge (950403 Brazil)";384x224@60;H
+nwarrh;"Night Warriors - darkstalkers' revenge (950403 Hispani";384x224@60;H
+nwarru;"Night Warriors - darkstalkers' revenge (950406 USA)";384x224@60;H
+nwarrud;"Night Warriors - darkstalkers' revenge (950406 USA Pho";384x224@60;H
+nyanpani;"Nyan Nyan Panic (Japan)";256x224@60;H
+nzeroteam;"New Zero Team (V33 SYSTEM TYPE_B hardware)";320x256@55;H
+nzeroteama;"New Zero Team (V33 SYSTEM TYPE_B hardware, China?)";320x256@55;H
+oedfight;"Oedo Fight (Japan Bloodshed Ver.)";320x240@60;H
+offensiv;"Offensive (Spanish bootleg of Scramble)";256x224@60;V
+ohmygod;"Oh My God!";320x240@60;H
+oisipuzl;"Oishii Puzzle Ha Irimasenka";320x224@60;H
+olds;"Oriental Legend Super (V101, Korea)";448x224@60;H
+olds100;"Oriental Legend Special - Xi Yo Gi Shi Re Zuang Super";448x224@60;H
+olds100a;"Oriental Legend Special - Xi Yo Gi Shi Re Zuang Super";448x224@60;H
+olds103t;"Oriental Legend Special - Xi Yo Gi Shi Re Zuang Super";448x224@60;H
+oldsplus;"Oriental Legend Special Plus / Xi You Shi E Zhuan Supe";448x224@60;H
+omegab;"Omega";256x224@60;V
+omegaf;"Omega Fighter";256x192@60;V
+omegafs;"Omega Fighter Special";256x192@60;V
+omni;"Omni";256x224@60;V
+onetwo;"One + Two";512x256@60;H
+onetwoe;"One + Two (earlier)";512x256@60;H
+onna34ro;"Onna Sansirou - Typhoon Gal";256x224@60;H
+onna34roa;"Onna Sansirou - Typhoon Gal (bootleg)";256x224@60;H
+opwolf;"Operation Wolf - Operation Wolf - Operation Wolf (Euro, Bra) - Operation Wolf (World, set 1)";320x240@60;H
+opwolf3;"Operation Wolf 3 (World)";320x224@60;H
+opwolf3u;"Operation Wolf 3 (US)";320x224@60;H
+opwolfa;"Operation Wolf (World, set 2)";320x240@60;H
+opwolfb;"Operation Bear";320x240@60;H
+opwolfj;"Operation Wolf (Japan)";320x240@60;H
+opwolfjsc;"Operation Wolf (Japan, SC)";320x240@60;H
+opwolfu;"Operation Wolf (US)";320x240@60;H
+orbitron;"Orbitron";256x224@60;V
+orbs;"Orbs (10/7/94 prototype?)";320x240@60;H
+ordyne;"Ordyne - Ordyne - Ordyne (Japan, English Version)";288x224@60;H
+ordynej;"Ordyne (Japan)";288x224@60;H
+orius;"Orius (ver UAA)";384x256@54;H
+orlegend;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V126)";448x224@60;H
+orlegend105k;"Oriental Legend (V105, Korea)";448x224@60;H
+orlegend111c;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V111, China)";448x224@60;H
+orlegend111k;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V111, Korea)";448x224@60;H
+orlegend111t;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V111, Taiwan)";448x224@60;H
+orlegendc;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V112, China)";448x224@60;H
+orlegendca;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V112 alt, Chi";448x224@60;H
+orlegende;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V112)";448x224@60;H
+oscar;"Psycho-Nics Oscar (World revision 0)";256x240@58;H
+oscarj1;"Psycho-Nics Oscar (Japan revision 1)";256x240@58;H
+oscarj2;"Psycho-Nics Oscar (Japan revision 2)";256x240@58;H
+oscaru;"Psycho-Nics Oscar (US)";256x240@58;H
+osman;"Osman (World)";320x240@58;H
+othunder;"Operation Thunderbolt (World, rev 1)";320x240@60;H
+othunderj;"Operation Thunderbolt (Japan)";320x240@60;H
+othunderjsc;"Operation Thunderbolt (Japan, SC)";320x240@60;H
+othundero;"Operation Thunderbolt (World)";320x240@60;H
+othunderu;"Operation Thunderbolt (US, rev 1)";320x240@60;H
+othunderuo;"Operation Thunderbolt (US)";320x240@60;H
+outrun;"Out Run - Out Run (Euro) - Out Run (sitdown/upright, Rev B) - Out Run (World) - OutRun (Euro, USA) - Turbo Out Run (Out Run upgrade, FD1094 317-0118) - Turbo OutRun (Euro, Jpn)";320x224@60;H
+outrunb;"Out Run (bootleg)";320x224@60;H
+outrundx;"Out Run (deluxe sitdown)";320x224@60;H
+outrundxa;"Out Run (deluxe sitdown earlier version)";320x224@60;H
+outrundxeh;"Out Run (deluxe sitdown) (Enhanced Edition v1.0.3)";320x224@60;H
+outrundxj;"Out Run (Japan, deluxe sitdown, FD1089A 317-0019)";320x224@60;H
+outruneh;"Out Run (sitdown/upright, Rev B) (Enhanced Edition v1.";320x224@60;H
+outrunra;"Out Run (sitdown/upright, Rev A)";320x224@60;H
+outzone;"Out Zone";320x240@55.2;V
+outzonea;"Out Zone (set 2)";320x240@55.2;V
+outzoneb;"Out Zone (older set)";320x240@55.2;V
+outzonec;"Out Zone (oldest set)";320x240@55.2;V
+outzoneh;"Out Zone (harder)";320x240@55.2;V
+overtop;"Over Top";304x224@59;H
+ozmawars;"Ozma Wars (set 1)";260x224@60;V
+ozmawars2;"Ozma Wars (set 2)";260x224@60;V
+ozon1;"Ozon I";256x224@60;V
+p47;"P-47 - The Freedom Fighter - P-47 - The Phantom Fighter (World)";256x224@60;H
+p47j;"P-47 - The Freedom Fighter (Japan)";256x224@60;H
+p47je;"P-47 - The Freedom Fighter (Japan, Export)";256x224@60;H
+pacgal;"Pac-Gal";288x224@60;V
+pacheart;"Pac-Man (Hearts)";288x224@60;V
+packbang;"Pack'n Bang Bang (Prototype)";256x225@60;V
+packetman;"Packetman (bootleg)";288x224@60;V
+pacland;"Pac-land - Pac-Land - Pac-Land (World)";288x224@60;H
+paclandj;"Pac-Land (Japan new)";288x224@60;H
+paclandjo;"Pac-Land (Japan old)";288x224@60;H
+paclandjo2;"Pac-Land (Japan older)";288x224@60;H
+paclandm;"Pac-Land (Midway)";288x224@60;H
+pacman;"Jr. Pac-Man (11/9/83) - MS Pacman - Ms. Pac-Man (Euro, Bra) - Ms. Pac-Man (Euro, USA) - Ms. Pac-Man (USA) - Pac-Man (Jpn) - Pac-Man (Midway) - Pac-Man (Prototype) - Pac-Man (USA)";288x224@60;V
+pacmanbl;"Pac-Man (Galaxian hardware, set 1)";256x224@60;V
+pacmanbla;"Pac-Man (Galaxian hardware, set 2)";256x224@60;V
+pacmanf;"Jr. Pac-Man (speedup hack) - Pac-Man (Midway, with speedup hack)";288x224@60;V
+pacmania;"Pac-Mania - Pac-Mania (Euro) - Pac-Mania (Euro) - Pac-Mania (Euro, USA)";288x224@60;V
+pacmaniaj;"Pac-Mania (Japan)";288x224@60;V
+pacmaniao;"Pac-Mania (111187 sound program)";288x224@60;V
+pacmanpe;"Come Come (Petaco SA bootleg of Puck Man)";288x224@60;V
+pacmanso;"Pac-Man (SegaSA / Sonic)";288x224@60;V
+pacmansp;"Puck Man (Spanish, 'Made in Greece' bootleg)";288x224@60;V
+pacmod;"Pac-Man (Midway, harder)";288x224@60;V
+pacnchmp;"Pac-Man & Chomp Chomp";288x224@60;V
+pacnpal;"Pac & Pal";288x224@60;V
+pacnpal2;"Pac & Pal (older)";288x224@60;V
+pacplus;"Pac-Man Plus";288x224@60;V
+pacuman;"Pacu-Man (Spanish bootleg of Puck Man)";288x224@60;V
+paddle2;"Paddle 2 (bootleg on Block hardware)";256x224@60;V
+paddlema;"Paddle Mania";256x224@60;V
+paintrlr;"Paint Roller";288x224@60;V
+pairlove;"Pairs Love";384x240@60;V
+pajaroes;"Pajaro del Espacio (Spanish bootleg of UniWar S)";256x224@60;V
+palamed;"Palamedes (US)";320x224@60;H
+palamedj;"Palamedes (Japan)";320x224@60;H
+pandoras;"Pandora's Palace";256x224@60;V
+pang;"Cross Pang - Mighty! Pang (001010 Euro) - Pang (World) - Pang Pang - Super Pang (World 900914) - Ti Ti! Pang Pang! (Kor) - Zipang";384x240@57;H
+pang3;"Pang! 3 (950601 Euro)";384x224@60;H
+pang3b;"Pang! 3 (bootleg set 1, 950511 Euro)";384x224@60;H
+pang3b2;"Pang! 3 (bootleg set 2, 950511 Euro)";384x224@60;H
+pang3b3;"Pang! 3 (bootleg set 3, 950601 Euro)";384x224@60;H
+pang3j;"Pang! 3: Kaitou Tachi no Karei na Gogo (950511 Japan)";384x224@60;H
+pang3r1;"Pang! 3 (950511 Euro)";384x224@60;H
+pang3r1a;"Pang! 3 (950511 Euro, alt)";384x224@60;H
+pangb;"Pang (bootleg, set 1)";384x240@60;H
+pangb2;"Pang (bootleg, set 4)";384x240@60;H
+pangbold;"Pang (bootleg, set 2)";384x240@60;H
+pangbold2;"Pang (bootleg, set 5)";384x240@60;H
+pangbold3;"Pang (bootleg, set 6)";384x240@60;H
+pangpang;"Pang Pang";320x240@58;H
+pangpoms;"Pang Pom's";360x224@60;H
+pangpomsm;"Pang Pom's (Mitchell)";360x224@60;H
+panicbom;"Panic Bomber";304x224@59;H
+panicstr;"Panic Street (Japan)";320x240@60;H
+paperboy;"Paperboy (Atari System 2)";512x384@60;H
+paprazzi;"Paparazzi";384x224@60;V
+parodius;"Parodius - Tako wa Chikyuu wo Sukuu (Jpn) - Parodius DA! (World, set 1) - Parodius da! - Shinwa Kara Owarai He";288x224@60;H
+parodiusa;"Parodius - Tako wa Chikyuu wo Sukuu (Jpn, Alt) - Parodius DA! (Asia)";288x224@60;H
+parodiuse;"Parodius - Tako Saves Earth (English) - Parodius DA! (World, set 2)";288x224@60;H
+parodiusj;"Parodius DA! (Japan)";288x224@60;H
+pass;"Pass";320x224@60;H
+passsht;"Passing Shot (World, 2 Players, FD1094 317-0080)";320x224@60;V
+passsht16a;"Passing Shot (Japan, 4 Players, System 16A, FD1094 317";320x224@60;V
+passshta;"Passing Shot (World, 4 Players, FD1094 317-0074)";320x224@60;V
+passshtad;"Passing Shot (World, 4 Players, FD1094 317-0074 decryp";320x224@60;V
+passshtd;"Passing Shot (World, 2 Players, FD1094 317-0080 decryp";320x224@60;V
+passshtj;"Passing Shot (Japan, 4 Players, FD1094 317-0070)";320x224@60;V
+passshtjd;"Passing Shot (Japan, 4 Players, FD1094 317-0070 decryp";320x224@60;V
+pbancho;"Gyakuten!! Puzzle Bancho (Japan)";320x240@60;H
+pbillrd;"Perfect Billiard";256x224@60;H
+pbillrdsa;"Perfect Billiard (MC-8123, 317-5008)";256x224@60;H
+pbobbl2n;"Puzzle Bobble 2 / Bust-A-Move Again (Neo-Geo)";304x224@59;H
+pbobble;"Puzzle Bobble (Japan, B-System) - Puzzle Bobble (Jpn)";320x224@60;H
+pbobble2;"Puzzle Bobble 2 (Ver 2.3O 1995/07/31)";320x232@60;H
+pbobble2j;"Puzzle Bobble 2 (Ver 2.2J 1995/07/20)";320x232@60;H
+pbobble2o;"Puzzle Bobble 2 (Ver 2.2O 1995/07/20)";320x232@60;H
+pbobble2u;"Bust-A-Move Again (Ver 2.3A 1995/07/31)";320x232@60;H
+pbobble2x;"Puzzle Bobble 2X (Ver 2.2J 1995/11/11)";320x232@60;H
+pbobble3;"Puzzle Bobble 3 (Ver 2.1O 1996/09/27)";320x232@60;H
+pbobble3j;"Puzzle Bobble 3 (Ver 2.1J 1996/09/27)";320x232@60;H
+pbobble3u;"Puzzle Bobble 3 (Ver 2.1A 1996/09/27)";320x232@60;H
+pbobble4;"Puzzle Bobble 4 (Ver 2.04O 1997/12/19)";320x232@60;H
+pbobble4j;"Puzzle Bobble 4 (Ver 2.04J 1997/12/19)";320x232@60;H
+pbobble4u;"Puzzle Bobble 4 (Ver 2.04A 1997/12/19)";320x232@60;H
+pbobblen;"Puzzle Bobble / Bust-A-Move (Neo-Geo) (NGM-083)";320x224@59;H
+pbobblenb;"Puzzle Bobble / Bust-A-Move (Neo-Geo) (bootleg)";320x224@59;H
+pclubys;"Puzzle Club (Yun Sung, set 1)";320x240@60;H
+pclubysa;"Puzzle Club (Yun Sung, set 2)";320x240@60;H
+pdrift;"Power Drift - Power Drift (World, Rev A)";320x224@60;H
+pdrifta;"Power Drift (World)";320x224@60;H
+pdrifte;"Power Drift (World, Earlier)";320x224@60;H
+pdriftj;"Power Drift (Japan)";320x224@60;H
+peekaboo;"Peek-a-Boo!";256x224@60;H
+peekaboou;"Peek-a-Boo! (North America, ver 1.0)";256x224@60;H
+penbros;"Penguin Brothers (Japan)";320x224@60;H
+pengadvb;"Penguin Adventure (bootleg of MSX version)";272x216@60;H
+pengo;"Pengo (Euro, USA) - Pengo (set 1 rev c) - Pepenga Pengo (Jpn)";288x224@60;V
+pengo2;"Pengo (set 2)";288x224@60;V
+pengo2u;"Pengo (set 2 not encrypted)";288x224@60;V
+pengo3u;"Pengo (set 3 not encrypted)";288x224@60;V
+pengo4;"Pengo (set 4)";288x224@60;V
+pengo5;"Pengo (set 5)";288x224@60;V
+pengob;"Pengo (bootleg)";288x224@60;V
+penta;"Penta";288x224@60;V
+percuss;"The Percussor";256x224@60;V
+perfrman;"Performan (Japan)";256x240@60;V
+perfrmanu;"Performan (US)";256x240@60;V
+pestplce;"Pest Place";256x224@60;H
+pfghtj;"Pocket Fighter (970904 Japan)";384x224@60;H
+pgalvip;"Pocket Gals V.I.P (set 1)";256x224@60;H
+pgalvipa;"Pocket Gals V.I.P (set 2)";256x224@60;H
+pgear;"Powered Gear - strategic variant armor equipment (9410";384x224@60;H
+pgearr1;"Powered Gear - strategic variant armor equipment (9409";384x224@60;H
+pgemeni;"P-GeMeni (060123)";448x224@60;H
+pgmdemo;"Chaos (PGM Demo)";448x224@60;H
+pgmfrog;"Frog Feast (PGM)";448x224@60;H
+pgoal;"Pleasure Goal / Futsal - 5 on 5 Mini Soccer (NGM-219)";304x224@59;H
+phantasm;"Phantasm (Japan)";256x224@60;H
+phelios;"Phelios - Phelios (Euro)";288x224@60;V
+pheliosj;"Phelios (Japan) - Phelios (Jpn)";288x224@60;V
+phoenix;"Phoenix (Amstar)";256x208@60;V
+phoenix2;"Phoenix (Amstar, set 2)";256x208@60;V
+phoenix3;"Phoenix (T.P.N. bootleg)";256x208@60;V
+phoenixa;"Phoenix (Centuri, set 1)";256x208@60;V
+phoenixass;"Phoenix (Assa, Spanish bootleg)";256x208@60;V
+phoenixb;"Phoenix (Centuri, set 2)";256x208@60;V
+phoenixc;"Phoenix (Irecsa / G.G.I Corp, set 1)";256x208@60;V
+phoenixc2;"Phoenix (Irecsa / G.G.I Corp, set 2)";256x208@60;V
+phoenixc3;"Phoenix (Irecsa / G.G.I Corp, set 3)";256x208@60;V
+phoenixc4;"Phoenix (Irecsa / G.G.I Corp, set 4)";256x208@60;V
+phoenixdal;"Phoenix (D&L bootleg)";256x208@60;V
+phoenixj;"Phoenix (Taito Japan)";256x208@60;V
+phoenixs;"Phoenix (Sonic, Spanish bootleg)";256x208@60;V
+phoenixt;"Phoenix (Taito)";256x208@60;V
+phoenxp2;"Phoenix Part 2";256x224@60;V
+photof;"Photo Finish (bootleg?)";256x224@60;H
+photoy2k;"Photo Y2K / Real and Fake (V105)";448x224@60;H
+photoy2k102;"Real and Fake0Photo Y2K (V102, Japan)";448x224@60;H
+photoy2k104;"Photo Y2K / Real and Fake (V104)";448x224@60;H
+phozon;"Phozon (Japan)";288x224@60;V
+phozons;"Phozon (Sidam)";288x224@60;V
+pinbo;"Pinbo (set 1)";256x224@60;V
+pingpong;"Konami's Ping-Pong - Konami's Ping-Pong (Jpn) - Ping Pong (Tw)";256x224@60;H
+pipibibs;"Pipi & Bibis / Whoopee!! (Z80 sound cpu, set 1)";320x240@60;H
+pipibibsa;"Pipi & Bibis / Whoopee!! (Z80 sound cpu, set 2)";320x240@60;H
+pipibibsp;"Pipi & Bibis / Whoopee!! (prototype)";320x240@60;H
+piranha;"Piranha";288x224@60;V
+piranhah;"Piranha (hack)";288x224@60;V
+piranhao;"Piranha (older)";288x224@60;V
+pirates;"Pirates (set 1) - Pirates! Gold (USA)";288x224@60;H
+piratesb;"Pirates (set 2)";288x224@60;H
+pisces;"Pisces";256x224@60;V
+piscesb;"Pisces (bootleg)";256x224@60;V
+pistoldm;"Pistol Daimyo no Bouken (Japan)";288x224@60;H
+pitfall2;"Pitfall II (315-5093) - Pitfall II - Lost Caverns (Jpn) - Pitfall II - The Lost Caverns (Jpn, v1) - Pitfall II: Lost Caverns";256x224@60;H
+pitfall2a;"Pitfall II (315-5093, Flicky Conversion) - Pitfall II - Lost Caverns (Jpn, Alt) - Pitfall II - The Lost Caverns (Jpn, v0)";256x224@60;H
+pitfall2u;"Pitfall II (not encrypted)";256x224@60;H
+pkladies;"Poker Ladies";384x240@60;H
+pkladiesl;"Poker Ladies (Leprechaun ver. 510)";384x240@60;H
+pkladiesla;"Poker Ladies (Leprechaun ver. 401)";384x240@60;H
+pktgaldx;"Pocket Gal Deluxe (Euro v3.00)";320x240@58;H
+pktgaldxj;"Pocket Gal Deluxe (Japan v3.00)";320x240@58;H
+pkunwar;"Penguin-Kun Wars (US)";256x192@60;H
+pkunwarj;"Penguin-Kun Wars (Japan)";256x192@60;H
+plegends;"Gouketsuji Gaiden Legends (USA, ver. 95/06/20)";320x240@58;H
+plegendsj;"Gouketsuji Gaiden Saikyou Densetsu (Japan, ver. 95/06/";320x240@58;H
+pleiadbl;"Pleiads (bootleg set 1)";256x208@60;V
+pleiadce;"Pleiads (Centuri)";256x208@60;V
+pleiads;"Pleiads (Tehkan)";256x208@60;V
+pleiadsb2;"Pleiads (bootleg set 2)";256x208@60;V
+pleiadsi;"Pleiads (Irecsa)";256x208@60;V
+pleiadsn;"Pleiads (Niemer S.A.)";256x208@60;V
+pleiadss;"Pleiads (Spanish bootleg)";256x208@60;V
+plgirls;"Play Girls";320x224@60;V
+plgirls2;"Play Girls 2";320x224@60;V
+plgirls2b;"Play Girls 2 (bootleg)";320x224@60;V
+plotting;"Plotting (World set 1)";320x224@60;H
+plottinga;"Plotting (World set 2, protected)";320x224@60;H
+plottingb;"Plotting (World set 3, earliest version)";320x224@60;H
+plottingu;"Plotting (US)";320x224@60;H
+plumppop;"Plump Pop (Japan)";256x224@60;H
+plusalph;"Plus Alpha";256x224@60;V
+pnickj;"Pnickies (940608 Japan)";384x224@60;H
+pnyaa;"Pochi and Nyaa";304x224@59;H
+poitto;"Poitto!";360x224@60;H
+poknight;"Poker Night";304x224@59;H
+pokonyan;"Pokonyan (Japan 940322)";384x224@60;H
+pollux;"Pollux (set 1)";384x240@60;V
+polluxa;"Pollux (set 2)";384x240@60;V
+polluxa2;"Pollux (set 3)";384x240@60;V
+polluxn;"Pollux (Japan, NTC license)";384x240@60;V
+pompingw;"Pomping World (Japan)";384x240@57;H
+ponpoko;"Ponpoko";288x224@60;H
+ponpokov;"Ponpoko (Venture Line)";288x224@60;H
+pootan;"Pootan";256x224@60;V
+pooyan;"Pooyan - Pooyan (Jpn) - Pooyan (Kor)";256x224@60;V
+pooyans;"Pooyan (Stern)";256x224@60;V
+popbingo;"Pop Bingo";384x240@60;H
+popbounc;"Pop 'n Bounce / Gapporin";304x224@59;H
+popeye;"Popeye - Popeye (revision D) - Popeye no Beach Volleyball (Jpn)";288x224@60;H
+popeyeman;"Popeye-Man";288x224@60;V
+popflame;"Pop Flamer (Euro, Jpn) - Pop Flamer (protected)";288x224@60;V
+popflamea;"Pop Flamer (not protected)";288x224@60;V
+popflameb;"Pop Flamer (hack?)";288x224@60;V
+popflamen;"Pop Flamer (bootleg on Naughty Boy PCB)";288x224@60;V
+popnpop;"Pop'n Pop (Ver 2.07O 1998/02/09)";320x232@60;H
+popnpopj;"Pop'n Pop (Ver 2.07J 1998/02/09)";320x232@60;H
+popnpopu;"Pop'n Pop (Ver 2.07A 1998/02/09)";320x232@60;H
+popspops;"Pop's Pop's";256x224@56;H
+porky;"Porky";256x224@60;V
+porter;"Port Man (bootleg on Moon Cresta hardware)";256x224@60;V
+pow;"P.O.W. - Prisoners of War (US version 1) - Rings of Power (Euro, USA)";256x224@60;H
+powerins;"Power Instinct (USA)";320x224@56;H
+powerinsa;"Power Instinct (USA, bootleg set 1)";320x224@60;H
+powerinsb;"Power Instinct (USA, bootleg set 2)";320x224@60;H
+powerinsj;"Gouketsuji Ichizoku (Japan)";320x224@56;H
+powj;"Datsugoku - Prisoners of War (Japan)";256x224@60;H
+ppan;"Peter Pan (bootleg of Hook)";320x240@60;H
+ppchamp;"Pasha Pasha Champ Mini Game Festival";320x240@60;H
+pprobe;"Planet Probe (prototype?)";256x224@60;V
+prehisle;"Prehistoric Isle in 1930 (World)";256x224@60;H
+prehisleb;"Prehistoric Isle in 1930 (World, bootleg)";256x224@60;H
+prehislek;"Prehistoric Isle in 1930 (Korea)";256x224@60;H
+prehisleu;"Prehistoric Isle in 1930 (US)";256x224@60;H
+preisle2;"Prehistoric Isle 2";304x224@59;H
+primella;"Primella";384x256@60;H
+prmtmfgt;"Prime Time Fighter (Ver 2.1A 1993/05/21) (New Version)";320x232@60;H
+prmtmfgto;"Prime Time Fighter (Ver 2.1A 1993/05/21) (Old Version)";320x232@60;H
+progear;"Progear (010117 USA)";384x224@60;H
+progeara;"Progear (010117 Asia)";384x224@60;H
+progearj;"Progear No Arashi (010117 Japan)";384x224@60;H
+progearjbl;"Progear No Arashi (010117 Japan, decrypted set)";384x224@60;H
+progearjd;"Progear No Arashi (010117 Japan Phoenix Edition)";384x224@60;H
+progearud;"Progear(010117 USA Phoenix Edition)";384x224@60;H
+progress;"Progress";256x224@60;V
+prtytime;"Party Time: Gonta the Diver II / Ganbare! Gonta!! 2 (W";320x240@58;V
+psoldier;"Perfect Soldiers (Japan)";320x240@60;H
+pspikes;"Power Spikes (World)";356x240@60;H
+pspikes2;"Power Spikes II (NGM-068)";320x224@59;H
+pspikesk;"Power Spikes (Korea)";356x240@60;H
+pspikesu;"Power Spikes (US)";356x240@60;H
+psurge;"Power Surge";256x224@60;V
+psychic5;"Psychic 5 (World)";256x224@54;V
+psychic5j;"Psychic 5 (Japan)";256x224@54;V
+psychos;"Psycho Soldier (US) - Psychosis";400x224@60;H
+psychosj;"Psycho Soldier (Japan)";400x224@60;H
+pturn;"Parallel Turn";256x224@60;V
+puchicar;"Puchi Carat (Ver 2.02O 1997/10/29)";320x232@60;H
+puchicarj;"Puchi Carat (Ver 2.02J 1997/10/29)";320x232@60;H
+puckman;"Puck Man (Japan set 1)";288x224@60;V
+puckmanb;"Puck Man (Bootleg set 1)";288x224@60;V
+puckmanf;"PuckMan (speedup hack)";288x224@60;V
+puckmanh;"Puck Man (bootleg set 2)";288x224@60;V
+puckmod;"Puck Man (Japan set 2)";288x224@60;V
+pulirula;"PuLiRuLa (World)";320x224@60;H
+pulirulaj;"PuLiRuLa (Japan)";320x224@60;H
+pulstar;"Pulstar";320x224@59;H
+punchita;"Punch-Out!! (Italian bootleg)";448x256@60;V
+punchout;"Punch-Out!! (Rev B)";448x256@60;V
+punchouta;"Punch-Out!! (Rev A)";448x256@60;V
+punchoutj;"Punch-Out!! (Japan)";448x256@60;V
+punipic;"The Punisher (bootleg set 1 (with PIC16c57), 930422 et";384x224@60;H
+punipic2;"The Punisher (bootleg set 2 (with PIC16c57), 930422 et";384x224@60;H
+punipic3;"The Punisher (bootleg set 3 (with PIC16c57), 930422 et";384x224@60;H
+punisher;"The Punisher (930422 etc) - The Punisher (Euro)";384x224@60;H
+punisherb;"The Punisher (bootleg, 930422 etc)";384x224@60;H
+punisherbz;"Biaofeng Zhanjing (Chinese bootleg)";384x224@60;H
+punisherh;"The Punisher (930422 Hispanic)";384x224@60;H
+punisherj;"The Punisher (930422 Japan)";384x224@60;H
+punisheru;"The Punisher (930422 USA) - The Punisher (USA)";384x224@60;H
+punkshot;"Punk Shot (US 4 Players)";288x224@60;H
+punkshot2;"Punk Shot (US 2 Players)";288x224@60;H
+punkshotj;"Punk Shot (Japan 2 Players)";288x224@60;H
+pururun;"Pururun";320x224@60;H
+pushman;"Pushman (Korea, set 1)";256x224@60;H
+pushmana;"Pushman (Korea, set 2)";256x224@60;H
+pushmans;"Pushman (American Sammy license)";256x224@60;H
+puzlclub;"Puzzle Club (Japan prototype)";288x224@60;V
+puzlstar;"Puzzle Star (V100MG)";448x224@60;H
+puzzldpr;"Puzzle De Pon! R!";304x224@59;H
+puzzledp;"Puzzle De Pon!";304x224@59;H
+puzzli;"Puzzli";320x224@60;H
+puzzli2;"Puzzli 2 (V100)";448x224@60;H
+puzzli2s;"Puzzli 2 Super (V200)";448x224@60;H
+puzzloop;"Puzz Loop (Europe, v0.94)";320x240@60;H
+puzzloopa;"Puzz Loop (Asia)";320x240@60;H
+puzzloope;"Puzz Loop (Europe, v0.93)";320x240@60;H
+puzzloopj;"Puzz Loop (Japan)";320x240@60;H
+puzzloopk;"Puzz Loop (Korea)";320x240@60;H
+puzzloopu;"Puzz Loop (USA)";320x240@60;H
+puzzlove;"PuzzLove";320x240@60;H
+puzzlovek;"PuzzLove (Korea)";320x240@60;H
+puzznic;"Puzznic - Puzznic (World)";320x224@60;H
+puzznicb;"Puzznic (bootleg, set 1)";320x224@60;H
+puzznicba;"Puzznic (bootleg, set 2)";320x224@60;H
+puzznici;"Puzznic (Italian bootleg)";320x224@60;H
+puzznicj;"Puzznic (Japan)";320x224@60;H
+puzznicu;"Puzznic (US)";320x224@60;H
+pwheelsj;"Power Wheels (Japan)";320x240@60;H
+pwrgoal;"Taito Power Goal (Ver 2.5O 1994/11/03)";320x224@60;H
+pwrinst2;"Power Instinct 2 (USA, ver. 94/04/08)";320x240@58;H
+pwrinst2j;"Gouketsuji Ichizoku 2 (Japan, ver. 94/04/08)";320x240@58;H
+pyros;"Pyros (US)";320x240@60;H
+pzlbowl;"Puzzle De Bowling (Japan)";384x240@60;H
+pzlbreak;"Puzzle Break";256x224@58;H
+pzloop2;"Puzz Loop 2 (010302 Euro)";384x224@60;H
+pzloop2j;"Puzz Loop 2 (010226 Japan)";384x224@60;H
+pzloop2jr1;"Puzz Loop 2 (010205 Japan)";384x224@60;H
+qad;"Quiz & Dragons (capcom quiz game 920701 USA)";384x224@60;H
+qadjr;"Quiz & Dragons (940921 Japan Resale Ver.)";384x224@60;H
+qbert;"Faster, Harder, More Challenging Q*bert (prototype) - Mello Yello Q*bert - Q*bert - Q*bert (Jpn) - Q*bert (Jpn, OMV) - Q*bert (US set 1)";256x240@60;V
+qberta;"Q*bert (Alt) - Q*bert (Jpn, Alt) - Q*bert (US set 2)";256x240@60;V
+qbertj;"Q*bert (Japan)";256x240@60;V
+qbertqub;"Q*bert Qubes - Q*bert's Qubes";256x240@60;V
+qcrayon;"Quiz Crayon Shinchan (Japan)";320x224@60;H
+qcrayon2;"Crayon Shinchan Orato Asobo (Japan)";320x224@60;H
+qgakumon;"Quiz Gakumon no Susume (Japan ver. JA2 Type L)";304x224@60;H
+qjinsei;"Quiz Jinsei Gekijoh (Japan)";320x224@60;H
+qndream;"Quiz Nanairo Dreams - nijiirochou no kiseki (nanairo d";384x224@60;H
+qsangoku;"Quiz Sangokushi (Japan)";384x240@60;H
+qtheater;"Quiz Theater - 3tsu no Monogatari (Ver 2.3J 1994/11/10";320x224@60;H
+qtono1;"Quiz Tonosama no Yabou (Japan)";384x240@60;H
+qtono2j;"Quiz Tonosama no Yabou 2 Zenkoku-ban (tonosama 2 95012";384x224@60;H
+qtorimon;"Quiz Torimonochou (Japan)";320x224@60;H
+quartet;"Quartet (Euro, USA) - Quartet (Rev A, 8751 317-unknown)";320x224@60;H
+quartet2;"Quartet 2 (8751 317-0010)";320x224@60;H
+quartet2a;"Quartet 2 (unprotected)";320x224@60;H
+quarteta;"Quartet (8751 315-5194)";320x224@60;H
+quarth;"Quarth (Japan)";288x224@60;H
+quester;"Quester (Japan)";288x224@60;V
+questers;"Quester Special Edition (Japan)";288x224@60;V
+quiz18k;"Miyasu Nonki no Quiz 18-Kin";320x224@60;H
+quizdai2;"Quiz Meitantei Neo & Geo - Quiz Daisousa Sen part 2 (N";320x224@59;H
+quizdais;"Quiz Daisousa Sen - The Last Count Down (NGM-023)(NGH-";304x224@59;H
+quizdaisk;"Quiz Daisousa Sen - The Last Count Down (Korean releas";304x224@59;H
+quizf1;"Quiz F1 1-2 Finish (Japan)";384x240@60;H
+quizhq;"Quiz H.Q. (Japan)";320x224@60;H
+quizhuhu;"Moriguchi Hiroko no Quiz de Hyuu!Hyuu! (Ver 2.2J 1995/";320x232@60;H
+quizkof;"Quiz King of Fighters (SAM-080)(SAH-080)";304x224@59;H
+quizkofk;"Quiz King of Fighters (Korean release)";304x224@59;H
+quizo;"Quiz Olympic (set 1)";320x200@60;H
+quizoa;"Quiz Olympic (set 2)";320x200@60;H
+qzchikyu;"Quiz Chikyu Bouei Gun (Japan)";320x224@60;H
+qzkklgy2;"Quiz Kokology 2";384x240@60;H
+qzkklogy;"Quiz Kokology";384x240@60;H
+qzquest;"Quiz Quest - Hime to Yuusha no Monogatari (Japan)";320x224@60;H
+qzshowby;"Quiz Sekai wa SHOW by shobai (Japan)";320x224@60;H
+r2dx_v33;"Raiden II New / Raiden DX (newer V33 PCB) (Raiden DX E";320x240@55;V
+r2dx_v33_r2;"Raiden II New / Raiden DX (newer V33 PCB) (Raiden II E";320x240@55;V
+rabiolep;"Rabio Lepus (Japan) - Rabio Lepus Special";288x216@60;H
+rachero;"Racing Hero (FD1094 317-0144)";320x224@60;H
+racherod;"Racing Hero (FD1094 317-0144 decrypted)";320x224@60;H
+racingb;"Racing Beat (World)";320x240@60;H
+racingbj;"Racing Beat (Japan)";320x240@60;H
+rackemup;"Rack 'em Up (program code L)";256x224@60;V
+racknrol;"Rack + Roll";256x224@60;H
+radarscp;"Radar Scope";256x224@60;V
+radarscp1;"Radar Scope (TRS01)";256x224@60;V
+radrad;"Radical Radial (US)";256x224@60;H
+radradj;"Radical Radial (Japan)";256x224@60;H
+raflesia;"Rafflesia (315-5162)";256x224@60;V
+ragnagrd;"Ragnagard / Shin-Oh-Ken";320x224@59;H
+ragtime;"The Great Ragtime Show (Japan v1.5, 92.12.07)";320x240@58;H
+ragtimea;"The Great Ragtime Show (Japan v1.3, 92.11.26)";320x240@58;H
+raiden;"Raiden";256x224@59;V
+raiden2;"Raiden II (US, set 1)";320x240@55.4;V
+raiden2dx;"Raiden II (harder, Raiden DX Hardware)";320x240@55.4;V
+raiden2e;"Raiden II (Easy Version, Korea?)";320x240@55.4;V
+raiden2ea;"Raiden II (Easy Version, Japan?)";320x240@55.4;V
+raiden2eg;"Raiden II (Easy Version, Germany)";320x240@55.4;V
+raiden2eu;"Raiden II (Easy Version, US set 2)";320x240@55.4;V
+raiden2eua;"Raiden II (Easy Version, US set 1)";320x240@55.4;V
+raiden2f;"Raiden II (France)";320x240@55.4;V
+raiden2g;"Raiden II (Germany)";320x240@55.4;V
+raiden2hk;"Raiden II (Hong Kong)";320x240@55.4;V
+raiden2i;"Raiden II (Italy)";320x240@55.4;V
+raiden2j;"Raiden II (Japan)";320x240@55.4;V
+raiden2nl;"Raiden II (Holland)";320x240@55.4;V
+raiden2sw;"Raiden II (Switzerland)";320x240@55.4;V
+raiden2u;"Raiden II (US, set 2)";320x240@55.4;V
+raidena;"Raiden (set 2)";256x224@60;V
+raidenb;"Raiden (set 3, Alternate hardware)";256x224@60;V
+raidendx;"Raiden DX (UK)";320x240@55.4;V
+raidendxa1;"Raiden DX (Hong Kong, set 1)";320x240@55.4;V
+raidendxa2;"Raiden DX (Hong Kong, set 2)";320x240@55.4;V
+raidendxch;"Raiden DX (China)";320x240@55.4;V
+raidendxg;"Raiden DX (Germany)";320x240@55.4;V
+raidendxj;"Raiden DX (Japan)";320x240@55.4;V
+raidendxk;"Raiden DX (Korea)";320x240@55.4;V
+raidendxnl;"Raiden DX (Holland)";320x240@55.4;V
+raidendxu;"Raiden DX (US)";320x240@55.4;V
+raidenk;"Raiden (Korea)";256x224@60;V
+raidenkb;"Raiden (Korea, bootleg)";256x224@60;V
+raident;"Raiden (Taiwan)";256x224@60;V
+raidenu;"Raiden (US, set 1)";256x224@60;V
+raidenua;"Raiden (US, set 2, SEI8904 + SEI9008 PCBs)";256x224@60;V
+raiders5;"Raiders5";256x192@60;H
+raiders5t;"Raiders5 (Japan)";256x192@60;H
+raiga;"Raiga - Strato Fighter (Japan)";256x224@60;H
+raimais;"Raimais (World)";320x224@60;H
+raimaisj;"Raimais (Japan)";320x224@60;H
+raimaisjo;"Raimais (Japan, first revision)";320x224@60;H
+rallybik;"Rally Bike / Dash Yarou";320x240@55.2;V
+rallyx;"New Rally X - Rally X (32k Ver.?) - Rally-X (Jpn) - Rally-X (Tw)";288x224@60;H
+rallyxa;"Rally X - Rally-X (Jpn, Alt)";288x224@60;H
+rallyxm;"Rally X (Midway)";288x224@60;H
+rallyxmr;"Rally X (Model Racing)";288x224@60;H
+rambo3;"Rambo III (Euro) - Rambo III (Euro, USA, Bra) - Rambo III (Europe) - Rambo III (World, v1.1)";320x224@60;H
+rambo3p;"Rambo III (Europe, Proti?)";320x224@60;H
+rambo3u;"Rambo III (US)";320x224@60;H
+raphero;"Rapid Hero";384x224@56;V
+rastan;"Rastan (Euro, USA, Bra) - Rastan (World Rev 1) - Rastan Saga (Jpn, SMS Mode)";320x240@60;H
+rastana;"Rastan (World)";320x240@60;H
+rastanb;"Rastan (World, Earlier code base)";320x240@60;H
+rastanu;"Rastan (US Rev 1)";320x240@60;H
+rastanua;"Rastan (US)";320x240@60;H
+rastanub;"Rastan (US, Earlier code base)";320x240@60;H
+rastsag2;"Rastan Saga 2 (Japan)";320x224@60;H
+rastsaga;"Rastan Saga (Japan Rev 1)";320x240@60;H
+rastsagaa;"Rastan Saga (Japan Rev 1, Earlier code base)";320x240@60;H
+rastsagab;"Rastan Saga (Japan, Earlier code base)";320x240@60;H
+rayforce;"Ray Force (Ver 2.3A 1994/01/20)";320x224@60;V
+rayforcej;"Ray Force (Ver 2.3J 1994/01/20)";320x224@60;V
+rbff1;"Real Bout Fatal Fury / Real Bout Garou Densetsu (NGM-0";320x224@59;H
+rbff1a;"Real Bout Fatal Fury / Real Bout Garou Densetsu (bug f";320x224@59;H
+rbff1k;"Real Bout Fatal Fury / Real Bout Garou Densetsu (Korea";320x224@59;H
+rbff2;"Real Bout Fatal Fury 2 - The Newcomers / Real Bout Gar";320x224@59;H
+rbff2h;"Real Bout Fatal Fury 2 - The Newcomers / Real Bout Gar";320x224@59;H
+rbff2k;"Real Bout Fatal Fury 2 - The Newcomers (Korean release";320x224@59;H
+rbffspec;"Real Bout Fatal Fury Special / Real Bout Garou Densets";320x224@59;H
+rbffspeck;"Real Bout Fatal Fury Special / Real Bout Garou Densets";320x224@59;H
+rbisland;"Rainbow Islands (new version) - Rainbow Islands - The Story of Bubble Bobble 2 (Euro) - Rainbow Islands Extra (Jpn)";320x224@60;H
+rbislande;"Rainbow Islands (Extra)";320x224@60;H
+rbislando;"Rainbow Islands (old version)";320x224@60;H
+rchase;"Rail Chase (World)";320x224@60;H
+rchasej;"Rail Chase (Japan)";320x224@60;H
+rdaction;"Rad Action / NinjaKun Ashura no Shou";256x192@60;H
+reaktor;"Reaktor (Track & Field conversion)";256x224@60;V
+recalh;"Recalhorn (Ver 1.42J 1994/5/11) (Prototype)";320x232@60;H
+recordbr;"Recordbreaker (World)";320x240@60;H
+redearth;"Red Earth / War-Zard (Euro 961121)";384x224@60;H
+redearthr1;"Red Earth / War-Zard (Euro 961023)";384x224@60;H
+redfoxwp2;"Red Fox War Planes II (China, set 1)";256x224@56;V
+redfoxwp2a;"Red Fox War Planes II (China, set 2)";256x224@56;V
+redhawk;"Red Hawk (US)";256x224@56;V
+redhawkb;"Vince (Redhawk bootleg)";256x224@56;H
+redhawke;"Red Hawk (Excellent Co., Ltd)";256x224@56;V
+redhawkg;"Red Hawk (Greece)";256x224@56;H
+redhawki;"Red Hawk (Italy)";256x224@56;H
+redhawkk;"Red Hawk (Korea)";256x224@56;V
+redrobin;"Red Robin";256x224@60;V
+redufo;"Defend the Terra Attack on the Red UFO";256x224@60;V
+redufob;"Defend the Terra Attack on the Red UFO (bootleg)";256x224@60;V
+regulus;"Regulus (315-5033, rev. A)";240x224@60;V
+reguluso;"Regulus (315-5033)";240x224@60;V
+regulusu;"Regulus (not encrypted)";240x224@60;V
+renegade;"Renegade (Euro, Bra) - Renegade (US)";240x240@60;H
+repulse;"Repulse";288x224@60;V
+rescue;"Rescue - Space Rescue (Euro)";256x224@60;V
+retofinv;"Return of the Invaders";288x224@60;V
+retofinv1;"Return of the Invaders (bootleg set 1)";288x224@60;V
+retofinv2;"Return of the Invaders (bootleg set 2)";288x224@60;V
+revngr84;"Revenger '84 (set 1)";272x236@60;V
+rezon;"Rezon";384x240@60;H
+rezont;"Rezon (Taito)";384x240@60;H
+rf2;"Konami RF2 - Red Fighter";256x224@60;H
+ridhero;"Riding Hero (NGM-006)(NGH-006)";304x224@59;H
+ridheroh;"Riding Hero (set 2)";304x224@59;H
+ridingf;"Riding Fight (Ver 1.0O)";320x224@60;H
+ridingfj;"Riding Fight (Ver 1.0J)";320x224@60;H
+ridingfu;"Riding Fight (Ver 1.0A)";320x224@60;H
+ringdest;"Ring of Destruction - slammasters II (940902 Euro)";384x224@60;H
+ringdesta;"Ring of Destruction - slammasters II (940831 Asia)";384x224@60;H
+ringdesth;"Ring of Destruction - slammasters II (940902 Hispanic)";384x224@60;H
+ringdstd;"Ring of Destruction - slammasters II (940902 Euro Phoe";384x224@60;H
+ringfgt;"Ring Fighter (set 1)";256x224@60;V
+ringfgt2;"Ring Fighter (set 2)";256x224@60;V
+ringohja;"Ring no Ohja (Japan 2 Players ver. N)";288x224@60;H
+ringrage;"Ring Rage (Ver 2.3O 1992/08/09)";320x224@60;H
+ringragej;"Ring Rage (Ver 2.3J 1992/08/09)";320x224@60;H
+ringrageu;"Ring Rage (Ver 2.3A 1992/08/09)";320x224@60;H
+riot;"Riot";256x224@60;H
+riotcity;"Riot City (Japan)";320x224@60;H
+riskchal;"Risky Challenge";320x240@60;H
+rittam;"R&T (Rod-Land prototype?)";256x224@60;H
+rmancp2j;"Rockman: The Power Battle (950922 Japan)";384x224@60;H
+roadf;"Road Fighter (set 1)";256x224@60;V
+roadf2;"Road Fighter (set 2)";256x224@60;V
+roadf3;"Road Fighter (set 3, conversion hack on Hyper Sports P";256x224@60;V
+roboarma;"Robo Army (set 2)";304x224@59;H
+roboarmy;"Robo Army (set 1)";304x224@59;H
+robocop;"Gangcheol RoboCop (Kor) - RoboCop - Robocop (Euro) - Robocop (World revision 4)";256x240@57;H
+robocop2;"Robocop 2 (Euro/Asia v0.10)";320x240@58;H
+robocop2j;"Robocop 2 (Japan v0.11)";320x240@58;H
+robocop2u;"Robocop 2 (US v0.10)";320x240@58;H
+robocop2ua;"Robocop 2 (US v0.05)";320x240@58;H
+robocopb;"Robocop (World bootleg)";256x240@57;H
+robocopb2;"Robocop (Red Corporation World bootleg)";256x240@57;H
+robocopi;"Robocop (Intro demo)";304x224@59;H
+robocopj;"Robocop (Japan)";256x240@57;H
+robocopu;"Robocop (US revision 1)";256x240@57;H
+robocopu0;"Robocop (US revision 0)";256x240@57;H
+robocopw;"Robocop (World revision 3)";256x240@57;H
+robokid;"Atomic Robo-kid (World, Type-2)";256x192@60;H
+robokidj;"Atomic Robo-kid (Japan, Type-2, set 1)";256x192@60;H
+robokidj2;"Atomic Robo-kid (Japan, Type-2, set 2)";256x192@60;H
+robokidj3;"Atomic Robo-kid (Japan)";256x192@60;H
+robowres;"Robo Wres 2001";256x224@60;H
+robotron;"Robotro 2084";292x240@60;H
+rockclim;"Rock Climber";256x224@60;H
+rockduck;"Rock Duck (prototype?)";240x240@57;V
+rockman2j;"Rockman 2 - the power fighters (960708 Japan)";384x224@60;H
+rockmanj;"Rockman - the power battle (950922 Japan)";384x224@60;H
+rockn;"Rock'n Tread (Japan)";320x224@60;V
+rockn2;"Rock'n Tread 2 (Japan)";320x224@60;V
+rockn3;"Rock'n 3 (Japan)";320x224@60;V
+rockn4;"Rock'n 4 (Japan, prototype)";320x224@60;V
+rockna;"Rock'n Tread (Japan, alternate)";320x224@60;V
+rockrage;"Rock'n Rage (World)";256x224@60;H
+rockragea;"Rock'n Rage (prototype?)";256x224@60;H
+rockragej;"Koi no Hotrock (Japan)";256x224@60;H
+rocktris;"Rock Tris";384x240@60;H
+rocktrv2;"MTV Rock-N-Roll Trivia (Part 2)";288x224@60;V
+rocnrope;"Roc 'n Rope - Roc'n Rope";256x224@60;V
+rocnropek;"Roc'n Rope (Kosuka)";256x224@60;V
+rodland;"Rod-Land (World)";256x224@60;H
+rodlandj;"Rod-Land (Japan)";256x224@60;H
+rodlandjb;"Rod-Land (Japan bootleg)";256x224@60;H
+rohga;"Rohga Armor Force (Asia/Europe v5.0)";320x240@58;H
+rohga1;"Rohga Armor Force (Asia/Europe v3.0 Set 1)";320x240@58;H
+rohga2;"Rohga Armor Force (Asia/Europe v3.0 Set 2)";320x240@58;H
+rohgah;"Rohga Armor Force (Hong Kong v3.0)";320x240@58;H
+rohgau;"Rohga Armor Force (US v1.0)";320x240@58;H
+roishtar;"The Return of Ishtar";288x224@60;H
+rolcrush;"Rolling Crush (version 1.07.E - 1999/02/11, Trust lice";304x224@58;H
+rolcrusha;"Rolling Crush (version 1.03.E - 1999/01/29)";304x224@58;H
+rollace;"Roller Aces (set 1)";240x224@60;V
+rollace2;"Roller Aces (set 2)";240x224@60;V
+rollerg;"Rollergames (US)";288x224@60;H
+rollergj;"Rollergames (Japan)";288x224@60;H
+rompers;"Rompers (Japan, new version (Rev B))";288x224@60;V
+romperso;"Rompers (Japan, old version)";288x224@60;V
+ropeman;"Ropeman (bootleg of Roc'n Rope)";256x224@60;V
+rotd;"Rage of the Dragons (NGM-264?)";320x224@59;H
+rotdh;"Rage of the Dragons (NGH-2640)";320x224@59;H
+route16;"Route 16 (set 1)";256x256@60;V
+route16a;"Route 16 (set 2)";256x256@60;V
+route16bl;"Route 16 (bootleg)";256x256@60;V
+route16c;"Route 16 (set 3, bootleg?)";256x256@60;V
+routex;"Route X (bootleg)";256x256@60;V
+rpatrol;"River Patrol (Orca)";256x224@60;H
+rpatrolb;"River Patrol (bootleg)";256x224@60;H
+rpunch;"Rabbit Punch (US)";288x216@60;H
+rshark;"R-Shark";384x240@60;V
+rthun2;"Rolling Thunder 2 - Rolling Thunder 2 (Euro)";288x224@60;H
+rthun2j;"Rolling Thunder 2 (Japan) - Rolling Thunder 2 (Jpn)";288x224@60;H
+rthunder;"Rolling Thunder (rev 3)";288x224@60;H
+rthunder0;"Rolling Thunder (oldest)";288x224@60;H
+rthunder1;"Rolling Thunder (rev 1)";288x224@60;H
+rthunder2;"Rolling Thunder (rev 2)";288x224@60;H
+rthundera;"Rolling Thunder (rev 3, hack)";288x224@60;H
+rtype;"R-Type - R-Type (Jpn) - R-Type (World) - R-Type (World)";384x256@55;H
+rtype2;"R-Type II";384x256@55;H
+rtype2j;"R-Type II (Japan)";384x256@55;H
+rtype2jc;"R-Type II (Japan, revision C)";384x256@55;H
+rtypeb;"R-Type (World bootleg)";384x256@55;H
+rtypej;"R-Type (Japan)";384x256@55;H
+rtypejp;"R-Type (Japan prototype)";384x256@55;H
+rtypeleo;"R-Type Leo (World)";320x240@60;H
+rtypeleoj;"R-Type Leo (Japan)";320x240@60;H
+rtypeu;"R-Type (US)";384x256@55;H
+rugrats;"Rug Rats";288x224@60;V
+rumba;"Rumba Lumber";256x224@60;V
+runark;"Runark (Japan) - Runark (Jpn, Kor)";320x224@60;H
+rundeep;"Run Deep";256x248@60;V
+rushatck;"Rush'n Attack (US)";240x224@60;H
+rushcrsh;"Rush & Crash (Japan)";352x240@60;V
+rygar;"Rygar (US set 1)";256x224@60;H
+rygar2;"Rygar (US set 2)";256x224@60;H
+rygar3;"Rygar (US set 3 Old Version)";256x224@60;H
+rygarb;"Rygar (US, bootleg)";256x224@60;H
+rygarj;"Argus no Senshi (Japan)";256x224@60;H
+ryorioh;"Gourmet Battle Quiz Ryohrioh CooKing (Japan)";336x240@60;H
+ryouran;"VS Mahjong Otome Ryouran";320x240@60;H
+ryujin;"Ryu Jin (Japan)";320x224@60;V
+ryukendn;"Ninja Ryukenden (Japan, set 1)";256x224@60;H
+ryukendna;"Ninja Ryukenden (Japan, set 2)";256x224@60;H
+ryukyu;"RyuKyu (Japan, FD1094 317-5023) - Ryuukyuu - Ryuukyuu (Jpn)";320x224@60;H
+ryukyud;"RyuKyu (Japan, FD1094 317-5023 decrypted)";320x224@60;H
+s1945;"Strikers 1945";320x224@59;V
+s1945a;"Strikers 1945 (Alt)";320x224@59;V
+s1945ii;"Strikers 1945 II";320x224@60;V
+s1945iii;"Strikers 1945 III (World) / Strikers 1999 (Japan)";320x224@60;V
+s1945j;"Strikers 1945 (Japan)";320x224@59;V
+s1945jn;"Strikers 1945 (Japan, unprotected)";320x224@59;V
+s1945k;"Strikers 1945 (Korea)";320x224@59;V
+s1945p;"Strikers 1945 Plus";320x224@59;H
+sabotenb;"Saboten Bombers (set 1)";384x224@56;H
+sabotenba;"Saboten Bombers (set 2)";384x224@56;H
+sadari;"Sadari";384x256@60;H
+safarir;"Safari Rally (World)";256x208@60;V
+safarirj;"Safari Rally (Japan)";256x208@60;V
+sailormn;"Bishoujo Senshi Sailor Moon (Jpn) - Pretty Soldier Sailor Moon (ver. 95/03/22B, Europe)";320x240@58;H
+sailormnh;"Pretty Soldier Sailor Moon (ver. 95/03/22B, Hong Kong)";320x240@58;H
+sailormnj;"Pretty Soldier Sailor Moon (ver. 95/03/22B, Japan)";320x240@58;H
+sailormnk;"Pretty Soldier Sailor Moon (ver. 95/03/22B, Korea)";320x240@58;H
+sailormno;"Pretty Soldier Sailor Moon (ver. 95/03/22, Europe)";320x240@58;H
+sailormnoh;"Pretty Soldier Sailor Moon (ver. 95/03/22, Hong Kong)";320x240@58;H
+sailormnoj;"Pretty Soldier Sailor Moon (ver. 95/03/22, Japan)";320x240@58;H
+sailormnok;"Pretty Soldier Sailor Moon (ver. 95/03/22, Korea)";320x240@58;H
+sailormnot;"Pretty Soldier Sailor Moon (ver. 95/03/22, Taiwan)";320x240@58;H
+sailormnou;"Pretty Soldier Sailor Moon (ver. 95/03/22, USA)";320x240@58;H
+sailormnt;"Pretty Soldier Sailor Moon (ver. 95/03/22B, Taiwan)";320x240@58;H
+sailormnu;"Pretty Soldier Sailor Moon (ver. 95/03/22B, USA)";320x240@58;H
+saiyugou;"Sai Yu Gou Ma Roku (Japan)";256x240@60;H
+saiyugoub1;"Sai Yu Gou Ma Roku (Japan bootleg 1)";256x240@60;H
+saiyugoub2;"Sai Yu Gou Ma Roku (Japan bootleg 2)";256x240@60;H
+salamand;"Salamander - Salamander (Jpn) - Salamander (version D)";256x224@60;H
+salamandj;"Salamander (version J)";256x224@60;H
+samesame;"Same! Same! Same! (2 player alternating ver.) - Same! Same! Same! (Jpn)";320x240@60;V
+samesame2;"Same! Same! Same!";320x240@60;V
+samesamenh;"Same! Same! Same! NEW VER! (v1.00, hack by Trap15)";320x240@60;V
+samsh5sp;"Samurai Shodown V Special / Samurai Spirits Zero Speci";304x224@59;H
+samsh5sph;"Samurai Shodown V Special / Samurai Spirits Zero Speci";304x224@59;H
+samsh5spho;"Samurai Shodown V Special / Samurai Spirits Zero Speci";304x224@59;H
+samsho;"Samurai Shodown (Euro) - Samurai Shodown (USA) - Samurai Shodown / Samurai Spirits (NGM-045)";320x224@59;H
+samsho2;"Samurai Shodown II / Shin Samurai Spirits - Haohmaru j";320x224@59;H
+samsho2k;"Saulabi Spirits / Jin Saulabi Tu Hon (Korean release o";320x224@59;H
+samsho2ka;"Saulabi Spirits / Jin Saulabi Tu Hon (Korean release o";320x224@59;H
+samsho2sp;"Samurai Shodown II / Shin Samurai Spirits - Haohmaru j";320x224@59;H
+samsho3;"Samurai Shodown III / Samurai Spirits - Zankurou Musou";304x224@59;H
+samsho3h;"Samurai Shodown III / Samurai Spirits - Zankurou Musou";304x224@59;H
+samsho4;"Samurai Shodown IV - Amakusa's Revenge / Samurai Spiri";320x224@59;H
+samsho4k;"Pae Wang Jeon Seol / Legend of a Warrior (Korean censo";320x224@59;H
+samsho4sp;"Samurai Shodown IV - Amakusa's Revenge / Samurai Spiri";320x224@59;H
+samsho5;"Samurai Shodown V / Samurai Spirits Zero (NGM-2700)";304x224@59;H
+samsho5b;"Samurai Shodown V / Samurai Spirits Zero (bootleg)";304x224@59;H
+samsho5h;"Samurai Shodown V / Samurai Spirits Zero (NGH-2700)";304x224@59;H
+samsho5x;"Samurai Shodown V / Samurai Spirits Zero (hack of XBOX";304x224@59;H
+samshoa;"Samurai Shodown / Samurai Spirits (NGM-045, alternate";320x224@59;H
+samshoh;"Samurai Shodown / Samurai Spirits (NGH-045)";320x224@59;H
+samuraia;"Samurai Aces (World)";320x224@59;V
+sandscrp;"Sand Scorpion";256x224@60;V
+sandscrpa;"Sand Scorpion (Earlier)";256x224@60;V
+sandscrpb;"Sand Scorpion (Chinese Title Screen, Revised Hardware)";256x224@60;V
+sarukani;"Saru-Kani-Hamu-Zou (Japan)";320x240@60;H
+saturnzi;"Saturn";256x224@60;V
+sauro;"Sauro";240x224@60;H
+saurob;"Sauro (bootleg)";240x224@60;H
+saurop;"Sauro (Philko license)";240x224@60;H
+saurorr;"Sauro (Recreativos Real S.A. license)";240x224@60;H
+savagere;"Savage Reign / Fu'un Mokushiroku - kakutou sousei";304x224@59;H
+savgbees;"Savage Bees";256x224@60;V
+sbasebal;"Super Champion Baseball (US)";256x224@60;H
+sbasebalj;"Super Champion Baseball (Japan)";256x224@60;H
+sbbros;"Super Buster Bros. (USA 901001)";384x240@60;H
+sbishi;"Super Bishi Bashi Championship (ver JAA, 2 Players)";288x224@60;H
+sbishik;"Super Bishi Bashi Championship (ver KAB, 3 Players)";288x224@60;H
+sbishika;"Super Bishi Bashi Championship (ver KAA, 3 Players)";288x224@60;H
+sboblbobl;"Super Bobble Bobble (bootleg, set 1)";256x224@60;H
+sboblbobla;"Super Bobble Bobble (bootleg, set 2)";256x224@60;H
+sboblboblb;"Super Bobble Bobble (bootleg, set 3)";256x224@60;H
+sboblboblc;"Super Bobble Bobble (bootleg)";256x224@60;H
+sboblbobld;"Super Bobble Bobble (bootleg, set 4)";256x224@60;H
+sbomber;"Space Bomber (ver. B)";320x224@60;V
+sbombera;"Space Bomber";320x224@60;V
+sbsgomo;"Space Battle Ship Gomorrah";256x224@56;H
+scessjoe;"Success Joe (World)";288x208@60;H
+scfinals;"Super Cup Finals (Ver 2.2O 1994/01/13)";320x224@60;H
+scfinalso;"Super Cup Finals (Ver 2.1O 1993/11/19)";320x224@60;H
+schmeisr;"Schmeiser Robo (Japan)";320x240@58;H
+sci;"Special Criminal Investigation - Special Criminal Investigation (Euro) - Special Criminal Investigation (World set 1)";320x240@60;H
+scia;"Special Criminal Investigation (World set 2)";320x240@60;H
+scij;"Special Criminal Investigation (Japan)";320x240@60;H
+scinegro;"Special Criminal Investigation (Negro bootleg)";320x240@60;H
+scion;"Scion (Jpn) - Scion";240x224@60;H
+scionc;"Scion (Cinematronics)";240x224@60;H
+sciu;"Special Criminal Investigation (US)";320x240@60;H
+scobra;"Super Cobra - Super Cobra - Super Cobra (Jpn)";256x224@60;V
+scobrab;"Super Cobra (bootleg)";256x224@60;V
+scobrae;"Super Cobra (Stern) (encrypted, KONATEC XC-103SS CPU)";256x224@60;V
+scobras;"Super Cobra (Stern)";256x224@60;V
+scobrase;"Super Cobra (Sega)";256x224@60;V
+scontra;"Super Contra";304x224@60;V
+scontraj;"Super Contra (Japan)";304x224@60;V
+scorpion;"Scorpion (set 1)";256x224@60;V
+scorpiona;"Scorpion (set 2)";256x224@60;V
+scorpionb;"Scorpion (set 3)";256x224@60;V
+scorpionmc;"Scorpion (Moon Cresta hardware)";256x224@60;V
+scotrsht;"Scooter Shooter";256x224@60;V
+scramb2;"Scramble (bootleg)";256x224@60;V
+scramblb;"Scramble (bootleg on Galaxian hardware)";256x224@60;V
+scramble;"Scramble";256x224@60;V
+scramblebb;"Scramble (bootleg?)";256x224@60;V
+scramblebf;"Scramble (Karateko, French bootleg)";256x224@60;V
+scrambler;"Scramble (Reben S.A. Spanish bootleg)";256x224@60;V
+scrambles;"Scramble (Stern)";256x224@60;V
+scrambp;"Impacto (Billport S.A., Spanish bootleg of Scramble)";256x224@60;V
+scramce;"Scramble (Centromatic S.A., Spanish bootleg)";256x224@60;V
+scrampt;"Scramble (Petaco S.A., Spanish bootleg)";256x224@60;V
+scramrf;"Scramble (Recreativos Franco, Spanish bootleg)";256x224@60;V
+scregg;"Scrambled Egg";240x240@57;V
+sdfight;"SD Fighters (Korea)";320x240@60;H
+sdgndmps;"SD Gundam Psycho Salamander no Kyoui";320x224@60;H
+sdi;"SDI (Jpn) - SDI - Strategic Defense Initiative (Japan, newer, Syst";320x224@60;H
+sdia;"SDI - Strategic Defense Initiative (Japan, old, System";320x224@60;H
+sdib;"SDI - Strategic Defense Initiative (System 16B, FD1089";320x224@60;H
+sdibl;"SDI - Strategic Defense Initiative (bootleg, original";320x224@60;H
+sdibl2;"SDI - Strategic Defense Initiative (bootleg, set 1)";320x224@60;H
+sdibl3;"SDI - Strategic Defense Initiative (bootleg, set 2)";320x224@60;H
+sdibl4;"SDI - Strategic Defense Initiative (bootleg, set 3)";320x224@60;H
+sdibl5;"SDI - Strategic Defense Initiative (bootleg, set 4)";320x224@60;H
+sdibl6;"SDI - Strategic Defense Initiative (bootleg, set 5)";320x224@60;H
+sdodgeb;"Super Dodge Ball / Kunio no Nekketsu Toukyuu Densetsu";304x224@59;H
+searchar;"SAR - Search And Rescue (World)";256x224@60;V
+searcharj;"SAR - Search And Rescue (Japan)";256x224@60;V
+searcharu;"SAR - Search And Rescue (US)";256x224@60;V
+searchey;"Search Eye (English / Korean / Japanese / Italian)";320x240@60;H
+searcheya;"Search Eye (English / Korean)";320x240@60;H
+searchp2;"Search Eye Plus V2.0";320x240@55;H
+secretag;"Secret Agent (World revision 3)";256x240@57;H
+secretagj;"Secret Agent (Japan revision 2)";256x240@57;H
+sectionz;"Section Z (set 1)";256x240@60;H
+sectionza;"Section Z (set 2)";256x240@60;H
+sectrzon;"Sector Zone";256x224@60;V
+seganinj;"Sega Ninja (315-5102)";256x224@60;H
+seganinju;"Sega Ninja (not encrypted)";256x224@60;H
+seicross;"Seicross";256x224@60;V
+selfeena;"Sel Feena";320x224@60;H
+semibase;"MuHanSeungBu (SemiCom Baseball) (Korea)";320x240@60;H
+sengekis;"Sengeki Striker (Asia)";320x240@60;V
+sengekisj;"Sengeki Striker (Japan)";320x240@60;V
+sengoku;"Sengoku / Sengoku Denshou (NGM-017)(NGH-017)";320x224@59;H
+sengoku2;"Sengoku 2 / Sengoku Denshou 2";304x224@59;H
+sengoku3;"Sengoku 3 / Sengoku Densho 2001";320x224@59;H
+sengoku3s;"Sengoku 3 / Sengoku Densho 2001 (Evolution 1.0, FCHT h";320x224@59;H
+sengokuh;"Sengoku / Sengoku Denshou (NGH-017)(US)";320x224@59;H
+senknow;"Sen-Know (Japan)";320x240@60;H
+sf;"Galaxian (bootleg, set 1) - Marvel Super Heroes vs Street Fighter (970625 Euro) - Radica: Street Fighter Pack (Euro) - Street Fighter (US, set 1) - X-Men vs Street Fighter (961004 Euro) - Yu Yu Hakusho - Sunset Fighters (Bra)";384x224@60;H
+sf2;"Hyper Street Fighter II: The Anniversary Edition (0402 - Street Fighter II (Bra) - Street Fighter II - The World Warrior (910522 etc) - Street Fighter II' - Special Champion Edition (Euro) - Super Street Fighter II - The New Challengers (Euro) - Super Street Fighter II - the new challengers (super s";384x224@60;H
+sf2acc;"Street Fighter II' - Champion Edition (Accelerator! bo";384x224@60;H
+sf2acca;"Street Fighter II' - Champion Edition (Accelerator! bo";384x224@60;H
+sf2accp2;"Street Fighter II' - Champion Edition (Accelerator Pt.";384x224@60;H
+sf2amf;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf2;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf3;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf4;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf5;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf6;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf7;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf8;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2b;"Street Fighter II - The World Warrior (bootleg, 910214";384x224@60;H
+sf2b2;"Street Fighter II - The World Warrior (bootleg, 910214";384x224@60;H
+sf2b3;"Street Fighter II - The World Warrior (bootleg, 910214";384x224@60;H
+sf2bhh;"Street Fighter II' - Champion Edition (Hungh-Hsi bootl";384x224@60;H
+sf2ce;"Street Fighter II' - Champion Edition - Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2cebltw;"Street Fighter II' - Champion Edition (920313 'Taiwan'";384x224@60;H
+sf2ceea;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2ceeab2;"Street Fighter II' - Champion Edition (920313 etc boot";384x224@60;H
+sf2ceeab3;"Street Fighter II' - Champion Edition (920313 etc boot";384x224@60;H
+sf2ceeab4;"Street Fighter II' - Champion Edition (920313 etc boot";384x224@60;H
+sf2ceeab5;"Street Fighter II' - Champion Edition (920313 etc boot";384x224@60;H
+sf2ceeabl;"Street Fighter II' - Champion Edition (920313 etc boot";384x224@60;H
+sf2ceja;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2cejab2;"Street Fighter II' - Champion Edition (920322 Japan bo";384x224@60;H
+sf2cejabl;"Street Fighter II' - Champion Edition (920322 Japan bo";384x224@60;H
+sf2cejb;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2cejc;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2ceua;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2ceuab2;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuab3;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuab4;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuab5;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuab6;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuab7;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuabl;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceub;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2ceuc;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2ceucbl;"Street Fighter II' - Champion Edition (920803 USA boot";384x224@60;H
+sf2ceupl;"Street Fighter II' - Champion Edition (UPL bootleg)";384x224@60;H
+sf2dkot2;"Street Fighter II' - Champion Edition (Double K.O. Tur";384x224@60;H
+sf2dongb;"Street Fighter II': Champion Edition (Dongfang Bubai p";384x224@60;H
+sf2eb;"Street Fighter II - The World Warrior (910214 etc)";384x224@60;H
+sf2ebbl;"Street Fighter II - The World Warrior (TAB Austria boo";384x224@60;H
+sf2ebbl2;"Street Fighter II - The World Warrior (TAB Austria boo";384x224@60;H
+sf2ebbl3;"Street Fighter II - The World Warrior (TAB Austria boo";384x224@60;H
+sf2ed;"Street Fighter II - The World Warrior (910318 etc)";384x224@60;H
+sf2ee;"Street Fighter II - The World Warrior (910228 etc)";384x224@60;H
+sf2em;"Street Fighter II - The World Warrior (910129 etc)";384x224@60;H
+sf2hf;"Street Fighter II' - Hyper Fighting (street fighter 2'";384x224@60;H
+sf2hfj;"Street Fighter II' Turbo - Hyper Fighting (street figh";384x224@60;H
+sf2hfjb;"Street Fighter II' Turbo - Hyper Fighting (bootleg set";384x224@60;H
+sf2hfjb2;"Street Fighter II' Turbo - Hyper Fighting (bootleg set";384x224@60;H
+sf2hfu;"Street Fighter II' - Hyper Fighting (street fighter 2'";384x224@60;H
+sf2j;"Hyper Street Fighter II: The Anniversary Edition (0402 - Street Fighter II - The World Warrior (911210 Japan, C - Street Fighter II' Plus (Jpn, Asia, Kor) - Super Street Fighter II - The New Challengers (Jpn) - Super Street Fighter II - the new challengers (super s";384x224@60;H
+sf2j17;"Street Fighter II - The World Warrior (911210 Japan, C";384x224@60;H
+sf2ja;"Street Fighter II - The World Warrior (910214 Japan)";384x224@60;H
+sf2jc;"Street Fighter II - The World Warrior (910306 Japan)";384x224@60;H
+sf2jf;"Street Fighter II - The World Warrior (910411 Japan)";384x224@60;H
+sf2jh;"Street Fighter II - The World Warrior (910522 Japan)";384x224@60;H
+sf2jl;"Street Fighter II - The World Warrior (920312 Japan)";384x224@60;H
+sf2jla;"Street Fighter II - The World Warrior (911210 Japan, r";384x224@60;H
+sf2koryu;"Street Fighter II' - Xiang Long (bootleg set 1, 811102";384x224@60;H
+sf2koryu2;"Street Fighter II' - Xiang Long (bootleg set 2, 811102";384x224@60;H
+sf2koryu3;"Street Fighter II' - Xiang Long (bootleg set 3, 811102";384x224@60;H
+sf2md;"Street Fighter II' - Champion Edition (Magic Delta, bo";384x224@60;H
+sf2mdt;"Street Fighter II' - Magic Delta Turbo (bootleg set 1";384x224@60;H
+sf2mdta;"Street Fighter II' - Magic Delta Turbo (bootleg set 2";384x224@60;H
+sf2mdtb;"Street Fighter II' - Magic Delta Turbo (bootleg set 3";384x224@60;H
+sf2mdtc;"Street Fighter II' - Magic Delta Turbo (bootleg set 4";384x224@60;H
+sf2mega;"Street Fighter II' - Champion Edition (Mega Co bootleg";384x224@60;H
+sf2mega2;"Street Fighter II' - Champion Edition (Mega Co bootleg";384x224@60;H
+sf2qp1;"Street Fighter II - The World Warrior (Quicken Pt-I bo";384x224@60;H
+sf2rb;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2rb2;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2rb3;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2rb4;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2rb5;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2rb6;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2red;"Street Fighter II' - Champion Edition (Red Wave bootle";384x224@60;H
+sf2red2;"Street Fighter II' - Champion Edition (Red Wave bootle";384x224@60;H
+sf2sl73a;"Street Fighter II' - Champion Edition (Sheng Long v 7.";384x224@60;H
+sf2stt;"Street Fighter II - The World Warrior (STT, TAB Austri";384x224@60;H
+sf2thndr;"Street Fighter II - The World Warrior (Thunder Edition";384x224@60;H
+sf2tlona;"Street Fighter II' - Champion Edition (Tu Long bootleg";384x224@60;H
+sf2tlonb;"Street Fighter II' - Champion Edition (Tu Long bootleg";384x224@60;H
+sf2tlonc;"Street Fighter II' - Champion Edition (Tu Long bootleg";384x224@60;H
+sf2ua;"Street Fighter II - The World Warrior (910206 USA)";384x224@60;H
+sf2ub;"Street Fighter II - The World Warrior (910214 USA)";384x224@60;H
+sf2uc;"Street Fighter II - The World Warrior (910306 USA)";384x224@60;H
+sf2ud;"Street Fighter II - The World Warrior (910318 USA) - Super Street Fighter II - the new challengers (super s";384x224@60;H
+sf2ue;"Street Fighter II - The World Warrior (910228 USA)";384x224@60;H
+sf2uf;"Street Fighter II - The World Warrior (910411 USA)";384x224@60;H
+sf2ug;"Street Fighter II - The World Warrior (910522 USA, rev";384x224@60;H
+sf2ui;"Street Fighter II - The World Warrior (910522 USA, rev";384x224@60;H
+sf2uk;"Street Fighter II - The World Warrior (911101 USA)";384x224@60;H
+sf2v004;"Street Fighter II' - Champion Edition (V004 bootleg se";384x224@60;H
+sf2v0042;"Street Fighter II' - Champion Edition (V004 bootleg se";384x224@60;H
+sf2v0043;"Street Fighter II' - Champion Edition (V004 bootleg se";384x224@60;H
+sf2yyc;"Street Fighter II' - Champion Edition (YYC bootleg set";384x224@60;H
+sf2yyc2;"Street Fighter II' - Champion Edition (YYC bootleg set";384x224@60;H
+sfa;"Marvel Super Heroes vs Street Fighter (970625 Asia) - Street Fighter Alpha - warriors' dreams (950727 Euro) - X-Men vs Street Fighter (961023 Asia)";384x224@60;H
+sfa2;"Street Fighter Alpha 2 (960229 Euro)";384x224@60;H
+sfa2u;"Street Fighter Alpha 2 (960430 USA)";384x224@60;H
+sfa2ur1;"Street Fighter Alpha 2 (960306 USA)";384x224@60;H
+sfa3;"Street Fighter Alpha 3 (980904 Euro)";384x224@60;H
+sfa3b;"Street Fighter Alpha 3 (980629 Brazil)";384x224@60;H
+sfa3h;"Street Fighter Alpha 3 (980904 Hispanic)";384x224@60;H
+sfa3hr1;"Street Fighter Alpha 3 (980629 Hispanic)";384x224@60;H
+sfa3u;"Street Fighter Alpha 3 (980904 USA)";384x224@60;H
+sfa3ud;"Street Fighter Alpha 3 (980904 USA Phoenix Edition)";384x224@60;H
+sfa3ur1;"Street Fighter Alpha 3 (980629 USA)";384x224@60;H
+sfa3us;"Street Fighter Alpha 3 (980616 USA, SAMPLE Version)";384x224@60;H
+sfad;"Street Fighter Alpha - warriors' dreams (950727 Euro P";384x224@60;H
+sfan;"Street Fighter (World, pneumatic buttons)";384x224@60;H
+sfar1;"Street Fighter Alpha - warriors' dreams (950718 Euro) - X-Men vs Street Fighter (961004 Asia)";384x224@60;H
+sfar2;"Street Fighter Alpha - warriors' dreams (950627 Euro) - X-Men vs Street Fighter (960919 Asia)";384x224@60;H
+sfar3;"Street Fighter Alpha - warriors' dreams (950605 Euro) - X-Men vs Street Fighter (960910 Asia)";384x224@60;H
+sfau;"Street Fighter Alpha - warriors' dreams (950627 USA)";384x224@60;H
+sfaud;"Street Fighter Alpha - warriors' dreams (950727 USA Ph";384x224@60;H
+sfiii;"Street Fighter III: New Generation (Euro 970204)";384x224@60;H
+sfiii2;"Street Fighter III 2nd Impact: Giant Attack (USA 97093";384x224@60;H
+sfiii2j;"Street Fighter III 2nd Impact: Giant Attack (Japan 970";384x224@60;H
+sfiii2n;"Street Fighter III 2nd Impact: Giant Attack (Asia 9709";384x224@60;H
+sfiii3;"Street Fighter III 3rd Strike: Fight for the Future (E";384x224@60;H
+sfiii3n;"Street Fighter III 3rd Strike: Fight for the Future (J";384x224@60;H
+sfiii3nr1;"Street Fighter III 3rd Strike: Fight for the Future (J";384x224@60;H
+sfiii3r1;"Street Fighter III 3rd Strike: Fight for the Future (E";384x224@60;H
+sfiii3u;"Street Fighter III 3rd Strike: Fight for the Future (U";384x224@60;H
+sfiii3ur1;"Street Fighter III 3rd Strike: Fight for the Future (U";384x224@60;H
+sfiiia;"Street Fighter III: New Generation (Asia 970204)";384x224@60;H
+sfiiih;"Street Fighter III: New Generation (Hispanic 970204)";384x224@60;H
+sfiiij;"Street Fighter III: New Generation (Japan 970204)";384x224@60;H
+sfiiin;"Street Fighter III: New Generation (Asia 970204, NO CD";384x224@60;H
+sfiiina;"Street Fighter III: New Generation (Asia 970204, NO CD";384x224@60;H
+sfiiiu;"Street Fighter III: New Generation (USA 970204)";384x224@60;H
+sfj;"Marvel Super Heroes vs Street Fighter (970707 Japan) - Street Fighter (Japan) (protected) - X-Men vs Street Fighter (961023 Japan)";384x224@60;H
+sfjan;"Street Fighter (Japan, pneumatic buttons)";384x224@60;H
+sformula;"Super Formula (Japan)";320x240@60;V
+sfp;"Street Fighter (Prototype)";384x224@60;H
+sfua;"Street Fighter (US set 2) (protected)";384x224@60;H
+sfx;"SF-X";256x224@60;H
+sfz2a;"Street Fighter Zero 2 (960227 Asia)";384x224@60;H
+sfz2ad;"Street Fighter Zero 2 (960227 Asia Phoenix Edition)";384x224@60;H
+sfz2al;"Street Fighter Zero 2 Alpha (960826 Asia)";384x224@60;H
+sfz2alb;"Street Fighter Zero 2 Alpha (960813 Brazil)";384x224@60;H
+sfz2ald;"Street Fighter Zero 2 Alpha (960826 Asia Phoenix Editi";384x224@60;H
+sfz2alh;"Street Fighter Zero 2 Alpha (960813 Hispanic)";384x224@60;H
+sfz2alj;"Street Fighter Zero 2 Alpha (960805 Japan)";384x224@60;H
+sfz2b;"Street Fighter Zero 2 (960531 Brazil)";384x224@60;H
+sfz2br1;"Street Fighter Zero 2 (960304 Brazil)";384x224@60;H
+sfz2h;"Street Fighter Zero 2 (960304 Hispanic)";384x224@60;H
+sfz2j;"Street Fighter Zero 2 (960430 Japan)";384x224@60;H
+sfz2jd;"Street Fighter Zero 2 (960227 Japan Phoenix Edition)";384x224@60;H
+sfz2jr1;"Street Fighter Zero 2 (960227 Japan)";384x224@60;H
+sfz2n;"Street Fighter Zero 2 (960229 Oceania)";384x224@60;H
+sfz3a;"Street Fighter Zero 3 (980904 Asia)";384x224@60;H
+sfz3ar1;"Street Fighter Zero 3 (980701 Asia)";384x224@60;H
+sfz3j;"Street Fighter Zero 3 (980904 Japan)";384x224@60;H
+sfz3jr1;"Street Fighter Zero 3 (980727 Japan)";384x224@60;H
+sfz3jr2;"Street Fighter Zero 3 (980629 Japan)";384x224@60;H
+sfz3jr2d;"Street Fighter Zero 3 (980629 Japan Phoenix Edition)";384x224@60;H
+sfza;"Street Fighter Zero (950627 Asia)";384x224@60;H
+sfzar1;"Street Fighter Zero (950605 Asia)";384x224@60;H
+sfzb;"Street Fighter Zero (951109 Brazil)";384x224@60;H
+sfzbr1;"Street Fighter Zero (950727 Brazil)";384x224@60;H
+sfzch;"Street Fighter Zero (CPS Changer, 951020 Japan)";384x224@60;H
+sfzh;"Street Fighter Zero (950718 Hispanic)";384x224@60;H
+sfzhr1;"Street Fighter Zero (950627 Hispanic)";384x224@60;H
+sfzj;"Street Fighter Zero (950727 Japan)";384x224@60;H
+sfzjr1;"Street Fighter Zero (950627 Japan)";384x224@60;H
+sfzjr2;"Street Fighter Zero (950605 Japan)";384x224@60;H
+sgemf;"Super Gem Fighter Mini Mix (970904 USA)";384x224@60;H
+sgemfa;"Super Gem Fighter Mini Mix (970904 Asia)";384x224@60;H
+sgemfd;"Super Gem Fighter Mini Mix (970904 USA Phoenix Edition";384x224@60;H
+sgemfh;"Super Gem Fighter Mini Mix (970904 Hispanic)";384x224@60;H
+sgladiat;"Gladiator 1984";288x224@60;H
+sgunner;"Steel Gunner (Rev B)";288x224@60;H
+sgunner2;"Steel Gunner 2 (US)";288x224@60;H
+sgunner2j;"Steel Gunner 2 (Japan, Rev A)";288x224@60;H
+sgunnerj;"Steel Gunner (Japan)";288x224@60;H
+sgyxz;"Sangokushi II: Sanguo Yingxiong Zhuan (Chinese bootleg";384x224@60;H
+shackled;"Shackled (US)";256x240@58;H
+shadfrce;"Shadow Force (World, Version 3)";320x256@60;H
+shadfrcej;"Shadow Force (Japan, Version 2)";320x256@60;H
+shadfrceu;"Shadow Force (US, Version 2)";320x256@60;H
+shadowld;"Shadowland (YD3)";288x224@60;H
+shadoww;"Shadow Warriors (World, set 1)";256x224@60;H
+shadowwa;"Shadow Warriors (World, set 2)";256x224@60;H
+shangon;"Super Hang-On (sitdown/upright, unprotected) - Super Hang-On (World, Rev. A)";320x224@60;H
+shangon1;"Super Hang-On (mini ride-on, FD1089B 317-0034) - Super Hang-On (World)";320x224@60;H
+shangon2;"Super Hang-On (mini ride-on, Rev A, FD1089B 317-0034)";320x224@60;H
+shangon3;"Super Hang-On (sitdown/upright, FD1089B 317-0034)";320x224@60;H
+shangon3d;"Super Hang-On (sitdown/upright, FD1089B 317-0034 decry";320x224@60;H
+shangonle;"Limited Edition Hang-On";320x224@60;H
+shaolinb;"Shao-lin's Road (set 2)";256x224@60;V
+shaolins;"Shao-lin's Road (set 1)";256x224@60;V
+sharrier;"Space Harrier - Space Harrier - Space Harrier (Euro) - Space Harrier (Rev A, 8751 315-5163A) - Space Harrier (World) - Space Harrier II (World)";320x224@60;H
+sharrier1;"Space Harrier (8751 315-5163)";320x224@60;H
+shdancer;"Shadow Dancer (Euro, Bra, Kor) - Shadow Dancer (set 3, US) - Shadow Dancer - The Secret of Shinobi (World)";320x224@60;H
+shdancer1;"Shadow Dancer (set 1)";320x224@60;H
+shdancerj;"Shadow Dancer (set 2, Japan)";320x224@60;H
+shinfz;"Shinobi / FZ-2006 (Korean System 16 bootleg) (ISG Sele";320x224@60;H
+shinobi;"Shinobi - Shinobi (Euro, USA, Bra, v1) - Shinobi (set 6, System 16A, unprotected) - The GG Shinobi (Euro, USA)";320x224@60;H
+shinobi1;"Shinobi (set 1, System 16A, FD1094 317-0050)";320x224@60;H
+shinobi1d;"Shinobi (set 1, System 16A, FD1094 317-0050 decrypted)";320x224@60;H
+shinobi2;"Shinobi (set 2, System 16B, FD1094 317-0049) - The GG Shinobi II (World)";320x224@60;H
+shinobi2d;"Shinobi (set 2, System 16B, FD1094 317-0049 decrypted)";320x224@60;H
+shinobi3;"Shinobi (set 3, System 16B, MC-8123B 317-0054) - Shinobi III - Return of the Ninja Master (Euro)";320x224@60;H
+shinobi4;"Shinobi (set 4, System 16B, MC-8123B 317-0054)";320x224@60;H
+shinobi5;"Shinobi (set 5, System 16B, unprotected)";320x224@60;H
+shinoblb;"Shinobi (beta bootleg, System 16A)";320x224@60;H
+shinobls;"Shinobi (Star bootleg, System 16A)";320x224@60;H
+shippumd;"Shippu Mahou Daisakusen - Kingdom Grandprix";320x240@60;V
+shisen2;"Shisensho II";384x240@60;H
+shocking;"Shocking";384x224@60;H
+shocktr2;"Shock Troopers - 2nd Squad";304x224@59;H
+shocktro;"Shock Troopers (set 1)";304x224@59;H
+shocktroa;"Shock Troopers (set 2)";304x224@59;H
+shogwarr;"Shogun Warriors (World)";256x224@60;H
+shogwarrk;"Shogun Warriors (Korea?)";256x224@60;H
+shogwarru;"Shogun Warriors (US)";256x224@60;H
+shootout;"Shoot Out (US)";256x240@60;H
+shootoutb;"Shoot Out (Korean Bootleg)";256x240@60;H
+shootoutj;"Shoot Out (Japan)";256x240@60;H
+shtrider;"Shot Rider";240x256@60;V
+shtridera;"Shot Rider (Sigma license)";240x256@60;V
+sidearms;"Side Arms - Hyper Dyne (World, 861129) - Sidearms - Hyper Dyne - Sidearms - Hyper Dyne";384x224@60;H
+sidearmsj;"Side Arms - Hyper Dyne (Japan, 861128)";384x224@60;H
+sidearmsu;"Side Arms - Hyper Dyne (US, 861202)";384x224@60;H
+sidearmsur1;"Side Arms - Hyper Dyne (US, 861128)";384x224@60;H
+sidepckt;"Side Pocket (World)";256x224@58;H
+sidepcktb;"Side Pocket (bootleg set 1)";256x224@58;H
+sidepcktb2;"Side Pocket (bootleg set 2)";256x224@58;H
+sidepcktj;"Side Pocket (Japan)";256x224@58;H
+silentd;"Silent Debuggers - Silent Debuggers - Silent Dragon (World)";320x224@60;H
+silentdj;"Silent Dragon (Japan)";320x224@60;H
+silentdu;"Silent Dragon (US)";320x224@60;H
+silkroad;"The Legend of Silkroad";380x224@60;H
+silkroada;"The Legend of Silkroad (larger roms)";380x224@60;H
+silkworm;"Silk Worm (World)";256x224@60;H
+silkwormb;"Silk Worm (bootleg)";256x224@60;H
+silkwormj;"Silk Worm (Japan)";256x224@60;H
+silkwormp;"Silk Worm (prototype?)";256x224@60;H
+silvland;"Silver Land";256x224@60;H
+silvmil;"Silver Millennium";320x240@60;V
+simpsons;"The Simpsons (4 Players World, set 1)";288x224@60;H
+simpsons2p;"The Simpsons (2 Players World, set 1)";288x224@60;H
+simpsons2p2;"The Simpsons (2 Players World, set 2)";288x224@60;H
+simpsons2p3;"The Simpsons (2 Players World, set 3)";288x224@60;H
+simpsons2pa;"The Simpsons (2 Players Asia)";288x224@60;H
+simpsons2pj;"The Simpsons (2 Players Japan)";288x224@60;H
+simpsons4pa;"The Simpsons (4 Players World, set 2)";288x224@60;H
+sinvasn;"Space Invasion (Europe)";256x224@60;V
+sinvasnb;"Space Invasion (bootleg)";256x224@60;V
+sisv;"Space Invaders (SV Version rev 4)";260x224@60;V
+sisv2;"Space Invaders (SV Version rev 2)";260x224@60;V
+sisv3;"Space Invaders (SV Version rev 3)";260x224@60;V
+sitv;"Space Invaders (TV Version rev 2)";260x224@60;V
+sitv1;"Space Invaders (TV Version rev 1)";260x224@60;V
+sjryuko;"Sukeban Jansi Ryuko (set 2, System 16B, FD1089B 317-50";320x224@60;H
+sjryuko1;"Sukeban Jansi Ryuko (set 1, System 16A, FD1089B 317-50";320x224@60;H
+skingame;"The Irem Skins Game (US set 1)";320x240@60;H
+skingame2;"The Irem Skins Game (US set 2)";320x240@60;H
+skyadvnt;"Sky Adventure (World)";256x224@60;V
+skyadvntj;"Sky Adventure (Japan)";256x224@60;V
+skyadvntu;"Sky Adventure (US)";256x224@60;V
+skyalert;"Sky Alert";360x224@60;V
+skyarmy;"Sky Army";256x240@60;V
+skybase;"Sky Base";256x224@60;V
+skyfox;"Sky Fox";320x224@60;V
+skykid;"Sky Kid (new version)";288x224@60;H
+skykidd;"Sky Kid (CUS60 version)";288x224@60;H
+skykiddx;"Sky Kid Deluxe (set 1)";288x224@60;H
+skykiddxo;"Sky Kid Deluxe (set 2)";288x224@60;H
+skykido;"Sky Kid (old version)";288x224@60;H
+skykids;"Sky Kid (Sipem)";288x224@60;H
+skylancr;"Sky Lancer";236x224@60;V
+skylancre;"Sky Lancer (Esco Trading Co license)";236x224@60;V
+skyraidr;"Sky Raiders";256x224@60;V
+skyrobo;"Sky Robo";320x240@60;H
+skyshark;"Sky Shark (US, set 1)";320x240@55;V
+skysharka;"Sky Shark (US, set 2)";320x240@55;V
+skyskipr;"Sky Skipper";512x448@60;H
+skysmash;"Sky Smasher";256x224@60;V
+skysoldr;"Sky Soldiers (US)";256x224@60;V
+skysoldrbl;"Sky Soldiers (bootleg)";256x224@60;V
+skywolf;"Sky Wolf (set 1)";288x224@60;H
+skywolf2;"Sky Wolf (set 2)";288x224@60;H
+skywolf3;"Sky Wolf (set 3)";288x224@60;H
+slammast;"Saturday Night Slam Masters (Slam Masters 930713 etc) - Saturday Night Slammasters (Euro)";384x224@60;H
+slammastu;"Saturday Night Slam Masters (slam masters 930713 USA) - Saturday Night Slammasters (USA)";384x224@60;H
+slampic;"Saturday Night Slam Masters (bootleg (with PIC16c57),";384x224@60;H
+slapfigh;"Slap Fight (Japan set 1) - Slap Fight MD (Jpn)";280x240@60;V
+slapfighb1;"Slap Fight (bootleg set 1)";280x240@60;V
+slapfighb2;"Slap Fight (bootleg set 2)";280x240@60;V
+slapfighb3;"Slap Fight (bootleg set 3)";280x240@60;V
+slapshot;"Slap Shot (Japan) - Slap Shot (USA, v2)";320x224@60;H
+slyspy;"Sly Spy (US revision 4)";256x240@57;H
+slyspy2;"Sly Spy (US revision 2)";256x240@57;H
+slyspy3;"Sly Spy (US revision 3)";256x240@57;H
+smbomb;"Super Muscle Bomber - the international blowout (94083";384x224@60;H
+smbombr1;"Super Muscle Bomber - the international blowout (94080";384x224@60;H
+smgp;"Super Monaco GP (Euro, Bra) - Super Monaco GP (Euro, Jpn, Rev. A) - Super Monaco GP (Euro, USA, Bra) - Super Monaco GP (World, Rev B, FD1094 317-0126a)";320x224@60;H
+smgp5;"Super Monaco GP (World, FD1094 317-0126)";320x224@60;H
+smgp5d;"Super Monaco GP (World, FD1094 317-0126 decrypted)";320x224@60;H
+smgp6;"Super Monaco GP (World, Rev A, FD1094 317-0126a)";320x224@60;H
+smgp6d;"Super Monaco GP (World, Rev A, FD1094 317-0126a decryp";320x224@60;H
+smgpd;"Super Monaco GP (World, Rev B, FD1094 317-0126a decryp";320x224@60;H
+smgpj;"Super Monaco GP (Japan, Rev B, FD1094 317-0124a) - Super Monaco GP (Jpn) - Super Monaco GP (Jpn)";320x224@60;H
+smgpja;"Super Monaco GP (Japan, Rev A, FD1094 317-0124a)";320x224@60;H
+smgpjd;"Super Monaco GP (Japan, Rev B, FD1094 317-0124a decryp";320x224@60;H
+smgpu;"Super Monaco GP (US, Rev C, FD1094 317-0125a) - Super Monaco GP (USA) - Super Monaco GP (USA)";320x224@60;H
+smgpu1;"Super Monaco GP (US, Rev B, FD1094 317-0125a)";320x224@60;H
+smgpu1d;"Super Monaco GP (US, Rev B, FD1094 317-0125a decrypted";320x224@60;H
+smgpu2;"Super Monaco GP (US, Rev A, FD1094 317-0125a)";320x224@60;H
+smgpu2d;"Super Monaco GP (US, Rev A, FD1094 317-0125a decrypted";320x224@60;H
+smgpud;"Super Monaco GP (US, Rev C, FD1094 317-0125a decrypted";320x224@60;H
+smooncrs;"Super Moon Cresta";256x224@60;V
+snapjack;"Snap Jack";240x196@60;H
+snapper;"Snapper (Korea)";320x224@60;H
+sngkace;"Sengoku Ace (Japan, set 1)";320x224@59;V
+sngkacea;"Sengoku Ace (Japan, set 2)";320x224@59;V
+snowboar;"Snow Board Championship (Version 2.1)";384x240@60;H
+snowboara;"Snow Board Championship (Version 2.0)";384x240@60;H
+snowbro2;"Snow Bros. 2 - with new elves";320x240@60;H
+snowbro3;"Snow Brothers 3 - Magical Adventure";256x224@60;H
+snowbros;"Snow Bros. - Nick & Tom (Jpn) - Snow Bros. - Nick & Tom (set 1)";256x224@58;H
+snowbrosa;"Snow Bros. - Nick & Tom (set 2)";256x224@58;H
+snowbrosb;"Snow Bros. - Nick & Tom (set 3)";256x224@58;H
+snowbrosc;"Snow Bros. - Nick & Tom (set 4)";256x224@58;H
+snowbrosd;"Snow Bros. - Nick & Tom (Dooyong license)";256x224@58;H
+snowbrosj;"Snow Bros. - Nick & Tom (Japan)";256x224@58;H
+snowbroswb;"Snow Bros. - Nick & Tom (The Winter Bobble hardware bo";256x224@58;H
+socbrawl;"Soccer Brawl (NGM-031)";304x224@59;H
+socbrawlh;"Soccer Brawl (NGH-031)";304x224@59;H
+sokonuke;"Sokonuke Taisen Game (Japan)";320x240@60;H
+soldam;"Soldam";256x224@60;H
+soldamj;"Soldam (Japan)";256x224@60;H
+soldivid;"Sol Divide - The Sword Of Darkness";320x224@60;H
+soldividk;"Sol Divide - The Sword Of Darkness (Korea)";320x224@60;H
+solfigtr;"Solitary Fighter (World)";320x224@60;H
+solomon;"Solomon no Kagi - Oujo Rihita no Namida (Jpn) - Solomon's Key (US)";256x224@60;H
+solomonj;"Solomon's Key (Japan)";256x224@60;H
+solrwarr;"Solar-Warrior (US)";256x240@60;H
+sonicbom;"Sonic Boom (FD1094 317-0053)";320x224@60;V
+sonicbomd;"Sonic Boom (FD1094 317-0053 decrypted)";320x224@60;V
+sonicwi;"Sonic Wings (Japan)";320x224@60;V
+sonicwi2;"Aero Fighters 2 / Sonic Wings 2";320x224@59;H
+sonicwi3;"Aero Fighters 3 / Sonic Wings 3";320x224@59;H
+sonofphx;"Son of Phoenix";288x224@60;V
+sonson;"Son Son";240x240@60;H
+sonsonj;"Son Son (Japan)";240x240@60;H
+sos;"Aqua Polis SOS (Jpn) - Fever SOS (International, ver. 98/09/25) - Megalopolis SOS (Jpn) - S.O.S Lagoa Poluida (Bra) - SOS - Stop the Express. Bousou Tokkyuu SOS (Jpn)";272x224@60;V
+sotsugyo;"Sotsugyo Shousho";320x240@58;H
+soukobdx;"Souko Ban Deluxe (Japan, SB1)";288x224@60;H
+spacbat2;"Space Battle (bootleg set 2)";256x224@60;V
+spacbatt;"Space Battle (bootleg set 1)";256x224@60;V
+spacecho;"Space Echo (set 1)";256x256@60;V
+spacecho2;"Space Echo (set 2)";256x256@60;V
+spacedx;"Space Invaders DX (US, v2.1)";320x224@60;H
+spacedxj;"Space Invaders DX (Japan, v2.1)";320x224@60;H
+spacedxo;"Space Invaders DX (Japan, v2.0)";320x224@60;H
+spacegun;"Space Gun (Euro) - Space Gun (World)";320x240@60;H
+spacegunj;"Space Gun (Japan)";320x240@60;H
+spacegunu;"Space Gun (US)";320x240@60;H
+spacempr;"Space Empire (bootleg)";256x224@60;V
+spaceplt;"Space Pilot";256x224@60;V
+spang;"Cross Pang - Super Pang (World 900914)";384x240@60;H
+spangj;"Super Pang (Japan 901023)";384x240@60;H
+sparkman;"Spark Man (v2.0, set 1)";256x224@60;H
+spartanx;"Spartan X (Japan)";256x256@60;H
+spatter;"Spatter";240x224@60;H
+spcdrag;"Space Dragon (Moon Cresta bootleg, set 1)";256x224@60;V
+spcdraga;"Space Dragon (Moon Cresta bootleg, set 2)";256x224@60;V
+spcinv95;"Space Invaders '95: The Attack Of Lunar Loonies (Ver 2";320x224@60;V
+spcinv95u;"Space Invaders '95: The Attack Of Lunar Loonies (Ver 2";320x224@60;V
+spcinvdj;"Space Invaders DX (Ver 2.6J 1994/09/14) (F3 Version)";320x232@60;H
+spcpostn;"Space Position (Japan)";256x240@60;V
+spctbird;"Space Thunderbird";256x224@60;V
+spdcoin;"Speed Coin (prototype)";256x224@60;V
+speakres;"Speak & Rescue";256x256@60;V
+speakresb;"Speak & Rescue (bootleg)";256x256@60;V
+spec2k;"Spectrum 2000 (vertical)";256x224@56;V
+spec2kh;"Spectrum 2000 (horizontal, buggy) (Europe)";256x224@56;H
+speedspn;"Speed Spin";384x240@60;H
+spelunk2;"Spelunker II - 23 no Kagi (Japan)";384x256@60;H
+spelunkr;"Spelunker - Spelunker (Jpn)";384x256@60;H
+spelunkrj;"Spelunker (Japan)";384x256@60;H
+spf2t;"Super Puzzle Fighter II Turbo (Super Puzzle Fighter 2";384x224@60;H
+spf2ta;"Super Puzzle Fighter II Turbo (Super Puzzle Fighter 2";384x224@60;H
+spf2td;"Super Puzzle Fighter II Turbo (Super Puzzle Fighter 2";384x224@60;H
+spf2th;"Super Puzzle Fighter II Turbo (Super Puzzle Fighter 2";384x224@60;H
+spf2tu;"Super Puzzle Fighter II Turbo (Super Puzzle Fighter 2";384x224@60;H
+spf2xj;"Super Puzzle Fighter II X (Super Puzzle Fighter 2 X 96";384x224@60;H
+spf2xjd;"Super Puzzle Fighter II X (Super Puzzle Fighter 2 X 96";384x224@60;H
+spidermi;"Spiderman (Intro demo)";304x224@59;H
+spinlbrk;"Spinal Breakers (World)";352x240@60;H
+spinlbrkj;"Spinal Breakers (Japan)";352x240@60;H
+spinlbrku;"Spinal Breakers (US)";352x240@60;H
+spinmast;"Spin Master / Miracle Adventure";304x224@59;H
+splatter;"Splatter House (World, new version (SH3))";288x224@60;H
+splatter2;"Splatter House (World, old version (SH2))";288x224@60;H
+splatterj;"Splatter House (Japan, SH1)";288x224@60;H
+spnchout;"Super Punch-Out!! (Rev B)";448x256@60;V
+spnchouta;"Super Punch-Out!! (Rev A)";448x256@60;V
+spnchoutj;"Super Punch-Out!! (Japan)";448x256@60;V
+sprglbpg;"Super Glob (Pac-Man hardware) German";288x224@60;V
+sprglobp;"Super Glob (Pac-Man hardware)";288x224@60;V
+springer;"Springer";256x224@60;V
+spy;"Future Spy - S.P.Y. - Special Project Y (World ver. N) - Sly Spy (US revision 4) - Spy vs. Spy (Euro, USA, Bra) - The Super Spy (NGM-011)(NGH-011)";304x216@60;H
+spyu;"S.P.Y. - Special Project Y (US ver. M)";304x216@60;H
+sqbert;"Faster, Harder, More Challenging Q*bert (prototype)";256x240@60;V
+squash;"Squash (Ver. 1.0)";320x240@60;H
+sraider;"Space Raider";240x192@60;V
+sranger;"Super Ranger (v2.0)";256x224@60;H
+srdarwin;"Super Real Darwin (World)";256x240@58;V
+srdarwinj;"Super Real Darwin (Japan)";256x240@58;V
+srdmissn;"S.R.D. Mission";288x224@60;V
+srmp4;"Super Real Mahjong PIV (Japan)";336x240@60;H
+srmp4o;"Super Real Mahjong PIV (Japan, older set)";336x240@60;H
+srmp7;"Super Real Mahjong P7 (Japan)";336x239@60;H
+srumbler;"The Speed Rumbler (set 1)";352x240@60;V
+srumbler2;"The Speed Rumbler (set 2)";352x240@60;V
+srumbler3;"The Speed Rumbler (set 3)";352x240@60;V
+ssanchan;"Sanrin San Chan (Japan)";240x224@60;H
+sscandal;"Seishun Scandal (315-5132, Japan)";256x224@60;H
+ssf2;"Super Street Fighter II - The New Challengers (Euro) - Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2a;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2ar1;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2d;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2h;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2j;"Super Street Fighter II - The New Challengers (Jpn) - Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2jr1;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2jr2;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2r1;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2t;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2ta;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2tad;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2tb;"Super Street Fighter II - the tournament battle (93111";384x224@60;H
+ssf2tba;"Super Street Fighter II - the tournament battle (93100";384x224@60;H
+ssf2tbd;"Super Street Fighter II - the tournament battle (93111";384x224@60;H
+ssf2tbh;"Super Street Fighter II - the tournament battle (93100";384x224@60;H
+ssf2tbj;"Super Street Fighter II - the tournament battle (93100";384x224@60;H
+ssf2tbj1;"Super Street Fighter II - the tournament battle (93091";384x224@60;H
+ssf2tbr1;"Super Street Fighter II - the tournament battle (93091";384x224@60;H
+ssf2td;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2th;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2tu;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2tur1;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2u;"Super Street Fighter II - the new challengers (super s - Super Street Fighter II - The New Challengers (USA)";384x224@60;H
+ssf2ud;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2xj;"Super Street Fighter II X - grand master challenge (su";384x224@60;H
+ssf2xjr1;"Super Street Fighter II X - grand master challenge (su";384x224@60;H
+ssf2xjr1d;"Super Street Fighter II X - grand master challenge (su";384x224@60;H
+ssf2xjr1r;"Super Street Fighter II X - grand master challenge (su";384x224@60;H
+ssi;"Andre Agassi Tennis (Euro) - Andre Agassi Tennis (Euro, Bra) - Andre Agassi Tennis (USA) - Super Space Invaders '91 (World)";320x224@60;V
+ssideki;"Super Sidekicks / Tokuten Ou";304x224@59;H
+ssideki2;"Super Sidekicks 2 - The World Championship / Tokuten O";320x224@59;H
+ssideki3;"Super Sidekicks 3 - The Next Glory / Tokuten Ou 3 - ei";320x224@59;H
+ssideki4;"The Ultimate 11 - The SNK Football Championship / Toku";320x224@59;H
+ssmissin;"S.S. Mission";256x224@56;V
+ssoldier;"Superior Soldiers (US)";320x240@60;H
+ssozumo;"Syusse Oozumou (Japan)";256x240@60;V
+ssprint;"Super Sprint (Atari System 2)";512x384@60;H
+ssriders;"Sunset Riders (4 Players ver. EAC) - Sunset Riders (Euro)";288x224@60;H
+ssridersabd;"Sunset Riders (2 Players ver. ABD)";288x224@60;H
+ssridersadd;"Sunset Riders (4 Players ver. ADD)";288x224@60;H
+ssriderseaa;"Sunset Riders (4 Players ver. EAA)";288x224@60;H
+ssridersebc;"Sunset Riders (2 Players ver. EBC)";288x224@60;H
+ssridersebd;"Sunset Riders (2 Players ver. EBD)";288x224@60;H
+ssridersjac;"Sunset Riders (4 Players ver. JAC)";288x224@60;H
+ssridersjad;"Sunset Riders (4 Players ver. JAD)";288x224@60;H
+ssridersjbd;"Sunset Riders (2 Players ver. JBD)";288x224@60;H
+ssridersuab;"Sunset Riders (4 Players ver. UAB)";288x224@60;H
+ssridersuac;"Sunset Riders (4 Players ver. UAC)";288x224@60;H
+ssridersubc;"Sunset Riders (2 Players ver. UBC)";288x224@60;H
+ssridersuda;"Sunset Riders (4 Players ver. UDA)";288x224@60;H
+sstarcrs;"Super Star Crest";256x224@60;V
+sstingry;"Super Stingray (Japan)";256x224@60;V
+sstriker;"Sorcer Striker (World)";320x240@60;V
+sstrikera;"Sorcer Striker (World, alt)";320x240@60;V
+stagger1;"Stagger I (Japan)";256x224@56;V
+stakwin;"Stakes Winner / Stakes Winner - GI kinzen seiha e no m";320x224@59;H
+stakwin2;"Stakes Winner 2";320x224@59;H
+starfght;"Star Fighter";256x224@60;V
+starfgmc;"Star Fighter (Moon Cresta bootleg)";256x224@60;V
+starfigh;"Star Fighter (v1)";256x224@60;V
+starjack;"Star Jacker (Euro, Jpn, v1.2) - Star Jacker (Sega)";240x224@60;V
+starjacks;"Star Jacker (Stern)";240x224@60;V
+stdragon;"Saint Dragon (set 1)";256x224@60;H
+stdragona;"Saint Dragon (set 2)";256x224@60;H
+stdragonb;"Saint Dragon (bootleg)";256x224@60;H
+stera;"Steraranger (Moon Cresta bootleg)";256x224@60;V
+stg;"Juno First (Gottlieb) - Moon Cresta (Gremlin) - Strike Gunner S.T.G";384x240@60;V
+stinger;"Stinger";256x224@60;V
+stinger2;"Stinger (prototype?)";256x224@60;V
+stlforce;"Steel Force";368x240@58;H
+stmblade;"Storm Blade (US)";352x240@60;V
+stmbladej;"Storm Blade (Japan)";352x240@60;V
+strahl;"Koutetsu Yousai Strahl (Japan set 1)";256x224@56;H
+strahla;"Koutetsu Yousai Strahl (Japan set 2)";256x224@56;H
+stratgys;"Strategy X (Stern)";256x224@60;H
+stratgyx;"Strategy X";256x224@60;H
+stratof;"Raiga - Strato Fighter (US)";256x224@60;H
+stratvox;"Stratovox";256x256@60;V
+stratvoxb;"Stratovox (bootleg)";256x256@60;V
+streakng;"Streaking (set 1)";256x224@60;V
+streaknga;"Streaking (set 2)";256x224@60;V
+streetsm;"Street Smart (US version 2)";256x224@60;H
+streetsm1;"Street Smart (US version 1)";256x224@60;H
+streetsmj;"Street Smart (Japan version 1)";256x224@60;H
+streetsmw;"Street Smart (World version 1)";256x224@60;H
+strfbomb;"Strafe Bomb";256x224@60;V
+strhoop;"Street Hoop / Street Slam / Dunk Dream (DEM-004) (DEH-";304x224@59;H
+strider;"Strider (Euro, USA) - Strider (Euro, USA, Bra, Kor) - Strider (US set 1)";384x224@60;H
+striderj;"Strider Hiryu (Japan) - Strider Hiryuu (Jpn, Kor)";384x224@60;H
+striderjr;"Strider Hiryu (Japan Resale Ver.)";384x224@60;H
+striderua;"Strider (US set 2)";384x224@60;H
+strideruc;"Strider (US, Street Fighter II conversion)";384x224@60;H
+striv;"Super Triv";256x224@60;V
+striv2;"Super Triv (set 2)";256x224@60;V
+strkfgtr;"Strike Fighter (World)";320x224@60;H
+strkfgtrj;"Strike Fighter (Japan)";320x224@60;H
+strongx;"Strong X";256x224@60;H
+sub;"688 Attack Sub (Euro, USA) - N-Sub (Euro?) - Submarine (Sigma)";256x224@60;V
+sucasino;"Super Casino";256x224@60;V
+sunaq;"SunA Quiz 6000 Academy (940620-6)";256x224@60;H
+supbtime;"Super Burger Time (World, set 1)";320x240@58;H
+supbtimea;"Super Burger Time (World, set 2)";320x240@58;H
+supbtimej;"Super Burger Time (Japan)";320x240@58;H
+superbar;"Super Bar";384x240@60;V
+superbon;"Agent Super Bond (scobra hardware)";256x224@60;V
+superchs;"Super Chase - Criminal Termination (World)";320x240@60;H
+superchsj;"Super Chase - Criminal Termination (Japan)";320x240@60;H
+superchsu;"Super Chase - Criminal Termination (US)";320x240@60;H
+superg;"Super Galaxians (galaxiaj hack)";256x224@60;V
+superman;"Superman (World) - Superman - The Man of Steel (Euro) - Superman - The Man of Steel (Euro) - Superman - The Man of Steel (Euro, Bra)";384x240@60;H
+supermanj;"Superman (Japan)";384x240@60;H
+supermanu;"Superman (US) - Superman (USA)";384x240@60;H
+superpac;"Super Pac-Man";288x224@60;V
+superpacm;"Super Pac-Man (Midway)";288x224@60;V
+superspy;"The Super Spy (NGM-011)(NGH-011)";304x224@59;H
+superten;"Super Ten V8.3";400x256@60;H
+superx;"Super-X (NTC)";384x240@60;V
+superxm;"Super-X (Mitchell)";384x240@60;V
+supmodel;"Super Model";256x224@60;V
+suprglob;"Super Glob";272x236@60;V
+suprheli;"Super Heli (Super Cobra bootleg)";256x224@60;V
+suprleag;"Super League (Euro) - Super League (FD1094 317-0045)";320x224@60;H
+suprloco;"Super Locomotive (Rev.A)";240x224@60;H
+suprlocoo;"Super Locomotive";240x224@60;H
+suprridr;"Super Rider";256x224@60;V
+suprtrio;"Super Trio";320x240@60;H
+suratk;"Surprise Attack (World ver. K)";304x224@60;H
+suratka;"Surprise Attack (Asia ver. L)";304x224@60;H
+suratkj;"Surprise Attack (Japan ver. M)";304x224@60;H
+survarts;"Survival Arts (World)";336x240@60;H
+survartsj;"Survival Arts (Japan)";336x240@60;H
+survartsu;"Survival Arts (USA)";336x240@60;H
+svc;"SNK vs. Capcom - SVC Chaos (NGM-2690)(NGH-2690)";304x224@59;H
+svcboot;"SNK vs. Capcom - SVC Chaos (bootleg)";304x224@59;H
+svcpcb;"SNK vs. Capcom - SVC Chaos (JAMMA PCB, set 1)";304x224@59;H
+svcpcba;"SNK vs. Capcom - SVC Chaos (JAMMA PCB, set 2)";304x224@59;H
+svcplus;"SNK vs. Capcom - SVC Chaos Plus (bootleg set 1)";304x224@59;H
+svcplusa;"SNK vs. Capcom - SVC Chaos Plus (bootleg set 2)";304x224@59;H
+svcsplus;"SNK vs. Capcom - SVC Chaos Super Plus (bootleg)";304x224@59;H
+svg;"S.V.G. - Spectral vs Generation (V200, China)";448x224@60;H
+svgpcb;"S.V.G. - Spectral vs Generation (V100, Japan, Single P";448x224@60;H
+svolley;"Super Volley Ball (USA) - Super Volleyball - Super Volleyball - Super Volleyball (Japan)";288x216@60;H
+svolleyk;"Super Volleyball (Korea)";288x216@60;H
+svolleyu;"Super Volleyball (US)";288x216@60;H
+svolly91;"Super Volley '91 (Japan)";356x240@60;H
+swarm;"Swarm (bootleg?)";256x224@60;V
+swat;"E-Swat - Cyber Police (set 4, World, FD1094 317-0130) - ESWAT - City Under Siege (Euro, USA, Rev. A) - SWAT (315-5048)";256x224@60;V
+swatpolc;"SWAT Police";320x240@60;H
+swimmer;"Swimmer (set 1)";256x224@60;H
+sws;"Super World Stadium (Japan)";288x224@60;H
+sws92;"Super World Stadium '92 (Japan)";288x224@60;H
+sws92g;"Super World Stadium '92 Gekitouban (Japan)";288x224@60;H
+sws93;"Super World Stadium '93 (Japan)";288x224@60;H
+sxyreac2;"Pachinko Sexy Reaction 2 (Japan)";336x240@60;H
+sxyreact;"Pachinko Sexy Reaction (Japan)";338x240@60;H
+syscheck;"Neo System Check (ver 1.0b)";304x224@59;H
+syvalion;"Syvalion (Japan)";512x400@60;H
+syvalionp;"Syvalion (World, prototype)";512x400@60;H
+szaxxon;"Super Zaxxon";256x224@60;V
+tactcian;"Tactician (set 1)";288x224@60;V
+tactcian2;"Tactician (set 2)";288x224@60;V
+tail2nos;"Tail to Nose - Great Championship";320x240@60;V
+tangtang;"Tang Tang (ver. 0526, 26/05/2000)";320x240@60;H
+tankfrce;"Tank Force (US, 2 Players)";288x224@60;H
+tankfrce4;"Tank Force (US, 4 Players)";288x224@60;H
+tankfrcej;"Tank Force (Japan)";288x224@60;H
+taotaido;"Tao Taido (set 1)";320x224@60;H
+taotaidoa;"Tao Taido (set 2)";320x224@60;H
+tazmani2;"Tazz-Mania (set 2)";256x224@60;V
+tazmania;"Taz-Mania (Euro, Bra) - Taz-Mania (World) - Taz-Mania - The Search for the Lost Seabirds (Euro, US - Tazz-Mania (set 1)";256x224@60;V
+tazzmang;"Tazz-Mania (bootleg on Galaxian hardware)";256x224@60;V
+tazzmang2;"Tazz-Mania (bootleg on Galaxian hardware with Starfiel";256x224@60;V
+tbowl;"Tecmo Bowl (World?)";224x512@60;V
+tbowlj;"Tecmo Bowl (Japan)";224x512@60;V
+tcobra2;"Twin Cobra II (Ver 2.1O 1995/11/30)";320x232@60;V
+tcobra2u;"Twin Cobra II (Ver 2.1A 1995/11/30)";320x232@60;V
+tdpgal;"Triple Draw Poker";256x224@60;V
+tdragon;"Saint Dragon (set 1) - Thunder Dragon (9th Jan. 1992)";256x224@56;V
+tdragon1;"Thunder Dragon (4th Jun. 1991)";256x224@56;V
+tdragon2;"Thunder Dragon 2 (9th Nov. 1993)";384x224@56;V
+tdragon2a;"Thunder Dragon 2 (1st Oct. 1993)";384x224@56;V
+tdragonb;"Saint Dragon (bootleg) - Thunder Dragon (bootleg)";256x224@56;V
+teddybb;"TeddyBoy Blues (315-5115, New Ver.)";256x224@60;H
+teddybbo;"TeddyBoy Blues (315-5115, Old Ver.)";256x224@60;H
+teddybbobl;"TeddyBoy Blues (bootleg)";256x224@60;H
+tekipaki;"Teki Paki";320x240@60;H
+teljan;"Tel Jan";320x240@60;H
+tengai;"Tengai (world)";320x224@59;H
+tengaij;"Tengai0Sengoku Blade - sengoku ace episode II";320x224@59;H
+terracre;"Terra Cresta (YM3526 set 1)";256x224@60;V
+terracrea;"Terra Cresta (YM3526 set 3)";256x224@60;V
+terracren;"Terra Cresta (YM2203)";256x224@60;V
+terracreo;"Terra Cresta (YM3526 set 2)";256x224@60;V
+terraf;"Terra Force";320x240@57;H
+terrafb;"Terra Force (Japan, bootleg set 2)";320x240@60;H
+terrafj;"Terra Force (Japan)";320x240@57;H
+terrafjb;"Terra Force (Japan, bootleg with additional Z80)";320x240@60;H
+terrafu;"Terra Force (US)";320x240@57;H
+tetrbx;"Tetris / Bloxeed (Korean System 16 bootleg) (ISG Selec";320x224@60;H
+tetris;"FA Tetris (Kor) - FA Tetris (Kor) - Super Tetris (Kor, SMS Mode?) - Tetris (Jpn) - Tetris (Kor) - Tetris (set 1) - Tetris (set 4, Japan, System 16A, FD1094 317-0093)";320x224@60;H
+tetris1;"Tetris (Pirate?) - Tetris (set 1, Japan, System 16B, FD1094 317-0091)";320x224@60;H
+tetris1d;"Tetris (set 1, Japan, System 16B, FD1094 317-0091 decr";320x224@60;H
+tetris2;"Tetris (set 2, Japan, System 16B, FD1094 317-0092) - Tetris II (Kor)";320x224@60;H
+tetris2d;"Tetris (set 2, Japan, System 16B, FD1094 317-0092 decr";320x224@60;H
+tetris3;"Tetris (set 3, Japan, System 16A, FD1094 317-0093a)";320x224@60;H
+tetris3d;"Tetris (set 3, Japan, System 16A, FD1094 317-0093a dec";320x224@60;H
+tetrisbl;"Tetris (bootleg)";320x224@60;H
+tetrisd;"Tetris (set 4, Japan, System 16A, FD1094 317-0093 decr";320x224@60;H
+tetrisp2;"Tetris Plus 2 (World)";320x224@60;H
+tetrisp2j;"Tetris Plus 2 (Japan, V2.2)";320x224@60;H
+tetrisp2ja;"Tetris Plus 2 (Japan, V2.1)";320x224@60;H
+tetrisse;"Tetris (Japan, System E)";256x192@60;H
+tetrist;"Tetris (Japan, B-System, YM2610)";320x224@60;H
+tetrista;"Tetris (Japan, B-System, YM2203)";320x224@60;H
+tetristh;"Tetris (Japan, Taito H-System)";320x224@60;H
+tetrsark;"Tetris (D.R. Korea)";256x224@60;H
+tgm2;"Tetris the Absolute The Grand Master 2";320x240@60;H
+tgm2p;"Tetris the Absolute The Grand Master 2 Plus";320x240@60;H
+tharrier;"Task Force Harrier";256x224@56;V
+tharrieru;"Task Force Harrier (US?)";256x224@56;V
+thedeep;"The Deep (Japan)";256x248@60;V
+theend;"The End";256x224@60;V
+theends;"The End (Stern)";256x224@60;V
+theglad;"The Gladiator - Road Of The Sword / Shen Jian (V101)";448x224@60;H
+theglad100;"The Gladiator - Road Of The Sword / Shen Jian (V100, T";448x224@60;H
+theglad101;"The Gladiator - Road Of The Sword / Shen Jian (V100)";448x224@60;H
+thegladpcb;"The Gladiator - Road Of The Sword / Shen Jian (V100, J";448x224@60;H
+theglob;"The Glob";272x236@60;V
+theglob2;"The Glob (earlier)";272x236@60;V
+theglob3;"The Glob (set 3)";272x236@60;V
+theglobp;"The Glob (Pac-Man hardware)";288x224@60;V
+thehustl;"The Hustler (Japan, program code M)";256x224@60;V
+thehustlj;"The Hustler (Japan, program code J)";256x224@60;V
+thepitm;"The Pit (bootleg on Moon Quasar hardware)";256x224@60;V
+theroes;"Thunder Heroes";320x224@58;H
+thetogyu;"The Togyu (315-5065, Japan)";256x224@60;H
+thndblst;"Thunder Blaster (Japan)";320x240@60;V
+thndrbld;"Thunder Blade (upright, FD1094 317-0056)";320x224@60;H
+thndrbld1;"Thunder Blade (deluxe/standing, unprotected)";320x224@60;H
+thndrbldd;"Thunder Blade (upright, FD1094 317-0056 decrypted)";320x224@60;H
+thndrx2;"Thunder Cross II (World)";288x224@60;H
+thndrx2a;"Thunder Cross II (Asia)";288x224@60;H
+thndrx2j;"Thunder Cross II (Japan)";288x224@60;H
+thndzone;"Thunder Zone (World, Rev 1)";320x240@60;H
+thndzone4;"Thunder Zone (World 4 Players)";320x240@60;H
+thndzonea;"Thunder Zone (World)";320x240@60;H
+thndzonej;"Thunder Zone (Japan)";320x240@60;H
+thoop;"Thunder Hoop (Ver. 1)";320x240@60;H
+thunderl;"Thunder & Lightning";384x240@60;V
+thunderx;"Thunder Cross (set 1)";288x224@60;H
+thunderxa;"Thunder Cross (set 2)";288x224@60;H
+thunderxb;"Thunder Cross (set 3)";288x224@60;H
+thunderxj;"Thunder Cross (Japan)";288x224@60;H
+thundfox;"Thunder Fox (World)";320x224@60;H
+thundfoxj;"Thunder Fox (Japan)";320x224@60;H
+thundfoxu;"Thunder Fox (US)";320x224@60;H
+tigerh;"Tiger Heli (US)";280x240@60;V
+tigerhb1;"Tiger Heli (bootleg, set 1)";280x240@60;V
+tigerhb2;"Tiger Heli (bootleg, set 2)";280x240@60;V
+tigerhb3;"Tiger Heli (bootleg, set 3)";280x240@60;V
+tigerhj;"Tiger Heli (Japan)";280x240@60;V
+tigeroad;"Tiger Road (US)";256x224@60;H
+tigeroadb;"Tiger Road (US bootleg, set 1)";256x224@60;H
+tigeroadb2;"Tiger Road (US bootleg, set 2)";256x224@60;H
+tigeroadu;"Tiger Road (US, Romstar license)";256x224@60;H
+timefgtr;"Time Fighter (Time Pilot conversion on Galaxian hardwa";256x224@60;V
+timelimt;"Time Limit";256x224@60;V
+timeplt;"Time Pilot - Time Pilot - Time Pilot (Jpn)";256x224@60;V
+timeplta;"Time Pilot (Atari) - Time Pilot (Jpn, Alt)";256x224@60;V
+timepltc;"Time Pilot (Centuri)";256x224@60;V
+timescan;"Time Scanner (set 2, System 16B)";320x224@60;V
+timescan1;"Time Scanner (set 1, System 16A, FD1089B 317-0024)";320x224@60;V
+timesold;"Time Soldiers (Euro, USA, Bra) - Time Soldiers (US Rev 3)";256x224@60;V
+timesold1;"Time Soldiers (US Rev 1)";256x224@60;V
+timesupd;"Time's Up Demo";304x224@59;H
+tiptop;"Tip Top";256x224@60;V
+tkdensho;"Toukidenshou - Angel Eyes (VER. 960614)";320x240@57;H
+tkdenshoa;"Toukidenshou - Angel Eyes (VER. 960427)";320x240@57;H
+tknight;"Tecmo Knight";256x224@60;H
+tmht;"Teenage Mutant Hero Turtles (UK 4 Players, version F)";304x224@60;H
+tmht22pe;"Teenage Mutant Hero Turtles - Turtles in Time (2 Playe";288x224@60;H
+tmht24pe;"Teenage Mutant Hero Turtles - Turtles in Time (4 Playe";288x224@60;H
+tmht2p;"Teenage Mutant Hero Turtles (UK 2 Players, version U)";304x224@60;H
+tmht2pa;"Teenage Mutant Hero Turtles (UK 2 Players, version ?)";304x224@60;H
+tmhta;"Teenage Mutant Hero Turtles (UK 4 Players, version S)";304x224@60;H
+tmhtb;"Teenage Mutant Hero Turtles (UK 4 Players, version ?)";304x224@60;H
+tmnt;"Streets of Rage 2 - Teenage Mutant Ninja Turtles (Hack - Teenage Mutant Ninja Turtles (World 4 Players, version";304x224@60;H
+tmnt2;"Teenage Mutant Ninja Turtles - Turtles in Time (4 Play";288x224@60;H
+tmnt22pu;"Teenage Mutant Ninja Turtles - Turtles in Time (2 Play";288x224@60;H
+tmnt2a;"Teenage Mutant Ninja Turtles - Turtles in Time (4 Play";288x224@60;H
+tmnt2pj;"Teenage Mutant Ninja Turtles (Japan 2 Players, version";304x224@60;H
+tmnt2po;"Teenage Mutant Ninja Turtles (Oceania 2 Players, versi";304x224@60;H
+tmnta;"Teenage Mutant Ninja Turtles (Asia 4 Players, version";304x224@60;H
+tmnti;"Teenage Mutant Ninja Turtles (Intro demo)";304x224@59;H
+tmntia;"Teenage Mutant Ninja Turtles (Intro demo, alt)";304x224@59;H
+tmntj;"Teenage Mutant Ninja Turtles (Japan 4 Players, version";304x224@60;H
+tmntu;"Teenage Mutant Ninja Turtles (US 4 Players, version R)";304x224@60;H
+tmntua;"Teenage Mutant Ninja Turtles (US 4 Players, version J)";304x224@60;H
+tmntub;"Teenage Mutant Ninja Turtles (US 4 Players, version H)";304x224@60;H
+tndrcade;"Thundercade / Twin Formation";384x224@60;V
+tndrcadej;"Tokusyu Butai U.A.G. (Japan)";384x224@60;V
+tnextspc;"The Next Space (set 1)";256x224@60;V
+tnextspc2;"The Next Space (set 2)";256x224@60;V
+tnextspcj;"The Next Space (Japan)";256x224@60;V
+tnk3;"T.N.K III (US)";288x224@60;V
+tnk3j;"T.A.N.K (Japan)";288x224@60;V
+tnzs;"The New Zealand Story - The New Zealand Story (Euro) - The New Zealand Story (Jpn) - The NewZealand Story (World, newer)";256x224@60;H
+tnzsj;"The NewZealand Story (Japan, new version, newer PCB)";256x224@60;H
+tnzsjo;"The NewZealand Story (Japan, old version) (older PCB)";256x224@60;H
+tnzso;"The NewZealand Story (World, old version) (older PCB)";256x224@60;H
+tnzsoa;"The NewZealand Story (World, unknown version) (older P";256x224@60;H
+tnzsop;"The NewZealand Story (World, prototype) (older PCB)";256x224@60;H
+tnzsuo;"The NewZealand Story (US, old version) (older PCB)";256x224@60;H
+todruaga;"The Tower of Druaga (New Ver.)";288x224@60;V
+todruagao;"The Tower of Druaga (Old Ver.)";288x224@60;V
+todruagas;"The Tower of Druaga (Sidam)";288x224@60;V
+toki;"Toki (World, set 1) - Toki - Going Ape Spit ~ JuJu Densetsu (World, Rev. A)";256x224@60;H
+tokia;"Toki (World, set 2)";256x224@60;H
+tokib;"Toki (bootleg)";256x224@60;H
+tokiob;"Tokio / Scramble Formation (bootleg)";256x224@60;V
+tokip;"Toki (US, prototype?)";256x224@60;H
+tokisens;"Toki no Senshi - Chrono Soldier";256x224@60;V
+tokiu;"Toki (US, set 1)";256x224@60;H
+tokiua;"Toki (US, set 2)";256x224@60;H
+toobin;"Toobin' (Atari 68k based)";512x384@60;V
+topgunbl;"Top Gunner (bootleg, Rotary Joystick)";240x224@60;V
+topgunr;"Top Gunner (US, 8-way Joystick)";240x224@60;V
+tophuntr;"Top Hunter - Roddy & Cathy (NGM-046)";320x224@59;H
+tophuntrh;"Top Hunter - Roddy & Cathy (NGH-046)";320x224@59;H
+toppyrap;"Toppy & Rappy";256x224@58;H
+topsecrt;"Top Secret (Japan)";256x224@60;H
+topspeed;"Top Speed (World)";320x240@60;H
+topspeedu;"Top Speed (US)";320x240@60;H
+toramich;"Tora e no Michi - Tora e no Michi (Japan)";256x224@60;H
+toride2g;"Toride II Adauchi Gaiden";320x224@60;H
+toride2gg;"Toride II Adauchi Gaiden (German)";320x224@60;H
+toride2gk;"Toride II Bok Su Oi Jeon Adauchi Gaiden (Korea)";320x224@60;H
+toride2j;"Toride II (Japan)";320x224@60;H
+toryumon;"Toryumon";320x224@60;H
+totc;"Treasure of the Caribbean";304x224@59;H
+toto;"Come Back Toto";256x224@58;H
+touchgok;"Touch & Go (Korea, unprotected)";480x240@60;H
+toutrun;"Turbo Out Run (Out Run upgrade, FD1094 317-0118) - Turbo OutRun (Euro, Jpn)";320x224@60;H
+toutrun1;"Turbo Out Run (deluxe cockpit, FD1094 317-0109)";320x224@60;H
+toutrun3;"Turbo Out Run (cockpit, FD1094 317-0107)";320x224@60;H
+toutrun3d;"Turbo Out Run (cockpit, FD1094 317-0107 decrypted)";320x224@60;H
+toutrund;"Turbo Out Run (Out Run upgrade, FD1094 317-0118 decryp";320x224@60;H
+toutrunj;"Turbo Out Run (Japan, Out Run upgrade, FD1094 317-0117";320x224@60;H
+toutrunj1;"Turbo Out Run (Japan, deluxe cockpit, FD1094 317-0101)";320x224@60;H
+toutrunj1d;"Turbo Out Run (Japan, deluxe cockpit, FD1094 317-0101";320x224@60;H
+toutrunjd;"Turbo Out Run (Japan, Out Run upgrade, FD1094 317-0117";320x224@60;H
+toypop;"Toypop";288x224@60;H
+tp84;"Time Pilot '84 (set 1)";256x224@60;V
+tp84a;"Time Pilot '84 (set 2)";256x224@60;V
+tp84b;"Time Pilot '84 (set 3)";256x224@60;V
+tpgolf;"Top Player's Golf (NGM-003)(NGH-003)";304x224@59;H
+trackfld;"Track & Field - Track & Field 1 (Euro)";256x224@60;H
+trackfldc;"Track & Field (Centuri)";256x224@60;H
+trackfldnz;"Track & Field (NZ bootleg?)";256x224@60;H
+trally;"Thrash Rally (ALM-003)(ALH-003)";320x224@59;H
+transfrm;"Transformer";256x192@60;H
+travrusa;"Traverse USA / Zippy Race";240x256@60;V
+travrusab;"Traverse USA (bootleg)";240x256@60;V
+trckydoc;"Tricky Doc (set 1)";240x224@60;H
+trckydoca;"Tricky Doc (set 2)";240x224@60;H
+treahunt;"Treasure Hunt (bootleg?)";256x224@60;V
+tricktrp;"Trick Trap (World?)";280x224@60;V
+trigon;"Trigon (Japan)";288x224@60;V
+trikitri;"Triki Triki (Lover Boy bootleg)";240x224@60;V
+triothep;"Trio The Punch - Never Forget Me... (World)";256x240@60;H
+triothepj;"Trio The Punch - Never Forget Me... (Japan)";256x240@60;H
+triplep;"Triple Punch (set 1)";256x224@60;V
+triplepa;"Triple Punch (set 2)";256x224@60;V
+triplfun;"Triple Fun";320x224@60;H
+tripool;"Tri-Pool (Casino Tech)";256x224@60;V
+tripoola;"Tri-Pool (Costal Games)";256x224@60;V
+trojan;"Trojan (US set 1)";256x240@60;H
+trojana;"Trojan (US set 2)";256x240@60;H
+trojanb;"Trojan (bootleg)";256x240@60;H
+trojanj;"Tatakai no Banka (Japan)";256x240@60;H
+trojanr;"Trojan (Romstar)";256x240@60;H
+trophyh;"Trophy Hunting - Bear & Moose V1.0";320x240@60;H
+trstar;"Top Ranking Stars (Ver 2.1O 1993/05/21) (New Version)";320x232@60;H
+trstarj;"Top Ranking Stars (Ver 2.1J 1993/05/21) (New Version)";320x232@60;H
+trstaro;"Top Ranking Stars (Ver 2.1O 1993/05/21) (Old Version)";320x232@60;H
+trstaroj;"Top Ranking Stars (Ver 2.1J 1993/05/21) (Old Version)";320x232@60;H
+truxton;"Truxton (Euro, USA) ~ Tatsujin (Jpn) - Truxton0Tatsujin";320x240@57.6;V
+truxton2;"Truxton II0Tatsujin Oh";320x240@60;V
+trvgns;"Trivia Genius";288x224@60;V
+trvmstr;"Trivia Master (set 1)";288x224@60;V
+trvmstra;"Trivia Master (set 2)";288x224@60;V
+trvmstrb;"Trivia Master (set 3)";288x224@60;V
+trvmstrc;"Trivia Master (set 4)";288x224@60;V
+tsamurai;"Samurai Nihon-Ichi (set 1)";256x224@60;V
+tsamurai2;"Samurai Nihon-Ichi (set 2)";256x224@60;V
+tsamuraih;"Samurai Nihon-Ichi (bootleg, harder)";256x224@60;V
+tshingen;"Shingen Samurai-Fighter (Japan, English)";256x224@60;H
+tshingena;"Takeda Shingen (Japan, Japanese)";256x224@60;H
+tst_galx;"Galaxian Test ROM";256x224@60;V
+ttmahjng;"T.T Mahjong";256x256@60;H
+tturf;"Tough Turf (set 2, Japan, 8751 317-0104)";320x224@60;H
+tturfu;"Tough Turf (set 1, US, 8751 317-0099)";320x224@60;H
+tubeit;"Tube-It";320x224@60;H
+tumbleb;"Tumble Pop (bootleg set 1)";320x240@58;H
+tumbleb2;"Tumble Pop (bootleg set 2)";320x240@58;H
+tumblep;"Tumble Pop (World)";320x240@58;H
+tumblepj;"Tumble Pop (Japan)";320x240@58;H
+turbofrc;"Turbo Force (World)";352x240@60;V
+turbofrcu;"Turbo Force (US)";352x240@60;V
+turfmast;"Neo Turf Masters / Big Tournament Golf";304x224@59;H
+turkhunt;"Turkey Hunting USA V1.0";320x240@60;H
+turpin;"Turpin";256x224@60;V
+turpins;"Turpin (bootleg on Scramble hardware)";256x224@60;V
+turtles;"Turtles";256x224@60;V
+turtship;"Turtle Ship (North America)";384x224@60;H
+turtshipj;"Turtle Ship (Japan)";384x224@60;H
+turtshipk;"Turtle Ship (Korea)";384x224@60;H
+turtshipkn;"Turtle Ship (Korea, 88/9)";384x224@60;H
+turtshipko;"Turtle Ship (Korea, older)";384x224@60;H
+tutankhm;"Tutankham - Tutankham";256x224@60;V
+tutankhms;"Tutankham (Stern Electronics)";256x224@60;V
+twinactn;"Twin Action";256x224@56;H
+twinadv;"Twin Adventure (World)";256x224@58;H
+twinadvk;"Twin Adventure (Korea)";256x224@58;H
+twinbee;"Detana!! Twinbee - Twin Bee (Jpn) - TwinBee (ROM version)";256x224@60;V
+twinbrat;"Twin Brats (set 1)";334x240@58;H
+twinbrata;"Twin Brats (set 2)";334x240@58;H
+twincobr;"Twin Cobra (USA) - Twin Cobra (World)";320x240@54.9;V
+twincobru;"Twin Cobra (US)";320x240@54.9;V
+twineag2;"Twin Eagle II - The Rescue Mission";336x240@60.2;V
+twineagl;"Twin Eagle - Revenge Joe's Brother";384x224@60;V
+twinfalc;"Twin Falcons";384x224@60;H
+twinhawk;"Twin Hawk (Euro) ~ Daisenpuu (Jpn) - Twin Hawk (World)";384x224@60;V
+twinhawku;"Twin Hawk (US)";384x224@60;V
+twinkle;"Twinkle";256x224@58;H
+twinqix;"Twin Qix (Ver 1.0A 1995/01/17) (Prototype)";320x224@60;H
+twinspri;"Twinkle Star Sprites";304x224@59;H
+twocrude;"Two Crude (US FT revision 1) - Two Crude Dudes (Euro)";256x240@58;H
+twocrudea;"Two Crude (US FT version)";256x240@58;H
+tws96;"Tecmo World Soccer '96";304x224@59;H
+typhoon;"Typhoon";304x224@60;V
+uballoon;"Ultra Balloon";256x224@60;H
+uccops;"Undercover Cops (World)";320x240@60;H
+uccopsar;"Undercover Cops (Alpha Renewal Version)";320x240@60;H
+uccopsj;"Undercover Cops (Japan)";320x240@60;H
+uccopsu;"Undercover Cops (US)";320x240@60;H
+uecology;"Ultimate Ecology (931203 Japan)";384x224@60;H
+ufosensi;"Ufo Senshi Yohko Chan (MC-8123, 317-0064)";256x224@60;H
+ultraman;"Ultraman (Japan) - Ultraman (Jpn) - Ultraman (Jpn)";288x224@60;H
+ultrax;"Ultra X Weapons / Ultra Keibitai";336x240@60;V
+ultraxg;"Ultra X Weapons / Ultra Keibitai (GAMEST review build)";336x240@60;V
+umanclub;"Ultraman Club - Tatakae! Ultraman Kyoudai!!";384x240@60;H
+unclepoo;"Uncle Poo";256x224@60;V
+uniwars;"UniWar S";256x224@60;V
+uniwarsa;"UniWar S (bootleg)";256x224@60;V
+unkpacg;"unknown Pac-Man gambling game";256x224@60;H
+unsquad;"U.N. Squadron (US)";384x224@60;H
+uopoko;"Puzzle Uo Poko (International, ver. 98/02/06)";320x240@58;H
+uopokoj;"Puzzle Uo Poko (Japan, ver. 98/02/06)";320x240@58;H
+upndown;"Up'n Down - Up'n Down (315-5030)";256x224@60;V
+upndownu;"Up'n Down (not encrypted)";256x224@60;V
+usclssic;"U.S. Classic";384x240@60;V
+usg182;"Games V18.2";400x256@60;H
+usg185;"Games V18.5";400x256@60;H
+usg187c;"Games V18.7C";400x256@60;H
+usg32;"Super Duper Casino (California V3.2)";400x256@60;H
+usg82;"Super Ten V8.2";400x256@60;H
+usg83x;"Super Ten V8.3X";400x256@60;H
+usgames;"Games V25.4X";400x256@60;H
+utoukond;"Ultra Toukon Densetsu (Japan)";384x224@60;H
+valkyrie;"Valkyrie No Densetsu (Japan) - Walkuere no Densetsu";288x224@60;V
+vampj;"Vampire - the night warriors (940705 Japan)";384x224@60;H
+vampja;"Vampire - the night warriors (940705 Japan, alt)";384x224@60;H
+vampjr1;"Vampire - the night warriors (940630 Japan)";384x224@60;H
+vandyke;"Vandyke (Japan)";256x224@56;V
+vandykeb;"Vandyke (bootleg with PIC16c57)";256x224@56;V
+vandykejal;"Vandyke (Jaleco, Set 1)";256x224@56;V
+vandykejal2;"Vandyke (Jaleco, Set 2)";256x224@56;V
+vangrd2;"Vanguard II";288x216@60;V
+vanvan;"Van-Van Car";256x224@60;V
+vanvanb;"Van-Van Car (set 3)";256x224@60;V
+vanvank;"Van-Van Car (Karateco)";256x224@60;V
+vaportra;"Vapor Trail - Hyper Offence Formation (World revision";256x240@58;V
+vaportra3;"Vapor Trail - Hyper Offence Formation (World revision";256x240@58;V
+vaportrau;"Vapor Trail - Hyper Offence Formation (US)";256x240@58;V
+varth;"Varth - operation thunderstorm (920714 etc)";384x224@60;V
+varthb;"Varth - operation thunderstorm (bootleg, 920612 etc)";384x224@60;V
+varthj;"Varth - operation thunderstorm (920714 Japan)";384x224@60;V
+varthjr;"Varth - operation thunderstorm (920714 Japan Resale Ve";384x224@60;V
+varthr1;"Varth - operation thunderstorm (920612 etc)";384x224@60;V
+varthu;"Varth - operation thunderstorm (920612 USA)";384x224@60;V
+vasara;"Vasara";336x240@60;V
+vasara2;"Vasara 2 (set 1)";336x240@60;V
+vasara2a;"Vasara 2 (set 2)";336x240@60;V
+vastar;"Vastar (set 1)";256x224@60;V
+vastar2;"Vastar (set 2)";256x224@60;V
+vastar3;"Vastar (set 3)";256x224@60;V
+vastar4;"Vastar (set 4)";256x224@60;V
+vautour;"Vautour (bootleg of Phoenix) (8085A CPU)";256x208@60;V
+vautourz;"Vautour (bootleg of Phoenix) (Z80 CPU)";256x208@60;V
+vautourza;"Vautour (bootleg of Phoenix) (Z80 CPU, single PROM)";256x208@60;V
+vblokbrk;"VS Block Breaker (Europe)";320x240@60;H
+vblokbrka;"VS Block Breaker (Asia)";320x240@60;H
+vendetta;"Vendetta (World, 4 Players ver. T)";304x224@60;H
+vendetta2p;"Vendetta (World, 2 Players ver. W)";304x224@60;H
+vendetta2pd;"Vendetta (Asia, 2 Players ver. D)";304x224@60;H
+vendetta2peba;"Vendetta (World, 2 Players ver. EB-A?)";304x224@60;H
+vendetta2pu;"Vendetta (Asia, 2 Players ver. U)";304x224@60;H
+vendetta2pun;"Vendetta (World, 2 Players ver. ?)";304x224@60;H
+vendettaj;"Crime Fighters 2 (Japan, 2 Players ver. P)";304x224@60;H
+vendettar;"Vendetta (US, 4 Players ver. R)";304x224@60;H
+vendettaz;"Vendetta (Asia, 4 Players ver. Z)";304x224@60;H
+venus;"Venus";256x224@60;V
+vfive;"V-Five (Japan) - V-Five (Jpn)";320x240@60;V
+vhunt2;"Vampire Hunter 2 - darkstalkers revenge (970929 Japan)";384x224@60;H
+vhunt2d;"Vampire Hunter 2 - darkstalkers revenge (970913 Japan";384x224@60;H
+vhunt2r1;"Vampire Hunter 2 - darkstalkers revenge (970913 Japan)";384x224@60;H
+vhuntj;"Vampire Hunter - darkstalkers' revenge (950316 Japan)";384x224@60;H
+vhuntjr1;"Vampire Hunter - darkstalkers' revenge (950307 Japan)";384x224@60;H
+vhuntjr1s;"Vampire Hunter - darkstalkers' revenge (950307 Japan s";384x224@60;H
+vhuntjr2;"Vampire Hunter - darkstalkers' revenge (950302 Japan)";384x224@60;H
+victroad;"Victory Road";288x216@60;V
+viewpoin;"Viewpoint - Viewpoint (USA)";304x224@59;H
+vigilant;"Vigilante - Vigilante - Vigilante (Euro, USA, Bra) - Vigilante (Kor) - Vigilante (World, Rev E)";256x256@55;H
+vigilanta;"Vigilante (World, Rev A)";256x256@55;H
+vigilantb;"Vigilante (US, Rev B)";256x256@55;H
+vigilantbl;"Vigilante (bootleg)";256x256@55;H
+vigilantc;"Vigilante (World, Rev C)";256x256@55;H
+vigilantd;"Vigilante (Japan, Rev D)";256x256@55;H
+vigilantg;"Vigilante (US, Rev G)";256x256@55;H
+vigilanto;"Vigilante (US)";256x256@55;H
+vimana;"Vimana (World, set 1)";320x240@58;V
+vimanaj;"Vimana (Japan)";320x240@58;V
+vimanan;"Vimana (World, set 2)";320x240@58;V
+viofight;"Violence Fight (World)";320x224@60;H
+viofightj;"Violence Fight (Japan)";320x224@60;H
+viofightu;"Violence Fight (US)";320x224@60;H
+viostorm;"Violent Storm (ver EAC)";384x224@60;H
+viostorma;"Violent Storm (ver AAC)";384x224@60;H
+viostormab;"Violent Storm (ver AAB)";384x224@60;H
+viostormeb;"Violent Storm (ver EAB)";384x224@60;H
+viostormj;"Violent Storm (ver JAC)";384x224@60;H
+viostormu;"Violent Storm (ver UAC)";384x224@60;H
+viostormub;"Violent Storm (ver UAB)";384x224@60;H
+vliner;"V-Liner (set 1)";304x224@59;H
+vlinero;"V-Liner (set 2)";304x224@59;H
+vmetal;"Varia Metal";320x224@60;V
+vmetaln;"Varia Metal (New Ways Trading Co.)";320x224@60;V
+volfied;"Volfied - Volfied (Jpn) - Volfied (World, revision 1)";320x240@60;V
+volfiedj;"Volfied (Japan, revision 1)";320x240@60;V
+volfiedjo;"Volfied (Japan)";320x240@60;V
+volfiedu;"Volfied (US, revision 1)";320x240@60;V
+vpool;"Video Pool (bootleg on Moon Cresta hardware)";256x224@60;V
+vsav;"Vampire Savior - the lord of vampire (970519 Euro)";384x224@60;H
+vsav2;"Vampire Savior 2 - the lord of vampire (970913 Japan)";384x224@60;H
+vsav2d;"Vampire Savior 2 - the lord of vampire (970913 Japan P";384x224@60;H
+vsava;"Vampire Savior - the lord of vampire (970519 Asia)";384x224@60;H
+vsavd;"Vampire Savior - the lord of vampire (970519 Euro Phoe";384x224@60;H
+vsavh;"Vampire Savior - the lord of vampire (970519 Hispanic)";384x224@60;H
+vsavj;"Vampire Savior - the lord of vampire (970519 Japan)";384x224@60;H
+vsavu;"Vampire Savior - the lord of vampire (970519 USA)";384x224@60;H
+vsgongf;"VS Gong Fight";256x224@60;V
+vulcan;"Vulcan Venture (New)";320x224@60;H
+vulcana;"Vulcan Venture (Old)";320x224@60;H
+vulcanb;"Vulcan Venture (Oldest)";320x224@60;H
+vulgus;"Vulgus (set 1)";256x224@60;V
+vulgusa;"Vulgus (set 2)";256x224@60;V
+vulgusj;"Vulgus (Japan?)";256x224@60;V
+wakuwak7;"Waku Waku 7";304x224@59;H
+wallc;"Wall Crash (set 1)";256x256@60;H
+wallca;"Wall Crash (set 2)";256x256@60;H
+wanted;"Wanted - Wanted (Euro, USA, Bra)";256x224@60;V
+wardner;"Wardner (USA) - Wardner (World)";320x240@60;H
+wardnerj;"Wardner no Mori (Japan) - Wardner no Mori Special (Jpn)";320x240@60;H
+warofbug;"War of the Bugs or Monsterous Manouvers in a Mushroom";256x224@60;V
+warofbugu;"War of the Bugs or Monsterous Manouvers in a Mushroom";256x224@60;V
+warpwarp;"Warp & Warp - Warp & Warp (Jpn)";272x224@60;V
+warpwarpr;"Warp Warp (Rock-Ola set 1)";272x224@60;V
+warpwarpr2;"Warp Warp (Rock-Ola set 2)";272x224@60;V
+warriorb;"Warrior Blade - Rastan Saga Episode III (Japan)";240x640@60;V
+warzard;"War-Zard / Red Earth (Japan 961121)";384x224@60;H
+warzardr1;"War-Zard / Red Earth (Japan 961023)";384x224@60;H
+watrball;"Water Balls";384x240@60;H
+wb3;"Wonder Boy III - Monster Lair (set 6, World, System 16";320x224@60;H
+wb31;"Wonder Boy III - Monster Lair (set 1, Japan, System 16";320x224@60;H
+wb31d;"Wonder Boy III - Monster Lair (set 1, Japan, System 16";320x224@60;H
+wb32;"Wonder Boy III - Monster Lair (set 2, Japan, System 16";320x224@60;H
+wb32d;"Wonder Boy III - Monster Lair (set 2, Japan, System 16";320x224@60;H
+wb33;"Wonder Boy III - Monster Lair (set 3, World, System 16";320x224@60;H
+wb33d;"Wonder Boy III - Monster Lair (set 3, World, System 16";320x224@60;H
+wb34;"Wonder Boy III - Monster Lair (set 4, Japan, System 16";320x224@60;H
+wb34d;"Wonder Boy III - Monster Lair (set 4, Japan, System 16";320x224@60;H
+wb35;"Wonder Boy III - Monster Lair (set 5, Japan, System 16";320x224@60;H
+wb35d;"Wonder Boy III - Monster Lair (set 5, Japan, System 16";320x224@60;H
+wbdeluxe;"Wonder Boy Deluxe";256x224@60;H
+wbml;"Wonder Boy in Monster Land (Japan New Ver., MC-8123, 3";256x224@60;H
+wbmlb;"Wonder Boy in Monster Land (English bootleg set 1)";256x224@60;H
+wbmljb;"Wonder Boy in Monster Land (Japan not encrypted)";256x224@60;H
+wbmljo;"Wonder Boy in Monster Land (Japan Old Ver., MC-8123, 3";256x224@60;H
+wbmlvc;"Wonder Boy in Monster Land (English, Virtual Console)";256x224@60;H
+wboy;"Wonder Boy (Euro) - Wonder Boy (Euro, USA, Bra, v1) - Wonder Boy (Jpn, v1) - Wonder Boy (set 1, 315-5177)";256x224@60;H
+wboy2;"Wonder Boy (set 2, 315-5178)";256x224@60;H
+wboy2u;"Wonder Boy (set 2, not encrypted)";256x224@60;H
+wboy3;"Wonder Boy (set 3, 315-5135) - Wonder Boy III - Monster Lair (Euro) ~ Monster Lair (J - Wonder Boy III - The Dragon's Trap (Euro, USA, Kor)";256x224@60;H
+wboy4;"Wonder Boy (set 4, 315-5162)";256x224@60;H
+wboy5;"Wonder Boy (set 5, bootleg) - Wonder Boy V - Monster World III (Jpn, Kor)";256x224@60;H
+wboyo;"Wonder Boy (set 1, 315-5135)";256x224@60;H
+wboyu;"Wonder Boy (not encrypted)";256x224@60;H
+wc90;"World Cup '90 (World)";256x224@59;H
+wc90a;"World Cup '90 (Euro set 1)";256x224@59;H
+wc90b;"World Cup '90 (Euro set 2)";256x224@59;H
+wc90b1;"Euro League (Italian hack of Tecmo World Cup '90)";256x224@60;H
+wc90b2;"World Cup '90 (bootleg, set 1)";256x224@60;H
+wc90b3;"World Cup '90 (bootleg, set 2)";256x224@60;H
+wc90b4;"World Cup '90 (bootleg, set 3)";256x224@60;H
+wc90ba;"Euro League (Italian hack of Tecmo World Cup '90 - alt";256x224@60;H
+wc90t;"World Cup '90 (trackball)";256x224@59;H
+welltris;"Welltris - Alexey Pajitnov's (World?, 2 players)";352x240@60;H
+welltrisj;"Welltris - Alexey Pajitnov's (Japan, 2 players)";352x240@60;H
+wh1;"World Heroes (ALM-005)";320x224@59;H
+wh1h;"World Heroes (ALH-005)";320x224@59;H
+wh1ha;"World Heroes (set 3)";320x224@59;H
+wh2;"World Heroes 2 (ALM-006)(ALH-006)";304x224@59;H
+wh2j;"World Heroes 2 Jet (ADM-007)(ADH-007)";304x224@59;H
+wh2ja;"World Heroes 2 Jet (ADM-007)";304x224@59;H
+wheelrun;"Wheels Runner";256x224@60;H
+whizz;"Whizz";384x224@60;H
+whoopee;"Pipi & Bibis / Whoopee!! (Teki Paki hardware)";320x240@60;H
+whp;"World Heroes Perfect";320x224@59;H
+wiggie;"Wiggie Waggie";384x240@60;V
+wildfang;"Wild Fang / Tecmo Knight";256x224@60;H
+willow;"Willow (World)";384x224@60;H
+willowj;"Willow (Japan, Japanese)";384x224@60;H
+willowu;"Willow (USA)";384x224@60;H
+willowuo;"Willow (USA Old Ver.)";384x224@60;H
+wilytowr;"Wily Tower";256x224@60;H
+wingforc;"Wing Force (Japan, prototype)";320x224@60;V
+wintbob;"The Winter Bobble (bootleg)";256x224@58;H
+wiping;"Wiping";288x224@60;V
+wits;"Wit's (Japan)";384x240@60;H
+wiz;"Lizard Wizard - Magical Kid Wiz (Jpn) - Magical Kid Wiz (Tw) - Wiz";256x224@60;V
+wizdfire;"Wizard Fire (Over Sea v2.1)";320x240@58;H
+wizdfireu;"Wizard Fire (US v1.1)";320x240@58;H
+wizt;"Wiz (Taito, set 1)";256x224@60;V
+wizta;"Wiz (Taito, set 2)";256x224@60;V
+wjammers;"Windjammers / Flying Power Disc";304x224@59;H
+wldcourt;"World Court (Japan)";288x224@60;H
+wlstar;"Wonder League Star - Sok-Magicball Fighting (Korea)";320x240@60;H
+wmatch;"Water Match (315-5064)";240x224@60;V
+wndrmomo;"Wonder Momo";288x224@60;H
+wndrplnt;"Wonder Planet (Japan)";256x248@60;V
+wof;"Warriors of Fate (921031 etc)";384x224@60;H
+wof3js;"Sangokushi II: San Jian Sheng (Chinese bootleg set 1,";384x224@60;H
+wof3jsa;"Sangokushi II: San Jian Sheng (Chinese bootleg set 2,";384x224@60;H
+wof3sj;"Sangokushi II: San Sheng Jian (Chinese bootleg set 1,";384x224@60;H
+wof3sja;"Sangokushi II: San Sheng Jian (Chinese bootleg set 2,";384x224@60;H
+wofa;"Sangokushi II (921005 Asia)";384x224@60;H
+wofah;"Sangokushi II (hack set 1, 921005 Asia)";384x224@60;H
+wofaha;"Sangokushi II (hack set 2, 921005 Asia)";384x224@60;H
+wofahb;"Sangokushi II (hack set 3, 921005 Asia)";384x224@60;H
+wofb;"Warriors of Fate (bootleg, 921002 etc)";384x224@60;H
+wofch;"Tenchi wo Kurau II - Sekiheki no Tatakai (CPS Changer,";384x224@60;H
+wofchdx;"Sangokushi III Gaiden: Kakou-On's Revenge DX (hack)";384x224@60;H
+wofh;"Sangokushi II: Sanguo Yingxiong Zhuan (Chinese bootleg";384x224@60;H
+wofha;"Sangokushi II: Sanguo Yingxiong Zhuan (Chinese bootleg";384x224@60;H
+wofhfh;"Sangokushi II: Huo Fenghuang (Chinese bootleg, 921005";384x224@60;H
+wofj;"Tenchi wo Kurau II - Sekiheki no Tatakai (921031 Japan";384x224@60;H
+wofjh;"Tenchi wo Kurau II - Sekiheki no Tatakai (hack, 921031";384x224@60;H
+wofr1;"Warriors of Fate (921002 etc)";384x224@60;H
+wofsj;"Sangokushi II: Sheng Jian Sanguo (Chinese bootleg set";384x224@60;H
+wofsja;"Sangokushi II: Sheng Jian Sanguo (Chinese bootleg set";384x224@60;H
+wofsjb;"Sangokushi II: Sheng Jian Sanguo (Chinese bootleg set";384x224@60;H
+wofsjc;"Sangokushi II: Sheng Jian Sanguo (Chinese bootleg set";384x224@60;H
+wofu;"Warriors of Fate (921031 USA)";384x224@60;H
+wolffang;"Wolf Fang -Kuhga 2001- (Japan)";320x240@58;H
+wonder3;"Wonder 3 (910520 Japan)";384x224@60;H
+wondl96;"Wonder League '96 (Korea)";320x240@60;H
+wondstck;"Wonder Stick (set 1)";320x240@60;H
+wondstcka;"Wonder Stick (set 2, censored)";320x240@60;H
+woodpeca;"Woodpecker (set 2)";288x224@60;V
+woodpeck;"Woodpecker (set 1)";288x224@60;V
+worldwar;"World Wars (World?)";400x224@60;V
+wownfant;"WOW New Fantasia";256x224@60;H
+wrally;"World Rally (Version 1.0, Checksum 0E56)";368x232@60;H
+wrallya;"World Rally (Version 1.0, Checksum 3873)";368x232@60;H
+wrallyat;"World Rally (US, 930217)";368x232@60;H
+wrallyb;"World Rally (Version 1.0, Checksum 8AA2)";368x232@60;H
+wrestwar;"Wrestle War (Euro, Jpn) - Wrestle War (set 3, World, 8751 317-0103)";320x224@60;V
+wrestwar1;"Wrestle War (set 1, Japan, FD1094 317-0090)";320x224@60;V
+wrestwar1d;"Wrestle War (set 1, Japan, FD1094 317-0090 decrypted)";320x224@60;V
+wrestwar2;"Wrestle War (set 2, World, FD1094 317-0102)";320x224@60;V
+wrestwar2d;"Wrestle War (set 2, World, FD1094 317-0102 decrypted)";320x224@60;V
+wrofaero;"War of Aero - Project MEIOU";384x240@60;V
+ws;"Jaws (Spa?) - Jimmy White's Whirlwind Snooker (Euro) - News (set 1) - Super World Stadium (Japan) - World Stadium (Japan)";288x224@60;H
+ws89;"World Stadium '89 (Japan)";288x224@60;H
+ws90;"World Stadium '90 (Japan)";288x224@60;H
+wschamp;"Wing Shooting Championship V2.00";320x240@60;H
+wschampa;"Wing Shooting Championship V1.01";320x240@60;H
+wschampb;"Wing Shooting Championship V1.00";320x240@60;H
+wwallyj;"Wally wo Sagase! (rev B, Japan, FD1094 317-0197B)";320x224@60;H
+wwallyja;"Wally wo Sagase! (rev A, Japan, FD1094 317-0197A)";320x224@60;H
+wwallyjad;"Wally wo Sagase! (rev A, Japan, FD1094 317-0197A decry";320x224@60;H
+wwallyjd;"Wally wo Sagase! (rev B, Japan, FD1094 317-0197B decry";320x224@60;H
+wwfsstar;"WWF Superstars (Europe)";256x240@60;H
+wwfsstarb;"WWF Superstars (bootleg)";256x240@60;H
+wwfsstarj;"WWF Superstars (Japan)";256x240@60;H
+wwfsstaru;"WWF Superstars (US, newer)";256x240@60;H
+wwfsstarua;"WWF Superstars (US)";256x240@60;H
+wwfwfest;"WWF WrestleFest (World)";320x240@60;H
+wwfwfestb;"WWF WrestleFest (US bootleg)";320x240@60;H
+wwfwfestj;"WWF WrestleFest (Japan)";320x240@60;H
+wwfwfestk;"WWF WrestleFest (Korea)";320x240@60;H
+wwfwfestu;"WWF WrestleFest (US)";320x240@60;H
+wwjgtin;"Wai Wai Jockey Gate-In!";256x224@60;H
+wyvernf0;"Wyvern F-0";256x224@60;V
+xexex;"Xexex (ver EAA)";384x256@54;H
+xexexa;"Xexex (ver AAA)";384x256@54;H
+xexexj;"Xexex (ver JAA)";384x256@54;H
+xmcota;"X-Men - children of the atom (950331 Euro)";384x224@60;H
+xmcotaa;"X-Men - children of the atom (950105 Asia)";384x224@60;H
+xmcotaar1;"X-Men - children of the atom (941217 Asia)";384x224@60;H
+xmcotah;"X-Men - children of the atom (950331 Hispanic)";384x224@60;H
+xmcotahr1;"X-Men - children of the atom (950105 Hispanic)";384x224@60;H
+xmcotaj;"X-Men - children of the atom (950105 Japan)";384x224@60;H
+xmcotaj1;"X-Men - children of the atom (941222 Japan)";384x224@60;H
+xmcotaj2;"X-Men - children of the atom (941219 Japan)";384x224@60;H
+xmcotaj3;"X-Men - children of the atom (941217 Japan)";384x224@60;H
+xmcotajr;"X-Men - children of the atom (941208 Japan, rent versi";384x224@60;H
+xmcotar1;"X-Men - children of the atom (950105 Euro)";384x224@60;H
+xmcotar1d;"X-Men - children of the atom (950105 Euro Phoenix Edit";384x224@60;H
+xmcotau;"X-Men - children of the atom (950105 USA)";384x224@60;H
+xmen;"Spider-Man and the X-Men in Arcade's Revenge (USA) - Spider-Man and X-Men - Arcade's Revenge (Euro, USA) - X-Men (4 Players ver UBB) - X-Men (Euro) - X-Men (USA)";288x224@60;H
+xmen2pa;"X-Men (2 Players ver AAA)";288x224@60;H
+xmen2pe;"X-Men (2 Players ver EAA)";288x224@60;H
+xmen2pj;"X-Men (2 Players ver JAA)";288x224@60;H
+xmen2pu;"X-Men (2 Players ver UAB)";288x224@60;H
+xmena;"X-Men (4 Players ver AEA)";288x224@60;H
+xmenaa;"X-Men (4 Players ver ADA)";288x224@60;H
+xmene;"X-Men (4 Players ver EBA)";288x224@60;H
+xmenj;"X-Men (4 Players ver JBA)";288x224@60;H
+xmultipl;"X Multiply (World, M81)";384x256@55;H
+xmultiplm72;"X Multiply (Japan, M72)";384x256@55;H
+xmvsf;"X-Men vs Street Fighter (961004 Euro)";384x224@60;H
+xmvsfa;"X-Men vs Street Fighter (961023 Asia)";384x224@60;H
+xmvsfar1;"X-Men vs Street Fighter (961004 Asia)";384x224@60;H
+xmvsfar2;"X-Men vs Street Fighter (960919 Asia)";384x224@60;H
+xmvsfar3;"X-Men vs Street Fighter (960910 Asia)";384x224@60;H
+xmvsfb;"X-Men vs Street Fighter (961023 Brazil)";384x224@60;H
+xmvsfh;"X-Men vs Street Fighter (961004 Hispanic)";384x224@60;H
+xmvsfj;"X-Men vs Street Fighter (961023 Japan)";384x224@60;H
+xmvsfjr1;"X-Men vs Street Fighter (961004 Japan)";384x224@60;H
+xmvsfjr2;"X-Men vs Street Fighter (960910 Japan)";384x224@60;H
+xmvsfjr3;"X-Men vs Street Fighter (960909 Japan)";384x224@60;H
+xmvsfr1;"X-Men vs Street Fighter (960910 Euro)";384x224@60;H
+xmvsfu;"X-Men vs Street Fighter (961023 USA)";384x224@60;H
+xmvsfu1d;"X-Men vs Street Fighter (961004 USA Phoenix Edition)";384x224@60;H
+xmvsfur1;"X-Men vs Street Fighter (961004 USA)";384x224@60;H
+xmvsfur2;"X-Men vs Street Fighter (960910 USA)";384x224@60;H
+xorworld;"Xor World (prototype)";256x224@60;H
+xsleena;"Xain'd Sleena (World)";256x240@60;H
+xsleenaj;"Xain'd Sleena (Japan)";256x240@60;H
+xxmissio;"XX Mission";512x192@60;V
+yamagchi;"Go Go Mr. Yamaguchi / Yuke Yuke Yamaguchi-kun";256x224@60;V
+yamato;"Yamato (Euro, Jpn) - Yamato (US)";256x224@60;V
+yamato2;"Yamato (World?)";256x224@60;V
+yanchamr;"Kaiketsu Yanchamaru (Japan)";384x256@60;H
+yankeedo;"Yankee DO!";240x192@60;V
+yesnoj;"Yes/No Sinri Tokimeki Chart";320x224@60;H
+yiear;"Yie Ar Kung-Fu (Jpn) - Yie Ar Kung-Fu (program code I) - Yie Ar Kung-Fu (Tw)";256x224@60;H
+yiear2;"Yie Ar Kung-Fu (program code G) - Yie Ar Kung-Fu II - The Emperor Yie-Gah (Jpn)";256x224@60;H
+yieartf;"Yie Ar Kung-Fu (GX361 conversion)";256x224@60;H
+youjyudn;"Youjyuden (Japan)";256x256@60;V
+youkaidk1;"Yokai Douchuuki (Japan, old version (YD1))";288x224@60;H
+youkaidk2;"Yokai Douchuuki (Japan, new version (YD2, Rev B))";288x224@60;H
+youma;"Youma Ninpou Chou (Japan)";256x224@60;V
+youma2;"Youma Ninpou Chou (Japan, alt)";256x224@60;V
+yukiwo;"Yukiwo (World, prototype)";320x224@60;V
+yuyugogo;"Yuuyu no Quiz de GO!GO! (Japan)";320x224@60;H
+zaviga;"Zaviga";256x240@60;V
+zavigaj;"Zaviga (Japan)";256x240@60;V
+zaxxon;"Super Zaxxon - Zaxxon - Zaxxon (Jpn) - Zaxxon (Jpn) - Zaxxon (set 1, rev D)";256x224@60;V
+zaxxon2;"Zaxxon (set 2, unknown rev)";256x224@60;V
+zaxxon3;"Zaxxon (set 3, unknown rev)";256x224@60;V
+zaxxonb;"Jackson";256x224@60;V
+zaxxonj;"Zaxxon (Japan)";256x224@60;V
+zedblade;"Zed Blade / Operation Ragnarok";304x224@59;H
+zeropnt;"Zero Point (set 1)";384x224@60;H
+zeropnt2;"Zero Point 2";384x224@60;H
+zeropnta;"Zero Point (set 2)";384x224@60;H
+zeropntj;"Zero Point (Japan)";384x224@60;H
+zeroteam;"New Zero Team (V33 SYSTEM TYPE_B hardware) - Zero Team USA (set 1, US, Fabtek license)";320x256@55;H
+zeroteama;"New Zero Team (V33 SYSTEM TYPE_B hardware, China?) - Zero Team (set 2, Japan? (earlier?))";320x256@55;H
+zeroteamb;"Zero Team (set 3, Japan? (later batteryless))";320x256@55;H
+zeroteamc;"Zero Team (set 4, Taiwan, Liang Hwa license)";320x256@55;H
+zeroteamd;"Zero Team (set 5, Korea, Dream Soft license)";320x256@55;H
+zeroteams;"Zero Team Selection";320x256@55;H
+zeroteamsr;"Zero Team Suicide Revival Kit";320x256@55;H
+zerotime;"Zero Time";256x224@60;V
+zerotimed;"Zero Time (Datamat)";256x224@60;V
+zerotm2k;"Zero Team 2000";320x256@55;H
+zerowing;"Zero Wing (2P set) - Zero Wing (Euro)";320x240@60;H
+zerowing1;"Zero Wing (1P set)";320x240@60;H
+zerowingw;"Zero Wing (2P set, Williams Electronics)";320x240@60;H
+zerozone;"Zero Zone";368x224@60;H
+zigzagb;"Zig Zag (Galaxian hardware, set 1)";256x224@60;V
+zigzagb2;"Zig Zag (Galaxian hardware, set 2)";256x224@60;V
+zin;"Zing Zing Zip";384x240@60;V
+zintrckb;"Zintrick / Oshidashi Zentrix (hack / bootleg)";304x224@59;H
+zintrkcd;"Zintrick / Oshidashi Zentrix (Neo CD conversion)";304x224@59;H
+zipzap;"Zip & Zap";256x224@60;V
+zoar;"Zoar";256x240@60;V
+zodiack;"Zodiack";256x224@60;V
+zombraid;"Zombie Raid (9/28/95, US)";384x240@60;H
+zombraidp;"Zombie Raid (9/28/95, US, prototype PCB)";384x240@60;H
+zombraidpj;"Zombie Raid (9/28/95, Japan, prototype PCB)";384x240@60;H
+zupapa;"Zupapa!";304x224@59;H
+zzyzzyxx;"Zzyzzyxx (set 1)";256x224@60;V
+zzyzzyxx2;"Zzyzzyxx (set 2)";256x224@60;V
diff --git a/opt/retropie/configs/all/autostart.sh b/opt/retropie/configs/all/autostart.sh
new file mode 100755
index 0000000..b7e6f1c
--- /dev/null
+++ b/opt/retropie/configs/all/autostart.sh
@@ -0,0 +1,79 @@
+#!/bin/bash
+
+# script for preparing RetroPieRGB config script
+
+
+
+rgb_config=/home/pi/rgb_config.sh
+rgb_default_config=/home/pi/rgb_default_config.sh
+config=/boot/config.txt
+log=/home/pi/log.txt
+
+rm $log > /dev/null
+# read config.txt and put all config parameters for RetroPieRGB Parameters to
+# rgb_config
+
+
+function pikeyd165_start ()
+{
+ sudo chmod a+rwx /dev/uinput
+ pikeyd165_stop
+ sudo -s pikeyd165 -smi -ndb -d &> /dev/null
+}
+
+function pikeyd165_stop ()
+{
+
+ sudo chmod a+rwx /dev/uinput
+
+ sudo -s pikeyd165 -k &> /dev/null
+ #killall pikeyd165
+}
+
+
+
+function get_params()
+{
+
+ while IFS== read -r param default_value; do
+
+ result=$(grep $param $config)
+
+ if [ -z "$result" ] ; then
+ echo "$param=$default_value" | sudo tee -a $config
+ else
+ # var exists in config.txt
+ echo "variable in config.txt exists" >> $log
+ echo "sync calue in rgb_config" >> $log
+
+ echo $result >> $log
+ value=$(echo $result|cut -d"=" -f2)
+ echo $value >> $log
+ sed -i "s/^$param.*/$param=$value/" $rgb_config
+
+ fi
+
+ done < $rgb_default_config
+}
+
+
+# WIEGAND: Try to remove this part
+# rm $rgb_config
+# cp $rgb_default_config $rgb_config
+
+get_params
+
+chmod +x $rgb_config
+. $rgb_config
+
+
+if [ "$pi2jamma" == "1" ]; then
+ echo "pi2jamma activated" >> $log
+ pikeyd165_start
+else
+ echo "pi2jamma deactivated" >> $log
+ pikeyd165_stop
+fi
+
+
+emulationstation --screenrotate $es_rotate
diff --git a/opt/retropie/configs/all/runcommand-onend.sh b/opt/retropie/configs/all/runcommand-onend.sh
new file mode 100644
index 0000000..6aee22b
--- /dev/null
+++ b/opt/retropie/configs/all/runcommand-onend.sh
@@ -0,0 +1,5 @@
+vcgencmd hdmi_timings 320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1 > /dev/null
+sleep 0.3
+tvservice -e "DMT 87" > /dev/null
+sleep 0.3
+fbset -depth 8 && fbset -depth 16 -xres 320 -yres 240 > /dev/null
diff --git a/opt/retropie/configs/all/runcommand-onstart.sh b/opt/retropie/configs/all/runcommand-onstart.sh
new file mode 100755
index 0000000..e6fc352
--- /dev/null
+++ b/opt/retropie/configs/all/runcommand-onstart.sh
@@ -0,0 +1,102 @@
+#!/usr/bin/env bash
+#title : runcommand-onstart.sh
+#description : This script perform the following
+# Determines if the game being run is a console or an arcade/fba
+# For arcades, it will programatically determine the resolution based on resolution.ini file
+# For consoles, hdmi_timings can be set based on emulator or system
+# Dynamically creates the game_name.zip.cfg file and sets the custom_viewport_height
+# Dynamically add these parameters (video_allow_rotate = "true" and video_rotation = 1) for vertical games
+# vertical.txt contains all the mame 0.184 vertical games
+# Ability to set custom_viewport_width for arcades/fba
+#author : Jochen Zurborg
+#date : 2019-11-19
+#version : 0.1
+#notes : For advance users only and would need to be tweaked
+# to cater to your needs and preference
+# resolution.ini (0.184) file needed http://www.progettosnaps.net/renameset/
+#===============================================================================================================
+
+log=/home/pi/log.txt
+
+dir=($pwd)
+
+
+. /home/pi/rgb_config.sh
+
+# get the system name
+system=$1
+
+# get the emulator name
+emul=$2
+emul_lr=${emul:0:2}
+
+# get the full path filename of the ROM
+rom_fp=$3
+rom_bn=$3
+
+# Game or Rom name
+rom_bn="${rom_bn%.*}"
+rom_bn="${rom_bn##*/}"
+
+path=/opt/retropie/configs/all
+
+
+function prep_res ()
+{
+ cd $path
+ mme4crt $1 $2 $3 $rgb_screen_shift $rgb_screen_width 0 >> $log
+ #cp $dir/game_res.sh $path
+ #cp $dir/retroarch_game.cfg $path
+ chmod +x game_res.sh
+ cp retroarch_game.cfg "$rom_fp"".cfg"
+ cd $dir
+
+}
+
+# Determine if arcade or fba then determine resolution, set hdmi_timings else goto console section
+if [[ "$system" == "arcade" ]] || [[ "$system" == "fba" ]] || [[ "$system" == "mame-libretro" ]] ; then
+ echo "rom $rom_bn" >> $log
+
+ # get resolution of rom
+ rom_resolution=$(grep "$rom_bn;" $path/arcade_res_table.txt | cut -d";" -f3)
+ rom_resolution_width=$(echo $rom_resolution | cut -f1 -d"x")
+ rom_resolution_height=$(echo $rom_resolution | cut -f2 -d"x" | cut -f1 -d"@")
+ rom_resolution_freq=$(echo $rom_resolution | cut -f2 -d"x" | cut -f2 -d"@")
+
+ echo $rom_resolution >> $log
+
+ # Set rom_resolution_height for 480p and 448p roms
+ if [ $rom_resolution_height == "480" ]; then
+ rom_resolution_height="240"
+ elif [ $rom_resolution_height == "448" ]; then
+ rom_resolution_height="224"
+ fi
+
+
+ # Create rom_name.cfg
+ if ! [ -f "$rom_fp"".cfg" ]; then
+ touch "$rom_fp"".cfg"
+ fi
+
+ prep_res $rom_resolution_width $rom_resolution_height $rom_resolution_freq
+
+
+ # determine if vertical
+ if grep -w -q "$rom_bn" /opt/retropie/configs/all/vertical.txt ; then
+ # Add vertical parameters (video_allow_rotate = "true")
+ if ! grep -q "video_allow_rotate" "$rom_fp"".cfg"; then
+ echo -e "video_allow_rotate = \"true\"" >> "$rom_fp"".cfg" 2>&1
+ fi
+ # Add vertical parameters (video_rotation = 1)
+ if ! grep -q "video_rotation" "$rom_fp"".cfg"; then
+ echo -e "video_rotation = \"1\"" >> "$rom_fp"".cfg" 2>&1
+ fi
+ fi
+
+# hier besser eine Standard super res.
+else
+ prep_res 320 224 60
+
+fi
+
+$path/game_res.sh
diff --git a/opt/retropie/configs/all/vertical.txt b/opt/retropie/configs/all/vertical.txt
new file mode 100644
index 0000000..b9dd188
--- /dev/null
+++ b/opt/retropie/configs/all/vertical.txt
@@ -0,0 +1,1095 @@
+005
+1941
+1942
+1943
+1943kai
+1943mii
+1945kiii
+19xx
+20pacgal
+25pacman
+39in1
+4in1
+8ball
+8ballact
+aafb
+aceattac
+acefruit
+acrobatm
+ad2083
+aerofgt
+aerofgts
+afighter
+agallet
+airass
+airattck
+airduel
+airraid
+ajax
+alcon
+alibaba
+alinvade
+alleymas
+alphaho
+alpine
+altair
+amazon
+amidar
+androidp
+andromed
+angelkds
+anmlbskt
+anteater
+apb
+arabian
+arbalest
+arcadian
+argus
+arkanoid
+arkatour
+arknoid2
+armchmp2
+armedf
+armorcar
+ashura
+aso
+assault
+astrob
+astrof
+astrowar
+asuka
+asylum
+atamanot
+atlantis
+attckufo
+avengers
+azurian
+babypac
+bagman
+ballbomb
+baluba
+barrier
+baryon
+batrider
+batsugun
+battlane
+battlnts
+battroad
+bbakraid
+bcruzm12
+beaminv
+beezer
+berenstn
+bermudat
+bgaregga
+bigbucks
+bigevglf
+bigprowr
+bikkuric
+bioatack
+birdiy
+birdtry
+bitgrpha
+bitgrphb
+bjtwin
+bking
+bking2
+bking3
+bladestl
+blastoff
+blazer
+blkhole
+block
+blockcar
+blockgal
+blswhstl
+bluehawk
+blueprnt
+boggy84
+bombbee
+bombjack
+bombsa
+bongo
+boomrang
+boonggab
+botanic
+bowl3d
+bowler
+bowlrama
+brdrline
+breakout
+brickzn
+brubber
+brvblade
+btime
+buggychl
+bullfgtr
+bullsdrt
+bwcasino
+bwings
+cadanglr
+cairblad
+calibr50
+calipso
+cannonbp
+capbowl
+captflag
+carhntds
+carjmbre
+carnival
+castfant
+catacomb
+catapult
+catnmous
+cavelon
+cbdash
+cbtime
+cburnrub
+cchasm
+cdiscon1
+cdsteljn
+centiped
+cexplore
+cfarm
+cfboy0a1
+cfghtice
+cflyball
+cgraplop
+champbwl
+chanbara
+checkman
+cheekyms
+chinhero
+chkun
+chopper
+chqflag
+chwy
+circusc
+citybomb
+ckong
+ckongpt2
+clapapa
+clocknch
+clubpacm
+cluckypo
+cmanhat
+cmissnx
+cmkenosp
+cmmb162
+cmrltv75
+cnightst
+cntsteer
+cocean1a
+cocoloco
+colony7
+combh
+commando
+commsega
+complexx
+congo
+conquer
+contra
+coozumou
+cosmica
+cosmicg
+cosmo
+cosmogng
+cosmos
+cppicf
+cprobowl
+cprogolf
+cpsoccer
+cptennis
+crbaloon
+crshrace
+crush
+crzrally
+cscrtry
+csdtenis
+cskater
+csuperas
+cterrani
+ctisland
+ctornado
+ctsttape
+curvebal
+cutieq
+cybattlr
+cyclshtg
+cyvern
+czeroize
+dai3wksi
+daikaiju
+daioh
+dambustr
+dangar
+dangseed
+darkmist
+darkwar
+darwin
+dazzler
+dblewing
+dcheese
+ddayjlc
+ddonpach
+ddp2
+ddpdfk
+ddpdoj
+ddpdojh
+dealer
+decocass
+demoneye
+desertbr
+desertwr
+destryer
+devilfsh
+devstors
+devzone
+dfkbl
+digdug
+digdug2
+digger
+diggerc
+dimahoo
+dingo
+dirtfoxj
+disco
+discoboy
+divebomb
+dkong
+dkong3
+dkongjr
+docastle
+dockman
+dogfight
+dogyuun
+dommy
+donpachi
+dorachan
+dorodon
+downtown
+draco
+dragnblz
+drakton
+dremshpr
+driftout
+drivfrcp
+drmicro
+drtoppel
+dsaber
+dspirit
+dyger
+dynadice
+dynamski
+dynobop
+earthjkr
+eeekk
+eggor
+eightfrc
+elecyoyo
+enigma2
+equites
+espgal
+espgal2
+esprade
+evilston
+exctscc2
+exctsccr
+exedexes
+exerion
+explbrkr
+extrmatn
+eyes
+f1gp
+f1gp2
+fantasia
+fantastc
+fantasy
+fastdraw
+fastlane
+fcombat
+feversos
+fghtatck
+fgoal
+fhawk
+fi6845
+fightrol
+finalizr
+firebatl
+fireshrk
+firetrap
+firetrk
+fiveside
+fixeight
+flipjack
+flyboy
+flytiger
+fnkyfish
+freekick
+freeze
+frogger
+frontlin
+fshark
+fspiderb
+fstarfrc
+funkybee
+futari15
+futaribl
+futflash
+futspy
+gaiapols
+galactic
+galaga
+galaga88
+galaxia
+galaxian
+galaxygn
+galgame
+galivan
+galmedes
+galpani2
+galpani3
+galpanic
+galsnew
+galspnbl
+galxwars
+gametngk
+gaplus
+gardia
+gbusters
+gcpinbal
+geebee
+gekiridn
+gekisou
+gemini
+gground
+ghox
+gigas
+gigasm2b
+gmgalax
+gnbarich
+goindol
+goldbug
+gomoku
+gondo
+gorf
+gp2quiz
+gp2se
+gp32
+grasspin
+grchamp
+greenber
+grindstm
+grobda
+gseeker
+gstream
+gulfstrm
+gulfwar2
+gunbird
+gunbird2
+gundealr
+gundhara
+gunfront
+gunlock
+gunnail
+gunsmoke
+guwange
+guzzler
+gwar
+gyrodine
+gyruss
+hal21
+halleys
+hamaway
+harem
+hbarrel
+headoni
+heartatk
+heiankyo
+helifire
+hero
+highsplt
+himesiki
+hoccer
+hopprobo
+horekid
+horshoes
+hotdogst
+hotpinbl
+hotshock
+hotsmash
+hstennis
+hunchbak
+huncholy
+hustler
+hwrace
+hyhoo
+hyhoo2
+ibara
+ibarablk
+igmo
+ikari
+ikaruga
+illvelo
+imago
+imgfight
+imolagp
+indianbt
+indy800
+intrepid
+invad2ct
+invaders
+invadpt2
+invds
+invho2
+invinco
+invmulti
+invqix
+invrvnge
+ipminvad
+ixion
+jack
+jackal
+jackrabt
+jantotsu
+jcross
+jin
+jjack
+joinem
+jollyjgr
+jongbou
+josvolly
+journey
+joust2
+joyfulr
+jrpacman
+jumpbug
+jumpcoas
+jumpshot
+jungler
+junofrst
+kageki
+kaitei
+kamikaze
+kamikcab
+kangaroo
+kaos
+karous
+kas89
+kbm
+kbm2nd
+kbm3rd
+kchamp
+ket
+kick
+kicker
+kikikai
+kingball
+kingdmgp
+kingofb
+koikoi
+konam80s
+kong
+kopunch
+krull
+krzybowl
+kyros
+ladybug
+ladyfrog
+ladykill
+ladymstr
+lagunar
+lasso
+lastday
+lastduel
+lastmisn
+leds2011
+legion
+lethalth
+levers
+lgtnfght
+liberate
+lizwiz
+lnc
+locomotn
+logger
+looping
+losttomb
+loverboy
+lrescue
+lsasquad
+luckyrlt
+luctoday
+lupin3
+lwings
+m660
+machomou
+macross
+macrossp
+madalien
+madgear
+madshark
+mag_time
+magspot
+magspot2
+mamonoro
+maniach
+manybloc
+mappy
+mariner
+mars
+marvins
+masterw
+matmania
+mazeinv
+mazinger
+megadon
+megazone
+mercs
+merlinmm
+metafox
+metlfrzr
+metlhawk
+mgolf
+mightguy
+mikie
+milliped
+mimonkey
+minefld
+mirax
+misncrft
+mjleague
+mmagic
+mmonkey
+mmpork
+mocapb
+mofflott
+moguchan
+monsterb
+montecar
+monymony
+monzagp
+moonal2
+mooncrst
+moonqsr
+moonwar
+motos
+mouser
+mplanets
+mrdo
+mrflea
+mrjong
+mrkougar
+mrtnt
+mrviking
+msisaac
+msjiken
+mspacman
+mspuzzle
+multiped
+mushisam
+musicbal
+mustache
+mv1sfx
+mv1sfx2
+mx5000
+mystston
+naughtyb
+navarone
+ncv1
+ncv2
+nebulray
+neobattl
+netwars
+newfant
+newsin7
+nibbler
+ninjemak
+nitrobal
+nmouse
+noahsark
+nob
+nomnlnd
+nost
+nsub
+numcrash
+nyny
+ohpaipee
+olibochu
+omega
+omegaf
+orbitron
+outzone
+overdriv
+ozmawars
+ozon1
+p911
+p9112
+pachifev
+packbang
+pacmania
+pacnpal
+pacplus
+paddlema
+pairlove
+pandoras
+panic
+panicr
+panther
+paprazzi
+para2dx
+paradise
+paradlx
+passsht
+pbaction
+pballoon
+peggle
+pengo
+percuss
+perestro
+perfrman
+phelios
+phoenix
+phozon
+pickin
+pignewt
+pinbo
+pinkswts
+pisces
+pitnrun
+playball
+pleiads
+plgirls
+plgirls2
+plusalph
+plygonet
+pntnpuzl
+pokrdice
+polaris
+pollux
+polynetw
+pooyan
+popflame
+popper
+porky
+portrait
+poundfor
+ppking
+pprobe
+progolf
+progress
+promutrv
+prosoccr
+prosport
+protennb
+prtytime
+psurge
+psychic5
+psyvar2
+psyvaria
+psyvarrv
+pturn
+puckman
+pulsar
+pushover
+puzlclub
+pwrflip
+pzlestar
+qbert
+qbertqub
+qix
+quantum
+quarterb
+quasar
+quester
+quizpun
+quizpun2
+quizqgd
+qwak
+r2dtank
+r2dx_v33
+raaspec
+rackemup
+radarscp
+radarzon
+radirgy
+raflesia
+raiden
+raiden2
+raidendx
+raiders
+rallybik
+razmataz
+rcasino
+rcirulet
+rcorsair
+rdft
+rdft2
+re800v1
+re800v3
+re900
+reaktor
+redalert
+redclash
+redlin2p
+redrobin
+redufo
+regulus
+repulse
+rescue
+retofinv
+revenger
+rfjet
+ridleofp
+roadf
+rockduck
+rockn
+rockn2
+rockn3
+rockn4
+rocktrv2
+rocnrope
+rollingc
+rompers
+rotaryf
+roundup
+route16
+rshark
+rtriv
+rumba
+ryujin
+s1945
+s1945ii
+s1945iii
+safarir
+samurai
+samuraia
+sandscrp
+sasuke
+satansat
+saturnzi
+sbagman
+sbasketb
+sbomber
+sbowling
+sbrkout
+sbugger
+schaser
+scobra
+scontra
+scorpion
+scotrsht
+scramble
+scregg
+scudhamm
+sdtennis
+sdungeon
+searchar
+seicross
+sengekis
+senjyo
+setaroul
+sexyboom
+sfkick
+sflush
+sheriff
+shienryu
+shikgam2
+shikigam
+shikigama
+shollow
+shootbul
+shors2k1
+shorse
+shorsep
+shorsepr
+shtrider
+shuffle
+shuttlei
+sianniv
+sidampkr
+sidewndr
+silvmil
+sindbadm
+sinistar
+skullfng
+skyadvnt
+skyalert
+skyarmy
+skybase
+skybump
+skychut
+skyfox
+skylancr
+skylove
+skysmash
+skysoldr
+sl2007
+slikshot
+slither
+solarfox
+solarwar
+sonicbom
+sos
+spacbeam
+spacecr
+spacefb
+spacefev
+spacefrt
+spaceg
+spaceint
+spacelnc
+spaceod
+spacetrk
+spbactn
+spcforce
+spcfrcii
+spcinv95
+spcking2
+spclaser
+spclforc
+spcpostn
+spcwarp
+spdcoin
+speakres
+spec2k
+speedbal
+spellbnd
+spfghmk2
+spiders
+springer
+spyhunt
+sqbert
+sqix
+sraider
+srdarwin
+srdmissn
+srumbler
+ssi
+ssingles
+ssmissin
+ssozumo
+sspacaho
+sspaceat
+sspeedr
+sspirits
+ssrj
+sstingry
+sstrangr
+sstrike
+sstriker
+stagger1
+starfigh
+starforc
+starjack
+starspnr
+stg
+stinger
+stmblade
+stratab
+streakng
+striv
+strtheat
+strvmstr
+stuntair
+sub
+sucasino
+sundance
+supdrapo
+superabc
+superbik
+superbon
+superbug
+superpac
+supertnk
+superwng
+superx
+supmodel
+suprglob
+suprmous
+suprridr
+suprstar
+survival
+swat
+szaxxon
+tacscan
+tactcian
+tail2nos
+talbot
+tankbatt
+tankbust
+tattack
+taxidriv
+tazmania
+tcobra2
+tdfever
+tdpgal
+tdragon
+tdragon2
+teamqb
+teedoff
+telmahjn
+tempest
+tenkomor
+tenspot
+terracre
+tharrier
+thedeep
+theend
+thehand
+thepit
+thunderl
+tigerh
+timefgtr
+timelimt
+timeplt
+timescan
+timesold
+tinv2650
+tisland
+tndrcade
+tnextspc
+tnk3
+todruaga
+tokio
+tokisens
+tomahawk
+toobin
+toprollr
+toratora
+torus
+toucheme
+tp84
+tranqgun
+travrusa
+trgheart
+tricktrp
+triplep
+tripool
+trisport
+trizeal
+tron
+truxton
+truxton2
+trvchlng
+trvmstr
+trvquest
+trvwz2
+trvwz4
+tryout
+tsamurai
+tugboat
+tunhunt
+turbo
+turbofrc
+turbotag
+turtles
+tutankhm
+twinbee
+twincobr
+twineag2
+twineagl
+twinhawk
+ultrax
+unclepoo
+undefeat
+uniwars
+unkhorse
+upndown
+upyoural
+usclssic
+valkyrie
+valtric
+vandyke
+vangrd2
+vanguard
+vanvan
+vaportra
+varth
+vasara
+vasara2
+vastar
+vectrex\3dminest
+vectrex\animactn
+vectrex\armora
+vectrex\artmastr
+vectrex\bedlam
+vectrex\berzerk
+vectrex\blitz
+vectrex\cchasm
+vectrex\ccoaster
+vectrex\cleanswp
+vectrex\darktowr
+vectrex\enginean
+vectrex\fnarzod
+vectrex\headsup
+vectrex\hyprchas
+vectrex\mailplan
+vectrex\melody
+vectrex\minestrm
+vectrex\narrowes
+vectrex\polarres
+vectrex\polepos
+vectrex\ptchduel
+vectrex\ripoff
+vectrex\rocksled
+vectrex\scramble
+vectrex\solarq
+vectrex\spacewar
+vectrex\spike
+vectrex\spinball
+vectrex\starcas
+vectrex\starhawk
+vectrex\startrek
+vectrex\testrev4
+vectrex\tourfrnc
+vectrex\webwarp
+vectrex
+vega
+victroad
+videopin
+vimana
+viprp1
+vmetal
+volfied
+vortex
+vroulet
+vsgongf
+vulgus
+wallst
+wanted
+warofbug
+warpwarp
+waterski
+wiggie
+wingforc
+wiping
+wivernwg
+wiz
+wmatch
+wndrplnt
+woodpeck
+worldwar
+wrestwar
+wrofaero
+wtennis
+wwestern
+wyvernf0
+x2222
+xevious
+xiistag
+xxmissio
+yamagchi
+yamato
+yosakdon
+youjyudn
+zaryavos
+zaviga
+zaxxon
+zerohour
+zigzagb
+zingzip
+zipzap
+zoar
+zodiack
+zzyzzyxx
diff --git a/.project b/.project
new file mode 100644
index 0000000..2b159f2
--- /dev/null
+++ b/.project
@@ -0,0 +1,11 @@
+
+
+ RetroPieRGB
+
+
+
+
+
+
+
+
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..6dc7da9
--- /dev/null
+++ b/README.md
@@ -0,0 +1,26 @@
+RetroPieRGB
+===========
+
+This project contains scripts for enabling 15Khz RGB for your retro gaming setup with retropie.
+
+It needs the hardware addon pi2scart or pi2jamma to output the proper image on a CRT screen.
+
+Please goto http://www.arcadeforge.de and get this awesome gadget.
+
+
+Installation
+============
+
+Download latest retropie and install it as described on retropie wiki.
+Connect Keyboard.
+Activate wiki.
+In emulationstation press F4 to get cmd shell
+
+Type
+
+git clone https://github.com/arcadeforge/RetroPieRGB
+
+cd RetroPieRGB
+
+sudo ./setup.sh
+
diff --git a/boot/config.txt b/boot/config.txt
new file mode 100755
index 0000000..1860f84
--- /dev/null
+++ b/boot/config.txt
@@ -0,0 +1,73 @@
+# For more options and information see
+# http://rpf.io/configtxt
+# Some settings may impact device functionality. See link above for details
+
+# uncomment if you get no picture on HDMI for a default "safe" mode
+#hdmi_safe=1
+
+# uncomment this if your display has a black border of unused pixels visible
+# and your display can output without overscan
+#disable_overscan=1
+
+# uncomment the following to adjust overscan. Use positive numbers if console
+# goes off screen, and negative if there is too much border
+#overscan_left=16
+#overscan_right=16
+#overscan_top=16
+#overscan_bottom=16
+
+# uncomment to force a console size. By default it will be display's size minus
+# overscan.
+#framebuffer_width=1280
+#framebuffer_height=720
+
+# uncomment if hdmi display is not detected and composite is being output
+#hdmi_force_hotplug=1
+
+# uncomment to force a specific HDMI mode (this will force VGA)
+#hdmi_group=1
+#hdmi_mode=1
+
+# uncomment to force a HDMI mode rather than DVI. This can make audio work in
+# DMT (computer monitor) modes
+#hdmi_drive=2
+
+# uncomment to increase signal to HDMI, if you have interference, blanking, or
+# no display
+#config_hdmi_boost=4
+
+# uncomment for composite PAL
+#sdtv_mode=2
+
+#uncomment to overclock the arm. 700 MHz is the default.
+#arm_freq=800
+
+# Uncomment some or all of these to enable the optional hardware interfaces
+#dtparam=i2c_arm=on
+#dtparam=i2s=on
+#dtparam=spi=on
+
+# Uncomment this to enable the lirc-rpi module
+#dtoverlay=lirc-rpi
+
+disable_splash=1
+disable_audio_dither=1
+
+# Settings for pi2scart and pi2jamma
+
+dtoverlay=vga666
+enable_dpi_lcd=1
+display_default_lcd=1
+dpi_group=2
+dpi_mode=87
+
+hdmi_timings=320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+# Additional overlays and parameters are documented /boot/overlays/README
+
+# Enable audio (loads snd_bcm2835)
+dtparam=audio=on
+gpu_mem_256=128
+gpu_mem_512=256
+gpu_mem_1024=256
+overscan_scale=1
diff --git a/boot/config_highres.txt b/boot/config_highres.txt
new file mode 100644
index 0000000..933ae16
--- /dev/null
+++ b/boot/config_highres.txt
@@ -0,0 +1,103 @@
+# For more options and information see
+# http://rpf.io/configtxtreadme
+# Some settings may impact device functionality. See link above for details
+
+# uncomment if you get no picture on HDMI for a default "safe" mode
+#hdmi_safe=1
+disable_splash=1
+
+# uncomment this if your display has a black border of unused pixels visible
+# and your display can output without overscan
+#disable_overscan=1
+
+# uncomment the following to adjust overscan. Use positive numbers if console
+# goes off screen, and negative if there is too much border
+#overscan_left=16
+#overscan_right=16
+#overscan_top=16
+#overscan_bottom=16
+
+# uncomment to force a console size. By default it will be display's size minus
+# overscan.
+#framebuffer_width=1280
+#framebuffer_height=720
+#resolution for 24inch half size 1920 x 1200
+#framebuffer_width=960
+#framebuffer_height=600
+
+# uncomment if hdmi display is not detected and composite is being output
+#hdmi_force_hotplug=1
+
+# uncomment to force a specific HDMI mode (this will force VGA)
+#hdmi_group=1
+#hdmi_mode=1
+
+# uncomment to force a HDMI mode rather than DVI. This can make audio work in
+# DMT (computer monitor) modes
+#hdmi_drive=2
+
+# uncomment to increase signal to HDMI, if you have interference, blanking, or
+# no display
+#config_hdmi_boost=4
+
+# uncomment for composite PAL
+#sdtv_mode=2
+
+#uncomment to overclock the arm. 700 MHz is the default.
+arm_freq=800
+
+# Uncomment some or all of these to enable the optional hardware interfaces
+#dtparam=i2c_arm=on
+#dtparam=i2s=on
+#dtparam=spi=on
+
+# Uncomment this to enable the lirc-rpi module
+#dtoverlay=lirc-rpi
+
+# Additional overlays and parameters are documented /boot/overlays/README
+
+# Enable audio (loads snd_bcm2835)
+dtparam=audio=on
+#gpu_mem=512
+
+
+disable_audio_dither=1
+#audio_pwm_mode=2
+
+## Aufloesung fest einstellen ##
+################################
+##hdmi auch ohne Monitor im Betrieb
+hdmi_force_hotplug=1
+# DMT Modus aktivieren
+hdmi_group=2
+## Aufloesungen alle 60hz
+# 1024x768
+#hdmi_mode=16
+# 1280x768
+#hdmi_mode=23
+# 1366x768
+#hdmi_mode=81
+# 1920x1080
+#hdmi_mode=82
+# 1280x720p
+#hdmi_mode=85
+# 640x480
+hdmi_mode=4
+# 800x600
+#hdmi_mode=9
+# check with tvservice -s for available resolution of our monitor
+
+# oc settings
+gpu_mem=256
+#gpu_mem_256=128
+#gpu_mem_512=256
+#gpu_mem_1024=256
+#arm_freq=1450
+#gpu_freq=500
+#sdram_freq=550
+#over_voltage=8
+#force_turbo=1
+
+
+
+
diff --git a/boot/config_lowres.txt b/boot/config_lowres.txt
new file mode 100644
index 0000000..c993dcc
--- /dev/null
+++ b/boot/config_lowres.txt
@@ -0,0 +1,47 @@
+# See /boot/overlays/README for all available options
+
+disable_splash=1
+disable_audio_dither=1
+#audio_pwm_mode=2
+dtparam=audio=on
+dtoverlay=vga666
+enable_dpi_lcd=1
+display_default_lcd=1
+dpi_group=2
+dpi_mode=87
+#hdmi_timings=320 1 19 43 36 256 1 2 3 22 0 0 0 60 0 6400000 1 #256p
+
+# to move picture left and right on screen subtract and add values from
+# 3rd and 5th value
+# 16+x and 34-x moves x pixel left or right
+#
+#hdmi_timings=320 1 19 43 36 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+# no overscan but blurry
+#hdmi_timings=320 1 19 43 36 224 1 11 14 15 0 0 0 60 0 6400000 1
+
+hdmi_timings=320 1 19 43 36 240 1 2 6 14 0 0 0 60 0 6400000 1
+
+#hdmi_timings=320 1 19 43 36 240 1 2 10 10 0 0 0 60 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 3 6 17 0 0 0 59 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 5 6 20 0 0 0 58 0 6400000 1
+
+# old hdmi_timings from 2.5.2
+#hdmi_timings=320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+
+
+#framebuffer_width=320
+#framebuffer_height=240
+
+# oc settings
+gpu_mem=256
+#gpu_mem_256=128
+#gpu_mem_512=256
+#gpu_mem_1024=256
+#arm_freq=1450
+#gpu_freq=500
+#sdram_freq=550
+#over_voltage=8
+#force_turbo=1
+
diff --git a/config.txt b/config.txt
new file mode 100755
index 0000000..aedd54a
--- /dev/null
+++ b/config.txt
@@ -0,0 +1,50 @@
+# See /boot/overlays/README for all available options
+
+disable_splash=1
+disable_audio_dither=1
+#audio_pwm_mode=2
+dtparam=audio=on
+dtoverlay=vga666
+enable_dpi_lcd=1
+display_default_lcd=1
+dpi_group=2
+dpi_mode=87
+#hdmi_timings=320 1 19 43 36 256 1 2 3 22 0 0 0 60 0 6400000 1 #256p
+
+# to move picture left and right on screen subtract and add values from
+# 3rd and 5th value
+# 16+x and 34-x moves x pixel left or right
+#
+#hdmi_timings=320 1 19 43 36 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+# no overscan but blurry
+#hdmi_timings=320 1 19 43 36 224 1 11 14 15 0 0 0 60 0 6400000 1
+
+hdmi_timings=320 1 19 43 36 240 1 2 6 14 0 0 0 60 0 6400000 1
+
+#hdmi_timings=320 1 19 43 36 240 1 2 10 10 0 0 0 60 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 3 6 17 0 0 0 59 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 5 6 20 0 0 0 58 0 6400000 1
+
+# old hdmi_timings from 2.5.2
+#hdmi_timings=320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+
+
+#framebuffer_width=320
+#framebuffer_height=240
+
+# oc settings
+gpu_mem=256
+#gpu_mem_256=128
+#gpu_mem_512=256
+#gpu_mem_1024=256
+#arm_freq=1450
+#gpu_freq=500
+#sdram_freq=550
+#over_voltage=8
+#force_turbo=1
+
+es_rotate=1
+pi2jamma=0
+mme4crt_shift=30
diff --git a/etc/emulationstation/themes.sh b/etc/emulationstation/themes.sh
new file mode 100755
index 0000000..ea2d7b6
--- /dev/null
+++ b/etc/emulationstation/themes.sh
@@ -0,0 +1,190 @@
+local themes=(
+ 'arcadeforge push-a'
+ 'arcadeforge push-a-v'
+ 'arcadeforge pixel-heaven'
+ 'arcadeforge pixel-heaven-text'
+ 'arcadeforge 240p_Bubblegum'
+ 'arcadeforge 240p-honey'
+ 'RetroPie carbon'
+ 'RetroPie carbon-centered'
+ 'RetroPie carbon-nometa'
+ 'RetroPie simple'
+ 'RetroPie simple-dark'
+ 'RetroPie clean-look'
+ 'RetroPie color-pi'
+ 'RetroPie nbba'
+ 'RetroPie simplified-static-canela'
+ 'RetroPie turtle-pi'
+ 'RetroPie zoid'
+ 'ehettervik pixel'
+ 'ehettervik pixel-metadata'
+ 'ehettervik pixel-tft'
+ 'ehettervik luminous'
+ 'ehettervik minilumi'
+ 'ehettervik workbench'
+ 'AmadhiX eudora'
+ 'AmadhiX eudora-bigshot'
+ 'AmadhiX eudora-concise'
+ 'InsecureSpike retroplay-clean-canela'
+ 'InsecureSpike retroplay-clean-detail-canela'
+ 'Omnija simpler-turtlepi'
+ 'Omnija simpler-turtlemini'
+ 'Omnija metro'
+ 'lilbud material'
+ 'mattrixk io'
+ 'mattrixk metapixel'
+ 'mattrixk spare'
+ 'robertybob space'
+ 'robertybob simplebigart'
+ 'robertybob tv'
+ 'HerbFargus tronkyfran'
+ 'lilbud flat'
+ 'lilbud flat-dark'
+ 'lilbud minimal'
+ 'lilbud switch'
+ 'lilbud angular'
+ 'FlyingTomahawk futura-V'
+ 'FlyingTomahawk futura-dark-V'
+ 'G-rila fundamental'
+ 'ruckage nes-mini'
+ 'ruckage famicom-mini'
+ 'ruckage snes-mini'
+ 'anthonycaccese crt'
+ 'anthonycaccese crt-centered'
+ 'anthonycaccese art-book'
+ 'anthonycaccese art-book-4-3'
+ 'anthonycaccese art-book-pocket'
+ 'anthonycaccese art-book-micro'
+ 'anthonycaccese tft'
+ 'anthonycaccese picade'
+ 'TMNTturtleguy ComicBook'
+ 'TMNTturtleguy ComicBook_4-3'
+ 'TMNTturtleguy ComicBook_SE-Wheelart'
+ 'TMNTturtleguy ComicBook_4-3_SE-Wheelart'
+ 'ChoccyHobNob cygnus'
+ 'dmmarti steampunk'
+ 'dmmarti hurstyblue'
+ 'dmmarti maximuspie'
+ 'dmmarti showcase'
+ 'dmmarti kidz'
+ 'dmmarti unified'
+ 'dmmarti gamehat'
+ 'rxbrad freeplay'
+ 'rxbrad gbz35'
+ 'rxbrad gbz35-dark'
+ 'garaine marioblue'
+ 'garaine bigwood'
+ 'MrTomixf Royal_Primicia'
+ 'lostless playstation'
+ 'mrharias superdisplay'
+ 'coinjunkie synthwave'
+ 'nickearl retrowave'
+ 'nickearl retrowave_4_3'
+ 'pacdude minijawn'
+ 'RetroHursty69 magazinemadness'
+ 'RetroHursty69 stirling'
+ 'RetroHursty69 boxalloyred'
+ 'RetroHursty69 boxalloyblue'
+ 'RetroHursty69 greenilicious'
+ 'RetroHursty69 retroroid'
+ 'RetroHursty69 merryxmas'
+ 'RetroHursty69 cardcrazy'
+ 'RetroHursty69 license2game'
+ 'RetroHursty69 comiccrazy'
+ 'RetroHursty69 snazzy'
+ 'RetroHursty69 tributeGoT'
+ 'RetroHursty69 tributeSTrek'
+ 'RetroHursty69 tributeSWars'
+ 'RetroHursty69 crisp'
+ 'RetroHursty69 crisp_light'
+ 'RetroHursty69 primo'
+ 'RetroHursty69 primo_light'
+ 'RetroHursty69 back2basics'
+ 'RetroHursty69 retrogamenews'
+ 'RetroHursty69 bluray'
+ 'RetroHursty69 soda'
+ 'RetroHursty69 lightswitch'
+ 'RetroHursty69 darkswitch'
+ 'RetroHursty69 whiteslide'
+ 'RetroHursty69 graffiti'
+ 'RetroHursty69 whitewood'
+ 'RetroHursty69 sublime'
+ 'RetroHursty69 infinity'
+ 'RetroHursty69 neogeo_only'
+ 'RetroHursty69 boxcity'
+ 'RetroHursty69 vertical_arcade'
+ 'RetroHursty69 cabsnazzy'
+ 'RetroHursty69 garfieldism'
+ 'RetroHursty69 halloweenspecial'
+ 'RetroHursty69 heychromey'
+ 'RetroHursty69 homerism'
+ 'RetroHursty69 spaceinvaders'
+ 'RetroHursty69 disenchantment'
+ 'RetroHursty69 minions'
+ 'RetroHursty69 tmnt'
+ 'RetroHursty69 pacman'
+ 'RetroHursty69 dragonballz'
+ 'RetroHursty69 minecraft'
+ 'RetroHursty69 incredibles'
+ 'RetroHursty69 mario_melee'
+ 'RetroHursty69 evilresident'
+ 'RetroHursty69 hurstyspin'
+ 'RetroHursty69 cyber'
+ 'RetroHursty69 supersweet'
+ 'RetroHursty69 donkeykonkey'
+ 'RetroHursty69 snapback'
+ 'RetroHursty69 heman'
+ 'RetroHursty69 pitube'
+ 'RetroHursty69 batmanburton'
+ 'RetroHursty69 NegativeColor'
+ 'RetroHursty69 NegativeSepia'
+ 'RetroHursty69 corg'
+ 'RetroHursty69 mysticorb'
+ 'RetroHursty69 joysticks'
+ 'RetroHursty69 orbpilot'
+ 'RetroHursty69 bitfit'
+ 'RetroHursty69 circuit'
+ 'RetroHursty69 retroboy'
+ 'RetroHursty69 retroboy2'
+ 'RetroHursty69 hurstybluetake2'
+ 'RetroHursty69 fabuloso'
+ 'RetroHursty69 arcade1up_aspectratio54'
+ 'RetroHursty69 supersweet_aspectratio54'
+ 'RetroHursty69 heychromey_aspectratio54'
+ 'RetroHursty69 mariobrosiii'
+ 'RetroHursty69 vertical_limit_verticaltheme'
+ 'RetroHursty69 CapcomColorHorizontal'
+ 'RetroHursty69 CapcomColorSpin'
+ 'RetroHursty69 CapcomColorVertical'
+ 'RetroHursty69 bluesteel'
+ 'RetroHursty69 blueprism'
+ 'RetroHursty69 bluesmooth'
+ 'RetroHursty69 floyd'
+ 'RetroHursty69 floyd_arcade'
+ 'RetroHursty69 floyd_room'
+ 'RetroHursty69 Slick_Bluey'
+ 'RetroHursty69 Slick_Red'
+ 'RetroHursty69 ghostbusters'
+ 'RetroHursty69 realghostbusters'
+ 'RetroHursty69 stirlingness'
+ 'RetroHursty69 marco'
+ 'RetroHursty69 swatch'
+ 'RetroHursty69 meshy'
+ 'RetroHursty69 magazinemadness2'
+ 'RetroHursty69 CosmicRise'
+ 'RetroHursty69 uniflyered'
+ 'Saracade scv720'
+ 'chicueloarcade Chicuelo'
+ 'SuperMagicom nostalgic'
+ 'lipebello retrorama'
+ 'lipebello strangerstuff'
+ 'lipebello spaceoddity'
+ 'lipebello swineapple'
+ 'waweedman pii-wii'
+ 'waweedman Blade-360'
+ 'waweedman Venom'
+ 'waweedman Spider-Man'
+ 'blowfinger77 locomotion'
+ 'justincaseurskynet Arcade1up-5x4-Horizontal'
+ 'KALEL1981 Super-Retroboy'
+ )
diff --git a/etc/pikeyd165.conf b/etc/pikeyd165.conf
new file mode 100644
index 0000000..66d4c6f
--- /dev/null
+++ b/etc/pikeyd165.conf
@@ -0,0 +1,93 @@
+#pikeyd165.conf
+
+#format:
+# {keycode from /usr/include/linux/input.h} {GPIO pin no}
+# Not limited to a single key. A GPIO press will emit all defined keys in order.
+#P = Player; B = Button
+
+# P1B3 L
+KEY_SPACE 0
+# P1B4 B
+KEY_LEFTSHIFT 1
+# P1B5 A
+KEY_Z 2
+# P1B6 R
+KEY_X 3
+# P2B5
+KEY_I 4
+# P2B6
+KEY_K 5
+# P2B4
+KEY_W 6
+# P2B3
+KEY_Q 7
+# P1Left
+KEY_LEFT 8
+# P1Right
+KEY_RIGHT 9
+# P1B1 Y
+#KEY_LEFTCTRL 10
+KEY_ENTER 10
+# P1B2 X
+#KEY_LEFTALT 11
+KEY_BACKSPACE 11
+# P2B2
+KEY_S 12
+# P2B1
+KEY_A 13
+# P2Right
+KEY_G 14
+# P2Left
+KEY_D 15
+# P1Coin
+KEY_5 16
+# P1Start
+KEY_1 17
+# P1Up
+KEY_UP 18
+# P1Down
+KEY_DOWN 19
+# P2Down
+KEY_F 20
+# P2Up
+KEY_R 21
+# P2Start
+KEY_2 22
+# P2Coin
+KEY_6 23
+
+
+#special keys! bits pressed simultaniousley result in specified Key
+#maximum bits == 4
+
+# Service Menu retroarch
+# p1b2 p1start
+KEY_F1 17 11
+
+# Service Menu AdvMame, Mame4all
+# p2start p1b2 p1start
+#KEY_F2 22 11 17
+
+# Settings Mame4all
+# p2start p1b3 p1start
+#KEY_TAB 22 0 17
+
+# Quit Emulator / Game
+# p1start p1b1
+KEY_ESC 10 17
+
+# Coin Player 2
+# p1up p2start
+KEY_6 18 22
+# p2up p2start
+KEY_6 21 22
+
+# Coin Player 1
+# p1up p1start
+KEY_5 18 17
+
+# Menu C64, filter advmame
+# p2start p1b4 p1start
+#KEY_F12 22 1 17
+
+
diff --git a/home/pi/RetroPie-Setup/scriptmodules/supplementary/esthemes.sh b/home/pi/RetroPie-Setup/scriptmodules/supplementary/esthemes.sh
new file mode 100644
index 0000000..c065848
--- /dev/null
+++ b/home/pi/RetroPie-Setup/scriptmodules/supplementary/esthemes.sh
@@ -0,0 +1,337 @@
+#!/usr/bin/env bash
+
+# This file is part of The RetroPie Project
+#
+# The RetroPie Project is the legal property of its developers, whose names are
+# too numerous to list here. Please refer to the COPYRIGHT.md file distributed with this source.
+#
+# See the LICENSE.md file at the top-level directory of this distribution and
+# at https://raw.githubusercontent.com/RetroPie/RetroPie-Setup/master/LICENSE.md
+#
+
+rp_module_id="esthemes"
+rp_module_desc="Install themes for Emulation Station"
+rp_module_section="config"
+
+function depends_esthemes() {
+ if isPlatform "x11"; then
+ getDepends feh
+ else
+ getDepends fbi
+ fi
+}
+
+function install_theme_esthemes() {
+ local theme="$1"
+ local repo="$2"
+ if [[ -z "$repo" ]]; then
+ repo="RetroPie"
+ fi
+ if [[ -z "$theme" ]]; then
+ theme="carbon"
+ repo="RetroPie"
+ fi
+ mkdir -p "/etc/emulationstation/themes"
+ gitPullOrClone "/etc/emulationstation/themes/$theme" "https://github.com/$repo/es-theme-$theme.git"
+}
+
+function uninstall_theme_esthemes() {
+ local theme="$1"
+ if [[ -d "/etc/emulationstation/themes/$theme" ]]; then
+ rm -rf "/etc/emulationstation/themes/$theme"
+ fi
+}
+
+function gui_esthemes() {
+
+# . /etc/emulationstation/themes.sh
+
+local themes=(
+ 'arcadeforge push-a'
+ 'arcadeforge push-a-v'
+ 'arcadeforge pixel-heaven'
+ 'arcadeforge pixel-heaven-text'
+ 'arcadeforge 240p_Bubblegum'
+ 'arcadeforge 240p-honey'
+ 'xovox RetroCRT-240p'
+ 'xovox RetroCRT-240p-Vertical'
+ 'RetroPie carbon'
+ 'RetroPie carbon-centered'
+ 'RetroPie carbon-nometa'
+ 'RetroPie simple'
+ 'RetroPie simple-dark'
+ 'RetroPie clean-look'
+ 'RetroPie color-pi'
+ 'RetroPie nbba'
+ 'RetroPie simplified-static-canela'
+ 'RetroPie turtle-pi'
+ 'RetroPie zoid'
+ 'ehettervik pixel'
+ 'ehettervik pixel-metadata'
+ 'ehettervik pixel-tft'
+ 'ehettervik luminous'
+ 'ehettervik minilumi'
+ 'ehettervik workbench'
+ 'AmadhiX eudora'
+ 'AmadhiX eudora-bigshot'
+ 'AmadhiX eudora-concise'
+ 'InsecureSpike retroplay-clean-canela'
+ 'InsecureSpike retroplay-clean-detail-canela'
+ 'Omnija simpler-turtlepi'
+ 'Omnija simpler-turtlemini'
+ 'Omnija metro'
+ 'lilbud material'
+ 'mattrixk io'
+ 'mattrixk metapixel'
+ 'mattrixk spare'
+ 'robertybob space'
+ 'robertybob simplebigart'
+ 'robertybob tv'
+ 'HerbFargus tronkyfran'
+ 'lilbud flat'
+ 'lilbud flat-dark'
+ 'lilbud minimal'
+ 'lilbud switch'
+ 'lilbud angular'
+ 'FlyingTomahawk futura-V'
+ 'FlyingTomahawk futura-dark-V'
+ 'G-rila fundamental'
+ 'ruckage nes-mini'
+ 'ruckage famicom-mini'
+ 'ruckage snes-mini'
+ 'anthonycaccese crt'
+ 'anthonycaccese crt-centered'
+ 'anthonycaccese art-book'
+ 'anthonycaccese art-book-4-3'
+ 'anthonycaccese art-book-pocket'
+ 'anthonycaccese art-book-micro'
+ 'anthonycaccese tft'
+ 'anthonycaccese picade'
+ 'TMNTturtleguy ComicBook'
+ 'TMNTturtleguy ComicBook_4-3'
+ 'TMNTturtleguy ComicBook_SE-Wheelart'
+ 'TMNTturtleguy ComicBook_4-3_SE-Wheelart'
+ 'ChoccyHobNob cygnus'
+ 'dmmarti steampunk'
+ 'dmmarti hurstyblue'
+ 'dmmarti maximuspie'
+ 'dmmarti showcase'
+ 'dmmarti kidz'
+ 'dmmarti unified'
+ 'dmmarti gamehat'
+ 'rxbrad freeplay'
+ 'rxbrad gbz35'
+ 'rxbrad gbz35-dark'
+ 'garaine marioblue'
+ 'garaine bigwood'
+ 'MrTomixf Royal_Primicia'
+ 'lostless playstation'
+ 'mrharias superdisplay'
+ 'coinjunkie synthwave'
+ 'nickearl retrowave'
+ 'nickearl retrowave_4_3'
+ 'pacdude minijawn'
+ 'RetroHursty69 magazinemadness'
+ 'RetroHursty69 stirling'
+ 'RetroHursty69 boxalloyred'
+ 'RetroHursty69 boxalloyblue'
+ 'RetroHursty69 greenilicious'
+ 'RetroHursty69 retroroid'
+ 'RetroHursty69 merryxmas'
+ 'RetroHursty69 cardcrazy'
+ 'RetroHursty69 license2game'
+ 'RetroHursty69 comiccrazy'
+ 'RetroHursty69 snazzy'
+ 'RetroHursty69 tributeGoT'
+ 'RetroHursty69 tributeSTrek'
+ 'RetroHursty69 tributeSWars'
+ 'RetroHursty69 crisp'
+ 'RetroHursty69 crisp_light'
+ 'RetroHursty69 primo'
+ 'RetroHursty69 primo_light'
+ 'RetroHursty69 back2basics'
+ 'RetroHursty69 retrogamenews'
+ 'RetroHursty69 bluray'
+ 'RetroHursty69 soda'
+ 'RetroHursty69 lightswitch'
+ 'RetroHursty69 darkswitch'
+ 'RetroHursty69 whiteslide'
+ 'RetroHursty69 graffiti'
+ 'RetroHursty69 whitewood'
+ 'RetroHursty69 sublime'
+ 'RetroHursty69 infinity'
+ 'RetroHursty69 neogeo_only'
+ 'RetroHursty69 boxcity'
+ 'RetroHursty69 vertical_arcade'
+ 'RetroHursty69 cabsnazzy'
+ 'RetroHursty69 garfieldism'
+ 'RetroHursty69 halloweenspecial'
+ 'RetroHursty69 heychromey'
+ 'RetroHursty69 homerism'
+ 'RetroHursty69 spaceinvaders'
+ 'RetroHursty69 disenchantment'
+ 'RetroHursty69 minions'
+ 'RetroHursty69 tmnt'
+ 'RetroHursty69 pacman'
+ 'RetroHursty69 dragonballz'
+ 'RetroHursty69 minecraft'
+ 'RetroHursty69 incredibles'
+ 'RetroHursty69 mario_melee'
+ 'RetroHursty69 evilresident'
+ 'RetroHursty69 hurstyspin'
+ 'RetroHursty69 cyber'
+ 'RetroHursty69 supersweet'
+ 'RetroHursty69 donkeykonkey'
+ 'RetroHursty69 snapback'
+ 'RetroHursty69 heman'
+ 'RetroHursty69 pitube'
+ 'RetroHursty69 batmanburton'
+ 'RetroHursty69 NegativeColor'
+ 'RetroHursty69 NegativeSepia'
+ 'RetroHursty69 corg'
+ 'RetroHursty69 mysticorb'
+ 'RetroHursty69 joysticks'
+ 'RetroHursty69 orbpilot'
+ 'RetroHursty69 bitfit'
+ 'RetroHursty69 circuit'
+ 'RetroHursty69 retroboy'
+ 'RetroHursty69 retroboy2'
+ 'RetroHursty69 hurstybluetake2'
+ 'RetroHursty69 fabuloso'
+ 'RetroHursty69 arcade1up_aspectratio54'
+ 'RetroHursty69 supersweet_aspectratio54'
+ 'RetroHursty69 heychromey_aspectratio54'
+ 'RetroHursty69 mariobrosiii'
+ 'RetroHursty69 vertical_limit_verticaltheme'
+ 'RetroHursty69 CapcomColorHorizontal'
+ 'RetroHursty69 CapcomColorSpin'
+ 'RetroHursty69 CapcomColorVertical'
+ 'RetroHursty69 bluesteel'
+ 'RetroHursty69 blueprism'
+ 'RetroHursty69 bluesmooth'
+ 'RetroHursty69 floyd'
+ 'RetroHursty69 floyd_arcade'
+ 'RetroHursty69 floyd_room'
+ 'RetroHursty69 Slick_Bluey'
+ 'RetroHursty69 Slick_Red'
+ 'RetroHursty69 ghostbusters'
+ 'RetroHursty69 realghostbusters'
+ 'RetroHursty69 stirlingness'
+ 'RetroHursty69 marco'
+ 'RetroHursty69 swatch'
+ 'RetroHursty69 meshy'
+ 'RetroHursty69 magazinemadness2'
+ 'RetroHursty69 CosmicRise'
+ 'RetroHursty69 uniflyered'
+ 'Saracade scv720'
+ 'chicueloarcade Chicuelo'
+ 'SuperMagicom nostalgic'
+ 'lipebello retrorama'
+ 'lipebello strangerstuff'
+ 'lipebello spaceoddity'
+ 'lipebello swineapple'
+ 'waweedman pii-wii'
+ 'waweedman Blade-360'
+ 'waweedman Venom'
+ 'waweedman Spider-Man'
+ 'blowfinger77 locomotion'
+ 'justincaseurskynet Arcade1up-5x4-Horizontal'
+ 'KALEL1981 Super-Retroboy'
+ )
+
+
+ while true; do
+ local theme
+ local installed_themes=()
+ local repo
+ local options=()
+ local status=()
+ local default
+
+ local gallerydir="/etc/emulationstation/es-theme-gallery"
+ if [[ -d "$gallerydir" ]]; then
+ status+=("i")
+ options+=(G "View or Update Theme Gallery")
+ else
+ status+=("n")
+ options+=(G "Download Theme Gallery")
+ fi
+
+ options+=(U "Update all installed themes")
+
+ local i=1
+ for theme in "${themes[@]}"; do
+ theme=($theme)
+ repo="${theme[0]}"
+ theme="${theme[1]}"
+ if [[ -d "/etc/emulationstation/themes/$theme" ]]; then
+ status+=("i")
+ options+=("$i" "Update or Uninstall $repo/$theme (installed)")
+ installed_themes+=("$theme $repo")
+ else
+ status+=("n")
+ options+=("$i" "Install $repo/$theme")
+ fi
+ ((i++))
+ done
+ local cmd=(dialog --default-item "$default" --backtitle "$__backtitle" --menu "Choose an option" 22 76 16)
+ local choice=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
+ default="$choice"
+ [[ -z "$choice" ]] && break
+ case "$choice" in
+ G)
+ if [[ "${status[0]}" == "i" ]]; then
+ options=(1 "View Theme Gallery" 2 "Update Theme Gallery" 3 "Remove Theme Gallery")
+ cmd=(dialog --backtitle "$__backtitle" --menu "Choose an option for gallery" 12 40 06)
+ local choice=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
+ case "$choice" in
+ 1)
+ cd "$gallerydir"
+ if isPlatform "x11"; then
+ feh --info "echo %f" --slideshow-delay 6 --fullscreen --auto-zoom --filelist images.list
+ else
+ fbi --timeout 6 --once --autozoom --list images.list
+ fi
+ ;;
+ 2)
+ gitPullOrClone "$gallerydir" "https://github.com/wetriner/es-theme-gallery"
+ ;;
+ 3)
+ if [[ -d "$gallerydir" ]]; then
+ rm -rf "$gallerydir"
+ fi
+ ;;
+ esac
+ else
+ gitPullOrClone "$gallerydir" "http://github.com/wetriner/es-theme-gallery"
+ fi
+ ;;
+ U)
+ for theme in "${installed_themes[@]}"; do
+ theme=($theme)
+ rp_callModule esthemes install_theme "${theme[0]}" "${theme[1]}"
+ done
+ ;;
+ *)
+ theme=(${themes[choice-1]})
+ repo="${theme[0]}"
+ theme="${theme[1]}"
+ if [[ "${status[choice]}" == "i" ]]; then
+ options=(1 "Update $repo/$theme" 2 "Uninstall $repo/$theme")
+ cmd=(dialog --backtitle "$__backtitle" --menu "Choose an option for theme" 12 40 06)
+ local choice=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
+ case "$choice" in
+ 1)
+ rp_callModule esthemes install_theme "$theme" "$repo"
+ ;;
+ 2)
+ rp_callModule esthemes uninstall_theme "$theme"
+ ;;
+ esac
+ else
+ rp_callModule esthemes install_theme "$theme" "$repo"
+ fi
+ ;;
+ esac
+ done
+}
diff --git a/home/pi/RetroPie/retropiemenu/Update RetroPieRGB.sh b/home/pi/RetroPie/retropiemenu/Update RetroPieRGB.sh
new file mode 100755
index 0000000..4246659
--- /dev/null
+++ b/home/pi/RetroPie/retropiemenu/Update RetroPieRGB.sh
@@ -0,0 +1,6 @@
+dir=$(pwd)
+cd /home/pi/RetroPieRGB
+sudo -s git pull origin master
+chmod +x patch.sh
+./patch.sh
+cd $dir
diff --git a/home/pi/RetroPie/retropiemenu/rotate screen.sh b/home/pi/RetroPie/retropiemenu/rotate screen.sh
new file mode 100755
index 0000000..64100ed
--- /dev/null
+++ b/home/pi/RetroPie/retropiemenu/rotate screen.sh
@@ -0,0 +1,33 @@
+#####
+# this scripts rotates screen for emulationstation
+# Author Jochen Zurborg
+# Date : 06.11.2019
+#
+# This script is made for hardware pi2scart and pi2jamma from www.arcadeforge.de
+
+setterm -foreground black -store
+
+killall emulationstation > /dev/null 2>&1
+clear
+
+sleep 1
+
+# params was already fetched
+. /home/pi/rgb_config.sh
+
+
+new_rotate=$(( $es_rotate + 1 ))
+if [ $new_rotate -eq 4 ] ; then
+ new_rotate=0
+fi
+
+#echo "starting emulationstation with rotate $new_rotate"
+#sleep 1
+sudo sed -i "s/^es_rotate.*/es_rotate=$new_rotate/" /boot/config.txt
+
+sed -i "s/^es_rotate.*/es_rotate=$new_rotate/" /home/pi/rgb_config.sh
+
+setterm -foreground white -store
+
+emulationstation --screenrotate $new_rotate
+
diff --git a/home/pi/rgb_default_config.sh b/home/pi/rgb_default_config.sh
new file mode 100644
index 0000000..fa11f33
--- /dev/null
+++ b/home/pi/rgb_default_config.sh
@@ -0,0 +1,4 @@
+es_rotate=0
+pi2jamma=0
+rgb_screen_shift=-15
+rgb_screen_width=2
diff --git a/howto_git.txt b/howto_git.txt
new file mode 100644
index 0000000..eb9e571
--- /dev/null
+++ b/howto_git.txt
@@ -0,0 +1,42 @@
+Author : Jochen Zurborg
+Date : 04.11.2019
+
+Find here a quick tutorial how to use git for our little project.
+
+Downloading this repository
+===========================
+
+git clone https://github.com/arcadeforge/runcommand
+
+Enabling your account
+=====================
+
+git config --global user.name "yourname"
+git config --global user.email "youremail"
+
+
+What happened since my last changes?
+====================================
+
+git status
+
+Adding edited files to your local repository
+============================================
+
+- easy way
+git add .
+
+- file specific
+git add yourfilename
+
+Commit changes to repository
+============================
+
+git commit -m"What you did"
+
+Uploading changes to github.com
+===============================
+
+git push
+
+
diff --git a/opt/retropie/configs/all/arcade_res_table.txt b/opt/retropie/configs/all/arcade_res_table.txt
new file mode 100644
index 0000000..0666ae7
--- /dev/null
+++ b/opt/retropie/configs/all/arcade_res_table.txt
@@ -0,0 +1,4840 @@
+1941;"1941 - Counter Attack - 1941 - Counter Attack (900227 World)";384x224@60;V
+1941j;"1941 - Counter Attack (Japan)";384x224@60;V
+1941r1;"1941 - Counter Attack (World)";384x224@60;V
+1941u;"1941 - Counter Attack (900227 USA)";384x224@60;V
+1942;"1942 (Jpn) - 1942 (Revision B)";256x224@60;V
+1942a;"1942 (Jpn, Alt) - 1942 (Revision A)";256x224@60;V
+1942abl;"1942 (Revision A, bootleg)";256x224@60;V
+1942b;"1942 (First Version)";256x224@60;V
+1942c64;"1942 (C64 Music)";256x224@60;V
+1942h;"Supercharger 1942";256x224@60;V
+1942w;"1942 (Williams Electronics license)";256x224@60;V
+1943;"1943: The Battle of Midway (Euro)";256x224@60;V
+1943b;"1943: The Battle of Midway (bootleg set 1, hack of Jap";256x224@60;V
+1943b2;"1943: The Battle of Midway (bootleg set 2, hack of Jap";256x224@60;V
+1943bj;"1943: Midway Kaisen (bootleg)";256x224@60;V
+1943j;"1943: Midway Kaisen (Japan, Rev B)";256x224@60;V
+1943ja;"1943: Midway Kaisen (Japan)";256x224@60;V
+1943ja2;"1943: The Battle of Midway (hack of Japan set)";256x224@60;V
+1943kai;"1943 Kai - 1943 Kai: Midway Kaisen (Japan)";256x224@60;V
+1943mii;"1943: The Battle of Midway Mark II (US)";256x224@60;V
+1943u;"1943: The Battle of Midway (US, Rev C)";256x224@60;V
+1943ua;"1943: The Battle of Midway (US)";256x224@60;V
+1944;"1944 - the loop master (000620 USA)";384x224@60;H
+1944ad;"1944 - the loop master (000620 USA Phoenix Edition, al";384x224@60;H
+1944d;"1944 - the loop master (000620 USA Phoenix Edition)";384x224@60;H
+1944j;"1944 - the loop master (000620 Japan)";384x224@60;H
+1945kiii;"1945k III (newer, OPCX2 PCB)";320x224@60;V
+1945kiiin;"1945k III (newer, OPCX1 PCB)";320x224@60;V
+1945kiiio;"1945k III (older, OPCX1 PCB)";320x224@60;V
+19xx;"19XX - the war against destiny (951207 USA)";384x224@60;V
+19xxa;"19XX - the war against destiny (960104 Asia)";384x224@60;V
+19xxar1;"19XX - the war against destiny (951207 Asia)";384x224@60;V
+19xxb;"19XX - the war against destiny (951218 Brazil)";384x224@60;V
+19xxd;"19XX - the war against destiny (951207 USA Phoenix Edi";384x224@60;V
+19xxh;"19XX - the war against destiny (951218 Hispanic)";384x224@60;V
+19xxj;"19XX - the war against destiny (960104 Japan, yellow c";384x224@60;V
+19xxjr1;"19XX - the war against destiny (951225 Japan)";384x224@60;V
+19xxjr2;"19XX - the war against destiny (951207 Japan)";384x224@60;V
+2020bb;"2020 Super Baseball (set 1) - Super Baseball 2020 (Euro, USA)";304x224@59;H
+2020bba;"2020 Super Baseball (set 2)";304x224@59;H
+2020bbh;"2020 Super Baseball (set 3)";304x224@59;H
+3countb;"3 Count Bout / Fire Suplex (NGM-043)(NGH-043)";320x224@59;H
+3countba;"3 Count Bout / Fire Suplex (NGM-043)";320x224@59;H
+3in1semi;"XESS - The New Revolution (SemiCom 3-in-1)";256x224@58;H
+3kokushi;"Sankokushi (Japan)";320x240@60;H
+3wonders;"Three Wonders (wonder 3 910520 etc)";384x224@60;H
+3wondersb;"Three Wonders (bootleg set 2, wonder 3 910520 etc)";384x224@60;H
+3wondersh;"Three Wonders (bootleg set 1, wonder 3 910520 etc)";384x224@60;H
+3wondersha;"Three Wonders (bootleg set 3, wonder 3 910520 etc)";384x224@60;H
+3wondersr1;"Three Wonders (wonder 3 910513 etc)";384x224@60;H
+3wondersu;"Three Wonders (wonder 3 910520 USA)";384x224@60;H
+4dwarrio;"4-D Warriors (315-5162)";256x224@60;H
+4enraya;"4 En Raya (set 1)";256x224@60;H
+4enrayaa;"4 En Raya (set 2)";256x224@60;H
+4in1;"4 Fun in 1 - Sega Game Pack 4 in 1 (Euro)";256x224@60;V
+4in1boot;"Puzzle King";256x224@58;H
+4play;"4 player input test";304x224@59;H
+600;"600";256x224@60;V
+64street;"64th. Street - A Detective Story (World)";256x224@60;H
+64streetj;"64th. Street - A Detective Story (Japan, set 1)";256x224@60;H
+64streetja;"64th. Street - A Detective Story (Japan, alt)";256x224@60;H
+720;"720° (Atari System 2)";512x384@60;H
+7ordi;"7 Ordi (Korea)";320x240@60;H
+7toitsu;"Chi-Toitsu";384x240@60;H
+800fath;"800 Fathoms";256x224@60;V
+88games;"'88 Games";304x224@60;H
+8bpm;"Eight Ball Action (Pac-Man conversion)";256x224@60;V
+99lstwar;"'99: The Last War";288x224@60;V
+99lstwara;"'99: The Last War (alternate)";288x224@60;V
+99lstwark;"'99: The Last War (Kyugo)";288x224@60;V
+abcop;"A.B. Cop (World, FD1094 317-0169b)";320x224@60;H
+abcopd;"A.B. Cop (World, FD1094 317-0169b decrypted)";320x224@60;H
+abcopj;"A.B. Cop (Japan, FD1094 317-0169b)";320x224@60;H
+abcopjd;"A.B. Cop (Japan, FD1094 317-0169b decrypted)";320x224@60;H
+abscam;"Abscam";288x224@60;V
+aburner;"After Burner - After Burner (World)";320x224@60;H
+aburner2;"After Burner II - After Burner II - After Burner II (Euro, USA)";320x224@60;H
+aburner2g;"After Burner II (German)";320x224@60;H
+aceattac;"Ace Attacker (FD1094 317-0059)";320x224@60;V
+aceattaca;"Ace Attacker (Japan, System 16A, FD1094 317-0060)";320x224@60;V
+acitya;"Atlantic City Action";288x224@60;V
+acrobatm;"Acrobat Mission";256x224@56;V
+actfancr;"Act-Fancer Cybernetick Hyper Weapon (World revision 2)";256x240@60;H
+actfancr1;"Act-Fancer Cybernetick Hyper Weapon (World revision 1)";256x240@60;H
+actfancrj;"Act-Fancer Cybernetick Hyper Weapon (Japan revision 1)";256x240@60;H
+ad2083;"A.D. 2083";256x224@60;V
+aeroboto;"Aeroboto";248x224@60;H
+aerofgt;"Aero Fighters";320x224@60;V
+aerofgtb;"Aero Fighters (Turbo Force hardware set 1)";320x224@60;V
+aerofgtc;"Aero Fighters (Turbo Force hardware set 2)";320x224@60;V
+afighter;"Action Fighter, FD1089A 317-0018";320x224@60;V
+agallet;"Air Gallet (Europe)";320x240@58;V
+agalleta;"Air Gallet (older, Europe)";320x240@58;V
+agalletah;"Air Gallet (older, Hong Kong)";320x240@58;V
+agalletaj;"Akuu Gallet (older, Japan)";320x240@58;V
+agalletak;"Air Gallet (older, Korea)";320x240@58;V
+agalletat;"Air Gallet (older, Taiwan)";320x240@58;V
+agalletau;"Air Gallet (older, USA)";320x240@58;V
+agalleth;"Air Gallet (Hong Kong)";320x240@58;V
+agalletj;"Akuu Gallet (Japan)";320x240@58;V
+agalletk;"Air Gallet (Korea)";320x240@58;V
+agallett;"Air Gallet (Taiwan)";320x240@58;V
+agalletu;"Air Gallet (USA)";320x240@58;V
+agentx1;"Agent X (prototype, rev 1)";256x232@60;H
+agentx2;"Agent X (prototype, rev 2)";256x232@60;H
+agentx3;"Agent X (prototype, rev 3)";256x232@60;H
+agentx4;"Agent X (prototype, rev 4)";256x232@60;H
+agress;"Agress";320x240@58;H
+agressb;"Agress (English bootleg)";320x240@58;H
+airass;"Air Assault (World)";320x240@60;V
+airattck;"Air Attack (set 1)";256x224@56;V
+airattcka;"Air Attack (set 2)";256x224@56;V
+airbustr;"Air Buster: Trouble Specialty Raid Unit (USA) - Air Buster: Trouble Specialty Raid Unit (World)";256x224@60;H
+airbustrb;"Air Buster: Trouble Specialty Raid Unit (bootleg)";256x224@60;H
+airbustrj;"Air Buster: Trouble Specialty Raid Unit (Japan)";256x224@60;H
+airduel;"Air Duel (World, M82-A-A + M82-B-A)";384x256@55;V
+airduelm72;"Air Duel (Japan, M72)";384x256@55;V
+airwolf;"Airwolf";288x224@60;H
+airwolfa;"Airwolf (US)";288x224@60;H
+ajax;"Ajax";304x224@60;V
+ajaxj;"Ajax (Japan)";304x224@60;V
+akkanvdr;"Akkanbeder (Ver 2.5J 1995/06/14)";320x224@60;V
+akumajou;"Akuma-Jou Dracula (Japan ver. P)";256x224@60;H
+akumajoun;"Akuma-Jou Dracula (Japan ver. N)";256x224@60;H
+alcon;"Alcon (US) - Falcon - Falcon (bootleg of Phoenix) (8085A CPU)";280x240@60;V
+alexkidd;"Alex Kidd in Miracle World (Euro, USA, v1) - Alex Kidd in Miracle World (Tw, SMS Mode) - Alex Kidd in the Enchanted Castle (Euro, Rev. A) - Alex Kidd: The Lost Stars (set 2, unprotected)";320x224@60;H
+alexkidd1;"Alex Kidd in Miracle World (Euro, USA, v0) - Alex Kidd in the Enchanted Castle (Euro) - Alex Kidd: The Lost Stars (set 1, FD1089A 317-unknown)";320x224@60;H
+alibaba;"Ali Baba and 40 Thieves - Alibaba and 40 Thieves (Jpn) - Alibaba and 40 Thieves (Kor)";288x224@60;V
+alibabab;"Alibaba and 40 Thieves (Jpn, Alt 2) - Mustafa and 40 Thieves (bootleg)";288x224@60;V
+aliencha;"Alien Challenge (World)";448x224@60;H
+alienchac;"Alien Challenge (China)";448x224@60;H
+aliens;"Aliens (World set 1) - Aliens - Alien 2 (Jpn)";288x224@60;H
+aliens2;"Aliens (World set 2)";288x224@60;H
+aliens3;"Aliens (World set 3)";288x224@60;H
+aliensa;"Aliens (Asia) - Aliens - Alien 2 (Jpn, Alt)";288x224@60;H
+aliensec;"Alien Sector";288x224@60;H
+aliensj;"Aliens (Japan set 1)";288x224@60;H
+aliensj2;"Aliens (Japan set 2)";288x224@60;H
+aliensu;"Aliens (US)";288x224@60;H
+aliensyn;"Alien Syndrome (Euro, USA) - Alien Syndrome (Euro, USA, Bra) - Alien Syndrome (set 4, System 16B, unprotected)";320x224@60;H
+aliensyn2;"Alien Syndrome (set 2, System 16A, FD1089A 317-0033)";320x224@60;H
+aliensyn3;"Alien Syndrome (set 3, System 16B, FD1089A 317-0033)";320x224@60;H
+aliensyn5;"Alien Syndrome (set 5, System 16A, FD1089B 317-0037)";320x224@60;H
+aliensyn7;"Alien Syndrome (set 7, System 16B, MC-8123B 317-00xx)";320x224@60;H
+aliensynj;"Alien Syndrome (Jpn) - Alien Syndrome (Jpn) - Alien Syndrome (set 6, Japan, new, System 16B, FD1089A";320x224@60;H
+aliensynjo;"Alien Syndrome (set 1, Japan, old, System 16A, FD1089A";320x224@60;H
+aligatorun;"Alligator Hunt (unprotected)";320x240@60;H
+alinvade;"Alien Invaders";128x128@60;V
+alpham2;"Alpha Mission II / ASO II - Last Guardian (NGM-007)(NG";304x224@59;H
+alpham2p;"Alpha Mission II / ASO II - Last Guardian (prototype)";304x224@59;H
+alphamis;"Alpha Mission";288x216@60;V
+alphaxz;"The Alphax Z (Japan)";256x224@60;V
+altbeast;"Altered Beast (Euro, USA) - Altered Beast (Euro, USA, Bra) - Altered Beast (set 8, 8751 317-0078)";320x224@60;H
+altbeast2;"Altered Beast (set 2, MC-8123B 317-0066)";320x224@60;H
+altbeast4;"Altered Beast (set 4, MC-8123B 317-0066)";320x224@60;H
+altbeast5;"Altered Beast (set 5, FD1094 317-0069)";320x224@60;H
+altbeast5d;"Altered Beast (set 5, FD1094 317-0069 decrypted)";320x224@60;H
+altbeast6;"Altered Beast (set 6, 8751 317-0076)";320x224@60;H
+altbeastj;"Juuouki (set 7, Japan, 8751 317-0077)";320x224@60;H
+altbeastj1;"Juuouki (set 1, Japan, FD1094 317-0065)";320x224@60;H
+altbeastj3;"Juuouki (set 3, Japan, FD1094 317-0068)";320x224@60;H
+altbeastj3d;"Juuouki (set 3, Japan, FD1094 317-0068 decrypted)";320x224@60;H
+amatelas;"Sei Senshi Amatelass";256x224@60;V
+amazon;"Soldier Girl Amazon";256x224@60;V
+ambush;"Ambush";256x224@60;H
+ambushh;"Ambush (hack?)";256x224@60;H
+ambushj;"Ambush (Japan)";256x224@60;H
+ambushv;"Ambush (Volt Elec co-ltd)";256x224@60;H
+amidar;"Amidar";256x224@60;V
+amidar1;"Amidar (older)";256x224@60;V
+amidarb;"Amidar (bootleg)";256x224@60;V
+amidaro;"Amidar (Olympia)";256x224@60;V
+amidars;"Amidar (Scramble hardware)";256x224@60;V
+amidaru;"Amidar (Stern)";256x224@60;V
+amigo;"Amigo";256x224@60;V
+androdun;"Andro Dunos (NGM-049)(NGH-049)";304x224@59;H
+androidp;"Android (prototype, later build)";256x192@60;V
+androidpo;"Android (prototype, early build)";256x192@60;V
+angelkds;"Angel Kids (Japan)";256x240@60;V
+anteater;"Anteater";256x224@60;V
+anteaterg;"Ameisenbaer (German)";256x224@60;V
+anteateruk;"The Anteater (UK)";256x224@60;V
+aodk;"Aggressors of Dark Kombat / Tsuukai GANGAN Koushinkyok";304x224@59;H
+aof;"Art of Fighting (Euro) - Art of Fighting / Ryuuko no Ken (NGM-044)(NGH-044)";304x224@59;H
+aof2;"Art of Fighting 2 / Ryuuko no Ken 2 (NGM-056)";304x224@59;H
+aof2a;"Art of Fighting 2 / Ryuuko no Ken 2 (NGH-056)";304x224@59;H
+aof3;"Art of Fighting 3 - The Path of the Warrior / Art of F";304x224@59;H
+aof3k;"Art of Fighting 3 - The Path of the Warrior (Korean re";304x224@59;H
+apb;"APB - All Points Bulletin (Atari System 2)";512x384@60;V
+aponow;"Apocaljpse Now";256x224@60;V
+appoooh;"Appoooh";256x224@60;H
+aquajack;"Aquajack (World)";320x240@60;H
+aquajackj;"Aquajack (Japan)";320x240@60;H
+aquajacku;"Aquajack (US)";320x240@60;H
+aquarium;"Aquarium (US)";320x256@60;H
+aquariumj;"Aquarium (Japan)";320x256@60;H
+arabian;"Arabian";256x234@60;V
+arabiana;"Arabian (Atari)";256x234@60;V
+arabianm;"Arabian Magic (Ver 1.0O 1992/07/06)";320x224@60;H
+arabianmj;"Arabian Magic (Ver 1.0J 1992/07/06)";320x224@60;H
+arabianmu;"Arabian Magic (Ver 1.0A 1992/07/06)";320x224@60;H
+aracnis;"Aracnis (bootleg of Scorpion on Moon Cresta hardware)";256x224@60;V
+arbalest;"Arbalester";384x224@60;V
+arcadian;"Arcadia (NMK)";384x224@56;V
+area88;"Area 88 (Japan)";384x224@60;H
+area88r;"Area 88 (Japan Resale ver.)";384x224@60;H
+arian;"Arian Mission";288x216@60;V
+ark1ball;"Arkanoid (bootleg with MCU, harder)";256x224@60;V
+ark1balla;"Arkanoid (bootleg with MCU, harder, alt)";256x224@60;V
+arkangc;"Arkanoid (Game Corporation bootleg, set 1)";256x224@60;V
+arkangc2;"Arkanoid (Game Corporation bootleg, set 2)";256x224@60;V
+arkanoid;"Arkanoid (Euro?) - Arkanoid (World, oldest rev)";256x224@60;V
+arkanoidj;"Arkanoid (Japan) - Arkanoid (Jpn)";256x224@60;V
+arkanoidja;"Arkanoid (Japan, older rev) - Arkanoid (Jpn, Alt)";256x224@60;V
+arkanoidjb;"Arkanoid (Japan, oldest rev)";256x224@60;V
+arkanoidjbl;"Arkanoid (bootleg with MCU set 1)";256x224@60;V
+arkanoidjbl2;"Arkanoid (bootleg with MCU set 2)";256x224@60;V
+arkanoidjbla;"Arkanoid (bootleg with MCU, alt)";256x224@60;V
+arkanoidu;"Arkanoid (US)";256x224@60;V
+arkanoiduo;"Arkanoid (US, oldest rev)";256x224@60;V
+arkarea;"Ark Area";256x192@60;H
+arkatayt;"Arkanoid (Tayto bootleg)";256x224@60;V
+arkatour;"Tournament Arkanoid (US)";256x224@60;V
+arkbloc2;"Block (Game Corporation bootleg, set 2)";256x224@60;V
+arkblock;"Block (Game Corporation bootleg, set 1)";256x224@60;V
+arkgcbl;"Arkanoid (bootleg on Block hardware)";256x224@60;V
+arknoid2;"Arkanoid - Revenge of DOH (World)";256x224@60;V
+arknoid2b;"Arkanoid - Revenge of DOH (Japan bootleg)";256x224@60;V
+arknoid2j;"Arkanoid - Revenge of DOH (Japan)";256x224@60;V
+arknoid2u;"Arkanoid - Revenge of DOH (US)";256x224@60;V
+arkretrn;"Arkanoid Returns (Ver 2.02O 1997/02/10)";320x232@60;H
+arkretrnj;"Arkanoid Returns (Ver 2.02J 1997/02/10)";320x232@60;H
+arkretrnu;"Arkanoid Returns (Ver 2.02A 1997/02/10)";320x232@60;H
+arktayt2;"Arkanoid (Tayto bootleg, harder)";256x224@60;V
+armedf;"Armed Formation - Armed Formation F";320x240@57;V
+armedff;"Armed Formation (Fillmore license)";320x240@57;V
+armorcar;"Armored Car (set 1)";256x224@60;V
+armorcar2;"Armored Car (set 2)";256x224@60;V
+armwar;"Armored Warriors (941024 Europe)";384x224@60;H
+armwar1d;"Armored Warriors (941011 Europe Phoenix Edition)";384x224@60;H
+armwara;"Armored Warriors (941024 Asia)";384x224@60;H
+armwarar1;"Armored Warriors (940920 Asia)";384x224@60;H
+armwarr1;"Armored Warriors (941011 Europe)";384x224@60;H
+armwaru;"Armored Warriors (941024 USA)";384x224@60;H
+armwaru1;"Armored Warriors (940920 USA)";384x224@60;H
+armwrest;"Arm Wrestling";448x256@60;V
+ashnojoe;"Ashita no Joe (Japan)";288x208@60;H
+ashura;"Ashura (Jpn) - Ashura Blaster (World)";320x224@60;V
+ashuraj;"Ashura Blaster (Japan)";320x224@60;V
+ashurau;"Ashura Blaster (US)";320x224@60;V
+asideral;"Ataque Sideral (Spanish bootleg of UniWar S)";256x224@60;V
+aso;"ASO - Armored Scrum Object";288x216@60;V
+assault;"Assault (Rev B) - Desert Assault (US)";288x224@60;V
+assaultj;"Assault (Japan)";288x224@60;V
+assaultp;"Assault Plus (Japan)";288x224@60;V
+asterix;"Asterix (Euro, v1) - Asterix (ver EAD)";288x224@60;H
+asterixaad;"Asterix (ver AAD)";288x224@60;H
+asterixeaa;"Asterix (ver EAA)";288x224@60;H
+asterixeac;"Asterix (ver EAC)";288x224@60;H
+asterixj;"Asterix (ver JAD)";288x224@60;H
+astorm;"Alien Storm (Euro, Bra) - Alien Storm (set 4, World, 2 Players, FD1094 317-0154) - Alien Storm (World)";320x224@60;H
+astorm3;"Alien Storm (set 3, World, 3 Players, FD1094 317-0148)";320x224@60;H
+astorm3d;"Alien Storm (set 3, World, 3 Players, FD1094 317-0148";320x224@60;H
+astormj;"Alien Storm (set 1, Japan Rev B, 2 Players, FD1094 317";320x224@60;H
+astormjd;"Alien Storm (set 1, Japan Rev B, 2 Players, FD1094 317";320x224@60;H
+astormu;"Alien Storm (set 2, US, 3 Players, FD1094 317-0147)";320x224@60;H
+astormud;"Alien Storm (set 2, US, 3 Players, FD1094 317-0147 dec";320x224@60;H
+astrians;"Astrians (clone of Swarm)";256x224@60;V
+astyanax;"The Astyanax";256x224@60;H
+asuka;"Asuka & Asuka (World)";320x240@60;V
+asukaj;"Asuka & Asuka (Japan)";320x240@60;V
+asurabld;"Asura Blade - Sword of Dynasty (Japan)";320x240@60;H
+asurabus;"Asura Buster - Eternal Warriors (Japan)";320x240@60;H
+asurabusa;"Asura Buster - Eternal Warriors (Japan) (ARCADIA revie";320x240@60;H
+atehate;"Athena no Hatena ?";384x240@60;H
+atetris;"FA Tetris (Kor) - FA Tetris (Kor) - Tetris (set 1)";336x240@60;H
+atetrisa;"FA Tetris (Kor, Alt) - Tetris (set 2)";336x240@60;H
+atetrisb;"FA Tetris (Kor, Alt 2) - Tetris (bootleg set 1)";336x240@60;H
+atetrisb2;"Tetris (bootleg set 2)";336x240@60;H
+atetrisc;"Tetris (cocktail set 1)";336x240@60;V
+atetrisc2;"Tetris (cocktail set 2)";336x240@60;V
+athena;"Athena";288x216@60;H
+atlantis;"Battle of Atlantis (set 1)";256x224@60;V
+atlantis2;"Battle of Atlantis (set 2)";256x224@60;V
+atlantisb;"Battle of Atlantis (bootleg)";256x224@60;V
+atomboy;"Atomic Boy (revision B)";256x224@60;H
+atomboya;"Atomic Boy (revision A)";256x224@60;H
+atomicp;"Atomic Point (Korea)";320x224@60;H
+atompunk;"Atomic Punk (US)";320x240@60;H
+aurail;"Aurail (set 3, US, unprotected)";320x224@60;H
+aurail1;"Aurail (set 2, World, FD1089B 317-0168)";320x224@60;H
+aurail1d;"Aurail (set 2, World, FD1089B 317-0168 decrypted)";320x224@60;H
+aurailj;"Aurail (set 1, Japan, FD1089A 317-0167)";320x224@60;H
+aurailjd;"Aurail (set 1, Japan, FD1089A 317-0167 decrypted)";320x224@60;H
+avefenix;"Ave Fenix (Electrogame, Spanish bootleg of Phoenix)";256x208@60;V
+avefenixl;"Ave Fenix (Laguna, Spanish bootleg of Phoenix)";256x208@60;V
+avefenixrf;"Ave Fenix (Recreativos Franco, Spanish bootleg of Phoe";256x208@60;V
+avengers;"Avengers (US set 1)";256x240@60;V
+avengers2;"Avengers (US set 2)";256x240@60;V
+avsp;"Alien vs Predator (940520 Euro)";384x224@60;H
+avspa;"Alien vs Predator (940520 Asia)";384x224@60;H
+avspd;"Alien vs Predator (940520 Euro Phoenix Edition)";384x224@60;H
+avsph;"Alien vs Predator (940520 Hispanic)";384x224@60;H
+avspirit;"Avenging Spirit";256x224@60;H
+avspj;"Alien vs Predator (940520 Japan)";384x224@60;H
+avspu;"Alien vs Predator (940520 USA)";384x224@60;H
+aztarac;"Aztarac";340x256@40;H
+azurian;"Azurian Attack";256x224@60;V
+b2b;"Bang Bang Busters (2010 NCI release)";304x224@59;H
+backfire;"Backfire! (set 1)";240x640@60;V
+backfirt;"Back Fire (Tecmo, bootleg)";256x224@60;H
+baddudes;"Bad Dudes vs. Dragonninja (US)";256x240@57;H
+bakatono;"Bakatonosama Mahjong Manyuuki (MOM-002)(MOH-002)";304x224@59;H
+bakubrkr;"Bakuretsu Breaker";256x224@60;V
+bakutotu;"Bakutotsu Kijuutei";288x224@60;H
+balcube;"Bal Cube";320x224@60;H
+ballboy;"Ball Boy";256x224@60;H
+ballbros;"Balloon Brothers";384x240@60;H
+bang;"Bang! - Big Bang (9th Nov. 1993) - Pack'n Bang Bang (Prototype)";320x240@60;H
+bangball;"Bang Bang Ball (v1.05)";320x224@60;H
+bangbead;"Bang Bead";304x224@59;H
+bangbedp;"Bang Bead (Prototype?)";304x224@59;H
+bangj;"Gun Gabacho (Japan)";320x240@60;H
+bankp;"Bank Panic - Bank Panic (Euro) - Bank Panic (Jpn) - Bank Panic (Jpn)";224x224@60;H
+baraduke;"Baraduke";288x224@60;H
+baryon;"Baryon - Future Assault (set 1)";304x224@58;V
+baryona;"Baryon - Future Assault (set 2)";304x224@58;V
+batcir;"Battle Circuit (970319 Euro)";384x224@60;H
+batcira;"Battle Circuit (970319 Asia)";384x224@60;H
+batcird;"Battle Circuit (970319 Euro Phoenix Edition)";384x224@60;H
+batcirj;"Battle Circuit (970319 Japan)";384x224@60;H
+batlbubl;"Battle Bubble (v2.00)";320x224@60;H
+batman2;"Batman Part 2";256x224@60;V
+batrider;"Armed Police Batrider (Europe) (Fri Feb 13 1998)";320x240@60;V
+batriderc;"Armed Police Batrider (China) (Fri Feb 13 1998)";320x240@60;V
+batriderhk;"Armed Police Batrider - A Version (Hong Kong) (Mon Dec";320x240@60;V
+batriderj;"Armed Police Batrider - B Version (Japan) (Fri Feb 13";320x240@60;V
+batriderja;"Armed Police Batrider - A Version (Japan) (Mon Dec 22";320x240@60;V
+batriderk;"Armed Police Batrider (Korea) (Fri Feb 13 1998)";320x240@60;V
+batridert;"Armed Police Batrider - A Version (Taiwan) (Mon Dec 22";320x240@60;V
+batrideru;"Armed Police Batrider (U.S.A.) (Fri Feb 13 1998)";320x240@60;V
+batsugun;"Batsugun (set 1)";320x240@60;V
+batsuguna;"Batsugun (set 2)";320x240@60;V
+batsugunb;"Batsugun (Korean PCB)";320x240@60;V
+batsugunsp;"Batsugun (Special Ver.)";320x240@60;V
+battlane;"Battle Lane! Vol. 5 (set 1)";256x256@60;V
+battlane2;"Battle Lane! Vol. 5 (set 2)";256x256@60;V
+battlane3;"Battle Lane! Vol. 5 (set 3)";256x256@60;V
+battlex;"Battle Cross - Battle Cross (Jpn)";256x224@60;H
+battlnts;"Battlantis (program code G)";256x224@60;V
+battlntsa;"Battlantis (program code F)";256x224@60;V
+battlntsj;"Battlantis (Japan, program code E)";256x224@60;V
+battroad;"The Battle-Road";256x256@60;V
+bayroute;"Bay Route (set 3, World, FD1094 317-0116)";320x224@60;H
+bayroute1;"Bay Route (set 1, US, unprotected)";320x224@60;H
+bayrouted;"Bay Route (set 3, World, FD1094 317-0116 decrypted)";320x224@60;H
+bayroutej;"Bay Route (set 2, Japan, FD1094 317-0115)";320x224@60;H
+bayroutejd;"Bay Route (set 2, Japan, FD1094 317-0115 decrypted)";320x224@60;H
+bbakraid;"Battle Bakraid - Unlimited Version (U.S.A.) (Tue Jun 8";320x240@60;V
+bbakraidc;"Battle Bakraid - Unlimited Version (China) (Tue Jun 8";320x240@60;V
+bbakraidj;"Battle Bakraid - Unlimited Version (Japan) (Tue Jun 8";320x240@60;V
+bbakraidja;"Battle Bakraid (Japan) (Wed Apr 7 1999)";320x240@60;V
+bballs;"Bouncing Balls";256x224@60;H
+bballsa;"Bouncing Balls (Adult)";256x224@60;H
+bbmanw;"Bomber Man World / New Dyna Blaster - Global Quest";320x240@60;H
+bbmanwj;"Bomber Man World (Japan)";320x240@60;H
+bbmanwja;"Bomber Man World (Japan, revised sound hardware)";320x240@60;H
+bbredux;"Bobble Bobble ('bootleg redux' hack for Bobble Bobble";256x224@60;H
+bbros;"Buster Bros. (USA) - Super Buster Bros. (USA 901001)";384x240@57;H
+bbusters;"Beast Busters (World)";256x224@56;H
+bbustersj;"Beast Busters (Japan, Version 2)";256x224@56;H
+bbustersu;"Beast Busters (US, Version 3)";256x224@56;H
+bbustersua;"Beast Busters (US, Version 2)";256x224@56;H
+bchopper;"Battle Chopper";384x256@55;H
+bcrusher;"Bone Crusher";256x240@60;V
+bcruzm12;"Battle Cruiser M-12";256x224@60;V
+bcstry;"B.C. Story (set 1)";320x240@60;H
+bcstrya;"B.C. Story (set 2)";320x240@60;H
+beast;"Altered Beast (Euro, USA) - Altered Beast (Euro, USA, Bra) - Altered Beast (set 8, 8751 317-0078) - Altered Beast - Shadow of the Beast (Euro, Bra) - Shadow of the Beast (Euro, USA) - Shadow of the Beast (Neo Geo demo)";304x224@59;H
+beastfp;"Beastie Feastie";288x224@60;V
+berabohm;"Beraboh Man (Japan, Rev C)";288x224@60;H
+berabohmb;"Beraboh Man (Japan, Rev B)";288x224@60;H
+berlwall;"The Berlin Wall";256x224@60;H
+berlwallk;"The Berlin Wall (Korea)";256x224@60;H
+berlwallt;"The Berlin Wall (bootleg ?)";256x224@60;H
+bermudat;"Bermuda Triangle (World?)";400x224@60;V
+bermudata;"Bermuda Triangle (World Wars) (US)";400x224@60;V
+bermudatj;"Bermuda Triangle (Japan)";400x224@60;V
+bestbest;"Best Of Best";256x224@60;H
+bestleag;"Best League (bootleg of Big Striker, Italian Serie A)";256x224@60;H
+bestleaw;"Best League (bootleg of Big Striker, World Cup)";256x224@60;H
+bestri;"Bestri (Korea)";320x240@60;H
+bgaregga;"Battle Garegga (Europe / USA / Japan / Asia) (Sat Feb";320x240@60;V
+bgareggabl;"1945 Part 2 (Chinese hack of Battle Garegga)";320x240@60;V
+bgareggabla;"Lei Shen Zhuan Thunder Deity Biography (Chinese hack o";320x240@60;V
+bgareggacn;"Battle Garegga - Type 2 (Denmark / China) (Tue Apr 2 1";320x240@60;V
+bgareggahk;"Battle Garegga (Austria / Hong Kong) (Sat Feb 3 1996)";320x240@60;V
+bgaregganv;"Battle Garegga - New Version (Austria / Hong Kong) (Sa";320x240@60;V
+bgareggat2;"Battle Garegga - Type 2 (Europe / USA / Japan / Asia)";320x240@60;V
+bgareggatw;"Battle Garegga (Taiwan / Germany) (Thu Feb 1 1996)";320x240@60;V
+bgareggaz;"Battle Garegga Zakk version (Europe / USA / Japan / As";320x240@60;V
+bigbang;"Big Bang (9th Nov. 1993)";384x224@56;V
+bigbucks;"Big Bucks";288x224@60;V
+bigfghtr;"Tatakae! Big Fighter (Japan)";320x240@60;H
+bigkarnk;"Big Karnak";320x240@60;H
+bigstrik;"Big Striker";256x224@60;H
+bigstrkb;"Big Striker (bootleg)";256x224@60;H
+bigstrkba;"Big Striker (bootleg w/Italian teams)";256x224@60;H
+bigtwin;"Big Twin";320x240@58;H
+bikkuric;"Bikkuri Card (Japan)";256x224@60;V
+billiard;"The Billiards";256x224@60;V
+biomtoy;"Biomechanical Toy (Ver. 1.0.1885)";320x240@60;H
+biomtoya;"Biomechanical Toy (Ver. 1.0.1884)";320x240@60;H
+bionicc;"Bionic Commando (Euro)";256x224@60;H
+bionicc1;"Bionic Commando (US set 1)";256x224@60;H
+bionicc2;"Bionic Commando (US set 2)";256x224@60;H
+bioniccbl;"Bionic Commandos (bootleg, set 1)";256x224@60;H
+bioniccbl2;"Bionic Commandos (bootleg, set 2)";256x224@60;H
+bioship;"Bio-ship Paladin";256x224@56;H
+birdiy;"Birdiy";288x224@60;V
+birdtry;"Birdie Try (Japan)";256x240@57;V
+bishi;"Bishi Bashi Championship Mini Game Senshuken (ver JAA, - Super Bishi Bashi Championship (ver JAA, 2 Players)";288x224@60;H
+bjourney;"Blue's Journey / Raguy (ALM-001)(ALH-001)";320x224@59;H
+bjtwin;"Bombjack Twin (set 1)";384x224@56;V
+bjtwina;"Bombjack Twin (set 2)";384x224@56;V
+bladestl;"Blades of Steel (version T)";256x224@60;V
+bladestle;"Blades of Steel (version E)";256x224@60;V
+bladestll;"Blades of Steel (version L)";256x224@60;V
+blandia;"Blandia";384x240@60;H
+blandiap;"Blandia (prototype)";384x240@60;H
+blastoff;"Blast Off (Japan)";288x224@60;V
+blazeon;"Blaze On (Japan)";320x232@60;H
+blazer;"Blazer (Japan)";288x224@60;V
+blazstar;"Blazing Star";304x224@59;H
+blkbustr;"BlockBuster";240x224@60;V
+blkdrgon;"Black Dragon (Japan)";256x224@60;H
+blkdrgonb;"Black Dragon (bootleg)";256x224@60;H
+blkheart;"Black Heart";256x224@56;H
+blkheartj;"Black Heart (Japan)";256x224@56;H
+blkhole;"Black Hole";256x224@60;V
+blkpnthr;"Black Panther";256x224@60;H
+blktiger;"Black Tiger";256x224@60;H
+blktigera;"Black Tiger (older)";256x224@60;H
+blktigerb1;"Black Tiger (bootleg set 1)";256x224@60;H
+blktigerb2;"Black Tiger (bootleg set 2)";256x224@60;H
+blktigerb3;"Black Tiger / Black Dragon (mixed bootleg?)";256x224@60;H
+blmbycar;"Blomby Car";384x256@60;H
+blmbycaru;"Blomby Car (not encrypted)";384x256@60;H
+block;"Block (Game Corporation bootleg, set 1) - Block Block (World 911219 Joystick)";384x240@60;V
+blockbl;"Block Block (bootleg)";384x240@60;V
+blockcar;"Block Carnival / Thunder & Lightning 2";384x240@60;V
+blockgal;"Block Gal (MC-8123B, 317-0029)";256x224@60;V
+blockhl;"Block Hole";288x224@60;H
+blockj;"Block Block (Japan 910910)";384x240@60;V
+blockout;"Block Out (set 1) - Blockout (World)";320x240@58;H
+blockout2;"Block Out (set 2)";320x240@58;H
+blockoutj;"Block Out (Japan)";320x240@58;H
+blockr1;"Block Block (World 911106 Joystick)";384x240@60;V
+blockr2;"Block Block (World 910910)";384x240@60;V
+bloodbro;"Blood Bros. (set 1)";256x224@60;H
+bloodbroa;"Blood Bros. (set 2)";256x224@60;H
+bloodbrob;"Blood Bros. (set 3)";256x224@60;H
+bloodwar;"Blood Warrior";320x240@60;H
+blox16b;"Bloxeed (System 16B, PS2 data file)";320x224@60;H
+bloxeed;"Bloxeed (Japan, FD1094 317-0139)";320x224@60;H
+bloxeedd;"Bloxeed (Japan, FD1094 317-0139 decrypted)";320x224@60;H
+blswhstl;"Bells & Whistles (World, version L)";280x224@60;V
+blswhstla;"Bells & Whistles (Asia, version M)";280x224@60;V
+bluehawk;"Blue Hawk";384x240@60;V
+bluehawkn;"Blue Hawk (NTC)";384x240@60;V
+blueprnt;"Blue Print (Midway)";256x224@60;V
+blueprntj;"Blue Print (Jaleco)";256x224@60;V
+blzntrnd;"Blazing Tornado";304x224@60;H
+bmaster;"Blade Master (World)";320x240@60;H
+bnj;"Bump 'n' Jump - Bump 'n' Jump";256x240@60;V
+boblbobl;"Bobble Bobble (bootleg of Bubble Bobble) - Super Bobble Bobble (bootleg, set 1)";256x224@60;H
+boblcave;"Bubble Bobble: Lost Cave V1.2 (for Bobble Bobble PCB)";256x224@60;H
+bodyslam;"Body Slam (8751 317-0015)";320x224@60;H
+bogeyman;"Bogey Manor";256x240@60;H
+boggy84;"Boggy '84 - Boggy '84 (Jpn)";256x224@60;V
+boggy84b;"Boggy '84 (bootleg) - Boggy '84 (Jpn, Alt 2)";256x224@60;V
+bombbee;"Bomb Bee";272x224@60;V
+bomber;"Bomber - Bomber (bootleg of Scramble) - Space Bomber (ver. B)";256x224@60;V
+bombjack;"Bomb Jack (Jpn) - Bomb Jack (set 1)";256x224@60;V
+bombjack2;"Bomb Jack (set 2)";256x224@60;V
+bombjackt;"Bomb Jack (Tecfri, Spain)";256x224@60;V
+bombkick;"Bomb Kick (set 1)";384x224@60;H
+bombkicka;"Bomb Kick (set 2)";384x224@60;H
+bombrman;"Bomber Man (Japan)";320x240@60;H
+bongo;"Bongo - Congo Bongo";256x224@60;V
+bonkadv;"B.C. Kid / Bonk's Adventure / Kyukyoku!! PC Genjin";320x240@60;H
+bonzeadv;"Bonze Adventure (World, Newer)";320x224@60;H
+bonzeadvo;"Bonze Adventure (World, Older)";320x224@60;H
+bonzeadvp;"Bonze Adventure (World, prototype)";320x224@60;H
+bonzeadvu;"Bonze Adventure (US)";320x224@60;H
+boobhack;"Booby Kids (Italian manufactured graphic hack / bootle";256x224@60;V
+boogwing;"Boogie Wings (Euro v1.5, 92.12.07)";320x240@58;H
+boogwinga;"Boogie Wings (Asia v1.5, 92.12.07)";320x240@58;H
+boogwingu;"Boogie Wings (USA v1.7, 92.12.14)";320x240@58;H
+bottom9;"Bottom of the Ninth (ver. T)";288x224@60;H
+bottom9n;"Bottom of the Ninth (ver. N)";288x224@60;H
+bouldash;"Boulder Dash / Boulder Dash Part 2 (World)";256x240@57;H
+bouldashj;"Boulder Dash / Boulder Dash Part 2 (Japan)";256x240@57;H
+bounty;"The Bounty";256x224@60;H
+bowlrama;"Bowl-O-Rama";360x240@57;V
+boxyboy;"Boxy Boy (SB?) - Boxyboy";288x224@60;H
+brain;"Brain";256x224@60;H
+brapboys;"B.Rap Boys (World)";256x224@60;H
+brapboysj;"B.Rap Boys Special (Japan)";256x224@60;H
+brapboysu;"B.Rap Boys Special (US)";256x224@60;H
+breakers;"Breakers";320x224@59;H
+breakrev;"Breakers Revenge";320x224@59;H
+breywood;"Breywood (Japan revision 2)";256x240@58;H
+brix;"Brix";256x224@60;V
+brkthru;"Break Thru (US)";240x240@60;H
+brkthruj;"Kyohkoh-Toppa (Japan)";240x240@60;H
+brubber;"Burnin' Rubber";256x240@60;V
+bshark;"Battle Shark (World)";320x240@60;H
+bsharkj;"Battle Shark (Japan)";320x240@60;H
+bsharkjjs;"Battle Shark (Japan, Joystick)";320x240@60;H
+bsharku;"Battle Shark (US)";320x240@60;H
+bssoccer;"Back Street Soccer";256x224@60;H
+bstars;"Baseball Stars Professional (NGM-002)";320x224@59;H
+bstars2;"Baseball Stars 2";304x224@59;H
+bstarsh;"Baseball Stars Professional (NGH-002)";320x224@59;H
+btime;"Burger Time (Data East set 1) - Burgertime - Burgertime (Jpn) - Super Burger Time (World, set 1)";242x240@60;V
+btime2;"Burger Time (Data East set 2)";242x240@60;V
+btime3;"Burger Time (Data East USA)";242x240@60;V
+btimem;"Burger Time (Midway) - Burgertime (Prototype)";242x240@60;V
+btlfield;"Battle Field (Japan)";256x224@60;V
+btlfieldb;"Battle Field (bootleg)";256x224@60;V
+btlkroad;"Battle K-Road";320x224@59;H
+btlkroadk;"Battle K-Road (Korean PCB)";320x224@59;H
+bub68705;"Bubble Bobble (boolteg with 68705, set 1)";256x224@60;H
+bub68705a;"Bubble Bobble (boolteg with 68705, set 2)";256x224@60;H
+bubblem;"Bubble Memories: The Story Of Bubble Bobble III (Ver 2";320x224@60;H
+bubblemj;"Bubble Memories: The Story Of Bubble Bobble III (Ver 2";320x224@60;H
+bubbletr;"Bubble Trouble (World, Rev B)";288x224@60;H
+bubbletrj;"Bubble Trouble (Japan, Rev C)";288x224@60;H
+bubl2000;"Bubble 2000";256x224@56;H
+bublbob2;"Bubble Bobble II (Ver 2.6O 1994/12/16)";320x224@60;H
+bublbob2o;"Bubble Bobble II (Ver 2.5O 1994/10/05)";320x224@60;H
+bublbob2p;"Bubble Bobble II (Ver 0.0J 1993/12/13, prototype)";320x224@60;H
+bublbobl;"Bubble Bobble (Euro, Bra) - Bubble Bobble (Euro, USA) - Bubble Bobble (Japan, Ver 0.1)";256x224@60;H
+bublbobl1;"Bubble Bobble (Japan, Ver 0.0)";256x224@60;H
+bublboblb;"Bubble Bobble (for Bobble Bobble PCB)";256x224@60;H
+bublboblr;"Bubble Bobble (US, Ver 5.1)";256x224@60;H
+bublboblr1;"Bubble Bobble (US, Ver 1.0)";256x224@60;H
+bublboblu;"Bubble Bobble (Ultra Version, Hack)";256x224@60;H
+bublcave;"Bubble Bobble: Lost Cave V1.2";256x224@60;H
+bublcave10;"Bubble Bobble: Lost Cave V1.0";256x224@60;H
+bublcave11;"Bubble Bobble: Lost Cave V1.1";256x224@60;H
+bubsymphe;"Bubble Symphony (Ver 2.5O 1994/10/05)";320x224@60;H
+bubsymphj;"Bubble Symphony (Ver 2.5J 1994/10/05)";320x224@60;H
+bubsymphu;"Bubble Symphony (Ver 2.5A 1994/10/05)";320x224@60;H
+bucaner;"Buccaneer";288x224@60;V
+buccanrs;"Buccaneers (set 1)";256x256@55;H
+buccanrsa;"Buccaneers (set 2)";256x256@55;H
+buccanrsb;"Buccaneers (set 3, harder)";256x256@55;H
+bucky;"Bucky O'Hare (ver EAB)";384x224@60;H
+buckyaab;"Bucky O'Hare (ver AAB)";384x224@60;H
+buckyea;"Bucky O'Hare (ver EA)";384x224@60;H
+buckyjaa;"Bucky O'Hare (ver JAA)";384x224@60;H
+buckyuab;"Bucky O'Hare (ver UAB)";384x224@60;H
+bullet;"Bullet (FD1094 317-0041)";320x224@60;H
+bulletd;"Bullet (FD1094 317-0041 decrypted)";320x224@60;H
+bullfgt;"Bullfight (315-5065)";256x224@60;H
+buraiken;"Hissatsu Buraiken (Japan)";256x240@60;V
+burglarx;"Burglar X";384x224@60;H
+burnforc;"Burning Force (Euro) - Burning Force (Japan, new version (Rev C))";288x224@60;H
+burnforco;"Burning Force (Japan, old version)";288x224@60;H
+burningf;"Burning Fight (NGM-018)(NGH-018)";304x224@59;H
+burningfh;"Burning Fight (NGH-018)(US)";304x224@59;H
+burningfp;"Burning Fight (prototype, older)";304x224@59;H
+burningfpa;"Burning Fight (prototype, ver 23.3, 910326)";304x224@59;H
+buzzard;"Buzzard";288x224@60;V
+bwcasino;"Boardwalk Casino";288x224@60;V
+bwings;"B-Wings (Japan new Ver.)";256x240@60;V
+bwingsa;"B-Wings (Alt Ver.?)";256x240@60;V
+bwingso;"B-Wings (Japan old Ver.)";256x240@60;V
+bygone;"Bygone";240x224@60;H
+cabal;"Cabal (World, Joystick)";256x256@60;H
+cabala;"Cabal (korea?, Joystick)";256x256@60;H
+cachat;"Cachat (Japan)";320x224@60;H
+cactus;"Cactus (bootleg of Saboten Bombers)";384x224@56;H
+cadash;"Cadash (USA, Asia, Kor) - Cadash (World) - Cadash - Cadash";320x240@60;H
+cadashf;"Cadash (France)";320x240@60;H
+cadashg;"Cadash (Germany, version 1)";320x240@60;H
+cadashi;"Cadash (Italy)";320x240@60;H
+cadashj;"Cadash (Japan, version 2)";320x240@60;H
+cadashj1;"Cadash (Japan, version 1)";320x240@60;H
+cadashjo;"Cadash (Japan, oldest version)";320x240@60;H
+cadashp;"Cadash (World, prototype)";320x240@60;H
+cadashu;"Cadash (US, version 2)";320x240@60;H
+cairblad;"Change Air Blade (Japan)";338x240@60;V
+calibr50;"Caliber 50";384x240@57;V
+calipso;"Calipso";256x224@60;V
+calorie;"Calorie Kun vs Moguranian";256x224@60;H
+calorieb;"Calorie Kun vs Moguranian (bootleg)";256x224@60;H
+cameltry;"Cameltry (US, YM2610)";320x224@60;H
+cameltrya;"Cameltry (US, YM2203 + M6295)";320x224@60;H
+cameltryau;"Cameltry (World, YM2203 + M6295)";320x224@60;H
+cameltryj;"Cameltry (Japan, YM2610)";320x224@60;H
+candance;"Cannon Dancer (Japan)";320x240@58;H
+candory;"Candory (Bootleg)";288x224@60;H
+cannball;"Cannon Ball (Yun Sung, horizontal)";384x240@60;H
+cannballv;"Cannon Ball (Yun Sung, vertical)";384x240@60;V
+cannonbp;"Cannon Ball (Pacman Hardware)";288x224@60;V
+canvas;"Canvas Croquis";288x216@60;H
+canyon;"Canyon Bomber";256x240@60;H
+canyonp;"Canyon Bomber (prototype)";256x240@60;H
+capbowl;"Capcom Bowling (set 1)";360x244@57;V
+capbowl2;"Capcom Bowling (set 2)";360x244@57;V
+capbowl3;"Capcom Bowling (set 3)";360x244@57;V
+capbowl4;"Capcom Bowling (set 4)";360x244@57;V
+capitol;"Capitol";256x208@60;V
+captcomm;"Captain Commando (911202 other country)";384x224@60;H
+captcommb;"Captain Commando (bootleg set 1, 911014 other country)";384x224@60;H
+captcommb2;"Captain Commando (bootleg set 2 (with YM2151 + 2xMSM52";384x224@60;H
+captcommj;"Captain Commando (911202 Japan)";384x224@60;H
+captcommjr1;"Captain Commando (910928 Japan)";384x224@60;H
+captcommr1;"Captain Commando (911014 other country)";384x224@60;H
+captcommu;"Captain Commando (910928 USA)";384x224@60;H
+cashquiz;"Cash Quiz (Type B, Version 5)";256x224@60;H
+catacomb;"Catacomb";256x224@60;V
+catt;"Catt (Japan)";320x224@60;H
+cavelon;"Cavelon";256x224@60;V
+cavenger;"Cosmic Avenger - Cosmic Avenger";240x196@60;H
+cawing;"Carrier Air Wing (U.S. navy 901012 etc)";384x224@60;H
+cawingb2;"Carrier Air Wing (bootleg set 2 (with 2xYM2203 + 2xMSM";384x224@60;H
+cawingbl;"Carrier Air Wing (bootleg set 1 (with 2xYM2203 + 2xMSM";384x224@60;H
+cawingj;"U.S. Navy (901012 Japan)";384x224@60;H
+cawingr1;"Carrier Air Wing (U.S. navy 901009 etc)";384x224@60;H
+cawingu;"Carrier Air Wing (U.S. navy 901012 USA)";384x224@60;H
+cbuster;"Crude Buster (World FX version)";256x240@58;H
+cbusterj;"Crude Buster (Japan FR revision 1)";256x240@58;H
+cbusterw;"Crude Buster (World FU version)";256x240@58;H
+cclimber;"Crazy Climber (US)";256x224@60;H
+cclimbr2;"Crazy Climber 2 (Japan)";288x224@60;H
+cclimbr2a;"Crazy Climber 2 (Japan, Harder)";288x224@60;H
+cencourt;"Center Court (World, 4 Players, prototype, MC-8123B)";320x224@60;V
+centiped;"Centipede - Centipede (revision 4)";256x240@60;V
+centiped3;"Centipede (revision 3)";256x240@60;V
+chainrec;"Chain Reaction (World, Version 2.2, 1995.09.25)";320x240@58;H
+chaknpop;"Chack'n Pop";256x224@60;H
+chameleo;"Chameleon";256x224@60;H
+champwr;"Champion Wrestler (World)";320x224@60;H
+champwrj;"Champion Wrestler (Japan)";320x224@60;H
+champwru;"Champion Wrestler (US)";320x224@60;H
+chanbara;"Chanbara";256x224@60;V
+changes;"Changes";256x224@60;H
+changesa;"Changes (EME license)";256x224@60;H
+charlien;"Charlie Ninja";320x240@58;H
+chasehq;"Chase H.Q. (World) - Taito Chase H.Q. - Taito Chase H.Q. - Taito Chase H.Q. (Euro) - Taito Chase H.Q. (USA, SMS Mode)";320x240@60;H
+chasehqj;"Chase H.Q. (Japan) - Taito Chase H.Q. (Jpn, SMS Mode)";320x240@60;H
+chasehqju;"Chase H.Q. (Japan UP)";320x240@60;H
+chasehqu;"Chase H.Q. (US)";320x240@60;H
+checkman;"Check Man";256x224@60;V
+checkmanj;"Check Man (Japan)";256x224@60;V
+cheekyms;"Cheeky Mouse";256x192@60;V
+chelnov;"Chelnov (Jpn) - Chelnov - Atomic Runner (World)";256x248@60;H
+chelnovj;"Chelnov - Atomic Runner (Japan)";256x248@60;H
+chelnovu;"Chelnov - Atomic Runner (US)";256x248@60;H
+chewing;"Chewing Gum";256x224@60;V
+chikij;"Chiki Chiki Boys (900619 Japan) - Chiki Chiki Boys (Jpn, Kor)";384x224@60;H
+chimerab;"Chimera Beast (prototype)";256x224@60;H
+chinagat;"China Gate (US)";256x240@60;H
+chinatwn;"China Town (Japan)";320x240@58;H
+chkun;"Chance Kun (Japan)";256x224@60;V
+chokchok;"Choky! Choky!";320x240@60;H
+choko;"Choko (010820 Japan)";384x224@60;H
+chopliftbl;"Choplifter (bootleg)";256x224@60;H
+chopliftu;"Choplifter (unprotected)";256x224@60;H
+chopper;"Battle Chopper - Chopper I (US set 1)";400x224@60;V
+choppera;"Chopper I (US set 2)";400x224@60;V
+chopperb;"Chopper I (US set 3)";400x224@60;V
+chqflag;"Chequered Flag";304x224@60;V
+chqflagj;"Chequered Flag (Japan)";304x224@60;V
+chukatai;"Chuka Taisen (World) - Gokuraku! Chuka Taisen";256x224@60;H
+chukataij;"Chuka Taisen (Japan)";256x224@60;H
+chukataiu;"Chuka Taisen (US)";256x224@60;H
+circusc;"Circus Charlie (Jpn) - Circus Charlie (level select, set 1) - Maxi Tuan ~ Circus Charlie (Tw)";256x224@60;V
+circusc2;"Circus Charlie (level select, set 2)";256x224@60;V
+circusc3;"Circus Charlie (level select, set 3)";256x224@60;V
+circusc4;"Circus Charlie (no level select)";256x224@60;V
+circuscc;"Circus Charlie (Centuri)";256x224@60;V
+circusce;"Circus Charlie (Centuri, earlier)";256x224@60;V
+citybomb;"City Bomber (World)";256x224@60;V
+citybombj;"City Bomber (Japan)";256x224@60;V
+citycon;"City Connection (Jpn) - City Connection (set 1)";240x224@60;H
+citycona;"City Connection (Jpn, Alt) - City Connection (set 2)";240x224@60;H
+ckongg;"Crazy Kong (bootleg on Galaxian hardware)";256x224@60;V
+ckongmc;"Crazy Kong (bootleg on Moon Cresta hardware)";256x224@60;V
+ckongs;"Crazy Kong (Scramble hardware)";256x224@60;V
+clbowl;"Coors Light Bowling";360x244@57;V
+cleopatr;"Cleopatra Fortune (Ver 2.1J 1996/09/05)";320x224@60;H
+cloak;"Cloak & Dagger (rev 5)";256x232@60;H
+cloakfr;"Cloak & Dagger (French)";256x232@60;H
+cloakgr;"Cloak & Dagger (German)";256x232@60;H
+cloaksp;"Cloak & Dagger (Spanish)";256x232@60;H
+cltchitr;"Clutch Hitter (set 2, US, FD1094 317-0176)";320x224@60;H
+cltchitrd;"Clutch Hitter (set 2, US, FD1094 317-0176 decrypted)";320x224@60;H
+cltchitrj;"Clutch Hitter (set 1, Japan, FD1094 317-0175)";320x224@60;H
+cltchitrjd;"Clutch Hitter (set 1, Japan, FD1094 317-0175 decrypted";320x224@60;H
+cnbe;"Codename - Blut Engel (2006-01-19)";304x224@59;H
+cndi;"Chip n Dale (Intro demo)";304x224@59;H
+cninja;"Caveman Ninja (World ver 4)";256x240@58;H
+cninja1;"Caveman Ninja (World ver 1)";256x240@58;H
+cninjabl;"Caveman Ninja (bootleg)";256x240@58;H
+cninjau;"Caveman Ninja (US ver 4)";256x240@58;H
+cobracom;"Cobra-Command (World/US revision 5)";256x240@58;H
+cobracoma;"Cobra-Command (World/US revision 4)";256x240@58;H
+cobracomb;"Cobra-Command (Italian bootleg)";256x240@58;H
+cobracomj;"Cobra-Command (Japan)";256x240@58;H
+cobracomja;"Cobra-Command (Japan?, set 2)";256x240@58;H
+cobracomjb;"Cobra-Command (Japan, bootleg)";256x240@58;H
+columnsn;"Columns (Neo Geo)";304x224@59;H
+combh;"Combat Hawk";224x224@60;V
+commando;"Commando (World)";256x224@60;V
+commandob;"Commando (bootleg)";256x224@60;V
+commandob2;"Commando (bootleg 2)";256x224@60;V
+commandoj;"Senjou no Ookami";256x224@60;V
+commandou;"Commando (US, set 1)";256x224@60;V
+commandou2;"Commando (US, set 2)";256x224@60;V
+commandw;"Command War - Super Special Battle & War Game (Ver 0.0";320x224@60;H
+commsega;"Commando (Sega)";256x224@60;V
+condor;"Condor (Sidam bootleg of Phoenix)";256x208@60;V
+condorn;"Condor (S C Novar bootleg of Phoenix)";256x208@60;V
+congo;"Congo (Prototype) - Congo Bongo - Congo Bongo - Congo Bongo (Euro, Jpn, v1)";256x224@60;V
+congoa;"Congo Bongo (Euro, Jpn, v1 Alt) - Congo Bongo (Rev C, 3 board stack)";256x224@60;V
+contcirc;"Continental Circus (World)";320x224@60;H
+contcircj;"Continental Circus (Japan)";320x224@60;H
+contcircu;"Continental Circus (US set 1)";320x224@60;H
+contcircua;"Continental Circus (US set 2)";320x224@60;H
+contra;"Contra (US / Asia, set 1) - Contra - Hard Corps (USA, Kor) - Super Contra";280x224@60;V
+contra1;"Contra (US / Asia, set 2)";280x224@60;V
+contrab;"Contra (bootleg)";280x224@60;V
+contrabj;"Contra (Japan bootleg, set 1)";280x224@60;V
+contrabj1;"Contra (Japan bootleg, set 2)";280x224@60;V
+contrae;"Contra (US / Asia, set 3)";280x224@60;V
+contraj;"Contra (Japan, set 1) - Contra - The Hard Corps (Jpn) - Super Contra (Japan)";280x224@60;V
+contraj1;"Contra (Japan, set 2)";280x224@60;V
+cookbib;"Cookie & Bibi (set 1)";320x240@60;H
+cookbib2;"Cookie & Bibi 2";256x224@58;H
+cookbib3;"Cookie & Bibi 3";256x224@58;H
+cookbiba;"Cookie & Bibi (set 2)";320x240@60;H
+cosmccop;"Cosmic Cop (World)";384x256@55;H
+cosmogng;"Cosmo Gang the Video (US)";288x224@60;V
+cotton;"Cotton (set 3, World, FD1094 317-0181a) - Panorama Cotton (Jpn)";320x224@60;H
+cottond;"Cotton (set 3, World, FD1094 317-0181a decrypted)";320x224@60;H
+cottong;"Cotocoto Cottong";256x224@60;V
+cottonj;"Cotton (set 2, Japan, Rev B, FD1094 317-0179b))";320x224@60;H
+cottonja;"Cotton (set 1, Japan, Rev A, FD1094 317-0179a))";320x224@60;H
+cottonjad;"Cotton (set 1, Japan, Rev A, FD1094 317-0179a decrypte";320x224@60;H
+cottonjd;"Cotton (set 2, Japan, Rev B, FD1094 317-0179b decrypte";320x224@60;H
+cottonu;"Cotton (set 2, US, FD1094 317-0180)";320x224@60;H
+cottonud;"Cotton (set 2, US, FD1094 317-0180 decrypted)";320x224@60;H
+countrunb;"Counter Run (bootleg set 1)";256x224@60;H
+cphd;"Crouching Poney Hidden Dragon (DEMO)";304x224@59;H
+cps1demo;"Chaos Demo (CPS-1)";384x224@60;H
+cps1frog;"Frog Feast (CPS-1)";384x224@60;H
+crazyblk;"Crazy Blocks";240x224@60;V
+crazycop;"Crazy Cop (Japan)";288x224@60;V
+crazyfgt;"Crazy Fight";384x224@60;H
+crimec;"Crime City (World)";320x224@60;H
+crimecj;"Crime City (Japan)";320x224@60;H
+crimecu;"Crime City (US)";320x224@60;H
+crimfght;"Crime Fighters (World 2 players)";320x224@60;H
+crimfghtj;"Crime Fighters (Japan 2 Players)";320x224@60;H
+crimfghtu;"Crime Fighters (US 4 Players)";320x224@60;H
+crockman;"Crock-Man (bootleg, Rene-Pierre)";288x224@60;V
+croquis;"Croquis (Germany)";320x224@60;H
+crospang;"Cross Pang";320x240@60;H
+crossbld;"Cross Blades! (Japan)";320x240@60;H
+crshrace;"Lethal Crash Race (set 1)";320x224@60;V
+crshrace2;"Lethal Crash Race (set 2)";320x224@60;V
+crswd2bl;"Crossed Swords 2 (bootleg CD to cartridge conversion)";304x224@59;H
+crsword;"Crossed Swords (ALM-002)(ALH-002)";304x224@59;H
+cruisin;"Cruisin";240x224@60;H
+crush;"Alien Crush - Alien Crush - Crush Roller (Kural Samno) - Mad Crusher (Japan) - Rolling Crush (version 1.07.E - 1999/02/11, Trust lice - Super Metal Crusher";288x224@60;V
+crush2;"Crush Roller (Kural Esco - bootleg?)";288x224@60;V
+crush4;"Crush Roller (Kural - bootleg?)";288x224@60;V
+crush5;"Crush Roller (Kural TWT)";288x224@60;V
+crushbl;"Crush Roller (bootleg set 1)";288x224@60;V
+crushbl2;"Crush Roller (bootleg set 2)";288x224@60;V
+crushbl3;"Crush Roller (bootleg set 3)";288x224@60;V
+crusherm;"Crusher Makochan (Japan)";320x240@58;H
+crushs;"Crush Roller (Sidam bootleg)";288x224@60;V
+csclub;"Capcom Sports Club (971017 Euro)";384x224@60;H
+csclub1;"Capcom Sports Club (970722 Euro)";384x224@60;H
+csclub1d;"Capcom Sports Club (970722 Euro Phoenix Edition)";384x224@60;H
+cscluba;"Capcom Sports Club (970722 Asia)";384x224@60;H
+csclubh;"Capcom Sports Club (970722 Hispanic)";384x224@60;H
+csclubj;"Capcom Sports Club (970722 Japan)";384x224@60;H
+csclubjy;"Capcom Sports Club (970722 Japan, yellow case)";384x224@60;H
+csilver;"Captain Silver (World)";256x240@58;H
+csilverj;"Captain Silver (Japan revision 3)";256x240@58;H
+csilverja;"Captain Silver (Japan revision 1)";256x240@58;H
+csprint;"Championship Sprint (Atari System 2)";512x384@60;H
+ct2k3sa;"Crouching Tiger Hidden Dragon 2003 Super Plus alternat";304x224@59;H
+ct2k3sp;"Crouching Tiger Hidden Dragon 2003 Super Plus";304x224@59;H
+cthd2003;"Crouching Tiger Hidden Dragon 2003 (set 1)";304x224@59;H
+cthd2k3a;"Crouching Tiger Hidden Dragon 2003 (set 2)";304x224@59;H
+ctomaday;"Captain Tomaday";304x224@59;H
+ctribe;"The Combatribes (US)";320x240@57;H
+ctribe1;"The Combatribes (US set 1?)";320x240@57;H
+ctribeb;"The Combatribes (bootleg set 1)";320x240@57;H
+ctribeb2;"The Combatribes (bootleg set 2)";320x240@57;H
+ctribej;"The Combatribes (Japan)";320x240@57;H
+ctribeo;"The Combatribes (US , older)";320x240@57;H
+ctrpllrp;"Caterpillar Pacman Hack";288x224@60;V
+cubybop;"Cuby Bop (location test)";320x224@60;H
+cuebrick;"Cue Brick (World, version D)";304x224@60;H
+cuebrickj;"Cue Brick (Japan)";320x224@60;H
+cupfinal;"Taito Cup Finals (Ver 1.0O 1993/02/28)";320x224@60;H
+cutefght;"Cute Fighter";304x224@58;H
+cutieq;"Cutie Q";272x224@60;V
+cworld;"Capcom World (Japan)";384x240@60;H
+cworld2j;"Adventure Quiz Capcom World 2 (920611 Japan)";384x224@60;H
+cworld2ja;"Adventure Quiz Capcom World 2 (Japan 920611, B-Board 9";384x224@60;H
+cworld2jb;"Adventure Quiz Capcom World 2 (Japan 920611, B-Board 9";384x224@60;H
+cybattlr;"Cybattler";256x224@60;V
+cyberlip;"Cyber-Lip (NGM-010)";304x224@59;H
+cybertnk;"Cyber Tank (v1.4)";224x512@60;V
+cybots;"Cyberbots - fullmetal madness (950424 Euro)";384x224@60;H
+cybotsj;"Cyberbots - fullmetal madness (950420 Japan)";384x224@60;H
+cybotsjd;"Cyberbots - fullmetal madness (Japan 950424) (decrypte";384x224@60;H
+cybotsu;"Cyberbots - fullmetal madness (950424 USA)";384x224@60;H
+cybotsud;"Cyberbots - fullmetal madness (950424 USA Phoenix Edit";384x224@60;H
+cyvern;"Cyvern (US)";320x240@60;V
+cyvernj;"Cyvern (Japan)";320x240@60;V
+dacholer;"Dacholer";256x224@60;H
+dadandrn;"Kyukyoku Sentai Dadandarn (ver JAA)";288x224@60;H
+daimakai;"Dai Makai-Mura (Japan) - Dai Makaimura - Dai Makaimura (Jpn)";384x224@60;H
+daimakaib;"Dai Makai-Mura (bootleg, Japan)";384x224@60;H
+daimakair;"Dai Makai-Mura (Japan Resale Ver.)";384x224@60;H
+daioh;"Daioh";384x240@60;V
+daioha;"Daioh (earlier)";384x240@60;V
+daiohc;"Daioh (93111A PCB conversion)";384x240@60;V
+daiohp;"Daioh (prototype)";384x240@60;V
+dairesya;"Dai Ressya Goutou (Japan)";240x224@60;H
+daisenpu;"Dai Senpu - Daisenpu (Japan)";384x224@60;V
+dambustr;"Dambusters (US, set 1) - The Dam Busters (Euro?)";256x224@60;V
+dambustra;"Dambusters (US, set 2) - The Dam Busters (Jpn)";256x224@60;V
+dambustruk;"Dambusters (UK)";256x224@60;V
+dangar;"Ufo Robo Dangar (4/07/1987)";256x224@60;V
+dangara;"Ufo Robo Dangar (12/1/1986)";256x224@60;V
+dangarb;"Ufo Robo Dangar (9/26/1986)";256x224@60;V
+dangarbt;"Ufo Robo Dangar (bootleg)";256x224@60;V
+dangseed;"Dangerous Seed (Japan) - Dangerous Seed (Jpn)";288x224@60;V
+dankuga;"Dan-Ku-Ga (Ver 0.0J 1994/12/13) (Prototype)";320x224@60;H
+daraku;"Daraku Tenshi - The Fallen Angels";320x224@60;H
+darius;"Darius (World)";224x864@60;V
+darius2;"Darius II (Japan) - Darius II (Jpn)";224x864@60;V
+darius2d;"Darius II (dual screen) (Japan)";224x640@60;V
+darius2do;"Darius II (dual screen) (Japan old version)";224x640@60;V
+dariuse;"Darius (Extra) (Japan)";224x864@60;V
+dariusg;"Darius Gaiden - Silver Hawk (Ver 2.5O 1994/09/19)";320x232@60;H
+dariusgj;"Darius Gaiden - Silver Hawk (Ver 2.5J 1994/09/19)";320x232@60;H
+dariusgu;"Darius Gaiden - Silver Hawk (Ver 2.5A 1994/09/19)";320x232@60;H
+dariusgx;"Darius Gaiden - Silver Hawk Extra Version (Ver 2.7J 19";320x232@60;H
+dariusj;"Darius (Japan)";224x864@60;V
+dariuso;"Darius (Japan old version)";224x864@60;V
+dariusu;"Darius (US)";224x864@60;V
+darkadv;"Dark Adventure";320x224@60;H
+darkmist;"The Lost Castle In Darkmist";256x224@60;V
+darkplnt;"Dark Planet";256x224@60;H
+darkseal;"Dark Seal (World revision 3)";256x240@58;H
+darkseal1;"Dark Seal (World revision 1)";256x240@58;H
+darkseal2;"Dark Seal 2 (Japan v2.1)";320x240@58;H
+darksealj;"Dark Seal (Japan)";256x240@58;H
+darktowr;"Dark Tower";256x240@57;H
+darwin;"Darwin 4078 (Japan) - Darwin 4081 (Jpn, Kor) - Super Real Darwin (World)";240x240@60;V
+dassault;"Desert Assault (US)";320x240@60;H
+dassault4;"Desert Assault (US 4 Players)";320x240@60;H
+dblaxle;"Double Axle (US)";320x240@60;H
+dblaxleu;"Double Axle (US earlier)";320x240@60;H
+dbldynj;"The Double Dynamites (Japan, 13NOV89)";256x224@60;H
+dbldynu;"The Double Dynamites (US, 13NOV89)";256x224@60;H
+dblewing;"Double Wings";320x240@58;V
+dblpoint;"Double Point";320x224@60;H
+dblpointd;"Double Point (Dong Bang Electron, bootleg?)";320x224@60;H
+dbreed;"Dragon Breed (M81 PCB version)";384x256@55;H
+dbreedm72;"Dragon Breed (M72 PCB version)";384x256@55;H
+dbz;"Dragon Ball Z - Buyuu Retsuden (Jpn) - Dragonball Z (rev B)";384x256@60;H
+dbz2;"Dragonball Z 2 - Super Battle";384x256@60;H
+dbza;"Dragonball Z (rev A)";384x256@60;H
+dcon;"D-Con";320x224@60;H
+ddaydoo;"Chulgyeok D-Day (Korea)";384x240@60;V
+ddcrew;"D. D. Crew (set 4, World, 3 Players, FD1094 317-0190)";320x224@60;H
+ddcrew1;"D. D. Crew (set 1, World, 4 Players, FD1094 317-?)";320x224@60;H
+ddcrew1d;"D. D. Crew (set 1, World, 4 Players, FD1094 317-? decr";320x224@60;H
+ddcrew2;"D. D. Crew (set 2, World, 2 Players, FD1094 317-0184)";320x224@60;H
+ddcrew2d;"D. D. Crew (set 2, World, 2 Players, FD1094 317-0184 d";320x224@60;H
+ddcrewd;"D. D. Crew (set 4, World, 3 Players, FD1094 317-0190 d";320x224@60;H
+ddcrewj;"D. D. Crew (set 5, Japan, 4 Players, FD1094 317-0185)";320x224@60;H
+ddcrewj2;"D. D. Crew (set 6, Japan, 2 Players, FD1094 317-0182)";320x224@60;H
+ddcrewj2d;"D. D. Crew (set 6, Japan, 2 Players, FD1094 317-0182 d";320x224@60;H
+ddcrewjd;"D. D. Crew (set 5, Japan, 4 Players, FD1094 317-0185 d";320x224@60;H
+ddcrewu;"D. D. Crew (set 3, US, 4 Players, FD1094 317-0186)";320x224@60;H
+ddcrewud;"D. D. Crew (set 3, US, 4 Players, FD1094 317-0186 decr";320x224@60;H
+ddonpach;"DoDonPachi (International, master ver. 97/02/05)";320x240@60;V
+ddonpacha;"DoDonPachi (Arrange Mode version 1.1, hack by Trap15)";320x240@60;V
+ddonpachj;"DoDonPachi (Japan, master ver. 97/02/05)";320x240@60;V
+ddp2;"Bee Storm - DoDonPachi II (V102, World) - Judge Dredd (USA, Prototype, Alt)";448x224@60;V
+ddp2100;"Bee Storm - DoDonPachi II (V100, World)";448x224@60;V
+ddp2100c;"Bee Storm - DoDonPachi II (V100, China)";448x224@60;V
+ddp2100hk;"Bee Storm - DoDonPachi II (V100, Hong Kong)";448x224@60;V
+ddp2100j;"Bee Storm - DoDonPachi II (V100, Japan)";448x224@60;V
+ddp2100k;"Bee Storm - DoDonPachi II (V100, Korea)";448x224@60;V
+ddp2100t;"Bee Storm - DoDonPachi II (V100, Taiwan)";448x224@60;V
+ddp2101;"Bee Storm - DoDonPachi II (V101, World)";448x224@60;V
+ddp2101c;"Bee Storm - DoDonPachi II (V101, China)";448x224@60;V
+ddp2101hk;"Bee Storm - DoDonPachi II (V101, Hong Kong)";448x224@60;V
+ddp2101j;"Bee Storm - DoDonPachi II (V101, Japan)";448x224@60;V
+ddp2101k;"Bee Storm - DoDonPachi II (V101, Korea)";448x224@60;V
+ddp2101t;"Bee Storm - DoDonPachi II (V101, Taiwan)";448x224@60;V
+ddp2c;"Bee Storm - DoDonPachi II (V102, China)";448x224@60;V
+ddp2hk;"Bee Storm - DoDonPachi II (V102, Hong Kong)";448x224@60;V
+ddp2j;"Bee Storm - DoDonPachi II (V102, Japan)";448x224@60;V
+ddp2k;"Bee Storm - DoDonPachi II (V102, Korea)";448x224@60;V
+ddp2t;"Bee Storm - DoDonPachi II (V102, Taiwan)";448x224@60;V
+ddpdoj;"DoDonPachi Dai-Ou-Jou (V101, Japan)";448x224@60;V
+ddpdoja;"DoDonPachi Dai-Ou-Jou (V100 (second version), Japan)";448x224@60;V
+ddpdojb;"DoDonPachi Dai-Ou-Jou (V100 (first version), Japan)";448x224@60;V
+ddpdojblk;"DoDonPachi Dai-Ou-Jou Black Label (V100, (2002.10.07.B";448x224@60;V
+ddpdojblka;"DoDonPachi Dai-Ou-Jou Black Label (V100 (2002.10.07 Bl";448x224@60;V
+ddpdojblkbl;"DoDonPachi Dai-Ou-Jou Black Label (2002.10.07 Black Ve";448x224@60;V
+ddragon;"Double Dragon (Euro, USA) - Double Dragon (Euro, USA) - Double Dragon (Japan) - Double Dragon (Kor) - Double Dragon (World)";256x240@57;H
+ddragon2;"Double Dragon II - The Revenge (Jpn) - Double Dragon II - The Revenge (World)";256x240@57;H
+ddragon2b;"Double Dragon II - The Revenge (US bootleg, set 1)";256x240@57;H
+ddragon2b2;"Double Dragon II - The Revenge (US bootleg, set 2)";256x240@57;H
+ddragon2u;"Double Dragon II - The Revenge (US)";256x240@57;H
+ddragon3;"Double Dragon 3 - The Arcade Game (Euro, USA) - Double Dragon 3 - The Rosetta Stone (US)";320x240@57;H
+ddragon3b;"Double Dragon 3 - The Rosetta Stone (bootleg)";320x240@57;H
+ddragon3j;"Double Dragon 3 - The Rosetta Stone (Japan)";320x240@57;H
+ddragon3p;"Double Dragon 3 - The Rosetta Stone (prototype)";320x240@57;H
+ddragonb;"Double Dragon (bootleg with HD6309)";256x240@57;H
+ddragonb2;"Double Dragon (bootleg)";256x240@57;H
+ddragonba;"Double Dragon (bootleg with M6803)";256x240@57;H
+ddragonu;"Double Dragon (US set 1)";256x240@57;H
+ddragonua;"Double Dragon (US set 2)";256x240@57;H
+ddragonub;"Double Dragon (US set 3)";256x240@57;H
+ddragonw;"Double Dragon (World set 1)";256x240@57;H
+ddragonw1;"Double Dragon (World set 2)";256x240@57;H
+ddsom;"Dungeons & Dragons - shadow over mystara (960619 Euro)";384x224@60;H
+ddsoma;"Dungeons & Dragons - shadow over mystara (960619 Asia)";384x224@60;H
+ddsomar1;"Dungeons & Dragons - shadow over mystara (960208 Asia)";384x224@60;H
+ddsomb;"Dungeons & Dragons - shadow over mystara (960223 Brazi";384x224@60;H
+ddsomh;"Dungeons & Dragons - shadow over mystara (960223 Hispa";384x224@60;H
+ddsomj;"Dungeons & Dragons - shadow over mystara (960619 Japan";384x224@60;H
+ddsomjr1;"Dungeons & Dragons - shadow over mystara (960206 Japan";384x224@60;H
+ddsomjr2;"Dungeons & Dragons - shadow over mystara (960223 Japan";384x224@60;H
+ddsomr1;"Dungeons & Dragons - shadow over mystara (960223 Euro)";384x224@60;H
+ddsomr2;"Dungeons & Dragons - shadow over mystara (960209 Euro)";384x224@60;H
+ddsomr3;"Dungeons & Dragons - shadow over mystara (960208 Euro)";384x224@60;H
+ddsomu;"Dungeons & Dragons - shadow over mystara (960619 USA)";384x224@60;H
+ddsomud;"Dungeons & Dragons - shadow over mystara (960619 USA P";384x224@60;H
+ddsomur1;"Dungeons & Dragons - shadow over mystara (960209 USA)";384x224@60;H
+ddtod;"Dungeons & Dragons - tower of doom (940412 Euro)";384x224@60;H
+ddtoda;"Dungeons & Dragons - tower of doom (940412 Asia)";384x224@60;H
+ddtodar1;"Dungeons & Dragons - tower of doom (940113 Asia)";384x224@60;H
+ddtodd;"Dungeons & Dragons - tower of doom (940412 Euro Phoeni";384x224@60;H
+ddtodh;"Dungeons & Dragons - tower of doom (940412 Hispanic)";384x224@60;H
+ddtodhr1;"Dungeons & Dragons - tower of doom (940125 Hispanic)";384x224@60;H
+ddtodhr2;"Dungeons & Dragons - tower of doom (940113 Hispanic)";384x224@60;H
+ddtodj;"Dungeons & Dragons - tower of doom (940412 Japan)";384x224@60;H
+ddtodjr1;"Dungeons & Dragons - tower of doom (940125 Japan)";384x224@60;H
+ddtodjr2;"Dungeons & Dragons - tower of doom (940113 Japan)";384x224@60;H
+ddtodr1;"Dungeons & Dragons - tower of doom (940113 Euro)";384x224@60;H
+ddtodu;"Dungeons & Dragons - tower of doom (940125 USA)";384x224@60;H
+ddtodur1;"Dungeons & Dragons - tower of doom (940113 USA)";384x224@60;H
+ddux;"Dynamite Dux (Euro, Bra) - Dynamite Dux (set 2, FD1094 317-0096)";320x224@60;H
+ddux1;"Dynamite Dux (set 1, 8751 317-0095)";320x224@60;H
+dduxbl;"Dynamite Dux (bootleg)";320x224@60;H
+dduxd;"Dynamite Dux (set 2, FD1094 317-0096 decrypted)";320x224@60;H
+dduxj;"Dynamite Dux (set 2, Japan, FD1094 317-0094)";320x224@60;H
+dduxjd;"Dynamite Dux (set 2, Japan, FD1094 317-0094 decrypted)";320x224@60;H
+deadconx;"Dead Connection (World)";320x224@60;H
+deadconxj;"Dead Connection (Japan)";320x224@60;H
+dealer;"The Dealer";272x236@60;V
+deathbrd;"Death Brade (Japan ver JM-3)";320x240@58;H
+deerhunt;"Deer Hunter (Rus) - Deer Hunting USA V4.3";320x240@60;H
+deerhunta;"Deer Hunting USA V4.2";320x240@60;H
+deerhuntb;"Deer Hunting USA V4.0";320x240@60;H
+deerhuntc;"Deer Hunting USA V3.0";320x240@60;H
+deerhuntd;"Deer Hunting USA V2";320x240@60;H
+deerhunte;"Deer Hunting USA V1";320x240@60;H
+defense;"Defense (System 16B, FD1089A 317-0028)";320x224@60;H
+deluxe4u;"Deluxe 4 U (ver. 0107, 07/01/2000)";320x240@60;H
+deluxe5;"Deluxe 5 (ver. 0107, 07/01/2000, set 1)";320x240@60;H
+deluxe5a;"Deluxe 5 (ver. 0107, 07/01/2000, set 2)";320x240@60;H
+deluxe5b;"Deluxe 5 (ver. 0107, 07/01/2000, set 3)";320x240@60;H
+demonwld;"Demon's World / Horror Story (set 1)";320x240@55.2;H
+demonwld1;"Demon's World / Horror Story (set 2)";320x240@55.2;H
+demonwld2;"Demon's World / Horror Story (set 3)";320x240@55.2;H
+demonwld3;"Demon's World / Horror Story (set 4)";320x240@55.2;H
+demonwld4;"Demon's World / Horror Story (set 5)";320x240@55.2;H
+deroon;"Deroon DeroDero";320x240@57;H
+deroona;"Deroon DeroDero (alt set)";320x240@57;H
+desertbr;"Desert Breaker (World, FD1094 317-0196)";320x224@60;V
+desertbrd;"Desert Breaker (World, FD1094 317-0196 decrypted)";320x224@60;V
+desertbrj;"Desert Breaker (Japan, FD1094 317-0194)";320x224@60;V
+desertbrjd;"Desert Breaker (Japan, FD1094 317-0194 decrypted)";320x224@60;V
+detatwin;"Detana!! Twin Bee (Japan ver. J)";280x224@60;V
+devilfsg;"Devil Fish (Galaxian hardware, bootleg?)";256x224@60;V
+devilfsh;"Devil Fish";256x224@60;V
+devilw;"Devil World";320x224@60;H
+devstors;"Devastators (ver. Z)";304x224@60;V
+devstors2;"Devastators (ver. X)";304x224@60;V
+devstors3;"Devastators (ver. V)";304x224@60;V
+dfeveron;"Dangun Feveron (Japan, ver. 98/09/17)";320x240@58;V
+dharma;"Dharma Doujou";320x224@60;H
+dharmaj;"Dharma Doujou (Japan)";320x224@60;H
+dharmak;"Dharma Doujou (Korea)";320x224@60;H
+diamond;"Diamond Run";256x224@60;H
+dietgo;"Diet Go Go (Euro v1.1 1992.09.26)";320x240@58;H
+dietgoe;"Diet Go Go (Euro v1.1 1992.08.04)";320x240@58;H
+dietgoj;"Diet Go Go (Japan v1.1 1992.09.26)";320x240@58;H
+dietgou;"Diet Go Go (USA v1.1 1992.09.26)";320x240@58;H
+digdug;"Dig Dug (Jpn) - Dig Dug (Prototype) - Dig Dug (rev 2)";288x224@60;V
+digdug2;"Dig Dug II (New Ver.)";288x224@60;V
+digdug2o;"Dig Dug II (Old Ver.)";288x224@60;V
+diggerma;"Digger Man";304x224@59;H
+dimahoo;"Dimahoo (000121 Euro)";384x224@60;V
+dimahoou;"Dimahoo (000121 USA)";384x224@60;V
+dimahoud;"Dimahoo (000121 USA Phoenix Edition)";384x224@60;V
+dingo;"Dingo";256x224@60;V
+dino;"Cadillacs & Dinosaurs (930201 etc)";384x224@60;H
+dinoa;"Cadillacs & Dinosaurs (930223 Asia TW)";384x224@60;H
+dinoeh;"Cadillacs and Dinosaurs (hack, 930201 etc)";384x224@60;H
+dinoh;"Cadillacs and Dinosaurs (bootleg set 3, 930223 Asia TW";384x224@60;H
+dinohc;"Cadillacs and Dinosaurs (Chinese bootleg, 930223 Asia";384x224@60;H
+dinohunt;"Dinosaur Hunter (Chinese bootleg, 930223 Asia TW)";384x224@60;H
+dinoj;"Cadillacs Kyouryuu-Shinseiki (Cadillacs 930201 Japan)";384x224@60;H
+dinopic;"Cadillacs and Dinosaurs (bootleg set 1 (with PIC16c57)";384x224@60;H
+dinopic2;"Cadillacs and Dinosaurs (bootleg set 2 (with PIC16c57)";384x224@60;H
+dinopic3;"Cadillacs and Dinosaurs (bootleg set 3 (with PIC16c57)";384x224@60;H
+dinopic4;"Cadillacs and Dinosaurs (bootleg set 4 (with PIC16c57)";384x224@60;H
+dinorex;"Dino Rex (World)";320x224@60;H
+dinorexj;"Dino Rex (Japan)";320x224@60;H
+dinorexu;"Dino Rex (US)";320x224@60;H
+dinot;"Cadillacs and Dinosaurs Turbo (bootleg set 1, 930223 A";384x224@60;H
+dinotpic;"Cadillacs and Dinosaurs Turbo (bootleg set 2 (with PIC";384x224@60;H
+dinou;"Cadillacs & Dinosaurs (930201 USA)";384x224@60;H
+dirtfoxj;"Dirt Fox (Japan)";288x224@60;V
+disco;"Disco No.1";242x240@60;V
+discof;"Disco No.1 (Rev.F)";242x240@60;V
+diverboy;"Diver Boy";320x240@60;H
+djboy;"DJ Boy (Euro) - DJ Boy (set 1)";256x224@58;H
+djboya;"DJ Boy (set 2)";256x224@58;H
+djboyj;"DJ Boy (Japan) - DJ Boy (Jpn)";256x224@58;H
+dkgensan;"Daiku no Gensan (Japan, M82)";384x256@55;H
+dkgensanm72;"Daiku no Gensan (Japan, M72)";384x256@55;H
+dkingjr;"Donkey King Jr. (bootleg of Donkey Kong Jr.)";256x224@60;V
+dkong;"Donkey Kong - Donkey Kong (US set 1)";256x224@60;V
+dkong3;"Donkey Kong 3 (US)";256x224@60;V
+dkong3b;"Donkey Kong 3 (bootleg on Donkey Kong Jr. hardware)";256x224@60;V
+dkong3j;"Donkey Kong 3 (Japan)";256x224@60;V
+dkongf;"Donkey Kong Foundry (hack)";256x224@60;V
+dkonghrd;"Donkey Kong (US set 1) with Hard kit";256x224@60;V
+dkongj;"Donkey Kong (Japan set 1)";256x224@60;V
+dkongjnrj;"Donkey Kong Junior (Japan?)";256x224@60;V
+dkongjo;"Donkey Kong (Japan set 2)";256x224@60;V
+dkongjo1;"Donkey Kong (Japan set 3)";256x224@60;V
+dkongjr;"Donkey Kong Junior - Donkey Kong Junior (US set F-2)";256x224@60;V
+dkongjrb;"Donkey Kong Jr. (bootleg)";256x224@60;V
+dkongjrj;"Donkey Kong Jr. (Japan)";256x224@60;V
+dkongjrm;"Donkey Kong Jr. (Moon Cresta hardware)";256x224@60;V
+dkongo;"Donkey Kong (US set 2)";256x224@60;V
+dkongpe;"Donkey Kong - Pauline Edition (hack, rev 5)";256x224@60;V
+dkongx;"Donkey Kong II - Jumpman Returns (hack, V1.2)";256x224@60;V
+dkongx11;"Donkey Kong II - Jumpman Returns (hack, V1.1)";256x224@60;V
+dkrainbow;"Donkey Kong - Arcade Rainbow (hack)";256x224@60;V
+dland;"Dream Land / Super Dream Land (bootleg of Bubble Bobbl - Rod-Land (World)";256x224@60;H
+dleague;"Dynamite League (US)";320x240@60;H
+dleaguej;"Dynamite League (Japan)";320x240@60;H
+dmnfrnt;"Demon Front (V105)";448x224@60;H
+dmnfrnta;"Demon Front (V102, China)";448x224@60;H
+dmnfrntb;"Demon Front (V103)";448x224@60;H
+dmnfrntpcb;"Demon Front (V107, Korea, Single PCB Version)";448x224@60;H
+dngrtrck;"Danger Track (Rally X bootleg)";288x224@60;H
+docastle;"Mr. Do!'s Castle - Mr. Do's Castle (set 1)";240x192@60;V
+dodgeman;"Dodge Man";256x224@60;H
+dogfgt;"Acrobatic Dog-Fight";256x240@60;H
+dogfgtj;"Dog-Fight (Japan)";256x240@60;H
+dogfgtu;"Acrobatic Dog-Fight (USA)";256x240@60;H
+dogfight;"Dog Fight (Thunderbolt) - Dog Fighter (Euro)";256x224@60;V
+dogosokb;"Dogou Souken (Joystick hack bootleg)";288x216@60;V
+dogosoke;"Dogou Souken";288x216@60;V
+dogyuun;"Dogyuun";320x240@60;V
+dogyuuna;"Dogyuun (Licensed to Unite Trading For Korea)";320x240@60;V
+dogyuunt;"Dogyuun (test location version)";320x240@60;V
+dokaben;"Dokaben (Japan)";384x240@60;H
+dolmen;"Dolmen";256x224@56;H
+dommy;"Dommy";248x240@57;V
+dondokod;"Don Doko Don (World)";320x224@60;H
+dondokodj;"Don Doko Don (Japan)";320x224@60;H
+dondokodu;"Don Doko Don (US)";320x224@60;H
+donight;"Mr.Do's Nightmare (hack by Krazy Ivan)";256x224@60;V
+donpachi;"DonPachi (USA, ver. 1.12, 95/05/2x)";320x240@58;V
+donpachihk;"DonPachi (Hong Kong, ver. 1.10, 95/05/17)";320x240@58;V
+donpachij;"DonPachi (Japan, ver. 1.01, 95/05/11)";320x240@58;V
+donpachikr;"DonPachi (Korea, ver. 1.12, 95/05/2x)";320x240@58;V
+dorodon;"Dorodon (Jpn) - Dorodon (set 1)";240x196@60;V
+dorodon2;"Dorodon (set 2)";240x196@60;V
+dorunrun;"Do! Run Run (set 1)";240x192@60;H
+dotrikun;"Dottori Kun (new version)";256x192@60;H
+dotrikun2;"Dottori Kun (old version)";256x192@60;H
+dotriman;"Dottori-Man Jr.";256x192@60;H
+doubledr;"Double Dragon (Neo-Geo)";320x224@59;H
+dowild;"Mr. Do's Wild Ride - Mr. Do's Wild Ride (Jpn)";240x192@60;H
+downtown;"DownTown / Mokugeki (Set 1)";384x224@57;V
+downtown2;"DownTown / Mokugeki (Set 2)";384x224@57;V
+downtownj;"DownTown / Mokugeki (Joystick Hack)";384x224@57;V
+downtownp;"DownTown / Mokugeki (prototype)";384x224@57;V
+dquizgo;"Date Quiz Go Go (Korea)";320x240@60;H
+dragnblz;"Dragon Blaze";320x224@60;V
+dragonsh;"Dragon's Heaven (development board)";304x224@59;H
+drakton;"Drakton (DK conversion)";256x224@60;V
+dreamwld;"Dream World";304x224@58;H
+dremshpr;"Dream Shopper";288x224@60;V
+drgnbowl;"Dragon Bowl";256x224@60;H
+drgnbowla;"Dragon Bowl (set 2, unencrypted program)";256x224@60;H
+drgnbstr;"Dragon Buster";288x224@60;H
+drgninja;"Dragonninja (Japan)";256x240@57;H
+drgninjab;"Dragonninja (bootleg set 1)";256x240@57;H
+drgninjab2;"Dragonninja (bootleg set 2)";256x240@57;H
+drgnmst;"Dragon Master";384x224@60;H
+drgnunit;"Dragon Unit / Castle of Dragon";384x240@60;H
+drgw2;"Dragon World II (V110X, World)";448x224@60;H
+drgw2c;"Zhong Guo Long II (V100C, China)";448x224@60;H
+drgw2hk;"Dragon World II (V100H, Hong Kong)";448x224@60;H
+drgw2j;"Chuugokuryuu II (V100J, Japan)";448x224@60;H
+drifto94;"Drift Out '94 - The Hard Order (Japan)";336x238@60;H
+driftout;"Drift Out (Europe)";320x224@60;V
+driftoutj;"Drift Out (Japan)";320x224@60;V
+driveout;"Drive Out";320x224@60;V
+drivfrcb;"Driving Force (Galaxian conversion bootleg)";256x224@60;V
+drivfrcg;"Driving Force (Galaxian conversion)";256x224@60;V
+drivfrcp;"Driving Force (Pac-Man conversion)";256x224@60;V
+drivfrct;"Top Racer (bootleg of Driving Force)";256x224@60;V
+drktnjr;"Drakton (DKJr conversion)";256x224@60;V
+drmicro;"Dr. Micro";256x224@60;V
+drtomy;"Dr. Tomy";320x240@60;H
+drtoppel;"Dr. Toppel's Adventure (World)";256x224@60;V
+drtoppela;"Dr. Toppel's Adventure (World, alt?)";256x224@60;V
+drtoppelj;"Dr. Toppel's Tankentai (Japan)";256x224@60;V
+drtoppelu;"Dr. Toppel's Adventure (US)";256x224@60;V
+dsaber;"Dragon Saber (World, DO2) - Dragon Saber - After Story of Dragon Spirit";288x224@60;V
+dsabera;"Dragon Saber (World, older?)";288x224@60;V
+dsaberj;"Dragon Saber (Japan, Rev B)";288x224@60;V
+dsoccr94;"Dream Soccer '94 (World, M107 hardware)";320x240@60;H
+dsoccr94j;"Dream Soccer '94 (Japan)";320x240@60;H
+dsoccr94k;"Dream Soccer '94 (Korea, M107 hardware)";320x240@60;H
+dspirit;"Dragon Spirit - Dragon Spirit - Dragon Spirit (new version (DS3))";288x224@60;V
+dspirit1;"Dragon Spirit (old version (DS1))";288x224@60;V
+dspirit2;"Dragon Spirit (DS2)";288x224@60;V
+dstlk;"Darkstalkers - the night warriors (940705 Euro) - Landstalker - The Treasures of King Nole (Euro)";384x224@60;H
+dstlka;"Darkstalkers - the night warriors (940705 Asia)";384x224@60;H
+dstlkh;"Darkstalkers - the night warriors (940818 Hispanic)";384x224@60;H
+dstlku;"Darkstalkers - the night warriors (940818 USA) - Landstalker - The Treasures of King Nole (USA)";384x224@60;H
+dstlku1d;"Darkstalkers - the night warriors (940705 USA Phoenix";384x224@60;H
+dstlkur1;"Darkstalkers - the night warriors (940705 USA)";384x224@60;H
+ducki;"Duck Tales (Intro demo)";304x224@59;H
+dumpmtmt;"Dump Matsumoto (Japan, 8751 317-unknown)";320x224@60;H
+dungeonm;"Dungeon Magic (Ver 2.1O 1994/02/18)";320x224@60;H
+dungeonmu;"Dungeon Magic (Ver 2.1A 1994/02/18)";320x224@60;H
+dunkshot;"Dunk Shot (Jpn) - Dunk Shot (Rev C, FD1089 317-0022)";320x224@60;H
+dunkshota;"Dunk Shot (Jpn, Alt) - Dunk Shot (Rev A, FD1089 317-0022)";320x224@60;H
+dunkshoto;"Dunk Shot (FD1089 317-0022)";320x224@60;H
+dw2001;"Dragon World 2001 (V100, Japan)";448x224@60;H
+dw2v100x;"Dragon World II (V100X, World)";448x224@60;H
+dwi;"DarkWing Duck (Intro demo)";304x224@59;H
+dwia;"DarkWing Duck (Intro demo, alt)";304x224@59;H
+dwpc;"Dragon World Pretty Chance (V101, Japan)";448x224@60;H
+dyger;"Dyger (Korea set 1)";384x224@60;V
+dygera;"Dyger (Korea set 2)";384x224@60;V
+dynablst;"Dynablaster / Bomber Man";320x240@60;H
+dynagear;"Dyna Gear";336x240@60;H
+dynduke;"Dynamite Duke (Euro, Bra) - Dynamite Duke (Europe, 03SEP89) - Dynamite Duke (World, Rev. A)";256x224@60;H
+dyndukea;"Dynamite Duke (Europe, 25JUL89)";256x224@60;H
+dyndukej;"Dynamite Duke (Japan, 03SEP89)";256x224@60;H
+dyndukeja;"Dynamite Duke (Japan, 25JUL89)";256x224@60;H
+dyndukeu;"Dynamite Duke (US, 25JUL89)";256x224@60;H
+dynwar;"Dynasty Wars (US set 1)";384x224@60;H
+dynwara;"Dynasty Wars (US set 2)";384x224@60;H
+dynwarj;"Tenchi wo Kurau (Japan)";384x224@60;H
+dynwarjr;"Tenchi wo Kurau (Japan Resale Ver.)";384x224@60;H
+eagle;"Eagle (set 1)";256x224@60;V
+eagle2;"Eagle (set 2)";256x224@60;V
+eagle3;"Eagle (set 3)";256x224@60;V
+eaglshot;"Eagle Shot Golf";320x224@60;H
+earthjkr;"U.N. Defense Force: Earth Joker (Japan)";320x240@60;V
+earthjkrp;"U.N. Defense Force: Earth Joker (Japan, prototype?)";320x240@60;V
+ecofghtr;"Eco Fighters (931203 etc)";384x224@60;H
+ecofghtra;"Eco Fighters (931203 Asia)";384x224@60;H
+ecofghtrd;"Eco Fighters (931203 World Phoenix Edition)";384x224@60;H
+ecofghtrh;"Eco Fighters (931203 Hispanic)";384x224@60;H
+ecofghtru;"Eco Fighters (940215 USA)";384x224@60;H
+ecofghtru1;"Eco Fighters (931203 USA)";384x224@60;H
+edf;"Armed Formation - Armed Formation F - E.D.F. : Earth Defense Force (set 1) - Twisted Flipper (USA, Prototype)";256x224@60;H
+edfa;"E.D.F. : Earth Defense Force (set 2)";256x224@60;H
+edfbl;"E.D.F. : Earth Defense Force (bootleg)";256x224@60;H
+edfu;"E.D.F. : Earth Defense Force (North America)";256x224@60;H
+edrandy;"The Cliffhanger - Edward Randy (World ver 3)";256x240@58;H
+edrandy1;"The Cliffhanger - Edward Randy (World ver 1)";256x240@58;H
+edrandy2;"The Cliffhanger - Edward Randy (World ver 2)";256x240@58;H
+edrandyj;"The Cliffhanger - Edward Randy (Japan ver 3)";256x240@58;H
+eeekk;"Eeekk!";288x224@60;V
+egghunt;"Egg Hunt";384x240@58;H
+eggor;"Eggor";288x224@60;V
+eggs;"Eggs";240x240@57;V
+eightfrc;"Eight Forces";384x224@60;V
+eightman;"Eight Man (NGM-025)(NGH-025)";320x224@59;H
+elvact2u;"Elevator Action II (Ver 2.2A 1995/02/20)";320x232@60;H
+elvactr;"Elevator Action Returns (Ver 2.2O 1995/02/20)";320x232@60;H
+elvactrj;"Elevator Action Returns (Ver 2.2J 1995/02/20)";320x232@60;H
+endurobl;"Enduro Racer (bootleg set 1)";320x224@60;H
+enduror;"Enduro Racer (YM2151, FD1089B 317-0013A)";320x224@60;H
+enduror1;"Enduro Racer (YM2203, FD1089B 317-0013A)";320x224@60;H
+enforce;"Enforce (World)";320x224@60;H
+enforcej;"Enforce (Japan)";320x224@60;H
+enforceja;"Enforce (Japan, Analog Controls)";320x224@60;H
+esckids;"Escape Kids (Asia, 4 Players)";288x240@60;H
+esckidsj;"Escape Kids (Japan, 2 Players)";288x240@60;H
+espgal;"Espgaluda (V100, Japan)";448x224@59;V
+espgalbl;"Espgaluda (2003/10/15 Master Ver, bootleg cartridge co";448x224@59;V
+esprade;"ESP Ra.De. - A.D.2018 Tokyo (International, ver. 98/04";320x240@58;V
+espradej;"ESP Ra.De. (Japan, ver. 98/04/21)";320x240@58;V
+espradejo;"ESP Ra.De. (Japan, ver. 98/04/14)";320x240@58;V
+eswat;"E-Swat - Cyber Police (set 4, World, FD1094 317-0130) - ESWAT - City Under Siege (Euro, USA, Rev. A)";320x224@60;H
+eswatbl;"E-Swat - Cyber Police (bootleg)";320x224@60;H
+eswatd;"E-Swat - Cyber Police (set 4, World, FD1094 317-0130 d";320x224@60;H
+eswatj;"Cyber Police ESWAT (Jpn, Rev. 0) - E-Swat - Cyber Police (set 2, Japan, FD1094 317-0128)";320x224@60;H
+eswatj1;"E-Swat - Cyber Police (set 1, Japan, FD1094 317-0131)";320x224@60;H
+eswatj1d;"E-Swat - Cyber Police (set 1, Japan, FD1094 317-0131 d";320x224@60;H
+eswatjd;"E-Swat - Cyber Police (set 2, Japan, FD1094 317-0128 d";320x224@60;H
+eswatu;"E-Swat - Cyber Police (set 3, US, FD1094 317-0129)";320x224@60;H
+eswatud;"E-Swat - Cyber Police (set 3, US, FD1094 317-0129 decr";320x224@60;H
+eto;"Game Toshokan (Jpn, Rev. A) - Kokontouzai Eto Monogatari (Japan)";320x240@60;H
+euroch92;"Euro Champ '92 (World)";320x224@60;H
+evilston;"Evil Stone";320x224@60;V
+excelsr;"Excelsior (set 1)";320x240@58;H
+excelsra;"Excelsior (set 2)";320x240@58;H
+exctleag;"Excite League (FD1094 317-0079)";320x224@60;H
+exctleagd;"Excite League (FD1094 317-0079 decrypted)";320x224@60;H
+exedexes;"Exed Exes";256x224@60;V
+exerizerb;"Exerizer (Japan) (bootleg)";320x224@60;V
+exodus;"Exodus (bootleg?) - Exodus - Journey to the Promised Land (USA)";256x224@60;V
+explbrkr;"Explosive Breaker";256x224@60;V
+explorer;"Explorer";256x224@60;V
+extdwnhl;"Extreme Downhill (v1.5)";320x240@60;H
+extrmatn;"Extermination (World)";256x224@60;V
+extrmatnj;"Extermination (Japan)";256x224@60;V
+extrmatnu;"Extermination (US, set 1)";256x224@60;V
+extrmatnur;"Extermination (US, Romstar)";256x224@60;V
+exzisus;"Exzisus (Japan, dedicated)";256x224@60;H
+exzisusa;"Exzisus (Japan, conversion)";256x224@60;H
+exzisust;"Exzisus (TAD license)";256x224@60;H
+eyes;"Eyes (Digitrex Techstar)";288x224@60;V
+eyes2;"Eyes (Techstar)";288x224@60;V
+eyesb;"Eyes (bootleg set 1)";288x224@60;V
+eyeszacb;"Eyes (bootleg set 2, decrypted)";288x224@60;V
+f1dreamb;"F-1 Dream (bootleg, set 1)";256x224@60;H
+f1dreamba;"F-1 Dream (bootleg, set 2)";256x224@60;H
+f1gp;"F-1 Grand Prix - Nakajima Satoru Kanshuu F1 Grand Prix (Jpn)";320x240@60;V
+f1gp2;"F-1 Grand Prix Part II";320x224@60;V
+faceoff;"Face Off (Japan 2 Players)";288x224@60;H
+falcon;"Falcon - Falcon (bootleg of Phoenix) (8085A CPU)";256x208@60;V
+falconz;"Falcon (bootleg of Phoenix) (Z80 CPU)";256x208@60;V
+fantasia;"Fantasia (940429 PCB, set 1) - Fantasia (World, Rev. A)";256x224@60;V
+fantasiaa;"Fantasia (940307 PCB)";256x224@60;V
+fantasiab;"Fantasia (940429 PCB, set 2)";256x224@60;V
+fantasian;"Fantasia (940803 PCB)";256x224@60;V
+fantastc;"Fantastic (Galaga conversion on Galaxian hardware)";256x224@60;V
+fantazia;"Fantazia (bootleg?)";256x224@60;V
+fantland;"Fantasy Land (set 1)";352x256@60;H
+fantlanda;"Fantasy Land (set 2)";352x256@60;H
+fantsia2;"Fantasia II (Explicit)";256x224@60;H
+fantsia2a;"Fantasia II (Less Explicit)";256x224@60;H
+fantsia2n;"Fantasia II (1998)";256x224@60;H
+fantsy95;"Fantasy '95";256x224@60;V
+fantzn2x;"Fantasy Zone II - The Tears of Opa-Opa (System 16C)";320x224@60;H
+fantzn2xp;"Fantasy Zone II - The Tears of Opa-Opa (System 16C, pr";320x224@60;H
+fantzn2xps2;"Fantasy Zone II - The Tears of Opa-Opa (System 16C, PS";320x224@60;H
+fantznta;"Fantasy Zone Time Attack (System 16B, PS2 data file)";320x224@60;H
+fantzone;"Fantasy Zone - Fantasy Zone - Fantasy Zone (Jpn) - Fantasy Zone (Rev A, unprotected) - Fantasy Zone (World, v2) - Fantasy Zone Gear (Euro, Jpn)";320x224@60;H
+fantzone1;"Fantasy Zone (unprotected) - Fantasy Zone (World, v1, Prototype)";320x224@60;H
+fantzonep;"Fantasy Zone (317-5000)";320x224@60;H
+fantzoneta;"Fantasy Zone (Time Attack, bootleg)";320x224@60;H
+farmer;"Farmers Rebellion";240x224@60;H
+fastfred;"Fast Freddie";256x224@60;V
+fatfursp;"Fatal Fury Special (Euro) - Fatal Fury Special / Garou Densetsu Special (set 1)(NG";320x224@59;H
+fatfurspa;"Fatal Fury Special / Garou Densetsu Special (set 2)(NG";320x224@59;H
+fatfury1;"Fatal Fury - King of Fighters / Garou Densetsu - shuku";320x224@59;H
+fatfury2;"Fatal Fury 2 (USA, Kor) - Fatal Fury 2 / Garou Densetsu 2 - arata-naru tatakai (";320x224@59;H
+fatfury2a;"Fatal Fury 2 / Garou Densetsu 2 - arata-naru tatakai (";320x224@59;H
+fatfury3;"Fatal Fury 3 - Road to the Final Victory / Garou Dense";320x224@59;H
+fatfury3a;"Fatal Fury 3 - Road to the Final Victory / Garou Dense";320x224@59;H
+fball;"Fire Ball (FM Work)";256x240@60;H
+fbfrenzy;"Football Frenzy (NGM-034)(NGH-034)";304x224@59;H
+fcrash;"Final Crash (bootleg (with 2xYM2203 + 2xMSM5205))";384x224@60;H
+feversos;"Fever SOS (International, ver. 98/09/25)";320x240@58;V
+ffantasy;"Fighting Fantasy (Japan revision 3)";256x240@57;H
+ffantasya;"Fighting Fantasy (Japan)";256x240@57;H
+ffantasyb;"Fighting Fantasy (Japan revision ?)";256x240@57;H
+ffantasyj;"Fighting Fantasy (Japan revision 2)";256x240@57;H
+ffight;"Final Fight (World, set 1)";384x224@60;H
+ffighta;"Final Fight (World, set 2)";384x224@60;H
+ffightbl;"Final Fight (bootleg set 1 (with 2xYM2203 + 2xMSM5205)";384x224@60;H
+ffightbla;"Final Fight (bootleg set 2 (with 2xYM2203 + 2xMSM5205)";384x224@60;H
+ffightj;"Final Fight (Japan)";384x224@60;H
+ffightj1;"Final Fight (900112 Japan)";384x224@60;H
+ffightj2;"Final Fight (900305 Japan)";384x224@60;H
+ffightj3;"Final Fight (900613 Japan)";384x224@60;H
+ffightjh;"Street Smart / Final Fight (Japan, hack)";384x224@60;H
+ffightu;"Final Fight (USA, set 1)";384x224@60;H
+ffightu1;"Final Fight (USA, set 2)";384x224@60;H
+ffightu2;"Final Fight (USA, set 3)";384x224@60;H
+ffightua;"Final Fight (900112 USA)";384x224@60;H
+ffightub;"Final Fight (900424 USA)";384x224@60;H
+ffightuc;"Final Fight (900613 USA)";384x224@60;H
+fghtbskt;"Fighting Basketball";256x224@60;H
+fhawk;"Fighting Hawk (World)";320x224@60;V
+fhawkj;"Fighting Hawk (Japan)";320x224@60;V
+fightfev;"Fight Fever (set 1)";304x224@59;H
+fightfeva;"Fight Fever (set 2)";304x224@59;H
+fightrol;"Fighting Roller";240x224@60;V
+finalb;"Final Blow (Jpn) - Final Blow (World)";320x224@60;H
+finalbj;"Final Blow (Japan)";320x224@60;H
+finalbu;"Final Blow (US)";320x224@60;H
+finalizr;"Finalizer - Super Transformation";272x224@60;V
+finalizrb;"Finalizer - Super Transformation (bootleg)";272x224@60;V
+finalttr;"Final Tetris";256x224@58;H
+finehour;"Finest Hour (Japan)";288x224@60;H
+firebarr;"Fire Barrel (Japan)";320x240@60;V
+firehawk;"Fire Hawk (horizontal) - Firehawk (Euro)";256x224@56;H
+fireshrk;"Fire Shark - Fire Shark (Euro)";320x240@57.6;V
+fireshrka;"Fire Shark (Earlier)";320x240@57.6;V
+fireshrkd;"Fire Shark (Korea, set 1, easier)";320x240@57.6;V
+fireshrkdh;"Fire Shark (Korea, set 2, harder)";320x240@57.6;V
+firetrap;"Fire Trap (US, set 1)";256x240@60;V
+firetrapa;"Fire Trap (US, set 2)";256x240@60;V
+firetrapbl;"Fire Trap (Japan bootleg)";256x240@60;V
+firetrapj;"Fire Trap (Japan)";256x240@60;V
+fitegolf;"Fighting Golf (World?)";288x216@60;H
+fitegolf2;"Fighting Golf (US, Ver 2)";288x216@60;H
+fitegolfu;"Fighting Golf (US)";288x216@60;H
+fixeight;"FixEight (Europe)";320x240@60;V
+fixeighta;"FixEight (Southeast Asia)";320x240@60;V
+fixeightat;"FixEight (Southeast Asia, Taito license)";320x240@60;V
+fixeighth;"FixEight (Hong Kong)";320x240@60;V
+fixeightht;"FixEight (Hong Kong, Taito license)";320x240@60;V
+fixeightj;"FixEight (Japan)";320x240@60;V
+fixeightjt;"FixEight (Japan, Taito license)";320x240@60;V
+fixeightk;"FixEight (Korea)";320x240@60;V
+fixeightkt;"FixEight (Korea, Taito license)";320x240@60;V
+fixeightt;"FixEight (Europe, Taito license)";320x240@60;V
+fixeighttw;"FixEight (Taiwan)";320x240@60;V
+fixeighttwt;"FixEight (Taiwan, Taito license)";320x240@60;V
+fixeightu;"FixEight (USA)";320x240@60;V
+fixeightut;"FixEight (USA, Taito license)";320x240@60;V
+fjbuster;"Fujiyama Buster (Japan)";256x224@60;H
+flagrall;"'96 Flag Rally";320x240@60;H
+flashgal;"Flashgal (set 1)";288x224@60;H
+flashgala;"Flashgal (set 2)";288x224@60;H
+flashgalk;"Flashgal (set 1, Kyugo logo)";288x224@60;H
+flicky;"Flicky (128k Version, 315-5051) - Flicky (Euro, USA) - Flicky (Jpn) - Flicky (Jpn, v1)";256x224@60;H
+flickya;"Flicky (128k Version, 315-5051, larger roms)) - Flicky (Jpn, v0)";256x224@60;H
+flickyg;"Flicky (128k Version, System 2, 315-5051, alt graphics";256x224@60;H
+flickyo;"Flicky (64k Version, 315-5051, set 1)";256x224@60;H
+flickys1;"Flicky (64k Version, 315-5051, set 2)";256x224@60;H
+flickys2;"Flicky (128k Version, not encrypted)";256x224@60;H
+flickys2g;"Flicky (128k Version, System 2, not encrypted, alt gra";256x224@60;H
+flipshot;"Battle Flip Shot";304x224@59;H
+flipull;"Flipull (Japan)";320x224@60;H
+flstory;"The FairyLand Story - The Fairyland Story (Jpn)";256x224@60;H
+flstoryj;"The FairyLand Story (Japan)";256x224@60;H
+flyboy;"Fly-Boy";256x224@60;V
+flyboyb;"Fly-Boy (bootleg)";256x224@60;V
+flytiger;"Flying Tiger (set 1)";384x240@60;V
+flytigera;"Flying Tiger (set 2)";384x240@60;V
+fncywld;"Fancy World - Earth of Crisis";320x240@60;H
+fnkyfish;"Funky Fish";512x256@60;V
+fnshark;"Flyin' Shark (bootleg of Hishou Zame)";320x240@55;V
+footchmp;"Football Champ (World)";320x224@60;H
+forcebrk;"Force Break (bootleg)";240x240@60;H
+forgottn;"Forgotten Worlds (Euro, Bra, Aus) - Forgotten Worlds (World, newer) - Forgotten Worlds (World, v1.1)";384x224@60;H
+forgottna;"Forgotten Worlds (World)";384x224@60;H
+forgottnu;"Forgotten Worlds (US, B-Board 88621B-2, rev C)";384x224@60;H
+forgottnua;"Forgotten Worlds (US, B-Board 88618B-2, rev A)";384x224@60;H
+forgottnuaa;"Forgotten Worlds (US, B-Board 88618B-2, rev AA)";384x224@60;H
+forgottnuc;"Forgotten Worlds (US, B-Board 88618B-2, Rev C)";384x224@60;H
+forgottnue;"Forgotten Worlds (US, B-Board 88618B-2, Rev E)";384x224@60;H
+formatz;"Formation Z - Formation Z (Jpn)";248x224@60;H
+fpoint;"Flash Point (set 2, Japan, FD1094 317-0127A) - Flashpoint (Kor) - Flashpoint (Kor)";320x224@60;H
+fpoint1;"Flash Point (set 1, Japan, FD1094 317-0127A)";320x224@60;H
+fpoint1d;"Flash Point (set 1, Japan, FD1094 317-0127A decrypted)";320x224@60;H
+fpointbj;"Flash Point (Japan, bootleg)";320x224@60;H
+fpointbl;"Flash Point (World, bootleg)";320x224@60;H
+fpointd;"Flash Point (set 2, Japan, FD1094 317-0127A decrypted)";320x224@60;H
+freekick;"Free Kick (NS6201-A 1987.10)";256x224@60;V
+freekicka;"Free Kick (NS6201-A 1987.9)";256x224@60;V
+freekickb1;"Free Kick (bootleg set 1)";256x224@60;V
+freekickb3;"Free Kick (bootleg set 3)";256x224@60;V
+freeze;"Freeze";256x224@60;V
+friskyt;"Frisky Tom (set 1)";256x224@60;H
+friskyta;"Frisky Tom (set 2)";256x224@60;H
+friskytb;"Frisky Tom (set 3, encrypted)";256x224@60;H
+frogf;"Frog (Falcon bootleg)";256x224@60;V
+frogg;"Frog (Galaxian hardware)";256x224@60;V
+frogger;"Frogger - Frogger - Frogger (Jpn) - Frogger (USA) - Frogger (USA, Prototype)";256x224@60;V
+froggermc;"Frogger (Moon Cresta hardware)";256x224@60;V
+froggers;"Frog";256x224@60;V
+froggers1;"Frogger (Sega set 1)";256x224@60;V
+froggers2;"Frogger (Sega set 2)";256x224@60;V
+froggers3;"Frogger (Sega set 3)";256x224@60;V
+froggrs;"Frogger (Scramble hardware)";256x224@60;V
+froman2b;"Idol Mahjong - final romance 2 (Neo CD Conversion)";304x224@59;H
+fround;"The Final Round (ver. M)";320x224@60;H
+froundl;"The Final Round (ver. L)";320x224@60;H
+fshark;"Flying Shark (World)";320x240@54.9;V
+fsharkbt;"Flying Shark (bootleg with 8741)";320x240@54.9;V
+fsoccerb;"Fighting Soccer (Joystick hack bootleg)";400x224@60;H
+fsoccerba;"Fighting Soccer (Joystick hack bootleg, alt)";400x224@60;H
+fstarfrc;"Final Star Force (US)";256x224@60;V
+fstarfrcj;"Final Star Force (Japan)";256x224@60;V
+fswords;"Fighters Swords (Korean release of Samurai Shodown III";304x224@59;H
+fullthrl;"Full Throttle (Japan)";320x240@60;H
+funkybee;"Funky Bee";236x224@60;V
+funkybeeb;"Funky Bee (bootleg, harder)";236x224@60;V
+funkyjet;"Funky Jet (World, rev 1)";320x240@58;H
+funkyjeta;"Funky Jet (World)";320x240@58;H
+funkyjetj;"Funky Jet (Japan, rev 2)";320x240@58;H
+funybubl;"Funny Bubble";320x224@60;H
+funybublc;"Funny Bubble (Comad version)";320x224@60;H
+futspy;"Future Spy";256x224@60;V
+fx;"F-X - Sega Graphic Board (Jpn, Prototype v2.0) - SF-X";288x224@60;V
+fxa;"F-X (alternate set)";288x224@60;V
+gaia;"Gaia Crusaders - Sagaia (Euro, Bra) - Sagaia (USA)";320x224@58;H
+gaialast;"Gaia - The Last Choice of Earth";304x224@58;H
+gaiapols;"Gaiapolis (ver EAF)";376x224@60;V
+gaiapolsj;"Gaiapolis (ver JAF)";376x224@60;V
+gaiapolsu;"Gaiapolis (ver UAF)";376x224@60;V
+gaiden;"Ninja Gaiden (Euro, Bra) - Ninja Gaiden (Euro, USA) - Ninja Gaiden (Jpn, Prototype) - Ninja Gaiden (US)";256x224@60;H
+galaga;"Galaga (Jpn) - Galaga (Namco rev. B) - Galaga (Tw) - Galaga Demo (set 2)";288x224@60;V
+galaga3;"Galaga 3 (GP3 rev. D)";288x224@60;V
+galaga3a;"Galaga 3 (GP3 rev. C)";288x224@60;V
+galaga3b;"Galaga 3 (GP3)";288x224@60;V
+galaga3c;"Galaga 3 (set 4)";288x224@60;V
+galaga3m;"Galaga 3 (set 5)";288x224@60;V
+galaga88;"Galaga '88 - Galaga '88";288x224@60;V
+galaga88a;"Galaga '88 (02-03-88)";288x224@60;V
+galaga88j;"Galaga '88 (Japan)";288x224@60;V
+galagamf;"Galaga (Midway set 1 with fast shoot hack)";288x224@60;V
+galagamk;"Galaga (Midway set 2)";288x224@60;V
+galagamw;"Galaga (Midway set 1)";288x224@60;V
+galagao;"Galaga (Namco)";288x224@60;V
+galap1;"Space Invaders Galactica (galaxiaj hack)";256x224@60;V
+galap4;"Galaxian Part 4 (hack)";256x224@60;V
+galapx;"Galaxian Part X (moonaln hack)";256x224@60;V
+galaxbsf;"Galaxian (bootleg, set 1)";256x224@60;V
+galaxian;"Galaxian - Galaxian (Jpn) - Galaxian (Kor) - Galaxian (Namco set 1)";256x224@60;V
+galaxiana;"Galaxian (Alt) - Galaxian (Jpn, Alt) - Galaxian (Namco set 2)";256x224@60;V
+galaxianbl;"Galaxian (bootleg, set 2)";256x224@60;V
+galaxiani;"Galaxian (Irem)";256x224@60;V
+galaxianm;"Galaxian (Midway set 1)";256x224@60;V
+galaxianmo;"Galaxian (Midway set 2)";256x224@60;V
+galaxiant;"Galaxian (Taito)";256x224@60;V
+galaxrf;"Galaxian (Recreativos Franco S.A. Spanish bootleg)";256x224@60;V
+galaxrfgg;"Galaxian Growing Galaxip / Galaxian Nave Creciente (Re";256x224@60;V
+galaxyfg;"Galaxy Fight - Universal Warriors";304x224@59;H
+galaxygn;"Galaxy Gunners";352x256@60;V
+galemp;"Galaxy Empire (bootleg?)";256x224@60;V
+galhustl;"Gals Hustler";256x224@60;H
+galivan;"Cosmo Police Galivan (12/26/1985)";256x224@60;V
+galivan2;"Cosmo Police Galivan (12/16/1985)";256x224@60;V
+galivan3;"Cosmo Police Galivan (12/11/1985)";256x224@60;V
+gallag;"Gallag";288x224@60;V
+gallop;"Gallop - Armed police Unit (Japan)";384x256@55;H
+galmedes;"Galmedes (Japan)";320x240@60;V
+galpani4;"Gals Panic 4 (Japan)";320x240@60;H
+galpani4k;"Gals Panic 4 (Korea)";320x240@60;H
+galpanic;"Gals Panic (Unprotected)";256x224@60;V
+galpanidx;"Gals Panic DX (Asia)";320x240@60;H
+galpanis;"Gals Panic S - Extra Edition (Europe)";320x240@60;H
+galpanisj;"Gals Panic S - Extra Edition (Japan)";320x240@60;H
+galpanisk;"Gals Panic S - Extra Edition (Korea)";320x240@60;H
+galpans2;"Gals Panic S2 (Europe)";320x240@60;H
+galpans2a;"Gals Panic S2 (Asia)";320x240@60;H
+galpans2j;"Gals Panic S2 (Japan)";320x240@60;H
+galpans3;"Gals Panic S3 (Japan)";320x240@60;H
+galpansu;"Gals Panic SU (Korea)";320x240@60;H
+galspnbl;"Gals Pinball";512x224@60;V
+galturbo;"Galaxian Turbo (superg hack)";256x224@60;V
+ganbare;"Ganbare! Marine Kun (Marine 2K0411 JPN)";384x224@60;H
+gangonta;"Ganbare! Gonta!! 2 / Party Time: Gonta the Diver II (J";320x240@58;V
+gangwars;"Gang Wars";256x224@60;H
+gangwarsb;"Gang Wars (bootleg)";256x224@60;H
+gangwarsj;"Gang Wars (Japan)";256x224@60;H
+gangwarsu;"Gang Wars (US)";256x224@60;H
+ganryu;"Ganryu / Musashi Ganryuki";304x224@59;H
+gaplus;"Gaplus (GP2 rev. B)";288x224@60;V
+gaplusa;"Gaplus (GP2)";288x224@60;V
+gaplusd;"Gaplus (GP2 rev D, alternate hardware)";288x224@60;V
+gaplust;"Gaplus (Tecfri PCB)";288x224@60;V
+gardia;"Gardia (317-0006)";256x224@60;V
+garogun;"Garogun Seroyang (Korea)";320x240@60;H
+garou;"Garou - Mark of the Wolves (NGM-2530) - Garou Densetsu - Shukumei no Tatakai (Jpn)";320x224@59;H
+garoubl;"Garou - Mark of the Wolves (bootleg)";320x224@59;H
+garouh;"Garou - Mark of the Wolves (NGM-2530) (NGH-2530)";320x224@59;H
+garoup;"Garou - Mark of the Wolves (prototype)";320x224@59;H
+garuka;"Garuka (Japan ver. W)";304x224@60;V
+garyoret;"Garyo Retsuden (Japan)";256x240@58;H
+gatedoom;"Gate of Doom (US revision 4)";256x240@58;H
+gatedoom1;"Gate of Doom (US revision 1)";256x240@58;H
+gaunt2;"Gauntlet II";336x240@60;H
+gaunt22p;"Gauntlet II (2 Players, rev 2)";336x240@60;H
+gaunt22p1;"Gauntlet II (2 Players, rev 1)";336x240@60;H
+gaunt22pg;"Gauntlet II (2 Players, German)";336x240@60;H
+gaunt2g;"Gauntlet II (German)";336x240@60;H
+gauntlet;"Gauntlet (Euro) - Gauntlet (Euro, Bra) - Gauntlet (rev 14)";336x240@60;H
+gauntlet2p;"Gauntlet (2 Players, rev 6)";336x240@60;H
+gauntlet2pg;"Gauntlet (2 Players, German, rev 4)";336x240@60;H
+gauntlet2pg1;"Gauntlet (2 Players, German, rev 1)";336x240@60;H
+gauntlet2pj;"Gauntlet (2 Players, Japanese, rev 5)";336x240@60;H
+gauntlet2pj2;"Gauntlet (2 Players, Japanese rev 2)";336x240@60;H
+gauntlet2pr3;"Gauntlet (2 Players, rev 3)";336x240@60;H
+gauntletg;"Gauntlet (German, rev 10)";336x240@60;H
+gauntletgr3;"Gauntlet (German, rev 3)";336x240@60;H
+gauntletgr6;"Gauntlet (German, rev 6)";336x240@60;H
+gauntletgr8;"Gauntlet (German, rev 8)";336x240@60;H
+gauntletj;"Gauntlet (Japanese, rev 13)";336x240@60;H
+gauntletj12;"Gauntlet (Japanese, rev 12)";336x240@60;H
+gauntletr1;"Gauntlet (rev 1)";336x240@60;H
+gauntletr2;"Gauntlet (rev 2)";336x240@60;H
+gauntletr4;"Gauntlet (rev 4)";336x240@60;H
+gauntletr5;"Gauntlet (rev 5)";336x240@60;H
+gauntletr7;"Gauntlet (rev 7)";336x240@60;H
+gauntletr9;"Gauntlet (rev 9)";336x240@60;H
+gauntlets;"Gauntlet (Spanish, rev 15)";336x240@60;H
+gberet;"Green Beret - Green Beret (Euro)";240x224@60;H
+gberetb;"Green Beret (bootleg)";240x224@60;H
+gblchmp;"Global Champion (Ver 2.1A 1994/07/29)";320x224@60;H
+gbusters;"Gang Busters (set 1)";288x224@60;V
+gbustersa;"Gang Busters (set 2)";288x224@60;V
+gdfs;"Mobil Suit Gundam Final Shooting (Japan)";336x240@60;H
+geebee;"Gee Bee";272x224@60;V
+geebeeg;"Gee Bee (Gremlin)";272x224@60;V
+gekiridn;"Gekirindan (Ver 2.3O 1995/09/21)";320x232@60;V
+gekiridnj;"Gekirindan (Ver 2.3J 1995/09/21)";320x232@60;V
+gemini;"Gemini Wing (Japan)";256x224@60;V
+geminib;"Gemini Wing (World, bootleg)";256x224@60;V
+genix;"Genix Family";288x224@60;H
+genpeitd;"Genpei ToumaDen";288x224@60;H
+gensitou;"Genshi-Tou 1930's (Japan)";256x224@60;H
+geostorm;"Geostorm (Japan)";320x240@60;H
+getstarb1;"Get Star (bootleg, set 1)";280x240@60;H
+getstarb2;"Get Star (bootleg, set 2)";280x240@60;H
+getstarj;"Get Star (Japan)";280x240@60;H
+gforce2;"Galaxy Force 2 - Galaxy Force II (World, Rev. B)";320x224@60;H
+gforce2j;"Galaxy Force 2 (Japan)";320x224@60;H
+gforce2ja;"Galaxy Force 2 (Japan, Rev A)";320x224@60;H
+gforce2sd;"Galaxy Force 2 (Super Deluxe unit)";320x224@60;H
+ghostb;"The Real Ghostbusters (US 2 Players, revision 2)";256x240@58;H
+ghostb2a;"The Real Ghostbusters (US 2 Players)";256x240@58;H
+ghostb3;"The Real Ghostbusters (US 3 Players)";256x240@58;H
+ghostbi;"Ghost Busters (Intro demo)";304x224@59;H
+ghostlop;"Ghostlop (prototype)";304x224@59;H
+ghostmun;"Ghost Muncher";256x224@60;V
+ghouls;"Ghouls'n Ghosts (Euro, USA, Bra) - Ghouls'n Ghosts (Euro, USA, Kor, Rev. A) - Ghouls'n Ghosts (World)";384x224@60;H
+ghoulsu;"Ghouls'n Ghosts (US)";384x224@60;H
+ghox;"Ghox (spinner)";320x240@60;V
+ghoxj;"Ghox (joystick)";320x240@60;V
+gigaman2;"Gigaman 2: The Power Fighters (bootleg)";384x224@60;H
+gigandes;"Gigandes";384x240@60;H
+gigandesa;"Gigandes (earlier)";384x240@60;H
+gigasb;"Gigas (bootleg)";256x224@60;V
+gigasm2b;"Gigas Mark II";256x224@60;V
+gigawing;"Giga Wing (990222 USA)";384x224@60;H
+gigawinga;"Giga Wing (990222 Asia)";384x224@60;H
+gigawingb;"Giga Wing (990222 Brazil)";384x224@60;H
+gigawingd;"Giga Wing (990222 USA Phoenix Edition)";384x224@60;H
+gigawingh;"Giga Wing (990222 Hispanic)";384x224@60;H
+gigawingj;"Giga Wing (990223 Japan)";384x224@60;H
+gigawingjd;"Giga Wing (990223 Japan Phoenix Edition)";384x224@60;H
+gijoe;"G.I. Joe (World, EAB, set 1)";288x224@60;H
+gijoea;"G.I. Joe (World, EB8, prototype?)";288x224@60;H
+gijoej;"G.I. Joe (Japan, JAA)";288x224@60;H
+gijoeu;"G.I. Joe (US, UAB)";288x224@60;H
+ginganin;"Ginga NinkyouDen (set 1)";256x224@60;H
+ginganina;"Ginga NinkyouDen (set 2)";256x224@60;H
+ginkun;"Ganbare Ginkun";256x224@60;H
+gloc;"G-LOC Air Battle (Euro, Bra, Kor) - G-LOC Air Battle (Euro, USA, Bra) - G-LOC Air Battle (World) - G-LOC Air Battle (World)";320x224@60;H
+glocr360;"G-LOC R360";320x224@60;H
+glocu;"G-LOC Air Battle (US)";320x224@60;H
+gmahou;"Great Mahou Daisakusen (000121 Japan)";384x224@60;V
+gmgalax;"Ghostmuncher Galaxian (bootleg)";256x224@60;V
+gnbarich;"Gunbarich";320x224@60;V
+gng;"Ghosts'n Goblins (World? set 1)";256x224@59.6;H
+gnga;"Ghosts'n Goblins (World? set 2)";256x224@59.6;H
+gngbl;"Ghosts'n Goblins (bootleg with Cross)";256x224@59.6;H
+gngbla;"Ghosts'n Goblins (bootleg, harder)";256x224@59.6;H
+gngblita;"Ghosts'n Goblins (Italian bootleg, harder)";256x224@59.6;H
+gngc;"Ghosts'n Goblins (World Revision C)";256x224@59.6;H
+gngprot;"Ghosts'n Goblins (prototype)";256x224@59.6;H
+gngt;"Ghosts'n Goblins (US)";256x224@59.6;H
+goalx3;"Goal! Goal! Goal!";304x224@59;H
+gogold;"Go For The Gold (Japan)";320x240@60;H
+gogomile;"Susume! Mile Smile / Go Go! Mile Smile (newer)";320x240@60;H
+gogomileo;"Susume! Mile Smile / Go Go! Mile Smile (older)";320x240@60;H
+goldmedl;"Gold Medalist (set 1)";256x224@60;H
+goldmedla;"Gold Medalist (set 2)";256x224@60;H
+goldmedlb;"Gold Medalist (bootleg)";256x224@60;H
+goldnaxe;"Golden Axe (set 6, US, 8751 317-123A)";320x224@60;H
+goldnaxe1;"Golden Axe (set 1, World, FD1094 317-0110)";320x224@60;H
+goldnaxe1d;"Golden Axe (set 1, World, FD1094 317-0110 decrypted)";320x224@60;H
+goldnaxe2;"Golden Axe (set 2, US, 8751 317-0112)";320x224@60;H
+goldnaxe3;"Golden Axe (set 3, World, FD1094 317-0120)";320x224@60;H
+goldnaxe3d;"Golden Axe (set 3, World, FD1094 317-0120 decrypted)";320x224@60;H
+goldnaxej;"Golden Axe (set 4, Japan, FD1094 317-0121)";320x224@60;H
+goldnaxejd;"Golden Axe (set 4, Japan, FD1094 317-0121 decrypted)";320x224@60;H
+goldnaxeu;"Golden Axe (set 5, US, FD1094 317-0122)";320x224@60;H
+goldnaxeud;"Golden Axe (set 5, US, FD1094 317-0122 decrypted)";320x224@60;H
+gollygho;"Golly! Ghost!";288x224@60;H
+gorkans;"Gorkans";288x224@60;V
+gotcha;"Got-cha Mini Game Festival";320x240@60;H
+gowcaizr;"Voltage Fighter - Gowcaizer / Choujin Gakuen Gowcaizer";304x224@59;H
+gpilots;"Ghost Pilots (NGM-020)(NGH-020)";304x224@59;H
+gpilotsh;"Ghost Pilots (NGH-020)(US)";304x224@59;H
+gprider;"GP Rider (Euro, Bra) - GP Rider (Euro, USA) - GP Rider (World, FD1094 317-0163) (Twin setup)";320x224@60;H
+gpriderj;"GP Rider (Japan, FD1094 317-0161) (Twin setup) - GP Rider (Jpn)";320x224@60;H
+gpriderjs;"GP Rider (Japan, FD1094 317-0161)";320x224@60;H
+gprideru;"GP Rider (US, FD1094 317-0162) (Twin setup)";320x224@60;H
+gpriderus;"GP Rider (US, FD1094 317-0162)";320x224@60;H
+gradius;"Gradius - Gradius (Japan, ROM version) - Nemesis (Euro) ~ Gradius (Jpn)";256x224@60;H
+gradius2;"Gradius II - GOFER no Yabou (Japan New ver.) - Nemesis 2 (Euro) ~ Gradius 2 (Jpn)";320x224@60;H
+gradius2a;"Gradius II - GOFER no Yabou (Japan Old ver.) - Nemesis 2 (Euro) ~ Gradius 2 (Jpn) (Alt)";320x224@60;H
+gradius2b;"Gradius II - GOFER no Yabou (Japan Older ver.)";320x224@60;H
+gradius3;"Gradius III (World, program code R)";320x224@60;H
+gradius3a;"Gradius III (Asia)";320x224@60;H
+gradius3j;"Gradius III (Japan, program code S)";320x224@60;H
+gradius3js;"Gradius III (Japan, program code S, split)";320x224@60;H
+grasspin;"Grasspin";256x224@60;V
+grdian;"Guardian";280x240@60;H
+grdians;"Guardians0Denjin Makai II";304x232@60;H
+grdnstrm;"Guardian Storm (horizontal, not encrypted)";256x224@57;H
+grdnstrmg;"Guardian Storm (Germany)";256x224@57;V
+grdnstrmj;"Sen Jing - Guardian Storm (Japan)";256x224@57;V
+grdnstrmk;"Jeon Sin - Guardian Storm (Korea)";256x224@57;V
+grdnstrmv;"Guardian Storm (vertical)";256x224@57;V
+griffon;"Griffon (bootleg of Phoenix) - Order of the Griffon";256x208@60;V
+grindstm;"Grind Stormer";320x240@60;V
+grindstma;"Grind Stormer (older set)";320x240@60;V
+grobda;"Grobda (New Ver.)";288x224@60;V
+grobda2;"Grobda (Old Ver. set 1)";288x224@60;V
+grobda3;"Grobda (Old Ver. set 2)";288x224@60;V
+growl;"Growl (USA) - Growl (World, Rev 1)";320x224@60;H
+growla;"Growl (World)";320x224@60;H
+growlu;"Growl (US)";320x224@60;H
+gryzor;"Gryzor (Set 1)";280x224@60;V
+gryzor1;"Gryzor (Set 2)";280x224@60;V
+gseeker;"Grid Seeker: Project Storm Hammer (Ver 1.3O)";320x224@60;V
+gseekerj;"Grid Seeker: Project Storm Hammer (Ver 1.3J)";320x224@60;V
+gseekeru;"Grid Seeker: Project Storm Hammer (Ver 1.3A)";320x224@60;V
+gteikoku;"Gingateikoku No Gyakushu";256x224@60;V
+gteikokub;"Gingateikoku No Gyakushu (bootleg set 1)";256x224@60;V
+gteikokub2;"Gingateikoku No Gyakushu (bootleg set 2)";256x224@60;V
+gtmr;"1000 Miglia: Great 1000 Miles Rally (94/07/18)";320x240@60;H
+gtmr2;"Mille Miglia 2: Great 1000 Miles Rally (95/05/24)";320x240@60;H
+gtmr2a;"Mille Miglia 2: Great 1000 Miles Rally (95/04/04)";320x240@60;H
+gtmr2u;"Great 1000 Miles Rally 2 USA (95/05/18)";320x240@60;H
+gtmra;"1000 Miglia: Great 1000 Miles Rally (94/06/13)";320x240@60;H
+gtmrb;"1000 Miglia: Great 1000 Miles Rally (94/05/26)";320x240@60;H
+gtmre;"Great 1000 Miles Rally: Evolution Model!!! (94/09/06)";320x240@60;H
+gtmro;"1000 Miglia: Great 1000 Miles Rally (94/05/10)";320x240@60;H
+gtmrusa;"Great 1000 Miles Rally: U.S.A Version! (94/09/06)";320x240@60;H
+gulfstrm;"Gulf Storm (set 1)";384x240@60;V
+gulfstrma;"Gulf Storm (set 2)";384x240@60;V
+gulfstrmb;"Gulf Storm (set 3)";384x240@60;V
+gulfstrmk;"Gulf Storm (Korea)";384x240@60;V
+gulfstrmm;"Gulf Storm (Media Shoji)";384x240@60;V
+gulfwar2;"Gulf War II (set 1)";320x240@55;V
+gulfwar2a;"Gulf War II (set 2)";320x240@55;V
+gumbo;"Gumbo";320x224@60;H
+gunball;"Gun Ball (Japan)";320x240@58;V
+gunbird;"Gunbird (World)";320x224@59;V
+gunbird2;"Gunbird 2 (set 1)";320x224@60;V
+gunbirdj;"Gunbird (Japan)";320x224@59;V
+gunbirdk;"Gunbird (Korea)";320x224@59;V
+gundamex;"Mobile Suit Gundam EX Revue";384x224@60;H
+gundhara;"Gundhara";384x240@60;V
+gundharac;"Gundhara (Chinese, bootleg?)";384x240@60;V
+gundl94;"Gun Dealer '94";384x256@60;H
+gunforc2;"Gunforce 2 (US)";320x240@60;H
+gunforce;"Gunforce - Battle Fire Engulfed Terror Island (World)";320x240@60;H
+gunforcej;"Gunforce - Battle Fire Engulfed Terror Island (Japan)";320x240@60;H
+gunforceu;"Gunforce - Battle Fire Engulfed Terror Island (US)";320x240@60;H
+gunfront;"Gun & Frontier (World)";320x224@60;V
+gunfrontj;"Gun Frontier (Japan)";320x224@60;V
+gunhohki;"Gun Hohki (Japan)";320x240@60;H
+gunlock;"Gunlock (Ver 2.3O 1994/01/20)";320x224@60;V
+gunmast;"Gun Master";320x224@60;H
+gunnail;"GunNail (28th May. 1992)";384x224@56;V
+gunsmoke;"Gun.Smoke - Gun.Smoke (Kor) - Gun.Smoke (World, 851115)";256x224@60;V
+gunsmokeb;"Gun.Smoke (World, 851115) (bootleg)";256x224@60;V
+gunsmokej;"Gun.Smoke (Japan, 851115)";256x224@60;V
+gunsmokeu;"Gun.Smoke (US, 860408)";256x224@60;V
+gunsmokeua;"Gun.Smoke (US, 851115, set 1)";256x224@60;V
+gunsmokeub;"Gun.Smoke (US, 851115, set 2)";256x224@60;V
+gururin;"Gururin";304x224@59;H
+gussun;"Gussun Oyoyo (Japan)";320x240@60;H
+gutangtn;"Guttang Gottong";256x224@60;V
+gutsn;"Guts'n (Japan)";320x240@60;H
+guwange;"Guwange (Japan, Master Ver. 99/06/24)";320x240@58;V
+guwanges;"Guwange (Japan, Special Ver. 00/01/01)";320x240@58;V
+guzzler;"Guzzler - Guzzler (Jpn, OMV)";256x224@60;V
+gwar;"Guerrilla War (US) - Wing War";400x224@60;V
+gwara;"Guerrilla War (Version 1)";400x224@60;V
+gwarb;"Guerrilla War (Joystick hack bootleg)";400x224@60;V
+gwarj;"Guevara (Japan)";400x224@60;V
+gwarrior;"Galactic Warriors";256x224@60;H
+gyrodine;"Gyrodine - Gyrodine (Jpn)";288x224@60;V
+gyrodinet;"Gyrodine (Taito Corporation license)";288x224@60;V
+gyruss;"Gyruss - Gyruss - Gyruss (Konami)";256x224@60;V
+gyrussb;"Gyruss (bootleg)";256x224@60;V
+gyrussce;"Gyruss (Centuri)";256x224@60;V
+hachamfb;"Hacha Mecha Fighter (19th Sep. 1991, unprotected, boot";256x224@56;H
+hachoo;"Hachoo!";256x224@60;H
+hal21;"HAL21";288x224@60;V
+hal21j;"HAL21 (Japan)";288x224@60;V
+halfway;"Halfway To Hell: Progear Red Label (2016-1-17 Red labe";384x224@60;H
+hamaway;"Hammer Away (prototype)";320x224@60;V
+hangly;"Hangly-Man (set 1)";288x224@60;V
+hangly2;"Hangly-Man (set 2)";288x224@60;V
+hangly3;"Hangly-Man (set 3)";288x224@60;V
+hangon;"Hang-On (Euro, Bra, Aus) - Hang-On (Jpn) - Hang-On (rev A) - Super Hang-On (sitdown/upright, unprotected) - Super Hang-On (World, Rev. A)";320x224@60;H
+hangon1;"Hang-On - Super Hang-On (mini ride-on, FD1089B 317-0034) - Super Hang-On (World)";320x224@60;H
+hangon2;"Hang-On (ride-on) - Hang-On II (Jpn) - Super Hang-On (mini ride-on, Rev A, FD1089B 317-0034)";320x224@60;H
+hangonjr;"Hang-On Jr.";256x192@60;H
+hangzo;"Hangzo (Japan, prototype)";320x240@58;H
+happy6;"Happy 6-in-1 (V102 - V101MK, China)";448x224@60;H
+happy6101;"Happy 6-in-1 (V101 - V100MK, China)";448x224@60;H
+hardhea2;"Hard Head 2 (v2.0)";256x224@60;H
+hardhead;"Hard Head";256x224@60;H
+hasamu;"Hasamu (Japan)";384x240@60;H
+hatena;"Adventure Quiz 2 - Hatena? no Daibouken (Japan 900228)";384x240@60;H
+hayaosi1;"Hayaoshi Quiz Ouza Ketteisen - The King Of Quiz";256x224@60;H
+hbarrel;"Heavy Barrel (US)";256x240@57;V
+hbarrelw;"Heavy Barrel (World)";256x240@57;V
+hcastle;"Haunted Castle (ver. M)";256x224@60;H
+hcastlee;"Haunted Castle (ver. E)";256x224@60;H
+hcastlek;"Haunted Castle (ver. K)";256x224@60;H
+hcrash;"Hyper Crash (version D)";256x224@60;H
+hcrashc;"Hyper Crash (version C)";256x224@60;H
+hedpanic;"Head Panic (ver. 0117, 17/01/2000)";320x240@60;H
+hedpanica;"Head Panic (ver. 0702, 02/07/1999)";320x240@60;H
+hedpanicf;"Head Panic (ver. 0315, 15/03/2000)";320x240@60;H
+hellfire;"Hellfire (2P Ver.) - Hellfire (Euro)";320x240@57.6;H
+hellfire1;"Hellfire (1P Ver.)";320x240@57.6;H
+hellfire1a;"Hellfire (1P Ver., older)";320x240@57.6;H
+hellfire2;"Hellfire (2P Ver., first edition)";320x240@57.6;H
+herbiedk;"Herbie at the Olympics (DK conversion)";256x224@60;V
+herodk;"Hero in the Castle of Doom (DK conversion)";256x224@60;V
+herodku;"Hero in the Castle of Doom (DK conversion not encrypte";256x224@60;V
+heuksun;"Heuk Sun Baek Sa (Korea)";320x240@60;H
+hexa;"Hexa";256x224@60;H
+hexion;"Hexion (Japan ver. JAB)";512x256@60;H
+hexionb;"Hexion (Bootleg, Asia ver. AAA)";512x256@60;H
+hexpool;"Hex Pool (Shinkai)";256x224@60;V
+hexpoola;"Hex Pool (Senko)";256x224@60;V
+hgkairak;"Taisen Hot Gimmick Kairakuten (Japan)";224x640@60;V
+hharry;"Hammerin' Harry (World)";384x256@55;H
+hharryu;"Hammerin' Harry (US)";384x256@55;H
+higemaru;"Pirate Ship Higemaru";256x224@60;H
+himesiki;"Himeshikibu (Japan)";256x192@60;V
+hippodrm;"Hippodrome (US)";256x240@57;H
+hishouza;"Hishou Zame (Japan)";320x240@55;V
+hitice;"Hit the Ice (US) - Hit the Ice (USA) - Hit the Ice - VHL - The Official Video Hockey League - Hit the Ice - VHL - The Official Video Hockey League";320x224@60;H
+hiticej;"Hit the Ice (Japan)";320x224@60;H
+hncholms;"Hunchback Olympic (Scramble hardware)";256x224@60;V
+hoccer;"Hoccer (set 1)";256x224@60;V
+hoccer2;"Hoccer (set 2)";256x224@60;V
+honeydol;"Honey Dolls";256x224@58;H
+hook;"Hook (Euro) - Hook (Euro) - Hook (Euro, Prototype) - Hook (World)";320x240@60;H
+hookj;"Hook (Japan)";320x240@60;H
+hooku;"Hook (US) - Hook (USA) - Hook (USA)";320x240@60;H
+hopmappy;"Hopping Mappy";288x224@60;H
+hopprobo;"Hopper Robo";256x224@60;V
+horekid;"Kid no Hore Hore Daisakusen";256x224@60;V
+horekidb;"Kid no Hore Hore Daisakusen (bootleg)";256x224@60;V
+horizon;"Horizon";256x256@60;H
+horshoes;"American Horseshoes (US)";320x224@60;V
+hotbubl;"Hot Bubble (Korea, with adult pictures)";256x224@56;H
+hotbubla;"Hot Bubble (Korea)";256x224@56;H
+hotdebut;"Quiz de Idol! Hot Debut (Japan)";240x640@60;V
+hotdogst;"Hotdog Storm - The First Supersonics (International)";384x240@58;V
+hotgm4ev;"Taisen Hot Gimmick 4 Ever (Japan)";224x640@60;V
+hotgmck;"Taisen Hot Gimmick (Japan)";224x640@60;V
+hotgmck3;"Taisen Hot Gimmick 3 Digital Surfing (Japan)";224x640@60;V
+hotgmcki;"Mahjong Hot Gimmick Integral (Japan)";224x640@60;V
+hotmind;"Hot Mind (Hard Times hardware)";320x224@58;H
+hotpinbl;"Hot Pinball";512x224@60;V
+hotshock;"Hot Shocker";256x224@60;V
+hotshockb;"Hot Shocker (bootleg)";256x224@60;V
+hpolym84;"Hyper Olympic '84";256x224@60;H
+hpuncher;"Hard Puncher (Japan)";320x224@60;H
+hsf2;"Hyper Street Fighter II: The Anniversary Edition (0402";384x224@60;H
+hsf2a;"Hyper Street Fighter II: The Anniversary Edition (0402";384x224@60;H
+hsf2d;"Hyper Street Fighter II: The Anniversary Edition (0402";384x224@60;H
+hsf2da;"Hyper Street Fighter II: The Anniversary Edition (0402";384x224@60;H
+hsf2j;"Hyper Street Fighter II: The Anniversary Edition (0402";384x224@60;H
+hsf2j1;"Hyper Street Fighter II: The Anniversary Edition (0312";384x224@60;H
+htchctch;"Hatch Catch";320x240@60;H
+hthero;"Hat Trick Hero (Japan)";320x224@60;H
+hthero93;"Hat Trick Hero '93 (Ver 1.0J 1993/02/28)";320x224@60;H
+hthero93u;"Hat Trick Hero '93 (Ver 1.0A 1993/02/28)";320x224@60;H
+hthero94;"Hat Trick Hero '94 (Ver 2.2A 1994/05/26)";320x224@60;H
+hthero95;"Hat Trick Hero '95 (Ver 2.5J 1994/11/03)";320x224@60;H
+hthero95u;"Hat Trick Hero '95 (Ver 2.5A 1994/11/03)";320x224@60;H
+hunchbkg;"Hunchback (Galaxian hardware)";256x224@60;V
+hunchbks;"Hunchback (Scramble hardware)";256x224@60;V
+hustler;"Video Hustler - Video Hustler (Jpn) - Video Hustler (Prototype)";256x224@60;V
+hustlerb;"Video Hustler (bootleg)";256x224@60;V
+hvymetal;"Heavy Metal (315-5135)";256x224@60;H
+hvyunit;"Heavy Unit - Heavy Unit (World) - Heavy Unit - Mega Drive Special (Jpn)";256x224@58;H
+hvyunitj;"Heavy Unit (Japan, Newer)";256x224@58;H
+hvyunitjo;"Heavy Unit (Japan, Older)";256x224@58;H
+hvyunitu;"Heavy Unit -U.S.A. Version- (US)";256x224@58;H
+hwchamp;"Heavyweight Champ";320x224@60;H
+hwchampj;"Heavyweight Champ (Japan, FD1094 317-0046)";320x224@60;H
+hwchampjd;"Heavyweight Champ (Japan, FD1094 317-0046 decrypted)";320x224@60;H
+hyperpac;"Hyper Pacman";256x224@58;H
+hyperpacb;"Hyper Pacman (bootleg)";256x224@58;H
+hyperspt;"Hyper Sports - Hyper Sports (Jpn) - Hyper Sports 1 (Jpn)";256x224@60;H
+hypersptb;"Hyper Sports (bootleg)";256x224@60;H
+hypreac2;"Mahjong Hyper Reaction 2 (Japan)";338x240@60;H
+hypreact;"Mahjong Hyper Reaction (Japan)";338x240@60;H
+hyprolym;"Hyper Olympic";256x224@60;H
+hypsptsp;"Hyper Sports Special (Japan)";304x224@60;H
+iganinju;"Iga Ninjyutsuden (Japan)";256x224@60;H
+igmo;"IGMO";272x236@60;V
+ikari;"Ikari Warriors (US JAMMA)";288x216@60;V
+ikari3;"Ikari III - The Rescue (8-Way Joystick)";256x224@60;H
+ikari3j;"Ikari Three - The Rescue (Japan, Rotary Joystick)";256x224@60;H
+ikari3k;"Ikari III - The Rescue (Korea, 8-Way Joystick)";256x224@60;H
+ikari3u;"Ikari III - The Rescue (US, Rotary Joystick)";256x224@60;H
+ikaria;"Ikari Warriors (US)";288x216@60;V
+ikarijp;"Ikari (Japan No Continues)";288x216@60;V
+ikarijpb;"Ikari (Joystick hack bootleg)";288x216@60;V
+ikarinc;"Ikari Warriors (US No Continues)";288x216@60;V
+ikariram;"Rambo 3 (bootleg of Ikari, Joystick hack)";288x216@60;V
+ikki;"Ikki (Japan)";240x224@60;H
+imago;"Imago (cocktail set)";256x224@60;V
+imagoa;"Imago (no cocktail set)";256x224@60;V
+imgfight;"Image Fight (Japan, revision A)";384x256@55;V
+imgfightj;"Image Fight (Japan)";384x256@55;V
+imsorry;"I'm Sorry (315-5110, US)";256x224@60;H
+imsorryj;"Gonbee no I'm Sorry (315-5110, Japan)";256x224@60;H
+insectx;"Insector X (USA) - Insector X (World)";256x224@60;H
+insectxj;"Insector X (Japan) - Insector X (Jpn, Kor)";256x224@60;H
+intcup94;"International Cup '94 (Ver 2.2O 1994/05/26)";320x224@60;H
+inthunt;"In The Hunt (World)";320x240@60;H
+inthuntu;"In The Hunt (US)";320x240@60;H
+invaders;"Space Invaders / Space Invaders M";260x224@60;V
+ironclad;"Choutetsu Brikin'ger - Iron clad (Prototype)";304x224@59;H
+ironclado;"Choutetsu Brikin'ger - Iron clad (Prototype, older)";304x224@59;H
+ironhors;"Iron Horse";240x224@60;H
+irrmaze;"The Irritating Maze / Ultra Denryu Iraira Bou";304x224@59;H
+isgsm;"ISG Selection Master Type 2006 System BIOS";320x224@60;H
+itaten;"Itazura Tenshi (Japan)";256x224@60;H
+jack;"Aquajack (World) - Ball Jacks (Euro, Jpn) - Bomb Jack (Jpn) - Bomb Jack (set 1) - Jack the Giantkiller (set 1) - Jumping Jack - Jumping Jack (Euro) - Snap Jack - Star Jacker (Euro, Jpn, v1.2) - Star Jacker (Sega)";256x224@60;V
+jack2;"Bomb Jack (set 2) - Jack the Giantkiller (set 2) - Star Jacker (Jpn, v1.0)";256x224@60;V
+jack3;"Jack the Giantkiller (set 3)";256x224@60;V
+jackal;"Jackal (World, 8-way Joystick)";240x224@60;V
+jackalbl;"Jackal (bootleg, Rotary Joystick)";240x224@60;V
+jackalj;"Tokushu Butai Jackal (Japan, 8-way Joystick)";240x224@60;V
+jackalr;"Jackal (World, Rotary Joystick)";240x224@60;V
+jailbrek;"Jail Break";240x224@60;H
+jailbrekb;"Jail Break (bootleg)";240x224@60;H
+janjans1;"Lovely Pop Mahjong JangJang Shimasho (Japan)";336x238@60;H
+janjans2;"Lovely Pop Mahjong JangJang Shimasho 2 (Japan)";336x238@60;H
+janshin;"Jyanshin Densetsu - Quest of Jongmaster";320x224@59;H
+jchan;"Jackie Chan - Jackie Chan - The Kung-Fu Master - Jackie Chan's Action Kung Fu";320x240@60;H
+jchan2;"Jackie Chan in Fists of Fire";320x240@60;H
+jcross;"Jumping Cross";288x216@60;V
+jigkmgri;"Jigoku Meguri (Japan)";320x224@60;H
+jigkmgria;"Jigoku Meguri (Japan, hack?)";320x224@60;H
+jitsupro;"Jitsuryoku!! Pro Yakyuu (Japan)";256x224@60;H
+jjack;"Jumping Jack";240x192@60;V
+jjparad2;"Jan Jan Paradise 2";320x240@60;H
+jjparads;"Jan Jan Paradise";320x240@60;H
+jjsquawk;"J. J. Squawkers";384x240@60;H
+jjsquawkb;"J. J. Squawkers (bootleg)";384x240@60;H
+jjsquawkb2;"J. J. Squawkers (bootleg, Blandia conversion)";384x240@60;H
+jjsquawko;"J. J. Squawkers (older)";384x240@60;H
+jockeygp;"Jockey Grand Prix (set 1)";304x224@59;H
+jockeygpa;"Jockey Grand Prix (set 2)";304x224@59;H
+joemac;"Joe & Mac (USA) - Tatakae Genshizin Joe & Mac (Japan ver 1)";256x240@58;H
+joemacr;"Joe & Mac Returns (World, Version 1.1, 1994.05.27)";320x240@58;H
+joemacra;"Joe & Mac Returns (World, Version 1.0, 1994.05.19)";320x240@58;H
+joemacrj;"Joe & Mac Returns (Japan, Version 1.2, 1994.06.06)";320x240@58;H
+joinem;"Joinem";256x224@60;V
+jojo;"JoJo's Venture / JoJo no Kimyou na Bouken (USA 990128)";384x224@60;H
+jojoba;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojoban;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojobane;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojobaner1;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojobanr1;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojobar1;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojoj;"JoJo's Venture / JoJo no Kimyou na Bouken (Japan 99012";384x224@60;H
+jojojr1;"JoJo's Venture / JoJo no Kimyou na Bouken (Japan 99010";384x224@60;H
+jojojr2;"JoJo's Venture / JoJo no Kimyou na Bouken (Japan 98120";384x224@60;H
+jojon;"JoJo's Venture / JoJo no Kimyou na Bouken (Asia 990128";384x224@60;H
+jojonr1;"JoJo's Venture / JoJo no Kimyou na Bouken (Asia 990108";384x224@60;H
+jojonr2;"JoJo's Venture / JoJo no Kimyou na Bouken (Asia 981202";384x224@60;H
+jojor1;"JoJo's Venture / JoJo no Kimyou na Bouken (USA 990108)";384x224@60;H
+jojor2;"JoJo's Venture / JoJo no Kimyou na Bouken (USA 981202)";384x224@60;H
+joyfulr;"Joyful Road (Japan)";320x240@60;V
+joyjoy;"Puzzled / Joy Joy Kid (NGM-021)(NGH-021)";304x224@59;H
+joyman;"Joyman";288x224@60;V
+joust;"Joust";292x240@60;H
+stargate;"Stargate";292x240@60;H
+sinister;"Sinister";292x240@60;H
+defender;"Defender";292x240@60;H
+jpopnics;"Jumping Pop (Nics, Korean bootleg of Plump Pop)";256x224@60;H
+jrking;"Junior King (bootleg of Donkey Kong Jr.)";256x224@60;V
+jrpacman;"Jr. Pac-Man (11/9/83)";288x224@60;V
+jrpacmanf;"Jr. Pac-Man (speedup hack)";288x224@60;V
+jt104;"JT-104 (title screen modification of Rad Action)";256x192@60;H
+juju;"JuJu Densetsu (Japan)";256x224@60;H
+jujub;"JuJu Densetsu (Playmark bootleg)";256x224@60;H
+jumpbug;"Jump Bug";256x224@60;V
+jumpbugb;"Jump Bug (bootleg)";256x224@60;V
+jumpcoas;"Jump Coaster";256x224@60;V
+jumpcoast;"Jump Coaster (Taito)";256x224@60;V
+jumping;"JumpinG (eng) - Jumping (set 1)";320x224@60;H
+jumpinga;"Jumping (set 2)";320x224@60;H
+jumpingi;"Jumping (set 3, Imnoe PCB)";320x224@60;H
+jumpkids;"Jump Kids";320x240@60;H
+jumppop;"Jumping Pop (set 1)";320x240@60;H
+jumppope;"Jumping Pop (set 2)";320x240@60;H
+jumpshot;"Jump Shot";288x224@60;V
+jumpshotp;"Jump Shot Engineering Sample";288x224@60;V
+jungler;"Jungler";288x224@60;V
+junofrst;"Juno First - Juno First (Jpn)";256x224@60;V
+junofrstg;"Juno First (Gottlieb)";256x224@60;V
+jyangoku;"Jyangokushi -Haoh no Saihai- (990527 Japan)";384x224@60;H
+kabukikl;"Far East of Eden - Kabuki Klash / Tengai Makyou - Shin";320x224@59;H
+kageki;"Ka-Ge-Ki - Fists of Steel (USA) - Kageki (US)";256x224@60;V
+kagekih;"Kageki (hack)";256x224@60;V
+kagekij;"Ka-Ge-Ki (Jpn) - Kageki (Japan)";256x224@60;V
+kaiserkn;"Kaiser Knuckle (Ver 2.1O 1994/07/29)";320x224@60;H
+kaiserknj;"Kaiser Knuckle (Ver 2.1J 1994/07/29)";320x224@60;H
+kaitei;"Kaitei Takara Sagashi";272x224@60;V
+kaiteids;"Kaitei Daisensou (Japan)";320x240@60;H
+kaitein;"Kaitei Takara Sagashi (Namco license)";272x224@60;V
+kamakazi3;"Kamakazi III (superg hack)";256x224@60;V
+kamenrid;"Masked Riders Club Battle Race";384x240@60;H
+kangaroo;"Kangaroo";512x256@60;V
+kangarooa;"Kangaroo (Atari)";512x256@60;V
+kangaroob;"Kangaroo (bootleg)";512x256@60;V
+karatblz;"Karate Blazers (World, set 1)";352x240@60;H
+karatblza;"Karate Blazers (World, set 2)";352x240@60;H
+karatblzj;"Karate Blazers (Japan)";352x240@60;H
+karatblzu;"Karate Blazers (US)";352x240@60;H
+karatedo;"Karate Dou (Japan)";256x224@60;V
+karatevs;"Taisen Karate Dou (Japan VS version)";256x224@60;V
+karatour;"The Karate Tournament";320x240@60;H
+karatourj;"The Karate Tournament (Japan)";320x240@60;H
+karianx;"Karian Cross (Rev. 1.0)";320x224@60;H
+karnov;"Karnov (US, rev 6)";256x248@60;H
+karnova;"Karnov (US, rev 5)";256x248@60;H
+karnovj;"Karnov (Japan)";256x248@60;H
+karnovr;"Karnov's Revenge / Fighter's History Dynamite";304x224@59;H
+kazan;"Ninja Kazan (World)";256x224@60;H
+kbash;"Knuckle Bash";320x240@60;H
+kbash2;"Knuckle Bash 2 (bootleg)";320x240@60;H
+kbashk;"Knuckle Bash (Korean PCB)";320x240@60;H
+kchamp;"Karate Champ (US)";256x224@60;V
+kchampvs;"Karate Champ (US VS version, set 1)";256x224@60;V
+kchampvs2;"Karate Champ (US VS version, set 2)";256x224@60;V
+keithlcy;"Dramatic Adventure Quiz Keith & Lucy (Japan)";336x238@60;H
+kengo;"Ken-Go (set 1)";384x256@55;H
+kengoa;"Ken-Go (set 2)";384x256@55;H
+keroppi;"Kero Kero Keroppi's Let's Play Together (USA, Version";320x240@60;H
+keroppij;"Kero Kero Keroppi no Issyoni Asobou (Japan)";320x240@60;H
+ket;"Ketsui Kizuna Jigoku Tachi (Revision 2?, Japan) - Rocket Knight Adventures (Euro) - Socket (USA) - TV Sports Basketball - TV Sports Basketball";448x224@59;V
+ket1;"Ketsui Kizuna Jigoku Tachi (Revision 2? alt, Japan)";448x224@59;V
+keta;"Ketsui Kizuna Jigoku Tachi (Revision 1?, Japan)";448x224@59;V
+ketarr;"Ketsui Kizuna Jigoku Tachi (Arrange Mode version 1.7,";448x224@59;V
+ketarr10;"Ketsui Kizuna Jigoku Tachi (Arrange Mode version 1.0,";448x224@59;V
+ketarr15;"Ketsui Kizuna Jigoku Tachi (Arrange Mode version 1.5,";448x224@59;V
+ketarr151;"Ketsui Kizuna Jigoku Tachi (Arrange Mode version 1.51,";448x224@59;V
+ketarrf;"Ketsui Kizuna Jigoku Tachi (Fast version, hack by Trap";448x224@59;V
+ketarrs15;"Ketsui Kizuna Jigoku Tachi (MR. Stoic version 1.5, hac";448x224@59;V
+ketarrs151;"Ketsui Kizuna Jigoku Tachi (MR. Stoic version 1.51, ha";448x224@59;V
+ketb;"Ketsui Kizuna Jigoku Tachi (Original?, Japan)";448x224@59;V
+ketbl;"Ketsui Kizuna Jigoku Tachi (2003/01/01. Master Ver., b";448x224@59;V
+kf10thep;"The King of Fighters 10th Anniversary Extra Plus (boot";304x224@59;H
+kf2k1pa;"The King of Fighters 2001 Plus (set 2, bootleg / hack)";304x224@59;H
+kf2k1pls;"The King of Fighters 2001 Plus (set 1, bootleg / hack)";304x224@59;H
+kf2k2mp;"The King of Fighters 2002 Magic Plus (bootleg)";304x224@59;H
+kf2k2mp2;"The King of Fighters 2002 Magic Plus II (bootleg)";304x224@59;H
+kf2k2pla;"The King of Fighters 2002 Plus (bootleg set 2)";304x224@59;H
+kf2k2plb;"The King of Fighters 2002 Plus (bootleg set 3)";304x224@59;H
+kf2k2plc;"The King of Fighters 2002 Super (bootleg)";304x224@59;H
+kf2k2pls;"The King of Fighters 2002 Plus (bootleg set 1)";304x224@59;H
+kf2k2ps2;"The King of Fighters 2002 (PlayStation 2 ver 0.4, EGHT";304x224@59;H
+kf2k3bl;"The King of Fighters 2003 (bootleg set 1)";304x224@59;H
+kf2k3bla;"The King of Fighters 2003 (bootleg set 2)";304x224@59;H
+kf2k3pcb;"The King of Fighters 2003 (Japan, JAMMA PCB)";304x224@59;H
+kf2k3pl;"The King of Fighters 2004 Plus / Hero (bootleg)";304x224@59;H
+kf2k3upl;"The King of Fighters 2004 Ultra Plus (bootleg)";304x224@59;H
+kf2k4pls;"The King of Fighters Special Edition 2004 Plus (bootle";304x224@59;H
+kf2k5uni;"The King of Fighters 10th Anniversary 2005 Unique (boo";304x224@59;H
+kickboy;"Kick Boy";256x224@60;H
+kicker;"Kicker";256x224@60;V
+kickoff;"Kick Off (Japan) - Super Kick Off (Euro) - Super Kick Off (Euro, Bra) - Super Kick Off (Euro, SMS Mode)";256x224@60;H
+kickridr;"Kick Rider";240x192@60;H
+kidniki;"Kid Niki - Radical Ninja (World)";384x256@60;H
+kidnikiu;"Kid Niki - Radical Ninja (US)";384x256@60;H
+kikcubic;"Meikyu Jima (Japan)";384x256@55;H
+kikcubicb;"Kickle Cubele";384x256@55;H
+killbld;"The Killing Blade (V109, China)";448x224@60;H
+killbld104;"The Killing Blade (V104)";448x224@60;H
+killbldp;"The Killing Blade Plus (V300)";448x224@60;H
+kingball;"King & Balloon (Jpn) - King & Balloon (US) - King and Balloon (Kor)";256x224@60;V
+kingballj;"King & Balloon (Japan)";256x224@60;V
+kingdmgp;"Kingdom Grandprix (World)";320x240@60;V
+kirameki;"Kirameki Star Road (Ver 2.10J 1997/08/29)";320x224@60;H
+kittenk;"Kitten Kaboodle";256x224@60;H
+kizuna;"Kizuna Encounter - Super Tag Battle / Fu'un Super Tag";304x224@59;H
+kncljoe;"Knuckle Joe (set 1)";256x240@60;V
+kncljoea;"Knuckle Joe (set 2)";256x240@60;V
+knights;"Knights of the Round (911127 etc)";384x224@60;H
+knightsb;"Knights of the Round (bootleg set 1 (with YM2151 + 2xM";384x224@60;H
+knightsb2;"Knights of the Round (bootleg set 2, 911127 etc)";384x224@60;H
+knightsb3;"Knights of the Round (bootleg set 3, 911127 Japan)";384x224@60;H
+knightsb4;"Knights of the Round (bootleg set 4 (with YM2151 + 2xM";384x224@60;H
+knightsh;"Knights of the Round (hack set 1)";384x224@60;H
+knightsh2;"Knights of the Round (hack set 2, 911127 etc)";384x224@60;H
+knightsj;"Knights of the Round (911127 Japan, B-Board 91634B-2)";384x224@60;H
+knightsja;"Knights of the Round (911127 Japan, B-Board 89625B-1)";384x224@60;H
+knightsu;"Knights of the Round (911127 USA)";384x224@60;H
+knockout;"Knock Out!!";256x224@60;V
+kod;"Don Doko Don (World) - The King of Dragons (910805 etc)";384x224@60;H
+kodb;"The King of Dragons (bootleg, 910731 etc)";384x224@60;H
+kodda;"The King of Dragons (Phoenix bootleg, 910731 etc)";384x224@60;H
+kodh;"The King of Dragons (hack)";384x224@60;H
+kodj;"Don Doko Don (Japan) - The King of Dragons (Japan 910805, B-Board 90629B-3)";384x224@60;H
+kodja;"The King of Dragons (Japan 910805, B-Board 89625B-1)";384x224@60;H
+kodr1;"The King of Dragons (910711 etc)";384x224@60;H
+kodu;"Don Doko Don (US) - The King of Dragons (US 910910)";384x224@60;H
+kof10th;"The King of Fighters 10th Anniversary (bootleg)";304x224@59;H
+kof2000;"The King of Fighters 2000 (NGM-2570) (NGH-2570)";304x224@59;H
+kof2000n;"The King of Fighters 2000 (not encrypted)";304x224@59;H
+kof2000ps2;"The King of Fighters 2000 (Playstation 2 ver. , EGHT h";304x224@59;H
+kof2001;"The King of Fighters 2001 (NGM-262?)";304x224@59;H
+kof2001h;"The King of Fighters 2001 (NGH-2621)";304x224@59;H
+kof2002;"The King of Fighters 2002 (NGM-2650)(NGH-2650)";304x224@59;H
+kof2002b;"The King of Fighters 2002 (bootleg)";304x224@59;H
+kof2003;"The King of Fighters 2003 (NGM-2710)";304x224@59;H
+kof2003h;"The King of Fighters 2003 (NGH-2710)";304x224@59;H
+kof2k4se;"The King of Fighters Special Edition 2004 (bootleg)";304x224@59;H
+kof94;"The King of Fighters '94 (NGM-055)(NGH-055)";304x224@59;H
+kof95;"The King of Fighters '95 (NGM-084)";304x224@59;H
+kof95a;"The King of Fighters '95 (NGH-084, alternate board)";304x224@59;H
+kof95h;"The King of Fighters '95 (NGH-084)";304x224@59;H
+kof95sp;"The King of Fighters '95 (Special 2017, hack)";304x224@59;H
+kof96;"The King of Fighters '96 (NGM-214)";304x224@59;H
+kof96a;"The King of Fighters '96 (NGM-214, alternate board)";304x224@59;H
+kof96ae;"The King of Fighters '96 (Anniversary Edition, EGHT ha";304x224@59;H
+kof96ae20;"The King of Fighters '96 (Anniversary Edition 2.0.0430";304x224@59;H
+kof96cn;"The King of Fighters '96 (Chinese Edition ver 1.0, hac";304x224@59;H
+kof96ep;"The King of Fighters '96 (bootleg / hack)";304x224@59;H
+kof96h;"The King of Fighters '96 (NGH-214)";304x224@59;H
+kof97;"The King of Fighters '97 (NGM-2320)";304x224@59;H
+kof97cn;"The King of Fighters '97 (10th Anniversary Chinese Edi";304x224@59;H
+kof97h;"The King of Fighters '97 (NGH-2320)";304x224@59;H
+kof97k;"The King of Fighters '97 (Korean release)";304x224@59;H
+kof97oro;"The King of Fighters '97 oroshi plus 2003";304x224@59;H
+kof97pla;"The King of Fighters '97 Plus 2003 (bootleg / hack)";304x224@59;H
+kof97pls;"The King of Fighters '97 Plus (bootleg)";304x224@59;H
+kof97xt;"The King of Fighters '97 - Final Battle (hack)";304x224@59;H
+kof98;"K.O.F 98' - The King of Fighters '98 - The Slugfest / King of Figh";304x224@59;H
+kof98a;"K.O.F 98' (Unprotected?) - The King of Fighters '98 - The Slugfest / King of Figh";304x224@59;H
+kof98ae;"The King of Fighters '98 (Anniversary Edition, EGHT ha";304x224@59;H
+kof98ae2016;"The King of Fighters '98 (Anniversary Edition build 1.";304x224@59;H
+kof98cb;"The King of Fighters '98 (Combo, hack)";304x224@59;H
+kof98h;"The King of Fighters '98 - The Slugfest / King of Figh";304x224@59;H
+kof98k;"The King of Fighters '98 - The Slugfest / King of Figh";304x224@59;H
+kof98ka;"The King of Fighters '98 - The Slugfest / King of Figh";304x224@59;H
+kof99;"The King of Fighters '99 - The King of Fighters '99 - Millennium Battle (NGM-2510";304x224@59;H
+kof99ae;"The King of Fighters '99 (15th Anniversary Edition)";304x224@59;H
+kof99e;"The King of Fighters '99 - Millennium Battle (earlier)";304x224@59;H
+kof99h;"The King of Fighters '99 - Millennium Battle (NGH-2510";304x224@59;H
+kof99k;"The King of Fighters '99 - Millennium Battle (Korean r";304x224@59;H
+kof99ka;"The King of Fighters '99 - Millennium Battle (Korean r";304x224@59;H
+kof99p;"The King of Fighters '99 - Millennium Battle (prototyp";304x224@59;H
+kog;"King of Gladiator (The King of Fighters '97 bootleg)";304x224@59;H
+kogplus;"King of Gladiator Plus (The King of Fighters '97 bootl";304x224@59;H
+koikois2;"Koi Koi Shimasho 2 - Super Real Hanafuda (Japan)";336x240@60;H
+konami88;"Konami '88";304x224@60;H
+konamigt;"Konami GT";256x224@60;H
+kong;"Crazy Kong - Donkey Kong - Donkey Kong (US set 1) - Kong (Donkey Kong conversion on Galaxian hardware) - Wu Kong Wai Zhuan (Chi)";256x224@60;V
+kontest;"Konami Test Board (GX800, Japan)";256x224@60;H
+korokoro;"Koro Koro Quest (Japan)";320x240@58;H
+korosuke;"Korosuke Roller";288x224@60;V
+koshien;"Ah Eikou no Koshien (Japan) - Nessen Koushien (Jpn)";320x224@60;H
+kotm;"King of the Monsters (Euro) - King of the Monsters (set 1)";304x224@59;H
+kotm2;"King of the Monsters 2 (USA) - King of the Monsters 2 - The Next Thing (NGM-039)(NGH-";304x224@59;H
+kotm2a;"King of the Monsters 2 - The Next Thing (older)";304x224@59;H
+kotm2p;"King of the Monsters 2 - The Next Thing (prototype)";304x224@59;H
+kotmh;"King of the Monsters (set 2)";304x224@59;H
+kov;"Knights of Valour - Sangoku Senki (V117) - Ponpoko (Venture Line)";448x224@60;H
+kov111;"Knights of Valour - Sangoku Senki (V111, Japan)";448x224@60;H
+kov114;"Knights of Valour - Sangoku Senki (V114, Hong Kong)";448x224@60;H
+kov115;"Knights of Valour - Sangoku Senki (V115)";448x224@60;H
+kov2;"Knights of Valour 2 (V107, 102, 100, Hong Kong)";448x224@60;H
+kov2100;"Knights of Valour 2 (V100, 100, 100, Hong Kong)";448x224@60;H
+kov2101;"Knights of Valour 2 (V101, 101, 100, Hong Kong)";448x224@60;H
+kov2102;"Knights of Valour 2 (V102, 101, 100, Hong Kong)";448x224@60;H
+kov2103;"Knights of Valour 2 (V103, 101, 100, Hong Kong)";448x224@60;H
+kov2106;"Knights of Valour 2 (V106, 102, 100 Hong Kong)";448x224@60;H
+kov2p;"Knights of Valour 2 Plus - Nine Dragons (VM205XX, Chin";448x224@60;H
+kov2p202;"Knights of Valour 2 Plus - Nine Dragons (VM202XX)";448x224@60;H
+kov2p204;"Knights of Valour 2 Plus - Nine Dragons (VM204XX)";448x224@60;H
+kovplus;"Knights of Valour Plus - Sangoku Senki Plus (V119)";448x224@60;H
+kovplusa;"Knights of Valour Plus - Sangoku Senki Plus (V119 alt)";448x224@60;H
+kovqhsgs;"Knights of Valour: Quan Huang San Guo Special / Sangok";448x224@60;H
+kovqhsgsa;"Knights of Valour: Quan Huang San Guo Special / Sangok";448x224@60;H
+kovsgqyz;"Knights of Valour: SanGuo QunYingZhuan / Sangoku Senki";448x224@60;H
+kovsgqyza;"Knights of Valour: SanGuo QunYingZhuan / Sangoku Senki";448x224@60;H
+kovsgqyzb;"Knights of Valour: SanGuo QunYingZhuan / Sangoku Senki";448x224@60;H
+kovsgqyzc;"Knights of Valour: SanGuo QunYingZhuan / Sangoku Senki";448x224@60;H
+kovsh;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovsh100;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovsh101;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovsh102;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovsh103;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovshb;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovshp;"Knights of Valour Super Heroes Plus / Sangoku Senki Su";448x224@60;H
+kovshpa;"Knights of Valour Super Heroes Plus / Sangoku Senki Su";448x224@60;H
+kovshxas;"Knights of Valour: Ao Shi San Guo / Sangoku Senki: Ao";448x224@60;H
+kovytzy;"Knights of Valour: Yi Tong Zhong Yuan / Sangoku Senki:";448x224@60;H
+kozure;"Kozure Ookami (Japan)";320x240@60;H
+krzybowl;"Krazy Bowl";320x232@60;V
+ksayakyu;"Kusayakyuu";256x224@60;H
+ktiger;"Black Tiger - Kyukyoku Tiger (Japan) - Kyuukyoku Tiger - Kyuukyoku Tiger (Jpn)";320x240@55;V
+ktiger2;"Kyukyoku Tiger II (Ver 2.1J 1995/11/30)";320x232@60;V
+kuhga;"Kuhga - Operation Code 'Vapor Trail' (Japan revision 3";256x240@58;V
+kungfub;"Kung-Fu Master (bootleg set 1)";256x256@60;H
+kungfub2;"Kung-Fu Master (bootleg set 2)";256x256@60;H
+kungfub3;"Kung-Fu Master (bootleg set 3)";256x256@60;H
+kungfum;"Kung Fu Master (Jpn) - Kung-Fu Master";256x256@60;H
+kungfumd;"Kung-Fu Master (Data East)";256x256@60;H
+kungfut;"Kung-Fu Taikun - Kung-Fu Taikun (Jpn)";256x224@60;H
+kungfuta;"Kung-Fu Taikun (alt) - Kung-Fu Taikun (Jpn, Alt)";256x224@60;H
+kuniokun;"Nekketsu Kouha Kunio-kun (Japan)";240x240@60;H
+kuniokunb;"Nekketsu Kouha Kunio-kun (Japan bootleg)";240x240@60;H
+kurikint;"Kuri Kinton (World)";320x224@60;H
+kurikinta;"Kuri Kinton (World, prototype?)";320x224@60;H
+kurikintj;"Kuri Kinton (Japan)";320x224@60;H
+kurikintu;"Kuri Kinton (US)";320x224@60;H
+kyros;"Kyros";256x224@60;V
+kyrosj;"Kyros No Yakata (Japan)";256x224@60;V
+kyukaidk;"Kyuukai Douchuuki (Japan, new version (Rev B)) - Kyuukai Douchuuki (Jpn)";288x224@60;H
+kyukaidko;"Kyuukai Douchuuki (Japan, old version)";288x224@60;H
+kyustrkr;"Last Striker / Kyuukyoku no Striker";384x240@60;H
+labyrunr;"Labyrinth Runner (Japan)";280x224@60;V
+labyrunrk;"Labyrinth Runner (World Ver. K)";280x224@60;V
+ladybug;"Lady Bug - Lady Bug";240x196@60;V
+ladybugb;"Lady Bug (bootleg set 1)";240x196@60;V
+ladybugb2;"Coccinelle (bootleg of Lady Bug, set 2)";240x196@60;V
+ladybugg;"Lady Bug (bootleg on Galaxian hardware)";256x224@60;V
+ladykill;"Lady Killer";320x240@60;V
+ladymstr;"Lady Master of Kung Fu";256x224@60;V
+lagirl;"LA Girl";320x224@60;V
+landmakr;"Land Maker (Ver 2.01J 1998/06/01)";320x232@60;H
+landmakrp;"Land Maker (Ver 2.02O 1998/06/02) (Prototype)";320x232@60;H
+lans2004;"Lansquenet 2004 (Shock Troopers - 2nd Squad bootleg)";304x224@59;H
+lasso;"Lasso";256x224@60;V
+lastblad;"The Last Blade / Bakumatsu Roman - Gekka no Kenshi (NG";320x224@59;H
+lastblada;"The Last Blade / Bakumatsu Roman - Gekka no Kenshi (NG";320x224@59;H
+lastbladh;"The Last Blade / Bakumatsu Roman - Gekka no Kenshi (NG";320x224@59;H
+lastbladsp;"The Last Soldier (Special 2017, hack)";320x224@59;H
+lastbld2;"The Last Blade 2 / Bakumatsu Roman - Dai Ni Maku Gekka";320x224@59;H
+lastbld2eh;"The Last Blade 2 / Bakumatsu Roman - Dai Ni Maku Gekka";320x224@59;H
+lastday;"The Last Day (set 1)";384x240@60;V
+lastdaya;"The Last Day (set 2)";384x240@60;V
+lastduel;"Last Duel (US New Ver.)";384x240@60;V
+lastduelb;"Last Duel (bootleg)";384x240@60;V
+lastduelj;"Last Duel (Japan)";384x240@60;V
+lastduelo;"Last Duel (US Old Ver.)";384x240@60;V
+lastfort;"Last Fortress - Toride";360x224@60;H
+lastforte;"Last Fortress - Toride (Erotic, Rev C)";360x224@60;H
+lastfortea;"Last Fortress - Toride (Erotic, Rev A)";360x224@60;H
+lastfortg;"Last Fortress - Toride (German)";360x224@60;H
+lastfortk;"Last Fortress - Toride (Korea)";360x224@60;H
+lasthope;"Last Hope (bootleg AES to MVS conversion, no coin supp";304x224@59;H
+lastmisn;"Last Mission (US revision 6)";256x240@58;V
+lastmisnj;"Last Mission (Japan)";256x240@58;V
+lastmisno;"Last Mission (US revision 5)";256x240@58;V
+lastsold;"The Last Soldier (Korean release of The Last Blade)";320x224@59;H
+lastsurv;"Last Survivor (FD1094 317-0083)";320x224@60;H
+lastsurvd;"Last Survivor (FD1094 317-0083 decrypted)";320x224@60;H
+lbowling;"League Bowling (NGM-019)(NGH-019)";304x224@59;H
+ldrun;"Lode Runner (Euro, Jpn) - Lode Runner (Jpn) - Lode Runner (set 1) - Lode Runner - Lost Labyrinth";384x256@60;H
+ldrun2;"Lode Runner II (Jpn) - Lode Runner II - The Bungeling Strikes Back";384x256@60;H
+ldrun3;"Lode Runner III - The Golden Labyrinth";384x256@60;H
+ldrun3j;"Lode Runner III - Majin No Fukkatsu";384x256@60;H
+ldrun4;"Lode Runner IV - Teikoku Karano Dasshutsu";384x256@60;H
+ldruna;"Lode Runner (Jpn, Alt) - Lode Runner (set 2)";384x256@60;H
+leaguemn;"Yakyuu Kakutou League-Man (Japan)";320x240@60;H
+leds2011;"Led Storm Rally 2011 (World)";384x240@60;V
+leds2011u;"Led Storm Rally 2011 (US)";384x240@60;V
+ledstorm;"Led Storm (US)";384x240@60;V
+legend;"Legend - Oriental Legend - Xi Yo Gi Shi Re Zuang (V126)";288x224@60;H
+legendos;"Legend of Success Joe / Ashitano Joe Densetsu";304x224@59;H
+legion;"Legion - Spinner-87 (World ver 2.03)";288x224@60;V
+legionj;"Chouji Meikyuu Legion (Japan ver 1.05)";288x224@60;V
+legionjb;"Chouji Meikyuu Legion (Japan ver 1.05, bootleg)";288x224@60;V
+legofair;"Koukuu Kihei Monogatari - The Legend of Air Cavalry (J";400x224@60;V
+lemmings;"Lemmings (Euro) - Lemmings (Euro, Bra, Kor) - Lemmings (US prototype) - Lemmings (World)";320x224@60;H
+lethalen;"Lethal Enforcers (Euro) - Lethal Enforcers (ver UAE, 11/19/92 15:04)";288x224@60;H
+lethaleneaa;"Lethal Enforcers (ver EAA, 09/09/92 09:44)";288x224@60;H
+lethaleneab;"Lethal Enforcers (ver EAB, 10/14/92 19:53)";288x224@60;H
+lethaleneae;"Lethal Enforcers (ver EAE, 11/19/92 16:24)";288x224@60;H
+lethalenua;"Lethal Enforcers (ver UAA, 08/17/92 21:38)";288x224@60;H
+lethalenub;"Lethal Enforcers (ver UAB, 09/01/92 11:12)";288x224@60;H
+lethalenux;"Lethal Enforcers (ver unknown, US, 08/06/92 15:11, hac";288x224@60;H
+lethalth;"Lethal Thunder (World)";320x240@60;V
+levers;"Levers";256x224@60;V
+lghost;"Laser Ghost (Euro) - Laser Ghost (set 2, World, 317-0166)";320x224@60;H
+lghostd;"Laser Ghost (set 2, World, 317-0166 decrypted)";320x224@60;H
+lghostu;"Laser Ghost (set 1, US, 317-0165)";320x224@60;H
+lghostud;"Laser Ghost (set 1, US, 317-0165 decrypted)";320x224@60;H
+lgtnfght;"Lightning Fighters (World)";288x224@60;V
+lgtnfghta;"Lightning Fighters (Asia)";288x224@60;V
+lgtnfghtu;"Lightning Fighters (US)";288x224@60;V
+lhcdb;"Last Hope CD Beta (Neo CD conversion)";304x224@59;H
+liblrabl;"Libble Rabble";288x224@60;H
+lifefrce;"Lifeforce (US)";256x224@60;H
+lifefrcej;"Lifeforce (Japan)";256x224@60;H
+lightbr;"Light Bringer (Ver 2.2O 1994/04/08)";320x224@60;H
+lightbrj;"Light Bringer (Ver 2.1J 1994/02/18)";320x224@60;H
+liquidk;"Liquid Kids (World)";320x224@60;H
+liquidku;"Liquid Kids (US)";320x224@60;H
+lithero;"Little Hero";384x256@60;H
+livequiz;"Live Quiz Show";320x224@60;H
+lizwiz;"Lizard Wizard";288x224@60;V
+lkage;"The Legend of Kage";240x224@60;H
+lkageb;"The Legend of Kage (bootleg set 1)";240x224@60;H
+lkageb2;"The Legend of Kage (bootleg set 2)";240x224@60;H
+lkageb3;"The Legend of Kage (bootleg set 3)";240x224@60;H
+lkageo;"The Legend of Kage (older)";240x224@60;H
+lkageoo;"The Legend of Kage (oldest)";240x224@60;H
+lnc;"College Football's National Championship (USA) - Lock'n'Chase";242x240@60;V
+lockonph;"Lock On (Philko)";320x224@60;H
+locoboot;"Loco-Motion (bootleg)";256x224@60;V
+locomotn;"Loco-Motion";256x224@60;V
+loderndf;"Lode Runner - The Dig Fight (ver. B)";240x640@60;V
+loderndfa;"Lode Runner - The Dig Fight (ver. A)";240x640@60;V
+loffire;"Line of Fire (Euro, Bra, Kor) - Line of Fire / Bakudan Yarou (World, FD1094 317-0136)";320x224@60;H
+loffired;"Line of Fire / Bakudan Yarou (World, FD1094 317-0136 d";320x224@60;H
+loffirej;"Line of Fire / Bakudan Yarou (Japan, FD1094 317-0134)";320x224@60;H
+loffirejd;"Line of Fire / Bakudan Yarou (Japan, FD1094 317-0134 d";320x224@60;H
+loffireu;"Line of Fire / Bakudan Yarou (US, FD1094 317-0135)";320x224@60;H
+loffireud;"Line of Fire / Bakudan Yarou (US, FD1094 317-0135 decr";320x224@60;H
+logicpr2;"Logic Pro 2 (Japan)";320x224@60;H
+logicpro;"Logic Pro (Japan)";320x224@60;H
+loht;"Legend of Hero Tonma - Legend of Hero Tonma - Legend of Hero Tonma";384x256@55;H
+lohtb;"Legend of Hero Tonma (bootleg, set 1)";384x256@55;H
+lohtb2;"Legend of Hero Tonma (bootleg, set 2)";384x256@55;H
+lohtj;"Legend of Hero Tonma (Japan)";384x256@55;H
+lomakai;"Legend of Makai (World)";256x224@60;H
+looper;"Looper";256x224@60;H
+lordgun;"Lord of Gun (USA)";448x224@60;H
+lordofk;"The Lord of King (Japan)";256x224@60;H
+losttomb;"Lost Tomb (Easy)";256x224@60;V
+losttombh;"Lost Tomb (Hard)";256x224@60;V
+lostwrld;"Lost Worlds (Japan) - The Lost World - Jurassic Park (Euro, USA) - The Lost World - Jurassic Park (USA)";384x224@60;H
+lostwrldo;"Lost Worlds (Japan Old ver.)";384x224@60;H
+lotlot;"Lot Lot - Lot Lot (Jpn)";384x256@60;H
+loverboy;"Lover Boy";240x224@60;V
+lresort;"Last Resort";304x224@59;H
+lresortp;"Last Resort (prototype)";304x224@59;H
+ltorb1;"Jonas Indiana and the Lost Temple of RA (20050717)";304x224@59;H
+ltswords;"Lightning Swords";384x256@55;H
+luckywld;"Lucky & Wild";288x224@60;H
+luckywldj;"Lucky & Wild (Japan)";288x224@60;H
+luctoday;"Lucky Today";256x224@60;V
+lvgirl94;"Las Vegas Girl (Girl '94)";368x224@60;H
+lwings;"Legendary Wings (US set 1)";256x240@60;V
+lwings2;"Legendary Wings (US set 2)";256x240@60;V
+lwingsb;"Legendary Wings (bootleg)";256x240@60;V
+lwingsj;"Ares no Tsubasa (Japan)";256x240@60;V
+m660;"Mission 660 (US)";256x224@60;V
+m660b;"Mission 660 (bootleg)";256x224@60;V
+m660j;"Mission 660 (Japan)";256x224@60;V
+mach9;"Mach-9 (bootleg of Vulgus)";256x224@60;V
+macross;"Choujikuu Yousai Macross (Jpn) - Super Spacefortress Macross / Chou-Jikuu Yousai Macros";256x224@56;V
+macross2;"Super Spacefortress Macross II / Chou-Jikuu Yousai Mac";384x224@56;H
+macross2g;"Super Spacefortress Macross II / Chou-Jikuu Yousai Mac";384x224@56;H
+macross2k;"Macross II (Korea)";384x224@56;H
+macrossp;"Macross Plus";384x240@60;V
+madcrash;"Mad Crasher";288x216@60;H
+madcrush;"Mad Crusher (Japan)";288x216@60;H
+madgear;"Mad Gear (US)";384x240@60;V
+madgearj;"Mad Gear (Japan)";384x240@60;V
+madshark;"Mad Shark";384x224@60;V
+magdrop;"Magical Drop (Japan, Version 1.1, 1995.06.21)";320x240@58;H
+magdrop2;"Magical Drop II";304x224@59;H
+magdrop3;"Magical Drop III";304x224@59;H
+magdropp;"Magical Drop Plus 1 (Japan, Version 2.1, 1995.09.12)";320x240@58;H
+magicbub;"Magic Bubble";320x224@60;H
+magicbuba;"Magic Bubble (Adult version, YS-1302 PCB)";320x224@60;H
+magicbubb;"Magic Bubble (Adult version, YS-0211 PCB)";320x224@60;H
+magix;"Magix / Rock";384x240@60;H
+magixb;"Magix / Rock (no copyright message)";384x240@60;H
+maglord;"Magician Lord (NGM-005)";320x224@59;H
+maglordh;"Magician Lord (NGH-005)";320x224@59;H
+mahoudai;"Mahou Daisakusen (Japan)";320x240@60;V
+mahretsu;"Mahjong Kyo Retsuden (NGM-004)(NGH-004)";304x224@59;H
+mainevt;"The Main Event (4 Players ver. Y)";288x224@60;H
+mainevt2p;"The Main Event (2 Players ver. X)";288x224@60;H
+mainevto;"The Main Event (4 Players ver. F)";288x224@60;H
+mainsnk;"Main Event (1984)";288x216@60;H
+majest12j;"Majestic Twelve - The Space Invaders Part IV (Japan)";320x224@60;V
+majest12u;"Majestic Twelve - The Space Invaders Part IV (US)";320x224@60;V
+majtitl2;"Major Title 2 (World)";320x240@60;H
+majtitl2a;"Major Title 2 (World, set 1, alt sound CPU)";320x240@60;H
+majtitl2b;"Major Title 2 (World, set 2)";320x240@60;H
+majtitl2j;"Major Title 2 (Japan)";320x240@60;H
+majtitle;"Major Title (World)";384x256@55;H
+majtitlej;"Major Title (Japan)";384x256@55;H
+majuu;"Majuu no Ohkoku";320x224@60;H
+makaiden;"Makai Densetsu (Japan)";256x224@60;H
+makaimur;"Makai-Mura (Japan)";256x224@60;H
+makaimurc;"Makai-Mura (Japan revision C)";256x224@60;H
+makaimurg;"Makai-Mura (Japan revision G)";256x224@60;H
+maketrax;"Make Trax (set 1)";288x224@60;V
+maketrxb;"Make Trax (set 2)";288x224@60;V
+mangchi;"Mang-Chi";256x224@56;H
+manhatan;"Manhattan 24 Bunsyo (Japan)";240x224@60;H
+maniacsp;"Maniac Square (prototype)";320x240@60;H
+maniacsq;"Maniac Square (unprotected)";320x240@60;H
+manybloc;"Many Block";256x240@56;V
+mappy;"Hopping Mappy - Mappy (Jpn) - Mappy (Jpn) - Mappy (US)";288x224@60;V
+mappyj;"Mappy (Japan)";288x224@60;V
+marble;"Marble Madness";336x240@60;H
+marineb;"Marine Boy";256x224@60;H
+mariner;"Mariner";256x224@60;V
+mario;"Mario Bros. (US, Revision F)";256x224@60;H
+marioe;"Mario Bros. (US, Revision E)";256x224@60;H
+marioj;"Mario Bros. (Japan)";256x224@60;H
+marioo;"Mario Bros. (US, Unknown Rev)";256x224@60;H
+markham;"Markham";240x224@60;H
+mars;"Escape from Mars Starring Taz (Euro) - Mars - Taz in Escape from Mars (Bra) - Taz in Escape from Mars (Euro, USA)";256x224@60;V
+martmast;"Martial Masters (V104, 102, 102, USA)";448x224@60;H
+martmastc;"Martial Masters (V104, 102, 101, China)";448x224@60;H
+martmastc102;"Martial Masters (V102, 101, 101, China)";448x224@60;H
+martmastc103;"Martial Masters (V103, 102, 101, China)";448x224@60;H
+marukin;"Super Marukin-Ban (Japan 901017)";384x240@60;H
+marukodq;"Chibi Marukochan Deluxe Quiz";304x224@59;H
+marvins;"Marvin's Maze";288x216@60;V
+marvland;"Marvel Land (US) - Marvel Land (USA)";288x224@60;H
+marvlandj;"Marvel Land (Japan) - Marvel Land (Jpn)";288x224@60;H
+masao;"Masao";256x224@60;H
+masterw;"Master of Weapon (World)";320x224@60;V
+masterwj;"Master of Weapon (Japan)";320x224@60;V
+masterwu;"Master of Weapon (US)";320x224@60;V
+mastkin;"The Masters of Kin";256x224@60;H
+matchit2;"Match It II";384x240@60;H
+matrim;"Matrimelee / Shin Gouketsuji Ichizoku Toukon (NGM-2660";320x224@59;H
+matrimbl;"Matrimelee / Shin Gouketsuji Ichizoku Toukon (bootleg)";320x224@59;H
+mazinger;"Mazinger Z (World, ver. 94/06/27)";384x240@58;V
+mazingerj;"Mazinger Z (Japan, ver. 94/06/27)";384x240@58;V
+mbomberj;"Muscle Bomber - the body explosion (930713 Japan)";384x224@60;H
+mbombrd;"Muscle Bomber Duo - ultimate team battle (931206 etc)";384x224@60;H
+mbombrdj;"Muscle Bomber Duo - heat up warriors (931206 Japan)";384x224@60;H
+mbrush;"Magic Brush";288x224@60;V
+mcatadv;"Magical Cat Adventure";320x224@60;H
+mcatadvj;"Magical Cat Adventure (Japan)";320x224@60;H
+mchampdx;"Multi Champ Deluxe (ver. 0106, 06/01/2000)";320x240@60;H
+mchampdxa;"Multi Champ Deluxe (ver. 1126, 26/11/1999)";320x240@60;H
+mechatt;"Mechanized Attack (World)";256x224@60;H
+mechattj;"Mechanized Attack (Japan)";256x224@60;H
+mechattu;"Mechanized Attack (US)";256x224@60;H
+mechattu1;"Mechanized Attack (US, Version 1, Single Player)";256x224@60;H
+megablst;"Mega Blast (World)";320x224@60;H
+megablstj;"Mega Blast (Japan)";320x224@60;H
+megablstu;"Mega Blast (US)";320x224@60;H
+megadon;"Megadon";272x236@60;V
+megaman;"Mega Man (Euro, USA) - Mega Man - the power battle (951006 USA) - Mega Man - The Wily Wars (Euro)";384x224@60;H
+megaman2;"Mega Man 2 - the power fighters (960708 USA)";384x224@60;H
+megaman2a;"Mega Man 2 - the power fighters (960708 Asia)";384x224@60;H
+megaman2h;"Mega Man 2 - the power fighters (960712 Hispanic)";384x224@60;H
+megamana;"Mega Man - the power battle (951006 Asia)";384x224@60;H
+megamn2d;"Mega Man 2 - the power fighters (960708 USA Phoenix Ed";384x224@60;H
+megazone;"Mega Zone (Konami set 1)";288x224@60;V
+megazonea;"Mega Zone (Konami set 2)";288x224@60;V
+megazoneb;"Mega Zone (Kosuka set 1)";288x224@60;V
+megazonec;"Mega Zone (Kosuka set 2)";288x224@60;V
+megazonei;"Mega Zone (Interlogic)";288x224@60;V
+meijinsn;"Meijinsen";232x224@60;H
+meikyuh;"Meikyuu Hunter G (Japan, set 1)";256x240@58;H
+meikyuha;"Meikyuu Hunter G (Japan, set 2)";256x240@58;H
+meosism;"Meosis Magic (Japan)";338x236@60;H
+mercenario;"Mercenario (Commando bootleg)";256x224@60;V
+mercs;"Mercs (900302 etc) - Mercs (Euro, Bra) - Mercs (Euro, USA) ~ Senjou no Ookami II (Jpn)";384x224@60;V
+mercsj;"Senjo no Ookami II (Ookami 2 900302 Japan)";384x224@60;V
+mercsu;"Mercs (900608 USA)";384x224@60;V
+mercsur1;"Mercs (900302 USA)";384x224@60;V
+merlinmm;"Merlins Money Maze";256x224@60;V
+metafox;"Meta Fox";384x224@60;V
+metalb;"Metal Black (World)";320x224@60;H
+metalbj;"Metal Black (Japan)";320x224@60;H
+metamrph;"Metamorphic Force (ver EAA)";288x224@60;H
+metamrpha;"Metamorphic Force (ver AAA)";288x224@60;H
+metamrphe;"Metamorphic Force (ver EAA - alternate)";288x224@60;H
+metamrphj;"Metamorphic Force (ver JAA)";288x224@60;H
+metamrphu;"Metamorphic Force (ver UAA)";288x224@60;H
+metlfrzr;"Metal Freezer";256x224@60;V
+metlhawk;"Metal Hawk (Rev C)";288x224@60;V
+metlhawkj;"Metal Hawk (Japan, Rev F)";288x224@60;V
+metlsavr;"Metal Saver";320x240@60;H
+metmqstr;"Metamoqester (International)";384x240@58;H
+metrocrs;"Metro-Cross (set 1)";288x224@60;H
+metrocrsa;"Metro-Cross (set 2)";288x224@60;H
+mgakuen;"Mahjong Gakuen";384x240@60;H
+mgakuen2;"Mahjong Gakuen 2 Gakuen-chou no Fukushuu";384x240@60;H
+mgcrystl;"Magical Crystals (World, 92/01/10)";256x224@60;H
+mgcrystlj;"Magical Crystals (Japan, 92/01/13)";256x224@60;H
+mgcrystlo;"Magical Crystals (World, 91/12/10)";256x224@60;H
+mia;"M.I.A. - Missing in Action (version T)";304x224@60;H
+mia2;"M.I.A. - Missing in Action (version S)";304x224@60;H
+miaj;"M.I.A. - Missing in Action (version R) (Japan)";320x224@60;H
+midres;"Midnight Resistance (USA) - Midnight Resistance (World)";256x240@57;H
+midresj;"Midnight Resistance (Japan) - Midnight Resistance (Jpn)";256x240@57;H
+midresu;"Midnight Resistance (US)";256x240@57;H
+miexchng;"Money Puzzle Exchanger / Money Idol Exchanger";304x224@59;H
+mikie;"Mikie - Mikie. Shinnyuushain Tooru-Kun.";256x224@60;V
+mikiehs;"Mikie (High School Graffiti)";256x224@60;V
+mikiej;"Shinnyuushain Tooru-kun";256x224@60;V
+milliped;"Millipede";256x240@60;V
+mimonkey;"Mighty Monkey";256x224@60;V
+mimonsco;"Mighty Monkey (bootleg on Super Cobra hardware)";256x224@60;V
+mimonscr;"Mighty Monkey (bootleg on Scramble hardware)";256x224@60;V
+mimonscra;"Mighty Monkey (Kaina Games, bootleg on Scramble hardwa";256x224@60;V
+minasan;"Minasanno Okagesamadesu! Daisugorokutaikai (MOM-001)(M";304x224@59;H
+minefld;"Minefield";256x224@60;V
+minivadr;"Minivader";256x224@60;H
+mirax;"Mirax (set 1)";256x240@60;V
+miraxa;"Mirax (set 2)";256x240@60;V
+mirninja;"Mirai Ninja (Japan)";288x224@60;H
+missmw96;"Miss Mister World '96 (Nude)";256x224@60;H
+missw02;"Miss World 2002";256x224@60;H
+missw96;"Miss World '96 (Nude) (set1)";256x224@60;H
+missw96a;"Miss World '96 (Nude) (set 2)";256x224@60;H
+missw96b;"Miss World '96 (Nude) (set 3)";256x224@60;H
+missw96c;"Miss World '96 (Nude) (set 4)";256x224@60;H
+mizubaku;"Mizubaku Dai Bouken - Mizubaku Daibouken (Japan)";320x224@60;H
+mj4simai;"Wakakusamonogatari Mahjong Yonshimai (Japan)";384x240@60;H
+mjgtaste;"Mahjong G-Taste";320x224@60;H
+mjleague;"Major League";320x224@60;V
+mjnquest;"Mahjong Quest (Japan)";320x224@60;H
+mjnquestb;"Mahjong Quest (No Nudity)";320x224@60;H
+mk;"Mortal Kombat";400x254@54.7;H
+mkr4;"Mortal Kombat r4";400x254@54.7;H
+mktturbo;"Mortal Kombat turbo";400x254@54.7;H
+mk2;"Mortal Kombat II";400x254@54.7;H
+mltiwars;"Multi Wars (bootleg of UniWar S)";256x224@60;V
+mmancp2u;"Mega Man - The Power Battle (951006 USA, SAMPLE Versio";384x224@60;H
+mmancp2ur1;"Mega Man - The Power Battle (950926 USA, SAMPLE Versio";384x224@60;H
+mmatrix;"Mars Matrix (000412 USA)";384x224@60;H
+mmatrixd;"Mars Matrix (000412 USA Phoenix Edition)";384x224@60;H
+mmatrixj;"Mars Matrix (000412 Japan)";384x224@60;H
+mmaulers;"Monster Maulers (ver EAA)";288x224@60;H
+mmaze;"Marchen Maze (Japan)";288x224@60;H
+mmaze2;"Marchen Maze (Japan, hack?)";288x224@60;H
+mmonkey;"Minky Monkey";242x240@60;V
+mnchmobl;"Munch Mobile (US)";320x240@60;V
+mnight;"Mutant Night";256x192@60;H
+mnightj;"Mutant Night (Japan)";256x192@60;H
+moegonta;"Moeyo Gonta!! (Japan)";320x240@60;V
+mofflott;"Maze of Flott (Japan)";320x240@60;V
+moguchan;"Mogu Chan (bootleg?)";256x224@60;V
+mogura;"Mogura Desse";320x256@60;H
+mole;"Mole Attack - Mr. Mole";320x200@60;H
+momoko;"Momoko 120% (Japanese text)";240x224@60;H
+momokob;"Momoko 120% (bootleg)";240x224@60;H
+momokoe;"Momoko 120% (English text)";240x224@60;H
+monkelf;"Monky Elf (Korean bootleg of Avenging Spirit)";256x224@60;H
+moomesa;"Wild West C.O.W.-Boys of Moo Mesa (ver EAB)";384x224@60;H
+moomesaaab;"Wild West C.O.W.-Boys of Moo Mesa (ver AAB)";384x224@60;H
+moomesauab;"Wild West C.O.W.-Boys of Moo Mesa (ver UAB)";384x224@60;H
+moomesauac;"Wild West C.O.W.-Boys of Moo Mesa (ver UAC)";384x224@60;H
+moonal2;"Moon Alien Part 2";256x224@60;V
+moonal2b;"Moon Alien Part 2 (older version)";256x224@60;V
+moonaln;"Moon Alien";256x224@60;V
+mooncmw;"Moon War (Moon Cresta bootleg)";256x224@60;V
+mooncptc;"Moon Cresta (Petaco S.A. Spanish bootleg)";256x224@60;V
+mooncreg;"Moon Cresta (Electrogame S.A. Spanish bootleg)";256x224@60;V
+mooncrgx;"Moon Cresta (Galaxian hardware)";256x224@60;V
+mooncrs2;"Moon Cresta (bootleg set 2)";256x224@60;V
+mooncrs3;"Moon Cresta (bootleg set 3)";256x224@60;V
+mooncrs4;"Moon Crest";256x224@60;V
+mooncrsb;"Moon Cresta (bootleg set 1)";256x224@60;V
+mooncrsl;"Cresta Mundo (Laguna S.A. Spanish Moon Cresta bootleg)";256x224@60;V
+mooncrst;"Moon Cresta (Nichibutsu)";256x224@60;V
+mooncrstg;"Moon Cresta (Gremlin)";256x224@60;V
+mooncrsto;"Moon Cresta (Nichibutsu, old rev)";256x224@60;V
+mooncrstso;"Moon Cresta (SegaSA / Sonic)";256x224@60;V
+mooncrstu;"Moon Cresta (Nichibutsu USA, unencrypted)";256x224@60;V
+mooncrstuk;"Moon Cresta (Nichibutsu UK)";256x224@60;V
+mooncrstuku;"Moon Cresta (Nichibutsu UK, unencrypted)";256x224@60;V
+moonqsr;"Moon Quasar";256x224@60;V
+moonwar;"Moonwar";256x224@60;V
+moonwara;"Moonwar (older)";256x224@60;V
+moremore;"More More";256x224@58;H
+moremorp;"More More Plus";256x224@58;H
+moshougi;"Syougi No Tatsujin - Master of Shougi";304x224@59;H
+motorace;"MotoRace USA";240x256@60;V
+motos;"Motos";288x224@60;V
+mototour;"MotoTour / Zippy Race (Tecfri license)";240x256@60;V
+mouser;"Mouser - Mouser (Jpn)";256x224@60;V
+mouserc;"Mouser (Cosmos)";256x224@60;V
+mpang;"Mighty! Pang (001010 Euro)";384x224@60;H
+mpangj;"Mighty! Pang (001011 Japan)";384x224@60;H
+mpangjd;"Mighty! Pang (001011 Japan Phoenix Edition)";384x224@60;H
+mpangr1;"Mighty! Pang (000925 Euro)";384x224@60;H
+mpangu;"Mighty! Pang (001010 USA)";384x224@60;H
+mplanets;"Mad Planets";256x240@60;V
+mplanetsuk;"Mad Planets (UK)";256x240@60;V
+mrdo;"Mr. Do (Jpn) - Mr. Do! - Mr. Do! - Neo Mr. Do!";240x192@60;V
+mrdofix;"Mr. Do! (bugfixed)";240x192@60;V
+mrdot;"Mr. Do! (Taito license)";240x192@60;V
+mrdoy;"Mr. Do! (prototype)";240x192@60;V
+mrdu;"Mr. Du!";240x192@60;V
+mrflea;"The Amazing Adventures of Mr. F. Lea";256x248@60;V
+mrgoemon;"Mr. Goemon (Japan)";240x224@60;H
+mrheli;"Mr. HELI no Dai-Bouken - Mr. Heli no Daibouken";384x256@55;H
+mrjong;"Mr. Jong (Japan)";240x224@60;V
+mrkougar;"Mr. Kougar";256x224@60;V
+mrkougar2;"Mr. Kougar (earlier)";256x224@60;V
+mrkougb;"Mr. Kougar (bootleg set 1)";256x224@60;V
+mrkougb2;"Mr. Kougar (bootleg set 2)";256x224@60;V
+mrlo;"Mr. Lo!";240x192@60;V
+mrtnt;"Mr. TNT";288x224@60;V
+mrviking;"Mister Viking (315-5041)";240x224@60;V
+mrvikingj;"Mister Viking (315-5041, Japan)";240x224@60;V
+ms4plus;"Metal Slug 4 Plus (bootleg)";304x224@59;H
+ms5pcb;"Metal Slug 5 (JAMMA PCB)";304x224@59;H
+ms5plus;"Metal Slug 5 Plus (bootleg)";304x224@59;H
+msbingo;"Miss Bingo";320x224@60;H
+mschamp;"Ms. Pacman Champion Edition / Zola-Puc Gal";288x224@60;V
+mschamps;"Ms. Pacman Champion Edition / Super Zola Pac Gal";288x224@60;V
+msgogo;"Mouse Shooter GoGo";320x224@60;H
+msgundam;"Mobile Suit Gundam";384x240@57;H
+msgundam1;"Mobile Suit Gundam (Japan)";384x240@57;H
+msh;"Marvel Super Heroes (951024 Euro)";384x224@60;H
+msha;"Marvel Super Heroes (951024 Asia)";384x224@60;H
+mshb;"Marvel Super Heroes (951117 Brazil)";384x224@60;H
+msheartb;"Ms. Pac-Man Heart Burn";288x224@60;V
+mshh;"Marvel Super Heroes (951117 Hispanic)";384x224@60;H
+mshj;"Marvel Super Heroes (951117 Japan)";384x224@60;H
+mshjr1;"Marvel Super Heroes (951024 Japan)";384x224@60;H
+mshu;"Marvel Super Heroes (951024 USA)";384x224@60;H
+mshud;"Marvel Super Heroes (951024 USA Phoenix Edition)";384x224@60;H
+mshuttle;"Moon Shuttle (US?)";256x224@60;H
+mshuttle2;"Moon Shuttle (US? set 2)";256x224@60;H
+mshuttlej;"Moon Shuttle (Japan)";256x224@60;H
+mshuttlej2;"Moon Shuttle (Japan set 2)";256x224@60;H
+mshvsf;"Marvel Super Heroes vs Street Fighter (970625 Euro)";384x224@60;H
+mshvsfa;"Marvel Super Heroes vs Street Fighter (970625 Asia)";384x224@60;H
+mshvsfa1;"Marvel Super Heroes vs Street Fighter (970620 Asia)";384x224@60;H
+mshvsfb;"Marvel Super Heroes vs Street Fighter (970827 Brazil)";384x224@60;H
+mshvsfb1;"Marvel Super Heroes vs Street Fighter (970625 Brazil)";384x224@60;H
+mshvsfh;"Marvel Super Heroes vs Street Fighter (970625 Hispanic";384x224@60;H
+mshvsfj;"Marvel Super Heroes vs Street Fighter (970707 Japan)";384x224@60;H
+mshvsfj1;"Marvel Super Heroes vs Street Fighter (970702 Japan)";384x224@60;H
+mshvsfj2;"Marvel Super Heroes vs Street Fighter (970625 Japan)";384x224@60;H
+mshvsfu;"Marvel Super Heroes vs Street Fighter (970827 USA)";384x224@60;H
+mshvsfu1;"Marvel Super Heroes vs Street Fighter (970625 USA)";384x224@60;H
+mshvsfu1d;"Marvel Super Heroes vs Street Fighter (970625 USA Phoe";384x224@60;H
+mslider;"Monster Slider (Japan)";352x240@60;H
+mslug;"Metal Slug - Super Vehicle-001";304x224@59;H
+mslug2;"Metal Slug 2 - Super Vehicle-001/II (NGM-2410) (NGH-24";304x224@59;H
+mslug2t;"Metal Slug 2 Turbo (NGM-9410)";304x224@59;H
+mslug3;"Metal Slug 3 (NGM-2560)";304x224@59;H
+mslug3b6;"Metal Slug 6 (Metal Slug 3 bootleg)";304x224@59;H
+mslug3h;"Metal Slug 3 (NGH-2560)";304x224@59;H
+mslug3v;"Metal Slug 3 (NGH-2560) (Enhanced Violence Version hac";304x224@59;H
+mslug4;"Metal Slug 4 (NGM-2630)";304x224@59;H
+mslug4h;"Metal Slug 4 (NGH-2630)";304x224@59;H
+mslug5;"Metal Slug 5 (NGM-2680)";304x224@59;H
+mslug5b;"Metal Slug 5 (bootleg)";304x224@59;H
+mslug5h;"Metal Slug 5 (NGH-2680)";304x224@59;H
+mslugx;"Metal Slug X - Super Vehicle-001 (NGM-2500)(NGH-2500)";304x224@59;H
+mspacmab;"MS Pacman (bootleg)";288x224@60;V
+mspacman;"MS Pacman - Ms. Pac-Man (Euro, Bra) - Ms. Pac-Man (Euro, USA) - Ms. Pac-Man (USA)";288x224@60;V
+mspacmanbcc;"Come-Cocos (Ms. Pac-Man) ('Made in Greece' Tecnausa bo";288x224@60;V
+mspacmanbg;"Ms. Pac-Man ('Made in Greece' bootleg)";288x224@60;V
+mspacmanbgd;"Miss Pukman ('Made in Greece' Datamat bootleg)";288x224@60;V
+mspacmanbhe;"Come-Cocos (Ms. Pac-Man) ('Made in Greece' Herle SA bo";288x224@60;V
+mspacmanblt;"Miss Pukman ('Made in Greece' Triunvi bootleg)";288x224@60;V
+mspacmat;"Ms. Pac Attack";288x224@60;V
+mspacmbe;"Ms. Pac-Man (bootleg, encrypted)";288x224@60;V
+mspacmnf;"Ms. Pac-Man (with speedup hack)";288x224@60;V
+mspacpls;"Ms. Pac-Man Plus";288x224@60;V
+mspuzzle;"Miss Puzzle";320x224@60;V
+mspuzzleg;"Miss Puzzle (Clone of Gumbo)";320x224@60;H
+mstadium;"Main Stadium (Japan ver. 4)";288x224@60;H
+mstworld;"Monsters World (bootleg of Super Pang)";384x240@60;H
+msword;"Magic Sword - heroic fantasy (25.07.1990 other country";384x224@60;H
+mswordj;"Magic Sword (23.06.1990 Japan)";384x224@60;H
+mswordr1;"Magic Sword - heroic fantasy (23.06.1990 other country";384x224@60;H
+mswordu;"Magic Sword - heroic fantasy (25.07.1990 USA)";384x224@60;H
+mtlchamp;"Martial Champion (ver EAB)";384x224@60;H
+mtlchamp1;"Martial Champion (ver EAA)";384x224@60;H
+mtlchampa;"Martial Champion (ver AAA)";384x224@60;H
+mtlchampj;"Martial Champion (ver JAA)";384x224@60;H
+mtlchampu;"Martial Champion (ver UAE)";384x224@60;H
+mtlchampu1;"Martial Champion (ver UAD)";384x224@60;H
+mtwins;"Mega Twins (chiki chiki boys 900619 etc)";384x224@60;H
+mugsmash;"Mug Smashers";320x240@60;H
+multchmp;"Multi Champ (World)";320x240@60;H
+multchmpa;"Multi Champ (World, older)";320x240@60;H
+multchmpk;"Multi Champ (Korea, older)";320x240@60;H
+multi96;"Multi Game '96 (Italy)";256x224@58;H
+mustache;"Mustache Boy (Japan)";240x248@57;V
+mustachei;"Mustache Boy (Italy)";240x248@57;V
+mustang;"US AAF Mustang (25th May. 1990)";256x224@56;H
+mustangb;"US AAF Mustang (bootleg)";256x224@56;H
+mustangb2;"US AAF Mustang (TAB Austria bootleg)";256x224@56;H
+mustangs;"US AAF Mustang (25th May. 1990 / Seoul Trading)";256x224@56;H
+mutantf;"Mutant Fighter (World ver EM-5)";320x240@58;H
+mutantf2;"Mutant Fighter (World ver EM-2)";320x240@58;H
+mutantf3;"Mutant Fighter (World ver EM-3)";320x240@58;H
+mutantf4;"Mutant Fighter (World ver EM-4)";320x240@58;H
+mutnat;"Mutation Nation (NGM-014)(NGH-014)";304x224@59;H
+mvp;"MVP (set 2, US, FD1094 317-0143)";320x224@60;H
+mvpd;"MVP (set 2, US, FD1094 317-0143 decrypted)";320x224@60;H
+mvpj;"MVP (set 1, Japan, FD1094 317-0142)";320x224@60;H
+mvpjd;"MVP (set 1, Japan, FD1094 317-0142 decrypted)";320x224@60;H
+mvsc;"Marvel vs Capcom - clash of super heroes (980123 Euro)";384x224@60;H
+mvsca;"Marvel vs Capcom - clash of super heroes (980123 Asia)";384x224@60;H
+mvscar1;"Marvel vs Capcom - clash of super heroes (980112 Asia)";384x224@60;H
+mvscb;"Marvel vs Capcom - clash of super heroes (980123 Brazi";384x224@60;H
+mvsch;"Marvel vs Capcom - clash of super heroes (980123 Hispa";384x224@60;H
+mvscj;"Marvel vs Capcom - clash of super heroes (980123 Japan";384x224@60;H
+mvscjr1;"Marvel vs Capcom - clash of super heroes (980112 Japan";384x224@60;H
+mvscjsing;"Marvel vs Capcom - clash of super heroes (980123 Japan";384x224@60;H
+mvscr1;"Marvel vs Capcom - clash of super heroes (980112 Euro)";384x224@60;H
+mvscu;"Marvel vs Capcom - clash of super heroes (980123 USA)";384x224@60;H
+mvscud;"Marvel vs Capcom - clash of super heroes (980123 USA P";384x224@60;H
+mvscur1;"Marvel vs Capcom - clash of super heroes (971222 USA)";384x224@60;H
+mwalk;"Michael Jackson's Moonwalker (Euro, USA, Bra, Kor) - Michael Jackson's Moonwalker (set 3, World, FD1094/875 - Michael Jackson's Moonwalker (World, Rev. A)";320x224@60;H
+mwalkbl2;"Michael Jackson's Moonwalker (bootleg)";320x224@60;H
+mwalkd;"Michael Jackson's Moonwalker (World) (bootleg of FD109";320x224@60;H
+mwalkj;"Michael Jackson's Moonwalker (Japan) (FD1094/8751 317-";320x224@60;H
+mwalkjd;"Michael Jackson's Moonwalker (Japan) (bootleg of FD109";320x224@60;H
+mwalku;"Michael Jackson's Moonwalker (US) (FD1094/8751 317-015";320x224@60;H
+mwalkud;"Michael Jackson's Moonwalker (US) (bootleg of FD1094/8";320x224@60;H
+mwarr;"Mighty Warriors";366x240@54;H
+myangel;"Kosodate Quiz My Angel (Japan)";376x240@60;H
+myangel2;"Kosodate Quiz My Angel 2 (Japan)";376x240@60;H
+myhero;"My Hero (Euro, USA, Bra) - My Hero (US, not encrypted)";256x224@60;H
+myherobl;"My Hero (bootleg, 315-5132 encryption)";256x224@60;H
+myherok;"My Hero (Korea)";256x224@60;H
+myqbert;"Mello Yello Q*bert";256x240@60;V
+mysticri;"Mystic Riders (World)";320x240@60;H
+mysticrib;"Mystic Riders (bootleg?)";320x240@60;H
+mystston;"Mysterious Stones - Dr. John's Adventure";256x240@57;V
+myststono;"Mysterious Stones - Dr. Kick in Adventure";256x240@57;V
+myststonoi;"Mysterious Stones - Dr. Kick in Adventure (Itisa PCB)";256x240@57;V
+mystwarr;"Mystic Warriors (ver EAA)";288x224@60;H
+mystwarra;"Mystic Warriors (ver AAB)";288x224@60;H
+mystwarraa;"Mystic Warriors (ver AAA)";288x224@60;H
+mystwarrj;"Mystic Warriors (ver JAA)";288x224@60;H
+mystwarru;"Mystic Warriors (ver UAA)";288x224@60;H
+nam1975;"NAM-1975 (NGM-001)(NGH-001)";304x224@59;H
+naname;"Naname de Magic!";320x240@60;H
+nastar;"Nastar (World)";320x224@60;H
+nastarw;"Nastar Warrior (US)";320x224@60;H
+naughtyb;"Naughty Boy";288x224@60;V
+naughtyba;"Naughty Boy (bootleg)";288x224@60;V
+naughtybc;"Naughty Boy (Cinematronics)";288x224@60;V
+navarone;"Navarone";272x224@60;V
+nbbatman;"Ninja Baseball Batman (World)";320x240@60;H
+nbbatmanu;"Ninja Baseball Batman (US)";320x240@60;H
+ncombat;"Ninja Combat (NGM-009)";304x224@59;H
+ncombath;"Ninja Combat (NGH-009)";304x224@59;H
+ncommand;"Ninja Commando";304x224@59;H
+nebulbee;"Nebulous Bee";288x224@60;V
+nemesis;"Nemesis (Kor) - Nemesis (ROM version)";256x224@60;H
+nemesisuk;"Nemesis (World?, ROM version)";256x224@60;H
+nemo;"Finding Nemo (Rus) - Nemo (90 11 30 etc)";384x224@60;H
+nemoj;"Nemo (90 11 20 Japan)";384x224@60;H
+nemor1;"Nemo (90 11 09 etc)";384x224@60;H
+neo2500;"Neo 2500 Demo";304x224@59;H
+neo3ddmo;"NeoGeo 3D! Demo";304x224@59;H
+neobattl;"SD Gundam Neo Battling (Japan)";384x240@60;V
+neobombe;"Neo Bomberman";304x224@59;H
+neocdz;"Neo Geo CDZ system";320x224@59;H
+neocstlv;"Neo CastleVania Demo";304x224@59;H
+neocup98;"Neo-Geo Cup '98 - The Road to the Victory";320x224@59;H
+neodemo;"Chaos Demo (Neo Geo)";304x224@59;H
+neodrift;"Neo Drift Out - New Technology";304x224@59;H
+neogalag;"Galaga Demo (set 1)";304x224@59;H
+neogalaga;"Galaga Demo (set 2)";304x224@59;H
+neomrdo;"Neo Mr. Do!";304x224@59;H
+neonopon;"Neo No Panepon (beta)";304x224@59;H
+neopong;"Neo Pong (ver 1.1)";304x224@59;H
+neoponga;"Neo Pong (ver 1.0)";304x224@59;H
+neoprimo;"Primo Demo";304x224@59;H
+neotet;"NeoGeo 2-Player Tetris";304x224@59;H
+neothndr;"Neo Thunder";304x224@59;H
+neoww2;"WW2 Demo - Arcade Development Project";304x224@59;H
+newapunk;"New Atomic Punk - Global Quest (US)";320x240@60;H
+newfant;"New Fantasia (1995 copyright)";256x224@60;V
+newfanta;"New Fantasia (1994 copyright)";256x224@60;V
+newpuc2;"Newpuc2";288x224@60;V
+newpuc2b;"Newpuc2b";288x224@60;V
+newpuckx;"New Puck-X";288x224@60;V
+news;"News (set 1)";256x224@60;H
+newsa;"News (set 2)";256x224@60;H
+newsin7;"New Sinbad 7";256x224@60;V
+nextfase;"Next Fase (bootleg of Phoenix)";256x208@60;V
+ngem2k;"NGEM2K (beta 2006-01-18)";304x224@59;H
+ngfrog;"Frog Feast (Neo Geo)";304x224@59;H
+ngftdemo;"NGF Transparency Demo";304x224@59;H
+nightstr;"Night Striker (World)";320x240@60;H
+nightstrj;"Night Striker (Japan)";320x240@60;H
+nightstru;"Night Striker (US)";320x240@60;H
+ninja;"3 Ninjas Kick Back (USA) - Caveman Ninja (World ver 4) - Dragon Ninja (Euro) - Dragonninja (Japan) - Mirai Ninja (Japan) - Ninja (315-5102) - Sega Ninja (315-5113) - The Ninja (Euro, USA)";256x224@60;H
+ninjak;"The Ninja Kids (World)";320x224@60;H
+ninjakd2;"Ninja-Kid II / NinjaKun Ashura no Shou (set 1)";256x192@60;H
+ninjakd2a;"Ninja-Kid II / NinjaKun Ashura no Shou (set 2, bootleg";256x192@60;H
+ninjakd2b;"Ninja-Kid II / NinjaKun Ashura no Shou (set 3, bootleg";256x192@60;H
+ninjakd2c;"Ninja-Kid II / NinjaKun Ashura no Shou (set 4)";256x192@60;H
+ninjakj;"The Ninja Kids (Japan)";320x224@60;H
+ninjaku;"The Ninja Kids (US)";320x224@60;H
+ninjakun;"Ninja-kun (Jpn) - Ninjakun Majou no Bouken";256x192@60;H
+ninjamas;"Ninja Master's - haoh-ninpo-cho";320x224@59;H
+ninjaw;"The Ninja Warriors (World, later version)";224x864@60;V
+ninjaw1;"The Ninja Warriors (World, earlier version)";224x864@60;V
+ninjawj;"The Ninja Warriors (Japan)";224x864@60;V
+ninjawu;"The Ninja Warriors (US, Romstar license)";224x864@60;V
+ninjemak;"Ninja Emaki (US)";256x224@60;V
+nitd;"Nightmare in the Dark";320x224@59;H
+nitdbl;"Nightmare in the Dark (bootleg)";320x224@59;H
+nitrobal;"Nitro Ball (World, set 1)";320x240@58;V
+nitrobala;"Nitro Ball (World, set 2)";320x240@58;V
+nmaster;"Oni - The Ninja Master (Japan)";384x240@58;H
+nmg5;"Multi 5 / New Multi Game 5 (set 1)";320x240@60;H
+nmg5a;"Multi 5 / New Multi Game 5 (set 2)";320x240@60;H
+nmg5e;"Multi 5 / New Multi Game 5 (set 3, earlier)";320x240@60;H
+nmouse;"Funky Mouse (Jpn) - Naughty Mouse (set 1)";288x224@60;V
+nmouseb;"Naughty Mouse (set 2)";288x224@60;V
+nobb;"Noboranka (Japan, bootleg)";240x224@60;V
+nost;"Cosa Nostra (Spa) - Nostradamus";320x224@60;V
+nostj;"Nostradamus (Japan)";320x224@60;V
+nostk;"Nostradamus (Korea)";320x224@60;V
+nouryoku;"Nouryoku Koujou Iinkai";384x224@56;H
+nova2001;"Nova 2001 (Japan)";256x192@60;H
+nova2001h;"Nova 2001 (Japan, hack?)";256x192@60;H
+nova2001u;"Nova 2001 (US)";256x192@60;H
+nprinces;"Ninja Princess (315-5051, 64k Ver. bootleg?)";256x224@60;H
+nprincesb;"Ninja Princess (315-5051?, 128k Ver. bootleg?)";256x224@60;H
+nprinceso;"Ninja Princess (315-5098, 128k Ver.)";256x224@60;H
+nprincesu;"Ninja Princess (64k Ver. not encrypted)";256x224@60;H
+nrallyx;"New Rally X";288x224@60;H
+nspirit;"Ninja Spirit - Ninja Spirit";384x256@55;H
+nspiritj;"Saigo no Nindou (Japan)";384x256@55;H
+nunchaku;"Nunchackun";256x224@60;V
+nwarr;"Night Warriors - darkstalkers' revenge (950316 Euro)";384x224@60;H
+nwarra;"Night Warriors - darkstalkers' revenge (950302 Asia)";384x224@60;H
+nwarrb;"Night Warriors - darkstalkers' revenge (950403 Brazil)";384x224@60;H
+nwarrh;"Night Warriors - darkstalkers' revenge (950403 Hispani";384x224@60;H
+nwarru;"Night Warriors - darkstalkers' revenge (950406 USA)";384x224@60;H
+nwarrud;"Night Warriors - darkstalkers' revenge (950406 USA Pho";384x224@60;H
+nyanpani;"Nyan Nyan Panic (Japan)";256x224@60;H
+nzeroteam;"New Zero Team (V33 SYSTEM TYPE_B hardware)";320x256@55;H
+nzeroteama;"New Zero Team (V33 SYSTEM TYPE_B hardware, China?)";320x256@55;H
+oedfight;"Oedo Fight (Japan Bloodshed Ver.)";320x240@60;H
+offensiv;"Offensive (Spanish bootleg of Scramble)";256x224@60;V
+ohmygod;"Oh My God!";320x240@60;H
+oisipuzl;"Oishii Puzzle Ha Irimasenka";320x224@60;H
+olds;"Oriental Legend Super (V101, Korea)";448x224@60;H
+olds100;"Oriental Legend Special - Xi Yo Gi Shi Re Zuang Super";448x224@60;H
+olds100a;"Oriental Legend Special - Xi Yo Gi Shi Re Zuang Super";448x224@60;H
+olds103t;"Oriental Legend Special - Xi Yo Gi Shi Re Zuang Super";448x224@60;H
+oldsplus;"Oriental Legend Special Plus / Xi You Shi E Zhuan Supe";448x224@60;H
+omegab;"Omega";256x224@60;V
+omegaf;"Omega Fighter";256x192@60;V
+omegafs;"Omega Fighter Special";256x192@60;V
+omni;"Omni";256x224@60;V
+onetwo;"One + Two";512x256@60;H
+onetwoe;"One + Two (earlier)";512x256@60;H
+onna34ro;"Onna Sansirou - Typhoon Gal";256x224@60;H
+onna34roa;"Onna Sansirou - Typhoon Gal (bootleg)";256x224@60;H
+opwolf;"Operation Wolf - Operation Wolf - Operation Wolf (Euro, Bra) - Operation Wolf (World, set 1)";320x240@60;H
+opwolf3;"Operation Wolf 3 (World)";320x224@60;H
+opwolf3u;"Operation Wolf 3 (US)";320x224@60;H
+opwolfa;"Operation Wolf (World, set 2)";320x240@60;H
+opwolfb;"Operation Bear";320x240@60;H
+opwolfj;"Operation Wolf (Japan)";320x240@60;H
+opwolfjsc;"Operation Wolf (Japan, SC)";320x240@60;H
+opwolfu;"Operation Wolf (US)";320x240@60;H
+orbitron;"Orbitron";256x224@60;V
+orbs;"Orbs (10/7/94 prototype?)";320x240@60;H
+ordyne;"Ordyne - Ordyne - Ordyne (Japan, English Version)";288x224@60;H
+ordynej;"Ordyne (Japan)";288x224@60;H
+orius;"Orius (ver UAA)";384x256@54;H
+orlegend;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V126)";448x224@60;H
+orlegend105k;"Oriental Legend (V105, Korea)";448x224@60;H
+orlegend111c;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V111, China)";448x224@60;H
+orlegend111k;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V111, Korea)";448x224@60;H
+orlegend111t;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V111, Taiwan)";448x224@60;H
+orlegendc;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V112, China)";448x224@60;H
+orlegendca;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V112 alt, Chi";448x224@60;H
+orlegende;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V112)";448x224@60;H
+oscar;"Psycho-Nics Oscar (World revision 0)";256x240@58;H
+oscarj1;"Psycho-Nics Oscar (Japan revision 1)";256x240@58;H
+oscarj2;"Psycho-Nics Oscar (Japan revision 2)";256x240@58;H
+oscaru;"Psycho-Nics Oscar (US)";256x240@58;H
+osman;"Osman (World)";320x240@58;H
+othunder;"Operation Thunderbolt (World, rev 1)";320x240@60;H
+othunderj;"Operation Thunderbolt (Japan)";320x240@60;H
+othunderjsc;"Operation Thunderbolt (Japan, SC)";320x240@60;H
+othundero;"Operation Thunderbolt (World)";320x240@60;H
+othunderu;"Operation Thunderbolt (US, rev 1)";320x240@60;H
+othunderuo;"Operation Thunderbolt (US)";320x240@60;H
+outrun;"Out Run - Out Run (Euro) - Out Run (sitdown/upright, Rev B) - Out Run (World) - OutRun (Euro, USA) - Turbo Out Run (Out Run upgrade, FD1094 317-0118) - Turbo OutRun (Euro, Jpn)";320x224@60;H
+outrunb;"Out Run (bootleg)";320x224@60;H
+outrundx;"Out Run (deluxe sitdown)";320x224@60;H
+outrundxa;"Out Run (deluxe sitdown earlier version)";320x224@60;H
+outrundxeh;"Out Run (deluxe sitdown) (Enhanced Edition v1.0.3)";320x224@60;H
+outrundxj;"Out Run (Japan, deluxe sitdown, FD1089A 317-0019)";320x224@60;H
+outruneh;"Out Run (sitdown/upright, Rev B) (Enhanced Edition v1.";320x224@60;H
+outrunra;"Out Run (sitdown/upright, Rev A)";320x224@60;H
+outzone;"Out Zone";320x240@55.2;V
+outzonea;"Out Zone (set 2)";320x240@55.2;V
+outzoneb;"Out Zone (older set)";320x240@55.2;V
+outzonec;"Out Zone (oldest set)";320x240@55.2;V
+outzoneh;"Out Zone (harder)";320x240@55.2;V
+overtop;"Over Top";304x224@59;H
+ozmawars;"Ozma Wars (set 1)";260x224@60;V
+ozmawars2;"Ozma Wars (set 2)";260x224@60;V
+ozon1;"Ozon I";256x224@60;V
+p47;"P-47 - The Freedom Fighter - P-47 - The Phantom Fighter (World)";256x224@60;H
+p47j;"P-47 - The Freedom Fighter (Japan)";256x224@60;H
+p47je;"P-47 - The Freedom Fighter (Japan, Export)";256x224@60;H
+pacgal;"Pac-Gal";288x224@60;V
+pacheart;"Pac-Man (Hearts)";288x224@60;V
+packbang;"Pack'n Bang Bang (Prototype)";256x225@60;V
+packetman;"Packetman (bootleg)";288x224@60;V
+pacland;"Pac-land - Pac-Land - Pac-Land (World)";288x224@60;H
+paclandj;"Pac-Land (Japan new)";288x224@60;H
+paclandjo;"Pac-Land (Japan old)";288x224@60;H
+paclandjo2;"Pac-Land (Japan older)";288x224@60;H
+paclandm;"Pac-Land (Midway)";288x224@60;H
+pacman;"Jr. Pac-Man (11/9/83) - MS Pacman - Ms. Pac-Man (Euro, Bra) - Ms. Pac-Man (Euro, USA) - Ms. Pac-Man (USA) - Pac-Man (Jpn) - Pac-Man (Midway) - Pac-Man (Prototype) - Pac-Man (USA)";288x224@60;V
+pacmanbl;"Pac-Man (Galaxian hardware, set 1)";256x224@60;V
+pacmanbla;"Pac-Man (Galaxian hardware, set 2)";256x224@60;V
+pacmanf;"Jr. Pac-Man (speedup hack) - Pac-Man (Midway, with speedup hack)";288x224@60;V
+pacmania;"Pac-Mania - Pac-Mania (Euro) - Pac-Mania (Euro) - Pac-Mania (Euro, USA)";288x224@60;V
+pacmaniaj;"Pac-Mania (Japan)";288x224@60;V
+pacmaniao;"Pac-Mania (111187 sound program)";288x224@60;V
+pacmanpe;"Come Come (Petaco SA bootleg of Puck Man)";288x224@60;V
+pacmanso;"Pac-Man (SegaSA / Sonic)";288x224@60;V
+pacmansp;"Puck Man (Spanish, 'Made in Greece' bootleg)";288x224@60;V
+pacmod;"Pac-Man (Midway, harder)";288x224@60;V
+pacnchmp;"Pac-Man & Chomp Chomp";288x224@60;V
+pacnpal;"Pac & Pal";288x224@60;V
+pacnpal2;"Pac & Pal (older)";288x224@60;V
+pacplus;"Pac-Man Plus";288x224@60;V
+pacuman;"Pacu-Man (Spanish bootleg of Puck Man)";288x224@60;V
+paddle2;"Paddle 2 (bootleg on Block hardware)";256x224@60;V
+paddlema;"Paddle Mania";256x224@60;V
+paintrlr;"Paint Roller";288x224@60;V
+pairlove;"Pairs Love";384x240@60;V
+pajaroes;"Pajaro del Espacio (Spanish bootleg of UniWar S)";256x224@60;V
+palamed;"Palamedes (US)";320x224@60;H
+palamedj;"Palamedes (Japan)";320x224@60;H
+pandoras;"Pandora's Palace";256x224@60;V
+pang;"Cross Pang - Mighty! Pang (001010 Euro) - Pang (World) - Pang Pang - Super Pang (World 900914) - Ti Ti! Pang Pang! (Kor) - Zipang";384x240@57;H
+pang3;"Pang! 3 (950601 Euro)";384x224@60;H
+pang3b;"Pang! 3 (bootleg set 1, 950511 Euro)";384x224@60;H
+pang3b2;"Pang! 3 (bootleg set 2, 950511 Euro)";384x224@60;H
+pang3b3;"Pang! 3 (bootleg set 3, 950601 Euro)";384x224@60;H
+pang3j;"Pang! 3: Kaitou Tachi no Karei na Gogo (950511 Japan)";384x224@60;H
+pang3r1;"Pang! 3 (950511 Euro)";384x224@60;H
+pang3r1a;"Pang! 3 (950511 Euro, alt)";384x224@60;H
+pangb;"Pang (bootleg, set 1)";384x240@60;H
+pangb2;"Pang (bootleg, set 4)";384x240@60;H
+pangbold;"Pang (bootleg, set 2)";384x240@60;H
+pangbold2;"Pang (bootleg, set 5)";384x240@60;H
+pangbold3;"Pang (bootleg, set 6)";384x240@60;H
+pangpang;"Pang Pang";320x240@58;H
+pangpoms;"Pang Pom's";360x224@60;H
+pangpomsm;"Pang Pom's (Mitchell)";360x224@60;H
+panicbom;"Panic Bomber";304x224@59;H
+panicstr;"Panic Street (Japan)";320x240@60;H
+paperboy;"Paperboy (Atari System 2)";512x384@60;H
+paprazzi;"Paparazzi";384x224@60;V
+parodius;"Parodius - Tako wa Chikyuu wo Sukuu (Jpn) - Parodius DA! (World, set 1) - Parodius da! - Shinwa Kara Owarai He";288x224@60;H
+parodiusa;"Parodius - Tako wa Chikyuu wo Sukuu (Jpn, Alt) - Parodius DA! (Asia)";288x224@60;H
+parodiuse;"Parodius - Tako Saves Earth (English) - Parodius DA! (World, set 2)";288x224@60;H
+parodiusj;"Parodius DA! (Japan)";288x224@60;H
+pass;"Pass";320x224@60;H
+passsht;"Passing Shot (World, 2 Players, FD1094 317-0080)";320x224@60;V
+passsht16a;"Passing Shot (Japan, 4 Players, System 16A, FD1094 317";320x224@60;V
+passshta;"Passing Shot (World, 4 Players, FD1094 317-0074)";320x224@60;V
+passshtad;"Passing Shot (World, 4 Players, FD1094 317-0074 decryp";320x224@60;V
+passshtd;"Passing Shot (World, 2 Players, FD1094 317-0080 decryp";320x224@60;V
+passshtj;"Passing Shot (Japan, 4 Players, FD1094 317-0070)";320x224@60;V
+passshtjd;"Passing Shot (Japan, 4 Players, FD1094 317-0070 decryp";320x224@60;V
+pbancho;"Gyakuten!! Puzzle Bancho (Japan)";320x240@60;H
+pbillrd;"Perfect Billiard";256x224@60;H
+pbillrdsa;"Perfect Billiard (MC-8123, 317-5008)";256x224@60;H
+pbobbl2n;"Puzzle Bobble 2 / Bust-A-Move Again (Neo-Geo)";304x224@59;H
+pbobble;"Puzzle Bobble (Japan, B-System) - Puzzle Bobble (Jpn)";320x224@60;H
+pbobble2;"Puzzle Bobble 2 (Ver 2.3O 1995/07/31)";320x232@60;H
+pbobble2j;"Puzzle Bobble 2 (Ver 2.2J 1995/07/20)";320x232@60;H
+pbobble2o;"Puzzle Bobble 2 (Ver 2.2O 1995/07/20)";320x232@60;H
+pbobble2u;"Bust-A-Move Again (Ver 2.3A 1995/07/31)";320x232@60;H
+pbobble2x;"Puzzle Bobble 2X (Ver 2.2J 1995/11/11)";320x232@60;H
+pbobble3;"Puzzle Bobble 3 (Ver 2.1O 1996/09/27)";320x232@60;H
+pbobble3j;"Puzzle Bobble 3 (Ver 2.1J 1996/09/27)";320x232@60;H
+pbobble3u;"Puzzle Bobble 3 (Ver 2.1A 1996/09/27)";320x232@60;H
+pbobble4;"Puzzle Bobble 4 (Ver 2.04O 1997/12/19)";320x232@60;H
+pbobble4j;"Puzzle Bobble 4 (Ver 2.04J 1997/12/19)";320x232@60;H
+pbobble4u;"Puzzle Bobble 4 (Ver 2.04A 1997/12/19)";320x232@60;H
+pbobblen;"Puzzle Bobble / Bust-A-Move (Neo-Geo) (NGM-083)";320x224@59;H
+pbobblenb;"Puzzle Bobble / Bust-A-Move (Neo-Geo) (bootleg)";320x224@59;H
+pclubys;"Puzzle Club (Yun Sung, set 1)";320x240@60;H
+pclubysa;"Puzzle Club (Yun Sung, set 2)";320x240@60;H
+pdrift;"Power Drift - Power Drift (World, Rev A)";320x224@60;H
+pdrifta;"Power Drift (World)";320x224@60;H
+pdrifte;"Power Drift (World, Earlier)";320x224@60;H
+pdriftj;"Power Drift (Japan)";320x224@60;H
+peekaboo;"Peek-a-Boo!";256x224@60;H
+peekaboou;"Peek-a-Boo! (North America, ver 1.0)";256x224@60;H
+penbros;"Penguin Brothers (Japan)";320x224@60;H
+pengadvb;"Penguin Adventure (bootleg of MSX version)";272x216@60;H
+pengo;"Pengo (Euro, USA) - Pengo (set 1 rev c) - Pepenga Pengo (Jpn)";288x224@60;V
+pengo2;"Pengo (set 2)";288x224@60;V
+pengo2u;"Pengo (set 2 not encrypted)";288x224@60;V
+pengo3u;"Pengo (set 3 not encrypted)";288x224@60;V
+pengo4;"Pengo (set 4)";288x224@60;V
+pengo5;"Pengo (set 5)";288x224@60;V
+pengob;"Pengo (bootleg)";288x224@60;V
+penta;"Penta";288x224@60;V
+percuss;"The Percussor";256x224@60;V
+perfrman;"Performan (Japan)";256x240@60;V
+perfrmanu;"Performan (US)";256x240@60;V
+pestplce;"Pest Place";256x224@60;H
+pfghtj;"Pocket Fighter (970904 Japan)";384x224@60;H
+pgalvip;"Pocket Gals V.I.P (set 1)";256x224@60;H
+pgalvipa;"Pocket Gals V.I.P (set 2)";256x224@60;H
+pgear;"Powered Gear - strategic variant armor equipment (9410";384x224@60;H
+pgearr1;"Powered Gear - strategic variant armor equipment (9409";384x224@60;H
+pgemeni;"P-GeMeni (060123)";448x224@60;H
+pgmdemo;"Chaos (PGM Demo)";448x224@60;H
+pgmfrog;"Frog Feast (PGM)";448x224@60;H
+pgoal;"Pleasure Goal / Futsal - 5 on 5 Mini Soccer (NGM-219)";304x224@59;H
+phantasm;"Phantasm (Japan)";256x224@60;H
+phelios;"Phelios - Phelios (Euro)";288x224@60;V
+pheliosj;"Phelios (Japan) - Phelios (Jpn)";288x224@60;V
+phoenix;"Phoenix (Amstar)";256x208@60;V
+phoenix2;"Phoenix (Amstar, set 2)";256x208@60;V
+phoenix3;"Phoenix (T.P.N. bootleg)";256x208@60;V
+phoenixa;"Phoenix (Centuri, set 1)";256x208@60;V
+phoenixass;"Phoenix (Assa, Spanish bootleg)";256x208@60;V
+phoenixb;"Phoenix (Centuri, set 2)";256x208@60;V
+phoenixc;"Phoenix (Irecsa / G.G.I Corp, set 1)";256x208@60;V
+phoenixc2;"Phoenix (Irecsa / G.G.I Corp, set 2)";256x208@60;V
+phoenixc3;"Phoenix (Irecsa / G.G.I Corp, set 3)";256x208@60;V
+phoenixc4;"Phoenix (Irecsa / G.G.I Corp, set 4)";256x208@60;V
+phoenixdal;"Phoenix (D&L bootleg)";256x208@60;V
+phoenixj;"Phoenix (Taito Japan)";256x208@60;V
+phoenixs;"Phoenix (Sonic, Spanish bootleg)";256x208@60;V
+phoenixt;"Phoenix (Taito)";256x208@60;V
+phoenxp2;"Phoenix Part 2";256x224@60;V
+photof;"Photo Finish (bootleg?)";256x224@60;H
+photoy2k;"Photo Y2K / Real and Fake (V105)";448x224@60;H
+photoy2k102;"Real and Fake0Photo Y2K (V102, Japan)";448x224@60;H
+photoy2k104;"Photo Y2K / Real and Fake (V104)";448x224@60;H
+phozon;"Phozon (Japan)";288x224@60;V
+phozons;"Phozon (Sidam)";288x224@60;V
+pinbo;"Pinbo (set 1)";256x224@60;V
+pingpong;"Konami's Ping-Pong - Konami's Ping-Pong (Jpn) - Ping Pong (Tw)";256x224@60;H
+pipibibs;"Pipi & Bibis / Whoopee!! (Z80 sound cpu, set 1)";320x240@60;H
+pipibibsa;"Pipi & Bibis / Whoopee!! (Z80 sound cpu, set 2)";320x240@60;H
+pipibibsp;"Pipi & Bibis / Whoopee!! (prototype)";320x240@60;H
+piranha;"Piranha";288x224@60;V
+piranhah;"Piranha (hack)";288x224@60;V
+piranhao;"Piranha (older)";288x224@60;V
+pirates;"Pirates (set 1) - Pirates! Gold (USA)";288x224@60;H
+piratesb;"Pirates (set 2)";288x224@60;H
+pisces;"Pisces";256x224@60;V
+piscesb;"Pisces (bootleg)";256x224@60;V
+pistoldm;"Pistol Daimyo no Bouken (Japan)";288x224@60;H
+pitfall2;"Pitfall II (315-5093) - Pitfall II - Lost Caverns (Jpn) - Pitfall II - The Lost Caverns (Jpn, v1) - Pitfall II: Lost Caverns";256x224@60;H
+pitfall2a;"Pitfall II (315-5093, Flicky Conversion) - Pitfall II - Lost Caverns (Jpn, Alt) - Pitfall II - The Lost Caverns (Jpn, v0)";256x224@60;H
+pitfall2u;"Pitfall II (not encrypted)";256x224@60;H
+pkladies;"Poker Ladies";384x240@60;H
+pkladiesl;"Poker Ladies (Leprechaun ver. 510)";384x240@60;H
+pkladiesla;"Poker Ladies (Leprechaun ver. 401)";384x240@60;H
+pktgaldx;"Pocket Gal Deluxe (Euro v3.00)";320x240@58;H
+pktgaldxj;"Pocket Gal Deluxe (Japan v3.00)";320x240@58;H
+pkunwar;"Penguin-Kun Wars (US)";256x192@60;H
+pkunwarj;"Penguin-Kun Wars (Japan)";256x192@60;H
+plegends;"Gouketsuji Gaiden Legends (USA, ver. 95/06/20)";320x240@58;H
+plegendsj;"Gouketsuji Gaiden Saikyou Densetsu (Japan, ver. 95/06/";320x240@58;H
+pleiadbl;"Pleiads (bootleg set 1)";256x208@60;V
+pleiadce;"Pleiads (Centuri)";256x208@60;V
+pleiads;"Pleiads (Tehkan)";256x208@60;V
+pleiadsb2;"Pleiads (bootleg set 2)";256x208@60;V
+pleiadsi;"Pleiads (Irecsa)";256x208@60;V
+pleiadsn;"Pleiads (Niemer S.A.)";256x208@60;V
+pleiadss;"Pleiads (Spanish bootleg)";256x208@60;V
+plgirls;"Play Girls";320x224@60;V
+plgirls2;"Play Girls 2";320x224@60;V
+plgirls2b;"Play Girls 2 (bootleg)";320x224@60;V
+plotting;"Plotting (World set 1)";320x224@60;H
+plottinga;"Plotting (World set 2, protected)";320x224@60;H
+plottingb;"Plotting (World set 3, earliest version)";320x224@60;H
+plottingu;"Plotting (US)";320x224@60;H
+plumppop;"Plump Pop (Japan)";256x224@60;H
+plusalph;"Plus Alpha";256x224@60;V
+pnickj;"Pnickies (940608 Japan)";384x224@60;H
+pnyaa;"Pochi and Nyaa";304x224@59;H
+poitto;"Poitto!";360x224@60;H
+poknight;"Poker Night";304x224@59;H
+pokonyan;"Pokonyan (Japan 940322)";384x224@60;H
+pollux;"Pollux (set 1)";384x240@60;V
+polluxa;"Pollux (set 2)";384x240@60;V
+polluxa2;"Pollux (set 3)";384x240@60;V
+polluxn;"Pollux (Japan, NTC license)";384x240@60;V
+pompingw;"Pomping World (Japan)";384x240@57;H
+ponpoko;"Ponpoko";288x224@60;H
+ponpokov;"Ponpoko (Venture Line)";288x224@60;H
+pootan;"Pootan";256x224@60;V
+pooyan;"Pooyan - Pooyan (Jpn) - Pooyan (Kor)";256x224@60;V
+pooyans;"Pooyan (Stern)";256x224@60;V
+popbingo;"Pop Bingo";384x240@60;H
+popbounc;"Pop 'n Bounce / Gapporin";304x224@59;H
+popeye;"Popeye - Popeye (revision D) - Popeye no Beach Volleyball (Jpn)";288x224@60;H
+popeyeman;"Popeye-Man";288x224@60;V
+popflame;"Pop Flamer (Euro, Jpn) - Pop Flamer (protected)";288x224@60;V
+popflamea;"Pop Flamer (not protected)";288x224@60;V
+popflameb;"Pop Flamer (hack?)";288x224@60;V
+popflamen;"Pop Flamer (bootleg on Naughty Boy PCB)";288x224@60;V
+popnpop;"Pop'n Pop (Ver 2.07O 1998/02/09)";320x232@60;H
+popnpopj;"Pop'n Pop (Ver 2.07J 1998/02/09)";320x232@60;H
+popnpopu;"Pop'n Pop (Ver 2.07A 1998/02/09)";320x232@60;H
+popspops;"Pop's Pop's";256x224@56;H
+porky;"Porky";256x224@60;V
+porter;"Port Man (bootleg on Moon Cresta hardware)";256x224@60;V
+pow;"P.O.W. - Prisoners of War (US version 1) - Rings of Power (Euro, USA)";256x224@60;H
+powerins;"Power Instinct (USA)";320x224@56;H
+powerinsa;"Power Instinct (USA, bootleg set 1)";320x224@60;H
+powerinsb;"Power Instinct (USA, bootleg set 2)";320x224@60;H
+powerinsj;"Gouketsuji Ichizoku (Japan)";320x224@56;H
+powj;"Datsugoku - Prisoners of War (Japan)";256x224@60;H
+ppan;"Peter Pan (bootleg of Hook)";320x240@60;H
+ppchamp;"Pasha Pasha Champ Mini Game Festival";320x240@60;H
+pprobe;"Planet Probe (prototype?)";256x224@60;V
+prehisle;"Prehistoric Isle in 1930 (World)";256x224@60;H
+prehisleb;"Prehistoric Isle in 1930 (World, bootleg)";256x224@60;H
+prehislek;"Prehistoric Isle in 1930 (Korea)";256x224@60;H
+prehisleu;"Prehistoric Isle in 1930 (US)";256x224@60;H
+preisle2;"Prehistoric Isle 2";304x224@59;H
+primella;"Primella";384x256@60;H
+prmtmfgt;"Prime Time Fighter (Ver 2.1A 1993/05/21) (New Version)";320x232@60;H
+prmtmfgto;"Prime Time Fighter (Ver 2.1A 1993/05/21) (Old Version)";320x232@60;H
+progear;"Progear (010117 USA)";384x224@60;H
+progeara;"Progear (010117 Asia)";384x224@60;H
+progearj;"Progear No Arashi (010117 Japan)";384x224@60;H
+progearjbl;"Progear No Arashi (010117 Japan, decrypted set)";384x224@60;H
+progearjd;"Progear No Arashi (010117 Japan Phoenix Edition)";384x224@60;H
+progearud;"Progear(010117 USA Phoenix Edition)";384x224@60;H
+progress;"Progress";256x224@60;V
+prtytime;"Party Time: Gonta the Diver II / Ganbare! Gonta!! 2 (W";320x240@58;V
+psoldier;"Perfect Soldiers (Japan)";320x240@60;H
+pspikes;"Power Spikes (World)";356x240@60;H
+pspikes2;"Power Spikes II (NGM-068)";320x224@59;H
+pspikesk;"Power Spikes (Korea)";356x240@60;H
+pspikesu;"Power Spikes (US)";356x240@60;H
+psurge;"Power Surge";256x224@60;V
+psychic5;"Psychic 5 (World)";256x224@54;V
+psychic5j;"Psychic 5 (Japan)";256x224@54;V
+psychos;"Psycho Soldier (US) - Psychosis";400x224@60;H
+psychosj;"Psycho Soldier (Japan)";400x224@60;H
+pturn;"Parallel Turn";256x224@60;V
+puchicar;"Puchi Carat (Ver 2.02O 1997/10/29)";320x232@60;H
+puchicarj;"Puchi Carat (Ver 2.02J 1997/10/29)";320x232@60;H
+puckman;"Puck Man (Japan set 1)";288x224@60;V
+puckmanb;"Puck Man (Bootleg set 1)";288x224@60;V
+puckmanf;"PuckMan (speedup hack)";288x224@60;V
+puckmanh;"Puck Man (bootleg set 2)";288x224@60;V
+puckmod;"Puck Man (Japan set 2)";288x224@60;V
+pulirula;"PuLiRuLa (World)";320x224@60;H
+pulirulaj;"PuLiRuLa (Japan)";320x224@60;H
+pulstar;"Pulstar";320x224@59;H
+punchita;"Punch-Out!! (Italian bootleg)";448x256@60;V
+punchout;"Punch-Out!! (Rev B)";448x256@60;V
+punchouta;"Punch-Out!! (Rev A)";448x256@60;V
+punchoutj;"Punch-Out!! (Japan)";448x256@60;V
+punipic;"The Punisher (bootleg set 1 (with PIC16c57), 930422 et";384x224@60;H
+punipic2;"The Punisher (bootleg set 2 (with PIC16c57), 930422 et";384x224@60;H
+punipic3;"The Punisher (bootleg set 3 (with PIC16c57), 930422 et";384x224@60;H
+punisher;"The Punisher (930422 etc) - The Punisher (Euro)";384x224@60;H
+punisherb;"The Punisher (bootleg, 930422 etc)";384x224@60;H
+punisherbz;"Biaofeng Zhanjing (Chinese bootleg)";384x224@60;H
+punisherh;"The Punisher (930422 Hispanic)";384x224@60;H
+punisherj;"The Punisher (930422 Japan)";384x224@60;H
+punisheru;"The Punisher (930422 USA) - The Punisher (USA)";384x224@60;H
+punkshot;"Punk Shot (US 4 Players)";288x224@60;H
+punkshot2;"Punk Shot (US 2 Players)";288x224@60;H
+punkshotj;"Punk Shot (Japan 2 Players)";288x224@60;H
+pururun;"Pururun";320x224@60;H
+pushman;"Pushman (Korea, set 1)";256x224@60;H
+pushmana;"Pushman (Korea, set 2)";256x224@60;H
+pushmans;"Pushman (American Sammy license)";256x224@60;H
+puzlclub;"Puzzle Club (Japan prototype)";288x224@60;V
+puzlstar;"Puzzle Star (V100MG)";448x224@60;H
+puzzldpr;"Puzzle De Pon! R!";304x224@59;H
+puzzledp;"Puzzle De Pon!";304x224@59;H
+puzzli;"Puzzli";320x224@60;H
+puzzli2;"Puzzli 2 (V100)";448x224@60;H
+puzzli2s;"Puzzli 2 Super (V200)";448x224@60;H
+puzzloop;"Puzz Loop (Europe, v0.94)";320x240@60;H
+puzzloopa;"Puzz Loop (Asia)";320x240@60;H
+puzzloope;"Puzz Loop (Europe, v0.93)";320x240@60;H
+puzzloopj;"Puzz Loop (Japan)";320x240@60;H
+puzzloopk;"Puzz Loop (Korea)";320x240@60;H
+puzzloopu;"Puzz Loop (USA)";320x240@60;H
+puzzlove;"PuzzLove";320x240@60;H
+puzzlovek;"PuzzLove (Korea)";320x240@60;H
+puzznic;"Puzznic - Puzznic (World)";320x224@60;H
+puzznicb;"Puzznic (bootleg, set 1)";320x224@60;H
+puzznicba;"Puzznic (bootleg, set 2)";320x224@60;H
+puzznici;"Puzznic (Italian bootleg)";320x224@60;H
+puzznicj;"Puzznic (Japan)";320x224@60;H
+puzznicu;"Puzznic (US)";320x224@60;H
+pwheelsj;"Power Wheels (Japan)";320x240@60;H
+pwrgoal;"Taito Power Goal (Ver 2.5O 1994/11/03)";320x224@60;H
+pwrinst2;"Power Instinct 2 (USA, ver. 94/04/08)";320x240@58;H
+pwrinst2j;"Gouketsuji Ichizoku 2 (Japan, ver. 94/04/08)";320x240@58;H
+pyros;"Pyros (US)";320x240@60;H
+pzlbowl;"Puzzle De Bowling (Japan)";384x240@60;H
+pzlbreak;"Puzzle Break";256x224@58;H
+pzloop2;"Puzz Loop 2 (010302 Euro)";384x224@60;H
+pzloop2j;"Puzz Loop 2 (010226 Japan)";384x224@60;H
+pzloop2jr1;"Puzz Loop 2 (010205 Japan)";384x224@60;H
+qad;"Quiz & Dragons (capcom quiz game 920701 USA)";384x224@60;H
+qadjr;"Quiz & Dragons (940921 Japan Resale Ver.)";384x224@60;H
+qbert;"Faster, Harder, More Challenging Q*bert (prototype) - Mello Yello Q*bert - Q*bert - Q*bert (Jpn) - Q*bert (Jpn, OMV) - Q*bert (US set 1)";256x240@60;V
+qberta;"Q*bert (Alt) - Q*bert (Jpn, Alt) - Q*bert (US set 2)";256x240@60;V
+qbertj;"Q*bert (Japan)";256x240@60;V
+qbertqub;"Q*bert Qubes - Q*bert's Qubes";256x240@60;V
+qcrayon;"Quiz Crayon Shinchan (Japan)";320x224@60;H
+qcrayon2;"Crayon Shinchan Orato Asobo (Japan)";320x224@60;H
+qgakumon;"Quiz Gakumon no Susume (Japan ver. JA2 Type L)";304x224@60;H
+qjinsei;"Quiz Jinsei Gekijoh (Japan)";320x224@60;H
+qndream;"Quiz Nanairo Dreams - nijiirochou no kiseki (nanairo d";384x224@60;H
+qsangoku;"Quiz Sangokushi (Japan)";384x240@60;H
+qtheater;"Quiz Theater - 3tsu no Monogatari (Ver 2.3J 1994/11/10";320x224@60;H
+qtono1;"Quiz Tonosama no Yabou (Japan)";384x240@60;H
+qtono2j;"Quiz Tonosama no Yabou 2 Zenkoku-ban (tonosama 2 95012";384x224@60;H
+qtorimon;"Quiz Torimonochou (Japan)";320x224@60;H
+quartet;"Quartet (Euro, USA) - Quartet (Rev A, 8751 317-unknown)";320x224@60;H
+quartet2;"Quartet 2 (8751 317-0010)";320x224@60;H
+quartet2a;"Quartet 2 (unprotected)";320x224@60;H
+quarteta;"Quartet (8751 315-5194)";320x224@60;H
+quarth;"Quarth (Japan)";288x224@60;H
+quester;"Quester (Japan)";288x224@60;V
+questers;"Quester Special Edition (Japan)";288x224@60;V
+quiz18k;"Miyasu Nonki no Quiz 18-Kin";320x224@60;H
+quizdai2;"Quiz Meitantei Neo & Geo - Quiz Daisousa Sen part 2 (N";320x224@59;H
+quizdais;"Quiz Daisousa Sen - The Last Count Down (NGM-023)(NGH-";304x224@59;H
+quizdaisk;"Quiz Daisousa Sen - The Last Count Down (Korean releas";304x224@59;H
+quizf1;"Quiz F1 1-2 Finish (Japan)";384x240@60;H
+quizhq;"Quiz H.Q. (Japan)";320x224@60;H
+quizhuhu;"Moriguchi Hiroko no Quiz de Hyuu!Hyuu! (Ver 2.2J 1995/";320x232@60;H
+quizkof;"Quiz King of Fighters (SAM-080)(SAH-080)";304x224@59;H
+quizkofk;"Quiz King of Fighters (Korean release)";304x224@59;H
+quizo;"Quiz Olympic (set 1)";320x200@60;H
+quizoa;"Quiz Olympic (set 2)";320x200@60;H
+qzchikyu;"Quiz Chikyu Bouei Gun (Japan)";320x224@60;H
+qzkklgy2;"Quiz Kokology 2";384x240@60;H
+qzkklogy;"Quiz Kokology";384x240@60;H
+qzquest;"Quiz Quest - Hime to Yuusha no Monogatari (Japan)";320x224@60;H
+qzshowby;"Quiz Sekai wa SHOW by shobai (Japan)";320x224@60;H
+r2dx_v33;"Raiden II New / Raiden DX (newer V33 PCB) (Raiden DX E";320x240@55;V
+r2dx_v33_r2;"Raiden II New / Raiden DX (newer V33 PCB) (Raiden II E";320x240@55;V
+rabiolep;"Rabio Lepus (Japan) - Rabio Lepus Special";288x216@60;H
+rachero;"Racing Hero (FD1094 317-0144)";320x224@60;H
+racherod;"Racing Hero (FD1094 317-0144 decrypted)";320x224@60;H
+racingb;"Racing Beat (World)";320x240@60;H
+racingbj;"Racing Beat (Japan)";320x240@60;H
+rackemup;"Rack 'em Up (program code L)";256x224@60;V
+racknrol;"Rack + Roll";256x224@60;H
+radarscp;"Radar Scope";256x224@60;V
+radarscp1;"Radar Scope (TRS01)";256x224@60;V
+radrad;"Radical Radial (US)";256x224@60;H
+radradj;"Radical Radial (Japan)";256x224@60;H
+raflesia;"Rafflesia (315-5162)";256x224@60;V
+ragnagrd;"Ragnagard / Shin-Oh-Ken";320x224@59;H
+ragtime;"The Great Ragtime Show (Japan v1.5, 92.12.07)";320x240@58;H
+ragtimea;"The Great Ragtime Show (Japan v1.3, 92.11.26)";320x240@58;H
+raiden;"Raiden";256x224@59;V
+raiden2;"Raiden II (US, set 1)";320x240@55.4;V
+raiden2dx;"Raiden II (harder, Raiden DX Hardware)";320x240@55.4;V
+raiden2e;"Raiden II (Easy Version, Korea?)";320x240@55.4;V
+raiden2ea;"Raiden II (Easy Version, Japan?)";320x240@55.4;V
+raiden2eg;"Raiden II (Easy Version, Germany)";320x240@55.4;V
+raiden2eu;"Raiden II (Easy Version, US set 2)";320x240@55.4;V
+raiden2eua;"Raiden II (Easy Version, US set 1)";320x240@55.4;V
+raiden2f;"Raiden II (France)";320x240@55.4;V
+raiden2g;"Raiden II (Germany)";320x240@55.4;V
+raiden2hk;"Raiden II (Hong Kong)";320x240@55.4;V
+raiden2i;"Raiden II (Italy)";320x240@55.4;V
+raiden2j;"Raiden II (Japan)";320x240@55.4;V
+raiden2nl;"Raiden II (Holland)";320x240@55.4;V
+raiden2sw;"Raiden II (Switzerland)";320x240@55.4;V
+raiden2u;"Raiden II (US, set 2)";320x240@55.4;V
+raidena;"Raiden (set 2)";256x224@60;V
+raidenb;"Raiden (set 3, Alternate hardware)";256x224@60;V
+raidendx;"Raiden DX (UK)";320x240@55.4;V
+raidendxa1;"Raiden DX (Hong Kong, set 1)";320x240@55.4;V
+raidendxa2;"Raiden DX (Hong Kong, set 2)";320x240@55.4;V
+raidendxch;"Raiden DX (China)";320x240@55.4;V
+raidendxg;"Raiden DX (Germany)";320x240@55.4;V
+raidendxj;"Raiden DX (Japan)";320x240@55.4;V
+raidendxk;"Raiden DX (Korea)";320x240@55.4;V
+raidendxnl;"Raiden DX (Holland)";320x240@55.4;V
+raidendxu;"Raiden DX (US)";320x240@55.4;V
+raidenk;"Raiden (Korea)";256x224@60;V
+raidenkb;"Raiden (Korea, bootleg)";256x224@60;V
+raident;"Raiden (Taiwan)";256x224@60;V
+raidenu;"Raiden (US, set 1)";256x224@60;V
+raidenua;"Raiden (US, set 2, SEI8904 + SEI9008 PCBs)";256x224@60;V
+raiders5;"Raiders5";256x192@60;H
+raiders5t;"Raiders5 (Japan)";256x192@60;H
+raiga;"Raiga - Strato Fighter (Japan)";256x224@60;H
+raimais;"Raimais (World)";320x224@60;H
+raimaisj;"Raimais (Japan)";320x224@60;H
+raimaisjo;"Raimais (Japan, first revision)";320x224@60;H
+rallybik;"Rally Bike / Dash Yarou";320x240@55.2;V
+rallyx;"New Rally X - Rally X (32k Ver.?) - Rally-X (Jpn) - Rally-X (Tw)";288x224@60;H
+rallyxa;"Rally X - Rally-X (Jpn, Alt)";288x224@60;H
+rallyxm;"Rally X (Midway)";288x224@60;H
+rallyxmr;"Rally X (Model Racing)";288x224@60;H
+rambo3;"Rambo III (Euro) - Rambo III (Euro, USA, Bra) - Rambo III (Europe) - Rambo III (World, v1.1)";320x224@60;H
+rambo3p;"Rambo III (Europe, Proti?)";320x224@60;H
+rambo3u;"Rambo III (US)";320x224@60;H
+raphero;"Rapid Hero";384x224@56;V
+rastan;"Rastan (Euro, USA, Bra) - Rastan (World Rev 1) - Rastan Saga (Jpn, SMS Mode)";320x240@60;H
+rastana;"Rastan (World)";320x240@60;H
+rastanb;"Rastan (World, Earlier code base)";320x240@60;H
+rastanu;"Rastan (US Rev 1)";320x240@60;H
+rastanua;"Rastan (US)";320x240@60;H
+rastanub;"Rastan (US, Earlier code base)";320x240@60;H
+rastsag2;"Rastan Saga 2 (Japan)";320x224@60;H
+rastsaga;"Rastan Saga (Japan Rev 1)";320x240@60;H
+rastsagaa;"Rastan Saga (Japan Rev 1, Earlier code base)";320x240@60;H
+rastsagab;"Rastan Saga (Japan, Earlier code base)";320x240@60;H
+rayforce;"Ray Force (Ver 2.3A 1994/01/20)";320x224@60;V
+rayforcej;"Ray Force (Ver 2.3J 1994/01/20)";320x224@60;V
+rbff1;"Real Bout Fatal Fury / Real Bout Garou Densetsu (NGM-0";320x224@59;H
+rbff1a;"Real Bout Fatal Fury / Real Bout Garou Densetsu (bug f";320x224@59;H
+rbff1k;"Real Bout Fatal Fury / Real Bout Garou Densetsu (Korea";320x224@59;H
+rbff2;"Real Bout Fatal Fury 2 - The Newcomers / Real Bout Gar";320x224@59;H
+rbff2h;"Real Bout Fatal Fury 2 - The Newcomers / Real Bout Gar";320x224@59;H
+rbff2k;"Real Bout Fatal Fury 2 - The Newcomers (Korean release";320x224@59;H
+rbffspec;"Real Bout Fatal Fury Special / Real Bout Garou Densets";320x224@59;H
+rbffspeck;"Real Bout Fatal Fury Special / Real Bout Garou Densets";320x224@59;H
+rbisland;"Rainbow Islands (new version) - Rainbow Islands - The Story of Bubble Bobble 2 (Euro) - Rainbow Islands Extra (Jpn)";320x224@60;H
+rbislande;"Rainbow Islands (Extra)";320x224@60;H
+rbislando;"Rainbow Islands (old version)";320x224@60;H
+rchase;"Rail Chase (World)";320x224@60;H
+rchasej;"Rail Chase (Japan)";320x224@60;H
+rdaction;"Rad Action / NinjaKun Ashura no Shou";256x192@60;H
+reaktor;"Reaktor (Track & Field conversion)";256x224@60;V
+recalh;"Recalhorn (Ver 1.42J 1994/5/11) (Prototype)";320x232@60;H
+recordbr;"Recordbreaker (World)";320x240@60;H
+redearth;"Red Earth / War-Zard (Euro 961121)";384x224@60;H
+redearthr1;"Red Earth / War-Zard (Euro 961023)";384x224@60;H
+redfoxwp2;"Red Fox War Planes II (China, set 1)";256x224@56;V
+redfoxwp2a;"Red Fox War Planes II (China, set 2)";256x224@56;V
+redhawk;"Red Hawk (US)";256x224@56;V
+redhawkb;"Vince (Redhawk bootleg)";256x224@56;H
+redhawke;"Red Hawk (Excellent Co., Ltd)";256x224@56;V
+redhawkg;"Red Hawk (Greece)";256x224@56;H
+redhawki;"Red Hawk (Italy)";256x224@56;H
+redhawkk;"Red Hawk (Korea)";256x224@56;V
+redrobin;"Red Robin";256x224@60;V
+redufo;"Defend the Terra Attack on the Red UFO";256x224@60;V
+redufob;"Defend the Terra Attack on the Red UFO (bootleg)";256x224@60;V
+regulus;"Regulus (315-5033, rev. A)";240x224@60;V
+reguluso;"Regulus (315-5033)";240x224@60;V
+regulusu;"Regulus (not encrypted)";240x224@60;V
+renegade;"Renegade (Euro, Bra) - Renegade (US)";240x240@60;H
+repulse;"Repulse";288x224@60;V
+rescue;"Rescue - Space Rescue (Euro)";256x224@60;V
+retofinv;"Return of the Invaders";288x224@60;V
+retofinv1;"Return of the Invaders (bootleg set 1)";288x224@60;V
+retofinv2;"Return of the Invaders (bootleg set 2)";288x224@60;V
+revngr84;"Revenger '84 (set 1)";272x236@60;V
+rezon;"Rezon";384x240@60;H
+rezont;"Rezon (Taito)";384x240@60;H
+rf2;"Konami RF2 - Red Fighter";256x224@60;H
+ridhero;"Riding Hero (NGM-006)(NGH-006)";304x224@59;H
+ridheroh;"Riding Hero (set 2)";304x224@59;H
+ridingf;"Riding Fight (Ver 1.0O)";320x224@60;H
+ridingfj;"Riding Fight (Ver 1.0J)";320x224@60;H
+ridingfu;"Riding Fight (Ver 1.0A)";320x224@60;H
+ringdest;"Ring of Destruction - slammasters II (940902 Euro)";384x224@60;H
+ringdesta;"Ring of Destruction - slammasters II (940831 Asia)";384x224@60;H
+ringdesth;"Ring of Destruction - slammasters II (940902 Hispanic)";384x224@60;H
+ringdstd;"Ring of Destruction - slammasters II (940902 Euro Phoe";384x224@60;H
+ringfgt;"Ring Fighter (set 1)";256x224@60;V
+ringfgt2;"Ring Fighter (set 2)";256x224@60;V
+ringohja;"Ring no Ohja (Japan 2 Players ver. N)";288x224@60;H
+ringrage;"Ring Rage (Ver 2.3O 1992/08/09)";320x224@60;H
+ringragej;"Ring Rage (Ver 2.3J 1992/08/09)";320x224@60;H
+ringrageu;"Ring Rage (Ver 2.3A 1992/08/09)";320x224@60;H
+riot;"Riot";256x224@60;H
+riotcity;"Riot City (Japan)";320x224@60;H
+riskchal;"Risky Challenge";320x240@60;H
+rittam;"R&T (Rod-Land prototype?)";256x224@60;H
+rmancp2j;"Rockman: The Power Battle (950922 Japan)";384x224@60;H
+roadf;"Road Fighter (set 1)";256x224@60;V
+roadf2;"Road Fighter (set 2)";256x224@60;V
+roadf3;"Road Fighter (set 3, conversion hack on Hyper Sports P";256x224@60;V
+roboarma;"Robo Army (set 2)";304x224@59;H
+roboarmy;"Robo Army (set 1)";304x224@59;H
+robocop;"Gangcheol RoboCop (Kor) - RoboCop - Robocop (Euro) - Robocop (World revision 4)";256x240@57;H
+robocop2;"Robocop 2 (Euro/Asia v0.10)";320x240@58;H
+robocop2j;"Robocop 2 (Japan v0.11)";320x240@58;H
+robocop2u;"Robocop 2 (US v0.10)";320x240@58;H
+robocop2ua;"Robocop 2 (US v0.05)";320x240@58;H
+robocopb;"Robocop (World bootleg)";256x240@57;H
+robocopb2;"Robocop (Red Corporation World bootleg)";256x240@57;H
+robocopi;"Robocop (Intro demo)";304x224@59;H
+robocopj;"Robocop (Japan)";256x240@57;H
+robocopu;"Robocop (US revision 1)";256x240@57;H
+robocopu0;"Robocop (US revision 0)";256x240@57;H
+robocopw;"Robocop (World revision 3)";256x240@57;H
+robokid;"Atomic Robo-kid (World, Type-2)";256x192@60;H
+robokidj;"Atomic Robo-kid (Japan, Type-2, set 1)";256x192@60;H
+robokidj2;"Atomic Robo-kid (Japan, Type-2, set 2)";256x192@60;H
+robokidj3;"Atomic Robo-kid (Japan)";256x192@60;H
+robowres;"Robo Wres 2001";256x224@60;H
+robotron;"Robotro 2084";292x240@60;H
+rockclim;"Rock Climber";256x224@60;H
+rockduck;"Rock Duck (prototype?)";240x240@57;V
+rockman2j;"Rockman 2 - the power fighters (960708 Japan)";384x224@60;H
+rockmanj;"Rockman - the power battle (950922 Japan)";384x224@60;H
+rockn;"Rock'n Tread (Japan)";320x224@60;V
+rockn2;"Rock'n Tread 2 (Japan)";320x224@60;V
+rockn3;"Rock'n 3 (Japan)";320x224@60;V
+rockn4;"Rock'n 4 (Japan, prototype)";320x224@60;V
+rockna;"Rock'n Tread (Japan, alternate)";320x224@60;V
+rockrage;"Rock'n Rage (World)";256x224@60;H
+rockragea;"Rock'n Rage (prototype?)";256x224@60;H
+rockragej;"Koi no Hotrock (Japan)";256x224@60;H
+rocktris;"Rock Tris";384x240@60;H
+rocktrv2;"MTV Rock-N-Roll Trivia (Part 2)";288x224@60;V
+rocnrope;"Roc 'n Rope - Roc'n Rope";256x224@60;V
+rocnropek;"Roc'n Rope (Kosuka)";256x224@60;V
+rodland;"Rod-Land (World)";256x224@60;H
+rodlandj;"Rod-Land (Japan)";256x224@60;H
+rodlandjb;"Rod-Land (Japan bootleg)";256x224@60;H
+rohga;"Rohga Armor Force (Asia/Europe v5.0)";320x240@58;H
+rohga1;"Rohga Armor Force (Asia/Europe v3.0 Set 1)";320x240@58;H
+rohga2;"Rohga Armor Force (Asia/Europe v3.0 Set 2)";320x240@58;H
+rohgah;"Rohga Armor Force (Hong Kong v3.0)";320x240@58;H
+rohgau;"Rohga Armor Force (US v1.0)";320x240@58;H
+roishtar;"The Return of Ishtar";288x224@60;H
+rolcrush;"Rolling Crush (version 1.07.E - 1999/02/11, Trust lice";304x224@58;H
+rolcrusha;"Rolling Crush (version 1.03.E - 1999/01/29)";304x224@58;H
+rollace;"Roller Aces (set 1)";240x224@60;V
+rollace2;"Roller Aces (set 2)";240x224@60;V
+rollerg;"Rollergames (US)";288x224@60;H
+rollergj;"Rollergames (Japan)";288x224@60;H
+rompers;"Rompers (Japan, new version (Rev B))";288x224@60;V
+romperso;"Rompers (Japan, old version)";288x224@60;V
+ropeman;"Ropeman (bootleg of Roc'n Rope)";256x224@60;V
+rotd;"Rage of the Dragons (NGM-264?)";320x224@59;H
+rotdh;"Rage of the Dragons (NGH-2640)";320x224@59;H
+route16;"Route 16 (set 1)";256x256@60;V
+route16a;"Route 16 (set 2)";256x256@60;V
+route16bl;"Route 16 (bootleg)";256x256@60;V
+route16c;"Route 16 (set 3, bootleg?)";256x256@60;V
+routex;"Route X (bootleg)";256x256@60;V
+rpatrol;"River Patrol (Orca)";256x224@60;H
+rpatrolb;"River Patrol (bootleg)";256x224@60;H
+rpunch;"Rabbit Punch (US)";288x216@60;H
+rshark;"R-Shark";384x240@60;V
+rthun2;"Rolling Thunder 2 - Rolling Thunder 2 (Euro)";288x224@60;H
+rthun2j;"Rolling Thunder 2 (Japan) - Rolling Thunder 2 (Jpn)";288x224@60;H
+rthunder;"Rolling Thunder (rev 3)";288x224@60;H
+rthunder0;"Rolling Thunder (oldest)";288x224@60;H
+rthunder1;"Rolling Thunder (rev 1)";288x224@60;H
+rthunder2;"Rolling Thunder (rev 2)";288x224@60;H
+rthundera;"Rolling Thunder (rev 3, hack)";288x224@60;H
+rtype;"R-Type - R-Type (Jpn) - R-Type (World) - R-Type (World)";384x256@55;H
+rtype2;"R-Type II";384x256@55;H
+rtype2j;"R-Type II (Japan)";384x256@55;H
+rtype2jc;"R-Type II (Japan, revision C)";384x256@55;H
+rtypeb;"R-Type (World bootleg)";384x256@55;H
+rtypej;"R-Type (Japan)";384x256@55;H
+rtypejp;"R-Type (Japan prototype)";384x256@55;H
+rtypeleo;"R-Type Leo (World)";320x240@60;H
+rtypeleoj;"R-Type Leo (Japan)";320x240@60;H
+rtypeu;"R-Type (US)";384x256@55;H
+rugrats;"Rug Rats";288x224@60;V
+rumba;"Rumba Lumber";256x224@60;V
+runark;"Runark (Japan) - Runark (Jpn, Kor)";320x224@60;H
+rundeep;"Run Deep";256x248@60;V
+rushatck;"Rush'n Attack (US)";240x224@60;H
+rushcrsh;"Rush & Crash (Japan)";352x240@60;V
+rygar;"Rygar (US set 1)";256x224@60;H
+rygar2;"Rygar (US set 2)";256x224@60;H
+rygar3;"Rygar (US set 3 Old Version)";256x224@60;H
+rygarb;"Rygar (US, bootleg)";256x224@60;H
+rygarj;"Argus no Senshi (Japan)";256x224@60;H
+ryorioh;"Gourmet Battle Quiz Ryohrioh CooKing (Japan)";336x240@60;H
+ryouran;"VS Mahjong Otome Ryouran";320x240@60;H
+ryujin;"Ryu Jin (Japan)";320x224@60;V
+ryukendn;"Ninja Ryukenden (Japan, set 1)";256x224@60;H
+ryukendna;"Ninja Ryukenden (Japan, set 2)";256x224@60;H
+ryukyu;"RyuKyu (Japan, FD1094 317-5023) - Ryuukyuu - Ryuukyuu (Jpn)";320x224@60;H
+ryukyud;"RyuKyu (Japan, FD1094 317-5023 decrypted)";320x224@60;H
+s1945;"Strikers 1945";320x224@59;V
+s1945a;"Strikers 1945 (Alt)";320x224@59;V
+s1945ii;"Strikers 1945 II";320x224@60;V
+s1945iii;"Strikers 1945 III (World) / Strikers 1999 (Japan)";320x224@60;V
+s1945j;"Strikers 1945 (Japan)";320x224@59;V
+s1945jn;"Strikers 1945 (Japan, unprotected)";320x224@59;V
+s1945k;"Strikers 1945 (Korea)";320x224@59;V
+s1945p;"Strikers 1945 Plus";320x224@59;H
+sabotenb;"Saboten Bombers (set 1)";384x224@56;H
+sabotenba;"Saboten Bombers (set 2)";384x224@56;H
+sadari;"Sadari";384x256@60;H
+safarir;"Safari Rally (World)";256x208@60;V
+safarirj;"Safari Rally (Japan)";256x208@60;V
+sailormn;"Bishoujo Senshi Sailor Moon (Jpn) - Pretty Soldier Sailor Moon (ver. 95/03/22B, Europe)";320x240@58;H
+sailormnh;"Pretty Soldier Sailor Moon (ver. 95/03/22B, Hong Kong)";320x240@58;H
+sailormnj;"Pretty Soldier Sailor Moon (ver. 95/03/22B, Japan)";320x240@58;H
+sailormnk;"Pretty Soldier Sailor Moon (ver. 95/03/22B, Korea)";320x240@58;H
+sailormno;"Pretty Soldier Sailor Moon (ver. 95/03/22, Europe)";320x240@58;H
+sailormnoh;"Pretty Soldier Sailor Moon (ver. 95/03/22, Hong Kong)";320x240@58;H
+sailormnoj;"Pretty Soldier Sailor Moon (ver. 95/03/22, Japan)";320x240@58;H
+sailormnok;"Pretty Soldier Sailor Moon (ver. 95/03/22, Korea)";320x240@58;H
+sailormnot;"Pretty Soldier Sailor Moon (ver. 95/03/22, Taiwan)";320x240@58;H
+sailormnou;"Pretty Soldier Sailor Moon (ver. 95/03/22, USA)";320x240@58;H
+sailormnt;"Pretty Soldier Sailor Moon (ver. 95/03/22B, Taiwan)";320x240@58;H
+sailormnu;"Pretty Soldier Sailor Moon (ver. 95/03/22B, USA)";320x240@58;H
+saiyugou;"Sai Yu Gou Ma Roku (Japan)";256x240@60;H
+saiyugoub1;"Sai Yu Gou Ma Roku (Japan bootleg 1)";256x240@60;H
+saiyugoub2;"Sai Yu Gou Ma Roku (Japan bootleg 2)";256x240@60;H
+salamand;"Salamander - Salamander (Jpn) - Salamander (version D)";256x224@60;H
+salamandj;"Salamander (version J)";256x224@60;H
+samesame;"Same! Same! Same! (2 player alternating ver.) - Same! Same! Same! (Jpn)";320x240@60;V
+samesame2;"Same! Same! Same!";320x240@60;V
+samesamenh;"Same! Same! Same! NEW VER! (v1.00, hack by Trap15)";320x240@60;V
+samsh5sp;"Samurai Shodown V Special / Samurai Spirits Zero Speci";304x224@59;H
+samsh5sph;"Samurai Shodown V Special / Samurai Spirits Zero Speci";304x224@59;H
+samsh5spho;"Samurai Shodown V Special / Samurai Spirits Zero Speci";304x224@59;H
+samsho;"Samurai Shodown (Euro) - Samurai Shodown (USA) - Samurai Shodown / Samurai Spirits (NGM-045)";320x224@59;H
+samsho2;"Samurai Shodown II / Shin Samurai Spirits - Haohmaru j";320x224@59;H
+samsho2k;"Saulabi Spirits / Jin Saulabi Tu Hon (Korean release o";320x224@59;H
+samsho2ka;"Saulabi Spirits / Jin Saulabi Tu Hon (Korean release o";320x224@59;H
+samsho2sp;"Samurai Shodown II / Shin Samurai Spirits - Haohmaru j";320x224@59;H
+samsho3;"Samurai Shodown III / Samurai Spirits - Zankurou Musou";304x224@59;H
+samsho3h;"Samurai Shodown III / Samurai Spirits - Zankurou Musou";304x224@59;H
+samsho4;"Samurai Shodown IV - Amakusa's Revenge / Samurai Spiri";320x224@59;H
+samsho4k;"Pae Wang Jeon Seol / Legend of a Warrior (Korean censo";320x224@59;H
+samsho4sp;"Samurai Shodown IV - Amakusa's Revenge / Samurai Spiri";320x224@59;H
+samsho5;"Samurai Shodown V / Samurai Spirits Zero (NGM-2700)";304x224@59;H
+samsho5b;"Samurai Shodown V / Samurai Spirits Zero (bootleg)";304x224@59;H
+samsho5h;"Samurai Shodown V / Samurai Spirits Zero (NGH-2700)";304x224@59;H
+samsho5x;"Samurai Shodown V / Samurai Spirits Zero (hack of XBOX";304x224@59;H
+samshoa;"Samurai Shodown / Samurai Spirits (NGM-045, alternate";320x224@59;H
+samshoh;"Samurai Shodown / Samurai Spirits (NGH-045)";320x224@59;H
+samuraia;"Samurai Aces (World)";320x224@59;V
+sandscrp;"Sand Scorpion";256x224@60;V
+sandscrpa;"Sand Scorpion (Earlier)";256x224@60;V
+sandscrpb;"Sand Scorpion (Chinese Title Screen, Revised Hardware)";256x224@60;V
+sarukani;"Saru-Kani-Hamu-Zou (Japan)";320x240@60;H
+saturnzi;"Saturn";256x224@60;V
+sauro;"Sauro";240x224@60;H
+saurob;"Sauro (bootleg)";240x224@60;H
+saurop;"Sauro (Philko license)";240x224@60;H
+saurorr;"Sauro (Recreativos Real S.A. license)";240x224@60;H
+savagere;"Savage Reign / Fu'un Mokushiroku - kakutou sousei";304x224@59;H
+savgbees;"Savage Bees";256x224@60;V
+sbasebal;"Super Champion Baseball (US)";256x224@60;H
+sbasebalj;"Super Champion Baseball (Japan)";256x224@60;H
+sbbros;"Super Buster Bros. (USA 901001)";384x240@60;H
+sbishi;"Super Bishi Bashi Championship (ver JAA, 2 Players)";288x224@60;H
+sbishik;"Super Bishi Bashi Championship (ver KAB, 3 Players)";288x224@60;H
+sbishika;"Super Bishi Bashi Championship (ver KAA, 3 Players)";288x224@60;H
+sboblbobl;"Super Bobble Bobble (bootleg, set 1)";256x224@60;H
+sboblbobla;"Super Bobble Bobble (bootleg, set 2)";256x224@60;H
+sboblboblb;"Super Bobble Bobble (bootleg, set 3)";256x224@60;H
+sboblboblc;"Super Bobble Bobble (bootleg)";256x224@60;H
+sboblbobld;"Super Bobble Bobble (bootleg, set 4)";256x224@60;H
+sbomber;"Space Bomber (ver. B)";320x224@60;V
+sbombera;"Space Bomber";320x224@60;V
+sbsgomo;"Space Battle Ship Gomorrah";256x224@56;H
+scessjoe;"Success Joe (World)";288x208@60;H
+scfinals;"Super Cup Finals (Ver 2.2O 1994/01/13)";320x224@60;H
+scfinalso;"Super Cup Finals (Ver 2.1O 1993/11/19)";320x224@60;H
+schmeisr;"Schmeiser Robo (Japan)";320x240@58;H
+sci;"Special Criminal Investigation - Special Criminal Investigation (Euro) - Special Criminal Investigation (World set 1)";320x240@60;H
+scia;"Special Criminal Investigation (World set 2)";320x240@60;H
+scij;"Special Criminal Investigation (Japan)";320x240@60;H
+scinegro;"Special Criminal Investigation (Negro bootleg)";320x240@60;H
+scion;"Scion (Jpn) - Scion";240x224@60;H
+scionc;"Scion (Cinematronics)";240x224@60;H
+sciu;"Special Criminal Investigation (US)";320x240@60;H
+scobra;"Super Cobra - Super Cobra - Super Cobra (Jpn)";256x224@60;V
+scobrab;"Super Cobra (bootleg)";256x224@60;V
+scobrae;"Super Cobra (Stern) (encrypted, KONATEC XC-103SS CPU)";256x224@60;V
+scobras;"Super Cobra (Stern)";256x224@60;V
+scobrase;"Super Cobra (Sega)";256x224@60;V
+scontra;"Super Contra";304x224@60;V
+scontraj;"Super Contra (Japan)";304x224@60;V
+scorpion;"Scorpion (set 1)";256x224@60;V
+scorpiona;"Scorpion (set 2)";256x224@60;V
+scorpionb;"Scorpion (set 3)";256x224@60;V
+scorpionmc;"Scorpion (Moon Cresta hardware)";256x224@60;V
+scotrsht;"Scooter Shooter";256x224@60;V
+scramb2;"Scramble (bootleg)";256x224@60;V
+scramblb;"Scramble (bootleg on Galaxian hardware)";256x224@60;V
+scramble;"Scramble";256x224@60;V
+scramblebb;"Scramble (bootleg?)";256x224@60;V
+scramblebf;"Scramble (Karateko, French bootleg)";256x224@60;V
+scrambler;"Scramble (Reben S.A. Spanish bootleg)";256x224@60;V
+scrambles;"Scramble (Stern)";256x224@60;V
+scrambp;"Impacto (Billport S.A., Spanish bootleg of Scramble)";256x224@60;V
+scramce;"Scramble (Centromatic S.A., Spanish bootleg)";256x224@60;V
+scrampt;"Scramble (Petaco S.A., Spanish bootleg)";256x224@60;V
+scramrf;"Scramble (Recreativos Franco, Spanish bootleg)";256x224@60;V
+scregg;"Scrambled Egg";240x240@57;V
+sdfight;"SD Fighters (Korea)";320x240@60;H
+sdgndmps;"SD Gundam Psycho Salamander no Kyoui";320x224@60;H
+sdi;"SDI (Jpn) - SDI - Strategic Defense Initiative (Japan, newer, Syst";320x224@60;H
+sdia;"SDI - Strategic Defense Initiative (Japan, old, System";320x224@60;H
+sdib;"SDI - Strategic Defense Initiative (System 16B, FD1089";320x224@60;H
+sdibl;"SDI - Strategic Defense Initiative (bootleg, original";320x224@60;H
+sdibl2;"SDI - Strategic Defense Initiative (bootleg, set 1)";320x224@60;H
+sdibl3;"SDI - Strategic Defense Initiative (bootleg, set 2)";320x224@60;H
+sdibl4;"SDI - Strategic Defense Initiative (bootleg, set 3)";320x224@60;H
+sdibl5;"SDI - Strategic Defense Initiative (bootleg, set 4)";320x224@60;H
+sdibl6;"SDI - Strategic Defense Initiative (bootleg, set 5)";320x224@60;H
+sdodgeb;"Super Dodge Ball / Kunio no Nekketsu Toukyuu Densetsu";304x224@59;H
+searchar;"SAR - Search And Rescue (World)";256x224@60;V
+searcharj;"SAR - Search And Rescue (Japan)";256x224@60;V
+searcharu;"SAR - Search And Rescue (US)";256x224@60;V
+searchey;"Search Eye (English / Korean / Japanese / Italian)";320x240@60;H
+searcheya;"Search Eye (English / Korean)";320x240@60;H
+searchp2;"Search Eye Plus V2.0";320x240@55;H
+secretag;"Secret Agent (World revision 3)";256x240@57;H
+secretagj;"Secret Agent (Japan revision 2)";256x240@57;H
+sectionz;"Section Z (set 1)";256x240@60;H
+sectionza;"Section Z (set 2)";256x240@60;H
+sectrzon;"Sector Zone";256x224@60;V
+seganinj;"Sega Ninja (315-5102)";256x224@60;H
+seganinju;"Sega Ninja (not encrypted)";256x224@60;H
+seicross;"Seicross";256x224@60;V
+selfeena;"Sel Feena";320x224@60;H
+semibase;"MuHanSeungBu (SemiCom Baseball) (Korea)";320x240@60;H
+sengekis;"Sengeki Striker (Asia)";320x240@60;V
+sengekisj;"Sengeki Striker (Japan)";320x240@60;V
+sengoku;"Sengoku / Sengoku Denshou (NGM-017)(NGH-017)";320x224@59;H
+sengoku2;"Sengoku 2 / Sengoku Denshou 2";304x224@59;H
+sengoku3;"Sengoku 3 / Sengoku Densho 2001";320x224@59;H
+sengoku3s;"Sengoku 3 / Sengoku Densho 2001 (Evolution 1.0, FCHT h";320x224@59;H
+sengokuh;"Sengoku / Sengoku Denshou (NGH-017)(US)";320x224@59;H
+senknow;"Sen-Know (Japan)";320x240@60;H
+sf;"Galaxian (bootleg, set 1) - Marvel Super Heroes vs Street Fighter (970625 Euro) - Radica: Street Fighter Pack (Euro) - Street Fighter (US, set 1) - X-Men vs Street Fighter (961004 Euro) - Yu Yu Hakusho - Sunset Fighters (Bra)";384x224@60;H
+sf2;"Hyper Street Fighter II: The Anniversary Edition (0402 - Street Fighter II (Bra) - Street Fighter II - The World Warrior (910522 etc) - Street Fighter II' - Special Champion Edition (Euro) - Super Street Fighter II - The New Challengers (Euro) - Super Street Fighter II - the new challengers (super s";384x224@60;H
+sf2acc;"Street Fighter II' - Champion Edition (Accelerator! bo";384x224@60;H
+sf2acca;"Street Fighter II' - Champion Edition (Accelerator! bo";384x224@60;H
+sf2accp2;"Street Fighter II' - Champion Edition (Accelerator Pt.";384x224@60;H
+sf2amf;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf2;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf3;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf4;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf5;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf6;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf7;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf8;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2b;"Street Fighter II - The World Warrior (bootleg, 910214";384x224@60;H
+sf2b2;"Street Fighter II - The World Warrior (bootleg, 910214";384x224@60;H
+sf2b3;"Street Fighter II - The World Warrior (bootleg, 910214";384x224@60;H
+sf2bhh;"Street Fighter II' - Champion Edition (Hungh-Hsi bootl";384x224@60;H
+sf2ce;"Street Fighter II' - Champion Edition - Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2cebltw;"Street Fighter II' - Champion Edition (920313 'Taiwan'";384x224@60;H
+sf2ceea;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2ceeab2;"Street Fighter II' - Champion Edition (920313 etc boot";384x224@60;H
+sf2ceeab3;"Street Fighter II' - Champion Edition (920313 etc boot";384x224@60;H
+sf2ceeab4;"Street Fighter II' - Champion Edition (920313 etc boot";384x224@60;H
+sf2ceeab5;"Street Fighter II' - Champion Edition (920313 etc boot";384x224@60;H
+sf2ceeabl;"Street Fighter II' - Champion Edition (920313 etc boot";384x224@60;H
+sf2ceja;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2cejab2;"Street Fighter II' - Champion Edition (920322 Japan bo";384x224@60;H
+sf2cejabl;"Street Fighter II' - Champion Edition (920322 Japan bo";384x224@60;H
+sf2cejb;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2cejc;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2ceua;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2ceuab2;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuab3;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuab4;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuab5;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuab6;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuab7;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuabl;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceub;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2ceuc;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2ceucbl;"Street Fighter II' - Champion Edition (920803 USA boot";384x224@60;H
+sf2ceupl;"Street Fighter II' - Champion Edition (UPL bootleg)";384x224@60;H
+sf2dkot2;"Street Fighter II' - Champion Edition (Double K.O. Tur";384x224@60;H
+sf2dongb;"Street Fighter II': Champion Edition (Dongfang Bubai p";384x224@60;H
+sf2eb;"Street Fighter II - The World Warrior (910214 etc)";384x224@60;H
+sf2ebbl;"Street Fighter II - The World Warrior (TAB Austria boo";384x224@60;H
+sf2ebbl2;"Street Fighter II - The World Warrior (TAB Austria boo";384x224@60;H
+sf2ebbl3;"Street Fighter II - The World Warrior (TAB Austria boo";384x224@60;H
+sf2ed;"Street Fighter II - The World Warrior (910318 etc)";384x224@60;H
+sf2ee;"Street Fighter II - The World Warrior (910228 etc)";384x224@60;H
+sf2em;"Street Fighter II - The World Warrior (910129 etc)";384x224@60;H
+sf2hf;"Street Fighter II' - Hyper Fighting (street fighter 2'";384x224@60;H
+sf2hfj;"Street Fighter II' Turbo - Hyper Fighting (street figh";384x224@60;H
+sf2hfjb;"Street Fighter II' Turbo - Hyper Fighting (bootleg set";384x224@60;H
+sf2hfjb2;"Street Fighter II' Turbo - Hyper Fighting (bootleg set";384x224@60;H
+sf2hfu;"Street Fighter II' - Hyper Fighting (street fighter 2'";384x224@60;H
+sf2j;"Hyper Street Fighter II: The Anniversary Edition (0402 - Street Fighter II - The World Warrior (911210 Japan, C - Street Fighter II' Plus (Jpn, Asia, Kor) - Super Street Fighter II - The New Challengers (Jpn) - Super Street Fighter II - the new challengers (super s";384x224@60;H
+sf2j17;"Street Fighter II - The World Warrior (911210 Japan, C";384x224@60;H
+sf2ja;"Street Fighter II - The World Warrior (910214 Japan)";384x224@60;H
+sf2jc;"Street Fighter II - The World Warrior (910306 Japan)";384x224@60;H
+sf2jf;"Street Fighter II - The World Warrior (910411 Japan)";384x224@60;H
+sf2jh;"Street Fighter II - The World Warrior (910522 Japan)";384x224@60;H
+sf2jl;"Street Fighter II - The World Warrior (920312 Japan)";384x224@60;H
+sf2jla;"Street Fighter II - The World Warrior (911210 Japan, r";384x224@60;H
+sf2koryu;"Street Fighter II' - Xiang Long (bootleg set 1, 811102";384x224@60;H
+sf2koryu2;"Street Fighter II' - Xiang Long (bootleg set 2, 811102";384x224@60;H
+sf2koryu3;"Street Fighter II' - Xiang Long (bootleg set 3, 811102";384x224@60;H
+sf2md;"Street Fighter II' - Champion Edition (Magic Delta, bo";384x224@60;H
+sf2mdt;"Street Fighter II' - Magic Delta Turbo (bootleg set 1";384x224@60;H
+sf2mdta;"Street Fighter II' - Magic Delta Turbo (bootleg set 2";384x224@60;H
+sf2mdtb;"Street Fighter II' - Magic Delta Turbo (bootleg set 3";384x224@60;H
+sf2mdtc;"Street Fighter II' - Magic Delta Turbo (bootleg set 4";384x224@60;H
+sf2mega;"Street Fighter II' - Champion Edition (Mega Co bootleg";384x224@60;H
+sf2mega2;"Street Fighter II' - Champion Edition (Mega Co bootleg";384x224@60;H
+sf2qp1;"Street Fighter II - The World Warrior (Quicken Pt-I bo";384x224@60;H
+sf2rb;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2rb2;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2rb3;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2rb4;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2rb5;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2rb6;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2red;"Street Fighter II' - Champion Edition (Red Wave bootle";384x224@60;H
+sf2red2;"Street Fighter II' - Champion Edition (Red Wave bootle";384x224@60;H
+sf2sl73a;"Street Fighter II' - Champion Edition (Sheng Long v 7.";384x224@60;H
+sf2stt;"Street Fighter II - The World Warrior (STT, TAB Austri";384x224@60;H
+sf2thndr;"Street Fighter II - The World Warrior (Thunder Edition";384x224@60;H
+sf2tlona;"Street Fighter II' - Champion Edition (Tu Long bootleg";384x224@60;H
+sf2tlonb;"Street Fighter II' - Champion Edition (Tu Long bootleg";384x224@60;H
+sf2tlonc;"Street Fighter II' - Champion Edition (Tu Long bootleg";384x224@60;H
+sf2ua;"Street Fighter II - The World Warrior (910206 USA)";384x224@60;H
+sf2ub;"Street Fighter II - The World Warrior (910214 USA)";384x224@60;H
+sf2uc;"Street Fighter II - The World Warrior (910306 USA)";384x224@60;H
+sf2ud;"Street Fighter II - The World Warrior (910318 USA) - Super Street Fighter II - the new challengers (super s";384x224@60;H
+sf2ue;"Street Fighter II - The World Warrior (910228 USA)";384x224@60;H
+sf2uf;"Street Fighter II - The World Warrior (910411 USA)";384x224@60;H
+sf2ug;"Street Fighter II - The World Warrior (910522 USA, rev";384x224@60;H
+sf2ui;"Street Fighter II - The World Warrior (910522 USA, rev";384x224@60;H
+sf2uk;"Street Fighter II - The World Warrior (911101 USA)";384x224@60;H
+sf2v004;"Street Fighter II' - Champion Edition (V004 bootleg se";384x224@60;H
+sf2v0042;"Street Fighter II' - Champion Edition (V004 bootleg se";384x224@60;H
+sf2v0043;"Street Fighter II' - Champion Edition (V004 bootleg se";384x224@60;H
+sf2yyc;"Street Fighter II' - Champion Edition (YYC bootleg set";384x224@60;H
+sf2yyc2;"Street Fighter II' - Champion Edition (YYC bootleg set";384x224@60;H
+sfa;"Marvel Super Heroes vs Street Fighter (970625 Asia) - Street Fighter Alpha - warriors' dreams (950727 Euro) - X-Men vs Street Fighter (961023 Asia)";384x224@60;H
+sfa2;"Street Fighter Alpha 2 (960229 Euro)";384x224@60;H
+sfa2u;"Street Fighter Alpha 2 (960430 USA)";384x224@60;H
+sfa2ur1;"Street Fighter Alpha 2 (960306 USA)";384x224@60;H
+sfa3;"Street Fighter Alpha 3 (980904 Euro)";384x224@60;H
+sfa3b;"Street Fighter Alpha 3 (980629 Brazil)";384x224@60;H
+sfa3h;"Street Fighter Alpha 3 (980904 Hispanic)";384x224@60;H
+sfa3hr1;"Street Fighter Alpha 3 (980629 Hispanic)";384x224@60;H
+sfa3u;"Street Fighter Alpha 3 (980904 USA)";384x224@60;H
+sfa3ud;"Street Fighter Alpha 3 (980904 USA Phoenix Edition)";384x224@60;H
+sfa3ur1;"Street Fighter Alpha 3 (980629 USA)";384x224@60;H
+sfa3us;"Street Fighter Alpha 3 (980616 USA, SAMPLE Version)";384x224@60;H
+sfad;"Street Fighter Alpha - warriors' dreams (950727 Euro P";384x224@60;H
+sfan;"Street Fighter (World, pneumatic buttons)";384x224@60;H
+sfar1;"Street Fighter Alpha - warriors' dreams (950718 Euro) - X-Men vs Street Fighter (961004 Asia)";384x224@60;H
+sfar2;"Street Fighter Alpha - warriors' dreams (950627 Euro) - X-Men vs Street Fighter (960919 Asia)";384x224@60;H
+sfar3;"Street Fighter Alpha - warriors' dreams (950605 Euro) - X-Men vs Street Fighter (960910 Asia)";384x224@60;H
+sfau;"Street Fighter Alpha - warriors' dreams (950627 USA)";384x224@60;H
+sfaud;"Street Fighter Alpha - warriors' dreams (950727 USA Ph";384x224@60;H
+sfiii;"Street Fighter III: New Generation (Euro 970204)";384x224@60;H
+sfiii2;"Street Fighter III 2nd Impact: Giant Attack (USA 97093";384x224@60;H
+sfiii2j;"Street Fighter III 2nd Impact: Giant Attack (Japan 970";384x224@60;H
+sfiii2n;"Street Fighter III 2nd Impact: Giant Attack (Asia 9709";384x224@60;H
+sfiii3;"Street Fighter III 3rd Strike: Fight for the Future (E";384x224@60;H
+sfiii3n;"Street Fighter III 3rd Strike: Fight for the Future (J";384x224@60;H
+sfiii3nr1;"Street Fighter III 3rd Strike: Fight for the Future (J";384x224@60;H
+sfiii3r1;"Street Fighter III 3rd Strike: Fight for the Future (E";384x224@60;H
+sfiii3u;"Street Fighter III 3rd Strike: Fight for the Future (U";384x224@60;H
+sfiii3ur1;"Street Fighter III 3rd Strike: Fight for the Future (U";384x224@60;H
+sfiiia;"Street Fighter III: New Generation (Asia 970204)";384x224@60;H
+sfiiih;"Street Fighter III: New Generation (Hispanic 970204)";384x224@60;H
+sfiiij;"Street Fighter III: New Generation (Japan 970204)";384x224@60;H
+sfiiin;"Street Fighter III: New Generation (Asia 970204, NO CD";384x224@60;H
+sfiiina;"Street Fighter III: New Generation (Asia 970204, NO CD";384x224@60;H
+sfiiiu;"Street Fighter III: New Generation (USA 970204)";384x224@60;H
+sfj;"Marvel Super Heroes vs Street Fighter (970707 Japan) - Street Fighter (Japan) (protected) - X-Men vs Street Fighter (961023 Japan)";384x224@60;H
+sfjan;"Street Fighter (Japan, pneumatic buttons)";384x224@60;H
+sformula;"Super Formula (Japan)";320x240@60;V
+sfp;"Street Fighter (Prototype)";384x224@60;H
+sfua;"Street Fighter (US set 2) (protected)";384x224@60;H
+sfx;"SF-X";256x224@60;H
+sfz2a;"Street Fighter Zero 2 (960227 Asia)";384x224@60;H
+sfz2ad;"Street Fighter Zero 2 (960227 Asia Phoenix Edition)";384x224@60;H
+sfz2al;"Street Fighter Zero 2 Alpha (960826 Asia)";384x224@60;H
+sfz2alb;"Street Fighter Zero 2 Alpha (960813 Brazil)";384x224@60;H
+sfz2ald;"Street Fighter Zero 2 Alpha (960826 Asia Phoenix Editi";384x224@60;H
+sfz2alh;"Street Fighter Zero 2 Alpha (960813 Hispanic)";384x224@60;H
+sfz2alj;"Street Fighter Zero 2 Alpha (960805 Japan)";384x224@60;H
+sfz2b;"Street Fighter Zero 2 (960531 Brazil)";384x224@60;H
+sfz2br1;"Street Fighter Zero 2 (960304 Brazil)";384x224@60;H
+sfz2h;"Street Fighter Zero 2 (960304 Hispanic)";384x224@60;H
+sfz2j;"Street Fighter Zero 2 (960430 Japan)";384x224@60;H
+sfz2jd;"Street Fighter Zero 2 (960227 Japan Phoenix Edition)";384x224@60;H
+sfz2jr1;"Street Fighter Zero 2 (960227 Japan)";384x224@60;H
+sfz2n;"Street Fighter Zero 2 (960229 Oceania)";384x224@60;H
+sfz3a;"Street Fighter Zero 3 (980904 Asia)";384x224@60;H
+sfz3ar1;"Street Fighter Zero 3 (980701 Asia)";384x224@60;H
+sfz3j;"Street Fighter Zero 3 (980904 Japan)";384x224@60;H
+sfz3jr1;"Street Fighter Zero 3 (980727 Japan)";384x224@60;H
+sfz3jr2;"Street Fighter Zero 3 (980629 Japan)";384x224@60;H
+sfz3jr2d;"Street Fighter Zero 3 (980629 Japan Phoenix Edition)";384x224@60;H
+sfza;"Street Fighter Zero (950627 Asia)";384x224@60;H
+sfzar1;"Street Fighter Zero (950605 Asia)";384x224@60;H
+sfzb;"Street Fighter Zero (951109 Brazil)";384x224@60;H
+sfzbr1;"Street Fighter Zero (950727 Brazil)";384x224@60;H
+sfzch;"Street Fighter Zero (CPS Changer, 951020 Japan)";384x224@60;H
+sfzh;"Street Fighter Zero (950718 Hispanic)";384x224@60;H
+sfzhr1;"Street Fighter Zero (950627 Hispanic)";384x224@60;H
+sfzj;"Street Fighter Zero (950727 Japan)";384x224@60;H
+sfzjr1;"Street Fighter Zero (950627 Japan)";384x224@60;H
+sfzjr2;"Street Fighter Zero (950605 Japan)";384x224@60;H
+sgemf;"Super Gem Fighter Mini Mix (970904 USA)";384x224@60;H
+sgemfa;"Super Gem Fighter Mini Mix (970904 Asia)";384x224@60;H
+sgemfd;"Super Gem Fighter Mini Mix (970904 USA Phoenix Edition";384x224@60;H
+sgemfh;"Super Gem Fighter Mini Mix (970904 Hispanic)";384x224@60;H
+sgladiat;"Gladiator 1984";288x224@60;H
+sgunner;"Steel Gunner (Rev B)";288x224@60;H
+sgunner2;"Steel Gunner 2 (US)";288x224@60;H
+sgunner2j;"Steel Gunner 2 (Japan, Rev A)";288x224@60;H
+sgunnerj;"Steel Gunner (Japan)";288x224@60;H
+sgyxz;"Sangokushi II: Sanguo Yingxiong Zhuan (Chinese bootleg";384x224@60;H
+shackled;"Shackled (US)";256x240@58;H
+shadfrce;"Shadow Force (World, Version 3)";320x256@60;H
+shadfrcej;"Shadow Force (Japan, Version 2)";320x256@60;H
+shadfrceu;"Shadow Force (US, Version 2)";320x256@60;H
+shadowld;"Shadowland (YD3)";288x224@60;H
+shadoww;"Shadow Warriors (World, set 1)";256x224@60;H
+shadowwa;"Shadow Warriors (World, set 2)";256x224@60;H
+shangon;"Super Hang-On (sitdown/upright, unprotected) - Super Hang-On (World, Rev. A)";320x224@60;H
+shangon1;"Super Hang-On (mini ride-on, FD1089B 317-0034) - Super Hang-On (World)";320x224@60;H
+shangon2;"Super Hang-On (mini ride-on, Rev A, FD1089B 317-0034)";320x224@60;H
+shangon3;"Super Hang-On (sitdown/upright, FD1089B 317-0034)";320x224@60;H
+shangon3d;"Super Hang-On (sitdown/upright, FD1089B 317-0034 decry";320x224@60;H
+shangonle;"Limited Edition Hang-On";320x224@60;H
+shaolinb;"Shao-lin's Road (set 2)";256x224@60;V
+shaolins;"Shao-lin's Road (set 1)";256x224@60;V
+sharrier;"Space Harrier - Space Harrier - Space Harrier (Euro) - Space Harrier (Rev A, 8751 315-5163A) - Space Harrier (World) - Space Harrier II (World)";320x224@60;H
+sharrier1;"Space Harrier (8751 315-5163)";320x224@60;H
+shdancer;"Shadow Dancer (Euro, Bra, Kor) - Shadow Dancer (set 3, US) - Shadow Dancer - The Secret of Shinobi (World)";320x224@60;H
+shdancer1;"Shadow Dancer (set 1)";320x224@60;H
+shdancerj;"Shadow Dancer (set 2, Japan)";320x224@60;H
+shinfz;"Shinobi / FZ-2006 (Korean System 16 bootleg) (ISG Sele";320x224@60;H
+shinobi;"Shinobi - Shinobi (Euro, USA, Bra, v1) - Shinobi (set 6, System 16A, unprotected) - The GG Shinobi (Euro, USA)";320x224@60;H
+shinobi1;"Shinobi (set 1, System 16A, FD1094 317-0050)";320x224@60;H
+shinobi1d;"Shinobi (set 1, System 16A, FD1094 317-0050 decrypted)";320x224@60;H
+shinobi2;"Shinobi (set 2, System 16B, FD1094 317-0049) - The GG Shinobi II (World)";320x224@60;H
+shinobi2d;"Shinobi (set 2, System 16B, FD1094 317-0049 decrypted)";320x224@60;H
+shinobi3;"Shinobi (set 3, System 16B, MC-8123B 317-0054) - Shinobi III - Return of the Ninja Master (Euro)";320x224@60;H
+shinobi4;"Shinobi (set 4, System 16B, MC-8123B 317-0054)";320x224@60;H
+shinobi5;"Shinobi (set 5, System 16B, unprotected)";320x224@60;H
+shinoblb;"Shinobi (beta bootleg, System 16A)";320x224@60;H
+shinobls;"Shinobi (Star bootleg, System 16A)";320x224@60;H
+shippumd;"Shippu Mahou Daisakusen - Kingdom Grandprix";320x240@60;V
+shisen2;"Shisensho II";384x240@60;H
+shocking;"Shocking";384x224@60;H
+shocktr2;"Shock Troopers - 2nd Squad";304x224@59;H
+shocktro;"Shock Troopers (set 1)";304x224@59;H
+shocktroa;"Shock Troopers (set 2)";304x224@59;H
+shogwarr;"Shogun Warriors (World)";256x224@60;H
+shogwarrk;"Shogun Warriors (Korea?)";256x224@60;H
+shogwarru;"Shogun Warriors (US)";256x224@60;H
+shootout;"Shoot Out (US)";256x240@60;H
+shootoutb;"Shoot Out (Korean Bootleg)";256x240@60;H
+shootoutj;"Shoot Out (Japan)";256x240@60;H
+shtrider;"Shot Rider";240x256@60;V
+shtridera;"Shot Rider (Sigma license)";240x256@60;V
+sidearms;"Side Arms - Hyper Dyne (World, 861129) - Sidearms - Hyper Dyne - Sidearms - Hyper Dyne";384x224@60;H
+sidearmsj;"Side Arms - Hyper Dyne (Japan, 861128)";384x224@60;H
+sidearmsu;"Side Arms - Hyper Dyne (US, 861202)";384x224@60;H
+sidearmsur1;"Side Arms - Hyper Dyne (US, 861128)";384x224@60;H
+sidepckt;"Side Pocket (World)";256x224@58;H
+sidepcktb;"Side Pocket (bootleg set 1)";256x224@58;H
+sidepcktb2;"Side Pocket (bootleg set 2)";256x224@58;H
+sidepcktj;"Side Pocket (Japan)";256x224@58;H
+silentd;"Silent Debuggers - Silent Debuggers - Silent Dragon (World)";320x224@60;H
+silentdj;"Silent Dragon (Japan)";320x224@60;H
+silentdu;"Silent Dragon (US)";320x224@60;H
+silkroad;"The Legend of Silkroad";380x224@60;H
+silkroada;"The Legend of Silkroad (larger roms)";380x224@60;H
+silkworm;"Silk Worm (World)";256x224@60;H
+silkwormb;"Silk Worm (bootleg)";256x224@60;H
+silkwormj;"Silk Worm (Japan)";256x224@60;H
+silkwormp;"Silk Worm (prototype?)";256x224@60;H
+silvland;"Silver Land";256x224@60;H
+silvmil;"Silver Millennium";320x240@60;V
+simpsons;"The Simpsons (4 Players World, set 1)";288x224@60;H
+simpsons2p;"The Simpsons (2 Players World, set 1)";288x224@60;H
+simpsons2p2;"The Simpsons (2 Players World, set 2)";288x224@60;H
+simpsons2p3;"The Simpsons (2 Players World, set 3)";288x224@60;H
+simpsons2pa;"The Simpsons (2 Players Asia)";288x224@60;H
+simpsons2pj;"The Simpsons (2 Players Japan)";288x224@60;H
+simpsons4pa;"The Simpsons (4 Players World, set 2)";288x224@60;H
+sinvasn;"Space Invasion (Europe)";256x224@60;V
+sinvasnb;"Space Invasion (bootleg)";256x224@60;V
+sisv;"Space Invaders (SV Version rev 4)";260x224@60;V
+sisv2;"Space Invaders (SV Version rev 2)";260x224@60;V
+sisv3;"Space Invaders (SV Version rev 3)";260x224@60;V
+sitv;"Space Invaders (TV Version rev 2)";260x224@60;V
+sitv1;"Space Invaders (TV Version rev 1)";260x224@60;V
+sjryuko;"Sukeban Jansi Ryuko (set 2, System 16B, FD1089B 317-50";320x224@60;H
+sjryuko1;"Sukeban Jansi Ryuko (set 1, System 16A, FD1089B 317-50";320x224@60;H
+skingame;"The Irem Skins Game (US set 1)";320x240@60;H
+skingame2;"The Irem Skins Game (US set 2)";320x240@60;H
+skyadvnt;"Sky Adventure (World)";256x224@60;V
+skyadvntj;"Sky Adventure (Japan)";256x224@60;V
+skyadvntu;"Sky Adventure (US)";256x224@60;V
+skyalert;"Sky Alert";360x224@60;V
+skyarmy;"Sky Army";256x240@60;V
+skybase;"Sky Base";256x224@60;V
+skyfox;"Sky Fox";320x224@60;V
+skykid;"Sky Kid (new version)";288x224@60;H
+skykidd;"Sky Kid (CUS60 version)";288x224@60;H
+skykiddx;"Sky Kid Deluxe (set 1)";288x224@60;H
+skykiddxo;"Sky Kid Deluxe (set 2)";288x224@60;H
+skykido;"Sky Kid (old version)";288x224@60;H
+skykids;"Sky Kid (Sipem)";288x224@60;H
+skylancr;"Sky Lancer";236x224@60;V
+skylancre;"Sky Lancer (Esco Trading Co license)";236x224@60;V
+skyraidr;"Sky Raiders";256x224@60;V
+skyrobo;"Sky Robo";320x240@60;H
+skyshark;"Sky Shark (US, set 1)";320x240@55;V
+skysharka;"Sky Shark (US, set 2)";320x240@55;V
+skyskipr;"Sky Skipper";512x448@60;H
+skysmash;"Sky Smasher";256x224@60;V
+skysoldr;"Sky Soldiers (US)";256x224@60;V
+skysoldrbl;"Sky Soldiers (bootleg)";256x224@60;V
+skywolf;"Sky Wolf (set 1)";288x224@60;H
+skywolf2;"Sky Wolf (set 2)";288x224@60;H
+skywolf3;"Sky Wolf (set 3)";288x224@60;H
+slammast;"Saturday Night Slam Masters (Slam Masters 930713 etc) - Saturday Night Slammasters (Euro)";384x224@60;H
+slammastu;"Saturday Night Slam Masters (slam masters 930713 USA) - Saturday Night Slammasters (USA)";384x224@60;H
+slampic;"Saturday Night Slam Masters (bootleg (with PIC16c57),";384x224@60;H
+slapfigh;"Slap Fight (Japan set 1) - Slap Fight MD (Jpn)";280x240@60;V
+slapfighb1;"Slap Fight (bootleg set 1)";280x240@60;V
+slapfighb2;"Slap Fight (bootleg set 2)";280x240@60;V
+slapfighb3;"Slap Fight (bootleg set 3)";280x240@60;V
+slapshot;"Slap Shot (Japan) - Slap Shot (USA, v2)";320x224@60;H
+slyspy;"Sly Spy (US revision 4)";256x240@57;H
+slyspy2;"Sly Spy (US revision 2)";256x240@57;H
+slyspy3;"Sly Spy (US revision 3)";256x240@57;H
+smbomb;"Super Muscle Bomber - the international blowout (94083";384x224@60;H
+smbombr1;"Super Muscle Bomber - the international blowout (94080";384x224@60;H
+smgp;"Super Monaco GP (Euro, Bra) - Super Monaco GP (Euro, Jpn, Rev. A) - Super Monaco GP (Euro, USA, Bra) - Super Monaco GP (World, Rev B, FD1094 317-0126a)";320x224@60;H
+smgp5;"Super Monaco GP (World, FD1094 317-0126)";320x224@60;H
+smgp5d;"Super Monaco GP (World, FD1094 317-0126 decrypted)";320x224@60;H
+smgp6;"Super Monaco GP (World, Rev A, FD1094 317-0126a)";320x224@60;H
+smgp6d;"Super Monaco GP (World, Rev A, FD1094 317-0126a decryp";320x224@60;H
+smgpd;"Super Monaco GP (World, Rev B, FD1094 317-0126a decryp";320x224@60;H
+smgpj;"Super Monaco GP (Japan, Rev B, FD1094 317-0124a) - Super Monaco GP (Jpn) - Super Monaco GP (Jpn)";320x224@60;H
+smgpja;"Super Monaco GP (Japan, Rev A, FD1094 317-0124a)";320x224@60;H
+smgpjd;"Super Monaco GP (Japan, Rev B, FD1094 317-0124a decryp";320x224@60;H
+smgpu;"Super Monaco GP (US, Rev C, FD1094 317-0125a) - Super Monaco GP (USA) - Super Monaco GP (USA)";320x224@60;H
+smgpu1;"Super Monaco GP (US, Rev B, FD1094 317-0125a)";320x224@60;H
+smgpu1d;"Super Monaco GP (US, Rev B, FD1094 317-0125a decrypted";320x224@60;H
+smgpu2;"Super Monaco GP (US, Rev A, FD1094 317-0125a)";320x224@60;H
+smgpu2d;"Super Monaco GP (US, Rev A, FD1094 317-0125a decrypted";320x224@60;H
+smgpud;"Super Monaco GP (US, Rev C, FD1094 317-0125a decrypted";320x224@60;H
+smooncrs;"Super Moon Cresta";256x224@60;V
+snapjack;"Snap Jack";240x196@60;H
+snapper;"Snapper (Korea)";320x224@60;H
+sngkace;"Sengoku Ace (Japan, set 1)";320x224@59;V
+sngkacea;"Sengoku Ace (Japan, set 2)";320x224@59;V
+snowboar;"Snow Board Championship (Version 2.1)";384x240@60;H
+snowboara;"Snow Board Championship (Version 2.0)";384x240@60;H
+snowbro2;"Snow Bros. 2 - with new elves";320x240@60;H
+snowbro3;"Snow Brothers 3 - Magical Adventure";256x224@60;H
+snowbros;"Snow Bros. - Nick & Tom (Jpn) - Snow Bros. - Nick & Tom (set 1)";256x224@58;H
+snowbrosa;"Snow Bros. - Nick & Tom (set 2)";256x224@58;H
+snowbrosb;"Snow Bros. - Nick & Tom (set 3)";256x224@58;H
+snowbrosc;"Snow Bros. - Nick & Tom (set 4)";256x224@58;H
+snowbrosd;"Snow Bros. - Nick & Tom (Dooyong license)";256x224@58;H
+snowbrosj;"Snow Bros. - Nick & Tom (Japan)";256x224@58;H
+snowbroswb;"Snow Bros. - Nick & Tom (The Winter Bobble hardware bo";256x224@58;H
+socbrawl;"Soccer Brawl (NGM-031)";304x224@59;H
+socbrawlh;"Soccer Brawl (NGH-031)";304x224@59;H
+sokonuke;"Sokonuke Taisen Game (Japan)";320x240@60;H
+soldam;"Soldam";256x224@60;H
+soldamj;"Soldam (Japan)";256x224@60;H
+soldivid;"Sol Divide - The Sword Of Darkness";320x224@60;H
+soldividk;"Sol Divide - The Sword Of Darkness (Korea)";320x224@60;H
+solfigtr;"Solitary Fighter (World)";320x224@60;H
+solomon;"Solomon no Kagi - Oujo Rihita no Namida (Jpn) - Solomon's Key (US)";256x224@60;H
+solomonj;"Solomon's Key (Japan)";256x224@60;H
+solrwarr;"Solar-Warrior (US)";256x240@60;H
+sonicbom;"Sonic Boom (FD1094 317-0053)";320x224@60;V
+sonicbomd;"Sonic Boom (FD1094 317-0053 decrypted)";320x224@60;V
+sonicwi;"Sonic Wings (Japan)";320x224@60;V
+sonicwi2;"Aero Fighters 2 / Sonic Wings 2";320x224@59;H
+sonicwi3;"Aero Fighters 3 / Sonic Wings 3";320x224@59;H
+sonofphx;"Son of Phoenix";288x224@60;V
+sonson;"Son Son";240x240@60;H
+sonsonj;"Son Son (Japan)";240x240@60;H
+sos;"Aqua Polis SOS (Jpn) - Fever SOS (International, ver. 98/09/25) - Megalopolis SOS (Jpn) - S.O.S Lagoa Poluida (Bra) - SOS - Stop the Express. Bousou Tokkyuu SOS (Jpn)";272x224@60;V
+sotsugyo;"Sotsugyo Shousho";320x240@58;H
+soukobdx;"Souko Ban Deluxe (Japan, SB1)";288x224@60;H
+spacbat2;"Space Battle (bootleg set 2)";256x224@60;V
+spacbatt;"Space Battle (bootleg set 1)";256x224@60;V
+spacecho;"Space Echo (set 1)";256x256@60;V
+spacecho2;"Space Echo (set 2)";256x256@60;V
+spacedx;"Space Invaders DX (US, v2.1)";320x224@60;H
+spacedxj;"Space Invaders DX (Japan, v2.1)";320x224@60;H
+spacedxo;"Space Invaders DX (Japan, v2.0)";320x224@60;H
+spacegun;"Space Gun (Euro) - Space Gun (World)";320x240@60;H
+spacegunj;"Space Gun (Japan)";320x240@60;H
+spacegunu;"Space Gun (US)";320x240@60;H
+spacempr;"Space Empire (bootleg)";256x224@60;V
+spaceplt;"Space Pilot";256x224@60;V
+spang;"Cross Pang - Super Pang (World 900914)";384x240@60;H
+spangj;"Super Pang (Japan 901023)";384x240@60;H
+sparkman;"Spark Man (v2.0, set 1)";256x224@60;H
+spartanx;"Spartan X (Japan)";256x256@60;H
+spatter;"Spatter";240x224@60;H
+spcdrag;"Space Dragon (Moon Cresta bootleg, set 1)";256x224@60;V
+spcdraga;"Space Dragon (Moon Cresta bootleg, set 2)";256x224@60;V
+spcinv95;"Space Invaders '95: The Attack Of Lunar Loonies (Ver 2";320x224@60;V
+spcinv95u;"Space Invaders '95: The Attack Of Lunar Loonies (Ver 2";320x224@60;V
+spcinvdj;"Space Invaders DX (Ver 2.6J 1994/09/14) (F3 Version)";320x232@60;H
+spcpostn;"Space Position (Japan)";256x240@60;V
+spctbird;"Space Thunderbird";256x224@60;V
+spdcoin;"Speed Coin (prototype)";256x224@60;V
+speakres;"Speak & Rescue";256x256@60;V
+speakresb;"Speak & Rescue (bootleg)";256x256@60;V
+spec2k;"Spectrum 2000 (vertical)";256x224@56;V
+spec2kh;"Spectrum 2000 (horizontal, buggy) (Europe)";256x224@56;H
+speedspn;"Speed Spin";384x240@60;H
+spelunk2;"Spelunker II - 23 no Kagi (Japan)";384x256@60;H
+spelunkr;"Spelunker - Spelunker (Jpn)";384x256@60;H
+spelunkrj;"Spelunker (Japan)";384x256@60;H
+spf2t;"Super Puzzle Fighter II Turbo (Super Puzzle Fighter 2";384x224@60;H
+spf2ta;"Super Puzzle Fighter II Turbo (Super Puzzle Fighter 2";384x224@60;H
+spf2td;"Super Puzzle Fighter II Turbo (Super Puzzle Fighter 2";384x224@60;H
+spf2th;"Super Puzzle Fighter II Turbo (Super Puzzle Fighter 2";384x224@60;H
+spf2tu;"Super Puzzle Fighter II Turbo (Super Puzzle Fighter 2";384x224@60;H
+spf2xj;"Super Puzzle Fighter II X (Super Puzzle Fighter 2 X 96";384x224@60;H
+spf2xjd;"Super Puzzle Fighter II X (Super Puzzle Fighter 2 X 96";384x224@60;H
+spidermi;"Spiderman (Intro demo)";304x224@59;H
+spinlbrk;"Spinal Breakers (World)";352x240@60;H
+spinlbrkj;"Spinal Breakers (Japan)";352x240@60;H
+spinlbrku;"Spinal Breakers (US)";352x240@60;H
+spinmast;"Spin Master / Miracle Adventure";304x224@59;H
+splatter;"Splatter House (World, new version (SH3))";288x224@60;H
+splatter2;"Splatter House (World, old version (SH2))";288x224@60;H
+splatterj;"Splatter House (Japan, SH1)";288x224@60;H
+spnchout;"Super Punch-Out!! (Rev B)";448x256@60;V
+spnchouta;"Super Punch-Out!! (Rev A)";448x256@60;V
+spnchoutj;"Super Punch-Out!! (Japan)";448x256@60;V
+sprglbpg;"Super Glob (Pac-Man hardware) German";288x224@60;V
+sprglobp;"Super Glob (Pac-Man hardware)";288x224@60;V
+springer;"Springer";256x224@60;V
+spy;"Future Spy - S.P.Y. - Special Project Y (World ver. N) - Sly Spy (US revision 4) - Spy vs. Spy (Euro, USA, Bra) - The Super Spy (NGM-011)(NGH-011)";304x216@60;H
+spyu;"S.P.Y. - Special Project Y (US ver. M)";304x216@60;H
+sqbert;"Faster, Harder, More Challenging Q*bert (prototype)";256x240@60;V
+squash;"Squash (Ver. 1.0)";320x240@60;H
+sraider;"Space Raider";240x192@60;V
+sranger;"Super Ranger (v2.0)";256x224@60;H
+srdarwin;"Super Real Darwin (World)";256x240@58;V
+srdarwinj;"Super Real Darwin (Japan)";256x240@58;V
+srdmissn;"S.R.D. Mission";288x224@60;V
+srmp4;"Super Real Mahjong PIV (Japan)";336x240@60;H
+srmp4o;"Super Real Mahjong PIV (Japan, older set)";336x240@60;H
+srmp7;"Super Real Mahjong P7 (Japan)";336x239@60;H
+srumbler;"The Speed Rumbler (set 1)";352x240@60;V
+srumbler2;"The Speed Rumbler (set 2)";352x240@60;V
+srumbler3;"The Speed Rumbler (set 3)";352x240@60;V
+ssanchan;"Sanrin San Chan (Japan)";240x224@60;H
+sscandal;"Seishun Scandal (315-5132, Japan)";256x224@60;H
+ssf2;"Super Street Fighter II - The New Challengers (Euro) - Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2a;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2ar1;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2d;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2h;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2j;"Super Street Fighter II - The New Challengers (Jpn) - Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2jr1;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2jr2;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2r1;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2t;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2ta;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2tad;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2tb;"Super Street Fighter II - the tournament battle (93111";384x224@60;H
+ssf2tba;"Super Street Fighter II - the tournament battle (93100";384x224@60;H
+ssf2tbd;"Super Street Fighter II - the tournament battle (93111";384x224@60;H
+ssf2tbh;"Super Street Fighter II - the tournament battle (93100";384x224@60;H
+ssf2tbj;"Super Street Fighter II - the tournament battle (93100";384x224@60;H
+ssf2tbj1;"Super Street Fighter II - the tournament battle (93091";384x224@60;H
+ssf2tbr1;"Super Street Fighter II - the tournament battle (93091";384x224@60;H
+ssf2td;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2th;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2tu;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2tur1;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2u;"Super Street Fighter II - the new challengers (super s - Super Street Fighter II - The New Challengers (USA)";384x224@60;H
+ssf2ud;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2xj;"Super Street Fighter II X - grand master challenge (su";384x224@60;H
+ssf2xjr1;"Super Street Fighter II X - grand master challenge (su";384x224@60;H
+ssf2xjr1d;"Super Street Fighter II X - grand master challenge (su";384x224@60;H
+ssf2xjr1r;"Super Street Fighter II X - grand master challenge (su";384x224@60;H
+ssi;"Andre Agassi Tennis (Euro) - Andre Agassi Tennis (Euro, Bra) - Andre Agassi Tennis (USA) - Super Space Invaders '91 (World)";320x224@60;V
+ssideki;"Super Sidekicks / Tokuten Ou";304x224@59;H
+ssideki2;"Super Sidekicks 2 - The World Championship / Tokuten O";320x224@59;H
+ssideki3;"Super Sidekicks 3 - The Next Glory / Tokuten Ou 3 - ei";320x224@59;H
+ssideki4;"The Ultimate 11 - The SNK Football Championship / Toku";320x224@59;H
+ssmissin;"S.S. Mission";256x224@56;V
+ssoldier;"Superior Soldiers (US)";320x240@60;H
+ssozumo;"Syusse Oozumou (Japan)";256x240@60;V
+ssprint;"Super Sprint (Atari System 2)";512x384@60;H
+ssriders;"Sunset Riders (4 Players ver. EAC) - Sunset Riders (Euro)";288x224@60;H
+ssridersabd;"Sunset Riders (2 Players ver. ABD)";288x224@60;H
+ssridersadd;"Sunset Riders (4 Players ver. ADD)";288x224@60;H
+ssriderseaa;"Sunset Riders (4 Players ver. EAA)";288x224@60;H
+ssridersebc;"Sunset Riders (2 Players ver. EBC)";288x224@60;H
+ssridersebd;"Sunset Riders (2 Players ver. EBD)";288x224@60;H
+ssridersjac;"Sunset Riders (4 Players ver. JAC)";288x224@60;H
+ssridersjad;"Sunset Riders (4 Players ver. JAD)";288x224@60;H
+ssridersjbd;"Sunset Riders (2 Players ver. JBD)";288x224@60;H
+ssridersuab;"Sunset Riders (4 Players ver. UAB)";288x224@60;H
+ssridersuac;"Sunset Riders (4 Players ver. UAC)";288x224@60;H
+ssridersubc;"Sunset Riders (2 Players ver. UBC)";288x224@60;H
+ssridersuda;"Sunset Riders (4 Players ver. UDA)";288x224@60;H
+sstarcrs;"Super Star Crest";256x224@60;V
+sstingry;"Super Stingray (Japan)";256x224@60;V
+sstriker;"Sorcer Striker (World)";320x240@60;V
+sstrikera;"Sorcer Striker (World, alt)";320x240@60;V
+stagger1;"Stagger I (Japan)";256x224@56;V
+stakwin;"Stakes Winner / Stakes Winner - GI kinzen seiha e no m";320x224@59;H
+stakwin2;"Stakes Winner 2";320x224@59;H
+starfght;"Star Fighter";256x224@60;V
+starfgmc;"Star Fighter (Moon Cresta bootleg)";256x224@60;V
+starfigh;"Star Fighter (v1)";256x224@60;V
+starjack;"Star Jacker (Euro, Jpn, v1.2) - Star Jacker (Sega)";240x224@60;V
+starjacks;"Star Jacker (Stern)";240x224@60;V
+stdragon;"Saint Dragon (set 1)";256x224@60;H
+stdragona;"Saint Dragon (set 2)";256x224@60;H
+stdragonb;"Saint Dragon (bootleg)";256x224@60;H
+stera;"Steraranger (Moon Cresta bootleg)";256x224@60;V
+stg;"Juno First (Gottlieb) - Moon Cresta (Gremlin) - Strike Gunner S.T.G";384x240@60;V
+stinger;"Stinger";256x224@60;V
+stinger2;"Stinger (prototype?)";256x224@60;V
+stlforce;"Steel Force";368x240@58;H
+stmblade;"Storm Blade (US)";352x240@60;V
+stmbladej;"Storm Blade (Japan)";352x240@60;V
+strahl;"Koutetsu Yousai Strahl (Japan set 1)";256x224@56;H
+strahla;"Koutetsu Yousai Strahl (Japan set 2)";256x224@56;H
+stratgys;"Strategy X (Stern)";256x224@60;H
+stratgyx;"Strategy X";256x224@60;H
+stratof;"Raiga - Strato Fighter (US)";256x224@60;H
+stratvox;"Stratovox";256x256@60;V
+stratvoxb;"Stratovox (bootleg)";256x256@60;V
+streakng;"Streaking (set 1)";256x224@60;V
+streaknga;"Streaking (set 2)";256x224@60;V
+streetsm;"Street Smart (US version 2)";256x224@60;H
+streetsm1;"Street Smart (US version 1)";256x224@60;H
+streetsmj;"Street Smart (Japan version 1)";256x224@60;H
+streetsmw;"Street Smart (World version 1)";256x224@60;H
+strfbomb;"Strafe Bomb";256x224@60;V
+strhoop;"Street Hoop / Street Slam / Dunk Dream (DEM-004) (DEH-";304x224@59;H
+strider;"Strider (Euro, USA) - Strider (Euro, USA, Bra, Kor) - Strider (US set 1)";384x224@60;H
+striderj;"Strider Hiryu (Japan) - Strider Hiryuu (Jpn, Kor)";384x224@60;H
+striderjr;"Strider Hiryu (Japan Resale Ver.)";384x224@60;H
+striderua;"Strider (US set 2)";384x224@60;H
+strideruc;"Strider (US, Street Fighter II conversion)";384x224@60;H
+striv;"Super Triv";256x224@60;V
+striv2;"Super Triv (set 2)";256x224@60;V
+strkfgtr;"Strike Fighter (World)";320x224@60;H
+strkfgtrj;"Strike Fighter (Japan)";320x224@60;H
+strongx;"Strong X";256x224@60;H
+sub;"688 Attack Sub (Euro, USA) - N-Sub (Euro?) - Submarine (Sigma)";256x224@60;V
+sucasino;"Super Casino";256x224@60;V
+sunaq;"SunA Quiz 6000 Academy (940620-6)";256x224@60;H
+supbtime;"Super Burger Time (World, set 1)";320x240@58;H
+supbtimea;"Super Burger Time (World, set 2)";320x240@58;H
+supbtimej;"Super Burger Time (Japan)";320x240@58;H
+superbar;"Super Bar";384x240@60;V
+superbon;"Agent Super Bond (scobra hardware)";256x224@60;V
+superchs;"Super Chase - Criminal Termination (World)";320x240@60;H
+superchsj;"Super Chase - Criminal Termination (Japan)";320x240@60;H
+superchsu;"Super Chase - Criminal Termination (US)";320x240@60;H
+superg;"Super Galaxians (galaxiaj hack)";256x224@60;V
+superman;"Superman (World) - Superman - The Man of Steel (Euro) - Superman - The Man of Steel (Euro) - Superman - The Man of Steel (Euro, Bra)";384x240@60;H
+supermanj;"Superman (Japan)";384x240@60;H
+supermanu;"Superman (US) - Superman (USA)";384x240@60;H
+superpac;"Super Pac-Man";288x224@60;V
+superpacm;"Super Pac-Man (Midway)";288x224@60;V
+superspy;"The Super Spy (NGM-011)(NGH-011)";304x224@59;H
+superten;"Super Ten V8.3";400x256@60;H
+superx;"Super-X (NTC)";384x240@60;V
+superxm;"Super-X (Mitchell)";384x240@60;V
+supmodel;"Super Model";256x224@60;V
+suprglob;"Super Glob";272x236@60;V
+suprheli;"Super Heli (Super Cobra bootleg)";256x224@60;V
+suprleag;"Super League (Euro) - Super League (FD1094 317-0045)";320x224@60;H
+suprloco;"Super Locomotive (Rev.A)";240x224@60;H
+suprlocoo;"Super Locomotive";240x224@60;H
+suprridr;"Super Rider";256x224@60;V
+suprtrio;"Super Trio";320x240@60;H
+suratk;"Surprise Attack (World ver. K)";304x224@60;H
+suratka;"Surprise Attack (Asia ver. L)";304x224@60;H
+suratkj;"Surprise Attack (Japan ver. M)";304x224@60;H
+survarts;"Survival Arts (World)";336x240@60;H
+survartsj;"Survival Arts (Japan)";336x240@60;H
+survartsu;"Survival Arts (USA)";336x240@60;H
+svc;"SNK vs. Capcom - SVC Chaos (NGM-2690)(NGH-2690)";304x224@59;H
+svcboot;"SNK vs. Capcom - SVC Chaos (bootleg)";304x224@59;H
+svcpcb;"SNK vs. Capcom - SVC Chaos (JAMMA PCB, set 1)";304x224@59;H
+svcpcba;"SNK vs. Capcom - SVC Chaos (JAMMA PCB, set 2)";304x224@59;H
+svcplus;"SNK vs. Capcom - SVC Chaos Plus (bootleg set 1)";304x224@59;H
+svcplusa;"SNK vs. Capcom - SVC Chaos Plus (bootleg set 2)";304x224@59;H
+svcsplus;"SNK vs. Capcom - SVC Chaos Super Plus (bootleg)";304x224@59;H
+svg;"S.V.G. - Spectral vs Generation (V200, China)";448x224@60;H
+svgpcb;"S.V.G. - Spectral vs Generation (V100, Japan, Single P";448x224@60;H
+svolley;"Super Volley Ball (USA) - Super Volleyball - Super Volleyball - Super Volleyball (Japan)";288x216@60;H
+svolleyk;"Super Volleyball (Korea)";288x216@60;H
+svolleyu;"Super Volleyball (US)";288x216@60;H
+svolly91;"Super Volley '91 (Japan)";356x240@60;H
+swarm;"Swarm (bootleg?)";256x224@60;V
+swat;"E-Swat - Cyber Police (set 4, World, FD1094 317-0130) - ESWAT - City Under Siege (Euro, USA, Rev. A) - SWAT (315-5048)";256x224@60;V
+swatpolc;"SWAT Police";320x240@60;H
+swimmer;"Swimmer (set 1)";256x224@60;H
+sws;"Super World Stadium (Japan)";288x224@60;H
+sws92;"Super World Stadium '92 (Japan)";288x224@60;H
+sws92g;"Super World Stadium '92 Gekitouban (Japan)";288x224@60;H
+sws93;"Super World Stadium '93 (Japan)";288x224@60;H
+sxyreac2;"Pachinko Sexy Reaction 2 (Japan)";336x240@60;H
+sxyreact;"Pachinko Sexy Reaction (Japan)";338x240@60;H
+syscheck;"Neo System Check (ver 1.0b)";304x224@59;H
+syvalion;"Syvalion (Japan)";512x400@60;H
+syvalionp;"Syvalion (World, prototype)";512x400@60;H
+szaxxon;"Super Zaxxon";256x224@60;V
+tactcian;"Tactician (set 1)";288x224@60;V
+tactcian2;"Tactician (set 2)";288x224@60;V
+tail2nos;"Tail to Nose - Great Championship";320x240@60;V
+tangtang;"Tang Tang (ver. 0526, 26/05/2000)";320x240@60;H
+tankfrce;"Tank Force (US, 2 Players)";288x224@60;H
+tankfrce4;"Tank Force (US, 4 Players)";288x224@60;H
+tankfrcej;"Tank Force (Japan)";288x224@60;H
+taotaido;"Tao Taido (set 1)";320x224@60;H
+taotaidoa;"Tao Taido (set 2)";320x224@60;H
+tazmani2;"Tazz-Mania (set 2)";256x224@60;V
+tazmania;"Taz-Mania (Euro, Bra) - Taz-Mania (World) - Taz-Mania - The Search for the Lost Seabirds (Euro, US - Tazz-Mania (set 1)";256x224@60;V
+tazzmang;"Tazz-Mania (bootleg on Galaxian hardware)";256x224@60;V
+tazzmang2;"Tazz-Mania (bootleg on Galaxian hardware with Starfiel";256x224@60;V
+tbowl;"Tecmo Bowl (World?)";224x512@60;V
+tbowlj;"Tecmo Bowl (Japan)";224x512@60;V
+tcobra2;"Twin Cobra II (Ver 2.1O 1995/11/30)";320x232@60;V
+tcobra2u;"Twin Cobra II (Ver 2.1A 1995/11/30)";320x232@60;V
+tdpgal;"Triple Draw Poker";256x224@60;V
+tdragon;"Saint Dragon (set 1) - Thunder Dragon (9th Jan. 1992)";256x224@56;V
+tdragon1;"Thunder Dragon (4th Jun. 1991)";256x224@56;V
+tdragon2;"Thunder Dragon 2 (9th Nov. 1993)";384x224@56;V
+tdragon2a;"Thunder Dragon 2 (1st Oct. 1993)";384x224@56;V
+tdragonb;"Saint Dragon (bootleg) - Thunder Dragon (bootleg)";256x224@56;V
+teddybb;"TeddyBoy Blues (315-5115, New Ver.)";256x224@60;H
+teddybbo;"TeddyBoy Blues (315-5115, Old Ver.)";256x224@60;H
+teddybbobl;"TeddyBoy Blues (bootleg)";256x224@60;H
+tekipaki;"Teki Paki";320x240@60;H
+teljan;"Tel Jan";320x240@60;H
+tengai;"Tengai (world)";320x224@59;H
+tengaij;"Tengai0Sengoku Blade - sengoku ace episode II";320x224@59;H
+terracre;"Terra Cresta (YM3526 set 1)";256x224@60;V
+terracrea;"Terra Cresta (YM3526 set 3)";256x224@60;V
+terracren;"Terra Cresta (YM2203)";256x224@60;V
+terracreo;"Terra Cresta (YM3526 set 2)";256x224@60;V
+terraf;"Terra Force";320x240@57;H
+terrafb;"Terra Force (Japan, bootleg set 2)";320x240@60;H
+terrafj;"Terra Force (Japan)";320x240@57;H
+terrafjb;"Terra Force (Japan, bootleg with additional Z80)";320x240@60;H
+terrafu;"Terra Force (US)";320x240@57;H
+tetrbx;"Tetris / Bloxeed (Korean System 16 bootleg) (ISG Selec";320x224@60;H
+tetris;"FA Tetris (Kor) - FA Tetris (Kor) - Super Tetris (Kor, SMS Mode?) - Tetris (Jpn) - Tetris (Kor) - Tetris (set 1) - Tetris (set 4, Japan, System 16A, FD1094 317-0093)";320x224@60;H
+tetris1;"Tetris (Pirate?) - Tetris (set 1, Japan, System 16B, FD1094 317-0091)";320x224@60;H
+tetris1d;"Tetris (set 1, Japan, System 16B, FD1094 317-0091 decr";320x224@60;H
+tetris2;"Tetris (set 2, Japan, System 16B, FD1094 317-0092) - Tetris II (Kor)";320x224@60;H
+tetris2d;"Tetris (set 2, Japan, System 16B, FD1094 317-0092 decr";320x224@60;H
+tetris3;"Tetris (set 3, Japan, System 16A, FD1094 317-0093a)";320x224@60;H
+tetris3d;"Tetris (set 3, Japan, System 16A, FD1094 317-0093a dec";320x224@60;H
+tetrisbl;"Tetris (bootleg)";320x224@60;H
+tetrisd;"Tetris (set 4, Japan, System 16A, FD1094 317-0093 decr";320x224@60;H
+tetrisp2;"Tetris Plus 2 (World)";320x224@60;H
+tetrisp2j;"Tetris Plus 2 (Japan, V2.2)";320x224@60;H
+tetrisp2ja;"Tetris Plus 2 (Japan, V2.1)";320x224@60;H
+tetrisse;"Tetris (Japan, System E)";256x192@60;H
+tetrist;"Tetris (Japan, B-System, YM2610)";320x224@60;H
+tetrista;"Tetris (Japan, B-System, YM2203)";320x224@60;H
+tetristh;"Tetris (Japan, Taito H-System)";320x224@60;H
+tetrsark;"Tetris (D.R. Korea)";256x224@60;H
+tgm2;"Tetris the Absolute The Grand Master 2";320x240@60;H
+tgm2p;"Tetris the Absolute The Grand Master 2 Plus";320x240@60;H
+tharrier;"Task Force Harrier";256x224@56;V
+tharrieru;"Task Force Harrier (US?)";256x224@56;V
+thedeep;"The Deep (Japan)";256x248@60;V
+theend;"The End";256x224@60;V
+theends;"The End (Stern)";256x224@60;V
+theglad;"The Gladiator - Road Of The Sword / Shen Jian (V101)";448x224@60;H
+theglad100;"The Gladiator - Road Of The Sword / Shen Jian (V100, T";448x224@60;H
+theglad101;"The Gladiator - Road Of The Sword / Shen Jian (V100)";448x224@60;H
+thegladpcb;"The Gladiator - Road Of The Sword / Shen Jian (V100, J";448x224@60;H
+theglob;"The Glob";272x236@60;V
+theglob2;"The Glob (earlier)";272x236@60;V
+theglob3;"The Glob (set 3)";272x236@60;V
+theglobp;"The Glob (Pac-Man hardware)";288x224@60;V
+thehustl;"The Hustler (Japan, program code M)";256x224@60;V
+thehustlj;"The Hustler (Japan, program code J)";256x224@60;V
+thepitm;"The Pit (bootleg on Moon Quasar hardware)";256x224@60;V
+theroes;"Thunder Heroes";320x224@58;H
+thetogyu;"The Togyu (315-5065, Japan)";256x224@60;H
+thndblst;"Thunder Blaster (Japan)";320x240@60;V
+thndrbld;"Thunder Blade (upright, FD1094 317-0056)";320x224@60;H
+thndrbld1;"Thunder Blade (deluxe/standing, unprotected)";320x224@60;H
+thndrbldd;"Thunder Blade (upright, FD1094 317-0056 decrypted)";320x224@60;H
+thndrx2;"Thunder Cross II (World)";288x224@60;H
+thndrx2a;"Thunder Cross II (Asia)";288x224@60;H
+thndrx2j;"Thunder Cross II (Japan)";288x224@60;H
+thndzone;"Thunder Zone (World, Rev 1)";320x240@60;H
+thndzone4;"Thunder Zone (World 4 Players)";320x240@60;H
+thndzonea;"Thunder Zone (World)";320x240@60;H
+thndzonej;"Thunder Zone (Japan)";320x240@60;H
+thoop;"Thunder Hoop (Ver. 1)";320x240@60;H
+thunderl;"Thunder & Lightning";384x240@60;V
+thunderx;"Thunder Cross (set 1)";288x224@60;H
+thunderxa;"Thunder Cross (set 2)";288x224@60;H
+thunderxb;"Thunder Cross (set 3)";288x224@60;H
+thunderxj;"Thunder Cross (Japan)";288x224@60;H
+thundfox;"Thunder Fox (World)";320x224@60;H
+thundfoxj;"Thunder Fox (Japan)";320x224@60;H
+thundfoxu;"Thunder Fox (US)";320x224@60;H
+tigerh;"Tiger Heli (US)";280x240@60;V
+tigerhb1;"Tiger Heli (bootleg, set 1)";280x240@60;V
+tigerhb2;"Tiger Heli (bootleg, set 2)";280x240@60;V
+tigerhb3;"Tiger Heli (bootleg, set 3)";280x240@60;V
+tigerhj;"Tiger Heli (Japan)";280x240@60;V
+tigeroad;"Tiger Road (US)";256x224@60;H
+tigeroadb;"Tiger Road (US bootleg, set 1)";256x224@60;H
+tigeroadb2;"Tiger Road (US bootleg, set 2)";256x224@60;H
+tigeroadu;"Tiger Road (US, Romstar license)";256x224@60;H
+timefgtr;"Time Fighter (Time Pilot conversion on Galaxian hardwa";256x224@60;V
+timelimt;"Time Limit";256x224@60;V
+timeplt;"Time Pilot - Time Pilot - Time Pilot (Jpn)";256x224@60;V
+timeplta;"Time Pilot (Atari) - Time Pilot (Jpn, Alt)";256x224@60;V
+timepltc;"Time Pilot (Centuri)";256x224@60;V
+timescan;"Time Scanner (set 2, System 16B)";320x224@60;V
+timescan1;"Time Scanner (set 1, System 16A, FD1089B 317-0024)";320x224@60;V
+timesold;"Time Soldiers (Euro, USA, Bra) - Time Soldiers (US Rev 3)";256x224@60;V
+timesold1;"Time Soldiers (US Rev 1)";256x224@60;V
+timesupd;"Time's Up Demo";304x224@59;H
+tiptop;"Tip Top";256x224@60;V
+tkdensho;"Toukidenshou - Angel Eyes (VER. 960614)";320x240@57;H
+tkdenshoa;"Toukidenshou - Angel Eyes (VER. 960427)";320x240@57;H
+tknight;"Tecmo Knight";256x224@60;H
+tmht;"Teenage Mutant Hero Turtles (UK 4 Players, version F)";304x224@60;H
+tmht22pe;"Teenage Mutant Hero Turtles - Turtles in Time (2 Playe";288x224@60;H
+tmht24pe;"Teenage Mutant Hero Turtles - Turtles in Time (4 Playe";288x224@60;H
+tmht2p;"Teenage Mutant Hero Turtles (UK 2 Players, version U)";304x224@60;H
+tmht2pa;"Teenage Mutant Hero Turtles (UK 2 Players, version ?)";304x224@60;H
+tmhta;"Teenage Mutant Hero Turtles (UK 4 Players, version S)";304x224@60;H
+tmhtb;"Teenage Mutant Hero Turtles (UK 4 Players, version ?)";304x224@60;H
+tmnt;"Streets of Rage 2 - Teenage Mutant Ninja Turtles (Hack - Teenage Mutant Ninja Turtles (World 4 Players, version";304x224@60;H
+tmnt2;"Teenage Mutant Ninja Turtles - Turtles in Time (4 Play";288x224@60;H
+tmnt22pu;"Teenage Mutant Ninja Turtles - Turtles in Time (2 Play";288x224@60;H
+tmnt2a;"Teenage Mutant Ninja Turtles - Turtles in Time (4 Play";288x224@60;H
+tmnt2pj;"Teenage Mutant Ninja Turtles (Japan 2 Players, version";304x224@60;H
+tmnt2po;"Teenage Mutant Ninja Turtles (Oceania 2 Players, versi";304x224@60;H
+tmnta;"Teenage Mutant Ninja Turtles (Asia 4 Players, version";304x224@60;H
+tmnti;"Teenage Mutant Ninja Turtles (Intro demo)";304x224@59;H
+tmntia;"Teenage Mutant Ninja Turtles (Intro demo, alt)";304x224@59;H
+tmntj;"Teenage Mutant Ninja Turtles (Japan 4 Players, version";304x224@60;H
+tmntu;"Teenage Mutant Ninja Turtles (US 4 Players, version R)";304x224@60;H
+tmntua;"Teenage Mutant Ninja Turtles (US 4 Players, version J)";304x224@60;H
+tmntub;"Teenage Mutant Ninja Turtles (US 4 Players, version H)";304x224@60;H
+tndrcade;"Thundercade / Twin Formation";384x224@60;V
+tndrcadej;"Tokusyu Butai U.A.G. (Japan)";384x224@60;V
+tnextspc;"The Next Space (set 1)";256x224@60;V
+tnextspc2;"The Next Space (set 2)";256x224@60;V
+tnextspcj;"The Next Space (Japan)";256x224@60;V
+tnk3;"T.N.K III (US)";288x224@60;V
+tnk3j;"T.A.N.K (Japan)";288x224@60;V
+tnzs;"The New Zealand Story - The New Zealand Story (Euro) - The New Zealand Story (Jpn) - The NewZealand Story (World, newer)";256x224@60;H
+tnzsj;"The NewZealand Story (Japan, new version, newer PCB)";256x224@60;H
+tnzsjo;"The NewZealand Story (Japan, old version) (older PCB)";256x224@60;H
+tnzso;"The NewZealand Story (World, old version) (older PCB)";256x224@60;H
+tnzsoa;"The NewZealand Story (World, unknown version) (older P";256x224@60;H
+tnzsop;"The NewZealand Story (World, prototype) (older PCB)";256x224@60;H
+tnzsuo;"The NewZealand Story (US, old version) (older PCB)";256x224@60;H
+todruaga;"The Tower of Druaga (New Ver.)";288x224@60;V
+todruagao;"The Tower of Druaga (Old Ver.)";288x224@60;V
+todruagas;"The Tower of Druaga (Sidam)";288x224@60;V
+toki;"Toki (World, set 1) - Toki - Going Ape Spit ~ JuJu Densetsu (World, Rev. A)";256x224@60;H
+tokia;"Toki (World, set 2)";256x224@60;H
+tokib;"Toki (bootleg)";256x224@60;H
+tokiob;"Tokio / Scramble Formation (bootleg)";256x224@60;V
+tokip;"Toki (US, prototype?)";256x224@60;H
+tokisens;"Toki no Senshi - Chrono Soldier";256x224@60;V
+tokiu;"Toki (US, set 1)";256x224@60;H
+tokiua;"Toki (US, set 2)";256x224@60;H
+toobin;"Toobin' (Atari 68k based)";512x384@60;V
+topgunbl;"Top Gunner (bootleg, Rotary Joystick)";240x224@60;V
+topgunr;"Top Gunner (US, 8-way Joystick)";240x224@60;V
+tophuntr;"Top Hunter - Roddy & Cathy (NGM-046)";320x224@59;H
+tophuntrh;"Top Hunter - Roddy & Cathy (NGH-046)";320x224@59;H
+toppyrap;"Toppy & Rappy";256x224@58;H
+topsecrt;"Top Secret (Japan)";256x224@60;H
+topspeed;"Top Speed (World)";320x240@60;H
+topspeedu;"Top Speed (US)";320x240@60;H
+toramich;"Tora e no Michi - Tora e no Michi (Japan)";256x224@60;H
+toride2g;"Toride II Adauchi Gaiden";320x224@60;H
+toride2gg;"Toride II Adauchi Gaiden (German)";320x224@60;H
+toride2gk;"Toride II Bok Su Oi Jeon Adauchi Gaiden (Korea)";320x224@60;H
+toride2j;"Toride II (Japan)";320x224@60;H
+toryumon;"Toryumon";320x224@60;H
+totc;"Treasure of the Caribbean";304x224@59;H
+toto;"Come Back Toto";256x224@58;H
+touchgok;"Touch & Go (Korea, unprotected)";480x240@60;H
+toutrun;"Turbo Out Run (Out Run upgrade, FD1094 317-0118) - Turbo OutRun (Euro, Jpn)";320x224@60;H
+toutrun1;"Turbo Out Run (deluxe cockpit, FD1094 317-0109)";320x224@60;H
+toutrun3;"Turbo Out Run (cockpit, FD1094 317-0107)";320x224@60;H
+toutrun3d;"Turbo Out Run (cockpit, FD1094 317-0107 decrypted)";320x224@60;H
+toutrund;"Turbo Out Run (Out Run upgrade, FD1094 317-0118 decryp";320x224@60;H
+toutrunj;"Turbo Out Run (Japan, Out Run upgrade, FD1094 317-0117";320x224@60;H
+toutrunj1;"Turbo Out Run (Japan, deluxe cockpit, FD1094 317-0101)";320x224@60;H
+toutrunj1d;"Turbo Out Run (Japan, deluxe cockpit, FD1094 317-0101";320x224@60;H
+toutrunjd;"Turbo Out Run (Japan, Out Run upgrade, FD1094 317-0117";320x224@60;H
+toypop;"Toypop";288x224@60;H
+tp84;"Time Pilot '84 (set 1)";256x224@60;V
+tp84a;"Time Pilot '84 (set 2)";256x224@60;V
+tp84b;"Time Pilot '84 (set 3)";256x224@60;V
+tpgolf;"Top Player's Golf (NGM-003)(NGH-003)";304x224@59;H
+trackfld;"Track & Field - Track & Field 1 (Euro)";256x224@60;H
+trackfldc;"Track & Field (Centuri)";256x224@60;H
+trackfldnz;"Track & Field (NZ bootleg?)";256x224@60;H
+trally;"Thrash Rally (ALM-003)(ALH-003)";320x224@59;H
+transfrm;"Transformer";256x192@60;H
+travrusa;"Traverse USA / Zippy Race";240x256@60;V
+travrusab;"Traverse USA (bootleg)";240x256@60;V
+trckydoc;"Tricky Doc (set 1)";240x224@60;H
+trckydoca;"Tricky Doc (set 2)";240x224@60;H
+treahunt;"Treasure Hunt (bootleg?)";256x224@60;V
+tricktrp;"Trick Trap (World?)";280x224@60;V
+trigon;"Trigon (Japan)";288x224@60;V
+trikitri;"Triki Triki (Lover Boy bootleg)";240x224@60;V
+triothep;"Trio The Punch - Never Forget Me... (World)";256x240@60;H
+triothepj;"Trio The Punch - Never Forget Me... (Japan)";256x240@60;H
+triplep;"Triple Punch (set 1)";256x224@60;V
+triplepa;"Triple Punch (set 2)";256x224@60;V
+triplfun;"Triple Fun";320x224@60;H
+tripool;"Tri-Pool (Casino Tech)";256x224@60;V
+tripoola;"Tri-Pool (Costal Games)";256x224@60;V
+trojan;"Trojan (US set 1)";256x240@60;H
+trojana;"Trojan (US set 2)";256x240@60;H
+trojanb;"Trojan (bootleg)";256x240@60;H
+trojanj;"Tatakai no Banka (Japan)";256x240@60;H
+trojanr;"Trojan (Romstar)";256x240@60;H
+trophyh;"Trophy Hunting - Bear & Moose V1.0";320x240@60;H
+trstar;"Top Ranking Stars (Ver 2.1O 1993/05/21) (New Version)";320x232@60;H
+trstarj;"Top Ranking Stars (Ver 2.1J 1993/05/21) (New Version)";320x232@60;H
+trstaro;"Top Ranking Stars (Ver 2.1O 1993/05/21) (Old Version)";320x232@60;H
+trstaroj;"Top Ranking Stars (Ver 2.1J 1993/05/21) (Old Version)";320x232@60;H
+truxton;"Truxton (Euro, USA) ~ Tatsujin (Jpn) - Truxton0Tatsujin";320x240@57.6;V
+truxton2;"Truxton II0Tatsujin Oh";320x240@60;V
+trvgns;"Trivia Genius";288x224@60;V
+trvmstr;"Trivia Master (set 1)";288x224@60;V
+trvmstra;"Trivia Master (set 2)";288x224@60;V
+trvmstrb;"Trivia Master (set 3)";288x224@60;V
+trvmstrc;"Trivia Master (set 4)";288x224@60;V
+tsamurai;"Samurai Nihon-Ichi (set 1)";256x224@60;V
+tsamurai2;"Samurai Nihon-Ichi (set 2)";256x224@60;V
+tsamuraih;"Samurai Nihon-Ichi (bootleg, harder)";256x224@60;V
+tshingen;"Shingen Samurai-Fighter (Japan, English)";256x224@60;H
+tshingena;"Takeda Shingen (Japan, Japanese)";256x224@60;H
+tst_galx;"Galaxian Test ROM";256x224@60;V
+ttmahjng;"T.T Mahjong";256x256@60;H
+tturf;"Tough Turf (set 2, Japan, 8751 317-0104)";320x224@60;H
+tturfu;"Tough Turf (set 1, US, 8751 317-0099)";320x224@60;H
+tubeit;"Tube-It";320x224@60;H
+tumbleb;"Tumble Pop (bootleg set 1)";320x240@58;H
+tumbleb2;"Tumble Pop (bootleg set 2)";320x240@58;H
+tumblep;"Tumble Pop (World)";320x240@58;H
+tumblepj;"Tumble Pop (Japan)";320x240@58;H
+turbofrc;"Turbo Force (World)";352x240@60;V
+turbofrcu;"Turbo Force (US)";352x240@60;V
+turfmast;"Neo Turf Masters / Big Tournament Golf";304x224@59;H
+turkhunt;"Turkey Hunting USA V1.0";320x240@60;H
+turpin;"Turpin";256x224@60;V
+turpins;"Turpin (bootleg on Scramble hardware)";256x224@60;V
+turtles;"Turtles";256x224@60;V
+turtship;"Turtle Ship (North America)";384x224@60;H
+turtshipj;"Turtle Ship (Japan)";384x224@60;H
+turtshipk;"Turtle Ship (Korea)";384x224@60;H
+turtshipkn;"Turtle Ship (Korea, 88/9)";384x224@60;H
+turtshipko;"Turtle Ship (Korea, older)";384x224@60;H
+tutankhm;"Tutankham - Tutankham";256x224@60;V
+tutankhms;"Tutankham (Stern Electronics)";256x224@60;V
+twinactn;"Twin Action";256x224@56;H
+twinadv;"Twin Adventure (World)";256x224@58;H
+twinadvk;"Twin Adventure (Korea)";256x224@58;H
+twinbee;"Detana!! Twinbee - Twin Bee (Jpn) - TwinBee (ROM version)";256x224@60;V
+twinbrat;"Twin Brats (set 1)";334x240@58;H
+twinbrata;"Twin Brats (set 2)";334x240@58;H
+twincobr;"Twin Cobra (USA) - Twin Cobra (World)";320x240@54.9;V
+twincobru;"Twin Cobra (US)";320x240@54.9;V
+twineag2;"Twin Eagle II - The Rescue Mission";336x240@60.2;V
+twineagl;"Twin Eagle - Revenge Joe's Brother";384x224@60;V
+twinfalc;"Twin Falcons";384x224@60;H
+twinhawk;"Twin Hawk (Euro) ~ Daisenpuu (Jpn) - Twin Hawk (World)";384x224@60;V
+twinhawku;"Twin Hawk (US)";384x224@60;V
+twinkle;"Twinkle";256x224@58;H
+twinqix;"Twin Qix (Ver 1.0A 1995/01/17) (Prototype)";320x224@60;H
+twinspri;"Twinkle Star Sprites";304x224@59;H
+twocrude;"Two Crude (US FT revision 1) - Two Crude Dudes (Euro)";256x240@58;H
+twocrudea;"Two Crude (US FT version)";256x240@58;H
+tws96;"Tecmo World Soccer '96";304x224@59;H
+typhoon;"Typhoon";304x224@60;V
+uballoon;"Ultra Balloon";256x224@60;H
+uccops;"Undercover Cops (World)";320x240@60;H
+uccopsar;"Undercover Cops (Alpha Renewal Version)";320x240@60;H
+uccopsj;"Undercover Cops (Japan)";320x240@60;H
+uccopsu;"Undercover Cops (US)";320x240@60;H
+uecology;"Ultimate Ecology (931203 Japan)";384x224@60;H
+ufosensi;"Ufo Senshi Yohko Chan (MC-8123, 317-0064)";256x224@60;H
+ultraman;"Ultraman (Japan) - Ultraman (Jpn) - Ultraman (Jpn)";288x224@60;H
+ultrax;"Ultra X Weapons / Ultra Keibitai";336x240@60;V
+ultraxg;"Ultra X Weapons / Ultra Keibitai (GAMEST review build)";336x240@60;V
+umanclub;"Ultraman Club - Tatakae! Ultraman Kyoudai!!";384x240@60;H
+unclepoo;"Uncle Poo";256x224@60;V
+uniwars;"UniWar S";256x224@60;V
+uniwarsa;"UniWar S (bootleg)";256x224@60;V
+unkpacg;"unknown Pac-Man gambling game";256x224@60;H
+unsquad;"U.N. Squadron (US)";384x224@60;H
+uopoko;"Puzzle Uo Poko (International, ver. 98/02/06)";320x240@58;H
+uopokoj;"Puzzle Uo Poko (Japan, ver. 98/02/06)";320x240@58;H
+upndown;"Up'n Down - Up'n Down (315-5030)";256x224@60;V
+upndownu;"Up'n Down (not encrypted)";256x224@60;V
+usclssic;"U.S. Classic";384x240@60;V
+usg182;"Games V18.2";400x256@60;H
+usg185;"Games V18.5";400x256@60;H
+usg187c;"Games V18.7C";400x256@60;H
+usg32;"Super Duper Casino (California V3.2)";400x256@60;H
+usg82;"Super Ten V8.2";400x256@60;H
+usg83x;"Super Ten V8.3X";400x256@60;H
+usgames;"Games V25.4X";400x256@60;H
+utoukond;"Ultra Toukon Densetsu (Japan)";384x224@60;H
+valkyrie;"Valkyrie No Densetsu (Japan) - Walkuere no Densetsu";288x224@60;V
+vampj;"Vampire - the night warriors (940705 Japan)";384x224@60;H
+vampja;"Vampire - the night warriors (940705 Japan, alt)";384x224@60;H
+vampjr1;"Vampire - the night warriors (940630 Japan)";384x224@60;H
+vandyke;"Vandyke (Japan)";256x224@56;V
+vandykeb;"Vandyke (bootleg with PIC16c57)";256x224@56;V
+vandykejal;"Vandyke (Jaleco, Set 1)";256x224@56;V
+vandykejal2;"Vandyke (Jaleco, Set 2)";256x224@56;V
+vangrd2;"Vanguard II";288x216@60;V
+vanvan;"Van-Van Car";256x224@60;V
+vanvanb;"Van-Van Car (set 3)";256x224@60;V
+vanvank;"Van-Van Car (Karateco)";256x224@60;V
+vaportra;"Vapor Trail - Hyper Offence Formation (World revision";256x240@58;V
+vaportra3;"Vapor Trail - Hyper Offence Formation (World revision";256x240@58;V
+vaportrau;"Vapor Trail - Hyper Offence Formation (US)";256x240@58;V
+varth;"Varth - operation thunderstorm (920714 etc)";384x224@60;V
+varthb;"Varth - operation thunderstorm (bootleg, 920612 etc)";384x224@60;V
+varthj;"Varth - operation thunderstorm (920714 Japan)";384x224@60;V
+varthjr;"Varth - operation thunderstorm (920714 Japan Resale Ve";384x224@60;V
+varthr1;"Varth - operation thunderstorm (920612 etc)";384x224@60;V
+varthu;"Varth - operation thunderstorm (920612 USA)";384x224@60;V
+vasara;"Vasara";336x240@60;V
+vasara2;"Vasara 2 (set 1)";336x240@60;V
+vasara2a;"Vasara 2 (set 2)";336x240@60;V
+vastar;"Vastar (set 1)";256x224@60;V
+vastar2;"Vastar (set 2)";256x224@60;V
+vastar3;"Vastar (set 3)";256x224@60;V
+vastar4;"Vastar (set 4)";256x224@60;V
+vautour;"Vautour (bootleg of Phoenix) (8085A CPU)";256x208@60;V
+vautourz;"Vautour (bootleg of Phoenix) (Z80 CPU)";256x208@60;V
+vautourza;"Vautour (bootleg of Phoenix) (Z80 CPU, single PROM)";256x208@60;V
+vblokbrk;"VS Block Breaker (Europe)";320x240@60;H
+vblokbrka;"VS Block Breaker (Asia)";320x240@60;H
+vendetta;"Vendetta (World, 4 Players ver. T)";304x224@60;H
+vendetta2p;"Vendetta (World, 2 Players ver. W)";304x224@60;H
+vendetta2pd;"Vendetta (Asia, 2 Players ver. D)";304x224@60;H
+vendetta2peba;"Vendetta (World, 2 Players ver. EB-A?)";304x224@60;H
+vendetta2pu;"Vendetta (Asia, 2 Players ver. U)";304x224@60;H
+vendetta2pun;"Vendetta (World, 2 Players ver. ?)";304x224@60;H
+vendettaj;"Crime Fighters 2 (Japan, 2 Players ver. P)";304x224@60;H
+vendettar;"Vendetta (US, 4 Players ver. R)";304x224@60;H
+vendettaz;"Vendetta (Asia, 4 Players ver. Z)";304x224@60;H
+venus;"Venus";256x224@60;V
+vfive;"V-Five (Japan) - V-Five (Jpn)";320x240@60;V
+vhunt2;"Vampire Hunter 2 - darkstalkers revenge (970929 Japan)";384x224@60;H
+vhunt2d;"Vampire Hunter 2 - darkstalkers revenge (970913 Japan";384x224@60;H
+vhunt2r1;"Vampire Hunter 2 - darkstalkers revenge (970913 Japan)";384x224@60;H
+vhuntj;"Vampire Hunter - darkstalkers' revenge (950316 Japan)";384x224@60;H
+vhuntjr1;"Vampire Hunter - darkstalkers' revenge (950307 Japan)";384x224@60;H
+vhuntjr1s;"Vampire Hunter - darkstalkers' revenge (950307 Japan s";384x224@60;H
+vhuntjr2;"Vampire Hunter - darkstalkers' revenge (950302 Japan)";384x224@60;H
+victroad;"Victory Road";288x216@60;V
+viewpoin;"Viewpoint - Viewpoint (USA)";304x224@59;H
+vigilant;"Vigilante - Vigilante - Vigilante (Euro, USA, Bra) - Vigilante (Kor) - Vigilante (World, Rev E)";256x256@55;H
+vigilanta;"Vigilante (World, Rev A)";256x256@55;H
+vigilantb;"Vigilante (US, Rev B)";256x256@55;H
+vigilantbl;"Vigilante (bootleg)";256x256@55;H
+vigilantc;"Vigilante (World, Rev C)";256x256@55;H
+vigilantd;"Vigilante (Japan, Rev D)";256x256@55;H
+vigilantg;"Vigilante (US, Rev G)";256x256@55;H
+vigilanto;"Vigilante (US)";256x256@55;H
+vimana;"Vimana (World, set 1)";320x240@58;V
+vimanaj;"Vimana (Japan)";320x240@58;V
+vimanan;"Vimana (World, set 2)";320x240@58;V
+viofight;"Violence Fight (World)";320x224@60;H
+viofightj;"Violence Fight (Japan)";320x224@60;H
+viofightu;"Violence Fight (US)";320x224@60;H
+viostorm;"Violent Storm (ver EAC)";384x224@60;H
+viostorma;"Violent Storm (ver AAC)";384x224@60;H
+viostormab;"Violent Storm (ver AAB)";384x224@60;H
+viostormeb;"Violent Storm (ver EAB)";384x224@60;H
+viostormj;"Violent Storm (ver JAC)";384x224@60;H
+viostormu;"Violent Storm (ver UAC)";384x224@60;H
+viostormub;"Violent Storm (ver UAB)";384x224@60;H
+vliner;"V-Liner (set 1)";304x224@59;H
+vlinero;"V-Liner (set 2)";304x224@59;H
+vmetal;"Varia Metal";320x224@60;V
+vmetaln;"Varia Metal (New Ways Trading Co.)";320x224@60;V
+volfied;"Volfied - Volfied (Jpn) - Volfied (World, revision 1)";320x240@60;V
+volfiedj;"Volfied (Japan, revision 1)";320x240@60;V
+volfiedjo;"Volfied (Japan)";320x240@60;V
+volfiedu;"Volfied (US, revision 1)";320x240@60;V
+vpool;"Video Pool (bootleg on Moon Cresta hardware)";256x224@60;V
+vsav;"Vampire Savior - the lord of vampire (970519 Euro)";384x224@60;H
+vsav2;"Vampire Savior 2 - the lord of vampire (970913 Japan)";384x224@60;H
+vsav2d;"Vampire Savior 2 - the lord of vampire (970913 Japan P";384x224@60;H
+vsava;"Vampire Savior - the lord of vampire (970519 Asia)";384x224@60;H
+vsavd;"Vampire Savior - the lord of vampire (970519 Euro Phoe";384x224@60;H
+vsavh;"Vampire Savior - the lord of vampire (970519 Hispanic)";384x224@60;H
+vsavj;"Vampire Savior - the lord of vampire (970519 Japan)";384x224@60;H
+vsavu;"Vampire Savior - the lord of vampire (970519 USA)";384x224@60;H
+vsgongf;"VS Gong Fight";256x224@60;V
+vulcan;"Vulcan Venture (New)";320x224@60;H
+vulcana;"Vulcan Venture (Old)";320x224@60;H
+vulcanb;"Vulcan Venture (Oldest)";320x224@60;H
+vulgus;"Vulgus (set 1)";256x224@60;V
+vulgusa;"Vulgus (set 2)";256x224@60;V
+vulgusj;"Vulgus (Japan?)";256x224@60;V
+wakuwak7;"Waku Waku 7";304x224@59;H
+wallc;"Wall Crash (set 1)";256x256@60;H
+wallca;"Wall Crash (set 2)";256x256@60;H
+wanted;"Wanted - Wanted (Euro, USA, Bra)";256x224@60;V
+wardner;"Wardner (USA) - Wardner (World)";320x240@60;H
+wardnerj;"Wardner no Mori (Japan) - Wardner no Mori Special (Jpn)";320x240@60;H
+warofbug;"War of the Bugs or Monsterous Manouvers in a Mushroom";256x224@60;V
+warofbugu;"War of the Bugs or Monsterous Manouvers in a Mushroom";256x224@60;V
+warpwarp;"Warp & Warp - Warp & Warp (Jpn)";272x224@60;V
+warpwarpr;"Warp Warp (Rock-Ola set 1)";272x224@60;V
+warpwarpr2;"Warp Warp (Rock-Ola set 2)";272x224@60;V
+warriorb;"Warrior Blade - Rastan Saga Episode III (Japan)";240x640@60;V
+warzard;"War-Zard / Red Earth (Japan 961121)";384x224@60;H
+warzardr1;"War-Zard / Red Earth (Japan 961023)";384x224@60;H
+watrball;"Water Balls";384x240@60;H
+wb3;"Wonder Boy III - Monster Lair (set 6, World, System 16";320x224@60;H
+wb31;"Wonder Boy III - Monster Lair (set 1, Japan, System 16";320x224@60;H
+wb31d;"Wonder Boy III - Monster Lair (set 1, Japan, System 16";320x224@60;H
+wb32;"Wonder Boy III - Monster Lair (set 2, Japan, System 16";320x224@60;H
+wb32d;"Wonder Boy III - Monster Lair (set 2, Japan, System 16";320x224@60;H
+wb33;"Wonder Boy III - Monster Lair (set 3, World, System 16";320x224@60;H
+wb33d;"Wonder Boy III - Monster Lair (set 3, World, System 16";320x224@60;H
+wb34;"Wonder Boy III - Monster Lair (set 4, Japan, System 16";320x224@60;H
+wb34d;"Wonder Boy III - Monster Lair (set 4, Japan, System 16";320x224@60;H
+wb35;"Wonder Boy III - Monster Lair (set 5, Japan, System 16";320x224@60;H
+wb35d;"Wonder Boy III - Monster Lair (set 5, Japan, System 16";320x224@60;H
+wbdeluxe;"Wonder Boy Deluxe";256x224@60;H
+wbml;"Wonder Boy in Monster Land (Japan New Ver., MC-8123, 3";256x224@60;H
+wbmlb;"Wonder Boy in Monster Land (English bootleg set 1)";256x224@60;H
+wbmljb;"Wonder Boy in Monster Land (Japan not encrypted)";256x224@60;H
+wbmljo;"Wonder Boy in Monster Land (Japan Old Ver., MC-8123, 3";256x224@60;H
+wbmlvc;"Wonder Boy in Monster Land (English, Virtual Console)";256x224@60;H
+wboy;"Wonder Boy (Euro) - Wonder Boy (Euro, USA, Bra, v1) - Wonder Boy (Jpn, v1) - Wonder Boy (set 1, 315-5177)";256x224@60;H
+wboy2;"Wonder Boy (set 2, 315-5178)";256x224@60;H
+wboy2u;"Wonder Boy (set 2, not encrypted)";256x224@60;H
+wboy3;"Wonder Boy (set 3, 315-5135) - Wonder Boy III - Monster Lair (Euro) ~ Monster Lair (J - Wonder Boy III - The Dragon's Trap (Euro, USA, Kor)";256x224@60;H
+wboy4;"Wonder Boy (set 4, 315-5162)";256x224@60;H
+wboy5;"Wonder Boy (set 5, bootleg) - Wonder Boy V - Monster World III (Jpn, Kor)";256x224@60;H
+wboyo;"Wonder Boy (set 1, 315-5135)";256x224@60;H
+wboyu;"Wonder Boy (not encrypted)";256x224@60;H
+wc90;"World Cup '90 (World)";256x224@59;H
+wc90a;"World Cup '90 (Euro set 1)";256x224@59;H
+wc90b;"World Cup '90 (Euro set 2)";256x224@59;H
+wc90b1;"Euro League (Italian hack of Tecmo World Cup '90)";256x224@60;H
+wc90b2;"World Cup '90 (bootleg, set 1)";256x224@60;H
+wc90b3;"World Cup '90 (bootleg, set 2)";256x224@60;H
+wc90b4;"World Cup '90 (bootleg, set 3)";256x224@60;H
+wc90ba;"Euro League (Italian hack of Tecmo World Cup '90 - alt";256x224@60;H
+wc90t;"World Cup '90 (trackball)";256x224@59;H
+welltris;"Welltris - Alexey Pajitnov's (World?, 2 players)";352x240@60;H
+welltrisj;"Welltris - Alexey Pajitnov's (Japan, 2 players)";352x240@60;H
+wh1;"World Heroes (ALM-005)";320x224@59;H
+wh1h;"World Heroes (ALH-005)";320x224@59;H
+wh1ha;"World Heroes (set 3)";320x224@59;H
+wh2;"World Heroes 2 (ALM-006)(ALH-006)";304x224@59;H
+wh2j;"World Heroes 2 Jet (ADM-007)(ADH-007)";304x224@59;H
+wh2ja;"World Heroes 2 Jet (ADM-007)";304x224@59;H
+wheelrun;"Wheels Runner";256x224@60;H
+whizz;"Whizz";384x224@60;H
+whoopee;"Pipi & Bibis / Whoopee!! (Teki Paki hardware)";320x240@60;H
+whp;"World Heroes Perfect";320x224@59;H
+wiggie;"Wiggie Waggie";384x240@60;V
+wildfang;"Wild Fang / Tecmo Knight";256x224@60;H
+willow;"Willow (World)";384x224@60;H
+willowj;"Willow (Japan, Japanese)";384x224@60;H
+willowu;"Willow (USA)";384x224@60;H
+willowuo;"Willow (USA Old Ver.)";384x224@60;H
+wilytowr;"Wily Tower";256x224@60;H
+wingforc;"Wing Force (Japan, prototype)";320x224@60;V
+wintbob;"The Winter Bobble (bootleg)";256x224@58;H
+wiping;"Wiping";288x224@60;V
+wits;"Wit's (Japan)";384x240@60;H
+wiz;"Lizard Wizard - Magical Kid Wiz (Jpn) - Magical Kid Wiz (Tw) - Wiz";256x224@60;V
+wizdfire;"Wizard Fire (Over Sea v2.1)";320x240@58;H
+wizdfireu;"Wizard Fire (US v1.1)";320x240@58;H
+wizt;"Wiz (Taito, set 1)";256x224@60;V
+wizta;"Wiz (Taito, set 2)";256x224@60;V
+wjammers;"Windjammers / Flying Power Disc";304x224@59;H
+wldcourt;"World Court (Japan)";288x224@60;H
+wlstar;"Wonder League Star - Sok-Magicball Fighting (Korea)";320x240@60;H
+wmatch;"Water Match (315-5064)";240x224@60;V
+wndrmomo;"Wonder Momo";288x224@60;H
+wndrplnt;"Wonder Planet (Japan)";256x248@60;V
+wof;"Warriors of Fate (921031 etc)";384x224@60;H
+wof3js;"Sangokushi II: San Jian Sheng (Chinese bootleg set 1,";384x224@60;H
+wof3jsa;"Sangokushi II: San Jian Sheng (Chinese bootleg set 2,";384x224@60;H
+wof3sj;"Sangokushi II: San Sheng Jian (Chinese bootleg set 1,";384x224@60;H
+wof3sja;"Sangokushi II: San Sheng Jian (Chinese bootleg set 2,";384x224@60;H
+wofa;"Sangokushi II (921005 Asia)";384x224@60;H
+wofah;"Sangokushi II (hack set 1, 921005 Asia)";384x224@60;H
+wofaha;"Sangokushi II (hack set 2, 921005 Asia)";384x224@60;H
+wofahb;"Sangokushi II (hack set 3, 921005 Asia)";384x224@60;H
+wofb;"Warriors of Fate (bootleg, 921002 etc)";384x224@60;H
+wofch;"Tenchi wo Kurau II - Sekiheki no Tatakai (CPS Changer,";384x224@60;H
+wofchdx;"Sangokushi III Gaiden: Kakou-On's Revenge DX (hack)";384x224@60;H
+wofh;"Sangokushi II: Sanguo Yingxiong Zhuan (Chinese bootleg";384x224@60;H
+wofha;"Sangokushi II: Sanguo Yingxiong Zhuan (Chinese bootleg";384x224@60;H
+wofhfh;"Sangokushi II: Huo Fenghuang (Chinese bootleg, 921005";384x224@60;H
+wofj;"Tenchi wo Kurau II - Sekiheki no Tatakai (921031 Japan";384x224@60;H
+wofjh;"Tenchi wo Kurau II - Sekiheki no Tatakai (hack, 921031";384x224@60;H
+wofr1;"Warriors of Fate (921002 etc)";384x224@60;H
+wofsj;"Sangokushi II: Sheng Jian Sanguo (Chinese bootleg set";384x224@60;H
+wofsja;"Sangokushi II: Sheng Jian Sanguo (Chinese bootleg set";384x224@60;H
+wofsjb;"Sangokushi II: Sheng Jian Sanguo (Chinese bootleg set";384x224@60;H
+wofsjc;"Sangokushi II: Sheng Jian Sanguo (Chinese bootleg set";384x224@60;H
+wofu;"Warriors of Fate (921031 USA)";384x224@60;H
+wolffang;"Wolf Fang -Kuhga 2001- (Japan)";320x240@58;H
+wonder3;"Wonder 3 (910520 Japan)";384x224@60;H
+wondl96;"Wonder League '96 (Korea)";320x240@60;H
+wondstck;"Wonder Stick (set 1)";320x240@60;H
+wondstcka;"Wonder Stick (set 2, censored)";320x240@60;H
+woodpeca;"Woodpecker (set 2)";288x224@60;V
+woodpeck;"Woodpecker (set 1)";288x224@60;V
+worldwar;"World Wars (World?)";400x224@60;V
+wownfant;"WOW New Fantasia";256x224@60;H
+wrally;"World Rally (Version 1.0, Checksum 0E56)";368x232@60;H
+wrallya;"World Rally (Version 1.0, Checksum 3873)";368x232@60;H
+wrallyat;"World Rally (US, 930217)";368x232@60;H
+wrallyb;"World Rally (Version 1.0, Checksum 8AA2)";368x232@60;H
+wrestwar;"Wrestle War (Euro, Jpn) - Wrestle War (set 3, World, 8751 317-0103)";320x224@60;V
+wrestwar1;"Wrestle War (set 1, Japan, FD1094 317-0090)";320x224@60;V
+wrestwar1d;"Wrestle War (set 1, Japan, FD1094 317-0090 decrypted)";320x224@60;V
+wrestwar2;"Wrestle War (set 2, World, FD1094 317-0102)";320x224@60;V
+wrestwar2d;"Wrestle War (set 2, World, FD1094 317-0102 decrypted)";320x224@60;V
+wrofaero;"War of Aero - Project MEIOU";384x240@60;V
+ws;"Jaws (Spa?) - Jimmy White's Whirlwind Snooker (Euro) - News (set 1) - Super World Stadium (Japan) - World Stadium (Japan)";288x224@60;H
+ws89;"World Stadium '89 (Japan)";288x224@60;H
+ws90;"World Stadium '90 (Japan)";288x224@60;H
+wschamp;"Wing Shooting Championship V2.00";320x240@60;H
+wschampa;"Wing Shooting Championship V1.01";320x240@60;H
+wschampb;"Wing Shooting Championship V1.00";320x240@60;H
+wwallyj;"Wally wo Sagase! (rev B, Japan, FD1094 317-0197B)";320x224@60;H
+wwallyja;"Wally wo Sagase! (rev A, Japan, FD1094 317-0197A)";320x224@60;H
+wwallyjad;"Wally wo Sagase! (rev A, Japan, FD1094 317-0197A decry";320x224@60;H
+wwallyjd;"Wally wo Sagase! (rev B, Japan, FD1094 317-0197B decry";320x224@60;H
+wwfsstar;"WWF Superstars (Europe)";256x240@60;H
+wwfsstarb;"WWF Superstars (bootleg)";256x240@60;H
+wwfsstarj;"WWF Superstars (Japan)";256x240@60;H
+wwfsstaru;"WWF Superstars (US, newer)";256x240@60;H
+wwfsstarua;"WWF Superstars (US)";256x240@60;H
+wwfwfest;"WWF WrestleFest (World)";320x240@60;H
+wwfwfestb;"WWF WrestleFest (US bootleg)";320x240@60;H
+wwfwfestj;"WWF WrestleFest (Japan)";320x240@60;H
+wwfwfestk;"WWF WrestleFest (Korea)";320x240@60;H
+wwfwfestu;"WWF WrestleFest (US)";320x240@60;H
+wwjgtin;"Wai Wai Jockey Gate-In!";256x224@60;H
+wyvernf0;"Wyvern F-0";256x224@60;V
+xexex;"Xexex (ver EAA)";384x256@54;H
+xexexa;"Xexex (ver AAA)";384x256@54;H
+xexexj;"Xexex (ver JAA)";384x256@54;H
+xmcota;"X-Men - children of the atom (950331 Euro)";384x224@60;H
+xmcotaa;"X-Men - children of the atom (950105 Asia)";384x224@60;H
+xmcotaar1;"X-Men - children of the atom (941217 Asia)";384x224@60;H
+xmcotah;"X-Men - children of the atom (950331 Hispanic)";384x224@60;H
+xmcotahr1;"X-Men - children of the atom (950105 Hispanic)";384x224@60;H
+xmcotaj;"X-Men - children of the atom (950105 Japan)";384x224@60;H
+xmcotaj1;"X-Men - children of the atom (941222 Japan)";384x224@60;H
+xmcotaj2;"X-Men - children of the atom (941219 Japan)";384x224@60;H
+xmcotaj3;"X-Men - children of the atom (941217 Japan)";384x224@60;H
+xmcotajr;"X-Men - children of the atom (941208 Japan, rent versi";384x224@60;H
+xmcotar1;"X-Men - children of the atom (950105 Euro)";384x224@60;H
+xmcotar1d;"X-Men - children of the atom (950105 Euro Phoenix Edit";384x224@60;H
+xmcotau;"X-Men - children of the atom (950105 USA)";384x224@60;H
+xmen;"Spider-Man and the X-Men in Arcade's Revenge (USA) - Spider-Man and X-Men - Arcade's Revenge (Euro, USA) - X-Men (4 Players ver UBB) - X-Men (Euro) - X-Men (USA)";288x224@60;H
+xmen2pa;"X-Men (2 Players ver AAA)";288x224@60;H
+xmen2pe;"X-Men (2 Players ver EAA)";288x224@60;H
+xmen2pj;"X-Men (2 Players ver JAA)";288x224@60;H
+xmen2pu;"X-Men (2 Players ver UAB)";288x224@60;H
+xmena;"X-Men (4 Players ver AEA)";288x224@60;H
+xmenaa;"X-Men (4 Players ver ADA)";288x224@60;H
+xmene;"X-Men (4 Players ver EBA)";288x224@60;H
+xmenj;"X-Men (4 Players ver JBA)";288x224@60;H
+xmultipl;"X Multiply (World, M81)";384x256@55;H
+xmultiplm72;"X Multiply (Japan, M72)";384x256@55;H
+xmvsf;"X-Men vs Street Fighter (961004 Euro)";384x224@60;H
+xmvsfa;"X-Men vs Street Fighter (961023 Asia)";384x224@60;H
+xmvsfar1;"X-Men vs Street Fighter (961004 Asia)";384x224@60;H
+xmvsfar2;"X-Men vs Street Fighter (960919 Asia)";384x224@60;H
+xmvsfar3;"X-Men vs Street Fighter (960910 Asia)";384x224@60;H
+xmvsfb;"X-Men vs Street Fighter (961023 Brazil)";384x224@60;H
+xmvsfh;"X-Men vs Street Fighter (961004 Hispanic)";384x224@60;H
+xmvsfj;"X-Men vs Street Fighter (961023 Japan)";384x224@60;H
+xmvsfjr1;"X-Men vs Street Fighter (961004 Japan)";384x224@60;H
+xmvsfjr2;"X-Men vs Street Fighter (960910 Japan)";384x224@60;H
+xmvsfjr3;"X-Men vs Street Fighter (960909 Japan)";384x224@60;H
+xmvsfr1;"X-Men vs Street Fighter (960910 Euro)";384x224@60;H
+xmvsfu;"X-Men vs Street Fighter (961023 USA)";384x224@60;H
+xmvsfu1d;"X-Men vs Street Fighter (961004 USA Phoenix Edition)";384x224@60;H
+xmvsfur1;"X-Men vs Street Fighter (961004 USA)";384x224@60;H
+xmvsfur2;"X-Men vs Street Fighter (960910 USA)";384x224@60;H
+xorworld;"Xor World (prototype)";256x224@60;H
+xsleena;"Xain'd Sleena (World)";256x240@60;H
+xsleenaj;"Xain'd Sleena (Japan)";256x240@60;H
+xxmissio;"XX Mission";512x192@60;V
+yamagchi;"Go Go Mr. Yamaguchi / Yuke Yuke Yamaguchi-kun";256x224@60;V
+yamato;"Yamato (Euro, Jpn) - Yamato (US)";256x224@60;V
+yamato2;"Yamato (World?)";256x224@60;V
+yanchamr;"Kaiketsu Yanchamaru (Japan)";384x256@60;H
+yankeedo;"Yankee DO!";240x192@60;V
+yesnoj;"Yes/No Sinri Tokimeki Chart";320x224@60;H
+yiear;"Yie Ar Kung-Fu (Jpn) - Yie Ar Kung-Fu (program code I) - Yie Ar Kung-Fu (Tw)";256x224@60;H
+yiear2;"Yie Ar Kung-Fu (program code G) - Yie Ar Kung-Fu II - The Emperor Yie-Gah (Jpn)";256x224@60;H
+yieartf;"Yie Ar Kung-Fu (GX361 conversion)";256x224@60;H
+youjyudn;"Youjyuden (Japan)";256x256@60;V
+youkaidk1;"Yokai Douchuuki (Japan, old version (YD1))";288x224@60;H
+youkaidk2;"Yokai Douchuuki (Japan, new version (YD2, Rev B))";288x224@60;H
+youma;"Youma Ninpou Chou (Japan)";256x224@60;V
+youma2;"Youma Ninpou Chou (Japan, alt)";256x224@60;V
+yukiwo;"Yukiwo (World, prototype)";320x224@60;V
+yuyugogo;"Yuuyu no Quiz de GO!GO! (Japan)";320x224@60;H
+zaviga;"Zaviga";256x240@60;V
+zavigaj;"Zaviga (Japan)";256x240@60;V
+zaxxon;"Super Zaxxon - Zaxxon - Zaxxon (Jpn) - Zaxxon (Jpn) - Zaxxon (set 1, rev D)";256x224@60;V
+zaxxon2;"Zaxxon (set 2, unknown rev)";256x224@60;V
+zaxxon3;"Zaxxon (set 3, unknown rev)";256x224@60;V
+zaxxonb;"Jackson";256x224@60;V
+zaxxonj;"Zaxxon (Japan)";256x224@60;V
+zedblade;"Zed Blade / Operation Ragnarok";304x224@59;H
+zeropnt;"Zero Point (set 1)";384x224@60;H
+zeropnt2;"Zero Point 2";384x224@60;H
+zeropnta;"Zero Point (set 2)";384x224@60;H
+zeropntj;"Zero Point (Japan)";384x224@60;H
+zeroteam;"New Zero Team (V33 SYSTEM TYPE_B hardware) - Zero Team USA (set 1, US, Fabtek license)";320x256@55;H
+zeroteama;"New Zero Team (V33 SYSTEM TYPE_B hardware, China?) - Zero Team (set 2, Japan? (earlier?))";320x256@55;H
+zeroteamb;"Zero Team (set 3, Japan? (later batteryless))";320x256@55;H
+zeroteamc;"Zero Team (set 4, Taiwan, Liang Hwa license)";320x256@55;H
+zeroteamd;"Zero Team (set 5, Korea, Dream Soft license)";320x256@55;H
+zeroteams;"Zero Team Selection";320x256@55;H
+zeroteamsr;"Zero Team Suicide Revival Kit";320x256@55;H
+zerotime;"Zero Time";256x224@60;V
+zerotimed;"Zero Time (Datamat)";256x224@60;V
+zerotm2k;"Zero Team 2000";320x256@55;H
+zerowing;"Zero Wing (2P set) - Zero Wing (Euro)";320x240@60;H
+zerowing1;"Zero Wing (1P set)";320x240@60;H
+zerowingw;"Zero Wing (2P set, Williams Electronics)";320x240@60;H
+zerozone;"Zero Zone";368x224@60;H
+zigzagb;"Zig Zag (Galaxian hardware, set 1)";256x224@60;V
+zigzagb2;"Zig Zag (Galaxian hardware, set 2)";256x224@60;V
+zin;"Zing Zing Zip";384x240@60;V
+zintrckb;"Zintrick / Oshidashi Zentrix (hack / bootleg)";304x224@59;H
+zintrkcd;"Zintrick / Oshidashi Zentrix (Neo CD conversion)";304x224@59;H
+zipzap;"Zip & Zap";256x224@60;V
+zoar;"Zoar";256x240@60;V
+zodiack;"Zodiack";256x224@60;V
+zombraid;"Zombie Raid (9/28/95, US)";384x240@60;H
+zombraidp;"Zombie Raid (9/28/95, US, prototype PCB)";384x240@60;H
+zombraidpj;"Zombie Raid (9/28/95, Japan, prototype PCB)";384x240@60;H
+zupapa;"Zupapa!";304x224@59;H
+zzyzzyxx;"Zzyzzyxx (set 1)";256x224@60;V
+zzyzzyxx2;"Zzyzzyxx (set 2)";256x224@60;V
diff --git a/opt/retropie/configs/all/autostart.sh b/opt/retropie/configs/all/autostart.sh
new file mode 100755
index 0000000..b7e6f1c
--- /dev/null
+++ b/opt/retropie/configs/all/autostart.sh
@@ -0,0 +1,79 @@
+#!/bin/bash
+
+# script for preparing RetroPieRGB config script
+
+
+
+rgb_config=/home/pi/rgb_config.sh
+rgb_default_config=/home/pi/rgb_default_config.sh
+config=/boot/config.txt
+log=/home/pi/log.txt
+
+rm $log > /dev/null
+# read config.txt and put all config parameters for RetroPieRGB Parameters to
+# rgb_config
+
+
+function pikeyd165_start ()
+{
+ sudo chmod a+rwx /dev/uinput
+ pikeyd165_stop
+ sudo -s pikeyd165 -smi -ndb -d &> /dev/null
+}
+
+function pikeyd165_stop ()
+{
+
+ sudo chmod a+rwx /dev/uinput
+
+ sudo -s pikeyd165 -k &> /dev/null
+ #killall pikeyd165
+}
+
+
+
+function get_params()
+{
+
+ while IFS== read -r param default_value; do
+
+ result=$(grep $param $config)
+
+ if [ -z "$result" ] ; then
+ echo "$param=$default_value" | sudo tee -a $config
+ else
+ # var exists in config.txt
+ echo "variable in config.txt exists" >> $log
+ echo "sync calue in rgb_config" >> $log
+
+ echo $result >> $log
+ value=$(echo $result|cut -d"=" -f2)
+ echo $value >> $log
+ sed -i "s/^$param.*/$param=$value/" $rgb_config
+
+ fi
+
+ done < $rgb_default_config
+}
+
+
+# WIEGAND: Try to remove this part
+# rm $rgb_config
+# cp $rgb_default_config $rgb_config
+
+get_params
+
+chmod +x $rgb_config
+. $rgb_config
+
+
+if [ "$pi2jamma" == "1" ]; then
+ echo "pi2jamma activated" >> $log
+ pikeyd165_start
+else
+ echo "pi2jamma deactivated" >> $log
+ pikeyd165_stop
+fi
+
+
+emulationstation --screenrotate $es_rotate
diff --git a/opt/retropie/configs/all/runcommand-onend.sh b/opt/retropie/configs/all/runcommand-onend.sh
new file mode 100644
index 0000000..6aee22b
--- /dev/null
+++ b/opt/retropie/configs/all/runcommand-onend.sh
@@ -0,0 +1,5 @@
+vcgencmd hdmi_timings 320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1 > /dev/null
+sleep 0.3
+tvservice -e "DMT 87" > /dev/null
+sleep 0.3
+fbset -depth 8 && fbset -depth 16 -xres 320 -yres 240 > /dev/null
diff --git a/opt/retropie/configs/all/runcommand-onstart.sh b/opt/retropie/configs/all/runcommand-onstart.sh
new file mode 100755
index 0000000..e6fc352
--- /dev/null
+++ b/opt/retropie/configs/all/runcommand-onstart.sh
@@ -0,0 +1,102 @@
+#!/usr/bin/env bash
+#title : runcommand-onstart.sh
+#description : This script perform the following
+# Determines if the game being run is a console or an arcade/fba
+# For arcades, it will programatically determine the resolution based on resolution.ini file
+# For consoles, hdmi_timings can be set based on emulator or system
+# Dynamically creates the game_name.zip.cfg file and sets the custom_viewport_height
+# Dynamically add these parameters (video_allow_rotate = "true" and video_rotation = 1) for vertical games
+# vertical.txt contains all the mame 0.184 vertical games
+# Ability to set custom_viewport_width for arcades/fba
+#author : Jochen Zurborg
+#date : 2019-11-19
+#version : 0.1
+#notes : For advance users only and would need to be tweaked
+# to cater to your needs and preference
+# resolution.ini (0.184) file needed http://www.progettosnaps.net/renameset/
+#===============================================================================================================
+
+log=/home/pi/log.txt
+
+dir=($pwd)
+
+
+. /home/pi/rgb_config.sh
+
+# get the system name
+system=$1
+
+# get the emulator name
+emul=$2
+emul_lr=${emul:0:2}
+
+# get the full path filename of the ROM
+rom_fp=$3
+rom_bn=$3
+
+# Game or Rom name
+rom_bn="${rom_bn%.*}"
+rom_bn="${rom_bn##*/}"
+
+path=/opt/retropie/configs/all
+
+
+function prep_res ()
+{
+ cd $path
+ mme4crt $1 $2 $3 $rgb_screen_shift $rgb_screen_width 0 >> $log
+ #cp $dir/game_res.sh $path
+ #cp $dir/retroarch_game.cfg $path
+ chmod +x game_res.sh
+ cp retroarch_game.cfg "$rom_fp"".cfg"
+ cd $dir
+
+}
+
+# Determine if arcade or fba then determine resolution, set hdmi_timings else goto console section
+if [[ "$system" == "arcade" ]] || [[ "$system" == "fba" ]] || [[ "$system" == "mame-libretro" ]] ; then
+ echo "rom $rom_bn" >> $log
+
+ # get resolution of rom
+ rom_resolution=$(grep "$rom_bn;" $path/arcade_res_table.txt | cut -d";" -f3)
+ rom_resolution_width=$(echo $rom_resolution | cut -f1 -d"x")
+ rom_resolution_height=$(echo $rom_resolution | cut -f2 -d"x" | cut -f1 -d"@")
+ rom_resolution_freq=$(echo $rom_resolution | cut -f2 -d"x" | cut -f2 -d"@")
+
+ echo $rom_resolution >> $log
+
+ # Set rom_resolution_height for 480p and 448p roms
+ if [ $rom_resolution_height == "480" ]; then
+ rom_resolution_height="240"
+ elif [ $rom_resolution_height == "448" ]; then
+ rom_resolution_height="224"
+ fi
+
+
+ # Create rom_name.cfg
+ if ! [ -f "$rom_fp"".cfg" ]; then
+ touch "$rom_fp"".cfg"
+ fi
+
+ prep_res $rom_resolution_width $rom_resolution_height $rom_resolution_freq
+
+
+ # determine if vertical
+ if grep -w -q "$rom_bn" /opt/retropie/configs/all/vertical.txt ; then
+ # Add vertical parameters (video_allow_rotate = "true")
+ if ! grep -q "video_allow_rotate" "$rom_fp"".cfg"; then
+ echo -e "video_allow_rotate = \"true\"" >> "$rom_fp"".cfg" 2>&1
+ fi
+ # Add vertical parameters (video_rotation = 1)
+ if ! grep -q "video_rotation" "$rom_fp"".cfg"; then
+ echo -e "video_rotation = \"1\"" >> "$rom_fp"".cfg" 2>&1
+ fi
+ fi
+
+# hier besser eine Standard super res.
+else
+ prep_res 320 224 60
+
+fi
+
+$path/game_res.sh
diff --git a/opt/retropie/configs/all/vertical.txt b/opt/retropie/configs/all/vertical.txt
new file mode 100644
index 0000000..b9dd188
--- /dev/null
+++ b/opt/retropie/configs/all/vertical.txt
@@ -0,0 +1,1095 @@
+005
+1941
+1942
+1943
+1943kai
+1943mii
+1945kiii
+19xx
+20pacgal
+25pacman
+39in1
+4in1
+8ball
+8ballact
+aafb
+aceattac
+acefruit
+acrobatm
+ad2083
+aerofgt
+aerofgts
+afighter
+agallet
+airass
+airattck
+airduel
+airraid
+ajax
+alcon
+alibaba
+alinvade
+alleymas
+alphaho
+alpine
+altair
+amazon
+amidar
+androidp
+andromed
+angelkds
+anmlbskt
+anteater
+apb
+arabian
+arbalest
+arcadian
+argus
+arkanoid
+arkatour
+arknoid2
+armchmp2
+armedf
+armorcar
+ashura
+aso
+assault
+astrob
+astrof
+astrowar
+asuka
+asylum
+atamanot
+atlantis
+attckufo
+avengers
+azurian
+babypac
+bagman
+ballbomb
+baluba
+barrier
+baryon
+batrider
+batsugun
+battlane
+battlnts
+battroad
+bbakraid
+bcruzm12
+beaminv
+beezer
+berenstn
+bermudat
+bgaregga
+bigbucks
+bigevglf
+bigprowr
+bikkuric
+bioatack
+birdiy
+birdtry
+bitgrpha
+bitgrphb
+bjtwin
+bking
+bking2
+bking3
+bladestl
+blastoff
+blazer
+blkhole
+block
+blockcar
+blockgal
+blswhstl
+bluehawk
+blueprnt
+boggy84
+bombbee
+bombjack
+bombsa
+bongo
+boomrang
+boonggab
+botanic
+bowl3d
+bowler
+bowlrama
+brdrline
+breakout
+brickzn
+brubber
+brvblade
+btime
+buggychl
+bullfgtr
+bullsdrt
+bwcasino
+bwings
+cadanglr
+cairblad
+calibr50
+calipso
+cannonbp
+capbowl
+captflag
+carhntds
+carjmbre
+carnival
+castfant
+catacomb
+catapult
+catnmous
+cavelon
+cbdash
+cbtime
+cburnrub
+cchasm
+cdiscon1
+cdsteljn
+centiped
+cexplore
+cfarm
+cfboy0a1
+cfghtice
+cflyball
+cgraplop
+champbwl
+chanbara
+checkman
+cheekyms
+chinhero
+chkun
+chopper
+chqflag
+chwy
+circusc
+citybomb
+ckong
+ckongpt2
+clapapa
+clocknch
+clubpacm
+cluckypo
+cmanhat
+cmissnx
+cmkenosp
+cmmb162
+cmrltv75
+cnightst
+cntsteer
+cocean1a
+cocoloco
+colony7
+combh
+commando
+commsega
+complexx
+congo
+conquer
+contra
+coozumou
+cosmica
+cosmicg
+cosmo
+cosmogng
+cosmos
+cppicf
+cprobowl
+cprogolf
+cpsoccer
+cptennis
+crbaloon
+crshrace
+crush
+crzrally
+cscrtry
+csdtenis
+cskater
+csuperas
+cterrani
+ctisland
+ctornado
+ctsttape
+curvebal
+cutieq
+cybattlr
+cyclshtg
+cyvern
+czeroize
+dai3wksi
+daikaiju
+daioh
+dambustr
+dangar
+dangseed
+darkmist
+darkwar
+darwin
+dazzler
+dblewing
+dcheese
+ddayjlc
+ddonpach
+ddp2
+ddpdfk
+ddpdoj
+ddpdojh
+dealer
+decocass
+demoneye
+desertbr
+desertwr
+destryer
+devilfsh
+devstors
+devzone
+dfkbl
+digdug
+digdug2
+digger
+diggerc
+dimahoo
+dingo
+dirtfoxj
+disco
+discoboy
+divebomb
+dkong
+dkong3
+dkongjr
+docastle
+dockman
+dogfight
+dogyuun
+dommy
+donpachi
+dorachan
+dorodon
+downtown
+draco
+dragnblz
+drakton
+dremshpr
+driftout
+drivfrcp
+drmicro
+drtoppel
+dsaber
+dspirit
+dyger
+dynadice
+dynamski
+dynobop
+earthjkr
+eeekk
+eggor
+eightfrc
+elecyoyo
+enigma2
+equites
+espgal
+espgal2
+esprade
+evilston
+exctscc2
+exctsccr
+exedexes
+exerion
+explbrkr
+extrmatn
+eyes
+f1gp
+f1gp2
+fantasia
+fantastc
+fantasy
+fastdraw
+fastlane
+fcombat
+feversos
+fghtatck
+fgoal
+fhawk
+fi6845
+fightrol
+finalizr
+firebatl
+fireshrk
+firetrap
+firetrk
+fiveside
+fixeight
+flipjack
+flyboy
+flytiger
+fnkyfish
+freekick
+freeze
+frogger
+frontlin
+fshark
+fspiderb
+fstarfrc
+funkybee
+futari15
+futaribl
+futflash
+futspy
+gaiapols
+galactic
+galaga
+galaga88
+galaxia
+galaxian
+galaxygn
+galgame
+galivan
+galmedes
+galpani2
+galpani3
+galpanic
+galsnew
+galspnbl
+galxwars
+gametngk
+gaplus
+gardia
+gbusters
+gcpinbal
+geebee
+gekiridn
+gekisou
+gemini
+gground
+ghox
+gigas
+gigasm2b
+gmgalax
+gnbarich
+goindol
+goldbug
+gomoku
+gondo
+gorf
+gp2quiz
+gp2se
+gp32
+grasspin
+grchamp
+greenber
+grindstm
+grobda
+gseeker
+gstream
+gulfstrm
+gulfwar2
+gunbird
+gunbird2
+gundealr
+gundhara
+gunfront
+gunlock
+gunnail
+gunsmoke
+guwange
+guzzler
+gwar
+gyrodine
+gyruss
+hal21
+halleys
+hamaway
+harem
+hbarrel
+headoni
+heartatk
+heiankyo
+helifire
+hero
+highsplt
+himesiki
+hoccer
+hopprobo
+horekid
+horshoes
+hotdogst
+hotpinbl
+hotshock
+hotsmash
+hstennis
+hunchbak
+huncholy
+hustler
+hwrace
+hyhoo
+hyhoo2
+ibara
+ibarablk
+igmo
+ikari
+ikaruga
+illvelo
+imago
+imgfight
+imolagp
+indianbt
+indy800
+intrepid
+invad2ct
+invaders
+invadpt2
+invds
+invho2
+invinco
+invmulti
+invqix
+invrvnge
+ipminvad
+ixion
+jack
+jackal
+jackrabt
+jantotsu
+jcross
+jin
+jjack
+joinem
+jollyjgr
+jongbou
+josvolly
+journey
+joust2
+joyfulr
+jrpacman
+jumpbug
+jumpcoas
+jumpshot
+jungler
+junofrst
+kageki
+kaitei
+kamikaze
+kamikcab
+kangaroo
+kaos
+karous
+kas89
+kbm
+kbm2nd
+kbm3rd
+kchamp
+ket
+kick
+kicker
+kikikai
+kingball
+kingdmgp
+kingofb
+koikoi
+konam80s
+kong
+kopunch
+krull
+krzybowl
+kyros
+ladybug
+ladyfrog
+ladykill
+ladymstr
+lagunar
+lasso
+lastday
+lastduel
+lastmisn
+leds2011
+legion
+lethalth
+levers
+lgtnfght
+liberate
+lizwiz
+lnc
+locomotn
+logger
+looping
+losttomb
+loverboy
+lrescue
+lsasquad
+luckyrlt
+luctoday
+lupin3
+lwings
+m660
+machomou
+macross
+macrossp
+madalien
+madgear
+madshark
+mag_time
+magspot
+magspot2
+mamonoro
+maniach
+manybloc
+mappy
+mariner
+mars
+marvins
+masterw
+matmania
+mazeinv
+mazinger
+megadon
+megazone
+mercs
+merlinmm
+metafox
+metlfrzr
+metlhawk
+mgolf
+mightguy
+mikie
+milliped
+mimonkey
+minefld
+mirax
+misncrft
+mjleague
+mmagic
+mmonkey
+mmpork
+mocapb
+mofflott
+moguchan
+monsterb
+montecar
+monymony
+monzagp
+moonal2
+mooncrst
+moonqsr
+moonwar
+motos
+mouser
+mplanets
+mrdo
+mrflea
+mrjong
+mrkougar
+mrtnt
+mrviking
+msisaac
+msjiken
+mspacman
+mspuzzle
+multiped
+mushisam
+musicbal
+mustache
+mv1sfx
+mv1sfx2
+mx5000
+mystston
+naughtyb
+navarone
+ncv1
+ncv2
+nebulray
+neobattl
+netwars
+newfant
+newsin7
+nibbler
+ninjemak
+nitrobal
+nmouse
+noahsark
+nob
+nomnlnd
+nost
+nsub
+numcrash
+nyny
+ohpaipee
+olibochu
+omega
+omegaf
+orbitron
+outzone
+overdriv
+ozmawars
+ozon1
+p911
+p9112
+pachifev
+packbang
+pacmania
+pacnpal
+pacplus
+paddlema
+pairlove
+pandoras
+panic
+panicr
+panther
+paprazzi
+para2dx
+paradise
+paradlx
+passsht
+pbaction
+pballoon
+peggle
+pengo
+percuss
+perestro
+perfrman
+phelios
+phoenix
+phozon
+pickin
+pignewt
+pinbo
+pinkswts
+pisces
+pitnrun
+playball
+pleiads
+plgirls
+plgirls2
+plusalph
+plygonet
+pntnpuzl
+pokrdice
+polaris
+pollux
+polynetw
+pooyan
+popflame
+popper
+porky
+portrait
+poundfor
+ppking
+pprobe
+progolf
+progress
+promutrv
+prosoccr
+prosport
+protennb
+prtytime
+psurge
+psychic5
+psyvar2
+psyvaria
+psyvarrv
+pturn
+puckman
+pulsar
+pushover
+puzlclub
+pwrflip
+pzlestar
+qbert
+qbertqub
+qix
+quantum
+quarterb
+quasar
+quester
+quizpun
+quizpun2
+quizqgd
+qwak
+r2dtank
+r2dx_v33
+raaspec
+rackemup
+radarscp
+radarzon
+radirgy
+raflesia
+raiden
+raiden2
+raidendx
+raiders
+rallybik
+razmataz
+rcasino
+rcirulet
+rcorsair
+rdft
+rdft2
+re800v1
+re800v3
+re900
+reaktor
+redalert
+redclash
+redlin2p
+redrobin
+redufo
+regulus
+repulse
+rescue
+retofinv
+revenger
+rfjet
+ridleofp
+roadf
+rockduck
+rockn
+rockn2
+rockn3
+rockn4
+rocktrv2
+rocnrope
+rollingc
+rompers
+rotaryf
+roundup
+route16
+rshark
+rtriv
+rumba
+ryujin
+s1945
+s1945ii
+s1945iii
+safarir
+samurai
+samuraia
+sandscrp
+sasuke
+satansat
+saturnzi
+sbagman
+sbasketb
+sbomber
+sbowling
+sbrkout
+sbugger
+schaser
+scobra
+scontra
+scorpion
+scotrsht
+scramble
+scregg
+scudhamm
+sdtennis
+sdungeon
+searchar
+seicross
+sengekis
+senjyo
+setaroul
+sexyboom
+sfkick
+sflush
+sheriff
+shienryu
+shikgam2
+shikigam
+shikigama
+shollow
+shootbul
+shors2k1
+shorse
+shorsep
+shorsepr
+shtrider
+shuffle
+shuttlei
+sianniv
+sidampkr
+sidewndr
+silvmil
+sindbadm
+sinistar
+skullfng
+skyadvnt
+skyalert
+skyarmy
+skybase
+skybump
+skychut
+skyfox
+skylancr
+skylove
+skysmash
+skysoldr
+sl2007
+slikshot
+slither
+solarfox
+solarwar
+sonicbom
+sos
+spacbeam
+spacecr
+spacefb
+spacefev
+spacefrt
+spaceg
+spaceint
+spacelnc
+spaceod
+spacetrk
+spbactn
+spcforce
+spcfrcii
+spcinv95
+spcking2
+spclaser
+spclforc
+spcpostn
+spcwarp
+spdcoin
+speakres
+spec2k
+speedbal
+spellbnd
+spfghmk2
+spiders
+springer
+spyhunt
+sqbert
+sqix
+sraider
+srdarwin
+srdmissn
+srumbler
+ssi
+ssingles
+ssmissin
+ssozumo
+sspacaho
+sspaceat
+sspeedr
+sspirits
+ssrj
+sstingry
+sstrangr
+sstrike
+sstriker
+stagger1
+starfigh
+starforc
+starjack
+starspnr
+stg
+stinger
+stmblade
+stratab
+streakng
+striv
+strtheat
+strvmstr
+stuntair
+sub
+sucasino
+sundance
+supdrapo
+superabc
+superbik
+superbon
+superbug
+superpac
+supertnk
+superwng
+superx
+supmodel
+suprglob
+suprmous
+suprridr
+suprstar
+survival
+swat
+szaxxon
+tacscan
+tactcian
+tail2nos
+talbot
+tankbatt
+tankbust
+tattack
+taxidriv
+tazmania
+tcobra2
+tdfever
+tdpgal
+tdragon
+tdragon2
+teamqb
+teedoff
+telmahjn
+tempest
+tenkomor
+tenspot
+terracre
+tharrier
+thedeep
+theend
+thehand
+thepit
+thunderl
+tigerh
+timefgtr
+timelimt
+timeplt
+timescan
+timesold
+tinv2650
+tisland
+tndrcade
+tnextspc
+tnk3
+todruaga
+tokio
+tokisens
+tomahawk
+toobin
+toprollr
+toratora
+torus
+toucheme
+tp84
+tranqgun
+travrusa
+trgheart
+tricktrp
+triplep
+tripool
+trisport
+trizeal
+tron
+truxton
+truxton2
+trvchlng
+trvmstr
+trvquest
+trvwz2
+trvwz4
+tryout
+tsamurai
+tugboat
+tunhunt
+turbo
+turbofrc
+turbotag
+turtles
+tutankhm
+twinbee
+twincobr
+twineag2
+twineagl
+twinhawk
+ultrax
+unclepoo
+undefeat
+uniwars
+unkhorse
+upndown
+upyoural
+usclssic
+valkyrie
+valtric
+vandyke
+vangrd2
+vanguard
+vanvan
+vaportra
+varth
+vasara
+vasara2
+vastar
+vectrex\3dminest
+vectrex\animactn
+vectrex\armora
+vectrex\artmastr
+vectrex\bedlam
+vectrex\berzerk
+vectrex\blitz
+vectrex\cchasm
+vectrex\ccoaster
+vectrex\cleanswp
+vectrex\darktowr
+vectrex\enginean
+vectrex\fnarzod
+vectrex\headsup
+vectrex\hyprchas
+vectrex\mailplan
+vectrex\melody
+vectrex\minestrm
+vectrex\narrowes
+vectrex\polarres
+vectrex\polepos
+vectrex\ptchduel
+vectrex\ripoff
+vectrex\rocksled
+vectrex\scramble
+vectrex\solarq
+vectrex\spacewar
+vectrex\spike
+vectrex\spinball
+vectrex\starcas
+vectrex\starhawk
+vectrex\startrek
+vectrex\testrev4
+vectrex\tourfrnc
+vectrex\webwarp
+vectrex
+vega
+victroad
+videopin
+vimana
+viprp1
+vmetal
+volfied
+vortex
+vroulet
+vsgongf
+vulgus
+wallst
+wanted
+warofbug
+warpwarp
+waterski
+wiggie
+wingforc
+wiping
+wivernwg
+wiz
+wmatch
+wndrplnt
+woodpeck
+worldwar
+wrestwar
+wrofaero
+wtennis
+wwestern
+wyvernf0
+x2222
+xevious
+xiistag
+xxmissio
+yamagchi
+yamato
+yosakdon
+youjyudn
+zaryavos
+zaviga
+zaxxon
+zerohour
+zigzagb
+zingzip
+zipzap
+zoar
+zodiack
+zzyzzyxx
diff --git a/patch.sh b/patch.sh
new file mode 100755
index 0000000..c6783d5
--- /dev/null
+++ b/patch.sh
@@ -0,0 +1,3 @@
+dialog --infobox "RetroPieRGB First Version patch 1\n\n Visit www.arcadeforge.de" 10 30
+sleep 3
+./setup.sh
diff --git a/.project b/.project
new file mode 100644
index 0000000..2b159f2
--- /dev/null
+++ b/.project
@@ -0,0 +1,11 @@
+
+
+ RetroPieRGB
+
+
+
+
+
+
+
+
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..6dc7da9
--- /dev/null
+++ b/README.md
@@ -0,0 +1,26 @@
+RetroPieRGB
+===========
+
+This project contains scripts for enabling 15Khz RGB for your retro gaming setup with retropie.
+
+It needs the hardware addon pi2scart or pi2jamma to output the proper image on a CRT screen.
+
+Please goto http://www.arcadeforge.de and get this awesome gadget.
+
+
+Installation
+============
+
+Download latest retropie and install it as described on retropie wiki.
+Connect Keyboard.
+Activate wiki.
+In emulationstation press F4 to get cmd shell
+
+Type
+
+git clone https://github.com/arcadeforge/RetroPieRGB
+
+cd RetroPieRGB
+
+sudo ./setup.sh
+
diff --git a/boot/config.txt b/boot/config.txt
new file mode 100755
index 0000000..1860f84
--- /dev/null
+++ b/boot/config.txt
@@ -0,0 +1,73 @@
+# For more options and information see
+# http://rpf.io/configtxt
+# Some settings may impact device functionality. See link above for details
+
+# uncomment if you get no picture on HDMI for a default "safe" mode
+#hdmi_safe=1
+
+# uncomment this if your display has a black border of unused pixels visible
+# and your display can output without overscan
+#disable_overscan=1
+
+# uncomment the following to adjust overscan. Use positive numbers if console
+# goes off screen, and negative if there is too much border
+#overscan_left=16
+#overscan_right=16
+#overscan_top=16
+#overscan_bottom=16
+
+# uncomment to force a console size. By default it will be display's size minus
+# overscan.
+#framebuffer_width=1280
+#framebuffer_height=720
+
+# uncomment if hdmi display is not detected and composite is being output
+#hdmi_force_hotplug=1
+
+# uncomment to force a specific HDMI mode (this will force VGA)
+#hdmi_group=1
+#hdmi_mode=1
+
+# uncomment to force a HDMI mode rather than DVI. This can make audio work in
+# DMT (computer monitor) modes
+#hdmi_drive=2
+
+# uncomment to increase signal to HDMI, if you have interference, blanking, or
+# no display
+#config_hdmi_boost=4
+
+# uncomment for composite PAL
+#sdtv_mode=2
+
+#uncomment to overclock the arm. 700 MHz is the default.
+#arm_freq=800
+
+# Uncomment some or all of these to enable the optional hardware interfaces
+#dtparam=i2c_arm=on
+#dtparam=i2s=on
+#dtparam=spi=on
+
+# Uncomment this to enable the lirc-rpi module
+#dtoverlay=lirc-rpi
+
+disable_splash=1
+disable_audio_dither=1
+
+# Settings for pi2scart and pi2jamma
+
+dtoverlay=vga666
+enable_dpi_lcd=1
+display_default_lcd=1
+dpi_group=2
+dpi_mode=87
+
+hdmi_timings=320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+# Additional overlays and parameters are documented /boot/overlays/README
+
+# Enable audio (loads snd_bcm2835)
+dtparam=audio=on
+gpu_mem_256=128
+gpu_mem_512=256
+gpu_mem_1024=256
+overscan_scale=1
diff --git a/boot/config_highres.txt b/boot/config_highres.txt
new file mode 100644
index 0000000..933ae16
--- /dev/null
+++ b/boot/config_highres.txt
@@ -0,0 +1,103 @@
+# For more options and information see
+# http://rpf.io/configtxtreadme
+# Some settings may impact device functionality. See link above for details
+
+# uncomment if you get no picture on HDMI for a default "safe" mode
+#hdmi_safe=1
+disable_splash=1
+
+# uncomment this if your display has a black border of unused pixels visible
+# and your display can output without overscan
+#disable_overscan=1
+
+# uncomment the following to adjust overscan. Use positive numbers if console
+# goes off screen, and negative if there is too much border
+#overscan_left=16
+#overscan_right=16
+#overscan_top=16
+#overscan_bottom=16
+
+# uncomment to force a console size. By default it will be display's size minus
+# overscan.
+#framebuffer_width=1280
+#framebuffer_height=720
+#resolution for 24inch half size 1920 x 1200
+#framebuffer_width=960
+#framebuffer_height=600
+
+# uncomment if hdmi display is not detected and composite is being output
+#hdmi_force_hotplug=1
+
+# uncomment to force a specific HDMI mode (this will force VGA)
+#hdmi_group=1
+#hdmi_mode=1
+
+# uncomment to force a HDMI mode rather than DVI. This can make audio work in
+# DMT (computer monitor) modes
+#hdmi_drive=2
+
+# uncomment to increase signal to HDMI, if you have interference, blanking, or
+# no display
+#config_hdmi_boost=4
+
+# uncomment for composite PAL
+#sdtv_mode=2
+
+#uncomment to overclock the arm. 700 MHz is the default.
+arm_freq=800
+
+# Uncomment some or all of these to enable the optional hardware interfaces
+#dtparam=i2c_arm=on
+#dtparam=i2s=on
+#dtparam=spi=on
+
+# Uncomment this to enable the lirc-rpi module
+#dtoverlay=lirc-rpi
+
+# Additional overlays and parameters are documented /boot/overlays/README
+
+# Enable audio (loads snd_bcm2835)
+dtparam=audio=on
+#gpu_mem=512
+
+
+disable_audio_dither=1
+#audio_pwm_mode=2
+
+## Aufloesung fest einstellen ##
+################################
+##hdmi auch ohne Monitor im Betrieb
+hdmi_force_hotplug=1
+# DMT Modus aktivieren
+hdmi_group=2
+## Aufloesungen alle 60hz
+# 1024x768
+#hdmi_mode=16
+# 1280x768
+#hdmi_mode=23
+# 1366x768
+#hdmi_mode=81
+# 1920x1080
+#hdmi_mode=82
+# 1280x720p
+#hdmi_mode=85
+# 640x480
+hdmi_mode=4
+# 800x600
+#hdmi_mode=9
+# check with tvservice -s for available resolution of our monitor
+
+# oc settings
+gpu_mem=256
+#gpu_mem_256=128
+#gpu_mem_512=256
+#gpu_mem_1024=256
+#arm_freq=1450
+#gpu_freq=500
+#sdram_freq=550
+#over_voltage=8
+#force_turbo=1
+
+
+
+
diff --git a/boot/config_lowres.txt b/boot/config_lowres.txt
new file mode 100644
index 0000000..c993dcc
--- /dev/null
+++ b/boot/config_lowres.txt
@@ -0,0 +1,47 @@
+# See /boot/overlays/README for all available options
+
+disable_splash=1
+disable_audio_dither=1
+#audio_pwm_mode=2
+dtparam=audio=on
+dtoverlay=vga666
+enable_dpi_lcd=1
+display_default_lcd=1
+dpi_group=2
+dpi_mode=87
+#hdmi_timings=320 1 19 43 36 256 1 2 3 22 0 0 0 60 0 6400000 1 #256p
+
+# to move picture left and right on screen subtract and add values from
+# 3rd and 5th value
+# 16+x and 34-x moves x pixel left or right
+#
+#hdmi_timings=320 1 19 43 36 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+# no overscan but blurry
+#hdmi_timings=320 1 19 43 36 224 1 11 14 15 0 0 0 60 0 6400000 1
+
+hdmi_timings=320 1 19 43 36 240 1 2 6 14 0 0 0 60 0 6400000 1
+
+#hdmi_timings=320 1 19 43 36 240 1 2 10 10 0 0 0 60 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 3 6 17 0 0 0 59 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 5 6 20 0 0 0 58 0 6400000 1
+
+# old hdmi_timings from 2.5.2
+#hdmi_timings=320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+
+
+#framebuffer_width=320
+#framebuffer_height=240
+
+# oc settings
+gpu_mem=256
+#gpu_mem_256=128
+#gpu_mem_512=256
+#gpu_mem_1024=256
+#arm_freq=1450
+#gpu_freq=500
+#sdram_freq=550
+#over_voltage=8
+#force_turbo=1
+
diff --git a/config.txt b/config.txt
new file mode 100755
index 0000000..aedd54a
--- /dev/null
+++ b/config.txt
@@ -0,0 +1,50 @@
+# See /boot/overlays/README for all available options
+
+disable_splash=1
+disable_audio_dither=1
+#audio_pwm_mode=2
+dtparam=audio=on
+dtoverlay=vga666
+enable_dpi_lcd=1
+display_default_lcd=1
+dpi_group=2
+dpi_mode=87
+#hdmi_timings=320 1 19 43 36 256 1 2 3 22 0 0 0 60 0 6400000 1 #256p
+
+# to move picture left and right on screen subtract and add values from
+# 3rd and 5th value
+# 16+x and 34-x moves x pixel left or right
+#
+#hdmi_timings=320 1 19 43 36 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+# no overscan but blurry
+#hdmi_timings=320 1 19 43 36 224 1 11 14 15 0 0 0 60 0 6400000 1
+
+hdmi_timings=320 1 19 43 36 240 1 2 6 14 0 0 0 60 0 6400000 1
+
+#hdmi_timings=320 1 19 43 36 240 1 2 10 10 0 0 0 60 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 3 6 17 0 0 0 59 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 5 6 20 0 0 0 58 0 6400000 1
+
+# old hdmi_timings from 2.5.2
+#hdmi_timings=320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+
+
+#framebuffer_width=320
+#framebuffer_height=240
+
+# oc settings
+gpu_mem=256
+#gpu_mem_256=128
+#gpu_mem_512=256
+#gpu_mem_1024=256
+#arm_freq=1450
+#gpu_freq=500
+#sdram_freq=550
+#over_voltage=8
+#force_turbo=1
+
+es_rotate=1
+pi2jamma=0
+mme4crt_shift=30
diff --git a/etc/emulationstation/themes.sh b/etc/emulationstation/themes.sh
new file mode 100755
index 0000000..ea2d7b6
--- /dev/null
+++ b/etc/emulationstation/themes.sh
@@ -0,0 +1,190 @@
+local themes=(
+ 'arcadeforge push-a'
+ 'arcadeforge push-a-v'
+ 'arcadeforge pixel-heaven'
+ 'arcadeforge pixel-heaven-text'
+ 'arcadeforge 240p_Bubblegum'
+ 'arcadeforge 240p-honey'
+ 'RetroPie carbon'
+ 'RetroPie carbon-centered'
+ 'RetroPie carbon-nometa'
+ 'RetroPie simple'
+ 'RetroPie simple-dark'
+ 'RetroPie clean-look'
+ 'RetroPie color-pi'
+ 'RetroPie nbba'
+ 'RetroPie simplified-static-canela'
+ 'RetroPie turtle-pi'
+ 'RetroPie zoid'
+ 'ehettervik pixel'
+ 'ehettervik pixel-metadata'
+ 'ehettervik pixel-tft'
+ 'ehettervik luminous'
+ 'ehettervik minilumi'
+ 'ehettervik workbench'
+ 'AmadhiX eudora'
+ 'AmadhiX eudora-bigshot'
+ 'AmadhiX eudora-concise'
+ 'InsecureSpike retroplay-clean-canela'
+ 'InsecureSpike retroplay-clean-detail-canela'
+ 'Omnija simpler-turtlepi'
+ 'Omnija simpler-turtlemini'
+ 'Omnija metro'
+ 'lilbud material'
+ 'mattrixk io'
+ 'mattrixk metapixel'
+ 'mattrixk spare'
+ 'robertybob space'
+ 'robertybob simplebigart'
+ 'robertybob tv'
+ 'HerbFargus tronkyfran'
+ 'lilbud flat'
+ 'lilbud flat-dark'
+ 'lilbud minimal'
+ 'lilbud switch'
+ 'lilbud angular'
+ 'FlyingTomahawk futura-V'
+ 'FlyingTomahawk futura-dark-V'
+ 'G-rila fundamental'
+ 'ruckage nes-mini'
+ 'ruckage famicom-mini'
+ 'ruckage snes-mini'
+ 'anthonycaccese crt'
+ 'anthonycaccese crt-centered'
+ 'anthonycaccese art-book'
+ 'anthonycaccese art-book-4-3'
+ 'anthonycaccese art-book-pocket'
+ 'anthonycaccese art-book-micro'
+ 'anthonycaccese tft'
+ 'anthonycaccese picade'
+ 'TMNTturtleguy ComicBook'
+ 'TMNTturtleguy ComicBook_4-3'
+ 'TMNTturtleguy ComicBook_SE-Wheelart'
+ 'TMNTturtleguy ComicBook_4-3_SE-Wheelart'
+ 'ChoccyHobNob cygnus'
+ 'dmmarti steampunk'
+ 'dmmarti hurstyblue'
+ 'dmmarti maximuspie'
+ 'dmmarti showcase'
+ 'dmmarti kidz'
+ 'dmmarti unified'
+ 'dmmarti gamehat'
+ 'rxbrad freeplay'
+ 'rxbrad gbz35'
+ 'rxbrad gbz35-dark'
+ 'garaine marioblue'
+ 'garaine bigwood'
+ 'MrTomixf Royal_Primicia'
+ 'lostless playstation'
+ 'mrharias superdisplay'
+ 'coinjunkie synthwave'
+ 'nickearl retrowave'
+ 'nickearl retrowave_4_3'
+ 'pacdude minijawn'
+ 'RetroHursty69 magazinemadness'
+ 'RetroHursty69 stirling'
+ 'RetroHursty69 boxalloyred'
+ 'RetroHursty69 boxalloyblue'
+ 'RetroHursty69 greenilicious'
+ 'RetroHursty69 retroroid'
+ 'RetroHursty69 merryxmas'
+ 'RetroHursty69 cardcrazy'
+ 'RetroHursty69 license2game'
+ 'RetroHursty69 comiccrazy'
+ 'RetroHursty69 snazzy'
+ 'RetroHursty69 tributeGoT'
+ 'RetroHursty69 tributeSTrek'
+ 'RetroHursty69 tributeSWars'
+ 'RetroHursty69 crisp'
+ 'RetroHursty69 crisp_light'
+ 'RetroHursty69 primo'
+ 'RetroHursty69 primo_light'
+ 'RetroHursty69 back2basics'
+ 'RetroHursty69 retrogamenews'
+ 'RetroHursty69 bluray'
+ 'RetroHursty69 soda'
+ 'RetroHursty69 lightswitch'
+ 'RetroHursty69 darkswitch'
+ 'RetroHursty69 whiteslide'
+ 'RetroHursty69 graffiti'
+ 'RetroHursty69 whitewood'
+ 'RetroHursty69 sublime'
+ 'RetroHursty69 infinity'
+ 'RetroHursty69 neogeo_only'
+ 'RetroHursty69 boxcity'
+ 'RetroHursty69 vertical_arcade'
+ 'RetroHursty69 cabsnazzy'
+ 'RetroHursty69 garfieldism'
+ 'RetroHursty69 halloweenspecial'
+ 'RetroHursty69 heychromey'
+ 'RetroHursty69 homerism'
+ 'RetroHursty69 spaceinvaders'
+ 'RetroHursty69 disenchantment'
+ 'RetroHursty69 minions'
+ 'RetroHursty69 tmnt'
+ 'RetroHursty69 pacman'
+ 'RetroHursty69 dragonballz'
+ 'RetroHursty69 minecraft'
+ 'RetroHursty69 incredibles'
+ 'RetroHursty69 mario_melee'
+ 'RetroHursty69 evilresident'
+ 'RetroHursty69 hurstyspin'
+ 'RetroHursty69 cyber'
+ 'RetroHursty69 supersweet'
+ 'RetroHursty69 donkeykonkey'
+ 'RetroHursty69 snapback'
+ 'RetroHursty69 heman'
+ 'RetroHursty69 pitube'
+ 'RetroHursty69 batmanburton'
+ 'RetroHursty69 NegativeColor'
+ 'RetroHursty69 NegativeSepia'
+ 'RetroHursty69 corg'
+ 'RetroHursty69 mysticorb'
+ 'RetroHursty69 joysticks'
+ 'RetroHursty69 orbpilot'
+ 'RetroHursty69 bitfit'
+ 'RetroHursty69 circuit'
+ 'RetroHursty69 retroboy'
+ 'RetroHursty69 retroboy2'
+ 'RetroHursty69 hurstybluetake2'
+ 'RetroHursty69 fabuloso'
+ 'RetroHursty69 arcade1up_aspectratio54'
+ 'RetroHursty69 supersweet_aspectratio54'
+ 'RetroHursty69 heychromey_aspectratio54'
+ 'RetroHursty69 mariobrosiii'
+ 'RetroHursty69 vertical_limit_verticaltheme'
+ 'RetroHursty69 CapcomColorHorizontal'
+ 'RetroHursty69 CapcomColorSpin'
+ 'RetroHursty69 CapcomColorVertical'
+ 'RetroHursty69 bluesteel'
+ 'RetroHursty69 blueprism'
+ 'RetroHursty69 bluesmooth'
+ 'RetroHursty69 floyd'
+ 'RetroHursty69 floyd_arcade'
+ 'RetroHursty69 floyd_room'
+ 'RetroHursty69 Slick_Bluey'
+ 'RetroHursty69 Slick_Red'
+ 'RetroHursty69 ghostbusters'
+ 'RetroHursty69 realghostbusters'
+ 'RetroHursty69 stirlingness'
+ 'RetroHursty69 marco'
+ 'RetroHursty69 swatch'
+ 'RetroHursty69 meshy'
+ 'RetroHursty69 magazinemadness2'
+ 'RetroHursty69 CosmicRise'
+ 'RetroHursty69 uniflyered'
+ 'Saracade scv720'
+ 'chicueloarcade Chicuelo'
+ 'SuperMagicom nostalgic'
+ 'lipebello retrorama'
+ 'lipebello strangerstuff'
+ 'lipebello spaceoddity'
+ 'lipebello swineapple'
+ 'waweedman pii-wii'
+ 'waweedman Blade-360'
+ 'waweedman Venom'
+ 'waweedman Spider-Man'
+ 'blowfinger77 locomotion'
+ 'justincaseurskynet Arcade1up-5x4-Horizontal'
+ 'KALEL1981 Super-Retroboy'
+ )
diff --git a/etc/pikeyd165.conf b/etc/pikeyd165.conf
new file mode 100644
index 0000000..66d4c6f
--- /dev/null
+++ b/etc/pikeyd165.conf
@@ -0,0 +1,93 @@
+#pikeyd165.conf
+
+#format:
+# {keycode from /usr/include/linux/input.h} {GPIO pin no}
+# Not limited to a single key. A GPIO press will emit all defined keys in order.
+#P = Player; B = Button
+
+# P1B3 L
+KEY_SPACE 0
+# P1B4 B
+KEY_LEFTSHIFT 1
+# P1B5 A
+KEY_Z 2
+# P1B6 R
+KEY_X 3
+# P2B5
+KEY_I 4
+# P2B6
+KEY_K 5
+# P2B4
+KEY_W 6
+# P2B3
+KEY_Q 7
+# P1Left
+KEY_LEFT 8
+# P1Right
+KEY_RIGHT 9
+# P1B1 Y
+#KEY_LEFTCTRL 10
+KEY_ENTER 10
+# P1B2 X
+#KEY_LEFTALT 11
+KEY_BACKSPACE 11
+# P2B2
+KEY_S 12
+# P2B1
+KEY_A 13
+# P2Right
+KEY_G 14
+# P2Left
+KEY_D 15
+# P1Coin
+KEY_5 16
+# P1Start
+KEY_1 17
+# P1Up
+KEY_UP 18
+# P1Down
+KEY_DOWN 19
+# P2Down
+KEY_F 20
+# P2Up
+KEY_R 21
+# P2Start
+KEY_2 22
+# P2Coin
+KEY_6 23
+
+
+#special keys! bits pressed simultaniousley result in specified Key
+#maximum bits == 4
+
+# Service Menu retroarch
+# p1b2 p1start
+KEY_F1 17 11
+
+# Service Menu AdvMame, Mame4all
+# p2start p1b2 p1start
+#KEY_F2 22 11 17
+
+# Settings Mame4all
+# p2start p1b3 p1start
+#KEY_TAB 22 0 17
+
+# Quit Emulator / Game
+# p1start p1b1
+KEY_ESC 10 17
+
+# Coin Player 2
+# p1up p2start
+KEY_6 18 22
+# p2up p2start
+KEY_6 21 22
+
+# Coin Player 1
+# p1up p1start
+KEY_5 18 17
+
+# Menu C64, filter advmame
+# p2start p1b4 p1start
+#KEY_F12 22 1 17
+
+
diff --git a/home/pi/RetroPie-Setup/scriptmodules/supplementary/esthemes.sh b/home/pi/RetroPie-Setup/scriptmodules/supplementary/esthemes.sh
new file mode 100644
index 0000000..c065848
--- /dev/null
+++ b/home/pi/RetroPie-Setup/scriptmodules/supplementary/esthemes.sh
@@ -0,0 +1,337 @@
+#!/usr/bin/env bash
+
+# This file is part of The RetroPie Project
+#
+# The RetroPie Project is the legal property of its developers, whose names are
+# too numerous to list here. Please refer to the COPYRIGHT.md file distributed with this source.
+#
+# See the LICENSE.md file at the top-level directory of this distribution and
+# at https://raw.githubusercontent.com/RetroPie/RetroPie-Setup/master/LICENSE.md
+#
+
+rp_module_id="esthemes"
+rp_module_desc="Install themes for Emulation Station"
+rp_module_section="config"
+
+function depends_esthemes() {
+ if isPlatform "x11"; then
+ getDepends feh
+ else
+ getDepends fbi
+ fi
+}
+
+function install_theme_esthemes() {
+ local theme="$1"
+ local repo="$2"
+ if [[ -z "$repo" ]]; then
+ repo="RetroPie"
+ fi
+ if [[ -z "$theme" ]]; then
+ theme="carbon"
+ repo="RetroPie"
+ fi
+ mkdir -p "/etc/emulationstation/themes"
+ gitPullOrClone "/etc/emulationstation/themes/$theme" "https://github.com/$repo/es-theme-$theme.git"
+}
+
+function uninstall_theme_esthemes() {
+ local theme="$1"
+ if [[ -d "/etc/emulationstation/themes/$theme" ]]; then
+ rm -rf "/etc/emulationstation/themes/$theme"
+ fi
+}
+
+function gui_esthemes() {
+
+# . /etc/emulationstation/themes.sh
+
+local themes=(
+ 'arcadeforge push-a'
+ 'arcadeforge push-a-v'
+ 'arcadeforge pixel-heaven'
+ 'arcadeforge pixel-heaven-text'
+ 'arcadeforge 240p_Bubblegum'
+ 'arcadeforge 240p-honey'
+ 'xovox RetroCRT-240p'
+ 'xovox RetroCRT-240p-Vertical'
+ 'RetroPie carbon'
+ 'RetroPie carbon-centered'
+ 'RetroPie carbon-nometa'
+ 'RetroPie simple'
+ 'RetroPie simple-dark'
+ 'RetroPie clean-look'
+ 'RetroPie color-pi'
+ 'RetroPie nbba'
+ 'RetroPie simplified-static-canela'
+ 'RetroPie turtle-pi'
+ 'RetroPie zoid'
+ 'ehettervik pixel'
+ 'ehettervik pixel-metadata'
+ 'ehettervik pixel-tft'
+ 'ehettervik luminous'
+ 'ehettervik minilumi'
+ 'ehettervik workbench'
+ 'AmadhiX eudora'
+ 'AmadhiX eudora-bigshot'
+ 'AmadhiX eudora-concise'
+ 'InsecureSpike retroplay-clean-canela'
+ 'InsecureSpike retroplay-clean-detail-canela'
+ 'Omnija simpler-turtlepi'
+ 'Omnija simpler-turtlemini'
+ 'Omnija metro'
+ 'lilbud material'
+ 'mattrixk io'
+ 'mattrixk metapixel'
+ 'mattrixk spare'
+ 'robertybob space'
+ 'robertybob simplebigart'
+ 'robertybob tv'
+ 'HerbFargus tronkyfran'
+ 'lilbud flat'
+ 'lilbud flat-dark'
+ 'lilbud minimal'
+ 'lilbud switch'
+ 'lilbud angular'
+ 'FlyingTomahawk futura-V'
+ 'FlyingTomahawk futura-dark-V'
+ 'G-rila fundamental'
+ 'ruckage nes-mini'
+ 'ruckage famicom-mini'
+ 'ruckage snes-mini'
+ 'anthonycaccese crt'
+ 'anthonycaccese crt-centered'
+ 'anthonycaccese art-book'
+ 'anthonycaccese art-book-4-3'
+ 'anthonycaccese art-book-pocket'
+ 'anthonycaccese art-book-micro'
+ 'anthonycaccese tft'
+ 'anthonycaccese picade'
+ 'TMNTturtleguy ComicBook'
+ 'TMNTturtleguy ComicBook_4-3'
+ 'TMNTturtleguy ComicBook_SE-Wheelart'
+ 'TMNTturtleguy ComicBook_4-3_SE-Wheelart'
+ 'ChoccyHobNob cygnus'
+ 'dmmarti steampunk'
+ 'dmmarti hurstyblue'
+ 'dmmarti maximuspie'
+ 'dmmarti showcase'
+ 'dmmarti kidz'
+ 'dmmarti unified'
+ 'dmmarti gamehat'
+ 'rxbrad freeplay'
+ 'rxbrad gbz35'
+ 'rxbrad gbz35-dark'
+ 'garaine marioblue'
+ 'garaine bigwood'
+ 'MrTomixf Royal_Primicia'
+ 'lostless playstation'
+ 'mrharias superdisplay'
+ 'coinjunkie synthwave'
+ 'nickearl retrowave'
+ 'nickearl retrowave_4_3'
+ 'pacdude minijawn'
+ 'RetroHursty69 magazinemadness'
+ 'RetroHursty69 stirling'
+ 'RetroHursty69 boxalloyred'
+ 'RetroHursty69 boxalloyblue'
+ 'RetroHursty69 greenilicious'
+ 'RetroHursty69 retroroid'
+ 'RetroHursty69 merryxmas'
+ 'RetroHursty69 cardcrazy'
+ 'RetroHursty69 license2game'
+ 'RetroHursty69 comiccrazy'
+ 'RetroHursty69 snazzy'
+ 'RetroHursty69 tributeGoT'
+ 'RetroHursty69 tributeSTrek'
+ 'RetroHursty69 tributeSWars'
+ 'RetroHursty69 crisp'
+ 'RetroHursty69 crisp_light'
+ 'RetroHursty69 primo'
+ 'RetroHursty69 primo_light'
+ 'RetroHursty69 back2basics'
+ 'RetroHursty69 retrogamenews'
+ 'RetroHursty69 bluray'
+ 'RetroHursty69 soda'
+ 'RetroHursty69 lightswitch'
+ 'RetroHursty69 darkswitch'
+ 'RetroHursty69 whiteslide'
+ 'RetroHursty69 graffiti'
+ 'RetroHursty69 whitewood'
+ 'RetroHursty69 sublime'
+ 'RetroHursty69 infinity'
+ 'RetroHursty69 neogeo_only'
+ 'RetroHursty69 boxcity'
+ 'RetroHursty69 vertical_arcade'
+ 'RetroHursty69 cabsnazzy'
+ 'RetroHursty69 garfieldism'
+ 'RetroHursty69 halloweenspecial'
+ 'RetroHursty69 heychromey'
+ 'RetroHursty69 homerism'
+ 'RetroHursty69 spaceinvaders'
+ 'RetroHursty69 disenchantment'
+ 'RetroHursty69 minions'
+ 'RetroHursty69 tmnt'
+ 'RetroHursty69 pacman'
+ 'RetroHursty69 dragonballz'
+ 'RetroHursty69 minecraft'
+ 'RetroHursty69 incredibles'
+ 'RetroHursty69 mario_melee'
+ 'RetroHursty69 evilresident'
+ 'RetroHursty69 hurstyspin'
+ 'RetroHursty69 cyber'
+ 'RetroHursty69 supersweet'
+ 'RetroHursty69 donkeykonkey'
+ 'RetroHursty69 snapback'
+ 'RetroHursty69 heman'
+ 'RetroHursty69 pitube'
+ 'RetroHursty69 batmanburton'
+ 'RetroHursty69 NegativeColor'
+ 'RetroHursty69 NegativeSepia'
+ 'RetroHursty69 corg'
+ 'RetroHursty69 mysticorb'
+ 'RetroHursty69 joysticks'
+ 'RetroHursty69 orbpilot'
+ 'RetroHursty69 bitfit'
+ 'RetroHursty69 circuit'
+ 'RetroHursty69 retroboy'
+ 'RetroHursty69 retroboy2'
+ 'RetroHursty69 hurstybluetake2'
+ 'RetroHursty69 fabuloso'
+ 'RetroHursty69 arcade1up_aspectratio54'
+ 'RetroHursty69 supersweet_aspectratio54'
+ 'RetroHursty69 heychromey_aspectratio54'
+ 'RetroHursty69 mariobrosiii'
+ 'RetroHursty69 vertical_limit_verticaltheme'
+ 'RetroHursty69 CapcomColorHorizontal'
+ 'RetroHursty69 CapcomColorSpin'
+ 'RetroHursty69 CapcomColorVertical'
+ 'RetroHursty69 bluesteel'
+ 'RetroHursty69 blueprism'
+ 'RetroHursty69 bluesmooth'
+ 'RetroHursty69 floyd'
+ 'RetroHursty69 floyd_arcade'
+ 'RetroHursty69 floyd_room'
+ 'RetroHursty69 Slick_Bluey'
+ 'RetroHursty69 Slick_Red'
+ 'RetroHursty69 ghostbusters'
+ 'RetroHursty69 realghostbusters'
+ 'RetroHursty69 stirlingness'
+ 'RetroHursty69 marco'
+ 'RetroHursty69 swatch'
+ 'RetroHursty69 meshy'
+ 'RetroHursty69 magazinemadness2'
+ 'RetroHursty69 CosmicRise'
+ 'RetroHursty69 uniflyered'
+ 'Saracade scv720'
+ 'chicueloarcade Chicuelo'
+ 'SuperMagicom nostalgic'
+ 'lipebello retrorama'
+ 'lipebello strangerstuff'
+ 'lipebello spaceoddity'
+ 'lipebello swineapple'
+ 'waweedman pii-wii'
+ 'waweedman Blade-360'
+ 'waweedman Venom'
+ 'waweedman Spider-Man'
+ 'blowfinger77 locomotion'
+ 'justincaseurskynet Arcade1up-5x4-Horizontal'
+ 'KALEL1981 Super-Retroboy'
+ )
+
+
+ while true; do
+ local theme
+ local installed_themes=()
+ local repo
+ local options=()
+ local status=()
+ local default
+
+ local gallerydir="/etc/emulationstation/es-theme-gallery"
+ if [[ -d "$gallerydir" ]]; then
+ status+=("i")
+ options+=(G "View or Update Theme Gallery")
+ else
+ status+=("n")
+ options+=(G "Download Theme Gallery")
+ fi
+
+ options+=(U "Update all installed themes")
+
+ local i=1
+ for theme in "${themes[@]}"; do
+ theme=($theme)
+ repo="${theme[0]}"
+ theme="${theme[1]}"
+ if [[ -d "/etc/emulationstation/themes/$theme" ]]; then
+ status+=("i")
+ options+=("$i" "Update or Uninstall $repo/$theme (installed)")
+ installed_themes+=("$theme $repo")
+ else
+ status+=("n")
+ options+=("$i" "Install $repo/$theme")
+ fi
+ ((i++))
+ done
+ local cmd=(dialog --default-item "$default" --backtitle "$__backtitle" --menu "Choose an option" 22 76 16)
+ local choice=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
+ default="$choice"
+ [[ -z "$choice" ]] && break
+ case "$choice" in
+ G)
+ if [[ "${status[0]}" == "i" ]]; then
+ options=(1 "View Theme Gallery" 2 "Update Theme Gallery" 3 "Remove Theme Gallery")
+ cmd=(dialog --backtitle "$__backtitle" --menu "Choose an option for gallery" 12 40 06)
+ local choice=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
+ case "$choice" in
+ 1)
+ cd "$gallerydir"
+ if isPlatform "x11"; then
+ feh --info "echo %f" --slideshow-delay 6 --fullscreen --auto-zoom --filelist images.list
+ else
+ fbi --timeout 6 --once --autozoom --list images.list
+ fi
+ ;;
+ 2)
+ gitPullOrClone "$gallerydir" "https://github.com/wetriner/es-theme-gallery"
+ ;;
+ 3)
+ if [[ -d "$gallerydir" ]]; then
+ rm -rf "$gallerydir"
+ fi
+ ;;
+ esac
+ else
+ gitPullOrClone "$gallerydir" "http://github.com/wetriner/es-theme-gallery"
+ fi
+ ;;
+ U)
+ for theme in "${installed_themes[@]}"; do
+ theme=($theme)
+ rp_callModule esthemes install_theme "${theme[0]}" "${theme[1]}"
+ done
+ ;;
+ *)
+ theme=(${themes[choice-1]})
+ repo="${theme[0]}"
+ theme="${theme[1]}"
+ if [[ "${status[choice]}" == "i" ]]; then
+ options=(1 "Update $repo/$theme" 2 "Uninstall $repo/$theme")
+ cmd=(dialog --backtitle "$__backtitle" --menu "Choose an option for theme" 12 40 06)
+ local choice=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
+ case "$choice" in
+ 1)
+ rp_callModule esthemes install_theme "$theme" "$repo"
+ ;;
+ 2)
+ rp_callModule esthemes uninstall_theme "$theme"
+ ;;
+ esac
+ else
+ rp_callModule esthemes install_theme "$theme" "$repo"
+ fi
+ ;;
+ esac
+ done
+}
diff --git a/home/pi/RetroPie/retropiemenu/Update RetroPieRGB.sh b/home/pi/RetroPie/retropiemenu/Update RetroPieRGB.sh
new file mode 100755
index 0000000..4246659
--- /dev/null
+++ b/home/pi/RetroPie/retropiemenu/Update RetroPieRGB.sh
@@ -0,0 +1,6 @@
+dir=$(pwd)
+cd /home/pi/RetroPieRGB
+sudo -s git pull origin master
+chmod +x patch.sh
+./patch.sh
+cd $dir
diff --git a/home/pi/RetroPie/retropiemenu/rotate screen.sh b/home/pi/RetroPie/retropiemenu/rotate screen.sh
new file mode 100755
index 0000000..64100ed
--- /dev/null
+++ b/home/pi/RetroPie/retropiemenu/rotate screen.sh
@@ -0,0 +1,33 @@
+#####
+# this scripts rotates screen for emulationstation
+# Author Jochen Zurborg
+# Date : 06.11.2019
+#
+# This script is made for hardware pi2scart and pi2jamma from www.arcadeforge.de
+
+setterm -foreground black -store
+
+killall emulationstation > /dev/null 2>&1
+clear
+
+sleep 1
+
+# params was already fetched
+. /home/pi/rgb_config.sh
+
+
+new_rotate=$(( $es_rotate + 1 ))
+if [ $new_rotate -eq 4 ] ; then
+ new_rotate=0
+fi
+
+#echo "starting emulationstation with rotate $new_rotate"
+#sleep 1
+sudo sed -i "s/^es_rotate.*/es_rotate=$new_rotate/" /boot/config.txt
+
+sed -i "s/^es_rotate.*/es_rotate=$new_rotate/" /home/pi/rgb_config.sh
+
+setterm -foreground white -store
+
+emulationstation --screenrotate $new_rotate
+
diff --git a/home/pi/rgb_default_config.sh b/home/pi/rgb_default_config.sh
new file mode 100644
index 0000000..fa11f33
--- /dev/null
+++ b/home/pi/rgb_default_config.sh
@@ -0,0 +1,4 @@
+es_rotate=0
+pi2jamma=0
+rgb_screen_shift=-15
+rgb_screen_width=2
diff --git a/howto_git.txt b/howto_git.txt
new file mode 100644
index 0000000..eb9e571
--- /dev/null
+++ b/howto_git.txt
@@ -0,0 +1,42 @@
+Author : Jochen Zurborg
+Date : 04.11.2019
+
+Find here a quick tutorial how to use git for our little project.
+
+Downloading this repository
+===========================
+
+git clone https://github.com/arcadeforge/runcommand
+
+Enabling your account
+=====================
+
+git config --global user.name "yourname"
+git config --global user.email "youremail"
+
+
+What happened since my last changes?
+====================================
+
+git status
+
+Adding edited files to your local repository
+============================================
+
+- easy way
+git add .
+
+- file specific
+git add yourfilename
+
+Commit changes to repository
+============================
+
+git commit -m"What you did"
+
+Uploading changes to github.com
+===============================
+
+git push
+
+
diff --git a/opt/retropie/configs/all/arcade_res_table.txt b/opt/retropie/configs/all/arcade_res_table.txt
new file mode 100644
index 0000000..0666ae7
--- /dev/null
+++ b/opt/retropie/configs/all/arcade_res_table.txt
@@ -0,0 +1,4840 @@
+1941;"1941 - Counter Attack - 1941 - Counter Attack (900227 World)";384x224@60;V
+1941j;"1941 - Counter Attack (Japan)";384x224@60;V
+1941r1;"1941 - Counter Attack (World)";384x224@60;V
+1941u;"1941 - Counter Attack (900227 USA)";384x224@60;V
+1942;"1942 (Jpn) - 1942 (Revision B)";256x224@60;V
+1942a;"1942 (Jpn, Alt) - 1942 (Revision A)";256x224@60;V
+1942abl;"1942 (Revision A, bootleg)";256x224@60;V
+1942b;"1942 (First Version)";256x224@60;V
+1942c64;"1942 (C64 Music)";256x224@60;V
+1942h;"Supercharger 1942";256x224@60;V
+1942w;"1942 (Williams Electronics license)";256x224@60;V
+1943;"1943: The Battle of Midway (Euro)";256x224@60;V
+1943b;"1943: The Battle of Midway (bootleg set 1, hack of Jap";256x224@60;V
+1943b2;"1943: The Battle of Midway (bootleg set 2, hack of Jap";256x224@60;V
+1943bj;"1943: Midway Kaisen (bootleg)";256x224@60;V
+1943j;"1943: Midway Kaisen (Japan, Rev B)";256x224@60;V
+1943ja;"1943: Midway Kaisen (Japan)";256x224@60;V
+1943ja2;"1943: The Battle of Midway (hack of Japan set)";256x224@60;V
+1943kai;"1943 Kai - 1943 Kai: Midway Kaisen (Japan)";256x224@60;V
+1943mii;"1943: The Battle of Midway Mark II (US)";256x224@60;V
+1943u;"1943: The Battle of Midway (US, Rev C)";256x224@60;V
+1943ua;"1943: The Battle of Midway (US)";256x224@60;V
+1944;"1944 - the loop master (000620 USA)";384x224@60;H
+1944ad;"1944 - the loop master (000620 USA Phoenix Edition, al";384x224@60;H
+1944d;"1944 - the loop master (000620 USA Phoenix Edition)";384x224@60;H
+1944j;"1944 - the loop master (000620 Japan)";384x224@60;H
+1945kiii;"1945k III (newer, OPCX2 PCB)";320x224@60;V
+1945kiiin;"1945k III (newer, OPCX1 PCB)";320x224@60;V
+1945kiiio;"1945k III (older, OPCX1 PCB)";320x224@60;V
+19xx;"19XX - the war against destiny (951207 USA)";384x224@60;V
+19xxa;"19XX - the war against destiny (960104 Asia)";384x224@60;V
+19xxar1;"19XX - the war against destiny (951207 Asia)";384x224@60;V
+19xxb;"19XX - the war against destiny (951218 Brazil)";384x224@60;V
+19xxd;"19XX - the war against destiny (951207 USA Phoenix Edi";384x224@60;V
+19xxh;"19XX - the war against destiny (951218 Hispanic)";384x224@60;V
+19xxj;"19XX - the war against destiny (960104 Japan, yellow c";384x224@60;V
+19xxjr1;"19XX - the war against destiny (951225 Japan)";384x224@60;V
+19xxjr2;"19XX - the war against destiny (951207 Japan)";384x224@60;V
+2020bb;"2020 Super Baseball (set 1) - Super Baseball 2020 (Euro, USA)";304x224@59;H
+2020bba;"2020 Super Baseball (set 2)";304x224@59;H
+2020bbh;"2020 Super Baseball (set 3)";304x224@59;H
+3countb;"3 Count Bout / Fire Suplex (NGM-043)(NGH-043)";320x224@59;H
+3countba;"3 Count Bout / Fire Suplex (NGM-043)";320x224@59;H
+3in1semi;"XESS - The New Revolution (SemiCom 3-in-1)";256x224@58;H
+3kokushi;"Sankokushi (Japan)";320x240@60;H
+3wonders;"Three Wonders (wonder 3 910520 etc)";384x224@60;H
+3wondersb;"Three Wonders (bootleg set 2, wonder 3 910520 etc)";384x224@60;H
+3wondersh;"Three Wonders (bootleg set 1, wonder 3 910520 etc)";384x224@60;H
+3wondersha;"Three Wonders (bootleg set 3, wonder 3 910520 etc)";384x224@60;H
+3wondersr1;"Three Wonders (wonder 3 910513 etc)";384x224@60;H
+3wondersu;"Three Wonders (wonder 3 910520 USA)";384x224@60;H
+4dwarrio;"4-D Warriors (315-5162)";256x224@60;H
+4enraya;"4 En Raya (set 1)";256x224@60;H
+4enrayaa;"4 En Raya (set 2)";256x224@60;H
+4in1;"4 Fun in 1 - Sega Game Pack 4 in 1 (Euro)";256x224@60;V
+4in1boot;"Puzzle King";256x224@58;H
+4play;"4 player input test";304x224@59;H
+600;"600";256x224@60;V
+64street;"64th. Street - A Detective Story (World)";256x224@60;H
+64streetj;"64th. Street - A Detective Story (Japan, set 1)";256x224@60;H
+64streetja;"64th. Street - A Detective Story (Japan, alt)";256x224@60;H
+720;"720° (Atari System 2)";512x384@60;H
+7ordi;"7 Ordi (Korea)";320x240@60;H
+7toitsu;"Chi-Toitsu";384x240@60;H
+800fath;"800 Fathoms";256x224@60;V
+88games;"'88 Games";304x224@60;H
+8bpm;"Eight Ball Action (Pac-Man conversion)";256x224@60;V
+99lstwar;"'99: The Last War";288x224@60;V
+99lstwara;"'99: The Last War (alternate)";288x224@60;V
+99lstwark;"'99: The Last War (Kyugo)";288x224@60;V
+abcop;"A.B. Cop (World, FD1094 317-0169b)";320x224@60;H
+abcopd;"A.B. Cop (World, FD1094 317-0169b decrypted)";320x224@60;H
+abcopj;"A.B. Cop (Japan, FD1094 317-0169b)";320x224@60;H
+abcopjd;"A.B. Cop (Japan, FD1094 317-0169b decrypted)";320x224@60;H
+abscam;"Abscam";288x224@60;V
+aburner;"After Burner - After Burner (World)";320x224@60;H
+aburner2;"After Burner II - After Burner II - After Burner II (Euro, USA)";320x224@60;H
+aburner2g;"After Burner II (German)";320x224@60;H
+aceattac;"Ace Attacker (FD1094 317-0059)";320x224@60;V
+aceattaca;"Ace Attacker (Japan, System 16A, FD1094 317-0060)";320x224@60;V
+acitya;"Atlantic City Action";288x224@60;V
+acrobatm;"Acrobat Mission";256x224@56;V
+actfancr;"Act-Fancer Cybernetick Hyper Weapon (World revision 2)";256x240@60;H
+actfancr1;"Act-Fancer Cybernetick Hyper Weapon (World revision 1)";256x240@60;H
+actfancrj;"Act-Fancer Cybernetick Hyper Weapon (Japan revision 1)";256x240@60;H
+ad2083;"A.D. 2083";256x224@60;V
+aeroboto;"Aeroboto";248x224@60;H
+aerofgt;"Aero Fighters";320x224@60;V
+aerofgtb;"Aero Fighters (Turbo Force hardware set 1)";320x224@60;V
+aerofgtc;"Aero Fighters (Turbo Force hardware set 2)";320x224@60;V
+afighter;"Action Fighter, FD1089A 317-0018";320x224@60;V
+agallet;"Air Gallet (Europe)";320x240@58;V
+agalleta;"Air Gallet (older, Europe)";320x240@58;V
+agalletah;"Air Gallet (older, Hong Kong)";320x240@58;V
+agalletaj;"Akuu Gallet (older, Japan)";320x240@58;V
+agalletak;"Air Gallet (older, Korea)";320x240@58;V
+agalletat;"Air Gallet (older, Taiwan)";320x240@58;V
+agalletau;"Air Gallet (older, USA)";320x240@58;V
+agalleth;"Air Gallet (Hong Kong)";320x240@58;V
+agalletj;"Akuu Gallet (Japan)";320x240@58;V
+agalletk;"Air Gallet (Korea)";320x240@58;V
+agallett;"Air Gallet (Taiwan)";320x240@58;V
+agalletu;"Air Gallet (USA)";320x240@58;V
+agentx1;"Agent X (prototype, rev 1)";256x232@60;H
+agentx2;"Agent X (prototype, rev 2)";256x232@60;H
+agentx3;"Agent X (prototype, rev 3)";256x232@60;H
+agentx4;"Agent X (prototype, rev 4)";256x232@60;H
+agress;"Agress";320x240@58;H
+agressb;"Agress (English bootleg)";320x240@58;H
+airass;"Air Assault (World)";320x240@60;V
+airattck;"Air Attack (set 1)";256x224@56;V
+airattcka;"Air Attack (set 2)";256x224@56;V
+airbustr;"Air Buster: Trouble Specialty Raid Unit (USA) - Air Buster: Trouble Specialty Raid Unit (World)";256x224@60;H
+airbustrb;"Air Buster: Trouble Specialty Raid Unit (bootleg)";256x224@60;H
+airbustrj;"Air Buster: Trouble Specialty Raid Unit (Japan)";256x224@60;H
+airduel;"Air Duel (World, M82-A-A + M82-B-A)";384x256@55;V
+airduelm72;"Air Duel (Japan, M72)";384x256@55;V
+airwolf;"Airwolf";288x224@60;H
+airwolfa;"Airwolf (US)";288x224@60;H
+ajax;"Ajax";304x224@60;V
+ajaxj;"Ajax (Japan)";304x224@60;V
+akkanvdr;"Akkanbeder (Ver 2.5J 1995/06/14)";320x224@60;V
+akumajou;"Akuma-Jou Dracula (Japan ver. P)";256x224@60;H
+akumajoun;"Akuma-Jou Dracula (Japan ver. N)";256x224@60;H
+alcon;"Alcon (US) - Falcon - Falcon (bootleg of Phoenix) (8085A CPU)";280x240@60;V
+alexkidd;"Alex Kidd in Miracle World (Euro, USA, v1) - Alex Kidd in Miracle World (Tw, SMS Mode) - Alex Kidd in the Enchanted Castle (Euro, Rev. A) - Alex Kidd: The Lost Stars (set 2, unprotected)";320x224@60;H
+alexkidd1;"Alex Kidd in Miracle World (Euro, USA, v0) - Alex Kidd in the Enchanted Castle (Euro) - Alex Kidd: The Lost Stars (set 1, FD1089A 317-unknown)";320x224@60;H
+alibaba;"Ali Baba and 40 Thieves - Alibaba and 40 Thieves (Jpn) - Alibaba and 40 Thieves (Kor)";288x224@60;V
+alibabab;"Alibaba and 40 Thieves (Jpn, Alt 2) - Mustafa and 40 Thieves (bootleg)";288x224@60;V
+aliencha;"Alien Challenge (World)";448x224@60;H
+alienchac;"Alien Challenge (China)";448x224@60;H
+aliens;"Aliens (World set 1) - Aliens - Alien 2 (Jpn)";288x224@60;H
+aliens2;"Aliens (World set 2)";288x224@60;H
+aliens3;"Aliens (World set 3)";288x224@60;H
+aliensa;"Aliens (Asia) - Aliens - Alien 2 (Jpn, Alt)";288x224@60;H
+aliensec;"Alien Sector";288x224@60;H
+aliensj;"Aliens (Japan set 1)";288x224@60;H
+aliensj2;"Aliens (Japan set 2)";288x224@60;H
+aliensu;"Aliens (US)";288x224@60;H
+aliensyn;"Alien Syndrome (Euro, USA) - Alien Syndrome (Euro, USA, Bra) - Alien Syndrome (set 4, System 16B, unprotected)";320x224@60;H
+aliensyn2;"Alien Syndrome (set 2, System 16A, FD1089A 317-0033)";320x224@60;H
+aliensyn3;"Alien Syndrome (set 3, System 16B, FD1089A 317-0033)";320x224@60;H
+aliensyn5;"Alien Syndrome (set 5, System 16A, FD1089B 317-0037)";320x224@60;H
+aliensyn7;"Alien Syndrome (set 7, System 16B, MC-8123B 317-00xx)";320x224@60;H
+aliensynj;"Alien Syndrome (Jpn) - Alien Syndrome (Jpn) - Alien Syndrome (set 6, Japan, new, System 16B, FD1089A";320x224@60;H
+aliensynjo;"Alien Syndrome (set 1, Japan, old, System 16A, FD1089A";320x224@60;H
+aligatorun;"Alligator Hunt (unprotected)";320x240@60;H
+alinvade;"Alien Invaders";128x128@60;V
+alpham2;"Alpha Mission II / ASO II - Last Guardian (NGM-007)(NG";304x224@59;H
+alpham2p;"Alpha Mission II / ASO II - Last Guardian (prototype)";304x224@59;H
+alphamis;"Alpha Mission";288x216@60;V
+alphaxz;"The Alphax Z (Japan)";256x224@60;V
+altbeast;"Altered Beast (Euro, USA) - Altered Beast (Euro, USA, Bra) - Altered Beast (set 8, 8751 317-0078)";320x224@60;H
+altbeast2;"Altered Beast (set 2, MC-8123B 317-0066)";320x224@60;H
+altbeast4;"Altered Beast (set 4, MC-8123B 317-0066)";320x224@60;H
+altbeast5;"Altered Beast (set 5, FD1094 317-0069)";320x224@60;H
+altbeast5d;"Altered Beast (set 5, FD1094 317-0069 decrypted)";320x224@60;H
+altbeast6;"Altered Beast (set 6, 8751 317-0076)";320x224@60;H
+altbeastj;"Juuouki (set 7, Japan, 8751 317-0077)";320x224@60;H
+altbeastj1;"Juuouki (set 1, Japan, FD1094 317-0065)";320x224@60;H
+altbeastj3;"Juuouki (set 3, Japan, FD1094 317-0068)";320x224@60;H
+altbeastj3d;"Juuouki (set 3, Japan, FD1094 317-0068 decrypted)";320x224@60;H
+amatelas;"Sei Senshi Amatelass";256x224@60;V
+amazon;"Soldier Girl Amazon";256x224@60;V
+ambush;"Ambush";256x224@60;H
+ambushh;"Ambush (hack?)";256x224@60;H
+ambushj;"Ambush (Japan)";256x224@60;H
+ambushv;"Ambush (Volt Elec co-ltd)";256x224@60;H
+amidar;"Amidar";256x224@60;V
+amidar1;"Amidar (older)";256x224@60;V
+amidarb;"Amidar (bootleg)";256x224@60;V
+amidaro;"Amidar (Olympia)";256x224@60;V
+amidars;"Amidar (Scramble hardware)";256x224@60;V
+amidaru;"Amidar (Stern)";256x224@60;V
+amigo;"Amigo";256x224@60;V
+androdun;"Andro Dunos (NGM-049)(NGH-049)";304x224@59;H
+androidp;"Android (prototype, later build)";256x192@60;V
+androidpo;"Android (prototype, early build)";256x192@60;V
+angelkds;"Angel Kids (Japan)";256x240@60;V
+anteater;"Anteater";256x224@60;V
+anteaterg;"Ameisenbaer (German)";256x224@60;V
+anteateruk;"The Anteater (UK)";256x224@60;V
+aodk;"Aggressors of Dark Kombat / Tsuukai GANGAN Koushinkyok";304x224@59;H
+aof;"Art of Fighting (Euro) - Art of Fighting / Ryuuko no Ken (NGM-044)(NGH-044)";304x224@59;H
+aof2;"Art of Fighting 2 / Ryuuko no Ken 2 (NGM-056)";304x224@59;H
+aof2a;"Art of Fighting 2 / Ryuuko no Ken 2 (NGH-056)";304x224@59;H
+aof3;"Art of Fighting 3 - The Path of the Warrior / Art of F";304x224@59;H
+aof3k;"Art of Fighting 3 - The Path of the Warrior (Korean re";304x224@59;H
+apb;"APB - All Points Bulletin (Atari System 2)";512x384@60;V
+aponow;"Apocaljpse Now";256x224@60;V
+appoooh;"Appoooh";256x224@60;H
+aquajack;"Aquajack (World)";320x240@60;H
+aquajackj;"Aquajack (Japan)";320x240@60;H
+aquajacku;"Aquajack (US)";320x240@60;H
+aquarium;"Aquarium (US)";320x256@60;H
+aquariumj;"Aquarium (Japan)";320x256@60;H
+arabian;"Arabian";256x234@60;V
+arabiana;"Arabian (Atari)";256x234@60;V
+arabianm;"Arabian Magic (Ver 1.0O 1992/07/06)";320x224@60;H
+arabianmj;"Arabian Magic (Ver 1.0J 1992/07/06)";320x224@60;H
+arabianmu;"Arabian Magic (Ver 1.0A 1992/07/06)";320x224@60;H
+aracnis;"Aracnis (bootleg of Scorpion on Moon Cresta hardware)";256x224@60;V
+arbalest;"Arbalester";384x224@60;V
+arcadian;"Arcadia (NMK)";384x224@56;V
+area88;"Area 88 (Japan)";384x224@60;H
+area88r;"Area 88 (Japan Resale ver.)";384x224@60;H
+arian;"Arian Mission";288x216@60;V
+ark1ball;"Arkanoid (bootleg with MCU, harder)";256x224@60;V
+ark1balla;"Arkanoid (bootleg with MCU, harder, alt)";256x224@60;V
+arkangc;"Arkanoid (Game Corporation bootleg, set 1)";256x224@60;V
+arkangc2;"Arkanoid (Game Corporation bootleg, set 2)";256x224@60;V
+arkanoid;"Arkanoid (Euro?) - Arkanoid (World, oldest rev)";256x224@60;V
+arkanoidj;"Arkanoid (Japan) - Arkanoid (Jpn)";256x224@60;V
+arkanoidja;"Arkanoid (Japan, older rev) - Arkanoid (Jpn, Alt)";256x224@60;V
+arkanoidjb;"Arkanoid (Japan, oldest rev)";256x224@60;V
+arkanoidjbl;"Arkanoid (bootleg with MCU set 1)";256x224@60;V
+arkanoidjbl2;"Arkanoid (bootleg with MCU set 2)";256x224@60;V
+arkanoidjbla;"Arkanoid (bootleg with MCU, alt)";256x224@60;V
+arkanoidu;"Arkanoid (US)";256x224@60;V
+arkanoiduo;"Arkanoid (US, oldest rev)";256x224@60;V
+arkarea;"Ark Area";256x192@60;H
+arkatayt;"Arkanoid (Tayto bootleg)";256x224@60;V
+arkatour;"Tournament Arkanoid (US)";256x224@60;V
+arkbloc2;"Block (Game Corporation bootleg, set 2)";256x224@60;V
+arkblock;"Block (Game Corporation bootleg, set 1)";256x224@60;V
+arkgcbl;"Arkanoid (bootleg on Block hardware)";256x224@60;V
+arknoid2;"Arkanoid - Revenge of DOH (World)";256x224@60;V
+arknoid2b;"Arkanoid - Revenge of DOH (Japan bootleg)";256x224@60;V
+arknoid2j;"Arkanoid - Revenge of DOH (Japan)";256x224@60;V
+arknoid2u;"Arkanoid - Revenge of DOH (US)";256x224@60;V
+arkretrn;"Arkanoid Returns (Ver 2.02O 1997/02/10)";320x232@60;H
+arkretrnj;"Arkanoid Returns (Ver 2.02J 1997/02/10)";320x232@60;H
+arkretrnu;"Arkanoid Returns (Ver 2.02A 1997/02/10)";320x232@60;H
+arktayt2;"Arkanoid (Tayto bootleg, harder)";256x224@60;V
+armedf;"Armed Formation - Armed Formation F";320x240@57;V
+armedff;"Armed Formation (Fillmore license)";320x240@57;V
+armorcar;"Armored Car (set 1)";256x224@60;V
+armorcar2;"Armored Car (set 2)";256x224@60;V
+armwar;"Armored Warriors (941024 Europe)";384x224@60;H
+armwar1d;"Armored Warriors (941011 Europe Phoenix Edition)";384x224@60;H
+armwara;"Armored Warriors (941024 Asia)";384x224@60;H
+armwarar1;"Armored Warriors (940920 Asia)";384x224@60;H
+armwarr1;"Armored Warriors (941011 Europe)";384x224@60;H
+armwaru;"Armored Warriors (941024 USA)";384x224@60;H
+armwaru1;"Armored Warriors (940920 USA)";384x224@60;H
+armwrest;"Arm Wrestling";448x256@60;V
+ashnojoe;"Ashita no Joe (Japan)";288x208@60;H
+ashura;"Ashura (Jpn) - Ashura Blaster (World)";320x224@60;V
+ashuraj;"Ashura Blaster (Japan)";320x224@60;V
+ashurau;"Ashura Blaster (US)";320x224@60;V
+asideral;"Ataque Sideral (Spanish bootleg of UniWar S)";256x224@60;V
+aso;"ASO - Armored Scrum Object";288x216@60;V
+assault;"Assault (Rev B) - Desert Assault (US)";288x224@60;V
+assaultj;"Assault (Japan)";288x224@60;V
+assaultp;"Assault Plus (Japan)";288x224@60;V
+asterix;"Asterix (Euro, v1) - Asterix (ver EAD)";288x224@60;H
+asterixaad;"Asterix (ver AAD)";288x224@60;H
+asterixeaa;"Asterix (ver EAA)";288x224@60;H
+asterixeac;"Asterix (ver EAC)";288x224@60;H
+asterixj;"Asterix (ver JAD)";288x224@60;H
+astorm;"Alien Storm (Euro, Bra) - Alien Storm (set 4, World, 2 Players, FD1094 317-0154) - Alien Storm (World)";320x224@60;H
+astorm3;"Alien Storm (set 3, World, 3 Players, FD1094 317-0148)";320x224@60;H
+astorm3d;"Alien Storm (set 3, World, 3 Players, FD1094 317-0148";320x224@60;H
+astormj;"Alien Storm (set 1, Japan Rev B, 2 Players, FD1094 317";320x224@60;H
+astormjd;"Alien Storm (set 1, Japan Rev B, 2 Players, FD1094 317";320x224@60;H
+astormu;"Alien Storm (set 2, US, 3 Players, FD1094 317-0147)";320x224@60;H
+astormud;"Alien Storm (set 2, US, 3 Players, FD1094 317-0147 dec";320x224@60;H
+astrians;"Astrians (clone of Swarm)";256x224@60;V
+astyanax;"The Astyanax";256x224@60;H
+asuka;"Asuka & Asuka (World)";320x240@60;V
+asukaj;"Asuka & Asuka (Japan)";320x240@60;V
+asurabld;"Asura Blade - Sword of Dynasty (Japan)";320x240@60;H
+asurabus;"Asura Buster - Eternal Warriors (Japan)";320x240@60;H
+asurabusa;"Asura Buster - Eternal Warriors (Japan) (ARCADIA revie";320x240@60;H
+atehate;"Athena no Hatena ?";384x240@60;H
+atetris;"FA Tetris (Kor) - FA Tetris (Kor) - Tetris (set 1)";336x240@60;H
+atetrisa;"FA Tetris (Kor, Alt) - Tetris (set 2)";336x240@60;H
+atetrisb;"FA Tetris (Kor, Alt 2) - Tetris (bootleg set 1)";336x240@60;H
+atetrisb2;"Tetris (bootleg set 2)";336x240@60;H
+atetrisc;"Tetris (cocktail set 1)";336x240@60;V
+atetrisc2;"Tetris (cocktail set 2)";336x240@60;V
+athena;"Athena";288x216@60;H
+atlantis;"Battle of Atlantis (set 1)";256x224@60;V
+atlantis2;"Battle of Atlantis (set 2)";256x224@60;V
+atlantisb;"Battle of Atlantis (bootleg)";256x224@60;V
+atomboy;"Atomic Boy (revision B)";256x224@60;H
+atomboya;"Atomic Boy (revision A)";256x224@60;H
+atomicp;"Atomic Point (Korea)";320x224@60;H
+atompunk;"Atomic Punk (US)";320x240@60;H
+aurail;"Aurail (set 3, US, unprotected)";320x224@60;H
+aurail1;"Aurail (set 2, World, FD1089B 317-0168)";320x224@60;H
+aurail1d;"Aurail (set 2, World, FD1089B 317-0168 decrypted)";320x224@60;H
+aurailj;"Aurail (set 1, Japan, FD1089A 317-0167)";320x224@60;H
+aurailjd;"Aurail (set 1, Japan, FD1089A 317-0167 decrypted)";320x224@60;H
+avefenix;"Ave Fenix (Electrogame, Spanish bootleg of Phoenix)";256x208@60;V
+avefenixl;"Ave Fenix (Laguna, Spanish bootleg of Phoenix)";256x208@60;V
+avefenixrf;"Ave Fenix (Recreativos Franco, Spanish bootleg of Phoe";256x208@60;V
+avengers;"Avengers (US set 1)";256x240@60;V
+avengers2;"Avengers (US set 2)";256x240@60;V
+avsp;"Alien vs Predator (940520 Euro)";384x224@60;H
+avspa;"Alien vs Predator (940520 Asia)";384x224@60;H
+avspd;"Alien vs Predator (940520 Euro Phoenix Edition)";384x224@60;H
+avsph;"Alien vs Predator (940520 Hispanic)";384x224@60;H
+avspirit;"Avenging Spirit";256x224@60;H
+avspj;"Alien vs Predator (940520 Japan)";384x224@60;H
+avspu;"Alien vs Predator (940520 USA)";384x224@60;H
+aztarac;"Aztarac";340x256@40;H
+azurian;"Azurian Attack";256x224@60;V
+b2b;"Bang Bang Busters (2010 NCI release)";304x224@59;H
+backfire;"Backfire! (set 1)";240x640@60;V
+backfirt;"Back Fire (Tecmo, bootleg)";256x224@60;H
+baddudes;"Bad Dudes vs. Dragonninja (US)";256x240@57;H
+bakatono;"Bakatonosama Mahjong Manyuuki (MOM-002)(MOH-002)";304x224@59;H
+bakubrkr;"Bakuretsu Breaker";256x224@60;V
+bakutotu;"Bakutotsu Kijuutei";288x224@60;H
+balcube;"Bal Cube";320x224@60;H
+ballboy;"Ball Boy";256x224@60;H
+ballbros;"Balloon Brothers";384x240@60;H
+bang;"Bang! - Big Bang (9th Nov. 1993) - Pack'n Bang Bang (Prototype)";320x240@60;H
+bangball;"Bang Bang Ball (v1.05)";320x224@60;H
+bangbead;"Bang Bead";304x224@59;H
+bangbedp;"Bang Bead (Prototype?)";304x224@59;H
+bangj;"Gun Gabacho (Japan)";320x240@60;H
+bankp;"Bank Panic - Bank Panic (Euro) - Bank Panic (Jpn) - Bank Panic (Jpn)";224x224@60;H
+baraduke;"Baraduke";288x224@60;H
+baryon;"Baryon - Future Assault (set 1)";304x224@58;V
+baryona;"Baryon - Future Assault (set 2)";304x224@58;V
+batcir;"Battle Circuit (970319 Euro)";384x224@60;H
+batcira;"Battle Circuit (970319 Asia)";384x224@60;H
+batcird;"Battle Circuit (970319 Euro Phoenix Edition)";384x224@60;H
+batcirj;"Battle Circuit (970319 Japan)";384x224@60;H
+batlbubl;"Battle Bubble (v2.00)";320x224@60;H
+batman2;"Batman Part 2";256x224@60;V
+batrider;"Armed Police Batrider (Europe) (Fri Feb 13 1998)";320x240@60;V
+batriderc;"Armed Police Batrider (China) (Fri Feb 13 1998)";320x240@60;V
+batriderhk;"Armed Police Batrider - A Version (Hong Kong) (Mon Dec";320x240@60;V
+batriderj;"Armed Police Batrider - B Version (Japan) (Fri Feb 13";320x240@60;V
+batriderja;"Armed Police Batrider - A Version (Japan) (Mon Dec 22";320x240@60;V
+batriderk;"Armed Police Batrider (Korea) (Fri Feb 13 1998)";320x240@60;V
+batridert;"Armed Police Batrider - A Version (Taiwan) (Mon Dec 22";320x240@60;V
+batrideru;"Armed Police Batrider (U.S.A.) (Fri Feb 13 1998)";320x240@60;V
+batsugun;"Batsugun (set 1)";320x240@60;V
+batsuguna;"Batsugun (set 2)";320x240@60;V
+batsugunb;"Batsugun (Korean PCB)";320x240@60;V
+batsugunsp;"Batsugun (Special Ver.)";320x240@60;V
+battlane;"Battle Lane! Vol. 5 (set 1)";256x256@60;V
+battlane2;"Battle Lane! Vol. 5 (set 2)";256x256@60;V
+battlane3;"Battle Lane! Vol. 5 (set 3)";256x256@60;V
+battlex;"Battle Cross - Battle Cross (Jpn)";256x224@60;H
+battlnts;"Battlantis (program code G)";256x224@60;V
+battlntsa;"Battlantis (program code F)";256x224@60;V
+battlntsj;"Battlantis (Japan, program code E)";256x224@60;V
+battroad;"The Battle-Road";256x256@60;V
+bayroute;"Bay Route (set 3, World, FD1094 317-0116)";320x224@60;H
+bayroute1;"Bay Route (set 1, US, unprotected)";320x224@60;H
+bayrouted;"Bay Route (set 3, World, FD1094 317-0116 decrypted)";320x224@60;H
+bayroutej;"Bay Route (set 2, Japan, FD1094 317-0115)";320x224@60;H
+bayroutejd;"Bay Route (set 2, Japan, FD1094 317-0115 decrypted)";320x224@60;H
+bbakraid;"Battle Bakraid - Unlimited Version (U.S.A.) (Tue Jun 8";320x240@60;V
+bbakraidc;"Battle Bakraid - Unlimited Version (China) (Tue Jun 8";320x240@60;V
+bbakraidj;"Battle Bakraid - Unlimited Version (Japan) (Tue Jun 8";320x240@60;V
+bbakraidja;"Battle Bakraid (Japan) (Wed Apr 7 1999)";320x240@60;V
+bballs;"Bouncing Balls";256x224@60;H
+bballsa;"Bouncing Balls (Adult)";256x224@60;H
+bbmanw;"Bomber Man World / New Dyna Blaster - Global Quest";320x240@60;H
+bbmanwj;"Bomber Man World (Japan)";320x240@60;H
+bbmanwja;"Bomber Man World (Japan, revised sound hardware)";320x240@60;H
+bbredux;"Bobble Bobble ('bootleg redux' hack for Bobble Bobble";256x224@60;H
+bbros;"Buster Bros. (USA) - Super Buster Bros. (USA 901001)";384x240@57;H
+bbusters;"Beast Busters (World)";256x224@56;H
+bbustersj;"Beast Busters (Japan, Version 2)";256x224@56;H
+bbustersu;"Beast Busters (US, Version 3)";256x224@56;H
+bbustersua;"Beast Busters (US, Version 2)";256x224@56;H
+bchopper;"Battle Chopper";384x256@55;H
+bcrusher;"Bone Crusher";256x240@60;V
+bcruzm12;"Battle Cruiser M-12";256x224@60;V
+bcstry;"B.C. Story (set 1)";320x240@60;H
+bcstrya;"B.C. Story (set 2)";320x240@60;H
+beast;"Altered Beast (Euro, USA) - Altered Beast (Euro, USA, Bra) - Altered Beast (set 8, 8751 317-0078) - Altered Beast - Shadow of the Beast (Euro, Bra) - Shadow of the Beast (Euro, USA) - Shadow of the Beast (Neo Geo demo)";304x224@59;H
+beastfp;"Beastie Feastie";288x224@60;V
+berabohm;"Beraboh Man (Japan, Rev C)";288x224@60;H
+berabohmb;"Beraboh Man (Japan, Rev B)";288x224@60;H
+berlwall;"The Berlin Wall";256x224@60;H
+berlwallk;"The Berlin Wall (Korea)";256x224@60;H
+berlwallt;"The Berlin Wall (bootleg ?)";256x224@60;H
+bermudat;"Bermuda Triangle (World?)";400x224@60;V
+bermudata;"Bermuda Triangle (World Wars) (US)";400x224@60;V
+bermudatj;"Bermuda Triangle (Japan)";400x224@60;V
+bestbest;"Best Of Best";256x224@60;H
+bestleag;"Best League (bootleg of Big Striker, Italian Serie A)";256x224@60;H
+bestleaw;"Best League (bootleg of Big Striker, World Cup)";256x224@60;H
+bestri;"Bestri (Korea)";320x240@60;H
+bgaregga;"Battle Garegga (Europe / USA / Japan / Asia) (Sat Feb";320x240@60;V
+bgareggabl;"1945 Part 2 (Chinese hack of Battle Garegga)";320x240@60;V
+bgareggabla;"Lei Shen Zhuan Thunder Deity Biography (Chinese hack o";320x240@60;V
+bgareggacn;"Battle Garegga - Type 2 (Denmark / China) (Tue Apr 2 1";320x240@60;V
+bgareggahk;"Battle Garegga (Austria / Hong Kong) (Sat Feb 3 1996)";320x240@60;V
+bgaregganv;"Battle Garegga - New Version (Austria / Hong Kong) (Sa";320x240@60;V
+bgareggat2;"Battle Garegga - Type 2 (Europe / USA / Japan / Asia)";320x240@60;V
+bgareggatw;"Battle Garegga (Taiwan / Germany) (Thu Feb 1 1996)";320x240@60;V
+bgareggaz;"Battle Garegga Zakk version (Europe / USA / Japan / As";320x240@60;V
+bigbang;"Big Bang (9th Nov. 1993)";384x224@56;V
+bigbucks;"Big Bucks";288x224@60;V
+bigfghtr;"Tatakae! Big Fighter (Japan)";320x240@60;H
+bigkarnk;"Big Karnak";320x240@60;H
+bigstrik;"Big Striker";256x224@60;H
+bigstrkb;"Big Striker (bootleg)";256x224@60;H
+bigstrkba;"Big Striker (bootleg w/Italian teams)";256x224@60;H
+bigtwin;"Big Twin";320x240@58;H
+bikkuric;"Bikkuri Card (Japan)";256x224@60;V
+billiard;"The Billiards";256x224@60;V
+biomtoy;"Biomechanical Toy (Ver. 1.0.1885)";320x240@60;H
+biomtoya;"Biomechanical Toy (Ver. 1.0.1884)";320x240@60;H
+bionicc;"Bionic Commando (Euro)";256x224@60;H
+bionicc1;"Bionic Commando (US set 1)";256x224@60;H
+bionicc2;"Bionic Commando (US set 2)";256x224@60;H
+bioniccbl;"Bionic Commandos (bootleg, set 1)";256x224@60;H
+bioniccbl2;"Bionic Commandos (bootleg, set 2)";256x224@60;H
+bioship;"Bio-ship Paladin";256x224@56;H
+birdiy;"Birdiy";288x224@60;V
+birdtry;"Birdie Try (Japan)";256x240@57;V
+bishi;"Bishi Bashi Championship Mini Game Senshuken (ver JAA, - Super Bishi Bashi Championship (ver JAA, 2 Players)";288x224@60;H
+bjourney;"Blue's Journey / Raguy (ALM-001)(ALH-001)";320x224@59;H
+bjtwin;"Bombjack Twin (set 1)";384x224@56;V
+bjtwina;"Bombjack Twin (set 2)";384x224@56;V
+bladestl;"Blades of Steel (version T)";256x224@60;V
+bladestle;"Blades of Steel (version E)";256x224@60;V
+bladestll;"Blades of Steel (version L)";256x224@60;V
+blandia;"Blandia";384x240@60;H
+blandiap;"Blandia (prototype)";384x240@60;H
+blastoff;"Blast Off (Japan)";288x224@60;V
+blazeon;"Blaze On (Japan)";320x232@60;H
+blazer;"Blazer (Japan)";288x224@60;V
+blazstar;"Blazing Star";304x224@59;H
+blkbustr;"BlockBuster";240x224@60;V
+blkdrgon;"Black Dragon (Japan)";256x224@60;H
+blkdrgonb;"Black Dragon (bootleg)";256x224@60;H
+blkheart;"Black Heart";256x224@56;H
+blkheartj;"Black Heart (Japan)";256x224@56;H
+blkhole;"Black Hole";256x224@60;V
+blkpnthr;"Black Panther";256x224@60;H
+blktiger;"Black Tiger";256x224@60;H
+blktigera;"Black Tiger (older)";256x224@60;H
+blktigerb1;"Black Tiger (bootleg set 1)";256x224@60;H
+blktigerb2;"Black Tiger (bootleg set 2)";256x224@60;H
+blktigerb3;"Black Tiger / Black Dragon (mixed bootleg?)";256x224@60;H
+blmbycar;"Blomby Car";384x256@60;H
+blmbycaru;"Blomby Car (not encrypted)";384x256@60;H
+block;"Block (Game Corporation bootleg, set 1) - Block Block (World 911219 Joystick)";384x240@60;V
+blockbl;"Block Block (bootleg)";384x240@60;V
+blockcar;"Block Carnival / Thunder & Lightning 2";384x240@60;V
+blockgal;"Block Gal (MC-8123B, 317-0029)";256x224@60;V
+blockhl;"Block Hole";288x224@60;H
+blockj;"Block Block (Japan 910910)";384x240@60;V
+blockout;"Block Out (set 1) - Blockout (World)";320x240@58;H
+blockout2;"Block Out (set 2)";320x240@58;H
+blockoutj;"Block Out (Japan)";320x240@58;H
+blockr1;"Block Block (World 911106 Joystick)";384x240@60;V
+blockr2;"Block Block (World 910910)";384x240@60;V
+bloodbro;"Blood Bros. (set 1)";256x224@60;H
+bloodbroa;"Blood Bros. (set 2)";256x224@60;H
+bloodbrob;"Blood Bros. (set 3)";256x224@60;H
+bloodwar;"Blood Warrior";320x240@60;H
+blox16b;"Bloxeed (System 16B, PS2 data file)";320x224@60;H
+bloxeed;"Bloxeed (Japan, FD1094 317-0139)";320x224@60;H
+bloxeedd;"Bloxeed (Japan, FD1094 317-0139 decrypted)";320x224@60;H
+blswhstl;"Bells & Whistles (World, version L)";280x224@60;V
+blswhstla;"Bells & Whistles (Asia, version M)";280x224@60;V
+bluehawk;"Blue Hawk";384x240@60;V
+bluehawkn;"Blue Hawk (NTC)";384x240@60;V
+blueprnt;"Blue Print (Midway)";256x224@60;V
+blueprntj;"Blue Print (Jaleco)";256x224@60;V
+blzntrnd;"Blazing Tornado";304x224@60;H
+bmaster;"Blade Master (World)";320x240@60;H
+bnj;"Bump 'n' Jump - Bump 'n' Jump";256x240@60;V
+boblbobl;"Bobble Bobble (bootleg of Bubble Bobble) - Super Bobble Bobble (bootleg, set 1)";256x224@60;H
+boblcave;"Bubble Bobble: Lost Cave V1.2 (for Bobble Bobble PCB)";256x224@60;H
+bodyslam;"Body Slam (8751 317-0015)";320x224@60;H
+bogeyman;"Bogey Manor";256x240@60;H
+boggy84;"Boggy '84 - Boggy '84 (Jpn)";256x224@60;V
+boggy84b;"Boggy '84 (bootleg) - Boggy '84 (Jpn, Alt 2)";256x224@60;V
+bombbee;"Bomb Bee";272x224@60;V
+bomber;"Bomber - Bomber (bootleg of Scramble) - Space Bomber (ver. B)";256x224@60;V
+bombjack;"Bomb Jack (Jpn) - Bomb Jack (set 1)";256x224@60;V
+bombjack2;"Bomb Jack (set 2)";256x224@60;V
+bombjackt;"Bomb Jack (Tecfri, Spain)";256x224@60;V
+bombkick;"Bomb Kick (set 1)";384x224@60;H
+bombkicka;"Bomb Kick (set 2)";384x224@60;H
+bombrman;"Bomber Man (Japan)";320x240@60;H
+bongo;"Bongo - Congo Bongo";256x224@60;V
+bonkadv;"B.C. Kid / Bonk's Adventure / Kyukyoku!! PC Genjin";320x240@60;H
+bonzeadv;"Bonze Adventure (World, Newer)";320x224@60;H
+bonzeadvo;"Bonze Adventure (World, Older)";320x224@60;H
+bonzeadvp;"Bonze Adventure (World, prototype)";320x224@60;H
+bonzeadvu;"Bonze Adventure (US)";320x224@60;H
+boobhack;"Booby Kids (Italian manufactured graphic hack / bootle";256x224@60;V
+boogwing;"Boogie Wings (Euro v1.5, 92.12.07)";320x240@58;H
+boogwinga;"Boogie Wings (Asia v1.5, 92.12.07)";320x240@58;H
+boogwingu;"Boogie Wings (USA v1.7, 92.12.14)";320x240@58;H
+bottom9;"Bottom of the Ninth (ver. T)";288x224@60;H
+bottom9n;"Bottom of the Ninth (ver. N)";288x224@60;H
+bouldash;"Boulder Dash / Boulder Dash Part 2 (World)";256x240@57;H
+bouldashj;"Boulder Dash / Boulder Dash Part 2 (Japan)";256x240@57;H
+bounty;"The Bounty";256x224@60;H
+bowlrama;"Bowl-O-Rama";360x240@57;V
+boxyboy;"Boxy Boy (SB?) - Boxyboy";288x224@60;H
+brain;"Brain";256x224@60;H
+brapboys;"B.Rap Boys (World)";256x224@60;H
+brapboysj;"B.Rap Boys Special (Japan)";256x224@60;H
+brapboysu;"B.Rap Boys Special (US)";256x224@60;H
+breakers;"Breakers";320x224@59;H
+breakrev;"Breakers Revenge";320x224@59;H
+breywood;"Breywood (Japan revision 2)";256x240@58;H
+brix;"Brix";256x224@60;V
+brkthru;"Break Thru (US)";240x240@60;H
+brkthruj;"Kyohkoh-Toppa (Japan)";240x240@60;H
+brubber;"Burnin' Rubber";256x240@60;V
+bshark;"Battle Shark (World)";320x240@60;H
+bsharkj;"Battle Shark (Japan)";320x240@60;H
+bsharkjjs;"Battle Shark (Japan, Joystick)";320x240@60;H
+bsharku;"Battle Shark (US)";320x240@60;H
+bssoccer;"Back Street Soccer";256x224@60;H
+bstars;"Baseball Stars Professional (NGM-002)";320x224@59;H
+bstars2;"Baseball Stars 2";304x224@59;H
+bstarsh;"Baseball Stars Professional (NGH-002)";320x224@59;H
+btime;"Burger Time (Data East set 1) - Burgertime - Burgertime (Jpn) - Super Burger Time (World, set 1)";242x240@60;V
+btime2;"Burger Time (Data East set 2)";242x240@60;V
+btime3;"Burger Time (Data East USA)";242x240@60;V
+btimem;"Burger Time (Midway) - Burgertime (Prototype)";242x240@60;V
+btlfield;"Battle Field (Japan)";256x224@60;V
+btlfieldb;"Battle Field (bootleg)";256x224@60;V
+btlkroad;"Battle K-Road";320x224@59;H
+btlkroadk;"Battle K-Road (Korean PCB)";320x224@59;H
+bub68705;"Bubble Bobble (boolteg with 68705, set 1)";256x224@60;H
+bub68705a;"Bubble Bobble (boolteg with 68705, set 2)";256x224@60;H
+bubblem;"Bubble Memories: The Story Of Bubble Bobble III (Ver 2";320x224@60;H
+bubblemj;"Bubble Memories: The Story Of Bubble Bobble III (Ver 2";320x224@60;H
+bubbletr;"Bubble Trouble (World, Rev B)";288x224@60;H
+bubbletrj;"Bubble Trouble (Japan, Rev C)";288x224@60;H
+bubl2000;"Bubble 2000";256x224@56;H
+bublbob2;"Bubble Bobble II (Ver 2.6O 1994/12/16)";320x224@60;H
+bublbob2o;"Bubble Bobble II (Ver 2.5O 1994/10/05)";320x224@60;H
+bublbob2p;"Bubble Bobble II (Ver 0.0J 1993/12/13, prototype)";320x224@60;H
+bublbobl;"Bubble Bobble (Euro, Bra) - Bubble Bobble (Euro, USA) - Bubble Bobble (Japan, Ver 0.1)";256x224@60;H
+bublbobl1;"Bubble Bobble (Japan, Ver 0.0)";256x224@60;H
+bublboblb;"Bubble Bobble (for Bobble Bobble PCB)";256x224@60;H
+bublboblr;"Bubble Bobble (US, Ver 5.1)";256x224@60;H
+bublboblr1;"Bubble Bobble (US, Ver 1.0)";256x224@60;H
+bublboblu;"Bubble Bobble (Ultra Version, Hack)";256x224@60;H
+bublcave;"Bubble Bobble: Lost Cave V1.2";256x224@60;H
+bublcave10;"Bubble Bobble: Lost Cave V1.0";256x224@60;H
+bublcave11;"Bubble Bobble: Lost Cave V1.1";256x224@60;H
+bubsymphe;"Bubble Symphony (Ver 2.5O 1994/10/05)";320x224@60;H
+bubsymphj;"Bubble Symphony (Ver 2.5J 1994/10/05)";320x224@60;H
+bubsymphu;"Bubble Symphony (Ver 2.5A 1994/10/05)";320x224@60;H
+bucaner;"Buccaneer";288x224@60;V
+buccanrs;"Buccaneers (set 1)";256x256@55;H
+buccanrsa;"Buccaneers (set 2)";256x256@55;H
+buccanrsb;"Buccaneers (set 3, harder)";256x256@55;H
+bucky;"Bucky O'Hare (ver EAB)";384x224@60;H
+buckyaab;"Bucky O'Hare (ver AAB)";384x224@60;H
+buckyea;"Bucky O'Hare (ver EA)";384x224@60;H
+buckyjaa;"Bucky O'Hare (ver JAA)";384x224@60;H
+buckyuab;"Bucky O'Hare (ver UAB)";384x224@60;H
+bullet;"Bullet (FD1094 317-0041)";320x224@60;H
+bulletd;"Bullet (FD1094 317-0041 decrypted)";320x224@60;H
+bullfgt;"Bullfight (315-5065)";256x224@60;H
+buraiken;"Hissatsu Buraiken (Japan)";256x240@60;V
+burglarx;"Burglar X";384x224@60;H
+burnforc;"Burning Force (Euro) - Burning Force (Japan, new version (Rev C))";288x224@60;H
+burnforco;"Burning Force (Japan, old version)";288x224@60;H
+burningf;"Burning Fight (NGM-018)(NGH-018)";304x224@59;H
+burningfh;"Burning Fight (NGH-018)(US)";304x224@59;H
+burningfp;"Burning Fight (prototype, older)";304x224@59;H
+burningfpa;"Burning Fight (prototype, ver 23.3, 910326)";304x224@59;H
+buzzard;"Buzzard";288x224@60;V
+bwcasino;"Boardwalk Casino";288x224@60;V
+bwings;"B-Wings (Japan new Ver.)";256x240@60;V
+bwingsa;"B-Wings (Alt Ver.?)";256x240@60;V
+bwingso;"B-Wings (Japan old Ver.)";256x240@60;V
+bygone;"Bygone";240x224@60;H
+cabal;"Cabal (World, Joystick)";256x256@60;H
+cabala;"Cabal (korea?, Joystick)";256x256@60;H
+cachat;"Cachat (Japan)";320x224@60;H
+cactus;"Cactus (bootleg of Saboten Bombers)";384x224@56;H
+cadash;"Cadash (USA, Asia, Kor) - Cadash (World) - Cadash - Cadash";320x240@60;H
+cadashf;"Cadash (France)";320x240@60;H
+cadashg;"Cadash (Germany, version 1)";320x240@60;H
+cadashi;"Cadash (Italy)";320x240@60;H
+cadashj;"Cadash (Japan, version 2)";320x240@60;H
+cadashj1;"Cadash (Japan, version 1)";320x240@60;H
+cadashjo;"Cadash (Japan, oldest version)";320x240@60;H
+cadashp;"Cadash (World, prototype)";320x240@60;H
+cadashu;"Cadash (US, version 2)";320x240@60;H
+cairblad;"Change Air Blade (Japan)";338x240@60;V
+calibr50;"Caliber 50";384x240@57;V
+calipso;"Calipso";256x224@60;V
+calorie;"Calorie Kun vs Moguranian";256x224@60;H
+calorieb;"Calorie Kun vs Moguranian (bootleg)";256x224@60;H
+cameltry;"Cameltry (US, YM2610)";320x224@60;H
+cameltrya;"Cameltry (US, YM2203 + M6295)";320x224@60;H
+cameltryau;"Cameltry (World, YM2203 + M6295)";320x224@60;H
+cameltryj;"Cameltry (Japan, YM2610)";320x224@60;H
+candance;"Cannon Dancer (Japan)";320x240@58;H
+candory;"Candory (Bootleg)";288x224@60;H
+cannball;"Cannon Ball (Yun Sung, horizontal)";384x240@60;H
+cannballv;"Cannon Ball (Yun Sung, vertical)";384x240@60;V
+cannonbp;"Cannon Ball (Pacman Hardware)";288x224@60;V
+canvas;"Canvas Croquis";288x216@60;H
+canyon;"Canyon Bomber";256x240@60;H
+canyonp;"Canyon Bomber (prototype)";256x240@60;H
+capbowl;"Capcom Bowling (set 1)";360x244@57;V
+capbowl2;"Capcom Bowling (set 2)";360x244@57;V
+capbowl3;"Capcom Bowling (set 3)";360x244@57;V
+capbowl4;"Capcom Bowling (set 4)";360x244@57;V
+capitol;"Capitol";256x208@60;V
+captcomm;"Captain Commando (911202 other country)";384x224@60;H
+captcommb;"Captain Commando (bootleg set 1, 911014 other country)";384x224@60;H
+captcommb2;"Captain Commando (bootleg set 2 (with YM2151 + 2xMSM52";384x224@60;H
+captcommj;"Captain Commando (911202 Japan)";384x224@60;H
+captcommjr1;"Captain Commando (910928 Japan)";384x224@60;H
+captcommr1;"Captain Commando (911014 other country)";384x224@60;H
+captcommu;"Captain Commando (910928 USA)";384x224@60;H
+cashquiz;"Cash Quiz (Type B, Version 5)";256x224@60;H
+catacomb;"Catacomb";256x224@60;V
+catt;"Catt (Japan)";320x224@60;H
+cavelon;"Cavelon";256x224@60;V
+cavenger;"Cosmic Avenger - Cosmic Avenger";240x196@60;H
+cawing;"Carrier Air Wing (U.S. navy 901012 etc)";384x224@60;H
+cawingb2;"Carrier Air Wing (bootleg set 2 (with 2xYM2203 + 2xMSM";384x224@60;H
+cawingbl;"Carrier Air Wing (bootleg set 1 (with 2xYM2203 + 2xMSM";384x224@60;H
+cawingj;"U.S. Navy (901012 Japan)";384x224@60;H
+cawingr1;"Carrier Air Wing (U.S. navy 901009 etc)";384x224@60;H
+cawingu;"Carrier Air Wing (U.S. navy 901012 USA)";384x224@60;H
+cbuster;"Crude Buster (World FX version)";256x240@58;H
+cbusterj;"Crude Buster (Japan FR revision 1)";256x240@58;H
+cbusterw;"Crude Buster (World FU version)";256x240@58;H
+cclimber;"Crazy Climber (US)";256x224@60;H
+cclimbr2;"Crazy Climber 2 (Japan)";288x224@60;H
+cclimbr2a;"Crazy Climber 2 (Japan, Harder)";288x224@60;H
+cencourt;"Center Court (World, 4 Players, prototype, MC-8123B)";320x224@60;V
+centiped;"Centipede - Centipede (revision 4)";256x240@60;V
+centiped3;"Centipede (revision 3)";256x240@60;V
+chainrec;"Chain Reaction (World, Version 2.2, 1995.09.25)";320x240@58;H
+chaknpop;"Chack'n Pop";256x224@60;H
+chameleo;"Chameleon";256x224@60;H
+champwr;"Champion Wrestler (World)";320x224@60;H
+champwrj;"Champion Wrestler (Japan)";320x224@60;H
+champwru;"Champion Wrestler (US)";320x224@60;H
+chanbara;"Chanbara";256x224@60;V
+changes;"Changes";256x224@60;H
+changesa;"Changes (EME license)";256x224@60;H
+charlien;"Charlie Ninja";320x240@58;H
+chasehq;"Chase H.Q. (World) - Taito Chase H.Q. - Taito Chase H.Q. - Taito Chase H.Q. (Euro) - Taito Chase H.Q. (USA, SMS Mode)";320x240@60;H
+chasehqj;"Chase H.Q. (Japan) - Taito Chase H.Q. (Jpn, SMS Mode)";320x240@60;H
+chasehqju;"Chase H.Q. (Japan UP)";320x240@60;H
+chasehqu;"Chase H.Q. (US)";320x240@60;H
+checkman;"Check Man";256x224@60;V
+checkmanj;"Check Man (Japan)";256x224@60;V
+cheekyms;"Cheeky Mouse";256x192@60;V
+chelnov;"Chelnov (Jpn) - Chelnov - Atomic Runner (World)";256x248@60;H
+chelnovj;"Chelnov - Atomic Runner (Japan)";256x248@60;H
+chelnovu;"Chelnov - Atomic Runner (US)";256x248@60;H
+chewing;"Chewing Gum";256x224@60;V
+chikij;"Chiki Chiki Boys (900619 Japan) - Chiki Chiki Boys (Jpn, Kor)";384x224@60;H
+chimerab;"Chimera Beast (prototype)";256x224@60;H
+chinagat;"China Gate (US)";256x240@60;H
+chinatwn;"China Town (Japan)";320x240@58;H
+chkun;"Chance Kun (Japan)";256x224@60;V
+chokchok;"Choky! Choky!";320x240@60;H
+choko;"Choko (010820 Japan)";384x224@60;H
+chopliftbl;"Choplifter (bootleg)";256x224@60;H
+chopliftu;"Choplifter (unprotected)";256x224@60;H
+chopper;"Battle Chopper - Chopper I (US set 1)";400x224@60;V
+choppera;"Chopper I (US set 2)";400x224@60;V
+chopperb;"Chopper I (US set 3)";400x224@60;V
+chqflag;"Chequered Flag";304x224@60;V
+chqflagj;"Chequered Flag (Japan)";304x224@60;V
+chukatai;"Chuka Taisen (World) - Gokuraku! Chuka Taisen";256x224@60;H
+chukataij;"Chuka Taisen (Japan)";256x224@60;H
+chukataiu;"Chuka Taisen (US)";256x224@60;H
+circusc;"Circus Charlie (Jpn) - Circus Charlie (level select, set 1) - Maxi Tuan ~ Circus Charlie (Tw)";256x224@60;V
+circusc2;"Circus Charlie (level select, set 2)";256x224@60;V
+circusc3;"Circus Charlie (level select, set 3)";256x224@60;V
+circusc4;"Circus Charlie (no level select)";256x224@60;V
+circuscc;"Circus Charlie (Centuri)";256x224@60;V
+circusce;"Circus Charlie (Centuri, earlier)";256x224@60;V
+citybomb;"City Bomber (World)";256x224@60;V
+citybombj;"City Bomber (Japan)";256x224@60;V
+citycon;"City Connection (Jpn) - City Connection (set 1)";240x224@60;H
+citycona;"City Connection (Jpn, Alt) - City Connection (set 2)";240x224@60;H
+ckongg;"Crazy Kong (bootleg on Galaxian hardware)";256x224@60;V
+ckongmc;"Crazy Kong (bootleg on Moon Cresta hardware)";256x224@60;V
+ckongs;"Crazy Kong (Scramble hardware)";256x224@60;V
+clbowl;"Coors Light Bowling";360x244@57;V
+cleopatr;"Cleopatra Fortune (Ver 2.1J 1996/09/05)";320x224@60;H
+cloak;"Cloak & Dagger (rev 5)";256x232@60;H
+cloakfr;"Cloak & Dagger (French)";256x232@60;H
+cloakgr;"Cloak & Dagger (German)";256x232@60;H
+cloaksp;"Cloak & Dagger (Spanish)";256x232@60;H
+cltchitr;"Clutch Hitter (set 2, US, FD1094 317-0176)";320x224@60;H
+cltchitrd;"Clutch Hitter (set 2, US, FD1094 317-0176 decrypted)";320x224@60;H
+cltchitrj;"Clutch Hitter (set 1, Japan, FD1094 317-0175)";320x224@60;H
+cltchitrjd;"Clutch Hitter (set 1, Japan, FD1094 317-0175 decrypted";320x224@60;H
+cnbe;"Codename - Blut Engel (2006-01-19)";304x224@59;H
+cndi;"Chip n Dale (Intro demo)";304x224@59;H
+cninja;"Caveman Ninja (World ver 4)";256x240@58;H
+cninja1;"Caveman Ninja (World ver 1)";256x240@58;H
+cninjabl;"Caveman Ninja (bootleg)";256x240@58;H
+cninjau;"Caveman Ninja (US ver 4)";256x240@58;H
+cobracom;"Cobra-Command (World/US revision 5)";256x240@58;H
+cobracoma;"Cobra-Command (World/US revision 4)";256x240@58;H
+cobracomb;"Cobra-Command (Italian bootleg)";256x240@58;H
+cobracomj;"Cobra-Command (Japan)";256x240@58;H
+cobracomja;"Cobra-Command (Japan?, set 2)";256x240@58;H
+cobracomjb;"Cobra-Command (Japan, bootleg)";256x240@58;H
+columnsn;"Columns (Neo Geo)";304x224@59;H
+combh;"Combat Hawk";224x224@60;V
+commando;"Commando (World)";256x224@60;V
+commandob;"Commando (bootleg)";256x224@60;V
+commandob2;"Commando (bootleg 2)";256x224@60;V
+commandoj;"Senjou no Ookami";256x224@60;V
+commandou;"Commando (US, set 1)";256x224@60;V
+commandou2;"Commando (US, set 2)";256x224@60;V
+commandw;"Command War - Super Special Battle & War Game (Ver 0.0";320x224@60;H
+commsega;"Commando (Sega)";256x224@60;V
+condor;"Condor (Sidam bootleg of Phoenix)";256x208@60;V
+condorn;"Condor (S C Novar bootleg of Phoenix)";256x208@60;V
+congo;"Congo (Prototype) - Congo Bongo - Congo Bongo - Congo Bongo (Euro, Jpn, v1)";256x224@60;V
+congoa;"Congo Bongo (Euro, Jpn, v1 Alt) - Congo Bongo (Rev C, 3 board stack)";256x224@60;V
+contcirc;"Continental Circus (World)";320x224@60;H
+contcircj;"Continental Circus (Japan)";320x224@60;H
+contcircu;"Continental Circus (US set 1)";320x224@60;H
+contcircua;"Continental Circus (US set 2)";320x224@60;H
+contra;"Contra (US / Asia, set 1) - Contra - Hard Corps (USA, Kor) - Super Contra";280x224@60;V
+contra1;"Contra (US / Asia, set 2)";280x224@60;V
+contrab;"Contra (bootleg)";280x224@60;V
+contrabj;"Contra (Japan bootleg, set 1)";280x224@60;V
+contrabj1;"Contra (Japan bootleg, set 2)";280x224@60;V
+contrae;"Contra (US / Asia, set 3)";280x224@60;V
+contraj;"Contra (Japan, set 1) - Contra - The Hard Corps (Jpn) - Super Contra (Japan)";280x224@60;V
+contraj1;"Contra (Japan, set 2)";280x224@60;V
+cookbib;"Cookie & Bibi (set 1)";320x240@60;H
+cookbib2;"Cookie & Bibi 2";256x224@58;H
+cookbib3;"Cookie & Bibi 3";256x224@58;H
+cookbiba;"Cookie & Bibi (set 2)";320x240@60;H
+cosmccop;"Cosmic Cop (World)";384x256@55;H
+cosmogng;"Cosmo Gang the Video (US)";288x224@60;V
+cotton;"Cotton (set 3, World, FD1094 317-0181a) - Panorama Cotton (Jpn)";320x224@60;H
+cottond;"Cotton (set 3, World, FD1094 317-0181a decrypted)";320x224@60;H
+cottong;"Cotocoto Cottong";256x224@60;V
+cottonj;"Cotton (set 2, Japan, Rev B, FD1094 317-0179b))";320x224@60;H
+cottonja;"Cotton (set 1, Japan, Rev A, FD1094 317-0179a))";320x224@60;H
+cottonjad;"Cotton (set 1, Japan, Rev A, FD1094 317-0179a decrypte";320x224@60;H
+cottonjd;"Cotton (set 2, Japan, Rev B, FD1094 317-0179b decrypte";320x224@60;H
+cottonu;"Cotton (set 2, US, FD1094 317-0180)";320x224@60;H
+cottonud;"Cotton (set 2, US, FD1094 317-0180 decrypted)";320x224@60;H
+countrunb;"Counter Run (bootleg set 1)";256x224@60;H
+cphd;"Crouching Poney Hidden Dragon (DEMO)";304x224@59;H
+cps1demo;"Chaos Demo (CPS-1)";384x224@60;H
+cps1frog;"Frog Feast (CPS-1)";384x224@60;H
+crazyblk;"Crazy Blocks";240x224@60;V
+crazycop;"Crazy Cop (Japan)";288x224@60;V
+crazyfgt;"Crazy Fight";384x224@60;H
+crimec;"Crime City (World)";320x224@60;H
+crimecj;"Crime City (Japan)";320x224@60;H
+crimecu;"Crime City (US)";320x224@60;H
+crimfght;"Crime Fighters (World 2 players)";320x224@60;H
+crimfghtj;"Crime Fighters (Japan 2 Players)";320x224@60;H
+crimfghtu;"Crime Fighters (US 4 Players)";320x224@60;H
+crockman;"Crock-Man (bootleg, Rene-Pierre)";288x224@60;V
+croquis;"Croquis (Germany)";320x224@60;H
+crospang;"Cross Pang";320x240@60;H
+crossbld;"Cross Blades! (Japan)";320x240@60;H
+crshrace;"Lethal Crash Race (set 1)";320x224@60;V
+crshrace2;"Lethal Crash Race (set 2)";320x224@60;V
+crswd2bl;"Crossed Swords 2 (bootleg CD to cartridge conversion)";304x224@59;H
+crsword;"Crossed Swords (ALM-002)(ALH-002)";304x224@59;H
+cruisin;"Cruisin";240x224@60;H
+crush;"Alien Crush - Alien Crush - Crush Roller (Kural Samno) - Mad Crusher (Japan) - Rolling Crush (version 1.07.E - 1999/02/11, Trust lice - Super Metal Crusher";288x224@60;V
+crush2;"Crush Roller (Kural Esco - bootleg?)";288x224@60;V
+crush4;"Crush Roller (Kural - bootleg?)";288x224@60;V
+crush5;"Crush Roller (Kural TWT)";288x224@60;V
+crushbl;"Crush Roller (bootleg set 1)";288x224@60;V
+crushbl2;"Crush Roller (bootleg set 2)";288x224@60;V
+crushbl3;"Crush Roller (bootleg set 3)";288x224@60;V
+crusherm;"Crusher Makochan (Japan)";320x240@58;H
+crushs;"Crush Roller (Sidam bootleg)";288x224@60;V
+csclub;"Capcom Sports Club (971017 Euro)";384x224@60;H
+csclub1;"Capcom Sports Club (970722 Euro)";384x224@60;H
+csclub1d;"Capcom Sports Club (970722 Euro Phoenix Edition)";384x224@60;H
+cscluba;"Capcom Sports Club (970722 Asia)";384x224@60;H
+csclubh;"Capcom Sports Club (970722 Hispanic)";384x224@60;H
+csclubj;"Capcom Sports Club (970722 Japan)";384x224@60;H
+csclubjy;"Capcom Sports Club (970722 Japan, yellow case)";384x224@60;H
+csilver;"Captain Silver (World)";256x240@58;H
+csilverj;"Captain Silver (Japan revision 3)";256x240@58;H
+csilverja;"Captain Silver (Japan revision 1)";256x240@58;H
+csprint;"Championship Sprint (Atari System 2)";512x384@60;H
+ct2k3sa;"Crouching Tiger Hidden Dragon 2003 Super Plus alternat";304x224@59;H
+ct2k3sp;"Crouching Tiger Hidden Dragon 2003 Super Plus";304x224@59;H
+cthd2003;"Crouching Tiger Hidden Dragon 2003 (set 1)";304x224@59;H
+cthd2k3a;"Crouching Tiger Hidden Dragon 2003 (set 2)";304x224@59;H
+ctomaday;"Captain Tomaday";304x224@59;H
+ctribe;"The Combatribes (US)";320x240@57;H
+ctribe1;"The Combatribes (US set 1?)";320x240@57;H
+ctribeb;"The Combatribes (bootleg set 1)";320x240@57;H
+ctribeb2;"The Combatribes (bootleg set 2)";320x240@57;H
+ctribej;"The Combatribes (Japan)";320x240@57;H
+ctribeo;"The Combatribes (US , older)";320x240@57;H
+ctrpllrp;"Caterpillar Pacman Hack";288x224@60;V
+cubybop;"Cuby Bop (location test)";320x224@60;H
+cuebrick;"Cue Brick (World, version D)";304x224@60;H
+cuebrickj;"Cue Brick (Japan)";320x224@60;H
+cupfinal;"Taito Cup Finals (Ver 1.0O 1993/02/28)";320x224@60;H
+cutefght;"Cute Fighter";304x224@58;H
+cutieq;"Cutie Q";272x224@60;V
+cworld;"Capcom World (Japan)";384x240@60;H
+cworld2j;"Adventure Quiz Capcom World 2 (920611 Japan)";384x224@60;H
+cworld2ja;"Adventure Quiz Capcom World 2 (Japan 920611, B-Board 9";384x224@60;H
+cworld2jb;"Adventure Quiz Capcom World 2 (Japan 920611, B-Board 9";384x224@60;H
+cybattlr;"Cybattler";256x224@60;V
+cyberlip;"Cyber-Lip (NGM-010)";304x224@59;H
+cybertnk;"Cyber Tank (v1.4)";224x512@60;V
+cybots;"Cyberbots - fullmetal madness (950424 Euro)";384x224@60;H
+cybotsj;"Cyberbots - fullmetal madness (950420 Japan)";384x224@60;H
+cybotsjd;"Cyberbots - fullmetal madness (Japan 950424) (decrypte";384x224@60;H
+cybotsu;"Cyberbots - fullmetal madness (950424 USA)";384x224@60;H
+cybotsud;"Cyberbots - fullmetal madness (950424 USA Phoenix Edit";384x224@60;H
+cyvern;"Cyvern (US)";320x240@60;V
+cyvernj;"Cyvern (Japan)";320x240@60;V
+dacholer;"Dacholer";256x224@60;H
+dadandrn;"Kyukyoku Sentai Dadandarn (ver JAA)";288x224@60;H
+daimakai;"Dai Makai-Mura (Japan) - Dai Makaimura - Dai Makaimura (Jpn)";384x224@60;H
+daimakaib;"Dai Makai-Mura (bootleg, Japan)";384x224@60;H
+daimakair;"Dai Makai-Mura (Japan Resale Ver.)";384x224@60;H
+daioh;"Daioh";384x240@60;V
+daioha;"Daioh (earlier)";384x240@60;V
+daiohc;"Daioh (93111A PCB conversion)";384x240@60;V
+daiohp;"Daioh (prototype)";384x240@60;V
+dairesya;"Dai Ressya Goutou (Japan)";240x224@60;H
+daisenpu;"Dai Senpu - Daisenpu (Japan)";384x224@60;V
+dambustr;"Dambusters (US, set 1) - The Dam Busters (Euro?)";256x224@60;V
+dambustra;"Dambusters (US, set 2) - The Dam Busters (Jpn)";256x224@60;V
+dambustruk;"Dambusters (UK)";256x224@60;V
+dangar;"Ufo Robo Dangar (4/07/1987)";256x224@60;V
+dangara;"Ufo Robo Dangar (12/1/1986)";256x224@60;V
+dangarb;"Ufo Robo Dangar (9/26/1986)";256x224@60;V
+dangarbt;"Ufo Robo Dangar (bootleg)";256x224@60;V
+dangseed;"Dangerous Seed (Japan) - Dangerous Seed (Jpn)";288x224@60;V
+dankuga;"Dan-Ku-Ga (Ver 0.0J 1994/12/13) (Prototype)";320x224@60;H
+daraku;"Daraku Tenshi - The Fallen Angels";320x224@60;H
+darius;"Darius (World)";224x864@60;V
+darius2;"Darius II (Japan) - Darius II (Jpn)";224x864@60;V
+darius2d;"Darius II (dual screen) (Japan)";224x640@60;V
+darius2do;"Darius II (dual screen) (Japan old version)";224x640@60;V
+dariuse;"Darius (Extra) (Japan)";224x864@60;V
+dariusg;"Darius Gaiden - Silver Hawk (Ver 2.5O 1994/09/19)";320x232@60;H
+dariusgj;"Darius Gaiden - Silver Hawk (Ver 2.5J 1994/09/19)";320x232@60;H
+dariusgu;"Darius Gaiden - Silver Hawk (Ver 2.5A 1994/09/19)";320x232@60;H
+dariusgx;"Darius Gaiden - Silver Hawk Extra Version (Ver 2.7J 19";320x232@60;H
+dariusj;"Darius (Japan)";224x864@60;V
+dariuso;"Darius (Japan old version)";224x864@60;V
+dariusu;"Darius (US)";224x864@60;V
+darkadv;"Dark Adventure";320x224@60;H
+darkmist;"The Lost Castle In Darkmist";256x224@60;V
+darkplnt;"Dark Planet";256x224@60;H
+darkseal;"Dark Seal (World revision 3)";256x240@58;H
+darkseal1;"Dark Seal (World revision 1)";256x240@58;H
+darkseal2;"Dark Seal 2 (Japan v2.1)";320x240@58;H
+darksealj;"Dark Seal (Japan)";256x240@58;H
+darktowr;"Dark Tower";256x240@57;H
+darwin;"Darwin 4078 (Japan) - Darwin 4081 (Jpn, Kor) - Super Real Darwin (World)";240x240@60;V
+dassault;"Desert Assault (US)";320x240@60;H
+dassault4;"Desert Assault (US 4 Players)";320x240@60;H
+dblaxle;"Double Axle (US)";320x240@60;H
+dblaxleu;"Double Axle (US earlier)";320x240@60;H
+dbldynj;"The Double Dynamites (Japan, 13NOV89)";256x224@60;H
+dbldynu;"The Double Dynamites (US, 13NOV89)";256x224@60;H
+dblewing;"Double Wings";320x240@58;V
+dblpoint;"Double Point";320x224@60;H
+dblpointd;"Double Point (Dong Bang Electron, bootleg?)";320x224@60;H
+dbreed;"Dragon Breed (M81 PCB version)";384x256@55;H
+dbreedm72;"Dragon Breed (M72 PCB version)";384x256@55;H
+dbz;"Dragon Ball Z - Buyuu Retsuden (Jpn) - Dragonball Z (rev B)";384x256@60;H
+dbz2;"Dragonball Z 2 - Super Battle";384x256@60;H
+dbza;"Dragonball Z (rev A)";384x256@60;H
+dcon;"D-Con";320x224@60;H
+ddaydoo;"Chulgyeok D-Day (Korea)";384x240@60;V
+ddcrew;"D. D. Crew (set 4, World, 3 Players, FD1094 317-0190)";320x224@60;H
+ddcrew1;"D. D. Crew (set 1, World, 4 Players, FD1094 317-?)";320x224@60;H
+ddcrew1d;"D. D. Crew (set 1, World, 4 Players, FD1094 317-? decr";320x224@60;H
+ddcrew2;"D. D. Crew (set 2, World, 2 Players, FD1094 317-0184)";320x224@60;H
+ddcrew2d;"D. D. Crew (set 2, World, 2 Players, FD1094 317-0184 d";320x224@60;H
+ddcrewd;"D. D. Crew (set 4, World, 3 Players, FD1094 317-0190 d";320x224@60;H
+ddcrewj;"D. D. Crew (set 5, Japan, 4 Players, FD1094 317-0185)";320x224@60;H
+ddcrewj2;"D. D. Crew (set 6, Japan, 2 Players, FD1094 317-0182)";320x224@60;H
+ddcrewj2d;"D. D. Crew (set 6, Japan, 2 Players, FD1094 317-0182 d";320x224@60;H
+ddcrewjd;"D. D. Crew (set 5, Japan, 4 Players, FD1094 317-0185 d";320x224@60;H
+ddcrewu;"D. D. Crew (set 3, US, 4 Players, FD1094 317-0186)";320x224@60;H
+ddcrewud;"D. D. Crew (set 3, US, 4 Players, FD1094 317-0186 decr";320x224@60;H
+ddonpach;"DoDonPachi (International, master ver. 97/02/05)";320x240@60;V
+ddonpacha;"DoDonPachi (Arrange Mode version 1.1, hack by Trap15)";320x240@60;V
+ddonpachj;"DoDonPachi (Japan, master ver. 97/02/05)";320x240@60;V
+ddp2;"Bee Storm - DoDonPachi II (V102, World) - Judge Dredd (USA, Prototype, Alt)";448x224@60;V
+ddp2100;"Bee Storm - DoDonPachi II (V100, World)";448x224@60;V
+ddp2100c;"Bee Storm - DoDonPachi II (V100, China)";448x224@60;V
+ddp2100hk;"Bee Storm - DoDonPachi II (V100, Hong Kong)";448x224@60;V
+ddp2100j;"Bee Storm - DoDonPachi II (V100, Japan)";448x224@60;V
+ddp2100k;"Bee Storm - DoDonPachi II (V100, Korea)";448x224@60;V
+ddp2100t;"Bee Storm - DoDonPachi II (V100, Taiwan)";448x224@60;V
+ddp2101;"Bee Storm - DoDonPachi II (V101, World)";448x224@60;V
+ddp2101c;"Bee Storm - DoDonPachi II (V101, China)";448x224@60;V
+ddp2101hk;"Bee Storm - DoDonPachi II (V101, Hong Kong)";448x224@60;V
+ddp2101j;"Bee Storm - DoDonPachi II (V101, Japan)";448x224@60;V
+ddp2101k;"Bee Storm - DoDonPachi II (V101, Korea)";448x224@60;V
+ddp2101t;"Bee Storm - DoDonPachi II (V101, Taiwan)";448x224@60;V
+ddp2c;"Bee Storm - DoDonPachi II (V102, China)";448x224@60;V
+ddp2hk;"Bee Storm - DoDonPachi II (V102, Hong Kong)";448x224@60;V
+ddp2j;"Bee Storm - DoDonPachi II (V102, Japan)";448x224@60;V
+ddp2k;"Bee Storm - DoDonPachi II (V102, Korea)";448x224@60;V
+ddp2t;"Bee Storm - DoDonPachi II (V102, Taiwan)";448x224@60;V
+ddpdoj;"DoDonPachi Dai-Ou-Jou (V101, Japan)";448x224@60;V
+ddpdoja;"DoDonPachi Dai-Ou-Jou (V100 (second version), Japan)";448x224@60;V
+ddpdojb;"DoDonPachi Dai-Ou-Jou (V100 (first version), Japan)";448x224@60;V
+ddpdojblk;"DoDonPachi Dai-Ou-Jou Black Label (V100, (2002.10.07.B";448x224@60;V
+ddpdojblka;"DoDonPachi Dai-Ou-Jou Black Label (V100 (2002.10.07 Bl";448x224@60;V
+ddpdojblkbl;"DoDonPachi Dai-Ou-Jou Black Label (2002.10.07 Black Ve";448x224@60;V
+ddragon;"Double Dragon (Euro, USA) - Double Dragon (Euro, USA) - Double Dragon (Japan) - Double Dragon (Kor) - Double Dragon (World)";256x240@57;H
+ddragon2;"Double Dragon II - The Revenge (Jpn) - Double Dragon II - The Revenge (World)";256x240@57;H
+ddragon2b;"Double Dragon II - The Revenge (US bootleg, set 1)";256x240@57;H
+ddragon2b2;"Double Dragon II - The Revenge (US bootleg, set 2)";256x240@57;H
+ddragon2u;"Double Dragon II - The Revenge (US)";256x240@57;H
+ddragon3;"Double Dragon 3 - The Arcade Game (Euro, USA) - Double Dragon 3 - The Rosetta Stone (US)";320x240@57;H
+ddragon3b;"Double Dragon 3 - The Rosetta Stone (bootleg)";320x240@57;H
+ddragon3j;"Double Dragon 3 - The Rosetta Stone (Japan)";320x240@57;H
+ddragon3p;"Double Dragon 3 - The Rosetta Stone (prototype)";320x240@57;H
+ddragonb;"Double Dragon (bootleg with HD6309)";256x240@57;H
+ddragonb2;"Double Dragon (bootleg)";256x240@57;H
+ddragonba;"Double Dragon (bootleg with M6803)";256x240@57;H
+ddragonu;"Double Dragon (US set 1)";256x240@57;H
+ddragonua;"Double Dragon (US set 2)";256x240@57;H
+ddragonub;"Double Dragon (US set 3)";256x240@57;H
+ddragonw;"Double Dragon (World set 1)";256x240@57;H
+ddragonw1;"Double Dragon (World set 2)";256x240@57;H
+ddsom;"Dungeons & Dragons - shadow over mystara (960619 Euro)";384x224@60;H
+ddsoma;"Dungeons & Dragons - shadow over mystara (960619 Asia)";384x224@60;H
+ddsomar1;"Dungeons & Dragons - shadow over mystara (960208 Asia)";384x224@60;H
+ddsomb;"Dungeons & Dragons - shadow over mystara (960223 Brazi";384x224@60;H
+ddsomh;"Dungeons & Dragons - shadow over mystara (960223 Hispa";384x224@60;H
+ddsomj;"Dungeons & Dragons - shadow over mystara (960619 Japan";384x224@60;H
+ddsomjr1;"Dungeons & Dragons - shadow over mystara (960206 Japan";384x224@60;H
+ddsomjr2;"Dungeons & Dragons - shadow over mystara (960223 Japan";384x224@60;H
+ddsomr1;"Dungeons & Dragons - shadow over mystara (960223 Euro)";384x224@60;H
+ddsomr2;"Dungeons & Dragons - shadow over mystara (960209 Euro)";384x224@60;H
+ddsomr3;"Dungeons & Dragons - shadow over mystara (960208 Euro)";384x224@60;H
+ddsomu;"Dungeons & Dragons - shadow over mystara (960619 USA)";384x224@60;H
+ddsomud;"Dungeons & Dragons - shadow over mystara (960619 USA P";384x224@60;H
+ddsomur1;"Dungeons & Dragons - shadow over mystara (960209 USA)";384x224@60;H
+ddtod;"Dungeons & Dragons - tower of doom (940412 Euro)";384x224@60;H
+ddtoda;"Dungeons & Dragons - tower of doom (940412 Asia)";384x224@60;H
+ddtodar1;"Dungeons & Dragons - tower of doom (940113 Asia)";384x224@60;H
+ddtodd;"Dungeons & Dragons - tower of doom (940412 Euro Phoeni";384x224@60;H
+ddtodh;"Dungeons & Dragons - tower of doom (940412 Hispanic)";384x224@60;H
+ddtodhr1;"Dungeons & Dragons - tower of doom (940125 Hispanic)";384x224@60;H
+ddtodhr2;"Dungeons & Dragons - tower of doom (940113 Hispanic)";384x224@60;H
+ddtodj;"Dungeons & Dragons - tower of doom (940412 Japan)";384x224@60;H
+ddtodjr1;"Dungeons & Dragons - tower of doom (940125 Japan)";384x224@60;H
+ddtodjr2;"Dungeons & Dragons - tower of doom (940113 Japan)";384x224@60;H
+ddtodr1;"Dungeons & Dragons - tower of doom (940113 Euro)";384x224@60;H
+ddtodu;"Dungeons & Dragons - tower of doom (940125 USA)";384x224@60;H
+ddtodur1;"Dungeons & Dragons - tower of doom (940113 USA)";384x224@60;H
+ddux;"Dynamite Dux (Euro, Bra) - Dynamite Dux (set 2, FD1094 317-0096)";320x224@60;H
+ddux1;"Dynamite Dux (set 1, 8751 317-0095)";320x224@60;H
+dduxbl;"Dynamite Dux (bootleg)";320x224@60;H
+dduxd;"Dynamite Dux (set 2, FD1094 317-0096 decrypted)";320x224@60;H
+dduxj;"Dynamite Dux (set 2, Japan, FD1094 317-0094)";320x224@60;H
+dduxjd;"Dynamite Dux (set 2, Japan, FD1094 317-0094 decrypted)";320x224@60;H
+deadconx;"Dead Connection (World)";320x224@60;H
+deadconxj;"Dead Connection (Japan)";320x224@60;H
+dealer;"The Dealer";272x236@60;V
+deathbrd;"Death Brade (Japan ver JM-3)";320x240@58;H
+deerhunt;"Deer Hunter (Rus) - Deer Hunting USA V4.3";320x240@60;H
+deerhunta;"Deer Hunting USA V4.2";320x240@60;H
+deerhuntb;"Deer Hunting USA V4.0";320x240@60;H
+deerhuntc;"Deer Hunting USA V3.0";320x240@60;H
+deerhuntd;"Deer Hunting USA V2";320x240@60;H
+deerhunte;"Deer Hunting USA V1";320x240@60;H
+defense;"Defense (System 16B, FD1089A 317-0028)";320x224@60;H
+deluxe4u;"Deluxe 4 U (ver. 0107, 07/01/2000)";320x240@60;H
+deluxe5;"Deluxe 5 (ver. 0107, 07/01/2000, set 1)";320x240@60;H
+deluxe5a;"Deluxe 5 (ver. 0107, 07/01/2000, set 2)";320x240@60;H
+deluxe5b;"Deluxe 5 (ver. 0107, 07/01/2000, set 3)";320x240@60;H
+demonwld;"Demon's World / Horror Story (set 1)";320x240@55.2;H
+demonwld1;"Demon's World / Horror Story (set 2)";320x240@55.2;H
+demonwld2;"Demon's World / Horror Story (set 3)";320x240@55.2;H
+demonwld3;"Demon's World / Horror Story (set 4)";320x240@55.2;H
+demonwld4;"Demon's World / Horror Story (set 5)";320x240@55.2;H
+deroon;"Deroon DeroDero";320x240@57;H
+deroona;"Deroon DeroDero (alt set)";320x240@57;H
+desertbr;"Desert Breaker (World, FD1094 317-0196)";320x224@60;V
+desertbrd;"Desert Breaker (World, FD1094 317-0196 decrypted)";320x224@60;V
+desertbrj;"Desert Breaker (Japan, FD1094 317-0194)";320x224@60;V
+desertbrjd;"Desert Breaker (Japan, FD1094 317-0194 decrypted)";320x224@60;V
+detatwin;"Detana!! Twin Bee (Japan ver. J)";280x224@60;V
+devilfsg;"Devil Fish (Galaxian hardware, bootleg?)";256x224@60;V
+devilfsh;"Devil Fish";256x224@60;V
+devilw;"Devil World";320x224@60;H
+devstors;"Devastators (ver. Z)";304x224@60;V
+devstors2;"Devastators (ver. X)";304x224@60;V
+devstors3;"Devastators (ver. V)";304x224@60;V
+dfeveron;"Dangun Feveron (Japan, ver. 98/09/17)";320x240@58;V
+dharma;"Dharma Doujou";320x224@60;H
+dharmaj;"Dharma Doujou (Japan)";320x224@60;H
+dharmak;"Dharma Doujou (Korea)";320x224@60;H
+diamond;"Diamond Run";256x224@60;H
+dietgo;"Diet Go Go (Euro v1.1 1992.09.26)";320x240@58;H
+dietgoe;"Diet Go Go (Euro v1.1 1992.08.04)";320x240@58;H
+dietgoj;"Diet Go Go (Japan v1.1 1992.09.26)";320x240@58;H
+dietgou;"Diet Go Go (USA v1.1 1992.09.26)";320x240@58;H
+digdug;"Dig Dug (Jpn) - Dig Dug (Prototype) - Dig Dug (rev 2)";288x224@60;V
+digdug2;"Dig Dug II (New Ver.)";288x224@60;V
+digdug2o;"Dig Dug II (Old Ver.)";288x224@60;V
+diggerma;"Digger Man";304x224@59;H
+dimahoo;"Dimahoo (000121 Euro)";384x224@60;V
+dimahoou;"Dimahoo (000121 USA)";384x224@60;V
+dimahoud;"Dimahoo (000121 USA Phoenix Edition)";384x224@60;V
+dingo;"Dingo";256x224@60;V
+dino;"Cadillacs & Dinosaurs (930201 etc)";384x224@60;H
+dinoa;"Cadillacs & Dinosaurs (930223 Asia TW)";384x224@60;H
+dinoeh;"Cadillacs and Dinosaurs (hack, 930201 etc)";384x224@60;H
+dinoh;"Cadillacs and Dinosaurs (bootleg set 3, 930223 Asia TW";384x224@60;H
+dinohc;"Cadillacs and Dinosaurs (Chinese bootleg, 930223 Asia";384x224@60;H
+dinohunt;"Dinosaur Hunter (Chinese bootleg, 930223 Asia TW)";384x224@60;H
+dinoj;"Cadillacs Kyouryuu-Shinseiki (Cadillacs 930201 Japan)";384x224@60;H
+dinopic;"Cadillacs and Dinosaurs (bootleg set 1 (with PIC16c57)";384x224@60;H
+dinopic2;"Cadillacs and Dinosaurs (bootleg set 2 (with PIC16c57)";384x224@60;H
+dinopic3;"Cadillacs and Dinosaurs (bootleg set 3 (with PIC16c57)";384x224@60;H
+dinopic4;"Cadillacs and Dinosaurs (bootleg set 4 (with PIC16c57)";384x224@60;H
+dinorex;"Dino Rex (World)";320x224@60;H
+dinorexj;"Dino Rex (Japan)";320x224@60;H
+dinorexu;"Dino Rex (US)";320x224@60;H
+dinot;"Cadillacs and Dinosaurs Turbo (bootleg set 1, 930223 A";384x224@60;H
+dinotpic;"Cadillacs and Dinosaurs Turbo (bootleg set 2 (with PIC";384x224@60;H
+dinou;"Cadillacs & Dinosaurs (930201 USA)";384x224@60;H
+dirtfoxj;"Dirt Fox (Japan)";288x224@60;V
+disco;"Disco No.1";242x240@60;V
+discof;"Disco No.1 (Rev.F)";242x240@60;V
+diverboy;"Diver Boy";320x240@60;H
+djboy;"DJ Boy (Euro) - DJ Boy (set 1)";256x224@58;H
+djboya;"DJ Boy (set 2)";256x224@58;H
+djboyj;"DJ Boy (Japan) - DJ Boy (Jpn)";256x224@58;H
+dkgensan;"Daiku no Gensan (Japan, M82)";384x256@55;H
+dkgensanm72;"Daiku no Gensan (Japan, M72)";384x256@55;H
+dkingjr;"Donkey King Jr. (bootleg of Donkey Kong Jr.)";256x224@60;V
+dkong;"Donkey Kong - Donkey Kong (US set 1)";256x224@60;V
+dkong3;"Donkey Kong 3 (US)";256x224@60;V
+dkong3b;"Donkey Kong 3 (bootleg on Donkey Kong Jr. hardware)";256x224@60;V
+dkong3j;"Donkey Kong 3 (Japan)";256x224@60;V
+dkongf;"Donkey Kong Foundry (hack)";256x224@60;V
+dkonghrd;"Donkey Kong (US set 1) with Hard kit";256x224@60;V
+dkongj;"Donkey Kong (Japan set 1)";256x224@60;V
+dkongjnrj;"Donkey Kong Junior (Japan?)";256x224@60;V
+dkongjo;"Donkey Kong (Japan set 2)";256x224@60;V
+dkongjo1;"Donkey Kong (Japan set 3)";256x224@60;V
+dkongjr;"Donkey Kong Junior - Donkey Kong Junior (US set F-2)";256x224@60;V
+dkongjrb;"Donkey Kong Jr. (bootleg)";256x224@60;V
+dkongjrj;"Donkey Kong Jr. (Japan)";256x224@60;V
+dkongjrm;"Donkey Kong Jr. (Moon Cresta hardware)";256x224@60;V
+dkongo;"Donkey Kong (US set 2)";256x224@60;V
+dkongpe;"Donkey Kong - Pauline Edition (hack, rev 5)";256x224@60;V
+dkongx;"Donkey Kong II - Jumpman Returns (hack, V1.2)";256x224@60;V
+dkongx11;"Donkey Kong II - Jumpman Returns (hack, V1.1)";256x224@60;V
+dkrainbow;"Donkey Kong - Arcade Rainbow (hack)";256x224@60;V
+dland;"Dream Land / Super Dream Land (bootleg of Bubble Bobbl - Rod-Land (World)";256x224@60;H
+dleague;"Dynamite League (US)";320x240@60;H
+dleaguej;"Dynamite League (Japan)";320x240@60;H
+dmnfrnt;"Demon Front (V105)";448x224@60;H
+dmnfrnta;"Demon Front (V102, China)";448x224@60;H
+dmnfrntb;"Demon Front (V103)";448x224@60;H
+dmnfrntpcb;"Demon Front (V107, Korea, Single PCB Version)";448x224@60;H
+dngrtrck;"Danger Track (Rally X bootleg)";288x224@60;H
+docastle;"Mr. Do!'s Castle - Mr. Do's Castle (set 1)";240x192@60;V
+dodgeman;"Dodge Man";256x224@60;H
+dogfgt;"Acrobatic Dog-Fight";256x240@60;H
+dogfgtj;"Dog-Fight (Japan)";256x240@60;H
+dogfgtu;"Acrobatic Dog-Fight (USA)";256x240@60;H
+dogfight;"Dog Fight (Thunderbolt) - Dog Fighter (Euro)";256x224@60;V
+dogosokb;"Dogou Souken (Joystick hack bootleg)";288x216@60;V
+dogosoke;"Dogou Souken";288x216@60;V
+dogyuun;"Dogyuun";320x240@60;V
+dogyuuna;"Dogyuun (Licensed to Unite Trading For Korea)";320x240@60;V
+dogyuunt;"Dogyuun (test location version)";320x240@60;V
+dokaben;"Dokaben (Japan)";384x240@60;H
+dolmen;"Dolmen";256x224@56;H
+dommy;"Dommy";248x240@57;V
+dondokod;"Don Doko Don (World)";320x224@60;H
+dondokodj;"Don Doko Don (Japan)";320x224@60;H
+dondokodu;"Don Doko Don (US)";320x224@60;H
+donight;"Mr.Do's Nightmare (hack by Krazy Ivan)";256x224@60;V
+donpachi;"DonPachi (USA, ver. 1.12, 95/05/2x)";320x240@58;V
+donpachihk;"DonPachi (Hong Kong, ver. 1.10, 95/05/17)";320x240@58;V
+donpachij;"DonPachi (Japan, ver. 1.01, 95/05/11)";320x240@58;V
+donpachikr;"DonPachi (Korea, ver. 1.12, 95/05/2x)";320x240@58;V
+dorodon;"Dorodon (Jpn) - Dorodon (set 1)";240x196@60;V
+dorodon2;"Dorodon (set 2)";240x196@60;V
+dorunrun;"Do! Run Run (set 1)";240x192@60;H
+dotrikun;"Dottori Kun (new version)";256x192@60;H
+dotrikun2;"Dottori Kun (old version)";256x192@60;H
+dotriman;"Dottori-Man Jr.";256x192@60;H
+doubledr;"Double Dragon (Neo-Geo)";320x224@59;H
+dowild;"Mr. Do's Wild Ride - Mr. Do's Wild Ride (Jpn)";240x192@60;H
+downtown;"DownTown / Mokugeki (Set 1)";384x224@57;V
+downtown2;"DownTown / Mokugeki (Set 2)";384x224@57;V
+downtownj;"DownTown / Mokugeki (Joystick Hack)";384x224@57;V
+downtownp;"DownTown / Mokugeki (prototype)";384x224@57;V
+dquizgo;"Date Quiz Go Go (Korea)";320x240@60;H
+dragnblz;"Dragon Blaze";320x224@60;V
+dragonsh;"Dragon's Heaven (development board)";304x224@59;H
+drakton;"Drakton (DK conversion)";256x224@60;V
+dreamwld;"Dream World";304x224@58;H
+dremshpr;"Dream Shopper";288x224@60;V
+drgnbowl;"Dragon Bowl";256x224@60;H
+drgnbowla;"Dragon Bowl (set 2, unencrypted program)";256x224@60;H
+drgnbstr;"Dragon Buster";288x224@60;H
+drgninja;"Dragonninja (Japan)";256x240@57;H
+drgninjab;"Dragonninja (bootleg set 1)";256x240@57;H
+drgninjab2;"Dragonninja (bootleg set 2)";256x240@57;H
+drgnmst;"Dragon Master";384x224@60;H
+drgnunit;"Dragon Unit / Castle of Dragon";384x240@60;H
+drgw2;"Dragon World II (V110X, World)";448x224@60;H
+drgw2c;"Zhong Guo Long II (V100C, China)";448x224@60;H
+drgw2hk;"Dragon World II (V100H, Hong Kong)";448x224@60;H
+drgw2j;"Chuugokuryuu II (V100J, Japan)";448x224@60;H
+drifto94;"Drift Out '94 - The Hard Order (Japan)";336x238@60;H
+driftout;"Drift Out (Europe)";320x224@60;V
+driftoutj;"Drift Out (Japan)";320x224@60;V
+driveout;"Drive Out";320x224@60;V
+drivfrcb;"Driving Force (Galaxian conversion bootleg)";256x224@60;V
+drivfrcg;"Driving Force (Galaxian conversion)";256x224@60;V
+drivfrcp;"Driving Force (Pac-Man conversion)";256x224@60;V
+drivfrct;"Top Racer (bootleg of Driving Force)";256x224@60;V
+drktnjr;"Drakton (DKJr conversion)";256x224@60;V
+drmicro;"Dr. Micro";256x224@60;V
+drtomy;"Dr. Tomy";320x240@60;H
+drtoppel;"Dr. Toppel's Adventure (World)";256x224@60;V
+drtoppela;"Dr. Toppel's Adventure (World, alt?)";256x224@60;V
+drtoppelj;"Dr. Toppel's Tankentai (Japan)";256x224@60;V
+drtoppelu;"Dr. Toppel's Adventure (US)";256x224@60;V
+dsaber;"Dragon Saber (World, DO2) - Dragon Saber - After Story of Dragon Spirit";288x224@60;V
+dsabera;"Dragon Saber (World, older?)";288x224@60;V
+dsaberj;"Dragon Saber (Japan, Rev B)";288x224@60;V
+dsoccr94;"Dream Soccer '94 (World, M107 hardware)";320x240@60;H
+dsoccr94j;"Dream Soccer '94 (Japan)";320x240@60;H
+dsoccr94k;"Dream Soccer '94 (Korea, M107 hardware)";320x240@60;H
+dspirit;"Dragon Spirit - Dragon Spirit - Dragon Spirit (new version (DS3))";288x224@60;V
+dspirit1;"Dragon Spirit (old version (DS1))";288x224@60;V
+dspirit2;"Dragon Spirit (DS2)";288x224@60;V
+dstlk;"Darkstalkers - the night warriors (940705 Euro) - Landstalker - The Treasures of King Nole (Euro)";384x224@60;H
+dstlka;"Darkstalkers - the night warriors (940705 Asia)";384x224@60;H
+dstlkh;"Darkstalkers - the night warriors (940818 Hispanic)";384x224@60;H
+dstlku;"Darkstalkers - the night warriors (940818 USA) - Landstalker - The Treasures of King Nole (USA)";384x224@60;H
+dstlku1d;"Darkstalkers - the night warriors (940705 USA Phoenix";384x224@60;H
+dstlkur1;"Darkstalkers - the night warriors (940705 USA)";384x224@60;H
+ducki;"Duck Tales (Intro demo)";304x224@59;H
+dumpmtmt;"Dump Matsumoto (Japan, 8751 317-unknown)";320x224@60;H
+dungeonm;"Dungeon Magic (Ver 2.1O 1994/02/18)";320x224@60;H
+dungeonmu;"Dungeon Magic (Ver 2.1A 1994/02/18)";320x224@60;H
+dunkshot;"Dunk Shot (Jpn) - Dunk Shot (Rev C, FD1089 317-0022)";320x224@60;H
+dunkshota;"Dunk Shot (Jpn, Alt) - Dunk Shot (Rev A, FD1089 317-0022)";320x224@60;H
+dunkshoto;"Dunk Shot (FD1089 317-0022)";320x224@60;H
+dw2001;"Dragon World 2001 (V100, Japan)";448x224@60;H
+dw2v100x;"Dragon World II (V100X, World)";448x224@60;H
+dwi;"DarkWing Duck (Intro demo)";304x224@59;H
+dwia;"DarkWing Duck (Intro demo, alt)";304x224@59;H
+dwpc;"Dragon World Pretty Chance (V101, Japan)";448x224@60;H
+dyger;"Dyger (Korea set 1)";384x224@60;V
+dygera;"Dyger (Korea set 2)";384x224@60;V
+dynablst;"Dynablaster / Bomber Man";320x240@60;H
+dynagear;"Dyna Gear";336x240@60;H
+dynduke;"Dynamite Duke (Euro, Bra) - Dynamite Duke (Europe, 03SEP89) - Dynamite Duke (World, Rev. A)";256x224@60;H
+dyndukea;"Dynamite Duke (Europe, 25JUL89)";256x224@60;H
+dyndukej;"Dynamite Duke (Japan, 03SEP89)";256x224@60;H
+dyndukeja;"Dynamite Duke (Japan, 25JUL89)";256x224@60;H
+dyndukeu;"Dynamite Duke (US, 25JUL89)";256x224@60;H
+dynwar;"Dynasty Wars (US set 1)";384x224@60;H
+dynwara;"Dynasty Wars (US set 2)";384x224@60;H
+dynwarj;"Tenchi wo Kurau (Japan)";384x224@60;H
+dynwarjr;"Tenchi wo Kurau (Japan Resale Ver.)";384x224@60;H
+eagle;"Eagle (set 1)";256x224@60;V
+eagle2;"Eagle (set 2)";256x224@60;V
+eagle3;"Eagle (set 3)";256x224@60;V
+eaglshot;"Eagle Shot Golf";320x224@60;H
+earthjkr;"U.N. Defense Force: Earth Joker (Japan)";320x240@60;V
+earthjkrp;"U.N. Defense Force: Earth Joker (Japan, prototype?)";320x240@60;V
+ecofghtr;"Eco Fighters (931203 etc)";384x224@60;H
+ecofghtra;"Eco Fighters (931203 Asia)";384x224@60;H
+ecofghtrd;"Eco Fighters (931203 World Phoenix Edition)";384x224@60;H
+ecofghtrh;"Eco Fighters (931203 Hispanic)";384x224@60;H
+ecofghtru;"Eco Fighters (940215 USA)";384x224@60;H
+ecofghtru1;"Eco Fighters (931203 USA)";384x224@60;H
+edf;"Armed Formation - Armed Formation F - E.D.F. : Earth Defense Force (set 1) - Twisted Flipper (USA, Prototype)";256x224@60;H
+edfa;"E.D.F. : Earth Defense Force (set 2)";256x224@60;H
+edfbl;"E.D.F. : Earth Defense Force (bootleg)";256x224@60;H
+edfu;"E.D.F. : Earth Defense Force (North America)";256x224@60;H
+edrandy;"The Cliffhanger - Edward Randy (World ver 3)";256x240@58;H
+edrandy1;"The Cliffhanger - Edward Randy (World ver 1)";256x240@58;H
+edrandy2;"The Cliffhanger - Edward Randy (World ver 2)";256x240@58;H
+edrandyj;"The Cliffhanger - Edward Randy (Japan ver 3)";256x240@58;H
+eeekk;"Eeekk!";288x224@60;V
+egghunt;"Egg Hunt";384x240@58;H
+eggor;"Eggor";288x224@60;V
+eggs;"Eggs";240x240@57;V
+eightfrc;"Eight Forces";384x224@60;V
+eightman;"Eight Man (NGM-025)(NGH-025)";320x224@59;H
+elvact2u;"Elevator Action II (Ver 2.2A 1995/02/20)";320x232@60;H
+elvactr;"Elevator Action Returns (Ver 2.2O 1995/02/20)";320x232@60;H
+elvactrj;"Elevator Action Returns (Ver 2.2J 1995/02/20)";320x232@60;H
+endurobl;"Enduro Racer (bootleg set 1)";320x224@60;H
+enduror;"Enduro Racer (YM2151, FD1089B 317-0013A)";320x224@60;H
+enduror1;"Enduro Racer (YM2203, FD1089B 317-0013A)";320x224@60;H
+enforce;"Enforce (World)";320x224@60;H
+enforcej;"Enforce (Japan)";320x224@60;H
+enforceja;"Enforce (Japan, Analog Controls)";320x224@60;H
+esckids;"Escape Kids (Asia, 4 Players)";288x240@60;H
+esckidsj;"Escape Kids (Japan, 2 Players)";288x240@60;H
+espgal;"Espgaluda (V100, Japan)";448x224@59;V
+espgalbl;"Espgaluda (2003/10/15 Master Ver, bootleg cartridge co";448x224@59;V
+esprade;"ESP Ra.De. - A.D.2018 Tokyo (International, ver. 98/04";320x240@58;V
+espradej;"ESP Ra.De. (Japan, ver. 98/04/21)";320x240@58;V
+espradejo;"ESP Ra.De. (Japan, ver. 98/04/14)";320x240@58;V
+eswat;"E-Swat - Cyber Police (set 4, World, FD1094 317-0130) - ESWAT - City Under Siege (Euro, USA, Rev. A)";320x224@60;H
+eswatbl;"E-Swat - Cyber Police (bootleg)";320x224@60;H
+eswatd;"E-Swat - Cyber Police (set 4, World, FD1094 317-0130 d";320x224@60;H
+eswatj;"Cyber Police ESWAT (Jpn, Rev. 0) - E-Swat - Cyber Police (set 2, Japan, FD1094 317-0128)";320x224@60;H
+eswatj1;"E-Swat - Cyber Police (set 1, Japan, FD1094 317-0131)";320x224@60;H
+eswatj1d;"E-Swat - Cyber Police (set 1, Japan, FD1094 317-0131 d";320x224@60;H
+eswatjd;"E-Swat - Cyber Police (set 2, Japan, FD1094 317-0128 d";320x224@60;H
+eswatu;"E-Swat - Cyber Police (set 3, US, FD1094 317-0129)";320x224@60;H
+eswatud;"E-Swat - Cyber Police (set 3, US, FD1094 317-0129 decr";320x224@60;H
+eto;"Game Toshokan (Jpn, Rev. A) - Kokontouzai Eto Monogatari (Japan)";320x240@60;H
+euroch92;"Euro Champ '92 (World)";320x224@60;H
+evilston;"Evil Stone";320x224@60;V
+excelsr;"Excelsior (set 1)";320x240@58;H
+excelsra;"Excelsior (set 2)";320x240@58;H
+exctleag;"Excite League (FD1094 317-0079)";320x224@60;H
+exctleagd;"Excite League (FD1094 317-0079 decrypted)";320x224@60;H
+exedexes;"Exed Exes";256x224@60;V
+exerizerb;"Exerizer (Japan) (bootleg)";320x224@60;V
+exodus;"Exodus (bootleg?) - Exodus - Journey to the Promised Land (USA)";256x224@60;V
+explbrkr;"Explosive Breaker";256x224@60;V
+explorer;"Explorer";256x224@60;V
+extdwnhl;"Extreme Downhill (v1.5)";320x240@60;H
+extrmatn;"Extermination (World)";256x224@60;V
+extrmatnj;"Extermination (Japan)";256x224@60;V
+extrmatnu;"Extermination (US, set 1)";256x224@60;V
+extrmatnur;"Extermination (US, Romstar)";256x224@60;V
+exzisus;"Exzisus (Japan, dedicated)";256x224@60;H
+exzisusa;"Exzisus (Japan, conversion)";256x224@60;H
+exzisust;"Exzisus (TAD license)";256x224@60;H
+eyes;"Eyes (Digitrex Techstar)";288x224@60;V
+eyes2;"Eyes (Techstar)";288x224@60;V
+eyesb;"Eyes (bootleg set 1)";288x224@60;V
+eyeszacb;"Eyes (bootleg set 2, decrypted)";288x224@60;V
+f1dreamb;"F-1 Dream (bootleg, set 1)";256x224@60;H
+f1dreamba;"F-1 Dream (bootleg, set 2)";256x224@60;H
+f1gp;"F-1 Grand Prix - Nakajima Satoru Kanshuu F1 Grand Prix (Jpn)";320x240@60;V
+f1gp2;"F-1 Grand Prix Part II";320x224@60;V
+faceoff;"Face Off (Japan 2 Players)";288x224@60;H
+falcon;"Falcon - Falcon (bootleg of Phoenix) (8085A CPU)";256x208@60;V
+falconz;"Falcon (bootleg of Phoenix) (Z80 CPU)";256x208@60;V
+fantasia;"Fantasia (940429 PCB, set 1) - Fantasia (World, Rev. A)";256x224@60;V
+fantasiaa;"Fantasia (940307 PCB)";256x224@60;V
+fantasiab;"Fantasia (940429 PCB, set 2)";256x224@60;V
+fantasian;"Fantasia (940803 PCB)";256x224@60;V
+fantastc;"Fantastic (Galaga conversion on Galaxian hardware)";256x224@60;V
+fantazia;"Fantazia (bootleg?)";256x224@60;V
+fantland;"Fantasy Land (set 1)";352x256@60;H
+fantlanda;"Fantasy Land (set 2)";352x256@60;H
+fantsia2;"Fantasia II (Explicit)";256x224@60;H
+fantsia2a;"Fantasia II (Less Explicit)";256x224@60;H
+fantsia2n;"Fantasia II (1998)";256x224@60;H
+fantsy95;"Fantasy '95";256x224@60;V
+fantzn2x;"Fantasy Zone II - The Tears of Opa-Opa (System 16C)";320x224@60;H
+fantzn2xp;"Fantasy Zone II - The Tears of Opa-Opa (System 16C, pr";320x224@60;H
+fantzn2xps2;"Fantasy Zone II - The Tears of Opa-Opa (System 16C, PS";320x224@60;H
+fantznta;"Fantasy Zone Time Attack (System 16B, PS2 data file)";320x224@60;H
+fantzone;"Fantasy Zone - Fantasy Zone - Fantasy Zone (Jpn) - Fantasy Zone (Rev A, unprotected) - Fantasy Zone (World, v2) - Fantasy Zone Gear (Euro, Jpn)";320x224@60;H
+fantzone1;"Fantasy Zone (unprotected) - Fantasy Zone (World, v1, Prototype)";320x224@60;H
+fantzonep;"Fantasy Zone (317-5000)";320x224@60;H
+fantzoneta;"Fantasy Zone (Time Attack, bootleg)";320x224@60;H
+farmer;"Farmers Rebellion";240x224@60;H
+fastfred;"Fast Freddie";256x224@60;V
+fatfursp;"Fatal Fury Special (Euro) - Fatal Fury Special / Garou Densetsu Special (set 1)(NG";320x224@59;H
+fatfurspa;"Fatal Fury Special / Garou Densetsu Special (set 2)(NG";320x224@59;H
+fatfury1;"Fatal Fury - King of Fighters / Garou Densetsu - shuku";320x224@59;H
+fatfury2;"Fatal Fury 2 (USA, Kor) - Fatal Fury 2 / Garou Densetsu 2 - arata-naru tatakai (";320x224@59;H
+fatfury2a;"Fatal Fury 2 / Garou Densetsu 2 - arata-naru tatakai (";320x224@59;H
+fatfury3;"Fatal Fury 3 - Road to the Final Victory / Garou Dense";320x224@59;H
+fatfury3a;"Fatal Fury 3 - Road to the Final Victory / Garou Dense";320x224@59;H
+fball;"Fire Ball (FM Work)";256x240@60;H
+fbfrenzy;"Football Frenzy (NGM-034)(NGH-034)";304x224@59;H
+fcrash;"Final Crash (bootleg (with 2xYM2203 + 2xMSM5205))";384x224@60;H
+feversos;"Fever SOS (International, ver. 98/09/25)";320x240@58;V
+ffantasy;"Fighting Fantasy (Japan revision 3)";256x240@57;H
+ffantasya;"Fighting Fantasy (Japan)";256x240@57;H
+ffantasyb;"Fighting Fantasy (Japan revision ?)";256x240@57;H
+ffantasyj;"Fighting Fantasy (Japan revision 2)";256x240@57;H
+ffight;"Final Fight (World, set 1)";384x224@60;H
+ffighta;"Final Fight (World, set 2)";384x224@60;H
+ffightbl;"Final Fight (bootleg set 1 (with 2xYM2203 + 2xMSM5205)";384x224@60;H
+ffightbla;"Final Fight (bootleg set 2 (with 2xYM2203 + 2xMSM5205)";384x224@60;H
+ffightj;"Final Fight (Japan)";384x224@60;H
+ffightj1;"Final Fight (900112 Japan)";384x224@60;H
+ffightj2;"Final Fight (900305 Japan)";384x224@60;H
+ffightj3;"Final Fight (900613 Japan)";384x224@60;H
+ffightjh;"Street Smart / Final Fight (Japan, hack)";384x224@60;H
+ffightu;"Final Fight (USA, set 1)";384x224@60;H
+ffightu1;"Final Fight (USA, set 2)";384x224@60;H
+ffightu2;"Final Fight (USA, set 3)";384x224@60;H
+ffightua;"Final Fight (900112 USA)";384x224@60;H
+ffightub;"Final Fight (900424 USA)";384x224@60;H
+ffightuc;"Final Fight (900613 USA)";384x224@60;H
+fghtbskt;"Fighting Basketball";256x224@60;H
+fhawk;"Fighting Hawk (World)";320x224@60;V
+fhawkj;"Fighting Hawk (Japan)";320x224@60;V
+fightfev;"Fight Fever (set 1)";304x224@59;H
+fightfeva;"Fight Fever (set 2)";304x224@59;H
+fightrol;"Fighting Roller";240x224@60;V
+finalb;"Final Blow (Jpn) - Final Blow (World)";320x224@60;H
+finalbj;"Final Blow (Japan)";320x224@60;H
+finalbu;"Final Blow (US)";320x224@60;H
+finalizr;"Finalizer - Super Transformation";272x224@60;V
+finalizrb;"Finalizer - Super Transformation (bootleg)";272x224@60;V
+finalttr;"Final Tetris";256x224@58;H
+finehour;"Finest Hour (Japan)";288x224@60;H
+firebarr;"Fire Barrel (Japan)";320x240@60;V
+firehawk;"Fire Hawk (horizontal) - Firehawk (Euro)";256x224@56;H
+fireshrk;"Fire Shark - Fire Shark (Euro)";320x240@57.6;V
+fireshrka;"Fire Shark (Earlier)";320x240@57.6;V
+fireshrkd;"Fire Shark (Korea, set 1, easier)";320x240@57.6;V
+fireshrkdh;"Fire Shark (Korea, set 2, harder)";320x240@57.6;V
+firetrap;"Fire Trap (US, set 1)";256x240@60;V
+firetrapa;"Fire Trap (US, set 2)";256x240@60;V
+firetrapbl;"Fire Trap (Japan bootleg)";256x240@60;V
+firetrapj;"Fire Trap (Japan)";256x240@60;V
+fitegolf;"Fighting Golf (World?)";288x216@60;H
+fitegolf2;"Fighting Golf (US, Ver 2)";288x216@60;H
+fitegolfu;"Fighting Golf (US)";288x216@60;H
+fixeight;"FixEight (Europe)";320x240@60;V
+fixeighta;"FixEight (Southeast Asia)";320x240@60;V
+fixeightat;"FixEight (Southeast Asia, Taito license)";320x240@60;V
+fixeighth;"FixEight (Hong Kong)";320x240@60;V
+fixeightht;"FixEight (Hong Kong, Taito license)";320x240@60;V
+fixeightj;"FixEight (Japan)";320x240@60;V
+fixeightjt;"FixEight (Japan, Taito license)";320x240@60;V
+fixeightk;"FixEight (Korea)";320x240@60;V
+fixeightkt;"FixEight (Korea, Taito license)";320x240@60;V
+fixeightt;"FixEight (Europe, Taito license)";320x240@60;V
+fixeighttw;"FixEight (Taiwan)";320x240@60;V
+fixeighttwt;"FixEight (Taiwan, Taito license)";320x240@60;V
+fixeightu;"FixEight (USA)";320x240@60;V
+fixeightut;"FixEight (USA, Taito license)";320x240@60;V
+fjbuster;"Fujiyama Buster (Japan)";256x224@60;H
+flagrall;"'96 Flag Rally";320x240@60;H
+flashgal;"Flashgal (set 1)";288x224@60;H
+flashgala;"Flashgal (set 2)";288x224@60;H
+flashgalk;"Flashgal (set 1, Kyugo logo)";288x224@60;H
+flicky;"Flicky (128k Version, 315-5051) - Flicky (Euro, USA) - Flicky (Jpn) - Flicky (Jpn, v1)";256x224@60;H
+flickya;"Flicky (128k Version, 315-5051, larger roms)) - Flicky (Jpn, v0)";256x224@60;H
+flickyg;"Flicky (128k Version, System 2, 315-5051, alt graphics";256x224@60;H
+flickyo;"Flicky (64k Version, 315-5051, set 1)";256x224@60;H
+flickys1;"Flicky (64k Version, 315-5051, set 2)";256x224@60;H
+flickys2;"Flicky (128k Version, not encrypted)";256x224@60;H
+flickys2g;"Flicky (128k Version, System 2, not encrypted, alt gra";256x224@60;H
+flipshot;"Battle Flip Shot";304x224@59;H
+flipull;"Flipull (Japan)";320x224@60;H
+flstory;"The FairyLand Story - The Fairyland Story (Jpn)";256x224@60;H
+flstoryj;"The FairyLand Story (Japan)";256x224@60;H
+flyboy;"Fly-Boy";256x224@60;V
+flyboyb;"Fly-Boy (bootleg)";256x224@60;V
+flytiger;"Flying Tiger (set 1)";384x240@60;V
+flytigera;"Flying Tiger (set 2)";384x240@60;V
+fncywld;"Fancy World - Earth of Crisis";320x240@60;H
+fnkyfish;"Funky Fish";512x256@60;V
+fnshark;"Flyin' Shark (bootleg of Hishou Zame)";320x240@55;V
+footchmp;"Football Champ (World)";320x224@60;H
+forcebrk;"Force Break (bootleg)";240x240@60;H
+forgottn;"Forgotten Worlds (Euro, Bra, Aus) - Forgotten Worlds (World, newer) - Forgotten Worlds (World, v1.1)";384x224@60;H
+forgottna;"Forgotten Worlds (World)";384x224@60;H
+forgottnu;"Forgotten Worlds (US, B-Board 88621B-2, rev C)";384x224@60;H
+forgottnua;"Forgotten Worlds (US, B-Board 88618B-2, rev A)";384x224@60;H
+forgottnuaa;"Forgotten Worlds (US, B-Board 88618B-2, rev AA)";384x224@60;H
+forgottnuc;"Forgotten Worlds (US, B-Board 88618B-2, Rev C)";384x224@60;H
+forgottnue;"Forgotten Worlds (US, B-Board 88618B-2, Rev E)";384x224@60;H
+formatz;"Formation Z - Formation Z (Jpn)";248x224@60;H
+fpoint;"Flash Point (set 2, Japan, FD1094 317-0127A) - Flashpoint (Kor) - Flashpoint (Kor)";320x224@60;H
+fpoint1;"Flash Point (set 1, Japan, FD1094 317-0127A)";320x224@60;H
+fpoint1d;"Flash Point (set 1, Japan, FD1094 317-0127A decrypted)";320x224@60;H
+fpointbj;"Flash Point (Japan, bootleg)";320x224@60;H
+fpointbl;"Flash Point (World, bootleg)";320x224@60;H
+fpointd;"Flash Point (set 2, Japan, FD1094 317-0127A decrypted)";320x224@60;H
+freekick;"Free Kick (NS6201-A 1987.10)";256x224@60;V
+freekicka;"Free Kick (NS6201-A 1987.9)";256x224@60;V
+freekickb1;"Free Kick (bootleg set 1)";256x224@60;V
+freekickb3;"Free Kick (bootleg set 3)";256x224@60;V
+freeze;"Freeze";256x224@60;V
+friskyt;"Frisky Tom (set 1)";256x224@60;H
+friskyta;"Frisky Tom (set 2)";256x224@60;H
+friskytb;"Frisky Tom (set 3, encrypted)";256x224@60;H
+frogf;"Frog (Falcon bootleg)";256x224@60;V
+frogg;"Frog (Galaxian hardware)";256x224@60;V
+frogger;"Frogger - Frogger - Frogger (Jpn) - Frogger (USA) - Frogger (USA, Prototype)";256x224@60;V
+froggermc;"Frogger (Moon Cresta hardware)";256x224@60;V
+froggers;"Frog";256x224@60;V
+froggers1;"Frogger (Sega set 1)";256x224@60;V
+froggers2;"Frogger (Sega set 2)";256x224@60;V
+froggers3;"Frogger (Sega set 3)";256x224@60;V
+froggrs;"Frogger (Scramble hardware)";256x224@60;V
+froman2b;"Idol Mahjong - final romance 2 (Neo CD Conversion)";304x224@59;H
+fround;"The Final Round (ver. M)";320x224@60;H
+froundl;"The Final Round (ver. L)";320x224@60;H
+fshark;"Flying Shark (World)";320x240@54.9;V
+fsharkbt;"Flying Shark (bootleg with 8741)";320x240@54.9;V
+fsoccerb;"Fighting Soccer (Joystick hack bootleg)";400x224@60;H
+fsoccerba;"Fighting Soccer (Joystick hack bootleg, alt)";400x224@60;H
+fstarfrc;"Final Star Force (US)";256x224@60;V
+fstarfrcj;"Final Star Force (Japan)";256x224@60;V
+fswords;"Fighters Swords (Korean release of Samurai Shodown III";304x224@59;H
+fullthrl;"Full Throttle (Japan)";320x240@60;H
+funkybee;"Funky Bee";236x224@60;V
+funkybeeb;"Funky Bee (bootleg, harder)";236x224@60;V
+funkyjet;"Funky Jet (World, rev 1)";320x240@58;H
+funkyjeta;"Funky Jet (World)";320x240@58;H
+funkyjetj;"Funky Jet (Japan, rev 2)";320x240@58;H
+funybubl;"Funny Bubble";320x224@60;H
+funybublc;"Funny Bubble (Comad version)";320x224@60;H
+futspy;"Future Spy";256x224@60;V
+fx;"F-X - Sega Graphic Board (Jpn, Prototype v2.0) - SF-X";288x224@60;V
+fxa;"F-X (alternate set)";288x224@60;V
+gaia;"Gaia Crusaders - Sagaia (Euro, Bra) - Sagaia (USA)";320x224@58;H
+gaialast;"Gaia - The Last Choice of Earth";304x224@58;H
+gaiapols;"Gaiapolis (ver EAF)";376x224@60;V
+gaiapolsj;"Gaiapolis (ver JAF)";376x224@60;V
+gaiapolsu;"Gaiapolis (ver UAF)";376x224@60;V
+gaiden;"Ninja Gaiden (Euro, Bra) - Ninja Gaiden (Euro, USA) - Ninja Gaiden (Jpn, Prototype) - Ninja Gaiden (US)";256x224@60;H
+galaga;"Galaga (Jpn) - Galaga (Namco rev. B) - Galaga (Tw) - Galaga Demo (set 2)";288x224@60;V
+galaga3;"Galaga 3 (GP3 rev. D)";288x224@60;V
+galaga3a;"Galaga 3 (GP3 rev. C)";288x224@60;V
+galaga3b;"Galaga 3 (GP3)";288x224@60;V
+galaga3c;"Galaga 3 (set 4)";288x224@60;V
+galaga3m;"Galaga 3 (set 5)";288x224@60;V
+galaga88;"Galaga '88 - Galaga '88";288x224@60;V
+galaga88a;"Galaga '88 (02-03-88)";288x224@60;V
+galaga88j;"Galaga '88 (Japan)";288x224@60;V
+galagamf;"Galaga (Midway set 1 with fast shoot hack)";288x224@60;V
+galagamk;"Galaga (Midway set 2)";288x224@60;V
+galagamw;"Galaga (Midway set 1)";288x224@60;V
+galagao;"Galaga (Namco)";288x224@60;V
+galap1;"Space Invaders Galactica (galaxiaj hack)";256x224@60;V
+galap4;"Galaxian Part 4 (hack)";256x224@60;V
+galapx;"Galaxian Part X (moonaln hack)";256x224@60;V
+galaxbsf;"Galaxian (bootleg, set 1)";256x224@60;V
+galaxian;"Galaxian - Galaxian (Jpn) - Galaxian (Kor) - Galaxian (Namco set 1)";256x224@60;V
+galaxiana;"Galaxian (Alt) - Galaxian (Jpn, Alt) - Galaxian (Namco set 2)";256x224@60;V
+galaxianbl;"Galaxian (bootleg, set 2)";256x224@60;V
+galaxiani;"Galaxian (Irem)";256x224@60;V
+galaxianm;"Galaxian (Midway set 1)";256x224@60;V
+galaxianmo;"Galaxian (Midway set 2)";256x224@60;V
+galaxiant;"Galaxian (Taito)";256x224@60;V
+galaxrf;"Galaxian (Recreativos Franco S.A. Spanish bootleg)";256x224@60;V
+galaxrfgg;"Galaxian Growing Galaxip / Galaxian Nave Creciente (Re";256x224@60;V
+galaxyfg;"Galaxy Fight - Universal Warriors";304x224@59;H
+galaxygn;"Galaxy Gunners";352x256@60;V
+galemp;"Galaxy Empire (bootleg?)";256x224@60;V
+galhustl;"Gals Hustler";256x224@60;H
+galivan;"Cosmo Police Galivan (12/26/1985)";256x224@60;V
+galivan2;"Cosmo Police Galivan (12/16/1985)";256x224@60;V
+galivan3;"Cosmo Police Galivan (12/11/1985)";256x224@60;V
+gallag;"Gallag";288x224@60;V
+gallop;"Gallop - Armed police Unit (Japan)";384x256@55;H
+galmedes;"Galmedes (Japan)";320x240@60;V
+galpani4;"Gals Panic 4 (Japan)";320x240@60;H
+galpani4k;"Gals Panic 4 (Korea)";320x240@60;H
+galpanic;"Gals Panic (Unprotected)";256x224@60;V
+galpanidx;"Gals Panic DX (Asia)";320x240@60;H
+galpanis;"Gals Panic S - Extra Edition (Europe)";320x240@60;H
+galpanisj;"Gals Panic S - Extra Edition (Japan)";320x240@60;H
+galpanisk;"Gals Panic S - Extra Edition (Korea)";320x240@60;H
+galpans2;"Gals Panic S2 (Europe)";320x240@60;H
+galpans2a;"Gals Panic S2 (Asia)";320x240@60;H
+galpans2j;"Gals Panic S2 (Japan)";320x240@60;H
+galpans3;"Gals Panic S3 (Japan)";320x240@60;H
+galpansu;"Gals Panic SU (Korea)";320x240@60;H
+galspnbl;"Gals Pinball";512x224@60;V
+galturbo;"Galaxian Turbo (superg hack)";256x224@60;V
+ganbare;"Ganbare! Marine Kun (Marine 2K0411 JPN)";384x224@60;H
+gangonta;"Ganbare! Gonta!! 2 / Party Time: Gonta the Diver II (J";320x240@58;V
+gangwars;"Gang Wars";256x224@60;H
+gangwarsb;"Gang Wars (bootleg)";256x224@60;H
+gangwarsj;"Gang Wars (Japan)";256x224@60;H
+gangwarsu;"Gang Wars (US)";256x224@60;H
+ganryu;"Ganryu / Musashi Ganryuki";304x224@59;H
+gaplus;"Gaplus (GP2 rev. B)";288x224@60;V
+gaplusa;"Gaplus (GP2)";288x224@60;V
+gaplusd;"Gaplus (GP2 rev D, alternate hardware)";288x224@60;V
+gaplust;"Gaplus (Tecfri PCB)";288x224@60;V
+gardia;"Gardia (317-0006)";256x224@60;V
+garogun;"Garogun Seroyang (Korea)";320x240@60;H
+garou;"Garou - Mark of the Wolves (NGM-2530) - Garou Densetsu - Shukumei no Tatakai (Jpn)";320x224@59;H
+garoubl;"Garou - Mark of the Wolves (bootleg)";320x224@59;H
+garouh;"Garou - Mark of the Wolves (NGM-2530) (NGH-2530)";320x224@59;H
+garoup;"Garou - Mark of the Wolves (prototype)";320x224@59;H
+garuka;"Garuka (Japan ver. W)";304x224@60;V
+garyoret;"Garyo Retsuden (Japan)";256x240@58;H
+gatedoom;"Gate of Doom (US revision 4)";256x240@58;H
+gatedoom1;"Gate of Doom (US revision 1)";256x240@58;H
+gaunt2;"Gauntlet II";336x240@60;H
+gaunt22p;"Gauntlet II (2 Players, rev 2)";336x240@60;H
+gaunt22p1;"Gauntlet II (2 Players, rev 1)";336x240@60;H
+gaunt22pg;"Gauntlet II (2 Players, German)";336x240@60;H
+gaunt2g;"Gauntlet II (German)";336x240@60;H
+gauntlet;"Gauntlet (Euro) - Gauntlet (Euro, Bra) - Gauntlet (rev 14)";336x240@60;H
+gauntlet2p;"Gauntlet (2 Players, rev 6)";336x240@60;H
+gauntlet2pg;"Gauntlet (2 Players, German, rev 4)";336x240@60;H
+gauntlet2pg1;"Gauntlet (2 Players, German, rev 1)";336x240@60;H
+gauntlet2pj;"Gauntlet (2 Players, Japanese, rev 5)";336x240@60;H
+gauntlet2pj2;"Gauntlet (2 Players, Japanese rev 2)";336x240@60;H
+gauntlet2pr3;"Gauntlet (2 Players, rev 3)";336x240@60;H
+gauntletg;"Gauntlet (German, rev 10)";336x240@60;H
+gauntletgr3;"Gauntlet (German, rev 3)";336x240@60;H
+gauntletgr6;"Gauntlet (German, rev 6)";336x240@60;H
+gauntletgr8;"Gauntlet (German, rev 8)";336x240@60;H
+gauntletj;"Gauntlet (Japanese, rev 13)";336x240@60;H
+gauntletj12;"Gauntlet (Japanese, rev 12)";336x240@60;H
+gauntletr1;"Gauntlet (rev 1)";336x240@60;H
+gauntletr2;"Gauntlet (rev 2)";336x240@60;H
+gauntletr4;"Gauntlet (rev 4)";336x240@60;H
+gauntletr5;"Gauntlet (rev 5)";336x240@60;H
+gauntletr7;"Gauntlet (rev 7)";336x240@60;H
+gauntletr9;"Gauntlet (rev 9)";336x240@60;H
+gauntlets;"Gauntlet (Spanish, rev 15)";336x240@60;H
+gberet;"Green Beret - Green Beret (Euro)";240x224@60;H
+gberetb;"Green Beret (bootleg)";240x224@60;H
+gblchmp;"Global Champion (Ver 2.1A 1994/07/29)";320x224@60;H
+gbusters;"Gang Busters (set 1)";288x224@60;V
+gbustersa;"Gang Busters (set 2)";288x224@60;V
+gdfs;"Mobil Suit Gundam Final Shooting (Japan)";336x240@60;H
+geebee;"Gee Bee";272x224@60;V
+geebeeg;"Gee Bee (Gremlin)";272x224@60;V
+gekiridn;"Gekirindan (Ver 2.3O 1995/09/21)";320x232@60;V
+gekiridnj;"Gekirindan (Ver 2.3J 1995/09/21)";320x232@60;V
+gemini;"Gemini Wing (Japan)";256x224@60;V
+geminib;"Gemini Wing (World, bootleg)";256x224@60;V
+genix;"Genix Family";288x224@60;H
+genpeitd;"Genpei ToumaDen";288x224@60;H
+gensitou;"Genshi-Tou 1930's (Japan)";256x224@60;H
+geostorm;"Geostorm (Japan)";320x240@60;H
+getstarb1;"Get Star (bootleg, set 1)";280x240@60;H
+getstarb2;"Get Star (bootleg, set 2)";280x240@60;H
+getstarj;"Get Star (Japan)";280x240@60;H
+gforce2;"Galaxy Force 2 - Galaxy Force II (World, Rev. B)";320x224@60;H
+gforce2j;"Galaxy Force 2 (Japan)";320x224@60;H
+gforce2ja;"Galaxy Force 2 (Japan, Rev A)";320x224@60;H
+gforce2sd;"Galaxy Force 2 (Super Deluxe unit)";320x224@60;H
+ghostb;"The Real Ghostbusters (US 2 Players, revision 2)";256x240@58;H
+ghostb2a;"The Real Ghostbusters (US 2 Players)";256x240@58;H
+ghostb3;"The Real Ghostbusters (US 3 Players)";256x240@58;H
+ghostbi;"Ghost Busters (Intro demo)";304x224@59;H
+ghostlop;"Ghostlop (prototype)";304x224@59;H
+ghostmun;"Ghost Muncher";256x224@60;V
+ghouls;"Ghouls'n Ghosts (Euro, USA, Bra) - Ghouls'n Ghosts (Euro, USA, Kor, Rev. A) - Ghouls'n Ghosts (World)";384x224@60;H
+ghoulsu;"Ghouls'n Ghosts (US)";384x224@60;H
+ghox;"Ghox (spinner)";320x240@60;V
+ghoxj;"Ghox (joystick)";320x240@60;V
+gigaman2;"Gigaman 2: The Power Fighters (bootleg)";384x224@60;H
+gigandes;"Gigandes";384x240@60;H
+gigandesa;"Gigandes (earlier)";384x240@60;H
+gigasb;"Gigas (bootleg)";256x224@60;V
+gigasm2b;"Gigas Mark II";256x224@60;V
+gigawing;"Giga Wing (990222 USA)";384x224@60;H
+gigawinga;"Giga Wing (990222 Asia)";384x224@60;H
+gigawingb;"Giga Wing (990222 Brazil)";384x224@60;H
+gigawingd;"Giga Wing (990222 USA Phoenix Edition)";384x224@60;H
+gigawingh;"Giga Wing (990222 Hispanic)";384x224@60;H
+gigawingj;"Giga Wing (990223 Japan)";384x224@60;H
+gigawingjd;"Giga Wing (990223 Japan Phoenix Edition)";384x224@60;H
+gijoe;"G.I. Joe (World, EAB, set 1)";288x224@60;H
+gijoea;"G.I. Joe (World, EB8, prototype?)";288x224@60;H
+gijoej;"G.I. Joe (Japan, JAA)";288x224@60;H
+gijoeu;"G.I. Joe (US, UAB)";288x224@60;H
+ginganin;"Ginga NinkyouDen (set 1)";256x224@60;H
+ginganina;"Ginga NinkyouDen (set 2)";256x224@60;H
+ginkun;"Ganbare Ginkun";256x224@60;H
+gloc;"G-LOC Air Battle (Euro, Bra, Kor) - G-LOC Air Battle (Euro, USA, Bra) - G-LOC Air Battle (World) - G-LOC Air Battle (World)";320x224@60;H
+glocr360;"G-LOC R360";320x224@60;H
+glocu;"G-LOC Air Battle (US)";320x224@60;H
+gmahou;"Great Mahou Daisakusen (000121 Japan)";384x224@60;V
+gmgalax;"Ghostmuncher Galaxian (bootleg)";256x224@60;V
+gnbarich;"Gunbarich";320x224@60;V
+gng;"Ghosts'n Goblins (World? set 1)";256x224@59.6;H
+gnga;"Ghosts'n Goblins (World? set 2)";256x224@59.6;H
+gngbl;"Ghosts'n Goblins (bootleg with Cross)";256x224@59.6;H
+gngbla;"Ghosts'n Goblins (bootleg, harder)";256x224@59.6;H
+gngblita;"Ghosts'n Goblins (Italian bootleg, harder)";256x224@59.6;H
+gngc;"Ghosts'n Goblins (World Revision C)";256x224@59.6;H
+gngprot;"Ghosts'n Goblins (prototype)";256x224@59.6;H
+gngt;"Ghosts'n Goblins (US)";256x224@59.6;H
+goalx3;"Goal! Goal! Goal!";304x224@59;H
+gogold;"Go For The Gold (Japan)";320x240@60;H
+gogomile;"Susume! Mile Smile / Go Go! Mile Smile (newer)";320x240@60;H
+gogomileo;"Susume! Mile Smile / Go Go! Mile Smile (older)";320x240@60;H
+goldmedl;"Gold Medalist (set 1)";256x224@60;H
+goldmedla;"Gold Medalist (set 2)";256x224@60;H
+goldmedlb;"Gold Medalist (bootleg)";256x224@60;H
+goldnaxe;"Golden Axe (set 6, US, 8751 317-123A)";320x224@60;H
+goldnaxe1;"Golden Axe (set 1, World, FD1094 317-0110)";320x224@60;H
+goldnaxe1d;"Golden Axe (set 1, World, FD1094 317-0110 decrypted)";320x224@60;H
+goldnaxe2;"Golden Axe (set 2, US, 8751 317-0112)";320x224@60;H
+goldnaxe3;"Golden Axe (set 3, World, FD1094 317-0120)";320x224@60;H
+goldnaxe3d;"Golden Axe (set 3, World, FD1094 317-0120 decrypted)";320x224@60;H
+goldnaxej;"Golden Axe (set 4, Japan, FD1094 317-0121)";320x224@60;H
+goldnaxejd;"Golden Axe (set 4, Japan, FD1094 317-0121 decrypted)";320x224@60;H
+goldnaxeu;"Golden Axe (set 5, US, FD1094 317-0122)";320x224@60;H
+goldnaxeud;"Golden Axe (set 5, US, FD1094 317-0122 decrypted)";320x224@60;H
+gollygho;"Golly! Ghost!";288x224@60;H
+gorkans;"Gorkans";288x224@60;V
+gotcha;"Got-cha Mini Game Festival";320x240@60;H
+gowcaizr;"Voltage Fighter - Gowcaizer / Choujin Gakuen Gowcaizer";304x224@59;H
+gpilots;"Ghost Pilots (NGM-020)(NGH-020)";304x224@59;H
+gpilotsh;"Ghost Pilots (NGH-020)(US)";304x224@59;H
+gprider;"GP Rider (Euro, Bra) - GP Rider (Euro, USA) - GP Rider (World, FD1094 317-0163) (Twin setup)";320x224@60;H
+gpriderj;"GP Rider (Japan, FD1094 317-0161) (Twin setup) - GP Rider (Jpn)";320x224@60;H
+gpriderjs;"GP Rider (Japan, FD1094 317-0161)";320x224@60;H
+gprideru;"GP Rider (US, FD1094 317-0162) (Twin setup)";320x224@60;H
+gpriderus;"GP Rider (US, FD1094 317-0162)";320x224@60;H
+gradius;"Gradius - Gradius (Japan, ROM version) - Nemesis (Euro) ~ Gradius (Jpn)";256x224@60;H
+gradius2;"Gradius II - GOFER no Yabou (Japan New ver.) - Nemesis 2 (Euro) ~ Gradius 2 (Jpn)";320x224@60;H
+gradius2a;"Gradius II - GOFER no Yabou (Japan Old ver.) - Nemesis 2 (Euro) ~ Gradius 2 (Jpn) (Alt)";320x224@60;H
+gradius2b;"Gradius II - GOFER no Yabou (Japan Older ver.)";320x224@60;H
+gradius3;"Gradius III (World, program code R)";320x224@60;H
+gradius3a;"Gradius III (Asia)";320x224@60;H
+gradius3j;"Gradius III (Japan, program code S)";320x224@60;H
+gradius3js;"Gradius III (Japan, program code S, split)";320x224@60;H
+grasspin;"Grasspin";256x224@60;V
+grdian;"Guardian";280x240@60;H
+grdians;"Guardians0Denjin Makai II";304x232@60;H
+grdnstrm;"Guardian Storm (horizontal, not encrypted)";256x224@57;H
+grdnstrmg;"Guardian Storm (Germany)";256x224@57;V
+grdnstrmj;"Sen Jing - Guardian Storm (Japan)";256x224@57;V
+grdnstrmk;"Jeon Sin - Guardian Storm (Korea)";256x224@57;V
+grdnstrmv;"Guardian Storm (vertical)";256x224@57;V
+griffon;"Griffon (bootleg of Phoenix) - Order of the Griffon";256x208@60;V
+grindstm;"Grind Stormer";320x240@60;V
+grindstma;"Grind Stormer (older set)";320x240@60;V
+grobda;"Grobda (New Ver.)";288x224@60;V
+grobda2;"Grobda (Old Ver. set 1)";288x224@60;V
+grobda3;"Grobda (Old Ver. set 2)";288x224@60;V
+growl;"Growl (USA) - Growl (World, Rev 1)";320x224@60;H
+growla;"Growl (World)";320x224@60;H
+growlu;"Growl (US)";320x224@60;H
+gryzor;"Gryzor (Set 1)";280x224@60;V
+gryzor1;"Gryzor (Set 2)";280x224@60;V
+gseeker;"Grid Seeker: Project Storm Hammer (Ver 1.3O)";320x224@60;V
+gseekerj;"Grid Seeker: Project Storm Hammer (Ver 1.3J)";320x224@60;V
+gseekeru;"Grid Seeker: Project Storm Hammer (Ver 1.3A)";320x224@60;V
+gteikoku;"Gingateikoku No Gyakushu";256x224@60;V
+gteikokub;"Gingateikoku No Gyakushu (bootleg set 1)";256x224@60;V
+gteikokub2;"Gingateikoku No Gyakushu (bootleg set 2)";256x224@60;V
+gtmr;"1000 Miglia: Great 1000 Miles Rally (94/07/18)";320x240@60;H
+gtmr2;"Mille Miglia 2: Great 1000 Miles Rally (95/05/24)";320x240@60;H
+gtmr2a;"Mille Miglia 2: Great 1000 Miles Rally (95/04/04)";320x240@60;H
+gtmr2u;"Great 1000 Miles Rally 2 USA (95/05/18)";320x240@60;H
+gtmra;"1000 Miglia: Great 1000 Miles Rally (94/06/13)";320x240@60;H
+gtmrb;"1000 Miglia: Great 1000 Miles Rally (94/05/26)";320x240@60;H
+gtmre;"Great 1000 Miles Rally: Evolution Model!!! (94/09/06)";320x240@60;H
+gtmro;"1000 Miglia: Great 1000 Miles Rally (94/05/10)";320x240@60;H
+gtmrusa;"Great 1000 Miles Rally: U.S.A Version! (94/09/06)";320x240@60;H
+gulfstrm;"Gulf Storm (set 1)";384x240@60;V
+gulfstrma;"Gulf Storm (set 2)";384x240@60;V
+gulfstrmb;"Gulf Storm (set 3)";384x240@60;V
+gulfstrmk;"Gulf Storm (Korea)";384x240@60;V
+gulfstrmm;"Gulf Storm (Media Shoji)";384x240@60;V
+gulfwar2;"Gulf War II (set 1)";320x240@55;V
+gulfwar2a;"Gulf War II (set 2)";320x240@55;V
+gumbo;"Gumbo";320x224@60;H
+gunball;"Gun Ball (Japan)";320x240@58;V
+gunbird;"Gunbird (World)";320x224@59;V
+gunbird2;"Gunbird 2 (set 1)";320x224@60;V
+gunbirdj;"Gunbird (Japan)";320x224@59;V
+gunbirdk;"Gunbird (Korea)";320x224@59;V
+gundamex;"Mobile Suit Gundam EX Revue";384x224@60;H
+gundhara;"Gundhara";384x240@60;V
+gundharac;"Gundhara (Chinese, bootleg?)";384x240@60;V
+gundl94;"Gun Dealer '94";384x256@60;H
+gunforc2;"Gunforce 2 (US)";320x240@60;H
+gunforce;"Gunforce - Battle Fire Engulfed Terror Island (World)";320x240@60;H
+gunforcej;"Gunforce - Battle Fire Engulfed Terror Island (Japan)";320x240@60;H
+gunforceu;"Gunforce - Battle Fire Engulfed Terror Island (US)";320x240@60;H
+gunfront;"Gun & Frontier (World)";320x224@60;V
+gunfrontj;"Gun Frontier (Japan)";320x224@60;V
+gunhohki;"Gun Hohki (Japan)";320x240@60;H
+gunlock;"Gunlock (Ver 2.3O 1994/01/20)";320x224@60;V
+gunmast;"Gun Master";320x224@60;H
+gunnail;"GunNail (28th May. 1992)";384x224@56;V
+gunsmoke;"Gun.Smoke - Gun.Smoke (Kor) - Gun.Smoke (World, 851115)";256x224@60;V
+gunsmokeb;"Gun.Smoke (World, 851115) (bootleg)";256x224@60;V
+gunsmokej;"Gun.Smoke (Japan, 851115)";256x224@60;V
+gunsmokeu;"Gun.Smoke (US, 860408)";256x224@60;V
+gunsmokeua;"Gun.Smoke (US, 851115, set 1)";256x224@60;V
+gunsmokeub;"Gun.Smoke (US, 851115, set 2)";256x224@60;V
+gururin;"Gururin";304x224@59;H
+gussun;"Gussun Oyoyo (Japan)";320x240@60;H
+gutangtn;"Guttang Gottong";256x224@60;V
+gutsn;"Guts'n (Japan)";320x240@60;H
+guwange;"Guwange (Japan, Master Ver. 99/06/24)";320x240@58;V
+guwanges;"Guwange (Japan, Special Ver. 00/01/01)";320x240@58;V
+guzzler;"Guzzler - Guzzler (Jpn, OMV)";256x224@60;V
+gwar;"Guerrilla War (US) - Wing War";400x224@60;V
+gwara;"Guerrilla War (Version 1)";400x224@60;V
+gwarb;"Guerrilla War (Joystick hack bootleg)";400x224@60;V
+gwarj;"Guevara (Japan)";400x224@60;V
+gwarrior;"Galactic Warriors";256x224@60;H
+gyrodine;"Gyrodine - Gyrodine (Jpn)";288x224@60;V
+gyrodinet;"Gyrodine (Taito Corporation license)";288x224@60;V
+gyruss;"Gyruss - Gyruss - Gyruss (Konami)";256x224@60;V
+gyrussb;"Gyruss (bootleg)";256x224@60;V
+gyrussce;"Gyruss (Centuri)";256x224@60;V
+hachamfb;"Hacha Mecha Fighter (19th Sep. 1991, unprotected, boot";256x224@56;H
+hachoo;"Hachoo!";256x224@60;H
+hal21;"HAL21";288x224@60;V
+hal21j;"HAL21 (Japan)";288x224@60;V
+halfway;"Halfway To Hell: Progear Red Label (2016-1-17 Red labe";384x224@60;H
+hamaway;"Hammer Away (prototype)";320x224@60;V
+hangly;"Hangly-Man (set 1)";288x224@60;V
+hangly2;"Hangly-Man (set 2)";288x224@60;V
+hangly3;"Hangly-Man (set 3)";288x224@60;V
+hangon;"Hang-On (Euro, Bra, Aus) - Hang-On (Jpn) - Hang-On (rev A) - Super Hang-On (sitdown/upright, unprotected) - Super Hang-On (World, Rev. A)";320x224@60;H
+hangon1;"Hang-On - Super Hang-On (mini ride-on, FD1089B 317-0034) - Super Hang-On (World)";320x224@60;H
+hangon2;"Hang-On (ride-on) - Hang-On II (Jpn) - Super Hang-On (mini ride-on, Rev A, FD1089B 317-0034)";320x224@60;H
+hangonjr;"Hang-On Jr.";256x192@60;H
+hangzo;"Hangzo (Japan, prototype)";320x240@58;H
+happy6;"Happy 6-in-1 (V102 - V101MK, China)";448x224@60;H
+happy6101;"Happy 6-in-1 (V101 - V100MK, China)";448x224@60;H
+hardhea2;"Hard Head 2 (v2.0)";256x224@60;H
+hardhead;"Hard Head";256x224@60;H
+hasamu;"Hasamu (Japan)";384x240@60;H
+hatena;"Adventure Quiz 2 - Hatena? no Daibouken (Japan 900228)";384x240@60;H
+hayaosi1;"Hayaoshi Quiz Ouza Ketteisen - The King Of Quiz";256x224@60;H
+hbarrel;"Heavy Barrel (US)";256x240@57;V
+hbarrelw;"Heavy Barrel (World)";256x240@57;V
+hcastle;"Haunted Castle (ver. M)";256x224@60;H
+hcastlee;"Haunted Castle (ver. E)";256x224@60;H
+hcastlek;"Haunted Castle (ver. K)";256x224@60;H
+hcrash;"Hyper Crash (version D)";256x224@60;H
+hcrashc;"Hyper Crash (version C)";256x224@60;H
+hedpanic;"Head Panic (ver. 0117, 17/01/2000)";320x240@60;H
+hedpanica;"Head Panic (ver. 0702, 02/07/1999)";320x240@60;H
+hedpanicf;"Head Panic (ver. 0315, 15/03/2000)";320x240@60;H
+hellfire;"Hellfire (2P Ver.) - Hellfire (Euro)";320x240@57.6;H
+hellfire1;"Hellfire (1P Ver.)";320x240@57.6;H
+hellfire1a;"Hellfire (1P Ver., older)";320x240@57.6;H
+hellfire2;"Hellfire (2P Ver., first edition)";320x240@57.6;H
+herbiedk;"Herbie at the Olympics (DK conversion)";256x224@60;V
+herodk;"Hero in the Castle of Doom (DK conversion)";256x224@60;V
+herodku;"Hero in the Castle of Doom (DK conversion not encrypte";256x224@60;V
+heuksun;"Heuk Sun Baek Sa (Korea)";320x240@60;H
+hexa;"Hexa";256x224@60;H
+hexion;"Hexion (Japan ver. JAB)";512x256@60;H
+hexionb;"Hexion (Bootleg, Asia ver. AAA)";512x256@60;H
+hexpool;"Hex Pool (Shinkai)";256x224@60;V
+hexpoola;"Hex Pool (Senko)";256x224@60;V
+hgkairak;"Taisen Hot Gimmick Kairakuten (Japan)";224x640@60;V
+hharry;"Hammerin' Harry (World)";384x256@55;H
+hharryu;"Hammerin' Harry (US)";384x256@55;H
+higemaru;"Pirate Ship Higemaru";256x224@60;H
+himesiki;"Himeshikibu (Japan)";256x192@60;V
+hippodrm;"Hippodrome (US)";256x240@57;H
+hishouza;"Hishou Zame (Japan)";320x240@55;V
+hitice;"Hit the Ice (US) - Hit the Ice (USA) - Hit the Ice - VHL - The Official Video Hockey League - Hit the Ice - VHL - The Official Video Hockey League";320x224@60;H
+hiticej;"Hit the Ice (Japan)";320x224@60;H
+hncholms;"Hunchback Olympic (Scramble hardware)";256x224@60;V
+hoccer;"Hoccer (set 1)";256x224@60;V
+hoccer2;"Hoccer (set 2)";256x224@60;V
+honeydol;"Honey Dolls";256x224@58;H
+hook;"Hook (Euro) - Hook (Euro) - Hook (Euro, Prototype) - Hook (World)";320x240@60;H
+hookj;"Hook (Japan)";320x240@60;H
+hooku;"Hook (US) - Hook (USA) - Hook (USA)";320x240@60;H
+hopmappy;"Hopping Mappy";288x224@60;H
+hopprobo;"Hopper Robo";256x224@60;V
+horekid;"Kid no Hore Hore Daisakusen";256x224@60;V
+horekidb;"Kid no Hore Hore Daisakusen (bootleg)";256x224@60;V
+horizon;"Horizon";256x256@60;H
+horshoes;"American Horseshoes (US)";320x224@60;V
+hotbubl;"Hot Bubble (Korea, with adult pictures)";256x224@56;H
+hotbubla;"Hot Bubble (Korea)";256x224@56;H
+hotdebut;"Quiz de Idol! Hot Debut (Japan)";240x640@60;V
+hotdogst;"Hotdog Storm - The First Supersonics (International)";384x240@58;V
+hotgm4ev;"Taisen Hot Gimmick 4 Ever (Japan)";224x640@60;V
+hotgmck;"Taisen Hot Gimmick (Japan)";224x640@60;V
+hotgmck3;"Taisen Hot Gimmick 3 Digital Surfing (Japan)";224x640@60;V
+hotgmcki;"Mahjong Hot Gimmick Integral (Japan)";224x640@60;V
+hotmind;"Hot Mind (Hard Times hardware)";320x224@58;H
+hotpinbl;"Hot Pinball";512x224@60;V
+hotshock;"Hot Shocker";256x224@60;V
+hotshockb;"Hot Shocker (bootleg)";256x224@60;V
+hpolym84;"Hyper Olympic '84";256x224@60;H
+hpuncher;"Hard Puncher (Japan)";320x224@60;H
+hsf2;"Hyper Street Fighter II: The Anniversary Edition (0402";384x224@60;H
+hsf2a;"Hyper Street Fighter II: The Anniversary Edition (0402";384x224@60;H
+hsf2d;"Hyper Street Fighter II: The Anniversary Edition (0402";384x224@60;H
+hsf2da;"Hyper Street Fighter II: The Anniversary Edition (0402";384x224@60;H
+hsf2j;"Hyper Street Fighter II: The Anniversary Edition (0402";384x224@60;H
+hsf2j1;"Hyper Street Fighter II: The Anniversary Edition (0312";384x224@60;H
+htchctch;"Hatch Catch";320x240@60;H
+hthero;"Hat Trick Hero (Japan)";320x224@60;H
+hthero93;"Hat Trick Hero '93 (Ver 1.0J 1993/02/28)";320x224@60;H
+hthero93u;"Hat Trick Hero '93 (Ver 1.0A 1993/02/28)";320x224@60;H
+hthero94;"Hat Trick Hero '94 (Ver 2.2A 1994/05/26)";320x224@60;H
+hthero95;"Hat Trick Hero '95 (Ver 2.5J 1994/11/03)";320x224@60;H
+hthero95u;"Hat Trick Hero '95 (Ver 2.5A 1994/11/03)";320x224@60;H
+hunchbkg;"Hunchback (Galaxian hardware)";256x224@60;V
+hunchbks;"Hunchback (Scramble hardware)";256x224@60;V
+hustler;"Video Hustler - Video Hustler (Jpn) - Video Hustler (Prototype)";256x224@60;V
+hustlerb;"Video Hustler (bootleg)";256x224@60;V
+hvymetal;"Heavy Metal (315-5135)";256x224@60;H
+hvyunit;"Heavy Unit - Heavy Unit (World) - Heavy Unit - Mega Drive Special (Jpn)";256x224@58;H
+hvyunitj;"Heavy Unit (Japan, Newer)";256x224@58;H
+hvyunitjo;"Heavy Unit (Japan, Older)";256x224@58;H
+hvyunitu;"Heavy Unit -U.S.A. Version- (US)";256x224@58;H
+hwchamp;"Heavyweight Champ";320x224@60;H
+hwchampj;"Heavyweight Champ (Japan, FD1094 317-0046)";320x224@60;H
+hwchampjd;"Heavyweight Champ (Japan, FD1094 317-0046 decrypted)";320x224@60;H
+hyperpac;"Hyper Pacman";256x224@58;H
+hyperpacb;"Hyper Pacman (bootleg)";256x224@58;H
+hyperspt;"Hyper Sports - Hyper Sports (Jpn) - Hyper Sports 1 (Jpn)";256x224@60;H
+hypersptb;"Hyper Sports (bootleg)";256x224@60;H
+hypreac2;"Mahjong Hyper Reaction 2 (Japan)";338x240@60;H
+hypreact;"Mahjong Hyper Reaction (Japan)";338x240@60;H
+hyprolym;"Hyper Olympic";256x224@60;H
+hypsptsp;"Hyper Sports Special (Japan)";304x224@60;H
+iganinju;"Iga Ninjyutsuden (Japan)";256x224@60;H
+igmo;"IGMO";272x236@60;V
+ikari;"Ikari Warriors (US JAMMA)";288x216@60;V
+ikari3;"Ikari III - The Rescue (8-Way Joystick)";256x224@60;H
+ikari3j;"Ikari Three - The Rescue (Japan, Rotary Joystick)";256x224@60;H
+ikari3k;"Ikari III - The Rescue (Korea, 8-Way Joystick)";256x224@60;H
+ikari3u;"Ikari III - The Rescue (US, Rotary Joystick)";256x224@60;H
+ikaria;"Ikari Warriors (US)";288x216@60;V
+ikarijp;"Ikari (Japan No Continues)";288x216@60;V
+ikarijpb;"Ikari (Joystick hack bootleg)";288x216@60;V
+ikarinc;"Ikari Warriors (US No Continues)";288x216@60;V
+ikariram;"Rambo 3 (bootleg of Ikari, Joystick hack)";288x216@60;V
+ikki;"Ikki (Japan)";240x224@60;H
+imago;"Imago (cocktail set)";256x224@60;V
+imagoa;"Imago (no cocktail set)";256x224@60;V
+imgfight;"Image Fight (Japan, revision A)";384x256@55;V
+imgfightj;"Image Fight (Japan)";384x256@55;V
+imsorry;"I'm Sorry (315-5110, US)";256x224@60;H
+imsorryj;"Gonbee no I'm Sorry (315-5110, Japan)";256x224@60;H
+insectx;"Insector X (USA) - Insector X (World)";256x224@60;H
+insectxj;"Insector X (Japan) - Insector X (Jpn, Kor)";256x224@60;H
+intcup94;"International Cup '94 (Ver 2.2O 1994/05/26)";320x224@60;H
+inthunt;"In The Hunt (World)";320x240@60;H
+inthuntu;"In The Hunt (US)";320x240@60;H
+invaders;"Space Invaders / Space Invaders M";260x224@60;V
+ironclad;"Choutetsu Brikin'ger - Iron clad (Prototype)";304x224@59;H
+ironclado;"Choutetsu Brikin'ger - Iron clad (Prototype, older)";304x224@59;H
+ironhors;"Iron Horse";240x224@60;H
+irrmaze;"The Irritating Maze / Ultra Denryu Iraira Bou";304x224@59;H
+isgsm;"ISG Selection Master Type 2006 System BIOS";320x224@60;H
+itaten;"Itazura Tenshi (Japan)";256x224@60;H
+jack;"Aquajack (World) - Ball Jacks (Euro, Jpn) - Bomb Jack (Jpn) - Bomb Jack (set 1) - Jack the Giantkiller (set 1) - Jumping Jack - Jumping Jack (Euro) - Snap Jack - Star Jacker (Euro, Jpn, v1.2) - Star Jacker (Sega)";256x224@60;V
+jack2;"Bomb Jack (set 2) - Jack the Giantkiller (set 2) - Star Jacker (Jpn, v1.0)";256x224@60;V
+jack3;"Jack the Giantkiller (set 3)";256x224@60;V
+jackal;"Jackal (World, 8-way Joystick)";240x224@60;V
+jackalbl;"Jackal (bootleg, Rotary Joystick)";240x224@60;V
+jackalj;"Tokushu Butai Jackal (Japan, 8-way Joystick)";240x224@60;V
+jackalr;"Jackal (World, Rotary Joystick)";240x224@60;V
+jailbrek;"Jail Break";240x224@60;H
+jailbrekb;"Jail Break (bootleg)";240x224@60;H
+janjans1;"Lovely Pop Mahjong JangJang Shimasho (Japan)";336x238@60;H
+janjans2;"Lovely Pop Mahjong JangJang Shimasho 2 (Japan)";336x238@60;H
+janshin;"Jyanshin Densetsu - Quest of Jongmaster";320x224@59;H
+jchan;"Jackie Chan - Jackie Chan - The Kung-Fu Master - Jackie Chan's Action Kung Fu";320x240@60;H
+jchan2;"Jackie Chan in Fists of Fire";320x240@60;H
+jcross;"Jumping Cross";288x216@60;V
+jigkmgri;"Jigoku Meguri (Japan)";320x224@60;H
+jigkmgria;"Jigoku Meguri (Japan, hack?)";320x224@60;H
+jitsupro;"Jitsuryoku!! Pro Yakyuu (Japan)";256x224@60;H
+jjack;"Jumping Jack";240x192@60;V
+jjparad2;"Jan Jan Paradise 2";320x240@60;H
+jjparads;"Jan Jan Paradise";320x240@60;H
+jjsquawk;"J. J. Squawkers";384x240@60;H
+jjsquawkb;"J. J. Squawkers (bootleg)";384x240@60;H
+jjsquawkb2;"J. J. Squawkers (bootleg, Blandia conversion)";384x240@60;H
+jjsquawko;"J. J. Squawkers (older)";384x240@60;H
+jockeygp;"Jockey Grand Prix (set 1)";304x224@59;H
+jockeygpa;"Jockey Grand Prix (set 2)";304x224@59;H
+joemac;"Joe & Mac (USA) - Tatakae Genshizin Joe & Mac (Japan ver 1)";256x240@58;H
+joemacr;"Joe & Mac Returns (World, Version 1.1, 1994.05.27)";320x240@58;H
+joemacra;"Joe & Mac Returns (World, Version 1.0, 1994.05.19)";320x240@58;H
+joemacrj;"Joe & Mac Returns (Japan, Version 1.2, 1994.06.06)";320x240@58;H
+joinem;"Joinem";256x224@60;V
+jojo;"JoJo's Venture / JoJo no Kimyou na Bouken (USA 990128)";384x224@60;H
+jojoba;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojoban;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojobane;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojobaner1;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojobanr1;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojobar1;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojoj;"JoJo's Venture / JoJo no Kimyou na Bouken (Japan 99012";384x224@60;H
+jojojr1;"JoJo's Venture / JoJo no Kimyou na Bouken (Japan 99010";384x224@60;H
+jojojr2;"JoJo's Venture / JoJo no Kimyou na Bouken (Japan 98120";384x224@60;H
+jojon;"JoJo's Venture / JoJo no Kimyou na Bouken (Asia 990128";384x224@60;H
+jojonr1;"JoJo's Venture / JoJo no Kimyou na Bouken (Asia 990108";384x224@60;H
+jojonr2;"JoJo's Venture / JoJo no Kimyou na Bouken (Asia 981202";384x224@60;H
+jojor1;"JoJo's Venture / JoJo no Kimyou na Bouken (USA 990108)";384x224@60;H
+jojor2;"JoJo's Venture / JoJo no Kimyou na Bouken (USA 981202)";384x224@60;H
+joyfulr;"Joyful Road (Japan)";320x240@60;V
+joyjoy;"Puzzled / Joy Joy Kid (NGM-021)(NGH-021)";304x224@59;H
+joyman;"Joyman";288x224@60;V
+joust;"Joust";292x240@60;H
+stargate;"Stargate";292x240@60;H
+sinister;"Sinister";292x240@60;H
+defender;"Defender";292x240@60;H
+jpopnics;"Jumping Pop (Nics, Korean bootleg of Plump Pop)";256x224@60;H
+jrking;"Junior King (bootleg of Donkey Kong Jr.)";256x224@60;V
+jrpacman;"Jr. Pac-Man (11/9/83)";288x224@60;V
+jrpacmanf;"Jr. Pac-Man (speedup hack)";288x224@60;V
+jt104;"JT-104 (title screen modification of Rad Action)";256x192@60;H
+juju;"JuJu Densetsu (Japan)";256x224@60;H
+jujub;"JuJu Densetsu (Playmark bootleg)";256x224@60;H
+jumpbug;"Jump Bug";256x224@60;V
+jumpbugb;"Jump Bug (bootleg)";256x224@60;V
+jumpcoas;"Jump Coaster";256x224@60;V
+jumpcoast;"Jump Coaster (Taito)";256x224@60;V
+jumping;"JumpinG (eng) - Jumping (set 1)";320x224@60;H
+jumpinga;"Jumping (set 2)";320x224@60;H
+jumpingi;"Jumping (set 3, Imnoe PCB)";320x224@60;H
+jumpkids;"Jump Kids";320x240@60;H
+jumppop;"Jumping Pop (set 1)";320x240@60;H
+jumppope;"Jumping Pop (set 2)";320x240@60;H
+jumpshot;"Jump Shot";288x224@60;V
+jumpshotp;"Jump Shot Engineering Sample";288x224@60;V
+jungler;"Jungler";288x224@60;V
+junofrst;"Juno First - Juno First (Jpn)";256x224@60;V
+junofrstg;"Juno First (Gottlieb)";256x224@60;V
+jyangoku;"Jyangokushi -Haoh no Saihai- (990527 Japan)";384x224@60;H
+kabukikl;"Far East of Eden - Kabuki Klash / Tengai Makyou - Shin";320x224@59;H
+kageki;"Ka-Ge-Ki - Fists of Steel (USA) - Kageki (US)";256x224@60;V
+kagekih;"Kageki (hack)";256x224@60;V
+kagekij;"Ka-Ge-Ki (Jpn) - Kageki (Japan)";256x224@60;V
+kaiserkn;"Kaiser Knuckle (Ver 2.1O 1994/07/29)";320x224@60;H
+kaiserknj;"Kaiser Knuckle (Ver 2.1J 1994/07/29)";320x224@60;H
+kaitei;"Kaitei Takara Sagashi";272x224@60;V
+kaiteids;"Kaitei Daisensou (Japan)";320x240@60;H
+kaitein;"Kaitei Takara Sagashi (Namco license)";272x224@60;V
+kamakazi3;"Kamakazi III (superg hack)";256x224@60;V
+kamenrid;"Masked Riders Club Battle Race";384x240@60;H
+kangaroo;"Kangaroo";512x256@60;V
+kangarooa;"Kangaroo (Atari)";512x256@60;V
+kangaroob;"Kangaroo (bootleg)";512x256@60;V
+karatblz;"Karate Blazers (World, set 1)";352x240@60;H
+karatblza;"Karate Blazers (World, set 2)";352x240@60;H
+karatblzj;"Karate Blazers (Japan)";352x240@60;H
+karatblzu;"Karate Blazers (US)";352x240@60;H
+karatedo;"Karate Dou (Japan)";256x224@60;V
+karatevs;"Taisen Karate Dou (Japan VS version)";256x224@60;V
+karatour;"The Karate Tournament";320x240@60;H
+karatourj;"The Karate Tournament (Japan)";320x240@60;H
+karianx;"Karian Cross (Rev. 1.0)";320x224@60;H
+karnov;"Karnov (US, rev 6)";256x248@60;H
+karnova;"Karnov (US, rev 5)";256x248@60;H
+karnovj;"Karnov (Japan)";256x248@60;H
+karnovr;"Karnov's Revenge / Fighter's History Dynamite";304x224@59;H
+kazan;"Ninja Kazan (World)";256x224@60;H
+kbash;"Knuckle Bash";320x240@60;H
+kbash2;"Knuckle Bash 2 (bootleg)";320x240@60;H
+kbashk;"Knuckle Bash (Korean PCB)";320x240@60;H
+kchamp;"Karate Champ (US)";256x224@60;V
+kchampvs;"Karate Champ (US VS version, set 1)";256x224@60;V
+kchampvs2;"Karate Champ (US VS version, set 2)";256x224@60;V
+keithlcy;"Dramatic Adventure Quiz Keith & Lucy (Japan)";336x238@60;H
+kengo;"Ken-Go (set 1)";384x256@55;H
+kengoa;"Ken-Go (set 2)";384x256@55;H
+keroppi;"Kero Kero Keroppi's Let's Play Together (USA, Version";320x240@60;H
+keroppij;"Kero Kero Keroppi no Issyoni Asobou (Japan)";320x240@60;H
+ket;"Ketsui Kizuna Jigoku Tachi (Revision 2?, Japan) - Rocket Knight Adventures (Euro) - Socket (USA) - TV Sports Basketball - TV Sports Basketball";448x224@59;V
+ket1;"Ketsui Kizuna Jigoku Tachi (Revision 2? alt, Japan)";448x224@59;V
+keta;"Ketsui Kizuna Jigoku Tachi (Revision 1?, Japan)";448x224@59;V
+ketarr;"Ketsui Kizuna Jigoku Tachi (Arrange Mode version 1.7,";448x224@59;V
+ketarr10;"Ketsui Kizuna Jigoku Tachi (Arrange Mode version 1.0,";448x224@59;V
+ketarr15;"Ketsui Kizuna Jigoku Tachi (Arrange Mode version 1.5,";448x224@59;V
+ketarr151;"Ketsui Kizuna Jigoku Tachi (Arrange Mode version 1.51,";448x224@59;V
+ketarrf;"Ketsui Kizuna Jigoku Tachi (Fast version, hack by Trap";448x224@59;V
+ketarrs15;"Ketsui Kizuna Jigoku Tachi (MR. Stoic version 1.5, hac";448x224@59;V
+ketarrs151;"Ketsui Kizuna Jigoku Tachi (MR. Stoic version 1.51, ha";448x224@59;V
+ketb;"Ketsui Kizuna Jigoku Tachi (Original?, Japan)";448x224@59;V
+ketbl;"Ketsui Kizuna Jigoku Tachi (2003/01/01. Master Ver., b";448x224@59;V
+kf10thep;"The King of Fighters 10th Anniversary Extra Plus (boot";304x224@59;H
+kf2k1pa;"The King of Fighters 2001 Plus (set 2, bootleg / hack)";304x224@59;H
+kf2k1pls;"The King of Fighters 2001 Plus (set 1, bootleg / hack)";304x224@59;H
+kf2k2mp;"The King of Fighters 2002 Magic Plus (bootleg)";304x224@59;H
+kf2k2mp2;"The King of Fighters 2002 Magic Plus II (bootleg)";304x224@59;H
+kf2k2pla;"The King of Fighters 2002 Plus (bootleg set 2)";304x224@59;H
+kf2k2plb;"The King of Fighters 2002 Plus (bootleg set 3)";304x224@59;H
+kf2k2plc;"The King of Fighters 2002 Super (bootleg)";304x224@59;H
+kf2k2pls;"The King of Fighters 2002 Plus (bootleg set 1)";304x224@59;H
+kf2k2ps2;"The King of Fighters 2002 (PlayStation 2 ver 0.4, EGHT";304x224@59;H
+kf2k3bl;"The King of Fighters 2003 (bootleg set 1)";304x224@59;H
+kf2k3bla;"The King of Fighters 2003 (bootleg set 2)";304x224@59;H
+kf2k3pcb;"The King of Fighters 2003 (Japan, JAMMA PCB)";304x224@59;H
+kf2k3pl;"The King of Fighters 2004 Plus / Hero (bootleg)";304x224@59;H
+kf2k3upl;"The King of Fighters 2004 Ultra Plus (bootleg)";304x224@59;H
+kf2k4pls;"The King of Fighters Special Edition 2004 Plus (bootle";304x224@59;H
+kf2k5uni;"The King of Fighters 10th Anniversary 2005 Unique (boo";304x224@59;H
+kickboy;"Kick Boy";256x224@60;H
+kicker;"Kicker";256x224@60;V
+kickoff;"Kick Off (Japan) - Super Kick Off (Euro) - Super Kick Off (Euro, Bra) - Super Kick Off (Euro, SMS Mode)";256x224@60;H
+kickridr;"Kick Rider";240x192@60;H
+kidniki;"Kid Niki - Radical Ninja (World)";384x256@60;H
+kidnikiu;"Kid Niki - Radical Ninja (US)";384x256@60;H
+kikcubic;"Meikyu Jima (Japan)";384x256@55;H
+kikcubicb;"Kickle Cubele";384x256@55;H
+killbld;"The Killing Blade (V109, China)";448x224@60;H
+killbld104;"The Killing Blade (V104)";448x224@60;H
+killbldp;"The Killing Blade Plus (V300)";448x224@60;H
+kingball;"King & Balloon (Jpn) - King & Balloon (US) - King and Balloon (Kor)";256x224@60;V
+kingballj;"King & Balloon (Japan)";256x224@60;V
+kingdmgp;"Kingdom Grandprix (World)";320x240@60;V
+kirameki;"Kirameki Star Road (Ver 2.10J 1997/08/29)";320x224@60;H
+kittenk;"Kitten Kaboodle";256x224@60;H
+kizuna;"Kizuna Encounter - Super Tag Battle / Fu'un Super Tag";304x224@59;H
+kncljoe;"Knuckle Joe (set 1)";256x240@60;V
+kncljoea;"Knuckle Joe (set 2)";256x240@60;V
+knights;"Knights of the Round (911127 etc)";384x224@60;H
+knightsb;"Knights of the Round (bootleg set 1 (with YM2151 + 2xM";384x224@60;H
+knightsb2;"Knights of the Round (bootleg set 2, 911127 etc)";384x224@60;H
+knightsb3;"Knights of the Round (bootleg set 3, 911127 Japan)";384x224@60;H
+knightsb4;"Knights of the Round (bootleg set 4 (with YM2151 + 2xM";384x224@60;H
+knightsh;"Knights of the Round (hack set 1)";384x224@60;H
+knightsh2;"Knights of the Round (hack set 2, 911127 etc)";384x224@60;H
+knightsj;"Knights of the Round (911127 Japan, B-Board 91634B-2)";384x224@60;H
+knightsja;"Knights of the Round (911127 Japan, B-Board 89625B-1)";384x224@60;H
+knightsu;"Knights of the Round (911127 USA)";384x224@60;H
+knockout;"Knock Out!!";256x224@60;V
+kod;"Don Doko Don (World) - The King of Dragons (910805 etc)";384x224@60;H
+kodb;"The King of Dragons (bootleg, 910731 etc)";384x224@60;H
+kodda;"The King of Dragons (Phoenix bootleg, 910731 etc)";384x224@60;H
+kodh;"The King of Dragons (hack)";384x224@60;H
+kodj;"Don Doko Don (Japan) - The King of Dragons (Japan 910805, B-Board 90629B-3)";384x224@60;H
+kodja;"The King of Dragons (Japan 910805, B-Board 89625B-1)";384x224@60;H
+kodr1;"The King of Dragons (910711 etc)";384x224@60;H
+kodu;"Don Doko Don (US) - The King of Dragons (US 910910)";384x224@60;H
+kof10th;"The King of Fighters 10th Anniversary (bootleg)";304x224@59;H
+kof2000;"The King of Fighters 2000 (NGM-2570) (NGH-2570)";304x224@59;H
+kof2000n;"The King of Fighters 2000 (not encrypted)";304x224@59;H
+kof2000ps2;"The King of Fighters 2000 (Playstation 2 ver. , EGHT h";304x224@59;H
+kof2001;"The King of Fighters 2001 (NGM-262?)";304x224@59;H
+kof2001h;"The King of Fighters 2001 (NGH-2621)";304x224@59;H
+kof2002;"The King of Fighters 2002 (NGM-2650)(NGH-2650)";304x224@59;H
+kof2002b;"The King of Fighters 2002 (bootleg)";304x224@59;H
+kof2003;"The King of Fighters 2003 (NGM-2710)";304x224@59;H
+kof2003h;"The King of Fighters 2003 (NGH-2710)";304x224@59;H
+kof2k4se;"The King of Fighters Special Edition 2004 (bootleg)";304x224@59;H
+kof94;"The King of Fighters '94 (NGM-055)(NGH-055)";304x224@59;H
+kof95;"The King of Fighters '95 (NGM-084)";304x224@59;H
+kof95a;"The King of Fighters '95 (NGH-084, alternate board)";304x224@59;H
+kof95h;"The King of Fighters '95 (NGH-084)";304x224@59;H
+kof95sp;"The King of Fighters '95 (Special 2017, hack)";304x224@59;H
+kof96;"The King of Fighters '96 (NGM-214)";304x224@59;H
+kof96a;"The King of Fighters '96 (NGM-214, alternate board)";304x224@59;H
+kof96ae;"The King of Fighters '96 (Anniversary Edition, EGHT ha";304x224@59;H
+kof96ae20;"The King of Fighters '96 (Anniversary Edition 2.0.0430";304x224@59;H
+kof96cn;"The King of Fighters '96 (Chinese Edition ver 1.0, hac";304x224@59;H
+kof96ep;"The King of Fighters '96 (bootleg / hack)";304x224@59;H
+kof96h;"The King of Fighters '96 (NGH-214)";304x224@59;H
+kof97;"The King of Fighters '97 (NGM-2320)";304x224@59;H
+kof97cn;"The King of Fighters '97 (10th Anniversary Chinese Edi";304x224@59;H
+kof97h;"The King of Fighters '97 (NGH-2320)";304x224@59;H
+kof97k;"The King of Fighters '97 (Korean release)";304x224@59;H
+kof97oro;"The King of Fighters '97 oroshi plus 2003";304x224@59;H
+kof97pla;"The King of Fighters '97 Plus 2003 (bootleg / hack)";304x224@59;H
+kof97pls;"The King of Fighters '97 Plus (bootleg)";304x224@59;H
+kof97xt;"The King of Fighters '97 - Final Battle (hack)";304x224@59;H
+kof98;"K.O.F 98' - The King of Fighters '98 - The Slugfest / King of Figh";304x224@59;H
+kof98a;"K.O.F 98' (Unprotected?) - The King of Fighters '98 - The Slugfest / King of Figh";304x224@59;H
+kof98ae;"The King of Fighters '98 (Anniversary Edition, EGHT ha";304x224@59;H
+kof98ae2016;"The King of Fighters '98 (Anniversary Edition build 1.";304x224@59;H
+kof98cb;"The King of Fighters '98 (Combo, hack)";304x224@59;H
+kof98h;"The King of Fighters '98 - The Slugfest / King of Figh";304x224@59;H
+kof98k;"The King of Fighters '98 - The Slugfest / King of Figh";304x224@59;H
+kof98ka;"The King of Fighters '98 - The Slugfest / King of Figh";304x224@59;H
+kof99;"The King of Fighters '99 - The King of Fighters '99 - Millennium Battle (NGM-2510";304x224@59;H
+kof99ae;"The King of Fighters '99 (15th Anniversary Edition)";304x224@59;H
+kof99e;"The King of Fighters '99 - Millennium Battle (earlier)";304x224@59;H
+kof99h;"The King of Fighters '99 - Millennium Battle (NGH-2510";304x224@59;H
+kof99k;"The King of Fighters '99 - Millennium Battle (Korean r";304x224@59;H
+kof99ka;"The King of Fighters '99 - Millennium Battle (Korean r";304x224@59;H
+kof99p;"The King of Fighters '99 - Millennium Battle (prototyp";304x224@59;H
+kog;"King of Gladiator (The King of Fighters '97 bootleg)";304x224@59;H
+kogplus;"King of Gladiator Plus (The King of Fighters '97 bootl";304x224@59;H
+koikois2;"Koi Koi Shimasho 2 - Super Real Hanafuda (Japan)";336x240@60;H
+konami88;"Konami '88";304x224@60;H
+konamigt;"Konami GT";256x224@60;H
+kong;"Crazy Kong - Donkey Kong - Donkey Kong (US set 1) - Kong (Donkey Kong conversion on Galaxian hardware) - Wu Kong Wai Zhuan (Chi)";256x224@60;V
+kontest;"Konami Test Board (GX800, Japan)";256x224@60;H
+korokoro;"Koro Koro Quest (Japan)";320x240@58;H
+korosuke;"Korosuke Roller";288x224@60;V
+koshien;"Ah Eikou no Koshien (Japan) - Nessen Koushien (Jpn)";320x224@60;H
+kotm;"King of the Monsters (Euro) - King of the Monsters (set 1)";304x224@59;H
+kotm2;"King of the Monsters 2 (USA) - King of the Monsters 2 - The Next Thing (NGM-039)(NGH-";304x224@59;H
+kotm2a;"King of the Monsters 2 - The Next Thing (older)";304x224@59;H
+kotm2p;"King of the Monsters 2 - The Next Thing (prototype)";304x224@59;H
+kotmh;"King of the Monsters (set 2)";304x224@59;H
+kov;"Knights of Valour - Sangoku Senki (V117) - Ponpoko (Venture Line)";448x224@60;H
+kov111;"Knights of Valour - Sangoku Senki (V111, Japan)";448x224@60;H
+kov114;"Knights of Valour - Sangoku Senki (V114, Hong Kong)";448x224@60;H
+kov115;"Knights of Valour - Sangoku Senki (V115)";448x224@60;H
+kov2;"Knights of Valour 2 (V107, 102, 100, Hong Kong)";448x224@60;H
+kov2100;"Knights of Valour 2 (V100, 100, 100, Hong Kong)";448x224@60;H
+kov2101;"Knights of Valour 2 (V101, 101, 100, Hong Kong)";448x224@60;H
+kov2102;"Knights of Valour 2 (V102, 101, 100, Hong Kong)";448x224@60;H
+kov2103;"Knights of Valour 2 (V103, 101, 100, Hong Kong)";448x224@60;H
+kov2106;"Knights of Valour 2 (V106, 102, 100 Hong Kong)";448x224@60;H
+kov2p;"Knights of Valour 2 Plus - Nine Dragons (VM205XX, Chin";448x224@60;H
+kov2p202;"Knights of Valour 2 Plus - Nine Dragons (VM202XX)";448x224@60;H
+kov2p204;"Knights of Valour 2 Plus - Nine Dragons (VM204XX)";448x224@60;H
+kovplus;"Knights of Valour Plus - Sangoku Senki Plus (V119)";448x224@60;H
+kovplusa;"Knights of Valour Plus - Sangoku Senki Plus (V119 alt)";448x224@60;H
+kovqhsgs;"Knights of Valour: Quan Huang San Guo Special / Sangok";448x224@60;H
+kovqhsgsa;"Knights of Valour: Quan Huang San Guo Special / Sangok";448x224@60;H
+kovsgqyz;"Knights of Valour: SanGuo QunYingZhuan / Sangoku Senki";448x224@60;H
+kovsgqyza;"Knights of Valour: SanGuo QunYingZhuan / Sangoku Senki";448x224@60;H
+kovsgqyzb;"Knights of Valour: SanGuo QunYingZhuan / Sangoku Senki";448x224@60;H
+kovsgqyzc;"Knights of Valour: SanGuo QunYingZhuan / Sangoku Senki";448x224@60;H
+kovsh;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovsh100;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovsh101;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovsh102;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovsh103;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovshb;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovshp;"Knights of Valour Super Heroes Plus / Sangoku Senki Su";448x224@60;H
+kovshpa;"Knights of Valour Super Heroes Plus / Sangoku Senki Su";448x224@60;H
+kovshxas;"Knights of Valour: Ao Shi San Guo / Sangoku Senki: Ao";448x224@60;H
+kovytzy;"Knights of Valour: Yi Tong Zhong Yuan / Sangoku Senki:";448x224@60;H
+kozure;"Kozure Ookami (Japan)";320x240@60;H
+krzybowl;"Krazy Bowl";320x232@60;V
+ksayakyu;"Kusayakyuu";256x224@60;H
+ktiger;"Black Tiger - Kyukyoku Tiger (Japan) - Kyuukyoku Tiger - Kyuukyoku Tiger (Jpn)";320x240@55;V
+ktiger2;"Kyukyoku Tiger II (Ver 2.1J 1995/11/30)";320x232@60;V
+kuhga;"Kuhga - Operation Code 'Vapor Trail' (Japan revision 3";256x240@58;V
+kungfub;"Kung-Fu Master (bootleg set 1)";256x256@60;H
+kungfub2;"Kung-Fu Master (bootleg set 2)";256x256@60;H
+kungfub3;"Kung-Fu Master (bootleg set 3)";256x256@60;H
+kungfum;"Kung Fu Master (Jpn) - Kung-Fu Master";256x256@60;H
+kungfumd;"Kung-Fu Master (Data East)";256x256@60;H
+kungfut;"Kung-Fu Taikun - Kung-Fu Taikun (Jpn)";256x224@60;H
+kungfuta;"Kung-Fu Taikun (alt) - Kung-Fu Taikun (Jpn, Alt)";256x224@60;H
+kuniokun;"Nekketsu Kouha Kunio-kun (Japan)";240x240@60;H
+kuniokunb;"Nekketsu Kouha Kunio-kun (Japan bootleg)";240x240@60;H
+kurikint;"Kuri Kinton (World)";320x224@60;H
+kurikinta;"Kuri Kinton (World, prototype?)";320x224@60;H
+kurikintj;"Kuri Kinton (Japan)";320x224@60;H
+kurikintu;"Kuri Kinton (US)";320x224@60;H
+kyros;"Kyros";256x224@60;V
+kyrosj;"Kyros No Yakata (Japan)";256x224@60;V
+kyukaidk;"Kyuukai Douchuuki (Japan, new version (Rev B)) - Kyuukai Douchuuki (Jpn)";288x224@60;H
+kyukaidko;"Kyuukai Douchuuki (Japan, old version)";288x224@60;H
+kyustrkr;"Last Striker / Kyuukyoku no Striker";384x240@60;H
+labyrunr;"Labyrinth Runner (Japan)";280x224@60;V
+labyrunrk;"Labyrinth Runner (World Ver. K)";280x224@60;V
+ladybug;"Lady Bug - Lady Bug";240x196@60;V
+ladybugb;"Lady Bug (bootleg set 1)";240x196@60;V
+ladybugb2;"Coccinelle (bootleg of Lady Bug, set 2)";240x196@60;V
+ladybugg;"Lady Bug (bootleg on Galaxian hardware)";256x224@60;V
+ladykill;"Lady Killer";320x240@60;V
+ladymstr;"Lady Master of Kung Fu";256x224@60;V
+lagirl;"LA Girl";320x224@60;V
+landmakr;"Land Maker (Ver 2.01J 1998/06/01)";320x232@60;H
+landmakrp;"Land Maker (Ver 2.02O 1998/06/02) (Prototype)";320x232@60;H
+lans2004;"Lansquenet 2004 (Shock Troopers - 2nd Squad bootleg)";304x224@59;H
+lasso;"Lasso";256x224@60;V
+lastblad;"The Last Blade / Bakumatsu Roman - Gekka no Kenshi (NG";320x224@59;H
+lastblada;"The Last Blade / Bakumatsu Roman - Gekka no Kenshi (NG";320x224@59;H
+lastbladh;"The Last Blade / Bakumatsu Roman - Gekka no Kenshi (NG";320x224@59;H
+lastbladsp;"The Last Soldier (Special 2017, hack)";320x224@59;H
+lastbld2;"The Last Blade 2 / Bakumatsu Roman - Dai Ni Maku Gekka";320x224@59;H
+lastbld2eh;"The Last Blade 2 / Bakumatsu Roman - Dai Ni Maku Gekka";320x224@59;H
+lastday;"The Last Day (set 1)";384x240@60;V
+lastdaya;"The Last Day (set 2)";384x240@60;V
+lastduel;"Last Duel (US New Ver.)";384x240@60;V
+lastduelb;"Last Duel (bootleg)";384x240@60;V
+lastduelj;"Last Duel (Japan)";384x240@60;V
+lastduelo;"Last Duel (US Old Ver.)";384x240@60;V
+lastfort;"Last Fortress - Toride";360x224@60;H
+lastforte;"Last Fortress - Toride (Erotic, Rev C)";360x224@60;H
+lastfortea;"Last Fortress - Toride (Erotic, Rev A)";360x224@60;H
+lastfortg;"Last Fortress - Toride (German)";360x224@60;H
+lastfortk;"Last Fortress - Toride (Korea)";360x224@60;H
+lasthope;"Last Hope (bootleg AES to MVS conversion, no coin supp";304x224@59;H
+lastmisn;"Last Mission (US revision 6)";256x240@58;V
+lastmisnj;"Last Mission (Japan)";256x240@58;V
+lastmisno;"Last Mission (US revision 5)";256x240@58;V
+lastsold;"The Last Soldier (Korean release of The Last Blade)";320x224@59;H
+lastsurv;"Last Survivor (FD1094 317-0083)";320x224@60;H
+lastsurvd;"Last Survivor (FD1094 317-0083 decrypted)";320x224@60;H
+lbowling;"League Bowling (NGM-019)(NGH-019)";304x224@59;H
+ldrun;"Lode Runner (Euro, Jpn) - Lode Runner (Jpn) - Lode Runner (set 1) - Lode Runner - Lost Labyrinth";384x256@60;H
+ldrun2;"Lode Runner II (Jpn) - Lode Runner II - The Bungeling Strikes Back";384x256@60;H
+ldrun3;"Lode Runner III - The Golden Labyrinth";384x256@60;H
+ldrun3j;"Lode Runner III - Majin No Fukkatsu";384x256@60;H
+ldrun4;"Lode Runner IV - Teikoku Karano Dasshutsu";384x256@60;H
+ldruna;"Lode Runner (Jpn, Alt) - Lode Runner (set 2)";384x256@60;H
+leaguemn;"Yakyuu Kakutou League-Man (Japan)";320x240@60;H
+leds2011;"Led Storm Rally 2011 (World)";384x240@60;V
+leds2011u;"Led Storm Rally 2011 (US)";384x240@60;V
+ledstorm;"Led Storm (US)";384x240@60;V
+legend;"Legend - Oriental Legend - Xi Yo Gi Shi Re Zuang (V126)";288x224@60;H
+legendos;"Legend of Success Joe / Ashitano Joe Densetsu";304x224@59;H
+legion;"Legion - Spinner-87 (World ver 2.03)";288x224@60;V
+legionj;"Chouji Meikyuu Legion (Japan ver 1.05)";288x224@60;V
+legionjb;"Chouji Meikyuu Legion (Japan ver 1.05, bootleg)";288x224@60;V
+legofair;"Koukuu Kihei Monogatari - The Legend of Air Cavalry (J";400x224@60;V
+lemmings;"Lemmings (Euro) - Lemmings (Euro, Bra, Kor) - Lemmings (US prototype) - Lemmings (World)";320x224@60;H
+lethalen;"Lethal Enforcers (Euro) - Lethal Enforcers (ver UAE, 11/19/92 15:04)";288x224@60;H
+lethaleneaa;"Lethal Enforcers (ver EAA, 09/09/92 09:44)";288x224@60;H
+lethaleneab;"Lethal Enforcers (ver EAB, 10/14/92 19:53)";288x224@60;H
+lethaleneae;"Lethal Enforcers (ver EAE, 11/19/92 16:24)";288x224@60;H
+lethalenua;"Lethal Enforcers (ver UAA, 08/17/92 21:38)";288x224@60;H
+lethalenub;"Lethal Enforcers (ver UAB, 09/01/92 11:12)";288x224@60;H
+lethalenux;"Lethal Enforcers (ver unknown, US, 08/06/92 15:11, hac";288x224@60;H
+lethalth;"Lethal Thunder (World)";320x240@60;V
+levers;"Levers";256x224@60;V
+lghost;"Laser Ghost (Euro) - Laser Ghost (set 2, World, 317-0166)";320x224@60;H
+lghostd;"Laser Ghost (set 2, World, 317-0166 decrypted)";320x224@60;H
+lghostu;"Laser Ghost (set 1, US, 317-0165)";320x224@60;H
+lghostud;"Laser Ghost (set 1, US, 317-0165 decrypted)";320x224@60;H
+lgtnfght;"Lightning Fighters (World)";288x224@60;V
+lgtnfghta;"Lightning Fighters (Asia)";288x224@60;V
+lgtnfghtu;"Lightning Fighters (US)";288x224@60;V
+lhcdb;"Last Hope CD Beta (Neo CD conversion)";304x224@59;H
+liblrabl;"Libble Rabble";288x224@60;H
+lifefrce;"Lifeforce (US)";256x224@60;H
+lifefrcej;"Lifeforce (Japan)";256x224@60;H
+lightbr;"Light Bringer (Ver 2.2O 1994/04/08)";320x224@60;H
+lightbrj;"Light Bringer (Ver 2.1J 1994/02/18)";320x224@60;H
+liquidk;"Liquid Kids (World)";320x224@60;H
+liquidku;"Liquid Kids (US)";320x224@60;H
+lithero;"Little Hero";384x256@60;H
+livequiz;"Live Quiz Show";320x224@60;H
+lizwiz;"Lizard Wizard";288x224@60;V
+lkage;"The Legend of Kage";240x224@60;H
+lkageb;"The Legend of Kage (bootleg set 1)";240x224@60;H
+lkageb2;"The Legend of Kage (bootleg set 2)";240x224@60;H
+lkageb3;"The Legend of Kage (bootleg set 3)";240x224@60;H
+lkageo;"The Legend of Kage (older)";240x224@60;H
+lkageoo;"The Legend of Kage (oldest)";240x224@60;H
+lnc;"College Football's National Championship (USA) - Lock'n'Chase";242x240@60;V
+lockonph;"Lock On (Philko)";320x224@60;H
+locoboot;"Loco-Motion (bootleg)";256x224@60;V
+locomotn;"Loco-Motion";256x224@60;V
+loderndf;"Lode Runner - The Dig Fight (ver. B)";240x640@60;V
+loderndfa;"Lode Runner - The Dig Fight (ver. A)";240x640@60;V
+loffire;"Line of Fire (Euro, Bra, Kor) - Line of Fire / Bakudan Yarou (World, FD1094 317-0136)";320x224@60;H
+loffired;"Line of Fire / Bakudan Yarou (World, FD1094 317-0136 d";320x224@60;H
+loffirej;"Line of Fire / Bakudan Yarou (Japan, FD1094 317-0134)";320x224@60;H
+loffirejd;"Line of Fire / Bakudan Yarou (Japan, FD1094 317-0134 d";320x224@60;H
+loffireu;"Line of Fire / Bakudan Yarou (US, FD1094 317-0135)";320x224@60;H
+loffireud;"Line of Fire / Bakudan Yarou (US, FD1094 317-0135 decr";320x224@60;H
+logicpr2;"Logic Pro 2 (Japan)";320x224@60;H
+logicpro;"Logic Pro (Japan)";320x224@60;H
+loht;"Legend of Hero Tonma - Legend of Hero Tonma - Legend of Hero Tonma";384x256@55;H
+lohtb;"Legend of Hero Tonma (bootleg, set 1)";384x256@55;H
+lohtb2;"Legend of Hero Tonma (bootleg, set 2)";384x256@55;H
+lohtj;"Legend of Hero Tonma (Japan)";384x256@55;H
+lomakai;"Legend of Makai (World)";256x224@60;H
+looper;"Looper";256x224@60;H
+lordgun;"Lord of Gun (USA)";448x224@60;H
+lordofk;"The Lord of King (Japan)";256x224@60;H
+losttomb;"Lost Tomb (Easy)";256x224@60;V
+losttombh;"Lost Tomb (Hard)";256x224@60;V
+lostwrld;"Lost Worlds (Japan) - The Lost World - Jurassic Park (Euro, USA) - The Lost World - Jurassic Park (USA)";384x224@60;H
+lostwrldo;"Lost Worlds (Japan Old ver.)";384x224@60;H
+lotlot;"Lot Lot - Lot Lot (Jpn)";384x256@60;H
+loverboy;"Lover Boy";240x224@60;V
+lresort;"Last Resort";304x224@59;H
+lresortp;"Last Resort (prototype)";304x224@59;H
+ltorb1;"Jonas Indiana and the Lost Temple of RA (20050717)";304x224@59;H
+ltswords;"Lightning Swords";384x256@55;H
+luckywld;"Lucky & Wild";288x224@60;H
+luckywldj;"Lucky & Wild (Japan)";288x224@60;H
+luctoday;"Lucky Today";256x224@60;V
+lvgirl94;"Las Vegas Girl (Girl '94)";368x224@60;H
+lwings;"Legendary Wings (US set 1)";256x240@60;V
+lwings2;"Legendary Wings (US set 2)";256x240@60;V
+lwingsb;"Legendary Wings (bootleg)";256x240@60;V
+lwingsj;"Ares no Tsubasa (Japan)";256x240@60;V
+m660;"Mission 660 (US)";256x224@60;V
+m660b;"Mission 660 (bootleg)";256x224@60;V
+m660j;"Mission 660 (Japan)";256x224@60;V
+mach9;"Mach-9 (bootleg of Vulgus)";256x224@60;V
+macross;"Choujikuu Yousai Macross (Jpn) - Super Spacefortress Macross / Chou-Jikuu Yousai Macros";256x224@56;V
+macross2;"Super Spacefortress Macross II / Chou-Jikuu Yousai Mac";384x224@56;H
+macross2g;"Super Spacefortress Macross II / Chou-Jikuu Yousai Mac";384x224@56;H
+macross2k;"Macross II (Korea)";384x224@56;H
+macrossp;"Macross Plus";384x240@60;V
+madcrash;"Mad Crasher";288x216@60;H
+madcrush;"Mad Crusher (Japan)";288x216@60;H
+madgear;"Mad Gear (US)";384x240@60;V
+madgearj;"Mad Gear (Japan)";384x240@60;V
+madshark;"Mad Shark";384x224@60;V
+magdrop;"Magical Drop (Japan, Version 1.1, 1995.06.21)";320x240@58;H
+magdrop2;"Magical Drop II";304x224@59;H
+magdrop3;"Magical Drop III";304x224@59;H
+magdropp;"Magical Drop Plus 1 (Japan, Version 2.1, 1995.09.12)";320x240@58;H
+magicbub;"Magic Bubble";320x224@60;H
+magicbuba;"Magic Bubble (Adult version, YS-1302 PCB)";320x224@60;H
+magicbubb;"Magic Bubble (Adult version, YS-0211 PCB)";320x224@60;H
+magix;"Magix / Rock";384x240@60;H
+magixb;"Magix / Rock (no copyright message)";384x240@60;H
+maglord;"Magician Lord (NGM-005)";320x224@59;H
+maglordh;"Magician Lord (NGH-005)";320x224@59;H
+mahoudai;"Mahou Daisakusen (Japan)";320x240@60;V
+mahretsu;"Mahjong Kyo Retsuden (NGM-004)(NGH-004)";304x224@59;H
+mainevt;"The Main Event (4 Players ver. Y)";288x224@60;H
+mainevt2p;"The Main Event (2 Players ver. X)";288x224@60;H
+mainevto;"The Main Event (4 Players ver. F)";288x224@60;H
+mainsnk;"Main Event (1984)";288x216@60;H
+majest12j;"Majestic Twelve - The Space Invaders Part IV (Japan)";320x224@60;V
+majest12u;"Majestic Twelve - The Space Invaders Part IV (US)";320x224@60;V
+majtitl2;"Major Title 2 (World)";320x240@60;H
+majtitl2a;"Major Title 2 (World, set 1, alt sound CPU)";320x240@60;H
+majtitl2b;"Major Title 2 (World, set 2)";320x240@60;H
+majtitl2j;"Major Title 2 (Japan)";320x240@60;H
+majtitle;"Major Title (World)";384x256@55;H
+majtitlej;"Major Title (Japan)";384x256@55;H
+majuu;"Majuu no Ohkoku";320x224@60;H
+makaiden;"Makai Densetsu (Japan)";256x224@60;H
+makaimur;"Makai-Mura (Japan)";256x224@60;H
+makaimurc;"Makai-Mura (Japan revision C)";256x224@60;H
+makaimurg;"Makai-Mura (Japan revision G)";256x224@60;H
+maketrax;"Make Trax (set 1)";288x224@60;V
+maketrxb;"Make Trax (set 2)";288x224@60;V
+mangchi;"Mang-Chi";256x224@56;H
+manhatan;"Manhattan 24 Bunsyo (Japan)";240x224@60;H
+maniacsp;"Maniac Square (prototype)";320x240@60;H
+maniacsq;"Maniac Square (unprotected)";320x240@60;H
+manybloc;"Many Block";256x240@56;V
+mappy;"Hopping Mappy - Mappy (Jpn) - Mappy (Jpn) - Mappy (US)";288x224@60;V
+mappyj;"Mappy (Japan)";288x224@60;V
+marble;"Marble Madness";336x240@60;H
+marineb;"Marine Boy";256x224@60;H
+mariner;"Mariner";256x224@60;V
+mario;"Mario Bros. (US, Revision F)";256x224@60;H
+marioe;"Mario Bros. (US, Revision E)";256x224@60;H
+marioj;"Mario Bros. (Japan)";256x224@60;H
+marioo;"Mario Bros. (US, Unknown Rev)";256x224@60;H
+markham;"Markham";240x224@60;H
+mars;"Escape from Mars Starring Taz (Euro) - Mars - Taz in Escape from Mars (Bra) - Taz in Escape from Mars (Euro, USA)";256x224@60;V
+martmast;"Martial Masters (V104, 102, 102, USA)";448x224@60;H
+martmastc;"Martial Masters (V104, 102, 101, China)";448x224@60;H
+martmastc102;"Martial Masters (V102, 101, 101, China)";448x224@60;H
+martmastc103;"Martial Masters (V103, 102, 101, China)";448x224@60;H
+marukin;"Super Marukin-Ban (Japan 901017)";384x240@60;H
+marukodq;"Chibi Marukochan Deluxe Quiz";304x224@59;H
+marvins;"Marvin's Maze";288x216@60;V
+marvland;"Marvel Land (US) - Marvel Land (USA)";288x224@60;H
+marvlandj;"Marvel Land (Japan) - Marvel Land (Jpn)";288x224@60;H
+masao;"Masao";256x224@60;H
+masterw;"Master of Weapon (World)";320x224@60;V
+masterwj;"Master of Weapon (Japan)";320x224@60;V
+masterwu;"Master of Weapon (US)";320x224@60;V
+mastkin;"The Masters of Kin";256x224@60;H
+matchit2;"Match It II";384x240@60;H
+matrim;"Matrimelee / Shin Gouketsuji Ichizoku Toukon (NGM-2660";320x224@59;H
+matrimbl;"Matrimelee / Shin Gouketsuji Ichizoku Toukon (bootleg)";320x224@59;H
+mazinger;"Mazinger Z (World, ver. 94/06/27)";384x240@58;V
+mazingerj;"Mazinger Z (Japan, ver. 94/06/27)";384x240@58;V
+mbomberj;"Muscle Bomber - the body explosion (930713 Japan)";384x224@60;H
+mbombrd;"Muscle Bomber Duo - ultimate team battle (931206 etc)";384x224@60;H
+mbombrdj;"Muscle Bomber Duo - heat up warriors (931206 Japan)";384x224@60;H
+mbrush;"Magic Brush";288x224@60;V
+mcatadv;"Magical Cat Adventure";320x224@60;H
+mcatadvj;"Magical Cat Adventure (Japan)";320x224@60;H
+mchampdx;"Multi Champ Deluxe (ver. 0106, 06/01/2000)";320x240@60;H
+mchampdxa;"Multi Champ Deluxe (ver. 1126, 26/11/1999)";320x240@60;H
+mechatt;"Mechanized Attack (World)";256x224@60;H
+mechattj;"Mechanized Attack (Japan)";256x224@60;H
+mechattu;"Mechanized Attack (US)";256x224@60;H
+mechattu1;"Mechanized Attack (US, Version 1, Single Player)";256x224@60;H
+megablst;"Mega Blast (World)";320x224@60;H
+megablstj;"Mega Blast (Japan)";320x224@60;H
+megablstu;"Mega Blast (US)";320x224@60;H
+megadon;"Megadon";272x236@60;V
+megaman;"Mega Man (Euro, USA) - Mega Man - the power battle (951006 USA) - Mega Man - The Wily Wars (Euro)";384x224@60;H
+megaman2;"Mega Man 2 - the power fighters (960708 USA)";384x224@60;H
+megaman2a;"Mega Man 2 - the power fighters (960708 Asia)";384x224@60;H
+megaman2h;"Mega Man 2 - the power fighters (960712 Hispanic)";384x224@60;H
+megamana;"Mega Man - the power battle (951006 Asia)";384x224@60;H
+megamn2d;"Mega Man 2 - the power fighters (960708 USA Phoenix Ed";384x224@60;H
+megazone;"Mega Zone (Konami set 1)";288x224@60;V
+megazonea;"Mega Zone (Konami set 2)";288x224@60;V
+megazoneb;"Mega Zone (Kosuka set 1)";288x224@60;V
+megazonec;"Mega Zone (Kosuka set 2)";288x224@60;V
+megazonei;"Mega Zone (Interlogic)";288x224@60;V
+meijinsn;"Meijinsen";232x224@60;H
+meikyuh;"Meikyuu Hunter G (Japan, set 1)";256x240@58;H
+meikyuha;"Meikyuu Hunter G (Japan, set 2)";256x240@58;H
+meosism;"Meosis Magic (Japan)";338x236@60;H
+mercenario;"Mercenario (Commando bootleg)";256x224@60;V
+mercs;"Mercs (900302 etc) - Mercs (Euro, Bra) - Mercs (Euro, USA) ~ Senjou no Ookami II (Jpn)";384x224@60;V
+mercsj;"Senjo no Ookami II (Ookami 2 900302 Japan)";384x224@60;V
+mercsu;"Mercs (900608 USA)";384x224@60;V
+mercsur1;"Mercs (900302 USA)";384x224@60;V
+merlinmm;"Merlins Money Maze";256x224@60;V
+metafox;"Meta Fox";384x224@60;V
+metalb;"Metal Black (World)";320x224@60;H
+metalbj;"Metal Black (Japan)";320x224@60;H
+metamrph;"Metamorphic Force (ver EAA)";288x224@60;H
+metamrpha;"Metamorphic Force (ver AAA)";288x224@60;H
+metamrphe;"Metamorphic Force (ver EAA - alternate)";288x224@60;H
+metamrphj;"Metamorphic Force (ver JAA)";288x224@60;H
+metamrphu;"Metamorphic Force (ver UAA)";288x224@60;H
+metlfrzr;"Metal Freezer";256x224@60;V
+metlhawk;"Metal Hawk (Rev C)";288x224@60;V
+metlhawkj;"Metal Hawk (Japan, Rev F)";288x224@60;V
+metlsavr;"Metal Saver";320x240@60;H
+metmqstr;"Metamoqester (International)";384x240@58;H
+metrocrs;"Metro-Cross (set 1)";288x224@60;H
+metrocrsa;"Metro-Cross (set 2)";288x224@60;H
+mgakuen;"Mahjong Gakuen";384x240@60;H
+mgakuen2;"Mahjong Gakuen 2 Gakuen-chou no Fukushuu";384x240@60;H
+mgcrystl;"Magical Crystals (World, 92/01/10)";256x224@60;H
+mgcrystlj;"Magical Crystals (Japan, 92/01/13)";256x224@60;H
+mgcrystlo;"Magical Crystals (World, 91/12/10)";256x224@60;H
+mia;"M.I.A. - Missing in Action (version T)";304x224@60;H
+mia2;"M.I.A. - Missing in Action (version S)";304x224@60;H
+miaj;"M.I.A. - Missing in Action (version R) (Japan)";320x224@60;H
+midres;"Midnight Resistance (USA) - Midnight Resistance (World)";256x240@57;H
+midresj;"Midnight Resistance (Japan) - Midnight Resistance (Jpn)";256x240@57;H
+midresu;"Midnight Resistance (US)";256x240@57;H
+miexchng;"Money Puzzle Exchanger / Money Idol Exchanger";304x224@59;H
+mikie;"Mikie - Mikie. Shinnyuushain Tooru-Kun.";256x224@60;V
+mikiehs;"Mikie (High School Graffiti)";256x224@60;V
+mikiej;"Shinnyuushain Tooru-kun";256x224@60;V
+milliped;"Millipede";256x240@60;V
+mimonkey;"Mighty Monkey";256x224@60;V
+mimonsco;"Mighty Monkey (bootleg on Super Cobra hardware)";256x224@60;V
+mimonscr;"Mighty Monkey (bootleg on Scramble hardware)";256x224@60;V
+mimonscra;"Mighty Monkey (Kaina Games, bootleg on Scramble hardwa";256x224@60;V
+minasan;"Minasanno Okagesamadesu! Daisugorokutaikai (MOM-001)(M";304x224@59;H
+minefld;"Minefield";256x224@60;V
+minivadr;"Minivader";256x224@60;H
+mirax;"Mirax (set 1)";256x240@60;V
+miraxa;"Mirax (set 2)";256x240@60;V
+mirninja;"Mirai Ninja (Japan)";288x224@60;H
+missmw96;"Miss Mister World '96 (Nude)";256x224@60;H
+missw02;"Miss World 2002";256x224@60;H
+missw96;"Miss World '96 (Nude) (set1)";256x224@60;H
+missw96a;"Miss World '96 (Nude) (set 2)";256x224@60;H
+missw96b;"Miss World '96 (Nude) (set 3)";256x224@60;H
+missw96c;"Miss World '96 (Nude) (set 4)";256x224@60;H
+mizubaku;"Mizubaku Dai Bouken - Mizubaku Daibouken (Japan)";320x224@60;H
+mj4simai;"Wakakusamonogatari Mahjong Yonshimai (Japan)";384x240@60;H
+mjgtaste;"Mahjong G-Taste";320x224@60;H
+mjleague;"Major League";320x224@60;V
+mjnquest;"Mahjong Quest (Japan)";320x224@60;H
+mjnquestb;"Mahjong Quest (No Nudity)";320x224@60;H
+mk;"Mortal Kombat";400x254@54.7;H
+mkr4;"Mortal Kombat r4";400x254@54.7;H
+mktturbo;"Mortal Kombat turbo";400x254@54.7;H
+mk2;"Mortal Kombat II";400x254@54.7;H
+mltiwars;"Multi Wars (bootleg of UniWar S)";256x224@60;V
+mmancp2u;"Mega Man - The Power Battle (951006 USA, SAMPLE Versio";384x224@60;H
+mmancp2ur1;"Mega Man - The Power Battle (950926 USA, SAMPLE Versio";384x224@60;H
+mmatrix;"Mars Matrix (000412 USA)";384x224@60;H
+mmatrixd;"Mars Matrix (000412 USA Phoenix Edition)";384x224@60;H
+mmatrixj;"Mars Matrix (000412 Japan)";384x224@60;H
+mmaulers;"Monster Maulers (ver EAA)";288x224@60;H
+mmaze;"Marchen Maze (Japan)";288x224@60;H
+mmaze2;"Marchen Maze (Japan, hack?)";288x224@60;H
+mmonkey;"Minky Monkey";242x240@60;V
+mnchmobl;"Munch Mobile (US)";320x240@60;V
+mnight;"Mutant Night";256x192@60;H
+mnightj;"Mutant Night (Japan)";256x192@60;H
+moegonta;"Moeyo Gonta!! (Japan)";320x240@60;V
+mofflott;"Maze of Flott (Japan)";320x240@60;V
+moguchan;"Mogu Chan (bootleg?)";256x224@60;V
+mogura;"Mogura Desse";320x256@60;H
+mole;"Mole Attack - Mr. Mole";320x200@60;H
+momoko;"Momoko 120% (Japanese text)";240x224@60;H
+momokob;"Momoko 120% (bootleg)";240x224@60;H
+momokoe;"Momoko 120% (English text)";240x224@60;H
+monkelf;"Monky Elf (Korean bootleg of Avenging Spirit)";256x224@60;H
+moomesa;"Wild West C.O.W.-Boys of Moo Mesa (ver EAB)";384x224@60;H
+moomesaaab;"Wild West C.O.W.-Boys of Moo Mesa (ver AAB)";384x224@60;H
+moomesauab;"Wild West C.O.W.-Boys of Moo Mesa (ver UAB)";384x224@60;H
+moomesauac;"Wild West C.O.W.-Boys of Moo Mesa (ver UAC)";384x224@60;H
+moonal2;"Moon Alien Part 2";256x224@60;V
+moonal2b;"Moon Alien Part 2 (older version)";256x224@60;V
+moonaln;"Moon Alien";256x224@60;V
+mooncmw;"Moon War (Moon Cresta bootleg)";256x224@60;V
+mooncptc;"Moon Cresta (Petaco S.A. Spanish bootleg)";256x224@60;V
+mooncreg;"Moon Cresta (Electrogame S.A. Spanish bootleg)";256x224@60;V
+mooncrgx;"Moon Cresta (Galaxian hardware)";256x224@60;V
+mooncrs2;"Moon Cresta (bootleg set 2)";256x224@60;V
+mooncrs3;"Moon Cresta (bootleg set 3)";256x224@60;V
+mooncrs4;"Moon Crest";256x224@60;V
+mooncrsb;"Moon Cresta (bootleg set 1)";256x224@60;V
+mooncrsl;"Cresta Mundo (Laguna S.A. Spanish Moon Cresta bootleg)";256x224@60;V
+mooncrst;"Moon Cresta (Nichibutsu)";256x224@60;V
+mooncrstg;"Moon Cresta (Gremlin)";256x224@60;V
+mooncrsto;"Moon Cresta (Nichibutsu, old rev)";256x224@60;V
+mooncrstso;"Moon Cresta (SegaSA / Sonic)";256x224@60;V
+mooncrstu;"Moon Cresta (Nichibutsu USA, unencrypted)";256x224@60;V
+mooncrstuk;"Moon Cresta (Nichibutsu UK)";256x224@60;V
+mooncrstuku;"Moon Cresta (Nichibutsu UK, unencrypted)";256x224@60;V
+moonqsr;"Moon Quasar";256x224@60;V
+moonwar;"Moonwar";256x224@60;V
+moonwara;"Moonwar (older)";256x224@60;V
+moremore;"More More";256x224@58;H
+moremorp;"More More Plus";256x224@58;H
+moshougi;"Syougi No Tatsujin - Master of Shougi";304x224@59;H
+motorace;"MotoRace USA";240x256@60;V
+motos;"Motos";288x224@60;V
+mototour;"MotoTour / Zippy Race (Tecfri license)";240x256@60;V
+mouser;"Mouser - Mouser (Jpn)";256x224@60;V
+mouserc;"Mouser (Cosmos)";256x224@60;V
+mpang;"Mighty! Pang (001010 Euro)";384x224@60;H
+mpangj;"Mighty! Pang (001011 Japan)";384x224@60;H
+mpangjd;"Mighty! Pang (001011 Japan Phoenix Edition)";384x224@60;H
+mpangr1;"Mighty! Pang (000925 Euro)";384x224@60;H
+mpangu;"Mighty! Pang (001010 USA)";384x224@60;H
+mplanets;"Mad Planets";256x240@60;V
+mplanetsuk;"Mad Planets (UK)";256x240@60;V
+mrdo;"Mr. Do (Jpn) - Mr. Do! - Mr. Do! - Neo Mr. Do!";240x192@60;V
+mrdofix;"Mr. Do! (bugfixed)";240x192@60;V
+mrdot;"Mr. Do! (Taito license)";240x192@60;V
+mrdoy;"Mr. Do! (prototype)";240x192@60;V
+mrdu;"Mr. Du!";240x192@60;V
+mrflea;"The Amazing Adventures of Mr. F. Lea";256x248@60;V
+mrgoemon;"Mr. Goemon (Japan)";240x224@60;H
+mrheli;"Mr. HELI no Dai-Bouken - Mr. Heli no Daibouken";384x256@55;H
+mrjong;"Mr. Jong (Japan)";240x224@60;V
+mrkougar;"Mr. Kougar";256x224@60;V
+mrkougar2;"Mr. Kougar (earlier)";256x224@60;V
+mrkougb;"Mr. Kougar (bootleg set 1)";256x224@60;V
+mrkougb2;"Mr. Kougar (bootleg set 2)";256x224@60;V
+mrlo;"Mr. Lo!";240x192@60;V
+mrtnt;"Mr. TNT";288x224@60;V
+mrviking;"Mister Viking (315-5041)";240x224@60;V
+mrvikingj;"Mister Viking (315-5041, Japan)";240x224@60;V
+ms4plus;"Metal Slug 4 Plus (bootleg)";304x224@59;H
+ms5pcb;"Metal Slug 5 (JAMMA PCB)";304x224@59;H
+ms5plus;"Metal Slug 5 Plus (bootleg)";304x224@59;H
+msbingo;"Miss Bingo";320x224@60;H
+mschamp;"Ms. Pacman Champion Edition / Zola-Puc Gal";288x224@60;V
+mschamps;"Ms. Pacman Champion Edition / Super Zola Pac Gal";288x224@60;V
+msgogo;"Mouse Shooter GoGo";320x224@60;H
+msgundam;"Mobile Suit Gundam";384x240@57;H
+msgundam1;"Mobile Suit Gundam (Japan)";384x240@57;H
+msh;"Marvel Super Heroes (951024 Euro)";384x224@60;H
+msha;"Marvel Super Heroes (951024 Asia)";384x224@60;H
+mshb;"Marvel Super Heroes (951117 Brazil)";384x224@60;H
+msheartb;"Ms. Pac-Man Heart Burn";288x224@60;V
+mshh;"Marvel Super Heroes (951117 Hispanic)";384x224@60;H
+mshj;"Marvel Super Heroes (951117 Japan)";384x224@60;H
+mshjr1;"Marvel Super Heroes (951024 Japan)";384x224@60;H
+mshu;"Marvel Super Heroes (951024 USA)";384x224@60;H
+mshud;"Marvel Super Heroes (951024 USA Phoenix Edition)";384x224@60;H
+mshuttle;"Moon Shuttle (US?)";256x224@60;H
+mshuttle2;"Moon Shuttle (US? set 2)";256x224@60;H
+mshuttlej;"Moon Shuttle (Japan)";256x224@60;H
+mshuttlej2;"Moon Shuttle (Japan set 2)";256x224@60;H
+mshvsf;"Marvel Super Heroes vs Street Fighter (970625 Euro)";384x224@60;H
+mshvsfa;"Marvel Super Heroes vs Street Fighter (970625 Asia)";384x224@60;H
+mshvsfa1;"Marvel Super Heroes vs Street Fighter (970620 Asia)";384x224@60;H
+mshvsfb;"Marvel Super Heroes vs Street Fighter (970827 Brazil)";384x224@60;H
+mshvsfb1;"Marvel Super Heroes vs Street Fighter (970625 Brazil)";384x224@60;H
+mshvsfh;"Marvel Super Heroes vs Street Fighter (970625 Hispanic";384x224@60;H
+mshvsfj;"Marvel Super Heroes vs Street Fighter (970707 Japan)";384x224@60;H
+mshvsfj1;"Marvel Super Heroes vs Street Fighter (970702 Japan)";384x224@60;H
+mshvsfj2;"Marvel Super Heroes vs Street Fighter (970625 Japan)";384x224@60;H
+mshvsfu;"Marvel Super Heroes vs Street Fighter (970827 USA)";384x224@60;H
+mshvsfu1;"Marvel Super Heroes vs Street Fighter (970625 USA)";384x224@60;H
+mshvsfu1d;"Marvel Super Heroes vs Street Fighter (970625 USA Phoe";384x224@60;H
+mslider;"Monster Slider (Japan)";352x240@60;H
+mslug;"Metal Slug - Super Vehicle-001";304x224@59;H
+mslug2;"Metal Slug 2 - Super Vehicle-001/II (NGM-2410) (NGH-24";304x224@59;H
+mslug2t;"Metal Slug 2 Turbo (NGM-9410)";304x224@59;H
+mslug3;"Metal Slug 3 (NGM-2560)";304x224@59;H
+mslug3b6;"Metal Slug 6 (Metal Slug 3 bootleg)";304x224@59;H
+mslug3h;"Metal Slug 3 (NGH-2560)";304x224@59;H
+mslug3v;"Metal Slug 3 (NGH-2560) (Enhanced Violence Version hac";304x224@59;H
+mslug4;"Metal Slug 4 (NGM-2630)";304x224@59;H
+mslug4h;"Metal Slug 4 (NGH-2630)";304x224@59;H
+mslug5;"Metal Slug 5 (NGM-2680)";304x224@59;H
+mslug5b;"Metal Slug 5 (bootleg)";304x224@59;H
+mslug5h;"Metal Slug 5 (NGH-2680)";304x224@59;H
+mslugx;"Metal Slug X - Super Vehicle-001 (NGM-2500)(NGH-2500)";304x224@59;H
+mspacmab;"MS Pacman (bootleg)";288x224@60;V
+mspacman;"MS Pacman - Ms. Pac-Man (Euro, Bra) - Ms. Pac-Man (Euro, USA) - Ms. Pac-Man (USA)";288x224@60;V
+mspacmanbcc;"Come-Cocos (Ms. Pac-Man) ('Made in Greece' Tecnausa bo";288x224@60;V
+mspacmanbg;"Ms. Pac-Man ('Made in Greece' bootleg)";288x224@60;V
+mspacmanbgd;"Miss Pukman ('Made in Greece' Datamat bootleg)";288x224@60;V
+mspacmanbhe;"Come-Cocos (Ms. Pac-Man) ('Made in Greece' Herle SA bo";288x224@60;V
+mspacmanblt;"Miss Pukman ('Made in Greece' Triunvi bootleg)";288x224@60;V
+mspacmat;"Ms. Pac Attack";288x224@60;V
+mspacmbe;"Ms. Pac-Man (bootleg, encrypted)";288x224@60;V
+mspacmnf;"Ms. Pac-Man (with speedup hack)";288x224@60;V
+mspacpls;"Ms. Pac-Man Plus";288x224@60;V
+mspuzzle;"Miss Puzzle";320x224@60;V
+mspuzzleg;"Miss Puzzle (Clone of Gumbo)";320x224@60;H
+mstadium;"Main Stadium (Japan ver. 4)";288x224@60;H
+mstworld;"Monsters World (bootleg of Super Pang)";384x240@60;H
+msword;"Magic Sword - heroic fantasy (25.07.1990 other country";384x224@60;H
+mswordj;"Magic Sword (23.06.1990 Japan)";384x224@60;H
+mswordr1;"Magic Sword - heroic fantasy (23.06.1990 other country";384x224@60;H
+mswordu;"Magic Sword - heroic fantasy (25.07.1990 USA)";384x224@60;H
+mtlchamp;"Martial Champion (ver EAB)";384x224@60;H
+mtlchamp1;"Martial Champion (ver EAA)";384x224@60;H
+mtlchampa;"Martial Champion (ver AAA)";384x224@60;H
+mtlchampj;"Martial Champion (ver JAA)";384x224@60;H
+mtlchampu;"Martial Champion (ver UAE)";384x224@60;H
+mtlchampu1;"Martial Champion (ver UAD)";384x224@60;H
+mtwins;"Mega Twins (chiki chiki boys 900619 etc)";384x224@60;H
+mugsmash;"Mug Smashers";320x240@60;H
+multchmp;"Multi Champ (World)";320x240@60;H
+multchmpa;"Multi Champ (World, older)";320x240@60;H
+multchmpk;"Multi Champ (Korea, older)";320x240@60;H
+multi96;"Multi Game '96 (Italy)";256x224@58;H
+mustache;"Mustache Boy (Japan)";240x248@57;V
+mustachei;"Mustache Boy (Italy)";240x248@57;V
+mustang;"US AAF Mustang (25th May. 1990)";256x224@56;H
+mustangb;"US AAF Mustang (bootleg)";256x224@56;H
+mustangb2;"US AAF Mustang (TAB Austria bootleg)";256x224@56;H
+mustangs;"US AAF Mustang (25th May. 1990 / Seoul Trading)";256x224@56;H
+mutantf;"Mutant Fighter (World ver EM-5)";320x240@58;H
+mutantf2;"Mutant Fighter (World ver EM-2)";320x240@58;H
+mutantf3;"Mutant Fighter (World ver EM-3)";320x240@58;H
+mutantf4;"Mutant Fighter (World ver EM-4)";320x240@58;H
+mutnat;"Mutation Nation (NGM-014)(NGH-014)";304x224@59;H
+mvp;"MVP (set 2, US, FD1094 317-0143)";320x224@60;H
+mvpd;"MVP (set 2, US, FD1094 317-0143 decrypted)";320x224@60;H
+mvpj;"MVP (set 1, Japan, FD1094 317-0142)";320x224@60;H
+mvpjd;"MVP (set 1, Japan, FD1094 317-0142 decrypted)";320x224@60;H
+mvsc;"Marvel vs Capcom - clash of super heroes (980123 Euro)";384x224@60;H
+mvsca;"Marvel vs Capcom - clash of super heroes (980123 Asia)";384x224@60;H
+mvscar1;"Marvel vs Capcom - clash of super heroes (980112 Asia)";384x224@60;H
+mvscb;"Marvel vs Capcom - clash of super heroes (980123 Brazi";384x224@60;H
+mvsch;"Marvel vs Capcom - clash of super heroes (980123 Hispa";384x224@60;H
+mvscj;"Marvel vs Capcom - clash of super heroes (980123 Japan";384x224@60;H
+mvscjr1;"Marvel vs Capcom - clash of super heroes (980112 Japan";384x224@60;H
+mvscjsing;"Marvel vs Capcom - clash of super heroes (980123 Japan";384x224@60;H
+mvscr1;"Marvel vs Capcom - clash of super heroes (980112 Euro)";384x224@60;H
+mvscu;"Marvel vs Capcom - clash of super heroes (980123 USA)";384x224@60;H
+mvscud;"Marvel vs Capcom - clash of super heroes (980123 USA P";384x224@60;H
+mvscur1;"Marvel vs Capcom - clash of super heroes (971222 USA)";384x224@60;H
+mwalk;"Michael Jackson's Moonwalker (Euro, USA, Bra, Kor) - Michael Jackson's Moonwalker (set 3, World, FD1094/875 - Michael Jackson's Moonwalker (World, Rev. A)";320x224@60;H
+mwalkbl2;"Michael Jackson's Moonwalker (bootleg)";320x224@60;H
+mwalkd;"Michael Jackson's Moonwalker (World) (bootleg of FD109";320x224@60;H
+mwalkj;"Michael Jackson's Moonwalker (Japan) (FD1094/8751 317-";320x224@60;H
+mwalkjd;"Michael Jackson's Moonwalker (Japan) (bootleg of FD109";320x224@60;H
+mwalku;"Michael Jackson's Moonwalker (US) (FD1094/8751 317-015";320x224@60;H
+mwalkud;"Michael Jackson's Moonwalker (US) (bootleg of FD1094/8";320x224@60;H
+mwarr;"Mighty Warriors";366x240@54;H
+myangel;"Kosodate Quiz My Angel (Japan)";376x240@60;H
+myangel2;"Kosodate Quiz My Angel 2 (Japan)";376x240@60;H
+myhero;"My Hero (Euro, USA, Bra) - My Hero (US, not encrypted)";256x224@60;H
+myherobl;"My Hero (bootleg, 315-5132 encryption)";256x224@60;H
+myherok;"My Hero (Korea)";256x224@60;H
+myqbert;"Mello Yello Q*bert";256x240@60;V
+mysticri;"Mystic Riders (World)";320x240@60;H
+mysticrib;"Mystic Riders (bootleg?)";320x240@60;H
+mystston;"Mysterious Stones - Dr. John's Adventure";256x240@57;V
+myststono;"Mysterious Stones - Dr. Kick in Adventure";256x240@57;V
+myststonoi;"Mysterious Stones - Dr. Kick in Adventure (Itisa PCB)";256x240@57;V
+mystwarr;"Mystic Warriors (ver EAA)";288x224@60;H
+mystwarra;"Mystic Warriors (ver AAB)";288x224@60;H
+mystwarraa;"Mystic Warriors (ver AAA)";288x224@60;H
+mystwarrj;"Mystic Warriors (ver JAA)";288x224@60;H
+mystwarru;"Mystic Warriors (ver UAA)";288x224@60;H
+nam1975;"NAM-1975 (NGM-001)(NGH-001)";304x224@59;H
+naname;"Naname de Magic!";320x240@60;H
+nastar;"Nastar (World)";320x224@60;H
+nastarw;"Nastar Warrior (US)";320x224@60;H
+naughtyb;"Naughty Boy";288x224@60;V
+naughtyba;"Naughty Boy (bootleg)";288x224@60;V
+naughtybc;"Naughty Boy (Cinematronics)";288x224@60;V
+navarone;"Navarone";272x224@60;V
+nbbatman;"Ninja Baseball Batman (World)";320x240@60;H
+nbbatmanu;"Ninja Baseball Batman (US)";320x240@60;H
+ncombat;"Ninja Combat (NGM-009)";304x224@59;H
+ncombath;"Ninja Combat (NGH-009)";304x224@59;H
+ncommand;"Ninja Commando";304x224@59;H
+nebulbee;"Nebulous Bee";288x224@60;V
+nemesis;"Nemesis (Kor) - Nemesis (ROM version)";256x224@60;H
+nemesisuk;"Nemesis (World?, ROM version)";256x224@60;H
+nemo;"Finding Nemo (Rus) - Nemo (90 11 30 etc)";384x224@60;H
+nemoj;"Nemo (90 11 20 Japan)";384x224@60;H
+nemor1;"Nemo (90 11 09 etc)";384x224@60;H
+neo2500;"Neo 2500 Demo";304x224@59;H
+neo3ddmo;"NeoGeo 3D! Demo";304x224@59;H
+neobattl;"SD Gundam Neo Battling (Japan)";384x240@60;V
+neobombe;"Neo Bomberman";304x224@59;H
+neocdz;"Neo Geo CDZ system";320x224@59;H
+neocstlv;"Neo CastleVania Demo";304x224@59;H
+neocup98;"Neo-Geo Cup '98 - The Road to the Victory";320x224@59;H
+neodemo;"Chaos Demo (Neo Geo)";304x224@59;H
+neodrift;"Neo Drift Out - New Technology";304x224@59;H
+neogalag;"Galaga Demo (set 1)";304x224@59;H
+neogalaga;"Galaga Demo (set 2)";304x224@59;H
+neomrdo;"Neo Mr. Do!";304x224@59;H
+neonopon;"Neo No Panepon (beta)";304x224@59;H
+neopong;"Neo Pong (ver 1.1)";304x224@59;H
+neoponga;"Neo Pong (ver 1.0)";304x224@59;H
+neoprimo;"Primo Demo";304x224@59;H
+neotet;"NeoGeo 2-Player Tetris";304x224@59;H
+neothndr;"Neo Thunder";304x224@59;H
+neoww2;"WW2 Demo - Arcade Development Project";304x224@59;H
+newapunk;"New Atomic Punk - Global Quest (US)";320x240@60;H
+newfant;"New Fantasia (1995 copyright)";256x224@60;V
+newfanta;"New Fantasia (1994 copyright)";256x224@60;V
+newpuc2;"Newpuc2";288x224@60;V
+newpuc2b;"Newpuc2b";288x224@60;V
+newpuckx;"New Puck-X";288x224@60;V
+news;"News (set 1)";256x224@60;H
+newsa;"News (set 2)";256x224@60;H
+newsin7;"New Sinbad 7";256x224@60;V
+nextfase;"Next Fase (bootleg of Phoenix)";256x208@60;V
+ngem2k;"NGEM2K (beta 2006-01-18)";304x224@59;H
+ngfrog;"Frog Feast (Neo Geo)";304x224@59;H
+ngftdemo;"NGF Transparency Demo";304x224@59;H
+nightstr;"Night Striker (World)";320x240@60;H
+nightstrj;"Night Striker (Japan)";320x240@60;H
+nightstru;"Night Striker (US)";320x240@60;H
+ninja;"3 Ninjas Kick Back (USA) - Caveman Ninja (World ver 4) - Dragon Ninja (Euro) - Dragonninja (Japan) - Mirai Ninja (Japan) - Ninja (315-5102) - Sega Ninja (315-5113) - The Ninja (Euro, USA)";256x224@60;H
+ninjak;"The Ninja Kids (World)";320x224@60;H
+ninjakd2;"Ninja-Kid II / NinjaKun Ashura no Shou (set 1)";256x192@60;H
+ninjakd2a;"Ninja-Kid II / NinjaKun Ashura no Shou (set 2, bootleg";256x192@60;H
+ninjakd2b;"Ninja-Kid II / NinjaKun Ashura no Shou (set 3, bootleg";256x192@60;H
+ninjakd2c;"Ninja-Kid II / NinjaKun Ashura no Shou (set 4)";256x192@60;H
+ninjakj;"The Ninja Kids (Japan)";320x224@60;H
+ninjaku;"The Ninja Kids (US)";320x224@60;H
+ninjakun;"Ninja-kun (Jpn) - Ninjakun Majou no Bouken";256x192@60;H
+ninjamas;"Ninja Master's - haoh-ninpo-cho";320x224@59;H
+ninjaw;"The Ninja Warriors (World, later version)";224x864@60;V
+ninjaw1;"The Ninja Warriors (World, earlier version)";224x864@60;V
+ninjawj;"The Ninja Warriors (Japan)";224x864@60;V
+ninjawu;"The Ninja Warriors (US, Romstar license)";224x864@60;V
+ninjemak;"Ninja Emaki (US)";256x224@60;V
+nitd;"Nightmare in the Dark";320x224@59;H
+nitdbl;"Nightmare in the Dark (bootleg)";320x224@59;H
+nitrobal;"Nitro Ball (World, set 1)";320x240@58;V
+nitrobala;"Nitro Ball (World, set 2)";320x240@58;V
+nmaster;"Oni - The Ninja Master (Japan)";384x240@58;H
+nmg5;"Multi 5 / New Multi Game 5 (set 1)";320x240@60;H
+nmg5a;"Multi 5 / New Multi Game 5 (set 2)";320x240@60;H
+nmg5e;"Multi 5 / New Multi Game 5 (set 3, earlier)";320x240@60;H
+nmouse;"Funky Mouse (Jpn) - Naughty Mouse (set 1)";288x224@60;V
+nmouseb;"Naughty Mouse (set 2)";288x224@60;V
+nobb;"Noboranka (Japan, bootleg)";240x224@60;V
+nost;"Cosa Nostra (Spa) - Nostradamus";320x224@60;V
+nostj;"Nostradamus (Japan)";320x224@60;V
+nostk;"Nostradamus (Korea)";320x224@60;V
+nouryoku;"Nouryoku Koujou Iinkai";384x224@56;H
+nova2001;"Nova 2001 (Japan)";256x192@60;H
+nova2001h;"Nova 2001 (Japan, hack?)";256x192@60;H
+nova2001u;"Nova 2001 (US)";256x192@60;H
+nprinces;"Ninja Princess (315-5051, 64k Ver. bootleg?)";256x224@60;H
+nprincesb;"Ninja Princess (315-5051?, 128k Ver. bootleg?)";256x224@60;H
+nprinceso;"Ninja Princess (315-5098, 128k Ver.)";256x224@60;H
+nprincesu;"Ninja Princess (64k Ver. not encrypted)";256x224@60;H
+nrallyx;"New Rally X";288x224@60;H
+nspirit;"Ninja Spirit - Ninja Spirit";384x256@55;H
+nspiritj;"Saigo no Nindou (Japan)";384x256@55;H
+nunchaku;"Nunchackun";256x224@60;V
+nwarr;"Night Warriors - darkstalkers' revenge (950316 Euro)";384x224@60;H
+nwarra;"Night Warriors - darkstalkers' revenge (950302 Asia)";384x224@60;H
+nwarrb;"Night Warriors - darkstalkers' revenge (950403 Brazil)";384x224@60;H
+nwarrh;"Night Warriors - darkstalkers' revenge (950403 Hispani";384x224@60;H
+nwarru;"Night Warriors - darkstalkers' revenge (950406 USA)";384x224@60;H
+nwarrud;"Night Warriors - darkstalkers' revenge (950406 USA Pho";384x224@60;H
+nyanpani;"Nyan Nyan Panic (Japan)";256x224@60;H
+nzeroteam;"New Zero Team (V33 SYSTEM TYPE_B hardware)";320x256@55;H
+nzeroteama;"New Zero Team (V33 SYSTEM TYPE_B hardware, China?)";320x256@55;H
+oedfight;"Oedo Fight (Japan Bloodshed Ver.)";320x240@60;H
+offensiv;"Offensive (Spanish bootleg of Scramble)";256x224@60;V
+ohmygod;"Oh My God!";320x240@60;H
+oisipuzl;"Oishii Puzzle Ha Irimasenka";320x224@60;H
+olds;"Oriental Legend Super (V101, Korea)";448x224@60;H
+olds100;"Oriental Legend Special - Xi Yo Gi Shi Re Zuang Super";448x224@60;H
+olds100a;"Oriental Legend Special - Xi Yo Gi Shi Re Zuang Super";448x224@60;H
+olds103t;"Oriental Legend Special - Xi Yo Gi Shi Re Zuang Super";448x224@60;H
+oldsplus;"Oriental Legend Special Plus / Xi You Shi E Zhuan Supe";448x224@60;H
+omegab;"Omega";256x224@60;V
+omegaf;"Omega Fighter";256x192@60;V
+omegafs;"Omega Fighter Special";256x192@60;V
+omni;"Omni";256x224@60;V
+onetwo;"One + Two";512x256@60;H
+onetwoe;"One + Two (earlier)";512x256@60;H
+onna34ro;"Onna Sansirou - Typhoon Gal";256x224@60;H
+onna34roa;"Onna Sansirou - Typhoon Gal (bootleg)";256x224@60;H
+opwolf;"Operation Wolf - Operation Wolf - Operation Wolf (Euro, Bra) - Operation Wolf (World, set 1)";320x240@60;H
+opwolf3;"Operation Wolf 3 (World)";320x224@60;H
+opwolf3u;"Operation Wolf 3 (US)";320x224@60;H
+opwolfa;"Operation Wolf (World, set 2)";320x240@60;H
+opwolfb;"Operation Bear";320x240@60;H
+opwolfj;"Operation Wolf (Japan)";320x240@60;H
+opwolfjsc;"Operation Wolf (Japan, SC)";320x240@60;H
+opwolfu;"Operation Wolf (US)";320x240@60;H
+orbitron;"Orbitron";256x224@60;V
+orbs;"Orbs (10/7/94 prototype?)";320x240@60;H
+ordyne;"Ordyne - Ordyne - Ordyne (Japan, English Version)";288x224@60;H
+ordynej;"Ordyne (Japan)";288x224@60;H
+orius;"Orius (ver UAA)";384x256@54;H
+orlegend;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V126)";448x224@60;H
+orlegend105k;"Oriental Legend (V105, Korea)";448x224@60;H
+orlegend111c;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V111, China)";448x224@60;H
+orlegend111k;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V111, Korea)";448x224@60;H
+orlegend111t;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V111, Taiwan)";448x224@60;H
+orlegendc;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V112, China)";448x224@60;H
+orlegendca;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V112 alt, Chi";448x224@60;H
+orlegende;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V112)";448x224@60;H
+oscar;"Psycho-Nics Oscar (World revision 0)";256x240@58;H
+oscarj1;"Psycho-Nics Oscar (Japan revision 1)";256x240@58;H
+oscarj2;"Psycho-Nics Oscar (Japan revision 2)";256x240@58;H
+oscaru;"Psycho-Nics Oscar (US)";256x240@58;H
+osman;"Osman (World)";320x240@58;H
+othunder;"Operation Thunderbolt (World, rev 1)";320x240@60;H
+othunderj;"Operation Thunderbolt (Japan)";320x240@60;H
+othunderjsc;"Operation Thunderbolt (Japan, SC)";320x240@60;H
+othundero;"Operation Thunderbolt (World)";320x240@60;H
+othunderu;"Operation Thunderbolt (US, rev 1)";320x240@60;H
+othunderuo;"Operation Thunderbolt (US)";320x240@60;H
+outrun;"Out Run - Out Run (Euro) - Out Run (sitdown/upright, Rev B) - Out Run (World) - OutRun (Euro, USA) - Turbo Out Run (Out Run upgrade, FD1094 317-0118) - Turbo OutRun (Euro, Jpn)";320x224@60;H
+outrunb;"Out Run (bootleg)";320x224@60;H
+outrundx;"Out Run (deluxe sitdown)";320x224@60;H
+outrundxa;"Out Run (deluxe sitdown earlier version)";320x224@60;H
+outrundxeh;"Out Run (deluxe sitdown) (Enhanced Edition v1.0.3)";320x224@60;H
+outrundxj;"Out Run (Japan, deluxe sitdown, FD1089A 317-0019)";320x224@60;H
+outruneh;"Out Run (sitdown/upright, Rev B) (Enhanced Edition v1.";320x224@60;H
+outrunra;"Out Run (sitdown/upright, Rev A)";320x224@60;H
+outzone;"Out Zone";320x240@55.2;V
+outzonea;"Out Zone (set 2)";320x240@55.2;V
+outzoneb;"Out Zone (older set)";320x240@55.2;V
+outzonec;"Out Zone (oldest set)";320x240@55.2;V
+outzoneh;"Out Zone (harder)";320x240@55.2;V
+overtop;"Over Top";304x224@59;H
+ozmawars;"Ozma Wars (set 1)";260x224@60;V
+ozmawars2;"Ozma Wars (set 2)";260x224@60;V
+ozon1;"Ozon I";256x224@60;V
+p47;"P-47 - The Freedom Fighter - P-47 - The Phantom Fighter (World)";256x224@60;H
+p47j;"P-47 - The Freedom Fighter (Japan)";256x224@60;H
+p47je;"P-47 - The Freedom Fighter (Japan, Export)";256x224@60;H
+pacgal;"Pac-Gal";288x224@60;V
+pacheart;"Pac-Man (Hearts)";288x224@60;V
+packbang;"Pack'n Bang Bang (Prototype)";256x225@60;V
+packetman;"Packetman (bootleg)";288x224@60;V
+pacland;"Pac-land - Pac-Land - Pac-Land (World)";288x224@60;H
+paclandj;"Pac-Land (Japan new)";288x224@60;H
+paclandjo;"Pac-Land (Japan old)";288x224@60;H
+paclandjo2;"Pac-Land (Japan older)";288x224@60;H
+paclandm;"Pac-Land (Midway)";288x224@60;H
+pacman;"Jr. Pac-Man (11/9/83) - MS Pacman - Ms. Pac-Man (Euro, Bra) - Ms. Pac-Man (Euro, USA) - Ms. Pac-Man (USA) - Pac-Man (Jpn) - Pac-Man (Midway) - Pac-Man (Prototype) - Pac-Man (USA)";288x224@60;V
+pacmanbl;"Pac-Man (Galaxian hardware, set 1)";256x224@60;V
+pacmanbla;"Pac-Man (Galaxian hardware, set 2)";256x224@60;V
+pacmanf;"Jr. Pac-Man (speedup hack) - Pac-Man (Midway, with speedup hack)";288x224@60;V
+pacmania;"Pac-Mania - Pac-Mania (Euro) - Pac-Mania (Euro) - Pac-Mania (Euro, USA)";288x224@60;V
+pacmaniaj;"Pac-Mania (Japan)";288x224@60;V
+pacmaniao;"Pac-Mania (111187 sound program)";288x224@60;V
+pacmanpe;"Come Come (Petaco SA bootleg of Puck Man)";288x224@60;V
+pacmanso;"Pac-Man (SegaSA / Sonic)";288x224@60;V
+pacmansp;"Puck Man (Spanish, 'Made in Greece' bootleg)";288x224@60;V
+pacmod;"Pac-Man (Midway, harder)";288x224@60;V
+pacnchmp;"Pac-Man & Chomp Chomp";288x224@60;V
+pacnpal;"Pac & Pal";288x224@60;V
+pacnpal2;"Pac & Pal (older)";288x224@60;V
+pacplus;"Pac-Man Plus";288x224@60;V
+pacuman;"Pacu-Man (Spanish bootleg of Puck Man)";288x224@60;V
+paddle2;"Paddle 2 (bootleg on Block hardware)";256x224@60;V
+paddlema;"Paddle Mania";256x224@60;V
+paintrlr;"Paint Roller";288x224@60;V
+pairlove;"Pairs Love";384x240@60;V
+pajaroes;"Pajaro del Espacio (Spanish bootleg of UniWar S)";256x224@60;V
+palamed;"Palamedes (US)";320x224@60;H
+palamedj;"Palamedes (Japan)";320x224@60;H
+pandoras;"Pandora's Palace";256x224@60;V
+pang;"Cross Pang - Mighty! Pang (001010 Euro) - Pang (World) - Pang Pang - Super Pang (World 900914) - Ti Ti! Pang Pang! (Kor) - Zipang";384x240@57;H
+pang3;"Pang! 3 (950601 Euro)";384x224@60;H
+pang3b;"Pang! 3 (bootleg set 1, 950511 Euro)";384x224@60;H
+pang3b2;"Pang! 3 (bootleg set 2, 950511 Euro)";384x224@60;H
+pang3b3;"Pang! 3 (bootleg set 3, 950601 Euro)";384x224@60;H
+pang3j;"Pang! 3: Kaitou Tachi no Karei na Gogo (950511 Japan)";384x224@60;H
+pang3r1;"Pang! 3 (950511 Euro)";384x224@60;H
+pang3r1a;"Pang! 3 (950511 Euro, alt)";384x224@60;H
+pangb;"Pang (bootleg, set 1)";384x240@60;H
+pangb2;"Pang (bootleg, set 4)";384x240@60;H
+pangbold;"Pang (bootleg, set 2)";384x240@60;H
+pangbold2;"Pang (bootleg, set 5)";384x240@60;H
+pangbold3;"Pang (bootleg, set 6)";384x240@60;H
+pangpang;"Pang Pang";320x240@58;H
+pangpoms;"Pang Pom's";360x224@60;H
+pangpomsm;"Pang Pom's (Mitchell)";360x224@60;H
+panicbom;"Panic Bomber";304x224@59;H
+panicstr;"Panic Street (Japan)";320x240@60;H
+paperboy;"Paperboy (Atari System 2)";512x384@60;H
+paprazzi;"Paparazzi";384x224@60;V
+parodius;"Parodius - Tako wa Chikyuu wo Sukuu (Jpn) - Parodius DA! (World, set 1) - Parodius da! - Shinwa Kara Owarai He";288x224@60;H
+parodiusa;"Parodius - Tako wa Chikyuu wo Sukuu (Jpn, Alt) - Parodius DA! (Asia)";288x224@60;H
+parodiuse;"Parodius - Tako Saves Earth (English) - Parodius DA! (World, set 2)";288x224@60;H
+parodiusj;"Parodius DA! (Japan)";288x224@60;H
+pass;"Pass";320x224@60;H
+passsht;"Passing Shot (World, 2 Players, FD1094 317-0080)";320x224@60;V
+passsht16a;"Passing Shot (Japan, 4 Players, System 16A, FD1094 317";320x224@60;V
+passshta;"Passing Shot (World, 4 Players, FD1094 317-0074)";320x224@60;V
+passshtad;"Passing Shot (World, 4 Players, FD1094 317-0074 decryp";320x224@60;V
+passshtd;"Passing Shot (World, 2 Players, FD1094 317-0080 decryp";320x224@60;V
+passshtj;"Passing Shot (Japan, 4 Players, FD1094 317-0070)";320x224@60;V
+passshtjd;"Passing Shot (Japan, 4 Players, FD1094 317-0070 decryp";320x224@60;V
+pbancho;"Gyakuten!! Puzzle Bancho (Japan)";320x240@60;H
+pbillrd;"Perfect Billiard";256x224@60;H
+pbillrdsa;"Perfect Billiard (MC-8123, 317-5008)";256x224@60;H
+pbobbl2n;"Puzzle Bobble 2 / Bust-A-Move Again (Neo-Geo)";304x224@59;H
+pbobble;"Puzzle Bobble (Japan, B-System) - Puzzle Bobble (Jpn)";320x224@60;H
+pbobble2;"Puzzle Bobble 2 (Ver 2.3O 1995/07/31)";320x232@60;H
+pbobble2j;"Puzzle Bobble 2 (Ver 2.2J 1995/07/20)";320x232@60;H
+pbobble2o;"Puzzle Bobble 2 (Ver 2.2O 1995/07/20)";320x232@60;H
+pbobble2u;"Bust-A-Move Again (Ver 2.3A 1995/07/31)";320x232@60;H
+pbobble2x;"Puzzle Bobble 2X (Ver 2.2J 1995/11/11)";320x232@60;H
+pbobble3;"Puzzle Bobble 3 (Ver 2.1O 1996/09/27)";320x232@60;H
+pbobble3j;"Puzzle Bobble 3 (Ver 2.1J 1996/09/27)";320x232@60;H
+pbobble3u;"Puzzle Bobble 3 (Ver 2.1A 1996/09/27)";320x232@60;H
+pbobble4;"Puzzle Bobble 4 (Ver 2.04O 1997/12/19)";320x232@60;H
+pbobble4j;"Puzzle Bobble 4 (Ver 2.04J 1997/12/19)";320x232@60;H
+pbobble4u;"Puzzle Bobble 4 (Ver 2.04A 1997/12/19)";320x232@60;H
+pbobblen;"Puzzle Bobble / Bust-A-Move (Neo-Geo) (NGM-083)";320x224@59;H
+pbobblenb;"Puzzle Bobble / Bust-A-Move (Neo-Geo) (bootleg)";320x224@59;H
+pclubys;"Puzzle Club (Yun Sung, set 1)";320x240@60;H
+pclubysa;"Puzzle Club (Yun Sung, set 2)";320x240@60;H
+pdrift;"Power Drift - Power Drift (World, Rev A)";320x224@60;H
+pdrifta;"Power Drift (World)";320x224@60;H
+pdrifte;"Power Drift (World, Earlier)";320x224@60;H
+pdriftj;"Power Drift (Japan)";320x224@60;H
+peekaboo;"Peek-a-Boo!";256x224@60;H
+peekaboou;"Peek-a-Boo! (North America, ver 1.0)";256x224@60;H
+penbros;"Penguin Brothers (Japan)";320x224@60;H
+pengadvb;"Penguin Adventure (bootleg of MSX version)";272x216@60;H
+pengo;"Pengo (Euro, USA) - Pengo (set 1 rev c) - Pepenga Pengo (Jpn)";288x224@60;V
+pengo2;"Pengo (set 2)";288x224@60;V
+pengo2u;"Pengo (set 2 not encrypted)";288x224@60;V
+pengo3u;"Pengo (set 3 not encrypted)";288x224@60;V
+pengo4;"Pengo (set 4)";288x224@60;V
+pengo5;"Pengo (set 5)";288x224@60;V
+pengob;"Pengo (bootleg)";288x224@60;V
+penta;"Penta";288x224@60;V
+percuss;"The Percussor";256x224@60;V
+perfrman;"Performan (Japan)";256x240@60;V
+perfrmanu;"Performan (US)";256x240@60;V
+pestplce;"Pest Place";256x224@60;H
+pfghtj;"Pocket Fighter (970904 Japan)";384x224@60;H
+pgalvip;"Pocket Gals V.I.P (set 1)";256x224@60;H
+pgalvipa;"Pocket Gals V.I.P (set 2)";256x224@60;H
+pgear;"Powered Gear - strategic variant armor equipment (9410";384x224@60;H
+pgearr1;"Powered Gear - strategic variant armor equipment (9409";384x224@60;H
+pgemeni;"P-GeMeni (060123)";448x224@60;H
+pgmdemo;"Chaos (PGM Demo)";448x224@60;H
+pgmfrog;"Frog Feast (PGM)";448x224@60;H
+pgoal;"Pleasure Goal / Futsal - 5 on 5 Mini Soccer (NGM-219)";304x224@59;H
+phantasm;"Phantasm (Japan)";256x224@60;H
+phelios;"Phelios - Phelios (Euro)";288x224@60;V
+pheliosj;"Phelios (Japan) - Phelios (Jpn)";288x224@60;V
+phoenix;"Phoenix (Amstar)";256x208@60;V
+phoenix2;"Phoenix (Amstar, set 2)";256x208@60;V
+phoenix3;"Phoenix (T.P.N. bootleg)";256x208@60;V
+phoenixa;"Phoenix (Centuri, set 1)";256x208@60;V
+phoenixass;"Phoenix (Assa, Spanish bootleg)";256x208@60;V
+phoenixb;"Phoenix (Centuri, set 2)";256x208@60;V
+phoenixc;"Phoenix (Irecsa / G.G.I Corp, set 1)";256x208@60;V
+phoenixc2;"Phoenix (Irecsa / G.G.I Corp, set 2)";256x208@60;V
+phoenixc3;"Phoenix (Irecsa / G.G.I Corp, set 3)";256x208@60;V
+phoenixc4;"Phoenix (Irecsa / G.G.I Corp, set 4)";256x208@60;V
+phoenixdal;"Phoenix (D&L bootleg)";256x208@60;V
+phoenixj;"Phoenix (Taito Japan)";256x208@60;V
+phoenixs;"Phoenix (Sonic, Spanish bootleg)";256x208@60;V
+phoenixt;"Phoenix (Taito)";256x208@60;V
+phoenxp2;"Phoenix Part 2";256x224@60;V
+photof;"Photo Finish (bootleg?)";256x224@60;H
+photoy2k;"Photo Y2K / Real and Fake (V105)";448x224@60;H
+photoy2k102;"Real and Fake0Photo Y2K (V102, Japan)";448x224@60;H
+photoy2k104;"Photo Y2K / Real and Fake (V104)";448x224@60;H
+phozon;"Phozon (Japan)";288x224@60;V
+phozons;"Phozon (Sidam)";288x224@60;V
+pinbo;"Pinbo (set 1)";256x224@60;V
+pingpong;"Konami's Ping-Pong - Konami's Ping-Pong (Jpn) - Ping Pong (Tw)";256x224@60;H
+pipibibs;"Pipi & Bibis / Whoopee!! (Z80 sound cpu, set 1)";320x240@60;H
+pipibibsa;"Pipi & Bibis / Whoopee!! (Z80 sound cpu, set 2)";320x240@60;H
+pipibibsp;"Pipi & Bibis / Whoopee!! (prototype)";320x240@60;H
+piranha;"Piranha";288x224@60;V
+piranhah;"Piranha (hack)";288x224@60;V
+piranhao;"Piranha (older)";288x224@60;V
+pirates;"Pirates (set 1) - Pirates! Gold (USA)";288x224@60;H
+piratesb;"Pirates (set 2)";288x224@60;H
+pisces;"Pisces";256x224@60;V
+piscesb;"Pisces (bootleg)";256x224@60;V
+pistoldm;"Pistol Daimyo no Bouken (Japan)";288x224@60;H
+pitfall2;"Pitfall II (315-5093) - Pitfall II - Lost Caverns (Jpn) - Pitfall II - The Lost Caverns (Jpn, v1) - Pitfall II: Lost Caverns";256x224@60;H
+pitfall2a;"Pitfall II (315-5093, Flicky Conversion) - Pitfall II - Lost Caverns (Jpn, Alt) - Pitfall II - The Lost Caverns (Jpn, v0)";256x224@60;H
+pitfall2u;"Pitfall II (not encrypted)";256x224@60;H
+pkladies;"Poker Ladies";384x240@60;H
+pkladiesl;"Poker Ladies (Leprechaun ver. 510)";384x240@60;H
+pkladiesla;"Poker Ladies (Leprechaun ver. 401)";384x240@60;H
+pktgaldx;"Pocket Gal Deluxe (Euro v3.00)";320x240@58;H
+pktgaldxj;"Pocket Gal Deluxe (Japan v3.00)";320x240@58;H
+pkunwar;"Penguin-Kun Wars (US)";256x192@60;H
+pkunwarj;"Penguin-Kun Wars (Japan)";256x192@60;H
+plegends;"Gouketsuji Gaiden Legends (USA, ver. 95/06/20)";320x240@58;H
+plegendsj;"Gouketsuji Gaiden Saikyou Densetsu (Japan, ver. 95/06/";320x240@58;H
+pleiadbl;"Pleiads (bootleg set 1)";256x208@60;V
+pleiadce;"Pleiads (Centuri)";256x208@60;V
+pleiads;"Pleiads (Tehkan)";256x208@60;V
+pleiadsb2;"Pleiads (bootleg set 2)";256x208@60;V
+pleiadsi;"Pleiads (Irecsa)";256x208@60;V
+pleiadsn;"Pleiads (Niemer S.A.)";256x208@60;V
+pleiadss;"Pleiads (Spanish bootleg)";256x208@60;V
+plgirls;"Play Girls";320x224@60;V
+plgirls2;"Play Girls 2";320x224@60;V
+plgirls2b;"Play Girls 2 (bootleg)";320x224@60;V
+plotting;"Plotting (World set 1)";320x224@60;H
+plottinga;"Plotting (World set 2, protected)";320x224@60;H
+plottingb;"Plotting (World set 3, earliest version)";320x224@60;H
+plottingu;"Plotting (US)";320x224@60;H
+plumppop;"Plump Pop (Japan)";256x224@60;H
+plusalph;"Plus Alpha";256x224@60;V
+pnickj;"Pnickies (940608 Japan)";384x224@60;H
+pnyaa;"Pochi and Nyaa";304x224@59;H
+poitto;"Poitto!";360x224@60;H
+poknight;"Poker Night";304x224@59;H
+pokonyan;"Pokonyan (Japan 940322)";384x224@60;H
+pollux;"Pollux (set 1)";384x240@60;V
+polluxa;"Pollux (set 2)";384x240@60;V
+polluxa2;"Pollux (set 3)";384x240@60;V
+polluxn;"Pollux (Japan, NTC license)";384x240@60;V
+pompingw;"Pomping World (Japan)";384x240@57;H
+ponpoko;"Ponpoko";288x224@60;H
+ponpokov;"Ponpoko (Venture Line)";288x224@60;H
+pootan;"Pootan";256x224@60;V
+pooyan;"Pooyan - Pooyan (Jpn) - Pooyan (Kor)";256x224@60;V
+pooyans;"Pooyan (Stern)";256x224@60;V
+popbingo;"Pop Bingo";384x240@60;H
+popbounc;"Pop 'n Bounce / Gapporin";304x224@59;H
+popeye;"Popeye - Popeye (revision D) - Popeye no Beach Volleyball (Jpn)";288x224@60;H
+popeyeman;"Popeye-Man";288x224@60;V
+popflame;"Pop Flamer (Euro, Jpn) - Pop Flamer (protected)";288x224@60;V
+popflamea;"Pop Flamer (not protected)";288x224@60;V
+popflameb;"Pop Flamer (hack?)";288x224@60;V
+popflamen;"Pop Flamer (bootleg on Naughty Boy PCB)";288x224@60;V
+popnpop;"Pop'n Pop (Ver 2.07O 1998/02/09)";320x232@60;H
+popnpopj;"Pop'n Pop (Ver 2.07J 1998/02/09)";320x232@60;H
+popnpopu;"Pop'n Pop (Ver 2.07A 1998/02/09)";320x232@60;H
+popspops;"Pop's Pop's";256x224@56;H
+porky;"Porky";256x224@60;V
+porter;"Port Man (bootleg on Moon Cresta hardware)";256x224@60;V
+pow;"P.O.W. - Prisoners of War (US version 1) - Rings of Power (Euro, USA)";256x224@60;H
+powerins;"Power Instinct (USA)";320x224@56;H
+powerinsa;"Power Instinct (USA, bootleg set 1)";320x224@60;H
+powerinsb;"Power Instinct (USA, bootleg set 2)";320x224@60;H
+powerinsj;"Gouketsuji Ichizoku (Japan)";320x224@56;H
+powj;"Datsugoku - Prisoners of War (Japan)";256x224@60;H
+ppan;"Peter Pan (bootleg of Hook)";320x240@60;H
+ppchamp;"Pasha Pasha Champ Mini Game Festival";320x240@60;H
+pprobe;"Planet Probe (prototype?)";256x224@60;V
+prehisle;"Prehistoric Isle in 1930 (World)";256x224@60;H
+prehisleb;"Prehistoric Isle in 1930 (World, bootleg)";256x224@60;H
+prehislek;"Prehistoric Isle in 1930 (Korea)";256x224@60;H
+prehisleu;"Prehistoric Isle in 1930 (US)";256x224@60;H
+preisle2;"Prehistoric Isle 2";304x224@59;H
+primella;"Primella";384x256@60;H
+prmtmfgt;"Prime Time Fighter (Ver 2.1A 1993/05/21) (New Version)";320x232@60;H
+prmtmfgto;"Prime Time Fighter (Ver 2.1A 1993/05/21) (Old Version)";320x232@60;H
+progear;"Progear (010117 USA)";384x224@60;H
+progeara;"Progear (010117 Asia)";384x224@60;H
+progearj;"Progear No Arashi (010117 Japan)";384x224@60;H
+progearjbl;"Progear No Arashi (010117 Japan, decrypted set)";384x224@60;H
+progearjd;"Progear No Arashi (010117 Japan Phoenix Edition)";384x224@60;H
+progearud;"Progear(010117 USA Phoenix Edition)";384x224@60;H
+progress;"Progress";256x224@60;V
+prtytime;"Party Time: Gonta the Diver II / Ganbare! Gonta!! 2 (W";320x240@58;V
+psoldier;"Perfect Soldiers (Japan)";320x240@60;H
+pspikes;"Power Spikes (World)";356x240@60;H
+pspikes2;"Power Spikes II (NGM-068)";320x224@59;H
+pspikesk;"Power Spikes (Korea)";356x240@60;H
+pspikesu;"Power Spikes (US)";356x240@60;H
+psurge;"Power Surge";256x224@60;V
+psychic5;"Psychic 5 (World)";256x224@54;V
+psychic5j;"Psychic 5 (Japan)";256x224@54;V
+psychos;"Psycho Soldier (US) - Psychosis";400x224@60;H
+psychosj;"Psycho Soldier (Japan)";400x224@60;H
+pturn;"Parallel Turn";256x224@60;V
+puchicar;"Puchi Carat (Ver 2.02O 1997/10/29)";320x232@60;H
+puchicarj;"Puchi Carat (Ver 2.02J 1997/10/29)";320x232@60;H
+puckman;"Puck Man (Japan set 1)";288x224@60;V
+puckmanb;"Puck Man (Bootleg set 1)";288x224@60;V
+puckmanf;"PuckMan (speedup hack)";288x224@60;V
+puckmanh;"Puck Man (bootleg set 2)";288x224@60;V
+puckmod;"Puck Man (Japan set 2)";288x224@60;V
+pulirula;"PuLiRuLa (World)";320x224@60;H
+pulirulaj;"PuLiRuLa (Japan)";320x224@60;H
+pulstar;"Pulstar";320x224@59;H
+punchita;"Punch-Out!! (Italian bootleg)";448x256@60;V
+punchout;"Punch-Out!! (Rev B)";448x256@60;V
+punchouta;"Punch-Out!! (Rev A)";448x256@60;V
+punchoutj;"Punch-Out!! (Japan)";448x256@60;V
+punipic;"The Punisher (bootleg set 1 (with PIC16c57), 930422 et";384x224@60;H
+punipic2;"The Punisher (bootleg set 2 (with PIC16c57), 930422 et";384x224@60;H
+punipic3;"The Punisher (bootleg set 3 (with PIC16c57), 930422 et";384x224@60;H
+punisher;"The Punisher (930422 etc) - The Punisher (Euro)";384x224@60;H
+punisherb;"The Punisher (bootleg, 930422 etc)";384x224@60;H
+punisherbz;"Biaofeng Zhanjing (Chinese bootleg)";384x224@60;H
+punisherh;"The Punisher (930422 Hispanic)";384x224@60;H
+punisherj;"The Punisher (930422 Japan)";384x224@60;H
+punisheru;"The Punisher (930422 USA) - The Punisher (USA)";384x224@60;H
+punkshot;"Punk Shot (US 4 Players)";288x224@60;H
+punkshot2;"Punk Shot (US 2 Players)";288x224@60;H
+punkshotj;"Punk Shot (Japan 2 Players)";288x224@60;H
+pururun;"Pururun";320x224@60;H
+pushman;"Pushman (Korea, set 1)";256x224@60;H
+pushmana;"Pushman (Korea, set 2)";256x224@60;H
+pushmans;"Pushman (American Sammy license)";256x224@60;H
+puzlclub;"Puzzle Club (Japan prototype)";288x224@60;V
+puzlstar;"Puzzle Star (V100MG)";448x224@60;H
+puzzldpr;"Puzzle De Pon! R!";304x224@59;H
+puzzledp;"Puzzle De Pon!";304x224@59;H
+puzzli;"Puzzli";320x224@60;H
+puzzli2;"Puzzli 2 (V100)";448x224@60;H
+puzzli2s;"Puzzli 2 Super (V200)";448x224@60;H
+puzzloop;"Puzz Loop (Europe, v0.94)";320x240@60;H
+puzzloopa;"Puzz Loop (Asia)";320x240@60;H
+puzzloope;"Puzz Loop (Europe, v0.93)";320x240@60;H
+puzzloopj;"Puzz Loop (Japan)";320x240@60;H
+puzzloopk;"Puzz Loop (Korea)";320x240@60;H
+puzzloopu;"Puzz Loop (USA)";320x240@60;H
+puzzlove;"PuzzLove";320x240@60;H
+puzzlovek;"PuzzLove (Korea)";320x240@60;H
+puzznic;"Puzznic - Puzznic (World)";320x224@60;H
+puzznicb;"Puzznic (bootleg, set 1)";320x224@60;H
+puzznicba;"Puzznic (bootleg, set 2)";320x224@60;H
+puzznici;"Puzznic (Italian bootleg)";320x224@60;H
+puzznicj;"Puzznic (Japan)";320x224@60;H
+puzznicu;"Puzznic (US)";320x224@60;H
+pwheelsj;"Power Wheels (Japan)";320x240@60;H
+pwrgoal;"Taito Power Goal (Ver 2.5O 1994/11/03)";320x224@60;H
+pwrinst2;"Power Instinct 2 (USA, ver. 94/04/08)";320x240@58;H
+pwrinst2j;"Gouketsuji Ichizoku 2 (Japan, ver. 94/04/08)";320x240@58;H
+pyros;"Pyros (US)";320x240@60;H
+pzlbowl;"Puzzle De Bowling (Japan)";384x240@60;H
+pzlbreak;"Puzzle Break";256x224@58;H
+pzloop2;"Puzz Loop 2 (010302 Euro)";384x224@60;H
+pzloop2j;"Puzz Loop 2 (010226 Japan)";384x224@60;H
+pzloop2jr1;"Puzz Loop 2 (010205 Japan)";384x224@60;H
+qad;"Quiz & Dragons (capcom quiz game 920701 USA)";384x224@60;H
+qadjr;"Quiz & Dragons (940921 Japan Resale Ver.)";384x224@60;H
+qbert;"Faster, Harder, More Challenging Q*bert (prototype) - Mello Yello Q*bert - Q*bert - Q*bert (Jpn) - Q*bert (Jpn, OMV) - Q*bert (US set 1)";256x240@60;V
+qberta;"Q*bert (Alt) - Q*bert (Jpn, Alt) - Q*bert (US set 2)";256x240@60;V
+qbertj;"Q*bert (Japan)";256x240@60;V
+qbertqub;"Q*bert Qubes - Q*bert's Qubes";256x240@60;V
+qcrayon;"Quiz Crayon Shinchan (Japan)";320x224@60;H
+qcrayon2;"Crayon Shinchan Orato Asobo (Japan)";320x224@60;H
+qgakumon;"Quiz Gakumon no Susume (Japan ver. JA2 Type L)";304x224@60;H
+qjinsei;"Quiz Jinsei Gekijoh (Japan)";320x224@60;H
+qndream;"Quiz Nanairo Dreams - nijiirochou no kiseki (nanairo d";384x224@60;H
+qsangoku;"Quiz Sangokushi (Japan)";384x240@60;H
+qtheater;"Quiz Theater - 3tsu no Monogatari (Ver 2.3J 1994/11/10";320x224@60;H
+qtono1;"Quiz Tonosama no Yabou (Japan)";384x240@60;H
+qtono2j;"Quiz Tonosama no Yabou 2 Zenkoku-ban (tonosama 2 95012";384x224@60;H
+qtorimon;"Quiz Torimonochou (Japan)";320x224@60;H
+quartet;"Quartet (Euro, USA) - Quartet (Rev A, 8751 317-unknown)";320x224@60;H
+quartet2;"Quartet 2 (8751 317-0010)";320x224@60;H
+quartet2a;"Quartet 2 (unprotected)";320x224@60;H
+quarteta;"Quartet (8751 315-5194)";320x224@60;H
+quarth;"Quarth (Japan)";288x224@60;H
+quester;"Quester (Japan)";288x224@60;V
+questers;"Quester Special Edition (Japan)";288x224@60;V
+quiz18k;"Miyasu Nonki no Quiz 18-Kin";320x224@60;H
+quizdai2;"Quiz Meitantei Neo & Geo - Quiz Daisousa Sen part 2 (N";320x224@59;H
+quizdais;"Quiz Daisousa Sen - The Last Count Down (NGM-023)(NGH-";304x224@59;H
+quizdaisk;"Quiz Daisousa Sen - The Last Count Down (Korean releas";304x224@59;H
+quizf1;"Quiz F1 1-2 Finish (Japan)";384x240@60;H
+quizhq;"Quiz H.Q. (Japan)";320x224@60;H
+quizhuhu;"Moriguchi Hiroko no Quiz de Hyuu!Hyuu! (Ver 2.2J 1995/";320x232@60;H
+quizkof;"Quiz King of Fighters (SAM-080)(SAH-080)";304x224@59;H
+quizkofk;"Quiz King of Fighters (Korean release)";304x224@59;H
+quizo;"Quiz Olympic (set 1)";320x200@60;H
+quizoa;"Quiz Olympic (set 2)";320x200@60;H
+qzchikyu;"Quiz Chikyu Bouei Gun (Japan)";320x224@60;H
+qzkklgy2;"Quiz Kokology 2";384x240@60;H
+qzkklogy;"Quiz Kokology";384x240@60;H
+qzquest;"Quiz Quest - Hime to Yuusha no Monogatari (Japan)";320x224@60;H
+qzshowby;"Quiz Sekai wa SHOW by shobai (Japan)";320x224@60;H
+r2dx_v33;"Raiden II New / Raiden DX (newer V33 PCB) (Raiden DX E";320x240@55;V
+r2dx_v33_r2;"Raiden II New / Raiden DX (newer V33 PCB) (Raiden II E";320x240@55;V
+rabiolep;"Rabio Lepus (Japan) - Rabio Lepus Special";288x216@60;H
+rachero;"Racing Hero (FD1094 317-0144)";320x224@60;H
+racherod;"Racing Hero (FD1094 317-0144 decrypted)";320x224@60;H
+racingb;"Racing Beat (World)";320x240@60;H
+racingbj;"Racing Beat (Japan)";320x240@60;H
+rackemup;"Rack 'em Up (program code L)";256x224@60;V
+racknrol;"Rack + Roll";256x224@60;H
+radarscp;"Radar Scope";256x224@60;V
+radarscp1;"Radar Scope (TRS01)";256x224@60;V
+radrad;"Radical Radial (US)";256x224@60;H
+radradj;"Radical Radial (Japan)";256x224@60;H
+raflesia;"Rafflesia (315-5162)";256x224@60;V
+ragnagrd;"Ragnagard / Shin-Oh-Ken";320x224@59;H
+ragtime;"The Great Ragtime Show (Japan v1.5, 92.12.07)";320x240@58;H
+ragtimea;"The Great Ragtime Show (Japan v1.3, 92.11.26)";320x240@58;H
+raiden;"Raiden";256x224@59;V
+raiden2;"Raiden II (US, set 1)";320x240@55.4;V
+raiden2dx;"Raiden II (harder, Raiden DX Hardware)";320x240@55.4;V
+raiden2e;"Raiden II (Easy Version, Korea?)";320x240@55.4;V
+raiden2ea;"Raiden II (Easy Version, Japan?)";320x240@55.4;V
+raiden2eg;"Raiden II (Easy Version, Germany)";320x240@55.4;V
+raiden2eu;"Raiden II (Easy Version, US set 2)";320x240@55.4;V
+raiden2eua;"Raiden II (Easy Version, US set 1)";320x240@55.4;V
+raiden2f;"Raiden II (France)";320x240@55.4;V
+raiden2g;"Raiden II (Germany)";320x240@55.4;V
+raiden2hk;"Raiden II (Hong Kong)";320x240@55.4;V
+raiden2i;"Raiden II (Italy)";320x240@55.4;V
+raiden2j;"Raiden II (Japan)";320x240@55.4;V
+raiden2nl;"Raiden II (Holland)";320x240@55.4;V
+raiden2sw;"Raiden II (Switzerland)";320x240@55.4;V
+raiden2u;"Raiden II (US, set 2)";320x240@55.4;V
+raidena;"Raiden (set 2)";256x224@60;V
+raidenb;"Raiden (set 3, Alternate hardware)";256x224@60;V
+raidendx;"Raiden DX (UK)";320x240@55.4;V
+raidendxa1;"Raiden DX (Hong Kong, set 1)";320x240@55.4;V
+raidendxa2;"Raiden DX (Hong Kong, set 2)";320x240@55.4;V
+raidendxch;"Raiden DX (China)";320x240@55.4;V
+raidendxg;"Raiden DX (Germany)";320x240@55.4;V
+raidendxj;"Raiden DX (Japan)";320x240@55.4;V
+raidendxk;"Raiden DX (Korea)";320x240@55.4;V
+raidendxnl;"Raiden DX (Holland)";320x240@55.4;V
+raidendxu;"Raiden DX (US)";320x240@55.4;V
+raidenk;"Raiden (Korea)";256x224@60;V
+raidenkb;"Raiden (Korea, bootleg)";256x224@60;V
+raident;"Raiden (Taiwan)";256x224@60;V
+raidenu;"Raiden (US, set 1)";256x224@60;V
+raidenua;"Raiden (US, set 2, SEI8904 + SEI9008 PCBs)";256x224@60;V
+raiders5;"Raiders5";256x192@60;H
+raiders5t;"Raiders5 (Japan)";256x192@60;H
+raiga;"Raiga - Strato Fighter (Japan)";256x224@60;H
+raimais;"Raimais (World)";320x224@60;H
+raimaisj;"Raimais (Japan)";320x224@60;H
+raimaisjo;"Raimais (Japan, first revision)";320x224@60;H
+rallybik;"Rally Bike / Dash Yarou";320x240@55.2;V
+rallyx;"New Rally X - Rally X (32k Ver.?) - Rally-X (Jpn) - Rally-X (Tw)";288x224@60;H
+rallyxa;"Rally X - Rally-X (Jpn, Alt)";288x224@60;H
+rallyxm;"Rally X (Midway)";288x224@60;H
+rallyxmr;"Rally X (Model Racing)";288x224@60;H
+rambo3;"Rambo III (Euro) - Rambo III (Euro, USA, Bra) - Rambo III (Europe) - Rambo III (World, v1.1)";320x224@60;H
+rambo3p;"Rambo III (Europe, Proti?)";320x224@60;H
+rambo3u;"Rambo III (US)";320x224@60;H
+raphero;"Rapid Hero";384x224@56;V
+rastan;"Rastan (Euro, USA, Bra) - Rastan (World Rev 1) - Rastan Saga (Jpn, SMS Mode)";320x240@60;H
+rastana;"Rastan (World)";320x240@60;H
+rastanb;"Rastan (World, Earlier code base)";320x240@60;H
+rastanu;"Rastan (US Rev 1)";320x240@60;H
+rastanua;"Rastan (US)";320x240@60;H
+rastanub;"Rastan (US, Earlier code base)";320x240@60;H
+rastsag2;"Rastan Saga 2 (Japan)";320x224@60;H
+rastsaga;"Rastan Saga (Japan Rev 1)";320x240@60;H
+rastsagaa;"Rastan Saga (Japan Rev 1, Earlier code base)";320x240@60;H
+rastsagab;"Rastan Saga (Japan, Earlier code base)";320x240@60;H
+rayforce;"Ray Force (Ver 2.3A 1994/01/20)";320x224@60;V
+rayforcej;"Ray Force (Ver 2.3J 1994/01/20)";320x224@60;V
+rbff1;"Real Bout Fatal Fury / Real Bout Garou Densetsu (NGM-0";320x224@59;H
+rbff1a;"Real Bout Fatal Fury / Real Bout Garou Densetsu (bug f";320x224@59;H
+rbff1k;"Real Bout Fatal Fury / Real Bout Garou Densetsu (Korea";320x224@59;H
+rbff2;"Real Bout Fatal Fury 2 - The Newcomers / Real Bout Gar";320x224@59;H
+rbff2h;"Real Bout Fatal Fury 2 - The Newcomers / Real Bout Gar";320x224@59;H
+rbff2k;"Real Bout Fatal Fury 2 - The Newcomers (Korean release";320x224@59;H
+rbffspec;"Real Bout Fatal Fury Special / Real Bout Garou Densets";320x224@59;H
+rbffspeck;"Real Bout Fatal Fury Special / Real Bout Garou Densets";320x224@59;H
+rbisland;"Rainbow Islands (new version) - Rainbow Islands - The Story of Bubble Bobble 2 (Euro) - Rainbow Islands Extra (Jpn)";320x224@60;H
+rbislande;"Rainbow Islands (Extra)";320x224@60;H
+rbislando;"Rainbow Islands (old version)";320x224@60;H
+rchase;"Rail Chase (World)";320x224@60;H
+rchasej;"Rail Chase (Japan)";320x224@60;H
+rdaction;"Rad Action / NinjaKun Ashura no Shou";256x192@60;H
+reaktor;"Reaktor (Track & Field conversion)";256x224@60;V
+recalh;"Recalhorn (Ver 1.42J 1994/5/11) (Prototype)";320x232@60;H
+recordbr;"Recordbreaker (World)";320x240@60;H
+redearth;"Red Earth / War-Zard (Euro 961121)";384x224@60;H
+redearthr1;"Red Earth / War-Zard (Euro 961023)";384x224@60;H
+redfoxwp2;"Red Fox War Planes II (China, set 1)";256x224@56;V
+redfoxwp2a;"Red Fox War Planes II (China, set 2)";256x224@56;V
+redhawk;"Red Hawk (US)";256x224@56;V
+redhawkb;"Vince (Redhawk bootleg)";256x224@56;H
+redhawke;"Red Hawk (Excellent Co., Ltd)";256x224@56;V
+redhawkg;"Red Hawk (Greece)";256x224@56;H
+redhawki;"Red Hawk (Italy)";256x224@56;H
+redhawkk;"Red Hawk (Korea)";256x224@56;V
+redrobin;"Red Robin";256x224@60;V
+redufo;"Defend the Terra Attack on the Red UFO";256x224@60;V
+redufob;"Defend the Terra Attack on the Red UFO (bootleg)";256x224@60;V
+regulus;"Regulus (315-5033, rev. A)";240x224@60;V
+reguluso;"Regulus (315-5033)";240x224@60;V
+regulusu;"Regulus (not encrypted)";240x224@60;V
+renegade;"Renegade (Euro, Bra) - Renegade (US)";240x240@60;H
+repulse;"Repulse";288x224@60;V
+rescue;"Rescue - Space Rescue (Euro)";256x224@60;V
+retofinv;"Return of the Invaders";288x224@60;V
+retofinv1;"Return of the Invaders (bootleg set 1)";288x224@60;V
+retofinv2;"Return of the Invaders (bootleg set 2)";288x224@60;V
+revngr84;"Revenger '84 (set 1)";272x236@60;V
+rezon;"Rezon";384x240@60;H
+rezont;"Rezon (Taito)";384x240@60;H
+rf2;"Konami RF2 - Red Fighter";256x224@60;H
+ridhero;"Riding Hero (NGM-006)(NGH-006)";304x224@59;H
+ridheroh;"Riding Hero (set 2)";304x224@59;H
+ridingf;"Riding Fight (Ver 1.0O)";320x224@60;H
+ridingfj;"Riding Fight (Ver 1.0J)";320x224@60;H
+ridingfu;"Riding Fight (Ver 1.0A)";320x224@60;H
+ringdest;"Ring of Destruction - slammasters II (940902 Euro)";384x224@60;H
+ringdesta;"Ring of Destruction - slammasters II (940831 Asia)";384x224@60;H
+ringdesth;"Ring of Destruction - slammasters II (940902 Hispanic)";384x224@60;H
+ringdstd;"Ring of Destruction - slammasters II (940902 Euro Phoe";384x224@60;H
+ringfgt;"Ring Fighter (set 1)";256x224@60;V
+ringfgt2;"Ring Fighter (set 2)";256x224@60;V
+ringohja;"Ring no Ohja (Japan 2 Players ver. N)";288x224@60;H
+ringrage;"Ring Rage (Ver 2.3O 1992/08/09)";320x224@60;H
+ringragej;"Ring Rage (Ver 2.3J 1992/08/09)";320x224@60;H
+ringrageu;"Ring Rage (Ver 2.3A 1992/08/09)";320x224@60;H
+riot;"Riot";256x224@60;H
+riotcity;"Riot City (Japan)";320x224@60;H
+riskchal;"Risky Challenge";320x240@60;H
+rittam;"R&T (Rod-Land prototype?)";256x224@60;H
+rmancp2j;"Rockman: The Power Battle (950922 Japan)";384x224@60;H
+roadf;"Road Fighter (set 1)";256x224@60;V
+roadf2;"Road Fighter (set 2)";256x224@60;V
+roadf3;"Road Fighter (set 3, conversion hack on Hyper Sports P";256x224@60;V
+roboarma;"Robo Army (set 2)";304x224@59;H
+roboarmy;"Robo Army (set 1)";304x224@59;H
+robocop;"Gangcheol RoboCop (Kor) - RoboCop - Robocop (Euro) - Robocop (World revision 4)";256x240@57;H
+robocop2;"Robocop 2 (Euro/Asia v0.10)";320x240@58;H
+robocop2j;"Robocop 2 (Japan v0.11)";320x240@58;H
+robocop2u;"Robocop 2 (US v0.10)";320x240@58;H
+robocop2ua;"Robocop 2 (US v0.05)";320x240@58;H
+robocopb;"Robocop (World bootleg)";256x240@57;H
+robocopb2;"Robocop (Red Corporation World bootleg)";256x240@57;H
+robocopi;"Robocop (Intro demo)";304x224@59;H
+robocopj;"Robocop (Japan)";256x240@57;H
+robocopu;"Robocop (US revision 1)";256x240@57;H
+robocopu0;"Robocop (US revision 0)";256x240@57;H
+robocopw;"Robocop (World revision 3)";256x240@57;H
+robokid;"Atomic Robo-kid (World, Type-2)";256x192@60;H
+robokidj;"Atomic Robo-kid (Japan, Type-2, set 1)";256x192@60;H
+robokidj2;"Atomic Robo-kid (Japan, Type-2, set 2)";256x192@60;H
+robokidj3;"Atomic Robo-kid (Japan)";256x192@60;H
+robowres;"Robo Wres 2001";256x224@60;H
+robotron;"Robotro 2084";292x240@60;H
+rockclim;"Rock Climber";256x224@60;H
+rockduck;"Rock Duck (prototype?)";240x240@57;V
+rockman2j;"Rockman 2 - the power fighters (960708 Japan)";384x224@60;H
+rockmanj;"Rockman - the power battle (950922 Japan)";384x224@60;H
+rockn;"Rock'n Tread (Japan)";320x224@60;V
+rockn2;"Rock'n Tread 2 (Japan)";320x224@60;V
+rockn3;"Rock'n 3 (Japan)";320x224@60;V
+rockn4;"Rock'n 4 (Japan, prototype)";320x224@60;V
+rockna;"Rock'n Tread (Japan, alternate)";320x224@60;V
+rockrage;"Rock'n Rage (World)";256x224@60;H
+rockragea;"Rock'n Rage (prototype?)";256x224@60;H
+rockragej;"Koi no Hotrock (Japan)";256x224@60;H
+rocktris;"Rock Tris";384x240@60;H
+rocktrv2;"MTV Rock-N-Roll Trivia (Part 2)";288x224@60;V
+rocnrope;"Roc 'n Rope - Roc'n Rope";256x224@60;V
+rocnropek;"Roc'n Rope (Kosuka)";256x224@60;V
+rodland;"Rod-Land (World)";256x224@60;H
+rodlandj;"Rod-Land (Japan)";256x224@60;H
+rodlandjb;"Rod-Land (Japan bootleg)";256x224@60;H
+rohga;"Rohga Armor Force (Asia/Europe v5.0)";320x240@58;H
+rohga1;"Rohga Armor Force (Asia/Europe v3.0 Set 1)";320x240@58;H
+rohga2;"Rohga Armor Force (Asia/Europe v3.0 Set 2)";320x240@58;H
+rohgah;"Rohga Armor Force (Hong Kong v3.0)";320x240@58;H
+rohgau;"Rohga Armor Force (US v1.0)";320x240@58;H
+roishtar;"The Return of Ishtar";288x224@60;H
+rolcrush;"Rolling Crush (version 1.07.E - 1999/02/11, Trust lice";304x224@58;H
+rolcrusha;"Rolling Crush (version 1.03.E - 1999/01/29)";304x224@58;H
+rollace;"Roller Aces (set 1)";240x224@60;V
+rollace2;"Roller Aces (set 2)";240x224@60;V
+rollerg;"Rollergames (US)";288x224@60;H
+rollergj;"Rollergames (Japan)";288x224@60;H
+rompers;"Rompers (Japan, new version (Rev B))";288x224@60;V
+romperso;"Rompers (Japan, old version)";288x224@60;V
+ropeman;"Ropeman (bootleg of Roc'n Rope)";256x224@60;V
+rotd;"Rage of the Dragons (NGM-264?)";320x224@59;H
+rotdh;"Rage of the Dragons (NGH-2640)";320x224@59;H
+route16;"Route 16 (set 1)";256x256@60;V
+route16a;"Route 16 (set 2)";256x256@60;V
+route16bl;"Route 16 (bootleg)";256x256@60;V
+route16c;"Route 16 (set 3, bootleg?)";256x256@60;V
+routex;"Route X (bootleg)";256x256@60;V
+rpatrol;"River Patrol (Orca)";256x224@60;H
+rpatrolb;"River Patrol (bootleg)";256x224@60;H
+rpunch;"Rabbit Punch (US)";288x216@60;H
+rshark;"R-Shark";384x240@60;V
+rthun2;"Rolling Thunder 2 - Rolling Thunder 2 (Euro)";288x224@60;H
+rthun2j;"Rolling Thunder 2 (Japan) - Rolling Thunder 2 (Jpn)";288x224@60;H
+rthunder;"Rolling Thunder (rev 3)";288x224@60;H
+rthunder0;"Rolling Thunder (oldest)";288x224@60;H
+rthunder1;"Rolling Thunder (rev 1)";288x224@60;H
+rthunder2;"Rolling Thunder (rev 2)";288x224@60;H
+rthundera;"Rolling Thunder (rev 3, hack)";288x224@60;H
+rtype;"R-Type - R-Type (Jpn) - R-Type (World) - R-Type (World)";384x256@55;H
+rtype2;"R-Type II";384x256@55;H
+rtype2j;"R-Type II (Japan)";384x256@55;H
+rtype2jc;"R-Type II (Japan, revision C)";384x256@55;H
+rtypeb;"R-Type (World bootleg)";384x256@55;H
+rtypej;"R-Type (Japan)";384x256@55;H
+rtypejp;"R-Type (Japan prototype)";384x256@55;H
+rtypeleo;"R-Type Leo (World)";320x240@60;H
+rtypeleoj;"R-Type Leo (Japan)";320x240@60;H
+rtypeu;"R-Type (US)";384x256@55;H
+rugrats;"Rug Rats";288x224@60;V
+rumba;"Rumba Lumber";256x224@60;V
+runark;"Runark (Japan) - Runark (Jpn, Kor)";320x224@60;H
+rundeep;"Run Deep";256x248@60;V
+rushatck;"Rush'n Attack (US)";240x224@60;H
+rushcrsh;"Rush & Crash (Japan)";352x240@60;V
+rygar;"Rygar (US set 1)";256x224@60;H
+rygar2;"Rygar (US set 2)";256x224@60;H
+rygar3;"Rygar (US set 3 Old Version)";256x224@60;H
+rygarb;"Rygar (US, bootleg)";256x224@60;H
+rygarj;"Argus no Senshi (Japan)";256x224@60;H
+ryorioh;"Gourmet Battle Quiz Ryohrioh CooKing (Japan)";336x240@60;H
+ryouran;"VS Mahjong Otome Ryouran";320x240@60;H
+ryujin;"Ryu Jin (Japan)";320x224@60;V
+ryukendn;"Ninja Ryukenden (Japan, set 1)";256x224@60;H
+ryukendna;"Ninja Ryukenden (Japan, set 2)";256x224@60;H
+ryukyu;"RyuKyu (Japan, FD1094 317-5023) - Ryuukyuu - Ryuukyuu (Jpn)";320x224@60;H
+ryukyud;"RyuKyu (Japan, FD1094 317-5023 decrypted)";320x224@60;H
+s1945;"Strikers 1945";320x224@59;V
+s1945a;"Strikers 1945 (Alt)";320x224@59;V
+s1945ii;"Strikers 1945 II";320x224@60;V
+s1945iii;"Strikers 1945 III (World) / Strikers 1999 (Japan)";320x224@60;V
+s1945j;"Strikers 1945 (Japan)";320x224@59;V
+s1945jn;"Strikers 1945 (Japan, unprotected)";320x224@59;V
+s1945k;"Strikers 1945 (Korea)";320x224@59;V
+s1945p;"Strikers 1945 Plus";320x224@59;H
+sabotenb;"Saboten Bombers (set 1)";384x224@56;H
+sabotenba;"Saboten Bombers (set 2)";384x224@56;H
+sadari;"Sadari";384x256@60;H
+safarir;"Safari Rally (World)";256x208@60;V
+safarirj;"Safari Rally (Japan)";256x208@60;V
+sailormn;"Bishoujo Senshi Sailor Moon (Jpn) - Pretty Soldier Sailor Moon (ver. 95/03/22B, Europe)";320x240@58;H
+sailormnh;"Pretty Soldier Sailor Moon (ver. 95/03/22B, Hong Kong)";320x240@58;H
+sailormnj;"Pretty Soldier Sailor Moon (ver. 95/03/22B, Japan)";320x240@58;H
+sailormnk;"Pretty Soldier Sailor Moon (ver. 95/03/22B, Korea)";320x240@58;H
+sailormno;"Pretty Soldier Sailor Moon (ver. 95/03/22, Europe)";320x240@58;H
+sailormnoh;"Pretty Soldier Sailor Moon (ver. 95/03/22, Hong Kong)";320x240@58;H
+sailormnoj;"Pretty Soldier Sailor Moon (ver. 95/03/22, Japan)";320x240@58;H
+sailormnok;"Pretty Soldier Sailor Moon (ver. 95/03/22, Korea)";320x240@58;H
+sailormnot;"Pretty Soldier Sailor Moon (ver. 95/03/22, Taiwan)";320x240@58;H
+sailormnou;"Pretty Soldier Sailor Moon (ver. 95/03/22, USA)";320x240@58;H
+sailormnt;"Pretty Soldier Sailor Moon (ver. 95/03/22B, Taiwan)";320x240@58;H
+sailormnu;"Pretty Soldier Sailor Moon (ver. 95/03/22B, USA)";320x240@58;H
+saiyugou;"Sai Yu Gou Ma Roku (Japan)";256x240@60;H
+saiyugoub1;"Sai Yu Gou Ma Roku (Japan bootleg 1)";256x240@60;H
+saiyugoub2;"Sai Yu Gou Ma Roku (Japan bootleg 2)";256x240@60;H
+salamand;"Salamander - Salamander (Jpn) - Salamander (version D)";256x224@60;H
+salamandj;"Salamander (version J)";256x224@60;H
+samesame;"Same! Same! Same! (2 player alternating ver.) - Same! Same! Same! (Jpn)";320x240@60;V
+samesame2;"Same! Same! Same!";320x240@60;V
+samesamenh;"Same! Same! Same! NEW VER! (v1.00, hack by Trap15)";320x240@60;V
+samsh5sp;"Samurai Shodown V Special / Samurai Spirits Zero Speci";304x224@59;H
+samsh5sph;"Samurai Shodown V Special / Samurai Spirits Zero Speci";304x224@59;H
+samsh5spho;"Samurai Shodown V Special / Samurai Spirits Zero Speci";304x224@59;H
+samsho;"Samurai Shodown (Euro) - Samurai Shodown (USA) - Samurai Shodown / Samurai Spirits (NGM-045)";320x224@59;H
+samsho2;"Samurai Shodown II / Shin Samurai Spirits - Haohmaru j";320x224@59;H
+samsho2k;"Saulabi Spirits / Jin Saulabi Tu Hon (Korean release o";320x224@59;H
+samsho2ka;"Saulabi Spirits / Jin Saulabi Tu Hon (Korean release o";320x224@59;H
+samsho2sp;"Samurai Shodown II / Shin Samurai Spirits - Haohmaru j";320x224@59;H
+samsho3;"Samurai Shodown III / Samurai Spirits - Zankurou Musou";304x224@59;H
+samsho3h;"Samurai Shodown III / Samurai Spirits - Zankurou Musou";304x224@59;H
+samsho4;"Samurai Shodown IV - Amakusa's Revenge / Samurai Spiri";320x224@59;H
+samsho4k;"Pae Wang Jeon Seol / Legend of a Warrior (Korean censo";320x224@59;H
+samsho4sp;"Samurai Shodown IV - Amakusa's Revenge / Samurai Spiri";320x224@59;H
+samsho5;"Samurai Shodown V / Samurai Spirits Zero (NGM-2700)";304x224@59;H
+samsho5b;"Samurai Shodown V / Samurai Spirits Zero (bootleg)";304x224@59;H
+samsho5h;"Samurai Shodown V / Samurai Spirits Zero (NGH-2700)";304x224@59;H
+samsho5x;"Samurai Shodown V / Samurai Spirits Zero (hack of XBOX";304x224@59;H
+samshoa;"Samurai Shodown / Samurai Spirits (NGM-045, alternate";320x224@59;H
+samshoh;"Samurai Shodown / Samurai Spirits (NGH-045)";320x224@59;H
+samuraia;"Samurai Aces (World)";320x224@59;V
+sandscrp;"Sand Scorpion";256x224@60;V
+sandscrpa;"Sand Scorpion (Earlier)";256x224@60;V
+sandscrpb;"Sand Scorpion (Chinese Title Screen, Revised Hardware)";256x224@60;V
+sarukani;"Saru-Kani-Hamu-Zou (Japan)";320x240@60;H
+saturnzi;"Saturn";256x224@60;V
+sauro;"Sauro";240x224@60;H
+saurob;"Sauro (bootleg)";240x224@60;H
+saurop;"Sauro (Philko license)";240x224@60;H
+saurorr;"Sauro (Recreativos Real S.A. license)";240x224@60;H
+savagere;"Savage Reign / Fu'un Mokushiroku - kakutou sousei";304x224@59;H
+savgbees;"Savage Bees";256x224@60;V
+sbasebal;"Super Champion Baseball (US)";256x224@60;H
+sbasebalj;"Super Champion Baseball (Japan)";256x224@60;H
+sbbros;"Super Buster Bros. (USA 901001)";384x240@60;H
+sbishi;"Super Bishi Bashi Championship (ver JAA, 2 Players)";288x224@60;H
+sbishik;"Super Bishi Bashi Championship (ver KAB, 3 Players)";288x224@60;H
+sbishika;"Super Bishi Bashi Championship (ver KAA, 3 Players)";288x224@60;H
+sboblbobl;"Super Bobble Bobble (bootleg, set 1)";256x224@60;H
+sboblbobla;"Super Bobble Bobble (bootleg, set 2)";256x224@60;H
+sboblboblb;"Super Bobble Bobble (bootleg, set 3)";256x224@60;H
+sboblboblc;"Super Bobble Bobble (bootleg)";256x224@60;H
+sboblbobld;"Super Bobble Bobble (bootleg, set 4)";256x224@60;H
+sbomber;"Space Bomber (ver. B)";320x224@60;V
+sbombera;"Space Bomber";320x224@60;V
+sbsgomo;"Space Battle Ship Gomorrah";256x224@56;H
+scessjoe;"Success Joe (World)";288x208@60;H
+scfinals;"Super Cup Finals (Ver 2.2O 1994/01/13)";320x224@60;H
+scfinalso;"Super Cup Finals (Ver 2.1O 1993/11/19)";320x224@60;H
+schmeisr;"Schmeiser Robo (Japan)";320x240@58;H
+sci;"Special Criminal Investigation - Special Criminal Investigation (Euro) - Special Criminal Investigation (World set 1)";320x240@60;H
+scia;"Special Criminal Investigation (World set 2)";320x240@60;H
+scij;"Special Criminal Investigation (Japan)";320x240@60;H
+scinegro;"Special Criminal Investigation (Negro bootleg)";320x240@60;H
+scion;"Scion (Jpn) - Scion";240x224@60;H
+scionc;"Scion (Cinematronics)";240x224@60;H
+sciu;"Special Criminal Investigation (US)";320x240@60;H
+scobra;"Super Cobra - Super Cobra - Super Cobra (Jpn)";256x224@60;V
+scobrab;"Super Cobra (bootleg)";256x224@60;V
+scobrae;"Super Cobra (Stern) (encrypted, KONATEC XC-103SS CPU)";256x224@60;V
+scobras;"Super Cobra (Stern)";256x224@60;V
+scobrase;"Super Cobra (Sega)";256x224@60;V
+scontra;"Super Contra";304x224@60;V
+scontraj;"Super Contra (Japan)";304x224@60;V
+scorpion;"Scorpion (set 1)";256x224@60;V
+scorpiona;"Scorpion (set 2)";256x224@60;V
+scorpionb;"Scorpion (set 3)";256x224@60;V
+scorpionmc;"Scorpion (Moon Cresta hardware)";256x224@60;V
+scotrsht;"Scooter Shooter";256x224@60;V
+scramb2;"Scramble (bootleg)";256x224@60;V
+scramblb;"Scramble (bootleg on Galaxian hardware)";256x224@60;V
+scramble;"Scramble";256x224@60;V
+scramblebb;"Scramble (bootleg?)";256x224@60;V
+scramblebf;"Scramble (Karateko, French bootleg)";256x224@60;V
+scrambler;"Scramble (Reben S.A. Spanish bootleg)";256x224@60;V
+scrambles;"Scramble (Stern)";256x224@60;V
+scrambp;"Impacto (Billport S.A., Spanish bootleg of Scramble)";256x224@60;V
+scramce;"Scramble (Centromatic S.A., Spanish bootleg)";256x224@60;V
+scrampt;"Scramble (Petaco S.A., Spanish bootleg)";256x224@60;V
+scramrf;"Scramble (Recreativos Franco, Spanish bootleg)";256x224@60;V
+scregg;"Scrambled Egg";240x240@57;V
+sdfight;"SD Fighters (Korea)";320x240@60;H
+sdgndmps;"SD Gundam Psycho Salamander no Kyoui";320x224@60;H
+sdi;"SDI (Jpn) - SDI - Strategic Defense Initiative (Japan, newer, Syst";320x224@60;H
+sdia;"SDI - Strategic Defense Initiative (Japan, old, System";320x224@60;H
+sdib;"SDI - Strategic Defense Initiative (System 16B, FD1089";320x224@60;H
+sdibl;"SDI - Strategic Defense Initiative (bootleg, original";320x224@60;H
+sdibl2;"SDI - Strategic Defense Initiative (bootleg, set 1)";320x224@60;H
+sdibl3;"SDI - Strategic Defense Initiative (bootleg, set 2)";320x224@60;H
+sdibl4;"SDI - Strategic Defense Initiative (bootleg, set 3)";320x224@60;H
+sdibl5;"SDI - Strategic Defense Initiative (bootleg, set 4)";320x224@60;H
+sdibl6;"SDI - Strategic Defense Initiative (bootleg, set 5)";320x224@60;H
+sdodgeb;"Super Dodge Ball / Kunio no Nekketsu Toukyuu Densetsu";304x224@59;H
+searchar;"SAR - Search And Rescue (World)";256x224@60;V
+searcharj;"SAR - Search And Rescue (Japan)";256x224@60;V
+searcharu;"SAR - Search And Rescue (US)";256x224@60;V
+searchey;"Search Eye (English / Korean / Japanese / Italian)";320x240@60;H
+searcheya;"Search Eye (English / Korean)";320x240@60;H
+searchp2;"Search Eye Plus V2.0";320x240@55;H
+secretag;"Secret Agent (World revision 3)";256x240@57;H
+secretagj;"Secret Agent (Japan revision 2)";256x240@57;H
+sectionz;"Section Z (set 1)";256x240@60;H
+sectionza;"Section Z (set 2)";256x240@60;H
+sectrzon;"Sector Zone";256x224@60;V
+seganinj;"Sega Ninja (315-5102)";256x224@60;H
+seganinju;"Sega Ninja (not encrypted)";256x224@60;H
+seicross;"Seicross";256x224@60;V
+selfeena;"Sel Feena";320x224@60;H
+semibase;"MuHanSeungBu (SemiCom Baseball) (Korea)";320x240@60;H
+sengekis;"Sengeki Striker (Asia)";320x240@60;V
+sengekisj;"Sengeki Striker (Japan)";320x240@60;V
+sengoku;"Sengoku / Sengoku Denshou (NGM-017)(NGH-017)";320x224@59;H
+sengoku2;"Sengoku 2 / Sengoku Denshou 2";304x224@59;H
+sengoku3;"Sengoku 3 / Sengoku Densho 2001";320x224@59;H
+sengoku3s;"Sengoku 3 / Sengoku Densho 2001 (Evolution 1.0, FCHT h";320x224@59;H
+sengokuh;"Sengoku / Sengoku Denshou (NGH-017)(US)";320x224@59;H
+senknow;"Sen-Know (Japan)";320x240@60;H
+sf;"Galaxian (bootleg, set 1) - Marvel Super Heroes vs Street Fighter (970625 Euro) - Radica: Street Fighter Pack (Euro) - Street Fighter (US, set 1) - X-Men vs Street Fighter (961004 Euro) - Yu Yu Hakusho - Sunset Fighters (Bra)";384x224@60;H
+sf2;"Hyper Street Fighter II: The Anniversary Edition (0402 - Street Fighter II (Bra) - Street Fighter II - The World Warrior (910522 etc) - Street Fighter II' - Special Champion Edition (Euro) - Super Street Fighter II - The New Challengers (Euro) - Super Street Fighter II - the new challengers (super s";384x224@60;H
+sf2acc;"Street Fighter II' - Champion Edition (Accelerator! bo";384x224@60;H
+sf2acca;"Street Fighter II' - Champion Edition (Accelerator! bo";384x224@60;H
+sf2accp2;"Street Fighter II' - Champion Edition (Accelerator Pt.";384x224@60;H
+sf2amf;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf2;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf3;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf4;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf5;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf6;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf7;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf8;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2b;"Street Fighter II - The World Warrior (bootleg, 910214";384x224@60;H
+sf2b2;"Street Fighter II - The World Warrior (bootleg, 910214";384x224@60;H
+sf2b3;"Street Fighter II - The World Warrior (bootleg, 910214";384x224@60;H
+sf2bhh;"Street Fighter II' - Champion Edition (Hungh-Hsi bootl";384x224@60;H
+sf2ce;"Street Fighter II' - Champion Edition - Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2cebltw;"Street Fighter II' - Champion Edition (920313 'Taiwan'";384x224@60;H
+sf2ceea;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2ceeab2;"Street Fighter II' - Champion Edition (920313 etc boot";384x224@60;H
+sf2ceeab3;"Street Fighter II' - Champion Edition (920313 etc boot";384x224@60;H
+sf2ceeab4;"Street Fighter II' - Champion Edition (920313 etc boot";384x224@60;H
+sf2ceeab5;"Street Fighter II' - Champion Edition (920313 etc boot";384x224@60;H
+sf2ceeabl;"Street Fighter II' - Champion Edition (920313 etc boot";384x224@60;H
+sf2ceja;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2cejab2;"Street Fighter II' - Champion Edition (920322 Japan bo";384x224@60;H
+sf2cejabl;"Street Fighter II' - Champion Edition (920322 Japan bo";384x224@60;H
+sf2cejb;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2cejc;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2ceua;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2ceuab2;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuab3;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuab4;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuab5;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuab6;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuab7;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuabl;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceub;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2ceuc;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2ceucbl;"Street Fighter II' - Champion Edition (920803 USA boot";384x224@60;H
+sf2ceupl;"Street Fighter II' - Champion Edition (UPL bootleg)";384x224@60;H
+sf2dkot2;"Street Fighter II' - Champion Edition (Double K.O. Tur";384x224@60;H
+sf2dongb;"Street Fighter II': Champion Edition (Dongfang Bubai p";384x224@60;H
+sf2eb;"Street Fighter II - The World Warrior (910214 etc)";384x224@60;H
+sf2ebbl;"Street Fighter II - The World Warrior (TAB Austria boo";384x224@60;H
+sf2ebbl2;"Street Fighter II - The World Warrior (TAB Austria boo";384x224@60;H
+sf2ebbl3;"Street Fighter II - The World Warrior (TAB Austria boo";384x224@60;H
+sf2ed;"Street Fighter II - The World Warrior (910318 etc)";384x224@60;H
+sf2ee;"Street Fighter II - The World Warrior (910228 etc)";384x224@60;H
+sf2em;"Street Fighter II - The World Warrior (910129 etc)";384x224@60;H
+sf2hf;"Street Fighter II' - Hyper Fighting (street fighter 2'";384x224@60;H
+sf2hfj;"Street Fighter II' Turbo - Hyper Fighting (street figh";384x224@60;H
+sf2hfjb;"Street Fighter II' Turbo - Hyper Fighting (bootleg set";384x224@60;H
+sf2hfjb2;"Street Fighter II' Turbo - Hyper Fighting (bootleg set";384x224@60;H
+sf2hfu;"Street Fighter II' - Hyper Fighting (street fighter 2'";384x224@60;H
+sf2j;"Hyper Street Fighter II: The Anniversary Edition (0402 - Street Fighter II - The World Warrior (911210 Japan, C - Street Fighter II' Plus (Jpn, Asia, Kor) - Super Street Fighter II - The New Challengers (Jpn) - Super Street Fighter II - the new challengers (super s";384x224@60;H
+sf2j17;"Street Fighter II - The World Warrior (911210 Japan, C";384x224@60;H
+sf2ja;"Street Fighter II - The World Warrior (910214 Japan)";384x224@60;H
+sf2jc;"Street Fighter II - The World Warrior (910306 Japan)";384x224@60;H
+sf2jf;"Street Fighter II - The World Warrior (910411 Japan)";384x224@60;H
+sf2jh;"Street Fighter II - The World Warrior (910522 Japan)";384x224@60;H
+sf2jl;"Street Fighter II - The World Warrior (920312 Japan)";384x224@60;H
+sf2jla;"Street Fighter II - The World Warrior (911210 Japan, r";384x224@60;H
+sf2koryu;"Street Fighter II' - Xiang Long (bootleg set 1, 811102";384x224@60;H
+sf2koryu2;"Street Fighter II' - Xiang Long (bootleg set 2, 811102";384x224@60;H
+sf2koryu3;"Street Fighter II' - Xiang Long (bootleg set 3, 811102";384x224@60;H
+sf2md;"Street Fighter II' - Champion Edition (Magic Delta, bo";384x224@60;H
+sf2mdt;"Street Fighter II' - Magic Delta Turbo (bootleg set 1";384x224@60;H
+sf2mdta;"Street Fighter II' - Magic Delta Turbo (bootleg set 2";384x224@60;H
+sf2mdtb;"Street Fighter II' - Magic Delta Turbo (bootleg set 3";384x224@60;H
+sf2mdtc;"Street Fighter II' - Magic Delta Turbo (bootleg set 4";384x224@60;H
+sf2mega;"Street Fighter II' - Champion Edition (Mega Co bootleg";384x224@60;H
+sf2mega2;"Street Fighter II' - Champion Edition (Mega Co bootleg";384x224@60;H
+sf2qp1;"Street Fighter II - The World Warrior (Quicken Pt-I bo";384x224@60;H
+sf2rb;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2rb2;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2rb3;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2rb4;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2rb5;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2rb6;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2red;"Street Fighter II' - Champion Edition (Red Wave bootle";384x224@60;H
+sf2red2;"Street Fighter II' - Champion Edition (Red Wave bootle";384x224@60;H
+sf2sl73a;"Street Fighter II' - Champion Edition (Sheng Long v 7.";384x224@60;H
+sf2stt;"Street Fighter II - The World Warrior (STT, TAB Austri";384x224@60;H
+sf2thndr;"Street Fighter II - The World Warrior (Thunder Edition";384x224@60;H
+sf2tlona;"Street Fighter II' - Champion Edition (Tu Long bootleg";384x224@60;H
+sf2tlonb;"Street Fighter II' - Champion Edition (Tu Long bootleg";384x224@60;H
+sf2tlonc;"Street Fighter II' - Champion Edition (Tu Long bootleg";384x224@60;H
+sf2ua;"Street Fighter II - The World Warrior (910206 USA)";384x224@60;H
+sf2ub;"Street Fighter II - The World Warrior (910214 USA)";384x224@60;H
+sf2uc;"Street Fighter II - The World Warrior (910306 USA)";384x224@60;H
+sf2ud;"Street Fighter II - The World Warrior (910318 USA) - Super Street Fighter II - the new challengers (super s";384x224@60;H
+sf2ue;"Street Fighter II - The World Warrior (910228 USA)";384x224@60;H
+sf2uf;"Street Fighter II - The World Warrior (910411 USA)";384x224@60;H
+sf2ug;"Street Fighter II - The World Warrior (910522 USA, rev";384x224@60;H
+sf2ui;"Street Fighter II - The World Warrior (910522 USA, rev";384x224@60;H
+sf2uk;"Street Fighter II - The World Warrior (911101 USA)";384x224@60;H
+sf2v004;"Street Fighter II' - Champion Edition (V004 bootleg se";384x224@60;H
+sf2v0042;"Street Fighter II' - Champion Edition (V004 bootleg se";384x224@60;H
+sf2v0043;"Street Fighter II' - Champion Edition (V004 bootleg se";384x224@60;H
+sf2yyc;"Street Fighter II' - Champion Edition (YYC bootleg set";384x224@60;H
+sf2yyc2;"Street Fighter II' - Champion Edition (YYC bootleg set";384x224@60;H
+sfa;"Marvel Super Heroes vs Street Fighter (970625 Asia) - Street Fighter Alpha - warriors' dreams (950727 Euro) - X-Men vs Street Fighter (961023 Asia)";384x224@60;H
+sfa2;"Street Fighter Alpha 2 (960229 Euro)";384x224@60;H
+sfa2u;"Street Fighter Alpha 2 (960430 USA)";384x224@60;H
+sfa2ur1;"Street Fighter Alpha 2 (960306 USA)";384x224@60;H
+sfa3;"Street Fighter Alpha 3 (980904 Euro)";384x224@60;H
+sfa3b;"Street Fighter Alpha 3 (980629 Brazil)";384x224@60;H
+sfa3h;"Street Fighter Alpha 3 (980904 Hispanic)";384x224@60;H
+sfa3hr1;"Street Fighter Alpha 3 (980629 Hispanic)";384x224@60;H
+sfa3u;"Street Fighter Alpha 3 (980904 USA)";384x224@60;H
+sfa3ud;"Street Fighter Alpha 3 (980904 USA Phoenix Edition)";384x224@60;H
+sfa3ur1;"Street Fighter Alpha 3 (980629 USA)";384x224@60;H
+sfa3us;"Street Fighter Alpha 3 (980616 USA, SAMPLE Version)";384x224@60;H
+sfad;"Street Fighter Alpha - warriors' dreams (950727 Euro P";384x224@60;H
+sfan;"Street Fighter (World, pneumatic buttons)";384x224@60;H
+sfar1;"Street Fighter Alpha - warriors' dreams (950718 Euro) - X-Men vs Street Fighter (961004 Asia)";384x224@60;H
+sfar2;"Street Fighter Alpha - warriors' dreams (950627 Euro) - X-Men vs Street Fighter (960919 Asia)";384x224@60;H
+sfar3;"Street Fighter Alpha - warriors' dreams (950605 Euro) - X-Men vs Street Fighter (960910 Asia)";384x224@60;H
+sfau;"Street Fighter Alpha - warriors' dreams (950627 USA)";384x224@60;H
+sfaud;"Street Fighter Alpha - warriors' dreams (950727 USA Ph";384x224@60;H
+sfiii;"Street Fighter III: New Generation (Euro 970204)";384x224@60;H
+sfiii2;"Street Fighter III 2nd Impact: Giant Attack (USA 97093";384x224@60;H
+sfiii2j;"Street Fighter III 2nd Impact: Giant Attack (Japan 970";384x224@60;H
+sfiii2n;"Street Fighter III 2nd Impact: Giant Attack (Asia 9709";384x224@60;H
+sfiii3;"Street Fighter III 3rd Strike: Fight for the Future (E";384x224@60;H
+sfiii3n;"Street Fighter III 3rd Strike: Fight for the Future (J";384x224@60;H
+sfiii3nr1;"Street Fighter III 3rd Strike: Fight for the Future (J";384x224@60;H
+sfiii3r1;"Street Fighter III 3rd Strike: Fight for the Future (E";384x224@60;H
+sfiii3u;"Street Fighter III 3rd Strike: Fight for the Future (U";384x224@60;H
+sfiii3ur1;"Street Fighter III 3rd Strike: Fight for the Future (U";384x224@60;H
+sfiiia;"Street Fighter III: New Generation (Asia 970204)";384x224@60;H
+sfiiih;"Street Fighter III: New Generation (Hispanic 970204)";384x224@60;H
+sfiiij;"Street Fighter III: New Generation (Japan 970204)";384x224@60;H
+sfiiin;"Street Fighter III: New Generation (Asia 970204, NO CD";384x224@60;H
+sfiiina;"Street Fighter III: New Generation (Asia 970204, NO CD";384x224@60;H
+sfiiiu;"Street Fighter III: New Generation (USA 970204)";384x224@60;H
+sfj;"Marvel Super Heroes vs Street Fighter (970707 Japan) - Street Fighter (Japan) (protected) - X-Men vs Street Fighter (961023 Japan)";384x224@60;H
+sfjan;"Street Fighter (Japan, pneumatic buttons)";384x224@60;H
+sformula;"Super Formula (Japan)";320x240@60;V
+sfp;"Street Fighter (Prototype)";384x224@60;H
+sfua;"Street Fighter (US set 2) (protected)";384x224@60;H
+sfx;"SF-X";256x224@60;H
+sfz2a;"Street Fighter Zero 2 (960227 Asia)";384x224@60;H
+sfz2ad;"Street Fighter Zero 2 (960227 Asia Phoenix Edition)";384x224@60;H
+sfz2al;"Street Fighter Zero 2 Alpha (960826 Asia)";384x224@60;H
+sfz2alb;"Street Fighter Zero 2 Alpha (960813 Brazil)";384x224@60;H
+sfz2ald;"Street Fighter Zero 2 Alpha (960826 Asia Phoenix Editi";384x224@60;H
+sfz2alh;"Street Fighter Zero 2 Alpha (960813 Hispanic)";384x224@60;H
+sfz2alj;"Street Fighter Zero 2 Alpha (960805 Japan)";384x224@60;H
+sfz2b;"Street Fighter Zero 2 (960531 Brazil)";384x224@60;H
+sfz2br1;"Street Fighter Zero 2 (960304 Brazil)";384x224@60;H
+sfz2h;"Street Fighter Zero 2 (960304 Hispanic)";384x224@60;H
+sfz2j;"Street Fighter Zero 2 (960430 Japan)";384x224@60;H
+sfz2jd;"Street Fighter Zero 2 (960227 Japan Phoenix Edition)";384x224@60;H
+sfz2jr1;"Street Fighter Zero 2 (960227 Japan)";384x224@60;H
+sfz2n;"Street Fighter Zero 2 (960229 Oceania)";384x224@60;H
+sfz3a;"Street Fighter Zero 3 (980904 Asia)";384x224@60;H
+sfz3ar1;"Street Fighter Zero 3 (980701 Asia)";384x224@60;H
+sfz3j;"Street Fighter Zero 3 (980904 Japan)";384x224@60;H
+sfz3jr1;"Street Fighter Zero 3 (980727 Japan)";384x224@60;H
+sfz3jr2;"Street Fighter Zero 3 (980629 Japan)";384x224@60;H
+sfz3jr2d;"Street Fighter Zero 3 (980629 Japan Phoenix Edition)";384x224@60;H
+sfza;"Street Fighter Zero (950627 Asia)";384x224@60;H
+sfzar1;"Street Fighter Zero (950605 Asia)";384x224@60;H
+sfzb;"Street Fighter Zero (951109 Brazil)";384x224@60;H
+sfzbr1;"Street Fighter Zero (950727 Brazil)";384x224@60;H
+sfzch;"Street Fighter Zero (CPS Changer, 951020 Japan)";384x224@60;H
+sfzh;"Street Fighter Zero (950718 Hispanic)";384x224@60;H
+sfzhr1;"Street Fighter Zero (950627 Hispanic)";384x224@60;H
+sfzj;"Street Fighter Zero (950727 Japan)";384x224@60;H
+sfzjr1;"Street Fighter Zero (950627 Japan)";384x224@60;H
+sfzjr2;"Street Fighter Zero (950605 Japan)";384x224@60;H
+sgemf;"Super Gem Fighter Mini Mix (970904 USA)";384x224@60;H
+sgemfa;"Super Gem Fighter Mini Mix (970904 Asia)";384x224@60;H
+sgemfd;"Super Gem Fighter Mini Mix (970904 USA Phoenix Edition";384x224@60;H
+sgemfh;"Super Gem Fighter Mini Mix (970904 Hispanic)";384x224@60;H
+sgladiat;"Gladiator 1984";288x224@60;H
+sgunner;"Steel Gunner (Rev B)";288x224@60;H
+sgunner2;"Steel Gunner 2 (US)";288x224@60;H
+sgunner2j;"Steel Gunner 2 (Japan, Rev A)";288x224@60;H
+sgunnerj;"Steel Gunner (Japan)";288x224@60;H
+sgyxz;"Sangokushi II: Sanguo Yingxiong Zhuan (Chinese bootleg";384x224@60;H
+shackled;"Shackled (US)";256x240@58;H
+shadfrce;"Shadow Force (World, Version 3)";320x256@60;H
+shadfrcej;"Shadow Force (Japan, Version 2)";320x256@60;H
+shadfrceu;"Shadow Force (US, Version 2)";320x256@60;H
+shadowld;"Shadowland (YD3)";288x224@60;H
+shadoww;"Shadow Warriors (World, set 1)";256x224@60;H
+shadowwa;"Shadow Warriors (World, set 2)";256x224@60;H
+shangon;"Super Hang-On (sitdown/upright, unprotected) - Super Hang-On (World, Rev. A)";320x224@60;H
+shangon1;"Super Hang-On (mini ride-on, FD1089B 317-0034) - Super Hang-On (World)";320x224@60;H
+shangon2;"Super Hang-On (mini ride-on, Rev A, FD1089B 317-0034)";320x224@60;H
+shangon3;"Super Hang-On (sitdown/upright, FD1089B 317-0034)";320x224@60;H
+shangon3d;"Super Hang-On (sitdown/upright, FD1089B 317-0034 decry";320x224@60;H
+shangonle;"Limited Edition Hang-On";320x224@60;H
+shaolinb;"Shao-lin's Road (set 2)";256x224@60;V
+shaolins;"Shao-lin's Road (set 1)";256x224@60;V
+sharrier;"Space Harrier - Space Harrier - Space Harrier (Euro) - Space Harrier (Rev A, 8751 315-5163A) - Space Harrier (World) - Space Harrier II (World)";320x224@60;H
+sharrier1;"Space Harrier (8751 315-5163)";320x224@60;H
+shdancer;"Shadow Dancer (Euro, Bra, Kor) - Shadow Dancer (set 3, US) - Shadow Dancer - The Secret of Shinobi (World)";320x224@60;H
+shdancer1;"Shadow Dancer (set 1)";320x224@60;H
+shdancerj;"Shadow Dancer (set 2, Japan)";320x224@60;H
+shinfz;"Shinobi / FZ-2006 (Korean System 16 bootleg) (ISG Sele";320x224@60;H
+shinobi;"Shinobi - Shinobi (Euro, USA, Bra, v1) - Shinobi (set 6, System 16A, unprotected) - The GG Shinobi (Euro, USA)";320x224@60;H
+shinobi1;"Shinobi (set 1, System 16A, FD1094 317-0050)";320x224@60;H
+shinobi1d;"Shinobi (set 1, System 16A, FD1094 317-0050 decrypted)";320x224@60;H
+shinobi2;"Shinobi (set 2, System 16B, FD1094 317-0049) - The GG Shinobi II (World)";320x224@60;H
+shinobi2d;"Shinobi (set 2, System 16B, FD1094 317-0049 decrypted)";320x224@60;H
+shinobi3;"Shinobi (set 3, System 16B, MC-8123B 317-0054) - Shinobi III - Return of the Ninja Master (Euro)";320x224@60;H
+shinobi4;"Shinobi (set 4, System 16B, MC-8123B 317-0054)";320x224@60;H
+shinobi5;"Shinobi (set 5, System 16B, unprotected)";320x224@60;H
+shinoblb;"Shinobi (beta bootleg, System 16A)";320x224@60;H
+shinobls;"Shinobi (Star bootleg, System 16A)";320x224@60;H
+shippumd;"Shippu Mahou Daisakusen - Kingdom Grandprix";320x240@60;V
+shisen2;"Shisensho II";384x240@60;H
+shocking;"Shocking";384x224@60;H
+shocktr2;"Shock Troopers - 2nd Squad";304x224@59;H
+shocktro;"Shock Troopers (set 1)";304x224@59;H
+shocktroa;"Shock Troopers (set 2)";304x224@59;H
+shogwarr;"Shogun Warriors (World)";256x224@60;H
+shogwarrk;"Shogun Warriors (Korea?)";256x224@60;H
+shogwarru;"Shogun Warriors (US)";256x224@60;H
+shootout;"Shoot Out (US)";256x240@60;H
+shootoutb;"Shoot Out (Korean Bootleg)";256x240@60;H
+shootoutj;"Shoot Out (Japan)";256x240@60;H
+shtrider;"Shot Rider";240x256@60;V
+shtridera;"Shot Rider (Sigma license)";240x256@60;V
+sidearms;"Side Arms - Hyper Dyne (World, 861129) - Sidearms - Hyper Dyne - Sidearms - Hyper Dyne";384x224@60;H
+sidearmsj;"Side Arms - Hyper Dyne (Japan, 861128)";384x224@60;H
+sidearmsu;"Side Arms - Hyper Dyne (US, 861202)";384x224@60;H
+sidearmsur1;"Side Arms - Hyper Dyne (US, 861128)";384x224@60;H
+sidepckt;"Side Pocket (World)";256x224@58;H
+sidepcktb;"Side Pocket (bootleg set 1)";256x224@58;H
+sidepcktb2;"Side Pocket (bootleg set 2)";256x224@58;H
+sidepcktj;"Side Pocket (Japan)";256x224@58;H
+silentd;"Silent Debuggers - Silent Debuggers - Silent Dragon (World)";320x224@60;H
+silentdj;"Silent Dragon (Japan)";320x224@60;H
+silentdu;"Silent Dragon (US)";320x224@60;H
+silkroad;"The Legend of Silkroad";380x224@60;H
+silkroada;"The Legend of Silkroad (larger roms)";380x224@60;H
+silkworm;"Silk Worm (World)";256x224@60;H
+silkwormb;"Silk Worm (bootleg)";256x224@60;H
+silkwormj;"Silk Worm (Japan)";256x224@60;H
+silkwormp;"Silk Worm (prototype?)";256x224@60;H
+silvland;"Silver Land";256x224@60;H
+silvmil;"Silver Millennium";320x240@60;V
+simpsons;"The Simpsons (4 Players World, set 1)";288x224@60;H
+simpsons2p;"The Simpsons (2 Players World, set 1)";288x224@60;H
+simpsons2p2;"The Simpsons (2 Players World, set 2)";288x224@60;H
+simpsons2p3;"The Simpsons (2 Players World, set 3)";288x224@60;H
+simpsons2pa;"The Simpsons (2 Players Asia)";288x224@60;H
+simpsons2pj;"The Simpsons (2 Players Japan)";288x224@60;H
+simpsons4pa;"The Simpsons (4 Players World, set 2)";288x224@60;H
+sinvasn;"Space Invasion (Europe)";256x224@60;V
+sinvasnb;"Space Invasion (bootleg)";256x224@60;V
+sisv;"Space Invaders (SV Version rev 4)";260x224@60;V
+sisv2;"Space Invaders (SV Version rev 2)";260x224@60;V
+sisv3;"Space Invaders (SV Version rev 3)";260x224@60;V
+sitv;"Space Invaders (TV Version rev 2)";260x224@60;V
+sitv1;"Space Invaders (TV Version rev 1)";260x224@60;V
+sjryuko;"Sukeban Jansi Ryuko (set 2, System 16B, FD1089B 317-50";320x224@60;H
+sjryuko1;"Sukeban Jansi Ryuko (set 1, System 16A, FD1089B 317-50";320x224@60;H
+skingame;"The Irem Skins Game (US set 1)";320x240@60;H
+skingame2;"The Irem Skins Game (US set 2)";320x240@60;H
+skyadvnt;"Sky Adventure (World)";256x224@60;V
+skyadvntj;"Sky Adventure (Japan)";256x224@60;V
+skyadvntu;"Sky Adventure (US)";256x224@60;V
+skyalert;"Sky Alert";360x224@60;V
+skyarmy;"Sky Army";256x240@60;V
+skybase;"Sky Base";256x224@60;V
+skyfox;"Sky Fox";320x224@60;V
+skykid;"Sky Kid (new version)";288x224@60;H
+skykidd;"Sky Kid (CUS60 version)";288x224@60;H
+skykiddx;"Sky Kid Deluxe (set 1)";288x224@60;H
+skykiddxo;"Sky Kid Deluxe (set 2)";288x224@60;H
+skykido;"Sky Kid (old version)";288x224@60;H
+skykids;"Sky Kid (Sipem)";288x224@60;H
+skylancr;"Sky Lancer";236x224@60;V
+skylancre;"Sky Lancer (Esco Trading Co license)";236x224@60;V
+skyraidr;"Sky Raiders";256x224@60;V
+skyrobo;"Sky Robo";320x240@60;H
+skyshark;"Sky Shark (US, set 1)";320x240@55;V
+skysharka;"Sky Shark (US, set 2)";320x240@55;V
+skyskipr;"Sky Skipper";512x448@60;H
+skysmash;"Sky Smasher";256x224@60;V
+skysoldr;"Sky Soldiers (US)";256x224@60;V
+skysoldrbl;"Sky Soldiers (bootleg)";256x224@60;V
+skywolf;"Sky Wolf (set 1)";288x224@60;H
+skywolf2;"Sky Wolf (set 2)";288x224@60;H
+skywolf3;"Sky Wolf (set 3)";288x224@60;H
+slammast;"Saturday Night Slam Masters (Slam Masters 930713 etc) - Saturday Night Slammasters (Euro)";384x224@60;H
+slammastu;"Saturday Night Slam Masters (slam masters 930713 USA) - Saturday Night Slammasters (USA)";384x224@60;H
+slampic;"Saturday Night Slam Masters (bootleg (with PIC16c57),";384x224@60;H
+slapfigh;"Slap Fight (Japan set 1) - Slap Fight MD (Jpn)";280x240@60;V
+slapfighb1;"Slap Fight (bootleg set 1)";280x240@60;V
+slapfighb2;"Slap Fight (bootleg set 2)";280x240@60;V
+slapfighb3;"Slap Fight (bootleg set 3)";280x240@60;V
+slapshot;"Slap Shot (Japan) - Slap Shot (USA, v2)";320x224@60;H
+slyspy;"Sly Spy (US revision 4)";256x240@57;H
+slyspy2;"Sly Spy (US revision 2)";256x240@57;H
+slyspy3;"Sly Spy (US revision 3)";256x240@57;H
+smbomb;"Super Muscle Bomber - the international blowout (94083";384x224@60;H
+smbombr1;"Super Muscle Bomber - the international blowout (94080";384x224@60;H
+smgp;"Super Monaco GP (Euro, Bra) - Super Monaco GP (Euro, Jpn, Rev. A) - Super Monaco GP (Euro, USA, Bra) - Super Monaco GP (World, Rev B, FD1094 317-0126a)";320x224@60;H
+smgp5;"Super Monaco GP (World, FD1094 317-0126)";320x224@60;H
+smgp5d;"Super Monaco GP (World, FD1094 317-0126 decrypted)";320x224@60;H
+smgp6;"Super Monaco GP (World, Rev A, FD1094 317-0126a)";320x224@60;H
+smgp6d;"Super Monaco GP (World, Rev A, FD1094 317-0126a decryp";320x224@60;H
+smgpd;"Super Monaco GP (World, Rev B, FD1094 317-0126a decryp";320x224@60;H
+smgpj;"Super Monaco GP (Japan, Rev B, FD1094 317-0124a) - Super Monaco GP (Jpn) - Super Monaco GP (Jpn)";320x224@60;H
+smgpja;"Super Monaco GP (Japan, Rev A, FD1094 317-0124a)";320x224@60;H
+smgpjd;"Super Monaco GP (Japan, Rev B, FD1094 317-0124a decryp";320x224@60;H
+smgpu;"Super Monaco GP (US, Rev C, FD1094 317-0125a) - Super Monaco GP (USA) - Super Monaco GP (USA)";320x224@60;H
+smgpu1;"Super Monaco GP (US, Rev B, FD1094 317-0125a)";320x224@60;H
+smgpu1d;"Super Monaco GP (US, Rev B, FD1094 317-0125a decrypted";320x224@60;H
+smgpu2;"Super Monaco GP (US, Rev A, FD1094 317-0125a)";320x224@60;H
+smgpu2d;"Super Monaco GP (US, Rev A, FD1094 317-0125a decrypted";320x224@60;H
+smgpud;"Super Monaco GP (US, Rev C, FD1094 317-0125a decrypted";320x224@60;H
+smooncrs;"Super Moon Cresta";256x224@60;V
+snapjack;"Snap Jack";240x196@60;H
+snapper;"Snapper (Korea)";320x224@60;H
+sngkace;"Sengoku Ace (Japan, set 1)";320x224@59;V
+sngkacea;"Sengoku Ace (Japan, set 2)";320x224@59;V
+snowboar;"Snow Board Championship (Version 2.1)";384x240@60;H
+snowboara;"Snow Board Championship (Version 2.0)";384x240@60;H
+snowbro2;"Snow Bros. 2 - with new elves";320x240@60;H
+snowbro3;"Snow Brothers 3 - Magical Adventure";256x224@60;H
+snowbros;"Snow Bros. - Nick & Tom (Jpn) - Snow Bros. - Nick & Tom (set 1)";256x224@58;H
+snowbrosa;"Snow Bros. - Nick & Tom (set 2)";256x224@58;H
+snowbrosb;"Snow Bros. - Nick & Tom (set 3)";256x224@58;H
+snowbrosc;"Snow Bros. - Nick & Tom (set 4)";256x224@58;H
+snowbrosd;"Snow Bros. - Nick & Tom (Dooyong license)";256x224@58;H
+snowbrosj;"Snow Bros. - Nick & Tom (Japan)";256x224@58;H
+snowbroswb;"Snow Bros. - Nick & Tom (The Winter Bobble hardware bo";256x224@58;H
+socbrawl;"Soccer Brawl (NGM-031)";304x224@59;H
+socbrawlh;"Soccer Brawl (NGH-031)";304x224@59;H
+sokonuke;"Sokonuke Taisen Game (Japan)";320x240@60;H
+soldam;"Soldam";256x224@60;H
+soldamj;"Soldam (Japan)";256x224@60;H
+soldivid;"Sol Divide - The Sword Of Darkness";320x224@60;H
+soldividk;"Sol Divide - The Sword Of Darkness (Korea)";320x224@60;H
+solfigtr;"Solitary Fighter (World)";320x224@60;H
+solomon;"Solomon no Kagi - Oujo Rihita no Namida (Jpn) - Solomon's Key (US)";256x224@60;H
+solomonj;"Solomon's Key (Japan)";256x224@60;H
+solrwarr;"Solar-Warrior (US)";256x240@60;H
+sonicbom;"Sonic Boom (FD1094 317-0053)";320x224@60;V
+sonicbomd;"Sonic Boom (FD1094 317-0053 decrypted)";320x224@60;V
+sonicwi;"Sonic Wings (Japan)";320x224@60;V
+sonicwi2;"Aero Fighters 2 / Sonic Wings 2";320x224@59;H
+sonicwi3;"Aero Fighters 3 / Sonic Wings 3";320x224@59;H
+sonofphx;"Son of Phoenix";288x224@60;V
+sonson;"Son Son";240x240@60;H
+sonsonj;"Son Son (Japan)";240x240@60;H
+sos;"Aqua Polis SOS (Jpn) - Fever SOS (International, ver. 98/09/25) - Megalopolis SOS (Jpn) - S.O.S Lagoa Poluida (Bra) - SOS - Stop the Express. Bousou Tokkyuu SOS (Jpn)";272x224@60;V
+sotsugyo;"Sotsugyo Shousho";320x240@58;H
+soukobdx;"Souko Ban Deluxe (Japan, SB1)";288x224@60;H
+spacbat2;"Space Battle (bootleg set 2)";256x224@60;V
+spacbatt;"Space Battle (bootleg set 1)";256x224@60;V
+spacecho;"Space Echo (set 1)";256x256@60;V
+spacecho2;"Space Echo (set 2)";256x256@60;V
+spacedx;"Space Invaders DX (US, v2.1)";320x224@60;H
+spacedxj;"Space Invaders DX (Japan, v2.1)";320x224@60;H
+spacedxo;"Space Invaders DX (Japan, v2.0)";320x224@60;H
+spacegun;"Space Gun (Euro) - Space Gun (World)";320x240@60;H
+spacegunj;"Space Gun (Japan)";320x240@60;H
+spacegunu;"Space Gun (US)";320x240@60;H
+spacempr;"Space Empire (bootleg)";256x224@60;V
+spaceplt;"Space Pilot";256x224@60;V
+spang;"Cross Pang - Super Pang (World 900914)";384x240@60;H
+spangj;"Super Pang (Japan 901023)";384x240@60;H
+sparkman;"Spark Man (v2.0, set 1)";256x224@60;H
+spartanx;"Spartan X (Japan)";256x256@60;H
+spatter;"Spatter";240x224@60;H
+spcdrag;"Space Dragon (Moon Cresta bootleg, set 1)";256x224@60;V
+spcdraga;"Space Dragon (Moon Cresta bootleg, set 2)";256x224@60;V
+spcinv95;"Space Invaders '95: The Attack Of Lunar Loonies (Ver 2";320x224@60;V
+spcinv95u;"Space Invaders '95: The Attack Of Lunar Loonies (Ver 2";320x224@60;V
+spcinvdj;"Space Invaders DX (Ver 2.6J 1994/09/14) (F3 Version)";320x232@60;H
+spcpostn;"Space Position (Japan)";256x240@60;V
+spctbird;"Space Thunderbird";256x224@60;V
+spdcoin;"Speed Coin (prototype)";256x224@60;V
+speakres;"Speak & Rescue";256x256@60;V
+speakresb;"Speak & Rescue (bootleg)";256x256@60;V
+spec2k;"Spectrum 2000 (vertical)";256x224@56;V
+spec2kh;"Spectrum 2000 (horizontal, buggy) (Europe)";256x224@56;H
+speedspn;"Speed Spin";384x240@60;H
+spelunk2;"Spelunker II - 23 no Kagi (Japan)";384x256@60;H
+spelunkr;"Spelunker - Spelunker (Jpn)";384x256@60;H
+spelunkrj;"Spelunker (Japan)";384x256@60;H
+spf2t;"Super Puzzle Fighter II Turbo (Super Puzzle Fighter 2";384x224@60;H
+spf2ta;"Super Puzzle Fighter II Turbo (Super Puzzle Fighter 2";384x224@60;H
+spf2td;"Super Puzzle Fighter II Turbo (Super Puzzle Fighter 2";384x224@60;H
+spf2th;"Super Puzzle Fighter II Turbo (Super Puzzle Fighter 2";384x224@60;H
+spf2tu;"Super Puzzle Fighter II Turbo (Super Puzzle Fighter 2";384x224@60;H
+spf2xj;"Super Puzzle Fighter II X (Super Puzzle Fighter 2 X 96";384x224@60;H
+spf2xjd;"Super Puzzle Fighter II X (Super Puzzle Fighter 2 X 96";384x224@60;H
+spidermi;"Spiderman (Intro demo)";304x224@59;H
+spinlbrk;"Spinal Breakers (World)";352x240@60;H
+spinlbrkj;"Spinal Breakers (Japan)";352x240@60;H
+spinlbrku;"Spinal Breakers (US)";352x240@60;H
+spinmast;"Spin Master / Miracle Adventure";304x224@59;H
+splatter;"Splatter House (World, new version (SH3))";288x224@60;H
+splatter2;"Splatter House (World, old version (SH2))";288x224@60;H
+splatterj;"Splatter House (Japan, SH1)";288x224@60;H
+spnchout;"Super Punch-Out!! (Rev B)";448x256@60;V
+spnchouta;"Super Punch-Out!! (Rev A)";448x256@60;V
+spnchoutj;"Super Punch-Out!! (Japan)";448x256@60;V
+sprglbpg;"Super Glob (Pac-Man hardware) German";288x224@60;V
+sprglobp;"Super Glob (Pac-Man hardware)";288x224@60;V
+springer;"Springer";256x224@60;V
+spy;"Future Spy - S.P.Y. - Special Project Y (World ver. N) - Sly Spy (US revision 4) - Spy vs. Spy (Euro, USA, Bra) - The Super Spy (NGM-011)(NGH-011)";304x216@60;H
+spyu;"S.P.Y. - Special Project Y (US ver. M)";304x216@60;H
+sqbert;"Faster, Harder, More Challenging Q*bert (prototype)";256x240@60;V
+squash;"Squash (Ver. 1.0)";320x240@60;H
+sraider;"Space Raider";240x192@60;V
+sranger;"Super Ranger (v2.0)";256x224@60;H
+srdarwin;"Super Real Darwin (World)";256x240@58;V
+srdarwinj;"Super Real Darwin (Japan)";256x240@58;V
+srdmissn;"S.R.D. Mission";288x224@60;V
+srmp4;"Super Real Mahjong PIV (Japan)";336x240@60;H
+srmp4o;"Super Real Mahjong PIV (Japan, older set)";336x240@60;H
+srmp7;"Super Real Mahjong P7 (Japan)";336x239@60;H
+srumbler;"The Speed Rumbler (set 1)";352x240@60;V
+srumbler2;"The Speed Rumbler (set 2)";352x240@60;V
+srumbler3;"The Speed Rumbler (set 3)";352x240@60;V
+ssanchan;"Sanrin San Chan (Japan)";240x224@60;H
+sscandal;"Seishun Scandal (315-5132, Japan)";256x224@60;H
+ssf2;"Super Street Fighter II - The New Challengers (Euro) - Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2a;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2ar1;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2d;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2h;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2j;"Super Street Fighter II - The New Challengers (Jpn) - Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2jr1;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2jr2;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2r1;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2t;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2ta;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2tad;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2tb;"Super Street Fighter II - the tournament battle (93111";384x224@60;H
+ssf2tba;"Super Street Fighter II - the tournament battle (93100";384x224@60;H
+ssf2tbd;"Super Street Fighter II - the tournament battle (93111";384x224@60;H
+ssf2tbh;"Super Street Fighter II - the tournament battle (93100";384x224@60;H
+ssf2tbj;"Super Street Fighter II - the tournament battle (93100";384x224@60;H
+ssf2tbj1;"Super Street Fighter II - the tournament battle (93091";384x224@60;H
+ssf2tbr1;"Super Street Fighter II - the tournament battle (93091";384x224@60;H
+ssf2td;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2th;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2tu;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2tur1;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2u;"Super Street Fighter II - the new challengers (super s - Super Street Fighter II - The New Challengers (USA)";384x224@60;H
+ssf2ud;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2xj;"Super Street Fighter II X - grand master challenge (su";384x224@60;H
+ssf2xjr1;"Super Street Fighter II X - grand master challenge (su";384x224@60;H
+ssf2xjr1d;"Super Street Fighter II X - grand master challenge (su";384x224@60;H
+ssf2xjr1r;"Super Street Fighter II X - grand master challenge (su";384x224@60;H
+ssi;"Andre Agassi Tennis (Euro) - Andre Agassi Tennis (Euro, Bra) - Andre Agassi Tennis (USA) - Super Space Invaders '91 (World)";320x224@60;V
+ssideki;"Super Sidekicks / Tokuten Ou";304x224@59;H
+ssideki2;"Super Sidekicks 2 - The World Championship / Tokuten O";320x224@59;H
+ssideki3;"Super Sidekicks 3 - The Next Glory / Tokuten Ou 3 - ei";320x224@59;H
+ssideki4;"The Ultimate 11 - The SNK Football Championship / Toku";320x224@59;H
+ssmissin;"S.S. Mission";256x224@56;V
+ssoldier;"Superior Soldiers (US)";320x240@60;H
+ssozumo;"Syusse Oozumou (Japan)";256x240@60;V
+ssprint;"Super Sprint (Atari System 2)";512x384@60;H
+ssriders;"Sunset Riders (4 Players ver. EAC) - Sunset Riders (Euro)";288x224@60;H
+ssridersabd;"Sunset Riders (2 Players ver. ABD)";288x224@60;H
+ssridersadd;"Sunset Riders (4 Players ver. ADD)";288x224@60;H
+ssriderseaa;"Sunset Riders (4 Players ver. EAA)";288x224@60;H
+ssridersebc;"Sunset Riders (2 Players ver. EBC)";288x224@60;H
+ssridersebd;"Sunset Riders (2 Players ver. EBD)";288x224@60;H
+ssridersjac;"Sunset Riders (4 Players ver. JAC)";288x224@60;H
+ssridersjad;"Sunset Riders (4 Players ver. JAD)";288x224@60;H
+ssridersjbd;"Sunset Riders (2 Players ver. JBD)";288x224@60;H
+ssridersuab;"Sunset Riders (4 Players ver. UAB)";288x224@60;H
+ssridersuac;"Sunset Riders (4 Players ver. UAC)";288x224@60;H
+ssridersubc;"Sunset Riders (2 Players ver. UBC)";288x224@60;H
+ssridersuda;"Sunset Riders (4 Players ver. UDA)";288x224@60;H
+sstarcrs;"Super Star Crest";256x224@60;V
+sstingry;"Super Stingray (Japan)";256x224@60;V
+sstriker;"Sorcer Striker (World)";320x240@60;V
+sstrikera;"Sorcer Striker (World, alt)";320x240@60;V
+stagger1;"Stagger I (Japan)";256x224@56;V
+stakwin;"Stakes Winner / Stakes Winner - GI kinzen seiha e no m";320x224@59;H
+stakwin2;"Stakes Winner 2";320x224@59;H
+starfght;"Star Fighter";256x224@60;V
+starfgmc;"Star Fighter (Moon Cresta bootleg)";256x224@60;V
+starfigh;"Star Fighter (v1)";256x224@60;V
+starjack;"Star Jacker (Euro, Jpn, v1.2) - Star Jacker (Sega)";240x224@60;V
+starjacks;"Star Jacker (Stern)";240x224@60;V
+stdragon;"Saint Dragon (set 1)";256x224@60;H
+stdragona;"Saint Dragon (set 2)";256x224@60;H
+stdragonb;"Saint Dragon (bootleg)";256x224@60;H
+stera;"Steraranger (Moon Cresta bootleg)";256x224@60;V
+stg;"Juno First (Gottlieb) - Moon Cresta (Gremlin) - Strike Gunner S.T.G";384x240@60;V
+stinger;"Stinger";256x224@60;V
+stinger2;"Stinger (prototype?)";256x224@60;V
+stlforce;"Steel Force";368x240@58;H
+stmblade;"Storm Blade (US)";352x240@60;V
+stmbladej;"Storm Blade (Japan)";352x240@60;V
+strahl;"Koutetsu Yousai Strahl (Japan set 1)";256x224@56;H
+strahla;"Koutetsu Yousai Strahl (Japan set 2)";256x224@56;H
+stratgys;"Strategy X (Stern)";256x224@60;H
+stratgyx;"Strategy X";256x224@60;H
+stratof;"Raiga - Strato Fighter (US)";256x224@60;H
+stratvox;"Stratovox";256x256@60;V
+stratvoxb;"Stratovox (bootleg)";256x256@60;V
+streakng;"Streaking (set 1)";256x224@60;V
+streaknga;"Streaking (set 2)";256x224@60;V
+streetsm;"Street Smart (US version 2)";256x224@60;H
+streetsm1;"Street Smart (US version 1)";256x224@60;H
+streetsmj;"Street Smart (Japan version 1)";256x224@60;H
+streetsmw;"Street Smart (World version 1)";256x224@60;H
+strfbomb;"Strafe Bomb";256x224@60;V
+strhoop;"Street Hoop / Street Slam / Dunk Dream (DEM-004) (DEH-";304x224@59;H
+strider;"Strider (Euro, USA) - Strider (Euro, USA, Bra, Kor) - Strider (US set 1)";384x224@60;H
+striderj;"Strider Hiryu (Japan) - Strider Hiryuu (Jpn, Kor)";384x224@60;H
+striderjr;"Strider Hiryu (Japan Resale Ver.)";384x224@60;H
+striderua;"Strider (US set 2)";384x224@60;H
+strideruc;"Strider (US, Street Fighter II conversion)";384x224@60;H
+striv;"Super Triv";256x224@60;V
+striv2;"Super Triv (set 2)";256x224@60;V
+strkfgtr;"Strike Fighter (World)";320x224@60;H
+strkfgtrj;"Strike Fighter (Japan)";320x224@60;H
+strongx;"Strong X";256x224@60;H
+sub;"688 Attack Sub (Euro, USA) - N-Sub (Euro?) - Submarine (Sigma)";256x224@60;V
+sucasino;"Super Casino";256x224@60;V
+sunaq;"SunA Quiz 6000 Academy (940620-6)";256x224@60;H
+supbtime;"Super Burger Time (World, set 1)";320x240@58;H
+supbtimea;"Super Burger Time (World, set 2)";320x240@58;H
+supbtimej;"Super Burger Time (Japan)";320x240@58;H
+superbar;"Super Bar";384x240@60;V
+superbon;"Agent Super Bond (scobra hardware)";256x224@60;V
+superchs;"Super Chase - Criminal Termination (World)";320x240@60;H
+superchsj;"Super Chase - Criminal Termination (Japan)";320x240@60;H
+superchsu;"Super Chase - Criminal Termination (US)";320x240@60;H
+superg;"Super Galaxians (galaxiaj hack)";256x224@60;V
+superman;"Superman (World) - Superman - The Man of Steel (Euro) - Superman - The Man of Steel (Euro) - Superman - The Man of Steel (Euro, Bra)";384x240@60;H
+supermanj;"Superman (Japan)";384x240@60;H
+supermanu;"Superman (US) - Superman (USA)";384x240@60;H
+superpac;"Super Pac-Man";288x224@60;V
+superpacm;"Super Pac-Man (Midway)";288x224@60;V
+superspy;"The Super Spy (NGM-011)(NGH-011)";304x224@59;H
+superten;"Super Ten V8.3";400x256@60;H
+superx;"Super-X (NTC)";384x240@60;V
+superxm;"Super-X (Mitchell)";384x240@60;V
+supmodel;"Super Model";256x224@60;V
+suprglob;"Super Glob";272x236@60;V
+suprheli;"Super Heli (Super Cobra bootleg)";256x224@60;V
+suprleag;"Super League (Euro) - Super League (FD1094 317-0045)";320x224@60;H
+suprloco;"Super Locomotive (Rev.A)";240x224@60;H
+suprlocoo;"Super Locomotive";240x224@60;H
+suprridr;"Super Rider";256x224@60;V
+suprtrio;"Super Trio";320x240@60;H
+suratk;"Surprise Attack (World ver. K)";304x224@60;H
+suratka;"Surprise Attack (Asia ver. L)";304x224@60;H
+suratkj;"Surprise Attack (Japan ver. M)";304x224@60;H
+survarts;"Survival Arts (World)";336x240@60;H
+survartsj;"Survival Arts (Japan)";336x240@60;H
+survartsu;"Survival Arts (USA)";336x240@60;H
+svc;"SNK vs. Capcom - SVC Chaos (NGM-2690)(NGH-2690)";304x224@59;H
+svcboot;"SNK vs. Capcom - SVC Chaos (bootleg)";304x224@59;H
+svcpcb;"SNK vs. Capcom - SVC Chaos (JAMMA PCB, set 1)";304x224@59;H
+svcpcba;"SNK vs. Capcom - SVC Chaos (JAMMA PCB, set 2)";304x224@59;H
+svcplus;"SNK vs. Capcom - SVC Chaos Plus (bootleg set 1)";304x224@59;H
+svcplusa;"SNK vs. Capcom - SVC Chaos Plus (bootleg set 2)";304x224@59;H
+svcsplus;"SNK vs. Capcom - SVC Chaos Super Plus (bootleg)";304x224@59;H
+svg;"S.V.G. - Spectral vs Generation (V200, China)";448x224@60;H
+svgpcb;"S.V.G. - Spectral vs Generation (V100, Japan, Single P";448x224@60;H
+svolley;"Super Volley Ball (USA) - Super Volleyball - Super Volleyball - Super Volleyball (Japan)";288x216@60;H
+svolleyk;"Super Volleyball (Korea)";288x216@60;H
+svolleyu;"Super Volleyball (US)";288x216@60;H
+svolly91;"Super Volley '91 (Japan)";356x240@60;H
+swarm;"Swarm (bootleg?)";256x224@60;V
+swat;"E-Swat - Cyber Police (set 4, World, FD1094 317-0130) - ESWAT - City Under Siege (Euro, USA, Rev. A) - SWAT (315-5048)";256x224@60;V
+swatpolc;"SWAT Police";320x240@60;H
+swimmer;"Swimmer (set 1)";256x224@60;H
+sws;"Super World Stadium (Japan)";288x224@60;H
+sws92;"Super World Stadium '92 (Japan)";288x224@60;H
+sws92g;"Super World Stadium '92 Gekitouban (Japan)";288x224@60;H
+sws93;"Super World Stadium '93 (Japan)";288x224@60;H
+sxyreac2;"Pachinko Sexy Reaction 2 (Japan)";336x240@60;H
+sxyreact;"Pachinko Sexy Reaction (Japan)";338x240@60;H
+syscheck;"Neo System Check (ver 1.0b)";304x224@59;H
+syvalion;"Syvalion (Japan)";512x400@60;H
+syvalionp;"Syvalion (World, prototype)";512x400@60;H
+szaxxon;"Super Zaxxon";256x224@60;V
+tactcian;"Tactician (set 1)";288x224@60;V
+tactcian2;"Tactician (set 2)";288x224@60;V
+tail2nos;"Tail to Nose - Great Championship";320x240@60;V
+tangtang;"Tang Tang (ver. 0526, 26/05/2000)";320x240@60;H
+tankfrce;"Tank Force (US, 2 Players)";288x224@60;H
+tankfrce4;"Tank Force (US, 4 Players)";288x224@60;H
+tankfrcej;"Tank Force (Japan)";288x224@60;H
+taotaido;"Tao Taido (set 1)";320x224@60;H
+taotaidoa;"Tao Taido (set 2)";320x224@60;H
+tazmani2;"Tazz-Mania (set 2)";256x224@60;V
+tazmania;"Taz-Mania (Euro, Bra) - Taz-Mania (World) - Taz-Mania - The Search for the Lost Seabirds (Euro, US - Tazz-Mania (set 1)";256x224@60;V
+tazzmang;"Tazz-Mania (bootleg on Galaxian hardware)";256x224@60;V
+tazzmang2;"Tazz-Mania (bootleg on Galaxian hardware with Starfiel";256x224@60;V
+tbowl;"Tecmo Bowl (World?)";224x512@60;V
+tbowlj;"Tecmo Bowl (Japan)";224x512@60;V
+tcobra2;"Twin Cobra II (Ver 2.1O 1995/11/30)";320x232@60;V
+tcobra2u;"Twin Cobra II (Ver 2.1A 1995/11/30)";320x232@60;V
+tdpgal;"Triple Draw Poker";256x224@60;V
+tdragon;"Saint Dragon (set 1) - Thunder Dragon (9th Jan. 1992)";256x224@56;V
+tdragon1;"Thunder Dragon (4th Jun. 1991)";256x224@56;V
+tdragon2;"Thunder Dragon 2 (9th Nov. 1993)";384x224@56;V
+tdragon2a;"Thunder Dragon 2 (1st Oct. 1993)";384x224@56;V
+tdragonb;"Saint Dragon (bootleg) - Thunder Dragon (bootleg)";256x224@56;V
+teddybb;"TeddyBoy Blues (315-5115, New Ver.)";256x224@60;H
+teddybbo;"TeddyBoy Blues (315-5115, Old Ver.)";256x224@60;H
+teddybbobl;"TeddyBoy Blues (bootleg)";256x224@60;H
+tekipaki;"Teki Paki";320x240@60;H
+teljan;"Tel Jan";320x240@60;H
+tengai;"Tengai (world)";320x224@59;H
+tengaij;"Tengai0Sengoku Blade - sengoku ace episode II";320x224@59;H
+terracre;"Terra Cresta (YM3526 set 1)";256x224@60;V
+terracrea;"Terra Cresta (YM3526 set 3)";256x224@60;V
+terracren;"Terra Cresta (YM2203)";256x224@60;V
+terracreo;"Terra Cresta (YM3526 set 2)";256x224@60;V
+terraf;"Terra Force";320x240@57;H
+terrafb;"Terra Force (Japan, bootleg set 2)";320x240@60;H
+terrafj;"Terra Force (Japan)";320x240@57;H
+terrafjb;"Terra Force (Japan, bootleg with additional Z80)";320x240@60;H
+terrafu;"Terra Force (US)";320x240@57;H
+tetrbx;"Tetris / Bloxeed (Korean System 16 bootleg) (ISG Selec";320x224@60;H
+tetris;"FA Tetris (Kor) - FA Tetris (Kor) - Super Tetris (Kor, SMS Mode?) - Tetris (Jpn) - Tetris (Kor) - Tetris (set 1) - Tetris (set 4, Japan, System 16A, FD1094 317-0093)";320x224@60;H
+tetris1;"Tetris (Pirate?) - Tetris (set 1, Japan, System 16B, FD1094 317-0091)";320x224@60;H
+tetris1d;"Tetris (set 1, Japan, System 16B, FD1094 317-0091 decr";320x224@60;H
+tetris2;"Tetris (set 2, Japan, System 16B, FD1094 317-0092) - Tetris II (Kor)";320x224@60;H
+tetris2d;"Tetris (set 2, Japan, System 16B, FD1094 317-0092 decr";320x224@60;H
+tetris3;"Tetris (set 3, Japan, System 16A, FD1094 317-0093a)";320x224@60;H
+tetris3d;"Tetris (set 3, Japan, System 16A, FD1094 317-0093a dec";320x224@60;H
+tetrisbl;"Tetris (bootleg)";320x224@60;H
+tetrisd;"Tetris (set 4, Japan, System 16A, FD1094 317-0093 decr";320x224@60;H
+tetrisp2;"Tetris Plus 2 (World)";320x224@60;H
+tetrisp2j;"Tetris Plus 2 (Japan, V2.2)";320x224@60;H
+tetrisp2ja;"Tetris Plus 2 (Japan, V2.1)";320x224@60;H
+tetrisse;"Tetris (Japan, System E)";256x192@60;H
+tetrist;"Tetris (Japan, B-System, YM2610)";320x224@60;H
+tetrista;"Tetris (Japan, B-System, YM2203)";320x224@60;H
+tetristh;"Tetris (Japan, Taito H-System)";320x224@60;H
+tetrsark;"Tetris (D.R. Korea)";256x224@60;H
+tgm2;"Tetris the Absolute The Grand Master 2";320x240@60;H
+tgm2p;"Tetris the Absolute The Grand Master 2 Plus";320x240@60;H
+tharrier;"Task Force Harrier";256x224@56;V
+tharrieru;"Task Force Harrier (US?)";256x224@56;V
+thedeep;"The Deep (Japan)";256x248@60;V
+theend;"The End";256x224@60;V
+theends;"The End (Stern)";256x224@60;V
+theglad;"The Gladiator - Road Of The Sword / Shen Jian (V101)";448x224@60;H
+theglad100;"The Gladiator - Road Of The Sword / Shen Jian (V100, T";448x224@60;H
+theglad101;"The Gladiator - Road Of The Sword / Shen Jian (V100)";448x224@60;H
+thegladpcb;"The Gladiator - Road Of The Sword / Shen Jian (V100, J";448x224@60;H
+theglob;"The Glob";272x236@60;V
+theglob2;"The Glob (earlier)";272x236@60;V
+theglob3;"The Glob (set 3)";272x236@60;V
+theglobp;"The Glob (Pac-Man hardware)";288x224@60;V
+thehustl;"The Hustler (Japan, program code M)";256x224@60;V
+thehustlj;"The Hustler (Japan, program code J)";256x224@60;V
+thepitm;"The Pit (bootleg on Moon Quasar hardware)";256x224@60;V
+theroes;"Thunder Heroes";320x224@58;H
+thetogyu;"The Togyu (315-5065, Japan)";256x224@60;H
+thndblst;"Thunder Blaster (Japan)";320x240@60;V
+thndrbld;"Thunder Blade (upright, FD1094 317-0056)";320x224@60;H
+thndrbld1;"Thunder Blade (deluxe/standing, unprotected)";320x224@60;H
+thndrbldd;"Thunder Blade (upright, FD1094 317-0056 decrypted)";320x224@60;H
+thndrx2;"Thunder Cross II (World)";288x224@60;H
+thndrx2a;"Thunder Cross II (Asia)";288x224@60;H
+thndrx2j;"Thunder Cross II (Japan)";288x224@60;H
+thndzone;"Thunder Zone (World, Rev 1)";320x240@60;H
+thndzone4;"Thunder Zone (World 4 Players)";320x240@60;H
+thndzonea;"Thunder Zone (World)";320x240@60;H
+thndzonej;"Thunder Zone (Japan)";320x240@60;H
+thoop;"Thunder Hoop (Ver. 1)";320x240@60;H
+thunderl;"Thunder & Lightning";384x240@60;V
+thunderx;"Thunder Cross (set 1)";288x224@60;H
+thunderxa;"Thunder Cross (set 2)";288x224@60;H
+thunderxb;"Thunder Cross (set 3)";288x224@60;H
+thunderxj;"Thunder Cross (Japan)";288x224@60;H
+thundfox;"Thunder Fox (World)";320x224@60;H
+thundfoxj;"Thunder Fox (Japan)";320x224@60;H
+thundfoxu;"Thunder Fox (US)";320x224@60;H
+tigerh;"Tiger Heli (US)";280x240@60;V
+tigerhb1;"Tiger Heli (bootleg, set 1)";280x240@60;V
+tigerhb2;"Tiger Heli (bootleg, set 2)";280x240@60;V
+tigerhb3;"Tiger Heli (bootleg, set 3)";280x240@60;V
+tigerhj;"Tiger Heli (Japan)";280x240@60;V
+tigeroad;"Tiger Road (US)";256x224@60;H
+tigeroadb;"Tiger Road (US bootleg, set 1)";256x224@60;H
+tigeroadb2;"Tiger Road (US bootleg, set 2)";256x224@60;H
+tigeroadu;"Tiger Road (US, Romstar license)";256x224@60;H
+timefgtr;"Time Fighter (Time Pilot conversion on Galaxian hardwa";256x224@60;V
+timelimt;"Time Limit";256x224@60;V
+timeplt;"Time Pilot - Time Pilot - Time Pilot (Jpn)";256x224@60;V
+timeplta;"Time Pilot (Atari) - Time Pilot (Jpn, Alt)";256x224@60;V
+timepltc;"Time Pilot (Centuri)";256x224@60;V
+timescan;"Time Scanner (set 2, System 16B)";320x224@60;V
+timescan1;"Time Scanner (set 1, System 16A, FD1089B 317-0024)";320x224@60;V
+timesold;"Time Soldiers (Euro, USA, Bra) - Time Soldiers (US Rev 3)";256x224@60;V
+timesold1;"Time Soldiers (US Rev 1)";256x224@60;V
+timesupd;"Time's Up Demo";304x224@59;H
+tiptop;"Tip Top";256x224@60;V
+tkdensho;"Toukidenshou - Angel Eyes (VER. 960614)";320x240@57;H
+tkdenshoa;"Toukidenshou - Angel Eyes (VER. 960427)";320x240@57;H
+tknight;"Tecmo Knight";256x224@60;H
+tmht;"Teenage Mutant Hero Turtles (UK 4 Players, version F)";304x224@60;H
+tmht22pe;"Teenage Mutant Hero Turtles - Turtles in Time (2 Playe";288x224@60;H
+tmht24pe;"Teenage Mutant Hero Turtles - Turtles in Time (4 Playe";288x224@60;H
+tmht2p;"Teenage Mutant Hero Turtles (UK 2 Players, version U)";304x224@60;H
+tmht2pa;"Teenage Mutant Hero Turtles (UK 2 Players, version ?)";304x224@60;H
+tmhta;"Teenage Mutant Hero Turtles (UK 4 Players, version S)";304x224@60;H
+tmhtb;"Teenage Mutant Hero Turtles (UK 4 Players, version ?)";304x224@60;H
+tmnt;"Streets of Rage 2 - Teenage Mutant Ninja Turtles (Hack - Teenage Mutant Ninja Turtles (World 4 Players, version";304x224@60;H
+tmnt2;"Teenage Mutant Ninja Turtles - Turtles in Time (4 Play";288x224@60;H
+tmnt22pu;"Teenage Mutant Ninja Turtles - Turtles in Time (2 Play";288x224@60;H
+tmnt2a;"Teenage Mutant Ninja Turtles - Turtles in Time (4 Play";288x224@60;H
+tmnt2pj;"Teenage Mutant Ninja Turtles (Japan 2 Players, version";304x224@60;H
+tmnt2po;"Teenage Mutant Ninja Turtles (Oceania 2 Players, versi";304x224@60;H
+tmnta;"Teenage Mutant Ninja Turtles (Asia 4 Players, version";304x224@60;H
+tmnti;"Teenage Mutant Ninja Turtles (Intro demo)";304x224@59;H
+tmntia;"Teenage Mutant Ninja Turtles (Intro demo, alt)";304x224@59;H
+tmntj;"Teenage Mutant Ninja Turtles (Japan 4 Players, version";304x224@60;H
+tmntu;"Teenage Mutant Ninja Turtles (US 4 Players, version R)";304x224@60;H
+tmntua;"Teenage Mutant Ninja Turtles (US 4 Players, version J)";304x224@60;H
+tmntub;"Teenage Mutant Ninja Turtles (US 4 Players, version H)";304x224@60;H
+tndrcade;"Thundercade / Twin Formation";384x224@60;V
+tndrcadej;"Tokusyu Butai U.A.G. (Japan)";384x224@60;V
+tnextspc;"The Next Space (set 1)";256x224@60;V
+tnextspc2;"The Next Space (set 2)";256x224@60;V
+tnextspcj;"The Next Space (Japan)";256x224@60;V
+tnk3;"T.N.K III (US)";288x224@60;V
+tnk3j;"T.A.N.K (Japan)";288x224@60;V
+tnzs;"The New Zealand Story - The New Zealand Story (Euro) - The New Zealand Story (Jpn) - The NewZealand Story (World, newer)";256x224@60;H
+tnzsj;"The NewZealand Story (Japan, new version, newer PCB)";256x224@60;H
+tnzsjo;"The NewZealand Story (Japan, old version) (older PCB)";256x224@60;H
+tnzso;"The NewZealand Story (World, old version) (older PCB)";256x224@60;H
+tnzsoa;"The NewZealand Story (World, unknown version) (older P";256x224@60;H
+tnzsop;"The NewZealand Story (World, prototype) (older PCB)";256x224@60;H
+tnzsuo;"The NewZealand Story (US, old version) (older PCB)";256x224@60;H
+todruaga;"The Tower of Druaga (New Ver.)";288x224@60;V
+todruagao;"The Tower of Druaga (Old Ver.)";288x224@60;V
+todruagas;"The Tower of Druaga (Sidam)";288x224@60;V
+toki;"Toki (World, set 1) - Toki - Going Ape Spit ~ JuJu Densetsu (World, Rev. A)";256x224@60;H
+tokia;"Toki (World, set 2)";256x224@60;H
+tokib;"Toki (bootleg)";256x224@60;H
+tokiob;"Tokio / Scramble Formation (bootleg)";256x224@60;V
+tokip;"Toki (US, prototype?)";256x224@60;H
+tokisens;"Toki no Senshi - Chrono Soldier";256x224@60;V
+tokiu;"Toki (US, set 1)";256x224@60;H
+tokiua;"Toki (US, set 2)";256x224@60;H
+toobin;"Toobin' (Atari 68k based)";512x384@60;V
+topgunbl;"Top Gunner (bootleg, Rotary Joystick)";240x224@60;V
+topgunr;"Top Gunner (US, 8-way Joystick)";240x224@60;V
+tophuntr;"Top Hunter - Roddy & Cathy (NGM-046)";320x224@59;H
+tophuntrh;"Top Hunter - Roddy & Cathy (NGH-046)";320x224@59;H
+toppyrap;"Toppy & Rappy";256x224@58;H
+topsecrt;"Top Secret (Japan)";256x224@60;H
+topspeed;"Top Speed (World)";320x240@60;H
+topspeedu;"Top Speed (US)";320x240@60;H
+toramich;"Tora e no Michi - Tora e no Michi (Japan)";256x224@60;H
+toride2g;"Toride II Adauchi Gaiden";320x224@60;H
+toride2gg;"Toride II Adauchi Gaiden (German)";320x224@60;H
+toride2gk;"Toride II Bok Su Oi Jeon Adauchi Gaiden (Korea)";320x224@60;H
+toride2j;"Toride II (Japan)";320x224@60;H
+toryumon;"Toryumon";320x224@60;H
+totc;"Treasure of the Caribbean";304x224@59;H
+toto;"Come Back Toto";256x224@58;H
+touchgok;"Touch & Go (Korea, unprotected)";480x240@60;H
+toutrun;"Turbo Out Run (Out Run upgrade, FD1094 317-0118) - Turbo OutRun (Euro, Jpn)";320x224@60;H
+toutrun1;"Turbo Out Run (deluxe cockpit, FD1094 317-0109)";320x224@60;H
+toutrun3;"Turbo Out Run (cockpit, FD1094 317-0107)";320x224@60;H
+toutrun3d;"Turbo Out Run (cockpit, FD1094 317-0107 decrypted)";320x224@60;H
+toutrund;"Turbo Out Run (Out Run upgrade, FD1094 317-0118 decryp";320x224@60;H
+toutrunj;"Turbo Out Run (Japan, Out Run upgrade, FD1094 317-0117";320x224@60;H
+toutrunj1;"Turbo Out Run (Japan, deluxe cockpit, FD1094 317-0101)";320x224@60;H
+toutrunj1d;"Turbo Out Run (Japan, deluxe cockpit, FD1094 317-0101";320x224@60;H
+toutrunjd;"Turbo Out Run (Japan, Out Run upgrade, FD1094 317-0117";320x224@60;H
+toypop;"Toypop";288x224@60;H
+tp84;"Time Pilot '84 (set 1)";256x224@60;V
+tp84a;"Time Pilot '84 (set 2)";256x224@60;V
+tp84b;"Time Pilot '84 (set 3)";256x224@60;V
+tpgolf;"Top Player's Golf (NGM-003)(NGH-003)";304x224@59;H
+trackfld;"Track & Field - Track & Field 1 (Euro)";256x224@60;H
+trackfldc;"Track & Field (Centuri)";256x224@60;H
+trackfldnz;"Track & Field (NZ bootleg?)";256x224@60;H
+trally;"Thrash Rally (ALM-003)(ALH-003)";320x224@59;H
+transfrm;"Transformer";256x192@60;H
+travrusa;"Traverse USA / Zippy Race";240x256@60;V
+travrusab;"Traverse USA (bootleg)";240x256@60;V
+trckydoc;"Tricky Doc (set 1)";240x224@60;H
+trckydoca;"Tricky Doc (set 2)";240x224@60;H
+treahunt;"Treasure Hunt (bootleg?)";256x224@60;V
+tricktrp;"Trick Trap (World?)";280x224@60;V
+trigon;"Trigon (Japan)";288x224@60;V
+trikitri;"Triki Triki (Lover Boy bootleg)";240x224@60;V
+triothep;"Trio The Punch - Never Forget Me... (World)";256x240@60;H
+triothepj;"Trio The Punch - Never Forget Me... (Japan)";256x240@60;H
+triplep;"Triple Punch (set 1)";256x224@60;V
+triplepa;"Triple Punch (set 2)";256x224@60;V
+triplfun;"Triple Fun";320x224@60;H
+tripool;"Tri-Pool (Casino Tech)";256x224@60;V
+tripoola;"Tri-Pool (Costal Games)";256x224@60;V
+trojan;"Trojan (US set 1)";256x240@60;H
+trojana;"Trojan (US set 2)";256x240@60;H
+trojanb;"Trojan (bootleg)";256x240@60;H
+trojanj;"Tatakai no Banka (Japan)";256x240@60;H
+trojanr;"Trojan (Romstar)";256x240@60;H
+trophyh;"Trophy Hunting - Bear & Moose V1.0";320x240@60;H
+trstar;"Top Ranking Stars (Ver 2.1O 1993/05/21) (New Version)";320x232@60;H
+trstarj;"Top Ranking Stars (Ver 2.1J 1993/05/21) (New Version)";320x232@60;H
+trstaro;"Top Ranking Stars (Ver 2.1O 1993/05/21) (Old Version)";320x232@60;H
+trstaroj;"Top Ranking Stars (Ver 2.1J 1993/05/21) (Old Version)";320x232@60;H
+truxton;"Truxton (Euro, USA) ~ Tatsujin (Jpn) - Truxton0Tatsujin";320x240@57.6;V
+truxton2;"Truxton II0Tatsujin Oh";320x240@60;V
+trvgns;"Trivia Genius";288x224@60;V
+trvmstr;"Trivia Master (set 1)";288x224@60;V
+trvmstra;"Trivia Master (set 2)";288x224@60;V
+trvmstrb;"Trivia Master (set 3)";288x224@60;V
+trvmstrc;"Trivia Master (set 4)";288x224@60;V
+tsamurai;"Samurai Nihon-Ichi (set 1)";256x224@60;V
+tsamurai2;"Samurai Nihon-Ichi (set 2)";256x224@60;V
+tsamuraih;"Samurai Nihon-Ichi (bootleg, harder)";256x224@60;V
+tshingen;"Shingen Samurai-Fighter (Japan, English)";256x224@60;H
+tshingena;"Takeda Shingen (Japan, Japanese)";256x224@60;H
+tst_galx;"Galaxian Test ROM";256x224@60;V
+ttmahjng;"T.T Mahjong";256x256@60;H
+tturf;"Tough Turf (set 2, Japan, 8751 317-0104)";320x224@60;H
+tturfu;"Tough Turf (set 1, US, 8751 317-0099)";320x224@60;H
+tubeit;"Tube-It";320x224@60;H
+tumbleb;"Tumble Pop (bootleg set 1)";320x240@58;H
+tumbleb2;"Tumble Pop (bootleg set 2)";320x240@58;H
+tumblep;"Tumble Pop (World)";320x240@58;H
+tumblepj;"Tumble Pop (Japan)";320x240@58;H
+turbofrc;"Turbo Force (World)";352x240@60;V
+turbofrcu;"Turbo Force (US)";352x240@60;V
+turfmast;"Neo Turf Masters / Big Tournament Golf";304x224@59;H
+turkhunt;"Turkey Hunting USA V1.0";320x240@60;H
+turpin;"Turpin";256x224@60;V
+turpins;"Turpin (bootleg on Scramble hardware)";256x224@60;V
+turtles;"Turtles";256x224@60;V
+turtship;"Turtle Ship (North America)";384x224@60;H
+turtshipj;"Turtle Ship (Japan)";384x224@60;H
+turtshipk;"Turtle Ship (Korea)";384x224@60;H
+turtshipkn;"Turtle Ship (Korea, 88/9)";384x224@60;H
+turtshipko;"Turtle Ship (Korea, older)";384x224@60;H
+tutankhm;"Tutankham - Tutankham";256x224@60;V
+tutankhms;"Tutankham (Stern Electronics)";256x224@60;V
+twinactn;"Twin Action";256x224@56;H
+twinadv;"Twin Adventure (World)";256x224@58;H
+twinadvk;"Twin Adventure (Korea)";256x224@58;H
+twinbee;"Detana!! Twinbee - Twin Bee (Jpn) - TwinBee (ROM version)";256x224@60;V
+twinbrat;"Twin Brats (set 1)";334x240@58;H
+twinbrata;"Twin Brats (set 2)";334x240@58;H
+twincobr;"Twin Cobra (USA) - Twin Cobra (World)";320x240@54.9;V
+twincobru;"Twin Cobra (US)";320x240@54.9;V
+twineag2;"Twin Eagle II - The Rescue Mission";336x240@60.2;V
+twineagl;"Twin Eagle - Revenge Joe's Brother";384x224@60;V
+twinfalc;"Twin Falcons";384x224@60;H
+twinhawk;"Twin Hawk (Euro) ~ Daisenpuu (Jpn) - Twin Hawk (World)";384x224@60;V
+twinhawku;"Twin Hawk (US)";384x224@60;V
+twinkle;"Twinkle";256x224@58;H
+twinqix;"Twin Qix (Ver 1.0A 1995/01/17) (Prototype)";320x224@60;H
+twinspri;"Twinkle Star Sprites";304x224@59;H
+twocrude;"Two Crude (US FT revision 1) - Two Crude Dudes (Euro)";256x240@58;H
+twocrudea;"Two Crude (US FT version)";256x240@58;H
+tws96;"Tecmo World Soccer '96";304x224@59;H
+typhoon;"Typhoon";304x224@60;V
+uballoon;"Ultra Balloon";256x224@60;H
+uccops;"Undercover Cops (World)";320x240@60;H
+uccopsar;"Undercover Cops (Alpha Renewal Version)";320x240@60;H
+uccopsj;"Undercover Cops (Japan)";320x240@60;H
+uccopsu;"Undercover Cops (US)";320x240@60;H
+uecology;"Ultimate Ecology (931203 Japan)";384x224@60;H
+ufosensi;"Ufo Senshi Yohko Chan (MC-8123, 317-0064)";256x224@60;H
+ultraman;"Ultraman (Japan) - Ultraman (Jpn) - Ultraman (Jpn)";288x224@60;H
+ultrax;"Ultra X Weapons / Ultra Keibitai";336x240@60;V
+ultraxg;"Ultra X Weapons / Ultra Keibitai (GAMEST review build)";336x240@60;V
+umanclub;"Ultraman Club - Tatakae! Ultraman Kyoudai!!";384x240@60;H
+unclepoo;"Uncle Poo";256x224@60;V
+uniwars;"UniWar S";256x224@60;V
+uniwarsa;"UniWar S (bootleg)";256x224@60;V
+unkpacg;"unknown Pac-Man gambling game";256x224@60;H
+unsquad;"U.N. Squadron (US)";384x224@60;H
+uopoko;"Puzzle Uo Poko (International, ver. 98/02/06)";320x240@58;H
+uopokoj;"Puzzle Uo Poko (Japan, ver. 98/02/06)";320x240@58;H
+upndown;"Up'n Down - Up'n Down (315-5030)";256x224@60;V
+upndownu;"Up'n Down (not encrypted)";256x224@60;V
+usclssic;"U.S. Classic";384x240@60;V
+usg182;"Games V18.2";400x256@60;H
+usg185;"Games V18.5";400x256@60;H
+usg187c;"Games V18.7C";400x256@60;H
+usg32;"Super Duper Casino (California V3.2)";400x256@60;H
+usg82;"Super Ten V8.2";400x256@60;H
+usg83x;"Super Ten V8.3X";400x256@60;H
+usgames;"Games V25.4X";400x256@60;H
+utoukond;"Ultra Toukon Densetsu (Japan)";384x224@60;H
+valkyrie;"Valkyrie No Densetsu (Japan) - Walkuere no Densetsu";288x224@60;V
+vampj;"Vampire - the night warriors (940705 Japan)";384x224@60;H
+vampja;"Vampire - the night warriors (940705 Japan, alt)";384x224@60;H
+vampjr1;"Vampire - the night warriors (940630 Japan)";384x224@60;H
+vandyke;"Vandyke (Japan)";256x224@56;V
+vandykeb;"Vandyke (bootleg with PIC16c57)";256x224@56;V
+vandykejal;"Vandyke (Jaleco, Set 1)";256x224@56;V
+vandykejal2;"Vandyke (Jaleco, Set 2)";256x224@56;V
+vangrd2;"Vanguard II";288x216@60;V
+vanvan;"Van-Van Car";256x224@60;V
+vanvanb;"Van-Van Car (set 3)";256x224@60;V
+vanvank;"Van-Van Car (Karateco)";256x224@60;V
+vaportra;"Vapor Trail - Hyper Offence Formation (World revision";256x240@58;V
+vaportra3;"Vapor Trail - Hyper Offence Formation (World revision";256x240@58;V
+vaportrau;"Vapor Trail - Hyper Offence Formation (US)";256x240@58;V
+varth;"Varth - operation thunderstorm (920714 etc)";384x224@60;V
+varthb;"Varth - operation thunderstorm (bootleg, 920612 etc)";384x224@60;V
+varthj;"Varth - operation thunderstorm (920714 Japan)";384x224@60;V
+varthjr;"Varth - operation thunderstorm (920714 Japan Resale Ve";384x224@60;V
+varthr1;"Varth - operation thunderstorm (920612 etc)";384x224@60;V
+varthu;"Varth - operation thunderstorm (920612 USA)";384x224@60;V
+vasara;"Vasara";336x240@60;V
+vasara2;"Vasara 2 (set 1)";336x240@60;V
+vasara2a;"Vasara 2 (set 2)";336x240@60;V
+vastar;"Vastar (set 1)";256x224@60;V
+vastar2;"Vastar (set 2)";256x224@60;V
+vastar3;"Vastar (set 3)";256x224@60;V
+vastar4;"Vastar (set 4)";256x224@60;V
+vautour;"Vautour (bootleg of Phoenix) (8085A CPU)";256x208@60;V
+vautourz;"Vautour (bootleg of Phoenix) (Z80 CPU)";256x208@60;V
+vautourza;"Vautour (bootleg of Phoenix) (Z80 CPU, single PROM)";256x208@60;V
+vblokbrk;"VS Block Breaker (Europe)";320x240@60;H
+vblokbrka;"VS Block Breaker (Asia)";320x240@60;H
+vendetta;"Vendetta (World, 4 Players ver. T)";304x224@60;H
+vendetta2p;"Vendetta (World, 2 Players ver. W)";304x224@60;H
+vendetta2pd;"Vendetta (Asia, 2 Players ver. D)";304x224@60;H
+vendetta2peba;"Vendetta (World, 2 Players ver. EB-A?)";304x224@60;H
+vendetta2pu;"Vendetta (Asia, 2 Players ver. U)";304x224@60;H
+vendetta2pun;"Vendetta (World, 2 Players ver. ?)";304x224@60;H
+vendettaj;"Crime Fighters 2 (Japan, 2 Players ver. P)";304x224@60;H
+vendettar;"Vendetta (US, 4 Players ver. R)";304x224@60;H
+vendettaz;"Vendetta (Asia, 4 Players ver. Z)";304x224@60;H
+venus;"Venus";256x224@60;V
+vfive;"V-Five (Japan) - V-Five (Jpn)";320x240@60;V
+vhunt2;"Vampire Hunter 2 - darkstalkers revenge (970929 Japan)";384x224@60;H
+vhunt2d;"Vampire Hunter 2 - darkstalkers revenge (970913 Japan";384x224@60;H
+vhunt2r1;"Vampire Hunter 2 - darkstalkers revenge (970913 Japan)";384x224@60;H
+vhuntj;"Vampire Hunter - darkstalkers' revenge (950316 Japan)";384x224@60;H
+vhuntjr1;"Vampire Hunter - darkstalkers' revenge (950307 Japan)";384x224@60;H
+vhuntjr1s;"Vampire Hunter - darkstalkers' revenge (950307 Japan s";384x224@60;H
+vhuntjr2;"Vampire Hunter - darkstalkers' revenge (950302 Japan)";384x224@60;H
+victroad;"Victory Road";288x216@60;V
+viewpoin;"Viewpoint - Viewpoint (USA)";304x224@59;H
+vigilant;"Vigilante - Vigilante - Vigilante (Euro, USA, Bra) - Vigilante (Kor) - Vigilante (World, Rev E)";256x256@55;H
+vigilanta;"Vigilante (World, Rev A)";256x256@55;H
+vigilantb;"Vigilante (US, Rev B)";256x256@55;H
+vigilantbl;"Vigilante (bootleg)";256x256@55;H
+vigilantc;"Vigilante (World, Rev C)";256x256@55;H
+vigilantd;"Vigilante (Japan, Rev D)";256x256@55;H
+vigilantg;"Vigilante (US, Rev G)";256x256@55;H
+vigilanto;"Vigilante (US)";256x256@55;H
+vimana;"Vimana (World, set 1)";320x240@58;V
+vimanaj;"Vimana (Japan)";320x240@58;V
+vimanan;"Vimana (World, set 2)";320x240@58;V
+viofight;"Violence Fight (World)";320x224@60;H
+viofightj;"Violence Fight (Japan)";320x224@60;H
+viofightu;"Violence Fight (US)";320x224@60;H
+viostorm;"Violent Storm (ver EAC)";384x224@60;H
+viostorma;"Violent Storm (ver AAC)";384x224@60;H
+viostormab;"Violent Storm (ver AAB)";384x224@60;H
+viostormeb;"Violent Storm (ver EAB)";384x224@60;H
+viostormj;"Violent Storm (ver JAC)";384x224@60;H
+viostormu;"Violent Storm (ver UAC)";384x224@60;H
+viostormub;"Violent Storm (ver UAB)";384x224@60;H
+vliner;"V-Liner (set 1)";304x224@59;H
+vlinero;"V-Liner (set 2)";304x224@59;H
+vmetal;"Varia Metal";320x224@60;V
+vmetaln;"Varia Metal (New Ways Trading Co.)";320x224@60;V
+volfied;"Volfied - Volfied (Jpn) - Volfied (World, revision 1)";320x240@60;V
+volfiedj;"Volfied (Japan, revision 1)";320x240@60;V
+volfiedjo;"Volfied (Japan)";320x240@60;V
+volfiedu;"Volfied (US, revision 1)";320x240@60;V
+vpool;"Video Pool (bootleg on Moon Cresta hardware)";256x224@60;V
+vsav;"Vampire Savior - the lord of vampire (970519 Euro)";384x224@60;H
+vsav2;"Vampire Savior 2 - the lord of vampire (970913 Japan)";384x224@60;H
+vsav2d;"Vampire Savior 2 - the lord of vampire (970913 Japan P";384x224@60;H
+vsava;"Vampire Savior - the lord of vampire (970519 Asia)";384x224@60;H
+vsavd;"Vampire Savior - the lord of vampire (970519 Euro Phoe";384x224@60;H
+vsavh;"Vampire Savior - the lord of vampire (970519 Hispanic)";384x224@60;H
+vsavj;"Vampire Savior - the lord of vampire (970519 Japan)";384x224@60;H
+vsavu;"Vampire Savior - the lord of vampire (970519 USA)";384x224@60;H
+vsgongf;"VS Gong Fight";256x224@60;V
+vulcan;"Vulcan Venture (New)";320x224@60;H
+vulcana;"Vulcan Venture (Old)";320x224@60;H
+vulcanb;"Vulcan Venture (Oldest)";320x224@60;H
+vulgus;"Vulgus (set 1)";256x224@60;V
+vulgusa;"Vulgus (set 2)";256x224@60;V
+vulgusj;"Vulgus (Japan?)";256x224@60;V
+wakuwak7;"Waku Waku 7";304x224@59;H
+wallc;"Wall Crash (set 1)";256x256@60;H
+wallca;"Wall Crash (set 2)";256x256@60;H
+wanted;"Wanted - Wanted (Euro, USA, Bra)";256x224@60;V
+wardner;"Wardner (USA) - Wardner (World)";320x240@60;H
+wardnerj;"Wardner no Mori (Japan) - Wardner no Mori Special (Jpn)";320x240@60;H
+warofbug;"War of the Bugs or Monsterous Manouvers in a Mushroom";256x224@60;V
+warofbugu;"War of the Bugs or Monsterous Manouvers in a Mushroom";256x224@60;V
+warpwarp;"Warp & Warp - Warp & Warp (Jpn)";272x224@60;V
+warpwarpr;"Warp Warp (Rock-Ola set 1)";272x224@60;V
+warpwarpr2;"Warp Warp (Rock-Ola set 2)";272x224@60;V
+warriorb;"Warrior Blade - Rastan Saga Episode III (Japan)";240x640@60;V
+warzard;"War-Zard / Red Earth (Japan 961121)";384x224@60;H
+warzardr1;"War-Zard / Red Earth (Japan 961023)";384x224@60;H
+watrball;"Water Balls";384x240@60;H
+wb3;"Wonder Boy III - Monster Lair (set 6, World, System 16";320x224@60;H
+wb31;"Wonder Boy III - Monster Lair (set 1, Japan, System 16";320x224@60;H
+wb31d;"Wonder Boy III - Monster Lair (set 1, Japan, System 16";320x224@60;H
+wb32;"Wonder Boy III - Monster Lair (set 2, Japan, System 16";320x224@60;H
+wb32d;"Wonder Boy III - Monster Lair (set 2, Japan, System 16";320x224@60;H
+wb33;"Wonder Boy III - Monster Lair (set 3, World, System 16";320x224@60;H
+wb33d;"Wonder Boy III - Monster Lair (set 3, World, System 16";320x224@60;H
+wb34;"Wonder Boy III - Monster Lair (set 4, Japan, System 16";320x224@60;H
+wb34d;"Wonder Boy III - Monster Lair (set 4, Japan, System 16";320x224@60;H
+wb35;"Wonder Boy III - Monster Lair (set 5, Japan, System 16";320x224@60;H
+wb35d;"Wonder Boy III - Monster Lair (set 5, Japan, System 16";320x224@60;H
+wbdeluxe;"Wonder Boy Deluxe";256x224@60;H
+wbml;"Wonder Boy in Monster Land (Japan New Ver., MC-8123, 3";256x224@60;H
+wbmlb;"Wonder Boy in Monster Land (English bootleg set 1)";256x224@60;H
+wbmljb;"Wonder Boy in Monster Land (Japan not encrypted)";256x224@60;H
+wbmljo;"Wonder Boy in Monster Land (Japan Old Ver., MC-8123, 3";256x224@60;H
+wbmlvc;"Wonder Boy in Monster Land (English, Virtual Console)";256x224@60;H
+wboy;"Wonder Boy (Euro) - Wonder Boy (Euro, USA, Bra, v1) - Wonder Boy (Jpn, v1) - Wonder Boy (set 1, 315-5177)";256x224@60;H
+wboy2;"Wonder Boy (set 2, 315-5178)";256x224@60;H
+wboy2u;"Wonder Boy (set 2, not encrypted)";256x224@60;H
+wboy3;"Wonder Boy (set 3, 315-5135) - Wonder Boy III - Monster Lair (Euro) ~ Monster Lair (J - Wonder Boy III - The Dragon's Trap (Euro, USA, Kor)";256x224@60;H
+wboy4;"Wonder Boy (set 4, 315-5162)";256x224@60;H
+wboy5;"Wonder Boy (set 5, bootleg) - Wonder Boy V - Monster World III (Jpn, Kor)";256x224@60;H
+wboyo;"Wonder Boy (set 1, 315-5135)";256x224@60;H
+wboyu;"Wonder Boy (not encrypted)";256x224@60;H
+wc90;"World Cup '90 (World)";256x224@59;H
+wc90a;"World Cup '90 (Euro set 1)";256x224@59;H
+wc90b;"World Cup '90 (Euro set 2)";256x224@59;H
+wc90b1;"Euro League (Italian hack of Tecmo World Cup '90)";256x224@60;H
+wc90b2;"World Cup '90 (bootleg, set 1)";256x224@60;H
+wc90b3;"World Cup '90 (bootleg, set 2)";256x224@60;H
+wc90b4;"World Cup '90 (bootleg, set 3)";256x224@60;H
+wc90ba;"Euro League (Italian hack of Tecmo World Cup '90 - alt";256x224@60;H
+wc90t;"World Cup '90 (trackball)";256x224@59;H
+welltris;"Welltris - Alexey Pajitnov's (World?, 2 players)";352x240@60;H
+welltrisj;"Welltris - Alexey Pajitnov's (Japan, 2 players)";352x240@60;H
+wh1;"World Heroes (ALM-005)";320x224@59;H
+wh1h;"World Heroes (ALH-005)";320x224@59;H
+wh1ha;"World Heroes (set 3)";320x224@59;H
+wh2;"World Heroes 2 (ALM-006)(ALH-006)";304x224@59;H
+wh2j;"World Heroes 2 Jet (ADM-007)(ADH-007)";304x224@59;H
+wh2ja;"World Heroes 2 Jet (ADM-007)";304x224@59;H
+wheelrun;"Wheels Runner";256x224@60;H
+whizz;"Whizz";384x224@60;H
+whoopee;"Pipi & Bibis / Whoopee!! (Teki Paki hardware)";320x240@60;H
+whp;"World Heroes Perfect";320x224@59;H
+wiggie;"Wiggie Waggie";384x240@60;V
+wildfang;"Wild Fang / Tecmo Knight";256x224@60;H
+willow;"Willow (World)";384x224@60;H
+willowj;"Willow (Japan, Japanese)";384x224@60;H
+willowu;"Willow (USA)";384x224@60;H
+willowuo;"Willow (USA Old Ver.)";384x224@60;H
+wilytowr;"Wily Tower";256x224@60;H
+wingforc;"Wing Force (Japan, prototype)";320x224@60;V
+wintbob;"The Winter Bobble (bootleg)";256x224@58;H
+wiping;"Wiping";288x224@60;V
+wits;"Wit's (Japan)";384x240@60;H
+wiz;"Lizard Wizard - Magical Kid Wiz (Jpn) - Magical Kid Wiz (Tw) - Wiz";256x224@60;V
+wizdfire;"Wizard Fire (Over Sea v2.1)";320x240@58;H
+wizdfireu;"Wizard Fire (US v1.1)";320x240@58;H
+wizt;"Wiz (Taito, set 1)";256x224@60;V
+wizta;"Wiz (Taito, set 2)";256x224@60;V
+wjammers;"Windjammers / Flying Power Disc";304x224@59;H
+wldcourt;"World Court (Japan)";288x224@60;H
+wlstar;"Wonder League Star - Sok-Magicball Fighting (Korea)";320x240@60;H
+wmatch;"Water Match (315-5064)";240x224@60;V
+wndrmomo;"Wonder Momo";288x224@60;H
+wndrplnt;"Wonder Planet (Japan)";256x248@60;V
+wof;"Warriors of Fate (921031 etc)";384x224@60;H
+wof3js;"Sangokushi II: San Jian Sheng (Chinese bootleg set 1,";384x224@60;H
+wof3jsa;"Sangokushi II: San Jian Sheng (Chinese bootleg set 2,";384x224@60;H
+wof3sj;"Sangokushi II: San Sheng Jian (Chinese bootleg set 1,";384x224@60;H
+wof3sja;"Sangokushi II: San Sheng Jian (Chinese bootleg set 2,";384x224@60;H
+wofa;"Sangokushi II (921005 Asia)";384x224@60;H
+wofah;"Sangokushi II (hack set 1, 921005 Asia)";384x224@60;H
+wofaha;"Sangokushi II (hack set 2, 921005 Asia)";384x224@60;H
+wofahb;"Sangokushi II (hack set 3, 921005 Asia)";384x224@60;H
+wofb;"Warriors of Fate (bootleg, 921002 etc)";384x224@60;H
+wofch;"Tenchi wo Kurau II - Sekiheki no Tatakai (CPS Changer,";384x224@60;H
+wofchdx;"Sangokushi III Gaiden: Kakou-On's Revenge DX (hack)";384x224@60;H
+wofh;"Sangokushi II: Sanguo Yingxiong Zhuan (Chinese bootleg";384x224@60;H
+wofha;"Sangokushi II: Sanguo Yingxiong Zhuan (Chinese bootleg";384x224@60;H
+wofhfh;"Sangokushi II: Huo Fenghuang (Chinese bootleg, 921005";384x224@60;H
+wofj;"Tenchi wo Kurau II - Sekiheki no Tatakai (921031 Japan";384x224@60;H
+wofjh;"Tenchi wo Kurau II - Sekiheki no Tatakai (hack, 921031";384x224@60;H
+wofr1;"Warriors of Fate (921002 etc)";384x224@60;H
+wofsj;"Sangokushi II: Sheng Jian Sanguo (Chinese bootleg set";384x224@60;H
+wofsja;"Sangokushi II: Sheng Jian Sanguo (Chinese bootleg set";384x224@60;H
+wofsjb;"Sangokushi II: Sheng Jian Sanguo (Chinese bootleg set";384x224@60;H
+wofsjc;"Sangokushi II: Sheng Jian Sanguo (Chinese bootleg set";384x224@60;H
+wofu;"Warriors of Fate (921031 USA)";384x224@60;H
+wolffang;"Wolf Fang -Kuhga 2001- (Japan)";320x240@58;H
+wonder3;"Wonder 3 (910520 Japan)";384x224@60;H
+wondl96;"Wonder League '96 (Korea)";320x240@60;H
+wondstck;"Wonder Stick (set 1)";320x240@60;H
+wondstcka;"Wonder Stick (set 2, censored)";320x240@60;H
+woodpeca;"Woodpecker (set 2)";288x224@60;V
+woodpeck;"Woodpecker (set 1)";288x224@60;V
+worldwar;"World Wars (World?)";400x224@60;V
+wownfant;"WOW New Fantasia";256x224@60;H
+wrally;"World Rally (Version 1.0, Checksum 0E56)";368x232@60;H
+wrallya;"World Rally (Version 1.0, Checksum 3873)";368x232@60;H
+wrallyat;"World Rally (US, 930217)";368x232@60;H
+wrallyb;"World Rally (Version 1.0, Checksum 8AA2)";368x232@60;H
+wrestwar;"Wrestle War (Euro, Jpn) - Wrestle War (set 3, World, 8751 317-0103)";320x224@60;V
+wrestwar1;"Wrestle War (set 1, Japan, FD1094 317-0090)";320x224@60;V
+wrestwar1d;"Wrestle War (set 1, Japan, FD1094 317-0090 decrypted)";320x224@60;V
+wrestwar2;"Wrestle War (set 2, World, FD1094 317-0102)";320x224@60;V
+wrestwar2d;"Wrestle War (set 2, World, FD1094 317-0102 decrypted)";320x224@60;V
+wrofaero;"War of Aero - Project MEIOU";384x240@60;V
+ws;"Jaws (Spa?) - Jimmy White's Whirlwind Snooker (Euro) - News (set 1) - Super World Stadium (Japan) - World Stadium (Japan)";288x224@60;H
+ws89;"World Stadium '89 (Japan)";288x224@60;H
+ws90;"World Stadium '90 (Japan)";288x224@60;H
+wschamp;"Wing Shooting Championship V2.00";320x240@60;H
+wschampa;"Wing Shooting Championship V1.01";320x240@60;H
+wschampb;"Wing Shooting Championship V1.00";320x240@60;H
+wwallyj;"Wally wo Sagase! (rev B, Japan, FD1094 317-0197B)";320x224@60;H
+wwallyja;"Wally wo Sagase! (rev A, Japan, FD1094 317-0197A)";320x224@60;H
+wwallyjad;"Wally wo Sagase! (rev A, Japan, FD1094 317-0197A decry";320x224@60;H
+wwallyjd;"Wally wo Sagase! (rev B, Japan, FD1094 317-0197B decry";320x224@60;H
+wwfsstar;"WWF Superstars (Europe)";256x240@60;H
+wwfsstarb;"WWF Superstars (bootleg)";256x240@60;H
+wwfsstarj;"WWF Superstars (Japan)";256x240@60;H
+wwfsstaru;"WWF Superstars (US, newer)";256x240@60;H
+wwfsstarua;"WWF Superstars (US)";256x240@60;H
+wwfwfest;"WWF WrestleFest (World)";320x240@60;H
+wwfwfestb;"WWF WrestleFest (US bootleg)";320x240@60;H
+wwfwfestj;"WWF WrestleFest (Japan)";320x240@60;H
+wwfwfestk;"WWF WrestleFest (Korea)";320x240@60;H
+wwfwfestu;"WWF WrestleFest (US)";320x240@60;H
+wwjgtin;"Wai Wai Jockey Gate-In!";256x224@60;H
+wyvernf0;"Wyvern F-0";256x224@60;V
+xexex;"Xexex (ver EAA)";384x256@54;H
+xexexa;"Xexex (ver AAA)";384x256@54;H
+xexexj;"Xexex (ver JAA)";384x256@54;H
+xmcota;"X-Men - children of the atom (950331 Euro)";384x224@60;H
+xmcotaa;"X-Men - children of the atom (950105 Asia)";384x224@60;H
+xmcotaar1;"X-Men - children of the atom (941217 Asia)";384x224@60;H
+xmcotah;"X-Men - children of the atom (950331 Hispanic)";384x224@60;H
+xmcotahr1;"X-Men - children of the atom (950105 Hispanic)";384x224@60;H
+xmcotaj;"X-Men - children of the atom (950105 Japan)";384x224@60;H
+xmcotaj1;"X-Men - children of the atom (941222 Japan)";384x224@60;H
+xmcotaj2;"X-Men - children of the atom (941219 Japan)";384x224@60;H
+xmcotaj3;"X-Men - children of the atom (941217 Japan)";384x224@60;H
+xmcotajr;"X-Men - children of the atom (941208 Japan, rent versi";384x224@60;H
+xmcotar1;"X-Men - children of the atom (950105 Euro)";384x224@60;H
+xmcotar1d;"X-Men - children of the atom (950105 Euro Phoenix Edit";384x224@60;H
+xmcotau;"X-Men - children of the atom (950105 USA)";384x224@60;H
+xmen;"Spider-Man and the X-Men in Arcade's Revenge (USA) - Spider-Man and X-Men - Arcade's Revenge (Euro, USA) - X-Men (4 Players ver UBB) - X-Men (Euro) - X-Men (USA)";288x224@60;H
+xmen2pa;"X-Men (2 Players ver AAA)";288x224@60;H
+xmen2pe;"X-Men (2 Players ver EAA)";288x224@60;H
+xmen2pj;"X-Men (2 Players ver JAA)";288x224@60;H
+xmen2pu;"X-Men (2 Players ver UAB)";288x224@60;H
+xmena;"X-Men (4 Players ver AEA)";288x224@60;H
+xmenaa;"X-Men (4 Players ver ADA)";288x224@60;H
+xmene;"X-Men (4 Players ver EBA)";288x224@60;H
+xmenj;"X-Men (4 Players ver JBA)";288x224@60;H
+xmultipl;"X Multiply (World, M81)";384x256@55;H
+xmultiplm72;"X Multiply (Japan, M72)";384x256@55;H
+xmvsf;"X-Men vs Street Fighter (961004 Euro)";384x224@60;H
+xmvsfa;"X-Men vs Street Fighter (961023 Asia)";384x224@60;H
+xmvsfar1;"X-Men vs Street Fighter (961004 Asia)";384x224@60;H
+xmvsfar2;"X-Men vs Street Fighter (960919 Asia)";384x224@60;H
+xmvsfar3;"X-Men vs Street Fighter (960910 Asia)";384x224@60;H
+xmvsfb;"X-Men vs Street Fighter (961023 Brazil)";384x224@60;H
+xmvsfh;"X-Men vs Street Fighter (961004 Hispanic)";384x224@60;H
+xmvsfj;"X-Men vs Street Fighter (961023 Japan)";384x224@60;H
+xmvsfjr1;"X-Men vs Street Fighter (961004 Japan)";384x224@60;H
+xmvsfjr2;"X-Men vs Street Fighter (960910 Japan)";384x224@60;H
+xmvsfjr3;"X-Men vs Street Fighter (960909 Japan)";384x224@60;H
+xmvsfr1;"X-Men vs Street Fighter (960910 Euro)";384x224@60;H
+xmvsfu;"X-Men vs Street Fighter (961023 USA)";384x224@60;H
+xmvsfu1d;"X-Men vs Street Fighter (961004 USA Phoenix Edition)";384x224@60;H
+xmvsfur1;"X-Men vs Street Fighter (961004 USA)";384x224@60;H
+xmvsfur2;"X-Men vs Street Fighter (960910 USA)";384x224@60;H
+xorworld;"Xor World (prototype)";256x224@60;H
+xsleena;"Xain'd Sleena (World)";256x240@60;H
+xsleenaj;"Xain'd Sleena (Japan)";256x240@60;H
+xxmissio;"XX Mission";512x192@60;V
+yamagchi;"Go Go Mr. Yamaguchi / Yuke Yuke Yamaguchi-kun";256x224@60;V
+yamato;"Yamato (Euro, Jpn) - Yamato (US)";256x224@60;V
+yamato2;"Yamato (World?)";256x224@60;V
+yanchamr;"Kaiketsu Yanchamaru (Japan)";384x256@60;H
+yankeedo;"Yankee DO!";240x192@60;V
+yesnoj;"Yes/No Sinri Tokimeki Chart";320x224@60;H
+yiear;"Yie Ar Kung-Fu (Jpn) - Yie Ar Kung-Fu (program code I) - Yie Ar Kung-Fu (Tw)";256x224@60;H
+yiear2;"Yie Ar Kung-Fu (program code G) - Yie Ar Kung-Fu II - The Emperor Yie-Gah (Jpn)";256x224@60;H
+yieartf;"Yie Ar Kung-Fu (GX361 conversion)";256x224@60;H
+youjyudn;"Youjyuden (Japan)";256x256@60;V
+youkaidk1;"Yokai Douchuuki (Japan, old version (YD1))";288x224@60;H
+youkaidk2;"Yokai Douchuuki (Japan, new version (YD2, Rev B))";288x224@60;H
+youma;"Youma Ninpou Chou (Japan)";256x224@60;V
+youma2;"Youma Ninpou Chou (Japan, alt)";256x224@60;V
+yukiwo;"Yukiwo (World, prototype)";320x224@60;V
+yuyugogo;"Yuuyu no Quiz de GO!GO! (Japan)";320x224@60;H
+zaviga;"Zaviga";256x240@60;V
+zavigaj;"Zaviga (Japan)";256x240@60;V
+zaxxon;"Super Zaxxon - Zaxxon - Zaxxon (Jpn) - Zaxxon (Jpn) - Zaxxon (set 1, rev D)";256x224@60;V
+zaxxon2;"Zaxxon (set 2, unknown rev)";256x224@60;V
+zaxxon3;"Zaxxon (set 3, unknown rev)";256x224@60;V
+zaxxonb;"Jackson";256x224@60;V
+zaxxonj;"Zaxxon (Japan)";256x224@60;V
+zedblade;"Zed Blade / Operation Ragnarok";304x224@59;H
+zeropnt;"Zero Point (set 1)";384x224@60;H
+zeropnt2;"Zero Point 2";384x224@60;H
+zeropnta;"Zero Point (set 2)";384x224@60;H
+zeropntj;"Zero Point (Japan)";384x224@60;H
+zeroteam;"New Zero Team (V33 SYSTEM TYPE_B hardware) - Zero Team USA (set 1, US, Fabtek license)";320x256@55;H
+zeroteama;"New Zero Team (V33 SYSTEM TYPE_B hardware, China?) - Zero Team (set 2, Japan? (earlier?))";320x256@55;H
+zeroteamb;"Zero Team (set 3, Japan? (later batteryless))";320x256@55;H
+zeroteamc;"Zero Team (set 4, Taiwan, Liang Hwa license)";320x256@55;H
+zeroteamd;"Zero Team (set 5, Korea, Dream Soft license)";320x256@55;H
+zeroteams;"Zero Team Selection";320x256@55;H
+zeroteamsr;"Zero Team Suicide Revival Kit";320x256@55;H
+zerotime;"Zero Time";256x224@60;V
+zerotimed;"Zero Time (Datamat)";256x224@60;V
+zerotm2k;"Zero Team 2000";320x256@55;H
+zerowing;"Zero Wing (2P set) - Zero Wing (Euro)";320x240@60;H
+zerowing1;"Zero Wing (1P set)";320x240@60;H
+zerowingw;"Zero Wing (2P set, Williams Electronics)";320x240@60;H
+zerozone;"Zero Zone";368x224@60;H
+zigzagb;"Zig Zag (Galaxian hardware, set 1)";256x224@60;V
+zigzagb2;"Zig Zag (Galaxian hardware, set 2)";256x224@60;V
+zin;"Zing Zing Zip";384x240@60;V
+zintrckb;"Zintrick / Oshidashi Zentrix (hack / bootleg)";304x224@59;H
+zintrkcd;"Zintrick / Oshidashi Zentrix (Neo CD conversion)";304x224@59;H
+zipzap;"Zip & Zap";256x224@60;V
+zoar;"Zoar";256x240@60;V
+zodiack;"Zodiack";256x224@60;V
+zombraid;"Zombie Raid (9/28/95, US)";384x240@60;H
+zombraidp;"Zombie Raid (9/28/95, US, prototype PCB)";384x240@60;H
+zombraidpj;"Zombie Raid (9/28/95, Japan, prototype PCB)";384x240@60;H
+zupapa;"Zupapa!";304x224@59;H
+zzyzzyxx;"Zzyzzyxx (set 1)";256x224@60;V
+zzyzzyxx2;"Zzyzzyxx (set 2)";256x224@60;V
diff --git a/opt/retropie/configs/all/autostart.sh b/opt/retropie/configs/all/autostart.sh
new file mode 100755
index 0000000..b7e6f1c
--- /dev/null
+++ b/opt/retropie/configs/all/autostart.sh
@@ -0,0 +1,79 @@
+#!/bin/bash
+
+# script for preparing RetroPieRGB config script
+
+
+
+rgb_config=/home/pi/rgb_config.sh
+rgb_default_config=/home/pi/rgb_default_config.sh
+config=/boot/config.txt
+log=/home/pi/log.txt
+
+rm $log > /dev/null
+# read config.txt and put all config parameters for RetroPieRGB Parameters to
+# rgb_config
+
+
+function pikeyd165_start ()
+{
+ sudo chmod a+rwx /dev/uinput
+ pikeyd165_stop
+ sudo -s pikeyd165 -smi -ndb -d &> /dev/null
+}
+
+function pikeyd165_stop ()
+{
+
+ sudo chmod a+rwx /dev/uinput
+
+ sudo -s pikeyd165 -k &> /dev/null
+ #killall pikeyd165
+}
+
+
+
+function get_params()
+{
+
+ while IFS== read -r param default_value; do
+
+ result=$(grep $param $config)
+
+ if [ -z "$result" ] ; then
+ echo "$param=$default_value" | sudo tee -a $config
+ else
+ # var exists in config.txt
+ echo "variable in config.txt exists" >> $log
+ echo "sync calue in rgb_config" >> $log
+
+ echo $result >> $log
+ value=$(echo $result|cut -d"=" -f2)
+ echo $value >> $log
+ sed -i "s/^$param.*/$param=$value/" $rgb_config
+
+ fi
+
+ done < $rgb_default_config
+}
+
+
+# WIEGAND: Try to remove this part
+# rm $rgb_config
+# cp $rgb_default_config $rgb_config
+
+get_params
+
+chmod +x $rgb_config
+. $rgb_config
+
+
+if [ "$pi2jamma" == "1" ]; then
+ echo "pi2jamma activated" >> $log
+ pikeyd165_start
+else
+ echo "pi2jamma deactivated" >> $log
+ pikeyd165_stop
+fi
+
+
+emulationstation --screenrotate $es_rotate
diff --git a/opt/retropie/configs/all/runcommand-onend.sh b/opt/retropie/configs/all/runcommand-onend.sh
new file mode 100644
index 0000000..6aee22b
--- /dev/null
+++ b/opt/retropie/configs/all/runcommand-onend.sh
@@ -0,0 +1,5 @@
+vcgencmd hdmi_timings 320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1 > /dev/null
+sleep 0.3
+tvservice -e "DMT 87" > /dev/null
+sleep 0.3
+fbset -depth 8 && fbset -depth 16 -xres 320 -yres 240 > /dev/null
diff --git a/opt/retropie/configs/all/runcommand-onstart.sh b/opt/retropie/configs/all/runcommand-onstart.sh
new file mode 100755
index 0000000..e6fc352
--- /dev/null
+++ b/opt/retropie/configs/all/runcommand-onstart.sh
@@ -0,0 +1,102 @@
+#!/usr/bin/env bash
+#title : runcommand-onstart.sh
+#description : This script perform the following
+# Determines if the game being run is a console or an arcade/fba
+# For arcades, it will programatically determine the resolution based on resolution.ini file
+# For consoles, hdmi_timings can be set based on emulator or system
+# Dynamically creates the game_name.zip.cfg file and sets the custom_viewport_height
+# Dynamically add these parameters (video_allow_rotate = "true" and video_rotation = 1) for vertical games
+# vertical.txt contains all the mame 0.184 vertical games
+# Ability to set custom_viewport_width for arcades/fba
+#author : Jochen Zurborg
+#date : 2019-11-19
+#version : 0.1
+#notes : For advance users only and would need to be tweaked
+# to cater to your needs and preference
+# resolution.ini (0.184) file needed http://www.progettosnaps.net/renameset/
+#===============================================================================================================
+
+log=/home/pi/log.txt
+
+dir=($pwd)
+
+
+. /home/pi/rgb_config.sh
+
+# get the system name
+system=$1
+
+# get the emulator name
+emul=$2
+emul_lr=${emul:0:2}
+
+# get the full path filename of the ROM
+rom_fp=$3
+rom_bn=$3
+
+# Game or Rom name
+rom_bn="${rom_bn%.*}"
+rom_bn="${rom_bn##*/}"
+
+path=/opt/retropie/configs/all
+
+
+function prep_res ()
+{
+ cd $path
+ mme4crt $1 $2 $3 $rgb_screen_shift $rgb_screen_width 0 >> $log
+ #cp $dir/game_res.sh $path
+ #cp $dir/retroarch_game.cfg $path
+ chmod +x game_res.sh
+ cp retroarch_game.cfg "$rom_fp"".cfg"
+ cd $dir
+
+}
+
+# Determine if arcade or fba then determine resolution, set hdmi_timings else goto console section
+if [[ "$system" == "arcade" ]] || [[ "$system" == "fba" ]] || [[ "$system" == "mame-libretro" ]] ; then
+ echo "rom $rom_bn" >> $log
+
+ # get resolution of rom
+ rom_resolution=$(grep "$rom_bn;" $path/arcade_res_table.txt | cut -d";" -f3)
+ rom_resolution_width=$(echo $rom_resolution | cut -f1 -d"x")
+ rom_resolution_height=$(echo $rom_resolution | cut -f2 -d"x" | cut -f1 -d"@")
+ rom_resolution_freq=$(echo $rom_resolution | cut -f2 -d"x" | cut -f2 -d"@")
+
+ echo $rom_resolution >> $log
+
+ # Set rom_resolution_height for 480p and 448p roms
+ if [ $rom_resolution_height == "480" ]; then
+ rom_resolution_height="240"
+ elif [ $rom_resolution_height == "448" ]; then
+ rom_resolution_height="224"
+ fi
+
+
+ # Create rom_name.cfg
+ if ! [ -f "$rom_fp"".cfg" ]; then
+ touch "$rom_fp"".cfg"
+ fi
+
+ prep_res $rom_resolution_width $rom_resolution_height $rom_resolution_freq
+
+
+ # determine if vertical
+ if grep -w -q "$rom_bn" /opt/retropie/configs/all/vertical.txt ; then
+ # Add vertical parameters (video_allow_rotate = "true")
+ if ! grep -q "video_allow_rotate" "$rom_fp"".cfg"; then
+ echo -e "video_allow_rotate = \"true\"" >> "$rom_fp"".cfg" 2>&1
+ fi
+ # Add vertical parameters (video_rotation = 1)
+ if ! grep -q "video_rotation" "$rom_fp"".cfg"; then
+ echo -e "video_rotation = \"1\"" >> "$rom_fp"".cfg" 2>&1
+ fi
+ fi
+
+# hier besser eine Standard super res.
+else
+ prep_res 320 224 60
+
+fi
+
+$path/game_res.sh
diff --git a/opt/retropie/configs/all/vertical.txt b/opt/retropie/configs/all/vertical.txt
new file mode 100644
index 0000000..b9dd188
--- /dev/null
+++ b/opt/retropie/configs/all/vertical.txt
@@ -0,0 +1,1095 @@
+005
+1941
+1942
+1943
+1943kai
+1943mii
+1945kiii
+19xx
+20pacgal
+25pacman
+39in1
+4in1
+8ball
+8ballact
+aafb
+aceattac
+acefruit
+acrobatm
+ad2083
+aerofgt
+aerofgts
+afighter
+agallet
+airass
+airattck
+airduel
+airraid
+ajax
+alcon
+alibaba
+alinvade
+alleymas
+alphaho
+alpine
+altair
+amazon
+amidar
+androidp
+andromed
+angelkds
+anmlbskt
+anteater
+apb
+arabian
+arbalest
+arcadian
+argus
+arkanoid
+arkatour
+arknoid2
+armchmp2
+armedf
+armorcar
+ashura
+aso
+assault
+astrob
+astrof
+astrowar
+asuka
+asylum
+atamanot
+atlantis
+attckufo
+avengers
+azurian
+babypac
+bagman
+ballbomb
+baluba
+barrier
+baryon
+batrider
+batsugun
+battlane
+battlnts
+battroad
+bbakraid
+bcruzm12
+beaminv
+beezer
+berenstn
+bermudat
+bgaregga
+bigbucks
+bigevglf
+bigprowr
+bikkuric
+bioatack
+birdiy
+birdtry
+bitgrpha
+bitgrphb
+bjtwin
+bking
+bking2
+bking3
+bladestl
+blastoff
+blazer
+blkhole
+block
+blockcar
+blockgal
+blswhstl
+bluehawk
+blueprnt
+boggy84
+bombbee
+bombjack
+bombsa
+bongo
+boomrang
+boonggab
+botanic
+bowl3d
+bowler
+bowlrama
+brdrline
+breakout
+brickzn
+brubber
+brvblade
+btime
+buggychl
+bullfgtr
+bullsdrt
+bwcasino
+bwings
+cadanglr
+cairblad
+calibr50
+calipso
+cannonbp
+capbowl
+captflag
+carhntds
+carjmbre
+carnival
+castfant
+catacomb
+catapult
+catnmous
+cavelon
+cbdash
+cbtime
+cburnrub
+cchasm
+cdiscon1
+cdsteljn
+centiped
+cexplore
+cfarm
+cfboy0a1
+cfghtice
+cflyball
+cgraplop
+champbwl
+chanbara
+checkman
+cheekyms
+chinhero
+chkun
+chopper
+chqflag
+chwy
+circusc
+citybomb
+ckong
+ckongpt2
+clapapa
+clocknch
+clubpacm
+cluckypo
+cmanhat
+cmissnx
+cmkenosp
+cmmb162
+cmrltv75
+cnightst
+cntsteer
+cocean1a
+cocoloco
+colony7
+combh
+commando
+commsega
+complexx
+congo
+conquer
+contra
+coozumou
+cosmica
+cosmicg
+cosmo
+cosmogng
+cosmos
+cppicf
+cprobowl
+cprogolf
+cpsoccer
+cptennis
+crbaloon
+crshrace
+crush
+crzrally
+cscrtry
+csdtenis
+cskater
+csuperas
+cterrani
+ctisland
+ctornado
+ctsttape
+curvebal
+cutieq
+cybattlr
+cyclshtg
+cyvern
+czeroize
+dai3wksi
+daikaiju
+daioh
+dambustr
+dangar
+dangseed
+darkmist
+darkwar
+darwin
+dazzler
+dblewing
+dcheese
+ddayjlc
+ddonpach
+ddp2
+ddpdfk
+ddpdoj
+ddpdojh
+dealer
+decocass
+demoneye
+desertbr
+desertwr
+destryer
+devilfsh
+devstors
+devzone
+dfkbl
+digdug
+digdug2
+digger
+diggerc
+dimahoo
+dingo
+dirtfoxj
+disco
+discoboy
+divebomb
+dkong
+dkong3
+dkongjr
+docastle
+dockman
+dogfight
+dogyuun
+dommy
+donpachi
+dorachan
+dorodon
+downtown
+draco
+dragnblz
+drakton
+dremshpr
+driftout
+drivfrcp
+drmicro
+drtoppel
+dsaber
+dspirit
+dyger
+dynadice
+dynamski
+dynobop
+earthjkr
+eeekk
+eggor
+eightfrc
+elecyoyo
+enigma2
+equites
+espgal
+espgal2
+esprade
+evilston
+exctscc2
+exctsccr
+exedexes
+exerion
+explbrkr
+extrmatn
+eyes
+f1gp
+f1gp2
+fantasia
+fantastc
+fantasy
+fastdraw
+fastlane
+fcombat
+feversos
+fghtatck
+fgoal
+fhawk
+fi6845
+fightrol
+finalizr
+firebatl
+fireshrk
+firetrap
+firetrk
+fiveside
+fixeight
+flipjack
+flyboy
+flytiger
+fnkyfish
+freekick
+freeze
+frogger
+frontlin
+fshark
+fspiderb
+fstarfrc
+funkybee
+futari15
+futaribl
+futflash
+futspy
+gaiapols
+galactic
+galaga
+galaga88
+galaxia
+galaxian
+galaxygn
+galgame
+galivan
+galmedes
+galpani2
+galpani3
+galpanic
+galsnew
+galspnbl
+galxwars
+gametngk
+gaplus
+gardia
+gbusters
+gcpinbal
+geebee
+gekiridn
+gekisou
+gemini
+gground
+ghox
+gigas
+gigasm2b
+gmgalax
+gnbarich
+goindol
+goldbug
+gomoku
+gondo
+gorf
+gp2quiz
+gp2se
+gp32
+grasspin
+grchamp
+greenber
+grindstm
+grobda
+gseeker
+gstream
+gulfstrm
+gulfwar2
+gunbird
+gunbird2
+gundealr
+gundhara
+gunfront
+gunlock
+gunnail
+gunsmoke
+guwange
+guzzler
+gwar
+gyrodine
+gyruss
+hal21
+halleys
+hamaway
+harem
+hbarrel
+headoni
+heartatk
+heiankyo
+helifire
+hero
+highsplt
+himesiki
+hoccer
+hopprobo
+horekid
+horshoes
+hotdogst
+hotpinbl
+hotshock
+hotsmash
+hstennis
+hunchbak
+huncholy
+hustler
+hwrace
+hyhoo
+hyhoo2
+ibara
+ibarablk
+igmo
+ikari
+ikaruga
+illvelo
+imago
+imgfight
+imolagp
+indianbt
+indy800
+intrepid
+invad2ct
+invaders
+invadpt2
+invds
+invho2
+invinco
+invmulti
+invqix
+invrvnge
+ipminvad
+ixion
+jack
+jackal
+jackrabt
+jantotsu
+jcross
+jin
+jjack
+joinem
+jollyjgr
+jongbou
+josvolly
+journey
+joust2
+joyfulr
+jrpacman
+jumpbug
+jumpcoas
+jumpshot
+jungler
+junofrst
+kageki
+kaitei
+kamikaze
+kamikcab
+kangaroo
+kaos
+karous
+kas89
+kbm
+kbm2nd
+kbm3rd
+kchamp
+ket
+kick
+kicker
+kikikai
+kingball
+kingdmgp
+kingofb
+koikoi
+konam80s
+kong
+kopunch
+krull
+krzybowl
+kyros
+ladybug
+ladyfrog
+ladykill
+ladymstr
+lagunar
+lasso
+lastday
+lastduel
+lastmisn
+leds2011
+legion
+lethalth
+levers
+lgtnfght
+liberate
+lizwiz
+lnc
+locomotn
+logger
+looping
+losttomb
+loverboy
+lrescue
+lsasquad
+luckyrlt
+luctoday
+lupin3
+lwings
+m660
+machomou
+macross
+macrossp
+madalien
+madgear
+madshark
+mag_time
+magspot
+magspot2
+mamonoro
+maniach
+manybloc
+mappy
+mariner
+mars
+marvins
+masterw
+matmania
+mazeinv
+mazinger
+megadon
+megazone
+mercs
+merlinmm
+metafox
+metlfrzr
+metlhawk
+mgolf
+mightguy
+mikie
+milliped
+mimonkey
+minefld
+mirax
+misncrft
+mjleague
+mmagic
+mmonkey
+mmpork
+mocapb
+mofflott
+moguchan
+monsterb
+montecar
+monymony
+monzagp
+moonal2
+mooncrst
+moonqsr
+moonwar
+motos
+mouser
+mplanets
+mrdo
+mrflea
+mrjong
+mrkougar
+mrtnt
+mrviking
+msisaac
+msjiken
+mspacman
+mspuzzle
+multiped
+mushisam
+musicbal
+mustache
+mv1sfx
+mv1sfx2
+mx5000
+mystston
+naughtyb
+navarone
+ncv1
+ncv2
+nebulray
+neobattl
+netwars
+newfant
+newsin7
+nibbler
+ninjemak
+nitrobal
+nmouse
+noahsark
+nob
+nomnlnd
+nost
+nsub
+numcrash
+nyny
+ohpaipee
+olibochu
+omega
+omegaf
+orbitron
+outzone
+overdriv
+ozmawars
+ozon1
+p911
+p9112
+pachifev
+packbang
+pacmania
+pacnpal
+pacplus
+paddlema
+pairlove
+pandoras
+panic
+panicr
+panther
+paprazzi
+para2dx
+paradise
+paradlx
+passsht
+pbaction
+pballoon
+peggle
+pengo
+percuss
+perestro
+perfrman
+phelios
+phoenix
+phozon
+pickin
+pignewt
+pinbo
+pinkswts
+pisces
+pitnrun
+playball
+pleiads
+plgirls
+plgirls2
+plusalph
+plygonet
+pntnpuzl
+pokrdice
+polaris
+pollux
+polynetw
+pooyan
+popflame
+popper
+porky
+portrait
+poundfor
+ppking
+pprobe
+progolf
+progress
+promutrv
+prosoccr
+prosport
+protennb
+prtytime
+psurge
+psychic5
+psyvar2
+psyvaria
+psyvarrv
+pturn
+puckman
+pulsar
+pushover
+puzlclub
+pwrflip
+pzlestar
+qbert
+qbertqub
+qix
+quantum
+quarterb
+quasar
+quester
+quizpun
+quizpun2
+quizqgd
+qwak
+r2dtank
+r2dx_v33
+raaspec
+rackemup
+radarscp
+radarzon
+radirgy
+raflesia
+raiden
+raiden2
+raidendx
+raiders
+rallybik
+razmataz
+rcasino
+rcirulet
+rcorsair
+rdft
+rdft2
+re800v1
+re800v3
+re900
+reaktor
+redalert
+redclash
+redlin2p
+redrobin
+redufo
+regulus
+repulse
+rescue
+retofinv
+revenger
+rfjet
+ridleofp
+roadf
+rockduck
+rockn
+rockn2
+rockn3
+rockn4
+rocktrv2
+rocnrope
+rollingc
+rompers
+rotaryf
+roundup
+route16
+rshark
+rtriv
+rumba
+ryujin
+s1945
+s1945ii
+s1945iii
+safarir
+samurai
+samuraia
+sandscrp
+sasuke
+satansat
+saturnzi
+sbagman
+sbasketb
+sbomber
+sbowling
+sbrkout
+sbugger
+schaser
+scobra
+scontra
+scorpion
+scotrsht
+scramble
+scregg
+scudhamm
+sdtennis
+sdungeon
+searchar
+seicross
+sengekis
+senjyo
+setaroul
+sexyboom
+sfkick
+sflush
+sheriff
+shienryu
+shikgam2
+shikigam
+shikigama
+shollow
+shootbul
+shors2k1
+shorse
+shorsep
+shorsepr
+shtrider
+shuffle
+shuttlei
+sianniv
+sidampkr
+sidewndr
+silvmil
+sindbadm
+sinistar
+skullfng
+skyadvnt
+skyalert
+skyarmy
+skybase
+skybump
+skychut
+skyfox
+skylancr
+skylove
+skysmash
+skysoldr
+sl2007
+slikshot
+slither
+solarfox
+solarwar
+sonicbom
+sos
+spacbeam
+spacecr
+spacefb
+spacefev
+spacefrt
+spaceg
+spaceint
+spacelnc
+spaceod
+spacetrk
+spbactn
+spcforce
+spcfrcii
+spcinv95
+spcking2
+spclaser
+spclforc
+spcpostn
+spcwarp
+spdcoin
+speakres
+spec2k
+speedbal
+spellbnd
+spfghmk2
+spiders
+springer
+spyhunt
+sqbert
+sqix
+sraider
+srdarwin
+srdmissn
+srumbler
+ssi
+ssingles
+ssmissin
+ssozumo
+sspacaho
+sspaceat
+sspeedr
+sspirits
+ssrj
+sstingry
+sstrangr
+sstrike
+sstriker
+stagger1
+starfigh
+starforc
+starjack
+starspnr
+stg
+stinger
+stmblade
+stratab
+streakng
+striv
+strtheat
+strvmstr
+stuntair
+sub
+sucasino
+sundance
+supdrapo
+superabc
+superbik
+superbon
+superbug
+superpac
+supertnk
+superwng
+superx
+supmodel
+suprglob
+suprmous
+suprridr
+suprstar
+survival
+swat
+szaxxon
+tacscan
+tactcian
+tail2nos
+talbot
+tankbatt
+tankbust
+tattack
+taxidriv
+tazmania
+tcobra2
+tdfever
+tdpgal
+tdragon
+tdragon2
+teamqb
+teedoff
+telmahjn
+tempest
+tenkomor
+tenspot
+terracre
+tharrier
+thedeep
+theend
+thehand
+thepit
+thunderl
+tigerh
+timefgtr
+timelimt
+timeplt
+timescan
+timesold
+tinv2650
+tisland
+tndrcade
+tnextspc
+tnk3
+todruaga
+tokio
+tokisens
+tomahawk
+toobin
+toprollr
+toratora
+torus
+toucheme
+tp84
+tranqgun
+travrusa
+trgheart
+tricktrp
+triplep
+tripool
+trisport
+trizeal
+tron
+truxton
+truxton2
+trvchlng
+trvmstr
+trvquest
+trvwz2
+trvwz4
+tryout
+tsamurai
+tugboat
+tunhunt
+turbo
+turbofrc
+turbotag
+turtles
+tutankhm
+twinbee
+twincobr
+twineag2
+twineagl
+twinhawk
+ultrax
+unclepoo
+undefeat
+uniwars
+unkhorse
+upndown
+upyoural
+usclssic
+valkyrie
+valtric
+vandyke
+vangrd2
+vanguard
+vanvan
+vaportra
+varth
+vasara
+vasara2
+vastar
+vectrex\3dminest
+vectrex\animactn
+vectrex\armora
+vectrex\artmastr
+vectrex\bedlam
+vectrex\berzerk
+vectrex\blitz
+vectrex\cchasm
+vectrex\ccoaster
+vectrex\cleanswp
+vectrex\darktowr
+vectrex\enginean
+vectrex\fnarzod
+vectrex\headsup
+vectrex\hyprchas
+vectrex\mailplan
+vectrex\melody
+vectrex\minestrm
+vectrex\narrowes
+vectrex\polarres
+vectrex\polepos
+vectrex\ptchduel
+vectrex\ripoff
+vectrex\rocksled
+vectrex\scramble
+vectrex\solarq
+vectrex\spacewar
+vectrex\spike
+vectrex\spinball
+vectrex\starcas
+vectrex\starhawk
+vectrex\startrek
+vectrex\testrev4
+vectrex\tourfrnc
+vectrex\webwarp
+vectrex
+vega
+victroad
+videopin
+vimana
+viprp1
+vmetal
+volfied
+vortex
+vroulet
+vsgongf
+vulgus
+wallst
+wanted
+warofbug
+warpwarp
+waterski
+wiggie
+wingforc
+wiping
+wivernwg
+wiz
+wmatch
+wndrplnt
+woodpeck
+worldwar
+wrestwar
+wrofaero
+wtennis
+wwestern
+wyvernf0
+x2222
+xevious
+xiistag
+xxmissio
+yamagchi
+yamato
+yosakdon
+youjyudn
+zaryavos
+zaviga
+zaxxon
+zerohour
+zigzagb
+zingzip
+zipzap
+zoar
+zodiack
+zzyzzyxx
diff --git a/patch.sh b/patch.sh
new file mode 100755
index 0000000..c6783d5
--- /dev/null
+++ b/patch.sh
@@ -0,0 +1,3 @@
+dialog --infobox "RetroPieRGB First Version patch 1\n\n Visit www.arcadeforge.de" 10 30
+sleep 3
+./setup.sh
diff --git a/scripts/320_240_60.sh b/scripts/320_240_60.sh
new file mode 100755
index 0000000..6aee22b
--- /dev/null
+++ b/scripts/320_240_60.sh
@@ -0,0 +1,5 @@
+vcgencmd hdmi_timings 320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1 > /dev/null
+sleep 0.3
+tvservice -e "DMT 87" > /dev/null
+sleep 0.3
+fbset -depth 8 && fbset -depth 16 -xres 320 -yres 240 > /dev/null
diff --git a/.project b/.project
new file mode 100644
index 0000000..2b159f2
--- /dev/null
+++ b/.project
@@ -0,0 +1,11 @@
+
+
+ RetroPieRGB
+
+
+
+
+
+
+
+
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..6dc7da9
--- /dev/null
+++ b/README.md
@@ -0,0 +1,26 @@
+RetroPieRGB
+===========
+
+This project contains scripts for enabling 15Khz RGB for your retro gaming setup with retropie.
+
+It needs the hardware addon pi2scart or pi2jamma to output the proper image on a CRT screen.
+
+Please goto http://www.arcadeforge.de and get this awesome gadget.
+
+
+Installation
+============
+
+Download latest retropie and install it as described on retropie wiki.
+Connect Keyboard.
+Activate wiki.
+In emulationstation press F4 to get cmd shell
+
+Type
+
+git clone https://github.com/arcadeforge/RetroPieRGB
+
+cd RetroPieRGB
+
+sudo ./setup.sh
+
diff --git a/boot/config.txt b/boot/config.txt
new file mode 100755
index 0000000..1860f84
--- /dev/null
+++ b/boot/config.txt
@@ -0,0 +1,73 @@
+# For more options and information see
+# http://rpf.io/configtxt
+# Some settings may impact device functionality. See link above for details
+
+# uncomment if you get no picture on HDMI for a default "safe" mode
+#hdmi_safe=1
+
+# uncomment this if your display has a black border of unused pixels visible
+# and your display can output without overscan
+#disable_overscan=1
+
+# uncomment the following to adjust overscan. Use positive numbers if console
+# goes off screen, and negative if there is too much border
+#overscan_left=16
+#overscan_right=16
+#overscan_top=16
+#overscan_bottom=16
+
+# uncomment to force a console size. By default it will be display's size minus
+# overscan.
+#framebuffer_width=1280
+#framebuffer_height=720
+
+# uncomment if hdmi display is not detected and composite is being output
+#hdmi_force_hotplug=1
+
+# uncomment to force a specific HDMI mode (this will force VGA)
+#hdmi_group=1
+#hdmi_mode=1
+
+# uncomment to force a HDMI mode rather than DVI. This can make audio work in
+# DMT (computer monitor) modes
+#hdmi_drive=2
+
+# uncomment to increase signal to HDMI, if you have interference, blanking, or
+# no display
+#config_hdmi_boost=4
+
+# uncomment for composite PAL
+#sdtv_mode=2
+
+#uncomment to overclock the arm. 700 MHz is the default.
+#arm_freq=800
+
+# Uncomment some or all of these to enable the optional hardware interfaces
+#dtparam=i2c_arm=on
+#dtparam=i2s=on
+#dtparam=spi=on
+
+# Uncomment this to enable the lirc-rpi module
+#dtoverlay=lirc-rpi
+
+disable_splash=1
+disable_audio_dither=1
+
+# Settings for pi2scart and pi2jamma
+
+dtoverlay=vga666
+enable_dpi_lcd=1
+display_default_lcd=1
+dpi_group=2
+dpi_mode=87
+
+hdmi_timings=320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+# Additional overlays and parameters are documented /boot/overlays/README
+
+# Enable audio (loads snd_bcm2835)
+dtparam=audio=on
+gpu_mem_256=128
+gpu_mem_512=256
+gpu_mem_1024=256
+overscan_scale=1
diff --git a/boot/config_highres.txt b/boot/config_highres.txt
new file mode 100644
index 0000000..933ae16
--- /dev/null
+++ b/boot/config_highres.txt
@@ -0,0 +1,103 @@
+# For more options and information see
+# http://rpf.io/configtxtreadme
+# Some settings may impact device functionality. See link above for details
+
+# uncomment if you get no picture on HDMI for a default "safe" mode
+#hdmi_safe=1
+disable_splash=1
+
+# uncomment this if your display has a black border of unused pixels visible
+# and your display can output without overscan
+#disable_overscan=1
+
+# uncomment the following to adjust overscan. Use positive numbers if console
+# goes off screen, and negative if there is too much border
+#overscan_left=16
+#overscan_right=16
+#overscan_top=16
+#overscan_bottom=16
+
+# uncomment to force a console size. By default it will be display's size minus
+# overscan.
+#framebuffer_width=1280
+#framebuffer_height=720
+#resolution for 24inch half size 1920 x 1200
+#framebuffer_width=960
+#framebuffer_height=600
+
+# uncomment if hdmi display is not detected and composite is being output
+#hdmi_force_hotplug=1
+
+# uncomment to force a specific HDMI mode (this will force VGA)
+#hdmi_group=1
+#hdmi_mode=1
+
+# uncomment to force a HDMI mode rather than DVI. This can make audio work in
+# DMT (computer monitor) modes
+#hdmi_drive=2
+
+# uncomment to increase signal to HDMI, if you have interference, blanking, or
+# no display
+#config_hdmi_boost=4
+
+# uncomment for composite PAL
+#sdtv_mode=2
+
+#uncomment to overclock the arm. 700 MHz is the default.
+arm_freq=800
+
+# Uncomment some or all of these to enable the optional hardware interfaces
+#dtparam=i2c_arm=on
+#dtparam=i2s=on
+#dtparam=spi=on
+
+# Uncomment this to enable the lirc-rpi module
+#dtoverlay=lirc-rpi
+
+# Additional overlays and parameters are documented /boot/overlays/README
+
+# Enable audio (loads snd_bcm2835)
+dtparam=audio=on
+#gpu_mem=512
+
+
+disable_audio_dither=1
+#audio_pwm_mode=2
+
+## Aufloesung fest einstellen ##
+################################
+##hdmi auch ohne Monitor im Betrieb
+hdmi_force_hotplug=1
+# DMT Modus aktivieren
+hdmi_group=2
+## Aufloesungen alle 60hz
+# 1024x768
+#hdmi_mode=16
+# 1280x768
+#hdmi_mode=23
+# 1366x768
+#hdmi_mode=81
+# 1920x1080
+#hdmi_mode=82
+# 1280x720p
+#hdmi_mode=85
+# 640x480
+hdmi_mode=4
+# 800x600
+#hdmi_mode=9
+# check with tvservice -s for available resolution of our monitor
+
+# oc settings
+gpu_mem=256
+#gpu_mem_256=128
+#gpu_mem_512=256
+#gpu_mem_1024=256
+#arm_freq=1450
+#gpu_freq=500
+#sdram_freq=550
+#over_voltage=8
+#force_turbo=1
+
+
+
+
diff --git a/boot/config_lowres.txt b/boot/config_lowres.txt
new file mode 100644
index 0000000..c993dcc
--- /dev/null
+++ b/boot/config_lowres.txt
@@ -0,0 +1,47 @@
+# See /boot/overlays/README for all available options
+
+disable_splash=1
+disable_audio_dither=1
+#audio_pwm_mode=2
+dtparam=audio=on
+dtoverlay=vga666
+enable_dpi_lcd=1
+display_default_lcd=1
+dpi_group=2
+dpi_mode=87
+#hdmi_timings=320 1 19 43 36 256 1 2 3 22 0 0 0 60 0 6400000 1 #256p
+
+# to move picture left and right on screen subtract and add values from
+# 3rd and 5th value
+# 16+x and 34-x moves x pixel left or right
+#
+#hdmi_timings=320 1 19 43 36 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+# no overscan but blurry
+#hdmi_timings=320 1 19 43 36 224 1 11 14 15 0 0 0 60 0 6400000 1
+
+hdmi_timings=320 1 19 43 36 240 1 2 6 14 0 0 0 60 0 6400000 1
+
+#hdmi_timings=320 1 19 43 36 240 1 2 10 10 0 0 0 60 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 3 6 17 0 0 0 59 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 5 6 20 0 0 0 58 0 6400000 1
+
+# old hdmi_timings from 2.5.2
+#hdmi_timings=320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+
+
+#framebuffer_width=320
+#framebuffer_height=240
+
+# oc settings
+gpu_mem=256
+#gpu_mem_256=128
+#gpu_mem_512=256
+#gpu_mem_1024=256
+#arm_freq=1450
+#gpu_freq=500
+#sdram_freq=550
+#over_voltage=8
+#force_turbo=1
+
diff --git a/config.txt b/config.txt
new file mode 100755
index 0000000..aedd54a
--- /dev/null
+++ b/config.txt
@@ -0,0 +1,50 @@
+# See /boot/overlays/README for all available options
+
+disable_splash=1
+disable_audio_dither=1
+#audio_pwm_mode=2
+dtparam=audio=on
+dtoverlay=vga666
+enable_dpi_lcd=1
+display_default_lcd=1
+dpi_group=2
+dpi_mode=87
+#hdmi_timings=320 1 19 43 36 256 1 2 3 22 0 0 0 60 0 6400000 1 #256p
+
+# to move picture left and right on screen subtract and add values from
+# 3rd and 5th value
+# 16+x and 34-x moves x pixel left or right
+#
+#hdmi_timings=320 1 19 43 36 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+# no overscan but blurry
+#hdmi_timings=320 1 19 43 36 224 1 11 14 15 0 0 0 60 0 6400000 1
+
+hdmi_timings=320 1 19 43 36 240 1 2 6 14 0 0 0 60 0 6400000 1
+
+#hdmi_timings=320 1 19 43 36 240 1 2 10 10 0 0 0 60 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 3 6 17 0 0 0 59 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 5 6 20 0 0 0 58 0 6400000 1
+
+# old hdmi_timings from 2.5.2
+#hdmi_timings=320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+
+
+#framebuffer_width=320
+#framebuffer_height=240
+
+# oc settings
+gpu_mem=256
+#gpu_mem_256=128
+#gpu_mem_512=256
+#gpu_mem_1024=256
+#arm_freq=1450
+#gpu_freq=500
+#sdram_freq=550
+#over_voltage=8
+#force_turbo=1
+
+es_rotate=1
+pi2jamma=0
+mme4crt_shift=30
diff --git a/etc/emulationstation/themes.sh b/etc/emulationstation/themes.sh
new file mode 100755
index 0000000..ea2d7b6
--- /dev/null
+++ b/etc/emulationstation/themes.sh
@@ -0,0 +1,190 @@
+local themes=(
+ 'arcadeforge push-a'
+ 'arcadeforge push-a-v'
+ 'arcadeforge pixel-heaven'
+ 'arcadeforge pixel-heaven-text'
+ 'arcadeforge 240p_Bubblegum'
+ 'arcadeforge 240p-honey'
+ 'RetroPie carbon'
+ 'RetroPie carbon-centered'
+ 'RetroPie carbon-nometa'
+ 'RetroPie simple'
+ 'RetroPie simple-dark'
+ 'RetroPie clean-look'
+ 'RetroPie color-pi'
+ 'RetroPie nbba'
+ 'RetroPie simplified-static-canela'
+ 'RetroPie turtle-pi'
+ 'RetroPie zoid'
+ 'ehettervik pixel'
+ 'ehettervik pixel-metadata'
+ 'ehettervik pixel-tft'
+ 'ehettervik luminous'
+ 'ehettervik minilumi'
+ 'ehettervik workbench'
+ 'AmadhiX eudora'
+ 'AmadhiX eudora-bigshot'
+ 'AmadhiX eudora-concise'
+ 'InsecureSpike retroplay-clean-canela'
+ 'InsecureSpike retroplay-clean-detail-canela'
+ 'Omnija simpler-turtlepi'
+ 'Omnija simpler-turtlemini'
+ 'Omnija metro'
+ 'lilbud material'
+ 'mattrixk io'
+ 'mattrixk metapixel'
+ 'mattrixk spare'
+ 'robertybob space'
+ 'robertybob simplebigart'
+ 'robertybob tv'
+ 'HerbFargus tronkyfran'
+ 'lilbud flat'
+ 'lilbud flat-dark'
+ 'lilbud minimal'
+ 'lilbud switch'
+ 'lilbud angular'
+ 'FlyingTomahawk futura-V'
+ 'FlyingTomahawk futura-dark-V'
+ 'G-rila fundamental'
+ 'ruckage nes-mini'
+ 'ruckage famicom-mini'
+ 'ruckage snes-mini'
+ 'anthonycaccese crt'
+ 'anthonycaccese crt-centered'
+ 'anthonycaccese art-book'
+ 'anthonycaccese art-book-4-3'
+ 'anthonycaccese art-book-pocket'
+ 'anthonycaccese art-book-micro'
+ 'anthonycaccese tft'
+ 'anthonycaccese picade'
+ 'TMNTturtleguy ComicBook'
+ 'TMNTturtleguy ComicBook_4-3'
+ 'TMNTturtleguy ComicBook_SE-Wheelart'
+ 'TMNTturtleguy ComicBook_4-3_SE-Wheelart'
+ 'ChoccyHobNob cygnus'
+ 'dmmarti steampunk'
+ 'dmmarti hurstyblue'
+ 'dmmarti maximuspie'
+ 'dmmarti showcase'
+ 'dmmarti kidz'
+ 'dmmarti unified'
+ 'dmmarti gamehat'
+ 'rxbrad freeplay'
+ 'rxbrad gbz35'
+ 'rxbrad gbz35-dark'
+ 'garaine marioblue'
+ 'garaine bigwood'
+ 'MrTomixf Royal_Primicia'
+ 'lostless playstation'
+ 'mrharias superdisplay'
+ 'coinjunkie synthwave'
+ 'nickearl retrowave'
+ 'nickearl retrowave_4_3'
+ 'pacdude minijawn'
+ 'RetroHursty69 magazinemadness'
+ 'RetroHursty69 stirling'
+ 'RetroHursty69 boxalloyred'
+ 'RetroHursty69 boxalloyblue'
+ 'RetroHursty69 greenilicious'
+ 'RetroHursty69 retroroid'
+ 'RetroHursty69 merryxmas'
+ 'RetroHursty69 cardcrazy'
+ 'RetroHursty69 license2game'
+ 'RetroHursty69 comiccrazy'
+ 'RetroHursty69 snazzy'
+ 'RetroHursty69 tributeGoT'
+ 'RetroHursty69 tributeSTrek'
+ 'RetroHursty69 tributeSWars'
+ 'RetroHursty69 crisp'
+ 'RetroHursty69 crisp_light'
+ 'RetroHursty69 primo'
+ 'RetroHursty69 primo_light'
+ 'RetroHursty69 back2basics'
+ 'RetroHursty69 retrogamenews'
+ 'RetroHursty69 bluray'
+ 'RetroHursty69 soda'
+ 'RetroHursty69 lightswitch'
+ 'RetroHursty69 darkswitch'
+ 'RetroHursty69 whiteslide'
+ 'RetroHursty69 graffiti'
+ 'RetroHursty69 whitewood'
+ 'RetroHursty69 sublime'
+ 'RetroHursty69 infinity'
+ 'RetroHursty69 neogeo_only'
+ 'RetroHursty69 boxcity'
+ 'RetroHursty69 vertical_arcade'
+ 'RetroHursty69 cabsnazzy'
+ 'RetroHursty69 garfieldism'
+ 'RetroHursty69 halloweenspecial'
+ 'RetroHursty69 heychromey'
+ 'RetroHursty69 homerism'
+ 'RetroHursty69 spaceinvaders'
+ 'RetroHursty69 disenchantment'
+ 'RetroHursty69 minions'
+ 'RetroHursty69 tmnt'
+ 'RetroHursty69 pacman'
+ 'RetroHursty69 dragonballz'
+ 'RetroHursty69 minecraft'
+ 'RetroHursty69 incredibles'
+ 'RetroHursty69 mario_melee'
+ 'RetroHursty69 evilresident'
+ 'RetroHursty69 hurstyspin'
+ 'RetroHursty69 cyber'
+ 'RetroHursty69 supersweet'
+ 'RetroHursty69 donkeykonkey'
+ 'RetroHursty69 snapback'
+ 'RetroHursty69 heman'
+ 'RetroHursty69 pitube'
+ 'RetroHursty69 batmanburton'
+ 'RetroHursty69 NegativeColor'
+ 'RetroHursty69 NegativeSepia'
+ 'RetroHursty69 corg'
+ 'RetroHursty69 mysticorb'
+ 'RetroHursty69 joysticks'
+ 'RetroHursty69 orbpilot'
+ 'RetroHursty69 bitfit'
+ 'RetroHursty69 circuit'
+ 'RetroHursty69 retroboy'
+ 'RetroHursty69 retroboy2'
+ 'RetroHursty69 hurstybluetake2'
+ 'RetroHursty69 fabuloso'
+ 'RetroHursty69 arcade1up_aspectratio54'
+ 'RetroHursty69 supersweet_aspectratio54'
+ 'RetroHursty69 heychromey_aspectratio54'
+ 'RetroHursty69 mariobrosiii'
+ 'RetroHursty69 vertical_limit_verticaltheme'
+ 'RetroHursty69 CapcomColorHorizontal'
+ 'RetroHursty69 CapcomColorSpin'
+ 'RetroHursty69 CapcomColorVertical'
+ 'RetroHursty69 bluesteel'
+ 'RetroHursty69 blueprism'
+ 'RetroHursty69 bluesmooth'
+ 'RetroHursty69 floyd'
+ 'RetroHursty69 floyd_arcade'
+ 'RetroHursty69 floyd_room'
+ 'RetroHursty69 Slick_Bluey'
+ 'RetroHursty69 Slick_Red'
+ 'RetroHursty69 ghostbusters'
+ 'RetroHursty69 realghostbusters'
+ 'RetroHursty69 stirlingness'
+ 'RetroHursty69 marco'
+ 'RetroHursty69 swatch'
+ 'RetroHursty69 meshy'
+ 'RetroHursty69 magazinemadness2'
+ 'RetroHursty69 CosmicRise'
+ 'RetroHursty69 uniflyered'
+ 'Saracade scv720'
+ 'chicueloarcade Chicuelo'
+ 'SuperMagicom nostalgic'
+ 'lipebello retrorama'
+ 'lipebello strangerstuff'
+ 'lipebello spaceoddity'
+ 'lipebello swineapple'
+ 'waweedman pii-wii'
+ 'waweedman Blade-360'
+ 'waweedman Venom'
+ 'waweedman Spider-Man'
+ 'blowfinger77 locomotion'
+ 'justincaseurskynet Arcade1up-5x4-Horizontal'
+ 'KALEL1981 Super-Retroboy'
+ )
diff --git a/etc/pikeyd165.conf b/etc/pikeyd165.conf
new file mode 100644
index 0000000..66d4c6f
--- /dev/null
+++ b/etc/pikeyd165.conf
@@ -0,0 +1,93 @@
+#pikeyd165.conf
+
+#format:
+# {keycode from /usr/include/linux/input.h} {GPIO pin no}
+# Not limited to a single key. A GPIO press will emit all defined keys in order.
+#P = Player; B = Button
+
+# P1B3 L
+KEY_SPACE 0
+# P1B4 B
+KEY_LEFTSHIFT 1
+# P1B5 A
+KEY_Z 2
+# P1B6 R
+KEY_X 3
+# P2B5
+KEY_I 4
+# P2B6
+KEY_K 5
+# P2B4
+KEY_W 6
+# P2B3
+KEY_Q 7
+# P1Left
+KEY_LEFT 8
+# P1Right
+KEY_RIGHT 9
+# P1B1 Y
+#KEY_LEFTCTRL 10
+KEY_ENTER 10
+# P1B2 X
+#KEY_LEFTALT 11
+KEY_BACKSPACE 11
+# P2B2
+KEY_S 12
+# P2B1
+KEY_A 13
+# P2Right
+KEY_G 14
+# P2Left
+KEY_D 15
+# P1Coin
+KEY_5 16
+# P1Start
+KEY_1 17
+# P1Up
+KEY_UP 18
+# P1Down
+KEY_DOWN 19
+# P2Down
+KEY_F 20
+# P2Up
+KEY_R 21
+# P2Start
+KEY_2 22
+# P2Coin
+KEY_6 23
+
+
+#special keys! bits pressed simultaniousley result in specified Key
+#maximum bits == 4
+
+# Service Menu retroarch
+# p1b2 p1start
+KEY_F1 17 11
+
+# Service Menu AdvMame, Mame4all
+# p2start p1b2 p1start
+#KEY_F2 22 11 17
+
+# Settings Mame4all
+# p2start p1b3 p1start
+#KEY_TAB 22 0 17
+
+# Quit Emulator / Game
+# p1start p1b1
+KEY_ESC 10 17
+
+# Coin Player 2
+# p1up p2start
+KEY_6 18 22
+# p2up p2start
+KEY_6 21 22
+
+# Coin Player 1
+# p1up p1start
+KEY_5 18 17
+
+# Menu C64, filter advmame
+# p2start p1b4 p1start
+#KEY_F12 22 1 17
+
+
diff --git a/home/pi/RetroPie-Setup/scriptmodules/supplementary/esthemes.sh b/home/pi/RetroPie-Setup/scriptmodules/supplementary/esthemes.sh
new file mode 100644
index 0000000..c065848
--- /dev/null
+++ b/home/pi/RetroPie-Setup/scriptmodules/supplementary/esthemes.sh
@@ -0,0 +1,337 @@
+#!/usr/bin/env bash
+
+# This file is part of The RetroPie Project
+#
+# The RetroPie Project is the legal property of its developers, whose names are
+# too numerous to list here. Please refer to the COPYRIGHT.md file distributed with this source.
+#
+# See the LICENSE.md file at the top-level directory of this distribution and
+# at https://raw.githubusercontent.com/RetroPie/RetroPie-Setup/master/LICENSE.md
+#
+
+rp_module_id="esthemes"
+rp_module_desc="Install themes for Emulation Station"
+rp_module_section="config"
+
+function depends_esthemes() {
+ if isPlatform "x11"; then
+ getDepends feh
+ else
+ getDepends fbi
+ fi
+}
+
+function install_theme_esthemes() {
+ local theme="$1"
+ local repo="$2"
+ if [[ -z "$repo" ]]; then
+ repo="RetroPie"
+ fi
+ if [[ -z "$theme" ]]; then
+ theme="carbon"
+ repo="RetroPie"
+ fi
+ mkdir -p "/etc/emulationstation/themes"
+ gitPullOrClone "/etc/emulationstation/themes/$theme" "https://github.com/$repo/es-theme-$theme.git"
+}
+
+function uninstall_theme_esthemes() {
+ local theme="$1"
+ if [[ -d "/etc/emulationstation/themes/$theme" ]]; then
+ rm -rf "/etc/emulationstation/themes/$theme"
+ fi
+}
+
+function gui_esthemes() {
+
+# . /etc/emulationstation/themes.sh
+
+local themes=(
+ 'arcadeforge push-a'
+ 'arcadeforge push-a-v'
+ 'arcadeforge pixel-heaven'
+ 'arcadeforge pixel-heaven-text'
+ 'arcadeforge 240p_Bubblegum'
+ 'arcadeforge 240p-honey'
+ 'xovox RetroCRT-240p'
+ 'xovox RetroCRT-240p-Vertical'
+ 'RetroPie carbon'
+ 'RetroPie carbon-centered'
+ 'RetroPie carbon-nometa'
+ 'RetroPie simple'
+ 'RetroPie simple-dark'
+ 'RetroPie clean-look'
+ 'RetroPie color-pi'
+ 'RetroPie nbba'
+ 'RetroPie simplified-static-canela'
+ 'RetroPie turtle-pi'
+ 'RetroPie zoid'
+ 'ehettervik pixel'
+ 'ehettervik pixel-metadata'
+ 'ehettervik pixel-tft'
+ 'ehettervik luminous'
+ 'ehettervik minilumi'
+ 'ehettervik workbench'
+ 'AmadhiX eudora'
+ 'AmadhiX eudora-bigshot'
+ 'AmadhiX eudora-concise'
+ 'InsecureSpike retroplay-clean-canela'
+ 'InsecureSpike retroplay-clean-detail-canela'
+ 'Omnija simpler-turtlepi'
+ 'Omnija simpler-turtlemini'
+ 'Omnija metro'
+ 'lilbud material'
+ 'mattrixk io'
+ 'mattrixk metapixel'
+ 'mattrixk spare'
+ 'robertybob space'
+ 'robertybob simplebigart'
+ 'robertybob tv'
+ 'HerbFargus tronkyfran'
+ 'lilbud flat'
+ 'lilbud flat-dark'
+ 'lilbud minimal'
+ 'lilbud switch'
+ 'lilbud angular'
+ 'FlyingTomahawk futura-V'
+ 'FlyingTomahawk futura-dark-V'
+ 'G-rila fundamental'
+ 'ruckage nes-mini'
+ 'ruckage famicom-mini'
+ 'ruckage snes-mini'
+ 'anthonycaccese crt'
+ 'anthonycaccese crt-centered'
+ 'anthonycaccese art-book'
+ 'anthonycaccese art-book-4-3'
+ 'anthonycaccese art-book-pocket'
+ 'anthonycaccese art-book-micro'
+ 'anthonycaccese tft'
+ 'anthonycaccese picade'
+ 'TMNTturtleguy ComicBook'
+ 'TMNTturtleguy ComicBook_4-3'
+ 'TMNTturtleguy ComicBook_SE-Wheelart'
+ 'TMNTturtleguy ComicBook_4-3_SE-Wheelart'
+ 'ChoccyHobNob cygnus'
+ 'dmmarti steampunk'
+ 'dmmarti hurstyblue'
+ 'dmmarti maximuspie'
+ 'dmmarti showcase'
+ 'dmmarti kidz'
+ 'dmmarti unified'
+ 'dmmarti gamehat'
+ 'rxbrad freeplay'
+ 'rxbrad gbz35'
+ 'rxbrad gbz35-dark'
+ 'garaine marioblue'
+ 'garaine bigwood'
+ 'MrTomixf Royal_Primicia'
+ 'lostless playstation'
+ 'mrharias superdisplay'
+ 'coinjunkie synthwave'
+ 'nickearl retrowave'
+ 'nickearl retrowave_4_3'
+ 'pacdude minijawn'
+ 'RetroHursty69 magazinemadness'
+ 'RetroHursty69 stirling'
+ 'RetroHursty69 boxalloyred'
+ 'RetroHursty69 boxalloyblue'
+ 'RetroHursty69 greenilicious'
+ 'RetroHursty69 retroroid'
+ 'RetroHursty69 merryxmas'
+ 'RetroHursty69 cardcrazy'
+ 'RetroHursty69 license2game'
+ 'RetroHursty69 comiccrazy'
+ 'RetroHursty69 snazzy'
+ 'RetroHursty69 tributeGoT'
+ 'RetroHursty69 tributeSTrek'
+ 'RetroHursty69 tributeSWars'
+ 'RetroHursty69 crisp'
+ 'RetroHursty69 crisp_light'
+ 'RetroHursty69 primo'
+ 'RetroHursty69 primo_light'
+ 'RetroHursty69 back2basics'
+ 'RetroHursty69 retrogamenews'
+ 'RetroHursty69 bluray'
+ 'RetroHursty69 soda'
+ 'RetroHursty69 lightswitch'
+ 'RetroHursty69 darkswitch'
+ 'RetroHursty69 whiteslide'
+ 'RetroHursty69 graffiti'
+ 'RetroHursty69 whitewood'
+ 'RetroHursty69 sublime'
+ 'RetroHursty69 infinity'
+ 'RetroHursty69 neogeo_only'
+ 'RetroHursty69 boxcity'
+ 'RetroHursty69 vertical_arcade'
+ 'RetroHursty69 cabsnazzy'
+ 'RetroHursty69 garfieldism'
+ 'RetroHursty69 halloweenspecial'
+ 'RetroHursty69 heychromey'
+ 'RetroHursty69 homerism'
+ 'RetroHursty69 spaceinvaders'
+ 'RetroHursty69 disenchantment'
+ 'RetroHursty69 minions'
+ 'RetroHursty69 tmnt'
+ 'RetroHursty69 pacman'
+ 'RetroHursty69 dragonballz'
+ 'RetroHursty69 minecraft'
+ 'RetroHursty69 incredibles'
+ 'RetroHursty69 mario_melee'
+ 'RetroHursty69 evilresident'
+ 'RetroHursty69 hurstyspin'
+ 'RetroHursty69 cyber'
+ 'RetroHursty69 supersweet'
+ 'RetroHursty69 donkeykonkey'
+ 'RetroHursty69 snapback'
+ 'RetroHursty69 heman'
+ 'RetroHursty69 pitube'
+ 'RetroHursty69 batmanburton'
+ 'RetroHursty69 NegativeColor'
+ 'RetroHursty69 NegativeSepia'
+ 'RetroHursty69 corg'
+ 'RetroHursty69 mysticorb'
+ 'RetroHursty69 joysticks'
+ 'RetroHursty69 orbpilot'
+ 'RetroHursty69 bitfit'
+ 'RetroHursty69 circuit'
+ 'RetroHursty69 retroboy'
+ 'RetroHursty69 retroboy2'
+ 'RetroHursty69 hurstybluetake2'
+ 'RetroHursty69 fabuloso'
+ 'RetroHursty69 arcade1up_aspectratio54'
+ 'RetroHursty69 supersweet_aspectratio54'
+ 'RetroHursty69 heychromey_aspectratio54'
+ 'RetroHursty69 mariobrosiii'
+ 'RetroHursty69 vertical_limit_verticaltheme'
+ 'RetroHursty69 CapcomColorHorizontal'
+ 'RetroHursty69 CapcomColorSpin'
+ 'RetroHursty69 CapcomColorVertical'
+ 'RetroHursty69 bluesteel'
+ 'RetroHursty69 blueprism'
+ 'RetroHursty69 bluesmooth'
+ 'RetroHursty69 floyd'
+ 'RetroHursty69 floyd_arcade'
+ 'RetroHursty69 floyd_room'
+ 'RetroHursty69 Slick_Bluey'
+ 'RetroHursty69 Slick_Red'
+ 'RetroHursty69 ghostbusters'
+ 'RetroHursty69 realghostbusters'
+ 'RetroHursty69 stirlingness'
+ 'RetroHursty69 marco'
+ 'RetroHursty69 swatch'
+ 'RetroHursty69 meshy'
+ 'RetroHursty69 magazinemadness2'
+ 'RetroHursty69 CosmicRise'
+ 'RetroHursty69 uniflyered'
+ 'Saracade scv720'
+ 'chicueloarcade Chicuelo'
+ 'SuperMagicom nostalgic'
+ 'lipebello retrorama'
+ 'lipebello strangerstuff'
+ 'lipebello spaceoddity'
+ 'lipebello swineapple'
+ 'waweedman pii-wii'
+ 'waweedman Blade-360'
+ 'waweedman Venom'
+ 'waweedman Spider-Man'
+ 'blowfinger77 locomotion'
+ 'justincaseurskynet Arcade1up-5x4-Horizontal'
+ 'KALEL1981 Super-Retroboy'
+ )
+
+
+ while true; do
+ local theme
+ local installed_themes=()
+ local repo
+ local options=()
+ local status=()
+ local default
+
+ local gallerydir="/etc/emulationstation/es-theme-gallery"
+ if [[ -d "$gallerydir" ]]; then
+ status+=("i")
+ options+=(G "View or Update Theme Gallery")
+ else
+ status+=("n")
+ options+=(G "Download Theme Gallery")
+ fi
+
+ options+=(U "Update all installed themes")
+
+ local i=1
+ for theme in "${themes[@]}"; do
+ theme=($theme)
+ repo="${theme[0]}"
+ theme="${theme[1]}"
+ if [[ -d "/etc/emulationstation/themes/$theme" ]]; then
+ status+=("i")
+ options+=("$i" "Update or Uninstall $repo/$theme (installed)")
+ installed_themes+=("$theme $repo")
+ else
+ status+=("n")
+ options+=("$i" "Install $repo/$theme")
+ fi
+ ((i++))
+ done
+ local cmd=(dialog --default-item "$default" --backtitle "$__backtitle" --menu "Choose an option" 22 76 16)
+ local choice=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
+ default="$choice"
+ [[ -z "$choice" ]] && break
+ case "$choice" in
+ G)
+ if [[ "${status[0]}" == "i" ]]; then
+ options=(1 "View Theme Gallery" 2 "Update Theme Gallery" 3 "Remove Theme Gallery")
+ cmd=(dialog --backtitle "$__backtitle" --menu "Choose an option for gallery" 12 40 06)
+ local choice=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
+ case "$choice" in
+ 1)
+ cd "$gallerydir"
+ if isPlatform "x11"; then
+ feh --info "echo %f" --slideshow-delay 6 --fullscreen --auto-zoom --filelist images.list
+ else
+ fbi --timeout 6 --once --autozoom --list images.list
+ fi
+ ;;
+ 2)
+ gitPullOrClone "$gallerydir" "https://github.com/wetriner/es-theme-gallery"
+ ;;
+ 3)
+ if [[ -d "$gallerydir" ]]; then
+ rm -rf "$gallerydir"
+ fi
+ ;;
+ esac
+ else
+ gitPullOrClone "$gallerydir" "http://github.com/wetriner/es-theme-gallery"
+ fi
+ ;;
+ U)
+ for theme in "${installed_themes[@]}"; do
+ theme=($theme)
+ rp_callModule esthemes install_theme "${theme[0]}" "${theme[1]}"
+ done
+ ;;
+ *)
+ theme=(${themes[choice-1]})
+ repo="${theme[0]}"
+ theme="${theme[1]}"
+ if [[ "${status[choice]}" == "i" ]]; then
+ options=(1 "Update $repo/$theme" 2 "Uninstall $repo/$theme")
+ cmd=(dialog --backtitle "$__backtitle" --menu "Choose an option for theme" 12 40 06)
+ local choice=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
+ case "$choice" in
+ 1)
+ rp_callModule esthemes install_theme "$theme" "$repo"
+ ;;
+ 2)
+ rp_callModule esthemes uninstall_theme "$theme"
+ ;;
+ esac
+ else
+ rp_callModule esthemes install_theme "$theme" "$repo"
+ fi
+ ;;
+ esac
+ done
+}
diff --git a/home/pi/RetroPie/retropiemenu/Update RetroPieRGB.sh b/home/pi/RetroPie/retropiemenu/Update RetroPieRGB.sh
new file mode 100755
index 0000000..4246659
--- /dev/null
+++ b/home/pi/RetroPie/retropiemenu/Update RetroPieRGB.sh
@@ -0,0 +1,6 @@
+dir=$(pwd)
+cd /home/pi/RetroPieRGB
+sudo -s git pull origin master
+chmod +x patch.sh
+./patch.sh
+cd $dir
diff --git a/home/pi/RetroPie/retropiemenu/rotate screen.sh b/home/pi/RetroPie/retropiemenu/rotate screen.sh
new file mode 100755
index 0000000..64100ed
--- /dev/null
+++ b/home/pi/RetroPie/retropiemenu/rotate screen.sh
@@ -0,0 +1,33 @@
+#####
+# this scripts rotates screen for emulationstation
+# Author Jochen Zurborg
+# Date : 06.11.2019
+#
+# This script is made for hardware pi2scart and pi2jamma from www.arcadeforge.de
+
+setterm -foreground black -store
+
+killall emulationstation > /dev/null 2>&1
+clear
+
+sleep 1
+
+# params was already fetched
+. /home/pi/rgb_config.sh
+
+
+new_rotate=$(( $es_rotate + 1 ))
+if [ $new_rotate -eq 4 ] ; then
+ new_rotate=0
+fi
+
+#echo "starting emulationstation with rotate $new_rotate"
+#sleep 1
+sudo sed -i "s/^es_rotate.*/es_rotate=$new_rotate/" /boot/config.txt
+
+sed -i "s/^es_rotate.*/es_rotate=$new_rotate/" /home/pi/rgb_config.sh
+
+setterm -foreground white -store
+
+emulationstation --screenrotate $new_rotate
+
diff --git a/home/pi/rgb_default_config.sh b/home/pi/rgb_default_config.sh
new file mode 100644
index 0000000..fa11f33
--- /dev/null
+++ b/home/pi/rgb_default_config.sh
@@ -0,0 +1,4 @@
+es_rotate=0
+pi2jamma=0
+rgb_screen_shift=-15
+rgb_screen_width=2
diff --git a/howto_git.txt b/howto_git.txt
new file mode 100644
index 0000000..eb9e571
--- /dev/null
+++ b/howto_git.txt
@@ -0,0 +1,42 @@
+Author : Jochen Zurborg
+Date : 04.11.2019
+
+Find here a quick tutorial how to use git for our little project.
+
+Downloading this repository
+===========================
+
+git clone https://github.com/arcadeforge/runcommand
+
+Enabling your account
+=====================
+
+git config --global user.name "yourname"
+git config --global user.email "youremail"
+
+
+What happened since my last changes?
+====================================
+
+git status
+
+Adding edited files to your local repository
+============================================
+
+- easy way
+git add .
+
+- file specific
+git add yourfilename
+
+Commit changes to repository
+============================
+
+git commit -m"What you did"
+
+Uploading changes to github.com
+===============================
+
+git push
+
+
diff --git a/opt/retropie/configs/all/arcade_res_table.txt b/opt/retropie/configs/all/arcade_res_table.txt
new file mode 100644
index 0000000..0666ae7
--- /dev/null
+++ b/opt/retropie/configs/all/arcade_res_table.txt
@@ -0,0 +1,4840 @@
+1941;"1941 - Counter Attack - 1941 - Counter Attack (900227 World)";384x224@60;V
+1941j;"1941 - Counter Attack (Japan)";384x224@60;V
+1941r1;"1941 - Counter Attack (World)";384x224@60;V
+1941u;"1941 - Counter Attack (900227 USA)";384x224@60;V
+1942;"1942 (Jpn) - 1942 (Revision B)";256x224@60;V
+1942a;"1942 (Jpn, Alt) - 1942 (Revision A)";256x224@60;V
+1942abl;"1942 (Revision A, bootleg)";256x224@60;V
+1942b;"1942 (First Version)";256x224@60;V
+1942c64;"1942 (C64 Music)";256x224@60;V
+1942h;"Supercharger 1942";256x224@60;V
+1942w;"1942 (Williams Electronics license)";256x224@60;V
+1943;"1943: The Battle of Midway (Euro)";256x224@60;V
+1943b;"1943: The Battle of Midway (bootleg set 1, hack of Jap";256x224@60;V
+1943b2;"1943: The Battle of Midway (bootleg set 2, hack of Jap";256x224@60;V
+1943bj;"1943: Midway Kaisen (bootleg)";256x224@60;V
+1943j;"1943: Midway Kaisen (Japan, Rev B)";256x224@60;V
+1943ja;"1943: Midway Kaisen (Japan)";256x224@60;V
+1943ja2;"1943: The Battle of Midway (hack of Japan set)";256x224@60;V
+1943kai;"1943 Kai - 1943 Kai: Midway Kaisen (Japan)";256x224@60;V
+1943mii;"1943: The Battle of Midway Mark II (US)";256x224@60;V
+1943u;"1943: The Battle of Midway (US, Rev C)";256x224@60;V
+1943ua;"1943: The Battle of Midway (US)";256x224@60;V
+1944;"1944 - the loop master (000620 USA)";384x224@60;H
+1944ad;"1944 - the loop master (000620 USA Phoenix Edition, al";384x224@60;H
+1944d;"1944 - the loop master (000620 USA Phoenix Edition)";384x224@60;H
+1944j;"1944 - the loop master (000620 Japan)";384x224@60;H
+1945kiii;"1945k III (newer, OPCX2 PCB)";320x224@60;V
+1945kiiin;"1945k III (newer, OPCX1 PCB)";320x224@60;V
+1945kiiio;"1945k III (older, OPCX1 PCB)";320x224@60;V
+19xx;"19XX - the war against destiny (951207 USA)";384x224@60;V
+19xxa;"19XX - the war against destiny (960104 Asia)";384x224@60;V
+19xxar1;"19XX - the war against destiny (951207 Asia)";384x224@60;V
+19xxb;"19XX - the war against destiny (951218 Brazil)";384x224@60;V
+19xxd;"19XX - the war against destiny (951207 USA Phoenix Edi";384x224@60;V
+19xxh;"19XX - the war against destiny (951218 Hispanic)";384x224@60;V
+19xxj;"19XX - the war against destiny (960104 Japan, yellow c";384x224@60;V
+19xxjr1;"19XX - the war against destiny (951225 Japan)";384x224@60;V
+19xxjr2;"19XX - the war against destiny (951207 Japan)";384x224@60;V
+2020bb;"2020 Super Baseball (set 1) - Super Baseball 2020 (Euro, USA)";304x224@59;H
+2020bba;"2020 Super Baseball (set 2)";304x224@59;H
+2020bbh;"2020 Super Baseball (set 3)";304x224@59;H
+3countb;"3 Count Bout / Fire Suplex (NGM-043)(NGH-043)";320x224@59;H
+3countba;"3 Count Bout / Fire Suplex (NGM-043)";320x224@59;H
+3in1semi;"XESS - The New Revolution (SemiCom 3-in-1)";256x224@58;H
+3kokushi;"Sankokushi (Japan)";320x240@60;H
+3wonders;"Three Wonders (wonder 3 910520 etc)";384x224@60;H
+3wondersb;"Three Wonders (bootleg set 2, wonder 3 910520 etc)";384x224@60;H
+3wondersh;"Three Wonders (bootleg set 1, wonder 3 910520 etc)";384x224@60;H
+3wondersha;"Three Wonders (bootleg set 3, wonder 3 910520 etc)";384x224@60;H
+3wondersr1;"Three Wonders (wonder 3 910513 etc)";384x224@60;H
+3wondersu;"Three Wonders (wonder 3 910520 USA)";384x224@60;H
+4dwarrio;"4-D Warriors (315-5162)";256x224@60;H
+4enraya;"4 En Raya (set 1)";256x224@60;H
+4enrayaa;"4 En Raya (set 2)";256x224@60;H
+4in1;"4 Fun in 1 - Sega Game Pack 4 in 1 (Euro)";256x224@60;V
+4in1boot;"Puzzle King";256x224@58;H
+4play;"4 player input test";304x224@59;H
+600;"600";256x224@60;V
+64street;"64th. Street - A Detective Story (World)";256x224@60;H
+64streetj;"64th. Street - A Detective Story (Japan, set 1)";256x224@60;H
+64streetja;"64th. Street - A Detective Story (Japan, alt)";256x224@60;H
+720;"720° (Atari System 2)";512x384@60;H
+7ordi;"7 Ordi (Korea)";320x240@60;H
+7toitsu;"Chi-Toitsu";384x240@60;H
+800fath;"800 Fathoms";256x224@60;V
+88games;"'88 Games";304x224@60;H
+8bpm;"Eight Ball Action (Pac-Man conversion)";256x224@60;V
+99lstwar;"'99: The Last War";288x224@60;V
+99lstwara;"'99: The Last War (alternate)";288x224@60;V
+99lstwark;"'99: The Last War (Kyugo)";288x224@60;V
+abcop;"A.B. Cop (World, FD1094 317-0169b)";320x224@60;H
+abcopd;"A.B. Cop (World, FD1094 317-0169b decrypted)";320x224@60;H
+abcopj;"A.B. Cop (Japan, FD1094 317-0169b)";320x224@60;H
+abcopjd;"A.B. Cop (Japan, FD1094 317-0169b decrypted)";320x224@60;H
+abscam;"Abscam";288x224@60;V
+aburner;"After Burner - After Burner (World)";320x224@60;H
+aburner2;"After Burner II - After Burner II - After Burner II (Euro, USA)";320x224@60;H
+aburner2g;"After Burner II (German)";320x224@60;H
+aceattac;"Ace Attacker (FD1094 317-0059)";320x224@60;V
+aceattaca;"Ace Attacker (Japan, System 16A, FD1094 317-0060)";320x224@60;V
+acitya;"Atlantic City Action";288x224@60;V
+acrobatm;"Acrobat Mission";256x224@56;V
+actfancr;"Act-Fancer Cybernetick Hyper Weapon (World revision 2)";256x240@60;H
+actfancr1;"Act-Fancer Cybernetick Hyper Weapon (World revision 1)";256x240@60;H
+actfancrj;"Act-Fancer Cybernetick Hyper Weapon (Japan revision 1)";256x240@60;H
+ad2083;"A.D. 2083";256x224@60;V
+aeroboto;"Aeroboto";248x224@60;H
+aerofgt;"Aero Fighters";320x224@60;V
+aerofgtb;"Aero Fighters (Turbo Force hardware set 1)";320x224@60;V
+aerofgtc;"Aero Fighters (Turbo Force hardware set 2)";320x224@60;V
+afighter;"Action Fighter, FD1089A 317-0018";320x224@60;V
+agallet;"Air Gallet (Europe)";320x240@58;V
+agalleta;"Air Gallet (older, Europe)";320x240@58;V
+agalletah;"Air Gallet (older, Hong Kong)";320x240@58;V
+agalletaj;"Akuu Gallet (older, Japan)";320x240@58;V
+agalletak;"Air Gallet (older, Korea)";320x240@58;V
+agalletat;"Air Gallet (older, Taiwan)";320x240@58;V
+agalletau;"Air Gallet (older, USA)";320x240@58;V
+agalleth;"Air Gallet (Hong Kong)";320x240@58;V
+agalletj;"Akuu Gallet (Japan)";320x240@58;V
+agalletk;"Air Gallet (Korea)";320x240@58;V
+agallett;"Air Gallet (Taiwan)";320x240@58;V
+agalletu;"Air Gallet (USA)";320x240@58;V
+agentx1;"Agent X (prototype, rev 1)";256x232@60;H
+agentx2;"Agent X (prototype, rev 2)";256x232@60;H
+agentx3;"Agent X (prototype, rev 3)";256x232@60;H
+agentx4;"Agent X (prototype, rev 4)";256x232@60;H
+agress;"Agress";320x240@58;H
+agressb;"Agress (English bootleg)";320x240@58;H
+airass;"Air Assault (World)";320x240@60;V
+airattck;"Air Attack (set 1)";256x224@56;V
+airattcka;"Air Attack (set 2)";256x224@56;V
+airbustr;"Air Buster: Trouble Specialty Raid Unit (USA) - Air Buster: Trouble Specialty Raid Unit (World)";256x224@60;H
+airbustrb;"Air Buster: Trouble Specialty Raid Unit (bootleg)";256x224@60;H
+airbustrj;"Air Buster: Trouble Specialty Raid Unit (Japan)";256x224@60;H
+airduel;"Air Duel (World, M82-A-A + M82-B-A)";384x256@55;V
+airduelm72;"Air Duel (Japan, M72)";384x256@55;V
+airwolf;"Airwolf";288x224@60;H
+airwolfa;"Airwolf (US)";288x224@60;H
+ajax;"Ajax";304x224@60;V
+ajaxj;"Ajax (Japan)";304x224@60;V
+akkanvdr;"Akkanbeder (Ver 2.5J 1995/06/14)";320x224@60;V
+akumajou;"Akuma-Jou Dracula (Japan ver. P)";256x224@60;H
+akumajoun;"Akuma-Jou Dracula (Japan ver. N)";256x224@60;H
+alcon;"Alcon (US) - Falcon - Falcon (bootleg of Phoenix) (8085A CPU)";280x240@60;V
+alexkidd;"Alex Kidd in Miracle World (Euro, USA, v1) - Alex Kidd in Miracle World (Tw, SMS Mode) - Alex Kidd in the Enchanted Castle (Euro, Rev. A) - Alex Kidd: The Lost Stars (set 2, unprotected)";320x224@60;H
+alexkidd1;"Alex Kidd in Miracle World (Euro, USA, v0) - Alex Kidd in the Enchanted Castle (Euro) - Alex Kidd: The Lost Stars (set 1, FD1089A 317-unknown)";320x224@60;H
+alibaba;"Ali Baba and 40 Thieves - Alibaba and 40 Thieves (Jpn) - Alibaba and 40 Thieves (Kor)";288x224@60;V
+alibabab;"Alibaba and 40 Thieves (Jpn, Alt 2) - Mustafa and 40 Thieves (bootleg)";288x224@60;V
+aliencha;"Alien Challenge (World)";448x224@60;H
+alienchac;"Alien Challenge (China)";448x224@60;H
+aliens;"Aliens (World set 1) - Aliens - Alien 2 (Jpn)";288x224@60;H
+aliens2;"Aliens (World set 2)";288x224@60;H
+aliens3;"Aliens (World set 3)";288x224@60;H
+aliensa;"Aliens (Asia) - Aliens - Alien 2 (Jpn, Alt)";288x224@60;H
+aliensec;"Alien Sector";288x224@60;H
+aliensj;"Aliens (Japan set 1)";288x224@60;H
+aliensj2;"Aliens (Japan set 2)";288x224@60;H
+aliensu;"Aliens (US)";288x224@60;H
+aliensyn;"Alien Syndrome (Euro, USA) - Alien Syndrome (Euro, USA, Bra) - Alien Syndrome (set 4, System 16B, unprotected)";320x224@60;H
+aliensyn2;"Alien Syndrome (set 2, System 16A, FD1089A 317-0033)";320x224@60;H
+aliensyn3;"Alien Syndrome (set 3, System 16B, FD1089A 317-0033)";320x224@60;H
+aliensyn5;"Alien Syndrome (set 5, System 16A, FD1089B 317-0037)";320x224@60;H
+aliensyn7;"Alien Syndrome (set 7, System 16B, MC-8123B 317-00xx)";320x224@60;H
+aliensynj;"Alien Syndrome (Jpn) - Alien Syndrome (Jpn) - Alien Syndrome (set 6, Japan, new, System 16B, FD1089A";320x224@60;H
+aliensynjo;"Alien Syndrome (set 1, Japan, old, System 16A, FD1089A";320x224@60;H
+aligatorun;"Alligator Hunt (unprotected)";320x240@60;H
+alinvade;"Alien Invaders";128x128@60;V
+alpham2;"Alpha Mission II / ASO II - Last Guardian (NGM-007)(NG";304x224@59;H
+alpham2p;"Alpha Mission II / ASO II - Last Guardian (prototype)";304x224@59;H
+alphamis;"Alpha Mission";288x216@60;V
+alphaxz;"The Alphax Z (Japan)";256x224@60;V
+altbeast;"Altered Beast (Euro, USA) - Altered Beast (Euro, USA, Bra) - Altered Beast (set 8, 8751 317-0078)";320x224@60;H
+altbeast2;"Altered Beast (set 2, MC-8123B 317-0066)";320x224@60;H
+altbeast4;"Altered Beast (set 4, MC-8123B 317-0066)";320x224@60;H
+altbeast5;"Altered Beast (set 5, FD1094 317-0069)";320x224@60;H
+altbeast5d;"Altered Beast (set 5, FD1094 317-0069 decrypted)";320x224@60;H
+altbeast6;"Altered Beast (set 6, 8751 317-0076)";320x224@60;H
+altbeastj;"Juuouki (set 7, Japan, 8751 317-0077)";320x224@60;H
+altbeastj1;"Juuouki (set 1, Japan, FD1094 317-0065)";320x224@60;H
+altbeastj3;"Juuouki (set 3, Japan, FD1094 317-0068)";320x224@60;H
+altbeastj3d;"Juuouki (set 3, Japan, FD1094 317-0068 decrypted)";320x224@60;H
+amatelas;"Sei Senshi Amatelass";256x224@60;V
+amazon;"Soldier Girl Amazon";256x224@60;V
+ambush;"Ambush";256x224@60;H
+ambushh;"Ambush (hack?)";256x224@60;H
+ambushj;"Ambush (Japan)";256x224@60;H
+ambushv;"Ambush (Volt Elec co-ltd)";256x224@60;H
+amidar;"Amidar";256x224@60;V
+amidar1;"Amidar (older)";256x224@60;V
+amidarb;"Amidar (bootleg)";256x224@60;V
+amidaro;"Amidar (Olympia)";256x224@60;V
+amidars;"Amidar (Scramble hardware)";256x224@60;V
+amidaru;"Amidar (Stern)";256x224@60;V
+amigo;"Amigo";256x224@60;V
+androdun;"Andro Dunos (NGM-049)(NGH-049)";304x224@59;H
+androidp;"Android (prototype, later build)";256x192@60;V
+androidpo;"Android (prototype, early build)";256x192@60;V
+angelkds;"Angel Kids (Japan)";256x240@60;V
+anteater;"Anteater";256x224@60;V
+anteaterg;"Ameisenbaer (German)";256x224@60;V
+anteateruk;"The Anteater (UK)";256x224@60;V
+aodk;"Aggressors of Dark Kombat / Tsuukai GANGAN Koushinkyok";304x224@59;H
+aof;"Art of Fighting (Euro) - Art of Fighting / Ryuuko no Ken (NGM-044)(NGH-044)";304x224@59;H
+aof2;"Art of Fighting 2 / Ryuuko no Ken 2 (NGM-056)";304x224@59;H
+aof2a;"Art of Fighting 2 / Ryuuko no Ken 2 (NGH-056)";304x224@59;H
+aof3;"Art of Fighting 3 - The Path of the Warrior / Art of F";304x224@59;H
+aof3k;"Art of Fighting 3 - The Path of the Warrior (Korean re";304x224@59;H
+apb;"APB - All Points Bulletin (Atari System 2)";512x384@60;V
+aponow;"Apocaljpse Now";256x224@60;V
+appoooh;"Appoooh";256x224@60;H
+aquajack;"Aquajack (World)";320x240@60;H
+aquajackj;"Aquajack (Japan)";320x240@60;H
+aquajacku;"Aquajack (US)";320x240@60;H
+aquarium;"Aquarium (US)";320x256@60;H
+aquariumj;"Aquarium (Japan)";320x256@60;H
+arabian;"Arabian";256x234@60;V
+arabiana;"Arabian (Atari)";256x234@60;V
+arabianm;"Arabian Magic (Ver 1.0O 1992/07/06)";320x224@60;H
+arabianmj;"Arabian Magic (Ver 1.0J 1992/07/06)";320x224@60;H
+arabianmu;"Arabian Magic (Ver 1.0A 1992/07/06)";320x224@60;H
+aracnis;"Aracnis (bootleg of Scorpion on Moon Cresta hardware)";256x224@60;V
+arbalest;"Arbalester";384x224@60;V
+arcadian;"Arcadia (NMK)";384x224@56;V
+area88;"Area 88 (Japan)";384x224@60;H
+area88r;"Area 88 (Japan Resale ver.)";384x224@60;H
+arian;"Arian Mission";288x216@60;V
+ark1ball;"Arkanoid (bootleg with MCU, harder)";256x224@60;V
+ark1balla;"Arkanoid (bootleg with MCU, harder, alt)";256x224@60;V
+arkangc;"Arkanoid (Game Corporation bootleg, set 1)";256x224@60;V
+arkangc2;"Arkanoid (Game Corporation bootleg, set 2)";256x224@60;V
+arkanoid;"Arkanoid (Euro?) - Arkanoid (World, oldest rev)";256x224@60;V
+arkanoidj;"Arkanoid (Japan) - Arkanoid (Jpn)";256x224@60;V
+arkanoidja;"Arkanoid (Japan, older rev) - Arkanoid (Jpn, Alt)";256x224@60;V
+arkanoidjb;"Arkanoid (Japan, oldest rev)";256x224@60;V
+arkanoidjbl;"Arkanoid (bootleg with MCU set 1)";256x224@60;V
+arkanoidjbl2;"Arkanoid (bootleg with MCU set 2)";256x224@60;V
+arkanoidjbla;"Arkanoid (bootleg with MCU, alt)";256x224@60;V
+arkanoidu;"Arkanoid (US)";256x224@60;V
+arkanoiduo;"Arkanoid (US, oldest rev)";256x224@60;V
+arkarea;"Ark Area";256x192@60;H
+arkatayt;"Arkanoid (Tayto bootleg)";256x224@60;V
+arkatour;"Tournament Arkanoid (US)";256x224@60;V
+arkbloc2;"Block (Game Corporation bootleg, set 2)";256x224@60;V
+arkblock;"Block (Game Corporation bootleg, set 1)";256x224@60;V
+arkgcbl;"Arkanoid (bootleg on Block hardware)";256x224@60;V
+arknoid2;"Arkanoid - Revenge of DOH (World)";256x224@60;V
+arknoid2b;"Arkanoid - Revenge of DOH (Japan bootleg)";256x224@60;V
+arknoid2j;"Arkanoid - Revenge of DOH (Japan)";256x224@60;V
+arknoid2u;"Arkanoid - Revenge of DOH (US)";256x224@60;V
+arkretrn;"Arkanoid Returns (Ver 2.02O 1997/02/10)";320x232@60;H
+arkretrnj;"Arkanoid Returns (Ver 2.02J 1997/02/10)";320x232@60;H
+arkretrnu;"Arkanoid Returns (Ver 2.02A 1997/02/10)";320x232@60;H
+arktayt2;"Arkanoid (Tayto bootleg, harder)";256x224@60;V
+armedf;"Armed Formation - Armed Formation F";320x240@57;V
+armedff;"Armed Formation (Fillmore license)";320x240@57;V
+armorcar;"Armored Car (set 1)";256x224@60;V
+armorcar2;"Armored Car (set 2)";256x224@60;V
+armwar;"Armored Warriors (941024 Europe)";384x224@60;H
+armwar1d;"Armored Warriors (941011 Europe Phoenix Edition)";384x224@60;H
+armwara;"Armored Warriors (941024 Asia)";384x224@60;H
+armwarar1;"Armored Warriors (940920 Asia)";384x224@60;H
+armwarr1;"Armored Warriors (941011 Europe)";384x224@60;H
+armwaru;"Armored Warriors (941024 USA)";384x224@60;H
+armwaru1;"Armored Warriors (940920 USA)";384x224@60;H
+armwrest;"Arm Wrestling";448x256@60;V
+ashnojoe;"Ashita no Joe (Japan)";288x208@60;H
+ashura;"Ashura (Jpn) - Ashura Blaster (World)";320x224@60;V
+ashuraj;"Ashura Blaster (Japan)";320x224@60;V
+ashurau;"Ashura Blaster (US)";320x224@60;V
+asideral;"Ataque Sideral (Spanish bootleg of UniWar S)";256x224@60;V
+aso;"ASO - Armored Scrum Object";288x216@60;V
+assault;"Assault (Rev B) - Desert Assault (US)";288x224@60;V
+assaultj;"Assault (Japan)";288x224@60;V
+assaultp;"Assault Plus (Japan)";288x224@60;V
+asterix;"Asterix (Euro, v1) - Asterix (ver EAD)";288x224@60;H
+asterixaad;"Asterix (ver AAD)";288x224@60;H
+asterixeaa;"Asterix (ver EAA)";288x224@60;H
+asterixeac;"Asterix (ver EAC)";288x224@60;H
+asterixj;"Asterix (ver JAD)";288x224@60;H
+astorm;"Alien Storm (Euro, Bra) - Alien Storm (set 4, World, 2 Players, FD1094 317-0154) - Alien Storm (World)";320x224@60;H
+astorm3;"Alien Storm (set 3, World, 3 Players, FD1094 317-0148)";320x224@60;H
+astorm3d;"Alien Storm (set 3, World, 3 Players, FD1094 317-0148";320x224@60;H
+astormj;"Alien Storm (set 1, Japan Rev B, 2 Players, FD1094 317";320x224@60;H
+astormjd;"Alien Storm (set 1, Japan Rev B, 2 Players, FD1094 317";320x224@60;H
+astormu;"Alien Storm (set 2, US, 3 Players, FD1094 317-0147)";320x224@60;H
+astormud;"Alien Storm (set 2, US, 3 Players, FD1094 317-0147 dec";320x224@60;H
+astrians;"Astrians (clone of Swarm)";256x224@60;V
+astyanax;"The Astyanax";256x224@60;H
+asuka;"Asuka & Asuka (World)";320x240@60;V
+asukaj;"Asuka & Asuka (Japan)";320x240@60;V
+asurabld;"Asura Blade - Sword of Dynasty (Japan)";320x240@60;H
+asurabus;"Asura Buster - Eternal Warriors (Japan)";320x240@60;H
+asurabusa;"Asura Buster - Eternal Warriors (Japan) (ARCADIA revie";320x240@60;H
+atehate;"Athena no Hatena ?";384x240@60;H
+atetris;"FA Tetris (Kor) - FA Tetris (Kor) - Tetris (set 1)";336x240@60;H
+atetrisa;"FA Tetris (Kor, Alt) - Tetris (set 2)";336x240@60;H
+atetrisb;"FA Tetris (Kor, Alt 2) - Tetris (bootleg set 1)";336x240@60;H
+atetrisb2;"Tetris (bootleg set 2)";336x240@60;H
+atetrisc;"Tetris (cocktail set 1)";336x240@60;V
+atetrisc2;"Tetris (cocktail set 2)";336x240@60;V
+athena;"Athena";288x216@60;H
+atlantis;"Battle of Atlantis (set 1)";256x224@60;V
+atlantis2;"Battle of Atlantis (set 2)";256x224@60;V
+atlantisb;"Battle of Atlantis (bootleg)";256x224@60;V
+atomboy;"Atomic Boy (revision B)";256x224@60;H
+atomboya;"Atomic Boy (revision A)";256x224@60;H
+atomicp;"Atomic Point (Korea)";320x224@60;H
+atompunk;"Atomic Punk (US)";320x240@60;H
+aurail;"Aurail (set 3, US, unprotected)";320x224@60;H
+aurail1;"Aurail (set 2, World, FD1089B 317-0168)";320x224@60;H
+aurail1d;"Aurail (set 2, World, FD1089B 317-0168 decrypted)";320x224@60;H
+aurailj;"Aurail (set 1, Japan, FD1089A 317-0167)";320x224@60;H
+aurailjd;"Aurail (set 1, Japan, FD1089A 317-0167 decrypted)";320x224@60;H
+avefenix;"Ave Fenix (Electrogame, Spanish bootleg of Phoenix)";256x208@60;V
+avefenixl;"Ave Fenix (Laguna, Spanish bootleg of Phoenix)";256x208@60;V
+avefenixrf;"Ave Fenix (Recreativos Franco, Spanish bootleg of Phoe";256x208@60;V
+avengers;"Avengers (US set 1)";256x240@60;V
+avengers2;"Avengers (US set 2)";256x240@60;V
+avsp;"Alien vs Predator (940520 Euro)";384x224@60;H
+avspa;"Alien vs Predator (940520 Asia)";384x224@60;H
+avspd;"Alien vs Predator (940520 Euro Phoenix Edition)";384x224@60;H
+avsph;"Alien vs Predator (940520 Hispanic)";384x224@60;H
+avspirit;"Avenging Spirit";256x224@60;H
+avspj;"Alien vs Predator (940520 Japan)";384x224@60;H
+avspu;"Alien vs Predator (940520 USA)";384x224@60;H
+aztarac;"Aztarac";340x256@40;H
+azurian;"Azurian Attack";256x224@60;V
+b2b;"Bang Bang Busters (2010 NCI release)";304x224@59;H
+backfire;"Backfire! (set 1)";240x640@60;V
+backfirt;"Back Fire (Tecmo, bootleg)";256x224@60;H
+baddudes;"Bad Dudes vs. Dragonninja (US)";256x240@57;H
+bakatono;"Bakatonosama Mahjong Manyuuki (MOM-002)(MOH-002)";304x224@59;H
+bakubrkr;"Bakuretsu Breaker";256x224@60;V
+bakutotu;"Bakutotsu Kijuutei";288x224@60;H
+balcube;"Bal Cube";320x224@60;H
+ballboy;"Ball Boy";256x224@60;H
+ballbros;"Balloon Brothers";384x240@60;H
+bang;"Bang! - Big Bang (9th Nov. 1993) - Pack'n Bang Bang (Prototype)";320x240@60;H
+bangball;"Bang Bang Ball (v1.05)";320x224@60;H
+bangbead;"Bang Bead";304x224@59;H
+bangbedp;"Bang Bead (Prototype?)";304x224@59;H
+bangj;"Gun Gabacho (Japan)";320x240@60;H
+bankp;"Bank Panic - Bank Panic (Euro) - Bank Panic (Jpn) - Bank Panic (Jpn)";224x224@60;H
+baraduke;"Baraduke";288x224@60;H
+baryon;"Baryon - Future Assault (set 1)";304x224@58;V
+baryona;"Baryon - Future Assault (set 2)";304x224@58;V
+batcir;"Battle Circuit (970319 Euro)";384x224@60;H
+batcira;"Battle Circuit (970319 Asia)";384x224@60;H
+batcird;"Battle Circuit (970319 Euro Phoenix Edition)";384x224@60;H
+batcirj;"Battle Circuit (970319 Japan)";384x224@60;H
+batlbubl;"Battle Bubble (v2.00)";320x224@60;H
+batman2;"Batman Part 2";256x224@60;V
+batrider;"Armed Police Batrider (Europe) (Fri Feb 13 1998)";320x240@60;V
+batriderc;"Armed Police Batrider (China) (Fri Feb 13 1998)";320x240@60;V
+batriderhk;"Armed Police Batrider - A Version (Hong Kong) (Mon Dec";320x240@60;V
+batriderj;"Armed Police Batrider - B Version (Japan) (Fri Feb 13";320x240@60;V
+batriderja;"Armed Police Batrider - A Version (Japan) (Mon Dec 22";320x240@60;V
+batriderk;"Armed Police Batrider (Korea) (Fri Feb 13 1998)";320x240@60;V
+batridert;"Armed Police Batrider - A Version (Taiwan) (Mon Dec 22";320x240@60;V
+batrideru;"Armed Police Batrider (U.S.A.) (Fri Feb 13 1998)";320x240@60;V
+batsugun;"Batsugun (set 1)";320x240@60;V
+batsuguna;"Batsugun (set 2)";320x240@60;V
+batsugunb;"Batsugun (Korean PCB)";320x240@60;V
+batsugunsp;"Batsugun (Special Ver.)";320x240@60;V
+battlane;"Battle Lane! Vol. 5 (set 1)";256x256@60;V
+battlane2;"Battle Lane! Vol. 5 (set 2)";256x256@60;V
+battlane3;"Battle Lane! Vol. 5 (set 3)";256x256@60;V
+battlex;"Battle Cross - Battle Cross (Jpn)";256x224@60;H
+battlnts;"Battlantis (program code G)";256x224@60;V
+battlntsa;"Battlantis (program code F)";256x224@60;V
+battlntsj;"Battlantis (Japan, program code E)";256x224@60;V
+battroad;"The Battle-Road";256x256@60;V
+bayroute;"Bay Route (set 3, World, FD1094 317-0116)";320x224@60;H
+bayroute1;"Bay Route (set 1, US, unprotected)";320x224@60;H
+bayrouted;"Bay Route (set 3, World, FD1094 317-0116 decrypted)";320x224@60;H
+bayroutej;"Bay Route (set 2, Japan, FD1094 317-0115)";320x224@60;H
+bayroutejd;"Bay Route (set 2, Japan, FD1094 317-0115 decrypted)";320x224@60;H
+bbakraid;"Battle Bakraid - Unlimited Version (U.S.A.) (Tue Jun 8";320x240@60;V
+bbakraidc;"Battle Bakraid - Unlimited Version (China) (Tue Jun 8";320x240@60;V
+bbakraidj;"Battle Bakraid - Unlimited Version (Japan) (Tue Jun 8";320x240@60;V
+bbakraidja;"Battle Bakraid (Japan) (Wed Apr 7 1999)";320x240@60;V
+bballs;"Bouncing Balls";256x224@60;H
+bballsa;"Bouncing Balls (Adult)";256x224@60;H
+bbmanw;"Bomber Man World / New Dyna Blaster - Global Quest";320x240@60;H
+bbmanwj;"Bomber Man World (Japan)";320x240@60;H
+bbmanwja;"Bomber Man World (Japan, revised sound hardware)";320x240@60;H
+bbredux;"Bobble Bobble ('bootleg redux' hack for Bobble Bobble";256x224@60;H
+bbros;"Buster Bros. (USA) - Super Buster Bros. (USA 901001)";384x240@57;H
+bbusters;"Beast Busters (World)";256x224@56;H
+bbustersj;"Beast Busters (Japan, Version 2)";256x224@56;H
+bbustersu;"Beast Busters (US, Version 3)";256x224@56;H
+bbustersua;"Beast Busters (US, Version 2)";256x224@56;H
+bchopper;"Battle Chopper";384x256@55;H
+bcrusher;"Bone Crusher";256x240@60;V
+bcruzm12;"Battle Cruiser M-12";256x224@60;V
+bcstry;"B.C. Story (set 1)";320x240@60;H
+bcstrya;"B.C. Story (set 2)";320x240@60;H
+beast;"Altered Beast (Euro, USA) - Altered Beast (Euro, USA, Bra) - Altered Beast (set 8, 8751 317-0078) - Altered Beast - Shadow of the Beast (Euro, Bra) - Shadow of the Beast (Euro, USA) - Shadow of the Beast (Neo Geo demo)";304x224@59;H
+beastfp;"Beastie Feastie";288x224@60;V
+berabohm;"Beraboh Man (Japan, Rev C)";288x224@60;H
+berabohmb;"Beraboh Man (Japan, Rev B)";288x224@60;H
+berlwall;"The Berlin Wall";256x224@60;H
+berlwallk;"The Berlin Wall (Korea)";256x224@60;H
+berlwallt;"The Berlin Wall (bootleg ?)";256x224@60;H
+bermudat;"Bermuda Triangle (World?)";400x224@60;V
+bermudata;"Bermuda Triangle (World Wars) (US)";400x224@60;V
+bermudatj;"Bermuda Triangle (Japan)";400x224@60;V
+bestbest;"Best Of Best";256x224@60;H
+bestleag;"Best League (bootleg of Big Striker, Italian Serie A)";256x224@60;H
+bestleaw;"Best League (bootleg of Big Striker, World Cup)";256x224@60;H
+bestri;"Bestri (Korea)";320x240@60;H
+bgaregga;"Battle Garegga (Europe / USA / Japan / Asia) (Sat Feb";320x240@60;V
+bgareggabl;"1945 Part 2 (Chinese hack of Battle Garegga)";320x240@60;V
+bgareggabla;"Lei Shen Zhuan Thunder Deity Biography (Chinese hack o";320x240@60;V
+bgareggacn;"Battle Garegga - Type 2 (Denmark / China) (Tue Apr 2 1";320x240@60;V
+bgareggahk;"Battle Garegga (Austria / Hong Kong) (Sat Feb 3 1996)";320x240@60;V
+bgaregganv;"Battle Garegga - New Version (Austria / Hong Kong) (Sa";320x240@60;V
+bgareggat2;"Battle Garegga - Type 2 (Europe / USA / Japan / Asia)";320x240@60;V
+bgareggatw;"Battle Garegga (Taiwan / Germany) (Thu Feb 1 1996)";320x240@60;V
+bgareggaz;"Battle Garegga Zakk version (Europe / USA / Japan / As";320x240@60;V
+bigbang;"Big Bang (9th Nov. 1993)";384x224@56;V
+bigbucks;"Big Bucks";288x224@60;V
+bigfghtr;"Tatakae! Big Fighter (Japan)";320x240@60;H
+bigkarnk;"Big Karnak";320x240@60;H
+bigstrik;"Big Striker";256x224@60;H
+bigstrkb;"Big Striker (bootleg)";256x224@60;H
+bigstrkba;"Big Striker (bootleg w/Italian teams)";256x224@60;H
+bigtwin;"Big Twin";320x240@58;H
+bikkuric;"Bikkuri Card (Japan)";256x224@60;V
+billiard;"The Billiards";256x224@60;V
+biomtoy;"Biomechanical Toy (Ver. 1.0.1885)";320x240@60;H
+biomtoya;"Biomechanical Toy (Ver. 1.0.1884)";320x240@60;H
+bionicc;"Bionic Commando (Euro)";256x224@60;H
+bionicc1;"Bionic Commando (US set 1)";256x224@60;H
+bionicc2;"Bionic Commando (US set 2)";256x224@60;H
+bioniccbl;"Bionic Commandos (bootleg, set 1)";256x224@60;H
+bioniccbl2;"Bionic Commandos (bootleg, set 2)";256x224@60;H
+bioship;"Bio-ship Paladin";256x224@56;H
+birdiy;"Birdiy";288x224@60;V
+birdtry;"Birdie Try (Japan)";256x240@57;V
+bishi;"Bishi Bashi Championship Mini Game Senshuken (ver JAA, - Super Bishi Bashi Championship (ver JAA, 2 Players)";288x224@60;H
+bjourney;"Blue's Journey / Raguy (ALM-001)(ALH-001)";320x224@59;H
+bjtwin;"Bombjack Twin (set 1)";384x224@56;V
+bjtwina;"Bombjack Twin (set 2)";384x224@56;V
+bladestl;"Blades of Steel (version T)";256x224@60;V
+bladestle;"Blades of Steel (version E)";256x224@60;V
+bladestll;"Blades of Steel (version L)";256x224@60;V
+blandia;"Blandia";384x240@60;H
+blandiap;"Blandia (prototype)";384x240@60;H
+blastoff;"Blast Off (Japan)";288x224@60;V
+blazeon;"Blaze On (Japan)";320x232@60;H
+blazer;"Blazer (Japan)";288x224@60;V
+blazstar;"Blazing Star";304x224@59;H
+blkbustr;"BlockBuster";240x224@60;V
+blkdrgon;"Black Dragon (Japan)";256x224@60;H
+blkdrgonb;"Black Dragon (bootleg)";256x224@60;H
+blkheart;"Black Heart";256x224@56;H
+blkheartj;"Black Heart (Japan)";256x224@56;H
+blkhole;"Black Hole";256x224@60;V
+blkpnthr;"Black Panther";256x224@60;H
+blktiger;"Black Tiger";256x224@60;H
+blktigera;"Black Tiger (older)";256x224@60;H
+blktigerb1;"Black Tiger (bootleg set 1)";256x224@60;H
+blktigerb2;"Black Tiger (bootleg set 2)";256x224@60;H
+blktigerb3;"Black Tiger / Black Dragon (mixed bootleg?)";256x224@60;H
+blmbycar;"Blomby Car";384x256@60;H
+blmbycaru;"Blomby Car (not encrypted)";384x256@60;H
+block;"Block (Game Corporation bootleg, set 1) - Block Block (World 911219 Joystick)";384x240@60;V
+blockbl;"Block Block (bootleg)";384x240@60;V
+blockcar;"Block Carnival / Thunder & Lightning 2";384x240@60;V
+blockgal;"Block Gal (MC-8123B, 317-0029)";256x224@60;V
+blockhl;"Block Hole";288x224@60;H
+blockj;"Block Block (Japan 910910)";384x240@60;V
+blockout;"Block Out (set 1) - Blockout (World)";320x240@58;H
+blockout2;"Block Out (set 2)";320x240@58;H
+blockoutj;"Block Out (Japan)";320x240@58;H
+blockr1;"Block Block (World 911106 Joystick)";384x240@60;V
+blockr2;"Block Block (World 910910)";384x240@60;V
+bloodbro;"Blood Bros. (set 1)";256x224@60;H
+bloodbroa;"Blood Bros. (set 2)";256x224@60;H
+bloodbrob;"Blood Bros. (set 3)";256x224@60;H
+bloodwar;"Blood Warrior";320x240@60;H
+blox16b;"Bloxeed (System 16B, PS2 data file)";320x224@60;H
+bloxeed;"Bloxeed (Japan, FD1094 317-0139)";320x224@60;H
+bloxeedd;"Bloxeed (Japan, FD1094 317-0139 decrypted)";320x224@60;H
+blswhstl;"Bells & Whistles (World, version L)";280x224@60;V
+blswhstla;"Bells & Whistles (Asia, version M)";280x224@60;V
+bluehawk;"Blue Hawk";384x240@60;V
+bluehawkn;"Blue Hawk (NTC)";384x240@60;V
+blueprnt;"Blue Print (Midway)";256x224@60;V
+blueprntj;"Blue Print (Jaleco)";256x224@60;V
+blzntrnd;"Blazing Tornado";304x224@60;H
+bmaster;"Blade Master (World)";320x240@60;H
+bnj;"Bump 'n' Jump - Bump 'n' Jump";256x240@60;V
+boblbobl;"Bobble Bobble (bootleg of Bubble Bobble) - Super Bobble Bobble (bootleg, set 1)";256x224@60;H
+boblcave;"Bubble Bobble: Lost Cave V1.2 (for Bobble Bobble PCB)";256x224@60;H
+bodyslam;"Body Slam (8751 317-0015)";320x224@60;H
+bogeyman;"Bogey Manor";256x240@60;H
+boggy84;"Boggy '84 - Boggy '84 (Jpn)";256x224@60;V
+boggy84b;"Boggy '84 (bootleg) - Boggy '84 (Jpn, Alt 2)";256x224@60;V
+bombbee;"Bomb Bee";272x224@60;V
+bomber;"Bomber - Bomber (bootleg of Scramble) - Space Bomber (ver. B)";256x224@60;V
+bombjack;"Bomb Jack (Jpn) - Bomb Jack (set 1)";256x224@60;V
+bombjack2;"Bomb Jack (set 2)";256x224@60;V
+bombjackt;"Bomb Jack (Tecfri, Spain)";256x224@60;V
+bombkick;"Bomb Kick (set 1)";384x224@60;H
+bombkicka;"Bomb Kick (set 2)";384x224@60;H
+bombrman;"Bomber Man (Japan)";320x240@60;H
+bongo;"Bongo - Congo Bongo";256x224@60;V
+bonkadv;"B.C. Kid / Bonk's Adventure / Kyukyoku!! PC Genjin";320x240@60;H
+bonzeadv;"Bonze Adventure (World, Newer)";320x224@60;H
+bonzeadvo;"Bonze Adventure (World, Older)";320x224@60;H
+bonzeadvp;"Bonze Adventure (World, prototype)";320x224@60;H
+bonzeadvu;"Bonze Adventure (US)";320x224@60;H
+boobhack;"Booby Kids (Italian manufactured graphic hack / bootle";256x224@60;V
+boogwing;"Boogie Wings (Euro v1.5, 92.12.07)";320x240@58;H
+boogwinga;"Boogie Wings (Asia v1.5, 92.12.07)";320x240@58;H
+boogwingu;"Boogie Wings (USA v1.7, 92.12.14)";320x240@58;H
+bottom9;"Bottom of the Ninth (ver. T)";288x224@60;H
+bottom9n;"Bottom of the Ninth (ver. N)";288x224@60;H
+bouldash;"Boulder Dash / Boulder Dash Part 2 (World)";256x240@57;H
+bouldashj;"Boulder Dash / Boulder Dash Part 2 (Japan)";256x240@57;H
+bounty;"The Bounty";256x224@60;H
+bowlrama;"Bowl-O-Rama";360x240@57;V
+boxyboy;"Boxy Boy (SB?) - Boxyboy";288x224@60;H
+brain;"Brain";256x224@60;H
+brapboys;"B.Rap Boys (World)";256x224@60;H
+brapboysj;"B.Rap Boys Special (Japan)";256x224@60;H
+brapboysu;"B.Rap Boys Special (US)";256x224@60;H
+breakers;"Breakers";320x224@59;H
+breakrev;"Breakers Revenge";320x224@59;H
+breywood;"Breywood (Japan revision 2)";256x240@58;H
+brix;"Brix";256x224@60;V
+brkthru;"Break Thru (US)";240x240@60;H
+brkthruj;"Kyohkoh-Toppa (Japan)";240x240@60;H
+brubber;"Burnin' Rubber";256x240@60;V
+bshark;"Battle Shark (World)";320x240@60;H
+bsharkj;"Battle Shark (Japan)";320x240@60;H
+bsharkjjs;"Battle Shark (Japan, Joystick)";320x240@60;H
+bsharku;"Battle Shark (US)";320x240@60;H
+bssoccer;"Back Street Soccer";256x224@60;H
+bstars;"Baseball Stars Professional (NGM-002)";320x224@59;H
+bstars2;"Baseball Stars 2";304x224@59;H
+bstarsh;"Baseball Stars Professional (NGH-002)";320x224@59;H
+btime;"Burger Time (Data East set 1) - Burgertime - Burgertime (Jpn) - Super Burger Time (World, set 1)";242x240@60;V
+btime2;"Burger Time (Data East set 2)";242x240@60;V
+btime3;"Burger Time (Data East USA)";242x240@60;V
+btimem;"Burger Time (Midway) - Burgertime (Prototype)";242x240@60;V
+btlfield;"Battle Field (Japan)";256x224@60;V
+btlfieldb;"Battle Field (bootleg)";256x224@60;V
+btlkroad;"Battle K-Road";320x224@59;H
+btlkroadk;"Battle K-Road (Korean PCB)";320x224@59;H
+bub68705;"Bubble Bobble (boolteg with 68705, set 1)";256x224@60;H
+bub68705a;"Bubble Bobble (boolteg with 68705, set 2)";256x224@60;H
+bubblem;"Bubble Memories: The Story Of Bubble Bobble III (Ver 2";320x224@60;H
+bubblemj;"Bubble Memories: The Story Of Bubble Bobble III (Ver 2";320x224@60;H
+bubbletr;"Bubble Trouble (World, Rev B)";288x224@60;H
+bubbletrj;"Bubble Trouble (Japan, Rev C)";288x224@60;H
+bubl2000;"Bubble 2000";256x224@56;H
+bublbob2;"Bubble Bobble II (Ver 2.6O 1994/12/16)";320x224@60;H
+bublbob2o;"Bubble Bobble II (Ver 2.5O 1994/10/05)";320x224@60;H
+bublbob2p;"Bubble Bobble II (Ver 0.0J 1993/12/13, prototype)";320x224@60;H
+bublbobl;"Bubble Bobble (Euro, Bra) - Bubble Bobble (Euro, USA) - Bubble Bobble (Japan, Ver 0.1)";256x224@60;H
+bublbobl1;"Bubble Bobble (Japan, Ver 0.0)";256x224@60;H
+bublboblb;"Bubble Bobble (for Bobble Bobble PCB)";256x224@60;H
+bublboblr;"Bubble Bobble (US, Ver 5.1)";256x224@60;H
+bublboblr1;"Bubble Bobble (US, Ver 1.0)";256x224@60;H
+bublboblu;"Bubble Bobble (Ultra Version, Hack)";256x224@60;H
+bublcave;"Bubble Bobble: Lost Cave V1.2";256x224@60;H
+bublcave10;"Bubble Bobble: Lost Cave V1.0";256x224@60;H
+bublcave11;"Bubble Bobble: Lost Cave V1.1";256x224@60;H
+bubsymphe;"Bubble Symphony (Ver 2.5O 1994/10/05)";320x224@60;H
+bubsymphj;"Bubble Symphony (Ver 2.5J 1994/10/05)";320x224@60;H
+bubsymphu;"Bubble Symphony (Ver 2.5A 1994/10/05)";320x224@60;H
+bucaner;"Buccaneer";288x224@60;V
+buccanrs;"Buccaneers (set 1)";256x256@55;H
+buccanrsa;"Buccaneers (set 2)";256x256@55;H
+buccanrsb;"Buccaneers (set 3, harder)";256x256@55;H
+bucky;"Bucky O'Hare (ver EAB)";384x224@60;H
+buckyaab;"Bucky O'Hare (ver AAB)";384x224@60;H
+buckyea;"Bucky O'Hare (ver EA)";384x224@60;H
+buckyjaa;"Bucky O'Hare (ver JAA)";384x224@60;H
+buckyuab;"Bucky O'Hare (ver UAB)";384x224@60;H
+bullet;"Bullet (FD1094 317-0041)";320x224@60;H
+bulletd;"Bullet (FD1094 317-0041 decrypted)";320x224@60;H
+bullfgt;"Bullfight (315-5065)";256x224@60;H
+buraiken;"Hissatsu Buraiken (Japan)";256x240@60;V
+burglarx;"Burglar X";384x224@60;H
+burnforc;"Burning Force (Euro) - Burning Force (Japan, new version (Rev C))";288x224@60;H
+burnforco;"Burning Force (Japan, old version)";288x224@60;H
+burningf;"Burning Fight (NGM-018)(NGH-018)";304x224@59;H
+burningfh;"Burning Fight (NGH-018)(US)";304x224@59;H
+burningfp;"Burning Fight (prototype, older)";304x224@59;H
+burningfpa;"Burning Fight (prototype, ver 23.3, 910326)";304x224@59;H
+buzzard;"Buzzard";288x224@60;V
+bwcasino;"Boardwalk Casino";288x224@60;V
+bwings;"B-Wings (Japan new Ver.)";256x240@60;V
+bwingsa;"B-Wings (Alt Ver.?)";256x240@60;V
+bwingso;"B-Wings (Japan old Ver.)";256x240@60;V
+bygone;"Bygone";240x224@60;H
+cabal;"Cabal (World, Joystick)";256x256@60;H
+cabala;"Cabal (korea?, Joystick)";256x256@60;H
+cachat;"Cachat (Japan)";320x224@60;H
+cactus;"Cactus (bootleg of Saboten Bombers)";384x224@56;H
+cadash;"Cadash (USA, Asia, Kor) - Cadash (World) - Cadash - Cadash";320x240@60;H
+cadashf;"Cadash (France)";320x240@60;H
+cadashg;"Cadash (Germany, version 1)";320x240@60;H
+cadashi;"Cadash (Italy)";320x240@60;H
+cadashj;"Cadash (Japan, version 2)";320x240@60;H
+cadashj1;"Cadash (Japan, version 1)";320x240@60;H
+cadashjo;"Cadash (Japan, oldest version)";320x240@60;H
+cadashp;"Cadash (World, prototype)";320x240@60;H
+cadashu;"Cadash (US, version 2)";320x240@60;H
+cairblad;"Change Air Blade (Japan)";338x240@60;V
+calibr50;"Caliber 50";384x240@57;V
+calipso;"Calipso";256x224@60;V
+calorie;"Calorie Kun vs Moguranian";256x224@60;H
+calorieb;"Calorie Kun vs Moguranian (bootleg)";256x224@60;H
+cameltry;"Cameltry (US, YM2610)";320x224@60;H
+cameltrya;"Cameltry (US, YM2203 + M6295)";320x224@60;H
+cameltryau;"Cameltry (World, YM2203 + M6295)";320x224@60;H
+cameltryj;"Cameltry (Japan, YM2610)";320x224@60;H
+candance;"Cannon Dancer (Japan)";320x240@58;H
+candory;"Candory (Bootleg)";288x224@60;H
+cannball;"Cannon Ball (Yun Sung, horizontal)";384x240@60;H
+cannballv;"Cannon Ball (Yun Sung, vertical)";384x240@60;V
+cannonbp;"Cannon Ball (Pacman Hardware)";288x224@60;V
+canvas;"Canvas Croquis";288x216@60;H
+canyon;"Canyon Bomber";256x240@60;H
+canyonp;"Canyon Bomber (prototype)";256x240@60;H
+capbowl;"Capcom Bowling (set 1)";360x244@57;V
+capbowl2;"Capcom Bowling (set 2)";360x244@57;V
+capbowl3;"Capcom Bowling (set 3)";360x244@57;V
+capbowl4;"Capcom Bowling (set 4)";360x244@57;V
+capitol;"Capitol";256x208@60;V
+captcomm;"Captain Commando (911202 other country)";384x224@60;H
+captcommb;"Captain Commando (bootleg set 1, 911014 other country)";384x224@60;H
+captcommb2;"Captain Commando (bootleg set 2 (with YM2151 + 2xMSM52";384x224@60;H
+captcommj;"Captain Commando (911202 Japan)";384x224@60;H
+captcommjr1;"Captain Commando (910928 Japan)";384x224@60;H
+captcommr1;"Captain Commando (911014 other country)";384x224@60;H
+captcommu;"Captain Commando (910928 USA)";384x224@60;H
+cashquiz;"Cash Quiz (Type B, Version 5)";256x224@60;H
+catacomb;"Catacomb";256x224@60;V
+catt;"Catt (Japan)";320x224@60;H
+cavelon;"Cavelon";256x224@60;V
+cavenger;"Cosmic Avenger - Cosmic Avenger";240x196@60;H
+cawing;"Carrier Air Wing (U.S. navy 901012 etc)";384x224@60;H
+cawingb2;"Carrier Air Wing (bootleg set 2 (with 2xYM2203 + 2xMSM";384x224@60;H
+cawingbl;"Carrier Air Wing (bootleg set 1 (with 2xYM2203 + 2xMSM";384x224@60;H
+cawingj;"U.S. Navy (901012 Japan)";384x224@60;H
+cawingr1;"Carrier Air Wing (U.S. navy 901009 etc)";384x224@60;H
+cawingu;"Carrier Air Wing (U.S. navy 901012 USA)";384x224@60;H
+cbuster;"Crude Buster (World FX version)";256x240@58;H
+cbusterj;"Crude Buster (Japan FR revision 1)";256x240@58;H
+cbusterw;"Crude Buster (World FU version)";256x240@58;H
+cclimber;"Crazy Climber (US)";256x224@60;H
+cclimbr2;"Crazy Climber 2 (Japan)";288x224@60;H
+cclimbr2a;"Crazy Climber 2 (Japan, Harder)";288x224@60;H
+cencourt;"Center Court (World, 4 Players, prototype, MC-8123B)";320x224@60;V
+centiped;"Centipede - Centipede (revision 4)";256x240@60;V
+centiped3;"Centipede (revision 3)";256x240@60;V
+chainrec;"Chain Reaction (World, Version 2.2, 1995.09.25)";320x240@58;H
+chaknpop;"Chack'n Pop";256x224@60;H
+chameleo;"Chameleon";256x224@60;H
+champwr;"Champion Wrestler (World)";320x224@60;H
+champwrj;"Champion Wrestler (Japan)";320x224@60;H
+champwru;"Champion Wrestler (US)";320x224@60;H
+chanbara;"Chanbara";256x224@60;V
+changes;"Changes";256x224@60;H
+changesa;"Changes (EME license)";256x224@60;H
+charlien;"Charlie Ninja";320x240@58;H
+chasehq;"Chase H.Q. (World) - Taito Chase H.Q. - Taito Chase H.Q. - Taito Chase H.Q. (Euro) - Taito Chase H.Q. (USA, SMS Mode)";320x240@60;H
+chasehqj;"Chase H.Q. (Japan) - Taito Chase H.Q. (Jpn, SMS Mode)";320x240@60;H
+chasehqju;"Chase H.Q. (Japan UP)";320x240@60;H
+chasehqu;"Chase H.Q. (US)";320x240@60;H
+checkman;"Check Man";256x224@60;V
+checkmanj;"Check Man (Japan)";256x224@60;V
+cheekyms;"Cheeky Mouse";256x192@60;V
+chelnov;"Chelnov (Jpn) - Chelnov - Atomic Runner (World)";256x248@60;H
+chelnovj;"Chelnov - Atomic Runner (Japan)";256x248@60;H
+chelnovu;"Chelnov - Atomic Runner (US)";256x248@60;H
+chewing;"Chewing Gum";256x224@60;V
+chikij;"Chiki Chiki Boys (900619 Japan) - Chiki Chiki Boys (Jpn, Kor)";384x224@60;H
+chimerab;"Chimera Beast (prototype)";256x224@60;H
+chinagat;"China Gate (US)";256x240@60;H
+chinatwn;"China Town (Japan)";320x240@58;H
+chkun;"Chance Kun (Japan)";256x224@60;V
+chokchok;"Choky! Choky!";320x240@60;H
+choko;"Choko (010820 Japan)";384x224@60;H
+chopliftbl;"Choplifter (bootleg)";256x224@60;H
+chopliftu;"Choplifter (unprotected)";256x224@60;H
+chopper;"Battle Chopper - Chopper I (US set 1)";400x224@60;V
+choppera;"Chopper I (US set 2)";400x224@60;V
+chopperb;"Chopper I (US set 3)";400x224@60;V
+chqflag;"Chequered Flag";304x224@60;V
+chqflagj;"Chequered Flag (Japan)";304x224@60;V
+chukatai;"Chuka Taisen (World) - Gokuraku! Chuka Taisen";256x224@60;H
+chukataij;"Chuka Taisen (Japan)";256x224@60;H
+chukataiu;"Chuka Taisen (US)";256x224@60;H
+circusc;"Circus Charlie (Jpn) - Circus Charlie (level select, set 1) - Maxi Tuan ~ Circus Charlie (Tw)";256x224@60;V
+circusc2;"Circus Charlie (level select, set 2)";256x224@60;V
+circusc3;"Circus Charlie (level select, set 3)";256x224@60;V
+circusc4;"Circus Charlie (no level select)";256x224@60;V
+circuscc;"Circus Charlie (Centuri)";256x224@60;V
+circusce;"Circus Charlie (Centuri, earlier)";256x224@60;V
+citybomb;"City Bomber (World)";256x224@60;V
+citybombj;"City Bomber (Japan)";256x224@60;V
+citycon;"City Connection (Jpn) - City Connection (set 1)";240x224@60;H
+citycona;"City Connection (Jpn, Alt) - City Connection (set 2)";240x224@60;H
+ckongg;"Crazy Kong (bootleg on Galaxian hardware)";256x224@60;V
+ckongmc;"Crazy Kong (bootleg on Moon Cresta hardware)";256x224@60;V
+ckongs;"Crazy Kong (Scramble hardware)";256x224@60;V
+clbowl;"Coors Light Bowling";360x244@57;V
+cleopatr;"Cleopatra Fortune (Ver 2.1J 1996/09/05)";320x224@60;H
+cloak;"Cloak & Dagger (rev 5)";256x232@60;H
+cloakfr;"Cloak & Dagger (French)";256x232@60;H
+cloakgr;"Cloak & Dagger (German)";256x232@60;H
+cloaksp;"Cloak & Dagger (Spanish)";256x232@60;H
+cltchitr;"Clutch Hitter (set 2, US, FD1094 317-0176)";320x224@60;H
+cltchitrd;"Clutch Hitter (set 2, US, FD1094 317-0176 decrypted)";320x224@60;H
+cltchitrj;"Clutch Hitter (set 1, Japan, FD1094 317-0175)";320x224@60;H
+cltchitrjd;"Clutch Hitter (set 1, Japan, FD1094 317-0175 decrypted";320x224@60;H
+cnbe;"Codename - Blut Engel (2006-01-19)";304x224@59;H
+cndi;"Chip n Dale (Intro demo)";304x224@59;H
+cninja;"Caveman Ninja (World ver 4)";256x240@58;H
+cninja1;"Caveman Ninja (World ver 1)";256x240@58;H
+cninjabl;"Caveman Ninja (bootleg)";256x240@58;H
+cninjau;"Caveman Ninja (US ver 4)";256x240@58;H
+cobracom;"Cobra-Command (World/US revision 5)";256x240@58;H
+cobracoma;"Cobra-Command (World/US revision 4)";256x240@58;H
+cobracomb;"Cobra-Command (Italian bootleg)";256x240@58;H
+cobracomj;"Cobra-Command (Japan)";256x240@58;H
+cobracomja;"Cobra-Command (Japan?, set 2)";256x240@58;H
+cobracomjb;"Cobra-Command (Japan, bootleg)";256x240@58;H
+columnsn;"Columns (Neo Geo)";304x224@59;H
+combh;"Combat Hawk";224x224@60;V
+commando;"Commando (World)";256x224@60;V
+commandob;"Commando (bootleg)";256x224@60;V
+commandob2;"Commando (bootleg 2)";256x224@60;V
+commandoj;"Senjou no Ookami";256x224@60;V
+commandou;"Commando (US, set 1)";256x224@60;V
+commandou2;"Commando (US, set 2)";256x224@60;V
+commandw;"Command War - Super Special Battle & War Game (Ver 0.0";320x224@60;H
+commsega;"Commando (Sega)";256x224@60;V
+condor;"Condor (Sidam bootleg of Phoenix)";256x208@60;V
+condorn;"Condor (S C Novar bootleg of Phoenix)";256x208@60;V
+congo;"Congo (Prototype) - Congo Bongo - Congo Bongo - Congo Bongo (Euro, Jpn, v1)";256x224@60;V
+congoa;"Congo Bongo (Euro, Jpn, v1 Alt) - Congo Bongo (Rev C, 3 board stack)";256x224@60;V
+contcirc;"Continental Circus (World)";320x224@60;H
+contcircj;"Continental Circus (Japan)";320x224@60;H
+contcircu;"Continental Circus (US set 1)";320x224@60;H
+contcircua;"Continental Circus (US set 2)";320x224@60;H
+contra;"Contra (US / Asia, set 1) - Contra - Hard Corps (USA, Kor) - Super Contra";280x224@60;V
+contra1;"Contra (US / Asia, set 2)";280x224@60;V
+contrab;"Contra (bootleg)";280x224@60;V
+contrabj;"Contra (Japan bootleg, set 1)";280x224@60;V
+contrabj1;"Contra (Japan bootleg, set 2)";280x224@60;V
+contrae;"Contra (US / Asia, set 3)";280x224@60;V
+contraj;"Contra (Japan, set 1) - Contra - The Hard Corps (Jpn) - Super Contra (Japan)";280x224@60;V
+contraj1;"Contra (Japan, set 2)";280x224@60;V
+cookbib;"Cookie & Bibi (set 1)";320x240@60;H
+cookbib2;"Cookie & Bibi 2";256x224@58;H
+cookbib3;"Cookie & Bibi 3";256x224@58;H
+cookbiba;"Cookie & Bibi (set 2)";320x240@60;H
+cosmccop;"Cosmic Cop (World)";384x256@55;H
+cosmogng;"Cosmo Gang the Video (US)";288x224@60;V
+cotton;"Cotton (set 3, World, FD1094 317-0181a) - Panorama Cotton (Jpn)";320x224@60;H
+cottond;"Cotton (set 3, World, FD1094 317-0181a decrypted)";320x224@60;H
+cottong;"Cotocoto Cottong";256x224@60;V
+cottonj;"Cotton (set 2, Japan, Rev B, FD1094 317-0179b))";320x224@60;H
+cottonja;"Cotton (set 1, Japan, Rev A, FD1094 317-0179a))";320x224@60;H
+cottonjad;"Cotton (set 1, Japan, Rev A, FD1094 317-0179a decrypte";320x224@60;H
+cottonjd;"Cotton (set 2, Japan, Rev B, FD1094 317-0179b decrypte";320x224@60;H
+cottonu;"Cotton (set 2, US, FD1094 317-0180)";320x224@60;H
+cottonud;"Cotton (set 2, US, FD1094 317-0180 decrypted)";320x224@60;H
+countrunb;"Counter Run (bootleg set 1)";256x224@60;H
+cphd;"Crouching Poney Hidden Dragon (DEMO)";304x224@59;H
+cps1demo;"Chaos Demo (CPS-1)";384x224@60;H
+cps1frog;"Frog Feast (CPS-1)";384x224@60;H
+crazyblk;"Crazy Blocks";240x224@60;V
+crazycop;"Crazy Cop (Japan)";288x224@60;V
+crazyfgt;"Crazy Fight";384x224@60;H
+crimec;"Crime City (World)";320x224@60;H
+crimecj;"Crime City (Japan)";320x224@60;H
+crimecu;"Crime City (US)";320x224@60;H
+crimfght;"Crime Fighters (World 2 players)";320x224@60;H
+crimfghtj;"Crime Fighters (Japan 2 Players)";320x224@60;H
+crimfghtu;"Crime Fighters (US 4 Players)";320x224@60;H
+crockman;"Crock-Man (bootleg, Rene-Pierre)";288x224@60;V
+croquis;"Croquis (Germany)";320x224@60;H
+crospang;"Cross Pang";320x240@60;H
+crossbld;"Cross Blades! (Japan)";320x240@60;H
+crshrace;"Lethal Crash Race (set 1)";320x224@60;V
+crshrace2;"Lethal Crash Race (set 2)";320x224@60;V
+crswd2bl;"Crossed Swords 2 (bootleg CD to cartridge conversion)";304x224@59;H
+crsword;"Crossed Swords (ALM-002)(ALH-002)";304x224@59;H
+cruisin;"Cruisin";240x224@60;H
+crush;"Alien Crush - Alien Crush - Crush Roller (Kural Samno) - Mad Crusher (Japan) - Rolling Crush (version 1.07.E - 1999/02/11, Trust lice - Super Metal Crusher";288x224@60;V
+crush2;"Crush Roller (Kural Esco - bootleg?)";288x224@60;V
+crush4;"Crush Roller (Kural - bootleg?)";288x224@60;V
+crush5;"Crush Roller (Kural TWT)";288x224@60;V
+crushbl;"Crush Roller (bootleg set 1)";288x224@60;V
+crushbl2;"Crush Roller (bootleg set 2)";288x224@60;V
+crushbl3;"Crush Roller (bootleg set 3)";288x224@60;V
+crusherm;"Crusher Makochan (Japan)";320x240@58;H
+crushs;"Crush Roller (Sidam bootleg)";288x224@60;V
+csclub;"Capcom Sports Club (971017 Euro)";384x224@60;H
+csclub1;"Capcom Sports Club (970722 Euro)";384x224@60;H
+csclub1d;"Capcom Sports Club (970722 Euro Phoenix Edition)";384x224@60;H
+cscluba;"Capcom Sports Club (970722 Asia)";384x224@60;H
+csclubh;"Capcom Sports Club (970722 Hispanic)";384x224@60;H
+csclubj;"Capcom Sports Club (970722 Japan)";384x224@60;H
+csclubjy;"Capcom Sports Club (970722 Japan, yellow case)";384x224@60;H
+csilver;"Captain Silver (World)";256x240@58;H
+csilverj;"Captain Silver (Japan revision 3)";256x240@58;H
+csilverja;"Captain Silver (Japan revision 1)";256x240@58;H
+csprint;"Championship Sprint (Atari System 2)";512x384@60;H
+ct2k3sa;"Crouching Tiger Hidden Dragon 2003 Super Plus alternat";304x224@59;H
+ct2k3sp;"Crouching Tiger Hidden Dragon 2003 Super Plus";304x224@59;H
+cthd2003;"Crouching Tiger Hidden Dragon 2003 (set 1)";304x224@59;H
+cthd2k3a;"Crouching Tiger Hidden Dragon 2003 (set 2)";304x224@59;H
+ctomaday;"Captain Tomaday";304x224@59;H
+ctribe;"The Combatribes (US)";320x240@57;H
+ctribe1;"The Combatribes (US set 1?)";320x240@57;H
+ctribeb;"The Combatribes (bootleg set 1)";320x240@57;H
+ctribeb2;"The Combatribes (bootleg set 2)";320x240@57;H
+ctribej;"The Combatribes (Japan)";320x240@57;H
+ctribeo;"The Combatribes (US , older)";320x240@57;H
+ctrpllrp;"Caterpillar Pacman Hack";288x224@60;V
+cubybop;"Cuby Bop (location test)";320x224@60;H
+cuebrick;"Cue Brick (World, version D)";304x224@60;H
+cuebrickj;"Cue Brick (Japan)";320x224@60;H
+cupfinal;"Taito Cup Finals (Ver 1.0O 1993/02/28)";320x224@60;H
+cutefght;"Cute Fighter";304x224@58;H
+cutieq;"Cutie Q";272x224@60;V
+cworld;"Capcom World (Japan)";384x240@60;H
+cworld2j;"Adventure Quiz Capcom World 2 (920611 Japan)";384x224@60;H
+cworld2ja;"Adventure Quiz Capcom World 2 (Japan 920611, B-Board 9";384x224@60;H
+cworld2jb;"Adventure Quiz Capcom World 2 (Japan 920611, B-Board 9";384x224@60;H
+cybattlr;"Cybattler";256x224@60;V
+cyberlip;"Cyber-Lip (NGM-010)";304x224@59;H
+cybertnk;"Cyber Tank (v1.4)";224x512@60;V
+cybots;"Cyberbots - fullmetal madness (950424 Euro)";384x224@60;H
+cybotsj;"Cyberbots - fullmetal madness (950420 Japan)";384x224@60;H
+cybotsjd;"Cyberbots - fullmetal madness (Japan 950424) (decrypte";384x224@60;H
+cybotsu;"Cyberbots - fullmetal madness (950424 USA)";384x224@60;H
+cybotsud;"Cyberbots - fullmetal madness (950424 USA Phoenix Edit";384x224@60;H
+cyvern;"Cyvern (US)";320x240@60;V
+cyvernj;"Cyvern (Japan)";320x240@60;V
+dacholer;"Dacholer";256x224@60;H
+dadandrn;"Kyukyoku Sentai Dadandarn (ver JAA)";288x224@60;H
+daimakai;"Dai Makai-Mura (Japan) - Dai Makaimura - Dai Makaimura (Jpn)";384x224@60;H
+daimakaib;"Dai Makai-Mura (bootleg, Japan)";384x224@60;H
+daimakair;"Dai Makai-Mura (Japan Resale Ver.)";384x224@60;H
+daioh;"Daioh";384x240@60;V
+daioha;"Daioh (earlier)";384x240@60;V
+daiohc;"Daioh (93111A PCB conversion)";384x240@60;V
+daiohp;"Daioh (prototype)";384x240@60;V
+dairesya;"Dai Ressya Goutou (Japan)";240x224@60;H
+daisenpu;"Dai Senpu - Daisenpu (Japan)";384x224@60;V
+dambustr;"Dambusters (US, set 1) - The Dam Busters (Euro?)";256x224@60;V
+dambustra;"Dambusters (US, set 2) - The Dam Busters (Jpn)";256x224@60;V
+dambustruk;"Dambusters (UK)";256x224@60;V
+dangar;"Ufo Robo Dangar (4/07/1987)";256x224@60;V
+dangara;"Ufo Robo Dangar (12/1/1986)";256x224@60;V
+dangarb;"Ufo Robo Dangar (9/26/1986)";256x224@60;V
+dangarbt;"Ufo Robo Dangar (bootleg)";256x224@60;V
+dangseed;"Dangerous Seed (Japan) - Dangerous Seed (Jpn)";288x224@60;V
+dankuga;"Dan-Ku-Ga (Ver 0.0J 1994/12/13) (Prototype)";320x224@60;H
+daraku;"Daraku Tenshi - The Fallen Angels";320x224@60;H
+darius;"Darius (World)";224x864@60;V
+darius2;"Darius II (Japan) - Darius II (Jpn)";224x864@60;V
+darius2d;"Darius II (dual screen) (Japan)";224x640@60;V
+darius2do;"Darius II (dual screen) (Japan old version)";224x640@60;V
+dariuse;"Darius (Extra) (Japan)";224x864@60;V
+dariusg;"Darius Gaiden - Silver Hawk (Ver 2.5O 1994/09/19)";320x232@60;H
+dariusgj;"Darius Gaiden - Silver Hawk (Ver 2.5J 1994/09/19)";320x232@60;H
+dariusgu;"Darius Gaiden - Silver Hawk (Ver 2.5A 1994/09/19)";320x232@60;H
+dariusgx;"Darius Gaiden - Silver Hawk Extra Version (Ver 2.7J 19";320x232@60;H
+dariusj;"Darius (Japan)";224x864@60;V
+dariuso;"Darius (Japan old version)";224x864@60;V
+dariusu;"Darius (US)";224x864@60;V
+darkadv;"Dark Adventure";320x224@60;H
+darkmist;"The Lost Castle In Darkmist";256x224@60;V
+darkplnt;"Dark Planet";256x224@60;H
+darkseal;"Dark Seal (World revision 3)";256x240@58;H
+darkseal1;"Dark Seal (World revision 1)";256x240@58;H
+darkseal2;"Dark Seal 2 (Japan v2.1)";320x240@58;H
+darksealj;"Dark Seal (Japan)";256x240@58;H
+darktowr;"Dark Tower";256x240@57;H
+darwin;"Darwin 4078 (Japan) - Darwin 4081 (Jpn, Kor) - Super Real Darwin (World)";240x240@60;V
+dassault;"Desert Assault (US)";320x240@60;H
+dassault4;"Desert Assault (US 4 Players)";320x240@60;H
+dblaxle;"Double Axle (US)";320x240@60;H
+dblaxleu;"Double Axle (US earlier)";320x240@60;H
+dbldynj;"The Double Dynamites (Japan, 13NOV89)";256x224@60;H
+dbldynu;"The Double Dynamites (US, 13NOV89)";256x224@60;H
+dblewing;"Double Wings";320x240@58;V
+dblpoint;"Double Point";320x224@60;H
+dblpointd;"Double Point (Dong Bang Electron, bootleg?)";320x224@60;H
+dbreed;"Dragon Breed (M81 PCB version)";384x256@55;H
+dbreedm72;"Dragon Breed (M72 PCB version)";384x256@55;H
+dbz;"Dragon Ball Z - Buyuu Retsuden (Jpn) - Dragonball Z (rev B)";384x256@60;H
+dbz2;"Dragonball Z 2 - Super Battle";384x256@60;H
+dbza;"Dragonball Z (rev A)";384x256@60;H
+dcon;"D-Con";320x224@60;H
+ddaydoo;"Chulgyeok D-Day (Korea)";384x240@60;V
+ddcrew;"D. D. Crew (set 4, World, 3 Players, FD1094 317-0190)";320x224@60;H
+ddcrew1;"D. D. Crew (set 1, World, 4 Players, FD1094 317-?)";320x224@60;H
+ddcrew1d;"D. D. Crew (set 1, World, 4 Players, FD1094 317-? decr";320x224@60;H
+ddcrew2;"D. D. Crew (set 2, World, 2 Players, FD1094 317-0184)";320x224@60;H
+ddcrew2d;"D. D. Crew (set 2, World, 2 Players, FD1094 317-0184 d";320x224@60;H
+ddcrewd;"D. D. Crew (set 4, World, 3 Players, FD1094 317-0190 d";320x224@60;H
+ddcrewj;"D. D. Crew (set 5, Japan, 4 Players, FD1094 317-0185)";320x224@60;H
+ddcrewj2;"D. D. Crew (set 6, Japan, 2 Players, FD1094 317-0182)";320x224@60;H
+ddcrewj2d;"D. D. Crew (set 6, Japan, 2 Players, FD1094 317-0182 d";320x224@60;H
+ddcrewjd;"D. D. Crew (set 5, Japan, 4 Players, FD1094 317-0185 d";320x224@60;H
+ddcrewu;"D. D. Crew (set 3, US, 4 Players, FD1094 317-0186)";320x224@60;H
+ddcrewud;"D. D. Crew (set 3, US, 4 Players, FD1094 317-0186 decr";320x224@60;H
+ddonpach;"DoDonPachi (International, master ver. 97/02/05)";320x240@60;V
+ddonpacha;"DoDonPachi (Arrange Mode version 1.1, hack by Trap15)";320x240@60;V
+ddonpachj;"DoDonPachi (Japan, master ver. 97/02/05)";320x240@60;V
+ddp2;"Bee Storm - DoDonPachi II (V102, World) - Judge Dredd (USA, Prototype, Alt)";448x224@60;V
+ddp2100;"Bee Storm - DoDonPachi II (V100, World)";448x224@60;V
+ddp2100c;"Bee Storm - DoDonPachi II (V100, China)";448x224@60;V
+ddp2100hk;"Bee Storm - DoDonPachi II (V100, Hong Kong)";448x224@60;V
+ddp2100j;"Bee Storm - DoDonPachi II (V100, Japan)";448x224@60;V
+ddp2100k;"Bee Storm - DoDonPachi II (V100, Korea)";448x224@60;V
+ddp2100t;"Bee Storm - DoDonPachi II (V100, Taiwan)";448x224@60;V
+ddp2101;"Bee Storm - DoDonPachi II (V101, World)";448x224@60;V
+ddp2101c;"Bee Storm - DoDonPachi II (V101, China)";448x224@60;V
+ddp2101hk;"Bee Storm - DoDonPachi II (V101, Hong Kong)";448x224@60;V
+ddp2101j;"Bee Storm - DoDonPachi II (V101, Japan)";448x224@60;V
+ddp2101k;"Bee Storm - DoDonPachi II (V101, Korea)";448x224@60;V
+ddp2101t;"Bee Storm - DoDonPachi II (V101, Taiwan)";448x224@60;V
+ddp2c;"Bee Storm - DoDonPachi II (V102, China)";448x224@60;V
+ddp2hk;"Bee Storm - DoDonPachi II (V102, Hong Kong)";448x224@60;V
+ddp2j;"Bee Storm - DoDonPachi II (V102, Japan)";448x224@60;V
+ddp2k;"Bee Storm - DoDonPachi II (V102, Korea)";448x224@60;V
+ddp2t;"Bee Storm - DoDonPachi II (V102, Taiwan)";448x224@60;V
+ddpdoj;"DoDonPachi Dai-Ou-Jou (V101, Japan)";448x224@60;V
+ddpdoja;"DoDonPachi Dai-Ou-Jou (V100 (second version), Japan)";448x224@60;V
+ddpdojb;"DoDonPachi Dai-Ou-Jou (V100 (first version), Japan)";448x224@60;V
+ddpdojblk;"DoDonPachi Dai-Ou-Jou Black Label (V100, (2002.10.07.B";448x224@60;V
+ddpdojblka;"DoDonPachi Dai-Ou-Jou Black Label (V100 (2002.10.07 Bl";448x224@60;V
+ddpdojblkbl;"DoDonPachi Dai-Ou-Jou Black Label (2002.10.07 Black Ve";448x224@60;V
+ddragon;"Double Dragon (Euro, USA) - Double Dragon (Euro, USA) - Double Dragon (Japan) - Double Dragon (Kor) - Double Dragon (World)";256x240@57;H
+ddragon2;"Double Dragon II - The Revenge (Jpn) - Double Dragon II - The Revenge (World)";256x240@57;H
+ddragon2b;"Double Dragon II - The Revenge (US bootleg, set 1)";256x240@57;H
+ddragon2b2;"Double Dragon II - The Revenge (US bootleg, set 2)";256x240@57;H
+ddragon2u;"Double Dragon II - The Revenge (US)";256x240@57;H
+ddragon3;"Double Dragon 3 - The Arcade Game (Euro, USA) - Double Dragon 3 - The Rosetta Stone (US)";320x240@57;H
+ddragon3b;"Double Dragon 3 - The Rosetta Stone (bootleg)";320x240@57;H
+ddragon3j;"Double Dragon 3 - The Rosetta Stone (Japan)";320x240@57;H
+ddragon3p;"Double Dragon 3 - The Rosetta Stone (prototype)";320x240@57;H
+ddragonb;"Double Dragon (bootleg with HD6309)";256x240@57;H
+ddragonb2;"Double Dragon (bootleg)";256x240@57;H
+ddragonba;"Double Dragon (bootleg with M6803)";256x240@57;H
+ddragonu;"Double Dragon (US set 1)";256x240@57;H
+ddragonua;"Double Dragon (US set 2)";256x240@57;H
+ddragonub;"Double Dragon (US set 3)";256x240@57;H
+ddragonw;"Double Dragon (World set 1)";256x240@57;H
+ddragonw1;"Double Dragon (World set 2)";256x240@57;H
+ddsom;"Dungeons & Dragons - shadow over mystara (960619 Euro)";384x224@60;H
+ddsoma;"Dungeons & Dragons - shadow over mystara (960619 Asia)";384x224@60;H
+ddsomar1;"Dungeons & Dragons - shadow over mystara (960208 Asia)";384x224@60;H
+ddsomb;"Dungeons & Dragons - shadow over mystara (960223 Brazi";384x224@60;H
+ddsomh;"Dungeons & Dragons - shadow over mystara (960223 Hispa";384x224@60;H
+ddsomj;"Dungeons & Dragons - shadow over mystara (960619 Japan";384x224@60;H
+ddsomjr1;"Dungeons & Dragons - shadow over mystara (960206 Japan";384x224@60;H
+ddsomjr2;"Dungeons & Dragons - shadow over mystara (960223 Japan";384x224@60;H
+ddsomr1;"Dungeons & Dragons - shadow over mystara (960223 Euro)";384x224@60;H
+ddsomr2;"Dungeons & Dragons - shadow over mystara (960209 Euro)";384x224@60;H
+ddsomr3;"Dungeons & Dragons - shadow over mystara (960208 Euro)";384x224@60;H
+ddsomu;"Dungeons & Dragons - shadow over mystara (960619 USA)";384x224@60;H
+ddsomud;"Dungeons & Dragons - shadow over mystara (960619 USA P";384x224@60;H
+ddsomur1;"Dungeons & Dragons - shadow over mystara (960209 USA)";384x224@60;H
+ddtod;"Dungeons & Dragons - tower of doom (940412 Euro)";384x224@60;H
+ddtoda;"Dungeons & Dragons - tower of doom (940412 Asia)";384x224@60;H
+ddtodar1;"Dungeons & Dragons - tower of doom (940113 Asia)";384x224@60;H
+ddtodd;"Dungeons & Dragons - tower of doom (940412 Euro Phoeni";384x224@60;H
+ddtodh;"Dungeons & Dragons - tower of doom (940412 Hispanic)";384x224@60;H
+ddtodhr1;"Dungeons & Dragons - tower of doom (940125 Hispanic)";384x224@60;H
+ddtodhr2;"Dungeons & Dragons - tower of doom (940113 Hispanic)";384x224@60;H
+ddtodj;"Dungeons & Dragons - tower of doom (940412 Japan)";384x224@60;H
+ddtodjr1;"Dungeons & Dragons - tower of doom (940125 Japan)";384x224@60;H
+ddtodjr2;"Dungeons & Dragons - tower of doom (940113 Japan)";384x224@60;H
+ddtodr1;"Dungeons & Dragons - tower of doom (940113 Euro)";384x224@60;H
+ddtodu;"Dungeons & Dragons - tower of doom (940125 USA)";384x224@60;H
+ddtodur1;"Dungeons & Dragons - tower of doom (940113 USA)";384x224@60;H
+ddux;"Dynamite Dux (Euro, Bra) - Dynamite Dux (set 2, FD1094 317-0096)";320x224@60;H
+ddux1;"Dynamite Dux (set 1, 8751 317-0095)";320x224@60;H
+dduxbl;"Dynamite Dux (bootleg)";320x224@60;H
+dduxd;"Dynamite Dux (set 2, FD1094 317-0096 decrypted)";320x224@60;H
+dduxj;"Dynamite Dux (set 2, Japan, FD1094 317-0094)";320x224@60;H
+dduxjd;"Dynamite Dux (set 2, Japan, FD1094 317-0094 decrypted)";320x224@60;H
+deadconx;"Dead Connection (World)";320x224@60;H
+deadconxj;"Dead Connection (Japan)";320x224@60;H
+dealer;"The Dealer";272x236@60;V
+deathbrd;"Death Brade (Japan ver JM-3)";320x240@58;H
+deerhunt;"Deer Hunter (Rus) - Deer Hunting USA V4.3";320x240@60;H
+deerhunta;"Deer Hunting USA V4.2";320x240@60;H
+deerhuntb;"Deer Hunting USA V4.0";320x240@60;H
+deerhuntc;"Deer Hunting USA V3.0";320x240@60;H
+deerhuntd;"Deer Hunting USA V2";320x240@60;H
+deerhunte;"Deer Hunting USA V1";320x240@60;H
+defense;"Defense (System 16B, FD1089A 317-0028)";320x224@60;H
+deluxe4u;"Deluxe 4 U (ver. 0107, 07/01/2000)";320x240@60;H
+deluxe5;"Deluxe 5 (ver. 0107, 07/01/2000, set 1)";320x240@60;H
+deluxe5a;"Deluxe 5 (ver. 0107, 07/01/2000, set 2)";320x240@60;H
+deluxe5b;"Deluxe 5 (ver. 0107, 07/01/2000, set 3)";320x240@60;H
+demonwld;"Demon's World / Horror Story (set 1)";320x240@55.2;H
+demonwld1;"Demon's World / Horror Story (set 2)";320x240@55.2;H
+demonwld2;"Demon's World / Horror Story (set 3)";320x240@55.2;H
+demonwld3;"Demon's World / Horror Story (set 4)";320x240@55.2;H
+demonwld4;"Demon's World / Horror Story (set 5)";320x240@55.2;H
+deroon;"Deroon DeroDero";320x240@57;H
+deroona;"Deroon DeroDero (alt set)";320x240@57;H
+desertbr;"Desert Breaker (World, FD1094 317-0196)";320x224@60;V
+desertbrd;"Desert Breaker (World, FD1094 317-0196 decrypted)";320x224@60;V
+desertbrj;"Desert Breaker (Japan, FD1094 317-0194)";320x224@60;V
+desertbrjd;"Desert Breaker (Japan, FD1094 317-0194 decrypted)";320x224@60;V
+detatwin;"Detana!! Twin Bee (Japan ver. J)";280x224@60;V
+devilfsg;"Devil Fish (Galaxian hardware, bootleg?)";256x224@60;V
+devilfsh;"Devil Fish";256x224@60;V
+devilw;"Devil World";320x224@60;H
+devstors;"Devastators (ver. Z)";304x224@60;V
+devstors2;"Devastators (ver. X)";304x224@60;V
+devstors3;"Devastators (ver. V)";304x224@60;V
+dfeveron;"Dangun Feveron (Japan, ver. 98/09/17)";320x240@58;V
+dharma;"Dharma Doujou";320x224@60;H
+dharmaj;"Dharma Doujou (Japan)";320x224@60;H
+dharmak;"Dharma Doujou (Korea)";320x224@60;H
+diamond;"Diamond Run";256x224@60;H
+dietgo;"Diet Go Go (Euro v1.1 1992.09.26)";320x240@58;H
+dietgoe;"Diet Go Go (Euro v1.1 1992.08.04)";320x240@58;H
+dietgoj;"Diet Go Go (Japan v1.1 1992.09.26)";320x240@58;H
+dietgou;"Diet Go Go (USA v1.1 1992.09.26)";320x240@58;H
+digdug;"Dig Dug (Jpn) - Dig Dug (Prototype) - Dig Dug (rev 2)";288x224@60;V
+digdug2;"Dig Dug II (New Ver.)";288x224@60;V
+digdug2o;"Dig Dug II (Old Ver.)";288x224@60;V
+diggerma;"Digger Man";304x224@59;H
+dimahoo;"Dimahoo (000121 Euro)";384x224@60;V
+dimahoou;"Dimahoo (000121 USA)";384x224@60;V
+dimahoud;"Dimahoo (000121 USA Phoenix Edition)";384x224@60;V
+dingo;"Dingo";256x224@60;V
+dino;"Cadillacs & Dinosaurs (930201 etc)";384x224@60;H
+dinoa;"Cadillacs & Dinosaurs (930223 Asia TW)";384x224@60;H
+dinoeh;"Cadillacs and Dinosaurs (hack, 930201 etc)";384x224@60;H
+dinoh;"Cadillacs and Dinosaurs (bootleg set 3, 930223 Asia TW";384x224@60;H
+dinohc;"Cadillacs and Dinosaurs (Chinese bootleg, 930223 Asia";384x224@60;H
+dinohunt;"Dinosaur Hunter (Chinese bootleg, 930223 Asia TW)";384x224@60;H
+dinoj;"Cadillacs Kyouryuu-Shinseiki (Cadillacs 930201 Japan)";384x224@60;H
+dinopic;"Cadillacs and Dinosaurs (bootleg set 1 (with PIC16c57)";384x224@60;H
+dinopic2;"Cadillacs and Dinosaurs (bootleg set 2 (with PIC16c57)";384x224@60;H
+dinopic3;"Cadillacs and Dinosaurs (bootleg set 3 (with PIC16c57)";384x224@60;H
+dinopic4;"Cadillacs and Dinosaurs (bootleg set 4 (with PIC16c57)";384x224@60;H
+dinorex;"Dino Rex (World)";320x224@60;H
+dinorexj;"Dino Rex (Japan)";320x224@60;H
+dinorexu;"Dino Rex (US)";320x224@60;H
+dinot;"Cadillacs and Dinosaurs Turbo (bootleg set 1, 930223 A";384x224@60;H
+dinotpic;"Cadillacs and Dinosaurs Turbo (bootleg set 2 (with PIC";384x224@60;H
+dinou;"Cadillacs & Dinosaurs (930201 USA)";384x224@60;H
+dirtfoxj;"Dirt Fox (Japan)";288x224@60;V
+disco;"Disco No.1";242x240@60;V
+discof;"Disco No.1 (Rev.F)";242x240@60;V
+diverboy;"Diver Boy";320x240@60;H
+djboy;"DJ Boy (Euro) - DJ Boy (set 1)";256x224@58;H
+djboya;"DJ Boy (set 2)";256x224@58;H
+djboyj;"DJ Boy (Japan) - DJ Boy (Jpn)";256x224@58;H
+dkgensan;"Daiku no Gensan (Japan, M82)";384x256@55;H
+dkgensanm72;"Daiku no Gensan (Japan, M72)";384x256@55;H
+dkingjr;"Donkey King Jr. (bootleg of Donkey Kong Jr.)";256x224@60;V
+dkong;"Donkey Kong - Donkey Kong (US set 1)";256x224@60;V
+dkong3;"Donkey Kong 3 (US)";256x224@60;V
+dkong3b;"Donkey Kong 3 (bootleg on Donkey Kong Jr. hardware)";256x224@60;V
+dkong3j;"Donkey Kong 3 (Japan)";256x224@60;V
+dkongf;"Donkey Kong Foundry (hack)";256x224@60;V
+dkonghrd;"Donkey Kong (US set 1) with Hard kit";256x224@60;V
+dkongj;"Donkey Kong (Japan set 1)";256x224@60;V
+dkongjnrj;"Donkey Kong Junior (Japan?)";256x224@60;V
+dkongjo;"Donkey Kong (Japan set 2)";256x224@60;V
+dkongjo1;"Donkey Kong (Japan set 3)";256x224@60;V
+dkongjr;"Donkey Kong Junior - Donkey Kong Junior (US set F-2)";256x224@60;V
+dkongjrb;"Donkey Kong Jr. (bootleg)";256x224@60;V
+dkongjrj;"Donkey Kong Jr. (Japan)";256x224@60;V
+dkongjrm;"Donkey Kong Jr. (Moon Cresta hardware)";256x224@60;V
+dkongo;"Donkey Kong (US set 2)";256x224@60;V
+dkongpe;"Donkey Kong - Pauline Edition (hack, rev 5)";256x224@60;V
+dkongx;"Donkey Kong II - Jumpman Returns (hack, V1.2)";256x224@60;V
+dkongx11;"Donkey Kong II - Jumpman Returns (hack, V1.1)";256x224@60;V
+dkrainbow;"Donkey Kong - Arcade Rainbow (hack)";256x224@60;V
+dland;"Dream Land / Super Dream Land (bootleg of Bubble Bobbl - Rod-Land (World)";256x224@60;H
+dleague;"Dynamite League (US)";320x240@60;H
+dleaguej;"Dynamite League (Japan)";320x240@60;H
+dmnfrnt;"Demon Front (V105)";448x224@60;H
+dmnfrnta;"Demon Front (V102, China)";448x224@60;H
+dmnfrntb;"Demon Front (V103)";448x224@60;H
+dmnfrntpcb;"Demon Front (V107, Korea, Single PCB Version)";448x224@60;H
+dngrtrck;"Danger Track (Rally X bootleg)";288x224@60;H
+docastle;"Mr. Do!'s Castle - Mr. Do's Castle (set 1)";240x192@60;V
+dodgeman;"Dodge Man";256x224@60;H
+dogfgt;"Acrobatic Dog-Fight";256x240@60;H
+dogfgtj;"Dog-Fight (Japan)";256x240@60;H
+dogfgtu;"Acrobatic Dog-Fight (USA)";256x240@60;H
+dogfight;"Dog Fight (Thunderbolt) - Dog Fighter (Euro)";256x224@60;V
+dogosokb;"Dogou Souken (Joystick hack bootleg)";288x216@60;V
+dogosoke;"Dogou Souken";288x216@60;V
+dogyuun;"Dogyuun";320x240@60;V
+dogyuuna;"Dogyuun (Licensed to Unite Trading For Korea)";320x240@60;V
+dogyuunt;"Dogyuun (test location version)";320x240@60;V
+dokaben;"Dokaben (Japan)";384x240@60;H
+dolmen;"Dolmen";256x224@56;H
+dommy;"Dommy";248x240@57;V
+dondokod;"Don Doko Don (World)";320x224@60;H
+dondokodj;"Don Doko Don (Japan)";320x224@60;H
+dondokodu;"Don Doko Don (US)";320x224@60;H
+donight;"Mr.Do's Nightmare (hack by Krazy Ivan)";256x224@60;V
+donpachi;"DonPachi (USA, ver. 1.12, 95/05/2x)";320x240@58;V
+donpachihk;"DonPachi (Hong Kong, ver. 1.10, 95/05/17)";320x240@58;V
+donpachij;"DonPachi (Japan, ver. 1.01, 95/05/11)";320x240@58;V
+donpachikr;"DonPachi (Korea, ver. 1.12, 95/05/2x)";320x240@58;V
+dorodon;"Dorodon (Jpn) - Dorodon (set 1)";240x196@60;V
+dorodon2;"Dorodon (set 2)";240x196@60;V
+dorunrun;"Do! Run Run (set 1)";240x192@60;H
+dotrikun;"Dottori Kun (new version)";256x192@60;H
+dotrikun2;"Dottori Kun (old version)";256x192@60;H
+dotriman;"Dottori-Man Jr.";256x192@60;H
+doubledr;"Double Dragon (Neo-Geo)";320x224@59;H
+dowild;"Mr. Do's Wild Ride - Mr. Do's Wild Ride (Jpn)";240x192@60;H
+downtown;"DownTown / Mokugeki (Set 1)";384x224@57;V
+downtown2;"DownTown / Mokugeki (Set 2)";384x224@57;V
+downtownj;"DownTown / Mokugeki (Joystick Hack)";384x224@57;V
+downtownp;"DownTown / Mokugeki (prototype)";384x224@57;V
+dquizgo;"Date Quiz Go Go (Korea)";320x240@60;H
+dragnblz;"Dragon Blaze";320x224@60;V
+dragonsh;"Dragon's Heaven (development board)";304x224@59;H
+drakton;"Drakton (DK conversion)";256x224@60;V
+dreamwld;"Dream World";304x224@58;H
+dremshpr;"Dream Shopper";288x224@60;V
+drgnbowl;"Dragon Bowl";256x224@60;H
+drgnbowla;"Dragon Bowl (set 2, unencrypted program)";256x224@60;H
+drgnbstr;"Dragon Buster";288x224@60;H
+drgninja;"Dragonninja (Japan)";256x240@57;H
+drgninjab;"Dragonninja (bootleg set 1)";256x240@57;H
+drgninjab2;"Dragonninja (bootleg set 2)";256x240@57;H
+drgnmst;"Dragon Master";384x224@60;H
+drgnunit;"Dragon Unit / Castle of Dragon";384x240@60;H
+drgw2;"Dragon World II (V110X, World)";448x224@60;H
+drgw2c;"Zhong Guo Long II (V100C, China)";448x224@60;H
+drgw2hk;"Dragon World II (V100H, Hong Kong)";448x224@60;H
+drgw2j;"Chuugokuryuu II (V100J, Japan)";448x224@60;H
+drifto94;"Drift Out '94 - The Hard Order (Japan)";336x238@60;H
+driftout;"Drift Out (Europe)";320x224@60;V
+driftoutj;"Drift Out (Japan)";320x224@60;V
+driveout;"Drive Out";320x224@60;V
+drivfrcb;"Driving Force (Galaxian conversion bootleg)";256x224@60;V
+drivfrcg;"Driving Force (Galaxian conversion)";256x224@60;V
+drivfrcp;"Driving Force (Pac-Man conversion)";256x224@60;V
+drivfrct;"Top Racer (bootleg of Driving Force)";256x224@60;V
+drktnjr;"Drakton (DKJr conversion)";256x224@60;V
+drmicro;"Dr. Micro";256x224@60;V
+drtomy;"Dr. Tomy";320x240@60;H
+drtoppel;"Dr. Toppel's Adventure (World)";256x224@60;V
+drtoppela;"Dr. Toppel's Adventure (World, alt?)";256x224@60;V
+drtoppelj;"Dr. Toppel's Tankentai (Japan)";256x224@60;V
+drtoppelu;"Dr. Toppel's Adventure (US)";256x224@60;V
+dsaber;"Dragon Saber (World, DO2) - Dragon Saber - After Story of Dragon Spirit";288x224@60;V
+dsabera;"Dragon Saber (World, older?)";288x224@60;V
+dsaberj;"Dragon Saber (Japan, Rev B)";288x224@60;V
+dsoccr94;"Dream Soccer '94 (World, M107 hardware)";320x240@60;H
+dsoccr94j;"Dream Soccer '94 (Japan)";320x240@60;H
+dsoccr94k;"Dream Soccer '94 (Korea, M107 hardware)";320x240@60;H
+dspirit;"Dragon Spirit - Dragon Spirit - Dragon Spirit (new version (DS3))";288x224@60;V
+dspirit1;"Dragon Spirit (old version (DS1))";288x224@60;V
+dspirit2;"Dragon Spirit (DS2)";288x224@60;V
+dstlk;"Darkstalkers - the night warriors (940705 Euro) - Landstalker - The Treasures of King Nole (Euro)";384x224@60;H
+dstlka;"Darkstalkers - the night warriors (940705 Asia)";384x224@60;H
+dstlkh;"Darkstalkers - the night warriors (940818 Hispanic)";384x224@60;H
+dstlku;"Darkstalkers - the night warriors (940818 USA) - Landstalker - The Treasures of King Nole (USA)";384x224@60;H
+dstlku1d;"Darkstalkers - the night warriors (940705 USA Phoenix";384x224@60;H
+dstlkur1;"Darkstalkers - the night warriors (940705 USA)";384x224@60;H
+ducki;"Duck Tales (Intro demo)";304x224@59;H
+dumpmtmt;"Dump Matsumoto (Japan, 8751 317-unknown)";320x224@60;H
+dungeonm;"Dungeon Magic (Ver 2.1O 1994/02/18)";320x224@60;H
+dungeonmu;"Dungeon Magic (Ver 2.1A 1994/02/18)";320x224@60;H
+dunkshot;"Dunk Shot (Jpn) - Dunk Shot (Rev C, FD1089 317-0022)";320x224@60;H
+dunkshota;"Dunk Shot (Jpn, Alt) - Dunk Shot (Rev A, FD1089 317-0022)";320x224@60;H
+dunkshoto;"Dunk Shot (FD1089 317-0022)";320x224@60;H
+dw2001;"Dragon World 2001 (V100, Japan)";448x224@60;H
+dw2v100x;"Dragon World II (V100X, World)";448x224@60;H
+dwi;"DarkWing Duck (Intro demo)";304x224@59;H
+dwia;"DarkWing Duck (Intro demo, alt)";304x224@59;H
+dwpc;"Dragon World Pretty Chance (V101, Japan)";448x224@60;H
+dyger;"Dyger (Korea set 1)";384x224@60;V
+dygera;"Dyger (Korea set 2)";384x224@60;V
+dynablst;"Dynablaster / Bomber Man";320x240@60;H
+dynagear;"Dyna Gear";336x240@60;H
+dynduke;"Dynamite Duke (Euro, Bra) - Dynamite Duke (Europe, 03SEP89) - Dynamite Duke (World, Rev. A)";256x224@60;H
+dyndukea;"Dynamite Duke (Europe, 25JUL89)";256x224@60;H
+dyndukej;"Dynamite Duke (Japan, 03SEP89)";256x224@60;H
+dyndukeja;"Dynamite Duke (Japan, 25JUL89)";256x224@60;H
+dyndukeu;"Dynamite Duke (US, 25JUL89)";256x224@60;H
+dynwar;"Dynasty Wars (US set 1)";384x224@60;H
+dynwara;"Dynasty Wars (US set 2)";384x224@60;H
+dynwarj;"Tenchi wo Kurau (Japan)";384x224@60;H
+dynwarjr;"Tenchi wo Kurau (Japan Resale Ver.)";384x224@60;H
+eagle;"Eagle (set 1)";256x224@60;V
+eagle2;"Eagle (set 2)";256x224@60;V
+eagle3;"Eagle (set 3)";256x224@60;V
+eaglshot;"Eagle Shot Golf";320x224@60;H
+earthjkr;"U.N. Defense Force: Earth Joker (Japan)";320x240@60;V
+earthjkrp;"U.N. Defense Force: Earth Joker (Japan, prototype?)";320x240@60;V
+ecofghtr;"Eco Fighters (931203 etc)";384x224@60;H
+ecofghtra;"Eco Fighters (931203 Asia)";384x224@60;H
+ecofghtrd;"Eco Fighters (931203 World Phoenix Edition)";384x224@60;H
+ecofghtrh;"Eco Fighters (931203 Hispanic)";384x224@60;H
+ecofghtru;"Eco Fighters (940215 USA)";384x224@60;H
+ecofghtru1;"Eco Fighters (931203 USA)";384x224@60;H
+edf;"Armed Formation - Armed Formation F - E.D.F. : Earth Defense Force (set 1) - Twisted Flipper (USA, Prototype)";256x224@60;H
+edfa;"E.D.F. : Earth Defense Force (set 2)";256x224@60;H
+edfbl;"E.D.F. : Earth Defense Force (bootleg)";256x224@60;H
+edfu;"E.D.F. : Earth Defense Force (North America)";256x224@60;H
+edrandy;"The Cliffhanger - Edward Randy (World ver 3)";256x240@58;H
+edrandy1;"The Cliffhanger - Edward Randy (World ver 1)";256x240@58;H
+edrandy2;"The Cliffhanger - Edward Randy (World ver 2)";256x240@58;H
+edrandyj;"The Cliffhanger - Edward Randy (Japan ver 3)";256x240@58;H
+eeekk;"Eeekk!";288x224@60;V
+egghunt;"Egg Hunt";384x240@58;H
+eggor;"Eggor";288x224@60;V
+eggs;"Eggs";240x240@57;V
+eightfrc;"Eight Forces";384x224@60;V
+eightman;"Eight Man (NGM-025)(NGH-025)";320x224@59;H
+elvact2u;"Elevator Action II (Ver 2.2A 1995/02/20)";320x232@60;H
+elvactr;"Elevator Action Returns (Ver 2.2O 1995/02/20)";320x232@60;H
+elvactrj;"Elevator Action Returns (Ver 2.2J 1995/02/20)";320x232@60;H
+endurobl;"Enduro Racer (bootleg set 1)";320x224@60;H
+enduror;"Enduro Racer (YM2151, FD1089B 317-0013A)";320x224@60;H
+enduror1;"Enduro Racer (YM2203, FD1089B 317-0013A)";320x224@60;H
+enforce;"Enforce (World)";320x224@60;H
+enforcej;"Enforce (Japan)";320x224@60;H
+enforceja;"Enforce (Japan, Analog Controls)";320x224@60;H
+esckids;"Escape Kids (Asia, 4 Players)";288x240@60;H
+esckidsj;"Escape Kids (Japan, 2 Players)";288x240@60;H
+espgal;"Espgaluda (V100, Japan)";448x224@59;V
+espgalbl;"Espgaluda (2003/10/15 Master Ver, bootleg cartridge co";448x224@59;V
+esprade;"ESP Ra.De. - A.D.2018 Tokyo (International, ver. 98/04";320x240@58;V
+espradej;"ESP Ra.De. (Japan, ver. 98/04/21)";320x240@58;V
+espradejo;"ESP Ra.De. (Japan, ver. 98/04/14)";320x240@58;V
+eswat;"E-Swat - Cyber Police (set 4, World, FD1094 317-0130) - ESWAT - City Under Siege (Euro, USA, Rev. A)";320x224@60;H
+eswatbl;"E-Swat - Cyber Police (bootleg)";320x224@60;H
+eswatd;"E-Swat - Cyber Police (set 4, World, FD1094 317-0130 d";320x224@60;H
+eswatj;"Cyber Police ESWAT (Jpn, Rev. 0) - E-Swat - Cyber Police (set 2, Japan, FD1094 317-0128)";320x224@60;H
+eswatj1;"E-Swat - Cyber Police (set 1, Japan, FD1094 317-0131)";320x224@60;H
+eswatj1d;"E-Swat - Cyber Police (set 1, Japan, FD1094 317-0131 d";320x224@60;H
+eswatjd;"E-Swat - Cyber Police (set 2, Japan, FD1094 317-0128 d";320x224@60;H
+eswatu;"E-Swat - Cyber Police (set 3, US, FD1094 317-0129)";320x224@60;H
+eswatud;"E-Swat - Cyber Police (set 3, US, FD1094 317-0129 decr";320x224@60;H
+eto;"Game Toshokan (Jpn, Rev. A) - Kokontouzai Eto Monogatari (Japan)";320x240@60;H
+euroch92;"Euro Champ '92 (World)";320x224@60;H
+evilston;"Evil Stone";320x224@60;V
+excelsr;"Excelsior (set 1)";320x240@58;H
+excelsra;"Excelsior (set 2)";320x240@58;H
+exctleag;"Excite League (FD1094 317-0079)";320x224@60;H
+exctleagd;"Excite League (FD1094 317-0079 decrypted)";320x224@60;H
+exedexes;"Exed Exes";256x224@60;V
+exerizerb;"Exerizer (Japan) (bootleg)";320x224@60;V
+exodus;"Exodus (bootleg?) - Exodus - Journey to the Promised Land (USA)";256x224@60;V
+explbrkr;"Explosive Breaker";256x224@60;V
+explorer;"Explorer";256x224@60;V
+extdwnhl;"Extreme Downhill (v1.5)";320x240@60;H
+extrmatn;"Extermination (World)";256x224@60;V
+extrmatnj;"Extermination (Japan)";256x224@60;V
+extrmatnu;"Extermination (US, set 1)";256x224@60;V
+extrmatnur;"Extermination (US, Romstar)";256x224@60;V
+exzisus;"Exzisus (Japan, dedicated)";256x224@60;H
+exzisusa;"Exzisus (Japan, conversion)";256x224@60;H
+exzisust;"Exzisus (TAD license)";256x224@60;H
+eyes;"Eyes (Digitrex Techstar)";288x224@60;V
+eyes2;"Eyes (Techstar)";288x224@60;V
+eyesb;"Eyes (bootleg set 1)";288x224@60;V
+eyeszacb;"Eyes (bootleg set 2, decrypted)";288x224@60;V
+f1dreamb;"F-1 Dream (bootleg, set 1)";256x224@60;H
+f1dreamba;"F-1 Dream (bootleg, set 2)";256x224@60;H
+f1gp;"F-1 Grand Prix - Nakajima Satoru Kanshuu F1 Grand Prix (Jpn)";320x240@60;V
+f1gp2;"F-1 Grand Prix Part II";320x224@60;V
+faceoff;"Face Off (Japan 2 Players)";288x224@60;H
+falcon;"Falcon - Falcon (bootleg of Phoenix) (8085A CPU)";256x208@60;V
+falconz;"Falcon (bootleg of Phoenix) (Z80 CPU)";256x208@60;V
+fantasia;"Fantasia (940429 PCB, set 1) - Fantasia (World, Rev. A)";256x224@60;V
+fantasiaa;"Fantasia (940307 PCB)";256x224@60;V
+fantasiab;"Fantasia (940429 PCB, set 2)";256x224@60;V
+fantasian;"Fantasia (940803 PCB)";256x224@60;V
+fantastc;"Fantastic (Galaga conversion on Galaxian hardware)";256x224@60;V
+fantazia;"Fantazia (bootleg?)";256x224@60;V
+fantland;"Fantasy Land (set 1)";352x256@60;H
+fantlanda;"Fantasy Land (set 2)";352x256@60;H
+fantsia2;"Fantasia II (Explicit)";256x224@60;H
+fantsia2a;"Fantasia II (Less Explicit)";256x224@60;H
+fantsia2n;"Fantasia II (1998)";256x224@60;H
+fantsy95;"Fantasy '95";256x224@60;V
+fantzn2x;"Fantasy Zone II - The Tears of Opa-Opa (System 16C)";320x224@60;H
+fantzn2xp;"Fantasy Zone II - The Tears of Opa-Opa (System 16C, pr";320x224@60;H
+fantzn2xps2;"Fantasy Zone II - The Tears of Opa-Opa (System 16C, PS";320x224@60;H
+fantznta;"Fantasy Zone Time Attack (System 16B, PS2 data file)";320x224@60;H
+fantzone;"Fantasy Zone - Fantasy Zone - Fantasy Zone (Jpn) - Fantasy Zone (Rev A, unprotected) - Fantasy Zone (World, v2) - Fantasy Zone Gear (Euro, Jpn)";320x224@60;H
+fantzone1;"Fantasy Zone (unprotected) - Fantasy Zone (World, v1, Prototype)";320x224@60;H
+fantzonep;"Fantasy Zone (317-5000)";320x224@60;H
+fantzoneta;"Fantasy Zone (Time Attack, bootleg)";320x224@60;H
+farmer;"Farmers Rebellion";240x224@60;H
+fastfred;"Fast Freddie";256x224@60;V
+fatfursp;"Fatal Fury Special (Euro) - Fatal Fury Special / Garou Densetsu Special (set 1)(NG";320x224@59;H
+fatfurspa;"Fatal Fury Special / Garou Densetsu Special (set 2)(NG";320x224@59;H
+fatfury1;"Fatal Fury - King of Fighters / Garou Densetsu - shuku";320x224@59;H
+fatfury2;"Fatal Fury 2 (USA, Kor) - Fatal Fury 2 / Garou Densetsu 2 - arata-naru tatakai (";320x224@59;H
+fatfury2a;"Fatal Fury 2 / Garou Densetsu 2 - arata-naru tatakai (";320x224@59;H
+fatfury3;"Fatal Fury 3 - Road to the Final Victory / Garou Dense";320x224@59;H
+fatfury3a;"Fatal Fury 3 - Road to the Final Victory / Garou Dense";320x224@59;H
+fball;"Fire Ball (FM Work)";256x240@60;H
+fbfrenzy;"Football Frenzy (NGM-034)(NGH-034)";304x224@59;H
+fcrash;"Final Crash (bootleg (with 2xYM2203 + 2xMSM5205))";384x224@60;H
+feversos;"Fever SOS (International, ver. 98/09/25)";320x240@58;V
+ffantasy;"Fighting Fantasy (Japan revision 3)";256x240@57;H
+ffantasya;"Fighting Fantasy (Japan)";256x240@57;H
+ffantasyb;"Fighting Fantasy (Japan revision ?)";256x240@57;H
+ffantasyj;"Fighting Fantasy (Japan revision 2)";256x240@57;H
+ffight;"Final Fight (World, set 1)";384x224@60;H
+ffighta;"Final Fight (World, set 2)";384x224@60;H
+ffightbl;"Final Fight (bootleg set 1 (with 2xYM2203 + 2xMSM5205)";384x224@60;H
+ffightbla;"Final Fight (bootleg set 2 (with 2xYM2203 + 2xMSM5205)";384x224@60;H
+ffightj;"Final Fight (Japan)";384x224@60;H
+ffightj1;"Final Fight (900112 Japan)";384x224@60;H
+ffightj2;"Final Fight (900305 Japan)";384x224@60;H
+ffightj3;"Final Fight (900613 Japan)";384x224@60;H
+ffightjh;"Street Smart / Final Fight (Japan, hack)";384x224@60;H
+ffightu;"Final Fight (USA, set 1)";384x224@60;H
+ffightu1;"Final Fight (USA, set 2)";384x224@60;H
+ffightu2;"Final Fight (USA, set 3)";384x224@60;H
+ffightua;"Final Fight (900112 USA)";384x224@60;H
+ffightub;"Final Fight (900424 USA)";384x224@60;H
+ffightuc;"Final Fight (900613 USA)";384x224@60;H
+fghtbskt;"Fighting Basketball";256x224@60;H
+fhawk;"Fighting Hawk (World)";320x224@60;V
+fhawkj;"Fighting Hawk (Japan)";320x224@60;V
+fightfev;"Fight Fever (set 1)";304x224@59;H
+fightfeva;"Fight Fever (set 2)";304x224@59;H
+fightrol;"Fighting Roller";240x224@60;V
+finalb;"Final Blow (Jpn) - Final Blow (World)";320x224@60;H
+finalbj;"Final Blow (Japan)";320x224@60;H
+finalbu;"Final Blow (US)";320x224@60;H
+finalizr;"Finalizer - Super Transformation";272x224@60;V
+finalizrb;"Finalizer - Super Transformation (bootleg)";272x224@60;V
+finalttr;"Final Tetris";256x224@58;H
+finehour;"Finest Hour (Japan)";288x224@60;H
+firebarr;"Fire Barrel (Japan)";320x240@60;V
+firehawk;"Fire Hawk (horizontal) - Firehawk (Euro)";256x224@56;H
+fireshrk;"Fire Shark - Fire Shark (Euro)";320x240@57.6;V
+fireshrka;"Fire Shark (Earlier)";320x240@57.6;V
+fireshrkd;"Fire Shark (Korea, set 1, easier)";320x240@57.6;V
+fireshrkdh;"Fire Shark (Korea, set 2, harder)";320x240@57.6;V
+firetrap;"Fire Trap (US, set 1)";256x240@60;V
+firetrapa;"Fire Trap (US, set 2)";256x240@60;V
+firetrapbl;"Fire Trap (Japan bootleg)";256x240@60;V
+firetrapj;"Fire Trap (Japan)";256x240@60;V
+fitegolf;"Fighting Golf (World?)";288x216@60;H
+fitegolf2;"Fighting Golf (US, Ver 2)";288x216@60;H
+fitegolfu;"Fighting Golf (US)";288x216@60;H
+fixeight;"FixEight (Europe)";320x240@60;V
+fixeighta;"FixEight (Southeast Asia)";320x240@60;V
+fixeightat;"FixEight (Southeast Asia, Taito license)";320x240@60;V
+fixeighth;"FixEight (Hong Kong)";320x240@60;V
+fixeightht;"FixEight (Hong Kong, Taito license)";320x240@60;V
+fixeightj;"FixEight (Japan)";320x240@60;V
+fixeightjt;"FixEight (Japan, Taito license)";320x240@60;V
+fixeightk;"FixEight (Korea)";320x240@60;V
+fixeightkt;"FixEight (Korea, Taito license)";320x240@60;V
+fixeightt;"FixEight (Europe, Taito license)";320x240@60;V
+fixeighttw;"FixEight (Taiwan)";320x240@60;V
+fixeighttwt;"FixEight (Taiwan, Taito license)";320x240@60;V
+fixeightu;"FixEight (USA)";320x240@60;V
+fixeightut;"FixEight (USA, Taito license)";320x240@60;V
+fjbuster;"Fujiyama Buster (Japan)";256x224@60;H
+flagrall;"'96 Flag Rally";320x240@60;H
+flashgal;"Flashgal (set 1)";288x224@60;H
+flashgala;"Flashgal (set 2)";288x224@60;H
+flashgalk;"Flashgal (set 1, Kyugo logo)";288x224@60;H
+flicky;"Flicky (128k Version, 315-5051) - Flicky (Euro, USA) - Flicky (Jpn) - Flicky (Jpn, v1)";256x224@60;H
+flickya;"Flicky (128k Version, 315-5051, larger roms)) - Flicky (Jpn, v0)";256x224@60;H
+flickyg;"Flicky (128k Version, System 2, 315-5051, alt graphics";256x224@60;H
+flickyo;"Flicky (64k Version, 315-5051, set 1)";256x224@60;H
+flickys1;"Flicky (64k Version, 315-5051, set 2)";256x224@60;H
+flickys2;"Flicky (128k Version, not encrypted)";256x224@60;H
+flickys2g;"Flicky (128k Version, System 2, not encrypted, alt gra";256x224@60;H
+flipshot;"Battle Flip Shot";304x224@59;H
+flipull;"Flipull (Japan)";320x224@60;H
+flstory;"The FairyLand Story - The Fairyland Story (Jpn)";256x224@60;H
+flstoryj;"The FairyLand Story (Japan)";256x224@60;H
+flyboy;"Fly-Boy";256x224@60;V
+flyboyb;"Fly-Boy (bootleg)";256x224@60;V
+flytiger;"Flying Tiger (set 1)";384x240@60;V
+flytigera;"Flying Tiger (set 2)";384x240@60;V
+fncywld;"Fancy World - Earth of Crisis";320x240@60;H
+fnkyfish;"Funky Fish";512x256@60;V
+fnshark;"Flyin' Shark (bootleg of Hishou Zame)";320x240@55;V
+footchmp;"Football Champ (World)";320x224@60;H
+forcebrk;"Force Break (bootleg)";240x240@60;H
+forgottn;"Forgotten Worlds (Euro, Bra, Aus) - Forgotten Worlds (World, newer) - Forgotten Worlds (World, v1.1)";384x224@60;H
+forgottna;"Forgotten Worlds (World)";384x224@60;H
+forgottnu;"Forgotten Worlds (US, B-Board 88621B-2, rev C)";384x224@60;H
+forgottnua;"Forgotten Worlds (US, B-Board 88618B-2, rev A)";384x224@60;H
+forgottnuaa;"Forgotten Worlds (US, B-Board 88618B-2, rev AA)";384x224@60;H
+forgottnuc;"Forgotten Worlds (US, B-Board 88618B-2, Rev C)";384x224@60;H
+forgottnue;"Forgotten Worlds (US, B-Board 88618B-2, Rev E)";384x224@60;H
+formatz;"Formation Z - Formation Z (Jpn)";248x224@60;H
+fpoint;"Flash Point (set 2, Japan, FD1094 317-0127A) - Flashpoint (Kor) - Flashpoint (Kor)";320x224@60;H
+fpoint1;"Flash Point (set 1, Japan, FD1094 317-0127A)";320x224@60;H
+fpoint1d;"Flash Point (set 1, Japan, FD1094 317-0127A decrypted)";320x224@60;H
+fpointbj;"Flash Point (Japan, bootleg)";320x224@60;H
+fpointbl;"Flash Point (World, bootleg)";320x224@60;H
+fpointd;"Flash Point (set 2, Japan, FD1094 317-0127A decrypted)";320x224@60;H
+freekick;"Free Kick (NS6201-A 1987.10)";256x224@60;V
+freekicka;"Free Kick (NS6201-A 1987.9)";256x224@60;V
+freekickb1;"Free Kick (bootleg set 1)";256x224@60;V
+freekickb3;"Free Kick (bootleg set 3)";256x224@60;V
+freeze;"Freeze";256x224@60;V
+friskyt;"Frisky Tom (set 1)";256x224@60;H
+friskyta;"Frisky Tom (set 2)";256x224@60;H
+friskytb;"Frisky Tom (set 3, encrypted)";256x224@60;H
+frogf;"Frog (Falcon bootleg)";256x224@60;V
+frogg;"Frog (Galaxian hardware)";256x224@60;V
+frogger;"Frogger - Frogger - Frogger (Jpn) - Frogger (USA) - Frogger (USA, Prototype)";256x224@60;V
+froggermc;"Frogger (Moon Cresta hardware)";256x224@60;V
+froggers;"Frog";256x224@60;V
+froggers1;"Frogger (Sega set 1)";256x224@60;V
+froggers2;"Frogger (Sega set 2)";256x224@60;V
+froggers3;"Frogger (Sega set 3)";256x224@60;V
+froggrs;"Frogger (Scramble hardware)";256x224@60;V
+froman2b;"Idol Mahjong - final romance 2 (Neo CD Conversion)";304x224@59;H
+fround;"The Final Round (ver. M)";320x224@60;H
+froundl;"The Final Round (ver. L)";320x224@60;H
+fshark;"Flying Shark (World)";320x240@54.9;V
+fsharkbt;"Flying Shark (bootleg with 8741)";320x240@54.9;V
+fsoccerb;"Fighting Soccer (Joystick hack bootleg)";400x224@60;H
+fsoccerba;"Fighting Soccer (Joystick hack bootleg, alt)";400x224@60;H
+fstarfrc;"Final Star Force (US)";256x224@60;V
+fstarfrcj;"Final Star Force (Japan)";256x224@60;V
+fswords;"Fighters Swords (Korean release of Samurai Shodown III";304x224@59;H
+fullthrl;"Full Throttle (Japan)";320x240@60;H
+funkybee;"Funky Bee";236x224@60;V
+funkybeeb;"Funky Bee (bootleg, harder)";236x224@60;V
+funkyjet;"Funky Jet (World, rev 1)";320x240@58;H
+funkyjeta;"Funky Jet (World)";320x240@58;H
+funkyjetj;"Funky Jet (Japan, rev 2)";320x240@58;H
+funybubl;"Funny Bubble";320x224@60;H
+funybublc;"Funny Bubble (Comad version)";320x224@60;H
+futspy;"Future Spy";256x224@60;V
+fx;"F-X - Sega Graphic Board (Jpn, Prototype v2.0) - SF-X";288x224@60;V
+fxa;"F-X (alternate set)";288x224@60;V
+gaia;"Gaia Crusaders - Sagaia (Euro, Bra) - Sagaia (USA)";320x224@58;H
+gaialast;"Gaia - The Last Choice of Earth";304x224@58;H
+gaiapols;"Gaiapolis (ver EAF)";376x224@60;V
+gaiapolsj;"Gaiapolis (ver JAF)";376x224@60;V
+gaiapolsu;"Gaiapolis (ver UAF)";376x224@60;V
+gaiden;"Ninja Gaiden (Euro, Bra) - Ninja Gaiden (Euro, USA) - Ninja Gaiden (Jpn, Prototype) - Ninja Gaiden (US)";256x224@60;H
+galaga;"Galaga (Jpn) - Galaga (Namco rev. B) - Galaga (Tw) - Galaga Demo (set 2)";288x224@60;V
+galaga3;"Galaga 3 (GP3 rev. D)";288x224@60;V
+galaga3a;"Galaga 3 (GP3 rev. C)";288x224@60;V
+galaga3b;"Galaga 3 (GP3)";288x224@60;V
+galaga3c;"Galaga 3 (set 4)";288x224@60;V
+galaga3m;"Galaga 3 (set 5)";288x224@60;V
+galaga88;"Galaga '88 - Galaga '88";288x224@60;V
+galaga88a;"Galaga '88 (02-03-88)";288x224@60;V
+galaga88j;"Galaga '88 (Japan)";288x224@60;V
+galagamf;"Galaga (Midway set 1 with fast shoot hack)";288x224@60;V
+galagamk;"Galaga (Midway set 2)";288x224@60;V
+galagamw;"Galaga (Midway set 1)";288x224@60;V
+galagao;"Galaga (Namco)";288x224@60;V
+galap1;"Space Invaders Galactica (galaxiaj hack)";256x224@60;V
+galap4;"Galaxian Part 4 (hack)";256x224@60;V
+galapx;"Galaxian Part X (moonaln hack)";256x224@60;V
+galaxbsf;"Galaxian (bootleg, set 1)";256x224@60;V
+galaxian;"Galaxian - Galaxian (Jpn) - Galaxian (Kor) - Galaxian (Namco set 1)";256x224@60;V
+galaxiana;"Galaxian (Alt) - Galaxian (Jpn, Alt) - Galaxian (Namco set 2)";256x224@60;V
+galaxianbl;"Galaxian (bootleg, set 2)";256x224@60;V
+galaxiani;"Galaxian (Irem)";256x224@60;V
+galaxianm;"Galaxian (Midway set 1)";256x224@60;V
+galaxianmo;"Galaxian (Midway set 2)";256x224@60;V
+galaxiant;"Galaxian (Taito)";256x224@60;V
+galaxrf;"Galaxian (Recreativos Franco S.A. Spanish bootleg)";256x224@60;V
+galaxrfgg;"Galaxian Growing Galaxip / Galaxian Nave Creciente (Re";256x224@60;V
+galaxyfg;"Galaxy Fight - Universal Warriors";304x224@59;H
+galaxygn;"Galaxy Gunners";352x256@60;V
+galemp;"Galaxy Empire (bootleg?)";256x224@60;V
+galhustl;"Gals Hustler";256x224@60;H
+galivan;"Cosmo Police Galivan (12/26/1985)";256x224@60;V
+galivan2;"Cosmo Police Galivan (12/16/1985)";256x224@60;V
+galivan3;"Cosmo Police Galivan (12/11/1985)";256x224@60;V
+gallag;"Gallag";288x224@60;V
+gallop;"Gallop - Armed police Unit (Japan)";384x256@55;H
+galmedes;"Galmedes (Japan)";320x240@60;V
+galpani4;"Gals Panic 4 (Japan)";320x240@60;H
+galpani4k;"Gals Panic 4 (Korea)";320x240@60;H
+galpanic;"Gals Panic (Unprotected)";256x224@60;V
+galpanidx;"Gals Panic DX (Asia)";320x240@60;H
+galpanis;"Gals Panic S - Extra Edition (Europe)";320x240@60;H
+galpanisj;"Gals Panic S - Extra Edition (Japan)";320x240@60;H
+galpanisk;"Gals Panic S - Extra Edition (Korea)";320x240@60;H
+galpans2;"Gals Panic S2 (Europe)";320x240@60;H
+galpans2a;"Gals Panic S2 (Asia)";320x240@60;H
+galpans2j;"Gals Panic S2 (Japan)";320x240@60;H
+galpans3;"Gals Panic S3 (Japan)";320x240@60;H
+galpansu;"Gals Panic SU (Korea)";320x240@60;H
+galspnbl;"Gals Pinball";512x224@60;V
+galturbo;"Galaxian Turbo (superg hack)";256x224@60;V
+ganbare;"Ganbare! Marine Kun (Marine 2K0411 JPN)";384x224@60;H
+gangonta;"Ganbare! Gonta!! 2 / Party Time: Gonta the Diver II (J";320x240@58;V
+gangwars;"Gang Wars";256x224@60;H
+gangwarsb;"Gang Wars (bootleg)";256x224@60;H
+gangwarsj;"Gang Wars (Japan)";256x224@60;H
+gangwarsu;"Gang Wars (US)";256x224@60;H
+ganryu;"Ganryu / Musashi Ganryuki";304x224@59;H
+gaplus;"Gaplus (GP2 rev. B)";288x224@60;V
+gaplusa;"Gaplus (GP2)";288x224@60;V
+gaplusd;"Gaplus (GP2 rev D, alternate hardware)";288x224@60;V
+gaplust;"Gaplus (Tecfri PCB)";288x224@60;V
+gardia;"Gardia (317-0006)";256x224@60;V
+garogun;"Garogun Seroyang (Korea)";320x240@60;H
+garou;"Garou - Mark of the Wolves (NGM-2530) - Garou Densetsu - Shukumei no Tatakai (Jpn)";320x224@59;H
+garoubl;"Garou - Mark of the Wolves (bootleg)";320x224@59;H
+garouh;"Garou - Mark of the Wolves (NGM-2530) (NGH-2530)";320x224@59;H
+garoup;"Garou - Mark of the Wolves (prototype)";320x224@59;H
+garuka;"Garuka (Japan ver. W)";304x224@60;V
+garyoret;"Garyo Retsuden (Japan)";256x240@58;H
+gatedoom;"Gate of Doom (US revision 4)";256x240@58;H
+gatedoom1;"Gate of Doom (US revision 1)";256x240@58;H
+gaunt2;"Gauntlet II";336x240@60;H
+gaunt22p;"Gauntlet II (2 Players, rev 2)";336x240@60;H
+gaunt22p1;"Gauntlet II (2 Players, rev 1)";336x240@60;H
+gaunt22pg;"Gauntlet II (2 Players, German)";336x240@60;H
+gaunt2g;"Gauntlet II (German)";336x240@60;H
+gauntlet;"Gauntlet (Euro) - Gauntlet (Euro, Bra) - Gauntlet (rev 14)";336x240@60;H
+gauntlet2p;"Gauntlet (2 Players, rev 6)";336x240@60;H
+gauntlet2pg;"Gauntlet (2 Players, German, rev 4)";336x240@60;H
+gauntlet2pg1;"Gauntlet (2 Players, German, rev 1)";336x240@60;H
+gauntlet2pj;"Gauntlet (2 Players, Japanese, rev 5)";336x240@60;H
+gauntlet2pj2;"Gauntlet (2 Players, Japanese rev 2)";336x240@60;H
+gauntlet2pr3;"Gauntlet (2 Players, rev 3)";336x240@60;H
+gauntletg;"Gauntlet (German, rev 10)";336x240@60;H
+gauntletgr3;"Gauntlet (German, rev 3)";336x240@60;H
+gauntletgr6;"Gauntlet (German, rev 6)";336x240@60;H
+gauntletgr8;"Gauntlet (German, rev 8)";336x240@60;H
+gauntletj;"Gauntlet (Japanese, rev 13)";336x240@60;H
+gauntletj12;"Gauntlet (Japanese, rev 12)";336x240@60;H
+gauntletr1;"Gauntlet (rev 1)";336x240@60;H
+gauntletr2;"Gauntlet (rev 2)";336x240@60;H
+gauntletr4;"Gauntlet (rev 4)";336x240@60;H
+gauntletr5;"Gauntlet (rev 5)";336x240@60;H
+gauntletr7;"Gauntlet (rev 7)";336x240@60;H
+gauntletr9;"Gauntlet (rev 9)";336x240@60;H
+gauntlets;"Gauntlet (Spanish, rev 15)";336x240@60;H
+gberet;"Green Beret - Green Beret (Euro)";240x224@60;H
+gberetb;"Green Beret (bootleg)";240x224@60;H
+gblchmp;"Global Champion (Ver 2.1A 1994/07/29)";320x224@60;H
+gbusters;"Gang Busters (set 1)";288x224@60;V
+gbustersa;"Gang Busters (set 2)";288x224@60;V
+gdfs;"Mobil Suit Gundam Final Shooting (Japan)";336x240@60;H
+geebee;"Gee Bee";272x224@60;V
+geebeeg;"Gee Bee (Gremlin)";272x224@60;V
+gekiridn;"Gekirindan (Ver 2.3O 1995/09/21)";320x232@60;V
+gekiridnj;"Gekirindan (Ver 2.3J 1995/09/21)";320x232@60;V
+gemini;"Gemini Wing (Japan)";256x224@60;V
+geminib;"Gemini Wing (World, bootleg)";256x224@60;V
+genix;"Genix Family";288x224@60;H
+genpeitd;"Genpei ToumaDen";288x224@60;H
+gensitou;"Genshi-Tou 1930's (Japan)";256x224@60;H
+geostorm;"Geostorm (Japan)";320x240@60;H
+getstarb1;"Get Star (bootleg, set 1)";280x240@60;H
+getstarb2;"Get Star (bootleg, set 2)";280x240@60;H
+getstarj;"Get Star (Japan)";280x240@60;H
+gforce2;"Galaxy Force 2 - Galaxy Force II (World, Rev. B)";320x224@60;H
+gforce2j;"Galaxy Force 2 (Japan)";320x224@60;H
+gforce2ja;"Galaxy Force 2 (Japan, Rev A)";320x224@60;H
+gforce2sd;"Galaxy Force 2 (Super Deluxe unit)";320x224@60;H
+ghostb;"The Real Ghostbusters (US 2 Players, revision 2)";256x240@58;H
+ghostb2a;"The Real Ghostbusters (US 2 Players)";256x240@58;H
+ghostb3;"The Real Ghostbusters (US 3 Players)";256x240@58;H
+ghostbi;"Ghost Busters (Intro demo)";304x224@59;H
+ghostlop;"Ghostlop (prototype)";304x224@59;H
+ghostmun;"Ghost Muncher";256x224@60;V
+ghouls;"Ghouls'n Ghosts (Euro, USA, Bra) - Ghouls'n Ghosts (Euro, USA, Kor, Rev. A) - Ghouls'n Ghosts (World)";384x224@60;H
+ghoulsu;"Ghouls'n Ghosts (US)";384x224@60;H
+ghox;"Ghox (spinner)";320x240@60;V
+ghoxj;"Ghox (joystick)";320x240@60;V
+gigaman2;"Gigaman 2: The Power Fighters (bootleg)";384x224@60;H
+gigandes;"Gigandes";384x240@60;H
+gigandesa;"Gigandes (earlier)";384x240@60;H
+gigasb;"Gigas (bootleg)";256x224@60;V
+gigasm2b;"Gigas Mark II";256x224@60;V
+gigawing;"Giga Wing (990222 USA)";384x224@60;H
+gigawinga;"Giga Wing (990222 Asia)";384x224@60;H
+gigawingb;"Giga Wing (990222 Brazil)";384x224@60;H
+gigawingd;"Giga Wing (990222 USA Phoenix Edition)";384x224@60;H
+gigawingh;"Giga Wing (990222 Hispanic)";384x224@60;H
+gigawingj;"Giga Wing (990223 Japan)";384x224@60;H
+gigawingjd;"Giga Wing (990223 Japan Phoenix Edition)";384x224@60;H
+gijoe;"G.I. Joe (World, EAB, set 1)";288x224@60;H
+gijoea;"G.I. Joe (World, EB8, prototype?)";288x224@60;H
+gijoej;"G.I. Joe (Japan, JAA)";288x224@60;H
+gijoeu;"G.I. Joe (US, UAB)";288x224@60;H
+ginganin;"Ginga NinkyouDen (set 1)";256x224@60;H
+ginganina;"Ginga NinkyouDen (set 2)";256x224@60;H
+ginkun;"Ganbare Ginkun";256x224@60;H
+gloc;"G-LOC Air Battle (Euro, Bra, Kor) - G-LOC Air Battle (Euro, USA, Bra) - G-LOC Air Battle (World) - G-LOC Air Battle (World)";320x224@60;H
+glocr360;"G-LOC R360";320x224@60;H
+glocu;"G-LOC Air Battle (US)";320x224@60;H
+gmahou;"Great Mahou Daisakusen (000121 Japan)";384x224@60;V
+gmgalax;"Ghostmuncher Galaxian (bootleg)";256x224@60;V
+gnbarich;"Gunbarich";320x224@60;V
+gng;"Ghosts'n Goblins (World? set 1)";256x224@59.6;H
+gnga;"Ghosts'n Goblins (World? set 2)";256x224@59.6;H
+gngbl;"Ghosts'n Goblins (bootleg with Cross)";256x224@59.6;H
+gngbla;"Ghosts'n Goblins (bootleg, harder)";256x224@59.6;H
+gngblita;"Ghosts'n Goblins (Italian bootleg, harder)";256x224@59.6;H
+gngc;"Ghosts'n Goblins (World Revision C)";256x224@59.6;H
+gngprot;"Ghosts'n Goblins (prototype)";256x224@59.6;H
+gngt;"Ghosts'n Goblins (US)";256x224@59.6;H
+goalx3;"Goal! Goal! Goal!";304x224@59;H
+gogold;"Go For The Gold (Japan)";320x240@60;H
+gogomile;"Susume! Mile Smile / Go Go! Mile Smile (newer)";320x240@60;H
+gogomileo;"Susume! Mile Smile / Go Go! Mile Smile (older)";320x240@60;H
+goldmedl;"Gold Medalist (set 1)";256x224@60;H
+goldmedla;"Gold Medalist (set 2)";256x224@60;H
+goldmedlb;"Gold Medalist (bootleg)";256x224@60;H
+goldnaxe;"Golden Axe (set 6, US, 8751 317-123A)";320x224@60;H
+goldnaxe1;"Golden Axe (set 1, World, FD1094 317-0110)";320x224@60;H
+goldnaxe1d;"Golden Axe (set 1, World, FD1094 317-0110 decrypted)";320x224@60;H
+goldnaxe2;"Golden Axe (set 2, US, 8751 317-0112)";320x224@60;H
+goldnaxe3;"Golden Axe (set 3, World, FD1094 317-0120)";320x224@60;H
+goldnaxe3d;"Golden Axe (set 3, World, FD1094 317-0120 decrypted)";320x224@60;H
+goldnaxej;"Golden Axe (set 4, Japan, FD1094 317-0121)";320x224@60;H
+goldnaxejd;"Golden Axe (set 4, Japan, FD1094 317-0121 decrypted)";320x224@60;H
+goldnaxeu;"Golden Axe (set 5, US, FD1094 317-0122)";320x224@60;H
+goldnaxeud;"Golden Axe (set 5, US, FD1094 317-0122 decrypted)";320x224@60;H
+gollygho;"Golly! Ghost!";288x224@60;H
+gorkans;"Gorkans";288x224@60;V
+gotcha;"Got-cha Mini Game Festival";320x240@60;H
+gowcaizr;"Voltage Fighter - Gowcaizer / Choujin Gakuen Gowcaizer";304x224@59;H
+gpilots;"Ghost Pilots (NGM-020)(NGH-020)";304x224@59;H
+gpilotsh;"Ghost Pilots (NGH-020)(US)";304x224@59;H
+gprider;"GP Rider (Euro, Bra) - GP Rider (Euro, USA) - GP Rider (World, FD1094 317-0163) (Twin setup)";320x224@60;H
+gpriderj;"GP Rider (Japan, FD1094 317-0161) (Twin setup) - GP Rider (Jpn)";320x224@60;H
+gpriderjs;"GP Rider (Japan, FD1094 317-0161)";320x224@60;H
+gprideru;"GP Rider (US, FD1094 317-0162) (Twin setup)";320x224@60;H
+gpriderus;"GP Rider (US, FD1094 317-0162)";320x224@60;H
+gradius;"Gradius - Gradius (Japan, ROM version) - Nemesis (Euro) ~ Gradius (Jpn)";256x224@60;H
+gradius2;"Gradius II - GOFER no Yabou (Japan New ver.) - Nemesis 2 (Euro) ~ Gradius 2 (Jpn)";320x224@60;H
+gradius2a;"Gradius II - GOFER no Yabou (Japan Old ver.) - Nemesis 2 (Euro) ~ Gradius 2 (Jpn) (Alt)";320x224@60;H
+gradius2b;"Gradius II - GOFER no Yabou (Japan Older ver.)";320x224@60;H
+gradius3;"Gradius III (World, program code R)";320x224@60;H
+gradius3a;"Gradius III (Asia)";320x224@60;H
+gradius3j;"Gradius III (Japan, program code S)";320x224@60;H
+gradius3js;"Gradius III (Japan, program code S, split)";320x224@60;H
+grasspin;"Grasspin";256x224@60;V
+grdian;"Guardian";280x240@60;H
+grdians;"Guardians0Denjin Makai II";304x232@60;H
+grdnstrm;"Guardian Storm (horizontal, not encrypted)";256x224@57;H
+grdnstrmg;"Guardian Storm (Germany)";256x224@57;V
+grdnstrmj;"Sen Jing - Guardian Storm (Japan)";256x224@57;V
+grdnstrmk;"Jeon Sin - Guardian Storm (Korea)";256x224@57;V
+grdnstrmv;"Guardian Storm (vertical)";256x224@57;V
+griffon;"Griffon (bootleg of Phoenix) - Order of the Griffon";256x208@60;V
+grindstm;"Grind Stormer";320x240@60;V
+grindstma;"Grind Stormer (older set)";320x240@60;V
+grobda;"Grobda (New Ver.)";288x224@60;V
+grobda2;"Grobda (Old Ver. set 1)";288x224@60;V
+grobda3;"Grobda (Old Ver. set 2)";288x224@60;V
+growl;"Growl (USA) - Growl (World, Rev 1)";320x224@60;H
+growla;"Growl (World)";320x224@60;H
+growlu;"Growl (US)";320x224@60;H
+gryzor;"Gryzor (Set 1)";280x224@60;V
+gryzor1;"Gryzor (Set 2)";280x224@60;V
+gseeker;"Grid Seeker: Project Storm Hammer (Ver 1.3O)";320x224@60;V
+gseekerj;"Grid Seeker: Project Storm Hammer (Ver 1.3J)";320x224@60;V
+gseekeru;"Grid Seeker: Project Storm Hammer (Ver 1.3A)";320x224@60;V
+gteikoku;"Gingateikoku No Gyakushu";256x224@60;V
+gteikokub;"Gingateikoku No Gyakushu (bootleg set 1)";256x224@60;V
+gteikokub2;"Gingateikoku No Gyakushu (bootleg set 2)";256x224@60;V
+gtmr;"1000 Miglia: Great 1000 Miles Rally (94/07/18)";320x240@60;H
+gtmr2;"Mille Miglia 2: Great 1000 Miles Rally (95/05/24)";320x240@60;H
+gtmr2a;"Mille Miglia 2: Great 1000 Miles Rally (95/04/04)";320x240@60;H
+gtmr2u;"Great 1000 Miles Rally 2 USA (95/05/18)";320x240@60;H
+gtmra;"1000 Miglia: Great 1000 Miles Rally (94/06/13)";320x240@60;H
+gtmrb;"1000 Miglia: Great 1000 Miles Rally (94/05/26)";320x240@60;H
+gtmre;"Great 1000 Miles Rally: Evolution Model!!! (94/09/06)";320x240@60;H
+gtmro;"1000 Miglia: Great 1000 Miles Rally (94/05/10)";320x240@60;H
+gtmrusa;"Great 1000 Miles Rally: U.S.A Version! (94/09/06)";320x240@60;H
+gulfstrm;"Gulf Storm (set 1)";384x240@60;V
+gulfstrma;"Gulf Storm (set 2)";384x240@60;V
+gulfstrmb;"Gulf Storm (set 3)";384x240@60;V
+gulfstrmk;"Gulf Storm (Korea)";384x240@60;V
+gulfstrmm;"Gulf Storm (Media Shoji)";384x240@60;V
+gulfwar2;"Gulf War II (set 1)";320x240@55;V
+gulfwar2a;"Gulf War II (set 2)";320x240@55;V
+gumbo;"Gumbo";320x224@60;H
+gunball;"Gun Ball (Japan)";320x240@58;V
+gunbird;"Gunbird (World)";320x224@59;V
+gunbird2;"Gunbird 2 (set 1)";320x224@60;V
+gunbirdj;"Gunbird (Japan)";320x224@59;V
+gunbirdk;"Gunbird (Korea)";320x224@59;V
+gundamex;"Mobile Suit Gundam EX Revue";384x224@60;H
+gundhara;"Gundhara";384x240@60;V
+gundharac;"Gundhara (Chinese, bootleg?)";384x240@60;V
+gundl94;"Gun Dealer '94";384x256@60;H
+gunforc2;"Gunforce 2 (US)";320x240@60;H
+gunforce;"Gunforce - Battle Fire Engulfed Terror Island (World)";320x240@60;H
+gunforcej;"Gunforce - Battle Fire Engulfed Terror Island (Japan)";320x240@60;H
+gunforceu;"Gunforce - Battle Fire Engulfed Terror Island (US)";320x240@60;H
+gunfront;"Gun & Frontier (World)";320x224@60;V
+gunfrontj;"Gun Frontier (Japan)";320x224@60;V
+gunhohki;"Gun Hohki (Japan)";320x240@60;H
+gunlock;"Gunlock (Ver 2.3O 1994/01/20)";320x224@60;V
+gunmast;"Gun Master";320x224@60;H
+gunnail;"GunNail (28th May. 1992)";384x224@56;V
+gunsmoke;"Gun.Smoke - Gun.Smoke (Kor) - Gun.Smoke (World, 851115)";256x224@60;V
+gunsmokeb;"Gun.Smoke (World, 851115) (bootleg)";256x224@60;V
+gunsmokej;"Gun.Smoke (Japan, 851115)";256x224@60;V
+gunsmokeu;"Gun.Smoke (US, 860408)";256x224@60;V
+gunsmokeua;"Gun.Smoke (US, 851115, set 1)";256x224@60;V
+gunsmokeub;"Gun.Smoke (US, 851115, set 2)";256x224@60;V
+gururin;"Gururin";304x224@59;H
+gussun;"Gussun Oyoyo (Japan)";320x240@60;H
+gutangtn;"Guttang Gottong";256x224@60;V
+gutsn;"Guts'n (Japan)";320x240@60;H
+guwange;"Guwange (Japan, Master Ver. 99/06/24)";320x240@58;V
+guwanges;"Guwange (Japan, Special Ver. 00/01/01)";320x240@58;V
+guzzler;"Guzzler - Guzzler (Jpn, OMV)";256x224@60;V
+gwar;"Guerrilla War (US) - Wing War";400x224@60;V
+gwara;"Guerrilla War (Version 1)";400x224@60;V
+gwarb;"Guerrilla War (Joystick hack bootleg)";400x224@60;V
+gwarj;"Guevara (Japan)";400x224@60;V
+gwarrior;"Galactic Warriors";256x224@60;H
+gyrodine;"Gyrodine - Gyrodine (Jpn)";288x224@60;V
+gyrodinet;"Gyrodine (Taito Corporation license)";288x224@60;V
+gyruss;"Gyruss - Gyruss - Gyruss (Konami)";256x224@60;V
+gyrussb;"Gyruss (bootleg)";256x224@60;V
+gyrussce;"Gyruss (Centuri)";256x224@60;V
+hachamfb;"Hacha Mecha Fighter (19th Sep. 1991, unprotected, boot";256x224@56;H
+hachoo;"Hachoo!";256x224@60;H
+hal21;"HAL21";288x224@60;V
+hal21j;"HAL21 (Japan)";288x224@60;V
+halfway;"Halfway To Hell: Progear Red Label (2016-1-17 Red labe";384x224@60;H
+hamaway;"Hammer Away (prototype)";320x224@60;V
+hangly;"Hangly-Man (set 1)";288x224@60;V
+hangly2;"Hangly-Man (set 2)";288x224@60;V
+hangly3;"Hangly-Man (set 3)";288x224@60;V
+hangon;"Hang-On (Euro, Bra, Aus) - Hang-On (Jpn) - Hang-On (rev A) - Super Hang-On (sitdown/upright, unprotected) - Super Hang-On (World, Rev. A)";320x224@60;H
+hangon1;"Hang-On - Super Hang-On (mini ride-on, FD1089B 317-0034) - Super Hang-On (World)";320x224@60;H
+hangon2;"Hang-On (ride-on) - Hang-On II (Jpn) - Super Hang-On (mini ride-on, Rev A, FD1089B 317-0034)";320x224@60;H
+hangonjr;"Hang-On Jr.";256x192@60;H
+hangzo;"Hangzo (Japan, prototype)";320x240@58;H
+happy6;"Happy 6-in-1 (V102 - V101MK, China)";448x224@60;H
+happy6101;"Happy 6-in-1 (V101 - V100MK, China)";448x224@60;H
+hardhea2;"Hard Head 2 (v2.0)";256x224@60;H
+hardhead;"Hard Head";256x224@60;H
+hasamu;"Hasamu (Japan)";384x240@60;H
+hatena;"Adventure Quiz 2 - Hatena? no Daibouken (Japan 900228)";384x240@60;H
+hayaosi1;"Hayaoshi Quiz Ouza Ketteisen - The King Of Quiz";256x224@60;H
+hbarrel;"Heavy Barrel (US)";256x240@57;V
+hbarrelw;"Heavy Barrel (World)";256x240@57;V
+hcastle;"Haunted Castle (ver. M)";256x224@60;H
+hcastlee;"Haunted Castle (ver. E)";256x224@60;H
+hcastlek;"Haunted Castle (ver. K)";256x224@60;H
+hcrash;"Hyper Crash (version D)";256x224@60;H
+hcrashc;"Hyper Crash (version C)";256x224@60;H
+hedpanic;"Head Panic (ver. 0117, 17/01/2000)";320x240@60;H
+hedpanica;"Head Panic (ver. 0702, 02/07/1999)";320x240@60;H
+hedpanicf;"Head Panic (ver. 0315, 15/03/2000)";320x240@60;H
+hellfire;"Hellfire (2P Ver.) - Hellfire (Euro)";320x240@57.6;H
+hellfire1;"Hellfire (1P Ver.)";320x240@57.6;H
+hellfire1a;"Hellfire (1P Ver., older)";320x240@57.6;H
+hellfire2;"Hellfire (2P Ver., first edition)";320x240@57.6;H
+herbiedk;"Herbie at the Olympics (DK conversion)";256x224@60;V
+herodk;"Hero in the Castle of Doom (DK conversion)";256x224@60;V
+herodku;"Hero in the Castle of Doom (DK conversion not encrypte";256x224@60;V
+heuksun;"Heuk Sun Baek Sa (Korea)";320x240@60;H
+hexa;"Hexa";256x224@60;H
+hexion;"Hexion (Japan ver. JAB)";512x256@60;H
+hexionb;"Hexion (Bootleg, Asia ver. AAA)";512x256@60;H
+hexpool;"Hex Pool (Shinkai)";256x224@60;V
+hexpoola;"Hex Pool (Senko)";256x224@60;V
+hgkairak;"Taisen Hot Gimmick Kairakuten (Japan)";224x640@60;V
+hharry;"Hammerin' Harry (World)";384x256@55;H
+hharryu;"Hammerin' Harry (US)";384x256@55;H
+higemaru;"Pirate Ship Higemaru";256x224@60;H
+himesiki;"Himeshikibu (Japan)";256x192@60;V
+hippodrm;"Hippodrome (US)";256x240@57;H
+hishouza;"Hishou Zame (Japan)";320x240@55;V
+hitice;"Hit the Ice (US) - Hit the Ice (USA) - Hit the Ice - VHL - The Official Video Hockey League - Hit the Ice - VHL - The Official Video Hockey League";320x224@60;H
+hiticej;"Hit the Ice (Japan)";320x224@60;H
+hncholms;"Hunchback Olympic (Scramble hardware)";256x224@60;V
+hoccer;"Hoccer (set 1)";256x224@60;V
+hoccer2;"Hoccer (set 2)";256x224@60;V
+honeydol;"Honey Dolls";256x224@58;H
+hook;"Hook (Euro) - Hook (Euro) - Hook (Euro, Prototype) - Hook (World)";320x240@60;H
+hookj;"Hook (Japan)";320x240@60;H
+hooku;"Hook (US) - Hook (USA) - Hook (USA)";320x240@60;H
+hopmappy;"Hopping Mappy";288x224@60;H
+hopprobo;"Hopper Robo";256x224@60;V
+horekid;"Kid no Hore Hore Daisakusen";256x224@60;V
+horekidb;"Kid no Hore Hore Daisakusen (bootleg)";256x224@60;V
+horizon;"Horizon";256x256@60;H
+horshoes;"American Horseshoes (US)";320x224@60;V
+hotbubl;"Hot Bubble (Korea, with adult pictures)";256x224@56;H
+hotbubla;"Hot Bubble (Korea)";256x224@56;H
+hotdebut;"Quiz de Idol! Hot Debut (Japan)";240x640@60;V
+hotdogst;"Hotdog Storm - The First Supersonics (International)";384x240@58;V
+hotgm4ev;"Taisen Hot Gimmick 4 Ever (Japan)";224x640@60;V
+hotgmck;"Taisen Hot Gimmick (Japan)";224x640@60;V
+hotgmck3;"Taisen Hot Gimmick 3 Digital Surfing (Japan)";224x640@60;V
+hotgmcki;"Mahjong Hot Gimmick Integral (Japan)";224x640@60;V
+hotmind;"Hot Mind (Hard Times hardware)";320x224@58;H
+hotpinbl;"Hot Pinball";512x224@60;V
+hotshock;"Hot Shocker";256x224@60;V
+hotshockb;"Hot Shocker (bootleg)";256x224@60;V
+hpolym84;"Hyper Olympic '84";256x224@60;H
+hpuncher;"Hard Puncher (Japan)";320x224@60;H
+hsf2;"Hyper Street Fighter II: The Anniversary Edition (0402";384x224@60;H
+hsf2a;"Hyper Street Fighter II: The Anniversary Edition (0402";384x224@60;H
+hsf2d;"Hyper Street Fighter II: The Anniversary Edition (0402";384x224@60;H
+hsf2da;"Hyper Street Fighter II: The Anniversary Edition (0402";384x224@60;H
+hsf2j;"Hyper Street Fighter II: The Anniversary Edition (0402";384x224@60;H
+hsf2j1;"Hyper Street Fighter II: The Anniversary Edition (0312";384x224@60;H
+htchctch;"Hatch Catch";320x240@60;H
+hthero;"Hat Trick Hero (Japan)";320x224@60;H
+hthero93;"Hat Trick Hero '93 (Ver 1.0J 1993/02/28)";320x224@60;H
+hthero93u;"Hat Trick Hero '93 (Ver 1.0A 1993/02/28)";320x224@60;H
+hthero94;"Hat Trick Hero '94 (Ver 2.2A 1994/05/26)";320x224@60;H
+hthero95;"Hat Trick Hero '95 (Ver 2.5J 1994/11/03)";320x224@60;H
+hthero95u;"Hat Trick Hero '95 (Ver 2.5A 1994/11/03)";320x224@60;H
+hunchbkg;"Hunchback (Galaxian hardware)";256x224@60;V
+hunchbks;"Hunchback (Scramble hardware)";256x224@60;V
+hustler;"Video Hustler - Video Hustler (Jpn) - Video Hustler (Prototype)";256x224@60;V
+hustlerb;"Video Hustler (bootleg)";256x224@60;V
+hvymetal;"Heavy Metal (315-5135)";256x224@60;H
+hvyunit;"Heavy Unit - Heavy Unit (World) - Heavy Unit - Mega Drive Special (Jpn)";256x224@58;H
+hvyunitj;"Heavy Unit (Japan, Newer)";256x224@58;H
+hvyunitjo;"Heavy Unit (Japan, Older)";256x224@58;H
+hvyunitu;"Heavy Unit -U.S.A. Version- (US)";256x224@58;H
+hwchamp;"Heavyweight Champ";320x224@60;H
+hwchampj;"Heavyweight Champ (Japan, FD1094 317-0046)";320x224@60;H
+hwchampjd;"Heavyweight Champ (Japan, FD1094 317-0046 decrypted)";320x224@60;H
+hyperpac;"Hyper Pacman";256x224@58;H
+hyperpacb;"Hyper Pacman (bootleg)";256x224@58;H
+hyperspt;"Hyper Sports - Hyper Sports (Jpn) - Hyper Sports 1 (Jpn)";256x224@60;H
+hypersptb;"Hyper Sports (bootleg)";256x224@60;H
+hypreac2;"Mahjong Hyper Reaction 2 (Japan)";338x240@60;H
+hypreact;"Mahjong Hyper Reaction (Japan)";338x240@60;H
+hyprolym;"Hyper Olympic";256x224@60;H
+hypsptsp;"Hyper Sports Special (Japan)";304x224@60;H
+iganinju;"Iga Ninjyutsuden (Japan)";256x224@60;H
+igmo;"IGMO";272x236@60;V
+ikari;"Ikari Warriors (US JAMMA)";288x216@60;V
+ikari3;"Ikari III - The Rescue (8-Way Joystick)";256x224@60;H
+ikari3j;"Ikari Three - The Rescue (Japan, Rotary Joystick)";256x224@60;H
+ikari3k;"Ikari III - The Rescue (Korea, 8-Way Joystick)";256x224@60;H
+ikari3u;"Ikari III - The Rescue (US, Rotary Joystick)";256x224@60;H
+ikaria;"Ikari Warriors (US)";288x216@60;V
+ikarijp;"Ikari (Japan No Continues)";288x216@60;V
+ikarijpb;"Ikari (Joystick hack bootleg)";288x216@60;V
+ikarinc;"Ikari Warriors (US No Continues)";288x216@60;V
+ikariram;"Rambo 3 (bootleg of Ikari, Joystick hack)";288x216@60;V
+ikki;"Ikki (Japan)";240x224@60;H
+imago;"Imago (cocktail set)";256x224@60;V
+imagoa;"Imago (no cocktail set)";256x224@60;V
+imgfight;"Image Fight (Japan, revision A)";384x256@55;V
+imgfightj;"Image Fight (Japan)";384x256@55;V
+imsorry;"I'm Sorry (315-5110, US)";256x224@60;H
+imsorryj;"Gonbee no I'm Sorry (315-5110, Japan)";256x224@60;H
+insectx;"Insector X (USA) - Insector X (World)";256x224@60;H
+insectxj;"Insector X (Japan) - Insector X (Jpn, Kor)";256x224@60;H
+intcup94;"International Cup '94 (Ver 2.2O 1994/05/26)";320x224@60;H
+inthunt;"In The Hunt (World)";320x240@60;H
+inthuntu;"In The Hunt (US)";320x240@60;H
+invaders;"Space Invaders / Space Invaders M";260x224@60;V
+ironclad;"Choutetsu Brikin'ger - Iron clad (Prototype)";304x224@59;H
+ironclado;"Choutetsu Brikin'ger - Iron clad (Prototype, older)";304x224@59;H
+ironhors;"Iron Horse";240x224@60;H
+irrmaze;"The Irritating Maze / Ultra Denryu Iraira Bou";304x224@59;H
+isgsm;"ISG Selection Master Type 2006 System BIOS";320x224@60;H
+itaten;"Itazura Tenshi (Japan)";256x224@60;H
+jack;"Aquajack (World) - Ball Jacks (Euro, Jpn) - Bomb Jack (Jpn) - Bomb Jack (set 1) - Jack the Giantkiller (set 1) - Jumping Jack - Jumping Jack (Euro) - Snap Jack - Star Jacker (Euro, Jpn, v1.2) - Star Jacker (Sega)";256x224@60;V
+jack2;"Bomb Jack (set 2) - Jack the Giantkiller (set 2) - Star Jacker (Jpn, v1.0)";256x224@60;V
+jack3;"Jack the Giantkiller (set 3)";256x224@60;V
+jackal;"Jackal (World, 8-way Joystick)";240x224@60;V
+jackalbl;"Jackal (bootleg, Rotary Joystick)";240x224@60;V
+jackalj;"Tokushu Butai Jackal (Japan, 8-way Joystick)";240x224@60;V
+jackalr;"Jackal (World, Rotary Joystick)";240x224@60;V
+jailbrek;"Jail Break";240x224@60;H
+jailbrekb;"Jail Break (bootleg)";240x224@60;H
+janjans1;"Lovely Pop Mahjong JangJang Shimasho (Japan)";336x238@60;H
+janjans2;"Lovely Pop Mahjong JangJang Shimasho 2 (Japan)";336x238@60;H
+janshin;"Jyanshin Densetsu - Quest of Jongmaster";320x224@59;H
+jchan;"Jackie Chan - Jackie Chan - The Kung-Fu Master - Jackie Chan's Action Kung Fu";320x240@60;H
+jchan2;"Jackie Chan in Fists of Fire";320x240@60;H
+jcross;"Jumping Cross";288x216@60;V
+jigkmgri;"Jigoku Meguri (Japan)";320x224@60;H
+jigkmgria;"Jigoku Meguri (Japan, hack?)";320x224@60;H
+jitsupro;"Jitsuryoku!! Pro Yakyuu (Japan)";256x224@60;H
+jjack;"Jumping Jack";240x192@60;V
+jjparad2;"Jan Jan Paradise 2";320x240@60;H
+jjparads;"Jan Jan Paradise";320x240@60;H
+jjsquawk;"J. J. Squawkers";384x240@60;H
+jjsquawkb;"J. J. Squawkers (bootleg)";384x240@60;H
+jjsquawkb2;"J. J. Squawkers (bootleg, Blandia conversion)";384x240@60;H
+jjsquawko;"J. J. Squawkers (older)";384x240@60;H
+jockeygp;"Jockey Grand Prix (set 1)";304x224@59;H
+jockeygpa;"Jockey Grand Prix (set 2)";304x224@59;H
+joemac;"Joe & Mac (USA) - Tatakae Genshizin Joe & Mac (Japan ver 1)";256x240@58;H
+joemacr;"Joe & Mac Returns (World, Version 1.1, 1994.05.27)";320x240@58;H
+joemacra;"Joe & Mac Returns (World, Version 1.0, 1994.05.19)";320x240@58;H
+joemacrj;"Joe & Mac Returns (Japan, Version 1.2, 1994.06.06)";320x240@58;H
+joinem;"Joinem";256x224@60;V
+jojo;"JoJo's Venture / JoJo no Kimyou na Bouken (USA 990128)";384x224@60;H
+jojoba;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojoban;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojobane;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojobaner1;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojobanr1;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojobar1;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojoj;"JoJo's Venture / JoJo no Kimyou na Bouken (Japan 99012";384x224@60;H
+jojojr1;"JoJo's Venture / JoJo no Kimyou na Bouken (Japan 99010";384x224@60;H
+jojojr2;"JoJo's Venture / JoJo no Kimyou na Bouken (Japan 98120";384x224@60;H
+jojon;"JoJo's Venture / JoJo no Kimyou na Bouken (Asia 990128";384x224@60;H
+jojonr1;"JoJo's Venture / JoJo no Kimyou na Bouken (Asia 990108";384x224@60;H
+jojonr2;"JoJo's Venture / JoJo no Kimyou na Bouken (Asia 981202";384x224@60;H
+jojor1;"JoJo's Venture / JoJo no Kimyou na Bouken (USA 990108)";384x224@60;H
+jojor2;"JoJo's Venture / JoJo no Kimyou na Bouken (USA 981202)";384x224@60;H
+joyfulr;"Joyful Road (Japan)";320x240@60;V
+joyjoy;"Puzzled / Joy Joy Kid (NGM-021)(NGH-021)";304x224@59;H
+joyman;"Joyman";288x224@60;V
+joust;"Joust";292x240@60;H
+stargate;"Stargate";292x240@60;H
+sinister;"Sinister";292x240@60;H
+defender;"Defender";292x240@60;H
+jpopnics;"Jumping Pop (Nics, Korean bootleg of Plump Pop)";256x224@60;H
+jrking;"Junior King (bootleg of Donkey Kong Jr.)";256x224@60;V
+jrpacman;"Jr. Pac-Man (11/9/83)";288x224@60;V
+jrpacmanf;"Jr. Pac-Man (speedup hack)";288x224@60;V
+jt104;"JT-104 (title screen modification of Rad Action)";256x192@60;H
+juju;"JuJu Densetsu (Japan)";256x224@60;H
+jujub;"JuJu Densetsu (Playmark bootleg)";256x224@60;H
+jumpbug;"Jump Bug";256x224@60;V
+jumpbugb;"Jump Bug (bootleg)";256x224@60;V
+jumpcoas;"Jump Coaster";256x224@60;V
+jumpcoast;"Jump Coaster (Taito)";256x224@60;V
+jumping;"JumpinG (eng) - Jumping (set 1)";320x224@60;H
+jumpinga;"Jumping (set 2)";320x224@60;H
+jumpingi;"Jumping (set 3, Imnoe PCB)";320x224@60;H
+jumpkids;"Jump Kids";320x240@60;H
+jumppop;"Jumping Pop (set 1)";320x240@60;H
+jumppope;"Jumping Pop (set 2)";320x240@60;H
+jumpshot;"Jump Shot";288x224@60;V
+jumpshotp;"Jump Shot Engineering Sample";288x224@60;V
+jungler;"Jungler";288x224@60;V
+junofrst;"Juno First - Juno First (Jpn)";256x224@60;V
+junofrstg;"Juno First (Gottlieb)";256x224@60;V
+jyangoku;"Jyangokushi -Haoh no Saihai- (990527 Japan)";384x224@60;H
+kabukikl;"Far East of Eden - Kabuki Klash / Tengai Makyou - Shin";320x224@59;H
+kageki;"Ka-Ge-Ki - Fists of Steel (USA) - Kageki (US)";256x224@60;V
+kagekih;"Kageki (hack)";256x224@60;V
+kagekij;"Ka-Ge-Ki (Jpn) - Kageki (Japan)";256x224@60;V
+kaiserkn;"Kaiser Knuckle (Ver 2.1O 1994/07/29)";320x224@60;H
+kaiserknj;"Kaiser Knuckle (Ver 2.1J 1994/07/29)";320x224@60;H
+kaitei;"Kaitei Takara Sagashi";272x224@60;V
+kaiteids;"Kaitei Daisensou (Japan)";320x240@60;H
+kaitein;"Kaitei Takara Sagashi (Namco license)";272x224@60;V
+kamakazi3;"Kamakazi III (superg hack)";256x224@60;V
+kamenrid;"Masked Riders Club Battle Race";384x240@60;H
+kangaroo;"Kangaroo";512x256@60;V
+kangarooa;"Kangaroo (Atari)";512x256@60;V
+kangaroob;"Kangaroo (bootleg)";512x256@60;V
+karatblz;"Karate Blazers (World, set 1)";352x240@60;H
+karatblza;"Karate Blazers (World, set 2)";352x240@60;H
+karatblzj;"Karate Blazers (Japan)";352x240@60;H
+karatblzu;"Karate Blazers (US)";352x240@60;H
+karatedo;"Karate Dou (Japan)";256x224@60;V
+karatevs;"Taisen Karate Dou (Japan VS version)";256x224@60;V
+karatour;"The Karate Tournament";320x240@60;H
+karatourj;"The Karate Tournament (Japan)";320x240@60;H
+karianx;"Karian Cross (Rev. 1.0)";320x224@60;H
+karnov;"Karnov (US, rev 6)";256x248@60;H
+karnova;"Karnov (US, rev 5)";256x248@60;H
+karnovj;"Karnov (Japan)";256x248@60;H
+karnovr;"Karnov's Revenge / Fighter's History Dynamite";304x224@59;H
+kazan;"Ninja Kazan (World)";256x224@60;H
+kbash;"Knuckle Bash";320x240@60;H
+kbash2;"Knuckle Bash 2 (bootleg)";320x240@60;H
+kbashk;"Knuckle Bash (Korean PCB)";320x240@60;H
+kchamp;"Karate Champ (US)";256x224@60;V
+kchampvs;"Karate Champ (US VS version, set 1)";256x224@60;V
+kchampvs2;"Karate Champ (US VS version, set 2)";256x224@60;V
+keithlcy;"Dramatic Adventure Quiz Keith & Lucy (Japan)";336x238@60;H
+kengo;"Ken-Go (set 1)";384x256@55;H
+kengoa;"Ken-Go (set 2)";384x256@55;H
+keroppi;"Kero Kero Keroppi's Let's Play Together (USA, Version";320x240@60;H
+keroppij;"Kero Kero Keroppi no Issyoni Asobou (Japan)";320x240@60;H
+ket;"Ketsui Kizuna Jigoku Tachi (Revision 2?, Japan) - Rocket Knight Adventures (Euro) - Socket (USA) - TV Sports Basketball - TV Sports Basketball";448x224@59;V
+ket1;"Ketsui Kizuna Jigoku Tachi (Revision 2? alt, Japan)";448x224@59;V
+keta;"Ketsui Kizuna Jigoku Tachi (Revision 1?, Japan)";448x224@59;V
+ketarr;"Ketsui Kizuna Jigoku Tachi (Arrange Mode version 1.7,";448x224@59;V
+ketarr10;"Ketsui Kizuna Jigoku Tachi (Arrange Mode version 1.0,";448x224@59;V
+ketarr15;"Ketsui Kizuna Jigoku Tachi (Arrange Mode version 1.5,";448x224@59;V
+ketarr151;"Ketsui Kizuna Jigoku Tachi (Arrange Mode version 1.51,";448x224@59;V
+ketarrf;"Ketsui Kizuna Jigoku Tachi (Fast version, hack by Trap";448x224@59;V
+ketarrs15;"Ketsui Kizuna Jigoku Tachi (MR. Stoic version 1.5, hac";448x224@59;V
+ketarrs151;"Ketsui Kizuna Jigoku Tachi (MR. Stoic version 1.51, ha";448x224@59;V
+ketb;"Ketsui Kizuna Jigoku Tachi (Original?, Japan)";448x224@59;V
+ketbl;"Ketsui Kizuna Jigoku Tachi (2003/01/01. Master Ver., b";448x224@59;V
+kf10thep;"The King of Fighters 10th Anniversary Extra Plus (boot";304x224@59;H
+kf2k1pa;"The King of Fighters 2001 Plus (set 2, bootleg / hack)";304x224@59;H
+kf2k1pls;"The King of Fighters 2001 Plus (set 1, bootleg / hack)";304x224@59;H
+kf2k2mp;"The King of Fighters 2002 Magic Plus (bootleg)";304x224@59;H
+kf2k2mp2;"The King of Fighters 2002 Magic Plus II (bootleg)";304x224@59;H
+kf2k2pla;"The King of Fighters 2002 Plus (bootleg set 2)";304x224@59;H
+kf2k2plb;"The King of Fighters 2002 Plus (bootleg set 3)";304x224@59;H
+kf2k2plc;"The King of Fighters 2002 Super (bootleg)";304x224@59;H
+kf2k2pls;"The King of Fighters 2002 Plus (bootleg set 1)";304x224@59;H
+kf2k2ps2;"The King of Fighters 2002 (PlayStation 2 ver 0.4, EGHT";304x224@59;H
+kf2k3bl;"The King of Fighters 2003 (bootleg set 1)";304x224@59;H
+kf2k3bla;"The King of Fighters 2003 (bootleg set 2)";304x224@59;H
+kf2k3pcb;"The King of Fighters 2003 (Japan, JAMMA PCB)";304x224@59;H
+kf2k3pl;"The King of Fighters 2004 Plus / Hero (bootleg)";304x224@59;H
+kf2k3upl;"The King of Fighters 2004 Ultra Plus (bootleg)";304x224@59;H
+kf2k4pls;"The King of Fighters Special Edition 2004 Plus (bootle";304x224@59;H
+kf2k5uni;"The King of Fighters 10th Anniversary 2005 Unique (boo";304x224@59;H
+kickboy;"Kick Boy";256x224@60;H
+kicker;"Kicker";256x224@60;V
+kickoff;"Kick Off (Japan) - Super Kick Off (Euro) - Super Kick Off (Euro, Bra) - Super Kick Off (Euro, SMS Mode)";256x224@60;H
+kickridr;"Kick Rider";240x192@60;H
+kidniki;"Kid Niki - Radical Ninja (World)";384x256@60;H
+kidnikiu;"Kid Niki - Radical Ninja (US)";384x256@60;H
+kikcubic;"Meikyu Jima (Japan)";384x256@55;H
+kikcubicb;"Kickle Cubele";384x256@55;H
+killbld;"The Killing Blade (V109, China)";448x224@60;H
+killbld104;"The Killing Blade (V104)";448x224@60;H
+killbldp;"The Killing Blade Plus (V300)";448x224@60;H
+kingball;"King & Balloon (Jpn) - King & Balloon (US) - King and Balloon (Kor)";256x224@60;V
+kingballj;"King & Balloon (Japan)";256x224@60;V
+kingdmgp;"Kingdom Grandprix (World)";320x240@60;V
+kirameki;"Kirameki Star Road (Ver 2.10J 1997/08/29)";320x224@60;H
+kittenk;"Kitten Kaboodle";256x224@60;H
+kizuna;"Kizuna Encounter - Super Tag Battle / Fu'un Super Tag";304x224@59;H
+kncljoe;"Knuckle Joe (set 1)";256x240@60;V
+kncljoea;"Knuckle Joe (set 2)";256x240@60;V
+knights;"Knights of the Round (911127 etc)";384x224@60;H
+knightsb;"Knights of the Round (bootleg set 1 (with YM2151 + 2xM";384x224@60;H
+knightsb2;"Knights of the Round (bootleg set 2, 911127 etc)";384x224@60;H
+knightsb3;"Knights of the Round (bootleg set 3, 911127 Japan)";384x224@60;H
+knightsb4;"Knights of the Round (bootleg set 4 (with YM2151 + 2xM";384x224@60;H
+knightsh;"Knights of the Round (hack set 1)";384x224@60;H
+knightsh2;"Knights of the Round (hack set 2, 911127 etc)";384x224@60;H
+knightsj;"Knights of the Round (911127 Japan, B-Board 91634B-2)";384x224@60;H
+knightsja;"Knights of the Round (911127 Japan, B-Board 89625B-1)";384x224@60;H
+knightsu;"Knights of the Round (911127 USA)";384x224@60;H
+knockout;"Knock Out!!";256x224@60;V
+kod;"Don Doko Don (World) - The King of Dragons (910805 etc)";384x224@60;H
+kodb;"The King of Dragons (bootleg, 910731 etc)";384x224@60;H
+kodda;"The King of Dragons (Phoenix bootleg, 910731 etc)";384x224@60;H
+kodh;"The King of Dragons (hack)";384x224@60;H
+kodj;"Don Doko Don (Japan) - The King of Dragons (Japan 910805, B-Board 90629B-3)";384x224@60;H
+kodja;"The King of Dragons (Japan 910805, B-Board 89625B-1)";384x224@60;H
+kodr1;"The King of Dragons (910711 etc)";384x224@60;H
+kodu;"Don Doko Don (US) - The King of Dragons (US 910910)";384x224@60;H
+kof10th;"The King of Fighters 10th Anniversary (bootleg)";304x224@59;H
+kof2000;"The King of Fighters 2000 (NGM-2570) (NGH-2570)";304x224@59;H
+kof2000n;"The King of Fighters 2000 (not encrypted)";304x224@59;H
+kof2000ps2;"The King of Fighters 2000 (Playstation 2 ver. , EGHT h";304x224@59;H
+kof2001;"The King of Fighters 2001 (NGM-262?)";304x224@59;H
+kof2001h;"The King of Fighters 2001 (NGH-2621)";304x224@59;H
+kof2002;"The King of Fighters 2002 (NGM-2650)(NGH-2650)";304x224@59;H
+kof2002b;"The King of Fighters 2002 (bootleg)";304x224@59;H
+kof2003;"The King of Fighters 2003 (NGM-2710)";304x224@59;H
+kof2003h;"The King of Fighters 2003 (NGH-2710)";304x224@59;H
+kof2k4se;"The King of Fighters Special Edition 2004 (bootleg)";304x224@59;H
+kof94;"The King of Fighters '94 (NGM-055)(NGH-055)";304x224@59;H
+kof95;"The King of Fighters '95 (NGM-084)";304x224@59;H
+kof95a;"The King of Fighters '95 (NGH-084, alternate board)";304x224@59;H
+kof95h;"The King of Fighters '95 (NGH-084)";304x224@59;H
+kof95sp;"The King of Fighters '95 (Special 2017, hack)";304x224@59;H
+kof96;"The King of Fighters '96 (NGM-214)";304x224@59;H
+kof96a;"The King of Fighters '96 (NGM-214, alternate board)";304x224@59;H
+kof96ae;"The King of Fighters '96 (Anniversary Edition, EGHT ha";304x224@59;H
+kof96ae20;"The King of Fighters '96 (Anniversary Edition 2.0.0430";304x224@59;H
+kof96cn;"The King of Fighters '96 (Chinese Edition ver 1.0, hac";304x224@59;H
+kof96ep;"The King of Fighters '96 (bootleg / hack)";304x224@59;H
+kof96h;"The King of Fighters '96 (NGH-214)";304x224@59;H
+kof97;"The King of Fighters '97 (NGM-2320)";304x224@59;H
+kof97cn;"The King of Fighters '97 (10th Anniversary Chinese Edi";304x224@59;H
+kof97h;"The King of Fighters '97 (NGH-2320)";304x224@59;H
+kof97k;"The King of Fighters '97 (Korean release)";304x224@59;H
+kof97oro;"The King of Fighters '97 oroshi plus 2003";304x224@59;H
+kof97pla;"The King of Fighters '97 Plus 2003 (bootleg / hack)";304x224@59;H
+kof97pls;"The King of Fighters '97 Plus (bootleg)";304x224@59;H
+kof97xt;"The King of Fighters '97 - Final Battle (hack)";304x224@59;H
+kof98;"K.O.F 98' - The King of Fighters '98 - The Slugfest / King of Figh";304x224@59;H
+kof98a;"K.O.F 98' (Unprotected?) - The King of Fighters '98 - The Slugfest / King of Figh";304x224@59;H
+kof98ae;"The King of Fighters '98 (Anniversary Edition, EGHT ha";304x224@59;H
+kof98ae2016;"The King of Fighters '98 (Anniversary Edition build 1.";304x224@59;H
+kof98cb;"The King of Fighters '98 (Combo, hack)";304x224@59;H
+kof98h;"The King of Fighters '98 - The Slugfest / King of Figh";304x224@59;H
+kof98k;"The King of Fighters '98 - The Slugfest / King of Figh";304x224@59;H
+kof98ka;"The King of Fighters '98 - The Slugfest / King of Figh";304x224@59;H
+kof99;"The King of Fighters '99 - The King of Fighters '99 - Millennium Battle (NGM-2510";304x224@59;H
+kof99ae;"The King of Fighters '99 (15th Anniversary Edition)";304x224@59;H
+kof99e;"The King of Fighters '99 - Millennium Battle (earlier)";304x224@59;H
+kof99h;"The King of Fighters '99 - Millennium Battle (NGH-2510";304x224@59;H
+kof99k;"The King of Fighters '99 - Millennium Battle (Korean r";304x224@59;H
+kof99ka;"The King of Fighters '99 - Millennium Battle (Korean r";304x224@59;H
+kof99p;"The King of Fighters '99 - Millennium Battle (prototyp";304x224@59;H
+kog;"King of Gladiator (The King of Fighters '97 bootleg)";304x224@59;H
+kogplus;"King of Gladiator Plus (The King of Fighters '97 bootl";304x224@59;H
+koikois2;"Koi Koi Shimasho 2 - Super Real Hanafuda (Japan)";336x240@60;H
+konami88;"Konami '88";304x224@60;H
+konamigt;"Konami GT";256x224@60;H
+kong;"Crazy Kong - Donkey Kong - Donkey Kong (US set 1) - Kong (Donkey Kong conversion on Galaxian hardware) - Wu Kong Wai Zhuan (Chi)";256x224@60;V
+kontest;"Konami Test Board (GX800, Japan)";256x224@60;H
+korokoro;"Koro Koro Quest (Japan)";320x240@58;H
+korosuke;"Korosuke Roller";288x224@60;V
+koshien;"Ah Eikou no Koshien (Japan) - Nessen Koushien (Jpn)";320x224@60;H
+kotm;"King of the Monsters (Euro) - King of the Monsters (set 1)";304x224@59;H
+kotm2;"King of the Monsters 2 (USA) - King of the Monsters 2 - The Next Thing (NGM-039)(NGH-";304x224@59;H
+kotm2a;"King of the Monsters 2 - The Next Thing (older)";304x224@59;H
+kotm2p;"King of the Monsters 2 - The Next Thing (prototype)";304x224@59;H
+kotmh;"King of the Monsters (set 2)";304x224@59;H
+kov;"Knights of Valour - Sangoku Senki (V117) - Ponpoko (Venture Line)";448x224@60;H
+kov111;"Knights of Valour - Sangoku Senki (V111, Japan)";448x224@60;H
+kov114;"Knights of Valour - Sangoku Senki (V114, Hong Kong)";448x224@60;H
+kov115;"Knights of Valour - Sangoku Senki (V115)";448x224@60;H
+kov2;"Knights of Valour 2 (V107, 102, 100, Hong Kong)";448x224@60;H
+kov2100;"Knights of Valour 2 (V100, 100, 100, Hong Kong)";448x224@60;H
+kov2101;"Knights of Valour 2 (V101, 101, 100, Hong Kong)";448x224@60;H
+kov2102;"Knights of Valour 2 (V102, 101, 100, Hong Kong)";448x224@60;H
+kov2103;"Knights of Valour 2 (V103, 101, 100, Hong Kong)";448x224@60;H
+kov2106;"Knights of Valour 2 (V106, 102, 100 Hong Kong)";448x224@60;H
+kov2p;"Knights of Valour 2 Plus - Nine Dragons (VM205XX, Chin";448x224@60;H
+kov2p202;"Knights of Valour 2 Plus - Nine Dragons (VM202XX)";448x224@60;H
+kov2p204;"Knights of Valour 2 Plus - Nine Dragons (VM204XX)";448x224@60;H
+kovplus;"Knights of Valour Plus - Sangoku Senki Plus (V119)";448x224@60;H
+kovplusa;"Knights of Valour Plus - Sangoku Senki Plus (V119 alt)";448x224@60;H
+kovqhsgs;"Knights of Valour: Quan Huang San Guo Special / Sangok";448x224@60;H
+kovqhsgsa;"Knights of Valour: Quan Huang San Guo Special / Sangok";448x224@60;H
+kovsgqyz;"Knights of Valour: SanGuo QunYingZhuan / Sangoku Senki";448x224@60;H
+kovsgqyza;"Knights of Valour: SanGuo QunYingZhuan / Sangoku Senki";448x224@60;H
+kovsgqyzb;"Knights of Valour: SanGuo QunYingZhuan / Sangoku Senki";448x224@60;H
+kovsgqyzc;"Knights of Valour: SanGuo QunYingZhuan / Sangoku Senki";448x224@60;H
+kovsh;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovsh100;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovsh101;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovsh102;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovsh103;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovshb;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovshp;"Knights of Valour Super Heroes Plus / Sangoku Senki Su";448x224@60;H
+kovshpa;"Knights of Valour Super Heroes Plus / Sangoku Senki Su";448x224@60;H
+kovshxas;"Knights of Valour: Ao Shi San Guo / Sangoku Senki: Ao";448x224@60;H
+kovytzy;"Knights of Valour: Yi Tong Zhong Yuan / Sangoku Senki:";448x224@60;H
+kozure;"Kozure Ookami (Japan)";320x240@60;H
+krzybowl;"Krazy Bowl";320x232@60;V
+ksayakyu;"Kusayakyuu";256x224@60;H
+ktiger;"Black Tiger - Kyukyoku Tiger (Japan) - Kyuukyoku Tiger - Kyuukyoku Tiger (Jpn)";320x240@55;V
+ktiger2;"Kyukyoku Tiger II (Ver 2.1J 1995/11/30)";320x232@60;V
+kuhga;"Kuhga - Operation Code 'Vapor Trail' (Japan revision 3";256x240@58;V
+kungfub;"Kung-Fu Master (bootleg set 1)";256x256@60;H
+kungfub2;"Kung-Fu Master (bootleg set 2)";256x256@60;H
+kungfub3;"Kung-Fu Master (bootleg set 3)";256x256@60;H
+kungfum;"Kung Fu Master (Jpn) - Kung-Fu Master";256x256@60;H
+kungfumd;"Kung-Fu Master (Data East)";256x256@60;H
+kungfut;"Kung-Fu Taikun - Kung-Fu Taikun (Jpn)";256x224@60;H
+kungfuta;"Kung-Fu Taikun (alt) - Kung-Fu Taikun (Jpn, Alt)";256x224@60;H
+kuniokun;"Nekketsu Kouha Kunio-kun (Japan)";240x240@60;H
+kuniokunb;"Nekketsu Kouha Kunio-kun (Japan bootleg)";240x240@60;H
+kurikint;"Kuri Kinton (World)";320x224@60;H
+kurikinta;"Kuri Kinton (World, prototype?)";320x224@60;H
+kurikintj;"Kuri Kinton (Japan)";320x224@60;H
+kurikintu;"Kuri Kinton (US)";320x224@60;H
+kyros;"Kyros";256x224@60;V
+kyrosj;"Kyros No Yakata (Japan)";256x224@60;V
+kyukaidk;"Kyuukai Douchuuki (Japan, new version (Rev B)) - Kyuukai Douchuuki (Jpn)";288x224@60;H
+kyukaidko;"Kyuukai Douchuuki (Japan, old version)";288x224@60;H
+kyustrkr;"Last Striker / Kyuukyoku no Striker";384x240@60;H
+labyrunr;"Labyrinth Runner (Japan)";280x224@60;V
+labyrunrk;"Labyrinth Runner (World Ver. K)";280x224@60;V
+ladybug;"Lady Bug - Lady Bug";240x196@60;V
+ladybugb;"Lady Bug (bootleg set 1)";240x196@60;V
+ladybugb2;"Coccinelle (bootleg of Lady Bug, set 2)";240x196@60;V
+ladybugg;"Lady Bug (bootleg on Galaxian hardware)";256x224@60;V
+ladykill;"Lady Killer";320x240@60;V
+ladymstr;"Lady Master of Kung Fu";256x224@60;V
+lagirl;"LA Girl";320x224@60;V
+landmakr;"Land Maker (Ver 2.01J 1998/06/01)";320x232@60;H
+landmakrp;"Land Maker (Ver 2.02O 1998/06/02) (Prototype)";320x232@60;H
+lans2004;"Lansquenet 2004 (Shock Troopers - 2nd Squad bootleg)";304x224@59;H
+lasso;"Lasso";256x224@60;V
+lastblad;"The Last Blade / Bakumatsu Roman - Gekka no Kenshi (NG";320x224@59;H
+lastblada;"The Last Blade / Bakumatsu Roman - Gekka no Kenshi (NG";320x224@59;H
+lastbladh;"The Last Blade / Bakumatsu Roman - Gekka no Kenshi (NG";320x224@59;H
+lastbladsp;"The Last Soldier (Special 2017, hack)";320x224@59;H
+lastbld2;"The Last Blade 2 / Bakumatsu Roman - Dai Ni Maku Gekka";320x224@59;H
+lastbld2eh;"The Last Blade 2 / Bakumatsu Roman - Dai Ni Maku Gekka";320x224@59;H
+lastday;"The Last Day (set 1)";384x240@60;V
+lastdaya;"The Last Day (set 2)";384x240@60;V
+lastduel;"Last Duel (US New Ver.)";384x240@60;V
+lastduelb;"Last Duel (bootleg)";384x240@60;V
+lastduelj;"Last Duel (Japan)";384x240@60;V
+lastduelo;"Last Duel (US Old Ver.)";384x240@60;V
+lastfort;"Last Fortress - Toride";360x224@60;H
+lastforte;"Last Fortress - Toride (Erotic, Rev C)";360x224@60;H
+lastfortea;"Last Fortress - Toride (Erotic, Rev A)";360x224@60;H
+lastfortg;"Last Fortress - Toride (German)";360x224@60;H
+lastfortk;"Last Fortress - Toride (Korea)";360x224@60;H
+lasthope;"Last Hope (bootleg AES to MVS conversion, no coin supp";304x224@59;H
+lastmisn;"Last Mission (US revision 6)";256x240@58;V
+lastmisnj;"Last Mission (Japan)";256x240@58;V
+lastmisno;"Last Mission (US revision 5)";256x240@58;V
+lastsold;"The Last Soldier (Korean release of The Last Blade)";320x224@59;H
+lastsurv;"Last Survivor (FD1094 317-0083)";320x224@60;H
+lastsurvd;"Last Survivor (FD1094 317-0083 decrypted)";320x224@60;H
+lbowling;"League Bowling (NGM-019)(NGH-019)";304x224@59;H
+ldrun;"Lode Runner (Euro, Jpn) - Lode Runner (Jpn) - Lode Runner (set 1) - Lode Runner - Lost Labyrinth";384x256@60;H
+ldrun2;"Lode Runner II (Jpn) - Lode Runner II - The Bungeling Strikes Back";384x256@60;H
+ldrun3;"Lode Runner III - The Golden Labyrinth";384x256@60;H
+ldrun3j;"Lode Runner III - Majin No Fukkatsu";384x256@60;H
+ldrun4;"Lode Runner IV - Teikoku Karano Dasshutsu";384x256@60;H
+ldruna;"Lode Runner (Jpn, Alt) - Lode Runner (set 2)";384x256@60;H
+leaguemn;"Yakyuu Kakutou League-Man (Japan)";320x240@60;H
+leds2011;"Led Storm Rally 2011 (World)";384x240@60;V
+leds2011u;"Led Storm Rally 2011 (US)";384x240@60;V
+ledstorm;"Led Storm (US)";384x240@60;V
+legend;"Legend - Oriental Legend - Xi Yo Gi Shi Re Zuang (V126)";288x224@60;H
+legendos;"Legend of Success Joe / Ashitano Joe Densetsu";304x224@59;H
+legion;"Legion - Spinner-87 (World ver 2.03)";288x224@60;V
+legionj;"Chouji Meikyuu Legion (Japan ver 1.05)";288x224@60;V
+legionjb;"Chouji Meikyuu Legion (Japan ver 1.05, bootleg)";288x224@60;V
+legofair;"Koukuu Kihei Monogatari - The Legend of Air Cavalry (J";400x224@60;V
+lemmings;"Lemmings (Euro) - Lemmings (Euro, Bra, Kor) - Lemmings (US prototype) - Lemmings (World)";320x224@60;H
+lethalen;"Lethal Enforcers (Euro) - Lethal Enforcers (ver UAE, 11/19/92 15:04)";288x224@60;H
+lethaleneaa;"Lethal Enforcers (ver EAA, 09/09/92 09:44)";288x224@60;H
+lethaleneab;"Lethal Enforcers (ver EAB, 10/14/92 19:53)";288x224@60;H
+lethaleneae;"Lethal Enforcers (ver EAE, 11/19/92 16:24)";288x224@60;H
+lethalenua;"Lethal Enforcers (ver UAA, 08/17/92 21:38)";288x224@60;H
+lethalenub;"Lethal Enforcers (ver UAB, 09/01/92 11:12)";288x224@60;H
+lethalenux;"Lethal Enforcers (ver unknown, US, 08/06/92 15:11, hac";288x224@60;H
+lethalth;"Lethal Thunder (World)";320x240@60;V
+levers;"Levers";256x224@60;V
+lghost;"Laser Ghost (Euro) - Laser Ghost (set 2, World, 317-0166)";320x224@60;H
+lghostd;"Laser Ghost (set 2, World, 317-0166 decrypted)";320x224@60;H
+lghostu;"Laser Ghost (set 1, US, 317-0165)";320x224@60;H
+lghostud;"Laser Ghost (set 1, US, 317-0165 decrypted)";320x224@60;H
+lgtnfght;"Lightning Fighters (World)";288x224@60;V
+lgtnfghta;"Lightning Fighters (Asia)";288x224@60;V
+lgtnfghtu;"Lightning Fighters (US)";288x224@60;V
+lhcdb;"Last Hope CD Beta (Neo CD conversion)";304x224@59;H
+liblrabl;"Libble Rabble";288x224@60;H
+lifefrce;"Lifeforce (US)";256x224@60;H
+lifefrcej;"Lifeforce (Japan)";256x224@60;H
+lightbr;"Light Bringer (Ver 2.2O 1994/04/08)";320x224@60;H
+lightbrj;"Light Bringer (Ver 2.1J 1994/02/18)";320x224@60;H
+liquidk;"Liquid Kids (World)";320x224@60;H
+liquidku;"Liquid Kids (US)";320x224@60;H
+lithero;"Little Hero";384x256@60;H
+livequiz;"Live Quiz Show";320x224@60;H
+lizwiz;"Lizard Wizard";288x224@60;V
+lkage;"The Legend of Kage";240x224@60;H
+lkageb;"The Legend of Kage (bootleg set 1)";240x224@60;H
+lkageb2;"The Legend of Kage (bootleg set 2)";240x224@60;H
+lkageb3;"The Legend of Kage (bootleg set 3)";240x224@60;H
+lkageo;"The Legend of Kage (older)";240x224@60;H
+lkageoo;"The Legend of Kage (oldest)";240x224@60;H
+lnc;"College Football's National Championship (USA) - Lock'n'Chase";242x240@60;V
+lockonph;"Lock On (Philko)";320x224@60;H
+locoboot;"Loco-Motion (bootleg)";256x224@60;V
+locomotn;"Loco-Motion";256x224@60;V
+loderndf;"Lode Runner - The Dig Fight (ver. B)";240x640@60;V
+loderndfa;"Lode Runner - The Dig Fight (ver. A)";240x640@60;V
+loffire;"Line of Fire (Euro, Bra, Kor) - Line of Fire / Bakudan Yarou (World, FD1094 317-0136)";320x224@60;H
+loffired;"Line of Fire / Bakudan Yarou (World, FD1094 317-0136 d";320x224@60;H
+loffirej;"Line of Fire / Bakudan Yarou (Japan, FD1094 317-0134)";320x224@60;H
+loffirejd;"Line of Fire / Bakudan Yarou (Japan, FD1094 317-0134 d";320x224@60;H
+loffireu;"Line of Fire / Bakudan Yarou (US, FD1094 317-0135)";320x224@60;H
+loffireud;"Line of Fire / Bakudan Yarou (US, FD1094 317-0135 decr";320x224@60;H
+logicpr2;"Logic Pro 2 (Japan)";320x224@60;H
+logicpro;"Logic Pro (Japan)";320x224@60;H
+loht;"Legend of Hero Tonma - Legend of Hero Tonma - Legend of Hero Tonma";384x256@55;H
+lohtb;"Legend of Hero Tonma (bootleg, set 1)";384x256@55;H
+lohtb2;"Legend of Hero Tonma (bootleg, set 2)";384x256@55;H
+lohtj;"Legend of Hero Tonma (Japan)";384x256@55;H
+lomakai;"Legend of Makai (World)";256x224@60;H
+looper;"Looper";256x224@60;H
+lordgun;"Lord of Gun (USA)";448x224@60;H
+lordofk;"The Lord of King (Japan)";256x224@60;H
+losttomb;"Lost Tomb (Easy)";256x224@60;V
+losttombh;"Lost Tomb (Hard)";256x224@60;V
+lostwrld;"Lost Worlds (Japan) - The Lost World - Jurassic Park (Euro, USA) - The Lost World - Jurassic Park (USA)";384x224@60;H
+lostwrldo;"Lost Worlds (Japan Old ver.)";384x224@60;H
+lotlot;"Lot Lot - Lot Lot (Jpn)";384x256@60;H
+loverboy;"Lover Boy";240x224@60;V
+lresort;"Last Resort";304x224@59;H
+lresortp;"Last Resort (prototype)";304x224@59;H
+ltorb1;"Jonas Indiana and the Lost Temple of RA (20050717)";304x224@59;H
+ltswords;"Lightning Swords";384x256@55;H
+luckywld;"Lucky & Wild";288x224@60;H
+luckywldj;"Lucky & Wild (Japan)";288x224@60;H
+luctoday;"Lucky Today";256x224@60;V
+lvgirl94;"Las Vegas Girl (Girl '94)";368x224@60;H
+lwings;"Legendary Wings (US set 1)";256x240@60;V
+lwings2;"Legendary Wings (US set 2)";256x240@60;V
+lwingsb;"Legendary Wings (bootleg)";256x240@60;V
+lwingsj;"Ares no Tsubasa (Japan)";256x240@60;V
+m660;"Mission 660 (US)";256x224@60;V
+m660b;"Mission 660 (bootleg)";256x224@60;V
+m660j;"Mission 660 (Japan)";256x224@60;V
+mach9;"Mach-9 (bootleg of Vulgus)";256x224@60;V
+macross;"Choujikuu Yousai Macross (Jpn) - Super Spacefortress Macross / Chou-Jikuu Yousai Macros";256x224@56;V
+macross2;"Super Spacefortress Macross II / Chou-Jikuu Yousai Mac";384x224@56;H
+macross2g;"Super Spacefortress Macross II / Chou-Jikuu Yousai Mac";384x224@56;H
+macross2k;"Macross II (Korea)";384x224@56;H
+macrossp;"Macross Plus";384x240@60;V
+madcrash;"Mad Crasher";288x216@60;H
+madcrush;"Mad Crusher (Japan)";288x216@60;H
+madgear;"Mad Gear (US)";384x240@60;V
+madgearj;"Mad Gear (Japan)";384x240@60;V
+madshark;"Mad Shark";384x224@60;V
+magdrop;"Magical Drop (Japan, Version 1.1, 1995.06.21)";320x240@58;H
+magdrop2;"Magical Drop II";304x224@59;H
+magdrop3;"Magical Drop III";304x224@59;H
+magdropp;"Magical Drop Plus 1 (Japan, Version 2.1, 1995.09.12)";320x240@58;H
+magicbub;"Magic Bubble";320x224@60;H
+magicbuba;"Magic Bubble (Adult version, YS-1302 PCB)";320x224@60;H
+magicbubb;"Magic Bubble (Adult version, YS-0211 PCB)";320x224@60;H
+magix;"Magix / Rock";384x240@60;H
+magixb;"Magix / Rock (no copyright message)";384x240@60;H
+maglord;"Magician Lord (NGM-005)";320x224@59;H
+maglordh;"Magician Lord (NGH-005)";320x224@59;H
+mahoudai;"Mahou Daisakusen (Japan)";320x240@60;V
+mahretsu;"Mahjong Kyo Retsuden (NGM-004)(NGH-004)";304x224@59;H
+mainevt;"The Main Event (4 Players ver. Y)";288x224@60;H
+mainevt2p;"The Main Event (2 Players ver. X)";288x224@60;H
+mainevto;"The Main Event (4 Players ver. F)";288x224@60;H
+mainsnk;"Main Event (1984)";288x216@60;H
+majest12j;"Majestic Twelve - The Space Invaders Part IV (Japan)";320x224@60;V
+majest12u;"Majestic Twelve - The Space Invaders Part IV (US)";320x224@60;V
+majtitl2;"Major Title 2 (World)";320x240@60;H
+majtitl2a;"Major Title 2 (World, set 1, alt sound CPU)";320x240@60;H
+majtitl2b;"Major Title 2 (World, set 2)";320x240@60;H
+majtitl2j;"Major Title 2 (Japan)";320x240@60;H
+majtitle;"Major Title (World)";384x256@55;H
+majtitlej;"Major Title (Japan)";384x256@55;H
+majuu;"Majuu no Ohkoku";320x224@60;H
+makaiden;"Makai Densetsu (Japan)";256x224@60;H
+makaimur;"Makai-Mura (Japan)";256x224@60;H
+makaimurc;"Makai-Mura (Japan revision C)";256x224@60;H
+makaimurg;"Makai-Mura (Japan revision G)";256x224@60;H
+maketrax;"Make Trax (set 1)";288x224@60;V
+maketrxb;"Make Trax (set 2)";288x224@60;V
+mangchi;"Mang-Chi";256x224@56;H
+manhatan;"Manhattan 24 Bunsyo (Japan)";240x224@60;H
+maniacsp;"Maniac Square (prototype)";320x240@60;H
+maniacsq;"Maniac Square (unprotected)";320x240@60;H
+manybloc;"Many Block";256x240@56;V
+mappy;"Hopping Mappy - Mappy (Jpn) - Mappy (Jpn) - Mappy (US)";288x224@60;V
+mappyj;"Mappy (Japan)";288x224@60;V
+marble;"Marble Madness";336x240@60;H
+marineb;"Marine Boy";256x224@60;H
+mariner;"Mariner";256x224@60;V
+mario;"Mario Bros. (US, Revision F)";256x224@60;H
+marioe;"Mario Bros. (US, Revision E)";256x224@60;H
+marioj;"Mario Bros. (Japan)";256x224@60;H
+marioo;"Mario Bros. (US, Unknown Rev)";256x224@60;H
+markham;"Markham";240x224@60;H
+mars;"Escape from Mars Starring Taz (Euro) - Mars - Taz in Escape from Mars (Bra) - Taz in Escape from Mars (Euro, USA)";256x224@60;V
+martmast;"Martial Masters (V104, 102, 102, USA)";448x224@60;H
+martmastc;"Martial Masters (V104, 102, 101, China)";448x224@60;H
+martmastc102;"Martial Masters (V102, 101, 101, China)";448x224@60;H
+martmastc103;"Martial Masters (V103, 102, 101, China)";448x224@60;H
+marukin;"Super Marukin-Ban (Japan 901017)";384x240@60;H
+marukodq;"Chibi Marukochan Deluxe Quiz";304x224@59;H
+marvins;"Marvin's Maze";288x216@60;V
+marvland;"Marvel Land (US) - Marvel Land (USA)";288x224@60;H
+marvlandj;"Marvel Land (Japan) - Marvel Land (Jpn)";288x224@60;H
+masao;"Masao";256x224@60;H
+masterw;"Master of Weapon (World)";320x224@60;V
+masterwj;"Master of Weapon (Japan)";320x224@60;V
+masterwu;"Master of Weapon (US)";320x224@60;V
+mastkin;"The Masters of Kin";256x224@60;H
+matchit2;"Match It II";384x240@60;H
+matrim;"Matrimelee / Shin Gouketsuji Ichizoku Toukon (NGM-2660";320x224@59;H
+matrimbl;"Matrimelee / Shin Gouketsuji Ichizoku Toukon (bootleg)";320x224@59;H
+mazinger;"Mazinger Z (World, ver. 94/06/27)";384x240@58;V
+mazingerj;"Mazinger Z (Japan, ver. 94/06/27)";384x240@58;V
+mbomberj;"Muscle Bomber - the body explosion (930713 Japan)";384x224@60;H
+mbombrd;"Muscle Bomber Duo - ultimate team battle (931206 etc)";384x224@60;H
+mbombrdj;"Muscle Bomber Duo - heat up warriors (931206 Japan)";384x224@60;H
+mbrush;"Magic Brush";288x224@60;V
+mcatadv;"Magical Cat Adventure";320x224@60;H
+mcatadvj;"Magical Cat Adventure (Japan)";320x224@60;H
+mchampdx;"Multi Champ Deluxe (ver. 0106, 06/01/2000)";320x240@60;H
+mchampdxa;"Multi Champ Deluxe (ver. 1126, 26/11/1999)";320x240@60;H
+mechatt;"Mechanized Attack (World)";256x224@60;H
+mechattj;"Mechanized Attack (Japan)";256x224@60;H
+mechattu;"Mechanized Attack (US)";256x224@60;H
+mechattu1;"Mechanized Attack (US, Version 1, Single Player)";256x224@60;H
+megablst;"Mega Blast (World)";320x224@60;H
+megablstj;"Mega Blast (Japan)";320x224@60;H
+megablstu;"Mega Blast (US)";320x224@60;H
+megadon;"Megadon";272x236@60;V
+megaman;"Mega Man (Euro, USA) - Mega Man - the power battle (951006 USA) - Mega Man - The Wily Wars (Euro)";384x224@60;H
+megaman2;"Mega Man 2 - the power fighters (960708 USA)";384x224@60;H
+megaman2a;"Mega Man 2 - the power fighters (960708 Asia)";384x224@60;H
+megaman2h;"Mega Man 2 - the power fighters (960712 Hispanic)";384x224@60;H
+megamana;"Mega Man - the power battle (951006 Asia)";384x224@60;H
+megamn2d;"Mega Man 2 - the power fighters (960708 USA Phoenix Ed";384x224@60;H
+megazone;"Mega Zone (Konami set 1)";288x224@60;V
+megazonea;"Mega Zone (Konami set 2)";288x224@60;V
+megazoneb;"Mega Zone (Kosuka set 1)";288x224@60;V
+megazonec;"Mega Zone (Kosuka set 2)";288x224@60;V
+megazonei;"Mega Zone (Interlogic)";288x224@60;V
+meijinsn;"Meijinsen";232x224@60;H
+meikyuh;"Meikyuu Hunter G (Japan, set 1)";256x240@58;H
+meikyuha;"Meikyuu Hunter G (Japan, set 2)";256x240@58;H
+meosism;"Meosis Magic (Japan)";338x236@60;H
+mercenario;"Mercenario (Commando bootleg)";256x224@60;V
+mercs;"Mercs (900302 etc) - Mercs (Euro, Bra) - Mercs (Euro, USA) ~ Senjou no Ookami II (Jpn)";384x224@60;V
+mercsj;"Senjo no Ookami II (Ookami 2 900302 Japan)";384x224@60;V
+mercsu;"Mercs (900608 USA)";384x224@60;V
+mercsur1;"Mercs (900302 USA)";384x224@60;V
+merlinmm;"Merlins Money Maze";256x224@60;V
+metafox;"Meta Fox";384x224@60;V
+metalb;"Metal Black (World)";320x224@60;H
+metalbj;"Metal Black (Japan)";320x224@60;H
+metamrph;"Metamorphic Force (ver EAA)";288x224@60;H
+metamrpha;"Metamorphic Force (ver AAA)";288x224@60;H
+metamrphe;"Metamorphic Force (ver EAA - alternate)";288x224@60;H
+metamrphj;"Metamorphic Force (ver JAA)";288x224@60;H
+metamrphu;"Metamorphic Force (ver UAA)";288x224@60;H
+metlfrzr;"Metal Freezer";256x224@60;V
+metlhawk;"Metal Hawk (Rev C)";288x224@60;V
+metlhawkj;"Metal Hawk (Japan, Rev F)";288x224@60;V
+metlsavr;"Metal Saver";320x240@60;H
+metmqstr;"Metamoqester (International)";384x240@58;H
+metrocrs;"Metro-Cross (set 1)";288x224@60;H
+metrocrsa;"Metro-Cross (set 2)";288x224@60;H
+mgakuen;"Mahjong Gakuen";384x240@60;H
+mgakuen2;"Mahjong Gakuen 2 Gakuen-chou no Fukushuu";384x240@60;H
+mgcrystl;"Magical Crystals (World, 92/01/10)";256x224@60;H
+mgcrystlj;"Magical Crystals (Japan, 92/01/13)";256x224@60;H
+mgcrystlo;"Magical Crystals (World, 91/12/10)";256x224@60;H
+mia;"M.I.A. - Missing in Action (version T)";304x224@60;H
+mia2;"M.I.A. - Missing in Action (version S)";304x224@60;H
+miaj;"M.I.A. - Missing in Action (version R) (Japan)";320x224@60;H
+midres;"Midnight Resistance (USA) - Midnight Resistance (World)";256x240@57;H
+midresj;"Midnight Resistance (Japan) - Midnight Resistance (Jpn)";256x240@57;H
+midresu;"Midnight Resistance (US)";256x240@57;H
+miexchng;"Money Puzzle Exchanger / Money Idol Exchanger";304x224@59;H
+mikie;"Mikie - Mikie. Shinnyuushain Tooru-Kun.";256x224@60;V
+mikiehs;"Mikie (High School Graffiti)";256x224@60;V
+mikiej;"Shinnyuushain Tooru-kun";256x224@60;V
+milliped;"Millipede";256x240@60;V
+mimonkey;"Mighty Monkey";256x224@60;V
+mimonsco;"Mighty Monkey (bootleg on Super Cobra hardware)";256x224@60;V
+mimonscr;"Mighty Monkey (bootleg on Scramble hardware)";256x224@60;V
+mimonscra;"Mighty Monkey (Kaina Games, bootleg on Scramble hardwa";256x224@60;V
+minasan;"Minasanno Okagesamadesu! Daisugorokutaikai (MOM-001)(M";304x224@59;H
+minefld;"Minefield";256x224@60;V
+minivadr;"Minivader";256x224@60;H
+mirax;"Mirax (set 1)";256x240@60;V
+miraxa;"Mirax (set 2)";256x240@60;V
+mirninja;"Mirai Ninja (Japan)";288x224@60;H
+missmw96;"Miss Mister World '96 (Nude)";256x224@60;H
+missw02;"Miss World 2002";256x224@60;H
+missw96;"Miss World '96 (Nude) (set1)";256x224@60;H
+missw96a;"Miss World '96 (Nude) (set 2)";256x224@60;H
+missw96b;"Miss World '96 (Nude) (set 3)";256x224@60;H
+missw96c;"Miss World '96 (Nude) (set 4)";256x224@60;H
+mizubaku;"Mizubaku Dai Bouken - Mizubaku Daibouken (Japan)";320x224@60;H
+mj4simai;"Wakakusamonogatari Mahjong Yonshimai (Japan)";384x240@60;H
+mjgtaste;"Mahjong G-Taste";320x224@60;H
+mjleague;"Major League";320x224@60;V
+mjnquest;"Mahjong Quest (Japan)";320x224@60;H
+mjnquestb;"Mahjong Quest (No Nudity)";320x224@60;H
+mk;"Mortal Kombat";400x254@54.7;H
+mkr4;"Mortal Kombat r4";400x254@54.7;H
+mktturbo;"Mortal Kombat turbo";400x254@54.7;H
+mk2;"Mortal Kombat II";400x254@54.7;H
+mltiwars;"Multi Wars (bootleg of UniWar S)";256x224@60;V
+mmancp2u;"Mega Man - The Power Battle (951006 USA, SAMPLE Versio";384x224@60;H
+mmancp2ur1;"Mega Man - The Power Battle (950926 USA, SAMPLE Versio";384x224@60;H
+mmatrix;"Mars Matrix (000412 USA)";384x224@60;H
+mmatrixd;"Mars Matrix (000412 USA Phoenix Edition)";384x224@60;H
+mmatrixj;"Mars Matrix (000412 Japan)";384x224@60;H
+mmaulers;"Monster Maulers (ver EAA)";288x224@60;H
+mmaze;"Marchen Maze (Japan)";288x224@60;H
+mmaze2;"Marchen Maze (Japan, hack?)";288x224@60;H
+mmonkey;"Minky Monkey";242x240@60;V
+mnchmobl;"Munch Mobile (US)";320x240@60;V
+mnight;"Mutant Night";256x192@60;H
+mnightj;"Mutant Night (Japan)";256x192@60;H
+moegonta;"Moeyo Gonta!! (Japan)";320x240@60;V
+mofflott;"Maze of Flott (Japan)";320x240@60;V
+moguchan;"Mogu Chan (bootleg?)";256x224@60;V
+mogura;"Mogura Desse";320x256@60;H
+mole;"Mole Attack - Mr. Mole";320x200@60;H
+momoko;"Momoko 120% (Japanese text)";240x224@60;H
+momokob;"Momoko 120% (bootleg)";240x224@60;H
+momokoe;"Momoko 120% (English text)";240x224@60;H
+monkelf;"Monky Elf (Korean bootleg of Avenging Spirit)";256x224@60;H
+moomesa;"Wild West C.O.W.-Boys of Moo Mesa (ver EAB)";384x224@60;H
+moomesaaab;"Wild West C.O.W.-Boys of Moo Mesa (ver AAB)";384x224@60;H
+moomesauab;"Wild West C.O.W.-Boys of Moo Mesa (ver UAB)";384x224@60;H
+moomesauac;"Wild West C.O.W.-Boys of Moo Mesa (ver UAC)";384x224@60;H
+moonal2;"Moon Alien Part 2";256x224@60;V
+moonal2b;"Moon Alien Part 2 (older version)";256x224@60;V
+moonaln;"Moon Alien";256x224@60;V
+mooncmw;"Moon War (Moon Cresta bootleg)";256x224@60;V
+mooncptc;"Moon Cresta (Petaco S.A. Spanish bootleg)";256x224@60;V
+mooncreg;"Moon Cresta (Electrogame S.A. Spanish bootleg)";256x224@60;V
+mooncrgx;"Moon Cresta (Galaxian hardware)";256x224@60;V
+mooncrs2;"Moon Cresta (bootleg set 2)";256x224@60;V
+mooncrs3;"Moon Cresta (bootleg set 3)";256x224@60;V
+mooncrs4;"Moon Crest";256x224@60;V
+mooncrsb;"Moon Cresta (bootleg set 1)";256x224@60;V
+mooncrsl;"Cresta Mundo (Laguna S.A. Spanish Moon Cresta bootleg)";256x224@60;V
+mooncrst;"Moon Cresta (Nichibutsu)";256x224@60;V
+mooncrstg;"Moon Cresta (Gremlin)";256x224@60;V
+mooncrsto;"Moon Cresta (Nichibutsu, old rev)";256x224@60;V
+mooncrstso;"Moon Cresta (SegaSA / Sonic)";256x224@60;V
+mooncrstu;"Moon Cresta (Nichibutsu USA, unencrypted)";256x224@60;V
+mooncrstuk;"Moon Cresta (Nichibutsu UK)";256x224@60;V
+mooncrstuku;"Moon Cresta (Nichibutsu UK, unencrypted)";256x224@60;V
+moonqsr;"Moon Quasar";256x224@60;V
+moonwar;"Moonwar";256x224@60;V
+moonwara;"Moonwar (older)";256x224@60;V
+moremore;"More More";256x224@58;H
+moremorp;"More More Plus";256x224@58;H
+moshougi;"Syougi No Tatsujin - Master of Shougi";304x224@59;H
+motorace;"MotoRace USA";240x256@60;V
+motos;"Motos";288x224@60;V
+mototour;"MotoTour / Zippy Race (Tecfri license)";240x256@60;V
+mouser;"Mouser - Mouser (Jpn)";256x224@60;V
+mouserc;"Mouser (Cosmos)";256x224@60;V
+mpang;"Mighty! Pang (001010 Euro)";384x224@60;H
+mpangj;"Mighty! Pang (001011 Japan)";384x224@60;H
+mpangjd;"Mighty! Pang (001011 Japan Phoenix Edition)";384x224@60;H
+mpangr1;"Mighty! Pang (000925 Euro)";384x224@60;H
+mpangu;"Mighty! Pang (001010 USA)";384x224@60;H
+mplanets;"Mad Planets";256x240@60;V
+mplanetsuk;"Mad Planets (UK)";256x240@60;V
+mrdo;"Mr. Do (Jpn) - Mr. Do! - Mr. Do! - Neo Mr. Do!";240x192@60;V
+mrdofix;"Mr. Do! (bugfixed)";240x192@60;V
+mrdot;"Mr. Do! (Taito license)";240x192@60;V
+mrdoy;"Mr. Do! (prototype)";240x192@60;V
+mrdu;"Mr. Du!";240x192@60;V
+mrflea;"The Amazing Adventures of Mr. F. Lea";256x248@60;V
+mrgoemon;"Mr. Goemon (Japan)";240x224@60;H
+mrheli;"Mr. HELI no Dai-Bouken - Mr. Heli no Daibouken";384x256@55;H
+mrjong;"Mr. Jong (Japan)";240x224@60;V
+mrkougar;"Mr. Kougar";256x224@60;V
+mrkougar2;"Mr. Kougar (earlier)";256x224@60;V
+mrkougb;"Mr. Kougar (bootleg set 1)";256x224@60;V
+mrkougb2;"Mr. Kougar (bootleg set 2)";256x224@60;V
+mrlo;"Mr. Lo!";240x192@60;V
+mrtnt;"Mr. TNT";288x224@60;V
+mrviking;"Mister Viking (315-5041)";240x224@60;V
+mrvikingj;"Mister Viking (315-5041, Japan)";240x224@60;V
+ms4plus;"Metal Slug 4 Plus (bootleg)";304x224@59;H
+ms5pcb;"Metal Slug 5 (JAMMA PCB)";304x224@59;H
+ms5plus;"Metal Slug 5 Plus (bootleg)";304x224@59;H
+msbingo;"Miss Bingo";320x224@60;H
+mschamp;"Ms. Pacman Champion Edition / Zola-Puc Gal";288x224@60;V
+mschamps;"Ms. Pacman Champion Edition / Super Zola Pac Gal";288x224@60;V
+msgogo;"Mouse Shooter GoGo";320x224@60;H
+msgundam;"Mobile Suit Gundam";384x240@57;H
+msgundam1;"Mobile Suit Gundam (Japan)";384x240@57;H
+msh;"Marvel Super Heroes (951024 Euro)";384x224@60;H
+msha;"Marvel Super Heroes (951024 Asia)";384x224@60;H
+mshb;"Marvel Super Heroes (951117 Brazil)";384x224@60;H
+msheartb;"Ms. Pac-Man Heart Burn";288x224@60;V
+mshh;"Marvel Super Heroes (951117 Hispanic)";384x224@60;H
+mshj;"Marvel Super Heroes (951117 Japan)";384x224@60;H
+mshjr1;"Marvel Super Heroes (951024 Japan)";384x224@60;H
+mshu;"Marvel Super Heroes (951024 USA)";384x224@60;H
+mshud;"Marvel Super Heroes (951024 USA Phoenix Edition)";384x224@60;H
+mshuttle;"Moon Shuttle (US?)";256x224@60;H
+mshuttle2;"Moon Shuttle (US? set 2)";256x224@60;H
+mshuttlej;"Moon Shuttle (Japan)";256x224@60;H
+mshuttlej2;"Moon Shuttle (Japan set 2)";256x224@60;H
+mshvsf;"Marvel Super Heroes vs Street Fighter (970625 Euro)";384x224@60;H
+mshvsfa;"Marvel Super Heroes vs Street Fighter (970625 Asia)";384x224@60;H
+mshvsfa1;"Marvel Super Heroes vs Street Fighter (970620 Asia)";384x224@60;H
+mshvsfb;"Marvel Super Heroes vs Street Fighter (970827 Brazil)";384x224@60;H
+mshvsfb1;"Marvel Super Heroes vs Street Fighter (970625 Brazil)";384x224@60;H
+mshvsfh;"Marvel Super Heroes vs Street Fighter (970625 Hispanic";384x224@60;H
+mshvsfj;"Marvel Super Heroes vs Street Fighter (970707 Japan)";384x224@60;H
+mshvsfj1;"Marvel Super Heroes vs Street Fighter (970702 Japan)";384x224@60;H
+mshvsfj2;"Marvel Super Heroes vs Street Fighter (970625 Japan)";384x224@60;H
+mshvsfu;"Marvel Super Heroes vs Street Fighter (970827 USA)";384x224@60;H
+mshvsfu1;"Marvel Super Heroes vs Street Fighter (970625 USA)";384x224@60;H
+mshvsfu1d;"Marvel Super Heroes vs Street Fighter (970625 USA Phoe";384x224@60;H
+mslider;"Monster Slider (Japan)";352x240@60;H
+mslug;"Metal Slug - Super Vehicle-001";304x224@59;H
+mslug2;"Metal Slug 2 - Super Vehicle-001/II (NGM-2410) (NGH-24";304x224@59;H
+mslug2t;"Metal Slug 2 Turbo (NGM-9410)";304x224@59;H
+mslug3;"Metal Slug 3 (NGM-2560)";304x224@59;H
+mslug3b6;"Metal Slug 6 (Metal Slug 3 bootleg)";304x224@59;H
+mslug3h;"Metal Slug 3 (NGH-2560)";304x224@59;H
+mslug3v;"Metal Slug 3 (NGH-2560) (Enhanced Violence Version hac";304x224@59;H
+mslug4;"Metal Slug 4 (NGM-2630)";304x224@59;H
+mslug4h;"Metal Slug 4 (NGH-2630)";304x224@59;H
+mslug5;"Metal Slug 5 (NGM-2680)";304x224@59;H
+mslug5b;"Metal Slug 5 (bootleg)";304x224@59;H
+mslug5h;"Metal Slug 5 (NGH-2680)";304x224@59;H
+mslugx;"Metal Slug X - Super Vehicle-001 (NGM-2500)(NGH-2500)";304x224@59;H
+mspacmab;"MS Pacman (bootleg)";288x224@60;V
+mspacman;"MS Pacman - Ms. Pac-Man (Euro, Bra) - Ms. Pac-Man (Euro, USA) - Ms. Pac-Man (USA)";288x224@60;V
+mspacmanbcc;"Come-Cocos (Ms. Pac-Man) ('Made in Greece' Tecnausa bo";288x224@60;V
+mspacmanbg;"Ms. Pac-Man ('Made in Greece' bootleg)";288x224@60;V
+mspacmanbgd;"Miss Pukman ('Made in Greece' Datamat bootleg)";288x224@60;V
+mspacmanbhe;"Come-Cocos (Ms. Pac-Man) ('Made in Greece' Herle SA bo";288x224@60;V
+mspacmanblt;"Miss Pukman ('Made in Greece' Triunvi bootleg)";288x224@60;V
+mspacmat;"Ms. Pac Attack";288x224@60;V
+mspacmbe;"Ms. Pac-Man (bootleg, encrypted)";288x224@60;V
+mspacmnf;"Ms. Pac-Man (with speedup hack)";288x224@60;V
+mspacpls;"Ms. Pac-Man Plus";288x224@60;V
+mspuzzle;"Miss Puzzle";320x224@60;V
+mspuzzleg;"Miss Puzzle (Clone of Gumbo)";320x224@60;H
+mstadium;"Main Stadium (Japan ver. 4)";288x224@60;H
+mstworld;"Monsters World (bootleg of Super Pang)";384x240@60;H
+msword;"Magic Sword - heroic fantasy (25.07.1990 other country";384x224@60;H
+mswordj;"Magic Sword (23.06.1990 Japan)";384x224@60;H
+mswordr1;"Magic Sword - heroic fantasy (23.06.1990 other country";384x224@60;H
+mswordu;"Magic Sword - heroic fantasy (25.07.1990 USA)";384x224@60;H
+mtlchamp;"Martial Champion (ver EAB)";384x224@60;H
+mtlchamp1;"Martial Champion (ver EAA)";384x224@60;H
+mtlchampa;"Martial Champion (ver AAA)";384x224@60;H
+mtlchampj;"Martial Champion (ver JAA)";384x224@60;H
+mtlchampu;"Martial Champion (ver UAE)";384x224@60;H
+mtlchampu1;"Martial Champion (ver UAD)";384x224@60;H
+mtwins;"Mega Twins (chiki chiki boys 900619 etc)";384x224@60;H
+mugsmash;"Mug Smashers";320x240@60;H
+multchmp;"Multi Champ (World)";320x240@60;H
+multchmpa;"Multi Champ (World, older)";320x240@60;H
+multchmpk;"Multi Champ (Korea, older)";320x240@60;H
+multi96;"Multi Game '96 (Italy)";256x224@58;H
+mustache;"Mustache Boy (Japan)";240x248@57;V
+mustachei;"Mustache Boy (Italy)";240x248@57;V
+mustang;"US AAF Mustang (25th May. 1990)";256x224@56;H
+mustangb;"US AAF Mustang (bootleg)";256x224@56;H
+mustangb2;"US AAF Mustang (TAB Austria bootleg)";256x224@56;H
+mustangs;"US AAF Mustang (25th May. 1990 / Seoul Trading)";256x224@56;H
+mutantf;"Mutant Fighter (World ver EM-5)";320x240@58;H
+mutantf2;"Mutant Fighter (World ver EM-2)";320x240@58;H
+mutantf3;"Mutant Fighter (World ver EM-3)";320x240@58;H
+mutantf4;"Mutant Fighter (World ver EM-4)";320x240@58;H
+mutnat;"Mutation Nation (NGM-014)(NGH-014)";304x224@59;H
+mvp;"MVP (set 2, US, FD1094 317-0143)";320x224@60;H
+mvpd;"MVP (set 2, US, FD1094 317-0143 decrypted)";320x224@60;H
+mvpj;"MVP (set 1, Japan, FD1094 317-0142)";320x224@60;H
+mvpjd;"MVP (set 1, Japan, FD1094 317-0142 decrypted)";320x224@60;H
+mvsc;"Marvel vs Capcom - clash of super heroes (980123 Euro)";384x224@60;H
+mvsca;"Marvel vs Capcom - clash of super heroes (980123 Asia)";384x224@60;H
+mvscar1;"Marvel vs Capcom - clash of super heroes (980112 Asia)";384x224@60;H
+mvscb;"Marvel vs Capcom - clash of super heroes (980123 Brazi";384x224@60;H
+mvsch;"Marvel vs Capcom - clash of super heroes (980123 Hispa";384x224@60;H
+mvscj;"Marvel vs Capcom - clash of super heroes (980123 Japan";384x224@60;H
+mvscjr1;"Marvel vs Capcom - clash of super heroes (980112 Japan";384x224@60;H
+mvscjsing;"Marvel vs Capcom - clash of super heroes (980123 Japan";384x224@60;H
+mvscr1;"Marvel vs Capcom - clash of super heroes (980112 Euro)";384x224@60;H
+mvscu;"Marvel vs Capcom - clash of super heroes (980123 USA)";384x224@60;H
+mvscud;"Marvel vs Capcom - clash of super heroes (980123 USA P";384x224@60;H
+mvscur1;"Marvel vs Capcom - clash of super heroes (971222 USA)";384x224@60;H
+mwalk;"Michael Jackson's Moonwalker (Euro, USA, Bra, Kor) - Michael Jackson's Moonwalker (set 3, World, FD1094/875 - Michael Jackson's Moonwalker (World, Rev. A)";320x224@60;H
+mwalkbl2;"Michael Jackson's Moonwalker (bootleg)";320x224@60;H
+mwalkd;"Michael Jackson's Moonwalker (World) (bootleg of FD109";320x224@60;H
+mwalkj;"Michael Jackson's Moonwalker (Japan) (FD1094/8751 317-";320x224@60;H
+mwalkjd;"Michael Jackson's Moonwalker (Japan) (bootleg of FD109";320x224@60;H
+mwalku;"Michael Jackson's Moonwalker (US) (FD1094/8751 317-015";320x224@60;H
+mwalkud;"Michael Jackson's Moonwalker (US) (bootleg of FD1094/8";320x224@60;H
+mwarr;"Mighty Warriors";366x240@54;H
+myangel;"Kosodate Quiz My Angel (Japan)";376x240@60;H
+myangel2;"Kosodate Quiz My Angel 2 (Japan)";376x240@60;H
+myhero;"My Hero (Euro, USA, Bra) - My Hero (US, not encrypted)";256x224@60;H
+myherobl;"My Hero (bootleg, 315-5132 encryption)";256x224@60;H
+myherok;"My Hero (Korea)";256x224@60;H
+myqbert;"Mello Yello Q*bert";256x240@60;V
+mysticri;"Mystic Riders (World)";320x240@60;H
+mysticrib;"Mystic Riders (bootleg?)";320x240@60;H
+mystston;"Mysterious Stones - Dr. John's Adventure";256x240@57;V
+myststono;"Mysterious Stones - Dr. Kick in Adventure";256x240@57;V
+myststonoi;"Mysterious Stones - Dr. Kick in Adventure (Itisa PCB)";256x240@57;V
+mystwarr;"Mystic Warriors (ver EAA)";288x224@60;H
+mystwarra;"Mystic Warriors (ver AAB)";288x224@60;H
+mystwarraa;"Mystic Warriors (ver AAA)";288x224@60;H
+mystwarrj;"Mystic Warriors (ver JAA)";288x224@60;H
+mystwarru;"Mystic Warriors (ver UAA)";288x224@60;H
+nam1975;"NAM-1975 (NGM-001)(NGH-001)";304x224@59;H
+naname;"Naname de Magic!";320x240@60;H
+nastar;"Nastar (World)";320x224@60;H
+nastarw;"Nastar Warrior (US)";320x224@60;H
+naughtyb;"Naughty Boy";288x224@60;V
+naughtyba;"Naughty Boy (bootleg)";288x224@60;V
+naughtybc;"Naughty Boy (Cinematronics)";288x224@60;V
+navarone;"Navarone";272x224@60;V
+nbbatman;"Ninja Baseball Batman (World)";320x240@60;H
+nbbatmanu;"Ninja Baseball Batman (US)";320x240@60;H
+ncombat;"Ninja Combat (NGM-009)";304x224@59;H
+ncombath;"Ninja Combat (NGH-009)";304x224@59;H
+ncommand;"Ninja Commando";304x224@59;H
+nebulbee;"Nebulous Bee";288x224@60;V
+nemesis;"Nemesis (Kor) - Nemesis (ROM version)";256x224@60;H
+nemesisuk;"Nemesis (World?, ROM version)";256x224@60;H
+nemo;"Finding Nemo (Rus) - Nemo (90 11 30 etc)";384x224@60;H
+nemoj;"Nemo (90 11 20 Japan)";384x224@60;H
+nemor1;"Nemo (90 11 09 etc)";384x224@60;H
+neo2500;"Neo 2500 Demo";304x224@59;H
+neo3ddmo;"NeoGeo 3D! Demo";304x224@59;H
+neobattl;"SD Gundam Neo Battling (Japan)";384x240@60;V
+neobombe;"Neo Bomberman";304x224@59;H
+neocdz;"Neo Geo CDZ system";320x224@59;H
+neocstlv;"Neo CastleVania Demo";304x224@59;H
+neocup98;"Neo-Geo Cup '98 - The Road to the Victory";320x224@59;H
+neodemo;"Chaos Demo (Neo Geo)";304x224@59;H
+neodrift;"Neo Drift Out - New Technology";304x224@59;H
+neogalag;"Galaga Demo (set 1)";304x224@59;H
+neogalaga;"Galaga Demo (set 2)";304x224@59;H
+neomrdo;"Neo Mr. Do!";304x224@59;H
+neonopon;"Neo No Panepon (beta)";304x224@59;H
+neopong;"Neo Pong (ver 1.1)";304x224@59;H
+neoponga;"Neo Pong (ver 1.0)";304x224@59;H
+neoprimo;"Primo Demo";304x224@59;H
+neotet;"NeoGeo 2-Player Tetris";304x224@59;H
+neothndr;"Neo Thunder";304x224@59;H
+neoww2;"WW2 Demo - Arcade Development Project";304x224@59;H
+newapunk;"New Atomic Punk - Global Quest (US)";320x240@60;H
+newfant;"New Fantasia (1995 copyright)";256x224@60;V
+newfanta;"New Fantasia (1994 copyright)";256x224@60;V
+newpuc2;"Newpuc2";288x224@60;V
+newpuc2b;"Newpuc2b";288x224@60;V
+newpuckx;"New Puck-X";288x224@60;V
+news;"News (set 1)";256x224@60;H
+newsa;"News (set 2)";256x224@60;H
+newsin7;"New Sinbad 7";256x224@60;V
+nextfase;"Next Fase (bootleg of Phoenix)";256x208@60;V
+ngem2k;"NGEM2K (beta 2006-01-18)";304x224@59;H
+ngfrog;"Frog Feast (Neo Geo)";304x224@59;H
+ngftdemo;"NGF Transparency Demo";304x224@59;H
+nightstr;"Night Striker (World)";320x240@60;H
+nightstrj;"Night Striker (Japan)";320x240@60;H
+nightstru;"Night Striker (US)";320x240@60;H
+ninja;"3 Ninjas Kick Back (USA) - Caveman Ninja (World ver 4) - Dragon Ninja (Euro) - Dragonninja (Japan) - Mirai Ninja (Japan) - Ninja (315-5102) - Sega Ninja (315-5113) - The Ninja (Euro, USA)";256x224@60;H
+ninjak;"The Ninja Kids (World)";320x224@60;H
+ninjakd2;"Ninja-Kid II / NinjaKun Ashura no Shou (set 1)";256x192@60;H
+ninjakd2a;"Ninja-Kid II / NinjaKun Ashura no Shou (set 2, bootleg";256x192@60;H
+ninjakd2b;"Ninja-Kid II / NinjaKun Ashura no Shou (set 3, bootleg";256x192@60;H
+ninjakd2c;"Ninja-Kid II / NinjaKun Ashura no Shou (set 4)";256x192@60;H
+ninjakj;"The Ninja Kids (Japan)";320x224@60;H
+ninjaku;"The Ninja Kids (US)";320x224@60;H
+ninjakun;"Ninja-kun (Jpn) - Ninjakun Majou no Bouken";256x192@60;H
+ninjamas;"Ninja Master's - haoh-ninpo-cho";320x224@59;H
+ninjaw;"The Ninja Warriors (World, later version)";224x864@60;V
+ninjaw1;"The Ninja Warriors (World, earlier version)";224x864@60;V
+ninjawj;"The Ninja Warriors (Japan)";224x864@60;V
+ninjawu;"The Ninja Warriors (US, Romstar license)";224x864@60;V
+ninjemak;"Ninja Emaki (US)";256x224@60;V
+nitd;"Nightmare in the Dark";320x224@59;H
+nitdbl;"Nightmare in the Dark (bootleg)";320x224@59;H
+nitrobal;"Nitro Ball (World, set 1)";320x240@58;V
+nitrobala;"Nitro Ball (World, set 2)";320x240@58;V
+nmaster;"Oni - The Ninja Master (Japan)";384x240@58;H
+nmg5;"Multi 5 / New Multi Game 5 (set 1)";320x240@60;H
+nmg5a;"Multi 5 / New Multi Game 5 (set 2)";320x240@60;H
+nmg5e;"Multi 5 / New Multi Game 5 (set 3, earlier)";320x240@60;H
+nmouse;"Funky Mouse (Jpn) - Naughty Mouse (set 1)";288x224@60;V
+nmouseb;"Naughty Mouse (set 2)";288x224@60;V
+nobb;"Noboranka (Japan, bootleg)";240x224@60;V
+nost;"Cosa Nostra (Spa) - Nostradamus";320x224@60;V
+nostj;"Nostradamus (Japan)";320x224@60;V
+nostk;"Nostradamus (Korea)";320x224@60;V
+nouryoku;"Nouryoku Koujou Iinkai";384x224@56;H
+nova2001;"Nova 2001 (Japan)";256x192@60;H
+nova2001h;"Nova 2001 (Japan, hack?)";256x192@60;H
+nova2001u;"Nova 2001 (US)";256x192@60;H
+nprinces;"Ninja Princess (315-5051, 64k Ver. bootleg?)";256x224@60;H
+nprincesb;"Ninja Princess (315-5051?, 128k Ver. bootleg?)";256x224@60;H
+nprinceso;"Ninja Princess (315-5098, 128k Ver.)";256x224@60;H
+nprincesu;"Ninja Princess (64k Ver. not encrypted)";256x224@60;H
+nrallyx;"New Rally X";288x224@60;H
+nspirit;"Ninja Spirit - Ninja Spirit";384x256@55;H
+nspiritj;"Saigo no Nindou (Japan)";384x256@55;H
+nunchaku;"Nunchackun";256x224@60;V
+nwarr;"Night Warriors - darkstalkers' revenge (950316 Euro)";384x224@60;H
+nwarra;"Night Warriors - darkstalkers' revenge (950302 Asia)";384x224@60;H
+nwarrb;"Night Warriors - darkstalkers' revenge (950403 Brazil)";384x224@60;H
+nwarrh;"Night Warriors - darkstalkers' revenge (950403 Hispani";384x224@60;H
+nwarru;"Night Warriors - darkstalkers' revenge (950406 USA)";384x224@60;H
+nwarrud;"Night Warriors - darkstalkers' revenge (950406 USA Pho";384x224@60;H
+nyanpani;"Nyan Nyan Panic (Japan)";256x224@60;H
+nzeroteam;"New Zero Team (V33 SYSTEM TYPE_B hardware)";320x256@55;H
+nzeroteama;"New Zero Team (V33 SYSTEM TYPE_B hardware, China?)";320x256@55;H
+oedfight;"Oedo Fight (Japan Bloodshed Ver.)";320x240@60;H
+offensiv;"Offensive (Spanish bootleg of Scramble)";256x224@60;V
+ohmygod;"Oh My God!";320x240@60;H
+oisipuzl;"Oishii Puzzle Ha Irimasenka";320x224@60;H
+olds;"Oriental Legend Super (V101, Korea)";448x224@60;H
+olds100;"Oriental Legend Special - Xi Yo Gi Shi Re Zuang Super";448x224@60;H
+olds100a;"Oriental Legend Special - Xi Yo Gi Shi Re Zuang Super";448x224@60;H
+olds103t;"Oriental Legend Special - Xi Yo Gi Shi Re Zuang Super";448x224@60;H
+oldsplus;"Oriental Legend Special Plus / Xi You Shi E Zhuan Supe";448x224@60;H
+omegab;"Omega";256x224@60;V
+omegaf;"Omega Fighter";256x192@60;V
+omegafs;"Omega Fighter Special";256x192@60;V
+omni;"Omni";256x224@60;V
+onetwo;"One + Two";512x256@60;H
+onetwoe;"One + Two (earlier)";512x256@60;H
+onna34ro;"Onna Sansirou - Typhoon Gal";256x224@60;H
+onna34roa;"Onna Sansirou - Typhoon Gal (bootleg)";256x224@60;H
+opwolf;"Operation Wolf - Operation Wolf - Operation Wolf (Euro, Bra) - Operation Wolf (World, set 1)";320x240@60;H
+opwolf3;"Operation Wolf 3 (World)";320x224@60;H
+opwolf3u;"Operation Wolf 3 (US)";320x224@60;H
+opwolfa;"Operation Wolf (World, set 2)";320x240@60;H
+opwolfb;"Operation Bear";320x240@60;H
+opwolfj;"Operation Wolf (Japan)";320x240@60;H
+opwolfjsc;"Operation Wolf (Japan, SC)";320x240@60;H
+opwolfu;"Operation Wolf (US)";320x240@60;H
+orbitron;"Orbitron";256x224@60;V
+orbs;"Orbs (10/7/94 prototype?)";320x240@60;H
+ordyne;"Ordyne - Ordyne - Ordyne (Japan, English Version)";288x224@60;H
+ordynej;"Ordyne (Japan)";288x224@60;H
+orius;"Orius (ver UAA)";384x256@54;H
+orlegend;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V126)";448x224@60;H
+orlegend105k;"Oriental Legend (V105, Korea)";448x224@60;H
+orlegend111c;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V111, China)";448x224@60;H
+orlegend111k;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V111, Korea)";448x224@60;H
+orlegend111t;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V111, Taiwan)";448x224@60;H
+orlegendc;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V112, China)";448x224@60;H
+orlegendca;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V112 alt, Chi";448x224@60;H
+orlegende;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V112)";448x224@60;H
+oscar;"Psycho-Nics Oscar (World revision 0)";256x240@58;H
+oscarj1;"Psycho-Nics Oscar (Japan revision 1)";256x240@58;H
+oscarj2;"Psycho-Nics Oscar (Japan revision 2)";256x240@58;H
+oscaru;"Psycho-Nics Oscar (US)";256x240@58;H
+osman;"Osman (World)";320x240@58;H
+othunder;"Operation Thunderbolt (World, rev 1)";320x240@60;H
+othunderj;"Operation Thunderbolt (Japan)";320x240@60;H
+othunderjsc;"Operation Thunderbolt (Japan, SC)";320x240@60;H
+othundero;"Operation Thunderbolt (World)";320x240@60;H
+othunderu;"Operation Thunderbolt (US, rev 1)";320x240@60;H
+othunderuo;"Operation Thunderbolt (US)";320x240@60;H
+outrun;"Out Run - Out Run (Euro) - Out Run (sitdown/upright, Rev B) - Out Run (World) - OutRun (Euro, USA) - Turbo Out Run (Out Run upgrade, FD1094 317-0118) - Turbo OutRun (Euro, Jpn)";320x224@60;H
+outrunb;"Out Run (bootleg)";320x224@60;H
+outrundx;"Out Run (deluxe sitdown)";320x224@60;H
+outrundxa;"Out Run (deluxe sitdown earlier version)";320x224@60;H
+outrundxeh;"Out Run (deluxe sitdown) (Enhanced Edition v1.0.3)";320x224@60;H
+outrundxj;"Out Run (Japan, deluxe sitdown, FD1089A 317-0019)";320x224@60;H
+outruneh;"Out Run (sitdown/upright, Rev B) (Enhanced Edition v1.";320x224@60;H
+outrunra;"Out Run (sitdown/upright, Rev A)";320x224@60;H
+outzone;"Out Zone";320x240@55.2;V
+outzonea;"Out Zone (set 2)";320x240@55.2;V
+outzoneb;"Out Zone (older set)";320x240@55.2;V
+outzonec;"Out Zone (oldest set)";320x240@55.2;V
+outzoneh;"Out Zone (harder)";320x240@55.2;V
+overtop;"Over Top";304x224@59;H
+ozmawars;"Ozma Wars (set 1)";260x224@60;V
+ozmawars2;"Ozma Wars (set 2)";260x224@60;V
+ozon1;"Ozon I";256x224@60;V
+p47;"P-47 - The Freedom Fighter - P-47 - The Phantom Fighter (World)";256x224@60;H
+p47j;"P-47 - The Freedom Fighter (Japan)";256x224@60;H
+p47je;"P-47 - The Freedom Fighter (Japan, Export)";256x224@60;H
+pacgal;"Pac-Gal";288x224@60;V
+pacheart;"Pac-Man (Hearts)";288x224@60;V
+packbang;"Pack'n Bang Bang (Prototype)";256x225@60;V
+packetman;"Packetman (bootleg)";288x224@60;V
+pacland;"Pac-land - Pac-Land - Pac-Land (World)";288x224@60;H
+paclandj;"Pac-Land (Japan new)";288x224@60;H
+paclandjo;"Pac-Land (Japan old)";288x224@60;H
+paclandjo2;"Pac-Land (Japan older)";288x224@60;H
+paclandm;"Pac-Land (Midway)";288x224@60;H
+pacman;"Jr. Pac-Man (11/9/83) - MS Pacman - Ms. Pac-Man (Euro, Bra) - Ms. Pac-Man (Euro, USA) - Ms. Pac-Man (USA) - Pac-Man (Jpn) - Pac-Man (Midway) - Pac-Man (Prototype) - Pac-Man (USA)";288x224@60;V
+pacmanbl;"Pac-Man (Galaxian hardware, set 1)";256x224@60;V
+pacmanbla;"Pac-Man (Galaxian hardware, set 2)";256x224@60;V
+pacmanf;"Jr. Pac-Man (speedup hack) - Pac-Man (Midway, with speedup hack)";288x224@60;V
+pacmania;"Pac-Mania - Pac-Mania (Euro) - Pac-Mania (Euro) - Pac-Mania (Euro, USA)";288x224@60;V
+pacmaniaj;"Pac-Mania (Japan)";288x224@60;V
+pacmaniao;"Pac-Mania (111187 sound program)";288x224@60;V
+pacmanpe;"Come Come (Petaco SA bootleg of Puck Man)";288x224@60;V
+pacmanso;"Pac-Man (SegaSA / Sonic)";288x224@60;V
+pacmansp;"Puck Man (Spanish, 'Made in Greece' bootleg)";288x224@60;V
+pacmod;"Pac-Man (Midway, harder)";288x224@60;V
+pacnchmp;"Pac-Man & Chomp Chomp";288x224@60;V
+pacnpal;"Pac & Pal";288x224@60;V
+pacnpal2;"Pac & Pal (older)";288x224@60;V
+pacplus;"Pac-Man Plus";288x224@60;V
+pacuman;"Pacu-Man (Spanish bootleg of Puck Man)";288x224@60;V
+paddle2;"Paddle 2 (bootleg on Block hardware)";256x224@60;V
+paddlema;"Paddle Mania";256x224@60;V
+paintrlr;"Paint Roller";288x224@60;V
+pairlove;"Pairs Love";384x240@60;V
+pajaroes;"Pajaro del Espacio (Spanish bootleg of UniWar S)";256x224@60;V
+palamed;"Palamedes (US)";320x224@60;H
+palamedj;"Palamedes (Japan)";320x224@60;H
+pandoras;"Pandora's Palace";256x224@60;V
+pang;"Cross Pang - Mighty! Pang (001010 Euro) - Pang (World) - Pang Pang - Super Pang (World 900914) - Ti Ti! Pang Pang! (Kor) - Zipang";384x240@57;H
+pang3;"Pang! 3 (950601 Euro)";384x224@60;H
+pang3b;"Pang! 3 (bootleg set 1, 950511 Euro)";384x224@60;H
+pang3b2;"Pang! 3 (bootleg set 2, 950511 Euro)";384x224@60;H
+pang3b3;"Pang! 3 (bootleg set 3, 950601 Euro)";384x224@60;H
+pang3j;"Pang! 3: Kaitou Tachi no Karei na Gogo (950511 Japan)";384x224@60;H
+pang3r1;"Pang! 3 (950511 Euro)";384x224@60;H
+pang3r1a;"Pang! 3 (950511 Euro, alt)";384x224@60;H
+pangb;"Pang (bootleg, set 1)";384x240@60;H
+pangb2;"Pang (bootleg, set 4)";384x240@60;H
+pangbold;"Pang (bootleg, set 2)";384x240@60;H
+pangbold2;"Pang (bootleg, set 5)";384x240@60;H
+pangbold3;"Pang (bootleg, set 6)";384x240@60;H
+pangpang;"Pang Pang";320x240@58;H
+pangpoms;"Pang Pom's";360x224@60;H
+pangpomsm;"Pang Pom's (Mitchell)";360x224@60;H
+panicbom;"Panic Bomber";304x224@59;H
+panicstr;"Panic Street (Japan)";320x240@60;H
+paperboy;"Paperboy (Atari System 2)";512x384@60;H
+paprazzi;"Paparazzi";384x224@60;V
+parodius;"Parodius - Tako wa Chikyuu wo Sukuu (Jpn) - Parodius DA! (World, set 1) - Parodius da! - Shinwa Kara Owarai He";288x224@60;H
+parodiusa;"Parodius - Tako wa Chikyuu wo Sukuu (Jpn, Alt) - Parodius DA! (Asia)";288x224@60;H
+parodiuse;"Parodius - Tako Saves Earth (English) - Parodius DA! (World, set 2)";288x224@60;H
+parodiusj;"Parodius DA! (Japan)";288x224@60;H
+pass;"Pass";320x224@60;H
+passsht;"Passing Shot (World, 2 Players, FD1094 317-0080)";320x224@60;V
+passsht16a;"Passing Shot (Japan, 4 Players, System 16A, FD1094 317";320x224@60;V
+passshta;"Passing Shot (World, 4 Players, FD1094 317-0074)";320x224@60;V
+passshtad;"Passing Shot (World, 4 Players, FD1094 317-0074 decryp";320x224@60;V
+passshtd;"Passing Shot (World, 2 Players, FD1094 317-0080 decryp";320x224@60;V
+passshtj;"Passing Shot (Japan, 4 Players, FD1094 317-0070)";320x224@60;V
+passshtjd;"Passing Shot (Japan, 4 Players, FD1094 317-0070 decryp";320x224@60;V
+pbancho;"Gyakuten!! Puzzle Bancho (Japan)";320x240@60;H
+pbillrd;"Perfect Billiard";256x224@60;H
+pbillrdsa;"Perfect Billiard (MC-8123, 317-5008)";256x224@60;H
+pbobbl2n;"Puzzle Bobble 2 / Bust-A-Move Again (Neo-Geo)";304x224@59;H
+pbobble;"Puzzle Bobble (Japan, B-System) - Puzzle Bobble (Jpn)";320x224@60;H
+pbobble2;"Puzzle Bobble 2 (Ver 2.3O 1995/07/31)";320x232@60;H
+pbobble2j;"Puzzle Bobble 2 (Ver 2.2J 1995/07/20)";320x232@60;H
+pbobble2o;"Puzzle Bobble 2 (Ver 2.2O 1995/07/20)";320x232@60;H
+pbobble2u;"Bust-A-Move Again (Ver 2.3A 1995/07/31)";320x232@60;H
+pbobble2x;"Puzzle Bobble 2X (Ver 2.2J 1995/11/11)";320x232@60;H
+pbobble3;"Puzzle Bobble 3 (Ver 2.1O 1996/09/27)";320x232@60;H
+pbobble3j;"Puzzle Bobble 3 (Ver 2.1J 1996/09/27)";320x232@60;H
+pbobble3u;"Puzzle Bobble 3 (Ver 2.1A 1996/09/27)";320x232@60;H
+pbobble4;"Puzzle Bobble 4 (Ver 2.04O 1997/12/19)";320x232@60;H
+pbobble4j;"Puzzle Bobble 4 (Ver 2.04J 1997/12/19)";320x232@60;H
+pbobble4u;"Puzzle Bobble 4 (Ver 2.04A 1997/12/19)";320x232@60;H
+pbobblen;"Puzzle Bobble / Bust-A-Move (Neo-Geo) (NGM-083)";320x224@59;H
+pbobblenb;"Puzzle Bobble / Bust-A-Move (Neo-Geo) (bootleg)";320x224@59;H
+pclubys;"Puzzle Club (Yun Sung, set 1)";320x240@60;H
+pclubysa;"Puzzle Club (Yun Sung, set 2)";320x240@60;H
+pdrift;"Power Drift - Power Drift (World, Rev A)";320x224@60;H
+pdrifta;"Power Drift (World)";320x224@60;H
+pdrifte;"Power Drift (World, Earlier)";320x224@60;H
+pdriftj;"Power Drift (Japan)";320x224@60;H
+peekaboo;"Peek-a-Boo!";256x224@60;H
+peekaboou;"Peek-a-Boo! (North America, ver 1.0)";256x224@60;H
+penbros;"Penguin Brothers (Japan)";320x224@60;H
+pengadvb;"Penguin Adventure (bootleg of MSX version)";272x216@60;H
+pengo;"Pengo (Euro, USA) - Pengo (set 1 rev c) - Pepenga Pengo (Jpn)";288x224@60;V
+pengo2;"Pengo (set 2)";288x224@60;V
+pengo2u;"Pengo (set 2 not encrypted)";288x224@60;V
+pengo3u;"Pengo (set 3 not encrypted)";288x224@60;V
+pengo4;"Pengo (set 4)";288x224@60;V
+pengo5;"Pengo (set 5)";288x224@60;V
+pengob;"Pengo (bootleg)";288x224@60;V
+penta;"Penta";288x224@60;V
+percuss;"The Percussor";256x224@60;V
+perfrman;"Performan (Japan)";256x240@60;V
+perfrmanu;"Performan (US)";256x240@60;V
+pestplce;"Pest Place";256x224@60;H
+pfghtj;"Pocket Fighter (970904 Japan)";384x224@60;H
+pgalvip;"Pocket Gals V.I.P (set 1)";256x224@60;H
+pgalvipa;"Pocket Gals V.I.P (set 2)";256x224@60;H
+pgear;"Powered Gear - strategic variant armor equipment (9410";384x224@60;H
+pgearr1;"Powered Gear - strategic variant armor equipment (9409";384x224@60;H
+pgemeni;"P-GeMeni (060123)";448x224@60;H
+pgmdemo;"Chaos (PGM Demo)";448x224@60;H
+pgmfrog;"Frog Feast (PGM)";448x224@60;H
+pgoal;"Pleasure Goal / Futsal - 5 on 5 Mini Soccer (NGM-219)";304x224@59;H
+phantasm;"Phantasm (Japan)";256x224@60;H
+phelios;"Phelios - Phelios (Euro)";288x224@60;V
+pheliosj;"Phelios (Japan) - Phelios (Jpn)";288x224@60;V
+phoenix;"Phoenix (Amstar)";256x208@60;V
+phoenix2;"Phoenix (Amstar, set 2)";256x208@60;V
+phoenix3;"Phoenix (T.P.N. bootleg)";256x208@60;V
+phoenixa;"Phoenix (Centuri, set 1)";256x208@60;V
+phoenixass;"Phoenix (Assa, Spanish bootleg)";256x208@60;V
+phoenixb;"Phoenix (Centuri, set 2)";256x208@60;V
+phoenixc;"Phoenix (Irecsa / G.G.I Corp, set 1)";256x208@60;V
+phoenixc2;"Phoenix (Irecsa / G.G.I Corp, set 2)";256x208@60;V
+phoenixc3;"Phoenix (Irecsa / G.G.I Corp, set 3)";256x208@60;V
+phoenixc4;"Phoenix (Irecsa / G.G.I Corp, set 4)";256x208@60;V
+phoenixdal;"Phoenix (D&L bootleg)";256x208@60;V
+phoenixj;"Phoenix (Taito Japan)";256x208@60;V
+phoenixs;"Phoenix (Sonic, Spanish bootleg)";256x208@60;V
+phoenixt;"Phoenix (Taito)";256x208@60;V
+phoenxp2;"Phoenix Part 2";256x224@60;V
+photof;"Photo Finish (bootleg?)";256x224@60;H
+photoy2k;"Photo Y2K / Real and Fake (V105)";448x224@60;H
+photoy2k102;"Real and Fake0Photo Y2K (V102, Japan)";448x224@60;H
+photoy2k104;"Photo Y2K / Real and Fake (V104)";448x224@60;H
+phozon;"Phozon (Japan)";288x224@60;V
+phozons;"Phozon (Sidam)";288x224@60;V
+pinbo;"Pinbo (set 1)";256x224@60;V
+pingpong;"Konami's Ping-Pong - Konami's Ping-Pong (Jpn) - Ping Pong (Tw)";256x224@60;H
+pipibibs;"Pipi & Bibis / Whoopee!! (Z80 sound cpu, set 1)";320x240@60;H
+pipibibsa;"Pipi & Bibis / Whoopee!! (Z80 sound cpu, set 2)";320x240@60;H
+pipibibsp;"Pipi & Bibis / Whoopee!! (prototype)";320x240@60;H
+piranha;"Piranha";288x224@60;V
+piranhah;"Piranha (hack)";288x224@60;V
+piranhao;"Piranha (older)";288x224@60;V
+pirates;"Pirates (set 1) - Pirates! Gold (USA)";288x224@60;H
+piratesb;"Pirates (set 2)";288x224@60;H
+pisces;"Pisces";256x224@60;V
+piscesb;"Pisces (bootleg)";256x224@60;V
+pistoldm;"Pistol Daimyo no Bouken (Japan)";288x224@60;H
+pitfall2;"Pitfall II (315-5093) - Pitfall II - Lost Caverns (Jpn) - Pitfall II - The Lost Caverns (Jpn, v1) - Pitfall II: Lost Caverns";256x224@60;H
+pitfall2a;"Pitfall II (315-5093, Flicky Conversion) - Pitfall II - Lost Caverns (Jpn, Alt) - Pitfall II - The Lost Caverns (Jpn, v0)";256x224@60;H
+pitfall2u;"Pitfall II (not encrypted)";256x224@60;H
+pkladies;"Poker Ladies";384x240@60;H
+pkladiesl;"Poker Ladies (Leprechaun ver. 510)";384x240@60;H
+pkladiesla;"Poker Ladies (Leprechaun ver. 401)";384x240@60;H
+pktgaldx;"Pocket Gal Deluxe (Euro v3.00)";320x240@58;H
+pktgaldxj;"Pocket Gal Deluxe (Japan v3.00)";320x240@58;H
+pkunwar;"Penguin-Kun Wars (US)";256x192@60;H
+pkunwarj;"Penguin-Kun Wars (Japan)";256x192@60;H
+plegends;"Gouketsuji Gaiden Legends (USA, ver. 95/06/20)";320x240@58;H
+plegendsj;"Gouketsuji Gaiden Saikyou Densetsu (Japan, ver. 95/06/";320x240@58;H
+pleiadbl;"Pleiads (bootleg set 1)";256x208@60;V
+pleiadce;"Pleiads (Centuri)";256x208@60;V
+pleiads;"Pleiads (Tehkan)";256x208@60;V
+pleiadsb2;"Pleiads (bootleg set 2)";256x208@60;V
+pleiadsi;"Pleiads (Irecsa)";256x208@60;V
+pleiadsn;"Pleiads (Niemer S.A.)";256x208@60;V
+pleiadss;"Pleiads (Spanish bootleg)";256x208@60;V
+plgirls;"Play Girls";320x224@60;V
+plgirls2;"Play Girls 2";320x224@60;V
+plgirls2b;"Play Girls 2 (bootleg)";320x224@60;V
+plotting;"Plotting (World set 1)";320x224@60;H
+plottinga;"Plotting (World set 2, protected)";320x224@60;H
+plottingb;"Plotting (World set 3, earliest version)";320x224@60;H
+plottingu;"Plotting (US)";320x224@60;H
+plumppop;"Plump Pop (Japan)";256x224@60;H
+plusalph;"Plus Alpha";256x224@60;V
+pnickj;"Pnickies (940608 Japan)";384x224@60;H
+pnyaa;"Pochi and Nyaa";304x224@59;H
+poitto;"Poitto!";360x224@60;H
+poknight;"Poker Night";304x224@59;H
+pokonyan;"Pokonyan (Japan 940322)";384x224@60;H
+pollux;"Pollux (set 1)";384x240@60;V
+polluxa;"Pollux (set 2)";384x240@60;V
+polluxa2;"Pollux (set 3)";384x240@60;V
+polluxn;"Pollux (Japan, NTC license)";384x240@60;V
+pompingw;"Pomping World (Japan)";384x240@57;H
+ponpoko;"Ponpoko";288x224@60;H
+ponpokov;"Ponpoko (Venture Line)";288x224@60;H
+pootan;"Pootan";256x224@60;V
+pooyan;"Pooyan - Pooyan (Jpn) - Pooyan (Kor)";256x224@60;V
+pooyans;"Pooyan (Stern)";256x224@60;V
+popbingo;"Pop Bingo";384x240@60;H
+popbounc;"Pop 'n Bounce / Gapporin";304x224@59;H
+popeye;"Popeye - Popeye (revision D) - Popeye no Beach Volleyball (Jpn)";288x224@60;H
+popeyeman;"Popeye-Man";288x224@60;V
+popflame;"Pop Flamer (Euro, Jpn) - Pop Flamer (protected)";288x224@60;V
+popflamea;"Pop Flamer (not protected)";288x224@60;V
+popflameb;"Pop Flamer (hack?)";288x224@60;V
+popflamen;"Pop Flamer (bootleg on Naughty Boy PCB)";288x224@60;V
+popnpop;"Pop'n Pop (Ver 2.07O 1998/02/09)";320x232@60;H
+popnpopj;"Pop'n Pop (Ver 2.07J 1998/02/09)";320x232@60;H
+popnpopu;"Pop'n Pop (Ver 2.07A 1998/02/09)";320x232@60;H
+popspops;"Pop's Pop's";256x224@56;H
+porky;"Porky";256x224@60;V
+porter;"Port Man (bootleg on Moon Cresta hardware)";256x224@60;V
+pow;"P.O.W. - Prisoners of War (US version 1) - Rings of Power (Euro, USA)";256x224@60;H
+powerins;"Power Instinct (USA)";320x224@56;H
+powerinsa;"Power Instinct (USA, bootleg set 1)";320x224@60;H
+powerinsb;"Power Instinct (USA, bootleg set 2)";320x224@60;H
+powerinsj;"Gouketsuji Ichizoku (Japan)";320x224@56;H
+powj;"Datsugoku - Prisoners of War (Japan)";256x224@60;H
+ppan;"Peter Pan (bootleg of Hook)";320x240@60;H
+ppchamp;"Pasha Pasha Champ Mini Game Festival";320x240@60;H
+pprobe;"Planet Probe (prototype?)";256x224@60;V
+prehisle;"Prehistoric Isle in 1930 (World)";256x224@60;H
+prehisleb;"Prehistoric Isle in 1930 (World, bootleg)";256x224@60;H
+prehislek;"Prehistoric Isle in 1930 (Korea)";256x224@60;H
+prehisleu;"Prehistoric Isle in 1930 (US)";256x224@60;H
+preisle2;"Prehistoric Isle 2";304x224@59;H
+primella;"Primella";384x256@60;H
+prmtmfgt;"Prime Time Fighter (Ver 2.1A 1993/05/21) (New Version)";320x232@60;H
+prmtmfgto;"Prime Time Fighter (Ver 2.1A 1993/05/21) (Old Version)";320x232@60;H
+progear;"Progear (010117 USA)";384x224@60;H
+progeara;"Progear (010117 Asia)";384x224@60;H
+progearj;"Progear No Arashi (010117 Japan)";384x224@60;H
+progearjbl;"Progear No Arashi (010117 Japan, decrypted set)";384x224@60;H
+progearjd;"Progear No Arashi (010117 Japan Phoenix Edition)";384x224@60;H
+progearud;"Progear(010117 USA Phoenix Edition)";384x224@60;H
+progress;"Progress";256x224@60;V
+prtytime;"Party Time: Gonta the Diver II / Ganbare! Gonta!! 2 (W";320x240@58;V
+psoldier;"Perfect Soldiers (Japan)";320x240@60;H
+pspikes;"Power Spikes (World)";356x240@60;H
+pspikes2;"Power Spikes II (NGM-068)";320x224@59;H
+pspikesk;"Power Spikes (Korea)";356x240@60;H
+pspikesu;"Power Spikes (US)";356x240@60;H
+psurge;"Power Surge";256x224@60;V
+psychic5;"Psychic 5 (World)";256x224@54;V
+psychic5j;"Psychic 5 (Japan)";256x224@54;V
+psychos;"Psycho Soldier (US) - Psychosis";400x224@60;H
+psychosj;"Psycho Soldier (Japan)";400x224@60;H
+pturn;"Parallel Turn";256x224@60;V
+puchicar;"Puchi Carat (Ver 2.02O 1997/10/29)";320x232@60;H
+puchicarj;"Puchi Carat (Ver 2.02J 1997/10/29)";320x232@60;H
+puckman;"Puck Man (Japan set 1)";288x224@60;V
+puckmanb;"Puck Man (Bootleg set 1)";288x224@60;V
+puckmanf;"PuckMan (speedup hack)";288x224@60;V
+puckmanh;"Puck Man (bootleg set 2)";288x224@60;V
+puckmod;"Puck Man (Japan set 2)";288x224@60;V
+pulirula;"PuLiRuLa (World)";320x224@60;H
+pulirulaj;"PuLiRuLa (Japan)";320x224@60;H
+pulstar;"Pulstar";320x224@59;H
+punchita;"Punch-Out!! (Italian bootleg)";448x256@60;V
+punchout;"Punch-Out!! (Rev B)";448x256@60;V
+punchouta;"Punch-Out!! (Rev A)";448x256@60;V
+punchoutj;"Punch-Out!! (Japan)";448x256@60;V
+punipic;"The Punisher (bootleg set 1 (with PIC16c57), 930422 et";384x224@60;H
+punipic2;"The Punisher (bootleg set 2 (with PIC16c57), 930422 et";384x224@60;H
+punipic3;"The Punisher (bootleg set 3 (with PIC16c57), 930422 et";384x224@60;H
+punisher;"The Punisher (930422 etc) - The Punisher (Euro)";384x224@60;H
+punisherb;"The Punisher (bootleg, 930422 etc)";384x224@60;H
+punisherbz;"Biaofeng Zhanjing (Chinese bootleg)";384x224@60;H
+punisherh;"The Punisher (930422 Hispanic)";384x224@60;H
+punisherj;"The Punisher (930422 Japan)";384x224@60;H
+punisheru;"The Punisher (930422 USA) - The Punisher (USA)";384x224@60;H
+punkshot;"Punk Shot (US 4 Players)";288x224@60;H
+punkshot2;"Punk Shot (US 2 Players)";288x224@60;H
+punkshotj;"Punk Shot (Japan 2 Players)";288x224@60;H
+pururun;"Pururun";320x224@60;H
+pushman;"Pushman (Korea, set 1)";256x224@60;H
+pushmana;"Pushman (Korea, set 2)";256x224@60;H
+pushmans;"Pushman (American Sammy license)";256x224@60;H
+puzlclub;"Puzzle Club (Japan prototype)";288x224@60;V
+puzlstar;"Puzzle Star (V100MG)";448x224@60;H
+puzzldpr;"Puzzle De Pon! R!";304x224@59;H
+puzzledp;"Puzzle De Pon!";304x224@59;H
+puzzli;"Puzzli";320x224@60;H
+puzzli2;"Puzzli 2 (V100)";448x224@60;H
+puzzli2s;"Puzzli 2 Super (V200)";448x224@60;H
+puzzloop;"Puzz Loop (Europe, v0.94)";320x240@60;H
+puzzloopa;"Puzz Loop (Asia)";320x240@60;H
+puzzloope;"Puzz Loop (Europe, v0.93)";320x240@60;H
+puzzloopj;"Puzz Loop (Japan)";320x240@60;H
+puzzloopk;"Puzz Loop (Korea)";320x240@60;H
+puzzloopu;"Puzz Loop (USA)";320x240@60;H
+puzzlove;"PuzzLove";320x240@60;H
+puzzlovek;"PuzzLove (Korea)";320x240@60;H
+puzznic;"Puzznic - Puzznic (World)";320x224@60;H
+puzznicb;"Puzznic (bootleg, set 1)";320x224@60;H
+puzznicba;"Puzznic (bootleg, set 2)";320x224@60;H
+puzznici;"Puzznic (Italian bootleg)";320x224@60;H
+puzznicj;"Puzznic (Japan)";320x224@60;H
+puzznicu;"Puzznic (US)";320x224@60;H
+pwheelsj;"Power Wheels (Japan)";320x240@60;H
+pwrgoal;"Taito Power Goal (Ver 2.5O 1994/11/03)";320x224@60;H
+pwrinst2;"Power Instinct 2 (USA, ver. 94/04/08)";320x240@58;H
+pwrinst2j;"Gouketsuji Ichizoku 2 (Japan, ver. 94/04/08)";320x240@58;H
+pyros;"Pyros (US)";320x240@60;H
+pzlbowl;"Puzzle De Bowling (Japan)";384x240@60;H
+pzlbreak;"Puzzle Break";256x224@58;H
+pzloop2;"Puzz Loop 2 (010302 Euro)";384x224@60;H
+pzloop2j;"Puzz Loop 2 (010226 Japan)";384x224@60;H
+pzloop2jr1;"Puzz Loop 2 (010205 Japan)";384x224@60;H
+qad;"Quiz & Dragons (capcom quiz game 920701 USA)";384x224@60;H
+qadjr;"Quiz & Dragons (940921 Japan Resale Ver.)";384x224@60;H
+qbert;"Faster, Harder, More Challenging Q*bert (prototype) - Mello Yello Q*bert - Q*bert - Q*bert (Jpn) - Q*bert (Jpn, OMV) - Q*bert (US set 1)";256x240@60;V
+qberta;"Q*bert (Alt) - Q*bert (Jpn, Alt) - Q*bert (US set 2)";256x240@60;V
+qbertj;"Q*bert (Japan)";256x240@60;V
+qbertqub;"Q*bert Qubes - Q*bert's Qubes";256x240@60;V
+qcrayon;"Quiz Crayon Shinchan (Japan)";320x224@60;H
+qcrayon2;"Crayon Shinchan Orato Asobo (Japan)";320x224@60;H
+qgakumon;"Quiz Gakumon no Susume (Japan ver. JA2 Type L)";304x224@60;H
+qjinsei;"Quiz Jinsei Gekijoh (Japan)";320x224@60;H
+qndream;"Quiz Nanairo Dreams - nijiirochou no kiseki (nanairo d";384x224@60;H
+qsangoku;"Quiz Sangokushi (Japan)";384x240@60;H
+qtheater;"Quiz Theater - 3tsu no Monogatari (Ver 2.3J 1994/11/10";320x224@60;H
+qtono1;"Quiz Tonosama no Yabou (Japan)";384x240@60;H
+qtono2j;"Quiz Tonosama no Yabou 2 Zenkoku-ban (tonosama 2 95012";384x224@60;H
+qtorimon;"Quiz Torimonochou (Japan)";320x224@60;H
+quartet;"Quartet (Euro, USA) - Quartet (Rev A, 8751 317-unknown)";320x224@60;H
+quartet2;"Quartet 2 (8751 317-0010)";320x224@60;H
+quartet2a;"Quartet 2 (unprotected)";320x224@60;H
+quarteta;"Quartet (8751 315-5194)";320x224@60;H
+quarth;"Quarth (Japan)";288x224@60;H
+quester;"Quester (Japan)";288x224@60;V
+questers;"Quester Special Edition (Japan)";288x224@60;V
+quiz18k;"Miyasu Nonki no Quiz 18-Kin";320x224@60;H
+quizdai2;"Quiz Meitantei Neo & Geo - Quiz Daisousa Sen part 2 (N";320x224@59;H
+quizdais;"Quiz Daisousa Sen - The Last Count Down (NGM-023)(NGH-";304x224@59;H
+quizdaisk;"Quiz Daisousa Sen - The Last Count Down (Korean releas";304x224@59;H
+quizf1;"Quiz F1 1-2 Finish (Japan)";384x240@60;H
+quizhq;"Quiz H.Q. (Japan)";320x224@60;H
+quizhuhu;"Moriguchi Hiroko no Quiz de Hyuu!Hyuu! (Ver 2.2J 1995/";320x232@60;H
+quizkof;"Quiz King of Fighters (SAM-080)(SAH-080)";304x224@59;H
+quizkofk;"Quiz King of Fighters (Korean release)";304x224@59;H
+quizo;"Quiz Olympic (set 1)";320x200@60;H
+quizoa;"Quiz Olympic (set 2)";320x200@60;H
+qzchikyu;"Quiz Chikyu Bouei Gun (Japan)";320x224@60;H
+qzkklgy2;"Quiz Kokology 2";384x240@60;H
+qzkklogy;"Quiz Kokology";384x240@60;H
+qzquest;"Quiz Quest - Hime to Yuusha no Monogatari (Japan)";320x224@60;H
+qzshowby;"Quiz Sekai wa SHOW by shobai (Japan)";320x224@60;H
+r2dx_v33;"Raiden II New / Raiden DX (newer V33 PCB) (Raiden DX E";320x240@55;V
+r2dx_v33_r2;"Raiden II New / Raiden DX (newer V33 PCB) (Raiden II E";320x240@55;V
+rabiolep;"Rabio Lepus (Japan) - Rabio Lepus Special";288x216@60;H
+rachero;"Racing Hero (FD1094 317-0144)";320x224@60;H
+racherod;"Racing Hero (FD1094 317-0144 decrypted)";320x224@60;H
+racingb;"Racing Beat (World)";320x240@60;H
+racingbj;"Racing Beat (Japan)";320x240@60;H
+rackemup;"Rack 'em Up (program code L)";256x224@60;V
+racknrol;"Rack + Roll";256x224@60;H
+radarscp;"Radar Scope";256x224@60;V
+radarscp1;"Radar Scope (TRS01)";256x224@60;V
+radrad;"Radical Radial (US)";256x224@60;H
+radradj;"Radical Radial (Japan)";256x224@60;H
+raflesia;"Rafflesia (315-5162)";256x224@60;V
+ragnagrd;"Ragnagard / Shin-Oh-Ken";320x224@59;H
+ragtime;"The Great Ragtime Show (Japan v1.5, 92.12.07)";320x240@58;H
+ragtimea;"The Great Ragtime Show (Japan v1.3, 92.11.26)";320x240@58;H
+raiden;"Raiden";256x224@59;V
+raiden2;"Raiden II (US, set 1)";320x240@55.4;V
+raiden2dx;"Raiden II (harder, Raiden DX Hardware)";320x240@55.4;V
+raiden2e;"Raiden II (Easy Version, Korea?)";320x240@55.4;V
+raiden2ea;"Raiden II (Easy Version, Japan?)";320x240@55.4;V
+raiden2eg;"Raiden II (Easy Version, Germany)";320x240@55.4;V
+raiden2eu;"Raiden II (Easy Version, US set 2)";320x240@55.4;V
+raiden2eua;"Raiden II (Easy Version, US set 1)";320x240@55.4;V
+raiden2f;"Raiden II (France)";320x240@55.4;V
+raiden2g;"Raiden II (Germany)";320x240@55.4;V
+raiden2hk;"Raiden II (Hong Kong)";320x240@55.4;V
+raiden2i;"Raiden II (Italy)";320x240@55.4;V
+raiden2j;"Raiden II (Japan)";320x240@55.4;V
+raiden2nl;"Raiden II (Holland)";320x240@55.4;V
+raiden2sw;"Raiden II (Switzerland)";320x240@55.4;V
+raiden2u;"Raiden II (US, set 2)";320x240@55.4;V
+raidena;"Raiden (set 2)";256x224@60;V
+raidenb;"Raiden (set 3, Alternate hardware)";256x224@60;V
+raidendx;"Raiden DX (UK)";320x240@55.4;V
+raidendxa1;"Raiden DX (Hong Kong, set 1)";320x240@55.4;V
+raidendxa2;"Raiden DX (Hong Kong, set 2)";320x240@55.4;V
+raidendxch;"Raiden DX (China)";320x240@55.4;V
+raidendxg;"Raiden DX (Germany)";320x240@55.4;V
+raidendxj;"Raiden DX (Japan)";320x240@55.4;V
+raidendxk;"Raiden DX (Korea)";320x240@55.4;V
+raidendxnl;"Raiden DX (Holland)";320x240@55.4;V
+raidendxu;"Raiden DX (US)";320x240@55.4;V
+raidenk;"Raiden (Korea)";256x224@60;V
+raidenkb;"Raiden (Korea, bootleg)";256x224@60;V
+raident;"Raiden (Taiwan)";256x224@60;V
+raidenu;"Raiden (US, set 1)";256x224@60;V
+raidenua;"Raiden (US, set 2, SEI8904 + SEI9008 PCBs)";256x224@60;V
+raiders5;"Raiders5";256x192@60;H
+raiders5t;"Raiders5 (Japan)";256x192@60;H
+raiga;"Raiga - Strato Fighter (Japan)";256x224@60;H
+raimais;"Raimais (World)";320x224@60;H
+raimaisj;"Raimais (Japan)";320x224@60;H
+raimaisjo;"Raimais (Japan, first revision)";320x224@60;H
+rallybik;"Rally Bike / Dash Yarou";320x240@55.2;V
+rallyx;"New Rally X - Rally X (32k Ver.?) - Rally-X (Jpn) - Rally-X (Tw)";288x224@60;H
+rallyxa;"Rally X - Rally-X (Jpn, Alt)";288x224@60;H
+rallyxm;"Rally X (Midway)";288x224@60;H
+rallyxmr;"Rally X (Model Racing)";288x224@60;H
+rambo3;"Rambo III (Euro) - Rambo III (Euro, USA, Bra) - Rambo III (Europe) - Rambo III (World, v1.1)";320x224@60;H
+rambo3p;"Rambo III (Europe, Proti?)";320x224@60;H
+rambo3u;"Rambo III (US)";320x224@60;H
+raphero;"Rapid Hero";384x224@56;V
+rastan;"Rastan (Euro, USA, Bra) - Rastan (World Rev 1) - Rastan Saga (Jpn, SMS Mode)";320x240@60;H
+rastana;"Rastan (World)";320x240@60;H
+rastanb;"Rastan (World, Earlier code base)";320x240@60;H
+rastanu;"Rastan (US Rev 1)";320x240@60;H
+rastanua;"Rastan (US)";320x240@60;H
+rastanub;"Rastan (US, Earlier code base)";320x240@60;H
+rastsag2;"Rastan Saga 2 (Japan)";320x224@60;H
+rastsaga;"Rastan Saga (Japan Rev 1)";320x240@60;H
+rastsagaa;"Rastan Saga (Japan Rev 1, Earlier code base)";320x240@60;H
+rastsagab;"Rastan Saga (Japan, Earlier code base)";320x240@60;H
+rayforce;"Ray Force (Ver 2.3A 1994/01/20)";320x224@60;V
+rayforcej;"Ray Force (Ver 2.3J 1994/01/20)";320x224@60;V
+rbff1;"Real Bout Fatal Fury / Real Bout Garou Densetsu (NGM-0";320x224@59;H
+rbff1a;"Real Bout Fatal Fury / Real Bout Garou Densetsu (bug f";320x224@59;H
+rbff1k;"Real Bout Fatal Fury / Real Bout Garou Densetsu (Korea";320x224@59;H
+rbff2;"Real Bout Fatal Fury 2 - The Newcomers / Real Bout Gar";320x224@59;H
+rbff2h;"Real Bout Fatal Fury 2 - The Newcomers / Real Bout Gar";320x224@59;H
+rbff2k;"Real Bout Fatal Fury 2 - The Newcomers (Korean release";320x224@59;H
+rbffspec;"Real Bout Fatal Fury Special / Real Bout Garou Densets";320x224@59;H
+rbffspeck;"Real Bout Fatal Fury Special / Real Bout Garou Densets";320x224@59;H
+rbisland;"Rainbow Islands (new version) - Rainbow Islands - The Story of Bubble Bobble 2 (Euro) - Rainbow Islands Extra (Jpn)";320x224@60;H
+rbislande;"Rainbow Islands (Extra)";320x224@60;H
+rbislando;"Rainbow Islands (old version)";320x224@60;H
+rchase;"Rail Chase (World)";320x224@60;H
+rchasej;"Rail Chase (Japan)";320x224@60;H
+rdaction;"Rad Action / NinjaKun Ashura no Shou";256x192@60;H
+reaktor;"Reaktor (Track & Field conversion)";256x224@60;V
+recalh;"Recalhorn (Ver 1.42J 1994/5/11) (Prototype)";320x232@60;H
+recordbr;"Recordbreaker (World)";320x240@60;H
+redearth;"Red Earth / War-Zard (Euro 961121)";384x224@60;H
+redearthr1;"Red Earth / War-Zard (Euro 961023)";384x224@60;H
+redfoxwp2;"Red Fox War Planes II (China, set 1)";256x224@56;V
+redfoxwp2a;"Red Fox War Planes II (China, set 2)";256x224@56;V
+redhawk;"Red Hawk (US)";256x224@56;V
+redhawkb;"Vince (Redhawk bootleg)";256x224@56;H
+redhawke;"Red Hawk (Excellent Co., Ltd)";256x224@56;V
+redhawkg;"Red Hawk (Greece)";256x224@56;H
+redhawki;"Red Hawk (Italy)";256x224@56;H
+redhawkk;"Red Hawk (Korea)";256x224@56;V
+redrobin;"Red Robin";256x224@60;V
+redufo;"Defend the Terra Attack on the Red UFO";256x224@60;V
+redufob;"Defend the Terra Attack on the Red UFO (bootleg)";256x224@60;V
+regulus;"Regulus (315-5033, rev. A)";240x224@60;V
+reguluso;"Regulus (315-5033)";240x224@60;V
+regulusu;"Regulus (not encrypted)";240x224@60;V
+renegade;"Renegade (Euro, Bra) - Renegade (US)";240x240@60;H
+repulse;"Repulse";288x224@60;V
+rescue;"Rescue - Space Rescue (Euro)";256x224@60;V
+retofinv;"Return of the Invaders";288x224@60;V
+retofinv1;"Return of the Invaders (bootleg set 1)";288x224@60;V
+retofinv2;"Return of the Invaders (bootleg set 2)";288x224@60;V
+revngr84;"Revenger '84 (set 1)";272x236@60;V
+rezon;"Rezon";384x240@60;H
+rezont;"Rezon (Taito)";384x240@60;H
+rf2;"Konami RF2 - Red Fighter";256x224@60;H
+ridhero;"Riding Hero (NGM-006)(NGH-006)";304x224@59;H
+ridheroh;"Riding Hero (set 2)";304x224@59;H
+ridingf;"Riding Fight (Ver 1.0O)";320x224@60;H
+ridingfj;"Riding Fight (Ver 1.0J)";320x224@60;H
+ridingfu;"Riding Fight (Ver 1.0A)";320x224@60;H
+ringdest;"Ring of Destruction - slammasters II (940902 Euro)";384x224@60;H
+ringdesta;"Ring of Destruction - slammasters II (940831 Asia)";384x224@60;H
+ringdesth;"Ring of Destruction - slammasters II (940902 Hispanic)";384x224@60;H
+ringdstd;"Ring of Destruction - slammasters II (940902 Euro Phoe";384x224@60;H
+ringfgt;"Ring Fighter (set 1)";256x224@60;V
+ringfgt2;"Ring Fighter (set 2)";256x224@60;V
+ringohja;"Ring no Ohja (Japan 2 Players ver. N)";288x224@60;H
+ringrage;"Ring Rage (Ver 2.3O 1992/08/09)";320x224@60;H
+ringragej;"Ring Rage (Ver 2.3J 1992/08/09)";320x224@60;H
+ringrageu;"Ring Rage (Ver 2.3A 1992/08/09)";320x224@60;H
+riot;"Riot";256x224@60;H
+riotcity;"Riot City (Japan)";320x224@60;H
+riskchal;"Risky Challenge";320x240@60;H
+rittam;"R&T (Rod-Land prototype?)";256x224@60;H
+rmancp2j;"Rockman: The Power Battle (950922 Japan)";384x224@60;H
+roadf;"Road Fighter (set 1)";256x224@60;V
+roadf2;"Road Fighter (set 2)";256x224@60;V
+roadf3;"Road Fighter (set 3, conversion hack on Hyper Sports P";256x224@60;V
+roboarma;"Robo Army (set 2)";304x224@59;H
+roboarmy;"Robo Army (set 1)";304x224@59;H
+robocop;"Gangcheol RoboCop (Kor) - RoboCop - Robocop (Euro) - Robocop (World revision 4)";256x240@57;H
+robocop2;"Robocop 2 (Euro/Asia v0.10)";320x240@58;H
+robocop2j;"Robocop 2 (Japan v0.11)";320x240@58;H
+robocop2u;"Robocop 2 (US v0.10)";320x240@58;H
+robocop2ua;"Robocop 2 (US v0.05)";320x240@58;H
+robocopb;"Robocop (World bootleg)";256x240@57;H
+robocopb2;"Robocop (Red Corporation World bootleg)";256x240@57;H
+robocopi;"Robocop (Intro demo)";304x224@59;H
+robocopj;"Robocop (Japan)";256x240@57;H
+robocopu;"Robocop (US revision 1)";256x240@57;H
+robocopu0;"Robocop (US revision 0)";256x240@57;H
+robocopw;"Robocop (World revision 3)";256x240@57;H
+robokid;"Atomic Robo-kid (World, Type-2)";256x192@60;H
+robokidj;"Atomic Robo-kid (Japan, Type-2, set 1)";256x192@60;H
+robokidj2;"Atomic Robo-kid (Japan, Type-2, set 2)";256x192@60;H
+robokidj3;"Atomic Robo-kid (Japan)";256x192@60;H
+robowres;"Robo Wres 2001";256x224@60;H
+robotron;"Robotro 2084";292x240@60;H
+rockclim;"Rock Climber";256x224@60;H
+rockduck;"Rock Duck (prototype?)";240x240@57;V
+rockman2j;"Rockman 2 - the power fighters (960708 Japan)";384x224@60;H
+rockmanj;"Rockman - the power battle (950922 Japan)";384x224@60;H
+rockn;"Rock'n Tread (Japan)";320x224@60;V
+rockn2;"Rock'n Tread 2 (Japan)";320x224@60;V
+rockn3;"Rock'n 3 (Japan)";320x224@60;V
+rockn4;"Rock'n 4 (Japan, prototype)";320x224@60;V
+rockna;"Rock'n Tread (Japan, alternate)";320x224@60;V
+rockrage;"Rock'n Rage (World)";256x224@60;H
+rockragea;"Rock'n Rage (prototype?)";256x224@60;H
+rockragej;"Koi no Hotrock (Japan)";256x224@60;H
+rocktris;"Rock Tris";384x240@60;H
+rocktrv2;"MTV Rock-N-Roll Trivia (Part 2)";288x224@60;V
+rocnrope;"Roc 'n Rope - Roc'n Rope";256x224@60;V
+rocnropek;"Roc'n Rope (Kosuka)";256x224@60;V
+rodland;"Rod-Land (World)";256x224@60;H
+rodlandj;"Rod-Land (Japan)";256x224@60;H
+rodlandjb;"Rod-Land (Japan bootleg)";256x224@60;H
+rohga;"Rohga Armor Force (Asia/Europe v5.0)";320x240@58;H
+rohga1;"Rohga Armor Force (Asia/Europe v3.0 Set 1)";320x240@58;H
+rohga2;"Rohga Armor Force (Asia/Europe v3.0 Set 2)";320x240@58;H
+rohgah;"Rohga Armor Force (Hong Kong v3.0)";320x240@58;H
+rohgau;"Rohga Armor Force (US v1.0)";320x240@58;H
+roishtar;"The Return of Ishtar";288x224@60;H
+rolcrush;"Rolling Crush (version 1.07.E - 1999/02/11, Trust lice";304x224@58;H
+rolcrusha;"Rolling Crush (version 1.03.E - 1999/01/29)";304x224@58;H
+rollace;"Roller Aces (set 1)";240x224@60;V
+rollace2;"Roller Aces (set 2)";240x224@60;V
+rollerg;"Rollergames (US)";288x224@60;H
+rollergj;"Rollergames (Japan)";288x224@60;H
+rompers;"Rompers (Japan, new version (Rev B))";288x224@60;V
+romperso;"Rompers (Japan, old version)";288x224@60;V
+ropeman;"Ropeman (bootleg of Roc'n Rope)";256x224@60;V
+rotd;"Rage of the Dragons (NGM-264?)";320x224@59;H
+rotdh;"Rage of the Dragons (NGH-2640)";320x224@59;H
+route16;"Route 16 (set 1)";256x256@60;V
+route16a;"Route 16 (set 2)";256x256@60;V
+route16bl;"Route 16 (bootleg)";256x256@60;V
+route16c;"Route 16 (set 3, bootleg?)";256x256@60;V
+routex;"Route X (bootleg)";256x256@60;V
+rpatrol;"River Patrol (Orca)";256x224@60;H
+rpatrolb;"River Patrol (bootleg)";256x224@60;H
+rpunch;"Rabbit Punch (US)";288x216@60;H
+rshark;"R-Shark";384x240@60;V
+rthun2;"Rolling Thunder 2 - Rolling Thunder 2 (Euro)";288x224@60;H
+rthun2j;"Rolling Thunder 2 (Japan) - Rolling Thunder 2 (Jpn)";288x224@60;H
+rthunder;"Rolling Thunder (rev 3)";288x224@60;H
+rthunder0;"Rolling Thunder (oldest)";288x224@60;H
+rthunder1;"Rolling Thunder (rev 1)";288x224@60;H
+rthunder2;"Rolling Thunder (rev 2)";288x224@60;H
+rthundera;"Rolling Thunder (rev 3, hack)";288x224@60;H
+rtype;"R-Type - R-Type (Jpn) - R-Type (World) - R-Type (World)";384x256@55;H
+rtype2;"R-Type II";384x256@55;H
+rtype2j;"R-Type II (Japan)";384x256@55;H
+rtype2jc;"R-Type II (Japan, revision C)";384x256@55;H
+rtypeb;"R-Type (World bootleg)";384x256@55;H
+rtypej;"R-Type (Japan)";384x256@55;H
+rtypejp;"R-Type (Japan prototype)";384x256@55;H
+rtypeleo;"R-Type Leo (World)";320x240@60;H
+rtypeleoj;"R-Type Leo (Japan)";320x240@60;H
+rtypeu;"R-Type (US)";384x256@55;H
+rugrats;"Rug Rats";288x224@60;V
+rumba;"Rumba Lumber";256x224@60;V
+runark;"Runark (Japan) - Runark (Jpn, Kor)";320x224@60;H
+rundeep;"Run Deep";256x248@60;V
+rushatck;"Rush'n Attack (US)";240x224@60;H
+rushcrsh;"Rush & Crash (Japan)";352x240@60;V
+rygar;"Rygar (US set 1)";256x224@60;H
+rygar2;"Rygar (US set 2)";256x224@60;H
+rygar3;"Rygar (US set 3 Old Version)";256x224@60;H
+rygarb;"Rygar (US, bootleg)";256x224@60;H
+rygarj;"Argus no Senshi (Japan)";256x224@60;H
+ryorioh;"Gourmet Battle Quiz Ryohrioh CooKing (Japan)";336x240@60;H
+ryouran;"VS Mahjong Otome Ryouran";320x240@60;H
+ryujin;"Ryu Jin (Japan)";320x224@60;V
+ryukendn;"Ninja Ryukenden (Japan, set 1)";256x224@60;H
+ryukendna;"Ninja Ryukenden (Japan, set 2)";256x224@60;H
+ryukyu;"RyuKyu (Japan, FD1094 317-5023) - Ryuukyuu - Ryuukyuu (Jpn)";320x224@60;H
+ryukyud;"RyuKyu (Japan, FD1094 317-5023 decrypted)";320x224@60;H
+s1945;"Strikers 1945";320x224@59;V
+s1945a;"Strikers 1945 (Alt)";320x224@59;V
+s1945ii;"Strikers 1945 II";320x224@60;V
+s1945iii;"Strikers 1945 III (World) / Strikers 1999 (Japan)";320x224@60;V
+s1945j;"Strikers 1945 (Japan)";320x224@59;V
+s1945jn;"Strikers 1945 (Japan, unprotected)";320x224@59;V
+s1945k;"Strikers 1945 (Korea)";320x224@59;V
+s1945p;"Strikers 1945 Plus";320x224@59;H
+sabotenb;"Saboten Bombers (set 1)";384x224@56;H
+sabotenba;"Saboten Bombers (set 2)";384x224@56;H
+sadari;"Sadari";384x256@60;H
+safarir;"Safari Rally (World)";256x208@60;V
+safarirj;"Safari Rally (Japan)";256x208@60;V
+sailormn;"Bishoujo Senshi Sailor Moon (Jpn) - Pretty Soldier Sailor Moon (ver. 95/03/22B, Europe)";320x240@58;H
+sailormnh;"Pretty Soldier Sailor Moon (ver. 95/03/22B, Hong Kong)";320x240@58;H
+sailormnj;"Pretty Soldier Sailor Moon (ver. 95/03/22B, Japan)";320x240@58;H
+sailormnk;"Pretty Soldier Sailor Moon (ver. 95/03/22B, Korea)";320x240@58;H
+sailormno;"Pretty Soldier Sailor Moon (ver. 95/03/22, Europe)";320x240@58;H
+sailormnoh;"Pretty Soldier Sailor Moon (ver. 95/03/22, Hong Kong)";320x240@58;H
+sailormnoj;"Pretty Soldier Sailor Moon (ver. 95/03/22, Japan)";320x240@58;H
+sailormnok;"Pretty Soldier Sailor Moon (ver. 95/03/22, Korea)";320x240@58;H
+sailormnot;"Pretty Soldier Sailor Moon (ver. 95/03/22, Taiwan)";320x240@58;H
+sailormnou;"Pretty Soldier Sailor Moon (ver. 95/03/22, USA)";320x240@58;H
+sailormnt;"Pretty Soldier Sailor Moon (ver. 95/03/22B, Taiwan)";320x240@58;H
+sailormnu;"Pretty Soldier Sailor Moon (ver. 95/03/22B, USA)";320x240@58;H
+saiyugou;"Sai Yu Gou Ma Roku (Japan)";256x240@60;H
+saiyugoub1;"Sai Yu Gou Ma Roku (Japan bootleg 1)";256x240@60;H
+saiyugoub2;"Sai Yu Gou Ma Roku (Japan bootleg 2)";256x240@60;H
+salamand;"Salamander - Salamander (Jpn) - Salamander (version D)";256x224@60;H
+salamandj;"Salamander (version J)";256x224@60;H
+samesame;"Same! Same! Same! (2 player alternating ver.) - Same! Same! Same! (Jpn)";320x240@60;V
+samesame2;"Same! Same! Same!";320x240@60;V
+samesamenh;"Same! Same! Same! NEW VER! (v1.00, hack by Trap15)";320x240@60;V
+samsh5sp;"Samurai Shodown V Special / Samurai Spirits Zero Speci";304x224@59;H
+samsh5sph;"Samurai Shodown V Special / Samurai Spirits Zero Speci";304x224@59;H
+samsh5spho;"Samurai Shodown V Special / Samurai Spirits Zero Speci";304x224@59;H
+samsho;"Samurai Shodown (Euro) - Samurai Shodown (USA) - Samurai Shodown / Samurai Spirits (NGM-045)";320x224@59;H
+samsho2;"Samurai Shodown II / Shin Samurai Spirits - Haohmaru j";320x224@59;H
+samsho2k;"Saulabi Spirits / Jin Saulabi Tu Hon (Korean release o";320x224@59;H
+samsho2ka;"Saulabi Spirits / Jin Saulabi Tu Hon (Korean release o";320x224@59;H
+samsho2sp;"Samurai Shodown II / Shin Samurai Spirits - Haohmaru j";320x224@59;H
+samsho3;"Samurai Shodown III / Samurai Spirits - Zankurou Musou";304x224@59;H
+samsho3h;"Samurai Shodown III / Samurai Spirits - Zankurou Musou";304x224@59;H
+samsho4;"Samurai Shodown IV - Amakusa's Revenge / Samurai Spiri";320x224@59;H
+samsho4k;"Pae Wang Jeon Seol / Legend of a Warrior (Korean censo";320x224@59;H
+samsho4sp;"Samurai Shodown IV - Amakusa's Revenge / Samurai Spiri";320x224@59;H
+samsho5;"Samurai Shodown V / Samurai Spirits Zero (NGM-2700)";304x224@59;H
+samsho5b;"Samurai Shodown V / Samurai Spirits Zero (bootleg)";304x224@59;H
+samsho5h;"Samurai Shodown V / Samurai Spirits Zero (NGH-2700)";304x224@59;H
+samsho5x;"Samurai Shodown V / Samurai Spirits Zero (hack of XBOX";304x224@59;H
+samshoa;"Samurai Shodown / Samurai Spirits (NGM-045, alternate";320x224@59;H
+samshoh;"Samurai Shodown / Samurai Spirits (NGH-045)";320x224@59;H
+samuraia;"Samurai Aces (World)";320x224@59;V
+sandscrp;"Sand Scorpion";256x224@60;V
+sandscrpa;"Sand Scorpion (Earlier)";256x224@60;V
+sandscrpb;"Sand Scorpion (Chinese Title Screen, Revised Hardware)";256x224@60;V
+sarukani;"Saru-Kani-Hamu-Zou (Japan)";320x240@60;H
+saturnzi;"Saturn";256x224@60;V
+sauro;"Sauro";240x224@60;H
+saurob;"Sauro (bootleg)";240x224@60;H
+saurop;"Sauro (Philko license)";240x224@60;H
+saurorr;"Sauro (Recreativos Real S.A. license)";240x224@60;H
+savagere;"Savage Reign / Fu'un Mokushiroku - kakutou sousei";304x224@59;H
+savgbees;"Savage Bees";256x224@60;V
+sbasebal;"Super Champion Baseball (US)";256x224@60;H
+sbasebalj;"Super Champion Baseball (Japan)";256x224@60;H
+sbbros;"Super Buster Bros. (USA 901001)";384x240@60;H
+sbishi;"Super Bishi Bashi Championship (ver JAA, 2 Players)";288x224@60;H
+sbishik;"Super Bishi Bashi Championship (ver KAB, 3 Players)";288x224@60;H
+sbishika;"Super Bishi Bashi Championship (ver KAA, 3 Players)";288x224@60;H
+sboblbobl;"Super Bobble Bobble (bootleg, set 1)";256x224@60;H
+sboblbobla;"Super Bobble Bobble (bootleg, set 2)";256x224@60;H
+sboblboblb;"Super Bobble Bobble (bootleg, set 3)";256x224@60;H
+sboblboblc;"Super Bobble Bobble (bootleg)";256x224@60;H
+sboblbobld;"Super Bobble Bobble (bootleg, set 4)";256x224@60;H
+sbomber;"Space Bomber (ver. B)";320x224@60;V
+sbombera;"Space Bomber";320x224@60;V
+sbsgomo;"Space Battle Ship Gomorrah";256x224@56;H
+scessjoe;"Success Joe (World)";288x208@60;H
+scfinals;"Super Cup Finals (Ver 2.2O 1994/01/13)";320x224@60;H
+scfinalso;"Super Cup Finals (Ver 2.1O 1993/11/19)";320x224@60;H
+schmeisr;"Schmeiser Robo (Japan)";320x240@58;H
+sci;"Special Criminal Investigation - Special Criminal Investigation (Euro) - Special Criminal Investigation (World set 1)";320x240@60;H
+scia;"Special Criminal Investigation (World set 2)";320x240@60;H
+scij;"Special Criminal Investigation (Japan)";320x240@60;H
+scinegro;"Special Criminal Investigation (Negro bootleg)";320x240@60;H
+scion;"Scion (Jpn) - Scion";240x224@60;H
+scionc;"Scion (Cinematronics)";240x224@60;H
+sciu;"Special Criminal Investigation (US)";320x240@60;H
+scobra;"Super Cobra - Super Cobra - Super Cobra (Jpn)";256x224@60;V
+scobrab;"Super Cobra (bootleg)";256x224@60;V
+scobrae;"Super Cobra (Stern) (encrypted, KONATEC XC-103SS CPU)";256x224@60;V
+scobras;"Super Cobra (Stern)";256x224@60;V
+scobrase;"Super Cobra (Sega)";256x224@60;V
+scontra;"Super Contra";304x224@60;V
+scontraj;"Super Contra (Japan)";304x224@60;V
+scorpion;"Scorpion (set 1)";256x224@60;V
+scorpiona;"Scorpion (set 2)";256x224@60;V
+scorpionb;"Scorpion (set 3)";256x224@60;V
+scorpionmc;"Scorpion (Moon Cresta hardware)";256x224@60;V
+scotrsht;"Scooter Shooter";256x224@60;V
+scramb2;"Scramble (bootleg)";256x224@60;V
+scramblb;"Scramble (bootleg on Galaxian hardware)";256x224@60;V
+scramble;"Scramble";256x224@60;V
+scramblebb;"Scramble (bootleg?)";256x224@60;V
+scramblebf;"Scramble (Karateko, French bootleg)";256x224@60;V
+scrambler;"Scramble (Reben S.A. Spanish bootleg)";256x224@60;V
+scrambles;"Scramble (Stern)";256x224@60;V
+scrambp;"Impacto (Billport S.A., Spanish bootleg of Scramble)";256x224@60;V
+scramce;"Scramble (Centromatic S.A., Spanish bootleg)";256x224@60;V
+scrampt;"Scramble (Petaco S.A., Spanish bootleg)";256x224@60;V
+scramrf;"Scramble (Recreativos Franco, Spanish bootleg)";256x224@60;V
+scregg;"Scrambled Egg";240x240@57;V
+sdfight;"SD Fighters (Korea)";320x240@60;H
+sdgndmps;"SD Gundam Psycho Salamander no Kyoui";320x224@60;H
+sdi;"SDI (Jpn) - SDI - Strategic Defense Initiative (Japan, newer, Syst";320x224@60;H
+sdia;"SDI - Strategic Defense Initiative (Japan, old, System";320x224@60;H
+sdib;"SDI - Strategic Defense Initiative (System 16B, FD1089";320x224@60;H
+sdibl;"SDI - Strategic Defense Initiative (bootleg, original";320x224@60;H
+sdibl2;"SDI - Strategic Defense Initiative (bootleg, set 1)";320x224@60;H
+sdibl3;"SDI - Strategic Defense Initiative (bootleg, set 2)";320x224@60;H
+sdibl4;"SDI - Strategic Defense Initiative (bootleg, set 3)";320x224@60;H
+sdibl5;"SDI - Strategic Defense Initiative (bootleg, set 4)";320x224@60;H
+sdibl6;"SDI - Strategic Defense Initiative (bootleg, set 5)";320x224@60;H
+sdodgeb;"Super Dodge Ball / Kunio no Nekketsu Toukyuu Densetsu";304x224@59;H
+searchar;"SAR - Search And Rescue (World)";256x224@60;V
+searcharj;"SAR - Search And Rescue (Japan)";256x224@60;V
+searcharu;"SAR - Search And Rescue (US)";256x224@60;V
+searchey;"Search Eye (English / Korean / Japanese / Italian)";320x240@60;H
+searcheya;"Search Eye (English / Korean)";320x240@60;H
+searchp2;"Search Eye Plus V2.0";320x240@55;H
+secretag;"Secret Agent (World revision 3)";256x240@57;H
+secretagj;"Secret Agent (Japan revision 2)";256x240@57;H
+sectionz;"Section Z (set 1)";256x240@60;H
+sectionza;"Section Z (set 2)";256x240@60;H
+sectrzon;"Sector Zone";256x224@60;V
+seganinj;"Sega Ninja (315-5102)";256x224@60;H
+seganinju;"Sega Ninja (not encrypted)";256x224@60;H
+seicross;"Seicross";256x224@60;V
+selfeena;"Sel Feena";320x224@60;H
+semibase;"MuHanSeungBu (SemiCom Baseball) (Korea)";320x240@60;H
+sengekis;"Sengeki Striker (Asia)";320x240@60;V
+sengekisj;"Sengeki Striker (Japan)";320x240@60;V
+sengoku;"Sengoku / Sengoku Denshou (NGM-017)(NGH-017)";320x224@59;H
+sengoku2;"Sengoku 2 / Sengoku Denshou 2";304x224@59;H
+sengoku3;"Sengoku 3 / Sengoku Densho 2001";320x224@59;H
+sengoku3s;"Sengoku 3 / Sengoku Densho 2001 (Evolution 1.0, FCHT h";320x224@59;H
+sengokuh;"Sengoku / Sengoku Denshou (NGH-017)(US)";320x224@59;H
+senknow;"Sen-Know (Japan)";320x240@60;H
+sf;"Galaxian (bootleg, set 1) - Marvel Super Heroes vs Street Fighter (970625 Euro) - Radica: Street Fighter Pack (Euro) - Street Fighter (US, set 1) - X-Men vs Street Fighter (961004 Euro) - Yu Yu Hakusho - Sunset Fighters (Bra)";384x224@60;H
+sf2;"Hyper Street Fighter II: The Anniversary Edition (0402 - Street Fighter II (Bra) - Street Fighter II - The World Warrior (910522 etc) - Street Fighter II' - Special Champion Edition (Euro) - Super Street Fighter II - The New Challengers (Euro) - Super Street Fighter II - the new challengers (super s";384x224@60;H
+sf2acc;"Street Fighter II' - Champion Edition (Accelerator! bo";384x224@60;H
+sf2acca;"Street Fighter II' - Champion Edition (Accelerator! bo";384x224@60;H
+sf2accp2;"Street Fighter II' - Champion Edition (Accelerator Pt.";384x224@60;H
+sf2amf;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf2;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf3;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf4;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf5;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf6;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf7;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf8;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2b;"Street Fighter II - The World Warrior (bootleg, 910214";384x224@60;H
+sf2b2;"Street Fighter II - The World Warrior (bootleg, 910214";384x224@60;H
+sf2b3;"Street Fighter II - The World Warrior (bootleg, 910214";384x224@60;H
+sf2bhh;"Street Fighter II' - Champion Edition (Hungh-Hsi bootl";384x224@60;H
+sf2ce;"Street Fighter II' - Champion Edition - Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2cebltw;"Street Fighter II' - Champion Edition (920313 'Taiwan'";384x224@60;H
+sf2ceea;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2ceeab2;"Street Fighter II' - Champion Edition (920313 etc boot";384x224@60;H
+sf2ceeab3;"Street Fighter II' - Champion Edition (920313 etc boot";384x224@60;H
+sf2ceeab4;"Street Fighter II' - Champion Edition (920313 etc boot";384x224@60;H
+sf2ceeab5;"Street Fighter II' - Champion Edition (920313 etc boot";384x224@60;H
+sf2ceeabl;"Street Fighter II' - Champion Edition (920313 etc boot";384x224@60;H
+sf2ceja;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2cejab2;"Street Fighter II' - Champion Edition (920322 Japan bo";384x224@60;H
+sf2cejabl;"Street Fighter II' - Champion Edition (920322 Japan bo";384x224@60;H
+sf2cejb;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2cejc;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2ceua;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2ceuab2;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuab3;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuab4;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuab5;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuab6;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuab7;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuabl;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceub;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2ceuc;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2ceucbl;"Street Fighter II' - Champion Edition (920803 USA boot";384x224@60;H
+sf2ceupl;"Street Fighter II' - Champion Edition (UPL bootleg)";384x224@60;H
+sf2dkot2;"Street Fighter II' - Champion Edition (Double K.O. Tur";384x224@60;H
+sf2dongb;"Street Fighter II': Champion Edition (Dongfang Bubai p";384x224@60;H
+sf2eb;"Street Fighter II - The World Warrior (910214 etc)";384x224@60;H
+sf2ebbl;"Street Fighter II - The World Warrior (TAB Austria boo";384x224@60;H
+sf2ebbl2;"Street Fighter II - The World Warrior (TAB Austria boo";384x224@60;H
+sf2ebbl3;"Street Fighter II - The World Warrior (TAB Austria boo";384x224@60;H
+sf2ed;"Street Fighter II - The World Warrior (910318 etc)";384x224@60;H
+sf2ee;"Street Fighter II - The World Warrior (910228 etc)";384x224@60;H
+sf2em;"Street Fighter II - The World Warrior (910129 etc)";384x224@60;H
+sf2hf;"Street Fighter II' - Hyper Fighting (street fighter 2'";384x224@60;H
+sf2hfj;"Street Fighter II' Turbo - Hyper Fighting (street figh";384x224@60;H
+sf2hfjb;"Street Fighter II' Turbo - Hyper Fighting (bootleg set";384x224@60;H
+sf2hfjb2;"Street Fighter II' Turbo - Hyper Fighting (bootleg set";384x224@60;H
+sf2hfu;"Street Fighter II' - Hyper Fighting (street fighter 2'";384x224@60;H
+sf2j;"Hyper Street Fighter II: The Anniversary Edition (0402 - Street Fighter II - The World Warrior (911210 Japan, C - Street Fighter II' Plus (Jpn, Asia, Kor) - Super Street Fighter II - The New Challengers (Jpn) - Super Street Fighter II - the new challengers (super s";384x224@60;H
+sf2j17;"Street Fighter II - The World Warrior (911210 Japan, C";384x224@60;H
+sf2ja;"Street Fighter II - The World Warrior (910214 Japan)";384x224@60;H
+sf2jc;"Street Fighter II - The World Warrior (910306 Japan)";384x224@60;H
+sf2jf;"Street Fighter II - The World Warrior (910411 Japan)";384x224@60;H
+sf2jh;"Street Fighter II - The World Warrior (910522 Japan)";384x224@60;H
+sf2jl;"Street Fighter II - The World Warrior (920312 Japan)";384x224@60;H
+sf2jla;"Street Fighter II - The World Warrior (911210 Japan, r";384x224@60;H
+sf2koryu;"Street Fighter II' - Xiang Long (bootleg set 1, 811102";384x224@60;H
+sf2koryu2;"Street Fighter II' - Xiang Long (bootleg set 2, 811102";384x224@60;H
+sf2koryu3;"Street Fighter II' - Xiang Long (bootleg set 3, 811102";384x224@60;H
+sf2md;"Street Fighter II' - Champion Edition (Magic Delta, bo";384x224@60;H
+sf2mdt;"Street Fighter II' - Magic Delta Turbo (bootleg set 1";384x224@60;H
+sf2mdta;"Street Fighter II' - Magic Delta Turbo (bootleg set 2";384x224@60;H
+sf2mdtb;"Street Fighter II' - Magic Delta Turbo (bootleg set 3";384x224@60;H
+sf2mdtc;"Street Fighter II' - Magic Delta Turbo (bootleg set 4";384x224@60;H
+sf2mega;"Street Fighter II' - Champion Edition (Mega Co bootleg";384x224@60;H
+sf2mega2;"Street Fighter II' - Champion Edition (Mega Co bootleg";384x224@60;H
+sf2qp1;"Street Fighter II - The World Warrior (Quicken Pt-I bo";384x224@60;H
+sf2rb;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2rb2;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2rb3;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2rb4;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2rb5;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2rb6;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2red;"Street Fighter II' - Champion Edition (Red Wave bootle";384x224@60;H
+sf2red2;"Street Fighter II' - Champion Edition (Red Wave bootle";384x224@60;H
+sf2sl73a;"Street Fighter II' - Champion Edition (Sheng Long v 7.";384x224@60;H
+sf2stt;"Street Fighter II - The World Warrior (STT, TAB Austri";384x224@60;H
+sf2thndr;"Street Fighter II - The World Warrior (Thunder Edition";384x224@60;H
+sf2tlona;"Street Fighter II' - Champion Edition (Tu Long bootleg";384x224@60;H
+sf2tlonb;"Street Fighter II' - Champion Edition (Tu Long bootleg";384x224@60;H
+sf2tlonc;"Street Fighter II' - Champion Edition (Tu Long bootleg";384x224@60;H
+sf2ua;"Street Fighter II - The World Warrior (910206 USA)";384x224@60;H
+sf2ub;"Street Fighter II - The World Warrior (910214 USA)";384x224@60;H
+sf2uc;"Street Fighter II - The World Warrior (910306 USA)";384x224@60;H
+sf2ud;"Street Fighter II - The World Warrior (910318 USA) - Super Street Fighter II - the new challengers (super s";384x224@60;H
+sf2ue;"Street Fighter II - The World Warrior (910228 USA)";384x224@60;H
+sf2uf;"Street Fighter II - The World Warrior (910411 USA)";384x224@60;H
+sf2ug;"Street Fighter II - The World Warrior (910522 USA, rev";384x224@60;H
+sf2ui;"Street Fighter II - The World Warrior (910522 USA, rev";384x224@60;H
+sf2uk;"Street Fighter II - The World Warrior (911101 USA)";384x224@60;H
+sf2v004;"Street Fighter II' - Champion Edition (V004 bootleg se";384x224@60;H
+sf2v0042;"Street Fighter II' - Champion Edition (V004 bootleg se";384x224@60;H
+sf2v0043;"Street Fighter II' - Champion Edition (V004 bootleg se";384x224@60;H
+sf2yyc;"Street Fighter II' - Champion Edition (YYC bootleg set";384x224@60;H
+sf2yyc2;"Street Fighter II' - Champion Edition (YYC bootleg set";384x224@60;H
+sfa;"Marvel Super Heroes vs Street Fighter (970625 Asia) - Street Fighter Alpha - warriors' dreams (950727 Euro) - X-Men vs Street Fighter (961023 Asia)";384x224@60;H
+sfa2;"Street Fighter Alpha 2 (960229 Euro)";384x224@60;H
+sfa2u;"Street Fighter Alpha 2 (960430 USA)";384x224@60;H
+sfa2ur1;"Street Fighter Alpha 2 (960306 USA)";384x224@60;H
+sfa3;"Street Fighter Alpha 3 (980904 Euro)";384x224@60;H
+sfa3b;"Street Fighter Alpha 3 (980629 Brazil)";384x224@60;H
+sfa3h;"Street Fighter Alpha 3 (980904 Hispanic)";384x224@60;H
+sfa3hr1;"Street Fighter Alpha 3 (980629 Hispanic)";384x224@60;H
+sfa3u;"Street Fighter Alpha 3 (980904 USA)";384x224@60;H
+sfa3ud;"Street Fighter Alpha 3 (980904 USA Phoenix Edition)";384x224@60;H
+sfa3ur1;"Street Fighter Alpha 3 (980629 USA)";384x224@60;H
+sfa3us;"Street Fighter Alpha 3 (980616 USA, SAMPLE Version)";384x224@60;H
+sfad;"Street Fighter Alpha - warriors' dreams (950727 Euro P";384x224@60;H
+sfan;"Street Fighter (World, pneumatic buttons)";384x224@60;H
+sfar1;"Street Fighter Alpha - warriors' dreams (950718 Euro) - X-Men vs Street Fighter (961004 Asia)";384x224@60;H
+sfar2;"Street Fighter Alpha - warriors' dreams (950627 Euro) - X-Men vs Street Fighter (960919 Asia)";384x224@60;H
+sfar3;"Street Fighter Alpha - warriors' dreams (950605 Euro) - X-Men vs Street Fighter (960910 Asia)";384x224@60;H
+sfau;"Street Fighter Alpha - warriors' dreams (950627 USA)";384x224@60;H
+sfaud;"Street Fighter Alpha - warriors' dreams (950727 USA Ph";384x224@60;H
+sfiii;"Street Fighter III: New Generation (Euro 970204)";384x224@60;H
+sfiii2;"Street Fighter III 2nd Impact: Giant Attack (USA 97093";384x224@60;H
+sfiii2j;"Street Fighter III 2nd Impact: Giant Attack (Japan 970";384x224@60;H
+sfiii2n;"Street Fighter III 2nd Impact: Giant Attack (Asia 9709";384x224@60;H
+sfiii3;"Street Fighter III 3rd Strike: Fight for the Future (E";384x224@60;H
+sfiii3n;"Street Fighter III 3rd Strike: Fight for the Future (J";384x224@60;H
+sfiii3nr1;"Street Fighter III 3rd Strike: Fight for the Future (J";384x224@60;H
+sfiii3r1;"Street Fighter III 3rd Strike: Fight for the Future (E";384x224@60;H
+sfiii3u;"Street Fighter III 3rd Strike: Fight for the Future (U";384x224@60;H
+sfiii3ur1;"Street Fighter III 3rd Strike: Fight for the Future (U";384x224@60;H
+sfiiia;"Street Fighter III: New Generation (Asia 970204)";384x224@60;H
+sfiiih;"Street Fighter III: New Generation (Hispanic 970204)";384x224@60;H
+sfiiij;"Street Fighter III: New Generation (Japan 970204)";384x224@60;H
+sfiiin;"Street Fighter III: New Generation (Asia 970204, NO CD";384x224@60;H
+sfiiina;"Street Fighter III: New Generation (Asia 970204, NO CD";384x224@60;H
+sfiiiu;"Street Fighter III: New Generation (USA 970204)";384x224@60;H
+sfj;"Marvel Super Heroes vs Street Fighter (970707 Japan) - Street Fighter (Japan) (protected) - X-Men vs Street Fighter (961023 Japan)";384x224@60;H
+sfjan;"Street Fighter (Japan, pneumatic buttons)";384x224@60;H
+sformula;"Super Formula (Japan)";320x240@60;V
+sfp;"Street Fighter (Prototype)";384x224@60;H
+sfua;"Street Fighter (US set 2) (protected)";384x224@60;H
+sfx;"SF-X";256x224@60;H
+sfz2a;"Street Fighter Zero 2 (960227 Asia)";384x224@60;H
+sfz2ad;"Street Fighter Zero 2 (960227 Asia Phoenix Edition)";384x224@60;H
+sfz2al;"Street Fighter Zero 2 Alpha (960826 Asia)";384x224@60;H
+sfz2alb;"Street Fighter Zero 2 Alpha (960813 Brazil)";384x224@60;H
+sfz2ald;"Street Fighter Zero 2 Alpha (960826 Asia Phoenix Editi";384x224@60;H
+sfz2alh;"Street Fighter Zero 2 Alpha (960813 Hispanic)";384x224@60;H
+sfz2alj;"Street Fighter Zero 2 Alpha (960805 Japan)";384x224@60;H
+sfz2b;"Street Fighter Zero 2 (960531 Brazil)";384x224@60;H
+sfz2br1;"Street Fighter Zero 2 (960304 Brazil)";384x224@60;H
+sfz2h;"Street Fighter Zero 2 (960304 Hispanic)";384x224@60;H
+sfz2j;"Street Fighter Zero 2 (960430 Japan)";384x224@60;H
+sfz2jd;"Street Fighter Zero 2 (960227 Japan Phoenix Edition)";384x224@60;H
+sfz2jr1;"Street Fighter Zero 2 (960227 Japan)";384x224@60;H
+sfz2n;"Street Fighter Zero 2 (960229 Oceania)";384x224@60;H
+sfz3a;"Street Fighter Zero 3 (980904 Asia)";384x224@60;H
+sfz3ar1;"Street Fighter Zero 3 (980701 Asia)";384x224@60;H
+sfz3j;"Street Fighter Zero 3 (980904 Japan)";384x224@60;H
+sfz3jr1;"Street Fighter Zero 3 (980727 Japan)";384x224@60;H
+sfz3jr2;"Street Fighter Zero 3 (980629 Japan)";384x224@60;H
+sfz3jr2d;"Street Fighter Zero 3 (980629 Japan Phoenix Edition)";384x224@60;H
+sfza;"Street Fighter Zero (950627 Asia)";384x224@60;H
+sfzar1;"Street Fighter Zero (950605 Asia)";384x224@60;H
+sfzb;"Street Fighter Zero (951109 Brazil)";384x224@60;H
+sfzbr1;"Street Fighter Zero (950727 Brazil)";384x224@60;H
+sfzch;"Street Fighter Zero (CPS Changer, 951020 Japan)";384x224@60;H
+sfzh;"Street Fighter Zero (950718 Hispanic)";384x224@60;H
+sfzhr1;"Street Fighter Zero (950627 Hispanic)";384x224@60;H
+sfzj;"Street Fighter Zero (950727 Japan)";384x224@60;H
+sfzjr1;"Street Fighter Zero (950627 Japan)";384x224@60;H
+sfzjr2;"Street Fighter Zero (950605 Japan)";384x224@60;H
+sgemf;"Super Gem Fighter Mini Mix (970904 USA)";384x224@60;H
+sgemfa;"Super Gem Fighter Mini Mix (970904 Asia)";384x224@60;H
+sgemfd;"Super Gem Fighter Mini Mix (970904 USA Phoenix Edition";384x224@60;H
+sgemfh;"Super Gem Fighter Mini Mix (970904 Hispanic)";384x224@60;H
+sgladiat;"Gladiator 1984";288x224@60;H
+sgunner;"Steel Gunner (Rev B)";288x224@60;H
+sgunner2;"Steel Gunner 2 (US)";288x224@60;H
+sgunner2j;"Steel Gunner 2 (Japan, Rev A)";288x224@60;H
+sgunnerj;"Steel Gunner (Japan)";288x224@60;H
+sgyxz;"Sangokushi II: Sanguo Yingxiong Zhuan (Chinese bootleg";384x224@60;H
+shackled;"Shackled (US)";256x240@58;H
+shadfrce;"Shadow Force (World, Version 3)";320x256@60;H
+shadfrcej;"Shadow Force (Japan, Version 2)";320x256@60;H
+shadfrceu;"Shadow Force (US, Version 2)";320x256@60;H
+shadowld;"Shadowland (YD3)";288x224@60;H
+shadoww;"Shadow Warriors (World, set 1)";256x224@60;H
+shadowwa;"Shadow Warriors (World, set 2)";256x224@60;H
+shangon;"Super Hang-On (sitdown/upright, unprotected) - Super Hang-On (World, Rev. A)";320x224@60;H
+shangon1;"Super Hang-On (mini ride-on, FD1089B 317-0034) - Super Hang-On (World)";320x224@60;H
+shangon2;"Super Hang-On (mini ride-on, Rev A, FD1089B 317-0034)";320x224@60;H
+shangon3;"Super Hang-On (sitdown/upright, FD1089B 317-0034)";320x224@60;H
+shangon3d;"Super Hang-On (sitdown/upright, FD1089B 317-0034 decry";320x224@60;H
+shangonle;"Limited Edition Hang-On";320x224@60;H
+shaolinb;"Shao-lin's Road (set 2)";256x224@60;V
+shaolins;"Shao-lin's Road (set 1)";256x224@60;V
+sharrier;"Space Harrier - Space Harrier - Space Harrier (Euro) - Space Harrier (Rev A, 8751 315-5163A) - Space Harrier (World) - Space Harrier II (World)";320x224@60;H
+sharrier1;"Space Harrier (8751 315-5163)";320x224@60;H
+shdancer;"Shadow Dancer (Euro, Bra, Kor) - Shadow Dancer (set 3, US) - Shadow Dancer - The Secret of Shinobi (World)";320x224@60;H
+shdancer1;"Shadow Dancer (set 1)";320x224@60;H
+shdancerj;"Shadow Dancer (set 2, Japan)";320x224@60;H
+shinfz;"Shinobi / FZ-2006 (Korean System 16 bootleg) (ISG Sele";320x224@60;H
+shinobi;"Shinobi - Shinobi (Euro, USA, Bra, v1) - Shinobi (set 6, System 16A, unprotected) - The GG Shinobi (Euro, USA)";320x224@60;H
+shinobi1;"Shinobi (set 1, System 16A, FD1094 317-0050)";320x224@60;H
+shinobi1d;"Shinobi (set 1, System 16A, FD1094 317-0050 decrypted)";320x224@60;H
+shinobi2;"Shinobi (set 2, System 16B, FD1094 317-0049) - The GG Shinobi II (World)";320x224@60;H
+shinobi2d;"Shinobi (set 2, System 16B, FD1094 317-0049 decrypted)";320x224@60;H
+shinobi3;"Shinobi (set 3, System 16B, MC-8123B 317-0054) - Shinobi III - Return of the Ninja Master (Euro)";320x224@60;H
+shinobi4;"Shinobi (set 4, System 16B, MC-8123B 317-0054)";320x224@60;H
+shinobi5;"Shinobi (set 5, System 16B, unprotected)";320x224@60;H
+shinoblb;"Shinobi (beta bootleg, System 16A)";320x224@60;H
+shinobls;"Shinobi (Star bootleg, System 16A)";320x224@60;H
+shippumd;"Shippu Mahou Daisakusen - Kingdom Grandprix";320x240@60;V
+shisen2;"Shisensho II";384x240@60;H
+shocking;"Shocking";384x224@60;H
+shocktr2;"Shock Troopers - 2nd Squad";304x224@59;H
+shocktro;"Shock Troopers (set 1)";304x224@59;H
+shocktroa;"Shock Troopers (set 2)";304x224@59;H
+shogwarr;"Shogun Warriors (World)";256x224@60;H
+shogwarrk;"Shogun Warriors (Korea?)";256x224@60;H
+shogwarru;"Shogun Warriors (US)";256x224@60;H
+shootout;"Shoot Out (US)";256x240@60;H
+shootoutb;"Shoot Out (Korean Bootleg)";256x240@60;H
+shootoutj;"Shoot Out (Japan)";256x240@60;H
+shtrider;"Shot Rider";240x256@60;V
+shtridera;"Shot Rider (Sigma license)";240x256@60;V
+sidearms;"Side Arms - Hyper Dyne (World, 861129) - Sidearms - Hyper Dyne - Sidearms - Hyper Dyne";384x224@60;H
+sidearmsj;"Side Arms - Hyper Dyne (Japan, 861128)";384x224@60;H
+sidearmsu;"Side Arms - Hyper Dyne (US, 861202)";384x224@60;H
+sidearmsur1;"Side Arms - Hyper Dyne (US, 861128)";384x224@60;H
+sidepckt;"Side Pocket (World)";256x224@58;H
+sidepcktb;"Side Pocket (bootleg set 1)";256x224@58;H
+sidepcktb2;"Side Pocket (bootleg set 2)";256x224@58;H
+sidepcktj;"Side Pocket (Japan)";256x224@58;H
+silentd;"Silent Debuggers - Silent Debuggers - Silent Dragon (World)";320x224@60;H
+silentdj;"Silent Dragon (Japan)";320x224@60;H
+silentdu;"Silent Dragon (US)";320x224@60;H
+silkroad;"The Legend of Silkroad";380x224@60;H
+silkroada;"The Legend of Silkroad (larger roms)";380x224@60;H
+silkworm;"Silk Worm (World)";256x224@60;H
+silkwormb;"Silk Worm (bootleg)";256x224@60;H
+silkwormj;"Silk Worm (Japan)";256x224@60;H
+silkwormp;"Silk Worm (prototype?)";256x224@60;H
+silvland;"Silver Land";256x224@60;H
+silvmil;"Silver Millennium";320x240@60;V
+simpsons;"The Simpsons (4 Players World, set 1)";288x224@60;H
+simpsons2p;"The Simpsons (2 Players World, set 1)";288x224@60;H
+simpsons2p2;"The Simpsons (2 Players World, set 2)";288x224@60;H
+simpsons2p3;"The Simpsons (2 Players World, set 3)";288x224@60;H
+simpsons2pa;"The Simpsons (2 Players Asia)";288x224@60;H
+simpsons2pj;"The Simpsons (2 Players Japan)";288x224@60;H
+simpsons4pa;"The Simpsons (4 Players World, set 2)";288x224@60;H
+sinvasn;"Space Invasion (Europe)";256x224@60;V
+sinvasnb;"Space Invasion (bootleg)";256x224@60;V
+sisv;"Space Invaders (SV Version rev 4)";260x224@60;V
+sisv2;"Space Invaders (SV Version rev 2)";260x224@60;V
+sisv3;"Space Invaders (SV Version rev 3)";260x224@60;V
+sitv;"Space Invaders (TV Version rev 2)";260x224@60;V
+sitv1;"Space Invaders (TV Version rev 1)";260x224@60;V
+sjryuko;"Sukeban Jansi Ryuko (set 2, System 16B, FD1089B 317-50";320x224@60;H
+sjryuko1;"Sukeban Jansi Ryuko (set 1, System 16A, FD1089B 317-50";320x224@60;H
+skingame;"The Irem Skins Game (US set 1)";320x240@60;H
+skingame2;"The Irem Skins Game (US set 2)";320x240@60;H
+skyadvnt;"Sky Adventure (World)";256x224@60;V
+skyadvntj;"Sky Adventure (Japan)";256x224@60;V
+skyadvntu;"Sky Adventure (US)";256x224@60;V
+skyalert;"Sky Alert";360x224@60;V
+skyarmy;"Sky Army";256x240@60;V
+skybase;"Sky Base";256x224@60;V
+skyfox;"Sky Fox";320x224@60;V
+skykid;"Sky Kid (new version)";288x224@60;H
+skykidd;"Sky Kid (CUS60 version)";288x224@60;H
+skykiddx;"Sky Kid Deluxe (set 1)";288x224@60;H
+skykiddxo;"Sky Kid Deluxe (set 2)";288x224@60;H
+skykido;"Sky Kid (old version)";288x224@60;H
+skykids;"Sky Kid (Sipem)";288x224@60;H
+skylancr;"Sky Lancer";236x224@60;V
+skylancre;"Sky Lancer (Esco Trading Co license)";236x224@60;V
+skyraidr;"Sky Raiders";256x224@60;V
+skyrobo;"Sky Robo";320x240@60;H
+skyshark;"Sky Shark (US, set 1)";320x240@55;V
+skysharka;"Sky Shark (US, set 2)";320x240@55;V
+skyskipr;"Sky Skipper";512x448@60;H
+skysmash;"Sky Smasher";256x224@60;V
+skysoldr;"Sky Soldiers (US)";256x224@60;V
+skysoldrbl;"Sky Soldiers (bootleg)";256x224@60;V
+skywolf;"Sky Wolf (set 1)";288x224@60;H
+skywolf2;"Sky Wolf (set 2)";288x224@60;H
+skywolf3;"Sky Wolf (set 3)";288x224@60;H
+slammast;"Saturday Night Slam Masters (Slam Masters 930713 etc) - Saturday Night Slammasters (Euro)";384x224@60;H
+slammastu;"Saturday Night Slam Masters (slam masters 930713 USA) - Saturday Night Slammasters (USA)";384x224@60;H
+slampic;"Saturday Night Slam Masters (bootleg (with PIC16c57),";384x224@60;H
+slapfigh;"Slap Fight (Japan set 1) - Slap Fight MD (Jpn)";280x240@60;V
+slapfighb1;"Slap Fight (bootleg set 1)";280x240@60;V
+slapfighb2;"Slap Fight (bootleg set 2)";280x240@60;V
+slapfighb3;"Slap Fight (bootleg set 3)";280x240@60;V
+slapshot;"Slap Shot (Japan) - Slap Shot (USA, v2)";320x224@60;H
+slyspy;"Sly Spy (US revision 4)";256x240@57;H
+slyspy2;"Sly Spy (US revision 2)";256x240@57;H
+slyspy3;"Sly Spy (US revision 3)";256x240@57;H
+smbomb;"Super Muscle Bomber - the international blowout (94083";384x224@60;H
+smbombr1;"Super Muscle Bomber - the international blowout (94080";384x224@60;H
+smgp;"Super Monaco GP (Euro, Bra) - Super Monaco GP (Euro, Jpn, Rev. A) - Super Monaco GP (Euro, USA, Bra) - Super Monaco GP (World, Rev B, FD1094 317-0126a)";320x224@60;H
+smgp5;"Super Monaco GP (World, FD1094 317-0126)";320x224@60;H
+smgp5d;"Super Monaco GP (World, FD1094 317-0126 decrypted)";320x224@60;H
+smgp6;"Super Monaco GP (World, Rev A, FD1094 317-0126a)";320x224@60;H
+smgp6d;"Super Monaco GP (World, Rev A, FD1094 317-0126a decryp";320x224@60;H
+smgpd;"Super Monaco GP (World, Rev B, FD1094 317-0126a decryp";320x224@60;H
+smgpj;"Super Monaco GP (Japan, Rev B, FD1094 317-0124a) - Super Monaco GP (Jpn) - Super Monaco GP (Jpn)";320x224@60;H
+smgpja;"Super Monaco GP (Japan, Rev A, FD1094 317-0124a)";320x224@60;H
+smgpjd;"Super Monaco GP (Japan, Rev B, FD1094 317-0124a decryp";320x224@60;H
+smgpu;"Super Monaco GP (US, Rev C, FD1094 317-0125a) - Super Monaco GP (USA) - Super Monaco GP (USA)";320x224@60;H
+smgpu1;"Super Monaco GP (US, Rev B, FD1094 317-0125a)";320x224@60;H
+smgpu1d;"Super Monaco GP (US, Rev B, FD1094 317-0125a decrypted";320x224@60;H
+smgpu2;"Super Monaco GP (US, Rev A, FD1094 317-0125a)";320x224@60;H
+smgpu2d;"Super Monaco GP (US, Rev A, FD1094 317-0125a decrypted";320x224@60;H
+smgpud;"Super Monaco GP (US, Rev C, FD1094 317-0125a decrypted";320x224@60;H
+smooncrs;"Super Moon Cresta";256x224@60;V
+snapjack;"Snap Jack";240x196@60;H
+snapper;"Snapper (Korea)";320x224@60;H
+sngkace;"Sengoku Ace (Japan, set 1)";320x224@59;V
+sngkacea;"Sengoku Ace (Japan, set 2)";320x224@59;V
+snowboar;"Snow Board Championship (Version 2.1)";384x240@60;H
+snowboara;"Snow Board Championship (Version 2.0)";384x240@60;H
+snowbro2;"Snow Bros. 2 - with new elves";320x240@60;H
+snowbro3;"Snow Brothers 3 - Magical Adventure";256x224@60;H
+snowbros;"Snow Bros. - Nick & Tom (Jpn) - Snow Bros. - Nick & Tom (set 1)";256x224@58;H
+snowbrosa;"Snow Bros. - Nick & Tom (set 2)";256x224@58;H
+snowbrosb;"Snow Bros. - Nick & Tom (set 3)";256x224@58;H
+snowbrosc;"Snow Bros. - Nick & Tom (set 4)";256x224@58;H
+snowbrosd;"Snow Bros. - Nick & Tom (Dooyong license)";256x224@58;H
+snowbrosj;"Snow Bros. - Nick & Tom (Japan)";256x224@58;H
+snowbroswb;"Snow Bros. - Nick & Tom (The Winter Bobble hardware bo";256x224@58;H
+socbrawl;"Soccer Brawl (NGM-031)";304x224@59;H
+socbrawlh;"Soccer Brawl (NGH-031)";304x224@59;H
+sokonuke;"Sokonuke Taisen Game (Japan)";320x240@60;H
+soldam;"Soldam";256x224@60;H
+soldamj;"Soldam (Japan)";256x224@60;H
+soldivid;"Sol Divide - The Sword Of Darkness";320x224@60;H
+soldividk;"Sol Divide - The Sword Of Darkness (Korea)";320x224@60;H
+solfigtr;"Solitary Fighter (World)";320x224@60;H
+solomon;"Solomon no Kagi - Oujo Rihita no Namida (Jpn) - Solomon's Key (US)";256x224@60;H
+solomonj;"Solomon's Key (Japan)";256x224@60;H
+solrwarr;"Solar-Warrior (US)";256x240@60;H
+sonicbom;"Sonic Boom (FD1094 317-0053)";320x224@60;V
+sonicbomd;"Sonic Boom (FD1094 317-0053 decrypted)";320x224@60;V
+sonicwi;"Sonic Wings (Japan)";320x224@60;V
+sonicwi2;"Aero Fighters 2 / Sonic Wings 2";320x224@59;H
+sonicwi3;"Aero Fighters 3 / Sonic Wings 3";320x224@59;H
+sonofphx;"Son of Phoenix";288x224@60;V
+sonson;"Son Son";240x240@60;H
+sonsonj;"Son Son (Japan)";240x240@60;H
+sos;"Aqua Polis SOS (Jpn) - Fever SOS (International, ver. 98/09/25) - Megalopolis SOS (Jpn) - S.O.S Lagoa Poluida (Bra) - SOS - Stop the Express. Bousou Tokkyuu SOS (Jpn)";272x224@60;V
+sotsugyo;"Sotsugyo Shousho";320x240@58;H
+soukobdx;"Souko Ban Deluxe (Japan, SB1)";288x224@60;H
+spacbat2;"Space Battle (bootleg set 2)";256x224@60;V
+spacbatt;"Space Battle (bootleg set 1)";256x224@60;V
+spacecho;"Space Echo (set 1)";256x256@60;V
+spacecho2;"Space Echo (set 2)";256x256@60;V
+spacedx;"Space Invaders DX (US, v2.1)";320x224@60;H
+spacedxj;"Space Invaders DX (Japan, v2.1)";320x224@60;H
+spacedxo;"Space Invaders DX (Japan, v2.0)";320x224@60;H
+spacegun;"Space Gun (Euro) - Space Gun (World)";320x240@60;H
+spacegunj;"Space Gun (Japan)";320x240@60;H
+spacegunu;"Space Gun (US)";320x240@60;H
+spacempr;"Space Empire (bootleg)";256x224@60;V
+spaceplt;"Space Pilot";256x224@60;V
+spang;"Cross Pang - Super Pang (World 900914)";384x240@60;H
+spangj;"Super Pang (Japan 901023)";384x240@60;H
+sparkman;"Spark Man (v2.0, set 1)";256x224@60;H
+spartanx;"Spartan X (Japan)";256x256@60;H
+spatter;"Spatter";240x224@60;H
+spcdrag;"Space Dragon (Moon Cresta bootleg, set 1)";256x224@60;V
+spcdraga;"Space Dragon (Moon Cresta bootleg, set 2)";256x224@60;V
+spcinv95;"Space Invaders '95: The Attack Of Lunar Loonies (Ver 2";320x224@60;V
+spcinv95u;"Space Invaders '95: The Attack Of Lunar Loonies (Ver 2";320x224@60;V
+spcinvdj;"Space Invaders DX (Ver 2.6J 1994/09/14) (F3 Version)";320x232@60;H
+spcpostn;"Space Position (Japan)";256x240@60;V
+spctbird;"Space Thunderbird";256x224@60;V
+spdcoin;"Speed Coin (prototype)";256x224@60;V
+speakres;"Speak & Rescue";256x256@60;V
+speakresb;"Speak & Rescue (bootleg)";256x256@60;V
+spec2k;"Spectrum 2000 (vertical)";256x224@56;V
+spec2kh;"Spectrum 2000 (horizontal, buggy) (Europe)";256x224@56;H
+speedspn;"Speed Spin";384x240@60;H
+spelunk2;"Spelunker II - 23 no Kagi (Japan)";384x256@60;H
+spelunkr;"Spelunker - Spelunker (Jpn)";384x256@60;H
+spelunkrj;"Spelunker (Japan)";384x256@60;H
+spf2t;"Super Puzzle Fighter II Turbo (Super Puzzle Fighter 2";384x224@60;H
+spf2ta;"Super Puzzle Fighter II Turbo (Super Puzzle Fighter 2";384x224@60;H
+spf2td;"Super Puzzle Fighter II Turbo (Super Puzzle Fighter 2";384x224@60;H
+spf2th;"Super Puzzle Fighter II Turbo (Super Puzzle Fighter 2";384x224@60;H
+spf2tu;"Super Puzzle Fighter II Turbo (Super Puzzle Fighter 2";384x224@60;H
+spf2xj;"Super Puzzle Fighter II X (Super Puzzle Fighter 2 X 96";384x224@60;H
+spf2xjd;"Super Puzzle Fighter II X (Super Puzzle Fighter 2 X 96";384x224@60;H
+spidermi;"Spiderman (Intro demo)";304x224@59;H
+spinlbrk;"Spinal Breakers (World)";352x240@60;H
+spinlbrkj;"Spinal Breakers (Japan)";352x240@60;H
+spinlbrku;"Spinal Breakers (US)";352x240@60;H
+spinmast;"Spin Master / Miracle Adventure";304x224@59;H
+splatter;"Splatter House (World, new version (SH3))";288x224@60;H
+splatter2;"Splatter House (World, old version (SH2))";288x224@60;H
+splatterj;"Splatter House (Japan, SH1)";288x224@60;H
+spnchout;"Super Punch-Out!! (Rev B)";448x256@60;V
+spnchouta;"Super Punch-Out!! (Rev A)";448x256@60;V
+spnchoutj;"Super Punch-Out!! (Japan)";448x256@60;V
+sprglbpg;"Super Glob (Pac-Man hardware) German";288x224@60;V
+sprglobp;"Super Glob (Pac-Man hardware)";288x224@60;V
+springer;"Springer";256x224@60;V
+spy;"Future Spy - S.P.Y. - Special Project Y (World ver. N) - Sly Spy (US revision 4) - Spy vs. Spy (Euro, USA, Bra) - The Super Spy (NGM-011)(NGH-011)";304x216@60;H
+spyu;"S.P.Y. - Special Project Y (US ver. M)";304x216@60;H
+sqbert;"Faster, Harder, More Challenging Q*bert (prototype)";256x240@60;V
+squash;"Squash (Ver. 1.0)";320x240@60;H
+sraider;"Space Raider";240x192@60;V
+sranger;"Super Ranger (v2.0)";256x224@60;H
+srdarwin;"Super Real Darwin (World)";256x240@58;V
+srdarwinj;"Super Real Darwin (Japan)";256x240@58;V
+srdmissn;"S.R.D. Mission";288x224@60;V
+srmp4;"Super Real Mahjong PIV (Japan)";336x240@60;H
+srmp4o;"Super Real Mahjong PIV (Japan, older set)";336x240@60;H
+srmp7;"Super Real Mahjong P7 (Japan)";336x239@60;H
+srumbler;"The Speed Rumbler (set 1)";352x240@60;V
+srumbler2;"The Speed Rumbler (set 2)";352x240@60;V
+srumbler3;"The Speed Rumbler (set 3)";352x240@60;V
+ssanchan;"Sanrin San Chan (Japan)";240x224@60;H
+sscandal;"Seishun Scandal (315-5132, Japan)";256x224@60;H
+ssf2;"Super Street Fighter II - The New Challengers (Euro) - Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2a;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2ar1;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2d;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2h;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2j;"Super Street Fighter II - The New Challengers (Jpn) - Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2jr1;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2jr2;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2r1;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2t;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2ta;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2tad;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2tb;"Super Street Fighter II - the tournament battle (93111";384x224@60;H
+ssf2tba;"Super Street Fighter II - the tournament battle (93100";384x224@60;H
+ssf2tbd;"Super Street Fighter II - the tournament battle (93111";384x224@60;H
+ssf2tbh;"Super Street Fighter II - the tournament battle (93100";384x224@60;H
+ssf2tbj;"Super Street Fighter II - the tournament battle (93100";384x224@60;H
+ssf2tbj1;"Super Street Fighter II - the tournament battle (93091";384x224@60;H
+ssf2tbr1;"Super Street Fighter II - the tournament battle (93091";384x224@60;H
+ssf2td;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2th;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2tu;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2tur1;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2u;"Super Street Fighter II - the new challengers (super s - Super Street Fighter II - The New Challengers (USA)";384x224@60;H
+ssf2ud;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2xj;"Super Street Fighter II X - grand master challenge (su";384x224@60;H
+ssf2xjr1;"Super Street Fighter II X - grand master challenge (su";384x224@60;H
+ssf2xjr1d;"Super Street Fighter II X - grand master challenge (su";384x224@60;H
+ssf2xjr1r;"Super Street Fighter II X - grand master challenge (su";384x224@60;H
+ssi;"Andre Agassi Tennis (Euro) - Andre Agassi Tennis (Euro, Bra) - Andre Agassi Tennis (USA) - Super Space Invaders '91 (World)";320x224@60;V
+ssideki;"Super Sidekicks / Tokuten Ou";304x224@59;H
+ssideki2;"Super Sidekicks 2 - The World Championship / Tokuten O";320x224@59;H
+ssideki3;"Super Sidekicks 3 - The Next Glory / Tokuten Ou 3 - ei";320x224@59;H
+ssideki4;"The Ultimate 11 - The SNK Football Championship / Toku";320x224@59;H
+ssmissin;"S.S. Mission";256x224@56;V
+ssoldier;"Superior Soldiers (US)";320x240@60;H
+ssozumo;"Syusse Oozumou (Japan)";256x240@60;V
+ssprint;"Super Sprint (Atari System 2)";512x384@60;H
+ssriders;"Sunset Riders (4 Players ver. EAC) - Sunset Riders (Euro)";288x224@60;H
+ssridersabd;"Sunset Riders (2 Players ver. ABD)";288x224@60;H
+ssridersadd;"Sunset Riders (4 Players ver. ADD)";288x224@60;H
+ssriderseaa;"Sunset Riders (4 Players ver. EAA)";288x224@60;H
+ssridersebc;"Sunset Riders (2 Players ver. EBC)";288x224@60;H
+ssridersebd;"Sunset Riders (2 Players ver. EBD)";288x224@60;H
+ssridersjac;"Sunset Riders (4 Players ver. JAC)";288x224@60;H
+ssridersjad;"Sunset Riders (4 Players ver. JAD)";288x224@60;H
+ssridersjbd;"Sunset Riders (2 Players ver. JBD)";288x224@60;H
+ssridersuab;"Sunset Riders (4 Players ver. UAB)";288x224@60;H
+ssridersuac;"Sunset Riders (4 Players ver. UAC)";288x224@60;H
+ssridersubc;"Sunset Riders (2 Players ver. UBC)";288x224@60;H
+ssridersuda;"Sunset Riders (4 Players ver. UDA)";288x224@60;H
+sstarcrs;"Super Star Crest";256x224@60;V
+sstingry;"Super Stingray (Japan)";256x224@60;V
+sstriker;"Sorcer Striker (World)";320x240@60;V
+sstrikera;"Sorcer Striker (World, alt)";320x240@60;V
+stagger1;"Stagger I (Japan)";256x224@56;V
+stakwin;"Stakes Winner / Stakes Winner - GI kinzen seiha e no m";320x224@59;H
+stakwin2;"Stakes Winner 2";320x224@59;H
+starfght;"Star Fighter";256x224@60;V
+starfgmc;"Star Fighter (Moon Cresta bootleg)";256x224@60;V
+starfigh;"Star Fighter (v1)";256x224@60;V
+starjack;"Star Jacker (Euro, Jpn, v1.2) - Star Jacker (Sega)";240x224@60;V
+starjacks;"Star Jacker (Stern)";240x224@60;V
+stdragon;"Saint Dragon (set 1)";256x224@60;H
+stdragona;"Saint Dragon (set 2)";256x224@60;H
+stdragonb;"Saint Dragon (bootleg)";256x224@60;H
+stera;"Steraranger (Moon Cresta bootleg)";256x224@60;V
+stg;"Juno First (Gottlieb) - Moon Cresta (Gremlin) - Strike Gunner S.T.G";384x240@60;V
+stinger;"Stinger";256x224@60;V
+stinger2;"Stinger (prototype?)";256x224@60;V
+stlforce;"Steel Force";368x240@58;H
+stmblade;"Storm Blade (US)";352x240@60;V
+stmbladej;"Storm Blade (Japan)";352x240@60;V
+strahl;"Koutetsu Yousai Strahl (Japan set 1)";256x224@56;H
+strahla;"Koutetsu Yousai Strahl (Japan set 2)";256x224@56;H
+stratgys;"Strategy X (Stern)";256x224@60;H
+stratgyx;"Strategy X";256x224@60;H
+stratof;"Raiga - Strato Fighter (US)";256x224@60;H
+stratvox;"Stratovox";256x256@60;V
+stratvoxb;"Stratovox (bootleg)";256x256@60;V
+streakng;"Streaking (set 1)";256x224@60;V
+streaknga;"Streaking (set 2)";256x224@60;V
+streetsm;"Street Smart (US version 2)";256x224@60;H
+streetsm1;"Street Smart (US version 1)";256x224@60;H
+streetsmj;"Street Smart (Japan version 1)";256x224@60;H
+streetsmw;"Street Smart (World version 1)";256x224@60;H
+strfbomb;"Strafe Bomb";256x224@60;V
+strhoop;"Street Hoop / Street Slam / Dunk Dream (DEM-004) (DEH-";304x224@59;H
+strider;"Strider (Euro, USA) - Strider (Euro, USA, Bra, Kor) - Strider (US set 1)";384x224@60;H
+striderj;"Strider Hiryu (Japan) - Strider Hiryuu (Jpn, Kor)";384x224@60;H
+striderjr;"Strider Hiryu (Japan Resale Ver.)";384x224@60;H
+striderua;"Strider (US set 2)";384x224@60;H
+strideruc;"Strider (US, Street Fighter II conversion)";384x224@60;H
+striv;"Super Triv";256x224@60;V
+striv2;"Super Triv (set 2)";256x224@60;V
+strkfgtr;"Strike Fighter (World)";320x224@60;H
+strkfgtrj;"Strike Fighter (Japan)";320x224@60;H
+strongx;"Strong X";256x224@60;H
+sub;"688 Attack Sub (Euro, USA) - N-Sub (Euro?) - Submarine (Sigma)";256x224@60;V
+sucasino;"Super Casino";256x224@60;V
+sunaq;"SunA Quiz 6000 Academy (940620-6)";256x224@60;H
+supbtime;"Super Burger Time (World, set 1)";320x240@58;H
+supbtimea;"Super Burger Time (World, set 2)";320x240@58;H
+supbtimej;"Super Burger Time (Japan)";320x240@58;H
+superbar;"Super Bar";384x240@60;V
+superbon;"Agent Super Bond (scobra hardware)";256x224@60;V
+superchs;"Super Chase - Criminal Termination (World)";320x240@60;H
+superchsj;"Super Chase - Criminal Termination (Japan)";320x240@60;H
+superchsu;"Super Chase - Criminal Termination (US)";320x240@60;H
+superg;"Super Galaxians (galaxiaj hack)";256x224@60;V
+superman;"Superman (World) - Superman - The Man of Steel (Euro) - Superman - The Man of Steel (Euro) - Superman - The Man of Steel (Euro, Bra)";384x240@60;H
+supermanj;"Superman (Japan)";384x240@60;H
+supermanu;"Superman (US) - Superman (USA)";384x240@60;H
+superpac;"Super Pac-Man";288x224@60;V
+superpacm;"Super Pac-Man (Midway)";288x224@60;V
+superspy;"The Super Spy (NGM-011)(NGH-011)";304x224@59;H
+superten;"Super Ten V8.3";400x256@60;H
+superx;"Super-X (NTC)";384x240@60;V
+superxm;"Super-X (Mitchell)";384x240@60;V
+supmodel;"Super Model";256x224@60;V
+suprglob;"Super Glob";272x236@60;V
+suprheli;"Super Heli (Super Cobra bootleg)";256x224@60;V
+suprleag;"Super League (Euro) - Super League (FD1094 317-0045)";320x224@60;H
+suprloco;"Super Locomotive (Rev.A)";240x224@60;H
+suprlocoo;"Super Locomotive";240x224@60;H
+suprridr;"Super Rider";256x224@60;V
+suprtrio;"Super Trio";320x240@60;H
+suratk;"Surprise Attack (World ver. K)";304x224@60;H
+suratka;"Surprise Attack (Asia ver. L)";304x224@60;H
+suratkj;"Surprise Attack (Japan ver. M)";304x224@60;H
+survarts;"Survival Arts (World)";336x240@60;H
+survartsj;"Survival Arts (Japan)";336x240@60;H
+survartsu;"Survival Arts (USA)";336x240@60;H
+svc;"SNK vs. Capcom - SVC Chaos (NGM-2690)(NGH-2690)";304x224@59;H
+svcboot;"SNK vs. Capcom - SVC Chaos (bootleg)";304x224@59;H
+svcpcb;"SNK vs. Capcom - SVC Chaos (JAMMA PCB, set 1)";304x224@59;H
+svcpcba;"SNK vs. Capcom - SVC Chaos (JAMMA PCB, set 2)";304x224@59;H
+svcplus;"SNK vs. Capcom - SVC Chaos Plus (bootleg set 1)";304x224@59;H
+svcplusa;"SNK vs. Capcom - SVC Chaos Plus (bootleg set 2)";304x224@59;H
+svcsplus;"SNK vs. Capcom - SVC Chaos Super Plus (bootleg)";304x224@59;H
+svg;"S.V.G. - Spectral vs Generation (V200, China)";448x224@60;H
+svgpcb;"S.V.G. - Spectral vs Generation (V100, Japan, Single P";448x224@60;H
+svolley;"Super Volley Ball (USA) - Super Volleyball - Super Volleyball - Super Volleyball (Japan)";288x216@60;H
+svolleyk;"Super Volleyball (Korea)";288x216@60;H
+svolleyu;"Super Volleyball (US)";288x216@60;H
+svolly91;"Super Volley '91 (Japan)";356x240@60;H
+swarm;"Swarm (bootleg?)";256x224@60;V
+swat;"E-Swat - Cyber Police (set 4, World, FD1094 317-0130) - ESWAT - City Under Siege (Euro, USA, Rev. A) - SWAT (315-5048)";256x224@60;V
+swatpolc;"SWAT Police";320x240@60;H
+swimmer;"Swimmer (set 1)";256x224@60;H
+sws;"Super World Stadium (Japan)";288x224@60;H
+sws92;"Super World Stadium '92 (Japan)";288x224@60;H
+sws92g;"Super World Stadium '92 Gekitouban (Japan)";288x224@60;H
+sws93;"Super World Stadium '93 (Japan)";288x224@60;H
+sxyreac2;"Pachinko Sexy Reaction 2 (Japan)";336x240@60;H
+sxyreact;"Pachinko Sexy Reaction (Japan)";338x240@60;H
+syscheck;"Neo System Check (ver 1.0b)";304x224@59;H
+syvalion;"Syvalion (Japan)";512x400@60;H
+syvalionp;"Syvalion (World, prototype)";512x400@60;H
+szaxxon;"Super Zaxxon";256x224@60;V
+tactcian;"Tactician (set 1)";288x224@60;V
+tactcian2;"Tactician (set 2)";288x224@60;V
+tail2nos;"Tail to Nose - Great Championship";320x240@60;V
+tangtang;"Tang Tang (ver. 0526, 26/05/2000)";320x240@60;H
+tankfrce;"Tank Force (US, 2 Players)";288x224@60;H
+tankfrce4;"Tank Force (US, 4 Players)";288x224@60;H
+tankfrcej;"Tank Force (Japan)";288x224@60;H
+taotaido;"Tao Taido (set 1)";320x224@60;H
+taotaidoa;"Tao Taido (set 2)";320x224@60;H
+tazmani2;"Tazz-Mania (set 2)";256x224@60;V
+tazmania;"Taz-Mania (Euro, Bra) - Taz-Mania (World) - Taz-Mania - The Search for the Lost Seabirds (Euro, US - Tazz-Mania (set 1)";256x224@60;V
+tazzmang;"Tazz-Mania (bootleg on Galaxian hardware)";256x224@60;V
+tazzmang2;"Tazz-Mania (bootleg on Galaxian hardware with Starfiel";256x224@60;V
+tbowl;"Tecmo Bowl (World?)";224x512@60;V
+tbowlj;"Tecmo Bowl (Japan)";224x512@60;V
+tcobra2;"Twin Cobra II (Ver 2.1O 1995/11/30)";320x232@60;V
+tcobra2u;"Twin Cobra II (Ver 2.1A 1995/11/30)";320x232@60;V
+tdpgal;"Triple Draw Poker";256x224@60;V
+tdragon;"Saint Dragon (set 1) - Thunder Dragon (9th Jan. 1992)";256x224@56;V
+tdragon1;"Thunder Dragon (4th Jun. 1991)";256x224@56;V
+tdragon2;"Thunder Dragon 2 (9th Nov. 1993)";384x224@56;V
+tdragon2a;"Thunder Dragon 2 (1st Oct. 1993)";384x224@56;V
+tdragonb;"Saint Dragon (bootleg) - Thunder Dragon (bootleg)";256x224@56;V
+teddybb;"TeddyBoy Blues (315-5115, New Ver.)";256x224@60;H
+teddybbo;"TeddyBoy Blues (315-5115, Old Ver.)";256x224@60;H
+teddybbobl;"TeddyBoy Blues (bootleg)";256x224@60;H
+tekipaki;"Teki Paki";320x240@60;H
+teljan;"Tel Jan";320x240@60;H
+tengai;"Tengai (world)";320x224@59;H
+tengaij;"Tengai0Sengoku Blade - sengoku ace episode II";320x224@59;H
+terracre;"Terra Cresta (YM3526 set 1)";256x224@60;V
+terracrea;"Terra Cresta (YM3526 set 3)";256x224@60;V
+terracren;"Terra Cresta (YM2203)";256x224@60;V
+terracreo;"Terra Cresta (YM3526 set 2)";256x224@60;V
+terraf;"Terra Force";320x240@57;H
+terrafb;"Terra Force (Japan, bootleg set 2)";320x240@60;H
+terrafj;"Terra Force (Japan)";320x240@57;H
+terrafjb;"Terra Force (Japan, bootleg with additional Z80)";320x240@60;H
+terrafu;"Terra Force (US)";320x240@57;H
+tetrbx;"Tetris / Bloxeed (Korean System 16 bootleg) (ISG Selec";320x224@60;H
+tetris;"FA Tetris (Kor) - FA Tetris (Kor) - Super Tetris (Kor, SMS Mode?) - Tetris (Jpn) - Tetris (Kor) - Tetris (set 1) - Tetris (set 4, Japan, System 16A, FD1094 317-0093)";320x224@60;H
+tetris1;"Tetris (Pirate?) - Tetris (set 1, Japan, System 16B, FD1094 317-0091)";320x224@60;H
+tetris1d;"Tetris (set 1, Japan, System 16B, FD1094 317-0091 decr";320x224@60;H
+tetris2;"Tetris (set 2, Japan, System 16B, FD1094 317-0092) - Tetris II (Kor)";320x224@60;H
+tetris2d;"Tetris (set 2, Japan, System 16B, FD1094 317-0092 decr";320x224@60;H
+tetris3;"Tetris (set 3, Japan, System 16A, FD1094 317-0093a)";320x224@60;H
+tetris3d;"Tetris (set 3, Japan, System 16A, FD1094 317-0093a dec";320x224@60;H
+tetrisbl;"Tetris (bootleg)";320x224@60;H
+tetrisd;"Tetris (set 4, Japan, System 16A, FD1094 317-0093 decr";320x224@60;H
+tetrisp2;"Tetris Plus 2 (World)";320x224@60;H
+tetrisp2j;"Tetris Plus 2 (Japan, V2.2)";320x224@60;H
+tetrisp2ja;"Tetris Plus 2 (Japan, V2.1)";320x224@60;H
+tetrisse;"Tetris (Japan, System E)";256x192@60;H
+tetrist;"Tetris (Japan, B-System, YM2610)";320x224@60;H
+tetrista;"Tetris (Japan, B-System, YM2203)";320x224@60;H
+tetristh;"Tetris (Japan, Taito H-System)";320x224@60;H
+tetrsark;"Tetris (D.R. Korea)";256x224@60;H
+tgm2;"Tetris the Absolute The Grand Master 2";320x240@60;H
+tgm2p;"Tetris the Absolute The Grand Master 2 Plus";320x240@60;H
+tharrier;"Task Force Harrier";256x224@56;V
+tharrieru;"Task Force Harrier (US?)";256x224@56;V
+thedeep;"The Deep (Japan)";256x248@60;V
+theend;"The End";256x224@60;V
+theends;"The End (Stern)";256x224@60;V
+theglad;"The Gladiator - Road Of The Sword / Shen Jian (V101)";448x224@60;H
+theglad100;"The Gladiator - Road Of The Sword / Shen Jian (V100, T";448x224@60;H
+theglad101;"The Gladiator - Road Of The Sword / Shen Jian (V100)";448x224@60;H
+thegladpcb;"The Gladiator - Road Of The Sword / Shen Jian (V100, J";448x224@60;H
+theglob;"The Glob";272x236@60;V
+theglob2;"The Glob (earlier)";272x236@60;V
+theglob3;"The Glob (set 3)";272x236@60;V
+theglobp;"The Glob (Pac-Man hardware)";288x224@60;V
+thehustl;"The Hustler (Japan, program code M)";256x224@60;V
+thehustlj;"The Hustler (Japan, program code J)";256x224@60;V
+thepitm;"The Pit (bootleg on Moon Quasar hardware)";256x224@60;V
+theroes;"Thunder Heroes";320x224@58;H
+thetogyu;"The Togyu (315-5065, Japan)";256x224@60;H
+thndblst;"Thunder Blaster (Japan)";320x240@60;V
+thndrbld;"Thunder Blade (upright, FD1094 317-0056)";320x224@60;H
+thndrbld1;"Thunder Blade (deluxe/standing, unprotected)";320x224@60;H
+thndrbldd;"Thunder Blade (upright, FD1094 317-0056 decrypted)";320x224@60;H
+thndrx2;"Thunder Cross II (World)";288x224@60;H
+thndrx2a;"Thunder Cross II (Asia)";288x224@60;H
+thndrx2j;"Thunder Cross II (Japan)";288x224@60;H
+thndzone;"Thunder Zone (World, Rev 1)";320x240@60;H
+thndzone4;"Thunder Zone (World 4 Players)";320x240@60;H
+thndzonea;"Thunder Zone (World)";320x240@60;H
+thndzonej;"Thunder Zone (Japan)";320x240@60;H
+thoop;"Thunder Hoop (Ver. 1)";320x240@60;H
+thunderl;"Thunder & Lightning";384x240@60;V
+thunderx;"Thunder Cross (set 1)";288x224@60;H
+thunderxa;"Thunder Cross (set 2)";288x224@60;H
+thunderxb;"Thunder Cross (set 3)";288x224@60;H
+thunderxj;"Thunder Cross (Japan)";288x224@60;H
+thundfox;"Thunder Fox (World)";320x224@60;H
+thundfoxj;"Thunder Fox (Japan)";320x224@60;H
+thundfoxu;"Thunder Fox (US)";320x224@60;H
+tigerh;"Tiger Heli (US)";280x240@60;V
+tigerhb1;"Tiger Heli (bootleg, set 1)";280x240@60;V
+tigerhb2;"Tiger Heli (bootleg, set 2)";280x240@60;V
+tigerhb3;"Tiger Heli (bootleg, set 3)";280x240@60;V
+tigerhj;"Tiger Heli (Japan)";280x240@60;V
+tigeroad;"Tiger Road (US)";256x224@60;H
+tigeroadb;"Tiger Road (US bootleg, set 1)";256x224@60;H
+tigeroadb2;"Tiger Road (US bootleg, set 2)";256x224@60;H
+tigeroadu;"Tiger Road (US, Romstar license)";256x224@60;H
+timefgtr;"Time Fighter (Time Pilot conversion on Galaxian hardwa";256x224@60;V
+timelimt;"Time Limit";256x224@60;V
+timeplt;"Time Pilot - Time Pilot - Time Pilot (Jpn)";256x224@60;V
+timeplta;"Time Pilot (Atari) - Time Pilot (Jpn, Alt)";256x224@60;V
+timepltc;"Time Pilot (Centuri)";256x224@60;V
+timescan;"Time Scanner (set 2, System 16B)";320x224@60;V
+timescan1;"Time Scanner (set 1, System 16A, FD1089B 317-0024)";320x224@60;V
+timesold;"Time Soldiers (Euro, USA, Bra) - Time Soldiers (US Rev 3)";256x224@60;V
+timesold1;"Time Soldiers (US Rev 1)";256x224@60;V
+timesupd;"Time's Up Demo";304x224@59;H
+tiptop;"Tip Top";256x224@60;V
+tkdensho;"Toukidenshou - Angel Eyes (VER. 960614)";320x240@57;H
+tkdenshoa;"Toukidenshou - Angel Eyes (VER. 960427)";320x240@57;H
+tknight;"Tecmo Knight";256x224@60;H
+tmht;"Teenage Mutant Hero Turtles (UK 4 Players, version F)";304x224@60;H
+tmht22pe;"Teenage Mutant Hero Turtles - Turtles in Time (2 Playe";288x224@60;H
+tmht24pe;"Teenage Mutant Hero Turtles - Turtles in Time (4 Playe";288x224@60;H
+tmht2p;"Teenage Mutant Hero Turtles (UK 2 Players, version U)";304x224@60;H
+tmht2pa;"Teenage Mutant Hero Turtles (UK 2 Players, version ?)";304x224@60;H
+tmhta;"Teenage Mutant Hero Turtles (UK 4 Players, version S)";304x224@60;H
+tmhtb;"Teenage Mutant Hero Turtles (UK 4 Players, version ?)";304x224@60;H
+tmnt;"Streets of Rage 2 - Teenage Mutant Ninja Turtles (Hack - Teenage Mutant Ninja Turtles (World 4 Players, version";304x224@60;H
+tmnt2;"Teenage Mutant Ninja Turtles - Turtles in Time (4 Play";288x224@60;H
+tmnt22pu;"Teenage Mutant Ninja Turtles - Turtles in Time (2 Play";288x224@60;H
+tmnt2a;"Teenage Mutant Ninja Turtles - Turtles in Time (4 Play";288x224@60;H
+tmnt2pj;"Teenage Mutant Ninja Turtles (Japan 2 Players, version";304x224@60;H
+tmnt2po;"Teenage Mutant Ninja Turtles (Oceania 2 Players, versi";304x224@60;H
+tmnta;"Teenage Mutant Ninja Turtles (Asia 4 Players, version";304x224@60;H
+tmnti;"Teenage Mutant Ninja Turtles (Intro demo)";304x224@59;H
+tmntia;"Teenage Mutant Ninja Turtles (Intro demo, alt)";304x224@59;H
+tmntj;"Teenage Mutant Ninja Turtles (Japan 4 Players, version";304x224@60;H
+tmntu;"Teenage Mutant Ninja Turtles (US 4 Players, version R)";304x224@60;H
+tmntua;"Teenage Mutant Ninja Turtles (US 4 Players, version J)";304x224@60;H
+tmntub;"Teenage Mutant Ninja Turtles (US 4 Players, version H)";304x224@60;H
+tndrcade;"Thundercade / Twin Formation";384x224@60;V
+tndrcadej;"Tokusyu Butai U.A.G. (Japan)";384x224@60;V
+tnextspc;"The Next Space (set 1)";256x224@60;V
+tnextspc2;"The Next Space (set 2)";256x224@60;V
+tnextspcj;"The Next Space (Japan)";256x224@60;V
+tnk3;"T.N.K III (US)";288x224@60;V
+tnk3j;"T.A.N.K (Japan)";288x224@60;V
+tnzs;"The New Zealand Story - The New Zealand Story (Euro) - The New Zealand Story (Jpn) - The NewZealand Story (World, newer)";256x224@60;H
+tnzsj;"The NewZealand Story (Japan, new version, newer PCB)";256x224@60;H
+tnzsjo;"The NewZealand Story (Japan, old version) (older PCB)";256x224@60;H
+tnzso;"The NewZealand Story (World, old version) (older PCB)";256x224@60;H
+tnzsoa;"The NewZealand Story (World, unknown version) (older P";256x224@60;H
+tnzsop;"The NewZealand Story (World, prototype) (older PCB)";256x224@60;H
+tnzsuo;"The NewZealand Story (US, old version) (older PCB)";256x224@60;H
+todruaga;"The Tower of Druaga (New Ver.)";288x224@60;V
+todruagao;"The Tower of Druaga (Old Ver.)";288x224@60;V
+todruagas;"The Tower of Druaga (Sidam)";288x224@60;V
+toki;"Toki (World, set 1) - Toki - Going Ape Spit ~ JuJu Densetsu (World, Rev. A)";256x224@60;H
+tokia;"Toki (World, set 2)";256x224@60;H
+tokib;"Toki (bootleg)";256x224@60;H
+tokiob;"Tokio / Scramble Formation (bootleg)";256x224@60;V
+tokip;"Toki (US, prototype?)";256x224@60;H
+tokisens;"Toki no Senshi - Chrono Soldier";256x224@60;V
+tokiu;"Toki (US, set 1)";256x224@60;H
+tokiua;"Toki (US, set 2)";256x224@60;H
+toobin;"Toobin' (Atari 68k based)";512x384@60;V
+topgunbl;"Top Gunner (bootleg, Rotary Joystick)";240x224@60;V
+topgunr;"Top Gunner (US, 8-way Joystick)";240x224@60;V
+tophuntr;"Top Hunter - Roddy & Cathy (NGM-046)";320x224@59;H
+tophuntrh;"Top Hunter - Roddy & Cathy (NGH-046)";320x224@59;H
+toppyrap;"Toppy & Rappy";256x224@58;H
+topsecrt;"Top Secret (Japan)";256x224@60;H
+topspeed;"Top Speed (World)";320x240@60;H
+topspeedu;"Top Speed (US)";320x240@60;H
+toramich;"Tora e no Michi - Tora e no Michi (Japan)";256x224@60;H
+toride2g;"Toride II Adauchi Gaiden";320x224@60;H
+toride2gg;"Toride II Adauchi Gaiden (German)";320x224@60;H
+toride2gk;"Toride II Bok Su Oi Jeon Adauchi Gaiden (Korea)";320x224@60;H
+toride2j;"Toride II (Japan)";320x224@60;H
+toryumon;"Toryumon";320x224@60;H
+totc;"Treasure of the Caribbean";304x224@59;H
+toto;"Come Back Toto";256x224@58;H
+touchgok;"Touch & Go (Korea, unprotected)";480x240@60;H
+toutrun;"Turbo Out Run (Out Run upgrade, FD1094 317-0118) - Turbo OutRun (Euro, Jpn)";320x224@60;H
+toutrun1;"Turbo Out Run (deluxe cockpit, FD1094 317-0109)";320x224@60;H
+toutrun3;"Turbo Out Run (cockpit, FD1094 317-0107)";320x224@60;H
+toutrun3d;"Turbo Out Run (cockpit, FD1094 317-0107 decrypted)";320x224@60;H
+toutrund;"Turbo Out Run (Out Run upgrade, FD1094 317-0118 decryp";320x224@60;H
+toutrunj;"Turbo Out Run (Japan, Out Run upgrade, FD1094 317-0117";320x224@60;H
+toutrunj1;"Turbo Out Run (Japan, deluxe cockpit, FD1094 317-0101)";320x224@60;H
+toutrunj1d;"Turbo Out Run (Japan, deluxe cockpit, FD1094 317-0101";320x224@60;H
+toutrunjd;"Turbo Out Run (Japan, Out Run upgrade, FD1094 317-0117";320x224@60;H
+toypop;"Toypop";288x224@60;H
+tp84;"Time Pilot '84 (set 1)";256x224@60;V
+tp84a;"Time Pilot '84 (set 2)";256x224@60;V
+tp84b;"Time Pilot '84 (set 3)";256x224@60;V
+tpgolf;"Top Player's Golf (NGM-003)(NGH-003)";304x224@59;H
+trackfld;"Track & Field - Track & Field 1 (Euro)";256x224@60;H
+trackfldc;"Track & Field (Centuri)";256x224@60;H
+trackfldnz;"Track & Field (NZ bootleg?)";256x224@60;H
+trally;"Thrash Rally (ALM-003)(ALH-003)";320x224@59;H
+transfrm;"Transformer";256x192@60;H
+travrusa;"Traverse USA / Zippy Race";240x256@60;V
+travrusab;"Traverse USA (bootleg)";240x256@60;V
+trckydoc;"Tricky Doc (set 1)";240x224@60;H
+trckydoca;"Tricky Doc (set 2)";240x224@60;H
+treahunt;"Treasure Hunt (bootleg?)";256x224@60;V
+tricktrp;"Trick Trap (World?)";280x224@60;V
+trigon;"Trigon (Japan)";288x224@60;V
+trikitri;"Triki Triki (Lover Boy bootleg)";240x224@60;V
+triothep;"Trio The Punch - Never Forget Me... (World)";256x240@60;H
+triothepj;"Trio The Punch - Never Forget Me... (Japan)";256x240@60;H
+triplep;"Triple Punch (set 1)";256x224@60;V
+triplepa;"Triple Punch (set 2)";256x224@60;V
+triplfun;"Triple Fun";320x224@60;H
+tripool;"Tri-Pool (Casino Tech)";256x224@60;V
+tripoola;"Tri-Pool (Costal Games)";256x224@60;V
+trojan;"Trojan (US set 1)";256x240@60;H
+trojana;"Trojan (US set 2)";256x240@60;H
+trojanb;"Trojan (bootleg)";256x240@60;H
+trojanj;"Tatakai no Banka (Japan)";256x240@60;H
+trojanr;"Trojan (Romstar)";256x240@60;H
+trophyh;"Trophy Hunting - Bear & Moose V1.0";320x240@60;H
+trstar;"Top Ranking Stars (Ver 2.1O 1993/05/21) (New Version)";320x232@60;H
+trstarj;"Top Ranking Stars (Ver 2.1J 1993/05/21) (New Version)";320x232@60;H
+trstaro;"Top Ranking Stars (Ver 2.1O 1993/05/21) (Old Version)";320x232@60;H
+trstaroj;"Top Ranking Stars (Ver 2.1J 1993/05/21) (Old Version)";320x232@60;H
+truxton;"Truxton (Euro, USA) ~ Tatsujin (Jpn) - Truxton0Tatsujin";320x240@57.6;V
+truxton2;"Truxton II0Tatsujin Oh";320x240@60;V
+trvgns;"Trivia Genius";288x224@60;V
+trvmstr;"Trivia Master (set 1)";288x224@60;V
+trvmstra;"Trivia Master (set 2)";288x224@60;V
+trvmstrb;"Trivia Master (set 3)";288x224@60;V
+trvmstrc;"Trivia Master (set 4)";288x224@60;V
+tsamurai;"Samurai Nihon-Ichi (set 1)";256x224@60;V
+tsamurai2;"Samurai Nihon-Ichi (set 2)";256x224@60;V
+tsamuraih;"Samurai Nihon-Ichi (bootleg, harder)";256x224@60;V
+tshingen;"Shingen Samurai-Fighter (Japan, English)";256x224@60;H
+tshingena;"Takeda Shingen (Japan, Japanese)";256x224@60;H
+tst_galx;"Galaxian Test ROM";256x224@60;V
+ttmahjng;"T.T Mahjong";256x256@60;H
+tturf;"Tough Turf (set 2, Japan, 8751 317-0104)";320x224@60;H
+tturfu;"Tough Turf (set 1, US, 8751 317-0099)";320x224@60;H
+tubeit;"Tube-It";320x224@60;H
+tumbleb;"Tumble Pop (bootleg set 1)";320x240@58;H
+tumbleb2;"Tumble Pop (bootleg set 2)";320x240@58;H
+tumblep;"Tumble Pop (World)";320x240@58;H
+tumblepj;"Tumble Pop (Japan)";320x240@58;H
+turbofrc;"Turbo Force (World)";352x240@60;V
+turbofrcu;"Turbo Force (US)";352x240@60;V
+turfmast;"Neo Turf Masters / Big Tournament Golf";304x224@59;H
+turkhunt;"Turkey Hunting USA V1.0";320x240@60;H
+turpin;"Turpin";256x224@60;V
+turpins;"Turpin (bootleg on Scramble hardware)";256x224@60;V
+turtles;"Turtles";256x224@60;V
+turtship;"Turtle Ship (North America)";384x224@60;H
+turtshipj;"Turtle Ship (Japan)";384x224@60;H
+turtshipk;"Turtle Ship (Korea)";384x224@60;H
+turtshipkn;"Turtle Ship (Korea, 88/9)";384x224@60;H
+turtshipko;"Turtle Ship (Korea, older)";384x224@60;H
+tutankhm;"Tutankham - Tutankham";256x224@60;V
+tutankhms;"Tutankham (Stern Electronics)";256x224@60;V
+twinactn;"Twin Action";256x224@56;H
+twinadv;"Twin Adventure (World)";256x224@58;H
+twinadvk;"Twin Adventure (Korea)";256x224@58;H
+twinbee;"Detana!! Twinbee - Twin Bee (Jpn) - TwinBee (ROM version)";256x224@60;V
+twinbrat;"Twin Brats (set 1)";334x240@58;H
+twinbrata;"Twin Brats (set 2)";334x240@58;H
+twincobr;"Twin Cobra (USA) - Twin Cobra (World)";320x240@54.9;V
+twincobru;"Twin Cobra (US)";320x240@54.9;V
+twineag2;"Twin Eagle II - The Rescue Mission";336x240@60.2;V
+twineagl;"Twin Eagle - Revenge Joe's Brother";384x224@60;V
+twinfalc;"Twin Falcons";384x224@60;H
+twinhawk;"Twin Hawk (Euro) ~ Daisenpuu (Jpn) - Twin Hawk (World)";384x224@60;V
+twinhawku;"Twin Hawk (US)";384x224@60;V
+twinkle;"Twinkle";256x224@58;H
+twinqix;"Twin Qix (Ver 1.0A 1995/01/17) (Prototype)";320x224@60;H
+twinspri;"Twinkle Star Sprites";304x224@59;H
+twocrude;"Two Crude (US FT revision 1) - Two Crude Dudes (Euro)";256x240@58;H
+twocrudea;"Two Crude (US FT version)";256x240@58;H
+tws96;"Tecmo World Soccer '96";304x224@59;H
+typhoon;"Typhoon";304x224@60;V
+uballoon;"Ultra Balloon";256x224@60;H
+uccops;"Undercover Cops (World)";320x240@60;H
+uccopsar;"Undercover Cops (Alpha Renewal Version)";320x240@60;H
+uccopsj;"Undercover Cops (Japan)";320x240@60;H
+uccopsu;"Undercover Cops (US)";320x240@60;H
+uecology;"Ultimate Ecology (931203 Japan)";384x224@60;H
+ufosensi;"Ufo Senshi Yohko Chan (MC-8123, 317-0064)";256x224@60;H
+ultraman;"Ultraman (Japan) - Ultraman (Jpn) - Ultraman (Jpn)";288x224@60;H
+ultrax;"Ultra X Weapons / Ultra Keibitai";336x240@60;V
+ultraxg;"Ultra X Weapons / Ultra Keibitai (GAMEST review build)";336x240@60;V
+umanclub;"Ultraman Club - Tatakae! Ultraman Kyoudai!!";384x240@60;H
+unclepoo;"Uncle Poo";256x224@60;V
+uniwars;"UniWar S";256x224@60;V
+uniwarsa;"UniWar S (bootleg)";256x224@60;V
+unkpacg;"unknown Pac-Man gambling game";256x224@60;H
+unsquad;"U.N. Squadron (US)";384x224@60;H
+uopoko;"Puzzle Uo Poko (International, ver. 98/02/06)";320x240@58;H
+uopokoj;"Puzzle Uo Poko (Japan, ver. 98/02/06)";320x240@58;H
+upndown;"Up'n Down - Up'n Down (315-5030)";256x224@60;V
+upndownu;"Up'n Down (not encrypted)";256x224@60;V
+usclssic;"U.S. Classic";384x240@60;V
+usg182;"Games V18.2";400x256@60;H
+usg185;"Games V18.5";400x256@60;H
+usg187c;"Games V18.7C";400x256@60;H
+usg32;"Super Duper Casino (California V3.2)";400x256@60;H
+usg82;"Super Ten V8.2";400x256@60;H
+usg83x;"Super Ten V8.3X";400x256@60;H
+usgames;"Games V25.4X";400x256@60;H
+utoukond;"Ultra Toukon Densetsu (Japan)";384x224@60;H
+valkyrie;"Valkyrie No Densetsu (Japan) - Walkuere no Densetsu";288x224@60;V
+vampj;"Vampire - the night warriors (940705 Japan)";384x224@60;H
+vampja;"Vampire - the night warriors (940705 Japan, alt)";384x224@60;H
+vampjr1;"Vampire - the night warriors (940630 Japan)";384x224@60;H
+vandyke;"Vandyke (Japan)";256x224@56;V
+vandykeb;"Vandyke (bootleg with PIC16c57)";256x224@56;V
+vandykejal;"Vandyke (Jaleco, Set 1)";256x224@56;V
+vandykejal2;"Vandyke (Jaleco, Set 2)";256x224@56;V
+vangrd2;"Vanguard II";288x216@60;V
+vanvan;"Van-Van Car";256x224@60;V
+vanvanb;"Van-Van Car (set 3)";256x224@60;V
+vanvank;"Van-Van Car (Karateco)";256x224@60;V
+vaportra;"Vapor Trail - Hyper Offence Formation (World revision";256x240@58;V
+vaportra3;"Vapor Trail - Hyper Offence Formation (World revision";256x240@58;V
+vaportrau;"Vapor Trail - Hyper Offence Formation (US)";256x240@58;V
+varth;"Varth - operation thunderstorm (920714 etc)";384x224@60;V
+varthb;"Varth - operation thunderstorm (bootleg, 920612 etc)";384x224@60;V
+varthj;"Varth - operation thunderstorm (920714 Japan)";384x224@60;V
+varthjr;"Varth - operation thunderstorm (920714 Japan Resale Ve";384x224@60;V
+varthr1;"Varth - operation thunderstorm (920612 etc)";384x224@60;V
+varthu;"Varth - operation thunderstorm (920612 USA)";384x224@60;V
+vasara;"Vasara";336x240@60;V
+vasara2;"Vasara 2 (set 1)";336x240@60;V
+vasara2a;"Vasara 2 (set 2)";336x240@60;V
+vastar;"Vastar (set 1)";256x224@60;V
+vastar2;"Vastar (set 2)";256x224@60;V
+vastar3;"Vastar (set 3)";256x224@60;V
+vastar4;"Vastar (set 4)";256x224@60;V
+vautour;"Vautour (bootleg of Phoenix) (8085A CPU)";256x208@60;V
+vautourz;"Vautour (bootleg of Phoenix) (Z80 CPU)";256x208@60;V
+vautourza;"Vautour (bootleg of Phoenix) (Z80 CPU, single PROM)";256x208@60;V
+vblokbrk;"VS Block Breaker (Europe)";320x240@60;H
+vblokbrka;"VS Block Breaker (Asia)";320x240@60;H
+vendetta;"Vendetta (World, 4 Players ver. T)";304x224@60;H
+vendetta2p;"Vendetta (World, 2 Players ver. W)";304x224@60;H
+vendetta2pd;"Vendetta (Asia, 2 Players ver. D)";304x224@60;H
+vendetta2peba;"Vendetta (World, 2 Players ver. EB-A?)";304x224@60;H
+vendetta2pu;"Vendetta (Asia, 2 Players ver. U)";304x224@60;H
+vendetta2pun;"Vendetta (World, 2 Players ver. ?)";304x224@60;H
+vendettaj;"Crime Fighters 2 (Japan, 2 Players ver. P)";304x224@60;H
+vendettar;"Vendetta (US, 4 Players ver. R)";304x224@60;H
+vendettaz;"Vendetta (Asia, 4 Players ver. Z)";304x224@60;H
+venus;"Venus";256x224@60;V
+vfive;"V-Five (Japan) - V-Five (Jpn)";320x240@60;V
+vhunt2;"Vampire Hunter 2 - darkstalkers revenge (970929 Japan)";384x224@60;H
+vhunt2d;"Vampire Hunter 2 - darkstalkers revenge (970913 Japan";384x224@60;H
+vhunt2r1;"Vampire Hunter 2 - darkstalkers revenge (970913 Japan)";384x224@60;H
+vhuntj;"Vampire Hunter - darkstalkers' revenge (950316 Japan)";384x224@60;H
+vhuntjr1;"Vampire Hunter - darkstalkers' revenge (950307 Japan)";384x224@60;H
+vhuntjr1s;"Vampire Hunter - darkstalkers' revenge (950307 Japan s";384x224@60;H
+vhuntjr2;"Vampire Hunter - darkstalkers' revenge (950302 Japan)";384x224@60;H
+victroad;"Victory Road";288x216@60;V
+viewpoin;"Viewpoint - Viewpoint (USA)";304x224@59;H
+vigilant;"Vigilante - Vigilante - Vigilante (Euro, USA, Bra) - Vigilante (Kor) - Vigilante (World, Rev E)";256x256@55;H
+vigilanta;"Vigilante (World, Rev A)";256x256@55;H
+vigilantb;"Vigilante (US, Rev B)";256x256@55;H
+vigilantbl;"Vigilante (bootleg)";256x256@55;H
+vigilantc;"Vigilante (World, Rev C)";256x256@55;H
+vigilantd;"Vigilante (Japan, Rev D)";256x256@55;H
+vigilantg;"Vigilante (US, Rev G)";256x256@55;H
+vigilanto;"Vigilante (US)";256x256@55;H
+vimana;"Vimana (World, set 1)";320x240@58;V
+vimanaj;"Vimana (Japan)";320x240@58;V
+vimanan;"Vimana (World, set 2)";320x240@58;V
+viofight;"Violence Fight (World)";320x224@60;H
+viofightj;"Violence Fight (Japan)";320x224@60;H
+viofightu;"Violence Fight (US)";320x224@60;H
+viostorm;"Violent Storm (ver EAC)";384x224@60;H
+viostorma;"Violent Storm (ver AAC)";384x224@60;H
+viostormab;"Violent Storm (ver AAB)";384x224@60;H
+viostormeb;"Violent Storm (ver EAB)";384x224@60;H
+viostormj;"Violent Storm (ver JAC)";384x224@60;H
+viostormu;"Violent Storm (ver UAC)";384x224@60;H
+viostormub;"Violent Storm (ver UAB)";384x224@60;H
+vliner;"V-Liner (set 1)";304x224@59;H
+vlinero;"V-Liner (set 2)";304x224@59;H
+vmetal;"Varia Metal";320x224@60;V
+vmetaln;"Varia Metal (New Ways Trading Co.)";320x224@60;V
+volfied;"Volfied - Volfied (Jpn) - Volfied (World, revision 1)";320x240@60;V
+volfiedj;"Volfied (Japan, revision 1)";320x240@60;V
+volfiedjo;"Volfied (Japan)";320x240@60;V
+volfiedu;"Volfied (US, revision 1)";320x240@60;V
+vpool;"Video Pool (bootleg on Moon Cresta hardware)";256x224@60;V
+vsav;"Vampire Savior - the lord of vampire (970519 Euro)";384x224@60;H
+vsav2;"Vampire Savior 2 - the lord of vampire (970913 Japan)";384x224@60;H
+vsav2d;"Vampire Savior 2 - the lord of vampire (970913 Japan P";384x224@60;H
+vsava;"Vampire Savior - the lord of vampire (970519 Asia)";384x224@60;H
+vsavd;"Vampire Savior - the lord of vampire (970519 Euro Phoe";384x224@60;H
+vsavh;"Vampire Savior - the lord of vampire (970519 Hispanic)";384x224@60;H
+vsavj;"Vampire Savior - the lord of vampire (970519 Japan)";384x224@60;H
+vsavu;"Vampire Savior - the lord of vampire (970519 USA)";384x224@60;H
+vsgongf;"VS Gong Fight";256x224@60;V
+vulcan;"Vulcan Venture (New)";320x224@60;H
+vulcana;"Vulcan Venture (Old)";320x224@60;H
+vulcanb;"Vulcan Venture (Oldest)";320x224@60;H
+vulgus;"Vulgus (set 1)";256x224@60;V
+vulgusa;"Vulgus (set 2)";256x224@60;V
+vulgusj;"Vulgus (Japan?)";256x224@60;V
+wakuwak7;"Waku Waku 7";304x224@59;H
+wallc;"Wall Crash (set 1)";256x256@60;H
+wallca;"Wall Crash (set 2)";256x256@60;H
+wanted;"Wanted - Wanted (Euro, USA, Bra)";256x224@60;V
+wardner;"Wardner (USA) - Wardner (World)";320x240@60;H
+wardnerj;"Wardner no Mori (Japan) - Wardner no Mori Special (Jpn)";320x240@60;H
+warofbug;"War of the Bugs or Monsterous Manouvers in a Mushroom";256x224@60;V
+warofbugu;"War of the Bugs or Monsterous Manouvers in a Mushroom";256x224@60;V
+warpwarp;"Warp & Warp - Warp & Warp (Jpn)";272x224@60;V
+warpwarpr;"Warp Warp (Rock-Ola set 1)";272x224@60;V
+warpwarpr2;"Warp Warp (Rock-Ola set 2)";272x224@60;V
+warriorb;"Warrior Blade - Rastan Saga Episode III (Japan)";240x640@60;V
+warzard;"War-Zard / Red Earth (Japan 961121)";384x224@60;H
+warzardr1;"War-Zard / Red Earth (Japan 961023)";384x224@60;H
+watrball;"Water Balls";384x240@60;H
+wb3;"Wonder Boy III - Monster Lair (set 6, World, System 16";320x224@60;H
+wb31;"Wonder Boy III - Monster Lair (set 1, Japan, System 16";320x224@60;H
+wb31d;"Wonder Boy III - Monster Lair (set 1, Japan, System 16";320x224@60;H
+wb32;"Wonder Boy III - Monster Lair (set 2, Japan, System 16";320x224@60;H
+wb32d;"Wonder Boy III - Monster Lair (set 2, Japan, System 16";320x224@60;H
+wb33;"Wonder Boy III - Monster Lair (set 3, World, System 16";320x224@60;H
+wb33d;"Wonder Boy III - Monster Lair (set 3, World, System 16";320x224@60;H
+wb34;"Wonder Boy III - Monster Lair (set 4, Japan, System 16";320x224@60;H
+wb34d;"Wonder Boy III - Monster Lair (set 4, Japan, System 16";320x224@60;H
+wb35;"Wonder Boy III - Monster Lair (set 5, Japan, System 16";320x224@60;H
+wb35d;"Wonder Boy III - Monster Lair (set 5, Japan, System 16";320x224@60;H
+wbdeluxe;"Wonder Boy Deluxe";256x224@60;H
+wbml;"Wonder Boy in Monster Land (Japan New Ver., MC-8123, 3";256x224@60;H
+wbmlb;"Wonder Boy in Monster Land (English bootleg set 1)";256x224@60;H
+wbmljb;"Wonder Boy in Monster Land (Japan not encrypted)";256x224@60;H
+wbmljo;"Wonder Boy in Monster Land (Japan Old Ver., MC-8123, 3";256x224@60;H
+wbmlvc;"Wonder Boy in Monster Land (English, Virtual Console)";256x224@60;H
+wboy;"Wonder Boy (Euro) - Wonder Boy (Euro, USA, Bra, v1) - Wonder Boy (Jpn, v1) - Wonder Boy (set 1, 315-5177)";256x224@60;H
+wboy2;"Wonder Boy (set 2, 315-5178)";256x224@60;H
+wboy2u;"Wonder Boy (set 2, not encrypted)";256x224@60;H
+wboy3;"Wonder Boy (set 3, 315-5135) - Wonder Boy III - Monster Lair (Euro) ~ Monster Lair (J - Wonder Boy III - The Dragon's Trap (Euro, USA, Kor)";256x224@60;H
+wboy4;"Wonder Boy (set 4, 315-5162)";256x224@60;H
+wboy5;"Wonder Boy (set 5, bootleg) - Wonder Boy V - Monster World III (Jpn, Kor)";256x224@60;H
+wboyo;"Wonder Boy (set 1, 315-5135)";256x224@60;H
+wboyu;"Wonder Boy (not encrypted)";256x224@60;H
+wc90;"World Cup '90 (World)";256x224@59;H
+wc90a;"World Cup '90 (Euro set 1)";256x224@59;H
+wc90b;"World Cup '90 (Euro set 2)";256x224@59;H
+wc90b1;"Euro League (Italian hack of Tecmo World Cup '90)";256x224@60;H
+wc90b2;"World Cup '90 (bootleg, set 1)";256x224@60;H
+wc90b3;"World Cup '90 (bootleg, set 2)";256x224@60;H
+wc90b4;"World Cup '90 (bootleg, set 3)";256x224@60;H
+wc90ba;"Euro League (Italian hack of Tecmo World Cup '90 - alt";256x224@60;H
+wc90t;"World Cup '90 (trackball)";256x224@59;H
+welltris;"Welltris - Alexey Pajitnov's (World?, 2 players)";352x240@60;H
+welltrisj;"Welltris - Alexey Pajitnov's (Japan, 2 players)";352x240@60;H
+wh1;"World Heroes (ALM-005)";320x224@59;H
+wh1h;"World Heroes (ALH-005)";320x224@59;H
+wh1ha;"World Heroes (set 3)";320x224@59;H
+wh2;"World Heroes 2 (ALM-006)(ALH-006)";304x224@59;H
+wh2j;"World Heroes 2 Jet (ADM-007)(ADH-007)";304x224@59;H
+wh2ja;"World Heroes 2 Jet (ADM-007)";304x224@59;H
+wheelrun;"Wheels Runner";256x224@60;H
+whizz;"Whizz";384x224@60;H
+whoopee;"Pipi & Bibis / Whoopee!! (Teki Paki hardware)";320x240@60;H
+whp;"World Heroes Perfect";320x224@59;H
+wiggie;"Wiggie Waggie";384x240@60;V
+wildfang;"Wild Fang / Tecmo Knight";256x224@60;H
+willow;"Willow (World)";384x224@60;H
+willowj;"Willow (Japan, Japanese)";384x224@60;H
+willowu;"Willow (USA)";384x224@60;H
+willowuo;"Willow (USA Old Ver.)";384x224@60;H
+wilytowr;"Wily Tower";256x224@60;H
+wingforc;"Wing Force (Japan, prototype)";320x224@60;V
+wintbob;"The Winter Bobble (bootleg)";256x224@58;H
+wiping;"Wiping";288x224@60;V
+wits;"Wit's (Japan)";384x240@60;H
+wiz;"Lizard Wizard - Magical Kid Wiz (Jpn) - Magical Kid Wiz (Tw) - Wiz";256x224@60;V
+wizdfire;"Wizard Fire (Over Sea v2.1)";320x240@58;H
+wizdfireu;"Wizard Fire (US v1.1)";320x240@58;H
+wizt;"Wiz (Taito, set 1)";256x224@60;V
+wizta;"Wiz (Taito, set 2)";256x224@60;V
+wjammers;"Windjammers / Flying Power Disc";304x224@59;H
+wldcourt;"World Court (Japan)";288x224@60;H
+wlstar;"Wonder League Star - Sok-Magicball Fighting (Korea)";320x240@60;H
+wmatch;"Water Match (315-5064)";240x224@60;V
+wndrmomo;"Wonder Momo";288x224@60;H
+wndrplnt;"Wonder Planet (Japan)";256x248@60;V
+wof;"Warriors of Fate (921031 etc)";384x224@60;H
+wof3js;"Sangokushi II: San Jian Sheng (Chinese bootleg set 1,";384x224@60;H
+wof3jsa;"Sangokushi II: San Jian Sheng (Chinese bootleg set 2,";384x224@60;H
+wof3sj;"Sangokushi II: San Sheng Jian (Chinese bootleg set 1,";384x224@60;H
+wof3sja;"Sangokushi II: San Sheng Jian (Chinese bootleg set 2,";384x224@60;H
+wofa;"Sangokushi II (921005 Asia)";384x224@60;H
+wofah;"Sangokushi II (hack set 1, 921005 Asia)";384x224@60;H
+wofaha;"Sangokushi II (hack set 2, 921005 Asia)";384x224@60;H
+wofahb;"Sangokushi II (hack set 3, 921005 Asia)";384x224@60;H
+wofb;"Warriors of Fate (bootleg, 921002 etc)";384x224@60;H
+wofch;"Tenchi wo Kurau II - Sekiheki no Tatakai (CPS Changer,";384x224@60;H
+wofchdx;"Sangokushi III Gaiden: Kakou-On's Revenge DX (hack)";384x224@60;H
+wofh;"Sangokushi II: Sanguo Yingxiong Zhuan (Chinese bootleg";384x224@60;H
+wofha;"Sangokushi II: Sanguo Yingxiong Zhuan (Chinese bootleg";384x224@60;H
+wofhfh;"Sangokushi II: Huo Fenghuang (Chinese bootleg, 921005";384x224@60;H
+wofj;"Tenchi wo Kurau II - Sekiheki no Tatakai (921031 Japan";384x224@60;H
+wofjh;"Tenchi wo Kurau II - Sekiheki no Tatakai (hack, 921031";384x224@60;H
+wofr1;"Warriors of Fate (921002 etc)";384x224@60;H
+wofsj;"Sangokushi II: Sheng Jian Sanguo (Chinese bootleg set";384x224@60;H
+wofsja;"Sangokushi II: Sheng Jian Sanguo (Chinese bootleg set";384x224@60;H
+wofsjb;"Sangokushi II: Sheng Jian Sanguo (Chinese bootleg set";384x224@60;H
+wofsjc;"Sangokushi II: Sheng Jian Sanguo (Chinese bootleg set";384x224@60;H
+wofu;"Warriors of Fate (921031 USA)";384x224@60;H
+wolffang;"Wolf Fang -Kuhga 2001- (Japan)";320x240@58;H
+wonder3;"Wonder 3 (910520 Japan)";384x224@60;H
+wondl96;"Wonder League '96 (Korea)";320x240@60;H
+wondstck;"Wonder Stick (set 1)";320x240@60;H
+wondstcka;"Wonder Stick (set 2, censored)";320x240@60;H
+woodpeca;"Woodpecker (set 2)";288x224@60;V
+woodpeck;"Woodpecker (set 1)";288x224@60;V
+worldwar;"World Wars (World?)";400x224@60;V
+wownfant;"WOW New Fantasia";256x224@60;H
+wrally;"World Rally (Version 1.0, Checksum 0E56)";368x232@60;H
+wrallya;"World Rally (Version 1.0, Checksum 3873)";368x232@60;H
+wrallyat;"World Rally (US, 930217)";368x232@60;H
+wrallyb;"World Rally (Version 1.0, Checksum 8AA2)";368x232@60;H
+wrestwar;"Wrestle War (Euro, Jpn) - Wrestle War (set 3, World, 8751 317-0103)";320x224@60;V
+wrestwar1;"Wrestle War (set 1, Japan, FD1094 317-0090)";320x224@60;V
+wrestwar1d;"Wrestle War (set 1, Japan, FD1094 317-0090 decrypted)";320x224@60;V
+wrestwar2;"Wrestle War (set 2, World, FD1094 317-0102)";320x224@60;V
+wrestwar2d;"Wrestle War (set 2, World, FD1094 317-0102 decrypted)";320x224@60;V
+wrofaero;"War of Aero - Project MEIOU";384x240@60;V
+ws;"Jaws (Spa?) - Jimmy White's Whirlwind Snooker (Euro) - News (set 1) - Super World Stadium (Japan) - World Stadium (Japan)";288x224@60;H
+ws89;"World Stadium '89 (Japan)";288x224@60;H
+ws90;"World Stadium '90 (Japan)";288x224@60;H
+wschamp;"Wing Shooting Championship V2.00";320x240@60;H
+wschampa;"Wing Shooting Championship V1.01";320x240@60;H
+wschampb;"Wing Shooting Championship V1.00";320x240@60;H
+wwallyj;"Wally wo Sagase! (rev B, Japan, FD1094 317-0197B)";320x224@60;H
+wwallyja;"Wally wo Sagase! (rev A, Japan, FD1094 317-0197A)";320x224@60;H
+wwallyjad;"Wally wo Sagase! (rev A, Japan, FD1094 317-0197A decry";320x224@60;H
+wwallyjd;"Wally wo Sagase! (rev B, Japan, FD1094 317-0197B decry";320x224@60;H
+wwfsstar;"WWF Superstars (Europe)";256x240@60;H
+wwfsstarb;"WWF Superstars (bootleg)";256x240@60;H
+wwfsstarj;"WWF Superstars (Japan)";256x240@60;H
+wwfsstaru;"WWF Superstars (US, newer)";256x240@60;H
+wwfsstarua;"WWF Superstars (US)";256x240@60;H
+wwfwfest;"WWF WrestleFest (World)";320x240@60;H
+wwfwfestb;"WWF WrestleFest (US bootleg)";320x240@60;H
+wwfwfestj;"WWF WrestleFest (Japan)";320x240@60;H
+wwfwfestk;"WWF WrestleFest (Korea)";320x240@60;H
+wwfwfestu;"WWF WrestleFest (US)";320x240@60;H
+wwjgtin;"Wai Wai Jockey Gate-In!";256x224@60;H
+wyvernf0;"Wyvern F-0";256x224@60;V
+xexex;"Xexex (ver EAA)";384x256@54;H
+xexexa;"Xexex (ver AAA)";384x256@54;H
+xexexj;"Xexex (ver JAA)";384x256@54;H
+xmcota;"X-Men - children of the atom (950331 Euro)";384x224@60;H
+xmcotaa;"X-Men - children of the atom (950105 Asia)";384x224@60;H
+xmcotaar1;"X-Men - children of the atom (941217 Asia)";384x224@60;H
+xmcotah;"X-Men - children of the atom (950331 Hispanic)";384x224@60;H
+xmcotahr1;"X-Men - children of the atom (950105 Hispanic)";384x224@60;H
+xmcotaj;"X-Men - children of the atom (950105 Japan)";384x224@60;H
+xmcotaj1;"X-Men - children of the atom (941222 Japan)";384x224@60;H
+xmcotaj2;"X-Men - children of the atom (941219 Japan)";384x224@60;H
+xmcotaj3;"X-Men - children of the atom (941217 Japan)";384x224@60;H
+xmcotajr;"X-Men - children of the atom (941208 Japan, rent versi";384x224@60;H
+xmcotar1;"X-Men - children of the atom (950105 Euro)";384x224@60;H
+xmcotar1d;"X-Men - children of the atom (950105 Euro Phoenix Edit";384x224@60;H
+xmcotau;"X-Men - children of the atom (950105 USA)";384x224@60;H
+xmen;"Spider-Man and the X-Men in Arcade's Revenge (USA) - Spider-Man and X-Men - Arcade's Revenge (Euro, USA) - X-Men (4 Players ver UBB) - X-Men (Euro) - X-Men (USA)";288x224@60;H
+xmen2pa;"X-Men (2 Players ver AAA)";288x224@60;H
+xmen2pe;"X-Men (2 Players ver EAA)";288x224@60;H
+xmen2pj;"X-Men (2 Players ver JAA)";288x224@60;H
+xmen2pu;"X-Men (2 Players ver UAB)";288x224@60;H
+xmena;"X-Men (4 Players ver AEA)";288x224@60;H
+xmenaa;"X-Men (4 Players ver ADA)";288x224@60;H
+xmene;"X-Men (4 Players ver EBA)";288x224@60;H
+xmenj;"X-Men (4 Players ver JBA)";288x224@60;H
+xmultipl;"X Multiply (World, M81)";384x256@55;H
+xmultiplm72;"X Multiply (Japan, M72)";384x256@55;H
+xmvsf;"X-Men vs Street Fighter (961004 Euro)";384x224@60;H
+xmvsfa;"X-Men vs Street Fighter (961023 Asia)";384x224@60;H
+xmvsfar1;"X-Men vs Street Fighter (961004 Asia)";384x224@60;H
+xmvsfar2;"X-Men vs Street Fighter (960919 Asia)";384x224@60;H
+xmvsfar3;"X-Men vs Street Fighter (960910 Asia)";384x224@60;H
+xmvsfb;"X-Men vs Street Fighter (961023 Brazil)";384x224@60;H
+xmvsfh;"X-Men vs Street Fighter (961004 Hispanic)";384x224@60;H
+xmvsfj;"X-Men vs Street Fighter (961023 Japan)";384x224@60;H
+xmvsfjr1;"X-Men vs Street Fighter (961004 Japan)";384x224@60;H
+xmvsfjr2;"X-Men vs Street Fighter (960910 Japan)";384x224@60;H
+xmvsfjr3;"X-Men vs Street Fighter (960909 Japan)";384x224@60;H
+xmvsfr1;"X-Men vs Street Fighter (960910 Euro)";384x224@60;H
+xmvsfu;"X-Men vs Street Fighter (961023 USA)";384x224@60;H
+xmvsfu1d;"X-Men vs Street Fighter (961004 USA Phoenix Edition)";384x224@60;H
+xmvsfur1;"X-Men vs Street Fighter (961004 USA)";384x224@60;H
+xmvsfur2;"X-Men vs Street Fighter (960910 USA)";384x224@60;H
+xorworld;"Xor World (prototype)";256x224@60;H
+xsleena;"Xain'd Sleena (World)";256x240@60;H
+xsleenaj;"Xain'd Sleena (Japan)";256x240@60;H
+xxmissio;"XX Mission";512x192@60;V
+yamagchi;"Go Go Mr. Yamaguchi / Yuke Yuke Yamaguchi-kun";256x224@60;V
+yamato;"Yamato (Euro, Jpn) - Yamato (US)";256x224@60;V
+yamato2;"Yamato (World?)";256x224@60;V
+yanchamr;"Kaiketsu Yanchamaru (Japan)";384x256@60;H
+yankeedo;"Yankee DO!";240x192@60;V
+yesnoj;"Yes/No Sinri Tokimeki Chart";320x224@60;H
+yiear;"Yie Ar Kung-Fu (Jpn) - Yie Ar Kung-Fu (program code I) - Yie Ar Kung-Fu (Tw)";256x224@60;H
+yiear2;"Yie Ar Kung-Fu (program code G) - Yie Ar Kung-Fu II - The Emperor Yie-Gah (Jpn)";256x224@60;H
+yieartf;"Yie Ar Kung-Fu (GX361 conversion)";256x224@60;H
+youjyudn;"Youjyuden (Japan)";256x256@60;V
+youkaidk1;"Yokai Douchuuki (Japan, old version (YD1))";288x224@60;H
+youkaidk2;"Yokai Douchuuki (Japan, new version (YD2, Rev B))";288x224@60;H
+youma;"Youma Ninpou Chou (Japan)";256x224@60;V
+youma2;"Youma Ninpou Chou (Japan, alt)";256x224@60;V
+yukiwo;"Yukiwo (World, prototype)";320x224@60;V
+yuyugogo;"Yuuyu no Quiz de GO!GO! (Japan)";320x224@60;H
+zaviga;"Zaviga";256x240@60;V
+zavigaj;"Zaviga (Japan)";256x240@60;V
+zaxxon;"Super Zaxxon - Zaxxon - Zaxxon (Jpn) - Zaxxon (Jpn) - Zaxxon (set 1, rev D)";256x224@60;V
+zaxxon2;"Zaxxon (set 2, unknown rev)";256x224@60;V
+zaxxon3;"Zaxxon (set 3, unknown rev)";256x224@60;V
+zaxxonb;"Jackson";256x224@60;V
+zaxxonj;"Zaxxon (Japan)";256x224@60;V
+zedblade;"Zed Blade / Operation Ragnarok";304x224@59;H
+zeropnt;"Zero Point (set 1)";384x224@60;H
+zeropnt2;"Zero Point 2";384x224@60;H
+zeropnta;"Zero Point (set 2)";384x224@60;H
+zeropntj;"Zero Point (Japan)";384x224@60;H
+zeroteam;"New Zero Team (V33 SYSTEM TYPE_B hardware) - Zero Team USA (set 1, US, Fabtek license)";320x256@55;H
+zeroteama;"New Zero Team (V33 SYSTEM TYPE_B hardware, China?) - Zero Team (set 2, Japan? (earlier?))";320x256@55;H
+zeroteamb;"Zero Team (set 3, Japan? (later batteryless))";320x256@55;H
+zeroteamc;"Zero Team (set 4, Taiwan, Liang Hwa license)";320x256@55;H
+zeroteamd;"Zero Team (set 5, Korea, Dream Soft license)";320x256@55;H
+zeroteams;"Zero Team Selection";320x256@55;H
+zeroteamsr;"Zero Team Suicide Revival Kit";320x256@55;H
+zerotime;"Zero Time";256x224@60;V
+zerotimed;"Zero Time (Datamat)";256x224@60;V
+zerotm2k;"Zero Team 2000";320x256@55;H
+zerowing;"Zero Wing (2P set) - Zero Wing (Euro)";320x240@60;H
+zerowing1;"Zero Wing (1P set)";320x240@60;H
+zerowingw;"Zero Wing (2P set, Williams Electronics)";320x240@60;H
+zerozone;"Zero Zone";368x224@60;H
+zigzagb;"Zig Zag (Galaxian hardware, set 1)";256x224@60;V
+zigzagb2;"Zig Zag (Galaxian hardware, set 2)";256x224@60;V
+zin;"Zing Zing Zip";384x240@60;V
+zintrckb;"Zintrick / Oshidashi Zentrix (hack / bootleg)";304x224@59;H
+zintrkcd;"Zintrick / Oshidashi Zentrix (Neo CD conversion)";304x224@59;H
+zipzap;"Zip & Zap";256x224@60;V
+zoar;"Zoar";256x240@60;V
+zodiack;"Zodiack";256x224@60;V
+zombraid;"Zombie Raid (9/28/95, US)";384x240@60;H
+zombraidp;"Zombie Raid (9/28/95, US, prototype PCB)";384x240@60;H
+zombraidpj;"Zombie Raid (9/28/95, Japan, prototype PCB)";384x240@60;H
+zupapa;"Zupapa!";304x224@59;H
+zzyzzyxx;"Zzyzzyxx (set 1)";256x224@60;V
+zzyzzyxx2;"Zzyzzyxx (set 2)";256x224@60;V
diff --git a/opt/retropie/configs/all/autostart.sh b/opt/retropie/configs/all/autostart.sh
new file mode 100755
index 0000000..b7e6f1c
--- /dev/null
+++ b/opt/retropie/configs/all/autostart.sh
@@ -0,0 +1,79 @@
+#!/bin/bash
+
+# script for preparing RetroPieRGB config script
+
+
+
+rgb_config=/home/pi/rgb_config.sh
+rgb_default_config=/home/pi/rgb_default_config.sh
+config=/boot/config.txt
+log=/home/pi/log.txt
+
+rm $log > /dev/null
+# read config.txt and put all config parameters for RetroPieRGB Parameters to
+# rgb_config
+
+
+function pikeyd165_start ()
+{
+ sudo chmod a+rwx /dev/uinput
+ pikeyd165_stop
+ sudo -s pikeyd165 -smi -ndb -d &> /dev/null
+}
+
+function pikeyd165_stop ()
+{
+
+ sudo chmod a+rwx /dev/uinput
+
+ sudo -s pikeyd165 -k &> /dev/null
+ #killall pikeyd165
+}
+
+
+
+function get_params()
+{
+
+ while IFS== read -r param default_value; do
+
+ result=$(grep $param $config)
+
+ if [ -z "$result" ] ; then
+ echo "$param=$default_value" | sudo tee -a $config
+ else
+ # var exists in config.txt
+ echo "variable in config.txt exists" >> $log
+ echo "sync calue in rgb_config" >> $log
+
+ echo $result >> $log
+ value=$(echo $result|cut -d"=" -f2)
+ echo $value >> $log
+ sed -i "s/^$param.*/$param=$value/" $rgb_config
+
+ fi
+
+ done < $rgb_default_config
+}
+
+
+# WIEGAND: Try to remove this part
+# rm $rgb_config
+# cp $rgb_default_config $rgb_config
+
+get_params
+
+chmod +x $rgb_config
+. $rgb_config
+
+
+if [ "$pi2jamma" == "1" ]; then
+ echo "pi2jamma activated" >> $log
+ pikeyd165_start
+else
+ echo "pi2jamma deactivated" >> $log
+ pikeyd165_stop
+fi
+
+
+emulationstation --screenrotate $es_rotate
diff --git a/opt/retropie/configs/all/runcommand-onend.sh b/opt/retropie/configs/all/runcommand-onend.sh
new file mode 100644
index 0000000..6aee22b
--- /dev/null
+++ b/opt/retropie/configs/all/runcommand-onend.sh
@@ -0,0 +1,5 @@
+vcgencmd hdmi_timings 320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1 > /dev/null
+sleep 0.3
+tvservice -e "DMT 87" > /dev/null
+sleep 0.3
+fbset -depth 8 && fbset -depth 16 -xres 320 -yres 240 > /dev/null
diff --git a/opt/retropie/configs/all/runcommand-onstart.sh b/opt/retropie/configs/all/runcommand-onstart.sh
new file mode 100755
index 0000000..e6fc352
--- /dev/null
+++ b/opt/retropie/configs/all/runcommand-onstart.sh
@@ -0,0 +1,102 @@
+#!/usr/bin/env bash
+#title : runcommand-onstart.sh
+#description : This script perform the following
+# Determines if the game being run is a console or an arcade/fba
+# For arcades, it will programatically determine the resolution based on resolution.ini file
+# For consoles, hdmi_timings can be set based on emulator or system
+# Dynamically creates the game_name.zip.cfg file and sets the custom_viewport_height
+# Dynamically add these parameters (video_allow_rotate = "true" and video_rotation = 1) for vertical games
+# vertical.txt contains all the mame 0.184 vertical games
+# Ability to set custom_viewport_width for arcades/fba
+#author : Jochen Zurborg
+#date : 2019-11-19
+#version : 0.1
+#notes : For advance users only and would need to be tweaked
+# to cater to your needs and preference
+# resolution.ini (0.184) file needed http://www.progettosnaps.net/renameset/
+#===============================================================================================================
+
+log=/home/pi/log.txt
+
+dir=($pwd)
+
+
+. /home/pi/rgb_config.sh
+
+# get the system name
+system=$1
+
+# get the emulator name
+emul=$2
+emul_lr=${emul:0:2}
+
+# get the full path filename of the ROM
+rom_fp=$3
+rom_bn=$3
+
+# Game or Rom name
+rom_bn="${rom_bn%.*}"
+rom_bn="${rom_bn##*/}"
+
+path=/opt/retropie/configs/all
+
+
+function prep_res ()
+{
+ cd $path
+ mme4crt $1 $2 $3 $rgb_screen_shift $rgb_screen_width 0 >> $log
+ #cp $dir/game_res.sh $path
+ #cp $dir/retroarch_game.cfg $path
+ chmod +x game_res.sh
+ cp retroarch_game.cfg "$rom_fp"".cfg"
+ cd $dir
+
+}
+
+# Determine if arcade or fba then determine resolution, set hdmi_timings else goto console section
+if [[ "$system" == "arcade" ]] || [[ "$system" == "fba" ]] || [[ "$system" == "mame-libretro" ]] ; then
+ echo "rom $rom_bn" >> $log
+
+ # get resolution of rom
+ rom_resolution=$(grep "$rom_bn;" $path/arcade_res_table.txt | cut -d";" -f3)
+ rom_resolution_width=$(echo $rom_resolution | cut -f1 -d"x")
+ rom_resolution_height=$(echo $rom_resolution | cut -f2 -d"x" | cut -f1 -d"@")
+ rom_resolution_freq=$(echo $rom_resolution | cut -f2 -d"x" | cut -f2 -d"@")
+
+ echo $rom_resolution >> $log
+
+ # Set rom_resolution_height for 480p and 448p roms
+ if [ $rom_resolution_height == "480" ]; then
+ rom_resolution_height="240"
+ elif [ $rom_resolution_height == "448" ]; then
+ rom_resolution_height="224"
+ fi
+
+
+ # Create rom_name.cfg
+ if ! [ -f "$rom_fp"".cfg" ]; then
+ touch "$rom_fp"".cfg"
+ fi
+
+ prep_res $rom_resolution_width $rom_resolution_height $rom_resolution_freq
+
+
+ # determine if vertical
+ if grep -w -q "$rom_bn" /opt/retropie/configs/all/vertical.txt ; then
+ # Add vertical parameters (video_allow_rotate = "true")
+ if ! grep -q "video_allow_rotate" "$rom_fp"".cfg"; then
+ echo -e "video_allow_rotate = \"true\"" >> "$rom_fp"".cfg" 2>&1
+ fi
+ # Add vertical parameters (video_rotation = 1)
+ if ! grep -q "video_rotation" "$rom_fp"".cfg"; then
+ echo -e "video_rotation = \"1\"" >> "$rom_fp"".cfg" 2>&1
+ fi
+ fi
+
+# hier besser eine Standard super res.
+else
+ prep_res 320 224 60
+
+fi
+
+$path/game_res.sh
diff --git a/opt/retropie/configs/all/vertical.txt b/opt/retropie/configs/all/vertical.txt
new file mode 100644
index 0000000..b9dd188
--- /dev/null
+++ b/opt/retropie/configs/all/vertical.txt
@@ -0,0 +1,1095 @@
+005
+1941
+1942
+1943
+1943kai
+1943mii
+1945kiii
+19xx
+20pacgal
+25pacman
+39in1
+4in1
+8ball
+8ballact
+aafb
+aceattac
+acefruit
+acrobatm
+ad2083
+aerofgt
+aerofgts
+afighter
+agallet
+airass
+airattck
+airduel
+airraid
+ajax
+alcon
+alibaba
+alinvade
+alleymas
+alphaho
+alpine
+altair
+amazon
+amidar
+androidp
+andromed
+angelkds
+anmlbskt
+anteater
+apb
+arabian
+arbalest
+arcadian
+argus
+arkanoid
+arkatour
+arknoid2
+armchmp2
+armedf
+armorcar
+ashura
+aso
+assault
+astrob
+astrof
+astrowar
+asuka
+asylum
+atamanot
+atlantis
+attckufo
+avengers
+azurian
+babypac
+bagman
+ballbomb
+baluba
+barrier
+baryon
+batrider
+batsugun
+battlane
+battlnts
+battroad
+bbakraid
+bcruzm12
+beaminv
+beezer
+berenstn
+bermudat
+bgaregga
+bigbucks
+bigevglf
+bigprowr
+bikkuric
+bioatack
+birdiy
+birdtry
+bitgrpha
+bitgrphb
+bjtwin
+bking
+bking2
+bking3
+bladestl
+blastoff
+blazer
+blkhole
+block
+blockcar
+blockgal
+blswhstl
+bluehawk
+blueprnt
+boggy84
+bombbee
+bombjack
+bombsa
+bongo
+boomrang
+boonggab
+botanic
+bowl3d
+bowler
+bowlrama
+brdrline
+breakout
+brickzn
+brubber
+brvblade
+btime
+buggychl
+bullfgtr
+bullsdrt
+bwcasino
+bwings
+cadanglr
+cairblad
+calibr50
+calipso
+cannonbp
+capbowl
+captflag
+carhntds
+carjmbre
+carnival
+castfant
+catacomb
+catapult
+catnmous
+cavelon
+cbdash
+cbtime
+cburnrub
+cchasm
+cdiscon1
+cdsteljn
+centiped
+cexplore
+cfarm
+cfboy0a1
+cfghtice
+cflyball
+cgraplop
+champbwl
+chanbara
+checkman
+cheekyms
+chinhero
+chkun
+chopper
+chqflag
+chwy
+circusc
+citybomb
+ckong
+ckongpt2
+clapapa
+clocknch
+clubpacm
+cluckypo
+cmanhat
+cmissnx
+cmkenosp
+cmmb162
+cmrltv75
+cnightst
+cntsteer
+cocean1a
+cocoloco
+colony7
+combh
+commando
+commsega
+complexx
+congo
+conquer
+contra
+coozumou
+cosmica
+cosmicg
+cosmo
+cosmogng
+cosmos
+cppicf
+cprobowl
+cprogolf
+cpsoccer
+cptennis
+crbaloon
+crshrace
+crush
+crzrally
+cscrtry
+csdtenis
+cskater
+csuperas
+cterrani
+ctisland
+ctornado
+ctsttape
+curvebal
+cutieq
+cybattlr
+cyclshtg
+cyvern
+czeroize
+dai3wksi
+daikaiju
+daioh
+dambustr
+dangar
+dangseed
+darkmist
+darkwar
+darwin
+dazzler
+dblewing
+dcheese
+ddayjlc
+ddonpach
+ddp2
+ddpdfk
+ddpdoj
+ddpdojh
+dealer
+decocass
+demoneye
+desertbr
+desertwr
+destryer
+devilfsh
+devstors
+devzone
+dfkbl
+digdug
+digdug2
+digger
+diggerc
+dimahoo
+dingo
+dirtfoxj
+disco
+discoboy
+divebomb
+dkong
+dkong3
+dkongjr
+docastle
+dockman
+dogfight
+dogyuun
+dommy
+donpachi
+dorachan
+dorodon
+downtown
+draco
+dragnblz
+drakton
+dremshpr
+driftout
+drivfrcp
+drmicro
+drtoppel
+dsaber
+dspirit
+dyger
+dynadice
+dynamski
+dynobop
+earthjkr
+eeekk
+eggor
+eightfrc
+elecyoyo
+enigma2
+equites
+espgal
+espgal2
+esprade
+evilston
+exctscc2
+exctsccr
+exedexes
+exerion
+explbrkr
+extrmatn
+eyes
+f1gp
+f1gp2
+fantasia
+fantastc
+fantasy
+fastdraw
+fastlane
+fcombat
+feversos
+fghtatck
+fgoal
+fhawk
+fi6845
+fightrol
+finalizr
+firebatl
+fireshrk
+firetrap
+firetrk
+fiveside
+fixeight
+flipjack
+flyboy
+flytiger
+fnkyfish
+freekick
+freeze
+frogger
+frontlin
+fshark
+fspiderb
+fstarfrc
+funkybee
+futari15
+futaribl
+futflash
+futspy
+gaiapols
+galactic
+galaga
+galaga88
+galaxia
+galaxian
+galaxygn
+galgame
+galivan
+galmedes
+galpani2
+galpani3
+galpanic
+galsnew
+galspnbl
+galxwars
+gametngk
+gaplus
+gardia
+gbusters
+gcpinbal
+geebee
+gekiridn
+gekisou
+gemini
+gground
+ghox
+gigas
+gigasm2b
+gmgalax
+gnbarich
+goindol
+goldbug
+gomoku
+gondo
+gorf
+gp2quiz
+gp2se
+gp32
+grasspin
+grchamp
+greenber
+grindstm
+grobda
+gseeker
+gstream
+gulfstrm
+gulfwar2
+gunbird
+gunbird2
+gundealr
+gundhara
+gunfront
+gunlock
+gunnail
+gunsmoke
+guwange
+guzzler
+gwar
+gyrodine
+gyruss
+hal21
+halleys
+hamaway
+harem
+hbarrel
+headoni
+heartatk
+heiankyo
+helifire
+hero
+highsplt
+himesiki
+hoccer
+hopprobo
+horekid
+horshoes
+hotdogst
+hotpinbl
+hotshock
+hotsmash
+hstennis
+hunchbak
+huncholy
+hustler
+hwrace
+hyhoo
+hyhoo2
+ibara
+ibarablk
+igmo
+ikari
+ikaruga
+illvelo
+imago
+imgfight
+imolagp
+indianbt
+indy800
+intrepid
+invad2ct
+invaders
+invadpt2
+invds
+invho2
+invinco
+invmulti
+invqix
+invrvnge
+ipminvad
+ixion
+jack
+jackal
+jackrabt
+jantotsu
+jcross
+jin
+jjack
+joinem
+jollyjgr
+jongbou
+josvolly
+journey
+joust2
+joyfulr
+jrpacman
+jumpbug
+jumpcoas
+jumpshot
+jungler
+junofrst
+kageki
+kaitei
+kamikaze
+kamikcab
+kangaroo
+kaos
+karous
+kas89
+kbm
+kbm2nd
+kbm3rd
+kchamp
+ket
+kick
+kicker
+kikikai
+kingball
+kingdmgp
+kingofb
+koikoi
+konam80s
+kong
+kopunch
+krull
+krzybowl
+kyros
+ladybug
+ladyfrog
+ladykill
+ladymstr
+lagunar
+lasso
+lastday
+lastduel
+lastmisn
+leds2011
+legion
+lethalth
+levers
+lgtnfght
+liberate
+lizwiz
+lnc
+locomotn
+logger
+looping
+losttomb
+loverboy
+lrescue
+lsasquad
+luckyrlt
+luctoday
+lupin3
+lwings
+m660
+machomou
+macross
+macrossp
+madalien
+madgear
+madshark
+mag_time
+magspot
+magspot2
+mamonoro
+maniach
+manybloc
+mappy
+mariner
+mars
+marvins
+masterw
+matmania
+mazeinv
+mazinger
+megadon
+megazone
+mercs
+merlinmm
+metafox
+metlfrzr
+metlhawk
+mgolf
+mightguy
+mikie
+milliped
+mimonkey
+minefld
+mirax
+misncrft
+mjleague
+mmagic
+mmonkey
+mmpork
+mocapb
+mofflott
+moguchan
+monsterb
+montecar
+monymony
+monzagp
+moonal2
+mooncrst
+moonqsr
+moonwar
+motos
+mouser
+mplanets
+mrdo
+mrflea
+mrjong
+mrkougar
+mrtnt
+mrviking
+msisaac
+msjiken
+mspacman
+mspuzzle
+multiped
+mushisam
+musicbal
+mustache
+mv1sfx
+mv1sfx2
+mx5000
+mystston
+naughtyb
+navarone
+ncv1
+ncv2
+nebulray
+neobattl
+netwars
+newfant
+newsin7
+nibbler
+ninjemak
+nitrobal
+nmouse
+noahsark
+nob
+nomnlnd
+nost
+nsub
+numcrash
+nyny
+ohpaipee
+olibochu
+omega
+omegaf
+orbitron
+outzone
+overdriv
+ozmawars
+ozon1
+p911
+p9112
+pachifev
+packbang
+pacmania
+pacnpal
+pacplus
+paddlema
+pairlove
+pandoras
+panic
+panicr
+panther
+paprazzi
+para2dx
+paradise
+paradlx
+passsht
+pbaction
+pballoon
+peggle
+pengo
+percuss
+perestro
+perfrman
+phelios
+phoenix
+phozon
+pickin
+pignewt
+pinbo
+pinkswts
+pisces
+pitnrun
+playball
+pleiads
+plgirls
+plgirls2
+plusalph
+plygonet
+pntnpuzl
+pokrdice
+polaris
+pollux
+polynetw
+pooyan
+popflame
+popper
+porky
+portrait
+poundfor
+ppking
+pprobe
+progolf
+progress
+promutrv
+prosoccr
+prosport
+protennb
+prtytime
+psurge
+psychic5
+psyvar2
+psyvaria
+psyvarrv
+pturn
+puckman
+pulsar
+pushover
+puzlclub
+pwrflip
+pzlestar
+qbert
+qbertqub
+qix
+quantum
+quarterb
+quasar
+quester
+quizpun
+quizpun2
+quizqgd
+qwak
+r2dtank
+r2dx_v33
+raaspec
+rackemup
+radarscp
+radarzon
+radirgy
+raflesia
+raiden
+raiden2
+raidendx
+raiders
+rallybik
+razmataz
+rcasino
+rcirulet
+rcorsair
+rdft
+rdft2
+re800v1
+re800v3
+re900
+reaktor
+redalert
+redclash
+redlin2p
+redrobin
+redufo
+regulus
+repulse
+rescue
+retofinv
+revenger
+rfjet
+ridleofp
+roadf
+rockduck
+rockn
+rockn2
+rockn3
+rockn4
+rocktrv2
+rocnrope
+rollingc
+rompers
+rotaryf
+roundup
+route16
+rshark
+rtriv
+rumba
+ryujin
+s1945
+s1945ii
+s1945iii
+safarir
+samurai
+samuraia
+sandscrp
+sasuke
+satansat
+saturnzi
+sbagman
+sbasketb
+sbomber
+sbowling
+sbrkout
+sbugger
+schaser
+scobra
+scontra
+scorpion
+scotrsht
+scramble
+scregg
+scudhamm
+sdtennis
+sdungeon
+searchar
+seicross
+sengekis
+senjyo
+setaroul
+sexyboom
+sfkick
+sflush
+sheriff
+shienryu
+shikgam2
+shikigam
+shikigama
+shollow
+shootbul
+shors2k1
+shorse
+shorsep
+shorsepr
+shtrider
+shuffle
+shuttlei
+sianniv
+sidampkr
+sidewndr
+silvmil
+sindbadm
+sinistar
+skullfng
+skyadvnt
+skyalert
+skyarmy
+skybase
+skybump
+skychut
+skyfox
+skylancr
+skylove
+skysmash
+skysoldr
+sl2007
+slikshot
+slither
+solarfox
+solarwar
+sonicbom
+sos
+spacbeam
+spacecr
+spacefb
+spacefev
+spacefrt
+spaceg
+spaceint
+spacelnc
+spaceod
+spacetrk
+spbactn
+spcforce
+spcfrcii
+spcinv95
+spcking2
+spclaser
+spclforc
+spcpostn
+spcwarp
+spdcoin
+speakres
+spec2k
+speedbal
+spellbnd
+spfghmk2
+spiders
+springer
+spyhunt
+sqbert
+sqix
+sraider
+srdarwin
+srdmissn
+srumbler
+ssi
+ssingles
+ssmissin
+ssozumo
+sspacaho
+sspaceat
+sspeedr
+sspirits
+ssrj
+sstingry
+sstrangr
+sstrike
+sstriker
+stagger1
+starfigh
+starforc
+starjack
+starspnr
+stg
+stinger
+stmblade
+stratab
+streakng
+striv
+strtheat
+strvmstr
+stuntair
+sub
+sucasino
+sundance
+supdrapo
+superabc
+superbik
+superbon
+superbug
+superpac
+supertnk
+superwng
+superx
+supmodel
+suprglob
+suprmous
+suprridr
+suprstar
+survival
+swat
+szaxxon
+tacscan
+tactcian
+tail2nos
+talbot
+tankbatt
+tankbust
+tattack
+taxidriv
+tazmania
+tcobra2
+tdfever
+tdpgal
+tdragon
+tdragon2
+teamqb
+teedoff
+telmahjn
+tempest
+tenkomor
+tenspot
+terracre
+tharrier
+thedeep
+theend
+thehand
+thepit
+thunderl
+tigerh
+timefgtr
+timelimt
+timeplt
+timescan
+timesold
+tinv2650
+tisland
+tndrcade
+tnextspc
+tnk3
+todruaga
+tokio
+tokisens
+tomahawk
+toobin
+toprollr
+toratora
+torus
+toucheme
+tp84
+tranqgun
+travrusa
+trgheart
+tricktrp
+triplep
+tripool
+trisport
+trizeal
+tron
+truxton
+truxton2
+trvchlng
+trvmstr
+trvquest
+trvwz2
+trvwz4
+tryout
+tsamurai
+tugboat
+tunhunt
+turbo
+turbofrc
+turbotag
+turtles
+tutankhm
+twinbee
+twincobr
+twineag2
+twineagl
+twinhawk
+ultrax
+unclepoo
+undefeat
+uniwars
+unkhorse
+upndown
+upyoural
+usclssic
+valkyrie
+valtric
+vandyke
+vangrd2
+vanguard
+vanvan
+vaportra
+varth
+vasara
+vasara2
+vastar
+vectrex\3dminest
+vectrex\animactn
+vectrex\armora
+vectrex\artmastr
+vectrex\bedlam
+vectrex\berzerk
+vectrex\blitz
+vectrex\cchasm
+vectrex\ccoaster
+vectrex\cleanswp
+vectrex\darktowr
+vectrex\enginean
+vectrex\fnarzod
+vectrex\headsup
+vectrex\hyprchas
+vectrex\mailplan
+vectrex\melody
+vectrex\minestrm
+vectrex\narrowes
+vectrex\polarres
+vectrex\polepos
+vectrex\ptchduel
+vectrex\ripoff
+vectrex\rocksled
+vectrex\scramble
+vectrex\solarq
+vectrex\spacewar
+vectrex\spike
+vectrex\spinball
+vectrex\starcas
+vectrex\starhawk
+vectrex\startrek
+vectrex\testrev4
+vectrex\tourfrnc
+vectrex\webwarp
+vectrex
+vega
+victroad
+videopin
+vimana
+viprp1
+vmetal
+volfied
+vortex
+vroulet
+vsgongf
+vulgus
+wallst
+wanted
+warofbug
+warpwarp
+waterski
+wiggie
+wingforc
+wiping
+wivernwg
+wiz
+wmatch
+wndrplnt
+woodpeck
+worldwar
+wrestwar
+wrofaero
+wtennis
+wwestern
+wyvernf0
+x2222
+xevious
+xiistag
+xxmissio
+yamagchi
+yamato
+yosakdon
+youjyudn
+zaryavos
+zaviga
+zaxxon
+zerohour
+zigzagb
+zingzip
+zipzap
+zoar
+zodiack
+zzyzzyxx
diff --git a/patch.sh b/patch.sh
new file mode 100755
index 0000000..c6783d5
--- /dev/null
+++ b/patch.sh
@@ -0,0 +1,3 @@
+dialog --infobox "RetroPieRGB First Version patch 1\n\n Visit www.arcadeforge.de" 10 30
+sleep 3
+./setup.sh
diff --git a/scripts/320_240_60.sh b/scripts/320_240_60.sh
new file mode 100755
index 0000000..6aee22b
--- /dev/null
+++ b/scripts/320_240_60.sh
@@ -0,0 +1,5 @@
+vcgencmd hdmi_timings 320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1 > /dev/null
+sleep 0.3
+tvservice -e "DMT 87" > /dev/null
+sleep 0.3
+fbset -depth 8 && fbset -depth 16 -xres 320 -yres 240 > /dev/null
diff --git a/scripts/450_270_50.sh b/scripts/450_270_50.sh
new file mode 100755
index 0000000..a4812aa
--- /dev/null
+++ b/scripts/450_270_50.sh
@@ -0,0 +1,16 @@
+vcgencmd hdmi_timings 450 1 50 30 90 270 1 1 1 30 0 0 0 50 0 9600000 1 > /dev/null
+#vcgencmd hdmi_timings 320 1 2 26 43 240 1 3 7 12 0 0 0 60 0 6400000 1
+
+
+tvservice -e "DMT 87"
+#fbset -g 320 230 320 230 32 > /dev/null
+sleep 0.3
+
+#fbset -depth 8 && fbset -depth 16
+#sleep 0.3
+fbset -g 450 270 450 270 32 > /dev/null
+# fb not put to screen
+echo "res executed"
+#sleep 0.3
+
+#stty rows 44
diff --git a/.project b/.project
new file mode 100644
index 0000000..2b159f2
--- /dev/null
+++ b/.project
@@ -0,0 +1,11 @@
+
+
+ RetroPieRGB
+
+
+
+
+
+
+
+
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..6dc7da9
--- /dev/null
+++ b/README.md
@@ -0,0 +1,26 @@
+RetroPieRGB
+===========
+
+This project contains scripts for enabling 15Khz RGB for your retro gaming setup with retropie.
+
+It needs the hardware addon pi2scart or pi2jamma to output the proper image on a CRT screen.
+
+Please goto http://www.arcadeforge.de and get this awesome gadget.
+
+
+Installation
+============
+
+Download latest retropie and install it as described on retropie wiki.
+Connect Keyboard.
+Activate wiki.
+In emulationstation press F4 to get cmd shell
+
+Type
+
+git clone https://github.com/arcadeforge/RetroPieRGB
+
+cd RetroPieRGB
+
+sudo ./setup.sh
+
diff --git a/boot/config.txt b/boot/config.txt
new file mode 100755
index 0000000..1860f84
--- /dev/null
+++ b/boot/config.txt
@@ -0,0 +1,73 @@
+# For more options and information see
+# http://rpf.io/configtxt
+# Some settings may impact device functionality. See link above for details
+
+# uncomment if you get no picture on HDMI for a default "safe" mode
+#hdmi_safe=1
+
+# uncomment this if your display has a black border of unused pixels visible
+# and your display can output without overscan
+#disable_overscan=1
+
+# uncomment the following to adjust overscan. Use positive numbers if console
+# goes off screen, and negative if there is too much border
+#overscan_left=16
+#overscan_right=16
+#overscan_top=16
+#overscan_bottom=16
+
+# uncomment to force a console size. By default it will be display's size minus
+# overscan.
+#framebuffer_width=1280
+#framebuffer_height=720
+
+# uncomment if hdmi display is not detected and composite is being output
+#hdmi_force_hotplug=1
+
+# uncomment to force a specific HDMI mode (this will force VGA)
+#hdmi_group=1
+#hdmi_mode=1
+
+# uncomment to force a HDMI mode rather than DVI. This can make audio work in
+# DMT (computer monitor) modes
+#hdmi_drive=2
+
+# uncomment to increase signal to HDMI, if you have interference, blanking, or
+# no display
+#config_hdmi_boost=4
+
+# uncomment for composite PAL
+#sdtv_mode=2
+
+#uncomment to overclock the arm. 700 MHz is the default.
+#arm_freq=800
+
+# Uncomment some or all of these to enable the optional hardware interfaces
+#dtparam=i2c_arm=on
+#dtparam=i2s=on
+#dtparam=spi=on
+
+# Uncomment this to enable the lirc-rpi module
+#dtoverlay=lirc-rpi
+
+disable_splash=1
+disable_audio_dither=1
+
+# Settings for pi2scart and pi2jamma
+
+dtoverlay=vga666
+enable_dpi_lcd=1
+display_default_lcd=1
+dpi_group=2
+dpi_mode=87
+
+hdmi_timings=320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+# Additional overlays and parameters are documented /boot/overlays/README
+
+# Enable audio (loads snd_bcm2835)
+dtparam=audio=on
+gpu_mem_256=128
+gpu_mem_512=256
+gpu_mem_1024=256
+overscan_scale=1
diff --git a/boot/config_highres.txt b/boot/config_highres.txt
new file mode 100644
index 0000000..933ae16
--- /dev/null
+++ b/boot/config_highres.txt
@@ -0,0 +1,103 @@
+# For more options and information see
+# http://rpf.io/configtxtreadme
+# Some settings may impact device functionality. See link above for details
+
+# uncomment if you get no picture on HDMI for a default "safe" mode
+#hdmi_safe=1
+disable_splash=1
+
+# uncomment this if your display has a black border of unused pixels visible
+# and your display can output without overscan
+#disable_overscan=1
+
+# uncomment the following to adjust overscan. Use positive numbers if console
+# goes off screen, and negative if there is too much border
+#overscan_left=16
+#overscan_right=16
+#overscan_top=16
+#overscan_bottom=16
+
+# uncomment to force a console size. By default it will be display's size minus
+# overscan.
+#framebuffer_width=1280
+#framebuffer_height=720
+#resolution for 24inch half size 1920 x 1200
+#framebuffer_width=960
+#framebuffer_height=600
+
+# uncomment if hdmi display is not detected and composite is being output
+#hdmi_force_hotplug=1
+
+# uncomment to force a specific HDMI mode (this will force VGA)
+#hdmi_group=1
+#hdmi_mode=1
+
+# uncomment to force a HDMI mode rather than DVI. This can make audio work in
+# DMT (computer monitor) modes
+#hdmi_drive=2
+
+# uncomment to increase signal to HDMI, if you have interference, blanking, or
+# no display
+#config_hdmi_boost=4
+
+# uncomment for composite PAL
+#sdtv_mode=2
+
+#uncomment to overclock the arm. 700 MHz is the default.
+arm_freq=800
+
+# Uncomment some or all of these to enable the optional hardware interfaces
+#dtparam=i2c_arm=on
+#dtparam=i2s=on
+#dtparam=spi=on
+
+# Uncomment this to enable the lirc-rpi module
+#dtoverlay=lirc-rpi
+
+# Additional overlays and parameters are documented /boot/overlays/README
+
+# Enable audio (loads snd_bcm2835)
+dtparam=audio=on
+#gpu_mem=512
+
+
+disable_audio_dither=1
+#audio_pwm_mode=2
+
+## Aufloesung fest einstellen ##
+################################
+##hdmi auch ohne Monitor im Betrieb
+hdmi_force_hotplug=1
+# DMT Modus aktivieren
+hdmi_group=2
+## Aufloesungen alle 60hz
+# 1024x768
+#hdmi_mode=16
+# 1280x768
+#hdmi_mode=23
+# 1366x768
+#hdmi_mode=81
+# 1920x1080
+#hdmi_mode=82
+# 1280x720p
+#hdmi_mode=85
+# 640x480
+hdmi_mode=4
+# 800x600
+#hdmi_mode=9
+# check with tvservice -s for available resolution of our monitor
+
+# oc settings
+gpu_mem=256
+#gpu_mem_256=128
+#gpu_mem_512=256
+#gpu_mem_1024=256
+#arm_freq=1450
+#gpu_freq=500
+#sdram_freq=550
+#over_voltage=8
+#force_turbo=1
+
+
+
+
diff --git a/boot/config_lowres.txt b/boot/config_lowres.txt
new file mode 100644
index 0000000..c993dcc
--- /dev/null
+++ b/boot/config_lowres.txt
@@ -0,0 +1,47 @@
+# See /boot/overlays/README for all available options
+
+disable_splash=1
+disable_audio_dither=1
+#audio_pwm_mode=2
+dtparam=audio=on
+dtoverlay=vga666
+enable_dpi_lcd=1
+display_default_lcd=1
+dpi_group=2
+dpi_mode=87
+#hdmi_timings=320 1 19 43 36 256 1 2 3 22 0 0 0 60 0 6400000 1 #256p
+
+# to move picture left and right on screen subtract and add values from
+# 3rd and 5th value
+# 16+x and 34-x moves x pixel left or right
+#
+#hdmi_timings=320 1 19 43 36 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+# no overscan but blurry
+#hdmi_timings=320 1 19 43 36 224 1 11 14 15 0 0 0 60 0 6400000 1
+
+hdmi_timings=320 1 19 43 36 240 1 2 6 14 0 0 0 60 0 6400000 1
+
+#hdmi_timings=320 1 19 43 36 240 1 2 10 10 0 0 0 60 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 3 6 17 0 0 0 59 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 5 6 20 0 0 0 58 0 6400000 1
+
+# old hdmi_timings from 2.5.2
+#hdmi_timings=320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+
+
+#framebuffer_width=320
+#framebuffer_height=240
+
+# oc settings
+gpu_mem=256
+#gpu_mem_256=128
+#gpu_mem_512=256
+#gpu_mem_1024=256
+#arm_freq=1450
+#gpu_freq=500
+#sdram_freq=550
+#over_voltage=8
+#force_turbo=1
+
diff --git a/config.txt b/config.txt
new file mode 100755
index 0000000..aedd54a
--- /dev/null
+++ b/config.txt
@@ -0,0 +1,50 @@
+# See /boot/overlays/README for all available options
+
+disable_splash=1
+disable_audio_dither=1
+#audio_pwm_mode=2
+dtparam=audio=on
+dtoverlay=vga666
+enable_dpi_lcd=1
+display_default_lcd=1
+dpi_group=2
+dpi_mode=87
+#hdmi_timings=320 1 19 43 36 256 1 2 3 22 0 0 0 60 0 6400000 1 #256p
+
+# to move picture left and right on screen subtract and add values from
+# 3rd and 5th value
+# 16+x and 34-x moves x pixel left or right
+#
+#hdmi_timings=320 1 19 43 36 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+# no overscan but blurry
+#hdmi_timings=320 1 19 43 36 224 1 11 14 15 0 0 0 60 0 6400000 1
+
+hdmi_timings=320 1 19 43 36 240 1 2 6 14 0 0 0 60 0 6400000 1
+
+#hdmi_timings=320 1 19 43 36 240 1 2 10 10 0 0 0 60 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 3 6 17 0 0 0 59 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 5 6 20 0 0 0 58 0 6400000 1
+
+# old hdmi_timings from 2.5.2
+#hdmi_timings=320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+
+
+#framebuffer_width=320
+#framebuffer_height=240
+
+# oc settings
+gpu_mem=256
+#gpu_mem_256=128
+#gpu_mem_512=256
+#gpu_mem_1024=256
+#arm_freq=1450
+#gpu_freq=500
+#sdram_freq=550
+#over_voltage=8
+#force_turbo=1
+
+es_rotate=1
+pi2jamma=0
+mme4crt_shift=30
diff --git a/etc/emulationstation/themes.sh b/etc/emulationstation/themes.sh
new file mode 100755
index 0000000..ea2d7b6
--- /dev/null
+++ b/etc/emulationstation/themes.sh
@@ -0,0 +1,190 @@
+local themes=(
+ 'arcadeforge push-a'
+ 'arcadeforge push-a-v'
+ 'arcadeforge pixel-heaven'
+ 'arcadeforge pixel-heaven-text'
+ 'arcadeforge 240p_Bubblegum'
+ 'arcadeforge 240p-honey'
+ 'RetroPie carbon'
+ 'RetroPie carbon-centered'
+ 'RetroPie carbon-nometa'
+ 'RetroPie simple'
+ 'RetroPie simple-dark'
+ 'RetroPie clean-look'
+ 'RetroPie color-pi'
+ 'RetroPie nbba'
+ 'RetroPie simplified-static-canela'
+ 'RetroPie turtle-pi'
+ 'RetroPie zoid'
+ 'ehettervik pixel'
+ 'ehettervik pixel-metadata'
+ 'ehettervik pixel-tft'
+ 'ehettervik luminous'
+ 'ehettervik minilumi'
+ 'ehettervik workbench'
+ 'AmadhiX eudora'
+ 'AmadhiX eudora-bigshot'
+ 'AmadhiX eudora-concise'
+ 'InsecureSpike retroplay-clean-canela'
+ 'InsecureSpike retroplay-clean-detail-canela'
+ 'Omnija simpler-turtlepi'
+ 'Omnija simpler-turtlemini'
+ 'Omnija metro'
+ 'lilbud material'
+ 'mattrixk io'
+ 'mattrixk metapixel'
+ 'mattrixk spare'
+ 'robertybob space'
+ 'robertybob simplebigart'
+ 'robertybob tv'
+ 'HerbFargus tronkyfran'
+ 'lilbud flat'
+ 'lilbud flat-dark'
+ 'lilbud minimal'
+ 'lilbud switch'
+ 'lilbud angular'
+ 'FlyingTomahawk futura-V'
+ 'FlyingTomahawk futura-dark-V'
+ 'G-rila fundamental'
+ 'ruckage nes-mini'
+ 'ruckage famicom-mini'
+ 'ruckage snes-mini'
+ 'anthonycaccese crt'
+ 'anthonycaccese crt-centered'
+ 'anthonycaccese art-book'
+ 'anthonycaccese art-book-4-3'
+ 'anthonycaccese art-book-pocket'
+ 'anthonycaccese art-book-micro'
+ 'anthonycaccese tft'
+ 'anthonycaccese picade'
+ 'TMNTturtleguy ComicBook'
+ 'TMNTturtleguy ComicBook_4-3'
+ 'TMNTturtleguy ComicBook_SE-Wheelart'
+ 'TMNTturtleguy ComicBook_4-3_SE-Wheelart'
+ 'ChoccyHobNob cygnus'
+ 'dmmarti steampunk'
+ 'dmmarti hurstyblue'
+ 'dmmarti maximuspie'
+ 'dmmarti showcase'
+ 'dmmarti kidz'
+ 'dmmarti unified'
+ 'dmmarti gamehat'
+ 'rxbrad freeplay'
+ 'rxbrad gbz35'
+ 'rxbrad gbz35-dark'
+ 'garaine marioblue'
+ 'garaine bigwood'
+ 'MrTomixf Royal_Primicia'
+ 'lostless playstation'
+ 'mrharias superdisplay'
+ 'coinjunkie synthwave'
+ 'nickearl retrowave'
+ 'nickearl retrowave_4_3'
+ 'pacdude minijawn'
+ 'RetroHursty69 magazinemadness'
+ 'RetroHursty69 stirling'
+ 'RetroHursty69 boxalloyred'
+ 'RetroHursty69 boxalloyblue'
+ 'RetroHursty69 greenilicious'
+ 'RetroHursty69 retroroid'
+ 'RetroHursty69 merryxmas'
+ 'RetroHursty69 cardcrazy'
+ 'RetroHursty69 license2game'
+ 'RetroHursty69 comiccrazy'
+ 'RetroHursty69 snazzy'
+ 'RetroHursty69 tributeGoT'
+ 'RetroHursty69 tributeSTrek'
+ 'RetroHursty69 tributeSWars'
+ 'RetroHursty69 crisp'
+ 'RetroHursty69 crisp_light'
+ 'RetroHursty69 primo'
+ 'RetroHursty69 primo_light'
+ 'RetroHursty69 back2basics'
+ 'RetroHursty69 retrogamenews'
+ 'RetroHursty69 bluray'
+ 'RetroHursty69 soda'
+ 'RetroHursty69 lightswitch'
+ 'RetroHursty69 darkswitch'
+ 'RetroHursty69 whiteslide'
+ 'RetroHursty69 graffiti'
+ 'RetroHursty69 whitewood'
+ 'RetroHursty69 sublime'
+ 'RetroHursty69 infinity'
+ 'RetroHursty69 neogeo_only'
+ 'RetroHursty69 boxcity'
+ 'RetroHursty69 vertical_arcade'
+ 'RetroHursty69 cabsnazzy'
+ 'RetroHursty69 garfieldism'
+ 'RetroHursty69 halloweenspecial'
+ 'RetroHursty69 heychromey'
+ 'RetroHursty69 homerism'
+ 'RetroHursty69 spaceinvaders'
+ 'RetroHursty69 disenchantment'
+ 'RetroHursty69 minions'
+ 'RetroHursty69 tmnt'
+ 'RetroHursty69 pacman'
+ 'RetroHursty69 dragonballz'
+ 'RetroHursty69 minecraft'
+ 'RetroHursty69 incredibles'
+ 'RetroHursty69 mario_melee'
+ 'RetroHursty69 evilresident'
+ 'RetroHursty69 hurstyspin'
+ 'RetroHursty69 cyber'
+ 'RetroHursty69 supersweet'
+ 'RetroHursty69 donkeykonkey'
+ 'RetroHursty69 snapback'
+ 'RetroHursty69 heman'
+ 'RetroHursty69 pitube'
+ 'RetroHursty69 batmanburton'
+ 'RetroHursty69 NegativeColor'
+ 'RetroHursty69 NegativeSepia'
+ 'RetroHursty69 corg'
+ 'RetroHursty69 mysticorb'
+ 'RetroHursty69 joysticks'
+ 'RetroHursty69 orbpilot'
+ 'RetroHursty69 bitfit'
+ 'RetroHursty69 circuit'
+ 'RetroHursty69 retroboy'
+ 'RetroHursty69 retroboy2'
+ 'RetroHursty69 hurstybluetake2'
+ 'RetroHursty69 fabuloso'
+ 'RetroHursty69 arcade1up_aspectratio54'
+ 'RetroHursty69 supersweet_aspectratio54'
+ 'RetroHursty69 heychromey_aspectratio54'
+ 'RetroHursty69 mariobrosiii'
+ 'RetroHursty69 vertical_limit_verticaltheme'
+ 'RetroHursty69 CapcomColorHorizontal'
+ 'RetroHursty69 CapcomColorSpin'
+ 'RetroHursty69 CapcomColorVertical'
+ 'RetroHursty69 bluesteel'
+ 'RetroHursty69 blueprism'
+ 'RetroHursty69 bluesmooth'
+ 'RetroHursty69 floyd'
+ 'RetroHursty69 floyd_arcade'
+ 'RetroHursty69 floyd_room'
+ 'RetroHursty69 Slick_Bluey'
+ 'RetroHursty69 Slick_Red'
+ 'RetroHursty69 ghostbusters'
+ 'RetroHursty69 realghostbusters'
+ 'RetroHursty69 stirlingness'
+ 'RetroHursty69 marco'
+ 'RetroHursty69 swatch'
+ 'RetroHursty69 meshy'
+ 'RetroHursty69 magazinemadness2'
+ 'RetroHursty69 CosmicRise'
+ 'RetroHursty69 uniflyered'
+ 'Saracade scv720'
+ 'chicueloarcade Chicuelo'
+ 'SuperMagicom nostalgic'
+ 'lipebello retrorama'
+ 'lipebello strangerstuff'
+ 'lipebello spaceoddity'
+ 'lipebello swineapple'
+ 'waweedman pii-wii'
+ 'waweedman Blade-360'
+ 'waweedman Venom'
+ 'waweedman Spider-Man'
+ 'blowfinger77 locomotion'
+ 'justincaseurskynet Arcade1up-5x4-Horizontal'
+ 'KALEL1981 Super-Retroboy'
+ )
diff --git a/etc/pikeyd165.conf b/etc/pikeyd165.conf
new file mode 100644
index 0000000..66d4c6f
--- /dev/null
+++ b/etc/pikeyd165.conf
@@ -0,0 +1,93 @@
+#pikeyd165.conf
+
+#format:
+# {keycode from /usr/include/linux/input.h} {GPIO pin no}
+# Not limited to a single key. A GPIO press will emit all defined keys in order.
+#P = Player; B = Button
+
+# P1B3 L
+KEY_SPACE 0
+# P1B4 B
+KEY_LEFTSHIFT 1
+# P1B5 A
+KEY_Z 2
+# P1B6 R
+KEY_X 3
+# P2B5
+KEY_I 4
+# P2B6
+KEY_K 5
+# P2B4
+KEY_W 6
+# P2B3
+KEY_Q 7
+# P1Left
+KEY_LEFT 8
+# P1Right
+KEY_RIGHT 9
+# P1B1 Y
+#KEY_LEFTCTRL 10
+KEY_ENTER 10
+# P1B2 X
+#KEY_LEFTALT 11
+KEY_BACKSPACE 11
+# P2B2
+KEY_S 12
+# P2B1
+KEY_A 13
+# P2Right
+KEY_G 14
+# P2Left
+KEY_D 15
+# P1Coin
+KEY_5 16
+# P1Start
+KEY_1 17
+# P1Up
+KEY_UP 18
+# P1Down
+KEY_DOWN 19
+# P2Down
+KEY_F 20
+# P2Up
+KEY_R 21
+# P2Start
+KEY_2 22
+# P2Coin
+KEY_6 23
+
+
+#special keys! bits pressed simultaniousley result in specified Key
+#maximum bits == 4
+
+# Service Menu retroarch
+# p1b2 p1start
+KEY_F1 17 11
+
+# Service Menu AdvMame, Mame4all
+# p2start p1b2 p1start
+#KEY_F2 22 11 17
+
+# Settings Mame4all
+# p2start p1b3 p1start
+#KEY_TAB 22 0 17
+
+# Quit Emulator / Game
+# p1start p1b1
+KEY_ESC 10 17
+
+# Coin Player 2
+# p1up p2start
+KEY_6 18 22
+# p2up p2start
+KEY_6 21 22
+
+# Coin Player 1
+# p1up p1start
+KEY_5 18 17
+
+# Menu C64, filter advmame
+# p2start p1b4 p1start
+#KEY_F12 22 1 17
+
+
diff --git a/home/pi/RetroPie-Setup/scriptmodules/supplementary/esthemes.sh b/home/pi/RetroPie-Setup/scriptmodules/supplementary/esthemes.sh
new file mode 100644
index 0000000..c065848
--- /dev/null
+++ b/home/pi/RetroPie-Setup/scriptmodules/supplementary/esthemes.sh
@@ -0,0 +1,337 @@
+#!/usr/bin/env bash
+
+# This file is part of The RetroPie Project
+#
+# The RetroPie Project is the legal property of its developers, whose names are
+# too numerous to list here. Please refer to the COPYRIGHT.md file distributed with this source.
+#
+# See the LICENSE.md file at the top-level directory of this distribution and
+# at https://raw.githubusercontent.com/RetroPie/RetroPie-Setup/master/LICENSE.md
+#
+
+rp_module_id="esthemes"
+rp_module_desc="Install themes for Emulation Station"
+rp_module_section="config"
+
+function depends_esthemes() {
+ if isPlatform "x11"; then
+ getDepends feh
+ else
+ getDepends fbi
+ fi
+}
+
+function install_theme_esthemes() {
+ local theme="$1"
+ local repo="$2"
+ if [[ -z "$repo" ]]; then
+ repo="RetroPie"
+ fi
+ if [[ -z "$theme" ]]; then
+ theme="carbon"
+ repo="RetroPie"
+ fi
+ mkdir -p "/etc/emulationstation/themes"
+ gitPullOrClone "/etc/emulationstation/themes/$theme" "https://github.com/$repo/es-theme-$theme.git"
+}
+
+function uninstall_theme_esthemes() {
+ local theme="$1"
+ if [[ -d "/etc/emulationstation/themes/$theme" ]]; then
+ rm -rf "/etc/emulationstation/themes/$theme"
+ fi
+}
+
+function gui_esthemes() {
+
+# . /etc/emulationstation/themes.sh
+
+local themes=(
+ 'arcadeforge push-a'
+ 'arcadeforge push-a-v'
+ 'arcadeforge pixel-heaven'
+ 'arcadeforge pixel-heaven-text'
+ 'arcadeforge 240p_Bubblegum'
+ 'arcadeforge 240p-honey'
+ 'xovox RetroCRT-240p'
+ 'xovox RetroCRT-240p-Vertical'
+ 'RetroPie carbon'
+ 'RetroPie carbon-centered'
+ 'RetroPie carbon-nometa'
+ 'RetroPie simple'
+ 'RetroPie simple-dark'
+ 'RetroPie clean-look'
+ 'RetroPie color-pi'
+ 'RetroPie nbba'
+ 'RetroPie simplified-static-canela'
+ 'RetroPie turtle-pi'
+ 'RetroPie zoid'
+ 'ehettervik pixel'
+ 'ehettervik pixel-metadata'
+ 'ehettervik pixel-tft'
+ 'ehettervik luminous'
+ 'ehettervik minilumi'
+ 'ehettervik workbench'
+ 'AmadhiX eudora'
+ 'AmadhiX eudora-bigshot'
+ 'AmadhiX eudora-concise'
+ 'InsecureSpike retroplay-clean-canela'
+ 'InsecureSpike retroplay-clean-detail-canela'
+ 'Omnija simpler-turtlepi'
+ 'Omnija simpler-turtlemini'
+ 'Omnija metro'
+ 'lilbud material'
+ 'mattrixk io'
+ 'mattrixk metapixel'
+ 'mattrixk spare'
+ 'robertybob space'
+ 'robertybob simplebigart'
+ 'robertybob tv'
+ 'HerbFargus tronkyfran'
+ 'lilbud flat'
+ 'lilbud flat-dark'
+ 'lilbud minimal'
+ 'lilbud switch'
+ 'lilbud angular'
+ 'FlyingTomahawk futura-V'
+ 'FlyingTomahawk futura-dark-V'
+ 'G-rila fundamental'
+ 'ruckage nes-mini'
+ 'ruckage famicom-mini'
+ 'ruckage snes-mini'
+ 'anthonycaccese crt'
+ 'anthonycaccese crt-centered'
+ 'anthonycaccese art-book'
+ 'anthonycaccese art-book-4-3'
+ 'anthonycaccese art-book-pocket'
+ 'anthonycaccese art-book-micro'
+ 'anthonycaccese tft'
+ 'anthonycaccese picade'
+ 'TMNTturtleguy ComicBook'
+ 'TMNTturtleguy ComicBook_4-3'
+ 'TMNTturtleguy ComicBook_SE-Wheelart'
+ 'TMNTturtleguy ComicBook_4-3_SE-Wheelart'
+ 'ChoccyHobNob cygnus'
+ 'dmmarti steampunk'
+ 'dmmarti hurstyblue'
+ 'dmmarti maximuspie'
+ 'dmmarti showcase'
+ 'dmmarti kidz'
+ 'dmmarti unified'
+ 'dmmarti gamehat'
+ 'rxbrad freeplay'
+ 'rxbrad gbz35'
+ 'rxbrad gbz35-dark'
+ 'garaine marioblue'
+ 'garaine bigwood'
+ 'MrTomixf Royal_Primicia'
+ 'lostless playstation'
+ 'mrharias superdisplay'
+ 'coinjunkie synthwave'
+ 'nickearl retrowave'
+ 'nickearl retrowave_4_3'
+ 'pacdude minijawn'
+ 'RetroHursty69 magazinemadness'
+ 'RetroHursty69 stirling'
+ 'RetroHursty69 boxalloyred'
+ 'RetroHursty69 boxalloyblue'
+ 'RetroHursty69 greenilicious'
+ 'RetroHursty69 retroroid'
+ 'RetroHursty69 merryxmas'
+ 'RetroHursty69 cardcrazy'
+ 'RetroHursty69 license2game'
+ 'RetroHursty69 comiccrazy'
+ 'RetroHursty69 snazzy'
+ 'RetroHursty69 tributeGoT'
+ 'RetroHursty69 tributeSTrek'
+ 'RetroHursty69 tributeSWars'
+ 'RetroHursty69 crisp'
+ 'RetroHursty69 crisp_light'
+ 'RetroHursty69 primo'
+ 'RetroHursty69 primo_light'
+ 'RetroHursty69 back2basics'
+ 'RetroHursty69 retrogamenews'
+ 'RetroHursty69 bluray'
+ 'RetroHursty69 soda'
+ 'RetroHursty69 lightswitch'
+ 'RetroHursty69 darkswitch'
+ 'RetroHursty69 whiteslide'
+ 'RetroHursty69 graffiti'
+ 'RetroHursty69 whitewood'
+ 'RetroHursty69 sublime'
+ 'RetroHursty69 infinity'
+ 'RetroHursty69 neogeo_only'
+ 'RetroHursty69 boxcity'
+ 'RetroHursty69 vertical_arcade'
+ 'RetroHursty69 cabsnazzy'
+ 'RetroHursty69 garfieldism'
+ 'RetroHursty69 halloweenspecial'
+ 'RetroHursty69 heychromey'
+ 'RetroHursty69 homerism'
+ 'RetroHursty69 spaceinvaders'
+ 'RetroHursty69 disenchantment'
+ 'RetroHursty69 minions'
+ 'RetroHursty69 tmnt'
+ 'RetroHursty69 pacman'
+ 'RetroHursty69 dragonballz'
+ 'RetroHursty69 minecraft'
+ 'RetroHursty69 incredibles'
+ 'RetroHursty69 mario_melee'
+ 'RetroHursty69 evilresident'
+ 'RetroHursty69 hurstyspin'
+ 'RetroHursty69 cyber'
+ 'RetroHursty69 supersweet'
+ 'RetroHursty69 donkeykonkey'
+ 'RetroHursty69 snapback'
+ 'RetroHursty69 heman'
+ 'RetroHursty69 pitube'
+ 'RetroHursty69 batmanburton'
+ 'RetroHursty69 NegativeColor'
+ 'RetroHursty69 NegativeSepia'
+ 'RetroHursty69 corg'
+ 'RetroHursty69 mysticorb'
+ 'RetroHursty69 joysticks'
+ 'RetroHursty69 orbpilot'
+ 'RetroHursty69 bitfit'
+ 'RetroHursty69 circuit'
+ 'RetroHursty69 retroboy'
+ 'RetroHursty69 retroboy2'
+ 'RetroHursty69 hurstybluetake2'
+ 'RetroHursty69 fabuloso'
+ 'RetroHursty69 arcade1up_aspectratio54'
+ 'RetroHursty69 supersweet_aspectratio54'
+ 'RetroHursty69 heychromey_aspectratio54'
+ 'RetroHursty69 mariobrosiii'
+ 'RetroHursty69 vertical_limit_verticaltheme'
+ 'RetroHursty69 CapcomColorHorizontal'
+ 'RetroHursty69 CapcomColorSpin'
+ 'RetroHursty69 CapcomColorVertical'
+ 'RetroHursty69 bluesteel'
+ 'RetroHursty69 blueprism'
+ 'RetroHursty69 bluesmooth'
+ 'RetroHursty69 floyd'
+ 'RetroHursty69 floyd_arcade'
+ 'RetroHursty69 floyd_room'
+ 'RetroHursty69 Slick_Bluey'
+ 'RetroHursty69 Slick_Red'
+ 'RetroHursty69 ghostbusters'
+ 'RetroHursty69 realghostbusters'
+ 'RetroHursty69 stirlingness'
+ 'RetroHursty69 marco'
+ 'RetroHursty69 swatch'
+ 'RetroHursty69 meshy'
+ 'RetroHursty69 magazinemadness2'
+ 'RetroHursty69 CosmicRise'
+ 'RetroHursty69 uniflyered'
+ 'Saracade scv720'
+ 'chicueloarcade Chicuelo'
+ 'SuperMagicom nostalgic'
+ 'lipebello retrorama'
+ 'lipebello strangerstuff'
+ 'lipebello spaceoddity'
+ 'lipebello swineapple'
+ 'waweedman pii-wii'
+ 'waweedman Blade-360'
+ 'waweedman Venom'
+ 'waweedman Spider-Man'
+ 'blowfinger77 locomotion'
+ 'justincaseurskynet Arcade1up-5x4-Horizontal'
+ 'KALEL1981 Super-Retroboy'
+ )
+
+
+ while true; do
+ local theme
+ local installed_themes=()
+ local repo
+ local options=()
+ local status=()
+ local default
+
+ local gallerydir="/etc/emulationstation/es-theme-gallery"
+ if [[ -d "$gallerydir" ]]; then
+ status+=("i")
+ options+=(G "View or Update Theme Gallery")
+ else
+ status+=("n")
+ options+=(G "Download Theme Gallery")
+ fi
+
+ options+=(U "Update all installed themes")
+
+ local i=1
+ for theme in "${themes[@]}"; do
+ theme=($theme)
+ repo="${theme[0]}"
+ theme="${theme[1]}"
+ if [[ -d "/etc/emulationstation/themes/$theme" ]]; then
+ status+=("i")
+ options+=("$i" "Update or Uninstall $repo/$theme (installed)")
+ installed_themes+=("$theme $repo")
+ else
+ status+=("n")
+ options+=("$i" "Install $repo/$theme")
+ fi
+ ((i++))
+ done
+ local cmd=(dialog --default-item "$default" --backtitle "$__backtitle" --menu "Choose an option" 22 76 16)
+ local choice=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
+ default="$choice"
+ [[ -z "$choice" ]] && break
+ case "$choice" in
+ G)
+ if [[ "${status[0]}" == "i" ]]; then
+ options=(1 "View Theme Gallery" 2 "Update Theme Gallery" 3 "Remove Theme Gallery")
+ cmd=(dialog --backtitle "$__backtitle" --menu "Choose an option for gallery" 12 40 06)
+ local choice=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
+ case "$choice" in
+ 1)
+ cd "$gallerydir"
+ if isPlatform "x11"; then
+ feh --info "echo %f" --slideshow-delay 6 --fullscreen --auto-zoom --filelist images.list
+ else
+ fbi --timeout 6 --once --autozoom --list images.list
+ fi
+ ;;
+ 2)
+ gitPullOrClone "$gallerydir" "https://github.com/wetriner/es-theme-gallery"
+ ;;
+ 3)
+ if [[ -d "$gallerydir" ]]; then
+ rm -rf "$gallerydir"
+ fi
+ ;;
+ esac
+ else
+ gitPullOrClone "$gallerydir" "http://github.com/wetriner/es-theme-gallery"
+ fi
+ ;;
+ U)
+ for theme in "${installed_themes[@]}"; do
+ theme=($theme)
+ rp_callModule esthemes install_theme "${theme[0]}" "${theme[1]}"
+ done
+ ;;
+ *)
+ theme=(${themes[choice-1]})
+ repo="${theme[0]}"
+ theme="${theme[1]}"
+ if [[ "${status[choice]}" == "i" ]]; then
+ options=(1 "Update $repo/$theme" 2 "Uninstall $repo/$theme")
+ cmd=(dialog --backtitle "$__backtitle" --menu "Choose an option for theme" 12 40 06)
+ local choice=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
+ case "$choice" in
+ 1)
+ rp_callModule esthemes install_theme "$theme" "$repo"
+ ;;
+ 2)
+ rp_callModule esthemes uninstall_theme "$theme"
+ ;;
+ esac
+ else
+ rp_callModule esthemes install_theme "$theme" "$repo"
+ fi
+ ;;
+ esac
+ done
+}
diff --git a/home/pi/RetroPie/retropiemenu/Update RetroPieRGB.sh b/home/pi/RetroPie/retropiemenu/Update RetroPieRGB.sh
new file mode 100755
index 0000000..4246659
--- /dev/null
+++ b/home/pi/RetroPie/retropiemenu/Update RetroPieRGB.sh
@@ -0,0 +1,6 @@
+dir=$(pwd)
+cd /home/pi/RetroPieRGB
+sudo -s git pull origin master
+chmod +x patch.sh
+./patch.sh
+cd $dir
diff --git a/home/pi/RetroPie/retropiemenu/rotate screen.sh b/home/pi/RetroPie/retropiemenu/rotate screen.sh
new file mode 100755
index 0000000..64100ed
--- /dev/null
+++ b/home/pi/RetroPie/retropiemenu/rotate screen.sh
@@ -0,0 +1,33 @@
+#####
+# this scripts rotates screen for emulationstation
+# Author Jochen Zurborg
+# Date : 06.11.2019
+#
+# This script is made for hardware pi2scart and pi2jamma from www.arcadeforge.de
+
+setterm -foreground black -store
+
+killall emulationstation > /dev/null 2>&1
+clear
+
+sleep 1
+
+# params was already fetched
+. /home/pi/rgb_config.sh
+
+
+new_rotate=$(( $es_rotate + 1 ))
+if [ $new_rotate -eq 4 ] ; then
+ new_rotate=0
+fi
+
+#echo "starting emulationstation with rotate $new_rotate"
+#sleep 1
+sudo sed -i "s/^es_rotate.*/es_rotate=$new_rotate/" /boot/config.txt
+
+sed -i "s/^es_rotate.*/es_rotate=$new_rotate/" /home/pi/rgb_config.sh
+
+setterm -foreground white -store
+
+emulationstation --screenrotate $new_rotate
+
diff --git a/home/pi/rgb_default_config.sh b/home/pi/rgb_default_config.sh
new file mode 100644
index 0000000..fa11f33
--- /dev/null
+++ b/home/pi/rgb_default_config.sh
@@ -0,0 +1,4 @@
+es_rotate=0
+pi2jamma=0
+rgb_screen_shift=-15
+rgb_screen_width=2
diff --git a/howto_git.txt b/howto_git.txt
new file mode 100644
index 0000000..eb9e571
--- /dev/null
+++ b/howto_git.txt
@@ -0,0 +1,42 @@
+Author : Jochen Zurborg
+Date : 04.11.2019
+
+Find here a quick tutorial how to use git for our little project.
+
+Downloading this repository
+===========================
+
+git clone https://github.com/arcadeforge/runcommand
+
+Enabling your account
+=====================
+
+git config --global user.name "yourname"
+git config --global user.email "youremail"
+
+
+What happened since my last changes?
+====================================
+
+git status
+
+Adding edited files to your local repository
+============================================
+
+- easy way
+git add .
+
+- file specific
+git add yourfilename
+
+Commit changes to repository
+============================
+
+git commit -m"What you did"
+
+Uploading changes to github.com
+===============================
+
+git push
+
+
diff --git a/opt/retropie/configs/all/arcade_res_table.txt b/opt/retropie/configs/all/arcade_res_table.txt
new file mode 100644
index 0000000..0666ae7
--- /dev/null
+++ b/opt/retropie/configs/all/arcade_res_table.txt
@@ -0,0 +1,4840 @@
+1941;"1941 - Counter Attack - 1941 - Counter Attack (900227 World)";384x224@60;V
+1941j;"1941 - Counter Attack (Japan)";384x224@60;V
+1941r1;"1941 - Counter Attack (World)";384x224@60;V
+1941u;"1941 - Counter Attack (900227 USA)";384x224@60;V
+1942;"1942 (Jpn) - 1942 (Revision B)";256x224@60;V
+1942a;"1942 (Jpn, Alt) - 1942 (Revision A)";256x224@60;V
+1942abl;"1942 (Revision A, bootleg)";256x224@60;V
+1942b;"1942 (First Version)";256x224@60;V
+1942c64;"1942 (C64 Music)";256x224@60;V
+1942h;"Supercharger 1942";256x224@60;V
+1942w;"1942 (Williams Electronics license)";256x224@60;V
+1943;"1943: The Battle of Midway (Euro)";256x224@60;V
+1943b;"1943: The Battle of Midway (bootleg set 1, hack of Jap";256x224@60;V
+1943b2;"1943: The Battle of Midway (bootleg set 2, hack of Jap";256x224@60;V
+1943bj;"1943: Midway Kaisen (bootleg)";256x224@60;V
+1943j;"1943: Midway Kaisen (Japan, Rev B)";256x224@60;V
+1943ja;"1943: Midway Kaisen (Japan)";256x224@60;V
+1943ja2;"1943: The Battle of Midway (hack of Japan set)";256x224@60;V
+1943kai;"1943 Kai - 1943 Kai: Midway Kaisen (Japan)";256x224@60;V
+1943mii;"1943: The Battle of Midway Mark II (US)";256x224@60;V
+1943u;"1943: The Battle of Midway (US, Rev C)";256x224@60;V
+1943ua;"1943: The Battle of Midway (US)";256x224@60;V
+1944;"1944 - the loop master (000620 USA)";384x224@60;H
+1944ad;"1944 - the loop master (000620 USA Phoenix Edition, al";384x224@60;H
+1944d;"1944 - the loop master (000620 USA Phoenix Edition)";384x224@60;H
+1944j;"1944 - the loop master (000620 Japan)";384x224@60;H
+1945kiii;"1945k III (newer, OPCX2 PCB)";320x224@60;V
+1945kiiin;"1945k III (newer, OPCX1 PCB)";320x224@60;V
+1945kiiio;"1945k III (older, OPCX1 PCB)";320x224@60;V
+19xx;"19XX - the war against destiny (951207 USA)";384x224@60;V
+19xxa;"19XX - the war against destiny (960104 Asia)";384x224@60;V
+19xxar1;"19XX - the war against destiny (951207 Asia)";384x224@60;V
+19xxb;"19XX - the war against destiny (951218 Brazil)";384x224@60;V
+19xxd;"19XX - the war against destiny (951207 USA Phoenix Edi";384x224@60;V
+19xxh;"19XX - the war against destiny (951218 Hispanic)";384x224@60;V
+19xxj;"19XX - the war against destiny (960104 Japan, yellow c";384x224@60;V
+19xxjr1;"19XX - the war against destiny (951225 Japan)";384x224@60;V
+19xxjr2;"19XX - the war against destiny (951207 Japan)";384x224@60;V
+2020bb;"2020 Super Baseball (set 1) - Super Baseball 2020 (Euro, USA)";304x224@59;H
+2020bba;"2020 Super Baseball (set 2)";304x224@59;H
+2020bbh;"2020 Super Baseball (set 3)";304x224@59;H
+3countb;"3 Count Bout / Fire Suplex (NGM-043)(NGH-043)";320x224@59;H
+3countba;"3 Count Bout / Fire Suplex (NGM-043)";320x224@59;H
+3in1semi;"XESS - The New Revolution (SemiCom 3-in-1)";256x224@58;H
+3kokushi;"Sankokushi (Japan)";320x240@60;H
+3wonders;"Three Wonders (wonder 3 910520 etc)";384x224@60;H
+3wondersb;"Three Wonders (bootleg set 2, wonder 3 910520 etc)";384x224@60;H
+3wondersh;"Three Wonders (bootleg set 1, wonder 3 910520 etc)";384x224@60;H
+3wondersha;"Three Wonders (bootleg set 3, wonder 3 910520 etc)";384x224@60;H
+3wondersr1;"Three Wonders (wonder 3 910513 etc)";384x224@60;H
+3wondersu;"Three Wonders (wonder 3 910520 USA)";384x224@60;H
+4dwarrio;"4-D Warriors (315-5162)";256x224@60;H
+4enraya;"4 En Raya (set 1)";256x224@60;H
+4enrayaa;"4 En Raya (set 2)";256x224@60;H
+4in1;"4 Fun in 1 - Sega Game Pack 4 in 1 (Euro)";256x224@60;V
+4in1boot;"Puzzle King";256x224@58;H
+4play;"4 player input test";304x224@59;H
+600;"600";256x224@60;V
+64street;"64th. Street - A Detective Story (World)";256x224@60;H
+64streetj;"64th. Street - A Detective Story (Japan, set 1)";256x224@60;H
+64streetja;"64th. Street - A Detective Story (Japan, alt)";256x224@60;H
+720;"720° (Atari System 2)";512x384@60;H
+7ordi;"7 Ordi (Korea)";320x240@60;H
+7toitsu;"Chi-Toitsu";384x240@60;H
+800fath;"800 Fathoms";256x224@60;V
+88games;"'88 Games";304x224@60;H
+8bpm;"Eight Ball Action (Pac-Man conversion)";256x224@60;V
+99lstwar;"'99: The Last War";288x224@60;V
+99lstwara;"'99: The Last War (alternate)";288x224@60;V
+99lstwark;"'99: The Last War (Kyugo)";288x224@60;V
+abcop;"A.B. Cop (World, FD1094 317-0169b)";320x224@60;H
+abcopd;"A.B. Cop (World, FD1094 317-0169b decrypted)";320x224@60;H
+abcopj;"A.B. Cop (Japan, FD1094 317-0169b)";320x224@60;H
+abcopjd;"A.B. Cop (Japan, FD1094 317-0169b decrypted)";320x224@60;H
+abscam;"Abscam";288x224@60;V
+aburner;"After Burner - After Burner (World)";320x224@60;H
+aburner2;"After Burner II - After Burner II - After Burner II (Euro, USA)";320x224@60;H
+aburner2g;"After Burner II (German)";320x224@60;H
+aceattac;"Ace Attacker (FD1094 317-0059)";320x224@60;V
+aceattaca;"Ace Attacker (Japan, System 16A, FD1094 317-0060)";320x224@60;V
+acitya;"Atlantic City Action";288x224@60;V
+acrobatm;"Acrobat Mission";256x224@56;V
+actfancr;"Act-Fancer Cybernetick Hyper Weapon (World revision 2)";256x240@60;H
+actfancr1;"Act-Fancer Cybernetick Hyper Weapon (World revision 1)";256x240@60;H
+actfancrj;"Act-Fancer Cybernetick Hyper Weapon (Japan revision 1)";256x240@60;H
+ad2083;"A.D. 2083";256x224@60;V
+aeroboto;"Aeroboto";248x224@60;H
+aerofgt;"Aero Fighters";320x224@60;V
+aerofgtb;"Aero Fighters (Turbo Force hardware set 1)";320x224@60;V
+aerofgtc;"Aero Fighters (Turbo Force hardware set 2)";320x224@60;V
+afighter;"Action Fighter, FD1089A 317-0018";320x224@60;V
+agallet;"Air Gallet (Europe)";320x240@58;V
+agalleta;"Air Gallet (older, Europe)";320x240@58;V
+agalletah;"Air Gallet (older, Hong Kong)";320x240@58;V
+agalletaj;"Akuu Gallet (older, Japan)";320x240@58;V
+agalletak;"Air Gallet (older, Korea)";320x240@58;V
+agalletat;"Air Gallet (older, Taiwan)";320x240@58;V
+agalletau;"Air Gallet (older, USA)";320x240@58;V
+agalleth;"Air Gallet (Hong Kong)";320x240@58;V
+agalletj;"Akuu Gallet (Japan)";320x240@58;V
+agalletk;"Air Gallet (Korea)";320x240@58;V
+agallett;"Air Gallet (Taiwan)";320x240@58;V
+agalletu;"Air Gallet (USA)";320x240@58;V
+agentx1;"Agent X (prototype, rev 1)";256x232@60;H
+agentx2;"Agent X (prototype, rev 2)";256x232@60;H
+agentx3;"Agent X (prototype, rev 3)";256x232@60;H
+agentx4;"Agent X (prototype, rev 4)";256x232@60;H
+agress;"Agress";320x240@58;H
+agressb;"Agress (English bootleg)";320x240@58;H
+airass;"Air Assault (World)";320x240@60;V
+airattck;"Air Attack (set 1)";256x224@56;V
+airattcka;"Air Attack (set 2)";256x224@56;V
+airbustr;"Air Buster: Trouble Specialty Raid Unit (USA) - Air Buster: Trouble Specialty Raid Unit (World)";256x224@60;H
+airbustrb;"Air Buster: Trouble Specialty Raid Unit (bootleg)";256x224@60;H
+airbustrj;"Air Buster: Trouble Specialty Raid Unit (Japan)";256x224@60;H
+airduel;"Air Duel (World, M82-A-A + M82-B-A)";384x256@55;V
+airduelm72;"Air Duel (Japan, M72)";384x256@55;V
+airwolf;"Airwolf";288x224@60;H
+airwolfa;"Airwolf (US)";288x224@60;H
+ajax;"Ajax";304x224@60;V
+ajaxj;"Ajax (Japan)";304x224@60;V
+akkanvdr;"Akkanbeder (Ver 2.5J 1995/06/14)";320x224@60;V
+akumajou;"Akuma-Jou Dracula (Japan ver. P)";256x224@60;H
+akumajoun;"Akuma-Jou Dracula (Japan ver. N)";256x224@60;H
+alcon;"Alcon (US) - Falcon - Falcon (bootleg of Phoenix) (8085A CPU)";280x240@60;V
+alexkidd;"Alex Kidd in Miracle World (Euro, USA, v1) - Alex Kidd in Miracle World (Tw, SMS Mode) - Alex Kidd in the Enchanted Castle (Euro, Rev. A) - Alex Kidd: The Lost Stars (set 2, unprotected)";320x224@60;H
+alexkidd1;"Alex Kidd in Miracle World (Euro, USA, v0) - Alex Kidd in the Enchanted Castle (Euro) - Alex Kidd: The Lost Stars (set 1, FD1089A 317-unknown)";320x224@60;H
+alibaba;"Ali Baba and 40 Thieves - Alibaba and 40 Thieves (Jpn) - Alibaba and 40 Thieves (Kor)";288x224@60;V
+alibabab;"Alibaba and 40 Thieves (Jpn, Alt 2) - Mustafa and 40 Thieves (bootleg)";288x224@60;V
+aliencha;"Alien Challenge (World)";448x224@60;H
+alienchac;"Alien Challenge (China)";448x224@60;H
+aliens;"Aliens (World set 1) - Aliens - Alien 2 (Jpn)";288x224@60;H
+aliens2;"Aliens (World set 2)";288x224@60;H
+aliens3;"Aliens (World set 3)";288x224@60;H
+aliensa;"Aliens (Asia) - Aliens - Alien 2 (Jpn, Alt)";288x224@60;H
+aliensec;"Alien Sector";288x224@60;H
+aliensj;"Aliens (Japan set 1)";288x224@60;H
+aliensj2;"Aliens (Japan set 2)";288x224@60;H
+aliensu;"Aliens (US)";288x224@60;H
+aliensyn;"Alien Syndrome (Euro, USA) - Alien Syndrome (Euro, USA, Bra) - Alien Syndrome (set 4, System 16B, unprotected)";320x224@60;H
+aliensyn2;"Alien Syndrome (set 2, System 16A, FD1089A 317-0033)";320x224@60;H
+aliensyn3;"Alien Syndrome (set 3, System 16B, FD1089A 317-0033)";320x224@60;H
+aliensyn5;"Alien Syndrome (set 5, System 16A, FD1089B 317-0037)";320x224@60;H
+aliensyn7;"Alien Syndrome (set 7, System 16B, MC-8123B 317-00xx)";320x224@60;H
+aliensynj;"Alien Syndrome (Jpn) - Alien Syndrome (Jpn) - Alien Syndrome (set 6, Japan, new, System 16B, FD1089A";320x224@60;H
+aliensynjo;"Alien Syndrome (set 1, Japan, old, System 16A, FD1089A";320x224@60;H
+aligatorun;"Alligator Hunt (unprotected)";320x240@60;H
+alinvade;"Alien Invaders";128x128@60;V
+alpham2;"Alpha Mission II / ASO II - Last Guardian (NGM-007)(NG";304x224@59;H
+alpham2p;"Alpha Mission II / ASO II - Last Guardian (prototype)";304x224@59;H
+alphamis;"Alpha Mission";288x216@60;V
+alphaxz;"The Alphax Z (Japan)";256x224@60;V
+altbeast;"Altered Beast (Euro, USA) - Altered Beast (Euro, USA, Bra) - Altered Beast (set 8, 8751 317-0078)";320x224@60;H
+altbeast2;"Altered Beast (set 2, MC-8123B 317-0066)";320x224@60;H
+altbeast4;"Altered Beast (set 4, MC-8123B 317-0066)";320x224@60;H
+altbeast5;"Altered Beast (set 5, FD1094 317-0069)";320x224@60;H
+altbeast5d;"Altered Beast (set 5, FD1094 317-0069 decrypted)";320x224@60;H
+altbeast6;"Altered Beast (set 6, 8751 317-0076)";320x224@60;H
+altbeastj;"Juuouki (set 7, Japan, 8751 317-0077)";320x224@60;H
+altbeastj1;"Juuouki (set 1, Japan, FD1094 317-0065)";320x224@60;H
+altbeastj3;"Juuouki (set 3, Japan, FD1094 317-0068)";320x224@60;H
+altbeastj3d;"Juuouki (set 3, Japan, FD1094 317-0068 decrypted)";320x224@60;H
+amatelas;"Sei Senshi Amatelass";256x224@60;V
+amazon;"Soldier Girl Amazon";256x224@60;V
+ambush;"Ambush";256x224@60;H
+ambushh;"Ambush (hack?)";256x224@60;H
+ambushj;"Ambush (Japan)";256x224@60;H
+ambushv;"Ambush (Volt Elec co-ltd)";256x224@60;H
+amidar;"Amidar";256x224@60;V
+amidar1;"Amidar (older)";256x224@60;V
+amidarb;"Amidar (bootleg)";256x224@60;V
+amidaro;"Amidar (Olympia)";256x224@60;V
+amidars;"Amidar (Scramble hardware)";256x224@60;V
+amidaru;"Amidar (Stern)";256x224@60;V
+amigo;"Amigo";256x224@60;V
+androdun;"Andro Dunos (NGM-049)(NGH-049)";304x224@59;H
+androidp;"Android (prototype, later build)";256x192@60;V
+androidpo;"Android (prototype, early build)";256x192@60;V
+angelkds;"Angel Kids (Japan)";256x240@60;V
+anteater;"Anteater";256x224@60;V
+anteaterg;"Ameisenbaer (German)";256x224@60;V
+anteateruk;"The Anteater (UK)";256x224@60;V
+aodk;"Aggressors of Dark Kombat / Tsuukai GANGAN Koushinkyok";304x224@59;H
+aof;"Art of Fighting (Euro) - Art of Fighting / Ryuuko no Ken (NGM-044)(NGH-044)";304x224@59;H
+aof2;"Art of Fighting 2 / Ryuuko no Ken 2 (NGM-056)";304x224@59;H
+aof2a;"Art of Fighting 2 / Ryuuko no Ken 2 (NGH-056)";304x224@59;H
+aof3;"Art of Fighting 3 - The Path of the Warrior / Art of F";304x224@59;H
+aof3k;"Art of Fighting 3 - The Path of the Warrior (Korean re";304x224@59;H
+apb;"APB - All Points Bulletin (Atari System 2)";512x384@60;V
+aponow;"Apocaljpse Now";256x224@60;V
+appoooh;"Appoooh";256x224@60;H
+aquajack;"Aquajack (World)";320x240@60;H
+aquajackj;"Aquajack (Japan)";320x240@60;H
+aquajacku;"Aquajack (US)";320x240@60;H
+aquarium;"Aquarium (US)";320x256@60;H
+aquariumj;"Aquarium (Japan)";320x256@60;H
+arabian;"Arabian";256x234@60;V
+arabiana;"Arabian (Atari)";256x234@60;V
+arabianm;"Arabian Magic (Ver 1.0O 1992/07/06)";320x224@60;H
+arabianmj;"Arabian Magic (Ver 1.0J 1992/07/06)";320x224@60;H
+arabianmu;"Arabian Magic (Ver 1.0A 1992/07/06)";320x224@60;H
+aracnis;"Aracnis (bootleg of Scorpion on Moon Cresta hardware)";256x224@60;V
+arbalest;"Arbalester";384x224@60;V
+arcadian;"Arcadia (NMK)";384x224@56;V
+area88;"Area 88 (Japan)";384x224@60;H
+area88r;"Area 88 (Japan Resale ver.)";384x224@60;H
+arian;"Arian Mission";288x216@60;V
+ark1ball;"Arkanoid (bootleg with MCU, harder)";256x224@60;V
+ark1balla;"Arkanoid (bootleg with MCU, harder, alt)";256x224@60;V
+arkangc;"Arkanoid (Game Corporation bootleg, set 1)";256x224@60;V
+arkangc2;"Arkanoid (Game Corporation bootleg, set 2)";256x224@60;V
+arkanoid;"Arkanoid (Euro?) - Arkanoid (World, oldest rev)";256x224@60;V
+arkanoidj;"Arkanoid (Japan) - Arkanoid (Jpn)";256x224@60;V
+arkanoidja;"Arkanoid (Japan, older rev) - Arkanoid (Jpn, Alt)";256x224@60;V
+arkanoidjb;"Arkanoid (Japan, oldest rev)";256x224@60;V
+arkanoidjbl;"Arkanoid (bootleg with MCU set 1)";256x224@60;V
+arkanoidjbl2;"Arkanoid (bootleg with MCU set 2)";256x224@60;V
+arkanoidjbla;"Arkanoid (bootleg with MCU, alt)";256x224@60;V
+arkanoidu;"Arkanoid (US)";256x224@60;V
+arkanoiduo;"Arkanoid (US, oldest rev)";256x224@60;V
+arkarea;"Ark Area";256x192@60;H
+arkatayt;"Arkanoid (Tayto bootleg)";256x224@60;V
+arkatour;"Tournament Arkanoid (US)";256x224@60;V
+arkbloc2;"Block (Game Corporation bootleg, set 2)";256x224@60;V
+arkblock;"Block (Game Corporation bootleg, set 1)";256x224@60;V
+arkgcbl;"Arkanoid (bootleg on Block hardware)";256x224@60;V
+arknoid2;"Arkanoid - Revenge of DOH (World)";256x224@60;V
+arknoid2b;"Arkanoid - Revenge of DOH (Japan bootleg)";256x224@60;V
+arknoid2j;"Arkanoid - Revenge of DOH (Japan)";256x224@60;V
+arknoid2u;"Arkanoid - Revenge of DOH (US)";256x224@60;V
+arkretrn;"Arkanoid Returns (Ver 2.02O 1997/02/10)";320x232@60;H
+arkretrnj;"Arkanoid Returns (Ver 2.02J 1997/02/10)";320x232@60;H
+arkretrnu;"Arkanoid Returns (Ver 2.02A 1997/02/10)";320x232@60;H
+arktayt2;"Arkanoid (Tayto bootleg, harder)";256x224@60;V
+armedf;"Armed Formation - Armed Formation F";320x240@57;V
+armedff;"Armed Formation (Fillmore license)";320x240@57;V
+armorcar;"Armored Car (set 1)";256x224@60;V
+armorcar2;"Armored Car (set 2)";256x224@60;V
+armwar;"Armored Warriors (941024 Europe)";384x224@60;H
+armwar1d;"Armored Warriors (941011 Europe Phoenix Edition)";384x224@60;H
+armwara;"Armored Warriors (941024 Asia)";384x224@60;H
+armwarar1;"Armored Warriors (940920 Asia)";384x224@60;H
+armwarr1;"Armored Warriors (941011 Europe)";384x224@60;H
+armwaru;"Armored Warriors (941024 USA)";384x224@60;H
+armwaru1;"Armored Warriors (940920 USA)";384x224@60;H
+armwrest;"Arm Wrestling";448x256@60;V
+ashnojoe;"Ashita no Joe (Japan)";288x208@60;H
+ashura;"Ashura (Jpn) - Ashura Blaster (World)";320x224@60;V
+ashuraj;"Ashura Blaster (Japan)";320x224@60;V
+ashurau;"Ashura Blaster (US)";320x224@60;V
+asideral;"Ataque Sideral (Spanish bootleg of UniWar S)";256x224@60;V
+aso;"ASO - Armored Scrum Object";288x216@60;V
+assault;"Assault (Rev B) - Desert Assault (US)";288x224@60;V
+assaultj;"Assault (Japan)";288x224@60;V
+assaultp;"Assault Plus (Japan)";288x224@60;V
+asterix;"Asterix (Euro, v1) - Asterix (ver EAD)";288x224@60;H
+asterixaad;"Asterix (ver AAD)";288x224@60;H
+asterixeaa;"Asterix (ver EAA)";288x224@60;H
+asterixeac;"Asterix (ver EAC)";288x224@60;H
+asterixj;"Asterix (ver JAD)";288x224@60;H
+astorm;"Alien Storm (Euro, Bra) - Alien Storm (set 4, World, 2 Players, FD1094 317-0154) - Alien Storm (World)";320x224@60;H
+astorm3;"Alien Storm (set 3, World, 3 Players, FD1094 317-0148)";320x224@60;H
+astorm3d;"Alien Storm (set 3, World, 3 Players, FD1094 317-0148";320x224@60;H
+astormj;"Alien Storm (set 1, Japan Rev B, 2 Players, FD1094 317";320x224@60;H
+astormjd;"Alien Storm (set 1, Japan Rev B, 2 Players, FD1094 317";320x224@60;H
+astormu;"Alien Storm (set 2, US, 3 Players, FD1094 317-0147)";320x224@60;H
+astormud;"Alien Storm (set 2, US, 3 Players, FD1094 317-0147 dec";320x224@60;H
+astrians;"Astrians (clone of Swarm)";256x224@60;V
+astyanax;"The Astyanax";256x224@60;H
+asuka;"Asuka & Asuka (World)";320x240@60;V
+asukaj;"Asuka & Asuka (Japan)";320x240@60;V
+asurabld;"Asura Blade - Sword of Dynasty (Japan)";320x240@60;H
+asurabus;"Asura Buster - Eternal Warriors (Japan)";320x240@60;H
+asurabusa;"Asura Buster - Eternal Warriors (Japan) (ARCADIA revie";320x240@60;H
+atehate;"Athena no Hatena ?";384x240@60;H
+atetris;"FA Tetris (Kor) - FA Tetris (Kor) - Tetris (set 1)";336x240@60;H
+atetrisa;"FA Tetris (Kor, Alt) - Tetris (set 2)";336x240@60;H
+atetrisb;"FA Tetris (Kor, Alt 2) - Tetris (bootleg set 1)";336x240@60;H
+atetrisb2;"Tetris (bootleg set 2)";336x240@60;H
+atetrisc;"Tetris (cocktail set 1)";336x240@60;V
+atetrisc2;"Tetris (cocktail set 2)";336x240@60;V
+athena;"Athena";288x216@60;H
+atlantis;"Battle of Atlantis (set 1)";256x224@60;V
+atlantis2;"Battle of Atlantis (set 2)";256x224@60;V
+atlantisb;"Battle of Atlantis (bootleg)";256x224@60;V
+atomboy;"Atomic Boy (revision B)";256x224@60;H
+atomboya;"Atomic Boy (revision A)";256x224@60;H
+atomicp;"Atomic Point (Korea)";320x224@60;H
+atompunk;"Atomic Punk (US)";320x240@60;H
+aurail;"Aurail (set 3, US, unprotected)";320x224@60;H
+aurail1;"Aurail (set 2, World, FD1089B 317-0168)";320x224@60;H
+aurail1d;"Aurail (set 2, World, FD1089B 317-0168 decrypted)";320x224@60;H
+aurailj;"Aurail (set 1, Japan, FD1089A 317-0167)";320x224@60;H
+aurailjd;"Aurail (set 1, Japan, FD1089A 317-0167 decrypted)";320x224@60;H
+avefenix;"Ave Fenix (Electrogame, Spanish bootleg of Phoenix)";256x208@60;V
+avefenixl;"Ave Fenix (Laguna, Spanish bootleg of Phoenix)";256x208@60;V
+avefenixrf;"Ave Fenix (Recreativos Franco, Spanish bootleg of Phoe";256x208@60;V
+avengers;"Avengers (US set 1)";256x240@60;V
+avengers2;"Avengers (US set 2)";256x240@60;V
+avsp;"Alien vs Predator (940520 Euro)";384x224@60;H
+avspa;"Alien vs Predator (940520 Asia)";384x224@60;H
+avspd;"Alien vs Predator (940520 Euro Phoenix Edition)";384x224@60;H
+avsph;"Alien vs Predator (940520 Hispanic)";384x224@60;H
+avspirit;"Avenging Spirit";256x224@60;H
+avspj;"Alien vs Predator (940520 Japan)";384x224@60;H
+avspu;"Alien vs Predator (940520 USA)";384x224@60;H
+aztarac;"Aztarac";340x256@40;H
+azurian;"Azurian Attack";256x224@60;V
+b2b;"Bang Bang Busters (2010 NCI release)";304x224@59;H
+backfire;"Backfire! (set 1)";240x640@60;V
+backfirt;"Back Fire (Tecmo, bootleg)";256x224@60;H
+baddudes;"Bad Dudes vs. Dragonninja (US)";256x240@57;H
+bakatono;"Bakatonosama Mahjong Manyuuki (MOM-002)(MOH-002)";304x224@59;H
+bakubrkr;"Bakuretsu Breaker";256x224@60;V
+bakutotu;"Bakutotsu Kijuutei";288x224@60;H
+balcube;"Bal Cube";320x224@60;H
+ballboy;"Ball Boy";256x224@60;H
+ballbros;"Balloon Brothers";384x240@60;H
+bang;"Bang! - Big Bang (9th Nov. 1993) - Pack'n Bang Bang (Prototype)";320x240@60;H
+bangball;"Bang Bang Ball (v1.05)";320x224@60;H
+bangbead;"Bang Bead";304x224@59;H
+bangbedp;"Bang Bead (Prototype?)";304x224@59;H
+bangj;"Gun Gabacho (Japan)";320x240@60;H
+bankp;"Bank Panic - Bank Panic (Euro) - Bank Panic (Jpn) - Bank Panic (Jpn)";224x224@60;H
+baraduke;"Baraduke";288x224@60;H
+baryon;"Baryon - Future Assault (set 1)";304x224@58;V
+baryona;"Baryon - Future Assault (set 2)";304x224@58;V
+batcir;"Battle Circuit (970319 Euro)";384x224@60;H
+batcira;"Battle Circuit (970319 Asia)";384x224@60;H
+batcird;"Battle Circuit (970319 Euro Phoenix Edition)";384x224@60;H
+batcirj;"Battle Circuit (970319 Japan)";384x224@60;H
+batlbubl;"Battle Bubble (v2.00)";320x224@60;H
+batman2;"Batman Part 2";256x224@60;V
+batrider;"Armed Police Batrider (Europe) (Fri Feb 13 1998)";320x240@60;V
+batriderc;"Armed Police Batrider (China) (Fri Feb 13 1998)";320x240@60;V
+batriderhk;"Armed Police Batrider - A Version (Hong Kong) (Mon Dec";320x240@60;V
+batriderj;"Armed Police Batrider - B Version (Japan) (Fri Feb 13";320x240@60;V
+batriderja;"Armed Police Batrider - A Version (Japan) (Mon Dec 22";320x240@60;V
+batriderk;"Armed Police Batrider (Korea) (Fri Feb 13 1998)";320x240@60;V
+batridert;"Armed Police Batrider - A Version (Taiwan) (Mon Dec 22";320x240@60;V
+batrideru;"Armed Police Batrider (U.S.A.) (Fri Feb 13 1998)";320x240@60;V
+batsugun;"Batsugun (set 1)";320x240@60;V
+batsuguna;"Batsugun (set 2)";320x240@60;V
+batsugunb;"Batsugun (Korean PCB)";320x240@60;V
+batsugunsp;"Batsugun (Special Ver.)";320x240@60;V
+battlane;"Battle Lane! Vol. 5 (set 1)";256x256@60;V
+battlane2;"Battle Lane! Vol. 5 (set 2)";256x256@60;V
+battlane3;"Battle Lane! Vol. 5 (set 3)";256x256@60;V
+battlex;"Battle Cross - Battle Cross (Jpn)";256x224@60;H
+battlnts;"Battlantis (program code G)";256x224@60;V
+battlntsa;"Battlantis (program code F)";256x224@60;V
+battlntsj;"Battlantis (Japan, program code E)";256x224@60;V
+battroad;"The Battle-Road";256x256@60;V
+bayroute;"Bay Route (set 3, World, FD1094 317-0116)";320x224@60;H
+bayroute1;"Bay Route (set 1, US, unprotected)";320x224@60;H
+bayrouted;"Bay Route (set 3, World, FD1094 317-0116 decrypted)";320x224@60;H
+bayroutej;"Bay Route (set 2, Japan, FD1094 317-0115)";320x224@60;H
+bayroutejd;"Bay Route (set 2, Japan, FD1094 317-0115 decrypted)";320x224@60;H
+bbakraid;"Battle Bakraid - Unlimited Version (U.S.A.) (Tue Jun 8";320x240@60;V
+bbakraidc;"Battle Bakraid - Unlimited Version (China) (Tue Jun 8";320x240@60;V
+bbakraidj;"Battle Bakraid - Unlimited Version (Japan) (Tue Jun 8";320x240@60;V
+bbakraidja;"Battle Bakraid (Japan) (Wed Apr 7 1999)";320x240@60;V
+bballs;"Bouncing Balls";256x224@60;H
+bballsa;"Bouncing Balls (Adult)";256x224@60;H
+bbmanw;"Bomber Man World / New Dyna Blaster - Global Quest";320x240@60;H
+bbmanwj;"Bomber Man World (Japan)";320x240@60;H
+bbmanwja;"Bomber Man World (Japan, revised sound hardware)";320x240@60;H
+bbredux;"Bobble Bobble ('bootleg redux' hack for Bobble Bobble";256x224@60;H
+bbros;"Buster Bros. (USA) - Super Buster Bros. (USA 901001)";384x240@57;H
+bbusters;"Beast Busters (World)";256x224@56;H
+bbustersj;"Beast Busters (Japan, Version 2)";256x224@56;H
+bbustersu;"Beast Busters (US, Version 3)";256x224@56;H
+bbustersua;"Beast Busters (US, Version 2)";256x224@56;H
+bchopper;"Battle Chopper";384x256@55;H
+bcrusher;"Bone Crusher";256x240@60;V
+bcruzm12;"Battle Cruiser M-12";256x224@60;V
+bcstry;"B.C. Story (set 1)";320x240@60;H
+bcstrya;"B.C. Story (set 2)";320x240@60;H
+beast;"Altered Beast (Euro, USA) - Altered Beast (Euro, USA, Bra) - Altered Beast (set 8, 8751 317-0078) - Altered Beast - Shadow of the Beast (Euro, Bra) - Shadow of the Beast (Euro, USA) - Shadow of the Beast (Neo Geo demo)";304x224@59;H
+beastfp;"Beastie Feastie";288x224@60;V
+berabohm;"Beraboh Man (Japan, Rev C)";288x224@60;H
+berabohmb;"Beraboh Man (Japan, Rev B)";288x224@60;H
+berlwall;"The Berlin Wall";256x224@60;H
+berlwallk;"The Berlin Wall (Korea)";256x224@60;H
+berlwallt;"The Berlin Wall (bootleg ?)";256x224@60;H
+bermudat;"Bermuda Triangle (World?)";400x224@60;V
+bermudata;"Bermuda Triangle (World Wars) (US)";400x224@60;V
+bermudatj;"Bermuda Triangle (Japan)";400x224@60;V
+bestbest;"Best Of Best";256x224@60;H
+bestleag;"Best League (bootleg of Big Striker, Italian Serie A)";256x224@60;H
+bestleaw;"Best League (bootleg of Big Striker, World Cup)";256x224@60;H
+bestri;"Bestri (Korea)";320x240@60;H
+bgaregga;"Battle Garegga (Europe / USA / Japan / Asia) (Sat Feb";320x240@60;V
+bgareggabl;"1945 Part 2 (Chinese hack of Battle Garegga)";320x240@60;V
+bgareggabla;"Lei Shen Zhuan Thunder Deity Biography (Chinese hack o";320x240@60;V
+bgareggacn;"Battle Garegga - Type 2 (Denmark / China) (Tue Apr 2 1";320x240@60;V
+bgareggahk;"Battle Garegga (Austria / Hong Kong) (Sat Feb 3 1996)";320x240@60;V
+bgaregganv;"Battle Garegga - New Version (Austria / Hong Kong) (Sa";320x240@60;V
+bgareggat2;"Battle Garegga - Type 2 (Europe / USA / Japan / Asia)";320x240@60;V
+bgareggatw;"Battle Garegga (Taiwan / Germany) (Thu Feb 1 1996)";320x240@60;V
+bgareggaz;"Battle Garegga Zakk version (Europe / USA / Japan / As";320x240@60;V
+bigbang;"Big Bang (9th Nov. 1993)";384x224@56;V
+bigbucks;"Big Bucks";288x224@60;V
+bigfghtr;"Tatakae! Big Fighter (Japan)";320x240@60;H
+bigkarnk;"Big Karnak";320x240@60;H
+bigstrik;"Big Striker";256x224@60;H
+bigstrkb;"Big Striker (bootleg)";256x224@60;H
+bigstrkba;"Big Striker (bootleg w/Italian teams)";256x224@60;H
+bigtwin;"Big Twin";320x240@58;H
+bikkuric;"Bikkuri Card (Japan)";256x224@60;V
+billiard;"The Billiards";256x224@60;V
+biomtoy;"Biomechanical Toy (Ver. 1.0.1885)";320x240@60;H
+biomtoya;"Biomechanical Toy (Ver. 1.0.1884)";320x240@60;H
+bionicc;"Bionic Commando (Euro)";256x224@60;H
+bionicc1;"Bionic Commando (US set 1)";256x224@60;H
+bionicc2;"Bionic Commando (US set 2)";256x224@60;H
+bioniccbl;"Bionic Commandos (bootleg, set 1)";256x224@60;H
+bioniccbl2;"Bionic Commandos (bootleg, set 2)";256x224@60;H
+bioship;"Bio-ship Paladin";256x224@56;H
+birdiy;"Birdiy";288x224@60;V
+birdtry;"Birdie Try (Japan)";256x240@57;V
+bishi;"Bishi Bashi Championship Mini Game Senshuken (ver JAA, - Super Bishi Bashi Championship (ver JAA, 2 Players)";288x224@60;H
+bjourney;"Blue's Journey / Raguy (ALM-001)(ALH-001)";320x224@59;H
+bjtwin;"Bombjack Twin (set 1)";384x224@56;V
+bjtwina;"Bombjack Twin (set 2)";384x224@56;V
+bladestl;"Blades of Steel (version T)";256x224@60;V
+bladestle;"Blades of Steel (version E)";256x224@60;V
+bladestll;"Blades of Steel (version L)";256x224@60;V
+blandia;"Blandia";384x240@60;H
+blandiap;"Blandia (prototype)";384x240@60;H
+blastoff;"Blast Off (Japan)";288x224@60;V
+blazeon;"Blaze On (Japan)";320x232@60;H
+blazer;"Blazer (Japan)";288x224@60;V
+blazstar;"Blazing Star";304x224@59;H
+blkbustr;"BlockBuster";240x224@60;V
+blkdrgon;"Black Dragon (Japan)";256x224@60;H
+blkdrgonb;"Black Dragon (bootleg)";256x224@60;H
+blkheart;"Black Heart";256x224@56;H
+blkheartj;"Black Heart (Japan)";256x224@56;H
+blkhole;"Black Hole";256x224@60;V
+blkpnthr;"Black Panther";256x224@60;H
+blktiger;"Black Tiger";256x224@60;H
+blktigera;"Black Tiger (older)";256x224@60;H
+blktigerb1;"Black Tiger (bootleg set 1)";256x224@60;H
+blktigerb2;"Black Tiger (bootleg set 2)";256x224@60;H
+blktigerb3;"Black Tiger / Black Dragon (mixed bootleg?)";256x224@60;H
+blmbycar;"Blomby Car";384x256@60;H
+blmbycaru;"Blomby Car (not encrypted)";384x256@60;H
+block;"Block (Game Corporation bootleg, set 1) - Block Block (World 911219 Joystick)";384x240@60;V
+blockbl;"Block Block (bootleg)";384x240@60;V
+blockcar;"Block Carnival / Thunder & Lightning 2";384x240@60;V
+blockgal;"Block Gal (MC-8123B, 317-0029)";256x224@60;V
+blockhl;"Block Hole";288x224@60;H
+blockj;"Block Block (Japan 910910)";384x240@60;V
+blockout;"Block Out (set 1) - Blockout (World)";320x240@58;H
+blockout2;"Block Out (set 2)";320x240@58;H
+blockoutj;"Block Out (Japan)";320x240@58;H
+blockr1;"Block Block (World 911106 Joystick)";384x240@60;V
+blockr2;"Block Block (World 910910)";384x240@60;V
+bloodbro;"Blood Bros. (set 1)";256x224@60;H
+bloodbroa;"Blood Bros. (set 2)";256x224@60;H
+bloodbrob;"Blood Bros. (set 3)";256x224@60;H
+bloodwar;"Blood Warrior";320x240@60;H
+blox16b;"Bloxeed (System 16B, PS2 data file)";320x224@60;H
+bloxeed;"Bloxeed (Japan, FD1094 317-0139)";320x224@60;H
+bloxeedd;"Bloxeed (Japan, FD1094 317-0139 decrypted)";320x224@60;H
+blswhstl;"Bells & Whistles (World, version L)";280x224@60;V
+blswhstla;"Bells & Whistles (Asia, version M)";280x224@60;V
+bluehawk;"Blue Hawk";384x240@60;V
+bluehawkn;"Blue Hawk (NTC)";384x240@60;V
+blueprnt;"Blue Print (Midway)";256x224@60;V
+blueprntj;"Blue Print (Jaleco)";256x224@60;V
+blzntrnd;"Blazing Tornado";304x224@60;H
+bmaster;"Blade Master (World)";320x240@60;H
+bnj;"Bump 'n' Jump - Bump 'n' Jump";256x240@60;V
+boblbobl;"Bobble Bobble (bootleg of Bubble Bobble) - Super Bobble Bobble (bootleg, set 1)";256x224@60;H
+boblcave;"Bubble Bobble: Lost Cave V1.2 (for Bobble Bobble PCB)";256x224@60;H
+bodyslam;"Body Slam (8751 317-0015)";320x224@60;H
+bogeyman;"Bogey Manor";256x240@60;H
+boggy84;"Boggy '84 - Boggy '84 (Jpn)";256x224@60;V
+boggy84b;"Boggy '84 (bootleg) - Boggy '84 (Jpn, Alt 2)";256x224@60;V
+bombbee;"Bomb Bee";272x224@60;V
+bomber;"Bomber - Bomber (bootleg of Scramble) - Space Bomber (ver. B)";256x224@60;V
+bombjack;"Bomb Jack (Jpn) - Bomb Jack (set 1)";256x224@60;V
+bombjack2;"Bomb Jack (set 2)";256x224@60;V
+bombjackt;"Bomb Jack (Tecfri, Spain)";256x224@60;V
+bombkick;"Bomb Kick (set 1)";384x224@60;H
+bombkicka;"Bomb Kick (set 2)";384x224@60;H
+bombrman;"Bomber Man (Japan)";320x240@60;H
+bongo;"Bongo - Congo Bongo";256x224@60;V
+bonkadv;"B.C. Kid / Bonk's Adventure / Kyukyoku!! PC Genjin";320x240@60;H
+bonzeadv;"Bonze Adventure (World, Newer)";320x224@60;H
+bonzeadvo;"Bonze Adventure (World, Older)";320x224@60;H
+bonzeadvp;"Bonze Adventure (World, prototype)";320x224@60;H
+bonzeadvu;"Bonze Adventure (US)";320x224@60;H
+boobhack;"Booby Kids (Italian manufactured graphic hack / bootle";256x224@60;V
+boogwing;"Boogie Wings (Euro v1.5, 92.12.07)";320x240@58;H
+boogwinga;"Boogie Wings (Asia v1.5, 92.12.07)";320x240@58;H
+boogwingu;"Boogie Wings (USA v1.7, 92.12.14)";320x240@58;H
+bottom9;"Bottom of the Ninth (ver. T)";288x224@60;H
+bottom9n;"Bottom of the Ninth (ver. N)";288x224@60;H
+bouldash;"Boulder Dash / Boulder Dash Part 2 (World)";256x240@57;H
+bouldashj;"Boulder Dash / Boulder Dash Part 2 (Japan)";256x240@57;H
+bounty;"The Bounty";256x224@60;H
+bowlrama;"Bowl-O-Rama";360x240@57;V
+boxyboy;"Boxy Boy (SB?) - Boxyboy";288x224@60;H
+brain;"Brain";256x224@60;H
+brapboys;"B.Rap Boys (World)";256x224@60;H
+brapboysj;"B.Rap Boys Special (Japan)";256x224@60;H
+brapboysu;"B.Rap Boys Special (US)";256x224@60;H
+breakers;"Breakers";320x224@59;H
+breakrev;"Breakers Revenge";320x224@59;H
+breywood;"Breywood (Japan revision 2)";256x240@58;H
+brix;"Brix";256x224@60;V
+brkthru;"Break Thru (US)";240x240@60;H
+brkthruj;"Kyohkoh-Toppa (Japan)";240x240@60;H
+brubber;"Burnin' Rubber";256x240@60;V
+bshark;"Battle Shark (World)";320x240@60;H
+bsharkj;"Battle Shark (Japan)";320x240@60;H
+bsharkjjs;"Battle Shark (Japan, Joystick)";320x240@60;H
+bsharku;"Battle Shark (US)";320x240@60;H
+bssoccer;"Back Street Soccer";256x224@60;H
+bstars;"Baseball Stars Professional (NGM-002)";320x224@59;H
+bstars2;"Baseball Stars 2";304x224@59;H
+bstarsh;"Baseball Stars Professional (NGH-002)";320x224@59;H
+btime;"Burger Time (Data East set 1) - Burgertime - Burgertime (Jpn) - Super Burger Time (World, set 1)";242x240@60;V
+btime2;"Burger Time (Data East set 2)";242x240@60;V
+btime3;"Burger Time (Data East USA)";242x240@60;V
+btimem;"Burger Time (Midway) - Burgertime (Prototype)";242x240@60;V
+btlfield;"Battle Field (Japan)";256x224@60;V
+btlfieldb;"Battle Field (bootleg)";256x224@60;V
+btlkroad;"Battle K-Road";320x224@59;H
+btlkroadk;"Battle K-Road (Korean PCB)";320x224@59;H
+bub68705;"Bubble Bobble (boolteg with 68705, set 1)";256x224@60;H
+bub68705a;"Bubble Bobble (boolteg with 68705, set 2)";256x224@60;H
+bubblem;"Bubble Memories: The Story Of Bubble Bobble III (Ver 2";320x224@60;H
+bubblemj;"Bubble Memories: The Story Of Bubble Bobble III (Ver 2";320x224@60;H
+bubbletr;"Bubble Trouble (World, Rev B)";288x224@60;H
+bubbletrj;"Bubble Trouble (Japan, Rev C)";288x224@60;H
+bubl2000;"Bubble 2000";256x224@56;H
+bublbob2;"Bubble Bobble II (Ver 2.6O 1994/12/16)";320x224@60;H
+bublbob2o;"Bubble Bobble II (Ver 2.5O 1994/10/05)";320x224@60;H
+bublbob2p;"Bubble Bobble II (Ver 0.0J 1993/12/13, prototype)";320x224@60;H
+bublbobl;"Bubble Bobble (Euro, Bra) - Bubble Bobble (Euro, USA) - Bubble Bobble (Japan, Ver 0.1)";256x224@60;H
+bublbobl1;"Bubble Bobble (Japan, Ver 0.0)";256x224@60;H
+bublboblb;"Bubble Bobble (for Bobble Bobble PCB)";256x224@60;H
+bublboblr;"Bubble Bobble (US, Ver 5.1)";256x224@60;H
+bublboblr1;"Bubble Bobble (US, Ver 1.0)";256x224@60;H
+bublboblu;"Bubble Bobble (Ultra Version, Hack)";256x224@60;H
+bublcave;"Bubble Bobble: Lost Cave V1.2";256x224@60;H
+bublcave10;"Bubble Bobble: Lost Cave V1.0";256x224@60;H
+bublcave11;"Bubble Bobble: Lost Cave V1.1";256x224@60;H
+bubsymphe;"Bubble Symphony (Ver 2.5O 1994/10/05)";320x224@60;H
+bubsymphj;"Bubble Symphony (Ver 2.5J 1994/10/05)";320x224@60;H
+bubsymphu;"Bubble Symphony (Ver 2.5A 1994/10/05)";320x224@60;H
+bucaner;"Buccaneer";288x224@60;V
+buccanrs;"Buccaneers (set 1)";256x256@55;H
+buccanrsa;"Buccaneers (set 2)";256x256@55;H
+buccanrsb;"Buccaneers (set 3, harder)";256x256@55;H
+bucky;"Bucky O'Hare (ver EAB)";384x224@60;H
+buckyaab;"Bucky O'Hare (ver AAB)";384x224@60;H
+buckyea;"Bucky O'Hare (ver EA)";384x224@60;H
+buckyjaa;"Bucky O'Hare (ver JAA)";384x224@60;H
+buckyuab;"Bucky O'Hare (ver UAB)";384x224@60;H
+bullet;"Bullet (FD1094 317-0041)";320x224@60;H
+bulletd;"Bullet (FD1094 317-0041 decrypted)";320x224@60;H
+bullfgt;"Bullfight (315-5065)";256x224@60;H
+buraiken;"Hissatsu Buraiken (Japan)";256x240@60;V
+burglarx;"Burglar X";384x224@60;H
+burnforc;"Burning Force (Euro) - Burning Force (Japan, new version (Rev C))";288x224@60;H
+burnforco;"Burning Force (Japan, old version)";288x224@60;H
+burningf;"Burning Fight (NGM-018)(NGH-018)";304x224@59;H
+burningfh;"Burning Fight (NGH-018)(US)";304x224@59;H
+burningfp;"Burning Fight (prototype, older)";304x224@59;H
+burningfpa;"Burning Fight (prototype, ver 23.3, 910326)";304x224@59;H
+buzzard;"Buzzard";288x224@60;V
+bwcasino;"Boardwalk Casino";288x224@60;V
+bwings;"B-Wings (Japan new Ver.)";256x240@60;V
+bwingsa;"B-Wings (Alt Ver.?)";256x240@60;V
+bwingso;"B-Wings (Japan old Ver.)";256x240@60;V
+bygone;"Bygone";240x224@60;H
+cabal;"Cabal (World, Joystick)";256x256@60;H
+cabala;"Cabal (korea?, Joystick)";256x256@60;H
+cachat;"Cachat (Japan)";320x224@60;H
+cactus;"Cactus (bootleg of Saboten Bombers)";384x224@56;H
+cadash;"Cadash (USA, Asia, Kor) - Cadash (World) - Cadash - Cadash";320x240@60;H
+cadashf;"Cadash (France)";320x240@60;H
+cadashg;"Cadash (Germany, version 1)";320x240@60;H
+cadashi;"Cadash (Italy)";320x240@60;H
+cadashj;"Cadash (Japan, version 2)";320x240@60;H
+cadashj1;"Cadash (Japan, version 1)";320x240@60;H
+cadashjo;"Cadash (Japan, oldest version)";320x240@60;H
+cadashp;"Cadash (World, prototype)";320x240@60;H
+cadashu;"Cadash (US, version 2)";320x240@60;H
+cairblad;"Change Air Blade (Japan)";338x240@60;V
+calibr50;"Caliber 50";384x240@57;V
+calipso;"Calipso";256x224@60;V
+calorie;"Calorie Kun vs Moguranian";256x224@60;H
+calorieb;"Calorie Kun vs Moguranian (bootleg)";256x224@60;H
+cameltry;"Cameltry (US, YM2610)";320x224@60;H
+cameltrya;"Cameltry (US, YM2203 + M6295)";320x224@60;H
+cameltryau;"Cameltry (World, YM2203 + M6295)";320x224@60;H
+cameltryj;"Cameltry (Japan, YM2610)";320x224@60;H
+candance;"Cannon Dancer (Japan)";320x240@58;H
+candory;"Candory (Bootleg)";288x224@60;H
+cannball;"Cannon Ball (Yun Sung, horizontal)";384x240@60;H
+cannballv;"Cannon Ball (Yun Sung, vertical)";384x240@60;V
+cannonbp;"Cannon Ball (Pacman Hardware)";288x224@60;V
+canvas;"Canvas Croquis";288x216@60;H
+canyon;"Canyon Bomber";256x240@60;H
+canyonp;"Canyon Bomber (prototype)";256x240@60;H
+capbowl;"Capcom Bowling (set 1)";360x244@57;V
+capbowl2;"Capcom Bowling (set 2)";360x244@57;V
+capbowl3;"Capcom Bowling (set 3)";360x244@57;V
+capbowl4;"Capcom Bowling (set 4)";360x244@57;V
+capitol;"Capitol";256x208@60;V
+captcomm;"Captain Commando (911202 other country)";384x224@60;H
+captcommb;"Captain Commando (bootleg set 1, 911014 other country)";384x224@60;H
+captcommb2;"Captain Commando (bootleg set 2 (with YM2151 + 2xMSM52";384x224@60;H
+captcommj;"Captain Commando (911202 Japan)";384x224@60;H
+captcommjr1;"Captain Commando (910928 Japan)";384x224@60;H
+captcommr1;"Captain Commando (911014 other country)";384x224@60;H
+captcommu;"Captain Commando (910928 USA)";384x224@60;H
+cashquiz;"Cash Quiz (Type B, Version 5)";256x224@60;H
+catacomb;"Catacomb";256x224@60;V
+catt;"Catt (Japan)";320x224@60;H
+cavelon;"Cavelon";256x224@60;V
+cavenger;"Cosmic Avenger - Cosmic Avenger";240x196@60;H
+cawing;"Carrier Air Wing (U.S. navy 901012 etc)";384x224@60;H
+cawingb2;"Carrier Air Wing (bootleg set 2 (with 2xYM2203 + 2xMSM";384x224@60;H
+cawingbl;"Carrier Air Wing (bootleg set 1 (with 2xYM2203 + 2xMSM";384x224@60;H
+cawingj;"U.S. Navy (901012 Japan)";384x224@60;H
+cawingr1;"Carrier Air Wing (U.S. navy 901009 etc)";384x224@60;H
+cawingu;"Carrier Air Wing (U.S. navy 901012 USA)";384x224@60;H
+cbuster;"Crude Buster (World FX version)";256x240@58;H
+cbusterj;"Crude Buster (Japan FR revision 1)";256x240@58;H
+cbusterw;"Crude Buster (World FU version)";256x240@58;H
+cclimber;"Crazy Climber (US)";256x224@60;H
+cclimbr2;"Crazy Climber 2 (Japan)";288x224@60;H
+cclimbr2a;"Crazy Climber 2 (Japan, Harder)";288x224@60;H
+cencourt;"Center Court (World, 4 Players, prototype, MC-8123B)";320x224@60;V
+centiped;"Centipede - Centipede (revision 4)";256x240@60;V
+centiped3;"Centipede (revision 3)";256x240@60;V
+chainrec;"Chain Reaction (World, Version 2.2, 1995.09.25)";320x240@58;H
+chaknpop;"Chack'n Pop";256x224@60;H
+chameleo;"Chameleon";256x224@60;H
+champwr;"Champion Wrestler (World)";320x224@60;H
+champwrj;"Champion Wrestler (Japan)";320x224@60;H
+champwru;"Champion Wrestler (US)";320x224@60;H
+chanbara;"Chanbara";256x224@60;V
+changes;"Changes";256x224@60;H
+changesa;"Changes (EME license)";256x224@60;H
+charlien;"Charlie Ninja";320x240@58;H
+chasehq;"Chase H.Q. (World) - Taito Chase H.Q. - Taito Chase H.Q. - Taito Chase H.Q. (Euro) - Taito Chase H.Q. (USA, SMS Mode)";320x240@60;H
+chasehqj;"Chase H.Q. (Japan) - Taito Chase H.Q. (Jpn, SMS Mode)";320x240@60;H
+chasehqju;"Chase H.Q. (Japan UP)";320x240@60;H
+chasehqu;"Chase H.Q. (US)";320x240@60;H
+checkman;"Check Man";256x224@60;V
+checkmanj;"Check Man (Japan)";256x224@60;V
+cheekyms;"Cheeky Mouse";256x192@60;V
+chelnov;"Chelnov (Jpn) - Chelnov - Atomic Runner (World)";256x248@60;H
+chelnovj;"Chelnov - Atomic Runner (Japan)";256x248@60;H
+chelnovu;"Chelnov - Atomic Runner (US)";256x248@60;H
+chewing;"Chewing Gum";256x224@60;V
+chikij;"Chiki Chiki Boys (900619 Japan) - Chiki Chiki Boys (Jpn, Kor)";384x224@60;H
+chimerab;"Chimera Beast (prototype)";256x224@60;H
+chinagat;"China Gate (US)";256x240@60;H
+chinatwn;"China Town (Japan)";320x240@58;H
+chkun;"Chance Kun (Japan)";256x224@60;V
+chokchok;"Choky! Choky!";320x240@60;H
+choko;"Choko (010820 Japan)";384x224@60;H
+chopliftbl;"Choplifter (bootleg)";256x224@60;H
+chopliftu;"Choplifter (unprotected)";256x224@60;H
+chopper;"Battle Chopper - Chopper I (US set 1)";400x224@60;V
+choppera;"Chopper I (US set 2)";400x224@60;V
+chopperb;"Chopper I (US set 3)";400x224@60;V
+chqflag;"Chequered Flag";304x224@60;V
+chqflagj;"Chequered Flag (Japan)";304x224@60;V
+chukatai;"Chuka Taisen (World) - Gokuraku! Chuka Taisen";256x224@60;H
+chukataij;"Chuka Taisen (Japan)";256x224@60;H
+chukataiu;"Chuka Taisen (US)";256x224@60;H
+circusc;"Circus Charlie (Jpn) - Circus Charlie (level select, set 1) - Maxi Tuan ~ Circus Charlie (Tw)";256x224@60;V
+circusc2;"Circus Charlie (level select, set 2)";256x224@60;V
+circusc3;"Circus Charlie (level select, set 3)";256x224@60;V
+circusc4;"Circus Charlie (no level select)";256x224@60;V
+circuscc;"Circus Charlie (Centuri)";256x224@60;V
+circusce;"Circus Charlie (Centuri, earlier)";256x224@60;V
+citybomb;"City Bomber (World)";256x224@60;V
+citybombj;"City Bomber (Japan)";256x224@60;V
+citycon;"City Connection (Jpn) - City Connection (set 1)";240x224@60;H
+citycona;"City Connection (Jpn, Alt) - City Connection (set 2)";240x224@60;H
+ckongg;"Crazy Kong (bootleg on Galaxian hardware)";256x224@60;V
+ckongmc;"Crazy Kong (bootleg on Moon Cresta hardware)";256x224@60;V
+ckongs;"Crazy Kong (Scramble hardware)";256x224@60;V
+clbowl;"Coors Light Bowling";360x244@57;V
+cleopatr;"Cleopatra Fortune (Ver 2.1J 1996/09/05)";320x224@60;H
+cloak;"Cloak & Dagger (rev 5)";256x232@60;H
+cloakfr;"Cloak & Dagger (French)";256x232@60;H
+cloakgr;"Cloak & Dagger (German)";256x232@60;H
+cloaksp;"Cloak & Dagger (Spanish)";256x232@60;H
+cltchitr;"Clutch Hitter (set 2, US, FD1094 317-0176)";320x224@60;H
+cltchitrd;"Clutch Hitter (set 2, US, FD1094 317-0176 decrypted)";320x224@60;H
+cltchitrj;"Clutch Hitter (set 1, Japan, FD1094 317-0175)";320x224@60;H
+cltchitrjd;"Clutch Hitter (set 1, Japan, FD1094 317-0175 decrypted";320x224@60;H
+cnbe;"Codename - Blut Engel (2006-01-19)";304x224@59;H
+cndi;"Chip n Dale (Intro demo)";304x224@59;H
+cninja;"Caveman Ninja (World ver 4)";256x240@58;H
+cninja1;"Caveman Ninja (World ver 1)";256x240@58;H
+cninjabl;"Caveman Ninja (bootleg)";256x240@58;H
+cninjau;"Caveman Ninja (US ver 4)";256x240@58;H
+cobracom;"Cobra-Command (World/US revision 5)";256x240@58;H
+cobracoma;"Cobra-Command (World/US revision 4)";256x240@58;H
+cobracomb;"Cobra-Command (Italian bootleg)";256x240@58;H
+cobracomj;"Cobra-Command (Japan)";256x240@58;H
+cobracomja;"Cobra-Command (Japan?, set 2)";256x240@58;H
+cobracomjb;"Cobra-Command (Japan, bootleg)";256x240@58;H
+columnsn;"Columns (Neo Geo)";304x224@59;H
+combh;"Combat Hawk";224x224@60;V
+commando;"Commando (World)";256x224@60;V
+commandob;"Commando (bootleg)";256x224@60;V
+commandob2;"Commando (bootleg 2)";256x224@60;V
+commandoj;"Senjou no Ookami";256x224@60;V
+commandou;"Commando (US, set 1)";256x224@60;V
+commandou2;"Commando (US, set 2)";256x224@60;V
+commandw;"Command War - Super Special Battle & War Game (Ver 0.0";320x224@60;H
+commsega;"Commando (Sega)";256x224@60;V
+condor;"Condor (Sidam bootleg of Phoenix)";256x208@60;V
+condorn;"Condor (S C Novar bootleg of Phoenix)";256x208@60;V
+congo;"Congo (Prototype) - Congo Bongo - Congo Bongo - Congo Bongo (Euro, Jpn, v1)";256x224@60;V
+congoa;"Congo Bongo (Euro, Jpn, v1 Alt) - Congo Bongo (Rev C, 3 board stack)";256x224@60;V
+contcirc;"Continental Circus (World)";320x224@60;H
+contcircj;"Continental Circus (Japan)";320x224@60;H
+contcircu;"Continental Circus (US set 1)";320x224@60;H
+contcircua;"Continental Circus (US set 2)";320x224@60;H
+contra;"Contra (US / Asia, set 1) - Contra - Hard Corps (USA, Kor) - Super Contra";280x224@60;V
+contra1;"Contra (US / Asia, set 2)";280x224@60;V
+contrab;"Contra (bootleg)";280x224@60;V
+contrabj;"Contra (Japan bootleg, set 1)";280x224@60;V
+contrabj1;"Contra (Japan bootleg, set 2)";280x224@60;V
+contrae;"Contra (US / Asia, set 3)";280x224@60;V
+contraj;"Contra (Japan, set 1) - Contra - The Hard Corps (Jpn) - Super Contra (Japan)";280x224@60;V
+contraj1;"Contra (Japan, set 2)";280x224@60;V
+cookbib;"Cookie & Bibi (set 1)";320x240@60;H
+cookbib2;"Cookie & Bibi 2";256x224@58;H
+cookbib3;"Cookie & Bibi 3";256x224@58;H
+cookbiba;"Cookie & Bibi (set 2)";320x240@60;H
+cosmccop;"Cosmic Cop (World)";384x256@55;H
+cosmogng;"Cosmo Gang the Video (US)";288x224@60;V
+cotton;"Cotton (set 3, World, FD1094 317-0181a) - Panorama Cotton (Jpn)";320x224@60;H
+cottond;"Cotton (set 3, World, FD1094 317-0181a decrypted)";320x224@60;H
+cottong;"Cotocoto Cottong";256x224@60;V
+cottonj;"Cotton (set 2, Japan, Rev B, FD1094 317-0179b))";320x224@60;H
+cottonja;"Cotton (set 1, Japan, Rev A, FD1094 317-0179a))";320x224@60;H
+cottonjad;"Cotton (set 1, Japan, Rev A, FD1094 317-0179a decrypte";320x224@60;H
+cottonjd;"Cotton (set 2, Japan, Rev B, FD1094 317-0179b decrypte";320x224@60;H
+cottonu;"Cotton (set 2, US, FD1094 317-0180)";320x224@60;H
+cottonud;"Cotton (set 2, US, FD1094 317-0180 decrypted)";320x224@60;H
+countrunb;"Counter Run (bootleg set 1)";256x224@60;H
+cphd;"Crouching Poney Hidden Dragon (DEMO)";304x224@59;H
+cps1demo;"Chaos Demo (CPS-1)";384x224@60;H
+cps1frog;"Frog Feast (CPS-1)";384x224@60;H
+crazyblk;"Crazy Blocks";240x224@60;V
+crazycop;"Crazy Cop (Japan)";288x224@60;V
+crazyfgt;"Crazy Fight";384x224@60;H
+crimec;"Crime City (World)";320x224@60;H
+crimecj;"Crime City (Japan)";320x224@60;H
+crimecu;"Crime City (US)";320x224@60;H
+crimfght;"Crime Fighters (World 2 players)";320x224@60;H
+crimfghtj;"Crime Fighters (Japan 2 Players)";320x224@60;H
+crimfghtu;"Crime Fighters (US 4 Players)";320x224@60;H
+crockman;"Crock-Man (bootleg, Rene-Pierre)";288x224@60;V
+croquis;"Croquis (Germany)";320x224@60;H
+crospang;"Cross Pang";320x240@60;H
+crossbld;"Cross Blades! (Japan)";320x240@60;H
+crshrace;"Lethal Crash Race (set 1)";320x224@60;V
+crshrace2;"Lethal Crash Race (set 2)";320x224@60;V
+crswd2bl;"Crossed Swords 2 (bootleg CD to cartridge conversion)";304x224@59;H
+crsword;"Crossed Swords (ALM-002)(ALH-002)";304x224@59;H
+cruisin;"Cruisin";240x224@60;H
+crush;"Alien Crush - Alien Crush - Crush Roller (Kural Samno) - Mad Crusher (Japan) - Rolling Crush (version 1.07.E - 1999/02/11, Trust lice - Super Metal Crusher";288x224@60;V
+crush2;"Crush Roller (Kural Esco - bootleg?)";288x224@60;V
+crush4;"Crush Roller (Kural - bootleg?)";288x224@60;V
+crush5;"Crush Roller (Kural TWT)";288x224@60;V
+crushbl;"Crush Roller (bootleg set 1)";288x224@60;V
+crushbl2;"Crush Roller (bootleg set 2)";288x224@60;V
+crushbl3;"Crush Roller (bootleg set 3)";288x224@60;V
+crusherm;"Crusher Makochan (Japan)";320x240@58;H
+crushs;"Crush Roller (Sidam bootleg)";288x224@60;V
+csclub;"Capcom Sports Club (971017 Euro)";384x224@60;H
+csclub1;"Capcom Sports Club (970722 Euro)";384x224@60;H
+csclub1d;"Capcom Sports Club (970722 Euro Phoenix Edition)";384x224@60;H
+cscluba;"Capcom Sports Club (970722 Asia)";384x224@60;H
+csclubh;"Capcom Sports Club (970722 Hispanic)";384x224@60;H
+csclubj;"Capcom Sports Club (970722 Japan)";384x224@60;H
+csclubjy;"Capcom Sports Club (970722 Japan, yellow case)";384x224@60;H
+csilver;"Captain Silver (World)";256x240@58;H
+csilverj;"Captain Silver (Japan revision 3)";256x240@58;H
+csilverja;"Captain Silver (Japan revision 1)";256x240@58;H
+csprint;"Championship Sprint (Atari System 2)";512x384@60;H
+ct2k3sa;"Crouching Tiger Hidden Dragon 2003 Super Plus alternat";304x224@59;H
+ct2k3sp;"Crouching Tiger Hidden Dragon 2003 Super Plus";304x224@59;H
+cthd2003;"Crouching Tiger Hidden Dragon 2003 (set 1)";304x224@59;H
+cthd2k3a;"Crouching Tiger Hidden Dragon 2003 (set 2)";304x224@59;H
+ctomaday;"Captain Tomaday";304x224@59;H
+ctribe;"The Combatribes (US)";320x240@57;H
+ctribe1;"The Combatribes (US set 1?)";320x240@57;H
+ctribeb;"The Combatribes (bootleg set 1)";320x240@57;H
+ctribeb2;"The Combatribes (bootleg set 2)";320x240@57;H
+ctribej;"The Combatribes (Japan)";320x240@57;H
+ctribeo;"The Combatribes (US , older)";320x240@57;H
+ctrpllrp;"Caterpillar Pacman Hack";288x224@60;V
+cubybop;"Cuby Bop (location test)";320x224@60;H
+cuebrick;"Cue Brick (World, version D)";304x224@60;H
+cuebrickj;"Cue Brick (Japan)";320x224@60;H
+cupfinal;"Taito Cup Finals (Ver 1.0O 1993/02/28)";320x224@60;H
+cutefght;"Cute Fighter";304x224@58;H
+cutieq;"Cutie Q";272x224@60;V
+cworld;"Capcom World (Japan)";384x240@60;H
+cworld2j;"Adventure Quiz Capcom World 2 (920611 Japan)";384x224@60;H
+cworld2ja;"Adventure Quiz Capcom World 2 (Japan 920611, B-Board 9";384x224@60;H
+cworld2jb;"Adventure Quiz Capcom World 2 (Japan 920611, B-Board 9";384x224@60;H
+cybattlr;"Cybattler";256x224@60;V
+cyberlip;"Cyber-Lip (NGM-010)";304x224@59;H
+cybertnk;"Cyber Tank (v1.4)";224x512@60;V
+cybots;"Cyberbots - fullmetal madness (950424 Euro)";384x224@60;H
+cybotsj;"Cyberbots - fullmetal madness (950420 Japan)";384x224@60;H
+cybotsjd;"Cyberbots - fullmetal madness (Japan 950424) (decrypte";384x224@60;H
+cybotsu;"Cyberbots - fullmetal madness (950424 USA)";384x224@60;H
+cybotsud;"Cyberbots - fullmetal madness (950424 USA Phoenix Edit";384x224@60;H
+cyvern;"Cyvern (US)";320x240@60;V
+cyvernj;"Cyvern (Japan)";320x240@60;V
+dacholer;"Dacholer";256x224@60;H
+dadandrn;"Kyukyoku Sentai Dadandarn (ver JAA)";288x224@60;H
+daimakai;"Dai Makai-Mura (Japan) - Dai Makaimura - Dai Makaimura (Jpn)";384x224@60;H
+daimakaib;"Dai Makai-Mura (bootleg, Japan)";384x224@60;H
+daimakair;"Dai Makai-Mura (Japan Resale Ver.)";384x224@60;H
+daioh;"Daioh";384x240@60;V
+daioha;"Daioh (earlier)";384x240@60;V
+daiohc;"Daioh (93111A PCB conversion)";384x240@60;V
+daiohp;"Daioh (prototype)";384x240@60;V
+dairesya;"Dai Ressya Goutou (Japan)";240x224@60;H
+daisenpu;"Dai Senpu - Daisenpu (Japan)";384x224@60;V
+dambustr;"Dambusters (US, set 1) - The Dam Busters (Euro?)";256x224@60;V
+dambustra;"Dambusters (US, set 2) - The Dam Busters (Jpn)";256x224@60;V
+dambustruk;"Dambusters (UK)";256x224@60;V
+dangar;"Ufo Robo Dangar (4/07/1987)";256x224@60;V
+dangara;"Ufo Robo Dangar (12/1/1986)";256x224@60;V
+dangarb;"Ufo Robo Dangar (9/26/1986)";256x224@60;V
+dangarbt;"Ufo Robo Dangar (bootleg)";256x224@60;V
+dangseed;"Dangerous Seed (Japan) - Dangerous Seed (Jpn)";288x224@60;V
+dankuga;"Dan-Ku-Ga (Ver 0.0J 1994/12/13) (Prototype)";320x224@60;H
+daraku;"Daraku Tenshi - The Fallen Angels";320x224@60;H
+darius;"Darius (World)";224x864@60;V
+darius2;"Darius II (Japan) - Darius II (Jpn)";224x864@60;V
+darius2d;"Darius II (dual screen) (Japan)";224x640@60;V
+darius2do;"Darius II (dual screen) (Japan old version)";224x640@60;V
+dariuse;"Darius (Extra) (Japan)";224x864@60;V
+dariusg;"Darius Gaiden - Silver Hawk (Ver 2.5O 1994/09/19)";320x232@60;H
+dariusgj;"Darius Gaiden - Silver Hawk (Ver 2.5J 1994/09/19)";320x232@60;H
+dariusgu;"Darius Gaiden - Silver Hawk (Ver 2.5A 1994/09/19)";320x232@60;H
+dariusgx;"Darius Gaiden - Silver Hawk Extra Version (Ver 2.7J 19";320x232@60;H
+dariusj;"Darius (Japan)";224x864@60;V
+dariuso;"Darius (Japan old version)";224x864@60;V
+dariusu;"Darius (US)";224x864@60;V
+darkadv;"Dark Adventure";320x224@60;H
+darkmist;"The Lost Castle In Darkmist";256x224@60;V
+darkplnt;"Dark Planet";256x224@60;H
+darkseal;"Dark Seal (World revision 3)";256x240@58;H
+darkseal1;"Dark Seal (World revision 1)";256x240@58;H
+darkseal2;"Dark Seal 2 (Japan v2.1)";320x240@58;H
+darksealj;"Dark Seal (Japan)";256x240@58;H
+darktowr;"Dark Tower";256x240@57;H
+darwin;"Darwin 4078 (Japan) - Darwin 4081 (Jpn, Kor) - Super Real Darwin (World)";240x240@60;V
+dassault;"Desert Assault (US)";320x240@60;H
+dassault4;"Desert Assault (US 4 Players)";320x240@60;H
+dblaxle;"Double Axle (US)";320x240@60;H
+dblaxleu;"Double Axle (US earlier)";320x240@60;H
+dbldynj;"The Double Dynamites (Japan, 13NOV89)";256x224@60;H
+dbldynu;"The Double Dynamites (US, 13NOV89)";256x224@60;H
+dblewing;"Double Wings";320x240@58;V
+dblpoint;"Double Point";320x224@60;H
+dblpointd;"Double Point (Dong Bang Electron, bootleg?)";320x224@60;H
+dbreed;"Dragon Breed (M81 PCB version)";384x256@55;H
+dbreedm72;"Dragon Breed (M72 PCB version)";384x256@55;H
+dbz;"Dragon Ball Z - Buyuu Retsuden (Jpn) - Dragonball Z (rev B)";384x256@60;H
+dbz2;"Dragonball Z 2 - Super Battle";384x256@60;H
+dbza;"Dragonball Z (rev A)";384x256@60;H
+dcon;"D-Con";320x224@60;H
+ddaydoo;"Chulgyeok D-Day (Korea)";384x240@60;V
+ddcrew;"D. D. Crew (set 4, World, 3 Players, FD1094 317-0190)";320x224@60;H
+ddcrew1;"D. D. Crew (set 1, World, 4 Players, FD1094 317-?)";320x224@60;H
+ddcrew1d;"D. D. Crew (set 1, World, 4 Players, FD1094 317-? decr";320x224@60;H
+ddcrew2;"D. D. Crew (set 2, World, 2 Players, FD1094 317-0184)";320x224@60;H
+ddcrew2d;"D. D. Crew (set 2, World, 2 Players, FD1094 317-0184 d";320x224@60;H
+ddcrewd;"D. D. Crew (set 4, World, 3 Players, FD1094 317-0190 d";320x224@60;H
+ddcrewj;"D. D. Crew (set 5, Japan, 4 Players, FD1094 317-0185)";320x224@60;H
+ddcrewj2;"D. D. Crew (set 6, Japan, 2 Players, FD1094 317-0182)";320x224@60;H
+ddcrewj2d;"D. D. Crew (set 6, Japan, 2 Players, FD1094 317-0182 d";320x224@60;H
+ddcrewjd;"D. D. Crew (set 5, Japan, 4 Players, FD1094 317-0185 d";320x224@60;H
+ddcrewu;"D. D. Crew (set 3, US, 4 Players, FD1094 317-0186)";320x224@60;H
+ddcrewud;"D. D. Crew (set 3, US, 4 Players, FD1094 317-0186 decr";320x224@60;H
+ddonpach;"DoDonPachi (International, master ver. 97/02/05)";320x240@60;V
+ddonpacha;"DoDonPachi (Arrange Mode version 1.1, hack by Trap15)";320x240@60;V
+ddonpachj;"DoDonPachi (Japan, master ver. 97/02/05)";320x240@60;V
+ddp2;"Bee Storm - DoDonPachi II (V102, World) - Judge Dredd (USA, Prototype, Alt)";448x224@60;V
+ddp2100;"Bee Storm - DoDonPachi II (V100, World)";448x224@60;V
+ddp2100c;"Bee Storm - DoDonPachi II (V100, China)";448x224@60;V
+ddp2100hk;"Bee Storm - DoDonPachi II (V100, Hong Kong)";448x224@60;V
+ddp2100j;"Bee Storm - DoDonPachi II (V100, Japan)";448x224@60;V
+ddp2100k;"Bee Storm - DoDonPachi II (V100, Korea)";448x224@60;V
+ddp2100t;"Bee Storm - DoDonPachi II (V100, Taiwan)";448x224@60;V
+ddp2101;"Bee Storm - DoDonPachi II (V101, World)";448x224@60;V
+ddp2101c;"Bee Storm - DoDonPachi II (V101, China)";448x224@60;V
+ddp2101hk;"Bee Storm - DoDonPachi II (V101, Hong Kong)";448x224@60;V
+ddp2101j;"Bee Storm - DoDonPachi II (V101, Japan)";448x224@60;V
+ddp2101k;"Bee Storm - DoDonPachi II (V101, Korea)";448x224@60;V
+ddp2101t;"Bee Storm - DoDonPachi II (V101, Taiwan)";448x224@60;V
+ddp2c;"Bee Storm - DoDonPachi II (V102, China)";448x224@60;V
+ddp2hk;"Bee Storm - DoDonPachi II (V102, Hong Kong)";448x224@60;V
+ddp2j;"Bee Storm - DoDonPachi II (V102, Japan)";448x224@60;V
+ddp2k;"Bee Storm - DoDonPachi II (V102, Korea)";448x224@60;V
+ddp2t;"Bee Storm - DoDonPachi II (V102, Taiwan)";448x224@60;V
+ddpdoj;"DoDonPachi Dai-Ou-Jou (V101, Japan)";448x224@60;V
+ddpdoja;"DoDonPachi Dai-Ou-Jou (V100 (second version), Japan)";448x224@60;V
+ddpdojb;"DoDonPachi Dai-Ou-Jou (V100 (first version), Japan)";448x224@60;V
+ddpdojblk;"DoDonPachi Dai-Ou-Jou Black Label (V100, (2002.10.07.B";448x224@60;V
+ddpdojblka;"DoDonPachi Dai-Ou-Jou Black Label (V100 (2002.10.07 Bl";448x224@60;V
+ddpdojblkbl;"DoDonPachi Dai-Ou-Jou Black Label (2002.10.07 Black Ve";448x224@60;V
+ddragon;"Double Dragon (Euro, USA) - Double Dragon (Euro, USA) - Double Dragon (Japan) - Double Dragon (Kor) - Double Dragon (World)";256x240@57;H
+ddragon2;"Double Dragon II - The Revenge (Jpn) - Double Dragon II - The Revenge (World)";256x240@57;H
+ddragon2b;"Double Dragon II - The Revenge (US bootleg, set 1)";256x240@57;H
+ddragon2b2;"Double Dragon II - The Revenge (US bootleg, set 2)";256x240@57;H
+ddragon2u;"Double Dragon II - The Revenge (US)";256x240@57;H
+ddragon3;"Double Dragon 3 - The Arcade Game (Euro, USA) - Double Dragon 3 - The Rosetta Stone (US)";320x240@57;H
+ddragon3b;"Double Dragon 3 - The Rosetta Stone (bootleg)";320x240@57;H
+ddragon3j;"Double Dragon 3 - The Rosetta Stone (Japan)";320x240@57;H
+ddragon3p;"Double Dragon 3 - The Rosetta Stone (prototype)";320x240@57;H
+ddragonb;"Double Dragon (bootleg with HD6309)";256x240@57;H
+ddragonb2;"Double Dragon (bootleg)";256x240@57;H
+ddragonba;"Double Dragon (bootleg with M6803)";256x240@57;H
+ddragonu;"Double Dragon (US set 1)";256x240@57;H
+ddragonua;"Double Dragon (US set 2)";256x240@57;H
+ddragonub;"Double Dragon (US set 3)";256x240@57;H
+ddragonw;"Double Dragon (World set 1)";256x240@57;H
+ddragonw1;"Double Dragon (World set 2)";256x240@57;H
+ddsom;"Dungeons & Dragons - shadow over mystara (960619 Euro)";384x224@60;H
+ddsoma;"Dungeons & Dragons - shadow over mystara (960619 Asia)";384x224@60;H
+ddsomar1;"Dungeons & Dragons - shadow over mystara (960208 Asia)";384x224@60;H
+ddsomb;"Dungeons & Dragons - shadow over mystara (960223 Brazi";384x224@60;H
+ddsomh;"Dungeons & Dragons - shadow over mystara (960223 Hispa";384x224@60;H
+ddsomj;"Dungeons & Dragons - shadow over mystara (960619 Japan";384x224@60;H
+ddsomjr1;"Dungeons & Dragons - shadow over mystara (960206 Japan";384x224@60;H
+ddsomjr2;"Dungeons & Dragons - shadow over mystara (960223 Japan";384x224@60;H
+ddsomr1;"Dungeons & Dragons - shadow over mystara (960223 Euro)";384x224@60;H
+ddsomr2;"Dungeons & Dragons - shadow over mystara (960209 Euro)";384x224@60;H
+ddsomr3;"Dungeons & Dragons - shadow over mystara (960208 Euro)";384x224@60;H
+ddsomu;"Dungeons & Dragons - shadow over mystara (960619 USA)";384x224@60;H
+ddsomud;"Dungeons & Dragons - shadow over mystara (960619 USA P";384x224@60;H
+ddsomur1;"Dungeons & Dragons - shadow over mystara (960209 USA)";384x224@60;H
+ddtod;"Dungeons & Dragons - tower of doom (940412 Euro)";384x224@60;H
+ddtoda;"Dungeons & Dragons - tower of doom (940412 Asia)";384x224@60;H
+ddtodar1;"Dungeons & Dragons - tower of doom (940113 Asia)";384x224@60;H
+ddtodd;"Dungeons & Dragons - tower of doom (940412 Euro Phoeni";384x224@60;H
+ddtodh;"Dungeons & Dragons - tower of doom (940412 Hispanic)";384x224@60;H
+ddtodhr1;"Dungeons & Dragons - tower of doom (940125 Hispanic)";384x224@60;H
+ddtodhr2;"Dungeons & Dragons - tower of doom (940113 Hispanic)";384x224@60;H
+ddtodj;"Dungeons & Dragons - tower of doom (940412 Japan)";384x224@60;H
+ddtodjr1;"Dungeons & Dragons - tower of doom (940125 Japan)";384x224@60;H
+ddtodjr2;"Dungeons & Dragons - tower of doom (940113 Japan)";384x224@60;H
+ddtodr1;"Dungeons & Dragons - tower of doom (940113 Euro)";384x224@60;H
+ddtodu;"Dungeons & Dragons - tower of doom (940125 USA)";384x224@60;H
+ddtodur1;"Dungeons & Dragons - tower of doom (940113 USA)";384x224@60;H
+ddux;"Dynamite Dux (Euro, Bra) - Dynamite Dux (set 2, FD1094 317-0096)";320x224@60;H
+ddux1;"Dynamite Dux (set 1, 8751 317-0095)";320x224@60;H
+dduxbl;"Dynamite Dux (bootleg)";320x224@60;H
+dduxd;"Dynamite Dux (set 2, FD1094 317-0096 decrypted)";320x224@60;H
+dduxj;"Dynamite Dux (set 2, Japan, FD1094 317-0094)";320x224@60;H
+dduxjd;"Dynamite Dux (set 2, Japan, FD1094 317-0094 decrypted)";320x224@60;H
+deadconx;"Dead Connection (World)";320x224@60;H
+deadconxj;"Dead Connection (Japan)";320x224@60;H
+dealer;"The Dealer";272x236@60;V
+deathbrd;"Death Brade (Japan ver JM-3)";320x240@58;H
+deerhunt;"Deer Hunter (Rus) - Deer Hunting USA V4.3";320x240@60;H
+deerhunta;"Deer Hunting USA V4.2";320x240@60;H
+deerhuntb;"Deer Hunting USA V4.0";320x240@60;H
+deerhuntc;"Deer Hunting USA V3.0";320x240@60;H
+deerhuntd;"Deer Hunting USA V2";320x240@60;H
+deerhunte;"Deer Hunting USA V1";320x240@60;H
+defense;"Defense (System 16B, FD1089A 317-0028)";320x224@60;H
+deluxe4u;"Deluxe 4 U (ver. 0107, 07/01/2000)";320x240@60;H
+deluxe5;"Deluxe 5 (ver. 0107, 07/01/2000, set 1)";320x240@60;H
+deluxe5a;"Deluxe 5 (ver. 0107, 07/01/2000, set 2)";320x240@60;H
+deluxe5b;"Deluxe 5 (ver. 0107, 07/01/2000, set 3)";320x240@60;H
+demonwld;"Demon's World / Horror Story (set 1)";320x240@55.2;H
+demonwld1;"Demon's World / Horror Story (set 2)";320x240@55.2;H
+demonwld2;"Demon's World / Horror Story (set 3)";320x240@55.2;H
+demonwld3;"Demon's World / Horror Story (set 4)";320x240@55.2;H
+demonwld4;"Demon's World / Horror Story (set 5)";320x240@55.2;H
+deroon;"Deroon DeroDero";320x240@57;H
+deroona;"Deroon DeroDero (alt set)";320x240@57;H
+desertbr;"Desert Breaker (World, FD1094 317-0196)";320x224@60;V
+desertbrd;"Desert Breaker (World, FD1094 317-0196 decrypted)";320x224@60;V
+desertbrj;"Desert Breaker (Japan, FD1094 317-0194)";320x224@60;V
+desertbrjd;"Desert Breaker (Japan, FD1094 317-0194 decrypted)";320x224@60;V
+detatwin;"Detana!! Twin Bee (Japan ver. J)";280x224@60;V
+devilfsg;"Devil Fish (Galaxian hardware, bootleg?)";256x224@60;V
+devilfsh;"Devil Fish";256x224@60;V
+devilw;"Devil World";320x224@60;H
+devstors;"Devastators (ver. Z)";304x224@60;V
+devstors2;"Devastators (ver. X)";304x224@60;V
+devstors3;"Devastators (ver. V)";304x224@60;V
+dfeveron;"Dangun Feveron (Japan, ver. 98/09/17)";320x240@58;V
+dharma;"Dharma Doujou";320x224@60;H
+dharmaj;"Dharma Doujou (Japan)";320x224@60;H
+dharmak;"Dharma Doujou (Korea)";320x224@60;H
+diamond;"Diamond Run";256x224@60;H
+dietgo;"Diet Go Go (Euro v1.1 1992.09.26)";320x240@58;H
+dietgoe;"Diet Go Go (Euro v1.1 1992.08.04)";320x240@58;H
+dietgoj;"Diet Go Go (Japan v1.1 1992.09.26)";320x240@58;H
+dietgou;"Diet Go Go (USA v1.1 1992.09.26)";320x240@58;H
+digdug;"Dig Dug (Jpn) - Dig Dug (Prototype) - Dig Dug (rev 2)";288x224@60;V
+digdug2;"Dig Dug II (New Ver.)";288x224@60;V
+digdug2o;"Dig Dug II (Old Ver.)";288x224@60;V
+diggerma;"Digger Man";304x224@59;H
+dimahoo;"Dimahoo (000121 Euro)";384x224@60;V
+dimahoou;"Dimahoo (000121 USA)";384x224@60;V
+dimahoud;"Dimahoo (000121 USA Phoenix Edition)";384x224@60;V
+dingo;"Dingo";256x224@60;V
+dino;"Cadillacs & Dinosaurs (930201 etc)";384x224@60;H
+dinoa;"Cadillacs & Dinosaurs (930223 Asia TW)";384x224@60;H
+dinoeh;"Cadillacs and Dinosaurs (hack, 930201 etc)";384x224@60;H
+dinoh;"Cadillacs and Dinosaurs (bootleg set 3, 930223 Asia TW";384x224@60;H
+dinohc;"Cadillacs and Dinosaurs (Chinese bootleg, 930223 Asia";384x224@60;H
+dinohunt;"Dinosaur Hunter (Chinese bootleg, 930223 Asia TW)";384x224@60;H
+dinoj;"Cadillacs Kyouryuu-Shinseiki (Cadillacs 930201 Japan)";384x224@60;H
+dinopic;"Cadillacs and Dinosaurs (bootleg set 1 (with PIC16c57)";384x224@60;H
+dinopic2;"Cadillacs and Dinosaurs (bootleg set 2 (with PIC16c57)";384x224@60;H
+dinopic3;"Cadillacs and Dinosaurs (bootleg set 3 (with PIC16c57)";384x224@60;H
+dinopic4;"Cadillacs and Dinosaurs (bootleg set 4 (with PIC16c57)";384x224@60;H
+dinorex;"Dino Rex (World)";320x224@60;H
+dinorexj;"Dino Rex (Japan)";320x224@60;H
+dinorexu;"Dino Rex (US)";320x224@60;H
+dinot;"Cadillacs and Dinosaurs Turbo (bootleg set 1, 930223 A";384x224@60;H
+dinotpic;"Cadillacs and Dinosaurs Turbo (bootleg set 2 (with PIC";384x224@60;H
+dinou;"Cadillacs & Dinosaurs (930201 USA)";384x224@60;H
+dirtfoxj;"Dirt Fox (Japan)";288x224@60;V
+disco;"Disco No.1";242x240@60;V
+discof;"Disco No.1 (Rev.F)";242x240@60;V
+diverboy;"Diver Boy";320x240@60;H
+djboy;"DJ Boy (Euro) - DJ Boy (set 1)";256x224@58;H
+djboya;"DJ Boy (set 2)";256x224@58;H
+djboyj;"DJ Boy (Japan) - DJ Boy (Jpn)";256x224@58;H
+dkgensan;"Daiku no Gensan (Japan, M82)";384x256@55;H
+dkgensanm72;"Daiku no Gensan (Japan, M72)";384x256@55;H
+dkingjr;"Donkey King Jr. (bootleg of Donkey Kong Jr.)";256x224@60;V
+dkong;"Donkey Kong - Donkey Kong (US set 1)";256x224@60;V
+dkong3;"Donkey Kong 3 (US)";256x224@60;V
+dkong3b;"Donkey Kong 3 (bootleg on Donkey Kong Jr. hardware)";256x224@60;V
+dkong3j;"Donkey Kong 3 (Japan)";256x224@60;V
+dkongf;"Donkey Kong Foundry (hack)";256x224@60;V
+dkonghrd;"Donkey Kong (US set 1) with Hard kit";256x224@60;V
+dkongj;"Donkey Kong (Japan set 1)";256x224@60;V
+dkongjnrj;"Donkey Kong Junior (Japan?)";256x224@60;V
+dkongjo;"Donkey Kong (Japan set 2)";256x224@60;V
+dkongjo1;"Donkey Kong (Japan set 3)";256x224@60;V
+dkongjr;"Donkey Kong Junior - Donkey Kong Junior (US set F-2)";256x224@60;V
+dkongjrb;"Donkey Kong Jr. (bootleg)";256x224@60;V
+dkongjrj;"Donkey Kong Jr. (Japan)";256x224@60;V
+dkongjrm;"Donkey Kong Jr. (Moon Cresta hardware)";256x224@60;V
+dkongo;"Donkey Kong (US set 2)";256x224@60;V
+dkongpe;"Donkey Kong - Pauline Edition (hack, rev 5)";256x224@60;V
+dkongx;"Donkey Kong II - Jumpman Returns (hack, V1.2)";256x224@60;V
+dkongx11;"Donkey Kong II - Jumpman Returns (hack, V1.1)";256x224@60;V
+dkrainbow;"Donkey Kong - Arcade Rainbow (hack)";256x224@60;V
+dland;"Dream Land / Super Dream Land (bootleg of Bubble Bobbl - Rod-Land (World)";256x224@60;H
+dleague;"Dynamite League (US)";320x240@60;H
+dleaguej;"Dynamite League (Japan)";320x240@60;H
+dmnfrnt;"Demon Front (V105)";448x224@60;H
+dmnfrnta;"Demon Front (V102, China)";448x224@60;H
+dmnfrntb;"Demon Front (V103)";448x224@60;H
+dmnfrntpcb;"Demon Front (V107, Korea, Single PCB Version)";448x224@60;H
+dngrtrck;"Danger Track (Rally X bootleg)";288x224@60;H
+docastle;"Mr. Do!'s Castle - Mr. Do's Castle (set 1)";240x192@60;V
+dodgeman;"Dodge Man";256x224@60;H
+dogfgt;"Acrobatic Dog-Fight";256x240@60;H
+dogfgtj;"Dog-Fight (Japan)";256x240@60;H
+dogfgtu;"Acrobatic Dog-Fight (USA)";256x240@60;H
+dogfight;"Dog Fight (Thunderbolt) - Dog Fighter (Euro)";256x224@60;V
+dogosokb;"Dogou Souken (Joystick hack bootleg)";288x216@60;V
+dogosoke;"Dogou Souken";288x216@60;V
+dogyuun;"Dogyuun";320x240@60;V
+dogyuuna;"Dogyuun (Licensed to Unite Trading For Korea)";320x240@60;V
+dogyuunt;"Dogyuun (test location version)";320x240@60;V
+dokaben;"Dokaben (Japan)";384x240@60;H
+dolmen;"Dolmen";256x224@56;H
+dommy;"Dommy";248x240@57;V
+dondokod;"Don Doko Don (World)";320x224@60;H
+dondokodj;"Don Doko Don (Japan)";320x224@60;H
+dondokodu;"Don Doko Don (US)";320x224@60;H
+donight;"Mr.Do's Nightmare (hack by Krazy Ivan)";256x224@60;V
+donpachi;"DonPachi (USA, ver. 1.12, 95/05/2x)";320x240@58;V
+donpachihk;"DonPachi (Hong Kong, ver. 1.10, 95/05/17)";320x240@58;V
+donpachij;"DonPachi (Japan, ver. 1.01, 95/05/11)";320x240@58;V
+donpachikr;"DonPachi (Korea, ver. 1.12, 95/05/2x)";320x240@58;V
+dorodon;"Dorodon (Jpn) - Dorodon (set 1)";240x196@60;V
+dorodon2;"Dorodon (set 2)";240x196@60;V
+dorunrun;"Do! Run Run (set 1)";240x192@60;H
+dotrikun;"Dottori Kun (new version)";256x192@60;H
+dotrikun2;"Dottori Kun (old version)";256x192@60;H
+dotriman;"Dottori-Man Jr.";256x192@60;H
+doubledr;"Double Dragon (Neo-Geo)";320x224@59;H
+dowild;"Mr. Do's Wild Ride - Mr. Do's Wild Ride (Jpn)";240x192@60;H
+downtown;"DownTown / Mokugeki (Set 1)";384x224@57;V
+downtown2;"DownTown / Mokugeki (Set 2)";384x224@57;V
+downtownj;"DownTown / Mokugeki (Joystick Hack)";384x224@57;V
+downtownp;"DownTown / Mokugeki (prototype)";384x224@57;V
+dquizgo;"Date Quiz Go Go (Korea)";320x240@60;H
+dragnblz;"Dragon Blaze";320x224@60;V
+dragonsh;"Dragon's Heaven (development board)";304x224@59;H
+drakton;"Drakton (DK conversion)";256x224@60;V
+dreamwld;"Dream World";304x224@58;H
+dremshpr;"Dream Shopper";288x224@60;V
+drgnbowl;"Dragon Bowl";256x224@60;H
+drgnbowla;"Dragon Bowl (set 2, unencrypted program)";256x224@60;H
+drgnbstr;"Dragon Buster";288x224@60;H
+drgninja;"Dragonninja (Japan)";256x240@57;H
+drgninjab;"Dragonninja (bootleg set 1)";256x240@57;H
+drgninjab2;"Dragonninja (bootleg set 2)";256x240@57;H
+drgnmst;"Dragon Master";384x224@60;H
+drgnunit;"Dragon Unit / Castle of Dragon";384x240@60;H
+drgw2;"Dragon World II (V110X, World)";448x224@60;H
+drgw2c;"Zhong Guo Long II (V100C, China)";448x224@60;H
+drgw2hk;"Dragon World II (V100H, Hong Kong)";448x224@60;H
+drgw2j;"Chuugokuryuu II (V100J, Japan)";448x224@60;H
+drifto94;"Drift Out '94 - The Hard Order (Japan)";336x238@60;H
+driftout;"Drift Out (Europe)";320x224@60;V
+driftoutj;"Drift Out (Japan)";320x224@60;V
+driveout;"Drive Out";320x224@60;V
+drivfrcb;"Driving Force (Galaxian conversion bootleg)";256x224@60;V
+drivfrcg;"Driving Force (Galaxian conversion)";256x224@60;V
+drivfrcp;"Driving Force (Pac-Man conversion)";256x224@60;V
+drivfrct;"Top Racer (bootleg of Driving Force)";256x224@60;V
+drktnjr;"Drakton (DKJr conversion)";256x224@60;V
+drmicro;"Dr. Micro";256x224@60;V
+drtomy;"Dr. Tomy";320x240@60;H
+drtoppel;"Dr. Toppel's Adventure (World)";256x224@60;V
+drtoppela;"Dr. Toppel's Adventure (World, alt?)";256x224@60;V
+drtoppelj;"Dr. Toppel's Tankentai (Japan)";256x224@60;V
+drtoppelu;"Dr. Toppel's Adventure (US)";256x224@60;V
+dsaber;"Dragon Saber (World, DO2) - Dragon Saber - After Story of Dragon Spirit";288x224@60;V
+dsabera;"Dragon Saber (World, older?)";288x224@60;V
+dsaberj;"Dragon Saber (Japan, Rev B)";288x224@60;V
+dsoccr94;"Dream Soccer '94 (World, M107 hardware)";320x240@60;H
+dsoccr94j;"Dream Soccer '94 (Japan)";320x240@60;H
+dsoccr94k;"Dream Soccer '94 (Korea, M107 hardware)";320x240@60;H
+dspirit;"Dragon Spirit - Dragon Spirit - Dragon Spirit (new version (DS3))";288x224@60;V
+dspirit1;"Dragon Spirit (old version (DS1))";288x224@60;V
+dspirit2;"Dragon Spirit (DS2)";288x224@60;V
+dstlk;"Darkstalkers - the night warriors (940705 Euro) - Landstalker - The Treasures of King Nole (Euro)";384x224@60;H
+dstlka;"Darkstalkers - the night warriors (940705 Asia)";384x224@60;H
+dstlkh;"Darkstalkers - the night warriors (940818 Hispanic)";384x224@60;H
+dstlku;"Darkstalkers - the night warriors (940818 USA) - Landstalker - The Treasures of King Nole (USA)";384x224@60;H
+dstlku1d;"Darkstalkers - the night warriors (940705 USA Phoenix";384x224@60;H
+dstlkur1;"Darkstalkers - the night warriors (940705 USA)";384x224@60;H
+ducki;"Duck Tales (Intro demo)";304x224@59;H
+dumpmtmt;"Dump Matsumoto (Japan, 8751 317-unknown)";320x224@60;H
+dungeonm;"Dungeon Magic (Ver 2.1O 1994/02/18)";320x224@60;H
+dungeonmu;"Dungeon Magic (Ver 2.1A 1994/02/18)";320x224@60;H
+dunkshot;"Dunk Shot (Jpn) - Dunk Shot (Rev C, FD1089 317-0022)";320x224@60;H
+dunkshota;"Dunk Shot (Jpn, Alt) - Dunk Shot (Rev A, FD1089 317-0022)";320x224@60;H
+dunkshoto;"Dunk Shot (FD1089 317-0022)";320x224@60;H
+dw2001;"Dragon World 2001 (V100, Japan)";448x224@60;H
+dw2v100x;"Dragon World II (V100X, World)";448x224@60;H
+dwi;"DarkWing Duck (Intro demo)";304x224@59;H
+dwia;"DarkWing Duck (Intro demo, alt)";304x224@59;H
+dwpc;"Dragon World Pretty Chance (V101, Japan)";448x224@60;H
+dyger;"Dyger (Korea set 1)";384x224@60;V
+dygera;"Dyger (Korea set 2)";384x224@60;V
+dynablst;"Dynablaster / Bomber Man";320x240@60;H
+dynagear;"Dyna Gear";336x240@60;H
+dynduke;"Dynamite Duke (Euro, Bra) - Dynamite Duke (Europe, 03SEP89) - Dynamite Duke (World, Rev. A)";256x224@60;H
+dyndukea;"Dynamite Duke (Europe, 25JUL89)";256x224@60;H
+dyndukej;"Dynamite Duke (Japan, 03SEP89)";256x224@60;H
+dyndukeja;"Dynamite Duke (Japan, 25JUL89)";256x224@60;H
+dyndukeu;"Dynamite Duke (US, 25JUL89)";256x224@60;H
+dynwar;"Dynasty Wars (US set 1)";384x224@60;H
+dynwara;"Dynasty Wars (US set 2)";384x224@60;H
+dynwarj;"Tenchi wo Kurau (Japan)";384x224@60;H
+dynwarjr;"Tenchi wo Kurau (Japan Resale Ver.)";384x224@60;H
+eagle;"Eagle (set 1)";256x224@60;V
+eagle2;"Eagle (set 2)";256x224@60;V
+eagle3;"Eagle (set 3)";256x224@60;V
+eaglshot;"Eagle Shot Golf";320x224@60;H
+earthjkr;"U.N. Defense Force: Earth Joker (Japan)";320x240@60;V
+earthjkrp;"U.N. Defense Force: Earth Joker (Japan, prototype?)";320x240@60;V
+ecofghtr;"Eco Fighters (931203 etc)";384x224@60;H
+ecofghtra;"Eco Fighters (931203 Asia)";384x224@60;H
+ecofghtrd;"Eco Fighters (931203 World Phoenix Edition)";384x224@60;H
+ecofghtrh;"Eco Fighters (931203 Hispanic)";384x224@60;H
+ecofghtru;"Eco Fighters (940215 USA)";384x224@60;H
+ecofghtru1;"Eco Fighters (931203 USA)";384x224@60;H
+edf;"Armed Formation - Armed Formation F - E.D.F. : Earth Defense Force (set 1) - Twisted Flipper (USA, Prototype)";256x224@60;H
+edfa;"E.D.F. : Earth Defense Force (set 2)";256x224@60;H
+edfbl;"E.D.F. : Earth Defense Force (bootleg)";256x224@60;H
+edfu;"E.D.F. : Earth Defense Force (North America)";256x224@60;H
+edrandy;"The Cliffhanger - Edward Randy (World ver 3)";256x240@58;H
+edrandy1;"The Cliffhanger - Edward Randy (World ver 1)";256x240@58;H
+edrandy2;"The Cliffhanger - Edward Randy (World ver 2)";256x240@58;H
+edrandyj;"The Cliffhanger - Edward Randy (Japan ver 3)";256x240@58;H
+eeekk;"Eeekk!";288x224@60;V
+egghunt;"Egg Hunt";384x240@58;H
+eggor;"Eggor";288x224@60;V
+eggs;"Eggs";240x240@57;V
+eightfrc;"Eight Forces";384x224@60;V
+eightman;"Eight Man (NGM-025)(NGH-025)";320x224@59;H
+elvact2u;"Elevator Action II (Ver 2.2A 1995/02/20)";320x232@60;H
+elvactr;"Elevator Action Returns (Ver 2.2O 1995/02/20)";320x232@60;H
+elvactrj;"Elevator Action Returns (Ver 2.2J 1995/02/20)";320x232@60;H
+endurobl;"Enduro Racer (bootleg set 1)";320x224@60;H
+enduror;"Enduro Racer (YM2151, FD1089B 317-0013A)";320x224@60;H
+enduror1;"Enduro Racer (YM2203, FD1089B 317-0013A)";320x224@60;H
+enforce;"Enforce (World)";320x224@60;H
+enforcej;"Enforce (Japan)";320x224@60;H
+enforceja;"Enforce (Japan, Analog Controls)";320x224@60;H
+esckids;"Escape Kids (Asia, 4 Players)";288x240@60;H
+esckidsj;"Escape Kids (Japan, 2 Players)";288x240@60;H
+espgal;"Espgaluda (V100, Japan)";448x224@59;V
+espgalbl;"Espgaluda (2003/10/15 Master Ver, bootleg cartridge co";448x224@59;V
+esprade;"ESP Ra.De. - A.D.2018 Tokyo (International, ver. 98/04";320x240@58;V
+espradej;"ESP Ra.De. (Japan, ver. 98/04/21)";320x240@58;V
+espradejo;"ESP Ra.De. (Japan, ver. 98/04/14)";320x240@58;V
+eswat;"E-Swat - Cyber Police (set 4, World, FD1094 317-0130) - ESWAT - City Under Siege (Euro, USA, Rev. A)";320x224@60;H
+eswatbl;"E-Swat - Cyber Police (bootleg)";320x224@60;H
+eswatd;"E-Swat - Cyber Police (set 4, World, FD1094 317-0130 d";320x224@60;H
+eswatj;"Cyber Police ESWAT (Jpn, Rev. 0) - E-Swat - Cyber Police (set 2, Japan, FD1094 317-0128)";320x224@60;H
+eswatj1;"E-Swat - Cyber Police (set 1, Japan, FD1094 317-0131)";320x224@60;H
+eswatj1d;"E-Swat - Cyber Police (set 1, Japan, FD1094 317-0131 d";320x224@60;H
+eswatjd;"E-Swat - Cyber Police (set 2, Japan, FD1094 317-0128 d";320x224@60;H
+eswatu;"E-Swat - Cyber Police (set 3, US, FD1094 317-0129)";320x224@60;H
+eswatud;"E-Swat - Cyber Police (set 3, US, FD1094 317-0129 decr";320x224@60;H
+eto;"Game Toshokan (Jpn, Rev. A) - Kokontouzai Eto Monogatari (Japan)";320x240@60;H
+euroch92;"Euro Champ '92 (World)";320x224@60;H
+evilston;"Evil Stone";320x224@60;V
+excelsr;"Excelsior (set 1)";320x240@58;H
+excelsra;"Excelsior (set 2)";320x240@58;H
+exctleag;"Excite League (FD1094 317-0079)";320x224@60;H
+exctleagd;"Excite League (FD1094 317-0079 decrypted)";320x224@60;H
+exedexes;"Exed Exes";256x224@60;V
+exerizerb;"Exerizer (Japan) (bootleg)";320x224@60;V
+exodus;"Exodus (bootleg?) - Exodus - Journey to the Promised Land (USA)";256x224@60;V
+explbrkr;"Explosive Breaker";256x224@60;V
+explorer;"Explorer";256x224@60;V
+extdwnhl;"Extreme Downhill (v1.5)";320x240@60;H
+extrmatn;"Extermination (World)";256x224@60;V
+extrmatnj;"Extermination (Japan)";256x224@60;V
+extrmatnu;"Extermination (US, set 1)";256x224@60;V
+extrmatnur;"Extermination (US, Romstar)";256x224@60;V
+exzisus;"Exzisus (Japan, dedicated)";256x224@60;H
+exzisusa;"Exzisus (Japan, conversion)";256x224@60;H
+exzisust;"Exzisus (TAD license)";256x224@60;H
+eyes;"Eyes (Digitrex Techstar)";288x224@60;V
+eyes2;"Eyes (Techstar)";288x224@60;V
+eyesb;"Eyes (bootleg set 1)";288x224@60;V
+eyeszacb;"Eyes (bootleg set 2, decrypted)";288x224@60;V
+f1dreamb;"F-1 Dream (bootleg, set 1)";256x224@60;H
+f1dreamba;"F-1 Dream (bootleg, set 2)";256x224@60;H
+f1gp;"F-1 Grand Prix - Nakajima Satoru Kanshuu F1 Grand Prix (Jpn)";320x240@60;V
+f1gp2;"F-1 Grand Prix Part II";320x224@60;V
+faceoff;"Face Off (Japan 2 Players)";288x224@60;H
+falcon;"Falcon - Falcon (bootleg of Phoenix) (8085A CPU)";256x208@60;V
+falconz;"Falcon (bootleg of Phoenix) (Z80 CPU)";256x208@60;V
+fantasia;"Fantasia (940429 PCB, set 1) - Fantasia (World, Rev. A)";256x224@60;V
+fantasiaa;"Fantasia (940307 PCB)";256x224@60;V
+fantasiab;"Fantasia (940429 PCB, set 2)";256x224@60;V
+fantasian;"Fantasia (940803 PCB)";256x224@60;V
+fantastc;"Fantastic (Galaga conversion on Galaxian hardware)";256x224@60;V
+fantazia;"Fantazia (bootleg?)";256x224@60;V
+fantland;"Fantasy Land (set 1)";352x256@60;H
+fantlanda;"Fantasy Land (set 2)";352x256@60;H
+fantsia2;"Fantasia II (Explicit)";256x224@60;H
+fantsia2a;"Fantasia II (Less Explicit)";256x224@60;H
+fantsia2n;"Fantasia II (1998)";256x224@60;H
+fantsy95;"Fantasy '95";256x224@60;V
+fantzn2x;"Fantasy Zone II - The Tears of Opa-Opa (System 16C)";320x224@60;H
+fantzn2xp;"Fantasy Zone II - The Tears of Opa-Opa (System 16C, pr";320x224@60;H
+fantzn2xps2;"Fantasy Zone II - The Tears of Opa-Opa (System 16C, PS";320x224@60;H
+fantznta;"Fantasy Zone Time Attack (System 16B, PS2 data file)";320x224@60;H
+fantzone;"Fantasy Zone - Fantasy Zone - Fantasy Zone (Jpn) - Fantasy Zone (Rev A, unprotected) - Fantasy Zone (World, v2) - Fantasy Zone Gear (Euro, Jpn)";320x224@60;H
+fantzone1;"Fantasy Zone (unprotected) - Fantasy Zone (World, v1, Prototype)";320x224@60;H
+fantzonep;"Fantasy Zone (317-5000)";320x224@60;H
+fantzoneta;"Fantasy Zone (Time Attack, bootleg)";320x224@60;H
+farmer;"Farmers Rebellion";240x224@60;H
+fastfred;"Fast Freddie";256x224@60;V
+fatfursp;"Fatal Fury Special (Euro) - Fatal Fury Special / Garou Densetsu Special (set 1)(NG";320x224@59;H
+fatfurspa;"Fatal Fury Special / Garou Densetsu Special (set 2)(NG";320x224@59;H
+fatfury1;"Fatal Fury - King of Fighters / Garou Densetsu - shuku";320x224@59;H
+fatfury2;"Fatal Fury 2 (USA, Kor) - Fatal Fury 2 / Garou Densetsu 2 - arata-naru tatakai (";320x224@59;H
+fatfury2a;"Fatal Fury 2 / Garou Densetsu 2 - arata-naru tatakai (";320x224@59;H
+fatfury3;"Fatal Fury 3 - Road to the Final Victory / Garou Dense";320x224@59;H
+fatfury3a;"Fatal Fury 3 - Road to the Final Victory / Garou Dense";320x224@59;H
+fball;"Fire Ball (FM Work)";256x240@60;H
+fbfrenzy;"Football Frenzy (NGM-034)(NGH-034)";304x224@59;H
+fcrash;"Final Crash (bootleg (with 2xYM2203 + 2xMSM5205))";384x224@60;H
+feversos;"Fever SOS (International, ver. 98/09/25)";320x240@58;V
+ffantasy;"Fighting Fantasy (Japan revision 3)";256x240@57;H
+ffantasya;"Fighting Fantasy (Japan)";256x240@57;H
+ffantasyb;"Fighting Fantasy (Japan revision ?)";256x240@57;H
+ffantasyj;"Fighting Fantasy (Japan revision 2)";256x240@57;H
+ffight;"Final Fight (World, set 1)";384x224@60;H
+ffighta;"Final Fight (World, set 2)";384x224@60;H
+ffightbl;"Final Fight (bootleg set 1 (with 2xYM2203 + 2xMSM5205)";384x224@60;H
+ffightbla;"Final Fight (bootleg set 2 (with 2xYM2203 + 2xMSM5205)";384x224@60;H
+ffightj;"Final Fight (Japan)";384x224@60;H
+ffightj1;"Final Fight (900112 Japan)";384x224@60;H
+ffightj2;"Final Fight (900305 Japan)";384x224@60;H
+ffightj3;"Final Fight (900613 Japan)";384x224@60;H
+ffightjh;"Street Smart / Final Fight (Japan, hack)";384x224@60;H
+ffightu;"Final Fight (USA, set 1)";384x224@60;H
+ffightu1;"Final Fight (USA, set 2)";384x224@60;H
+ffightu2;"Final Fight (USA, set 3)";384x224@60;H
+ffightua;"Final Fight (900112 USA)";384x224@60;H
+ffightub;"Final Fight (900424 USA)";384x224@60;H
+ffightuc;"Final Fight (900613 USA)";384x224@60;H
+fghtbskt;"Fighting Basketball";256x224@60;H
+fhawk;"Fighting Hawk (World)";320x224@60;V
+fhawkj;"Fighting Hawk (Japan)";320x224@60;V
+fightfev;"Fight Fever (set 1)";304x224@59;H
+fightfeva;"Fight Fever (set 2)";304x224@59;H
+fightrol;"Fighting Roller";240x224@60;V
+finalb;"Final Blow (Jpn) - Final Blow (World)";320x224@60;H
+finalbj;"Final Blow (Japan)";320x224@60;H
+finalbu;"Final Blow (US)";320x224@60;H
+finalizr;"Finalizer - Super Transformation";272x224@60;V
+finalizrb;"Finalizer - Super Transformation (bootleg)";272x224@60;V
+finalttr;"Final Tetris";256x224@58;H
+finehour;"Finest Hour (Japan)";288x224@60;H
+firebarr;"Fire Barrel (Japan)";320x240@60;V
+firehawk;"Fire Hawk (horizontal) - Firehawk (Euro)";256x224@56;H
+fireshrk;"Fire Shark - Fire Shark (Euro)";320x240@57.6;V
+fireshrka;"Fire Shark (Earlier)";320x240@57.6;V
+fireshrkd;"Fire Shark (Korea, set 1, easier)";320x240@57.6;V
+fireshrkdh;"Fire Shark (Korea, set 2, harder)";320x240@57.6;V
+firetrap;"Fire Trap (US, set 1)";256x240@60;V
+firetrapa;"Fire Trap (US, set 2)";256x240@60;V
+firetrapbl;"Fire Trap (Japan bootleg)";256x240@60;V
+firetrapj;"Fire Trap (Japan)";256x240@60;V
+fitegolf;"Fighting Golf (World?)";288x216@60;H
+fitegolf2;"Fighting Golf (US, Ver 2)";288x216@60;H
+fitegolfu;"Fighting Golf (US)";288x216@60;H
+fixeight;"FixEight (Europe)";320x240@60;V
+fixeighta;"FixEight (Southeast Asia)";320x240@60;V
+fixeightat;"FixEight (Southeast Asia, Taito license)";320x240@60;V
+fixeighth;"FixEight (Hong Kong)";320x240@60;V
+fixeightht;"FixEight (Hong Kong, Taito license)";320x240@60;V
+fixeightj;"FixEight (Japan)";320x240@60;V
+fixeightjt;"FixEight (Japan, Taito license)";320x240@60;V
+fixeightk;"FixEight (Korea)";320x240@60;V
+fixeightkt;"FixEight (Korea, Taito license)";320x240@60;V
+fixeightt;"FixEight (Europe, Taito license)";320x240@60;V
+fixeighttw;"FixEight (Taiwan)";320x240@60;V
+fixeighttwt;"FixEight (Taiwan, Taito license)";320x240@60;V
+fixeightu;"FixEight (USA)";320x240@60;V
+fixeightut;"FixEight (USA, Taito license)";320x240@60;V
+fjbuster;"Fujiyama Buster (Japan)";256x224@60;H
+flagrall;"'96 Flag Rally";320x240@60;H
+flashgal;"Flashgal (set 1)";288x224@60;H
+flashgala;"Flashgal (set 2)";288x224@60;H
+flashgalk;"Flashgal (set 1, Kyugo logo)";288x224@60;H
+flicky;"Flicky (128k Version, 315-5051) - Flicky (Euro, USA) - Flicky (Jpn) - Flicky (Jpn, v1)";256x224@60;H
+flickya;"Flicky (128k Version, 315-5051, larger roms)) - Flicky (Jpn, v0)";256x224@60;H
+flickyg;"Flicky (128k Version, System 2, 315-5051, alt graphics";256x224@60;H
+flickyo;"Flicky (64k Version, 315-5051, set 1)";256x224@60;H
+flickys1;"Flicky (64k Version, 315-5051, set 2)";256x224@60;H
+flickys2;"Flicky (128k Version, not encrypted)";256x224@60;H
+flickys2g;"Flicky (128k Version, System 2, not encrypted, alt gra";256x224@60;H
+flipshot;"Battle Flip Shot";304x224@59;H
+flipull;"Flipull (Japan)";320x224@60;H
+flstory;"The FairyLand Story - The Fairyland Story (Jpn)";256x224@60;H
+flstoryj;"The FairyLand Story (Japan)";256x224@60;H
+flyboy;"Fly-Boy";256x224@60;V
+flyboyb;"Fly-Boy (bootleg)";256x224@60;V
+flytiger;"Flying Tiger (set 1)";384x240@60;V
+flytigera;"Flying Tiger (set 2)";384x240@60;V
+fncywld;"Fancy World - Earth of Crisis";320x240@60;H
+fnkyfish;"Funky Fish";512x256@60;V
+fnshark;"Flyin' Shark (bootleg of Hishou Zame)";320x240@55;V
+footchmp;"Football Champ (World)";320x224@60;H
+forcebrk;"Force Break (bootleg)";240x240@60;H
+forgottn;"Forgotten Worlds (Euro, Bra, Aus) - Forgotten Worlds (World, newer) - Forgotten Worlds (World, v1.1)";384x224@60;H
+forgottna;"Forgotten Worlds (World)";384x224@60;H
+forgottnu;"Forgotten Worlds (US, B-Board 88621B-2, rev C)";384x224@60;H
+forgottnua;"Forgotten Worlds (US, B-Board 88618B-2, rev A)";384x224@60;H
+forgottnuaa;"Forgotten Worlds (US, B-Board 88618B-2, rev AA)";384x224@60;H
+forgottnuc;"Forgotten Worlds (US, B-Board 88618B-2, Rev C)";384x224@60;H
+forgottnue;"Forgotten Worlds (US, B-Board 88618B-2, Rev E)";384x224@60;H
+formatz;"Formation Z - Formation Z (Jpn)";248x224@60;H
+fpoint;"Flash Point (set 2, Japan, FD1094 317-0127A) - Flashpoint (Kor) - Flashpoint (Kor)";320x224@60;H
+fpoint1;"Flash Point (set 1, Japan, FD1094 317-0127A)";320x224@60;H
+fpoint1d;"Flash Point (set 1, Japan, FD1094 317-0127A decrypted)";320x224@60;H
+fpointbj;"Flash Point (Japan, bootleg)";320x224@60;H
+fpointbl;"Flash Point (World, bootleg)";320x224@60;H
+fpointd;"Flash Point (set 2, Japan, FD1094 317-0127A decrypted)";320x224@60;H
+freekick;"Free Kick (NS6201-A 1987.10)";256x224@60;V
+freekicka;"Free Kick (NS6201-A 1987.9)";256x224@60;V
+freekickb1;"Free Kick (bootleg set 1)";256x224@60;V
+freekickb3;"Free Kick (bootleg set 3)";256x224@60;V
+freeze;"Freeze";256x224@60;V
+friskyt;"Frisky Tom (set 1)";256x224@60;H
+friskyta;"Frisky Tom (set 2)";256x224@60;H
+friskytb;"Frisky Tom (set 3, encrypted)";256x224@60;H
+frogf;"Frog (Falcon bootleg)";256x224@60;V
+frogg;"Frog (Galaxian hardware)";256x224@60;V
+frogger;"Frogger - Frogger - Frogger (Jpn) - Frogger (USA) - Frogger (USA, Prototype)";256x224@60;V
+froggermc;"Frogger (Moon Cresta hardware)";256x224@60;V
+froggers;"Frog";256x224@60;V
+froggers1;"Frogger (Sega set 1)";256x224@60;V
+froggers2;"Frogger (Sega set 2)";256x224@60;V
+froggers3;"Frogger (Sega set 3)";256x224@60;V
+froggrs;"Frogger (Scramble hardware)";256x224@60;V
+froman2b;"Idol Mahjong - final romance 2 (Neo CD Conversion)";304x224@59;H
+fround;"The Final Round (ver. M)";320x224@60;H
+froundl;"The Final Round (ver. L)";320x224@60;H
+fshark;"Flying Shark (World)";320x240@54.9;V
+fsharkbt;"Flying Shark (bootleg with 8741)";320x240@54.9;V
+fsoccerb;"Fighting Soccer (Joystick hack bootleg)";400x224@60;H
+fsoccerba;"Fighting Soccer (Joystick hack bootleg, alt)";400x224@60;H
+fstarfrc;"Final Star Force (US)";256x224@60;V
+fstarfrcj;"Final Star Force (Japan)";256x224@60;V
+fswords;"Fighters Swords (Korean release of Samurai Shodown III";304x224@59;H
+fullthrl;"Full Throttle (Japan)";320x240@60;H
+funkybee;"Funky Bee";236x224@60;V
+funkybeeb;"Funky Bee (bootleg, harder)";236x224@60;V
+funkyjet;"Funky Jet (World, rev 1)";320x240@58;H
+funkyjeta;"Funky Jet (World)";320x240@58;H
+funkyjetj;"Funky Jet (Japan, rev 2)";320x240@58;H
+funybubl;"Funny Bubble";320x224@60;H
+funybublc;"Funny Bubble (Comad version)";320x224@60;H
+futspy;"Future Spy";256x224@60;V
+fx;"F-X - Sega Graphic Board (Jpn, Prototype v2.0) - SF-X";288x224@60;V
+fxa;"F-X (alternate set)";288x224@60;V
+gaia;"Gaia Crusaders - Sagaia (Euro, Bra) - Sagaia (USA)";320x224@58;H
+gaialast;"Gaia - The Last Choice of Earth";304x224@58;H
+gaiapols;"Gaiapolis (ver EAF)";376x224@60;V
+gaiapolsj;"Gaiapolis (ver JAF)";376x224@60;V
+gaiapolsu;"Gaiapolis (ver UAF)";376x224@60;V
+gaiden;"Ninja Gaiden (Euro, Bra) - Ninja Gaiden (Euro, USA) - Ninja Gaiden (Jpn, Prototype) - Ninja Gaiden (US)";256x224@60;H
+galaga;"Galaga (Jpn) - Galaga (Namco rev. B) - Galaga (Tw) - Galaga Demo (set 2)";288x224@60;V
+galaga3;"Galaga 3 (GP3 rev. D)";288x224@60;V
+galaga3a;"Galaga 3 (GP3 rev. C)";288x224@60;V
+galaga3b;"Galaga 3 (GP3)";288x224@60;V
+galaga3c;"Galaga 3 (set 4)";288x224@60;V
+galaga3m;"Galaga 3 (set 5)";288x224@60;V
+galaga88;"Galaga '88 - Galaga '88";288x224@60;V
+galaga88a;"Galaga '88 (02-03-88)";288x224@60;V
+galaga88j;"Galaga '88 (Japan)";288x224@60;V
+galagamf;"Galaga (Midway set 1 with fast shoot hack)";288x224@60;V
+galagamk;"Galaga (Midway set 2)";288x224@60;V
+galagamw;"Galaga (Midway set 1)";288x224@60;V
+galagao;"Galaga (Namco)";288x224@60;V
+galap1;"Space Invaders Galactica (galaxiaj hack)";256x224@60;V
+galap4;"Galaxian Part 4 (hack)";256x224@60;V
+galapx;"Galaxian Part X (moonaln hack)";256x224@60;V
+galaxbsf;"Galaxian (bootleg, set 1)";256x224@60;V
+galaxian;"Galaxian - Galaxian (Jpn) - Galaxian (Kor) - Galaxian (Namco set 1)";256x224@60;V
+galaxiana;"Galaxian (Alt) - Galaxian (Jpn, Alt) - Galaxian (Namco set 2)";256x224@60;V
+galaxianbl;"Galaxian (bootleg, set 2)";256x224@60;V
+galaxiani;"Galaxian (Irem)";256x224@60;V
+galaxianm;"Galaxian (Midway set 1)";256x224@60;V
+galaxianmo;"Galaxian (Midway set 2)";256x224@60;V
+galaxiant;"Galaxian (Taito)";256x224@60;V
+galaxrf;"Galaxian (Recreativos Franco S.A. Spanish bootleg)";256x224@60;V
+galaxrfgg;"Galaxian Growing Galaxip / Galaxian Nave Creciente (Re";256x224@60;V
+galaxyfg;"Galaxy Fight - Universal Warriors";304x224@59;H
+galaxygn;"Galaxy Gunners";352x256@60;V
+galemp;"Galaxy Empire (bootleg?)";256x224@60;V
+galhustl;"Gals Hustler";256x224@60;H
+galivan;"Cosmo Police Galivan (12/26/1985)";256x224@60;V
+galivan2;"Cosmo Police Galivan (12/16/1985)";256x224@60;V
+galivan3;"Cosmo Police Galivan (12/11/1985)";256x224@60;V
+gallag;"Gallag";288x224@60;V
+gallop;"Gallop - Armed police Unit (Japan)";384x256@55;H
+galmedes;"Galmedes (Japan)";320x240@60;V
+galpani4;"Gals Panic 4 (Japan)";320x240@60;H
+galpani4k;"Gals Panic 4 (Korea)";320x240@60;H
+galpanic;"Gals Panic (Unprotected)";256x224@60;V
+galpanidx;"Gals Panic DX (Asia)";320x240@60;H
+galpanis;"Gals Panic S - Extra Edition (Europe)";320x240@60;H
+galpanisj;"Gals Panic S - Extra Edition (Japan)";320x240@60;H
+galpanisk;"Gals Panic S - Extra Edition (Korea)";320x240@60;H
+galpans2;"Gals Panic S2 (Europe)";320x240@60;H
+galpans2a;"Gals Panic S2 (Asia)";320x240@60;H
+galpans2j;"Gals Panic S2 (Japan)";320x240@60;H
+galpans3;"Gals Panic S3 (Japan)";320x240@60;H
+galpansu;"Gals Panic SU (Korea)";320x240@60;H
+galspnbl;"Gals Pinball";512x224@60;V
+galturbo;"Galaxian Turbo (superg hack)";256x224@60;V
+ganbare;"Ganbare! Marine Kun (Marine 2K0411 JPN)";384x224@60;H
+gangonta;"Ganbare! Gonta!! 2 / Party Time: Gonta the Diver II (J";320x240@58;V
+gangwars;"Gang Wars";256x224@60;H
+gangwarsb;"Gang Wars (bootleg)";256x224@60;H
+gangwarsj;"Gang Wars (Japan)";256x224@60;H
+gangwarsu;"Gang Wars (US)";256x224@60;H
+ganryu;"Ganryu / Musashi Ganryuki";304x224@59;H
+gaplus;"Gaplus (GP2 rev. B)";288x224@60;V
+gaplusa;"Gaplus (GP2)";288x224@60;V
+gaplusd;"Gaplus (GP2 rev D, alternate hardware)";288x224@60;V
+gaplust;"Gaplus (Tecfri PCB)";288x224@60;V
+gardia;"Gardia (317-0006)";256x224@60;V
+garogun;"Garogun Seroyang (Korea)";320x240@60;H
+garou;"Garou - Mark of the Wolves (NGM-2530) - Garou Densetsu - Shukumei no Tatakai (Jpn)";320x224@59;H
+garoubl;"Garou - Mark of the Wolves (bootleg)";320x224@59;H
+garouh;"Garou - Mark of the Wolves (NGM-2530) (NGH-2530)";320x224@59;H
+garoup;"Garou - Mark of the Wolves (prototype)";320x224@59;H
+garuka;"Garuka (Japan ver. W)";304x224@60;V
+garyoret;"Garyo Retsuden (Japan)";256x240@58;H
+gatedoom;"Gate of Doom (US revision 4)";256x240@58;H
+gatedoom1;"Gate of Doom (US revision 1)";256x240@58;H
+gaunt2;"Gauntlet II";336x240@60;H
+gaunt22p;"Gauntlet II (2 Players, rev 2)";336x240@60;H
+gaunt22p1;"Gauntlet II (2 Players, rev 1)";336x240@60;H
+gaunt22pg;"Gauntlet II (2 Players, German)";336x240@60;H
+gaunt2g;"Gauntlet II (German)";336x240@60;H
+gauntlet;"Gauntlet (Euro) - Gauntlet (Euro, Bra) - Gauntlet (rev 14)";336x240@60;H
+gauntlet2p;"Gauntlet (2 Players, rev 6)";336x240@60;H
+gauntlet2pg;"Gauntlet (2 Players, German, rev 4)";336x240@60;H
+gauntlet2pg1;"Gauntlet (2 Players, German, rev 1)";336x240@60;H
+gauntlet2pj;"Gauntlet (2 Players, Japanese, rev 5)";336x240@60;H
+gauntlet2pj2;"Gauntlet (2 Players, Japanese rev 2)";336x240@60;H
+gauntlet2pr3;"Gauntlet (2 Players, rev 3)";336x240@60;H
+gauntletg;"Gauntlet (German, rev 10)";336x240@60;H
+gauntletgr3;"Gauntlet (German, rev 3)";336x240@60;H
+gauntletgr6;"Gauntlet (German, rev 6)";336x240@60;H
+gauntletgr8;"Gauntlet (German, rev 8)";336x240@60;H
+gauntletj;"Gauntlet (Japanese, rev 13)";336x240@60;H
+gauntletj12;"Gauntlet (Japanese, rev 12)";336x240@60;H
+gauntletr1;"Gauntlet (rev 1)";336x240@60;H
+gauntletr2;"Gauntlet (rev 2)";336x240@60;H
+gauntletr4;"Gauntlet (rev 4)";336x240@60;H
+gauntletr5;"Gauntlet (rev 5)";336x240@60;H
+gauntletr7;"Gauntlet (rev 7)";336x240@60;H
+gauntletr9;"Gauntlet (rev 9)";336x240@60;H
+gauntlets;"Gauntlet (Spanish, rev 15)";336x240@60;H
+gberet;"Green Beret - Green Beret (Euro)";240x224@60;H
+gberetb;"Green Beret (bootleg)";240x224@60;H
+gblchmp;"Global Champion (Ver 2.1A 1994/07/29)";320x224@60;H
+gbusters;"Gang Busters (set 1)";288x224@60;V
+gbustersa;"Gang Busters (set 2)";288x224@60;V
+gdfs;"Mobil Suit Gundam Final Shooting (Japan)";336x240@60;H
+geebee;"Gee Bee";272x224@60;V
+geebeeg;"Gee Bee (Gremlin)";272x224@60;V
+gekiridn;"Gekirindan (Ver 2.3O 1995/09/21)";320x232@60;V
+gekiridnj;"Gekirindan (Ver 2.3J 1995/09/21)";320x232@60;V
+gemini;"Gemini Wing (Japan)";256x224@60;V
+geminib;"Gemini Wing (World, bootleg)";256x224@60;V
+genix;"Genix Family";288x224@60;H
+genpeitd;"Genpei ToumaDen";288x224@60;H
+gensitou;"Genshi-Tou 1930's (Japan)";256x224@60;H
+geostorm;"Geostorm (Japan)";320x240@60;H
+getstarb1;"Get Star (bootleg, set 1)";280x240@60;H
+getstarb2;"Get Star (bootleg, set 2)";280x240@60;H
+getstarj;"Get Star (Japan)";280x240@60;H
+gforce2;"Galaxy Force 2 - Galaxy Force II (World, Rev. B)";320x224@60;H
+gforce2j;"Galaxy Force 2 (Japan)";320x224@60;H
+gforce2ja;"Galaxy Force 2 (Japan, Rev A)";320x224@60;H
+gforce2sd;"Galaxy Force 2 (Super Deluxe unit)";320x224@60;H
+ghostb;"The Real Ghostbusters (US 2 Players, revision 2)";256x240@58;H
+ghostb2a;"The Real Ghostbusters (US 2 Players)";256x240@58;H
+ghostb3;"The Real Ghostbusters (US 3 Players)";256x240@58;H
+ghostbi;"Ghost Busters (Intro demo)";304x224@59;H
+ghostlop;"Ghostlop (prototype)";304x224@59;H
+ghostmun;"Ghost Muncher";256x224@60;V
+ghouls;"Ghouls'n Ghosts (Euro, USA, Bra) - Ghouls'n Ghosts (Euro, USA, Kor, Rev. A) - Ghouls'n Ghosts (World)";384x224@60;H
+ghoulsu;"Ghouls'n Ghosts (US)";384x224@60;H
+ghox;"Ghox (spinner)";320x240@60;V
+ghoxj;"Ghox (joystick)";320x240@60;V
+gigaman2;"Gigaman 2: The Power Fighters (bootleg)";384x224@60;H
+gigandes;"Gigandes";384x240@60;H
+gigandesa;"Gigandes (earlier)";384x240@60;H
+gigasb;"Gigas (bootleg)";256x224@60;V
+gigasm2b;"Gigas Mark II";256x224@60;V
+gigawing;"Giga Wing (990222 USA)";384x224@60;H
+gigawinga;"Giga Wing (990222 Asia)";384x224@60;H
+gigawingb;"Giga Wing (990222 Brazil)";384x224@60;H
+gigawingd;"Giga Wing (990222 USA Phoenix Edition)";384x224@60;H
+gigawingh;"Giga Wing (990222 Hispanic)";384x224@60;H
+gigawingj;"Giga Wing (990223 Japan)";384x224@60;H
+gigawingjd;"Giga Wing (990223 Japan Phoenix Edition)";384x224@60;H
+gijoe;"G.I. Joe (World, EAB, set 1)";288x224@60;H
+gijoea;"G.I. Joe (World, EB8, prototype?)";288x224@60;H
+gijoej;"G.I. Joe (Japan, JAA)";288x224@60;H
+gijoeu;"G.I. Joe (US, UAB)";288x224@60;H
+ginganin;"Ginga NinkyouDen (set 1)";256x224@60;H
+ginganina;"Ginga NinkyouDen (set 2)";256x224@60;H
+ginkun;"Ganbare Ginkun";256x224@60;H
+gloc;"G-LOC Air Battle (Euro, Bra, Kor) - G-LOC Air Battle (Euro, USA, Bra) - G-LOC Air Battle (World) - G-LOC Air Battle (World)";320x224@60;H
+glocr360;"G-LOC R360";320x224@60;H
+glocu;"G-LOC Air Battle (US)";320x224@60;H
+gmahou;"Great Mahou Daisakusen (000121 Japan)";384x224@60;V
+gmgalax;"Ghostmuncher Galaxian (bootleg)";256x224@60;V
+gnbarich;"Gunbarich";320x224@60;V
+gng;"Ghosts'n Goblins (World? set 1)";256x224@59.6;H
+gnga;"Ghosts'n Goblins (World? set 2)";256x224@59.6;H
+gngbl;"Ghosts'n Goblins (bootleg with Cross)";256x224@59.6;H
+gngbla;"Ghosts'n Goblins (bootleg, harder)";256x224@59.6;H
+gngblita;"Ghosts'n Goblins (Italian bootleg, harder)";256x224@59.6;H
+gngc;"Ghosts'n Goblins (World Revision C)";256x224@59.6;H
+gngprot;"Ghosts'n Goblins (prototype)";256x224@59.6;H
+gngt;"Ghosts'n Goblins (US)";256x224@59.6;H
+goalx3;"Goal! Goal! Goal!";304x224@59;H
+gogold;"Go For The Gold (Japan)";320x240@60;H
+gogomile;"Susume! Mile Smile / Go Go! Mile Smile (newer)";320x240@60;H
+gogomileo;"Susume! Mile Smile / Go Go! Mile Smile (older)";320x240@60;H
+goldmedl;"Gold Medalist (set 1)";256x224@60;H
+goldmedla;"Gold Medalist (set 2)";256x224@60;H
+goldmedlb;"Gold Medalist (bootleg)";256x224@60;H
+goldnaxe;"Golden Axe (set 6, US, 8751 317-123A)";320x224@60;H
+goldnaxe1;"Golden Axe (set 1, World, FD1094 317-0110)";320x224@60;H
+goldnaxe1d;"Golden Axe (set 1, World, FD1094 317-0110 decrypted)";320x224@60;H
+goldnaxe2;"Golden Axe (set 2, US, 8751 317-0112)";320x224@60;H
+goldnaxe3;"Golden Axe (set 3, World, FD1094 317-0120)";320x224@60;H
+goldnaxe3d;"Golden Axe (set 3, World, FD1094 317-0120 decrypted)";320x224@60;H
+goldnaxej;"Golden Axe (set 4, Japan, FD1094 317-0121)";320x224@60;H
+goldnaxejd;"Golden Axe (set 4, Japan, FD1094 317-0121 decrypted)";320x224@60;H
+goldnaxeu;"Golden Axe (set 5, US, FD1094 317-0122)";320x224@60;H
+goldnaxeud;"Golden Axe (set 5, US, FD1094 317-0122 decrypted)";320x224@60;H
+gollygho;"Golly! Ghost!";288x224@60;H
+gorkans;"Gorkans";288x224@60;V
+gotcha;"Got-cha Mini Game Festival";320x240@60;H
+gowcaizr;"Voltage Fighter - Gowcaizer / Choujin Gakuen Gowcaizer";304x224@59;H
+gpilots;"Ghost Pilots (NGM-020)(NGH-020)";304x224@59;H
+gpilotsh;"Ghost Pilots (NGH-020)(US)";304x224@59;H
+gprider;"GP Rider (Euro, Bra) - GP Rider (Euro, USA) - GP Rider (World, FD1094 317-0163) (Twin setup)";320x224@60;H
+gpriderj;"GP Rider (Japan, FD1094 317-0161) (Twin setup) - GP Rider (Jpn)";320x224@60;H
+gpriderjs;"GP Rider (Japan, FD1094 317-0161)";320x224@60;H
+gprideru;"GP Rider (US, FD1094 317-0162) (Twin setup)";320x224@60;H
+gpriderus;"GP Rider (US, FD1094 317-0162)";320x224@60;H
+gradius;"Gradius - Gradius (Japan, ROM version) - Nemesis (Euro) ~ Gradius (Jpn)";256x224@60;H
+gradius2;"Gradius II - GOFER no Yabou (Japan New ver.) - Nemesis 2 (Euro) ~ Gradius 2 (Jpn)";320x224@60;H
+gradius2a;"Gradius II - GOFER no Yabou (Japan Old ver.) - Nemesis 2 (Euro) ~ Gradius 2 (Jpn) (Alt)";320x224@60;H
+gradius2b;"Gradius II - GOFER no Yabou (Japan Older ver.)";320x224@60;H
+gradius3;"Gradius III (World, program code R)";320x224@60;H
+gradius3a;"Gradius III (Asia)";320x224@60;H
+gradius3j;"Gradius III (Japan, program code S)";320x224@60;H
+gradius3js;"Gradius III (Japan, program code S, split)";320x224@60;H
+grasspin;"Grasspin";256x224@60;V
+grdian;"Guardian";280x240@60;H
+grdians;"Guardians0Denjin Makai II";304x232@60;H
+grdnstrm;"Guardian Storm (horizontal, not encrypted)";256x224@57;H
+grdnstrmg;"Guardian Storm (Germany)";256x224@57;V
+grdnstrmj;"Sen Jing - Guardian Storm (Japan)";256x224@57;V
+grdnstrmk;"Jeon Sin - Guardian Storm (Korea)";256x224@57;V
+grdnstrmv;"Guardian Storm (vertical)";256x224@57;V
+griffon;"Griffon (bootleg of Phoenix) - Order of the Griffon";256x208@60;V
+grindstm;"Grind Stormer";320x240@60;V
+grindstma;"Grind Stormer (older set)";320x240@60;V
+grobda;"Grobda (New Ver.)";288x224@60;V
+grobda2;"Grobda (Old Ver. set 1)";288x224@60;V
+grobda3;"Grobda (Old Ver. set 2)";288x224@60;V
+growl;"Growl (USA) - Growl (World, Rev 1)";320x224@60;H
+growla;"Growl (World)";320x224@60;H
+growlu;"Growl (US)";320x224@60;H
+gryzor;"Gryzor (Set 1)";280x224@60;V
+gryzor1;"Gryzor (Set 2)";280x224@60;V
+gseeker;"Grid Seeker: Project Storm Hammer (Ver 1.3O)";320x224@60;V
+gseekerj;"Grid Seeker: Project Storm Hammer (Ver 1.3J)";320x224@60;V
+gseekeru;"Grid Seeker: Project Storm Hammer (Ver 1.3A)";320x224@60;V
+gteikoku;"Gingateikoku No Gyakushu";256x224@60;V
+gteikokub;"Gingateikoku No Gyakushu (bootleg set 1)";256x224@60;V
+gteikokub2;"Gingateikoku No Gyakushu (bootleg set 2)";256x224@60;V
+gtmr;"1000 Miglia: Great 1000 Miles Rally (94/07/18)";320x240@60;H
+gtmr2;"Mille Miglia 2: Great 1000 Miles Rally (95/05/24)";320x240@60;H
+gtmr2a;"Mille Miglia 2: Great 1000 Miles Rally (95/04/04)";320x240@60;H
+gtmr2u;"Great 1000 Miles Rally 2 USA (95/05/18)";320x240@60;H
+gtmra;"1000 Miglia: Great 1000 Miles Rally (94/06/13)";320x240@60;H
+gtmrb;"1000 Miglia: Great 1000 Miles Rally (94/05/26)";320x240@60;H
+gtmre;"Great 1000 Miles Rally: Evolution Model!!! (94/09/06)";320x240@60;H
+gtmro;"1000 Miglia: Great 1000 Miles Rally (94/05/10)";320x240@60;H
+gtmrusa;"Great 1000 Miles Rally: U.S.A Version! (94/09/06)";320x240@60;H
+gulfstrm;"Gulf Storm (set 1)";384x240@60;V
+gulfstrma;"Gulf Storm (set 2)";384x240@60;V
+gulfstrmb;"Gulf Storm (set 3)";384x240@60;V
+gulfstrmk;"Gulf Storm (Korea)";384x240@60;V
+gulfstrmm;"Gulf Storm (Media Shoji)";384x240@60;V
+gulfwar2;"Gulf War II (set 1)";320x240@55;V
+gulfwar2a;"Gulf War II (set 2)";320x240@55;V
+gumbo;"Gumbo";320x224@60;H
+gunball;"Gun Ball (Japan)";320x240@58;V
+gunbird;"Gunbird (World)";320x224@59;V
+gunbird2;"Gunbird 2 (set 1)";320x224@60;V
+gunbirdj;"Gunbird (Japan)";320x224@59;V
+gunbirdk;"Gunbird (Korea)";320x224@59;V
+gundamex;"Mobile Suit Gundam EX Revue";384x224@60;H
+gundhara;"Gundhara";384x240@60;V
+gundharac;"Gundhara (Chinese, bootleg?)";384x240@60;V
+gundl94;"Gun Dealer '94";384x256@60;H
+gunforc2;"Gunforce 2 (US)";320x240@60;H
+gunforce;"Gunforce - Battle Fire Engulfed Terror Island (World)";320x240@60;H
+gunforcej;"Gunforce - Battle Fire Engulfed Terror Island (Japan)";320x240@60;H
+gunforceu;"Gunforce - Battle Fire Engulfed Terror Island (US)";320x240@60;H
+gunfront;"Gun & Frontier (World)";320x224@60;V
+gunfrontj;"Gun Frontier (Japan)";320x224@60;V
+gunhohki;"Gun Hohki (Japan)";320x240@60;H
+gunlock;"Gunlock (Ver 2.3O 1994/01/20)";320x224@60;V
+gunmast;"Gun Master";320x224@60;H
+gunnail;"GunNail (28th May. 1992)";384x224@56;V
+gunsmoke;"Gun.Smoke - Gun.Smoke (Kor) - Gun.Smoke (World, 851115)";256x224@60;V
+gunsmokeb;"Gun.Smoke (World, 851115) (bootleg)";256x224@60;V
+gunsmokej;"Gun.Smoke (Japan, 851115)";256x224@60;V
+gunsmokeu;"Gun.Smoke (US, 860408)";256x224@60;V
+gunsmokeua;"Gun.Smoke (US, 851115, set 1)";256x224@60;V
+gunsmokeub;"Gun.Smoke (US, 851115, set 2)";256x224@60;V
+gururin;"Gururin";304x224@59;H
+gussun;"Gussun Oyoyo (Japan)";320x240@60;H
+gutangtn;"Guttang Gottong";256x224@60;V
+gutsn;"Guts'n (Japan)";320x240@60;H
+guwange;"Guwange (Japan, Master Ver. 99/06/24)";320x240@58;V
+guwanges;"Guwange (Japan, Special Ver. 00/01/01)";320x240@58;V
+guzzler;"Guzzler - Guzzler (Jpn, OMV)";256x224@60;V
+gwar;"Guerrilla War (US) - Wing War";400x224@60;V
+gwara;"Guerrilla War (Version 1)";400x224@60;V
+gwarb;"Guerrilla War (Joystick hack bootleg)";400x224@60;V
+gwarj;"Guevara (Japan)";400x224@60;V
+gwarrior;"Galactic Warriors";256x224@60;H
+gyrodine;"Gyrodine - Gyrodine (Jpn)";288x224@60;V
+gyrodinet;"Gyrodine (Taito Corporation license)";288x224@60;V
+gyruss;"Gyruss - Gyruss - Gyruss (Konami)";256x224@60;V
+gyrussb;"Gyruss (bootleg)";256x224@60;V
+gyrussce;"Gyruss (Centuri)";256x224@60;V
+hachamfb;"Hacha Mecha Fighter (19th Sep. 1991, unprotected, boot";256x224@56;H
+hachoo;"Hachoo!";256x224@60;H
+hal21;"HAL21";288x224@60;V
+hal21j;"HAL21 (Japan)";288x224@60;V
+halfway;"Halfway To Hell: Progear Red Label (2016-1-17 Red labe";384x224@60;H
+hamaway;"Hammer Away (prototype)";320x224@60;V
+hangly;"Hangly-Man (set 1)";288x224@60;V
+hangly2;"Hangly-Man (set 2)";288x224@60;V
+hangly3;"Hangly-Man (set 3)";288x224@60;V
+hangon;"Hang-On (Euro, Bra, Aus) - Hang-On (Jpn) - Hang-On (rev A) - Super Hang-On (sitdown/upright, unprotected) - Super Hang-On (World, Rev. A)";320x224@60;H
+hangon1;"Hang-On - Super Hang-On (mini ride-on, FD1089B 317-0034) - Super Hang-On (World)";320x224@60;H
+hangon2;"Hang-On (ride-on) - Hang-On II (Jpn) - Super Hang-On (mini ride-on, Rev A, FD1089B 317-0034)";320x224@60;H
+hangonjr;"Hang-On Jr.";256x192@60;H
+hangzo;"Hangzo (Japan, prototype)";320x240@58;H
+happy6;"Happy 6-in-1 (V102 - V101MK, China)";448x224@60;H
+happy6101;"Happy 6-in-1 (V101 - V100MK, China)";448x224@60;H
+hardhea2;"Hard Head 2 (v2.0)";256x224@60;H
+hardhead;"Hard Head";256x224@60;H
+hasamu;"Hasamu (Japan)";384x240@60;H
+hatena;"Adventure Quiz 2 - Hatena? no Daibouken (Japan 900228)";384x240@60;H
+hayaosi1;"Hayaoshi Quiz Ouza Ketteisen - The King Of Quiz";256x224@60;H
+hbarrel;"Heavy Barrel (US)";256x240@57;V
+hbarrelw;"Heavy Barrel (World)";256x240@57;V
+hcastle;"Haunted Castle (ver. M)";256x224@60;H
+hcastlee;"Haunted Castle (ver. E)";256x224@60;H
+hcastlek;"Haunted Castle (ver. K)";256x224@60;H
+hcrash;"Hyper Crash (version D)";256x224@60;H
+hcrashc;"Hyper Crash (version C)";256x224@60;H
+hedpanic;"Head Panic (ver. 0117, 17/01/2000)";320x240@60;H
+hedpanica;"Head Panic (ver. 0702, 02/07/1999)";320x240@60;H
+hedpanicf;"Head Panic (ver. 0315, 15/03/2000)";320x240@60;H
+hellfire;"Hellfire (2P Ver.) - Hellfire (Euro)";320x240@57.6;H
+hellfire1;"Hellfire (1P Ver.)";320x240@57.6;H
+hellfire1a;"Hellfire (1P Ver., older)";320x240@57.6;H
+hellfire2;"Hellfire (2P Ver., first edition)";320x240@57.6;H
+herbiedk;"Herbie at the Olympics (DK conversion)";256x224@60;V
+herodk;"Hero in the Castle of Doom (DK conversion)";256x224@60;V
+herodku;"Hero in the Castle of Doom (DK conversion not encrypte";256x224@60;V
+heuksun;"Heuk Sun Baek Sa (Korea)";320x240@60;H
+hexa;"Hexa";256x224@60;H
+hexion;"Hexion (Japan ver. JAB)";512x256@60;H
+hexionb;"Hexion (Bootleg, Asia ver. AAA)";512x256@60;H
+hexpool;"Hex Pool (Shinkai)";256x224@60;V
+hexpoola;"Hex Pool (Senko)";256x224@60;V
+hgkairak;"Taisen Hot Gimmick Kairakuten (Japan)";224x640@60;V
+hharry;"Hammerin' Harry (World)";384x256@55;H
+hharryu;"Hammerin' Harry (US)";384x256@55;H
+higemaru;"Pirate Ship Higemaru";256x224@60;H
+himesiki;"Himeshikibu (Japan)";256x192@60;V
+hippodrm;"Hippodrome (US)";256x240@57;H
+hishouza;"Hishou Zame (Japan)";320x240@55;V
+hitice;"Hit the Ice (US) - Hit the Ice (USA) - Hit the Ice - VHL - The Official Video Hockey League - Hit the Ice - VHL - The Official Video Hockey League";320x224@60;H
+hiticej;"Hit the Ice (Japan)";320x224@60;H
+hncholms;"Hunchback Olympic (Scramble hardware)";256x224@60;V
+hoccer;"Hoccer (set 1)";256x224@60;V
+hoccer2;"Hoccer (set 2)";256x224@60;V
+honeydol;"Honey Dolls";256x224@58;H
+hook;"Hook (Euro) - Hook (Euro) - Hook (Euro, Prototype) - Hook (World)";320x240@60;H
+hookj;"Hook (Japan)";320x240@60;H
+hooku;"Hook (US) - Hook (USA) - Hook (USA)";320x240@60;H
+hopmappy;"Hopping Mappy";288x224@60;H
+hopprobo;"Hopper Robo";256x224@60;V
+horekid;"Kid no Hore Hore Daisakusen";256x224@60;V
+horekidb;"Kid no Hore Hore Daisakusen (bootleg)";256x224@60;V
+horizon;"Horizon";256x256@60;H
+horshoes;"American Horseshoes (US)";320x224@60;V
+hotbubl;"Hot Bubble (Korea, with adult pictures)";256x224@56;H
+hotbubla;"Hot Bubble (Korea)";256x224@56;H
+hotdebut;"Quiz de Idol! Hot Debut (Japan)";240x640@60;V
+hotdogst;"Hotdog Storm - The First Supersonics (International)";384x240@58;V
+hotgm4ev;"Taisen Hot Gimmick 4 Ever (Japan)";224x640@60;V
+hotgmck;"Taisen Hot Gimmick (Japan)";224x640@60;V
+hotgmck3;"Taisen Hot Gimmick 3 Digital Surfing (Japan)";224x640@60;V
+hotgmcki;"Mahjong Hot Gimmick Integral (Japan)";224x640@60;V
+hotmind;"Hot Mind (Hard Times hardware)";320x224@58;H
+hotpinbl;"Hot Pinball";512x224@60;V
+hotshock;"Hot Shocker";256x224@60;V
+hotshockb;"Hot Shocker (bootleg)";256x224@60;V
+hpolym84;"Hyper Olympic '84";256x224@60;H
+hpuncher;"Hard Puncher (Japan)";320x224@60;H
+hsf2;"Hyper Street Fighter II: The Anniversary Edition (0402";384x224@60;H
+hsf2a;"Hyper Street Fighter II: The Anniversary Edition (0402";384x224@60;H
+hsf2d;"Hyper Street Fighter II: The Anniversary Edition (0402";384x224@60;H
+hsf2da;"Hyper Street Fighter II: The Anniversary Edition (0402";384x224@60;H
+hsf2j;"Hyper Street Fighter II: The Anniversary Edition (0402";384x224@60;H
+hsf2j1;"Hyper Street Fighter II: The Anniversary Edition (0312";384x224@60;H
+htchctch;"Hatch Catch";320x240@60;H
+hthero;"Hat Trick Hero (Japan)";320x224@60;H
+hthero93;"Hat Trick Hero '93 (Ver 1.0J 1993/02/28)";320x224@60;H
+hthero93u;"Hat Trick Hero '93 (Ver 1.0A 1993/02/28)";320x224@60;H
+hthero94;"Hat Trick Hero '94 (Ver 2.2A 1994/05/26)";320x224@60;H
+hthero95;"Hat Trick Hero '95 (Ver 2.5J 1994/11/03)";320x224@60;H
+hthero95u;"Hat Trick Hero '95 (Ver 2.5A 1994/11/03)";320x224@60;H
+hunchbkg;"Hunchback (Galaxian hardware)";256x224@60;V
+hunchbks;"Hunchback (Scramble hardware)";256x224@60;V
+hustler;"Video Hustler - Video Hustler (Jpn) - Video Hustler (Prototype)";256x224@60;V
+hustlerb;"Video Hustler (bootleg)";256x224@60;V
+hvymetal;"Heavy Metal (315-5135)";256x224@60;H
+hvyunit;"Heavy Unit - Heavy Unit (World) - Heavy Unit - Mega Drive Special (Jpn)";256x224@58;H
+hvyunitj;"Heavy Unit (Japan, Newer)";256x224@58;H
+hvyunitjo;"Heavy Unit (Japan, Older)";256x224@58;H
+hvyunitu;"Heavy Unit -U.S.A. Version- (US)";256x224@58;H
+hwchamp;"Heavyweight Champ";320x224@60;H
+hwchampj;"Heavyweight Champ (Japan, FD1094 317-0046)";320x224@60;H
+hwchampjd;"Heavyweight Champ (Japan, FD1094 317-0046 decrypted)";320x224@60;H
+hyperpac;"Hyper Pacman";256x224@58;H
+hyperpacb;"Hyper Pacman (bootleg)";256x224@58;H
+hyperspt;"Hyper Sports - Hyper Sports (Jpn) - Hyper Sports 1 (Jpn)";256x224@60;H
+hypersptb;"Hyper Sports (bootleg)";256x224@60;H
+hypreac2;"Mahjong Hyper Reaction 2 (Japan)";338x240@60;H
+hypreact;"Mahjong Hyper Reaction (Japan)";338x240@60;H
+hyprolym;"Hyper Olympic";256x224@60;H
+hypsptsp;"Hyper Sports Special (Japan)";304x224@60;H
+iganinju;"Iga Ninjyutsuden (Japan)";256x224@60;H
+igmo;"IGMO";272x236@60;V
+ikari;"Ikari Warriors (US JAMMA)";288x216@60;V
+ikari3;"Ikari III - The Rescue (8-Way Joystick)";256x224@60;H
+ikari3j;"Ikari Three - The Rescue (Japan, Rotary Joystick)";256x224@60;H
+ikari3k;"Ikari III - The Rescue (Korea, 8-Way Joystick)";256x224@60;H
+ikari3u;"Ikari III - The Rescue (US, Rotary Joystick)";256x224@60;H
+ikaria;"Ikari Warriors (US)";288x216@60;V
+ikarijp;"Ikari (Japan No Continues)";288x216@60;V
+ikarijpb;"Ikari (Joystick hack bootleg)";288x216@60;V
+ikarinc;"Ikari Warriors (US No Continues)";288x216@60;V
+ikariram;"Rambo 3 (bootleg of Ikari, Joystick hack)";288x216@60;V
+ikki;"Ikki (Japan)";240x224@60;H
+imago;"Imago (cocktail set)";256x224@60;V
+imagoa;"Imago (no cocktail set)";256x224@60;V
+imgfight;"Image Fight (Japan, revision A)";384x256@55;V
+imgfightj;"Image Fight (Japan)";384x256@55;V
+imsorry;"I'm Sorry (315-5110, US)";256x224@60;H
+imsorryj;"Gonbee no I'm Sorry (315-5110, Japan)";256x224@60;H
+insectx;"Insector X (USA) - Insector X (World)";256x224@60;H
+insectxj;"Insector X (Japan) - Insector X (Jpn, Kor)";256x224@60;H
+intcup94;"International Cup '94 (Ver 2.2O 1994/05/26)";320x224@60;H
+inthunt;"In The Hunt (World)";320x240@60;H
+inthuntu;"In The Hunt (US)";320x240@60;H
+invaders;"Space Invaders / Space Invaders M";260x224@60;V
+ironclad;"Choutetsu Brikin'ger - Iron clad (Prototype)";304x224@59;H
+ironclado;"Choutetsu Brikin'ger - Iron clad (Prototype, older)";304x224@59;H
+ironhors;"Iron Horse";240x224@60;H
+irrmaze;"The Irritating Maze / Ultra Denryu Iraira Bou";304x224@59;H
+isgsm;"ISG Selection Master Type 2006 System BIOS";320x224@60;H
+itaten;"Itazura Tenshi (Japan)";256x224@60;H
+jack;"Aquajack (World) - Ball Jacks (Euro, Jpn) - Bomb Jack (Jpn) - Bomb Jack (set 1) - Jack the Giantkiller (set 1) - Jumping Jack - Jumping Jack (Euro) - Snap Jack - Star Jacker (Euro, Jpn, v1.2) - Star Jacker (Sega)";256x224@60;V
+jack2;"Bomb Jack (set 2) - Jack the Giantkiller (set 2) - Star Jacker (Jpn, v1.0)";256x224@60;V
+jack3;"Jack the Giantkiller (set 3)";256x224@60;V
+jackal;"Jackal (World, 8-way Joystick)";240x224@60;V
+jackalbl;"Jackal (bootleg, Rotary Joystick)";240x224@60;V
+jackalj;"Tokushu Butai Jackal (Japan, 8-way Joystick)";240x224@60;V
+jackalr;"Jackal (World, Rotary Joystick)";240x224@60;V
+jailbrek;"Jail Break";240x224@60;H
+jailbrekb;"Jail Break (bootleg)";240x224@60;H
+janjans1;"Lovely Pop Mahjong JangJang Shimasho (Japan)";336x238@60;H
+janjans2;"Lovely Pop Mahjong JangJang Shimasho 2 (Japan)";336x238@60;H
+janshin;"Jyanshin Densetsu - Quest of Jongmaster";320x224@59;H
+jchan;"Jackie Chan - Jackie Chan - The Kung-Fu Master - Jackie Chan's Action Kung Fu";320x240@60;H
+jchan2;"Jackie Chan in Fists of Fire";320x240@60;H
+jcross;"Jumping Cross";288x216@60;V
+jigkmgri;"Jigoku Meguri (Japan)";320x224@60;H
+jigkmgria;"Jigoku Meguri (Japan, hack?)";320x224@60;H
+jitsupro;"Jitsuryoku!! Pro Yakyuu (Japan)";256x224@60;H
+jjack;"Jumping Jack";240x192@60;V
+jjparad2;"Jan Jan Paradise 2";320x240@60;H
+jjparads;"Jan Jan Paradise";320x240@60;H
+jjsquawk;"J. J. Squawkers";384x240@60;H
+jjsquawkb;"J. J. Squawkers (bootleg)";384x240@60;H
+jjsquawkb2;"J. J. Squawkers (bootleg, Blandia conversion)";384x240@60;H
+jjsquawko;"J. J. Squawkers (older)";384x240@60;H
+jockeygp;"Jockey Grand Prix (set 1)";304x224@59;H
+jockeygpa;"Jockey Grand Prix (set 2)";304x224@59;H
+joemac;"Joe & Mac (USA) - Tatakae Genshizin Joe & Mac (Japan ver 1)";256x240@58;H
+joemacr;"Joe & Mac Returns (World, Version 1.1, 1994.05.27)";320x240@58;H
+joemacra;"Joe & Mac Returns (World, Version 1.0, 1994.05.19)";320x240@58;H
+joemacrj;"Joe & Mac Returns (Japan, Version 1.2, 1994.06.06)";320x240@58;H
+joinem;"Joinem";256x224@60;V
+jojo;"JoJo's Venture / JoJo no Kimyou na Bouken (USA 990128)";384x224@60;H
+jojoba;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojoban;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojobane;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojobaner1;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojobanr1;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojobar1;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojoj;"JoJo's Venture / JoJo no Kimyou na Bouken (Japan 99012";384x224@60;H
+jojojr1;"JoJo's Venture / JoJo no Kimyou na Bouken (Japan 99010";384x224@60;H
+jojojr2;"JoJo's Venture / JoJo no Kimyou na Bouken (Japan 98120";384x224@60;H
+jojon;"JoJo's Venture / JoJo no Kimyou na Bouken (Asia 990128";384x224@60;H
+jojonr1;"JoJo's Venture / JoJo no Kimyou na Bouken (Asia 990108";384x224@60;H
+jojonr2;"JoJo's Venture / JoJo no Kimyou na Bouken (Asia 981202";384x224@60;H
+jojor1;"JoJo's Venture / JoJo no Kimyou na Bouken (USA 990108)";384x224@60;H
+jojor2;"JoJo's Venture / JoJo no Kimyou na Bouken (USA 981202)";384x224@60;H
+joyfulr;"Joyful Road (Japan)";320x240@60;V
+joyjoy;"Puzzled / Joy Joy Kid (NGM-021)(NGH-021)";304x224@59;H
+joyman;"Joyman";288x224@60;V
+joust;"Joust";292x240@60;H
+stargate;"Stargate";292x240@60;H
+sinister;"Sinister";292x240@60;H
+defender;"Defender";292x240@60;H
+jpopnics;"Jumping Pop (Nics, Korean bootleg of Plump Pop)";256x224@60;H
+jrking;"Junior King (bootleg of Donkey Kong Jr.)";256x224@60;V
+jrpacman;"Jr. Pac-Man (11/9/83)";288x224@60;V
+jrpacmanf;"Jr. Pac-Man (speedup hack)";288x224@60;V
+jt104;"JT-104 (title screen modification of Rad Action)";256x192@60;H
+juju;"JuJu Densetsu (Japan)";256x224@60;H
+jujub;"JuJu Densetsu (Playmark bootleg)";256x224@60;H
+jumpbug;"Jump Bug";256x224@60;V
+jumpbugb;"Jump Bug (bootleg)";256x224@60;V
+jumpcoas;"Jump Coaster";256x224@60;V
+jumpcoast;"Jump Coaster (Taito)";256x224@60;V
+jumping;"JumpinG (eng) - Jumping (set 1)";320x224@60;H
+jumpinga;"Jumping (set 2)";320x224@60;H
+jumpingi;"Jumping (set 3, Imnoe PCB)";320x224@60;H
+jumpkids;"Jump Kids";320x240@60;H
+jumppop;"Jumping Pop (set 1)";320x240@60;H
+jumppope;"Jumping Pop (set 2)";320x240@60;H
+jumpshot;"Jump Shot";288x224@60;V
+jumpshotp;"Jump Shot Engineering Sample";288x224@60;V
+jungler;"Jungler";288x224@60;V
+junofrst;"Juno First - Juno First (Jpn)";256x224@60;V
+junofrstg;"Juno First (Gottlieb)";256x224@60;V
+jyangoku;"Jyangokushi -Haoh no Saihai- (990527 Japan)";384x224@60;H
+kabukikl;"Far East of Eden - Kabuki Klash / Tengai Makyou - Shin";320x224@59;H
+kageki;"Ka-Ge-Ki - Fists of Steel (USA) - Kageki (US)";256x224@60;V
+kagekih;"Kageki (hack)";256x224@60;V
+kagekij;"Ka-Ge-Ki (Jpn) - Kageki (Japan)";256x224@60;V
+kaiserkn;"Kaiser Knuckle (Ver 2.1O 1994/07/29)";320x224@60;H
+kaiserknj;"Kaiser Knuckle (Ver 2.1J 1994/07/29)";320x224@60;H
+kaitei;"Kaitei Takara Sagashi";272x224@60;V
+kaiteids;"Kaitei Daisensou (Japan)";320x240@60;H
+kaitein;"Kaitei Takara Sagashi (Namco license)";272x224@60;V
+kamakazi3;"Kamakazi III (superg hack)";256x224@60;V
+kamenrid;"Masked Riders Club Battle Race";384x240@60;H
+kangaroo;"Kangaroo";512x256@60;V
+kangarooa;"Kangaroo (Atari)";512x256@60;V
+kangaroob;"Kangaroo (bootleg)";512x256@60;V
+karatblz;"Karate Blazers (World, set 1)";352x240@60;H
+karatblza;"Karate Blazers (World, set 2)";352x240@60;H
+karatblzj;"Karate Blazers (Japan)";352x240@60;H
+karatblzu;"Karate Blazers (US)";352x240@60;H
+karatedo;"Karate Dou (Japan)";256x224@60;V
+karatevs;"Taisen Karate Dou (Japan VS version)";256x224@60;V
+karatour;"The Karate Tournament";320x240@60;H
+karatourj;"The Karate Tournament (Japan)";320x240@60;H
+karianx;"Karian Cross (Rev. 1.0)";320x224@60;H
+karnov;"Karnov (US, rev 6)";256x248@60;H
+karnova;"Karnov (US, rev 5)";256x248@60;H
+karnovj;"Karnov (Japan)";256x248@60;H
+karnovr;"Karnov's Revenge / Fighter's History Dynamite";304x224@59;H
+kazan;"Ninja Kazan (World)";256x224@60;H
+kbash;"Knuckle Bash";320x240@60;H
+kbash2;"Knuckle Bash 2 (bootleg)";320x240@60;H
+kbashk;"Knuckle Bash (Korean PCB)";320x240@60;H
+kchamp;"Karate Champ (US)";256x224@60;V
+kchampvs;"Karate Champ (US VS version, set 1)";256x224@60;V
+kchampvs2;"Karate Champ (US VS version, set 2)";256x224@60;V
+keithlcy;"Dramatic Adventure Quiz Keith & Lucy (Japan)";336x238@60;H
+kengo;"Ken-Go (set 1)";384x256@55;H
+kengoa;"Ken-Go (set 2)";384x256@55;H
+keroppi;"Kero Kero Keroppi's Let's Play Together (USA, Version";320x240@60;H
+keroppij;"Kero Kero Keroppi no Issyoni Asobou (Japan)";320x240@60;H
+ket;"Ketsui Kizuna Jigoku Tachi (Revision 2?, Japan) - Rocket Knight Adventures (Euro) - Socket (USA) - TV Sports Basketball - TV Sports Basketball";448x224@59;V
+ket1;"Ketsui Kizuna Jigoku Tachi (Revision 2? alt, Japan)";448x224@59;V
+keta;"Ketsui Kizuna Jigoku Tachi (Revision 1?, Japan)";448x224@59;V
+ketarr;"Ketsui Kizuna Jigoku Tachi (Arrange Mode version 1.7,";448x224@59;V
+ketarr10;"Ketsui Kizuna Jigoku Tachi (Arrange Mode version 1.0,";448x224@59;V
+ketarr15;"Ketsui Kizuna Jigoku Tachi (Arrange Mode version 1.5,";448x224@59;V
+ketarr151;"Ketsui Kizuna Jigoku Tachi (Arrange Mode version 1.51,";448x224@59;V
+ketarrf;"Ketsui Kizuna Jigoku Tachi (Fast version, hack by Trap";448x224@59;V
+ketarrs15;"Ketsui Kizuna Jigoku Tachi (MR. Stoic version 1.5, hac";448x224@59;V
+ketarrs151;"Ketsui Kizuna Jigoku Tachi (MR. Stoic version 1.51, ha";448x224@59;V
+ketb;"Ketsui Kizuna Jigoku Tachi (Original?, Japan)";448x224@59;V
+ketbl;"Ketsui Kizuna Jigoku Tachi (2003/01/01. Master Ver., b";448x224@59;V
+kf10thep;"The King of Fighters 10th Anniversary Extra Plus (boot";304x224@59;H
+kf2k1pa;"The King of Fighters 2001 Plus (set 2, bootleg / hack)";304x224@59;H
+kf2k1pls;"The King of Fighters 2001 Plus (set 1, bootleg / hack)";304x224@59;H
+kf2k2mp;"The King of Fighters 2002 Magic Plus (bootleg)";304x224@59;H
+kf2k2mp2;"The King of Fighters 2002 Magic Plus II (bootleg)";304x224@59;H
+kf2k2pla;"The King of Fighters 2002 Plus (bootleg set 2)";304x224@59;H
+kf2k2plb;"The King of Fighters 2002 Plus (bootleg set 3)";304x224@59;H
+kf2k2plc;"The King of Fighters 2002 Super (bootleg)";304x224@59;H
+kf2k2pls;"The King of Fighters 2002 Plus (bootleg set 1)";304x224@59;H
+kf2k2ps2;"The King of Fighters 2002 (PlayStation 2 ver 0.4, EGHT";304x224@59;H
+kf2k3bl;"The King of Fighters 2003 (bootleg set 1)";304x224@59;H
+kf2k3bla;"The King of Fighters 2003 (bootleg set 2)";304x224@59;H
+kf2k3pcb;"The King of Fighters 2003 (Japan, JAMMA PCB)";304x224@59;H
+kf2k3pl;"The King of Fighters 2004 Plus / Hero (bootleg)";304x224@59;H
+kf2k3upl;"The King of Fighters 2004 Ultra Plus (bootleg)";304x224@59;H
+kf2k4pls;"The King of Fighters Special Edition 2004 Plus (bootle";304x224@59;H
+kf2k5uni;"The King of Fighters 10th Anniversary 2005 Unique (boo";304x224@59;H
+kickboy;"Kick Boy";256x224@60;H
+kicker;"Kicker";256x224@60;V
+kickoff;"Kick Off (Japan) - Super Kick Off (Euro) - Super Kick Off (Euro, Bra) - Super Kick Off (Euro, SMS Mode)";256x224@60;H
+kickridr;"Kick Rider";240x192@60;H
+kidniki;"Kid Niki - Radical Ninja (World)";384x256@60;H
+kidnikiu;"Kid Niki - Radical Ninja (US)";384x256@60;H
+kikcubic;"Meikyu Jima (Japan)";384x256@55;H
+kikcubicb;"Kickle Cubele";384x256@55;H
+killbld;"The Killing Blade (V109, China)";448x224@60;H
+killbld104;"The Killing Blade (V104)";448x224@60;H
+killbldp;"The Killing Blade Plus (V300)";448x224@60;H
+kingball;"King & Balloon (Jpn) - King & Balloon (US) - King and Balloon (Kor)";256x224@60;V
+kingballj;"King & Balloon (Japan)";256x224@60;V
+kingdmgp;"Kingdom Grandprix (World)";320x240@60;V
+kirameki;"Kirameki Star Road (Ver 2.10J 1997/08/29)";320x224@60;H
+kittenk;"Kitten Kaboodle";256x224@60;H
+kizuna;"Kizuna Encounter - Super Tag Battle / Fu'un Super Tag";304x224@59;H
+kncljoe;"Knuckle Joe (set 1)";256x240@60;V
+kncljoea;"Knuckle Joe (set 2)";256x240@60;V
+knights;"Knights of the Round (911127 etc)";384x224@60;H
+knightsb;"Knights of the Round (bootleg set 1 (with YM2151 + 2xM";384x224@60;H
+knightsb2;"Knights of the Round (bootleg set 2, 911127 etc)";384x224@60;H
+knightsb3;"Knights of the Round (bootleg set 3, 911127 Japan)";384x224@60;H
+knightsb4;"Knights of the Round (bootleg set 4 (with YM2151 + 2xM";384x224@60;H
+knightsh;"Knights of the Round (hack set 1)";384x224@60;H
+knightsh2;"Knights of the Round (hack set 2, 911127 etc)";384x224@60;H
+knightsj;"Knights of the Round (911127 Japan, B-Board 91634B-2)";384x224@60;H
+knightsja;"Knights of the Round (911127 Japan, B-Board 89625B-1)";384x224@60;H
+knightsu;"Knights of the Round (911127 USA)";384x224@60;H
+knockout;"Knock Out!!";256x224@60;V
+kod;"Don Doko Don (World) - The King of Dragons (910805 etc)";384x224@60;H
+kodb;"The King of Dragons (bootleg, 910731 etc)";384x224@60;H
+kodda;"The King of Dragons (Phoenix bootleg, 910731 etc)";384x224@60;H
+kodh;"The King of Dragons (hack)";384x224@60;H
+kodj;"Don Doko Don (Japan) - The King of Dragons (Japan 910805, B-Board 90629B-3)";384x224@60;H
+kodja;"The King of Dragons (Japan 910805, B-Board 89625B-1)";384x224@60;H
+kodr1;"The King of Dragons (910711 etc)";384x224@60;H
+kodu;"Don Doko Don (US) - The King of Dragons (US 910910)";384x224@60;H
+kof10th;"The King of Fighters 10th Anniversary (bootleg)";304x224@59;H
+kof2000;"The King of Fighters 2000 (NGM-2570) (NGH-2570)";304x224@59;H
+kof2000n;"The King of Fighters 2000 (not encrypted)";304x224@59;H
+kof2000ps2;"The King of Fighters 2000 (Playstation 2 ver. , EGHT h";304x224@59;H
+kof2001;"The King of Fighters 2001 (NGM-262?)";304x224@59;H
+kof2001h;"The King of Fighters 2001 (NGH-2621)";304x224@59;H
+kof2002;"The King of Fighters 2002 (NGM-2650)(NGH-2650)";304x224@59;H
+kof2002b;"The King of Fighters 2002 (bootleg)";304x224@59;H
+kof2003;"The King of Fighters 2003 (NGM-2710)";304x224@59;H
+kof2003h;"The King of Fighters 2003 (NGH-2710)";304x224@59;H
+kof2k4se;"The King of Fighters Special Edition 2004 (bootleg)";304x224@59;H
+kof94;"The King of Fighters '94 (NGM-055)(NGH-055)";304x224@59;H
+kof95;"The King of Fighters '95 (NGM-084)";304x224@59;H
+kof95a;"The King of Fighters '95 (NGH-084, alternate board)";304x224@59;H
+kof95h;"The King of Fighters '95 (NGH-084)";304x224@59;H
+kof95sp;"The King of Fighters '95 (Special 2017, hack)";304x224@59;H
+kof96;"The King of Fighters '96 (NGM-214)";304x224@59;H
+kof96a;"The King of Fighters '96 (NGM-214, alternate board)";304x224@59;H
+kof96ae;"The King of Fighters '96 (Anniversary Edition, EGHT ha";304x224@59;H
+kof96ae20;"The King of Fighters '96 (Anniversary Edition 2.0.0430";304x224@59;H
+kof96cn;"The King of Fighters '96 (Chinese Edition ver 1.0, hac";304x224@59;H
+kof96ep;"The King of Fighters '96 (bootleg / hack)";304x224@59;H
+kof96h;"The King of Fighters '96 (NGH-214)";304x224@59;H
+kof97;"The King of Fighters '97 (NGM-2320)";304x224@59;H
+kof97cn;"The King of Fighters '97 (10th Anniversary Chinese Edi";304x224@59;H
+kof97h;"The King of Fighters '97 (NGH-2320)";304x224@59;H
+kof97k;"The King of Fighters '97 (Korean release)";304x224@59;H
+kof97oro;"The King of Fighters '97 oroshi plus 2003";304x224@59;H
+kof97pla;"The King of Fighters '97 Plus 2003 (bootleg / hack)";304x224@59;H
+kof97pls;"The King of Fighters '97 Plus (bootleg)";304x224@59;H
+kof97xt;"The King of Fighters '97 - Final Battle (hack)";304x224@59;H
+kof98;"K.O.F 98' - The King of Fighters '98 - The Slugfest / King of Figh";304x224@59;H
+kof98a;"K.O.F 98' (Unprotected?) - The King of Fighters '98 - The Slugfest / King of Figh";304x224@59;H
+kof98ae;"The King of Fighters '98 (Anniversary Edition, EGHT ha";304x224@59;H
+kof98ae2016;"The King of Fighters '98 (Anniversary Edition build 1.";304x224@59;H
+kof98cb;"The King of Fighters '98 (Combo, hack)";304x224@59;H
+kof98h;"The King of Fighters '98 - The Slugfest / King of Figh";304x224@59;H
+kof98k;"The King of Fighters '98 - The Slugfest / King of Figh";304x224@59;H
+kof98ka;"The King of Fighters '98 - The Slugfest / King of Figh";304x224@59;H
+kof99;"The King of Fighters '99 - The King of Fighters '99 - Millennium Battle (NGM-2510";304x224@59;H
+kof99ae;"The King of Fighters '99 (15th Anniversary Edition)";304x224@59;H
+kof99e;"The King of Fighters '99 - Millennium Battle (earlier)";304x224@59;H
+kof99h;"The King of Fighters '99 - Millennium Battle (NGH-2510";304x224@59;H
+kof99k;"The King of Fighters '99 - Millennium Battle (Korean r";304x224@59;H
+kof99ka;"The King of Fighters '99 - Millennium Battle (Korean r";304x224@59;H
+kof99p;"The King of Fighters '99 - Millennium Battle (prototyp";304x224@59;H
+kog;"King of Gladiator (The King of Fighters '97 bootleg)";304x224@59;H
+kogplus;"King of Gladiator Plus (The King of Fighters '97 bootl";304x224@59;H
+koikois2;"Koi Koi Shimasho 2 - Super Real Hanafuda (Japan)";336x240@60;H
+konami88;"Konami '88";304x224@60;H
+konamigt;"Konami GT";256x224@60;H
+kong;"Crazy Kong - Donkey Kong - Donkey Kong (US set 1) - Kong (Donkey Kong conversion on Galaxian hardware) - Wu Kong Wai Zhuan (Chi)";256x224@60;V
+kontest;"Konami Test Board (GX800, Japan)";256x224@60;H
+korokoro;"Koro Koro Quest (Japan)";320x240@58;H
+korosuke;"Korosuke Roller";288x224@60;V
+koshien;"Ah Eikou no Koshien (Japan) - Nessen Koushien (Jpn)";320x224@60;H
+kotm;"King of the Monsters (Euro) - King of the Monsters (set 1)";304x224@59;H
+kotm2;"King of the Monsters 2 (USA) - King of the Monsters 2 - The Next Thing (NGM-039)(NGH-";304x224@59;H
+kotm2a;"King of the Monsters 2 - The Next Thing (older)";304x224@59;H
+kotm2p;"King of the Monsters 2 - The Next Thing (prototype)";304x224@59;H
+kotmh;"King of the Monsters (set 2)";304x224@59;H
+kov;"Knights of Valour - Sangoku Senki (V117) - Ponpoko (Venture Line)";448x224@60;H
+kov111;"Knights of Valour - Sangoku Senki (V111, Japan)";448x224@60;H
+kov114;"Knights of Valour - Sangoku Senki (V114, Hong Kong)";448x224@60;H
+kov115;"Knights of Valour - Sangoku Senki (V115)";448x224@60;H
+kov2;"Knights of Valour 2 (V107, 102, 100, Hong Kong)";448x224@60;H
+kov2100;"Knights of Valour 2 (V100, 100, 100, Hong Kong)";448x224@60;H
+kov2101;"Knights of Valour 2 (V101, 101, 100, Hong Kong)";448x224@60;H
+kov2102;"Knights of Valour 2 (V102, 101, 100, Hong Kong)";448x224@60;H
+kov2103;"Knights of Valour 2 (V103, 101, 100, Hong Kong)";448x224@60;H
+kov2106;"Knights of Valour 2 (V106, 102, 100 Hong Kong)";448x224@60;H
+kov2p;"Knights of Valour 2 Plus - Nine Dragons (VM205XX, Chin";448x224@60;H
+kov2p202;"Knights of Valour 2 Plus - Nine Dragons (VM202XX)";448x224@60;H
+kov2p204;"Knights of Valour 2 Plus - Nine Dragons (VM204XX)";448x224@60;H
+kovplus;"Knights of Valour Plus - Sangoku Senki Plus (V119)";448x224@60;H
+kovplusa;"Knights of Valour Plus - Sangoku Senki Plus (V119 alt)";448x224@60;H
+kovqhsgs;"Knights of Valour: Quan Huang San Guo Special / Sangok";448x224@60;H
+kovqhsgsa;"Knights of Valour: Quan Huang San Guo Special / Sangok";448x224@60;H
+kovsgqyz;"Knights of Valour: SanGuo QunYingZhuan / Sangoku Senki";448x224@60;H
+kovsgqyza;"Knights of Valour: SanGuo QunYingZhuan / Sangoku Senki";448x224@60;H
+kovsgqyzb;"Knights of Valour: SanGuo QunYingZhuan / Sangoku Senki";448x224@60;H
+kovsgqyzc;"Knights of Valour: SanGuo QunYingZhuan / Sangoku Senki";448x224@60;H
+kovsh;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovsh100;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovsh101;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovsh102;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovsh103;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovshb;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovshp;"Knights of Valour Super Heroes Plus / Sangoku Senki Su";448x224@60;H
+kovshpa;"Knights of Valour Super Heroes Plus / Sangoku Senki Su";448x224@60;H
+kovshxas;"Knights of Valour: Ao Shi San Guo / Sangoku Senki: Ao";448x224@60;H
+kovytzy;"Knights of Valour: Yi Tong Zhong Yuan / Sangoku Senki:";448x224@60;H
+kozure;"Kozure Ookami (Japan)";320x240@60;H
+krzybowl;"Krazy Bowl";320x232@60;V
+ksayakyu;"Kusayakyuu";256x224@60;H
+ktiger;"Black Tiger - Kyukyoku Tiger (Japan) - Kyuukyoku Tiger - Kyuukyoku Tiger (Jpn)";320x240@55;V
+ktiger2;"Kyukyoku Tiger II (Ver 2.1J 1995/11/30)";320x232@60;V
+kuhga;"Kuhga - Operation Code 'Vapor Trail' (Japan revision 3";256x240@58;V
+kungfub;"Kung-Fu Master (bootleg set 1)";256x256@60;H
+kungfub2;"Kung-Fu Master (bootleg set 2)";256x256@60;H
+kungfub3;"Kung-Fu Master (bootleg set 3)";256x256@60;H
+kungfum;"Kung Fu Master (Jpn) - Kung-Fu Master";256x256@60;H
+kungfumd;"Kung-Fu Master (Data East)";256x256@60;H
+kungfut;"Kung-Fu Taikun - Kung-Fu Taikun (Jpn)";256x224@60;H
+kungfuta;"Kung-Fu Taikun (alt) - Kung-Fu Taikun (Jpn, Alt)";256x224@60;H
+kuniokun;"Nekketsu Kouha Kunio-kun (Japan)";240x240@60;H
+kuniokunb;"Nekketsu Kouha Kunio-kun (Japan bootleg)";240x240@60;H
+kurikint;"Kuri Kinton (World)";320x224@60;H
+kurikinta;"Kuri Kinton (World, prototype?)";320x224@60;H
+kurikintj;"Kuri Kinton (Japan)";320x224@60;H
+kurikintu;"Kuri Kinton (US)";320x224@60;H
+kyros;"Kyros";256x224@60;V
+kyrosj;"Kyros No Yakata (Japan)";256x224@60;V
+kyukaidk;"Kyuukai Douchuuki (Japan, new version (Rev B)) - Kyuukai Douchuuki (Jpn)";288x224@60;H
+kyukaidko;"Kyuukai Douchuuki (Japan, old version)";288x224@60;H
+kyustrkr;"Last Striker / Kyuukyoku no Striker";384x240@60;H
+labyrunr;"Labyrinth Runner (Japan)";280x224@60;V
+labyrunrk;"Labyrinth Runner (World Ver. K)";280x224@60;V
+ladybug;"Lady Bug - Lady Bug";240x196@60;V
+ladybugb;"Lady Bug (bootleg set 1)";240x196@60;V
+ladybugb2;"Coccinelle (bootleg of Lady Bug, set 2)";240x196@60;V
+ladybugg;"Lady Bug (bootleg on Galaxian hardware)";256x224@60;V
+ladykill;"Lady Killer";320x240@60;V
+ladymstr;"Lady Master of Kung Fu";256x224@60;V
+lagirl;"LA Girl";320x224@60;V
+landmakr;"Land Maker (Ver 2.01J 1998/06/01)";320x232@60;H
+landmakrp;"Land Maker (Ver 2.02O 1998/06/02) (Prototype)";320x232@60;H
+lans2004;"Lansquenet 2004 (Shock Troopers - 2nd Squad bootleg)";304x224@59;H
+lasso;"Lasso";256x224@60;V
+lastblad;"The Last Blade / Bakumatsu Roman - Gekka no Kenshi (NG";320x224@59;H
+lastblada;"The Last Blade / Bakumatsu Roman - Gekka no Kenshi (NG";320x224@59;H
+lastbladh;"The Last Blade / Bakumatsu Roman - Gekka no Kenshi (NG";320x224@59;H
+lastbladsp;"The Last Soldier (Special 2017, hack)";320x224@59;H
+lastbld2;"The Last Blade 2 / Bakumatsu Roman - Dai Ni Maku Gekka";320x224@59;H
+lastbld2eh;"The Last Blade 2 / Bakumatsu Roman - Dai Ni Maku Gekka";320x224@59;H
+lastday;"The Last Day (set 1)";384x240@60;V
+lastdaya;"The Last Day (set 2)";384x240@60;V
+lastduel;"Last Duel (US New Ver.)";384x240@60;V
+lastduelb;"Last Duel (bootleg)";384x240@60;V
+lastduelj;"Last Duel (Japan)";384x240@60;V
+lastduelo;"Last Duel (US Old Ver.)";384x240@60;V
+lastfort;"Last Fortress - Toride";360x224@60;H
+lastforte;"Last Fortress - Toride (Erotic, Rev C)";360x224@60;H
+lastfortea;"Last Fortress - Toride (Erotic, Rev A)";360x224@60;H
+lastfortg;"Last Fortress - Toride (German)";360x224@60;H
+lastfortk;"Last Fortress - Toride (Korea)";360x224@60;H
+lasthope;"Last Hope (bootleg AES to MVS conversion, no coin supp";304x224@59;H
+lastmisn;"Last Mission (US revision 6)";256x240@58;V
+lastmisnj;"Last Mission (Japan)";256x240@58;V
+lastmisno;"Last Mission (US revision 5)";256x240@58;V
+lastsold;"The Last Soldier (Korean release of The Last Blade)";320x224@59;H
+lastsurv;"Last Survivor (FD1094 317-0083)";320x224@60;H
+lastsurvd;"Last Survivor (FD1094 317-0083 decrypted)";320x224@60;H
+lbowling;"League Bowling (NGM-019)(NGH-019)";304x224@59;H
+ldrun;"Lode Runner (Euro, Jpn) - Lode Runner (Jpn) - Lode Runner (set 1) - Lode Runner - Lost Labyrinth";384x256@60;H
+ldrun2;"Lode Runner II (Jpn) - Lode Runner II - The Bungeling Strikes Back";384x256@60;H
+ldrun3;"Lode Runner III - The Golden Labyrinth";384x256@60;H
+ldrun3j;"Lode Runner III - Majin No Fukkatsu";384x256@60;H
+ldrun4;"Lode Runner IV - Teikoku Karano Dasshutsu";384x256@60;H
+ldruna;"Lode Runner (Jpn, Alt) - Lode Runner (set 2)";384x256@60;H
+leaguemn;"Yakyuu Kakutou League-Man (Japan)";320x240@60;H
+leds2011;"Led Storm Rally 2011 (World)";384x240@60;V
+leds2011u;"Led Storm Rally 2011 (US)";384x240@60;V
+ledstorm;"Led Storm (US)";384x240@60;V
+legend;"Legend - Oriental Legend - Xi Yo Gi Shi Re Zuang (V126)";288x224@60;H
+legendos;"Legend of Success Joe / Ashitano Joe Densetsu";304x224@59;H
+legion;"Legion - Spinner-87 (World ver 2.03)";288x224@60;V
+legionj;"Chouji Meikyuu Legion (Japan ver 1.05)";288x224@60;V
+legionjb;"Chouji Meikyuu Legion (Japan ver 1.05, bootleg)";288x224@60;V
+legofair;"Koukuu Kihei Monogatari - The Legend of Air Cavalry (J";400x224@60;V
+lemmings;"Lemmings (Euro) - Lemmings (Euro, Bra, Kor) - Lemmings (US prototype) - Lemmings (World)";320x224@60;H
+lethalen;"Lethal Enforcers (Euro) - Lethal Enforcers (ver UAE, 11/19/92 15:04)";288x224@60;H
+lethaleneaa;"Lethal Enforcers (ver EAA, 09/09/92 09:44)";288x224@60;H
+lethaleneab;"Lethal Enforcers (ver EAB, 10/14/92 19:53)";288x224@60;H
+lethaleneae;"Lethal Enforcers (ver EAE, 11/19/92 16:24)";288x224@60;H
+lethalenua;"Lethal Enforcers (ver UAA, 08/17/92 21:38)";288x224@60;H
+lethalenub;"Lethal Enforcers (ver UAB, 09/01/92 11:12)";288x224@60;H
+lethalenux;"Lethal Enforcers (ver unknown, US, 08/06/92 15:11, hac";288x224@60;H
+lethalth;"Lethal Thunder (World)";320x240@60;V
+levers;"Levers";256x224@60;V
+lghost;"Laser Ghost (Euro) - Laser Ghost (set 2, World, 317-0166)";320x224@60;H
+lghostd;"Laser Ghost (set 2, World, 317-0166 decrypted)";320x224@60;H
+lghostu;"Laser Ghost (set 1, US, 317-0165)";320x224@60;H
+lghostud;"Laser Ghost (set 1, US, 317-0165 decrypted)";320x224@60;H
+lgtnfght;"Lightning Fighters (World)";288x224@60;V
+lgtnfghta;"Lightning Fighters (Asia)";288x224@60;V
+lgtnfghtu;"Lightning Fighters (US)";288x224@60;V
+lhcdb;"Last Hope CD Beta (Neo CD conversion)";304x224@59;H
+liblrabl;"Libble Rabble";288x224@60;H
+lifefrce;"Lifeforce (US)";256x224@60;H
+lifefrcej;"Lifeforce (Japan)";256x224@60;H
+lightbr;"Light Bringer (Ver 2.2O 1994/04/08)";320x224@60;H
+lightbrj;"Light Bringer (Ver 2.1J 1994/02/18)";320x224@60;H
+liquidk;"Liquid Kids (World)";320x224@60;H
+liquidku;"Liquid Kids (US)";320x224@60;H
+lithero;"Little Hero";384x256@60;H
+livequiz;"Live Quiz Show";320x224@60;H
+lizwiz;"Lizard Wizard";288x224@60;V
+lkage;"The Legend of Kage";240x224@60;H
+lkageb;"The Legend of Kage (bootleg set 1)";240x224@60;H
+lkageb2;"The Legend of Kage (bootleg set 2)";240x224@60;H
+lkageb3;"The Legend of Kage (bootleg set 3)";240x224@60;H
+lkageo;"The Legend of Kage (older)";240x224@60;H
+lkageoo;"The Legend of Kage (oldest)";240x224@60;H
+lnc;"College Football's National Championship (USA) - Lock'n'Chase";242x240@60;V
+lockonph;"Lock On (Philko)";320x224@60;H
+locoboot;"Loco-Motion (bootleg)";256x224@60;V
+locomotn;"Loco-Motion";256x224@60;V
+loderndf;"Lode Runner - The Dig Fight (ver. B)";240x640@60;V
+loderndfa;"Lode Runner - The Dig Fight (ver. A)";240x640@60;V
+loffire;"Line of Fire (Euro, Bra, Kor) - Line of Fire / Bakudan Yarou (World, FD1094 317-0136)";320x224@60;H
+loffired;"Line of Fire / Bakudan Yarou (World, FD1094 317-0136 d";320x224@60;H
+loffirej;"Line of Fire / Bakudan Yarou (Japan, FD1094 317-0134)";320x224@60;H
+loffirejd;"Line of Fire / Bakudan Yarou (Japan, FD1094 317-0134 d";320x224@60;H
+loffireu;"Line of Fire / Bakudan Yarou (US, FD1094 317-0135)";320x224@60;H
+loffireud;"Line of Fire / Bakudan Yarou (US, FD1094 317-0135 decr";320x224@60;H
+logicpr2;"Logic Pro 2 (Japan)";320x224@60;H
+logicpro;"Logic Pro (Japan)";320x224@60;H
+loht;"Legend of Hero Tonma - Legend of Hero Tonma - Legend of Hero Tonma";384x256@55;H
+lohtb;"Legend of Hero Tonma (bootleg, set 1)";384x256@55;H
+lohtb2;"Legend of Hero Tonma (bootleg, set 2)";384x256@55;H
+lohtj;"Legend of Hero Tonma (Japan)";384x256@55;H
+lomakai;"Legend of Makai (World)";256x224@60;H
+looper;"Looper";256x224@60;H
+lordgun;"Lord of Gun (USA)";448x224@60;H
+lordofk;"The Lord of King (Japan)";256x224@60;H
+losttomb;"Lost Tomb (Easy)";256x224@60;V
+losttombh;"Lost Tomb (Hard)";256x224@60;V
+lostwrld;"Lost Worlds (Japan) - The Lost World - Jurassic Park (Euro, USA) - The Lost World - Jurassic Park (USA)";384x224@60;H
+lostwrldo;"Lost Worlds (Japan Old ver.)";384x224@60;H
+lotlot;"Lot Lot - Lot Lot (Jpn)";384x256@60;H
+loverboy;"Lover Boy";240x224@60;V
+lresort;"Last Resort";304x224@59;H
+lresortp;"Last Resort (prototype)";304x224@59;H
+ltorb1;"Jonas Indiana and the Lost Temple of RA (20050717)";304x224@59;H
+ltswords;"Lightning Swords";384x256@55;H
+luckywld;"Lucky & Wild";288x224@60;H
+luckywldj;"Lucky & Wild (Japan)";288x224@60;H
+luctoday;"Lucky Today";256x224@60;V
+lvgirl94;"Las Vegas Girl (Girl '94)";368x224@60;H
+lwings;"Legendary Wings (US set 1)";256x240@60;V
+lwings2;"Legendary Wings (US set 2)";256x240@60;V
+lwingsb;"Legendary Wings (bootleg)";256x240@60;V
+lwingsj;"Ares no Tsubasa (Japan)";256x240@60;V
+m660;"Mission 660 (US)";256x224@60;V
+m660b;"Mission 660 (bootleg)";256x224@60;V
+m660j;"Mission 660 (Japan)";256x224@60;V
+mach9;"Mach-9 (bootleg of Vulgus)";256x224@60;V
+macross;"Choujikuu Yousai Macross (Jpn) - Super Spacefortress Macross / Chou-Jikuu Yousai Macros";256x224@56;V
+macross2;"Super Spacefortress Macross II / Chou-Jikuu Yousai Mac";384x224@56;H
+macross2g;"Super Spacefortress Macross II / Chou-Jikuu Yousai Mac";384x224@56;H
+macross2k;"Macross II (Korea)";384x224@56;H
+macrossp;"Macross Plus";384x240@60;V
+madcrash;"Mad Crasher";288x216@60;H
+madcrush;"Mad Crusher (Japan)";288x216@60;H
+madgear;"Mad Gear (US)";384x240@60;V
+madgearj;"Mad Gear (Japan)";384x240@60;V
+madshark;"Mad Shark";384x224@60;V
+magdrop;"Magical Drop (Japan, Version 1.1, 1995.06.21)";320x240@58;H
+magdrop2;"Magical Drop II";304x224@59;H
+magdrop3;"Magical Drop III";304x224@59;H
+magdropp;"Magical Drop Plus 1 (Japan, Version 2.1, 1995.09.12)";320x240@58;H
+magicbub;"Magic Bubble";320x224@60;H
+magicbuba;"Magic Bubble (Adult version, YS-1302 PCB)";320x224@60;H
+magicbubb;"Magic Bubble (Adult version, YS-0211 PCB)";320x224@60;H
+magix;"Magix / Rock";384x240@60;H
+magixb;"Magix / Rock (no copyright message)";384x240@60;H
+maglord;"Magician Lord (NGM-005)";320x224@59;H
+maglordh;"Magician Lord (NGH-005)";320x224@59;H
+mahoudai;"Mahou Daisakusen (Japan)";320x240@60;V
+mahretsu;"Mahjong Kyo Retsuden (NGM-004)(NGH-004)";304x224@59;H
+mainevt;"The Main Event (4 Players ver. Y)";288x224@60;H
+mainevt2p;"The Main Event (2 Players ver. X)";288x224@60;H
+mainevto;"The Main Event (4 Players ver. F)";288x224@60;H
+mainsnk;"Main Event (1984)";288x216@60;H
+majest12j;"Majestic Twelve - The Space Invaders Part IV (Japan)";320x224@60;V
+majest12u;"Majestic Twelve - The Space Invaders Part IV (US)";320x224@60;V
+majtitl2;"Major Title 2 (World)";320x240@60;H
+majtitl2a;"Major Title 2 (World, set 1, alt sound CPU)";320x240@60;H
+majtitl2b;"Major Title 2 (World, set 2)";320x240@60;H
+majtitl2j;"Major Title 2 (Japan)";320x240@60;H
+majtitle;"Major Title (World)";384x256@55;H
+majtitlej;"Major Title (Japan)";384x256@55;H
+majuu;"Majuu no Ohkoku";320x224@60;H
+makaiden;"Makai Densetsu (Japan)";256x224@60;H
+makaimur;"Makai-Mura (Japan)";256x224@60;H
+makaimurc;"Makai-Mura (Japan revision C)";256x224@60;H
+makaimurg;"Makai-Mura (Japan revision G)";256x224@60;H
+maketrax;"Make Trax (set 1)";288x224@60;V
+maketrxb;"Make Trax (set 2)";288x224@60;V
+mangchi;"Mang-Chi";256x224@56;H
+manhatan;"Manhattan 24 Bunsyo (Japan)";240x224@60;H
+maniacsp;"Maniac Square (prototype)";320x240@60;H
+maniacsq;"Maniac Square (unprotected)";320x240@60;H
+manybloc;"Many Block";256x240@56;V
+mappy;"Hopping Mappy - Mappy (Jpn) - Mappy (Jpn) - Mappy (US)";288x224@60;V
+mappyj;"Mappy (Japan)";288x224@60;V
+marble;"Marble Madness";336x240@60;H
+marineb;"Marine Boy";256x224@60;H
+mariner;"Mariner";256x224@60;V
+mario;"Mario Bros. (US, Revision F)";256x224@60;H
+marioe;"Mario Bros. (US, Revision E)";256x224@60;H
+marioj;"Mario Bros. (Japan)";256x224@60;H
+marioo;"Mario Bros. (US, Unknown Rev)";256x224@60;H
+markham;"Markham";240x224@60;H
+mars;"Escape from Mars Starring Taz (Euro) - Mars - Taz in Escape from Mars (Bra) - Taz in Escape from Mars (Euro, USA)";256x224@60;V
+martmast;"Martial Masters (V104, 102, 102, USA)";448x224@60;H
+martmastc;"Martial Masters (V104, 102, 101, China)";448x224@60;H
+martmastc102;"Martial Masters (V102, 101, 101, China)";448x224@60;H
+martmastc103;"Martial Masters (V103, 102, 101, China)";448x224@60;H
+marukin;"Super Marukin-Ban (Japan 901017)";384x240@60;H
+marukodq;"Chibi Marukochan Deluxe Quiz";304x224@59;H
+marvins;"Marvin's Maze";288x216@60;V
+marvland;"Marvel Land (US) - Marvel Land (USA)";288x224@60;H
+marvlandj;"Marvel Land (Japan) - Marvel Land (Jpn)";288x224@60;H
+masao;"Masao";256x224@60;H
+masterw;"Master of Weapon (World)";320x224@60;V
+masterwj;"Master of Weapon (Japan)";320x224@60;V
+masterwu;"Master of Weapon (US)";320x224@60;V
+mastkin;"The Masters of Kin";256x224@60;H
+matchit2;"Match It II";384x240@60;H
+matrim;"Matrimelee / Shin Gouketsuji Ichizoku Toukon (NGM-2660";320x224@59;H
+matrimbl;"Matrimelee / Shin Gouketsuji Ichizoku Toukon (bootleg)";320x224@59;H
+mazinger;"Mazinger Z (World, ver. 94/06/27)";384x240@58;V
+mazingerj;"Mazinger Z (Japan, ver. 94/06/27)";384x240@58;V
+mbomberj;"Muscle Bomber - the body explosion (930713 Japan)";384x224@60;H
+mbombrd;"Muscle Bomber Duo - ultimate team battle (931206 etc)";384x224@60;H
+mbombrdj;"Muscle Bomber Duo - heat up warriors (931206 Japan)";384x224@60;H
+mbrush;"Magic Brush";288x224@60;V
+mcatadv;"Magical Cat Adventure";320x224@60;H
+mcatadvj;"Magical Cat Adventure (Japan)";320x224@60;H
+mchampdx;"Multi Champ Deluxe (ver. 0106, 06/01/2000)";320x240@60;H
+mchampdxa;"Multi Champ Deluxe (ver. 1126, 26/11/1999)";320x240@60;H
+mechatt;"Mechanized Attack (World)";256x224@60;H
+mechattj;"Mechanized Attack (Japan)";256x224@60;H
+mechattu;"Mechanized Attack (US)";256x224@60;H
+mechattu1;"Mechanized Attack (US, Version 1, Single Player)";256x224@60;H
+megablst;"Mega Blast (World)";320x224@60;H
+megablstj;"Mega Blast (Japan)";320x224@60;H
+megablstu;"Mega Blast (US)";320x224@60;H
+megadon;"Megadon";272x236@60;V
+megaman;"Mega Man (Euro, USA) - Mega Man - the power battle (951006 USA) - Mega Man - The Wily Wars (Euro)";384x224@60;H
+megaman2;"Mega Man 2 - the power fighters (960708 USA)";384x224@60;H
+megaman2a;"Mega Man 2 - the power fighters (960708 Asia)";384x224@60;H
+megaman2h;"Mega Man 2 - the power fighters (960712 Hispanic)";384x224@60;H
+megamana;"Mega Man - the power battle (951006 Asia)";384x224@60;H
+megamn2d;"Mega Man 2 - the power fighters (960708 USA Phoenix Ed";384x224@60;H
+megazone;"Mega Zone (Konami set 1)";288x224@60;V
+megazonea;"Mega Zone (Konami set 2)";288x224@60;V
+megazoneb;"Mega Zone (Kosuka set 1)";288x224@60;V
+megazonec;"Mega Zone (Kosuka set 2)";288x224@60;V
+megazonei;"Mega Zone (Interlogic)";288x224@60;V
+meijinsn;"Meijinsen";232x224@60;H
+meikyuh;"Meikyuu Hunter G (Japan, set 1)";256x240@58;H
+meikyuha;"Meikyuu Hunter G (Japan, set 2)";256x240@58;H
+meosism;"Meosis Magic (Japan)";338x236@60;H
+mercenario;"Mercenario (Commando bootleg)";256x224@60;V
+mercs;"Mercs (900302 etc) - Mercs (Euro, Bra) - Mercs (Euro, USA) ~ Senjou no Ookami II (Jpn)";384x224@60;V
+mercsj;"Senjo no Ookami II (Ookami 2 900302 Japan)";384x224@60;V
+mercsu;"Mercs (900608 USA)";384x224@60;V
+mercsur1;"Mercs (900302 USA)";384x224@60;V
+merlinmm;"Merlins Money Maze";256x224@60;V
+metafox;"Meta Fox";384x224@60;V
+metalb;"Metal Black (World)";320x224@60;H
+metalbj;"Metal Black (Japan)";320x224@60;H
+metamrph;"Metamorphic Force (ver EAA)";288x224@60;H
+metamrpha;"Metamorphic Force (ver AAA)";288x224@60;H
+metamrphe;"Metamorphic Force (ver EAA - alternate)";288x224@60;H
+metamrphj;"Metamorphic Force (ver JAA)";288x224@60;H
+metamrphu;"Metamorphic Force (ver UAA)";288x224@60;H
+metlfrzr;"Metal Freezer";256x224@60;V
+metlhawk;"Metal Hawk (Rev C)";288x224@60;V
+metlhawkj;"Metal Hawk (Japan, Rev F)";288x224@60;V
+metlsavr;"Metal Saver";320x240@60;H
+metmqstr;"Metamoqester (International)";384x240@58;H
+metrocrs;"Metro-Cross (set 1)";288x224@60;H
+metrocrsa;"Metro-Cross (set 2)";288x224@60;H
+mgakuen;"Mahjong Gakuen";384x240@60;H
+mgakuen2;"Mahjong Gakuen 2 Gakuen-chou no Fukushuu";384x240@60;H
+mgcrystl;"Magical Crystals (World, 92/01/10)";256x224@60;H
+mgcrystlj;"Magical Crystals (Japan, 92/01/13)";256x224@60;H
+mgcrystlo;"Magical Crystals (World, 91/12/10)";256x224@60;H
+mia;"M.I.A. - Missing in Action (version T)";304x224@60;H
+mia2;"M.I.A. - Missing in Action (version S)";304x224@60;H
+miaj;"M.I.A. - Missing in Action (version R) (Japan)";320x224@60;H
+midres;"Midnight Resistance (USA) - Midnight Resistance (World)";256x240@57;H
+midresj;"Midnight Resistance (Japan) - Midnight Resistance (Jpn)";256x240@57;H
+midresu;"Midnight Resistance (US)";256x240@57;H
+miexchng;"Money Puzzle Exchanger / Money Idol Exchanger";304x224@59;H
+mikie;"Mikie - Mikie. Shinnyuushain Tooru-Kun.";256x224@60;V
+mikiehs;"Mikie (High School Graffiti)";256x224@60;V
+mikiej;"Shinnyuushain Tooru-kun";256x224@60;V
+milliped;"Millipede";256x240@60;V
+mimonkey;"Mighty Monkey";256x224@60;V
+mimonsco;"Mighty Monkey (bootleg on Super Cobra hardware)";256x224@60;V
+mimonscr;"Mighty Monkey (bootleg on Scramble hardware)";256x224@60;V
+mimonscra;"Mighty Monkey (Kaina Games, bootleg on Scramble hardwa";256x224@60;V
+minasan;"Minasanno Okagesamadesu! Daisugorokutaikai (MOM-001)(M";304x224@59;H
+minefld;"Minefield";256x224@60;V
+minivadr;"Minivader";256x224@60;H
+mirax;"Mirax (set 1)";256x240@60;V
+miraxa;"Mirax (set 2)";256x240@60;V
+mirninja;"Mirai Ninja (Japan)";288x224@60;H
+missmw96;"Miss Mister World '96 (Nude)";256x224@60;H
+missw02;"Miss World 2002";256x224@60;H
+missw96;"Miss World '96 (Nude) (set1)";256x224@60;H
+missw96a;"Miss World '96 (Nude) (set 2)";256x224@60;H
+missw96b;"Miss World '96 (Nude) (set 3)";256x224@60;H
+missw96c;"Miss World '96 (Nude) (set 4)";256x224@60;H
+mizubaku;"Mizubaku Dai Bouken - Mizubaku Daibouken (Japan)";320x224@60;H
+mj4simai;"Wakakusamonogatari Mahjong Yonshimai (Japan)";384x240@60;H
+mjgtaste;"Mahjong G-Taste";320x224@60;H
+mjleague;"Major League";320x224@60;V
+mjnquest;"Mahjong Quest (Japan)";320x224@60;H
+mjnquestb;"Mahjong Quest (No Nudity)";320x224@60;H
+mk;"Mortal Kombat";400x254@54.7;H
+mkr4;"Mortal Kombat r4";400x254@54.7;H
+mktturbo;"Mortal Kombat turbo";400x254@54.7;H
+mk2;"Mortal Kombat II";400x254@54.7;H
+mltiwars;"Multi Wars (bootleg of UniWar S)";256x224@60;V
+mmancp2u;"Mega Man - The Power Battle (951006 USA, SAMPLE Versio";384x224@60;H
+mmancp2ur1;"Mega Man - The Power Battle (950926 USA, SAMPLE Versio";384x224@60;H
+mmatrix;"Mars Matrix (000412 USA)";384x224@60;H
+mmatrixd;"Mars Matrix (000412 USA Phoenix Edition)";384x224@60;H
+mmatrixj;"Mars Matrix (000412 Japan)";384x224@60;H
+mmaulers;"Monster Maulers (ver EAA)";288x224@60;H
+mmaze;"Marchen Maze (Japan)";288x224@60;H
+mmaze2;"Marchen Maze (Japan, hack?)";288x224@60;H
+mmonkey;"Minky Monkey";242x240@60;V
+mnchmobl;"Munch Mobile (US)";320x240@60;V
+mnight;"Mutant Night";256x192@60;H
+mnightj;"Mutant Night (Japan)";256x192@60;H
+moegonta;"Moeyo Gonta!! (Japan)";320x240@60;V
+mofflott;"Maze of Flott (Japan)";320x240@60;V
+moguchan;"Mogu Chan (bootleg?)";256x224@60;V
+mogura;"Mogura Desse";320x256@60;H
+mole;"Mole Attack - Mr. Mole";320x200@60;H
+momoko;"Momoko 120% (Japanese text)";240x224@60;H
+momokob;"Momoko 120% (bootleg)";240x224@60;H
+momokoe;"Momoko 120% (English text)";240x224@60;H
+monkelf;"Monky Elf (Korean bootleg of Avenging Spirit)";256x224@60;H
+moomesa;"Wild West C.O.W.-Boys of Moo Mesa (ver EAB)";384x224@60;H
+moomesaaab;"Wild West C.O.W.-Boys of Moo Mesa (ver AAB)";384x224@60;H
+moomesauab;"Wild West C.O.W.-Boys of Moo Mesa (ver UAB)";384x224@60;H
+moomesauac;"Wild West C.O.W.-Boys of Moo Mesa (ver UAC)";384x224@60;H
+moonal2;"Moon Alien Part 2";256x224@60;V
+moonal2b;"Moon Alien Part 2 (older version)";256x224@60;V
+moonaln;"Moon Alien";256x224@60;V
+mooncmw;"Moon War (Moon Cresta bootleg)";256x224@60;V
+mooncptc;"Moon Cresta (Petaco S.A. Spanish bootleg)";256x224@60;V
+mooncreg;"Moon Cresta (Electrogame S.A. Spanish bootleg)";256x224@60;V
+mooncrgx;"Moon Cresta (Galaxian hardware)";256x224@60;V
+mooncrs2;"Moon Cresta (bootleg set 2)";256x224@60;V
+mooncrs3;"Moon Cresta (bootleg set 3)";256x224@60;V
+mooncrs4;"Moon Crest";256x224@60;V
+mooncrsb;"Moon Cresta (bootleg set 1)";256x224@60;V
+mooncrsl;"Cresta Mundo (Laguna S.A. Spanish Moon Cresta bootleg)";256x224@60;V
+mooncrst;"Moon Cresta (Nichibutsu)";256x224@60;V
+mooncrstg;"Moon Cresta (Gremlin)";256x224@60;V
+mooncrsto;"Moon Cresta (Nichibutsu, old rev)";256x224@60;V
+mooncrstso;"Moon Cresta (SegaSA / Sonic)";256x224@60;V
+mooncrstu;"Moon Cresta (Nichibutsu USA, unencrypted)";256x224@60;V
+mooncrstuk;"Moon Cresta (Nichibutsu UK)";256x224@60;V
+mooncrstuku;"Moon Cresta (Nichibutsu UK, unencrypted)";256x224@60;V
+moonqsr;"Moon Quasar";256x224@60;V
+moonwar;"Moonwar";256x224@60;V
+moonwara;"Moonwar (older)";256x224@60;V
+moremore;"More More";256x224@58;H
+moremorp;"More More Plus";256x224@58;H
+moshougi;"Syougi No Tatsujin - Master of Shougi";304x224@59;H
+motorace;"MotoRace USA";240x256@60;V
+motos;"Motos";288x224@60;V
+mototour;"MotoTour / Zippy Race (Tecfri license)";240x256@60;V
+mouser;"Mouser - Mouser (Jpn)";256x224@60;V
+mouserc;"Mouser (Cosmos)";256x224@60;V
+mpang;"Mighty! Pang (001010 Euro)";384x224@60;H
+mpangj;"Mighty! Pang (001011 Japan)";384x224@60;H
+mpangjd;"Mighty! Pang (001011 Japan Phoenix Edition)";384x224@60;H
+mpangr1;"Mighty! Pang (000925 Euro)";384x224@60;H
+mpangu;"Mighty! Pang (001010 USA)";384x224@60;H
+mplanets;"Mad Planets";256x240@60;V
+mplanetsuk;"Mad Planets (UK)";256x240@60;V
+mrdo;"Mr. Do (Jpn) - Mr. Do! - Mr. Do! - Neo Mr. Do!";240x192@60;V
+mrdofix;"Mr. Do! (bugfixed)";240x192@60;V
+mrdot;"Mr. Do! (Taito license)";240x192@60;V
+mrdoy;"Mr. Do! (prototype)";240x192@60;V
+mrdu;"Mr. Du!";240x192@60;V
+mrflea;"The Amazing Adventures of Mr. F. Lea";256x248@60;V
+mrgoemon;"Mr. Goemon (Japan)";240x224@60;H
+mrheli;"Mr. HELI no Dai-Bouken - Mr. Heli no Daibouken";384x256@55;H
+mrjong;"Mr. Jong (Japan)";240x224@60;V
+mrkougar;"Mr. Kougar";256x224@60;V
+mrkougar2;"Mr. Kougar (earlier)";256x224@60;V
+mrkougb;"Mr. Kougar (bootleg set 1)";256x224@60;V
+mrkougb2;"Mr. Kougar (bootleg set 2)";256x224@60;V
+mrlo;"Mr. Lo!";240x192@60;V
+mrtnt;"Mr. TNT";288x224@60;V
+mrviking;"Mister Viking (315-5041)";240x224@60;V
+mrvikingj;"Mister Viking (315-5041, Japan)";240x224@60;V
+ms4plus;"Metal Slug 4 Plus (bootleg)";304x224@59;H
+ms5pcb;"Metal Slug 5 (JAMMA PCB)";304x224@59;H
+ms5plus;"Metal Slug 5 Plus (bootleg)";304x224@59;H
+msbingo;"Miss Bingo";320x224@60;H
+mschamp;"Ms. Pacman Champion Edition / Zola-Puc Gal";288x224@60;V
+mschamps;"Ms. Pacman Champion Edition / Super Zola Pac Gal";288x224@60;V
+msgogo;"Mouse Shooter GoGo";320x224@60;H
+msgundam;"Mobile Suit Gundam";384x240@57;H
+msgundam1;"Mobile Suit Gundam (Japan)";384x240@57;H
+msh;"Marvel Super Heroes (951024 Euro)";384x224@60;H
+msha;"Marvel Super Heroes (951024 Asia)";384x224@60;H
+mshb;"Marvel Super Heroes (951117 Brazil)";384x224@60;H
+msheartb;"Ms. Pac-Man Heart Burn";288x224@60;V
+mshh;"Marvel Super Heroes (951117 Hispanic)";384x224@60;H
+mshj;"Marvel Super Heroes (951117 Japan)";384x224@60;H
+mshjr1;"Marvel Super Heroes (951024 Japan)";384x224@60;H
+mshu;"Marvel Super Heroes (951024 USA)";384x224@60;H
+mshud;"Marvel Super Heroes (951024 USA Phoenix Edition)";384x224@60;H
+mshuttle;"Moon Shuttle (US?)";256x224@60;H
+mshuttle2;"Moon Shuttle (US? set 2)";256x224@60;H
+mshuttlej;"Moon Shuttle (Japan)";256x224@60;H
+mshuttlej2;"Moon Shuttle (Japan set 2)";256x224@60;H
+mshvsf;"Marvel Super Heroes vs Street Fighter (970625 Euro)";384x224@60;H
+mshvsfa;"Marvel Super Heroes vs Street Fighter (970625 Asia)";384x224@60;H
+mshvsfa1;"Marvel Super Heroes vs Street Fighter (970620 Asia)";384x224@60;H
+mshvsfb;"Marvel Super Heroes vs Street Fighter (970827 Brazil)";384x224@60;H
+mshvsfb1;"Marvel Super Heroes vs Street Fighter (970625 Brazil)";384x224@60;H
+mshvsfh;"Marvel Super Heroes vs Street Fighter (970625 Hispanic";384x224@60;H
+mshvsfj;"Marvel Super Heroes vs Street Fighter (970707 Japan)";384x224@60;H
+mshvsfj1;"Marvel Super Heroes vs Street Fighter (970702 Japan)";384x224@60;H
+mshvsfj2;"Marvel Super Heroes vs Street Fighter (970625 Japan)";384x224@60;H
+mshvsfu;"Marvel Super Heroes vs Street Fighter (970827 USA)";384x224@60;H
+mshvsfu1;"Marvel Super Heroes vs Street Fighter (970625 USA)";384x224@60;H
+mshvsfu1d;"Marvel Super Heroes vs Street Fighter (970625 USA Phoe";384x224@60;H
+mslider;"Monster Slider (Japan)";352x240@60;H
+mslug;"Metal Slug - Super Vehicle-001";304x224@59;H
+mslug2;"Metal Slug 2 - Super Vehicle-001/II (NGM-2410) (NGH-24";304x224@59;H
+mslug2t;"Metal Slug 2 Turbo (NGM-9410)";304x224@59;H
+mslug3;"Metal Slug 3 (NGM-2560)";304x224@59;H
+mslug3b6;"Metal Slug 6 (Metal Slug 3 bootleg)";304x224@59;H
+mslug3h;"Metal Slug 3 (NGH-2560)";304x224@59;H
+mslug3v;"Metal Slug 3 (NGH-2560) (Enhanced Violence Version hac";304x224@59;H
+mslug4;"Metal Slug 4 (NGM-2630)";304x224@59;H
+mslug4h;"Metal Slug 4 (NGH-2630)";304x224@59;H
+mslug5;"Metal Slug 5 (NGM-2680)";304x224@59;H
+mslug5b;"Metal Slug 5 (bootleg)";304x224@59;H
+mslug5h;"Metal Slug 5 (NGH-2680)";304x224@59;H
+mslugx;"Metal Slug X - Super Vehicle-001 (NGM-2500)(NGH-2500)";304x224@59;H
+mspacmab;"MS Pacman (bootleg)";288x224@60;V
+mspacman;"MS Pacman - Ms. Pac-Man (Euro, Bra) - Ms. Pac-Man (Euro, USA) - Ms. Pac-Man (USA)";288x224@60;V
+mspacmanbcc;"Come-Cocos (Ms. Pac-Man) ('Made in Greece' Tecnausa bo";288x224@60;V
+mspacmanbg;"Ms. Pac-Man ('Made in Greece' bootleg)";288x224@60;V
+mspacmanbgd;"Miss Pukman ('Made in Greece' Datamat bootleg)";288x224@60;V
+mspacmanbhe;"Come-Cocos (Ms. Pac-Man) ('Made in Greece' Herle SA bo";288x224@60;V
+mspacmanblt;"Miss Pukman ('Made in Greece' Triunvi bootleg)";288x224@60;V
+mspacmat;"Ms. Pac Attack";288x224@60;V
+mspacmbe;"Ms. Pac-Man (bootleg, encrypted)";288x224@60;V
+mspacmnf;"Ms. Pac-Man (with speedup hack)";288x224@60;V
+mspacpls;"Ms. Pac-Man Plus";288x224@60;V
+mspuzzle;"Miss Puzzle";320x224@60;V
+mspuzzleg;"Miss Puzzle (Clone of Gumbo)";320x224@60;H
+mstadium;"Main Stadium (Japan ver. 4)";288x224@60;H
+mstworld;"Monsters World (bootleg of Super Pang)";384x240@60;H
+msword;"Magic Sword - heroic fantasy (25.07.1990 other country";384x224@60;H
+mswordj;"Magic Sword (23.06.1990 Japan)";384x224@60;H
+mswordr1;"Magic Sword - heroic fantasy (23.06.1990 other country";384x224@60;H
+mswordu;"Magic Sword - heroic fantasy (25.07.1990 USA)";384x224@60;H
+mtlchamp;"Martial Champion (ver EAB)";384x224@60;H
+mtlchamp1;"Martial Champion (ver EAA)";384x224@60;H
+mtlchampa;"Martial Champion (ver AAA)";384x224@60;H
+mtlchampj;"Martial Champion (ver JAA)";384x224@60;H
+mtlchampu;"Martial Champion (ver UAE)";384x224@60;H
+mtlchampu1;"Martial Champion (ver UAD)";384x224@60;H
+mtwins;"Mega Twins (chiki chiki boys 900619 etc)";384x224@60;H
+mugsmash;"Mug Smashers";320x240@60;H
+multchmp;"Multi Champ (World)";320x240@60;H
+multchmpa;"Multi Champ (World, older)";320x240@60;H
+multchmpk;"Multi Champ (Korea, older)";320x240@60;H
+multi96;"Multi Game '96 (Italy)";256x224@58;H
+mustache;"Mustache Boy (Japan)";240x248@57;V
+mustachei;"Mustache Boy (Italy)";240x248@57;V
+mustang;"US AAF Mustang (25th May. 1990)";256x224@56;H
+mustangb;"US AAF Mustang (bootleg)";256x224@56;H
+mustangb2;"US AAF Mustang (TAB Austria bootleg)";256x224@56;H
+mustangs;"US AAF Mustang (25th May. 1990 / Seoul Trading)";256x224@56;H
+mutantf;"Mutant Fighter (World ver EM-5)";320x240@58;H
+mutantf2;"Mutant Fighter (World ver EM-2)";320x240@58;H
+mutantf3;"Mutant Fighter (World ver EM-3)";320x240@58;H
+mutantf4;"Mutant Fighter (World ver EM-4)";320x240@58;H
+mutnat;"Mutation Nation (NGM-014)(NGH-014)";304x224@59;H
+mvp;"MVP (set 2, US, FD1094 317-0143)";320x224@60;H
+mvpd;"MVP (set 2, US, FD1094 317-0143 decrypted)";320x224@60;H
+mvpj;"MVP (set 1, Japan, FD1094 317-0142)";320x224@60;H
+mvpjd;"MVP (set 1, Japan, FD1094 317-0142 decrypted)";320x224@60;H
+mvsc;"Marvel vs Capcom - clash of super heroes (980123 Euro)";384x224@60;H
+mvsca;"Marvel vs Capcom - clash of super heroes (980123 Asia)";384x224@60;H
+mvscar1;"Marvel vs Capcom - clash of super heroes (980112 Asia)";384x224@60;H
+mvscb;"Marvel vs Capcom - clash of super heroes (980123 Brazi";384x224@60;H
+mvsch;"Marvel vs Capcom - clash of super heroes (980123 Hispa";384x224@60;H
+mvscj;"Marvel vs Capcom - clash of super heroes (980123 Japan";384x224@60;H
+mvscjr1;"Marvel vs Capcom - clash of super heroes (980112 Japan";384x224@60;H
+mvscjsing;"Marvel vs Capcom - clash of super heroes (980123 Japan";384x224@60;H
+mvscr1;"Marvel vs Capcom - clash of super heroes (980112 Euro)";384x224@60;H
+mvscu;"Marvel vs Capcom - clash of super heroes (980123 USA)";384x224@60;H
+mvscud;"Marvel vs Capcom - clash of super heroes (980123 USA P";384x224@60;H
+mvscur1;"Marvel vs Capcom - clash of super heroes (971222 USA)";384x224@60;H
+mwalk;"Michael Jackson's Moonwalker (Euro, USA, Bra, Kor) - Michael Jackson's Moonwalker (set 3, World, FD1094/875 - Michael Jackson's Moonwalker (World, Rev. A)";320x224@60;H
+mwalkbl2;"Michael Jackson's Moonwalker (bootleg)";320x224@60;H
+mwalkd;"Michael Jackson's Moonwalker (World) (bootleg of FD109";320x224@60;H
+mwalkj;"Michael Jackson's Moonwalker (Japan) (FD1094/8751 317-";320x224@60;H
+mwalkjd;"Michael Jackson's Moonwalker (Japan) (bootleg of FD109";320x224@60;H
+mwalku;"Michael Jackson's Moonwalker (US) (FD1094/8751 317-015";320x224@60;H
+mwalkud;"Michael Jackson's Moonwalker (US) (bootleg of FD1094/8";320x224@60;H
+mwarr;"Mighty Warriors";366x240@54;H
+myangel;"Kosodate Quiz My Angel (Japan)";376x240@60;H
+myangel2;"Kosodate Quiz My Angel 2 (Japan)";376x240@60;H
+myhero;"My Hero (Euro, USA, Bra) - My Hero (US, not encrypted)";256x224@60;H
+myherobl;"My Hero (bootleg, 315-5132 encryption)";256x224@60;H
+myherok;"My Hero (Korea)";256x224@60;H
+myqbert;"Mello Yello Q*bert";256x240@60;V
+mysticri;"Mystic Riders (World)";320x240@60;H
+mysticrib;"Mystic Riders (bootleg?)";320x240@60;H
+mystston;"Mysterious Stones - Dr. John's Adventure";256x240@57;V
+myststono;"Mysterious Stones - Dr. Kick in Adventure";256x240@57;V
+myststonoi;"Mysterious Stones - Dr. Kick in Adventure (Itisa PCB)";256x240@57;V
+mystwarr;"Mystic Warriors (ver EAA)";288x224@60;H
+mystwarra;"Mystic Warriors (ver AAB)";288x224@60;H
+mystwarraa;"Mystic Warriors (ver AAA)";288x224@60;H
+mystwarrj;"Mystic Warriors (ver JAA)";288x224@60;H
+mystwarru;"Mystic Warriors (ver UAA)";288x224@60;H
+nam1975;"NAM-1975 (NGM-001)(NGH-001)";304x224@59;H
+naname;"Naname de Magic!";320x240@60;H
+nastar;"Nastar (World)";320x224@60;H
+nastarw;"Nastar Warrior (US)";320x224@60;H
+naughtyb;"Naughty Boy";288x224@60;V
+naughtyba;"Naughty Boy (bootleg)";288x224@60;V
+naughtybc;"Naughty Boy (Cinematronics)";288x224@60;V
+navarone;"Navarone";272x224@60;V
+nbbatman;"Ninja Baseball Batman (World)";320x240@60;H
+nbbatmanu;"Ninja Baseball Batman (US)";320x240@60;H
+ncombat;"Ninja Combat (NGM-009)";304x224@59;H
+ncombath;"Ninja Combat (NGH-009)";304x224@59;H
+ncommand;"Ninja Commando";304x224@59;H
+nebulbee;"Nebulous Bee";288x224@60;V
+nemesis;"Nemesis (Kor) - Nemesis (ROM version)";256x224@60;H
+nemesisuk;"Nemesis (World?, ROM version)";256x224@60;H
+nemo;"Finding Nemo (Rus) - Nemo (90 11 30 etc)";384x224@60;H
+nemoj;"Nemo (90 11 20 Japan)";384x224@60;H
+nemor1;"Nemo (90 11 09 etc)";384x224@60;H
+neo2500;"Neo 2500 Demo";304x224@59;H
+neo3ddmo;"NeoGeo 3D! Demo";304x224@59;H
+neobattl;"SD Gundam Neo Battling (Japan)";384x240@60;V
+neobombe;"Neo Bomberman";304x224@59;H
+neocdz;"Neo Geo CDZ system";320x224@59;H
+neocstlv;"Neo CastleVania Demo";304x224@59;H
+neocup98;"Neo-Geo Cup '98 - The Road to the Victory";320x224@59;H
+neodemo;"Chaos Demo (Neo Geo)";304x224@59;H
+neodrift;"Neo Drift Out - New Technology";304x224@59;H
+neogalag;"Galaga Demo (set 1)";304x224@59;H
+neogalaga;"Galaga Demo (set 2)";304x224@59;H
+neomrdo;"Neo Mr. Do!";304x224@59;H
+neonopon;"Neo No Panepon (beta)";304x224@59;H
+neopong;"Neo Pong (ver 1.1)";304x224@59;H
+neoponga;"Neo Pong (ver 1.0)";304x224@59;H
+neoprimo;"Primo Demo";304x224@59;H
+neotet;"NeoGeo 2-Player Tetris";304x224@59;H
+neothndr;"Neo Thunder";304x224@59;H
+neoww2;"WW2 Demo - Arcade Development Project";304x224@59;H
+newapunk;"New Atomic Punk - Global Quest (US)";320x240@60;H
+newfant;"New Fantasia (1995 copyright)";256x224@60;V
+newfanta;"New Fantasia (1994 copyright)";256x224@60;V
+newpuc2;"Newpuc2";288x224@60;V
+newpuc2b;"Newpuc2b";288x224@60;V
+newpuckx;"New Puck-X";288x224@60;V
+news;"News (set 1)";256x224@60;H
+newsa;"News (set 2)";256x224@60;H
+newsin7;"New Sinbad 7";256x224@60;V
+nextfase;"Next Fase (bootleg of Phoenix)";256x208@60;V
+ngem2k;"NGEM2K (beta 2006-01-18)";304x224@59;H
+ngfrog;"Frog Feast (Neo Geo)";304x224@59;H
+ngftdemo;"NGF Transparency Demo";304x224@59;H
+nightstr;"Night Striker (World)";320x240@60;H
+nightstrj;"Night Striker (Japan)";320x240@60;H
+nightstru;"Night Striker (US)";320x240@60;H
+ninja;"3 Ninjas Kick Back (USA) - Caveman Ninja (World ver 4) - Dragon Ninja (Euro) - Dragonninja (Japan) - Mirai Ninja (Japan) - Ninja (315-5102) - Sega Ninja (315-5113) - The Ninja (Euro, USA)";256x224@60;H
+ninjak;"The Ninja Kids (World)";320x224@60;H
+ninjakd2;"Ninja-Kid II / NinjaKun Ashura no Shou (set 1)";256x192@60;H
+ninjakd2a;"Ninja-Kid II / NinjaKun Ashura no Shou (set 2, bootleg";256x192@60;H
+ninjakd2b;"Ninja-Kid II / NinjaKun Ashura no Shou (set 3, bootleg";256x192@60;H
+ninjakd2c;"Ninja-Kid II / NinjaKun Ashura no Shou (set 4)";256x192@60;H
+ninjakj;"The Ninja Kids (Japan)";320x224@60;H
+ninjaku;"The Ninja Kids (US)";320x224@60;H
+ninjakun;"Ninja-kun (Jpn) - Ninjakun Majou no Bouken";256x192@60;H
+ninjamas;"Ninja Master's - haoh-ninpo-cho";320x224@59;H
+ninjaw;"The Ninja Warriors (World, later version)";224x864@60;V
+ninjaw1;"The Ninja Warriors (World, earlier version)";224x864@60;V
+ninjawj;"The Ninja Warriors (Japan)";224x864@60;V
+ninjawu;"The Ninja Warriors (US, Romstar license)";224x864@60;V
+ninjemak;"Ninja Emaki (US)";256x224@60;V
+nitd;"Nightmare in the Dark";320x224@59;H
+nitdbl;"Nightmare in the Dark (bootleg)";320x224@59;H
+nitrobal;"Nitro Ball (World, set 1)";320x240@58;V
+nitrobala;"Nitro Ball (World, set 2)";320x240@58;V
+nmaster;"Oni - The Ninja Master (Japan)";384x240@58;H
+nmg5;"Multi 5 / New Multi Game 5 (set 1)";320x240@60;H
+nmg5a;"Multi 5 / New Multi Game 5 (set 2)";320x240@60;H
+nmg5e;"Multi 5 / New Multi Game 5 (set 3, earlier)";320x240@60;H
+nmouse;"Funky Mouse (Jpn) - Naughty Mouse (set 1)";288x224@60;V
+nmouseb;"Naughty Mouse (set 2)";288x224@60;V
+nobb;"Noboranka (Japan, bootleg)";240x224@60;V
+nost;"Cosa Nostra (Spa) - Nostradamus";320x224@60;V
+nostj;"Nostradamus (Japan)";320x224@60;V
+nostk;"Nostradamus (Korea)";320x224@60;V
+nouryoku;"Nouryoku Koujou Iinkai";384x224@56;H
+nova2001;"Nova 2001 (Japan)";256x192@60;H
+nova2001h;"Nova 2001 (Japan, hack?)";256x192@60;H
+nova2001u;"Nova 2001 (US)";256x192@60;H
+nprinces;"Ninja Princess (315-5051, 64k Ver. bootleg?)";256x224@60;H
+nprincesb;"Ninja Princess (315-5051?, 128k Ver. bootleg?)";256x224@60;H
+nprinceso;"Ninja Princess (315-5098, 128k Ver.)";256x224@60;H
+nprincesu;"Ninja Princess (64k Ver. not encrypted)";256x224@60;H
+nrallyx;"New Rally X";288x224@60;H
+nspirit;"Ninja Spirit - Ninja Spirit";384x256@55;H
+nspiritj;"Saigo no Nindou (Japan)";384x256@55;H
+nunchaku;"Nunchackun";256x224@60;V
+nwarr;"Night Warriors - darkstalkers' revenge (950316 Euro)";384x224@60;H
+nwarra;"Night Warriors - darkstalkers' revenge (950302 Asia)";384x224@60;H
+nwarrb;"Night Warriors - darkstalkers' revenge (950403 Brazil)";384x224@60;H
+nwarrh;"Night Warriors - darkstalkers' revenge (950403 Hispani";384x224@60;H
+nwarru;"Night Warriors - darkstalkers' revenge (950406 USA)";384x224@60;H
+nwarrud;"Night Warriors - darkstalkers' revenge (950406 USA Pho";384x224@60;H
+nyanpani;"Nyan Nyan Panic (Japan)";256x224@60;H
+nzeroteam;"New Zero Team (V33 SYSTEM TYPE_B hardware)";320x256@55;H
+nzeroteama;"New Zero Team (V33 SYSTEM TYPE_B hardware, China?)";320x256@55;H
+oedfight;"Oedo Fight (Japan Bloodshed Ver.)";320x240@60;H
+offensiv;"Offensive (Spanish bootleg of Scramble)";256x224@60;V
+ohmygod;"Oh My God!";320x240@60;H
+oisipuzl;"Oishii Puzzle Ha Irimasenka";320x224@60;H
+olds;"Oriental Legend Super (V101, Korea)";448x224@60;H
+olds100;"Oriental Legend Special - Xi Yo Gi Shi Re Zuang Super";448x224@60;H
+olds100a;"Oriental Legend Special - Xi Yo Gi Shi Re Zuang Super";448x224@60;H
+olds103t;"Oriental Legend Special - Xi Yo Gi Shi Re Zuang Super";448x224@60;H
+oldsplus;"Oriental Legend Special Plus / Xi You Shi E Zhuan Supe";448x224@60;H
+omegab;"Omega";256x224@60;V
+omegaf;"Omega Fighter";256x192@60;V
+omegafs;"Omega Fighter Special";256x192@60;V
+omni;"Omni";256x224@60;V
+onetwo;"One + Two";512x256@60;H
+onetwoe;"One + Two (earlier)";512x256@60;H
+onna34ro;"Onna Sansirou - Typhoon Gal";256x224@60;H
+onna34roa;"Onna Sansirou - Typhoon Gal (bootleg)";256x224@60;H
+opwolf;"Operation Wolf - Operation Wolf - Operation Wolf (Euro, Bra) - Operation Wolf (World, set 1)";320x240@60;H
+opwolf3;"Operation Wolf 3 (World)";320x224@60;H
+opwolf3u;"Operation Wolf 3 (US)";320x224@60;H
+opwolfa;"Operation Wolf (World, set 2)";320x240@60;H
+opwolfb;"Operation Bear";320x240@60;H
+opwolfj;"Operation Wolf (Japan)";320x240@60;H
+opwolfjsc;"Operation Wolf (Japan, SC)";320x240@60;H
+opwolfu;"Operation Wolf (US)";320x240@60;H
+orbitron;"Orbitron";256x224@60;V
+orbs;"Orbs (10/7/94 prototype?)";320x240@60;H
+ordyne;"Ordyne - Ordyne - Ordyne (Japan, English Version)";288x224@60;H
+ordynej;"Ordyne (Japan)";288x224@60;H
+orius;"Orius (ver UAA)";384x256@54;H
+orlegend;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V126)";448x224@60;H
+orlegend105k;"Oriental Legend (V105, Korea)";448x224@60;H
+orlegend111c;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V111, China)";448x224@60;H
+orlegend111k;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V111, Korea)";448x224@60;H
+orlegend111t;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V111, Taiwan)";448x224@60;H
+orlegendc;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V112, China)";448x224@60;H
+orlegendca;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V112 alt, Chi";448x224@60;H
+orlegende;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V112)";448x224@60;H
+oscar;"Psycho-Nics Oscar (World revision 0)";256x240@58;H
+oscarj1;"Psycho-Nics Oscar (Japan revision 1)";256x240@58;H
+oscarj2;"Psycho-Nics Oscar (Japan revision 2)";256x240@58;H
+oscaru;"Psycho-Nics Oscar (US)";256x240@58;H
+osman;"Osman (World)";320x240@58;H
+othunder;"Operation Thunderbolt (World, rev 1)";320x240@60;H
+othunderj;"Operation Thunderbolt (Japan)";320x240@60;H
+othunderjsc;"Operation Thunderbolt (Japan, SC)";320x240@60;H
+othundero;"Operation Thunderbolt (World)";320x240@60;H
+othunderu;"Operation Thunderbolt (US, rev 1)";320x240@60;H
+othunderuo;"Operation Thunderbolt (US)";320x240@60;H
+outrun;"Out Run - Out Run (Euro) - Out Run (sitdown/upright, Rev B) - Out Run (World) - OutRun (Euro, USA) - Turbo Out Run (Out Run upgrade, FD1094 317-0118) - Turbo OutRun (Euro, Jpn)";320x224@60;H
+outrunb;"Out Run (bootleg)";320x224@60;H
+outrundx;"Out Run (deluxe sitdown)";320x224@60;H
+outrundxa;"Out Run (deluxe sitdown earlier version)";320x224@60;H
+outrundxeh;"Out Run (deluxe sitdown) (Enhanced Edition v1.0.3)";320x224@60;H
+outrundxj;"Out Run (Japan, deluxe sitdown, FD1089A 317-0019)";320x224@60;H
+outruneh;"Out Run (sitdown/upright, Rev B) (Enhanced Edition v1.";320x224@60;H
+outrunra;"Out Run (sitdown/upright, Rev A)";320x224@60;H
+outzone;"Out Zone";320x240@55.2;V
+outzonea;"Out Zone (set 2)";320x240@55.2;V
+outzoneb;"Out Zone (older set)";320x240@55.2;V
+outzonec;"Out Zone (oldest set)";320x240@55.2;V
+outzoneh;"Out Zone (harder)";320x240@55.2;V
+overtop;"Over Top";304x224@59;H
+ozmawars;"Ozma Wars (set 1)";260x224@60;V
+ozmawars2;"Ozma Wars (set 2)";260x224@60;V
+ozon1;"Ozon I";256x224@60;V
+p47;"P-47 - The Freedom Fighter - P-47 - The Phantom Fighter (World)";256x224@60;H
+p47j;"P-47 - The Freedom Fighter (Japan)";256x224@60;H
+p47je;"P-47 - The Freedom Fighter (Japan, Export)";256x224@60;H
+pacgal;"Pac-Gal";288x224@60;V
+pacheart;"Pac-Man (Hearts)";288x224@60;V
+packbang;"Pack'n Bang Bang (Prototype)";256x225@60;V
+packetman;"Packetman (bootleg)";288x224@60;V
+pacland;"Pac-land - Pac-Land - Pac-Land (World)";288x224@60;H
+paclandj;"Pac-Land (Japan new)";288x224@60;H
+paclandjo;"Pac-Land (Japan old)";288x224@60;H
+paclandjo2;"Pac-Land (Japan older)";288x224@60;H
+paclandm;"Pac-Land (Midway)";288x224@60;H
+pacman;"Jr. Pac-Man (11/9/83) - MS Pacman - Ms. Pac-Man (Euro, Bra) - Ms. Pac-Man (Euro, USA) - Ms. Pac-Man (USA) - Pac-Man (Jpn) - Pac-Man (Midway) - Pac-Man (Prototype) - Pac-Man (USA)";288x224@60;V
+pacmanbl;"Pac-Man (Galaxian hardware, set 1)";256x224@60;V
+pacmanbla;"Pac-Man (Galaxian hardware, set 2)";256x224@60;V
+pacmanf;"Jr. Pac-Man (speedup hack) - Pac-Man (Midway, with speedup hack)";288x224@60;V
+pacmania;"Pac-Mania - Pac-Mania (Euro) - Pac-Mania (Euro) - Pac-Mania (Euro, USA)";288x224@60;V
+pacmaniaj;"Pac-Mania (Japan)";288x224@60;V
+pacmaniao;"Pac-Mania (111187 sound program)";288x224@60;V
+pacmanpe;"Come Come (Petaco SA bootleg of Puck Man)";288x224@60;V
+pacmanso;"Pac-Man (SegaSA / Sonic)";288x224@60;V
+pacmansp;"Puck Man (Spanish, 'Made in Greece' bootleg)";288x224@60;V
+pacmod;"Pac-Man (Midway, harder)";288x224@60;V
+pacnchmp;"Pac-Man & Chomp Chomp";288x224@60;V
+pacnpal;"Pac & Pal";288x224@60;V
+pacnpal2;"Pac & Pal (older)";288x224@60;V
+pacplus;"Pac-Man Plus";288x224@60;V
+pacuman;"Pacu-Man (Spanish bootleg of Puck Man)";288x224@60;V
+paddle2;"Paddle 2 (bootleg on Block hardware)";256x224@60;V
+paddlema;"Paddle Mania";256x224@60;V
+paintrlr;"Paint Roller";288x224@60;V
+pairlove;"Pairs Love";384x240@60;V
+pajaroes;"Pajaro del Espacio (Spanish bootleg of UniWar S)";256x224@60;V
+palamed;"Palamedes (US)";320x224@60;H
+palamedj;"Palamedes (Japan)";320x224@60;H
+pandoras;"Pandora's Palace";256x224@60;V
+pang;"Cross Pang - Mighty! Pang (001010 Euro) - Pang (World) - Pang Pang - Super Pang (World 900914) - Ti Ti! Pang Pang! (Kor) - Zipang";384x240@57;H
+pang3;"Pang! 3 (950601 Euro)";384x224@60;H
+pang3b;"Pang! 3 (bootleg set 1, 950511 Euro)";384x224@60;H
+pang3b2;"Pang! 3 (bootleg set 2, 950511 Euro)";384x224@60;H
+pang3b3;"Pang! 3 (bootleg set 3, 950601 Euro)";384x224@60;H
+pang3j;"Pang! 3: Kaitou Tachi no Karei na Gogo (950511 Japan)";384x224@60;H
+pang3r1;"Pang! 3 (950511 Euro)";384x224@60;H
+pang3r1a;"Pang! 3 (950511 Euro, alt)";384x224@60;H
+pangb;"Pang (bootleg, set 1)";384x240@60;H
+pangb2;"Pang (bootleg, set 4)";384x240@60;H
+pangbold;"Pang (bootleg, set 2)";384x240@60;H
+pangbold2;"Pang (bootleg, set 5)";384x240@60;H
+pangbold3;"Pang (bootleg, set 6)";384x240@60;H
+pangpang;"Pang Pang";320x240@58;H
+pangpoms;"Pang Pom's";360x224@60;H
+pangpomsm;"Pang Pom's (Mitchell)";360x224@60;H
+panicbom;"Panic Bomber";304x224@59;H
+panicstr;"Panic Street (Japan)";320x240@60;H
+paperboy;"Paperboy (Atari System 2)";512x384@60;H
+paprazzi;"Paparazzi";384x224@60;V
+parodius;"Parodius - Tako wa Chikyuu wo Sukuu (Jpn) - Parodius DA! (World, set 1) - Parodius da! - Shinwa Kara Owarai He";288x224@60;H
+parodiusa;"Parodius - Tako wa Chikyuu wo Sukuu (Jpn, Alt) - Parodius DA! (Asia)";288x224@60;H
+parodiuse;"Parodius - Tako Saves Earth (English) - Parodius DA! (World, set 2)";288x224@60;H
+parodiusj;"Parodius DA! (Japan)";288x224@60;H
+pass;"Pass";320x224@60;H
+passsht;"Passing Shot (World, 2 Players, FD1094 317-0080)";320x224@60;V
+passsht16a;"Passing Shot (Japan, 4 Players, System 16A, FD1094 317";320x224@60;V
+passshta;"Passing Shot (World, 4 Players, FD1094 317-0074)";320x224@60;V
+passshtad;"Passing Shot (World, 4 Players, FD1094 317-0074 decryp";320x224@60;V
+passshtd;"Passing Shot (World, 2 Players, FD1094 317-0080 decryp";320x224@60;V
+passshtj;"Passing Shot (Japan, 4 Players, FD1094 317-0070)";320x224@60;V
+passshtjd;"Passing Shot (Japan, 4 Players, FD1094 317-0070 decryp";320x224@60;V
+pbancho;"Gyakuten!! Puzzle Bancho (Japan)";320x240@60;H
+pbillrd;"Perfect Billiard";256x224@60;H
+pbillrdsa;"Perfect Billiard (MC-8123, 317-5008)";256x224@60;H
+pbobbl2n;"Puzzle Bobble 2 / Bust-A-Move Again (Neo-Geo)";304x224@59;H
+pbobble;"Puzzle Bobble (Japan, B-System) - Puzzle Bobble (Jpn)";320x224@60;H
+pbobble2;"Puzzle Bobble 2 (Ver 2.3O 1995/07/31)";320x232@60;H
+pbobble2j;"Puzzle Bobble 2 (Ver 2.2J 1995/07/20)";320x232@60;H
+pbobble2o;"Puzzle Bobble 2 (Ver 2.2O 1995/07/20)";320x232@60;H
+pbobble2u;"Bust-A-Move Again (Ver 2.3A 1995/07/31)";320x232@60;H
+pbobble2x;"Puzzle Bobble 2X (Ver 2.2J 1995/11/11)";320x232@60;H
+pbobble3;"Puzzle Bobble 3 (Ver 2.1O 1996/09/27)";320x232@60;H
+pbobble3j;"Puzzle Bobble 3 (Ver 2.1J 1996/09/27)";320x232@60;H
+pbobble3u;"Puzzle Bobble 3 (Ver 2.1A 1996/09/27)";320x232@60;H
+pbobble4;"Puzzle Bobble 4 (Ver 2.04O 1997/12/19)";320x232@60;H
+pbobble4j;"Puzzle Bobble 4 (Ver 2.04J 1997/12/19)";320x232@60;H
+pbobble4u;"Puzzle Bobble 4 (Ver 2.04A 1997/12/19)";320x232@60;H
+pbobblen;"Puzzle Bobble / Bust-A-Move (Neo-Geo) (NGM-083)";320x224@59;H
+pbobblenb;"Puzzle Bobble / Bust-A-Move (Neo-Geo) (bootleg)";320x224@59;H
+pclubys;"Puzzle Club (Yun Sung, set 1)";320x240@60;H
+pclubysa;"Puzzle Club (Yun Sung, set 2)";320x240@60;H
+pdrift;"Power Drift - Power Drift (World, Rev A)";320x224@60;H
+pdrifta;"Power Drift (World)";320x224@60;H
+pdrifte;"Power Drift (World, Earlier)";320x224@60;H
+pdriftj;"Power Drift (Japan)";320x224@60;H
+peekaboo;"Peek-a-Boo!";256x224@60;H
+peekaboou;"Peek-a-Boo! (North America, ver 1.0)";256x224@60;H
+penbros;"Penguin Brothers (Japan)";320x224@60;H
+pengadvb;"Penguin Adventure (bootleg of MSX version)";272x216@60;H
+pengo;"Pengo (Euro, USA) - Pengo (set 1 rev c) - Pepenga Pengo (Jpn)";288x224@60;V
+pengo2;"Pengo (set 2)";288x224@60;V
+pengo2u;"Pengo (set 2 not encrypted)";288x224@60;V
+pengo3u;"Pengo (set 3 not encrypted)";288x224@60;V
+pengo4;"Pengo (set 4)";288x224@60;V
+pengo5;"Pengo (set 5)";288x224@60;V
+pengob;"Pengo (bootleg)";288x224@60;V
+penta;"Penta";288x224@60;V
+percuss;"The Percussor";256x224@60;V
+perfrman;"Performan (Japan)";256x240@60;V
+perfrmanu;"Performan (US)";256x240@60;V
+pestplce;"Pest Place";256x224@60;H
+pfghtj;"Pocket Fighter (970904 Japan)";384x224@60;H
+pgalvip;"Pocket Gals V.I.P (set 1)";256x224@60;H
+pgalvipa;"Pocket Gals V.I.P (set 2)";256x224@60;H
+pgear;"Powered Gear - strategic variant armor equipment (9410";384x224@60;H
+pgearr1;"Powered Gear - strategic variant armor equipment (9409";384x224@60;H
+pgemeni;"P-GeMeni (060123)";448x224@60;H
+pgmdemo;"Chaos (PGM Demo)";448x224@60;H
+pgmfrog;"Frog Feast (PGM)";448x224@60;H
+pgoal;"Pleasure Goal / Futsal - 5 on 5 Mini Soccer (NGM-219)";304x224@59;H
+phantasm;"Phantasm (Japan)";256x224@60;H
+phelios;"Phelios - Phelios (Euro)";288x224@60;V
+pheliosj;"Phelios (Japan) - Phelios (Jpn)";288x224@60;V
+phoenix;"Phoenix (Amstar)";256x208@60;V
+phoenix2;"Phoenix (Amstar, set 2)";256x208@60;V
+phoenix3;"Phoenix (T.P.N. bootleg)";256x208@60;V
+phoenixa;"Phoenix (Centuri, set 1)";256x208@60;V
+phoenixass;"Phoenix (Assa, Spanish bootleg)";256x208@60;V
+phoenixb;"Phoenix (Centuri, set 2)";256x208@60;V
+phoenixc;"Phoenix (Irecsa / G.G.I Corp, set 1)";256x208@60;V
+phoenixc2;"Phoenix (Irecsa / G.G.I Corp, set 2)";256x208@60;V
+phoenixc3;"Phoenix (Irecsa / G.G.I Corp, set 3)";256x208@60;V
+phoenixc4;"Phoenix (Irecsa / G.G.I Corp, set 4)";256x208@60;V
+phoenixdal;"Phoenix (D&L bootleg)";256x208@60;V
+phoenixj;"Phoenix (Taito Japan)";256x208@60;V
+phoenixs;"Phoenix (Sonic, Spanish bootleg)";256x208@60;V
+phoenixt;"Phoenix (Taito)";256x208@60;V
+phoenxp2;"Phoenix Part 2";256x224@60;V
+photof;"Photo Finish (bootleg?)";256x224@60;H
+photoy2k;"Photo Y2K / Real and Fake (V105)";448x224@60;H
+photoy2k102;"Real and Fake0Photo Y2K (V102, Japan)";448x224@60;H
+photoy2k104;"Photo Y2K / Real and Fake (V104)";448x224@60;H
+phozon;"Phozon (Japan)";288x224@60;V
+phozons;"Phozon (Sidam)";288x224@60;V
+pinbo;"Pinbo (set 1)";256x224@60;V
+pingpong;"Konami's Ping-Pong - Konami's Ping-Pong (Jpn) - Ping Pong (Tw)";256x224@60;H
+pipibibs;"Pipi & Bibis / Whoopee!! (Z80 sound cpu, set 1)";320x240@60;H
+pipibibsa;"Pipi & Bibis / Whoopee!! (Z80 sound cpu, set 2)";320x240@60;H
+pipibibsp;"Pipi & Bibis / Whoopee!! (prototype)";320x240@60;H
+piranha;"Piranha";288x224@60;V
+piranhah;"Piranha (hack)";288x224@60;V
+piranhao;"Piranha (older)";288x224@60;V
+pirates;"Pirates (set 1) - Pirates! Gold (USA)";288x224@60;H
+piratesb;"Pirates (set 2)";288x224@60;H
+pisces;"Pisces";256x224@60;V
+piscesb;"Pisces (bootleg)";256x224@60;V
+pistoldm;"Pistol Daimyo no Bouken (Japan)";288x224@60;H
+pitfall2;"Pitfall II (315-5093) - Pitfall II - Lost Caverns (Jpn) - Pitfall II - The Lost Caverns (Jpn, v1) - Pitfall II: Lost Caverns";256x224@60;H
+pitfall2a;"Pitfall II (315-5093, Flicky Conversion) - Pitfall II - Lost Caverns (Jpn, Alt) - Pitfall II - The Lost Caverns (Jpn, v0)";256x224@60;H
+pitfall2u;"Pitfall II (not encrypted)";256x224@60;H
+pkladies;"Poker Ladies";384x240@60;H
+pkladiesl;"Poker Ladies (Leprechaun ver. 510)";384x240@60;H
+pkladiesla;"Poker Ladies (Leprechaun ver. 401)";384x240@60;H
+pktgaldx;"Pocket Gal Deluxe (Euro v3.00)";320x240@58;H
+pktgaldxj;"Pocket Gal Deluxe (Japan v3.00)";320x240@58;H
+pkunwar;"Penguin-Kun Wars (US)";256x192@60;H
+pkunwarj;"Penguin-Kun Wars (Japan)";256x192@60;H
+plegends;"Gouketsuji Gaiden Legends (USA, ver. 95/06/20)";320x240@58;H
+plegendsj;"Gouketsuji Gaiden Saikyou Densetsu (Japan, ver. 95/06/";320x240@58;H
+pleiadbl;"Pleiads (bootleg set 1)";256x208@60;V
+pleiadce;"Pleiads (Centuri)";256x208@60;V
+pleiads;"Pleiads (Tehkan)";256x208@60;V
+pleiadsb2;"Pleiads (bootleg set 2)";256x208@60;V
+pleiadsi;"Pleiads (Irecsa)";256x208@60;V
+pleiadsn;"Pleiads (Niemer S.A.)";256x208@60;V
+pleiadss;"Pleiads (Spanish bootleg)";256x208@60;V
+plgirls;"Play Girls";320x224@60;V
+plgirls2;"Play Girls 2";320x224@60;V
+plgirls2b;"Play Girls 2 (bootleg)";320x224@60;V
+plotting;"Plotting (World set 1)";320x224@60;H
+plottinga;"Plotting (World set 2, protected)";320x224@60;H
+plottingb;"Plotting (World set 3, earliest version)";320x224@60;H
+plottingu;"Plotting (US)";320x224@60;H
+plumppop;"Plump Pop (Japan)";256x224@60;H
+plusalph;"Plus Alpha";256x224@60;V
+pnickj;"Pnickies (940608 Japan)";384x224@60;H
+pnyaa;"Pochi and Nyaa";304x224@59;H
+poitto;"Poitto!";360x224@60;H
+poknight;"Poker Night";304x224@59;H
+pokonyan;"Pokonyan (Japan 940322)";384x224@60;H
+pollux;"Pollux (set 1)";384x240@60;V
+polluxa;"Pollux (set 2)";384x240@60;V
+polluxa2;"Pollux (set 3)";384x240@60;V
+polluxn;"Pollux (Japan, NTC license)";384x240@60;V
+pompingw;"Pomping World (Japan)";384x240@57;H
+ponpoko;"Ponpoko";288x224@60;H
+ponpokov;"Ponpoko (Venture Line)";288x224@60;H
+pootan;"Pootan";256x224@60;V
+pooyan;"Pooyan - Pooyan (Jpn) - Pooyan (Kor)";256x224@60;V
+pooyans;"Pooyan (Stern)";256x224@60;V
+popbingo;"Pop Bingo";384x240@60;H
+popbounc;"Pop 'n Bounce / Gapporin";304x224@59;H
+popeye;"Popeye - Popeye (revision D) - Popeye no Beach Volleyball (Jpn)";288x224@60;H
+popeyeman;"Popeye-Man";288x224@60;V
+popflame;"Pop Flamer (Euro, Jpn) - Pop Flamer (protected)";288x224@60;V
+popflamea;"Pop Flamer (not protected)";288x224@60;V
+popflameb;"Pop Flamer (hack?)";288x224@60;V
+popflamen;"Pop Flamer (bootleg on Naughty Boy PCB)";288x224@60;V
+popnpop;"Pop'n Pop (Ver 2.07O 1998/02/09)";320x232@60;H
+popnpopj;"Pop'n Pop (Ver 2.07J 1998/02/09)";320x232@60;H
+popnpopu;"Pop'n Pop (Ver 2.07A 1998/02/09)";320x232@60;H
+popspops;"Pop's Pop's";256x224@56;H
+porky;"Porky";256x224@60;V
+porter;"Port Man (bootleg on Moon Cresta hardware)";256x224@60;V
+pow;"P.O.W. - Prisoners of War (US version 1) - Rings of Power (Euro, USA)";256x224@60;H
+powerins;"Power Instinct (USA)";320x224@56;H
+powerinsa;"Power Instinct (USA, bootleg set 1)";320x224@60;H
+powerinsb;"Power Instinct (USA, bootleg set 2)";320x224@60;H
+powerinsj;"Gouketsuji Ichizoku (Japan)";320x224@56;H
+powj;"Datsugoku - Prisoners of War (Japan)";256x224@60;H
+ppan;"Peter Pan (bootleg of Hook)";320x240@60;H
+ppchamp;"Pasha Pasha Champ Mini Game Festival";320x240@60;H
+pprobe;"Planet Probe (prototype?)";256x224@60;V
+prehisle;"Prehistoric Isle in 1930 (World)";256x224@60;H
+prehisleb;"Prehistoric Isle in 1930 (World, bootleg)";256x224@60;H
+prehislek;"Prehistoric Isle in 1930 (Korea)";256x224@60;H
+prehisleu;"Prehistoric Isle in 1930 (US)";256x224@60;H
+preisle2;"Prehistoric Isle 2";304x224@59;H
+primella;"Primella";384x256@60;H
+prmtmfgt;"Prime Time Fighter (Ver 2.1A 1993/05/21) (New Version)";320x232@60;H
+prmtmfgto;"Prime Time Fighter (Ver 2.1A 1993/05/21) (Old Version)";320x232@60;H
+progear;"Progear (010117 USA)";384x224@60;H
+progeara;"Progear (010117 Asia)";384x224@60;H
+progearj;"Progear No Arashi (010117 Japan)";384x224@60;H
+progearjbl;"Progear No Arashi (010117 Japan, decrypted set)";384x224@60;H
+progearjd;"Progear No Arashi (010117 Japan Phoenix Edition)";384x224@60;H
+progearud;"Progear(010117 USA Phoenix Edition)";384x224@60;H
+progress;"Progress";256x224@60;V
+prtytime;"Party Time: Gonta the Diver II / Ganbare! Gonta!! 2 (W";320x240@58;V
+psoldier;"Perfect Soldiers (Japan)";320x240@60;H
+pspikes;"Power Spikes (World)";356x240@60;H
+pspikes2;"Power Spikes II (NGM-068)";320x224@59;H
+pspikesk;"Power Spikes (Korea)";356x240@60;H
+pspikesu;"Power Spikes (US)";356x240@60;H
+psurge;"Power Surge";256x224@60;V
+psychic5;"Psychic 5 (World)";256x224@54;V
+psychic5j;"Psychic 5 (Japan)";256x224@54;V
+psychos;"Psycho Soldier (US) - Psychosis";400x224@60;H
+psychosj;"Psycho Soldier (Japan)";400x224@60;H
+pturn;"Parallel Turn";256x224@60;V
+puchicar;"Puchi Carat (Ver 2.02O 1997/10/29)";320x232@60;H
+puchicarj;"Puchi Carat (Ver 2.02J 1997/10/29)";320x232@60;H
+puckman;"Puck Man (Japan set 1)";288x224@60;V
+puckmanb;"Puck Man (Bootleg set 1)";288x224@60;V
+puckmanf;"PuckMan (speedup hack)";288x224@60;V
+puckmanh;"Puck Man (bootleg set 2)";288x224@60;V
+puckmod;"Puck Man (Japan set 2)";288x224@60;V
+pulirula;"PuLiRuLa (World)";320x224@60;H
+pulirulaj;"PuLiRuLa (Japan)";320x224@60;H
+pulstar;"Pulstar";320x224@59;H
+punchita;"Punch-Out!! (Italian bootleg)";448x256@60;V
+punchout;"Punch-Out!! (Rev B)";448x256@60;V
+punchouta;"Punch-Out!! (Rev A)";448x256@60;V
+punchoutj;"Punch-Out!! (Japan)";448x256@60;V
+punipic;"The Punisher (bootleg set 1 (with PIC16c57), 930422 et";384x224@60;H
+punipic2;"The Punisher (bootleg set 2 (with PIC16c57), 930422 et";384x224@60;H
+punipic3;"The Punisher (bootleg set 3 (with PIC16c57), 930422 et";384x224@60;H
+punisher;"The Punisher (930422 etc) - The Punisher (Euro)";384x224@60;H
+punisherb;"The Punisher (bootleg, 930422 etc)";384x224@60;H
+punisherbz;"Biaofeng Zhanjing (Chinese bootleg)";384x224@60;H
+punisherh;"The Punisher (930422 Hispanic)";384x224@60;H
+punisherj;"The Punisher (930422 Japan)";384x224@60;H
+punisheru;"The Punisher (930422 USA) - The Punisher (USA)";384x224@60;H
+punkshot;"Punk Shot (US 4 Players)";288x224@60;H
+punkshot2;"Punk Shot (US 2 Players)";288x224@60;H
+punkshotj;"Punk Shot (Japan 2 Players)";288x224@60;H
+pururun;"Pururun";320x224@60;H
+pushman;"Pushman (Korea, set 1)";256x224@60;H
+pushmana;"Pushman (Korea, set 2)";256x224@60;H
+pushmans;"Pushman (American Sammy license)";256x224@60;H
+puzlclub;"Puzzle Club (Japan prototype)";288x224@60;V
+puzlstar;"Puzzle Star (V100MG)";448x224@60;H
+puzzldpr;"Puzzle De Pon! R!";304x224@59;H
+puzzledp;"Puzzle De Pon!";304x224@59;H
+puzzli;"Puzzli";320x224@60;H
+puzzli2;"Puzzli 2 (V100)";448x224@60;H
+puzzli2s;"Puzzli 2 Super (V200)";448x224@60;H
+puzzloop;"Puzz Loop (Europe, v0.94)";320x240@60;H
+puzzloopa;"Puzz Loop (Asia)";320x240@60;H
+puzzloope;"Puzz Loop (Europe, v0.93)";320x240@60;H
+puzzloopj;"Puzz Loop (Japan)";320x240@60;H
+puzzloopk;"Puzz Loop (Korea)";320x240@60;H
+puzzloopu;"Puzz Loop (USA)";320x240@60;H
+puzzlove;"PuzzLove";320x240@60;H
+puzzlovek;"PuzzLove (Korea)";320x240@60;H
+puzznic;"Puzznic - Puzznic (World)";320x224@60;H
+puzznicb;"Puzznic (bootleg, set 1)";320x224@60;H
+puzznicba;"Puzznic (bootleg, set 2)";320x224@60;H
+puzznici;"Puzznic (Italian bootleg)";320x224@60;H
+puzznicj;"Puzznic (Japan)";320x224@60;H
+puzznicu;"Puzznic (US)";320x224@60;H
+pwheelsj;"Power Wheels (Japan)";320x240@60;H
+pwrgoal;"Taito Power Goal (Ver 2.5O 1994/11/03)";320x224@60;H
+pwrinst2;"Power Instinct 2 (USA, ver. 94/04/08)";320x240@58;H
+pwrinst2j;"Gouketsuji Ichizoku 2 (Japan, ver. 94/04/08)";320x240@58;H
+pyros;"Pyros (US)";320x240@60;H
+pzlbowl;"Puzzle De Bowling (Japan)";384x240@60;H
+pzlbreak;"Puzzle Break";256x224@58;H
+pzloop2;"Puzz Loop 2 (010302 Euro)";384x224@60;H
+pzloop2j;"Puzz Loop 2 (010226 Japan)";384x224@60;H
+pzloop2jr1;"Puzz Loop 2 (010205 Japan)";384x224@60;H
+qad;"Quiz & Dragons (capcom quiz game 920701 USA)";384x224@60;H
+qadjr;"Quiz & Dragons (940921 Japan Resale Ver.)";384x224@60;H
+qbert;"Faster, Harder, More Challenging Q*bert (prototype) - Mello Yello Q*bert - Q*bert - Q*bert (Jpn) - Q*bert (Jpn, OMV) - Q*bert (US set 1)";256x240@60;V
+qberta;"Q*bert (Alt) - Q*bert (Jpn, Alt) - Q*bert (US set 2)";256x240@60;V
+qbertj;"Q*bert (Japan)";256x240@60;V
+qbertqub;"Q*bert Qubes - Q*bert's Qubes";256x240@60;V
+qcrayon;"Quiz Crayon Shinchan (Japan)";320x224@60;H
+qcrayon2;"Crayon Shinchan Orato Asobo (Japan)";320x224@60;H
+qgakumon;"Quiz Gakumon no Susume (Japan ver. JA2 Type L)";304x224@60;H
+qjinsei;"Quiz Jinsei Gekijoh (Japan)";320x224@60;H
+qndream;"Quiz Nanairo Dreams - nijiirochou no kiseki (nanairo d";384x224@60;H
+qsangoku;"Quiz Sangokushi (Japan)";384x240@60;H
+qtheater;"Quiz Theater - 3tsu no Monogatari (Ver 2.3J 1994/11/10";320x224@60;H
+qtono1;"Quiz Tonosama no Yabou (Japan)";384x240@60;H
+qtono2j;"Quiz Tonosama no Yabou 2 Zenkoku-ban (tonosama 2 95012";384x224@60;H
+qtorimon;"Quiz Torimonochou (Japan)";320x224@60;H
+quartet;"Quartet (Euro, USA) - Quartet (Rev A, 8751 317-unknown)";320x224@60;H
+quartet2;"Quartet 2 (8751 317-0010)";320x224@60;H
+quartet2a;"Quartet 2 (unprotected)";320x224@60;H
+quarteta;"Quartet (8751 315-5194)";320x224@60;H
+quarth;"Quarth (Japan)";288x224@60;H
+quester;"Quester (Japan)";288x224@60;V
+questers;"Quester Special Edition (Japan)";288x224@60;V
+quiz18k;"Miyasu Nonki no Quiz 18-Kin";320x224@60;H
+quizdai2;"Quiz Meitantei Neo & Geo - Quiz Daisousa Sen part 2 (N";320x224@59;H
+quizdais;"Quiz Daisousa Sen - The Last Count Down (NGM-023)(NGH-";304x224@59;H
+quizdaisk;"Quiz Daisousa Sen - The Last Count Down (Korean releas";304x224@59;H
+quizf1;"Quiz F1 1-2 Finish (Japan)";384x240@60;H
+quizhq;"Quiz H.Q. (Japan)";320x224@60;H
+quizhuhu;"Moriguchi Hiroko no Quiz de Hyuu!Hyuu! (Ver 2.2J 1995/";320x232@60;H
+quizkof;"Quiz King of Fighters (SAM-080)(SAH-080)";304x224@59;H
+quizkofk;"Quiz King of Fighters (Korean release)";304x224@59;H
+quizo;"Quiz Olympic (set 1)";320x200@60;H
+quizoa;"Quiz Olympic (set 2)";320x200@60;H
+qzchikyu;"Quiz Chikyu Bouei Gun (Japan)";320x224@60;H
+qzkklgy2;"Quiz Kokology 2";384x240@60;H
+qzkklogy;"Quiz Kokology";384x240@60;H
+qzquest;"Quiz Quest - Hime to Yuusha no Monogatari (Japan)";320x224@60;H
+qzshowby;"Quiz Sekai wa SHOW by shobai (Japan)";320x224@60;H
+r2dx_v33;"Raiden II New / Raiden DX (newer V33 PCB) (Raiden DX E";320x240@55;V
+r2dx_v33_r2;"Raiden II New / Raiden DX (newer V33 PCB) (Raiden II E";320x240@55;V
+rabiolep;"Rabio Lepus (Japan) - Rabio Lepus Special";288x216@60;H
+rachero;"Racing Hero (FD1094 317-0144)";320x224@60;H
+racherod;"Racing Hero (FD1094 317-0144 decrypted)";320x224@60;H
+racingb;"Racing Beat (World)";320x240@60;H
+racingbj;"Racing Beat (Japan)";320x240@60;H
+rackemup;"Rack 'em Up (program code L)";256x224@60;V
+racknrol;"Rack + Roll";256x224@60;H
+radarscp;"Radar Scope";256x224@60;V
+radarscp1;"Radar Scope (TRS01)";256x224@60;V
+radrad;"Radical Radial (US)";256x224@60;H
+radradj;"Radical Radial (Japan)";256x224@60;H
+raflesia;"Rafflesia (315-5162)";256x224@60;V
+ragnagrd;"Ragnagard / Shin-Oh-Ken";320x224@59;H
+ragtime;"The Great Ragtime Show (Japan v1.5, 92.12.07)";320x240@58;H
+ragtimea;"The Great Ragtime Show (Japan v1.3, 92.11.26)";320x240@58;H
+raiden;"Raiden";256x224@59;V
+raiden2;"Raiden II (US, set 1)";320x240@55.4;V
+raiden2dx;"Raiden II (harder, Raiden DX Hardware)";320x240@55.4;V
+raiden2e;"Raiden II (Easy Version, Korea?)";320x240@55.4;V
+raiden2ea;"Raiden II (Easy Version, Japan?)";320x240@55.4;V
+raiden2eg;"Raiden II (Easy Version, Germany)";320x240@55.4;V
+raiden2eu;"Raiden II (Easy Version, US set 2)";320x240@55.4;V
+raiden2eua;"Raiden II (Easy Version, US set 1)";320x240@55.4;V
+raiden2f;"Raiden II (France)";320x240@55.4;V
+raiden2g;"Raiden II (Germany)";320x240@55.4;V
+raiden2hk;"Raiden II (Hong Kong)";320x240@55.4;V
+raiden2i;"Raiden II (Italy)";320x240@55.4;V
+raiden2j;"Raiden II (Japan)";320x240@55.4;V
+raiden2nl;"Raiden II (Holland)";320x240@55.4;V
+raiden2sw;"Raiden II (Switzerland)";320x240@55.4;V
+raiden2u;"Raiden II (US, set 2)";320x240@55.4;V
+raidena;"Raiden (set 2)";256x224@60;V
+raidenb;"Raiden (set 3, Alternate hardware)";256x224@60;V
+raidendx;"Raiden DX (UK)";320x240@55.4;V
+raidendxa1;"Raiden DX (Hong Kong, set 1)";320x240@55.4;V
+raidendxa2;"Raiden DX (Hong Kong, set 2)";320x240@55.4;V
+raidendxch;"Raiden DX (China)";320x240@55.4;V
+raidendxg;"Raiden DX (Germany)";320x240@55.4;V
+raidendxj;"Raiden DX (Japan)";320x240@55.4;V
+raidendxk;"Raiden DX (Korea)";320x240@55.4;V
+raidendxnl;"Raiden DX (Holland)";320x240@55.4;V
+raidendxu;"Raiden DX (US)";320x240@55.4;V
+raidenk;"Raiden (Korea)";256x224@60;V
+raidenkb;"Raiden (Korea, bootleg)";256x224@60;V
+raident;"Raiden (Taiwan)";256x224@60;V
+raidenu;"Raiden (US, set 1)";256x224@60;V
+raidenua;"Raiden (US, set 2, SEI8904 + SEI9008 PCBs)";256x224@60;V
+raiders5;"Raiders5";256x192@60;H
+raiders5t;"Raiders5 (Japan)";256x192@60;H
+raiga;"Raiga - Strato Fighter (Japan)";256x224@60;H
+raimais;"Raimais (World)";320x224@60;H
+raimaisj;"Raimais (Japan)";320x224@60;H
+raimaisjo;"Raimais (Japan, first revision)";320x224@60;H
+rallybik;"Rally Bike / Dash Yarou";320x240@55.2;V
+rallyx;"New Rally X - Rally X (32k Ver.?) - Rally-X (Jpn) - Rally-X (Tw)";288x224@60;H
+rallyxa;"Rally X - Rally-X (Jpn, Alt)";288x224@60;H
+rallyxm;"Rally X (Midway)";288x224@60;H
+rallyxmr;"Rally X (Model Racing)";288x224@60;H
+rambo3;"Rambo III (Euro) - Rambo III (Euro, USA, Bra) - Rambo III (Europe) - Rambo III (World, v1.1)";320x224@60;H
+rambo3p;"Rambo III (Europe, Proti?)";320x224@60;H
+rambo3u;"Rambo III (US)";320x224@60;H
+raphero;"Rapid Hero";384x224@56;V
+rastan;"Rastan (Euro, USA, Bra) - Rastan (World Rev 1) - Rastan Saga (Jpn, SMS Mode)";320x240@60;H
+rastana;"Rastan (World)";320x240@60;H
+rastanb;"Rastan (World, Earlier code base)";320x240@60;H
+rastanu;"Rastan (US Rev 1)";320x240@60;H
+rastanua;"Rastan (US)";320x240@60;H
+rastanub;"Rastan (US, Earlier code base)";320x240@60;H
+rastsag2;"Rastan Saga 2 (Japan)";320x224@60;H
+rastsaga;"Rastan Saga (Japan Rev 1)";320x240@60;H
+rastsagaa;"Rastan Saga (Japan Rev 1, Earlier code base)";320x240@60;H
+rastsagab;"Rastan Saga (Japan, Earlier code base)";320x240@60;H
+rayforce;"Ray Force (Ver 2.3A 1994/01/20)";320x224@60;V
+rayforcej;"Ray Force (Ver 2.3J 1994/01/20)";320x224@60;V
+rbff1;"Real Bout Fatal Fury / Real Bout Garou Densetsu (NGM-0";320x224@59;H
+rbff1a;"Real Bout Fatal Fury / Real Bout Garou Densetsu (bug f";320x224@59;H
+rbff1k;"Real Bout Fatal Fury / Real Bout Garou Densetsu (Korea";320x224@59;H
+rbff2;"Real Bout Fatal Fury 2 - The Newcomers / Real Bout Gar";320x224@59;H
+rbff2h;"Real Bout Fatal Fury 2 - The Newcomers / Real Bout Gar";320x224@59;H
+rbff2k;"Real Bout Fatal Fury 2 - The Newcomers (Korean release";320x224@59;H
+rbffspec;"Real Bout Fatal Fury Special / Real Bout Garou Densets";320x224@59;H
+rbffspeck;"Real Bout Fatal Fury Special / Real Bout Garou Densets";320x224@59;H
+rbisland;"Rainbow Islands (new version) - Rainbow Islands - The Story of Bubble Bobble 2 (Euro) - Rainbow Islands Extra (Jpn)";320x224@60;H
+rbislande;"Rainbow Islands (Extra)";320x224@60;H
+rbislando;"Rainbow Islands (old version)";320x224@60;H
+rchase;"Rail Chase (World)";320x224@60;H
+rchasej;"Rail Chase (Japan)";320x224@60;H
+rdaction;"Rad Action / NinjaKun Ashura no Shou";256x192@60;H
+reaktor;"Reaktor (Track & Field conversion)";256x224@60;V
+recalh;"Recalhorn (Ver 1.42J 1994/5/11) (Prototype)";320x232@60;H
+recordbr;"Recordbreaker (World)";320x240@60;H
+redearth;"Red Earth / War-Zard (Euro 961121)";384x224@60;H
+redearthr1;"Red Earth / War-Zard (Euro 961023)";384x224@60;H
+redfoxwp2;"Red Fox War Planes II (China, set 1)";256x224@56;V
+redfoxwp2a;"Red Fox War Planes II (China, set 2)";256x224@56;V
+redhawk;"Red Hawk (US)";256x224@56;V
+redhawkb;"Vince (Redhawk bootleg)";256x224@56;H
+redhawke;"Red Hawk (Excellent Co., Ltd)";256x224@56;V
+redhawkg;"Red Hawk (Greece)";256x224@56;H
+redhawki;"Red Hawk (Italy)";256x224@56;H
+redhawkk;"Red Hawk (Korea)";256x224@56;V
+redrobin;"Red Robin";256x224@60;V
+redufo;"Defend the Terra Attack on the Red UFO";256x224@60;V
+redufob;"Defend the Terra Attack on the Red UFO (bootleg)";256x224@60;V
+regulus;"Regulus (315-5033, rev. A)";240x224@60;V
+reguluso;"Regulus (315-5033)";240x224@60;V
+regulusu;"Regulus (not encrypted)";240x224@60;V
+renegade;"Renegade (Euro, Bra) - Renegade (US)";240x240@60;H
+repulse;"Repulse";288x224@60;V
+rescue;"Rescue - Space Rescue (Euro)";256x224@60;V
+retofinv;"Return of the Invaders";288x224@60;V
+retofinv1;"Return of the Invaders (bootleg set 1)";288x224@60;V
+retofinv2;"Return of the Invaders (bootleg set 2)";288x224@60;V
+revngr84;"Revenger '84 (set 1)";272x236@60;V
+rezon;"Rezon";384x240@60;H
+rezont;"Rezon (Taito)";384x240@60;H
+rf2;"Konami RF2 - Red Fighter";256x224@60;H
+ridhero;"Riding Hero (NGM-006)(NGH-006)";304x224@59;H
+ridheroh;"Riding Hero (set 2)";304x224@59;H
+ridingf;"Riding Fight (Ver 1.0O)";320x224@60;H
+ridingfj;"Riding Fight (Ver 1.0J)";320x224@60;H
+ridingfu;"Riding Fight (Ver 1.0A)";320x224@60;H
+ringdest;"Ring of Destruction - slammasters II (940902 Euro)";384x224@60;H
+ringdesta;"Ring of Destruction - slammasters II (940831 Asia)";384x224@60;H
+ringdesth;"Ring of Destruction - slammasters II (940902 Hispanic)";384x224@60;H
+ringdstd;"Ring of Destruction - slammasters II (940902 Euro Phoe";384x224@60;H
+ringfgt;"Ring Fighter (set 1)";256x224@60;V
+ringfgt2;"Ring Fighter (set 2)";256x224@60;V
+ringohja;"Ring no Ohja (Japan 2 Players ver. N)";288x224@60;H
+ringrage;"Ring Rage (Ver 2.3O 1992/08/09)";320x224@60;H
+ringragej;"Ring Rage (Ver 2.3J 1992/08/09)";320x224@60;H
+ringrageu;"Ring Rage (Ver 2.3A 1992/08/09)";320x224@60;H
+riot;"Riot";256x224@60;H
+riotcity;"Riot City (Japan)";320x224@60;H
+riskchal;"Risky Challenge";320x240@60;H
+rittam;"R&T (Rod-Land prototype?)";256x224@60;H
+rmancp2j;"Rockman: The Power Battle (950922 Japan)";384x224@60;H
+roadf;"Road Fighter (set 1)";256x224@60;V
+roadf2;"Road Fighter (set 2)";256x224@60;V
+roadf3;"Road Fighter (set 3, conversion hack on Hyper Sports P";256x224@60;V
+roboarma;"Robo Army (set 2)";304x224@59;H
+roboarmy;"Robo Army (set 1)";304x224@59;H
+robocop;"Gangcheol RoboCop (Kor) - RoboCop - Robocop (Euro) - Robocop (World revision 4)";256x240@57;H
+robocop2;"Robocop 2 (Euro/Asia v0.10)";320x240@58;H
+robocop2j;"Robocop 2 (Japan v0.11)";320x240@58;H
+robocop2u;"Robocop 2 (US v0.10)";320x240@58;H
+robocop2ua;"Robocop 2 (US v0.05)";320x240@58;H
+robocopb;"Robocop (World bootleg)";256x240@57;H
+robocopb2;"Robocop (Red Corporation World bootleg)";256x240@57;H
+robocopi;"Robocop (Intro demo)";304x224@59;H
+robocopj;"Robocop (Japan)";256x240@57;H
+robocopu;"Robocop (US revision 1)";256x240@57;H
+robocopu0;"Robocop (US revision 0)";256x240@57;H
+robocopw;"Robocop (World revision 3)";256x240@57;H
+robokid;"Atomic Robo-kid (World, Type-2)";256x192@60;H
+robokidj;"Atomic Robo-kid (Japan, Type-2, set 1)";256x192@60;H
+robokidj2;"Atomic Robo-kid (Japan, Type-2, set 2)";256x192@60;H
+robokidj3;"Atomic Robo-kid (Japan)";256x192@60;H
+robowres;"Robo Wres 2001";256x224@60;H
+robotron;"Robotro 2084";292x240@60;H
+rockclim;"Rock Climber";256x224@60;H
+rockduck;"Rock Duck (prototype?)";240x240@57;V
+rockman2j;"Rockman 2 - the power fighters (960708 Japan)";384x224@60;H
+rockmanj;"Rockman - the power battle (950922 Japan)";384x224@60;H
+rockn;"Rock'n Tread (Japan)";320x224@60;V
+rockn2;"Rock'n Tread 2 (Japan)";320x224@60;V
+rockn3;"Rock'n 3 (Japan)";320x224@60;V
+rockn4;"Rock'n 4 (Japan, prototype)";320x224@60;V
+rockna;"Rock'n Tread (Japan, alternate)";320x224@60;V
+rockrage;"Rock'n Rage (World)";256x224@60;H
+rockragea;"Rock'n Rage (prototype?)";256x224@60;H
+rockragej;"Koi no Hotrock (Japan)";256x224@60;H
+rocktris;"Rock Tris";384x240@60;H
+rocktrv2;"MTV Rock-N-Roll Trivia (Part 2)";288x224@60;V
+rocnrope;"Roc 'n Rope - Roc'n Rope";256x224@60;V
+rocnropek;"Roc'n Rope (Kosuka)";256x224@60;V
+rodland;"Rod-Land (World)";256x224@60;H
+rodlandj;"Rod-Land (Japan)";256x224@60;H
+rodlandjb;"Rod-Land (Japan bootleg)";256x224@60;H
+rohga;"Rohga Armor Force (Asia/Europe v5.0)";320x240@58;H
+rohga1;"Rohga Armor Force (Asia/Europe v3.0 Set 1)";320x240@58;H
+rohga2;"Rohga Armor Force (Asia/Europe v3.0 Set 2)";320x240@58;H
+rohgah;"Rohga Armor Force (Hong Kong v3.0)";320x240@58;H
+rohgau;"Rohga Armor Force (US v1.0)";320x240@58;H
+roishtar;"The Return of Ishtar";288x224@60;H
+rolcrush;"Rolling Crush (version 1.07.E - 1999/02/11, Trust lice";304x224@58;H
+rolcrusha;"Rolling Crush (version 1.03.E - 1999/01/29)";304x224@58;H
+rollace;"Roller Aces (set 1)";240x224@60;V
+rollace2;"Roller Aces (set 2)";240x224@60;V
+rollerg;"Rollergames (US)";288x224@60;H
+rollergj;"Rollergames (Japan)";288x224@60;H
+rompers;"Rompers (Japan, new version (Rev B))";288x224@60;V
+romperso;"Rompers (Japan, old version)";288x224@60;V
+ropeman;"Ropeman (bootleg of Roc'n Rope)";256x224@60;V
+rotd;"Rage of the Dragons (NGM-264?)";320x224@59;H
+rotdh;"Rage of the Dragons (NGH-2640)";320x224@59;H
+route16;"Route 16 (set 1)";256x256@60;V
+route16a;"Route 16 (set 2)";256x256@60;V
+route16bl;"Route 16 (bootleg)";256x256@60;V
+route16c;"Route 16 (set 3, bootleg?)";256x256@60;V
+routex;"Route X (bootleg)";256x256@60;V
+rpatrol;"River Patrol (Orca)";256x224@60;H
+rpatrolb;"River Patrol (bootleg)";256x224@60;H
+rpunch;"Rabbit Punch (US)";288x216@60;H
+rshark;"R-Shark";384x240@60;V
+rthun2;"Rolling Thunder 2 - Rolling Thunder 2 (Euro)";288x224@60;H
+rthun2j;"Rolling Thunder 2 (Japan) - Rolling Thunder 2 (Jpn)";288x224@60;H
+rthunder;"Rolling Thunder (rev 3)";288x224@60;H
+rthunder0;"Rolling Thunder (oldest)";288x224@60;H
+rthunder1;"Rolling Thunder (rev 1)";288x224@60;H
+rthunder2;"Rolling Thunder (rev 2)";288x224@60;H
+rthundera;"Rolling Thunder (rev 3, hack)";288x224@60;H
+rtype;"R-Type - R-Type (Jpn) - R-Type (World) - R-Type (World)";384x256@55;H
+rtype2;"R-Type II";384x256@55;H
+rtype2j;"R-Type II (Japan)";384x256@55;H
+rtype2jc;"R-Type II (Japan, revision C)";384x256@55;H
+rtypeb;"R-Type (World bootleg)";384x256@55;H
+rtypej;"R-Type (Japan)";384x256@55;H
+rtypejp;"R-Type (Japan prototype)";384x256@55;H
+rtypeleo;"R-Type Leo (World)";320x240@60;H
+rtypeleoj;"R-Type Leo (Japan)";320x240@60;H
+rtypeu;"R-Type (US)";384x256@55;H
+rugrats;"Rug Rats";288x224@60;V
+rumba;"Rumba Lumber";256x224@60;V
+runark;"Runark (Japan) - Runark (Jpn, Kor)";320x224@60;H
+rundeep;"Run Deep";256x248@60;V
+rushatck;"Rush'n Attack (US)";240x224@60;H
+rushcrsh;"Rush & Crash (Japan)";352x240@60;V
+rygar;"Rygar (US set 1)";256x224@60;H
+rygar2;"Rygar (US set 2)";256x224@60;H
+rygar3;"Rygar (US set 3 Old Version)";256x224@60;H
+rygarb;"Rygar (US, bootleg)";256x224@60;H
+rygarj;"Argus no Senshi (Japan)";256x224@60;H
+ryorioh;"Gourmet Battle Quiz Ryohrioh CooKing (Japan)";336x240@60;H
+ryouran;"VS Mahjong Otome Ryouran";320x240@60;H
+ryujin;"Ryu Jin (Japan)";320x224@60;V
+ryukendn;"Ninja Ryukenden (Japan, set 1)";256x224@60;H
+ryukendna;"Ninja Ryukenden (Japan, set 2)";256x224@60;H
+ryukyu;"RyuKyu (Japan, FD1094 317-5023) - Ryuukyuu - Ryuukyuu (Jpn)";320x224@60;H
+ryukyud;"RyuKyu (Japan, FD1094 317-5023 decrypted)";320x224@60;H
+s1945;"Strikers 1945";320x224@59;V
+s1945a;"Strikers 1945 (Alt)";320x224@59;V
+s1945ii;"Strikers 1945 II";320x224@60;V
+s1945iii;"Strikers 1945 III (World) / Strikers 1999 (Japan)";320x224@60;V
+s1945j;"Strikers 1945 (Japan)";320x224@59;V
+s1945jn;"Strikers 1945 (Japan, unprotected)";320x224@59;V
+s1945k;"Strikers 1945 (Korea)";320x224@59;V
+s1945p;"Strikers 1945 Plus";320x224@59;H
+sabotenb;"Saboten Bombers (set 1)";384x224@56;H
+sabotenba;"Saboten Bombers (set 2)";384x224@56;H
+sadari;"Sadari";384x256@60;H
+safarir;"Safari Rally (World)";256x208@60;V
+safarirj;"Safari Rally (Japan)";256x208@60;V
+sailormn;"Bishoujo Senshi Sailor Moon (Jpn) - Pretty Soldier Sailor Moon (ver. 95/03/22B, Europe)";320x240@58;H
+sailormnh;"Pretty Soldier Sailor Moon (ver. 95/03/22B, Hong Kong)";320x240@58;H
+sailormnj;"Pretty Soldier Sailor Moon (ver. 95/03/22B, Japan)";320x240@58;H
+sailormnk;"Pretty Soldier Sailor Moon (ver. 95/03/22B, Korea)";320x240@58;H
+sailormno;"Pretty Soldier Sailor Moon (ver. 95/03/22, Europe)";320x240@58;H
+sailormnoh;"Pretty Soldier Sailor Moon (ver. 95/03/22, Hong Kong)";320x240@58;H
+sailormnoj;"Pretty Soldier Sailor Moon (ver. 95/03/22, Japan)";320x240@58;H
+sailormnok;"Pretty Soldier Sailor Moon (ver. 95/03/22, Korea)";320x240@58;H
+sailormnot;"Pretty Soldier Sailor Moon (ver. 95/03/22, Taiwan)";320x240@58;H
+sailormnou;"Pretty Soldier Sailor Moon (ver. 95/03/22, USA)";320x240@58;H
+sailormnt;"Pretty Soldier Sailor Moon (ver. 95/03/22B, Taiwan)";320x240@58;H
+sailormnu;"Pretty Soldier Sailor Moon (ver. 95/03/22B, USA)";320x240@58;H
+saiyugou;"Sai Yu Gou Ma Roku (Japan)";256x240@60;H
+saiyugoub1;"Sai Yu Gou Ma Roku (Japan bootleg 1)";256x240@60;H
+saiyugoub2;"Sai Yu Gou Ma Roku (Japan bootleg 2)";256x240@60;H
+salamand;"Salamander - Salamander (Jpn) - Salamander (version D)";256x224@60;H
+salamandj;"Salamander (version J)";256x224@60;H
+samesame;"Same! Same! Same! (2 player alternating ver.) - Same! Same! Same! (Jpn)";320x240@60;V
+samesame2;"Same! Same! Same!";320x240@60;V
+samesamenh;"Same! Same! Same! NEW VER! (v1.00, hack by Trap15)";320x240@60;V
+samsh5sp;"Samurai Shodown V Special / Samurai Spirits Zero Speci";304x224@59;H
+samsh5sph;"Samurai Shodown V Special / Samurai Spirits Zero Speci";304x224@59;H
+samsh5spho;"Samurai Shodown V Special / Samurai Spirits Zero Speci";304x224@59;H
+samsho;"Samurai Shodown (Euro) - Samurai Shodown (USA) - Samurai Shodown / Samurai Spirits (NGM-045)";320x224@59;H
+samsho2;"Samurai Shodown II / Shin Samurai Spirits - Haohmaru j";320x224@59;H
+samsho2k;"Saulabi Spirits / Jin Saulabi Tu Hon (Korean release o";320x224@59;H
+samsho2ka;"Saulabi Spirits / Jin Saulabi Tu Hon (Korean release o";320x224@59;H
+samsho2sp;"Samurai Shodown II / Shin Samurai Spirits - Haohmaru j";320x224@59;H
+samsho3;"Samurai Shodown III / Samurai Spirits - Zankurou Musou";304x224@59;H
+samsho3h;"Samurai Shodown III / Samurai Spirits - Zankurou Musou";304x224@59;H
+samsho4;"Samurai Shodown IV - Amakusa's Revenge / Samurai Spiri";320x224@59;H
+samsho4k;"Pae Wang Jeon Seol / Legend of a Warrior (Korean censo";320x224@59;H
+samsho4sp;"Samurai Shodown IV - Amakusa's Revenge / Samurai Spiri";320x224@59;H
+samsho5;"Samurai Shodown V / Samurai Spirits Zero (NGM-2700)";304x224@59;H
+samsho5b;"Samurai Shodown V / Samurai Spirits Zero (bootleg)";304x224@59;H
+samsho5h;"Samurai Shodown V / Samurai Spirits Zero (NGH-2700)";304x224@59;H
+samsho5x;"Samurai Shodown V / Samurai Spirits Zero (hack of XBOX";304x224@59;H
+samshoa;"Samurai Shodown / Samurai Spirits (NGM-045, alternate";320x224@59;H
+samshoh;"Samurai Shodown / Samurai Spirits (NGH-045)";320x224@59;H
+samuraia;"Samurai Aces (World)";320x224@59;V
+sandscrp;"Sand Scorpion";256x224@60;V
+sandscrpa;"Sand Scorpion (Earlier)";256x224@60;V
+sandscrpb;"Sand Scorpion (Chinese Title Screen, Revised Hardware)";256x224@60;V
+sarukani;"Saru-Kani-Hamu-Zou (Japan)";320x240@60;H
+saturnzi;"Saturn";256x224@60;V
+sauro;"Sauro";240x224@60;H
+saurob;"Sauro (bootleg)";240x224@60;H
+saurop;"Sauro (Philko license)";240x224@60;H
+saurorr;"Sauro (Recreativos Real S.A. license)";240x224@60;H
+savagere;"Savage Reign / Fu'un Mokushiroku - kakutou sousei";304x224@59;H
+savgbees;"Savage Bees";256x224@60;V
+sbasebal;"Super Champion Baseball (US)";256x224@60;H
+sbasebalj;"Super Champion Baseball (Japan)";256x224@60;H
+sbbros;"Super Buster Bros. (USA 901001)";384x240@60;H
+sbishi;"Super Bishi Bashi Championship (ver JAA, 2 Players)";288x224@60;H
+sbishik;"Super Bishi Bashi Championship (ver KAB, 3 Players)";288x224@60;H
+sbishika;"Super Bishi Bashi Championship (ver KAA, 3 Players)";288x224@60;H
+sboblbobl;"Super Bobble Bobble (bootleg, set 1)";256x224@60;H
+sboblbobla;"Super Bobble Bobble (bootleg, set 2)";256x224@60;H
+sboblboblb;"Super Bobble Bobble (bootleg, set 3)";256x224@60;H
+sboblboblc;"Super Bobble Bobble (bootleg)";256x224@60;H
+sboblbobld;"Super Bobble Bobble (bootleg, set 4)";256x224@60;H
+sbomber;"Space Bomber (ver. B)";320x224@60;V
+sbombera;"Space Bomber";320x224@60;V
+sbsgomo;"Space Battle Ship Gomorrah";256x224@56;H
+scessjoe;"Success Joe (World)";288x208@60;H
+scfinals;"Super Cup Finals (Ver 2.2O 1994/01/13)";320x224@60;H
+scfinalso;"Super Cup Finals (Ver 2.1O 1993/11/19)";320x224@60;H
+schmeisr;"Schmeiser Robo (Japan)";320x240@58;H
+sci;"Special Criminal Investigation - Special Criminal Investigation (Euro) - Special Criminal Investigation (World set 1)";320x240@60;H
+scia;"Special Criminal Investigation (World set 2)";320x240@60;H
+scij;"Special Criminal Investigation (Japan)";320x240@60;H
+scinegro;"Special Criminal Investigation (Negro bootleg)";320x240@60;H
+scion;"Scion (Jpn) - Scion";240x224@60;H
+scionc;"Scion (Cinematronics)";240x224@60;H
+sciu;"Special Criminal Investigation (US)";320x240@60;H
+scobra;"Super Cobra - Super Cobra - Super Cobra (Jpn)";256x224@60;V
+scobrab;"Super Cobra (bootleg)";256x224@60;V
+scobrae;"Super Cobra (Stern) (encrypted, KONATEC XC-103SS CPU)";256x224@60;V
+scobras;"Super Cobra (Stern)";256x224@60;V
+scobrase;"Super Cobra (Sega)";256x224@60;V
+scontra;"Super Contra";304x224@60;V
+scontraj;"Super Contra (Japan)";304x224@60;V
+scorpion;"Scorpion (set 1)";256x224@60;V
+scorpiona;"Scorpion (set 2)";256x224@60;V
+scorpionb;"Scorpion (set 3)";256x224@60;V
+scorpionmc;"Scorpion (Moon Cresta hardware)";256x224@60;V
+scotrsht;"Scooter Shooter";256x224@60;V
+scramb2;"Scramble (bootleg)";256x224@60;V
+scramblb;"Scramble (bootleg on Galaxian hardware)";256x224@60;V
+scramble;"Scramble";256x224@60;V
+scramblebb;"Scramble (bootleg?)";256x224@60;V
+scramblebf;"Scramble (Karateko, French bootleg)";256x224@60;V
+scrambler;"Scramble (Reben S.A. Spanish bootleg)";256x224@60;V
+scrambles;"Scramble (Stern)";256x224@60;V
+scrambp;"Impacto (Billport S.A., Spanish bootleg of Scramble)";256x224@60;V
+scramce;"Scramble (Centromatic S.A., Spanish bootleg)";256x224@60;V
+scrampt;"Scramble (Petaco S.A., Spanish bootleg)";256x224@60;V
+scramrf;"Scramble (Recreativos Franco, Spanish bootleg)";256x224@60;V
+scregg;"Scrambled Egg";240x240@57;V
+sdfight;"SD Fighters (Korea)";320x240@60;H
+sdgndmps;"SD Gundam Psycho Salamander no Kyoui";320x224@60;H
+sdi;"SDI (Jpn) - SDI - Strategic Defense Initiative (Japan, newer, Syst";320x224@60;H
+sdia;"SDI - Strategic Defense Initiative (Japan, old, System";320x224@60;H
+sdib;"SDI - Strategic Defense Initiative (System 16B, FD1089";320x224@60;H
+sdibl;"SDI - Strategic Defense Initiative (bootleg, original";320x224@60;H
+sdibl2;"SDI - Strategic Defense Initiative (bootleg, set 1)";320x224@60;H
+sdibl3;"SDI - Strategic Defense Initiative (bootleg, set 2)";320x224@60;H
+sdibl4;"SDI - Strategic Defense Initiative (bootleg, set 3)";320x224@60;H
+sdibl5;"SDI - Strategic Defense Initiative (bootleg, set 4)";320x224@60;H
+sdibl6;"SDI - Strategic Defense Initiative (bootleg, set 5)";320x224@60;H
+sdodgeb;"Super Dodge Ball / Kunio no Nekketsu Toukyuu Densetsu";304x224@59;H
+searchar;"SAR - Search And Rescue (World)";256x224@60;V
+searcharj;"SAR - Search And Rescue (Japan)";256x224@60;V
+searcharu;"SAR - Search And Rescue (US)";256x224@60;V
+searchey;"Search Eye (English / Korean / Japanese / Italian)";320x240@60;H
+searcheya;"Search Eye (English / Korean)";320x240@60;H
+searchp2;"Search Eye Plus V2.0";320x240@55;H
+secretag;"Secret Agent (World revision 3)";256x240@57;H
+secretagj;"Secret Agent (Japan revision 2)";256x240@57;H
+sectionz;"Section Z (set 1)";256x240@60;H
+sectionza;"Section Z (set 2)";256x240@60;H
+sectrzon;"Sector Zone";256x224@60;V
+seganinj;"Sega Ninja (315-5102)";256x224@60;H
+seganinju;"Sega Ninja (not encrypted)";256x224@60;H
+seicross;"Seicross";256x224@60;V
+selfeena;"Sel Feena";320x224@60;H
+semibase;"MuHanSeungBu (SemiCom Baseball) (Korea)";320x240@60;H
+sengekis;"Sengeki Striker (Asia)";320x240@60;V
+sengekisj;"Sengeki Striker (Japan)";320x240@60;V
+sengoku;"Sengoku / Sengoku Denshou (NGM-017)(NGH-017)";320x224@59;H
+sengoku2;"Sengoku 2 / Sengoku Denshou 2";304x224@59;H
+sengoku3;"Sengoku 3 / Sengoku Densho 2001";320x224@59;H
+sengoku3s;"Sengoku 3 / Sengoku Densho 2001 (Evolution 1.0, FCHT h";320x224@59;H
+sengokuh;"Sengoku / Sengoku Denshou (NGH-017)(US)";320x224@59;H
+senknow;"Sen-Know (Japan)";320x240@60;H
+sf;"Galaxian (bootleg, set 1) - Marvel Super Heroes vs Street Fighter (970625 Euro) - Radica: Street Fighter Pack (Euro) - Street Fighter (US, set 1) - X-Men vs Street Fighter (961004 Euro) - Yu Yu Hakusho - Sunset Fighters (Bra)";384x224@60;H
+sf2;"Hyper Street Fighter II: The Anniversary Edition (0402 - Street Fighter II (Bra) - Street Fighter II - The World Warrior (910522 etc) - Street Fighter II' - Special Champion Edition (Euro) - Super Street Fighter II - The New Challengers (Euro) - Super Street Fighter II - the new challengers (super s";384x224@60;H
+sf2acc;"Street Fighter II' - Champion Edition (Accelerator! bo";384x224@60;H
+sf2acca;"Street Fighter II' - Champion Edition (Accelerator! bo";384x224@60;H
+sf2accp2;"Street Fighter II' - Champion Edition (Accelerator Pt.";384x224@60;H
+sf2amf;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf2;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf3;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf4;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf5;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf6;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf7;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf8;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2b;"Street Fighter II - The World Warrior (bootleg, 910214";384x224@60;H
+sf2b2;"Street Fighter II - The World Warrior (bootleg, 910214";384x224@60;H
+sf2b3;"Street Fighter II - The World Warrior (bootleg, 910214";384x224@60;H
+sf2bhh;"Street Fighter II' - Champion Edition (Hungh-Hsi bootl";384x224@60;H
+sf2ce;"Street Fighter II' - Champion Edition - Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2cebltw;"Street Fighter II' - Champion Edition (920313 'Taiwan'";384x224@60;H
+sf2ceea;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2ceeab2;"Street Fighter II' - Champion Edition (920313 etc boot";384x224@60;H
+sf2ceeab3;"Street Fighter II' - Champion Edition (920313 etc boot";384x224@60;H
+sf2ceeab4;"Street Fighter II' - Champion Edition (920313 etc boot";384x224@60;H
+sf2ceeab5;"Street Fighter II' - Champion Edition (920313 etc boot";384x224@60;H
+sf2ceeabl;"Street Fighter II' - Champion Edition (920313 etc boot";384x224@60;H
+sf2ceja;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2cejab2;"Street Fighter II' - Champion Edition (920322 Japan bo";384x224@60;H
+sf2cejabl;"Street Fighter II' - Champion Edition (920322 Japan bo";384x224@60;H
+sf2cejb;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2cejc;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2ceua;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2ceuab2;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuab3;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuab4;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuab5;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuab6;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuab7;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuabl;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceub;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2ceuc;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2ceucbl;"Street Fighter II' - Champion Edition (920803 USA boot";384x224@60;H
+sf2ceupl;"Street Fighter II' - Champion Edition (UPL bootleg)";384x224@60;H
+sf2dkot2;"Street Fighter II' - Champion Edition (Double K.O. Tur";384x224@60;H
+sf2dongb;"Street Fighter II': Champion Edition (Dongfang Bubai p";384x224@60;H
+sf2eb;"Street Fighter II - The World Warrior (910214 etc)";384x224@60;H
+sf2ebbl;"Street Fighter II - The World Warrior (TAB Austria boo";384x224@60;H
+sf2ebbl2;"Street Fighter II - The World Warrior (TAB Austria boo";384x224@60;H
+sf2ebbl3;"Street Fighter II - The World Warrior (TAB Austria boo";384x224@60;H
+sf2ed;"Street Fighter II - The World Warrior (910318 etc)";384x224@60;H
+sf2ee;"Street Fighter II - The World Warrior (910228 etc)";384x224@60;H
+sf2em;"Street Fighter II - The World Warrior (910129 etc)";384x224@60;H
+sf2hf;"Street Fighter II' - Hyper Fighting (street fighter 2'";384x224@60;H
+sf2hfj;"Street Fighter II' Turbo - Hyper Fighting (street figh";384x224@60;H
+sf2hfjb;"Street Fighter II' Turbo - Hyper Fighting (bootleg set";384x224@60;H
+sf2hfjb2;"Street Fighter II' Turbo - Hyper Fighting (bootleg set";384x224@60;H
+sf2hfu;"Street Fighter II' - Hyper Fighting (street fighter 2'";384x224@60;H
+sf2j;"Hyper Street Fighter II: The Anniversary Edition (0402 - Street Fighter II - The World Warrior (911210 Japan, C - Street Fighter II' Plus (Jpn, Asia, Kor) - Super Street Fighter II - The New Challengers (Jpn) - Super Street Fighter II - the new challengers (super s";384x224@60;H
+sf2j17;"Street Fighter II - The World Warrior (911210 Japan, C";384x224@60;H
+sf2ja;"Street Fighter II - The World Warrior (910214 Japan)";384x224@60;H
+sf2jc;"Street Fighter II - The World Warrior (910306 Japan)";384x224@60;H
+sf2jf;"Street Fighter II - The World Warrior (910411 Japan)";384x224@60;H
+sf2jh;"Street Fighter II - The World Warrior (910522 Japan)";384x224@60;H
+sf2jl;"Street Fighter II - The World Warrior (920312 Japan)";384x224@60;H
+sf2jla;"Street Fighter II - The World Warrior (911210 Japan, r";384x224@60;H
+sf2koryu;"Street Fighter II' - Xiang Long (bootleg set 1, 811102";384x224@60;H
+sf2koryu2;"Street Fighter II' - Xiang Long (bootleg set 2, 811102";384x224@60;H
+sf2koryu3;"Street Fighter II' - Xiang Long (bootleg set 3, 811102";384x224@60;H
+sf2md;"Street Fighter II' - Champion Edition (Magic Delta, bo";384x224@60;H
+sf2mdt;"Street Fighter II' - Magic Delta Turbo (bootleg set 1";384x224@60;H
+sf2mdta;"Street Fighter II' - Magic Delta Turbo (bootleg set 2";384x224@60;H
+sf2mdtb;"Street Fighter II' - Magic Delta Turbo (bootleg set 3";384x224@60;H
+sf2mdtc;"Street Fighter II' - Magic Delta Turbo (bootleg set 4";384x224@60;H
+sf2mega;"Street Fighter II' - Champion Edition (Mega Co bootleg";384x224@60;H
+sf2mega2;"Street Fighter II' - Champion Edition (Mega Co bootleg";384x224@60;H
+sf2qp1;"Street Fighter II - The World Warrior (Quicken Pt-I bo";384x224@60;H
+sf2rb;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2rb2;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2rb3;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2rb4;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2rb5;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2rb6;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2red;"Street Fighter II' - Champion Edition (Red Wave bootle";384x224@60;H
+sf2red2;"Street Fighter II' - Champion Edition (Red Wave bootle";384x224@60;H
+sf2sl73a;"Street Fighter II' - Champion Edition (Sheng Long v 7.";384x224@60;H
+sf2stt;"Street Fighter II - The World Warrior (STT, TAB Austri";384x224@60;H
+sf2thndr;"Street Fighter II - The World Warrior (Thunder Edition";384x224@60;H
+sf2tlona;"Street Fighter II' - Champion Edition (Tu Long bootleg";384x224@60;H
+sf2tlonb;"Street Fighter II' - Champion Edition (Tu Long bootleg";384x224@60;H
+sf2tlonc;"Street Fighter II' - Champion Edition (Tu Long bootleg";384x224@60;H
+sf2ua;"Street Fighter II - The World Warrior (910206 USA)";384x224@60;H
+sf2ub;"Street Fighter II - The World Warrior (910214 USA)";384x224@60;H
+sf2uc;"Street Fighter II - The World Warrior (910306 USA)";384x224@60;H
+sf2ud;"Street Fighter II - The World Warrior (910318 USA) - Super Street Fighter II - the new challengers (super s";384x224@60;H
+sf2ue;"Street Fighter II - The World Warrior (910228 USA)";384x224@60;H
+sf2uf;"Street Fighter II - The World Warrior (910411 USA)";384x224@60;H
+sf2ug;"Street Fighter II - The World Warrior (910522 USA, rev";384x224@60;H
+sf2ui;"Street Fighter II - The World Warrior (910522 USA, rev";384x224@60;H
+sf2uk;"Street Fighter II - The World Warrior (911101 USA)";384x224@60;H
+sf2v004;"Street Fighter II' - Champion Edition (V004 bootleg se";384x224@60;H
+sf2v0042;"Street Fighter II' - Champion Edition (V004 bootleg se";384x224@60;H
+sf2v0043;"Street Fighter II' - Champion Edition (V004 bootleg se";384x224@60;H
+sf2yyc;"Street Fighter II' - Champion Edition (YYC bootleg set";384x224@60;H
+sf2yyc2;"Street Fighter II' - Champion Edition (YYC bootleg set";384x224@60;H
+sfa;"Marvel Super Heroes vs Street Fighter (970625 Asia) - Street Fighter Alpha - warriors' dreams (950727 Euro) - X-Men vs Street Fighter (961023 Asia)";384x224@60;H
+sfa2;"Street Fighter Alpha 2 (960229 Euro)";384x224@60;H
+sfa2u;"Street Fighter Alpha 2 (960430 USA)";384x224@60;H
+sfa2ur1;"Street Fighter Alpha 2 (960306 USA)";384x224@60;H
+sfa3;"Street Fighter Alpha 3 (980904 Euro)";384x224@60;H
+sfa3b;"Street Fighter Alpha 3 (980629 Brazil)";384x224@60;H
+sfa3h;"Street Fighter Alpha 3 (980904 Hispanic)";384x224@60;H
+sfa3hr1;"Street Fighter Alpha 3 (980629 Hispanic)";384x224@60;H
+sfa3u;"Street Fighter Alpha 3 (980904 USA)";384x224@60;H
+sfa3ud;"Street Fighter Alpha 3 (980904 USA Phoenix Edition)";384x224@60;H
+sfa3ur1;"Street Fighter Alpha 3 (980629 USA)";384x224@60;H
+sfa3us;"Street Fighter Alpha 3 (980616 USA, SAMPLE Version)";384x224@60;H
+sfad;"Street Fighter Alpha - warriors' dreams (950727 Euro P";384x224@60;H
+sfan;"Street Fighter (World, pneumatic buttons)";384x224@60;H
+sfar1;"Street Fighter Alpha - warriors' dreams (950718 Euro) - X-Men vs Street Fighter (961004 Asia)";384x224@60;H
+sfar2;"Street Fighter Alpha - warriors' dreams (950627 Euro) - X-Men vs Street Fighter (960919 Asia)";384x224@60;H
+sfar3;"Street Fighter Alpha - warriors' dreams (950605 Euro) - X-Men vs Street Fighter (960910 Asia)";384x224@60;H
+sfau;"Street Fighter Alpha - warriors' dreams (950627 USA)";384x224@60;H
+sfaud;"Street Fighter Alpha - warriors' dreams (950727 USA Ph";384x224@60;H
+sfiii;"Street Fighter III: New Generation (Euro 970204)";384x224@60;H
+sfiii2;"Street Fighter III 2nd Impact: Giant Attack (USA 97093";384x224@60;H
+sfiii2j;"Street Fighter III 2nd Impact: Giant Attack (Japan 970";384x224@60;H
+sfiii2n;"Street Fighter III 2nd Impact: Giant Attack (Asia 9709";384x224@60;H
+sfiii3;"Street Fighter III 3rd Strike: Fight for the Future (E";384x224@60;H
+sfiii3n;"Street Fighter III 3rd Strike: Fight for the Future (J";384x224@60;H
+sfiii3nr1;"Street Fighter III 3rd Strike: Fight for the Future (J";384x224@60;H
+sfiii3r1;"Street Fighter III 3rd Strike: Fight for the Future (E";384x224@60;H
+sfiii3u;"Street Fighter III 3rd Strike: Fight for the Future (U";384x224@60;H
+sfiii3ur1;"Street Fighter III 3rd Strike: Fight for the Future (U";384x224@60;H
+sfiiia;"Street Fighter III: New Generation (Asia 970204)";384x224@60;H
+sfiiih;"Street Fighter III: New Generation (Hispanic 970204)";384x224@60;H
+sfiiij;"Street Fighter III: New Generation (Japan 970204)";384x224@60;H
+sfiiin;"Street Fighter III: New Generation (Asia 970204, NO CD";384x224@60;H
+sfiiina;"Street Fighter III: New Generation (Asia 970204, NO CD";384x224@60;H
+sfiiiu;"Street Fighter III: New Generation (USA 970204)";384x224@60;H
+sfj;"Marvel Super Heroes vs Street Fighter (970707 Japan) - Street Fighter (Japan) (protected) - X-Men vs Street Fighter (961023 Japan)";384x224@60;H
+sfjan;"Street Fighter (Japan, pneumatic buttons)";384x224@60;H
+sformula;"Super Formula (Japan)";320x240@60;V
+sfp;"Street Fighter (Prototype)";384x224@60;H
+sfua;"Street Fighter (US set 2) (protected)";384x224@60;H
+sfx;"SF-X";256x224@60;H
+sfz2a;"Street Fighter Zero 2 (960227 Asia)";384x224@60;H
+sfz2ad;"Street Fighter Zero 2 (960227 Asia Phoenix Edition)";384x224@60;H
+sfz2al;"Street Fighter Zero 2 Alpha (960826 Asia)";384x224@60;H
+sfz2alb;"Street Fighter Zero 2 Alpha (960813 Brazil)";384x224@60;H
+sfz2ald;"Street Fighter Zero 2 Alpha (960826 Asia Phoenix Editi";384x224@60;H
+sfz2alh;"Street Fighter Zero 2 Alpha (960813 Hispanic)";384x224@60;H
+sfz2alj;"Street Fighter Zero 2 Alpha (960805 Japan)";384x224@60;H
+sfz2b;"Street Fighter Zero 2 (960531 Brazil)";384x224@60;H
+sfz2br1;"Street Fighter Zero 2 (960304 Brazil)";384x224@60;H
+sfz2h;"Street Fighter Zero 2 (960304 Hispanic)";384x224@60;H
+sfz2j;"Street Fighter Zero 2 (960430 Japan)";384x224@60;H
+sfz2jd;"Street Fighter Zero 2 (960227 Japan Phoenix Edition)";384x224@60;H
+sfz2jr1;"Street Fighter Zero 2 (960227 Japan)";384x224@60;H
+sfz2n;"Street Fighter Zero 2 (960229 Oceania)";384x224@60;H
+sfz3a;"Street Fighter Zero 3 (980904 Asia)";384x224@60;H
+sfz3ar1;"Street Fighter Zero 3 (980701 Asia)";384x224@60;H
+sfz3j;"Street Fighter Zero 3 (980904 Japan)";384x224@60;H
+sfz3jr1;"Street Fighter Zero 3 (980727 Japan)";384x224@60;H
+sfz3jr2;"Street Fighter Zero 3 (980629 Japan)";384x224@60;H
+sfz3jr2d;"Street Fighter Zero 3 (980629 Japan Phoenix Edition)";384x224@60;H
+sfza;"Street Fighter Zero (950627 Asia)";384x224@60;H
+sfzar1;"Street Fighter Zero (950605 Asia)";384x224@60;H
+sfzb;"Street Fighter Zero (951109 Brazil)";384x224@60;H
+sfzbr1;"Street Fighter Zero (950727 Brazil)";384x224@60;H
+sfzch;"Street Fighter Zero (CPS Changer, 951020 Japan)";384x224@60;H
+sfzh;"Street Fighter Zero (950718 Hispanic)";384x224@60;H
+sfzhr1;"Street Fighter Zero (950627 Hispanic)";384x224@60;H
+sfzj;"Street Fighter Zero (950727 Japan)";384x224@60;H
+sfzjr1;"Street Fighter Zero (950627 Japan)";384x224@60;H
+sfzjr2;"Street Fighter Zero (950605 Japan)";384x224@60;H
+sgemf;"Super Gem Fighter Mini Mix (970904 USA)";384x224@60;H
+sgemfa;"Super Gem Fighter Mini Mix (970904 Asia)";384x224@60;H
+sgemfd;"Super Gem Fighter Mini Mix (970904 USA Phoenix Edition";384x224@60;H
+sgemfh;"Super Gem Fighter Mini Mix (970904 Hispanic)";384x224@60;H
+sgladiat;"Gladiator 1984";288x224@60;H
+sgunner;"Steel Gunner (Rev B)";288x224@60;H
+sgunner2;"Steel Gunner 2 (US)";288x224@60;H
+sgunner2j;"Steel Gunner 2 (Japan, Rev A)";288x224@60;H
+sgunnerj;"Steel Gunner (Japan)";288x224@60;H
+sgyxz;"Sangokushi II: Sanguo Yingxiong Zhuan (Chinese bootleg";384x224@60;H
+shackled;"Shackled (US)";256x240@58;H
+shadfrce;"Shadow Force (World, Version 3)";320x256@60;H
+shadfrcej;"Shadow Force (Japan, Version 2)";320x256@60;H
+shadfrceu;"Shadow Force (US, Version 2)";320x256@60;H
+shadowld;"Shadowland (YD3)";288x224@60;H
+shadoww;"Shadow Warriors (World, set 1)";256x224@60;H
+shadowwa;"Shadow Warriors (World, set 2)";256x224@60;H
+shangon;"Super Hang-On (sitdown/upright, unprotected) - Super Hang-On (World, Rev. A)";320x224@60;H
+shangon1;"Super Hang-On (mini ride-on, FD1089B 317-0034) - Super Hang-On (World)";320x224@60;H
+shangon2;"Super Hang-On (mini ride-on, Rev A, FD1089B 317-0034)";320x224@60;H
+shangon3;"Super Hang-On (sitdown/upright, FD1089B 317-0034)";320x224@60;H
+shangon3d;"Super Hang-On (sitdown/upright, FD1089B 317-0034 decry";320x224@60;H
+shangonle;"Limited Edition Hang-On";320x224@60;H
+shaolinb;"Shao-lin's Road (set 2)";256x224@60;V
+shaolins;"Shao-lin's Road (set 1)";256x224@60;V
+sharrier;"Space Harrier - Space Harrier - Space Harrier (Euro) - Space Harrier (Rev A, 8751 315-5163A) - Space Harrier (World) - Space Harrier II (World)";320x224@60;H
+sharrier1;"Space Harrier (8751 315-5163)";320x224@60;H
+shdancer;"Shadow Dancer (Euro, Bra, Kor) - Shadow Dancer (set 3, US) - Shadow Dancer - The Secret of Shinobi (World)";320x224@60;H
+shdancer1;"Shadow Dancer (set 1)";320x224@60;H
+shdancerj;"Shadow Dancer (set 2, Japan)";320x224@60;H
+shinfz;"Shinobi / FZ-2006 (Korean System 16 bootleg) (ISG Sele";320x224@60;H
+shinobi;"Shinobi - Shinobi (Euro, USA, Bra, v1) - Shinobi (set 6, System 16A, unprotected) - The GG Shinobi (Euro, USA)";320x224@60;H
+shinobi1;"Shinobi (set 1, System 16A, FD1094 317-0050)";320x224@60;H
+shinobi1d;"Shinobi (set 1, System 16A, FD1094 317-0050 decrypted)";320x224@60;H
+shinobi2;"Shinobi (set 2, System 16B, FD1094 317-0049) - The GG Shinobi II (World)";320x224@60;H
+shinobi2d;"Shinobi (set 2, System 16B, FD1094 317-0049 decrypted)";320x224@60;H
+shinobi3;"Shinobi (set 3, System 16B, MC-8123B 317-0054) - Shinobi III - Return of the Ninja Master (Euro)";320x224@60;H
+shinobi4;"Shinobi (set 4, System 16B, MC-8123B 317-0054)";320x224@60;H
+shinobi5;"Shinobi (set 5, System 16B, unprotected)";320x224@60;H
+shinoblb;"Shinobi (beta bootleg, System 16A)";320x224@60;H
+shinobls;"Shinobi (Star bootleg, System 16A)";320x224@60;H
+shippumd;"Shippu Mahou Daisakusen - Kingdom Grandprix";320x240@60;V
+shisen2;"Shisensho II";384x240@60;H
+shocking;"Shocking";384x224@60;H
+shocktr2;"Shock Troopers - 2nd Squad";304x224@59;H
+shocktro;"Shock Troopers (set 1)";304x224@59;H
+shocktroa;"Shock Troopers (set 2)";304x224@59;H
+shogwarr;"Shogun Warriors (World)";256x224@60;H
+shogwarrk;"Shogun Warriors (Korea?)";256x224@60;H
+shogwarru;"Shogun Warriors (US)";256x224@60;H
+shootout;"Shoot Out (US)";256x240@60;H
+shootoutb;"Shoot Out (Korean Bootleg)";256x240@60;H
+shootoutj;"Shoot Out (Japan)";256x240@60;H
+shtrider;"Shot Rider";240x256@60;V
+shtridera;"Shot Rider (Sigma license)";240x256@60;V
+sidearms;"Side Arms - Hyper Dyne (World, 861129) - Sidearms - Hyper Dyne - Sidearms - Hyper Dyne";384x224@60;H
+sidearmsj;"Side Arms - Hyper Dyne (Japan, 861128)";384x224@60;H
+sidearmsu;"Side Arms - Hyper Dyne (US, 861202)";384x224@60;H
+sidearmsur1;"Side Arms - Hyper Dyne (US, 861128)";384x224@60;H
+sidepckt;"Side Pocket (World)";256x224@58;H
+sidepcktb;"Side Pocket (bootleg set 1)";256x224@58;H
+sidepcktb2;"Side Pocket (bootleg set 2)";256x224@58;H
+sidepcktj;"Side Pocket (Japan)";256x224@58;H
+silentd;"Silent Debuggers - Silent Debuggers - Silent Dragon (World)";320x224@60;H
+silentdj;"Silent Dragon (Japan)";320x224@60;H
+silentdu;"Silent Dragon (US)";320x224@60;H
+silkroad;"The Legend of Silkroad";380x224@60;H
+silkroada;"The Legend of Silkroad (larger roms)";380x224@60;H
+silkworm;"Silk Worm (World)";256x224@60;H
+silkwormb;"Silk Worm (bootleg)";256x224@60;H
+silkwormj;"Silk Worm (Japan)";256x224@60;H
+silkwormp;"Silk Worm (prototype?)";256x224@60;H
+silvland;"Silver Land";256x224@60;H
+silvmil;"Silver Millennium";320x240@60;V
+simpsons;"The Simpsons (4 Players World, set 1)";288x224@60;H
+simpsons2p;"The Simpsons (2 Players World, set 1)";288x224@60;H
+simpsons2p2;"The Simpsons (2 Players World, set 2)";288x224@60;H
+simpsons2p3;"The Simpsons (2 Players World, set 3)";288x224@60;H
+simpsons2pa;"The Simpsons (2 Players Asia)";288x224@60;H
+simpsons2pj;"The Simpsons (2 Players Japan)";288x224@60;H
+simpsons4pa;"The Simpsons (4 Players World, set 2)";288x224@60;H
+sinvasn;"Space Invasion (Europe)";256x224@60;V
+sinvasnb;"Space Invasion (bootleg)";256x224@60;V
+sisv;"Space Invaders (SV Version rev 4)";260x224@60;V
+sisv2;"Space Invaders (SV Version rev 2)";260x224@60;V
+sisv3;"Space Invaders (SV Version rev 3)";260x224@60;V
+sitv;"Space Invaders (TV Version rev 2)";260x224@60;V
+sitv1;"Space Invaders (TV Version rev 1)";260x224@60;V
+sjryuko;"Sukeban Jansi Ryuko (set 2, System 16B, FD1089B 317-50";320x224@60;H
+sjryuko1;"Sukeban Jansi Ryuko (set 1, System 16A, FD1089B 317-50";320x224@60;H
+skingame;"The Irem Skins Game (US set 1)";320x240@60;H
+skingame2;"The Irem Skins Game (US set 2)";320x240@60;H
+skyadvnt;"Sky Adventure (World)";256x224@60;V
+skyadvntj;"Sky Adventure (Japan)";256x224@60;V
+skyadvntu;"Sky Adventure (US)";256x224@60;V
+skyalert;"Sky Alert";360x224@60;V
+skyarmy;"Sky Army";256x240@60;V
+skybase;"Sky Base";256x224@60;V
+skyfox;"Sky Fox";320x224@60;V
+skykid;"Sky Kid (new version)";288x224@60;H
+skykidd;"Sky Kid (CUS60 version)";288x224@60;H
+skykiddx;"Sky Kid Deluxe (set 1)";288x224@60;H
+skykiddxo;"Sky Kid Deluxe (set 2)";288x224@60;H
+skykido;"Sky Kid (old version)";288x224@60;H
+skykids;"Sky Kid (Sipem)";288x224@60;H
+skylancr;"Sky Lancer";236x224@60;V
+skylancre;"Sky Lancer (Esco Trading Co license)";236x224@60;V
+skyraidr;"Sky Raiders";256x224@60;V
+skyrobo;"Sky Robo";320x240@60;H
+skyshark;"Sky Shark (US, set 1)";320x240@55;V
+skysharka;"Sky Shark (US, set 2)";320x240@55;V
+skyskipr;"Sky Skipper";512x448@60;H
+skysmash;"Sky Smasher";256x224@60;V
+skysoldr;"Sky Soldiers (US)";256x224@60;V
+skysoldrbl;"Sky Soldiers (bootleg)";256x224@60;V
+skywolf;"Sky Wolf (set 1)";288x224@60;H
+skywolf2;"Sky Wolf (set 2)";288x224@60;H
+skywolf3;"Sky Wolf (set 3)";288x224@60;H
+slammast;"Saturday Night Slam Masters (Slam Masters 930713 etc) - Saturday Night Slammasters (Euro)";384x224@60;H
+slammastu;"Saturday Night Slam Masters (slam masters 930713 USA) - Saturday Night Slammasters (USA)";384x224@60;H
+slampic;"Saturday Night Slam Masters (bootleg (with PIC16c57),";384x224@60;H
+slapfigh;"Slap Fight (Japan set 1) - Slap Fight MD (Jpn)";280x240@60;V
+slapfighb1;"Slap Fight (bootleg set 1)";280x240@60;V
+slapfighb2;"Slap Fight (bootleg set 2)";280x240@60;V
+slapfighb3;"Slap Fight (bootleg set 3)";280x240@60;V
+slapshot;"Slap Shot (Japan) - Slap Shot (USA, v2)";320x224@60;H
+slyspy;"Sly Spy (US revision 4)";256x240@57;H
+slyspy2;"Sly Spy (US revision 2)";256x240@57;H
+slyspy3;"Sly Spy (US revision 3)";256x240@57;H
+smbomb;"Super Muscle Bomber - the international blowout (94083";384x224@60;H
+smbombr1;"Super Muscle Bomber - the international blowout (94080";384x224@60;H
+smgp;"Super Monaco GP (Euro, Bra) - Super Monaco GP (Euro, Jpn, Rev. A) - Super Monaco GP (Euro, USA, Bra) - Super Monaco GP (World, Rev B, FD1094 317-0126a)";320x224@60;H
+smgp5;"Super Monaco GP (World, FD1094 317-0126)";320x224@60;H
+smgp5d;"Super Monaco GP (World, FD1094 317-0126 decrypted)";320x224@60;H
+smgp6;"Super Monaco GP (World, Rev A, FD1094 317-0126a)";320x224@60;H
+smgp6d;"Super Monaco GP (World, Rev A, FD1094 317-0126a decryp";320x224@60;H
+smgpd;"Super Monaco GP (World, Rev B, FD1094 317-0126a decryp";320x224@60;H
+smgpj;"Super Monaco GP (Japan, Rev B, FD1094 317-0124a) - Super Monaco GP (Jpn) - Super Monaco GP (Jpn)";320x224@60;H
+smgpja;"Super Monaco GP (Japan, Rev A, FD1094 317-0124a)";320x224@60;H
+smgpjd;"Super Monaco GP (Japan, Rev B, FD1094 317-0124a decryp";320x224@60;H
+smgpu;"Super Monaco GP (US, Rev C, FD1094 317-0125a) - Super Monaco GP (USA) - Super Monaco GP (USA)";320x224@60;H
+smgpu1;"Super Monaco GP (US, Rev B, FD1094 317-0125a)";320x224@60;H
+smgpu1d;"Super Monaco GP (US, Rev B, FD1094 317-0125a decrypted";320x224@60;H
+smgpu2;"Super Monaco GP (US, Rev A, FD1094 317-0125a)";320x224@60;H
+smgpu2d;"Super Monaco GP (US, Rev A, FD1094 317-0125a decrypted";320x224@60;H
+smgpud;"Super Monaco GP (US, Rev C, FD1094 317-0125a decrypted";320x224@60;H
+smooncrs;"Super Moon Cresta";256x224@60;V
+snapjack;"Snap Jack";240x196@60;H
+snapper;"Snapper (Korea)";320x224@60;H
+sngkace;"Sengoku Ace (Japan, set 1)";320x224@59;V
+sngkacea;"Sengoku Ace (Japan, set 2)";320x224@59;V
+snowboar;"Snow Board Championship (Version 2.1)";384x240@60;H
+snowboara;"Snow Board Championship (Version 2.0)";384x240@60;H
+snowbro2;"Snow Bros. 2 - with new elves";320x240@60;H
+snowbro3;"Snow Brothers 3 - Magical Adventure";256x224@60;H
+snowbros;"Snow Bros. - Nick & Tom (Jpn) - Snow Bros. - Nick & Tom (set 1)";256x224@58;H
+snowbrosa;"Snow Bros. - Nick & Tom (set 2)";256x224@58;H
+snowbrosb;"Snow Bros. - Nick & Tom (set 3)";256x224@58;H
+snowbrosc;"Snow Bros. - Nick & Tom (set 4)";256x224@58;H
+snowbrosd;"Snow Bros. - Nick & Tom (Dooyong license)";256x224@58;H
+snowbrosj;"Snow Bros. - Nick & Tom (Japan)";256x224@58;H
+snowbroswb;"Snow Bros. - Nick & Tom (The Winter Bobble hardware bo";256x224@58;H
+socbrawl;"Soccer Brawl (NGM-031)";304x224@59;H
+socbrawlh;"Soccer Brawl (NGH-031)";304x224@59;H
+sokonuke;"Sokonuke Taisen Game (Japan)";320x240@60;H
+soldam;"Soldam";256x224@60;H
+soldamj;"Soldam (Japan)";256x224@60;H
+soldivid;"Sol Divide - The Sword Of Darkness";320x224@60;H
+soldividk;"Sol Divide - The Sword Of Darkness (Korea)";320x224@60;H
+solfigtr;"Solitary Fighter (World)";320x224@60;H
+solomon;"Solomon no Kagi - Oujo Rihita no Namida (Jpn) - Solomon's Key (US)";256x224@60;H
+solomonj;"Solomon's Key (Japan)";256x224@60;H
+solrwarr;"Solar-Warrior (US)";256x240@60;H
+sonicbom;"Sonic Boom (FD1094 317-0053)";320x224@60;V
+sonicbomd;"Sonic Boom (FD1094 317-0053 decrypted)";320x224@60;V
+sonicwi;"Sonic Wings (Japan)";320x224@60;V
+sonicwi2;"Aero Fighters 2 / Sonic Wings 2";320x224@59;H
+sonicwi3;"Aero Fighters 3 / Sonic Wings 3";320x224@59;H
+sonofphx;"Son of Phoenix";288x224@60;V
+sonson;"Son Son";240x240@60;H
+sonsonj;"Son Son (Japan)";240x240@60;H
+sos;"Aqua Polis SOS (Jpn) - Fever SOS (International, ver. 98/09/25) - Megalopolis SOS (Jpn) - S.O.S Lagoa Poluida (Bra) - SOS - Stop the Express. Bousou Tokkyuu SOS (Jpn)";272x224@60;V
+sotsugyo;"Sotsugyo Shousho";320x240@58;H
+soukobdx;"Souko Ban Deluxe (Japan, SB1)";288x224@60;H
+spacbat2;"Space Battle (bootleg set 2)";256x224@60;V
+spacbatt;"Space Battle (bootleg set 1)";256x224@60;V
+spacecho;"Space Echo (set 1)";256x256@60;V
+spacecho2;"Space Echo (set 2)";256x256@60;V
+spacedx;"Space Invaders DX (US, v2.1)";320x224@60;H
+spacedxj;"Space Invaders DX (Japan, v2.1)";320x224@60;H
+spacedxo;"Space Invaders DX (Japan, v2.0)";320x224@60;H
+spacegun;"Space Gun (Euro) - Space Gun (World)";320x240@60;H
+spacegunj;"Space Gun (Japan)";320x240@60;H
+spacegunu;"Space Gun (US)";320x240@60;H
+spacempr;"Space Empire (bootleg)";256x224@60;V
+spaceplt;"Space Pilot";256x224@60;V
+spang;"Cross Pang - Super Pang (World 900914)";384x240@60;H
+spangj;"Super Pang (Japan 901023)";384x240@60;H
+sparkman;"Spark Man (v2.0, set 1)";256x224@60;H
+spartanx;"Spartan X (Japan)";256x256@60;H
+spatter;"Spatter";240x224@60;H
+spcdrag;"Space Dragon (Moon Cresta bootleg, set 1)";256x224@60;V
+spcdraga;"Space Dragon (Moon Cresta bootleg, set 2)";256x224@60;V
+spcinv95;"Space Invaders '95: The Attack Of Lunar Loonies (Ver 2";320x224@60;V
+spcinv95u;"Space Invaders '95: The Attack Of Lunar Loonies (Ver 2";320x224@60;V
+spcinvdj;"Space Invaders DX (Ver 2.6J 1994/09/14) (F3 Version)";320x232@60;H
+spcpostn;"Space Position (Japan)";256x240@60;V
+spctbird;"Space Thunderbird";256x224@60;V
+spdcoin;"Speed Coin (prototype)";256x224@60;V
+speakres;"Speak & Rescue";256x256@60;V
+speakresb;"Speak & Rescue (bootleg)";256x256@60;V
+spec2k;"Spectrum 2000 (vertical)";256x224@56;V
+spec2kh;"Spectrum 2000 (horizontal, buggy) (Europe)";256x224@56;H
+speedspn;"Speed Spin";384x240@60;H
+spelunk2;"Spelunker II - 23 no Kagi (Japan)";384x256@60;H
+spelunkr;"Spelunker - Spelunker (Jpn)";384x256@60;H
+spelunkrj;"Spelunker (Japan)";384x256@60;H
+spf2t;"Super Puzzle Fighter II Turbo (Super Puzzle Fighter 2";384x224@60;H
+spf2ta;"Super Puzzle Fighter II Turbo (Super Puzzle Fighter 2";384x224@60;H
+spf2td;"Super Puzzle Fighter II Turbo (Super Puzzle Fighter 2";384x224@60;H
+spf2th;"Super Puzzle Fighter II Turbo (Super Puzzle Fighter 2";384x224@60;H
+spf2tu;"Super Puzzle Fighter II Turbo (Super Puzzle Fighter 2";384x224@60;H
+spf2xj;"Super Puzzle Fighter II X (Super Puzzle Fighter 2 X 96";384x224@60;H
+spf2xjd;"Super Puzzle Fighter II X (Super Puzzle Fighter 2 X 96";384x224@60;H
+spidermi;"Spiderman (Intro demo)";304x224@59;H
+spinlbrk;"Spinal Breakers (World)";352x240@60;H
+spinlbrkj;"Spinal Breakers (Japan)";352x240@60;H
+spinlbrku;"Spinal Breakers (US)";352x240@60;H
+spinmast;"Spin Master / Miracle Adventure";304x224@59;H
+splatter;"Splatter House (World, new version (SH3))";288x224@60;H
+splatter2;"Splatter House (World, old version (SH2))";288x224@60;H
+splatterj;"Splatter House (Japan, SH1)";288x224@60;H
+spnchout;"Super Punch-Out!! (Rev B)";448x256@60;V
+spnchouta;"Super Punch-Out!! (Rev A)";448x256@60;V
+spnchoutj;"Super Punch-Out!! (Japan)";448x256@60;V
+sprglbpg;"Super Glob (Pac-Man hardware) German";288x224@60;V
+sprglobp;"Super Glob (Pac-Man hardware)";288x224@60;V
+springer;"Springer";256x224@60;V
+spy;"Future Spy - S.P.Y. - Special Project Y (World ver. N) - Sly Spy (US revision 4) - Spy vs. Spy (Euro, USA, Bra) - The Super Spy (NGM-011)(NGH-011)";304x216@60;H
+spyu;"S.P.Y. - Special Project Y (US ver. M)";304x216@60;H
+sqbert;"Faster, Harder, More Challenging Q*bert (prototype)";256x240@60;V
+squash;"Squash (Ver. 1.0)";320x240@60;H
+sraider;"Space Raider";240x192@60;V
+sranger;"Super Ranger (v2.0)";256x224@60;H
+srdarwin;"Super Real Darwin (World)";256x240@58;V
+srdarwinj;"Super Real Darwin (Japan)";256x240@58;V
+srdmissn;"S.R.D. Mission";288x224@60;V
+srmp4;"Super Real Mahjong PIV (Japan)";336x240@60;H
+srmp4o;"Super Real Mahjong PIV (Japan, older set)";336x240@60;H
+srmp7;"Super Real Mahjong P7 (Japan)";336x239@60;H
+srumbler;"The Speed Rumbler (set 1)";352x240@60;V
+srumbler2;"The Speed Rumbler (set 2)";352x240@60;V
+srumbler3;"The Speed Rumbler (set 3)";352x240@60;V
+ssanchan;"Sanrin San Chan (Japan)";240x224@60;H
+sscandal;"Seishun Scandal (315-5132, Japan)";256x224@60;H
+ssf2;"Super Street Fighter II - The New Challengers (Euro) - Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2a;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2ar1;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2d;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2h;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2j;"Super Street Fighter II - The New Challengers (Jpn) - Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2jr1;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2jr2;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2r1;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2t;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2ta;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2tad;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2tb;"Super Street Fighter II - the tournament battle (93111";384x224@60;H
+ssf2tba;"Super Street Fighter II - the tournament battle (93100";384x224@60;H
+ssf2tbd;"Super Street Fighter II - the tournament battle (93111";384x224@60;H
+ssf2tbh;"Super Street Fighter II - the tournament battle (93100";384x224@60;H
+ssf2tbj;"Super Street Fighter II - the tournament battle (93100";384x224@60;H
+ssf2tbj1;"Super Street Fighter II - the tournament battle (93091";384x224@60;H
+ssf2tbr1;"Super Street Fighter II - the tournament battle (93091";384x224@60;H
+ssf2td;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2th;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2tu;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2tur1;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2u;"Super Street Fighter II - the new challengers (super s - Super Street Fighter II - The New Challengers (USA)";384x224@60;H
+ssf2ud;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2xj;"Super Street Fighter II X - grand master challenge (su";384x224@60;H
+ssf2xjr1;"Super Street Fighter II X - grand master challenge (su";384x224@60;H
+ssf2xjr1d;"Super Street Fighter II X - grand master challenge (su";384x224@60;H
+ssf2xjr1r;"Super Street Fighter II X - grand master challenge (su";384x224@60;H
+ssi;"Andre Agassi Tennis (Euro) - Andre Agassi Tennis (Euro, Bra) - Andre Agassi Tennis (USA) - Super Space Invaders '91 (World)";320x224@60;V
+ssideki;"Super Sidekicks / Tokuten Ou";304x224@59;H
+ssideki2;"Super Sidekicks 2 - The World Championship / Tokuten O";320x224@59;H
+ssideki3;"Super Sidekicks 3 - The Next Glory / Tokuten Ou 3 - ei";320x224@59;H
+ssideki4;"The Ultimate 11 - The SNK Football Championship / Toku";320x224@59;H
+ssmissin;"S.S. Mission";256x224@56;V
+ssoldier;"Superior Soldiers (US)";320x240@60;H
+ssozumo;"Syusse Oozumou (Japan)";256x240@60;V
+ssprint;"Super Sprint (Atari System 2)";512x384@60;H
+ssriders;"Sunset Riders (4 Players ver. EAC) - Sunset Riders (Euro)";288x224@60;H
+ssridersabd;"Sunset Riders (2 Players ver. ABD)";288x224@60;H
+ssridersadd;"Sunset Riders (4 Players ver. ADD)";288x224@60;H
+ssriderseaa;"Sunset Riders (4 Players ver. EAA)";288x224@60;H
+ssridersebc;"Sunset Riders (2 Players ver. EBC)";288x224@60;H
+ssridersebd;"Sunset Riders (2 Players ver. EBD)";288x224@60;H
+ssridersjac;"Sunset Riders (4 Players ver. JAC)";288x224@60;H
+ssridersjad;"Sunset Riders (4 Players ver. JAD)";288x224@60;H
+ssridersjbd;"Sunset Riders (2 Players ver. JBD)";288x224@60;H
+ssridersuab;"Sunset Riders (4 Players ver. UAB)";288x224@60;H
+ssridersuac;"Sunset Riders (4 Players ver. UAC)";288x224@60;H
+ssridersubc;"Sunset Riders (2 Players ver. UBC)";288x224@60;H
+ssridersuda;"Sunset Riders (4 Players ver. UDA)";288x224@60;H
+sstarcrs;"Super Star Crest";256x224@60;V
+sstingry;"Super Stingray (Japan)";256x224@60;V
+sstriker;"Sorcer Striker (World)";320x240@60;V
+sstrikera;"Sorcer Striker (World, alt)";320x240@60;V
+stagger1;"Stagger I (Japan)";256x224@56;V
+stakwin;"Stakes Winner / Stakes Winner - GI kinzen seiha e no m";320x224@59;H
+stakwin2;"Stakes Winner 2";320x224@59;H
+starfght;"Star Fighter";256x224@60;V
+starfgmc;"Star Fighter (Moon Cresta bootleg)";256x224@60;V
+starfigh;"Star Fighter (v1)";256x224@60;V
+starjack;"Star Jacker (Euro, Jpn, v1.2) - Star Jacker (Sega)";240x224@60;V
+starjacks;"Star Jacker (Stern)";240x224@60;V
+stdragon;"Saint Dragon (set 1)";256x224@60;H
+stdragona;"Saint Dragon (set 2)";256x224@60;H
+stdragonb;"Saint Dragon (bootleg)";256x224@60;H
+stera;"Steraranger (Moon Cresta bootleg)";256x224@60;V
+stg;"Juno First (Gottlieb) - Moon Cresta (Gremlin) - Strike Gunner S.T.G";384x240@60;V
+stinger;"Stinger";256x224@60;V
+stinger2;"Stinger (prototype?)";256x224@60;V
+stlforce;"Steel Force";368x240@58;H
+stmblade;"Storm Blade (US)";352x240@60;V
+stmbladej;"Storm Blade (Japan)";352x240@60;V
+strahl;"Koutetsu Yousai Strahl (Japan set 1)";256x224@56;H
+strahla;"Koutetsu Yousai Strahl (Japan set 2)";256x224@56;H
+stratgys;"Strategy X (Stern)";256x224@60;H
+stratgyx;"Strategy X";256x224@60;H
+stratof;"Raiga - Strato Fighter (US)";256x224@60;H
+stratvox;"Stratovox";256x256@60;V
+stratvoxb;"Stratovox (bootleg)";256x256@60;V
+streakng;"Streaking (set 1)";256x224@60;V
+streaknga;"Streaking (set 2)";256x224@60;V
+streetsm;"Street Smart (US version 2)";256x224@60;H
+streetsm1;"Street Smart (US version 1)";256x224@60;H
+streetsmj;"Street Smart (Japan version 1)";256x224@60;H
+streetsmw;"Street Smart (World version 1)";256x224@60;H
+strfbomb;"Strafe Bomb";256x224@60;V
+strhoop;"Street Hoop / Street Slam / Dunk Dream (DEM-004) (DEH-";304x224@59;H
+strider;"Strider (Euro, USA) - Strider (Euro, USA, Bra, Kor) - Strider (US set 1)";384x224@60;H
+striderj;"Strider Hiryu (Japan) - Strider Hiryuu (Jpn, Kor)";384x224@60;H
+striderjr;"Strider Hiryu (Japan Resale Ver.)";384x224@60;H
+striderua;"Strider (US set 2)";384x224@60;H
+strideruc;"Strider (US, Street Fighter II conversion)";384x224@60;H
+striv;"Super Triv";256x224@60;V
+striv2;"Super Triv (set 2)";256x224@60;V
+strkfgtr;"Strike Fighter (World)";320x224@60;H
+strkfgtrj;"Strike Fighter (Japan)";320x224@60;H
+strongx;"Strong X";256x224@60;H
+sub;"688 Attack Sub (Euro, USA) - N-Sub (Euro?) - Submarine (Sigma)";256x224@60;V
+sucasino;"Super Casino";256x224@60;V
+sunaq;"SunA Quiz 6000 Academy (940620-6)";256x224@60;H
+supbtime;"Super Burger Time (World, set 1)";320x240@58;H
+supbtimea;"Super Burger Time (World, set 2)";320x240@58;H
+supbtimej;"Super Burger Time (Japan)";320x240@58;H
+superbar;"Super Bar";384x240@60;V
+superbon;"Agent Super Bond (scobra hardware)";256x224@60;V
+superchs;"Super Chase - Criminal Termination (World)";320x240@60;H
+superchsj;"Super Chase - Criminal Termination (Japan)";320x240@60;H
+superchsu;"Super Chase - Criminal Termination (US)";320x240@60;H
+superg;"Super Galaxians (galaxiaj hack)";256x224@60;V
+superman;"Superman (World) - Superman - The Man of Steel (Euro) - Superman - The Man of Steel (Euro) - Superman - The Man of Steel (Euro, Bra)";384x240@60;H
+supermanj;"Superman (Japan)";384x240@60;H
+supermanu;"Superman (US) - Superman (USA)";384x240@60;H
+superpac;"Super Pac-Man";288x224@60;V
+superpacm;"Super Pac-Man (Midway)";288x224@60;V
+superspy;"The Super Spy (NGM-011)(NGH-011)";304x224@59;H
+superten;"Super Ten V8.3";400x256@60;H
+superx;"Super-X (NTC)";384x240@60;V
+superxm;"Super-X (Mitchell)";384x240@60;V
+supmodel;"Super Model";256x224@60;V
+suprglob;"Super Glob";272x236@60;V
+suprheli;"Super Heli (Super Cobra bootleg)";256x224@60;V
+suprleag;"Super League (Euro) - Super League (FD1094 317-0045)";320x224@60;H
+suprloco;"Super Locomotive (Rev.A)";240x224@60;H
+suprlocoo;"Super Locomotive";240x224@60;H
+suprridr;"Super Rider";256x224@60;V
+suprtrio;"Super Trio";320x240@60;H
+suratk;"Surprise Attack (World ver. K)";304x224@60;H
+suratka;"Surprise Attack (Asia ver. L)";304x224@60;H
+suratkj;"Surprise Attack (Japan ver. M)";304x224@60;H
+survarts;"Survival Arts (World)";336x240@60;H
+survartsj;"Survival Arts (Japan)";336x240@60;H
+survartsu;"Survival Arts (USA)";336x240@60;H
+svc;"SNK vs. Capcom - SVC Chaos (NGM-2690)(NGH-2690)";304x224@59;H
+svcboot;"SNK vs. Capcom - SVC Chaos (bootleg)";304x224@59;H
+svcpcb;"SNK vs. Capcom - SVC Chaos (JAMMA PCB, set 1)";304x224@59;H
+svcpcba;"SNK vs. Capcom - SVC Chaos (JAMMA PCB, set 2)";304x224@59;H
+svcplus;"SNK vs. Capcom - SVC Chaos Plus (bootleg set 1)";304x224@59;H
+svcplusa;"SNK vs. Capcom - SVC Chaos Plus (bootleg set 2)";304x224@59;H
+svcsplus;"SNK vs. Capcom - SVC Chaos Super Plus (bootleg)";304x224@59;H
+svg;"S.V.G. - Spectral vs Generation (V200, China)";448x224@60;H
+svgpcb;"S.V.G. - Spectral vs Generation (V100, Japan, Single P";448x224@60;H
+svolley;"Super Volley Ball (USA) - Super Volleyball - Super Volleyball - Super Volleyball (Japan)";288x216@60;H
+svolleyk;"Super Volleyball (Korea)";288x216@60;H
+svolleyu;"Super Volleyball (US)";288x216@60;H
+svolly91;"Super Volley '91 (Japan)";356x240@60;H
+swarm;"Swarm (bootleg?)";256x224@60;V
+swat;"E-Swat - Cyber Police (set 4, World, FD1094 317-0130) - ESWAT - City Under Siege (Euro, USA, Rev. A) - SWAT (315-5048)";256x224@60;V
+swatpolc;"SWAT Police";320x240@60;H
+swimmer;"Swimmer (set 1)";256x224@60;H
+sws;"Super World Stadium (Japan)";288x224@60;H
+sws92;"Super World Stadium '92 (Japan)";288x224@60;H
+sws92g;"Super World Stadium '92 Gekitouban (Japan)";288x224@60;H
+sws93;"Super World Stadium '93 (Japan)";288x224@60;H
+sxyreac2;"Pachinko Sexy Reaction 2 (Japan)";336x240@60;H
+sxyreact;"Pachinko Sexy Reaction (Japan)";338x240@60;H
+syscheck;"Neo System Check (ver 1.0b)";304x224@59;H
+syvalion;"Syvalion (Japan)";512x400@60;H
+syvalionp;"Syvalion (World, prototype)";512x400@60;H
+szaxxon;"Super Zaxxon";256x224@60;V
+tactcian;"Tactician (set 1)";288x224@60;V
+tactcian2;"Tactician (set 2)";288x224@60;V
+tail2nos;"Tail to Nose - Great Championship";320x240@60;V
+tangtang;"Tang Tang (ver. 0526, 26/05/2000)";320x240@60;H
+tankfrce;"Tank Force (US, 2 Players)";288x224@60;H
+tankfrce4;"Tank Force (US, 4 Players)";288x224@60;H
+tankfrcej;"Tank Force (Japan)";288x224@60;H
+taotaido;"Tao Taido (set 1)";320x224@60;H
+taotaidoa;"Tao Taido (set 2)";320x224@60;H
+tazmani2;"Tazz-Mania (set 2)";256x224@60;V
+tazmania;"Taz-Mania (Euro, Bra) - Taz-Mania (World) - Taz-Mania - The Search for the Lost Seabirds (Euro, US - Tazz-Mania (set 1)";256x224@60;V
+tazzmang;"Tazz-Mania (bootleg on Galaxian hardware)";256x224@60;V
+tazzmang2;"Tazz-Mania (bootleg on Galaxian hardware with Starfiel";256x224@60;V
+tbowl;"Tecmo Bowl (World?)";224x512@60;V
+tbowlj;"Tecmo Bowl (Japan)";224x512@60;V
+tcobra2;"Twin Cobra II (Ver 2.1O 1995/11/30)";320x232@60;V
+tcobra2u;"Twin Cobra II (Ver 2.1A 1995/11/30)";320x232@60;V
+tdpgal;"Triple Draw Poker";256x224@60;V
+tdragon;"Saint Dragon (set 1) - Thunder Dragon (9th Jan. 1992)";256x224@56;V
+tdragon1;"Thunder Dragon (4th Jun. 1991)";256x224@56;V
+tdragon2;"Thunder Dragon 2 (9th Nov. 1993)";384x224@56;V
+tdragon2a;"Thunder Dragon 2 (1st Oct. 1993)";384x224@56;V
+tdragonb;"Saint Dragon (bootleg) - Thunder Dragon (bootleg)";256x224@56;V
+teddybb;"TeddyBoy Blues (315-5115, New Ver.)";256x224@60;H
+teddybbo;"TeddyBoy Blues (315-5115, Old Ver.)";256x224@60;H
+teddybbobl;"TeddyBoy Blues (bootleg)";256x224@60;H
+tekipaki;"Teki Paki";320x240@60;H
+teljan;"Tel Jan";320x240@60;H
+tengai;"Tengai (world)";320x224@59;H
+tengaij;"Tengai0Sengoku Blade - sengoku ace episode II";320x224@59;H
+terracre;"Terra Cresta (YM3526 set 1)";256x224@60;V
+terracrea;"Terra Cresta (YM3526 set 3)";256x224@60;V
+terracren;"Terra Cresta (YM2203)";256x224@60;V
+terracreo;"Terra Cresta (YM3526 set 2)";256x224@60;V
+terraf;"Terra Force";320x240@57;H
+terrafb;"Terra Force (Japan, bootleg set 2)";320x240@60;H
+terrafj;"Terra Force (Japan)";320x240@57;H
+terrafjb;"Terra Force (Japan, bootleg with additional Z80)";320x240@60;H
+terrafu;"Terra Force (US)";320x240@57;H
+tetrbx;"Tetris / Bloxeed (Korean System 16 bootleg) (ISG Selec";320x224@60;H
+tetris;"FA Tetris (Kor) - FA Tetris (Kor) - Super Tetris (Kor, SMS Mode?) - Tetris (Jpn) - Tetris (Kor) - Tetris (set 1) - Tetris (set 4, Japan, System 16A, FD1094 317-0093)";320x224@60;H
+tetris1;"Tetris (Pirate?) - Tetris (set 1, Japan, System 16B, FD1094 317-0091)";320x224@60;H
+tetris1d;"Tetris (set 1, Japan, System 16B, FD1094 317-0091 decr";320x224@60;H
+tetris2;"Tetris (set 2, Japan, System 16B, FD1094 317-0092) - Tetris II (Kor)";320x224@60;H
+tetris2d;"Tetris (set 2, Japan, System 16B, FD1094 317-0092 decr";320x224@60;H
+tetris3;"Tetris (set 3, Japan, System 16A, FD1094 317-0093a)";320x224@60;H
+tetris3d;"Tetris (set 3, Japan, System 16A, FD1094 317-0093a dec";320x224@60;H
+tetrisbl;"Tetris (bootleg)";320x224@60;H
+tetrisd;"Tetris (set 4, Japan, System 16A, FD1094 317-0093 decr";320x224@60;H
+tetrisp2;"Tetris Plus 2 (World)";320x224@60;H
+tetrisp2j;"Tetris Plus 2 (Japan, V2.2)";320x224@60;H
+tetrisp2ja;"Tetris Plus 2 (Japan, V2.1)";320x224@60;H
+tetrisse;"Tetris (Japan, System E)";256x192@60;H
+tetrist;"Tetris (Japan, B-System, YM2610)";320x224@60;H
+tetrista;"Tetris (Japan, B-System, YM2203)";320x224@60;H
+tetristh;"Tetris (Japan, Taito H-System)";320x224@60;H
+tetrsark;"Tetris (D.R. Korea)";256x224@60;H
+tgm2;"Tetris the Absolute The Grand Master 2";320x240@60;H
+tgm2p;"Tetris the Absolute The Grand Master 2 Plus";320x240@60;H
+tharrier;"Task Force Harrier";256x224@56;V
+tharrieru;"Task Force Harrier (US?)";256x224@56;V
+thedeep;"The Deep (Japan)";256x248@60;V
+theend;"The End";256x224@60;V
+theends;"The End (Stern)";256x224@60;V
+theglad;"The Gladiator - Road Of The Sword / Shen Jian (V101)";448x224@60;H
+theglad100;"The Gladiator - Road Of The Sword / Shen Jian (V100, T";448x224@60;H
+theglad101;"The Gladiator - Road Of The Sword / Shen Jian (V100)";448x224@60;H
+thegladpcb;"The Gladiator - Road Of The Sword / Shen Jian (V100, J";448x224@60;H
+theglob;"The Glob";272x236@60;V
+theglob2;"The Glob (earlier)";272x236@60;V
+theglob3;"The Glob (set 3)";272x236@60;V
+theglobp;"The Glob (Pac-Man hardware)";288x224@60;V
+thehustl;"The Hustler (Japan, program code M)";256x224@60;V
+thehustlj;"The Hustler (Japan, program code J)";256x224@60;V
+thepitm;"The Pit (bootleg on Moon Quasar hardware)";256x224@60;V
+theroes;"Thunder Heroes";320x224@58;H
+thetogyu;"The Togyu (315-5065, Japan)";256x224@60;H
+thndblst;"Thunder Blaster (Japan)";320x240@60;V
+thndrbld;"Thunder Blade (upright, FD1094 317-0056)";320x224@60;H
+thndrbld1;"Thunder Blade (deluxe/standing, unprotected)";320x224@60;H
+thndrbldd;"Thunder Blade (upright, FD1094 317-0056 decrypted)";320x224@60;H
+thndrx2;"Thunder Cross II (World)";288x224@60;H
+thndrx2a;"Thunder Cross II (Asia)";288x224@60;H
+thndrx2j;"Thunder Cross II (Japan)";288x224@60;H
+thndzone;"Thunder Zone (World, Rev 1)";320x240@60;H
+thndzone4;"Thunder Zone (World 4 Players)";320x240@60;H
+thndzonea;"Thunder Zone (World)";320x240@60;H
+thndzonej;"Thunder Zone (Japan)";320x240@60;H
+thoop;"Thunder Hoop (Ver. 1)";320x240@60;H
+thunderl;"Thunder & Lightning";384x240@60;V
+thunderx;"Thunder Cross (set 1)";288x224@60;H
+thunderxa;"Thunder Cross (set 2)";288x224@60;H
+thunderxb;"Thunder Cross (set 3)";288x224@60;H
+thunderxj;"Thunder Cross (Japan)";288x224@60;H
+thundfox;"Thunder Fox (World)";320x224@60;H
+thundfoxj;"Thunder Fox (Japan)";320x224@60;H
+thundfoxu;"Thunder Fox (US)";320x224@60;H
+tigerh;"Tiger Heli (US)";280x240@60;V
+tigerhb1;"Tiger Heli (bootleg, set 1)";280x240@60;V
+tigerhb2;"Tiger Heli (bootleg, set 2)";280x240@60;V
+tigerhb3;"Tiger Heli (bootleg, set 3)";280x240@60;V
+tigerhj;"Tiger Heli (Japan)";280x240@60;V
+tigeroad;"Tiger Road (US)";256x224@60;H
+tigeroadb;"Tiger Road (US bootleg, set 1)";256x224@60;H
+tigeroadb2;"Tiger Road (US bootleg, set 2)";256x224@60;H
+tigeroadu;"Tiger Road (US, Romstar license)";256x224@60;H
+timefgtr;"Time Fighter (Time Pilot conversion on Galaxian hardwa";256x224@60;V
+timelimt;"Time Limit";256x224@60;V
+timeplt;"Time Pilot - Time Pilot - Time Pilot (Jpn)";256x224@60;V
+timeplta;"Time Pilot (Atari) - Time Pilot (Jpn, Alt)";256x224@60;V
+timepltc;"Time Pilot (Centuri)";256x224@60;V
+timescan;"Time Scanner (set 2, System 16B)";320x224@60;V
+timescan1;"Time Scanner (set 1, System 16A, FD1089B 317-0024)";320x224@60;V
+timesold;"Time Soldiers (Euro, USA, Bra) - Time Soldiers (US Rev 3)";256x224@60;V
+timesold1;"Time Soldiers (US Rev 1)";256x224@60;V
+timesupd;"Time's Up Demo";304x224@59;H
+tiptop;"Tip Top";256x224@60;V
+tkdensho;"Toukidenshou - Angel Eyes (VER. 960614)";320x240@57;H
+tkdenshoa;"Toukidenshou - Angel Eyes (VER. 960427)";320x240@57;H
+tknight;"Tecmo Knight";256x224@60;H
+tmht;"Teenage Mutant Hero Turtles (UK 4 Players, version F)";304x224@60;H
+tmht22pe;"Teenage Mutant Hero Turtles - Turtles in Time (2 Playe";288x224@60;H
+tmht24pe;"Teenage Mutant Hero Turtles - Turtles in Time (4 Playe";288x224@60;H
+tmht2p;"Teenage Mutant Hero Turtles (UK 2 Players, version U)";304x224@60;H
+tmht2pa;"Teenage Mutant Hero Turtles (UK 2 Players, version ?)";304x224@60;H
+tmhta;"Teenage Mutant Hero Turtles (UK 4 Players, version S)";304x224@60;H
+tmhtb;"Teenage Mutant Hero Turtles (UK 4 Players, version ?)";304x224@60;H
+tmnt;"Streets of Rage 2 - Teenage Mutant Ninja Turtles (Hack - Teenage Mutant Ninja Turtles (World 4 Players, version";304x224@60;H
+tmnt2;"Teenage Mutant Ninja Turtles - Turtles in Time (4 Play";288x224@60;H
+tmnt22pu;"Teenage Mutant Ninja Turtles - Turtles in Time (2 Play";288x224@60;H
+tmnt2a;"Teenage Mutant Ninja Turtles - Turtles in Time (4 Play";288x224@60;H
+tmnt2pj;"Teenage Mutant Ninja Turtles (Japan 2 Players, version";304x224@60;H
+tmnt2po;"Teenage Mutant Ninja Turtles (Oceania 2 Players, versi";304x224@60;H
+tmnta;"Teenage Mutant Ninja Turtles (Asia 4 Players, version";304x224@60;H
+tmnti;"Teenage Mutant Ninja Turtles (Intro demo)";304x224@59;H
+tmntia;"Teenage Mutant Ninja Turtles (Intro demo, alt)";304x224@59;H
+tmntj;"Teenage Mutant Ninja Turtles (Japan 4 Players, version";304x224@60;H
+tmntu;"Teenage Mutant Ninja Turtles (US 4 Players, version R)";304x224@60;H
+tmntua;"Teenage Mutant Ninja Turtles (US 4 Players, version J)";304x224@60;H
+tmntub;"Teenage Mutant Ninja Turtles (US 4 Players, version H)";304x224@60;H
+tndrcade;"Thundercade / Twin Formation";384x224@60;V
+tndrcadej;"Tokusyu Butai U.A.G. (Japan)";384x224@60;V
+tnextspc;"The Next Space (set 1)";256x224@60;V
+tnextspc2;"The Next Space (set 2)";256x224@60;V
+tnextspcj;"The Next Space (Japan)";256x224@60;V
+tnk3;"T.N.K III (US)";288x224@60;V
+tnk3j;"T.A.N.K (Japan)";288x224@60;V
+tnzs;"The New Zealand Story - The New Zealand Story (Euro) - The New Zealand Story (Jpn) - The NewZealand Story (World, newer)";256x224@60;H
+tnzsj;"The NewZealand Story (Japan, new version, newer PCB)";256x224@60;H
+tnzsjo;"The NewZealand Story (Japan, old version) (older PCB)";256x224@60;H
+tnzso;"The NewZealand Story (World, old version) (older PCB)";256x224@60;H
+tnzsoa;"The NewZealand Story (World, unknown version) (older P";256x224@60;H
+tnzsop;"The NewZealand Story (World, prototype) (older PCB)";256x224@60;H
+tnzsuo;"The NewZealand Story (US, old version) (older PCB)";256x224@60;H
+todruaga;"The Tower of Druaga (New Ver.)";288x224@60;V
+todruagao;"The Tower of Druaga (Old Ver.)";288x224@60;V
+todruagas;"The Tower of Druaga (Sidam)";288x224@60;V
+toki;"Toki (World, set 1) - Toki - Going Ape Spit ~ JuJu Densetsu (World, Rev. A)";256x224@60;H
+tokia;"Toki (World, set 2)";256x224@60;H
+tokib;"Toki (bootleg)";256x224@60;H
+tokiob;"Tokio / Scramble Formation (bootleg)";256x224@60;V
+tokip;"Toki (US, prototype?)";256x224@60;H
+tokisens;"Toki no Senshi - Chrono Soldier";256x224@60;V
+tokiu;"Toki (US, set 1)";256x224@60;H
+tokiua;"Toki (US, set 2)";256x224@60;H
+toobin;"Toobin' (Atari 68k based)";512x384@60;V
+topgunbl;"Top Gunner (bootleg, Rotary Joystick)";240x224@60;V
+topgunr;"Top Gunner (US, 8-way Joystick)";240x224@60;V
+tophuntr;"Top Hunter - Roddy & Cathy (NGM-046)";320x224@59;H
+tophuntrh;"Top Hunter - Roddy & Cathy (NGH-046)";320x224@59;H
+toppyrap;"Toppy & Rappy";256x224@58;H
+topsecrt;"Top Secret (Japan)";256x224@60;H
+topspeed;"Top Speed (World)";320x240@60;H
+topspeedu;"Top Speed (US)";320x240@60;H
+toramich;"Tora e no Michi - Tora e no Michi (Japan)";256x224@60;H
+toride2g;"Toride II Adauchi Gaiden";320x224@60;H
+toride2gg;"Toride II Adauchi Gaiden (German)";320x224@60;H
+toride2gk;"Toride II Bok Su Oi Jeon Adauchi Gaiden (Korea)";320x224@60;H
+toride2j;"Toride II (Japan)";320x224@60;H
+toryumon;"Toryumon";320x224@60;H
+totc;"Treasure of the Caribbean";304x224@59;H
+toto;"Come Back Toto";256x224@58;H
+touchgok;"Touch & Go (Korea, unprotected)";480x240@60;H
+toutrun;"Turbo Out Run (Out Run upgrade, FD1094 317-0118) - Turbo OutRun (Euro, Jpn)";320x224@60;H
+toutrun1;"Turbo Out Run (deluxe cockpit, FD1094 317-0109)";320x224@60;H
+toutrun3;"Turbo Out Run (cockpit, FD1094 317-0107)";320x224@60;H
+toutrun3d;"Turbo Out Run (cockpit, FD1094 317-0107 decrypted)";320x224@60;H
+toutrund;"Turbo Out Run (Out Run upgrade, FD1094 317-0118 decryp";320x224@60;H
+toutrunj;"Turbo Out Run (Japan, Out Run upgrade, FD1094 317-0117";320x224@60;H
+toutrunj1;"Turbo Out Run (Japan, deluxe cockpit, FD1094 317-0101)";320x224@60;H
+toutrunj1d;"Turbo Out Run (Japan, deluxe cockpit, FD1094 317-0101";320x224@60;H
+toutrunjd;"Turbo Out Run (Japan, Out Run upgrade, FD1094 317-0117";320x224@60;H
+toypop;"Toypop";288x224@60;H
+tp84;"Time Pilot '84 (set 1)";256x224@60;V
+tp84a;"Time Pilot '84 (set 2)";256x224@60;V
+tp84b;"Time Pilot '84 (set 3)";256x224@60;V
+tpgolf;"Top Player's Golf (NGM-003)(NGH-003)";304x224@59;H
+trackfld;"Track & Field - Track & Field 1 (Euro)";256x224@60;H
+trackfldc;"Track & Field (Centuri)";256x224@60;H
+trackfldnz;"Track & Field (NZ bootleg?)";256x224@60;H
+trally;"Thrash Rally (ALM-003)(ALH-003)";320x224@59;H
+transfrm;"Transformer";256x192@60;H
+travrusa;"Traverse USA / Zippy Race";240x256@60;V
+travrusab;"Traverse USA (bootleg)";240x256@60;V
+trckydoc;"Tricky Doc (set 1)";240x224@60;H
+trckydoca;"Tricky Doc (set 2)";240x224@60;H
+treahunt;"Treasure Hunt (bootleg?)";256x224@60;V
+tricktrp;"Trick Trap (World?)";280x224@60;V
+trigon;"Trigon (Japan)";288x224@60;V
+trikitri;"Triki Triki (Lover Boy bootleg)";240x224@60;V
+triothep;"Trio The Punch - Never Forget Me... (World)";256x240@60;H
+triothepj;"Trio The Punch - Never Forget Me... (Japan)";256x240@60;H
+triplep;"Triple Punch (set 1)";256x224@60;V
+triplepa;"Triple Punch (set 2)";256x224@60;V
+triplfun;"Triple Fun";320x224@60;H
+tripool;"Tri-Pool (Casino Tech)";256x224@60;V
+tripoola;"Tri-Pool (Costal Games)";256x224@60;V
+trojan;"Trojan (US set 1)";256x240@60;H
+trojana;"Trojan (US set 2)";256x240@60;H
+trojanb;"Trojan (bootleg)";256x240@60;H
+trojanj;"Tatakai no Banka (Japan)";256x240@60;H
+trojanr;"Trojan (Romstar)";256x240@60;H
+trophyh;"Trophy Hunting - Bear & Moose V1.0";320x240@60;H
+trstar;"Top Ranking Stars (Ver 2.1O 1993/05/21) (New Version)";320x232@60;H
+trstarj;"Top Ranking Stars (Ver 2.1J 1993/05/21) (New Version)";320x232@60;H
+trstaro;"Top Ranking Stars (Ver 2.1O 1993/05/21) (Old Version)";320x232@60;H
+trstaroj;"Top Ranking Stars (Ver 2.1J 1993/05/21) (Old Version)";320x232@60;H
+truxton;"Truxton (Euro, USA) ~ Tatsujin (Jpn) - Truxton0Tatsujin";320x240@57.6;V
+truxton2;"Truxton II0Tatsujin Oh";320x240@60;V
+trvgns;"Trivia Genius";288x224@60;V
+trvmstr;"Trivia Master (set 1)";288x224@60;V
+trvmstra;"Trivia Master (set 2)";288x224@60;V
+trvmstrb;"Trivia Master (set 3)";288x224@60;V
+trvmstrc;"Trivia Master (set 4)";288x224@60;V
+tsamurai;"Samurai Nihon-Ichi (set 1)";256x224@60;V
+tsamurai2;"Samurai Nihon-Ichi (set 2)";256x224@60;V
+tsamuraih;"Samurai Nihon-Ichi (bootleg, harder)";256x224@60;V
+tshingen;"Shingen Samurai-Fighter (Japan, English)";256x224@60;H
+tshingena;"Takeda Shingen (Japan, Japanese)";256x224@60;H
+tst_galx;"Galaxian Test ROM";256x224@60;V
+ttmahjng;"T.T Mahjong";256x256@60;H
+tturf;"Tough Turf (set 2, Japan, 8751 317-0104)";320x224@60;H
+tturfu;"Tough Turf (set 1, US, 8751 317-0099)";320x224@60;H
+tubeit;"Tube-It";320x224@60;H
+tumbleb;"Tumble Pop (bootleg set 1)";320x240@58;H
+tumbleb2;"Tumble Pop (bootleg set 2)";320x240@58;H
+tumblep;"Tumble Pop (World)";320x240@58;H
+tumblepj;"Tumble Pop (Japan)";320x240@58;H
+turbofrc;"Turbo Force (World)";352x240@60;V
+turbofrcu;"Turbo Force (US)";352x240@60;V
+turfmast;"Neo Turf Masters / Big Tournament Golf";304x224@59;H
+turkhunt;"Turkey Hunting USA V1.0";320x240@60;H
+turpin;"Turpin";256x224@60;V
+turpins;"Turpin (bootleg on Scramble hardware)";256x224@60;V
+turtles;"Turtles";256x224@60;V
+turtship;"Turtle Ship (North America)";384x224@60;H
+turtshipj;"Turtle Ship (Japan)";384x224@60;H
+turtshipk;"Turtle Ship (Korea)";384x224@60;H
+turtshipkn;"Turtle Ship (Korea, 88/9)";384x224@60;H
+turtshipko;"Turtle Ship (Korea, older)";384x224@60;H
+tutankhm;"Tutankham - Tutankham";256x224@60;V
+tutankhms;"Tutankham (Stern Electronics)";256x224@60;V
+twinactn;"Twin Action";256x224@56;H
+twinadv;"Twin Adventure (World)";256x224@58;H
+twinadvk;"Twin Adventure (Korea)";256x224@58;H
+twinbee;"Detana!! Twinbee - Twin Bee (Jpn) - TwinBee (ROM version)";256x224@60;V
+twinbrat;"Twin Brats (set 1)";334x240@58;H
+twinbrata;"Twin Brats (set 2)";334x240@58;H
+twincobr;"Twin Cobra (USA) - Twin Cobra (World)";320x240@54.9;V
+twincobru;"Twin Cobra (US)";320x240@54.9;V
+twineag2;"Twin Eagle II - The Rescue Mission";336x240@60.2;V
+twineagl;"Twin Eagle - Revenge Joe's Brother";384x224@60;V
+twinfalc;"Twin Falcons";384x224@60;H
+twinhawk;"Twin Hawk (Euro) ~ Daisenpuu (Jpn) - Twin Hawk (World)";384x224@60;V
+twinhawku;"Twin Hawk (US)";384x224@60;V
+twinkle;"Twinkle";256x224@58;H
+twinqix;"Twin Qix (Ver 1.0A 1995/01/17) (Prototype)";320x224@60;H
+twinspri;"Twinkle Star Sprites";304x224@59;H
+twocrude;"Two Crude (US FT revision 1) - Two Crude Dudes (Euro)";256x240@58;H
+twocrudea;"Two Crude (US FT version)";256x240@58;H
+tws96;"Tecmo World Soccer '96";304x224@59;H
+typhoon;"Typhoon";304x224@60;V
+uballoon;"Ultra Balloon";256x224@60;H
+uccops;"Undercover Cops (World)";320x240@60;H
+uccopsar;"Undercover Cops (Alpha Renewal Version)";320x240@60;H
+uccopsj;"Undercover Cops (Japan)";320x240@60;H
+uccopsu;"Undercover Cops (US)";320x240@60;H
+uecology;"Ultimate Ecology (931203 Japan)";384x224@60;H
+ufosensi;"Ufo Senshi Yohko Chan (MC-8123, 317-0064)";256x224@60;H
+ultraman;"Ultraman (Japan) - Ultraman (Jpn) - Ultraman (Jpn)";288x224@60;H
+ultrax;"Ultra X Weapons / Ultra Keibitai";336x240@60;V
+ultraxg;"Ultra X Weapons / Ultra Keibitai (GAMEST review build)";336x240@60;V
+umanclub;"Ultraman Club - Tatakae! Ultraman Kyoudai!!";384x240@60;H
+unclepoo;"Uncle Poo";256x224@60;V
+uniwars;"UniWar S";256x224@60;V
+uniwarsa;"UniWar S (bootleg)";256x224@60;V
+unkpacg;"unknown Pac-Man gambling game";256x224@60;H
+unsquad;"U.N. Squadron (US)";384x224@60;H
+uopoko;"Puzzle Uo Poko (International, ver. 98/02/06)";320x240@58;H
+uopokoj;"Puzzle Uo Poko (Japan, ver. 98/02/06)";320x240@58;H
+upndown;"Up'n Down - Up'n Down (315-5030)";256x224@60;V
+upndownu;"Up'n Down (not encrypted)";256x224@60;V
+usclssic;"U.S. Classic";384x240@60;V
+usg182;"Games V18.2";400x256@60;H
+usg185;"Games V18.5";400x256@60;H
+usg187c;"Games V18.7C";400x256@60;H
+usg32;"Super Duper Casino (California V3.2)";400x256@60;H
+usg82;"Super Ten V8.2";400x256@60;H
+usg83x;"Super Ten V8.3X";400x256@60;H
+usgames;"Games V25.4X";400x256@60;H
+utoukond;"Ultra Toukon Densetsu (Japan)";384x224@60;H
+valkyrie;"Valkyrie No Densetsu (Japan) - Walkuere no Densetsu";288x224@60;V
+vampj;"Vampire - the night warriors (940705 Japan)";384x224@60;H
+vampja;"Vampire - the night warriors (940705 Japan, alt)";384x224@60;H
+vampjr1;"Vampire - the night warriors (940630 Japan)";384x224@60;H
+vandyke;"Vandyke (Japan)";256x224@56;V
+vandykeb;"Vandyke (bootleg with PIC16c57)";256x224@56;V
+vandykejal;"Vandyke (Jaleco, Set 1)";256x224@56;V
+vandykejal2;"Vandyke (Jaleco, Set 2)";256x224@56;V
+vangrd2;"Vanguard II";288x216@60;V
+vanvan;"Van-Van Car";256x224@60;V
+vanvanb;"Van-Van Car (set 3)";256x224@60;V
+vanvank;"Van-Van Car (Karateco)";256x224@60;V
+vaportra;"Vapor Trail - Hyper Offence Formation (World revision";256x240@58;V
+vaportra3;"Vapor Trail - Hyper Offence Formation (World revision";256x240@58;V
+vaportrau;"Vapor Trail - Hyper Offence Formation (US)";256x240@58;V
+varth;"Varth - operation thunderstorm (920714 etc)";384x224@60;V
+varthb;"Varth - operation thunderstorm (bootleg, 920612 etc)";384x224@60;V
+varthj;"Varth - operation thunderstorm (920714 Japan)";384x224@60;V
+varthjr;"Varth - operation thunderstorm (920714 Japan Resale Ve";384x224@60;V
+varthr1;"Varth - operation thunderstorm (920612 etc)";384x224@60;V
+varthu;"Varth - operation thunderstorm (920612 USA)";384x224@60;V
+vasara;"Vasara";336x240@60;V
+vasara2;"Vasara 2 (set 1)";336x240@60;V
+vasara2a;"Vasara 2 (set 2)";336x240@60;V
+vastar;"Vastar (set 1)";256x224@60;V
+vastar2;"Vastar (set 2)";256x224@60;V
+vastar3;"Vastar (set 3)";256x224@60;V
+vastar4;"Vastar (set 4)";256x224@60;V
+vautour;"Vautour (bootleg of Phoenix) (8085A CPU)";256x208@60;V
+vautourz;"Vautour (bootleg of Phoenix) (Z80 CPU)";256x208@60;V
+vautourza;"Vautour (bootleg of Phoenix) (Z80 CPU, single PROM)";256x208@60;V
+vblokbrk;"VS Block Breaker (Europe)";320x240@60;H
+vblokbrka;"VS Block Breaker (Asia)";320x240@60;H
+vendetta;"Vendetta (World, 4 Players ver. T)";304x224@60;H
+vendetta2p;"Vendetta (World, 2 Players ver. W)";304x224@60;H
+vendetta2pd;"Vendetta (Asia, 2 Players ver. D)";304x224@60;H
+vendetta2peba;"Vendetta (World, 2 Players ver. EB-A?)";304x224@60;H
+vendetta2pu;"Vendetta (Asia, 2 Players ver. U)";304x224@60;H
+vendetta2pun;"Vendetta (World, 2 Players ver. ?)";304x224@60;H
+vendettaj;"Crime Fighters 2 (Japan, 2 Players ver. P)";304x224@60;H
+vendettar;"Vendetta (US, 4 Players ver. R)";304x224@60;H
+vendettaz;"Vendetta (Asia, 4 Players ver. Z)";304x224@60;H
+venus;"Venus";256x224@60;V
+vfive;"V-Five (Japan) - V-Five (Jpn)";320x240@60;V
+vhunt2;"Vampire Hunter 2 - darkstalkers revenge (970929 Japan)";384x224@60;H
+vhunt2d;"Vampire Hunter 2 - darkstalkers revenge (970913 Japan";384x224@60;H
+vhunt2r1;"Vampire Hunter 2 - darkstalkers revenge (970913 Japan)";384x224@60;H
+vhuntj;"Vampire Hunter - darkstalkers' revenge (950316 Japan)";384x224@60;H
+vhuntjr1;"Vampire Hunter - darkstalkers' revenge (950307 Japan)";384x224@60;H
+vhuntjr1s;"Vampire Hunter - darkstalkers' revenge (950307 Japan s";384x224@60;H
+vhuntjr2;"Vampire Hunter - darkstalkers' revenge (950302 Japan)";384x224@60;H
+victroad;"Victory Road";288x216@60;V
+viewpoin;"Viewpoint - Viewpoint (USA)";304x224@59;H
+vigilant;"Vigilante - Vigilante - Vigilante (Euro, USA, Bra) - Vigilante (Kor) - Vigilante (World, Rev E)";256x256@55;H
+vigilanta;"Vigilante (World, Rev A)";256x256@55;H
+vigilantb;"Vigilante (US, Rev B)";256x256@55;H
+vigilantbl;"Vigilante (bootleg)";256x256@55;H
+vigilantc;"Vigilante (World, Rev C)";256x256@55;H
+vigilantd;"Vigilante (Japan, Rev D)";256x256@55;H
+vigilantg;"Vigilante (US, Rev G)";256x256@55;H
+vigilanto;"Vigilante (US)";256x256@55;H
+vimana;"Vimana (World, set 1)";320x240@58;V
+vimanaj;"Vimana (Japan)";320x240@58;V
+vimanan;"Vimana (World, set 2)";320x240@58;V
+viofight;"Violence Fight (World)";320x224@60;H
+viofightj;"Violence Fight (Japan)";320x224@60;H
+viofightu;"Violence Fight (US)";320x224@60;H
+viostorm;"Violent Storm (ver EAC)";384x224@60;H
+viostorma;"Violent Storm (ver AAC)";384x224@60;H
+viostormab;"Violent Storm (ver AAB)";384x224@60;H
+viostormeb;"Violent Storm (ver EAB)";384x224@60;H
+viostormj;"Violent Storm (ver JAC)";384x224@60;H
+viostormu;"Violent Storm (ver UAC)";384x224@60;H
+viostormub;"Violent Storm (ver UAB)";384x224@60;H
+vliner;"V-Liner (set 1)";304x224@59;H
+vlinero;"V-Liner (set 2)";304x224@59;H
+vmetal;"Varia Metal";320x224@60;V
+vmetaln;"Varia Metal (New Ways Trading Co.)";320x224@60;V
+volfied;"Volfied - Volfied (Jpn) - Volfied (World, revision 1)";320x240@60;V
+volfiedj;"Volfied (Japan, revision 1)";320x240@60;V
+volfiedjo;"Volfied (Japan)";320x240@60;V
+volfiedu;"Volfied (US, revision 1)";320x240@60;V
+vpool;"Video Pool (bootleg on Moon Cresta hardware)";256x224@60;V
+vsav;"Vampire Savior - the lord of vampire (970519 Euro)";384x224@60;H
+vsav2;"Vampire Savior 2 - the lord of vampire (970913 Japan)";384x224@60;H
+vsav2d;"Vampire Savior 2 - the lord of vampire (970913 Japan P";384x224@60;H
+vsava;"Vampire Savior - the lord of vampire (970519 Asia)";384x224@60;H
+vsavd;"Vampire Savior - the lord of vampire (970519 Euro Phoe";384x224@60;H
+vsavh;"Vampire Savior - the lord of vampire (970519 Hispanic)";384x224@60;H
+vsavj;"Vampire Savior - the lord of vampire (970519 Japan)";384x224@60;H
+vsavu;"Vampire Savior - the lord of vampire (970519 USA)";384x224@60;H
+vsgongf;"VS Gong Fight";256x224@60;V
+vulcan;"Vulcan Venture (New)";320x224@60;H
+vulcana;"Vulcan Venture (Old)";320x224@60;H
+vulcanb;"Vulcan Venture (Oldest)";320x224@60;H
+vulgus;"Vulgus (set 1)";256x224@60;V
+vulgusa;"Vulgus (set 2)";256x224@60;V
+vulgusj;"Vulgus (Japan?)";256x224@60;V
+wakuwak7;"Waku Waku 7";304x224@59;H
+wallc;"Wall Crash (set 1)";256x256@60;H
+wallca;"Wall Crash (set 2)";256x256@60;H
+wanted;"Wanted - Wanted (Euro, USA, Bra)";256x224@60;V
+wardner;"Wardner (USA) - Wardner (World)";320x240@60;H
+wardnerj;"Wardner no Mori (Japan) - Wardner no Mori Special (Jpn)";320x240@60;H
+warofbug;"War of the Bugs or Monsterous Manouvers in a Mushroom";256x224@60;V
+warofbugu;"War of the Bugs or Monsterous Manouvers in a Mushroom";256x224@60;V
+warpwarp;"Warp & Warp - Warp & Warp (Jpn)";272x224@60;V
+warpwarpr;"Warp Warp (Rock-Ola set 1)";272x224@60;V
+warpwarpr2;"Warp Warp (Rock-Ola set 2)";272x224@60;V
+warriorb;"Warrior Blade - Rastan Saga Episode III (Japan)";240x640@60;V
+warzard;"War-Zard / Red Earth (Japan 961121)";384x224@60;H
+warzardr1;"War-Zard / Red Earth (Japan 961023)";384x224@60;H
+watrball;"Water Balls";384x240@60;H
+wb3;"Wonder Boy III - Monster Lair (set 6, World, System 16";320x224@60;H
+wb31;"Wonder Boy III - Monster Lair (set 1, Japan, System 16";320x224@60;H
+wb31d;"Wonder Boy III - Monster Lair (set 1, Japan, System 16";320x224@60;H
+wb32;"Wonder Boy III - Monster Lair (set 2, Japan, System 16";320x224@60;H
+wb32d;"Wonder Boy III - Monster Lair (set 2, Japan, System 16";320x224@60;H
+wb33;"Wonder Boy III - Monster Lair (set 3, World, System 16";320x224@60;H
+wb33d;"Wonder Boy III - Monster Lair (set 3, World, System 16";320x224@60;H
+wb34;"Wonder Boy III - Monster Lair (set 4, Japan, System 16";320x224@60;H
+wb34d;"Wonder Boy III - Monster Lair (set 4, Japan, System 16";320x224@60;H
+wb35;"Wonder Boy III - Monster Lair (set 5, Japan, System 16";320x224@60;H
+wb35d;"Wonder Boy III - Monster Lair (set 5, Japan, System 16";320x224@60;H
+wbdeluxe;"Wonder Boy Deluxe";256x224@60;H
+wbml;"Wonder Boy in Monster Land (Japan New Ver., MC-8123, 3";256x224@60;H
+wbmlb;"Wonder Boy in Monster Land (English bootleg set 1)";256x224@60;H
+wbmljb;"Wonder Boy in Monster Land (Japan not encrypted)";256x224@60;H
+wbmljo;"Wonder Boy in Monster Land (Japan Old Ver., MC-8123, 3";256x224@60;H
+wbmlvc;"Wonder Boy in Monster Land (English, Virtual Console)";256x224@60;H
+wboy;"Wonder Boy (Euro) - Wonder Boy (Euro, USA, Bra, v1) - Wonder Boy (Jpn, v1) - Wonder Boy (set 1, 315-5177)";256x224@60;H
+wboy2;"Wonder Boy (set 2, 315-5178)";256x224@60;H
+wboy2u;"Wonder Boy (set 2, not encrypted)";256x224@60;H
+wboy3;"Wonder Boy (set 3, 315-5135) - Wonder Boy III - Monster Lair (Euro) ~ Monster Lair (J - Wonder Boy III - The Dragon's Trap (Euro, USA, Kor)";256x224@60;H
+wboy4;"Wonder Boy (set 4, 315-5162)";256x224@60;H
+wboy5;"Wonder Boy (set 5, bootleg) - Wonder Boy V - Monster World III (Jpn, Kor)";256x224@60;H
+wboyo;"Wonder Boy (set 1, 315-5135)";256x224@60;H
+wboyu;"Wonder Boy (not encrypted)";256x224@60;H
+wc90;"World Cup '90 (World)";256x224@59;H
+wc90a;"World Cup '90 (Euro set 1)";256x224@59;H
+wc90b;"World Cup '90 (Euro set 2)";256x224@59;H
+wc90b1;"Euro League (Italian hack of Tecmo World Cup '90)";256x224@60;H
+wc90b2;"World Cup '90 (bootleg, set 1)";256x224@60;H
+wc90b3;"World Cup '90 (bootleg, set 2)";256x224@60;H
+wc90b4;"World Cup '90 (bootleg, set 3)";256x224@60;H
+wc90ba;"Euro League (Italian hack of Tecmo World Cup '90 - alt";256x224@60;H
+wc90t;"World Cup '90 (trackball)";256x224@59;H
+welltris;"Welltris - Alexey Pajitnov's (World?, 2 players)";352x240@60;H
+welltrisj;"Welltris - Alexey Pajitnov's (Japan, 2 players)";352x240@60;H
+wh1;"World Heroes (ALM-005)";320x224@59;H
+wh1h;"World Heroes (ALH-005)";320x224@59;H
+wh1ha;"World Heroes (set 3)";320x224@59;H
+wh2;"World Heroes 2 (ALM-006)(ALH-006)";304x224@59;H
+wh2j;"World Heroes 2 Jet (ADM-007)(ADH-007)";304x224@59;H
+wh2ja;"World Heroes 2 Jet (ADM-007)";304x224@59;H
+wheelrun;"Wheels Runner";256x224@60;H
+whizz;"Whizz";384x224@60;H
+whoopee;"Pipi & Bibis / Whoopee!! (Teki Paki hardware)";320x240@60;H
+whp;"World Heroes Perfect";320x224@59;H
+wiggie;"Wiggie Waggie";384x240@60;V
+wildfang;"Wild Fang / Tecmo Knight";256x224@60;H
+willow;"Willow (World)";384x224@60;H
+willowj;"Willow (Japan, Japanese)";384x224@60;H
+willowu;"Willow (USA)";384x224@60;H
+willowuo;"Willow (USA Old Ver.)";384x224@60;H
+wilytowr;"Wily Tower";256x224@60;H
+wingforc;"Wing Force (Japan, prototype)";320x224@60;V
+wintbob;"The Winter Bobble (bootleg)";256x224@58;H
+wiping;"Wiping";288x224@60;V
+wits;"Wit's (Japan)";384x240@60;H
+wiz;"Lizard Wizard - Magical Kid Wiz (Jpn) - Magical Kid Wiz (Tw) - Wiz";256x224@60;V
+wizdfire;"Wizard Fire (Over Sea v2.1)";320x240@58;H
+wizdfireu;"Wizard Fire (US v1.1)";320x240@58;H
+wizt;"Wiz (Taito, set 1)";256x224@60;V
+wizta;"Wiz (Taito, set 2)";256x224@60;V
+wjammers;"Windjammers / Flying Power Disc";304x224@59;H
+wldcourt;"World Court (Japan)";288x224@60;H
+wlstar;"Wonder League Star - Sok-Magicball Fighting (Korea)";320x240@60;H
+wmatch;"Water Match (315-5064)";240x224@60;V
+wndrmomo;"Wonder Momo";288x224@60;H
+wndrplnt;"Wonder Planet (Japan)";256x248@60;V
+wof;"Warriors of Fate (921031 etc)";384x224@60;H
+wof3js;"Sangokushi II: San Jian Sheng (Chinese bootleg set 1,";384x224@60;H
+wof3jsa;"Sangokushi II: San Jian Sheng (Chinese bootleg set 2,";384x224@60;H
+wof3sj;"Sangokushi II: San Sheng Jian (Chinese bootleg set 1,";384x224@60;H
+wof3sja;"Sangokushi II: San Sheng Jian (Chinese bootleg set 2,";384x224@60;H
+wofa;"Sangokushi II (921005 Asia)";384x224@60;H
+wofah;"Sangokushi II (hack set 1, 921005 Asia)";384x224@60;H
+wofaha;"Sangokushi II (hack set 2, 921005 Asia)";384x224@60;H
+wofahb;"Sangokushi II (hack set 3, 921005 Asia)";384x224@60;H
+wofb;"Warriors of Fate (bootleg, 921002 etc)";384x224@60;H
+wofch;"Tenchi wo Kurau II - Sekiheki no Tatakai (CPS Changer,";384x224@60;H
+wofchdx;"Sangokushi III Gaiden: Kakou-On's Revenge DX (hack)";384x224@60;H
+wofh;"Sangokushi II: Sanguo Yingxiong Zhuan (Chinese bootleg";384x224@60;H
+wofha;"Sangokushi II: Sanguo Yingxiong Zhuan (Chinese bootleg";384x224@60;H
+wofhfh;"Sangokushi II: Huo Fenghuang (Chinese bootleg, 921005";384x224@60;H
+wofj;"Tenchi wo Kurau II - Sekiheki no Tatakai (921031 Japan";384x224@60;H
+wofjh;"Tenchi wo Kurau II - Sekiheki no Tatakai (hack, 921031";384x224@60;H
+wofr1;"Warriors of Fate (921002 etc)";384x224@60;H
+wofsj;"Sangokushi II: Sheng Jian Sanguo (Chinese bootleg set";384x224@60;H
+wofsja;"Sangokushi II: Sheng Jian Sanguo (Chinese bootleg set";384x224@60;H
+wofsjb;"Sangokushi II: Sheng Jian Sanguo (Chinese bootleg set";384x224@60;H
+wofsjc;"Sangokushi II: Sheng Jian Sanguo (Chinese bootleg set";384x224@60;H
+wofu;"Warriors of Fate (921031 USA)";384x224@60;H
+wolffang;"Wolf Fang -Kuhga 2001- (Japan)";320x240@58;H
+wonder3;"Wonder 3 (910520 Japan)";384x224@60;H
+wondl96;"Wonder League '96 (Korea)";320x240@60;H
+wondstck;"Wonder Stick (set 1)";320x240@60;H
+wondstcka;"Wonder Stick (set 2, censored)";320x240@60;H
+woodpeca;"Woodpecker (set 2)";288x224@60;V
+woodpeck;"Woodpecker (set 1)";288x224@60;V
+worldwar;"World Wars (World?)";400x224@60;V
+wownfant;"WOW New Fantasia";256x224@60;H
+wrally;"World Rally (Version 1.0, Checksum 0E56)";368x232@60;H
+wrallya;"World Rally (Version 1.0, Checksum 3873)";368x232@60;H
+wrallyat;"World Rally (US, 930217)";368x232@60;H
+wrallyb;"World Rally (Version 1.0, Checksum 8AA2)";368x232@60;H
+wrestwar;"Wrestle War (Euro, Jpn) - Wrestle War (set 3, World, 8751 317-0103)";320x224@60;V
+wrestwar1;"Wrestle War (set 1, Japan, FD1094 317-0090)";320x224@60;V
+wrestwar1d;"Wrestle War (set 1, Japan, FD1094 317-0090 decrypted)";320x224@60;V
+wrestwar2;"Wrestle War (set 2, World, FD1094 317-0102)";320x224@60;V
+wrestwar2d;"Wrestle War (set 2, World, FD1094 317-0102 decrypted)";320x224@60;V
+wrofaero;"War of Aero - Project MEIOU";384x240@60;V
+ws;"Jaws (Spa?) - Jimmy White's Whirlwind Snooker (Euro) - News (set 1) - Super World Stadium (Japan) - World Stadium (Japan)";288x224@60;H
+ws89;"World Stadium '89 (Japan)";288x224@60;H
+ws90;"World Stadium '90 (Japan)";288x224@60;H
+wschamp;"Wing Shooting Championship V2.00";320x240@60;H
+wschampa;"Wing Shooting Championship V1.01";320x240@60;H
+wschampb;"Wing Shooting Championship V1.00";320x240@60;H
+wwallyj;"Wally wo Sagase! (rev B, Japan, FD1094 317-0197B)";320x224@60;H
+wwallyja;"Wally wo Sagase! (rev A, Japan, FD1094 317-0197A)";320x224@60;H
+wwallyjad;"Wally wo Sagase! (rev A, Japan, FD1094 317-0197A decry";320x224@60;H
+wwallyjd;"Wally wo Sagase! (rev B, Japan, FD1094 317-0197B decry";320x224@60;H
+wwfsstar;"WWF Superstars (Europe)";256x240@60;H
+wwfsstarb;"WWF Superstars (bootleg)";256x240@60;H
+wwfsstarj;"WWF Superstars (Japan)";256x240@60;H
+wwfsstaru;"WWF Superstars (US, newer)";256x240@60;H
+wwfsstarua;"WWF Superstars (US)";256x240@60;H
+wwfwfest;"WWF WrestleFest (World)";320x240@60;H
+wwfwfestb;"WWF WrestleFest (US bootleg)";320x240@60;H
+wwfwfestj;"WWF WrestleFest (Japan)";320x240@60;H
+wwfwfestk;"WWF WrestleFest (Korea)";320x240@60;H
+wwfwfestu;"WWF WrestleFest (US)";320x240@60;H
+wwjgtin;"Wai Wai Jockey Gate-In!";256x224@60;H
+wyvernf0;"Wyvern F-0";256x224@60;V
+xexex;"Xexex (ver EAA)";384x256@54;H
+xexexa;"Xexex (ver AAA)";384x256@54;H
+xexexj;"Xexex (ver JAA)";384x256@54;H
+xmcota;"X-Men - children of the atom (950331 Euro)";384x224@60;H
+xmcotaa;"X-Men - children of the atom (950105 Asia)";384x224@60;H
+xmcotaar1;"X-Men - children of the atom (941217 Asia)";384x224@60;H
+xmcotah;"X-Men - children of the atom (950331 Hispanic)";384x224@60;H
+xmcotahr1;"X-Men - children of the atom (950105 Hispanic)";384x224@60;H
+xmcotaj;"X-Men - children of the atom (950105 Japan)";384x224@60;H
+xmcotaj1;"X-Men - children of the atom (941222 Japan)";384x224@60;H
+xmcotaj2;"X-Men - children of the atom (941219 Japan)";384x224@60;H
+xmcotaj3;"X-Men - children of the atom (941217 Japan)";384x224@60;H
+xmcotajr;"X-Men - children of the atom (941208 Japan, rent versi";384x224@60;H
+xmcotar1;"X-Men - children of the atom (950105 Euro)";384x224@60;H
+xmcotar1d;"X-Men - children of the atom (950105 Euro Phoenix Edit";384x224@60;H
+xmcotau;"X-Men - children of the atom (950105 USA)";384x224@60;H
+xmen;"Spider-Man and the X-Men in Arcade's Revenge (USA) - Spider-Man and X-Men - Arcade's Revenge (Euro, USA) - X-Men (4 Players ver UBB) - X-Men (Euro) - X-Men (USA)";288x224@60;H
+xmen2pa;"X-Men (2 Players ver AAA)";288x224@60;H
+xmen2pe;"X-Men (2 Players ver EAA)";288x224@60;H
+xmen2pj;"X-Men (2 Players ver JAA)";288x224@60;H
+xmen2pu;"X-Men (2 Players ver UAB)";288x224@60;H
+xmena;"X-Men (4 Players ver AEA)";288x224@60;H
+xmenaa;"X-Men (4 Players ver ADA)";288x224@60;H
+xmene;"X-Men (4 Players ver EBA)";288x224@60;H
+xmenj;"X-Men (4 Players ver JBA)";288x224@60;H
+xmultipl;"X Multiply (World, M81)";384x256@55;H
+xmultiplm72;"X Multiply (Japan, M72)";384x256@55;H
+xmvsf;"X-Men vs Street Fighter (961004 Euro)";384x224@60;H
+xmvsfa;"X-Men vs Street Fighter (961023 Asia)";384x224@60;H
+xmvsfar1;"X-Men vs Street Fighter (961004 Asia)";384x224@60;H
+xmvsfar2;"X-Men vs Street Fighter (960919 Asia)";384x224@60;H
+xmvsfar3;"X-Men vs Street Fighter (960910 Asia)";384x224@60;H
+xmvsfb;"X-Men vs Street Fighter (961023 Brazil)";384x224@60;H
+xmvsfh;"X-Men vs Street Fighter (961004 Hispanic)";384x224@60;H
+xmvsfj;"X-Men vs Street Fighter (961023 Japan)";384x224@60;H
+xmvsfjr1;"X-Men vs Street Fighter (961004 Japan)";384x224@60;H
+xmvsfjr2;"X-Men vs Street Fighter (960910 Japan)";384x224@60;H
+xmvsfjr3;"X-Men vs Street Fighter (960909 Japan)";384x224@60;H
+xmvsfr1;"X-Men vs Street Fighter (960910 Euro)";384x224@60;H
+xmvsfu;"X-Men vs Street Fighter (961023 USA)";384x224@60;H
+xmvsfu1d;"X-Men vs Street Fighter (961004 USA Phoenix Edition)";384x224@60;H
+xmvsfur1;"X-Men vs Street Fighter (961004 USA)";384x224@60;H
+xmvsfur2;"X-Men vs Street Fighter (960910 USA)";384x224@60;H
+xorworld;"Xor World (prototype)";256x224@60;H
+xsleena;"Xain'd Sleena (World)";256x240@60;H
+xsleenaj;"Xain'd Sleena (Japan)";256x240@60;H
+xxmissio;"XX Mission";512x192@60;V
+yamagchi;"Go Go Mr. Yamaguchi / Yuke Yuke Yamaguchi-kun";256x224@60;V
+yamato;"Yamato (Euro, Jpn) - Yamato (US)";256x224@60;V
+yamato2;"Yamato (World?)";256x224@60;V
+yanchamr;"Kaiketsu Yanchamaru (Japan)";384x256@60;H
+yankeedo;"Yankee DO!";240x192@60;V
+yesnoj;"Yes/No Sinri Tokimeki Chart";320x224@60;H
+yiear;"Yie Ar Kung-Fu (Jpn) - Yie Ar Kung-Fu (program code I) - Yie Ar Kung-Fu (Tw)";256x224@60;H
+yiear2;"Yie Ar Kung-Fu (program code G) - Yie Ar Kung-Fu II - The Emperor Yie-Gah (Jpn)";256x224@60;H
+yieartf;"Yie Ar Kung-Fu (GX361 conversion)";256x224@60;H
+youjyudn;"Youjyuden (Japan)";256x256@60;V
+youkaidk1;"Yokai Douchuuki (Japan, old version (YD1))";288x224@60;H
+youkaidk2;"Yokai Douchuuki (Japan, new version (YD2, Rev B))";288x224@60;H
+youma;"Youma Ninpou Chou (Japan)";256x224@60;V
+youma2;"Youma Ninpou Chou (Japan, alt)";256x224@60;V
+yukiwo;"Yukiwo (World, prototype)";320x224@60;V
+yuyugogo;"Yuuyu no Quiz de GO!GO! (Japan)";320x224@60;H
+zaviga;"Zaviga";256x240@60;V
+zavigaj;"Zaviga (Japan)";256x240@60;V
+zaxxon;"Super Zaxxon - Zaxxon - Zaxxon (Jpn) - Zaxxon (Jpn) - Zaxxon (set 1, rev D)";256x224@60;V
+zaxxon2;"Zaxxon (set 2, unknown rev)";256x224@60;V
+zaxxon3;"Zaxxon (set 3, unknown rev)";256x224@60;V
+zaxxonb;"Jackson";256x224@60;V
+zaxxonj;"Zaxxon (Japan)";256x224@60;V
+zedblade;"Zed Blade / Operation Ragnarok";304x224@59;H
+zeropnt;"Zero Point (set 1)";384x224@60;H
+zeropnt2;"Zero Point 2";384x224@60;H
+zeropnta;"Zero Point (set 2)";384x224@60;H
+zeropntj;"Zero Point (Japan)";384x224@60;H
+zeroteam;"New Zero Team (V33 SYSTEM TYPE_B hardware) - Zero Team USA (set 1, US, Fabtek license)";320x256@55;H
+zeroteama;"New Zero Team (V33 SYSTEM TYPE_B hardware, China?) - Zero Team (set 2, Japan? (earlier?))";320x256@55;H
+zeroteamb;"Zero Team (set 3, Japan? (later batteryless))";320x256@55;H
+zeroteamc;"Zero Team (set 4, Taiwan, Liang Hwa license)";320x256@55;H
+zeroteamd;"Zero Team (set 5, Korea, Dream Soft license)";320x256@55;H
+zeroteams;"Zero Team Selection";320x256@55;H
+zeroteamsr;"Zero Team Suicide Revival Kit";320x256@55;H
+zerotime;"Zero Time";256x224@60;V
+zerotimed;"Zero Time (Datamat)";256x224@60;V
+zerotm2k;"Zero Team 2000";320x256@55;H
+zerowing;"Zero Wing (2P set) - Zero Wing (Euro)";320x240@60;H
+zerowing1;"Zero Wing (1P set)";320x240@60;H
+zerowingw;"Zero Wing (2P set, Williams Electronics)";320x240@60;H
+zerozone;"Zero Zone";368x224@60;H
+zigzagb;"Zig Zag (Galaxian hardware, set 1)";256x224@60;V
+zigzagb2;"Zig Zag (Galaxian hardware, set 2)";256x224@60;V
+zin;"Zing Zing Zip";384x240@60;V
+zintrckb;"Zintrick / Oshidashi Zentrix (hack / bootleg)";304x224@59;H
+zintrkcd;"Zintrick / Oshidashi Zentrix (Neo CD conversion)";304x224@59;H
+zipzap;"Zip & Zap";256x224@60;V
+zoar;"Zoar";256x240@60;V
+zodiack;"Zodiack";256x224@60;V
+zombraid;"Zombie Raid (9/28/95, US)";384x240@60;H
+zombraidp;"Zombie Raid (9/28/95, US, prototype PCB)";384x240@60;H
+zombraidpj;"Zombie Raid (9/28/95, Japan, prototype PCB)";384x240@60;H
+zupapa;"Zupapa!";304x224@59;H
+zzyzzyxx;"Zzyzzyxx (set 1)";256x224@60;V
+zzyzzyxx2;"Zzyzzyxx (set 2)";256x224@60;V
diff --git a/opt/retropie/configs/all/autostart.sh b/opt/retropie/configs/all/autostart.sh
new file mode 100755
index 0000000..b7e6f1c
--- /dev/null
+++ b/opt/retropie/configs/all/autostart.sh
@@ -0,0 +1,79 @@
+#!/bin/bash
+
+# script for preparing RetroPieRGB config script
+
+
+
+rgb_config=/home/pi/rgb_config.sh
+rgb_default_config=/home/pi/rgb_default_config.sh
+config=/boot/config.txt
+log=/home/pi/log.txt
+
+rm $log > /dev/null
+# read config.txt and put all config parameters for RetroPieRGB Parameters to
+# rgb_config
+
+
+function pikeyd165_start ()
+{
+ sudo chmod a+rwx /dev/uinput
+ pikeyd165_stop
+ sudo -s pikeyd165 -smi -ndb -d &> /dev/null
+}
+
+function pikeyd165_stop ()
+{
+
+ sudo chmod a+rwx /dev/uinput
+
+ sudo -s pikeyd165 -k &> /dev/null
+ #killall pikeyd165
+}
+
+
+
+function get_params()
+{
+
+ while IFS== read -r param default_value; do
+
+ result=$(grep $param $config)
+
+ if [ -z "$result" ] ; then
+ echo "$param=$default_value" | sudo tee -a $config
+ else
+ # var exists in config.txt
+ echo "variable in config.txt exists" >> $log
+ echo "sync calue in rgb_config" >> $log
+
+ echo $result >> $log
+ value=$(echo $result|cut -d"=" -f2)
+ echo $value >> $log
+ sed -i "s/^$param.*/$param=$value/" $rgb_config
+
+ fi
+
+ done < $rgb_default_config
+}
+
+
+# WIEGAND: Try to remove this part
+# rm $rgb_config
+# cp $rgb_default_config $rgb_config
+
+get_params
+
+chmod +x $rgb_config
+. $rgb_config
+
+
+if [ "$pi2jamma" == "1" ]; then
+ echo "pi2jamma activated" >> $log
+ pikeyd165_start
+else
+ echo "pi2jamma deactivated" >> $log
+ pikeyd165_stop
+fi
+
+
+emulationstation --screenrotate $es_rotate
diff --git a/opt/retropie/configs/all/runcommand-onend.sh b/opt/retropie/configs/all/runcommand-onend.sh
new file mode 100644
index 0000000..6aee22b
--- /dev/null
+++ b/opt/retropie/configs/all/runcommand-onend.sh
@@ -0,0 +1,5 @@
+vcgencmd hdmi_timings 320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1 > /dev/null
+sleep 0.3
+tvservice -e "DMT 87" > /dev/null
+sleep 0.3
+fbset -depth 8 && fbset -depth 16 -xres 320 -yres 240 > /dev/null
diff --git a/opt/retropie/configs/all/runcommand-onstart.sh b/opt/retropie/configs/all/runcommand-onstart.sh
new file mode 100755
index 0000000..e6fc352
--- /dev/null
+++ b/opt/retropie/configs/all/runcommand-onstart.sh
@@ -0,0 +1,102 @@
+#!/usr/bin/env bash
+#title : runcommand-onstart.sh
+#description : This script perform the following
+# Determines if the game being run is a console or an arcade/fba
+# For arcades, it will programatically determine the resolution based on resolution.ini file
+# For consoles, hdmi_timings can be set based on emulator or system
+# Dynamically creates the game_name.zip.cfg file and sets the custom_viewport_height
+# Dynamically add these parameters (video_allow_rotate = "true" and video_rotation = 1) for vertical games
+# vertical.txt contains all the mame 0.184 vertical games
+# Ability to set custom_viewport_width for arcades/fba
+#author : Jochen Zurborg
+#date : 2019-11-19
+#version : 0.1
+#notes : For advance users only and would need to be tweaked
+# to cater to your needs and preference
+# resolution.ini (0.184) file needed http://www.progettosnaps.net/renameset/
+#===============================================================================================================
+
+log=/home/pi/log.txt
+
+dir=($pwd)
+
+
+. /home/pi/rgb_config.sh
+
+# get the system name
+system=$1
+
+# get the emulator name
+emul=$2
+emul_lr=${emul:0:2}
+
+# get the full path filename of the ROM
+rom_fp=$3
+rom_bn=$3
+
+# Game or Rom name
+rom_bn="${rom_bn%.*}"
+rom_bn="${rom_bn##*/}"
+
+path=/opt/retropie/configs/all
+
+
+function prep_res ()
+{
+ cd $path
+ mme4crt $1 $2 $3 $rgb_screen_shift $rgb_screen_width 0 >> $log
+ #cp $dir/game_res.sh $path
+ #cp $dir/retroarch_game.cfg $path
+ chmod +x game_res.sh
+ cp retroarch_game.cfg "$rom_fp"".cfg"
+ cd $dir
+
+}
+
+# Determine if arcade or fba then determine resolution, set hdmi_timings else goto console section
+if [[ "$system" == "arcade" ]] || [[ "$system" == "fba" ]] || [[ "$system" == "mame-libretro" ]] ; then
+ echo "rom $rom_bn" >> $log
+
+ # get resolution of rom
+ rom_resolution=$(grep "$rom_bn;" $path/arcade_res_table.txt | cut -d";" -f3)
+ rom_resolution_width=$(echo $rom_resolution | cut -f1 -d"x")
+ rom_resolution_height=$(echo $rom_resolution | cut -f2 -d"x" | cut -f1 -d"@")
+ rom_resolution_freq=$(echo $rom_resolution | cut -f2 -d"x" | cut -f2 -d"@")
+
+ echo $rom_resolution >> $log
+
+ # Set rom_resolution_height for 480p and 448p roms
+ if [ $rom_resolution_height == "480" ]; then
+ rom_resolution_height="240"
+ elif [ $rom_resolution_height == "448" ]; then
+ rom_resolution_height="224"
+ fi
+
+
+ # Create rom_name.cfg
+ if ! [ -f "$rom_fp"".cfg" ]; then
+ touch "$rom_fp"".cfg"
+ fi
+
+ prep_res $rom_resolution_width $rom_resolution_height $rom_resolution_freq
+
+
+ # determine if vertical
+ if grep -w -q "$rom_bn" /opt/retropie/configs/all/vertical.txt ; then
+ # Add vertical parameters (video_allow_rotate = "true")
+ if ! grep -q "video_allow_rotate" "$rom_fp"".cfg"; then
+ echo -e "video_allow_rotate = \"true\"" >> "$rom_fp"".cfg" 2>&1
+ fi
+ # Add vertical parameters (video_rotation = 1)
+ if ! grep -q "video_rotation" "$rom_fp"".cfg"; then
+ echo -e "video_rotation = \"1\"" >> "$rom_fp"".cfg" 2>&1
+ fi
+ fi
+
+# hier besser eine Standard super res.
+else
+ prep_res 320 224 60
+
+fi
+
+$path/game_res.sh
diff --git a/opt/retropie/configs/all/vertical.txt b/opt/retropie/configs/all/vertical.txt
new file mode 100644
index 0000000..b9dd188
--- /dev/null
+++ b/opt/retropie/configs/all/vertical.txt
@@ -0,0 +1,1095 @@
+005
+1941
+1942
+1943
+1943kai
+1943mii
+1945kiii
+19xx
+20pacgal
+25pacman
+39in1
+4in1
+8ball
+8ballact
+aafb
+aceattac
+acefruit
+acrobatm
+ad2083
+aerofgt
+aerofgts
+afighter
+agallet
+airass
+airattck
+airduel
+airraid
+ajax
+alcon
+alibaba
+alinvade
+alleymas
+alphaho
+alpine
+altair
+amazon
+amidar
+androidp
+andromed
+angelkds
+anmlbskt
+anteater
+apb
+arabian
+arbalest
+arcadian
+argus
+arkanoid
+arkatour
+arknoid2
+armchmp2
+armedf
+armorcar
+ashura
+aso
+assault
+astrob
+astrof
+astrowar
+asuka
+asylum
+atamanot
+atlantis
+attckufo
+avengers
+azurian
+babypac
+bagman
+ballbomb
+baluba
+barrier
+baryon
+batrider
+batsugun
+battlane
+battlnts
+battroad
+bbakraid
+bcruzm12
+beaminv
+beezer
+berenstn
+bermudat
+bgaregga
+bigbucks
+bigevglf
+bigprowr
+bikkuric
+bioatack
+birdiy
+birdtry
+bitgrpha
+bitgrphb
+bjtwin
+bking
+bking2
+bking3
+bladestl
+blastoff
+blazer
+blkhole
+block
+blockcar
+blockgal
+blswhstl
+bluehawk
+blueprnt
+boggy84
+bombbee
+bombjack
+bombsa
+bongo
+boomrang
+boonggab
+botanic
+bowl3d
+bowler
+bowlrama
+brdrline
+breakout
+brickzn
+brubber
+brvblade
+btime
+buggychl
+bullfgtr
+bullsdrt
+bwcasino
+bwings
+cadanglr
+cairblad
+calibr50
+calipso
+cannonbp
+capbowl
+captflag
+carhntds
+carjmbre
+carnival
+castfant
+catacomb
+catapult
+catnmous
+cavelon
+cbdash
+cbtime
+cburnrub
+cchasm
+cdiscon1
+cdsteljn
+centiped
+cexplore
+cfarm
+cfboy0a1
+cfghtice
+cflyball
+cgraplop
+champbwl
+chanbara
+checkman
+cheekyms
+chinhero
+chkun
+chopper
+chqflag
+chwy
+circusc
+citybomb
+ckong
+ckongpt2
+clapapa
+clocknch
+clubpacm
+cluckypo
+cmanhat
+cmissnx
+cmkenosp
+cmmb162
+cmrltv75
+cnightst
+cntsteer
+cocean1a
+cocoloco
+colony7
+combh
+commando
+commsega
+complexx
+congo
+conquer
+contra
+coozumou
+cosmica
+cosmicg
+cosmo
+cosmogng
+cosmos
+cppicf
+cprobowl
+cprogolf
+cpsoccer
+cptennis
+crbaloon
+crshrace
+crush
+crzrally
+cscrtry
+csdtenis
+cskater
+csuperas
+cterrani
+ctisland
+ctornado
+ctsttape
+curvebal
+cutieq
+cybattlr
+cyclshtg
+cyvern
+czeroize
+dai3wksi
+daikaiju
+daioh
+dambustr
+dangar
+dangseed
+darkmist
+darkwar
+darwin
+dazzler
+dblewing
+dcheese
+ddayjlc
+ddonpach
+ddp2
+ddpdfk
+ddpdoj
+ddpdojh
+dealer
+decocass
+demoneye
+desertbr
+desertwr
+destryer
+devilfsh
+devstors
+devzone
+dfkbl
+digdug
+digdug2
+digger
+diggerc
+dimahoo
+dingo
+dirtfoxj
+disco
+discoboy
+divebomb
+dkong
+dkong3
+dkongjr
+docastle
+dockman
+dogfight
+dogyuun
+dommy
+donpachi
+dorachan
+dorodon
+downtown
+draco
+dragnblz
+drakton
+dremshpr
+driftout
+drivfrcp
+drmicro
+drtoppel
+dsaber
+dspirit
+dyger
+dynadice
+dynamski
+dynobop
+earthjkr
+eeekk
+eggor
+eightfrc
+elecyoyo
+enigma2
+equites
+espgal
+espgal2
+esprade
+evilston
+exctscc2
+exctsccr
+exedexes
+exerion
+explbrkr
+extrmatn
+eyes
+f1gp
+f1gp2
+fantasia
+fantastc
+fantasy
+fastdraw
+fastlane
+fcombat
+feversos
+fghtatck
+fgoal
+fhawk
+fi6845
+fightrol
+finalizr
+firebatl
+fireshrk
+firetrap
+firetrk
+fiveside
+fixeight
+flipjack
+flyboy
+flytiger
+fnkyfish
+freekick
+freeze
+frogger
+frontlin
+fshark
+fspiderb
+fstarfrc
+funkybee
+futari15
+futaribl
+futflash
+futspy
+gaiapols
+galactic
+galaga
+galaga88
+galaxia
+galaxian
+galaxygn
+galgame
+galivan
+galmedes
+galpani2
+galpani3
+galpanic
+galsnew
+galspnbl
+galxwars
+gametngk
+gaplus
+gardia
+gbusters
+gcpinbal
+geebee
+gekiridn
+gekisou
+gemini
+gground
+ghox
+gigas
+gigasm2b
+gmgalax
+gnbarich
+goindol
+goldbug
+gomoku
+gondo
+gorf
+gp2quiz
+gp2se
+gp32
+grasspin
+grchamp
+greenber
+grindstm
+grobda
+gseeker
+gstream
+gulfstrm
+gulfwar2
+gunbird
+gunbird2
+gundealr
+gundhara
+gunfront
+gunlock
+gunnail
+gunsmoke
+guwange
+guzzler
+gwar
+gyrodine
+gyruss
+hal21
+halleys
+hamaway
+harem
+hbarrel
+headoni
+heartatk
+heiankyo
+helifire
+hero
+highsplt
+himesiki
+hoccer
+hopprobo
+horekid
+horshoes
+hotdogst
+hotpinbl
+hotshock
+hotsmash
+hstennis
+hunchbak
+huncholy
+hustler
+hwrace
+hyhoo
+hyhoo2
+ibara
+ibarablk
+igmo
+ikari
+ikaruga
+illvelo
+imago
+imgfight
+imolagp
+indianbt
+indy800
+intrepid
+invad2ct
+invaders
+invadpt2
+invds
+invho2
+invinco
+invmulti
+invqix
+invrvnge
+ipminvad
+ixion
+jack
+jackal
+jackrabt
+jantotsu
+jcross
+jin
+jjack
+joinem
+jollyjgr
+jongbou
+josvolly
+journey
+joust2
+joyfulr
+jrpacman
+jumpbug
+jumpcoas
+jumpshot
+jungler
+junofrst
+kageki
+kaitei
+kamikaze
+kamikcab
+kangaroo
+kaos
+karous
+kas89
+kbm
+kbm2nd
+kbm3rd
+kchamp
+ket
+kick
+kicker
+kikikai
+kingball
+kingdmgp
+kingofb
+koikoi
+konam80s
+kong
+kopunch
+krull
+krzybowl
+kyros
+ladybug
+ladyfrog
+ladykill
+ladymstr
+lagunar
+lasso
+lastday
+lastduel
+lastmisn
+leds2011
+legion
+lethalth
+levers
+lgtnfght
+liberate
+lizwiz
+lnc
+locomotn
+logger
+looping
+losttomb
+loverboy
+lrescue
+lsasquad
+luckyrlt
+luctoday
+lupin3
+lwings
+m660
+machomou
+macross
+macrossp
+madalien
+madgear
+madshark
+mag_time
+magspot
+magspot2
+mamonoro
+maniach
+manybloc
+mappy
+mariner
+mars
+marvins
+masterw
+matmania
+mazeinv
+mazinger
+megadon
+megazone
+mercs
+merlinmm
+metafox
+metlfrzr
+metlhawk
+mgolf
+mightguy
+mikie
+milliped
+mimonkey
+minefld
+mirax
+misncrft
+mjleague
+mmagic
+mmonkey
+mmpork
+mocapb
+mofflott
+moguchan
+monsterb
+montecar
+monymony
+monzagp
+moonal2
+mooncrst
+moonqsr
+moonwar
+motos
+mouser
+mplanets
+mrdo
+mrflea
+mrjong
+mrkougar
+mrtnt
+mrviking
+msisaac
+msjiken
+mspacman
+mspuzzle
+multiped
+mushisam
+musicbal
+mustache
+mv1sfx
+mv1sfx2
+mx5000
+mystston
+naughtyb
+navarone
+ncv1
+ncv2
+nebulray
+neobattl
+netwars
+newfant
+newsin7
+nibbler
+ninjemak
+nitrobal
+nmouse
+noahsark
+nob
+nomnlnd
+nost
+nsub
+numcrash
+nyny
+ohpaipee
+olibochu
+omega
+omegaf
+orbitron
+outzone
+overdriv
+ozmawars
+ozon1
+p911
+p9112
+pachifev
+packbang
+pacmania
+pacnpal
+pacplus
+paddlema
+pairlove
+pandoras
+panic
+panicr
+panther
+paprazzi
+para2dx
+paradise
+paradlx
+passsht
+pbaction
+pballoon
+peggle
+pengo
+percuss
+perestro
+perfrman
+phelios
+phoenix
+phozon
+pickin
+pignewt
+pinbo
+pinkswts
+pisces
+pitnrun
+playball
+pleiads
+plgirls
+plgirls2
+plusalph
+plygonet
+pntnpuzl
+pokrdice
+polaris
+pollux
+polynetw
+pooyan
+popflame
+popper
+porky
+portrait
+poundfor
+ppking
+pprobe
+progolf
+progress
+promutrv
+prosoccr
+prosport
+protennb
+prtytime
+psurge
+psychic5
+psyvar2
+psyvaria
+psyvarrv
+pturn
+puckman
+pulsar
+pushover
+puzlclub
+pwrflip
+pzlestar
+qbert
+qbertqub
+qix
+quantum
+quarterb
+quasar
+quester
+quizpun
+quizpun2
+quizqgd
+qwak
+r2dtank
+r2dx_v33
+raaspec
+rackemup
+radarscp
+radarzon
+radirgy
+raflesia
+raiden
+raiden2
+raidendx
+raiders
+rallybik
+razmataz
+rcasino
+rcirulet
+rcorsair
+rdft
+rdft2
+re800v1
+re800v3
+re900
+reaktor
+redalert
+redclash
+redlin2p
+redrobin
+redufo
+regulus
+repulse
+rescue
+retofinv
+revenger
+rfjet
+ridleofp
+roadf
+rockduck
+rockn
+rockn2
+rockn3
+rockn4
+rocktrv2
+rocnrope
+rollingc
+rompers
+rotaryf
+roundup
+route16
+rshark
+rtriv
+rumba
+ryujin
+s1945
+s1945ii
+s1945iii
+safarir
+samurai
+samuraia
+sandscrp
+sasuke
+satansat
+saturnzi
+sbagman
+sbasketb
+sbomber
+sbowling
+sbrkout
+sbugger
+schaser
+scobra
+scontra
+scorpion
+scotrsht
+scramble
+scregg
+scudhamm
+sdtennis
+sdungeon
+searchar
+seicross
+sengekis
+senjyo
+setaroul
+sexyboom
+sfkick
+sflush
+sheriff
+shienryu
+shikgam2
+shikigam
+shikigama
+shollow
+shootbul
+shors2k1
+shorse
+shorsep
+shorsepr
+shtrider
+shuffle
+shuttlei
+sianniv
+sidampkr
+sidewndr
+silvmil
+sindbadm
+sinistar
+skullfng
+skyadvnt
+skyalert
+skyarmy
+skybase
+skybump
+skychut
+skyfox
+skylancr
+skylove
+skysmash
+skysoldr
+sl2007
+slikshot
+slither
+solarfox
+solarwar
+sonicbom
+sos
+spacbeam
+spacecr
+spacefb
+spacefev
+spacefrt
+spaceg
+spaceint
+spacelnc
+spaceod
+spacetrk
+spbactn
+spcforce
+spcfrcii
+spcinv95
+spcking2
+spclaser
+spclforc
+spcpostn
+spcwarp
+spdcoin
+speakres
+spec2k
+speedbal
+spellbnd
+spfghmk2
+spiders
+springer
+spyhunt
+sqbert
+sqix
+sraider
+srdarwin
+srdmissn
+srumbler
+ssi
+ssingles
+ssmissin
+ssozumo
+sspacaho
+sspaceat
+sspeedr
+sspirits
+ssrj
+sstingry
+sstrangr
+sstrike
+sstriker
+stagger1
+starfigh
+starforc
+starjack
+starspnr
+stg
+stinger
+stmblade
+stratab
+streakng
+striv
+strtheat
+strvmstr
+stuntair
+sub
+sucasino
+sundance
+supdrapo
+superabc
+superbik
+superbon
+superbug
+superpac
+supertnk
+superwng
+superx
+supmodel
+suprglob
+suprmous
+suprridr
+suprstar
+survival
+swat
+szaxxon
+tacscan
+tactcian
+tail2nos
+talbot
+tankbatt
+tankbust
+tattack
+taxidriv
+tazmania
+tcobra2
+tdfever
+tdpgal
+tdragon
+tdragon2
+teamqb
+teedoff
+telmahjn
+tempest
+tenkomor
+tenspot
+terracre
+tharrier
+thedeep
+theend
+thehand
+thepit
+thunderl
+tigerh
+timefgtr
+timelimt
+timeplt
+timescan
+timesold
+tinv2650
+tisland
+tndrcade
+tnextspc
+tnk3
+todruaga
+tokio
+tokisens
+tomahawk
+toobin
+toprollr
+toratora
+torus
+toucheme
+tp84
+tranqgun
+travrusa
+trgheart
+tricktrp
+triplep
+tripool
+trisport
+trizeal
+tron
+truxton
+truxton2
+trvchlng
+trvmstr
+trvquest
+trvwz2
+trvwz4
+tryout
+tsamurai
+tugboat
+tunhunt
+turbo
+turbofrc
+turbotag
+turtles
+tutankhm
+twinbee
+twincobr
+twineag2
+twineagl
+twinhawk
+ultrax
+unclepoo
+undefeat
+uniwars
+unkhorse
+upndown
+upyoural
+usclssic
+valkyrie
+valtric
+vandyke
+vangrd2
+vanguard
+vanvan
+vaportra
+varth
+vasara
+vasara2
+vastar
+vectrex\3dminest
+vectrex\animactn
+vectrex\armora
+vectrex\artmastr
+vectrex\bedlam
+vectrex\berzerk
+vectrex\blitz
+vectrex\cchasm
+vectrex\ccoaster
+vectrex\cleanswp
+vectrex\darktowr
+vectrex\enginean
+vectrex\fnarzod
+vectrex\headsup
+vectrex\hyprchas
+vectrex\mailplan
+vectrex\melody
+vectrex\minestrm
+vectrex\narrowes
+vectrex\polarres
+vectrex\polepos
+vectrex\ptchduel
+vectrex\ripoff
+vectrex\rocksled
+vectrex\scramble
+vectrex\solarq
+vectrex\spacewar
+vectrex\spike
+vectrex\spinball
+vectrex\starcas
+vectrex\starhawk
+vectrex\startrek
+vectrex\testrev4
+vectrex\tourfrnc
+vectrex\webwarp
+vectrex
+vega
+victroad
+videopin
+vimana
+viprp1
+vmetal
+volfied
+vortex
+vroulet
+vsgongf
+vulgus
+wallst
+wanted
+warofbug
+warpwarp
+waterski
+wiggie
+wingforc
+wiping
+wivernwg
+wiz
+wmatch
+wndrplnt
+woodpeck
+worldwar
+wrestwar
+wrofaero
+wtennis
+wwestern
+wyvernf0
+x2222
+xevious
+xiistag
+xxmissio
+yamagchi
+yamato
+yosakdon
+youjyudn
+zaryavos
+zaviga
+zaxxon
+zerohour
+zigzagb
+zingzip
+zipzap
+zoar
+zodiack
+zzyzzyxx
diff --git a/patch.sh b/patch.sh
new file mode 100755
index 0000000..c6783d5
--- /dev/null
+++ b/patch.sh
@@ -0,0 +1,3 @@
+dialog --infobox "RetroPieRGB First Version patch 1\n\n Visit www.arcadeforge.de" 10 30
+sleep 3
+./setup.sh
diff --git a/scripts/320_240_60.sh b/scripts/320_240_60.sh
new file mode 100755
index 0000000..6aee22b
--- /dev/null
+++ b/scripts/320_240_60.sh
@@ -0,0 +1,5 @@
+vcgencmd hdmi_timings 320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1 > /dev/null
+sleep 0.3
+tvservice -e "DMT 87" > /dev/null
+sleep 0.3
+fbset -depth 8 && fbset -depth 16 -xres 320 -yres 240 > /dev/null
diff --git a/scripts/450_270_50.sh b/scripts/450_270_50.sh
new file mode 100755
index 0000000..a4812aa
--- /dev/null
+++ b/scripts/450_270_50.sh
@@ -0,0 +1,16 @@
+vcgencmd hdmi_timings 450 1 50 30 90 270 1 1 1 30 0 0 0 50 0 9600000 1 > /dev/null
+#vcgencmd hdmi_timings 320 1 2 26 43 240 1 3 7 12 0 0 0 60 0 6400000 1
+
+
+tvservice -e "DMT 87"
+#fbset -g 320 230 320 230 32 > /dev/null
+sleep 0.3
+
+#fbset -depth 8 && fbset -depth 16
+#sleep 0.3
+fbset -g 450 270 450 270 32 > /dev/null
+# fb not put to screen
+echo "res executed"
+#sleep 0.3
+
+#stty rows 44
diff --git a/scripts/450_270_60.sh b/scripts/450_270_60.sh
new file mode 100755
index 0000000..898ff43
--- /dev/null
+++ b/scripts/450_270_60.sh
@@ -0,0 +1,13 @@
+vcgencmd hdmi_timings 450 1 50 33 90 270 1 1 1 30 0 0 0 60 0 9600000 1 > /dev/null
+
+
+tvservice -e "DMT 87" > /dev/null
+sleep 0.3
+
+fbset -depth 8 && fbset -depth 16
+sleep 0.3
+fbset -g 450 270 450 270 32 > /dev/null
+
+#sleep 0.3
+
+#stty rows 44
diff --git a/.project b/.project
new file mode 100644
index 0000000..2b159f2
--- /dev/null
+++ b/.project
@@ -0,0 +1,11 @@
+
+
+ RetroPieRGB
+
+
+
+
+
+
+
+
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..6dc7da9
--- /dev/null
+++ b/README.md
@@ -0,0 +1,26 @@
+RetroPieRGB
+===========
+
+This project contains scripts for enabling 15Khz RGB for your retro gaming setup with retropie.
+
+It needs the hardware addon pi2scart or pi2jamma to output the proper image on a CRT screen.
+
+Please goto http://www.arcadeforge.de and get this awesome gadget.
+
+
+Installation
+============
+
+Download latest retropie and install it as described on retropie wiki.
+Connect Keyboard.
+Activate wiki.
+In emulationstation press F4 to get cmd shell
+
+Type
+
+git clone https://github.com/arcadeforge/RetroPieRGB
+
+cd RetroPieRGB
+
+sudo ./setup.sh
+
diff --git a/boot/config.txt b/boot/config.txt
new file mode 100755
index 0000000..1860f84
--- /dev/null
+++ b/boot/config.txt
@@ -0,0 +1,73 @@
+# For more options and information see
+# http://rpf.io/configtxt
+# Some settings may impact device functionality. See link above for details
+
+# uncomment if you get no picture on HDMI for a default "safe" mode
+#hdmi_safe=1
+
+# uncomment this if your display has a black border of unused pixels visible
+# and your display can output without overscan
+#disable_overscan=1
+
+# uncomment the following to adjust overscan. Use positive numbers if console
+# goes off screen, and negative if there is too much border
+#overscan_left=16
+#overscan_right=16
+#overscan_top=16
+#overscan_bottom=16
+
+# uncomment to force a console size. By default it will be display's size minus
+# overscan.
+#framebuffer_width=1280
+#framebuffer_height=720
+
+# uncomment if hdmi display is not detected and composite is being output
+#hdmi_force_hotplug=1
+
+# uncomment to force a specific HDMI mode (this will force VGA)
+#hdmi_group=1
+#hdmi_mode=1
+
+# uncomment to force a HDMI mode rather than DVI. This can make audio work in
+# DMT (computer monitor) modes
+#hdmi_drive=2
+
+# uncomment to increase signal to HDMI, if you have interference, blanking, or
+# no display
+#config_hdmi_boost=4
+
+# uncomment for composite PAL
+#sdtv_mode=2
+
+#uncomment to overclock the arm. 700 MHz is the default.
+#arm_freq=800
+
+# Uncomment some or all of these to enable the optional hardware interfaces
+#dtparam=i2c_arm=on
+#dtparam=i2s=on
+#dtparam=spi=on
+
+# Uncomment this to enable the lirc-rpi module
+#dtoverlay=lirc-rpi
+
+disable_splash=1
+disable_audio_dither=1
+
+# Settings for pi2scart and pi2jamma
+
+dtoverlay=vga666
+enable_dpi_lcd=1
+display_default_lcd=1
+dpi_group=2
+dpi_mode=87
+
+hdmi_timings=320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+# Additional overlays and parameters are documented /boot/overlays/README
+
+# Enable audio (loads snd_bcm2835)
+dtparam=audio=on
+gpu_mem_256=128
+gpu_mem_512=256
+gpu_mem_1024=256
+overscan_scale=1
diff --git a/boot/config_highres.txt b/boot/config_highres.txt
new file mode 100644
index 0000000..933ae16
--- /dev/null
+++ b/boot/config_highres.txt
@@ -0,0 +1,103 @@
+# For more options and information see
+# http://rpf.io/configtxtreadme
+# Some settings may impact device functionality. See link above for details
+
+# uncomment if you get no picture on HDMI for a default "safe" mode
+#hdmi_safe=1
+disable_splash=1
+
+# uncomment this if your display has a black border of unused pixels visible
+# and your display can output without overscan
+#disable_overscan=1
+
+# uncomment the following to adjust overscan. Use positive numbers if console
+# goes off screen, and negative if there is too much border
+#overscan_left=16
+#overscan_right=16
+#overscan_top=16
+#overscan_bottom=16
+
+# uncomment to force a console size. By default it will be display's size minus
+# overscan.
+#framebuffer_width=1280
+#framebuffer_height=720
+#resolution for 24inch half size 1920 x 1200
+#framebuffer_width=960
+#framebuffer_height=600
+
+# uncomment if hdmi display is not detected and composite is being output
+#hdmi_force_hotplug=1
+
+# uncomment to force a specific HDMI mode (this will force VGA)
+#hdmi_group=1
+#hdmi_mode=1
+
+# uncomment to force a HDMI mode rather than DVI. This can make audio work in
+# DMT (computer monitor) modes
+#hdmi_drive=2
+
+# uncomment to increase signal to HDMI, if you have interference, blanking, or
+# no display
+#config_hdmi_boost=4
+
+# uncomment for composite PAL
+#sdtv_mode=2
+
+#uncomment to overclock the arm. 700 MHz is the default.
+arm_freq=800
+
+# Uncomment some or all of these to enable the optional hardware interfaces
+#dtparam=i2c_arm=on
+#dtparam=i2s=on
+#dtparam=spi=on
+
+# Uncomment this to enable the lirc-rpi module
+#dtoverlay=lirc-rpi
+
+# Additional overlays and parameters are documented /boot/overlays/README
+
+# Enable audio (loads snd_bcm2835)
+dtparam=audio=on
+#gpu_mem=512
+
+
+disable_audio_dither=1
+#audio_pwm_mode=2
+
+## Aufloesung fest einstellen ##
+################################
+##hdmi auch ohne Monitor im Betrieb
+hdmi_force_hotplug=1
+# DMT Modus aktivieren
+hdmi_group=2
+## Aufloesungen alle 60hz
+# 1024x768
+#hdmi_mode=16
+# 1280x768
+#hdmi_mode=23
+# 1366x768
+#hdmi_mode=81
+# 1920x1080
+#hdmi_mode=82
+# 1280x720p
+#hdmi_mode=85
+# 640x480
+hdmi_mode=4
+# 800x600
+#hdmi_mode=9
+# check with tvservice -s for available resolution of our monitor
+
+# oc settings
+gpu_mem=256
+#gpu_mem_256=128
+#gpu_mem_512=256
+#gpu_mem_1024=256
+#arm_freq=1450
+#gpu_freq=500
+#sdram_freq=550
+#over_voltage=8
+#force_turbo=1
+
+
+
+
diff --git a/boot/config_lowres.txt b/boot/config_lowres.txt
new file mode 100644
index 0000000..c993dcc
--- /dev/null
+++ b/boot/config_lowres.txt
@@ -0,0 +1,47 @@
+# See /boot/overlays/README for all available options
+
+disable_splash=1
+disable_audio_dither=1
+#audio_pwm_mode=2
+dtparam=audio=on
+dtoverlay=vga666
+enable_dpi_lcd=1
+display_default_lcd=1
+dpi_group=2
+dpi_mode=87
+#hdmi_timings=320 1 19 43 36 256 1 2 3 22 0 0 0 60 0 6400000 1 #256p
+
+# to move picture left and right on screen subtract and add values from
+# 3rd and 5th value
+# 16+x and 34-x moves x pixel left or right
+#
+#hdmi_timings=320 1 19 43 36 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+# no overscan but blurry
+#hdmi_timings=320 1 19 43 36 224 1 11 14 15 0 0 0 60 0 6400000 1
+
+hdmi_timings=320 1 19 43 36 240 1 2 6 14 0 0 0 60 0 6400000 1
+
+#hdmi_timings=320 1 19 43 36 240 1 2 10 10 0 0 0 60 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 3 6 17 0 0 0 59 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 5 6 20 0 0 0 58 0 6400000 1
+
+# old hdmi_timings from 2.5.2
+#hdmi_timings=320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+
+
+#framebuffer_width=320
+#framebuffer_height=240
+
+# oc settings
+gpu_mem=256
+#gpu_mem_256=128
+#gpu_mem_512=256
+#gpu_mem_1024=256
+#arm_freq=1450
+#gpu_freq=500
+#sdram_freq=550
+#over_voltage=8
+#force_turbo=1
+
diff --git a/config.txt b/config.txt
new file mode 100755
index 0000000..aedd54a
--- /dev/null
+++ b/config.txt
@@ -0,0 +1,50 @@
+# See /boot/overlays/README for all available options
+
+disable_splash=1
+disable_audio_dither=1
+#audio_pwm_mode=2
+dtparam=audio=on
+dtoverlay=vga666
+enable_dpi_lcd=1
+display_default_lcd=1
+dpi_group=2
+dpi_mode=87
+#hdmi_timings=320 1 19 43 36 256 1 2 3 22 0 0 0 60 0 6400000 1 #256p
+
+# to move picture left and right on screen subtract and add values from
+# 3rd and 5th value
+# 16+x and 34-x moves x pixel left or right
+#
+#hdmi_timings=320 1 19 43 36 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+# no overscan but blurry
+#hdmi_timings=320 1 19 43 36 224 1 11 14 15 0 0 0 60 0 6400000 1
+
+hdmi_timings=320 1 19 43 36 240 1 2 6 14 0 0 0 60 0 6400000 1
+
+#hdmi_timings=320 1 19 43 36 240 1 2 10 10 0 0 0 60 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 3 6 17 0 0 0 59 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 5 6 20 0 0 0 58 0 6400000 1
+
+# old hdmi_timings from 2.5.2
+#hdmi_timings=320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+
+
+#framebuffer_width=320
+#framebuffer_height=240
+
+# oc settings
+gpu_mem=256
+#gpu_mem_256=128
+#gpu_mem_512=256
+#gpu_mem_1024=256
+#arm_freq=1450
+#gpu_freq=500
+#sdram_freq=550
+#over_voltage=8
+#force_turbo=1
+
+es_rotate=1
+pi2jamma=0
+mme4crt_shift=30
diff --git a/etc/emulationstation/themes.sh b/etc/emulationstation/themes.sh
new file mode 100755
index 0000000..ea2d7b6
--- /dev/null
+++ b/etc/emulationstation/themes.sh
@@ -0,0 +1,190 @@
+local themes=(
+ 'arcadeforge push-a'
+ 'arcadeforge push-a-v'
+ 'arcadeforge pixel-heaven'
+ 'arcadeforge pixel-heaven-text'
+ 'arcadeforge 240p_Bubblegum'
+ 'arcadeforge 240p-honey'
+ 'RetroPie carbon'
+ 'RetroPie carbon-centered'
+ 'RetroPie carbon-nometa'
+ 'RetroPie simple'
+ 'RetroPie simple-dark'
+ 'RetroPie clean-look'
+ 'RetroPie color-pi'
+ 'RetroPie nbba'
+ 'RetroPie simplified-static-canela'
+ 'RetroPie turtle-pi'
+ 'RetroPie zoid'
+ 'ehettervik pixel'
+ 'ehettervik pixel-metadata'
+ 'ehettervik pixel-tft'
+ 'ehettervik luminous'
+ 'ehettervik minilumi'
+ 'ehettervik workbench'
+ 'AmadhiX eudora'
+ 'AmadhiX eudora-bigshot'
+ 'AmadhiX eudora-concise'
+ 'InsecureSpike retroplay-clean-canela'
+ 'InsecureSpike retroplay-clean-detail-canela'
+ 'Omnija simpler-turtlepi'
+ 'Omnija simpler-turtlemini'
+ 'Omnija metro'
+ 'lilbud material'
+ 'mattrixk io'
+ 'mattrixk metapixel'
+ 'mattrixk spare'
+ 'robertybob space'
+ 'robertybob simplebigart'
+ 'robertybob tv'
+ 'HerbFargus tronkyfran'
+ 'lilbud flat'
+ 'lilbud flat-dark'
+ 'lilbud minimal'
+ 'lilbud switch'
+ 'lilbud angular'
+ 'FlyingTomahawk futura-V'
+ 'FlyingTomahawk futura-dark-V'
+ 'G-rila fundamental'
+ 'ruckage nes-mini'
+ 'ruckage famicom-mini'
+ 'ruckage snes-mini'
+ 'anthonycaccese crt'
+ 'anthonycaccese crt-centered'
+ 'anthonycaccese art-book'
+ 'anthonycaccese art-book-4-3'
+ 'anthonycaccese art-book-pocket'
+ 'anthonycaccese art-book-micro'
+ 'anthonycaccese tft'
+ 'anthonycaccese picade'
+ 'TMNTturtleguy ComicBook'
+ 'TMNTturtleguy ComicBook_4-3'
+ 'TMNTturtleguy ComicBook_SE-Wheelart'
+ 'TMNTturtleguy ComicBook_4-3_SE-Wheelart'
+ 'ChoccyHobNob cygnus'
+ 'dmmarti steampunk'
+ 'dmmarti hurstyblue'
+ 'dmmarti maximuspie'
+ 'dmmarti showcase'
+ 'dmmarti kidz'
+ 'dmmarti unified'
+ 'dmmarti gamehat'
+ 'rxbrad freeplay'
+ 'rxbrad gbz35'
+ 'rxbrad gbz35-dark'
+ 'garaine marioblue'
+ 'garaine bigwood'
+ 'MrTomixf Royal_Primicia'
+ 'lostless playstation'
+ 'mrharias superdisplay'
+ 'coinjunkie synthwave'
+ 'nickearl retrowave'
+ 'nickearl retrowave_4_3'
+ 'pacdude minijawn'
+ 'RetroHursty69 magazinemadness'
+ 'RetroHursty69 stirling'
+ 'RetroHursty69 boxalloyred'
+ 'RetroHursty69 boxalloyblue'
+ 'RetroHursty69 greenilicious'
+ 'RetroHursty69 retroroid'
+ 'RetroHursty69 merryxmas'
+ 'RetroHursty69 cardcrazy'
+ 'RetroHursty69 license2game'
+ 'RetroHursty69 comiccrazy'
+ 'RetroHursty69 snazzy'
+ 'RetroHursty69 tributeGoT'
+ 'RetroHursty69 tributeSTrek'
+ 'RetroHursty69 tributeSWars'
+ 'RetroHursty69 crisp'
+ 'RetroHursty69 crisp_light'
+ 'RetroHursty69 primo'
+ 'RetroHursty69 primo_light'
+ 'RetroHursty69 back2basics'
+ 'RetroHursty69 retrogamenews'
+ 'RetroHursty69 bluray'
+ 'RetroHursty69 soda'
+ 'RetroHursty69 lightswitch'
+ 'RetroHursty69 darkswitch'
+ 'RetroHursty69 whiteslide'
+ 'RetroHursty69 graffiti'
+ 'RetroHursty69 whitewood'
+ 'RetroHursty69 sublime'
+ 'RetroHursty69 infinity'
+ 'RetroHursty69 neogeo_only'
+ 'RetroHursty69 boxcity'
+ 'RetroHursty69 vertical_arcade'
+ 'RetroHursty69 cabsnazzy'
+ 'RetroHursty69 garfieldism'
+ 'RetroHursty69 halloweenspecial'
+ 'RetroHursty69 heychromey'
+ 'RetroHursty69 homerism'
+ 'RetroHursty69 spaceinvaders'
+ 'RetroHursty69 disenchantment'
+ 'RetroHursty69 minions'
+ 'RetroHursty69 tmnt'
+ 'RetroHursty69 pacman'
+ 'RetroHursty69 dragonballz'
+ 'RetroHursty69 minecraft'
+ 'RetroHursty69 incredibles'
+ 'RetroHursty69 mario_melee'
+ 'RetroHursty69 evilresident'
+ 'RetroHursty69 hurstyspin'
+ 'RetroHursty69 cyber'
+ 'RetroHursty69 supersweet'
+ 'RetroHursty69 donkeykonkey'
+ 'RetroHursty69 snapback'
+ 'RetroHursty69 heman'
+ 'RetroHursty69 pitube'
+ 'RetroHursty69 batmanburton'
+ 'RetroHursty69 NegativeColor'
+ 'RetroHursty69 NegativeSepia'
+ 'RetroHursty69 corg'
+ 'RetroHursty69 mysticorb'
+ 'RetroHursty69 joysticks'
+ 'RetroHursty69 orbpilot'
+ 'RetroHursty69 bitfit'
+ 'RetroHursty69 circuit'
+ 'RetroHursty69 retroboy'
+ 'RetroHursty69 retroboy2'
+ 'RetroHursty69 hurstybluetake2'
+ 'RetroHursty69 fabuloso'
+ 'RetroHursty69 arcade1up_aspectratio54'
+ 'RetroHursty69 supersweet_aspectratio54'
+ 'RetroHursty69 heychromey_aspectratio54'
+ 'RetroHursty69 mariobrosiii'
+ 'RetroHursty69 vertical_limit_verticaltheme'
+ 'RetroHursty69 CapcomColorHorizontal'
+ 'RetroHursty69 CapcomColorSpin'
+ 'RetroHursty69 CapcomColorVertical'
+ 'RetroHursty69 bluesteel'
+ 'RetroHursty69 blueprism'
+ 'RetroHursty69 bluesmooth'
+ 'RetroHursty69 floyd'
+ 'RetroHursty69 floyd_arcade'
+ 'RetroHursty69 floyd_room'
+ 'RetroHursty69 Slick_Bluey'
+ 'RetroHursty69 Slick_Red'
+ 'RetroHursty69 ghostbusters'
+ 'RetroHursty69 realghostbusters'
+ 'RetroHursty69 stirlingness'
+ 'RetroHursty69 marco'
+ 'RetroHursty69 swatch'
+ 'RetroHursty69 meshy'
+ 'RetroHursty69 magazinemadness2'
+ 'RetroHursty69 CosmicRise'
+ 'RetroHursty69 uniflyered'
+ 'Saracade scv720'
+ 'chicueloarcade Chicuelo'
+ 'SuperMagicom nostalgic'
+ 'lipebello retrorama'
+ 'lipebello strangerstuff'
+ 'lipebello spaceoddity'
+ 'lipebello swineapple'
+ 'waweedman pii-wii'
+ 'waweedman Blade-360'
+ 'waweedman Venom'
+ 'waweedman Spider-Man'
+ 'blowfinger77 locomotion'
+ 'justincaseurskynet Arcade1up-5x4-Horizontal'
+ 'KALEL1981 Super-Retroboy'
+ )
diff --git a/etc/pikeyd165.conf b/etc/pikeyd165.conf
new file mode 100644
index 0000000..66d4c6f
--- /dev/null
+++ b/etc/pikeyd165.conf
@@ -0,0 +1,93 @@
+#pikeyd165.conf
+
+#format:
+# {keycode from /usr/include/linux/input.h} {GPIO pin no}
+# Not limited to a single key. A GPIO press will emit all defined keys in order.
+#P = Player; B = Button
+
+# P1B3 L
+KEY_SPACE 0
+# P1B4 B
+KEY_LEFTSHIFT 1
+# P1B5 A
+KEY_Z 2
+# P1B6 R
+KEY_X 3
+# P2B5
+KEY_I 4
+# P2B6
+KEY_K 5
+# P2B4
+KEY_W 6
+# P2B3
+KEY_Q 7
+# P1Left
+KEY_LEFT 8
+# P1Right
+KEY_RIGHT 9
+# P1B1 Y
+#KEY_LEFTCTRL 10
+KEY_ENTER 10
+# P1B2 X
+#KEY_LEFTALT 11
+KEY_BACKSPACE 11
+# P2B2
+KEY_S 12
+# P2B1
+KEY_A 13
+# P2Right
+KEY_G 14
+# P2Left
+KEY_D 15
+# P1Coin
+KEY_5 16
+# P1Start
+KEY_1 17
+# P1Up
+KEY_UP 18
+# P1Down
+KEY_DOWN 19
+# P2Down
+KEY_F 20
+# P2Up
+KEY_R 21
+# P2Start
+KEY_2 22
+# P2Coin
+KEY_6 23
+
+
+#special keys! bits pressed simultaniousley result in specified Key
+#maximum bits == 4
+
+# Service Menu retroarch
+# p1b2 p1start
+KEY_F1 17 11
+
+# Service Menu AdvMame, Mame4all
+# p2start p1b2 p1start
+#KEY_F2 22 11 17
+
+# Settings Mame4all
+# p2start p1b3 p1start
+#KEY_TAB 22 0 17
+
+# Quit Emulator / Game
+# p1start p1b1
+KEY_ESC 10 17
+
+# Coin Player 2
+# p1up p2start
+KEY_6 18 22
+# p2up p2start
+KEY_6 21 22
+
+# Coin Player 1
+# p1up p1start
+KEY_5 18 17
+
+# Menu C64, filter advmame
+# p2start p1b4 p1start
+#KEY_F12 22 1 17
+
+
diff --git a/home/pi/RetroPie-Setup/scriptmodules/supplementary/esthemes.sh b/home/pi/RetroPie-Setup/scriptmodules/supplementary/esthemes.sh
new file mode 100644
index 0000000..c065848
--- /dev/null
+++ b/home/pi/RetroPie-Setup/scriptmodules/supplementary/esthemes.sh
@@ -0,0 +1,337 @@
+#!/usr/bin/env bash
+
+# This file is part of The RetroPie Project
+#
+# The RetroPie Project is the legal property of its developers, whose names are
+# too numerous to list here. Please refer to the COPYRIGHT.md file distributed with this source.
+#
+# See the LICENSE.md file at the top-level directory of this distribution and
+# at https://raw.githubusercontent.com/RetroPie/RetroPie-Setup/master/LICENSE.md
+#
+
+rp_module_id="esthemes"
+rp_module_desc="Install themes for Emulation Station"
+rp_module_section="config"
+
+function depends_esthemes() {
+ if isPlatform "x11"; then
+ getDepends feh
+ else
+ getDepends fbi
+ fi
+}
+
+function install_theme_esthemes() {
+ local theme="$1"
+ local repo="$2"
+ if [[ -z "$repo" ]]; then
+ repo="RetroPie"
+ fi
+ if [[ -z "$theme" ]]; then
+ theme="carbon"
+ repo="RetroPie"
+ fi
+ mkdir -p "/etc/emulationstation/themes"
+ gitPullOrClone "/etc/emulationstation/themes/$theme" "https://github.com/$repo/es-theme-$theme.git"
+}
+
+function uninstall_theme_esthemes() {
+ local theme="$1"
+ if [[ -d "/etc/emulationstation/themes/$theme" ]]; then
+ rm -rf "/etc/emulationstation/themes/$theme"
+ fi
+}
+
+function gui_esthemes() {
+
+# . /etc/emulationstation/themes.sh
+
+local themes=(
+ 'arcadeforge push-a'
+ 'arcadeforge push-a-v'
+ 'arcadeforge pixel-heaven'
+ 'arcadeforge pixel-heaven-text'
+ 'arcadeforge 240p_Bubblegum'
+ 'arcadeforge 240p-honey'
+ 'xovox RetroCRT-240p'
+ 'xovox RetroCRT-240p-Vertical'
+ 'RetroPie carbon'
+ 'RetroPie carbon-centered'
+ 'RetroPie carbon-nometa'
+ 'RetroPie simple'
+ 'RetroPie simple-dark'
+ 'RetroPie clean-look'
+ 'RetroPie color-pi'
+ 'RetroPie nbba'
+ 'RetroPie simplified-static-canela'
+ 'RetroPie turtle-pi'
+ 'RetroPie zoid'
+ 'ehettervik pixel'
+ 'ehettervik pixel-metadata'
+ 'ehettervik pixel-tft'
+ 'ehettervik luminous'
+ 'ehettervik minilumi'
+ 'ehettervik workbench'
+ 'AmadhiX eudora'
+ 'AmadhiX eudora-bigshot'
+ 'AmadhiX eudora-concise'
+ 'InsecureSpike retroplay-clean-canela'
+ 'InsecureSpike retroplay-clean-detail-canela'
+ 'Omnija simpler-turtlepi'
+ 'Omnija simpler-turtlemini'
+ 'Omnija metro'
+ 'lilbud material'
+ 'mattrixk io'
+ 'mattrixk metapixel'
+ 'mattrixk spare'
+ 'robertybob space'
+ 'robertybob simplebigart'
+ 'robertybob tv'
+ 'HerbFargus tronkyfran'
+ 'lilbud flat'
+ 'lilbud flat-dark'
+ 'lilbud minimal'
+ 'lilbud switch'
+ 'lilbud angular'
+ 'FlyingTomahawk futura-V'
+ 'FlyingTomahawk futura-dark-V'
+ 'G-rila fundamental'
+ 'ruckage nes-mini'
+ 'ruckage famicom-mini'
+ 'ruckage snes-mini'
+ 'anthonycaccese crt'
+ 'anthonycaccese crt-centered'
+ 'anthonycaccese art-book'
+ 'anthonycaccese art-book-4-3'
+ 'anthonycaccese art-book-pocket'
+ 'anthonycaccese art-book-micro'
+ 'anthonycaccese tft'
+ 'anthonycaccese picade'
+ 'TMNTturtleguy ComicBook'
+ 'TMNTturtleguy ComicBook_4-3'
+ 'TMNTturtleguy ComicBook_SE-Wheelart'
+ 'TMNTturtleguy ComicBook_4-3_SE-Wheelart'
+ 'ChoccyHobNob cygnus'
+ 'dmmarti steampunk'
+ 'dmmarti hurstyblue'
+ 'dmmarti maximuspie'
+ 'dmmarti showcase'
+ 'dmmarti kidz'
+ 'dmmarti unified'
+ 'dmmarti gamehat'
+ 'rxbrad freeplay'
+ 'rxbrad gbz35'
+ 'rxbrad gbz35-dark'
+ 'garaine marioblue'
+ 'garaine bigwood'
+ 'MrTomixf Royal_Primicia'
+ 'lostless playstation'
+ 'mrharias superdisplay'
+ 'coinjunkie synthwave'
+ 'nickearl retrowave'
+ 'nickearl retrowave_4_3'
+ 'pacdude minijawn'
+ 'RetroHursty69 magazinemadness'
+ 'RetroHursty69 stirling'
+ 'RetroHursty69 boxalloyred'
+ 'RetroHursty69 boxalloyblue'
+ 'RetroHursty69 greenilicious'
+ 'RetroHursty69 retroroid'
+ 'RetroHursty69 merryxmas'
+ 'RetroHursty69 cardcrazy'
+ 'RetroHursty69 license2game'
+ 'RetroHursty69 comiccrazy'
+ 'RetroHursty69 snazzy'
+ 'RetroHursty69 tributeGoT'
+ 'RetroHursty69 tributeSTrek'
+ 'RetroHursty69 tributeSWars'
+ 'RetroHursty69 crisp'
+ 'RetroHursty69 crisp_light'
+ 'RetroHursty69 primo'
+ 'RetroHursty69 primo_light'
+ 'RetroHursty69 back2basics'
+ 'RetroHursty69 retrogamenews'
+ 'RetroHursty69 bluray'
+ 'RetroHursty69 soda'
+ 'RetroHursty69 lightswitch'
+ 'RetroHursty69 darkswitch'
+ 'RetroHursty69 whiteslide'
+ 'RetroHursty69 graffiti'
+ 'RetroHursty69 whitewood'
+ 'RetroHursty69 sublime'
+ 'RetroHursty69 infinity'
+ 'RetroHursty69 neogeo_only'
+ 'RetroHursty69 boxcity'
+ 'RetroHursty69 vertical_arcade'
+ 'RetroHursty69 cabsnazzy'
+ 'RetroHursty69 garfieldism'
+ 'RetroHursty69 halloweenspecial'
+ 'RetroHursty69 heychromey'
+ 'RetroHursty69 homerism'
+ 'RetroHursty69 spaceinvaders'
+ 'RetroHursty69 disenchantment'
+ 'RetroHursty69 minions'
+ 'RetroHursty69 tmnt'
+ 'RetroHursty69 pacman'
+ 'RetroHursty69 dragonballz'
+ 'RetroHursty69 minecraft'
+ 'RetroHursty69 incredibles'
+ 'RetroHursty69 mario_melee'
+ 'RetroHursty69 evilresident'
+ 'RetroHursty69 hurstyspin'
+ 'RetroHursty69 cyber'
+ 'RetroHursty69 supersweet'
+ 'RetroHursty69 donkeykonkey'
+ 'RetroHursty69 snapback'
+ 'RetroHursty69 heman'
+ 'RetroHursty69 pitube'
+ 'RetroHursty69 batmanburton'
+ 'RetroHursty69 NegativeColor'
+ 'RetroHursty69 NegativeSepia'
+ 'RetroHursty69 corg'
+ 'RetroHursty69 mysticorb'
+ 'RetroHursty69 joysticks'
+ 'RetroHursty69 orbpilot'
+ 'RetroHursty69 bitfit'
+ 'RetroHursty69 circuit'
+ 'RetroHursty69 retroboy'
+ 'RetroHursty69 retroboy2'
+ 'RetroHursty69 hurstybluetake2'
+ 'RetroHursty69 fabuloso'
+ 'RetroHursty69 arcade1up_aspectratio54'
+ 'RetroHursty69 supersweet_aspectratio54'
+ 'RetroHursty69 heychromey_aspectratio54'
+ 'RetroHursty69 mariobrosiii'
+ 'RetroHursty69 vertical_limit_verticaltheme'
+ 'RetroHursty69 CapcomColorHorizontal'
+ 'RetroHursty69 CapcomColorSpin'
+ 'RetroHursty69 CapcomColorVertical'
+ 'RetroHursty69 bluesteel'
+ 'RetroHursty69 blueprism'
+ 'RetroHursty69 bluesmooth'
+ 'RetroHursty69 floyd'
+ 'RetroHursty69 floyd_arcade'
+ 'RetroHursty69 floyd_room'
+ 'RetroHursty69 Slick_Bluey'
+ 'RetroHursty69 Slick_Red'
+ 'RetroHursty69 ghostbusters'
+ 'RetroHursty69 realghostbusters'
+ 'RetroHursty69 stirlingness'
+ 'RetroHursty69 marco'
+ 'RetroHursty69 swatch'
+ 'RetroHursty69 meshy'
+ 'RetroHursty69 magazinemadness2'
+ 'RetroHursty69 CosmicRise'
+ 'RetroHursty69 uniflyered'
+ 'Saracade scv720'
+ 'chicueloarcade Chicuelo'
+ 'SuperMagicom nostalgic'
+ 'lipebello retrorama'
+ 'lipebello strangerstuff'
+ 'lipebello spaceoddity'
+ 'lipebello swineapple'
+ 'waweedman pii-wii'
+ 'waweedman Blade-360'
+ 'waweedman Venom'
+ 'waweedman Spider-Man'
+ 'blowfinger77 locomotion'
+ 'justincaseurskynet Arcade1up-5x4-Horizontal'
+ 'KALEL1981 Super-Retroboy'
+ )
+
+
+ while true; do
+ local theme
+ local installed_themes=()
+ local repo
+ local options=()
+ local status=()
+ local default
+
+ local gallerydir="/etc/emulationstation/es-theme-gallery"
+ if [[ -d "$gallerydir" ]]; then
+ status+=("i")
+ options+=(G "View or Update Theme Gallery")
+ else
+ status+=("n")
+ options+=(G "Download Theme Gallery")
+ fi
+
+ options+=(U "Update all installed themes")
+
+ local i=1
+ for theme in "${themes[@]}"; do
+ theme=($theme)
+ repo="${theme[0]}"
+ theme="${theme[1]}"
+ if [[ -d "/etc/emulationstation/themes/$theme" ]]; then
+ status+=("i")
+ options+=("$i" "Update or Uninstall $repo/$theme (installed)")
+ installed_themes+=("$theme $repo")
+ else
+ status+=("n")
+ options+=("$i" "Install $repo/$theme")
+ fi
+ ((i++))
+ done
+ local cmd=(dialog --default-item "$default" --backtitle "$__backtitle" --menu "Choose an option" 22 76 16)
+ local choice=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
+ default="$choice"
+ [[ -z "$choice" ]] && break
+ case "$choice" in
+ G)
+ if [[ "${status[0]}" == "i" ]]; then
+ options=(1 "View Theme Gallery" 2 "Update Theme Gallery" 3 "Remove Theme Gallery")
+ cmd=(dialog --backtitle "$__backtitle" --menu "Choose an option for gallery" 12 40 06)
+ local choice=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
+ case "$choice" in
+ 1)
+ cd "$gallerydir"
+ if isPlatform "x11"; then
+ feh --info "echo %f" --slideshow-delay 6 --fullscreen --auto-zoom --filelist images.list
+ else
+ fbi --timeout 6 --once --autozoom --list images.list
+ fi
+ ;;
+ 2)
+ gitPullOrClone "$gallerydir" "https://github.com/wetriner/es-theme-gallery"
+ ;;
+ 3)
+ if [[ -d "$gallerydir" ]]; then
+ rm -rf "$gallerydir"
+ fi
+ ;;
+ esac
+ else
+ gitPullOrClone "$gallerydir" "http://github.com/wetriner/es-theme-gallery"
+ fi
+ ;;
+ U)
+ for theme in "${installed_themes[@]}"; do
+ theme=($theme)
+ rp_callModule esthemes install_theme "${theme[0]}" "${theme[1]}"
+ done
+ ;;
+ *)
+ theme=(${themes[choice-1]})
+ repo="${theme[0]}"
+ theme="${theme[1]}"
+ if [[ "${status[choice]}" == "i" ]]; then
+ options=(1 "Update $repo/$theme" 2 "Uninstall $repo/$theme")
+ cmd=(dialog --backtitle "$__backtitle" --menu "Choose an option for theme" 12 40 06)
+ local choice=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
+ case "$choice" in
+ 1)
+ rp_callModule esthemes install_theme "$theme" "$repo"
+ ;;
+ 2)
+ rp_callModule esthemes uninstall_theme "$theme"
+ ;;
+ esac
+ else
+ rp_callModule esthemes install_theme "$theme" "$repo"
+ fi
+ ;;
+ esac
+ done
+}
diff --git a/home/pi/RetroPie/retropiemenu/Update RetroPieRGB.sh b/home/pi/RetroPie/retropiemenu/Update RetroPieRGB.sh
new file mode 100755
index 0000000..4246659
--- /dev/null
+++ b/home/pi/RetroPie/retropiemenu/Update RetroPieRGB.sh
@@ -0,0 +1,6 @@
+dir=$(pwd)
+cd /home/pi/RetroPieRGB
+sudo -s git pull origin master
+chmod +x patch.sh
+./patch.sh
+cd $dir
diff --git a/home/pi/RetroPie/retropiemenu/rotate screen.sh b/home/pi/RetroPie/retropiemenu/rotate screen.sh
new file mode 100755
index 0000000..64100ed
--- /dev/null
+++ b/home/pi/RetroPie/retropiemenu/rotate screen.sh
@@ -0,0 +1,33 @@
+#####
+# this scripts rotates screen for emulationstation
+# Author Jochen Zurborg
+# Date : 06.11.2019
+#
+# This script is made for hardware pi2scart and pi2jamma from www.arcadeforge.de
+
+setterm -foreground black -store
+
+killall emulationstation > /dev/null 2>&1
+clear
+
+sleep 1
+
+# params was already fetched
+. /home/pi/rgb_config.sh
+
+
+new_rotate=$(( $es_rotate + 1 ))
+if [ $new_rotate -eq 4 ] ; then
+ new_rotate=0
+fi
+
+#echo "starting emulationstation with rotate $new_rotate"
+#sleep 1
+sudo sed -i "s/^es_rotate.*/es_rotate=$new_rotate/" /boot/config.txt
+
+sed -i "s/^es_rotate.*/es_rotate=$new_rotate/" /home/pi/rgb_config.sh
+
+setterm -foreground white -store
+
+emulationstation --screenrotate $new_rotate
+
diff --git a/home/pi/rgb_default_config.sh b/home/pi/rgb_default_config.sh
new file mode 100644
index 0000000..fa11f33
--- /dev/null
+++ b/home/pi/rgb_default_config.sh
@@ -0,0 +1,4 @@
+es_rotate=0
+pi2jamma=0
+rgb_screen_shift=-15
+rgb_screen_width=2
diff --git a/howto_git.txt b/howto_git.txt
new file mode 100644
index 0000000..eb9e571
--- /dev/null
+++ b/howto_git.txt
@@ -0,0 +1,42 @@
+Author : Jochen Zurborg
+Date : 04.11.2019
+
+Find here a quick tutorial how to use git for our little project.
+
+Downloading this repository
+===========================
+
+git clone https://github.com/arcadeforge/runcommand
+
+Enabling your account
+=====================
+
+git config --global user.name "yourname"
+git config --global user.email "youremail"
+
+
+What happened since my last changes?
+====================================
+
+git status
+
+Adding edited files to your local repository
+============================================
+
+- easy way
+git add .
+
+- file specific
+git add yourfilename
+
+Commit changes to repository
+============================
+
+git commit -m"What you did"
+
+Uploading changes to github.com
+===============================
+
+git push
+
+
diff --git a/opt/retropie/configs/all/arcade_res_table.txt b/opt/retropie/configs/all/arcade_res_table.txt
new file mode 100644
index 0000000..0666ae7
--- /dev/null
+++ b/opt/retropie/configs/all/arcade_res_table.txt
@@ -0,0 +1,4840 @@
+1941;"1941 - Counter Attack - 1941 - Counter Attack (900227 World)";384x224@60;V
+1941j;"1941 - Counter Attack (Japan)";384x224@60;V
+1941r1;"1941 - Counter Attack (World)";384x224@60;V
+1941u;"1941 - Counter Attack (900227 USA)";384x224@60;V
+1942;"1942 (Jpn) - 1942 (Revision B)";256x224@60;V
+1942a;"1942 (Jpn, Alt) - 1942 (Revision A)";256x224@60;V
+1942abl;"1942 (Revision A, bootleg)";256x224@60;V
+1942b;"1942 (First Version)";256x224@60;V
+1942c64;"1942 (C64 Music)";256x224@60;V
+1942h;"Supercharger 1942";256x224@60;V
+1942w;"1942 (Williams Electronics license)";256x224@60;V
+1943;"1943: The Battle of Midway (Euro)";256x224@60;V
+1943b;"1943: The Battle of Midway (bootleg set 1, hack of Jap";256x224@60;V
+1943b2;"1943: The Battle of Midway (bootleg set 2, hack of Jap";256x224@60;V
+1943bj;"1943: Midway Kaisen (bootleg)";256x224@60;V
+1943j;"1943: Midway Kaisen (Japan, Rev B)";256x224@60;V
+1943ja;"1943: Midway Kaisen (Japan)";256x224@60;V
+1943ja2;"1943: The Battle of Midway (hack of Japan set)";256x224@60;V
+1943kai;"1943 Kai - 1943 Kai: Midway Kaisen (Japan)";256x224@60;V
+1943mii;"1943: The Battle of Midway Mark II (US)";256x224@60;V
+1943u;"1943: The Battle of Midway (US, Rev C)";256x224@60;V
+1943ua;"1943: The Battle of Midway (US)";256x224@60;V
+1944;"1944 - the loop master (000620 USA)";384x224@60;H
+1944ad;"1944 - the loop master (000620 USA Phoenix Edition, al";384x224@60;H
+1944d;"1944 - the loop master (000620 USA Phoenix Edition)";384x224@60;H
+1944j;"1944 - the loop master (000620 Japan)";384x224@60;H
+1945kiii;"1945k III (newer, OPCX2 PCB)";320x224@60;V
+1945kiiin;"1945k III (newer, OPCX1 PCB)";320x224@60;V
+1945kiiio;"1945k III (older, OPCX1 PCB)";320x224@60;V
+19xx;"19XX - the war against destiny (951207 USA)";384x224@60;V
+19xxa;"19XX - the war against destiny (960104 Asia)";384x224@60;V
+19xxar1;"19XX - the war against destiny (951207 Asia)";384x224@60;V
+19xxb;"19XX - the war against destiny (951218 Brazil)";384x224@60;V
+19xxd;"19XX - the war against destiny (951207 USA Phoenix Edi";384x224@60;V
+19xxh;"19XX - the war against destiny (951218 Hispanic)";384x224@60;V
+19xxj;"19XX - the war against destiny (960104 Japan, yellow c";384x224@60;V
+19xxjr1;"19XX - the war against destiny (951225 Japan)";384x224@60;V
+19xxjr2;"19XX - the war against destiny (951207 Japan)";384x224@60;V
+2020bb;"2020 Super Baseball (set 1) - Super Baseball 2020 (Euro, USA)";304x224@59;H
+2020bba;"2020 Super Baseball (set 2)";304x224@59;H
+2020bbh;"2020 Super Baseball (set 3)";304x224@59;H
+3countb;"3 Count Bout / Fire Suplex (NGM-043)(NGH-043)";320x224@59;H
+3countba;"3 Count Bout / Fire Suplex (NGM-043)";320x224@59;H
+3in1semi;"XESS - The New Revolution (SemiCom 3-in-1)";256x224@58;H
+3kokushi;"Sankokushi (Japan)";320x240@60;H
+3wonders;"Three Wonders (wonder 3 910520 etc)";384x224@60;H
+3wondersb;"Three Wonders (bootleg set 2, wonder 3 910520 etc)";384x224@60;H
+3wondersh;"Three Wonders (bootleg set 1, wonder 3 910520 etc)";384x224@60;H
+3wondersha;"Three Wonders (bootleg set 3, wonder 3 910520 etc)";384x224@60;H
+3wondersr1;"Three Wonders (wonder 3 910513 etc)";384x224@60;H
+3wondersu;"Three Wonders (wonder 3 910520 USA)";384x224@60;H
+4dwarrio;"4-D Warriors (315-5162)";256x224@60;H
+4enraya;"4 En Raya (set 1)";256x224@60;H
+4enrayaa;"4 En Raya (set 2)";256x224@60;H
+4in1;"4 Fun in 1 - Sega Game Pack 4 in 1 (Euro)";256x224@60;V
+4in1boot;"Puzzle King";256x224@58;H
+4play;"4 player input test";304x224@59;H
+600;"600";256x224@60;V
+64street;"64th. Street - A Detective Story (World)";256x224@60;H
+64streetj;"64th. Street - A Detective Story (Japan, set 1)";256x224@60;H
+64streetja;"64th. Street - A Detective Story (Japan, alt)";256x224@60;H
+720;"720° (Atari System 2)";512x384@60;H
+7ordi;"7 Ordi (Korea)";320x240@60;H
+7toitsu;"Chi-Toitsu";384x240@60;H
+800fath;"800 Fathoms";256x224@60;V
+88games;"'88 Games";304x224@60;H
+8bpm;"Eight Ball Action (Pac-Man conversion)";256x224@60;V
+99lstwar;"'99: The Last War";288x224@60;V
+99lstwara;"'99: The Last War (alternate)";288x224@60;V
+99lstwark;"'99: The Last War (Kyugo)";288x224@60;V
+abcop;"A.B. Cop (World, FD1094 317-0169b)";320x224@60;H
+abcopd;"A.B. Cop (World, FD1094 317-0169b decrypted)";320x224@60;H
+abcopj;"A.B. Cop (Japan, FD1094 317-0169b)";320x224@60;H
+abcopjd;"A.B. Cop (Japan, FD1094 317-0169b decrypted)";320x224@60;H
+abscam;"Abscam";288x224@60;V
+aburner;"After Burner - After Burner (World)";320x224@60;H
+aburner2;"After Burner II - After Burner II - After Burner II (Euro, USA)";320x224@60;H
+aburner2g;"After Burner II (German)";320x224@60;H
+aceattac;"Ace Attacker (FD1094 317-0059)";320x224@60;V
+aceattaca;"Ace Attacker (Japan, System 16A, FD1094 317-0060)";320x224@60;V
+acitya;"Atlantic City Action";288x224@60;V
+acrobatm;"Acrobat Mission";256x224@56;V
+actfancr;"Act-Fancer Cybernetick Hyper Weapon (World revision 2)";256x240@60;H
+actfancr1;"Act-Fancer Cybernetick Hyper Weapon (World revision 1)";256x240@60;H
+actfancrj;"Act-Fancer Cybernetick Hyper Weapon (Japan revision 1)";256x240@60;H
+ad2083;"A.D. 2083";256x224@60;V
+aeroboto;"Aeroboto";248x224@60;H
+aerofgt;"Aero Fighters";320x224@60;V
+aerofgtb;"Aero Fighters (Turbo Force hardware set 1)";320x224@60;V
+aerofgtc;"Aero Fighters (Turbo Force hardware set 2)";320x224@60;V
+afighter;"Action Fighter, FD1089A 317-0018";320x224@60;V
+agallet;"Air Gallet (Europe)";320x240@58;V
+agalleta;"Air Gallet (older, Europe)";320x240@58;V
+agalletah;"Air Gallet (older, Hong Kong)";320x240@58;V
+agalletaj;"Akuu Gallet (older, Japan)";320x240@58;V
+agalletak;"Air Gallet (older, Korea)";320x240@58;V
+agalletat;"Air Gallet (older, Taiwan)";320x240@58;V
+agalletau;"Air Gallet (older, USA)";320x240@58;V
+agalleth;"Air Gallet (Hong Kong)";320x240@58;V
+agalletj;"Akuu Gallet (Japan)";320x240@58;V
+agalletk;"Air Gallet (Korea)";320x240@58;V
+agallett;"Air Gallet (Taiwan)";320x240@58;V
+agalletu;"Air Gallet (USA)";320x240@58;V
+agentx1;"Agent X (prototype, rev 1)";256x232@60;H
+agentx2;"Agent X (prototype, rev 2)";256x232@60;H
+agentx3;"Agent X (prototype, rev 3)";256x232@60;H
+agentx4;"Agent X (prototype, rev 4)";256x232@60;H
+agress;"Agress";320x240@58;H
+agressb;"Agress (English bootleg)";320x240@58;H
+airass;"Air Assault (World)";320x240@60;V
+airattck;"Air Attack (set 1)";256x224@56;V
+airattcka;"Air Attack (set 2)";256x224@56;V
+airbustr;"Air Buster: Trouble Specialty Raid Unit (USA) - Air Buster: Trouble Specialty Raid Unit (World)";256x224@60;H
+airbustrb;"Air Buster: Trouble Specialty Raid Unit (bootleg)";256x224@60;H
+airbustrj;"Air Buster: Trouble Specialty Raid Unit (Japan)";256x224@60;H
+airduel;"Air Duel (World, M82-A-A + M82-B-A)";384x256@55;V
+airduelm72;"Air Duel (Japan, M72)";384x256@55;V
+airwolf;"Airwolf";288x224@60;H
+airwolfa;"Airwolf (US)";288x224@60;H
+ajax;"Ajax";304x224@60;V
+ajaxj;"Ajax (Japan)";304x224@60;V
+akkanvdr;"Akkanbeder (Ver 2.5J 1995/06/14)";320x224@60;V
+akumajou;"Akuma-Jou Dracula (Japan ver. P)";256x224@60;H
+akumajoun;"Akuma-Jou Dracula (Japan ver. N)";256x224@60;H
+alcon;"Alcon (US) - Falcon - Falcon (bootleg of Phoenix) (8085A CPU)";280x240@60;V
+alexkidd;"Alex Kidd in Miracle World (Euro, USA, v1) - Alex Kidd in Miracle World (Tw, SMS Mode) - Alex Kidd in the Enchanted Castle (Euro, Rev. A) - Alex Kidd: The Lost Stars (set 2, unprotected)";320x224@60;H
+alexkidd1;"Alex Kidd in Miracle World (Euro, USA, v0) - Alex Kidd in the Enchanted Castle (Euro) - Alex Kidd: The Lost Stars (set 1, FD1089A 317-unknown)";320x224@60;H
+alibaba;"Ali Baba and 40 Thieves - Alibaba and 40 Thieves (Jpn) - Alibaba and 40 Thieves (Kor)";288x224@60;V
+alibabab;"Alibaba and 40 Thieves (Jpn, Alt 2) - Mustafa and 40 Thieves (bootleg)";288x224@60;V
+aliencha;"Alien Challenge (World)";448x224@60;H
+alienchac;"Alien Challenge (China)";448x224@60;H
+aliens;"Aliens (World set 1) - Aliens - Alien 2 (Jpn)";288x224@60;H
+aliens2;"Aliens (World set 2)";288x224@60;H
+aliens3;"Aliens (World set 3)";288x224@60;H
+aliensa;"Aliens (Asia) - Aliens - Alien 2 (Jpn, Alt)";288x224@60;H
+aliensec;"Alien Sector";288x224@60;H
+aliensj;"Aliens (Japan set 1)";288x224@60;H
+aliensj2;"Aliens (Japan set 2)";288x224@60;H
+aliensu;"Aliens (US)";288x224@60;H
+aliensyn;"Alien Syndrome (Euro, USA) - Alien Syndrome (Euro, USA, Bra) - Alien Syndrome (set 4, System 16B, unprotected)";320x224@60;H
+aliensyn2;"Alien Syndrome (set 2, System 16A, FD1089A 317-0033)";320x224@60;H
+aliensyn3;"Alien Syndrome (set 3, System 16B, FD1089A 317-0033)";320x224@60;H
+aliensyn5;"Alien Syndrome (set 5, System 16A, FD1089B 317-0037)";320x224@60;H
+aliensyn7;"Alien Syndrome (set 7, System 16B, MC-8123B 317-00xx)";320x224@60;H
+aliensynj;"Alien Syndrome (Jpn) - Alien Syndrome (Jpn) - Alien Syndrome (set 6, Japan, new, System 16B, FD1089A";320x224@60;H
+aliensynjo;"Alien Syndrome (set 1, Japan, old, System 16A, FD1089A";320x224@60;H
+aligatorun;"Alligator Hunt (unprotected)";320x240@60;H
+alinvade;"Alien Invaders";128x128@60;V
+alpham2;"Alpha Mission II / ASO II - Last Guardian (NGM-007)(NG";304x224@59;H
+alpham2p;"Alpha Mission II / ASO II - Last Guardian (prototype)";304x224@59;H
+alphamis;"Alpha Mission";288x216@60;V
+alphaxz;"The Alphax Z (Japan)";256x224@60;V
+altbeast;"Altered Beast (Euro, USA) - Altered Beast (Euro, USA, Bra) - Altered Beast (set 8, 8751 317-0078)";320x224@60;H
+altbeast2;"Altered Beast (set 2, MC-8123B 317-0066)";320x224@60;H
+altbeast4;"Altered Beast (set 4, MC-8123B 317-0066)";320x224@60;H
+altbeast5;"Altered Beast (set 5, FD1094 317-0069)";320x224@60;H
+altbeast5d;"Altered Beast (set 5, FD1094 317-0069 decrypted)";320x224@60;H
+altbeast6;"Altered Beast (set 6, 8751 317-0076)";320x224@60;H
+altbeastj;"Juuouki (set 7, Japan, 8751 317-0077)";320x224@60;H
+altbeastj1;"Juuouki (set 1, Japan, FD1094 317-0065)";320x224@60;H
+altbeastj3;"Juuouki (set 3, Japan, FD1094 317-0068)";320x224@60;H
+altbeastj3d;"Juuouki (set 3, Japan, FD1094 317-0068 decrypted)";320x224@60;H
+amatelas;"Sei Senshi Amatelass";256x224@60;V
+amazon;"Soldier Girl Amazon";256x224@60;V
+ambush;"Ambush";256x224@60;H
+ambushh;"Ambush (hack?)";256x224@60;H
+ambushj;"Ambush (Japan)";256x224@60;H
+ambushv;"Ambush (Volt Elec co-ltd)";256x224@60;H
+amidar;"Amidar";256x224@60;V
+amidar1;"Amidar (older)";256x224@60;V
+amidarb;"Amidar (bootleg)";256x224@60;V
+amidaro;"Amidar (Olympia)";256x224@60;V
+amidars;"Amidar (Scramble hardware)";256x224@60;V
+amidaru;"Amidar (Stern)";256x224@60;V
+amigo;"Amigo";256x224@60;V
+androdun;"Andro Dunos (NGM-049)(NGH-049)";304x224@59;H
+androidp;"Android (prototype, later build)";256x192@60;V
+androidpo;"Android (prototype, early build)";256x192@60;V
+angelkds;"Angel Kids (Japan)";256x240@60;V
+anteater;"Anteater";256x224@60;V
+anteaterg;"Ameisenbaer (German)";256x224@60;V
+anteateruk;"The Anteater (UK)";256x224@60;V
+aodk;"Aggressors of Dark Kombat / Tsuukai GANGAN Koushinkyok";304x224@59;H
+aof;"Art of Fighting (Euro) - Art of Fighting / Ryuuko no Ken (NGM-044)(NGH-044)";304x224@59;H
+aof2;"Art of Fighting 2 / Ryuuko no Ken 2 (NGM-056)";304x224@59;H
+aof2a;"Art of Fighting 2 / Ryuuko no Ken 2 (NGH-056)";304x224@59;H
+aof3;"Art of Fighting 3 - The Path of the Warrior / Art of F";304x224@59;H
+aof3k;"Art of Fighting 3 - The Path of the Warrior (Korean re";304x224@59;H
+apb;"APB - All Points Bulletin (Atari System 2)";512x384@60;V
+aponow;"Apocaljpse Now";256x224@60;V
+appoooh;"Appoooh";256x224@60;H
+aquajack;"Aquajack (World)";320x240@60;H
+aquajackj;"Aquajack (Japan)";320x240@60;H
+aquajacku;"Aquajack (US)";320x240@60;H
+aquarium;"Aquarium (US)";320x256@60;H
+aquariumj;"Aquarium (Japan)";320x256@60;H
+arabian;"Arabian";256x234@60;V
+arabiana;"Arabian (Atari)";256x234@60;V
+arabianm;"Arabian Magic (Ver 1.0O 1992/07/06)";320x224@60;H
+arabianmj;"Arabian Magic (Ver 1.0J 1992/07/06)";320x224@60;H
+arabianmu;"Arabian Magic (Ver 1.0A 1992/07/06)";320x224@60;H
+aracnis;"Aracnis (bootleg of Scorpion on Moon Cresta hardware)";256x224@60;V
+arbalest;"Arbalester";384x224@60;V
+arcadian;"Arcadia (NMK)";384x224@56;V
+area88;"Area 88 (Japan)";384x224@60;H
+area88r;"Area 88 (Japan Resale ver.)";384x224@60;H
+arian;"Arian Mission";288x216@60;V
+ark1ball;"Arkanoid (bootleg with MCU, harder)";256x224@60;V
+ark1balla;"Arkanoid (bootleg with MCU, harder, alt)";256x224@60;V
+arkangc;"Arkanoid (Game Corporation bootleg, set 1)";256x224@60;V
+arkangc2;"Arkanoid (Game Corporation bootleg, set 2)";256x224@60;V
+arkanoid;"Arkanoid (Euro?) - Arkanoid (World, oldest rev)";256x224@60;V
+arkanoidj;"Arkanoid (Japan) - Arkanoid (Jpn)";256x224@60;V
+arkanoidja;"Arkanoid (Japan, older rev) - Arkanoid (Jpn, Alt)";256x224@60;V
+arkanoidjb;"Arkanoid (Japan, oldest rev)";256x224@60;V
+arkanoidjbl;"Arkanoid (bootleg with MCU set 1)";256x224@60;V
+arkanoidjbl2;"Arkanoid (bootleg with MCU set 2)";256x224@60;V
+arkanoidjbla;"Arkanoid (bootleg with MCU, alt)";256x224@60;V
+arkanoidu;"Arkanoid (US)";256x224@60;V
+arkanoiduo;"Arkanoid (US, oldest rev)";256x224@60;V
+arkarea;"Ark Area";256x192@60;H
+arkatayt;"Arkanoid (Tayto bootleg)";256x224@60;V
+arkatour;"Tournament Arkanoid (US)";256x224@60;V
+arkbloc2;"Block (Game Corporation bootleg, set 2)";256x224@60;V
+arkblock;"Block (Game Corporation bootleg, set 1)";256x224@60;V
+arkgcbl;"Arkanoid (bootleg on Block hardware)";256x224@60;V
+arknoid2;"Arkanoid - Revenge of DOH (World)";256x224@60;V
+arknoid2b;"Arkanoid - Revenge of DOH (Japan bootleg)";256x224@60;V
+arknoid2j;"Arkanoid - Revenge of DOH (Japan)";256x224@60;V
+arknoid2u;"Arkanoid - Revenge of DOH (US)";256x224@60;V
+arkretrn;"Arkanoid Returns (Ver 2.02O 1997/02/10)";320x232@60;H
+arkretrnj;"Arkanoid Returns (Ver 2.02J 1997/02/10)";320x232@60;H
+arkretrnu;"Arkanoid Returns (Ver 2.02A 1997/02/10)";320x232@60;H
+arktayt2;"Arkanoid (Tayto bootleg, harder)";256x224@60;V
+armedf;"Armed Formation - Armed Formation F";320x240@57;V
+armedff;"Armed Formation (Fillmore license)";320x240@57;V
+armorcar;"Armored Car (set 1)";256x224@60;V
+armorcar2;"Armored Car (set 2)";256x224@60;V
+armwar;"Armored Warriors (941024 Europe)";384x224@60;H
+armwar1d;"Armored Warriors (941011 Europe Phoenix Edition)";384x224@60;H
+armwara;"Armored Warriors (941024 Asia)";384x224@60;H
+armwarar1;"Armored Warriors (940920 Asia)";384x224@60;H
+armwarr1;"Armored Warriors (941011 Europe)";384x224@60;H
+armwaru;"Armored Warriors (941024 USA)";384x224@60;H
+armwaru1;"Armored Warriors (940920 USA)";384x224@60;H
+armwrest;"Arm Wrestling";448x256@60;V
+ashnojoe;"Ashita no Joe (Japan)";288x208@60;H
+ashura;"Ashura (Jpn) - Ashura Blaster (World)";320x224@60;V
+ashuraj;"Ashura Blaster (Japan)";320x224@60;V
+ashurau;"Ashura Blaster (US)";320x224@60;V
+asideral;"Ataque Sideral (Spanish bootleg of UniWar S)";256x224@60;V
+aso;"ASO - Armored Scrum Object";288x216@60;V
+assault;"Assault (Rev B) - Desert Assault (US)";288x224@60;V
+assaultj;"Assault (Japan)";288x224@60;V
+assaultp;"Assault Plus (Japan)";288x224@60;V
+asterix;"Asterix (Euro, v1) - Asterix (ver EAD)";288x224@60;H
+asterixaad;"Asterix (ver AAD)";288x224@60;H
+asterixeaa;"Asterix (ver EAA)";288x224@60;H
+asterixeac;"Asterix (ver EAC)";288x224@60;H
+asterixj;"Asterix (ver JAD)";288x224@60;H
+astorm;"Alien Storm (Euro, Bra) - Alien Storm (set 4, World, 2 Players, FD1094 317-0154) - Alien Storm (World)";320x224@60;H
+astorm3;"Alien Storm (set 3, World, 3 Players, FD1094 317-0148)";320x224@60;H
+astorm3d;"Alien Storm (set 3, World, 3 Players, FD1094 317-0148";320x224@60;H
+astormj;"Alien Storm (set 1, Japan Rev B, 2 Players, FD1094 317";320x224@60;H
+astormjd;"Alien Storm (set 1, Japan Rev B, 2 Players, FD1094 317";320x224@60;H
+astormu;"Alien Storm (set 2, US, 3 Players, FD1094 317-0147)";320x224@60;H
+astormud;"Alien Storm (set 2, US, 3 Players, FD1094 317-0147 dec";320x224@60;H
+astrians;"Astrians (clone of Swarm)";256x224@60;V
+astyanax;"The Astyanax";256x224@60;H
+asuka;"Asuka & Asuka (World)";320x240@60;V
+asukaj;"Asuka & Asuka (Japan)";320x240@60;V
+asurabld;"Asura Blade - Sword of Dynasty (Japan)";320x240@60;H
+asurabus;"Asura Buster - Eternal Warriors (Japan)";320x240@60;H
+asurabusa;"Asura Buster - Eternal Warriors (Japan) (ARCADIA revie";320x240@60;H
+atehate;"Athena no Hatena ?";384x240@60;H
+atetris;"FA Tetris (Kor) - FA Tetris (Kor) - Tetris (set 1)";336x240@60;H
+atetrisa;"FA Tetris (Kor, Alt) - Tetris (set 2)";336x240@60;H
+atetrisb;"FA Tetris (Kor, Alt 2) - Tetris (bootleg set 1)";336x240@60;H
+atetrisb2;"Tetris (bootleg set 2)";336x240@60;H
+atetrisc;"Tetris (cocktail set 1)";336x240@60;V
+atetrisc2;"Tetris (cocktail set 2)";336x240@60;V
+athena;"Athena";288x216@60;H
+atlantis;"Battle of Atlantis (set 1)";256x224@60;V
+atlantis2;"Battle of Atlantis (set 2)";256x224@60;V
+atlantisb;"Battle of Atlantis (bootleg)";256x224@60;V
+atomboy;"Atomic Boy (revision B)";256x224@60;H
+atomboya;"Atomic Boy (revision A)";256x224@60;H
+atomicp;"Atomic Point (Korea)";320x224@60;H
+atompunk;"Atomic Punk (US)";320x240@60;H
+aurail;"Aurail (set 3, US, unprotected)";320x224@60;H
+aurail1;"Aurail (set 2, World, FD1089B 317-0168)";320x224@60;H
+aurail1d;"Aurail (set 2, World, FD1089B 317-0168 decrypted)";320x224@60;H
+aurailj;"Aurail (set 1, Japan, FD1089A 317-0167)";320x224@60;H
+aurailjd;"Aurail (set 1, Japan, FD1089A 317-0167 decrypted)";320x224@60;H
+avefenix;"Ave Fenix (Electrogame, Spanish bootleg of Phoenix)";256x208@60;V
+avefenixl;"Ave Fenix (Laguna, Spanish bootleg of Phoenix)";256x208@60;V
+avefenixrf;"Ave Fenix (Recreativos Franco, Spanish bootleg of Phoe";256x208@60;V
+avengers;"Avengers (US set 1)";256x240@60;V
+avengers2;"Avengers (US set 2)";256x240@60;V
+avsp;"Alien vs Predator (940520 Euro)";384x224@60;H
+avspa;"Alien vs Predator (940520 Asia)";384x224@60;H
+avspd;"Alien vs Predator (940520 Euro Phoenix Edition)";384x224@60;H
+avsph;"Alien vs Predator (940520 Hispanic)";384x224@60;H
+avspirit;"Avenging Spirit";256x224@60;H
+avspj;"Alien vs Predator (940520 Japan)";384x224@60;H
+avspu;"Alien vs Predator (940520 USA)";384x224@60;H
+aztarac;"Aztarac";340x256@40;H
+azurian;"Azurian Attack";256x224@60;V
+b2b;"Bang Bang Busters (2010 NCI release)";304x224@59;H
+backfire;"Backfire! (set 1)";240x640@60;V
+backfirt;"Back Fire (Tecmo, bootleg)";256x224@60;H
+baddudes;"Bad Dudes vs. Dragonninja (US)";256x240@57;H
+bakatono;"Bakatonosama Mahjong Manyuuki (MOM-002)(MOH-002)";304x224@59;H
+bakubrkr;"Bakuretsu Breaker";256x224@60;V
+bakutotu;"Bakutotsu Kijuutei";288x224@60;H
+balcube;"Bal Cube";320x224@60;H
+ballboy;"Ball Boy";256x224@60;H
+ballbros;"Balloon Brothers";384x240@60;H
+bang;"Bang! - Big Bang (9th Nov. 1993) - Pack'n Bang Bang (Prototype)";320x240@60;H
+bangball;"Bang Bang Ball (v1.05)";320x224@60;H
+bangbead;"Bang Bead";304x224@59;H
+bangbedp;"Bang Bead (Prototype?)";304x224@59;H
+bangj;"Gun Gabacho (Japan)";320x240@60;H
+bankp;"Bank Panic - Bank Panic (Euro) - Bank Panic (Jpn) - Bank Panic (Jpn)";224x224@60;H
+baraduke;"Baraduke";288x224@60;H
+baryon;"Baryon - Future Assault (set 1)";304x224@58;V
+baryona;"Baryon - Future Assault (set 2)";304x224@58;V
+batcir;"Battle Circuit (970319 Euro)";384x224@60;H
+batcira;"Battle Circuit (970319 Asia)";384x224@60;H
+batcird;"Battle Circuit (970319 Euro Phoenix Edition)";384x224@60;H
+batcirj;"Battle Circuit (970319 Japan)";384x224@60;H
+batlbubl;"Battle Bubble (v2.00)";320x224@60;H
+batman2;"Batman Part 2";256x224@60;V
+batrider;"Armed Police Batrider (Europe) (Fri Feb 13 1998)";320x240@60;V
+batriderc;"Armed Police Batrider (China) (Fri Feb 13 1998)";320x240@60;V
+batriderhk;"Armed Police Batrider - A Version (Hong Kong) (Mon Dec";320x240@60;V
+batriderj;"Armed Police Batrider - B Version (Japan) (Fri Feb 13";320x240@60;V
+batriderja;"Armed Police Batrider - A Version (Japan) (Mon Dec 22";320x240@60;V
+batriderk;"Armed Police Batrider (Korea) (Fri Feb 13 1998)";320x240@60;V
+batridert;"Armed Police Batrider - A Version (Taiwan) (Mon Dec 22";320x240@60;V
+batrideru;"Armed Police Batrider (U.S.A.) (Fri Feb 13 1998)";320x240@60;V
+batsugun;"Batsugun (set 1)";320x240@60;V
+batsuguna;"Batsugun (set 2)";320x240@60;V
+batsugunb;"Batsugun (Korean PCB)";320x240@60;V
+batsugunsp;"Batsugun (Special Ver.)";320x240@60;V
+battlane;"Battle Lane! Vol. 5 (set 1)";256x256@60;V
+battlane2;"Battle Lane! Vol. 5 (set 2)";256x256@60;V
+battlane3;"Battle Lane! Vol. 5 (set 3)";256x256@60;V
+battlex;"Battle Cross - Battle Cross (Jpn)";256x224@60;H
+battlnts;"Battlantis (program code G)";256x224@60;V
+battlntsa;"Battlantis (program code F)";256x224@60;V
+battlntsj;"Battlantis (Japan, program code E)";256x224@60;V
+battroad;"The Battle-Road";256x256@60;V
+bayroute;"Bay Route (set 3, World, FD1094 317-0116)";320x224@60;H
+bayroute1;"Bay Route (set 1, US, unprotected)";320x224@60;H
+bayrouted;"Bay Route (set 3, World, FD1094 317-0116 decrypted)";320x224@60;H
+bayroutej;"Bay Route (set 2, Japan, FD1094 317-0115)";320x224@60;H
+bayroutejd;"Bay Route (set 2, Japan, FD1094 317-0115 decrypted)";320x224@60;H
+bbakraid;"Battle Bakraid - Unlimited Version (U.S.A.) (Tue Jun 8";320x240@60;V
+bbakraidc;"Battle Bakraid - Unlimited Version (China) (Tue Jun 8";320x240@60;V
+bbakraidj;"Battle Bakraid - Unlimited Version (Japan) (Tue Jun 8";320x240@60;V
+bbakraidja;"Battle Bakraid (Japan) (Wed Apr 7 1999)";320x240@60;V
+bballs;"Bouncing Balls";256x224@60;H
+bballsa;"Bouncing Balls (Adult)";256x224@60;H
+bbmanw;"Bomber Man World / New Dyna Blaster - Global Quest";320x240@60;H
+bbmanwj;"Bomber Man World (Japan)";320x240@60;H
+bbmanwja;"Bomber Man World (Japan, revised sound hardware)";320x240@60;H
+bbredux;"Bobble Bobble ('bootleg redux' hack for Bobble Bobble";256x224@60;H
+bbros;"Buster Bros. (USA) - Super Buster Bros. (USA 901001)";384x240@57;H
+bbusters;"Beast Busters (World)";256x224@56;H
+bbustersj;"Beast Busters (Japan, Version 2)";256x224@56;H
+bbustersu;"Beast Busters (US, Version 3)";256x224@56;H
+bbustersua;"Beast Busters (US, Version 2)";256x224@56;H
+bchopper;"Battle Chopper";384x256@55;H
+bcrusher;"Bone Crusher";256x240@60;V
+bcruzm12;"Battle Cruiser M-12";256x224@60;V
+bcstry;"B.C. Story (set 1)";320x240@60;H
+bcstrya;"B.C. Story (set 2)";320x240@60;H
+beast;"Altered Beast (Euro, USA) - Altered Beast (Euro, USA, Bra) - Altered Beast (set 8, 8751 317-0078) - Altered Beast - Shadow of the Beast (Euro, Bra) - Shadow of the Beast (Euro, USA) - Shadow of the Beast (Neo Geo demo)";304x224@59;H
+beastfp;"Beastie Feastie";288x224@60;V
+berabohm;"Beraboh Man (Japan, Rev C)";288x224@60;H
+berabohmb;"Beraboh Man (Japan, Rev B)";288x224@60;H
+berlwall;"The Berlin Wall";256x224@60;H
+berlwallk;"The Berlin Wall (Korea)";256x224@60;H
+berlwallt;"The Berlin Wall (bootleg ?)";256x224@60;H
+bermudat;"Bermuda Triangle (World?)";400x224@60;V
+bermudata;"Bermuda Triangle (World Wars) (US)";400x224@60;V
+bermudatj;"Bermuda Triangle (Japan)";400x224@60;V
+bestbest;"Best Of Best";256x224@60;H
+bestleag;"Best League (bootleg of Big Striker, Italian Serie A)";256x224@60;H
+bestleaw;"Best League (bootleg of Big Striker, World Cup)";256x224@60;H
+bestri;"Bestri (Korea)";320x240@60;H
+bgaregga;"Battle Garegga (Europe / USA / Japan / Asia) (Sat Feb";320x240@60;V
+bgareggabl;"1945 Part 2 (Chinese hack of Battle Garegga)";320x240@60;V
+bgareggabla;"Lei Shen Zhuan Thunder Deity Biography (Chinese hack o";320x240@60;V
+bgareggacn;"Battle Garegga - Type 2 (Denmark / China) (Tue Apr 2 1";320x240@60;V
+bgareggahk;"Battle Garegga (Austria / Hong Kong) (Sat Feb 3 1996)";320x240@60;V
+bgaregganv;"Battle Garegga - New Version (Austria / Hong Kong) (Sa";320x240@60;V
+bgareggat2;"Battle Garegga - Type 2 (Europe / USA / Japan / Asia)";320x240@60;V
+bgareggatw;"Battle Garegga (Taiwan / Germany) (Thu Feb 1 1996)";320x240@60;V
+bgareggaz;"Battle Garegga Zakk version (Europe / USA / Japan / As";320x240@60;V
+bigbang;"Big Bang (9th Nov. 1993)";384x224@56;V
+bigbucks;"Big Bucks";288x224@60;V
+bigfghtr;"Tatakae! Big Fighter (Japan)";320x240@60;H
+bigkarnk;"Big Karnak";320x240@60;H
+bigstrik;"Big Striker";256x224@60;H
+bigstrkb;"Big Striker (bootleg)";256x224@60;H
+bigstrkba;"Big Striker (bootleg w/Italian teams)";256x224@60;H
+bigtwin;"Big Twin";320x240@58;H
+bikkuric;"Bikkuri Card (Japan)";256x224@60;V
+billiard;"The Billiards";256x224@60;V
+biomtoy;"Biomechanical Toy (Ver. 1.0.1885)";320x240@60;H
+biomtoya;"Biomechanical Toy (Ver. 1.0.1884)";320x240@60;H
+bionicc;"Bionic Commando (Euro)";256x224@60;H
+bionicc1;"Bionic Commando (US set 1)";256x224@60;H
+bionicc2;"Bionic Commando (US set 2)";256x224@60;H
+bioniccbl;"Bionic Commandos (bootleg, set 1)";256x224@60;H
+bioniccbl2;"Bionic Commandos (bootleg, set 2)";256x224@60;H
+bioship;"Bio-ship Paladin";256x224@56;H
+birdiy;"Birdiy";288x224@60;V
+birdtry;"Birdie Try (Japan)";256x240@57;V
+bishi;"Bishi Bashi Championship Mini Game Senshuken (ver JAA, - Super Bishi Bashi Championship (ver JAA, 2 Players)";288x224@60;H
+bjourney;"Blue's Journey / Raguy (ALM-001)(ALH-001)";320x224@59;H
+bjtwin;"Bombjack Twin (set 1)";384x224@56;V
+bjtwina;"Bombjack Twin (set 2)";384x224@56;V
+bladestl;"Blades of Steel (version T)";256x224@60;V
+bladestle;"Blades of Steel (version E)";256x224@60;V
+bladestll;"Blades of Steel (version L)";256x224@60;V
+blandia;"Blandia";384x240@60;H
+blandiap;"Blandia (prototype)";384x240@60;H
+blastoff;"Blast Off (Japan)";288x224@60;V
+blazeon;"Blaze On (Japan)";320x232@60;H
+blazer;"Blazer (Japan)";288x224@60;V
+blazstar;"Blazing Star";304x224@59;H
+blkbustr;"BlockBuster";240x224@60;V
+blkdrgon;"Black Dragon (Japan)";256x224@60;H
+blkdrgonb;"Black Dragon (bootleg)";256x224@60;H
+blkheart;"Black Heart";256x224@56;H
+blkheartj;"Black Heart (Japan)";256x224@56;H
+blkhole;"Black Hole";256x224@60;V
+blkpnthr;"Black Panther";256x224@60;H
+blktiger;"Black Tiger";256x224@60;H
+blktigera;"Black Tiger (older)";256x224@60;H
+blktigerb1;"Black Tiger (bootleg set 1)";256x224@60;H
+blktigerb2;"Black Tiger (bootleg set 2)";256x224@60;H
+blktigerb3;"Black Tiger / Black Dragon (mixed bootleg?)";256x224@60;H
+blmbycar;"Blomby Car";384x256@60;H
+blmbycaru;"Blomby Car (not encrypted)";384x256@60;H
+block;"Block (Game Corporation bootleg, set 1) - Block Block (World 911219 Joystick)";384x240@60;V
+blockbl;"Block Block (bootleg)";384x240@60;V
+blockcar;"Block Carnival / Thunder & Lightning 2";384x240@60;V
+blockgal;"Block Gal (MC-8123B, 317-0029)";256x224@60;V
+blockhl;"Block Hole";288x224@60;H
+blockj;"Block Block (Japan 910910)";384x240@60;V
+blockout;"Block Out (set 1) - Blockout (World)";320x240@58;H
+blockout2;"Block Out (set 2)";320x240@58;H
+blockoutj;"Block Out (Japan)";320x240@58;H
+blockr1;"Block Block (World 911106 Joystick)";384x240@60;V
+blockr2;"Block Block (World 910910)";384x240@60;V
+bloodbro;"Blood Bros. (set 1)";256x224@60;H
+bloodbroa;"Blood Bros. (set 2)";256x224@60;H
+bloodbrob;"Blood Bros. (set 3)";256x224@60;H
+bloodwar;"Blood Warrior";320x240@60;H
+blox16b;"Bloxeed (System 16B, PS2 data file)";320x224@60;H
+bloxeed;"Bloxeed (Japan, FD1094 317-0139)";320x224@60;H
+bloxeedd;"Bloxeed (Japan, FD1094 317-0139 decrypted)";320x224@60;H
+blswhstl;"Bells & Whistles (World, version L)";280x224@60;V
+blswhstla;"Bells & Whistles (Asia, version M)";280x224@60;V
+bluehawk;"Blue Hawk";384x240@60;V
+bluehawkn;"Blue Hawk (NTC)";384x240@60;V
+blueprnt;"Blue Print (Midway)";256x224@60;V
+blueprntj;"Blue Print (Jaleco)";256x224@60;V
+blzntrnd;"Blazing Tornado";304x224@60;H
+bmaster;"Blade Master (World)";320x240@60;H
+bnj;"Bump 'n' Jump - Bump 'n' Jump";256x240@60;V
+boblbobl;"Bobble Bobble (bootleg of Bubble Bobble) - Super Bobble Bobble (bootleg, set 1)";256x224@60;H
+boblcave;"Bubble Bobble: Lost Cave V1.2 (for Bobble Bobble PCB)";256x224@60;H
+bodyslam;"Body Slam (8751 317-0015)";320x224@60;H
+bogeyman;"Bogey Manor";256x240@60;H
+boggy84;"Boggy '84 - Boggy '84 (Jpn)";256x224@60;V
+boggy84b;"Boggy '84 (bootleg) - Boggy '84 (Jpn, Alt 2)";256x224@60;V
+bombbee;"Bomb Bee";272x224@60;V
+bomber;"Bomber - Bomber (bootleg of Scramble) - Space Bomber (ver. B)";256x224@60;V
+bombjack;"Bomb Jack (Jpn) - Bomb Jack (set 1)";256x224@60;V
+bombjack2;"Bomb Jack (set 2)";256x224@60;V
+bombjackt;"Bomb Jack (Tecfri, Spain)";256x224@60;V
+bombkick;"Bomb Kick (set 1)";384x224@60;H
+bombkicka;"Bomb Kick (set 2)";384x224@60;H
+bombrman;"Bomber Man (Japan)";320x240@60;H
+bongo;"Bongo - Congo Bongo";256x224@60;V
+bonkadv;"B.C. Kid / Bonk's Adventure / Kyukyoku!! PC Genjin";320x240@60;H
+bonzeadv;"Bonze Adventure (World, Newer)";320x224@60;H
+bonzeadvo;"Bonze Adventure (World, Older)";320x224@60;H
+bonzeadvp;"Bonze Adventure (World, prototype)";320x224@60;H
+bonzeadvu;"Bonze Adventure (US)";320x224@60;H
+boobhack;"Booby Kids (Italian manufactured graphic hack / bootle";256x224@60;V
+boogwing;"Boogie Wings (Euro v1.5, 92.12.07)";320x240@58;H
+boogwinga;"Boogie Wings (Asia v1.5, 92.12.07)";320x240@58;H
+boogwingu;"Boogie Wings (USA v1.7, 92.12.14)";320x240@58;H
+bottom9;"Bottom of the Ninth (ver. T)";288x224@60;H
+bottom9n;"Bottom of the Ninth (ver. N)";288x224@60;H
+bouldash;"Boulder Dash / Boulder Dash Part 2 (World)";256x240@57;H
+bouldashj;"Boulder Dash / Boulder Dash Part 2 (Japan)";256x240@57;H
+bounty;"The Bounty";256x224@60;H
+bowlrama;"Bowl-O-Rama";360x240@57;V
+boxyboy;"Boxy Boy (SB?) - Boxyboy";288x224@60;H
+brain;"Brain";256x224@60;H
+brapboys;"B.Rap Boys (World)";256x224@60;H
+brapboysj;"B.Rap Boys Special (Japan)";256x224@60;H
+brapboysu;"B.Rap Boys Special (US)";256x224@60;H
+breakers;"Breakers";320x224@59;H
+breakrev;"Breakers Revenge";320x224@59;H
+breywood;"Breywood (Japan revision 2)";256x240@58;H
+brix;"Brix";256x224@60;V
+brkthru;"Break Thru (US)";240x240@60;H
+brkthruj;"Kyohkoh-Toppa (Japan)";240x240@60;H
+brubber;"Burnin' Rubber";256x240@60;V
+bshark;"Battle Shark (World)";320x240@60;H
+bsharkj;"Battle Shark (Japan)";320x240@60;H
+bsharkjjs;"Battle Shark (Japan, Joystick)";320x240@60;H
+bsharku;"Battle Shark (US)";320x240@60;H
+bssoccer;"Back Street Soccer";256x224@60;H
+bstars;"Baseball Stars Professional (NGM-002)";320x224@59;H
+bstars2;"Baseball Stars 2";304x224@59;H
+bstarsh;"Baseball Stars Professional (NGH-002)";320x224@59;H
+btime;"Burger Time (Data East set 1) - Burgertime - Burgertime (Jpn) - Super Burger Time (World, set 1)";242x240@60;V
+btime2;"Burger Time (Data East set 2)";242x240@60;V
+btime3;"Burger Time (Data East USA)";242x240@60;V
+btimem;"Burger Time (Midway) - Burgertime (Prototype)";242x240@60;V
+btlfield;"Battle Field (Japan)";256x224@60;V
+btlfieldb;"Battle Field (bootleg)";256x224@60;V
+btlkroad;"Battle K-Road";320x224@59;H
+btlkroadk;"Battle K-Road (Korean PCB)";320x224@59;H
+bub68705;"Bubble Bobble (boolteg with 68705, set 1)";256x224@60;H
+bub68705a;"Bubble Bobble (boolteg with 68705, set 2)";256x224@60;H
+bubblem;"Bubble Memories: The Story Of Bubble Bobble III (Ver 2";320x224@60;H
+bubblemj;"Bubble Memories: The Story Of Bubble Bobble III (Ver 2";320x224@60;H
+bubbletr;"Bubble Trouble (World, Rev B)";288x224@60;H
+bubbletrj;"Bubble Trouble (Japan, Rev C)";288x224@60;H
+bubl2000;"Bubble 2000";256x224@56;H
+bublbob2;"Bubble Bobble II (Ver 2.6O 1994/12/16)";320x224@60;H
+bublbob2o;"Bubble Bobble II (Ver 2.5O 1994/10/05)";320x224@60;H
+bublbob2p;"Bubble Bobble II (Ver 0.0J 1993/12/13, prototype)";320x224@60;H
+bublbobl;"Bubble Bobble (Euro, Bra) - Bubble Bobble (Euro, USA) - Bubble Bobble (Japan, Ver 0.1)";256x224@60;H
+bublbobl1;"Bubble Bobble (Japan, Ver 0.0)";256x224@60;H
+bublboblb;"Bubble Bobble (for Bobble Bobble PCB)";256x224@60;H
+bublboblr;"Bubble Bobble (US, Ver 5.1)";256x224@60;H
+bublboblr1;"Bubble Bobble (US, Ver 1.0)";256x224@60;H
+bublboblu;"Bubble Bobble (Ultra Version, Hack)";256x224@60;H
+bublcave;"Bubble Bobble: Lost Cave V1.2";256x224@60;H
+bublcave10;"Bubble Bobble: Lost Cave V1.0";256x224@60;H
+bublcave11;"Bubble Bobble: Lost Cave V1.1";256x224@60;H
+bubsymphe;"Bubble Symphony (Ver 2.5O 1994/10/05)";320x224@60;H
+bubsymphj;"Bubble Symphony (Ver 2.5J 1994/10/05)";320x224@60;H
+bubsymphu;"Bubble Symphony (Ver 2.5A 1994/10/05)";320x224@60;H
+bucaner;"Buccaneer";288x224@60;V
+buccanrs;"Buccaneers (set 1)";256x256@55;H
+buccanrsa;"Buccaneers (set 2)";256x256@55;H
+buccanrsb;"Buccaneers (set 3, harder)";256x256@55;H
+bucky;"Bucky O'Hare (ver EAB)";384x224@60;H
+buckyaab;"Bucky O'Hare (ver AAB)";384x224@60;H
+buckyea;"Bucky O'Hare (ver EA)";384x224@60;H
+buckyjaa;"Bucky O'Hare (ver JAA)";384x224@60;H
+buckyuab;"Bucky O'Hare (ver UAB)";384x224@60;H
+bullet;"Bullet (FD1094 317-0041)";320x224@60;H
+bulletd;"Bullet (FD1094 317-0041 decrypted)";320x224@60;H
+bullfgt;"Bullfight (315-5065)";256x224@60;H
+buraiken;"Hissatsu Buraiken (Japan)";256x240@60;V
+burglarx;"Burglar X";384x224@60;H
+burnforc;"Burning Force (Euro) - Burning Force (Japan, new version (Rev C))";288x224@60;H
+burnforco;"Burning Force (Japan, old version)";288x224@60;H
+burningf;"Burning Fight (NGM-018)(NGH-018)";304x224@59;H
+burningfh;"Burning Fight (NGH-018)(US)";304x224@59;H
+burningfp;"Burning Fight (prototype, older)";304x224@59;H
+burningfpa;"Burning Fight (prototype, ver 23.3, 910326)";304x224@59;H
+buzzard;"Buzzard";288x224@60;V
+bwcasino;"Boardwalk Casino";288x224@60;V
+bwings;"B-Wings (Japan new Ver.)";256x240@60;V
+bwingsa;"B-Wings (Alt Ver.?)";256x240@60;V
+bwingso;"B-Wings (Japan old Ver.)";256x240@60;V
+bygone;"Bygone";240x224@60;H
+cabal;"Cabal (World, Joystick)";256x256@60;H
+cabala;"Cabal (korea?, Joystick)";256x256@60;H
+cachat;"Cachat (Japan)";320x224@60;H
+cactus;"Cactus (bootleg of Saboten Bombers)";384x224@56;H
+cadash;"Cadash (USA, Asia, Kor) - Cadash (World) - Cadash - Cadash";320x240@60;H
+cadashf;"Cadash (France)";320x240@60;H
+cadashg;"Cadash (Germany, version 1)";320x240@60;H
+cadashi;"Cadash (Italy)";320x240@60;H
+cadashj;"Cadash (Japan, version 2)";320x240@60;H
+cadashj1;"Cadash (Japan, version 1)";320x240@60;H
+cadashjo;"Cadash (Japan, oldest version)";320x240@60;H
+cadashp;"Cadash (World, prototype)";320x240@60;H
+cadashu;"Cadash (US, version 2)";320x240@60;H
+cairblad;"Change Air Blade (Japan)";338x240@60;V
+calibr50;"Caliber 50";384x240@57;V
+calipso;"Calipso";256x224@60;V
+calorie;"Calorie Kun vs Moguranian";256x224@60;H
+calorieb;"Calorie Kun vs Moguranian (bootleg)";256x224@60;H
+cameltry;"Cameltry (US, YM2610)";320x224@60;H
+cameltrya;"Cameltry (US, YM2203 + M6295)";320x224@60;H
+cameltryau;"Cameltry (World, YM2203 + M6295)";320x224@60;H
+cameltryj;"Cameltry (Japan, YM2610)";320x224@60;H
+candance;"Cannon Dancer (Japan)";320x240@58;H
+candory;"Candory (Bootleg)";288x224@60;H
+cannball;"Cannon Ball (Yun Sung, horizontal)";384x240@60;H
+cannballv;"Cannon Ball (Yun Sung, vertical)";384x240@60;V
+cannonbp;"Cannon Ball (Pacman Hardware)";288x224@60;V
+canvas;"Canvas Croquis";288x216@60;H
+canyon;"Canyon Bomber";256x240@60;H
+canyonp;"Canyon Bomber (prototype)";256x240@60;H
+capbowl;"Capcom Bowling (set 1)";360x244@57;V
+capbowl2;"Capcom Bowling (set 2)";360x244@57;V
+capbowl3;"Capcom Bowling (set 3)";360x244@57;V
+capbowl4;"Capcom Bowling (set 4)";360x244@57;V
+capitol;"Capitol";256x208@60;V
+captcomm;"Captain Commando (911202 other country)";384x224@60;H
+captcommb;"Captain Commando (bootleg set 1, 911014 other country)";384x224@60;H
+captcommb2;"Captain Commando (bootleg set 2 (with YM2151 + 2xMSM52";384x224@60;H
+captcommj;"Captain Commando (911202 Japan)";384x224@60;H
+captcommjr1;"Captain Commando (910928 Japan)";384x224@60;H
+captcommr1;"Captain Commando (911014 other country)";384x224@60;H
+captcommu;"Captain Commando (910928 USA)";384x224@60;H
+cashquiz;"Cash Quiz (Type B, Version 5)";256x224@60;H
+catacomb;"Catacomb";256x224@60;V
+catt;"Catt (Japan)";320x224@60;H
+cavelon;"Cavelon";256x224@60;V
+cavenger;"Cosmic Avenger - Cosmic Avenger";240x196@60;H
+cawing;"Carrier Air Wing (U.S. navy 901012 etc)";384x224@60;H
+cawingb2;"Carrier Air Wing (bootleg set 2 (with 2xYM2203 + 2xMSM";384x224@60;H
+cawingbl;"Carrier Air Wing (bootleg set 1 (with 2xYM2203 + 2xMSM";384x224@60;H
+cawingj;"U.S. Navy (901012 Japan)";384x224@60;H
+cawingr1;"Carrier Air Wing (U.S. navy 901009 etc)";384x224@60;H
+cawingu;"Carrier Air Wing (U.S. navy 901012 USA)";384x224@60;H
+cbuster;"Crude Buster (World FX version)";256x240@58;H
+cbusterj;"Crude Buster (Japan FR revision 1)";256x240@58;H
+cbusterw;"Crude Buster (World FU version)";256x240@58;H
+cclimber;"Crazy Climber (US)";256x224@60;H
+cclimbr2;"Crazy Climber 2 (Japan)";288x224@60;H
+cclimbr2a;"Crazy Climber 2 (Japan, Harder)";288x224@60;H
+cencourt;"Center Court (World, 4 Players, prototype, MC-8123B)";320x224@60;V
+centiped;"Centipede - Centipede (revision 4)";256x240@60;V
+centiped3;"Centipede (revision 3)";256x240@60;V
+chainrec;"Chain Reaction (World, Version 2.2, 1995.09.25)";320x240@58;H
+chaknpop;"Chack'n Pop";256x224@60;H
+chameleo;"Chameleon";256x224@60;H
+champwr;"Champion Wrestler (World)";320x224@60;H
+champwrj;"Champion Wrestler (Japan)";320x224@60;H
+champwru;"Champion Wrestler (US)";320x224@60;H
+chanbara;"Chanbara";256x224@60;V
+changes;"Changes";256x224@60;H
+changesa;"Changes (EME license)";256x224@60;H
+charlien;"Charlie Ninja";320x240@58;H
+chasehq;"Chase H.Q. (World) - Taito Chase H.Q. - Taito Chase H.Q. - Taito Chase H.Q. (Euro) - Taito Chase H.Q. (USA, SMS Mode)";320x240@60;H
+chasehqj;"Chase H.Q. (Japan) - Taito Chase H.Q. (Jpn, SMS Mode)";320x240@60;H
+chasehqju;"Chase H.Q. (Japan UP)";320x240@60;H
+chasehqu;"Chase H.Q. (US)";320x240@60;H
+checkman;"Check Man";256x224@60;V
+checkmanj;"Check Man (Japan)";256x224@60;V
+cheekyms;"Cheeky Mouse";256x192@60;V
+chelnov;"Chelnov (Jpn) - Chelnov - Atomic Runner (World)";256x248@60;H
+chelnovj;"Chelnov - Atomic Runner (Japan)";256x248@60;H
+chelnovu;"Chelnov - Atomic Runner (US)";256x248@60;H
+chewing;"Chewing Gum";256x224@60;V
+chikij;"Chiki Chiki Boys (900619 Japan) - Chiki Chiki Boys (Jpn, Kor)";384x224@60;H
+chimerab;"Chimera Beast (prototype)";256x224@60;H
+chinagat;"China Gate (US)";256x240@60;H
+chinatwn;"China Town (Japan)";320x240@58;H
+chkun;"Chance Kun (Japan)";256x224@60;V
+chokchok;"Choky! Choky!";320x240@60;H
+choko;"Choko (010820 Japan)";384x224@60;H
+chopliftbl;"Choplifter (bootleg)";256x224@60;H
+chopliftu;"Choplifter (unprotected)";256x224@60;H
+chopper;"Battle Chopper - Chopper I (US set 1)";400x224@60;V
+choppera;"Chopper I (US set 2)";400x224@60;V
+chopperb;"Chopper I (US set 3)";400x224@60;V
+chqflag;"Chequered Flag";304x224@60;V
+chqflagj;"Chequered Flag (Japan)";304x224@60;V
+chukatai;"Chuka Taisen (World) - Gokuraku! Chuka Taisen";256x224@60;H
+chukataij;"Chuka Taisen (Japan)";256x224@60;H
+chukataiu;"Chuka Taisen (US)";256x224@60;H
+circusc;"Circus Charlie (Jpn) - Circus Charlie (level select, set 1) - Maxi Tuan ~ Circus Charlie (Tw)";256x224@60;V
+circusc2;"Circus Charlie (level select, set 2)";256x224@60;V
+circusc3;"Circus Charlie (level select, set 3)";256x224@60;V
+circusc4;"Circus Charlie (no level select)";256x224@60;V
+circuscc;"Circus Charlie (Centuri)";256x224@60;V
+circusce;"Circus Charlie (Centuri, earlier)";256x224@60;V
+citybomb;"City Bomber (World)";256x224@60;V
+citybombj;"City Bomber (Japan)";256x224@60;V
+citycon;"City Connection (Jpn) - City Connection (set 1)";240x224@60;H
+citycona;"City Connection (Jpn, Alt) - City Connection (set 2)";240x224@60;H
+ckongg;"Crazy Kong (bootleg on Galaxian hardware)";256x224@60;V
+ckongmc;"Crazy Kong (bootleg on Moon Cresta hardware)";256x224@60;V
+ckongs;"Crazy Kong (Scramble hardware)";256x224@60;V
+clbowl;"Coors Light Bowling";360x244@57;V
+cleopatr;"Cleopatra Fortune (Ver 2.1J 1996/09/05)";320x224@60;H
+cloak;"Cloak & Dagger (rev 5)";256x232@60;H
+cloakfr;"Cloak & Dagger (French)";256x232@60;H
+cloakgr;"Cloak & Dagger (German)";256x232@60;H
+cloaksp;"Cloak & Dagger (Spanish)";256x232@60;H
+cltchitr;"Clutch Hitter (set 2, US, FD1094 317-0176)";320x224@60;H
+cltchitrd;"Clutch Hitter (set 2, US, FD1094 317-0176 decrypted)";320x224@60;H
+cltchitrj;"Clutch Hitter (set 1, Japan, FD1094 317-0175)";320x224@60;H
+cltchitrjd;"Clutch Hitter (set 1, Japan, FD1094 317-0175 decrypted";320x224@60;H
+cnbe;"Codename - Blut Engel (2006-01-19)";304x224@59;H
+cndi;"Chip n Dale (Intro demo)";304x224@59;H
+cninja;"Caveman Ninja (World ver 4)";256x240@58;H
+cninja1;"Caveman Ninja (World ver 1)";256x240@58;H
+cninjabl;"Caveman Ninja (bootleg)";256x240@58;H
+cninjau;"Caveman Ninja (US ver 4)";256x240@58;H
+cobracom;"Cobra-Command (World/US revision 5)";256x240@58;H
+cobracoma;"Cobra-Command (World/US revision 4)";256x240@58;H
+cobracomb;"Cobra-Command (Italian bootleg)";256x240@58;H
+cobracomj;"Cobra-Command (Japan)";256x240@58;H
+cobracomja;"Cobra-Command (Japan?, set 2)";256x240@58;H
+cobracomjb;"Cobra-Command (Japan, bootleg)";256x240@58;H
+columnsn;"Columns (Neo Geo)";304x224@59;H
+combh;"Combat Hawk";224x224@60;V
+commando;"Commando (World)";256x224@60;V
+commandob;"Commando (bootleg)";256x224@60;V
+commandob2;"Commando (bootleg 2)";256x224@60;V
+commandoj;"Senjou no Ookami";256x224@60;V
+commandou;"Commando (US, set 1)";256x224@60;V
+commandou2;"Commando (US, set 2)";256x224@60;V
+commandw;"Command War - Super Special Battle & War Game (Ver 0.0";320x224@60;H
+commsega;"Commando (Sega)";256x224@60;V
+condor;"Condor (Sidam bootleg of Phoenix)";256x208@60;V
+condorn;"Condor (S C Novar bootleg of Phoenix)";256x208@60;V
+congo;"Congo (Prototype) - Congo Bongo - Congo Bongo - Congo Bongo (Euro, Jpn, v1)";256x224@60;V
+congoa;"Congo Bongo (Euro, Jpn, v1 Alt) - Congo Bongo (Rev C, 3 board stack)";256x224@60;V
+contcirc;"Continental Circus (World)";320x224@60;H
+contcircj;"Continental Circus (Japan)";320x224@60;H
+contcircu;"Continental Circus (US set 1)";320x224@60;H
+contcircua;"Continental Circus (US set 2)";320x224@60;H
+contra;"Contra (US / Asia, set 1) - Contra - Hard Corps (USA, Kor) - Super Contra";280x224@60;V
+contra1;"Contra (US / Asia, set 2)";280x224@60;V
+contrab;"Contra (bootleg)";280x224@60;V
+contrabj;"Contra (Japan bootleg, set 1)";280x224@60;V
+contrabj1;"Contra (Japan bootleg, set 2)";280x224@60;V
+contrae;"Contra (US / Asia, set 3)";280x224@60;V
+contraj;"Contra (Japan, set 1) - Contra - The Hard Corps (Jpn) - Super Contra (Japan)";280x224@60;V
+contraj1;"Contra (Japan, set 2)";280x224@60;V
+cookbib;"Cookie & Bibi (set 1)";320x240@60;H
+cookbib2;"Cookie & Bibi 2";256x224@58;H
+cookbib3;"Cookie & Bibi 3";256x224@58;H
+cookbiba;"Cookie & Bibi (set 2)";320x240@60;H
+cosmccop;"Cosmic Cop (World)";384x256@55;H
+cosmogng;"Cosmo Gang the Video (US)";288x224@60;V
+cotton;"Cotton (set 3, World, FD1094 317-0181a) - Panorama Cotton (Jpn)";320x224@60;H
+cottond;"Cotton (set 3, World, FD1094 317-0181a decrypted)";320x224@60;H
+cottong;"Cotocoto Cottong";256x224@60;V
+cottonj;"Cotton (set 2, Japan, Rev B, FD1094 317-0179b))";320x224@60;H
+cottonja;"Cotton (set 1, Japan, Rev A, FD1094 317-0179a))";320x224@60;H
+cottonjad;"Cotton (set 1, Japan, Rev A, FD1094 317-0179a decrypte";320x224@60;H
+cottonjd;"Cotton (set 2, Japan, Rev B, FD1094 317-0179b decrypte";320x224@60;H
+cottonu;"Cotton (set 2, US, FD1094 317-0180)";320x224@60;H
+cottonud;"Cotton (set 2, US, FD1094 317-0180 decrypted)";320x224@60;H
+countrunb;"Counter Run (bootleg set 1)";256x224@60;H
+cphd;"Crouching Poney Hidden Dragon (DEMO)";304x224@59;H
+cps1demo;"Chaos Demo (CPS-1)";384x224@60;H
+cps1frog;"Frog Feast (CPS-1)";384x224@60;H
+crazyblk;"Crazy Blocks";240x224@60;V
+crazycop;"Crazy Cop (Japan)";288x224@60;V
+crazyfgt;"Crazy Fight";384x224@60;H
+crimec;"Crime City (World)";320x224@60;H
+crimecj;"Crime City (Japan)";320x224@60;H
+crimecu;"Crime City (US)";320x224@60;H
+crimfght;"Crime Fighters (World 2 players)";320x224@60;H
+crimfghtj;"Crime Fighters (Japan 2 Players)";320x224@60;H
+crimfghtu;"Crime Fighters (US 4 Players)";320x224@60;H
+crockman;"Crock-Man (bootleg, Rene-Pierre)";288x224@60;V
+croquis;"Croquis (Germany)";320x224@60;H
+crospang;"Cross Pang";320x240@60;H
+crossbld;"Cross Blades! (Japan)";320x240@60;H
+crshrace;"Lethal Crash Race (set 1)";320x224@60;V
+crshrace2;"Lethal Crash Race (set 2)";320x224@60;V
+crswd2bl;"Crossed Swords 2 (bootleg CD to cartridge conversion)";304x224@59;H
+crsword;"Crossed Swords (ALM-002)(ALH-002)";304x224@59;H
+cruisin;"Cruisin";240x224@60;H
+crush;"Alien Crush - Alien Crush - Crush Roller (Kural Samno) - Mad Crusher (Japan) - Rolling Crush (version 1.07.E - 1999/02/11, Trust lice - Super Metal Crusher";288x224@60;V
+crush2;"Crush Roller (Kural Esco - bootleg?)";288x224@60;V
+crush4;"Crush Roller (Kural - bootleg?)";288x224@60;V
+crush5;"Crush Roller (Kural TWT)";288x224@60;V
+crushbl;"Crush Roller (bootleg set 1)";288x224@60;V
+crushbl2;"Crush Roller (bootleg set 2)";288x224@60;V
+crushbl3;"Crush Roller (bootleg set 3)";288x224@60;V
+crusherm;"Crusher Makochan (Japan)";320x240@58;H
+crushs;"Crush Roller (Sidam bootleg)";288x224@60;V
+csclub;"Capcom Sports Club (971017 Euro)";384x224@60;H
+csclub1;"Capcom Sports Club (970722 Euro)";384x224@60;H
+csclub1d;"Capcom Sports Club (970722 Euro Phoenix Edition)";384x224@60;H
+cscluba;"Capcom Sports Club (970722 Asia)";384x224@60;H
+csclubh;"Capcom Sports Club (970722 Hispanic)";384x224@60;H
+csclubj;"Capcom Sports Club (970722 Japan)";384x224@60;H
+csclubjy;"Capcom Sports Club (970722 Japan, yellow case)";384x224@60;H
+csilver;"Captain Silver (World)";256x240@58;H
+csilverj;"Captain Silver (Japan revision 3)";256x240@58;H
+csilverja;"Captain Silver (Japan revision 1)";256x240@58;H
+csprint;"Championship Sprint (Atari System 2)";512x384@60;H
+ct2k3sa;"Crouching Tiger Hidden Dragon 2003 Super Plus alternat";304x224@59;H
+ct2k3sp;"Crouching Tiger Hidden Dragon 2003 Super Plus";304x224@59;H
+cthd2003;"Crouching Tiger Hidden Dragon 2003 (set 1)";304x224@59;H
+cthd2k3a;"Crouching Tiger Hidden Dragon 2003 (set 2)";304x224@59;H
+ctomaday;"Captain Tomaday";304x224@59;H
+ctribe;"The Combatribes (US)";320x240@57;H
+ctribe1;"The Combatribes (US set 1?)";320x240@57;H
+ctribeb;"The Combatribes (bootleg set 1)";320x240@57;H
+ctribeb2;"The Combatribes (bootleg set 2)";320x240@57;H
+ctribej;"The Combatribes (Japan)";320x240@57;H
+ctribeo;"The Combatribes (US , older)";320x240@57;H
+ctrpllrp;"Caterpillar Pacman Hack";288x224@60;V
+cubybop;"Cuby Bop (location test)";320x224@60;H
+cuebrick;"Cue Brick (World, version D)";304x224@60;H
+cuebrickj;"Cue Brick (Japan)";320x224@60;H
+cupfinal;"Taito Cup Finals (Ver 1.0O 1993/02/28)";320x224@60;H
+cutefght;"Cute Fighter";304x224@58;H
+cutieq;"Cutie Q";272x224@60;V
+cworld;"Capcom World (Japan)";384x240@60;H
+cworld2j;"Adventure Quiz Capcom World 2 (920611 Japan)";384x224@60;H
+cworld2ja;"Adventure Quiz Capcom World 2 (Japan 920611, B-Board 9";384x224@60;H
+cworld2jb;"Adventure Quiz Capcom World 2 (Japan 920611, B-Board 9";384x224@60;H
+cybattlr;"Cybattler";256x224@60;V
+cyberlip;"Cyber-Lip (NGM-010)";304x224@59;H
+cybertnk;"Cyber Tank (v1.4)";224x512@60;V
+cybots;"Cyberbots - fullmetal madness (950424 Euro)";384x224@60;H
+cybotsj;"Cyberbots - fullmetal madness (950420 Japan)";384x224@60;H
+cybotsjd;"Cyberbots - fullmetal madness (Japan 950424) (decrypte";384x224@60;H
+cybotsu;"Cyberbots - fullmetal madness (950424 USA)";384x224@60;H
+cybotsud;"Cyberbots - fullmetal madness (950424 USA Phoenix Edit";384x224@60;H
+cyvern;"Cyvern (US)";320x240@60;V
+cyvernj;"Cyvern (Japan)";320x240@60;V
+dacholer;"Dacholer";256x224@60;H
+dadandrn;"Kyukyoku Sentai Dadandarn (ver JAA)";288x224@60;H
+daimakai;"Dai Makai-Mura (Japan) - Dai Makaimura - Dai Makaimura (Jpn)";384x224@60;H
+daimakaib;"Dai Makai-Mura (bootleg, Japan)";384x224@60;H
+daimakair;"Dai Makai-Mura (Japan Resale Ver.)";384x224@60;H
+daioh;"Daioh";384x240@60;V
+daioha;"Daioh (earlier)";384x240@60;V
+daiohc;"Daioh (93111A PCB conversion)";384x240@60;V
+daiohp;"Daioh (prototype)";384x240@60;V
+dairesya;"Dai Ressya Goutou (Japan)";240x224@60;H
+daisenpu;"Dai Senpu - Daisenpu (Japan)";384x224@60;V
+dambustr;"Dambusters (US, set 1) - The Dam Busters (Euro?)";256x224@60;V
+dambustra;"Dambusters (US, set 2) - The Dam Busters (Jpn)";256x224@60;V
+dambustruk;"Dambusters (UK)";256x224@60;V
+dangar;"Ufo Robo Dangar (4/07/1987)";256x224@60;V
+dangara;"Ufo Robo Dangar (12/1/1986)";256x224@60;V
+dangarb;"Ufo Robo Dangar (9/26/1986)";256x224@60;V
+dangarbt;"Ufo Robo Dangar (bootleg)";256x224@60;V
+dangseed;"Dangerous Seed (Japan) - Dangerous Seed (Jpn)";288x224@60;V
+dankuga;"Dan-Ku-Ga (Ver 0.0J 1994/12/13) (Prototype)";320x224@60;H
+daraku;"Daraku Tenshi - The Fallen Angels";320x224@60;H
+darius;"Darius (World)";224x864@60;V
+darius2;"Darius II (Japan) - Darius II (Jpn)";224x864@60;V
+darius2d;"Darius II (dual screen) (Japan)";224x640@60;V
+darius2do;"Darius II (dual screen) (Japan old version)";224x640@60;V
+dariuse;"Darius (Extra) (Japan)";224x864@60;V
+dariusg;"Darius Gaiden - Silver Hawk (Ver 2.5O 1994/09/19)";320x232@60;H
+dariusgj;"Darius Gaiden - Silver Hawk (Ver 2.5J 1994/09/19)";320x232@60;H
+dariusgu;"Darius Gaiden - Silver Hawk (Ver 2.5A 1994/09/19)";320x232@60;H
+dariusgx;"Darius Gaiden - Silver Hawk Extra Version (Ver 2.7J 19";320x232@60;H
+dariusj;"Darius (Japan)";224x864@60;V
+dariuso;"Darius (Japan old version)";224x864@60;V
+dariusu;"Darius (US)";224x864@60;V
+darkadv;"Dark Adventure";320x224@60;H
+darkmist;"The Lost Castle In Darkmist";256x224@60;V
+darkplnt;"Dark Planet";256x224@60;H
+darkseal;"Dark Seal (World revision 3)";256x240@58;H
+darkseal1;"Dark Seal (World revision 1)";256x240@58;H
+darkseal2;"Dark Seal 2 (Japan v2.1)";320x240@58;H
+darksealj;"Dark Seal (Japan)";256x240@58;H
+darktowr;"Dark Tower";256x240@57;H
+darwin;"Darwin 4078 (Japan) - Darwin 4081 (Jpn, Kor) - Super Real Darwin (World)";240x240@60;V
+dassault;"Desert Assault (US)";320x240@60;H
+dassault4;"Desert Assault (US 4 Players)";320x240@60;H
+dblaxle;"Double Axle (US)";320x240@60;H
+dblaxleu;"Double Axle (US earlier)";320x240@60;H
+dbldynj;"The Double Dynamites (Japan, 13NOV89)";256x224@60;H
+dbldynu;"The Double Dynamites (US, 13NOV89)";256x224@60;H
+dblewing;"Double Wings";320x240@58;V
+dblpoint;"Double Point";320x224@60;H
+dblpointd;"Double Point (Dong Bang Electron, bootleg?)";320x224@60;H
+dbreed;"Dragon Breed (M81 PCB version)";384x256@55;H
+dbreedm72;"Dragon Breed (M72 PCB version)";384x256@55;H
+dbz;"Dragon Ball Z - Buyuu Retsuden (Jpn) - Dragonball Z (rev B)";384x256@60;H
+dbz2;"Dragonball Z 2 - Super Battle";384x256@60;H
+dbza;"Dragonball Z (rev A)";384x256@60;H
+dcon;"D-Con";320x224@60;H
+ddaydoo;"Chulgyeok D-Day (Korea)";384x240@60;V
+ddcrew;"D. D. Crew (set 4, World, 3 Players, FD1094 317-0190)";320x224@60;H
+ddcrew1;"D. D. Crew (set 1, World, 4 Players, FD1094 317-?)";320x224@60;H
+ddcrew1d;"D. D. Crew (set 1, World, 4 Players, FD1094 317-? decr";320x224@60;H
+ddcrew2;"D. D. Crew (set 2, World, 2 Players, FD1094 317-0184)";320x224@60;H
+ddcrew2d;"D. D. Crew (set 2, World, 2 Players, FD1094 317-0184 d";320x224@60;H
+ddcrewd;"D. D. Crew (set 4, World, 3 Players, FD1094 317-0190 d";320x224@60;H
+ddcrewj;"D. D. Crew (set 5, Japan, 4 Players, FD1094 317-0185)";320x224@60;H
+ddcrewj2;"D. D. Crew (set 6, Japan, 2 Players, FD1094 317-0182)";320x224@60;H
+ddcrewj2d;"D. D. Crew (set 6, Japan, 2 Players, FD1094 317-0182 d";320x224@60;H
+ddcrewjd;"D. D. Crew (set 5, Japan, 4 Players, FD1094 317-0185 d";320x224@60;H
+ddcrewu;"D. D. Crew (set 3, US, 4 Players, FD1094 317-0186)";320x224@60;H
+ddcrewud;"D. D. Crew (set 3, US, 4 Players, FD1094 317-0186 decr";320x224@60;H
+ddonpach;"DoDonPachi (International, master ver. 97/02/05)";320x240@60;V
+ddonpacha;"DoDonPachi (Arrange Mode version 1.1, hack by Trap15)";320x240@60;V
+ddonpachj;"DoDonPachi (Japan, master ver. 97/02/05)";320x240@60;V
+ddp2;"Bee Storm - DoDonPachi II (V102, World) - Judge Dredd (USA, Prototype, Alt)";448x224@60;V
+ddp2100;"Bee Storm - DoDonPachi II (V100, World)";448x224@60;V
+ddp2100c;"Bee Storm - DoDonPachi II (V100, China)";448x224@60;V
+ddp2100hk;"Bee Storm - DoDonPachi II (V100, Hong Kong)";448x224@60;V
+ddp2100j;"Bee Storm - DoDonPachi II (V100, Japan)";448x224@60;V
+ddp2100k;"Bee Storm - DoDonPachi II (V100, Korea)";448x224@60;V
+ddp2100t;"Bee Storm - DoDonPachi II (V100, Taiwan)";448x224@60;V
+ddp2101;"Bee Storm - DoDonPachi II (V101, World)";448x224@60;V
+ddp2101c;"Bee Storm - DoDonPachi II (V101, China)";448x224@60;V
+ddp2101hk;"Bee Storm - DoDonPachi II (V101, Hong Kong)";448x224@60;V
+ddp2101j;"Bee Storm - DoDonPachi II (V101, Japan)";448x224@60;V
+ddp2101k;"Bee Storm - DoDonPachi II (V101, Korea)";448x224@60;V
+ddp2101t;"Bee Storm - DoDonPachi II (V101, Taiwan)";448x224@60;V
+ddp2c;"Bee Storm - DoDonPachi II (V102, China)";448x224@60;V
+ddp2hk;"Bee Storm - DoDonPachi II (V102, Hong Kong)";448x224@60;V
+ddp2j;"Bee Storm - DoDonPachi II (V102, Japan)";448x224@60;V
+ddp2k;"Bee Storm - DoDonPachi II (V102, Korea)";448x224@60;V
+ddp2t;"Bee Storm - DoDonPachi II (V102, Taiwan)";448x224@60;V
+ddpdoj;"DoDonPachi Dai-Ou-Jou (V101, Japan)";448x224@60;V
+ddpdoja;"DoDonPachi Dai-Ou-Jou (V100 (second version), Japan)";448x224@60;V
+ddpdojb;"DoDonPachi Dai-Ou-Jou (V100 (first version), Japan)";448x224@60;V
+ddpdojblk;"DoDonPachi Dai-Ou-Jou Black Label (V100, (2002.10.07.B";448x224@60;V
+ddpdojblka;"DoDonPachi Dai-Ou-Jou Black Label (V100 (2002.10.07 Bl";448x224@60;V
+ddpdojblkbl;"DoDonPachi Dai-Ou-Jou Black Label (2002.10.07 Black Ve";448x224@60;V
+ddragon;"Double Dragon (Euro, USA) - Double Dragon (Euro, USA) - Double Dragon (Japan) - Double Dragon (Kor) - Double Dragon (World)";256x240@57;H
+ddragon2;"Double Dragon II - The Revenge (Jpn) - Double Dragon II - The Revenge (World)";256x240@57;H
+ddragon2b;"Double Dragon II - The Revenge (US bootleg, set 1)";256x240@57;H
+ddragon2b2;"Double Dragon II - The Revenge (US bootleg, set 2)";256x240@57;H
+ddragon2u;"Double Dragon II - The Revenge (US)";256x240@57;H
+ddragon3;"Double Dragon 3 - The Arcade Game (Euro, USA) - Double Dragon 3 - The Rosetta Stone (US)";320x240@57;H
+ddragon3b;"Double Dragon 3 - The Rosetta Stone (bootleg)";320x240@57;H
+ddragon3j;"Double Dragon 3 - The Rosetta Stone (Japan)";320x240@57;H
+ddragon3p;"Double Dragon 3 - The Rosetta Stone (prototype)";320x240@57;H
+ddragonb;"Double Dragon (bootleg with HD6309)";256x240@57;H
+ddragonb2;"Double Dragon (bootleg)";256x240@57;H
+ddragonba;"Double Dragon (bootleg with M6803)";256x240@57;H
+ddragonu;"Double Dragon (US set 1)";256x240@57;H
+ddragonua;"Double Dragon (US set 2)";256x240@57;H
+ddragonub;"Double Dragon (US set 3)";256x240@57;H
+ddragonw;"Double Dragon (World set 1)";256x240@57;H
+ddragonw1;"Double Dragon (World set 2)";256x240@57;H
+ddsom;"Dungeons & Dragons - shadow over mystara (960619 Euro)";384x224@60;H
+ddsoma;"Dungeons & Dragons - shadow over mystara (960619 Asia)";384x224@60;H
+ddsomar1;"Dungeons & Dragons - shadow over mystara (960208 Asia)";384x224@60;H
+ddsomb;"Dungeons & Dragons - shadow over mystara (960223 Brazi";384x224@60;H
+ddsomh;"Dungeons & Dragons - shadow over mystara (960223 Hispa";384x224@60;H
+ddsomj;"Dungeons & Dragons - shadow over mystara (960619 Japan";384x224@60;H
+ddsomjr1;"Dungeons & Dragons - shadow over mystara (960206 Japan";384x224@60;H
+ddsomjr2;"Dungeons & Dragons - shadow over mystara (960223 Japan";384x224@60;H
+ddsomr1;"Dungeons & Dragons - shadow over mystara (960223 Euro)";384x224@60;H
+ddsomr2;"Dungeons & Dragons - shadow over mystara (960209 Euro)";384x224@60;H
+ddsomr3;"Dungeons & Dragons - shadow over mystara (960208 Euro)";384x224@60;H
+ddsomu;"Dungeons & Dragons - shadow over mystara (960619 USA)";384x224@60;H
+ddsomud;"Dungeons & Dragons - shadow over mystara (960619 USA P";384x224@60;H
+ddsomur1;"Dungeons & Dragons - shadow over mystara (960209 USA)";384x224@60;H
+ddtod;"Dungeons & Dragons - tower of doom (940412 Euro)";384x224@60;H
+ddtoda;"Dungeons & Dragons - tower of doom (940412 Asia)";384x224@60;H
+ddtodar1;"Dungeons & Dragons - tower of doom (940113 Asia)";384x224@60;H
+ddtodd;"Dungeons & Dragons - tower of doom (940412 Euro Phoeni";384x224@60;H
+ddtodh;"Dungeons & Dragons - tower of doom (940412 Hispanic)";384x224@60;H
+ddtodhr1;"Dungeons & Dragons - tower of doom (940125 Hispanic)";384x224@60;H
+ddtodhr2;"Dungeons & Dragons - tower of doom (940113 Hispanic)";384x224@60;H
+ddtodj;"Dungeons & Dragons - tower of doom (940412 Japan)";384x224@60;H
+ddtodjr1;"Dungeons & Dragons - tower of doom (940125 Japan)";384x224@60;H
+ddtodjr2;"Dungeons & Dragons - tower of doom (940113 Japan)";384x224@60;H
+ddtodr1;"Dungeons & Dragons - tower of doom (940113 Euro)";384x224@60;H
+ddtodu;"Dungeons & Dragons - tower of doom (940125 USA)";384x224@60;H
+ddtodur1;"Dungeons & Dragons - tower of doom (940113 USA)";384x224@60;H
+ddux;"Dynamite Dux (Euro, Bra) - Dynamite Dux (set 2, FD1094 317-0096)";320x224@60;H
+ddux1;"Dynamite Dux (set 1, 8751 317-0095)";320x224@60;H
+dduxbl;"Dynamite Dux (bootleg)";320x224@60;H
+dduxd;"Dynamite Dux (set 2, FD1094 317-0096 decrypted)";320x224@60;H
+dduxj;"Dynamite Dux (set 2, Japan, FD1094 317-0094)";320x224@60;H
+dduxjd;"Dynamite Dux (set 2, Japan, FD1094 317-0094 decrypted)";320x224@60;H
+deadconx;"Dead Connection (World)";320x224@60;H
+deadconxj;"Dead Connection (Japan)";320x224@60;H
+dealer;"The Dealer";272x236@60;V
+deathbrd;"Death Brade (Japan ver JM-3)";320x240@58;H
+deerhunt;"Deer Hunter (Rus) - Deer Hunting USA V4.3";320x240@60;H
+deerhunta;"Deer Hunting USA V4.2";320x240@60;H
+deerhuntb;"Deer Hunting USA V4.0";320x240@60;H
+deerhuntc;"Deer Hunting USA V3.0";320x240@60;H
+deerhuntd;"Deer Hunting USA V2";320x240@60;H
+deerhunte;"Deer Hunting USA V1";320x240@60;H
+defense;"Defense (System 16B, FD1089A 317-0028)";320x224@60;H
+deluxe4u;"Deluxe 4 U (ver. 0107, 07/01/2000)";320x240@60;H
+deluxe5;"Deluxe 5 (ver. 0107, 07/01/2000, set 1)";320x240@60;H
+deluxe5a;"Deluxe 5 (ver. 0107, 07/01/2000, set 2)";320x240@60;H
+deluxe5b;"Deluxe 5 (ver. 0107, 07/01/2000, set 3)";320x240@60;H
+demonwld;"Demon's World / Horror Story (set 1)";320x240@55.2;H
+demonwld1;"Demon's World / Horror Story (set 2)";320x240@55.2;H
+demonwld2;"Demon's World / Horror Story (set 3)";320x240@55.2;H
+demonwld3;"Demon's World / Horror Story (set 4)";320x240@55.2;H
+demonwld4;"Demon's World / Horror Story (set 5)";320x240@55.2;H
+deroon;"Deroon DeroDero";320x240@57;H
+deroona;"Deroon DeroDero (alt set)";320x240@57;H
+desertbr;"Desert Breaker (World, FD1094 317-0196)";320x224@60;V
+desertbrd;"Desert Breaker (World, FD1094 317-0196 decrypted)";320x224@60;V
+desertbrj;"Desert Breaker (Japan, FD1094 317-0194)";320x224@60;V
+desertbrjd;"Desert Breaker (Japan, FD1094 317-0194 decrypted)";320x224@60;V
+detatwin;"Detana!! Twin Bee (Japan ver. J)";280x224@60;V
+devilfsg;"Devil Fish (Galaxian hardware, bootleg?)";256x224@60;V
+devilfsh;"Devil Fish";256x224@60;V
+devilw;"Devil World";320x224@60;H
+devstors;"Devastators (ver. Z)";304x224@60;V
+devstors2;"Devastators (ver. X)";304x224@60;V
+devstors3;"Devastators (ver. V)";304x224@60;V
+dfeveron;"Dangun Feveron (Japan, ver. 98/09/17)";320x240@58;V
+dharma;"Dharma Doujou";320x224@60;H
+dharmaj;"Dharma Doujou (Japan)";320x224@60;H
+dharmak;"Dharma Doujou (Korea)";320x224@60;H
+diamond;"Diamond Run";256x224@60;H
+dietgo;"Diet Go Go (Euro v1.1 1992.09.26)";320x240@58;H
+dietgoe;"Diet Go Go (Euro v1.1 1992.08.04)";320x240@58;H
+dietgoj;"Diet Go Go (Japan v1.1 1992.09.26)";320x240@58;H
+dietgou;"Diet Go Go (USA v1.1 1992.09.26)";320x240@58;H
+digdug;"Dig Dug (Jpn) - Dig Dug (Prototype) - Dig Dug (rev 2)";288x224@60;V
+digdug2;"Dig Dug II (New Ver.)";288x224@60;V
+digdug2o;"Dig Dug II (Old Ver.)";288x224@60;V
+diggerma;"Digger Man";304x224@59;H
+dimahoo;"Dimahoo (000121 Euro)";384x224@60;V
+dimahoou;"Dimahoo (000121 USA)";384x224@60;V
+dimahoud;"Dimahoo (000121 USA Phoenix Edition)";384x224@60;V
+dingo;"Dingo";256x224@60;V
+dino;"Cadillacs & Dinosaurs (930201 etc)";384x224@60;H
+dinoa;"Cadillacs & Dinosaurs (930223 Asia TW)";384x224@60;H
+dinoeh;"Cadillacs and Dinosaurs (hack, 930201 etc)";384x224@60;H
+dinoh;"Cadillacs and Dinosaurs (bootleg set 3, 930223 Asia TW";384x224@60;H
+dinohc;"Cadillacs and Dinosaurs (Chinese bootleg, 930223 Asia";384x224@60;H
+dinohunt;"Dinosaur Hunter (Chinese bootleg, 930223 Asia TW)";384x224@60;H
+dinoj;"Cadillacs Kyouryuu-Shinseiki (Cadillacs 930201 Japan)";384x224@60;H
+dinopic;"Cadillacs and Dinosaurs (bootleg set 1 (with PIC16c57)";384x224@60;H
+dinopic2;"Cadillacs and Dinosaurs (bootleg set 2 (with PIC16c57)";384x224@60;H
+dinopic3;"Cadillacs and Dinosaurs (bootleg set 3 (with PIC16c57)";384x224@60;H
+dinopic4;"Cadillacs and Dinosaurs (bootleg set 4 (with PIC16c57)";384x224@60;H
+dinorex;"Dino Rex (World)";320x224@60;H
+dinorexj;"Dino Rex (Japan)";320x224@60;H
+dinorexu;"Dino Rex (US)";320x224@60;H
+dinot;"Cadillacs and Dinosaurs Turbo (bootleg set 1, 930223 A";384x224@60;H
+dinotpic;"Cadillacs and Dinosaurs Turbo (bootleg set 2 (with PIC";384x224@60;H
+dinou;"Cadillacs & Dinosaurs (930201 USA)";384x224@60;H
+dirtfoxj;"Dirt Fox (Japan)";288x224@60;V
+disco;"Disco No.1";242x240@60;V
+discof;"Disco No.1 (Rev.F)";242x240@60;V
+diverboy;"Diver Boy";320x240@60;H
+djboy;"DJ Boy (Euro) - DJ Boy (set 1)";256x224@58;H
+djboya;"DJ Boy (set 2)";256x224@58;H
+djboyj;"DJ Boy (Japan) - DJ Boy (Jpn)";256x224@58;H
+dkgensan;"Daiku no Gensan (Japan, M82)";384x256@55;H
+dkgensanm72;"Daiku no Gensan (Japan, M72)";384x256@55;H
+dkingjr;"Donkey King Jr. (bootleg of Donkey Kong Jr.)";256x224@60;V
+dkong;"Donkey Kong - Donkey Kong (US set 1)";256x224@60;V
+dkong3;"Donkey Kong 3 (US)";256x224@60;V
+dkong3b;"Donkey Kong 3 (bootleg on Donkey Kong Jr. hardware)";256x224@60;V
+dkong3j;"Donkey Kong 3 (Japan)";256x224@60;V
+dkongf;"Donkey Kong Foundry (hack)";256x224@60;V
+dkonghrd;"Donkey Kong (US set 1) with Hard kit";256x224@60;V
+dkongj;"Donkey Kong (Japan set 1)";256x224@60;V
+dkongjnrj;"Donkey Kong Junior (Japan?)";256x224@60;V
+dkongjo;"Donkey Kong (Japan set 2)";256x224@60;V
+dkongjo1;"Donkey Kong (Japan set 3)";256x224@60;V
+dkongjr;"Donkey Kong Junior - Donkey Kong Junior (US set F-2)";256x224@60;V
+dkongjrb;"Donkey Kong Jr. (bootleg)";256x224@60;V
+dkongjrj;"Donkey Kong Jr. (Japan)";256x224@60;V
+dkongjrm;"Donkey Kong Jr. (Moon Cresta hardware)";256x224@60;V
+dkongo;"Donkey Kong (US set 2)";256x224@60;V
+dkongpe;"Donkey Kong - Pauline Edition (hack, rev 5)";256x224@60;V
+dkongx;"Donkey Kong II - Jumpman Returns (hack, V1.2)";256x224@60;V
+dkongx11;"Donkey Kong II - Jumpman Returns (hack, V1.1)";256x224@60;V
+dkrainbow;"Donkey Kong - Arcade Rainbow (hack)";256x224@60;V
+dland;"Dream Land / Super Dream Land (bootleg of Bubble Bobbl - Rod-Land (World)";256x224@60;H
+dleague;"Dynamite League (US)";320x240@60;H
+dleaguej;"Dynamite League (Japan)";320x240@60;H
+dmnfrnt;"Demon Front (V105)";448x224@60;H
+dmnfrnta;"Demon Front (V102, China)";448x224@60;H
+dmnfrntb;"Demon Front (V103)";448x224@60;H
+dmnfrntpcb;"Demon Front (V107, Korea, Single PCB Version)";448x224@60;H
+dngrtrck;"Danger Track (Rally X bootleg)";288x224@60;H
+docastle;"Mr. Do!'s Castle - Mr. Do's Castle (set 1)";240x192@60;V
+dodgeman;"Dodge Man";256x224@60;H
+dogfgt;"Acrobatic Dog-Fight";256x240@60;H
+dogfgtj;"Dog-Fight (Japan)";256x240@60;H
+dogfgtu;"Acrobatic Dog-Fight (USA)";256x240@60;H
+dogfight;"Dog Fight (Thunderbolt) - Dog Fighter (Euro)";256x224@60;V
+dogosokb;"Dogou Souken (Joystick hack bootleg)";288x216@60;V
+dogosoke;"Dogou Souken";288x216@60;V
+dogyuun;"Dogyuun";320x240@60;V
+dogyuuna;"Dogyuun (Licensed to Unite Trading For Korea)";320x240@60;V
+dogyuunt;"Dogyuun (test location version)";320x240@60;V
+dokaben;"Dokaben (Japan)";384x240@60;H
+dolmen;"Dolmen";256x224@56;H
+dommy;"Dommy";248x240@57;V
+dondokod;"Don Doko Don (World)";320x224@60;H
+dondokodj;"Don Doko Don (Japan)";320x224@60;H
+dondokodu;"Don Doko Don (US)";320x224@60;H
+donight;"Mr.Do's Nightmare (hack by Krazy Ivan)";256x224@60;V
+donpachi;"DonPachi (USA, ver. 1.12, 95/05/2x)";320x240@58;V
+donpachihk;"DonPachi (Hong Kong, ver. 1.10, 95/05/17)";320x240@58;V
+donpachij;"DonPachi (Japan, ver. 1.01, 95/05/11)";320x240@58;V
+donpachikr;"DonPachi (Korea, ver. 1.12, 95/05/2x)";320x240@58;V
+dorodon;"Dorodon (Jpn) - Dorodon (set 1)";240x196@60;V
+dorodon2;"Dorodon (set 2)";240x196@60;V
+dorunrun;"Do! Run Run (set 1)";240x192@60;H
+dotrikun;"Dottori Kun (new version)";256x192@60;H
+dotrikun2;"Dottori Kun (old version)";256x192@60;H
+dotriman;"Dottori-Man Jr.";256x192@60;H
+doubledr;"Double Dragon (Neo-Geo)";320x224@59;H
+dowild;"Mr. Do's Wild Ride - Mr. Do's Wild Ride (Jpn)";240x192@60;H
+downtown;"DownTown / Mokugeki (Set 1)";384x224@57;V
+downtown2;"DownTown / Mokugeki (Set 2)";384x224@57;V
+downtownj;"DownTown / Mokugeki (Joystick Hack)";384x224@57;V
+downtownp;"DownTown / Mokugeki (prototype)";384x224@57;V
+dquizgo;"Date Quiz Go Go (Korea)";320x240@60;H
+dragnblz;"Dragon Blaze";320x224@60;V
+dragonsh;"Dragon's Heaven (development board)";304x224@59;H
+drakton;"Drakton (DK conversion)";256x224@60;V
+dreamwld;"Dream World";304x224@58;H
+dremshpr;"Dream Shopper";288x224@60;V
+drgnbowl;"Dragon Bowl";256x224@60;H
+drgnbowla;"Dragon Bowl (set 2, unencrypted program)";256x224@60;H
+drgnbstr;"Dragon Buster";288x224@60;H
+drgninja;"Dragonninja (Japan)";256x240@57;H
+drgninjab;"Dragonninja (bootleg set 1)";256x240@57;H
+drgninjab2;"Dragonninja (bootleg set 2)";256x240@57;H
+drgnmst;"Dragon Master";384x224@60;H
+drgnunit;"Dragon Unit / Castle of Dragon";384x240@60;H
+drgw2;"Dragon World II (V110X, World)";448x224@60;H
+drgw2c;"Zhong Guo Long II (V100C, China)";448x224@60;H
+drgw2hk;"Dragon World II (V100H, Hong Kong)";448x224@60;H
+drgw2j;"Chuugokuryuu II (V100J, Japan)";448x224@60;H
+drifto94;"Drift Out '94 - The Hard Order (Japan)";336x238@60;H
+driftout;"Drift Out (Europe)";320x224@60;V
+driftoutj;"Drift Out (Japan)";320x224@60;V
+driveout;"Drive Out";320x224@60;V
+drivfrcb;"Driving Force (Galaxian conversion bootleg)";256x224@60;V
+drivfrcg;"Driving Force (Galaxian conversion)";256x224@60;V
+drivfrcp;"Driving Force (Pac-Man conversion)";256x224@60;V
+drivfrct;"Top Racer (bootleg of Driving Force)";256x224@60;V
+drktnjr;"Drakton (DKJr conversion)";256x224@60;V
+drmicro;"Dr. Micro";256x224@60;V
+drtomy;"Dr. Tomy";320x240@60;H
+drtoppel;"Dr. Toppel's Adventure (World)";256x224@60;V
+drtoppela;"Dr. Toppel's Adventure (World, alt?)";256x224@60;V
+drtoppelj;"Dr. Toppel's Tankentai (Japan)";256x224@60;V
+drtoppelu;"Dr. Toppel's Adventure (US)";256x224@60;V
+dsaber;"Dragon Saber (World, DO2) - Dragon Saber - After Story of Dragon Spirit";288x224@60;V
+dsabera;"Dragon Saber (World, older?)";288x224@60;V
+dsaberj;"Dragon Saber (Japan, Rev B)";288x224@60;V
+dsoccr94;"Dream Soccer '94 (World, M107 hardware)";320x240@60;H
+dsoccr94j;"Dream Soccer '94 (Japan)";320x240@60;H
+dsoccr94k;"Dream Soccer '94 (Korea, M107 hardware)";320x240@60;H
+dspirit;"Dragon Spirit - Dragon Spirit - Dragon Spirit (new version (DS3))";288x224@60;V
+dspirit1;"Dragon Spirit (old version (DS1))";288x224@60;V
+dspirit2;"Dragon Spirit (DS2)";288x224@60;V
+dstlk;"Darkstalkers - the night warriors (940705 Euro) - Landstalker - The Treasures of King Nole (Euro)";384x224@60;H
+dstlka;"Darkstalkers - the night warriors (940705 Asia)";384x224@60;H
+dstlkh;"Darkstalkers - the night warriors (940818 Hispanic)";384x224@60;H
+dstlku;"Darkstalkers - the night warriors (940818 USA) - Landstalker - The Treasures of King Nole (USA)";384x224@60;H
+dstlku1d;"Darkstalkers - the night warriors (940705 USA Phoenix";384x224@60;H
+dstlkur1;"Darkstalkers - the night warriors (940705 USA)";384x224@60;H
+ducki;"Duck Tales (Intro demo)";304x224@59;H
+dumpmtmt;"Dump Matsumoto (Japan, 8751 317-unknown)";320x224@60;H
+dungeonm;"Dungeon Magic (Ver 2.1O 1994/02/18)";320x224@60;H
+dungeonmu;"Dungeon Magic (Ver 2.1A 1994/02/18)";320x224@60;H
+dunkshot;"Dunk Shot (Jpn) - Dunk Shot (Rev C, FD1089 317-0022)";320x224@60;H
+dunkshota;"Dunk Shot (Jpn, Alt) - Dunk Shot (Rev A, FD1089 317-0022)";320x224@60;H
+dunkshoto;"Dunk Shot (FD1089 317-0022)";320x224@60;H
+dw2001;"Dragon World 2001 (V100, Japan)";448x224@60;H
+dw2v100x;"Dragon World II (V100X, World)";448x224@60;H
+dwi;"DarkWing Duck (Intro demo)";304x224@59;H
+dwia;"DarkWing Duck (Intro demo, alt)";304x224@59;H
+dwpc;"Dragon World Pretty Chance (V101, Japan)";448x224@60;H
+dyger;"Dyger (Korea set 1)";384x224@60;V
+dygera;"Dyger (Korea set 2)";384x224@60;V
+dynablst;"Dynablaster / Bomber Man";320x240@60;H
+dynagear;"Dyna Gear";336x240@60;H
+dynduke;"Dynamite Duke (Euro, Bra) - Dynamite Duke (Europe, 03SEP89) - Dynamite Duke (World, Rev. A)";256x224@60;H
+dyndukea;"Dynamite Duke (Europe, 25JUL89)";256x224@60;H
+dyndukej;"Dynamite Duke (Japan, 03SEP89)";256x224@60;H
+dyndukeja;"Dynamite Duke (Japan, 25JUL89)";256x224@60;H
+dyndukeu;"Dynamite Duke (US, 25JUL89)";256x224@60;H
+dynwar;"Dynasty Wars (US set 1)";384x224@60;H
+dynwara;"Dynasty Wars (US set 2)";384x224@60;H
+dynwarj;"Tenchi wo Kurau (Japan)";384x224@60;H
+dynwarjr;"Tenchi wo Kurau (Japan Resale Ver.)";384x224@60;H
+eagle;"Eagle (set 1)";256x224@60;V
+eagle2;"Eagle (set 2)";256x224@60;V
+eagle3;"Eagle (set 3)";256x224@60;V
+eaglshot;"Eagle Shot Golf";320x224@60;H
+earthjkr;"U.N. Defense Force: Earth Joker (Japan)";320x240@60;V
+earthjkrp;"U.N. Defense Force: Earth Joker (Japan, prototype?)";320x240@60;V
+ecofghtr;"Eco Fighters (931203 etc)";384x224@60;H
+ecofghtra;"Eco Fighters (931203 Asia)";384x224@60;H
+ecofghtrd;"Eco Fighters (931203 World Phoenix Edition)";384x224@60;H
+ecofghtrh;"Eco Fighters (931203 Hispanic)";384x224@60;H
+ecofghtru;"Eco Fighters (940215 USA)";384x224@60;H
+ecofghtru1;"Eco Fighters (931203 USA)";384x224@60;H
+edf;"Armed Formation - Armed Formation F - E.D.F. : Earth Defense Force (set 1) - Twisted Flipper (USA, Prototype)";256x224@60;H
+edfa;"E.D.F. : Earth Defense Force (set 2)";256x224@60;H
+edfbl;"E.D.F. : Earth Defense Force (bootleg)";256x224@60;H
+edfu;"E.D.F. : Earth Defense Force (North America)";256x224@60;H
+edrandy;"The Cliffhanger - Edward Randy (World ver 3)";256x240@58;H
+edrandy1;"The Cliffhanger - Edward Randy (World ver 1)";256x240@58;H
+edrandy2;"The Cliffhanger - Edward Randy (World ver 2)";256x240@58;H
+edrandyj;"The Cliffhanger - Edward Randy (Japan ver 3)";256x240@58;H
+eeekk;"Eeekk!";288x224@60;V
+egghunt;"Egg Hunt";384x240@58;H
+eggor;"Eggor";288x224@60;V
+eggs;"Eggs";240x240@57;V
+eightfrc;"Eight Forces";384x224@60;V
+eightman;"Eight Man (NGM-025)(NGH-025)";320x224@59;H
+elvact2u;"Elevator Action II (Ver 2.2A 1995/02/20)";320x232@60;H
+elvactr;"Elevator Action Returns (Ver 2.2O 1995/02/20)";320x232@60;H
+elvactrj;"Elevator Action Returns (Ver 2.2J 1995/02/20)";320x232@60;H
+endurobl;"Enduro Racer (bootleg set 1)";320x224@60;H
+enduror;"Enduro Racer (YM2151, FD1089B 317-0013A)";320x224@60;H
+enduror1;"Enduro Racer (YM2203, FD1089B 317-0013A)";320x224@60;H
+enforce;"Enforce (World)";320x224@60;H
+enforcej;"Enforce (Japan)";320x224@60;H
+enforceja;"Enforce (Japan, Analog Controls)";320x224@60;H
+esckids;"Escape Kids (Asia, 4 Players)";288x240@60;H
+esckidsj;"Escape Kids (Japan, 2 Players)";288x240@60;H
+espgal;"Espgaluda (V100, Japan)";448x224@59;V
+espgalbl;"Espgaluda (2003/10/15 Master Ver, bootleg cartridge co";448x224@59;V
+esprade;"ESP Ra.De. - A.D.2018 Tokyo (International, ver. 98/04";320x240@58;V
+espradej;"ESP Ra.De. (Japan, ver. 98/04/21)";320x240@58;V
+espradejo;"ESP Ra.De. (Japan, ver. 98/04/14)";320x240@58;V
+eswat;"E-Swat - Cyber Police (set 4, World, FD1094 317-0130) - ESWAT - City Under Siege (Euro, USA, Rev. A)";320x224@60;H
+eswatbl;"E-Swat - Cyber Police (bootleg)";320x224@60;H
+eswatd;"E-Swat - Cyber Police (set 4, World, FD1094 317-0130 d";320x224@60;H
+eswatj;"Cyber Police ESWAT (Jpn, Rev. 0) - E-Swat - Cyber Police (set 2, Japan, FD1094 317-0128)";320x224@60;H
+eswatj1;"E-Swat - Cyber Police (set 1, Japan, FD1094 317-0131)";320x224@60;H
+eswatj1d;"E-Swat - Cyber Police (set 1, Japan, FD1094 317-0131 d";320x224@60;H
+eswatjd;"E-Swat - Cyber Police (set 2, Japan, FD1094 317-0128 d";320x224@60;H
+eswatu;"E-Swat - Cyber Police (set 3, US, FD1094 317-0129)";320x224@60;H
+eswatud;"E-Swat - Cyber Police (set 3, US, FD1094 317-0129 decr";320x224@60;H
+eto;"Game Toshokan (Jpn, Rev. A) - Kokontouzai Eto Monogatari (Japan)";320x240@60;H
+euroch92;"Euro Champ '92 (World)";320x224@60;H
+evilston;"Evil Stone";320x224@60;V
+excelsr;"Excelsior (set 1)";320x240@58;H
+excelsra;"Excelsior (set 2)";320x240@58;H
+exctleag;"Excite League (FD1094 317-0079)";320x224@60;H
+exctleagd;"Excite League (FD1094 317-0079 decrypted)";320x224@60;H
+exedexes;"Exed Exes";256x224@60;V
+exerizerb;"Exerizer (Japan) (bootleg)";320x224@60;V
+exodus;"Exodus (bootleg?) - Exodus - Journey to the Promised Land (USA)";256x224@60;V
+explbrkr;"Explosive Breaker";256x224@60;V
+explorer;"Explorer";256x224@60;V
+extdwnhl;"Extreme Downhill (v1.5)";320x240@60;H
+extrmatn;"Extermination (World)";256x224@60;V
+extrmatnj;"Extermination (Japan)";256x224@60;V
+extrmatnu;"Extermination (US, set 1)";256x224@60;V
+extrmatnur;"Extermination (US, Romstar)";256x224@60;V
+exzisus;"Exzisus (Japan, dedicated)";256x224@60;H
+exzisusa;"Exzisus (Japan, conversion)";256x224@60;H
+exzisust;"Exzisus (TAD license)";256x224@60;H
+eyes;"Eyes (Digitrex Techstar)";288x224@60;V
+eyes2;"Eyes (Techstar)";288x224@60;V
+eyesb;"Eyes (bootleg set 1)";288x224@60;V
+eyeszacb;"Eyes (bootleg set 2, decrypted)";288x224@60;V
+f1dreamb;"F-1 Dream (bootleg, set 1)";256x224@60;H
+f1dreamba;"F-1 Dream (bootleg, set 2)";256x224@60;H
+f1gp;"F-1 Grand Prix - Nakajima Satoru Kanshuu F1 Grand Prix (Jpn)";320x240@60;V
+f1gp2;"F-1 Grand Prix Part II";320x224@60;V
+faceoff;"Face Off (Japan 2 Players)";288x224@60;H
+falcon;"Falcon - Falcon (bootleg of Phoenix) (8085A CPU)";256x208@60;V
+falconz;"Falcon (bootleg of Phoenix) (Z80 CPU)";256x208@60;V
+fantasia;"Fantasia (940429 PCB, set 1) - Fantasia (World, Rev. A)";256x224@60;V
+fantasiaa;"Fantasia (940307 PCB)";256x224@60;V
+fantasiab;"Fantasia (940429 PCB, set 2)";256x224@60;V
+fantasian;"Fantasia (940803 PCB)";256x224@60;V
+fantastc;"Fantastic (Galaga conversion on Galaxian hardware)";256x224@60;V
+fantazia;"Fantazia (bootleg?)";256x224@60;V
+fantland;"Fantasy Land (set 1)";352x256@60;H
+fantlanda;"Fantasy Land (set 2)";352x256@60;H
+fantsia2;"Fantasia II (Explicit)";256x224@60;H
+fantsia2a;"Fantasia II (Less Explicit)";256x224@60;H
+fantsia2n;"Fantasia II (1998)";256x224@60;H
+fantsy95;"Fantasy '95";256x224@60;V
+fantzn2x;"Fantasy Zone II - The Tears of Opa-Opa (System 16C)";320x224@60;H
+fantzn2xp;"Fantasy Zone II - The Tears of Opa-Opa (System 16C, pr";320x224@60;H
+fantzn2xps2;"Fantasy Zone II - The Tears of Opa-Opa (System 16C, PS";320x224@60;H
+fantznta;"Fantasy Zone Time Attack (System 16B, PS2 data file)";320x224@60;H
+fantzone;"Fantasy Zone - Fantasy Zone - Fantasy Zone (Jpn) - Fantasy Zone (Rev A, unprotected) - Fantasy Zone (World, v2) - Fantasy Zone Gear (Euro, Jpn)";320x224@60;H
+fantzone1;"Fantasy Zone (unprotected) - Fantasy Zone (World, v1, Prototype)";320x224@60;H
+fantzonep;"Fantasy Zone (317-5000)";320x224@60;H
+fantzoneta;"Fantasy Zone (Time Attack, bootleg)";320x224@60;H
+farmer;"Farmers Rebellion";240x224@60;H
+fastfred;"Fast Freddie";256x224@60;V
+fatfursp;"Fatal Fury Special (Euro) - Fatal Fury Special / Garou Densetsu Special (set 1)(NG";320x224@59;H
+fatfurspa;"Fatal Fury Special / Garou Densetsu Special (set 2)(NG";320x224@59;H
+fatfury1;"Fatal Fury - King of Fighters / Garou Densetsu - shuku";320x224@59;H
+fatfury2;"Fatal Fury 2 (USA, Kor) - Fatal Fury 2 / Garou Densetsu 2 - arata-naru tatakai (";320x224@59;H
+fatfury2a;"Fatal Fury 2 / Garou Densetsu 2 - arata-naru tatakai (";320x224@59;H
+fatfury3;"Fatal Fury 3 - Road to the Final Victory / Garou Dense";320x224@59;H
+fatfury3a;"Fatal Fury 3 - Road to the Final Victory / Garou Dense";320x224@59;H
+fball;"Fire Ball (FM Work)";256x240@60;H
+fbfrenzy;"Football Frenzy (NGM-034)(NGH-034)";304x224@59;H
+fcrash;"Final Crash (bootleg (with 2xYM2203 + 2xMSM5205))";384x224@60;H
+feversos;"Fever SOS (International, ver. 98/09/25)";320x240@58;V
+ffantasy;"Fighting Fantasy (Japan revision 3)";256x240@57;H
+ffantasya;"Fighting Fantasy (Japan)";256x240@57;H
+ffantasyb;"Fighting Fantasy (Japan revision ?)";256x240@57;H
+ffantasyj;"Fighting Fantasy (Japan revision 2)";256x240@57;H
+ffight;"Final Fight (World, set 1)";384x224@60;H
+ffighta;"Final Fight (World, set 2)";384x224@60;H
+ffightbl;"Final Fight (bootleg set 1 (with 2xYM2203 + 2xMSM5205)";384x224@60;H
+ffightbla;"Final Fight (bootleg set 2 (with 2xYM2203 + 2xMSM5205)";384x224@60;H
+ffightj;"Final Fight (Japan)";384x224@60;H
+ffightj1;"Final Fight (900112 Japan)";384x224@60;H
+ffightj2;"Final Fight (900305 Japan)";384x224@60;H
+ffightj3;"Final Fight (900613 Japan)";384x224@60;H
+ffightjh;"Street Smart / Final Fight (Japan, hack)";384x224@60;H
+ffightu;"Final Fight (USA, set 1)";384x224@60;H
+ffightu1;"Final Fight (USA, set 2)";384x224@60;H
+ffightu2;"Final Fight (USA, set 3)";384x224@60;H
+ffightua;"Final Fight (900112 USA)";384x224@60;H
+ffightub;"Final Fight (900424 USA)";384x224@60;H
+ffightuc;"Final Fight (900613 USA)";384x224@60;H
+fghtbskt;"Fighting Basketball";256x224@60;H
+fhawk;"Fighting Hawk (World)";320x224@60;V
+fhawkj;"Fighting Hawk (Japan)";320x224@60;V
+fightfev;"Fight Fever (set 1)";304x224@59;H
+fightfeva;"Fight Fever (set 2)";304x224@59;H
+fightrol;"Fighting Roller";240x224@60;V
+finalb;"Final Blow (Jpn) - Final Blow (World)";320x224@60;H
+finalbj;"Final Blow (Japan)";320x224@60;H
+finalbu;"Final Blow (US)";320x224@60;H
+finalizr;"Finalizer - Super Transformation";272x224@60;V
+finalizrb;"Finalizer - Super Transformation (bootleg)";272x224@60;V
+finalttr;"Final Tetris";256x224@58;H
+finehour;"Finest Hour (Japan)";288x224@60;H
+firebarr;"Fire Barrel (Japan)";320x240@60;V
+firehawk;"Fire Hawk (horizontal) - Firehawk (Euro)";256x224@56;H
+fireshrk;"Fire Shark - Fire Shark (Euro)";320x240@57.6;V
+fireshrka;"Fire Shark (Earlier)";320x240@57.6;V
+fireshrkd;"Fire Shark (Korea, set 1, easier)";320x240@57.6;V
+fireshrkdh;"Fire Shark (Korea, set 2, harder)";320x240@57.6;V
+firetrap;"Fire Trap (US, set 1)";256x240@60;V
+firetrapa;"Fire Trap (US, set 2)";256x240@60;V
+firetrapbl;"Fire Trap (Japan bootleg)";256x240@60;V
+firetrapj;"Fire Trap (Japan)";256x240@60;V
+fitegolf;"Fighting Golf (World?)";288x216@60;H
+fitegolf2;"Fighting Golf (US, Ver 2)";288x216@60;H
+fitegolfu;"Fighting Golf (US)";288x216@60;H
+fixeight;"FixEight (Europe)";320x240@60;V
+fixeighta;"FixEight (Southeast Asia)";320x240@60;V
+fixeightat;"FixEight (Southeast Asia, Taito license)";320x240@60;V
+fixeighth;"FixEight (Hong Kong)";320x240@60;V
+fixeightht;"FixEight (Hong Kong, Taito license)";320x240@60;V
+fixeightj;"FixEight (Japan)";320x240@60;V
+fixeightjt;"FixEight (Japan, Taito license)";320x240@60;V
+fixeightk;"FixEight (Korea)";320x240@60;V
+fixeightkt;"FixEight (Korea, Taito license)";320x240@60;V
+fixeightt;"FixEight (Europe, Taito license)";320x240@60;V
+fixeighttw;"FixEight (Taiwan)";320x240@60;V
+fixeighttwt;"FixEight (Taiwan, Taito license)";320x240@60;V
+fixeightu;"FixEight (USA)";320x240@60;V
+fixeightut;"FixEight (USA, Taito license)";320x240@60;V
+fjbuster;"Fujiyama Buster (Japan)";256x224@60;H
+flagrall;"'96 Flag Rally";320x240@60;H
+flashgal;"Flashgal (set 1)";288x224@60;H
+flashgala;"Flashgal (set 2)";288x224@60;H
+flashgalk;"Flashgal (set 1, Kyugo logo)";288x224@60;H
+flicky;"Flicky (128k Version, 315-5051) - Flicky (Euro, USA) - Flicky (Jpn) - Flicky (Jpn, v1)";256x224@60;H
+flickya;"Flicky (128k Version, 315-5051, larger roms)) - Flicky (Jpn, v0)";256x224@60;H
+flickyg;"Flicky (128k Version, System 2, 315-5051, alt graphics";256x224@60;H
+flickyo;"Flicky (64k Version, 315-5051, set 1)";256x224@60;H
+flickys1;"Flicky (64k Version, 315-5051, set 2)";256x224@60;H
+flickys2;"Flicky (128k Version, not encrypted)";256x224@60;H
+flickys2g;"Flicky (128k Version, System 2, not encrypted, alt gra";256x224@60;H
+flipshot;"Battle Flip Shot";304x224@59;H
+flipull;"Flipull (Japan)";320x224@60;H
+flstory;"The FairyLand Story - The Fairyland Story (Jpn)";256x224@60;H
+flstoryj;"The FairyLand Story (Japan)";256x224@60;H
+flyboy;"Fly-Boy";256x224@60;V
+flyboyb;"Fly-Boy (bootleg)";256x224@60;V
+flytiger;"Flying Tiger (set 1)";384x240@60;V
+flytigera;"Flying Tiger (set 2)";384x240@60;V
+fncywld;"Fancy World - Earth of Crisis";320x240@60;H
+fnkyfish;"Funky Fish";512x256@60;V
+fnshark;"Flyin' Shark (bootleg of Hishou Zame)";320x240@55;V
+footchmp;"Football Champ (World)";320x224@60;H
+forcebrk;"Force Break (bootleg)";240x240@60;H
+forgottn;"Forgotten Worlds (Euro, Bra, Aus) - Forgotten Worlds (World, newer) - Forgotten Worlds (World, v1.1)";384x224@60;H
+forgottna;"Forgotten Worlds (World)";384x224@60;H
+forgottnu;"Forgotten Worlds (US, B-Board 88621B-2, rev C)";384x224@60;H
+forgottnua;"Forgotten Worlds (US, B-Board 88618B-2, rev A)";384x224@60;H
+forgottnuaa;"Forgotten Worlds (US, B-Board 88618B-2, rev AA)";384x224@60;H
+forgottnuc;"Forgotten Worlds (US, B-Board 88618B-2, Rev C)";384x224@60;H
+forgottnue;"Forgotten Worlds (US, B-Board 88618B-2, Rev E)";384x224@60;H
+formatz;"Formation Z - Formation Z (Jpn)";248x224@60;H
+fpoint;"Flash Point (set 2, Japan, FD1094 317-0127A) - Flashpoint (Kor) - Flashpoint (Kor)";320x224@60;H
+fpoint1;"Flash Point (set 1, Japan, FD1094 317-0127A)";320x224@60;H
+fpoint1d;"Flash Point (set 1, Japan, FD1094 317-0127A decrypted)";320x224@60;H
+fpointbj;"Flash Point (Japan, bootleg)";320x224@60;H
+fpointbl;"Flash Point (World, bootleg)";320x224@60;H
+fpointd;"Flash Point (set 2, Japan, FD1094 317-0127A decrypted)";320x224@60;H
+freekick;"Free Kick (NS6201-A 1987.10)";256x224@60;V
+freekicka;"Free Kick (NS6201-A 1987.9)";256x224@60;V
+freekickb1;"Free Kick (bootleg set 1)";256x224@60;V
+freekickb3;"Free Kick (bootleg set 3)";256x224@60;V
+freeze;"Freeze";256x224@60;V
+friskyt;"Frisky Tom (set 1)";256x224@60;H
+friskyta;"Frisky Tom (set 2)";256x224@60;H
+friskytb;"Frisky Tom (set 3, encrypted)";256x224@60;H
+frogf;"Frog (Falcon bootleg)";256x224@60;V
+frogg;"Frog (Galaxian hardware)";256x224@60;V
+frogger;"Frogger - Frogger - Frogger (Jpn) - Frogger (USA) - Frogger (USA, Prototype)";256x224@60;V
+froggermc;"Frogger (Moon Cresta hardware)";256x224@60;V
+froggers;"Frog";256x224@60;V
+froggers1;"Frogger (Sega set 1)";256x224@60;V
+froggers2;"Frogger (Sega set 2)";256x224@60;V
+froggers3;"Frogger (Sega set 3)";256x224@60;V
+froggrs;"Frogger (Scramble hardware)";256x224@60;V
+froman2b;"Idol Mahjong - final romance 2 (Neo CD Conversion)";304x224@59;H
+fround;"The Final Round (ver. M)";320x224@60;H
+froundl;"The Final Round (ver. L)";320x224@60;H
+fshark;"Flying Shark (World)";320x240@54.9;V
+fsharkbt;"Flying Shark (bootleg with 8741)";320x240@54.9;V
+fsoccerb;"Fighting Soccer (Joystick hack bootleg)";400x224@60;H
+fsoccerba;"Fighting Soccer (Joystick hack bootleg, alt)";400x224@60;H
+fstarfrc;"Final Star Force (US)";256x224@60;V
+fstarfrcj;"Final Star Force (Japan)";256x224@60;V
+fswords;"Fighters Swords (Korean release of Samurai Shodown III";304x224@59;H
+fullthrl;"Full Throttle (Japan)";320x240@60;H
+funkybee;"Funky Bee";236x224@60;V
+funkybeeb;"Funky Bee (bootleg, harder)";236x224@60;V
+funkyjet;"Funky Jet (World, rev 1)";320x240@58;H
+funkyjeta;"Funky Jet (World)";320x240@58;H
+funkyjetj;"Funky Jet (Japan, rev 2)";320x240@58;H
+funybubl;"Funny Bubble";320x224@60;H
+funybublc;"Funny Bubble (Comad version)";320x224@60;H
+futspy;"Future Spy";256x224@60;V
+fx;"F-X - Sega Graphic Board (Jpn, Prototype v2.0) - SF-X";288x224@60;V
+fxa;"F-X (alternate set)";288x224@60;V
+gaia;"Gaia Crusaders - Sagaia (Euro, Bra) - Sagaia (USA)";320x224@58;H
+gaialast;"Gaia - The Last Choice of Earth";304x224@58;H
+gaiapols;"Gaiapolis (ver EAF)";376x224@60;V
+gaiapolsj;"Gaiapolis (ver JAF)";376x224@60;V
+gaiapolsu;"Gaiapolis (ver UAF)";376x224@60;V
+gaiden;"Ninja Gaiden (Euro, Bra) - Ninja Gaiden (Euro, USA) - Ninja Gaiden (Jpn, Prototype) - Ninja Gaiden (US)";256x224@60;H
+galaga;"Galaga (Jpn) - Galaga (Namco rev. B) - Galaga (Tw) - Galaga Demo (set 2)";288x224@60;V
+galaga3;"Galaga 3 (GP3 rev. D)";288x224@60;V
+galaga3a;"Galaga 3 (GP3 rev. C)";288x224@60;V
+galaga3b;"Galaga 3 (GP3)";288x224@60;V
+galaga3c;"Galaga 3 (set 4)";288x224@60;V
+galaga3m;"Galaga 3 (set 5)";288x224@60;V
+galaga88;"Galaga '88 - Galaga '88";288x224@60;V
+galaga88a;"Galaga '88 (02-03-88)";288x224@60;V
+galaga88j;"Galaga '88 (Japan)";288x224@60;V
+galagamf;"Galaga (Midway set 1 with fast shoot hack)";288x224@60;V
+galagamk;"Galaga (Midway set 2)";288x224@60;V
+galagamw;"Galaga (Midway set 1)";288x224@60;V
+galagao;"Galaga (Namco)";288x224@60;V
+galap1;"Space Invaders Galactica (galaxiaj hack)";256x224@60;V
+galap4;"Galaxian Part 4 (hack)";256x224@60;V
+galapx;"Galaxian Part X (moonaln hack)";256x224@60;V
+galaxbsf;"Galaxian (bootleg, set 1)";256x224@60;V
+galaxian;"Galaxian - Galaxian (Jpn) - Galaxian (Kor) - Galaxian (Namco set 1)";256x224@60;V
+galaxiana;"Galaxian (Alt) - Galaxian (Jpn, Alt) - Galaxian (Namco set 2)";256x224@60;V
+galaxianbl;"Galaxian (bootleg, set 2)";256x224@60;V
+galaxiani;"Galaxian (Irem)";256x224@60;V
+galaxianm;"Galaxian (Midway set 1)";256x224@60;V
+galaxianmo;"Galaxian (Midway set 2)";256x224@60;V
+galaxiant;"Galaxian (Taito)";256x224@60;V
+galaxrf;"Galaxian (Recreativos Franco S.A. Spanish bootleg)";256x224@60;V
+galaxrfgg;"Galaxian Growing Galaxip / Galaxian Nave Creciente (Re";256x224@60;V
+galaxyfg;"Galaxy Fight - Universal Warriors";304x224@59;H
+galaxygn;"Galaxy Gunners";352x256@60;V
+galemp;"Galaxy Empire (bootleg?)";256x224@60;V
+galhustl;"Gals Hustler";256x224@60;H
+galivan;"Cosmo Police Galivan (12/26/1985)";256x224@60;V
+galivan2;"Cosmo Police Galivan (12/16/1985)";256x224@60;V
+galivan3;"Cosmo Police Galivan (12/11/1985)";256x224@60;V
+gallag;"Gallag";288x224@60;V
+gallop;"Gallop - Armed police Unit (Japan)";384x256@55;H
+galmedes;"Galmedes (Japan)";320x240@60;V
+galpani4;"Gals Panic 4 (Japan)";320x240@60;H
+galpani4k;"Gals Panic 4 (Korea)";320x240@60;H
+galpanic;"Gals Panic (Unprotected)";256x224@60;V
+galpanidx;"Gals Panic DX (Asia)";320x240@60;H
+galpanis;"Gals Panic S - Extra Edition (Europe)";320x240@60;H
+galpanisj;"Gals Panic S - Extra Edition (Japan)";320x240@60;H
+galpanisk;"Gals Panic S - Extra Edition (Korea)";320x240@60;H
+galpans2;"Gals Panic S2 (Europe)";320x240@60;H
+galpans2a;"Gals Panic S2 (Asia)";320x240@60;H
+galpans2j;"Gals Panic S2 (Japan)";320x240@60;H
+galpans3;"Gals Panic S3 (Japan)";320x240@60;H
+galpansu;"Gals Panic SU (Korea)";320x240@60;H
+galspnbl;"Gals Pinball";512x224@60;V
+galturbo;"Galaxian Turbo (superg hack)";256x224@60;V
+ganbare;"Ganbare! Marine Kun (Marine 2K0411 JPN)";384x224@60;H
+gangonta;"Ganbare! Gonta!! 2 / Party Time: Gonta the Diver II (J";320x240@58;V
+gangwars;"Gang Wars";256x224@60;H
+gangwarsb;"Gang Wars (bootleg)";256x224@60;H
+gangwarsj;"Gang Wars (Japan)";256x224@60;H
+gangwarsu;"Gang Wars (US)";256x224@60;H
+ganryu;"Ganryu / Musashi Ganryuki";304x224@59;H
+gaplus;"Gaplus (GP2 rev. B)";288x224@60;V
+gaplusa;"Gaplus (GP2)";288x224@60;V
+gaplusd;"Gaplus (GP2 rev D, alternate hardware)";288x224@60;V
+gaplust;"Gaplus (Tecfri PCB)";288x224@60;V
+gardia;"Gardia (317-0006)";256x224@60;V
+garogun;"Garogun Seroyang (Korea)";320x240@60;H
+garou;"Garou - Mark of the Wolves (NGM-2530) - Garou Densetsu - Shukumei no Tatakai (Jpn)";320x224@59;H
+garoubl;"Garou - Mark of the Wolves (bootleg)";320x224@59;H
+garouh;"Garou - Mark of the Wolves (NGM-2530) (NGH-2530)";320x224@59;H
+garoup;"Garou - Mark of the Wolves (prototype)";320x224@59;H
+garuka;"Garuka (Japan ver. W)";304x224@60;V
+garyoret;"Garyo Retsuden (Japan)";256x240@58;H
+gatedoom;"Gate of Doom (US revision 4)";256x240@58;H
+gatedoom1;"Gate of Doom (US revision 1)";256x240@58;H
+gaunt2;"Gauntlet II";336x240@60;H
+gaunt22p;"Gauntlet II (2 Players, rev 2)";336x240@60;H
+gaunt22p1;"Gauntlet II (2 Players, rev 1)";336x240@60;H
+gaunt22pg;"Gauntlet II (2 Players, German)";336x240@60;H
+gaunt2g;"Gauntlet II (German)";336x240@60;H
+gauntlet;"Gauntlet (Euro) - Gauntlet (Euro, Bra) - Gauntlet (rev 14)";336x240@60;H
+gauntlet2p;"Gauntlet (2 Players, rev 6)";336x240@60;H
+gauntlet2pg;"Gauntlet (2 Players, German, rev 4)";336x240@60;H
+gauntlet2pg1;"Gauntlet (2 Players, German, rev 1)";336x240@60;H
+gauntlet2pj;"Gauntlet (2 Players, Japanese, rev 5)";336x240@60;H
+gauntlet2pj2;"Gauntlet (2 Players, Japanese rev 2)";336x240@60;H
+gauntlet2pr3;"Gauntlet (2 Players, rev 3)";336x240@60;H
+gauntletg;"Gauntlet (German, rev 10)";336x240@60;H
+gauntletgr3;"Gauntlet (German, rev 3)";336x240@60;H
+gauntletgr6;"Gauntlet (German, rev 6)";336x240@60;H
+gauntletgr8;"Gauntlet (German, rev 8)";336x240@60;H
+gauntletj;"Gauntlet (Japanese, rev 13)";336x240@60;H
+gauntletj12;"Gauntlet (Japanese, rev 12)";336x240@60;H
+gauntletr1;"Gauntlet (rev 1)";336x240@60;H
+gauntletr2;"Gauntlet (rev 2)";336x240@60;H
+gauntletr4;"Gauntlet (rev 4)";336x240@60;H
+gauntletr5;"Gauntlet (rev 5)";336x240@60;H
+gauntletr7;"Gauntlet (rev 7)";336x240@60;H
+gauntletr9;"Gauntlet (rev 9)";336x240@60;H
+gauntlets;"Gauntlet (Spanish, rev 15)";336x240@60;H
+gberet;"Green Beret - Green Beret (Euro)";240x224@60;H
+gberetb;"Green Beret (bootleg)";240x224@60;H
+gblchmp;"Global Champion (Ver 2.1A 1994/07/29)";320x224@60;H
+gbusters;"Gang Busters (set 1)";288x224@60;V
+gbustersa;"Gang Busters (set 2)";288x224@60;V
+gdfs;"Mobil Suit Gundam Final Shooting (Japan)";336x240@60;H
+geebee;"Gee Bee";272x224@60;V
+geebeeg;"Gee Bee (Gremlin)";272x224@60;V
+gekiridn;"Gekirindan (Ver 2.3O 1995/09/21)";320x232@60;V
+gekiridnj;"Gekirindan (Ver 2.3J 1995/09/21)";320x232@60;V
+gemini;"Gemini Wing (Japan)";256x224@60;V
+geminib;"Gemini Wing (World, bootleg)";256x224@60;V
+genix;"Genix Family";288x224@60;H
+genpeitd;"Genpei ToumaDen";288x224@60;H
+gensitou;"Genshi-Tou 1930's (Japan)";256x224@60;H
+geostorm;"Geostorm (Japan)";320x240@60;H
+getstarb1;"Get Star (bootleg, set 1)";280x240@60;H
+getstarb2;"Get Star (bootleg, set 2)";280x240@60;H
+getstarj;"Get Star (Japan)";280x240@60;H
+gforce2;"Galaxy Force 2 - Galaxy Force II (World, Rev. B)";320x224@60;H
+gforce2j;"Galaxy Force 2 (Japan)";320x224@60;H
+gforce2ja;"Galaxy Force 2 (Japan, Rev A)";320x224@60;H
+gforce2sd;"Galaxy Force 2 (Super Deluxe unit)";320x224@60;H
+ghostb;"The Real Ghostbusters (US 2 Players, revision 2)";256x240@58;H
+ghostb2a;"The Real Ghostbusters (US 2 Players)";256x240@58;H
+ghostb3;"The Real Ghostbusters (US 3 Players)";256x240@58;H
+ghostbi;"Ghost Busters (Intro demo)";304x224@59;H
+ghostlop;"Ghostlop (prototype)";304x224@59;H
+ghostmun;"Ghost Muncher";256x224@60;V
+ghouls;"Ghouls'n Ghosts (Euro, USA, Bra) - Ghouls'n Ghosts (Euro, USA, Kor, Rev. A) - Ghouls'n Ghosts (World)";384x224@60;H
+ghoulsu;"Ghouls'n Ghosts (US)";384x224@60;H
+ghox;"Ghox (spinner)";320x240@60;V
+ghoxj;"Ghox (joystick)";320x240@60;V
+gigaman2;"Gigaman 2: The Power Fighters (bootleg)";384x224@60;H
+gigandes;"Gigandes";384x240@60;H
+gigandesa;"Gigandes (earlier)";384x240@60;H
+gigasb;"Gigas (bootleg)";256x224@60;V
+gigasm2b;"Gigas Mark II";256x224@60;V
+gigawing;"Giga Wing (990222 USA)";384x224@60;H
+gigawinga;"Giga Wing (990222 Asia)";384x224@60;H
+gigawingb;"Giga Wing (990222 Brazil)";384x224@60;H
+gigawingd;"Giga Wing (990222 USA Phoenix Edition)";384x224@60;H
+gigawingh;"Giga Wing (990222 Hispanic)";384x224@60;H
+gigawingj;"Giga Wing (990223 Japan)";384x224@60;H
+gigawingjd;"Giga Wing (990223 Japan Phoenix Edition)";384x224@60;H
+gijoe;"G.I. Joe (World, EAB, set 1)";288x224@60;H
+gijoea;"G.I. Joe (World, EB8, prototype?)";288x224@60;H
+gijoej;"G.I. Joe (Japan, JAA)";288x224@60;H
+gijoeu;"G.I. Joe (US, UAB)";288x224@60;H
+ginganin;"Ginga NinkyouDen (set 1)";256x224@60;H
+ginganina;"Ginga NinkyouDen (set 2)";256x224@60;H
+ginkun;"Ganbare Ginkun";256x224@60;H
+gloc;"G-LOC Air Battle (Euro, Bra, Kor) - G-LOC Air Battle (Euro, USA, Bra) - G-LOC Air Battle (World) - G-LOC Air Battle (World)";320x224@60;H
+glocr360;"G-LOC R360";320x224@60;H
+glocu;"G-LOC Air Battle (US)";320x224@60;H
+gmahou;"Great Mahou Daisakusen (000121 Japan)";384x224@60;V
+gmgalax;"Ghostmuncher Galaxian (bootleg)";256x224@60;V
+gnbarich;"Gunbarich";320x224@60;V
+gng;"Ghosts'n Goblins (World? set 1)";256x224@59.6;H
+gnga;"Ghosts'n Goblins (World? set 2)";256x224@59.6;H
+gngbl;"Ghosts'n Goblins (bootleg with Cross)";256x224@59.6;H
+gngbla;"Ghosts'n Goblins (bootleg, harder)";256x224@59.6;H
+gngblita;"Ghosts'n Goblins (Italian bootleg, harder)";256x224@59.6;H
+gngc;"Ghosts'n Goblins (World Revision C)";256x224@59.6;H
+gngprot;"Ghosts'n Goblins (prototype)";256x224@59.6;H
+gngt;"Ghosts'n Goblins (US)";256x224@59.6;H
+goalx3;"Goal! Goal! Goal!";304x224@59;H
+gogold;"Go For The Gold (Japan)";320x240@60;H
+gogomile;"Susume! Mile Smile / Go Go! Mile Smile (newer)";320x240@60;H
+gogomileo;"Susume! Mile Smile / Go Go! Mile Smile (older)";320x240@60;H
+goldmedl;"Gold Medalist (set 1)";256x224@60;H
+goldmedla;"Gold Medalist (set 2)";256x224@60;H
+goldmedlb;"Gold Medalist (bootleg)";256x224@60;H
+goldnaxe;"Golden Axe (set 6, US, 8751 317-123A)";320x224@60;H
+goldnaxe1;"Golden Axe (set 1, World, FD1094 317-0110)";320x224@60;H
+goldnaxe1d;"Golden Axe (set 1, World, FD1094 317-0110 decrypted)";320x224@60;H
+goldnaxe2;"Golden Axe (set 2, US, 8751 317-0112)";320x224@60;H
+goldnaxe3;"Golden Axe (set 3, World, FD1094 317-0120)";320x224@60;H
+goldnaxe3d;"Golden Axe (set 3, World, FD1094 317-0120 decrypted)";320x224@60;H
+goldnaxej;"Golden Axe (set 4, Japan, FD1094 317-0121)";320x224@60;H
+goldnaxejd;"Golden Axe (set 4, Japan, FD1094 317-0121 decrypted)";320x224@60;H
+goldnaxeu;"Golden Axe (set 5, US, FD1094 317-0122)";320x224@60;H
+goldnaxeud;"Golden Axe (set 5, US, FD1094 317-0122 decrypted)";320x224@60;H
+gollygho;"Golly! Ghost!";288x224@60;H
+gorkans;"Gorkans";288x224@60;V
+gotcha;"Got-cha Mini Game Festival";320x240@60;H
+gowcaizr;"Voltage Fighter - Gowcaizer / Choujin Gakuen Gowcaizer";304x224@59;H
+gpilots;"Ghost Pilots (NGM-020)(NGH-020)";304x224@59;H
+gpilotsh;"Ghost Pilots (NGH-020)(US)";304x224@59;H
+gprider;"GP Rider (Euro, Bra) - GP Rider (Euro, USA) - GP Rider (World, FD1094 317-0163) (Twin setup)";320x224@60;H
+gpriderj;"GP Rider (Japan, FD1094 317-0161) (Twin setup) - GP Rider (Jpn)";320x224@60;H
+gpriderjs;"GP Rider (Japan, FD1094 317-0161)";320x224@60;H
+gprideru;"GP Rider (US, FD1094 317-0162) (Twin setup)";320x224@60;H
+gpriderus;"GP Rider (US, FD1094 317-0162)";320x224@60;H
+gradius;"Gradius - Gradius (Japan, ROM version) - Nemesis (Euro) ~ Gradius (Jpn)";256x224@60;H
+gradius2;"Gradius II - GOFER no Yabou (Japan New ver.) - Nemesis 2 (Euro) ~ Gradius 2 (Jpn)";320x224@60;H
+gradius2a;"Gradius II - GOFER no Yabou (Japan Old ver.) - Nemesis 2 (Euro) ~ Gradius 2 (Jpn) (Alt)";320x224@60;H
+gradius2b;"Gradius II - GOFER no Yabou (Japan Older ver.)";320x224@60;H
+gradius3;"Gradius III (World, program code R)";320x224@60;H
+gradius3a;"Gradius III (Asia)";320x224@60;H
+gradius3j;"Gradius III (Japan, program code S)";320x224@60;H
+gradius3js;"Gradius III (Japan, program code S, split)";320x224@60;H
+grasspin;"Grasspin";256x224@60;V
+grdian;"Guardian";280x240@60;H
+grdians;"Guardians0Denjin Makai II";304x232@60;H
+grdnstrm;"Guardian Storm (horizontal, not encrypted)";256x224@57;H
+grdnstrmg;"Guardian Storm (Germany)";256x224@57;V
+grdnstrmj;"Sen Jing - Guardian Storm (Japan)";256x224@57;V
+grdnstrmk;"Jeon Sin - Guardian Storm (Korea)";256x224@57;V
+grdnstrmv;"Guardian Storm (vertical)";256x224@57;V
+griffon;"Griffon (bootleg of Phoenix) - Order of the Griffon";256x208@60;V
+grindstm;"Grind Stormer";320x240@60;V
+grindstma;"Grind Stormer (older set)";320x240@60;V
+grobda;"Grobda (New Ver.)";288x224@60;V
+grobda2;"Grobda (Old Ver. set 1)";288x224@60;V
+grobda3;"Grobda (Old Ver. set 2)";288x224@60;V
+growl;"Growl (USA) - Growl (World, Rev 1)";320x224@60;H
+growla;"Growl (World)";320x224@60;H
+growlu;"Growl (US)";320x224@60;H
+gryzor;"Gryzor (Set 1)";280x224@60;V
+gryzor1;"Gryzor (Set 2)";280x224@60;V
+gseeker;"Grid Seeker: Project Storm Hammer (Ver 1.3O)";320x224@60;V
+gseekerj;"Grid Seeker: Project Storm Hammer (Ver 1.3J)";320x224@60;V
+gseekeru;"Grid Seeker: Project Storm Hammer (Ver 1.3A)";320x224@60;V
+gteikoku;"Gingateikoku No Gyakushu";256x224@60;V
+gteikokub;"Gingateikoku No Gyakushu (bootleg set 1)";256x224@60;V
+gteikokub2;"Gingateikoku No Gyakushu (bootleg set 2)";256x224@60;V
+gtmr;"1000 Miglia: Great 1000 Miles Rally (94/07/18)";320x240@60;H
+gtmr2;"Mille Miglia 2: Great 1000 Miles Rally (95/05/24)";320x240@60;H
+gtmr2a;"Mille Miglia 2: Great 1000 Miles Rally (95/04/04)";320x240@60;H
+gtmr2u;"Great 1000 Miles Rally 2 USA (95/05/18)";320x240@60;H
+gtmra;"1000 Miglia: Great 1000 Miles Rally (94/06/13)";320x240@60;H
+gtmrb;"1000 Miglia: Great 1000 Miles Rally (94/05/26)";320x240@60;H
+gtmre;"Great 1000 Miles Rally: Evolution Model!!! (94/09/06)";320x240@60;H
+gtmro;"1000 Miglia: Great 1000 Miles Rally (94/05/10)";320x240@60;H
+gtmrusa;"Great 1000 Miles Rally: U.S.A Version! (94/09/06)";320x240@60;H
+gulfstrm;"Gulf Storm (set 1)";384x240@60;V
+gulfstrma;"Gulf Storm (set 2)";384x240@60;V
+gulfstrmb;"Gulf Storm (set 3)";384x240@60;V
+gulfstrmk;"Gulf Storm (Korea)";384x240@60;V
+gulfstrmm;"Gulf Storm (Media Shoji)";384x240@60;V
+gulfwar2;"Gulf War II (set 1)";320x240@55;V
+gulfwar2a;"Gulf War II (set 2)";320x240@55;V
+gumbo;"Gumbo";320x224@60;H
+gunball;"Gun Ball (Japan)";320x240@58;V
+gunbird;"Gunbird (World)";320x224@59;V
+gunbird2;"Gunbird 2 (set 1)";320x224@60;V
+gunbirdj;"Gunbird (Japan)";320x224@59;V
+gunbirdk;"Gunbird (Korea)";320x224@59;V
+gundamex;"Mobile Suit Gundam EX Revue";384x224@60;H
+gundhara;"Gundhara";384x240@60;V
+gundharac;"Gundhara (Chinese, bootleg?)";384x240@60;V
+gundl94;"Gun Dealer '94";384x256@60;H
+gunforc2;"Gunforce 2 (US)";320x240@60;H
+gunforce;"Gunforce - Battle Fire Engulfed Terror Island (World)";320x240@60;H
+gunforcej;"Gunforce - Battle Fire Engulfed Terror Island (Japan)";320x240@60;H
+gunforceu;"Gunforce - Battle Fire Engulfed Terror Island (US)";320x240@60;H
+gunfront;"Gun & Frontier (World)";320x224@60;V
+gunfrontj;"Gun Frontier (Japan)";320x224@60;V
+gunhohki;"Gun Hohki (Japan)";320x240@60;H
+gunlock;"Gunlock (Ver 2.3O 1994/01/20)";320x224@60;V
+gunmast;"Gun Master";320x224@60;H
+gunnail;"GunNail (28th May. 1992)";384x224@56;V
+gunsmoke;"Gun.Smoke - Gun.Smoke (Kor) - Gun.Smoke (World, 851115)";256x224@60;V
+gunsmokeb;"Gun.Smoke (World, 851115) (bootleg)";256x224@60;V
+gunsmokej;"Gun.Smoke (Japan, 851115)";256x224@60;V
+gunsmokeu;"Gun.Smoke (US, 860408)";256x224@60;V
+gunsmokeua;"Gun.Smoke (US, 851115, set 1)";256x224@60;V
+gunsmokeub;"Gun.Smoke (US, 851115, set 2)";256x224@60;V
+gururin;"Gururin";304x224@59;H
+gussun;"Gussun Oyoyo (Japan)";320x240@60;H
+gutangtn;"Guttang Gottong";256x224@60;V
+gutsn;"Guts'n (Japan)";320x240@60;H
+guwange;"Guwange (Japan, Master Ver. 99/06/24)";320x240@58;V
+guwanges;"Guwange (Japan, Special Ver. 00/01/01)";320x240@58;V
+guzzler;"Guzzler - Guzzler (Jpn, OMV)";256x224@60;V
+gwar;"Guerrilla War (US) - Wing War";400x224@60;V
+gwara;"Guerrilla War (Version 1)";400x224@60;V
+gwarb;"Guerrilla War (Joystick hack bootleg)";400x224@60;V
+gwarj;"Guevara (Japan)";400x224@60;V
+gwarrior;"Galactic Warriors";256x224@60;H
+gyrodine;"Gyrodine - Gyrodine (Jpn)";288x224@60;V
+gyrodinet;"Gyrodine (Taito Corporation license)";288x224@60;V
+gyruss;"Gyruss - Gyruss - Gyruss (Konami)";256x224@60;V
+gyrussb;"Gyruss (bootleg)";256x224@60;V
+gyrussce;"Gyruss (Centuri)";256x224@60;V
+hachamfb;"Hacha Mecha Fighter (19th Sep. 1991, unprotected, boot";256x224@56;H
+hachoo;"Hachoo!";256x224@60;H
+hal21;"HAL21";288x224@60;V
+hal21j;"HAL21 (Japan)";288x224@60;V
+halfway;"Halfway To Hell: Progear Red Label (2016-1-17 Red labe";384x224@60;H
+hamaway;"Hammer Away (prototype)";320x224@60;V
+hangly;"Hangly-Man (set 1)";288x224@60;V
+hangly2;"Hangly-Man (set 2)";288x224@60;V
+hangly3;"Hangly-Man (set 3)";288x224@60;V
+hangon;"Hang-On (Euro, Bra, Aus) - Hang-On (Jpn) - Hang-On (rev A) - Super Hang-On (sitdown/upright, unprotected) - Super Hang-On (World, Rev. A)";320x224@60;H
+hangon1;"Hang-On - Super Hang-On (mini ride-on, FD1089B 317-0034) - Super Hang-On (World)";320x224@60;H
+hangon2;"Hang-On (ride-on) - Hang-On II (Jpn) - Super Hang-On (mini ride-on, Rev A, FD1089B 317-0034)";320x224@60;H
+hangonjr;"Hang-On Jr.";256x192@60;H
+hangzo;"Hangzo (Japan, prototype)";320x240@58;H
+happy6;"Happy 6-in-1 (V102 - V101MK, China)";448x224@60;H
+happy6101;"Happy 6-in-1 (V101 - V100MK, China)";448x224@60;H
+hardhea2;"Hard Head 2 (v2.0)";256x224@60;H
+hardhead;"Hard Head";256x224@60;H
+hasamu;"Hasamu (Japan)";384x240@60;H
+hatena;"Adventure Quiz 2 - Hatena? no Daibouken (Japan 900228)";384x240@60;H
+hayaosi1;"Hayaoshi Quiz Ouza Ketteisen - The King Of Quiz";256x224@60;H
+hbarrel;"Heavy Barrel (US)";256x240@57;V
+hbarrelw;"Heavy Barrel (World)";256x240@57;V
+hcastle;"Haunted Castle (ver. M)";256x224@60;H
+hcastlee;"Haunted Castle (ver. E)";256x224@60;H
+hcastlek;"Haunted Castle (ver. K)";256x224@60;H
+hcrash;"Hyper Crash (version D)";256x224@60;H
+hcrashc;"Hyper Crash (version C)";256x224@60;H
+hedpanic;"Head Panic (ver. 0117, 17/01/2000)";320x240@60;H
+hedpanica;"Head Panic (ver. 0702, 02/07/1999)";320x240@60;H
+hedpanicf;"Head Panic (ver. 0315, 15/03/2000)";320x240@60;H
+hellfire;"Hellfire (2P Ver.) - Hellfire (Euro)";320x240@57.6;H
+hellfire1;"Hellfire (1P Ver.)";320x240@57.6;H
+hellfire1a;"Hellfire (1P Ver., older)";320x240@57.6;H
+hellfire2;"Hellfire (2P Ver., first edition)";320x240@57.6;H
+herbiedk;"Herbie at the Olympics (DK conversion)";256x224@60;V
+herodk;"Hero in the Castle of Doom (DK conversion)";256x224@60;V
+herodku;"Hero in the Castle of Doom (DK conversion not encrypte";256x224@60;V
+heuksun;"Heuk Sun Baek Sa (Korea)";320x240@60;H
+hexa;"Hexa";256x224@60;H
+hexion;"Hexion (Japan ver. JAB)";512x256@60;H
+hexionb;"Hexion (Bootleg, Asia ver. AAA)";512x256@60;H
+hexpool;"Hex Pool (Shinkai)";256x224@60;V
+hexpoola;"Hex Pool (Senko)";256x224@60;V
+hgkairak;"Taisen Hot Gimmick Kairakuten (Japan)";224x640@60;V
+hharry;"Hammerin' Harry (World)";384x256@55;H
+hharryu;"Hammerin' Harry (US)";384x256@55;H
+higemaru;"Pirate Ship Higemaru";256x224@60;H
+himesiki;"Himeshikibu (Japan)";256x192@60;V
+hippodrm;"Hippodrome (US)";256x240@57;H
+hishouza;"Hishou Zame (Japan)";320x240@55;V
+hitice;"Hit the Ice (US) - Hit the Ice (USA) - Hit the Ice - VHL - The Official Video Hockey League - Hit the Ice - VHL - The Official Video Hockey League";320x224@60;H
+hiticej;"Hit the Ice (Japan)";320x224@60;H
+hncholms;"Hunchback Olympic (Scramble hardware)";256x224@60;V
+hoccer;"Hoccer (set 1)";256x224@60;V
+hoccer2;"Hoccer (set 2)";256x224@60;V
+honeydol;"Honey Dolls";256x224@58;H
+hook;"Hook (Euro) - Hook (Euro) - Hook (Euro, Prototype) - Hook (World)";320x240@60;H
+hookj;"Hook (Japan)";320x240@60;H
+hooku;"Hook (US) - Hook (USA) - Hook (USA)";320x240@60;H
+hopmappy;"Hopping Mappy";288x224@60;H
+hopprobo;"Hopper Robo";256x224@60;V
+horekid;"Kid no Hore Hore Daisakusen";256x224@60;V
+horekidb;"Kid no Hore Hore Daisakusen (bootleg)";256x224@60;V
+horizon;"Horizon";256x256@60;H
+horshoes;"American Horseshoes (US)";320x224@60;V
+hotbubl;"Hot Bubble (Korea, with adult pictures)";256x224@56;H
+hotbubla;"Hot Bubble (Korea)";256x224@56;H
+hotdebut;"Quiz de Idol! Hot Debut (Japan)";240x640@60;V
+hotdogst;"Hotdog Storm - The First Supersonics (International)";384x240@58;V
+hotgm4ev;"Taisen Hot Gimmick 4 Ever (Japan)";224x640@60;V
+hotgmck;"Taisen Hot Gimmick (Japan)";224x640@60;V
+hotgmck3;"Taisen Hot Gimmick 3 Digital Surfing (Japan)";224x640@60;V
+hotgmcki;"Mahjong Hot Gimmick Integral (Japan)";224x640@60;V
+hotmind;"Hot Mind (Hard Times hardware)";320x224@58;H
+hotpinbl;"Hot Pinball";512x224@60;V
+hotshock;"Hot Shocker";256x224@60;V
+hotshockb;"Hot Shocker (bootleg)";256x224@60;V
+hpolym84;"Hyper Olympic '84";256x224@60;H
+hpuncher;"Hard Puncher (Japan)";320x224@60;H
+hsf2;"Hyper Street Fighter II: The Anniversary Edition (0402";384x224@60;H
+hsf2a;"Hyper Street Fighter II: The Anniversary Edition (0402";384x224@60;H
+hsf2d;"Hyper Street Fighter II: The Anniversary Edition (0402";384x224@60;H
+hsf2da;"Hyper Street Fighter II: The Anniversary Edition (0402";384x224@60;H
+hsf2j;"Hyper Street Fighter II: The Anniversary Edition (0402";384x224@60;H
+hsf2j1;"Hyper Street Fighter II: The Anniversary Edition (0312";384x224@60;H
+htchctch;"Hatch Catch";320x240@60;H
+hthero;"Hat Trick Hero (Japan)";320x224@60;H
+hthero93;"Hat Trick Hero '93 (Ver 1.0J 1993/02/28)";320x224@60;H
+hthero93u;"Hat Trick Hero '93 (Ver 1.0A 1993/02/28)";320x224@60;H
+hthero94;"Hat Trick Hero '94 (Ver 2.2A 1994/05/26)";320x224@60;H
+hthero95;"Hat Trick Hero '95 (Ver 2.5J 1994/11/03)";320x224@60;H
+hthero95u;"Hat Trick Hero '95 (Ver 2.5A 1994/11/03)";320x224@60;H
+hunchbkg;"Hunchback (Galaxian hardware)";256x224@60;V
+hunchbks;"Hunchback (Scramble hardware)";256x224@60;V
+hustler;"Video Hustler - Video Hustler (Jpn) - Video Hustler (Prototype)";256x224@60;V
+hustlerb;"Video Hustler (bootleg)";256x224@60;V
+hvymetal;"Heavy Metal (315-5135)";256x224@60;H
+hvyunit;"Heavy Unit - Heavy Unit (World) - Heavy Unit - Mega Drive Special (Jpn)";256x224@58;H
+hvyunitj;"Heavy Unit (Japan, Newer)";256x224@58;H
+hvyunitjo;"Heavy Unit (Japan, Older)";256x224@58;H
+hvyunitu;"Heavy Unit -U.S.A. Version- (US)";256x224@58;H
+hwchamp;"Heavyweight Champ";320x224@60;H
+hwchampj;"Heavyweight Champ (Japan, FD1094 317-0046)";320x224@60;H
+hwchampjd;"Heavyweight Champ (Japan, FD1094 317-0046 decrypted)";320x224@60;H
+hyperpac;"Hyper Pacman";256x224@58;H
+hyperpacb;"Hyper Pacman (bootleg)";256x224@58;H
+hyperspt;"Hyper Sports - Hyper Sports (Jpn) - Hyper Sports 1 (Jpn)";256x224@60;H
+hypersptb;"Hyper Sports (bootleg)";256x224@60;H
+hypreac2;"Mahjong Hyper Reaction 2 (Japan)";338x240@60;H
+hypreact;"Mahjong Hyper Reaction (Japan)";338x240@60;H
+hyprolym;"Hyper Olympic";256x224@60;H
+hypsptsp;"Hyper Sports Special (Japan)";304x224@60;H
+iganinju;"Iga Ninjyutsuden (Japan)";256x224@60;H
+igmo;"IGMO";272x236@60;V
+ikari;"Ikari Warriors (US JAMMA)";288x216@60;V
+ikari3;"Ikari III - The Rescue (8-Way Joystick)";256x224@60;H
+ikari3j;"Ikari Three - The Rescue (Japan, Rotary Joystick)";256x224@60;H
+ikari3k;"Ikari III - The Rescue (Korea, 8-Way Joystick)";256x224@60;H
+ikari3u;"Ikari III - The Rescue (US, Rotary Joystick)";256x224@60;H
+ikaria;"Ikari Warriors (US)";288x216@60;V
+ikarijp;"Ikari (Japan No Continues)";288x216@60;V
+ikarijpb;"Ikari (Joystick hack bootleg)";288x216@60;V
+ikarinc;"Ikari Warriors (US No Continues)";288x216@60;V
+ikariram;"Rambo 3 (bootleg of Ikari, Joystick hack)";288x216@60;V
+ikki;"Ikki (Japan)";240x224@60;H
+imago;"Imago (cocktail set)";256x224@60;V
+imagoa;"Imago (no cocktail set)";256x224@60;V
+imgfight;"Image Fight (Japan, revision A)";384x256@55;V
+imgfightj;"Image Fight (Japan)";384x256@55;V
+imsorry;"I'm Sorry (315-5110, US)";256x224@60;H
+imsorryj;"Gonbee no I'm Sorry (315-5110, Japan)";256x224@60;H
+insectx;"Insector X (USA) - Insector X (World)";256x224@60;H
+insectxj;"Insector X (Japan) - Insector X (Jpn, Kor)";256x224@60;H
+intcup94;"International Cup '94 (Ver 2.2O 1994/05/26)";320x224@60;H
+inthunt;"In The Hunt (World)";320x240@60;H
+inthuntu;"In The Hunt (US)";320x240@60;H
+invaders;"Space Invaders / Space Invaders M";260x224@60;V
+ironclad;"Choutetsu Brikin'ger - Iron clad (Prototype)";304x224@59;H
+ironclado;"Choutetsu Brikin'ger - Iron clad (Prototype, older)";304x224@59;H
+ironhors;"Iron Horse";240x224@60;H
+irrmaze;"The Irritating Maze / Ultra Denryu Iraira Bou";304x224@59;H
+isgsm;"ISG Selection Master Type 2006 System BIOS";320x224@60;H
+itaten;"Itazura Tenshi (Japan)";256x224@60;H
+jack;"Aquajack (World) - Ball Jacks (Euro, Jpn) - Bomb Jack (Jpn) - Bomb Jack (set 1) - Jack the Giantkiller (set 1) - Jumping Jack - Jumping Jack (Euro) - Snap Jack - Star Jacker (Euro, Jpn, v1.2) - Star Jacker (Sega)";256x224@60;V
+jack2;"Bomb Jack (set 2) - Jack the Giantkiller (set 2) - Star Jacker (Jpn, v1.0)";256x224@60;V
+jack3;"Jack the Giantkiller (set 3)";256x224@60;V
+jackal;"Jackal (World, 8-way Joystick)";240x224@60;V
+jackalbl;"Jackal (bootleg, Rotary Joystick)";240x224@60;V
+jackalj;"Tokushu Butai Jackal (Japan, 8-way Joystick)";240x224@60;V
+jackalr;"Jackal (World, Rotary Joystick)";240x224@60;V
+jailbrek;"Jail Break";240x224@60;H
+jailbrekb;"Jail Break (bootleg)";240x224@60;H
+janjans1;"Lovely Pop Mahjong JangJang Shimasho (Japan)";336x238@60;H
+janjans2;"Lovely Pop Mahjong JangJang Shimasho 2 (Japan)";336x238@60;H
+janshin;"Jyanshin Densetsu - Quest of Jongmaster";320x224@59;H
+jchan;"Jackie Chan - Jackie Chan - The Kung-Fu Master - Jackie Chan's Action Kung Fu";320x240@60;H
+jchan2;"Jackie Chan in Fists of Fire";320x240@60;H
+jcross;"Jumping Cross";288x216@60;V
+jigkmgri;"Jigoku Meguri (Japan)";320x224@60;H
+jigkmgria;"Jigoku Meguri (Japan, hack?)";320x224@60;H
+jitsupro;"Jitsuryoku!! Pro Yakyuu (Japan)";256x224@60;H
+jjack;"Jumping Jack";240x192@60;V
+jjparad2;"Jan Jan Paradise 2";320x240@60;H
+jjparads;"Jan Jan Paradise";320x240@60;H
+jjsquawk;"J. J. Squawkers";384x240@60;H
+jjsquawkb;"J. J. Squawkers (bootleg)";384x240@60;H
+jjsquawkb2;"J. J. Squawkers (bootleg, Blandia conversion)";384x240@60;H
+jjsquawko;"J. J. Squawkers (older)";384x240@60;H
+jockeygp;"Jockey Grand Prix (set 1)";304x224@59;H
+jockeygpa;"Jockey Grand Prix (set 2)";304x224@59;H
+joemac;"Joe & Mac (USA) - Tatakae Genshizin Joe & Mac (Japan ver 1)";256x240@58;H
+joemacr;"Joe & Mac Returns (World, Version 1.1, 1994.05.27)";320x240@58;H
+joemacra;"Joe & Mac Returns (World, Version 1.0, 1994.05.19)";320x240@58;H
+joemacrj;"Joe & Mac Returns (Japan, Version 1.2, 1994.06.06)";320x240@58;H
+joinem;"Joinem";256x224@60;V
+jojo;"JoJo's Venture / JoJo no Kimyou na Bouken (USA 990128)";384x224@60;H
+jojoba;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojoban;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojobane;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojobaner1;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojobanr1;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojobar1;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojoj;"JoJo's Venture / JoJo no Kimyou na Bouken (Japan 99012";384x224@60;H
+jojojr1;"JoJo's Venture / JoJo no Kimyou na Bouken (Japan 99010";384x224@60;H
+jojojr2;"JoJo's Venture / JoJo no Kimyou na Bouken (Japan 98120";384x224@60;H
+jojon;"JoJo's Venture / JoJo no Kimyou na Bouken (Asia 990128";384x224@60;H
+jojonr1;"JoJo's Venture / JoJo no Kimyou na Bouken (Asia 990108";384x224@60;H
+jojonr2;"JoJo's Venture / JoJo no Kimyou na Bouken (Asia 981202";384x224@60;H
+jojor1;"JoJo's Venture / JoJo no Kimyou na Bouken (USA 990108)";384x224@60;H
+jojor2;"JoJo's Venture / JoJo no Kimyou na Bouken (USA 981202)";384x224@60;H
+joyfulr;"Joyful Road (Japan)";320x240@60;V
+joyjoy;"Puzzled / Joy Joy Kid (NGM-021)(NGH-021)";304x224@59;H
+joyman;"Joyman";288x224@60;V
+joust;"Joust";292x240@60;H
+stargate;"Stargate";292x240@60;H
+sinister;"Sinister";292x240@60;H
+defender;"Defender";292x240@60;H
+jpopnics;"Jumping Pop (Nics, Korean bootleg of Plump Pop)";256x224@60;H
+jrking;"Junior King (bootleg of Donkey Kong Jr.)";256x224@60;V
+jrpacman;"Jr. Pac-Man (11/9/83)";288x224@60;V
+jrpacmanf;"Jr. Pac-Man (speedup hack)";288x224@60;V
+jt104;"JT-104 (title screen modification of Rad Action)";256x192@60;H
+juju;"JuJu Densetsu (Japan)";256x224@60;H
+jujub;"JuJu Densetsu (Playmark bootleg)";256x224@60;H
+jumpbug;"Jump Bug";256x224@60;V
+jumpbugb;"Jump Bug (bootleg)";256x224@60;V
+jumpcoas;"Jump Coaster";256x224@60;V
+jumpcoast;"Jump Coaster (Taito)";256x224@60;V
+jumping;"JumpinG (eng) - Jumping (set 1)";320x224@60;H
+jumpinga;"Jumping (set 2)";320x224@60;H
+jumpingi;"Jumping (set 3, Imnoe PCB)";320x224@60;H
+jumpkids;"Jump Kids";320x240@60;H
+jumppop;"Jumping Pop (set 1)";320x240@60;H
+jumppope;"Jumping Pop (set 2)";320x240@60;H
+jumpshot;"Jump Shot";288x224@60;V
+jumpshotp;"Jump Shot Engineering Sample";288x224@60;V
+jungler;"Jungler";288x224@60;V
+junofrst;"Juno First - Juno First (Jpn)";256x224@60;V
+junofrstg;"Juno First (Gottlieb)";256x224@60;V
+jyangoku;"Jyangokushi -Haoh no Saihai- (990527 Japan)";384x224@60;H
+kabukikl;"Far East of Eden - Kabuki Klash / Tengai Makyou - Shin";320x224@59;H
+kageki;"Ka-Ge-Ki - Fists of Steel (USA) - Kageki (US)";256x224@60;V
+kagekih;"Kageki (hack)";256x224@60;V
+kagekij;"Ka-Ge-Ki (Jpn) - Kageki (Japan)";256x224@60;V
+kaiserkn;"Kaiser Knuckle (Ver 2.1O 1994/07/29)";320x224@60;H
+kaiserknj;"Kaiser Knuckle (Ver 2.1J 1994/07/29)";320x224@60;H
+kaitei;"Kaitei Takara Sagashi";272x224@60;V
+kaiteids;"Kaitei Daisensou (Japan)";320x240@60;H
+kaitein;"Kaitei Takara Sagashi (Namco license)";272x224@60;V
+kamakazi3;"Kamakazi III (superg hack)";256x224@60;V
+kamenrid;"Masked Riders Club Battle Race";384x240@60;H
+kangaroo;"Kangaroo";512x256@60;V
+kangarooa;"Kangaroo (Atari)";512x256@60;V
+kangaroob;"Kangaroo (bootleg)";512x256@60;V
+karatblz;"Karate Blazers (World, set 1)";352x240@60;H
+karatblza;"Karate Blazers (World, set 2)";352x240@60;H
+karatblzj;"Karate Blazers (Japan)";352x240@60;H
+karatblzu;"Karate Blazers (US)";352x240@60;H
+karatedo;"Karate Dou (Japan)";256x224@60;V
+karatevs;"Taisen Karate Dou (Japan VS version)";256x224@60;V
+karatour;"The Karate Tournament";320x240@60;H
+karatourj;"The Karate Tournament (Japan)";320x240@60;H
+karianx;"Karian Cross (Rev. 1.0)";320x224@60;H
+karnov;"Karnov (US, rev 6)";256x248@60;H
+karnova;"Karnov (US, rev 5)";256x248@60;H
+karnovj;"Karnov (Japan)";256x248@60;H
+karnovr;"Karnov's Revenge / Fighter's History Dynamite";304x224@59;H
+kazan;"Ninja Kazan (World)";256x224@60;H
+kbash;"Knuckle Bash";320x240@60;H
+kbash2;"Knuckle Bash 2 (bootleg)";320x240@60;H
+kbashk;"Knuckle Bash (Korean PCB)";320x240@60;H
+kchamp;"Karate Champ (US)";256x224@60;V
+kchampvs;"Karate Champ (US VS version, set 1)";256x224@60;V
+kchampvs2;"Karate Champ (US VS version, set 2)";256x224@60;V
+keithlcy;"Dramatic Adventure Quiz Keith & Lucy (Japan)";336x238@60;H
+kengo;"Ken-Go (set 1)";384x256@55;H
+kengoa;"Ken-Go (set 2)";384x256@55;H
+keroppi;"Kero Kero Keroppi's Let's Play Together (USA, Version";320x240@60;H
+keroppij;"Kero Kero Keroppi no Issyoni Asobou (Japan)";320x240@60;H
+ket;"Ketsui Kizuna Jigoku Tachi (Revision 2?, Japan) - Rocket Knight Adventures (Euro) - Socket (USA) - TV Sports Basketball - TV Sports Basketball";448x224@59;V
+ket1;"Ketsui Kizuna Jigoku Tachi (Revision 2? alt, Japan)";448x224@59;V
+keta;"Ketsui Kizuna Jigoku Tachi (Revision 1?, Japan)";448x224@59;V
+ketarr;"Ketsui Kizuna Jigoku Tachi (Arrange Mode version 1.7,";448x224@59;V
+ketarr10;"Ketsui Kizuna Jigoku Tachi (Arrange Mode version 1.0,";448x224@59;V
+ketarr15;"Ketsui Kizuna Jigoku Tachi (Arrange Mode version 1.5,";448x224@59;V
+ketarr151;"Ketsui Kizuna Jigoku Tachi (Arrange Mode version 1.51,";448x224@59;V
+ketarrf;"Ketsui Kizuna Jigoku Tachi (Fast version, hack by Trap";448x224@59;V
+ketarrs15;"Ketsui Kizuna Jigoku Tachi (MR. Stoic version 1.5, hac";448x224@59;V
+ketarrs151;"Ketsui Kizuna Jigoku Tachi (MR. Stoic version 1.51, ha";448x224@59;V
+ketb;"Ketsui Kizuna Jigoku Tachi (Original?, Japan)";448x224@59;V
+ketbl;"Ketsui Kizuna Jigoku Tachi (2003/01/01. Master Ver., b";448x224@59;V
+kf10thep;"The King of Fighters 10th Anniversary Extra Plus (boot";304x224@59;H
+kf2k1pa;"The King of Fighters 2001 Plus (set 2, bootleg / hack)";304x224@59;H
+kf2k1pls;"The King of Fighters 2001 Plus (set 1, bootleg / hack)";304x224@59;H
+kf2k2mp;"The King of Fighters 2002 Magic Plus (bootleg)";304x224@59;H
+kf2k2mp2;"The King of Fighters 2002 Magic Plus II (bootleg)";304x224@59;H
+kf2k2pla;"The King of Fighters 2002 Plus (bootleg set 2)";304x224@59;H
+kf2k2plb;"The King of Fighters 2002 Plus (bootleg set 3)";304x224@59;H
+kf2k2plc;"The King of Fighters 2002 Super (bootleg)";304x224@59;H
+kf2k2pls;"The King of Fighters 2002 Plus (bootleg set 1)";304x224@59;H
+kf2k2ps2;"The King of Fighters 2002 (PlayStation 2 ver 0.4, EGHT";304x224@59;H
+kf2k3bl;"The King of Fighters 2003 (bootleg set 1)";304x224@59;H
+kf2k3bla;"The King of Fighters 2003 (bootleg set 2)";304x224@59;H
+kf2k3pcb;"The King of Fighters 2003 (Japan, JAMMA PCB)";304x224@59;H
+kf2k3pl;"The King of Fighters 2004 Plus / Hero (bootleg)";304x224@59;H
+kf2k3upl;"The King of Fighters 2004 Ultra Plus (bootleg)";304x224@59;H
+kf2k4pls;"The King of Fighters Special Edition 2004 Plus (bootle";304x224@59;H
+kf2k5uni;"The King of Fighters 10th Anniversary 2005 Unique (boo";304x224@59;H
+kickboy;"Kick Boy";256x224@60;H
+kicker;"Kicker";256x224@60;V
+kickoff;"Kick Off (Japan) - Super Kick Off (Euro) - Super Kick Off (Euro, Bra) - Super Kick Off (Euro, SMS Mode)";256x224@60;H
+kickridr;"Kick Rider";240x192@60;H
+kidniki;"Kid Niki - Radical Ninja (World)";384x256@60;H
+kidnikiu;"Kid Niki - Radical Ninja (US)";384x256@60;H
+kikcubic;"Meikyu Jima (Japan)";384x256@55;H
+kikcubicb;"Kickle Cubele";384x256@55;H
+killbld;"The Killing Blade (V109, China)";448x224@60;H
+killbld104;"The Killing Blade (V104)";448x224@60;H
+killbldp;"The Killing Blade Plus (V300)";448x224@60;H
+kingball;"King & Balloon (Jpn) - King & Balloon (US) - King and Balloon (Kor)";256x224@60;V
+kingballj;"King & Balloon (Japan)";256x224@60;V
+kingdmgp;"Kingdom Grandprix (World)";320x240@60;V
+kirameki;"Kirameki Star Road (Ver 2.10J 1997/08/29)";320x224@60;H
+kittenk;"Kitten Kaboodle";256x224@60;H
+kizuna;"Kizuna Encounter - Super Tag Battle / Fu'un Super Tag";304x224@59;H
+kncljoe;"Knuckle Joe (set 1)";256x240@60;V
+kncljoea;"Knuckle Joe (set 2)";256x240@60;V
+knights;"Knights of the Round (911127 etc)";384x224@60;H
+knightsb;"Knights of the Round (bootleg set 1 (with YM2151 + 2xM";384x224@60;H
+knightsb2;"Knights of the Round (bootleg set 2, 911127 etc)";384x224@60;H
+knightsb3;"Knights of the Round (bootleg set 3, 911127 Japan)";384x224@60;H
+knightsb4;"Knights of the Round (bootleg set 4 (with YM2151 + 2xM";384x224@60;H
+knightsh;"Knights of the Round (hack set 1)";384x224@60;H
+knightsh2;"Knights of the Round (hack set 2, 911127 etc)";384x224@60;H
+knightsj;"Knights of the Round (911127 Japan, B-Board 91634B-2)";384x224@60;H
+knightsja;"Knights of the Round (911127 Japan, B-Board 89625B-1)";384x224@60;H
+knightsu;"Knights of the Round (911127 USA)";384x224@60;H
+knockout;"Knock Out!!";256x224@60;V
+kod;"Don Doko Don (World) - The King of Dragons (910805 etc)";384x224@60;H
+kodb;"The King of Dragons (bootleg, 910731 etc)";384x224@60;H
+kodda;"The King of Dragons (Phoenix bootleg, 910731 etc)";384x224@60;H
+kodh;"The King of Dragons (hack)";384x224@60;H
+kodj;"Don Doko Don (Japan) - The King of Dragons (Japan 910805, B-Board 90629B-3)";384x224@60;H
+kodja;"The King of Dragons (Japan 910805, B-Board 89625B-1)";384x224@60;H
+kodr1;"The King of Dragons (910711 etc)";384x224@60;H
+kodu;"Don Doko Don (US) - The King of Dragons (US 910910)";384x224@60;H
+kof10th;"The King of Fighters 10th Anniversary (bootleg)";304x224@59;H
+kof2000;"The King of Fighters 2000 (NGM-2570) (NGH-2570)";304x224@59;H
+kof2000n;"The King of Fighters 2000 (not encrypted)";304x224@59;H
+kof2000ps2;"The King of Fighters 2000 (Playstation 2 ver. , EGHT h";304x224@59;H
+kof2001;"The King of Fighters 2001 (NGM-262?)";304x224@59;H
+kof2001h;"The King of Fighters 2001 (NGH-2621)";304x224@59;H
+kof2002;"The King of Fighters 2002 (NGM-2650)(NGH-2650)";304x224@59;H
+kof2002b;"The King of Fighters 2002 (bootleg)";304x224@59;H
+kof2003;"The King of Fighters 2003 (NGM-2710)";304x224@59;H
+kof2003h;"The King of Fighters 2003 (NGH-2710)";304x224@59;H
+kof2k4se;"The King of Fighters Special Edition 2004 (bootleg)";304x224@59;H
+kof94;"The King of Fighters '94 (NGM-055)(NGH-055)";304x224@59;H
+kof95;"The King of Fighters '95 (NGM-084)";304x224@59;H
+kof95a;"The King of Fighters '95 (NGH-084, alternate board)";304x224@59;H
+kof95h;"The King of Fighters '95 (NGH-084)";304x224@59;H
+kof95sp;"The King of Fighters '95 (Special 2017, hack)";304x224@59;H
+kof96;"The King of Fighters '96 (NGM-214)";304x224@59;H
+kof96a;"The King of Fighters '96 (NGM-214, alternate board)";304x224@59;H
+kof96ae;"The King of Fighters '96 (Anniversary Edition, EGHT ha";304x224@59;H
+kof96ae20;"The King of Fighters '96 (Anniversary Edition 2.0.0430";304x224@59;H
+kof96cn;"The King of Fighters '96 (Chinese Edition ver 1.0, hac";304x224@59;H
+kof96ep;"The King of Fighters '96 (bootleg / hack)";304x224@59;H
+kof96h;"The King of Fighters '96 (NGH-214)";304x224@59;H
+kof97;"The King of Fighters '97 (NGM-2320)";304x224@59;H
+kof97cn;"The King of Fighters '97 (10th Anniversary Chinese Edi";304x224@59;H
+kof97h;"The King of Fighters '97 (NGH-2320)";304x224@59;H
+kof97k;"The King of Fighters '97 (Korean release)";304x224@59;H
+kof97oro;"The King of Fighters '97 oroshi plus 2003";304x224@59;H
+kof97pla;"The King of Fighters '97 Plus 2003 (bootleg / hack)";304x224@59;H
+kof97pls;"The King of Fighters '97 Plus (bootleg)";304x224@59;H
+kof97xt;"The King of Fighters '97 - Final Battle (hack)";304x224@59;H
+kof98;"K.O.F 98' - The King of Fighters '98 - The Slugfest / King of Figh";304x224@59;H
+kof98a;"K.O.F 98' (Unprotected?) - The King of Fighters '98 - The Slugfest / King of Figh";304x224@59;H
+kof98ae;"The King of Fighters '98 (Anniversary Edition, EGHT ha";304x224@59;H
+kof98ae2016;"The King of Fighters '98 (Anniversary Edition build 1.";304x224@59;H
+kof98cb;"The King of Fighters '98 (Combo, hack)";304x224@59;H
+kof98h;"The King of Fighters '98 - The Slugfest / King of Figh";304x224@59;H
+kof98k;"The King of Fighters '98 - The Slugfest / King of Figh";304x224@59;H
+kof98ka;"The King of Fighters '98 - The Slugfest / King of Figh";304x224@59;H
+kof99;"The King of Fighters '99 - The King of Fighters '99 - Millennium Battle (NGM-2510";304x224@59;H
+kof99ae;"The King of Fighters '99 (15th Anniversary Edition)";304x224@59;H
+kof99e;"The King of Fighters '99 - Millennium Battle (earlier)";304x224@59;H
+kof99h;"The King of Fighters '99 - Millennium Battle (NGH-2510";304x224@59;H
+kof99k;"The King of Fighters '99 - Millennium Battle (Korean r";304x224@59;H
+kof99ka;"The King of Fighters '99 - Millennium Battle (Korean r";304x224@59;H
+kof99p;"The King of Fighters '99 - Millennium Battle (prototyp";304x224@59;H
+kog;"King of Gladiator (The King of Fighters '97 bootleg)";304x224@59;H
+kogplus;"King of Gladiator Plus (The King of Fighters '97 bootl";304x224@59;H
+koikois2;"Koi Koi Shimasho 2 - Super Real Hanafuda (Japan)";336x240@60;H
+konami88;"Konami '88";304x224@60;H
+konamigt;"Konami GT";256x224@60;H
+kong;"Crazy Kong - Donkey Kong - Donkey Kong (US set 1) - Kong (Donkey Kong conversion on Galaxian hardware) - Wu Kong Wai Zhuan (Chi)";256x224@60;V
+kontest;"Konami Test Board (GX800, Japan)";256x224@60;H
+korokoro;"Koro Koro Quest (Japan)";320x240@58;H
+korosuke;"Korosuke Roller";288x224@60;V
+koshien;"Ah Eikou no Koshien (Japan) - Nessen Koushien (Jpn)";320x224@60;H
+kotm;"King of the Monsters (Euro) - King of the Monsters (set 1)";304x224@59;H
+kotm2;"King of the Monsters 2 (USA) - King of the Monsters 2 - The Next Thing (NGM-039)(NGH-";304x224@59;H
+kotm2a;"King of the Monsters 2 - The Next Thing (older)";304x224@59;H
+kotm2p;"King of the Monsters 2 - The Next Thing (prototype)";304x224@59;H
+kotmh;"King of the Monsters (set 2)";304x224@59;H
+kov;"Knights of Valour - Sangoku Senki (V117) - Ponpoko (Venture Line)";448x224@60;H
+kov111;"Knights of Valour - Sangoku Senki (V111, Japan)";448x224@60;H
+kov114;"Knights of Valour - Sangoku Senki (V114, Hong Kong)";448x224@60;H
+kov115;"Knights of Valour - Sangoku Senki (V115)";448x224@60;H
+kov2;"Knights of Valour 2 (V107, 102, 100, Hong Kong)";448x224@60;H
+kov2100;"Knights of Valour 2 (V100, 100, 100, Hong Kong)";448x224@60;H
+kov2101;"Knights of Valour 2 (V101, 101, 100, Hong Kong)";448x224@60;H
+kov2102;"Knights of Valour 2 (V102, 101, 100, Hong Kong)";448x224@60;H
+kov2103;"Knights of Valour 2 (V103, 101, 100, Hong Kong)";448x224@60;H
+kov2106;"Knights of Valour 2 (V106, 102, 100 Hong Kong)";448x224@60;H
+kov2p;"Knights of Valour 2 Plus - Nine Dragons (VM205XX, Chin";448x224@60;H
+kov2p202;"Knights of Valour 2 Plus - Nine Dragons (VM202XX)";448x224@60;H
+kov2p204;"Knights of Valour 2 Plus - Nine Dragons (VM204XX)";448x224@60;H
+kovplus;"Knights of Valour Plus - Sangoku Senki Plus (V119)";448x224@60;H
+kovplusa;"Knights of Valour Plus - Sangoku Senki Plus (V119 alt)";448x224@60;H
+kovqhsgs;"Knights of Valour: Quan Huang San Guo Special / Sangok";448x224@60;H
+kovqhsgsa;"Knights of Valour: Quan Huang San Guo Special / Sangok";448x224@60;H
+kovsgqyz;"Knights of Valour: SanGuo QunYingZhuan / Sangoku Senki";448x224@60;H
+kovsgqyza;"Knights of Valour: SanGuo QunYingZhuan / Sangoku Senki";448x224@60;H
+kovsgqyzb;"Knights of Valour: SanGuo QunYingZhuan / Sangoku Senki";448x224@60;H
+kovsgqyzc;"Knights of Valour: SanGuo QunYingZhuan / Sangoku Senki";448x224@60;H
+kovsh;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovsh100;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovsh101;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovsh102;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovsh103;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovshb;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovshp;"Knights of Valour Super Heroes Plus / Sangoku Senki Su";448x224@60;H
+kovshpa;"Knights of Valour Super Heroes Plus / Sangoku Senki Su";448x224@60;H
+kovshxas;"Knights of Valour: Ao Shi San Guo / Sangoku Senki: Ao";448x224@60;H
+kovytzy;"Knights of Valour: Yi Tong Zhong Yuan / Sangoku Senki:";448x224@60;H
+kozure;"Kozure Ookami (Japan)";320x240@60;H
+krzybowl;"Krazy Bowl";320x232@60;V
+ksayakyu;"Kusayakyuu";256x224@60;H
+ktiger;"Black Tiger - Kyukyoku Tiger (Japan) - Kyuukyoku Tiger - Kyuukyoku Tiger (Jpn)";320x240@55;V
+ktiger2;"Kyukyoku Tiger II (Ver 2.1J 1995/11/30)";320x232@60;V
+kuhga;"Kuhga - Operation Code 'Vapor Trail' (Japan revision 3";256x240@58;V
+kungfub;"Kung-Fu Master (bootleg set 1)";256x256@60;H
+kungfub2;"Kung-Fu Master (bootleg set 2)";256x256@60;H
+kungfub3;"Kung-Fu Master (bootleg set 3)";256x256@60;H
+kungfum;"Kung Fu Master (Jpn) - Kung-Fu Master";256x256@60;H
+kungfumd;"Kung-Fu Master (Data East)";256x256@60;H
+kungfut;"Kung-Fu Taikun - Kung-Fu Taikun (Jpn)";256x224@60;H
+kungfuta;"Kung-Fu Taikun (alt) - Kung-Fu Taikun (Jpn, Alt)";256x224@60;H
+kuniokun;"Nekketsu Kouha Kunio-kun (Japan)";240x240@60;H
+kuniokunb;"Nekketsu Kouha Kunio-kun (Japan bootleg)";240x240@60;H
+kurikint;"Kuri Kinton (World)";320x224@60;H
+kurikinta;"Kuri Kinton (World, prototype?)";320x224@60;H
+kurikintj;"Kuri Kinton (Japan)";320x224@60;H
+kurikintu;"Kuri Kinton (US)";320x224@60;H
+kyros;"Kyros";256x224@60;V
+kyrosj;"Kyros No Yakata (Japan)";256x224@60;V
+kyukaidk;"Kyuukai Douchuuki (Japan, new version (Rev B)) - Kyuukai Douchuuki (Jpn)";288x224@60;H
+kyukaidko;"Kyuukai Douchuuki (Japan, old version)";288x224@60;H
+kyustrkr;"Last Striker / Kyuukyoku no Striker";384x240@60;H
+labyrunr;"Labyrinth Runner (Japan)";280x224@60;V
+labyrunrk;"Labyrinth Runner (World Ver. K)";280x224@60;V
+ladybug;"Lady Bug - Lady Bug";240x196@60;V
+ladybugb;"Lady Bug (bootleg set 1)";240x196@60;V
+ladybugb2;"Coccinelle (bootleg of Lady Bug, set 2)";240x196@60;V
+ladybugg;"Lady Bug (bootleg on Galaxian hardware)";256x224@60;V
+ladykill;"Lady Killer";320x240@60;V
+ladymstr;"Lady Master of Kung Fu";256x224@60;V
+lagirl;"LA Girl";320x224@60;V
+landmakr;"Land Maker (Ver 2.01J 1998/06/01)";320x232@60;H
+landmakrp;"Land Maker (Ver 2.02O 1998/06/02) (Prototype)";320x232@60;H
+lans2004;"Lansquenet 2004 (Shock Troopers - 2nd Squad bootleg)";304x224@59;H
+lasso;"Lasso";256x224@60;V
+lastblad;"The Last Blade / Bakumatsu Roman - Gekka no Kenshi (NG";320x224@59;H
+lastblada;"The Last Blade / Bakumatsu Roman - Gekka no Kenshi (NG";320x224@59;H
+lastbladh;"The Last Blade / Bakumatsu Roman - Gekka no Kenshi (NG";320x224@59;H
+lastbladsp;"The Last Soldier (Special 2017, hack)";320x224@59;H
+lastbld2;"The Last Blade 2 / Bakumatsu Roman - Dai Ni Maku Gekka";320x224@59;H
+lastbld2eh;"The Last Blade 2 / Bakumatsu Roman - Dai Ni Maku Gekka";320x224@59;H
+lastday;"The Last Day (set 1)";384x240@60;V
+lastdaya;"The Last Day (set 2)";384x240@60;V
+lastduel;"Last Duel (US New Ver.)";384x240@60;V
+lastduelb;"Last Duel (bootleg)";384x240@60;V
+lastduelj;"Last Duel (Japan)";384x240@60;V
+lastduelo;"Last Duel (US Old Ver.)";384x240@60;V
+lastfort;"Last Fortress - Toride";360x224@60;H
+lastforte;"Last Fortress - Toride (Erotic, Rev C)";360x224@60;H
+lastfortea;"Last Fortress - Toride (Erotic, Rev A)";360x224@60;H
+lastfortg;"Last Fortress - Toride (German)";360x224@60;H
+lastfortk;"Last Fortress - Toride (Korea)";360x224@60;H
+lasthope;"Last Hope (bootleg AES to MVS conversion, no coin supp";304x224@59;H
+lastmisn;"Last Mission (US revision 6)";256x240@58;V
+lastmisnj;"Last Mission (Japan)";256x240@58;V
+lastmisno;"Last Mission (US revision 5)";256x240@58;V
+lastsold;"The Last Soldier (Korean release of The Last Blade)";320x224@59;H
+lastsurv;"Last Survivor (FD1094 317-0083)";320x224@60;H
+lastsurvd;"Last Survivor (FD1094 317-0083 decrypted)";320x224@60;H
+lbowling;"League Bowling (NGM-019)(NGH-019)";304x224@59;H
+ldrun;"Lode Runner (Euro, Jpn) - Lode Runner (Jpn) - Lode Runner (set 1) - Lode Runner - Lost Labyrinth";384x256@60;H
+ldrun2;"Lode Runner II (Jpn) - Lode Runner II - The Bungeling Strikes Back";384x256@60;H
+ldrun3;"Lode Runner III - The Golden Labyrinth";384x256@60;H
+ldrun3j;"Lode Runner III - Majin No Fukkatsu";384x256@60;H
+ldrun4;"Lode Runner IV - Teikoku Karano Dasshutsu";384x256@60;H
+ldruna;"Lode Runner (Jpn, Alt) - Lode Runner (set 2)";384x256@60;H
+leaguemn;"Yakyuu Kakutou League-Man (Japan)";320x240@60;H
+leds2011;"Led Storm Rally 2011 (World)";384x240@60;V
+leds2011u;"Led Storm Rally 2011 (US)";384x240@60;V
+ledstorm;"Led Storm (US)";384x240@60;V
+legend;"Legend - Oriental Legend - Xi Yo Gi Shi Re Zuang (V126)";288x224@60;H
+legendos;"Legend of Success Joe / Ashitano Joe Densetsu";304x224@59;H
+legion;"Legion - Spinner-87 (World ver 2.03)";288x224@60;V
+legionj;"Chouji Meikyuu Legion (Japan ver 1.05)";288x224@60;V
+legionjb;"Chouji Meikyuu Legion (Japan ver 1.05, bootleg)";288x224@60;V
+legofair;"Koukuu Kihei Monogatari - The Legend of Air Cavalry (J";400x224@60;V
+lemmings;"Lemmings (Euro) - Lemmings (Euro, Bra, Kor) - Lemmings (US prototype) - Lemmings (World)";320x224@60;H
+lethalen;"Lethal Enforcers (Euro) - Lethal Enforcers (ver UAE, 11/19/92 15:04)";288x224@60;H
+lethaleneaa;"Lethal Enforcers (ver EAA, 09/09/92 09:44)";288x224@60;H
+lethaleneab;"Lethal Enforcers (ver EAB, 10/14/92 19:53)";288x224@60;H
+lethaleneae;"Lethal Enforcers (ver EAE, 11/19/92 16:24)";288x224@60;H
+lethalenua;"Lethal Enforcers (ver UAA, 08/17/92 21:38)";288x224@60;H
+lethalenub;"Lethal Enforcers (ver UAB, 09/01/92 11:12)";288x224@60;H
+lethalenux;"Lethal Enforcers (ver unknown, US, 08/06/92 15:11, hac";288x224@60;H
+lethalth;"Lethal Thunder (World)";320x240@60;V
+levers;"Levers";256x224@60;V
+lghost;"Laser Ghost (Euro) - Laser Ghost (set 2, World, 317-0166)";320x224@60;H
+lghostd;"Laser Ghost (set 2, World, 317-0166 decrypted)";320x224@60;H
+lghostu;"Laser Ghost (set 1, US, 317-0165)";320x224@60;H
+lghostud;"Laser Ghost (set 1, US, 317-0165 decrypted)";320x224@60;H
+lgtnfght;"Lightning Fighters (World)";288x224@60;V
+lgtnfghta;"Lightning Fighters (Asia)";288x224@60;V
+lgtnfghtu;"Lightning Fighters (US)";288x224@60;V
+lhcdb;"Last Hope CD Beta (Neo CD conversion)";304x224@59;H
+liblrabl;"Libble Rabble";288x224@60;H
+lifefrce;"Lifeforce (US)";256x224@60;H
+lifefrcej;"Lifeforce (Japan)";256x224@60;H
+lightbr;"Light Bringer (Ver 2.2O 1994/04/08)";320x224@60;H
+lightbrj;"Light Bringer (Ver 2.1J 1994/02/18)";320x224@60;H
+liquidk;"Liquid Kids (World)";320x224@60;H
+liquidku;"Liquid Kids (US)";320x224@60;H
+lithero;"Little Hero";384x256@60;H
+livequiz;"Live Quiz Show";320x224@60;H
+lizwiz;"Lizard Wizard";288x224@60;V
+lkage;"The Legend of Kage";240x224@60;H
+lkageb;"The Legend of Kage (bootleg set 1)";240x224@60;H
+lkageb2;"The Legend of Kage (bootleg set 2)";240x224@60;H
+lkageb3;"The Legend of Kage (bootleg set 3)";240x224@60;H
+lkageo;"The Legend of Kage (older)";240x224@60;H
+lkageoo;"The Legend of Kage (oldest)";240x224@60;H
+lnc;"College Football's National Championship (USA) - Lock'n'Chase";242x240@60;V
+lockonph;"Lock On (Philko)";320x224@60;H
+locoboot;"Loco-Motion (bootleg)";256x224@60;V
+locomotn;"Loco-Motion";256x224@60;V
+loderndf;"Lode Runner - The Dig Fight (ver. B)";240x640@60;V
+loderndfa;"Lode Runner - The Dig Fight (ver. A)";240x640@60;V
+loffire;"Line of Fire (Euro, Bra, Kor) - Line of Fire / Bakudan Yarou (World, FD1094 317-0136)";320x224@60;H
+loffired;"Line of Fire / Bakudan Yarou (World, FD1094 317-0136 d";320x224@60;H
+loffirej;"Line of Fire / Bakudan Yarou (Japan, FD1094 317-0134)";320x224@60;H
+loffirejd;"Line of Fire / Bakudan Yarou (Japan, FD1094 317-0134 d";320x224@60;H
+loffireu;"Line of Fire / Bakudan Yarou (US, FD1094 317-0135)";320x224@60;H
+loffireud;"Line of Fire / Bakudan Yarou (US, FD1094 317-0135 decr";320x224@60;H
+logicpr2;"Logic Pro 2 (Japan)";320x224@60;H
+logicpro;"Logic Pro (Japan)";320x224@60;H
+loht;"Legend of Hero Tonma - Legend of Hero Tonma - Legend of Hero Tonma";384x256@55;H
+lohtb;"Legend of Hero Tonma (bootleg, set 1)";384x256@55;H
+lohtb2;"Legend of Hero Tonma (bootleg, set 2)";384x256@55;H
+lohtj;"Legend of Hero Tonma (Japan)";384x256@55;H
+lomakai;"Legend of Makai (World)";256x224@60;H
+looper;"Looper";256x224@60;H
+lordgun;"Lord of Gun (USA)";448x224@60;H
+lordofk;"The Lord of King (Japan)";256x224@60;H
+losttomb;"Lost Tomb (Easy)";256x224@60;V
+losttombh;"Lost Tomb (Hard)";256x224@60;V
+lostwrld;"Lost Worlds (Japan) - The Lost World - Jurassic Park (Euro, USA) - The Lost World - Jurassic Park (USA)";384x224@60;H
+lostwrldo;"Lost Worlds (Japan Old ver.)";384x224@60;H
+lotlot;"Lot Lot - Lot Lot (Jpn)";384x256@60;H
+loverboy;"Lover Boy";240x224@60;V
+lresort;"Last Resort";304x224@59;H
+lresortp;"Last Resort (prototype)";304x224@59;H
+ltorb1;"Jonas Indiana and the Lost Temple of RA (20050717)";304x224@59;H
+ltswords;"Lightning Swords";384x256@55;H
+luckywld;"Lucky & Wild";288x224@60;H
+luckywldj;"Lucky & Wild (Japan)";288x224@60;H
+luctoday;"Lucky Today";256x224@60;V
+lvgirl94;"Las Vegas Girl (Girl '94)";368x224@60;H
+lwings;"Legendary Wings (US set 1)";256x240@60;V
+lwings2;"Legendary Wings (US set 2)";256x240@60;V
+lwingsb;"Legendary Wings (bootleg)";256x240@60;V
+lwingsj;"Ares no Tsubasa (Japan)";256x240@60;V
+m660;"Mission 660 (US)";256x224@60;V
+m660b;"Mission 660 (bootleg)";256x224@60;V
+m660j;"Mission 660 (Japan)";256x224@60;V
+mach9;"Mach-9 (bootleg of Vulgus)";256x224@60;V
+macross;"Choujikuu Yousai Macross (Jpn) - Super Spacefortress Macross / Chou-Jikuu Yousai Macros";256x224@56;V
+macross2;"Super Spacefortress Macross II / Chou-Jikuu Yousai Mac";384x224@56;H
+macross2g;"Super Spacefortress Macross II / Chou-Jikuu Yousai Mac";384x224@56;H
+macross2k;"Macross II (Korea)";384x224@56;H
+macrossp;"Macross Plus";384x240@60;V
+madcrash;"Mad Crasher";288x216@60;H
+madcrush;"Mad Crusher (Japan)";288x216@60;H
+madgear;"Mad Gear (US)";384x240@60;V
+madgearj;"Mad Gear (Japan)";384x240@60;V
+madshark;"Mad Shark";384x224@60;V
+magdrop;"Magical Drop (Japan, Version 1.1, 1995.06.21)";320x240@58;H
+magdrop2;"Magical Drop II";304x224@59;H
+magdrop3;"Magical Drop III";304x224@59;H
+magdropp;"Magical Drop Plus 1 (Japan, Version 2.1, 1995.09.12)";320x240@58;H
+magicbub;"Magic Bubble";320x224@60;H
+magicbuba;"Magic Bubble (Adult version, YS-1302 PCB)";320x224@60;H
+magicbubb;"Magic Bubble (Adult version, YS-0211 PCB)";320x224@60;H
+magix;"Magix / Rock";384x240@60;H
+magixb;"Magix / Rock (no copyright message)";384x240@60;H
+maglord;"Magician Lord (NGM-005)";320x224@59;H
+maglordh;"Magician Lord (NGH-005)";320x224@59;H
+mahoudai;"Mahou Daisakusen (Japan)";320x240@60;V
+mahretsu;"Mahjong Kyo Retsuden (NGM-004)(NGH-004)";304x224@59;H
+mainevt;"The Main Event (4 Players ver. Y)";288x224@60;H
+mainevt2p;"The Main Event (2 Players ver. X)";288x224@60;H
+mainevto;"The Main Event (4 Players ver. F)";288x224@60;H
+mainsnk;"Main Event (1984)";288x216@60;H
+majest12j;"Majestic Twelve - The Space Invaders Part IV (Japan)";320x224@60;V
+majest12u;"Majestic Twelve - The Space Invaders Part IV (US)";320x224@60;V
+majtitl2;"Major Title 2 (World)";320x240@60;H
+majtitl2a;"Major Title 2 (World, set 1, alt sound CPU)";320x240@60;H
+majtitl2b;"Major Title 2 (World, set 2)";320x240@60;H
+majtitl2j;"Major Title 2 (Japan)";320x240@60;H
+majtitle;"Major Title (World)";384x256@55;H
+majtitlej;"Major Title (Japan)";384x256@55;H
+majuu;"Majuu no Ohkoku";320x224@60;H
+makaiden;"Makai Densetsu (Japan)";256x224@60;H
+makaimur;"Makai-Mura (Japan)";256x224@60;H
+makaimurc;"Makai-Mura (Japan revision C)";256x224@60;H
+makaimurg;"Makai-Mura (Japan revision G)";256x224@60;H
+maketrax;"Make Trax (set 1)";288x224@60;V
+maketrxb;"Make Trax (set 2)";288x224@60;V
+mangchi;"Mang-Chi";256x224@56;H
+manhatan;"Manhattan 24 Bunsyo (Japan)";240x224@60;H
+maniacsp;"Maniac Square (prototype)";320x240@60;H
+maniacsq;"Maniac Square (unprotected)";320x240@60;H
+manybloc;"Many Block";256x240@56;V
+mappy;"Hopping Mappy - Mappy (Jpn) - Mappy (Jpn) - Mappy (US)";288x224@60;V
+mappyj;"Mappy (Japan)";288x224@60;V
+marble;"Marble Madness";336x240@60;H
+marineb;"Marine Boy";256x224@60;H
+mariner;"Mariner";256x224@60;V
+mario;"Mario Bros. (US, Revision F)";256x224@60;H
+marioe;"Mario Bros. (US, Revision E)";256x224@60;H
+marioj;"Mario Bros. (Japan)";256x224@60;H
+marioo;"Mario Bros. (US, Unknown Rev)";256x224@60;H
+markham;"Markham";240x224@60;H
+mars;"Escape from Mars Starring Taz (Euro) - Mars - Taz in Escape from Mars (Bra) - Taz in Escape from Mars (Euro, USA)";256x224@60;V
+martmast;"Martial Masters (V104, 102, 102, USA)";448x224@60;H
+martmastc;"Martial Masters (V104, 102, 101, China)";448x224@60;H
+martmastc102;"Martial Masters (V102, 101, 101, China)";448x224@60;H
+martmastc103;"Martial Masters (V103, 102, 101, China)";448x224@60;H
+marukin;"Super Marukin-Ban (Japan 901017)";384x240@60;H
+marukodq;"Chibi Marukochan Deluxe Quiz";304x224@59;H
+marvins;"Marvin's Maze";288x216@60;V
+marvland;"Marvel Land (US) - Marvel Land (USA)";288x224@60;H
+marvlandj;"Marvel Land (Japan) - Marvel Land (Jpn)";288x224@60;H
+masao;"Masao";256x224@60;H
+masterw;"Master of Weapon (World)";320x224@60;V
+masterwj;"Master of Weapon (Japan)";320x224@60;V
+masterwu;"Master of Weapon (US)";320x224@60;V
+mastkin;"The Masters of Kin";256x224@60;H
+matchit2;"Match It II";384x240@60;H
+matrim;"Matrimelee / Shin Gouketsuji Ichizoku Toukon (NGM-2660";320x224@59;H
+matrimbl;"Matrimelee / Shin Gouketsuji Ichizoku Toukon (bootleg)";320x224@59;H
+mazinger;"Mazinger Z (World, ver. 94/06/27)";384x240@58;V
+mazingerj;"Mazinger Z (Japan, ver. 94/06/27)";384x240@58;V
+mbomberj;"Muscle Bomber - the body explosion (930713 Japan)";384x224@60;H
+mbombrd;"Muscle Bomber Duo - ultimate team battle (931206 etc)";384x224@60;H
+mbombrdj;"Muscle Bomber Duo - heat up warriors (931206 Japan)";384x224@60;H
+mbrush;"Magic Brush";288x224@60;V
+mcatadv;"Magical Cat Adventure";320x224@60;H
+mcatadvj;"Magical Cat Adventure (Japan)";320x224@60;H
+mchampdx;"Multi Champ Deluxe (ver. 0106, 06/01/2000)";320x240@60;H
+mchampdxa;"Multi Champ Deluxe (ver. 1126, 26/11/1999)";320x240@60;H
+mechatt;"Mechanized Attack (World)";256x224@60;H
+mechattj;"Mechanized Attack (Japan)";256x224@60;H
+mechattu;"Mechanized Attack (US)";256x224@60;H
+mechattu1;"Mechanized Attack (US, Version 1, Single Player)";256x224@60;H
+megablst;"Mega Blast (World)";320x224@60;H
+megablstj;"Mega Blast (Japan)";320x224@60;H
+megablstu;"Mega Blast (US)";320x224@60;H
+megadon;"Megadon";272x236@60;V
+megaman;"Mega Man (Euro, USA) - Mega Man - the power battle (951006 USA) - Mega Man - The Wily Wars (Euro)";384x224@60;H
+megaman2;"Mega Man 2 - the power fighters (960708 USA)";384x224@60;H
+megaman2a;"Mega Man 2 - the power fighters (960708 Asia)";384x224@60;H
+megaman2h;"Mega Man 2 - the power fighters (960712 Hispanic)";384x224@60;H
+megamana;"Mega Man - the power battle (951006 Asia)";384x224@60;H
+megamn2d;"Mega Man 2 - the power fighters (960708 USA Phoenix Ed";384x224@60;H
+megazone;"Mega Zone (Konami set 1)";288x224@60;V
+megazonea;"Mega Zone (Konami set 2)";288x224@60;V
+megazoneb;"Mega Zone (Kosuka set 1)";288x224@60;V
+megazonec;"Mega Zone (Kosuka set 2)";288x224@60;V
+megazonei;"Mega Zone (Interlogic)";288x224@60;V
+meijinsn;"Meijinsen";232x224@60;H
+meikyuh;"Meikyuu Hunter G (Japan, set 1)";256x240@58;H
+meikyuha;"Meikyuu Hunter G (Japan, set 2)";256x240@58;H
+meosism;"Meosis Magic (Japan)";338x236@60;H
+mercenario;"Mercenario (Commando bootleg)";256x224@60;V
+mercs;"Mercs (900302 etc) - Mercs (Euro, Bra) - Mercs (Euro, USA) ~ Senjou no Ookami II (Jpn)";384x224@60;V
+mercsj;"Senjo no Ookami II (Ookami 2 900302 Japan)";384x224@60;V
+mercsu;"Mercs (900608 USA)";384x224@60;V
+mercsur1;"Mercs (900302 USA)";384x224@60;V
+merlinmm;"Merlins Money Maze";256x224@60;V
+metafox;"Meta Fox";384x224@60;V
+metalb;"Metal Black (World)";320x224@60;H
+metalbj;"Metal Black (Japan)";320x224@60;H
+metamrph;"Metamorphic Force (ver EAA)";288x224@60;H
+metamrpha;"Metamorphic Force (ver AAA)";288x224@60;H
+metamrphe;"Metamorphic Force (ver EAA - alternate)";288x224@60;H
+metamrphj;"Metamorphic Force (ver JAA)";288x224@60;H
+metamrphu;"Metamorphic Force (ver UAA)";288x224@60;H
+metlfrzr;"Metal Freezer";256x224@60;V
+metlhawk;"Metal Hawk (Rev C)";288x224@60;V
+metlhawkj;"Metal Hawk (Japan, Rev F)";288x224@60;V
+metlsavr;"Metal Saver";320x240@60;H
+metmqstr;"Metamoqester (International)";384x240@58;H
+metrocrs;"Metro-Cross (set 1)";288x224@60;H
+metrocrsa;"Metro-Cross (set 2)";288x224@60;H
+mgakuen;"Mahjong Gakuen";384x240@60;H
+mgakuen2;"Mahjong Gakuen 2 Gakuen-chou no Fukushuu";384x240@60;H
+mgcrystl;"Magical Crystals (World, 92/01/10)";256x224@60;H
+mgcrystlj;"Magical Crystals (Japan, 92/01/13)";256x224@60;H
+mgcrystlo;"Magical Crystals (World, 91/12/10)";256x224@60;H
+mia;"M.I.A. - Missing in Action (version T)";304x224@60;H
+mia2;"M.I.A. - Missing in Action (version S)";304x224@60;H
+miaj;"M.I.A. - Missing in Action (version R) (Japan)";320x224@60;H
+midres;"Midnight Resistance (USA) - Midnight Resistance (World)";256x240@57;H
+midresj;"Midnight Resistance (Japan) - Midnight Resistance (Jpn)";256x240@57;H
+midresu;"Midnight Resistance (US)";256x240@57;H
+miexchng;"Money Puzzle Exchanger / Money Idol Exchanger";304x224@59;H
+mikie;"Mikie - Mikie. Shinnyuushain Tooru-Kun.";256x224@60;V
+mikiehs;"Mikie (High School Graffiti)";256x224@60;V
+mikiej;"Shinnyuushain Tooru-kun";256x224@60;V
+milliped;"Millipede";256x240@60;V
+mimonkey;"Mighty Monkey";256x224@60;V
+mimonsco;"Mighty Monkey (bootleg on Super Cobra hardware)";256x224@60;V
+mimonscr;"Mighty Monkey (bootleg on Scramble hardware)";256x224@60;V
+mimonscra;"Mighty Monkey (Kaina Games, bootleg on Scramble hardwa";256x224@60;V
+minasan;"Minasanno Okagesamadesu! Daisugorokutaikai (MOM-001)(M";304x224@59;H
+minefld;"Minefield";256x224@60;V
+minivadr;"Minivader";256x224@60;H
+mirax;"Mirax (set 1)";256x240@60;V
+miraxa;"Mirax (set 2)";256x240@60;V
+mirninja;"Mirai Ninja (Japan)";288x224@60;H
+missmw96;"Miss Mister World '96 (Nude)";256x224@60;H
+missw02;"Miss World 2002";256x224@60;H
+missw96;"Miss World '96 (Nude) (set1)";256x224@60;H
+missw96a;"Miss World '96 (Nude) (set 2)";256x224@60;H
+missw96b;"Miss World '96 (Nude) (set 3)";256x224@60;H
+missw96c;"Miss World '96 (Nude) (set 4)";256x224@60;H
+mizubaku;"Mizubaku Dai Bouken - Mizubaku Daibouken (Japan)";320x224@60;H
+mj4simai;"Wakakusamonogatari Mahjong Yonshimai (Japan)";384x240@60;H
+mjgtaste;"Mahjong G-Taste";320x224@60;H
+mjleague;"Major League";320x224@60;V
+mjnquest;"Mahjong Quest (Japan)";320x224@60;H
+mjnquestb;"Mahjong Quest (No Nudity)";320x224@60;H
+mk;"Mortal Kombat";400x254@54.7;H
+mkr4;"Mortal Kombat r4";400x254@54.7;H
+mktturbo;"Mortal Kombat turbo";400x254@54.7;H
+mk2;"Mortal Kombat II";400x254@54.7;H
+mltiwars;"Multi Wars (bootleg of UniWar S)";256x224@60;V
+mmancp2u;"Mega Man - The Power Battle (951006 USA, SAMPLE Versio";384x224@60;H
+mmancp2ur1;"Mega Man - The Power Battle (950926 USA, SAMPLE Versio";384x224@60;H
+mmatrix;"Mars Matrix (000412 USA)";384x224@60;H
+mmatrixd;"Mars Matrix (000412 USA Phoenix Edition)";384x224@60;H
+mmatrixj;"Mars Matrix (000412 Japan)";384x224@60;H
+mmaulers;"Monster Maulers (ver EAA)";288x224@60;H
+mmaze;"Marchen Maze (Japan)";288x224@60;H
+mmaze2;"Marchen Maze (Japan, hack?)";288x224@60;H
+mmonkey;"Minky Monkey";242x240@60;V
+mnchmobl;"Munch Mobile (US)";320x240@60;V
+mnight;"Mutant Night";256x192@60;H
+mnightj;"Mutant Night (Japan)";256x192@60;H
+moegonta;"Moeyo Gonta!! (Japan)";320x240@60;V
+mofflott;"Maze of Flott (Japan)";320x240@60;V
+moguchan;"Mogu Chan (bootleg?)";256x224@60;V
+mogura;"Mogura Desse";320x256@60;H
+mole;"Mole Attack - Mr. Mole";320x200@60;H
+momoko;"Momoko 120% (Japanese text)";240x224@60;H
+momokob;"Momoko 120% (bootleg)";240x224@60;H
+momokoe;"Momoko 120% (English text)";240x224@60;H
+monkelf;"Monky Elf (Korean bootleg of Avenging Spirit)";256x224@60;H
+moomesa;"Wild West C.O.W.-Boys of Moo Mesa (ver EAB)";384x224@60;H
+moomesaaab;"Wild West C.O.W.-Boys of Moo Mesa (ver AAB)";384x224@60;H
+moomesauab;"Wild West C.O.W.-Boys of Moo Mesa (ver UAB)";384x224@60;H
+moomesauac;"Wild West C.O.W.-Boys of Moo Mesa (ver UAC)";384x224@60;H
+moonal2;"Moon Alien Part 2";256x224@60;V
+moonal2b;"Moon Alien Part 2 (older version)";256x224@60;V
+moonaln;"Moon Alien";256x224@60;V
+mooncmw;"Moon War (Moon Cresta bootleg)";256x224@60;V
+mooncptc;"Moon Cresta (Petaco S.A. Spanish bootleg)";256x224@60;V
+mooncreg;"Moon Cresta (Electrogame S.A. Spanish bootleg)";256x224@60;V
+mooncrgx;"Moon Cresta (Galaxian hardware)";256x224@60;V
+mooncrs2;"Moon Cresta (bootleg set 2)";256x224@60;V
+mooncrs3;"Moon Cresta (bootleg set 3)";256x224@60;V
+mooncrs4;"Moon Crest";256x224@60;V
+mooncrsb;"Moon Cresta (bootleg set 1)";256x224@60;V
+mooncrsl;"Cresta Mundo (Laguna S.A. Spanish Moon Cresta bootleg)";256x224@60;V
+mooncrst;"Moon Cresta (Nichibutsu)";256x224@60;V
+mooncrstg;"Moon Cresta (Gremlin)";256x224@60;V
+mooncrsto;"Moon Cresta (Nichibutsu, old rev)";256x224@60;V
+mooncrstso;"Moon Cresta (SegaSA / Sonic)";256x224@60;V
+mooncrstu;"Moon Cresta (Nichibutsu USA, unencrypted)";256x224@60;V
+mooncrstuk;"Moon Cresta (Nichibutsu UK)";256x224@60;V
+mooncrstuku;"Moon Cresta (Nichibutsu UK, unencrypted)";256x224@60;V
+moonqsr;"Moon Quasar";256x224@60;V
+moonwar;"Moonwar";256x224@60;V
+moonwara;"Moonwar (older)";256x224@60;V
+moremore;"More More";256x224@58;H
+moremorp;"More More Plus";256x224@58;H
+moshougi;"Syougi No Tatsujin - Master of Shougi";304x224@59;H
+motorace;"MotoRace USA";240x256@60;V
+motos;"Motos";288x224@60;V
+mototour;"MotoTour / Zippy Race (Tecfri license)";240x256@60;V
+mouser;"Mouser - Mouser (Jpn)";256x224@60;V
+mouserc;"Mouser (Cosmos)";256x224@60;V
+mpang;"Mighty! Pang (001010 Euro)";384x224@60;H
+mpangj;"Mighty! Pang (001011 Japan)";384x224@60;H
+mpangjd;"Mighty! Pang (001011 Japan Phoenix Edition)";384x224@60;H
+mpangr1;"Mighty! Pang (000925 Euro)";384x224@60;H
+mpangu;"Mighty! Pang (001010 USA)";384x224@60;H
+mplanets;"Mad Planets";256x240@60;V
+mplanetsuk;"Mad Planets (UK)";256x240@60;V
+mrdo;"Mr. Do (Jpn) - Mr. Do! - Mr. Do! - Neo Mr. Do!";240x192@60;V
+mrdofix;"Mr. Do! (bugfixed)";240x192@60;V
+mrdot;"Mr. Do! (Taito license)";240x192@60;V
+mrdoy;"Mr. Do! (prototype)";240x192@60;V
+mrdu;"Mr. Du!";240x192@60;V
+mrflea;"The Amazing Adventures of Mr. F. Lea";256x248@60;V
+mrgoemon;"Mr. Goemon (Japan)";240x224@60;H
+mrheli;"Mr. HELI no Dai-Bouken - Mr. Heli no Daibouken";384x256@55;H
+mrjong;"Mr. Jong (Japan)";240x224@60;V
+mrkougar;"Mr. Kougar";256x224@60;V
+mrkougar2;"Mr. Kougar (earlier)";256x224@60;V
+mrkougb;"Mr. Kougar (bootleg set 1)";256x224@60;V
+mrkougb2;"Mr. Kougar (bootleg set 2)";256x224@60;V
+mrlo;"Mr. Lo!";240x192@60;V
+mrtnt;"Mr. TNT";288x224@60;V
+mrviking;"Mister Viking (315-5041)";240x224@60;V
+mrvikingj;"Mister Viking (315-5041, Japan)";240x224@60;V
+ms4plus;"Metal Slug 4 Plus (bootleg)";304x224@59;H
+ms5pcb;"Metal Slug 5 (JAMMA PCB)";304x224@59;H
+ms5plus;"Metal Slug 5 Plus (bootleg)";304x224@59;H
+msbingo;"Miss Bingo";320x224@60;H
+mschamp;"Ms. Pacman Champion Edition / Zola-Puc Gal";288x224@60;V
+mschamps;"Ms. Pacman Champion Edition / Super Zola Pac Gal";288x224@60;V
+msgogo;"Mouse Shooter GoGo";320x224@60;H
+msgundam;"Mobile Suit Gundam";384x240@57;H
+msgundam1;"Mobile Suit Gundam (Japan)";384x240@57;H
+msh;"Marvel Super Heroes (951024 Euro)";384x224@60;H
+msha;"Marvel Super Heroes (951024 Asia)";384x224@60;H
+mshb;"Marvel Super Heroes (951117 Brazil)";384x224@60;H
+msheartb;"Ms. Pac-Man Heart Burn";288x224@60;V
+mshh;"Marvel Super Heroes (951117 Hispanic)";384x224@60;H
+mshj;"Marvel Super Heroes (951117 Japan)";384x224@60;H
+mshjr1;"Marvel Super Heroes (951024 Japan)";384x224@60;H
+mshu;"Marvel Super Heroes (951024 USA)";384x224@60;H
+mshud;"Marvel Super Heroes (951024 USA Phoenix Edition)";384x224@60;H
+mshuttle;"Moon Shuttle (US?)";256x224@60;H
+mshuttle2;"Moon Shuttle (US? set 2)";256x224@60;H
+mshuttlej;"Moon Shuttle (Japan)";256x224@60;H
+mshuttlej2;"Moon Shuttle (Japan set 2)";256x224@60;H
+mshvsf;"Marvel Super Heroes vs Street Fighter (970625 Euro)";384x224@60;H
+mshvsfa;"Marvel Super Heroes vs Street Fighter (970625 Asia)";384x224@60;H
+mshvsfa1;"Marvel Super Heroes vs Street Fighter (970620 Asia)";384x224@60;H
+mshvsfb;"Marvel Super Heroes vs Street Fighter (970827 Brazil)";384x224@60;H
+mshvsfb1;"Marvel Super Heroes vs Street Fighter (970625 Brazil)";384x224@60;H
+mshvsfh;"Marvel Super Heroes vs Street Fighter (970625 Hispanic";384x224@60;H
+mshvsfj;"Marvel Super Heroes vs Street Fighter (970707 Japan)";384x224@60;H
+mshvsfj1;"Marvel Super Heroes vs Street Fighter (970702 Japan)";384x224@60;H
+mshvsfj2;"Marvel Super Heroes vs Street Fighter (970625 Japan)";384x224@60;H
+mshvsfu;"Marvel Super Heroes vs Street Fighter (970827 USA)";384x224@60;H
+mshvsfu1;"Marvel Super Heroes vs Street Fighter (970625 USA)";384x224@60;H
+mshvsfu1d;"Marvel Super Heroes vs Street Fighter (970625 USA Phoe";384x224@60;H
+mslider;"Monster Slider (Japan)";352x240@60;H
+mslug;"Metal Slug - Super Vehicle-001";304x224@59;H
+mslug2;"Metal Slug 2 - Super Vehicle-001/II (NGM-2410) (NGH-24";304x224@59;H
+mslug2t;"Metal Slug 2 Turbo (NGM-9410)";304x224@59;H
+mslug3;"Metal Slug 3 (NGM-2560)";304x224@59;H
+mslug3b6;"Metal Slug 6 (Metal Slug 3 bootleg)";304x224@59;H
+mslug3h;"Metal Slug 3 (NGH-2560)";304x224@59;H
+mslug3v;"Metal Slug 3 (NGH-2560) (Enhanced Violence Version hac";304x224@59;H
+mslug4;"Metal Slug 4 (NGM-2630)";304x224@59;H
+mslug4h;"Metal Slug 4 (NGH-2630)";304x224@59;H
+mslug5;"Metal Slug 5 (NGM-2680)";304x224@59;H
+mslug5b;"Metal Slug 5 (bootleg)";304x224@59;H
+mslug5h;"Metal Slug 5 (NGH-2680)";304x224@59;H
+mslugx;"Metal Slug X - Super Vehicle-001 (NGM-2500)(NGH-2500)";304x224@59;H
+mspacmab;"MS Pacman (bootleg)";288x224@60;V
+mspacman;"MS Pacman - Ms. Pac-Man (Euro, Bra) - Ms. Pac-Man (Euro, USA) - Ms. Pac-Man (USA)";288x224@60;V
+mspacmanbcc;"Come-Cocos (Ms. Pac-Man) ('Made in Greece' Tecnausa bo";288x224@60;V
+mspacmanbg;"Ms. Pac-Man ('Made in Greece' bootleg)";288x224@60;V
+mspacmanbgd;"Miss Pukman ('Made in Greece' Datamat bootleg)";288x224@60;V
+mspacmanbhe;"Come-Cocos (Ms. Pac-Man) ('Made in Greece' Herle SA bo";288x224@60;V
+mspacmanblt;"Miss Pukman ('Made in Greece' Triunvi bootleg)";288x224@60;V
+mspacmat;"Ms. Pac Attack";288x224@60;V
+mspacmbe;"Ms. Pac-Man (bootleg, encrypted)";288x224@60;V
+mspacmnf;"Ms. Pac-Man (with speedup hack)";288x224@60;V
+mspacpls;"Ms. Pac-Man Plus";288x224@60;V
+mspuzzle;"Miss Puzzle";320x224@60;V
+mspuzzleg;"Miss Puzzle (Clone of Gumbo)";320x224@60;H
+mstadium;"Main Stadium (Japan ver. 4)";288x224@60;H
+mstworld;"Monsters World (bootleg of Super Pang)";384x240@60;H
+msword;"Magic Sword - heroic fantasy (25.07.1990 other country";384x224@60;H
+mswordj;"Magic Sword (23.06.1990 Japan)";384x224@60;H
+mswordr1;"Magic Sword - heroic fantasy (23.06.1990 other country";384x224@60;H
+mswordu;"Magic Sword - heroic fantasy (25.07.1990 USA)";384x224@60;H
+mtlchamp;"Martial Champion (ver EAB)";384x224@60;H
+mtlchamp1;"Martial Champion (ver EAA)";384x224@60;H
+mtlchampa;"Martial Champion (ver AAA)";384x224@60;H
+mtlchampj;"Martial Champion (ver JAA)";384x224@60;H
+mtlchampu;"Martial Champion (ver UAE)";384x224@60;H
+mtlchampu1;"Martial Champion (ver UAD)";384x224@60;H
+mtwins;"Mega Twins (chiki chiki boys 900619 etc)";384x224@60;H
+mugsmash;"Mug Smashers";320x240@60;H
+multchmp;"Multi Champ (World)";320x240@60;H
+multchmpa;"Multi Champ (World, older)";320x240@60;H
+multchmpk;"Multi Champ (Korea, older)";320x240@60;H
+multi96;"Multi Game '96 (Italy)";256x224@58;H
+mustache;"Mustache Boy (Japan)";240x248@57;V
+mustachei;"Mustache Boy (Italy)";240x248@57;V
+mustang;"US AAF Mustang (25th May. 1990)";256x224@56;H
+mustangb;"US AAF Mustang (bootleg)";256x224@56;H
+mustangb2;"US AAF Mustang (TAB Austria bootleg)";256x224@56;H
+mustangs;"US AAF Mustang (25th May. 1990 / Seoul Trading)";256x224@56;H
+mutantf;"Mutant Fighter (World ver EM-5)";320x240@58;H
+mutantf2;"Mutant Fighter (World ver EM-2)";320x240@58;H
+mutantf3;"Mutant Fighter (World ver EM-3)";320x240@58;H
+mutantf4;"Mutant Fighter (World ver EM-4)";320x240@58;H
+mutnat;"Mutation Nation (NGM-014)(NGH-014)";304x224@59;H
+mvp;"MVP (set 2, US, FD1094 317-0143)";320x224@60;H
+mvpd;"MVP (set 2, US, FD1094 317-0143 decrypted)";320x224@60;H
+mvpj;"MVP (set 1, Japan, FD1094 317-0142)";320x224@60;H
+mvpjd;"MVP (set 1, Japan, FD1094 317-0142 decrypted)";320x224@60;H
+mvsc;"Marvel vs Capcom - clash of super heroes (980123 Euro)";384x224@60;H
+mvsca;"Marvel vs Capcom - clash of super heroes (980123 Asia)";384x224@60;H
+mvscar1;"Marvel vs Capcom - clash of super heroes (980112 Asia)";384x224@60;H
+mvscb;"Marvel vs Capcom - clash of super heroes (980123 Brazi";384x224@60;H
+mvsch;"Marvel vs Capcom - clash of super heroes (980123 Hispa";384x224@60;H
+mvscj;"Marvel vs Capcom - clash of super heroes (980123 Japan";384x224@60;H
+mvscjr1;"Marvel vs Capcom - clash of super heroes (980112 Japan";384x224@60;H
+mvscjsing;"Marvel vs Capcom - clash of super heroes (980123 Japan";384x224@60;H
+mvscr1;"Marvel vs Capcom - clash of super heroes (980112 Euro)";384x224@60;H
+mvscu;"Marvel vs Capcom - clash of super heroes (980123 USA)";384x224@60;H
+mvscud;"Marvel vs Capcom - clash of super heroes (980123 USA P";384x224@60;H
+mvscur1;"Marvel vs Capcom - clash of super heroes (971222 USA)";384x224@60;H
+mwalk;"Michael Jackson's Moonwalker (Euro, USA, Bra, Kor) - Michael Jackson's Moonwalker (set 3, World, FD1094/875 - Michael Jackson's Moonwalker (World, Rev. A)";320x224@60;H
+mwalkbl2;"Michael Jackson's Moonwalker (bootleg)";320x224@60;H
+mwalkd;"Michael Jackson's Moonwalker (World) (bootleg of FD109";320x224@60;H
+mwalkj;"Michael Jackson's Moonwalker (Japan) (FD1094/8751 317-";320x224@60;H
+mwalkjd;"Michael Jackson's Moonwalker (Japan) (bootleg of FD109";320x224@60;H
+mwalku;"Michael Jackson's Moonwalker (US) (FD1094/8751 317-015";320x224@60;H
+mwalkud;"Michael Jackson's Moonwalker (US) (bootleg of FD1094/8";320x224@60;H
+mwarr;"Mighty Warriors";366x240@54;H
+myangel;"Kosodate Quiz My Angel (Japan)";376x240@60;H
+myangel2;"Kosodate Quiz My Angel 2 (Japan)";376x240@60;H
+myhero;"My Hero (Euro, USA, Bra) - My Hero (US, not encrypted)";256x224@60;H
+myherobl;"My Hero (bootleg, 315-5132 encryption)";256x224@60;H
+myherok;"My Hero (Korea)";256x224@60;H
+myqbert;"Mello Yello Q*bert";256x240@60;V
+mysticri;"Mystic Riders (World)";320x240@60;H
+mysticrib;"Mystic Riders (bootleg?)";320x240@60;H
+mystston;"Mysterious Stones - Dr. John's Adventure";256x240@57;V
+myststono;"Mysterious Stones - Dr. Kick in Adventure";256x240@57;V
+myststonoi;"Mysterious Stones - Dr. Kick in Adventure (Itisa PCB)";256x240@57;V
+mystwarr;"Mystic Warriors (ver EAA)";288x224@60;H
+mystwarra;"Mystic Warriors (ver AAB)";288x224@60;H
+mystwarraa;"Mystic Warriors (ver AAA)";288x224@60;H
+mystwarrj;"Mystic Warriors (ver JAA)";288x224@60;H
+mystwarru;"Mystic Warriors (ver UAA)";288x224@60;H
+nam1975;"NAM-1975 (NGM-001)(NGH-001)";304x224@59;H
+naname;"Naname de Magic!";320x240@60;H
+nastar;"Nastar (World)";320x224@60;H
+nastarw;"Nastar Warrior (US)";320x224@60;H
+naughtyb;"Naughty Boy";288x224@60;V
+naughtyba;"Naughty Boy (bootleg)";288x224@60;V
+naughtybc;"Naughty Boy (Cinematronics)";288x224@60;V
+navarone;"Navarone";272x224@60;V
+nbbatman;"Ninja Baseball Batman (World)";320x240@60;H
+nbbatmanu;"Ninja Baseball Batman (US)";320x240@60;H
+ncombat;"Ninja Combat (NGM-009)";304x224@59;H
+ncombath;"Ninja Combat (NGH-009)";304x224@59;H
+ncommand;"Ninja Commando";304x224@59;H
+nebulbee;"Nebulous Bee";288x224@60;V
+nemesis;"Nemesis (Kor) - Nemesis (ROM version)";256x224@60;H
+nemesisuk;"Nemesis (World?, ROM version)";256x224@60;H
+nemo;"Finding Nemo (Rus) - Nemo (90 11 30 etc)";384x224@60;H
+nemoj;"Nemo (90 11 20 Japan)";384x224@60;H
+nemor1;"Nemo (90 11 09 etc)";384x224@60;H
+neo2500;"Neo 2500 Demo";304x224@59;H
+neo3ddmo;"NeoGeo 3D! Demo";304x224@59;H
+neobattl;"SD Gundam Neo Battling (Japan)";384x240@60;V
+neobombe;"Neo Bomberman";304x224@59;H
+neocdz;"Neo Geo CDZ system";320x224@59;H
+neocstlv;"Neo CastleVania Demo";304x224@59;H
+neocup98;"Neo-Geo Cup '98 - The Road to the Victory";320x224@59;H
+neodemo;"Chaos Demo (Neo Geo)";304x224@59;H
+neodrift;"Neo Drift Out - New Technology";304x224@59;H
+neogalag;"Galaga Demo (set 1)";304x224@59;H
+neogalaga;"Galaga Demo (set 2)";304x224@59;H
+neomrdo;"Neo Mr. Do!";304x224@59;H
+neonopon;"Neo No Panepon (beta)";304x224@59;H
+neopong;"Neo Pong (ver 1.1)";304x224@59;H
+neoponga;"Neo Pong (ver 1.0)";304x224@59;H
+neoprimo;"Primo Demo";304x224@59;H
+neotet;"NeoGeo 2-Player Tetris";304x224@59;H
+neothndr;"Neo Thunder";304x224@59;H
+neoww2;"WW2 Demo - Arcade Development Project";304x224@59;H
+newapunk;"New Atomic Punk - Global Quest (US)";320x240@60;H
+newfant;"New Fantasia (1995 copyright)";256x224@60;V
+newfanta;"New Fantasia (1994 copyright)";256x224@60;V
+newpuc2;"Newpuc2";288x224@60;V
+newpuc2b;"Newpuc2b";288x224@60;V
+newpuckx;"New Puck-X";288x224@60;V
+news;"News (set 1)";256x224@60;H
+newsa;"News (set 2)";256x224@60;H
+newsin7;"New Sinbad 7";256x224@60;V
+nextfase;"Next Fase (bootleg of Phoenix)";256x208@60;V
+ngem2k;"NGEM2K (beta 2006-01-18)";304x224@59;H
+ngfrog;"Frog Feast (Neo Geo)";304x224@59;H
+ngftdemo;"NGF Transparency Demo";304x224@59;H
+nightstr;"Night Striker (World)";320x240@60;H
+nightstrj;"Night Striker (Japan)";320x240@60;H
+nightstru;"Night Striker (US)";320x240@60;H
+ninja;"3 Ninjas Kick Back (USA) - Caveman Ninja (World ver 4) - Dragon Ninja (Euro) - Dragonninja (Japan) - Mirai Ninja (Japan) - Ninja (315-5102) - Sega Ninja (315-5113) - The Ninja (Euro, USA)";256x224@60;H
+ninjak;"The Ninja Kids (World)";320x224@60;H
+ninjakd2;"Ninja-Kid II / NinjaKun Ashura no Shou (set 1)";256x192@60;H
+ninjakd2a;"Ninja-Kid II / NinjaKun Ashura no Shou (set 2, bootleg";256x192@60;H
+ninjakd2b;"Ninja-Kid II / NinjaKun Ashura no Shou (set 3, bootleg";256x192@60;H
+ninjakd2c;"Ninja-Kid II / NinjaKun Ashura no Shou (set 4)";256x192@60;H
+ninjakj;"The Ninja Kids (Japan)";320x224@60;H
+ninjaku;"The Ninja Kids (US)";320x224@60;H
+ninjakun;"Ninja-kun (Jpn) - Ninjakun Majou no Bouken";256x192@60;H
+ninjamas;"Ninja Master's - haoh-ninpo-cho";320x224@59;H
+ninjaw;"The Ninja Warriors (World, later version)";224x864@60;V
+ninjaw1;"The Ninja Warriors (World, earlier version)";224x864@60;V
+ninjawj;"The Ninja Warriors (Japan)";224x864@60;V
+ninjawu;"The Ninja Warriors (US, Romstar license)";224x864@60;V
+ninjemak;"Ninja Emaki (US)";256x224@60;V
+nitd;"Nightmare in the Dark";320x224@59;H
+nitdbl;"Nightmare in the Dark (bootleg)";320x224@59;H
+nitrobal;"Nitro Ball (World, set 1)";320x240@58;V
+nitrobala;"Nitro Ball (World, set 2)";320x240@58;V
+nmaster;"Oni - The Ninja Master (Japan)";384x240@58;H
+nmg5;"Multi 5 / New Multi Game 5 (set 1)";320x240@60;H
+nmg5a;"Multi 5 / New Multi Game 5 (set 2)";320x240@60;H
+nmg5e;"Multi 5 / New Multi Game 5 (set 3, earlier)";320x240@60;H
+nmouse;"Funky Mouse (Jpn) - Naughty Mouse (set 1)";288x224@60;V
+nmouseb;"Naughty Mouse (set 2)";288x224@60;V
+nobb;"Noboranka (Japan, bootleg)";240x224@60;V
+nost;"Cosa Nostra (Spa) - Nostradamus";320x224@60;V
+nostj;"Nostradamus (Japan)";320x224@60;V
+nostk;"Nostradamus (Korea)";320x224@60;V
+nouryoku;"Nouryoku Koujou Iinkai";384x224@56;H
+nova2001;"Nova 2001 (Japan)";256x192@60;H
+nova2001h;"Nova 2001 (Japan, hack?)";256x192@60;H
+nova2001u;"Nova 2001 (US)";256x192@60;H
+nprinces;"Ninja Princess (315-5051, 64k Ver. bootleg?)";256x224@60;H
+nprincesb;"Ninja Princess (315-5051?, 128k Ver. bootleg?)";256x224@60;H
+nprinceso;"Ninja Princess (315-5098, 128k Ver.)";256x224@60;H
+nprincesu;"Ninja Princess (64k Ver. not encrypted)";256x224@60;H
+nrallyx;"New Rally X";288x224@60;H
+nspirit;"Ninja Spirit - Ninja Spirit";384x256@55;H
+nspiritj;"Saigo no Nindou (Japan)";384x256@55;H
+nunchaku;"Nunchackun";256x224@60;V
+nwarr;"Night Warriors - darkstalkers' revenge (950316 Euro)";384x224@60;H
+nwarra;"Night Warriors - darkstalkers' revenge (950302 Asia)";384x224@60;H
+nwarrb;"Night Warriors - darkstalkers' revenge (950403 Brazil)";384x224@60;H
+nwarrh;"Night Warriors - darkstalkers' revenge (950403 Hispani";384x224@60;H
+nwarru;"Night Warriors - darkstalkers' revenge (950406 USA)";384x224@60;H
+nwarrud;"Night Warriors - darkstalkers' revenge (950406 USA Pho";384x224@60;H
+nyanpani;"Nyan Nyan Panic (Japan)";256x224@60;H
+nzeroteam;"New Zero Team (V33 SYSTEM TYPE_B hardware)";320x256@55;H
+nzeroteama;"New Zero Team (V33 SYSTEM TYPE_B hardware, China?)";320x256@55;H
+oedfight;"Oedo Fight (Japan Bloodshed Ver.)";320x240@60;H
+offensiv;"Offensive (Spanish bootleg of Scramble)";256x224@60;V
+ohmygod;"Oh My God!";320x240@60;H
+oisipuzl;"Oishii Puzzle Ha Irimasenka";320x224@60;H
+olds;"Oriental Legend Super (V101, Korea)";448x224@60;H
+olds100;"Oriental Legend Special - Xi Yo Gi Shi Re Zuang Super";448x224@60;H
+olds100a;"Oriental Legend Special - Xi Yo Gi Shi Re Zuang Super";448x224@60;H
+olds103t;"Oriental Legend Special - Xi Yo Gi Shi Re Zuang Super";448x224@60;H
+oldsplus;"Oriental Legend Special Plus / Xi You Shi E Zhuan Supe";448x224@60;H
+omegab;"Omega";256x224@60;V
+omegaf;"Omega Fighter";256x192@60;V
+omegafs;"Omega Fighter Special";256x192@60;V
+omni;"Omni";256x224@60;V
+onetwo;"One + Two";512x256@60;H
+onetwoe;"One + Two (earlier)";512x256@60;H
+onna34ro;"Onna Sansirou - Typhoon Gal";256x224@60;H
+onna34roa;"Onna Sansirou - Typhoon Gal (bootleg)";256x224@60;H
+opwolf;"Operation Wolf - Operation Wolf - Operation Wolf (Euro, Bra) - Operation Wolf (World, set 1)";320x240@60;H
+opwolf3;"Operation Wolf 3 (World)";320x224@60;H
+opwolf3u;"Operation Wolf 3 (US)";320x224@60;H
+opwolfa;"Operation Wolf (World, set 2)";320x240@60;H
+opwolfb;"Operation Bear";320x240@60;H
+opwolfj;"Operation Wolf (Japan)";320x240@60;H
+opwolfjsc;"Operation Wolf (Japan, SC)";320x240@60;H
+opwolfu;"Operation Wolf (US)";320x240@60;H
+orbitron;"Orbitron";256x224@60;V
+orbs;"Orbs (10/7/94 prototype?)";320x240@60;H
+ordyne;"Ordyne - Ordyne - Ordyne (Japan, English Version)";288x224@60;H
+ordynej;"Ordyne (Japan)";288x224@60;H
+orius;"Orius (ver UAA)";384x256@54;H
+orlegend;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V126)";448x224@60;H
+orlegend105k;"Oriental Legend (V105, Korea)";448x224@60;H
+orlegend111c;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V111, China)";448x224@60;H
+orlegend111k;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V111, Korea)";448x224@60;H
+orlegend111t;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V111, Taiwan)";448x224@60;H
+orlegendc;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V112, China)";448x224@60;H
+orlegendca;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V112 alt, Chi";448x224@60;H
+orlegende;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V112)";448x224@60;H
+oscar;"Psycho-Nics Oscar (World revision 0)";256x240@58;H
+oscarj1;"Psycho-Nics Oscar (Japan revision 1)";256x240@58;H
+oscarj2;"Psycho-Nics Oscar (Japan revision 2)";256x240@58;H
+oscaru;"Psycho-Nics Oscar (US)";256x240@58;H
+osman;"Osman (World)";320x240@58;H
+othunder;"Operation Thunderbolt (World, rev 1)";320x240@60;H
+othunderj;"Operation Thunderbolt (Japan)";320x240@60;H
+othunderjsc;"Operation Thunderbolt (Japan, SC)";320x240@60;H
+othundero;"Operation Thunderbolt (World)";320x240@60;H
+othunderu;"Operation Thunderbolt (US, rev 1)";320x240@60;H
+othunderuo;"Operation Thunderbolt (US)";320x240@60;H
+outrun;"Out Run - Out Run (Euro) - Out Run (sitdown/upright, Rev B) - Out Run (World) - OutRun (Euro, USA) - Turbo Out Run (Out Run upgrade, FD1094 317-0118) - Turbo OutRun (Euro, Jpn)";320x224@60;H
+outrunb;"Out Run (bootleg)";320x224@60;H
+outrundx;"Out Run (deluxe sitdown)";320x224@60;H
+outrundxa;"Out Run (deluxe sitdown earlier version)";320x224@60;H
+outrundxeh;"Out Run (deluxe sitdown) (Enhanced Edition v1.0.3)";320x224@60;H
+outrundxj;"Out Run (Japan, deluxe sitdown, FD1089A 317-0019)";320x224@60;H
+outruneh;"Out Run (sitdown/upright, Rev B) (Enhanced Edition v1.";320x224@60;H
+outrunra;"Out Run (sitdown/upright, Rev A)";320x224@60;H
+outzone;"Out Zone";320x240@55.2;V
+outzonea;"Out Zone (set 2)";320x240@55.2;V
+outzoneb;"Out Zone (older set)";320x240@55.2;V
+outzonec;"Out Zone (oldest set)";320x240@55.2;V
+outzoneh;"Out Zone (harder)";320x240@55.2;V
+overtop;"Over Top";304x224@59;H
+ozmawars;"Ozma Wars (set 1)";260x224@60;V
+ozmawars2;"Ozma Wars (set 2)";260x224@60;V
+ozon1;"Ozon I";256x224@60;V
+p47;"P-47 - The Freedom Fighter - P-47 - The Phantom Fighter (World)";256x224@60;H
+p47j;"P-47 - The Freedom Fighter (Japan)";256x224@60;H
+p47je;"P-47 - The Freedom Fighter (Japan, Export)";256x224@60;H
+pacgal;"Pac-Gal";288x224@60;V
+pacheart;"Pac-Man (Hearts)";288x224@60;V
+packbang;"Pack'n Bang Bang (Prototype)";256x225@60;V
+packetman;"Packetman (bootleg)";288x224@60;V
+pacland;"Pac-land - Pac-Land - Pac-Land (World)";288x224@60;H
+paclandj;"Pac-Land (Japan new)";288x224@60;H
+paclandjo;"Pac-Land (Japan old)";288x224@60;H
+paclandjo2;"Pac-Land (Japan older)";288x224@60;H
+paclandm;"Pac-Land (Midway)";288x224@60;H
+pacman;"Jr. Pac-Man (11/9/83) - MS Pacman - Ms. Pac-Man (Euro, Bra) - Ms. Pac-Man (Euro, USA) - Ms. Pac-Man (USA) - Pac-Man (Jpn) - Pac-Man (Midway) - Pac-Man (Prototype) - Pac-Man (USA)";288x224@60;V
+pacmanbl;"Pac-Man (Galaxian hardware, set 1)";256x224@60;V
+pacmanbla;"Pac-Man (Galaxian hardware, set 2)";256x224@60;V
+pacmanf;"Jr. Pac-Man (speedup hack) - Pac-Man (Midway, with speedup hack)";288x224@60;V
+pacmania;"Pac-Mania - Pac-Mania (Euro) - Pac-Mania (Euro) - Pac-Mania (Euro, USA)";288x224@60;V
+pacmaniaj;"Pac-Mania (Japan)";288x224@60;V
+pacmaniao;"Pac-Mania (111187 sound program)";288x224@60;V
+pacmanpe;"Come Come (Petaco SA bootleg of Puck Man)";288x224@60;V
+pacmanso;"Pac-Man (SegaSA / Sonic)";288x224@60;V
+pacmansp;"Puck Man (Spanish, 'Made in Greece' bootleg)";288x224@60;V
+pacmod;"Pac-Man (Midway, harder)";288x224@60;V
+pacnchmp;"Pac-Man & Chomp Chomp";288x224@60;V
+pacnpal;"Pac & Pal";288x224@60;V
+pacnpal2;"Pac & Pal (older)";288x224@60;V
+pacplus;"Pac-Man Plus";288x224@60;V
+pacuman;"Pacu-Man (Spanish bootleg of Puck Man)";288x224@60;V
+paddle2;"Paddle 2 (bootleg on Block hardware)";256x224@60;V
+paddlema;"Paddle Mania";256x224@60;V
+paintrlr;"Paint Roller";288x224@60;V
+pairlove;"Pairs Love";384x240@60;V
+pajaroes;"Pajaro del Espacio (Spanish bootleg of UniWar S)";256x224@60;V
+palamed;"Palamedes (US)";320x224@60;H
+palamedj;"Palamedes (Japan)";320x224@60;H
+pandoras;"Pandora's Palace";256x224@60;V
+pang;"Cross Pang - Mighty! Pang (001010 Euro) - Pang (World) - Pang Pang - Super Pang (World 900914) - Ti Ti! Pang Pang! (Kor) - Zipang";384x240@57;H
+pang3;"Pang! 3 (950601 Euro)";384x224@60;H
+pang3b;"Pang! 3 (bootleg set 1, 950511 Euro)";384x224@60;H
+pang3b2;"Pang! 3 (bootleg set 2, 950511 Euro)";384x224@60;H
+pang3b3;"Pang! 3 (bootleg set 3, 950601 Euro)";384x224@60;H
+pang3j;"Pang! 3: Kaitou Tachi no Karei na Gogo (950511 Japan)";384x224@60;H
+pang3r1;"Pang! 3 (950511 Euro)";384x224@60;H
+pang3r1a;"Pang! 3 (950511 Euro, alt)";384x224@60;H
+pangb;"Pang (bootleg, set 1)";384x240@60;H
+pangb2;"Pang (bootleg, set 4)";384x240@60;H
+pangbold;"Pang (bootleg, set 2)";384x240@60;H
+pangbold2;"Pang (bootleg, set 5)";384x240@60;H
+pangbold3;"Pang (bootleg, set 6)";384x240@60;H
+pangpang;"Pang Pang";320x240@58;H
+pangpoms;"Pang Pom's";360x224@60;H
+pangpomsm;"Pang Pom's (Mitchell)";360x224@60;H
+panicbom;"Panic Bomber";304x224@59;H
+panicstr;"Panic Street (Japan)";320x240@60;H
+paperboy;"Paperboy (Atari System 2)";512x384@60;H
+paprazzi;"Paparazzi";384x224@60;V
+parodius;"Parodius - Tako wa Chikyuu wo Sukuu (Jpn) - Parodius DA! (World, set 1) - Parodius da! - Shinwa Kara Owarai He";288x224@60;H
+parodiusa;"Parodius - Tako wa Chikyuu wo Sukuu (Jpn, Alt) - Parodius DA! (Asia)";288x224@60;H
+parodiuse;"Parodius - Tako Saves Earth (English) - Parodius DA! (World, set 2)";288x224@60;H
+parodiusj;"Parodius DA! (Japan)";288x224@60;H
+pass;"Pass";320x224@60;H
+passsht;"Passing Shot (World, 2 Players, FD1094 317-0080)";320x224@60;V
+passsht16a;"Passing Shot (Japan, 4 Players, System 16A, FD1094 317";320x224@60;V
+passshta;"Passing Shot (World, 4 Players, FD1094 317-0074)";320x224@60;V
+passshtad;"Passing Shot (World, 4 Players, FD1094 317-0074 decryp";320x224@60;V
+passshtd;"Passing Shot (World, 2 Players, FD1094 317-0080 decryp";320x224@60;V
+passshtj;"Passing Shot (Japan, 4 Players, FD1094 317-0070)";320x224@60;V
+passshtjd;"Passing Shot (Japan, 4 Players, FD1094 317-0070 decryp";320x224@60;V
+pbancho;"Gyakuten!! Puzzle Bancho (Japan)";320x240@60;H
+pbillrd;"Perfect Billiard";256x224@60;H
+pbillrdsa;"Perfect Billiard (MC-8123, 317-5008)";256x224@60;H
+pbobbl2n;"Puzzle Bobble 2 / Bust-A-Move Again (Neo-Geo)";304x224@59;H
+pbobble;"Puzzle Bobble (Japan, B-System) - Puzzle Bobble (Jpn)";320x224@60;H
+pbobble2;"Puzzle Bobble 2 (Ver 2.3O 1995/07/31)";320x232@60;H
+pbobble2j;"Puzzle Bobble 2 (Ver 2.2J 1995/07/20)";320x232@60;H
+pbobble2o;"Puzzle Bobble 2 (Ver 2.2O 1995/07/20)";320x232@60;H
+pbobble2u;"Bust-A-Move Again (Ver 2.3A 1995/07/31)";320x232@60;H
+pbobble2x;"Puzzle Bobble 2X (Ver 2.2J 1995/11/11)";320x232@60;H
+pbobble3;"Puzzle Bobble 3 (Ver 2.1O 1996/09/27)";320x232@60;H
+pbobble3j;"Puzzle Bobble 3 (Ver 2.1J 1996/09/27)";320x232@60;H
+pbobble3u;"Puzzle Bobble 3 (Ver 2.1A 1996/09/27)";320x232@60;H
+pbobble4;"Puzzle Bobble 4 (Ver 2.04O 1997/12/19)";320x232@60;H
+pbobble4j;"Puzzle Bobble 4 (Ver 2.04J 1997/12/19)";320x232@60;H
+pbobble4u;"Puzzle Bobble 4 (Ver 2.04A 1997/12/19)";320x232@60;H
+pbobblen;"Puzzle Bobble / Bust-A-Move (Neo-Geo) (NGM-083)";320x224@59;H
+pbobblenb;"Puzzle Bobble / Bust-A-Move (Neo-Geo) (bootleg)";320x224@59;H
+pclubys;"Puzzle Club (Yun Sung, set 1)";320x240@60;H
+pclubysa;"Puzzle Club (Yun Sung, set 2)";320x240@60;H
+pdrift;"Power Drift - Power Drift (World, Rev A)";320x224@60;H
+pdrifta;"Power Drift (World)";320x224@60;H
+pdrifte;"Power Drift (World, Earlier)";320x224@60;H
+pdriftj;"Power Drift (Japan)";320x224@60;H
+peekaboo;"Peek-a-Boo!";256x224@60;H
+peekaboou;"Peek-a-Boo! (North America, ver 1.0)";256x224@60;H
+penbros;"Penguin Brothers (Japan)";320x224@60;H
+pengadvb;"Penguin Adventure (bootleg of MSX version)";272x216@60;H
+pengo;"Pengo (Euro, USA) - Pengo (set 1 rev c) - Pepenga Pengo (Jpn)";288x224@60;V
+pengo2;"Pengo (set 2)";288x224@60;V
+pengo2u;"Pengo (set 2 not encrypted)";288x224@60;V
+pengo3u;"Pengo (set 3 not encrypted)";288x224@60;V
+pengo4;"Pengo (set 4)";288x224@60;V
+pengo5;"Pengo (set 5)";288x224@60;V
+pengob;"Pengo (bootleg)";288x224@60;V
+penta;"Penta";288x224@60;V
+percuss;"The Percussor";256x224@60;V
+perfrman;"Performan (Japan)";256x240@60;V
+perfrmanu;"Performan (US)";256x240@60;V
+pestplce;"Pest Place";256x224@60;H
+pfghtj;"Pocket Fighter (970904 Japan)";384x224@60;H
+pgalvip;"Pocket Gals V.I.P (set 1)";256x224@60;H
+pgalvipa;"Pocket Gals V.I.P (set 2)";256x224@60;H
+pgear;"Powered Gear - strategic variant armor equipment (9410";384x224@60;H
+pgearr1;"Powered Gear - strategic variant armor equipment (9409";384x224@60;H
+pgemeni;"P-GeMeni (060123)";448x224@60;H
+pgmdemo;"Chaos (PGM Demo)";448x224@60;H
+pgmfrog;"Frog Feast (PGM)";448x224@60;H
+pgoal;"Pleasure Goal / Futsal - 5 on 5 Mini Soccer (NGM-219)";304x224@59;H
+phantasm;"Phantasm (Japan)";256x224@60;H
+phelios;"Phelios - Phelios (Euro)";288x224@60;V
+pheliosj;"Phelios (Japan) - Phelios (Jpn)";288x224@60;V
+phoenix;"Phoenix (Amstar)";256x208@60;V
+phoenix2;"Phoenix (Amstar, set 2)";256x208@60;V
+phoenix3;"Phoenix (T.P.N. bootleg)";256x208@60;V
+phoenixa;"Phoenix (Centuri, set 1)";256x208@60;V
+phoenixass;"Phoenix (Assa, Spanish bootleg)";256x208@60;V
+phoenixb;"Phoenix (Centuri, set 2)";256x208@60;V
+phoenixc;"Phoenix (Irecsa / G.G.I Corp, set 1)";256x208@60;V
+phoenixc2;"Phoenix (Irecsa / G.G.I Corp, set 2)";256x208@60;V
+phoenixc3;"Phoenix (Irecsa / G.G.I Corp, set 3)";256x208@60;V
+phoenixc4;"Phoenix (Irecsa / G.G.I Corp, set 4)";256x208@60;V
+phoenixdal;"Phoenix (D&L bootleg)";256x208@60;V
+phoenixj;"Phoenix (Taito Japan)";256x208@60;V
+phoenixs;"Phoenix (Sonic, Spanish bootleg)";256x208@60;V
+phoenixt;"Phoenix (Taito)";256x208@60;V
+phoenxp2;"Phoenix Part 2";256x224@60;V
+photof;"Photo Finish (bootleg?)";256x224@60;H
+photoy2k;"Photo Y2K / Real and Fake (V105)";448x224@60;H
+photoy2k102;"Real and Fake0Photo Y2K (V102, Japan)";448x224@60;H
+photoy2k104;"Photo Y2K / Real and Fake (V104)";448x224@60;H
+phozon;"Phozon (Japan)";288x224@60;V
+phozons;"Phozon (Sidam)";288x224@60;V
+pinbo;"Pinbo (set 1)";256x224@60;V
+pingpong;"Konami's Ping-Pong - Konami's Ping-Pong (Jpn) - Ping Pong (Tw)";256x224@60;H
+pipibibs;"Pipi & Bibis / Whoopee!! (Z80 sound cpu, set 1)";320x240@60;H
+pipibibsa;"Pipi & Bibis / Whoopee!! (Z80 sound cpu, set 2)";320x240@60;H
+pipibibsp;"Pipi & Bibis / Whoopee!! (prototype)";320x240@60;H
+piranha;"Piranha";288x224@60;V
+piranhah;"Piranha (hack)";288x224@60;V
+piranhao;"Piranha (older)";288x224@60;V
+pirates;"Pirates (set 1) - Pirates! Gold (USA)";288x224@60;H
+piratesb;"Pirates (set 2)";288x224@60;H
+pisces;"Pisces";256x224@60;V
+piscesb;"Pisces (bootleg)";256x224@60;V
+pistoldm;"Pistol Daimyo no Bouken (Japan)";288x224@60;H
+pitfall2;"Pitfall II (315-5093) - Pitfall II - Lost Caverns (Jpn) - Pitfall II - The Lost Caverns (Jpn, v1) - Pitfall II: Lost Caverns";256x224@60;H
+pitfall2a;"Pitfall II (315-5093, Flicky Conversion) - Pitfall II - Lost Caverns (Jpn, Alt) - Pitfall II - The Lost Caverns (Jpn, v0)";256x224@60;H
+pitfall2u;"Pitfall II (not encrypted)";256x224@60;H
+pkladies;"Poker Ladies";384x240@60;H
+pkladiesl;"Poker Ladies (Leprechaun ver. 510)";384x240@60;H
+pkladiesla;"Poker Ladies (Leprechaun ver. 401)";384x240@60;H
+pktgaldx;"Pocket Gal Deluxe (Euro v3.00)";320x240@58;H
+pktgaldxj;"Pocket Gal Deluxe (Japan v3.00)";320x240@58;H
+pkunwar;"Penguin-Kun Wars (US)";256x192@60;H
+pkunwarj;"Penguin-Kun Wars (Japan)";256x192@60;H
+plegends;"Gouketsuji Gaiden Legends (USA, ver. 95/06/20)";320x240@58;H
+plegendsj;"Gouketsuji Gaiden Saikyou Densetsu (Japan, ver. 95/06/";320x240@58;H
+pleiadbl;"Pleiads (bootleg set 1)";256x208@60;V
+pleiadce;"Pleiads (Centuri)";256x208@60;V
+pleiads;"Pleiads (Tehkan)";256x208@60;V
+pleiadsb2;"Pleiads (bootleg set 2)";256x208@60;V
+pleiadsi;"Pleiads (Irecsa)";256x208@60;V
+pleiadsn;"Pleiads (Niemer S.A.)";256x208@60;V
+pleiadss;"Pleiads (Spanish bootleg)";256x208@60;V
+plgirls;"Play Girls";320x224@60;V
+plgirls2;"Play Girls 2";320x224@60;V
+plgirls2b;"Play Girls 2 (bootleg)";320x224@60;V
+plotting;"Plotting (World set 1)";320x224@60;H
+plottinga;"Plotting (World set 2, protected)";320x224@60;H
+plottingb;"Plotting (World set 3, earliest version)";320x224@60;H
+plottingu;"Plotting (US)";320x224@60;H
+plumppop;"Plump Pop (Japan)";256x224@60;H
+plusalph;"Plus Alpha";256x224@60;V
+pnickj;"Pnickies (940608 Japan)";384x224@60;H
+pnyaa;"Pochi and Nyaa";304x224@59;H
+poitto;"Poitto!";360x224@60;H
+poknight;"Poker Night";304x224@59;H
+pokonyan;"Pokonyan (Japan 940322)";384x224@60;H
+pollux;"Pollux (set 1)";384x240@60;V
+polluxa;"Pollux (set 2)";384x240@60;V
+polluxa2;"Pollux (set 3)";384x240@60;V
+polluxn;"Pollux (Japan, NTC license)";384x240@60;V
+pompingw;"Pomping World (Japan)";384x240@57;H
+ponpoko;"Ponpoko";288x224@60;H
+ponpokov;"Ponpoko (Venture Line)";288x224@60;H
+pootan;"Pootan";256x224@60;V
+pooyan;"Pooyan - Pooyan (Jpn) - Pooyan (Kor)";256x224@60;V
+pooyans;"Pooyan (Stern)";256x224@60;V
+popbingo;"Pop Bingo";384x240@60;H
+popbounc;"Pop 'n Bounce / Gapporin";304x224@59;H
+popeye;"Popeye - Popeye (revision D) - Popeye no Beach Volleyball (Jpn)";288x224@60;H
+popeyeman;"Popeye-Man";288x224@60;V
+popflame;"Pop Flamer (Euro, Jpn) - Pop Flamer (protected)";288x224@60;V
+popflamea;"Pop Flamer (not protected)";288x224@60;V
+popflameb;"Pop Flamer (hack?)";288x224@60;V
+popflamen;"Pop Flamer (bootleg on Naughty Boy PCB)";288x224@60;V
+popnpop;"Pop'n Pop (Ver 2.07O 1998/02/09)";320x232@60;H
+popnpopj;"Pop'n Pop (Ver 2.07J 1998/02/09)";320x232@60;H
+popnpopu;"Pop'n Pop (Ver 2.07A 1998/02/09)";320x232@60;H
+popspops;"Pop's Pop's";256x224@56;H
+porky;"Porky";256x224@60;V
+porter;"Port Man (bootleg on Moon Cresta hardware)";256x224@60;V
+pow;"P.O.W. - Prisoners of War (US version 1) - Rings of Power (Euro, USA)";256x224@60;H
+powerins;"Power Instinct (USA)";320x224@56;H
+powerinsa;"Power Instinct (USA, bootleg set 1)";320x224@60;H
+powerinsb;"Power Instinct (USA, bootleg set 2)";320x224@60;H
+powerinsj;"Gouketsuji Ichizoku (Japan)";320x224@56;H
+powj;"Datsugoku - Prisoners of War (Japan)";256x224@60;H
+ppan;"Peter Pan (bootleg of Hook)";320x240@60;H
+ppchamp;"Pasha Pasha Champ Mini Game Festival";320x240@60;H
+pprobe;"Planet Probe (prototype?)";256x224@60;V
+prehisle;"Prehistoric Isle in 1930 (World)";256x224@60;H
+prehisleb;"Prehistoric Isle in 1930 (World, bootleg)";256x224@60;H
+prehislek;"Prehistoric Isle in 1930 (Korea)";256x224@60;H
+prehisleu;"Prehistoric Isle in 1930 (US)";256x224@60;H
+preisle2;"Prehistoric Isle 2";304x224@59;H
+primella;"Primella";384x256@60;H
+prmtmfgt;"Prime Time Fighter (Ver 2.1A 1993/05/21) (New Version)";320x232@60;H
+prmtmfgto;"Prime Time Fighter (Ver 2.1A 1993/05/21) (Old Version)";320x232@60;H
+progear;"Progear (010117 USA)";384x224@60;H
+progeara;"Progear (010117 Asia)";384x224@60;H
+progearj;"Progear No Arashi (010117 Japan)";384x224@60;H
+progearjbl;"Progear No Arashi (010117 Japan, decrypted set)";384x224@60;H
+progearjd;"Progear No Arashi (010117 Japan Phoenix Edition)";384x224@60;H
+progearud;"Progear(010117 USA Phoenix Edition)";384x224@60;H
+progress;"Progress";256x224@60;V
+prtytime;"Party Time: Gonta the Diver II / Ganbare! Gonta!! 2 (W";320x240@58;V
+psoldier;"Perfect Soldiers (Japan)";320x240@60;H
+pspikes;"Power Spikes (World)";356x240@60;H
+pspikes2;"Power Spikes II (NGM-068)";320x224@59;H
+pspikesk;"Power Spikes (Korea)";356x240@60;H
+pspikesu;"Power Spikes (US)";356x240@60;H
+psurge;"Power Surge";256x224@60;V
+psychic5;"Psychic 5 (World)";256x224@54;V
+psychic5j;"Psychic 5 (Japan)";256x224@54;V
+psychos;"Psycho Soldier (US) - Psychosis";400x224@60;H
+psychosj;"Psycho Soldier (Japan)";400x224@60;H
+pturn;"Parallel Turn";256x224@60;V
+puchicar;"Puchi Carat (Ver 2.02O 1997/10/29)";320x232@60;H
+puchicarj;"Puchi Carat (Ver 2.02J 1997/10/29)";320x232@60;H
+puckman;"Puck Man (Japan set 1)";288x224@60;V
+puckmanb;"Puck Man (Bootleg set 1)";288x224@60;V
+puckmanf;"PuckMan (speedup hack)";288x224@60;V
+puckmanh;"Puck Man (bootleg set 2)";288x224@60;V
+puckmod;"Puck Man (Japan set 2)";288x224@60;V
+pulirula;"PuLiRuLa (World)";320x224@60;H
+pulirulaj;"PuLiRuLa (Japan)";320x224@60;H
+pulstar;"Pulstar";320x224@59;H
+punchita;"Punch-Out!! (Italian bootleg)";448x256@60;V
+punchout;"Punch-Out!! (Rev B)";448x256@60;V
+punchouta;"Punch-Out!! (Rev A)";448x256@60;V
+punchoutj;"Punch-Out!! (Japan)";448x256@60;V
+punipic;"The Punisher (bootleg set 1 (with PIC16c57), 930422 et";384x224@60;H
+punipic2;"The Punisher (bootleg set 2 (with PIC16c57), 930422 et";384x224@60;H
+punipic3;"The Punisher (bootleg set 3 (with PIC16c57), 930422 et";384x224@60;H
+punisher;"The Punisher (930422 etc) - The Punisher (Euro)";384x224@60;H
+punisherb;"The Punisher (bootleg, 930422 etc)";384x224@60;H
+punisherbz;"Biaofeng Zhanjing (Chinese bootleg)";384x224@60;H
+punisherh;"The Punisher (930422 Hispanic)";384x224@60;H
+punisherj;"The Punisher (930422 Japan)";384x224@60;H
+punisheru;"The Punisher (930422 USA) - The Punisher (USA)";384x224@60;H
+punkshot;"Punk Shot (US 4 Players)";288x224@60;H
+punkshot2;"Punk Shot (US 2 Players)";288x224@60;H
+punkshotj;"Punk Shot (Japan 2 Players)";288x224@60;H
+pururun;"Pururun";320x224@60;H
+pushman;"Pushman (Korea, set 1)";256x224@60;H
+pushmana;"Pushman (Korea, set 2)";256x224@60;H
+pushmans;"Pushman (American Sammy license)";256x224@60;H
+puzlclub;"Puzzle Club (Japan prototype)";288x224@60;V
+puzlstar;"Puzzle Star (V100MG)";448x224@60;H
+puzzldpr;"Puzzle De Pon! R!";304x224@59;H
+puzzledp;"Puzzle De Pon!";304x224@59;H
+puzzli;"Puzzli";320x224@60;H
+puzzli2;"Puzzli 2 (V100)";448x224@60;H
+puzzli2s;"Puzzli 2 Super (V200)";448x224@60;H
+puzzloop;"Puzz Loop (Europe, v0.94)";320x240@60;H
+puzzloopa;"Puzz Loop (Asia)";320x240@60;H
+puzzloope;"Puzz Loop (Europe, v0.93)";320x240@60;H
+puzzloopj;"Puzz Loop (Japan)";320x240@60;H
+puzzloopk;"Puzz Loop (Korea)";320x240@60;H
+puzzloopu;"Puzz Loop (USA)";320x240@60;H
+puzzlove;"PuzzLove";320x240@60;H
+puzzlovek;"PuzzLove (Korea)";320x240@60;H
+puzznic;"Puzznic - Puzznic (World)";320x224@60;H
+puzznicb;"Puzznic (bootleg, set 1)";320x224@60;H
+puzznicba;"Puzznic (bootleg, set 2)";320x224@60;H
+puzznici;"Puzznic (Italian bootleg)";320x224@60;H
+puzznicj;"Puzznic (Japan)";320x224@60;H
+puzznicu;"Puzznic (US)";320x224@60;H
+pwheelsj;"Power Wheels (Japan)";320x240@60;H
+pwrgoal;"Taito Power Goal (Ver 2.5O 1994/11/03)";320x224@60;H
+pwrinst2;"Power Instinct 2 (USA, ver. 94/04/08)";320x240@58;H
+pwrinst2j;"Gouketsuji Ichizoku 2 (Japan, ver. 94/04/08)";320x240@58;H
+pyros;"Pyros (US)";320x240@60;H
+pzlbowl;"Puzzle De Bowling (Japan)";384x240@60;H
+pzlbreak;"Puzzle Break";256x224@58;H
+pzloop2;"Puzz Loop 2 (010302 Euro)";384x224@60;H
+pzloop2j;"Puzz Loop 2 (010226 Japan)";384x224@60;H
+pzloop2jr1;"Puzz Loop 2 (010205 Japan)";384x224@60;H
+qad;"Quiz & Dragons (capcom quiz game 920701 USA)";384x224@60;H
+qadjr;"Quiz & Dragons (940921 Japan Resale Ver.)";384x224@60;H
+qbert;"Faster, Harder, More Challenging Q*bert (prototype) - Mello Yello Q*bert - Q*bert - Q*bert (Jpn) - Q*bert (Jpn, OMV) - Q*bert (US set 1)";256x240@60;V
+qberta;"Q*bert (Alt) - Q*bert (Jpn, Alt) - Q*bert (US set 2)";256x240@60;V
+qbertj;"Q*bert (Japan)";256x240@60;V
+qbertqub;"Q*bert Qubes - Q*bert's Qubes";256x240@60;V
+qcrayon;"Quiz Crayon Shinchan (Japan)";320x224@60;H
+qcrayon2;"Crayon Shinchan Orato Asobo (Japan)";320x224@60;H
+qgakumon;"Quiz Gakumon no Susume (Japan ver. JA2 Type L)";304x224@60;H
+qjinsei;"Quiz Jinsei Gekijoh (Japan)";320x224@60;H
+qndream;"Quiz Nanairo Dreams - nijiirochou no kiseki (nanairo d";384x224@60;H
+qsangoku;"Quiz Sangokushi (Japan)";384x240@60;H
+qtheater;"Quiz Theater - 3tsu no Monogatari (Ver 2.3J 1994/11/10";320x224@60;H
+qtono1;"Quiz Tonosama no Yabou (Japan)";384x240@60;H
+qtono2j;"Quiz Tonosama no Yabou 2 Zenkoku-ban (tonosama 2 95012";384x224@60;H
+qtorimon;"Quiz Torimonochou (Japan)";320x224@60;H
+quartet;"Quartet (Euro, USA) - Quartet (Rev A, 8751 317-unknown)";320x224@60;H
+quartet2;"Quartet 2 (8751 317-0010)";320x224@60;H
+quartet2a;"Quartet 2 (unprotected)";320x224@60;H
+quarteta;"Quartet (8751 315-5194)";320x224@60;H
+quarth;"Quarth (Japan)";288x224@60;H
+quester;"Quester (Japan)";288x224@60;V
+questers;"Quester Special Edition (Japan)";288x224@60;V
+quiz18k;"Miyasu Nonki no Quiz 18-Kin";320x224@60;H
+quizdai2;"Quiz Meitantei Neo & Geo - Quiz Daisousa Sen part 2 (N";320x224@59;H
+quizdais;"Quiz Daisousa Sen - The Last Count Down (NGM-023)(NGH-";304x224@59;H
+quizdaisk;"Quiz Daisousa Sen - The Last Count Down (Korean releas";304x224@59;H
+quizf1;"Quiz F1 1-2 Finish (Japan)";384x240@60;H
+quizhq;"Quiz H.Q. (Japan)";320x224@60;H
+quizhuhu;"Moriguchi Hiroko no Quiz de Hyuu!Hyuu! (Ver 2.2J 1995/";320x232@60;H
+quizkof;"Quiz King of Fighters (SAM-080)(SAH-080)";304x224@59;H
+quizkofk;"Quiz King of Fighters (Korean release)";304x224@59;H
+quizo;"Quiz Olympic (set 1)";320x200@60;H
+quizoa;"Quiz Olympic (set 2)";320x200@60;H
+qzchikyu;"Quiz Chikyu Bouei Gun (Japan)";320x224@60;H
+qzkklgy2;"Quiz Kokology 2";384x240@60;H
+qzkklogy;"Quiz Kokology";384x240@60;H
+qzquest;"Quiz Quest - Hime to Yuusha no Monogatari (Japan)";320x224@60;H
+qzshowby;"Quiz Sekai wa SHOW by shobai (Japan)";320x224@60;H
+r2dx_v33;"Raiden II New / Raiden DX (newer V33 PCB) (Raiden DX E";320x240@55;V
+r2dx_v33_r2;"Raiden II New / Raiden DX (newer V33 PCB) (Raiden II E";320x240@55;V
+rabiolep;"Rabio Lepus (Japan) - Rabio Lepus Special";288x216@60;H
+rachero;"Racing Hero (FD1094 317-0144)";320x224@60;H
+racherod;"Racing Hero (FD1094 317-0144 decrypted)";320x224@60;H
+racingb;"Racing Beat (World)";320x240@60;H
+racingbj;"Racing Beat (Japan)";320x240@60;H
+rackemup;"Rack 'em Up (program code L)";256x224@60;V
+racknrol;"Rack + Roll";256x224@60;H
+radarscp;"Radar Scope";256x224@60;V
+radarscp1;"Radar Scope (TRS01)";256x224@60;V
+radrad;"Radical Radial (US)";256x224@60;H
+radradj;"Radical Radial (Japan)";256x224@60;H
+raflesia;"Rafflesia (315-5162)";256x224@60;V
+ragnagrd;"Ragnagard / Shin-Oh-Ken";320x224@59;H
+ragtime;"The Great Ragtime Show (Japan v1.5, 92.12.07)";320x240@58;H
+ragtimea;"The Great Ragtime Show (Japan v1.3, 92.11.26)";320x240@58;H
+raiden;"Raiden";256x224@59;V
+raiden2;"Raiden II (US, set 1)";320x240@55.4;V
+raiden2dx;"Raiden II (harder, Raiden DX Hardware)";320x240@55.4;V
+raiden2e;"Raiden II (Easy Version, Korea?)";320x240@55.4;V
+raiden2ea;"Raiden II (Easy Version, Japan?)";320x240@55.4;V
+raiden2eg;"Raiden II (Easy Version, Germany)";320x240@55.4;V
+raiden2eu;"Raiden II (Easy Version, US set 2)";320x240@55.4;V
+raiden2eua;"Raiden II (Easy Version, US set 1)";320x240@55.4;V
+raiden2f;"Raiden II (France)";320x240@55.4;V
+raiden2g;"Raiden II (Germany)";320x240@55.4;V
+raiden2hk;"Raiden II (Hong Kong)";320x240@55.4;V
+raiden2i;"Raiden II (Italy)";320x240@55.4;V
+raiden2j;"Raiden II (Japan)";320x240@55.4;V
+raiden2nl;"Raiden II (Holland)";320x240@55.4;V
+raiden2sw;"Raiden II (Switzerland)";320x240@55.4;V
+raiden2u;"Raiden II (US, set 2)";320x240@55.4;V
+raidena;"Raiden (set 2)";256x224@60;V
+raidenb;"Raiden (set 3, Alternate hardware)";256x224@60;V
+raidendx;"Raiden DX (UK)";320x240@55.4;V
+raidendxa1;"Raiden DX (Hong Kong, set 1)";320x240@55.4;V
+raidendxa2;"Raiden DX (Hong Kong, set 2)";320x240@55.4;V
+raidendxch;"Raiden DX (China)";320x240@55.4;V
+raidendxg;"Raiden DX (Germany)";320x240@55.4;V
+raidendxj;"Raiden DX (Japan)";320x240@55.4;V
+raidendxk;"Raiden DX (Korea)";320x240@55.4;V
+raidendxnl;"Raiden DX (Holland)";320x240@55.4;V
+raidendxu;"Raiden DX (US)";320x240@55.4;V
+raidenk;"Raiden (Korea)";256x224@60;V
+raidenkb;"Raiden (Korea, bootleg)";256x224@60;V
+raident;"Raiden (Taiwan)";256x224@60;V
+raidenu;"Raiden (US, set 1)";256x224@60;V
+raidenua;"Raiden (US, set 2, SEI8904 + SEI9008 PCBs)";256x224@60;V
+raiders5;"Raiders5";256x192@60;H
+raiders5t;"Raiders5 (Japan)";256x192@60;H
+raiga;"Raiga - Strato Fighter (Japan)";256x224@60;H
+raimais;"Raimais (World)";320x224@60;H
+raimaisj;"Raimais (Japan)";320x224@60;H
+raimaisjo;"Raimais (Japan, first revision)";320x224@60;H
+rallybik;"Rally Bike / Dash Yarou";320x240@55.2;V
+rallyx;"New Rally X - Rally X (32k Ver.?) - Rally-X (Jpn) - Rally-X (Tw)";288x224@60;H
+rallyxa;"Rally X - Rally-X (Jpn, Alt)";288x224@60;H
+rallyxm;"Rally X (Midway)";288x224@60;H
+rallyxmr;"Rally X (Model Racing)";288x224@60;H
+rambo3;"Rambo III (Euro) - Rambo III (Euro, USA, Bra) - Rambo III (Europe) - Rambo III (World, v1.1)";320x224@60;H
+rambo3p;"Rambo III (Europe, Proti?)";320x224@60;H
+rambo3u;"Rambo III (US)";320x224@60;H
+raphero;"Rapid Hero";384x224@56;V
+rastan;"Rastan (Euro, USA, Bra) - Rastan (World Rev 1) - Rastan Saga (Jpn, SMS Mode)";320x240@60;H
+rastana;"Rastan (World)";320x240@60;H
+rastanb;"Rastan (World, Earlier code base)";320x240@60;H
+rastanu;"Rastan (US Rev 1)";320x240@60;H
+rastanua;"Rastan (US)";320x240@60;H
+rastanub;"Rastan (US, Earlier code base)";320x240@60;H
+rastsag2;"Rastan Saga 2 (Japan)";320x224@60;H
+rastsaga;"Rastan Saga (Japan Rev 1)";320x240@60;H
+rastsagaa;"Rastan Saga (Japan Rev 1, Earlier code base)";320x240@60;H
+rastsagab;"Rastan Saga (Japan, Earlier code base)";320x240@60;H
+rayforce;"Ray Force (Ver 2.3A 1994/01/20)";320x224@60;V
+rayforcej;"Ray Force (Ver 2.3J 1994/01/20)";320x224@60;V
+rbff1;"Real Bout Fatal Fury / Real Bout Garou Densetsu (NGM-0";320x224@59;H
+rbff1a;"Real Bout Fatal Fury / Real Bout Garou Densetsu (bug f";320x224@59;H
+rbff1k;"Real Bout Fatal Fury / Real Bout Garou Densetsu (Korea";320x224@59;H
+rbff2;"Real Bout Fatal Fury 2 - The Newcomers / Real Bout Gar";320x224@59;H
+rbff2h;"Real Bout Fatal Fury 2 - The Newcomers / Real Bout Gar";320x224@59;H
+rbff2k;"Real Bout Fatal Fury 2 - The Newcomers (Korean release";320x224@59;H
+rbffspec;"Real Bout Fatal Fury Special / Real Bout Garou Densets";320x224@59;H
+rbffspeck;"Real Bout Fatal Fury Special / Real Bout Garou Densets";320x224@59;H
+rbisland;"Rainbow Islands (new version) - Rainbow Islands - The Story of Bubble Bobble 2 (Euro) - Rainbow Islands Extra (Jpn)";320x224@60;H
+rbislande;"Rainbow Islands (Extra)";320x224@60;H
+rbislando;"Rainbow Islands (old version)";320x224@60;H
+rchase;"Rail Chase (World)";320x224@60;H
+rchasej;"Rail Chase (Japan)";320x224@60;H
+rdaction;"Rad Action / NinjaKun Ashura no Shou";256x192@60;H
+reaktor;"Reaktor (Track & Field conversion)";256x224@60;V
+recalh;"Recalhorn (Ver 1.42J 1994/5/11) (Prototype)";320x232@60;H
+recordbr;"Recordbreaker (World)";320x240@60;H
+redearth;"Red Earth / War-Zard (Euro 961121)";384x224@60;H
+redearthr1;"Red Earth / War-Zard (Euro 961023)";384x224@60;H
+redfoxwp2;"Red Fox War Planes II (China, set 1)";256x224@56;V
+redfoxwp2a;"Red Fox War Planes II (China, set 2)";256x224@56;V
+redhawk;"Red Hawk (US)";256x224@56;V
+redhawkb;"Vince (Redhawk bootleg)";256x224@56;H
+redhawke;"Red Hawk (Excellent Co., Ltd)";256x224@56;V
+redhawkg;"Red Hawk (Greece)";256x224@56;H
+redhawki;"Red Hawk (Italy)";256x224@56;H
+redhawkk;"Red Hawk (Korea)";256x224@56;V
+redrobin;"Red Robin";256x224@60;V
+redufo;"Defend the Terra Attack on the Red UFO";256x224@60;V
+redufob;"Defend the Terra Attack on the Red UFO (bootleg)";256x224@60;V
+regulus;"Regulus (315-5033, rev. A)";240x224@60;V
+reguluso;"Regulus (315-5033)";240x224@60;V
+regulusu;"Regulus (not encrypted)";240x224@60;V
+renegade;"Renegade (Euro, Bra) - Renegade (US)";240x240@60;H
+repulse;"Repulse";288x224@60;V
+rescue;"Rescue - Space Rescue (Euro)";256x224@60;V
+retofinv;"Return of the Invaders";288x224@60;V
+retofinv1;"Return of the Invaders (bootleg set 1)";288x224@60;V
+retofinv2;"Return of the Invaders (bootleg set 2)";288x224@60;V
+revngr84;"Revenger '84 (set 1)";272x236@60;V
+rezon;"Rezon";384x240@60;H
+rezont;"Rezon (Taito)";384x240@60;H
+rf2;"Konami RF2 - Red Fighter";256x224@60;H
+ridhero;"Riding Hero (NGM-006)(NGH-006)";304x224@59;H
+ridheroh;"Riding Hero (set 2)";304x224@59;H
+ridingf;"Riding Fight (Ver 1.0O)";320x224@60;H
+ridingfj;"Riding Fight (Ver 1.0J)";320x224@60;H
+ridingfu;"Riding Fight (Ver 1.0A)";320x224@60;H
+ringdest;"Ring of Destruction - slammasters II (940902 Euro)";384x224@60;H
+ringdesta;"Ring of Destruction - slammasters II (940831 Asia)";384x224@60;H
+ringdesth;"Ring of Destruction - slammasters II (940902 Hispanic)";384x224@60;H
+ringdstd;"Ring of Destruction - slammasters II (940902 Euro Phoe";384x224@60;H
+ringfgt;"Ring Fighter (set 1)";256x224@60;V
+ringfgt2;"Ring Fighter (set 2)";256x224@60;V
+ringohja;"Ring no Ohja (Japan 2 Players ver. N)";288x224@60;H
+ringrage;"Ring Rage (Ver 2.3O 1992/08/09)";320x224@60;H
+ringragej;"Ring Rage (Ver 2.3J 1992/08/09)";320x224@60;H
+ringrageu;"Ring Rage (Ver 2.3A 1992/08/09)";320x224@60;H
+riot;"Riot";256x224@60;H
+riotcity;"Riot City (Japan)";320x224@60;H
+riskchal;"Risky Challenge";320x240@60;H
+rittam;"R&T (Rod-Land prototype?)";256x224@60;H
+rmancp2j;"Rockman: The Power Battle (950922 Japan)";384x224@60;H
+roadf;"Road Fighter (set 1)";256x224@60;V
+roadf2;"Road Fighter (set 2)";256x224@60;V
+roadf3;"Road Fighter (set 3, conversion hack on Hyper Sports P";256x224@60;V
+roboarma;"Robo Army (set 2)";304x224@59;H
+roboarmy;"Robo Army (set 1)";304x224@59;H
+robocop;"Gangcheol RoboCop (Kor) - RoboCop - Robocop (Euro) - Robocop (World revision 4)";256x240@57;H
+robocop2;"Robocop 2 (Euro/Asia v0.10)";320x240@58;H
+robocop2j;"Robocop 2 (Japan v0.11)";320x240@58;H
+robocop2u;"Robocop 2 (US v0.10)";320x240@58;H
+robocop2ua;"Robocop 2 (US v0.05)";320x240@58;H
+robocopb;"Robocop (World bootleg)";256x240@57;H
+robocopb2;"Robocop (Red Corporation World bootleg)";256x240@57;H
+robocopi;"Robocop (Intro demo)";304x224@59;H
+robocopj;"Robocop (Japan)";256x240@57;H
+robocopu;"Robocop (US revision 1)";256x240@57;H
+robocopu0;"Robocop (US revision 0)";256x240@57;H
+robocopw;"Robocop (World revision 3)";256x240@57;H
+robokid;"Atomic Robo-kid (World, Type-2)";256x192@60;H
+robokidj;"Atomic Robo-kid (Japan, Type-2, set 1)";256x192@60;H
+robokidj2;"Atomic Robo-kid (Japan, Type-2, set 2)";256x192@60;H
+robokidj3;"Atomic Robo-kid (Japan)";256x192@60;H
+robowres;"Robo Wres 2001";256x224@60;H
+robotron;"Robotro 2084";292x240@60;H
+rockclim;"Rock Climber";256x224@60;H
+rockduck;"Rock Duck (prototype?)";240x240@57;V
+rockman2j;"Rockman 2 - the power fighters (960708 Japan)";384x224@60;H
+rockmanj;"Rockman - the power battle (950922 Japan)";384x224@60;H
+rockn;"Rock'n Tread (Japan)";320x224@60;V
+rockn2;"Rock'n Tread 2 (Japan)";320x224@60;V
+rockn3;"Rock'n 3 (Japan)";320x224@60;V
+rockn4;"Rock'n 4 (Japan, prototype)";320x224@60;V
+rockna;"Rock'n Tread (Japan, alternate)";320x224@60;V
+rockrage;"Rock'n Rage (World)";256x224@60;H
+rockragea;"Rock'n Rage (prototype?)";256x224@60;H
+rockragej;"Koi no Hotrock (Japan)";256x224@60;H
+rocktris;"Rock Tris";384x240@60;H
+rocktrv2;"MTV Rock-N-Roll Trivia (Part 2)";288x224@60;V
+rocnrope;"Roc 'n Rope - Roc'n Rope";256x224@60;V
+rocnropek;"Roc'n Rope (Kosuka)";256x224@60;V
+rodland;"Rod-Land (World)";256x224@60;H
+rodlandj;"Rod-Land (Japan)";256x224@60;H
+rodlandjb;"Rod-Land (Japan bootleg)";256x224@60;H
+rohga;"Rohga Armor Force (Asia/Europe v5.0)";320x240@58;H
+rohga1;"Rohga Armor Force (Asia/Europe v3.0 Set 1)";320x240@58;H
+rohga2;"Rohga Armor Force (Asia/Europe v3.0 Set 2)";320x240@58;H
+rohgah;"Rohga Armor Force (Hong Kong v3.0)";320x240@58;H
+rohgau;"Rohga Armor Force (US v1.0)";320x240@58;H
+roishtar;"The Return of Ishtar";288x224@60;H
+rolcrush;"Rolling Crush (version 1.07.E - 1999/02/11, Trust lice";304x224@58;H
+rolcrusha;"Rolling Crush (version 1.03.E - 1999/01/29)";304x224@58;H
+rollace;"Roller Aces (set 1)";240x224@60;V
+rollace2;"Roller Aces (set 2)";240x224@60;V
+rollerg;"Rollergames (US)";288x224@60;H
+rollergj;"Rollergames (Japan)";288x224@60;H
+rompers;"Rompers (Japan, new version (Rev B))";288x224@60;V
+romperso;"Rompers (Japan, old version)";288x224@60;V
+ropeman;"Ropeman (bootleg of Roc'n Rope)";256x224@60;V
+rotd;"Rage of the Dragons (NGM-264?)";320x224@59;H
+rotdh;"Rage of the Dragons (NGH-2640)";320x224@59;H
+route16;"Route 16 (set 1)";256x256@60;V
+route16a;"Route 16 (set 2)";256x256@60;V
+route16bl;"Route 16 (bootleg)";256x256@60;V
+route16c;"Route 16 (set 3, bootleg?)";256x256@60;V
+routex;"Route X (bootleg)";256x256@60;V
+rpatrol;"River Patrol (Orca)";256x224@60;H
+rpatrolb;"River Patrol (bootleg)";256x224@60;H
+rpunch;"Rabbit Punch (US)";288x216@60;H
+rshark;"R-Shark";384x240@60;V
+rthun2;"Rolling Thunder 2 - Rolling Thunder 2 (Euro)";288x224@60;H
+rthun2j;"Rolling Thunder 2 (Japan) - Rolling Thunder 2 (Jpn)";288x224@60;H
+rthunder;"Rolling Thunder (rev 3)";288x224@60;H
+rthunder0;"Rolling Thunder (oldest)";288x224@60;H
+rthunder1;"Rolling Thunder (rev 1)";288x224@60;H
+rthunder2;"Rolling Thunder (rev 2)";288x224@60;H
+rthundera;"Rolling Thunder (rev 3, hack)";288x224@60;H
+rtype;"R-Type - R-Type (Jpn) - R-Type (World) - R-Type (World)";384x256@55;H
+rtype2;"R-Type II";384x256@55;H
+rtype2j;"R-Type II (Japan)";384x256@55;H
+rtype2jc;"R-Type II (Japan, revision C)";384x256@55;H
+rtypeb;"R-Type (World bootleg)";384x256@55;H
+rtypej;"R-Type (Japan)";384x256@55;H
+rtypejp;"R-Type (Japan prototype)";384x256@55;H
+rtypeleo;"R-Type Leo (World)";320x240@60;H
+rtypeleoj;"R-Type Leo (Japan)";320x240@60;H
+rtypeu;"R-Type (US)";384x256@55;H
+rugrats;"Rug Rats";288x224@60;V
+rumba;"Rumba Lumber";256x224@60;V
+runark;"Runark (Japan) - Runark (Jpn, Kor)";320x224@60;H
+rundeep;"Run Deep";256x248@60;V
+rushatck;"Rush'n Attack (US)";240x224@60;H
+rushcrsh;"Rush & Crash (Japan)";352x240@60;V
+rygar;"Rygar (US set 1)";256x224@60;H
+rygar2;"Rygar (US set 2)";256x224@60;H
+rygar3;"Rygar (US set 3 Old Version)";256x224@60;H
+rygarb;"Rygar (US, bootleg)";256x224@60;H
+rygarj;"Argus no Senshi (Japan)";256x224@60;H
+ryorioh;"Gourmet Battle Quiz Ryohrioh CooKing (Japan)";336x240@60;H
+ryouran;"VS Mahjong Otome Ryouran";320x240@60;H
+ryujin;"Ryu Jin (Japan)";320x224@60;V
+ryukendn;"Ninja Ryukenden (Japan, set 1)";256x224@60;H
+ryukendna;"Ninja Ryukenden (Japan, set 2)";256x224@60;H
+ryukyu;"RyuKyu (Japan, FD1094 317-5023) - Ryuukyuu - Ryuukyuu (Jpn)";320x224@60;H
+ryukyud;"RyuKyu (Japan, FD1094 317-5023 decrypted)";320x224@60;H
+s1945;"Strikers 1945";320x224@59;V
+s1945a;"Strikers 1945 (Alt)";320x224@59;V
+s1945ii;"Strikers 1945 II";320x224@60;V
+s1945iii;"Strikers 1945 III (World) / Strikers 1999 (Japan)";320x224@60;V
+s1945j;"Strikers 1945 (Japan)";320x224@59;V
+s1945jn;"Strikers 1945 (Japan, unprotected)";320x224@59;V
+s1945k;"Strikers 1945 (Korea)";320x224@59;V
+s1945p;"Strikers 1945 Plus";320x224@59;H
+sabotenb;"Saboten Bombers (set 1)";384x224@56;H
+sabotenba;"Saboten Bombers (set 2)";384x224@56;H
+sadari;"Sadari";384x256@60;H
+safarir;"Safari Rally (World)";256x208@60;V
+safarirj;"Safari Rally (Japan)";256x208@60;V
+sailormn;"Bishoujo Senshi Sailor Moon (Jpn) - Pretty Soldier Sailor Moon (ver. 95/03/22B, Europe)";320x240@58;H
+sailormnh;"Pretty Soldier Sailor Moon (ver. 95/03/22B, Hong Kong)";320x240@58;H
+sailormnj;"Pretty Soldier Sailor Moon (ver. 95/03/22B, Japan)";320x240@58;H
+sailormnk;"Pretty Soldier Sailor Moon (ver. 95/03/22B, Korea)";320x240@58;H
+sailormno;"Pretty Soldier Sailor Moon (ver. 95/03/22, Europe)";320x240@58;H
+sailormnoh;"Pretty Soldier Sailor Moon (ver. 95/03/22, Hong Kong)";320x240@58;H
+sailormnoj;"Pretty Soldier Sailor Moon (ver. 95/03/22, Japan)";320x240@58;H
+sailormnok;"Pretty Soldier Sailor Moon (ver. 95/03/22, Korea)";320x240@58;H
+sailormnot;"Pretty Soldier Sailor Moon (ver. 95/03/22, Taiwan)";320x240@58;H
+sailormnou;"Pretty Soldier Sailor Moon (ver. 95/03/22, USA)";320x240@58;H
+sailormnt;"Pretty Soldier Sailor Moon (ver. 95/03/22B, Taiwan)";320x240@58;H
+sailormnu;"Pretty Soldier Sailor Moon (ver. 95/03/22B, USA)";320x240@58;H
+saiyugou;"Sai Yu Gou Ma Roku (Japan)";256x240@60;H
+saiyugoub1;"Sai Yu Gou Ma Roku (Japan bootleg 1)";256x240@60;H
+saiyugoub2;"Sai Yu Gou Ma Roku (Japan bootleg 2)";256x240@60;H
+salamand;"Salamander - Salamander (Jpn) - Salamander (version D)";256x224@60;H
+salamandj;"Salamander (version J)";256x224@60;H
+samesame;"Same! Same! Same! (2 player alternating ver.) - Same! Same! Same! (Jpn)";320x240@60;V
+samesame2;"Same! Same! Same!";320x240@60;V
+samesamenh;"Same! Same! Same! NEW VER! (v1.00, hack by Trap15)";320x240@60;V
+samsh5sp;"Samurai Shodown V Special / Samurai Spirits Zero Speci";304x224@59;H
+samsh5sph;"Samurai Shodown V Special / Samurai Spirits Zero Speci";304x224@59;H
+samsh5spho;"Samurai Shodown V Special / Samurai Spirits Zero Speci";304x224@59;H
+samsho;"Samurai Shodown (Euro) - Samurai Shodown (USA) - Samurai Shodown / Samurai Spirits (NGM-045)";320x224@59;H
+samsho2;"Samurai Shodown II / Shin Samurai Spirits - Haohmaru j";320x224@59;H
+samsho2k;"Saulabi Spirits / Jin Saulabi Tu Hon (Korean release o";320x224@59;H
+samsho2ka;"Saulabi Spirits / Jin Saulabi Tu Hon (Korean release o";320x224@59;H
+samsho2sp;"Samurai Shodown II / Shin Samurai Spirits - Haohmaru j";320x224@59;H
+samsho3;"Samurai Shodown III / Samurai Spirits - Zankurou Musou";304x224@59;H
+samsho3h;"Samurai Shodown III / Samurai Spirits - Zankurou Musou";304x224@59;H
+samsho4;"Samurai Shodown IV - Amakusa's Revenge / Samurai Spiri";320x224@59;H
+samsho4k;"Pae Wang Jeon Seol / Legend of a Warrior (Korean censo";320x224@59;H
+samsho4sp;"Samurai Shodown IV - Amakusa's Revenge / Samurai Spiri";320x224@59;H
+samsho5;"Samurai Shodown V / Samurai Spirits Zero (NGM-2700)";304x224@59;H
+samsho5b;"Samurai Shodown V / Samurai Spirits Zero (bootleg)";304x224@59;H
+samsho5h;"Samurai Shodown V / Samurai Spirits Zero (NGH-2700)";304x224@59;H
+samsho5x;"Samurai Shodown V / Samurai Spirits Zero (hack of XBOX";304x224@59;H
+samshoa;"Samurai Shodown / Samurai Spirits (NGM-045, alternate";320x224@59;H
+samshoh;"Samurai Shodown / Samurai Spirits (NGH-045)";320x224@59;H
+samuraia;"Samurai Aces (World)";320x224@59;V
+sandscrp;"Sand Scorpion";256x224@60;V
+sandscrpa;"Sand Scorpion (Earlier)";256x224@60;V
+sandscrpb;"Sand Scorpion (Chinese Title Screen, Revised Hardware)";256x224@60;V
+sarukani;"Saru-Kani-Hamu-Zou (Japan)";320x240@60;H
+saturnzi;"Saturn";256x224@60;V
+sauro;"Sauro";240x224@60;H
+saurob;"Sauro (bootleg)";240x224@60;H
+saurop;"Sauro (Philko license)";240x224@60;H
+saurorr;"Sauro (Recreativos Real S.A. license)";240x224@60;H
+savagere;"Savage Reign / Fu'un Mokushiroku - kakutou sousei";304x224@59;H
+savgbees;"Savage Bees";256x224@60;V
+sbasebal;"Super Champion Baseball (US)";256x224@60;H
+sbasebalj;"Super Champion Baseball (Japan)";256x224@60;H
+sbbros;"Super Buster Bros. (USA 901001)";384x240@60;H
+sbishi;"Super Bishi Bashi Championship (ver JAA, 2 Players)";288x224@60;H
+sbishik;"Super Bishi Bashi Championship (ver KAB, 3 Players)";288x224@60;H
+sbishika;"Super Bishi Bashi Championship (ver KAA, 3 Players)";288x224@60;H
+sboblbobl;"Super Bobble Bobble (bootleg, set 1)";256x224@60;H
+sboblbobla;"Super Bobble Bobble (bootleg, set 2)";256x224@60;H
+sboblboblb;"Super Bobble Bobble (bootleg, set 3)";256x224@60;H
+sboblboblc;"Super Bobble Bobble (bootleg)";256x224@60;H
+sboblbobld;"Super Bobble Bobble (bootleg, set 4)";256x224@60;H
+sbomber;"Space Bomber (ver. B)";320x224@60;V
+sbombera;"Space Bomber";320x224@60;V
+sbsgomo;"Space Battle Ship Gomorrah";256x224@56;H
+scessjoe;"Success Joe (World)";288x208@60;H
+scfinals;"Super Cup Finals (Ver 2.2O 1994/01/13)";320x224@60;H
+scfinalso;"Super Cup Finals (Ver 2.1O 1993/11/19)";320x224@60;H
+schmeisr;"Schmeiser Robo (Japan)";320x240@58;H
+sci;"Special Criminal Investigation - Special Criminal Investigation (Euro) - Special Criminal Investigation (World set 1)";320x240@60;H
+scia;"Special Criminal Investigation (World set 2)";320x240@60;H
+scij;"Special Criminal Investigation (Japan)";320x240@60;H
+scinegro;"Special Criminal Investigation (Negro bootleg)";320x240@60;H
+scion;"Scion (Jpn) - Scion";240x224@60;H
+scionc;"Scion (Cinematronics)";240x224@60;H
+sciu;"Special Criminal Investigation (US)";320x240@60;H
+scobra;"Super Cobra - Super Cobra - Super Cobra (Jpn)";256x224@60;V
+scobrab;"Super Cobra (bootleg)";256x224@60;V
+scobrae;"Super Cobra (Stern) (encrypted, KONATEC XC-103SS CPU)";256x224@60;V
+scobras;"Super Cobra (Stern)";256x224@60;V
+scobrase;"Super Cobra (Sega)";256x224@60;V
+scontra;"Super Contra";304x224@60;V
+scontraj;"Super Contra (Japan)";304x224@60;V
+scorpion;"Scorpion (set 1)";256x224@60;V
+scorpiona;"Scorpion (set 2)";256x224@60;V
+scorpionb;"Scorpion (set 3)";256x224@60;V
+scorpionmc;"Scorpion (Moon Cresta hardware)";256x224@60;V
+scotrsht;"Scooter Shooter";256x224@60;V
+scramb2;"Scramble (bootleg)";256x224@60;V
+scramblb;"Scramble (bootleg on Galaxian hardware)";256x224@60;V
+scramble;"Scramble";256x224@60;V
+scramblebb;"Scramble (bootleg?)";256x224@60;V
+scramblebf;"Scramble (Karateko, French bootleg)";256x224@60;V
+scrambler;"Scramble (Reben S.A. Spanish bootleg)";256x224@60;V
+scrambles;"Scramble (Stern)";256x224@60;V
+scrambp;"Impacto (Billport S.A., Spanish bootleg of Scramble)";256x224@60;V
+scramce;"Scramble (Centromatic S.A., Spanish bootleg)";256x224@60;V
+scrampt;"Scramble (Petaco S.A., Spanish bootleg)";256x224@60;V
+scramrf;"Scramble (Recreativos Franco, Spanish bootleg)";256x224@60;V
+scregg;"Scrambled Egg";240x240@57;V
+sdfight;"SD Fighters (Korea)";320x240@60;H
+sdgndmps;"SD Gundam Psycho Salamander no Kyoui";320x224@60;H
+sdi;"SDI (Jpn) - SDI - Strategic Defense Initiative (Japan, newer, Syst";320x224@60;H
+sdia;"SDI - Strategic Defense Initiative (Japan, old, System";320x224@60;H
+sdib;"SDI - Strategic Defense Initiative (System 16B, FD1089";320x224@60;H
+sdibl;"SDI - Strategic Defense Initiative (bootleg, original";320x224@60;H
+sdibl2;"SDI - Strategic Defense Initiative (bootleg, set 1)";320x224@60;H
+sdibl3;"SDI - Strategic Defense Initiative (bootleg, set 2)";320x224@60;H
+sdibl4;"SDI - Strategic Defense Initiative (bootleg, set 3)";320x224@60;H
+sdibl5;"SDI - Strategic Defense Initiative (bootleg, set 4)";320x224@60;H
+sdibl6;"SDI - Strategic Defense Initiative (bootleg, set 5)";320x224@60;H
+sdodgeb;"Super Dodge Ball / Kunio no Nekketsu Toukyuu Densetsu";304x224@59;H
+searchar;"SAR - Search And Rescue (World)";256x224@60;V
+searcharj;"SAR - Search And Rescue (Japan)";256x224@60;V
+searcharu;"SAR - Search And Rescue (US)";256x224@60;V
+searchey;"Search Eye (English / Korean / Japanese / Italian)";320x240@60;H
+searcheya;"Search Eye (English / Korean)";320x240@60;H
+searchp2;"Search Eye Plus V2.0";320x240@55;H
+secretag;"Secret Agent (World revision 3)";256x240@57;H
+secretagj;"Secret Agent (Japan revision 2)";256x240@57;H
+sectionz;"Section Z (set 1)";256x240@60;H
+sectionza;"Section Z (set 2)";256x240@60;H
+sectrzon;"Sector Zone";256x224@60;V
+seganinj;"Sega Ninja (315-5102)";256x224@60;H
+seganinju;"Sega Ninja (not encrypted)";256x224@60;H
+seicross;"Seicross";256x224@60;V
+selfeena;"Sel Feena";320x224@60;H
+semibase;"MuHanSeungBu (SemiCom Baseball) (Korea)";320x240@60;H
+sengekis;"Sengeki Striker (Asia)";320x240@60;V
+sengekisj;"Sengeki Striker (Japan)";320x240@60;V
+sengoku;"Sengoku / Sengoku Denshou (NGM-017)(NGH-017)";320x224@59;H
+sengoku2;"Sengoku 2 / Sengoku Denshou 2";304x224@59;H
+sengoku3;"Sengoku 3 / Sengoku Densho 2001";320x224@59;H
+sengoku3s;"Sengoku 3 / Sengoku Densho 2001 (Evolution 1.0, FCHT h";320x224@59;H
+sengokuh;"Sengoku / Sengoku Denshou (NGH-017)(US)";320x224@59;H
+senknow;"Sen-Know (Japan)";320x240@60;H
+sf;"Galaxian (bootleg, set 1) - Marvel Super Heroes vs Street Fighter (970625 Euro) - Radica: Street Fighter Pack (Euro) - Street Fighter (US, set 1) - X-Men vs Street Fighter (961004 Euro) - Yu Yu Hakusho - Sunset Fighters (Bra)";384x224@60;H
+sf2;"Hyper Street Fighter II: The Anniversary Edition (0402 - Street Fighter II (Bra) - Street Fighter II - The World Warrior (910522 etc) - Street Fighter II' - Special Champion Edition (Euro) - Super Street Fighter II - The New Challengers (Euro) - Super Street Fighter II - the new challengers (super s";384x224@60;H
+sf2acc;"Street Fighter II' - Champion Edition (Accelerator! bo";384x224@60;H
+sf2acca;"Street Fighter II' - Champion Edition (Accelerator! bo";384x224@60;H
+sf2accp2;"Street Fighter II' - Champion Edition (Accelerator Pt.";384x224@60;H
+sf2amf;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf2;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf3;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf4;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf5;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf6;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf7;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf8;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2b;"Street Fighter II - The World Warrior (bootleg, 910214";384x224@60;H
+sf2b2;"Street Fighter II - The World Warrior (bootleg, 910214";384x224@60;H
+sf2b3;"Street Fighter II - The World Warrior (bootleg, 910214";384x224@60;H
+sf2bhh;"Street Fighter II' - Champion Edition (Hungh-Hsi bootl";384x224@60;H
+sf2ce;"Street Fighter II' - Champion Edition - Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2cebltw;"Street Fighter II' - Champion Edition (920313 'Taiwan'";384x224@60;H
+sf2ceea;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2ceeab2;"Street Fighter II' - Champion Edition (920313 etc boot";384x224@60;H
+sf2ceeab3;"Street Fighter II' - Champion Edition (920313 etc boot";384x224@60;H
+sf2ceeab4;"Street Fighter II' - Champion Edition (920313 etc boot";384x224@60;H
+sf2ceeab5;"Street Fighter II' - Champion Edition (920313 etc boot";384x224@60;H
+sf2ceeabl;"Street Fighter II' - Champion Edition (920313 etc boot";384x224@60;H
+sf2ceja;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2cejab2;"Street Fighter II' - Champion Edition (920322 Japan bo";384x224@60;H
+sf2cejabl;"Street Fighter II' - Champion Edition (920322 Japan bo";384x224@60;H
+sf2cejb;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2cejc;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2ceua;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2ceuab2;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuab3;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuab4;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuab5;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuab6;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuab7;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuabl;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceub;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2ceuc;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2ceucbl;"Street Fighter II' - Champion Edition (920803 USA boot";384x224@60;H
+sf2ceupl;"Street Fighter II' - Champion Edition (UPL bootleg)";384x224@60;H
+sf2dkot2;"Street Fighter II' - Champion Edition (Double K.O. Tur";384x224@60;H
+sf2dongb;"Street Fighter II': Champion Edition (Dongfang Bubai p";384x224@60;H
+sf2eb;"Street Fighter II - The World Warrior (910214 etc)";384x224@60;H
+sf2ebbl;"Street Fighter II - The World Warrior (TAB Austria boo";384x224@60;H
+sf2ebbl2;"Street Fighter II - The World Warrior (TAB Austria boo";384x224@60;H
+sf2ebbl3;"Street Fighter II - The World Warrior (TAB Austria boo";384x224@60;H
+sf2ed;"Street Fighter II - The World Warrior (910318 etc)";384x224@60;H
+sf2ee;"Street Fighter II - The World Warrior (910228 etc)";384x224@60;H
+sf2em;"Street Fighter II - The World Warrior (910129 etc)";384x224@60;H
+sf2hf;"Street Fighter II' - Hyper Fighting (street fighter 2'";384x224@60;H
+sf2hfj;"Street Fighter II' Turbo - Hyper Fighting (street figh";384x224@60;H
+sf2hfjb;"Street Fighter II' Turbo - Hyper Fighting (bootleg set";384x224@60;H
+sf2hfjb2;"Street Fighter II' Turbo - Hyper Fighting (bootleg set";384x224@60;H
+sf2hfu;"Street Fighter II' - Hyper Fighting (street fighter 2'";384x224@60;H
+sf2j;"Hyper Street Fighter II: The Anniversary Edition (0402 - Street Fighter II - The World Warrior (911210 Japan, C - Street Fighter II' Plus (Jpn, Asia, Kor) - Super Street Fighter II - The New Challengers (Jpn) - Super Street Fighter II - the new challengers (super s";384x224@60;H
+sf2j17;"Street Fighter II - The World Warrior (911210 Japan, C";384x224@60;H
+sf2ja;"Street Fighter II - The World Warrior (910214 Japan)";384x224@60;H
+sf2jc;"Street Fighter II - The World Warrior (910306 Japan)";384x224@60;H
+sf2jf;"Street Fighter II - The World Warrior (910411 Japan)";384x224@60;H
+sf2jh;"Street Fighter II - The World Warrior (910522 Japan)";384x224@60;H
+sf2jl;"Street Fighter II - The World Warrior (920312 Japan)";384x224@60;H
+sf2jla;"Street Fighter II - The World Warrior (911210 Japan, r";384x224@60;H
+sf2koryu;"Street Fighter II' - Xiang Long (bootleg set 1, 811102";384x224@60;H
+sf2koryu2;"Street Fighter II' - Xiang Long (bootleg set 2, 811102";384x224@60;H
+sf2koryu3;"Street Fighter II' - Xiang Long (bootleg set 3, 811102";384x224@60;H
+sf2md;"Street Fighter II' - Champion Edition (Magic Delta, bo";384x224@60;H
+sf2mdt;"Street Fighter II' - Magic Delta Turbo (bootleg set 1";384x224@60;H
+sf2mdta;"Street Fighter II' - Magic Delta Turbo (bootleg set 2";384x224@60;H
+sf2mdtb;"Street Fighter II' - Magic Delta Turbo (bootleg set 3";384x224@60;H
+sf2mdtc;"Street Fighter II' - Magic Delta Turbo (bootleg set 4";384x224@60;H
+sf2mega;"Street Fighter II' - Champion Edition (Mega Co bootleg";384x224@60;H
+sf2mega2;"Street Fighter II' - Champion Edition (Mega Co bootleg";384x224@60;H
+sf2qp1;"Street Fighter II - The World Warrior (Quicken Pt-I bo";384x224@60;H
+sf2rb;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2rb2;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2rb3;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2rb4;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2rb5;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2rb6;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2red;"Street Fighter II' - Champion Edition (Red Wave bootle";384x224@60;H
+sf2red2;"Street Fighter II' - Champion Edition (Red Wave bootle";384x224@60;H
+sf2sl73a;"Street Fighter II' - Champion Edition (Sheng Long v 7.";384x224@60;H
+sf2stt;"Street Fighter II - The World Warrior (STT, TAB Austri";384x224@60;H
+sf2thndr;"Street Fighter II - The World Warrior (Thunder Edition";384x224@60;H
+sf2tlona;"Street Fighter II' - Champion Edition (Tu Long bootleg";384x224@60;H
+sf2tlonb;"Street Fighter II' - Champion Edition (Tu Long bootleg";384x224@60;H
+sf2tlonc;"Street Fighter II' - Champion Edition (Tu Long bootleg";384x224@60;H
+sf2ua;"Street Fighter II - The World Warrior (910206 USA)";384x224@60;H
+sf2ub;"Street Fighter II - The World Warrior (910214 USA)";384x224@60;H
+sf2uc;"Street Fighter II - The World Warrior (910306 USA)";384x224@60;H
+sf2ud;"Street Fighter II - The World Warrior (910318 USA) - Super Street Fighter II - the new challengers (super s";384x224@60;H
+sf2ue;"Street Fighter II - The World Warrior (910228 USA)";384x224@60;H
+sf2uf;"Street Fighter II - The World Warrior (910411 USA)";384x224@60;H
+sf2ug;"Street Fighter II - The World Warrior (910522 USA, rev";384x224@60;H
+sf2ui;"Street Fighter II - The World Warrior (910522 USA, rev";384x224@60;H
+sf2uk;"Street Fighter II - The World Warrior (911101 USA)";384x224@60;H
+sf2v004;"Street Fighter II' - Champion Edition (V004 bootleg se";384x224@60;H
+sf2v0042;"Street Fighter II' - Champion Edition (V004 bootleg se";384x224@60;H
+sf2v0043;"Street Fighter II' - Champion Edition (V004 bootleg se";384x224@60;H
+sf2yyc;"Street Fighter II' - Champion Edition (YYC bootleg set";384x224@60;H
+sf2yyc2;"Street Fighter II' - Champion Edition (YYC bootleg set";384x224@60;H
+sfa;"Marvel Super Heroes vs Street Fighter (970625 Asia) - Street Fighter Alpha - warriors' dreams (950727 Euro) - X-Men vs Street Fighter (961023 Asia)";384x224@60;H
+sfa2;"Street Fighter Alpha 2 (960229 Euro)";384x224@60;H
+sfa2u;"Street Fighter Alpha 2 (960430 USA)";384x224@60;H
+sfa2ur1;"Street Fighter Alpha 2 (960306 USA)";384x224@60;H
+sfa3;"Street Fighter Alpha 3 (980904 Euro)";384x224@60;H
+sfa3b;"Street Fighter Alpha 3 (980629 Brazil)";384x224@60;H
+sfa3h;"Street Fighter Alpha 3 (980904 Hispanic)";384x224@60;H
+sfa3hr1;"Street Fighter Alpha 3 (980629 Hispanic)";384x224@60;H
+sfa3u;"Street Fighter Alpha 3 (980904 USA)";384x224@60;H
+sfa3ud;"Street Fighter Alpha 3 (980904 USA Phoenix Edition)";384x224@60;H
+sfa3ur1;"Street Fighter Alpha 3 (980629 USA)";384x224@60;H
+sfa3us;"Street Fighter Alpha 3 (980616 USA, SAMPLE Version)";384x224@60;H
+sfad;"Street Fighter Alpha - warriors' dreams (950727 Euro P";384x224@60;H
+sfan;"Street Fighter (World, pneumatic buttons)";384x224@60;H
+sfar1;"Street Fighter Alpha - warriors' dreams (950718 Euro) - X-Men vs Street Fighter (961004 Asia)";384x224@60;H
+sfar2;"Street Fighter Alpha - warriors' dreams (950627 Euro) - X-Men vs Street Fighter (960919 Asia)";384x224@60;H
+sfar3;"Street Fighter Alpha - warriors' dreams (950605 Euro) - X-Men vs Street Fighter (960910 Asia)";384x224@60;H
+sfau;"Street Fighter Alpha - warriors' dreams (950627 USA)";384x224@60;H
+sfaud;"Street Fighter Alpha - warriors' dreams (950727 USA Ph";384x224@60;H
+sfiii;"Street Fighter III: New Generation (Euro 970204)";384x224@60;H
+sfiii2;"Street Fighter III 2nd Impact: Giant Attack (USA 97093";384x224@60;H
+sfiii2j;"Street Fighter III 2nd Impact: Giant Attack (Japan 970";384x224@60;H
+sfiii2n;"Street Fighter III 2nd Impact: Giant Attack (Asia 9709";384x224@60;H
+sfiii3;"Street Fighter III 3rd Strike: Fight for the Future (E";384x224@60;H
+sfiii3n;"Street Fighter III 3rd Strike: Fight for the Future (J";384x224@60;H
+sfiii3nr1;"Street Fighter III 3rd Strike: Fight for the Future (J";384x224@60;H
+sfiii3r1;"Street Fighter III 3rd Strike: Fight for the Future (E";384x224@60;H
+sfiii3u;"Street Fighter III 3rd Strike: Fight for the Future (U";384x224@60;H
+sfiii3ur1;"Street Fighter III 3rd Strike: Fight for the Future (U";384x224@60;H
+sfiiia;"Street Fighter III: New Generation (Asia 970204)";384x224@60;H
+sfiiih;"Street Fighter III: New Generation (Hispanic 970204)";384x224@60;H
+sfiiij;"Street Fighter III: New Generation (Japan 970204)";384x224@60;H
+sfiiin;"Street Fighter III: New Generation (Asia 970204, NO CD";384x224@60;H
+sfiiina;"Street Fighter III: New Generation (Asia 970204, NO CD";384x224@60;H
+sfiiiu;"Street Fighter III: New Generation (USA 970204)";384x224@60;H
+sfj;"Marvel Super Heroes vs Street Fighter (970707 Japan) - Street Fighter (Japan) (protected) - X-Men vs Street Fighter (961023 Japan)";384x224@60;H
+sfjan;"Street Fighter (Japan, pneumatic buttons)";384x224@60;H
+sformula;"Super Formula (Japan)";320x240@60;V
+sfp;"Street Fighter (Prototype)";384x224@60;H
+sfua;"Street Fighter (US set 2) (protected)";384x224@60;H
+sfx;"SF-X";256x224@60;H
+sfz2a;"Street Fighter Zero 2 (960227 Asia)";384x224@60;H
+sfz2ad;"Street Fighter Zero 2 (960227 Asia Phoenix Edition)";384x224@60;H
+sfz2al;"Street Fighter Zero 2 Alpha (960826 Asia)";384x224@60;H
+sfz2alb;"Street Fighter Zero 2 Alpha (960813 Brazil)";384x224@60;H
+sfz2ald;"Street Fighter Zero 2 Alpha (960826 Asia Phoenix Editi";384x224@60;H
+sfz2alh;"Street Fighter Zero 2 Alpha (960813 Hispanic)";384x224@60;H
+sfz2alj;"Street Fighter Zero 2 Alpha (960805 Japan)";384x224@60;H
+sfz2b;"Street Fighter Zero 2 (960531 Brazil)";384x224@60;H
+sfz2br1;"Street Fighter Zero 2 (960304 Brazil)";384x224@60;H
+sfz2h;"Street Fighter Zero 2 (960304 Hispanic)";384x224@60;H
+sfz2j;"Street Fighter Zero 2 (960430 Japan)";384x224@60;H
+sfz2jd;"Street Fighter Zero 2 (960227 Japan Phoenix Edition)";384x224@60;H
+sfz2jr1;"Street Fighter Zero 2 (960227 Japan)";384x224@60;H
+sfz2n;"Street Fighter Zero 2 (960229 Oceania)";384x224@60;H
+sfz3a;"Street Fighter Zero 3 (980904 Asia)";384x224@60;H
+sfz3ar1;"Street Fighter Zero 3 (980701 Asia)";384x224@60;H
+sfz3j;"Street Fighter Zero 3 (980904 Japan)";384x224@60;H
+sfz3jr1;"Street Fighter Zero 3 (980727 Japan)";384x224@60;H
+sfz3jr2;"Street Fighter Zero 3 (980629 Japan)";384x224@60;H
+sfz3jr2d;"Street Fighter Zero 3 (980629 Japan Phoenix Edition)";384x224@60;H
+sfza;"Street Fighter Zero (950627 Asia)";384x224@60;H
+sfzar1;"Street Fighter Zero (950605 Asia)";384x224@60;H
+sfzb;"Street Fighter Zero (951109 Brazil)";384x224@60;H
+sfzbr1;"Street Fighter Zero (950727 Brazil)";384x224@60;H
+sfzch;"Street Fighter Zero (CPS Changer, 951020 Japan)";384x224@60;H
+sfzh;"Street Fighter Zero (950718 Hispanic)";384x224@60;H
+sfzhr1;"Street Fighter Zero (950627 Hispanic)";384x224@60;H
+sfzj;"Street Fighter Zero (950727 Japan)";384x224@60;H
+sfzjr1;"Street Fighter Zero (950627 Japan)";384x224@60;H
+sfzjr2;"Street Fighter Zero (950605 Japan)";384x224@60;H
+sgemf;"Super Gem Fighter Mini Mix (970904 USA)";384x224@60;H
+sgemfa;"Super Gem Fighter Mini Mix (970904 Asia)";384x224@60;H
+sgemfd;"Super Gem Fighter Mini Mix (970904 USA Phoenix Edition";384x224@60;H
+sgemfh;"Super Gem Fighter Mini Mix (970904 Hispanic)";384x224@60;H
+sgladiat;"Gladiator 1984";288x224@60;H
+sgunner;"Steel Gunner (Rev B)";288x224@60;H
+sgunner2;"Steel Gunner 2 (US)";288x224@60;H
+sgunner2j;"Steel Gunner 2 (Japan, Rev A)";288x224@60;H
+sgunnerj;"Steel Gunner (Japan)";288x224@60;H
+sgyxz;"Sangokushi II: Sanguo Yingxiong Zhuan (Chinese bootleg";384x224@60;H
+shackled;"Shackled (US)";256x240@58;H
+shadfrce;"Shadow Force (World, Version 3)";320x256@60;H
+shadfrcej;"Shadow Force (Japan, Version 2)";320x256@60;H
+shadfrceu;"Shadow Force (US, Version 2)";320x256@60;H
+shadowld;"Shadowland (YD3)";288x224@60;H
+shadoww;"Shadow Warriors (World, set 1)";256x224@60;H
+shadowwa;"Shadow Warriors (World, set 2)";256x224@60;H
+shangon;"Super Hang-On (sitdown/upright, unprotected) - Super Hang-On (World, Rev. A)";320x224@60;H
+shangon1;"Super Hang-On (mini ride-on, FD1089B 317-0034) - Super Hang-On (World)";320x224@60;H
+shangon2;"Super Hang-On (mini ride-on, Rev A, FD1089B 317-0034)";320x224@60;H
+shangon3;"Super Hang-On (sitdown/upright, FD1089B 317-0034)";320x224@60;H
+shangon3d;"Super Hang-On (sitdown/upright, FD1089B 317-0034 decry";320x224@60;H
+shangonle;"Limited Edition Hang-On";320x224@60;H
+shaolinb;"Shao-lin's Road (set 2)";256x224@60;V
+shaolins;"Shao-lin's Road (set 1)";256x224@60;V
+sharrier;"Space Harrier - Space Harrier - Space Harrier (Euro) - Space Harrier (Rev A, 8751 315-5163A) - Space Harrier (World) - Space Harrier II (World)";320x224@60;H
+sharrier1;"Space Harrier (8751 315-5163)";320x224@60;H
+shdancer;"Shadow Dancer (Euro, Bra, Kor) - Shadow Dancer (set 3, US) - Shadow Dancer - The Secret of Shinobi (World)";320x224@60;H
+shdancer1;"Shadow Dancer (set 1)";320x224@60;H
+shdancerj;"Shadow Dancer (set 2, Japan)";320x224@60;H
+shinfz;"Shinobi / FZ-2006 (Korean System 16 bootleg) (ISG Sele";320x224@60;H
+shinobi;"Shinobi - Shinobi (Euro, USA, Bra, v1) - Shinobi (set 6, System 16A, unprotected) - The GG Shinobi (Euro, USA)";320x224@60;H
+shinobi1;"Shinobi (set 1, System 16A, FD1094 317-0050)";320x224@60;H
+shinobi1d;"Shinobi (set 1, System 16A, FD1094 317-0050 decrypted)";320x224@60;H
+shinobi2;"Shinobi (set 2, System 16B, FD1094 317-0049) - The GG Shinobi II (World)";320x224@60;H
+shinobi2d;"Shinobi (set 2, System 16B, FD1094 317-0049 decrypted)";320x224@60;H
+shinobi3;"Shinobi (set 3, System 16B, MC-8123B 317-0054) - Shinobi III - Return of the Ninja Master (Euro)";320x224@60;H
+shinobi4;"Shinobi (set 4, System 16B, MC-8123B 317-0054)";320x224@60;H
+shinobi5;"Shinobi (set 5, System 16B, unprotected)";320x224@60;H
+shinoblb;"Shinobi (beta bootleg, System 16A)";320x224@60;H
+shinobls;"Shinobi (Star bootleg, System 16A)";320x224@60;H
+shippumd;"Shippu Mahou Daisakusen - Kingdom Grandprix";320x240@60;V
+shisen2;"Shisensho II";384x240@60;H
+shocking;"Shocking";384x224@60;H
+shocktr2;"Shock Troopers - 2nd Squad";304x224@59;H
+shocktro;"Shock Troopers (set 1)";304x224@59;H
+shocktroa;"Shock Troopers (set 2)";304x224@59;H
+shogwarr;"Shogun Warriors (World)";256x224@60;H
+shogwarrk;"Shogun Warriors (Korea?)";256x224@60;H
+shogwarru;"Shogun Warriors (US)";256x224@60;H
+shootout;"Shoot Out (US)";256x240@60;H
+shootoutb;"Shoot Out (Korean Bootleg)";256x240@60;H
+shootoutj;"Shoot Out (Japan)";256x240@60;H
+shtrider;"Shot Rider";240x256@60;V
+shtridera;"Shot Rider (Sigma license)";240x256@60;V
+sidearms;"Side Arms - Hyper Dyne (World, 861129) - Sidearms - Hyper Dyne - Sidearms - Hyper Dyne";384x224@60;H
+sidearmsj;"Side Arms - Hyper Dyne (Japan, 861128)";384x224@60;H
+sidearmsu;"Side Arms - Hyper Dyne (US, 861202)";384x224@60;H
+sidearmsur1;"Side Arms - Hyper Dyne (US, 861128)";384x224@60;H
+sidepckt;"Side Pocket (World)";256x224@58;H
+sidepcktb;"Side Pocket (bootleg set 1)";256x224@58;H
+sidepcktb2;"Side Pocket (bootleg set 2)";256x224@58;H
+sidepcktj;"Side Pocket (Japan)";256x224@58;H
+silentd;"Silent Debuggers - Silent Debuggers - Silent Dragon (World)";320x224@60;H
+silentdj;"Silent Dragon (Japan)";320x224@60;H
+silentdu;"Silent Dragon (US)";320x224@60;H
+silkroad;"The Legend of Silkroad";380x224@60;H
+silkroada;"The Legend of Silkroad (larger roms)";380x224@60;H
+silkworm;"Silk Worm (World)";256x224@60;H
+silkwormb;"Silk Worm (bootleg)";256x224@60;H
+silkwormj;"Silk Worm (Japan)";256x224@60;H
+silkwormp;"Silk Worm (prototype?)";256x224@60;H
+silvland;"Silver Land";256x224@60;H
+silvmil;"Silver Millennium";320x240@60;V
+simpsons;"The Simpsons (4 Players World, set 1)";288x224@60;H
+simpsons2p;"The Simpsons (2 Players World, set 1)";288x224@60;H
+simpsons2p2;"The Simpsons (2 Players World, set 2)";288x224@60;H
+simpsons2p3;"The Simpsons (2 Players World, set 3)";288x224@60;H
+simpsons2pa;"The Simpsons (2 Players Asia)";288x224@60;H
+simpsons2pj;"The Simpsons (2 Players Japan)";288x224@60;H
+simpsons4pa;"The Simpsons (4 Players World, set 2)";288x224@60;H
+sinvasn;"Space Invasion (Europe)";256x224@60;V
+sinvasnb;"Space Invasion (bootleg)";256x224@60;V
+sisv;"Space Invaders (SV Version rev 4)";260x224@60;V
+sisv2;"Space Invaders (SV Version rev 2)";260x224@60;V
+sisv3;"Space Invaders (SV Version rev 3)";260x224@60;V
+sitv;"Space Invaders (TV Version rev 2)";260x224@60;V
+sitv1;"Space Invaders (TV Version rev 1)";260x224@60;V
+sjryuko;"Sukeban Jansi Ryuko (set 2, System 16B, FD1089B 317-50";320x224@60;H
+sjryuko1;"Sukeban Jansi Ryuko (set 1, System 16A, FD1089B 317-50";320x224@60;H
+skingame;"The Irem Skins Game (US set 1)";320x240@60;H
+skingame2;"The Irem Skins Game (US set 2)";320x240@60;H
+skyadvnt;"Sky Adventure (World)";256x224@60;V
+skyadvntj;"Sky Adventure (Japan)";256x224@60;V
+skyadvntu;"Sky Adventure (US)";256x224@60;V
+skyalert;"Sky Alert";360x224@60;V
+skyarmy;"Sky Army";256x240@60;V
+skybase;"Sky Base";256x224@60;V
+skyfox;"Sky Fox";320x224@60;V
+skykid;"Sky Kid (new version)";288x224@60;H
+skykidd;"Sky Kid (CUS60 version)";288x224@60;H
+skykiddx;"Sky Kid Deluxe (set 1)";288x224@60;H
+skykiddxo;"Sky Kid Deluxe (set 2)";288x224@60;H
+skykido;"Sky Kid (old version)";288x224@60;H
+skykids;"Sky Kid (Sipem)";288x224@60;H
+skylancr;"Sky Lancer";236x224@60;V
+skylancre;"Sky Lancer (Esco Trading Co license)";236x224@60;V
+skyraidr;"Sky Raiders";256x224@60;V
+skyrobo;"Sky Robo";320x240@60;H
+skyshark;"Sky Shark (US, set 1)";320x240@55;V
+skysharka;"Sky Shark (US, set 2)";320x240@55;V
+skyskipr;"Sky Skipper";512x448@60;H
+skysmash;"Sky Smasher";256x224@60;V
+skysoldr;"Sky Soldiers (US)";256x224@60;V
+skysoldrbl;"Sky Soldiers (bootleg)";256x224@60;V
+skywolf;"Sky Wolf (set 1)";288x224@60;H
+skywolf2;"Sky Wolf (set 2)";288x224@60;H
+skywolf3;"Sky Wolf (set 3)";288x224@60;H
+slammast;"Saturday Night Slam Masters (Slam Masters 930713 etc) - Saturday Night Slammasters (Euro)";384x224@60;H
+slammastu;"Saturday Night Slam Masters (slam masters 930713 USA) - Saturday Night Slammasters (USA)";384x224@60;H
+slampic;"Saturday Night Slam Masters (bootleg (with PIC16c57),";384x224@60;H
+slapfigh;"Slap Fight (Japan set 1) - Slap Fight MD (Jpn)";280x240@60;V
+slapfighb1;"Slap Fight (bootleg set 1)";280x240@60;V
+slapfighb2;"Slap Fight (bootleg set 2)";280x240@60;V
+slapfighb3;"Slap Fight (bootleg set 3)";280x240@60;V
+slapshot;"Slap Shot (Japan) - Slap Shot (USA, v2)";320x224@60;H
+slyspy;"Sly Spy (US revision 4)";256x240@57;H
+slyspy2;"Sly Spy (US revision 2)";256x240@57;H
+slyspy3;"Sly Spy (US revision 3)";256x240@57;H
+smbomb;"Super Muscle Bomber - the international blowout (94083";384x224@60;H
+smbombr1;"Super Muscle Bomber - the international blowout (94080";384x224@60;H
+smgp;"Super Monaco GP (Euro, Bra) - Super Monaco GP (Euro, Jpn, Rev. A) - Super Monaco GP (Euro, USA, Bra) - Super Monaco GP (World, Rev B, FD1094 317-0126a)";320x224@60;H
+smgp5;"Super Monaco GP (World, FD1094 317-0126)";320x224@60;H
+smgp5d;"Super Monaco GP (World, FD1094 317-0126 decrypted)";320x224@60;H
+smgp6;"Super Monaco GP (World, Rev A, FD1094 317-0126a)";320x224@60;H
+smgp6d;"Super Monaco GP (World, Rev A, FD1094 317-0126a decryp";320x224@60;H
+smgpd;"Super Monaco GP (World, Rev B, FD1094 317-0126a decryp";320x224@60;H
+smgpj;"Super Monaco GP (Japan, Rev B, FD1094 317-0124a) - Super Monaco GP (Jpn) - Super Monaco GP (Jpn)";320x224@60;H
+smgpja;"Super Monaco GP (Japan, Rev A, FD1094 317-0124a)";320x224@60;H
+smgpjd;"Super Monaco GP (Japan, Rev B, FD1094 317-0124a decryp";320x224@60;H
+smgpu;"Super Monaco GP (US, Rev C, FD1094 317-0125a) - Super Monaco GP (USA) - Super Monaco GP (USA)";320x224@60;H
+smgpu1;"Super Monaco GP (US, Rev B, FD1094 317-0125a)";320x224@60;H
+smgpu1d;"Super Monaco GP (US, Rev B, FD1094 317-0125a decrypted";320x224@60;H
+smgpu2;"Super Monaco GP (US, Rev A, FD1094 317-0125a)";320x224@60;H
+smgpu2d;"Super Monaco GP (US, Rev A, FD1094 317-0125a decrypted";320x224@60;H
+smgpud;"Super Monaco GP (US, Rev C, FD1094 317-0125a decrypted";320x224@60;H
+smooncrs;"Super Moon Cresta";256x224@60;V
+snapjack;"Snap Jack";240x196@60;H
+snapper;"Snapper (Korea)";320x224@60;H
+sngkace;"Sengoku Ace (Japan, set 1)";320x224@59;V
+sngkacea;"Sengoku Ace (Japan, set 2)";320x224@59;V
+snowboar;"Snow Board Championship (Version 2.1)";384x240@60;H
+snowboara;"Snow Board Championship (Version 2.0)";384x240@60;H
+snowbro2;"Snow Bros. 2 - with new elves";320x240@60;H
+snowbro3;"Snow Brothers 3 - Magical Adventure";256x224@60;H
+snowbros;"Snow Bros. - Nick & Tom (Jpn) - Snow Bros. - Nick & Tom (set 1)";256x224@58;H
+snowbrosa;"Snow Bros. - Nick & Tom (set 2)";256x224@58;H
+snowbrosb;"Snow Bros. - Nick & Tom (set 3)";256x224@58;H
+snowbrosc;"Snow Bros. - Nick & Tom (set 4)";256x224@58;H
+snowbrosd;"Snow Bros. - Nick & Tom (Dooyong license)";256x224@58;H
+snowbrosj;"Snow Bros. - Nick & Tom (Japan)";256x224@58;H
+snowbroswb;"Snow Bros. - Nick & Tom (The Winter Bobble hardware bo";256x224@58;H
+socbrawl;"Soccer Brawl (NGM-031)";304x224@59;H
+socbrawlh;"Soccer Brawl (NGH-031)";304x224@59;H
+sokonuke;"Sokonuke Taisen Game (Japan)";320x240@60;H
+soldam;"Soldam";256x224@60;H
+soldamj;"Soldam (Japan)";256x224@60;H
+soldivid;"Sol Divide - The Sword Of Darkness";320x224@60;H
+soldividk;"Sol Divide - The Sword Of Darkness (Korea)";320x224@60;H
+solfigtr;"Solitary Fighter (World)";320x224@60;H
+solomon;"Solomon no Kagi - Oujo Rihita no Namida (Jpn) - Solomon's Key (US)";256x224@60;H
+solomonj;"Solomon's Key (Japan)";256x224@60;H
+solrwarr;"Solar-Warrior (US)";256x240@60;H
+sonicbom;"Sonic Boom (FD1094 317-0053)";320x224@60;V
+sonicbomd;"Sonic Boom (FD1094 317-0053 decrypted)";320x224@60;V
+sonicwi;"Sonic Wings (Japan)";320x224@60;V
+sonicwi2;"Aero Fighters 2 / Sonic Wings 2";320x224@59;H
+sonicwi3;"Aero Fighters 3 / Sonic Wings 3";320x224@59;H
+sonofphx;"Son of Phoenix";288x224@60;V
+sonson;"Son Son";240x240@60;H
+sonsonj;"Son Son (Japan)";240x240@60;H
+sos;"Aqua Polis SOS (Jpn) - Fever SOS (International, ver. 98/09/25) - Megalopolis SOS (Jpn) - S.O.S Lagoa Poluida (Bra) - SOS - Stop the Express. Bousou Tokkyuu SOS (Jpn)";272x224@60;V
+sotsugyo;"Sotsugyo Shousho";320x240@58;H
+soukobdx;"Souko Ban Deluxe (Japan, SB1)";288x224@60;H
+spacbat2;"Space Battle (bootleg set 2)";256x224@60;V
+spacbatt;"Space Battle (bootleg set 1)";256x224@60;V
+spacecho;"Space Echo (set 1)";256x256@60;V
+spacecho2;"Space Echo (set 2)";256x256@60;V
+spacedx;"Space Invaders DX (US, v2.1)";320x224@60;H
+spacedxj;"Space Invaders DX (Japan, v2.1)";320x224@60;H
+spacedxo;"Space Invaders DX (Japan, v2.0)";320x224@60;H
+spacegun;"Space Gun (Euro) - Space Gun (World)";320x240@60;H
+spacegunj;"Space Gun (Japan)";320x240@60;H
+spacegunu;"Space Gun (US)";320x240@60;H
+spacempr;"Space Empire (bootleg)";256x224@60;V
+spaceplt;"Space Pilot";256x224@60;V
+spang;"Cross Pang - Super Pang (World 900914)";384x240@60;H
+spangj;"Super Pang (Japan 901023)";384x240@60;H
+sparkman;"Spark Man (v2.0, set 1)";256x224@60;H
+spartanx;"Spartan X (Japan)";256x256@60;H
+spatter;"Spatter";240x224@60;H
+spcdrag;"Space Dragon (Moon Cresta bootleg, set 1)";256x224@60;V
+spcdraga;"Space Dragon (Moon Cresta bootleg, set 2)";256x224@60;V
+spcinv95;"Space Invaders '95: The Attack Of Lunar Loonies (Ver 2";320x224@60;V
+spcinv95u;"Space Invaders '95: The Attack Of Lunar Loonies (Ver 2";320x224@60;V
+spcinvdj;"Space Invaders DX (Ver 2.6J 1994/09/14) (F3 Version)";320x232@60;H
+spcpostn;"Space Position (Japan)";256x240@60;V
+spctbird;"Space Thunderbird";256x224@60;V
+spdcoin;"Speed Coin (prototype)";256x224@60;V
+speakres;"Speak & Rescue";256x256@60;V
+speakresb;"Speak & Rescue (bootleg)";256x256@60;V
+spec2k;"Spectrum 2000 (vertical)";256x224@56;V
+spec2kh;"Spectrum 2000 (horizontal, buggy) (Europe)";256x224@56;H
+speedspn;"Speed Spin";384x240@60;H
+spelunk2;"Spelunker II - 23 no Kagi (Japan)";384x256@60;H
+spelunkr;"Spelunker - Spelunker (Jpn)";384x256@60;H
+spelunkrj;"Spelunker (Japan)";384x256@60;H
+spf2t;"Super Puzzle Fighter II Turbo (Super Puzzle Fighter 2";384x224@60;H
+spf2ta;"Super Puzzle Fighter II Turbo (Super Puzzle Fighter 2";384x224@60;H
+spf2td;"Super Puzzle Fighter II Turbo (Super Puzzle Fighter 2";384x224@60;H
+spf2th;"Super Puzzle Fighter II Turbo (Super Puzzle Fighter 2";384x224@60;H
+spf2tu;"Super Puzzle Fighter II Turbo (Super Puzzle Fighter 2";384x224@60;H
+spf2xj;"Super Puzzle Fighter II X (Super Puzzle Fighter 2 X 96";384x224@60;H
+spf2xjd;"Super Puzzle Fighter II X (Super Puzzle Fighter 2 X 96";384x224@60;H
+spidermi;"Spiderman (Intro demo)";304x224@59;H
+spinlbrk;"Spinal Breakers (World)";352x240@60;H
+spinlbrkj;"Spinal Breakers (Japan)";352x240@60;H
+spinlbrku;"Spinal Breakers (US)";352x240@60;H
+spinmast;"Spin Master / Miracle Adventure";304x224@59;H
+splatter;"Splatter House (World, new version (SH3))";288x224@60;H
+splatter2;"Splatter House (World, old version (SH2))";288x224@60;H
+splatterj;"Splatter House (Japan, SH1)";288x224@60;H
+spnchout;"Super Punch-Out!! (Rev B)";448x256@60;V
+spnchouta;"Super Punch-Out!! (Rev A)";448x256@60;V
+spnchoutj;"Super Punch-Out!! (Japan)";448x256@60;V
+sprglbpg;"Super Glob (Pac-Man hardware) German";288x224@60;V
+sprglobp;"Super Glob (Pac-Man hardware)";288x224@60;V
+springer;"Springer";256x224@60;V
+spy;"Future Spy - S.P.Y. - Special Project Y (World ver. N) - Sly Spy (US revision 4) - Spy vs. Spy (Euro, USA, Bra) - The Super Spy (NGM-011)(NGH-011)";304x216@60;H
+spyu;"S.P.Y. - Special Project Y (US ver. M)";304x216@60;H
+sqbert;"Faster, Harder, More Challenging Q*bert (prototype)";256x240@60;V
+squash;"Squash (Ver. 1.0)";320x240@60;H
+sraider;"Space Raider";240x192@60;V
+sranger;"Super Ranger (v2.0)";256x224@60;H
+srdarwin;"Super Real Darwin (World)";256x240@58;V
+srdarwinj;"Super Real Darwin (Japan)";256x240@58;V
+srdmissn;"S.R.D. Mission";288x224@60;V
+srmp4;"Super Real Mahjong PIV (Japan)";336x240@60;H
+srmp4o;"Super Real Mahjong PIV (Japan, older set)";336x240@60;H
+srmp7;"Super Real Mahjong P7 (Japan)";336x239@60;H
+srumbler;"The Speed Rumbler (set 1)";352x240@60;V
+srumbler2;"The Speed Rumbler (set 2)";352x240@60;V
+srumbler3;"The Speed Rumbler (set 3)";352x240@60;V
+ssanchan;"Sanrin San Chan (Japan)";240x224@60;H
+sscandal;"Seishun Scandal (315-5132, Japan)";256x224@60;H
+ssf2;"Super Street Fighter II - The New Challengers (Euro) - Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2a;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2ar1;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2d;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2h;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2j;"Super Street Fighter II - The New Challengers (Jpn) - Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2jr1;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2jr2;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2r1;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2t;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2ta;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2tad;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2tb;"Super Street Fighter II - the tournament battle (93111";384x224@60;H
+ssf2tba;"Super Street Fighter II - the tournament battle (93100";384x224@60;H
+ssf2tbd;"Super Street Fighter II - the tournament battle (93111";384x224@60;H
+ssf2tbh;"Super Street Fighter II - the tournament battle (93100";384x224@60;H
+ssf2tbj;"Super Street Fighter II - the tournament battle (93100";384x224@60;H
+ssf2tbj1;"Super Street Fighter II - the tournament battle (93091";384x224@60;H
+ssf2tbr1;"Super Street Fighter II - the tournament battle (93091";384x224@60;H
+ssf2td;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2th;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2tu;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2tur1;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2u;"Super Street Fighter II - the new challengers (super s - Super Street Fighter II - The New Challengers (USA)";384x224@60;H
+ssf2ud;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2xj;"Super Street Fighter II X - grand master challenge (su";384x224@60;H
+ssf2xjr1;"Super Street Fighter II X - grand master challenge (su";384x224@60;H
+ssf2xjr1d;"Super Street Fighter II X - grand master challenge (su";384x224@60;H
+ssf2xjr1r;"Super Street Fighter II X - grand master challenge (su";384x224@60;H
+ssi;"Andre Agassi Tennis (Euro) - Andre Agassi Tennis (Euro, Bra) - Andre Agassi Tennis (USA) - Super Space Invaders '91 (World)";320x224@60;V
+ssideki;"Super Sidekicks / Tokuten Ou";304x224@59;H
+ssideki2;"Super Sidekicks 2 - The World Championship / Tokuten O";320x224@59;H
+ssideki3;"Super Sidekicks 3 - The Next Glory / Tokuten Ou 3 - ei";320x224@59;H
+ssideki4;"The Ultimate 11 - The SNK Football Championship / Toku";320x224@59;H
+ssmissin;"S.S. Mission";256x224@56;V
+ssoldier;"Superior Soldiers (US)";320x240@60;H
+ssozumo;"Syusse Oozumou (Japan)";256x240@60;V
+ssprint;"Super Sprint (Atari System 2)";512x384@60;H
+ssriders;"Sunset Riders (4 Players ver. EAC) - Sunset Riders (Euro)";288x224@60;H
+ssridersabd;"Sunset Riders (2 Players ver. ABD)";288x224@60;H
+ssridersadd;"Sunset Riders (4 Players ver. ADD)";288x224@60;H
+ssriderseaa;"Sunset Riders (4 Players ver. EAA)";288x224@60;H
+ssridersebc;"Sunset Riders (2 Players ver. EBC)";288x224@60;H
+ssridersebd;"Sunset Riders (2 Players ver. EBD)";288x224@60;H
+ssridersjac;"Sunset Riders (4 Players ver. JAC)";288x224@60;H
+ssridersjad;"Sunset Riders (4 Players ver. JAD)";288x224@60;H
+ssridersjbd;"Sunset Riders (2 Players ver. JBD)";288x224@60;H
+ssridersuab;"Sunset Riders (4 Players ver. UAB)";288x224@60;H
+ssridersuac;"Sunset Riders (4 Players ver. UAC)";288x224@60;H
+ssridersubc;"Sunset Riders (2 Players ver. UBC)";288x224@60;H
+ssridersuda;"Sunset Riders (4 Players ver. UDA)";288x224@60;H
+sstarcrs;"Super Star Crest";256x224@60;V
+sstingry;"Super Stingray (Japan)";256x224@60;V
+sstriker;"Sorcer Striker (World)";320x240@60;V
+sstrikera;"Sorcer Striker (World, alt)";320x240@60;V
+stagger1;"Stagger I (Japan)";256x224@56;V
+stakwin;"Stakes Winner / Stakes Winner - GI kinzen seiha e no m";320x224@59;H
+stakwin2;"Stakes Winner 2";320x224@59;H
+starfght;"Star Fighter";256x224@60;V
+starfgmc;"Star Fighter (Moon Cresta bootleg)";256x224@60;V
+starfigh;"Star Fighter (v1)";256x224@60;V
+starjack;"Star Jacker (Euro, Jpn, v1.2) - Star Jacker (Sega)";240x224@60;V
+starjacks;"Star Jacker (Stern)";240x224@60;V
+stdragon;"Saint Dragon (set 1)";256x224@60;H
+stdragona;"Saint Dragon (set 2)";256x224@60;H
+stdragonb;"Saint Dragon (bootleg)";256x224@60;H
+stera;"Steraranger (Moon Cresta bootleg)";256x224@60;V
+stg;"Juno First (Gottlieb) - Moon Cresta (Gremlin) - Strike Gunner S.T.G";384x240@60;V
+stinger;"Stinger";256x224@60;V
+stinger2;"Stinger (prototype?)";256x224@60;V
+stlforce;"Steel Force";368x240@58;H
+stmblade;"Storm Blade (US)";352x240@60;V
+stmbladej;"Storm Blade (Japan)";352x240@60;V
+strahl;"Koutetsu Yousai Strahl (Japan set 1)";256x224@56;H
+strahla;"Koutetsu Yousai Strahl (Japan set 2)";256x224@56;H
+stratgys;"Strategy X (Stern)";256x224@60;H
+stratgyx;"Strategy X";256x224@60;H
+stratof;"Raiga - Strato Fighter (US)";256x224@60;H
+stratvox;"Stratovox";256x256@60;V
+stratvoxb;"Stratovox (bootleg)";256x256@60;V
+streakng;"Streaking (set 1)";256x224@60;V
+streaknga;"Streaking (set 2)";256x224@60;V
+streetsm;"Street Smart (US version 2)";256x224@60;H
+streetsm1;"Street Smart (US version 1)";256x224@60;H
+streetsmj;"Street Smart (Japan version 1)";256x224@60;H
+streetsmw;"Street Smart (World version 1)";256x224@60;H
+strfbomb;"Strafe Bomb";256x224@60;V
+strhoop;"Street Hoop / Street Slam / Dunk Dream (DEM-004) (DEH-";304x224@59;H
+strider;"Strider (Euro, USA) - Strider (Euro, USA, Bra, Kor) - Strider (US set 1)";384x224@60;H
+striderj;"Strider Hiryu (Japan) - Strider Hiryuu (Jpn, Kor)";384x224@60;H
+striderjr;"Strider Hiryu (Japan Resale Ver.)";384x224@60;H
+striderua;"Strider (US set 2)";384x224@60;H
+strideruc;"Strider (US, Street Fighter II conversion)";384x224@60;H
+striv;"Super Triv";256x224@60;V
+striv2;"Super Triv (set 2)";256x224@60;V
+strkfgtr;"Strike Fighter (World)";320x224@60;H
+strkfgtrj;"Strike Fighter (Japan)";320x224@60;H
+strongx;"Strong X";256x224@60;H
+sub;"688 Attack Sub (Euro, USA) - N-Sub (Euro?) - Submarine (Sigma)";256x224@60;V
+sucasino;"Super Casino";256x224@60;V
+sunaq;"SunA Quiz 6000 Academy (940620-6)";256x224@60;H
+supbtime;"Super Burger Time (World, set 1)";320x240@58;H
+supbtimea;"Super Burger Time (World, set 2)";320x240@58;H
+supbtimej;"Super Burger Time (Japan)";320x240@58;H
+superbar;"Super Bar";384x240@60;V
+superbon;"Agent Super Bond (scobra hardware)";256x224@60;V
+superchs;"Super Chase - Criminal Termination (World)";320x240@60;H
+superchsj;"Super Chase - Criminal Termination (Japan)";320x240@60;H
+superchsu;"Super Chase - Criminal Termination (US)";320x240@60;H
+superg;"Super Galaxians (galaxiaj hack)";256x224@60;V
+superman;"Superman (World) - Superman - The Man of Steel (Euro) - Superman - The Man of Steel (Euro) - Superman - The Man of Steel (Euro, Bra)";384x240@60;H
+supermanj;"Superman (Japan)";384x240@60;H
+supermanu;"Superman (US) - Superman (USA)";384x240@60;H
+superpac;"Super Pac-Man";288x224@60;V
+superpacm;"Super Pac-Man (Midway)";288x224@60;V
+superspy;"The Super Spy (NGM-011)(NGH-011)";304x224@59;H
+superten;"Super Ten V8.3";400x256@60;H
+superx;"Super-X (NTC)";384x240@60;V
+superxm;"Super-X (Mitchell)";384x240@60;V
+supmodel;"Super Model";256x224@60;V
+suprglob;"Super Glob";272x236@60;V
+suprheli;"Super Heli (Super Cobra bootleg)";256x224@60;V
+suprleag;"Super League (Euro) - Super League (FD1094 317-0045)";320x224@60;H
+suprloco;"Super Locomotive (Rev.A)";240x224@60;H
+suprlocoo;"Super Locomotive";240x224@60;H
+suprridr;"Super Rider";256x224@60;V
+suprtrio;"Super Trio";320x240@60;H
+suratk;"Surprise Attack (World ver. K)";304x224@60;H
+suratka;"Surprise Attack (Asia ver. L)";304x224@60;H
+suratkj;"Surprise Attack (Japan ver. M)";304x224@60;H
+survarts;"Survival Arts (World)";336x240@60;H
+survartsj;"Survival Arts (Japan)";336x240@60;H
+survartsu;"Survival Arts (USA)";336x240@60;H
+svc;"SNK vs. Capcom - SVC Chaos (NGM-2690)(NGH-2690)";304x224@59;H
+svcboot;"SNK vs. Capcom - SVC Chaos (bootleg)";304x224@59;H
+svcpcb;"SNK vs. Capcom - SVC Chaos (JAMMA PCB, set 1)";304x224@59;H
+svcpcba;"SNK vs. Capcom - SVC Chaos (JAMMA PCB, set 2)";304x224@59;H
+svcplus;"SNK vs. Capcom - SVC Chaos Plus (bootleg set 1)";304x224@59;H
+svcplusa;"SNK vs. Capcom - SVC Chaos Plus (bootleg set 2)";304x224@59;H
+svcsplus;"SNK vs. Capcom - SVC Chaos Super Plus (bootleg)";304x224@59;H
+svg;"S.V.G. - Spectral vs Generation (V200, China)";448x224@60;H
+svgpcb;"S.V.G. - Spectral vs Generation (V100, Japan, Single P";448x224@60;H
+svolley;"Super Volley Ball (USA) - Super Volleyball - Super Volleyball - Super Volleyball (Japan)";288x216@60;H
+svolleyk;"Super Volleyball (Korea)";288x216@60;H
+svolleyu;"Super Volleyball (US)";288x216@60;H
+svolly91;"Super Volley '91 (Japan)";356x240@60;H
+swarm;"Swarm (bootleg?)";256x224@60;V
+swat;"E-Swat - Cyber Police (set 4, World, FD1094 317-0130) - ESWAT - City Under Siege (Euro, USA, Rev. A) - SWAT (315-5048)";256x224@60;V
+swatpolc;"SWAT Police";320x240@60;H
+swimmer;"Swimmer (set 1)";256x224@60;H
+sws;"Super World Stadium (Japan)";288x224@60;H
+sws92;"Super World Stadium '92 (Japan)";288x224@60;H
+sws92g;"Super World Stadium '92 Gekitouban (Japan)";288x224@60;H
+sws93;"Super World Stadium '93 (Japan)";288x224@60;H
+sxyreac2;"Pachinko Sexy Reaction 2 (Japan)";336x240@60;H
+sxyreact;"Pachinko Sexy Reaction (Japan)";338x240@60;H
+syscheck;"Neo System Check (ver 1.0b)";304x224@59;H
+syvalion;"Syvalion (Japan)";512x400@60;H
+syvalionp;"Syvalion (World, prototype)";512x400@60;H
+szaxxon;"Super Zaxxon";256x224@60;V
+tactcian;"Tactician (set 1)";288x224@60;V
+tactcian2;"Tactician (set 2)";288x224@60;V
+tail2nos;"Tail to Nose - Great Championship";320x240@60;V
+tangtang;"Tang Tang (ver. 0526, 26/05/2000)";320x240@60;H
+tankfrce;"Tank Force (US, 2 Players)";288x224@60;H
+tankfrce4;"Tank Force (US, 4 Players)";288x224@60;H
+tankfrcej;"Tank Force (Japan)";288x224@60;H
+taotaido;"Tao Taido (set 1)";320x224@60;H
+taotaidoa;"Tao Taido (set 2)";320x224@60;H
+tazmani2;"Tazz-Mania (set 2)";256x224@60;V
+tazmania;"Taz-Mania (Euro, Bra) - Taz-Mania (World) - Taz-Mania - The Search for the Lost Seabirds (Euro, US - Tazz-Mania (set 1)";256x224@60;V
+tazzmang;"Tazz-Mania (bootleg on Galaxian hardware)";256x224@60;V
+tazzmang2;"Tazz-Mania (bootleg on Galaxian hardware with Starfiel";256x224@60;V
+tbowl;"Tecmo Bowl (World?)";224x512@60;V
+tbowlj;"Tecmo Bowl (Japan)";224x512@60;V
+tcobra2;"Twin Cobra II (Ver 2.1O 1995/11/30)";320x232@60;V
+tcobra2u;"Twin Cobra II (Ver 2.1A 1995/11/30)";320x232@60;V
+tdpgal;"Triple Draw Poker";256x224@60;V
+tdragon;"Saint Dragon (set 1) - Thunder Dragon (9th Jan. 1992)";256x224@56;V
+tdragon1;"Thunder Dragon (4th Jun. 1991)";256x224@56;V
+tdragon2;"Thunder Dragon 2 (9th Nov. 1993)";384x224@56;V
+tdragon2a;"Thunder Dragon 2 (1st Oct. 1993)";384x224@56;V
+tdragonb;"Saint Dragon (bootleg) - Thunder Dragon (bootleg)";256x224@56;V
+teddybb;"TeddyBoy Blues (315-5115, New Ver.)";256x224@60;H
+teddybbo;"TeddyBoy Blues (315-5115, Old Ver.)";256x224@60;H
+teddybbobl;"TeddyBoy Blues (bootleg)";256x224@60;H
+tekipaki;"Teki Paki";320x240@60;H
+teljan;"Tel Jan";320x240@60;H
+tengai;"Tengai (world)";320x224@59;H
+tengaij;"Tengai0Sengoku Blade - sengoku ace episode II";320x224@59;H
+terracre;"Terra Cresta (YM3526 set 1)";256x224@60;V
+terracrea;"Terra Cresta (YM3526 set 3)";256x224@60;V
+terracren;"Terra Cresta (YM2203)";256x224@60;V
+terracreo;"Terra Cresta (YM3526 set 2)";256x224@60;V
+terraf;"Terra Force";320x240@57;H
+terrafb;"Terra Force (Japan, bootleg set 2)";320x240@60;H
+terrafj;"Terra Force (Japan)";320x240@57;H
+terrafjb;"Terra Force (Japan, bootleg with additional Z80)";320x240@60;H
+terrafu;"Terra Force (US)";320x240@57;H
+tetrbx;"Tetris / Bloxeed (Korean System 16 bootleg) (ISG Selec";320x224@60;H
+tetris;"FA Tetris (Kor) - FA Tetris (Kor) - Super Tetris (Kor, SMS Mode?) - Tetris (Jpn) - Tetris (Kor) - Tetris (set 1) - Tetris (set 4, Japan, System 16A, FD1094 317-0093)";320x224@60;H
+tetris1;"Tetris (Pirate?) - Tetris (set 1, Japan, System 16B, FD1094 317-0091)";320x224@60;H
+tetris1d;"Tetris (set 1, Japan, System 16B, FD1094 317-0091 decr";320x224@60;H
+tetris2;"Tetris (set 2, Japan, System 16B, FD1094 317-0092) - Tetris II (Kor)";320x224@60;H
+tetris2d;"Tetris (set 2, Japan, System 16B, FD1094 317-0092 decr";320x224@60;H
+tetris3;"Tetris (set 3, Japan, System 16A, FD1094 317-0093a)";320x224@60;H
+tetris3d;"Tetris (set 3, Japan, System 16A, FD1094 317-0093a dec";320x224@60;H
+tetrisbl;"Tetris (bootleg)";320x224@60;H
+tetrisd;"Tetris (set 4, Japan, System 16A, FD1094 317-0093 decr";320x224@60;H
+tetrisp2;"Tetris Plus 2 (World)";320x224@60;H
+tetrisp2j;"Tetris Plus 2 (Japan, V2.2)";320x224@60;H
+tetrisp2ja;"Tetris Plus 2 (Japan, V2.1)";320x224@60;H
+tetrisse;"Tetris (Japan, System E)";256x192@60;H
+tetrist;"Tetris (Japan, B-System, YM2610)";320x224@60;H
+tetrista;"Tetris (Japan, B-System, YM2203)";320x224@60;H
+tetristh;"Tetris (Japan, Taito H-System)";320x224@60;H
+tetrsark;"Tetris (D.R. Korea)";256x224@60;H
+tgm2;"Tetris the Absolute The Grand Master 2";320x240@60;H
+tgm2p;"Tetris the Absolute The Grand Master 2 Plus";320x240@60;H
+tharrier;"Task Force Harrier";256x224@56;V
+tharrieru;"Task Force Harrier (US?)";256x224@56;V
+thedeep;"The Deep (Japan)";256x248@60;V
+theend;"The End";256x224@60;V
+theends;"The End (Stern)";256x224@60;V
+theglad;"The Gladiator - Road Of The Sword / Shen Jian (V101)";448x224@60;H
+theglad100;"The Gladiator - Road Of The Sword / Shen Jian (V100, T";448x224@60;H
+theglad101;"The Gladiator - Road Of The Sword / Shen Jian (V100)";448x224@60;H
+thegladpcb;"The Gladiator - Road Of The Sword / Shen Jian (V100, J";448x224@60;H
+theglob;"The Glob";272x236@60;V
+theglob2;"The Glob (earlier)";272x236@60;V
+theglob3;"The Glob (set 3)";272x236@60;V
+theglobp;"The Glob (Pac-Man hardware)";288x224@60;V
+thehustl;"The Hustler (Japan, program code M)";256x224@60;V
+thehustlj;"The Hustler (Japan, program code J)";256x224@60;V
+thepitm;"The Pit (bootleg on Moon Quasar hardware)";256x224@60;V
+theroes;"Thunder Heroes";320x224@58;H
+thetogyu;"The Togyu (315-5065, Japan)";256x224@60;H
+thndblst;"Thunder Blaster (Japan)";320x240@60;V
+thndrbld;"Thunder Blade (upright, FD1094 317-0056)";320x224@60;H
+thndrbld1;"Thunder Blade (deluxe/standing, unprotected)";320x224@60;H
+thndrbldd;"Thunder Blade (upright, FD1094 317-0056 decrypted)";320x224@60;H
+thndrx2;"Thunder Cross II (World)";288x224@60;H
+thndrx2a;"Thunder Cross II (Asia)";288x224@60;H
+thndrx2j;"Thunder Cross II (Japan)";288x224@60;H
+thndzone;"Thunder Zone (World, Rev 1)";320x240@60;H
+thndzone4;"Thunder Zone (World 4 Players)";320x240@60;H
+thndzonea;"Thunder Zone (World)";320x240@60;H
+thndzonej;"Thunder Zone (Japan)";320x240@60;H
+thoop;"Thunder Hoop (Ver. 1)";320x240@60;H
+thunderl;"Thunder & Lightning";384x240@60;V
+thunderx;"Thunder Cross (set 1)";288x224@60;H
+thunderxa;"Thunder Cross (set 2)";288x224@60;H
+thunderxb;"Thunder Cross (set 3)";288x224@60;H
+thunderxj;"Thunder Cross (Japan)";288x224@60;H
+thundfox;"Thunder Fox (World)";320x224@60;H
+thundfoxj;"Thunder Fox (Japan)";320x224@60;H
+thundfoxu;"Thunder Fox (US)";320x224@60;H
+tigerh;"Tiger Heli (US)";280x240@60;V
+tigerhb1;"Tiger Heli (bootleg, set 1)";280x240@60;V
+tigerhb2;"Tiger Heli (bootleg, set 2)";280x240@60;V
+tigerhb3;"Tiger Heli (bootleg, set 3)";280x240@60;V
+tigerhj;"Tiger Heli (Japan)";280x240@60;V
+tigeroad;"Tiger Road (US)";256x224@60;H
+tigeroadb;"Tiger Road (US bootleg, set 1)";256x224@60;H
+tigeroadb2;"Tiger Road (US bootleg, set 2)";256x224@60;H
+tigeroadu;"Tiger Road (US, Romstar license)";256x224@60;H
+timefgtr;"Time Fighter (Time Pilot conversion on Galaxian hardwa";256x224@60;V
+timelimt;"Time Limit";256x224@60;V
+timeplt;"Time Pilot - Time Pilot - Time Pilot (Jpn)";256x224@60;V
+timeplta;"Time Pilot (Atari) - Time Pilot (Jpn, Alt)";256x224@60;V
+timepltc;"Time Pilot (Centuri)";256x224@60;V
+timescan;"Time Scanner (set 2, System 16B)";320x224@60;V
+timescan1;"Time Scanner (set 1, System 16A, FD1089B 317-0024)";320x224@60;V
+timesold;"Time Soldiers (Euro, USA, Bra) - Time Soldiers (US Rev 3)";256x224@60;V
+timesold1;"Time Soldiers (US Rev 1)";256x224@60;V
+timesupd;"Time's Up Demo";304x224@59;H
+tiptop;"Tip Top";256x224@60;V
+tkdensho;"Toukidenshou - Angel Eyes (VER. 960614)";320x240@57;H
+tkdenshoa;"Toukidenshou - Angel Eyes (VER. 960427)";320x240@57;H
+tknight;"Tecmo Knight";256x224@60;H
+tmht;"Teenage Mutant Hero Turtles (UK 4 Players, version F)";304x224@60;H
+tmht22pe;"Teenage Mutant Hero Turtles - Turtles in Time (2 Playe";288x224@60;H
+tmht24pe;"Teenage Mutant Hero Turtles - Turtles in Time (4 Playe";288x224@60;H
+tmht2p;"Teenage Mutant Hero Turtles (UK 2 Players, version U)";304x224@60;H
+tmht2pa;"Teenage Mutant Hero Turtles (UK 2 Players, version ?)";304x224@60;H
+tmhta;"Teenage Mutant Hero Turtles (UK 4 Players, version S)";304x224@60;H
+tmhtb;"Teenage Mutant Hero Turtles (UK 4 Players, version ?)";304x224@60;H
+tmnt;"Streets of Rage 2 - Teenage Mutant Ninja Turtles (Hack - Teenage Mutant Ninja Turtles (World 4 Players, version";304x224@60;H
+tmnt2;"Teenage Mutant Ninja Turtles - Turtles in Time (4 Play";288x224@60;H
+tmnt22pu;"Teenage Mutant Ninja Turtles - Turtles in Time (2 Play";288x224@60;H
+tmnt2a;"Teenage Mutant Ninja Turtles - Turtles in Time (4 Play";288x224@60;H
+tmnt2pj;"Teenage Mutant Ninja Turtles (Japan 2 Players, version";304x224@60;H
+tmnt2po;"Teenage Mutant Ninja Turtles (Oceania 2 Players, versi";304x224@60;H
+tmnta;"Teenage Mutant Ninja Turtles (Asia 4 Players, version";304x224@60;H
+tmnti;"Teenage Mutant Ninja Turtles (Intro demo)";304x224@59;H
+tmntia;"Teenage Mutant Ninja Turtles (Intro demo, alt)";304x224@59;H
+tmntj;"Teenage Mutant Ninja Turtles (Japan 4 Players, version";304x224@60;H
+tmntu;"Teenage Mutant Ninja Turtles (US 4 Players, version R)";304x224@60;H
+tmntua;"Teenage Mutant Ninja Turtles (US 4 Players, version J)";304x224@60;H
+tmntub;"Teenage Mutant Ninja Turtles (US 4 Players, version H)";304x224@60;H
+tndrcade;"Thundercade / Twin Formation";384x224@60;V
+tndrcadej;"Tokusyu Butai U.A.G. (Japan)";384x224@60;V
+tnextspc;"The Next Space (set 1)";256x224@60;V
+tnextspc2;"The Next Space (set 2)";256x224@60;V
+tnextspcj;"The Next Space (Japan)";256x224@60;V
+tnk3;"T.N.K III (US)";288x224@60;V
+tnk3j;"T.A.N.K (Japan)";288x224@60;V
+tnzs;"The New Zealand Story - The New Zealand Story (Euro) - The New Zealand Story (Jpn) - The NewZealand Story (World, newer)";256x224@60;H
+tnzsj;"The NewZealand Story (Japan, new version, newer PCB)";256x224@60;H
+tnzsjo;"The NewZealand Story (Japan, old version) (older PCB)";256x224@60;H
+tnzso;"The NewZealand Story (World, old version) (older PCB)";256x224@60;H
+tnzsoa;"The NewZealand Story (World, unknown version) (older P";256x224@60;H
+tnzsop;"The NewZealand Story (World, prototype) (older PCB)";256x224@60;H
+tnzsuo;"The NewZealand Story (US, old version) (older PCB)";256x224@60;H
+todruaga;"The Tower of Druaga (New Ver.)";288x224@60;V
+todruagao;"The Tower of Druaga (Old Ver.)";288x224@60;V
+todruagas;"The Tower of Druaga (Sidam)";288x224@60;V
+toki;"Toki (World, set 1) - Toki - Going Ape Spit ~ JuJu Densetsu (World, Rev. A)";256x224@60;H
+tokia;"Toki (World, set 2)";256x224@60;H
+tokib;"Toki (bootleg)";256x224@60;H
+tokiob;"Tokio / Scramble Formation (bootleg)";256x224@60;V
+tokip;"Toki (US, prototype?)";256x224@60;H
+tokisens;"Toki no Senshi - Chrono Soldier";256x224@60;V
+tokiu;"Toki (US, set 1)";256x224@60;H
+tokiua;"Toki (US, set 2)";256x224@60;H
+toobin;"Toobin' (Atari 68k based)";512x384@60;V
+topgunbl;"Top Gunner (bootleg, Rotary Joystick)";240x224@60;V
+topgunr;"Top Gunner (US, 8-way Joystick)";240x224@60;V
+tophuntr;"Top Hunter - Roddy & Cathy (NGM-046)";320x224@59;H
+tophuntrh;"Top Hunter - Roddy & Cathy (NGH-046)";320x224@59;H
+toppyrap;"Toppy & Rappy";256x224@58;H
+topsecrt;"Top Secret (Japan)";256x224@60;H
+topspeed;"Top Speed (World)";320x240@60;H
+topspeedu;"Top Speed (US)";320x240@60;H
+toramich;"Tora e no Michi - Tora e no Michi (Japan)";256x224@60;H
+toride2g;"Toride II Adauchi Gaiden";320x224@60;H
+toride2gg;"Toride II Adauchi Gaiden (German)";320x224@60;H
+toride2gk;"Toride II Bok Su Oi Jeon Adauchi Gaiden (Korea)";320x224@60;H
+toride2j;"Toride II (Japan)";320x224@60;H
+toryumon;"Toryumon";320x224@60;H
+totc;"Treasure of the Caribbean";304x224@59;H
+toto;"Come Back Toto";256x224@58;H
+touchgok;"Touch & Go (Korea, unprotected)";480x240@60;H
+toutrun;"Turbo Out Run (Out Run upgrade, FD1094 317-0118) - Turbo OutRun (Euro, Jpn)";320x224@60;H
+toutrun1;"Turbo Out Run (deluxe cockpit, FD1094 317-0109)";320x224@60;H
+toutrun3;"Turbo Out Run (cockpit, FD1094 317-0107)";320x224@60;H
+toutrun3d;"Turbo Out Run (cockpit, FD1094 317-0107 decrypted)";320x224@60;H
+toutrund;"Turbo Out Run (Out Run upgrade, FD1094 317-0118 decryp";320x224@60;H
+toutrunj;"Turbo Out Run (Japan, Out Run upgrade, FD1094 317-0117";320x224@60;H
+toutrunj1;"Turbo Out Run (Japan, deluxe cockpit, FD1094 317-0101)";320x224@60;H
+toutrunj1d;"Turbo Out Run (Japan, deluxe cockpit, FD1094 317-0101";320x224@60;H
+toutrunjd;"Turbo Out Run (Japan, Out Run upgrade, FD1094 317-0117";320x224@60;H
+toypop;"Toypop";288x224@60;H
+tp84;"Time Pilot '84 (set 1)";256x224@60;V
+tp84a;"Time Pilot '84 (set 2)";256x224@60;V
+tp84b;"Time Pilot '84 (set 3)";256x224@60;V
+tpgolf;"Top Player's Golf (NGM-003)(NGH-003)";304x224@59;H
+trackfld;"Track & Field - Track & Field 1 (Euro)";256x224@60;H
+trackfldc;"Track & Field (Centuri)";256x224@60;H
+trackfldnz;"Track & Field (NZ bootleg?)";256x224@60;H
+trally;"Thrash Rally (ALM-003)(ALH-003)";320x224@59;H
+transfrm;"Transformer";256x192@60;H
+travrusa;"Traverse USA / Zippy Race";240x256@60;V
+travrusab;"Traverse USA (bootleg)";240x256@60;V
+trckydoc;"Tricky Doc (set 1)";240x224@60;H
+trckydoca;"Tricky Doc (set 2)";240x224@60;H
+treahunt;"Treasure Hunt (bootleg?)";256x224@60;V
+tricktrp;"Trick Trap (World?)";280x224@60;V
+trigon;"Trigon (Japan)";288x224@60;V
+trikitri;"Triki Triki (Lover Boy bootleg)";240x224@60;V
+triothep;"Trio The Punch - Never Forget Me... (World)";256x240@60;H
+triothepj;"Trio The Punch - Never Forget Me... (Japan)";256x240@60;H
+triplep;"Triple Punch (set 1)";256x224@60;V
+triplepa;"Triple Punch (set 2)";256x224@60;V
+triplfun;"Triple Fun";320x224@60;H
+tripool;"Tri-Pool (Casino Tech)";256x224@60;V
+tripoola;"Tri-Pool (Costal Games)";256x224@60;V
+trojan;"Trojan (US set 1)";256x240@60;H
+trojana;"Trojan (US set 2)";256x240@60;H
+trojanb;"Trojan (bootleg)";256x240@60;H
+trojanj;"Tatakai no Banka (Japan)";256x240@60;H
+trojanr;"Trojan (Romstar)";256x240@60;H
+trophyh;"Trophy Hunting - Bear & Moose V1.0";320x240@60;H
+trstar;"Top Ranking Stars (Ver 2.1O 1993/05/21) (New Version)";320x232@60;H
+trstarj;"Top Ranking Stars (Ver 2.1J 1993/05/21) (New Version)";320x232@60;H
+trstaro;"Top Ranking Stars (Ver 2.1O 1993/05/21) (Old Version)";320x232@60;H
+trstaroj;"Top Ranking Stars (Ver 2.1J 1993/05/21) (Old Version)";320x232@60;H
+truxton;"Truxton (Euro, USA) ~ Tatsujin (Jpn) - Truxton0Tatsujin";320x240@57.6;V
+truxton2;"Truxton II0Tatsujin Oh";320x240@60;V
+trvgns;"Trivia Genius";288x224@60;V
+trvmstr;"Trivia Master (set 1)";288x224@60;V
+trvmstra;"Trivia Master (set 2)";288x224@60;V
+trvmstrb;"Trivia Master (set 3)";288x224@60;V
+trvmstrc;"Trivia Master (set 4)";288x224@60;V
+tsamurai;"Samurai Nihon-Ichi (set 1)";256x224@60;V
+tsamurai2;"Samurai Nihon-Ichi (set 2)";256x224@60;V
+tsamuraih;"Samurai Nihon-Ichi (bootleg, harder)";256x224@60;V
+tshingen;"Shingen Samurai-Fighter (Japan, English)";256x224@60;H
+tshingena;"Takeda Shingen (Japan, Japanese)";256x224@60;H
+tst_galx;"Galaxian Test ROM";256x224@60;V
+ttmahjng;"T.T Mahjong";256x256@60;H
+tturf;"Tough Turf (set 2, Japan, 8751 317-0104)";320x224@60;H
+tturfu;"Tough Turf (set 1, US, 8751 317-0099)";320x224@60;H
+tubeit;"Tube-It";320x224@60;H
+tumbleb;"Tumble Pop (bootleg set 1)";320x240@58;H
+tumbleb2;"Tumble Pop (bootleg set 2)";320x240@58;H
+tumblep;"Tumble Pop (World)";320x240@58;H
+tumblepj;"Tumble Pop (Japan)";320x240@58;H
+turbofrc;"Turbo Force (World)";352x240@60;V
+turbofrcu;"Turbo Force (US)";352x240@60;V
+turfmast;"Neo Turf Masters / Big Tournament Golf";304x224@59;H
+turkhunt;"Turkey Hunting USA V1.0";320x240@60;H
+turpin;"Turpin";256x224@60;V
+turpins;"Turpin (bootleg on Scramble hardware)";256x224@60;V
+turtles;"Turtles";256x224@60;V
+turtship;"Turtle Ship (North America)";384x224@60;H
+turtshipj;"Turtle Ship (Japan)";384x224@60;H
+turtshipk;"Turtle Ship (Korea)";384x224@60;H
+turtshipkn;"Turtle Ship (Korea, 88/9)";384x224@60;H
+turtshipko;"Turtle Ship (Korea, older)";384x224@60;H
+tutankhm;"Tutankham - Tutankham";256x224@60;V
+tutankhms;"Tutankham (Stern Electronics)";256x224@60;V
+twinactn;"Twin Action";256x224@56;H
+twinadv;"Twin Adventure (World)";256x224@58;H
+twinadvk;"Twin Adventure (Korea)";256x224@58;H
+twinbee;"Detana!! Twinbee - Twin Bee (Jpn) - TwinBee (ROM version)";256x224@60;V
+twinbrat;"Twin Brats (set 1)";334x240@58;H
+twinbrata;"Twin Brats (set 2)";334x240@58;H
+twincobr;"Twin Cobra (USA) - Twin Cobra (World)";320x240@54.9;V
+twincobru;"Twin Cobra (US)";320x240@54.9;V
+twineag2;"Twin Eagle II - The Rescue Mission";336x240@60.2;V
+twineagl;"Twin Eagle - Revenge Joe's Brother";384x224@60;V
+twinfalc;"Twin Falcons";384x224@60;H
+twinhawk;"Twin Hawk (Euro) ~ Daisenpuu (Jpn) - Twin Hawk (World)";384x224@60;V
+twinhawku;"Twin Hawk (US)";384x224@60;V
+twinkle;"Twinkle";256x224@58;H
+twinqix;"Twin Qix (Ver 1.0A 1995/01/17) (Prototype)";320x224@60;H
+twinspri;"Twinkle Star Sprites";304x224@59;H
+twocrude;"Two Crude (US FT revision 1) - Two Crude Dudes (Euro)";256x240@58;H
+twocrudea;"Two Crude (US FT version)";256x240@58;H
+tws96;"Tecmo World Soccer '96";304x224@59;H
+typhoon;"Typhoon";304x224@60;V
+uballoon;"Ultra Balloon";256x224@60;H
+uccops;"Undercover Cops (World)";320x240@60;H
+uccopsar;"Undercover Cops (Alpha Renewal Version)";320x240@60;H
+uccopsj;"Undercover Cops (Japan)";320x240@60;H
+uccopsu;"Undercover Cops (US)";320x240@60;H
+uecology;"Ultimate Ecology (931203 Japan)";384x224@60;H
+ufosensi;"Ufo Senshi Yohko Chan (MC-8123, 317-0064)";256x224@60;H
+ultraman;"Ultraman (Japan) - Ultraman (Jpn) - Ultraman (Jpn)";288x224@60;H
+ultrax;"Ultra X Weapons / Ultra Keibitai";336x240@60;V
+ultraxg;"Ultra X Weapons / Ultra Keibitai (GAMEST review build)";336x240@60;V
+umanclub;"Ultraman Club - Tatakae! Ultraman Kyoudai!!";384x240@60;H
+unclepoo;"Uncle Poo";256x224@60;V
+uniwars;"UniWar S";256x224@60;V
+uniwarsa;"UniWar S (bootleg)";256x224@60;V
+unkpacg;"unknown Pac-Man gambling game";256x224@60;H
+unsquad;"U.N. Squadron (US)";384x224@60;H
+uopoko;"Puzzle Uo Poko (International, ver. 98/02/06)";320x240@58;H
+uopokoj;"Puzzle Uo Poko (Japan, ver. 98/02/06)";320x240@58;H
+upndown;"Up'n Down - Up'n Down (315-5030)";256x224@60;V
+upndownu;"Up'n Down (not encrypted)";256x224@60;V
+usclssic;"U.S. Classic";384x240@60;V
+usg182;"Games V18.2";400x256@60;H
+usg185;"Games V18.5";400x256@60;H
+usg187c;"Games V18.7C";400x256@60;H
+usg32;"Super Duper Casino (California V3.2)";400x256@60;H
+usg82;"Super Ten V8.2";400x256@60;H
+usg83x;"Super Ten V8.3X";400x256@60;H
+usgames;"Games V25.4X";400x256@60;H
+utoukond;"Ultra Toukon Densetsu (Japan)";384x224@60;H
+valkyrie;"Valkyrie No Densetsu (Japan) - Walkuere no Densetsu";288x224@60;V
+vampj;"Vampire - the night warriors (940705 Japan)";384x224@60;H
+vampja;"Vampire - the night warriors (940705 Japan, alt)";384x224@60;H
+vampjr1;"Vampire - the night warriors (940630 Japan)";384x224@60;H
+vandyke;"Vandyke (Japan)";256x224@56;V
+vandykeb;"Vandyke (bootleg with PIC16c57)";256x224@56;V
+vandykejal;"Vandyke (Jaleco, Set 1)";256x224@56;V
+vandykejal2;"Vandyke (Jaleco, Set 2)";256x224@56;V
+vangrd2;"Vanguard II";288x216@60;V
+vanvan;"Van-Van Car";256x224@60;V
+vanvanb;"Van-Van Car (set 3)";256x224@60;V
+vanvank;"Van-Van Car (Karateco)";256x224@60;V
+vaportra;"Vapor Trail - Hyper Offence Formation (World revision";256x240@58;V
+vaportra3;"Vapor Trail - Hyper Offence Formation (World revision";256x240@58;V
+vaportrau;"Vapor Trail - Hyper Offence Formation (US)";256x240@58;V
+varth;"Varth - operation thunderstorm (920714 etc)";384x224@60;V
+varthb;"Varth - operation thunderstorm (bootleg, 920612 etc)";384x224@60;V
+varthj;"Varth - operation thunderstorm (920714 Japan)";384x224@60;V
+varthjr;"Varth - operation thunderstorm (920714 Japan Resale Ve";384x224@60;V
+varthr1;"Varth - operation thunderstorm (920612 etc)";384x224@60;V
+varthu;"Varth - operation thunderstorm (920612 USA)";384x224@60;V
+vasara;"Vasara";336x240@60;V
+vasara2;"Vasara 2 (set 1)";336x240@60;V
+vasara2a;"Vasara 2 (set 2)";336x240@60;V
+vastar;"Vastar (set 1)";256x224@60;V
+vastar2;"Vastar (set 2)";256x224@60;V
+vastar3;"Vastar (set 3)";256x224@60;V
+vastar4;"Vastar (set 4)";256x224@60;V
+vautour;"Vautour (bootleg of Phoenix) (8085A CPU)";256x208@60;V
+vautourz;"Vautour (bootleg of Phoenix) (Z80 CPU)";256x208@60;V
+vautourza;"Vautour (bootleg of Phoenix) (Z80 CPU, single PROM)";256x208@60;V
+vblokbrk;"VS Block Breaker (Europe)";320x240@60;H
+vblokbrka;"VS Block Breaker (Asia)";320x240@60;H
+vendetta;"Vendetta (World, 4 Players ver. T)";304x224@60;H
+vendetta2p;"Vendetta (World, 2 Players ver. W)";304x224@60;H
+vendetta2pd;"Vendetta (Asia, 2 Players ver. D)";304x224@60;H
+vendetta2peba;"Vendetta (World, 2 Players ver. EB-A?)";304x224@60;H
+vendetta2pu;"Vendetta (Asia, 2 Players ver. U)";304x224@60;H
+vendetta2pun;"Vendetta (World, 2 Players ver. ?)";304x224@60;H
+vendettaj;"Crime Fighters 2 (Japan, 2 Players ver. P)";304x224@60;H
+vendettar;"Vendetta (US, 4 Players ver. R)";304x224@60;H
+vendettaz;"Vendetta (Asia, 4 Players ver. Z)";304x224@60;H
+venus;"Venus";256x224@60;V
+vfive;"V-Five (Japan) - V-Five (Jpn)";320x240@60;V
+vhunt2;"Vampire Hunter 2 - darkstalkers revenge (970929 Japan)";384x224@60;H
+vhunt2d;"Vampire Hunter 2 - darkstalkers revenge (970913 Japan";384x224@60;H
+vhunt2r1;"Vampire Hunter 2 - darkstalkers revenge (970913 Japan)";384x224@60;H
+vhuntj;"Vampire Hunter - darkstalkers' revenge (950316 Japan)";384x224@60;H
+vhuntjr1;"Vampire Hunter - darkstalkers' revenge (950307 Japan)";384x224@60;H
+vhuntjr1s;"Vampire Hunter - darkstalkers' revenge (950307 Japan s";384x224@60;H
+vhuntjr2;"Vampire Hunter - darkstalkers' revenge (950302 Japan)";384x224@60;H
+victroad;"Victory Road";288x216@60;V
+viewpoin;"Viewpoint - Viewpoint (USA)";304x224@59;H
+vigilant;"Vigilante - Vigilante - Vigilante (Euro, USA, Bra) - Vigilante (Kor) - Vigilante (World, Rev E)";256x256@55;H
+vigilanta;"Vigilante (World, Rev A)";256x256@55;H
+vigilantb;"Vigilante (US, Rev B)";256x256@55;H
+vigilantbl;"Vigilante (bootleg)";256x256@55;H
+vigilantc;"Vigilante (World, Rev C)";256x256@55;H
+vigilantd;"Vigilante (Japan, Rev D)";256x256@55;H
+vigilantg;"Vigilante (US, Rev G)";256x256@55;H
+vigilanto;"Vigilante (US)";256x256@55;H
+vimana;"Vimana (World, set 1)";320x240@58;V
+vimanaj;"Vimana (Japan)";320x240@58;V
+vimanan;"Vimana (World, set 2)";320x240@58;V
+viofight;"Violence Fight (World)";320x224@60;H
+viofightj;"Violence Fight (Japan)";320x224@60;H
+viofightu;"Violence Fight (US)";320x224@60;H
+viostorm;"Violent Storm (ver EAC)";384x224@60;H
+viostorma;"Violent Storm (ver AAC)";384x224@60;H
+viostormab;"Violent Storm (ver AAB)";384x224@60;H
+viostormeb;"Violent Storm (ver EAB)";384x224@60;H
+viostormj;"Violent Storm (ver JAC)";384x224@60;H
+viostormu;"Violent Storm (ver UAC)";384x224@60;H
+viostormub;"Violent Storm (ver UAB)";384x224@60;H
+vliner;"V-Liner (set 1)";304x224@59;H
+vlinero;"V-Liner (set 2)";304x224@59;H
+vmetal;"Varia Metal";320x224@60;V
+vmetaln;"Varia Metal (New Ways Trading Co.)";320x224@60;V
+volfied;"Volfied - Volfied (Jpn) - Volfied (World, revision 1)";320x240@60;V
+volfiedj;"Volfied (Japan, revision 1)";320x240@60;V
+volfiedjo;"Volfied (Japan)";320x240@60;V
+volfiedu;"Volfied (US, revision 1)";320x240@60;V
+vpool;"Video Pool (bootleg on Moon Cresta hardware)";256x224@60;V
+vsav;"Vampire Savior - the lord of vampire (970519 Euro)";384x224@60;H
+vsav2;"Vampire Savior 2 - the lord of vampire (970913 Japan)";384x224@60;H
+vsav2d;"Vampire Savior 2 - the lord of vampire (970913 Japan P";384x224@60;H
+vsava;"Vampire Savior - the lord of vampire (970519 Asia)";384x224@60;H
+vsavd;"Vampire Savior - the lord of vampire (970519 Euro Phoe";384x224@60;H
+vsavh;"Vampire Savior - the lord of vampire (970519 Hispanic)";384x224@60;H
+vsavj;"Vampire Savior - the lord of vampire (970519 Japan)";384x224@60;H
+vsavu;"Vampire Savior - the lord of vampire (970519 USA)";384x224@60;H
+vsgongf;"VS Gong Fight";256x224@60;V
+vulcan;"Vulcan Venture (New)";320x224@60;H
+vulcana;"Vulcan Venture (Old)";320x224@60;H
+vulcanb;"Vulcan Venture (Oldest)";320x224@60;H
+vulgus;"Vulgus (set 1)";256x224@60;V
+vulgusa;"Vulgus (set 2)";256x224@60;V
+vulgusj;"Vulgus (Japan?)";256x224@60;V
+wakuwak7;"Waku Waku 7";304x224@59;H
+wallc;"Wall Crash (set 1)";256x256@60;H
+wallca;"Wall Crash (set 2)";256x256@60;H
+wanted;"Wanted - Wanted (Euro, USA, Bra)";256x224@60;V
+wardner;"Wardner (USA) - Wardner (World)";320x240@60;H
+wardnerj;"Wardner no Mori (Japan) - Wardner no Mori Special (Jpn)";320x240@60;H
+warofbug;"War of the Bugs or Monsterous Manouvers in a Mushroom";256x224@60;V
+warofbugu;"War of the Bugs or Monsterous Manouvers in a Mushroom";256x224@60;V
+warpwarp;"Warp & Warp - Warp & Warp (Jpn)";272x224@60;V
+warpwarpr;"Warp Warp (Rock-Ola set 1)";272x224@60;V
+warpwarpr2;"Warp Warp (Rock-Ola set 2)";272x224@60;V
+warriorb;"Warrior Blade - Rastan Saga Episode III (Japan)";240x640@60;V
+warzard;"War-Zard / Red Earth (Japan 961121)";384x224@60;H
+warzardr1;"War-Zard / Red Earth (Japan 961023)";384x224@60;H
+watrball;"Water Balls";384x240@60;H
+wb3;"Wonder Boy III - Monster Lair (set 6, World, System 16";320x224@60;H
+wb31;"Wonder Boy III - Monster Lair (set 1, Japan, System 16";320x224@60;H
+wb31d;"Wonder Boy III - Monster Lair (set 1, Japan, System 16";320x224@60;H
+wb32;"Wonder Boy III - Monster Lair (set 2, Japan, System 16";320x224@60;H
+wb32d;"Wonder Boy III - Monster Lair (set 2, Japan, System 16";320x224@60;H
+wb33;"Wonder Boy III - Monster Lair (set 3, World, System 16";320x224@60;H
+wb33d;"Wonder Boy III - Monster Lair (set 3, World, System 16";320x224@60;H
+wb34;"Wonder Boy III - Monster Lair (set 4, Japan, System 16";320x224@60;H
+wb34d;"Wonder Boy III - Monster Lair (set 4, Japan, System 16";320x224@60;H
+wb35;"Wonder Boy III - Monster Lair (set 5, Japan, System 16";320x224@60;H
+wb35d;"Wonder Boy III - Monster Lair (set 5, Japan, System 16";320x224@60;H
+wbdeluxe;"Wonder Boy Deluxe";256x224@60;H
+wbml;"Wonder Boy in Monster Land (Japan New Ver., MC-8123, 3";256x224@60;H
+wbmlb;"Wonder Boy in Monster Land (English bootleg set 1)";256x224@60;H
+wbmljb;"Wonder Boy in Monster Land (Japan not encrypted)";256x224@60;H
+wbmljo;"Wonder Boy in Monster Land (Japan Old Ver., MC-8123, 3";256x224@60;H
+wbmlvc;"Wonder Boy in Monster Land (English, Virtual Console)";256x224@60;H
+wboy;"Wonder Boy (Euro) - Wonder Boy (Euro, USA, Bra, v1) - Wonder Boy (Jpn, v1) - Wonder Boy (set 1, 315-5177)";256x224@60;H
+wboy2;"Wonder Boy (set 2, 315-5178)";256x224@60;H
+wboy2u;"Wonder Boy (set 2, not encrypted)";256x224@60;H
+wboy3;"Wonder Boy (set 3, 315-5135) - Wonder Boy III - Monster Lair (Euro) ~ Monster Lair (J - Wonder Boy III - The Dragon's Trap (Euro, USA, Kor)";256x224@60;H
+wboy4;"Wonder Boy (set 4, 315-5162)";256x224@60;H
+wboy5;"Wonder Boy (set 5, bootleg) - Wonder Boy V - Monster World III (Jpn, Kor)";256x224@60;H
+wboyo;"Wonder Boy (set 1, 315-5135)";256x224@60;H
+wboyu;"Wonder Boy (not encrypted)";256x224@60;H
+wc90;"World Cup '90 (World)";256x224@59;H
+wc90a;"World Cup '90 (Euro set 1)";256x224@59;H
+wc90b;"World Cup '90 (Euro set 2)";256x224@59;H
+wc90b1;"Euro League (Italian hack of Tecmo World Cup '90)";256x224@60;H
+wc90b2;"World Cup '90 (bootleg, set 1)";256x224@60;H
+wc90b3;"World Cup '90 (bootleg, set 2)";256x224@60;H
+wc90b4;"World Cup '90 (bootleg, set 3)";256x224@60;H
+wc90ba;"Euro League (Italian hack of Tecmo World Cup '90 - alt";256x224@60;H
+wc90t;"World Cup '90 (trackball)";256x224@59;H
+welltris;"Welltris - Alexey Pajitnov's (World?, 2 players)";352x240@60;H
+welltrisj;"Welltris - Alexey Pajitnov's (Japan, 2 players)";352x240@60;H
+wh1;"World Heroes (ALM-005)";320x224@59;H
+wh1h;"World Heroes (ALH-005)";320x224@59;H
+wh1ha;"World Heroes (set 3)";320x224@59;H
+wh2;"World Heroes 2 (ALM-006)(ALH-006)";304x224@59;H
+wh2j;"World Heroes 2 Jet (ADM-007)(ADH-007)";304x224@59;H
+wh2ja;"World Heroes 2 Jet (ADM-007)";304x224@59;H
+wheelrun;"Wheels Runner";256x224@60;H
+whizz;"Whizz";384x224@60;H
+whoopee;"Pipi & Bibis / Whoopee!! (Teki Paki hardware)";320x240@60;H
+whp;"World Heroes Perfect";320x224@59;H
+wiggie;"Wiggie Waggie";384x240@60;V
+wildfang;"Wild Fang / Tecmo Knight";256x224@60;H
+willow;"Willow (World)";384x224@60;H
+willowj;"Willow (Japan, Japanese)";384x224@60;H
+willowu;"Willow (USA)";384x224@60;H
+willowuo;"Willow (USA Old Ver.)";384x224@60;H
+wilytowr;"Wily Tower";256x224@60;H
+wingforc;"Wing Force (Japan, prototype)";320x224@60;V
+wintbob;"The Winter Bobble (bootleg)";256x224@58;H
+wiping;"Wiping";288x224@60;V
+wits;"Wit's (Japan)";384x240@60;H
+wiz;"Lizard Wizard - Magical Kid Wiz (Jpn) - Magical Kid Wiz (Tw) - Wiz";256x224@60;V
+wizdfire;"Wizard Fire (Over Sea v2.1)";320x240@58;H
+wizdfireu;"Wizard Fire (US v1.1)";320x240@58;H
+wizt;"Wiz (Taito, set 1)";256x224@60;V
+wizta;"Wiz (Taito, set 2)";256x224@60;V
+wjammers;"Windjammers / Flying Power Disc";304x224@59;H
+wldcourt;"World Court (Japan)";288x224@60;H
+wlstar;"Wonder League Star - Sok-Magicball Fighting (Korea)";320x240@60;H
+wmatch;"Water Match (315-5064)";240x224@60;V
+wndrmomo;"Wonder Momo";288x224@60;H
+wndrplnt;"Wonder Planet (Japan)";256x248@60;V
+wof;"Warriors of Fate (921031 etc)";384x224@60;H
+wof3js;"Sangokushi II: San Jian Sheng (Chinese bootleg set 1,";384x224@60;H
+wof3jsa;"Sangokushi II: San Jian Sheng (Chinese bootleg set 2,";384x224@60;H
+wof3sj;"Sangokushi II: San Sheng Jian (Chinese bootleg set 1,";384x224@60;H
+wof3sja;"Sangokushi II: San Sheng Jian (Chinese bootleg set 2,";384x224@60;H
+wofa;"Sangokushi II (921005 Asia)";384x224@60;H
+wofah;"Sangokushi II (hack set 1, 921005 Asia)";384x224@60;H
+wofaha;"Sangokushi II (hack set 2, 921005 Asia)";384x224@60;H
+wofahb;"Sangokushi II (hack set 3, 921005 Asia)";384x224@60;H
+wofb;"Warriors of Fate (bootleg, 921002 etc)";384x224@60;H
+wofch;"Tenchi wo Kurau II - Sekiheki no Tatakai (CPS Changer,";384x224@60;H
+wofchdx;"Sangokushi III Gaiden: Kakou-On's Revenge DX (hack)";384x224@60;H
+wofh;"Sangokushi II: Sanguo Yingxiong Zhuan (Chinese bootleg";384x224@60;H
+wofha;"Sangokushi II: Sanguo Yingxiong Zhuan (Chinese bootleg";384x224@60;H
+wofhfh;"Sangokushi II: Huo Fenghuang (Chinese bootleg, 921005";384x224@60;H
+wofj;"Tenchi wo Kurau II - Sekiheki no Tatakai (921031 Japan";384x224@60;H
+wofjh;"Tenchi wo Kurau II - Sekiheki no Tatakai (hack, 921031";384x224@60;H
+wofr1;"Warriors of Fate (921002 etc)";384x224@60;H
+wofsj;"Sangokushi II: Sheng Jian Sanguo (Chinese bootleg set";384x224@60;H
+wofsja;"Sangokushi II: Sheng Jian Sanguo (Chinese bootleg set";384x224@60;H
+wofsjb;"Sangokushi II: Sheng Jian Sanguo (Chinese bootleg set";384x224@60;H
+wofsjc;"Sangokushi II: Sheng Jian Sanguo (Chinese bootleg set";384x224@60;H
+wofu;"Warriors of Fate (921031 USA)";384x224@60;H
+wolffang;"Wolf Fang -Kuhga 2001- (Japan)";320x240@58;H
+wonder3;"Wonder 3 (910520 Japan)";384x224@60;H
+wondl96;"Wonder League '96 (Korea)";320x240@60;H
+wondstck;"Wonder Stick (set 1)";320x240@60;H
+wondstcka;"Wonder Stick (set 2, censored)";320x240@60;H
+woodpeca;"Woodpecker (set 2)";288x224@60;V
+woodpeck;"Woodpecker (set 1)";288x224@60;V
+worldwar;"World Wars (World?)";400x224@60;V
+wownfant;"WOW New Fantasia";256x224@60;H
+wrally;"World Rally (Version 1.0, Checksum 0E56)";368x232@60;H
+wrallya;"World Rally (Version 1.0, Checksum 3873)";368x232@60;H
+wrallyat;"World Rally (US, 930217)";368x232@60;H
+wrallyb;"World Rally (Version 1.0, Checksum 8AA2)";368x232@60;H
+wrestwar;"Wrestle War (Euro, Jpn) - Wrestle War (set 3, World, 8751 317-0103)";320x224@60;V
+wrestwar1;"Wrestle War (set 1, Japan, FD1094 317-0090)";320x224@60;V
+wrestwar1d;"Wrestle War (set 1, Japan, FD1094 317-0090 decrypted)";320x224@60;V
+wrestwar2;"Wrestle War (set 2, World, FD1094 317-0102)";320x224@60;V
+wrestwar2d;"Wrestle War (set 2, World, FD1094 317-0102 decrypted)";320x224@60;V
+wrofaero;"War of Aero - Project MEIOU";384x240@60;V
+ws;"Jaws (Spa?) - Jimmy White's Whirlwind Snooker (Euro) - News (set 1) - Super World Stadium (Japan) - World Stadium (Japan)";288x224@60;H
+ws89;"World Stadium '89 (Japan)";288x224@60;H
+ws90;"World Stadium '90 (Japan)";288x224@60;H
+wschamp;"Wing Shooting Championship V2.00";320x240@60;H
+wschampa;"Wing Shooting Championship V1.01";320x240@60;H
+wschampb;"Wing Shooting Championship V1.00";320x240@60;H
+wwallyj;"Wally wo Sagase! (rev B, Japan, FD1094 317-0197B)";320x224@60;H
+wwallyja;"Wally wo Sagase! (rev A, Japan, FD1094 317-0197A)";320x224@60;H
+wwallyjad;"Wally wo Sagase! (rev A, Japan, FD1094 317-0197A decry";320x224@60;H
+wwallyjd;"Wally wo Sagase! (rev B, Japan, FD1094 317-0197B decry";320x224@60;H
+wwfsstar;"WWF Superstars (Europe)";256x240@60;H
+wwfsstarb;"WWF Superstars (bootleg)";256x240@60;H
+wwfsstarj;"WWF Superstars (Japan)";256x240@60;H
+wwfsstaru;"WWF Superstars (US, newer)";256x240@60;H
+wwfsstarua;"WWF Superstars (US)";256x240@60;H
+wwfwfest;"WWF WrestleFest (World)";320x240@60;H
+wwfwfestb;"WWF WrestleFest (US bootleg)";320x240@60;H
+wwfwfestj;"WWF WrestleFest (Japan)";320x240@60;H
+wwfwfestk;"WWF WrestleFest (Korea)";320x240@60;H
+wwfwfestu;"WWF WrestleFest (US)";320x240@60;H
+wwjgtin;"Wai Wai Jockey Gate-In!";256x224@60;H
+wyvernf0;"Wyvern F-0";256x224@60;V
+xexex;"Xexex (ver EAA)";384x256@54;H
+xexexa;"Xexex (ver AAA)";384x256@54;H
+xexexj;"Xexex (ver JAA)";384x256@54;H
+xmcota;"X-Men - children of the atom (950331 Euro)";384x224@60;H
+xmcotaa;"X-Men - children of the atom (950105 Asia)";384x224@60;H
+xmcotaar1;"X-Men - children of the atom (941217 Asia)";384x224@60;H
+xmcotah;"X-Men - children of the atom (950331 Hispanic)";384x224@60;H
+xmcotahr1;"X-Men - children of the atom (950105 Hispanic)";384x224@60;H
+xmcotaj;"X-Men - children of the atom (950105 Japan)";384x224@60;H
+xmcotaj1;"X-Men - children of the atom (941222 Japan)";384x224@60;H
+xmcotaj2;"X-Men - children of the atom (941219 Japan)";384x224@60;H
+xmcotaj3;"X-Men - children of the atom (941217 Japan)";384x224@60;H
+xmcotajr;"X-Men - children of the atom (941208 Japan, rent versi";384x224@60;H
+xmcotar1;"X-Men - children of the atom (950105 Euro)";384x224@60;H
+xmcotar1d;"X-Men - children of the atom (950105 Euro Phoenix Edit";384x224@60;H
+xmcotau;"X-Men - children of the atom (950105 USA)";384x224@60;H
+xmen;"Spider-Man and the X-Men in Arcade's Revenge (USA) - Spider-Man and X-Men - Arcade's Revenge (Euro, USA) - X-Men (4 Players ver UBB) - X-Men (Euro) - X-Men (USA)";288x224@60;H
+xmen2pa;"X-Men (2 Players ver AAA)";288x224@60;H
+xmen2pe;"X-Men (2 Players ver EAA)";288x224@60;H
+xmen2pj;"X-Men (2 Players ver JAA)";288x224@60;H
+xmen2pu;"X-Men (2 Players ver UAB)";288x224@60;H
+xmena;"X-Men (4 Players ver AEA)";288x224@60;H
+xmenaa;"X-Men (4 Players ver ADA)";288x224@60;H
+xmene;"X-Men (4 Players ver EBA)";288x224@60;H
+xmenj;"X-Men (4 Players ver JBA)";288x224@60;H
+xmultipl;"X Multiply (World, M81)";384x256@55;H
+xmultiplm72;"X Multiply (Japan, M72)";384x256@55;H
+xmvsf;"X-Men vs Street Fighter (961004 Euro)";384x224@60;H
+xmvsfa;"X-Men vs Street Fighter (961023 Asia)";384x224@60;H
+xmvsfar1;"X-Men vs Street Fighter (961004 Asia)";384x224@60;H
+xmvsfar2;"X-Men vs Street Fighter (960919 Asia)";384x224@60;H
+xmvsfar3;"X-Men vs Street Fighter (960910 Asia)";384x224@60;H
+xmvsfb;"X-Men vs Street Fighter (961023 Brazil)";384x224@60;H
+xmvsfh;"X-Men vs Street Fighter (961004 Hispanic)";384x224@60;H
+xmvsfj;"X-Men vs Street Fighter (961023 Japan)";384x224@60;H
+xmvsfjr1;"X-Men vs Street Fighter (961004 Japan)";384x224@60;H
+xmvsfjr2;"X-Men vs Street Fighter (960910 Japan)";384x224@60;H
+xmvsfjr3;"X-Men vs Street Fighter (960909 Japan)";384x224@60;H
+xmvsfr1;"X-Men vs Street Fighter (960910 Euro)";384x224@60;H
+xmvsfu;"X-Men vs Street Fighter (961023 USA)";384x224@60;H
+xmvsfu1d;"X-Men vs Street Fighter (961004 USA Phoenix Edition)";384x224@60;H
+xmvsfur1;"X-Men vs Street Fighter (961004 USA)";384x224@60;H
+xmvsfur2;"X-Men vs Street Fighter (960910 USA)";384x224@60;H
+xorworld;"Xor World (prototype)";256x224@60;H
+xsleena;"Xain'd Sleena (World)";256x240@60;H
+xsleenaj;"Xain'd Sleena (Japan)";256x240@60;H
+xxmissio;"XX Mission";512x192@60;V
+yamagchi;"Go Go Mr. Yamaguchi / Yuke Yuke Yamaguchi-kun";256x224@60;V
+yamato;"Yamato (Euro, Jpn) - Yamato (US)";256x224@60;V
+yamato2;"Yamato (World?)";256x224@60;V
+yanchamr;"Kaiketsu Yanchamaru (Japan)";384x256@60;H
+yankeedo;"Yankee DO!";240x192@60;V
+yesnoj;"Yes/No Sinri Tokimeki Chart";320x224@60;H
+yiear;"Yie Ar Kung-Fu (Jpn) - Yie Ar Kung-Fu (program code I) - Yie Ar Kung-Fu (Tw)";256x224@60;H
+yiear2;"Yie Ar Kung-Fu (program code G) - Yie Ar Kung-Fu II - The Emperor Yie-Gah (Jpn)";256x224@60;H
+yieartf;"Yie Ar Kung-Fu (GX361 conversion)";256x224@60;H
+youjyudn;"Youjyuden (Japan)";256x256@60;V
+youkaidk1;"Yokai Douchuuki (Japan, old version (YD1))";288x224@60;H
+youkaidk2;"Yokai Douchuuki (Japan, new version (YD2, Rev B))";288x224@60;H
+youma;"Youma Ninpou Chou (Japan)";256x224@60;V
+youma2;"Youma Ninpou Chou (Japan, alt)";256x224@60;V
+yukiwo;"Yukiwo (World, prototype)";320x224@60;V
+yuyugogo;"Yuuyu no Quiz de GO!GO! (Japan)";320x224@60;H
+zaviga;"Zaviga";256x240@60;V
+zavigaj;"Zaviga (Japan)";256x240@60;V
+zaxxon;"Super Zaxxon - Zaxxon - Zaxxon (Jpn) - Zaxxon (Jpn) - Zaxxon (set 1, rev D)";256x224@60;V
+zaxxon2;"Zaxxon (set 2, unknown rev)";256x224@60;V
+zaxxon3;"Zaxxon (set 3, unknown rev)";256x224@60;V
+zaxxonb;"Jackson";256x224@60;V
+zaxxonj;"Zaxxon (Japan)";256x224@60;V
+zedblade;"Zed Blade / Operation Ragnarok";304x224@59;H
+zeropnt;"Zero Point (set 1)";384x224@60;H
+zeropnt2;"Zero Point 2";384x224@60;H
+zeropnta;"Zero Point (set 2)";384x224@60;H
+zeropntj;"Zero Point (Japan)";384x224@60;H
+zeroteam;"New Zero Team (V33 SYSTEM TYPE_B hardware) - Zero Team USA (set 1, US, Fabtek license)";320x256@55;H
+zeroteama;"New Zero Team (V33 SYSTEM TYPE_B hardware, China?) - Zero Team (set 2, Japan? (earlier?))";320x256@55;H
+zeroteamb;"Zero Team (set 3, Japan? (later batteryless))";320x256@55;H
+zeroteamc;"Zero Team (set 4, Taiwan, Liang Hwa license)";320x256@55;H
+zeroteamd;"Zero Team (set 5, Korea, Dream Soft license)";320x256@55;H
+zeroteams;"Zero Team Selection";320x256@55;H
+zeroteamsr;"Zero Team Suicide Revival Kit";320x256@55;H
+zerotime;"Zero Time";256x224@60;V
+zerotimed;"Zero Time (Datamat)";256x224@60;V
+zerotm2k;"Zero Team 2000";320x256@55;H
+zerowing;"Zero Wing (2P set) - Zero Wing (Euro)";320x240@60;H
+zerowing1;"Zero Wing (1P set)";320x240@60;H
+zerowingw;"Zero Wing (2P set, Williams Electronics)";320x240@60;H
+zerozone;"Zero Zone";368x224@60;H
+zigzagb;"Zig Zag (Galaxian hardware, set 1)";256x224@60;V
+zigzagb2;"Zig Zag (Galaxian hardware, set 2)";256x224@60;V
+zin;"Zing Zing Zip";384x240@60;V
+zintrckb;"Zintrick / Oshidashi Zentrix (hack / bootleg)";304x224@59;H
+zintrkcd;"Zintrick / Oshidashi Zentrix (Neo CD conversion)";304x224@59;H
+zipzap;"Zip & Zap";256x224@60;V
+zoar;"Zoar";256x240@60;V
+zodiack;"Zodiack";256x224@60;V
+zombraid;"Zombie Raid (9/28/95, US)";384x240@60;H
+zombraidp;"Zombie Raid (9/28/95, US, prototype PCB)";384x240@60;H
+zombraidpj;"Zombie Raid (9/28/95, Japan, prototype PCB)";384x240@60;H
+zupapa;"Zupapa!";304x224@59;H
+zzyzzyxx;"Zzyzzyxx (set 1)";256x224@60;V
+zzyzzyxx2;"Zzyzzyxx (set 2)";256x224@60;V
diff --git a/opt/retropie/configs/all/autostart.sh b/opt/retropie/configs/all/autostart.sh
new file mode 100755
index 0000000..b7e6f1c
--- /dev/null
+++ b/opt/retropie/configs/all/autostart.sh
@@ -0,0 +1,79 @@
+#!/bin/bash
+
+# script for preparing RetroPieRGB config script
+
+
+
+rgb_config=/home/pi/rgb_config.sh
+rgb_default_config=/home/pi/rgb_default_config.sh
+config=/boot/config.txt
+log=/home/pi/log.txt
+
+rm $log > /dev/null
+# read config.txt and put all config parameters for RetroPieRGB Parameters to
+# rgb_config
+
+
+function pikeyd165_start ()
+{
+ sudo chmod a+rwx /dev/uinput
+ pikeyd165_stop
+ sudo -s pikeyd165 -smi -ndb -d &> /dev/null
+}
+
+function pikeyd165_stop ()
+{
+
+ sudo chmod a+rwx /dev/uinput
+
+ sudo -s pikeyd165 -k &> /dev/null
+ #killall pikeyd165
+}
+
+
+
+function get_params()
+{
+
+ while IFS== read -r param default_value; do
+
+ result=$(grep $param $config)
+
+ if [ -z "$result" ] ; then
+ echo "$param=$default_value" | sudo tee -a $config
+ else
+ # var exists in config.txt
+ echo "variable in config.txt exists" >> $log
+ echo "sync calue in rgb_config" >> $log
+
+ echo $result >> $log
+ value=$(echo $result|cut -d"=" -f2)
+ echo $value >> $log
+ sed -i "s/^$param.*/$param=$value/" $rgb_config
+
+ fi
+
+ done < $rgb_default_config
+}
+
+
+# WIEGAND: Try to remove this part
+# rm $rgb_config
+# cp $rgb_default_config $rgb_config
+
+get_params
+
+chmod +x $rgb_config
+. $rgb_config
+
+
+if [ "$pi2jamma" == "1" ]; then
+ echo "pi2jamma activated" >> $log
+ pikeyd165_start
+else
+ echo "pi2jamma deactivated" >> $log
+ pikeyd165_stop
+fi
+
+
+emulationstation --screenrotate $es_rotate
diff --git a/opt/retropie/configs/all/runcommand-onend.sh b/opt/retropie/configs/all/runcommand-onend.sh
new file mode 100644
index 0000000..6aee22b
--- /dev/null
+++ b/opt/retropie/configs/all/runcommand-onend.sh
@@ -0,0 +1,5 @@
+vcgencmd hdmi_timings 320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1 > /dev/null
+sleep 0.3
+tvservice -e "DMT 87" > /dev/null
+sleep 0.3
+fbset -depth 8 && fbset -depth 16 -xres 320 -yres 240 > /dev/null
diff --git a/opt/retropie/configs/all/runcommand-onstart.sh b/opt/retropie/configs/all/runcommand-onstart.sh
new file mode 100755
index 0000000..e6fc352
--- /dev/null
+++ b/opt/retropie/configs/all/runcommand-onstart.sh
@@ -0,0 +1,102 @@
+#!/usr/bin/env bash
+#title : runcommand-onstart.sh
+#description : This script perform the following
+# Determines if the game being run is a console or an arcade/fba
+# For arcades, it will programatically determine the resolution based on resolution.ini file
+# For consoles, hdmi_timings can be set based on emulator or system
+# Dynamically creates the game_name.zip.cfg file and sets the custom_viewport_height
+# Dynamically add these parameters (video_allow_rotate = "true" and video_rotation = 1) for vertical games
+# vertical.txt contains all the mame 0.184 vertical games
+# Ability to set custom_viewport_width for arcades/fba
+#author : Jochen Zurborg
+#date : 2019-11-19
+#version : 0.1
+#notes : For advance users only and would need to be tweaked
+# to cater to your needs and preference
+# resolution.ini (0.184) file needed http://www.progettosnaps.net/renameset/
+#===============================================================================================================
+
+log=/home/pi/log.txt
+
+dir=($pwd)
+
+
+. /home/pi/rgb_config.sh
+
+# get the system name
+system=$1
+
+# get the emulator name
+emul=$2
+emul_lr=${emul:0:2}
+
+# get the full path filename of the ROM
+rom_fp=$3
+rom_bn=$3
+
+# Game or Rom name
+rom_bn="${rom_bn%.*}"
+rom_bn="${rom_bn##*/}"
+
+path=/opt/retropie/configs/all
+
+
+function prep_res ()
+{
+ cd $path
+ mme4crt $1 $2 $3 $rgb_screen_shift $rgb_screen_width 0 >> $log
+ #cp $dir/game_res.sh $path
+ #cp $dir/retroarch_game.cfg $path
+ chmod +x game_res.sh
+ cp retroarch_game.cfg "$rom_fp"".cfg"
+ cd $dir
+
+}
+
+# Determine if arcade or fba then determine resolution, set hdmi_timings else goto console section
+if [[ "$system" == "arcade" ]] || [[ "$system" == "fba" ]] || [[ "$system" == "mame-libretro" ]] ; then
+ echo "rom $rom_bn" >> $log
+
+ # get resolution of rom
+ rom_resolution=$(grep "$rom_bn;" $path/arcade_res_table.txt | cut -d";" -f3)
+ rom_resolution_width=$(echo $rom_resolution | cut -f1 -d"x")
+ rom_resolution_height=$(echo $rom_resolution | cut -f2 -d"x" | cut -f1 -d"@")
+ rom_resolution_freq=$(echo $rom_resolution | cut -f2 -d"x" | cut -f2 -d"@")
+
+ echo $rom_resolution >> $log
+
+ # Set rom_resolution_height for 480p and 448p roms
+ if [ $rom_resolution_height == "480" ]; then
+ rom_resolution_height="240"
+ elif [ $rom_resolution_height == "448" ]; then
+ rom_resolution_height="224"
+ fi
+
+
+ # Create rom_name.cfg
+ if ! [ -f "$rom_fp"".cfg" ]; then
+ touch "$rom_fp"".cfg"
+ fi
+
+ prep_res $rom_resolution_width $rom_resolution_height $rom_resolution_freq
+
+
+ # determine if vertical
+ if grep -w -q "$rom_bn" /opt/retropie/configs/all/vertical.txt ; then
+ # Add vertical parameters (video_allow_rotate = "true")
+ if ! grep -q "video_allow_rotate" "$rom_fp"".cfg"; then
+ echo -e "video_allow_rotate = \"true\"" >> "$rom_fp"".cfg" 2>&1
+ fi
+ # Add vertical parameters (video_rotation = 1)
+ if ! grep -q "video_rotation" "$rom_fp"".cfg"; then
+ echo -e "video_rotation = \"1\"" >> "$rom_fp"".cfg" 2>&1
+ fi
+ fi
+
+# hier besser eine Standard super res.
+else
+ prep_res 320 224 60
+
+fi
+
+$path/game_res.sh
diff --git a/opt/retropie/configs/all/vertical.txt b/opt/retropie/configs/all/vertical.txt
new file mode 100644
index 0000000..b9dd188
--- /dev/null
+++ b/opt/retropie/configs/all/vertical.txt
@@ -0,0 +1,1095 @@
+005
+1941
+1942
+1943
+1943kai
+1943mii
+1945kiii
+19xx
+20pacgal
+25pacman
+39in1
+4in1
+8ball
+8ballact
+aafb
+aceattac
+acefruit
+acrobatm
+ad2083
+aerofgt
+aerofgts
+afighter
+agallet
+airass
+airattck
+airduel
+airraid
+ajax
+alcon
+alibaba
+alinvade
+alleymas
+alphaho
+alpine
+altair
+amazon
+amidar
+androidp
+andromed
+angelkds
+anmlbskt
+anteater
+apb
+arabian
+arbalest
+arcadian
+argus
+arkanoid
+arkatour
+arknoid2
+armchmp2
+armedf
+armorcar
+ashura
+aso
+assault
+astrob
+astrof
+astrowar
+asuka
+asylum
+atamanot
+atlantis
+attckufo
+avengers
+azurian
+babypac
+bagman
+ballbomb
+baluba
+barrier
+baryon
+batrider
+batsugun
+battlane
+battlnts
+battroad
+bbakraid
+bcruzm12
+beaminv
+beezer
+berenstn
+bermudat
+bgaregga
+bigbucks
+bigevglf
+bigprowr
+bikkuric
+bioatack
+birdiy
+birdtry
+bitgrpha
+bitgrphb
+bjtwin
+bking
+bking2
+bking3
+bladestl
+blastoff
+blazer
+blkhole
+block
+blockcar
+blockgal
+blswhstl
+bluehawk
+blueprnt
+boggy84
+bombbee
+bombjack
+bombsa
+bongo
+boomrang
+boonggab
+botanic
+bowl3d
+bowler
+bowlrama
+brdrline
+breakout
+brickzn
+brubber
+brvblade
+btime
+buggychl
+bullfgtr
+bullsdrt
+bwcasino
+bwings
+cadanglr
+cairblad
+calibr50
+calipso
+cannonbp
+capbowl
+captflag
+carhntds
+carjmbre
+carnival
+castfant
+catacomb
+catapult
+catnmous
+cavelon
+cbdash
+cbtime
+cburnrub
+cchasm
+cdiscon1
+cdsteljn
+centiped
+cexplore
+cfarm
+cfboy0a1
+cfghtice
+cflyball
+cgraplop
+champbwl
+chanbara
+checkman
+cheekyms
+chinhero
+chkun
+chopper
+chqflag
+chwy
+circusc
+citybomb
+ckong
+ckongpt2
+clapapa
+clocknch
+clubpacm
+cluckypo
+cmanhat
+cmissnx
+cmkenosp
+cmmb162
+cmrltv75
+cnightst
+cntsteer
+cocean1a
+cocoloco
+colony7
+combh
+commando
+commsega
+complexx
+congo
+conquer
+contra
+coozumou
+cosmica
+cosmicg
+cosmo
+cosmogng
+cosmos
+cppicf
+cprobowl
+cprogolf
+cpsoccer
+cptennis
+crbaloon
+crshrace
+crush
+crzrally
+cscrtry
+csdtenis
+cskater
+csuperas
+cterrani
+ctisland
+ctornado
+ctsttape
+curvebal
+cutieq
+cybattlr
+cyclshtg
+cyvern
+czeroize
+dai3wksi
+daikaiju
+daioh
+dambustr
+dangar
+dangseed
+darkmist
+darkwar
+darwin
+dazzler
+dblewing
+dcheese
+ddayjlc
+ddonpach
+ddp2
+ddpdfk
+ddpdoj
+ddpdojh
+dealer
+decocass
+demoneye
+desertbr
+desertwr
+destryer
+devilfsh
+devstors
+devzone
+dfkbl
+digdug
+digdug2
+digger
+diggerc
+dimahoo
+dingo
+dirtfoxj
+disco
+discoboy
+divebomb
+dkong
+dkong3
+dkongjr
+docastle
+dockman
+dogfight
+dogyuun
+dommy
+donpachi
+dorachan
+dorodon
+downtown
+draco
+dragnblz
+drakton
+dremshpr
+driftout
+drivfrcp
+drmicro
+drtoppel
+dsaber
+dspirit
+dyger
+dynadice
+dynamski
+dynobop
+earthjkr
+eeekk
+eggor
+eightfrc
+elecyoyo
+enigma2
+equites
+espgal
+espgal2
+esprade
+evilston
+exctscc2
+exctsccr
+exedexes
+exerion
+explbrkr
+extrmatn
+eyes
+f1gp
+f1gp2
+fantasia
+fantastc
+fantasy
+fastdraw
+fastlane
+fcombat
+feversos
+fghtatck
+fgoal
+fhawk
+fi6845
+fightrol
+finalizr
+firebatl
+fireshrk
+firetrap
+firetrk
+fiveside
+fixeight
+flipjack
+flyboy
+flytiger
+fnkyfish
+freekick
+freeze
+frogger
+frontlin
+fshark
+fspiderb
+fstarfrc
+funkybee
+futari15
+futaribl
+futflash
+futspy
+gaiapols
+galactic
+galaga
+galaga88
+galaxia
+galaxian
+galaxygn
+galgame
+galivan
+galmedes
+galpani2
+galpani3
+galpanic
+galsnew
+galspnbl
+galxwars
+gametngk
+gaplus
+gardia
+gbusters
+gcpinbal
+geebee
+gekiridn
+gekisou
+gemini
+gground
+ghox
+gigas
+gigasm2b
+gmgalax
+gnbarich
+goindol
+goldbug
+gomoku
+gondo
+gorf
+gp2quiz
+gp2se
+gp32
+grasspin
+grchamp
+greenber
+grindstm
+grobda
+gseeker
+gstream
+gulfstrm
+gulfwar2
+gunbird
+gunbird2
+gundealr
+gundhara
+gunfront
+gunlock
+gunnail
+gunsmoke
+guwange
+guzzler
+gwar
+gyrodine
+gyruss
+hal21
+halleys
+hamaway
+harem
+hbarrel
+headoni
+heartatk
+heiankyo
+helifire
+hero
+highsplt
+himesiki
+hoccer
+hopprobo
+horekid
+horshoes
+hotdogst
+hotpinbl
+hotshock
+hotsmash
+hstennis
+hunchbak
+huncholy
+hustler
+hwrace
+hyhoo
+hyhoo2
+ibara
+ibarablk
+igmo
+ikari
+ikaruga
+illvelo
+imago
+imgfight
+imolagp
+indianbt
+indy800
+intrepid
+invad2ct
+invaders
+invadpt2
+invds
+invho2
+invinco
+invmulti
+invqix
+invrvnge
+ipminvad
+ixion
+jack
+jackal
+jackrabt
+jantotsu
+jcross
+jin
+jjack
+joinem
+jollyjgr
+jongbou
+josvolly
+journey
+joust2
+joyfulr
+jrpacman
+jumpbug
+jumpcoas
+jumpshot
+jungler
+junofrst
+kageki
+kaitei
+kamikaze
+kamikcab
+kangaroo
+kaos
+karous
+kas89
+kbm
+kbm2nd
+kbm3rd
+kchamp
+ket
+kick
+kicker
+kikikai
+kingball
+kingdmgp
+kingofb
+koikoi
+konam80s
+kong
+kopunch
+krull
+krzybowl
+kyros
+ladybug
+ladyfrog
+ladykill
+ladymstr
+lagunar
+lasso
+lastday
+lastduel
+lastmisn
+leds2011
+legion
+lethalth
+levers
+lgtnfght
+liberate
+lizwiz
+lnc
+locomotn
+logger
+looping
+losttomb
+loverboy
+lrescue
+lsasquad
+luckyrlt
+luctoday
+lupin3
+lwings
+m660
+machomou
+macross
+macrossp
+madalien
+madgear
+madshark
+mag_time
+magspot
+magspot2
+mamonoro
+maniach
+manybloc
+mappy
+mariner
+mars
+marvins
+masterw
+matmania
+mazeinv
+mazinger
+megadon
+megazone
+mercs
+merlinmm
+metafox
+metlfrzr
+metlhawk
+mgolf
+mightguy
+mikie
+milliped
+mimonkey
+minefld
+mirax
+misncrft
+mjleague
+mmagic
+mmonkey
+mmpork
+mocapb
+mofflott
+moguchan
+monsterb
+montecar
+monymony
+monzagp
+moonal2
+mooncrst
+moonqsr
+moonwar
+motos
+mouser
+mplanets
+mrdo
+mrflea
+mrjong
+mrkougar
+mrtnt
+mrviking
+msisaac
+msjiken
+mspacman
+mspuzzle
+multiped
+mushisam
+musicbal
+mustache
+mv1sfx
+mv1sfx2
+mx5000
+mystston
+naughtyb
+navarone
+ncv1
+ncv2
+nebulray
+neobattl
+netwars
+newfant
+newsin7
+nibbler
+ninjemak
+nitrobal
+nmouse
+noahsark
+nob
+nomnlnd
+nost
+nsub
+numcrash
+nyny
+ohpaipee
+olibochu
+omega
+omegaf
+orbitron
+outzone
+overdriv
+ozmawars
+ozon1
+p911
+p9112
+pachifev
+packbang
+pacmania
+pacnpal
+pacplus
+paddlema
+pairlove
+pandoras
+panic
+panicr
+panther
+paprazzi
+para2dx
+paradise
+paradlx
+passsht
+pbaction
+pballoon
+peggle
+pengo
+percuss
+perestro
+perfrman
+phelios
+phoenix
+phozon
+pickin
+pignewt
+pinbo
+pinkswts
+pisces
+pitnrun
+playball
+pleiads
+plgirls
+plgirls2
+plusalph
+plygonet
+pntnpuzl
+pokrdice
+polaris
+pollux
+polynetw
+pooyan
+popflame
+popper
+porky
+portrait
+poundfor
+ppking
+pprobe
+progolf
+progress
+promutrv
+prosoccr
+prosport
+protennb
+prtytime
+psurge
+psychic5
+psyvar2
+psyvaria
+psyvarrv
+pturn
+puckman
+pulsar
+pushover
+puzlclub
+pwrflip
+pzlestar
+qbert
+qbertqub
+qix
+quantum
+quarterb
+quasar
+quester
+quizpun
+quizpun2
+quizqgd
+qwak
+r2dtank
+r2dx_v33
+raaspec
+rackemup
+radarscp
+radarzon
+radirgy
+raflesia
+raiden
+raiden2
+raidendx
+raiders
+rallybik
+razmataz
+rcasino
+rcirulet
+rcorsair
+rdft
+rdft2
+re800v1
+re800v3
+re900
+reaktor
+redalert
+redclash
+redlin2p
+redrobin
+redufo
+regulus
+repulse
+rescue
+retofinv
+revenger
+rfjet
+ridleofp
+roadf
+rockduck
+rockn
+rockn2
+rockn3
+rockn4
+rocktrv2
+rocnrope
+rollingc
+rompers
+rotaryf
+roundup
+route16
+rshark
+rtriv
+rumba
+ryujin
+s1945
+s1945ii
+s1945iii
+safarir
+samurai
+samuraia
+sandscrp
+sasuke
+satansat
+saturnzi
+sbagman
+sbasketb
+sbomber
+sbowling
+sbrkout
+sbugger
+schaser
+scobra
+scontra
+scorpion
+scotrsht
+scramble
+scregg
+scudhamm
+sdtennis
+sdungeon
+searchar
+seicross
+sengekis
+senjyo
+setaroul
+sexyboom
+sfkick
+sflush
+sheriff
+shienryu
+shikgam2
+shikigam
+shikigama
+shollow
+shootbul
+shors2k1
+shorse
+shorsep
+shorsepr
+shtrider
+shuffle
+shuttlei
+sianniv
+sidampkr
+sidewndr
+silvmil
+sindbadm
+sinistar
+skullfng
+skyadvnt
+skyalert
+skyarmy
+skybase
+skybump
+skychut
+skyfox
+skylancr
+skylove
+skysmash
+skysoldr
+sl2007
+slikshot
+slither
+solarfox
+solarwar
+sonicbom
+sos
+spacbeam
+spacecr
+spacefb
+spacefev
+spacefrt
+spaceg
+spaceint
+spacelnc
+spaceod
+spacetrk
+spbactn
+spcforce
+spcfrcii
+spcinv95
+spcking2
+spclaser
+spclforc
+spcpostn
+spcwarp
+spdcoin
+speakres
+spec2k
+speedbal
+spellbnd
+spfghmk2
+spiders
+springer
+spyhunt
+sqbert
+sqix
+sraider
+srdarwin
+srdmissn
+srumbler
+ssi
+ssingles
+ssmissin
+ssozumo
+sspacaho
+sspaceat
+sspeedr
+sspirits
+ssrj
+sstingry
+sstrangr
+sstrike
+sstriker
+stagger1
+starfigh
+starforc
+starjack
+starspnr
+stg
+stinger
+stmblade
+stratab
+streakng
+striv
+strtheat
+strvmstr
+stuntair
+sub
+sucasino
+sundance
+supdrapo
+superabc
+superbik
+superbon
+superbug
+superpac
+supertnk
+superwng
+superx
+supmodel
+suprglob
+suprmous
+suprridr
+suprstar
+survival
+swat
+szaxxon
+tacscan
+tactcian
+tail2nos
+talbot
+tankbatt
+tankbust
+tattack
+taxidriv
+tazmania
+tcobra2
+tdfever
+tdpgal
+tdragon
+tdragon2
+teamqb
+teedoff
+telmahjn
+tempest
+tenkomor
+tenspot
+terracre
+tharrier
+thedeep
+theend
+thehand
+thepit
+thunderl
+tigerh
+timefgtr
+timelimt
+timeplt
+timescan
+timesold
+tinv2650
+tisland
+tndrcade
+tnextspc
+tnk3
+todruaga
+tokio
+tokisens
+tomahawk
+toobin
+toprollr
+toratora
+torus
+toucheme
+tp84
+tranqgun
+travrusa
+trgheart
+tricktrp
+triplep
+tripool
+trisport
+trizeal
+tron
+truxton
+truxton2
+trvchlng
+trvmstr
+trvquest
+trvwz2
+trvwz4
+tryout
+tsamurai
+tugboat
+tunhunt
+turbo
+turbofrc
+turbotag
+turtles
+tutankhm
+twinbee
+twincobr
+twineag2
+twineagl
+twinhawk
+ultrax
+unclepoo
+undefeat
+uniwars
+unkhorse
+upndown
+upyoural
+usclssic
+valkyrie
+valtric
+vandyke
+vangrd2
+vanguard
+vanvan
+vaportra
+varth
+vasara
+vasara2
+vastar
+vectrex\3dminest
+vectrex\animactn
+vectrex\armora
+vectrex\artmastr
+vectrex\bedlam
+vectrex\berzerk
+vectrex\blitz
+vectrex\cchasm
+vectrex\ccoaster
+vectrex\cleanswp
+vectrex\darktowr
+vectrex\enginean
+vectrex\fnarzod
+vectrex\headsup
+vectrex\hyprchas
+vectrex\mailplan
+vectrex\melody
+vectrex\minestrm
+vectrex\narrowes
+vectrex\polarres
+vectrex\polepos
+vectrex\ptchduel
+vectrex\ripoff
+vectrex\rocksled
+vectrex\scramble
+vectrex\solarq
+vectrex\spacewar
+vectrex\spike
+vectrex\spinball
+vectrex\starcas
+vectrex\starhawk
+vectrex\startrek
+vectrex\testrev4
+vectrex\tourfrnc
+vectrex\webwarp
+vectrex
+vega
+victroad
+videopin
+vimana
+viprp1
+vmetal
+volfied
+vortex
+vroulet
+vsgongf
+vulgus
+wallst
+wanted
+warofbug
+warpwarp
+waterski
+wiggie
+wingforc
+wiping
+wivernwg
+wiz
+wmatch
+wndrplnt
+woodpeck
+worldwar
+wrestwar
+wrofaero
+wtennis
+wwestern
+wyvernf0
+x2222
+xevious
+xiistag
+xxmissio
+yamagchi
+yamato
+yosakdon
+youjyudn
+zaryavos
+zaviga
+zaxxon
+zerohour
+zigzagb
+zingzip
+zipzap
+zoar
+zodiack
+zzyzzyxx
diff --git a/patch.sh b/patch.sh
new file mode 100755
index 0000000..c6783d5
--- /dev/null
+++ b/patch.sh
@@ -0,0 +1,3 @@
+dialog --infobox "RetroPieRGB First Version patch 1\n\n Visit www.arcadeforge.de" 10 30
+sleep 3
+./setup.sh
diff --git a/scripts/320_240_60.sh b/scripts/320_240_60.sh
new file mode 100755
index 0000000..6aee22b
--- /dev/null
+++ b/scripts/320_240_60.sh
@@ -0,0 +1,5 @@
+vcgencmd hdmi_timings 320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1 > /dev/null
+sleep 0.3
+tvservice -e "DMT 87" > /dev/null
+sleep 0.3
+fbset -depth 8 && fbset -depth 16 -xres 320 -yres 240 > /dev/null
diff --git a/scripts/450_270_50.sh b/scripts/450_270_50.sh
new file mode 100755
index 0000000..a4812aa
--- /dev/null
+++ b/scripts/450_270_50.sh
@@ -0,0 +1,16 @@
+vcgencmd hdmi_timings 450 1 50 30 90 270 1 1 1 30 0 0 0 50 0 9600000 1 > /dev/null
+#vcgencmd hdmi_timings 320 1 2 26 43 240 1 3 7 12 0 0 0 60 0 6400000 1
+
+
+tvservice -e "DMT 87"
+#fbset -g 320 230 320 230 32 > /dev/null
+sleep 0.3
+
+#fbset -depth 8 && fbset -depth 16
+#sleep 0.3
+fbset -g 450 270 450 270 32 > /dev/null
+# fb not put to screen
+echo "res executed"
+#sleep 0.3
+
+#stty rows 44
diff --git a/scripts/450_270_60.sh b/scripts/450_270_60.sh
new file mode 100755
index 0000000..898ff43
--- /dev/null
+++ b/scripts/450_270_60.sh
@@ -0,0 +1,13 @@
+vcgencmd hdmi_timings 450 1 50 33 90 270 1 1 1 30 0 0 0 60 0 9600000 1 > /dev/null
+
+
+tvservice -e "DMT 87" > /dev/null
+sleep 0.3
+
+fbset -depth 8 && fbset -depth 16
+sleep 0.3
+fbset -g 450 270 450 270 32 > /dev/null
+
+#sleep 0.3
+
+#stty rows 44
diff --git a/setup.sh b/setup.sh
new file mode 100755
index 0000000..23021d5
--- /dev/null
+++ b/setup.sh
@@ -0,0 +1,23 @@
+echo "installing files"
+
+
+cp opt/retropie/configs/all/autostart.sh /opt/retropie/configs/all/
+cp home/pi/RetroPie/retropiemenu/rotate\ screen.sh /home/pi/RetroPie/retropiemenu
+cp home/pi/rgb_default_config.sh /home/pi/
+sudo cp usr/local/bin/mme4crt /usr/local/bin/
+sudo rm /usr/local/bin/pikeyd165 > /dev/null
+sudo cp usr/local/bin/pikeyd165 /usr/local/bin/
+sudo cp etc/pikeyd165.conf /etc/
+cp opt/retropie/configs/all/vertical.txt /opt/retropie/configs/all/
+cp opt/retropie/configs/all/runcommand-onstart.sh /opt/retropie/configs/all/
+cp /opt/retropie/configs/all/runcommand-onstart.sh /opt/retropie/configs/all/runcommand-onstart.sh_asche
+cp opt/retropie/configs/all/arcade_res_table.txt /opt/retropie/configs/all/
+cp opt/retropie/configs/all/runcommand-onend.sh /opt/retropie/configs/all/
+sudo cp etc/emulationstation/themes.sh /etc/emulationstation/
+cp home/pi/RetroPie-Setup/scriptmodules/supplementary/esthemes.sh /home/pi/RetroPie-Setup/scriptmodules/supplementary/
+cp home/pi/RetroPie/retropiemenu/Update\ RetroPieRGB.sh /home/pi/RetroPie/retropiemenu/
+sudo cp boot/config_lowres.txt /boot/config.txt
+sudo chmod a+x /etc/emulationstation/themes.sh
+
+
+echo "done."
diff --git a/.project b/.project
new file mode 100644
index 0000000..2b159f2
--- /dev/null
+++ b/.project
@@ -0,0 +1,11 @@
+
+
+ RetroPieRGB
+
+
+
+
+
+
+
+
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..6dc7da9
--- /dev/null
+++ b/README.md
@@ -0,0 +1,26 @@
+RetroPieRGB
+===========
+
+This project contains scripts for enabling 15Khz RGB for your retro gaming setup with retropie.
+
+It needs the hardware addon pi2scart or pi2jamma to output the proper image on a CRT screen.
+
+Please goto http://www.arcadeforge.de and get this awesome gadget.
+
+
+Installation
+============
+
+Download latest retropie and install it as described on retropie wiki.
+Connect Keyboard.
+Activate wiki.
+In emulationstation press F4 to get cmd shell
+
+Type
+
+git clone https://github.com/arcadeforge/RetroPieRGB
+
+cd RetroPieRGB
+
+sudo ./setup.sh
+
diff --git a/boot/config.txt b/boot/config.txt
new file mode 100755
index 0000000..1860f84
--- /dev/null
+++ b/boot/config.txt
@@ -0,0 +1,73 @@
+# For more options and information see
+# http://rpf.io/configtxt
+# Some settings may impact device functionality. See link above for details
+
+# uncomment if you get no picture on HDMI for a default "safe" mode
+#hdmi_safe=1
+
+# uncomment this if your display has a black border of unused pixels visible
+# and your display can output without overscan
+#disable_overscan=1
+
+# uncomment the following to adjust overscan. Use positive numbers if console
+# goes off screen, and negative if there is too much border
+#overscan_left=16
+#overscan_right=16
+#overscan_top=16
+#overscan_bottom=16
+
+# uncomment to force a console size. By default it will be display's size minus
+# overscan.
+#framebuffer_width=1280
+#framebuffer_height=720
+
+# uncomment if hdmi display is not detected and composite is being output
+#hdmi_force_hotplug=1
+
+# uncomment to force a specific HDMI mode (this will force VGA)
+#hdmi_group=1
+#hdmi_mode=1
+
+# uncomment to force a HDMI mode rather than DVI. This can make audio work in
+# DMT (computer monitor) modes
+#hdmi_drive=2
+
+# uncomment to increase signal to HDMI, if you have interference, blanking, or
+# no display
+#config_hdmi_boost=4
+
+# uncomment for composite PAL
+#sdtv_mode=2
+
+#uncomment to overclock the arm. 700 MHz is the default.
+#arm_freq=800
+
+# Uncomment some or all of these to enable the optional hardware interfaces
+#dtparam=i2c_arm=on
+#dtparam=i2s=on
+#dtparam=spi=on
+
+# Uncomment this to enable the lirc-rpi module
+#dtoverlay=lirc-rpi
+
+disable_splash=1
+disable_audio_dither=1
+
+# Settings for pi2scart and pi2jamma
+
+dtoverlay=vga666
+enable_dpi_lcd=1
+display_default_lcd=1
+dpi_group=2
+dpi_mode=87
+
+hdmi_timings=320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+# Additional overlays and parameters are documented /boot/overlays/README
+
+# Enable audio (loads snd_bcm2835)
+dtparam=audio=on
+gpu_mem_256=128
+gpu_mem_512=256
+gpu_mem_1024=256
+overscan_scale=1
diff --git a/boot/config_highres.txt b/boot/config_highres.txt
new file mode 100644
index 0000000..933ae16
--- /dev/null
+++ b/boot/config_highres.txt
@@ -0,0 +1,103 @@
+# For more options and information see
+# http://rpf.io/configtxtreadme
+# Some settings may impact device functionality. See link above for details
+
+# uncomment if you get no picture on HDMI for a default "safe" mode
+#hdmi_safe=1
+disable_splash=1
+
+# uncomment this if your display has a black border of unused pixels visible
+# and your display can output without overscan
+#disable_overscan=1
+
+# uncomment the following to adjust overscan. Use positive numbers if console
+# goes off screen, and negative if there is too much border
+#overscan_left=16
+#overscan_right=16
+#overscan_top=16
+#overscan_bottom=16
+
+# uncomment to force a console size. By default it will be display's size minus
+# overscan.
+#framebuffer_width=1280
+#framebuffer_height=720
+#resolution for 24inch half size 1920 x 1200
+#framebuffer_width=960
+#framebuffer_height=600
+
+# uncomment if hdmi display is not detected and composite is being output
+#hdmi_force_hotplug=1
+
+# uncomment to force a specific HDMI mode (this will force VGA)
+#hdmi_group=1
+#hdmi_mode=1
+
+# uncomment to force a HDMI mode rather than DVI. This can make audio work in
+# DMT (computer monitor) modes
+#hdmi_drive=2
+
+# uncomment to increase signal to HDMI, if you have interference, blanking, or
+# no display
+#config_hdmi_boost=4
+
+# uncomment for composite PAL
+#sdtv_mode=2
+
+#uncomment to overclock the arm. 700 MHz is the default.
+arm_freq=800
+
+# Uncomment some or all of these to enable the optional hardware interfaces
+#dtparam=i2c_arm=on
+#dtparam=i2s=on
+#dtparam=spi=on
+
+# Uncomment this to enable the lirc-rpi module
+#dtoverlay=lirc-rpi
+
+# Additional overlays and parameters are documented /boot/overlays/README
+
+# Enable audio (loads snd_bcm2835)
+dtparam=audio=on
+#gpu_mem=512
+
+
+disable_audio_dither=1
+#audio_pwm_mode=2
+
+## Aufloesung fest einstellen ##
+################################
+##hdmi auch ohne Monitor im Betrieb
+hdmi_force_hotplug=1
+# DMT Modus aktivieren
+hdmi_group=2
+## Aufloesungen alle 60hz
+# 1024x768
+#hdmi_mode=16
+# 1280x768
+#hdmi_mode=23
+# 1366x768
+#hdmi_mode=81
+# 1920x1080
+#hdmi_mode=82
+# 1280x720p
+#hdmi_mode=85
+# 640x480
+hdmi_mode=4
+# 800x600
+#hdmi_mode=9
+# check with tvservice -s for available resolution of our monitor
+
+# oc settings
+gpu_mem=256
+#gpu_mem_256=128
+#gpu_mem_512=256
+#gpu_mem_1024=256
+#arm_freq=1450
+#gpu_freq=500
+#sdram_freq=550
+#over_voltage=8
+#force_turbo=1
+
+
+
+
diff --git a/boot/config_lowres.txt b/boot/config_lowres.txt
new file mode 100644
index 0000000..c993dcc
--- /dev/null
+++ b/boot/config_lowres.txt
@@ -0,0 +1,47 @@
+# See /boot/overlays/README for all available options
+
+disable_splash=1
+disable_audio_dither=1
+#audio_pwm_mode=2
+dtparam=audio=on
+dtoverlay=vga666
+enable_dpi_lcd=1
+display_default_lcd=1
+dpi_group=2
+dpi_mode=87
+#hdmi_timings=320 1 19 43 36 256 1 2 3 22 0 0 0 60 0 6400000 1 #256p
+
+# to move picture left and right on screen subtract and add values from
+# 3rd and 5th value
+# 16+x and 34-x moves x pixel left or right
+#
+#hdmi_timings=320 1 19 43 36 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+# no overscan but blurry
+#hdmi_timings=320 1 19 43 36 224 1 11 14 15 0 0 0 60 0 6400000 1
+
+hdmi_timings=320 1 19 43 36 240 1 2 6 14 0 0 0 60 0 6400000 1
+
+#hdmi_timings=320 1 19 43 36 240 1 2 10 10 0 0 0 60 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 3 6 17 0 0 0 59 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 5 6 20 0 0 0 58 0 6400000 1
+
+# old hdmi_timings from 2.5.2
+#hdmi_timings=320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+
+
+#framebuffer_width=320
+#framebuffer_height=240
+
+# oc settings
+gpu_mem=256
+#gpu_mem_256=128
+#gpu_mem_512=256
+#gpu_mem_1024=256
+#arm_freq=1450
+#gpu_freq=500
+#sdram_freq=550
+#over_voltage=8
+#force_turbo=1
+
diff --git a/config.txt b/config.txt
new file mode 100755
index 0000000..aedd54a
--- /dev/null
+++ b/config.txt
@@ -0,0 +1,50 @@
+# See /boot/overlays/README for all available options
+
+disable_splash=1
+disable_audio_dither=1
+#audio_pwm_mode=2
+dtparam=audio=on
+dtoverlay=vga666
+enable_dpi_lcd=1
+display_default_lcd=1
+dpi_group=2
+dpi_mode=87
+#hdmi_timings=320 1 19 43 36 256 1 2 3 22 0 0 0 60 0 6400000 1 #256p
+
+# to move picture left and right on screen subtract and add values from
+# 3rd and 5th value
+# 16+x and 34-x moves x pixel left or right
+#
+#hdmi_timings=320 1 19 43 36 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+# no overscan but blurry
+#hdmi_timings=320 1 19 43 36 224 1 11 14 15 0 0 0 60 0 6400000 1
+
+hdmi_timings=320 1 19 43 36 240 1 2 6 14 0 0 0 60 0 6400000 1
+
+#hdmi_timings=320 1 19 43 36 240 1 2 10 10 0 0 0 60 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 3 6 17 0 0 0 59 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 5 6 20 0 0 0 58 0 6400000 1
+
+# old hdmi_timings from 2.5.2
+#hdmi_timings=320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+
+
+#framebuffer_width=320
+#framebuffer_height=240
+
+# oc settings
+gpu_mem=256
+#gpu_mem_256=128
+#gpu_mem_512=256
+#gpu_mem_1024=256
+#arm_freq=1450
+#gpu_freq=500
+#sdram_freq=550
+#over_voltage=8
+#force_turbo=1
+
+es_rotate=1
+pi2jamma=0
+mme4crt_shift=30
diff --git a/etc/emulationstation/themes.sh b/etc/emulationstation/themes.sh
new file mode 100755
index 0000000..ea2d7b6
--- /dev/null
+++ b/etc/emulationstation/themes.sh
@@ -0,0 +1,190 @@
+local themes=(
+ 'arcadeforge push-a'
+ 'arcadeforge push-a-v'
+ 'arcadeforge pixel-heaven'
+ 'arcadeforge pixel-heaven-text'
+ 'arcadeforge 240p_Bubblegum'
+ 'arcadeforge 240p-honey'
+ 'RetroPie carbon'
+ 'RetroPie carbon-centered'
+ 'RetroPie carbon-nometa'
+ 'RetroPie simple'
+ 'RetroPie simple-dark'
+ 'RetroPie clean-look'
+ 'RetroPie color-pi'
+ 'RetroPie nbba'
+ 'RetroPie simplified-static-canela'
+ 'RetroPie turtle-pi'
+ 'RetroPie zoid'
+ 'ehettervik pixel'
+ 'ehettervik pixel-metadata'
+ 'ehettervik pixel-tft'
+ 'ehettervik luminous'
+ 'ehettervik minilumi'
+ 'ehettervik workbench'
+ 'AmadhiX eudora'
+ 'AmadhiX eudora-bigshot'
+ 'AmadhiX eudora-concise'
+ 'InsecureSpike retroplay-clean-canela'
+ 'InsecureSpike retroplay-clean-detail-canela'
+ 'Omnija simpler-turtlepi'
+ 'Omnija simpler-turtlemini'
+ 'Omnija metro'
+ 'lilbud material'
+ 'mattrixk io'
+ 'mattrixk metapixel'
+ 'mattrixk spare'
+ 'robertybob space'
+ 'robertybob simplebigart'
+ 'robertybob tv'
+ 'HerbFargus tronkyfran'
+ 'lilbud flat'
+ 'lilbud flat-dark'
+ 'lilbud minimal'
+ 'lilbud switch'
+ 'lilbud angular'
+ 'FlyingTomahawk futura-V'
+ 'FlyingTomahawk futura-dark-V'
+ 'G-rila fundamental'
+ 'ruckage nes-mini'
+ 'ruckage famicom-mini'
+ 'ruckage snes-mini'
+ 'anthonycaccese crt'
+ 'anthonycaccese crt-centered'
+ 'anthonycaccese art-book'
+ 'anthonycaccese art-book-4-3'
+ 'anthonycaccese art-book-pocket'
+ 'anthonycaccese art-book-micro'
+ 'anthonycaccese tft'
+ 'anthonycaccese picade'
+ 'TMNTturtleguy ComicBook'
+ 'TMNTturtleguy ComicBook_4-3'
+ 'TMNTturtleguy ComicBook_SE-Wheelart'
+ 'TMNTturtleguy ComicBook_4-3_SE-Wheelart'
+ 'ChoccyHobNob cygnus'
+ 'dmmarti steampunk'
+ 'dmmarti hurstyblue'
+ 'dmmarti maximuspie'
+ 'dmmarti showcase'
+ 'dmmarti kidz'
+ 'dmmarti unified'
+ 'dmmarti gamehat'
+ 'rxbrad freeplay'
+ 'rxbrad gbz35'
+ 'rxbrad gbz35-dark'
+ 'garaine marioblue'
+ 'garaine bigwood'
+ 'MrTomixf Royal_Primicia'
+ 'lostless playstation'
+ 'mrharias superdisplay'
+ 'coinjunkie synthwave'
+ 'nickearl retrowave'
+ 'nickearl retrowave_4_3'
+ 'pacdude minijawn'
+ 'RetroHursty69 magazinemadness'
+ 'RetroHursty69 stirling'
+ 'RetroHursty69 boxalloyred'
+ 'RetroHursty69 boxalloyblue'
+ 'RetroHursty69 greenilicious'
+ 'RetroHursty69 retroroid'
+ 'RetroHursty69 merryxmas'
+ 'RetroHursty69 cardcrazy'
+ 'RetroHursty69 license2game'
+ 'RetroHursty69 comiccrazy'
+ 'RetroHursty69 snazzy'
+ 'RetroHursty69 tributeGoT'
+ 'RetroHursty69 tributeSTrek'
+ 'RetroHursty69 tributeSWars'
+ 'RetroHursty69 crisp'
+ 'RetroHursty69 crisp_light'
+ 'RetroHursty69 primo'
+ 'RetroHursty69 primo_light'
+ 'RetroHursty69 back2basics'
+ 'RetroHursty69 retrogamenews'
+ 'RetroHursty69 bluray'
+ 'RetroHursty69 soda'
+ 'RetroHursty69 lightswitch'
+ 'RetroHursty69 darkswitch'
+ 'RetroHursty69 whiteslide'
+ 'RetroHursty69 graffiti'
+ 'RetroHursty69 whitewood'
+ 'RetroHursty69 sublime'
+ 'RetroHursty69 infinity'
+ 'RetroHursty69 neogeo_only'
+ 'RetroHursty69 boxcity'
+ 'RetroHursty69 vertical_arcade'
+ 'RetroHursty69 cabsnazzy'
+ 'RetroHursty69 garfieldism'
+ 'RetroHursty69 halloweenspecial'
+ 'RetroHursty69 heychromey'
+ 'RetroHursty69 homerism'
+ 'RetroHursty69 spaceinvaders'
+ 'RetroHursty69 disenchantment'
+ 'RetroHursty69 minions'
+ 'RetroHursty69 tmnt'
+ 'RetroHursty69 pacman'
+ 'RetroHursty69 dragonballz'
+ 'RetroHursty69 minecraft'
+ 'RetroHursty69 incredibles'
+ 'RetroHursty69 mario_melee'
+ 'RetroHursty69 evilresident'
+ 'RetroHursty69 hurstyspin'
+ 'RetroHursty69 cyber'
+ 'RetroHursty69 supersweet'
+ 'RetroHursty69 donkeykonkey'
+ 'RetroHursty69 snapback'
+ 'RetroHursty69 heman'
+ 'RetroHursty69 pitube'
+ 'RetroHursty69 batmanburton'
+ 'RetroHursty69 NegativeColor'
+ 'RetroHursty69 NegativeSepia'
+ 'RetroHursty69 corg'
+ 'RetroHursty69 mysticorb'
+ 'RetroHursty69 joysticks'
+ 'RetroHursty69 orbpilot'
+ 'RetroHursty69 bitfit'
+ 'RetroHursty69 circuit'
+ 'RetroHursty69 retroboy'
+ 'RetroHursty69 retroboy2'
+ 'RetroHursty69 hurstybluetake2'
+ 'RetroHursty69 fabuloso'
+ 'RetroHursty69 arcade1up_aspectratio54'
+ 'RetroHursty69 supersweet_aspectratio54'
+ 'RetroHursty69 heychromey_aspectratio54'
+ 'RetroHursty69 mariobrosiii'
+ 'RetroHursty69 vertical_limit_verticaltheme'
+ 'RetroHursty69 CapcomColorHorizontal'
+ 'RetroHursty69 CapcomColorSpin'
+ 'RetroHursty69 CapcomColorVertical'
+ 'RetroHursty69 bluesteel'
+ 'RetroHursty69 blueprism'
+ 'RetroHursty69 bluesmooth'
+ 'RetroHursty69 floyd'
+ 'RetroHursty69 floyd_arcade'
+ 'RetroHursty69 floyd_room'
+ 'RetroHursty69 Slick_Bluey'
+ 'RetroHursty69 Slick_Red'
+ 'RetroHursty69 ghostbusters'
+ 'RetroHursty69 realghostbusters'
+ 'RetroHursty69 stirlingness'
+ 'RetroHursty69 marco'
+ 'RetroHursty69 swatch'
+ 'RetroHursty69 meshy'
+ 'RetroHursty69 magazinemadness2'
+ 'RetroHursty69 CosmicRise'
+ 'RetroHursty69 uniflyered'
+ 'Saracade scv720'
+ 'chicueloarcade Chicuelo'
+ 'SuperMagicom nostalgic'
+ 'lipebello retrorama'
+ 'lipebello strangerstuff'
+ 'lipebello spaceoddity'
+ 'lipebello swineapple'
+ 'waweedman pii-wii'
+ 'waweedman Blade-360'
+ 'waweedman Venom'
+ 'waweedman Spider-Man'
+ 'blowfinger77 locomotion'
+ 'justincaseurskynet Arcade1up-5x4-Horizontal'
+ 'KALEL1981 Super-Retroboy'
+ )
diff --git a/etc/pikeyd165.conf b/etc/pikeyd165.conf
new file mode 100644
index 0000000..66d4c6f
--- /dev/null
+++ b/etc/pikeyd165.conf
@@ -0,0 +1,93 @@
+#pikeyd165.conf
+
+#format:
+# {keycode from /usr/include/linux/input.h} {GPIO pin no}
+# Not limited to a single key. A GPIO press will emit all defined keys in order.
+#P = Player; B = Button
+
+# P1B3 L
+KEY_SPACE 0
+# P1B4 B
+KEY_LEFTSHIFT 1
+# P1B5 A
+KEY_Z 2
+# P1B6 R
+KEY_X 3
+# P2B5
+KEY_I 4
+# P2B6
+KEY_K 5
+# P2B4
+KEY_W 6
+# P2B3
+KEY_Q 7
+# P1Left
+KEY_LEFT 8
+# P1Right
+KEY_RIGHT 9
+# P1B1 Y
+#KEY_LEFTCTRL 10
+KEY_ENTER 10
+# P1B2 X
+#KEY_LEFTALT 11
+KEY_BACKSPACE 11
+# P2B2
+KEY_S 12
+# P2B1
+KEY_A 13
+# P2Right
+KEY_G 14
+# P2Left
+KEY_D 15
+# P1Coin
+KEY_5 16
+# P1Start
+KEY_1 17
+# P1Up
+KEY_UP 18
+# P1Down
+KEY_DOWN 19
+# P2Down
+KEY_F 20
+# P2Up
+KEY_R 21
+# P2Start
+KEY_2 22
+# P2Coin
+KEY_6 23
+
+
+#special keys! bits pressed simultaniousley result in specified Key
+#maximum bits == 4
+
+# Service Menu retroarch
+# p1b2 p1start
+KEY_F1 17 11
+
+# Service Menu AdvMame, Mame4all
+# p2start p1b2 p1start
+#KEY_F2 22 11 17
+
+# Settings Mame4all
+# p2start p1b3 p1start
+#KEY_TAB 22 0 17
+
+# Quit Emulator / Game
+# p1start p1b1
+KEY_ESC 10 17
+
+# Coin Player 2
+# p1up p2start
+KEY_6 18 22
+# p2up p2start
+KEY_6 21 22
+
+# Coin Player 1
+# p1up p1start
+KEY_5 18 17
+
+# Menu C64, filter advmame
+# p2start p1b4 p1start
+#KEY_F12 22 1 17
+
+
diff --git a/home/pi/RetroPie-Setup/scriptmodules/supplementary/esthemes.sh b/home/pi/RetroPie-Setup/scriptmodules/supplementary/esthemes.sh
new file mode 100644
index 0000000..c065848
--- /dev/null
+++ b/home/pi/RetroPie-Setup/scriptmodules/supplementary/esthemes.sh
@@ -0,0 +1,337 @@
+#!/usr/bin/env bash
+
+# This file is part of The RetroPie Project
+#
+# The RetroPie Project is the legal property of its developers, whose names are
+# too numerous to list here. Please refer to the COPYRIGHT.md file distributed with this source.
+#
+# See the LICENSE.md file at the top-level directory of this distribution and
+# at https://raw.githubusercontent.com/RetroPie/RetroPie-Setup/master/LICENSE.md
+#
+
+rp_module_id="esthemes"
+rp_module_desc="Install themes for Emulation Station"
+rp_module_section="config"
+
+function depends_esthemes() {
+ if isPlatform "x11"; then
+ getDepends feh
+ else
+ getDepends fbi
+ fi
+}
+
+function install_theme_esthemes() {
+ local theme="$1"
+ local repo="$2"
+ if [[ -z "$repo" ]]; then
+ repo="RetroPie"
+ fi
+ if [[ -z "$theme" ]]; then
+ theme="carbon"
+ repo="RetroPie"
+ fi
+ mkdir -p "/etc/emulationstation/themes"
+ gitPullOrClone "/etc/emulationstation/themes/$theme" "https://github.com/$repo/es-theme-$theme.git"
+}
+
+function uninstall_theme_esthemes() {
+ local theme="$1"
+ if [[ -d "/etc/emulationstation/themes/$theme" ]]; then
+ rm -rf "/etc/emulationstation/themes/$theme"
+ fi
+}
+
+function gui_esthemes() {
+
+# . /etc/emulationstation/themes.sh
+
+local themes=(
+ 'arcadeforge push-a'
+ 'arcadeforge push-a-v'
+ 'arcadeforge pixel-heaven'
+ 'arcadeforge pixel-heaven-text'
+ 'arcadeforge 240p_Bubblegum'
+ 'arcadeforge 240p-honey'
+ 'xovox RetroCRT-240p'
+ 'xovox RetroCRT-240p-Vertical'
+ 'RetroPie carbon'
+ 'RetroPie carbon-centered'
+ 'RetroPie carbon-nometa'
+ 'RetroPie simple'
+ 'RetroPie simple-dark'
+ 'RetroPie clean-look'
+ 'RetroPie color-pi'
+ 'RetroPie nbba'
+ 'RetroPie simplified-static-canela'
+ 'RetroPie turtle-pi'
+ 'RetroPie zoid'
+ 'ehettervik pixel'
+ 'ehettervik pixel-metadata'
+ 'ehettervik pixel-tft'
+ 'ehettervik luminous'
+ 'ehettervik minilumi'
+ 'ehettervik workbench'
+ 'AmadhiX eudora'
+ 'AmadhiX eudora-bigshot'
+ 'AmadhiX eudora-concise'
+ 'InsecureSpike retroplay-clean-canela'
+ 'InsecureSpike retroplay-clean-detail-canela'
+ 'Omnija simpler-turtlepi'
+ 'Omnija simpler-turtlemini'
+ 'Omnija metro'
+ 'lilbud material'
+ 'mattrixk io'
+ 'mattrixk metapixel'
+ 'mattrixk spare'
+ 'robertybob space'
+ 'robertybob simplebigart'
+ 'robertybob tv'
+ 'HerbFargus tronkyfran'
+ 'lilbud flat'
+ 'lilbud flat-dark'
+ 'lilbud minimal'
+ 'lilbud switch'
+ 'lilbud angular'
+ 'FlyingTomahawk futura-V'
+ 'FlyingTomahawk futura-dark-V'
+ 'G-rila fundamental'
+ 'ruckage nes-mini'
+ 'ruckage famicom-mini'
+ 'ruckage snes-mini'
+ 'anthonycaccese crt'
+ 'anthonycaccese crt-centered'
+ 'anthonycaccese art-book'
+ 'anthonycaccese art-book-4-3'
+ 'anthonycaccese art-book-pocket'
+ 'anthonycaccese art-book-micro'
+ 'anthonycaccese tft'
+ 'anthonycaccese picade'
+ 'TMNTturtleguy ComicBook'
+ 'TMNTturtleguy ComicBook_4-3'
+ 'TMNTturtleguy ComicBook_SE-Wheelart'
+ 'TMNTturtleguy ComicBook_4-3_SE-Wheelart'
+ 'ChoccyHobNob cygnus'
+ 'dmmarti steampunk'
+ 'dmmarti hurstyblue'
+ 'dmmarti maximuspie'
+ 'dmmarti showcase'
+ 'dmmarti kidz'
+ 'dmmarti unified'
+ 'dmmarti gamehat'
+ 'rxbrad freeplay'
+ 'rxbrad gbz35'
+ 'rxbrad gbz35-dark'
+ 'garaine marioblue'
+ 'garaine bigwood'
+ 'MrTomixf Royal_Primicia'
+ 'lostless playstation'
+ 'mrharias superdisplay'
+ 'coinjunkie synthwave'
+ 'nickearl retrowave'
+ 'nickearl retrowave_4_3'
+ 'pacdude minijawn'
+ 'RetroHursty69 magazinemadness'
+ 'RetroHursty69 stirling'
+ 'RetroHursty69 boxalloyred'
+ 'RetroHursty69 boxalloyblue'
+ 'RetroHursty69 greenilicious'
+ 'RetroHursty69 retroroid'
+ 'RetroHursty69 merryxmas'
+ 'RetroHursty69 cardcrazy'
+ 'RetroHursty69 license2game'
+ 'RetroHursty69 comiccrazy'
+ 'RetroHursty69 snazzy'
+ 'RetroHursty69 tributeGoT'
+ 'RetroHursty69 tributeSTrek'
+ 'RetroHursty69 tributeSWars'
+ 'RetroHursty69 crisp'
+ 'RetroHursty69 crisp_light'
+ 'RetroHursty69 primo'
+ 'RetroHursty69 primo_light'
+ 'RetroHursty69 back2basics'
+ 'RetroHursty69 retrogamenews'
+ 'RetroHursty69 bluray'
+ 'RetroHursty69 soda'
+ 'RetroHursty69 lightswitch'
+ 'RetroHursty69 darkswitch'
+ 'RetroHursty69 whiteslide'
+ 'RetroHursty69 graffiti'
+ 'RetroHursty69 whitewood'
+ 'RetroHursty69 sublime'
+ 'RetroHursty69 infinity'
+ 'RetroHursty69 neogeo_only'
+ 'RetroHursty69 boxcity'
+ 'RetroHursty69 vertical_arcade'
+ 'RetroHursty69 cabsnazzy'
+ 'RetroHursty69 garfieldism'
+ 'RetroHursty69 halloweenspecial'
+ 'RetroHursty69 heychromey'
+ 'RetroHursty69 homerism'
+ 'RetroHursty69 spaceinvaders'
+ 'RetroHursty69 disenchantment'
+ 'RetroHursty69 minions'
+ 'RetroHursty69 tmnt'
+ 'RetroHursty69 pacman'
+ 'RetroHursty69 dragonballz'
+ 'RetroHursty69 minecraft'
+ 'RetroHursty69 incredibles'
+ 'RetroHursty69 mario_melee'
+ 'RetroHursty69 evilresident'
+ 'RetroHursty69 hurstyspin'
+ 'RetroHursty69 cyber'
+ 'RetroHursty69 supersweet'
+ 'RetroHursty69 donkeykonkey'
+ 'RetroHursty69 snapback'
+ 'RetroHursty69 heman'
+ 'RetroHursty69 pitube'
+ 'RetroHursty69 batmanburton'
+ 'RetroHursty69 NegativeColor'
+ 'RetroHursty69 NegativeSepia'
+ 'RetroHursty69 corg'
+ 'RetroHursty69 mysticorb'
+ 'RetroHursty69 joysticks'
+ 'RetroHursty69 orbpilot'
+ 'RetroHursty69 bitfit'
+ 'RetroHursty69 circuit'
+ 'RetroHursty69 retroboy'
+ 'RetroHursty69 retroboy2'
+ 'RetroHursty69 hurstybluetake2'
+ 'RetroHursty69 fabuloso'
+ 'RetroHursty69 arcade1up_aspectratio54'
+ 'RetroHursty69 supersweet_aspectratio54'
+ 'RetroHursty69 heychromey_aspectratio54'
+ 'RetroHursty69 mariobrosiii'
+ 'RetroHursty69 vertical_limit_verticaltheme'
+ 'RetroHursty69 CapcomColorHorizontal'
+ 'RetroHursty69 CapcomColorSpin'
+ 'RetroHursty69 CapcomColorVertical'
+ 'RetroHursty69 bluesteel'
+ 'RetroHursty69 blueprism'
+ 'RetroHursty69 bluesmooth'
+ 'RetroHursty69 floyd'
+ 'RetroHursty69 floyd_arcade'
+ 'RetroHursty69 floyd_room'
+ 'RetroHursty69 Slick_Bluey'
+ 'RetroHursty69 Slick_Red'
+ 'RetroHursty69 ghostbusters'
+ 'RetroHursty69 realghostbusters'
+ 'RetroHursty69 stirlingness'
+ 'RetroHursty69 marco'
+ 'RetroHursty69 swatch'
+ 'RetroHursty69 meshy'
+ 'RetroHursty69 magazinemadness2'
+ 'RetroHursty69 CosmicRise'
+ 'RetroHursty69 uniflyered'
+ 'Saracade scv720'
+ 'chicueloarcade Chicuelo'
+ 'SuperMagicom nostalgic'
+ 'lipebello retrorama'
+ 'lipebello strangerstuff'
+ 'lipebello spaceoddity'
+ 'lipebello swineapple'
+ 'waweedman pii-wii'
+ 'waweedman Blade-360'
+ 'waweedman Venom'
+ 'waweedman Spider-Man'
+ 'blowfinger77 locomotion'
+ 'justincaseurskynet Arcade1up-5x4-Horizontal'
+ 'KALEL1981 Super-Retroboy'
+ )
+
+
+ while true; do
+ local theme
+ local installed_themes=()
+ local repo
+ local options=()
+ local status=()
+ local default
+
+ local gallerydir="/etc/emulationstation/es-theme-gallery"
+ if [[ -d "$gallerydir" ]]; then
+ status+=("i")
+ options+=(G "View or Update Theme Gallery")
+ else
+ status+=("n")
+ options+=(G "Download Theme Gallery")
+ fi
+
+ options+=(U "Update all installed themes")
+
+ local i=1
+ for theme in "${themes[@]}"; do
+ theme=($theme)
+ repo="${theme[0]}"
+ theme="${theme[1]}"
+ if [[ -d "/etc/emulationstation/themes/$theme" ]]; then
+ status+=("i")
+ options+=("$i" "Update or Uninstall $repo/$theme (installed)")
+ installed_themes+=("$theme $repo")
+ else
+ status+=("n")
+ options+=("$i" "Install $repo/$theme")
+ fi
+ ((i++))
+ done
+ local cmd=(dialog --default-item "$default" --backtitle "$__backtitle" --menu "Choose an option" 22 76 16)
+ local choice=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
+ default="$choice"
+ [[ -z "$choice" ]] && break
+ case "$choice" in
+ G)
+ if [[ "${status[0]}" == "i" ]]; then
+ options=(1 "View Theme Gallery" 2 "Update Theme Gallery" 3 "Remove Theme Gallery")
+ cmd=(dialog --backtitle "$__backtitle" --menu "Choose an option for gallery" 12 40 06)
+ local choice=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
+ case "$choice" in
+ 1)
+ cd "$gallerydir"
+ if isPlatform "x11"; then
+ feh --info "echo %f" --slideshow-delay 6 --fullscreen --auto-zoom --filelist images.list
+ else
+ fbi --timeout 6 --once --autozoom --list images.list
+ fi
+ ;;
+ 2)
+ gitPullOrClone "$gallerydir" "https://github.com/wetriner/es-theme-gallery"
+ ;;
+ 3)
+ if [[ -d "$gallerydir" ]]; then
+ rm -rf "$gallerydir"
+ fi
+ ;;
+ esac
+ else
+ gitPullOrClone "$gallerydir" "http://github.com/wetriner/es-theme-gallery"
+ fi
+ ;;
+ U)
+ for theme in "${installed_themes[@]}"; do
+ theme=($theme)
+ rp_callModule esthemes install_theme "${theme[0]}" "${theme[1]}"
+ done
+ ;;
+ *)
+ theme=(${themes[choice-1]})
+ repo="${theme[0]}"
+ theme="${theme[1]}"
+ if [[ "${status[choice]}" == "i" ]]; then
+ options=(1 "Update $repo/$theme" 2 "Uninstall $repo/$theme")
+ cmd=(dialog --backtitle "$__backtitle" --menu "Choose an option for theme" 12 40 06)
+ local choice=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
+ case "$choice" in
+ 1)
+ rp_callModule esthemes install_theme "$theme" "$repo"
+ ;;
+ 2)
+ rp_callModule esthemes uninstall_theme "$theme"
+ ;;
+ esac
+ else
+ rp_callModule esthemes install_theme "$theme" "$repo"
+ fi
+ ;;
+ esac
+ done
+}
diff --git a/home/pi/RetroPie/retropiemenu/Update RetroPieRGB.sh b/home/pi/RetroPie/retropiemenu/Update RetroPieRGB.sh
new file mode 100755
index 0000000..4246659
--- /dev/null
+++ b/home/pi/RetroPie/retropiemenu/Update RetroPieRGB.sh
@@ -0,0 +1,6 @@
+dir=$(pwd)
+cd /home/pi/RetroPieRGB
+sudo -s git pull origin master
+chmod +x patch.sh
+./patch.sh
+cd $dir
diff --git a/home/pi/RetroPie/retropiemenu/rotate screen.sh b/home/pi/RetroPie/retropiemenu/rotate screen.sh
new file mode 100755
index 0000000..64100ed
--- /dev/null
+++ b/home/pi/RetroPie/retropiemenu/rotate screen.sh
@@ -0,0 +1,33 @@
+#####
+# this scripts rotates screen for emulationstation
+# Author Jochen Zurborg
+# Date : 06.11.2019
+#
+# This script is made for hardware pi2scart and pi2jamma from www.arcadeforge.de
+
+setterm -foreground black -store
+
+killall emulationstation > /dev/null 2>&1
+clear
+
+sleep 1
+
+# params was already fetched
+. /home/pi/rgb_config.sh
+
+
+new_rotate=$(( $es_rotate + 1 ))
+if [ $new_rotate -eq 4 ] ; then
+ new_rotate=0
+fi
+
+#echo "starting emulationstation with rotate $new_rotate"
+#sleep 1
+sudo sed -i "s/^es_rotate.*/es_rotate=$new_rotate/" /boot/config.txt
+
+sed -i "s/^es_rotate.*/es_rotate=$new_rotate/" /home/pi/rgb_config.sh
+
+setterm -foreground white -store
+
+emulationstation --screenrotate $new_rotate
+
diff --git a/home/pi/rgb_default_config.sh b/home/pi/rgb_default_config.sh
new file mode 100644
index 0000000..fa11f33
--- /dev/null
+++ b/home/pi/rgb_default_config.sh
@@ -0,0 +1,4 @@
+es_rotate=0
+pi2jamma=0
+rgb_screen_shift=-15
+rgb_screen_width=2
diff --git a/howto_git.txt b/howto_git.txt
new file mode 100644
index 0000000..eb9e571
--- /dev/null
+++ b/howto_git.txt
@@ -0,0 +1,42 @@
+Author : Jochen Zurborg
+Date : 04.11.2019
+
+Find here a quick tutorial how to use git for our little project.
+
+Downloading this repository
+===========================
+
+git clone https://github.com/arcadeforge/runcommand
+
+Enabling your account
+=====================
+
+git config --global user.name "yourname"
+git config --global user.email "youremail"
+
+
+What happened since my last changes?
+====================================
+
+git status
+
+Adding edited files to your local repository
+============================================
+
+- easy way
+git add .
+
+- file specific
+git add yourfilename
+
+Commit changes to repository
+============================
+
+git commit -m"What you did"
+
+Uploading changes to github.com
+===============================
+
+git push
+
+
diff --git a/opt/retropie/configs/all/arcade_res_table.txt b/opt/retropie/configs/all/arcade_res_table.txt
new file mode 100644
index 0000000..0666ae7
--- /dev/null
+++ b/opt/retropie/configs/all/arcade_res_table.txt
@@ -0,0 +1,4840 @@
+1941;"1941 - Counter Attack - 1941 - Counter Attack (900227 World)";384x224@60;V
+1941j;"1941 - Counter Attack (Japan)";384x224@60;V
+1941r1;"1941 - Counter Attack (World)";384x224@60;V
+1941u;"1941 - Counter Attack (900227 USA)";384x224@60;V
+1942;"1942 (Jpn) - 1942 (Revision B)";256x224@60;V
+1942a;"1942 (Jpn, Alt) - 1942 (Revision A)";256x224@60;V
+1942abl;"1942 (Revision A, bootleg)";256x224@60;V
+1942b;"1942 (First Version)";256x224@60;V
+1942c64;"1942 (C64 Music)";256x224@60;V
+1942h;"Supercharger 1942";256x224@60;V
+1942w;"1942 (Williams Electronics license)";256x224@60;V
+1943;"1943: The Battle of Midway (Euro)";256x224@60;V
+1943b;"1943: The Battle of Midway (bootleg set 1, hack of Jap";256x224@60;V
+1943b2;"1943: The Battle of Midway (bootleg set 2, hack of Jap";256x224@60;V
+1943bj;"1943: Midway Kaisen (bootleg)";256x224@60;V
+1943j;"1943: Midway Kaisen (Japan, Rev B)";256x224@60;V
+1943ja;"1943: Midway Kaisen (Japan)";256x224@60;V
+1943ja2;"1943: The Battle of Midway (hack of Japan set)";256x224@60;V
+1943kai;"1943 Kai - 1943 Kai: Midway Kaisen (Japan)";256x224@60;V
+1943mii;"1943: The Battle of Midway Mark II (US)";256x224@60;V
+1943u;"1943: The Battle of Midway (US, Rev C)";256x224@60;V
+1943ua;"1943: The Battle of Midway (US)";256x224@60;V
+1944;"1944 - the loop master (000620 USA)";384x224@60;H
+1944ad;"1944 - the loop master (000620 USA Phoenix Edition, al";384x224@60;H
+1944d;"1944 - the loop master (000620 USA Phoenix Edition)";384x224@60;H
+1944j;"1944 - the loop master (000620 Japan)";384x224@60;H
+1945kiii;"1945k III (newer, OPCX2 PCB)";320x224@60;V
+1945kiiin;"1945k III (newer, OPCX1 PCB)";320x224@60;V
+1945kiiio;"1945k III (older, OPCX1 PCB)";320x224@60;V
+19xx;"19XX - the war against destiny (951207 USA)";384x224@60;V
+19xxa;"19XX - the war against destiny (960104 Asia)";384x224@60;V
+19xxar1;"19XX - the war against destiny (951207 Asia)";384x224@60;V
+19xxb;"19XX - the war against destiny (951218 Brazil)";384x224@60;V
+19xxd;"19XX - the war against destiny (951207 USA Phoenix Edi";384x224@60;V
+19xxh;"19XX - the war against destiny (951218 Hispanic)";384x224@60;V
+19xxj;"19XX - the war against destiny (960104 Japan, yellow c";384x224@60;V
+19xxjr1;"19XX - the war against destiny (951225 Japan)";384x224@60;V
+19xxjr2;"19XX - the war against destiny (951207 Japan)";384x224@60;V
+2020bb;"2020 Super Baseball (set 1) - Super Baseball 2020 (Euro, USA)";304x224@59;H
+2020bba;"2020 Super Baseball (set 2)";304x224@59;H
+2020bbh;"2020 Super Baseball (set 3)";304x224@59;H
+3countb;"3 Count Bout / Fire Suplex (NGM-043)(NGH-043)";320x224@59;H
+3countba;"3 Count Bout / Fire Suplex (NGM-043)";320x224@59;H
+3in1semi;"XESS - The New Revolution (SemiCom 3-in-1)";256x224@58;H
+3kokushi;"Sankokushi (Japan)";320x240@60;H
+3wonders;"Three Wonders (wonder 3 910520 etc)";384x224@60;H
+3wondersb;"Three Wonders (bootleg set 2, wonder 3 910520 etc)";384x224@60;H
+3wondersh;"Three Wonders (bootleg set 1, wonder 3 910520 etc)";384x224@60;H
+3wondersha;"Three Wonders (bootleg set 3, wonder 3 910520 etc)";384x224@60;H
+3wondersr1;"Three Wonders (wonder 3 910513 etc)";384x224@60;H
+3wondersu;"Three Wonders (wonder 3 910520 USA)";384x224@60;H
+4dwarrio;"4-D Warriors (315-5162)";256x224@60;H
+4enraya;"4 En Raya (set 1)";256x224@60;H
+4enrayaa;"4 En Raya (set 2)";256x224@60;H
+4in1;"4 Fun in 1 - Sega Game Pack 4 in 1 (Euro)";256x224@60;V
+4in1boot;"Puzzle King";256x224@58;H
+4play;"4 player input test";304x224@59;H
+600;"600";256x224@60;V
+64street;"64th. Street - A Detective Story (World)";256x224@60;H
+64streetj;"64th. Street - A Detective Story (Japan, set 1)";256x224@60;H
+64streetja;"64th. Street - A Detective Story (Japan, alt)";256x224@60;H
+720;"720° (Atari System 2)";512x384@60;H
+7ordi;"7 Ordi (Korea)";320x240@60;H
+7toitsu;"Chi-Toitsu";384x240@60;H
+800fath;"800 Fathoms";256x224@60;V
+88games;"'88 Games";304x224@60;H
+8bpm;"Eight Ball Action (Pac-Man conversion)";256x224@60;V
+99lstwar;"'99: The Last War";288x224@60;V
+99lstwara;"'99: The Last War (alternate)";288x224@60;V
+99lstwark;"'99: The Last War (Kyugo)";288x224@60;V
+abcop;"A.B. Cop (World, FD1094 317-0169b)";320x224@60;H
+abcopd;"A.B. Cop (World, FD1094 317-0169b decrypted)";320x224@60;H
+abcopj;"A.B. Cop (Japan, FD1094 317-0169b)";320x224@60;H
+abcopjd;"A.B. Cop (Japan, FD1094 317-0169b decrypted)";320x224@60;H
+abscam;"Abscam";288x224@60;V
+aburner;"After Burner - After Burner (World)";320x224@60;H
+aburner2;"After Burner II - After Burner II - After Burner II (Euro, USA)";320x224@60;H
+aburner2g;"After Burner II (German)";320x224@60;H
+aceattac;"Ace Attacker (FD1094 317-0059)";320x224@60;V
+aceattaca;"Ace Attacker (Japan, System 16A, FD1094 317-0060)";320x224@60;V
+acitya;"Atlantic City Action";288x224@60;V
+acrobatm;"Acrobat Mission";256x224@56;V
+actfancr;"Act-Fancer Cybernetick Hyper Weapon (World revision 2)";256x240@60;H
+actfancr1;"Act-Fancer Cybernetick Hyper Weapon (World revision 1)";256x240@60;H
+actfancrj;"Act-Fancer Cybernetick Hyper Weapon (Japan revision 1)";256x240@60;H
+ad2083;"A.D. 2083";256x224@60;V
+aeroboto;"Aeroboto";248x224@60;H
+aerofgt;"Aero Fighters";320x224@60;V
+aerofgtb;"Aero Fighters (Turbo Force hardware set 1)";320x224@60;V
+aerofgtc;"Aero Fighters (Turbo Force hardware set 2)";320x224@60;V
+afighter;"Action Fighter, FD1089A 317-0018";320x224@60;V
+agallet;"Air Gallet (Europe)";320x240@58;V
+agalleta;"Air Gallet (older, Europe)";320x240@58;V
+agalletah;"Air Gallet (older, Hong Kong)";320x240@58;V
+agalletaj;"Akuu Gallet (older, Japan)";320x240@58;V
+agalletak;"Air Gallet (older, Korea)";320x240@58;V
+agalletat;"Air Gallet (older, Taiwan)";320x240@58;V
+agalletau;"Air Gallet (older, USA)";320x240@58;V
+agalleth;"Air Gallet (Hong Kong)";320x240@58;V
+agalletj;"Akuu Gallet (Japan)";320x240@58;V
+agalletk;"Air Gallet (Korea)";320x240@58;V
+agallett;"Air Gallet (Taiwan)";320x240@58;V
+agalletu;"Air Gallet (USA)";320x240@58;V
+agentx1;"Agent X (prototype, rev 1)";256x232@60;H
+agentx2;"Agent X (prototype, rev 2)";256x232@60;H
+agentx3;"Agent X (prototype, rev 3)";256x232@60;H
+agentx4;"Agent X (prototype, rev 4)";256x232@60;H
+agress;"Agress";320x240@58;H
+agressb;"Agress (English bootleg)";320x240@58;H
+airass;"Air Assault (World)";320x240@60;V
+airattck;"Air Attack (set 1)";256x224@56;V
+airattcka;"Air Attack (set 2)";256x224@56;V
+airbustr;"Air Buster: Trouble Specialty Raid Unit (USA) - Air Buster: Trouble Specialty Raid Unit (World)";256x224@60;H
+airbustrb;"Air Buster: Trouble Specialty Raid Unit (bootleg)";256x224@60;H
+airbustrj;"Air Buster: Trouble Specialty Raid Unit (Japan)";256x224@60;H
+airduel;"Air Duel (World, M82-A-A + M82-B-A)";384x256@55;V
+airduelm72;"Air Duel (Japan, M72)";384x256@55;V
+airwolf;"Airwolf";288x224@60;H
+airwolfa;"Airwolf (US)";288x224@60;H
+ajax;"Ajax";304x224@60;V
+ajaxj;"Ajax (Japan)";304x224@60;V
+akkanvdr;"Akkanbeder (Ver 2.5J 1995/06/14)";320x224@60;V
+akumajou;"Akuma-Jou Dracula (Japan ver. P)";256x224@60;H
+akumajoun;"Akuma-Jou Dracula (Japan ver. N)";256x224@60;H
+alcon;"Alcon (US) - Falcon - Falcon (bootleg of Phoenix) (8085A CPU)";280x240@60;V
+alexkidd;"Alex Kidd in Miracle World (Euro, USA, v1) - Alex Kidd in Miracle World (Tw, SMS Mode) - Alex Kidd in the Enchanted Castle (Euro, Rev. A) - Alex Kidd: The Lost Stars (set 2, unprotected)";320x224@60;H
+alexkidd1;"Alex Kidd in Miracle World (Euro, USA, v0) - Alex Kidd in the Enchanted Castle (Euro) - Alex Kidd: The Lost Stars (set 1, FD1089A 317-unknown)";320x224@60;H
+alibaba;"Ali Baba and 40 Thieves - Alibaba and 40 Thieves (Jpn) - Alibaba and 40 Thieves (Kor)";288x224@60;V
+alibabab;"Alibaba and 40 Thieves (Jpn, Alt 2) - Mustafa and 40 Thieves (bootleg)";288x224@60;V
+aliencha;"Alien Challenge (World)";448x224@60;H
+alienchac;"Alien Challenge (China)";448x224@60;H
+aliens;"Aliens (World set 1) - Aliens - Alien 2 (Jpn)";288x224@60;H
+aliens2;"Aliens (World set 2)";288x224@60;H
+aliens3;"Aliens (World set 3)";288x224@60;H
+aliensa;"Aliens (Asia) - Aliens - Alien 2 (Jpn, Alt)";288x224@60;H
+aliensec;"Alien Sector";288x224@60;H
+aliensj;"Aliens (Japan set 1)";288x224@60;H
+aliensj2;"Aliens (Japan set 2)";288x224@60;H
+aliensu;"Aliens (US)";288x224@60;H
+aliensyn;"Alien Syndrome (Euro, USA) - Alien Syndrome (Euro, USA, Bra) - Alien Syndrome (set 4, System 16B, unprotected)";320x224@60;H
+aliensyn2;"Alien Syndrome (set 2, System 16A, FD1089A 317-0033)";320x224@60;H
+aliensyn3;"Alien Syndrome (set 3, System 16B, FD1089A 317-0033)";320x224@60;H
+aliensyn5;"Alien Syndrome (set 5, System 16A, FD1089B 317-0037)";320x224@60;H
+aliensyn7;"Alien Syndrome (set 7, System 16B, MC-8123B 317-00xx)";320x224@60;H
+aliensynj;"Alien Syndrome (Jpn) - Alien Syndrome (Jpn) - Alien Syndrome (set 6, Japan, new, System 16B, FD1089A";320x224@60;H
+aliensynjo;"Alien Syndrome (set 1, Japan, old, System 16A, FD1089A";320x224@60;H
+aligatorun;"Alligator Hunt (unprotected)";320x240@60;H
+alinvade;"Alien Invaders";128x128@60;V
+alpham2;"Alpha Mission II / ASO II - Last Guardian (NGM-007)(NG";304x224@59;H
+alpham2p;"Alpha Mission II / ASO II - Last Guardian (prototype)";304x224@59;H
+alphamis;"Alpha Mission";288x216@60;V
+alphaxz;"The Alphax Z (Japan)";256x224@60;V
+altbeast;"Altered Beast (Euro, USA) - Altered Beast (Euro, USA, Bra) - Altered Beast (set 8, 8751 317-0078)";320x224@60;H
+altbeast2;"Altered Beast (set 2, MC-8123B 317-0066)";320x224@60;H
+altbeast4;"Altered Beast (set 4, MC-8123B 317-0066)";320x224@60;H
+altbeast5;"Altered Beast (set 5, FD1094 317-0069)";320x224@60;H
+altbeast5d;"Altered Beast (set 5, FD1094 317-0069 decrypted)";320x224@60;H
+altbeast6;"Altered Beast (set 6, 8751 317-0076)";320x224@60;H
+altbeastj;"Juuouki (set 7, Japan, 8751 317-0077)";320x224@60;H
+altbeastj1;"Juuouki (set 1, Japan, FD1094 317-0065)";320x224@60;H
+altbeastj3;"Juuouki (set 3, Japan, FD1094 317-0068)";320x224@60;H
+altbeastj3d;"Juuouki (set 3, Japan, FD1094 317-0068 decrypted)";320x224@60;H
+amatelas;"Sei Senshi Amatelass";256x224@60;V
+amazon;"Soldier Girl Amazon";256x224@60;V
+ambush;"Ambush";256x224@60;H
+ambushh;"Ambush (hack?)";256x224@60;H
+ambushj;"Ambush (Japan)";256x224@60;H
+ambushv;"Ambush (Volt Elec co-ltd)";256x224@60;H
+amidar;"Amidar";256x224@60;V
+amidar1;"Amidar (older)";256x224@60;V
+amidarb;"Amidar (bootleg)";256x224@60;V
+amidaro;"Amidar (Olympia)";256x224@60;V
+amidars;"Amidar (Scramble hardware)";256x224@60;V
+amidaru;"Amidar (Stern)";256x224@60;V
+amigo;"Amigo";256x224@60;V
+androdun;"Andro Dunos (NGM-049)(NGH-049)";304x224@59;H
+androidp;"Android (prototype, later build)";256x192@60;V
+androidpo;"Android (prototype, early build)";256x192@60;V
+angelkds;"Angel Kids (Japan)";256x240@60;V
+anteater;"Anteater";256x224@60;V
+anteaterg;"Ameisenbaer (German)";256x224@60;V
+anteateruk;"The Anteater (UK)";256x224@60;V
+aodk;"Aggressors of Dark Kombat / Tsuukai GANGAN Koushinkyok";304x224@59;H
+aof;"Art of Fighting (Euro) - Art of Fighting / Ryuuko no Ken (NGM-044)(NGH-044)";304x224@59;H
+aof2;"Art of Fighting 2 / Ryuuko no Ken 2 (NGM-056)";304x224@59;H
+aof2a;"Art of Fighting 2 / Ryuuko no Ken 2 (NGH-056)";304x224@59;H
+aof3;"Art of Fighting 3 - The Path of the Warrior / Art of F";304x224@59;H
+aof3k;"Art of Fighting 3 - The Path of the Warrior (Korean re";304x224@59;H
+apb;"APB - All Points Bulletin (Atari System 2)";512x384@60;V
+aponow;"Apocaljpse Now";256x224@60;V
+appoooh;"Appoooh";256x224@60;H
+aquajack;"Aquajack (World)";320x240@60;H
+aquajackj;"Aquajack (Japan)";320x240@60;H
+aquajacku;"Aquajack (US)";320x240@60;H
+aquarium;"Aquarium (US)";320x256@60;H
+aquariumj;"Aquarium (Japan)";320x256@60;H
+arabian;"Arabian";256x234@60;V
+arabiana;"Arabian (Atari)";256x234@60;V
+arabianm;"Arabian Magic (Ver 1.0O 1992/07/06)";320x224@60;H
+arabianmj;"Arabian Magic (Ver 1.0J 1992/07/06)";320x224@60;H
+arabianmu;"Arabian Magic (Ver 1.0A 1992/07/06)";320x224@60;H
+aracnis;"Aracnis (bootleg of Scorpion on Moon Cresta hardware)";256x224@60;V
+arbalest;"Arbalester";384x224@60;V
+arcadian;"Arcadia (NMK)";384x224@56;V
+area88;"Area 88 (Japan)";384x224@60;H
+area88r;"Area 88 (Japan Resale ver.)";384x224@60;H
+arian;"Arian Mission";288x216@60;V
+ark1ball;"Arkanoid (bootleg with MCU, harder)";256x224@60;V
+ark1balla;"Arkanoid (bootleg with MCU, harder, alt)";256x224@60;V
+arkangc;"Arkanoid (Game Corporation bootleg, set 1)";256x224@60;V
+arkangc2;"Arkanoid (Game Corporation bootleg, set 2)";256x224@60;V
+arkanoid;"Arkanoid (Euro?) - Arkanoid (World, oldest rev)";256x224@60;V
+arkanoidj;"Arkanoid (Japan) - Arkanoid (Jpn)";256x224@60;V
+arkanoidja;"Arkanoid (Japan, older rev) - Arkanoid (Jpn, Alt)";256x224@60;V
+arkanoidjb;"Arkanoid (Japan, oldest rev)";256x224@60;V
+arkanoidjbl;"Arkanoid (bootleg with MCU set 1)";256x224@60;V
+arkanoidjbl2;"Arkanoid (bootleg with MCU set 2)";256x224@60;V
+arkanoidjbla;"Arkanoid (bootleg with MCU, alt)";256x224@60;V
+arkanoidu;"Arkanoid (US)";256x224@60;V
+arkanoiduo;"Arkanoid (US, oldest rev)";256x224@60;V
+arkarea;"Ark Area";256x192@60;H
+arkatayt;"Arkanoid (Tayto bootleg)";256x224@60;V
+arkatour;"Tournament Arkanoid (US)";256x224@60;V
+arkbloc2;"Block (Game Corporation bootleg, set 2)";256x224@60;V
+arkblock;"Block (Game Corporation bootleg, set 1)";256x224@60;V
+arkgcbl;"Arkanoid (bootleg on Block hardware)";256x224@60;V
+arknoid2;"Arkanoid - Revenge of DOH (World)";256x224@60;V
+arknoid2b;"Arkanoid - Revenge of DOH (Japan bootleg)";256x224@60;V
+arknoid2j;"Arkanoid - Revenge of DOH (Japan)";256x224@60;V
+arknoid2u;"Arkanoid - Revenge of DOH (US)";256x224@60;V
+arkretrn;"Arkanoid Returns (Ver 2.02O 1997/02/10)";320x232@60;H
+arkretrnj;"Arkanoid Returns (Ver 2.02J 1997/02/10)";320x232@60;H
+arkretrnu;"Arkanoid Returns (Ver 2.02A 1997/02/10)";320x232@60;H
+arktayt2;"Arkanoid (Tayto bootleg, harder)";256x224@60;V
+armedf;"Armed Formation - Armed Formation F";320x240@57;V
+armedff;"Armed Formation (Fillmore license)";320x240@57;V
+armorcar;"Armored Car (set 1)";256x224@60;V
+armorcar2;"Armored Car (set 2)";256x224@60;V
+armwar;"Armored Warriors (941024 Europe)";384x224@60;H
+armwar1d;"Armored Warriors (941011 Europe Phoenix Edition)";384x224@60;H
+armwara;"Armored Warriors (941024 Asia)";384x224@60;H
+armwarar1;"Armored Warriors (940920 Asia)";384x224@60;H
+armwarr1;"Armored Warriors (941011 Europe)";384x224@60;H
+armwaru;"Armored Warriors (941024 USA)";384x224@60;H
+armwaru1;"Armored Warriors (940920 USA)";384x224@60;H
+armwrest;"Arm Wrestling";448x256@60;V
+ashnojoe;"Ashita no Joe (Japan)";288x208@60;H
+ashura;"Ashura (Jpn) - Ashura Blaster (World)";320x224@60;V
+ashuraj;"Ashura Blaster (Japan)";320x224@60;V
+ashurau;"Ashura Blaster (US)";320x224@60;V
+asideral;"Ataque Sideral (Spanish bootleg of UniWar S)";256x224@60;V
+aso;"ASO - Armored Scrum Object";288x216@60;V
+assault;"Assault (Rev B) - Desert Assault (US)";288x224@60;V
+assaultj;"Assault (Japan)";288x224@60;V
+assaultp;"Assault Plus (Japan)";288x224@60;V
+asterix;"Asterix (Euro, v1) - Asterix (ver EAD)";288x224@60;H
+asterixaad;"Asterix (ver AAD)";288x224@60;H
+asterixeaa;"Asterix (ver EAA)";288x224@60;H
+asterixeac;"Asterix (ver EAC)";288x224@60;H
+asterixj;"Asterix (ver JAD)";288x224@60;H
+astorm;"Alien Storm (Euro, Bra) - Alien Storm (set 4, World, 2 Players, FD1094 317-0154) - Alien Storm (World)";320x224@60;H
+astorm3;"Alien Storm (set 3, World, 3 Players, FD1094 317-0148)";320x224@60;H
+astorm3d;"Alien Storm (set 3, World, 3 Players, FD1094 317-0148";320x224@60;H
+astormj;"Alien Storm (set 1, Japan Rev B, 2 Players, FD1094 317";320x224@60;H
+astormjd;"Alien Storm (set 1, Japan Rev B, 2 Players, FD1094 317";320x224@60;H
+astormu;"Alien Storm (set 2, US, 3 Players, FD1094 317-0147)";320x224@60;H
+astormud;"Alien Storm (set 2, US, 3 Players, FD1094 317-0147 dec";320x224@60;H
+astrians;"Astrians (clone of Swarm)";256x224@60;V
+astyanax;"The Astyanax";256x224@60;H
+asuka;"Asuka & Asuka (World)";320x240@60;V
+asukaj;"Asuka & Asuka (Japan)";320x240@60;V
+asurabld;"Asura Blade - Sword of Dynasty (Japan)";320x240@60;H
+asurabus;"Asura Buster - Eternal Warriors (Japan)";320x240@60;H
+asurabusa;"Asura Buster - Eternal Warriors (Japan) (ARCADIA revie";320x240@60;H
+atehate;"Athena no Hatena ?";384x240@60;H
+atetris;"FA Tetris (Kor) - FA Tetris (Kor) - Tetris (set 1)";336x240@60;H
+atetrisa;"FA Tetris (Kor, Alt) - Tetris (set 2)";336x240@60;H
+atetrisb;"FA Tetris (Kor, Alt 2) - Tetris (bootleg set 1)";336x240@60;H
+atetrisb2;"Tetris (bootleg set 2)";336x240@60;H
+atetrisc;"Tetris (cocktail set 1)";336x240@60;V
+atetrisc2;"Tetris (cocktail set 2)";336x240@60;V
+athena;"Athena";288x216@60;H
+atlantis;"Battle of Atlantis (set 1)";256x224@60;V
+atlantis2;"Battle of Atlantis (set 2)";256x224@60;V
+atlantisb;"Battle of Atlantis (bootleg)";256x224@60;V
+atomboy;"Atomic Boy (revision B)";256x224@60;H
+atomboya;"Atomic Boy (revision A)";256x224@60;H
+atomicp;"Atomic Point (Korea)";320x224@60;H
+atompunk;"Atomic Punk (US)";320x240@60;H
+aurail;"Aurail (set 3, US, unprotected)";320x224@60;H
+aurail1;"Aurail (set 2, World, FD1089B 317-0168)";320x224@60;H
+aurail1d;"Aurail (set 2, World, FD1089B 317-0168 decrypted)";320x224@60;H
+aurailj;"Aurail (set 1, Japan, FD1089A 317-0167)";320x224@60;H
+aurailjd;"Aurail (set 1, Japan, FD1089A 317-0167 decrypted)";320x224@60;H
+avefenix;"Ave Fenix (Electrogame, Spanish bootleg of Phoenix)";256x208@60;V
+avefenixl;"Ave Fenix (Laguna, Spanish bootleg of Phoenix)";256x208@60;V
+avefenixrf;"Ave Fenix (Recreativos Franco, Spanish bootleg of Phoe";256x208@60;V
+avengers;"Avengers (US set 1)";256x240@60;V
+avengers2;"Avengers (US set 2)";256x240@60;V
+avsp;"Alien vs Predator (940520 Euro)";384x224@60;H
+avspa;"Alien vs Predator (940520 Asia)";384x224@60;H
+avspd;"Alien vs Predator (940520 Euro Phoenix Edition)";384x224@60;H
+avsph;"Alien vs Predator (940520 Hispanic)";384x224@60;H
+avspirit;"Avenging Spirit";256x224@60;H
+avspj;"Alien vs Predator (940520 Japan)";384x224@60;H
+avspu;"Alien vs Predator (940520 USA)";384x224@60;H
+aztarac;"Aztarac";340x256@40;H
+azurian;"Azurian Attack";256x224@60;V
+b2b;"Bang Bang Busters (2010 NCI release)";304x224@59;H
+backfire;"Backfire! (set 1)";240x640@60;V
+backfirt;"Back Fire (Tecmo, bootleg)";256x224@60;H
+baddudes;"Bad Dudes vs. Dragonninja (US)";256x240@57;H
+bakatono;"Bakatonosama Mahjong Manyuuki (MOM-002)(MOH-002)";304x224@59;H
+bakubrkr;"Bakuretsu Breaker";256x224@60;V
+bakutotu;"Bakutotsu Kijuutei";288x224@60;H
+balcube;"Bal Cube";320x224@60;H
+ballboy;"Ball Boy";256x224@60;H
+ballbros;"Balloon Brothers";384x240@60;H
+bang;"Bang! - Big Bang (9th Nov. 1993) - Pack'n Bang Bang (Prototype)";320x240@60;H
+bangball;"Bang Bang Ball (v1.05)";320x224@60;H
+bangbead;"Bang Bead";304x224@59;H
+bangbedp;"Bang Bead (Prototype?)";304x224@59;H
+bangj;"Gun Gabacho (Japan)";320x240@60;H
+bankp;"Bank Panic - Bank Panic (Euro) - Bank Panic (Jpn) - Bank Panic (Jpn)";224x224@60;H
+baraduke;"Baraduke";288x224@60;H
+baryon;"Baryon - Future Assault (set 1)";304x224@58;V
+baryona;"Baryon - Future Assault (set 2)";304x224@58;V
+batcir;"Battle Circuit (970319 Euro)";384x224@60;H
+batcira;"Battle Circuit (970319 Asia)";384x224@60;H
+batcird;"Battle Circuit (970319 Euro Phoenix Edition)";384x224@60;H
+batcirj;"Battle Circuit (970319 Japan)";384x224@60;H
+batlbubl;"Battle Bubble (v2.00)";320x224@60;H
+batman2;"Batman Part 2";256x224@60;V
+batrider;"Armed Police Batrider (Europe) (Fri Feb 13 1998)";320x240@60;V
+batriderc;"Armed Police Batrider (China) (Fri Feb 13 1998)";320x240@60;V
+batriderhk;"Armed Police Batrider - A Version (Hong Kong) (Mon Dec";320x240@60;V
+batriderj;"Armed Police Batrider - B Version (Japan) (Fri Feb 13";320x240@60;V
+batriderja;"Armed Police Batrider - A Version (Japan) (Mon Dec 22";320x240@60;V
+batriderk;"Armed Police Batrider (Korea) (Fri Feb 13 1998)";320x240@60;V
+batridert;"Armed Police Batrider - A Version (Taiwan) (Mon Dec 22";320x240@60;V
+batrideru;"Armed Police Batrider (U.S.A.) (Fri Feb 13 1998)";320x240@60;V
+batsugun;"Batsugun (set 1)";320x240@60;V
+batsuguna;"Batsugun (set 2)";320x240@60;V
+batsugunb;"Batsugun (Korean PCB)";320x240@60;V
+batsugunsp;"Batsugun (Special Ver.)";320x240@60;V
+battlane;"Battle Lane! Vol. 5 (set 1)";256x256@60;V
+battlane2;"Battle Lane! Vol. 5 (set 2)";256x256@60;V
+battlane3;"Battle Lane! Vol. 5 (set 3)";256x256@60;V
+battlex;"Battle Cross - Battle Cross (Jpn)";256x224@60;H
+battlnts;"Battlantis (program code G)";256x224@60;V
+battlntsa;"Battlantis (program code F)";256x224@60;V
+battlntsj;"Battlantis (Japan, program code E)";256x224@60;V
+battroad;"The Battle-Road";256x256@60;V
+bayroute;"Bay Route (set 3, World, FD1094 317-0116)";320x224@60;H
+bayroute1;"Bay Route (set 1, US, unprotected)";320x224@60;H
+bayrouted;"Bay Route (set 3, World, FD1094 317-0116 decrypted)";320x224@60;H
+bayroutej;"Bay Route (set 2, Japan, FD1094 317-0115)";320x224@60;H
+bayroutejd;"Bay Route (set 2, Japan, FD1094 317-0115 decrypted)";320x224@60;H
+bbakraid;"Battle Bakraid - Unlimited Version (U.S.A.) (Tue Jun 8";320x240@60;V
+bbakraidc;"Battle Bakraid - Unlimited Version (China) (Tue Jun 8";320x240@60;V
+bbakraidj;"Battle Bakraid - Unlimited Version (Japan) (Tue Jun 8";320x240@60;V
+bbakraidja;"Battle Bakraid (Japan) (Wed Apr 7 1999)";320x240@60;V
+bballs;"Bouncing Balls";256x224@60;H
+bballsa;"Bouncing Balls (Adult)";256x224@60;H
+bbmanw;"Bomber Man World / New Dyna Blaster - Global Quest";320x240@60;H
+bbmanwj;"Bomber Man World (Japan)";320x240@60;H
+bbmanwja;"Bomber Man World (Japan, revised sound hardware)";320x240@60;H
+bbredux;"Bobble Bobble ('bootleg redux' hack for Bobble Bobble";256x224@60;H
+bbros;"Buster Bros. (USA) - Super Buster Bros. (USA 901001)";384x240@57;H
+bbusters;"Beast Busters (World)";256x224@56;H
+bbustersj;"Beast Busters (Japan, Version 2)";256x224@56;H
+bbustersu;"Beast Busters (US, Version 3)";256x224@56;H
+bbustersua;"Beast Busters (US, Version 2)";256x224@56;H
+bchopper;"Battle Chopper";384x256@55;H
+bcrusher;"Bone Crusher";256x240@60;V
+bcruzm12;"Battle Cruiser M-12";256x224@60;V
+bcstry;"B.C. Story (set 1)";320x240@60;H
+bcstrya;"B.C. Story (set 2)";320x240@60;H
+beast;"Altered Beast (Euro, USA) - Altered Beast (Euro, USA, Bra) - Altered Beast (set 8, 8751 317-0078) - Altered Beast - Shadow of the Beast (Euro, Bra) - Shadow of the Beast (Euro, USA) - Shadow of the Beast (Neo Geo demo)";304x224@59;H
+beastfp;"Beastie Feastie";288x224@60;V
+berabohm;"Beraboh Man (Japan, Rev C)";288x224@60;H
+berabohmb;"Beraboh Man (Japan, Rev B)";288x224@60;H
+berlwall;"The Berlin Wall";256x224@60;H
+berlwallk;"The Berlin Wall (Korea)";256x224@60;H
+berlwallt;"The Berlin Wall (bootleg ?)";256x224@60;H
+bermudat;"Bermuda Triangle (World?)";400x224@60;V
+bermudata;"Bermuda Triangle (World Wars) (US)";400x224@60;V
+bermudatj;"Bermuda Triangle (Japan)";400x224@60;V
+bestbest;"Best Of Best";256x224@60;H
+bestleag;"Best League (bootleg of Big Striker, Italian Serie A)";256x224@60;H
+bestleaw;"Best League (bootleg of Big Striker, World Cup)";256x224@60;H
+bestri;"Bestri (Korea)";320x240@60;H
+bgaregga;"Battle Garegga (Europe / USA / Japan / Asia) (Sat Feb";320x240@60;V
+bgareggabl;"1945 Part 2 (Chinese hack of Battle Garegga)";320x240@60;V
+bgareggabla;"Lei Shen Zhuan Thunder Deity Biography (Chinese hack o";320x240@60;V
+bgareggacn;"Battle Garegga - Type 2 (Denmark / China) (Tue Apr 2 1";320x240@60;V
+bgareggahk;"Battle Garegga (Austria / Hong Kong) (Sat Feb 3 1996)";320x240@60;V
+bgaregganv;"Battle Garegga - New Version (Austria / Hong Kong) (Sa";320x240@60;V
+bgareggat2;"Battle Garegga - Type 2 (Europe / USA / Japan / Asia)";320x240@60;V
+bgareggatw;"Battle Garegga (Taiwan / Germany) (Thu Feb 1 1996)";320x240@60;V
+bgareggaz;"Battle Garegga Zakk version (Europe / USA / Japan / As";320x240@60;V
+bigbang;"Big Bang (9th Nov. 1993)";384x224@56;V
+bigbucks;"Big Bucks";288x224@60;V
+bigfghtr;"Tatakae! Big Fighter (Japan)";320x240@60;H
+bigkarnk;"Big Karnak";320x240@60;H
+bigstrik;"Big Striker";256x224@60;H
+bigstrkb;"Big Striker (bootleg)";256x224@60;H
+bigstrkba;"Big Striker (bootleg w/Italian teams)";256x224@60;H
+bigtwin;"Big Twin";320x240@58;H
+bikkuric;"Bikkuri Card (Japan)";256x224@60;V
+billiard;"The Billiards";256x224@60;V
+biomtoy;"Biomechanical Toy (Ver. 1.0.1885)";320x240@60;H
+biomtoya;"Biomechanical Toy (Ver. 1.0.1884)";320x240@60;H
+bionicc;"Bionic Commando (Euro)";256x224@60;H
+bionicc1;"Bionic Commando (US set 1)";256x224@60;H
+bionicc2;"Bionic Commando (US set 2)";256x224@60;H
+bioniccbl;"Bionic Commandos (bootleg, set 1)";256x224@60;H
+bioniccbl2;"Bionic Commandos (bootleg, set 2)";256x224@60;H
+bioship;"Bio-ship Paladin";256x224@56;H
+birdiy;"Birdiy";288x224@60;V
+birdtry;"Birdie Try (Japan)";256x240@57;V
+bishi;"Bishi Bashi Championship Mini Game Senshuken (ver JAA, - Super Bishi Bashi Championship (ver JAA, 2 Players)";288x224@60;H
+bjourney;"Blue's Journey / Raguy (ALM-001)(ALH-001)";320x224@59;H
+bjtwin;"Bombjack Twin (set 1)";384x224@56;V
+bjtwina;"Bombjack Twin (set 2)";384x224@56;V
+bladestl;"Blades of Steel (version T)";256x224@60;V
+bladestle;"Blades of Steel (version E)";256x224@60;V
+bladestll;"Blades of Steel (version L)";256x224@60;V
+blandia;"Blandia";384x240@60;H
+blandiap;"Blandia (prototype)";384x240@60;H
+blastoff;"Blast Off (Japan)";288x224@60;V
+blazeon;"Blaze On (Japan)";320x232@60;H
+blazer;"Blazer (Japan)";288x224@60;V
+blazstar;"Blazing Star";304x224@59;H
+blkbustr;"BlockBuster";240x224@60;V
+blkdrgon;"Black Dragon (Japan)";256x224@60;H
+blkdrgonb;"Black Dragon (bootleg)";256x224@60;H
+blkheart;"Black Heart";256x224@56;H
+blkheartj;"Black Heart (Japan)";256x224@56;H
+blkhole;"Black Hole";256x224@60;V
+blkpnthr;"Black Panther";256x224@60;H
+blktiger;"Black Tiger";256x224@60;H
+blktigera;"Black Tiger (older)";256x224@60;H
+blktigerb1;"Black Tiger (bootleg set 1)";256x224@60;H
+blktigerb2;"Black Tiger (bootleg set 2)";256x224@60;H
+blktigerb3;"Black Tiger / Black Dragon (mixed bootleg?)";256x224@60;H
+blmbycar;"Blomby Car";384x256@60;H
+blmbycaru;"Blomby Car (not encrypted)";384x256@60;H
+block;"Block (Game Corporation bootleg, set 1) - Block Block (World 911219 Joystick)";384x240@60;V
+blockbl;"Block Block (bootleg)";384x240@60;V
+blockcar;"Block Carnival / Thunder & Lightning 2";384x240@60;V
+blockgal;"Block Gal (MC-8123B, 317-0029)";256x224@60;V
+blockhl;"Block Hole";288x224@60;H
+blockj;"Block Block (Japan 910910)";384x240@60;V
+blockout;"Block Out (set 1) - Blockout (World)";320x240@58;H
+blockout2;"Block Out (set 2)";320x240@58;H
+blockoutj;"Block Out (Japan)";320x240@58;H
+blockr1;"Block Block (World 911106 Joystick)";384x240@60;V
+blockr2;"Block Block (World 910910)";384x240@60;V
+bloodbro;"Blood Bros. (set 1)";256x224@60;H
+bloodbroa;"Blood Bros. (set 2)";256x224@60;H
+bloodbrob;"Blood Bros. (set 3)";256x224@60;H
+bloodwar;"Blood Warrior";320x240@60;H
+blox16b;"Bloxeed (System 16B, PS2 data file)";320x224@60;H
+bloxeed;"Bloxeed (Japan, FD1094 317-0139)";320x224@60;H
+bloxeedd;"Bloxeed (Japan, FD1094 317-0139 decrypted)";320x224@60;H
+blswhstl;"Bells & Whistles (World, version L)";280x224@60;V
+blswhstla;"Bells & Whistles (Asia, version M)";280x224@60;V
+bluehawk;"Blue Hawk";384x240@60;V
+bluehawkn;"Blue Hawk (NTC)";384x240@60;V
+blueprnt;"Blue Print (Midway)";256x224@60;V
+blueprntj;"Blue Print (Jaleco)";256x224@60;V
+blzntrnd;"Blazing Tornado";304x224@60;H
+bmaster;"Blade Master (World)";320x240@60;H
+bnj;"Bump 'n' Jump - Bump 'n' Jump";256x240@60;V
+boblbobl;"Bobble Bobble (bootleg of Bubble Bobble) - Super Bobble Bobble (bootleg, set 1)";256x224@60;H
+boblcave;"Bubble Bobble: Lost Cave V1.2 (for Bobble Bobble PCB)";256x224@60;H
+bodyslam;"Body Slam (8751 317-0015)";320x224@60;H
+bogeyman;"Bogey Manor";256x240@60;H
+boggy84;"Boggy '84 - Boggy '84 (Jpn)";256x224@60;V
+boggy84b;"Boggy '84 (bootleg) - Boggy '84 (Jpn, Alt 2)";256x224@60;V
+bombbee;"Bomb Bee";272x224@60;V
+bomber;"Bomber - Bomber (bootleg of Scramble) - Space Bomber (ver. B)";256x224@60;V
+bombjack;"Bomb Jack (Jpn) - Bomb Jack (set 1)";256x224@60;V
+bombjack2;"Bomb Jack (set 2)";256x224@60;V
+bombjackt;"Bomb Jack (Tecfri, Spain)";256x224@60;V
+bombkick;"Bomb Kick (set 1)";384x224@60;H
+bombkicka;"Bomb Kick (set 2)";384x224@60;H
+bombrman;"Bomber Man (Japan)";320x240@60;H
+bongo;"Bongo - Congo Bongo";256x224@60;V
+bonkadv;"B.C. Kid / Bonk's Adventure / Kyukyoku!! PC Genjin";320x240@60;H
+bonzeadv;"Bonze Adventure (World, Newer)";320x224@60;H
+bonzeadvo;"Bonze Adventure (World, Older)";320x224@60;H
+bonzeadvp;"Bonze Adventure (World, prototype)";320x224@60;H
+bonzeadvu;"Bonze Adventure (US)";320x224@60;H
+boobhack;"Booby Kids (Italian manufactured graphic hack / bootle";256x224@60;V
+boogwing;"Boogie Wings (Euro v1.5, 92.12.07)";320x240@58;H
+boogwinga;"Boogie Wings (Asia v1.5, 92.12.07)";320x240@58;H
+boogwingu;"Boogie Wings (USA v1.7, 92.12.14)";320x240@58;H
+bottom9;"Bottom of the Ninth (ver. T)";288x224@60;H
+bottom9n;"Bottom of the Ninth (ver. N)";288x224@60;H
+bouldash;"Boulder Dash / Boulder Dash Part 2 (World)";256x240@57;H
+bouldashj;"Boulder Dash / Boulder Dash Part 2 (Japan)";256x240@57;H
+bounty;"The Bounty";256x224@60;H
+bowlrama;"Bowl-O-Rama";360x240@57;V
+boxyboy;"Boxy Boy (SB?) - Boxyboy";288x224@60;H
+brain;"Brain";256x224@60;H
+brapboys;"B.Rap Boys (World)";256x224@60;H
+brapboysj;"B.Rap Boys Special (Japan)";256x224@60;H
+brapboysu;"B.Rap Boys Special (US)";256x224@60;H
+breakers;"Breakers";320x224@59;H
+breakrev;"Breakers Revenge";320x224@59;H
+breywood;"Breywood (Japan revision 2)";256x240@58;H
+brix;"Brix";256x224@60;V
+brkthru;"Break Thru (US)";240x240@60;H
+brkthruj;"Kyohkoh-Toppa (Japan)";240x240@60;H
+brubber;"Burnin' Rubber";256x240@60;V
+bshark;"Battle Shark (World)";320x240@60;H
+bsharkj;"Battle Shark (Japan)";320x240@60;H
+bsharkjjs;"Battle Shark (Japan, Joystick)";320x240@60;H
+bsharku;"Battle Shark (US)";320x240@60;H
+bssoccer;"Back Street Soccer";256x224@60;H
+bstars;"Baseball Stars Professional (NGM-002)";320x224@59;H
+bstars2;"Baseball Stars 2";304x224@59;H
+bstarsh;"Baseball Stars Professional (NGH-002)";320x224@59;H
+btime;"Burger Time (Data East set 1) - Burgertime - Burgertime (Jpn) - Super Burger Time (World, set 1)";242x240@60;V
+btime2;"Burger Time (Data East set 2)";242x240@60;V
+btime3;"Burger Time (Data East USA)";242x240@60;V
+btimem;"Burger Time (Midway) - Burgertime (Prototype)";242x240@60;V
+btlfield;"Battle Field (Japan)";256x224@60;V
+btlfieldb;"Battle Field (bootleg)";256x224@60;V
+btlkroad;"Battle K-Road";320x224@59;H
+btlkroadk;"Battle K-Road (Korean PCB)";320x224@59;H
+bub68705;"Bubble Bobble (boolteg with 68705, set 1)";256x224@60;H
+bub68705a;"Bubble Bobble (boolteg with 68705, set 2)";256x224@60;H
+bubblem;"Bubble Memories: The Story Of Bubble Bobble III (Ver 2";320x224@60;H
+bubblemj;"Bubble Memories: The Story Of Bubble Bobble III (Ver 2";320x224@60;H
+bubbletr;"Bubble Trouble (World, Rev B)";288x224@60;H
+bubbletrj;"Bubble Trouble (Japan, Rev C)";288x224@60;H
+bubl2000;"Bubble 2000";256x224@56;H
+bublbob2;"Bubble Bobble II (Ver 2.6O 1994/12/16)";320x224@60;H
+bublbob2o;"Bubble Bobble II (Ver 2.5O 1994/10/05)";320x224@60;H
+bublbob2p;"Bubble Bobble II (Ver 0.0J 1993/12/13, prototype)";320x224@60;H
+bublbobl;"Bubble Bobble (Euro, Bra) - Bubble Bobble (Euro, USA) - Bubble Bobble (Japan, Ver 0.1)";256x224@60;H
+bublbobl1;"Bubble Bobble (Japan, Ver 0.0)";256x224@60;H
+bublboblb;"Bubble Bobble (for Bobble Bobble PCB)";256x224@60;H
+bublboblr;"Bubble Bobble (US, Ver 5.1)";256x224@60;H
+bublboblr1;"Bubble Bobble (US, Ver 1.0)";256x224@60;H
+bublboblu;"Bubble Bobble (Ultra Version, Hack)";256x224@60;H
+bublcave;"Bubble Bobble: Lost Cave V1.2";256x224@60;H
+bublcave10;"Bubble Bobble: Lost Cave V1.0";256x224@60;H
+bublcave11;"Bubble Bobble: Lost Cave V1.1";256x224@60;H
+bubsymphe;"Bubble Symphony (Ver 2.5O 1994/10/05)";320x224@60;H
+bubsymphj;"Bubble Symphony (Ver 2.5J 1994/10/05)";320x224@60;H
+bubsymphu;"Bubble Symphony (Ver 2.5A 1994/10/05)";320x224@60;H
+bucaner;"Buccaneer";288x224@60;V
+buccanrs;"Buccaneers (set 1)";256x256@55;H
+buccanrsa;"Buccaneers (set 2)";256x256@55;H
+buccanrsb;"Buccaneers (set 3, harder)";256x256@55;H
+bucky;"Bucky O'Hare (ver EAB)";384x224@60;H
+buckyaab;"Bucky O'Hare (ver AAB)";384x224@60;H
+buckyea;"Bucky O'Hare (ver EA)";384x224@60;H
+buckyjaa;"Bucky O'Hare (ver JAA)";384x224@60;H
+buckyuab;"Bucky O'Hare (ver UAB)";384x224@60;H
+bullet;"Bullet (FD1094 317-0041)";320x224@60;H
+bulletd;"Bullet (FD1094 317-0041 decrypted)";320x224@60;H
+bullfgt;"Bullfight (315-5065)";256x224@60;H
+buraiken;"Hissatsu Buraiken (Japan)";256x240@60;V
+burglarx;"Burglar X";384x224@60;H
+burnforc;"Burning Force (Euro) - Burning Force (Japan, new version (Rev C))";288x224@60;H
+burnforco;"Burning Force (Japan, old version)";288x224@60;H
+burningf;"Burning Fight (NGM-018)(NGH-018)";304x224@59;H
+burningfh;"Burning Fight (NGH-018)(US)";304x224@59;H
+burningfp;"Burning Fight (prototype, older)";304x224@59;H
+burningfpa;"Burning Fight (prototype, ver 23.3, 910326)";304x224@59;H
+buzzard;"Buzzard";288x224@60;V
+bwcasino;"Boardwalk Casino";288x224@60;V
+bwings;"B-Wings (Japan new Ver.)";256x240@60;V
+bwingsa;"B-Wings (Alt Ver.?)";256x240@60;V
+bwingso;"B-Wings (Japan old Ver.)";256x240@60;V
+bygone;"Bygone";240x224@60;H
+cabal;"Cabal (World, Joystick)";256x256@60;H
+cabala;"Cabal (korea?, Joystick)";256x256@60;H
+cachat;"Cachat (Japan)";320x224@60;H
+cactus;"Cactus (bootleg of Saboten Bombers)";384x224@56;H
+cadash;"Cadash (USA, Asia, Kor) - Cadash (World) - Cadash - Cadash";320x240@60;H
+cadashf;"Cadash (France)";320x240@60;H
+cadashg;"Cadash (Germany, version 1)";320x240@60;H
+cadashi;"Cadash (Italy)";320x240@60;H
+cadashj;"Cadash (Japan, version 2)";320x240@60;H
+cadashj1;"Cadash (Japan, version 1)";320x240@60;H
+cadashjo;"Cadash (Japan, oldest version)";320x240@60;H
+cadashp;"Cadash (World, prototype)";320x240@60;H
+cadashu;"Cadash (US, version 2)";320x240@60;H
+cairblad;"Change Air Blade (Japan)";338x240@60;V
+calibr50;"Caliber 50";384x240@57;V
+calipso;"Calipso";256x224@60;V
+calorie;"Calorie Kun vs Moguranian";256x224@60;H
+calorieb;"Calorie Kun vs Moguranian (bootleg)";256x224@60;H
+cameltry;"Cameltry (US, YM2610)";320x224@60;H
+cameltrya;"Cameltry (US, YM2203 + M6295)";320x224@60;H
+cameltryau;"Cameltry (World, YM2203 + M6295)";320x224@60;H
+cameltryj;"Cameltry (Japan, YM2610)";320x224@60;H
+candance;"Cannon Dancer (Japan)";320x240@58;H
+candory;"Candory (Bootleg)";288x224@60;H
+cannball;"Cannon Ball (Yun Sung, horizontal)";384x240@60;H
+cannballv;"Cannon Ball (Yun Sung, vertical)";384x240@60;V
+cannonbp;"Cannon Ball (Pacman Hardware)";288x224@60;V
+canvas;"Canvas Croquis";288x216@60;H
+canyon;"Canyon Bomber";256x240@60;H
+canyonp;"Canyon Bomber (prototype)";256x240@60;H
+capbowl;"Capcom Bowling (set 1)";360x244@57;V
+capbowl2;"Capcom Bowling (set 2)";360x244@57;V
+capbowl3;"Capcom Bowling (set 3)";360x244@57;V
+capbowl4;"Capcom Bowling (set 4)";360x244@57;V
+capitol;"Capitol";256x208@60;V
+captcomm;"Captain Commando (911202 other country)";384x224@60;H
+captcommb;"Captain Commando (bootleg set 1, 911014 other country)";384x224@60;H
+captcommb2;"Captain Commando (bootleg set 2 (with YM2151 + 2xMSM52";384x224@60;H
+captcommj;"Captain Commando (911202 Japan)";384x224@60;H
+captcommjr1;"Captain Commando (910928 Japan)";384x224@60;H
+captcommr1;"Captain Commando (911014 other country)";384x224@60;H
+captcommu;"Captain Commando (910928 USA)";384x224@60;H
+cashquiz;"Cash Quiz (Type B, Version 5)";256x224@60;H
+catacomb;"Catacomb";256x224@60;V
+catt;"Catt (Japan)";320x224@60;H
+cavelon;"Cavelon";256x224@60;V
+cavenger;"Cosmic Avenger - Cosmic Avenger";240x196@60;H
+cawing;"Carrier Air Wing (U.S. navy 901012 etc)";384x224@60;H
+cawingb2;"Carrier Air Wing (bootleg set 2 (with 2xYM2203 + 2xMSM";384x224@60;H
+cawingbl;"Carrier Air Wing (bootleg set 1 (with 2xYM2203 + 2xMSM";384x224@60;H
+cawingj;"U.S. Navy (901012 Japan)";384x224@60;H
+cawingr1;"Carrier Air Wing (U.S. navy 901009 etc)";384x224@60;H
+cawingu;"Carrier Air Wing (U.S. navy 901012 USA)";384x224@60;H
+cbuster;"Crude Buster (World FX version)";256x240@58;H
+cbusterj;"Crude Buster (Japan FR revision 1)";256x240@58;H
+cbusterw;"Crude Buster (World FU version)";256x240@58;H
+cclimber;"Crazy Climber (US)";256x224@60;H
+cclimbr2;"Crazy Climber 2 (Japan)";288x224@60;H
+cclimbr2a;"Crazy Climber 2 (Japan, Harder)";288x224@60;H
+cencourt;"Center Court (World, 4 Players, prototype, MC-8123B)";320x224@60;V
+centiped;"Centipede - Centipede (revision 4)";256x240@60;V
+centiped3;"Centipede (revision 3)";256x240@60;V
+chainrec;"Chain Reaction (World, Version 2.2, 1995.09.25)";320x240@58;H
+chaknpop;"Chack'n Pop";256x224@60;H
+chameleo;"Chameleon";256x224@60;H
+champwr;"Champion Wrestler (World)";320x224@60;H
+champwrj;"Champion Wrestler (Japan)";320x224@60;H
+champwru;"Champion Wrestler (US)";320x224@60;H
+chanbara;"Chanbara";256x224@60;V
+changes;"Changes";256x224@60;H
+changesa;"Changes (EME license)";256x224@60;H
+charlien;"Charlie Ninja";320x240@58;H
+chasehq;"Chase H.Q. (World) - Taito Chase H.Q. - Taito Chase H.Q. - Taito Chase H.Q. (Euro) - Taito Chase H.Q. (USA, SMS Mode)";320x240@60;H
+chasehqj;"Chase H.Q. (Japan) - Taito Chase H.Q. (Jpn, SMS Mode)";320x240@60;H
+chasehqju;"Chase H.Q. (Japan UP)";320x240@60;H
+chasehqu;"Chase H.Q. (US)";320x240@60;H
+checkman;"Check Man";256x224@60;V
+checkmanj;"Check Man (Japan)";256x224@60;V
+cheekyms;"Cheeky Mouse";256x192@60;V
+chelnov;"Chelnov (Jpn) - Chelnov - Atomic Runner (World)";256x248@60;H
+chelnovj;"Chelnov - Atomic Runner (Japan)";256x248@60;H
+chelnovu;"Chelnov - Atomic Runner (US)";256x248@60;H
+chewing;"Chewing Gum";256x224@60;V
+chikij;"Chiki Chiki Boys (900619 Japan) - Chiki Chiki Boys (Jpn, Kor)";384x224@60;H
+chimerab;"Chimera Beast (prototype)";256x224@60;H
+chinagat;"China Gate (US)";256x240@60;H
+chinatwn;"China Town (Japan)";320x240@58;H
+chkun;"Chance Kun (Japan)";256x224@60;V
+chokchok;"Choky! Choky!";320x240@60;H
+choko;"Choko (010820 Japan)";384x224@60;H
+chopliftbl;"Choplifter (bootleg)";256x224@60;H
+chopliftu;"Choplifter (unprotected)";256x224@60;H
+chopper;"Battle Chopper - Chopper I (US set 1)";400x224@60;V
+choppera;"Chopper I (US set 2)";400x224@60;V
+chopperb;"Chopper I (US set 3)";400x224@60;V
+chqflag;"Chequered Flag";304x224@60;V
+chqflagj;"Chequered Flag (Japan)";304x224@60;V
+chukatai;"Chuka Taisen (World) - Gokuraku! Chuka Taisen";256x224@60;H
+chukataij;"Chuka Taisen (Japan)";256x224@60;H
+chukataiu;"Chuka Taisen (US)";256x224@60;H
+circusc;"Circus Charlie (Jpn) - Circus Charlie (level select, set 1) - Maxi Tuan ~ Circus Charlie (Tw)";256x224@60;V
+circusc2;"Circus Charlie (level select, set 2)";256x224@60;V
+circusc3;"Circus Charlie (level select, set 3)";256x224@60;V
+circusc4;"Circus Charlie (no level select)";256x224@60;V
+circuscc;"Circus Charlie (Centuri)";256x224@60;V
+circusce;"Circus Charlie (Centuri, earlier)";256x224@60;V
+citybomb;"City Bomber (World)";256x224@60;V
+citybombj;"City Bomber (Japan)";256x224@60;V
+citycon;"City Connection (Jpn) - City Connection (set 1)";240x224@60;H
+citycona;"City Connection (Jpn, Alt) - City Connection (set 2)";240x224@60;H
+ckongg;"Crazy Kong (bootleg on Galaxian hardware)";256x224@60;V
+ckongmc;"Crazy Kong (bootleg on Moon Cresta hardware)";256x224@60;V
+ckongs;"Crazy Kong (Scramble hardware)";256x224@60;V
+clbowl;"Coors Light Bowling";360x244@57;V
+cleopatr;"Cleopatra Fortune (Ver 2.1J 1996/09/05)";320x224@60;H
+cloak;"Cloak & Dagger (rev 5)";256x232@60;H
+cloakfr;"Cloak & Dagger (French)";256x232@60;H
+cloakgr;"Cloak & Dagger (German)";256x232@60;H
+cloaksp;"Cloak & Dagger (Spanish)";256x232@60;H
+cltchitr;"Clutch Hitter (set 2, US, FD1094 317-0176)";320x224@60;H
+cltchitrd;"Clutch Hitter (set 2, US, FD1094 317-0176 decrypted)";320x224@60;H
+cltchitrj;"Clutch Hitter (set 1, Japan, FD1094 317-0175)";320x224@60;H
+cltchitrjd;"Clutch Hitter (set 1, Japan, FD1094 317-0175 decrypted";320x224@60;H
+cnbe;"Codename - Blut Engel (2006-01-19)";304x224@59;H
+cndi;"Chip n Dale (Intro demo)";304x224@59;H
+cninja;"Caveman Ninja (World ver 4)";256x240@58;H
+cninja1;"Caveman Ninja (World ver 1)";256x240@58;H
+cninjabl;"Caveman Ninja (bootleg)";256x240@58;H
+cninjau;"Caveman Ninja (US ver 4)";256x240@58;H
+cobracom;"Cobra-Command (World/US revision 5)";256x240@58;H
+cobracoma;"Cobra-Command (World/US revision 4)";256x240@58;H
+cobracomb;"Cobra-Command (Italian bootleg)";256x240@58;H
+cobracomj;"Cobra-Command (Japan)";256x240@58;H
+cobracomja;"Cobra-Command (Japan?, set 2)";256x240@58;H
+cobracomjb;"Cobra-Command (Japan, bootleg)";256x240@58;H
+columnsn;"Columns (Neo Geo)";304x224@59;H
+combh;"Combat Hawk";224x224@60;V
+commando;"Commando (World)";256x224@60;V
+commandob;"Commando (bootleg)";256x224@60;V
+commandob2;"Commando (bootleg 2)";256x224@60;V
+commandoj;"Senjou no Ookami";256x224@60;V
+commandou;"Commando (US, set 1)";256x224@60;V
+commandou2;"Commando (US, set 2)";256x224@60;V
+commandw;"Command War - Super Special Battle & War Game (Ver 0.0";320x224@60;H
+commsega;"Commando (Sega)";256x224@60;V
+condor;"Condor (Sidam bootleg of Phoenix)";256x208@60;V
+condorn;"Condor (S C Novar bootleg of Phoenix)";256x208@60;V
+congo;"Congo (Prototype) - Congo Bongo - Congo Bongo - Congo Bongo (Euro, Jpn, v1)";256x224@60;V
+congoa;"Congo Bongo (Euro, Jpn, v1 Alt) - Congo Bongo (Rev C, 3 board stack)";256x224@60;V
+contcirc;"Continental Circus (World)";320x224@60;H
+contcircj;"Continental Circus (Japan)";320x224@60;H
+contcircu;"Continental Circus (US set 1)";320x224@60;H
+contcircua;"Continental Circus (US set 2)";320x224@60;H
+contra;"Contra (US / Asia, set 1) - Contra - Hard Corps (USA, Kor) - Super Contra";280x224@60;V
+contra1;"Contra (US / Asia, set 2)";280x224@60;V
+contrab;"Contra (bootleg)";280x224@60;V
+contrabj;"Contra (Japan bootleg, set 1)";280x224@60;V
+contrabj1;"Contra (Japan bootleg, set 2)";280x224@60;V
+contrae;"Contra (US / Asia, set 3)";280x224@60;V
+contraj;"Contra (Japan, set 1) - Contra - The Hard Corps (Jpn) - Super Contra (Japan)";280x224@60;V
+contraj1;"Contra (Japan, set 2)";280x224@60;V
+cookbib;"Cookie & Bibi (set 1)";320x240@60;H
+cookbib2;"Cookie & Bibi 2";256x224@58;H
+cookbib3;"Cookie & Bibi 3";256x224@58;H
+cookbiba;"Cookie & Bibi (set 2)";320x240@60;H
+cosmccop;"Cosmic Cop (World)";384x256@55;H
+cosmogng;"Cosmo Gang the Video (US)";288x224@60;V
+cotton;"Cotton (set 3, World, FD1094 317-0181a) - Panorama Cotton (Jpn)";320x224@60;H
+cottond;"Cotton (set 3, World, FD1094 317-0181a decrypted)";320x224@60;H
+cottong;"Cotocoto Cottong";256x224@60;V
+cottonj;"Cotton (set 2, Japan, Rev B, FD1094 317-0179b))";320x224@60;H
+cottonja;"Cotton (set 1, Japan, Rev A, FD1094 317-0179a))";320x224@60;H
+cottonjad;"Cotton (set 1, Japan, Rev A, FD1094 317-0179a decrypte";320x224@60;H
+cottonjd;"Cotton (set 2, Japan, Rev B, FD1094 317-0179b decrypte";320x224@60;H
+cottonu;"Cotton (set 2, US, FD1094 317-0180)";320x224@60;H
+cottonud;"Cotton (set 2, US, FD1094 317-0180 decrypted)";320x224@60;H
+countrunb;"Counter Run (bootleg set 1)";256x224@60;H
+cphd;"Crouching Poney Hidden Dragon (DEMO)";304x224@59;H
+cps1demo;"Chaos Demo (CPS-1)";384x224@60;H
+cps1frog;"Frog Feast (CPS-1)";384x224@60;H
+crazyblk;"Crazy Blocks";240x224@60;V
+crazycop;"Crazy Cop (Japan)";288x224@60;V
+crazyfgt;"Crazy Fight";384x224@60;H
+crimec;"Crime City (World)";320x224@60;H
+crimecj;"Crime City (Japan)";320x224@60;H
+crimecu;"Crime City (US)";320x224@60;H
+crimfght;"Crime Fighters (World 2 players)";320x224@60;H
+crimfghtj;"Crime Fighters (Japan 2 Players)";320x224@60;H
+crimfghtu;"Crime Fighters (US 4 Players)";320x224@60;H
+crockman;"Crock-Man (bootleg, Rene-Pierre)";288x224@60;V
+croquis;"Croquis (Germany)";320x224@60;H
+crospang;"Cross Pang";320x240@60;H
+crossbld;"Cross Blades! (Japan)";320x240@60;H
+crshrace;"Lethal Crash Race (set 1)";320x224@60;V
+crshrace2;"Lethal Crash Race (set 2)";320x224@60;V
+crswd2bl;"Crossed Swords 2 (bootleg CD to cartridge conversion)";304x224@59;H
+crsword;"Crossed Swords (ALM-002)(ALH-002)";304x224@59;H
+cruisin;"Cruisin";240x224@60;H
+crush;"Alien Crush - Alien Crush - Crush Roller (Kural Samno) - Mad Crusher (Japan) - Rolling Crush (version 1.07.E - 1999/02/11, Trust lice - Super Metal Crusher";288x224@60;V
+crush2;"Crush Roller (Kural Esco - bootleg?)";288x224@60;V
+crush4;"Crush Roller (Kural - bootleg?)";288x224@60;V
+crush5;"Crush Roller (Kural TWT)";288x224@60;V
+crushbl;"Crush Roller (bootleg set 1)";288x224@60;V
+crushbl2;"Crush Roller (bootleg set 2)";288x224@60;V
+crushbl3;"Crush Roller (bootleg set 3)";288x224@60;V
+crusherm;"Crusher Makochan (Japan)";320x240@58;H
+crushs;"Crush Roller (Sidam bootleg)";288x224@60;V
+csclub;"Capcom Sports Club (971017 Euro)";384x224@60;H
+csclub1;"Capcom Sports Club (970722 Euro)";384x224@60;H
+csclub1d;"Capcom Sports Club (970722 Euro Phoenix Edition)";384x224@60;H
+cscluba;"Capcom Sports Club (970722 Asia)";384x224@60;H
+csclubh;"Capcom Sports Club (970722 Hispanic)";384x224@60;H
+csclubj;"Capcom Sports Club (970722 Japan)";384x224@60;H
+csclubjy;"Capcom Sports Club (970722 Japan, yellow case)";384x224@60;H
+csilver;"Captain Silver (World)";256x240@58;H
+csilverj;"Captain Silver (Japan revision 3)";256x240@58;H
+csilverja;"Captain Silver (Japan revision 1)";256x240@58;H
+csprint;"Championship Sprint (Atari System 2)";512x384@60;H
+ct2k3sa;"Crouching Tiger Hidden Dragon 2003 Super Plus alternat";304x224@59;H
+ct2k3sp;"Crouching Tiger Hidden Dragon 2003 Super Plus";304x224@59;H
+cthd2003;"Crouching Tiger Hidden Dragon 2003 (set 1)";304x224@59;H
+cthd2k3a;"Crouching Tiger Hidden Dragon 2003 (set 2)";304x224@59;H
+ctomaday;"Captain Tomaday";304x224@59;H
+ctribe;"The Combatribes (US)";320x240@57;H
+ctribe1;"The Combatribes (US set 1?)";320x240@57;H
+ctribeb;"The Combatribes (bootleg set 1)";320x240@57;H
+ctribeb2;"The Combatribes (bootleg set 2)";320x240@57;H
+ctribej;"The Combatribes (Japan)";320x240@57;H
+ctribeo;"The Combatribes (US , older)";320x240@57;H
+ctrpllrp;"Caterpillar Pacman Hack";288x224@60;V
+cubybop;"Cuby Bop (location test)";320x224@60;H
+cuebrick;"Cue Brick (World, version D)";304x224@60;H
+cuebrickj;"Cue Brick (Japan)";320x224@60;H
+cupfinal;"Taito Cup Finals (Ver 1.0O 1993/02/28)";320x224@60;H
+cutefght;"Cute Fighter";304x224@58;H
+cutieq;"Cutie Q";272x224@60;V
+cworld;"Capcom World (Japan)";384x240@60;H
+cworld2j;"Adventure Quiz Capcom World 2 (920611 Japan)";384x224@60;H
+cworld2ja;"Adventure Quiz Capcom World 2 (Japan 920611, B-Board 9";384x224@60;H
+cworld2jb;"Adventure Quiz Capcom World 2 (Japan 920611, B-Board 9";384x224@60;H
+cybattlr;"Cybattler";256x224@60;V
+cyberlip;"Cyber-Lip (NGM-010)";304x224@59;H
+cybertnk;"Cyber Tank (v1.4)";224x512@60;V
+cybots;"Cyberbots - fullmetal madness (950424 Euro)";384x224@60;H
+cybotsj;"Cyberbots - fullmetal madness (950420 Japan)";384x224@60;H
+cybotsjd;"Cyberbots - fullmetal madness (Japan 950424) (decrypte";384x224@60;H
+cybotsu;"Cyberbots - fullmetal madness (950424 USA)";384x224@60;H
+cybotsud;"Cyberbots - fullmetal madness (950424 USA Phoenix Edit";384x224@60;H
+cyvern;"Cyvern (US)";320x240@60;V
+cyvernj;"Cyvern (Japan)";320x240@60;V
+dacholer;"Dacholer";256x224@60;H
+dadandrn;"Kyukyoku Sentai Dadandarn (ver JAA)";288x224@60;H
+daimakai;"Dai Makai-Mura (Japan) - Dai Makaimura - Dai Makaimura (Jpn)";384x224@60;H
+daimakaib;"Dai Makai-Mura (bootleg, Japan)";384x224@60;H
+daimakair;"Dai Makai-Mura (Japan Resale Ver.)";384x224@60;H
+daioh;"Daioh";384x240@60;V
+daioha;"Daioh (earlier)";384x240@60;V
+daiohc;"Daioh (93111A PCB conversion)";384x240@60;V
+daiohp;"Daioh (prototype)";384x240@60;V
+dairesya;"Dai Ressya Goutou (Japan)";240x224@60;H
+daisenpu;"Dai Senpu - Daisenpu (Japan)";384x224@60;V
+dambustr;"Dambusters (US, set 1) - The Dam Busters (Euro?)";256x224@60;V
+dambustra;"Dambusters (US, set 2) - The Dam Busters (Jpn)";256x224@60;V
+dambustruk;"Dambusters (UK)";256x224@60;V
+dangar;"Ufo Robo Dangar (4/07/1987)";256x224@60;V
+dangara;"Ufo Robo Dangar (12/1/1986)";256x224@60;V
+dangarb;"Ufo Robo Dangar (9/26/1986)";256x224@60;V
+dangarbt;"Ufo Robo Dangar (bootleg)";256x224@60;V
+dangseed;"Dangerous Seed (Japan) - Dangerous Seed (Jpn)";288x224@60;V
+dankuga;"Dan-Ku-Ga (Ver 0.0J 1994/12/13) (Prototype)";320x224@60;H
+daraku;"Daraku Tenshi - The Fallen Angels";320x224@60;H
+darius;"Darius (World)";224x864@60;V
+darius2;"Darius II (Japan) - Darius II (Jpn)";224x864@60;V
+darius2d;"Darius II (dual screen) (Japan)";224x640@60;V
+darius2do;"Darius II (dual screen) (Japan old version)";224x640@60;V
+dariuse;"Darius (Extra) (Japan)";224x864@60;V
+dariusg;"Darius Gaiden - Silver Hawk (Ver 2.5O 1994/09/19)";320x232@60;H
+dariusgj;"Darius Gaiden - Silver Hawk (Ver 2.5J 1994/09/19)";320x232@60;H
+dariusgu;"Darius Gaiden - Silver Hawk (Ver 2.5A 1994/09/19)";320x232@60;H
+dariusgx;"Darius Gaiden - Silver Hawk Extra Version (Ver 2.7J 19";320x232@60;H
+dariusj;"Darius (Japan)";224x864@60;V
+dariuso;"Darius (Japan old version)";224x864@60;V
+dariusu;"Darius (US)";224x864@60;V
+darkadv;"Dark Adventure";320x224@60;H
+darkmist;"The Lost Castle In Darkmist";256x224@60;V
+darkplnt;"Dark Planet";256x224@60;H
+darkseal;"Dark Seal (World revision 3)";256x240@58;H
+darkseal1;"Dark Seal (World revision 1)";256x240@58;H
+darkseal2;"Dark Seal 2 (Japan v2.1)";320x240@58;H
+darksealj;"Dark Seal (Japan)";256x240@58;H
+darktowr;"Dark Tower";256x240@57;H
+darwin;"Darwin 4078 (Japan) - Darwin 4081 (Jpn, Kor) - Super Real Darwin (World)";240x240@60;V
+dassault;"Desert Assault (US)";320x240@60;H
+dassault4;"Desert Assault (US 4 Players)";320x240@60;H
+dblaxle;"Double Axle (US)";320x240@60;H
+dblaxleu;"Double Axle (US earlier)";320x240@60;H
+dbldynj;"The Double Dynamites (Japan, 13NOV89)";256x224@60;H
+dbldynu;"The Double Dynamites (US, 13NOV89)";256x224@60;H
+dblewing;"Double Wings";320x240@58;V
+dblpoint;"Double Point";320x224@60;H
+dblpointd;"Double Point (Dong Bang Electron, bootleg?)";320x224@60;H
+dbreed;"Dragon Breed (M81 PCB version)";384x256@55;H
+dbreedm72;"Dragon Breed (M72 PCB version)";384x256@55;H
+dbz;"Dragon Ball Z - Buyuu Retsuden (Jpn) - Dragonball Z (rev B)";384x256@60;H
+dbz2;"Dragonball Z 2 - Super Battle";384x256@60;H
+dbza;"Dragonball Z (rev A)";384x256@60;H
+dcon;"D-Con";320x224@60;H
+ddaydoo;"Chulgyeok D-Day (Korea)";384x240@60;V
+ddcrew;"D. D. Crew (set 4, World, 3 Players, FD1094 317-0190)";320x224@60;H
+ddcrew1;"D. D. Crew (set 1, World, 4 Players, FD1094 317-?)";320x224@60;H
+ddcrew1d;"D. D. Crew (set 1, World, 4 Players, FD1094 317-? decr";320x224@60;H
+ddcrew2;"D. D. Crew (set 2, World, 2 Players, FD1094 317-0184)";320x224@60;H
+ddcrew2d;"D. D. Crew (set 2, World, 2 Players, FD1094 317-0184 d";320x224@60;H
+ddcrewd;"D. D. Crew (set 4, World, 3 Players, FD1094 317-0190 d";320x224@60;H
+ddcrewj;"D. D. Crew (set 5, Japan, 4 Players, FD1094 317-0185)";320x224@60;H
+ddcrewj2;"D. D. Crew (set 6, Japan, 2 Players, FD1094 317-0182)";320x224@60;H
+ddcrewj2d;"D. D. Crew (set 6, Japan, 2 Players, FD1094 317-0182 d";320x224@60;H
+ddcrewjd;"D. D. Crew (set 5, Japan, 4 Players, FD1094 317-0185 d";320x224@60;H
+ddcrewu;"D. D. Crew (set 3, US, 4 Players, FD1094 317-0186)";320x224@60;H
+ddcrewud;"D. D. Crew (set 3, US, 4 Players, FD1094 317-0186 decr";320x224@60;H
+ddonpach;"DoDonPachi (International, master ver. 97/02/05)";320x240@60;V
+ddonpacha;"DoDonPachi (Arrange Mode version 1.1, hack by Trap15)";320x240@60;V
+ddonpachj;"DoDonPachi (Japan, master ver. 97/02/05)";320x240@60;V
+ddp2;"Bee Storm - DoDonPachi II (V102, World) - Judge Dredd (USA, Prototype, Alt)";448x224@60;V
+ddp2100;"Bee Storm - DoDonPachi II (V100, World)";448x224@60;V
+ddp2100c;"Bee Storm - DoDonPachi II (V100, China)";448x224@60;V
+ddp2100hk;"Bee Storm - DoDonPachi II (V100, Hong Kong)";448x224@60;V
+ddp2100j;"Bee Storm - DoDonPachi II (V100, Japan)";448x224@60;V
+ddp2100k;"Bee Storm - DoDonPachi II (V100, Korea)";448x224@60;V
+ddp2100t;"Bee Storm - DoDonPachi II (V100, Taiwan)";448x224@60;V
+ddp2101;"Bee Storm - DoDonPachi II (V101, World)";448x224@60;V
+ddp2101c;"Bee Storm - DoDonPachi II (V101, China)";448x224@60;V
+ddp2101hk;"Bee Storm - DoDonPachi II (V101, Hong Kong)";448x224@60;V
+ddp2101j;"Bee Storm - DoDonPachi II (V101, Japan)";448x224@60;V
+ddp2101k;"Bee Storm - DoDonPachi II (V101, Korea)";448x224@60;V
+ddp2101t;"Bee Storm - DoDonPachi II (V101, Taiwan)";448x224@60;V
+ddp2c;"Bee Storm - DoDonPachi II (V102, China)";448x224@60;V
+ddp2hk;"Bee Storm - DoDonPachi II (V102, Hong Kong)";448x224@60;V
+ddp2j;"Bee Storm - DoDonPachi II (V102, Japan)";448x224@60;V
+ddp2k;"Bee Storm - DoDonPachi II (V102, Korea)";448x224@60;V
+ddp2t;"Bee Storm - DoDonPachi II (V102, Taiwan)";448x224@60;V
+ddpdoj;"DoDonPachi Dai-Ou-Jou (V101, Japan)";448x224@60;V
+ddpdoja;"DoDonPachi Dai-Ou-Jou (V100 (second version), Japan)";448x224@60;V
+ddpdojb;"DoDonPachi Dai-Ou-Jou (V100 (first version), Japan)";448x224@60;V
+ddpdojblk;"DoDonPachi Dai-Ou-Jou Black Label (V100, (2002.10.07.B";448x224@60;V
+ddpdojblka;"DoDonPachi Dai-Ou-Jou Black Label (V100 (2002.10.07 Bl";448x224@60;V
+ddpdojblkbl;"DoDonPachi Dai-Ou-Jou Black Label (2002.10.07 Black Ve";448x224@60;V
+ddragon;"Double Dragon (Euro, USA) - Double Dragon (Euro, USA) - Double Dragon (Japan) - Double Dragon (Kor) - Double Dragon (World)";256x240@57;H
+ddragon2;"Double Dragon II - The Revenge (Jpn) - Double Dragon II - The Revenge (World)";256x240@57;H
+ddragon2b;"Double Dragon II - The Revenge (US bootleg, set 1)";256x240@57;H
+ddragon2b2;"Double Dragon II - The Revenge (US bootleg, set 2)";256x240@57;H
+ddragon2u;"Double Dragon II - The Revenge (US)";256x240@57;H
+ddragon3;"Double Dragon 3 - The Arcade Game (Euro, USA) - Double Dragon 3 - The Rosetta Stone (US)";320x240@57;H
+ddragon3b;"Double Dragon 3 - The Rosetta Stone (bootleg)";320x240@57;H
+ddragon3j;"Double Dragon 3 - The Rosetta Stone (Japan)";320x240@57;H
+ddragon3p;"Double Dragon 3 - The Rosetta Stone (prototype)";320x240@57;H
+ddragonb;"Double Dragon (bootleg with HD6309)";256x240@57;H
+ddragonb2;"Double Dragon (bootleg)";256x240@57;H
+ddragonba;"Double Dragon (bootleg with M6803)";256x240@57;H
+ddragonu;"Double Dragon (US set 1)";256x240@57;H
+ddragonua;"Double Dragon (US set 2)";256x240@57;H
+ddragonub;"Double Dragon (US set 3)";256x240@57;H
+ddragonw;"Double Dragon (World set 1)";256x240@57;H
+ddragonw1;"Double Dragon (World set 2)";256x240@57;H
+ddsom;"Dungeons & Dragons - shadow over mystara (960619 Euro)";384x224@60;H
+ddsoma;"Dungeons & Dragons - shadow over mystara (960619 Asia)";384x224@60;H
+ddsomar1;"Dungeons & Dragons - shadow over mystara (960208 Asia)";384x224@60;H
+ddsomb;"Dungeons & Dragons - shadow over mystara (960223 Brazi";384x224@60;H
+ddsomh;"Dungeons & Dragons - shadow over mystara (960223 Hispa";384x224@60;H
+ddsomj;"Dungeons & Dragons - shadow over mystara (960619 Japan";384x224@60;H
+ddsomjr1;"Dungeons & Dragons - shadow over mystara (960206 Japan";384x224@60;H
+ddsomjr2;"Dungeons & Dragons - shadow over mystara (960223 Japan";384x224@60;H
+ddsomr1;"Dungeons & Dragons - shadow over mystara (960223 Euro)";384x224@60;H
+ddsomr2;"Dungeons & Dragons - shadow over mystara (960209 Euro)";384x224@60;H
+ddsomr3;"Dungeons & Dragons - shadow over mystara (960208 Euro)";384x224@60;H
+ddsomu;"Dungeons & Dragons - shadow over mystara (960619 USA)";384x224@60;H
+ddsomud;"Dungeons & Dragons - shadow over mystara (960619 USA P";384x224@60;H
+ddsomur1;"Dungeons & Dragons - shadow over mystara (960209 USA)";384x224@60;H
+ddtod;"Dungeons & Dragons - tower of doom (940412 Euro)";384x224@60;H
+ddtoda;"Dungeons & Dragons - tower of doom (940412 Asia)";384x224@60;H
+ddtodar1;"Dungeons & Dragons - tower of doom (940113 Asia)";384x224@60;H
+ddtodd;"Dungeons & Dragons - tower of doom (940412 Euro Phoeni";384x224@60;H
+ddtodh;"Dungeons & Dragons - tower of doom (940412 Hispanic)";384x224@60;H
+ddtodhr1;"Dungeons & Dragons - tower of doom (940125 Hispanic)";384x224@60;H
+ddtodhr2;"Dungeons & Dragons - tower of doom (940113 Hispanic)";384x224@60;H
+ddtodj;"Dungeons & Dragons - tower of doom (940412 Japan)";384x224@60;H
+ddtodjr1;"Dungeons & Dragons - tower of doom (940125 Japan)";384x224@60;H
+ddtodjr2;"Dungeons & Dragons - tower of doom (940113 Japan)";384x224@60;H
+ddtodr1;"Dungeons & Dragons - tower of doom (940113 Euro)";384x224@60;H
+ddtodu;"Dungeons & Dragons - tower of doom (940125 USA)";384x224@60;H
+ddtodur1;"Dungeons & Dragons - tower of doom (940113 USA)";384x224@60;H
+ddux;"Dynamite Dux (Euro, Bra) - Dynamite Dux (set 2, FD1094 317-0096)";320x224@60;H
+ddux1;"Dynamite Dux (set 1, 8751 317-0095)";320x224@60;H
+dduxbl;"Dynamite Dux (bootleg)";320x224@60;H
+dduxd;"Dynamite Dux (set 2, FD1094 317-0096 decrypted)";320x224@60;H
+dduxj;"Dynamite Dux (set 2, Japan, FD1094 317-0094)";320x224@60;H
+dduxjd;"Dynamite Dux (set 2, Japan, FD1094 317-0094 decrypted)";320x224@60;H
+deadconx;"Dead Connection (World)";320x224@60;H
+deadconxj;"Dead Connection (Japan)";320x224@60;H
+dealer;"The Dealer";272x236@60;V
+deathbrd;"Death Brade (Japan ver JM-3)";320x240@58;H
+deerhunt;"Deer Hunter (Rus) - Deer Hunting USA V4.3";320x240@60;H
+deerhunta;"Deer Hunting USA V4.2";320x240@60;H
+deerhuntb;"Deer Hunting USA V4.0";320x240@60;H
+deerhuntc;"Deer Hunting USA V3.0";320x240@60;H
+deerhuntd;"Deer Hunting USA V2";320x240@60;H
+deerhunte;"Deer Hunting USA V1";320x240@60;H
+defense;"Defense (System 16B, FD1089A 317-0028)";320x224@60;H
+deluxe4u;"Deluxe 4 U (ver. 0107, 07/01/2000)";320x240@60;H
+deluxe5;"Deluxe 5 (ver. 0107, 07/01/2000, set 1)";320x240@60;H
+deluxe5a;"Deluxe 5 (ver. 0107, 07/01/2000, set 2)";320x240@60;H
+deluxe5b;"Deluxe 5 (ver. 0107, 07/01/2000, set 3)";320x240@60;H
+demonwld;"Demon's World / Horror Story (set 1)";320x240@55.2;H
+demonwld1;"Demon's World / Horror Story (set 2)";320x240@55.2;H
+demonwld2;"Demon's World / Horror Story (set 3)";320x240@55.2;H
+demonwld3;"Demon's World / Horror Story (set 4)";320x240@55.2;H
+demonwld4;"Demon's World / Horror Story (set 5)";320x240@55.2;H
+deroon;"Deroon DeroDero";320x240@57;H
+deroona;"Deroon DeroDero (alt set)";320x240@57;H
+desertbr;"Desert Breaker (World, FD1094 317-0196)";320x224@60;V
+desertbrd;"Desert Breaker (World, FD1094 317-0196 decrypted)";320x224@60;V
+desertbrj;"Desert Breaker (Japan, FD1094 317-0194)";320x224@60;V
+desertbrjd;"Desert Breaker (Japan, FD1094 317-0194 decrypted)";320x224@60;V
+detatwin;"Detana!! Twin Bee (Japan ver. J)";280x224@60;V
+devilfsg;"Devil Fish (Galaxian hardware, bootleg?)";256x224@60;V
+devilfsh;"Devil Fish";256x224@60;V
+devilw;"Devil World";320x224@60;H
+devstors;"Devastators (ver. Z)";304x224@60;V
+devstors2;"Devastators (ver. X)";304x224@60;V
+devstors3;"Devastators (ver. V)";304x224@60;V
+dfeveron;"Dangun Feveron (Japan, ver. 98/09/17)";320x240@58;V
+dharma;"Dharma Doujou";320x224@60;H
+dharmaj;"Dharma Doujou (Japan)";320x224@60;H
+dharmak;"Dharma Doujou (Korea)";320x224@60;H
+diamond;"Diamond Run";256x224@60;H
+dietgo;"Diet Go Go (Euro v1.1 1992.09.26)";320x240@58;H
+dietgoe;"Diet Go Go (Euro v1.1 1992.08.04)";320x240@58;H
+dietgoj;"Diet Go Go (Japan v1.1 1992.09.26)";320x240@58;H
+dietgou;"Diet Go Go (USA v1.1 1992.09.26)";320x240@58;H
+digdug;"Dig Dug (Jpn) - Dig Dug (Prototype) - Dig Dug (rev 2)";288x224@60;V
+digdug2;"Dig Dug II (New Ver.)";288x224@60;V
+digdug2o;"Dig Dug II (Old Ver.)";288x224@60;V
+diggerma;"Digger Man";304x224@59;H
+dimahoo;"Dimahoo (000121 Euro)";384x224@60;V
+dimahoou;"Dimahoo (000121 USA)";384x224@60;V
+dimahoud;"Dimahoo (000121 USA Phoenix Edition)";384x224@60;V
+dingo;"Dingo";256x224@60;V
+dino;"Cadillacs & Dinosaurs (930201 etc)";384x224@60;H
+dinoa;"Cadillacs & Dinosaurs (930223 Asia TW)";384x224@60;H
+dinoeh;"Cadillacs and Dinosaurs (hack, 930201 etc)";384x224@60;H
+dinoh;"Cadillacs and Dinosaurs (bootleg set 3, 930223 Asia TW";384x224@60;H
+dinohc;"Cadillacs and Dinosaurs (Chinese bootleg, 930223 Asia";384x224@60;H
+dinohunt;"Dinosaur Hunter (Chinese bootleg, 930223 Asia TW)";384x224@60;H
+dinoj;"Cadillacs Kyouryuu-Shinseiki (Cadillacs 930201 Japan)";384x224@60;H
+dinopic;"Cadillacs and Dinosaurs (bootleg set 1 (with PIC16c57)";384x224@60;H
+dinopic2;"Cadillacs and Dinosaurs (bootleg set 2 (with PIC16c57)";384x224@60;H
+dinopic3;"Cadillacs and Dinosaurs (bootleg set 3 (with PIC16c57)";384x224@60;H
+dinopic4;"Cadillacs and Dinosaurs (bootleg set 4 (with PIC16c57)";384x224@60;H
+dinorex;"Dino Rex (World)";320x224@60;H
+dinorexj;"Dino Rex (Japan)";320x224@60;H
+dinorexu;"Dino Rex (US)";320x224@60;H
+dinot;"Cadillacs and Dinosaurs Turbo (bootleg set 1, 930223 A";384x224@60;H
+dinotpic;"Cadillacs and Dinosaurs Turbo (bootleg set 2 (with PIC";384x224@60;H
+dinou;"Cadillacs & Dinosaurs (930201 USA)";384x224@60;H
+dirtfoxj;"Dirt Fox (Japan)";288x224@60;V
+disco;"Disco No.1";242x240@60;V
+discof;"Disco No.1 (Rev.F)";242x240@60;V
+diverboy;"Diver Boy";320x240@60;H
+djboy;"DJ Boy (Euro) - DJ Boy (set 1)";256x224@58;H
+djboya;"DJ Boy (set 2)";256x224@58;H
+djboyj;"DJ Boy (Japan) - DJ Boy (Jpn)";256x224@58;H
+dkgensan;"Daiku no Gensan (Japan, M82)";384x256@55;H
+dkgensanm72;"Daiku no Gensan (Japan, M72)";384x256@55;H
+dkingjr;"Donkey King Jr. (bootleg of Donkey Kong Jr.)";256x224@60;V
+dkong;"Donkey Kong - Donkey Kong (US set 1)";256x224@60;V
+dkong3;"Donkey Kong 3 (US)";256x224@60;V
+dkong3b;"Donkey Kong 3 (bootleg on Donkey Kong Jr. hardware)";256x224@60;V
+dkong3j;"Donkey Kong 3 (Japan)";256x224@60;V
+dkongf;"Donkey Kong Foundry (hack)";256x224@60;V
+dkonghrd;"Donkey Kong (US set 1) with Hard kit";256x224@60;V
+dkongj;"Donkey Kong (Japan set 1)";256x224@60;V
+dkongjnrj;"Donkey Kong Junior (Japan?)";256x224@60;V
+dkongjo;"Donkey Kong (Japan set 2)";256x224@60;V
+dkongjo1;"Donkey Kong (Japan set 3)";256x224@60;V
+dkongjr;"Donkey Kong Junior - Donkey Kong Junior (US set F-2)";256x224@60;V
+dkongjrb;"Donkey Kong Jr. (bootleg)";256x224@60;V
+dkongjrj;"Donkey Kong Jr. (Japan)";256x224@60;V
+dkongjrm;"Donkey Kong Jr. (Moon Cresta hardware)";256x224@60;V
+dkongo;"Donkey Kong (US set 2)";256x224@60;V
+dkongpe;"Donkey Kong - Pauline Edition (hack, rev 5)";256x224@60;V
+dkongx;"Donkey Kong II - Jumpman Returns (hack, V1.2)";256x224@60;V
+dkongx11;"Donkey Kong II - Jumpman Returns (hack, V1.1)";256x224@60;V
+dkrainbow;"Donkey Kong - Arcade Rainbow (hack)";256x224@60;V
+dland;"Dream Land / Super Dream Land (bootleg of Bubble Bobbl - Rod-Land (World)";256x224@60;H
+dleague;"Dynamite League (US)";320x240@60;H
+dleaguej;"Dynamite League (Japan)";320x240@60;H
+dmnfrnt;"Demon Front (V105)";448x224@60;H
+dmnfrnta;"Demon Front (V102, China)";448x224@60;H
+dmnfrntb;"Demon Front (V103)";448x224@60;H
+dmnfrntpcb;"Demon Front (V107, Korea, Single PCB Version)";448x224@60;H
+dngrtrck;"Danger Track (Rally X bootleg)";288x224@60;H
+docastle;"Mr. Do!'s Castle - Mr. Do's Castle (set 1)";240x192@60;V
+dodgeman;"Dodge Man";256x224@60;H
+dogfgt;"Acrobatic Dog-Fight";256x240@60;H
+dogfgtj;"Dog-Fight (Japan)";256x240@60;H
+dogfgtu;"Acrobatic Dog-Fight (USA)";256x240@60;H
+dogfight;"Dog Fight (Thunderbolt) - Dog Fighter (Euro)";256x224@60;V
+dogosokb;"Dogou Souken (Joystick hack bootleg)";288x216@60;V
+dogosoke;"Dogou Souken";288x216@60;V
+dogyuun;"Dogyuun";320x240@60;V
+dogyuuna;"Dogyuun (Licensed to Unite Trading For Korea)";320x240@60;V
+dogyuunt;"Dogyuun (test location version)";320x240@60;V
+dokaben;"Dokaben (Japan)";384x240@60;H
+dolmen;"Dolmen";256x224@56;H
+dommy;"Dommy";248x240@57;V
+dondokod;"Don Doko Don (World)";320x224@60;H
+dondokodj;"Don Doko Don (Japan)";320x224@60;H
+dondokodu;"Don Doko Don (US)";320x224@60;H
+donight;"Mr.Do's Nightmare (hack by Krazy Ivan)";256x224@60;V
+donpachi;"DonPachi (USA, ver. 1.12, 95/05/2x)";320x240@58;V
+donpachihk;"DonPachi (Hong Kong, ver. 1.10, 95/05/17)";320x240@58;V
+donpachij;"DonPachi (Japan, ver. 1.01, 95/05/11)";320x240@58;V
+donpachikr;"DonPachi (Korea, ver. 1.12, 95/05/2x)";320x240@58;V
+dorodon;"Dorodon (Jpn) - Dorodon (set 1)";240x196@60;V
+dorodon2;"Dorodon (set 2)";240x196@60;V
+dorunrun;"Do! Run Run (set 1)";240x192@60;H
+dotrikun;"Dottori Kun (new version)";256x192@60;H
+dotrikun2;"Dottori Kun (old version)";256x192@60;H
+dotriman;"Dottori-Man Jr.";256x192@60;H
+doubledr;"Double Dragon (Neo-Geo)";320x224@59;H
+dowild;"Mr. Do's Wild Ride - Mr. Do's Wild Ride (Jpn)";240x192@60;H
+downtown;"DownTown / Mokugeki (Set 1)";384x224@57;V
+downtown2;"DownTown / Mokugeki (Set 2)";384x224@57;V
+downtownj;"DownTown / Mokugeki (Joystick Hack)";384x224@57;V
+downtownp;"DownTown / Mokugeki (prototype)";384x224@57;V
+dquizgo;"Date Quiz Go Go (Korea)";320x240@60;H
+dragnblz;"Dragon Blaze";320x224@60;V
+dragonsh;"Dragon's Heaven (development board)";304x224@59;H
+drakton;"Drakton (DK conversion)";256x224@60;V
+dreamwld;"Dream World";304x224@58;H
+dremshpr;"Dream Shopper";288x224@60;V
+drgnbowl;"Dragon Bowl";256x224@60;H
+drgnbowla;"Dragon Bowl (set 2, unencrypted program)";256x224@60;H
+drgnbstr;"Dragon Buster";288x224@60;H
+drgninja;"Dragonninja (Japan)";256x240@57;H
+drgninjab;"Dragonninja (bootleg set 1)";256x240@57;H
+drgninjab2;"Dragonninja (bootleg set 2)";256x240@57;H
+drgnmst;"Dragon Master";384x224@60;H
+drgnunit;"Dragon Unit / Castle of Dragon";384x240@60;H
+drgw2;"Dragon World II (V110X, World)";448x224@60;H
+drgw2c;"Zhong Guo Long II (V100C, China)";448x224@60;H
+drgw2hk;"Dragon World II (V100H, Hong Kong)";448x224@60;H
+drgw2j;"Chuugokuryuu II (V100J, Japan)";448x224@60;H
+drifto94;"Drift Out '94 - The Hard Order (Japan)";336x238@60;H
+driftout;"Drift Out (Europe)";320x224@60;V
+driftoutj;"Drift Out (Japan)";320x224@60;V
+driveout;"Drive Out";320x224@60;V
+drivfrcb;"Driving Force (Galaxian conversion bootleg)";256x224@60;V
+drivfrcg;"Driving Force (Galaxian conversion)";256x224@60;V
+drivfrcp;"Driving Force (Pac-Man conversion)";256x224@60;V
+drivfrct;"Top Racer (bootleg of Driving Force)";256x224@60;V
+drktnjr;"Drakton (DKJr conversion)";256x224@60;V
+drmicro;"Dr. Micro";256x224@60;V
+drtomy;"Dr. Tomy";320x240@60;H
+drtoppel;"Dr. Toppel's Adventure (World)";256x224@60;V
+drtoppela;"Dr. Toppel's Adventure (World, alt?)";256x224@60;V
+drtoppelj;"Dr. Toppel's Tankentai (Japan)";256x224@60;V
+drtoppelu;"Dr. Toppel's Adventure (US)";256x224@60;V
+dsaber;"Dragon Saber (World, DO2) - Dragon Saber - After Story of Dragon Spirit";288x224@60;V
+dsabera;"Dragon Saber (World, older?)";288x224@60;V
+dsaberj;"Dragon Saber (Japan, Rev B)";288x224@60;V
+dsoccr94;"Dream Soccer '94 (World, M107 hardware)";320x240@60;H
+dsoccr94j;"Dream Soccer '94 (Japan)";320x240@60;H
+dsoccr94k;"Dream Soccer '94 (Korea, M107 hardware)";320x240@60;H
+dspirit;"Dragon Spirit - Dragon Spirit - Dragon Spirit (new version (DS3))";288x224@60;V
+dspirit1;"Dragon Spirit (old version (DS1))";288x224@60;V
+dspirit2;"Dragon Spirit (DS2)";288x224@60;V
+dstlk;"Darkstalkers - the night warriors (940705 Euro) - Landstalker - The Treasures of King Nole (Euro)";384x224@60;H
+dstlka;"Darkstalkers - the night warriors (940705 Asia)";384x224@60;H
+dstlkh;"Darkstalkers - the night warriors (940818 Hispanic)";384x224@60;H
+dstlku;"Darkstalkers - the night warriors (940818 USA) - Landstalker - The Treasures of King Nole (USA)";384x224@60;H
+dstlku1d;"Darkstalkers - the night warriors (940705 USA Phoenix";384x224@60;H
+dstlkur1;"Darkstalkers - the night warriors (940705 USA)";384x224@60;H
+ducki;"Duck Tales (Intro demo)";304x224@59;H
+dumpmtmt;"Dump Matsumoto (Japan, 8751 317-unknown)";320x224@60;H
+dungeonm;"Dungeon Magic (Ver 2.1O 1994/02/18)";320x224@60;H
+dungeonmu;"Dungeon Magic (Ver 2.1A 1994/02/18)";320x224@60;H
+dunkshot;"Dunk Shot (Jpn) - Dunk Shot (Rev C, FD1089 317-0022)";320x224@60;H
+dunkshota;"Dunk Shot (Jpn, Alt) - Dunk Shot (Rev A, FD1089 317-0022)";320x224@60;H
+dunkshoto;"Dunk Shot (FD1089 317-0022)";320x224@60;H
+dw2001;"Dragon World 2001 (V100, Japan)";448x224@60;H
+dw2v100x;"Dragon World II (V100X, World)";448x224@60;H
+dwi;"DarkWing Duck (Intro demo)";304x224@59;H
+dwia;"DarkWing Duck (Intro demo, alt)";304x224@59;H
+dwpc;"Dragon World Pretty Chance (V101, Japan)";448x224@60;H
+dyger;"Dyger (Korea set 1)";384x224@60;V
+dygera;"Dyger (Korea set 2)";384x224@60;V
+dynablst;"Dynablaster / Bomber Man";320x240@60;H
+dynagear;"Dyna Gear";336x240@60;H
+dynduke;"Dynamite Duke (Euro, Bra) - Dynamite Duke (Europe, 03SEP89) - Dynamite Duke (World, Rev. A)";256x224@60;H
+dyndukea;"Dynamite Duke (Europe, 25JUL89)";256x224@60;H
+dyndukej;"Dynamite Duke (Japan, 03SEP89)";256x224@60;H
+dyndukeja;"Dynamite Duke (Japan, 25JUL89)";256x224@60;H
+dyndukeu;"Dynamite Duke (US, 25JUL89)";256x224@60;H
+dynwar;"Dynasty Wars (US set 1)";384x224@60;H
+dynwara;"Dynasty Wars (US set 2)";384x224@60;H
+dynwarj;"Tenchi wo Kurau (Japan)";384x224@60;H
+dynwarjr;"Tenchi wo Kurau (Japan Resale Ver.)";384x224@60;H
+eagle;"Eagle (set 1)";256x224@60;V
+eagle2;"Eagle (set 2)";256x224@60;V
+eagle3;"Eagle (set 3)";256x224@60;V
+eaglshot;"Eagle Shot Golf";320x224@60;H
+earthjkr;"U.N. Defense Force: Earth Joker (Japan)";320x240@60;V
+earthjkrp;"U.N. Defense Force: Earth Joker (Japan, prototype?)";320x240@60;V
+ecofghtr;"Eco Fighters (931203 etc)";384x224@60;H
+ecofghtra;"Eco Fighters (931203 Asia)";384x224@60;H
+ecofghtrd;"Eco Fighters (931203 World Phoenix Edition)";384x224@60;H
+ecofghtrh;"Eco Fighters (931203 Hispanic)";384x224@60;H
+ecofghtru;"Eco Fighters (940215 USA)";384x224@60;H
+ecofghtru1;"Eco Fighters (931203 USA)";384x224@60;H
+edf;"Armed Formation - Armed Formation F - E.D.F. : Earth Defense Force (set 1) - Twisted Flipper (USA, Prototype)";256x224@60;H
+edfa;"E.D.F. : Earth Defense Force (set 2)";256x224@60;H
+edfbl;"E.D.F. : Earth Defense Force (bootleg)";256x224@60;H
+edfu;"E.D.F. : Earth Defense Force (North America)";256x224@60;H
+edrandy;"The Cliffhanger - Edward Randy (World ver 3)";256x240@58;H
+edrandy1;"The Cliffhanger - Edward Randy (World ver 1)";256x240@58;H
+edrandy2;"The Cliffhanger - Edward Randy (World ver 2)";256x240@58;H
+edrandyj;"The Cliffhanger - Edward Randy (Japan ver 3)";256x240@58;H
+eeekk;"Eeekk!";288x224@60;V
+egghunt;"Egg Hunt";384x240@58;H
+eggor;"Eggor";288x224@60;V
+eggs;"Eggs";240x240@57;V
+eightfrc;"Eight Forces";384x224@60;V
+eightman;"Eight Man (NGM-025)(NGH-025)";320x224@59;H
+elvact2u;"Elevator Action II (Ver 2.2A 1995/02/20)";320x232@60;H
+elvactr;"Elevator Action Returns (Ver 2.2O 1995/02/20)";320x232@60;H
+elvactrj;"Elevator Action Returns (Ver 2.2J 1995/02/20)";320x232@60;H
+endurobl;"Enduro Racer (bootleg set 1)";320x224@60;H
+enduror;"Enduro Racer (YM2151, FD1089B 317-0013A)";320x224@60;H
+enduror1;"Enduro Racer (YM2203, FD1089B 317-0013A)";320x224@60;H
+enforce;"Enforce (World)";320x224@60;H
+enforcej;"Enforce (Japan)";320x224@60;H
+enforceja;"Enforce (Japan, Analog Controls)";320x224@60;H
+esckids;"Escape Kids (Asia, 4 Players)";288x240@60;H
+esckidsj;"Escape Kids (Japan, 2 Players)";288x240@60;H
+espgal;"Espgaluda (V100, Japan)";448x224@59;V
+espgalbl;"Espgaluda (2003/10/15 Master Ver, bootleg cartridge co";448x224@59;V
+esprade;"ESP Ra.De. - A.D.2018 Tokyo (International, ver. 98/04";320x240@58;V
+espradej;"ESP Ra.De. (Japan, ver. 98/04/21)";320x240@58;V
+espradejo;"ESP Ra.De. (Japan, ver. 98/04/14)";320x240@58;V
+eswat;"E-Swat - Cyber Police (set 4, World, FD1094 317-0130) - ESWAT - City Under Siege (Euro, USA, Rev. A)";320x224@60;H
+eswatbl;"E-Swat - Cyber Police (bootleg)";320x224@60;H
+eswatd;"E-Swat - Cyber Police (set 4, World, FD1094 317-0130 d";320x224@60;H
+eswatj;"Cyber Police ESWAT (Jpn, Rev. 0) - E-Swat - Cyber Police (set 2, Japan, FD1094 317-0128)";320x224@60;H
+eswatj1;"E-Swat - Cyber Police (set 1, Japan, FD1094 317-0131)";320x224@60;H
+eswatj1d;"E-Swat - Cyber Police (set 1, Japan, FD1094 317-0131 d";320x224@60;H
+eswatjd;"E-Swat - Cyber Police (set 2, Japan, FD1094 317-0128 d";320x224@60;H
+eswatu;"E-Swat - Cyber Police (set 3, US, FD1094 317-0129)";320x224@60;H
+eswatud;"E-Swat - Cyber Police (set 3, US, FD1094 317-0129 decr";320x224@60;H
+eto;"Game Toshokan (Jpn, Rev. A) - Kokontouzai Eto Monogatari (Japan)";320x240@60;H
+euroch92;"Euro Champ '92 (World)";320x224@60;H
+evilston;"Evil Stone";320x224@60;V
+excelsr;"Excelsior (set 1)";320x240@58;H
+excelsra;"Excelsior (set 2)";320x240@58;H
+exctleag;"Excite League (FD1094 317-0079)";320x224@60;H
+exctleagd;"Excite League (FD1094 317-0079 decrypted)";320x224@60;H
+exedexes;"Exed Exes";256x224@60;V
+exerizerb;"Exerizer (Japan) (bootleg)";320x224@60;V
+exodus;"Exodus (bootleg?) - Exodus - Journey to the Promised Land (USA)";256x224@60;V
+explbrkr;"Explosive Breaker";256x224@60;V
+explorer;"Explorer";256x224@60;V
+extdwnhl;"Extreme Downhill (v1.5)";320x240@60;H
+extrmatn;"Extermination (World)";256x224@60;V
+extrmatnj;"Extermination (Japan)";256x224@60;V
+extrmatnu;"Extermination (US, set 1)";256x224@60;V
+extrmatnur;"Extermination (US, Romstar)";256x224@60;V
+exzisus;"Exzisus (Japan, dedicated)";256x224@60;H
+exzisusa;"Exzisus (Japan, conversion)";256x224@60;H
+exzisust;"Exzisus (TAD license)";256x224@60;H
+eyes;"Eyes (Digitrex Techstar)";288x224@60;V
+eyes2;"Eyes (Techstar)";288x224@60;V
+eyesb;"Eyes (bootleg set 1)";288x224@60;V
+eyeszacb;"Eyes (bootleg set 2, decrypted)";288x224@60;V
+f1dreamb;"F-1 Dream (bootleg, set 1)";256x224@60;H
+f1dreamba;"F-1 Dream (bootleg, set 2)";256x224@60;H
+f1gp;"F-1 Grand Prix - Nakajima Satoru Kanshuu F1 Grand Prix (Jpn)";320x240@60;V
+f1gp2;"F-1 Grand Prix Part II";320x224@60;V
+faceoff;"Face Off (Japan 2 Players)";288x224@60;H
+falcon;"Falcon - Falcon (bootleg of Phoenix) (8085A CPU)";256x208@60;V
+falconz;"Falcon (bootleg of Phoenix) (Z80 CPU)";256x208@60;V
+fantasia;"Fantasia (940429 PCB, set 1) - Fantasia (World, Rev. A)";256x224@60;V
+fantasiaa;"Fantasia (940307 PCB)";256x224@60;V
+fantasiab;"Fantasia (940429 PCB, set 2)";256x224@60;V
+fantasian;"Fantasia (940803 PCB)";256x224@60;V
+fantastc;"Fantastic (Galaga conversion on Galaxian hardware)";256x224@60;V
+fantazia;"Fantazia (bootleg?)";256x224@60;V
+fantland;"Fantasy Land (set 1)";352x256@60;H
+fantlanda;"Fantasy Land (set 2)";352x256@60;H
+fantsia2;"Fantasia II (Explicit)";256x224@60;H
+fantsia2a;"Fantasia II (Less Explicit)";256x224@60;H
+fantsia2n;"Fantasia II (1998)";256x224@60;H
+fantsy95;"Fantasy '95";256x224@60;V
+fantzn2x;"Fantasy Zone II - The Tears of Opa-Opa (System 16C)";320x224@60;H
+fantzn2xp;"Fantasy Zone II - The Tears of Opa-Opa (System 16C, pr";320x224@60;H
+fantzn2xps2;"Fantasy Zone II - The Tears of Opa-Opa (System 16C, PS";320x224@60;H
+fantznta;"Fantasy Zone Time Attack (System 16B, PS2 data file)";320x224@60;H
+fantzone;"Fantasy Zone - Fantasy Zone - Fantasy Zone (Jpn) - Fantasy Zone (Rev A, unprotected) - Fantasy Zone (World, v2) - Fantasy Zone Gear (Euro, Jpn)";320x224@60;H
+fantzone1;"Fantasy Zone (unprotected) - Fantasy Zone (World, v1, Prototype)";320x224@60;H
+fantzonep;"Fantasy Zone (317-5000)";320x224@60;H
+fantzoneta;"Fantasy Zone (Time Attack, bootleg)";320x224@60;H
+farmer;"Farmers Rebellion";240x224@60;H
+fastfred;"Fast Freddie";256x224@60;V
+fatfursp;"Fatal Fury Special (Euro) - Fatal Fury Special / Garou Densetsu Special (set 1)(NG";320x224@59;H
+fatfurspa;"Fatal Fury Special / Garou Densetsu Special (set 2)(NG";320x224@59;H
+fatfury1;"Fatal Fury - King of Fighters / Garou Densetsu - shuku";320x224@59;H
+fatfury2;"Fatal Fury 2 (USA, Kor) - Fatal Fury 2 / Garou Densetsu 2 - arata-naru tatakai (";320x224@59;H
+fatfury2a;"Fatal Fury 2 / Garou Densetsu 2 - arata-naru tatakai (";320x224@59;H
+fatfury3;"Fatal Fury 3 - Road to the Final Victory / Garou Dense";320x224@59;H
+fatfury3a;"Fatal Fury 3 - Road to the Final Victory / Garou Dense";320x224@59;H
+fball;"Fire Ball (FM Work)";256x240@60;H
+fbfrenzy;"Football Frenzy (NGM-034)(NGH-034)";304x224@59;H
+fcrash;"Final Crash (bootleg (with 2xYM2203 + 2xMSM5205))";384x224@60;H
+feversos;"Fever SOS (International, ver. 98/09/25)";320x240@58;V
+ffantasy;"Fighting Fantasy (Japan revision 3)";256x240@57;H
+ffantasya;"Fighting Fantasy (Japan)";256x240@57;H
+ffantasyb;"Fighting Fantasy (Japan revision ?)";256x240@57;H
+ffantasyj;"Fighting Fantasy (Japan revision 2)";256x240@57;H
+ffight;"Final Fight (World, set 1)";384x224@60;H
+ffighta;"Final Fight (World, set 2)";384x224@60;H
+ffightbl;"Final Fight (bootleg set 1 (with 2xYM2203 + 2xMSM5205)";384x224@60;H
+ffightbla;"Final Fight (bootleg set 2 (with 2xYM2203 + 2xMSM5205)";384x224@60;H
+ffightj;"Final Fight (Japan)";384x224@60;H
+ffightj1;"Final Fight (900112 Japan)";384x224@60;H
+ffightj2;"Final Fight (900305 Japan)";384x224@60;H
+ffightj3;"Final Fight (900613 Japan)";384x224@60;H
+ffightjh;"Street Smart / Final Fight (Japan, hack)";384x224@60;H
+ffightu;"Final Fight (USA, set 1)";384x224@60;H
+ffightu1;"Final Fight (USA, set 2)";384x224@60;H
+ffightu2;"Final Fight (USA, set 3)";384x224@60;H
+ffightua;"Final Fight (900112 USA)";384x224@60;H
+ffightub;"Final Fight (900424 USA)";384x224@60;H
+ffightuc;"Final Fight (900613 USA)";384x224@60;H
+fghtbskt;"Fighting Basketball";256x224@60;H
+fhawk;"Fighting Hawk (World)";320x224@60;V
+fhawkj;"Fighting Hawk (Japan)";320x224@60;V
+fightfev;"Fight Fever (set 1)";304x224@59;H
+fightfeva;"Fight Fever (set 2)";304x224@59;H
+fightrol;"Fighting Roller";240x224@60;V
+finalb;"Final Blow (Jpn) - Final Blow (World)";320x224@60;H
+finalbj;"Final Blow (Japan)";320x224@60;H
+finalbu;"Final Blow (US)";320x224@60;H
+finalizr;"Finalizer - Super Transformation";272x224@60;V
+finalizrb;"Finalizer - Super Transformation (bootleg)";272x224@60;V
+finalttr;"Final Tetris";256x224@58;H
+finehour;"Finest Hour (Japan)";288x224@60;H
+firebarr;"Fire Barrel (Japan)";320x240@60;V
+firehawk;"Fire Hawk (horizontal) - Firehawk (Euro)";256x224@56;H
+fireshrk;"Fire Shark - Fire Shark (Euro)";320x240@57.6;V
+fireshrka;"Fire Shark (Earlier)";320x240@57.6;V
+fireshrkd;"Fire Shark (Korea, set 1, easier)";320x240@57.6;V
+fireshrkdh;"Fire Shark (Korea, set 2, harder)";320x240@57.6;V
+firetrap;"Fire Trap (US, set 1)";256x240@60;V
+firetrapa;"Fire Trap (US, set 2)";256x240@60;V
+firetrapbl;"Fire Trap (Japan bootleg)";256x240@60;V
+firetrapj;"Fire Trap (Japan)";256x240@60;V
+fitegolf;"Fighting Golf (World?)";288x216@60;H
+fitegolf2;"Fighting Golf (US, Ver 2)";288x216@60;H
+fitegolfu;"Fighting Golf (US)";288x216@60;H
+fixeight;"FixEight (Europe)";320x240@60;V
+fixeighta;"FixEight (Southeast Asia)";320x240@60;V
+fixeightat;"FixEight (Southeast Asia, Taito license)";320x240@60;V
+fixeighth;"FixEight (Hong Kong)";320x240@60;V
+fixeightht;"FixEight (Hong Kong, Taito license)";320x240@60;V
+fixeightj;"FixEight (Japan)";320x240@60;V
+fixeightjt;"FixEight (Japan, Taito license)";320x240@60;V
+fixeightk;"FixEight (Korea)";320x240@60;V
+fixeightkt;"FixEight (Korea, Taito license)";320x240@60;V
+fixeightt;"FixEight (Europe, Taito license)";320x240@60;V
+fixeighttw;"FixEight (Taiwan)";320x240@60;V
+fixeighttwt;"FixEight (Taiwan, Taito license)";320x240@60;V
+fixeightu;"FixEight (USA)";320x240@60;V
+fixeightut;"FixEight (USA, Taito license)";320x240@60;V
+fjbuster;"Fujiyama Buster (Japan)";256x224@60;H
+flagrall;"'96 Flag Rally";320x240@60;H
+flashgal;"Flashgal (set 1)";288x224@60;H
+flashgala;"Flashgal (set 2)";288x224@60;H
+flashgalk;"Flashgal (set 1, Kyugo logo)";288x224@60;H
+flicky;"Flicky (128k Version, 315-5051) - Flicky (Euro, USA) - Flicky (Jpn) - Flicky (Jpn, v1)";256x224@60;H
+flickya;"Flicky (128k Version, 315-5051, larger roms)) - Flicky (Jpn, v0)";256x224@60;H
+flickyg;"Flicky (128k Version, System 2, 315-5051, alt graphics";256x224@60;H
+flickyo;"Flicky (64k Version, 315-5051, set 1)";256x224@60;H
+flickys1;"Flicky (64k Version, 315-5051, set 2)";256x224@60;H
+flickys2;"Flicky (128k Version, not encrypted)";256x224@60;H
+flickys2g;"Flicky (128k Version, System 2, not encrypted, alt gra";256x224@60;H
+flipshot;"Battle Flip Shot";304x224@59;H
+flipull;"Flipull (Japan)";320x224@60;H
+flstory;"The FairyLand Story - The Fairyland Story (Jpn)";256x224@60;H
+flstoryj;"The FairyLand Story (Japan)";256x224@60;H
+flyboy;"Fly-Boy";256x224@60;V
+flyboyb;"Fly-Boy (bootleg)";256x224@60;V
+flytiger;"Flying Tiger (set 1)";384x240@60;V
+flytigera;"Flying Tiger (set 2)";384x240@60;V
+fncywld;"Fancy World - Earth of Crisis";320x240@60;H
+fnkyfish;"Funky Fish";512x256@60;V
+fnshark;"Flyin' Shark (bootleg of Hishou Zame)";320x240@55;V
+footchmp;"Football Champ (World)";320x224@60;H
+forcebrk;"Force Break (bootleg)";240x240@60;H
+forgottn;"Forgotten Worlds (Euro, Bra, Aus) - Forgotten Worlds (World, newer) - Forgotten Worlds (World, v1.1)";384x224@60;H
+forgottna;"Forgotten Worlds (World)";384x224@60;H
+forgottnu;"Forgotten Worlds (US, B-Board 88621B-2, rev C)";384x224@60;H
+forgottnua;"Forgotten Worlds (US, B-Board 88618B-2, rev A)";384x224@60;H
+forgottnuaa;"Forgotten Worlds (US, B-Board 88618B-2, rev AA)";384x224@60;H
+forgottnuc;"Forgotten Worlds (US, B-Board 88618B-2, Rev C)";384x224@60;H
+forgottnue;"Forgotten Worlds (US, B-Board 88618B-2, Rev E)";384x224@60;H
+formatz;"Formation Z - Formation Z (Jpn)";248x224@60;H
+fpoint;"Flash Point (set 2, Japan, FD1094 317-0127A) - Flashpoint (Kor) - Flashpoint (Kor)";320x224@60;H
+fpoint1;"Flash Point (set 1, Japan, FD1094 317-0127A)";320x224@60;H
+fpoint1d;"Flash Point (set 1, Japan, FD1094 317-0127A decrypted)";320x224@60;H
+fpointbj;"Flash Point (Japan, bootleg)";320x224@60;H
+fpointbl;"Flash Point (World, bootleg)";320x224@60;H
+fpointd;"Flash Point (set 2, Japan, FD1094 317-0127A decrypted)";320x224@60;H
+freekick;"Free Kick (NS6201-A 1987.10)";256x224@60;V
+freekicka;"Free Kick (NS6201-A 1987.9)";256x224@60;V
+freekickb1;"Free Kick (bootleg set 1)";256x224@60;V
+freekickb3;"Free Kick (bootleg set 3)";256x224@60;V
+freeze;"Freeze";256x224@60;V
+friskyt;"Frisky Tom (set 1)";256x224@60;H
+friskyta;"Frisky Tom (set 2)";256x224@60;H
+friskytb;"Frisky Tom (set 3, encrypted)";256x224@60;H
+frogf;"Frog (Falcon bootleg)";256x224@60;V
+frogg;"Frog (Galaxian hardware)";256x224@60;V
+frogger;"Frogger - Frogger - Frogger (Jpn) - Frogger (USA) - Frogger (USA, Prototype)";256x224@60;V
+froggermc;"Frogger (Moon Cresta hardware)";256x224@60;V
+froggers;"Frog";256x224@60;V
+froggers1;"Frogger (Sega set 1)";256x224@60;V
+froggers2;"Frogger (Sega set 2)";256x224@60;V
+froggers3;"Frogger (Sega set 3)";256x224@60;V
+froggrs;"Frogger (Scramble hardware)";256x224@60;V
+froman2b;"Idol Mahjong - final romance 2 (Neo CD Conversion)";304x224@59;H
+fround;"The Final Round (ver. M)";320x224@60;H
+froundl;"The Final Round (ver. L)";320x224@60;H
+fshark;"Flying Shark (World)";320x240@54.9;V
+fsharkbt;"Flying Shark (bootleg with 8741)";320x240@54.9;V
+fsoccerb;"Fighting Soccer (Joystick hack bootleg)";400x224@60;H
+fsoccerba;"Fighting Soccer (Joystick hack bootleg, alt)";400x224@60;H
+fstarfrc;"Final Star Force (US)";256x224@60;V
+fstarfrcj;"Final Star Force (Japan)";256x224@60;V
+fswords;"Fighters Swords (Korean release of Samurai Shodown III";304x224@59;H
+fullthrl;"Full Throttle (Japan)";320x240@60;H
+funkybee;"Funky Bee";236x224@60;V
+funkybeeb;"Funky Bee (bootleg, harder)";236x224@60;V
+funkyjet;"Funky Jet (World, rev 1)";320x240@58;H
+funkyjeta;"Funky Jet (World)";320x240@58;H
+funkyjetj;"Funky Jet (Japan, rev 2)";320x240@58;H
+funybubl;"Funny Bubble";320x224@60;H
+funybublc;"Funny Bubble (Comad version)";320x224@60;H
+futspy;"Future Spy";256x224@60;V
+fx;"F-X - Sega Graphic Board (Jpn, Prototype v2.0) - SF-X";288x224@60;V
+fxa;"F-X (alternate set)";288x224@60;V
+gaia;"Gaia Crusaders - Sagaia (Euro, Bra) - Sagaia (USA)";320x224@58;H
+gaialast;"Gaia - The Last Choice of Earth";304x224@58;H
+gaiapols;"Gaiapolis (ver EAF)";376x224@60;V
+gaiapolsj;"Gaiapolis (ver JAF)";376x224@60;V
+gaiapolsu;"Gaiapolis (ver UAF)";376x224@60;V
+gaiden;"Ninja Gaiden (Euro, Bra) - Ninja Gaiden (Euro, USA) - Ninja Gaiden (Jpn, Prototype) - Ninja Gaiden (US)";256x224@60;H
+galaga;"Galaga (Jpn) - Galaga (Namco rev. B) - Galaga (Tw) - Galaga Demo (set 2)";288x224@60;V
+galaga3;"Galaga 3 (GP3 rev. D)";288x224@60;V
+galaga3a;"Galaga 3 (GP3 rev. C)";288x224@60;V
+galaga3b;"Galaga 3 (GP3)";288x224@60;V
+galaga3c;"Galaga 3 (set 4)";288x224@60;V
+galaga3m;"Galaga 3 (set 5)";288x224@60;V
+galaga88;"Galaga '88 - Galaga '88";288x224@60;V
+galaga88a;"Galaga '88 (02-03-88)";288x224@60;V
+galaga88j;"Galaga '88 (Japan)";288x224@60;V
+galagamf;"Galaga (Midway set 1 with fast shoot hack)";288x224@60;V
+galagamk;"Galaga (Midway set 2)";288x224@60;V
+galagamw;"Galaga (Midway set 1)";288x224@60;V
+galagao;"Galaga (Namco)";288x224@60;V
+galap1;"Space Invaders Galactica (galaxiaj hack)";256x224@60;V
+galap4;"Galaxian Part 4 (hack)";256x224@60;V
+galapx;"Galaxian Part X (moonaln hack)";256x224@60;V
+galaxbsf;"Galaxian (bootleg, set 1)";256x224@60;V
+galaxian;"Galaxian - Galaxian (Jpn) - Galaxian (Kor) - Galaxian (Namco set 1)";256x224@60;V
+galaxiana;"Galaxian (Alt) - Galaxian (Jpn, Alt) - Galaxian (Namco set 2)";256x224@60;V
+galaxianbl;"Galaxian (bootleg, set 2)";256x224@60;V
+galaxiani;"Galaxian (Irem)";256x224@60;V
+galaxianm;"Galaxian (Midway set 1)";256x224@60;V
+galaxianmo;"Galaxian (Midway set 2)";256x224@60;V
+galaxiant;"Galaxian (Taito)";256x224@60;V
+galaxrf;"Galaxian (Recreativos Franco S.A. Spanish bootleg)";256x224@60;V
+galaxrfgg;"Galaxian Growing Galaxip / Galaxian Nave Creciente (Re";256x224@60;V
+galaxyfg;"Galaxy Fight - Universal Warriors";304x224@59;H
+galaxygn;"Galaxy Gunners";352x256@60;V
+galemp;"Galaxy Empire (bootleg?)";256x224@60;V
+galhustl;"Gals Hustler";256x224@60;H
+galivan;"Cosmo Police Galivan (12/26/1985)";256x224@60;V
+galivan2;"Cosmo Police Galivan (12/16/1985)";256x224@60;V
+galivan3;"Cosmo Police Galivan (12/11/1985)";256x224@60;V
+gallag;"Gallag";288x224@60;V
+gallop;"Gallop - Armed police Unit (Japan)";384x256@55;H
+galmedes;"Galmedes (Japan)";320x240@60;V
+galpani4;"Gals Panic 4 (Japan)";320x240@60;H
+galpani4k;"Gals Panic 4 (Korea)";320x240@60;H
+galpanic;"Gals Panic (Unprotected)";256x224@60;V
+galpanidx;"Gals Panic DX (Asia)";320x240@60;H
+galpanis;"Gals Panic S - Extra Edition (Europe)";320x240@60;H
+galpanisj;"Gals Panic S - Extra Edition (Japan)";320x240@60;H
+galpanisk;"Gals Panic S - Extra Edition (Korea)";320x240@60;H
+galpans2;"Gals Panic S2 (Europe)";320x240@60;H
+galpans2a;"Gals Panic S2 (Asia)";320x240@60;H
+galpans2j;"Gals Panic S2 (Japan)";320x240@60;H
+galpans3;"Gals Panic S3 (Japan)";320x240@60;H
+galpansu;"Gals Panic SU (Korea)";320x240@60;H
+galspnbl;"Gals Pinball";512x224@60;V
+galturbo;"Galaxian Turbo (superg hack)";256x224@60;V
+ganbare;"Ganbare! Marine Kun (Marine 2K0411 JPN)";384x224@60;H
+gangonta;"Ganbare! Gonta!! 2 / Party Time: Gonta the Diver II (J";320x240@58;V
+gangwars;"Gang Wars";256x224@60;H
+gangwarsb;"Gang Wars (bootleg)";256x224@60;H
+gangwarsj;"Gang Wars (Japan)";256x224@60;H
+gangwarsu;"Gang Wars (US)";256x224@60;H
+ganryu;"Ganryu / Musashi Ganryuki";304x224@59;H
+gaplus;"Gaplus (GP2 rev. B)";288x224@60;V
+gaplusa;"Gaplus (GP2)";288x224@60;V
+gaplusd;"Gaplus (GP2 rev D, alternate hardware)";288x224@60;V
+gaplust;"Gaplus (Tecfri PCB)";288x224@60;V
+gardia;"Gardia (317-0006)";256x224@60;V
+garogun;"Garogun Seroyang (Korea)";320x240@60;H
+garou;"Garou - Mark of the Wolves (NGM-2530) - Garou Densetsu - Shukumei no Tatakai (Jpn)";320x224@59;H
+garoubl;"Garou - Mark of the Wolves (bootleg)";320x224@59;H
+garouh;"Garou - Mark of the Wolves (NGM-2530) (NGH-2530)";320x224@59;H
+garoup;"Garou - Mark of the Wolves (prototype)";320x224@59;H
+garuka;"Garuka (Japan ver. W)";304x224@60;V
+garyoret;"Garyo Retsuden (Japan)";256x240@58;H
+gatedoom;"Gate of Doom (US revision 4)";256x240@58;H
+gatedoom1;"Gate of Doom (US revision 1)";256x240@58;H
+gaunt2;"Gauntlet II";336x240@60;H
+gaunt22p;"Gauntlet II (2 Players, rev 2)";336x240@60;H
+gaunt22p1;"Gauntlet II (2 Players, rev 1)";336x240@60;H
+gaunt22pg;"Gauntlet II (2 Players, German)";336x240@60;H
+gaunt2g;"Gauntlet II (German)";336x240@60;H
+gauntlet;"Gauntlet (Euro) - Gauntlet (Euro, Bra) - Gauntlet (rev 14)";336x240@60;H
+gauntlet2p;"Gauntlet (2 Players, rev 6)";336x240@60;H
+gauntlet2pg;"Gauntlet (2 Players, German, rev 4)";336x240@60;H
+gauntlet2pg1;"Gauntlet (2 Players, German, rev 1)";336x240@60;H
+gauntlet2pj;"Gauntlet (2 Players, Japanese, rev 5)";336x240@60;H
+gauntlet2pj2;"Gauntlet (2 Players, Japanese rev 2)";336x240@60;H
+gauntlet2pr3;"Gauntlet (2 Players, rev 3)";336x240@60;H
+gauntletg;"Gauntlet (German, rev 10)";336x240@60;H
+gauntletgr3;"Gauntlet (German, rev 3)";336x240@60;H
+gauntletgr6;"Gauntlet (German, rev 6)";336x240@60;H
+gauntletgr8;"Gauntlet (German, rev 8)";336x240@60;H
+gauntletj;"Gauntlet (Japanese, rev 13)";336x240@60;H
+gauntletj12;"Gauntlet (Japanese, rev 12)";336x240@60;H
+gauntletr1;"Gauntlet (rev 1)";336x240@60;H
+gauntletr2;"Gauntlet (rev 2)";336x240@60;H
+gauntletr4;"Gauntlet (rev 4)";336x240@60;H
+gauntletr5;"Gauntlet (rev 5)";336x240@60;H
+gauntletr7;"Gauntlet (rev 7)";336x240@60;H
+gauntletr9;"Gauntlet (rev 9)";336x240@60;H
+gauntlets;"Gauntlet (Spanish, rev 15)";336x240@60;H
+gberet;"Green Beret - Green Beret (Euro)";240x224@60;H
+gberetb;"Green Beret (bootleg)";240x224@60;H
+gblchmp;"Global Champion (Ver 2.1A 1994/07/29)";320x224@60;H
+gbusters;"Gang Busters (set 1)";288x224@60;V
+gbustersa;"Gang Busters (set 2)";288x224@60;V
+gdfs;"Mobil Suit Gundam Final Shooting (Japan)";336x240@60;H
+geebee;"Gee Bee";272x224@60;V
+geebeeg;"Gee Bee (Gremlin)";272x224@60;V
+gekiridn;"Gekirindan (Ver 2.3O 1995/09/21)";320x232@60;V
+gekiridnj;"Gekirindan (Ver 2.3J 1995/09/21)";320x232@60;V
+gemini;"Gemini Wing (Japan)";256x224@60;V
+geminib;"Gemini Wing (World, bootleg)";256x224@60;V
+genix;"Genix Family";288x224@60;H
+genpeitd;"Genpei ToumaDen";288x224@60;H
+gensitou;"Genshi-Tou 1930's (Japan)";256x224@60;H
+geostorm;"Geostorm (Japan)";320x240@60;H
+getstarb1;"Get Star (bootleg, set 1)";280x240@60;H
+getstarb2;"Get Star (bootleg, set 2)";280x240@60;H
+getstarj;"Get Star (Japan)";280x240@60;H
+gforce2;"Galaxy Force 2 - Galaxy Force II (World, Rev. B)";320x224@60;H
+gforce2j;"Galaxy Force 2 (Japan)";320x224@60;H
+gforce2ja;"Galaxy Force 2 (Japan, Rev A)";320x224@60;H
+gforce2sd;"Galaxy Force 2 (Super Deluxe unit)";320x224@60;H
+ghostb;"The Real Ghostbusters (US 2 Players, revision 2)";256x240@58;H
+ghostb2a;"The Real Ghostbusters (US 2 Players)";256x240@58;H
+ghostb3;"The Real Ghostbusters (US 3 Players)";256x240@58;H
+ghostbi;"Ghost Busters (Intro demo)";304x224@59;H
+ghostlop;"Ghostlop (prototype)";304x224@59;H
+ghostmun;"Ghost Muncher";256x224@60;V
+ghouls;"Ghouls'n Ghosts (Euro, USA, Bra) - Ghouls'n Ghosts (Euro, USA, Kor, Rev. A) - Ghouls'n Ghosts (World)";384x224@60;H
+ghoulsu;"Ghouls'n Ghosts (US)";384x224@60;H
+ghox;"Ghox (spinner)";320x240@60;V
+ghoxj;"Ghox (joystick)";320x240@60;V
+gigaman2;"Gigaman 2: The Power Fighters (bootleg)";384x224@60;H
+gigandes;"Gigandes";384x240@60;H
+gigandesa;"Gigandes (earlier)";384x240@60;H
+gigasb;"Gigas (bootleg)";256x224@60;V
+gigasm2b;"Gigas Mark II";256x224@60;V
+gigawing;"Giga Wing (990222 USA)";384x224@60;H
+gigawinga;"Giga Wing (990222 Asia)";384x224@60;H
+gigawingb;"Giga Wing (990222 Brazil)";384x224@60;H
+gigawingd;"Giga Wing (990222 USA Phoenix Edition)";384x224@60;H
+gigawingh;"Giga Wing (990222 Hispanic)";384x224@60;H
+gigawingj;"Giga Wing (990223 Japan)";384x224@60;H
+gigawingjd;"Giga Wing (990223 Japan Phoenix Edition)";384x224@60;H
+gijoe;"G.I. Joe (World, EAB, set 1)";288x224@60;H
+gijoea;"G.I. Joe (World, EB8, prototype?)";288x224@60;H
+gijoej;"G.I. Joe (Japan, JAA)";288x224@60;H
+gijoeu;"G.I. Joe (US, UAB)";288x224@60;H
+ginganin;"Ginga NinkyouDen (set 1)";256x224@60;H
+ginganina;"Ginga NinkyouDen (set 2)";256x224@60;H
+ginkun;"Ganbare Ginkun";256x224@60;H
+gloc;"G-LOC Air Battle (Euro, Bra, Kor) - G-LOC Air Battle (Euro, USA, Bra) - G-LOC Air Battle (World) - G-LOC Air Battle (World)";320x224@60;H
+glocr360;"G-LOC R360";320x224@60;H
+glocu;"G-LOC Air Battle (US)";320x224@60;H
+gmahou;"Great Mahou Daisakusen (000121 Japan)";384x224@60;V
+gmgalax;"Ghostmuncher Galaxian (bootleg)";256x224@60;V
+gnbarich;"Gunbarich";320x224@60;V
+gng;"Ghosts'n Goblins (World? set 1)";256x224@59.6;H
+gnga;"Ghosts'n Goblins (World? set 2)";256x224@59.6;H
+gngbl;"Ghosts'n Goblins (bootleg with Cross)";256x224@59.6;H
+gngbla;"Ghosts'n Goblins (bootleg, harder)";256x224@59.6;H
+gngblita;"Ghosts'n Goblins (Italian bootleg, harder)";256x224@59.6;H
+gngc;"Ghosts'n Goblins (World Revision C)";256x224@59.6;H
+gngprot;"Ghosts'n Goblins (prototype)";256x224@59.6;H
+gngt;"Ghosts'n Goblins (US)";256x224@59.6;H
+goalx3;"Goal! Goal! Goal!";304x224@59;H
+gogold;"Go For The Gold (Japan)";320x240@60;H
+gogomile;"Susume! Mile Smile / Go Go! Mile Smile (newer)";320x240@60;H
+gogomileo;"Susume! Mile Smile / Go Go! Mile Smile (older)";320x240@60;H
+goldmedl;"Gold Medalist (set 1)";256x224@60;H
+goldmedla;"Gold Medalist (set 2)";256x224@60;H
+goldmedlb;"Gold Medalist (bootleg)";256x224@60;H
+goldnaxe;"Golden Axe (set 6, US, 8751 317-123A)";320x224@60;H
+goldnaxe1;"Golden Axe (set 1, World, FD1094 317-0110)";320x224@60;H
+goldnaxe1d;"Golden Axe (set 1, World, FD1094 317-0110 decrypted)";320x224@60;H
+goldnaxe2;"Golden Axe (set 2, US, 8751 317-0112)";320x224@60;H
+goldnaxe3;"Golden Axe (set 3, World, FD1094 317-0120)";320x224@60;H
+goldnaxe3d;"Golden Axe (set 3, World, FD1094 317-0120 decrypted)";320x224@60;H
+goldnaxej;"Golden Axe (set 4, Japan, FD1094 317-0121)";320x224@60;H
+goldnaxejd;"Golden Axe (set 4, Japan, FD1094 317-0121 decrypted)";320x224@60;H
+goldnaxeu;"Golden Axe (set 5, US, FD1094 317-0122)";320x224@60;H
+goldnaxeud;"Golden Axe (set 5, US, FD1094 317-0122 decrypted)";320x224@60;H
+gollygho;"Golly! Ghost!";288x224@60;H
+gorkans;"Gorkans";288x224@60;V
+gotcha;"Got-cha Mini Game Festival";320x240@60;H
+gowcaizr;"Voltage Fighter - Gowcaizer / Choujin Gakuen Gowcaizer";304x224@59;H
+gpilots;"Ghost Pilots (NGM-020)(NGH-020)";304x224@59;H
+gpilotsh;"Ghost Pilots (NGH-020)(US)";304x224@59;H
+gprider;"GP Rider (Euro, Bra) - GP Rider (Euro, USA) - GP Rider (World, FD1094 317-0163) (Twin setup)";320x224@60;H
+gpriderj;"GP Rider (Japan, FD1094 317-0161) (Twin setup) - GP Rider (Jpn)";320x224@60;H
+gpriderjs;"GP Rider (Japan, FD1094 317-0161)";320x224@60;H
+gprideru;"GP Rider (US, FD1094 317-0162) (Twin setup)";320x224@60;H
+gpriderus;"GP Rider (US, FD1094 317-0162)";320x224@60;H
+gradius;"Gradius - Gradius (Japan, ROM version) - Nemesis (Euro) ~ Gradius (Jpn)";256x224@60;H
+gradius2;"Gradius II - GOFER no Yabou (Japan New ver.) - Nemesis 2 (Euro) ~ Gradius 2 (Jpn)";320x224@60;H
+gradius2a;"Gradius II - GOFER no Yabou (Japan Old ver.) - Nemesis 2 (Euro) ~ Gradius 2 (Jpn) (Alt)";320x224@60;H
+gradius2b;"Gradius II - GOFER no Yabou (Japan Older ver.)";320x224@60;H
+gradius3;"Gradius III (World, program code R)";320x224@60;H
+gradius3a;"Gradius III (Asia)";320x224@60;H
+gradius3j;"Gradius III (Japan, program code S)";320x224@60;H
+gradius3js;"Gradius III (Japan, program code S, split)";320x224@60;H
+grasspin;"Grasspin";256x224@60;V
+grdian;"Guardian";280x240@60;H
+grdians;"Guardians0Denjin Makai II";304x232@60;H
+grdnstrm;"Guardian Storm (horizontal, not encrypted)";256x224@57;H
+grdnstrmg;"Guardian Storm (Germany)";256x224@57;V
+grdnstrmj;"Sen Jing - Guardian Storm (Japan)";256x224@57;V
+grdnstrmk;"Jeon Sin - Guardian Storm (Korea)";256x224@57;V
+grdnstrmv;"Guardian Storm (vertical)";256x224@57;V
+griffon;"Griffon (bootleg of Phoenix) - Order of the Griffon";256x208@60;V
+grindstm;"Grind Stormer";320x240@60;V
+grindstma;"Grind Stormer (older set)";320x240@60;V
+grobda;"Grobda (New Ver.)";288x224@60;V
+grobda2;"Grobda (Old Ver. set 1)";288x224@60;V
+grobda3;"Grobda (Old Ver. set 2)";288x224@60;V
+growl;"Growl (USA) - Growl (World, Rev 1)";320x224@60;H
+growla;"Growl (World)";320x224@60;H
+growlu;"Growl (US)";320x224@60;H
+gryzor;"Gryzor (Set 1)";280x224@60;V
+gryzor1;"Gryzor (Set 2)";280x224@60;V
+gseeker;"Grid Seeker: Project Storm Hammer (Ver 1.3O)";320x224@60;V
+gseekerj;"Grid Seeker: Project Storm Hammer (Ver 1.3J)";320x224@60;V
+gseekeru;"Grid Seeker: Project Storm Hammer (Ver 1.3A)";320x224@60;V
+gteikoku;"Gingateikoku No Gyakushu";256x224@60;V
+gteikokub;"Gingateikoku No Gyakushu (bootleg set 1)";256x224@60;V
+gteikokub2;"Gingateikoku No Gyakushu (bootleg set 2)";256x224@60;V
+gtmr;"1000 Miglia: Great 1000 Miles Rally (94/07/18)";320x240@60;H
+gtmr2;"Mille Miglia 2: Great 1000 Miles Rally (95/05/24)";320x240@60;H
+gtmr2a;"Mille Miglia 2: Great 1000 Miles Rally (95/04/04)";320x240@60;H
+gtmr2u;"Great 1000 Miles Rally 2 USA (95/05/18)";320x240@60;H
+gtmra;"1000 Miglia: Great 1000 Miles Rally (94/06/13)";320x240@60;H
+gtmrb;"1000 Miglia: Great 1000 Miles Rally (94/05/26)";320x240@60;H
+gtmre;"Great 1000 Miles Rally: Evolution Model!!! (94/09/06)";320x240@60;H
+gtmro;"1000 Miglia: Great 1000 Miles Rally (94/05/10)";320x240@60;H
+gtmrusa;"Great 1000 Miles Rally: U.S.A Version! (94/09/06)";320x240@60;H
+gulfstrm;"Gulf Storm (set 1)";384x240@60;V
+gulfstrma;"Gulf Storm (set 2)";384x240@60;V
+gulfstrmb;"Gulf Storm (set 3)";384x240@60;V
+gulfstrmk;"Gulf Storm (Korea)";384x240@60;V
+gulfstrmm;"Gulf Storm (Media Shoji)";384x240@60;V
+gulfwar2;"Gulf War II (set 1)";320x240@55;V
+gulfwar2a;"Gulf War II (set 2)";320x240@55;V
+gumbo;"Gumbo";320x224@60;H
+gunball;"Gun Ball (Japan)";320x240@58;V
+gunbird;"Gunbird (World)";320x224@59;V
+gunbird2;"Gunbird 2 (set 1)";320x224@60;V
+gunbirdj;"Gunbird (Japan)";320x224@59;V
+gunbirdk;"Gunbird (Korea)";320x224@59;V
+gundamex;"Mobile Suit Gundam EX Revue";384x224@60;H
+gundhara;"Gundhara";384x240@60;V
+gundharac;"Gundhara (Chinese, bootleg?)";384x240@60;V
+gundl94;"Gun Dealer '94";384x256@60;H
+gunforc2;"Gunforce 2 (US)";320x240@60;H
+gunforce;"Gunforce - Battle Fire Engulfed Terror Island (World)";320x240@60;H
+gunforcej;"Gunforce - Battle Fire Engulfed Terror Island (Japan)";320x240@60;H
+gunforceu;"Gunforce - Battle Fire Engulfed Terror Island (US)";320x240@60;H
+gunfront;"Gun & Frontier (World)";320x224@60;V
+gunfrontj;"Gun Frontier (Japan)";320x224@60;V
+gunhohki;"Gun Hohki (Japan)";320x240@60;H
+gunlock;"Gunlock (Ver 2.3O 1994/01/20)";320x224@60;V
+gunmast;"Gun Master";320x224@60;H
+gunnail;"GunNail (28th May. 1992)";384x224@56;V
+gunsmoke;"Gun.Smoke - Gun.Smoke (Kor) - Gun.Smoke (World, 851115)";256x224@60;V
+gunsmokeb;"Gun.Smoke (World, 851115) (bootleg)";256x224@60;V
+gunsmokej;"Gun.Smoke (Japan, 851115)";256x224@60;V
+gunsmokeu;"Gun.Smoke (US, 860408)";256x224@60;V
+gunsmokeua;"Gun.Smoke (US, 851115, set 1)";256x224@60;V
+gunsmokeub;"Gun.Smoke (US, 851115, set 2)";256x224@60;V
+gururin;"Gururin";304x224@59;H
+gussun;"Gussun Oyoyo (Japan)";320x240@60;H
+gutangtn;"Guttang Gottong";256x224@60;V
+gutsn;"Guts'n (Japan)";320x240@60;H
+guwange;"Guwange (Japan, Master Ver. 99/06/24)";320x240@58;V
+guwanges;"Guwange (Japan, Special Ver. 00/01/01)";320x240@58;V
+guzzler;"Guzzler - Guzzler (Jpn, OMV)";256x224@60;V
+gwar;"Guerrilla War (US) - Wing War";400x224@60;V
+gwara;"Guerrilla War (Version 1)";400x224@60;V
+gwarb;"Guerrilla War (Joystick hack bootleg)";400x224@60;V
+gwarj;"Guevara (Japan)";400x224@60;V
+gwarrior;"Galactic Warriors";256x224@60;H
+gyrodine;"Gyrodine - Gyrodine (Jpn)";288x224@60;V
+gyrodinet;"Gyrodine (Taito Corporation license)";288x224@60;V
+gyruss;"Gyruss - Gyruss - Gyruss (Konami)";256x224@60;V
+gyrussb;"Gyruss (bootleg)";256x224@60;V
+gyrussce;"Gyruss (Centuri)";256x224@60;V
+hachamfb;"Hacha Mecha Fighter (19th Sep. 1991, unprotected, boot";256x224@56;H
+hachoo;"Hachoo!";256x224@60;H
+hal21;"HAL21";288x224@60;V
+hal21j;"HAL21 (Japan)";288x224@60;V
+halfway;"Halfway To Hell: Progear Red Label (2016-1-17 Red labe";384x224@60;H
+hamaway;"Hammer Away (prototype)";320x224@60;V
+hangly;"Hangly-Man (set 1)";288x224@60;V
+hangly2;"Hangly-Man (set 2)";288x224@60;V
+hangly3;"Hangly-Man (set 3)";288x224@60;V
+hangon;"Hang-On (Euro, Bra, Aus) - Hang-On (Jpn) - Hang-On (rev A) - Super Hang-On (sitdown/upright, unprotected) - Super Hang-On (World, Rev. A)";320x224@60;H
+hangon1;"Hang-On - Super Hang-On (mini ride-on, FD1089B 317-0034) - Super Hang-On (World)";320x224@60;H
+hangon2;"Hang-On (ride-on) - Hang-On II (Jpn) - Super Hang-On (mini ride-on, Rev A, FD1089B 317-0034)";320x224@60;H
+hangonjr;"Hang-On Jr.";256x192@60;H
+hangzo;"Hangzo (Japan, prototype)";320x240@58;H
+happy6;"Happy 6-in-1 (V102 - V101MK, China)";448x224@60;H
+happy6101;"Happy 6-in-1 (V101 - V100MK, China)";448x224@60;H
+hardhea2;"Hard Head 2 (v2.0)";256x224@60;H
+hardhead;"Hard Head";256x224@60;H
+hasamu;"Hasamu (Japan)";384x240@60;H
+hatena;"Adventure Quiz 2 - Hatena? no Daibouken (Japan 900228)";384x240@60;H
+hayaosi1;"Hayaoshi Quiz Ouza Ketteisen - The King Of Quiz";256x224@60;H
+hbarrel;"Heavy Barrel (US)";256x240@57;V
+hbarrelw;"Heavy Barrel (World)";256x240@57;V
+hcastle;"Haunted Castle (ver. M)";256x224@60;H
+hcastlee;"Haunted Castle (ver. E)";256x224@60;H
+hcastlek;"Haunted Castle (ver. K)";256x224@60;H
+hcrash;"Hyper Crash (version D)";256x224@60;H
+hcrashc;"Hyper Crash (version C)";256x224@60;H
+hedpanic;"Head Panic (ver. 0117, 17/01/2000)";320x240@60;H
+hedpanica;"Head Panic (ver. 0702, 02/07/1999)";320x240@60;H
+hedpanicf;"Head Panic (ver. 0315, 15/03/2000)";320x240@60;H
+hellfire;"Hellfire (2P Ver.) - Hellfire (Euro)";320x240@57.6;H
+hellfire1;"Hellfire (1P Ver.)";320x240@57.6;H
+hellfire1a;"Hellfire (1P Ver., older)";320x240@57.6;H
+hellfire2;"Hellfire (2P Ver., first edition)";320x240@57.6;H
+herbiedk;"Herbie at the Olympics (DK conversion)";256x224@60;V
+herodk;"Hero in the Castle of Doom (DK conversion)";256x224@60;V
+herodku;"Hero in the Castle of Doom (DK conversion not encrypte";256x224@60;V
+heuksun;"Heuk Sun Baek Sa (Korea)";320x240@60;H
+hexa;"Hexa";256x224@60;H
+hexion;"Hexion (Japan ver. JAB)";512x256@60;H
+hexionb;"Hexion (Bootleg, Asia ver. AAA)";512x256@60;H
+hexpool;"Hex Pool (Shinkai)";256x224@60;V
+hexpoola;"Hex Pool (Senko)";256x224@60;V
+hgkairak;"Taisen Hot Gimmick Kairakuten (Japan)";224x640@60;V
+hharry;"Hammerin' Harry (World)";384x256@55;H
+hharryu;"Hammerin' Harry (US)";384x256@55;H
+higemaru;"Pirate Ship Higemaru";256x224@60;H
+himesiki;"Himeshikibu (Japan)";256x192@60;V
+hippodrm;"Hippodrome (US)";256x240@57;H
+hishouza;"Hishou Zame (Japan)";320x240@55;V
+hitice;"Hit the Ice (US) - Hit the Ice (USA) - Hit the Ice - VHL - The Official Video Hockey League - Hit the Ice - VHL - The Official Video Hockey League";320x224@60;H
+hiticej;"Hit the Ice (Japan)";320x224@60;H
+hncholms;"Hunchback Olympic (Scramble hardware)";256x224@60;V
+hoccer;"Hoccer (set 1)";256x224@60;V
+hoccer2;"Hoccer (set 2)";256x224@60;V
+honeydol;"Honey Dolls";256x224@58;H
+hook;"Hook (Euro) - Hook (Euro) - Hook (Euro, Prototype) - Hook (World)";320x240@60;H
+hookj;"Hook (Japan)";320x240@60;H
+hooku;"Hook (US) - Hook (USA) - Hook (USA)";320x240@60;H
+hopmappy;"Hopping Mappy";288x224@60;H
+hopprobo;"Hopper Robo";256x224@60;V
+horekid;"Kid no Hore Hore Daisakusen";256x224@60;V
+horekidb;"Kid no Hore Hore Daisakusen (bootleg)";256x224@60;V
+horizon;"Horizon";256x256@60;H
+horshoes;"American Horseshoes (US)";320x224@60;V
+hotbubl;"Hot Bubble (Korea, with adult pictures)";256x224@56;H
+hotbubla;"Hot Bubble (Korea)";256x224@56;H
+hotdebut;"Quiz de Idol! Hot Debut (Japan)";240x640@60;V
+hotdogst;"Hotdog Storm - The First Supersonics (International)";384x240@58;V
+hotgm4ev;"Taisen Hot Gimmick 4 Ever (Japan)";224x640@60;V
+hotgmck;"Taisen Hot Gimmick (Japan)";224x640@60;V
+hotgmck3;"Taisen Hot Gimmick 3 Digital Surfing (Japan)";224x640@60;V
+hotgmcki;"Mahjong Hot Gimmick Integral (Japan)";224x640@60;V
+hotmind;"Hot Mind (Hard Times hardware)";320x224@58;H
+hotpinbl;"Hot Pinball";512x224@60;V
+hotshock;"Hot Shocker";256x224@60;V
+hotshockb;"Hot Shocker (bootleg)";256x224@60;V
+hpolym84;"Hyper Olympic '84";256x224@60;H
+hpuncher;"Hard Puncher (Japan)";320x224@60;H
+hsf2;"Hyper Street Fighter II: The Anniversary Edition (0402";384x224@60;H
+hsf2a;"Hyper Street Fighter II: The Anniversary Edition (0402";384x224@60;H
+hsf2d;"Hyper Street Fighter II: The Anniversary Edition (0402";384x224@60;H
+hsf2da;"Hyper Street Fighter II: The Anniversary Edition (0402";384x224@60;H
+hsf2j;"Hyper Street Fighter II: The Anniversary Edition (0402";384x224@60;H
+hsf2j1;"Hyper Street Fighter II: The Anniversary Edition (0312";384x224@60;H
+htchctch;"Hatch Catch";320x240@60;H
+hthero;"Hat Trick Hero (Japan)";320x224@60;H
+hthero93;"Hat Trick Hero '93 (Ver 1.0J 1993/02/28)";320x224@60;H
+hthero93u;"Hat Trick Hero '93 (Ver 1.0A 1993/02/28)";320x224@60;H
+hthero94;"Hat Trick Hero '94 (Ver 2.2A 1994/05/26)";320x224@60;H
+hthero95;"Hat Trick Hero '95 (Ver 2.5J 1994/11/03)";320x224@60;H
+hthero95u;"Hat Trick Hero '95 (Ver 2.5A 1994/11/03)";320x224@60;H
+hunchbkg;"Hunchback (Galaxian hardware)";256x224@60;V
+hunchbks;"Hunchback (Scramble hardware)";256x224@60;V
+hustler;"Video Hustler - Video Hustler (Jpn) - Video Hustler (Prototype)";256x224@60;V
+hustlerb;"Video Hustler (bootleg)";256x224@60;V
+hvymetal;"Heavy Metal (315-5135)";256x224@60;H
+hvyunit;"Heavy Unit - Heavy Unit (World) - Heavy Unit - Mega Drive Special (Jpn)";256x224@58;H
+hvyunitj;"Heavy Unit (Japan, Newer)";256x224@58;H
+hvyunitjo;"Heavy Unit (Japan, Older)";256x224@58;H
+hvyunitu;"Heavy Unit -U.S.A. Version- (US)";256x224@58;H
+hwchamp;"Heavyweight Champ";320x224@60;H
+hwchampj;"Heavyweight Champ (Japan, FD1094 317-0046)";320x224@60;H
+hwchampjd;"Heavyweight Champ (Japan, FD1094 317-0046 decrypted)";320x224@60;H
+hyperpac;"Hyper Pacman";256x224@58;H
+hyperpacb;"Hyper Pacman (bootleg)";256x224@58;H
+hyperspt;"Hyper Sports - Hyper Sports (Jpn) - Hyper Sports 1 (Jpn)";256x224@60;H
+hypersptb;"Hyper Sports (bootleg)";256x224@60;H
+hypreac2;"Mahjong Hyper Reaction 2 (Japan)";338x240@60;H
+hypreact;"Mahjong Hyper Reaction (Japan)";338x240@60;H
+hyprolym;"Hyper Olympic";256x224@60;H
+hypsptsp;"Hyper Sports Special (Japan)";304x224@60;H
+iganinju;"Iga Ninjyutsuden (Japan)";256x224@60;H
+igmo;"IGMO";272x236@60;V
+ikari;"Ikari Warriors (US JAMMA)";288x216@60;V
+ikari3;"Ikari III - The Rescue (8-Way Joystick)";256x224@60;H
+ikari3j;"Ikari Three - The Rescue (Japan, Rotary Joystick)";256x224@60;H
+ikari3k;"Ikari III - The Rescue (Korea, 8-Way Joystick)";256x224@60;H
+ikari3u;"Ikari III - The Rescue (US, Rotary Joystick)";256x224@60;H
+ikaria;"Ikari Warriors (US)";288x216@60;V
+ikarijp;"Ikari (Japan No Continues)";288x216@60;V
+ikarijpb;"Ikari (Joystick hack bootleg)";288x216@60;V
+ikarinc;"Ikari Warriors (US No Continues)";288x216@60;V
+ikariram;"Rambo 3 (bootleg of Ikari, Joystick hack)";288x216@60;V
+ikki;"Ikki (Japan)";240x224@60;H
+imago;"Imago (cocktail set)";256x224@60;V
+imagoa;"Imago (no cocktail set)";256x224@60;V
+imgfight;"Image Fight (Japan, revision A)";384x256@55;V
+imgfightj;"Image Fight (Japan)";384x256@55;V
+imsorry;"I'm Sorry (315-5110, US)";256x224@60;H
+imsorryj;"Gonbee no I'm Sorry (315-5110, Japan)";256x224@60;H
+insectx;"Insector X (USA) - Insector X (World)";256x224@60;H
+insectxj;"Insector X (Japan) - Insector X (Jpn, Kor)";256x224@60;H
+intcup94;"International Cup '94 (Ver 2.2O 1994/05/26)";320x224@60;H
+inthunt;"In The Hunt (World)";320x240@60;H
+inthuntu;"In The Hunt (US)";320x240@60;H
+invaders;"Space Invaders / Space Invaders M";260x224@60;V
+ironclad;"Choutetsu Brikin'ger - Iron clad (Prototype)";304x224@59;H
+ironclado;"Choutetsu Brikin'ger - Iron clad (Prototype, older)";304x224@59;H
+ironhors;"Iron Horse";240x224@60;H
+irrmaze;"The Irritating Maze / Ultra Denryu Iraira Bou";304x224@59;H
+isgsm;"ISG Selection Master Type 2006 System BIOS";320x224@60;H
+itaten;"Itazura Tenshi (Japan)";256x224@60;H
+jack;"Aquajack (World) - Ball Jacks (Euro, Jpn) - Bomb Jack (Jpn) - Bomb Jack (set 1) - Jack the Giantkiller (set 1) - Jumping Jack - Jumping Jack (Euro) - Snap Jack - Star Jacker (Euro, Jpn, v1.2) - Star Jacker (Sega)";256x224@60;V
+jack2;"Bomb Jack (set 2) - Jack the Giantkiller (set 2) - Star Jacker (Jpn, v1.0)";256x224@60;V
+jack3;"Jack the Giantkiller (set 3)";256x224@60;V
+jackal;"Jackal (World, 8-way Joystick)";240x224@60;V
+jackalbl;"Jackal (bootleg, Rotary Joystick)";240x224@60;V
+jackalj;"Tokushu Butai Jackal (Japan, 8-way Joystick)";240x224@60;V
+jackalr;"Jackal (World, Rotary Joystick)";240x224@60;V
+jailbrek;"Jail Break";240x224@60;H
+jailbrekb;"Jail Break (bootleg)";240x224@60;H
+janjans1;"Lovely Pop Mahjong JangJang Shimasho (Japan)";336x238@60;H
+janjans2;"Lovely Pop Mahjong JangJang Shimasho 2 (Japan)";336x238@60;H
+janshin;"Jyanshin Densetsu - Quest of Jongmaster";320x224@59;H
+jchan;"Jackie Chan - Jackie Chan - The Kung-Fu Master - Jackie Chan's Action Kung Fu";320x240@60;H
+jchan2;"Jackie Chan in Fists of Fire";320x240@60;H
+jcross;"Jumping Cross";288x216@60;V
+jigkmgri;"Jigoku Meguri (Japan)";320x224@60;H
+jigkmgria;"Jigoku Meguri (Japan, hack?)";320x224@60;H
+jitsupro;"Jitsuryoku!! Pro Yakyuu (Japan)";256x224@60;H
+jjack;"Jumping Jack";240x192@60;V
+jjparad2;"Jan Jan Paradise 2";320x240@60;H
+jjparads;"Jan Jan Paradise";320x240@60;H
+jjsquawk;"J. J. Squawkers";384x240@60;H
+jjsquawkb;"J. J. Squawkers (bootleg)";384x240@60;H
+jjsquawkb2;"J. J. Squawkers (bootleg, Blandia conversion)";384x240@60;H
+jjsquawko;"J. J. Squawkers (older)";384x240@60;H
+jockeygp;"Jockey Grand Prix (set 1)";304x224@59;H
+jockeygpa;"Jockey Grand Prix (set 2)";304x224@59;H
+joemac;"Joe & Mac (USA) - Tatakae Genshizin Joe & Mac (Japan ver 1)";256x240@58;H
+joemacr;"Joe & Mac Returns (World, Version 1.1, 1994.05.27)";320x240@58;H
+joemacra;"Joe & Mac Returns (World, Version 1.0, 1994.05.19)";320x240@58;H
+joemacrj;"Joe & Mac Returns (Japan, Version 1.2, 1994.06.06)";320x240@58;H
+joinem;"Joinem";256x224@60;V
+jojo;"JoJo's Venture / JoJo no Kimyou na Bouken (USA 990128)";384x224@60;H
+jojoba;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojoban;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojobane;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojobaner1;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojobanr1;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojobar1;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojoj;"JoJo's Venture / JoJo no Kimyou na Bouken (Japan 99012";384x224@60;H
+jojojr1;"JoJo's Venture / JoJo no Kimyou na Bouken (Japan 99010";384x224@60;H
+jojojr2;"JoJo's Venture / JoJo no Kimyou na Bouken (Japan 98120";384x224@60;H
+jojon;"JoJo's Venture / JoJo no Kimyou na Bouken (Asia 990128";384x224@60;H
+jojonr1;"JoJo's Venture / JoJo no Kimyou na Bouken (Asia 990108";384x224@60;H
+jojonr2;"JoJo's Venture / JoJo no Kimyou na Bouken (Asia 981202";384x224@60;H
+jojor1;"JoJo's Venture / JoJo no Kimyou na Bouken (USA 990108)";384x224@60;H
+jojor2;"JoJo's Venture / JoJo no Kimyou na Bouken (USA 981202)";384x224@60;H
+joyfulr;"Joyful Road (Japan)";320x240@60;V
+joyjoy;"Puzzled / Joy Joy Kid (NGM-021)(NGH-021)";304x224@59;H
+joyman;"Joyman";288x224@60;V
+joust;"Joust";292x240@60;H
+stargate;"Stargate";292x240@60;H
+sinister;"Sinister";292x240@60;H
+defender;"Defender";292x240@60;H
+jpopnics;"Jumping Pop (Nics, Korean bootleg of Plump Pop)";256x224@60;H
+jrking;"Junior King (bootleg of Donkey Kong Jr.)";256x224@60;V
+jrpacman;"Jr. Pac-Man (11/9/83)";288x224@60;V
+jrpacmanf;"Jr. Pac-Man (speedup hack)";288x224@60;V
+jt104;"JT-104 (title screen modification of Rad Action)";256x192@60;H
+juju;"JuJu Densetsu (Japan)";256x224@60;H
+jujub;"JuJu Densetsu (Playmark bootleg)";256x224@60;H
+jumpbug;"Jump Bug";256x224@60;V
+jumpbugb;"Jump Bug (bootleg)";256x224@60;V
+jumpcoas;"Jump Coaster";256x224@60;V
+jumpcoast;"Jump Coaster (Taito)";256x224@60;V
+jumping;"JumpinG (eng) - Jumping (set 1)";320x224@60;H
+jumpinga;"Jumping (set 2)";320x224@60;H
+jumpingi;"Jumping (set 3, Imnoe PCB)";320x224@60;H
+jumpkids;"Jump Kids";320x240@60;H
+jumppop;"Jumping Pop (set 1)";320x240@60;H
+jumppope;"Jumping Pop (set 2)";320x240@60;H
+jumpshot;"Jump Shot";288x224@60;V
+jumpshotp;"Jump Shot Engineering Sample";288x224@60;V
+jungler;"Jungler";288x224@60;V
+junofrst;"Juno First - Juno First (Jpn)";256x224@60;V
+junofrstg;"Juno First (Gottlieb)";256x224@60;V
+jyangoku;"Jyangokushi -Haoh no Saihai- (990527 Japan)";384x224@60;H
+kabukikl;"Far East of Eden - Kabuki Klash / Tengai Makyou - Shin";320x224@59;H
+kageki;"Ka-Ge-Ki - Fists of Steel (USA) - Kageki (US)";256x224@60;V
+kagekih;"Kageki (hack)";256x224@60;V
+kagekij;"Ka-Ge-Ki (Jpn) - Kageki (Japan)";256x224@60;V
+kaiserkn;"Kaiser Knuckle (Ver 2.1O 1994/07/29)";320x224@60;H
+kaiserknj;"Kaiser Knuckle (Ver 2.1J 1994/07/29)";320x224@60;H
+kaitei;"Kaitei Takara Sagashi";272x224@60;V
+kaiteids;"Kaitei Daisensou (Japan)";320x240@60;H
+kaitein;"Kaitei Takara Sagashi (Namco license)";272x224@60;V
+kamakazi3;"Kamakazi III (superg hack)";256x224@60;V
+kamenrid;"Masked Riders Club Battle Race";384x240@60;H
+kangaroo;"Kangaroo";512x256@60;V
+kangarooa;"Kangaroo (Atari)";512x256@60;V
+kangaroob;"Kangaroo (bootleg)";512x256@60;V
+karatblz;"Karate Blazers (World, set 1)";352x240@60;H
+karatblza;"Karate Blazers (World, set 2)";352x240@60;H
+karatblzj;"Karate Blazers (Japan)";352x240@60;H
+karatblzu;"Karate Blazers (US)";352x240@60;H
+karatedo;"Karate Dou (Japan)";256x224@60;V
+karatevs;"Taisen Karate Dou (Japan VS version)";256x224@60;V
+karatour;"The Karate Tournament";320x240@60;H
+karatourj;"The Karate Tournament (Japan)";320x240@60;H
+karianx;"Karian Cross (Rev. 1.0)";320x224@60;H
+karnov;"Karnov (US, rev 6)";256x248@60;H
+karnova;"Karnov (US, rev 5)";256x248@60;H
+karnovj;"Karnov (Japan)";256x248@60;H
+karnovr;"Karnov's Revenge / Fighter's History Dynamite";304x224@59;H
+kazan;"Ninja Kazan (World)";256x224@60;H
+kbash;"Knuckle Bash";320x240@60;H
+kbash2;"Knuckle Bash 2 (bootleg)";320x240@60;H
+kbashk;"Knuckle Bash (Korean PCB)";320x240@60;H
+kchamp;"Karate Champ (US)";256x224@60;V
+kchampvs;"Karate Champ (US VS version, set 1)";256x224@60;V
+kchampvs2;"Karate Champ (US VS version, set 2)";256x224@60;V
+keithlcy;"Dramatic Adventure Quiz Keith & Lucy (Japan)";336x238@60;H
+kengo;"Ken-Go (set 1)";384x256@55;H
+kengoa;"Ken-Go (set 2)";384x256@55;H
+keroppi;"Kero Kero Keroppi's Let's Play Together (USA, Version";320x240@60;H
+keroppij;"Kero Kero Keroppi no Issyoni Asobou (Japan)";320x240@60;H
+ket;"Ketsui Kizuna Jigoku Tachi (Revision 2?, Japan) - Rocket Knight Adventures (Euro) - Socket (USA) - TV Sports Basketball - TV Sports Basketball";448x224@59;V
+ket1;"Ketsui Kizuna Jigoku Tachi (Revision 2? alt, Japan)";448x224@59;V
+keta;"Ketsui Kizuna Jigoku Tachi (Revision 1?, Japan)";448x224@59;V
+ketarr;"Ketsui Kizuna Jigoku Tachi (Arrange Mode version 1.7,";448x224@59;V
+ketarr10;"Ketsui Kizuna Jigoku Tachi (Arrange Mode version 1.0,";448x224@59;V
+ketarr15;"Ketsui Kizuna Jigoku Tachi (Arrange Mode version 1.5,";448x224@59;V
+ketarr151;"Ketsui Kizuna Jigoku Tachi (Arrange Mode version 1.51,";448x224@59;V
+ketarrf;"Ketsui Kizuna Jigoku Tachi (Fast version, hack by Trap";448x224@59;V
+ketarrs15;"Ketsui Kizuna Jigoku Tachi (MR. Stoic version 1.5, hac";448x224@59;V
+ketarrs151;"Ketsui Kizuna Jigoku Tachi (MR. Stoic version 1.51, ha";448x224@59;V
+ketb;"Ketsui Kizuna Jigoku Tachi (Original?, Japan)";448x224@59;V
+ketbl;"Ketsui Kizuna Jigoku Tachi (2003/01/01. Master Ver., b";448x224@59;V
+kf10thep;"The King of Fighters 10th Anniversary Extra Plus (boot";304x224@59;H
+kf2k1pa;"The King of Fighters 2001 Plus (set 2, bootleg / hack)";304x224@59;H
+kf2k1pls;"The King of Fighters 2001 Plus (set 1, bootleg / hack)";304x224@59;H
+kf2k2mp;"The King of Fighters 2002 Magic Plus (bootleg)";304x224@59;H
+kf2k2mp2;"The King of Fighters 2002 Magic Plus II (bootleg)";304x224@59;H
+kf2k2pla;"The King of Fighters 2002 Plus (bootleg set 2)";304x224@59;H
+kf2k2plb;"The King of Fighters 2002 Plus (bootleg set 3)";304x224@59;H
+kf2k2plc;"The King of Fighters 2002 Super (bootleg)";304x224@59;H
+kf2k2pls;"The King of Fighters 2002 Plus (bootleg set 1)";304x224@59;H
+kf2k2ps2;"The King of Fighters 2002 (PlayStation 2 ver 0.4, EGHT";304x224@59;H
+kf2k3bl;"The King of Fighters 2003 (bootleg set 1)";304x224@59;H
+kf2k3bla;"The King of Fighters 2003 (bootleg set 2)";304x224@59;H
+kf2k3pcb;"The King of Fighters 2003 (Japan, JAMMA PCB)";304x224@59;H
+kf2k3pl;"The King of Fighters 2004 Plus / Hero (bootleg)";304x224@59;H
+kf2k3upl;"The King of Fighters 2004 Ultra Plus (bootleg)";304x224@59;H
+kf2k4pls;"The King of Fighters Special Edition 2004 Plus (bootle";304x224@59;H
+kf2k5uni;"The King of Fighters 10th Anniversary 2005 Unique (boo";304x224@59;H
+kickboy;"Kick Boy";256x224@60;H
+kicker;"Kicker";256x224@60;V
+kickoff;"Kick Off (Japan) - Super Kick Off (Euro) - Super Kick Off (Euro, Bra) - Super Kick Off (Euro, SMS Mode)";256x224@60;H
+kickridr;"Kick Rider";240x192@60;H
+kidniki;"Kid Niki - Radical Ninja (World)";384x256@60;H
+kidnikiu;"Kid Niki - Radical Ninja (US)";384x256@60;H
+kikcubic;"Meikyu Jima (Japan)";384x256@55;H
+kikcubicb;"Kickle Cubele";384x256@55;H
+killbld;"The Killing Blade (V109, China)";448x224@60;H
+killbld104;"The Killing Blade (V104)";448x224@60;H
+killbldp;"The Killing Blade Plus (V300)";448x224@60;H
+kingball;"King & Balloon (Jpn) - King & Balloon (US) - King and Balloon (Kor)";256x224@60;V
+kingballj;"King & Balloon (Japan)";256x224@60;V
+kingdmgp;"Kingdom Grandprix (World)";320x240@60;V
+kirameki;"Kirameki Star Road (Ver 2.10J 1997/08/29)";320x224@60;H
+kittenk;"Kitten Kaboodle";256x224@60;H
+kizuna;"Kizuna Encounter - Super Tag Battle / Fu'un Super Tag";304x224@59;H
+kncljoe;"Knuckle Joe (set 1)";256x240@60;V
+kncljoea;"Knuckle Joe (set 2)";256x240@60;V
+knights;"Knights of the Round (911127 etc)";384x224@60;H
+knightsb;"Knights of the Round (bootleg set 1 (with YM2151 + 2xM";384x224@60;H
+knightsb2;"Knights of the Round (bootleg set 2, 911127 etc)";384x224@60;H
+knightsb3;"Knights of the Round (bootleg set 3, 911127 Japan)";384x224@60;H
+knightsb4;"Knights of the Round (bootleg set 4 (with YM2151 + 2xM";384x224@60;H
+knightsh;"Knights of the Round (hack set 1)";384x224@60;H
+knightsh2;"Knights of the Round (hack set 2, 911127 etc)";384x224@60;H
+knightsj;"Knights of the Round (911127 Japan, B-Board 91634B-2)";384x224@60;H
+knightsja;"Knights of the Round (911127 Japan, B-Board 89625B-1)";384x224@60;H
+knightsu;"Knights of the Round (911127 USA)";384x224@60;H
+knockout;"Knock Out!!";256x224@60;V
+kod;"Don Doko Don (World) - The King of Dragons (910805 etc)";384x224@60;H
+kodb;"The King of Dragons (bootleg, 910731 etc)";384x224@60;H
+kodda;"The King of Dragons (Phoenix bootleg, 910731 etc)";384x224@60;H
+kodh;"The King of Dragons (hack)";384x224@60;H
+kodj;"Don Doko Don (Japan) - The King of Dragons (Japan 910805, B-Board 90629B-3)";384x224@60;H
+kodja;"The King of Dragons (Japan 910805, B-Board 89625B-1)";384x224@60;H
+kodr1;"The King of Dragons (910711 etc)";384x224@60;H
+kodu;"Don Doko Don (US) - The King of Dragons (US 910910)";384x224@60;H
+kof10th;"The King of Fighters 10th Anniversary (bootleg)";304x224@59;H
+kof2000;"The King of Fighters 2000 (NGM-2570) (NGH-2570)";304x224@59;H
+kof2000n;"The King of Fighters 2000 (not encrypted)";304x224@59;H
+kof2000ps2;"The King of Fighters 2000 (Playstation 2 ver. , EGHT h";304x224@59;H
+kof2001;"The King of Fighters 2001 (NGM-262?)";304x224@59;H
+kof2001h;"The King of Fighters 2001 (NGH-2621)";304x224@59;H
+kof2002;"The King of Fighters 2002 (NGM-2650)(NGH-2650)";304x224@59;H
+kof2002b;"The King of Fighters 2002 (bootleg)";304x224@59;H
+kof2003;"The King of Fighters 2003 (NGM-2710)";304x224@59;H
+kof2003h;"The King of Fighters 2003 (NGH-2710)";304x224@59;H
+kof2k4se;"The King of Fighters Special Edition 2004 (bootleg)";304x224@59;H
+kof94;"The King of Fighters '94 (NGM-055)(NGH-055)";304x224@59;H
+kof95;"The King of Fighters '95 (NGM-084)";304x224@59;H
+kof95a;"The King of Fighters '95 (NGH-084, alternate board)";304x224@59;H
+kof95h;"The King of Fighters '95 (NGH-084)";304x224@59;H
+kof95sp;"The King of Fighters '95 (Special 2017, hack)";304x224@59;H
+kof96;"The King of Fighters '96 (NGM-214)";304x224@59;H
+kof96a;"The King of Fighters '96 (NGM-214, alternate board)";304x224@59;H
+kof96ae;"The King of Fighters '96 (Anniversary Edition, EGHT ha";304x224@59;H
+kof96ae20;"The King of Fighters '96 (Anniversary Edition 2.0.0430";304x224@59;H
+kof96cn;"The King of Fighters '96 (Chinese Edition ver 1.0, hac";304x224@59;H
+kof96ep;"The King of Fighters '96 (bootleg / hack)";304x224@59;H
+kof96h;"The King of Fighters '96 (NGH-214)";304x224@59;H
+kof97;"The King of Fighters '97 (NGM-2320)";304x224@59;H
+kof97cn;"The King of Fighters '97 (10th Anniversary Chinese Edi";304x224@59;H
+kof97h;"The King of Fighters '97 (NGH-2320)";304x224@59;H
+kof97k;"The King of Fighters '97 (Korean release)";304x224@59;H
+kof97oro;"The King of Fighters '97 oroshi plus 2003";304x224@59;H
+kof97pla;"The King of Fighters '97 Plus 2003 (bootleg / hack)";304x224@59;H
+kof97pls;"The King of Fighters '97 Plus (bootleg)";304x224@59;H
+kof97xt;"The King of Fighters '97 - Final Battle (hack)";304x224@59;H
+kof98;"K.O.F 98' - The King of Fighters '98 - The Slugfest / King of Figh";304x224@59;H
+kof98a;"K.O.F 98' (Unprotected?) - The King of Fighters '98 - The Slugfest / King of Figh";304x224@59;H
+kof98ae;"The King of Fighters '98 (Anniversary Edition, EGHT ha";304x224@59;H
+kof98ae2016;"The King of Fighters '98 (Anniversary Edition build 1.";304x224@59;H
+kof98cb;"The King of Fighters '98 (Combo, hack)";304x224@59;H
+kof98h;"The King of Fighters '98 - The Slugfest / King of Figh";304x224@59;H
+kof98k;"The King of Fighters '98 - The Slugfest / King of Figh";304x224@59;H
+kof98ka;"The King of Fighters '98 - The Slugfest / King of Figh";304x224@59;H
+kof99;"The King of Fighters '99 - The King of Fighters '99 - Millennium Battle (NGM-2510";304x224@59;H
+kof99ae;"The King of Fighters '99 (15th Anniversary Edition)";304x224@59;H
+kof99e;"The King of Fighters '99 - Millennium Battle (earlier)";304x224@59;H
+kof99h;"The King of Fighters '99 - Millennium Battle (NGH-2510";304x224@59;H
+kof99k;"The King of Fighters '99 - Millennium Battle (Korean r";304x224@59;H
+kof99ka;"The King of Fighters '99 - Millennium Battle (Korean r";304x224@59;H
+kof99p;"The King of Fighters '99 - Millennium Battle (prototyp";304x224@59;H
+kog;"King of Gladiator (The King of Fighters '97 bootleg)";304x224@59;H
+kogplus;"King of Gladiator Plus (The King of Fighters '97 bootl";304x224@59;H
+koikois2;"Koi Koi Shimasho 2 - Super Real Hanafuda (Japan)";336x240@60;H
+konami88;"Konami '88";304x224@60;H
+konamigt;"Konami GT";256x224@60;H
+kong;"Crazy Kong - Donkey Kong - Donkey Kong (US set 1) - Kong (Donkey Kong conversion on Galaxian hardware) - Wu Kong Wai Zhuan (Chi)";256x224@60;V
+kontest;"Konami Test Board (GX800, Japan)";256x224@60;H
+korokoro;"Koro Koro Quest (Japan)";320x240@58;H
+korosuke;"Korosuke Roller";288x224@60;V
+koshien;"Ah Eikou no Koshien (Japan) - Nessen Koushien (Jpn)";320x224@60;H
+kotm;"King of the Monsters (Euro) - King of the Monsters (set 1)";304x224@59;H
+kotm2;"King of the Monsters 2 (USA) - King of the Monsters 2 - The Next Thing (NGM-039)(NGH-";304x224@59;H
+kotm2a;"King of the Monsters 2 - The Next Thing (older)";304x224@59;H
+kotm2p;"King of the Monsters 2 - The Next Thing (prototype)";304x224@59;H
+kotmh;"King of the Monsters (set 2)";304x224@59;H
+kov;"Knights of Valour - Sangoku Senki (V117) - Ponpoko (Venture Line)";448x224@60;H
+kov111;"Knights of Valour - Sangoku Senki (V111, Japan)";448x224@60;H
+kov114;"Knights of Valour - Sangoku Senki (V114, Hong Kong)";448x224@60;H
+kov115;"Knights of Valour - Sangoku Senki (V115)";448x224@60;H
+kov2;"Knights of Valour 2 (V107, 102, 100, Hong Kong)";448x224@60;H
+kov2100;"Knights of Valour 2 (V100, 100, 100, Hong Kong)";448x224@60;H
+kov2101;"Knights of Valour 2 (V101, 101, 100, Hong Kong)";448x224@60;H
+kov2102;"Knights of Valour 2 (V102, 101, 100, Hong Kong)";448x224@60;H
+kov2103;"Knights of Valour 2 (V103, 101, 100, Hong Kong)";448x224@60;H
+kov2106;"Knights of Valour 2 (V106, 102, 100 Hong Kong)";448x224@60;H
+kov2p;"Knights of Valour 2 Plus - Nine Dragons (VM205XX, Chin";448x224@60;H
+kov2p202;"Knights of Valour 2 Plus - Nine Dragons (VM202XX)";448x224@60;H
+kov2p204;"Knights of Valour 2 Plus - Nine Dragons (VM204XX)";448x224@60;H
+kovplus;"Knights of Valour Plus - Sangoku Senki Plus (V119)";448x224@60;H
+kovplusa;"Knights of Valour Plus - Sangoku Senki Plus (V119 alt)";448x224@60;H
+kovqhsgs;"Knights of Valour: Quan Huang San Guo Special / Sangok";448x224@60;H
+kovqhsgsa;"Knights of Valour: Quan Huang San Guo Special / Sangok";448x224@60;H
+kovsgqyz;"Knights of Valour: SanGuo QunYingZhuan / Sangoku Senki";448x224@60;H
+kovsgqyza;"Knights of Valour: SanGuo QunYingZhuan / Sangoku Senki";448x224@60;H
+kovsgqyzb;"Knights of Valour: SanGuo QunYingZhuan / Sangoku Senki";448x224@60;H
+kovsgqyzc;"Knights of Valour: SanGuo QunYingZhuan / Sangoku Senki";448x224@60;H
+kovsh;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovsh100;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovsh101;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovsh102;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovsh103;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovshb;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovshp;"Knights of Valour Super Heroes Plus / Sangoku Senki Su";448x224@60;H
+kovshpa;"Knights of Valour Super Heroes Plus / Sangoku Senki Su";448x224@60;H
+kovshxas;"Knights of Valour: Ao Shi San Guo / Sangoku Senki: Ao";448x224@60;H
+kovytzy;"Knights of Valour: Yi Tong Zhong Yuan / Sangoku Senki:";448x224@60;H
+kozure;"Kozure Ookami (Japan)";320x240@60;H
+krzybowl;"Krazy Bowl";320x232@60;V
+ksayakyu;"Kusayakyuu";256x224@60;H
+ktiger;"Black Tiger - Kyukyoku Tiger (Japan) - Kyuukyoku Tiger - Kyuukyoku Tiger (Jpn)";320x240@55;V
+ktiger2;"Kyukyoku Tiger II (Ver 2.1J 1995/11/30)";320x232@60;V
+kuhga;"Kuhga - Operation Code 'Vapor Trail' (Japan revision 3";256x240@58;V
+kungfub;"Kung-Fu Master (bootleg set 1)";256x256@60;H
+kungfub2;"Kung-Fu Master (bootleg set 2)";256x256@60;H
+kungfub3;"Kung-Fu Master (bootleg set 3)";256x256@60;H
+kungfum;"Kung Fu Master (Jpn) - Kung-Fu Master";256x256@60;H
+kungfumd;"Kung-Fu Master (Data East)";256x256@60;H
+kungfut;"Kung-Fu Taikun - Kung-Fu Taikun (Jpn)";256x224@60;H
+kungfuta;"Kung-Fu Taikun (alt) - Kung-Fu Taikun (Jpn, Alt)";256x224@60;H
+kuniokun;"Nekketsu Kouha Kunio-kun (Japan)";240x240@60;H
+kuniokunb;"Nekketsu Kouha Kunio-kun (Japan bootleg)";240x240@60;H
+kurikint;"Kuri Kinton (World)";320x224@60;H
+kurikinta;"Kuri Kinton (World, prototype?)";320x224@60;H
+kurikintj;"Kuri Kinton (Japan)";320x224@60;H
+kurikintu;"Kuri Kinton (US)";320x224@60;H
+kyros;"Kyros";256x224@60;V
+kyrosj;"Kyros No Yakata (Japan)";256x224@60;V
+kyukaidk;"Kyuukai Douchuuki (Japan, new version (Rev B)) - Kyuukai Douchuuki (Jpn)";288x224@60;H
+kyukaidko;"Kyuukai Douchuuki (Japan, old version)";288x224@60;H
+kyustrkr;"Last Striker / Kyuukyoku no Striker";384x240@60;H
+labyrunr;"Labyrinth Runner (Japan)";280x224@60;V
+labyrunrk;"Labyrinth Runner (World Ver. K)";280x224@60;V
+ladybug;"Lady Bug - Lady Bug";240x196@60;V
+ladybugb;"Lady Bug (bootleg set 1)";240x196@60;V
+ladybugb2;"Coccinelle (bootleg of Lady Bug, set 2)";240x196@60;V
+ladybugg;"Lady Bug (bootleg on Galaxian hardware)";256x224@60;V
+ladykill;"Lady Killer";320x240@60;V
+ladymstr;"Lady Master of Kung Fu";256x224@60;V
+lagirl;"LA Girl";320x224@60;V
+landmakr;"Land Maker (Ver 2.01J 1998/06/01)";320x232@60;H
+landmakrp;"Land Maker (Ver 2.02O 1998/06/02) (Prototype)";320x232@60;H
+lans2004;"Lansquenet 2004 (Shock Troopers - 2nd Squad bootleg)";304x224@59;H
+lasso;"Lasso";256x224@60;V
+lastblad;"The Last Blade / Bakumatsu Roman - Gekka no Kenshi (NG";320x224@59;H
+lastblada;"The Last Blade / Bakumatsu Roman - Gekka no Kenshi (NG";320x224@59;H
+lastbladh;"The Last Blade / Bakumatsu Roman - Gekka no Kenshi (NG";320x224@59;H
+lastbladsp;"The Last Soldier (Special 2017, hack)";320x224@59;H
+lastbld2;"The Last Blade 2 / Bakumatsu Roman - Dai Ni Maku Gekka";320x224@59;H
+lastbld2eh;"The Last Blade 2 / Bakumatsu Roman - Dai Ni Maku Gekka";320x224@59;H
+lastday;"The Last Day (set 1)";384x240@60;V
+lastdaya;"The Last Day (set 2)";384x240@60;V
+lastduel;"Last Duel (US New Ver.)";384x240@60;V
+lastduelb;"Last Duel (bootleg)";384x240@60;V
+lastduelj;"Last Duel (Japan)";384x240@60;V
+lastduelo;"Last Duel (US Old Ver.)";384x240@60;V
+lastfort;"Last Fortress - Toride";360x224@60;H
+lastforte;"Last Fortress - Toride (Erotic, Rev C)";360x224@60;H
+lastfortea;"Last Fortress - Toride (Erotic, Rev A)";360x224@60;H
+lastfortg;"Last Fortress - Toride (German)";360x224@60;H
+lastfortk;"Last Fortress - Toride (Korea)";360x224@60;H
+lasthope;"Last Hope (bootleg AES to MVS conversion, no coin supp";304x224@59;H
+lastmisn;"Last Mission (US revision 6)";256x240@58;V
+lastmisnj;"Last Mission (Japan)";256x240@58;V
+lastmisno;"Last Mission (US revision 5)";256x240@58;V
+lastsold;"The Last Soldier (Korean release of The Last Blade)";320x224@59;H
+lastsurv;"Last Survivor (FD1094 317-0083)";320x224@60;H
+lastsurvd;"Last Survivor (FD1094 317-0083 decrypted)";320x224@60;H
+lbowling;"League Bowling (NGM-019)(NGH-019)";304x224@59;H
+ldrun;"Lode Runner (Euro, Jpn) - Lode Runner (Jpn) - Lode Runner (set 1) - Lode Runner - Lost Labyrinth";384x256@60;H
+ldrun2;"Lode Runner II (Jpn) - Lode Runner II - The Bungeling Strikes Back";384x256@60;H
+ldrun3;"Lode Runner III - The Golden Labyrinth";384x256@60;H
+ldrun3j;"Lode Runner III - Majin No Fukkatsu";384x256@60;H
+ldrun4;"Lode Runner IV - Teikoku Karano Dasshutsu";384x256@60;H
+ldruna;"Lode Runner (Jpn, Alt) - Lode Runner (set 2)";384x256@60;H
+leaguemn;"Yakyuu Kakutou League-Man (Japan)";320x240@60;H
+leds2011;"Led Storm Rally 2011 (World)";384x240@60;V
+leds2011u;"Led Storm Rally 2011 (US)";384x240@60;V
+ledstorm;"Led Storm (US)";384x240@60;V
+legend;"Legend - Oriental Legend - Xi Yo Gi Shi Re Zuang (V126)";288x224@60;H
+legendos;"Legend of Success Joe / Ashitano Joe Densetsu";304x224@59;H
+legion;"Legion - Spinner-87 (World ver 2.03)";288x224@60;V
+legionj;"Chouji Meikyuu Legion (Japan ver 1.05)";288x224@60;V
+legionjb;"Chouji Meikyuu Legion (Japan ver 1.05, bootleg)";288x224@60;V
+legofair;"Koukuu Kihei Monogatari - The Legend of Air Cavalry (J";400x224@60;V
+lemmings;"Lemmings (Euro) - Lemmings (Euro, Bra, Kor) - Lemmings (US prototype) - Lemmings (World)";320x224@60;H
+lethalen;"Lethal Enforcers (Euro) - Lethal Enforcers (ver UAE, 11/19/92 15:04)";288x224@60;H
+lethaleneaa;"Lethal Enforcers (ver EAA, 09/09/92 09:44)";288x224@60;H
+lethaleneab;"Lethal Enforcers (ver EAB, 10/14/92 19:53)";288x224@60;H
+lethaleneae;"Lethal Enforcers (ver EAE, 11/19/92 16:24)";288x224@60;H
+lethalenua;"Lethal Enforcers (ver UAA, 08/17/92 21:38)";288x224@60;H
+lethalenub;"Lethal Enforcers (ver UAB, 09/01/92 11:12)";288x224@60;H
+lethalenux;"Lethal Enforcers (ver unknown, US, 08/06/92 15:11, hac";288x224@60;H
+lethalth;"Lethal Thunder (World)";320x240@60;V
+levers;"Levers";256x224@60;V
+lghost;"Laser Ghost (Euro) - Laser Ghost (set 2, World, 317-0166)";320x224@60;H
+lghostd;"Laser Ghost (set 2, World, 317-0166 decrypted)";320x224@60;H
+lghostu;"Laser Ghost (set 1, US, 317-0165)";320x224@60;H
+lghostud;"Laser Ghost (set 1, US, 317-0165 decrypted)";320x224@60;H
+lgtnfght;"Lightning Fighters (World)";288x224@60;V
+lgtnfghta;"Lightning Fighters (Asia)";288x224@60;V
+lgtnfghtu;"Lightning Fighters (US)";288x224@60;V
+lhcdb;"Last Hope CD Beta (Neo CD conversion)";304x224@59;H
+liblrabl;"Libble Rabble";288x224@60;H
+lifefrce;"Lifeforce (US)";256x224@60;H
+lifefrcej;"Lifeforce (Japan)";256x224@60;H
+lightbr;"Light Bringer (Ver 2.2O 1994/04/08)";320x224@60;H
+lightbrj;"Light Bringer (Ver 2.1J 1994/02/18)";320x224@60;H
+liquidk;"Liquid Kids (World)";320x224@60;H
+liquidku;"Liquid Kids (US)";320x224@60;H
+lithero;"Little Hero";384x256@60;H
+livequiz;"Live Quiz Show";320x224@60;H
+lizwiz;"Lizard Wizard";288x224@60;V
+lkage;"The Legend of Kage";240x224@60;H
+lkageb;"The Legend of Kage (bootleg set 1)";240x224@60;H
+lkageb2;"The Legend of Kage (bootleg set 2)";240x224@60;H
+lkageb3;"The Legend of Kage (bootleg set 3)";240x224@60;H
+lkageo;"The Legend of Kage (older)";240x224@60;H
+lkageoo;"The Legend of Kage (oldest)";240x224@60;H
+lnc;"College Football's National Championship (USA) - Lock'n'Chase";242x240@60;V
+lockonph;"Lock On (Philko)";320x224@60;H
+locoboot;"Loco-Motion (bootleg)";256x224@60;V
+locomotn;"Loco-Motion";256x224@60;V
+loderndf;"Lode Runner - The Dig Fight (ver. B)";240x640@60;V
+loderndfa;"Lode Runner - The Dig Fight (ver. A)";240x640@60;V
+loffire;"Line of Fire (Euro, Bra, Kor) - Line of Fire / Bakudan Yarou (World, FD1094 317-0136)";320x224@60;H
+loffired;"Line of Fire / Bakudan Yarou (World, FD1094 317-0136 d";320x224@60;H
+loffirej;"Line of Fire / Bakudan Yarou (Japan, FD1094 317-0134)";320x224@60;H
+loffirejd;"Line of Fire / Bakudan Yarou (Japan, FD1094 317-0134 d";320x224@60;H
+loffireu;"Line of Fire / Bakudan Yarou (US, FD1094 317-0135)";320x224@60;H
+loffireud;"Line of Fire / Bakudan Yarou (US, FD1094 317-0135 decr";320x224@60;H
+logicpr2;"Logic Pro 2 (Japan)";320x224@60;H
+logicpro;"Logic Pro (Japan)";320x224@60;H
+loht;"Legend of Hero Tonma - Legend of Hero Tonma - Legend of Hero Tonma";384x256@55;H
+lohtb;"Legend of Hero Tonma (bootleg, set 1)";384x256@55;H
+lohtb2;"Legend of Hero Tonma (bootleg, set 2)";384x256@55;H
+lohtj;"Legend of Hero Tonma (Japan)";384x256@55;H
+lomakai;"Legend of Makai (World)";256x224@60;H
+looper;"Looper";256x224@60;H
+lordgun;"Lord of Gun (USA)";448x224@60;H
+lordofk;"The Lord of King (Japan)";256x224@60;H
+losttomb;"Lost Tomb (Easy)";256x224@60;V
+losttombh;"Lost Tomb (Hard)";256x224@60;V
+lostwrld;"Lost Worlds (Japan) - The Lost World - Jurassic Park (Euro, USA) - The Lost World - Jurassic Park (USA)";384x224@60;H
+lostwrldo;"Lost Worlds (Japan Old ver.)";384x224@60;H
+lotlot;"Lot Lot - Lot Lot (Jpn)";384x256@60;H
+loverboy;"Lover Boy";240x224@60;V
+lresort;"Last Resort";304x224@59;H
+lresortp;"Last Resort (prototype)";304x224@59;H
+ltorb1;"Jonas Indiana and the Lost Temple of RA (20050717)";304x224@59;H
+ltswords;"Lightning Swords";384x256@55;H
+luckywld;"Lucky & Wild";288x224@60;H
+luckywldj;"Lucky & Wild (Japan)";288x224@60;H
+luctoday;"Lucky Today";256x224@60;V
+lvgirl94;"Las Vegas Girl (Girl '94)";368x224@60;H
+lwings;"Legendary Wings (US set 1)";256x240@60;V
+lwings2;"Legendary Wings (US set 2)";256x240@60;V
+lwingsb;"Legendary Wings (bootleg)";256x240@60;V
+lwingsj;"Ares no Tsubasa (Japan)";256x240@60;V
+m660;"Mission 660 (US)";256x224@60;V
+m660b;"Mission 660 (bootleg)";256x224@60;V
+m660j;"Mission 660 (Japan)";256x224@60;V
+mach9;"Mach-9 (bootleg of Vulgus)";256x224@60;V
+macross;"Choujikuu Yousai Macross (Jpn) - Super Spacefortress Macross / Chou-Jikuu Yousai Macros";256x224@56;V
+macross2;"Super Spacefortress Macross II / Chou-Jikuu Yousai Mac";384x224@56;H
+macross2g;"Super Spacefortress Macross II / Chou-Jikuu Yousai Mac";384x224@56;H
+macross2k;"Macross II (Korea)";384x224@56;H
+macrossp;"Macross Plus";384x240@60;V
+madcrash;"Mad Crasher";288x216@60;H
+madcrush;"Mad Crusher (Japan)";288x216@60;H
+madgear;"Mad Gear (US)";384x240@60;V
+madgearj;"Mad Gear (Japan)";384x240@60;V
+madshark;"Mad Shark";384x224@60;V
+magdrop;"Magical Drop (Japan, Version 1.1, 1995.06.21)";320x240@58;H
+magdrop2;"Magical Drop II";304x224@59;H
+magdrop3;"Magical Drop III";304x224@59;H
+magdropp;"Magical Drop Plus 1 (Japan, Version 2.1, 1995.09.12)";320x240@58;H
+magicbub;"Magic Bubble";320x224@60;H
+magicbuba;"Magic Bubble (Adult version, YS-1302 PCB)";320x224@60;H
+magicbubb;"Magic Bubble (Adult version, YS-0211 PCB)";320x224@60;H
+magix;"Magix / Rock";384x240@60;H
+magixb;"Magix / Rock (no copyright message)";384x240@60;H
+maglord;"Magician Lord (NGM-005)";320x224@59;H
+maglordh;"Magician Lord (NGH-005)";320x224@59;H
+mahoudai;"Mahou Daisakusen (Japan)";320x240@60;V
+mahretsu;"Mahjong Kyo Retsuden (NGM-004)(NGH-004)";304x224@59;H
+mainevt;"The Main Event (4 Players ver. Y)";288x224@60;H
+mainevt2p;"The Main Event (2 Players ver. X)";288x224@60;H
+mainevto;"The Main Event (4 Players ver. F)";288x224@60;H
+mainsnk;"Main Event (1984)";288x216@60;H
+majest12j;"Majestic Twelve - The Space Invaders Part IV (Japan)";320x224@60;V
+majest12u;"Majestic Twelve - The Space Invaders Part IV (US)";320x224@60;V
+majtitl2;"Major Title 2 (World)";320x240@60;H
+majtitl2a;"Major Title 2 (World, set 1, alt sound CPU)";320x240@60;H
+majtitl2b;"Major Title 2 (World, set 2)";320x240@60;H
+majtitl2j;"Major Title 2 (Japan)";320x240@60;H
+majtitle;"Major Title (World)";384x256@55;H
+majtitlej;"Major Title (Japan)";384x256@55;H
+majuu;"Majuu no Ohkoku";320x224@60;H
+makaiden;"Makai Densetsu (Japan)";256x224@60;H
+makaimur;"Makai-Mura (Japan)";256x224@60;H
+makaimurc;"Makai-Mura (Japan revision C)";256x224@60;H
+makaimurg;"Makai-Mura (Japan revision G)";256x224@60;H
+maketrax;"Make Trax (set 1)";288x224@60;V
+maketrxb;"Make Trax (set 2)";288x224@60;V
+mangchi;"Mang-Chi";256x224@56;H
+manhatan;"Manhattan 24 Bunsyo (Japan)";240x224@60;H
+maniacsp;"Maniac Square (prototype)";320x240@60;H
+maniacsq;"Maniac Square (unprotected)";320x240@60;H
+manybloc;"Many Block";256x240@56;V
+mappy;"Hopping Mappy - Mappy (Jpn) - Mappy (Jpn) - Mappy (US)";288x224@60;V
+mappyj;"Mappy (Japan)";288x224@60;V
+marble;"Marble Madness";336x240@60;H
+marineb;"Marine Boy";256x224@60;H
+mariner;"Mariner";256x224@60;V
+mario;"Mario Bros. (US, Revision F)";256x224@60;H
+marioe;"Mario Bros. (US, Revision E)";256x224@60;H
+marioj;"Mario Bros. (Japan)";256x224@60;H
+marioo;"Mario Bros. (US, Unknown Rev)";256x224@60;H
+markham;"Markham";240x224@60;H
+mars;"Escape from Mars Starring Taz (Euro) - Mars - Taz in Escape from Mars (Bra) - Taz in Escape from Mars (Euro, USA)";256x224@60;V
+martmast;"Martial Masters (V104, 102, 102, USA)";448x224@60;H
+martmastc;"Martial Masters (V104, 102, 101, China)";448x224@60;H
+martmastc102;"Martial Masters (V102, 101, 101, China)";448x224@60;H
+martmastc103;"Martial Masters (V103, 102, 101, China)";448x224@60;H
+marukin;"Super Marukin-Ban (Japan 901017)";384x240@60;H
+marukodq;"Chibi Marukochan Deluxe Quiz";304x224@59;H
+marvins;"Marvin's Maze";288x216@60;V
+marvland;"Marvel Land (US) - Marvel Land (USA)";288x224@60;H
+marvlandj;"Marvel Land (Japan) - Marvel Land (Jpn)";288x224@60;H
+masao;"Masao";256x224@60;H
+masterw;"Master of Weapon (World)";320x224@60;V
+masterwj;"Master of Weapon (Japan)";320x224@60;V
+masterwu;"Master of Weapon (US)";320x224@60;V
+mastkin;"The Masters of Kin";256x224@60;H
+matchit2;"Match It II";384x240@60;H
+matrim;"Matrimelee / Shin Gouketsuji Ichizoku Toukon (NGM-2660";320x224@59;H
+matrimbl;"Matrimelee / Shin Gouketsuji Ichizoku Toukon (bootleg)";320x224@59;H
+mazinger;"Mazinger Z (World, ver. 94/06/27)";384x240@58;V
+mazingerj;"Mazinger Z (Japan, ver. 94/06/27)";384x240@58;V
+mbomberj;"Muscle Bomber - the body explosion (930713 Japan)";384x224@60;H
+mbombrd;"Muscle Bomber Duo - ultimate team battle (931206 etc)";384x224@60;H
+mbombrdj;"Muscle Bomber Duo - heat up warriors (931206 Japan)";384x224@60;H
+mbrush;"Magic Brush";288x224@60;V
+mcatadv;"Magical Cat Adventure";320x224@60;H
+mcatadvj;"Magical Cat Adventure (Japan)";320x224@60;H
+mchampdx;"Multi Champ Deluxe (ver. 0106, 06/01/2000)";320x240@60;H
+mchampdxa;"Multi Champ Deluxe (ver. 1126, 26/11/1999)";320x240@60;H
+mechatt;"Mechanized Attack (World)";256x224@60;H
+mechattj;"Mechanized Attack (Japan)";256x224@60;H
+mechattu;"Mechanized Attack (US)";256x224@60;H
+mechattu1;"Mechanized Attack (US, Version 1, Single Player)";256x224@60;H
+megablst;"Mega Blast (World)";320x224@60;H
+megablstj;"Mega Blast (Japan)";320x224@60;H
+megablstu;"Mega Blast (US)";320x224@60;H
+megadon;"Megadon";272x236@60;V
+megaman;"Mega Man (Euro, USA) - Mega Man - the power battle (951006 USA) - Mega Man - The Wily Wars (Euro)";384x224@60;H
+megaman2;"Mega Man 2 - the power fighters (960708 USA)";384x224@60;H
+megaman2a;"Mega Man 2 - the power fighters (960708 Asia)";384x224@60;H
+megaman2h;"Mega Man 2 - the power fighters (960712 Hispanic)";384x224@60;H
+megamana;"Mega Man - the power battle (951006 Asia)";384x224@60;H
+megamn2d;"Mega Man 2 - the power fighters (960708 USA Phoenix Ed";384x224@60;H
+megazone;"Mega Zone (Konami set 1)";288x224@60;V
+megazonea;"Mega Zone (Konami set 2)";288x224@60;V
+megazoneb;"Mega Zone (Kosuka set 1)";288x224@60;V
+megazonec;"Mega Zone (Kosuka set 2)";288x224@60;V
+megazonei;"Mega Zone (Interlogic)";288x224@60;V
+meijinsn;"Meijinsen";232x224@60;H
+meikyuh;"Meikyuu Hunter G (Japan, set 1)";256x240@58;H
+meikyuha;"Meikyuu Hunter G (Japan, set 2)";256x240@58;H
+meosism;"Meosis Magic (Japan)";338x236@60;H
+mercenario;"Mercenario (Commando bootleg)";256x224@60;V
+mercs;"Mercs (900302 etc) - Mercs (Euro, Bra) - Mercs (Euro, USA) ~ Senjou no Ookami II (Jpn)";384x224@60;V
+mercsj;"Senjo no Ookami II (Ookami 2 900302 Japan)";384x224@60;V
+mercsu;"Mercs (900608 USA)";384x224@60;V
+mercsur1;"Mercs (900302 USA)";384x224@60;V
+merlinmm;"Merlins Money Maze";256x224@60;V
+metafox;"Meta Fox";384x224@60;V
+metalb;"Metal Black (World)";320x224@60;H
+metalbj;"Metal Black (Japan)";320x224@60;H
+metamrph;"Metamorphic Force (ver EAA)";288x224@60;H
+metamrpha;"Metamorphic Force (ver AAA)";288x224@60;H
+metamrphe;"Metamorphic Force (ver EAA - alternate)";288x224@60;H
+metamrphj;"Metamorphic Force (ver JAA)";288x224@60;H
+metamrphu;"Metamorphic Force (ver UAA)";288x224@60;H
+metlfrzr;"Metal Freezer";256x224@60;V
+metlhawk;"Metal Hawk (Rev C)";288x224@60;V
+metlhawkj;"Metal Hawk (Japan, Rev F)";288x224@60;V
+metlsavr;"Metal Saver";320x240@60;H
+metmqstr;"Metamoqester (International)";384x240@58;H
+metrocrs;"Metro-Cross (set 1)";288x224@60;H
+metrocrsa;"Metro-Cross (set 2)";288x224@60;H
+mgakuen;"Mahjong Gakuen";384x240@60;H
+mgakuen2;"Mahjong Gakuen 2 Gakuen-chou no Fukushuu";384x240@60;H
+mgcrystl;"Magical Crystals (World, 92/01/10)";256x224@60;H
+mgcrystlj;"Magical Crystals (Japan, 92/01/13)";256x224@60;H
+mgcrystlo;"Magical Crystals (World, 91/12/10)";256x224@60;H
+mia;"M.I.A. - Missing in Action (version T)";304x224@60;H
+mia2;"M.I.A. - Missing in Action (version S)";304x224@60;H
+miaj;"M.I.A. - Missing in Action (version R) (Japan)";320x224@60;H
+midres;"Midnight Resistance (USA) - Midnight Resistance (World)";256x240@57;H
+midresj;"Midnight Resistance (Japan) - Midnight Resistance (Jpn)";256x240@57;H
+midresu;"Midnight Resistance (US)";256x240@57;H
+miexchng;"Money Puzzle Exchanger / Money Idol Exchanger";304x224@59;H
+mikie;"Mikie - Mikie. Shinnyuushain Tooru-Kun.";256x224@60;V
+mikiehs;"Mikie (High School Graffiti)";256x224@60;V
+mikiej;"Shinnyuushain Tooru-kun";256x224@60;V
+milliped;"Millipede";256x240@60;V
+mimonkey;"Mighty Monkey";256x224@60;V
+mimonsco;"Mighty Monkey (bootleg on Super Cobra hardware)";256x224@60;V
+mimonscr;"Mighty Monkey (bootleg on Scramble hardware)";256x224@60;V
+mimonscra;"Mighty Monkey (Kaina Games, bootleg on Scramble hardwa";256x224@60;V
+minasan;"Minasanno Okagesamadesu! Daisugorokutaikai (MOM-001)(M";304x224@59;H
+minefld;"Minefield";256x224@60;V
+minivadr;"Minivader";256x224@60;H
+mirax;"Mirax (set 1)";256x240@60;V
+miraxa;"Mirax (set 2)";256x240@60;V
+mirninja;"Mirai Ninja (Japan)";288x224@60;H
+missmw96;"Miss Mister World '96 (Nude)";256x224@60;H
+missw02;"Miss World 2002";256x224@60;H
+missw96;"Miss World '96 (Nude) (set1)";256x224@60;H
+missw96a;"Miss World '96 (Nude) (set 2)";256x224@60;H
+missw96b;"Miss World '96 (Nude) (set 3)";256x224@60;H
+missw96c;"Miss World '96 (Nude) (set 4)";256x224@60;H
+mizubaku;"Mizubaku Dai Bouken - Mizubaku Daibouken (Japan)";320x224@60;H
+mj4simai;"Wakakusamonogatari Mahjong Yonshimai (Japan)";384x240@60;H
+mjgtaste;"Mahjong G-Taste";320x224@60;H
+mjleague;"Major League";320x224@60;V
+mjnquest;"Mahjong Quest (Japan)";320x224@60;H
+mjnquestb;"Mahjong Quest (No Nudity)";320x224@60;H
+mk;"Mortal Kombat";400x254@54.7;H
+mkr4;"Mortal Kombat r4";400x254@54.7;H
+mktturbo;"Mortal Kombat turbo";400x254@54.7;H
+mk2;"Mortal Kombat II";400x254@54.7;H
+mltiwars;"Multi Wars (bootleg of UniWar S)";256x224@60;V
+mmancp2u;"Mega Man - The Power Battle (951006 USA, SAMPLE Versio";384x224@60;H
+mmancp2ur1;"Mega Man - The Power Battle (950926 USA, SAMPLE Versio";384x224@60;H
+mmatrix;"Mars Matrix (000412 USA)";384x224@60;H
+mmatrixd;"Mars Matrix (000412 USA Phoenix Edition)";384x224@60;H
+mmatrixj;"Mars Matrix (000412 Japan)";384x224@60;H
+mmaulers;"Monster Maulers (ver EAA)";288x224@60;H
+mmaze;"Marchen Maze (Japan)";288x224@60;H
+mmaze2;"Marchen Maze (Japan, hack?)";288x224@60;H
+mmonkey;"Minky Monkey";242x240@60;V
+mnchmobl;"Munch Mobile (US)";320x240@60;V
+mnight;"Mutant Night";256x192@60;H
+mnightj;"Mutant Night (Japan)";256x192@60;H
+moegonta;"Moeyo Gonta!! (Japan)";320x240@60;V
+mofflott;"Maze of Flott (Japan)";320x240@60;V
+moguchan;"Mogu Chan (bootleg?)";256x224@60;V
+mogura;"Mogura Desse";320x256@60;H
+mole;"Mole Attack - Mr. Mole";320x200@60;H
+momoko;"Momoko 120% (Japanese text)";240x224@60;H
+momokob;"Momoko 120% (bootleg)";240x224@60;H
+momokoe;"Momoko 120% (English text)";240x224@60;H
+monkelf;"Monky Elf (Korean bootleg of Avenging Spirit)";256x224@60;H
+moomesa;"Wild West C.O.W.-Boys of Moo Mesa (ver EAB)";384x224@60;H
+moomesaaab;"Wild West C.O.W.-Boys of Moo Mesa (ver AAB)";384x224@60;H
+moomesauab;"Wild West C.O.W.-Boys of Moo Mesa (ver UAB)";384x224@60;H
+moomesauac;"Wild West C.O.W.-Boys of Moo Mesa (ver UAC)";384x224@60;H
+moonal2;"Moon Alien Part 2";256x224@60;V
+moonal2b;"Moon Alien Part 2 (older version)";256x224@60;V
+moonaln;"Moon Alien";256x224@60;V
+mooncmw;"Moon War (Moon Cresta bootleg)";256x224@60;V
+mooncptc;"Moon Cresta (Petaco S.A. Spanish bootleg)";256x224@60;V
+mooncreg;"Moon Cresta (Electrogame S.A. Spanish bootleg)";256x224@60;V
+mooncrgx;"Moon Cresta (Galaxian hardware)";256x224@60;V
+mooncrs2;"Moon Cresta (bootleg set 2)";256x224@60;V
+mooncrs3;"Moon Cresta (bootleg set 3)";256x224@60;V
+mooncrs4;"Moon Crest";256x224@60;V
+mooncrsb;"Moon Cresta (bootleg set 1)";256x224@60;V
+mooncrsl;"Cresta Mundo (Laguna S.A. Spanish Moon Cresta bootleg)";256x224@60;V
+mooncrst;"Moon Cresta (Nichibutsu)";256x224@60;V
+mooncrstg;"Moon Cresta (Gremlin)";256x224@60;V
+mooncrsto;"Moon Cresta (Nichibutsu, old rev)";256x224@60;V
+mooncrstso;"Moon Cresta (SegaSA / Sonic)";256x224@60;V
+mooncrstu;"Moon Cresta (Nichibutsu USA, unencrypted)";256x224@60;V
+mooncrstuk;"Moon Cresta (Nichibutsu UK)";256x224@60;V
+mooncrstuku;"Moon Cresta (Nichibutsu UK, unencrypted)";256x224@60;V
+moonqsr;"Moon Quasar";256x224@60;V
+moonwar;"Moonwar";256x224@60;V
+moonwara;"Moonwar (older)";256x224@60;V
+moremore;"More More";256x224@58;H
+moremorp;"More More Plus";256x224@58;H
+moshougi;"Syougi No Tatsujin - Master of Shougi";304x224@59;H
+motorace;"MotoRace USA";240x256@60;V
+motos;"Motos";288x224@60;V
+mototour;"MotoTour / Zippy Race (Tecfri license)";240x256@60;V
+mouser;"Mouser - Mouser (Jpn)";256x224@60;V
+mouserc;"Mouser (Cosmos)";256x224@60;V
+mpang;"Mighty! Pang (001010 Euro)";384x224@60;H
+mpangj;"Mighty! Pang (001011 Japan)";384x224@60;H
+mpangjd;"Mighty! Pang (001011 Japan Phoenix Edition)";384x224@60;H
+mpangr1;"Mighty! Pang (000925 Euro)";384x224@60;H
+mpangu;"Mighty! Pang (001010 USA)";384x224@60;H
+mplanets;"Mad Planets";256x240@60;V
+mplanetsuk;"Mad Planets (UK)";256x240@60;V
+mrdo;"Mr. Do (Jpn) - Mr. Do! - Mr. Do! - Neo Mr. Do!";240x192@60;V
+mrdofix;"Mr. Do! (bugfixed)";240x192@60;V
+mrdot;"Mr. Do! (Taito license)";240x192@60;V
+mrdoy;"Mr. Do! (prototype)";240x192@60;V
+mrdu;"Mr. Du!";240x192@60;V
+mrflea;"The Amazing Adventures of Mr. F. Lea";256x248@60;V
+mrgoemon;"Mr. Goemon (Japan)";240x224@60;H
+mrheli;"Mr. HELI no Dai-Bouken - Mr. Heli no Daibouken";384x256@55;H
+mrjong;"Mr. Jong (Japan)";240x224@60;V
+mrkougar;"Mr. Kougar";256x224@60;V
+mrkougar2;"Mr. Kougar (earlier)";256x224@60;V
+mrkougb;"Mr. Kougar (bootleg set 1)";256x224@60;V
+mrkougb2;"Mr. Kougar (bootleg set 2)";256x224@60;V
+mrlo;"Mr. Lo!";240x192@60;V
+mrtnt;"Mr. TNT";288x224@60;V
+mrviking;"Mister Viking (315-5041)";240x224@60;V
+mrvikingj;"Mister Viking (315-5041, Japan)";240x224@60;V
+ms4plus;"Metal Slug 4 Plus (bootleg)";304x224@59;H
+ms5pcb;"Metal Slug 5 (JAMMA PCB)";304x224@59;H
+ms5plus;"Metal Slug 5 Plus (bootleg)";304x224@59;H
+msbingo;"Miss Bingo";320x224@60;H
+mschamp;"Ms. Pacman Champion Edition / Zola-Puc Gal";288x224@60;V
+mschamps;"Ms. Pacman Champion Edition / Super Zola Pac Gal";288x224@60;V
+msgogo;"Mouse Shooter GoGo";320x224@60;H
+msgundam;"Mobile Suit Gundam";384x240@57;H
+msgundam1;"Mobile Suit Gundam (Japan)";384x240@57;H
+msh;"Marvel Super Heroes (951024 Euro)";384x224@60;H
+msha;"Marvel Super Heroes (951024 Asia)";384x224@60;H
+mshb;"Marvel Super Heroes (951117 Brazil)";384x224@60;H
+msheartb;"Ms. Pac-Man Heart Burn";288x224@60;V
+mshh;"Marvel Super Heroes (951117 Hispanic)";384x224@60;H
+mshj;"Marvel Super Heroes (951117 Japan)";384x224@60;H
+mshjr1;"Marvel Super Heroes (951024 Japan)";384x224@60;H
+mshu;"Marvel Super Heroes (951024 USA)";384x224@60;H
+mshud;"Marvel Super Heroes (951024 USA Phoenix Edition)";384x224@60;H
+mshuttle;"Moon Shuttle (US?)";256x224@60;H
+mshuttle2;"Moon Shuttle (US? set 2)";256x224@60;H
+mshuttlej;"Moon Shuttle (Japan)";256x224@60;H
+mshuttlej2;"Moon Shuttle (Japan set 2)";256x224@60;H
+mshvsf;"Marvel Super Heroes vs Street Fighter (970625 Euro)";384x224@60;H
+mshvsfa;"Marvel Super Heroes vs Street Fighter (970625 Asia)";384x224@60;H
+mshvsfa1;"Marvel Super Heroes vs Street Fighter (970620 Asia)";384x224@60;H
+mshvsfb;"Marvel Super Heroes vs Street Fighter (970827 Brazil)";384x224@60;H
+mshvsfb1;"Marvel Super Heroes vs Street Fighter (970625 Brazil)";384x224@60;H
+mshvsfh;"Marvel Super Heroes vs Street Fighter (970625 Hispanic";384x224@60;H
+mshvsfj;"Marvel Super Heroes vs Street Fighter (970707 Japan)";384x224@60;H
+mshvsfj1;"Marvel Super Heroes vs Street Fighter (970702 Japan)";384x224@60;H
+mshvsfj2;"Marvel Super Heroes vs Street Fighter (970625 Japan)";384x224@60;H
+mshvsfu;"Marvel Super Heroes vs Street Fighter (970827 USA)";384x224@60;H
+mshvsfu1;"Marvel Super Heroes vs Street Fighter (970625 USA)";384x224@60;H
+mshvsfu1d;"Marvel Super Heroes vs Street Fighter (970625 USA Phoe";384x224@60;H
+mslider;"Monster Slider (Japan)";352x240@60;H
+mslug;"Metal Slug - Super Vehicle-001";304x224@59;H
+mslug2;"Metal Slug 2 - Super Vehicle-001/II (NGM-2410) (NGH-24";304x224@59;H
+mslug2t;"Metal Slug 2 Turbo (NGM-9410)";304x224@59;H
+mslug3;"Metal Slug 3 (NGM-2560)";304x224@59;H
+mslug3b6;"Metal Slug 6 (Metal Slug 3 bootleg)";304x224@59;H
+mslug3h;"Metal Slug 3 (NGH-2560)";304x224@59;H
+mslug3v;"Metal Slug 3 (NGH-2560) (Enhanced Violence Version hac";304x224@59;H
+mslug4;"Metal Slug 4 (NGM-2630)";304x224@59;H
+mslug4h;"Metal Slug 4 (NGH-2630)";304x224@59;H
+mslug5;"Metal Slug 5 (NGM-2680)";304x224@59;H
+mslug5b;"Metal Slug 5 (bootleg)";304x224@59;H
+mslug5h;"Metal Slug 5 (NGH-2680)";304x224@59;H
+mslugx;"Metal Slug X - Super Vehicle-001 (NGM-2500)(NGH-2500)";304x224@59;H
+mspacmab;"MS Pacman (bootleg)";288x224@60;V
+mspacman;"MS Pacman - Ms. Pac-Man (Euro, Bra) - Ms. Pac-Man (Euro, USA) - Ms. Pac-Man (USA)";288x224@60;V
+mspacmanbcc;"Come-Cocos (Ms. Pac-Man) ('Made in Greece' Tecnausa bo";288x224@60;V
+mspacmanbg;"Ms. Pac-Man ('Made in Greece' bootleg)";288x224@60;V
+mspacmanbgd;"Miss Pukman ('Made in Greece' Datamat bootleg)";288x224@60;V
+mspacmanbhe;"Come-Cocos (Ms. Pac-Man) ('Made in Greece' Herle SA bo";288x224@60;V
+mspacmanblt;"Miss Pukman ('Made in Greece' Triunvi bootleg)";288x224@60;V
+mspacmat;"Ms. Pac Attack";288x224@60;V
+mspacmbe;"Ms. Pac-Man (bootleg, encrypted)";288x224@60;V
+mspacmnf;"Ms. Pac-Man (with speedup hack)";288x224@60;V
+mspacpls;"Ms. Pac-Man Plus";288x224@60;V
+mspuzzle;"Miss Puzzle";320x224@60;V
+mspuzzleg;"Miss Puzzle (Clone of Gumbo)";320x224@60;H
+mstadium;"Main Stadium (Japan ver. 4)";288x224@60;H
+mstworld;"Monsters World (bootleg of Super Pang)";384x240@60;H
+msword;"Magic Sword - heroic fantasy (25.07.1990 other country";384x224@60;H
+mswordj;"Magic Sword (23.06.1990 Japan)";384x224@60;H
+mswordr1;"Magic Sword - heroic fantasy (23.06.1990 other country";384x224@60;H
+mswordu;"Magic Sword - heroic fantasy (25.07.1990 USA)";384x224@60;H
+mtlchamp;"Martial Champion (ver EAB)";384x224@60;H
+mtlchamp1;"Martial Champion (ver EAA)";384x224@60;H
+mtlchampa;"Martial Champion (ver AAA)";384x224@60;H
+mtlchampj;"Martial Champion (ver JAA)";384x224@60;H
+mtlchampu;"Martial Champion (ver UAE)";384x224@60;H
+mtlchampu1;"Martial Champion (ver UAD)";384x224@60;H
+mtwins;"Mega Twins (chiki chiki boys 900619 etc)";384x224@60;H
+mugsmash;"Mug Smashers";320x240@60;H
+multchmp;"Multi Champ (World)";320x240@60;H
+multchmpa;"Multi Champ (World, older)";320x240@60;H
+multchmpk;"Multi Champ (Korea, older)";320x240@60;H
+multi96;"Multi Game '96 (Italy)";256x224@58;H
+mustache;"Mustache Boy (Japan)";240x248@57;V
+mustachei;"Mustache Boy (Italy)";240x248@57;V
+mustang;"US AAF Mustang (25th May. 1990)";256x224@56;H
+mustangb;"US AAF Mustang (bootleg)";256x224@56;H
+mustangb2;"US AAF Mustang (TAB Austria bootleg)";256x224@56;H
+mustangs;"US AAF Mustang (25th May. 1990 / Seoul Trading)";256x224@56;H
+mutantf;"Mutant Fighter (World ver EM-5)";320x240@58;H
+mutantf2;"Mutant Fighter (World ver EM-2)";320x240@58;H
+mutantf3;"Mutant Fighter (World ver EM-3)";320x240@58;H
+mutantf4;"Mutant Fighter (World ver EM-4)";320x240@58;H
+mutnat;"Mutation Nation (NGM-014)(NGH-014)";304x224@59;H
+mvp;"MVP (set 2, US, FD1094 317-0143)";320x224@60;H
+mvpd;"MVP (set 2, US, FD1094 317-0143 decrypted)";320x224@60;H
+mvpj;"MVP (set 1, Japan, FD1094 317-0142)";320x224@60;H
+mvpjd;"MVP (set 1, Japan, FD1094 317-0142 decrypted)";320x224@60;H
+mvsc;"Marvel vs Capcom - clash of super heroes (980123 Euro)";384x224@60;H
+mvsca;"Marvel vs Capcom - clash of super heroes (980123 Asia)";384x224@60;H
+mvscar1;"Marvel vs Capcom - clash of super heroes (980112 Asia)";384x224@60;H
+mvscb;"Marvel vs Capcom - clash of super heroes (980123 Brazi";384x224@60;H
+mvsch;"Marvel vs Capcom - clash of super heroes (980123 Hispa";384x224@60;H
+mvscj;"Marvel vs Capcom - clash of super heroes (980123 Japan";384x224@60;H
+mvscjr1;"Marvel vs Capcom - clash of super heroes (980112 Japan";384x224@60;H
+mvscjsing;"Marvel vs Capcom - clash of super heroes (980123 Japan";384x224@60;H
+mvscr1;"Marvel vs Capcom - clash of super heroes (980112 Euro)";384x224@60;H
+mvscu;"Marvel vs Capcom - clash of super heroes (980123 USA)";384x224@60;H
+mvscud;"Marvel vs Capcom - clash of super heroes (980123 USA P";384x224@60;H
+mvscur1;"Marvel vs Capcom - clash of super heroes (971222 USA)";384x224@60;H
+mwalk;"Michael Jackson's Moonwalker (Euro, USA, Bra, Kor) - Michael Jackson's Moonwalker (set 3, World, FD1094/875 - Michael Jackson's Moonwalker (World, Rev. A)";320x224@60;H
+mwalkbl2;"Michael Jackson's Moonwalker (bootleg)";320x224@60;H
+mwalkd;"Michael Jackson's Moonwalker (World) (bootleg of FD109";320x224@60;H
+mwalkj;"Michael Jackson's Moonwalker (Japan) (FD1094/8751 317-";320x224@60;H
+mwalkjd;"Michael Jackson's Moonwalker (Japan) (bootleg of FD109";320x224@60;H
+mwalku;"Michael Jackson's Moonwalker (US) (FD1094/8751 317-015";320x224@60;H
+mwalkud;"Michael Jackson's Moonwalker (US) (bootleg of FD1094/8";320x224@60;H
+mwarr;"Mighty Warriors";366x240@54;H
+myangel;"Kosodate Quiz My Angel (Japan)";376x240@60;H
+myangel2;"Kosodate Quiz My Angel 2 (Japan)";376x240@60;H
+myhero;"My Hero (Euro, USA, Bra) - My Hero (US, not encrypted)";256x224@60;H
+myherobl;"My Hero (bootleg, 315-5132 encryption)";256x224@60;H
+myherok;"My Hero (Korea)";256x224@60;H
+myqbert;"Mello Yello Q*bert";256x240@60;V
+mysticri;"Mystic Riders (World)";320x240@60;H
+mysticrib;"Mystic Riders (bootleg?)";320x240@60;H
+mystston;"Mysterious Stones - Dr. John's Adventure";256x240@57;V
+myststono;"Mysterious Stones - Dr. Kick in Adventure";256x240@57;V
+myststonoi;"Mysterious Stones - Dr. Kick in Adventure (Itisa PCB)";256x240@57;V
+mystwarr;"Mystic Warriors (ver EAA)";288x224@60;H
+mystwarra;"Mystic Warriors (ver AAB)";288x224@60;H
+mystwarraa;"Mystic Warriors (ver AAA)";288x224@60;H
+mystwarrj;"Mystic Warriors (ver JAA)";288x224@60;H
+mystwarru;"Mystic Warriors (ver UAA)";288x224@60;H
+nam1975;"NAM-1975 (NGM-001)(NGH-001)";304x224@59;H
+naname;"Naname de Magic!";320x240@60;H
+nastar;"Nastar (World)";320x224@60;H
+nastarw;"Nastar Warrior (US)";320x224@60;H
+naughtyb;"Naughty Boy";288x224@60;V
+naughtyba;"Naughty Boy (bootleg)";288x224@60;V
+naughtybc;"Naughty Boy (Cinematronics)";288x224@60;V
+navarone;"Navarone";272x224@60;V
+nbbatman;"Ninja Baseball Batman (World)";320x240@60;H
+nbbatmanu;"Ninja Baseball Batman (US)";320x240@60;H
+ncombat;"Ninja Combat (NGM-009)";304x224@59;H
+ncombath;"Ninja Combat (NGH-009)";304x224@59;H
+ncommand;"Ninja Commando";304x224@59;H
+nebulbee;"Nebulous Bee";288x224@60;V
+nemesis;"Nemesis (Kor) - Nemesis (ROM version)";256x224@60;H
+nemesisuk;"Nemesis (World?, ROM version)";256x224@60;H
+nemo;"Finding Nemo (Rus) - Nemo (90 11 30 etc)";384x224@60;H
+nemoj;"Nemo (90 11 20 Japan)";384x224@60;H
+nemor1;"Nemo (90 11 09 etc)";384x224@60;H
+neo2500;"Neo 2500 Demo";304x224@59;H
+neo3ddmo;"NeoGeo 3D! Demo";304x224@59;H
+neobattl;"SD Gundam Neo Battling (Japan)";384x240@60;V
+neobombe;"Neo Bomberman";304x224@59;H
+neocdz;"Neo Geo CDZ system";320x224@59;H
+neocstlv;"Neo CastleVania Demo";304x224@59;H
+neocup98;"Neo-Geo Cup '98 - The Road to the Victory";320x224@59;H
+neodemo;"Chaos Demo (Neo Geo)";304x224@59;H
+neodrift;"Neo Drift Out - New Technology";304x224@59;H
+neogalag;"Galaga Demo (set 1)";304x224@59;H
+neogalaga;"Galaga Demo (set 2)";304x224@59;H
+neomrdo;"Neo Mr. Do!";304x224@59;H
+neonopon;"Neo No Panepon (beta)";304x224@59;H
+neopong;"Neo Pong (ver 1.1)";304x224@59;H
+neoponga;"Neo Pong (ver 1.0)";304x224@59;H
+neoprimo;"Primo Demo";304x224@59;H
+neotet;"NeoGeo 2-Player Tetris";304x224@59;H
+neothndr;"Neo Thunder";304x224@59;H
+neoww2;"WW2 Demo - Arcade Development Project";304x224@59;H
+newapunk;"New Atomic Punk - Global Quest (US)";320x240@60;H
+newfant;"New Fantasia (1995 copyright)";256x224@60;V
+newfanta;"New Fantasia (1994 copyright)";256x224@60;V
+newpuc2;"Newpuc2";288x224@60;V
+newpuc2b;"Newpuc2b";288x224@60;V
+newpuckx;"New Puck-X";288x224@60;V
+news;"News (set 1)";256x224@60;H
+newsa;"News (set 2)";256x224@60;H
+newsin7;"New Sinbad 7";256x224@60;V
+nextfase;"Next Fase (bootleg of Phoenix)";256x208@60;V
+ngem2k;"NGEM2K (beta 2006-01-18)";304x224@59;H
+ngfrog;"Frog Feast (Neo Geo)";304x224@59;H
+ngftdemo;"NGF Transparency Demo";304x224@59;H
+nightstr;"Night Striker (World)";320x240@60;H
+nightstrj;"Night Striker (Japan)";320x240@60;H
+nightstru;"Night Striker (US)";320x240@60;H
+ninja;"3 Ninjas Kick Back (USA) - Caveman Ninja (World ver 4) - Dragon Ninja (Euro) - Dragonninja (Japan) - Mirai Ninja (Japan) - Ninja (315-5102) - Sega Ninja (315-5113) - The Ninja (Euro, USA)";256x224@60;H
+ninjak;"The Ninja Kids (World)";320x224@60;H
+ninjakd2;"Ninja-Kid II / NinjaKun Ashura no Shou (set 1)";256x192@60;H
+ninjakd2a;"Ninja-Kid II / NinjaKun Ashura no Shou (set 2, bootleg";256x192@60;H
+ninjakd2b;"Ninja-Kid II / NinjaKun Ashura no Shou (set 3, bootleg";256x192@60;H
+ninjakd2c;"Ninja-Kid II / NinjaKun Ashura no Shou (set 4)";256x192@60;H
+ninjakj;"The Ninja Kids (Japan)";320x224@60;H
+ninjaku;"The Ninja Kids (US)";320x224@60;H
+ninjakun;"Ninja-kun (Jpn) - Ninjakun Majou no Bouken";256x192@60;H
+ninjamas;"Ninja Master's - haoh-ninpo-cho";320x224@59;H
+ninjaw;"The Ninja Warriors (World, later version)";224x864@60;V
+ninjaw1;"The Ninja Warriors (World, earlier version)";224x864@60;V
+ninjawj;"The Ninja Warriors (Japan)";224x864@60;V
+ninjawu;"The Ninja Warriors (US, Romstar license)";224x864@60;V
+ninjemak;"Ninja Emaki (US)";256x224@60;V
+nitd;"Nightmare in the Dark";320x224@59;H
+nitdbl;"Nightmare in the Dark (bootleg)";320x224@59;H
+nitrobal;"Nitro Ball (World, set 1)";320x240@58;V
+nitrobala;"Nitro Ball (World, set 2)";320x240@58;V
+nmaster;"Oni - The Ninja Master (Japan)";384x240@58;H
+nmg5;"Multi 5 / New Multi Game 5 (set 1)";320x240@60;H
+nmg5a;"Multi 5 / New Multi Game 5 (set 2)";320x240@60;H
+nmg5e;"Multi 5 / New Multi Game 5 (set 3, earlier)";320x240@60;H
+nmouse;"Funky Mouse (Jpn) - Naughty Mouse (set 1)";288x224@60;V
+nmouseb;"Naughty Mouse (set 2)";288x224@60;V
+nobb;"Noboranka (Japan, bootleg)";240x224@60;V
+nost;"Cosa Nostra (Spa) - Nostradamus";320x224@60;V
+nostj;"Nostradamus (Japan)";320x224@60;V
+nostk;"Nostradamus (Korea)";320x224@60;V
+nouryoku;"Nouryoku Koujou Iinkai";384x224@56;H
+nova2001;"Nova 2001 (Japan)";256x192@60;H
+nova2001h;"Nova 2001 (Japan, hack?)";256x192@60;H
+nova2001u;"Nova 2001 (US)";256x192@60;H
+nprinces;"Ninja Princess (315-5051, 64k Ver. bootleg?)";256x224@60;H
+nprincesb;"Ninja Princess (315-5051?, 128k Ver. bootleg?)";256x224@60;H
+nprinceso;"Ninja Princess (315-5098, 128k Ver.)";256x224@60;H
+nprincesu;"Ninja Princess (64k Ver. not encrypted)";256x224@60;H
+nrallyx;"New Rally X";288x224@60;H
+nspirit;"Ninja Spirit - Ninja Spirit";384x256@55;H
+nspiritj;"Saigo no Nindou (Japan)";384x256@55;H
+nunchaku;"Nunchackun";256x224@60;V
+nwarr;"Night Warriors - darkstalkers' revenge (950316 Euro)";384x224@60;H
+nwarra;"Night Warriors - darkstalkers' revenge (950302 Asia)";384x224@60;H
+nwarrb;"Night Warriors - darkstalkers' revenge (950403 Brazil)";384x224@60;H
+nwarrh;"Night Warriors - darkstalkers' revenge (950403 Hispani";384x224@60;H
+nwarru;"Night Warriors - darkstalkers' revenge (950406 USA)";384x224@60;H
+nwarrud;"Night Warriors - darkstalkers' revenge (950406 USA Pho";384x224@60;H
+nyanpani;"Nyan Nyan Panic (Japan)";256x224@60;H
+nzeroteam;"New Zero Team (V33 SYSTEM TYPE_B hardware)";320x256@55;H
+nzeroteama;"New Zero Team (V33 SYSTEM TYPE_B hardware, China?)";320x256@55;H
+oedfight;"Oedo Fight (Japan Bloodshed Ver.)";320x240@60;H
+offensiv;"Offensive (Spanish bootleg of Scramble)";256x224@60;V
+ohmygod;"Oh My God!";320x240@60;H
+oisipuzl;"Oishii Puzzle Ha Irimasenka";320x224@60;H
+olds;"Oriental Legend Super (V101, Korea)";448x224@60;H
+olds100;"Oriental Legend Special - Xi Yo Gi Shi Re Zuang Super";448x224@60;H
+olds100a;"Oriental Legend Special - Xi Yo Gi Shi Re Zuang Super";448x224@60;H
+olds103t;"Oriental Legend Special - Xi Yo Gi Shi Re Zuang Super";448x224@60;H
+oldsplus;"Oriental Legend Special Plus / Xi You Shi E Zhuan Supe";448x224@60;H
+omegab;"Omega";256x224@60;V
+omegaf;"Omega Fighter";256x192@60;V
+omegafs;"Omega Fighter Special";256x192@60;V
+omni;"Omni";256x224@60;V
+onetwo;"One + Two";512x256@60;H
+onetwoe;"One + Two (earlier)";512x256@60;H
+onna34ro;"Onna Sansirou - Typhoon Gal";256x224@60;H
+onna34roa;"Onna Sansirou - Typhoon Gal (bootleg)";256x224@60;H
+opwolf;"Operation Wolf - Operation Wolf - Operation Wolf (Euro, Bra) - Operation Wolf (World, set 1)";320x240@60;H
+opwolf3;"Operation Wolf 3 (World)";320x224@60;H
+opwolf3u;"Operation Wolf 3 (US)";320x224@60;H
+opwolfa;"Operation Wolf (World, set 2)";320x240@60;H
+opwolfb;"Operation Bear";320x240@60;H
+opwolfj;"Operation Wolf (Japan)";320x240@60;H
+opwolfjsc;"Operation Wolf (Japan, SC)";320x240@60;H
+opwolfu;"Operation Wolf (US)";320x240@60;H
+orbitron;"Orbitron";256x224@60;V
+orbs;"Orbs (10/7/94 prototype?)";320x240@60;H
+ordyne;"Ordyne - Ordyne - Ordyne (Japan, English Version)";288x224@60;H
+ordynej;"Ordyne (Japan)";288x224@60;H
+orius;"Orius (ver UAA)";384x256@54;H
+orlegend;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V126)";448x224@60;H
+orlegend105k;"Oriental Legend (V105, Korea)";448x224@60;H
+orlegend111c;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V111, China)";448x224@60;H
+orlegend111k;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V111, Korea)";448x224@60;H
+orlegend111t;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V111, Taiwan)";448x224@60;H
+orlegendc;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V112, China)";448x224@60;H
+orlegendca;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V112 alt, Chi";448x224@60;H
+orlegende;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V112)";448x224@60;H
+oscar;"Psycho-Nics Oscar (World revision 0)";256x240@58;H
+oscarj1;"Psycho-Nics Oscar (Japan revision 1)";256x240@58;H
+oscarj2;"Psycho-Nics Oscar (Japan revision 2)";256x240@58;H
+oscaru;"Psycho-Nics Oscar (US)";256x240@58;H
+osman;"Osman (World)";320x240@58;H
+othunder;"Operation Thunderbolt (World, rev 1)";320x240@60;H
+othunderj;"Operation Thunderbolt (Japan)";320x240@60;H
+othunderjsc;"Operation Thunderbolt (Japan, SC)";320x240@60;H
+othundero;"Operation Thunderbolt (World)";320x240@60;H
+othunderu;"Operation Thunderbolt (US, rev 1)";320x240@60;H
+othunderuo;"Operation Thunderbolt (US)";320x240@60;H
+outrun;"Out Run - Out Run (Euro) - Out Run (sitdown/upright, Rev B) - Out Run (World) - OutRun (Euro, USA) - Turbo Out Run (Out Run upgrade, FD1094 317-0118) - Turbo OutRun (Euro, Jpn)";320x224@60;H
+outrunb;"Out Run (bootleg)";320x224@60;H
+outrundx;"Out Run (deluxe sitdown)";320x224@60;H
+outrundxa;"Out Run (deluxe sitdown earlier version)";320x224@60;H
+outrundxeh;"Out Run (deluxe sitdown) (Enhanced Edition v1.0.3)";320x224@60;H
+outrundxj;"Out Run (Japan, deluxe sitdown, FD1089A 317-0019)";320x224@60;H
+outruneh;"Out Run (sitdown/upright, Rev B) (Enhanced Edition v1.";320x224@60;H
+outrunra;"Out Run (sitdown/upright, Rev A)";320x224@60;H
+outzone;"Out Zone";320x240@55.2;V
+outzonea;"Out Zone (set 2)";320x240@55.2;V
+outzoneb;"Out Zone (older set)";320x240@55.2;V
+outzonec;"Out Zone (oldest set)";320x240@55.2;V
+outzoneh;"Out Zone (harder)";320x240@55.2;V
+overtop;"Over Top";304x224@59;H
+ozmawars;"Ozma Wars (set 1)";260x224@60;V
+ozmawars2;"Ozma Wars (set 2)";260x224@60;V
+ozon1;"Ozon I";256x224@60;V
+p47;"P-47 - The Freedom Fighter - P-47 - The Phantom Fighter (World)";256x224@60;H
+p47j;"P-47 - The Freedom Fighter (Japan)";256x224@60;H
+p47je;"P-47 - The Freedom Fighter (Japan, Export)";256x224@60;H
+pacgal;"Pac-Gal";288x224@60;V
+pacheart;"Pac-Man (Hearts)";288x224@60;V
+packbang;"Pack'n Bang Bang (Prototype)";256x225@60;V
+packetman;"Packetman (bootleg)";288x224@60;V
+pacland;"Pac-land - Pac-Land - Pac-Land (World)";288x224@60;H
+paclandj;"Pac-Land (Japan new)";288x224@60;H
+paclandjo;"Pac-Land (Japan old)";288x224@60;H
+paclandjo2;"Pac-Land (Japan older)";288x224@60;H
+paclandm;"Pac-Land (Midway)";288x224@60;H
+pacman;"Jr. Pac-Man (11/9/83) - MS Pacman - Ms. Pac-Man (Euro, Bra) - Ms. Pac-Man (Euro, USA) - Ms. Pac-Man (USA) - Pac-Man (Jpn) - Pac-Man (Midway) - Pac-Man (Prototype) - Pac-Man (USA)";288x224@60;V
+pacmanbl;"Pac-Man (Galaxian hardware, set 1)";256x224@60;V
+pacmanbla;"Pac-Man (Galaxian hardware, set 2)";256x224@60;V
+pacmanf;"Jr. Pac-Man (speedup hack) - Pac-Man (Midway, with speedup hack)";288x224@60;V
+pacmania;"Pac-Mania - Pac-Mania (Euro) - Pac-Mania (Euro) - Pac-Mania (Euro, USA)";288x224@60;V
+pacmaniaj;"Pac-Mania (Japan)";288x224@60;V
+pacmaniao;"Pac-Mania (111187 sound program)";288x224@60;V
+pacmanpe;"Come Come (Petaco SA bootleg of Puck Man)";288x224@60;V
+pacmanso;"Pac-Man (SegaSA / Sonic)";288x224@60;V
+pacmansp;"Puck Man (Spanish, 'Made in Greece' bootleg)";288x224@60;V
+pacmod;"Pac-Man (Midway, harder)";288x224@60;V
+pacnchmp;"Pac-Man & Chomp Chomp";288x224@60;V
+pacnpal;"Pac & Pal";288x224@60;V
+pacnpal2;"Pac & Pal (older)";288x224@60;V
+pacplus;"Pac-Man Plus";288x224@60;V
+pacuman;"Pacu-Man (Spanish bootleg of Puck Man)";288x224@60;V
+paddle2;"Paddle 2 (bootleg on Block hardware)";256x224@60;V
+paddlema;"Paddle Mania";256x224@60;V
+paintrlr;"Paint Roller";288x224@60;V
+pairlove;"Pairs Love";384x240@60;V
+pajaroes;"Pajaro del Espacio (Spanish bootleg of UniWar S)";256x224@60;V
+palamed;"Palamedes (US)";320x224@60;H
+palamedj;"Palamedes (Japan)";320x224@60;H
+pandoras;"Pandora's Palace";256x224@60;V
+pang;"Cross Pang - Mighty! Pang (001010 Euro) - Pang (World) - Pang Pang - Super Pang (World 900914) - Ti Ti! Pang Pang! (Kor) - Zipang";384x240@57;H
+pang3;"Pang! 3 (950601 Euro)";384x224@60;H
+pang3b;"Pang! 3 (bootleg set 1, 950511 Euro)";384x224@60;H
+pang3b2;"Pang! 3 (bootleg set 2, 950511 Euro)";384x224@60;H
+pang3b3;"Pang! 3 (bootleg set 3, 950601 Euro)";384x224@60;H
+pang3j;"Pang! 3: Kaitou Tachi no Karei na Gogo (950511 Japan)";384x224@60;H
+pang3r1;"Pang! 3 (950511 Euro)";384x224@60;H
+pang3r1a;"Pang! 3 (950511 Euro, alt)";384x224@60;H
+pangb;"Pang (bootleg, set 1)";384x240@60;H
+pangb2;"Pang (bootleg, set 4)";384x240@60;H
+pangbold;"Pang (bootleg, set 2)";384x240@60;H
+pangbold2;"Pang (bootleg, set 5)";384x240@60;H
+pangbold3;"Pang (bootleg, set 6)";384x240@60;H
+pangpang;"Pang Pang";320x240@58;H
+pangpoms;"Pang Pom's";360x224@60;H
+pangpomsm;"Pang Pom's (Mitchell)";360x224@60;H
+panicbom;"Panic Bomber";304x224@59;H
+panicstr;"Panic Street (Japan)";320x240@60;H
+paperboy;"Paperboy (Atari System 2)";512x384@60;H
+paprazzi;"Paparazzi";384x224@60;V
+parodius;"Parodius - Tako wa Chikyuu wo Sukuu (Jpn) - Parodius DA! (World, set 1) - Parodius da! - Shinwa Kara Owarai He";288x224@60;H
+parodiusa;"Parodius - Tako wa Chikyuu wo Sukuu (Jpn, Alt) - Parodius DA! (Asia)";288x224@60;H
+parodiuse;"Parodius - Tako Saves Earth (English) - Parodius DA! (World, set 2)";288x224@60;H
+parodiusj;"Parodius DA! (Japan)";288x224@60;H
+pass;"Pass";320x224@60;H
+passsht;"Passing Shot (World, 2 Players, FD1094 317-0080)";320x224@60;V
+passsht16a;"Passing Shot (Japan, 4 Players, System 16A, FD1094 317";320x224@60;V
+passshta;"Passing Shot (World, 4 Players, FD1094 317-0074)";320x224@60;V
+passshtad;"Passing Shot (World, 4 Players, FD1094 317-0074 decryp";320x224@60;V
+passshtd;"Passing Shot (World, 2 Players, FD1094 317-0080 decryp";320x224@60;V
+passshtj;"Passing Shot (Japan, 4 Players, FD1094 317-0070)";320x224@60;V
+passshtjd;"Passing Shot (Japan, 4 Players, FD1094 317-0070 decryp";320x224@60;V
+pbancho;"Gyakuten!! Puzzle Bancho (Japan)";320x240@60;H
+pbillrd;"Perfect Billiard";256x224@60;H
+pbillrdsa;"Perfect Billiard (MC-8123, 317-5008)";256x224@60;H
+pbobbl2n;"Puzzle Bobble 2 / Bust-A-Move Again (Neo-Geo)";304x224@59;H
+pbobble;"Puzzle Bobble (Japan, B-System) - Puzzle Bobble (Jpn)";320x224@60;H
+pbobble2;"Puzzle Bobble 2 (Ver 2.3O 1995/07/31)";320x232@60;H
+pbobble2j;"Puzzle Bobble 2 (Ver 2.2J 1995/07/20)";320x232@60;H
+pbobble2o;"Puzzle Bobble 2 (Ver 2.2O 1995/07/20)";320x232@60;H
+pbobble2u;"Bust-A-Move Again (Ver 2.3A 1995/07/31)";320x232@60;H
+pbobble2x;"Puzzle Bobble 2X (Ver 2.2J 1995/11/11)";320x232@60;H
+pbobble3;"Puzzle Bobble 3 (Ver 2.1O 1996/09/27)";320x232@60;H
+pbobble3j;"Puzzle Bobble 3 (Ver 2.1J 1996/09/27)";320x232@60;H
+pbobble3u;"Puzzle Bobble 3 (Ver 2.1A 1996/09/27)";320x232@60;H
+pbobble4;"Puzzle Bobble 4 (Ver 2.04O 1997/12/19)";320x232@60;H
+pbobble4j;"Puzzle Bobble 4 (Ver 2.04J 1997/12/19)";320x232@60;H
+pbobble4u;"Puzzle Bobble 4 (Ver 2.04A 1997/12/19)";320x232@60;H
+pbobblen;"Puzzle Bobble / Bust-A-Move (Neo-Geo) (NGM-083)";320x224@59;H
+pbobblenb;"Puzzle Bobble / Bust-A-Move (Neo-Geo) (bootleg)";320x224@59;H
+pclubys;"Puzzle Club (Yun Sung, set 1)";320x240@60;H
+pclubysa;"Puzzle Club (Yun Sung, set 2)";320x240@60;H
+pdrift;"Power Drift - Power Drift (World, Rev A)";320x224@60;H
+pdrifta;"Power Drift (World)";320x224@60;H
+pdrifte;"Power Drift (World, Earlier)";320x224@60;H
+pdriftj;"Power Drift (Japan)";320x224@60;H
+peekaboo;"Peek-a-Boo!";256x224@60;H
+peekaboou;"Peek-a-Boo! (North America, ver 1.0)";256x224@60;H
+penbros;"Penguin Brothers (Japan)";320x224@60;H
+pengadvb;"Penguin Adventure (bootleg of MSX version)";272x216@60;H
+pengo;"Pengo (Euro, USA) - Pengo (set 1 rev c) - Pepenga Pengo (Jpn)";288x224@60;V
+pengo2;"Pengo (set 2)";288x224@60;V
+pengo2u;"Pengo (set 2 not encrypted)";288x224@60;V
+pengo3u;"Pengo (set 3 not encrypted)";288x224@60;V
+pengo4;"Pengo (set 4)";288x224@60;V
+pengo5;"Pengo (set 5)";288x224@60;V
+pengob;"Pengo (bootleg)";288x224@60;V
+penta;"Penta";288x224@60;V
+percuss;"The Percussor";256x224@60;V
+perfrman;"Performan (Japan)";256x240@60;V
+perfrmanu;"Performan (US)";256x240@60;V
+pestplce;"Pest Place";256x224@60;H
+pfghtj;"Pocket Fighter (970904 Japan)";384x224@60;H
+pgalvip;"Pocket Gals V.I.P (set 1)";256x224@60;H
+pgalvipa;"Pocket Gals V.I.P (set 2)";256x224@60;H
+pgear;"Powered Gear - strategic variant armor equipment (9410";384x224@60;H
+pgearr1;"Powered Gear - strategic variant armor equipment (9409";384x224@60;H
+pgemeni;"P-GeMeni (060123)";448x224@60;H
+pgmdemo;"Chaos (PGM Demo)";448x224@60;H
+pgmfrog;"Frog Feast (PGM)";448x224@60;H
+pgoal;"Pleasure Goal / Futsal - 5 on 5 Mini Soccer (NGM-219)";304x224@59;H
+phantasm;"Phantasm (Japan)";256x224@60;H
+phelios;"Phelios - Phelios (Euro)";288x224@60;V
+pheliosj;"Phelios (Japan) - Phelios (Jpn)";288x224@60;V
+phoenix;"Phoenix (Amstar)";256x208@60;V
+phoenix2;"Phoenix (Amstar, set 2)";256x208@60;V
+phoenix3;"Phoenix (T.P.N. bootleg)";256x208@60;V
+phoenixa;"Phoenix (Centuri, set 1)";256x208@60;V
+phoenixass;"Phoenix (Assa, Spanish bootleg)";256x208@60;V
+phoenixb;"Phoenix (Centuri, set 2)";256x208@60;V
+phoenixc;"Phoenix (Irecsa / G.G.I Corp, set 1)";256x208@60;V
+phoenixc2;"Phoenix (Irecsa / G.G.I Corp, set 2)";256x208@60;V
+phoenixc3;"Phoenix (Irecsa / G.G.I Corp, set 3)";256x208@60;V
+phoenixc4;"Phoenix (Irecsa / G.G.I Corp, set 4)";256x208@60;V
+phoenixdal;"Phoenix (D&L bootleg)";256x208@60;V
+phoenixj;"Phoenix (Taito Japan)";256x208@60;V
+phoenixs;"Phoenix (Sonic, Spanish bootleg)";256x208@60;V
+phoenixt;"Phoenix (Taito)";256x208@60;V
+phoenxp2;"Phoenix Part 2";256x224@60;V
+photof;"Photo Finish (bootleg?)";256x224@60;H
+photoy2k;"Photo Y2K / Real and Fake (V105)";448x224@60;H
+photoy2k102;"Real and Fake0Photo Y2K (V102, Japan)";448x224@60;H
+photoy2k104;"Photo Y2K / Real and Fake (V104)";448x224@60;H
+phozon;"Phozon (Japan)";288x224@60;V
+phozons;"Phozon (Sidam)";288x224@60;V
+pinbo;"Pinbo (set 1)";256x224@60;V
+pingpong;"Konami's Ping-Pong - Konami's Ping-Pong (Jpn) - Ping Pong (Tw)";256x224@60;H
+pipibibs;"Pipi & Bibis / Whoopee!! (Z80 sound cpu, set 1)";320x240@60;H
+pipibibsa;"Pipi & Bibis / Whoopee!! (Z80 sound cpu, set 2)";320x240@60;H
+pipibibsp;"Pipi & Bibis / Whoopee!! (prototype)";320x240@60;H
+piranha;"Piranha";288x224@60;V
+piranhah;"Piranha (hack)";288x224@60;V
+piranhao;"Piranha (older)";288x224@60;V
+pirates;"Pirates (set 1) - Pirates! Gold (USA)";288x224@60;H
+piratesb;"Pirates (set 2)";288x224@60;H
+pisces;"Pisces";256x224@60;V
+piscesb;"Pisces (bootleg)";256x224@60;V
+pistoldm;"Pistol Daimyo no Bouken (Japan)";288x224@60;H
+pitfall2;"Pitfall II (315-5093) - Pitfall II - Lost Caverns (Jpn) - Pitfall II - The Lost Caverns (Jpn, v1) - Pitfall II: Lost Caverns";256x224@60;H
+pitfall2a;"Pitfall II (315-5093, Flicky Conversion) - Pitfall II - Lost Caverns (Jpn, Alt) - Pitfall II - The Lost Caverns (Jpn, v0)";256x224@60;H
+pitfall2u;"Pitfall II (not encrypted)";256x224@60;H
+pkladies;"Poker Ladies";384x240@60;H
+pkladiesl;"Poker Ladies (Leprechaun ver. 510)";384x240@60;H
+pkladiesla;"Poker Ladies (Leprechaun ver. 401)";384x240@60;H
+pktgaldx;"Pocket Gal Deluxe (Euro v3.00)";320x240@58;H
+pktgaldxj;"Pocket Gal Deluxe (Japan v3.00)";320x240@58;H
+pkunwar;"Penguin-Kun Wars (US)";256x192@60;H
+pkunwarj;"Penguin-Kun Wars (Japan)";256x192@60;H
+plegends;"Gouketsuji Gaiden Legends (USA, ver. 95/06/20)";320x240@58;H
+plegendsj;"Gouketsuji Gaiden Saikyou Densetsu (Japan, ver. 95/06/";320x240@58;H
+pleiadbl;"Pleiads (bootleg set 1)";256x208@60;V
+pleiadce;"Pleiads (Centuri)";256x208@60;V
+pleiads;"Pleiads (Tehkan)";256x208@60;V
+pleiadsb2;"Pleiads (bootleg set 2)";256x208@60;V
+pleiadsi;"Pleiads (Irecsa)";256x208@60;V
+pleiadsn;"Pleiads (Niemer S.A.)";256x208@60;V
+pleiadss;"Pleiads (Spanish bootleg)";256x208@60;V
+plgirls;"Play Girls";320x224@60;V
+plgirls2;"Play Girls 2";320x224@60;V
+plgirls2b;"Play Girls 2 (bootleg)";320x224@60;V
+plotting;"Plotting (World set 1)";320x224@60;H
+plottinga;"Plotting (World set 2, protected)";320x224@60;H
+plottingb;"Plotting (World set 3, earliest version)";320x224@60;H
+plottingu;"Plotting (US)";320x224@60;H
+plumppop;"Plump Pop (Japan)";256x224@60;H
+plusalph;"Plus Alpha";256x224@60;V
+pnickj;"Pnickies (940608 Japan)";384x224@60;H
+pnyaa;"Pochi and Nyaa";304x224@59;H
+poitto;"Poitto!";360x224@60;H
+poknight;"Poker Night";304x224@59;H
+pokonyan;"Pokonyan (Japan 940322)";384x224@60;H
+pollux;"Pollux (set 1)";384x240@60;V
+polluxa;"Pollux (set 2)";384x240@60;V
+polluxa2;"Pollux (set 3)";384x240@60;V
+polluxn;"Pollux (Japan, NTC license)";384x240@60;V
+pompingw;"Pomping World (Japan)";384x240@57;H
+ponpoko;"Ponpoko";288x224@60;H
+ponpokov;"Ponpoko (Venture Line)";288x224@60;H
+pootan;"Pootan";256x224@60;V
+pooyan;"Pooyan - Pooyan (Jpn) - Pooyan (Kor)";256x224@60;V
+pooyans;"Pooyan (Stern)";256x224@60;V
+popbingo;"Pop Bingo";384x240@60;H
+popbounc;"Pop 'n Bounce / Gapporin";304x224@59;H
+popeye;"Popeye - Popeye (revision D) - Popeye no Beach Volleyball (Jpn)";288x224@60;H
+popeyeman;"Popeye-Man";288x224@60;V
+popflame;"Pop Flamer (Euro, Jpn) - Pop Flamer (protected)";288x224@60;V
+popflamea;"Pop Flamer (not protected)";288x224@60;V
+popflameb;"Pop Flamer (hack?)";288x224@60;V
+popflamen;"Pop Flamer (bootleg on Naughty Boy PCB)";288x224@60;V
+popnpop;"Pop'n Pop (Ver 2.07O 1998/02/09)";320x232@60;H
+popnpopj;"Pop'n Pop (Ver 2.07J 1998/02/09)";320x232@60;H
+popnpopu;"Pop'n Pop (Ver 2.07A 1998/02/09)";320x232@60;H
+popspops;"Pop's Pop's";256x224@56;H
+porky;"Porky";256x224@60;V
+porter;"Port Man (bootleg on Moon Cresta hardware)";256x224@60;V
+pow;"P.O.W. - Prisoners of War (US version 1) - Rings of Power (Euro, USA)";256x224@60;H
+powerins;"Power Instinct (USA)";320x224@56;H
+powerinsa;"Power Instinct (USA, bootleg set 1)";320x224@60;H
+powerinsb;"Power Instinct (USA, bootleg set 2)";320x224@60;H
+powerinsj;"Gouketsuji Ichizoku (Japan)";320x224@56;H
+powj;"Datsugoku - Prisoners of War (Japan)";256x224@60;H
+ppan;"Peter Pan (bootleg of Hook)";320x240@60;H
+ppchamp;"Pasha Pasha Champ Mini Game Festival";320x240@60;H
+pprobe;"Planet Probe (prototype?)";256x224@60;V
+prehisle;"Prehistoric Isle in 1930 (World)";256x224@60;H
+prehisleb;"Prehistoric Isle in 1930 (World, bootleg)";256x224@60;H
+prehislek;"Prehistoric Isle in 1930 (Korea)";256x224@60;H
+prehisleu;"Prehistoric Isle in 1930 (US)";256x224@60;H
+preisle2;"Prehistoric Isle 2";304x224@59;H
+primella;"Primella";384x256@60;H
+prmtmfgt;"Prime Time Fighter (Ver 2.1A 1993/05/21) (New Version)";320x232@60;H
+prmtmfgto;"Prime Time Fighter (Ver 2.1A 1993/05/21) (Old Version)";320x232@60;H
+progear;"Progear (010117 USA)";384x224@60;H
+progeara;"Progear (010117 Asia)";384x224@60;H
+progearj;"Progear No Arashi (010117 Japan)";384x224@60;H
+progearjbl;"Progear No Arashi (010117 Japan, decrypted set)";384x224@60;H
+progearjd;"Progear No Arashi (010117 Japan Phoenix Edition)";384x224@60;H
+progearud;"Progear(010117 USA Phoenix Edition)";384x224@60;H
+progress;"Progress";256x224@60;V
+prtytime;"Party Time: Gonta the Diver II / Ganbare! Gonta!! 2 (W";320x240@58;V
+psoldier;"Perfect Soldiers (Japan)";320x240@60;H
+pspikes;"Power Spikes (World)";356x240@60;H
+pspikes2;"Power Spikes II (NGM-068)";320x224@59;H
+pspikesk;"Power Spikes (Korea)";356x240@60;H
+pspikesu;"Power Spikes (US)";356x240@60;H
+psurge;"Power Surge";256x224@60;V
+psychic5;"Psychic 5 (World)";256x224@54;V
+psychic5j;"Psychic 5 (Japan)";256x224@54;V
+psychos;"Psycho Soldier (US) - Psychosis";400x224@60;H
+psychosj;"Psycho Soldier (Japan)";400x224@60;H
+pturn;"Parallel Turn";256x224@60;V
+puchicar;"Puchi Carat (Ver 2.02O 1997/10/29)";320x232@60;H
+puchicarj;"Puchi Carat (Ver 2.02J 1997/10/29)";320x232@60;H
+puckman;"Puck Man (Japan set 1)";288x224@60;V
+puckmanb;"Puck Man (Bootleg set 1)";288x224@60;V
+puckmanf;"PuckMan (speedup hack)";288x224@60;V
+puckmanh;"Puck Man (bootleg set 2)";288x224@60;V
+puckmod;"Puck Man (Japan set 2)";288x224@60;V
+pulirula;"PuLiRuLa (World)";320x224@60;H
+pulirulaj;"PuLiRuLa (Japan)";320x224@60;H
+pulstar;"Pulstar";320x224@59;H
+punchita;"Punch-Out!! (Italian bootleg)";448x256@60;V
+punchout;"Punch-Out!! (Rev B)";448x256@60;V
+punchouta;"Punch-Out!! (Rev A)";448x256@60;V
+punchoutj;"Punch-Out!! (Japan)";448x256@60;V
+punipic;"The Punisher (bootleg set 1 (with PIC16c57), 930422 et";384x224@60;H
+punipic2;"The Punisher (bootleg set 2 (with PIC16c57), 930422 et";384x224@60;H
+punipic3;"The Punisher (bootleg set 3 (with PIC16c57), 930422 et";384x224@60;H
+punisher;"The Punisher (930422 etc) - The Punisher (Euro)";384x224@60;H
+punisherb;"The Punisher (bootleg, 930422 etc)";384x224@60;H
+punisherbz;"Biaofeng Zhanjing (Chinese bootleg)";384x224@60;H
+punisherh;"The Punisher (930422 Hispanic)";384x224@60;H
+punisherj;"The Punisher (930422 Japan)";384x224@60;H
+punisheru;"The Punisher (930422 USA) - The Punisher (USA)";384x224@60;H
+punkshot;"Punk Shot (US 4 Players)";288x224@60;H
+punkshot2;"Punk Shot (US 2 Players)";288x224@60;H
+punkshotj;"Punk Shot (Japan 2 Players)";288x224@60;H
+pururun;"Pururun";320x224@60;H
+pushman;"Pushman (Korea, set 1)";256x224@60;H
+pushmana;"Pushman (Korea, set 2)";256x224@60;H
+pushmans;"Pushman (American Sammy license)";256x224@60;H
+puzlclub;"Puzzle Club (Japan prototype)";288x224@60;V
+puzlstar;"Puzzle Star (V100MG)";448x224@60;H
+puzzldpr;"Puzzle De Pon! R!";304x224@59;H
+puzzledp;"Puzzle De Pon!";304x224@59;H
+puzzli;"Puzzli";320x224@60;H
+puzzli2;"Puzzli 2 (V100)";448x224@60;H
+puzzli2s;"Puzzli 2 Super (V200)";448x224@60;H
+puzzloop;"Puzz Loop (Europe, v0.94)";320x240@60;H
+puzzloopa;"Puzz Loop (Asia)";320x240@60;H
+puzzloope;"Puzz Loop (Europe, v0.93)";320x240@60;H
+puzzloopj;"Puzz Loop (Japan)";320x240@60;H
+puzzloopk;"Puzz Loop (Korea)";320x240@60;H
+puzzloopu;"Puzz Loop (USA)";320x240@60;H
+puzzlove;"PuzzLove";320x240@60;H
+puzzlovek;"PuzzLove (Korea)";320x240@60;H
+puzznic;"Puzznic - Puzznic (World)";320x224@60;H
+puzznicb;"Puzznic (bootleg, set 1)";320x224@60;H
+puzznicba;"Puzznic (bootleg, set 2)";320x224@60;H
+puzznici;"Puzznic (Italian bootleg)";320x224@60;H
+puzznicj;"Puzznic (Japan)";320x224@60;H
+puzznicu;"Puzznic (US)";320x224@60;H
+pwheelsj;"Power Wheels (Japan)";320x240@60;H
+pwrgoal;"Taito Power Goal (Ver 2.5O 1994/11/03)";320x224@60;H
+pwrinst2;"Power Instinct 2 (USA, ver. 94/04/08)";320x240@58;H
+pwrinst2j;"Gouketsuji Ichizoku 2 (Japan, ver. 94/04/08)";320x240@58;H
+pyros;"Pyros (US)";320x240@60;H
+pzlbowl;"Puzzle De Bowling (Japan)";384x240@60;H
+pzlbreak;"Puzzle Break";256x224@58;H
+pzloop2;"Puzz Loop 2 (010302 Euro)";384x224@60;H
+pzloop2j;"Puzz Loop 2 (010226 Japan)";384x224@60;H
+pzloop2jr1;"Puzz Loop 2 (010205 Japan)";384x224@60;H
+qad;"Quiz & Dragons (capcom quiz game 920701 USA)";384x224@60;H
+qadjr;"Quiz & Dragons (940921 Japan Resale Ver.)";384x224@60;H
+qbert;"Faster, Harder, More Challenging Q*bert (prototype) - Mello Yello Q*bert - Q*bert - Q*bert (Jpn) - Q*bert (Jpn, OMV) - Q*bert (US set 1)";256x240@60;V
+qberta;"Q*bert (Alt) - Q*bert (Jpn, Alt) - Q*bert (US set 2)";256x240@60;V
+qbertj;"Q*bert (Japan)";256x240@60;V
+qbertqub;"Q*bert Qubes - Q*bert's Qubes";256x240@60;V
+qcrayon;"Quiz Crayon Shinchan (Japan)";320x224@60;H
+qcrayon2;"Crayon Shinchan Orato Asobo (Japan)";320x224@60;H
+qgakumon;"Quiz Gakumon no Susume (Japan ver. JA2 Type L)";304x224@60;H
+qjinsei;"Quiz Jinsei Gekijoh (Japan)";320x224@60;H
+qndream;"Quiz Nanairo Dreams - nijiirochou no kiseki (nanairo d";384x224@60;H
+qsangoku;"Quiz Sangokushi (Japan)";384x240@60;H
+qtheater;"Quiz Theater - 3tsu no Monogatari (Ver 2.3J 1994/11/10";320x224@60;H
+qtono1;"Quiz Tonosama no Yabou (Japan)";384x240@60;H
+qtono2j;"Quiz Tonosama no Yabou 2 Zenkoku-ban (tonosama 2 95012";384x224@60;H
+qtorimon;"Quiz Torimonochou (Japan)";320x224@60;H
+quartet;"Quartet (Euro, USA) - Quartet (Rev A, 8751 317-unknown)";320x224@60;H
+quartet2;"Quartet 2 (8751 317-0010)";320x224@60;H
+quartet2a;"Quartet 2 (unprotected)";320x224@60;H
+quarteta;"Quartet (8751 315-5194)";320x224@60;H
+quarth;"Quarth (Japan)";288x224@60;H
+quester;"Quester (Japan)";288x224@60;V
+questers;"Quester Special Edition (Japan)";288x224@60;V
+quiz18k;"Miyasu Nonki no Quiz 18-Kin";320x224@60;H
+quizdai2;"Quiz Meitantei Neo & Geo - Quiz Daisousa Sen part 2 (N";320x224@59;H
+quizdais;"Quiz Daisousa Sen - The Last Count Down (NGM-023)(NGH-";304x224@59;H
+quizdaisk;"Quiz Daisousa Sen - The Last Count Down (Korean releas";304x224@59;H
+quizf1;"Quiz F1 1-2 Finish (Japan)";384x240@60;H
+quizhq;"Quiz H.Q. (Japan)";320x224@60;H
+quizhuhu;"Moriguchi Hiroko no Quiz de Hyuu!Hyuu! (Ver 2.2J 1995/";320x232@60;H
+quizkof;"Quiz King of Fighters (SAM-080)(SAH-080)";304x224@59;H
+quizkofk;"Quiz King of Fighters (Korean release)";304x224@59;H
+quizo;"Quiz Olympic (set 1)";320x200@60;H
+quizoa;"Quiz Olympic (set 2)";320x200@60;H
+qzchikyu;"Quiz Chikyu Bouei Gun (Japan)";320x224@60;H
+qzkklgy2;"Quiz Kokology 2";384x240@60;H
+qzkklogy;"Quiz Kokology";384x240@60;H
+qzquest;"Quiz Quest - Hime to Yuusha no Monogatari (Japan)";320x224@60;H
+qzshowby;"Quiz Sekai wa SHOW by shobai (Japan)";320x224@60;H
+r2dx_v33;"Raiden II New / Raiden DX (newer V33 PCB) (Raiden DX E";320x240@55;V
+r2dx_v33_r2;"Raiden II New / Raiden DX (newer V33 PCB) (Raiden II E";320x240@55;V
+rabiolep;"Rabio Lepus (Japan) - Rabio Lepus Special";288x216@60;H
+rachero;"Racing Hero (FD1094 317-0144)";320x224@60;H
+racherod;"Racing Hero (FD1094 317-0144 decrypted)";320x224@60;H
+racingb;"Racing Beat (World)";320x240@60;H
+racingbj;"Racing Beat (Japan)";320x240@60;H
+rackemup;"Rack 'em Up (program code L)";256x224@60;V
+racknrol;"Rack + Roll";256x224@60;H
+radarscp;"Radar Scope";256x224@60;V
+radarscp1;"Radar Scope (TRS01)";256x224@60;V
+radrad;"Radical Radial (US)";256x224@60;H
+radradj;"Radical Radial (Japan)";256x224@60;H
+raflesia;"Rafflesia (315-5162)";256x224@60;V
+ragnagrd;"Ragnagard / Shin-Oh-Ken";320x224@59;H
+ragtime;"The Great Ragtime Show (Japan v1.5, 92.12.07)";320x240@58;H
+ragtimea;"The Great Ragtime Show (Japan v1.3, 92.11.26)";320x240@58;H
+raiden;"Raiden";256x224@59;V
+raiden2;"Raiden II (US, set 1)";320x240@55.4;V
+raiden2dx;"Raiden II (harder, Raiden DX Hardware)";320x240@55.4;V
+raiden2e;"Raiden II (Easy Version, Korea?)";320x240@55.4;V
+raiden2ea;"Raiden II (Easy Version, Japan?)";320x240@55.4;V
+raiden2eg;"Raiden II (Easy Version, Germany)";320x240@55.4;V
+raiden2eu;"Raiden II (Easy Version, US set 2)";320x240@55.4;V
+raiden2eua;"Raiden II (Easy Version, US set 1)";320x240@55.4;V
+raiden2f;"Raiden II (France)";320x240@55.4;V
+raiden2g;"Raiden II (Germany)";320x240@55.4;V
+raiden2hk;"Raiden II (Hong Kong)";320x240@55.4;V
+raiden2i;"Raiden II (Italy)";320x240@55.4;V
+raiden2j;"Raiden II (Japan)";320x240@55.4;V
+raiden2nl;"Raiden II (Holland)";320x240@55.4;V
+raiden2sw;"Raiden II (Switzerland)";320x240@55.4;V
+raiden2u;"Raiden II (US, set 2)";320x240@55.4;V
+raidena;"Raiden (set 2)";256x224@60;V
+raidenb;"Raiden (set 3, Alternate hardware)";256x224@60;V
+raidendx;"Raiden DX (UK)";320x240@55.4;V
+raidendxa1;"Raiden DX (Hong Kong, set 1)";320x240@55.4;V
+raidendxa2;"Raiden DX (Hong Kong, set 2)";320x240@55.4;V
+raidendxch;"Raiden DX (China)";320x240@55.4;V
+raidendxg;"Raiden DX (Germany)";320x240@55.4;V
+raidendxj;"Raiden DX (Japan)";320x240@55.4;V
+raidendxk;"Raiden DX (Korea)";320x240@55.4;V
+raidendxnl;"Raiden DX (Holland)";320x240@55.4;V
+raidendxu;"Raiden DX (US)";320x240@55.4;V
+raidenk;"Raiden (Korea)";256x224@60;V
+raidenkb;"Raiden (Korea, bootleg)";256x224@60;V
+raident;"Raiden (Taiwan)";256x224@60;V
+raidenu;"Raiden (US, set 1)";256x224@60;V
+raidenua;"Raiden (US, set 2, SEI8904 + SEI9008 PCBs)";256x224@60;V
+raiders5;"Raiders5";256x192@60;H
+raiders5t;"Raiders5 (Japan)";256x192@60;H
+raiga;"Raiga - Strato Fighter (Japan)";256x224@60;H
+raimais;"Raimais (World)";320x224@60;H
+raimaisj;"Raimais (Japan)";320x224@60;H
+raimaisjo;"Raimais (Japan, first revision)";320x224@60;H
+rallybik;"Rally Bike / Dash Yarou";320x240@55.2;V
+rallyx;"New Rally X - Rally X (32k Ver.?) - Rally-X (Jpn) - Rally-X (Tw)";288x224@60;H
+rallyxa;"Rally X - Rally-X (Jpn, Alt)";288x224@60;H
+rallyxm;"Rally X (Midway)";288x224@60;H
+rallyxmr;"Rally X (Model Racing)";288x224@60;H
+rambo3;"Rambo III (Euro) - Rambo III (Euro, USA, Bra) - Rambo III (Europe) - Rambo III (World, v1.1)";320x224@60;H
+rambo3p;"Rambo III (Europe, Proti?)";320x224@60;H
+rambo3u;"Rambo III (US)";320x224@60;H
+raphero;"Rapid Hero";384x224@56;V
+rastan;"Rastan (Euro, USA, Bra) - Rastan (World Rev 1) - Rastan Saga (Jpn, SMS Mode)";320x240@60;H
+rastana;"Rastan (World)";320x240@60;H
+rastanb;"Rastan (World, Earlier code base)";320x240@60;H
+rastanu;"Rastan (US Rev 1)";320x240@60;H
+rastanua;"Rastan (US)";320x240@60;H
+rastanub;"Rastan (US, Earlier code base)";320x240@60;H
+rastsag2;"Rastan Saga 2 (Japan)";320x224@60;H
+rastsaga;"Rastan Saga (Japan Rev 1)";320x240@60;H
+rastsagaa;"Rastan Saga (Japan Rev 1, Earlier code base)";320x240@60;H
+rastsagab;"Rastan Saga (Japan, Earlier code base)";320x240@60;H
+rayforce;"Ray Force (Ver 2.3A 1994/01/20)";320x224@60;V
+rayforcej;"Ray Force (Ver 2.3J 1994/01/20)";320x224@60;V
+rbff1;"Real Bout Fatal Fury / Real Bout Garou Densetsu (NGM-0";320x224@59;H
+rbff1a;"Real Bout Fatal Fury / Real Bout Garou Densetsu (bug f";320x224@59;H
+rbff1k;"Real Bout Fatal Fury / Real Bout Garou Densetsu (Korea";320x224@59;H
+rbff2;"Real Bout Fatal Fury 2 - The Newcomers / Real Bout Gar";320x224@59;H
+rbff2h;"Real Bout Fatal Fury 2 - The Newcomers / Real Bout Gar";320x224@59;H
+rbff2k;"Real Bout Fatal Fury 2 - The Newcomers (Korean release";320x224@59;H
+rbffspec;"Real Bout Fatal Fury Special / Real Bout Garou Densets";320x224@59;H
+rbffspeck;"Real Bout Fatal Fury Special / Real Bout Garou Densets";320x224@59;H
+rbisland;"Rainbow Islands (new version) - Rainbow Islands - The Story of Bubble Bobble 2 (Euro) - Rainbow Islands Extra (Jpn)";320x224@60;H
+rbislande;"Rainbow Islands (Extra)";320x224@60;H
+rbislando;"Rainbow Islands (old version)";320x224@60;H
+rchase;"Rail Chase (World)";320x224@60;H
+rchasej;"Rail Chase (Japan)";320x224@60;H
+rdaction;"Rad Action / NinjaKun Ashura no Shou";256x192@60;H
+reaktor;"Reaktor (Track & Field conversion)";256x224@60;V
+recalh;"Recalhorn (Ver 1.42J 1994/5/11) (Prototype)";320x232@60;H
+recordbr;"Recordbreaker (World)";320x240@60;H
+redearth;"Red Earth / War-Zard (Euro 961121)";384x224@60;H
+redearthr1;"Red Earth / War-Zard (Euro 961023)";384x224@60;H
+redfoxwp2;"Red Fox War Planes II (China, set 1)";256x224@56;V
+redfoxwp2a;"Red Fox War Planes II (China, set 2)";256x224@56;V
+redhawk;"Red Hawk (US)";256x224@56;V
+redhawkb;"Vince (Redhawk bootleg)";256x224@56;H
+redhawke;"Red Hawk (Excellent Co., Ltd)";256x224@56;V
+redhawkg;"Red Hawk (Greece)";256x224@56;H
+redhawki;"Red Hawk (Italy)";256x224@56;H
+redhawkk;"Red Hawk (Korea)";256x224@56;V
+redrobin;"Red Robin";256x224@60;V
+redufo;"Defend the Terra Attack on the Red UFO";256x224@60;V
+redufob;"Defend the Terra Attack on the Red UFO (bootleg)";256x224@60;V
+regulus;"Regulus (315-5033, rev. A)";240x224@60;V
+reguluso;"Regulus (315-5033)";240x224@60;V
+regulusu;"Regulus (not encrypted)";240x224@60;V
+renegade;"Renegade (Euro, Bra) - Renegade (US)";240x240@60;H
+repulse;"Repulse";288x224@60;V
+rescue;"Rescue - Space Rescue (Euro)";256x224@60;V
+retofinv;"Return of the Invaders";288x224@60;V
+retofinv1;"Return of the Invaders (bootleg set 1)";288x224@60;V
+retofinv2;"Return of the Invaders (bootleg set 2)";288x224@60;V
+revngr84;"Revenger '84 (set 1)";272x236@60;V
+rezon;"Rezon";384x240@60;H
+rezont;"Rezon (Taito)";384x240@60;H
+rf2;"Konami RF2 - Red Fighter";256x224@60;H
+ridhero;"Riding Hero (NGM-006)(NGH-006)";304x224@59;H
+ridheroh;"Riding Hero (set 2)";304x224@59;H
+ridingf;"Riding Fight (Ver 1.0O)";320x224@60;H
+ridingfj;"Riding Fight (Ver 1.0J)";320x224@60;H
+ridingfu;"Riding Fight (Ver 1.0A)";320x224@60;H
+ringdest;"Ring of Destruction - slammasters II (940902 Euro)";384x224@60;H
+ringdesta;"Ring of Destruction - slammasters II (940831 Asia)";384x224@60;H
+ringdesth;"Ring of Destruction - slammasters II (940902 Hispanic)";384x224@60;H
+ringdstd;"Ring of Destruction - slammasters II (940902 Euro Phoe";384x224@60;H
+ringfgt;"Ring Fighter (set 1)";256x224@60;V
+ringfgt2;"Ring Fighter (set 2)";256x224@60;V
+ringohja;"Ring no Ohja (Japan 2 Players ver. N)";288x224@60;H
+ringrage;"Ring Rage (Ver 2.3O 1992/08/09)";320x224@60;H
+ringragej;"Ring Rage (Ver 2.3J 1992/08/09)";320x224@60;H
+ringrageu;"Ring Rage (Ver 2.3A 1992/08/09)";320x224@60;H
+riot;"Riot";256x224@60;H
+riotcity;"Riot City (Japan)";320x224@60;H
+riskchal;"Risky Challenge";320x240@60;H
+rittam;"R&T (Rod-Land prototype?)";256x224@60;H
+rmancp2j;"Rockman: The Power Battle (950922 Japan)";384x224@60;H
+roadf;"Road Fighter (set 1)";256x224@60;V
+roadf2;"Road Fighter (set 2)";256x224@60;V
+roadf3;"Road Fighter (set 3, conversion hack on Hyper Sports P";256x224@60;V
+roboarma;"Robo Army (set 2)";304x224@59;H
+roboarmy;"Robo Army (set 1)";304x224@59;H
+robocop;"Gangcheol RoboCop (Kor) - RoboCop - Robocop (Euro) - Robocop (World revision 4)";256x240@57;H
+robocop2;"Robocop 2 (Euro/Asia v0.10)";320x240@58;H
+robocop2j;"Robocop 2 (Japan v0.11)";320x240@58;H
+robocop2u;"Robocop 2 (US v0.10)";320x240@58;H
+robocop2ua;"Robocop 2 (US v0.05)";320x240@58;H
+robocopb;"Robocop (World bootleg)";256x240@57;H
+robocopb2;"Robocop (Red Corporation World bootleg)";256x240@57;H
+robocopi;"Robocop (Intro demo)";304x224@59;H
+robocopj;"Robocop (Japan)";256x240@57;H
+robocopu;"Robocop (US revision 1)";256x240@57;H
+robocopu0;"Robocop (US revision 0)";256x240@57;H
+robocopw;"Robocop (World revision 3)";256x240@57;H
+robokid;"Atomic Robo-kid (World, Type-2)";256x192@60;H
+robokidj;"Atomic Robo-kid (Japan, Type-2, set 1)";256x192@60;H
+robokidj2;"Atomic Robo-kid (Japan, Type-2, set 2)";256x192@60;H
+robokidj3;"Atomic Robo-kid (Japan)";256x192@60;H
+robowres;"Robo Wres 2001";256x224@60;H
+robotron;"Robotro 2084";292x240@60;H
+rockclim;"Rock Climber";256x224@60;H
+rockduck;"Rock Duck (prototype?)";240x240@57;V
+rockman2j;"Rockman 2 - the power fighters (960708 Japan)";384x224@60;H
+rockmanj;"Rockman - the power battle (950922 Japan)";384x224@60;H
+rockn;"Rock'n Tread (Japan)";320x224@60;V
+rockn2;"Rock'n Tread 2 (Japan)";320x224@60;V
+rockn3;"Rock'n 3 (Japan)";320x224@60;V
+rockn4;"Rock'n 4 (Japan, prototype)";320x224@60;V
+rockna;"Rock'n Tread (Japan, alternate)";320x224@60;V
+rockrage;"Rock'n Rage (World)";256x224@60;H
+rockragea;"Rock'n Rage (prototype?)";256x224@60;H
+rockragej;"Koi no Hotrock (Japan)";256x224@60;H
+rocktris;"Rock Tris";384x240@60;H
+rocktrv2;"MTV Rock-N-Roll Trivia (Part 2)";288x224@60;V
+rocnrope;"Roc 'n Rope - Roc'n Rope";256x224@60;V
+rocnropek;"Roc'n Rope (Kosuka)";256x224@60;V
+rodland;"Rod-Land (World)";256x224@60;H
+rodlandj;"Rod-Land (Japan)";256x224@60;H
+rodlandjb;"Rod-Land (Japan bootleg)";256x224@60;H
+rohga;"Rohga Armor Force (Asia/Europe v5.0)";320x240@58;H
+rohga1;"Rohga Armor Force (Asia/Europe v3.0 Set 1)";320x240@58;H
+rohga2;"Rohga Armor Force (Asia/Europe v3.0 Set 2)";320x240@58;H
+rohgah;"Rohga Armor Force (Hong Kong v3.0)";320x240@58;H
+rohgau;"Rohga Armor Force (US v1.0)";320x240@58;H
+roishtar;"The Return of Ishtar";288x224@60;H
+rolcrush;"Rolling Crush (version 1.07.E - 1999/02/11, Trust lice";304x224@58;H
+rolcrusha;"Rolling Crush (version 1.03.E - 1999/01/29)";304x224@58;H
+rollace;"Roller Aces (set 1)";240x224@60;V
+rollace2;"Roller Aces (set 2)";240x224@60;V
+rollerg;"Rollergames (US)";288x224@60;H
+rollergj;"Rollergames (Japan)";288x224@60;H
+rompers;"Rompers (Japan, new version (Rev B))";288x224@60;V
+romperso;"Rompers (Japan, old version)";288x224@60;V
+ropeman;"Ropeman (bootleg of Roc'n Rope)";256x224@60;V
+rotd;"Rage of the Dragons (NGM-264?)";320x224@59;H
+rotdh;"Rage of the Dragons (NGH-2640)";320x224@59;H
+route16;"Route 16 (set 1)";256x256@60;V
+route16a;"Route 16 (set 2)";256x256@60;V
+route16bl;"Route 16 (bootleg)";256x256@60;V
+route16c;"Route 16 (set 3, bootleg?)";256x256@60;V
+routex;"Route X (bootleg)";256x256@60;V
+rpatrol;"River Patrol (Orca)";256x224@60;H
+rpatrolb;"River Patrol (bootleg)";256x224@60;H
+rpunch;"Rabbit Punch (US)";288x216@60;H
+rshark;"R-Shark";384x240@60;V
+rthun2;"Rolling Thunder 2 - Rolling Thunder 2 (Euro)";288x224@60;H
+rthun2j;"Rolling Thunder 2 (Japan) - Rolling Thunder 2 (Jpn)";288x224@60;H
+rthunder;"Rolling Thunder (rev 3)";288x224@60;H
+rthunder0;"Rolling Thunder (oldest)";288x224@60;H
+rthunder1;"Rolling Thunder (rev 1)";288x224@60;H
+rthunder2;"Rolling Thunder (rev 2)";288x224@60;H
+rthundera;"Rolling Thunder (rev 3, hack)";288x224@60;H
+rtype;"R-Type - R-Type (Jpn) - R-Type (World) - R-Type (World)";384x256@55;H
+rtype2;"R-Type II";384x256@55;H
+rtype2j;"R-Type II (Japan)";384x256@55;H
+rtype2jc;"R-Type II (Japan, revision C)";384x256@55;H
+rtypeb;"R-Type (World bootleg)";384x256@55;H
+rtypej;"R-Type (Japan)";384x256@55;H
+rtypejp;"R-Type (Japan prototype)";384x256@55;H
+rtypeleo;"R-Type Leo (World)";320x240@60;H
+rtypeleoj;"R-Type Leo (Japan)";320x240@60;H
+rtypeu;"R-Type (US)";384x256@55;H
+rugrats;"Rug Rats";288x224@60;V
+rumba;"Rumba Lumber";256x224@60;V
+runark;"Runark (Japan) - Runark (Jpn, Kor)";320x224@60;H
+rundeep;"Run Deep";256x248@60;V
+rushatck;"Rush'n Attack (US)";240x224@60;H
+rushcrsh;"Rush & Crash (Japan)";352x240@60;V
+rygar;"Rygar (US set 1)";256x224@60;H
+rygar2;"Rygar (US set 2)";256x224@60;H
+rygar3;"Rygar (US set 3 Old Version)";256x224@60;H
+rygarb;"Rygar (US, bootleg)";256x224@60;H
+rygarj;"Argus no Senshi (Japan)";256x224@60;H
+ryorioh;"Gourmet Battle Quiz Ryohrioh CooKing (Japan)";336x240@60;H
+ryouran;"VS Mahjong Otome Ryouran";320x240@60;H
+ryujin;"Ryu Jin (Japan)";320x224@60;V
+ryukendn;"Ninja Ryukenden (Japan, set 1)";256x224@60;H
+ryukendna;"Ninja Ryukenden (Japan, set 2)";256x224@60;H
+ryukyu;"RyuKyu (Japan, FD1094 317-5023) - Ryuukyuu - Ryuukyuu (Jpn)";320x224@60;H
+ryukyud;"RyuKyu (Japan, FD1094 317-5023 decrypted)";320x224@60;H
+s1945;"Strikers 1945";320x224@59;V
+s1945a;"Strikers 1945 (Alt)";320x224@59;V
+s1945ii;"Strikers 1945 II";320x224@60;V
+s1945iii;"Strikers 1945 III (World) / Strikers 1999 (Japan)";320x224@60;V
+s1945j;"Strikers 1945 (Japan)";320x224@59;V
+s1945jn;"Strikers 1945 (Japan, unprotected)";320x224@59;V
+s1945k;"Strikers 1945 (Korea)";320x224@59;V
+s1945p;"Strikers 1945 Plus";320x224@59;H
+sabotenb;"Saboten Bombers (set 1)";384x224@56;H
+sabotenba;"Saboten Bombers (set 2)";384x224@56;H
+sadari;"Sadari";384x256@60;H
+safarir;"Safari Rally (World)";256x208@60;V
+safarirj;"Safari Rally (Japan)";256x208@60;V
+sailormn;"Bishoujo Senshi Sailor Moon (Jpn) - Pretty Soldier Sailor Moon (ver. 95/03/22B, Europe)";320x240@58;H
+sailormnh;"Pretty Soldier Sailor Moon (ver. 95/03/22B, Hong Kong)";320x240@58;H
+sailormnj;"Pretty Soldier Sailor Moon (ver. 95/03/22B, Japan)";320x240@58;H
+sailormnk;"Pretty Soldier Sailor Moon (ver. 95/03/22B, Korea)";320x240@58;H
+sailormno;"Pretty Soldier Sailor Moon (ver. 95/03/22, Europe)";320x240@58;H
+sailormnoh;"Pretty Soldier Sailor Moon (ver. 95/03/22, Hong Kong)";320x240@58;H
+sailormnoj;"Pretty Soldier Sailor Moon (ver. 95/03/22, Japan)";320x240@58;H
+sailormnok;"Pretty Soldier Sailor Moon (ver. 95/03/22, Korea)";320x240@58;H
+sailormnot;"Pretty Soldier Sailor Moon (ver. 95/03/22, Taiwan)";320x240@58;H
+sailormnou;"Pretty Soldier Sailor Moon (ver. 95/03/22, USA)";320x240@58;H
+sailormnt;"Pretty Soldier Sailor Moon (ver. 95/03/22B, Taiwan)";320x240@58;H
+sailormnu;"Pretty Soldier Sailor Moon (ver. 95/03/22B, USA)";320x240@58;H
+saiyugou;"Sai Yu Gou Ma Roku (Japan)";256x240@60;H
+saiyugoub1;"Sai Yu Gou Ma Roku (Japan bootleg 1)";256x240@60;H
+saiyugoub2;"Sai Yu Gou Ma Roku (Japan bootleg 2)";256x240@60;H
+salamand;"Salamander - Salamander (Jpn) - Salamander (version D)";256x224@60;H
+salamandj;"Salamander (version J)";256x224@60;H
+samesame;"Same! Same! Same! (2 player alternating ver.) - Same! Same! Same! (Jpn)";320x240@60;V
+samesame2;"Same! Same! Same!";320x240@60;V
+samesamenh;"Same! Same! Same! NEW VER! (v1.00, hack by Trap15)";320x240@60;V
+samsh5sp;"Samurai Shodown V Special / Samurai Spirits Zero Speci";304x224@59;H
+samsh5sph;"Samurai Shodown V Special / Samurai Spirits Zero Speci";304x224@59;H
+samsh5spho;"Samurai Shodown V Special / Samurai Spirits Zero Speci";304x224@59;H
+samsho;"Samurai Shodown (Euro) - Samurai Shodown (USA) - Samurai Shodown / Samurai Spirits (NGM-045)";320x224@59;H
+samsho2;"Samurai Shodown II / Shin Samurai Spirits - Haohmaru j";320x224@59;H
+samsho2k;"Saulabi Spirits / Jin Saulabi Tu Hon (Korean release o";320x224@59;H
+samsho2ka;"Saulabi Spirits / Jin Saulabi Tu Hon (Korean release o";320x224@59;H
+samsho2sp;"Samurai Shodown II / Shin Samurai Spirits - Haohmaru j";320x224@59;H
+samsho3;"Samurai Shodown III / Samurai Spirits - Zankurou Musou";304x224@59;H
+samsho3h;"Samurai Shodown III / Samurai Spirits - Zankurou Musou";304x224@59;H
+samsho4;"Samurai Shodown IV - Amakusa's Revenge / Samurai Spiri";320x224@59;H
+samsho4k;"Pae Wang Jeon Seol / Legend of a Warrior (Korean censo";320x224@59;H
+samsho4sp;"Samurai Shodown IV - Amakusa's Revenge / Samurai Spiri";320x224@59;H
+samsho5;"Samurai Shodown V / Samurai Spirits Zero (NGM-2700)";304x224@59;H
+samsho5b;"Samurai Shodown V / Samurai Spirits Zero (bootleg)";304x224@59;H
+samsho5h;"Samurai Shodown V / Samurai Spirits Zero (NGH-2700)";304x224@59;H
+samsho5x;"Samurai Shodown V / Samurai Spirits Zero (hack of XBOX";304x224@59;H
+samshoa;"Samurai Shodown / Samurai Spirits (NGM-045, alternate";320x224@59;H
+samshoh;"Samurai Shodown / Samurai Spirits (NGH-045)";320x224@59;H
+samuraia;"Samurai Aces (World)";320x224@59;V
+sandscrp;"Sand Scorpion";256x224@60;V
+sandscrpa;"Sand Scorpion (Earlier)";256x224@60;V
+sandscrpb;"Sand Scorpion (Chinese Title Screen, Revised Hardware)";256x224@60;V
+sarukani;"Saru-Kani-Hamu-Zou (Japan)";320x240@60;H
+saturnzi;"Saturn";256x224@60;V
+sauro;"Sauro";240x224@60;H
+saurob;"Sauro (bootleg)";240x224@60;H
+saurop;"Sauro (Philko license)";240x224@60;H
+saurorr;"Sauro (Recreativos Real S.A. license)";240x224@60;H
+savagere;"Savage Reign / Fu'un Mokushiroku - kakutou sousei";304x224@59;H
+savgbees;"Savage Bees";256x224@60;V
+sbasebal;"Super Champion Baseball (US)";256x224@60;H
+sbasebalj;"Super Champion Baseball (Japan)";256x224@60;H
+sbbros;"Super Buster Bros. (USA 901001)";384x240@60;H
+sbishi;"Super Bishi Bashi Championship (ver JAA, 2 Players)";288x224@60;H
+sbishik;"Super Bishi Bashi Championship (ver KAB, 3 Players)";288x224@60;H
+sbishika;"Super Bishi Bashi Championship (ver KAA, 3 Players)";288x224@60;H
+sboblbobl;"Super Bobble Bobble (bootleg, set 1)";256x224@60;H
+sboblbobla;"Super Bobble Bobble (bootleg, set 2)";256x224@60;H
+sboblboblb;"Super Bobble Bobble (bootleg, set 3)";256x224@60;H
+sboblboblc;"Super Bobble Bobble (bootleg)";256x224@60;H
+sboblbobld;"Super Bobble Bobble (bootleg, set 4)";256x224@60;H
+sbomber;"Space Bomber (ver. B)";320x224@60;V
+sbombera;"Space Bomber";320x224@60;V
+sbsgomo;"Space Battle Ship Gomorrah";256x224@56;H
+scessjoe;"Success Joe (World)";288x208@60;H
+scfinals;"Super Cup Finals (Ver 2.2O 1994/01/13)";320x224@60;H
+scfinalso;"Super Cup Finals (Ver 2.1O 1993/11/19)";320x224@60;H
+schmeisr;"Schmeiser Robo (Japan)";320x240@58;H
+sci;"Special Criminal Investigation - Special Criminal Investigation (Euro) - Special Criminal Investigation (World set 1)";320x240@60;H
+scia;"Special Criminal Investigation (World set 2)";320x240@60;H
+scij;"Special Criminal Investigation (Japan)";320x240@60;H
+scinegro;"Special Criminal Investigation (Negro bootleg)";320x240@60;H
+scion;"Scion (Jpn) - Scion";240x224@60;H
+scionc;"Scion (Cinematronics)";240x224@60;H
+sciu;"Special Criminal Investigation (US)";320x240@60;H
+scobra;"Super Cobra - Super Cobra - Super Cobra (Jpn)";256x224@60;V
+scobrab;"Super Cobra (bootleg)";256x224@60;V
+scobrae;"Super Cobra (Stern) (encrypted, KONATEC XC-103SS CPU)";256x224@60;V
+scobras;"Super Cobra (Stern)";256x224@60;V
+scobrase;"Super Cobra (Sega)";256x224@60;V
+scontra;"Super Contra";304x224@60;V
+scontraj;"Super Contra (Japan)";304x224@60;V
+scorpion;"Scorpion (set 1)";256x224@60;V
+scorpiona;"Scorpion (set 2)";256x224@60;V
+scorpionb;"Scorpion (set 3)";256x224@60;V
+scorpionmc;"Scorpion (Moon Cresta hardware)";256x224@60;V
+scotrsht;"Scooter Shooter";256x224@60;V
+scramb2;"Scramble (bootleg)";256x224@60;V
+scramblb;"Scramble (bootleg on Galaxian hardware)";256x224@60;V
+scramble;"Scramble";256x224@60;V
+scramblebb;"Scramble (bootleg?)";256x224@60;V
+scramblebf;"Scramble (Karateko, French bootleg)";256x224@60;V
+scrambler;"Scramble (Reben S.A. Spanish bootleg)";256x224@60;V
+scrambles;"Scramble (Stern)";256x224@60;V
+scrambp;"Impacto (Billport S.A., Spanish bootleg of Scramble)";256x224@60;V
+scramce;"Scramble (Centromatic S.A., Spanish bootleg)";256x224@60;V
+scrampt;"Scramble (Petaco S.A., Spanish bootleg)";256x224@60;V
+scramrf;"Scramble (Recreativos Franco, Spanish bootleg)";256x224@60;V
+scregg;"Scrambled Egg";240x240@57;V
+sdfight;"SD Fighters (Korea)";320x240@60;H
+sdgndmps;"SD Gundam Psycho Salamander no Kyoui";320x224@60;H
+sdi;"SDI (Jpn) - SDI - Strategic Defense Initiative (Japan, newer, Syst";320x224@60;H
+sdia;"SDI - Strategic Defense Initiative (Japan, old, System";320x224@60;H
+sdib;"SDI - Strategic Defense Initiative (System 16B, FD1089";320x224@60;H
+sdibl;"SDI - Strategic Defense Initiative (bootleg, original";320x224@60;H
+sdibl2;"SDI - Strategic Defense Initiative (bootleg, set 1)";320x224@60;H
+sdibl3;"SDI - Strategic Defense Initiative (bootleg, set 2)";320x224@60;H
+sdibl4;"SDI - Strategic Defense Initiative (bootleg, set 3)";320x224@60;H
+sdibl5;"SDI - Strategic Defense Initiative (bootleg, set 4)";320x224@60;H
+sdibl6;"SDI - Strategic Defense Initiative (bootleg, set 5)";320x224@60;H
+sdodgeb;"Super Dodge Ball / Kunio no Nekketsu Toukyuu Densetsu";304x224@59;H
+searchar;"SAR - Search And Rescue (World)";256x224@60;V
+searcharj;"SAR - Search And Rescue (Japan)";256x224@60;V
+searcharu;"SAR - Search And Rescue (US)";256x224@60;V
+searchey;"Search Eye (English / Korean / Japanese / Italian)";320x240@60;H
+searcheya;"Search Eye (English / Korean)";320x240@60;H
+searchp2;"Search Eye Plus V2.0";320x240@55;H
+secretag;"Secret Agent (World revision 3)";256x240@57;H
+secretagj;"Secret Agent (Japan revision 2)";256x240@57;H
+sectionz;"Section Z (set 1)";256x240@60;H
+sectionza;"Section Z (set 2)";256x240@60;H
+sectrzon;"Sector Zone";256x224@60;V
+seganinj;"Sega Ninja (315-5102)";256x224@60;H
+seganinju;"Sega Ninja (not encrypted)";256x224@60;H
+seicross;"Seicross";256x224@60;V
+selfeena;"Sel Feena";320x224@60;H
+semibase;"MuHanSeungBu (SemiCom Baseball) (Korea)";320x240@60;H
+sengekis;"Sengeki Striker (Asia)";320x240@60;V
+sengekisj;"Sengeki Striker (Japan)";320x240@60;V
+sengoku;"Sengoku / Sengoku Denshou (NGM-017)(NGH-017)";320x224@59;H
+sengoku2;"Sengoku 2 / Sengoku Denshou 2";304x224@59;H
+sengoku3;"Sengoku 3 / Sengoku Densho 2001";320x224@59;H
+sengoku3s;"Sengoku 3 / Sengoku Densho 2001 (Evolution 1.0, FCHT h";320x224@59;H
+sengokuh;"Sengoku / Sengoku Denshou (NGH-017)(US)";320x224@59;H
+senknow;"Sen-Know (Japan)";320x240@60;H
+sf;"Galaxian (bootleg, set 1) - Marvel Super Heroes vs Street Fighter (970625 Euro) - Radica: Street Fighter Pack (Euro) - Street Fighter (US, set 1) - X-Men vs Street Fighter (961004 Euro) - Yu Yu Hakusho - Sunset Fighters (Bra)";384x224@60;H
+sf2;"Hyper Street Fighter II: The Anniversary Edition (0402 - Street Fighter II (Bra) - Street Fighter II - The World Warrior (910522 etc) - Street Fighter II' - Special Champion Edition (Euro) - Super Street Fighter II - The New Challengers (Euro) - Super Street Fighter II - the new challengers (super s";384x224@60;H
+sf2acc;"Street Fighter II' - Champion Edition (Accelerator! bo";384x224@60;H
+sf2acca;"Street Fighter II' - Champion Edition (Accelerator! bo";384x224@60;H
+sf2accp2;"Street Fighter II' - Champion Edition (Accelerator Pt.";384x224@60;H
+sf2amf;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf2;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf3;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf4;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf5;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf6;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf7;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf8;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2b;"Street Fighter II - The World Warrior (bootleg, 910214";384x224@60;H
+sf2b2;"Street Fighter II - The World Warrior (bootleg, 910214";384x224@60;H
+sf2b3;"Street Fighter II - The World Warrior (bootleg, 910214";384x224@60;H
+sf2bhh;"Street Fighter II' - Champion Edition (Hungh-Hsi bootl";384x224@60;H
+sf2ce;"Street Fighter II' - Champion Edition - Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2cebltw;"Street Fighter II' - Champion Edition (920313 'Taiwan'";384x224@60;H
+sf2ceea;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2ceeab2;"Street Fighter II' - Champion Edition (920313 etc boot";384x224@60;H
+sf2ceeab3;"Street Fighter II' - Champion Edition (920313 etc boot";384x224@60;H
+sf2ceeab4;"Street Fighter II' - Champion Edition (920313 etc boot";384x224@60;H
+sf2ceeab5;"Street Fighter II' - Champion Edition (920313 etc boot";384x224@60;H
+sf2ceeabl;"Street Fighter II' - Champion Edition (920313 etc boot";384x224@60;H
+sf2ceja;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2cejab2;"Street Fighter II' - Champion Edition (920322 Japan bo";384x224@60;H
+sf2cejabl;"Street Fighter II' - Champion Edition (920322 Japan bo";384x224@60;H
+sf2cejb;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2cejc;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2ceua;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2ceuab2;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuab3;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuab4;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuab5;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuab6;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuab7;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuabl;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceub;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2ceuc;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2ceucbl;"Street Fighter II' - Champion Edition (920803 USA boot";384x224@60;H
+sf2ceupl;"Street Fighter II' - Champion Edition (UPL bootleg)";384x224@60;H
+sf2dkot2;"Street Fighter II' - Champion Edition (Double K.O. Tur";384x224@60;H
+sf2dongb;"Street Fighter II': Champion Edition (Dongfang Bubai p";384x224@60;H
+sf2eb;"Street Fighter II - The World Warrior (910214 etc)";384x224@60;H
+sf2ebbl;"Street Fighter II - The World Warrior (TAB Austria boo";384x224@60;H
+sf2ebbl2;"Street Fighter II - The World Warrior (TAB Austria boo";384x224@60;H
+sf2ebbl3;"Street Fighter II - The World Warrior (TAB Austria boo";384x224@60;H
+sf2ed;"Street Fighter II - The World Warrior (910318 etc)";384x224@60;H
+sf2ee;"Street Fighter II - The World Warrior (910228 etc)";384x224@60;H
+sf2em;"Street Fighter II - The World Warrior (910129 etc)";384x224@60;H
+sf2hf;"Street Fighter II' - Hyper Fighting (street fighter 2'";384x224@60;H
+sf2hfj;"Street Fighter II' Turbo - Hyper Fighting (street figh";384x224@60;H
+sf2hfjb;"Street Fighter II' Turbo - Hyper Fighting (bootleg set";384x224@60;H
+sf2hfjb2;"Street Fighter II' Turbo - Hyper Fighting (bootleg set";384x224@60;H
+sf2hfu;"Street Fighter II' - Hyper Fighting (street fighter 2'";384x224@60;H
+sf2j;"Hyper Street Fighter II: The Anniversary Edition (0402 - Street Fighter II - The World Warrior (911210 Japan, C - Street Fighter II' Plus (Jpn, Asia, Kor) - Super Street Fighter II - The New Challengers (Jpn) - Super Street Fighter II - the new challengers (super s";384x224@60;H
+sf2j17;"Street Fighter II - The World Warrior (911210 Japan, C";384x224@60;H
+sf2ja;"Street Fighter II - The World Warrior (910214 Japan)";384x224@60;H
+sf2jc;"Street Fighter II - The World Warrior (910306 Japan)";384x224@60;H
+sf2jf;"Street Fighter II - The World Warrior (910411 Japan)";384x224@60;H
+sf2jh;"Street Fighter II - The World Warrior (910522 Japan)";384x224@60;H
+sf2jl;"Street Fighter II - The World Warrior (920312 Japan)";384x224@60;H
+sf2jla;"Street Fighter II - The World Warrior (911210 Japan, r";384x224@60;H
+sf2koryu;"Street Fighter II' - Xiang Long (bootleg set 1, 811102";384x224@60;H
+sf2koryu2;"Street Fighter II' - Xiang Long (bootleg set 2, 811102";384x224@60;H
+sf2koryu3;"Street Fighter II' - Xiang Long (bootleg set 3, 811102";384x224@60;H
+sf2md;"Street Fighter II' - Champion Edition (Magic Delta, bo";384x224@60;H
+sf2mdt;"Street Fighter II' - Magic Delta Turbo (bootleg set 1";384x224@60;H
+sf2mdta;"Street Fighter II' - Magic Delta Turbo (bootleg set 2";384x224@60;H
+sf2mdtb;"Street Fighter II' - Magic Delta Turbo (bootleg set 3";384x224@60;H
+sf2mdtc;"Street Fighter II' - Magic Delta Turbo (bootleg set 4";384x224@60;H
+sf2mega;"Street Fighter II' - Champion Edition (Mega Co bootleg";384x224@60;H
+sf2mega2;"Street Fighter II' - Champion Edition (Mega Co bootleg";384x224@60;H
+sf2qp1;"Street Fighter II - The World Warrior (Quicken Pt-I bo";384x224@60;H
+sf2rb;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2rb2;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2rb3;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2rb4;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2rb5;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2rb6;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2red;"Street Fighter II' - Champion Edition (Red Wave bootle";384x224@60;H
+sf2red2;"Street Fighter II' - Champion Edition (Red Wave bootle";384x224@60;H
+sf2sl73a;"Street Fighter II' - Champion Edition (Sheng Long v 7.";384x224@60;H
+sf2stt;"Street Fighter II - The World Warrior (STT, TAB Austri";384x224@60;H
+sf2thndr;"Street Fighter II - The World Warrior (Thunder Edition";384x224@60;H
+sf2tlona;"Street Fighter II' - Champion Edition (Tu Long bootleg";384x224@60;H
+sf2tlonb;"Street Fighter II' - Champion Edition (Tu Long bootleg";384x224@60;H
+sf2tlonc;"Street Fighter II' - Champion Edition (Tu Long bootleg";384x224@60;H
+sf2ua;"Street Fighter II - The World Warrior (910206 USA)";384x224@60;H
+sf2ub;"Street Fighter II - The World Warrior (910214 USA)";384x224@60;H
+sf2uc;"Street Fighter II - The World Warrior (910306 USA)";384x224@60;H
+sf2ud;"Street Fighter II - The World Warrior (910318 USA) - Super Street Fighter II - the new challengers (super s";384x224@60;H
+sf2ue;"Street Fighter II - The World Warrior (910228 USA)";384x224@60;H
+sf2uf;"Street Fighter II - The World Warrior (910411 USA)";384x224@60;H
+sf2ug;"Street Fighter II - The World Warrior (910522 USA, rev";384x224@60;H
+sf2ui;"Street Fighter II - The World Warrior (910522 USA, rev";384x224@60;H
+sf2uk;"Street Fighter II - The World Warrior (911101 USA)";384x224@60;H
+sf2v004;"Street Fighter II' - Champion Edition (V004 bootleg se";384x224@60;H
+sf2v0042;"Street Fighter II' - Champion Edition (V004 bootleg se";384x224@60;H
+sf2v0043;"Street Fighter II' - Champion Edition (V004 bootleg se";384x224@60;H
+sf2yyc;"Street Fighter II' - Champion Edition (YYC bootleg set";384x224@60;H
+sf2yyc2;"Street Fighter II' - Champion Edition (YYC bootleg set";384x224@60;H
+sfa;"Marvel Super Heroes vs Street Fighter (970625 Asia) - Street Fighter Alpha - warriors' dreams (950727 Euro) - X-Men vs Street Fighter (961023 Asia)";384x224@60;H
+sfa2;"Street Fighter Alpha 2 (960229 Euro)";384x224@60;H
+sfa2u;"Street Fighter Alpha 2 (960430 USA)";384x224@60;H
+sfa2ur1;"Street Fighter Alpha 2 (960306 USA)";384x224@60;H
+sfa3;"Street Fighter Alpha 3 (980904 Euro)";384x224@60;H
+sfa3b;"Street Fighter Alpha 3 (980629 Brazil)";384x224@60;H
+sfa3h;"Street Fighter Alpha 3 (980904 Hispanic)";384x224@60;H
+sfa3hr1;"Street Fighter Alpha 3 (980629 Hispanic)";384x224@60;H
+sfa3u;"Street Fighter Alpha 3 (980904 USA)";384x224@60;H
+sfa3ud;"Street Fighter Alpha 3 (980904 USA Phoenix Edition)";384x224@60;H
+sfa3ur1;"Street Fighter Alpha 3 (980629 USA)";384x224@60;H
+sfa3us;"Street Fighter Alpha 3 (980616 USA, SAMPLE Version)";384x224@60;H
+sfad;"Street Fighter Alpha - warriors' dreams (950727 Euro P";384x224@60;H
+sfan;"Street Fighter (World, pneumatic buttons)";384x224@60;H
+sfar1;"Street Fighter Alpha - warriors' dreams (950718 Euro) - X-Men vs Street Fighter (961004 Asia)";384x224@60;H
+sfar2;"Street Fighter Alpha - warriors' dreams (950627 Euro) - X-Men vs Street Fighter (960919 Asia)";384x224@60;H
+sfar3;"Street Fighter Alpha - warriors' dreams (950605 Euro) - X-Men vs Street Fighter (960910 Asia)";384x224@60;H
+sfau;"Street Fighter Alpha - warriors' dreams (950627 USA)";384x224@60;H
+sfaud;"Street Fighter Alpha - warriors' dreams (950727 USA Ph";384x224@60;H
+sfiii;"Street Fighter III: New Generation (Euro 970204)";384x224@60;H
+sfiii2;"Street Fighter III 2nd Impact: Giant Attack (USA 97093";384x224@60;H
+sfiii2j;"Street Fighter III 2nd Impact: Giant Attack (Japan 970";384x224@60;H
+sfiii2n;"Street Fighter III 2nd Impact: Giant Attack (Asia 9709";384x224@60;H
+sfiii3;"Street Fighter III 3rd Strike: Fight for the Future (E";384x224@60;H
+sfiii3n;"Street Fighter III 3rd Strike: Fight for the Future (J";384x224@60;H
+sfiii3nr1;"Street Fighter III 3rd Strike: Fight for the Future (J";384x224@60;H
+sfiii3r1;"Street Fighter III 3rd Strike: Fight for the Future (E";384x224@60;H
+sfiii3u;"Street Fighter III 3rd Strike: Fight for the Future (U";384x224@60;H
+sfiii3ur1;"Street Fighter III 3rd Strike: Fight for the Future (U";384x224@60;H
+sfiiia;"Street Fighter III: New Generation (Asia 970204)";384x224@60;H
+sfiiih;"Street Fighter III: New Generation (Hispanic 970204)";384x224@60;H
+sfiiij;"Street Fighter III: New Generation (Japan 970204)";384x224@60;H
+sfiiin;"Street Fighter III: New Generation (Asia 970204, NO CD";384x224@60;H
+sfiiina;"Street Fighter III: New Generation (Asia 970204, NO CD";384x224@60;H
+sfiiiu;"Street Fighter III: New Generation (USA 970204)";384x224@60;H
+sfj;"Marvel Super Heroes vs Street Fighter (970707 Japan) - Street Fighter (Japan) (protected) - X-Men vs Street Fighter (961023 Japan)";384x224@60;H
+sfjan;"Street Fighter (Japan, pneumatic buttons)";384x224@60;H
+sformula;"Super Formula (Japan)";320x240@60;V
+sfp;"Street Fighter (Prototype)";384x224@60;H
+sfua;"Street Fighter (US set 2) (protected)";384x224@60;H
+sfx;"SF-X";256x224@60;H
+sfz2a;"Street Fighter Zero 2 (960227 Asia)";384x224@60;H
+sfz2ad;"Street Fighter Zero 2 (960227 Asia Phoenix Edition)";384x224@60;H
+sfz2al;"Street Fighter Zero 2 Alpha (960826 Asia)";384x224@60;H
+sfz2alb;"Street Fighter Zero 2 Alpha (960813 Brazil)";384x224@60;H
+sfz2ald;"Street Fighter Zero 2 Alpha (960826 Asia Phoenix Editi";384x224@60;H
+sfz2alh;"Street Fighter Zero 2 Alpha (960813 Hispanic)";384x224@60;H
+sfz2alj;"Street Fighter Zero 2 Alpha (960805 Japan)";384x224@60;H
+sfz2b;"Street Fighter Zero 2 (960531 Brazil)";384x224@60;H
+sfz2br1;"Street Fighter Zero 2 (960304 Brazil)";384x224@60;H
+sfz2h;"Street Fighter Zero 2 (960304 Hispanic)";384x224@60;H
+sfz2j;"Street Fighter Zero 2 (960430 Japan)";384x224@60;H
+sfz2jd;"Street Fighter Zero 2 (960227 Japan Phoenix Edition)";384x224@60;H
+sfz2jr1;"Street Fighter Zero 2 (960227 Japan)";384x224@60;H
+sfz2n;"Street Fighter Zero 2 (960229 Oceania)";384x224@60;H
+sfz3a;"Street Fighter Zero 3 (980904 Asia)";384x224@60;H
+sfz3ar1;"Street Fighter Zero 3 (980701 Asia)";384x224@60;H
+sfz3j;"Street Fighter Zero 3 (980904 Japan)";384x224@60;H
+sfz3jr1;"Street Fighter Zero 3 (980727 Japan)";384x224@60;H
+sfz3jr2;"Street Fighter Zero 3 (980629 Japan)";384x224@60;H
+sfz3jr2d;"Street Fighter Zero 3 (980629 Japan Phoenix Edition)";384x224@60;H
+sfza;"Street Fighter Zero (950627 Asia)";384x224@60;H
+sfzar1;"Street Fighter Zero (950605 Asia)";384x224@60;H
+sfzb;"Street Fighter Zero (951109 Brazil)";384x224@60;H
+sfzbr1;"Street Fighter Zero (950727 Brazil)";384x224@60;H
+sfzch;"Street Fighter Zero (CPS Changer, 951020 Japan)";384x224@60;H
+sfzh;"Street Fighter Zero (950718 Hispanic)";384x224@60;H
+sfzhr1;"Street Fighter Zero (950627 Hispanic)";384x224@60;H
+sfzj;"Street Fighter Zero (950727 Japan)";384x224@60;H
+sfzjr1;"Street Fighter Zero (950627 Japan)";384x224@60;H
+sfzjr2;"Street Fighter Zero (950605 Japan)";384x224@60;H
+sgemf;"Super Gem Fighter Mini Mix (970904 USA)";384x224@60;H
+sgemfa;"Super Gem Fighter Mini Mix (970904 Asia)";384x224@60;H
+sgemfd;"Super Gem Fighter Mini Mix (970904 USA Phoenix Edition";384x224@60;H
+sgemfh;"Super Gem Fighter Mini Mix (970904 Hispanic)";384x224@60;H
+sgladiat;"Gladiator 1984";288x224@60;H
+sgunner;"Steel Gunner (Rev B)";288x224@60;H
+sgunner2;"Steel Gunner 2 (US)";288x224@60;H
+sgunner2j;"Steel Gunner 2 (Japan, Rev A)";288x224@60;H
+sgunnerj;"Steel Gunner (Japan)";288x224@60;H
+sgyxz;"Sangokushi II: Sanguo Yingxiong Zhuan (Chinese bootleg";384x224@60;H
+shackled;"Shackled (US)";256x240@58;H
+shadfrce;"Shadow Force (World, Version 3)";320x256@60;H
+shadfrcej;"Shadow Force (Japan, Version 2)";320x256@60;H
+shadfrceu;"Shadow Force (US, Version 2)";320x256@60;H
+shadowld;"Shadowland (YD3)";288x224@60;H
+shadoww;"Shadow Warriors (World, set 1)";256x224@60;H
+shadowwa;"Shadow Warriors (World, set 2)";256x224@60;H
+shangon;"Super Hang-On (sitdown/upright, unprotected) - Super Hang-On (World, Rev. A)";320x224@60;H
+shangon1;"Super Hang-On (mini ride-on, FD1089B 317-0034) - Super Hang-On (World)";320x224@60;H
+shangon2;"Super Hang-On (mini ride-on, Rev A, FD1089B 317-0034)";320x224@60;H
+shangon3;"Super Hang-On (sitdown/upright, FD1089B 317-0034)";320x224@60;H
+shangon3d;"Super Hang-On (sitdown/upright, FD1089B 317-0034 decry";320x224@60;H
+shangonle;"Limited Edition Hang-On";320x224@60;H
+shaolinb;"Shao-lin's Road (set 2)";256x224@60;V
+shaolins;"Shao-lin's Road (set 1)";256x224@60;V
+sharrier;"Space Harrier - Space Harrier - Space Harrier (Euro) - Space Harrier (Rev A, 8751 315-5163A) - Space Harrier (World) - Space Harrier II (World)";320x224@60;H
+sharrier1;"Space Harrier (8751 315-5163)";320x224@60;H
+shdancer;"Shadow Dancer (Euro, Bra, Kor) - Shadow Dancer (set 3, US) - Shadow Dancer - The Secret of Shinobi (World)";320x224@60;H
+shdancer1;"Shadow Dancer (set 1)";320x224@60;H
+shdancerj;"Shadow Dancer (set 2, Japan)";320x224@60;H
+shinfz;"Shinobi / FZ-2006 (Korean System 16 bootleg) (ISG Sele";320x224@60;H
+shinobi;"Shinobi - Shinobi (Euro, USA, Bra, v1) - Shinobi (set 6, System 16A, unprotected) - The GG Shinobi (Euro, USA)";320x224@60;H
+shinobi1;"Shinobi (set 1, System 16A, FD1094 317-0050)";320x224@60;H
+shinobi1d;"Shinobi (set 1, System 16A, FD1094 317-0050 decrypted)";320x224@60;H
+shinobi2;"Shinobi (set 2, System 16B, FD1094 317-0049) - The GG Shinobi II (World)";320x224@60;H
+shinobi2d;"Shinobi (set 2, System 16B, FD1094 317-0049 decrypted)";320x224@60;H
+shinobi3;"Shinobi (set 3, System 16B, MC-8123B 317-0054) - Shinobi III - Return of the Ninja Master (Euro)";320x224@60;H
+shinobi4;"Shinobi (set 4, System 16B, MC-8123B 317-0054)";320x224@60;H
+shinobi5;"Shinobi (set 5, System 16B, unprotected)";320x224@60;H
+shinoblb;"Shinobi (beta bootleg, System 16A)";320x224@60;H
+shinobls;"Shinobi (Star bootleg, System 16A)";320x224@60;H
+shippumd;"Shippu Mahou Daisakusen - Kingdom Grandprix";320x240@60;V
+shisen2;"Shisensho II";384x240@60;H
+shocking;"Shocking";384x224@60;H
+shocktr2;"Shock Troopers - 2nd Squad";304x224@59;H
+shocktro;"Shock Troopers (set 1)";304x224@59;H
+shocktroa;"Shock Troopers (set 2)";304x224@59;H
+shogwarr;"Shogun Warriors (World)";256x224@60;H
+shogwarrk;"Shogun Warriors (Korea?)";256x224@60;H
+shogwarru;"Shogun Warriors (US)";256x224@60;H
+shootout;"Shoot Out (US)";256x240@60;H
+shootoutb;"Shoot Out (Korean Bootleg)";256x240@60;H
+shootoutj;"Shoot Out (Japan)";256x240@60;H
+shtrider;"Shot Rider";240x256@60;V
+shtridera;"Shot Rider (Sigma license)";240x256@60;V
+sidearms;"Side Arms - Hyper Dyne (World, 861129) - Sidearms - Hyper Dyne - Sidearms - Hyper Dyne";384x224@60;H
+sidearmsj;"Side Arms - Hyper Dyne (Japan, 861128)";384x224@60;H
+sidearmsu;"Side Arms - Hyper Dyne (US, 861202)";384x224@60;H
+sidearmsur1;"Side Arms - Hyper Dyne (US, 861128)";384x224@60;H
+sidepckt;"Side Pocket (World)";256x224@58;H
+sidepcktb;"Side Pocket (bootleg set 1)";256x224@58;H
+sidepcktb2;"Side Pocket (bootleg set 2)";256x224@58;H
+sidepcktj;"Side Pocket (Japan)";256x224@58;H
+silentd;"Silent Debuggers - Silent Debuggers - Silent Dragon (World)";320x224@60;H
+silentdj;"Silent Dragon (Japan)";320x224@60;H
+silentdu;"Silent Dragon (US)";320x224@60;H
+silkroad;"The Legend of Silkroad";380x224@60;H
+silkroada;"The Legend of Silkroad (larger roms)";380x224@60;H
+silkworm;"Silk Worm (World)";256x224@60;H
+silkwormb;"Silk Worm (bootleg)";256x224@60;H
+silkwormj;"Silk Worm (Japan)";256x224@60;H
+silkwormp;"Silk Worm (prototype?)";256x224@60;H
+silvland;"Silver Land";256x224@60;H
+silvmil;"Silver Millennium";320x240@60;V
+simpsons;"The Simpsons (4 Players World, set 1)";288x224@60;H
+simpsons2p;"The Simpsons (2 Players World, set 1)";288x224@60;H
+simpsons2p2;"The Simpsons (2 Players World, set 2)";288x224@60;H
+simpsons2p3;"The Simpsons (2 Players World, set 3)";288x224@60;H
+simpsons2pa;"The Simpsons (2 Players Asia)";288x224@60;H
+simpsons2pj;"The Simpsons (2 Players Japan)";288x224@60;H
+simpsons4pa;"The Simpsons (4 Players World, set 2)";288x224@60;H
+sinvasn;"Space Invasion (Europe)";256x224@60;V
+sinvasnb;"Space Invasion (bootleg)";256x224@60;V
+sisv;"Space Invaders (SV Version rev 4)";260x224@60;V
+sisv2;"Space Invaders (SV Version rev 2)";260x224@60;V
+sisv3;"Space Invaders (SV Version rev 3)";260x224@60;V
+sitv;"Space Invaders (TV Version rev 2)";260x224@60;V
+sitv1;"Space Invaders (TV Version rev 1)";260x224@60;V
+sjryuko;"Sukeban Jansi Ryuko (set 2, System 16B, FD1089B 317-50";320x224@60;H
+sjryuko1;"Sukeban Jansi Ryuko (set 1, System 16A, FD1089B 317-50";320x224@60;H
+skingame;"The Irem Skins Game (US set 1)";320x240@60;H
+skingame2;"The Irem Skins Game (US set 2)";320x240@60;H
+skyadvnt;"Sky Adventure (World)";256x224@60;V
+skyadvntj;"Sky Adventure (Japan)";256x224@60;V
+skyadvntu;"Sky Adventure (US)";256x224@60;V
+skyalert;"Sky Alert";360x224@60;V
+skyarmy;"Sky Army";256x240@60;V
+skybase;"Sky Base";256x224@60;V
+skyfox;"Sky Fox";320x224@60;V
+skykid;"Sky Kid (new version)";288x224@60;H
+skykidd;"Sky Kid (CUS60 version)";288x224@60;H
+skykiddx;"Sky Kid Deluxe (set 1)";288x224@60;H
+skykiddxo;"Sky Kid Deluxe (set 2)";288x224@60;H
+skykido;"Sky Kid (old version)";288x224@60;H
+skykids;"Sky Kid (Sipem)";288x224@60;H
+skylancr;"Sky Lancer";236x224@60;V
+skylancre;"Sky Lancer (Esco Trading Co license)";236x224@60;V
+skyraidr;"Sky Raiders";256x224@60;V
+skyrobo;"Sky Robo";320x240@60;H
+skyshark;"Sky Shark (US, set 1)";320x240@55;V
+skysharka;"Sky Shark (US, set 2)";320x240@55;V
+skyskipr;"Sky Skipper";512x448@60;H
+skysmash;"Sky Smasher";256x224@60;V
+skysoldr;"Sky Soldiers (US)";256x224@60;V
+skysoldrbl;"Sky Soldiers (bootleg)";256x224@60;V
+skywolf;"Sky Wolf (set 1)";288x224@60;H
+skywolf2;"Sky Wolf (set 2)";288x224@60;H
+skywolf3;"Sky Wolf (set 3)";288x224@60;H
+slammast;"Saturday Night Slam Masters (Slam Masters 930713 etc) - Saturday Night Slammasters (Euro)";384x224@60;H
+slammastu;"Saturday Night Slam Masters (slam masters 930713 USA) - Saturday Night Slammasters (USA)";384x224@60;H
+slampic;"Saturday Night Slam Masters (bootleg (with PIC16c57),";384x224@60;H
+slapfigh;"Slap Fight (Japan set 1) - Slap Fight MD (Jpn)";280x240@60;V
+slapfighb1;"Slap Fight (bootleg set 1)";280x240@60;V
+slapfighb2;"Slap Fight (bootleg set 2)";280x240@60;V
+slapfighb3;"Slap Fight (bootleg set 3)";280x240@60;V
+slapshot;"Slap Shot (Japan) - Slap Shot (USA, v2)";320x224@60;H
+slyspy;"Sly Spy (US revision 4)";256x240@57;H
+slyspy2;"Sly Spy (US revision 2)";256x240@57;H
+slyspy3;"Sly Spy (US revision 3)";256x240@57;H
+smbomb;"Super Muscle Bomber - the international blowout (94083";384x224@60;H
+smbombr1;"Super Muscle Bomber - the international blowout (94080";384x224@60;H
+smgp;"Super Monaco GP (Euro, Bra) - Super Monaco GP (Euro, Jpn, Rev. A) - Super Monaco GP (Euro, USA, Bra) - Super Monaco GP (World, Rev B, FD1094 317-0126a)";320x224@60;H
+smgp5;"Super Monaco GP (World, FD1094 317-0126)";320x224@60;H
+smgp5d;"Super Monaco GP (World, FD1094 317-0126 decrypted)";320x224@60;H
+smgp6;"Super Monaco GP (World, Rev A, FD1094 317-0126a)";320x224@60;H
+smgp6d;"Super Monaco GP (World, Rev A, FD1094 317-0126a decryp";320x224@60;H
+smgpd;"Super Monaco GP (World, Rev B, FD1094 317-0126a decryp";320x224@60;H
+smgpj;"Super Monaco GP (Japan, Rev B, FD1094 317-0124a) - Super Monaco GP (Jpn) - Super Monaco GP (Jpn)";320x224@60;H
+smgpja;"Super Monaco GP (Japan, Rev A, FD1094 317-0124a)";320x224@60;H
+smgpjd;"Super Monaco GP (Japan, Rev B, FD1094 317-0124a decryp";320x224@60;H
+smgpu;"Super Monaco GP (US, Rev C, FD1094 317-0125a) - Super Monaco GP (USA) - Super Monaco GP (USA)";320x224@60;H
+smgpu1;"Super Monaco GP (US, Rev B, FD1094 317-0125a)";320x224@60;H
+smgpu1d;"Super Monaco GP (US, Rev B, FD1094 317-0125a decrypted";320x224@60;H
+smgpu2;"Super Monaco GP (US, Rev A, FD1094 317-0125a)";320x224@60;H
+smgpu2d;"Super Monaco GP (US, Rev A, FD1094 317-0125a decrypted";320x224@60;H
+smgpud;"Super Monaco GP (US, Rev C, FD1094 317-0125a decrypted";320x224@60;H
+smooncrs;"Super Moon Cresta";256x224@60;V
+snapjack;"Snap Jack";240x196@60;H
+snapper;"Snapper (Korea)";320x224@60;H
+sngkace;"Sengoku Ace (Japan, set 1)";320x224@59;V
+sngkacea;"Sengoku Ace (Japan, set 2)";320x224@59;V
+snowboar;"Snow Board Championship (Version 2.1)";384x240@60;H
+snowboara;"Snow Board Championship (Version 2.0)";384x240@60;H
+snowbro2;"Snow Bros. 2 - with new elves";320x240@60;H
+snowbro3;"Snow Brothers 3 - Magical Adventure";256x224@60;H
+snowbros;"Snow Bros. - Nick & Tom (Jpn) - Snow Bros. - Nick & Tom (set 1)";256x224@58;H
+snowbrosa;"Snow Bros. - Nick & Tom (set 2)";256x224@58;H
+snowbrosb;"Snow Bros. - Nick & Tom (set 3)";256x224@58;H
+snowbrosc;"Snow Bros. - Nick & Tom (set 4)";256x224@58;H
+snowbrosd;"Snow Bros. - Nick & Tom (Dooyong license)";256x224@58;H
+snowbrosj;"Snow Bros. - Nick & Tom (Japan)";256x224@58;H
+snowbroswb;"Snow Bros. - Nick & Tom (The Winter Bobble hardware bo";256x224@58;H
+socbrawl;"Soccer Brawl (NGM-031)";304x224@59;H
+socbrawlh;"Soccer Brawl (NGH-031)";304x224@59;H
+sokonuke;"Sokonuke Taisen Game (Japan)";320x240@60;H
+soldam;"Soldam";256x224@60;H
+soldamj;"Soldam (Japan)";256x224@60;H
+soldivid;"Sol Divide - The Sword Of Darkness";320x224@60;H
+soldividk;"Sol Divide - The Sword Of Darkness (Korea)";320x224@60;H
+solfigtr;"Solitary Fighter (World)";320x224@60;H
+solomon;"Solomon no Kagi - Oujo Rihita no Namida (Jpn) - Solomon's Key (US)";256x224@60;H
+solomonj;"Solomon's Key (Japan)";256x224@60;H
+solrwarr;"Solar-Warrior (US)";256x240@60;H
+sonicbom;"Sonic Boom (FD1094 317-0053)";320x224@60;V
+sonicbomd;"Sonic Boom (FD1094 317-0053 decrypted)";320x224@60;V
+sonicwi;"Sonic Wings (Japan)";320x224@60;V
+sonicwi2;"Aero Fighters 2 / Sonic Wings 2";320x224@59;H
+sonicwi3;"Aero Fighters 3 / Sonic Wings 3";320x224@59;H
+sonofphx;"Son of Phoenix";288x224@60;V
+sonson;"Son Son";240x240@60;H
+sonsonj;"Son Son (Japan)";240x240@60;H
+sos;"Aqua Polis SOS (Jpn) - Fever SOS (International, ver. 98/09/25) - Megalopolis SOS (Jpn) - S.O.S Lagoa Poluida (Bra) - SOS - Stop the Express. Bousou Tokkyuu SOS (Jpn)";272x224@60;V
+sotsugyo;"Sotsugyo Shousho";320x240@58;H
+soukobdx;"Souko Ban Deluxe (Japan, SB1)";288x224@60;H
+spacbat2;"Space Battle (bootleg set 2)";256x224@60;V
+spacbatt;"Space Battle (bootleg set 1)";256x224@60;V
+spacecho;"Space Echo (set 1)";256x256@60;V
+spacecho2;"Space Echo (set 2)";256x256@60;V
+spacedx;"Space Invaders DX (US, v2.1)";320x224@60;H
+spacedxj;"Space Invaders DX (Japan, v2.1)";320x224@60;H
+spacedxo;"Space Invaders DX (Japan, v2.0)";320x224@60;H
+spacegun;"Space Gun (Euro) - Space Gun (World)";320x240@60;H
+spacegunj;"Space Gun (Japan)";320x240@60;H
+spacegunu;"Space Gun (US)";320x240@60;H
+spacempr;"Space Empire (bootleg)";256x224@60;V
+spaceplt;"Space Pilot";256x224@60;V
+spang;"Cross Pang - Super Pang (World 900914)";384x240@60;H
+spangj;"Super Pang (Japan 901023)";384x240@60;H
+sparkman;"Spark Man (v2.0, set 1)";256x224@60;H
+spartanx;"Spartan X (Japan)";256x256@60;H
+spatter;"Spatter";240x224@60;H
+spcdrag;"Space Dragon (Moon Cresta bootleg, set 1)";256x224@60;V
+spcdraga;"Space Dragon (Moon Cresta bootleg, set 2)";256x224@60;V
+spcinv95;"Space Invaders '95: The Attack Of Lunar Loonies (Ver 2";320x224@60;V
+spcinv95u;"Space Invaders '95: The Attack Of Lunar Loonies (Ver 2";320x224@60;V
+spcinvdj;"Space Invaders DX (Ver 2.6J 1994/09/14) (F3 Version)";320x232@60;H
+spcpostn;"Space Position (Japan)";256x240@60;V
+spctbird;"Space Thunderbird";256x224@60;V
+spdcoin;"Speed Coin (prototype)";256x224@60;V
+speakres;"Speak & Rescue";256x256@60;V
+speakresb;"Speak & Rescue (bootleg)";256x256@60;V
+spec2k;"Spectrum 2000 (vertical)";256x224@56;V
+spec2kh;"Spectrum 2000 (horizontal, buggy) (Europe)";256x224@56;H
+speedspn;"Speed Spin";384x240@60;H
+spelunk2;"Spelunker II - 23 no Kagi (Japan)";384x256@60;H
+spelunkr;"Spelunker - Spelunker (Jpn)";384x256@60;H
+spelunkrj;"Spelunker (Japan)";384x256@60;H
+spf2t;"Super Puzzle Fighter II Turbo (Super Puzzle Fighter 2";384x224@60;H
+spf2ta;"Super Puzzle Fighter II Turbo (Super Puzzle Fighter 2";384x224@60;H
+spf2td;"Super Puzzle Fighter II Turbo (Super Puzzle Fighter 2";384x224@60;H
+spf2th;"Super Puzzle Fighter II Turbo (Super Puzzle Fighter 2";384x224@60;H
+spf2tu;"Super Puzzle Fighter II Turbo (Super Puzzle Fighter 2";384x224@60;H
+spf2xj;"Super Puzzle Fighter II X (Super Puzzle Fighter 2 X 96";384x224@60;H
+spf2xjd;"Super Puzzle Fighter II X (Super Puzzle Fighter 2 X 96";384x224@60;H
+spidermi;"Spiderman (Intro demo)";304x224@59;H
+spinlbrk;"Spinal Breakers (World)";352x240@60;H
+spinlbrkj;"Spinal Breakers (Japan)";352x240@60;H
+spinlbrku;"Spinal Breakers (US)";352x240@60;H
+spinmast;"Spin Master / Miracle Adventure";304x224@59;H
+splatter;"Splatter House (World, new version (SH3))";288x224@60;H
+splatter2;"Splatter House (World, old version (SH2))";288x224@60;H
+splatterj;"Splatter House (Japan, SH1)";288x224@60;H
+spnchout;"Super Punch-Out!! (Rev B)";448x256@60;V
+spnchouta;"Super Punch-Out!! (Rev A)";448x256@60;V
+spnchoutj;"Super Punch-Out!! (Japan)";448x256@60;V
+sprglbpg;"Super Glob (Pac-Man hardware) German";288x224@60;V
+sprglobp;"Super Glob (Pac-Man hardware)";288x224@60;V
+springer;"Springer";256x224@60;V
+spy;"Future Spy - S.P.Y. - Special Project Y (World ver. N) - Sly Spy (US revision 4) - Spy vs. Spy (Euro, USA, Bra) - The Super Spy (NGM-011)(NGH-011)";304x216@60;H
+spyu;"S.P.Y. - Special Project Y (US ver. M)";304x216@60;H
+sqbert;"Faster, Harder, More Challenging Q*bert (prototype)";256x240@60;V
+squash;"Squash (Ver. 1.0)";320x240@60;H
+sraider;"Space Raider";240x192@60;V
+sranger;"Super Ranger (v2.0)";256x224@60;H
+srdarwin;"Super Real Darwin (World)";256x240@58;V
+srdarwinj;"Super Real Darwin (Japan)";256x240@58;V
+srdmissn;"S.R.D. Mission";288x224@60;V
+srmp4;"Super Real Mahjong PIV (Japan)";336x240@60;H
+srmp4o;"Super Real Mahjong PIV (Japan, older set)";336x240@60;H
+srmp7;"Super Real Mahjong P7 (Japan)";336x239@60;H
+srumbler;"The Speed Rumbler (set 1)";352x240@60;V
+srumbler2;"The Speed Rumbler (set 2)";352x240@60;V
+srumbler3;"The Speed Rumbler (set 3)";352x240@60;V
+ssanchan;"Sanrin San Chan (Japan)";240x224@60;H
+sscandal;"Seishun Scandal (315-5132, Japan)";256x224@60;H
+ssf2;"Super Street Fighter II - The New Challengers (Euro) - Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2a;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2ar1;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2d;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2h;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2j;"Super Street Fighter II - The New Challengers (Jpn) - Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2jr1;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2jr2;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2r1;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2t;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2ta;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2tad;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2tb;"Super Street Fighter II - the tournament battle (93111";384x224@60;H
+ssf2tba;"Super Street Fighter II - the tournament battle (93100";384x224@60;H
+ssf2tbd;"Super Street Fighter II - the tournament battle (93111";384x224@60;H
+ssf2tbh;"Super Street Fighter II - the tournament battle (93100";384x224@60;H
+ssf2tbj;"Super Street Fighter II - the tournament battle (93100";384x224@60;H
+ssf2tbj1;"Super Street Fighter II - the tournament battle (93091";384x224@60;H
+ssf2tbr1;"Super Street Fighter II - the tournament battle (93091";384x224@60;H
+ssf2td;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2th;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2tu;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2tur1;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2u;"Super Street Fighter II - the new challengers (super s - Super Street Fighter II - The New Challengers (USA)";384x224@60;H
+ssf2ud;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2xj;"Super Street Fighter II X - grand master challenge (su";384x224@60;H
+ssf2xjr1;"Super Street Fighter II X - grand master challenge (su";384x224@60;H
+ssf2xjr1d;"Super Street Fighter II X - grand master challenge (su";384x224@60;H
+ssf2xjr1r;"Super Street Fighter II X - grand master challenge (su";384x224@60;H
+ssi;"Andre Agassi Tennis (Euro) - Andre Agassi Tennis (Euro, Bra) - Andre Agassi Tennis (USA) - Super Space Invaders '91 (World)";320x224@60;V
+ssideki;"Super Sidekicks / Tokuten Ou";304x224@59;H
+ssideki2;"Super Sidekicks 2 - The World Championship / Tokuten O";320x224@59;H
+ssideki3;"Super Sidekicks 3 - The Next Glory / Tokuten Ou 3 - ei";320x224@59;H
+ssideki4;"The Ultimate 11 - The SNK Football Championship / Toku";320x224@59;H
+ssmissin;"S.S. Mission";256x224@56;V
+ssoldier;"Superior Soldiers (US)";320x240@60;H
+ssozumo;"Syusse Oozumou (Japan)";256x240@60;V
+ssprint;"Super Sprint (Atari System 2)";512x384@60;H
+ssriders;"Sunset Riders (4 Players ver. EAC) - Sunset Riders (Euro)";288x224@60;H
+ssridersabd;"Sunset Riders (2 Players ver. ABD)";288x224@60;H
+ssridersadd;"Sunset Riders (4 Players ver. ADD)";288x224@60;H
+ssriderseaa;"Sunset Riders (4 Players ver. EAA)";288x224@60;H
+ssridersebc;"Sunset Riders (2 Players ver. EBC)";288x224@60;H
+ssridersebd;"Sunset Riders (2 Players ver. EBD)";288x224@60;H
+ssridersjac;"Sunset Riders (4 Players ver. JAC)";288x224@60;H
+ssridersjad;"Sunset Riders (4 Players ver. JAD)";288x224@60;H
+ssridersjbd;"Sunset Riders (2 Players ver. JBD)";288x224@60;H
+ssridersuab;"Sunset Riders (4 Players ver. UAB)";288x224@60;H
+ssridersuac;"Sunset Riders (4 Players ver. UAC)";288x224@60;H
+ssridersubc;"Sunset Riders (2 Players ver. UBC)";288x224@60;H
+ssridersuda;"Sunset Riders (4 Players ver. UDA)";288x224@60;H
+sstarcrs;"Super Star Crest";256x224@60;V
+sstingry;"Super Stingray (Japan)";256x224@60;V
+sstriker;"Sorcer Striker (World)";320x240@60;V
+sstrikera;"Sorcer Striker (World, alt)";320x240@60;V
+stagger1;"Stagger I (Japan)";256x224@56;V
+stakwin;"Stakes Winner / Stakes Winner - GI kinzen seiha e no m";320x224@59;H
+stakwin2;"Stakes Winner 2";320x224@59;H
+starfght;"Star Fighter";256x224@60;V
+starfgmc;"Star Fighter (Moon Cresta bootleg)";256x224@60;V
+starfigh;"Star Fighter (v1)";256x224@60;V
+starjack;"Star Jacker (Euro, Jpn, v1.2) - Star Jacker (Sega)";240x224@60;V
+starjacks;"Star Jacker (Stern)";240x224@60;V
+stdragon;"Saint Dragon (set 1)";256x224@60;H
+stdragona;"Saint Dragon (set 2)";256x224@60;H
+stdragonb;"Saint Dragon (bootleg)";256x224@60;H
+stera;"Steraranger (Moon Cresta bootleg)";256x224@60;V
+stg;"Juno First (Gottlieb) - Moon Cresta (Gremlin) - Strike Gunner S.T.G";384x240@60;V
+stinger;"Stinger";256x224@60;V
+stinger2;"Stinger (prototype?)";256x224@60;V
+stlforce;"Steel Force";368x240@58;H
+stmblade;"Storm Blade (US)";352x240@60;V
+stmbladej;"Storm Blade (Japan)";352x240@60;V
+strahl;"Koutetsu Yousai Strahl (Japan set 1)";256x224@56;H
+strahla;"Koutetsu Yousai Strahl (Japan set 2)";256x224@56;H
+stratgys;"Strategy X (Stern)";256x224@60;H
+stratgyx;"Strategy X";256x224@60;H
+stratof;"Raiga - Strato Fighter (US)";256x224@60;H
+stratvox;"Stratovox";256x256@60;V
+stratvoxb;"Stratovox (bootleg)";256x256@60;V
+streakng;"Streaking (set 1)";256x224@60;V
+streaknga;"Streaking (set 2)";256x224@60;V
+streetsm;"Street Smart (US version 2)";256x224@60;H
+streetsm1;"Street Smart (US version 1)";256x224@60;H
+streetsmj;"Street Smart (Japan version 1)";256x224@60;H
+streetsmw;"Street Smart (World version 1)";256x224@60;H
+strfbomb;"Strafe Bomb";256x224@60;V
+strhoop;"Street Hoop / Street Slam / Dunk Dream (DEM-004) (DEH-";304x224@59;H
+strider;"Strider (Euro, USA) - Strider (Euro, USA, Bra, Kor) - Strider (US set 1)";384x224@60;H
+striderj;"Strider Hiryu (Japan) - Strider Hiryuu (Jpn, Kor)";384x224@60;H
+striderjr;"Strider Hiryu (Japan Resale Ver.)";384x224@60;H
+striderua;"Strider (US set 2)";384x224@60;H
+strideruc;"Strider (US, Street Fighter II conversion)";384x224@60;H
+striv;"Super Triv";256x224@60;V
+striv2;"Super Triv (set 2)";256x224@60;V
+strkfgtr;"Strike Fighter (World)";320x224@60;H
+strkfgtrj;"Strike Fighter (Japan)";320x224@60;H
+strongx;"Strong X";256x224@60;H
+sub;"688 Attack Sub (Euro, USA) - N-Sub (Euro?) - Submarine (Sigma)";256x224@60;V
+sucasino;"Super Casino";256x224@60;V
+sunaq;"SunA Quiz 6000 Academy (940620-6)";256x224@60;H
+supbtime;"Super Burger Time (World, set 1)";320x240@58;H
+supbtimea;"Super Burger Time (World, set 2)";320x240@58;H
+supbtimej;"Super Burger Time (Japan)";320x240@58;H
+superbar;"Super Bar";384x240@60;V
+superbon;"Agent Super Bond (scobra hardware)";256x224@60;V
+superchs;"Super Chase - Criminal Termination (World)";320x240@60;H
+superchsj;"Super Chase - Criminal Termination (Japan)";320x240@60;H
+superchsu;"Super Chase - Criminal Termination (US)";320x240@60;H
+superg;"Super Galaxians (galaxiaj hack)";256x224@60;V
+superman;"Superman (World) - Superman - The Man of Steel (Euro) - Superman - The Man of Steel (Euro) - Superman - The Man of Steel (Euro, Bra)";384x240@60;H
+supermanj;"Superman (Japan)";384x240@60;H
+supermanu;"Superman (US) - Superman (USA)";384x240@60;H
+superpac;"Super Pac-Man";288x224@60;V
+superpacm;"Super Pac-Man (Midway)";288x224@60;V
+superspy;"The Super Spy (NGM-011)(NGH-011)";304x224@59;H
+superten;"Super Ten V8.3";400x256@60;H
+superx;"Super-X (NTC)";384x240@60;V
+superxm;"Super-X (Mitchell)";384x240@60;V
+supmodel;"Super Model";256x224@60;V
+suprglob;"Super Glob";272x236@60;V
+suprheli;"Super Heli (Super Cobra bootleg)";256x224@60;V
+suprleag;"Super League (Euro) - Super League (FD1094 317-0045)";320x224@60;H
+suprloco;"Super Locomotive (Rev.A)";240x224@60;H
+suprlocoo;"Super Locomotive";240x224@60;H
+suprridr;"Super Rider";256x224@60;V
+suprtrio;"Super Trio";320x240@60;H
+suratk;"Surprise Attack (World ver. K)";304x224@60;H
+suratka;"Surprise Attack (Asia ver. L)";304x224@60;H
+suratkj;"Surprise Attack (Japan ver. M)";304x224@60;H
+survarts;"Survival Arts (World)";336x240@60;H
+survartsj;"Survival Arts (Japan)";336x240@60;H
+survartsu;"Survival Arts (USA)";336x240@60;H
+svc;"SNK vs. Capcom - SVC Chaos (NGM-2690)(NGH-2690)";304x224@59;H
+svcboot;"SNK vs. Capcom - SVC Chaos (bootleg)";304x224@59;H
+svcpcb;"SNK vs. Capcom - SVC Chaos (JAMMA PCB, set 1)";304x224@59;H
+svcpcba;"SNK vs. Capcom - SVC Chaos (JAMMA PCB, set 2)";304x224@59;H
+svcplus;"SNK vs. Capcom - SVC Chaos Plus (bootleg set 1)";304x224@59;H
+svcplusa;"SNK vs. Capcom - SVC Chaos Plus (bootleg set 2)";304x224@59;H
+svcsplus;"SNK vs. Capcom - SVC Chaos Super Plus (bootleg)";304x224@59;H
+svg;"S.V.G. - Spectral vs Generation (V200, China)";448x224@60;H
+svgpcb;"S.V.G. - Spectral vs Generation (V100, Japan, Single P";448x224@60;H
+svolley;"Super Volley Ball (USA) - Super Volleyball - Super Volleyball - Super Volleyball (Japan)";288x216@60;H
+svolleyk;"Super Volleyball (Korea)";288x216@60;H
+svolleyu;"Super Volleyball (US)";288x216@60;H
+svolly91;"Super Volley '91 (Japan)";356x240@60;H
+swarm;"Swarm (bootleg?)";256x224@60;V
+swat;"E-Swat - Cyber Police (set 4, World, FD1094 317-0130) - ESWAT - City Under Siege (Euro, USA, Rev. A) - SWAT (315-5048)";256x224@60;V
+swatpolc;"SWAT Police";320x240@60;H
+swimmer;"Swimmer (set 1)";256x224@60;H
+sws;"Super World Stadium (Japan)";288x224@60;H
+sws92;"Super World Stadium '92 (Japan)";288x224@60;H
+sws92g;"Super World Stadium '92 Gekitouban (Japan)";288x224@60;H
+sws93;"Super World Stadium '93 (Japan)";288x224@60;H
+sxyreac2;"Pachinko Sexy Reaction 2 (Japan)";336x240@60;H
+sxyreact;"Pachinko Sexy Reaction (Japan)";338x240@60;H
+syscheck;"Neo System Check (ver 1.0b)";304x224@59;H
+syvalion;"Syvalion (Japan)";512x400@60;H
+syvalionp;"Syvalion (World, prototype)";512x400@60;H
+szaxxon;"Super Zaxxon";256x224@60;V
+tactcian;"Tactician (set 1)";288x224@60;V
+tactcian2;"Tactician (set 2)";288x224@60;V
+tail2nos;"Tail to Nose - Great Championship";320x240@60;V
+tangtang;"Tang Tang (ver. 0526, 26/05/2000)";320x240@60;H
+tankfrce;"Tank Force (US, 2 Players)";288x224@60;H
+tankfrce4;"Tank Force (US, 4 Players)";288x224@60;H
+tankfrcej;"Tank Force (Japan)";288x224@60;H
+taotaido;"Tao Taido (set 1)";320x224@60;H
+taotaidoa;"Tao Taido (set 2)";320x224@60;H
+tazmani2;"Tazz-Mania (set 2)";256x224@60;V
+tazmania;"Taz-Mania (Euro, Bra) - Taz-Mania (World) - Taz-Mania - The Search for the Lost Seabirds (Euro, US - Tazz-Mania (set 1)";256x224@60;V
+tazzmang;"Tazz-Mania (bootleg on Galaxian hardware)";256x224@60;V
+tazzmang2;"Tazz-Mania (bootleg on Galaxian hardware with Starfiel";256x224@60;V
+tbowl;"Tecmo Bowl (World?)";224x512@60;V
+tbowlj;"Tecmo Bowl (Japan)";224x512@60;V
+tcobra2;"Twin Cobra II (Ver 2.1O 1995/11/30)";320x232@60;V
+tcobra2u;"Twin Cobra II (Ver 2.1A 1995/11/30)";320x232@60;V
+tdpgal;"Triple Draw Poker";256x224@60;V
+tdragon;"Saint Dragon (set 1) - Thunder Dragon (9th Jan. 1992)";256x224@56;V
+tdragon1;"Thunder Dragon (4th Jun. 1991)";256x224@56;V
+tdragon2;"Thunder Dragon 2 (9th Nov. 1993)";384x224@56;V
+tdragon2a;"Thunder Dragon 2 (1st Oct. 1993)";384x224@56;V
+tdragonb;"Saint Dragon (bootleg) - Thunder Dragon (bootleg)";256x224@56;V
+teddybb;"TeddyBoy Blues (315-5115, New Ver.)";256x224@60;H
+teddybbo;"TeddyBoy Blues (315-5115, Old Ver.)";256x224@60;H
+teddybbobl;"TeddyBoy Blues (bootleg)";256x224@60;H
+tekipaki;"Teki Paki";320x240@60;H
+teljan;"Tel Jan";320x240@60;H
+tengai;"Tengai (world)";320x224@59;H
+tengaij;"Tengai0Sengoku Blade - sengoku ace episode II";320x224@59;H
+terracre;"Terra Cresta (YM3526 set 1)";256x224@60;V
+terracrea;"Terra Cresta (YM3526 set 3)";256x224@60;V
+terracren;"Terra Cresta (YM2203)";256x224@60;V
+terracreo;"Terra Cresta (YM3526 set 2)";256x224@60;V
+terraf;"Terra Force";320x240@57;H
+terrafb;"Terra Force (Japan, bootleg set 2)";320x240@60;H
+terrafj;"Terra Force (Japan)";320x240@57;H
+terrafjb;"Terra Force (Japan, bootleg with additional Z80)";320x240@60;H
+terrafu;"Terra Force (US)";320x240@57;H
+tetrbx;"Tetris / Bloxeed (Korean System 16 bootleg) (ISG Selec";320x224@60;H
+tetris;"FA Tetris (Kor) - FA Tetris (Kor) - Super Tetris (Kor, SMS Mode?) - Tetris (Jpn) - Tetris (Kor) - Tetris (set 1) - Tetris (set 4, Japan, System 16A, FD1094 317-0093)";320x224@60;H
+tetris1;"Tetris (Pirate?) - Tetris (set 1, Japan, System 16B, FD1094 317-0091)";320x224@60;H
+tetris1d;"Tetris (set 1, Japan, System 16B, FD1094 317-0091 decr";320x224@60;H
+tetris2;"Tetris (set 2, Japan, System 16B, FD1094 317-0092) - Tetris II (Kor)";320x224@60;H
+tetris2d;"Tetris (set 2, Japan, System 16B, FD1094 317-0092 decr";320x224@60;H
+tetris3;"Tetris (set 3, Japan, System 16A, FD1094 317-0093a)";320x224@60;H
+tetris3d;"Tetris (set 3, Japan, System 16A, FD1094 317-0093a dec";320x224@60;H
+tetrisbl;"Tetris (bootleg)";320x224@60;H
+tetrisd;"Tetris (set 4, Japan, System 16A, FD1094 317-0093 decr";320x224@60;H
+tetrisp2;"Tetris Plus 2 (World)";320x224@60;H
+tetrisp2j;"Tetris Plus 2 (Japan, V2.2)";320x224@60;H
+tetrisp2ja;"Tetris Plus 2 (Japan, V2.1)";320x224@60;H
+tetrisse;"Tetris (Japan, System E)";256x192@60;H
+tetrist;"Tetris (Japan, B-System, YM2610)";320x224@60;H
+tetrista;"Tetris (Japan, B-System, YM2203)";320x224@60;H
+tetristh;"Tetris (Japan, Taito H-System)";320x224@60;H
+tetrsark;"Tetris (D.R. Korea)";256x224@60;H
+tgm2;"Tetris the Absolute The Grand Master 2";320x240@60;H
+tgm2p;"Tetris the Absolute The Grand Master 2 Plus";320x240@60;H
+tharrier;"Task Force Harrier";256x224@56;V
+tharrieru;"Task Force Harrier (US?)";256x224@56;V
+thedeep;"The Deep (Japan)";256x248@60;V
+theend;"The End";256x224@60;V
+theends;"The End (Stern)";256x224@60;V
+theglad;"The Gladiator - Road Of The Sword / Shen Jian (V101)";448x224@60;H
+theglad100;"The Gladiator - Road Of The Sword / Shen Jian (V100, T";448x224@60;H
+theglad101;"The Gladiator - Road Of The Sword / Shen Jian (V100)";448x224@60;H
+thegladpcb;"The Gladiator - Road Of The Sword / Shen Jian (V100, J";448x224@60;H
+theglob;"The Glob";272x236@60;V
+theglob2;"The Glob (earlier)";272x236@60;V
+theglob3;"The Glob (set 3)";272x236@60;V
+theglobp;"The Glob (Pac-Man hardware)";288x224@60;V
+thehustl;"The Hustler (Japan, program code M)";256x224@60;V
+thehustlj;"The Hustler (Japan, program code J)";256x224@60;V
+thepitm;"The Pit (bootleg on Moon Quasar hardware)";256x224@60;V
+theroes;"Thunder Heroes";320x224@58;H
+thetogyu;"The Togyu (315-5065, Japan)";256x224@60;H
+thndblst;"Thunder Blaster (Japan)";320x240@60;V
+thndrbld;"Thunder Blade (upright, FD1094 317-0056)";320x224@60;H
+thndrbld1;"Thunder Blade (deluxe/standing, unprotected)";320x224@60;H
+thndrbldd;"Thunder Blade (upright, FD1094 317-0056 decrypted)";320x224@60;H
+thndrx2;"Thunder Cross II (World)";288x224@60;H
+thndrx2a;"Thunder Cross II (Asia)";288x224@60;H
+thndrx2j;"Thunder Cross II (Japan)";288x224@60;H
+thndzone;"Thunder Zone (World, Rev 1)";320x240@60;H
+thndzone4;"Thunder Zone (World 4 Players)";320x240@60;H
+thndzonea;"Thunder Zone (World)";320x240@60;H
+thndzonej;"Thunder Zone (Japan)";320x240@60;H
+thoop;"Thunder Hoop (Ver. 1)";320x240@60;H
+thunderl;"Thunder & Lightning";384x240@60;V
+thunderx;"Thunder Cross (set 1)";288x224@60;H
+thunderxa;"Thunder Cross (set 2)";288x224@60;H
+thunderxb;"Thunder Cross (set 3)";288x224@60;H
+thunderxj;"Thunder Cross (Japan)";288x224@60;H
+thundfox;"Thunder Fox (World)";320x224@60;H
+thundfoxj;"Thunder Fox (Japan)";320x224@60;H
+thundfoxu;"Thunder Fox (US)";320x224@60;H
+tigerh;"Tiger Heli (US)";280x240@60;V
+tigerhb1;"Tiger Heli (bootleg, set 1)";280x240@60;V
+tigerhb2;"Tiger Heli (bootleg, set 2)";280x240@60;V
+tigerhb3;"Tiger Heli (bootleg, set 3)";280x240@60;V
+tigerhj;"Tiger Heli (Japan)";280x240@60;V
+tigeroad;"Tiger Road (US)";256x224@60;H
+tigeroadb;"Tiger Road (US bootleg, set 1)";256x224@60;H
+tigeroadb2;"Tiger Road (US bootleg, set 2)";256x224@60;H
+tigeroadu;"Tiger Road (US, Romstar license)";256x224@60;H
+timefgtr;"Time Fighter (Time Pilot conversion on Galaxian hardwa";256x224@60;V
+timelimt;"Time Limit";256x224@60;V
+timeplt;"Time Pilot - Time Pilot - Time Pilot (Jpn)";256x224@60;V
+timeplta;"Time Pilot (Atari) - Time Pilot (Jpn, Alt)";256x224@60;V
+timepltc;"Time Pilot (Centuri)";256x224@60;V
+timescan;"Time Scanner (set 2, System 16B)";320x224@60;V
+timescan1;"Time Scanner (set 1, System 16A, FD1089B 317-0024)";320x224@60;V
+timesold;"Time Soldiers (Euro, USA, Bra) - Time Soldiers (US Rev 3)";256x224@60;V
+timesold1;"Time Soldiers (US Rev 1)";256x224@60;V
+timesupd;"Time's Up Demo";304x224@59;H
+tiptop;"Tip Top";256x224@60;V
+tkdensho;"Toukidenshou - Angel Eyes (VER. 960614)";320x240@57;H
+tkdenshoa;"Toukidenshou - Angel Eyes (VER. 960427)";320x240@57;H
+tknight;"Tecmo Knight";256x224@60;H
+tmht;"Teenage Mutant Hero Turtles (UK 4 Players, version F)";304x224@60;H
+tmht22pe;"Teenage Mutant Hero Turtles - Turtles in Time (2 Playe";288x224@60;H
+tmht24pe;"Teenage Mutant Hero Turtles - Turtles in Time (4 Playe";288x224@60;H
+tmht2p;"Teenage Mutant Hero Turtles (UK 2 Players, version U)";304x224@60;H
+tmht2pa;"Teenage Mutant Hero Turtles (UK 2 Players, version ?)";304x224@60;H
+tmhta;"Teenage Mutant Hero Turtles (UK 4 Players, version S)";304x224@60;H
+tmhtb;"Teenage Mutant Hero Turtles (UK 4 Players, version ?)";304x224@60;H
+tmnt;"Streets of Rage 2 - Teenage Mutant Ninja Turtles (Hack - Teenage Mutant Ninja Turtles (World 4 Players, version";304x224@60;H
+tmnt2;"Teenage Mutant Ninja Turtles - Turtles in Time (4 Play";288x224@60;H
+tmnt22pu;"Teenage Mutant Ninja Turtles - Turtles in Time (2 Play";288x224@60;H
+tmnt2a;"Teenage Mutant Ninja Turtles - Turtles in Time (4 Play";288x224@60;H
+tmnt2pj;"Teenage Mutant Ninja Turtles (Japan 2 Players, version";304x224@60;H
+tmnt2po;"Teenage Mutant Ninja Turtles (Oceania 2 Players, versi";304x224@60;H
+tmnta;"Teenage Mutant Ninja Turtles (Asia 4 Players, version";304x224@60;H
+tmnti;"Teenage Mutant Ninja Turtles (Intro demo)";304x224@59;H
+tmntia;"Teenage Mutant Ninja Turtles (Intro demo, alt)";304x224@59;H
+tmntj;"Teenage Mutant Ninja Turtles (Japan 4 Players, version";304x224@60;H
+tmntu;"Teenage Mutant Ninja Turtles (US 4 Players, version R)";304x224@60;H
+tmntua;"Teenage Mutant Ninja Turtles (US 4 Players, version J)";304x224@60;H
+tmntub;"Teenage Mutant Ninja Turtles (US 4 Players, version H)";304x224@60;H
+tndrcade;"Thundercade / Twin Formation";384x224@60;V
+tndrcadej;"Tokusyu Butai U.A.G. (Japan)";384x224@60;V
+tnextspc;"The Next Space (set 1)";256x224@60;V
+tnextspc2;"The Next Space (set 2)";256x224@60;V
+tnextspcj;"The Next Space (Japan)";256x224@60;V
+tnk3;"T.N.K III (US)";288x224@60;V
+tnk3j;"T.A.N.K (Japan)";288x224@60;V
+tnzs;"The New Zealand Story - The New Zealand Story (Euro) - The New Zealand Story (Jpn) - The NewZealand Story (World, newer)";256x224@60;H
+tnzsj;"The NewZealand Story (Japan, new version, newer PCB)";256x224@60;H
+tnzsjo;"The NewZealand Story (Japan, old version) (older PCB)";256x224@60;H
+tnzso;"The NewZealand Story (World, old version) (older PCB)";256x224@60;H
+tnzsoa;"The NewZealand Story (World, unknown version) (older P";256x224@60;H
+tnzsop;"The NewZealand Story (World, prototype) (older PCB)";256x224@60;H
+tnzsuo;"The NewZealand Story (US, old version) (older PCB)";256x224@60;H
+todruaga;"The Tower of Druaga (New Ver.)";288x224@60;V
+todruagao;"The Tower of Druaga (Old Ver.)";288x224@60;V
+todruagas;"The Tower of Druaga (Sidam)";288x224@60;V
+toki;"Toki (World, set 1) - Toki - Going Ape Spit ~ JuJu Densetsu (World, Rev. A)";256x224@60;H
+tokia;"Toki (World, set 2)";256x224@60;H
+tokib;"Toki (bootleg)";256x224@60;H
+tokiob;"Tokio / Scramble Formation (bootleg)";256x224@60;V
+tokip;"Toki (US, prototype?)";256x224@60;H
+tokisens;"Toki no Senshi - Chrono Soldier";256x224@60;V
+tokiu;"Toki (US, set 1)";256x224@60;H
+tokiua;"Toki (US, set 2)";256x224@60;H
+toobin;"Toobin' (Atari 68k based)";512x384@60;V
+topgunbl;"Top Gunner (bootleg, Rotary Joystick)";240x224@60;V
+topgunr;"Top Gunner (US, 8-way Joystick)";240x224@60;V
+tophuntr;"Top Hunter - Roddy & Cathy (NGM-046)";320x224@59;H
+tophuntrh;"Top Hunter - Roddy & Cathy (NGH-046)";320x224@59;H
+toppyrap;"Toppy & Rappy";256x224@58;H
+topsecrt;"Top Secret (Japan)";256x224@60;H
+topspeed;"Top Speed (World)";320x240@60;H
+topspeedu;"Top Speed (US)";320x240@60;H
+toramich;"Tora e no Michi - Tora e no Michi (Japan)";256x224@60;H
+toride2g;"Toride II Adauchi Gaiden";320x224@60;H
+toride2gg;"Toride II Adauchi Gaiden (German)";320x224@60;H
+toride2gk;"Toride II Bok Su Oi Jeon Adauchi Gaiden (Korea)";320x224@60;H
+toride2j;"Toride II (Japan)";320x224@60;H
+toryumon;"Toryumon";320x224@60;H
+totc;"Treasure of the Caribbean";304x224@59;H
+toto;"Come Back Toto";256x224@58;H
+touchgok;"Touch & Go (Korea, unprotected)";480x240@60;H
+toutrun;"Turbo Out Run (Out Run upgrade, FD1094 317-0118) - Turbo OutRun (Euro, Jpn)";320x224@60;H
+toutrun1;"Turbo Out Run (deluxe cockpit, FD1094 317-0109)";320x224@60;H
+toutrun3;"Turbo Out Run (cockpit, FD1094 317-0107)";320x224@60;H
+toutrun3d;"Turbo Out Run (cockpit, FD1094 317-0107 decrypted)";320x224@60;H
+toutrund;"Turbo Out Run (Out Run upgrade, FD1094 317-0118 decryp";320x224@60;H
+toutrunj;"Turbo Out Run (Japan, Out Run upgrade, FD1094 317-0117";320x224@60;H
+toutrunj1;"Turbo Out Run (Japan, deluxe cockpit, FD1094 317-0101)";320x224@60;H
+toutrunj1d;"Turbo Out Run (Japan, deluxe cockpit, FD1094 317-0101";320x224@60;H
+toutrunjd;"Turbo Out Run (Japan, Out Run upgrade, FD1094 317-0117";320x224@60;H
+toypop;"Toypop";288x224@60;H
+tp84;"Time Pilot '84 (set 1)";256x224@60;V
+tp84a;"Time Pilot '84 (set 2)";256x224@60;V
+tp84b;"Time Pilot '84 (set 3)";256x224@60;V
+tpgolf;"Top Player's Golf (NGM-003)(NGH-003)";304x224@59;H
+trackfld;"Track & Field - Track & Field 1 (Euro)";256x224@60;H
+trackfldc;"Track & Field (Centuri)";256x224@60;H
+trackfldnz;"Track & Field (NZ bootleg?)";256x224@60;H
+trally;"Thrash Rally (ALM-003)(ALH-003)";320x224@59;H
+transfrm;"Transformer";256x192@60;H
+travrusa;"Traverse USA / Zippy Race";240x256@60;V
+travrusab;"Traverse USA (bootleg)";240x256@60;V
+trckydoc;"Tricky Doc (set 1)";240x224@60;H
+trckydoca;"Tricky Doc (set 2)";240x224@60;H
+treahunt;"Treasure Hunt (bootleg?)";256x224@60;V
+tricktrp;"Trick Trap (World?)";280x224@60;V
+trigon;"Trigon (Japan)";288x224@60;V
+trikitri;"Triki Triki (Lover Boy bootleg)";240x224@60;V
+triothep;"Trio The Punch - Never Forget Me... (World)";256x240@60;H
+triothepj;"Trio The Punch - Never Forget Me... (Japan)";256x240@60;H
+triplep;"Triple Punch (set 1)";256x224@60;V
+triplepa;"Triple Punch (set 2)";256x224@60;V
+triplfun;"Triple Fun";320x224@60;H
+tripool;"Tri-Pool (Casino Tech)";256x224@60;V
+tripoola;"Tri-Pool (Costal Games)";256x224@60;V
+trojan;"Trojan (US set 1)";256x240@60;H
+trojana;"Trojan (US set 2)";256x240@60;H
+trojanb;"Trojan (bootleg)";256x240@60;H
+trojanj;"Tatakai no Banka (Japan)";256x240@60;H
+trojanr;"Trojan (Romstar)";256x240@60;H
+trophyh;"Trophy Hunting - Bear & Moose V1.0";320x240@60;H
+trstar;"Top Ranking Stars (Ver 2.1O 1993/05/21) (New Version)";320x232@60;H
+trstarj;"Top Ranking Stars (Ver 2.1J 1993/05/21) (New Version)";320x232@60;H
+trstaro;"Top Ranking Stars (Ver 2.1O 1993/05/21) (Old Version)";320x232@60;H
+trstaroj;"Top Ranking Stars (Ver 2.1J 1993/05/21) (Old Version)";320x232@60;H
+truxton;"Truxton (Euro, USA) ~ Tatsujin (Jpn) - Truxton0Tatsujin";320x240@57.6;V
+truxton2;"Truxton II0Tatsujin Oh";320x240@60;V
+trvgns;"Trivia Genius";288x224@60;V
+trvmstr;"Trivia Master (set 1)";288x224@60;V
+trvmstra;"Trivia Master (set 2)";288x224@60;V
+trvmstrb;"Trivia Master (set 3)";288x224@60;V
+trvmstrc;"Trivia Master (set 4)";288x224@60;V
+tsamurai;"Samurai Nihon-Ichi (set 1)";256x224@60;V
+tsamurai2;"Samurai Nihon-Ichi (set 2)";256x224@60;V
+tsamuraih;"Samurai Nihon-Ichi (bootleg, harder)";256x224@60;V
+tshingen;"Shingen Samurai-Fighter (Japan, English)";256x224@60;H
+tshingena;"Takeda Shingen (Japan, Japanese)";256x224@60;H
+tst_galx;"Galaxian Test ROM";256x224@60;V
+ttmahjng;"T.T Mahjong";256x256@60;H
+tturf;"Tough Turf (set 2, Japan, 8751 317-0104)";320x224@60;H
+tturfu;"Tough Turf (set 1, US, 8751 317-0099)";320x224@60;H
+tubeit;"Tube-It";320x224@60;H
+tumbleb;"Tumble Pop (bootleg set 1)";320x240@58;H
+tumbleb2;"Tumble Pop (bootleg set 2)";320x240@58;H
+tumblep;"Tumble Pop (World)";320x240@58;H
+tumblepj;"Tumble Pop (Japan)";320x240@58;H
+turbofrc;"Turbo Force (World)";352x240@60;V
+turbofrcu;"Turbo Force (US)";352x240@60;V
+turfmast;"Neo Turf Masters / Big Tournament Golf";304x224@59;H
+turkhunt;"Turkey Hunting USA V1.0";320x240@60;H
+turpin;"Turpin";256x224@60;V
+turpins;"Turpin (bootleg on Scramble hardware)";256x224@60;V
+turtles;"Turtles";256x224@60;V
+turtship;"Turtle Ship (North America)";384x224@60;H
+turtshipj;"Turtle Ship (Japan)";384x224@60;H
+turtshipk;"Turtle Ship (Korea)";384x224@60;H
+turtshipkn;"Turtle Ship (Korea, 88/9)";384x224@60;H
+turtshipko;"Turtle Ship (Korea, older)";384x224@60;H
+tutankhm;"Tutankham - Tutankham";256x224@60;V
+tutankhms;"Tutankham (Stern Electronics)";256x224@60;V
+twinactn;"Twin Action";256x224@56;H
+twinadv;"Twin Adventure (World)";256x224@58;H
+twinadvk;"Twin Adventure (Korea)";256x224@58;H
+twinbee;"Detana!! Twinbee - Twin Bee (Jpn) - TwinBee (ROM version)";256x224@60;V
+twinbrat;"Twin Brats (set 1)";334x240@58;H
+twinbrata;"Twin Brats (set 2)";334x240@58;H
+twincobr;"Twin Cobra (USA) - Twin Cobra (World)";320x240@54.9;V
+twincobru;"Twin Cobra (US)";320x240@54.9;V
+twineag2;"Twin Eagle II - The Rescue Mission";336x240@60.2;V
+twineagl;"Twin Eagle - Revenge Joe's Brother";384x224@60;V
+twinfalc;"Twin Falcons";384x224@60;H
+twinhawk;"Twin Hawk (Euro) ~ Daisenpuu (Jpn) - Twin Hawk (World)";384x224@60;V
+twinhawku;"Twin Hawk (US)";384x224@60;V
+twinkle;"Twinkle";256x224@58;H
+twinqix;"Twin Qix (Ver 1.0A 1995/01/17) (Prototype)";320x224@60;H
+twinspri;"Twinkle Star Sprites";304x224@59;H
+twocrude;"Two Crude (US FT revision 1) - Two Crude Dudes (Euro)";256x240@58;H
+twocrudea;"Two Crude (US FT version)";256x240@58;H
+tws96;"Tecmo World Soccer '96";304x224@59;H
+typhoon;"Typhoon";304x224@60;V
+uballoon;"Ultra Balloon";256x224@60;H
+uccops;"Undercover Cops (World)";320x240@60;H
+uccopsar;"Undercover Cops (Alpha Renewal Version)";320x240@60;H
+uccopsj;"Undercover Cops (Japan)";320x240@60;H
+uccopsu;"Undercover Cops (US)";320x240@60;H
+uecology;"Ultimate Ecology (931203 Japan)";384x224@60;H
+ufosensi;"Ufo Senshi Yohko Chan (MC-8123, 317-0064)";256x224@60;H
+ultraman;"Ultraman (Japan) - Ultraman (Jpn) - Ultraman (Jpn)";288x224@60;H
+ultrax;"Ultra X Weapons / Ultra Keibitai";336x240@60;V
+ultraxg;"Ultra X Weapons / Ultra Keibitai (GAMEST review build)";336x240@60;V
+umanclub;"Ultraman Club - Tatakae! Ultraman Kyoudai!!";384x240@60;H
+unclepoo;"Uncle Poo";256x224@60;V
+uniwars;"UniWar S";256x224@60;V
+uniwarsa;"UniWar S (bootleg)";256x224@60;V
+unkpacg;"unknown Pac-Man gambling game";256x224@60;H
+unsquad;"U.N. Squadron (US)";384x224@60;H
+uopoko;"Puzzle Uo Poko (International, ver. 98/02/06)";320x240@58;H
+uopokoj;"Puzzle Uo Poko (Japan, ver. 98/02/06)";320x240@58;H
+upndown;"Up'n Down - Up'n Down (315-5030)";256x224@60;V
+upndownu;"Up'n Down (not encrypted)";256x224@60;V
+usclssic;"U.S. Classic";384x240@60;V
+usg182;"Games V18.2";400x256@60;H
+usg185;"Games V18.5";400x256@60;H
+usg187c;"Games V18.7C";400x256@60;H
+usg32;"Super Duper Casino (California V3.2)";400x256@60;H
+usg82;"Super Ten V8.2";400x256@60;H
+usg83x;"Super Ten V8.3X";400x256@60;H
+usgames;"Games V25.4X";400x256@60;H
+utoukond;"Ultra Toukon Densetsu (Japan)";384x224@60;H
+valkyrie;"Valkyrie No Densetsu (Japan) - Walkuere no Densetsu";288x224@60;V
+vampj;"Vampire - the night warriors (940705 Japan)";384x224@60;H
+vampja;"Vampire - the night warriors (940705 Japan, alt)";384x224@60;H
+vampjr1;"Vampire - the night warriors (940630 Japan)";384x224@60;H
+vandyke;"Vandyke (Japan)";256x224@56;V
+vandykeb;"Vandyke (bootleg with PIC16c57)";256x224@56;V
+vandykejal;"Vandyke (Jaleco, Set 1)";256x224@56;V
+vandykejal2;"Vandyke (Jaleco, Set 2)";256x224@56;V
+vangrd2;"Vanguard II";288x216@60;V
+vanvan;"Van-Van Car";256x224@60;V
+vanvanb;"Van-Van Car (set 3)";256x224@60;V
+vanvank;"Van-Van Car (Karateco)";256x224@60;V
+vaportra;"Vapor Trail - Hyper Offence Formation (World revision";256x240@58;V
+vaportra3;"Vapor Trail - Hyper Offence Formation (World revision";256x240@58;V
+vaportrau;"Vapor Trail - Hyper Offence Formation (US)";256x240@58;V
+varth;"Varth - operation thunderstorm (920714 etc)";384x224@60;V
+varthb;"Varth - operation thunderstorm (bootleg, 920612 etc)";384x224@60;V
+varthj;"Varth - operation thunderstorm (920714 Japan)";384x224@60;V
+varthjr;"Varth - operation thunderstorm (920714 Japan Resale Ve";384x224@60;V
+varthr1;"Varth - operation thunderstorm (920612 etc)";384x224@60;V
+varthu;"Varth - operation thunderstorm (920612 USA)";384x224@60;V
+vasara;"Vasara";336x240@60;V
+vasara2;"Vasara 2 (set 1)";336x240@60;V
+vasara2a;"Vasara 2 (set 2)";336x240@60;V
+vastar;"Vastar (set 1)";256x224@60;V
+vastar2;"Vastar (set 2)";256x224@60;V
+vastar3;"Vastar (set 3)";256x224@60;V
+vastar4;"Vastar (set 4)";256x224@60;V
+vautour;"Vautour (bootleg of Phoenix) (8085A CPU)";256x208@60;V
+vautourz;"Vautour (bootleg of Phoenix) (Z80 CPU)";256x208@60;V
+vautourza;"Vautour (bootleg of Phoenix) (Z80 CPU, single PROM)";256x208@60;V
+vblokbrk;"VS Block Breaker (Europe)";320x240@60;H
+vblokbrka;"VS Block Breaker (Asia)";320x240@60;H
+vendetta;"Vendetta (World, 4 Players ver. T)";304x224@60;H
+vendetta2p;"Vendetta (World, 2 Players ver. W)";304x224@60;H
+vendetta2pd;"Vendetta (Asia, 2 Players ver. D)";304x224@60;H
+vendetta2peba;"Vendetta (World, 2 Players ver. EB-A?)";304x224@60;H
+vendetta2pu;"Vendetta (Asia, 2 Players ver. U)";304x224@60;H
+vendetta2pun;"Vendetta (World, 2 Players ver. ?)";304x224@60;H
+vendettaj;"Crime Fighters 2 (Japan, 2 Players ver. P)";304x224@60;H
+vendettar;"Vendetta (US, 4 Players ver. R)";304x224@60;H
+vendettaz;"Vendetta (Asia, 4 Players ver. Z)";304x224@60;H
+venus;"Venus";256x224@60;V
+vfive;"V-Five (Japan) - V-Five (Jpn)";320x240@60;V
+vhunt2;"Vampire Hunter 2 - darkstalkers revenge (970929 Japan)";384x224@60;H
+vhunt2d;"Vampire Hunter 2 - darkstalkers revenge (970913 Japan";384x224@60;H
+vhunt2r1;"Vampire Hunter 2 - darkstalkers revenge (970913 Japan)";384x224@60;H
+vhuntj;"Vampire Hunter - darkstalkers' revenge (950316 Japan)";384x224@60;H
+vhuntjr1;"Vampire Hunter - darkstalkers' revenge (950307 Japan)";384x224@60;H
+vhuntjr1s;"Vampire Hunter - darkstalkers' revenge (950307 Japan s";384x224@60;H
+vhuntjr2;"Vampire Hunter - darkstalkers' revenge (950302 Japan)";384x224@60;H
+victroad;"Victory Road";288x216@60;V
+viewpoin;"Viewpoint - Viewpoint (USA)";304x224@59;H
+vigilant;"Vigilante - Vigilante - Vigilante (Euro, USA, Bra) - Vigilante (Kor) - Vigilante (World, Rev E)";256x256@55;H
+vigilanta;"Vigilante (World, Rev A)";256x256@55;H
+vigilantb;"Vigilante (US, Rev B)";256x256@55;H
+vigilantbl;"Vigilante (bootleg)";256x256@55;H
+vigilantc;"Vigilante (World, Rev C)";256x256@55;H
+vigilantd;"Vigilante (Japan, Rev D)";256x256@55;H
+vigilantg;"Vigilante (US, Rev G)";256x256@55;H
+vigilanto;"Vigilante (US)";256x256@55;H
+vimana;"Vimana (World, set 1)";320x240@58;V
+vimanaj;"Vimana (Japan)";320x240@58;V
+vimanan;"Vimana (World, set 2)";320x240@58;V
+viofight;"Violence Fight (World)";320x224@60;H
+viofightj;"Violence Fight (Japan)";320x224@60;H
+viofightu;"Violence Fight (US)";320x224@60;H
+viostorm;"Violent Storm (ver EAC)";384x224@60;H
+viostorma;"Violent Storm (ver AAC)";384x224@60;H
+viostormab;"Violent Storm (ver AAB)";384x224@60;H
+viostormeb;"Violent Storm (ver EAB)";384x224@60;H
+viostormj;"Violent Storm (ver JAC)";384x224@60;H
+viostormu;"Violent Storm (ver UAC)";384x224@60;H
+viostormub;"Violent Storm (ver UAB)";384x224@60;H
+vliner;"V-Liner (set 1)";304x224@59;H
+vlinero;"V-Liner (set 2)";304x224@59;H
+vmetal;"Varia Metal";320x224@60;V
+vmetaln;"Varia Metal (New Ways Trading Co.)";320x224@60;V
+volfied;"Volfied - Volfied (Jpn) - Volfied (World, revision 1)";320x240@60;V
+volfiedj;"Volfied (Japan, revision 1)";320x240@60;V
+volfiedjo;"Volfied (Japan)";320x240@60;V
+volfiedu;"Volfied (US, revision 1)";320x240@60;V
+vpool;"Video Pool (bootleg on Moon Cresta hardware)";256x224@60;V
+vsav;"Vampire Savior - the lord of vampire (970519 Euro)";384x224@60;H
+vsav2;"Vampire Savior 2 - the lord of vampire (970913 Japan)";384x224@60;H
+vsav2d;"Vampire Savior 2 - the lord of vampire (970913 Japan P";384x224@60;H
+vsava;"Vampire Savior - the lord of vampire (970519 Asia)";384x224@60;H
+vsavd;"Vampire Savior - the lord of vampire (970519 Euro Phoe";384x224@60;H
+vsavh;"Vampire Savior - the lord of vampire (970519 Hispanic)";384x224@60;H
+vsavj;"Vampire Savior - the lord of vampire (970519 Japan)";384x224@60;H
+vsavu;"Vampire Savior - the lord of vampire (970519 USA)";384x224@60;H
+vsgongf;"VS Gong Fight";256x224@60;V
+vulcan;"Vulcan Venture (New)";320x224@60;H
+vulcana;"Vulcan Venture (Old)";320x224@60;H
+vulcanb;"Vulcan Venture (Oldest)";320x224@60;H
+vulgus;"Vulgus (set 1)";256x224@60;V
+vulgusa;"Vulgus (set 2)";256x224@60;V
+vulgusj;"Vulgus (Japan?)";256x224@60;V
+wakuwak7;"Waku Waku 7";304x224@59;H
+wallc;"Wall Crash (set 1)";256x256@60;H
+wallca;"Wall Crash (set 2)";256x256@60;H
+wanted;"Wanted - Wanted (Euro, USA, Bra)";256x224@60;V
+wardner;"Wardner (USA) - Wardner (World)";320x240@60;H
+wardnerj;"Wardner no Mori (Japan) - Wardner no Mori Special (Jpn)";320x240@60;H
+warofbug;"War of the Bugs or Monsterous Manouvers in a Mushroom";256x224@60;V
+warofbugu;"War of the Bugs or Monsterous Manouvers in a Mushroom";256x224@60;V
+warpwarp;"Warp & Warp - Warp & Warp (Jpn)";272x224@60;V
+warpwarpr;"Warp Warp (Rock-Ola set 1)";272x224@60;V
+warpwarpr2;"Warp Warp (Rock-Ola set 2)";272x224@60;V
+warriorb;"Warrior Blade - Rastan Saga Episode III (Japan)";240x640@60;V
+warzard;"War-Zard / Red Earth (Japan 961121)";384x224@60;H
+warzardr1;"War-Zard / Red Earth (Japan 961023)";384x224@60;H
+watrball;"Water Balls";384x240@60;H
+wb3;"Wonder Boy III - Monster Lair (set 6, World, System 16";320x224@60;H
+wb31;"Wonder Boy III - Monster Lair (set 1, Japan, System 16";320x224@60;H
+wb31d;"Wonder Boy III - Monster Lair (set 1, Japan, System 16";320x224@60;H
+wb32;"Wonder Boy III - Monster Lair (set 2, Japan, System 16";320x224@60;H
+wb32d;"Wonder Boy III - Monster Lair (set 2, Japan, System 16";320x224@60;H
+wb33;"Wonder Boy III - Monster Lair (set 3, World, System 16";320x224@60;H
+wb33d;"Wonder Boy III - Monster Lair (set 3, World, System 16";320x224@60;H
+wb34;"Wonder Boy III - Monster Lair (set 4, Japan, System 16";320x224@60;H
+wb34d;"Wonder Boy III - Monster Lair (set 4, Japan, System 16";320x224@60;H
+wb35;"Wonder Boy III - Monster Lair (set 5, Japan, System 16";320x224@60;H
+wb35d;"Wonder Boy III - Monster Lair (set 5, Japan, System 16";320x224@60;H
+wbdeluxe;"Wonder Boy Deluxe";256x224@60;H
+wbml;"Wonder Boy in Monster Land (Japan New Ver., MC-8123, 3";256x224@60;H
+wbmlb;"Wonder Boy in Monster Land (English bootleg set 1)";256x224@60;H
+wbmljb;"Wonder Boy in Monster Land (Japan not encrypted)";256x224@60;H
+wbmljo;"Wonder Boy in Monster Land (Japan Old Ver., MC-8123, 3";256x224@60;H
+wbmlvc;"Wonder Boy in Monster Land (English, Virtual Console)";256x224@60;H
+wboy;"Wonder Boy (Euro) - Wonder Boy (Euro, USA, Bra, v1) - Wonder Boy (Jpn, v1) - Wonder Boy (set 1, 315-5177)";256x224@60;H
+wboy2;"Wonder Boy (set 2, 315-5178)";256x224@60;H
+wboy2u;"Wonder Boy (set 2, not encrypted)";256x224@60;H
+wboy3;"Wonder Boy (set 3, 315-5135) - Wonder Boy III - Monster Lair (Euro) ~ Monster Lair (J - Wonder Boy III - The Dragon's Trap (Euro, USA, Kor)";256x224@60;H
+wboy4;"Wonder Boy (set 4, 315-5162)";256x224@60;H
+wboy5;"Wonder Boy (set 5, bootleg) - Wonder Boy V - Monster World III (Jpn, Kor)";256x224@60;H
+wboyo;"Wonder Boy (set 1, 315-5135)";256x224@60;H
+wboyu;"Wonder Boy (not encrypted)";256x224@60;H
+wc90;"World Cup '90 (World)";256x224@59;H
+wc90a;"World Cup '90 (Euro set 1)";256x224@59;H
+wc90b;"World Cup '90 (Euro set 2)";256x224@59;H
+wc90b1;"Euro League (Italian hack of Tecmo World Cup '90)";256x224@60;H
+wc90b2;"World Cup '90 (bootleg, set 1)";256x224@60;H
+wc90b3;"World Cup '90 (bootleg, set 2)";256x224@60;H
+wc90b4;"World Cup '90 (bootleg, set 3)";256x224@60;H
+wc90ba;"Euro League (Italian hack of Tecmo World Cup '90 - alt";256x224@60;H
+wc90t;"World Cup '90 (trackball)";256x224@59;H
+welltris;"Welltris - Alexey Pajitnov's (World?, 2 players)";352x240@60;H
+welltrisj;"Welltris - Alexey Pajitnov's (Japan, 2 players)";352x240@60;H
+wh1;"World Heroes (ALM-005)";320x224@59;H
+wh1h;"World Heroes (ALH-005)";320x224@59;H
+wh1ha;"World Heroes (set 3)";320x224@59;H
+wh2;"World Heroes 2 (ALM-006)(ALH-006)";304x224@59;H
+wh2j;"World Heroes 2 Jet (ADM-007)(ADH-007)";304x224@59;H
+wh2ja;"World Heroes 2 Jet (ADM-007)";304x224@59;H
+wheelrun;"Wheels Runner";256x224@60;H
+whizz;"Whizz";384x224@60;H
+whoopee;"Pipi & Bibis / Whoopee!! (Teki Paki hardware)";320x240@60;H
+whp;"World Heroes Perfect";320x224@59;H
+wiggie;"Wiggie Waggie";384x240@60;V
+wildfang;"Wild Fang / Tecmo Knight";256x224@60;H
+willow;"Willow (World)";384x224@60;H
+willowj;"Willow (Japan, Japanese)";384x224@60;H
+willowu;"Willow (USA)";384x224@60;H
+willowuo;"Willow (USA Old Ver.)";384x224@60;H
+wilytowr;"Wily Tower";256x224@60;H
+wingforc;"Wing Force (Japan, prototype)";320x224@60;V
+wintbob;"The Winter Bobble (bootleg)";256x224@58;H
+wiping;"Wiping";288x224@60;V
+wits;"Wit's (Japan)";384x240@60;H
+wiz;"Lizard Wizard - Magical Kid Wiz (Jpn) - Magical Kid Wiz (Tw) - Wiz";256x224@60;V
+wizdfire;"Wizard Fire (Over Sea v2.1)";320x240@58;H
+wizdfireu;"Wizard Fire (US v1.1)";320x240@58;H
+wizt;"Wiz (Taito, set 1)";256x224@60;V
+wizta;"Wiz (Taito, set 2)";256x224@60;V
+wjammers;"Windjammers / Flying Power Disc";304x224@59;H
+wldcourt;"World Court (Japan)";288x224@60;H
+wlstar;"Wonder League Star - Sok-Magicball Fighting (Korea)";320x240@60;H
+wmatch;"Water Match (315-5064)";240x224@60;V
+wndrmomo;"Wonder Momo";288x224@60;H
+wndrplnt;"Wonder Planet (Japan)";256x248@60;V
+wof;"Warriors of Fate (921031 etc)";384x224@60;H
+wof3js;"Sangokushi II: San Jian Sheng (Chinese bootleg set 1,";384x224@60;H
+wof3jsa;"Sangokushi II: San Jian Sheng (Chinese bootleg set 2,";384x224@60;H
+wof3sj;"Sangokushi II: San Sheng Jian (Chinese bootleg set 1,";384x224@60;H
+wof3sja;"Sangokushi II: San Sheng Jian (Chinese bootleg set 2,";384x224@60;H
+wofa;"Sangokushi II (921005 Asia)";384x224@60;H
+wofah;"Sangokushi II (hack set 1, 921005 Asia)";384x224@60;H
+wofaha;"Sangokushi II (hack set 2, 921005 Asia)";384x224@60;H
+wofahb;"Sangokushi II (hack set 3, 921005 Asia)";384x224@60;H
+wofb;"Warriors of Fate (bootleg, 921002 etc)";384x224@60;H
+wofch;"Tenchi wo Kurau II - Sekiheki no Tatakai (CPS Changer,";384x224@60;H
+wofchdx;"Sangokushi III Gaiden: Kakou-On's Revenge DX (hack)";384x224@60;H
+wofh;"Sangokushi II: Sanguo Yingxiong Zhuan (Chinese bootleg";384x224@60;H
+wofha;"Sangokushi II: Sanguo Yingxiong Zhuan (Chinese bootleg";384x224@60;H
+wofhfh;"Sangokushi II: Huo Fenghuang (Chinese bootleg, 921005";384x224@60;H
+wofj;"Tenchi wo Kurau II - Sekiheki no Tatakai (921031 Japan";384x224@60;H
+wofjh;"Tenchi wo Kurau II - Sekiheki no Tatakai (hack, 921031";384x224@60;H
+wofr1;"Warriors of Fate (921002 etc)";384x224@60;H
+wofsj;"Sangokushi II: Sheng Jian Sanguo (Chinese bootleg set";384x224@60;H
+wofsja;"Sangokushi II: Sheng Jian Sanguo (Chinese bootleg set";384x224@60;H
+wofsjb;"Sangokushi II: Sheng Jian Sanguo (Chinese bootleg set";384x224@60;H
+wofsjc;"Sangokushi II: Sheng Jian Sanguo (Chinese bootleg set";384x224@60;H
+wofu;"Warriors of Fate (921031 USA)";384x224@60;H
+wolffang;"Wolf Fang -Kuhga 2001- (Japan)";320x240@58;H
+wonder3;"Wonder 3 (910520 Japan)";384x224@60;H
+wondl96;"Wonder League '96 (Korea)";320x240@60;H
+wondstck;"Wonder Stick (set 1)";320x240@60;H
+wondstcka;"Wonder Stick (set 2, censored)";320x240@60;H
+woodpeca;"Woodpecker (set 2)";288x224@60;V
+woodpeck;"Woodpecker (set 1)";288x224@60;V
+worldwar;"World Wars (World?)";400x224@60;V
+wownfant;"WOW New Fantasia";256x224@60;H
+wrally;"World Rally (Version 1.0, Checksum 0E56)";368x232@60;H
+wrallya;"World Rally (Version 1.0, Checksum 3873)";368x232@60;H
+wrallyat;"World Rally (US, 930217)";368x232@60;H
+wrallyb;"World Rally (Version 1.0, Checksum 8AA2)";368x232@60;H
+wrestwar;"Wrestle War (Euro, Jpn) - Wrestle War (set 3, World, 8751 317-0103)";320x224@60;V
+wrestwar1;"Wrestle War (set 1, Japan, FD1094 317-0090)";320x224@60;V
+wrestwar1d;"Wrestle War (set 1, Japan, FD1094 317-0090 decrypted)";320x224@60;V
+wrestwar2;"Wrestle War (set 2, World, FD1094 317-0102)";320x224@60;V
+wrestwar2d;"Wrestle War (set 2, World, FD1094 317-0102 decrypted)";320x224@60;V
+wrofaero;"War of Aero - Project MEIOU";384x240@60;V
+ws;"Jaws (Spa?) - Jimmy White's Whirlwind Snooker (Euro) - News (set 1) - Super World Stadium (Japan) - World Stadium (Japan)";288x224@60;H
+ws89;"World Stadium '89 (Japan)";288x224@60;H
+ws90;"World Stadium '90 (Japan)";288x224@60;H
+wschamp;"Wing Shooting Championship V2.00";320x240@60;H
+wschampa;"Wing Shooting Championship V1.01";320x240@60;H
+wschampb;"Wing Shooting Championship V1.00";320x240@60;H
+wwallyj;"Wally wo Sagase! (rev B, Japan, FD1094 317-0197B)";320x224@60;H
+wwallyja;"Wally wo Sagase! (rev A, Japan, FD1094 317-0197A)";320x224@60;H
+wwallyjad;"Wally wo Sagase! (rev A, Japan, FD1094 317-0197A decry";320x224@60;H
+wwallyjd;"Wally wo Sagase! (rev B, Japan, FD1094 317-0197B decry";320x224@60;H
+wwfsstar;"WWF Superstars (Europe)";256x240@60;H
+wwfsstarb;"WWF Superstars (bootleg)";256x240@60;H
+wwfsstarj;"WWF Superstars (Japan)";256x240@60;H
+wwfsstaru;"WWF Superstars (US, newer)";256x240@60;H
+wwfsstarua;"WWF Superstars (US)";256x240@60;H
+wwfwfest;"WWF WrestleFest (World)";320x240@60;H
+wwfwfestb;"WWF WrestleFest (US bootleg)";320x240@60;H
+wwfwfestj;"WWF WrestleFest (Japan)";320x240@60;H
+wwfwfestk;"WWF WrestleFest (Korea)";320x240@60;H
+wwfwfestu;"WWF WrestleFest (US)";320x240@60;H
+wwjgtin;"Wai Wai Jockey Gate-In!";256x224@60;H
+wyvernf0;"Wyvern F-0";256x224@60;V
+xexex;"Xexex (ver EAA)";384x256@54;H
+xexexa;"Xexex (ver AAA)";384x256@54;H
+xexexj;"Xexex (ver JAA)";384x256@54;H
+xmcota;"X-Men - children of the atom (950331 Euro)";384x224@60;H
+xmcotaa;"X-Men - children of the atom (950105 Asia)";384x224@60;H
+xmcotaar1;"X-Men - children of the atom (941217 Asia)";384x224@60;H
+xmcotah;"X-Men - children of the atom (950331 Hispanic)";384x224@60;H
+xmcotahr1;"X-Men - children of the atom (950105 Hispanic)";384x224@60;H
+xmcotaj;"X-Men - children of the atom (950105 Japan)";384x224@60;H
+xmcotaj1;"X-Men - children of the atom (941222 Japan)";384x224@60;H
+xmcotaj2;"X-Men - children of the atom (941219 Japan)";384x224@60;H
+xmcotaj3;"X-Men - children of the atom (941217 Japan)";384x224@60;H
+xmcotajr;"X-Men - children of the atom (941208 Japan, rent versi";384x224@60;H
+xmcotar1;"X-Men - children of the atom (950105 Euro)";384x224@60;H
+xmcotar1d;"X-Men - children of the atom (950105 Euro Phoenix Edit";384x224@60;H
+xmcotau;"X-Men - children of the atom (950105 USA)";384x224@60;H
+xmen;"Spider-Man and the X-Men in Arcade's Revenge (USA) - Spider-Man and X-Men - Arcade's Revenge (Euro, USA) - X-Men (4 Players ver UBB) - X-Men (Euro) - X-Men (USA)";288x224@60;H
+xmen2pa;"X-Men (2 Players ver AAA)";288x224@60;H
+xmen2pe;"X-Men (2 Players ver EAA)";288x224@60;H
+xmen2pj;"X-Men (2 Players ver JAA)";288x224@60;H
+xmen2pu;"X-Men (2 Players ver UAB)";288x224@60;H
+xmena;"X-Men (4 Players ver AEA)";288x224@60;H
+xmenaa;"X-Men (4 Players ver ADA)";288x224@60;H
+xmene;"X-Men (4 Players ver EBA)";288x224@60;H
+xmenj;"X-Men (4 Players ver JBA)";288x224@60;H
+xmultipl;"X Multiply (World, M81)";384x256@55;H
+xmultiplm72;"X Multiply (Japan, M72)";384x256@55;H
+xmvsf;"X-Men vs Street Fighter (961004 Euro)";384x224@60;H
+xmvsfa;"X-Men vs Street Fighter (961023 Asia)";384x224@60;H
+xmvsfar1;"X-Men vs Street Fighter (961004 Asia)";384x224@60;H
+xmvsfar2;"X-Men vs Street Fighter (960919 Asia)";384x224@60;H
+xmvsfar3;"X-Men vs Street Fighter (960910 Asia)";384x224@60;H
+xmvsfb;"X-Men vs Street Fighter (961023 Brazil)";384x224@60;H
+xmvsfh;"X-Men vs Street Fighter (961004 Hispanic)";384x224@60;H
+xmvsfj;"X-Men vs Street Fighter (961023 Japan)";384x224@60;H
+xmvsfjr1;"X-Men vs Street Fighter (961004 Japan)";384x224@60;H
+xmvsfjr2;"X-Men vs Street Fighter (960910 Japan)";384x224@60;H
+xmvsfjr3;"X-Men vs Street Fighter (960909 Japan)";384x224@60;H
+xmvsfr1;"X-Men vs Street Fighter (960910 Euro)";384x224@60;H
+xmvsfu;"X-Men vs Street Fighter (961023 USA)";384x224@60;H
+xmvsfu1d;"X-Men vs Street Fighter (961004 USA Phoenix Edition)";384x224@60;H
+xmvsfur1;"X-Men vs Street Fighter (961004 USA)";384x224@60;H
+xmvsfur2;"X-Men vs Street Fighter (960910 USA)";384x224@60;H
+xorworld;"Xor World (prototype)";256x224@60;H
+xsleena;"Xain'd Sleena (World)";256x240@60;H
+xsleenaj;"Xain'd Sleena (Japan)";256x240@60;H
+xxmissio;"XX Mission";512x192@60;V
+yamagchi;"Go Go Mr. Yamaguchi / Yuke Yuke Yamaguchi-kun";256x224@60;V
+yamato;"Yamato (Euro, Jpn) - Yamato (US)";256x224@60;V
+yamato2;"Yamato (World?)";256x224@60;V
+yanchamr;"Kaiketsu Yanchamaru (Japan)";384x256@60;H
+yankeedo;"Yankee DO!";240x192@60;V
+yesnoj;"Yes/No Sinri Tokimeki Chart";320x224@60;H
+yiear;"Yie Ar Kung-Fu (Jpn) - Yie Ar Kung-Fu (program code I) - Yie Ar Kung-Fu (Tw)";256x224@60;H
+yiear2;"Yie Ar Kung-Fu (program code G) - Yie Ar Kung-Fu II - The Emperor Yie-Gah (Jpn)";256x224@60;H
+yieartf;"Yie Ar Kung-Fu (GX361 conversion)";256x224@60;H
+youjyudn;"Youjyuden (Japan)";256x256@60;V
+youkaidk1;"Yokai Douchuuki (Japan, old version (YD1))";288x224@60;H
+youkaidk2;"Yokai Douchuuki (Japan, new version (YD2, Rev B))";288x224@60;H
+youma;"Youma Ninpou Chou (Japan)";256x224@60;V
+youma2;"Youma Ninpou Chou (Japan, alt)";256x224@60;V
+yukiwo;"Yukiwo (World, prototype)";320x224@60;V
+yuyugogo;"Yuuyu no Quiz de GO!GO! (Japan)";320x224@60;H
+zaviga;"Zaviga";256x240@60;V
+zavigaj;"Zaviga (Japan)";256x240@60;V
+zaxxon;"Super Zaxxon - Zaxxon - Zaxxon (Jpn) - Zaxxon (Jpn) - Zaxxon (set 1, rev D)";256x224@60;V
+zaxxon2;"Zaxxon (set 2, unknown rev)";256x224@60;V
+zaxxon3;"Zaxxon (set 3, unknown rev)";256x224@60;V
+zaxxonb;"Jackson";256x224@60;V
+zaxxonj;"Zaxxon (Japan)";256x224@60;V
+zedblade;"Zed Blade / Operation Ragnarok";304x224@59;H
+zeropnt;"Zero Point (set 1)";384x224@60;H
+zeropnt2;"Zero Point 2";384x224@60;H
+zeropnta;"Zero Point (set 2)";384x224@60;H
+zeropntj;"Zero Point (Japan)";384x224@60;H
+zeroteam;"New Zero Team (V33 SYSTEM TYPE_B hardware) - Zero Team USA (set 1, US, Fabtek license)";320x256@55;H
+zeroteama;"New Zero Team (V33 SYSTEM TYPE_B hardware, China?) - Zero Team (set 2, Japan? (earlier?))";320x256@55;H
+zeroteamb;"Zero Team (set 3, Japan? (later batteryless))";320x256@55;H
+zeroteamc;"Zero Team (set 4, Taiwan, Liang Hwa license)";320x256@55;H
+zeroteamd;"Zero Team (set 5, Korea, Dream Soft license)";320x256@55;H
+zeroteams;"Zero Team Selection";320x256@55;H
+zeroteamsr;"Zero Team Suicide Revival Kit";320x256@55;H
+zerotime;"Zero Time";256x224@60;V
+zerotimed;"Zero Time (Datamat)";256x224@60;V
+zerotm2k;"Zero Team 2000";320x256@55;H
+zerowing;"Zero Wing (2P set) - Zero Wing (Euro)";320x240@60;H
+zerowing1;"Zero Wing (1P set)";320x240@60;H
+zerowingw;"Zero Wing (2P set, Williams Electronics)";320x240@60;H
+zerozone;"Zero Zone";368x224@60;H
+zigzagb;"Zig Zag (Galaxian hardware, set 1)";256x224@60;V
+zigzagb2;"Zig Zag (Galaxian hardware, set 2)";256x224@60;V
+zin;"Zing Zing Zip";384x240@60;V
+zintrckb;"Zintrick / Oshidashi Zentrix (hack / bootleg)";304x224@59;H
+zintrkcd;"Zintrick / Oshidashi Zentrix (Neo CD conversion)";304x224@59;H
+zipzap;"Zip & Zap";256x224@60;V
+zoar;"Zoar";256x240@60;V
+zodiack;"Zodiack";256x224@60;V
+zombraid;"Zombie Raid (9/28/95, US)";384x240@60;H
+zombraidp;"Zombie Raid (9/28/95, US, prototype PCB)";384x240@60;H
+zombraidpj;"Zombie Raid (9/28/95, Japan, prototype PCB)";384x240@60;H
+zupapa;"Zupapa!";304x224@59;H
+zzyzzyxx;"Zzyzzyxx (set 1)";256x224@60;V
+zzyzzyxx2;"Zzyzzyxx (set 2)";256x224@60;V
diff --git a/opt/retropie/configs/all/autostart.sh b/opt/retropie/configs/all/autostart.sh
new file mode 100755
index 0000000..b7e6f1c
--- /dev/null
+++ b/opt/retropie/configs/all/autostart.sh
@@ -0,0 +1,79 @@
+#!/bin/bash
+
+# script for preparing RetroPieRGB config script
+
+
+
+rgb_config=/home/pi/rgb_config.sh
+rgb_default_config=/home/pi/rgb_default_config.sh
+config=/boot/config.txt
+log=/home/pi/log.txt
+
+rm $log > /dev/null
+# read config.txt and put all config parameters for RetroPieRGB Parameters to
+# rgb_config
+
+
+function pikeyd165_start ()
+{
+ sudo chmod a+rwx /dev/uinput
+ pikeyd165_stop
+ sudo -s pikeyd165 -smi -ndb -d &> /dev/null
+}
+
+function pikeyd165_stop ()
+{
+
+ sudo chmod a+rwx /dev/uinput
+
+ sudo -s pikeyd165 -k &> /dev/null
+ #killall pikeyd165
+}
+
+
+
+function get_params()
+{
+
+ while IFS== read -r param default_value; do
+
+ result=$(grep $param $config)
+
+ if [ -z "$result" ] ; then
+ echo "$param=$default_value" | sudo tee -a $config
+ else
+ # var exists in config.txt
+ echo "variable in config.txt exists" >> $log
+ echo "sync calue in rgb_config" >> $log
+
+ echo $result >> $log
+ value=$(echo $result|cut -d"=" -f2)
+ echo $value >> $log
+ sed -i "s/^$param.*/$param=$value/" $rgb_config
+
+ fi
+
+ done < $rgb_default_config
+}
+
+
+# WIEGAND: Try to remove this part
+# rm $rgb_config
+# cp $rgb_default_config $rgb_config
+
+get_params
+
+chmod +x $rgb_config
+. $rgb_config
+
+
+if [ "$pi2jamma" == "1" ]; then
+ echo "pi2jamma activated" >> $log
+ pikeyd165_start
+else
+ echo "pi2jamma deactivated" >> $log
+ pikeyd165_stop
+fi
+
+
+emulationstation --screenrotate $es_rotate
diff --git a/opt/retropie/configs/all/runcommand-onend.sh b/opt/retropie/configs/all/runcommand-onend.sh
new file mode 100644
index 0000000..6aee22b
--- /dev/null
+++ b/opt/retropie/configs/all/runcommand-onend.sh
@@ -0,0 +1,5 @@
+vcgencmd hdmi_timings 320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1 > /dev/null
+sleep 0.3
+tvservice -e "DMT 87" > /dev/null
+sleep 0.3
+fbset -depth 8 && fbset -depth 16 -xres 320 -yres 240 > /dev/null
diff --git a/opt/retropie/configs/all/runcommand-onstart.sh b/opt/retropie/configs/all/runcommand-onstart.sh
new file mode 100755
index 0000000..e6fc352
--- /dev/null
+++ b/opt/retropie/configs/all/runcommand-onstart.sh
@@ -0,0 +1,102 @@
+#!/usr/bin/env bash
+#title : runcommand-onstart.sh
+#description : This script perform the following
+# Determines if the game being run is a console or an arcade/fba
+# For arcades, it will programatically determine the resolution based on resolution.ini file
+# For consoles, hdmi_timings can be set based on emulator or system
+# Dynamically creates the game_name.zip.cfg file and sets the custom_viewport_height
+# Dynamically add these parameters (video_allow_rotate = "true" and video_rotation = 1) for vertical games
+# vertical.txt contains all the mame 0.184 vertical games
+# Ability to set custom_viewport_width for arcades/fba
+#author : Jochen Zurborg
+#date : 2019-11-19
+#version : 0.1
+#notes : For advance users only and would need to be tweaked
+# to cater to your needs and preference
+# resolution.ini (0.184) file needed http://www.progettosnaps.net/renameset/
+#===============================================================================================================
+
+log=/home/pi/log.txt
+
+dir=($pwd)
+
+
+. /home/pi/rgb_config.sh
+
+# get the system name
+system=$1
+
+# get the emulator name
+emul=$2
+emul_lr=${emul:0:2}
+
+# get the full path filename of the ROM
+rom_fp=$3
+rom_bn=$3
+
+# Game or Rom name
+rom_bn="${rom_bn%.*}"
+rom_bn="${rom_bn##*/}"
+
+path=/opt/retropie/configs/all
+
+
+function prep_res ()
+{
+ cd $path
+ mme4crt $1 $2 $3 $rgb_screen_shift $rgb_screen_width 0 >> $log
+ #cp $dir/game_res.sh $path
+ #cp $dir/retroarch_game.cfg $path
+ chmod +x game_res.sh
+ cp retroarch_game.cfg "$rom_fp"".cfg"
+ cd $dir
+
+}
+
+# Determine if arcade or fba then determine resolution, set hdmi_timings else goto console section
+if [[ "$system" == "arcade" ]] || [[ "$system" == "fba" ]] || [[ "$system" == "mame-libretro" ]] ; then
+ echo "rom $rom_bn" >> $log
+
+ # get resolution of rom
+ rom_resolution=$(grep "$rom_bn;" $path/arcade_res_table.txt | cut -d";" -f3)
+ rom_resolution_width=$(echo $rom_resolution | cut -f1 -d"x")
+ rom_resolution_height=$(echo $rom_resolution | cut -f2 -d"x" | cut -f1 -d"@")
+ rom_resolution_freq=$(echo $rom_resolution | cut -f2 -d"x" | cut -f2 -d"@")
+
+ echo $rom_resolution >> $log
+
+ # Set rom_resolution_height for 480p and 448p roms
+ if [ $rom_resolution_height == "480" ]; then
+ rom_resolution_height="240"
+ elif [ $rom_resolution_height == "448" ]; then
+ rom_resolution_height="224"
+ fi
+
+
+ # Create rom_name.cfg
+ if ! [ -f "$rom_fp"".cfg" ]; then
+ touch "$rom_fp"".cfg"
+ fi
+
+ prep_res $rom_resolution_width $rom_resolution_height $rom_resolution_freq
+
+
+ # determine if vertical
+ if grep -w -q "$rom_bn" /opt/retropie/configs/all/vertical.txt ; then
+ # Add vertical parameters (video_allow_rotate = "true")
+ if ! grep -q "video_allow_rotate" "$rom_fp"".cfg"; then
+ echo -e "video_allow_rotate = \"true\"" >> "$rom_fp"".cfg" 2>&1
+ fi
+ # Add vertical parameters (video_rotation = 1)
+ if ! grep -q "video_rotation" "$rom_fp"".cfg"; then
+ echo -e "video_rotation = \"1\"" >> "$rom_fp"".cfg" 2>&1
+ fi
+ fi
+
+# hier besser eine Standard super res.
+else
+ prep_res 320 224 60
+
+fi
+
+$path/game_res.sh
diff --git a/opt/retropie/configs/all/vertical.txt b/opt/retropie/configs/all/vertical.txt
new file mode 100644
index 0000000..b9dd188
--- /dev/null
+++ b/opt/retropie/configs/all/vertical.txt
@@ -0,0 +1,1095 @@
+005
+1941
+1942
+1943
+1943kai
+1943mii
+1945kiii
+19xx
+20pacgal
+25pacman
+39in1
+4in1
+8ball
+8ballact
+aafb
+aceattac
+acefruit
+acrobatm
+ad2083
+aerofgt
+aerofgts
+afighter
+agallet
+airass
+airattck
+airduel
+airraid
+ajax
+alcon
+alibaba
+alinvade
+alleymas
+alphaho
+alpine
+altair
+amazon
+amidar
+androidp
+andromed
+angelkds
+anmlbskt
+anteater
+apb
+arabian
+arbalest
+arcadian
+argus
+arkanoid
+arkatour
+arknoid2
+armchmp2
+armedf
+armorcar
+ashura
+aso
+assault
+astrob
+astrof
+astrowar
+asuka
+asylum
+atamanot
+atlantis
+attckufo
+avengers
+azurian
+babypac
+bagman
+ballbomb
+baluba
+barrier
+baryon
+batrider
+batsugun
+battlane
+battlnts
+battroad
+bbakraid
+bcruzm12
+beaminv
+beezer
+berenstn
+bermudat
+bgaregga
+bigbucks
+bigevglf
+bigprowr
+bikkuric
+bioatack
+birdiy
+birdtry
+bitgrpha
+bitgrphb
+bjtwin
+bking
+bking2
+bking3
+bladestl
+blastoff
+blazer
+blkhole
+block
+blockcar
+blockgal
+blswhstl
+bluehawk
+blueprnt
+boggy84
+bombbee
+bombjack
+bombsa
+bongo
+boomrang
+boonggab
+botanic
+bowl3d
+bowler
+bowlrama
+brdrline
+breakout
+brickzn
+brubber
+brvblade
+btime
+buggychl
+bullfgtr
+bullsdrt
+bwcasino
+bwings
+cadanglr
+cairblad
+calibr50
+calipso
+cannonbp
+capbowl
+captflag
+carhntds
+carjmbre
+carnival
+castfant
+catacomb
+catapult
+catnmous
+cavelon
+cbdash
+cbtime
+cburnrub
+cchasm
+cdiscon1
+cdsteljn
+centiped
+cexplore
+cfarm
+cfboy0a1
+cfghtice
+cflyball
+cgraplop
+champbwl
+chanbara
+checkman
+cheekyms
+chinhero
+chkun
+chopper
+chqflag
+chwy
+circusc
+citybomb
+ckong
+ckongpt2
+clapapa
+clocknch
+clubpacm
+cluckypo
+cmanhat
+cmissnx
+cmkenosp
+cmmb162
+cmrltv75
+cnightst
+cntsteer
+cocean1a
+cocoloco
+colony7
+combh
+commando
+commsega
+complexx
+congo
+conquer
+contra
+coozumou
+cosmica
+cosmicg
+cosmo
+cosmogng
+cosmos
+cppicf
+cprobowl
+cprogolf
+cpsoccer
+cptennis
+crbaloon
+crshrace
+crush
+crzrally
+cscrtry
+csdtenis
+cskater
+csuperas
+cterrani
+ctisland
+ctornado
+ctsttape
+curvebal
+cutieq
+cybattlr
+cyclshtg
+cyvern
+czeroize
+dai3wksi
+daikaiju
+daioh
+dambustr
+dangar
+dangseed
+darkmist
+darkwar
+darwin
+dazzler
+dblewing
+dcheese
+ddayjlc
+ddonpach
+ddp2
+ddpdfk
+ddpdoj
+ddpdojh
+dealer
+decocass
+demoneye
+desertbr
+desertwr
+destryer
+devilfsh
+devstors
+devzone
+dfkbl
+digdug
+digdug2
+digger
+diggerc
+dimahoo
+dingo
+dirtfoxj
+disco
+discoboy
+divebomb
+dkong
+dkong3
+dkongjr
+docastle
+dockman
+dogfight
+dogyuun
+dommy
+donpachi
+dorachan
+dorodon
+downtown
+draco
+dragnblz
+drakton
+dremshpr
+driftout
+drivfrcp
+drmicro
+drtoppel
+dsaber
+dspirit
+dyger
+dynadice
+dynamski
+dynobop
+earthjkr
+eeekk
+eggor
+eightfrc
+elecyoyo
+enigma2
+equites
+espgal
+espgal2
+esprade
+evilston
+exctscc2
+exctsccr
+exedexes
+exerion
+explbrkr
+extrmatn
+eyes
+f1gp
+f1gp2
+fantasia
+fantastc
+fantasy
+fastdraw
+fastlane
+fcombat
+feversos
+fghtatck
+fgoal
+fhawk
+fi6845
+fightrol
+finalizr
+firebatl
+fireshrk
+firetrap
+firetrk
+fiveside
+fixeight
+flipjack
+flyboy
+flytiger
+fnkyfish
+freekick
+freeze
+frogger
+frontlin
+fshark
+fspiderb
+fstarfrc
+funkybee
+futari15
+futaribl
+futflash
+futspy
+gaiapols
+galactic
+galaga
+galaga88
+galaxia
+galaxian
+galaxygn
+galgame
+galivan
+galmedes
+galpani2
+galpani3
+galpanic
+galsnew
+galspnbl
+galxwars
+gametngk
+gaplus
+gardia
+gbusters
+gcpinbal
+geebee
+gekiridn
+gekisou
+gemini
+gground
+ghox
+gigas
+gigasm2b
+gmgalax
+gnbarich
+goindol
+goldbug
+gomoku
+gondo
+gorf
+gp2quiz
+gp2se
+gp32
+grasspin
+grchamp
+greenber
+grindstm
+grobda
+gseeker
+gstream
+gulfstrm
+gulfwar2
+gunbird
+gunbird2
+gundealr
+gundhara
+gunfront
+gunlock
+gunnail
+gunsmoke
+guwange
+guzzler
+gwar
+gyrodine
+gyruss
+hal21
+halleys
+hamaway
+harem
+hbarrel
+headoni
+heartatk
+heiankyo
+helifire
+hero
+highsplt
+himesiki
+hoccer
+hopprobo
+horekid
+horshoes
+hotdogst
+hotpinbl
+hotshock
+hotsmash
+hstennis
+hunchbak
+huncholy
+hustler
+hwrace
+hyhoo
+hyhoo2
+ibara
+ibarablk
+igmo
+ikari
+ikaruga
+illvelo
+imago
+imgfight
+imolagp
+indianbt
+indy800
+intrepid
+invad2ct
+invaders
+invadpt2
+invds
+invho2
+invinco
+invmulti
+invqix
+invrvnge
+ipminvad
+ixion
+jack
+jackal
+jackrabt
+jantotsu
+jcross
+jin
+jjack
+joinem
+jollyjgr
+jongbou
+josvolly
+journey
+joust2
+joyfulr
+jrpacman
+jumpbug
+jumpcoas
+jumpshot
+jungler
+junofrst
+kageki
+kaitei
+kamikaze
+kamikcab
+kangaroo
+kaos
+karous
+kas89
+kbm
+kbm2nd
+kbm3rd
+kchamp
+ket
+kick
+kicker
+kikikai
+kingball
+kingdmgp
+kingofb
+koikoi
+konam80s
+kong
+kopunch
+krull
+krzybowl
+kyros
+ladybug
+ladyfrog
+ladykill
+ladymstr
+lagunar
+lasso
+lastday
+lastduel
+lastmisn
+leds2011
+legion
+lethalth
+levers
+lgtnfght
+liberate
+lizwiz
+lnc
+locomotn
+logger
+looping
+losttomb
+loverboy
+lrescue
+lsasquad
+luckyrlt
+luctoday
+lupin3
+lwings
+m660
+machomou
+macross
+macrossp
+madalien
+madgear
+madshark
+mag_time
+magspot
+magspot2
+mamonoro
+maniach
+manybloc
+mappy
+mariner
+mars
+marvins
+masterw
+matmania
+mazeinv
+mazinger
+megadon
+megazone
+mercs
+merlinmm
+metafox
+metlfrzr
+metlhawk
+mgolf
+mightguy
+mikie
+milliped
+mimonkey
+minefld
+mirax
+misncrft
+mjleague
+mmagic
+mmonkey
+mmpork
+mocapb
+mofflott
+moguchan
+monsterb
+montecar
+monymony
+monzagp
+moonal2
+mooncrst
+moonqsr
+moonwar
+motos
+mouser
+mplanets
+mrdo
+mrflea
+mrjong
+mrkougar
+mrtnt
+mrviking
+msisaac
+msjiken
+mspacman
+mspuzzle
+multiped
+mushisam
+musicbal
+mustache
+mv1sfx
+mv1sfx2
+mx5000
+mystston
+naughtyb
+navarone
+ncv1
+ncv2
+nebulray
+neobattl
+netwars
+newfant
+newsin7
+nibbler
+ninjemak
+nitrobal
+nmouse
+noahsark
+nob
+nomnlnd
+nost
+nsub
+numcrash
+nyny
+ohpaipee
+olibochu
+omega
+omegaf
+orbitron
+outzone
+overdriv
+ozmawars
+ozon1
+p911
+p9112
+pachifev
+packbang
+pacmania
+pacnpal
+pacplus
+paddlema
+pairlove
+pandoras
+panic
+panicr
+panther
+paprazzi
+para2dx
+paradise
+paradlx
+passsht
+pbaction
+pballoon
+peggle
+pengo
+percuss
+perestro
+perfrman
+phelios
+phoenix
+phozon
+pickin
+pignewt
+pinbo
+pinkswts
+pisces
+pitnrun
+playball
+pleiads
+plgirls
+plgirls2
+plusalph
+plygonet
+pntnpuzl
+pokrdice
+polaris
+pollux
+polynetw
+pooyan
+popflame
+popper
+porky
+portrait
+poundfor
+ppking
+pprobe
+progolf
+progress
+promutrv
+prosoccr
+prosport
+protennb
+prtytime
+psurge
+psychic5
+psyvar2
+psyvaria
+psyvarrv
+pturn
+puckman
+pulsar
+pushover
+puzlclub
+pwrflip
+pzlestar
+qbert
+qbertqub
+qix
+quantum
+quarterb
+quasar
+quester
+quizpun
+quizpun2
+quizqgd
+qwak
+r2dtank
+r2dx_v33
+raaspec
+rackemup
+radarscp
+radarzon
+radirgy
+raflesia
+raiden
+raiden2
+raidendx
+raiders
+rallybik
+razmataz
+rcasino
+rcirulet
+rcorsair
+rdft
+rdft2
+re800v1
+re800v3
+re900
+reaktor
+redalert
+redclash
+redlin2p
+redrobin
+redufo
+regulus
+repulse
+rescue
+retofinv
+revenger
+rfjet
+ridleofp
+roadf
+rockduck
+rockn
+rockn2
+rockn3
+rockn4
+rocktrv2
+rocnrope
+rollingc
+rompers
+rotaryf
+roundup
+route16
+rshark
+rtriv
+rumba
+ryujin
+s1945
+s1945ii
+s1945iii
+safarir
+samurai
+samuraia
+sandscrp
+sasuke
+satansat
+saturnzi
+sbagman
+sbasketb
+sbomber
+sbowling
+sbrkout
+sbugger
+schaser
+scobra
+scontra
+scorpion
+scotrsht
+scramble
+scregg
+scudhamm
+sdtennis
+sdungeon
+searchar
+seicross
+sengekis
+senjyo
+setaroul
+sexyboom
+sfkick
+sflush
+sheriff
+shienryu
+shikgam2
+shikigam
+shikigama
+shollow
+shootbul
+shors2k1
+shorse
+shorsep
+shorsepr
+shtrider
+shuffle
+shuttlei
+sianniv
+sidampkr
+sidewndr
+silvmil
+sindbadm
+sinistar
+skullfng
+skyadvnt
+skyalert
+skyarmy
+skybase
+skybump
+skychut
+skyfox
+skylancr
+skylove
+skysmash
+skysoldr
+sl2007
+slikshot
+slither
+solarfox
+solarwar
+sonicbom
+sos
+spacbeam
+spacecr
+spacefb
+spacefev
+spacefrt
+spaceg
+spaceint
+spacelnc
+spaceod
+spacetrk
+spbactn
+spcforce
+spcfrcii
+spcinv95
+spcking2
+spclaser
+spclforc
+spcpostn
+spcwarp
+spdcoin
+speakres
+spec2k
+speedbal
+spellbnd
+spfghmk2
+spiders
+springer
+spyhunt
+sqbert
+sqix
+sraider
+srdarwin
+srdmissn
+srumbler
+ssi
+ssingles
+ssmissin
+ssozumo
+sspacaho
+sspaceat
+sspeedr
+sspirits
+ssrj
+sstingry
+sstrangr
+sstrike
+sstriker
+stagger1
+starfigh
+starforc
+starjack
+starspnr
+stg
+stinger
+stmblade
+stratab
+streakng
+striv
+strtheat
+strvmstr
+stuntair
+sub
+sucasino
+sundance
+supdrapo
+superabc
+superbik
+superbon
+superbug
+superpac
+supertnk
+superwng
+superx
+supmodel
+suprglob
+suprmous
+suprridr
+suprstar
+survival
+swat
+szaxxon
+tacscan
+tactcian
+tail2nos
+talbot
+tankbatt
+tankbust
+tattack
+taxidriv
+tazmania
+tcobra2
+tdfever
+tdpgal
+tdragon
+tdragon2
+teamqb
+teedoff
+telmahjn
+tempest
+tenkomor
+tenspot
+terracre
+tharrier
+thedeep
+theend
+thehand
+thepit
+thunderl
+tigerh
+timefgtr
+timelimt
+timeplt
+timescan
+timesold
+tinv2650
+tisland
+tndrcade
+tnextspc
+tnk3
+todruaga
+tokio
+tokisens
+tomahawk
+toobin
+toprollr
+toratora
+torus
+toucheme
+tp84
+tranqgun
+travrusa
+trgheart
+tricktrp
+triplep
+tripool
+trisport
+trizeal
+tron
+truxton
+truxton2
+trvchlng
+trvmstr
+trvquest
+trvwz2
+trvwz4
+tryout
+tsamurai
+tugboat
+tunhunt
+turbo
+turbofrc
+turbotag
+turtles
+tutankhm
+twinbee
+twincobr
+twineag2
+twineagl
+twinhawk
+ultrax
+unclepoo
+undefeat
+uniwars
+unkhorse
+upndown
+upyoural
+usclssic
+valkyrie
+valtric
+vandyke
+vangrd2
+vanguard
+vanvan
+vaportra
+varth
+vasara
+vasara2
+vastar
+vectrex\3dminest
+vectrex\animactn
+vectrex\armora
+vectrex\artmastr
+vectrex\bedlam
+vectrex\berzerk
+vectrex\blitz
+vectrex\cchasm
+vectrex\ccoaster
+vectrex\cleanswp
+vectrex\darktowr
+vectrex\enginean
+vectrex\fnarzod
+vectrex\headsup
+vectrex\hyprchas
+vectrex\mailplan
+vectrex\melody
+vectrex\minestrm
+vectrex\narrowes
+vectrex\polarres
+vectrex\polepos
+vectrex\ptchduel
+vectrex\ripoff
+vectrex\rocksled
+vectrex\scramble
+vectrex\solarq
+vectrex\spacewar
+vectrex\spike
+vectrex\spinball
+vectrex\starcas
+vectrex\starhawk
+vectrex\startrek
+vectrex\testrev4
+vectrex\tourfrnc
+vectrex\webwarp
+vectrex
+vega
+victroad
+videopin
+vimana
+viprp1
+vmetal
+volfied
+vortex
+vroulet
+vsgongf
+vulgus
+wallst
+wanted
+warofbug
+warpwarp
+waterski
+wiggie
+wingforc
+wiping
+wivernwg
+wiz
+wmatch
+wndrplnt
+woodpeck
+worldwar
+wrestwar
+wrofaero
+wtennis
+wwestern
+wyvernf0
+x2222
+xevious
+xiistag
+xxmissio
+yamagchi
+yamato
+yosakdon
+youjyudn
+zaryavos
+zaviga
+zaxxon
+zerohour
+zigzagb
+zingzip
+zipzap
+zoar
+zodiack
+zzyzzyxx
diff --git a/patch.sh b/patch.sh
new file mode 100755
index 0000000..c6783d5
--- /dev/null
+++ b/patch.sh
@@ -0,0 +1,3 @@
+dialog --infobox "RetroPieRGB First Version patch 1\n\n Visit www.arcadeforge.de" 10 30
+sleep 3
+./setup.sh
diff --git a/scripts/320_240_60.sh b/scripts/320_240_60.sh
new file mode 100755
index 0000000..6aee22b
--- /dev/null
+++ b/scripts/320_240_60.sh
@@ -0,0 +1,5 @@
+vcgencmd hdmi_timings 320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1 > /dev/null
+sleep 0.3
+tvservice -e "DMT 87" > /dev/null
+sleep 0.3
+fbset -depth 8 && fbset -depth 16 -xres 320 -yres 240 > /dev/null
diff --git a/scripts/450_270_50.sh b/scripts/450_270_50.sh
new file mode 100755
index 0000000..a4812aa
--- /dev/null
+++ b/scripts/450_270_50.sh
@@ -0,0 +1,16 @@
+vcgencmd hdmi_timings 450 1 50 30 90 270 1 1 1 30 0 0 0 50 0 9600000 1 > /dev/null
+#vcgencmd hdmi_timings 320 1 2 26 43 240 1 3 7 12 0 0 0 60 0 6400000 1
+
+
+tvservice -e "DMT 87"
+#fbset -g 320 230 320 230 32 > /dev/null
+sleep 0.3
+
+#fbset -depth 8 && fbset -depth 16
+#sleep 0.3
+fbset -g 450 270 450 270 32 > /dev/null
+# fb not put to screen
+echo "res executed"
+#sleep 0.3
+
+#stty rows 44
diff --git a/scripts/450_270_60.sh b/scripts/450_270_60.sh
new file mode 100755
index 0000000..898ff43
--- /dev/null
+++ b/scripts/450_270_60.sh
@@ -0,0 +1,13 @@
+vcgencmd hdmi_timings 450 1 50 33 90 270 1 1 1 30 0 0 0 60 0 9600000 1 > /dev/null
+
+
+tvservice -e "DMT 87" > /dev/null
+sleep 0.3
+
+fbset -depth 8 && fbset -depth 16
+sleep 0.3
+fbset -g 450 270 450 270 32 > /dev/null
+
+#sleep 0.3
+
+#stty rows 44
diff --git a/setup.sh b/setup.sh
new file mode 100755
index 0000000..23021d5
--- /dev/null
+++ b/setup.sh
@@ -0,0 +1,23 @@
+echo "installing files"
+
+
+cp opt/retropie/configs/all/autostart.sh /opt/retropie/configs/all/
+cp home/pi/RetroPie/retropiemenu/rotate\ screen.sh /home/pi/RetroPie/retropiemenu
+cp home/pi/rgb_default_config.sh /home/pi/
+sudo cp usr/local/bin/mme4crt /usr/local/bin/
+sudo rm /usr/local/bin/pikeyd165 > /dev/null
+sudo cp usr/local/bin/pikeyd165 /usr/local/bin/
+sudo cp etc/pikeyd165.conf /etc/
+cp opt/retropie/configs/all/vertical.txt /opt/retropie/configs/all/
+cp opt/retropie/configs/all/runcommand-onstart.sh /opt/retropie/configs/all/
+cp /opt/retropie/configs/all/runcommand-onstart.sh /opt/retropie/configs/all/runcommand-onstart.sh_asche
+cp opt/retropie/configs/all/arcade_res_table.txt /opt/retropie/configs/all/
+cp opt/retropie/configs/all/runcommand-onend.sh /opt/retropie/configs/all/
+sudo cp etc/emulationstation/themes.sh /etc/emulationstation/
+cp home/pi/RetroPie-Setup/scriptmodules/supplementary/esthemes.sh /home/pi/RetroPie-Setup/scriptmodules/supplementary/
+cp home/pi/RetroPie/retropiemenu/Update\ RetroPieRGB.sh /home/pi/RetroPie/retropiemenu/
+sudo cp boot/config_lowres.txt /boot/config.txt
+sudo chmod a+x /etc/emulationstation/themes.sh
+
+
+echo "done."
diff --git a/start_es.sh b/start_es.sh
new file mode 100755
index 0000000..995e9aa
--- /dev/null
+++ b/start_es.sh
@@ -0,0 +1 @@
+/opt/retropie/configs/all/autostart.sh
diff --git a/.project b/.project
new file mode 100644
index 0000000..2b159f2
--- /dev/null
+++ b/.project
@@ -0,0 +1,11 @@
+
+
+ RetroPieRGB
+
+
+
+
+
+
+
+
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..6dc7da9
--- /dev/null
+++ b/README.md
@@ -0,0 +1,26 @@
+RetroPieRGB
+===========
+
+This project contains scripts for enabling 15Khz RGB for your retro gaming setup with retropie.
+
+It needs the hardware addon pi2scart or pi2jamma to output the proper image on a CRT screen.
+
+Please goto http://www.arcadeforge.de and get this awesome gadget.
+
+
+Installation
+============
+
+Download latest retropie and install it as described on retropie wiki.
+Connect Keyboard.
+Activate wiki.
+In emulationstation press F4 to get cmd shell
+
+Type
+
+git clone https://github.com/arcadeforge/RetroPieRGB
+
+cd RetroPieRGB
+
+sudo ./setup.sh
+
diff --git a/boot/config.txt b/boot/config.txt
new file mode 100755
index 0000000..1860f84
--- /dev/null
+++ b/boot/config.txt
@@ -0,0 +1,73 @@
+# For more options and information see
+# http://rpf.io/configtxt
+# Some settings may impact device functionality. See link above for details
+
+# uncomment if you get no picture on HDMI for a default "safe" mode
+#hdmi_safe=1
+
+# uncomment this if your display has a black border of unused pixels visible
+# and your display can output without overscan
+#disable_overscan=1
+
+# uncomment the following to adjust overscan. Use positive numbers if console
+# goes off screen, and negative if there is too much border
+#overscan_left=16
+#overscan_right=16
+#overscan_top=16
+#overscan_bottom=16
+
+# uncomment to force a console size. By default it will be display's size minus
+# overscan.
+#framebuffer_width=1280
+#framebuffer_height=720
+
+# uncomment if hdmi display is not detected and composite is being output
+#hdmi_force_hotplug=1
+
+# uncomment to force a specific HDMI mode (this will force VGA)
+#hdmi_group=1
+#hdmi_mode=1
+
+# uncomment to force a HDMI mode rather than DVI. This can make audio work in
+# DMT (computer monitor) modes
+#hdmi_drive=2
+
+# uncomment to increase signal to HDMI, if you have interference, blanking, or
+# no display
+#config_hdmi_boost=4
+
+# uncomment for composite PAL
+#sdtv_mode=2
+
+#uncomment to overclock the arm. 700 MHz is the default.
+#arm_freq=800
+
+# Uncomment some or all of these to enable the optional hardware interfaces
+#dtparam=i2c_arm=on
+#dtparam=i2s=on
+#dtparam=spi=on
+
+# Uncomment this to enable the lirc-rpi module
+#dtoverlay=lirc-rpi
+
+disable_splash=1
+disable_audio_dither=1
+
+# Settings for pi2scart and pi2jamma
+
+dtoverlay=vga666
+enable_dpi_lcd=1
+display_default_lcd=1
+dpi_group=2
+dpi_mode=87
+
+hdmi_timings=320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+# Additional overlays and parameters are documented /boot/overlays/README
+
+# Enable audio (loads snd_bcm2835)
+dtparam=audio=on
+gpu_mem_256=128
+gpu_mem_512=256
+gpu_mem_1024=256
+overscan_scale=1
diff --git a/boot/config_highres.txt b/boot/config_highres.txt
new file mode 100644
index 0000000..933ae16
--- /dev/null
+++ b/boot/config_highres.txt
@@ -0,0 +1,103 @@
+# For more options and information see
+# http://rpf.io/configtxtreadme
+# Some settings may impact device functionality. See link above for details
+
+# uncomment if you get no picture on HDMI for a default "safe" mode
+#hdmi_safe=1
+disable_splash=1
+
+# uncomment this if your display has a black border of unused pixels visible
+# and your display can output without overscan
+#disable_overscan=1
+
+# uncomment the following to adjust overscan. Use positive numbers if console
+# goes off screen, and negative if there is too much border
+#overscan_left=16
+#overscan_right=16
+#overscan_top=16
+#overscan_bottom=16
+
+# uncomment to force a console size. By default it will be display's size minus
+# overscan.
+#framebuffer_width=1280
+#framebuffer_height=720
+#resolution for 24inch half size 1920 x 1200
+#framebuffer_width=960
+#framebuffer_height=600
+
+# uncomment if hdmi display is not detected and composite is being output
+#hdmi_force_hotplug=1
+
+# uncomment to force a specific HDMI mode (this will force VGA)
+#hdmi_group=1
+#hdmi_mode=1
+
+# uncomment to force a HDMI mode rather than DVI. This can make audio work in
+# DMT (computer monitor) modes
+#hdmi_drive=2
+
+# uncomment to increase signal to HDMI, if you have interference, blanking, or
+# no display
+#config_hdmi_boost=4
+
+# uncomment for composite PAL
+#sdtv_mode=2
+
+#uncomment to overclock the arm. 700 MHz is the default.
+arm_freq=800
+
+# Uncomment some or all of these to enable the optional hardware interfaces
+#dtparam=i2c_arm=on
+#dtparam=i2s=on
+#dtparam=spi=on
+
+# Uncomment this to enable the lirc-rpi module
+#dtoverlay=lirc-rpi
+
+# Additional overlays and parameters are documented /boot/overlays/README
+
+# Enable audio (loads snd_bcm2835)
+dtparam=audio=on
+#gpu_mem=512
+
+
+disable_audio_dither=1
+#audio_pwm_mode=2
+
+## Aufloesung fest einstellen ##
+################################
+##hdmi auch ohne Monitor im Betrieb
+hdmi_force_hotplug=1
+# DMT Modus aktivieren
+hdmi_group=2
+## Aufloesungen alle 60hz
+# 1024x768
+#hdmi_mode=16
+# 1280x768
+#hdmi_mode=23
+# 1366x768
+#hdmi_mode=81
+# 1920x1080
+#hdmi_mode=82
+# 1280x720p
+#hdmi_mode=85
+# 640x480
+hdmi_mode=4
+# 800x600
+#hdmi_mode=9
+# check with tvservice -s for available resolution of our monitor
+
+# oc settings
+gpu_mem=256
+#gpu_mem_256=128
+#gpu_mem_512=256
+#gpu_mem_1024=256
+#arm_freq=1450
+#gpu_freq=500
+#sdram_freq=550
+#over_voltage=8
+#force_turbo=1
+
+
+
+
diff --git a/boot/config_lowres.txt b/boot/config_lowres.txt
new file mode 100644
index 0000000..c993dcc
--- /dev/null
+++ b/boot/config_lowres.txt
@@ -0,0 +1,47 @@
+# See /boot/overlays/README for all available options
+
+disable_splash=1
+disable_audio_dither=1
+#audio_pwm_mode=2
+dtparam=audio=on
+dtoverlay=vga666
+enable_dpi_lcd=1
+display_default_lcd=1
+dpi_group=2
+dpi_mode=87
+#hdmi_timings=320 1 19 43 36 256 1 2 3 22 0 0 0 60 0 6400000 1 #256p
+
+# to move picture left and right on screen subtract and add values from
+# 3rd and 5th value
+# 16+x and 34-x moves x pixel left or right
+#
+#hdmi_timings=320 1 19 43 36 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+# no overscan but blurry
+#hdmi_timings=320 1 19 43 36 224 1 11 14 15 0 0 0 60 0 6400000 1
+
+hdmi_timings=320 1 19 43 36 240 1 2 6 14 0 0 0 60 0 6400000 1
+
+#hdmi_timings=320 1 19 43 36 240 1 2 10 10 0 0 0 60 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 3 6 17 0 0 0 59 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 5 6 20 0 0 0 58 0 6400000 1
+
+# old hdmi_timings from 2.5.2
+#hdmi_timings=320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+
+
+#framebuffer_width=320
+#framebuffer_height=240
+
+# oc settings
+gpu_mem=256
+#gpu_mem_256=128
+#gpu_mem_512=256
+#gpu_mem_1024=256
+#arm_freq=1450
+#gpu_freq=500
+#sdram_freq=550
+#over_voltage=8
+#force_turbo=1
+
diff --git a/config.txt b/config.txt
new file mode 100755
index 0000000..aedd54a
--- /dev/null
+++ b/config.txt
@@ -0,0 +1,50 @@
+# See /boot/overlays/README for all available options
+
+disable_splash=1
+disable_audio_dither=1
+#audio_pwm_mode=2
+dtparam=audio=on
+dtoverlay=vga666
+enable_dpi_lcd=1
+display_default_lcd=1
+dpi_group=2
+dpi_mode=87
+#hdmi_timings=320 1 19 43 36 256 1 2 3 22 0 0 0 60 0 6400000 1 #256p
+
+# to move picture left and right on screen subtract and add values from
+# 3rd and 5th value
+# 16+x and 34-x moves x pixel left or right
+#
+#hdmi_timings=320 1 19 43 36 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+# no overscan but blurry
+#hdmi_timings=320 1 19 43 36 224 1 11 14 15 0 0 0 60 0 6400000 1
+
+hdmi_timings=320 1 19 43 36 240 1 2 6 14 0 0 0 60 0 6400000 1
+
+#hdmi_timings=320 1 19 43 36 240 1 2 10 10 0 0 0 60 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 3 6 17 0 0 0 59 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 5 6 20 0 0 0 58 0 6400000 1
+
+# old hdmi_timings from 2.5.2
+#hdmi_timings=320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+
+
+#framebuffer_width=320
+#framebuffer_height=240
+
+# oc settings
+gpu_mem=256
+#gpu_mem_256=128
+#gpu_mem_512=256
+#gpu_mem_1024=256
+#arm_freq=1450
+#gpu_freq=500
+#sdram_freq=550
+#over_voltage=8
+#force_turbo=1
+
+es_rotate=1
+pi2jamma=0
+mme4crt_shift=30
diff --git a/etc/emulationstation/themes.sh b/etc/emulationstation/themes.sh
new file mode 100755
index 0000000..ea2d7b6
--- /dev/null
+++ b/etc/emulationstation/themes.sh
@@ -0,0 +1,190 @@
+local themes=(
+ 'arcadeforge push-a'
+ 'arcadeforge push-a-v'
+ 'arcadeforge pixel-heaven'
+ 'arcadeforge pixel-heaven-text'
+ 'arcadeforge 240p_Bubblegum'
+ 'arcadeforge 240p-honey'
+ 'RetroPie carbon'
+ 'RetroPie carbon-centered'
+ 'RetroPie carbon-nometa'
+ 'RetroPie simple'
+ 'RetroPie simple-dark'
+ 'RetroPie clean-look'
+ 'RetroPie color-pi'
+ 'RetroPie nbba'
+ 'RetroPie simplified-static-canela'
+ 'RetroPie turtle-pi'
+ 'RetroPie zoid'
+ 'ehettervik pixel'
+ 'ehettervik pixel-metadata'
+ 'ehettervik pixel-tft'
+ 'ehettervik luminous'
+ 'ehettervik minilumi'
+ 'ehettervik workbench'
+ 'AmadhiX eudora'
+ 'AmadhiX eudora-bigshot'
+ 'AmadhiX eudora-concise'
+ 'InsecureSpike retroplay-clean-canela'
+ 'InsecureSpike retroplay-clean-detail-canela'
+ 'Omnija simpler-turtlepi'
+ 'Omnija simpler-turtlemini'
+ 'Omnija metro'
+ 'lilbud material'
+ 'mattrixk io'
+ 'mattrixk metapixel'
+ 'mattrixk spare'
+ 'robertybob space'
+ 'robertybob simplebigart'
+ 'robertybob tv'
+ 'HerbFargus tronkyfran'
+ 'lilbud flat'
+ 'lilbud flat-dark'
+ 'lilbud minimal'
+ 'lilbud switch'
+ 'lilbud angular'
+ 'FlyingTomahawk futura-V'
+ 'FlyingTomahawk futura-dark-V'
+ 'G-rila fundamental'
+ 'ruckage nes-mini'
+ 'ruckage famicom-mini'
+ 'ruckage snes-mini'
+ 'anthonycaccese crt'
+ 'anthonycaccese crt-centered'
+ 'anthonycaccese art-book'
+ 'anthonycaccese art-book-4-3'
+ 'anthonycaccese art-book-pocket'
+ 'anthonycaccese art-book-micro'
+ 'anthonycaccese tft'
+ 'anthonycaccese picade'
+ 'TMNTturtleguy ComicBook'
+ 'TMNTturtleguy ComicBook_4-3'
+ 'TMNTturtleguy ComicBook_SE-Wheelart'
+ 'TMNTturtleguy ComicBook_4-3_SE-Wheelart'
+ 'ChoccyHobNob cygnus'
+ 'dmmarti steampunk'
+ 'dmmarti hurstyblue'
+ 'dmmarti maximuspie'
+ 'dmmarti showcase'
+ 'dmmarti kidz'
+ 'dmmarti unified'
+ 'dmmarti gamehat'
+ 'rxbrad freeplay'
+ 'rxbrad gbz35'
+ 'rxbrad gbz35-dark'
+ 'garaine marioblue'
+ 'garaine bigwood'
+ 'MrTomixf Royal_Primicia'
+ 'lostless playstation'
+ 'mrharias superdisplay'
+ 'coinjunkie synthwave'
+ 'nickearl retrowave'
+ 'nickearl retrowave_4_3'
+ 'pacdude minijawn'
+ 'RetroHursty69 magazinemadness'
+ 'RetroHursty69 stirling'
+ 'RetroHursty69 boxalloyred'
+ 'RetroHursty69 boxalloyblue'
+ 'RetroHursty69 greenilicious'
+ 'RetroHursty69 retroroid'
+ 'RetroHursty69 merryxmas'
+ 'RetroHursty69 cardcrazy'
+ 'RetroHursty69 license2game'
+ 'RetroHursty69 comiccrazy'
+ 'RetroHursty69 snazzy'
+ 'RetroHursty69 tributeGoT'
+ 'RetroHursty69 tributeSTrek'
+ 'RetroHursty69 tributeSWars'
+ 'RetroHursty69 crisp'
+ 'RetroHursty69 crisp_light'
+ 'RetroHursty69 primo'
+ 'RetroHursty69 primo_light'
+ 'RetroHursty69 back2basics'
+ 'RetroHursty69 retrogamenews'
+ 'RetroHursty69 bluray'
+ 'RetroHursty69 soda'
+ 'RetroHursty69 lightswitch'
+ 'RetroHursty69 darkswitch'
+ 'RetroHursty69 whiteslide'
+ 'RetroHursty69 graffiti'
+ 'RetroHursty69 whitewood'
+ 'RetroHursty69 sublime'
+ 'RetroHursty69 infinity'
+ 'RetroHursty69 neogeo_only'
+ 'RetroHursty69 boxcity'
+ 'RetroHursty69 vertical_arcade'
+ 'RetroHursty69 cabsnazzy'
+ 'RetroHursty69 garfieldism'
+ 'RetroHursty69 halloweenspecial'
+ 'RetroHursty69 heychromey'
+ 'RetroHursty69 homerism'
+ 'RetroHursty69 spaceinvaders'
+ 'RetroHursty69 disenchantment'
+ 'RetroHursty69 minions'
+ 'RetroHursty69 tmnt'
+ 'RetroHursty69 pacman'
+ 'RetroHursty69 dragonballz'
+ 'RetroHursty69 minecraft'
+ 'RetroHursty69 incredibles'
+ 'RetroHursty69 mario_melee'
+ 'RetroHursty69 evilresident'
+ 'RetroHursty69 hurstyspin'
+ 'RetroHursty69 cyber'
+ 'RetroHursty69 supersweet'
+ 'RetroHursty69 donkeykonkey'
+ 'RetroHursty69 snapback'
+ 'RetroHursty69 heman'
+ 'RetroHursty69 pitube'
+ 'RetroHursty69 batmanburton'
+ 'RetroHursty69 NegativeColor'
+ 'RetroHursty69 NegativeSepia'
+ 'RetroHursty69 corg'
+ 'RetroHursty69 mysticorb'
+ 'RetroHursty69 joysticks'
+ 'RetroHursty69 orbpilot'
+ 'RetroHursty69 bitfit'
+ 'RetroHursty69 circuit'
+ 'RetroHursty69 retroboy'
+ 'RetroHursty69 retroboy2'
+ 'RetroHursty69 hurstybluetake2'
+ 'RetroHursty69 fabuloso'
+ 'RetroHursty69 arcade1up_aspectratio54'
+ 'RetroHursty69 supersweet_aspectratio54'
+ 'RetroHursty69 heychromey_aspectratio54'
+ 'RetroHursty69 mariobrosiii'
+ 'RetroHursty69 vertical_limit_verticaltheme'
+ 'RetroHursty69 CapcomColorHorizontal'
+ 'RetroHursty69 CapcomColorSpin'
+ 'RetroHursty69 CapcomColorVertical'
+ 'RetroHursty69 bluesteel'
+ 'RetroHursty69 blueprism'
+ 'RetroHursty69 bluesmooth'
+ 'RetroHursty69 floyd'
+ 'RetroHursty69 floyd_arcade'
+ 'RetroHursty69 floyd_room'
+ 'RetroHursty69 Slick_Bluey'
+ 'RetroHursty69 Slick_Red'
+ 'RetroHursty69 ghostbusters'
+ 'RetroHursty69 realghostbusters'
+ 'RetroHursty69 stirlingness'
+ 'RetroHursty69 marco'
+ 'RetroHursty69 swatch'
+ 'RetroHursty69 meshy'
+ 'RetroHursty69 magazinemadness2'
+ 'RetroHursty69 CosmicRise'
+ 'RetroHursty69 uniflyered'
+ 'Saracade scv720'
+ 'chicueloarcade Chicuelo'
+ 'SuperMagicom nostalgic'
+ 'lipebello retrorama'
+ 'lipebello strangerstuff'
+ 'lipebello spaceoddity'
+ 'lipebello swineapple'
+ 'waweedman pii-wii'
+ 'waweedman Blade-360'
+ 'waweedman Venom'
+ 'waweedman Spider-Man'
+ 'blowfinger77 locomotion'
+ 'justincaseurskynet Arcade1up-5x4-Horizontal'
+ 'KALEL1981 Super-Retroboy'
+ )
diff --git a/etc/pikeyd165.conf b/etc/pikeyd165.conf
new file mode 100644
index 0000000..66d4c6f
--- /dev/null
+++ b/etc/pikeyd165.conf
@@ -0,0 +1,93 @@
+#pikeyd165.conf
+
+#format:
+# {keycode from /usr/include/linux/input.h} {GPIO pin no}
+# Not limited to a single key. A GPIO press will emit all defined keys in order.
+#P = Player; B = Button
+
+# P1B3 L
+KEY_SPACE 0
+# P1B4 B
+KEY_LEFTSHIFT 1
+# P1B5 A
+KEY_Z 2
+# P1B6 R
+KEY_X 3
+# P2B5
+KEY_I 4
+# P2B6
+KEY_K 5
+# P2B4
+KEY_W 6
+# P2B3
+KEY_Q 7
+# P1Left
+KEY_LEFT 8
+# P1Right
+KEY_RIGHT 9
+# P1B1 Y
+#KEY_LEFTCTRL 10
+KEY_ENTER 10
+# P1B2 X
+#KEY_LEFTALT 11
+KEY_BACKSPACE 11
+# P2B2
+KEY_S 12
+# P2B1
+KEY_A 13
+# P2Right
+KEY_G 14
+# P2Left
+KEY_D 15
+# P1Coin
+KEY_5 16
+# P1Start
+KEY_1 17
+# P1Up
+KEY_UP 18
+# P1Down
+KEY_DOWN 19
+# P2Down
+KEY_F 20
+# P2Up
+KEY_R 21
+# P2Start
+KEY_2 22
+# P2Coin
+KEY_6 23
+
+
+#special keys! bits pressed simultaniousley result in specified Key
+#maximum bits == 4
+
+# Service Menu retroarch
+# p1b2 p1start
+KEY_F1 17 11
+
+# Service Menu AdvMame, Mame4all
+# p2start p1b2 p1start
+#KEY_F2 22 11 17
+
+# Settings Mame4all
+# p2start p1b3 p1start
+#KEY_TAB 22 0 17
+
+# Quit Emulator / Game
+# p1start p1b1
+KEY_ESC 10 17
+
+# Coin Player 2
+# p1up p2start
+KEY_6 18 22
+# p2up p2start
+KEY_6 21 22
+
+# Coin Player 1
+# p1up p1start
+KEY_5 18 17
+
+# Menu C64, filter advmame
+# p2start p1b4 p1start
+#KEY_F12 22 1 17
+
+
diff --git a/home/pi/RetroPie-Setup/scriptmodules/supplementary/esthemes.sh b/home/pi/RetroPie-Setup/scriptmodules/supplementary/esthemes.sh
new file mode 100644
index 0000000..c065848
--- /dev/null
+++ b/home/pi/RetroPie-Setup/scriptmodules/supplementary/esthemes.sh
@@ -0,0 +1,337 @@
+#!/usr/bin/env bash
+
+# This file is part of The RetroPie Project
+#
+# The RetroPie Project is the legal property of its developers, whose names are
+# too numerous to list here. Please refer to the COPYRIGHT.md file distributed with this source.
+#
+# See the LICENSE.md file at the top-level directory of this distribution and
+# at https://raw.githubusercontent.com/RetroPie/RetroPie-Setup/master/LICENSE.md
+#
+
+rp_module_id="esthemes"
+rp_module_desc="Install themes for Emulation Station"
+rp_module_section="config"
+
+function depends_esthemes() {
+ if isPlatform "x11"; then
+ getDepends feh
+ else
+ getDepends fbi
+ fi
+}
+
+function install_theme_esthemes() {
+ local theme="$1"
+ local repo="$2"
+ if [[ -z "$repo" ]]; then
+ repo="RetroPie"
+ fi
+ if [[ -z "$theme" ]]; then
+ theme="carbon"
+ repo="RetroPie"
+ fi
+ mkdir -p "/etc/emulationstation/themes"
+ gitPullOrClone "/etc/emulationstation/themes/$theme" "https://github.com/$repo/es-theme-$theme.git"
+}
+
+function uninstall_theme_esthemes() {
+ local theme="$1"
+ if [[ -d "/etc/emulationstation/themes/$theme" ]]; then
+ rm -rf "/etc/emulationstation/themes/$theme"
+ fi
+}
+
+function gui_esthemes() {
+
+# . /etc/emulationstation/themes.sh
+
+local themes=(
+ 'arcadeforge push-a'
+ 'arcadeforge push-a-v'
+ 'arcadeforge pixel-heaven'
+ 'arcadeforge pixel-heaven-text'
+ 'arcadeforge 240p_Bubblegum'
+ 'arcadeforge 240p-honey'
+ 'xovox RetroCRT-240p'
+ 'xovox RetroCRT-240p-Vertical'
+ 'RetroPie carbon'
+ 'RetroPie carbon-centered'
+ 'RetroPie carbon-nometa'
+ 'RetroPie simple'
+ 'RetroPie simple-dark'
+ 'RetroPie clean-look'
+ 'RetroPie color-pi'
+ 'RetroPie nbba'
+ 'RetroPie simplified-static-canela'
+ 'RetroPie turtle-pi'
+ 'RetroPie zoid'
+ 'ehettervik pixel'
+ 'ehettervik pixel-metadata'
+ 'ehettervik pixel-tft'
+ 'ehettervik luminous'
+ 'ehettervik minilumi'
+ 'ehettervik workbench'
+ 'AmadhiX eudora'
+ 'AmadhiX eudora-bigshot'
+ 'AmadhiX eudora-concise'
+ 'InsecureSpike retroplay-clean-canela'
+ 'InsecureSpike retroplay-clean-detail-canela'
+ 'Omnija simpler-turtlepi'
+ 'Omnija simpler-turtlemini'
+ 'Omnija metro'
+ 'lilbud material'
+ 'mattrixk io'
+ 'mattrixk metapixel'
+ 'mattrixk spare'
+ 'robertybob space'
+ 'robertybob simplebigart'
+ 'robertybob tv'
+ 'HerbFargus tronkyfran'
+ 'lilbud flat'
+ 'lilbud flat-dark'
+ 'lilbud minimal'
+ 'lilbud switch'
+ 'lilbud angular'
+ 'FlyingTomahawk futura-V'
+ 'FlyingTomahawk futura-dark-V'
+ 'G-rila fundamental'
+ 'ruckage nes-mini'
+ 'ruckage famicom-mini'
+ 'ruckage snes-mini'
+ 'anthonycaccese crt'
+ 'anthonycaccese crt-centered'
+ 'anthonycaccese art-book'
+ 'anthonycaccese art-book-4-3'
+ 'anthonycaccese art-book-pocket'
+ 'anthonycaccese art-book-micro'
+ 'anthonycaccese tft'
+ 'anthonycaccese picade'
+ 'TMNTturtleguy ComicBook'
+ 'TMNTturtleguy ComicBook_4-3'
+ 'TMNTturtleguy ComicBook_SE-Wheelart'
+ 'TMNTturtleguy ComicBook_4-3_SE-Wheelart'
+ 'ChoccyHobNob cygnus'
+ 'dmmarti steampunk'
+ 'dmmarti hurstyblue'
+ 'dmmarti maximuspie'
+ 'dmmarti showcase'
+ 'dmmarti kidz'
+ 'dmmarti unified'
+ 'dmmarti gamehat'
+ 'rxbrad freeplay'
+ 'rxbrad gbz35'
+ 'rxbrad gbz35-dark'
+ 'garaine marioblue'
+ 'garaine bigwood'
+ 'MrTomixf Royal_Primicia'
+ 'lostless playstation'
+ 'mrharias superdisplay'
+ 'coinjunkie synthwave'
+ 'nickearl retrowave'
+ 'nickearl retrowave_4_3'
+ 'pacdude minijawn'
+ 'RetroHursty69 magazinemadness'
+ 'RetroHursty69 stirling'
+ 'RetroHursty69 boxalloyred'
+ 'RetroHursty69 boxalloyblue'
+ 'RetroHursty69 greenilicious'
+ 'RetroHursty69 retroroid'
+ 'RetroHursty69 merryxmas'
+ 'RetroHursty69 cardcrazy'
+ 'RetroHursty69 license2game'
+ 'RetroHursty69 comiccrazy'
+ 'RetroHursty69 snazzy'
+ 'RetroHursty69 tributeGoT'
+ 'RetroHursty69 tributeSTrek'
+ 'RetroHursty69 tributeSWars'
+ 'RetroHursty69 crisp'
+ 'RetroHursty69 crisp_light'
+ 'RetroHursty69 primo'
+ 'RetroHursty69 primo_light'
+ 'RetroHursty69 back2basics'
+ 'RetroHursty69 retrogamenews'
+ 'RetroHursty69 bluray'
+ 'RetroHursty69 soda'
+ 'RetroHursty69 lightswitch'
+ 'RetroHursty69 darkswitch'
+ 'RetroHursty69 whiteslide'
+ 'RetroHursty69 graffiti'
+ 'RetroHursty69 whitewood'
+ 'RetroHursty69 sublime'
+ 'RetroHursty69 infinity'
+ 'RetroHursty69 neogeo_only'
+ 'RetroHursty69 boxcity'
+ 'RetroHursty69 vertical_arcade'
+ 'RetroHursty69 cabsnazzy'
+ 'RetroHursty69 garfieldism'
+ 'RetroHursty69 halloweenspecial'
+ 'RetroHursty69 heychromey'
+ 'RetroHursty69 homerism'
+ 'RetroHursty69 spaceinvaders'
+ 'RetroHursty69 disenchantment'
+ 'RetroHursty69 minions'
+ 'RetroHursty69 tmnt'
+ 'RetroHursty69 pacman'
+ 'RetroHursty69 dragonballz'
+ 'RetroHursty69 minecraft'
+ 'RetroHursty69 incredibles'
+ 'RetroHursty69 mario_melee'
+ 'RetroHursty69 evilresident'
+ 'RetroHursty69 hurstyspin'
+ 'RetroHursty69 cyber'
+ 'RetroHursty69 supersweet'
+ 'RetroHursty69 donkeykonkey'
+ 'RetroHursty69 snapback'
+ 'RetroHursty69 heman'
+ 'RetroHursty69 pitube'
+ 'RetroHursty69 batmanburton'
+ 'RetroHursty69 NegativeColor'
+ 'RetroHursty69 NegativeSepia'
+ 'RetroHursty69 corg'
+ 'RetroHursty69 mysticorb'
+ 'RetroHursty69 joysticks'
+ 'RetroHursty69 orbpilot'
+ 'RetroHursty69 bitfit'
+ 'RetroHursty69 circuit'
+ 'RetroHursty69 retroboy'
+ 'RetroHursty69 retroboy2'
+ 'RetroHursty69 hurstybluetake2'
+ 'RetroHursty69 fabuloso'
+ 'RetroHursty69 arcade1up_aspectratio54'
+ 'RetroHursty69 supersweet_aspectratio54'
+ 'RetroHursty69 heychromey_aspectratio54'
+ 'RetroHursty69 mariobrosiii'
+ 'RetroHursty69 vertical_limit_verticaltheme'
+ 'RetroHursty69 CapcomColorHorizontal'
+ 'RetroHursty69 CapcomColorSpin'
+ 'RetroHursty69 CapcomColorVertical'
+ 'RetroHursty69 bluesteel'
+ 'RetroHursty69 blueprism'
+ 'RetroHursty69 bluesmooth'
+ 'RetroHursty69 floyd'
+ 'RetroHursty69 floyd_arcade'
+ 'RetroHursty69 floyd_room'
+ 'RetroHursty69 Slick_Bluey'
+ 'RetroHursty69 Slick_Red'
+ 'RetroHursty69 ghostbusters'
+ 'RetroHursty69 realghostbusters'
+ 'RetroHursty69 stirlingness'
+ 'RetroHursty69 marco'
+ 'RetroHursty69 swatch'
+ 'RetroHursty69 meshy'
+ 'RetroHursty69 magazinemadness2'
+ 'RetroHursty69 CosmicRise'
+ 'RetroHursty69 uniflyered'
+ 'Saracade scv720'
+ 'chicueloarcade Chicuelo'
+ 'SuperMagicom nostalgic'
+ 'lipebello retrorama'
+ 'lipebello strangerstuff'
+ 'lipebello spaceoddity'
+ 'lipebello swineapple'
+ 'waweedman pii-wii'
+ 'waweedman Blade-360'
+ 'waweedman Venom'
+ 'waweedman Spider-Man'
+ 'blowfinger77 locomotion'
+ 'justincaseurskynet Arcade1up-5x4-Horizontal'
+ 'KALEL1981 Super-Retroboy'
+ )
+
+
+ while true; do
+ local theme
+ local installed_themes=()
+ local repo
+ local options=()
+ local status=()
+ local default
+
+ local gallerydir="/etc/emulationstation/es-theme-gallery"
+ if [[ -d "$gallerydir" ]]; then
+ status+=("i")
+ options+=(G "View or Update Theme Gallery")
+ else
+ status+=("n")
+ options+=(G "Download Theme Gallery")
+ fi
+
+ options+=(U "Update all installed themes")
+
+ local i=1
+ for theme in "${themes[@]}"; do
+ theme=($theme)
+ repo="${theme[0]}"
+ theme="${theme[1]}"
+ if [[ -d "/etc/emulationstation/themes/$theme" ]]; then
+ status+=("i")
+ options+=("$i" "Update or Uninstall $repo/$theme (installed)")
+ installed_themes+=("$theme $repo")
+ else
+ status+=("n")
+ options+=("$i" "Install $repo/$theme")
+ fi
+ ((i++))
+ done
+ local cmd=(dialog --default-item "$default" --backtitle "$__backtitle" --menu "Choose an option" 22 76 16)
+ local choice=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
+ default="$choice"
+ [[ -z "$choice" ]] && break
+ case "$choice" in
+ G)
+ if [[ "${status[0]}" == "i" ]]; then
+ options=(1 "View Theme Gallery" 2 "Update Theme Gallery" 3 "Remove Theme Gallery")
+ cmd=(dialog --backtitle "$__backtitle" --menu "Choose an option for gallery" 12 40 06)
+ local choice=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
+ case "$choice" in
+ 1)
+ cd "$gallerydir"
+ if isPlatform "x11"; then
+ feh --info "echo %f" --slideshow-delay 6 --fullscreen --auto-zoom --filelist images.list
+ else
+ fbi --timeout 6 --once --autozoom --list images.list
+ fi
+ ;;
+ 2)
+ gitPullOrClone "$gallerydir" "https://github.com/wetriner/es-theme-gallery"
+ ;;
+ 3)
+ if [[ -d "$gallerydir" ]]; then
+ rm -rf "$gallerydir"
+ fi
+ ;;
+ esac
+ else
+ gitPullOrClone "$gallerydir" "http://github.com/wetriner/es-theme-gallery"
+ fi
+ ;;
+ U)
+ for theme in "${installed_themes[@]}"; do
+ theme=($theme)
+ rp_callModule esthemes install_theme "${theme[0]}" "${theme[1]}"
+ done
+ ;;
+ *)
+ theme=(${themes[choice-1]})
+ repo="${theme[0]}"
+ theme="${theme[1]}"
+ if [[ "${status[choice]}" == "i" ]]; then
+ options=(1 "Update $repo/$theme" 2 "Uninstall $repo/$theme")
+ cmd=(dialog --backtitle "$__backtitle" --menu "Choose an option for theme" 12 40 06)
+ local choice=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
+ case "$choice" in
+ 1)
+ rp_callModule esthemes install_theme "$theme" "$repo"
+ ;;
+ 2)
+ rp_callModule esthemes uninstall_theme "$theme"
+ ;;
+ esac
+ else
+ rp_callModule esthemes install_theme "$theme" "$repo"
+ fi
+ ;;
+ esac
+ done
+}
diff --git a/home/pi/RetroPie/retropiemenu/Update RetroPieRGB.sh b/home/pi/RetroPie/retropiemenu/Update RetroPieRGB.sh
new file mode 100755
index 0000000..4246659
--- /dev/null
+++ b/home/pi/RetroPie/retropiemenu/Update RetroPieRGB.sh
@@ -0,0 +1,6 @@
+dir=$(pwd)
+cd /home/pi/RetroPieRGB
+sudo -s git pull origin master
+chmod +x patch.sh
+./patch.sh
+cd $dir
diff --git a/home/pi/RetroPie/retropiemenu/rotate screen.sh b/home/pi/RetroPie/retropiemenu/rotate screen.sh
new file mode 100755
index 0000000..64100ed
--- /dev/null
+++ b/home/pi/RetroPie/retropiemenu/rotate screen.sh
@@ -0,0 +1,33 @@
+#####
+# this scripts rotates screen for emulationstation
+# Author Jochen Zurborg
+# Date : 06.11.2019
+#
+# This script is made for hardware pi2scart and pi2jamma from www.arcadeforge.de
+
+setterm -foreground black -store
+
+killall emulationstation > /dev/null 2>&1
+clear
+
+sleep 1
+
+# params was already fetched
+. /home/pi/rgb_config.sh
+
+
+new_rotate=$(( $es_rotate + 1 ))
+if [ $new_rotate -eq 4 ] ; then
+ new_rotate=0
+fi
+
+#echo "starting emulationstation with rotate $new_rotate"
+#sleep 1
+sudo sed -i "s/^es_rotate.*/es_rotate=$new_rotate/" /boot/config.txt
+
+sed -i "s/^es_rotate.*/es_rotate=$new_rotate/" /home/pi/rgb_config.sh
+
+setterm -foreground white -store
+
+emulationstation --screenrotate $new_rotate
+
diff --git a/home/pi/rgb_default_config.sh b/home/pi/rgb_default_config.sh
new file mode 100644
index 0000000..fa11f33
--- /dev/null
+++ b/home/pi/rgb_default_config.sh
@@ -0,0 +1,4 @@
+es_rotate=0
+pi2jamma=0
+rgb_screen_shift=-15
+rgb_screen_width=2
diff --git a/howto_git.txt b/howto_git.txt
new file mode 100644
index 0000000..eb9e571
--- /dev/null
+++ b/howto_git.txt
@@ -0,0 +1,42 @@
+Author : Jochen Zurborg
+Date : 04.11.2019
+
+Find here a quick tutorial how to use git for our little project.
+
+Downloading this repository
+===========================
+
+git clone https://github.com/arcadeforge/runcommand
+
+Enabling your account
+=====================
+
+git config --global user.name "yourname"
+git config --global user.email "youremail"
+
+
+What happened since my last changes?
+====================================
+
+git status
+
+Adding edited files to your local repository
+============================================
+
+- easy way
+git add .
+
+- file specific
+git add yourfilename
+
+Commit changes to repository
+============================
+
+git commit -m"What you did"
+
+Uploading changes to github.com
+===============================
+
+git push
+
+
diff --git a/opt/retropie/configs/all/arcade_res_table.txt b/opt/retropie/configs/all/arcade_res_table.txt
new file mode 100644
index 0000000..0666ae7
--- /dev/null
+++ b/opt/retropie/configs/all/arcade_res_table.txt
@@ -0,0 +1,4840 @@
+1941;"1941 - Counter Attack - 1941 - Counter Attack (900227 World)";384x224@60;V
+1941j;"1941 - Counter Attack (Japan)";384x224@60;V
+1941r1;"1941 - Counter Attack (World)";384x224@60;V
+1941u;"1941 - Counter Attack (900227 USA)";384x224@60;V
+1942;"1942 (Jpn) - 1942 (Revision B)";256x224@60;V
+1942a;"1942 (Jpn, Alt) - 1942 (Revision A)";256x224@60;V
+1942abl;"1942 (Revision A, bootleg)";256x224@60;V
+1942b;"1942 (First Version)";256x224@60;V
+1942c64;"1942 (C64 Music)";256x224@60;V
+1942h;"Supercharger 1942";256x224@60;V
+1942w;"1942 (Williams Electronics license)";256x224@60;V
+1943;"1943: The Battle of Midway (Euro)";256x224@60;V
+1943b;"1943: The Battle of Midway (bootleg set 1, hack of Jap";256x224@60;V
+1943b2;"1943: The Battle of Midway (bootleg set 2, hack of Jap";256x224@60;V
+1943bj;"1943: Midway Kaisen (bootleg)";256x224@60;V
+1943j;"1943: Midway Kaisen (Japan, Rev B)";256x224@60;V
+1943ja;"1943: Midway Kaisen (Japan)";256x224@60;V
+1943ja2;"1943: The Battle of Midway (hack of Japan set)";256x224@60;V
+1943kai;"1943 Kai - 1943 Kai: Midway Kaisen (Japan)";256x224@60;V
+1943mii;"1943: The Battle of Midway Mark II (US)";256x224@60;V
+1943u;"1943: The Battle of Midway (US, Rev C)";256x224@60;V
+1943ua;"1943: The Battle of Midway (US)";256x224@60;V
+1944;"1944 - the loop master (000620 USA)";384x224@60;H
+1944ad;"1944 - the loop master (000620 USA Phoenix Edition, al";384x224@60;H
+1944d;"1944 - the loop master (000620 USA Phoenix Edition)";384x224@60;H
+1944j;"1944 - the loop master (000620 Japan)";384x224@60;H
+1945kiii;"1945k III (newer, OPCX2 PCB)";320x224@60;V
+1945kiiin;"1945k III (newer, OPCX1 PCB)";320x224@60;V
+1945kiiio;"1945k III (older, OPCX1 PCB)";320x224@60;V
+19xx;"19XX - the war against destiny (951207 USA)";384x224@60;V
+19xxa;"19XX - the war against destiny (960104 Asia)";384x224@60;V
+19xxar1;"19XX - the war against destiny (951207 Asia)";384x224@60;V
+19xxb;"19XX - the war against destiny (951218 Brazil)";384x224@60;V
+19xxd;"19XX - the war against destiny (951207 USA Phoenix Edi";384x224@60;V
+19xxh;"19XX - the war against destiny (951218 Hispanic)";384x224@60;V
+19xxj;"19XX - the war against destiny (960104 Japan, yellow c";384x224@60;V
+19xxjr1;"19XX - the war against destiny (951225 Japan)";384x224@60;V
+19xxjr2;"19XX - the war against destiny (951207 Japan)";384x224@60;V
+2020bb;"2020 Super Baseball (set 1) - Super Baseball 2020 (Euro, USA)";304x224@59;H
+2020bba;"2020 Super Baseball (set 2)";304x224@59;H
+2020bbh;"2020 Super Baseball (set 3)";304x224@59;H
+3countb;"3 Count Bout / Fire Suplex (NGM-043)(NGH-043)";320x224@59;H
+3countba;"3 Count Bout / Fire Suplex (NGM-043)";320x224@59;H
+3in1semi;"XESS - The New Revolution (SemiCom 3-in-1)";256x224@58;H
+3kokushi;"Sankokushi (Japan)";320x240@60;H
+3wonders;"Three Wonders (wonder 3 910520 etc)";384x224@60;H
+3wondersb;"Three Wonders (bootleg set 2, wonder 3 910520 etc)";384x224@60;H
+3wondersh;"Three Wonders (bootleg set 1, wonder 3 910520 etc)";384x224@60;H
+3wondersha;"Three Wonders (bootleg set 3, wonder 3 910520 etc)";384x224@60;H
+3wondersr1;"Three Wonders (wonder 3 910513 etc)";384x224@60;H
+3wondersu;"Three Wonders (wonder 3 910520 USA)";384x224@60;H
+4dwarrio;"4-D Warriors (315-5162)";256x224@60;H
+4enraya;"4 En Raya (set 1)";256x224@60;H
+4enrayaa;"4 En Raya (set 2)";256x224@60;H
+4in1;"4 Fun in 1 - Sega Game Pack 4 in 1 (Euro)";256x224@60;V
+4in1boot;"Puzzle King";256x224@58;H
+4play;"4 player input test";304x224@59;H
+600;"600";256x224@60;V
+64street;"64th. Street - A Detective Story (World)";256x224@60;H
+64streetj;"64th. Street - A Detective Story (Japan, set 1)";256x224@60;H
+64streetja;"64th. Street - A Detective Story (Japan, alt)";256x224@60;H
+720;"720° (Atari System 2)";512x384@60;H
+7ordi;"7 Ordi (Korea)";320x240@60;H
+7toitsu;"Chi-Toitsu";384x240@60;H
+800fath;"800 Fathoms";256x224@60;V
+88games;"'88 Games";304x224@60;H
+8bpm;"Eight Ball Action (Pac-Man conversion)";256x224@60;V
+99lstwar;"'99: The Last War";288x224@60;V
+99lstwara;"'99: The Last War (alternate)";288x224@60;V
+99lstwark;"'99: The Last War (Kyugo)";288x224@60;V
+abcop;"A.B. Cop (World, FD1094 317-0169b)";320x224@60;H
+abcopd;"A.B. Cop (World, FD1094 317-0169b decrypted)";320x224@60;H
+abcopj;"A.B. Cop (Japan, FD1094 317-0169b)";320x224@60;H
+abcopjd;"A.B. Cop (Japan, FD1094 317-0169b decrypted)";320x224@60;H
+abscam;"Abscam";288x224@60;V
+aburner;"After Burner - After Burner (World)";320x224@60;H
+aburner2;"After Burner II - After Burner II - After Burner II (Euro, USA)";320x224@60;H
+aburner2g;"After Burner II (German)";320x224@60;H
+aceattac;"Ace Attacker (FD1094 317-0059)";320x224@60;V
+aceattaca;"Ace Attacker (Japan, System 16A, FD1094 317-0060)";320x224@60;V
+acitya;"Atlantic City Action";288x224@60;V
+acrobatm;"Acrobat Mission";256x224@56;V
+actfancr;"Act-Fancer Cybernetick Hyper Weapon (World revision 2)";256x240@60;H
+actfancr1;"Act-Fancer Cybernetick Hyper Weapon (World revision 1)";256x240@60;H
+actfancrj;"Act-Fancer Cybernetick Hyper Weapon (Japan revision 1)";256x240@60;H
+ad2083;"A.D. 2083";256x224@60;V
+aeroboto;"Aeroboto";248x224@60;H
+aerofgt;"Aero Fighters";320x224@60;V
+aerofgtb;"Aero Fighters (Turbo Force hardware set 1)";320x224@60;V
+aerofgtc;"Aero Fighters (Turbo Force hardware set 2)";320x224@60;V
+afighter;"Action Fighter, FD1089A 317-0018";320x224@60;V
+agallet;"Air Gallet (Europe)";320x240@58;V
+agalleta;"Air Gallet (older, Europe)";320x240@58;V
+agalletah;"Air Gallet (older, Hong Kong)";320x240@58;V
+agalletaj;"Akuu Gallet (older, Japan)";320x240@58;V
+agalletak;"Air Gallet (older, Korea)";320x240@58;V
+agalletat;"Air Gallet (older, Taiwan)";320x240@58;V
+agalletau;"Air Gallet (older, USA)";320x240@58;V
+agalleth;"Air Gallet (Hong Kong)";320x240@58;V
+agalletj;"Akuu Gallet (Japan)";320x240@58;V
+agalletk;"Air Gallet (Korea)";320x240@58;V
+agallett;"Air Gallet (Taiwan)";320x240@58;V
+agalletu;"Air Gallet (USA)";320x240@58;V
+agentx1;"Agent X (prototype, rev 1)";256x232@60;H
+agentx2;"Agent X (prototype, rev 2)";256x232@60;H
+agentx3;"Agent X (prototype, rev 3)";256x232@60;H
+agentx4;"Agent X (prototype, rev 4)";256x232@60;H
+agress;"Agress";320x240@58;H
+agressb;"Agress (English bootleg)";320x240@58;H
+airass;"Air Assault (World)";320x240@60;V
+airattck;"Air Attack (set 1)";256x224@56;V
+airattcka;"Air Attack (set 2)";256x224@56;V
+airbustr;"Air Buster: Trouble Specialty Raid Unit (USA) - Air Buster: Trouble Specialty Raid Unit (World)";256x224@60;H
+airbustrb;"Air Buster: Trouble Specialty Raid Unit (bootleg)";256x224@60;H
+airbustrj;"Air Buster: Trouble Specialty Raid Unit (Japan)";256x224@60;H
+airduel;"Air Duel (World, M82-A-A + M82-B-A)";384x256@55;V
+airduelm72;"Air Duel (Japan, M72)";384x256@55;V
+airwolf;"Airwolf";288x224@60;H
+airwolfa;"Airwolf (US)";288x224@60;H
+ajax;"Ajax";304x224@60;V
+ajaxj;"Ajax (Japan)";304x224@60;V
+akkanvdr;"Akkanbeder (Ver 2.5J 1995/06/14)";320x224@60;V
+akumajou;"Akuma-Jou Dracula (Japan ver. P)";256x224@60;H
+akumajoun;"Akuma-Jou Dracula (Japan ver. N)";256x224@60;H
+alcon;"Alcon (US) - Falcon - Falcon (bootleg of Phoenix) (8085A CPU)";280x240@60;V
+alexkidd;"Alex Kidd in Miracle World (Euro, USA, v1) - Alex Kidd in Miracle World (Tw, SMS Mode) - Alex Kidd in the Enchanted Castle (Euro, Rev. A) - Alex Kidd: The Lost Stars (set 2, unprotected)";320x224@60;H
+alexkidd1;"Alex Kidd in Miracle World (Euro, USA, v0) - Alex Kidd in the Enchanted Castle (Euro) - Alex Kidd: The Lost Stars (set 1, FD1089A 317-unknown)";320x224@60;H
+alibaba;"Ali Baba and 40 Thieves - Alibaba and 40 Thieves (Jpn) - Alibaba and 40 Thieves (Kor)";288x224@60;V
+alibabab;"Alibaba and 40 Thieves (Jpn, Alt 2) - Mustafa and 40 Thieves (bootleg)";288x224@60;V
+aliencha;"Alien Challenge (World)";448x224@60;H
+alienchac;"Alien Challenge (China)";448x224@60;H
+aliens;"Aliens (World set 1) - Aliens - Alien 2 (Jpn)";288x224@60;H
+aliens2;"Aliens (World set 2)";288x224@60;H
+aliens3;"Aliens (World set 3)";288x224@60;H
+aliensa;"Aliens (Asia) - Aliens - Alien 2 (Jpn, Alt)";288x224@60;H
+aliensec;"Alien Sector";288x224@60;H
+aliensj;"Aliens (Japan set 1)";288x224@60;H
+aliensj2;"Aliens (Japan set 2)";288x224@60;H
+aliensu;"Aliens (US)";288x224@60;H
+aliensyn;"Alien Syndrome (Euro, USA) - Alien Syndrome (Euro, USA, Bra) - Alien Syndrome (set 4, System 16B, unprotected)";320x224@60;H
+aliensyn2;"Alien Syndrome (set 2, System 16A, FD1089A 317-0033)";320x224@60;H
+aliensyn3;"Alien Syndrome (set 3, System 16B, FD1089A 317-0033)";320x224@60;H
+aliensyn5;"Alien Syndrome (set 5, System 16A, FD1089B 317-0037)";320x224@60;H
+aliensyn7;"Alien Syndrome (set 7, System 16B, MC-8123B 317-00xx)";320x224@60;H
+aliensynj;"Alien Syndrome (Jpn) - Alien Syndrome (Jpn) - Alien Syndrome (set 6, Japan, new, System 16B, FD1089A";320x224@60;H
+aliensynjo;"Alien Syndrome (set 1, Japan, old, System 16A, FD1089A";320x224@60;H
+aligatorun;"Alligator Hunt (unprotected)";320x240@60;H
+alinvade;"Alien Invaders";128x128@60;V
+alpham2;"Alpha Mission II / ASO II - Last Guardian (NGM-007)(NG";304x224@59;H
+alpham2p;"Alpha Mission II / ASO II - Last Guardian (prototype)";304x224@59;H
+alphamis;"Alpha Mission";288x216@60;V
+alphaxz;"The Alphax Z (Japan)";256x224@60;V
+altbeast;"Altered Beast (Euro, USA) - Altered Beast (Euro, USA, Bra) - Altered Beast (set 8, 8751 317-0078)";320x224@60;H
+altbeast2;"Altered Beast (set 2, MC-8123B 317-0066)";320x224@60;H
+altbeast4;"Altered Beast (set 4, MC-8123B 317-0066)";320x224@60;H
+altbeast5;"Altered Beast (set 5, FD1094 317-0069)";320x224@60;H
+altbeast5d;"Altered Beast (set 5, FD1094 317-0069 decrypted)";320x224@60;H
+altbeast6;"Altered Beast (set 6, 8751 317-0076)";320x224@60;H
+altbeastj;"Juuouki (set 7, Japan, 8751 317-0077)";320x224@60;H
+altbeastj1;"Juuouki (set 1, Japan, FD1094 317-0065)";320x224@60;H
+altbeastj3;"Juuouki (set 3, Japan, FD1094 317-0068)";320x224@60;H
+altbeastj3d;"Juuouki (set 3, Japan, FD1094 317-0068 decrypted)";320x224@60;H
+amatelas;"Sei Senshi Amatelass";256x224@60;V
+amazon;"Soldier Girl Amazon";256x224@60;V
+ambush;"Ambush";256x224@60;H
+ambushh;"Ambush (hack?)";256x224@60;H
+ambushj;"Ambush (Japan)";256x224@60;H
+ambushv;"Ambush (Volt Elec co-ltd)";256x224@60;H
+amidar;"Amidar";256x224@60;V
+amidar1;"Amidar (older)";256x224@60;V
+amidarb;"Amidar (bootleg)";256x224@60;V
+amidaro;"Amidar (Olympia)";256x224@60;V
+amidars;"Amidar (Scramble hardware)";256x224@60;V
+amidaru;"Amidar (Stern)";256x224@60;V
+amigo;"Amigo";256x224@60;V
+androdun;"Andro Dunos (NGM-049)(NGH-049)";304x224@59;H
+androidp;"Android (prototype, later build)";256x192@60;V
+androidpo;"Android (prototype, early build)";256x192@60;V
+angelkds;"Angel Kids (Japan)";256x240@60;V
+anteater;"Anteater";256x224@60;V
+anteaterg;"Ameisenbaer (German)";256x224@60;V
+anteateruk;"The Anteater (UK)";256x224@60;V
+aodk;"Aggressors of Dark Kombat / Tsuukai GANGAN Koushinkyok";304x224@59;H
+aof;"Art of Fighting (Euro) - Art of Fighting / Ryuuko no Ken (NGM-044)(NGH-044)";304x224@59;H
+aof2;"Art of Fighting 2 / Ryuuko no Ken 2 (NGM-056)";304x224@59;H
+aof2a;"Art of Fighting 2 / Ryuuko no Ken 2 (NGH-056)";304x224@59;H
+aof3;"Art of Fighting 3 - The Path of the Warrior / Art of F";304x224@59;H
+aof3k;"Art of Fighting 3 - The Path of the Warrior (Korean re";304x224@59;H
+apb;"APB - All Points Bulletin (Atari System 2)";512x384@60;V
+aponow;"Apocaljpse Now";256x224@60;V
+appoooh;"Appoooh";256x224@60;H
+aquajack;"Aquajack (World)";320x240@60;H
+aquajackj;"Aquajack (Japan)";320x240@60;H
+aquajacku;"Aquajack (US)";320x240@60;H
+aquarium;"Aquarium (US)";320x256@60;H
+aquariumj;"Aquarium (Japan)";320x256@60;H
+arabian;"Arabian";256x234@60;V
+arabiana;"Arabian (Atari)";256x234@60;V
+arabianm;"Arabian Magic (Ver 1.0O 1992/07/06)";320x224@60;H
+arabianmj;"Arabian Magic (Ver 1.0J 1992/07/06)";320x224@60;H
+arabianmu;"Arabian Magic (Ver 1.0A 1992/07/06)";320x224@60;H
+aracnis;"Aracnis (bootleg of Scorpion on Moon Cresta hardware)";256x224@60;V
+arbalest;"Arbalester";384x224@60;V
+arcadian;"Arcadia (NMK)";384x224@56;V
+area88;"Area 88 (Japan)";384x224@60;H
+area88r;"Area 88 (Japan Resale ver.)";384x224@60;H
+arian;"Arian Mission";288x216@60;V
+ark1ball;"Arkanoid (bootleg with MCU, harder)";256x224@60;V
+ark1balla;"Arkanoid (bootleg with MCU, harder, alt)";256x224@60;V
+arkangc;"Arkanoid (Game Corporation bootleg, set 1)";256x224@60;V
+arkangc2;"Arkanoid (Game Corporation bootleg, set 2)";256x224@60;V
+arkanoid;"Arkanoid (Euro?) - Arkanoid (World, oldest rev)";256x224@60;V
+arkanoidj;"Arkanoid (Japan) - Arkanoid (Jpn)";256x224@60;V
+arkanoidja;"Arkanoid (Japan, older rev) - Arkanoid (Jpn, Alt)";256x224@60;V
+arkanoidjb;"Arkanoid (Japan, oldest rev)";256x224@60;V
+arkanoidjbl;"Arkanoid (bootleg with MCU set 1)";256x224@60;V
+arkanoidjbl2;"Arkanoid (bootleg with MCU set 2)";256x224@60;V
+arkanoidjbla;"Arkanoid (bootleg with MCU, alt)";256x224@60;V
+arkanoidu;"Arkanoid (US)";256x224@60;V
+arkanoiduo;"Arkanoid (US, oldest rev)";256x224@60;V
+arkarea;"Ark Area";256x192@60;H
+arkatayt;"Arkanoid (Tayto bootleg)";256x224@60;V
+arkatour;"Tournament Arkanoid (US)";256x224@60;V
+arkbloc2;"Block (Game Corporation bootleg, set 2)";256x224@60;V
+arkblock;"Block (Game Corporation bootleg, set 1)";256x224@60;V
+arkgcbl;"Arkanoid (bootleg on Block hardware)";256x224@60;V
+arknoid2;"Arkanoid - Revenge of DOH (World)";256x224@60;V
+arknoid2b;"Arkanoid - Revenge of DOH (Japan bootleg)";256x224@60;V
+arknoid2j;"Arkanoid - Revenge of DOH (Japan)";256x224@60;V
+arknoid2u;"Arkanoid - Revenge of DOH (US)";256x224@60;V
+arkretrn;"Arkanoid Returns (Ver 2.02O 1997/02/10)";320x232@60;H
+arkretrnj;"Arkanoid Returns (Ver 2.02J 1997/02/10)";320x232@60;H
+arkretrnu;"Arkanoid Returns (Ver 2.02A 1997/02/10)";320x232@60;H
+arktayt2;"Arkanoid (Tayto bootleg, harder)";256x224@60;V
+armedf;"Armed Formation - Armed Formation F";320x240@57;V
+armedff;"Armed Formation (Fillmore license)";320x240@57;V
+armorcar;"Armored Car (set 1)";256x224@60;V
+armorcar2;"Armored Car (set 2)";256x224@60;V
+armwar;"Armored Warriors (941024 Europe)";384x224@60;H
+armwar1d;"Armored Warriors (941011 Europe Phoenix Edition)";384x224@60;H
+armwara;"Armored Warriors (941024 Asia)";384x224@60;H
+armwarar1;"Armored Warriors (940920 Asia)";384x224@60;H
+armwarr1;"Armored Warriors (941011 Europe)";384x224@60;H
+armwaru;"Armored Warriors (941024 USA)";384x224@60;H
+armwaru1;"Armored Warriors (940920 USA)";384x224@60;H
+armwrest;"Arm Wrestling";448x256@60;V
+ashnojoe;"Ashita no Joe (Japan)";288x208@60;H
+ashura;"Ashura (Jpn) - Ashura Blaster (World)";320x224@60;V
+ashuraj;"Ashura Blaster (Japan)";320x224@60;V
+ashurau;"Ashura Blaster (US)";320x224@60;V
+asideral;"Ataque Sideral (Spanish bootleg of UniWar S)";256x224@60;V
+aso;"ASO - Armored Scrum Object";288x216@60;V
+assault;"Assault (Rev B) - Desert Assault (US)";288x224@60;V
+assaultj;"Assault (Japan)";288x224@60;V
+assaultp;"Assault Plus (Japan)";288x224@60;V
+asterix;"Asterix (Euro, v1) - Asterix (ver EAD)";288x224@60;H
+asterixaad;"Asterix (ver AAD)";288x224@60;H
+asterixeaa;"Asterix (ver EAA)";288x224@60;H
+asterixeac;"Asterix (ver EAC)";288x224@60;H
+asterixj;"Asterix (ver JAD)";288x224@60;H
+astorm;"Alien Storm (Euro, Bra) - Alien Storm (set 4, World, 2 Players, FD1094 317-0154) - Alien Storm (World)";320x224@60;H
+astorm3;"Alien Storm (set 3, World, 3 Players, FD1094 317-0148)";320x224@60;H
+astorm3d;"Alien Storm (set 3, World, 3 Players, FD1094 317-0148";320x224@60;H
+astormj;"Alien Storm (set 1, Japan Rev B, 2 Players, FD1094 317";320x224@60;H
+astormjd;"Alien Storm (set 1, Japan Rev B, 2 Players, FD1094 317";320x224@60;H
+astormu;"Alien Storm (set 2, US, 3 Players, FD1094 317-0147)";320x224@60;H
+astormud;"Alien Storm (set 2, US, 3 Players, FD1094 317-0147 dec";320x224@60;H
+astrians;"Astrians (clone of Swarm)";256x224@60;V
+astyanax;"The Astyanax";256x224@60;H
+asuka;"Asuka & Asuka (World)";320x240@60;V
+asukaj;"Asuka & Asuka (Japan)";320x240@60;V
+asurabld;"Asura Blade - Sword of Dynasty (Japan)";320x240@60;H
+asurabus;"Asura Buster - Eternal Warriors (Japan)";320x240@60;H
+asurabusa;"Asura Buster - Eternal Warriors (Japan) (ARCADIA revie";320x240@60;H
+atehate;"Athena no Hatena ?";384x240@60;H
+atetris;"FA Tetris (Kor) - FA Tetris (Kor) - Tetris (set 1)";336x240@60;H
+atetrisa;"FA Tetris (Kor, Alt) - Tetris (set 2)";336x240@60;H
+atetrisb;"FA Tetris (Kor, Alt 2) - Tetris (bootleg set 1)";336x240@60;H
+atetrisb2;"Tetris (bootleg set 2)";336x240@60;H
+atetrisc;"Tetris (cocktail set 1)";336x240@60;V
+atetrisc2;"Tetris (cocktail set 2)";336x240@60;V
+athena;"Athena";288x216@60;H
+atlantis;"Battle of Atlantis (set 1)";256x224@60;V
+atlantis2;"Battle of Atlantis (set 2)";256x224@60;V
+atlantisb;"Battle of Atlantis (bootleg)";256x224@60;V
+atomboy;"Atomic Boy (revision B)";256x224@60;H
+atomboya;"Atomic Boy (revision A)";256x224@60;H
+atomicp;"Atomic Point (Korea)";320x224@60;H
+atompunk;"Atomic Punk (US)";320x240@60;H
+aurail;"Aurail (set 3, US, unprotected)";320x224@60;H
+aurail1;"Aurail (set 2, World, FD1089B 317-0168)";320x224@60;H
+aurail1d;"Aurail (set 2, World, FD1089B 317-0168 decrypted)";320x224@60;H
+aurailj;"Aurail (set 1, Japan, FD1089A 317-0167)";320x224@60;H
+aurailjd;"Aurail (set 1, Japan, FD1089A 317-0167 decrypted)";320x224@60;H
+avefenix;"Ave Fenix (Electrogame, Spanish bootleg of Phoenix)";256x208@60;V
+avefenixl;"Ave Fenix (Laguna, Spanish bootleg of Phoenix)";256x208@60;V
+avefenixrf;"Ave Fenix (Recreativos Franco, Spanish bootleg of Phoe";256x208@60;V
+avengers;"Avengers (US set 1)";256x240@60;V
+avengers2;"Avengers (US set 2)";256x240@60;V
+avsp;"Alien vs Predator (940520 Euro)";384x224@60;H
+avspa;"Alien vs Predator (940520 Asia)";384x224@60;H
+avspd;"Alien vs Predator (940520 Euro Phoenix Edition)";384x224@60;H
+avsph;"Alien vs Predator (940520 Hispanic)";384x224@60;H
+avspirit;"Avenging Spirit";256x224@60;H
+avspj;"Alien vs Predator (940520 Japan)";384x224@60;H
+avspu;"Alien vs Predator (940520 USA)";384x224@60;H
+aztarac;"Aztarac";340x256@40;H
+azurian;"Azurian Attack";256x224@60;V
+b2b;"Bang Bang Busters (2010 NCI release)";304x224@59;H
+backfire;"Backfire! (set 1)";240x640@60;V
+backfirt;"Back Fire (Tecmo, bootleg)";256x224@60;H
+baddudes;"Bad Dudes vs. Dragonninja (US)";256x240@57;H
+bakatono;"Bakatonosama Mahjong Manyuuki (MOM-002)(MOH-002)";304x224@59;H
+bakubrkr;"Bakuretsu Breaker";256x224@60;V
+bakutotu;"Bakutotsu Kijuutei";288x224@60;H
+balcube;"Bal Cube";320x224@60;H
+ballboy;"Ball Boy";256x224@60;H
+ballbros;"Balloon Brothers";384x240@60;H
+bang;"Bang! - Big Bang (9th Nov. 1993) - Pack'n Bang Bang (Prototype)";320x240@60;H
+bangball;"Bang Bang Ball (v1.05)";320x224@60;H
+bangbead;"Bang Bead";304x224@59;H
+bangbedp;"Bang Bead (Prototype?)";304x224@59;H
+bangj;"Gun Gabacho (Japan)";320x240@60;H
+bankp;"Bank Panic - Bank Panic (Euro) - Bank Panic (Jpn) - Bank Panic (Jpn)";224x224@60;H
+baraduke;"Baraduke";288x224@60;H
+baryon;"Baryon - Future Assault (set 1)";304x224@58;V
+baryona;"Baryon - Future Assault (set 2)";304x224@58;V
+batcir;"Battle Circuit (970319 Euro)";384x224@60;H
+batcira;"Battle Circuit (970319 Asia)";384x224@60;H
+batcird;"Battle Circuit (970319 Euro Phoenix Edition)";384x224@60;H
+batcirj;"Battle Circuit (970319 Japan)";384x224@60;H
+batlbubl;"Battle Bubble (v2.00)";320x224@60;H
+batman2;"Batman Part 2";256x224@60;V
+batrider;"Armed Police Batrider (Europe) (Fri Feb 13 1998)";320x240@60;V
+batriderc;"Armed Police Batrider (China) (Fri Feb 13 1998)";320x240@60;V
+batriderhk;"Armed Police Batrider - A Version (Hong Kong) (Mon Dec";320x240@60;V
+batriderj;"Armed Police Batrider - B Version (Japan) (Fri Feb 13";320x240@60;V
+batriderja;"Armed Police Batrider - A Version (Japan) (Mon Dec 22";320x240@60;V
+batriderk;"Armed Police Batrider (Korea) (Fri Feb 13 1998)";320x240@60;V
+batridert;"Armed Police Batrider - A Version (Taiwan) (Mon Dec 22";320x240@60;V
+batrideru;"Armed Police Batrider (U.S.A.) (Fri Feb 13 1998)";320x240@60;V
+batsugun;"Batsugun (set 1)";320x240@60;V
+batsuguna;"Batsugun (set 2)";320x240@60;V
+batsugunb;"Batsugun (Korean PCB)";320x240@60;V
+batsugunsp;"Batsugun (Special Ver.)";320x240@60;V
+battlane;"Battle Lane! Vol. 5 (set 1)";256x256@60;V
+battlane2;"Battle Lane! Vol. 5 (set 2)";256x256@60;V
+battlane3;"Battle Lane! Vol. 5 (set 3)";256x256@60;V
+battlex;"Battle Cross - Battle Cross (Jpn)";256x224@60;H
+battlnts;"Battlantis (program code G)";256x224@60;V
+battlntsa;"Battlantis (program code F)";256x224@60;V
+battlntsj;"Battlantis (Japan, program code E)";256x224@60;V
+battroad;"The Battle-Road";256x256@60;V
+bayroute;"Bay Route (set 3, World, FD1094 317-0116)";320x224@60;H
+bayroute1;"Bay Route (set 1, US, unprotected)";320x224@60;H
+bayrouted;"Bay Route (set 3, World, FD1094 317-0116 decrypted)";320x224@60;H
+bayroutej;"Bay Route (set 2, Japan, FD1094 317-0115)";320x224@60;H
+bayroutejd;"Bay Route (set 2, Japan, FD1094 317-0115 decrypted)";320x224@60;H
+bbakraid;"Battle Bakraid - Unlimited Version (U.S.A.) (Tue Jun 8";320x240@60;V
+bbakraidc;"Battle Bakraid - Unlimited Version (China) (Tue Jun 8";320x240@60;V
+bbakraidj;"Battle Bakraid - Unlimited Version (Japan) (Tue Jun 8";320x240@60;V
+bbakraidja;"Battle Bakraid (Japan) (Wed Apr 7 1999)";320x240@60;V
+bballs;"Bouncing Balls";256x224@60;H
+bballsa;"Bouncing Balls (Adult)";256x224@60;H
+bbmanw;"Bomber Man World / New Dyna Blaster - Global Quest";320x240@60;H
+bbmanwj;"Bomber Man World (Japan)";320x240@60;H
+bbmanwja;"Bomber Man World (Japan, revised sound hardware)";320x240@60;H
+bbredux;"Bobble Bobble ('bootleg redux' hack for Bobble Bobble";256x224@60;H
+bbros;"Buster Bros. (USA) - Super Buster Bros. (USA 901001)";384x240@57;H
+bbusters;"Beast Busters (World)";256x224@56;H
+bbustersj;"Beast Busters (Japan, Version 2)";256x224@56;H
+bbustersu;"Beast Busters (US, Version 3)";256x224@56;H
+bbustersua;"Beast Busters (US, Version 2)";256x224@56;H
+bchopper;"Battle Chopper";384x256@55;H
+bcrusher;"Bone Crusher";256x240@60;V
+bcruzm12;"Battle Cruiser M-12";256x224@60;V
+bcstry;"B.C. Story (set 1)";320x240@60;H
+bcstrya;"B.C. Story (set 2)";320x240@60;H
+beast;"Altered Beast (Euro, USA) - Altered Beast (Euro, USA, Bra) - Altered Beast (set 8, 8751 317-0078) - Altered Beast - Shadow of the Beast (Euro, Bra) - Shadow of the Beast (Euro, USA) - Shadow of the Beast (Neo Geo demo)";304x224@59;H
+beastfp;"Beastie Feastie";288x224@60;V
+berabohm;"Beraboh Man (Japan, Rev C)";288x224@60;H
+berabohmb;"Beraboh Man (Japan, Rev B)";288x224@60;H
+berlwall;"The Berlin Wall";256x224@60;H
+berlwallk;"The Berlin Wall (Korea)";256x224@60;H
+berlwallt;"The Berlin Wall (bootleg ?)";256x224@60;H
+bermudat;"Bermuda Triangle (World?)";400x224@60;V
+bermudata;"Bermuda Triangle (World Wars) (US)";400x224@60;V
+bermudatj;"Bermuda Triangle (Japan)";400x224@60;V
+bestbest;"Best Of Best";256x224@60;H
+bestleag;"Best League (bootleg of Big Striker, Italian Serie A)";256x224@60;H
+bestleaw;"Best League (bootleg of Big Striker, World Cup)";256x224@60;H
+bestri;"Bestri (Korea)";320x240@60;H
+bgaregga;"Battle Garegga (Europe / USA / Japan / Asia) (Sat Feb";320x240@60;V
+bgareggabl;"1945 Part 2 (Chinese hack of Battle Garegga)";320x240@60;V
+bgareggabla;"Lei Shen Zhuan Thunder Deity Biography (Chinese hack o";320x240@60;V
+bgareggacn;"Battle Garegga - Type 2 (Denmark / China) (Tue Apr 2 1";320x240@60;V
+bgareggahk;"Battle Garegga (Austria / Hong Kong) (Sat Feb 3 1996)";320x240@60;V
+bgaregganv;"Battle Garegga - New Version (Austria / Hong Kong) (Sa";320x240@60;V
+bgareggat2;"Battle Garegga - Type 2 (Europe / USA / Japan / Asia)";320x240@60;V
+bgareggatw;"Battle Garegga (Taiwan / Germany) (Thu Feb 1 1996)";320x240@60;V
+bgareggaz;"Battle Garegga Zakk version (Europe / USA / Japan / As";320x240@60;V
+bigbang;"Big Bang (9th Nov. 1993)";384x224@56;V
+bigbucks;"Big Bucks";288x224@60;V
+bigfghtr;"Tatakae! Big Fighter (Japan)";320x240@60;H
+bigkarnk;"Big Karnak";320x240@60;H
+bigstrik;"Big Striker";256x224@60;H
+bigstrkb;"Big Striker (bootleg)";256x224@60;H
+bigstrkba;"Big Striker (bootleg w/Italian teams)";256x224@60;H
+bigtwin;"Big Twin";320x240@58;H
+bikkuric;"Bikkuri Card (Japan)";256x224@60;V
+billiard;"The Billiards";256x224@60;V
+biomtoy;"Biomechanical Toy (Ver. 1.0.1885)";320x240@60;H
+biomtoya;"Biomechanical Toy (Ver. 1.0.1884)";320x240@60;H
+bionicc;"Bionic Commando (Euro)";256x224@60;H
+bionicc1;"Bionic Commando (US set 1)";256x224@60;H
+bionicc2;"Bionic Commando (US set 2)";256x224@60;H
+bioniccbl;"Bionic Commandos (bootleg, set 1)";256x224@60;H
+bioniccbl2;"Bionic Commandos (bootleg, set 2)";256x224@60;H
+bioship;"Bio-ship Paladin";256x224@56;H
+birdiy;"Birdiy";288x224@60;V
+birdtry;"Birdie Try (Japan)";256x240@57;V
+bishi;"Bishi Bashi Championship Mini Game Senshuken (ver JAA, - Super Bishi Bashi Championship (ver JAA, 2 Players)";288x224@60;H
+bjourney;"Blue's Journey / Raguy (ALM-001)(ALH-001)";320x224@59;H
+bjtwin;"Bombjack Twin (set 1)";384x224@56;V
+bjtwina;"Bombjack Twin (set 2)";384x224@56;V
+bladestl;"Blades of Steel (version T)";256x224@60;V
+bladestle;"Blades of Steel (version E)";256x224@60;V
+bladestll;"Blades of Steel (version L)";256x224@60;V
+blandia;"Blandia";384x240@60;H
+blandiap;"Blandia (prototype)";384x240@60;H
+blastoff;"Blast Off (Japan)";288x224@60;V
+blazeon;"Blaze On (Japan)";320x232@60;H
+blazer;"Blazer (Japan)";288x224@60;V
+blazstar;"Blazing Star";304x224@59;H
+blkbustr;"BlockBuster";240x224@60;V
+blkdrgon;"Black Dragon (Japan)";256x224@60;H
+blkdrgonb;"Black Dragon (bootleg)";256x224@60;H
+blkheart;"Black Heart";256x224@56;H
+blkheartj;"Black Heart (Japan)";256x224@56;H
+blkhole;"Black Hole";256x224@60;V
+blkpnthr;"Black Panther";256x224@60;H
+blktiger;"Black Tiger";256x224@60;H
+blktigera;"Black Tiger (older)";256x224@60;H
+blktigerb1;"Black Tiger (bootleg set 1)";256x224@60;H
+blktigerb2;"Black Tiger (bootleg set 2)";256x224@60;H
+blktigerb3;"Black Tiger / Black Dragon (mixed bootleg?)";256x224@60;H
+blmbycar;"Blomby Car";384x256@60;H
+blmbycaru;"Blomby Car (not encrypted)";384x256@60;H
+block;"Block (Game Corporation bootleg, set 1) - Block Block (World 911219 Joystick)";384x240@60;V
+blockbl;"Block Block (bootleg)";384x240@60;V
+blockcar;"Block Carnival / Thunder & Lightning 2";384x240@60;V
+blockgal;"Block Gal (MC-8123B, 317-0029)";256x224@60;V
+blockhl;"Block Hole";288x224@60;H
+blockj;"Block Block (Japan 910910)";384x240@60;V
+blockout;"Block Out (set 1) - Blockout (World)";320x240@58;H
+blockout2;"Block Out (set 2)";320x240@58;H
+blockoutj;"Block Out (Japan)";320x240@58;H
+blockr1;"Block Block (World 911106 Joystick)";384x240@60;V
+blockr2;"Block Block (World 910910)";384x240@60;V
+bloodbro;"Blood Bros. (set 1)";256x224@60;H
+bloodbroa;"Blood Bros. (set 2)";256x224@60;H
+bloodbrob;"Blood Bros. (set 3)";256x224@60;H
+bloodwar;"Blood Warrior";320x240@60;H
+blox16b;"Bloxeed (System 16B, PS2 data file)";320x224@60;H
+bloxeed;"Bloxeed (Japan, FD1094 317-0139)";320x224@60;H
+bloxeedd;"Bloxeed (Japan, FD1094 317-0139 decrypted)";320x224@60;H
+blswhstl;"Bells & Whistles (World, version L)";280x224@60;V
+blswhstla;"Bells & Whistles (Asia, version M)";280x224@60;V
+bluehawk;"Blue Hawk";384x240@60;V
+bluehawkn;"Blue Hawk (NTC)";384x240@60;V
+blueprnt;"Blue Print (Midway)";256x224@60;V
+blueprntj;"Blue Print (Jaleco)";256x224@60;V
+blzntrnd;"Blazing Tornado";304x224@60;H
+bmaster;"Blade Master (World)";320x240@60;H
+bnj;"Bump 'n' Jump - Bump 'n' Jump";256x240@60;V
+boblbobl;"Bobble Bobble (bootleg of Bubble Bobble) - Super Bobble Bobble (bootleg, set 1)";256x224@60;H
+boblcave;"Bubble Bobble: Lost Cave V1.2 (for Bobble Bobble PCB)";256x224@60;H
+bodyslam;"Body Slam (8751 317-0015)";320x224@60;H
+bogeyman;"Bogey Manor";256x240@60;H
+boggy84;"Boggy '84 - Boggy '84 (Jpn)";256x224@60;V
+boggy84b;"Boggy '84 (bootleg) - Boggy '84 (Jpn, Alt 2)";256x224@60;V
+bombbee;"Bomb Bee";272x224@60;V
+bomber;"Bomber - Bomber (bootleg of Scramble) - Space Bomber (ver. B)";256x224@60;V
+bombjack;"Bomb Jack (Jpn) - Bomb Jack (set 1)";256x224@60;V
+bombjack2;"Bomb Jack (set 2)";256x224@60;V
+bombjackt;"Bomb Jack (Tecfri, Spain)";256x224@60;V
+bombkick;"Bomb Kick (set 1)";384x224@60;H
+bombkicka;"Bomb Kick (set 2)";384x224@60;H
+bombrman;"Bomber Man (Japan)";320x240@60;H
+bongo;"Bongo - Congo Bongo";256x224@60;V
+bonkadv;"B.C. Kid / Bonk's Adventure / Kyukyoku!! PC Genjin";320x240@60;H
+bonzeadv;"Bonze Adventure (World, Newer)";320x224@60;H
+bonzeadvo;"Bonze Adventure (World, Older)";320x224@60;H
+bonzeadvp;"Bonze Adventure (World, prototype)";320x224@60;H
+bonzeadvu;"Bonze Adventure (US)";320x224@60;H
+boobhack;"Booby Kids (Italian manufactured graphic hack / bootle";256x224@60;V
+boogwing;"Boogie Wings (Euro v1.5, 92.12.07)";320x240@58;H
+boogwinga;"Boogie Wings (Asia v1.5, 92.12.07)";320x240@58;H
+boogwingu;"Boogie Wings (USA v1.7, 92.12.14)";320x240@58;H
+bottom9;"Bottom of the Ninth (ver. T)";288x224@60;H
+bottom9n;"Bottom of the Ninth (ver. N)";288x224@60;H
+bouldash;"Boulder Dash / Boulder Dash Part 2 (World)";256x240@57;H
+bouldashj;"Boulder Dash / Boulder Dash Part 2 (Japan)";256x240@57;H
+bounty;"The Bounty";256x224@60;H
+bowlrama;"Bowl-O-Rama";360x240@57;V
+boxyboy;"Boxy Boy (SB?) - Boxyboy";288x224@60;H
+brain;"Brain";256x224@60;H
+brapboys;"B.Rap Boys (World)";256x224@60;H
+brapboysj;"B.Rap Boys Special (Japan)";256x224@60;H
+brapboysu;"B.Rap Boys Special (US)";256x224@60;H
+breakers;"Breakers";320x224@59;H
+breakrev;"Breakers Revenge";320x224@59;H
+breywood;"Breywood (Japan revision 2)";256x240@58;H
+brix;"Brix";256x224@60;V
+brkthru;"Break Thru (US)";240x240@60;H
+brkthruj;"Kyohkoh-Toppa (Japan)";240x240@60;H
+brubber;"Burnin' Rubber";256x240@60;V
+bshark;"Battle Shark (World)";320x240@60;H
+bsharkj;"Battle Shark (Japan)";320x240@60;H
+bsharkjjs;"Battle Shark (Japan, Joystick)";320x240@60;H
+bsharku;"Battle Shark (US)";320x240@60;H
+bssoccer;"Back Street Soccer";256x224@60;H
+bstars;"Baseball Stars Professional (NGM-002)";320x224@59;H
+bstars2;"Baseball Stars 2";304x224@59;H
+bstarsh;"Baseball Stars Professional (NGH-002)";320x224@59;H
+btime;"Burger Time (Data East set 1) - Burgertime - Burgertime (Jpn) - Super Burger Time (World, set 1)";242x240@60;V
+btime2;"Burger Time (Data East set 2)";242x240@60;V
+btime3;"Burger Time (Data East USA)";242x240@60;V
+btimem;"Burger Time (Midway) - Burgertime (Prototype)";242x240@60;V
+btlfield;"Battle Field (Japan)";256x224@60;V
+btlfieldb;"Battle Field (bootleg)";256x224@60;V
+btlkroad;"Battle K-Road";320x224@59;H
+btlkroadk;"Battle K-Road (Korean PCB)";320x224@59;H
+bub68705;"Bubble Bobble (boolteg with 68705, set 1)";256x224@60;H
+bub68705a;"Bubble Bobble (boolteg with 68705, set 2)";256x224@60;H
+bubblem;"Bubble Memories: The Story Of Bubble Bobble III (Ver 2";320x224@60;H
+bubblemj;"Bubble Memories: The Story Of Bubble Bobble III (Ver 2";320x224@60;H
+bubbletr;"Bubble Trouble (World, Rev B)";288x224@60;H
+bubbletrj;"Bubble Trouble (Japan, Rev C)";288x224@60;H
+bubl2000;"Bubble 2000";256x224@56;H
+bublbob2;"Bubble Bobble II (Ver 2.6O 1994/12/16)";320x224@60;H
+bublbob2o;"Bubble Bobble II (Ver 2.5O 1994/10/05)";320x224@60;H
+bublbob2p;"Bubble Bobble II (Ver 0.0J 1993/12/13, prototype)";320x224@60;H
+bublbobl;"Bubble Bobble (Euro, Bra) - Bubble Bobble (Euro, USA) - Bubble Bobble (Japan, Ver 0.1)";256x224@60;H
+bublbobl1;"Bubble Bobble (Japan, Ver 0.0)";256x224@60;H
+bublboblb;"Bubble Bobble (for Bobble Bobble PCB)";256x224@60;H
+bublboblr;"Bubble Bobble (US, Ver 5.1)";256x224@60;H
+bublboblr1;"Bubble Bobble (US, Ver 1.0)";256x224@60;H
+bublboblu;"Bubble Bobble (Ultra Version, Hack)";256x224@60;H
+bublcave;"Bubble Bobble: Lost Cave V1.2";256x224@60;H
+bublcave10;"Bubble Bobble: Lost Cave V1.0";256x224@60;H
+bublcave11;"Bubble Bobble: Lost Cave V1.1";256x224@60;H
+bubsymphe;"Bubble Symphony (Ver 2.5O 1994/10/05)";320x224@60;H
+bubsymphj;"Bubble Symphony (Ver 2.5J 1994/10/05)";320x224@60;H
+bubsymphu;"Bubble Symphony (Ver 2.5A 1994/10/05)";320x224@60;H
+bucaner;"Buccaneer";288x224@60;V
+buccanrs;"Buccaneers (set 1)";256x256@55;H
+buccanrsa;"Buccaneers (set 2)";256x256@55;H
+buccanrsb;"Buccaneers (set 3, harder)";256x256@55;H
+bucky;"Bucky O'Hare (ver EAB)";384x224@60;H
+buckyaab;"Bucky O'Hare (ver AAB)";384x224@60;H
+buckyea;"Bucky O'Hare (ver EA)";384x224@60;H
+buckyjaa;"Bucky O'Hare (ver JAA)";384x224@60;H
+buckyuab;"Bucky O'Hare (ver UAB)";384x224@60;H
+bullet;"Bullet (FD1094 317-0041)";320x224@60;H
+bulletd;"Bullet (FD1094 317-0041 decrypted)";320x224@60;H
+bullfgt;"Bullfight (315-5065)";256x224@60;H
+buraiken;"Hissatsu Buraiken (Japan)";256x240@60;V
+burglarx;"Burglar X";384x224@60;H
+burnforc;"Burning Force (Euro) - Burning Force (Japan, new version (Rev C))";288x224@60;H
+burnforco;"Burning Force (Japan, old version)";288x224@60;H
+burningf;"Burning Fight (NGM-018)(NGH-018)";304x224@59;H
+burningfh;"Burning Fight (NGH-018)(US)";304x224@59;H
+burningfp;"Burning Fight (prototype, older)";304x224@59;H
+burningfpa;"Burning Fight (prototype, ver 23.3, 910326)";304x224@59;H
+buzzard;"Buzzard";288x224@60;V
+bwcasino;"Boardwalk Casino";288x224@60;V
+bwings;"B-Wings (Japan new Ver.)";256x240@60;V
+bwingsa;"B-Wings (Alt Ver.?)";256x240@60;V
+bwingso;"B-Wings (Japan old Ver.)";256x240@60;V
+bygone;"Bygone";240x224@60;H
+cabal;"Cabal (World, Joystick)";256x256@60;H
+cabala;"Cabal (korea?, Joystick)";256x256@60;H
+cachat;"Cachat (Japan)";320x224@60;H
+cactus;"Cactus (bootleg of Saboten Bombers)";384x224@56;H
+cadash;"Cadash (USA, Asia, Kor) - Cadash (World) - Cadash - Cadash";320x240@60;H
+cadashf;"Cadash (France)";320x240@60;H
+cadashg;"Cadash (Germany, version 1)";320x240@60;H
+cadashi;"Cadash (Italy)";320x240@60;H
+cadashj;"Cadash (Japan, version 2)";320x240@60;H
+cadashj1;"Cadash (Japan, version 1)";320x240@60;H
+cadashjo;"Cadash (Japan, oldest version)";320x240@60;H
+cadashp;"Cadash (World, prototype)";320x240@60;H
+cadashu;"Cadash (US, version 2)";320x240@60;H
+cairblad;"Change Air Blade (Japan)";338x240@60;V
+calibr50;"Caliber 50";384x240@57;V
+calipso;"Calipso";256x224@60;V
+calorie;"Calorie Kun vs Moguranian";256x224@60;H
+calorieb;"Calorie Kun vs Moguranian (bootleg)";256x224@60;H
+cameltry;"Cameltry (US, YM2610)";320x224@60;H
+cameltrya;"Cameltry (US, YM2203 + M6295)";320x224@60;H
+cameltryau;"Cameltry (World, YM2203 + M6295)";320x224@60;H
+cameltryj;"Cameltry (Japan, YM2610)";320x224@60;H
+candance;"Cannon Dancer (Japan)";320x240@58;H
+candory;"Candory (Bootleg)";288x224@60;H
+cannball;"Cannon Ball (Yun Sung, horizontal)";384x240@60;H
+cannballv;"Cannon Ball (Yun Sung, vertical)";384x240@60;V
+cannonbp;"Cannon Ball (Pacman Hardware)";288x224@60;V
+canvas;"Canvas Croquis";288x216@60;H
+canyon;"Canyon Bomber";256x240@60;H
+canyonp;"Canyon Bomber (prototype)";256x240@60;H
+capbowl;"Capcom Bowling (set 1)";360x244@57;V
+capbowl2;"Capcom Bowling (set 2)";360x244@57;V
+capbowl3;"Capcom Bowling (set 3)";360x244@57;V
+capbowl4;"Capcom Bowling (set 4)";360x244@57;V
+capitol;"Capitol";256x208@60;V
+captcomm;"Captain Commando (911202 other country)";384x224@60;H
+captcommb;"Captain Commando (bootleg set 1, 911014 other country)";384x224@60;H
+captcommb2;"Captain Commando (bootleg set 2 (with YM2151 + 2xMSM52";384x224@60;H
+captcommj;"Captain Commando (911202 Japan)";384x224@60;H
+captcommjr1;"Captain Commando (910928 Japan)";384x224@60;H
+captcommr1;"Captain Commando (911014 other country)";384x224@60;H
+captcommu;"Captain Commando (910928 USA)";384x224@60;H
+cashquiz;"Cash Quiz (Type B, Version 5)";256x224@60;H
+catacomb;"Catacomb";256x224@60;V
+catt;"Catt (Japan)";320x224@60;H
+cavelon;"Cavelon";256x224@60;V
+cavenger;"Cosmic Avenger - Cosmic Avenger";240x196@60;H
+cawing;"Carrier Air Wing (U.S. navy 901012 etc)";384x224@60;H
+cawingb2;"Carrier Air Wing (bootleg set 2 (with 2xYM2203 + 2xMSM";384x224@60;H
+cawingbl;"Carrier Air Wing (bootleg set 1 (with 2xYM2203 + 2xMSM";384x224@60;H
+cawingj;"U.S. Navy (901012 Japan)";384x224@60;H
+cawingr1;"Carrier Air Wing (U.S. navy 901009 etc)";384x224@60;H
+cawingu;"Carrier Air Wing (U.S. navy 901012 USA)";384x224@60;H
+cbuster;"Crude Buster (World FX version)";256x240@58;H
+cbusterj;"Crude Buster (Japan FR revision 1)";256x240@58;H
+cbusterw;"Crude Buster (World FU version)";256x240@58;H
+cclimber;"Crazy Climber (US)";256x224@60;H
+cclimbr2;"Crazy Climber 2 (Japan)";288x224@60;H
+cclimbr2a;"Crazy Climber 2 (Japan, Harder)";288x224@60;H
+cencourt;"Center Court (World, 4 Players, prototype, MC-8123B)";320x224@60;V
+centiped;"Centipede - Centipede (revision 4)";256x240@60;V
+centiped3;"Centipede (revision 3)";256x240@60;V
+chainrec;"Chain Reaction (World, Version 2.2, 1995.09.25)";320x240@58;H
+chaknpop;"Chack'n Pop";256x224@60;H
+chameleo;"Chameleon";256x224@60;H
+champwr;"Champion Wrestler (World)";320x224@60;H
+champwrj;"Champion Wrestler (Japan)";320x224@60;H
+champwru;"Champion Wrestler (US)";320x224@60;H
+chanbara;"Chanbara";256x224@60;V
+changes;"Changes";256x224@60;H
+changesa;"Changes (EME license)";256x224@60;H
+charlien;"Charlie Ninja";320x240@58;H
+chasehq;"Chase H.Q. (World) - Taito Chase H.Q. - Taito Chase H.Q. - Taito Chase H.Q. (Euro) - Taito Chase H.Q. (USA, SMS Mode)";320x240@60;H
+chasehqj;"Chase H.Q. (Japan) - Taito Chase H.Q. (Jpn, SMS Mode)";320x240@60;H
+chasehqju;"Chase H.Q. (Japan UP)";320x240@60;H
+chasehqu;"Chase H.Q. (US)";320x240@60;H
+checkman;"Check Man";256x224@60;V
+checkmanj;"Check Man (Japan)";256x224@60;V
+cheekyms;"Cheeky Mouse";256x192@60;V
+chelnov;"Chelnov (Jpn) - Chelnov - Atomic Runner (World)";256x248@60;H
+chelnovj;"Chelnov - Atomic Runner (Japan)";256x248@60;H
+chelnovu;"Chelnov - Atomic Runner (US)";256x248@60;H
+chewing;"Chewing Gum";256x224@60;V
+chikij;"Chiki Chiki Boys (900619 Japan) - Chiki Chiki Boys (Jpn, Kor)";384x224@60;H
+chimerab;"Chimera Beast (prototype)";256x224@60;H
+chinagat;"China Gate (US)";256x240@60;H
+chinatwn;"China Town (Japan)";320x240@58;H
+chkun;"Chance Kun (Japan)";256x224@60;V
+chokchok;"Choky! Choky!";320x240@60;H
+choko;"Choko (010820 Japan)";384x224@60;H
+chopliftbl;"Choplifter (bootleg)";256x224@60;H
+chopliftu;"Choplifter (unprotected)";256x224@60;H
+chopper;"Battle Chopper - Chopper I (US set 1)";400x224@60;V
+choppera;"Chopper I (US set 2)";400x224@60;V
+chopperb;"Chopper I (US set 3)";400x224@60;V
+chqflag;"Chequered Flag";304x224@60;V
+chqflagj;"Chequered Flag (Japan)";304x224@60;V
+chukatai;"Chuka Taisen (World) - Gokuraku! Chuka Taisen";256x224@60;H
+chukataij;"Chuka Taisen (Japan)";256x224@60;H
+chukataiu;"Chuka Taisen (US)";256x224@60;H
+circusc;"Circus Charlie (Jpn) - Circus Charlie (level select, set 1) - Maxi Tuan ~ Circus Charlie (Tw)";256x224@60;V
+circusc2;"Circus Charlie (level select, set 2)";256x224@60;V
+circusc3;"Circus Charlie (level select, set 3)";256x224@60;V
+circusc4;"Circus Charlie (no level select)";256x224@60;V
+circuscc;"Circus Charlie (Centuri)";256x224@60;V
+circusce;"Circus Charlie (Centuri, earlier)";256x224@60;V
+citybomb;"City Bomber (World)";256x224@60;V
+citybombj;"City Bomber (Japan)";256x224@60;V
+citycon;"City Connection (Jpn) - City Connection (set 1)";240x224@60;H
+citycona;"City Connection (Jpn, Alt) - City Connection (set 2)";240x224@60;H
+ckongg;"Crazy Kong (bootleg on Galaxian hardware)";256x224@60;V
+ckongmc;"Crazy Kong (bootleg on Moon Cresta hardware)";256x224@60;V
+ckongs;"Crazy Kong (Scramble hardware)";256x224@60;V
+clbowl;"Coors Light Bowling";360x244@57;V
+cleopatr;"Cleopatra Fortune (Ver 2.1J 1996/09/05)";320x224@60;H
+cloak;"Cloak & Dagger (rev 5)";256x232@60;H
+cloakfr;"Cloak & Dagger (French)";256x232@60;H
+cloakgr;"Cloak & Dagger (German)";256x232@60;H
+cloaksp;"Cloak & Dagger (Spanish)";256x232@60;H
+cltchitr;"Clutch Hitter (set 2, US, FD1094 317-0176)";320x224@60;H
+cltchitrd;"Clutch Hitter (set 2, US, FD1094 317-0176 decrypted)";320x224@60;H
+cltchitrj;"Clutch Hitter (set 1, Japan, FD1094 317-0175)";320x224@60;H
+cltchitrjd;"Clutch Hitter (set 1, Japan, FD1094 317-0175 decrypted";320x224@60;H
+cnbe;"Codename - Blut Engel (2006-01-19)";304x224@59;H
+cndi;"Chip n Dale (Intro demo)";304x224@59;H
+cninja;"Caveman Ninja (World ver 4)";256x240@58;H
+cninja1;"Caveman Ninja (World ver 1)";256x240@58;H
+cninjabl;"Caveman Ninja (bootleg)";256x240@58;H
+cninjau;"Caveman Ninja (US ver 4)";256x240@58;H
+cobracom;"Cobra-Command (World/US revision 5)";256x240@58;H
+cobracoma;"Cobra-Command (World/US revision 4)";256x240@58;H
+cobracomb;"Cobra-Command (Italian bootleg)";256x240@58;H
+cobracomj;"Cobra-Command (Japan)";256x240@58;H
+cobracomja;"Cobra-Command (Japan?, set 2)";256x240@58;H
+cobracomjb;"Cobra-Command (Japan, bootleg)";256x240@58;H
+columnsn;"Columns (Neo Geo)";304x224@59;H
+combh;"Combat Hawk";224x224@60;V
+commando;"Commando (World)";256x224@60;V
+commandob;"Commando (bootleg)";256x224@60;V
+commandob2;"Commando (bootleg 2)";256x224@60;V
+commandoj;"Senjou no Ookami";256x224@60;V
+commandou;"Commando (US, set 1)";256x224@60;V
+commandou2;"Commando (US, set 2)";256x224@60;V
+commandw;"Command War - Super Special Battle & War Game (Ver 0.0";320x224@60;H
+commsega;"Commando (Sega)";256x224@60;V
+condor;"Condor (Sidam bootleg of Phoenix)";256x208@60;V
+condorn;"Condor (S C Novar bootleg of Phoenix)";256x208@60;V
+congo;"Congo (Prototype) - Congo Bongo - Congo Bongo - Congo Bongo (Euro, Jpn, v1)";256x224@60;V
+congoa;"Congo Bongo (Euro, Jpn, v1 Alt) - Congo Bongo (Rev C, 3 board stack)";256x224@60;V
+contcirc;"Continental Circus (World)";320x224@60;H
+contcircj;"Continental Circus (Japan)";320x224@60;H
+contcircu;"Continental Circus (US set 1)";320x224@60;H
+contcircua;"Continental Circus (US set 2)";320x224@60;H
+contra;"Contra (US / Asia, set 1) - Contra - Hard Corps (USA, Kor) - Super Contra";280x224@60;V
+contra1;"Contra (US / Asia, set 2)";280x224@60;V
+contrab;"Contra (bootleg)";280x224@60;V
+contrabj;"Contra (Japan bootleg, set 1)";280x224@60;V
+contrabj1;"Contra (Japan bootleg, set 2)";280x224@60;V
+contrae;"Contra (US / Asia, set 3)";280x224@60;V
+contraj;"Contra (Japan, set 1) - Contra - The Hard Corps (Jpn) - Super Contra (Japan)";280x224@60;V
+contraj1;"Contra (Japan, set 2)";280x224@60;V
+cookbib;"Cookie & Bibi (set 1)";320x240@60;H
+cookbib2;"Cookie & Bibi 2";256x224@58;H
+cookbib3;"Cookie & Bibi 3";256x224@58;H
+cookbiba;"Cookie & Bibi (set 2)";320x240@60;H
+cosmccop;"Cosmic Cop (World)";384x256@55;H
+cosmogng;"Cosmo Gang the Video (US)";288x224@60;V
+cotton;"Cotton (set 3, World, FD1094 317-0181a) - Panorama Cotton (Jpn)";320x224@60;H
+cottond;"Cotton (set 3, World, FD1094 317-0181a decrypted)";320x224@60;H
+cottong;"Cotocoto Cottong";256x224@60;V
+cottonj;"Cotton (set 2, Japan, Rev B, FD1094 317-0179b))";320x224@60;H
+cottonja;"Cotton (set 1, Japan, Rev A, FD1094 317-0179a))";320x224@60;H
+cottonjad;"Cotton (set 1, Japan, Rev A, FD1094 317-0179a decrypte";320x224@60;H
+cottonjd;"Cotton (set 2, Japan, Rev B, FD1094 317-0179b decrypte";320x224@60;H
+cottonu;"Cotton (set 2, US, FD1094 317-0180)";320x224@60;H
+cottonud;"Cotton (set 2, US, FD1094 317-0180 decrypted)";320x224@60;H
+countrunb;"Counter Run (bootleg set 1)";256x224@60;H
+cphd;"Crouching Poney Hidden Dragon (DEMO)";304x224@59;H
+cps1demo;"Chaos Demo (CPS-1)";384x224@60;H
+cps1frog;"Frog Feast (CPS-1)";384x224@60;H
+crazyblk;"Crazy Blocks";240x224@60;V
+crazycop;"Crazy Cop (Japan)";288x224@60;V
+crazyfgt;"Crazy Fight";384x224@60;H
+crimec;"Crime City (World)";320x224@60;H
+crimecj;"Crime City (Japan)";320x224@60;H
+crimecu;"Crime City (US)";320x224@60;H
+crimfght;"Crime Fighters (World 2 players)";320x224@60;H
+crimfghtj;"Crime Fighters (Japan 2 Players)";320x224@60;H
+crimfghtu;"Crime Fighters (US 4 Players)";320x224@60;H
+crockman;"Crock-Man (bootleg, Rene-Pierre)";288x224@60;V
+croquis;"Croquis (Germany)";320x224@60;H
+crospang;"Cross Pang";320x240@60;H
+crossbld;"Cross Blades! (Japan)";320x240@60;H
+crshrace;"Lethal Crash Race (set 1)";320x224@60;V
+crshrace2;"Lethal Crash Race (set 2)";320x224@60;V
+crswd2bl;"Crossed Swords 2 (bootleg CD to cartridge conversion)";304x224@59;H
+crsword;"Crossed Swords (ALM-002)(ALH-002)";304x224@59;H
+cruisin;"Cruisin";240x224@60;H
+crush;"Alien Crush - Alien Crush - Crush Roller (Kural Samno) - Mad Crusher (Japan) - Rolling Crush (version 1.07.E - 1999/02/11, Trust lice - Super Metal Crusher";288x224@60;V
+crush2;"Crush Roller (Kural Esco - bootleg?)";288x224@60;V
+crush4;"Crush Roller (Kural - bootleg?)";288x224@60;V
+crush5;"Crush Roller (Kural TWT)";288x224@60;V
+crushbl;"Crush Roller (bootleg set 1)";288x224@60;V
+crushbl2;"Crush Roller (bootleg set 2)";288x224@60;V
+crushbl3;"Crush Roller (bootleg set 3)";288x224@60;V
+crusherm;"Crusher Makochan (Japan)";320x240@58;H
+crushs;"Crush Roller (Sidam bootleg)";288x224@60;V
+csclub;"Capcom Sports Club (971017 Euro)";384x224@60;H
+csclub1;"Capcom Sports Club (970722 Euro)";384x224@60;H
+csclub1d;"Capcom Sports Club (970722 Euro Phoenix Edition)";384x224@60;H
+cscluba;"Capcom Sports Club (970722 Asia)";384x224@60;H
+csclubh;"Capcom Sports Club (970722 Hispanic)";384x224@60;H
+csclubj;"Capcom Sports Club (970722 Japan)";384x224@60;H
+csclubjy;"Capcom Sports Club (970722 Japan, yellow case)";384x224@60;H
+csilver;"Captain Silver (World)";256x240@58;H
+csilverj;"Captain Silver (Japan revision 3)";256x240@58;H
+csilverja;"Captain Silver (Japan revision 1)";256x240@58;H
+csprint;"Championship Sprint (Atari System 2)";512x384@60;H
+ct2k3sa;"Crouching Tiger Hidden Dragon 2003 Super Plus alternat";304x224@59;H
+ct2k3sp;"Crouching Tiger Hidden Dragon 2003 Super Plus";304x224@59;H
+cthd2003;"Crouching Tiger Hidden Dragon 2003 (set 1)";304x224@59;H
+cthd2k3a;"Crouching Tiger Hidden Dragon 2003 (set 2)";304x224@59;H
+ctomaday;"Captain Tomaday";304x224@59;H
+ctribe;"The Combatribes (US)";320x240@57;H
+ctribe1;"The Combatribes (US set 1?)";320x240@57;H
+ctribeb;"The Combatribes (bootleg set 1)";320x240@57;H
+ctribeb2;"The Combatribes (bootleg set 2)";320x240@57;H
+ctribej;"The Combatribes (Japan)";320x240@57;H
+ctribeo;"The Combatribes (US , older)";320x240@57;H
+ctrpllrp;"Caterpillar Pacman Hack";288x224@60;V
+cubybop;"Cuby Bop (location test)";320x224@60;H
+cuebrick;"Cue Brick (World, version D)";304x224@60;H
+cuebrickj;"Cue Brick (Japan)";320x224@60;H
+cupfinal;"Taito Cup Finals (Ver 1.0O 1993/02/28)";320x224@60;H
+cutefght;"Cute Fighter";304x224@58;H
+cutieq;"Cutie Q";272x224@60;V
+cworld;"Capcom World (Japan)";384x240@60;H
+cworld2j;"Adventure Quiz Capcom World 2 (920611 Japan)";384x224@60;H
+cworld2ja;"Adventure Quiz Capcom World 2 (Japan 920611, B-Board 9";384x224@60;H
+cworld2jb;"Adventure Quiz Capcom World 2 (Japan 920611, B-Board 9";384x224@60;H
+cybattlr;"Cybattler";256x224@60;V
+cyberlip;"Cyber-Lip (NGM-010)";304x224@59;H
+cybertnk;"Cyber Tank (v1.4)";224x512@60;V
+cybots;"Cyberbots - fullmetal madness (950424 Euro)";384x224@60;H
+cybotsj;"Cyberbots - fullmetal madness (950420 Japan)";384x224@60;H
+cybotsjd;"Cyberbots - fullmetal madness (Japan 950424) (decrypte";384x224@60;H
+cybotsu;"Cyberbots - fullmetal madness (950424 USA)";384x224@60;H
+cybotsud;"Cyberbots - fullmetal madness (950424 USA Phoenix Edit";384x224@60;H
+cyvern;"Cyvern (US)";320x240@60;V
+cyvernj;"Cyvern (Japan)";320x240@60;V
+dacholer;"Dacholer";256x224@60;H
+dadandrn;"Kyukyoku Sentai Dadandarn (ver JAA)";288x224@60;H
+daimakai;"Dai Makai-Mura (Japan) - Dai Makaimura - Dai Makaimura (Jpn)";384x224@60;H
+daimakaib;"Dai Makai-Mura (bootleg, Japan)";384x224@60;H
+daimakair;"Dai Makai-Mura (Japan Resale Ver.)";384x224@60;H
+daioh;"Daioh";384x240@60;V
+daioha;"Daioh (earlier)";384x240@60;V
+daiohc;"Daioh (93111A PCB conversion)";384x240@60;V
+daiohp;"Daioh (prototype)";384x240@60;V
+dairesya;"Dai Ressya Goutou (Japan)";240x224@60;H
+daisenpu;"Dai Senpu - Daisenpu (Japan)";384x224@60;V
+dambustr;"Dambusters (US, set 1) - The Dam Busters (Euro?)";256x224@60;V
+dambustra;"Dambusters (US, set 2) - The Dam Busters (Jpn)";256x224@60;V
+dambustruk;"Dambusters (UK)";256x224@60;V
+dangar;"Ufo Robo Dangar (4/07/1987)";256x224@60;V
+dangara;"Ufo Robo Dangar (12/1/1986)";256x224@60;V
+dangarb;"Ufo Robo Dangar (9/26/1986)";256x224@60;V
+dangarbt;"Ufo Robo Dangar (bootleg)";256x224@60;V
+dangseed;"Dangerous Seed (Japan) - Dangerous Seed (Jpn)";288x224@60;V
+dankuga;"Dan-Ku-Ga (Ver 0.0J 1994/12/13) (Prototype)";320x224@60;H
+daraku;"Daraku Tenshi - The Fallen Angels";320x224@60;H
+darius;"Darius (World)";224x864@60;V
+darius2;"Darius II (Japan) - Darius II (Jpn)";224x864@60;V
+darius2d;"Darius II (dual screen) (Japan)";224x640@60;V
+darius2do;"Darius II (dual screen) (Japan old version)";224x640@60;V
+dariuse;"Darius (Extra) (Japan)";224x864@60;V
+dariusg;"Darius Gaiden - Silver Hawk (Ver 2.5O 1994/09/19)";320x232@60;H
+dariusgj;"Darius Gaiden - Silver Hawk (Ver 2.5J 1994/09/19)";320x232@60;H
+dariusgu;"Darius Gaiden - Silver Hawk (Ver 2.5A 1994/09/19)";320x232@60;H
+dariusgx;"Darius Gaiden - Silver Hawk Extra Version (Ver 2.7J 19";320x232@60;H
+dariusj;"Darius (Japan)";224x864@60;V
+dariuso;"Darius (Japan old version)";224x864@60;V
+dariusu;"Darius (US)";224x864@60;V
+darkadv;"Dark Adventure";320x224@60;H
+darkmist;"The Lost Castle In Darkmist";256x224@60;V
+darkplnt;"Dark Planet";256x224@60;H
+darkseal;"Dark Seal (World revision 3)";256x240@58;H
+darkseal1;"Dark Seal (World revision 1)";256x240@58;H
+darkseal2;"Dark Seal 2 (Japan v2.1)";320x240@58;H
+darksealj;"Dark Seal (Japan)";256x240@58;H
+darktowr;"Dark Tower";256x240@57;H
+darwin;"Darwin 4078 (Japan) - Darwin 4081 (Jpn, Kor) - Super Real Darwin (World)";240x240@60;V
+dassault;"Desert Assault (US)";320x240@60;H
+dassault4;"Desert Assault (US 4 Players)";320x240@60;H
+dblaxle;"Double Axle (US)";320x240@60;H
+dblaxleu;"Double Axle (US earlier)";320x240@60;H
+dbldynj;"The Double Dynamites (Japan, 13NOV89)";256x224@60;H
+dbldynu;"The Double Dynamites (US, 13NOV89)";256x224@60;H
+dblewing;"Double Wings";320x240@58;V
+dblpoint;"Double Point";320x224@60;H
+dblpointd;"Double Point (Dong Bang Electron, bootleg?)";320x224@60;H
+dbreed;"Dragon Breed (M81 PCB version)";384x256@55;H
+dbreedm72;"Dragon Breed (M72 PCB version)";384x256@55;H
+dbz;"Dragon Ball Z - Buyuu Retsuden (Jpn) - Dragonball Z (rev B)";384x256@60;H
+dbz2;"Dragonball Z 2 - Super Battle";384x256@60;H
+dbza;"Dragonball Z (rev A)";384x256@60;H
+dcon;"D-Con";320x224@60;H
+ddaydoo;"Chulgyeok D-Day (Korea)";384x240@60;V
+ddcrew;"D. D. Crew (set 4, World, 3 Players, FD1094 317-0190)";320x224@60;H
+ddcrew1;"D. D. Crew (set 1, World, 4 Players, FD1094 317-?)";320x224@60;H
+ddcrew1d;"D. D. Crew (set 1, World, 4 Players, FD1094 317-? decr";320x224@60;H
+ddcrew2;"D. D. Crew (set 2, World, 2 Players, FD1094 317-0184)";320x224@60;H
+ddcrew2d;"D. D. Crew (set 2, World, 2 Players, FD1094 317-0184 d";320x224@60;H
+ddcrewd;"D. D. Crew (set 4, World, 3 Players, FD1094 317-0190 d";320x224@60;H
+ddcrewj;"D. D. Crew (set 5, Japan, 4 Players, FD1094 317-0185)";320x224@60;H
+ddcrewj2;"D. D. Crew (set 6, Japan, 2 Players, FD1094 317-0182)";320x224@60;H
+ddcrewj2d;"D. D. Crew (set 6, Japan, 2 Players, FD1094 317-0182 d";320x224@60;H
+ddcrewjd;"D. D. Crew (set 5, Japan, 4 Players, FD1094 317-0185 d";320x224@60;H
+ddcrewu;"D. D. Crew (set 3, US, 4 Players, FD1094 317-0186)";320x224@60;H
+ddcrewud;"D. D. Crew (set 3, US, 4 Players, FD1094 317-0186 decr";320x224@60;H
+ddonpach;"DoDonPachi (International, master ver. 97/02/05)";320x240@60;V
+ddonpacha;"DoDonPachi (Arrange Mode version 1.1, hack by Trap15)";320x240@60;V
+ddonpachj;"DoDonPachi (Japan, master ver. 97/02/05)";320x240@60;V
+ddp2;"Bee Storm - DoDonPachi II (V102, World) - Judge Dredd (USA, Prototype, Alt)";448x224@60;V
+ddp2100;"Bee Storm - DoDonPachi II (V100, World)";448x224@60;V
+ddp2100c;"Bee Storm - DoDonPachi II (V100, China)";448x224@60;V
+ddp2100hk;"Bee Storm - DoDonPachi II (V100, Hong Kong)";448x224@60;V
+ddp2100j;"Bee Storm - DoDonPachi II (V100, Japan)";448x224@60;V
+ddp2100k;"Bee Storm - DoDonPachi II (V100, Korea)";448x224@60;V
+ddp2100t;"Bee Storm - DoDonPachi II (V100, Taiwan)";448x224@60;V
+ddp2101;"Bee Storm - DoDonPachi II (V101, World)";448x224@60;V
+ddp2101c;"Bee Storm - DoDonPachi II (V101, China)";448x224@60;V
+ddp2101hk;"Bee Storm - DoDonPachi II (V101, Hong Kong)";448x224@60;V
+ddp2101j;"Bee Storm - DoDonPachi II (V101, Japan)";448x224@60;V
+ddp2101k;"Bee Storm - DoDonPachi II (V101, Korea)";448x224@60;V
+ddp2101t;"Bee Storm - DoDonPachi II (V101, Taiwan)";448x224@60;V
+ddp2c;"Bee Storm - DoDonPachi II (V102, China)";448x224@60;V
+ddp2hk;"Bee Storm - DoDonPachi II (V102, Hong Kong)";448x224@60;V
+ddp2j;"Bee Storm - DoDonPachi II (V102, Japan)";448x224@60;V
+ddp2k;"Bee Storm - DoDonPachi II (V102, Korea)";448x224@60;V
+ddp2t;"Bee Storm - DoDonPachi II (V102, Taiwan)";448x224@60;V
+ddpdoj;"DoDonPachi Dai-Ou-Jou (V101, Japan)";448x224@60;V
+ddpdoja;"DoDonPachi Dai-Ou-Jou (V100 (second version), Japan)";448x224@60;V
+ddpdojb;"DoDonPachi Dai-Ou-Jou (V100 (first version), Japan)";448x224@60;V
+ddpdojblk;"DoDonPachi Dai-Ou-Jou Black Label (V100, (2002.10.07.B";448x224@60;V
+ddpdojblka;"DoDonPachi Dai-Ou-Jou Black Label (V100 (2002.10.07 Bl";448x224@60;V
+ddpdojblkbl;"DoDonPachi Dai-Ou-Jou Black Label (2002.10.07 Black Ve";448x224@60;V
+ddragon;"Double Dragon (Euro, USA) - Double Dragon (Euro, USA) - Double Dragon (Japan) - Double Dragon (Kor) - Double Dragon (World)";256x240@57;H
+ddragon2;"Double Dragon II - The Revenge (Jpn) - Double Dragon II - The Revenge (World)";256x240@57;H
+ddragon2b;"Double Dragon II - The Revenge (US bootleg, set 1)";256x240@57;H
+ddragon2b2;"Double Dragon II - The Revenge (US bootleg, set 2)";256x240@57;H
+ddragon2u;"Double Dragon II - The Revenge (US)";256x240@57;H
+ddragon3;"Double Dragon 3 - The Arcade Game (Euro, USA) - Double Dragon 3 - The Rosetta Stone (US)";320x240@57;H
+ddragon3b;"Double Dragon 3 - The Rosetta Stone (bootleg)";320x240@57;H
+ddragon3j;"Double Dragon 3 - The Rosetta Stone (Japan)";320x240@57;H
+ddragon3p;"Double Dragon 3 - The Rosetta Stone (prototype)";320x240@57;H
+ddragonb;"Double Dragon (bootleg with HD6309)";256x240@57;H
+ddragonb2;"Double Dragon (bootleg)";256x240@57;H
+ddragonba;"Double Dragon (bootleg with M6803)";256x240@57;H
+ddragonu;"Double Dragon (US set 1)";256x240@57;H
+ddragonua;"Double Dragon (US set 2)";256x240@57;H
+ddragonub;"Double Dragon (US set 3)";256x240@57;H
+ddragonw;"Double Dragon (World set 1)";256x240@57;H
+ddragonw1;"Double Dragon (World set 2)";256x240@57;H
+ddsom;"Dungeons & Dragons - shadow over mystara (960619 Euro)";384x224@60;H
+ddsoma;"Dungeons & Dragons - shadow over mystara (960619 Asia)";384x224@60;H
+ddsomar1;"Dungeons & Dragons - shadow over mystara (960208 Asia)";384x224@60;H
+ddsomb;"Dungeons & Dragons - shadow over mystara (960223 Brazi";384x224@60;H
+ddsomh;"Dungeons & Dragons - shadow over mystara (960223 Hispa";384x224@60;H
+ddsomj;"Dungeons & Dragons - shadow over mystara (960619 Japan";384x224@60;H
+ddsomjr1;"Dungeons & Dragons - shadow over mystara (960206 Japan";384x224@60;H
+ddsomjr2;"Dungeons & Dragons - shadow over mystara (960223 Japan";384x224@60;H
+ddsomr1;"Dungeons & Dragons - shadow over mystara (960223 Euro)";384x224@60;H
+ddsomr2;"Dungeons & Dragons - shadow over mystara (960209 Euro)";384x224@60;H
+ddsomr3;"Dungeons & Dragons - shadow over mystara (960208 Euro)";384x224@60;H
+ddsomu;"Dungeons & Dragons - shadow over mystara (960619 USA)";384x224@60;H
+ddsomud;"Dungeons & Dragons - shadow over mystara (960619 USA P";384x224@60;H
+ddsomur1;"Dungeons & Dragons - shadow over mystara (960209 USA)";384x224@60;H
+ddtod;"Dungeons & Dragons - tower of doom (940412 Euro)";384x224@60;H
+ddtoda;"Dungeons & Dragons - tower of doom (940412 Asia)";384x224@60;H
+ddtodar1;"Dungeons & Dragons - tower of doom (940113 Asia)";384x224@60;H
+ddtodd;"Dungeons & Dragons - tower of doom (940412 Euro Phoeni";384x224@60;H
+ddtodh;"Dungeons & Dragons - tower of doom (940412 Hispanic)";384x224@60;H
+ddtodhr1;"Dungeons & Dragons - tower of doom (940125 Hispanic)";384x224@60;H
+ddtodhr2;"Dungeons & Dragons - tower of doom (940113 Hispanic)";384x224@60;H
+ddtodj;"Dungeons & Dragons - tower of doom (940412 Japan)";384x224@60;H
+ddtodjr1;"Dungeons & Dragons - tower of doom (940125 Japan)";384x224@60;H
+ddtodjr2;"Dungeons & Dragons - tower of doom (940113 Japan)";384x224@60;H
+ddtodr1;"Dungeons & Dragons - tower of doom (940113 Euro)";384x224@60;H
+ddtodu;"Dungeons & Dragons - tower of doom (940125 USA)";384x224@60;H
+ddtodur1;"Dungeons & Dragons - tower of doom (940113 USA)";384x224@60;H
+ddux;"Dynamite Dux (Euro, Bra) - Dynamite Dux (set 2, FD1094 317-0096)";320x224@60;H
+ddux1;"Dynamite Dux (set 1, 8751 317-0095)";320x224@60;H
+dduxbl;"Dynamite Dux (bootleg)";320x224@60;H
+dduxd;"Dynamite Dux (set 2, FD1094 317-0096 decrypted)";320x224@60;H
+dduxj;"Dynamite Dux (set 2, Japan, FD1094 317-0094)";320x224@60;H
+dduxjd;"Dynamite Dux (set 2, Japan, FD1094 317-0094 decrypted)";320x224@60;H
+deadconx;"Dead Connection (World)";320x224@60;H
+deadconxj;"Dead Connection (Japan)";320x224@60;H
+dealer;"The Dealer";272x236@60;V
+deathbrd;"Death Brade (Japan ver JM-3)";320x240@58;H
+deerhunt;"Deer Hunter (Rus) - Deer Hunting USA V4.3";320x240@60;H
+deerhunta;"Deer Hunting USA V4.2";320x240@60;H
+deerhuntb;"Deer Hunting USA V4.0";320x240@60;H
+deerhuntc;"Deer Hunting USA V3.0";320x240@60;H
+deerhuntd;"Deer Hunting USA V2";320x240@60;H
+deerhunte;"Deer Hunting USA V1";320x240@60;H
+defense;"Defense (System 16B, FD1089A 317-0028)";320x224@60;H
+deluxe4u;"Deluxe 4 U (ver. 0107, 07/01/2000)";320x240@60;H
+deluxe5;"Deluxe 5 (ver. 0107, 07/01/2000, set 1)";320x240@60;H
+deluxe5a;"Deluxe 5 (ver. 0107, 07/01/2000, set 2)";320x240@60;H
+deluxe5b;"Deluxe 5 (ver. 0107, 07/01/2000, set 3)";320x240@60;H
+demonwld;"Demon's World / Horror Story (set 1)";320x240@55.2;H
+demonwld1;"Demon's World / Horror Story (set 2)";320x240@55.2;H
+demonwld2;"Demon's World / Horror Story (set 3)";320x240@55.2;H
+demonwld3;"Demon's World / Horror Story (set 4)";320x240@55.2;H
+demonwld4;"Demon's World / Horror Story (set 5)";320x240@55.2;H
+deroon;"Deroon DeroDero";320x240@57;H
+deroona;"Deroon DeroDero (alt set)";320x240@57;H
+desertbr;"Desert Breaker (World, FD1094 317-0196)";320x224@60;V
+desertbrd;"Desert Breaker (World, FD1094 317-0196 decrypted)";320x224@60;V
+desertbrj;"Desert Breaker (Japan, FD1094 317-0194)";320x224@60;V
+desertbrjd;"Desert Breaker (Japan, FD1094 317-0194 decrypted)";320x224@60;V
+detatwin;"Detana!! Twin Bee (Japan ver. J)";280x224@60;V
+devilfsg;"Devil Fish (Galaxian hardware, bootleg?)";256x224@60;V
+devilfsh;"Devil Fish";256x224@60;V
+devilw;"Devil World";320x224@60;H
+devstors;"Devastators (ver. Z)";304x224@60;V
+devstors2;"Devastators (ver. X)";304x224@60;V
+devstors3;"Devastators (ver. V)";304x224@60;V
+dfeveron;"Dangun Feveron (Japan, ver. 98/09/17)";320x240@58;V
+dharma;"Dharma Doujou";320x224@60;H
+dharmaj;"Dharma Doujou (Japan)";320x224@60;H
+dharmak;"Dharma Doujou (Korea)";320x224@60;H
+diamond;"Diamond Run";256x224@60;H
+dietgo;"Diet Go Go (Euro v1.1 1992.09.26)";320x240@58;H
+dietgoe;"Diet Go Go (Euro v1.1 1992.08.04)";320x240@58;H
+dietgoj;"Diet Go Go (Japan v1.1 1992.09.26)";320x240@58;H
+dietgou;"Diet Go Go (USA v1.1 1992.09.26)";320x240@58;H
+digdug;"Dig Dug (Jpn) - Dig Dug (Prototype) - Dig Dug (rev 2)";288x224@60;V
+digdug2;"Dig Dug II (New Ver.)";288x224@60;V
+digdug2o;"Dig Dug II (Old Ver.)";288x224@60;V
+diggerma;"Digger Man";304x224@59;H
+dimahoo;"Dimahoo (000121 Euro)";384x224@60;V
+dimahoou;"Dimahoo (000121 USA)";384x224@60;V
+dimahoud;"Dimahoo (000121 USA Phoenix Edition)";384x224@60;V
+dingo;"Dingo";256x224@60;V
+dino;"Cadillacs & Dinosaurs (930201 etc)";384x224@60;H
+dinoa;"Cadillacs & Dinosaurs (930223 Asia TW)";384x224@60;H
+dinoeh;"Cadillacs and Dinosaurs (hack, 930201 etc)";384x224@60;H
+dinoh;"Cadillacs and Dinosaurs (bootleg set 3, 930223 Asia TW";384x224@60;H
+dinohc;"Cadillacs and Dinosaurs (Chinese bootleg, 930223 Asia";384x224@60;H
+dinohunt;"Dinosaur Hunter (Chinese bootleg, 930223 Asia TW)";384x224@60;H
+dinoj;"Cadillacs Kyouryuu-Shinseiki (Cadillacs 930201 Japan)";384x224@60;H
+dinopic;"Cadillacs and Dinosaurs (bootleg set 1 (with PIC16c57)";384x224@60;H
+dinopic2;"Cadillacs and Dinosaurs (bootleg set 2 (with PIC16c57)";384x224@60;H
+dinopic3;"Cadillacs and Dinosaurs (bootleg set 3 (with PIC16c57)";384x224@60;H
+dinopic4;"Cadillacs and Dinosaurs (bootleg set 4 (with PIC16c57)";384x224@60;H
+dinorex;"Dino Rex (World)";320x224@60;H
+dinorexj;"Dino Rex (Japan)";320x224@60;H
+dinorexu;"Dino Rex (US)";320x224@60;H
+dinot;"Cadillacs and Dinosaurs Turbo (bootleg set 1, 930223 A";384x224@60;H
+dinotpic;"Cadillacs and Dinosaurs Turbo (bootleg set 2 (with PIC";384x224@60;H
+dinou;"Cadillacs & Dinosaurs (930201 USA)";384x224@60;H
+dirtfoxj;"Dirt Fox (Japan)";288x224@60;V
+disco;"Disco No.1";242x240@60;V
+discof;"Disco No.1 (Rev.F)";242x240@60;V
+diverboy;"Diver Boy";320x240@60;H
+djboy;"DJ Boy (Euro) - DJ Boy (set 1)";256x224@58;H
+djboya;"DJ Boy (set 2)";256x224@58;H
+djboyj;"DJ Boy (Japan) - DJ Boy (Jpn)";256x224@58;H
+dkgensan;"Daiku no Gensan (Japan, M82)";384x256@55;H
+dkgensanm72;"Daiku no Gensan (Japan, M72)";384x256@55;H
+dkingjr;"Donkey King Jr. (bootleg of Donkey Kong Jr.)";256x224@60;V
+dkong;"Donkey Kong - Donkey Kong (US set 1)";256x224@60;V
+dkong3;"Donkey Kong 3 (US)";256x224@60;V
+dkong3b;"Donkey Kong 3 (bootleg on Donkey Kong Jr. hardware)";256x224@60;V
+dkong3j;"Donkey Kong 3 (Japan)";256x224@60;V
+dkongf;"Donkey Kong Foundry (hack)";256x224@60;V
+dkonghrd;"Donkey Kong (US set 1) with Hard kit";256x224@60;V
+dkongj;"Donkey Kong (Japan set 1)";256x224@60;V
+dkongjnrj;"Donkey Kong Junior (Japan?)";256x224@60;V
+dkongjo;"Donkey Kong (Japan set 2)";256x224@60;V
+dkongjo1;"Donkey Kong (Japan set 3)";256x224@60;V
+dkongjr;"Donkey Kong Junior - Donkey Kong Junior (US set F-2)";256x224@60;V
+dkongjrb;"Donkey Kong Jr. (bootleg)";256x224@60;V
+dkongjrj;"Donkey Kong Jr. (Japan)";256x224@60;V
+dkongjrm;"Donkey Kong Jr. (Moon Cresta hardware)";256x224@60;V
+dkongo;"Donkey Kong (US set 2)";256x224@60;V
+dkongpe;"Donkey Kong - Pauline Edition (hack, rev 5)";256x224@60;V
+dkongx;"Donkey Kong II - Jumpman Returns (hack, V1.2)";256x224@60;V
+dkongx11;"Donkey Kong II - Jumpman Returns (hack, V1.1)";256x224@60;V
+dkrainbow;"Donkey Kong - Arcade Rainbow (hack)";256x224@60;V
+dland;"Dream Land / Super Dream Land (bootleg of Bubble Bobbl - Rod-Land (World)";256x224@60;H
+dleague;"Dynamite League (US)";320x240@60;H
+dleaguej;"Dynamite League (Japan)";320x240@60;H
+dmnfrnt;"Demon Front (V105)";448x224@60;H
+dmnfrnta;"Demon Front (V102, China)";448x224@60;H
+dmnfrntb;"Demon Front (V103)";448x224@60;H
+dmnfrntpcb;"Demon Front (V107, Korea, Single PCB Version)";448x224@60;H
+dngrtrck;"Danger Track (Rally X bootleg)";288x224@60;H
+docastle;"Mr. Do!'s Castle - Mr. Do's Castle (set 1)";240x192@60;V
+dodgeman;"Dodge Man";256x224@60;H
+dogfgt;"Acrobatic Dog-Fight";256x240@60;H
+dogfgtj;"Dog-Fight (Japan)";256x240@60;H
+dogfgtu;"Acrobatic Dog-Fight (USA)";256x240@60;H
+dogfight;"Dog Fight (Thunderbolt) - Dog Fighter (Euro)";256x224@60;V
+dogosokb;"Dogou Souken (Joystick hack bootleg)";288x216@60;V
+dogosoke;"Dogou Souken";288x216@60;V
+dogyuun;"Dogyuun";320x240@60;V
+dogyuuna;"Dogyuun (Licensed to Unite Trading For Korea)";320x240@60;V
+dogyuunt;"Dogyuun (test location version)";320x240@60;V
+dokaben;"Dokaben (Japan)";384x240@60;H
+dolmen;"Dolmen";256x224@56;H
+dommy;"Dommy";248x240@57;V
+dondokod;"Don Doko Don (World)";320x224@60;H
+dondokodj;"Don Doko Don (Japan)";320x224@60;H
+dondokodu;"Don Doko Don (US)";320x224@60;H
+donight;"Mr.Do's Nightmare (hack by Krazy Ivan)";256x224@60;V
+donpachi;"DonPachi (USA, ver. 1.12, 95/05/2x)";320x240@58;V
+donpachihk;"DonPachi (Hong Kong, ver. 1.10, 95/05/17)";320x240@58;V
+donpachij;"DonPachi (Japan, ver. 1.01, 95/05/11)";320x240@58;V
+donpachikr;"DonPachi (Korea, ver. 1.12, 95/05/2x)";320x240@58;V
+dorodon;"Dorodon (Jpn) - Dorodon (set 1)";240x196@60;V
+dorodon2;"Dorodon (set 2)";240x196@60;V
+dorunrun;"Do! Run Run (set 1)";240x192@60;H
+dotrikun;"Dottori Kun (new version)";256x192@60;H
+dotrikun2;"Dottori Kun (old version)";256x192@60;H
+dotriman;"Dottori-Man Jr.";256x192@60;H
+doubledr;"Double Dragon (Neo-Geo)";320x224@59;H
+dowild;"Mr. Do's Wild Ride - Mr. Do's Wild Ride (Jpn)";240x192@60;H
+downtown;"DownTown / Mokugeki (Set 1)";384x224@57;V
+downtown2;"DownTown / Mokugeki (Set 2)";384x224@57;V
+downtownj;"DownTown / Mokugeki (Joystick Hack)";384x224@57;V
+downtownp;"DownTown / Mokugeki (prototype)";384x224@57;V
+dquizgo;"Date Quiz Go Go (Korea)";320x240@60;H
+dragnblz;"Dragon Blaze";320x224@60;V
+dragonsh;"Dragon's Heaven (development board)";304x224@59;H
+drakton;"Drakton (DK conversion)";256x224@60;V
+dreamwld;"Dream World";304x224@58;H
+dremshpr;"Dream Shopper";288x224@60;V
+drgnbowl;"Dragon Bowl";256x224@60;H
+drgnbowla;"Dragon Bowl (set 2, unencrypted program)";256x224@60;H
+drgnbstr;"Dragon Buster";288x224@60;H
+drgninja;"Dragonninja (Japan)";256x240@57;H
+drgninjab;"Dragonninja (bootleg set 1)";256x240@57;H
+drgninjab2;"Dragonninja (bootleg set 2)";256x240@57;H
+drgnmst;"Dragon Master";384x224@60;H
+drgnunit;"Dragon Unit / Castle of Dragon";384x240@60;H
+drgw2;"Dragon World II (V110X, World)";448x224@60;H
+drgw2c;"Zhong Guo Long II (V100C, China)";448x224@60;H
+drgw2hk;"Dragon World II (V100H, Hong Kong)";448x224@60;H
+drgw2j;"Chuugokuryuu II (V100J, Japan)";448x224@60;H
+drifto94;"Drift Out '94 - The Hard Order (Japan)";336x238@60;H
+driftout;"Drift Out (Europe)";320x224@60;V
+driftoutj;"Drift Out (Japan)";320x224@60;V
+driveout;"Drive Out";320x224@60;V
+drivfrcb;"Driving Force (Galaxian conversion bootleg)";256x224@60;V
+drivfrcg;"Driving Force (Galaxian conversion)";256x224@60;V
+drivfrcp;"Driving Force (Pac-Man conversion)";256x224@60;V
+drivfrct;"Top Racer (bootleg of Driving Force)";256x224@60;V
+drktnjr;"Drakton (DKJr conversion)";256x224@60;V
+drmicro;"Dr. Micro";256x224@60;V
+drtomy;"Dr. Tomy";320x240@60;H
+drtoppel;"Dr. Toppel's Adventure (World)";256x224@60;V
+drtoppela;"Dr. Toppel's Adventure (World, alt?)";256x224@60;V
+drtoppelj;"Dr. Toppel's Tankentai (Japan)";256x224@60;V
+drtoppelu;"Dr. Toppel's Adventure (US)";256x224@60;V
+dsaber;"Dragon Saber (World, DO2) - Dragon Saber - After Story of Dragon Spirit";288x224@60;V
+dsabera;"Dragon Saber (World, older?)";288x224@60;V
+dsaberj;"Dragon Saber (Japan, Rev B)";288x224@60;V
+dsoccr94;"Dream Soccer '94 (World, M107 hardware)";320x240@60;H
+dsoccr94j;"Dream Soccer '94 (Japan)";320x240@60;H
+dsoccr94k;"Dream Soccer '94 (Korea, M107 hardware)";320x240@60;H
+dspirit;"Dragon Spirit - Dragon Spirit - Dragon Spirit (new version (DS3))";288x224@60;V
+dspirit1;"Dragon Spirit (old version (DS1))";288x224@60;V
+dspirit2;"Dragon Spirit (DS2)";288x224@60;V
+dstlk;"Darkstalkers - the night warriors (940705 Euro) - Landstalker - The Treasures of King Nole (Euro)";384x224@60;H
+dstlka;"Darkstalkers - the night warriors (940705 Asia)";384x224@60;H
+dstlkh;"Darkstalkers - the night warriors (940818 Hispanic)";384x224@60;H
+dstlku;"Darkstalkers - the night warriors (940818 USA) - Landstalker - The Treasures of King Nole (USA)";384x224@60;H
+dstlku1d;"Darkstalkers - the night warriors (940705 USA Phoenix";384x224@60;H
+dstlkur1;"Darkstalkers - the night warriors (940705 USA)";384x224@60;H
+ducki;"Duck Tales (Intro demo)";304x224@59;H
+dumpmtmt;"Dump Matsumoto (Japan, 8751 317-unknown)";320x224@60;H
+dungeonm;"Dungeon Magic (Ver 2.1O 1994/02/18)";320x224@60;H
+dungeonmu;"Dungeon Magic (Ver 2.1A 1994/02/18)";320x224@60;H
+dunkshot;"Dunk Shot (Jpn) - Dunk Shot (Rev C, FD1089 317-0022)";320x224@60;H
+dunkshota;"Dunk Shot (Jpn, Alt) - Dunk Shot (Rev A, FD1089 317-0022)";320x224@60;H
+dunkshoto;"Dunk Shot (FD1089 317-0022)";320x224@60;H
+dw2001;"Dragon World 2001 (V100, Japan)";448x224@60;H
+dw2v100x;"Dragon World II (V100X, World)";448x224@60;H
+dwi;"DarkWing Duck (Intro demo)";304x224@59;H
+dwia;"DarkWing Duck (Intro demo, alt)";304x224@59;H
+dwpc;"Dragon World Pretty Chance (V101, Japan)";448x224@60;H
+dyger;"Dyger (Korea set 1)";384x224@60;V
+dygera;"Dyger (Korea set 2)";384x224@60;V
+dynablst;"Dynablaster / Bomber Man";320x240@60;H
+dynagear;"Dyna Gear";336x240@60;H
+dynduke;"Dynamite Duke (Euro, Bra) - Dynamite Duke (Europe, 03SEP89) - Dynamite Duke (World, Rev. A)";256x224@60;H
+dyndukea;"Dynamite Duke (Europe, 25JUL89)";256x224@60;H
+dyndukej;"Dynamite Duke (Japan, 03SEP89)";256x224@60;H
+dyndukeja;"Dynamite Duke (Japan, 25JUL89)";256x224@60;H
+dyndukeu;"Dynamite Duke (US, 25JUL89)";256x224@60;H
+dynwar;"Dynasty Wars (US set 1)";384x224@60;H
+dynwara;"Dynasty Wars (US set 2)";384x224@60;H
+dynwarj;"Tenchi wo Kurau (Japan)";384x224@60;H
+dynwarjr;"Tenchi wo Kurau (Japan Resale Ver.)";384x224@60;H
+eagle;"Eagle (set 1)";256x224@60;V
+eagle2;"Eagle (set 2)";256x224@60;V
+eagle3;"Eagle (set 3)";256x224@60;V
+eaglshot;"Eagle Shot Golf";320x224@60;H
+earthjkr;"U.N. Defense Force: Earth Joker (Japan)";320x240@60;V
+earthjkrp;"U.N. Defense Force: Earth Joker (Japan, prototype?)";320x240@60;V
+ecofghtr;"Eco Fighters (931203 etc)";384x224@60;H
+ecofghtra;"Eco Fighters (931203 Asia)";384x224@60;H
+ecofghtrd;"Eco Fighters (931203 World Phoenix Edition)";384x224@60;H
+ecofghtrh;"Eco Fighters (931203 Hispanic)";384x224@60;H
+ecofghtru;"Eco Fighters (940215 USA)";384x224@60;H
+ecofghtru1;"Eco Fighters (931203 USA)";384x224@60;H
+edf;"Armed Formation - Armed Formation F - E.D.F. : Earth Defense Force (set 1) - Twisted Flipper (USA, Prototype)";256x224@60;H
+edfa;"E.D.F. : Earth Defense Force (set 2)";256x224@60;H
+edfbl;"E.D.F. : Earth Defense Force (bootleg)";256x224@60;H
+edfu;"E.D.F. : Earth Defense Force (North America)";256x224@60;H
+edrandy;"The Cliffhanger - Edward Randy (World ver 3)";256x240@58;H
+edrandy1;"The Cliffhanger - Edward Randy (World ver 1)";256x240@58;H
+edrandy2;"The Cliffhanger - Edward Randy (World ver 2)";256x240@58;H
+edrandyj;"The Cliffhanger - Edward Randy (Japan ver 3)";256x240@58;H
+eeekk;"Eeekk!";288x224@60;V
+egghunt;"Egg Hunt";384x240@58;H
+eggor;"Eggor";288x224@60;V
+eggs;"Eggs";240x240@57;V
+eightfrc;"Eight Forces";384x224@60;V
+eightman;"Eight Man (NGM-025)(NGH-025)";320x224@59;H
+elvact2u;"Elevator Action II (Ver 2.2A 1995/02/20)";320x232@60;H
+elvactr;"Elevator Action Returns (Ver 2.2O 1995/02/20)";320x232@60;H
+elvactrj;"Elevator Action Returns (Ver 2.2J 1995/02/20)";320x232@60;H
+endurobl;"Enduro Racer (bootleg set 1)";320x224@60;H
+enduror;"Enduro Racer (YM2151, FD1089B 317-0013A)";320x224@60;H
+enduror1;"Enduro Racer (YM2203, FD1089B 317-0013A)";320x224@60;H
+enforce;"Enforce (World)";320x224@60;H
+enforcej;"Enforce (Japan)";320x224@60;H
+enforceja;"Enforce (Japan, Analog Controls)";320x224@60;H
+esckids;"Escape Kids (Asia, 4 Players)";288x240@60;H
+esckidsj;"Escape Kids (Japan, 2 Players)";288x240@60;H
+espgal;"Espgaluda (V100, Japan)";448x224@59;V
+espgalbl;"Espgaluda (2003/10/15 Master Ver, bootleg cartridge co";448x224@59;V
+esprade;"ESP Ra.De. - A.D.2018 Tokyo (International, ver. 98/04";320x240@58;V
+espradej;"ESP Ra.De. (Japan, ver. 98/04/21)";320x240@58;V
+espradejo;"ESP Ra.De. (Japan, ver. 98/04/14)";320x240@58;V
+eswat;"E-Swat - Cyber Police (set 4, World, FD1094 317-0130) - ESWAT - City Under Siege (Euro, USA, Rev. A)";320x224@60;H
+eswatbl;"E-Swat - Cyber Police (bootleg)";320x224@60;H
+eswatd;"E-Swat - Cyber Police (set 4, World, FD1094 317-0130 d";320x224@60;H
+eswatj;"Cyber Police ESWAT (Jpn, Rev. 0) - E-Swat - Cyber Police (set 2, Japan, FD1094 317-0128)";320x224@60;H
+eswatj1;"E-Swat - Cyber Police (set 1, Japan, FD1094 317-0131)";320x224@60;H
+eswatj1d;"E-Swat - Cyber Police (set 1, Japan, FD1094 317-0131 d";320x224@60;H
+eswatjd;"E-Swat - Cyber Police (set 2, Japan, FD1094 317-0128 d";320x224@60;H
+eswatu;"E-Swat - Cyber Police (set 3, US, FD1094 317-0129)";320x224@60;H
+eswatud;"E-Swat - Cyber Police (set 3, US, FD1094 317-0129 decr";320x224@60;H
+eto;"Game Toshokan (Jpn, Rev. A) - Kokontouzai Eto Monogatari (Japan)";320x240@60;H
+euroch92;"Euro Champ '92 (World)";320x224@60;H
+evilston;"Evil Stone";320x224@60;V
+excelsr;"Excelsior (set 1)";320x240@58;H
+excelsra;"Excelsior (set 2)";320x240@58;H
+exctleag;"Excite League (FD1094 317-0079)";320x224@60;H
+exctleagd;"Excite League (FD1094 317-0079 decrypted)";320x224@60;H
+exedexes;"Exed Exes";256x224@60;V
+exerizerb;"Exerizer (Japan) (bootleg)";320x224@60;V
+exodus;"Exodus (bootleg?) - Exodus - Journey to the Promised Land (USA)";256x224@60;V
+explbrkr;"Explosive Breaker";256x224@60;V
+explorer;"Explorer";256x224@60;V
+extdwnhl;"Extreme Downhill (v1.5)";320x240@60;H
+extrmatn;"Extermination (World)";256x224@60;V
+extrmatnj;"Extermination (Japan)";256x224@60;V
+extrmatnu;"Extermination (US, set 1)";256x224@60;V
+extrmatnur;"Extermination (US, Romstar)";256x224@60;V
+exzisus;"Exzisus (Japan, dedicated)";256x224@60;H
+exzisusa;"Exzisus (Japan, conversion)";256x224@60;H
+exzisust;"Exzisus (TAD license)";256x224@60;H
+eyes;"Eyes (Digitrex Techstar)";288x224@60;V
+eyes2;"Eyes (Techstar)";288x224@60;V
+eyesb;"Eyes (bootleg set 1)";288x224@60;V
+eyeszacb;"Eyes (bootleg set 2, decrypted)";288x224@60;V
+f1dreamb;"F-1 Dream (bootleg, set 1)";256x224@60;H
+f1dreamba;"F-1 Dream (bootleg, set 2)";256x224@60;H
+f1gp;"F-1 Grand Prix - Nakajima Satoru Kanshuu F1 Grand Prix (Jpn)";320x240@60;V
+f1gp2;"F-1 Grand Prix Part II";320x224@60;V
+faceoff;"Face Off (Japan 2 Players)";288x224@60;H
+falcon;"Falcon - Falcon (bootleg of Phoenix) (8085A CPU)";256x208@60;V
+falconz;"Falcon (bootleg of Phoenix) (Z80 CPU)";256x208@60;V
+fantasia;"Fantasia (940429 PCB, set 1) - Fantasia (World, Rev. A)";256x224@60;V
+fantasiaa;"Fantasia (940307 PCB)";256x224@60;V
+fantasiab;"Fantasia (940429 PCB, set 2)";256x224@60;V
+fantasian;"Fantasia (940803 PCB)";256x224@60;V
+fantastc;"Fantastic (Galaga conversion on Galaxian hardware)";256x224@60;V
+fantazia;"Fantazia (bootleg?)";256x224@60;V
+fantland;"Fantasy Land (set 1)";352x256@60;H
+fantlanda;"Fantasy Land (set 2)";352x256@60;H
+fantsia2;"Fantasia II (Explicit)";256x224@60;H
+fantsia2a;"Fantasia II (Less Explicit)";256x224@60;H
+fantsia2n;"Fantasia II (1998)";256x224@60;H
+fantsy95;"Fantasy '95";256x224@60;V
+fantzn2x;"Fantasy Zone II - The Tears of Opa-Opa (System 16C)";320x224@60;H
+fantzn2xp;"Fantasy Zone II - The Tears of Opa-Opa (System 16C, pr";320x224@60;H
+fantzn2xps2;"Fantasy Zone II - The Tears of Opa-Opa (System 16C, PS";320x224@60;H
+fantznta;"Fantasy Zone Time Attack (System 16B, PS2 data file)";320x224@60;H
+fantzone;"Fantasy Zone - Fantasy Zone - Fantasy Zone (Jpn) - Fantasy Zone (Rev A, unprotected) - Fantasy Zone (World, v2) - Fantasy Zone Gear (Euro, Jpn)";320x224@60;H
+fantzone1;"Fantasy Zone (unprotected) - Fantasy Zone (World, v1, Prototype)";320x224@60;H
+fantzonep;"Fantasy Zone (317-5000)";320x224@60;H
+fantzoneta;"Fantasy Zone (Time Attack, bootleg)";320x224@60;H
+farmer;"Farmers Rebellion";240x224@60;H
+fastfred;"Fast Freddie";256x224@60;V
+fatfursp;"Fatal Fury Special (Euro) - Fatal Fury Special / Garou Densetsu Special (set 1)(NG";320x224@59;H
+fatfurspa;"Fatal Fury Special / Garou Densetsu Special (set 2)(NG";320x224@59;H
+fatfury1;"Fatal Fury - King of Fighters / Garou Densetsu - shuku";320x224@59;H
+fatfury2;"Fatal Fury 2 (USA, Kor) - Fatal Fury 2 / Garou Densetsu 2 - arata-naru tatakai (";320x224@59;H
+fatfury2a;"Fatal Fury 2 / Garou Densetsu 2 - arata-naru tatakai (";320x224@59;H
+fatfury3;"Fatal Fury 3 - Road to the Final Victory / Garou Dense";320x224@59;H
+fatfury3a;"Fatal Fury 3 - Road to the Final Victory / Garou Dense";320x224@59;H
+fball;"Fire Ball (FM Work)";256x240@60;H
+fbfrenzy;"Football Frenzy (NGM-034)(NGH-034)";304x224@59;H
+fcrash;"Final Crash (bootleg (with 2xYM2203 + 2xMSM5205))";384x224@60;H
+feversos;"Fever SOS (International, ver. 98/09/25)";320x240@58;V
+ffantasy;"Fighting Fantasy (Japan revision 3)";256x240@57;H
+ffantasya;"Fighting Fantasy (Japan)";256x240@57;H
+ffantasyb;"Fighting Fantasy (Japan revision ?)";256x240@57;H
+ffantasyj;"Fighting Fantasy (Japan revision 2)";256x240@57;H
+ffight;"Final Fight (World, set 1)";384x224@60;H
+ffighta;"Final Fight (World, set 2)";384x224@60;H
+ffightbl;"Final Fight (bootleg set 1 (with 2xYM2203 + 2xMSM5205)";384x224@60;H
+ffightbla;"Final Fight (bootleg set 2 (with 2xYM2203 + 2xMSM5205)";384x224@60;H
+ffightj;"Final Fight (Japan)";384x224@60;H
+ffightj1;"Final Fight (900112 Japan)";384x224@60;H
+ffightj2;"Final Fight (900305 Japan)";384x224@60;H
+ffightj3;"Final Fight (900613 Japan)";384x224@60;H
+ffightjh;"Street Smart / Final Fight (Japan, hack)";384x224@60;H
+ffightu;"Final Fight (USA, set 1)";384x224@60;H
+ffightu1;"Final Fight (USA, set 2)";384x224@60;H
+ffightu2;"Final Fight (USA, set 3)";384x224@60;H
+ffightua;"Final Fight (900112 USA)";384x224@60;H
+ffightub;"Final Fight (900424 USA)";384x224@60;H
+ffightuc;"Final Fight (900613 USA)";384x224@60;H
+fghtbskt;"Fighting Basketball";256x224@60;H
+fhawk;"Fighting Hawk (World)";320x224@60;V
+fhawkj;"Fighting Hawk (Japan)";320x224@60;V
+fightfev;"Fight Fever (set 1)";304x224@59;H
+fightfeva;"Fight Fever (set 2)";304x224@59;H
+fightrol;"Fighting Roller";240x224@60;V
+finalb;"Final Blow (Jpn) - Final Blow (World)";320x224@60;H
+finalbj;"Final Blow (Japan)";320x224@60;H
+finalbu;"Final Blow (US)";320x224@60;H
+finalizr;"Finalizer - Super Transformation";272x224@60;V
+finalizrb;"Finalizer - Super Transformation (bootleg)";272x224@60;V
+finalttr;"Final Tetris";256x224@58;H
+finehour;"Finest Hour (Japan)";288x224@60;H
+firebarr;"Fire Barrel (Japan)";320x240@60;V
+firehawk;"Fire Hawk (horizontal) - Firehawk (Euro)";256x224@56;H
+fireshrk;"Fire Shark - Fire Shark (Euro)";320x240@57.6;V
+fireshrka;"Fire Shark (Earlier)";320x240@57.6;V
+fireshrkd;"Fire Shark (Korea, set 1, easier)";320x240@57.6;V
+fireshrkdh;"Fire Shark (Korea, set 2, harder)";320x240@57.6;V
+firetrap;"Fire Trap (US, set 1)";256x240@60;V
+firetrapa;"Fire Trap (US, set 2)";256x240@60;V
+firetrapbl;"Fire Trap (Japan bootleg)";256x240@60;V
+firetrapj;"Fire Trap (Japan)";256x240@60;V
+fitegolf;"Fighting Golf (World?)";288x216@60;H
+fitegolf2;"Fighting Golf (US, Ver 2)";288x216@60;H
+fitegolfu;"Fighting Golf (US)";288x216@60;H
+fixeight;"FixEight (Europe)";320x240@60;V
+fixeighta;"FixEight (Southeast Asia)";320x240@60;V
+fixeightat;"FixEight (Southeast Asia, Taito license)";320x240@60;V
+fixeighth;"FixEight (Hong Kong)";320x240@60;V
+fixeightht;"FixEight (Hong Kong, Taito license)";320x240@60;V
+fixeightj;"FixEight (Japan)";320x240@60;V
+fixeightjt;"FixEight (Japan, Taito license)";320x240@60;V
+fixeightk;"FixEight (Korea)";320x240@60;V
+fixeightkt;"FixEight (Korea, Taito license)";320x240@60;V
+fixeightt;"FixEight (Europe, Taito license)";320x240@60;V
+fixeighttw;"FixEight (Taiwan)";320x240@60;V
+fixeighttwt;"FixEight (Taiwan, Taito license)";320x240@60;V
+fixeightu;"FixEight (USA)";320x240@60;V
+fixeightut;"FixEight (USA, Taito license)";320x240@60;V
+fjbuster;"Fujiyama Buster (Japan)";256x224@60;H
+flagrall;"'96 Flag Rally";320x240@60;H
+flashgal;"Flashgal (set 1)";288x224@60;H
+flashgala;"Flashgal (set 2)";288x224@60;H
+flashgalk;"Flashgal (set 1, Kyugo logo)";288x224@60;H
+flicky;"Flicky (128k Version, 315-5051) - Flicky (Euro, USA) - Flicky (Jpn) - Flicky (Jpn, v1)";256x224@60;H
+flickya;"Flicky (128k Version, 315-5051, larger roms)) - Flicky (Jpn, v0)";256x224@60;H
+flickyg;"Flicky (128k Version, System 2, 315-5051, alt graphics";256x224@60;H
+flickyo;"Flicky (64k Version, 315-5051, set 1)";256x224@60;H
+flickys1;"Flicky (64k Version, 315-5051, set 2)";256x224@60;H
+flickys2;"Flicky (128k Version, not encrypted)";256x224@60;H
+flickys2g;"Flicky (128k Version, System 2, not encrypted, alt gra";256x224@60;H
+flipshot;"Battle Flip Shot";304x224@59;H
+flipull;"Flipull (Japan)";320x224@60;H
+flstory;"The FairyLand Story - The Fairyland Story (Jpn)";256x224@60;H
+flstoryj;"The FairyLand Story (Japan)";256x224@60;H
+flyboy;"Fly-Boy";256x224@60;V
+flyboyb;"Fly-Boy (bootleg)";256x224@60;V
+flytiger;"Flying Tiger (set 1)";384x240@60;V
+flytigera;"Flying Tiger (set 2)";384x240@60;V
+fncywld;"Fancy World - Earth of Crisis";320x240@60;H
+fnkyfish;"Funky Fish";512x256@60;V
+fnshark;"Flyin' Shark (bootleg of Hishou Zame)";320x240@55;V
+footchmp;"Football Champ (World)";320x224@60;H
+forcebrk;"Force Break (bootleg)";240x240@60;H
+forgottn;"Forgotten Worlds (Euro, Bra, Aus) - Forgotten Worlds (World, newer) - Forgotten Worlds (World, v1.1)";384x224@60;H
+forgottna;"Forgotten Worlds (World)";384x224@60;H
+forgottnu;"Forgotten Worlds (US, B-Board 88621B-2, rev C)";384x224@60;H
+forgottnua;"Forgotten Worlds (US, B-Board 88618B-2, rev A)";384x224@60;H
+forgottnuaa;"Forgotten Worlds (US, B-Board 88618B-2, rev AA)";384x224@60;H
+forgottnuc;"Forgotten Worlds (US, B-Board 88618B-2, Rev C)";384x224@60;H
+forgottnue;"Forgotten Worlds (US, B-Board 88618B-2, Rev E)";384x224@60;H
+formatz;"Formation Z - Formation Z (Jpn)";248x224@60;H
+fpoint;"Flash Point (set 2, Japan, FD1094 317-0127A) - Flashpoint (Kor) - Flashpoint (Kor)";320x224@60;H
+fpoint1;"Flash Point (set 1, Japan, FD1094 317-0127A)";320x224@60;H
+fpoint1d;"Flash Point (set 1, Japan, FD1094 317-0127A decrypted)";320x224@60;H
+fpointbj;"Flash Point (Japan, bootleg)";320x224@60;H
+fpointbl;"Flash Point (World, bootleg)";320x224@60;H
+fpointd;"Flash Point (set 2, Japan, FD1094 317-0127A decrypted)";320x224@60;H
+freekick;"Free Kick (NS6201-A 1987.10)";256x224@60;V
+freekicka;"Free Kick (NS6201-A 1987.9)";256x224@60;V
+freekickb1;"Free Kick (bootleg set 1)";256x224@60;V
+freekickb3;"Free Kick (bootleg set 3)";256x224@60;V
+freeze;"Freeze";256x224@60;V
+friskyt;"Frisky Tom (set 1)";256x224@60;H
+friskyta;"Frisky Tom (set 2)";256x224@60;H
+friskytb;"Frisky Tom (set 3, encrypted)";256x224@60;H
+frogf;"Frog (Falcon bootleg)";256x224@60;V
+frogg;"Frog (Galaxian hardware)";256x224@60;V
+frogger;"Frogger - Frogger - Frogger (Jpn) - Frogger (USA) - Frogger (USA, Prototype)";256x224@60;V
+froggermc;"Frogger (Moon Cresta hardware)";256x224@60;V
+froggers;"Frog";256x224@60;V
+froggers1;"Frogger (Sega set 1)";256x224@60;V
+froggers2;"Frogger (Sega set 2)";256x224@60;V
+froggers3;"Frogger (Sega set 3)";256x224@60;V
+froggrs;"Frogger (Scramble hardware)";256x224@60;V
+froman2b;"Idol Mahjong - final romance 2 (Neo CD Conversion)";304x224@59;H
+fround;"The Final Round (ver. M)";320x224@60;H
+froundl;"The Final Round (ver. L)";320x224@60;H
+fshark;"Flying Shark (World)";320x240@54.9;V
+fsharkbt;"Flying Shark (bootleg with 8741)";320x240@54.9;V
+fsoccerb;"Fighting Soccer (Joystick hack bootleg)";400x224@60;H
+fsoccerba;"Fighting Soccer (Joystick hack bootleg, alt)";400x224@60;H
+fstarfrc;"Final Star Force (US)";256x224@60;V
+fstarfrcj;"Final Star Force (Japan)";256x224@60;V
+fswords;"Fighters Swords (Korean release of Samurai Shodown III";304x224@59;H
+fullthrl;"Full Throttle (Japan)";320x240@60;H
+funkybee;"Funky Bee";236x224@60;V
+funkybeeb;"Funky Bee (bootleg, harder)";236x224@60;V
+funkyjet;"Funky Jet (World, rev 1)";320x240@58;H
+funkyjeta;"Funky Jet (World)";320x240@58;H
+funkyjetj;"Funky Jet (Japan, rev 2)";320x240@58;H
+funybubl;"Funny Bubble";320x224@60;H
+funybublc;"Funny Bubble (Comad version)";320x224@60;H
+futspy;"Future Spy";256x224@60;V
+fx;"F-X - Sega Graphic Board (Jpn, Prototype v2.0) - SF-X";288x224@60;V
+fxa;"F-X (alternate set)";288x224@60;V
+gaia;"Gaia Crusaders - Sagaia (Euro, Bra) - Sagaia (USA)";320x224@58;H
+gaialast;"Gaia - The Last Choice of Earth";304x224@58;H
+gaiapols;"Gaiapolis (ver EAF)";376x224@60;V
+gaiapolsj;"Gaiapolis (ver JAF)";376x224@60;V
+gaiapolsu;"Gaiapolis (ver UAF)";376x224@60;V
+gaiden;"Ninja Gaiden (Euro, Bra) - Ninja Gaiden (Euro, USA) - Ninja Gaiden (Jpn, Prototype) - Ninja Gaiden (US)";256x224@60;H
+galaga;"Galaga (Jpn) - Galaga (Namco rev. B) - Galaga (Tw) - Galaga Demo (set 2)";288x224@60;V
+galaga3;"Galaga 3 (GP3 rev. D)";288x224@60;V
+galaga3a;"Galaga 3 (GP3 rev. C)";288x224@60;V
+galaga3b;"Galaga 3 (GP3)";288x224@60;V
+galaga3c;"Galaga 3 (set 4)";288x224@60;V
+galaga3m;"Galaga 3 (set 5)";288x224@60;V
+galaga88;"Galaga '88 - Galaga '88";288x224@60;V
+galaga88a;"Galaga '88 (02-03-88)";288x224@60;V
+galaga88j;"Galaga '88 (Japan)";288x224@60;V
+galagamf;"Galaga (Midway set 1 with fast shoot hack)";288x224@60;V
+galagamk;"Galaga (Midway set 2)";288x224@60;V
+galagamw;"Galaga (Midway set 1)";288x224@60;V
+galagao;"Galaga (Namco)";288x224@60;V
+galap1;"Space Invaders Galactica (galaxiaj hack)";256x224@60;V
+galap4;"Galaxian Part 4 (hack)";256x224@60;V
+galapx;"Galaxian Part X (moonaln hack)";256x224@60;V
+galaxbsf;"Galaxian (bootleg, set 1)";256x224@60;V
+galaxian;"Galaxian - Galaxian (Jpn) - Galaxian (Kor) - Galaxian (Namco set 1)";256x224@60;V
+galaxiana;"Galaxian (Alt) - Galaxian (Jpn, Alt) - Galaxian (Namco set 2)";256x224@60;V
+galaxianbl;"Galaxian (bootleg, set 2)";256x224@60;V
+galaxiani;"Galaxian (Irem)";256x224@60;V
+galaxianm;"Galaxian (Midway set 1)";256x224@60;V
+galaxianmo;"Galaxian (Midway set 2)";256x224@60;V
+galaxiant;"Galaxian (Taito)";256x224@60;V
+galaxrf;"Galaxian (Recreativos Franco S.A. Spanish bootleg)";256x224@60;V
+galaxrfgg;"Galaxian Growing Galaxip / Galaxian Nave Creciente (Re";256x224@60;V
+galaxyfg;"Galaxy Fight - Universal Warriors";304x224@59;H
+galaxygn;"Galaxy Gunners";352x256@60;V
+galemp;"Galaxy Empire (bootleg?)";256x224@60;V
+galhustl;"Gals Hustler";256x224@60;H
+galivan;"Cosmo Police Galivan (12/26/1985)";256x224@60;V
+galivan2;"Cosmo Police Galivan (12/16/1985)";256x224@60;V
+galivan3;"Cosmo Police Galivan (12/11/1985)";256x224@60;V
+gallag;"Gallag";288x224@60;V
+gallop;"Gallop - Armed police Unit (Japan)";384x256@55;H
+galmedes;"Galmedes (Japan)";320x240@60;V
+galpani4;"Gals Panic 4 (Japan)";320x240@60;H
+galpani4k;"Gals Panic 4 (Korea)";320x240@60;H
+galpanic;"Gals Panic (Unprotected)";256x224@60;V
+galpanidx;"Gals Panic DX (Asia)";320x240@60;H
+galpanis;"Gals Panic S - Extra Edition (Europe)";320x240@60;H
+galpanisj;"Gals Panic S - Extra Edition (Japan)";320x240@60;H
+galpanisk;"Gals Panic S - Extra Edition (Korea)";320x240@60;H
+galpans2;"Gals Panic S2 (Europe)";320x240@60;H
+galpans2a;"Gals Panic S2 (Asia)";320x240@60;H
+galpans2j;"Gals Panic S2 (Japan)";320x240@60;H
+galpans3;"Gals Panic S3 (Japan)";320x240@60;H
+galpansu;"Gals Panic SU (Korea)";320x240@60;H
+galspnbl;"Gals Pinball";512x224@60;V
+galturbo;"Galaxian Turbo (superg hack)";256x224@60;V
+ganbare;"Ganbare! Marine Kun (Marine 2K0411 JPN)";384x224@60;H
+gangonta;"Ganbare! Gonta!! 2 / Party Time: Gonta the Diver II (J";320x240@58;V
+gangwars;"Gang Wars";256x224@60;H
+gangwarsb;"Gang Wars (bootleg)";256x224@60;H
+gangwarsj;"Gang Wars (Japan)";256x224@60;H
+gangwarsu;"Gang Wars (US)";256x224@60;H
+ganryu;"Ganryu / Musashi Ganryuki";304x224@59;H
+gaplus;"Gaplus (GP2 rev. B)";288x224@60;V
+gaplusa;"Gaplus (GP2)";288x224@60;V
+gaplusd;"Gaplus (GP2 rev D, alternate hardware)";288x224@60;V
+gaplust;"Gaplus (Tecfri PCB)";288x224@60;V
+gardia;"Gardia (317-0006)";256x224@60;V
+garogun;"Garogun Seroyang (Korea)";320x240@60;H
+garou;"Garou - Mark of the Wolves (NGM-2530) - Garou Densetsu - Shukumei no Tatakai (Jpn)";320x224@59;H
+garoubl;"Garou - Mark of the Wolves (bootleg)";320x224@59;H
+garouh;"Garou - Mark of the Wolves (NGM-2530) (NGH-2530)";320x224@59;H
+garoup;"Garou - Mark of the Wolves (prototype)";320x224@59;H
+garuka;"Garuka (Japan ver. W)";304x224@60;V
+garyoret;"Garyo Retsuden (Japan)";256x240@58;H
+gatedoom;"Gate of Doom (US revision 4)";256x240@58;H
+gatedoom1;"Gate of Doom (US revision 1)";256x240@58;H
+gaunt2;"Gauntlet II";336x240@60;H
+gaunt22p;"Gauntlet II (2 Players, rev 2)";336x240@60;H
+gaunt22p1;"Gauntlet II (2 Players, rev 1)";336x240@60;H
+gaunt22pg;"Gauntlet II (2 Players, German)";336x240@60;H
+gaunt2g;"Gauntlet II (German)";336x240@60;H
+gauntlet;"Gauntlet (Euro) - Gauntlet (Euro, Bra) - Gauntlet (rev 14)";336x240@60;H
+gauntlet2p;"Gauntlet (2 Players, rev 6)";336x240@60;H
+gauntlet2pg;"Gauntlet (2 Players, German, rev 4)";336x240@60;H
+gauntlet2pg1;"Gauntlet (2 Players, German, rev 1)";336x240@60;H
+gauntlet2pj;"Gauntlet (2 Players, Japanese, rev 5)";336x240@60;H
+gauntlet2pj2;"Gauntlet (2 Players, Japanese rev 2)";336x240@60;H
+gauntlet2pr3;"Gauntlet (2 Players, rev 3)";336x240@60;H
+gauntletg;"Gauntlet (German, rev 10)";336x240@60;H
+gauntletgr3;"Gauntlet (German, rev 3)";336x240@60;H
+gauntletgr6;"Gauntlet (German, rev 6)";336x240@60;H
+gauntletgr8;"Gauntlet (German, rev 8)";336x240@60;H
+gauntletj;"Gauntlet (Japanese, rev 13)";336x240@60;H
+gauntletj12;"Gauntlet (Japanese, rev 12)";336x240@60;H
+gauntletr1;"Gauntlet (rev 1)";336x240@60;H
+gauntletr2;"Gauntlet (rev 2)";336x240@60;H
+gauntletr4;"Gauntlet (rev 4)";336x240@60;H
+gauntletr5;"Gauntlet (rev 5)";336x240@60;H
+gauntletr7;"Gauntlet (rev 7)";336x240@60;H
+gauntletr9;"Gauntlet (rev 9)";336x240@60;H
+gauntlets;"Gauntlet (Spanish, rev 15)";336x240@60;H
+gberet;"Green Beret - Green Beret (Euro)";240x224@60;H
+gberetb;"Green Beret (bootleg)";240x224@60;H
+gblchmp;"Global Champion (Ver 2.1A 1994/07/29)";320x224@60;H
+gbusters;"Gang Busters (set 1)";288x224@60;V
+gbustersa;"Gang Busters (set 2)";288x224@60;V
+gdfs;"Mobil Suit Gundam Final Shooting (Japan)";336x240@60;H
+geebee;"Gee Bee";272x224@60;V
+geebeeg;"Gee Bee (Gremlin)";272x224@60;V
+gekiridn;"Gekirindan (Ver 2.3O 1995/09/21)";320x232@60;V
+gekiridnj;"Gekirindan (Ver 2.3J 1995/09/21)";320x232@60;V
+gemini;"Gemini Wing (Japan)";256x224@60;V
+geminib;"Gemini Wing (World, bootleg)";256x224@60;V
+genix;"Genix Family";288x224@60;H
+genpeitd;"Genpei ToumaDen";288x224@60;H
+gensitou;"Genshi-Tou 1930's (Japan)";256x224@60;H
+geostorm;"Geostorm (Japan)";320x240@60;H
+getstarb1;"Get Star (bootleg, set 1)";280x240@60;H
+getstarb2;"Get Star (bootleg, set 2)";280x240@60;H
+getstarj;"Get Star (Japan)";280x240@60;H
+gforce2;"Galaxy Force 2 - Galaxy Force II (World, Rev. B)";320x224@60;H
+gforce2j;"Galaxy Force 2 (Japan)";320x224@60;H
+gforce2ja;"Galaxy Force 2 (Japan, Rev A)";320x224@60;H
+gforce2sd;"Galaxy Force 2 (Super Deluxe unit)";320x224@60;H
+ghostb;"The Real Ghostbusters (US 2 Players, revision 2)";256x240@58;H
+ghostb2a;"The Real Ghostbusters (US 2 Players)";256x240@58;H
+ghostb3;"The Real Ghostbusters (US 3 Players)";256x240@58;H
+ghostbi;"Ghost Busters (Intro demo)";304x224@59;H
+ghostlop;"Ghostlop (prototype)";304x224@59;H
+ghostmun;"Ghost Muncher";256x224@60;V
+ghouls;"Ghouls'n Ghosts (Euro, USA, Bra) - Ghouls'n Ghosts (Euro, USA, Kor, Rev. A) - Ghouls'n Ghosts (World)";384x224@60;H
+ghoulsu;"Ghouls'n Ghosts (US)";384x224@60;H
+ghox;"Ghox (spinner)";320x240@60;V
+ghoxj;"Ghox (joystick)";320x240@60;V
+gigaman2;"Gigaman 2: The Power Fighters (bootleg)";384x224@60;H
+gigandes;"Gigandes";384x240@60;H
+gigandesa;"Gigandes (earlier)";384x240@60;H
+gigasb;"Gigas (bootleg)";256x224@60;V
+gigasm2b;"Gigas Mark II";256x224@60;V
+gigawing;"Giga Wing (990222 USA)";384x224@60;H
+gigawinga;"Giga Wing (990222 Asia)";384x224@60;H
+gigawingb;"Giga Wing (990222 Brazil)";384x224@60;H
+gigawingd;"Giga Wing (990222 USA Phoenix Edition)";384x224@60;H
+gigawingh;"Giga Wing (990222 Hispanic)";384x224@60;H
+gigawingj;"Giga Wing (990223 Japan)";384x224@60;H
+gigawingjd;"Giga Wing (990223 Japan Phoenix Edition)";384x224@60;H
+gijoe;"G.I. Joe (World, EAB, set 1)";288x224@60;H
+gijoea;"G.I. Joe (World, EB8, prototype?)";288x224@60;H
+gijoej;"G.I. Joe (Japan, JAA)";288x224@60;H
+gijoeu;"G.I. Joe (US, UAB)";288x224@60;H
+ginganin;"Ginga NinkyouDen (set 1)";256x224@60;H
+ginganina;"Ginga NinkyouDen (set 2)";256x224@60;H
+ginkun;"Ganbare Ginkun";256x224@60;H
+gloc;"G-LOC Air Battle (Euro, Bra, Kor) - G-LOC Air Battle (Euro, USA, Bra) - G-LOC Air Battle (World) - G-LOC Air Battle (World)";320x224@60;H
+glocr360;"G-LOC R360";320x224@60;H
+glocu;"G-LOC Air Battle (US)";320x224@60;H
+gmahou;"Great Mahou Daisakusen (000121 Japan)";384x224@60;V
+gmgalax;"Ghostmuncher Galaxian (bootleg)";256x224@60;V
+gnbarich;"Gunbarich";320x224@60;V
+gng;"Ghosts'n Goblins (World? set 1)";256x224@59.6;H
+gnga;"Ghosts'n Goblins (World? set 2)";256x224@59.6;H
+gngbl;"Ghosts'n Goblins (bootleg with Cross)";256x224@59.6;H
+gngbla;"Ghosts'n Goblins (bootleg, harder)";256x224@59.6;H
+gngblita;"Ghosts'n Goblins (Italian bootleg, harder)";256x224@59.6;H
+gngc;"Ghosts'n Goblins (World Revision C)";256x224@59.6;H
+gngprot;"Ghosts'n Goblins (prototype)";256x224@59.6;H
+gngt;"Ghosts'n Goblins (US)";256x224@59.6;H
+goalx3;"Goal! Goal! Goal!";304x224@59;H
+gogold;"Go For The Gold (Japan)";320x240@60;H
+gogomile;"Susume! Mile Smile / Go Go! Mile Smile (newer)";320x240@60;H
+gogomileo;"Susume! Mile Smile / Go Go! Mile Smile (older)";320x240@60;H
+goldmedl;"Gold Medalist (set 1)";256x224@60;H
+goldmedla;"Gold Medalist (set 2)";256x224@60;H
+goldmedlb;"Gold Medalist (bootleg)";256x224@60;H
+goldnaxe;"Golden Axe (set 6, US, 8751 317-123A)";320x224@60;H
+goldnaxe1;"Golden Axe (set 1, World, FD1094 317-0110)";320x224@60;H
+goldnaxe1d;"Golden Axe (set 1, World, FD1094 317-0110 decrypted)";320x224@60;H
+goldnaxe2;"Golden Axe (set 2, US, 8751 317-0112)";320x224@60;H
+goldnaxe3;"Golden Axe (set 3, World, FD1094 317-0120)";320x224@60;H
+goldnaxe3d;"Golden Axe (set 3, World, FD1094 317-0120 decrypted)";320x224@60;H
+goldnaxej;"Golden Axe (set 4, Japan, FD1094 317-0121)";320x224@60;H
+goldnaxejd;"Golden Axe (set 4, Japan, FD1094 317-0121 decrypted)";320x224@60;H
+goldnaxeu;"Golden Axe (set 5, US, FD1094 317-0122)";320x224@60;H
+goldnaxeud;"Golden Axe (set 5, US, FD1094 317-0122 decrypted)";320x224@60;H
+gollygho;"Golly! Ghost!";288x224@60;H
+gorkans;"Gorkans";288x224@60;V
+gotcha;"Got-cha Mini Game Festival";320x240@60;H
+gowcaizr;"Voltage Fighter - Gowcaizer / Choujin Gakuen Gowcaizer";304x224@59;H
+gpilots;"Ghost Pilots (NGM-020)(NGH-020)";304x224@59;H
+gpilotsh;"Ghost Pilots (NGH-020)(US)";304x224@59;H
+gprider;"GP Rider (Euro, Bra) - GP Rider (Euro, USA) - GP Rider (World, FD1094 317-0163) (Twin setup)";320x224@60;H
+gpriderj;"GP Rider (Japan, FD1094 317-0161) (Twin setup) - GP Rider (Jpn)";320x224@60;H
+gpriderjs;"GP Rider (Japan, FD1094 317-0161)";320x224@60;H
+gprideru;"GP Rider (US, FD1094 317-0162) (Twin setup)";320x224@60;H
+gpriderus;"GP Rider (US, FD1094 317-0162)";320x224@60;H
+gradius;"Gradius - Gradius (Japan, ROM version) - Nemesis (Euro) ~ Gradius (Jpn)";256x224@60;H
+gradius2;"Gradius II - GOFER no Yabou (Japan New ver.) - Nemesis 2 (Euro) ~ Gradius 2 (Jpn)";320x224@60;H
+gradius2a;"Gradius II - GOFER no Yabou (Japan Old ver.) - Nemesis 2 (Euro) ~ Gradius 2 (Jpn) (Alt)";320x224@60;H
+gradius2b;"Gradius II - GOFER no Yabou (Japan Older ver.)";320x224@60;H
+gradius3;"Gradius III (World, program code R)";320x224@60;H
+gradius3a;"Gradius III (Asia)";320x224@60;H
+gradius3j;"Gradius III (Japan, program code S)";320x224@60;H
+gradius3js;"Gradius III (Japan, program code S, split)";320x224@60;H
+grasspin;"Grasspin";256x224@60;V
+grdian;"Guardian";280x240@60;H
+grdians;"Guardians0Denjin Makai II";304x232@60;H
+grdnstrm;"Guardian Storm (horizontal, not encrypted)";256x224@57;H
+grdnstrmg;"Guardian Storm (Germany)";256x224@57;V
+grdnstrmj;"Sen Jing - Guardian Storm (Japan)";256x224@57;V
+grdnstrmk;"Jeon Sin - Guardian Storm (Korea)";256x224@57;V
+grdnstrmv;"Guardian Storm (vertical)";256x224@57;V
+griffon;"Griffon (bootleg of Phoenix) - Order of the Griffon";256x208@60;V
+grindstm;"Grind Stormer";320x240@60;V
+grindstma;"Grind Stormer (older set)";320x240@60;V
+grobda;"Grobda (New Ver.)";288x224@60;V
+grobda2;"Grobda (Old Ver. set 1)";288x224@60;V
+grobda3;"Grobda (Old Ver. set 2)";288x224@60;V
+growl;"Growl (USA) - Growl (World, Rev 1)";320x224@60;H
+growla;"Growl (World)";320x224@60;H
+growlu;"Growl (US)";320x224@60;H
+gryzor;"Gryzor (Set 1)";280x224@60;V
+gryzor1;"Gryzor (Set 2)";280x224@60;V
+gseeker;"Grid Seeker: Project Storm Hammer (Ver 1.3O)";320x224@60;V
+gseekerj;"Grid Seeker: Project Storm Hammer (Ver 1.3J)";320x224@60;V
+gseekeru;"Grid Seeker: Project Storm Hammer (Ver 1.3A)";320x224@60;V
+gteikoku;"Gingateikoku No Gyakushu";256x224@60;V
+gteikokub;"Gingateikoku No Gyakushu (bootleg set 1)";256x224@60;V
+gteikokub2;"Gingateikoku No Gyakushu (bootleg set 2)";256x224@60;V
+gtmr;"1000 Miglia: Great 1000 Miles Rally (94/07/18)";320x240@60;H
+gtmr2;"Mille Miglia 2: Great 1000 Miles Rally (95/05/24)";320x240@60;H
+gtmr2a;"Mille Miglia 2: Great 1000 Miles Rally (95/04/04)";320x240@60;H
+gtmr2u;"Great 1000 Miles Rally 2 USA (95/05/18)";320x240@60;H
+gtmra;"1000 Miglia: Great 1000 Miles Rally (94/06/13)";320x240@60;H
+gtmrb;"1000 Miglia: Great 1000 Miles Rally (94/05/26)";320x240@60;H
+gtmre;"Great 1000 Miles Rally: Evolution Model!!! (94/09/06)";320x240@60;H
+gtmro;"1000 Miglia: Great 1000 Miles Rally (94/05/10)";320x240@60;H
+gtmrusa;"Great 1000 Miles Rally: U.S.A Version! (94/09/06)";320x240@60;H
+gulfstrm;"Gulf Storm (set 1)";384x240@60;V
+gulfstrma;"Gulf Storm (set 2)";384x240@60;V
+gulfstrmb;"Gulf Storm (set 3)";384x240@60;V
+gulfstrmk;"Gulf Storm (Korea)";384x240@60;V
+gulfstrmm;"Gulf Storm (Media Shoji)";384x240@60;V
+gulfwar2;"Gulf War II (set 1)";320x240@55;V
+gulfwar2a;"Gulf War II (set 2)";320x240@55;V
+gumbo;"Gumbo";320x224@60;H
+gunball;"Gun Ball (Japan)";320x240@58;V
+gunbird;"Gunbird (World)";320x224@59;V
+gunbird2;"Gunbird 2 (set 1)";320x224@60;V
+gunbirdj;"Gunbird (Japan)";320x224@59;V
+gunbirdk;"Gunbird (Korea)";320x224@59;V
+gundamex;"Mobile Suit Gundam EX Revue";384x224@60;H
+gundhara;"Gundhara";384x240@60;V
+gundharac;"Gundhara (Chinese, bootleg?)";384x240@60;V
+gundl94;"Gun Dealer '94";384x256@60;H
+gunforc2;"Gunforce 2 (US)";320x240@60;H
+gunforce;"Gunforce - Battle Fire Engulfed Terror Island (World)";320x240@60;H
+gunforcej;"Gunforce - Battle Fire Engulfed Terror Island (Japan)";320x240@60;H
+gunforceu;"Gunforce - Battle Fire Engulfed Terror Island (US)";320x240@60;H
+gunfront;"Gun & Frontier (World)";320x224@60;V
+gunfrontj;"Gun Frontier (Japan)";320x224@60;V
+gunhohki;"Gun Hohki (Japan)";320x240@60;H
+gunlock;"Gunlock (Ver 2.3O 1994/01/20)";320x224@60;V
+gunmast;"Gun Master";320x224@60;H
+gunnail;"GunNail (28th May. 1992)";384x224@56;V
+gunsmoke;"Gun.Smoke - Gun.Smoke (Kor) - Gun.Smoke (World, 851115)";256x224@60;V
+gunsmokeb;"Gun.Smoke (World, 851115) (bootleg)";256x224@60;V
+gunsmokej;"Gun.Smoke (Japan, 851115)";256x224@60;V
+gunsmokeu;"Gun.Smoke (US, 860408)";256x224@60;V
+gunsmokeua;"Gun.Smoke (US, 851115, set 1)";256x224@60;V
+gunsmokeub;"Gun.Smoke (US, 851115, set 2)";256x224@60;V
+gururin;"Gururin";304x224@59;H
+gussun;"Gussun Oyoyo (Japan)";320x240@60;H
+gutangtn;"Guttang Gottong";256x224@60;V
+gutsn;"Guts'n (Japan)";320x240@60;H
+guwange;"Guwange (Japan, Master Ver. 99/06/24)";320x240@58;V
+guwanges;"Guwange (Japan, Special Ver. 00/01/01)";320x240@58;V
+guzzler;"Guzzler - Guzzler (Jpn, OMV)";256x224@60;V
+gwar;"Guerrilla War (US) - Wing War";400x224@60;V
+gwara;"Guerrilla War (Version 1)";400x224@60;V
+gwarb;"Guerrilla War (Joystick hack bootleg)";400x224@60;V
+gwarj;"Guevara (Japan)";400x224@60;V
+gwarrior;"Galactic Warriors";256x224@60;H
+gyrodine;"Gyrodine - Gyrodine (Jpn)";288x224@60;V
+gyrodinet;"Gyrodine (Taito Corporation license)";288x224@60;V
+gyruss;"Gyruss - Gyruss - Gyruss (Konami)";256x224@60;V
+gyrussb;"Gyruss (bootleg)";256x224@60;V
+gyrussce;"Gyruss (Centuri)";256x224@60;V
+hachamfb;"Hacha Mecha Fighter (19th Sep. 1991, unprotected, boot";256x224@56;H
+hachoo;"Hachoo!";256x224@60;H
+hal21;"HAL21";288x224@60;V
+hal21j;"HAL21 (Japan)";288x224@60;V
+halfway;"Halfway To Hell: Progear Red Label (2016-1-17 Red labe";384x224@60;H
+hamaway;"Hammer Away (prototype)";320x224@60;V
+hangly;"Hangly-Man (set 1)";288x224@60;V
+hangly2;"Hangly-Man (set 2)";288x224@60;V
+hangly3;"Hangly-Man (set 3)";288x224@60;V
+hangon;"Hang-On (Euro, Bra, Aus) - Hang-On (Jpn) - Hang-On (rev A) - Super Hang-On (sitdown/upright, unprotected) - Super Hang-On (World, Rev. A)";320x224@60;H
+hangon1;"Hang-On - Super Hang-On (mini ride-on, FD1089B 317-0034) - Super Hang-On (World)";320x224@60;H
+hangon2;"Hang-On (ride-on) - Hang-On II (Jpn) - Super Hang-On (mini ride-on, Rev A, FD1089B 317-0034)";320x224@60;H
+hangonjr;"Hang-On Jr.";256x192@60;H
+hangzo;"Hangzo (Japan, prototype)";320x240@58;H
+happy6;"Happy 6-in-1 (V102 - V101MK, China)";448x224@60;H
+happy6101;"Happy 6-in-1 (V101 - V100MK, China)";448x224@60;H
+hardhea2;"Hard Head 2 (v2.0)";256x224@60;H
+hardhead;"Hard Head";256x224@60;H
+hasamu;"Hasamu (Japan)";384x240@60;H
+hatena;"Adventure Quiz 2 - Hatena? no Daibouken (Japan 900228)";384x240@60;H
+hayaosi1;"Hayaoshi Quiz Ouza Ketteisen - The King Of Quiz";256x224@60;H
+hbarrel;"Heavy Barrel (US)";256x240@57;V
+hbarrelw;"Heavy Barrel (World)";256x240@57;V
+hcastle;"Haunted Castle (ver. M)";256x224@60;H
+hcastlee;"Haunted Castle (ver. E)";256x224@60;H
+hcastlek;"Haunted Castle (ver. K)";256x224@60;H
+hcrash;"Hyper Crash (version D)";256x224@60;H
+hcrashc;"Hyper Crash (version C)";256x224@60;H
+hedpanic;"Head Panic (ver. 0117, 17/01/2000)";320x240@60;H
+hedpanica;"Head Panic (ver. 0702, 02/07/1999)";320x240@60;H
+hedpanicf;"Head Panic (ver. 0315, 15/03/2000)";320x240@60;H
+hellfire;"Hellfire (2P Ver.) - Hellfire (Euro)";320x240@57.6;H
+hellfire1;"Hellfire (1P Ver.)";320x240@57.6;H
+hellfire1a;"Hellfire (1P Ver., older)";320x240@57.6;H
+hellfire2;"Hellfire (2P Ver., first edition)";320x240@57.6;H
+herbiedk;"Herbie at the Olympics (DK conversion)";256x224@60;V
+herodk;"Hero in the Castle of Doom (DK conversion)";256x224@60;V
+herodku;"Hero in the Castle of Doom (DK conversion not encrypte";256x224@60;V
+heuksun;"Heuk Sun Baek Sa (Korea)";320x240@60;H
+hexa;"Hexa";256x224@60;H
+hexion;"Hexion (Japan ver. JAB)";512x256@60;H
+hexionb;"Hexion (Bootleg, Asia ver. AAA)";512x256@60;H
+hexpool;"Hex Pool (Shinkai)";256x224@60;V
+hexpoola;"Hex Pool (Senko)";256x224@60;V
+hgkairak;"Taisen Hot Gimmick Kairakuten (Japan)";224x640@60;V
+hharry;"Hammerin' Harry (World)";384x256@55;H
+hharryu;"Hammerin' Harry (US)";384x256@55;H
+higemaru;"Pirate Ship Higemaru";256x224@60;H
+himesiki;"Himeshikibu (Japan)";256x192@60;V
+hippodrm;"Hippodrome (US)";256x240@57;H
+hishouza;"Hishou Zame (Japan)";320x240@55;V
+hitice;"Hit the Ice (US) - Hit the Ice (USA) - Hit the Ice - VHL - The Official Video Hockey League - Hit the Ice - VHL - The Official Video Hockey League";320x224@60;H
+hiticej;"Hit the Ice (Japan)";320x224@60;H
+hncholms;"Hunchback Olympic (Scramble hardware)";256x224@60;V
+hoccer;"Hoccer (set 1)";256x224@60;V
+hoccer2;"Hoccer (set 2)";256x224@60;V
+honeydol;"Honey Dolls";256x224@58;H
+hook;"Hook (Euro) - Hook (Euro) - Hook (Euro, Prototype) - Hook (World)";320x240@60;H
+hookj;"Hook (Japan)";320x240@60;H
+hooku;"Hook (US) - Hook (USA) - Hook (USA)";320x240@60;H
+hopmappy;"Hopping Mappy";288x224@60;H
+hopprobo;"Hopper Robo";256x224@60;V
+horekid;"Kid no Hore Hore Daisakusen";256x224@60;V
+horekidb;"Kid no Hore Hore Daisakusen (bootleg)";256x224@60;V
+horizon;"Horizon";256x256@60;H
+horshoes;"American Horseshoes (US)";320x224@60;V
+hotbubl;"Hot Bubble (Korea, with adult pictures)";256x224@56;H
+hotbubla;"Hot Bubble (Korea)";256x224@56;H
+hotdebut;"Quiz de Idol! Hot Debut (Japan)";240x640@60;V
+hotdogst;"Hotdog Storm - The First Supersonics (International)";384x240@58;V
+hotgm4ev;"Taisen Hot Gimmick 4 Ever (Japan)";224x640@60;V
+hotgmck;"Taisen Hot Gimmick (Japan)";224x640@60;V
+hotgmck3;"Taisen Hot Gimmick 3 Digital Surfing (Japan)";224x640@60;V
+hotgmcki;"Mahjong Hot Gimmick Integral (Japan)";224x640@60;V
+hotmind;"Hot Mind (Hard Times hardware)";320x224@58;H
+hotpinbl;"Hot Pinball";512x224@60;V
+hotshock;"Hot Shocker";256x224@60;V
+hotshockb;"Hot Shocker (bootleg)";256x224@60;V
+hpolym84;"Hyper Olympic '84";256x224@60;H
+hpuncher;"Hard Puncher (Japan)";320x224@60;H
+hsf2;"Hyper Street Fighter II: The Anniversary Edition (0402";384x224@60;H
+hsf2a;"Hyper Street Fighter II: The Anniversary Edition (0402";384x224@60;H
+hsf2d;"Hyper Street Fighter II: The Anniversary Edition (0402";384x224@60;H
+hsf2da;"Hyper Street Fighter II: The Anniversary Edition (0402";384x224@60;H
+hsf2j;"Hyper Street Fighter II: The Anniversary Edition (0402";384x224@60;H
+hsf2j1;"Hyper Street Fighter II: The Anniversary Edition (0312";384x224@60;H
+htchctch;"Hatch Catch";320x240@60;H
+hthero;"Hat Trick Hero (Japan)";320x224@60;H
+hthero93;"Hat Trick Hero '93 (Ver 1.0J 1993/02/28)";320x224@60;H
+hthero93u;"Hat Trick Hero '93 (Ver 1.0A 1993/02/28)";320x224@60;H
+hthero94;"Hat Trick Hero '94 (Ver 2.2A 1994/05/26)";320x224@60;H
+hthero95;"Hat Trick Hero '95 (Ver 2.5J 1994/11/03)";320x224@60;H
+hthero95u;"Hat Trick Hero '95 (Ver 2.5A 1994/11/03)";320x224@60;H
+hunchbkg;"Hunchback (Galaxian hardware)";256x224@60;V
+hunchbks;"Hunchback (Scramble hardware)";256x224@60;V
+hustler;"Video Hustler - Video Hustler (Jpn) - Video Hustler (Prototype)";256x224@60;V
+hustlerb;"Video Hustler (bootleg)";256x224@60;V
+hvymetal;"Heavy Metal (315-5135)";256x224@60;H
+hvyunit;"Heavy Unit - Heavy Unit (World) - Heavy Unit - Mega Drive Special (Jpn)";256x224@58;H
+hvyunitj;"Heavy Unit (Japan, Newer)";256x224@58;H
+hvyunitjo;"Heavy Unit (Japan, Older)";256x224@58;H
+hvyunitu;"Heavy Unit -U.S.A. Version- (US)";256x224@58;H
+hwchamp;"Heavyweight Champ";320x224@60;H
+hwchampj;"Heavyweight Champ (Japan, FD1094 317-0046)";320x224@60;H
+hwchampjd;"Heavyweight Champ (Japan, FD1094 317-0046 decrypted)";320x224@60;H
+hyperpac;"Hyper Pacman";256x224@58;H
+hyperpacb;"Hyper Pacman (bootleg)";256x224@58;H
+hyperspt;"Hyper Sports - Hyper Sports (Jpn) - Hyper Sports 1 (Jpn)";256x224@60;H
+hypersptb;"Hyper Sports (bootleg)";256x224@60;H
+hypreac2;"Mahjong Hyper Reaction 2 (Japan)";338x240@60;H
+hypreact;"Mahjong Hyper Reaction (Japan)";338x240@60;H
+hyprolym;"Hyper Olympic";256x224@60;H
+hypsptsp;"Hyper Sports Special (Japan)";304x224@60;H
+iganinju;"Iga Ninjyutsuden (Japan)";256x224@60;H
+igmo;"IGMO";272x236@60;V
+ikari;"Ikari Warriors (US JAMMA)";288x216@60;V
+ikari3;"Ikari III - The Rescue (8-Way Joystick)";256x224@60;H
+ikari3j;"Ikari Three - The Rescue (Japan, Rotary Joystick)";256x224@60;H
+ikari3k;"Ikari III - The Rescue (Korea, 8-Way Joystick)";256x224@60;H
+ikari3u;"Ikari III - The Rescue (US, Rotary Joystick)";256x224@60;H
+ikaria;"Ikari Warriors (US)";288x216@60;V
+ikarijp;"Ikari (Japan No Continues)";288x216@60;V
+ikarijpb;"Ikari (Joystick hack bootleg)";288x216@60;V
+ikarinc;"Ikari Warriors (US No Continues)";288x216@60;V
+ikariram;"Rambo 3 (bootleg of Ikari, Joystick hack)";288x216@60;V
+ikki;"Ikki (Japan)";240x224@60;H
+imago;"Imago (cocktail set)";256x224@60;V
+imagoa;"Imago (no cocktail set)";256x224@60;V
+imgfight;"Image Fight (Japan, revision A)";384x256@55;V
+imgfightj;"Image Fight (Japan)";384x256@55;V
+imsorry;"I'm Sorry (315-5110, US)";256x224@60;H
+imsorryj;"Gonbee no I'm Sorry (315-5110, Japan)";256x224@60;H
+insectx;"Insector X (USA) - Insector X (World)";256x224@60;H
+insectxj;"Insector X (Japan) - Insector X (Jpn, Kor)";256x224@60;H
+intcup94;"International Cup '94 (Ver 2.2O 1994/05/26)";320x224@60;H
+inthunt;"In The Hunt (World)";320x240@60;H
+inthuntu;"In The Hunt (US)";320x240@60;H
+invaders;"Space Invaders / Space Invaders M";260x224@60;V
+ironclad;"Choutetsu Brikin'ger - Iron clad (Prototype)";304x224@59;H
+ironclado;"Choutetsu Brikin'ger - Iron clad (Prototype, older)";304x224@59;H
+ironhors;"Iron Horse";240x224@60;H
+irrmaze;"The Irritating Maze / Ultra Denryu Iraira Bou";304x224@59;H
+isgsm;"ISG Selection Master Type 2006 System BIOS";320x224@60;H
+itaten;"Itazura Tenshi (Japan)";256x224@60;H
+jack;"Aquajack (World) - Ball Jacks (Euro, Jpn) - Bomb Jack (Jpn) - Bomb Jack (set 1) - Jack the Giantkiller (set 1) - Jumping Jack - Jumping Jack (Euro) - Snap Jack - Star Jacker (Euro, Jpn, v1.2) - Star Jacker (Sega)";256x224@60;V
+jack2;"Bomb Jack (set 2) - Jack the Giantkiller (set 2) - Star Jacker (Jpn, v1.0)";256x224@60;V
+jack3;"Jack the Giantkiller (set 3)";256x224@60;V
+jackal;"Jackal (World, 8-way Joystick)";240x224@60;V
+jackalbl;"Jackal (bootleg, Rotary Joystick)";240x224@60;V
+jackalj;"Tokushu Butai Jackal (Japan, 8-way Joystick)";240x224@60;V
+jackalr;"Jackal (World, Rotary Joystick)";240x224@60;V
+jailbrek;"Jail Break";240x224@60;H
+jailbrekb;"Jail Break (bootleg)";240x224@60;H
+janjans1;"Lovely Pop Mahjong JangJang Shimasho (Japan)";336x238@60;H
+janjans2;"Lovely Pop Mahjong JangJang Shimasho 2 (Japan)";336x238@60;H
+janshin;"Jyanshin Densetsu - Quest of Jongmaster";320x224@59;H
+jchan;"Jackie Chan - Jackie Chan - The Kung-Fu Master - Jackie Chan's Action Kung Fu";320x240@60;H
+jchan2;"Jackie Chan in Fists of Fire";320x240@60;H
+jcross;"Jumping Cross";288x216@60;V
+jigkmgri;"Jigoku Meguri (Japan)";320x224@60;H
+jigkmgria;"Jigoku Meguri (Japan, hack?)";320x224@60;H
+jitsupro;"Jitsuryoku!! Pro Yakyuu (Japan)";256x224@60;H
+jjack;"Jumping Jack";240x192@60;V
+jjparad2;"Jan Jan Paradise 2";320x240@60;H
+jjparads;"Jan Jan Paradise";320x240@60;H
+jjsquawk;"J. J. Squawkers";384x240@60;H
+jjsquawkb;"J. J. Squawkers (bootleg)";384x240@60;H
+jjsquawkb2;"J. J. Squawkers (bootleg, Blandia conversion)";384x240@60;H
+jjsquawko;"J. J. Squawkers (older)";384x240@60;H
+jockeygp;"Jockey Grand Prix (set 1)";304x224@59;H
+jockeygpa;"Jockey Grand Prix (set 2)";304x224@59;H
+joemac;"Joe & Mac (USA) - Tatakae Genshizin Joe & Mac (Japan ver 1)";256x240@58;H
+joemacr;"Joe & Mac Returns (World, Version 1.1, 1994.05.27)";320x240@58;H
+joemacra;"Joe & Mac Returns (World, Version 1.0, 1994.05.19)";320x240@58;H
+joemacrj;"Joe & Mac Returns (Japan, Version 1.2, 1994.06.06)";320x240@58;H
+joinem;"Joinem";256x224@60;V
+jojo;"JoJo's Venture / JoJo no Kimyou na Bouken (USA 990128)";384x224@60;H
+jojoba;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojoban;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojobane;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojobaner1;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojobanr1;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojobar1;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojoj;"JoJo's Venture / JoJo no Kimyou na Bouken (Japan 99012";384x224@60;H
+jojojr1;"JoJo's Venture / JoJo no Kimyou na Bouken (Japan 99010";384x224@60;H
+jojojr2;"JoJo's Venture / JoJo no Kimyou na Bouken (Japan 98120";384x224@60;H
+jojon;"JoJo's Venture / JoJo no Kimyou na Bouken (Asia 990128";384x224@60;H
+jojonr1;"JoJo's Venture / JoJo no Kimyou na Bouken (Asia 990108";384x224@60;H
+jojonr2;"JoJo's Venture / JoJo no Kimyou na Bouken (Asia 981202";384x224@60;H
+jojor1;"JoJo's Venture / JoJo no Kimyou na Bouken (USA 990108)";384x224@60;H
+jojor2;"JoJo's Venture / JoJo no Kimyou na Bouken (USA 981202)";384x224@60;H
+joyfulr;"Joyful Road (Japan)";320x240@60;V
+joyjoy;"Puzzled / Joy Joy Kid (NGM-021)(NGH-021)";304x224@59;H
+joyman;"Joyman";288x224@60;V
+joust;"Joust";292x240@60;H
+stargate;"Stargate";292x240@60;H
+sinister;"Sinister";292x240@60;H
+defender;"Defender";292x240@60;H
+jpopnics;"Jumping Pop (Nics, Korean bootleg of Plump Pop)";256x224@60;H
+jrking;"Junior King (bootleg of Donkey Kong Jr.)";256x224@60;V
+jrpacman;"Jr. Pac-Man (11/9/83)";288x224@60;V
+jrpacmanf;"Jr. Pac-Man (speedup hack)";288x224@60;V
+jt104;"JT-104 (title screen modification of Rad Action)";256x192@60;H
+juju;"JuJu Densetsu (Japan)";256x224@60;H
+jujub;"JuJu Densetsu (Playmark bootleg)";256x224@60;H
+jumpbug;"Jump Bug";256x224@60;V
+jumpbugb;"Jump Bug (bootleg)";256x224@60;V
+jumpcoas;"Jump Coaster";256x224@60;V
+jumpcoast;"Jump Coaster (Taito)";256x224@60;V
+jumping;"JumpinG (eng) - Jumping (set 1)";320x224@60;H
+jumpinga;"Jumping (set 2)";320x224@60;H
+jumpingi;"Jumping (set 3, Imnoe PCB)";320x224@60;H
+jumpkids;"Jump Kids";320x240@60;H
+jumppop;"Jumping Pop (set 1)";320x240@60;H
+jumppope;"Jumping Pop (set 2)";320x240@60;H
+jumpshot;"Jump Shot";288x224@60;V
+jumpshotp;"Jump Shot Engineering Sample";288x224@60;V
+jungler;"Jungler";288x224@60;V
+junofrst;"Juno First - Juno First (Jpn)";256x224@60;V
+junofrstg;"Juno First (Gottlieb)";256x224@60;V
+jyangoku;"Jyangokushi -Haoh no Saihai- (990527 Japan)";384x224@60;H
+kabukikl;"Far East of Eden - Kabuki Klash / Tengai Makyou - Shin";320x224@59;H
+kageki;"Ka-Ge-Ki - Fists of Steel (USA) - Kageki (US)";256x224@60;V
+kagekih;"Kageki (hack)";256x224@60;V
+kagekij;"Ka-Ge-Ki (Jpn) - Kageki (Japan)";256x224@60;V
+kaiserkn;"Kaiser Knuckle (Ver 2.1O 1994/07/29)";320x224@60;H
+kaiserknj;"Kaiser Knuckle (Ver 2.1J 1994/07/29)";320x224@60;H
+kaitei;"Kaitei Takara Sagashi";272x224@60;V
+kaiteids;"Kaitei Daisensou (Japan)";320x240@60;H
+kaitein;"Kaitei Takara Sagashi (Namco license)";272x224@60;V
+kamakazi3;"Kamakazi III (superg hack)";256x224@60;V
+kamenrid;"Masked Riders Club Battle Race";384x240@60;H
+kangaroo;"Kangaroo";512x256@60;V
+kangarooa;"Kangaroo (Atari)";512x256@60;V
+kangaroob;"Kangaroo (bootleg)";512x256@60;V
+karatblz;"Karate Blazers (World, set 1)";352x240@60;H
+karatblza;"Karate Blazers (World, set 2)";352x240@60;H
+karatblzj;"Karate Blazers (Japan)";352x240@60;H
+karatblzu;"Karate Blazers (US)";352x240@60;H
+karatedo;"Karate Dou (Japan)";256x224@60;V
+karatevs;"Taisen Karate Dou (Japan VS version)";256x224@60;V
+karatour;"The Karate Tournament";320x240@60;H
+karatourj;"The Karate Tournament (Japan)";320x240@60;H
+karianx;"Karian Cross (Rev. 1.0)";320x224@60;H
+karnov;"Karnov (US, rev 6)";256x248@60;H
+karnova;"Karnov (US, rev 5)";256x248@60;H
+karnovj;"Karnov (Japan)";256x248@60;H
+karnovr;"Karnov's Revenge / Fighter's History Dynamite";304x224@59;H
+kazan;"Ninja Kazan (World)";256x224@60;H
+kbash;"Knuckle Bash";320x240@60;H
+kbash2;"Knuckle Bash 2 (bootleg)";320x240@60;H
+kbashk;"Knuckle Bash (Korean PCB)";320x240@60;H
+kchamp;"Karate Champ (US)";256x224@60;V
+kchampvs;"Karate Champ (US VS version, set 1)";256x224@60;V
+kchampvs2;"Karate Champ (US VS version, set 2)";256x224@60;V
+keithlcy;"Dramatic Adventure Quiz Keith & Lucy (Japan)";336x238@60;H
+kengo;"Ken-Go (set 1)";384x256@55;H
+kengoa;"Ken-Go (set 2)";384x256@55;H
+keroppi;"Kero Kero Keroppi's Let's Play Together (USA, Version";320x240@60;H
+keroppij;"Kero Kero Keroppi no Issyoni Asobou (Japan)";320x240@60;H
+ket;"Ketsui Kizuna Jigoku Tachi (Revision 2?, Japan) - Rocket Knight Adventures (Euro) - Socket (USA) - TV Sports Basketball - TV Sports Basketball";448x224@59;V
+ket1;"Ketsui Kizuna Jigoku Tachi (Revision 2? alt, Japan)";448x224@59;V
+keta;"Ketsui Kizuna Jigoku Tachi (Revision 1?, Japan)";448x224@59;V
+ketarr;"Ketsui Kizuna Jigoku Tachi (Arrange Mode version 1.7,";448x224@59;V
+ketarr10;"Ketsui Kizuna Jigoku Tachi (Arrange Mode version 1.0,";448x224@59;V
+ketarr15;"Ketsui Kizuna Jigoku Tachi (Arrange Mode version 1.5,";448x224@59;V
+ketarr151;"Ketsui Kizuna Jigoku Tachi (Arrange Mode version 1.51,";448x224@59;V
+ketarrf;"Ketsui Kizuna Jigoku Tachi (Fast version, hack by Trap";448x224@59;V
+ketarrs15;"Ketsui Kizuna Jigoku Tachi (MR. Stoic version 1.5, hac";448x224@59;V
+ketarrs151;"Ketsui Kizuna Jigoku Tachi (MR. Stoic version 1.51, ha";448x224@59;V
+ketb;"Ketsui Kizuna Jigoku Tachi (Original?, Japan)";448x224@59;V
+ketbl;"Ketsui Kizuna Jigoku Tachi (2003/01/01. Master Ver., b";448x224@59;V
+kf10thep;"The King of Fighters 10th Anniversary Extra Plus (boot";304x224@59;H
+kf2k1pa;"The King of Fighters 2001 Plus (set 2, bootleg / hack)";304x224@59;H
+kf2k1pls;"The King of Fighters 2001 Plus (set 1, bootleg / hack)";304x224@59;H
+kf2k2mp;"The King of Fighters 2002 Magic Plus (bootleg)";304x224@59;H
+kf2k2mp2;"The King of Fighters 2002 Magic Plus II (bootleg)";304x224@59;H
+kf2k2pla;"The King of Fighters 2002 Plus (bootleg set 2)";304x224@59;H
+kf2k2plb;"The King of Fighters 2002 Plus (bootleg set 3)";304x224@59;H
+kf2k2plc;"The King of Fighters 2002 Super (bootleg)";304x224@59;H
+kf2k2pls;"The King of Fighters 2002 Plus (bootleg set 1)";304x224@59;H
+kf2k2ps2;"The King of Fighters 2002 (PlayStation 2 ver 0.4, EGHT";304x224@59;H
+kf2k3bl;"The King of Fighters 2003 (bootleg set 1)";304x224@59;H
+kf2k3bla;"The King of Fighters 2003 (bootleg set 2)";304x224@59;H
+kf2k3pcb;"The King of Fighters 2003 (Japan, JAMMA PCB)";304x224@59;H
+kf2k3pl;"The King of Fighters 2004 Plus / Hero (bootleg)";304x224@59;H
+kf2k3upl;"The King of Fighters 2004 Ultra Plus (bootleg)";304x224@59;H
+kf2k4pls;"The King of Fighters Special Edition 2004 Plus (bootle";304x224@59;H
+kf2k5uni;"The King of Fighters 10th Anniversary 2005 Unique (boo";304x224@59;H
+kickboy;"Kick Boy";256x224@60;H
+kicker;"Kicker";256x224@60;V
+kickoff;"Kick Off (Japan) - Super Kick Off (Euro) - Super Kick Off (Euro, Bra) - Super Kick Off (Euro, SMS Mode)";256x224@60;H
+kickridr;"Kick Rider";240x192@60;H
+kidniki;"Kid Niki - Radical Ninja (World)";384x256@60;H
+kidnikiu;"Kid Niki - Radical Ninja (US)";384x256@60;H
+kikcubic;"Meikyu Jima (Japan)";384x256@55;H
+kikcubicb;"Kickle Cubele";384x256@55;H
+killbld;"The Killing Blade (V109, China)";448x224@60;H
+killbld104;"The Killing Blade (V104)";448x224@60;H
+killbldp;"The Killing Blade Plus (V300)";448x224@60;H
+kingball;"King & Balloon (Jpn) - King & Balloon (US) - King and Balloon (Kor)";256x224@60;V
+kingballj;"King & Balloon (Japan)";256x224@60;V
+kingdmgp;"Kingdom Grandprix (World)";320x240@60;V
+kirameki;"Kirameki Star Road (Ver 2.10J 1997/08/29)";320x224@60;H
+kittenk;"Kitten Kaboodle";256x224@60;H
+kizuna;"Kizuna Encounter - Super Tag Battle / Fu'un Super Tag";304x224@59;H
+kncljoe;"Knuckle Joe (set 1)";256x240@60;V
+kncljoea;"Knuckle Joe (set 2)";256x240@60;V
+knights;"Knights of the Round (911127 etc)";384x224@60;H
+knightsb;"Knights of the Round (bootleg set 1 (with YM2151 + 2xM";384x224@60;H
+knightsb2;"Knights of the Round (bootleg set 2, 911127 etc)";384x224@60;H
+knightsb3;"Knights of the Round (bootleg set 3, 911127 Japan)";384x224@60;H
+knightsb4;"Knights of the Round (bootleg set 4 (with YM2151 + 2xM";384x224@60;H
+knightsh;"Knights of the Round (hack set 1)";384x224@60;H
+knightsh2;"Knights of the Round (hack set 2, 911127 etc)";384x224@60;H
+knightsj;"Knights of the Round (911127 Japan, B-Board 91634B-2)";384x224@60;H
+knightsja;"Knights of the Round (911127 Japan, B-Board 89625B-1)";384x224@60;H
+knightsu;"Knights of the Round (911127 USA)";384x224@60;H
+knockout;"Knock Out!!";256x224@60;V
+kod;"Don Doko Don (World) - The King of Dragons (910805 etc)";384x224@60;H
+kodb;"The King of Dragons (bootleg, 910731 etc)";384x224@60;H
+kodda;"The King of Dragons (Phoenix bootleg, 910731 etc)";384x224@60;H
+kodh;"The King of Dragons (hack)";384x224@60;H
+kodj;"Don Doko Don (Japan) - The King of Dragons (Japan 910805, B-Board 90629B-3)";384x224@60;H
+kodja;"The King of Dragons (Japan 910805, B-Board 89625B-1)";384x224@60;H
+kodr1;"The King of Dragons (910711 etc)";384x224@60;H
+kodu;"Don Doko Don (US) - The King of Dragons (US 910910)";384x224@60;H
+kof10th;"The King of Fighters 10th Anniversary (bootleg)";304x224@59;H
+kof2000;"The King of Fighters 2000 (NGM-2570) (NGH-2570)";304x224@59;H
+kof2000n;"The King of Fighters 2000 (not encrypted)";304x224@59;H
+kof2000ps2;"The King of Fighters 2000 (Playstation 2 ver. , EGHT h";304x224@59;H
+kof2001;"The King of Fighters 2001 (NGM-262?)";304x224@59;H
+kof2001h;"The King of Fighters 2001 (NGH-2621)";304x224@59;H
+kof2002;"The King of Fighters 2002 (NGM-2650)(NGH-2650)";304x224@59;H
+kof2002b;"The King of Fighters 2002 (bootleg)";304x224@59;H
+kof2003;"The King of Fighters 2003 (NGM-2710)";304x224@59;H
+kof2003h;"The King of Fighters 2003 (NGH-2710)";304x224@59;H
+kof2k4se;"The King of Fighters Special Edition 2004 (bootleg)";304x224@59;H
+kof94;"The King of Fighters '94 (NGM-055)(NGH-055)";304x224@59;H
+kof95;"The King of Fighters '95 (NGM-084)";304x224@59;H
+kof95a;"The King of Fighters '95 (NGH-084, alternate board)";304x224@59;H
+kof95h;"The King of Fighters '95 (NGH-084)";304x224@59;H
+kof95sp;"The King of Fighters '95 (Special 2017, hack)";304x224@59;H
+kof96;"The King of Fighters '96 (NGM-214)";304x224@59;H
+kof96a;"The King of Fighters '96 (NGM-214, alternate board)";304x224@59;H
+kof96ae;"The King of Fighters '96 (Anniversary Edition, EGHT ha";304x224@59;H
+kof96ae20;"The King of Fighters '96 (Anniversary Edition 2.0.0430";304x224@59;H
+kof96cn;"The King of Fighters '96 (Chinese Edition ver 1.0, hac";304x224@59;H
+kof96ep;"The King of Fighters '96 (bootleg / hack)";304x224@59;H
+kof96h;"The King of Fighters '96 (NGH-214)";304x224@59;H
+kof97;"The King of Fighters '97 (NGM-2320)";304x224@59;H
+kof97cn;"The King of Fighters '97 (10th Anniversary Chinese Edi";304x224@59;H
+kof97h;"The King of Fighters '97 (NGH-2320)";304x224@59;H
+kof97k;"The King of Fighters '97 (Korean release)";304x224@59;H
+kof97oro;"The King of Fighters '97 oroshi plus 2003";304x224@59;H
+kof97pla;"The King of Fighters '97 Plus 2003 (bootleg / hack)";304x224@59;H
+kof97pls;"The King of Fighters '97 Plus (bootleg)";304x224@59;H
+kof97xt;"The King of Fighters '97 - Final Battle (hack)";304x224@59;H
+kof98;"K.O.F 98' - The King of Fighters '98 - The Slugfest / King of Figh";304x224@59;H
+kof98a;"K.O.F 98' (Unprotected?) - The King of Fighters '98 - The Slugfest / King of Figh";304x224@59;H
+kof98ae;"The King of Fighters '98 (Anniversary Edition, EGHT ha";304x224@59;H
+kof98ae2016;"The King of Fighters '98 (Anniversary Edition build 1.";304x224@59;H
+kof98cb;"The King of Fighters '98 (Combo, hack)";304x224@59;H
+kof98h;"The King of Fighters '98 - The Slugfest / King of Figh";304x224@59;H
+kof98k;"The King of Fighters '98 - The Slugfest / King of Figh";304x224@59;H
+kof98ka;"The King of Fighters '98 - The Slugfest / King of Figh";304x224@59;H
+kof99;"The King of Fighters '99 - The King of Fighters '99 - Millennium Battle (NGM-2510";304x224@59;H
+kof99ae;"The King of Fighters '99 (15th Anniversary Edition)";304x224@59;H
+kof99e;"The King of Fighters '99 - Millennium Battle (earlier)";304x224@59;H
+kof99h;"The King of Fighters '99 - Millennium Battle (NGH-2510";304x224@59;H
+kof99k;"The King of Fighters '99 - Millennium Battle (Korean r";304x224@59;H
+kof99ka;"The King of Fighters '99 - Millennium Battle (Korean r";304x224@59;H
+kof99p;"The King of Fighters '99 - Millennium Battle (prototyp";304x224@59;H
+kog;"King of Gladiator (The King of Fighters '97 bootleg)";304x224@59;H
+kogplus;"King of Gladiator Plus (The King of Fighters '97 bootl";304x224@59;H
+koikois2;"Koi Koi Shimasho 2 - Super Real Hanafuda (Japan)";336x240@60;H
+konami88;"Konami '88";304x224@60;H
+konamigt;"Konami GT";256x224@60;H
+kong;"Crazy Kong - Donkey Kong - Donkey Kong (US set 1) - Kong (Donkey Kong conversion on Galaxian hardware) - Wu Kong Wai Zhuan (Chi)";256x224@60;V
+kontest;"Konami Test Board (GX800, Japan)";256x224@60;H
+korokoro;"Koro Koro Quest (Japan)";320x240@58;H
+korosuke;"Korosuke Roller";288x224@60;V
+koshien;"Ah Eikou no Koshien (Japan) - Nessen Koushien (Jpn)";320x224@60;H
+kotm;"King of the Monsters (Euro) - King of the Monsters (set 1)";304x224@59;H
+kotm2;"King of the Monsters 2 (USA) - King of the Monsters 2 - The Next Thing (NGM-039)(NGH-";304x224@59;H
+kotm2a;"King of the Monsters 2 - The Next Thing (older)";304x224@59;H
+kotm2p;"King of the Monsters 2 - The Next Thing (prototype)";304x224@59;H
+kotmh;"King of the Monsters (set 2)";304x224@59;H
+kov;"Knights of Valour - Sangoku Senki (V117) - Ponpoko (Venture Line)";448x224@60;H
+kov111;"Knights of Valour - Sangoku Senki (V111, Japan)";448x224@60;H
+kov114;"Knights of Valour - Sangoku Senki (V114, Hong Kong)";448x224@60;H
+kov115;"Knights of Valour - Sangoku Senki (V115)";448x224@60;H
+kov2;"Knights of Valour 2 (V107, 102, 100, Hong Kong)";448x224@60;H
+kov2100;"Knights of Valour 2 (V100, 100, 100, Hong Kong)";448x224@60;H
+kov2101;"Knights of Valour 2 (V101, 101, 100, Hong Kong)";448x224@60;H
+kov2102;"Knights of Valour 2 (V102, 101, 100, Hong Kong)";448x224@60;H
+kov2103;"Knights of Valour 2 (V103, 101, 100, Hong Kong)";448x224@60;H
+kov2106;"Knights of Valour 2 (V106, 102, 100 Hong Kong)";448x224@60;H
+kov2p;"Knights of Valour 2 Plus - Nine Dragons (VM205XX, Chin";448x224@60;H
+kov2p202;"Knights of Valour 2 Plus - Nine Dragons (VM202XX)";448x224@60;H
+kov2p204;"Knights of Valour 2 Plus - Nine Dragons (VM204XX)";448x224@60;H
+kovplus;"Knights of Valour Plus - Sangoku Senki Plus (V119)";448x224@60;H
+kovplusa;"Knights of Valour Plus - Sangoku Senki Plus (V119 alt)";448x224@60;H
+kovqhsgs;"Knights of Valour: Quan Huang San Guo Special / Sangok";448x224@60;H
+kovqhsgsa;"Knights of Valour: Quan Huang San Guo Special / Sangok";448x224@60;H
+kovsgqyz;"Knights of Valour: SanGuo QunYingZhuan / Sangoku Senki";448x224@60;H
+kovsgqyza;"Knights of Valour: SanGuo QunYingZhuan / Sangoku Senki";448x224@60;H
+kovsgqyzb;"Knights of Valour: SanGuo QunYingZhuan / Sangoku Senki";448x224@60;H
+kovsgqyzc;"Knights of Valour: SanGuo QunYingZhuan / Sangoku Senki";448x224@60;H
+kovsh;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovsh100;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovsh101;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovsh102;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovsh103;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovshb;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovshp;"Knights of Valour Super Heroes Plus / Sangoku Senki Su";448x224@60;H
+kovshpa;"Knights of Valour Super Heroes Plus / Sangoku Senki Su";448x224@60;H
+kovshxas;"Knights of Valour: Ao Shi San Guo / Sangoku Senki: Ao";448x224@60;H
+kovytzy;"Knights of Valour: Yi Tong Zhong Yuan / Sangoku Senki:";448x224@60;H
+kozure;"Kozure Ookami (Japan)";320x240@60;H
+krzybowl;"Krazy Bowl";320x232@60;V
+ksayakyu;"Kusayakyuu";256x224@60;H
+ktiger;"Black Tiger - Kyukyoku Tiger (Japan) - Kyuukyoku Tiger - Kyuukyoku Tiger (Jpn)";320x240@55;V
+ktiger2;"Kyukyoku Tiger II (Ver 2.1J 1995/11/30)";320x232@60;V
+kuhga;"Kuhga - Operation Code 'Vapor Trail' (Japan revision 3";256x240@58;V
+kungfub;"Kung-Fu Master (bootleg set 1)";256x256@60;H
+kungfub2;"Kung-Fu Master (bootleg set 2)";256x256@60;H
+kungfub3;"Kung-Fu Master (bootleg set 3)";256x256@60;H
+kungfum;"Kung Fu Master (Jpn) - Kung-Fu Master";256x256@60;H
+kungfumd;"Kung-Fu Master (Data East)";256x256@60;H
+kungfut;"Kung-Fu Taikun - Kung-Fu Taikun (Jpn)";256x224@60;H
+kungfuta;"Kung-Fu Taikun (alt) - Kung-Fu Taikun (Jpn, Alt)";256x224@60;H
+kuniokun;"Nekketsu Kouha Kunio-kun (Japan)";240x240@60;H
+kuniokunb;"Nekketsu Kouha Kunio-kun (Japan bootleg)";240x240@60;H
+kurikint;"Kuri Kinton (World)";320x224@60;H
+kurikinta;"Kuri Kinton (World, prototype?)";320x224@60;H
+kurikintj;"Kuri Kinton (Japan)";320x224@60;H
+kurikintu;"Kuri Kinton (US)";320x224@60;H
+kyros;"Kyros";256x224@60;V
+kyrosj;"Kyros No Yakata (Japan)";256x224@60;V
+kyukaidk;"Kyuukai Douchuuki (Japan, new version (Rev B)) - Kyuukai Douchuuki (Jpn)";288x224@60;H
+kyukaidko;"Kyuukai Douchuuki (Japan, old version)";288x224@60;H
+kyustrkr;"Last Striker / Kyuukyoku no Striker";384x240@60;H
+labyrunr;"Labyrinth Runner (Japan)";280x224@60;V
+labyrunrk;"Labyrinth Runner (World Ver. K)";280x224@60;V
+ladybug;"Lady Bug - Lady Bug";240x196@60;V
+ladybugb;"Lady Bug (bootleg set 1)";240x196@60;V
+ladybugb2;"Coccinelle (bootleg of Lady Bug, set 2)";240x196@60;V
+ladybugg;"Lady Bug (bootleg on Galaxian hardware)";256x224@60;V
+ladykill;"Lady Killer";320x240@60;V
+ladymstr;"Lady Master of Kung Fu";256x224@60;V
+lagirl;"LA Girl";320x224@60;V
+landmakr;"Land Maker (Ver 2.01J 1998/06/01)";320x232@60;H
+landmakrp;"Land Maker (Ver 2.02O 1998/06/02) (Prototype)";320x232@60;H
+lans2004;"Lansquenet 2004 (Shock Troopers - 2nd Squad bootleg)";304x224@59;H
+lasso;"Lasso";256x224@60;V
+lastblad;"The Last Blade / Bakumatsu Roman - Gekka no Kenshi (NG";320x224@59;H
+lastblada;"The Last Blade / Bakumatsu Roman - Gekka no Kenshi (NG";320x224@59;H
+lastbladh;"The Last Blade / Bakumatsu Roman - Gekka no Kenshi (NG";320x224@59;H
+lastbladsp;"The Last Soldier (Special 2017, hack)";320x224@59;H
+lastbld2;"The Last Blade 2 / Bakumatsu Roman - Dai Ni Maku Gekka";320x224@59;H
+lastbld2eh;"The Last Blade 2 / Bakumatsu Roman - Dai Ni Maku Gekka";320x224@59;H
+lastday;"The Last Day (set 1)";384x240@60;V
+lastdaya;"The Last Day (set 2)";384x240@60;V
+lastduel;"Last Duel (US New Ver.)";384x240@60;V
+lastduelb;"Last Duel (bootleg)";384x240@60;V
+lastduelj;"Last Duel (Japan)";384x240@60;V
+lastduelo;"Last Duel (US Old Ver.)";384x240@60;V
+lastfort;"Last Fortress - Toride";360x224@60;H
+lastforte;"Last Fortress - Toride (Erotic, Rev C)";360x224@60;H
+lastfortea;"Last Fortress - Toride (Erotic, Rev A)";360x224@60;H
+lastfortg;"Last Fortress - Toride (German)";360x224@60;H
+lastfortk;"Last Fortress - Toride (Korea)";360x224@60;H
+lasthope;"Last Hope (bootleg AES to MVS conversion, no coin supp";304x224@59;H
+lastmisn;"Last Mission (US revision 6)";256x240@58;V
+lastmisnj;"Last Mission (Japan)";256x240@58;V
+lastmisno;"Last Mission (US revision 5)";256x240@58;V
+lastsold;"The Last Soldier (Korean release of The Last Blade)";320x224@59;H
+lastsurv;"Last Survivor (FD1094 317-0083)";320x224@60;H
+lastsurvd;"Last Survivor (FD1094 317-0083 decrypted)";320x224@60;H
+lbowling;"League Bowling (NGM-019)(NGH-019)";304x224@59;H
+ldrun;"Lode Runner (Euro, Jpn) - Lode Runner (Jpn) - Lode Runner (set 1) - Lode Runner - Lost Labyrinth";384x256@60;H
+ldrun2;"Lode Runner II (Jpn) - Lode Runner II - The Bungeling Strikes Back";384x256@60;H
+ldrun3;"Lode Runner III - The Golden Labyrinth";384x256@60;H
+ldrun3j;"Lode Runner III - Majin No Fukkatsu";384x256@60;H
+ldrun4;"Lode Runner IV - Teikoku Karano Dasshutsu";384x256@60;H
+ldruna;"Lode Runner (Jpn, Alt) - Lode Runner (set 2)";384x256@60;H
+leaguemn;"Yakyuu Kakutou League-Man (Japan)";320x240@60;H
+leds2011;"Led Storm Rally 2011 (World)";384x240@60;V
+leds2011u;"Led Storm Rally 2011 (US)";384x240@60;V
+ledstorm;"Led Storm (US)";384x240@60;V
+legend;"Legend - Oriental Legend - Xi Yo Gi Shi Re Zuang (V126)";288x224@60;H
+legendos;"Legend of Success Joe / Ashitano Joe Densetsu";304x224@59;H
+legion;"Legion - Spinner-87 (World ver 2.03)";288x224@60;V
+legionj;"Chouji Meikyuu Legion (Japan ver 1.05)";288x224@60;V
+legionjb;"Chouji Meikyuu Legion (Japan ver 1.05, bootleg)";288x224@60;V
+legofair;"Koukuu Kihei Monogatari - The Legend of Air Cavalry (J";400x224@60;V
+lemmings;"Lemmings (Euro) - Lemmings (Euro, Bra, Kor) - Lemmings (US prototype) - Lemmings (World)";320x224@60;H
+lethalen;"Lethal Enforcers (Euro) - Lethal Enforcers (ver UAE, 11/19/92 15:04)";288x224@60;H
+lethaleneaa;"Lethal Enforcers (ver EAA, 09/09/92 09:44)";288x224@60;H
+lethaleneab;"Lethal Enforcers (ver EAB, 10/14/92 19:53)";288x224@60;H
+lethaleneae;"Lethal Enforcers (ver EAE, 11/19/92 16:24)";288x224@60;H
+lethalenua;"Lethal Enforcers (ver UAA, 08/17/92 21:38)";288x224@60;H
+lethalenub;"Lethal Enforcers (ver UAB, 09/01/92 11:12)";288x224@60;H
+lethalenux;"Lethal Enforcers (ver unknown, US, 08/06/92 15:11, hac";288x224@60;H
+lethalth;"Lethal Thunder (World)";320x240@60;V
+levers;"Levers";256x224@60;V
+lghost;"Laser Ghost (Euro) - Laser Ghost (set 2, World, 317-0166)";320x224@60;H
+lghostd;"Laser Ghost (set 2, World, 317-0166 decrypted)";320x224@60;H
+lghostu;"Laser Ghost (set 1, US, 317-0165)";320x224@60;H
+lghostud;"Laser Ghost (set 1, US, 317-0165 decrypted)";320x224@60;H
+lgtnfght;"Lightning Fighters (World)";288x224@60;V
+lgtnfghta;"Lightning Fighters (Asia)";288x224@60;V
+lgtnfghtu;"Lightning Fighters (US)";288x224@60;V
+lhcdb;"Last Hope CD Beta (Neo CD conversion)";304x224@59;H
+liblrabl;"Libble Rabble";288x224@60;H
+lifefrce;"Lifeforce (US)";256x224@60;H
+lifefrcej;"Lifeforce (Japan)";256x224@60;H
+lightbr;"Light Bringer (Ver 2.2O 1994/04/08)";320x224@60;H
+lightbrj;"Light Bringer (Ver 2.1J 1994/02/18)";320x224@60;H
+liquidk;"Liquid Kids (World)";320x224@60;H
+liquidku;"Liquid Kids (US)";320x224@60;H
+lithero;"Little Hero";384x256@60;H
+livequiz;"Live Quiz Show";320x224@60;H
+lizwiz;"Lizard Wizard";288x224@60;V
+lkage;"The Legend of Kage";240x224@60;H
+lkageb;"The Legend of Kage (bootleg set 1)";240x224@60;H
+lkageb2;"The Legend of Kage (bootleg set 2)";240x224@60;H
+lkageb3;"The Legend of Kage (bootleg set 3)";240x224@60;H
+lkageo;"The Legend of Kage (older)";240x224@60;H
+lkageoo;"The Legend of Kage (oldest)";240x224@60;H
+lnc;"College Football's National Championship (USA) - Lock'n'Chase";242x240@60;V
+lockonph;"Lock On (Philko)";320x224@60;H
+locoboot;"Loco-Motion (bootleg)";256x224@60;V
+locomotn;"Loco-Motion";256x224@60;V
+loderndf;"Lode Runner - The Dig Fight (ver. B)";240x640@60;V
+loderndfa;"Lode Runner - The Dig Fight (ver. A)";240x640@60;V
+loffire;"Line of Fire (Euro, Bra, Kor) - Line of Fire / Bakudan Yarou (World, FD1094 317-0136)";320x224@60;H
+loffired;"Line of Fire / Bakudan Yarou (World, FD1094 317-0136 d";320x224@60;H
+loffirej;"Line of Fire / Bakudan Yarou (Japan, FD1094 317-0134)";320x224@60;H
+loffirejd;"Line of Fire / Bakudan Yarou (Japan, FD1094 317-0134 d";320x224@60;H
+loffireu;"Line of Fire / Bakudan Yarou (US, FD1094 317-0135)";320x224@60;H
+loffireud;"Line of Fire / Bakudan Yarou (US, FD1094 317-0135 decr";320x224@60;H
+logicpr2;"Logic Pro 2 (Japan)";320x224@60;H
+logicpro;"Logic Pro (Japan)";320x224@60;H
+loht;"Legend of Hero Tonma - Legend of Hero Tonma - Legend of Hero Tonma";384x256@55;H
+lohtb;"Legend of Hero Tonma (bootleg, set 1)";384x256@55;H
+lohtb2;"Legend of Hero Tonma (bootleg, set 2)";384x256@55;H
+lohtj;"Legend of Hero Tonma (Japan)";384x256@55;H
+lomakai;"Legend of Makai (World)";256x224@60;H
+looper;"Looper";256x224@60;H
+lordgun;"Lord of Gun (USA)";448x224@60;H
+lordofk;"The Lord of King (Japan)";256x224@60;H
+losttomb;"Lost Tomb (Easy)";256x224@60;V
+losttombh;"Lost Tomb (Hard)";256x224@60;V
+lostwrld;"Lost Worlds (Japan) - The Lost World - Jurassic Park (Euro, USA) - The Lost World - Jurassic Park (USA)";384x224@60;H
+lostwrldo;"Lost Worlds (Japan Old ver.)";384x224@60;H
+lotlot;"Lot Lot - Lot Lot (Jpn)";384x256@60;H
+loverboy;"Lover Boy";240x224@60;V
+lresort;"Last Resort";304x224@59;H
+lresortp;"Last Resort (prototype)";304x224@59;H
+ltorb1;"Jonas Indiana and the Lost Temple of RA (20050717)";304x224@59;H
+ltswords;"Lightning Swords";384x256@55;H
+luckywld;"Lucky & Wild";288x224@60;H
+luckywldj;"Lucky & Wild (Japan)";288x224@60;H
+luctoday;"Lucky Today";256x224@60;V
+lvgirl94;"Las Vegas Girl (Girl '94)";368x224@60;H
+lwings;"Legendary Wings (US set 1)";256x240@60;V
+lwings2;"Legendary Wings (US set 2)";256x240@60;V
+lwingsb;"Legendary Wings (bootleg)";256x240@60;V
+lwingsj;"Ares no Tsubasa (Japan)";256x240@60;V
+m660;"Mission 660 (US)";256x224@60;V
+m660b;"Mission 660 (bootleg)";256x224@60;V
+m660j;"Mission 660 (Japan)";256x224@60;V
+mach9;"Mach-9 (bootleg of Vulgus)";256x224@60;V
+macross;"Choujikuu Yousai Macross (Jpn) - Super Spacefortress Macross / Chou-Jikuu Yousai Macros";256x224@56;V
+macross2;"Super Spacefortress Macross II / Chou-Jikuu Yousai Mac";384x224@56;H
+macross2g;"Super Spacefortress Macross II / Chou-Jikuu Yousai Mac";384x224@56;H
+macross2k;"Macross II (Korea)";384x224@56;H
+macrossp;"Macross Plus";384x240@60;V
+madcrash;"Mad Crasher";288x216@60;H
+madcrush;"Mad Crusher (Japan)";288x216@60;H
+madgear;"Mad Gear (US)";384x240@60;V
+madgearj;"Mad Gear (Japan)";384x240@60;V
+madshark;"Mad Shark";384x224@60;V
+magdrop;"Magical Drop (Japan, Version 1.1, 1995.06.21)";320x240@58;H
+magdrop2;"Magical Drop II";304x224@59;H
+magdrop3;"Magical Drop III";304x224@59;H
+magdropp;"Magical Drop Plus 1 (Japan, Version 2.1, 1995.09.12)";320x240@58;H
+magicbub;"Magic Bubble";320x224@60;H
+magicbuba;"Magic Bubble (Adult version, YS-1302 PCB)";320x224@60;H
+magicbubb;"Magic Bubble (Adult version, YS-0211 PCB)";320x224@60;H
+magix;"Magix / Rock";384x240@60;H
+magixb;"Magix / Rock (no copyright message)";384x240@60;H
+maglord;"Magician Lord (NGM-005)";320x224@59;H
+maglordh;"Magician Lord (NGH-005)";320x224@59;H
+mahoudai;"Mahou Daisakusen (Japan)";320x240@60;V
+mahretsu;"Mahjong Kyo Retsuden (NGM-004)(NGH-004)";304x224@59;H
+mainevt;"The Main Event (4 Players ver. Y)";288x224@60;H
+mainevt2p;"The Main Event (2 Players ver. X)";288x224@60;H
+mainevto;"The Main Event (4 Players ver. F)";288x224@60;H
+mainsnk;"Main Event (1984)";288x216@60;H
+majest12j;"Majestic Twelve - The Space Invaders Part IV (Japan)";320x224@60;V
+majest12u;"Majestic Twelve - The Space Invaders Part IV (US)";320x224@60;V
+majtitl2;"Major Title 2 (World)";320x240@60;H
+majtitl2a;"Major Title 2 (World, set 1, alt sound CPU)";320x240@60;H
+majtitl2b;"Major Title 2 (World, set 2)";320x240@60;H
+majtitl2j;"Major Title 2 (Japan)";320x240@60;H
+majtitle;"Major Title (World)";384x256@55;H
+majtitlej;"Major Title (Japan)";384x256@55;H
+majuu;"Majuu no Ohkoku";320x224@60;H
+makaiden;"Makai Densetsu (Japan)";256x224@60;H
+makaimur;"Makai-Mura (Japan)";256x224@60;H
+makaimurc;"Makai-Mura (Japan revision C)";256x224@60;H
+makaimurg;"Makai-Mura (Japan revision G)";256x224@60;H
+maketrax;"Make Trax (set 1)";288x224@60;V
+maketrxb;"Make Trax (set 2)";288x224@60;V
+mangchi;"Mang-Chi";256x224@56;H
+manhatan;"Manhattan 24 Bunsyo (Japan)";240x224@60;H
+maniacsp;"Maniac Square (prototype)";320x240@60;H
+maniacsq;"Maniac Square (unprotected)";320x240@60;H
+manybloc;"Many Block";256x240@56;V
+mappy;"Hopping Mappy - Mappy (Jpn) - Mappy (Jpn) - Mappy (US)";288x224@60;V
+mappyj;"Mappy (Japan)";288x224@60;V
+marble;"Marble Madness";336x240@60;H
+marineb;"Marine Boy";256x224@60;H
+mariner;"Mariner";256x224@60;V
+mario;"Mario Bros. (US, Revision F)";256x224@60;H
+marioe;"Mario Bros. (US, Revision E)";256x224@60;H
+marioj;"Mario Bros. (Japan)";256x224@60;H
+marioo;"Mario Bros. (US, Unknown Rev)";256x224@60;H
+markham;"Markham";240x224@60;H
+mars;"Escape from Mars Starring Taz (Euro) - Mars - Taz in Escape from Mars (Bra) - Taz in Escape from Mars (Euro, USA)";256x224@60;V
+martmast;"Martial Masters (V104, 102, 102, USA)";448x224@60;H
+martmastc;"Martial Masters (V104, 102, 101, China)";448x224@60;H
+martmastc102;"Martial Masters (V102, 101, 101, China)";448x224@60;H
+martmastc103;"Martial Masters (V103, 102, 101, China)";448x224@60;H
+marukin;"Super Marukin-Ban (Japan 901017)";384x240@60;H
+marukodq;"Chibi Marukochan Deluxe Quiz";304x224@59;H
+marvins;"Marvin's Maze";288x216@60;V
+marvland;"Marvel Land (US) - Marvel Land (USA)";288x224@60;H
+marvlandj;"Marvel Land (Japan) - Marvel Land (Jpn)";288x224@60;H
+masao;"Masao";256x224@60;H
+masterw;"Master of Weapon (World)";320x224@60;V
+masterwj;"Master of Weapon (Japan)";320x224@60;V
+masterwu;"Master of Weapon (US)";320x224@60;V
+mastkin;"The Masters of Kin";256x224@60;H
+matchit2;"Match It II";384x240@60;H
+matrim;"Matrimelee / Shin Gouketsuji Ichizoku Toukon (NGM-2660";320x224@59;H
+matrimbl;"Matrimelee / Shin Gouketsuji Ichizoku Toukon (bootleg)";320x224@59;H
+mazinger;"Mazinger Z (World, ver. 94/06/27)";384x240@58;V
+mazingerj;"Mazinger Z (Japan, ver. 94/06/27)";384x240@58;V
+mbomberj;"Muscle Bomber - the body explosion (930713 Japan)";384x224@60;H
+mbombrd;"Muscle Bomber Duo - ultimate team battle (931206 etc)";384x224@60;H
+mbombrdj;"Muscle Bomber Duo - heat up warriors (931206 Japan)";384x224@60;H
+mbrush;"Magic Brush";288x224@60;V
+mcatadv;"Magical Cat Adventure";320x224@60;H
+mcatadvj;"Magical Cat Adventure (Japan)";320x224@60;H
+mchampdx;"Multi Champ Deluxe (ver. 0106, 06/01/2000)";320x240@60;H
+mchampdxa;"Multi Champ Deluxe (ver. 1126, 26/11/1999)";320x240@60;H
+mechatt;"Mechanized Attack (World)";256x224@60;H
+mechattj;"Mechanized Attack (Japan)";256x224@60;H
+mechattu;"Mechanized Attack (US)";256x224@60;H
+mechattu1;"Mechanized Attack (US, Version 1, Single Player)";256x224@60;H
+megablst;"Mega Blast (World)";320x224@60;H
+megablstj;"Mega Blast (Japan)";320x224@60;H
+megablstu;"Mega Blast (US)";320x224@60;H
+megadon;"Megadon";272x236@60;V
+megaman;"Mega Man (Euro, USA) - Mega Man - the power battle (951006 USA) - Mega Man - The Wily Wars (Euro)";384x224@60;H
+megaman2;"Mega Man 2 - the power fighters (960708 USA)";384x224@60;H
+megaman2a;"Mega Man 2 - the power fighters (960708 Asia)";384x224@60;H
+megaman2h;"Mega Man 2 - the power fighters (960712 Hispanic)";384x224@60;H
+megamana;"Mega Man - the power battle (951006 Asia)";384x224@60;H
+megamn2d;"Mega Man 2 - the power fighters (960708 USA Phoenix Ed";384x224@60;H
+megazone;"Mega Zone (Konami set 1)";288x224@60;V
+megazonea;"Mega Zone (Konami set 2)";288x224@60;V
+megazoneb;"Mega Zone (Kosuka set 1)";288x224@60;V
+megazonec;"Mega Zone (Kosuka set 2)";288x224@60;V
+megazonei;"Mega Zone (Interlogic)";288x224@60;V
+meijinsn;"Meijinsen";232x224@60;H
+meikyuh;"Meikyuu Hunter G (Japan, set 1)";256x240@58;H
+meikyuha;"Meikyuu Hunter G (Japan, set 2)";256x240@58;H
+meosism;"Meosis Magic (Japan)";338x236@60;H
+mercenario;"Mercenario (Commando bootleg)";256x224@60;V
+mercs;"Mercs (900302 etc) - Mercs (Euro, Bra) - Mercs (Euro, USA) ~ Senjou no Ookami II (Jpn)";384x224@60;V
+mercsj;"Senjo no Ookami II (Ookami 2 900302 Japan)";384x224@60;V
+mercsu;"Mercs (900608 USA)";384x224@60;V
+mercsur1;"Mercs (900302 USA)";384x224@60;V
+merlinmm;"Merlins Money Maze";256x224@60;V
+metafox;"Meta Fox";384x224@60;V
+metalb;"Metal Black (World)";320x224@60;H
+metalbj;"Metal Black (Japan)";320x224@60;H
+metamrph;"Metamorphic Force (ver EAA)";288x224@60;H
+metamrpha;"Metamorphic Force (ver AAA)";288x224@60;H
+metamrphe;"Metamorphic Force (ver EAA - alternate)";288x224@60;H
+metamrphj;"Metamorphic Force (ver JAA)";288x224@60;H
+metamrphu;"Metamorphic Force (ver UAA)";288x224@60;H
+metlfrzr;"Metal Freezer";256x224@60;V
+metlhawk;"Metal Hawk (Rev C)";288x224@60;V
+metlhawkj;"Metal Hawk (Japan, Rev F)";288x224@60;V
+metlsavr;"Metal Saver";320x240@60;H
+metmqstr;"Metamoqester (International)";384x240@58;H
+metrocrs;"Metro-Cross (set 1)";288x224@60;H
+metrocrsa;"Metro-Cross (set 2)";288x224@60;H
+mgakuen;"Mahjong Gakuen";384x240@60;H
+mgakuen2;"Mahjong Gakuen 2 Gakuen-chou no Fukushuu";384x240@60;H
+mgcrystl;"Magical Crystals (World, 92/01/10)";256x224@60;H
+mgcrystlj;"Magical Crystals (Japan, 92/01/13)";256x224@60;H
+mgcrystlo;"Magical Crystals (World, 91/12/10)";256x224@60;H
+mia;"M.I.A. - Missing in Action (version T)";304x224@60;H
+mia2;"M.I.A. - Missing in Action (version S)";304x224@60;H
+miaj;"M.I.A. - Missing in Action (version R) (Japan)";320x224@60;H
+midres;"Midnight Resistance (USA) - Midnight Resistance (World)";256x240@57;H
+midresj;"Midnight Resistance (Japan) - Midnight Resistance (Jpn)";256x240@57;H
+midresu;"Midnight Resistance (US)";256x240@57;H
+miexchng;"Money Puzzle Exchanger / Money Idol Exchanger";304x224@59;H
+mikie;"Mikie - Mikie. Shinnyuushain Tooru-Kun.";256x224@60;V
+mikiehs;"Mikie (High School Graffiti)";256x224@60;V
+mikiej;"Shinnyuushain Tooru-kun";256x224@60;V
+milliped;"Millipede";256x240@60;V
+mimonkey;"Mighty Monkey";256x224@60;V
+mimonsco;"Mighty Monkey (bootleg on Super Cobra hardware)";256x224@60;V
+mimonscr;"Mighty Monkey (bootleg on Scramble hardware)";256x224@60;V
+mimonscra;"Mighty Monkey (Kaina Games, bootleg on Scramble hardwa";256x224@60;V
+minasan;"Minasanno Okagesamadesu! Daisugorokutaikai (MOM-001)(M";304x224@59;H
+minefld;"Minefield";256x224@60;V
+minivadr;"Minivader";256x224@60;H
+mirax;"Mirax (set 1)";256x240@60;V
+miraxa;"Mirax (set 2)";256x240@60;V
+mirninja;"Mirai Ninja (Japan)";288x224@60;H
+missmw96;"Miss Mister World '96 (Nude)";256x224@60;H
+missw02;"Miss World 2002";256x224@60;H
+missw96;"Miss World '96 (Nude) (set1)";256x224@60;H
+missw96a;"Miss World '96 (Nude) (set 2)";256x224@60;H
+missw96b;"Miss World '96 (Nude) (set 3)";256x224@60;H
+missw96c;"Miss World '96 (Nude) (set 4)";256x224@60;H
+mizubaku;"Mizubaku Dai Bouken - Mizubaku Daibouken (Japan)";320x224@60;H
+mj4simai;"Wakakusamonogatari Mahjong Yonshimai (Japan)";384x240@60;H
+mjgtaste;"Mahjong G-Taste";320x224@60;H
+mjleague;"Major League";320x224@60;V
+mjnquest;"Mahjong Quest (Japan)";320x224@60;H
+mjnquestb;"Mahjong Quest (No Nudity)";320x224@60;H
+mk;"Mortal Kombat";400x254@54.7;H
+mkr4;"Mortal Kombat r4";400x254@54.7;H
+mktturbo;"Mortal Kombat turbo";400x254@54.7;H
+mk2;"Mortal Kombat II";400x254@54.7;H
+mltiwars;"Multi Wars (bootleg of UniWar S)";256x224@60;V
+mmancp2u;"Mega Man - The Power Battle (951006 USA, SAMPLE Versio";384x224@60;H
+mmancp2ur1;"Mega Man - The Power Battle (950926 USA, SAMPLE Versio";384x224@60;H
+mmatrix;"Mars Matrix (000412 USA)";384x224@60;H
+mmatrixd;"Mars Matrix (000412 USA Phoenix Edition)";384x224@60;H
+mmatrixj;"Mars Matrix (000412 Japan)";384x224@60;H
+mmaulers;"Monster Maulers (ver EAA)";288x224@60;H
+mmaze;"Marchen Maze (Japan)";288x224@60;H
+mmaze2;"Marchen Maze (Japan, hack?)";288x224@60;H
+mmonkey;"Minky Monkey";242x240@60;V
+mnchmobl;"Munch Mobile (US)";320x240@60;V
+mnight;"Mutant Night";256x192@60;H
+mnightj;"Mutant Night (Japan)";256x192@60;H
+moegonta;"Moeyo Gonta!! (Japan)";320x240@60;V
+mofflott;"Maze of Flott (Japan)";320x240@60;V
+moguchan;"Mogu Chan (bootleg?)";256x224@60;V
+mogura;"Mogura Desse";320x256@60;H
+mole;"Mole Attack - Mr. Mole";320x200@60;H
+momoko;"Momoko 120% (Japanese text)";240x224@60;H
+momokob;"Momoko 120% (bootleg)";240x224@60;H
+momokoe;"Momoko 120% (English text)";240x224@60;H
+monkelf;"Monky Elf (Korean bootleg of Avenging Spirit)";256x224@60;H
+moomesa;"Wild West C.O.W.-Boys of Moo Mesa (ver EAB)";384x224@60;H
+moomesaaab;"Wild West C.O.W.-Boys of Moo Mesa (ver AAB)";384x224@60;H
+moomesauab;"Wild West C.O.W.-Boys of Moo Mesa (ver UAB)";384x224@60;H
+moomesauac;"Wild West C.O.W.-Boys of Moo Mesa (ver UAC)";384x224@60;H
+moonal2;"Moon Alien Part 2";256x224@60;V
+moonal2b;"Moon Alien Part 2 (older version)";256x224@60;V
+moonaln;"Moon Alien";256x224@60;V
+mooncmw;"Moon War (Moon Cresta bootleg)";256x224@60;V
+mooncptc;"Moon Cresta (Petaco S.A. Spanish bootleg)";256x224@60;V
+mooncreg;"Moon Cresta (Electrogame S.A. Spanish bootleg)";256x224@60;V
+mooncrgx;"Moon Cresta (Galaxian hardware)";256x224@60;V
+mooncrs2;"Moon Cresta (bootleg set 2)";256x224@60;V
+mooncrs3;"Moon Cresta (bootleg set 3)";256x224@60;V
+mooncrs4;"Moon Crest";256x224@60;V
+mooncrsb;"Moon Cresta (bootleg set 1)";256x224@60;V
+mooncrsl;"Cresta Mundo (Laguna S.A. Spanish Moon Cresta bootleg)";256x224@60;V
+mooncrst;"Moon Cresta (Nichibutsu)";256x224@60;V
+mooncrstg;"Moon Cresta (Gremlin)";256x224@60;V
+mooncrsto;"Moon Cresta (Nichibutsu, old rev)";256x224@60;V
+mooncrstso;"Moon Cresta (SegaSA / Sonic)";256x224@60;V
+mooncrstu;"Moon Cresta (Nichibutsu USA, unencrypted)";256x224@60;V
+mooncrstuk;"Moon Cresta (Nichibutsu UK)";256x224@60;V
+mooncrstuku;"Moon Cresta (Nichibutsu UK, unencrypted)";256x224@60;V
+moonqsr;"Moon Quasar";256x224@60;V
+moonwar;"Moonwar";256x224@60;V
+moonwara;"Moonwar (older)";256x224@60;V
+moremore;"More More";256x224@58;H
+moremorp;"More More Plus";256x224@58;H
+moshougi;"Syougi No Tatsujin - Master of Shougi";304x224@59;H
+motorace;"MotoRace USA";240x256@60;V
+motos;"Motos";288x224@60;V
+mototour;"MotoTour / Zippy Race (Tecfri license)";240x256@60;V
+mouser;"Mouser - Mouser (Jpn)";256x224@60;V
+mouserc;"Mouser (Cosmos)";256x224@60;V
+mpang;"Mighty! Pang (001010 Euro)";384x224@60;H
+mpangj;"Mighty! Pang (001011 Japan)";384x224@60;H
+mpangjd;"Mighty! Pang (001011 Japan Phoenix Edition)";384x224@60;H
+mpangr1;"Mighty! Pang (000925 Euro)";384x224@60;H
+mpangu;"Mighty! Pang (001010 USA)";384x224@60;H
+mplanets;"Mad Planets";256x240@60;V
+mplanetsuk;"Mad Planets (UK)";256x240@60;V
+mrdo;"Mr. Do (Jpn) - Mr. Do! - Mr. Do! - Neo Mr. Do!";240x192@60;V
+mrdofix;"Mr. Do! (bugfixed)";240x192@60;V
+mrdot;"Mr. Do! (Taito license)";240x192@60;V
+mrdoy;"Mr. Do! (prototype)";240x192@60;V
+mrdu;"Mr. Du!";240x192@60;V
+mrflea;"The Amazing Adventures of Mr. F. Lea";256x248@60;V
+mrgoemon;"Mr. Goemon (Japan)";240x224@60;H
+mrheli;"Mr. HELI no Dai-Bouken - Mr. Heli no Daibouken";384x256@55;H
+mrjong;"Mr. Jong (Japan)";240x224@60;V
+mrkougar;"Mr. Kougar";256x224@60;V
+mrkougar2;"Mr. Kougar (earlier)";256x224@60;V
+mrkougb;"Mr. Kougar (bootleg set 1)";256x224@60;V
+mrkougb2;"Mr. Kougar (bootleg set 2)";256x224@60;V
+mrlo;"Mr. Lo!";240x192@60;V
+mrtnt;"Mr. TNT";288x224@60;V
+mrviking;"Mister Viking (315-5041)";240x224@60;V
+mrvikingj;"Mister Viking (315-5041, Japan)";240x224@60;V
+ms4plus;"Metal Slug 4 Plus (bootleg)";304x224@59;H
+ms5pcb;"Metal Slug 5 (JAMMA PCB)";304x224@59;H
+ms5plus;"Metal Slug 5 Plus (bootleg)";304x224@59;H
+msbingo;"Miss Bingo";320x224@60;H
+mschamp;"Ms. Pacman Champion Edition / Zola-Puc Gal";288x224@60;V
+mschamps;"Ms. Pacman Champion Edition / Super Zola Pac Gal";288x224@60;V
+msgogo;"Mouse Shooter GoGo";320x224@60;H
+msgundam;"Mobile Suit Gundam";384x240@57;H
+msgundam1;"Mobile Suit Gundam (Japan)";384x240@57;H
+msh;"Marvel Super Heroes (951024 Euro)";384x224@60;H
+msha;"Marvel Super Heroes (951024 Asia)";384x224@60;H
+mshb;"Marvel Super Heroes (951117 Brazil)";384x224@60;H
+msheartb;"Ms. Pac-Man Heart Burn";288x224@60;V
+mshh;"Marvel Super Heroes (951117 Hispanic)";384x224@60;H
+mshj;"Marvel Super Heroes (951117 Japan)";384x224@60;H
+mshjr1;"Marvel Super Heroes (951024 Japan)";384x224@60;H
+mshu;"Marvel Super Heroes (951024 USA)";384x224@60;H
+mshud;"Marvel Super Heroes (951024 USA Phoenix Edition)";384x224@60;H
+mshuttle;"Moon Shuttle (US?)";256x224@60;H
+mshuttle2;"Moon Shuttle (US? set 2)";256x224@60;H
+mshuttlej;"Moon Shuttle (Japan)";256x224@60;H
+mshuttlej2;"Moon Shuttle (Japan set 2)";256x224@60;H
+mshvsf;"Marvel Super Heroes vs Street Fighter (970625 Euro)";384x224@60;H
+mshvsfa;"Marvel Super Heroes vs Street Fighter (970625 Asia)";384x224@60;H
+mshvsfa1;"Marvel Super Heroes vs Street Fighter (970620 Asia)";384x224@60;H
+mshvsfb;"Marvel Super Heroes vs Street Fighter (970827 Brazil)";384x224@60;H
+mshvsfb1;"Marvel Super Heroes vs Street Fighter (970625 Brazil)";384x224@60;H
+mshvsfh;"Marvel Super Heroes vs Street Fighter (970625 Hispanic";384x224@60;H
+mshvsfj;"Marvel Super Heroes vs Street Fighter (970707 Japan)";384x224@60;H
+mshvsfj1;"Marvel Super Heroes vs Street Fighter (970702 Japan)";384x224@60;H
+mshvsfj2;"Marvel Super Heroes vs Street Fighter (970625 Japan)";384x224@60;H
+mshvsfu;"Marvel Super Heroes vs Street Fighter (970827 USA)";384x224@60;H
+mshvsfu1;"Marvel Super Heroes vs Street Fighter (970625 USA)";384x224@60;H
+mshvsfu1d;"Marvel Super Heroes vs Street Fighter (970625 USA Phoe";384x224@60;H
+mslider;"Monster Slider (Japan)";352x240@60;H
+mslug;"Metal Slug - Super Vehicle-001";304x224@59;H
+mslug2;"Metal Slug 2 - Super Vehicle-001/II (NGM-2410) (NGH-24";304x224@59;H
+mslug2t;"Metal Slug 2 Turbo (NGM-9410)";304x224@59;H
+mslug3;"Metal Slug 3 (NGM-2560)";304x224@59;H
+mslug3b6;"Metal Slug 6 (Metal Slug 3 bootleg)";304x224@59;H
+mslug3h;"Metal Slug 3 (NGH-2560)";304x224@59;H
+mslug3v;"Metal Slug 3 (NGH-2560) (Enhanced Violence Version hac";304x224@59;H
+mslug4;"Metal Slug 4 (NGM-2630)";304x224@59;H
+mslug4h;"Metal Slug 4 (NGH-2630)";304x224@59;H
+mslug5;"Metal Slug 5 (NGM-2680)";304x224@59;H
+mslug5b;"Metal Slug 5 (bootleg)";304x224@59;H
+mslug5h;"Metal Slug 5 (NGH-2680)";304x224@59;H
+mslugx;"Metal Slug X - Super Vehicle-001 (NGM-2500)(NGH-2500)";304x224@59;H
+mspacmab;"MS Pacman (bootleg)";288x224@60;V
+mspacman;"MS Pacman - Ms. Pac-Man (Euro, Bra) - Ms. Pac-Man (Euro, USA) - Ms. Pac-Man (USA)";288x224@60;V
+mspacmanbcc;"Come-Cocos (Ms. Pac-Man) ('Made in Greece' Tecnausa bo";288x224@60;V
+mspacmanbg;"Ms. Pac-Man ('Made in Greece' bootleg)";288x224@60;V
+mspacmanbgd;"Miss Pukman ('Made in Greece' Datamat bootleg)";288x224@60;V
+mspacmanbhe;"Come-Cocos (Ms. Pac-Man) ('Made in Greece' Herle SA bo";288x224@60;V
+mspacmanblt;"Miss Pukman ('Made in Greece' Triunvi bootleg)";288x224@60;V
+mspacmat;"Ms. Pac Attack";288x224@60;V
+mspacmbe;"Ms. Pac-Man (bootleg, encrypted)";288x224@60;V
+mspacmnf;"Ms. Pac-Man (with speedup hack)";288x224@60;V
+mspacpls;"Ms. Pac-Man Plus";288x224@60;V
+mspuzzle;"Miss Puzzle";320x224@60;V
+mspuzzleg;"Miss Puzzle (Clone of Gumbo)";320x224@60;H
+mstadium;"Main Stadium (Japan ver. 4)";288x224@60;H
+mstworld;"Monsters World (bootleg of Super Pang)";384x240@60;H
+msword;"Magic Sword - heroic fantasy (25.07.1990 other country";384x224@60;H
+mswordj;"Magic Sword (23.06.1990 Japan)";384x224@60;H
+mswordr1;"Magic Sword - heroic fantasy (23.06.1990 other country";384x224@60;H
+mswordu;"Magic Sword - heroic fantasy (25.07.1990 USA)";384x224@60;H
+mtlchamp;"Martial Champion (ver EAB)";384x224@60;H
+mtlchamp1;"Martial Champion (ver EAA)";384x224@60;H
+mtlchampa;"Martial Champion (ver AAA)";384x224@60;H
+mtlchampj;"Martial Champion (ver JAA)";384x224@60;H
+mtlchampu;"Martial Champion (ver UAE)";384x224@60;H
+mtlchampu1;"Martial Champion (ver UAD)";384x224@60;H
+mtwins;"Mega Twins (chiki chiki boys 900619 etc)";384x224@60;H
+mugsmash;"Mug Smashers";320x240@60;H
+multchmp;"Multi Champ (World)";320x240@60;H
+multchmpa;"Multi Champ (World, older)";320x240@60;H
+multchmpk;"Multi Champ (Korea, older)";320x240@60;H
+multi96;"Multi Game '96 (Italy)";256x224@58;H
+mustache;"Mustache Boy (Japan)";240x248@57;V
+mustachei;"Mustache Boy (Italy)";240x248@57;V
+mustang;"US AAF Mustang (25th May. 1990)";256x224@56;H
+mustangb;"US AAF Mustang (bootleg)";256x224@56;H
+mustangb2;"US AAF Mustang (TAB Austria bootleg)";256x224@56;H
+mustangs;"US AAF Mustang (25th May. 1990 / Seoul Trading)";256x224@56;H
+mutantf;"Mutant Fighter (World ver EM-5)";320x240@58;H
+mutantf2;"Mutant Fighter (World ver EM-2)";320x240@58;H
+mutantf3;"Mutant Fighter (World ver EM-3)";320x240@58;H
+mutantf4;"Mutant Fighter (World ver EM-4)";320x240@58;H
+mutnat;"Mutation Nation (NGM-014)(NGH-014)";304x224@59;H
+mvp;"MVP (set 2, US, FD1094 317-0143)";320x224@60;H
+mvpd;"MVP (set 2, US, FD1094 317-0143 decrypted)";320x224@60;H
+mvpj;"MVP (set 1, Japan, FD1094 317-0142)";320x224@60;H
+mvpjd;"MVP (set 1, Japan, FD1094 317-0142 decrypted)";320x224@60;H
+mvsc;"Marvel vs Capcom - clash of super heroes (980123 Euro)";384x224@60;H
+mvsca;"Marvel vs Capcom - clash of super heroes (980123 Asia)";384x224@60;H
+mvscar1;"Marvel vs Capcom - clash of super heroes (980112 Asia)";384x224@60;H
+mvscb;"Marvel vs Capcom - clash of super heroes (980123 Brazi";384x224@60;H
+mvsch;"Marvel vs Capcom - clash of super heroes (980123 Hispa";384x224@60;H
+mvscj;"Marvel vs Capcom - clash of super heroes (980123 Japan";384x224@60;H
+mvscjr1;"Marvel vs Capcom - clash of super heroes (980112 Japan";384x224@60;H
+mvscjsing;"Marvel vs Capcom - clash of super heroes (980123 Japan";384x224@60;H
+mvscr1;"Marvel vs Capcom - clash of super heroes (980112 Euro)";384x224@60;H
+mvscu;"Marvel vs Capcom - clash of super heroes (980123 USA)";384x224@60;H
+mvscud;"Marvel vs Capcom - clash of super heroes (980123 USA P";384x224@60;H
+mvscur1;"Marvel vs Capcom - clash of super heroes (971222 USA)";384x224@60;H
+mwalk;"Michael Jackson's Moonwalker (Euro, USA, Bra, Kor) - Michael Jackson's Moonwalker (set 3, World, FD1094/875 - Michael Jackson's Moonwalker (World, Rev. A)";320x224@60;H
+mwalkbl2;"Michael Jackson's Moonwalker (bootleg)";320x224@60;H
+mwalkd;"Michael Jackson's Moonwalker (World) (bootleg of FD109";320x224@60;H
+mwalkj;"Michael Jackson's Moonwalker (Japan) (FD1094/8751 317-";320x224@60;H
+mwalkjd;"Michael Jackson's Moonwalker (Japan) (bootleg of FD109";320x224@60;H
+mwalku;"Michael Jackson's Moonwalker (US) (FD1094/8751 317-015";320x224@60;H
+mwalkud;"Michael Jackson's Moonwalker (US) (bootleg of FD1094/8";320x224@60;H
+mwarr;"Mighty Warriors";366x240@54;H
+myangel;"Kosodate Quiz My Angel (Japan)";376x240@60;H
+myangel2;"Kosodate Quiz My Angel 2 (Japan)";376x240@60;H
+myhero;"My Hero (Euro, USA, Bra) - My Hero (US, not encrypted)";256x224@60;H
+myherobl;"My Hero (bootleg, 315-5132 encryption)";256x224@60;H
+myherok;"My Hero (Korea)";256x224@60;H
+myqbert;"Mello Yello Q*bert";256x240@60;V
+mysticri;"Mystic Riders (World)";320x240@60;H
+mysticrib;"Mystic Riders (bootleg?)";320x240@60;H
+mystston;"Mysterious Stones - Dr. John's Adventure";256x240@57;V
+myststono;"Mysterious Stones - Dr. Kick in Adventure";256x240@57;V
+myststonoi;"Mysterious Stones - Dr. Kick in Adventure (Itisa PCB)";256x240@57;V
+mystwarr;"Mystic Warriors (ver EAA)";288x224@60;H
+mystwarra;"Mystic Warriors (ver AAB)";288x224@60;H
+mystwarraa;"Mystic Warriors (ver AAA)";288x224@60;H
+mystwarrj;"Mystic Warriors (ver JAA)";288x224@60;H
+mystwarru;"Mystic Warriors (ver UAA)";288x224@60;H
+nam1975;"NAM-1975 (NGM-001)(NGH-001)";304x224@59;H
+naname;"Naname de Magic!";320x240@60;H
+nastar;"Nastar (World)";320x224@60;H
+nastarw;"Nastar Warrior (US)";320x224@60;H
+naughtyb;"Naughty Boy";288x224@60;V
+naughtyba;"Naughty Boy (bootleg)";288x224@60;V
+naughtybc;"Naughty Boy (Cinematronics)";288x224@60;V
+navarone;"Navarone";272x224@60;V
+nbbatman;"Ninja Baseball Batman (World)";320x240@60;H
+nbbatmanu;"Ninja Baseball Batman (US)";320x240@60;H
+ncombat;"Ninja Combat (NGM-009)";304x224@59;H
+ncombath;"Ninja Combat (NGH-009)";304x224@59;H
+ncommand;"Ninja Commando";304x224@59;H
+nebulbee;"Nebulous Bee";288x224@60;V
+nemesis;"Nemesis (Kor) - Nemesis (ROM version)";256x224@60;H
+nemesisuk;"Nemesis (World?, ROM version)";256x224@60;H
+nemo;"Finding Nemo (Rus) - Nemo (90 11 30 etc)";384x224@60;H
+nemoj;"Nemo (90 11 20 Japan)";384x224@60;H
+nemor1;"Nemo (90 11 09 etc)";384x224@60;H
+neo2500;"Neo 2500 Demo";304x224@59;H
+neo3ddmo;"NeoGeo 3D! Demo";304x224@59;H
+neobattl;"SD Gundam Neo Battling (Japan)";384x240@60;V
+neobombe;"Neo Bomberman";304x224@59;H
+neocdz;"Neo Geo CDZ system";320x224@59;H
+neocstlv;"Neo CastleVania Demo";304x224@59;H
+neocup98;"Neo-Geo Cup '98 - The Road to the Victory";320x224@59;H
+neodemo;"Chaos Demo (Neo Geo)";304x224@59;H
+neodrift;"Neo Drift Out - New Technology";304x224@59;H
+neogalag;"Galaga Demo (set 1)";304x224@59;H
+neogalaga;"Galaga Demo (set 2)";304x224@59;H
+neomrdo;"Neo Mr. Do!";304x224@59;H
+neonopon;"Neo No Panepon (beta)";304x224@59;H
+neopong;"Neo Pong (ver 1.1)";304x224@59;H
+neoponga;"Neo Pong (ver 1.0)";304x224@59;H
+neoprimo;"Primo Demo";304x224@59;H
+neotet;"NeoGeo 2-Player Tetris";304x224@59;H
+neothndr;"Neo Thunder";304x224@59;H
+neoww2;"WW2 Demo - Arcade Development Project";304x224@59;H
+newapunk;"New Atomic Punk - Global Quest (US)";320x240@60;H
+newfant;"New Fantasia (1995 copyright)";256x224@60;V
+newfanta;"New Fantasia (1994 copyright)";256x224@60;V
+newpuc2;"Newpuc2";288x224@60;V
+newpuc2b;"Newpuc2b";288x224@60;V
+newpuckx;"New Puck-X";288x224@60;V
+news;"News (set 1)";256x224@60;H
+newsa;"News (set 2)";256x224@60;H
+newsin7;"New Sinbad 7";256x224@60;V
+nextfase;"Next Fase (bootleg of Phoenix)";256x208@60;V
+ngem2k;"NGEM2K (beta 2006-01-18)";304x224@59;H
+ngfrog;"Frog Feast (Neo Geo)";304x224@59;H
+ngftdemo;"NGF Transparency Demo";304x224@59;H
+nightstr;"Night Striker (World)";320x240@60;H
+nightstrj;"Night Striker (Japan)";320x240@60;H
+nightstru;"Night Striker (US)";320x240@60;H
+ninja;"3 Ninjas Kick Back (USA) - Caveman Ninja (World ver 4) - Dragon Ninja (Euro) - Dragonninja (Japan) - Mirai Ninja (Japan) - Ninja (315-5102) - Sega Ninja (315-5113) - The Ninja (Euro, USA)";256x224@60;H
+ninjak;"The Ninja Kids (World)";320x224@60;H
+ninjakd2;"Ninja-Kid II / NinjaKun Ashura no Shou (set 1)";256x192@60;H
+ninjakd2a;"Ninja-Kid II / NinjaKun Ashura no Shou (set 2, bootleg";256x192@60;H
+ninjakd2b;"Ninja-Kid II / NinjaKun Ashura no Shou (set 3, bootleg";256x192@60;H
+ninjakd2c;"Ninja-Kid II / NinjaKun Ashura no Shou (set 4)";256x192@60;H
+ninjakj;"The Ninja Kids (Japan)";320x224@60;H
+ninjaku;"The Ninja Kids (US)";320x224@60;H
+ninjakun;"Ninja-kun (Jpn) - Ninjakun Majou no Bouken";256x192@60;H
+ninjamas;"Ninja Master's - haoh-ninpo-cho";320x224@59;H
+ninjaw;"The Ninja Warriors (World, later version)";224x864@60;V
+ninjaw1;"The Ninja Warriors (World, earlier version)";224x864@60;V
+ninjawj;"The Ninja Warriors (Japan)";224x864@60;V
+ninjawu;"The Ninja Warriors (US, Romstar license)";224x864@60;V
+ninjemak;"Ninja Emaki (US)";256x224@60;V
+nitd;"Nightmare in the Dark";320x224@59;H
+nitdbl;"Nightmare in the Dark (bootleg)";320x224@59;H
+nitrobal;"Nitro Ball (World, set 1)";320x240@58;V
+nitrobala;"Nitro Ball (World, set 2)";320x240@58;V
+nmaster;"Oni - The Ninja Master (Japan)";384x240@58;H
+nmg5;"Multi 5 / New Multi Game 5 (set 1)";320x240@60;H
+nmg5a;"Multi 5 / New Multi Game 5 (set 2)";320x240@60;H
+nmg5e;"Multi 5 / New Multi Game 5 (set 3, earlier)";320x240@60;H
+nmouse;"Funky Mouse (Jpn) - Naughty Mouse (set 1)";288x224@60;V
+nmouseb;"Naughty Mouse (set 2)";288x224@60;V
+nobb;"Noboranka (Japan, bootleg)";240x224@60;V
+nost;"Cosa Nostra (Spa) - Nostradamus";320x224@60;V
+nostj;"Nostradamus (Japan)";320x224@60;V
+nostk;"Nostradamus (Korea)";320x224@60;V
+nouryoku;"Nouryoku Koujou Iinkai";384x224@56;H
+nova2001;"Nova 2001 (Japan)";256x192@60;H
+nova2001h;"Nova 2001 (Japan, hack?)";256x192@60;H
+nova2001u;"Nova 2001 (US)";256x192@60;H
+nprinces;"Ninja Princess (315-5051, 64k Ver. bootleg?)";256x224@60;H
+nprincesb;"Ninja Princess (315-5051?, 128k Ver. bootleg?)";256x224@60;H
+nprinceso;"Ninja Princess (315-5098, 128k Ver.)";256x224@60;H
+nprincesu;"Ninja Princess (64k Ver. not encrypted)";256x224@60;H
+nrallyx;"New Rally X";288x224@60;H
+nspirit;"Ninja Spirit - Ninja Spirit";384x256@55;H
+nspiritj;"Saigo no Nindou (Japan)";384x256@55;H
+nunchaku;"Nunchackun";256x224@60;V
+nwarr;"Night Warriors - darkstalkers' revenge (950316 Euro)";384x224@60;H
+nwarra;"Night Warriors - darkstalkers' revenge (950302 Asia)";384x224@60;H
+nwarrb;"Night Warriors - darkstalkers' revenge (950403 Brazil)";384x224@60;H
+nwarrh;"Night Warriors - darkstalkers' revenge (950403 Hispani";384x224@60;H
+nwarru;"Night Warriors - darkstalkers' revenge (950406 USA)";384x224@60;H
+nwarrud;"Night Warriors - darkstalkers' revenge (950406 USA Pho";384x224@60;H
+nyanpani;"Nyan Nyan Panic (Japan)";256x224@60;H
+nzeroteam;"New Zero Team (V33 SYSTEM TYPE_B hardware)";320x256@55;H
+nzeroteama;"New Zero Team (V33 SYSTEM TYPE_B hardware, China?)";320x256@55;H
+oedfight;"Oedo Fight (Japan Bloodshed Ver.)";320x240@60;H
+offensiv;"Offensive (Spanish bootleg of Scramble)";256x224@60;V
+ohmygod;"Oh My God!";320x240@60;H
+oisipuzl;"Oishii Puzzle Ha Irimasenka";320x224@60;H
+olds;"Oriental Legend Super (V101, Korea)";448x224@60;H
+olds100;"Oriental Legend Special - Xi Yo Gi Shi Re Zuang Super";448x224@60;H
+olds100a;"Oriental Legend Special - Xi Yo Gi Shi Re Zuang Super";448x224@60;H
+olds103t;"Oriental Legend Special - Xi Yo Gi Shi Re Zuang Super";448x224@60;H
+oldsplus;"Oriental Legend Special Plus / Xi You Shi E Zhuan Supe";448x224@60;H
+omegab;"Omega";256x224@60;V
+omegaf;"Omega Fighter";256x192@60;V
+omegafs;"Omega Fighter Special";256x192@60;V
+omni;"Omni";256x224@60;V
+onetwo;"One + Two";512x256@60;H
+onetwoe;"One + Two (earlier)";512x256@60;H
+onna34ro;"Onna Sansirou - Typhoon Gal";256x224@60;H
+onna34roa;"Onna Sansirou - Typhoon Gal (bootleg)";256x224@60;H
+opwolf;"Operation Wolf - Operation Wolf - Operation Wolf (Euro, Bra) - Operation Wolf (World, set 1)";320x240@60;H
+opwolf3;"Operation Wolf 3 (World)";320x224@60;H
+opwolf3u;"Operation Wolf 3 (US)";320x224@60;H
+opwolfa;"Operation Wolf (World, set 2)";320x240@60;H
+opwolfb;"Operation Bear";320x240@60;H
+opwolfj;"Operation Wolf (Japan)";320x240@60;H
+opwolfjsc;"Operation Wolf (Japan, SC)";320x240@60;H
+opwolfu;"Operation Wolf (US)";320x240@60;H
+orbitron;"Orbitron";256x224@60;V
+orbs;"Orbs (10/7/94 prototype?)";320x240@60;H
+ordyne;"Ordyne - Ordyne - Ordyne (Japan, English Version)";288x224@60;H
+ordynej;"Ordyne (Japan)";288x224@60;H
+orius;"Orius (ver UAA)";384x256@54;H
+orlegend;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V126)";448x224@60;H
+orlegend105k;"Oriental Legend (V105, Korea)";448x224@60;H
+orlegend111c;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V111, China)";448x224@60;H
+orlegend111k;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V111, Korea)";448x224@60;H
+orlegend111t;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V111, Taiwan)";448x224@60;H
+orlegendc;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V112, China)";448x224@60;H
+orlegendca;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V112 alt, Chi";448x224@60;H
+orlegende;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V112)";448x224@60;H
+oscar;"Psycho-Nics Oscar (World revision 0)";256x240@58;H
+oscarj1;"Psycho-Nics Oscar (Japan revision 1)";256x240@58;H
+oscarj2;"Psycho-Nics Oscar (Japan revision 2)";256x240@58;H
+oscaru;"Psycho-Nics Oscar (US)";256x240@58;H
+osman;"Osman (World)";320x240@58;H
+othunder;"Operation Thunderbolt (World, rev 1)";320x240@60;H
+othunderj;"Operation Thunderbolt (Japan)";320x240@60;H
+othunderjsc;"Operation Thunderbolt (Japan, SC)";320x240@60;H
+othundero;"Operation Thunderbolt (World)";320x240@60;H
+othunderu;"Operation Thunderbolt (US, rev 1)";320x240@60;H
+othunderuo;"Operation Thunderbolt (US)";320x240@60;H
+outrun;"Out Run - Out Run (Euro) - Out Run (sitdown/upright, Rev B) - Out Run (World) - OutRun (Euro, USA) - Turbo Out Run (Out Run upgrade, FD1094 317-0118) - Turbo OutRun (Euro, Jpn)";320x224@60;H
+outrunb;"Out Run (bootleg)";320x224@60;H
+outrundx;"Out Run (deluxe sitdown)";320x224@60;H
+outrundxa;"Out Run (deluxe sitdown earlier version)";320x224@60;H
+outrundxeh;"Out Run (deluxe sitdown) (Enhanced Edition v1.0.3)";320x224@60;H
+outrundxj;"Out Run (Japan, deluxe sitdown, FD1089A 317-0019)";320x224@60;H
+outruneh;"Out Run (sitdown/upright, Rev B) (Enhanced Edition v1.";320x224@60;H
+outrunra;"Out Run (sitdown/upright, Rev A)";320x224@60;H
+outzone;"Out Zone";320x240@55.2;V
+outzonea;"Out Zone (set 2)";320x240@55.2;V
+outzoneb;"Out Zone (older set)";320x240@55.2;V
+outzonec;"Out Zone (oldest set)";320x240@55.2;V
+outzoneh;"Out Zone (harder)";320x240@55.2;V
+overtop;"Over Top";304x224@59;H
+ozmawars;"Ozma Wars (set 1)";260x224@60;V
+ozmawars2;"Ozma Wars (set 2)";260x224@60;V
+ozon1;"Ozon I";256x224@60;V
+p47;"P-47 - The Freedom Fighter - P-47 - The Phantom Fighter (World)";256x224@60;H
+p47j;"P-47 - The Freedom Fighter (Japan)";256x224@60;H
+p47je;"P-47 - The Freedom Fighter (Japan, Export)";256x224@60;H
+pacgal;"Pac-Gal";288x224@60;V
+pacheart;"Pac-Man (Hearts)";288x224@60;V
+packbang;"Pack'n Bang Bang (Prototype)";256x225@60;V
+packetman;"Packetman (bootleg)";288x224@60;V
+pacland;"Pac-land - Pac-Land - Pac-Land (World)";288x224@60;H
+paclandj;"Pac-Land (Japan new)";288x224@60;H
+paclandjo;"Pac-Land (Japan old)";288x224@60;H
+paclandjo2;"Pac-Land (Japan older)";288x224@60;H
+paclandm;"Pac-Land (Midway)";288x224@60;H
+pacman;"Jr. Pac-Man (11/9/83) - MS Pacman - Ms. Pac-Man (Euro, Bra) - Ms. Pac-Man (Euro, USA) - Ms. Pac-Man (USA) - Pac-Man (Jpn) - Pac-Man (Midway) - Pac-Man (Prototype) - Pac-Man (USA)";288x224@60;V
+pacmanbl;"Pac-Man (Galaxian hardware, set 1)";256x224@60;V
+pacmanbla;"Pac-Man (Galaxian hardware, set 2)";256x224@60;V
+pacmanf;"Jr. Pac-Man (speedup hack) - Pac-Man (Midway, with speedup hack)";288x224@60;V
+pacmania;"Pac-Mania - Pac-Mania (Euro) - Pac-Mania (Euro) - Pac-Mania (Euro, USA)";288x224@60;V
+pacmaniaj;"Pac-Mania (Japan)";288x224@60;V
+pacmaniao;"Pac-Mania (111187 sound program)";288x224@60;V
+pacmanpe;"Come Come (Petaco SA bootleg of Puck Man)";288x224@60;V
+pacmanso;"Pac-Man (SegaSA / Sonic)";288x224@60;V
+pacmansp;"Puck Man (Spanish, 'Made in Greece' bootleg)";288x224@60;V
+pacmod;"Pac-Man (Midway, harder)";288x224@60;V
+pacnchmp;"Pac-Man & Chomp Chomp";288x224@60;V
+pacnpal;"Pac & Pal";288x224@60;V
+pacnpal2;"Pac & Pal (older)";288x224@60;V
+pacplus;"Pac-Man Plus";288x224@60;V
+pacuman;"Pacu-Man (Spanish bootleg of Puck Man)";288x224@60;V
+paddle2;"Paddle 2 (bootleg on Block hardware)";256x224@60;V
+paddlema;"Paddle Mania";256x224@60;V
+paintrlr;"Paint Roller";288x224@60;V
+pairlove;"Pairs Love";384x240@60;V
+pajaroes;"Pajaro del Espacio (Spanish bootleg of UniWar S)";256x224@60;V
+palamed;"Palamedes (US)";320x224@60;H
+palamedj;"Palamedes (Japan)";320x224@60;H
+pandoras;"Pandora's Palace";256x224@60;V
+pang;"Cross Pang - Mighty! Pang (001010 Euro) - Pang (World) - Pang Pang - Super Pang (World 900914) - Ti Ti! Pang Pang! (Kor) - Zipang";384x240@57;H
+pang3;"Pang! 3 (950601 Euro)";384x224@60;H
+pang3b;"Pang! 3 (bootleg set 1, 950511 Euro)";384x224@60;H
+pang3b2;"Pang! 3 (bootleg set 2, 950511 Euro)";384x224@60;H
+pang3b3;"Pang! 3 (bootleg set 3, 950601 Euro)";384x224@60;H
+pang3j;"Pang! 3: Kaitou Tachi no Karei na Gogo (950511 Japan)";384x224@60;H
+pang3r1;"Pang! 3 (950511 Euro)";384x224@60;H
+pang3r1a;"Pang! 3 (950511 Euro, alt)";384x224@60;H
+pangb;"Pang (bootleg, set 1)";384x240@60;H
+pangb2;"Pang (bootleg, set 4)";384x240@60;H
+pangbold;"Pang (bootleg, set 2)";384x240@60;H
+pangbold2;"Pang (bootleg, set 5)";384x240@60;H
+pangbold3;"Pang (bootleg, set 6)";384x240@60;H
+pangpang;"Pang Pang";320x240@58;H
+pangpoms;"Pang Pom's";360x224@60;H
+pangpomsm;"Pang Pom's (Mitchell)";360x224@60;H
+panicbom;"Panic Bomber";304x224@59;H
+panicstr;"Panic Street (Japan)";320x240@60;H
+paperboy;"Paperboy (Atari System 2)";512x384@60;H
+paprazzi;"Paparazzi";384x224@60;V
+parodius;"Parodius - Tako wa Chikyuu wo Sukuu (Jpn) - Parodius DA! (World, set 1) - Parodius da! - Shinwa Kara Owarai He";288x224@60;H
+parodiusa;"Parodius - Tako wa Chikyuu wo Sukuu (Jpn, Alt) - Parodius DA! (Asia)";288x224@60;H
+parodiuse;"Parodius - Tako Saves Earth (English) - Parodius DA! (World, set 2)";288x224@60;H
+parodiusj;"Parodius DA! (Japan)";288x224@60;H
+pass;"Pass";320x224@60;H
+passsht;"Passing Shot (World, 2 Players, FD1094 317-0080)";320x224@60;V
+passsht16a;"Passing Shot (Japan, 4 Players, System 16A, FD1094 317";320x224@60;V
+passshta;"Passing Shot (World, 4 Players, FD1094 317-0074)";320x224@60;V
+passshtad;"Passing Shot (World, 4 Players, FD1094 317-0074 decryp";320x224@60;V
+passshtd;"Passing Shot (World, 2 Players, FD1094 317-0080 decryp";320x224@60;V
+passshtj;"Passing Shot (Japan, 4 Players, FD1094 317-0070)";320x224@60;V
+passshtjd;"Passing Shot (Japan, 4 Players, FD1094 317-0070 decryp";320x224@60;V
+pbancho;"Gyakuten!! Puzzle Bancho (Japan)";320x240@60;H
+pbillrd;"Perfect Billiard";256x224@60;H
+pbillrdsa;"Perfect Billiard (MC-8123, 317-5008)";256x224@60;H
+pbobbl2n;"Puzzle Bobble 2 / Bust-A-Move Again (Neo-Geo)";304x224@59;H
+pbobble;"Puzzle Bobble (Japan, B-System) - Puzzle Bobble (Jpn)";320x224@60;H
+pbobble2;"Puzzle Bobble 2 (Ver 2.3O 1995/07/31)";320x232@60;H
+pbobble2j;"Puzzle Bobble 2 (Ver 2.2J 1995/07/20)";320x232@60;H
+pbobble2o;"Puzzle Bobble 2 (Ver 2.2O 1995/07/20)";320x232@60;H
+pbobble2u;"Bust-A-Move Again (Ver 2.3A 1995/07/31)";320x232@60;H
+pbobble2x;"Puzzle Bobble 2X (Ver 2.2J 1995/11/11)";320x232@60;H
+pbobble3;"Puzzle Bobble 3 (Ver 2.1O 1996/09/27)";320x232@60;H
+pbobble3j;"Puzzle Bobble 3 (Ver 2.1J 1996/09/27)";320x232@60;H
+pbobble3u;"Puzzle Bobble 3 (Ver 2.1A 1996/09/27)";320x232@60;H
+pbobble4;"Puzzle Bobble 4 (Ver 2.04O 1997/12/19)";320x232@60;H
+pbobble4j;"Puzzle Bobble 4 (Ver 2.04J 1997/12/19)";320x232@60;H
+pbobble4u;"Puzzle Bobble 4 (Ver 2.04A 1997/12/19)";320x232@60;H
+pbobblen;"Puzzle Bobble / Bust-A-Move (Neo-Geo) (NGM-083)";320x224@59;H
+pbobblenb;"Puzzle Bobble / Bust-A-Move (Neo-Geo) (bootleg)";320x224@59;H
+pclubys;"Puzzle Club (Yun Sung, set 1)";320x240@60;H
+pclubysa;"Puzzle Club (Yun Sung, set 2)";320x240@60;H
+pdrift;"Power Drift - Power Drift (World, Rev A)";320x224@60;H
+pdrifta;"Power Drift (World)";320x224@60;H
+pdrifte;"Power Drift (World, Earlier)";320x224@60;H
+pdriftj;"Power Drift (Japan)";320x224@60;H
+peekaboo;"Peek-a-Boo!";256x224@60;H
+peekaboou;"Peek-a-Boo! (North America, ver 1.0)";256x224@60;H
+penbros;"Penguin Brothers (Japan)";320x224@60;H
+pengadvb;"Penguin Adventure (bootleg of MSX version)";272x216@60;H
+pengo;"Pengo (Euro, USA) - Pengo (set 1 rev c) - Pepenga Pengo (Jpn)";288x224@60;V
+pengo2;"Pengo (set 2)";288x224@60;V
+pengo2u;"Pengo (set 2 not encrypted)";288x224@60;V
+pengo3u;"Pengo (set 3 not encrypted)";288x224@60;V
+pengo4;"Pengo (set 4)";288x224@60;V
+pengo5;"Pengo (set 5)";288x224@60;V
+pengob;"Pengo (bootleg)";288x224@60;V
+penta;"Penta";288x224@60;V
+percuss;"The Percussor";256x224@60;V
+perfrman;"Performan (Japan)";256x240@60;V
+perfrmanu;"Performan (US)";256x240@60;V
+pestplce;"Pest Place";256x224@60;H
+pfghtj;"Pocket Fighter (970904 Japan)";384x224@60;H
+pgalvip;"Pocket Gals V.I.P (set 1)";256x224@60;H
+pgalvipa;"Pocket Gals V.I.P (set 2)";256x224@60;H
+pgear;"Powered Gear - strategic variant armor equipment (9410";384x224@60;H
+pgearr1;"Powered Gear - strategic variant armor equipment (9409";384x224@60;H
+pgemeni;"P-GeMeni (060123)";448x224@60;H
+pgmdemo;"Chaos (PGM Demo)";448x224@60;H
+pgmfrog;"Frog Feast (PGM)";448x224@60;H
+pgoal;"Pleasure Goal / Futsal - 5 on 5 Mini Soccer (NGM-219)";304x224@59;H
+phantasm;"Phantasm (Japan)";256x224@60;H
+phelios;"Phelios - Phelios (Euro)";288x224@60;V
+pheliosj;"Phelios (Japan) - Phelios (Jpn)";288x224@60;V
+phoenix;"Phoenix (Amstar)";256x208@60;V
+phoenix2;"Phoenix (Amstar, set 2)";256x208@60;V
+phoenix3;"Phoenix (T.P.N. bootleg)";256x208@60;V
+phoenixa;"Phoenix (Centuri, set 1)";256x208@60;V
+phoenixass;"Phoenix (Assa, Spanish bootleg)";256x208@60;V
+phoenixb;"Phoenix (Centuri, set 2)";256x208@60;V
+phoenixc;"Phoenix (Irecsa / G.G.I Corp, set 1)";256x208@60;V
+phoenixc2;"Phoenix (Irecsa / G.G.I Corp, set 2)";256x208@60;V
+phoenixc3;"Phoenix (Irecsa / G.G.I Corp, set 3)";256x208@60;V
+phoenixc4;"Phoenix (Irecsa / G.G.I Corp, set 4)";256x208@60;V
+phoenixdal;"Phoenix (D&L bootleg)";256x208@60;V
+phoenixj;"Phoenix (Taito Japan)";256x208@60;V
+phoenixs;"Phoenix (Sonic, Spanish bootleg)";256x208@60;V
+phoenixt;"Phoenix (Taito)";256x208@60;V
+phoenxp2;"Phoenix Part 2";256x224@60;V
+photof;"Photo Finish (bootleg?)";256x224@60;H
+photoy2k;"Photo Y2K / Real and Fake (V105)";448x224@60;H
+photoy2k102;"Real and Fake0Photo Y2K (V102, Japan)";448x224@60;H
+photoy2k104;"Photo Y2K / Real and Fake (V104)";448x224@60;H
+phozon;"Phozon (Japan)";288x224@60;V
+phozons;"Phozon (Sidam)";288x224@60;V
+pinbo;"Pinbo (set 1)";256x224@60;V
+pingpong;"Konami's Ping-Pong - Konami's Ping-Pong (Jpn) - Ping Pong (Tw)";256x224@60;H
+pipibibs;"Pipi & Bibis / Whoopee!! (Z80 sound cpu, set 1)";320x240@60;H
+pipibibsa;"Pipi & Bibis / Whoopee!! (Z80 sound cpu, set 2)";320x240@60;H
+pipibibsp;"Pipi & Bibis / Whoopee!! (prototype)";320x240@60;H
+piranha;"Piranha";288x224@60;V
+piranhah;"Piranha (hack)";288x224@60;V
+piranhao;"Piranha (older)";288x224@60;V
+pirates;"Pirates (set 1) - Pirates! Gold (USA)";288x224@60;H
+piratesb;"Pirates (set 2)";288x224@60;H
+pisces;"Pisces";256x224@60;V
+piscesb;"Pisces (bootleg)";256x224@60;V
+pistoldm;"Pistol Daimyo no Bouken (Japan)";288x224@60;H
+pitfall2;"Pitfall II (315-5093) - Pitfall II - Lost Caverns (Jpn) - Pitfall II - The Lost Caverns (Jpn, v1) - Pitfall II: Lost Caverns";256x224@60;H
+pitfall2a;"Pitfall II (315-5093, Flicky Conversion) - Pitfall II - Lost Caverns (Jpn, Alt) - Pitfall II - The Lost Caverns (Jpn, v0)";256x224@60;H
+pitfall2u;"Pitfall II (not encrypted)";256x224@60;H
+pkladies;"Poker Ladies";384x240@60;H
+pkladiesl;"Poker Ladies (Leprechaun ver. 510)";384x240@60;H
+pkladiesla;"Poker Ladies (Leprechaun ver. 401)";384x240@60;H
+pktgaldx;"Pocket Gal Deluxe (Euro v3.00)";320x240@58;H
+pktgaldxj;"Pocket Gal Deluxe (Japan v3.00)";320x240@58;H
+pkunwar;"Penguin-Kun Wars (US)";256x192@60;H
+pkunwarj;"Penguin-Kun Wars (Japan)";256x192@60;H
+plegends;"Gouketsuji Gaiden Legends (USA, ver. 95/06/20)";320x240@58;H
+plegendsj;"Gouketsuji Gaiden Saikyou Densetsu (Japan, ver. 95/06/";320x240@58;H
+pleiadbl;"Pleiads (bootleg set 1)";256x208@60;V
+pleiadce;"Pleiads (Centuri)";256x208@60;V
+pleiads;"Pleiads (Tehkan)";256x208@60;V
+pleiadsb2;"Pleiads (bootleg set 2)";256x208@60;V
+pleiadsi;"Pleiads (Irecsa)";256x208@60;V
+pleiadsn;"Pleiads (Niemer S.A.)";256x208@60;V
+pleiadss;"Pleiads (Spanish bootleg)";256x208@60;V
+plgirls;"Play Girls";320x224@60;V
+plgirls2;"Play Girls 2";320x224@60;V
+plgirls2b;"Play Girls 2 (bootleg)";320x224@60;V
+plotting;"Plotting (World set 1)";320x224@60;H
+plottinga;"Plotting (World set 2, protected)";320x224@60;H
+plottingb;"Plotting (World set 3, earliest version)";320x224@60;H
+plottingu;"Plotting (US)";320x224@60;H
+plumppop;"Plump Pop (Japan)";256x224@60;H
+plusalph;"Plus Alpha";256x224@60;V
+pnickj;"Pnickies (940608 Japan)";384x224@60;H
+pnyaa;"Pochi and Nyaa";304x224@59;H
+poitto;"Poitto!";360x224@60;H
+poknight;"Poker Night";304x224@59;H
+pokonyan;"Pokonyan (Japan 940322)";384x224@60;H
+pollux;"Pollux (set 1)";384x240@60;V
+polluxa;"Pollux (set 2)";384x240@60;V
+polluxa2;"Pollux (set 3)";384x240@60;V
+polluxn;"Pollux (Japan, NTC license)";384x240@60;V
+pompingw;"Pomping World (Japan)";384x240@57;H
+ponpoko;"Ponpoko";288x224@60;H
+ponpokov;"Ponpoko (Venture Line)";288x224@60;H
+pootan;"Pootan";256x224@60;V
+pooyan;"Pooyan - Pooyan (Jpn) - Pooyan (Kor)";256x224@60;V
+pooyans;"Pooyan (Stern)";256x224@60;V
+popbingo;"Pop Bingo";384x240@60;H
+popbounc;"Pop 'n Bounce / Gapporin";304x224@59;H
+popeye;"Popeye - Popeye (revision D) - Popeye no Beach Volleyball (Jpn)";288x224@60;H
+popeyeman;"Popeye-Man";288x224@60;V
+popflame;"Pop Flamer (Euro, Jpn) - Pop Flamer (protected)";288x224@60;V
+popflamea;"Pop Flamer (not protected)";288x224@60;V
+popflameb;"Pop Flamer (hack?)";288x224@60;V
+popflamen;"Pop Flamer (bootleg on Naughty Boy PCB)";288x224@60;V
+popnpop;"Pop'n Pop (Ver 2.07O 1998/02/09)";320x232@60;H
+popnpopj;"Pop'n Pop (Ver 2.07J 1998/02/09)";320x232@60;H
+popnpopu;"Pop'n Pop (Ver 2.07A 1998/02/09)";320x232@60;H
+popspops;"Pop's Pop's";256x224@56;H
+porky;"Porky";256x224@60;V
+porter;"Port Man (bootleg on Moon Cresta hardware)";256x224@60;V
+pow;"P.O.W. - Prisoners of War (US version 1) - Rings of Power (Euro, USA)";256x224@60;H
+powerins;"Power Instinct (USA)";320x224@56;H
+powerinsa;"Power Instinct (USA, bootleg set 1)";320x224@60;H
+powerinsb;"Power Instinct (USA, bootleg set 2)";320x224@60;H
+powerinsj;"Gouketsuji Ichizoku (Japan)";320x224@56;H
+powj;"Datsugoku - Prisoners of War (Japan)";256x224@60;H
+ppan;"Peter Pan (bootleg of Hook)";320x240@60;H
+ppchamp;"Pasha Pasha Champ Mini Game Festival";320x240@60;H
+pprobe;"Planet Probe (prototype?)";256x224@60;V
+prehisle;"Prehistoric Isle in 1930 (World)";256x224@60;H
+prehisleb;"Prehistoric Isle in 1930 (World, bootleg)";256x224@60;H
+prehislek;"Prehistoric Isle in 1930 (Korea)";256x224@60;H
+prehisleu;"Prehistoric Isle in 1930 (US)";256x224@60;H
+preisle2;"Prehistoric Isle 2";304x224@59;H
+primella;"Primella";384x256@60;H
+prmtmfgt;"Prime Time Fighter (Ver 2.1A 1993/05/21) (New Version)";320x232@60;H
+prmtmfgto;"Prime Time Fighter (Ver 2.1A 1993/05/21) (Old Version)";320x232@60;H
+progear;"Progear (010117 USA)";384x224@60;H
+progeara;"Progear (010117 Asia)";384x224@60;H
+progearj;"Progear No Arashi (010117 Japan)";384x224@60;H
+progearjbl;"Progear No Arashi (010117 Japan, decrypted set)";384x224@60;H
+progearjd;"Progear No Arashi (010117 Japan Phoenix Edition)";384x224@60;H
+progearud;"Progear(010117 USA Phoenix Edition)";384x224@60;H
+progress;"Progress";256x224@60;V
+prtytime;"Party Time: Gonta the Diver II / Ganbare! Gonta!! 2 (W";320x240@58;V
+psoldier;"Perfect Soldiers (Japan)";320x240@60;H
+pspikes;"Power Spikes (World)";356x240@60;H
+pspikes2;"Power Spikes II (NGM-068)";320x224@59;H
+pspikesk;"Power Spikes (Korea)";356x240@60;H
+pspikesu;"Power Spikes (US)";356x240@60;H
+psurge;"Power Surge";256x224@60;V
+psychic5;"Psychic 5 (World)";256x224@54;V
+psychic5j;"Psychic 5 (Japan)";256x224@54;V
+psychos;"Psycho Soldier (US) - Psychosis";400x224@60;H
+psychosj;"Psycho Soldier (Japan)";400x224@60;H
+pturn;"Parallel Turn";256x224@60;V
+puchicar;"Puchi Carat (Ver 2.02O 1997/10/29)";320x232@60;H
+puchicarj;"Puchi Carat (Ver 2.02J 1997/10/29)";320x232@60;H
+puckman;"Puck Man (Japan set 1)";288x224@60;V
+puckmanb;"Puck Man (Bootleg set 1)";288x224@60;V
+puckmanf;"PuckMan (speedup hack)";288x224@60;V
+puckmanh;"Puck Man (bootleg set 2)";288x224@60;V
+puckmod;"Puck Man (Japan set 2)";288x224@60;V
+pulirula;"PuLiRuLa (World)";320x224@60;H
+pulirulaj;"PuLiRuLa (Japan)";320x224@60;H
+pulstar;"Pulstar";320x224@59;H
+punchita;"Punch-Out!! (Italian bootleg)";448x256@60;V
+punchout;"Punch-Out!! (Rev B)";448x256@60;V
+punchouta;"Punch-Out!! (Rev A)";448x256@60;V
+punchoutj;"Punch-Out!! (Japan)";448x256@60;V
+punipic;"The Punisher (bootleg set 1 (with PIC16c57), 930422 et";384x224@60;H
+punipic2;"The Punisher (bootleg set 2 (with PIC16c57), 930422 et";384x224@60;H
+punipic3;"The Punisher (bootleg set 3 (with PIC16c57), 930422 et";384x224@60;H
+punisher;"The Punisher (930422 etc) - The Punisher (Euro)";384x224@60;H
+punisherb;"The Punisher (bootleg, 930422 etc)";384x224@60;H
+punisherbz;"Biaofeng Zhanjing (Chinese bootleg)";384x224@60;H
+punisherh;"The Punisher (930422 Hispanic)";384x224@60;H
+punisherj;"The Punisher (930422 Japan)";384x224@60;H
+punisheru;"The Punisher (930422 USA) - The Punisher (USA)";384x224@60;H
+punkshot;"Punk Shot (US 4 Players)";288x224@60;H
+punkshot2;"Punk Shot (US 2 Players)";288x224@60;H
+punkshotj;"Punk Shot (Japan 2 Players)";288x224@60;H
+pururun;"Pururun";320x224@60;H
+pushman;"Pushman (Korea, set 1)";256x224@60;H
+pushmana;"Pushman (Korea, set 2)";256x224@60;H
+pushmans;"Pushman (American Sammy license)";256x224@60;H
+puzlclub;"Puzzle Club (Japan prototype)";288x224@60;V
+puzlstar;"Puzzle Star (V100MG)";448x224@60;H
+puzzldpr;"Puzzle De Pon! R!";304x224@59;H
+puzzledp;"Puzzle De Pon!";304x224@59;H
+puzzli;"Puzzli";320x224@60;H
+puzzli2;"Puzzli 2 (V100)";448x224@60;H
+puzzli2s;"Puzzli 2 Super (V200)";448x224@60;H
+puzzloop;"Puzz Loop (Europe, v0.94)";320x240@60;H
+puzzloopa;"Puzz Loop (Asia)";320x240@60;H
+puzzloope;"Puzz Loop (Europe, v0.93)";320x240@60;H
+puzzloopj;"Puzz Loop (Japan)";320x240@60;H
+puzzloopk;"Puzz Loop (Korea)";320x240@60;H
+puzzloopu;"Puzz Loop (USA)";320x240@60;H
+puzzlove;"PuzzLove";320x240@60;H
+puzzlovek;"PuzzLove (Korea)";320x240@60;H
+puzznic;"Puzznic - Puzznic (World)";320x224@60;H
+puzznicb;"Puzznic (bootleg, set 1)";320x224@60;H
+puzznicba;"Puzznic (bootleg, set 2)";320x224@60;H
+puzznici;"Puzznic (Italian bootleg)";320x224@60;H
+puzznicj;"Puzznic (Japan)";320x224@60;H
+puzznicu;"Puzznic (US)";320x224@60;H
+pwheelsj;"Power Wheels (Japan)";320x240@60;H
+pwrgoal;"Taito Power Goal (Ver 2.5O 1994/11/03)";320x224@60;H
+pwrinst2;"Power Instinct 2 (USA, ver. 94/04/08)";320x240@58;H
+pwrinst2j;"Gouketsuji Ichizoku 2 (Japan, ver. 94/04/08)";320x240@58;H
+pyros;"Pyros (US)";320x240@60;H
+pzlbowl;"Puzzle De Bowling (Japan)";384x240@60;H
+pzlbreak;"Puzzle Break";256x224@58;H
+pzloop2;"Puzz Loop 2 (010302 Euro)";384x224@60;H
+pzloop2j;"Puzz Loop 2 (010226 Japan)";384x224@60;H
+pzloop2jr1;"Puzz Loop 2 (010205 Japan)";384x224@60;H
+qad;"Quiz & Dragons (capcom quiz game 920701 USA)";384x224@60;H
+qadjr;"Quiz & Dragons (940921 Japan Resale Ver.)";384x224@60;H
+qbert;"Faster, Harder, More Challenging Q*bert (prototype) - Mello Yello Q*bert - Q*bert - Q*bert (Jpn) - Q*bert (Jpn, OMV) - Q*bert (US set 1)";256x240@60;V
+qberta;"Q*bert (Alt) - Q*bert (Jpn, Alt) - Q*bert (US set 2)";256x240@60;V
+qbertj;"Q*bert (Japan)";256x240@60;V
+qbertqub;"Q*bert Qubes - Q*bert's Qubes";256x240@60;V
+qcrayon;"Quiz Crayon Shinchan (Japan)";320x224@60;H
+qcrayon2;"Crayon Shinchan Orato Asobo (Japan)";320x224@60;H
+qgakumon;"Quiz Gakumon no Susume (Japan ver. JA2 Type L)";304x224@60;H
+qjinsei;"Quiz Jinsei Gekijoh (Japan)";320x224@60;H
+qndream;"Quiz Nanairo Dreams - nijiirochou no kiseki (nanairo d";384x224@60;H
+qsangoku;"Quiz Sangokushi (Japan)";384x240@60;H
+qtheater;"Quiz Theater - 3tsu no Monogatari (Ver 2.3J 1994/11/10";320x224@60;H
+qtono1;"Quiz Tonosama no Yabou (Japan)";384x240@60;H
+qtono2j;"Quiz Tonosama no Yabou 2 Zenkoku-ban (tonosama 2 95012";384x224@60;H
+qtorimon;"Quiz Torimonochou (Japan)";320x224@60;H
+quartet;"Quartet (Euro, USA) - Quartet (Rev A, 8751 317-unknown)";320x224@60;H
+quartet2;"Quartet 2 (8751 317-0010)";320x224@60;H
+quartet2a;"Quartet 2 (unprotected)";320x224@60;H
+quarteta;"Quartet (8751 315-5194)";320x224@60;H
+quarth;"Quarth (Japan)";288x224@60;H
+quester;"Quester (Japan)";288x224@60;V
+questers;"Quester Special Edition (Japan)";288x224@60;V
+quiz18k;"Miyasu Nonki no Quiz 18-Kin";320x224@60;H
+quizdai2;"Quiz Meitantei Neo & Geo - Quiz Daisousa Sen part 2 (N";320x224@59;H
+quizdais;"Quiz Daisousa Sen - The Last Count Down (NGM-023)(NGH-";304x224@59;H
+quizdaisk;"Quiz Daisousa Sen - The Last Count Down (Korean releas";304x224@59;H
+quizf1;"Quiz F1 1-2 Finish (Japan)";384x240@60;H
+quizhq;"Quiz H.Q. (Japan)";320x224@60;H
+quizhuhu;"Moriguchi Hiroko no Quiz de Hyuu!Hyuu! (Ver 2.2J 1995/";320x232@60;H
+quizkof;"Quiz King of Fighters (SAM-080)(SAH-080)";304x224@59;H
+quizkofk;"Quiz King of Fighters (Korean release)";304x224@59;H
+quizo;"Quiz Olympic (set 1)";320x200@60;H
+quizoa;"Quiz Olympic (set 2)";320x200@60;H
+qzchikyu;"Quiz Chikyu Bouei Gun (Japan)";320x224@60;H
+qzkklgy2;"Quiz Kokology 2";384x240@60;H
+qzkklogy;"Quiz Kokology";384x240@60;H
+qzquest;"Quiz Quest - Hime to Yuusha no Monogatari (Japan)";320x224@60;H
+qzshowby;"Quiz Sekai wa SHOW by shobai (Japan)";320x224@60;H
+r2dx_v33;"Raiden II New / Raiden DX (newer V33 PCB) (Raiden DX E";320x240@55;V
+r2dx_v33_r2;"Raiden II New / Raiden DX (newer V33 PCB) (Raiden II E";320x240@55;V
+rabiolep;"Rabio Lepus (Japan) - Rabio Lepus Special";288x216@60;H
+rachero;"Racing Hero (FD1094 317-0144)";320x224@60;H
+racherod;"Racing Hero (FD1094 317-0144 decrypted)";320x224@60;H
+racingb;"Racing Beat (World)";320x240@60;H
+racingbj;"Racing Beat (Japan)";320x240@60;H
+rackemup;"Rack 'em Up (program code L)";256x224@60;V
+racknrol;"Rack + Roll";256x224@60;H
+radarscp;"Radar Scope";256x224@60;V
+radarscp1;"Radar Scope (TRS01)";256x224@60;V
+radrad;"Radical Radial (US)";256x224@60;H
+radradj;"Radical Radial (Japan)";256x224@60;H
+raflesia;"Rafflesia (315-5162)";256x224@60;V
+ragnagrd;"Ragnagard / Shin-Oh-Ken";320x224@59;H
+ragtime;"The Great Ragtime Show (Japan v1.5, 92.12.07)";320x240@58;H
+ragtimea;"The Great Ragtime Show (Japan v1.3, 92.11.26)";320x240@58;H
+raiden;"Raiden";256x224@59;V
+raiden2;"Raiden II (US, set 1)";320x240@55.4;V
+raiden2dx;"Raiden II (harder, Raiden DX Hardware)";320x240@55.4;V
+raiden2e;"Raiden II (Easy Version, Korea?)";320x240@55.4;V
+raiden2ea;"Raiden II (Easy Version, Japan?)";320x240@55.4;V
+raiden2eg;"Raiden II (Easy Version, Germany)";320x240@55.4;V
+raiden2eu;"Raiden II (Easy Version, US set 2)";320x240@55.4;V
+raiden2eua;"Raiden II (Easy Version, US set 1)";320x240@55.4;V
+raiden2f;"Raiden II (France)";320x240@55.4;V
+raiden2g;"Raiden II (Germany)";320x240@55.4;V
+raiden2hk;"Raiden II (Hong Kong)";320x240@55.4;V
+raiden2i;"Raiden II (Italy)";320x240@55.4;V
+raiden2j;"Raiden II (Japan)";320x240@55.4;V
+raiden2nl;"Raiden II (Holland)";320x240@55.4;V
+raiden2sw;"Raiden II (Switzerland)";320x240@55.4;V
+raiden2u;"Raiden II (US, set 2)";320x240@55.4;V
+raidena;"Raiden (set 2)";256x224@60;V
+raidenb;"Raiden (set 3, Alternate hardware)";256x224@60;V
+raidendx;"Raiden DX (UK)";320x240@55.4;V
+raidendxa1;"Raiden DX (Hong Kong, set 1)";320x240@55.4;V
+raidendxa2;"Raiden DX (Hong Kong, set 2)";320x240@55.4;V
+raidendxch;"Raiden DX (China)";320x240@55.4;V
+raidendxg;"Raiden DX (Germany)";320x240@55.4;V
+raidendxj;"Raiden DX (Japan)";320x240@55.4;V
+raidendxk;"Raiden DX (Korea)";320x240@55.4;V
+raidendxnl;"Raiden DX (Holland)";320x240@55.4;V
+raidendxu;"Raiden DX (US)";320x240@55.4;V
+raidenk;"Raiden (Korea)";256x224@60;V
+raidenkb;"Raiden (Korea, bootleg)";256x224@60;V
+raident;"Raiden (Taiwan)";256x224@60;V
+raidenu;"Raiden (US, set 1)";256x224@60;V
+raidenua;"Raiden (US, set 2, SEI8904 + SEI9008 PCBs)";256x224@60;V
+raiders5;"Raiders5";256x192@60;H
+raiders5t;"Raiders5 (Japan)";256x192@60;H
+raiga;"Raiga - Strato Fighter (Japan)";256x224@60;H
+raimais;"Raimais (World)";320x224@60;H
+raimaisj;"Raimais (Japan)";320x224@60;H
+raimaisjo;"Raimais (Japan, first revision)";320x224@60;H
+rallybik;"Rally Bike / Dash Yarou";320x240@55.2;V
+rallyx;"New Rally X - Rally X (32k Ver.?) - Rally-X (Jpn) - Rally-X (Tw)";288x224@60;H
+rallyxa;"Rally X - Rally-X (Jpn, Alt)";288x224@60;H
+rallyxm;"Rally X (Midway)";288x224@60;H
+rallyxmr;"Rally X (Model Racing)";288x224@60;H
+rambo3;"Rambo III (Euro) - Rambo III (Euro, USA, Bra) - Rambo III (Europe) - Rambo III (World, v1.1)";320x224@60;H
+rambo3p;"Rambo III (Europe, Proti?)";320x224@60;H
+rambo3u;"Rambo III (US)";320x224@60;H
+raphero;"Rapid Hero";384x224@56;V
+rastan;"Rastan (Euro, USA, Bra) - Rastan (World Rev 1) - Rastan Saga (Jpn, SMS Mode)";320x240@60;H
+rastana;"Rastan (World)";320x240@60;H
+rastanb;"Rastan (World, Earlier code base)";320x240@60;H
+rastanu;"Rastan (US Rev 1)";320x240@60;H
+rastanua;"Rastan (US)";320x240@60;H
+rastanub;"Rastan (US, Earlier code base)";320x240@60;H
+rastsag2;"Rastan Saga 2 (Japan)";320x224@60;H
+rastsaga;"Rastan Saga (Japan Rev 1)";320x240@60;H
+rastsagaa;"Rastan Saga (Japan Rev 1, Earlier code base)";320x240@60;H
+rastsagab;"Rastan Saga (Japan, Earlier code base)";320x240@60;H
+rayforce;"Ray Force (Ver 2.3A 1994/01/20)";320x224@60;V
+rayforcej;"Ray Force (Ver 2.3J 1994/01/20)";320x224@60;V
+rbff1;"Real Bout Fatal Fury / Real Bout Garou Densetsu (NGM-0";320x224@59;H
+rbff1a;"Real Bout Fatal Fury / Real Bout Garou Densetsu (bug f";320x224@59;H
+rbff1k;"Real Bout Fatal Fury / Real Bout Garou Densetsu (Korea";320x224@59;H
+rbff2;"Real Bout Fatal Fury 2 - The Newcomers / Real Bout Gar";320x224@59;H
+rbff2h;"Real Bout Fatal Fury 2 - The Newcomers / Real Bout Gar";320x224@59;H
+rbff2k;"Real Bout Fatal Fury 2 - The Newcomers (Korean release";320x224@59;H
+rbffspec;"Real Bout Fatal Fury Special / Real Bout Garou Densets";320x224@59;H
+rbffspeck;"Real Bout Fatal Fury Special / Real Bout Garou Densets";320x224@59;H
+rbisland;"Rainbow Islands (new version) - Rainbow Islands - The Story of Bubble Bobble 2 (Euro) - Rainbow Islands Extra (Jpn)";320x224@60;H
+rbislande;"Rainbow Islands (Extra)";320x224@60;H
+rbislando;"Rainbow Islands (old version)";320x224@60;H
+rchase;"Rail Chase (World)";320x224@60;H
+rchasej;"Rail Chase (Japan)";320x224@60;H
+rdaction;"Rad Action / NinjaKun Ashura no Shou";256x192@60;H
+reaktor;"Reaktor (Track & Field conversion)";256x224@60;V
+recalh;"Recalhorn (Ver 1.42J 1994/5/11) (Prototype)";320x232@60;H
+recordbr;"Recordbreaker (World)";320x240@60;H
+redearth;"Red Earth / War-Zard (Euro 961121)";384x224@60;H
+redearthr1;"Red Earth / War-Zard (Euro 961023)";384x224@60;H
+redfoxwp2;"Red Fox War Planes II (China, set 1)";256x224@56;V
+redfoxwp2a;"Red Fox War Planes II (China, set 2)";256x224@56;V
+redhawk;"Red Hawk (US)";256x224@56;V
+redhawkb;"Vince (Redhawk bootleg)";256x224@56;H
+redhawke;"Red Hawk (Excellent Co., Ltd)";256x224@56;V
+redhawkg;"Red Hawk (Greece)";256x224@56;H
+redhawki;"Red Hawk (Italy)";256x224@56;H
+redhawkk;"Red Hawk (Korea)";256x224@56;V
+redrobin;"Red Robin";256x224@60;V
+redufo;"Defend the Terra Attack on the Red UFO";256x224@60;V
+redufob;"Defend the Terra Attack on the Red UFO (bootleg)";256x224@60;V
+regulus;"Regulus (315-5033, rev. A)";240x224@60;V
+reguluso;"Regulus (315-5033)";240x224@60;V
+regulusu;"Regulus (not encrypted)";240x224@60;V
+renegade;"Renegade (Euro, Bra) - Renegade (US)";240x240@60;H
+repulse;"Repulse";288x224@60;V
+rescue;"Rescue - Space Rescue (Euro)";256x224@60;V
+retofinv;"Return of the Invaders";288x224@60;V
+retofinv1;"Return of the Invaders (bootleg set 1)";288x224@60;V
+retofinv2;"Return of the Invaders (bootleg set 2)";288x224@60;V
+revngr84;"Revenger '84 (set 1)";272x236@60;V
+rezon;"Rezon";384x240@60;H
+rezont;"Rezon (Taito)";384x240@60;H
+rf2;"Konami RF2 - Red Fighter";256x224@60;H
+ridhero;"Riding Hero (NGM-006)(NGH-006)";304x224@59;H
+ridheroh;"Riding Hero (set 2)";304x224@59;H
+ridingf;"Riding Fight (Ver 1.0O)";320x224@60;H
+ridingfj;"Riding Fight (Ver 1.0J)";320x224@60;H
+ridingfu;"Riding Fight (Ver 1.0A)";320x224@60;H
+ringdest;"Ring of Destruction - slammasters II (940902 Euro)";384x224@60;H
+ringdesta;"Ring of Destruction - slammasters II (940831 Asia)";384x224@60;H
+ringdesth;"Ring of Destruction - slammasters II (940902 Hispanic)";384x224@60;H
+ringdstd;"Ring of Destruction - slammasters II (940902 Euro Phoe";384x224@60;H
+ringfgt;"Ring Fighter (set 1)";256x224@60;V
+ringfgt2;"Ring Fighter (set 2)";256x224@60;V
+ringohja;"Ring no Ohja (Japan 2 Players ver. N)";288x224@60;H
+ringrage;"Ring Rage (Ver 2.3O 1992/08/09)";320x224@60;H
+ringragej;"Ring Rage (Ver 2.3J 1992/08/09)";320x224@60;H
+ringrageu;"Ring Rage (Ver 2.3A 1992/08/09)";320x224@60;H
+riot;"Riot";256x224@60;H
+riotcity;"Riot City (Japan)";320x224@60;H
+riskchal;"Risky Challenge";320x240@60;H
+rittam;"R&T (Rod-Land prototype?)";256x224@60;H
+rmancp2j;"Rockman: The Power Battle (950922 Japan)";384x224@60;H
+roadf;"Road Fighter (set 1)";256x224@60;V
+roadf2;"Road Fighter (set 2)";256x224@60;V
+roadf3;"Road Fighter (set 3, conversion hack on Hyper Sports P";256x224@60;V
+roboarma;"Robo Army (set 2)";304x224@59;H
+roboarmy;"Robo Army (set 1)";304x224@59;H
+robocop;"Gangcheol RoboCop (Kor) - RoboCop - Robocop (Euro) - Robocop (World revision 4)";256x240@57;H
+robocop2;"Robocop 2 (Euro/Asia v0.10)";320x240@58;H
+robocop2j;"Robocop 2 (Japan v0.11)";320x240@58;H
+robocop2u;"Robocop 2 (US v0.10)";320x240@58;H
+robocop2ua;"Robocop 2 (US v0.05)";320x240@58;H
+robocopb;"Robocop (World bootleg)";256x240@57;H
+robocopb2;"Robocop (Red Corporation World bootleg)";256x240@57;H
+robocopi;"Robocop (Intro demo)";304x224@59;H
+robocopj;"Robocop (Japan)";256x240@57;H
+robocopu;"Robocop (US revision 1)";256x240@57;H
+robocopu0;"Robocop (US revision 0)";256x240@57;H
+robocopw;"Robocop (World revision 3)";256x240@57;H
+robokid;"Atomic Robo-kid (World, Type-2)";256x192@60;H
+robokidj;"Atomic Robo-kid (Japan, Type-2, set 1)";256x192@60;H
+robokidj2;"Atomic Robo-kid (Japan, Type-2, set 2)";256x192@60;H
+robokidj3;"Atomic Robo-kid (Japan)";256x192@60;H
+robowres;"Robo Wres 2001";256x224@60;H
+robotron;"Robotro 2084";292x240@60;H
+rockclim;"Rock Climber";256x224@60;H
+rockduck;"Rock Duck (prototype?)";240x240@57;V
+rockman2j;"Rockman 2 - the power fighters (960708 Japan)";384x224@60;H
+rockmanj;"Rockman - the power battle (950922 Japan)";384x224@60;H
+rockn;"Rock'n Tread (Japan)";320x224@60;V
+rockn2;"Rock'n Tread 2 (Japan)";320x224@60;V
+rockn3;"Rock'n 3 (Japan)";320x224@60;V
+rockn4;"Rock'n 4 (Japan, prototype)";320x224@60;V
+rockna;"Rock'n Tread (Japan, alternate)";320x224@60;V
+rockrage;"Rock'n Rage (World)";256x224@60;H
+rockragea;"Rock'n Rage (prototype?)";256x224@60;H
+rockragej;"Koi no Hotrock (Japan)";256x224@60;H
+rocktris;"Rock Tris";384x240@60;H
+rocktrv2;"MTV Rock-N-Roll Trivia (Part 2)";288x224@60;V
+rocnrope;"Roc 'n Rope - Roc'n Rope";256x224@60;V
+rocnropek;"Roc'n Rope (Kosuka)";256x224@60;V
+rodland;"Rod-Land (World)";256x224@60;H
+rodlandj;"Rod-Land (Japan)";256x224@60;H
+rodlandjb;"Rod-Land (Japan bootleg)";256x224@60;H
+rohga;"Rohga Armor Force (Asia/Europe v5.0)";320x240@58;H
+rohga1;"Rohga Armor Force (Asia/Europe v3.0 Set 1)";320x240@58;H
+rohga2;"Rohga Armor Force (Asia/Europe v3.0 Set 2)";320x240@58;H
+rohgah;"Rohga Armor Force (Hong Kong v3.0)";320x240@58;H
+rohgau;"Rohga Armor Force (US v1.0)";320x240@58;H
+roishtar;"The Return of Ishtar";288x224@60;H
+rolcrush;"Rolling Crush (version 1.07.E - 1999/02/11, Trust lice";304x224@58;H
+rolcrusha;"Rolling Crush (version 1.03.E - 1999/01/29)";304x224@58;H
+rollace;"Roller Aces (set 1)";240x224@60;V
+rollace2;"Roller Aces (set 2)";240x224@60;V
+rollerg;"Rollergames (US)";288x224@60;H
+rollergj;"Rollergames (Japan)";288x224@60;H
+rompers;"Rompers (Japan, new version (Rev B))";288x224@60;V
+romperso;"Rompers (Japan, old version)";288x224@60;V
+ropeman;"Ropeman (bootleg of Roc'n Rope)";256x224@60;V
+rotd;"Rage of the Dragons (NGM-264?)";320x224@59;H
+rotdh;"Rage of the Dragons (NGH-2640)";320x224@59;H
+route16;"Route 16 (set 1)";256x256@60;V
+route16a;"Route 16 (set 2)";256x256@60;V
+route16bl;"Route 16 (bootleg)";256x256@60;V
+route16c;"Route 16 (set 3, bootleg?)";256x256@60;V
+routex;"Route X (bootleg)";256x256@60;V
+rpatrol;"River Patrol (Orca)";256x224@60;H
+rpatrolb;"River Patrol (bootleg)";256x224@60;H
+rpunch;"Rabbit Punch (US)";288x216@60;H
+rshark;"R-Shark";384x240@60;V
+rthun2;"Rolling Thunder 2 - Rolling Thunder 2 (Euro)";288x224@60;H
+rthun2j;"Rolling Thunder 2 (Japan) - Rolling Thunder 2 (Jpn)";288x224@60;H
+rthunder;"Rolling Thunder (rev 3)";288x224@60;H
+rthunder0;"Rolling Thunder (oldest)";288x224@60;H
+rthunder1;"Rolling Thunder (rev 1)";288x224@60;H
+rthunder2;"Rolling Thunder (rev 2)";288x224@60;H
+rthundera;"Rolling Thunder (rev 3, hack)";288x224@60;H
+rtype;"R-Type - R-Type (Jpn) - R-Type (World) - R-Type (World)";384x256@55;H
+rtype2;"R-Type II";384x256@55;H
+rtype2j;"R-Type II (Japan)";384x256@55;H
+rtype2jc;"R-Type II (Japan, revision C)";384x256@55;H
+rtypeb;"R-Type (World bootleg)";384x256@55;H
+rtypej;"R-Type (Japan)";384x256@55;H
+rtypejp;"R-Type (Japan prototype)";384x256@55;H
+rtypeleo;"R-Type Leo (World)";320x240@60;H
+rtypeleoj;"R-Type Leo (Japan)";320x240@60;H
+rtypeu;"R-Type (US)";384x256@55;H
+rugrats;"Rug Rats";288x224@60;V
+rumba;"Rumba Lumber";256x224@60;V
+runark;"Runark (Japan) - Runark (Jpn, Kor)";320x224@60;H
+rundeep;"Run Deep";256x248@60;V
+rushatck;"Rush'n Attack (US)";240x224@60;H
+rushcrsh;"Rush & Crash (Japan)";352x240@60;V
+rygar;"Rygar (US set 1)";256x224@60;H
+rygar2;"Rygar (US set 2)";256x224@60;H
+rygar3;"Rygar (US set 3 Old Version)";256x224@60;H
+rygarb;"Rygar (US, bootleg)";256x224@60;H
+rygarj;"Argus no Senshi (Japan)";256x224@60;H
+ryorioh;"Gourmet Battle Quiz Ryohrioh CooKing (Japan)";336x240@60;H
+ryouran;"VS Mahjong Otome Ryouran";320x240@60;H
+ryujin;"Ryu Jin (Japan)";320x224@60;V
+ryukendn;"Ninja Ryukenden (Japan, set 1)";256x224@60;H
+ryukendna;"Ninja Ryukenden (Japan, set 2)";256x224@60;H
+ryukyu;"RyuKyu (Japan, FD1094 317-5023) - Ryuukyuu - Ryuukyuu (Jpn)";320x224@60;H
+ryukyud;"RyuKyu (Japan, FD1094 317-5023 decrypted)";320x224@60;H
+s1945;"Strikers 1945";320x224@59;V
+s1945a;"Strikers 1945 (Alt)";320x224@59;V
+s1945ii;"Strikers 1945 II";320x224@60;V
+s1945iii;"Strikers 1945 III (World) / Strikers 1999 (Japan)";320x224@60;V
+s1945j;"Strikers 1945 (Japan)";320x224@59;V
+s1945jn;"Strikers 1945 (Japan, unprotected)";320x224@59;V
+s1945k;"Strikers 1945 (Korea)";320x224@59;V
+s1945p;"Strikers 1945 Plus";320x224@59;H
+sabotenb;"Saboten Bombers (set 1)";384x224@56;H
+sabotenba;"Saboten Bombers (set 2)";384x224@56;H
+sadari;"Sadari";384x256@60;H
+safarir;"Safari Rally (World)";256x208@60;V
+safarirj;"Safari Rally (Japan)";256x208@60;V
+sailormn;"Bishoujo Senshi Sailor Moon (Jpn) - Pretty Soldier Sailor Moon (ver. 95/03/22B, Europe)";320x240@58;H
+sailormnh;"Pretty Soldier Sailor Moon (ver. 95/03/22B, Hong Kong)";320x240@58;H
+sailormnj;"Pretty Soldier Sailor Moon (ver. 95/03/22B, Japan)";320x240@58;H
+sailormnk;"Pretty Soldier Sailor Moon (ver. 95/03/22B, Korea)";320x240@58;H
+sailormno;"Pretty Soldier Sailor Moon (ver. 95/03/22, Europe)";320x240@58;H
+sailormnoh;"Pretty Soldier Sailor Moon (ver. 95/03/22, Hong Kong)";320x240@58;H
+sailormnoj;"Pretty Soldier Sailor Moon (ver. 95/03/22, Japan)";320x240@58;H
+sailormnok;"Pretty Soldier Sailor Moon (ver. 95/03/22, Korea)";320x240@58;H
+sailormnot;"Pretty Soldier Sailor Moon (ver. 95/03/22, Taiwan)";320x240@58;H
+sailormnou;"Pretty Soldier Sailor Moon (ver. 95/03/22, USA)";320x240@58;H
+sailormnt;"Pretty Soldier Sailor Moon (ver. 95/03/22B, Taiwan)";320x240@58;H
+sailormnu;"Pretty Soldier Sailor Moon (ver. 95/03/22B, USA)";320x240@58;H
+saiyugou;"Sai Yu Gou Ma Roku (Japan)";256x240@60;H
+saiyugoub1;"Sai Yu Gou Ma Roku (Japan bootleg 1)";256x240@60;H
+saiyugoub2;"Sai Yu Gou Ma Roku (Japan bootleg 2)";256x240@60;H
+salamand;"Salamander - Salamander (Jpn) - Salamander (version D)";256x224@60;H
+salamandj;"Salamander (version J)";256x224@60;H
+samesame;"Same! Same! Same! (2 player alternating ver.) - Same! Same! Same! (Jpn)";320x240@60;V
+samesame2;"Same! Same! Same!";320x240@60;V
+samesamenh;"Same! Same! Same! NEW VER! (v1.00, hack by Trap15)";320x240@60;V
+samsh5sp;"Samurai Shodown V Special / Samurai Spirits Zero Speci";304x224@59;H
+samsh5sph;"Samurai Shodown V Special / Samurai Spirits Zero Speci";304x224@59;H
+samsh5spho;"Samurai Shodown V Special / Samurai Spirits Zero Speci";304x224@59;H
+samsho;"Samurai Shodown (Euro) - Samurai Shodown (USA) - Samurai Shodown / Samurai Spirits (NGM-045)";320x224@59;H
+samsho2;"Samurai Shodown II / Shin Samurai Spirits - Haohmaru j";320x224@59;H
+samsho2k;"Saulabi Spirits / Jin Saulabi Tu Hon (Korean release o";320x224@59;H
+samsho2ka;"Saulabi Spirits / Jin Saulabi Tu Hon (Korean release o";320x224@59;H
+samsho2sp;"Samurai Shodown II / Shin Samurai Spirits - Haohmaru j";320x224@59;H
+samsho3;"Samurai Shodown III / Samurai Spirits - Zankurou Musou";304x224@59;H
+samsho3h;"Samurai Shodown III / Samurai Spirits - Zankurou Musou";304x224@59;H
+samsho4;"Samurai Shodown IV - Amakusa's Revenge / Samurai Spiri";320x224@59;H
+samsho4k;"Pae Wang Jeon Seol / Legend of a Warrior (Korean censo";320x224@59;H
+samsho4sp;"Samurai Shodown IV - Amakusa's Revenge / Samurai Spiri";320x224@59;H
+samsho5;"Samurai Shodown V / Samurai Spirits Zero (NGM-2700)";304x224@59;H
+samsho5b;"Samurai Shodown V / Samurai Spirits Zero (bootleg)";304x224@59;H
+samsho5h;"Samurai Shodown V / Samurai Spirits Zero (NGH-2700)";304x224@59;H
+samsho5x;"Samurai Shodown V / Samurai Spirits Zero (hack of XBOX";304x224@59;H
+samshoa;"Samurai Shodown / Samurai Spirits (NGM-045, alternate";320x224@59;H
+samshoh;"Samurai Shodown / Samurai Spirits (NGH-045)";320x224@59;H
+samuraia;"Samurai Aces (World)";320x224@59;V
+sandscrp;"Sand Scorpion";256x224@60;V
+sandscrpa;"Sand Scorpion (Earlier)";256x224@60;V
+sandscrpb;"Sand Scorpion (Chinese Title Screen, Revised Hardware)";256x224@60;V
+sarukani;"Saru-Kani-Hamu-Zou (Japan)";320x240@60;H
+saturnzi;"Saturn";256x224@60;V
+sauro;"Sauro";240x224@60;H
+saurob;"Sauro (bootleg)";240x224@60;H
+saurop;"Sauro (Philko license)";240x224@60;H
+saurorr;"Sauro (Recreativos Real S.A. license)";240x224@60;H
+savagere;"Savage Reign / Fu'un Mokushiroku - kakutou sousei";304x224@59;H
+savgbees;"Savage Bees";256x224@60;V
+sbasebal;"Super Champion Baseball (US)";256x224@60;H
+sbasebalj;"Super Champion Baseball (Japan)";256x224@60;H
+sbbros;"Super Buster Bros. (USA 901001)";384x240@60;H
+sbishi;"Super Bishi Bashi Championship (ver JAA, 2 Players)";288x224@60;H
+sbishik;"Super Bishi Bashi Championship (ver KAB, 3 Players)";288x224@60;H
+sbishika;"Super Bishi Bashi Championship (ver KAA, 3 Players)";288x224@60;H
+sboblbobl;"Super Bobble Bobble (bootleg, set 1)";256x224@60;H
+sboblbobla;"Super Bobble Bobble (bootleg, set 2)";256x224@60;H
+sboblboblb;"Super Bobble Bobble (bootleg, set 3)";256x224@60;H
+sboblboblc;"Super Bobble Bobble (bootleg)";256x224@60;H
+sboblbobld;"Super Bobble Bobble (bootleg, set 4)";256x224@60;H
+sbomber;"Space Bomber (ver. B)";320x224@60;V
+sbombera;"Space Bomber";320x224@60;V
+sbsgomo;"Space Battle Ship Gomorrah";256x224@56;H
+scessjoe;"Success Joe (World)";288x208@60;H
+scfinals;"Super Cup Finals (Ver 2.2O 1994/01/13)";320x224@60;H
+scfinalso;"Super Cup Finals (Ver 2.1O 1993/11/19)";320x224@60;H
+schmeisr;"Schmeiser Robo (Japan)";320x240@58;H
+sci;"Special Criminal Investigation - Special Criminal Investigation (Euro) - Special Criminal Investigation (World set 1)";320x240@60;H
+scia;"Special Criminal Investigation (World set 2)";320x240@60;H
+scij;"Special Criminal Investigation (Japan)";320x240@60;H
+scinegro;"Special Criminal Investigation (Negro bootleg)";320x240@60;H
+scion;"Scion (Jpn) - Scion";240x224@60;H
+scionc;"Scion (Cinematronics)";240x224@60;H
+sciu;"Special Criminal Investigation (US)";320x240@60;H
+scobra;"Super Cobra - Super Cobra - Super Cobra (Jpn)";256x224@60;V
+scobrab;"Super Cobra (bootleg)";256x224@60;V
+scobrae;"Super Cobra (Stern) (encrypted, KONATEC XC-103SS CPU)";256x224@60;V
+scobras;"Super Cobra (Stern)";256x224@60;V
+scobrase;"Super Cobra (Sega)";256x224@60;V
+scontra;"Super Contra";304x224@60;V
+scontraj;"Super Contra (Japan)";304x224@60;V
+scorpion;"Scorpion (set 1)";256x224@60;V
+scorpiona;"Scorpion (set 2)";256x224@60;V
+scorpionb;"Scorpion (set 3)";256x224@60;V
+scorpionmc;"Scorpion (Moon Cresta hardware)";256x224@60;V
+scotrsht;"Scooter Shooter";256x224@60;V
+scramb2;"Scramble (bootleg)";256x224@60;V
+scramblb;"Scramble (bootleg on Galaxian hardware)";256x224@60;V
+scramble;"Scramble";256x224@60;V
+scramblebb;"Scramble (bootleg?)";256x224@60;V
+scramblebf;"Scramble (Karateko, French bootleg)";256x224@60;V
+scrambler;"Scramble (Reben S.A. Spanish bootleg)";256x224@60;V
+scrambles;"Scramble (Stern)";256x224@60;V
+scrambp;"Impacto (Billport S.A., Spanish bootleg of Scramble)";256x224@60;V
+scramce;"Scramble (Centromatic S.A., Spanish bootleg)";256x224@60;V
+scrampt;"Scramble (Petaco S.A., Spanish bootleg)";256x224@60;V
+scramrf;"Scramble (Recreativos Franco, Spanish bootleg)";256x224@60;V
+scregg;"Scrambled Egg";240x240@57;V
+sdfight;"SD Fighters (Korea)";320x240@60;H
+sdgndmps;"SD Gundam Psycho Salamander no Kyoui";320x224@60;H
+sdi;"SDI (Jpn) - SDI - Strategic Defense Initiative (Japan, newer, Syst";320x224@60;H
+sdia;"SDI - Strategic Defense Initiative (Japan, old, System";320x224@60;H
+sdib;"SDI - Strategic Defense Initiative (System 16B, FD1089";320x224@60;H
+sdibl;"SDI - Strategic Defense Initiative (bootleg, original";320x224@60;H
+sdibl2;"SDI - Strategic Defense Initiative (bootleg, set 1)";320x224@60;H
+sdibl3;"SDI - Strategic Defense Initiative (bootleg, set 2)";320x224@60;H
+sdibl4;"SDI - Strategic Defense Initiative (bootleg, set 3)";320x224@60;H
+sdibl5;"SDI - Strategic Defense Initiative (bootleg, set 4)";320x224@60;H
+sdibl6;"SDI - Strategic Defense Initiative (bootleg, set 5)";320x224@60;H
+sdodgeb;"Super Dodge Ball / Kunio no Nekketsu Toukyuu Densetsu";304x224@59;H
+searchar;"SAR - Search And Rescue (World)";256x224@60;V
+searcharj;"SAR - Search And Rescue (Japan)";256x224@60;V
+searcharu;"SAR - Search And Rescue (US)";256x224@60;V
+searchey;"Search Eye (English / Korean / Japanese / Italian)";320x240@60;H
+searcheya;"Search Eye (English / Korean)";320x240@60;H
+searchp2;"Search Eye Plus V2.0";320x240@55;H
+secretag;"Secret Agent (World revision 3)";256x240@57;H
+secretagj;"Secret Agent (Japan revision 2)";256x240@57;H
+sectionz;"Section Z (set 1)";256x240@60;H
+sectionza;"Section Z (set 2)";256x240@60;H
+sectrzon;"Sector Zone";256x224@60;V
+seganinj;"Sega Ninja (315-5102)";256x224@60;H
+seganinju;"Sega Ninja (not encrypted)";256x224@60;H
+seicross;"Seicross";256x224@60;V
+selfeena;"Sel Feena";320x224@60;H
+semibase;"MuHanSeungBu (SemiCom Baseball) (Korea)";320x240@60;H
+sengekis;"Sengeki Striker (Asia)";320x240@60;V
+sengekisj;"Sengeki Striker (Japan)";320x240@60;V
+sengoku;"Sengoku / Sengoku Denshou (NGM-017)(NGH-017)";320x224@59;H
+sengoku2;"Sengoku 2 / Sengoku Denshou 2";304x224@59;H
+sengoku3;"Sengoku 3 / Sengoku Densho 2001";320x224@59;H
+sengoku3s;"Sengoku 3 / Sengoku Densho 2001 (Evolution 1.0, FCHT h";320x224@59;H
+sengokuh;"Sengoku / Sengoku Denshou (NGH-017)(US)";320x224@59;H
+senknow;"Sen-Know (Japan)";320x240@60;H
+sf;"Galaxian (bootleg, set 1) - Marvel Super Heroes vs Street Fighter (970625 Euro) - Radica: Street Fighter Pack (Euro) - Street Fighter (US, set 1) - X-Men vs Street Fighter (961004 Euro) - Yu Yu Hakusho - Sunset Fighters (Bra)";384x224@60;H
+sf2;"Hyper Street Fighter II: The Anniversary Edition (0402 - Street Fighter II (Bra) - Street Fighter II - The World Warrior (910522 etc) - Street Fighter II' - Special Champion Edition (Euro) - Super Street Fighter II - The New Challengers (Euro) - Super Street Fighter II - the new challengers (super s";384x224@60;H
+sf2acc;"Street Fighter II' - Champion Edition (Accelerator! bo";384x224@60;H
+sf2acca;"Street Fighter II' - Champion Edition (Accelerator! bo";384x224@60;H
+sf2accp2;"Street Fighter II' - Champion Edition (Accelerator Pt.";384x224@60;H
+sf2amf;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf2;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf3;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf4;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf5;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf6;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf7;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf8;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2b;"Street Fighter II - The World Warrior (bootleg, 910214";384x224@60;H
+sf2b2;"Street Fighter II - The World Warrior (bootleg, 910214";384x224@60;H
+sf2b3;"Street Fighter II - The World Warrior (bootleg, 910214";384x224@60;H
+sf2bhh;"Street Fighter II' - Champion Edition (Hungh-Hsi bootl";384x224@60;H
+sf2ce;"Street Fighter II' - Champion Edition - Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2cebltw;"Street Fighter II' - Champion Edition (920313 'Taiwan'";384x224@60;H
+sf2ceea;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2ceeab2;"Street Fighter II' - Champion Edition (920313 etc boot";384x224@60;H
+sf2ceeab3;"Street Fighter II' - Champion Edition (920313 etc boot";384x224@60;H
+sf2ceeab4;"Street Fighter II' - Champion Edition (920313 etc boot";384x224@60;H
+sf2ceeab5;"Street Fighter II' - Champion Edition (920313 etc boot";384x224@60;H
+sf2ceeabl;"Street Fighter II' - Champion Edition (920313 etc boot";384x224@60;H
+sf2ceja;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2cejab2;"Street Fighter II' - Champion Edition (920322 Japan bo";384x224@60;H
+sf2cejabl;"Street Fighter II' - Champion Edition (920322 Japan bo";384x224@60;H
+sf2cejb;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2cejc;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2ceua;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2ceuab2;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuab3;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuab4;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuab5;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuab6;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuab7;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuabl;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceub;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2ceuc;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2ceucbl;"Street Fighter II' - Champion Edition (920803 USA boot";384x224@60;H
+sf2ceupl;"Street Fighter II' - Champion Edition (UPL bootleg)";384x224@60;H
+sf2dkot2;"Street Fighter II' - Champion Edition (Double K.O. Tur";384x224@60;H
+sf2dongb;"Street Fighter II': Champion Edition (Dongfang Bubai p";384x224@60;H
+sf2eb;"Street Fighter II - The World Warrior (910214 etc)";384x224@60;H
+sf2ebbl;"Street Fighter II - The World Warrior (TAB Austria boo";384x224@60;H
+sf2ebbl2;"Street Fighter II - The World Warrior (TAB Austria boo";384x224@60;H
+sf2ebbl3;"Street Fighter II - The World Warrior (TAB Austria boo";384x224@60;H
+sf2ed;"Street Fighter II - The World Warrior (910318 etc)";384x224@60;H
+sf2ee;"Street Fighter II - The World Warrior (910228 etc)";384x224@60;H
+sf2em;"Street Fighter II - The World Warrior (910129 etc)";384x224@60;H
+sf2hf;"Street Fighter II' - Hyper Fighting (street fighter 2'";384x224@60;H
+sf2hfj;"Street Fighter II' Turbo - Hyper Fighting (street figh";384x224@60;H
+sf2hfjb;"Street Fighter II' Turbo - Hyper Fighting (bootleg set";384x224@60;H
+sf2hfjb2;"Street Fighter II' Turbo - Hyper Fighting (bootleg set";384x224@60;H
+sf2hfu;"Street Fighter II' - Hyper Fighting (street fighter 2'";384x224@60;H
+sf2j;"Hyper Street Fighter II: The Anniversary Edition (0402 - Street Fighter II - The World Warrior (911210 Japan, C - Street Fighter II' Plus (Jpn, Asia, Kor) - Super Street Fighter II - The New Challengers (Jpn) - Super Street Fighter II - the new challengers (super s";384x224@60;H
+sf2j17;"Street Fighter II - The World Warrior (911210 Japan, C";384x224@60;H
+sf2ja;"Street Fighter II - The World Warrior (910214 Japan)";384x224@60;H
+sf2jc;"Street Fighter II - The World Warrior (910306 Japan)";384x224@60;H
+sf2jf;"Street Fighter II - The World Warrior (910411 Japan)";384x224@60;H
+sf2jh;"Street Fighter II - The World Warrior (910522 Japan)";384x224@60;H
+sf2jl;"Street Fighter II - The World Warrior (920312 Japan)";384x224@60;H
+sf2jla;"Street Fighter II - The World Warrior (911210 Japan, r";384x224@60;H
+sf2koryu;"Street Fighter II' - Xiang Long (bootleg set 1, 811102";384x224@60;H
+sf2koryu2;"Street Fighter II' - Xiang Long (bootleg set 2, 811102";384x224@60;H
+sf2koryu3;"Street Fighter II' - Xiang Long (bootleg set 3, 811102";384x224@60;H
+sf2md;"Street Fighter II' - Champion Edition (Magic Delta, bo";384x224@60;H
+sf2mdt;"Street Fighter II' - Magic Delta Turbo (bootleg set 1";384x224@60;H
+sf2mdta;"Street Fighter II' - Magic Delta Turbo (bootleg set 2";384x224@60;H
+sf2mdtb;"Street Fighter II' - Magic Delta Turbo (bootleg set 3";384x224@60;H
+sf2mdtc;"Street Fighter II' - Magic Delta Turbo (bootleg set 4";384x224@60;H
+sf2mega;"Street Fighter II' - Champion Edition (Mega Co bootleg";384x224@60;H
+sf2mega2;"Street Fighter II' - Champion Edition (Mega Co bootleg";384x224@60;H
+sf2qp1;"Street Fighter II - The World Warrior (Quicken Pt-I bo";384x224@60;H
+sf2rb;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2rb2;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2rb3;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2rb4;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2rb5;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2rb6;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2red;"Street Fighter II' - Champion Edition (Red Wave bootle";384x224@60;H
+sf2red2;"Street Fighter II' - Champion Edition (Red Wave bootle";384x224@60;H
+sf2sl73a;"Street Fighter II' - Champion Edition (Sheng Long v 7.";384x224@60;H
+sf2stt;"Street Fighter II - The World Warrior (STT, TAB Austri";384x224@60;H
+sf2thndr;"Street Fighter II - The World Warrior (Thunder Edition";384x224@60;H
+sf2tlona;"Street Fighter II' - Champion Edition (Tu Long bootleg";384x224@60;H
+sf2tlonb;"Street Fighter II' - Champion Edition (Tu Long bootleg";384x224@60;H
+sf2tlonc;"Street Fighter II' - Champion Edition (Tu Long bootleg";384x224@60;H
+sf2ua;"Street Fighter II - The World Warrior (910206 USA)";384x224@60;H
+sf2ub;"Street Fighter II - The World Warrior (910214 USA)";384x224@60;H
+sf2uc;"Street Fighter II - The World Warrior (910306 USA)";384x224@60;H
+sf2ud;"Street Fighter II - The World Warrior (910318 USA) - Super Street Fighter II - the new challengers (super s";384x224@60;H
+sf2ue;"Street Fighter II - The World Warrior (910228 USA)";384x224@60;H
+sf2uf;"Street Fighter II - The World Warrior (910411 USA)";384x224@60;H
+sf2ug;"Street Fighter II - The World Warrior (910522 USA, rev";384x224@60;H
+sf2ui;"Street Fighter II - The World Warrior (910522 USA, rev";384x224@60;H
+sf2uk;"Street Fighter II - The World Warrior (911101 USA)";384x224@60;H
+sf2v004;"Street Fighter II' - Champion Edition (V004 bootleg se";384x224@60;H
+sf2v0042;"Street Fighter II' - Champion Edition (V004 bootleg se";384x224@60;H
+sf2v0043;"Street Fighter II' - Champion Edition (V004 bootleg se";384x224@60;H
+sf2yyc;"Street Fighter II' - Champion Edition (YYC bootleg set";384x224@60;H
+sf2yyc2;"Street Fighter II' - Champion Edition (YYC bootleg set";384x224@60;H
+sfa;"Marvel Super Heroes vs Street Fighter (970625 Asia) - Street Fighter Alpha - warriors' dreams (950727 Euro) - X-Men vs Street Fighter (961023 Asia)";384x224@60;H
+sfa2;"Street Fighter Alpha 2 (960229 Euro)";384x224@60;H
+sfa2u;"Street Fighter Alpha 2 (960430 USA)";384x224@60;H
+sfa2ur1;"Street Fighter Alpha 2 (960306 USA)";384x224@60;H
+sfa3;"Street Fighter Alpha 3 (980904 Euro)";384x224@60;H
+sfa3b;"Street Fighter Alpha 3 (980629 Brazil)";384x224@60;H
+sfa3h;"Street Fighter Alpha 3 (980904 Hispanic)";384x224@60;H
+sfa3hr1;"Street Fighter Alpha 3 (980629 Hispanic)";384x224@60;H
+sfa3u;"Street Fighter Alpha 3 (980904 USA)";384x224@60;H
+sfa3ud;"Street Fighter Alpha 3 (980904 USA Phoenix Edition)";384x224@60;H
+sfa3ur1;"Street Fighter Alpha 3 (980629 USA)";384x224@60;H
+sfa3us;"Street Fighter Alpha 3 (980616 USA, SAMPLE Version)";384x224@60;H
+sfad;"Street Fighter Alpha - warriors' dreams (950727 Euro P";384x224@60;H
+sfan;"Street Fighter (World, pneumatic buttons)";384x224@60;H
+sfar1;"Street Fighter Alpha - warriors' dreams (950718 Euro) - X-Men vs Street Fighter (961004 Asia)";384x224@60;H
+sfar2;"Street Fighter Alpha - warriors' dreams (950627 Euro) - X-Men vs Street Fighter (960919 Asia)";384x224@60;H
+sfar3;"Street Fighter Alpha - warriors' dreams (950605 Euro) - X-Men vs Street Fighter (960910 Asia)";384x224@60;H
+sfau;"Street Fighter Alpha - warriors' dreams (950627 USA)";384x224@60;H
+sfaud;"Street Fighter Alpha - warriors' dreams (950727 USA Ph";384x224@60;H
+sfiii;"Street Fighter III: New Generation (Euro 970204)";384x224@60;H
+sfiii2;"Street Fighter III 2nd Impact: Giant Attack (USA 97093";384x224@60;H
+sfiii2j;"Street Fighter III 2nd Impact: Giant Attack (Japan 970";384x224@60;H
+sfiii2n;"Street Fighter III 2nd Impact: Giant Attack (Asia 9709";384x224@60;H
+sfiii3;"Street Fighter III 3rd Strike: Fight for the Future (E";384x224@60;H
+sfiii3n;"Street Fighter III 3rd Strike: Fight for the Future (J";384x224@60;H
+sfiii3nr1;"Street Fighter III 3rd Strike: Fight for the Future (J";384x224@60;H
+sfiii3r1;"Street Fighter III 3rd Strike: Fight for the Future (E";384x224@60;H
+sfiii3u;"Street Fighter III 3rd Strike: Fight for the Future (U";384x224@60;H
+sfiii3ur1;"Street Fighter III 3rd Strike: Fight for the Future (U";384x224@60;H
+sfiiia;"Street Fighter III: New Generation (Asia 970204)";384x224@60;H
+sfiiih;"Street Fighter III: New Generation (Hispanic 970204)";384x224@60;H
+sfiiij;"Street Fighter III: New Generation (Japan 970204)";384x224@60;H
+sfiiin;"Street Fighter III: New Generation (Asia 970204, NO CD";384x224@60;H
+sfiiina;"Street Fighter III: New Generation (Asia 970204, NO CD";384x224@60;H
+sfiiiu;"Street Fighter III: New Generation (USA 970204)";384x224@60;H
+sfj;"Marvel Super Heroes vs Street Fighter (970707 Japan) - Street Fighter (Japan) (protected) - X-Men vs Street Fighter (961023 Japan)";384x224@60;H
+sfjan;"Street Fighter (Japan, pneumatic buttons)";384x224@60;H
+sformula;"Super Formula (Japan)";320x240@60;V
+sfp;"Street Fighter (Prototype)";384x224@60;H
+sfua;"Street Fighter (US set 2) (protected)";384x224@60;H
+sfx;"SF-X";256x224@60;H
+sfz2a;"Street Fighter Zero 2 (960227 Asia)";384x224@60;H
+sfz2ad;"Street Fighter Zero 2 (960227 Asia Phoenix Edition)";384x224@60;H
+sfz2al;"Street Fighter Zero 2 Alpha (960826 Asia)";384x224@60;H
+sfz2alb;"Street Fighter Zero 2 Alpha (960813 Brazil)";384x224@60;H
+sfz2ald;"Street Fighter Zero 2 Alpha (960826 Asia Phoenix Editi";384x224@60;H
+sfz2alh;"Street Fighter Zero 2 Alpha (960813 Hispanic)";384x224@60;H
+sfz2alj;"Street Fighter Zero 2 Alpha (960805 Japan)";384x224@60;H
+sfz2b;"Street Fighter Zero 2 (960531 Brazil)";384x224@60;H
+sfz2br1;"Street Fighter Zero 2 (960304 Brazil)";384x224@60;H
+sfz2h;"Street Fighter Zero 2 (960304 Hispanic)";384x224@60;H
+sfz2j;"Street Fighter Zero 2 (960430 Japan)";384x224@60;H
+sfz2jd;"Street Fighter Zero 2 (960227 Japan Phoenix Edition)";384x224@60;H
+sfz2jr1;"Street Fighter Zero 2 (960227 Japan)";384x224@60;H
+sfz2n;"Street Fighter Zero 2 (960229 Oceania)";384x224@60;H
+sfz3a;"Street Fighter Zero 3 (980904 Asia)";384x224@60;H
+sfz3ar1;"Street Fighter Zero 3 (980701 Asia)";384x224@60;H
+sfz3j;"Street Fighter Zero 3 (980904 Japan)";384x224@60;H
+sfz3jr1;"Street Fighter Zero 3 (980727 Japan)";384x224@60;H
+sfz3jr2;"Street Fighter Zero 3 (980629 Japan)";384x224@60;H
+sfz3jr2d;"Street Fighter Zero 3 (980629 Japan Phoenix Edition)";384x224@60;H
+sfza;"Street Fighter Zero (950627 Asia)";384x224@60;H
+sfzar1;"Street Fighter Zero (950605 Asia)";384x224@60;H
+sfzb;"Street Fighter Zero (951109 Brazil)";384x224@60;H
+sfzbr1;"Street Fighter Zero (950727 Brazil)";384x224@60;H
+sfzch;"Street Fighter Zero (CPS Changer, 951020 Japan)";384x224@60;H
+sfzh;"Street Fighter Zero (950718 Hispanic)";384x224@60;H
+sfzhr1;"Street Fighter Zero (950627 Hispanic)";384x224@60;H
+sfzj;"Street Fighter Zero (950727 Japan)";384x224@60;H
+sfzjr1;"Street Fighter Zero (950627 Japan)";384x224@60;H
+sfzjr2;"Street Fighter Zero (950605 Japan)";384x224@60;H
+sgemf;"Super Gem Fighter Mini Mix (970904 USA)";384x224@60;H
+sgemfa;"Super Gem Fighter Mini Mix (970904 Asia)";384x224@60;H
+sgemfd;"Super Gem Fighter Mini Mix (970904 USA Phoenix Edition";384x224@60;H
+sgemfh;"Super Gem Fighter Mini Mix (970904 Hispanic)";384x224@60;H
+sgladiat;"Gladiator 1984";288x224@60;H
+sgunner;"Steel Gunner (Rev B)";288x224@60;H
+sgunner2;"Steel Gunner 2 (US)";288x224@60;H
+sgunner2j;"Steel Gunner 2 (Japan, Rev A)";288x224@60;H
+sgunnerj;"Steel Gunner (Japan)";288x224@60;H
+sgyxz;"Sangokushi II: Sanguo Yingxiong Zhuan (Chinese bootleg";384x224@60;H
+shackled;"Shackled (US)";256x240@58;H
+shadfrce;"Shadow Force (World, Version 3)";320x256@60;H
+shadfrcej;"Shadow Force (Japan, Version 2)";320x256@60;H
+shadfrceu;"Shadow Force (US, Version 2)";320x256@60;H
+shadowld;"Shadowland (YD3)";288x224@60;H
+shadoww;"Shadow Warriors (World, set 1)";256x224@60;H
+shadowwa;"Shadow Warriors (World, set 2)";256x224@60;H
+shangon;"Super Hang-On (sitdown/upright, unprotected) - Super Hang-On (World, Rev. A)";320x224@60;H
+shangon1;"Super Hang-On (mini ride-on, FD1089B 317-0034) - Super Hang-On (World)";320x224@60;H
+shangon2;"Super Hang-On (mini ride-on, Rev A, FD1089B 317-0034)";320x224@60;H
+shangon3;"Super Hang-On (sitdown/upright, FD1089B 317-0034)";320x224@60;H
+shangon3d;"Super Hang-On (sitdown/upright, FD1089B 317-0034 decry";320x224@60;H
+shangonle;"Limited Edition Hang-On";320x224@60;H
+shaolinb;"Shao-lin's Road (set 2)";256x224@60;V
+shaolins;"Shao-lin's Road (set 1)";256x224@60;V
+sharrier;"Space Harrier - Space Harrier - Space Harrier (Euro) - Space Harrier (Rev A, 8751 315-5163A) - Space Harrier (World) - Space Harrier II (World)";320x224@60;H
+sharrier1;"Space Harrier (8751 315-5163)";320x224@60;H
+shdancer;"Shadow Dancer (Euro, Bra, Kor) - Shadow Dancer (set 3, US) - Shadow Dancer - The Secret of Shinobi (World)";320x224@60;H
+shdancer1;"Shadow Dancer (set 1)";320x224@60;H
+shdancerj;"Shadow Dancer (set 2, Japan)";320x224@60;H
+shinfz;"Shinobi / FZ-2006 (Korean System 16 bootleg) (ISG Sele";320x224@60;H
+shinobi;"Shinobi - Shinobi (Euro, USA, Bra, v1) - Shinobi (set 6, System 16A, unprotected) - The GG Shinobi (Euro, USA)";320x224@60;H
+shinobi1;"Shinobi (set 1, System 16A, FD1094 317-0050)";320x224@60;H
+shinobi1d;"Shinobi (set 1, System 16A, FD1094 317-0050 decrypted)";320x224@60;H
+shinobi2;"Shinobi (set 2, System 16B, FD1094 317-0049) - The GG Shinobi II (World)";320x224@60;H
+shinobi2d;"Shinobi (set 2, System 16B, FD1094 317-0049 decrypted)";320x224@60;H
+shinobi3;"Shinobi (set 3, System 16B, MC-8123B 317-0054) - Shinobi III - Return of the Ninja Master (Euro)";320x224@60;H
+shinobi4;"Shinobi (set 4, System 16B, MC-8123B 317-0054)";320x224@60;H
+shinobi5;"Shinobi (set 5, System 16B, unprotected)";320x224@60;H
+shinoblb;"Shinobi (beta bootleg, System 16A)";320x224@60;H
+shinobls;"Shinobi (Star bootleg, System 16A)";320x224@60;H
+shippumd;"Shippu Mahou Daisakusen - Kingdom Grandprix";320x240@60;V
+shisen2;"Shisensho II";384x240@60;H
+shocking;"Shocking";384x224@60;H
+shocktr2;"Shock Troopers - 2nd Squad";304x224@59;H
+shocktro;"Shock Troopers (set 1)";304x224@59;H
+shocktroa;"Shock Troopers (set 2)";304x224@59;H
+shogwarr;"Shogun Warriors (World)";256x224@60;H
+shogwarrk;"Shogun Warriors (Korea?)";256x224@60;H
+shogwarru;"Shogun Warriors (US)";256x224@60;H
+shootout;"Shoot Out (US)";256x240@60;H
+shootoutb;"Shoot Out (Korean Bootleg)";256x240@60;H
+shootoutj;"Shoot Out (Japan)";256x240@60;H
+shtrider;"Shot Rider";240x256@60;V
+shtridera;"Shot Rider (Sigma license)";240x256@60;V
+sidearms;"Side Arms - Hyper Dyne (World, 861129) - Sidearms - Hyper Dyne - Sidearms - Hyper Dyne";384x224@60;H
+sidearmsj;"Side Arms - Hyper Dyne (Japan, 861128)";384x224@60;H
+sidearmsu;"Side Arms - Hyper Dyne (US, 861202)";384x224@60;H
+sidearmsur1;"Side Arms - Hyper Dyne (US, 861128)";384x224@60;H
+sidepckt;"Side Pocket (World)";256x224@58;H
+sidepcktb;"Side Pocket (bootleg set 1)";256x224@58;H
+sidepcktb2;"Side Pocket (bootleg set 2)";256x224@58;H
+sidepcktj;"Side Pocket (Japan)";256x224@58;H
+silentd;"Silent Debuggers - Silent Debuggers - Silent Dragon (World)";320x224@60;H
+silentdj;"Silent Dragon (Japan)";320x224@60;H
+silentdu;"Silent Dragon (US)";320x224@60;H
+silkroad;"The Legend of Silkroad";380x224@60;H
+silkroada;"The Legend of Silkroad (larger roms)";380x224@60;H
+silkworm;"Silk Worm (World)";256x224@60;H
+silkwormb;"Silk Worm (bootleg)";256x224@60;H
+silkwormj;"Silk Worm (Japan)";256x224@60;H
+silkwormp;"Silk Worm (prototype?)";256x224@60;H
+silvland;"Silver Land";256x224@60;H
+silvmil;"Silver Millennium";320x240@60;V
+simpsons;"The Simpsons (4 Players World, set 1)";288x224@60;H
+simpsons2p;"The Simpsons (2 Players World, set 1)";288x224@60;H
+simpsons2p2;"The Simpsons (2 Players World, set 2)";288x224@60;H
+simpsons2p3;"The Simpsons (2 Players World, set 3)";288x224@60;H
+simpsons2pa;"The Simpsons (2 Players Asia)";288x224@60;H
+simpsons2pj;"The Simpsons (2 Players Japan)";288x224@60;H
+simpsons4pa;"The Simpsons (4 Players World, set 2)";288x224@60;H
+sinvasn;"Space Invasion (Europe)";256x224@60;V
+sinvasnb;"Space Invasion (bootleg)";256x224@60;V
+sisv;"Space Invaders (SV Version rev 4)";260x224@60;V
+sisv2;"Space Invaders (SV Version rev 2)";260x224@60;V
+sisv3;"Space Invaders (SV Version rev 3)";260x224@60;V
+sitv;"Space Invaders (TV Version rev 2)";260x224@60;V
+sitv1;"Space Invaders (TV Version rev 1)";260x224@60;V
+sjryuko;"Sukeban Jansi Ryuko (set 2, System 16B, FD1089B 317-50";320x224@60;H
+sjryuko1;"Sukeban Jansi Ryuko (set 1, System 16A, FD1089B 317-50";320x224@60;H
+skingame;"The Irem Skins Game (US set 1)";320x240@60;H
+skingame2;"The Irem Skins Game (US set 2)";320x240@60;H
+skyadvnt;"Sky Adventure (World)";256x224@60;V
+skyadvntj;"Sky Adventure (Japan)";256x224@60;V
+skyadvntu;"Sky Adventure (US)";256x224@60;V
+skyalert;"Sky Alert";360x224@60;V
+skyarmy;"Sky Army";256x240@60;V
+skybase;"Sky Base";256x224@60;V
+skyfox;"Sky Fox";320x224@60;V
+skykid;"Sky Kid (new version)";288x224@60;H
+skykidd;"Sky Kid (CUS60 version)";288x224@60;H
+skykiddx;"Sky Kid Deluxe (set 1)";288x224@60;H
+skykiddxo;"Sky Kid Deluxe (set 2)";288x224@60;H
+skykido;"Sky Kid (old version)";288x224@60;H
+skykids;"Sky Kid (Sipem)";288x224@60;H
+skylancr;"Sky Lancer";236x224@60;V
+skylancre;"Sky Lancer (Esco Trading Co license)";236x224@60;V
+skyraidr;"Sky Raiders";256x224@60;V
+skyrobo;"Sky Robo";320x240@60;H
+skyshark;"Sky Shark (US, set 1)";320x240@55;V
+skysharka;"Sky Shark (US, set 2)";320x240@55;V
+skyskipr;"Sky Skipper";512x448@60;H
+skysmash;"Sky Smasher";256x224@60;V
+skysoldr;"Sky Soldiers (US)";256x224@60;V
+skysoldrbl;"Sky Soldiers (bootleg)";256x224@60;V
+skywolf;"Sky Wolf (set 1)";288x224@60;H
+skywolf2;"Sky Wolf (set 2)";288x224@60;H
+skywolf3;"Sky Wolf (set 3)";288x224@60;H
+slammast;"Saturday Night Slam Masters (Slam Masters 930713 etc) - Saturday Night Slammasters (Euro)";384x224@60;H
+slammastu;"Saturday Night Slam Masters (slam masters 930713 USA) - Saturday Night Slammasters (USA)";384x224@60;H
+slampic;"Saturday Night Slam Masters (bootleg (with PIC16c57),";384x224@60;H
+slapfigh;"Slap Fight (Japan set 1) - Slap Fight MD (Jpn)";280x240@60;V
+slapfighb1;"Slap Fight (bootleg set 1)";280x240@60;V
+slapfighb2;"Slap Fight (bootleg set 2)";280x240@60;V
+slapfighb3;"Slap Fight (bootleg set 3)";280x240@60;V
+slapshot;"Slap Shot (Japan) - Slap Shot (USA, v2)";320x224@60;H
+slyspy;"Sly Spy (US revision 4)";256x240@57;H
+slyspy2;"Sly Spy (US revision 2)";256x240@57;H
+slyspy3;"Sly Spy (US revision 3)";256x240@57;H
+smbomb;"Super Muscle Bomber - the international blowout (94083";384x224@60;H
+smbombr1;"Super Muscle Bomber - the international blowout (94080";384x224@60;H
+smgp;"Super Monaco GP (Euro, Bra) - Super Monaco GP (Euro, Jpn, Rev. A) - Super Monaco GP (Euro, USA, Bra) - Super Monaco GP (World, Rev B, FD1094 317-0126a)";320x224@60;H
+smgp5;"Super Monaco GP (World, FD1094 317-0126)";320x224@60;H
+smgp5d;"Super Monaco GP (World, FD1094 317-0126 decrypted)";320x224@60;H
+smgp6;"Super Monaco GP (World, Rev A, FD1094 317-0126a)";320x224@60;H
+smgp6d;"Super Monaco GP (World, Rev A, FD1094 317-0126a decryp";320x224@60;H
+smgpd;"Super Monaco GP (World, Rev B, FD1094 317-0126a decryp";320x224@60;H
+smgpj;"Super Monaco GP (Japan, Rev B, FD1094 317-0124a) - Super Monaco GP (Jpn) - Super Monaco GP (Jpn)";320x224@60;H
+smgpja;"Super Monaco GP (Japan, Rev A, FD1094 317-0124a)";320x224@60;H
+smgpjd;"Super Monaco GP (Japan, Rev B, FD1094 317-0124a decryp";320x224@60;H
+smgpu;"Super Monaco GP (US, Rev C, FD1094 317-0125a) - Super Monaco GP (USA) - Super Monaco GP (USA)";320x224@60;H
+smgpu1;"Super Monaco GP (US, Rev B, FD1094 317-0125a)";320x224@60;H
+smgpu1d;"Super Monaco GP (US, Rev B, FD1094 317-0125a decrypted";320x224@60;H
+smgpu2;"Super Monaco GP (US, Rev A, FD1094 317-0125a)";320x224@60;H
+smgpu2d;"Super Monaco GP (US, Rev A, FD1094 317-0125a decrypted";320x224@60;H
+smgpud;"Super Monaco GP (US, Rev C, FD1094 317-0125a decrypted";320x224@60;H
+smooncrs;"Super Moon Cresta";256x224@60;V
+snapjack;"Snap Jack";240x196@60;H
+snapper;"Snapper (Korea)";320x224@60;H
+sngkace;"Sengoku Ace (Japan, set 1)";320x224@59;V
+sngkacea;"Sengoku Ace (Japan, set 2)";320x224@59;V
+snowboar;"Snow Board Championship (Version 2.1)";384x240@60;H
+snowboara;"Snow Board Championship (Version 2.0)";384x240@60;H
+snowbro2;"Snow Bros. 2 - with new elves";320x240@60;H
+snowbro3;"Snow Brothers 3 - Magical Adventure";256x224@60;H
+snowbros;"Snow Bros. - Nick & Tom (Jpn) - Snow Bros. - Nick & Tom (set 1)";256x224@58;H
+snowbrosa;"Snow Bros. - Nick & Tom (set 2)";256x224@58;H
+snowbrosb;"Snow Bros. - Nick & Tom (set 3)";256x224@58;H
+snowbrosc;"Snow Bros. - Nick & Tom (set 4)";256x224@58;H
+snowbrosd;"Snow Bros. - Nick & Tom (Dooyong license)";256x224@58;H
+snowbrosj;"Snow Bros. - Nick & Tom (Japan)";256x224@58;H
+snowbroswb;"Snow Bros. - Nick & Tom (The Winter Bobble hardware bo";256x224@58;H
+socbrawl;"Soccer Brawl (NGM-031)";304x224@59;H
+socbrawlh;"Soccer Brawl (NGH-031)";304x224@59;H
+sokonuke;"Sokonuke Taisen Game (Japan)";320x240@60;H
+soldam;"Soldam";256x224@60;H
+soldamj;"Soldam (Japan)";256x224@60;H
+soldivid;"Sol Divide - The Sword Of Darkness";320x224@60;H
+soldividk;"Sol Divide - The Sword Of Darkness (Korea)";320x224@60;H
+solfigtr;"Solitary Fighter (World)";320x224@60;H
+solomon;"Solomon no Kagi - Oujo Rihita no Namida (Jpn) - Solomon's Key (US)";256x224@60;H
+solomonj;"Solomon's Key (Japan)";256x224@60;H
+solrwarr;"Solar-Warrior (US)";256x240@60;H
+sonicbom;"Sonic Boom (FD1094 317-0053)";320x224@60;V
+sonicbomd;"Sonic Boom (FD1094 317-0053 decrypted)";320x224@60;V
+sonicwi;"Sonic Wings (Japan)";320x224@60;V
+sonicwi2;"Aero Fighters 2 / Sonic Wings 2";320x224@59;H
+sonicwi3;"Aero Fighters 3 / Sonic Wings 3";320x224@59;H
+sonofphx;"Son of Phoenix";288x224@60;V
+sonson;"Son Son";240x240@60;H
+sonsonj;"Son Son (Japan)";240x240@60;H
+sos;"Aqua Polis SOS (Jpn) - Fever SOS (International, ver. 98/09/25) - Megalopolis SOS (Jpn) - S.O.S Lagoa Poluida (Bra) - SOS - Stop the Express. Bousou Tokkyuu SOS (Jpn)";272x224@60;V
+sotsugyo;"Sotsugyo Shousho";320x240@58;H
+soukobdx;"Souko Ban Deluxe (Japan, SB1)";288x224@60;H
+spacbat2;"Space Battle (bootleg set 2)";256x224@60;V
+spacbatt;"Space Battle (bootleg set 1)";256x224@60;V
+spacecho;"Space Echo (set 1)";256x256@60;V
+spacecho2;"Space Echo (set 2)";256x256@60;V
+spacedx;"Space Invaders DX (US, v2.1)";320x224@60;H
+spacedxj;"Space Invaders DX (Japan, v2.1)";320x224@60;H
+spacedxo;"Space Invaders DX (Japan, v2.0)";320x224@60;H
+spacegun;"Space Gun (Euro) - Space Gun (World)";320x240@60;H
+spacegunj;"Space Gun (Japan)";320x240@60;H
+spacegunu;"Space Gun (US)";320x240@60;H
+spacempr;"Space Empire (bootleg)";256x224@60;V
+spaceplt;"Space Pilot";256x224@60;V
+spang;"Cross Pang - Super Pang (World 900914)";384x240@60;H
+spangj;"Super Pang (Japan 901023)";384x240@60;H
+sparkman;"Spark Man (v2.0, set 1)";256x224@60;H
+spartanx;"Spartan X (Japan)";256x256@60;H
+spatter;"Spatter";240x224@60;H
+spcdrag;"Space Dragon (Moon Cresta bootleg, set 1)";256x224@60;V
+spcdraga;"Space Dragon (Moon Cresta bootleg, set 2)";256x224@60;V
+spcinv95;"Space Invaders '95: The Attack Of Lunar Loonies (Ver 2";320x224@60;V
+spcinv95u;"Space Invaders '95: The Attack Of Lunar Loonies (Ver 2";320x224@60;V
+spcinvdj;"Space Invaders DX (Ver 2.6J 1994/09/14) (F3 Version)";320x232@60;H
+spcpostn;"Space Position (Japan)";256x240@60;V
+spctbird;"Space Thunderbird";256x224@60;V
+spdcoin;"Speed Coin (prototype)";256x224@60;V
+speakres;"Speak & Rescue";256x256@60;V
+speakresb;"Speak & Rescue (bootleg)";256x256@60;V
+spec2k;"Spectrum 2000 (vertical)";256x224@56;V
+spec2kh;"Spectrum 2000 (horizontal, buggy) (Europe)";256x224@56;H
+speedspn;"Speed Spin";384x240@60;H
+spelunk2;"Spelunker II - 23 no Kagi (Japan)";384x256@60;H
+spelunkr;"Spelunker - Spelunker (Jpn)";384x256@60;H
+spelunkrj;"Spelunker (Japan)";384x256@60;H
+spf2t;"Super Puzzle Fighter II Turbo (Super Puzzle Fighter 2";384x224@60;H
+spf2ta;"Super Puzzle Fighter II Turbo (Super Puzzle Fighter 2";384x224@60;H
+spf2td;"Super Puzzle Fighter II Turbo (Super Puzzle Fighter 2";384x224@60;H
+spf2th;"Super Puzzle Fighter II Turbo (Super Puzzle Fighter 2";384x224@60;H
+spf2tu;"Super Puzzle Fighter II Turbo (Super Puzzle Fighter 2";384x224@60;H
+spf2xj;"Super Puzzle Fighter II X (Super Puzzle Fighter 2 X 96";384x224@60;H
+spf2xjd;"Super Puzzle Fighter II X (Super Puzzle Fighter 2 X 96";384x224@60;H
+spidermi;"Spiderman (Intro demo)";304x224@59;H
+spinlbrk;"Spinal Breakers (World)";352x240@60;H
+spinlbrkj;"Spinal Breakers (Japan)";352x240@60;H
+spinlbrku;"Spinal Breakers (US)";352x240@60;H
+spinmast;"Spin Master / Miracle Adventure";304x224@59;H
+splatter;"Splatter House (World, new version (SH3))";288x224@60;H
+splatter2;"Splatter House (World, old version (SH2))";288x224@60;H
+splatterj;"Splatter House (Japan, SH1)";288x224@60;H
+spnchout;"Super Punch-Out!! (Rev B)";448x256@60;V
+spnchouta;"Super Punch-Out!! (Rev A)";448x256@60;V
+spnchoutj;"Super Punch-Out!! (Japan)";448x256@60;V
+sprglbpg;"Super Glob (Pac-Man hardware) German";288x224@60;V
+sprglobp;"Super Glob (Pac-Man hardware)";288x224@60;V
+springer;"Springer";256x224@60;V
+spy;"Future Spy - S.P.Y. - Special Project Y (World ver. N) - Sly Spy (US revision 4) - Spy vs. Spy (Euro, USA, Bra) - The Super Spy (NGM-011)(NGH-011)";304x216@60;H
+spyu;"S.P.Y. - Special Project Y (US ver. M)";304x216@60;H
+sqbert;"Faster, Harder, More Challenging Q*bert (prototype)";256x240@60;V
+squash;"Squash (Ver. 1.0)";320x240@60;H
+sraider;"Space Raider";240x192@60;V
+sranger;"Super Ranger (v2.0)";256x224@60;H
+srdarwin;"Super Real Darwin (World)";256x240@58;V
+srdarwinj;"Super Real Darwin (Japan)";256x240@58;V
+srdmissn;"S.R.D. Mission";288x224@60;V
+srmp4;"Super Real Mahjong PIV (Japan)";336x240@60;H
+srmp4o;"Super Real Mahjong PIV (Japan, older set)";336x240@60;H
+srmp7;"Super Real Mahjong P7 (Japan)";336x239@60;H
+srumbler;"The Speed Rumbler (set 1)";352x240@60;V
+srumbler2;"The Speed Rumbler (set 2)";352x240@60;V
+srumbler3;"The Speed Rumbler (set 3)";352x240@60;V
+ssanchan;"Sanrin San Chan (Japan)";240x224@60;H
+sscandal;"Seishun Scandal (315-5132, Japan)";256x224@60;H
+ssf2;"Super Street Fighter II - The New Challengers (Euro) - Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2a;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2ar1;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2d;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2h;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2j;"Super Street Fighter II - The New Challengers (Jpn) - Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2jr1;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2jr2;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2r1;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2t;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2ta;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2tad;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2tb;"Super Street Fighter II - the tournament battle (93111";384x224@60;H
+ssf2tba;"Super Street Fighter II - the tournament battle (93100";384x224@60;H
+ssf2tbd;"Super Street Fighter II - the tournament battle (93111";384x224@60;H
+ssf2tbh;"Super Street Fighter II - the tournament battle (93100";384x224@60;H
+ssf2tbj;"Super Street Fighter II - the tournament battle (93100";384x224@60;H
+ssf2tbj1;"Super Street Fighter II - the tournament battle (93091";384x224@60;H
+ssf2tbr1;"Super Street Fighter II - the tournament battle (93091";384x224@60;H
+ssf2td;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2th;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2tu;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2tur1;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2u;"Super Street Fighter II - the new challengers (super s - Super Street Fighter II - The New Challengers (USA)";384x224@60;H
+ssf2ud;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2xj;"Super Street Fighter II X - grand master challenge (su";384x224@60;H
+ssf2xjr1;"Super Street Fighter II X - grand master challenge (su";384x224@60;H
+ssf2xjr1d;"Super Street Fighter II X - grand master challenge (su";384x224@60;H
+ssf2xjr1r;"Super Street Fighter II X - grand master challenge (su";384x224@60;H
+ssi;"Andre Agassi Tennis (Euro) - Andre Agassi Tennis (Euro, Bra) - Andre Agassi Tennis (USA) - Super Space Invaders '91 (World)";320x224@60;V
+ssideki;"Super Sidekicks / Tokuten Ou";304x224@59;H
+ssideki2;"Super Sidekicks 2 - The World Championship / Tokuten O";320x224@59;H
+ssideki3;"Super Sidekicks 3 - The Next Glory / Tokuten Ou 3 - ei";320x224@59;H
+ssideki4;"The Ultimate 11 - The SNK Football Championship / Toku";320x224@59;H
+ssmissin;"S.S. Mission";256x224@56;V
+ssoldier;"Superior Soldiers (US)";320x240@60;H
+ssozumo;"Syusse Oozumou (Japan)";256x240@60;V
+ssprint;"Super Sprint (Atari System 2)";512x384@60;H
+ssriders;"Sunset Riders (4 Players ver. EAC) - Sunset Riders (Euro)";288x224@60;H
+ssridersabd;"Sunset Riders (2 Players ver. ABD)";288x224@60;H
+ssridersadd;"Sunset Riders (4 Players ver. ADD)";288x224@60;H
+ssriderseaa;"Sunset Riders (4 Players ver. EAA)";288x224@60;H
+ssridersebc;"Sunset Riders (2 Players ver. EBC)";288x224@60;H
+ssridersebd;"Sunset Riders (2 Players ver. EBD)";288x224@60;H
+ssridersjac;"Sunset Riders (4 Players ver. JAC)";288x224@60;H
+ssridersjad;"Sunset Riders (4 Players ver. JAD)";288x224@60;H
+ssridersjbd;"Sunset Riders (2 Players ver. JBD)";288x224@60;H
+ssridersuab;"Sunset Riders (4 Players ver. UAB)";288x224@60;H
+ssridersuac;"Sunset Riders (4 Players ver. UAC)";288x224@60;H
+ssridersubc;"Sunset Riders (2 Players ver. UBC)";288x224@60;H
+ssridersuda;"Sunset Riders (4 Players ver. UDA)";288x224@60;H
+sstarcrs;"Super Star Crest";256x224@60;V
+sstingry;"Super Stingray (Japan)";256x224@60;V
+sstriker;"Sorcer Striker (World)";320x240@60;V
+sstrikera;"Sorcer Striker (World, alt)";320x240@60;V
+stagger1;"Stagger I (Japan)";256x224@56;V
+stakwin;"Stakes Winner / Stakes Winner - GI kinzen seiha e no m";320x224@59;H
+stakwin2;"Stakes Winner 2";320x224@59;H
+starfght;"Star Fighter";256x224@60;V
+starfgmc;"Star Fighter (Moon Cresta bootleg)";256x224@60;V
+starfigh;"Star Fighter (v1)";256x224@60;V
+starjack;"Star Jacker (Euro, Jpn, v1.2) - Star Jacker (Sega)";240x224@60;V
+starjacks;"Star Jacker (Stern)";240x224@60;V
+stdragon;"Saint Dragon (set 1)";256x224@60;H
+stdragona;"Saint Dragon (set 2)";256x224@60;H
+stdragonb;"Saint Dragon (bootleg)";256x224@60;H
+stera;"Steraranger (Moon Cresta bootleg)";256x224@60;V
+stg;"Juno First (Gottlieb) - Moon Cresta (Gremlin) - Strike Gunner S.T.G";384x240@60;V
+stinger;"Stinger";256x224@60;V
+stinger2;"Stinger (prototype?)";256x224@60;V
+stlforce;"Steel Force";368x240@58;H
+stmblade;"Storm Blade (US)";352x240@60;V
+stmbladej;"Storm Blade (Japan)";352x240@60;V
+strahl;"Koutetsu Yousai Strahl (Japan set 1)";256x224@56;H
+strahla;"Koutetsu Yousai Strahl (Japan set 2)";256x224@56;H
+stratgys;"Strategy X (Stern)";256x224@60;H
+stratgyx;"Strategy X";256x224@60;H
+stratof;"Raiga - Strato Fighter (US)";256x224@60;H
+stratvox;"Stratovox";256x256@60;V
+stratvoxb;"Stratovox (bootleg)";256x256@60;V
+streakng;"Streaking (set 1)";256x224@60;V
+streaknga;"Streaking (set 2)";256x224@60;V
+streetsm;"Street Smart (US version 2)";256x224@60;H
+streetsm1;"Street Smart (US version 1)";256x224@60;H
+streetsmj;"Street Smart (Japan version 1)";256x224@60;H
+streetsmw;"Street Smart (World version 1)";256x224@60;H
+strfbomb;"Strafe Bomb";256x224@60;V
+strhoop;"Street Hoop / Street Slam / Dunk Dream (DEM-004) (DEH-";304x224@59;H
+strider;"Strider (Euro, USA) - Strider (Euro, USA, Bra, Kor) - Strider (US set 1)";384x224@60;H
+striderj;"Strider Hiryu (Japan) - Strider Hiryuu (Jpn, Kor)";384x224@60;H
+striderjr;"Strider Hiryu (Japan Resale Ver.)";384x224@60;H
+striderua;"Strider (US set 2)";384x224@60;H
+strideruc;"Strider (US, Street Fighter II conversion)";384x224@60;H
+striv;"Super Triv";256x224@60;V
+striv2;"Super Triv (set 2)";256x224@60;V
+strkfgtr;"Strike Fighter (World)";320x224@60;H
+strkfgtrj;"Strike Fighter (Japan)";320x224@60;H
+strongx;"Strong X";256x224@60;H
+sub;"688 Attack Sub (Euro, USA) - N-Sub (Euro?) - Submarine (Sigma)";256x224@60;V
+sucasino;"Super Casino";256x224@60;V
+sunaq;"SunA Quiz 6000 Academy (940620-6)";256x224@60;H
+supbtime;"Super Burger Time (World, set 1)";320x240@58;H
+supbtimea;"Super Burger Time (World, set 2)";320x240@58;H
+supbtimej;"Super Burger Time (Japan)";320x240@58;H
+superbar;"Super Bar";384x240@60;V
+superbon;"Agent Super Bond (scobra hardware)";256x224@60;V
+superchs;"Super Chase - Criminal Termination (World)";320x240@60;H
+superchsj;"Super Chase - Criminal Termination (Japan)";320x240@60;H
+superchsu;"Super Chase - Criminal Termination (US)";320x240@60;H
+superg;"Super Galaxians (galaxiaj hack)";256x224@60;V
+superman;"Superman (World) - Superman - The Man of Steel (Euro) - Superman - The Man of Steel (Euro) - Superman - The Man of Steel (Euro, Bra)";384x240@60;H
+supermanj;"Superman (Japan)";384x240@60;H
+supermanu;"Superman (US) - Superman (USA)";384x240@60;H
+superpac;"Super Pac-Man";288x224@60;V
+superpacm;"Super Pac-Man (Midway)";288x224@60;V
+superspy;"The Super Spy (NGM-011)(NGH-011)";304x224@59;H
+superten;"Super Ten V8.3";400x256@60;H
+superx;"Super-X (NTC)";384x240@60;V
+superxm;"Super-X (Mitchell)";384x240@60;V
+supmodel;"Super Model";256x224@60;V
+suprglob;"Super Glob";272x236@60;V
+suprheli;"Super Heli (Super Cobra bootleg)";256x224@60;V
+suprleag;"Super League (Euro) - Super League (FD1094 317-0045)";320x224@60;H
+suprloco;"Super Locomotive (Rev.A)";240x224@60;H
+suprlocoo;"Super Locomotive";240x224@60;H
+suprridr;"Super Rider";256x224@60;V
+suprtrio;"Super Trio";320x240@60;H
+suratk;"Surprise Attack (World ver. K)";304x224@60;H
+suratka;"Surprise Attack (Asia ver. L)";304x224@60;H
+suratkj;"Surprise Attack (Japan ver. M)";304x224@60;H
+survarts;"Survival Arts (World)";336x240@60;H
+survartsj;"Survival Arts (Japan)";336x240@60;H
+survartsu;"Survival Arts (USA)";336x240@60;H
+svc;"SNK vs. Capcom - SVC Chaos (NGM-2690)(NGH-2690)";304x224@59;H
+svcboot;"SNK vs. Capcom - SVC Chaos (bootleg)";304x224@59;H
+svcpcb;"SNK vs. Capcom - SVC Chaos (JAMMA PCB, set 1)";304x224@59;H
+svcpcba;"SNK vs. Capcom - SVC Chaos (JAMMA PCB, set 2)";304x224@59;H
+svcplus;"SNK vs. Capcom - SVC Chaos Plus (bootleg set 1)";304x224@59;H
+svcplusa;"SNK vs. Capcom - SVC Chaos Plus (bootleg set 2)";304x224@59;H
+svcsplus;"SNK vs. Capcom - SVC Chaos Super Plus (bootleg)";304x224@59;H
+svg;"S.V.G. - Spectral vs Generation (V200, China)";448x224@60;H
+svgpcb;"S.V.G. - Spectral vs Generation (V100, Japan, Single P";448x224@60;H
+svolley;"Super Volley Ball (USA) - Super Volleyball - Super Volleyball - Super Volleyball (Japan)";288x216@60;H
+svolleyk;"Super Volleyball (Korea)";288x216@60;H
+svolleyu;"Super Volleyball (US)";288x216@60;H
+svolly91;"Super Volley '91 (Japan)";356x240@60;H
+swarm;"Swarm (bootleg?)";256x224@60;V
+swat;"E-Swat - Cyber Police (set 4, World, FD1094 317-0130) - ESWAT - City Under Siege (Euro, USA, Rev. A) - SWAT (315-5048)";256x224@60;V
+swatpolc;"SWAT Police";320x240@60;H
+swimmer;"Swimmer (set 1)";256x224@60;H
+sws;"Super World Stadium (Japan)";288x224@60;H
+sws92;"Super World Stadium '92 (Japan)";288x224@60;H
+sws92g;"Super World Stadium '92 Gekitouban (Japan)";288x224@60;H
+sws93;"Super World Stadium '93 (Japan)";288x224@60;H
+sxyreac2;"Pachinko Sexy Reaction 2 (Japan)";336x240@60;H
+sxyreact;"Pachinko Sexy Reaction (Japan)";338x240@60;H
+syscheck;"Neo System Check (ver 1.0b)";304x224@59;H
+syvalion;"Syvalion (Japan)";512x400@60;H
+syvalionp;"Syvalion (World, prototype)";512x400@60;H
+szaxxon;"Super Zaxxon";256x224@60;V
+tactcian;"Tactician (set 1)";288x224@60;V
+tactcian2;"Tactician (set 2)";288x224@60;V
+tail2nos;"Tail to Nose - Great Championship";320x240@60;V
+tangtang;"Tang Tang (ver. 0526, 26/05/2000)";320x240@60;H
+tankfrce;"Tank Force (US, 2 Players)";288x224@60;H
+tankfrce4;"Tank Force (US, 4 Players)";288x224@60;H
+tankfrcej;"Tank Force (Japan)";288x224@60;H
+taotaido;"Tao Taido (set 1)";320x224@60;H
+taotaidoa;"Tao Taido (set 2)";320x224@60;H
+tazmani2;"Tazz-Mania (set 2)";256x224@60;V
+tazmania;"Taz-Mania (Euro, Bra) - Taz-Mania (World) - Taz-Mania - The Search for the Lost Seabirds (Euro, US - Tazz-Mania (set 1)";256x224@60;V
+tazzmang;"Tazz-Mania (bootleg on Galaxian hardware)";256x224@60;V
+tazzmang2;"Tazz-Mania (bootleg on Galaxian hardware with Starfiel";256x224@60;V
+tbowl;"Tecmo Bowl (World?)";224x512@60;V
+tbowlj;"Tecmo Bowl (Japan)";224x512@60;V
+tcobra2;"Twin Cobra II (Ver 2.1O 1995/11/30)";320x232@60;V
+tcobra2u;"Twin Cobra II (Ver 2.1A 1995/11/30)";320x232@60;V
+tdpgal;"Triple Draw Poker";256x224@60;V
+tdragon;"Saint Dragon (set 1) - Thunder Dragon (9th Jan. 1992)";256x224@56;V
+tdragon1;"Thunder Dragon (4th Jun. 1991)";256x224@56;V
+tdragon2;"Thunder Dragon 2 (9th Nov. 1993)";384x224@56;V
+tdragon2a;"Thunder Dragon 2 (1st Oct. 1993)";384x224@56;V
+tdragonb;"Saint Dragon (bootleg) - Thunder Dragon (bootleg)";256x224@56;V
+teddybb;"TeddyBoy Blues (315-5115, New Ver.)";256x224@60;H
+teddybbo;"TeddyBoy Blues (315-5115, Old Ver.)";256x224@60;H
+teddybbobl;"TeddyBoy Blues (bootleg)";256x224@60;H
+tekipaki;"Teki Paki";320x240@60;H
+teljan;"Tel Jan";320x240@60;H
+tengai;"Tengai (world)";320x224@59;H
+tengaij;"Tengai0Sengoku Blade - sengoku ace episode II";320x224@59;H
+terracre;"Terra Cresta (YM3526 set 1)";256x224@60;V
+terracrea;"Terra Cresta (YM3526 set 3)";256x224@60;V
+terracren;"Terra Cresta (YM2203)";256x224@60;V
+terracreo;"Terra Cresta (YM3526 set 2)";256x224@60;V
+terraf;"Terra Force";320x240@57;H
+terrafb;"Terra Force (Japan, bootleg set 2)";320x240@60;H
+terrafj;"Terra Force (Japan)";320x240@57;H
+terrafjb;"Terra Force (Japan, bootleg with additional Z80)";320x240@60;H
+terrafu;"Terra Force (US)";320x240@57;H
+tetrbx;"Tetris / Bloxeed (Korean System 16 bootleg) (ISG Selec";320x224@60;H
+tetris;"FA Tetris (Kor) - FA Tetris (Kor) - Super Tetris (Kor, SMS Mode?) - Tetris (Jpn) - Tetris (Kor) - Tetris (set 1) - Tetris (set 4, Japan, System 16A, FD1094 317-0093)";320x224@60;H
+tetris1;"Tetris (Pirate?) - Tetris (set 1, Japan, System 16B, FD1094 317-0091)";320x224@60;H
+tetris1d;"Tetris (set 1, Japan, System 16B, FD1094 317-0091 decr";320x224@60;H
+tetris2;"Tetris (set 2, Japan, System 16B, FD1094 317-0092) - Tetris II (Kor)";320x224@60;H
+tetris2d;"Tetris (set 2, Japan, System 16B, FD1094 317-0092 decr";320x224@60;H
+tetris3;"Tetris (set 3, Japan, System 16A, FD1094 317-0093a)";320x224@60;H
+tetris3d;"Tetris (set 3, Japan, System 16A, FD1094 317-0093a dec";320x224@60;H
+tetrisbl;"Tetris (bootleg)";320x224@60;H
+tetrisd;"Tetris (set 4, Japan, System 16A, FD1094 317-0093 decr";320x224@60;H
+tetrisp2;"Tetris Plus 2 (World)";320x224@60;H
+tetrisp2j;"Tetris Plus 2 (Japan, V2.2)";320x224@60;H
+tetrisp2ja;"Tetris Plus 2 (Japan, V2.1)";320x224@60;H
+tetrisse;"Tetris (Japan, System E)";256x192@60;H
+tetrist;"Tetris (Japan, B-System, YM2610)";320x224@60;H
+tetrista;"Tetris (Japan, B-System, YM2203)";320x224@60;H
+tetristh;"Tetris (Japan, Taito H-System)";320x224@60;H
+tetrsark;"Tetris (D.R. Korea)";256x224@60;H
+tgm2;"Tetris the Absolute The Grand Master 2";320x240@60;H
+tgm2p;"Tetris the Absolute The Grand Master 2 Plus";320x240@60;H
+tharrier;"Task Force Harrier";256x224@56;V
+tharrieru;"Task Force Harrier (US?)";256x224@56;V
+thedeep;"The Deep (Japan)";256x248@60;V
+theend;"The End";256x224@60;V
+theends;"The End (Stern)";256x224@60;V
+theglad;"The Gladiator - Road Of The Sword / Shen Jian (V101)";448x224@60;H
+theglad100;"The Gladiator - Road Of The Sword / Shen Jian (V100, T";448x224@60;H
+theglad101;"The Gladiator - Road Of The Sword / Shen Jian (V100)";448x224@60;H
+thegladpcb;"The Gladiator - Road Of The Sword / Shen Jian (V100, J";448x224@60;H
+theglob;"The Glob";272x236@60;V
+theglob2;"The Glob (earlier)";272x236@60;V
+theglob3;"The Glob (set 3)";272x236@60;V
+theglobp;"The Glob (Pac-Man hardware)";288x224@60;V
+thehustl;"The Hustler (Japan, program code M)";256x224@60;V
+thehustlj;"The Hustler (Japan, program code J)";256x224@60;V
+thepitm;"The Pit (bootleg on Moon Quasar hardware)";256x224@60;V
+theroes;"Thunder Heroes";320x224@58;H
+thetogyu;"The Togyu (315-5065, Japan)";256x224@60;H
+thndblst;"Thunder Blaster (Japan)";320x240@60;V
+thndrbld;"Thunder Blade (upright, FD1094 317-0056)";320x224@60;H
+thndrbld1;"Thunder Blade (deluxe/standing, unprotected)";320x224@60;H
+thndrbldd;"Thunder Blade (upright, FD1094 317-0056 decrypted)";320x224@60;H
+thndrx2;"Thunder Cross II (World)";288x224@60;H
+thndrx2a;"Thunder Cross II (Asia)";288x224@60;H
+thndrx2j;"Thunder Cross II (Japan)";288x224@60;H
+thndzone;"Thunder Zone (World, Rev 1)";320x240@60;H
+thndzone4;"Thunder Zone (World 4 Players)";320x240@60;H
+thndzonea;"Thunder Zone (World)";320x240@60;H
+thndzonej;"Thunder Zone (Japan)";320x240@60;H
+thoop;"Thunder Hoop (Ver. 1)";320x240@60;H
+thunderl;"Thunder & Lightning";384x240@60;V
+thunderx;"Thunder Cross (set 1)";288x224@60;H
+thunderxa;"Thunder Cross (set 2)";288x224@60;H
+thunderxb;"Thunder Cross (set 3)";288x224@60;H
+thunderxj;"Thunder Cross (Japan)";288x224@60;H
+thundfox;"Thunder Fox (World)";320x224@60;H
+thundfoxj;"Thunder Fox (Japan)";320x224@60;H
+thundfoxu;"Thunder Fox (US)";320x224@60;H
+tigerh;"Tiger Heli (US)";280x240@60;V
+tigerhb1;"Tiger Heli (bootleg, set 1)";280x240@60;V
+tigerhb2;"Tiger Heli (bootleg, set 2)";280x240@60;V
+tigerhb3;"Tiger Heli (bootleg, set 3)";280x240@60;V
+tigerhj;"Tiger Heli (Japan)";280x240@60;V
+tigeroad;"Tiger Road (US)";256x224@60;H
+tigeroadb;"Tiger Road (US bootleg, set 1)";256x224@60;H
+tigeroadb2;"Tiger Road (US bootleg, set 2)";256x224@60;H
+tigeroadu;"Tiger Road (US, Romstar license)";256x224@60;H
+timefgtr;"Time Fighter (Time Pilot conversion on Galaxian hardwa";256x224@60;V
+timelimt;"Time Limit";256x224@60;V
+timeplt;"Time Pilot - Time Pilot - Time Pilot (Jpn)";256x224@60;V
+timeplta;"Time Pilot (Atari) - Time Pilot (Jpn, Alt)";256x224@60;V
+timepltc;"Time Pilot (Centuri)";256x224@60;V
+timescan;"Time Scanner (set 2, System 16B)";320x224@60;V
+timescan1;"Time Scanner (set 1, System 16A, FD1089B 317-0024)";320x224@60;V
+timesold;"Time Soldiers (Euro, USA, Bra) - Time Soldiers (US Rev 3)";256x224@60;V
+timesold1;"Time Soldiers (US Rev 1)";256x224@60;V
+timesupd;"Time's Up Demo";304x224@59;H
+tiptop;"Tip Top";256x224@60;V
+tkdensho;"Toukidenshou - Angel Eyes (VER. 960614)";320x240@57;H
+tkdenshoa;"Toukidenshou - Angel Eyes (VER. 960427)";320x240@57;H
+tknight;"Tecmo Knight";256x224@60;H
+tmht;"Teenage Mutant Hero Turtles (UK 4 Players, version F)";304x224@60;H
+tmht22pe;"Teenage Mutant Hero Turtles - Turtles in Time (2 Playe";288x224@60;H
+tmht24pe;"Teenage Mutant Hero Turtles - Turtles in Time (4 Playe";288x224@60;H
+tmht2p;"Teenage Mutant Hero Turtles (UK 2 Players, version U)";304x224@60;H
+tmht2pa;"Teenage Mutant Hero Turtles (UK 2 Players, version ?)";304x224@60;H
+tmhta;"Teenage Mutant Hero Turtles (UK 4 Players, version S)";304x224@60;H
+tmhtb;"Teenage Mutant Hero Turtles (UK 4 Players, version ?)";304x224@60;H
+tmnt;"Streets of Rage 2 - Teenage Mutant Ninja Turtles (Hack - Teenage Mutant Ninja Turtles (World 4 Players, version";304x224@60;H
+tmnt2;"Teenage Mutant Ninja Turtles - Turtles in Time (4 Play";288x224@60;H
+tmnt22pu;"Teenage Mutant Ninja Turtles - Turtles in Time (2 Play";288x224@60;H
+tmnt2a;"Teenage Mutant Ninja Turtles - Turtles in Time (4 Play";288x224@60;H
+tmnt2pj;"Teenage Mutant Ninja Turtles (Japan 2 Players, version";304x224@60;H
+tmnt2po;"Teenage Mutant Ninja Turtles (Oceania 2 Players, versi";304x224@60;H
+tmnta;"Teenage Mutant Ninja Turtles (Asia 4 Players, version";304x224@60;H
+tmnti;"Teenage Mutant Ninja Turtles (Intro demo)";304x224@59;H
+tmntia;"Teenage Mutant Ninja Turtles (Intro demo, alt)";304x224@59;H
+tmntj;"Teenage Mutant Ninja Turtles (Japan 4 Players, version";304x224@60;H
+tmntu;"Teenage Mutant Ninja Turtles (US 4 Players, version R)";304x224@60;H
+tmntua;"Teenage Mutant Ninja Turtles (US 4 Players, version J)";304x224@60;H
+tmntub;"Teenage Mutant Ninja Turtles (US 4 Players, version H)";304x224@60;H
+tndrcade;"Thundercade / Twin Formation";384x224@60;V
+tndrcadej;"Tokusyu Butai U.A.G. (Japan)";384x224@60;V
+tnextspc;"The Next Space (set 1)";256x224@60;V
+tnextspc2;"The Next Space (set 2)";256x224@60;V
+tnextspcj;"The Next Space (Japan)";256x224@60;V
+tnk3;"T.N.K III (US)";288x224@60;V
+tnk3j;"T.A.N.K (Japan)";288x224@60;V
+tnzs;"The New Zealand Story - The New Zealand Story (Euro) - The New Zealand Story (Jpn) - The NewZealand Story (World, newer)";256x224@60;H
+tnzsj;"The NewZealand Story (Japan, new version, newer PCB)";256x224@60;H
+tnzsjo;"The NewZealand Story (Japan, old version) (older PCB)";256x224@60;H
+tnzso;"The NewZealand Story (World, old version) (older PCB)";256x224@60;H
+tnzsoa;"The NewZealand Story (World, unknown version) (older P";256x224@60;H
+tnzsop;"The NewZealand Story (World, prototype) (older PCB)";256x224@60;H
+tnzsuo;"The NewZealand Story (US, old version) (older PCB)";256x224@60;H
+todruaga;"The Tower of Druaga (New Ver.)";288x224@60;V
+todruagao;"The Tower of Druaga (Old Ver.)";288x224@60;V
+todruagas;"The Tower of Druaga (Sidam)";288x224@60;V
+toki;"Toki (World, set 1) - Toki - Going Ape Spit ~ JuJu Densetsu (World, Rev. A)";256x224@60;H
+tokia;"Toki (World, set 2)";256x224@60;H
+tokib;"Toki (bootleg)";256x224@60;H
+tokiob;"Tokio / Scramble Formation (bootleg)";256x224@60;V
+tokip;"Toki (US, prototype?)";256x224@60;H
+tokisens;"Toki no Senshi - Chrono Soldier";256x224@60;V
+tokiu;"Toki (US, set 1)";256x224@60;H
+tokiua;"Toki (US, set 2)";256x224@60;H
+toobin;"Toobin' (Atari 68k based)";512x384@60;V
+topgunbl;"Top Gunner (bootleg, Rotary Joystick)";240x224@60;V
+topgunr;"Top Gunner (US, 8-way Joystick)";240x224@60;V
+tophuntr;"Top Hunter - Roddy & Cathy (NGM-046)";320x224@59;H
+tophuntrh;"Top Hunter - Roddy & Cathy (NGH-046)";320x224@59;H
+toppyrap;"Toppy & Rappy";256x224@58;H
+topsecrt;"Top Secret (Japan)";256x224@60;H
+topspeed;"Top Speed (World)";320x240@60;H
+topspeedu;"Top Speed (US)";320x240@60;H
+toramich;"Tora e no Michi - Tora e no Michi (Japan)";256x224@60;H
+toride2g;"Toride II Adauchi Gaiden";320x224@60;H
+toride2gg;"Toride II Adauchi Gaiden (German)";320x224@60;H
+toride2gk;"Toride II Bok Su Oi Jeon Adauchi Gaiden (Korea)";320x224@60;H
+toride2j;"Toride II (Japan)";320x224@60;H
+toryumon;"Toryumon";320x224@60;H
+totc;"Treasure of the Caribbean";304x224@59;H
+toto;"Come Back Toto";256x224@58;H
+touchgok;"Touch & Go (Korea, unprotected)";480x240@60;H
+toutrun;"Turbo Out Run (Out Run upgrade, FD1094 317-0118) - Turbo OutRun (Euro, Jpn)";320x224@60;H
+toutrun1;"Turbo Out Run (deluxe cockpit, FD1094 317-0109)";320x224@60;H
+toutrun3;"Turbo Out Run (cockpit, FD1094 317-0107)";320x224@60;H
+toutrun3d;"Turbo Out Run (cockpit, FD1094 317-0107 decrypted)";320x224@60;H
+toutrund;"Turbo Out Run (Out Run upgrade, FD1094 317-0118 decryp";320x224@60;H
+toutrunj;"Turbo Out Run (Japan, Out Run upgrade, FD1094 317-0117";320x224@60;H
+toutrunj1;"Turbo Out Run (Japan, deluxe cockpit, FD1094 317-0101)";320x224@60;H
+toutrunj1d;"Turbo Out Run (Japan, deluxe cockpit, FD1094 317-0101";320x224@60;H
+toutrunjd;"Turbo Out Run (Japan, Out Run upgrade, FD1094 317-0117";320x224@60;H
+toypop;"Toypop";288x224@60;H
+tp84;"Time Pilot '84 (set 1)";256x224@60;V
+tp84a;"Time Pilot '84 (set 2)";256x224@60;V
+tp84b;"Time Pilot '84 (set 3)";256x224@60;V
+tpgolf;"Top Player's Golf (NGM-003)(NGH-003)";304x224@59;H
+trackfld;"Track & Field - Track & Field 1 (Euro)";256x224@60;H
+trackfldc;"Track & Field (Centuri)";256x224@60;H
+trackfldnz;"Track & Field (NZ bootleg?)";256x224@60;H
+trally;"Thrash Rally (ALM-003)(ALH-003)";320x224@59;H
+transfrm;"Transformer";256x192@60;H
+travrusa;"Traverse USA / Zippy Race";240x256@60;V
+travrusab;"Traverse USA (bootleg)";240x256@60;V
+trckydoc;"Tricky Doc (set 1)";240x224@60;H
+trckydoca;"Tricky Doc (set 2)";240x224@60;H
+treahunt;"Treasure Hunt (bootleg?)";256x224@60;V
+tricktrp;"Trick Trap (World?)";280x224@60;V
+trigon;"Trigon (Japan)";288x224@60;V
+trikitri;"Triki Triki (Lover Boy bootleg)";240x224@60;V
+triothep;"Trio The Punch - Never Forget Me... (World)";256x240@60;H
+triothepj;"Trio The Punch - Never Forget Me... (Japan)";256x240@60;H
+triplep;"Triple Punch (set 1)";256x224@60;V
+triplepa;"Triple Punch (set 2)";256x224@60;V
+triplfun;"Triple Fun";320x224@60;H
+tripool;"Tri-Pool (Casino Tech)";256x224@60;V
+tripoola;"Tri-Pool (Costal Games)";256x224@60;V
+trojan;"Trojan (US set 1)";256x240@60;H
+trojana;"Trojan (US set 2)";256x240@60;H
+trojanb;"Trojan (bootleg)";256x240@60;H
+trojanj;"Tatakai no Banka (Japan)";256x240@60;H
+trojanr;"Trojan (Romstar)";256x240@60;H
+trophyh;"Trophy Hunting - Bear & Moose V1.0";320x240@60;H
+trstar;"Top Ranking Stars (Ver 2.1O 1993/05/21) (New Version)";320x232@60;H
+trstarj;"Top Ranking Stars (Ver 2.1J 1993/05/21) (New Version)";320x232@60;H
+trstaro;"Top Ranking Stars (Ver 2.1O 1993/05/21) (Old Version)";320x232@60;H
+trstaroj;"Top Ranking Stars (Ver 2.1J 1993/05/21) (Old Version)";320x232@60;H
+truxton;"Truxton (Euro, USA) ~ Tatsujin (Jpn) - Truxton0Tatsujin";320x240@57.6;V
+truxton2;"Truxton II0Tatsujin Oh";320x240@60;V
+trvgns;"Trivia Genius";288x224@60;V
+trvmstr;"Trivia Master (set 1)";288x224@60;V
+trvmstra;"Trivia Master (set 2)";288x224@60;V
+trvmstrb;"Trivia Master (set 3)";288x224@60;V
+trvmstrc;"Trivia Master (set 4)";288x224@60;V
+tsamurai;"Samurai Nihon-Ichi (set 1)";256x224@60;V
+tsamurai2;"Samurai Nihon-Ichi (set 2)";256x224@60;V
+tsamuraih;"Samurai Nihon-Ichi (bootleg, harder)";256x224@60;V
+tshingen;"Shingen Samurai-Fighter (Japan, English)";256x224@60;H
+tshingena;"Takeda Shingen (Japan, Japanese)";256x224@60;H
+tst_galx;"Galaxian Test ROM";256x224@60;V
+ttmahjng;"T.T Mahjong";256x256@60;H
+tturf;"Tough Turf (set 2, Japan, 8751 317-0104)";320x224@60;H
+tturfu;"Tough Turf (set 1, US, 8751 317-0099)";320x224@60;H
+tubeit;"Tube-It";320x224@60;H
+tumbleb;"Tumble Pop (bootleg set 1)";320x240@58;H
+tumbleb2;"Tumble Pop (bootleg set 2)";320x240@58;H
+tumblep;"Tumble Pop (World)";320x240@58;H
+tumblepj;"Tumble Pop (Japan)";320x240@58;H
+turbofrc;"Turbo Force (World)";352x240@60;V
+turbofrcu;"Turbo Force (US)";352x240@60;V
+turfmast;"Neo Turf Masters / Big Tournament Golf";304x224@59;H
+turkhunt;"Turkey Hunting USA V1.0";320x240@60;H
+turpin;"Turpin";256x224@60;V
+turpins;"Turpin (bootleg on Scramble hardware)";256x224@60;V
+turtles;"Turtles";256x224@60;V
+turtship;"Turtle Ship (North America)";384x224@60;H
+turtshipj;"Turtle Ship (Japan)";384x224@60;H
+turtshipk;"Turtle Ship (Korea)";384x224@60;H
+turtshipkn;"Turtle Ship (Korea, 88/9)";384x224@60;H
+turtshipko;"Turtle Ship (Korea, older)";384x224@60;H
+tutankhm;"Tutankham - Tutankham";256x224@60;V
+tutankhms;"Tutankham (Stern Electronics)";256x224@60;V
+twinactn;"Twin Action";256x224@56;H
+twinadv;"Twin Adventure (World)";256x224@58;H
+twinadvk;"Twin Adventure (Korea)";256x224@58;H
+twinbee;"Detana!! Twinbee - Twin Bee (Jpn) - TwinBee (ROM version)";256x224@60;V
+twinbrat;"Twin Brats (set 1)";334x240@58;H
+twinbrata;"Twin Brats (set 2)";334x240@58;H
+twincobr;"Twin Cobra (USA) - Twin Cobra (World)";320x240@54.9;V
+twincobru;"Twin Cobra (US)";320x240@54.9;V
+twineag2;"Twin Eagle II - The Rescue Mission";336x240@60.2;V
+twineagl;"Twin Eagle - Revenge Joe's Brother";384x224@60;V
+twinfalc;"Twin Falcons";384x224@60;H
+twinhawk;"Twin Hawk (Euro) ~ Daisenpuu (Jpn) - Twin Hawk (World)";384x224@60;V
+twinhawku;"Twin Hawk (US)";384x224@60;V
+twinkle;"Twinkle";256x224@58;H
+twinqix;"Twin Qix (Ver 1.0A 1995/01/17) (Prototype)";320x224@60;H
+twinspri;"Twinkle Star Sprites";304x224@59;H
+twocrude;"Two Crude (US FT revision 1) - Two Crude Dudes (Euro)";256x240@58;H
+twocrudea;"Two Crude (US FT version)";256x240@58;H
+tws96;"Tecmo World Soccer '96";304x224@59;H
+typhoon;"Typhoon";304x224@60;V
+uballoon;"Ultra Balloon";256x224@60;H
+uccops;"Undercover Cops (World)";320x240@60;H
+uccopsar;"Undercover Cops (Alpha Renewal Version)";320x240@60;H
+uccopsj;"Undercover Cops (Japan)";320x240@60;H
+uccopsu;"Undercover Cops (US)";320x240@60;H
+uecology;"Ultimate Ecology (931203 Japan)";384x224@60;H
+ufosensi;"Ufo Senshi Yohko Chan (MC-8123, 317-0064)";256x224@60;H
+ultraman;"Ultraman (Japan) - Ultraman (Jpn) - Ultraman (Jpn)";288x224@60;H
+ultrax;"Ultra X Weapons / Ultra Keibitai";336x240@60;V
+ultraxg;"Ultra X Weapons / Ultra Keibitai (GAMEST review build)";336x240@60;V
+umanclub;"Ultraman Club - Tatakae! Ultraman Kyoudai!!";384x240@60;H
+unclepoo;"Uncle Poo";256x224@60;V
+uniwars;"UniWar S";256x224@60;V
+uniwarsa;"UniWar S (bootleg)";256x224@60;V
+unkpacg;"unknown Pac-Man gambling game";256x224@60;H
+unsquad;"U.N. Squadron (US)";384x224@60;H
+uopoko;"Puzzle Uo Poko (International, ver. 98/02/06)";320x240@58;H
+uopokoj;"Puzzle Uo Poko (Japan, ver. 98/02/06)";320x240@58;H
+upndown;"Up'n Down - Up'n Down (315-5030)";256x224@60;V
+upndownu;"Up'n Down (not encrypted)";256x224@60;V
+usclssic;"U.S. Classic";384x240@60;V
+usg182;"Games V18.2";400x256@60;H
+usg185;"Games V18.5";400x256@60;H
+usg187c;"Games V18.7C";400x256@60;H
+usg32;"Super Duper Casino (California V3.2)";400x256@60;H
+usg82;"Super Ten V8.2";400x256@60;H
+usg83x;"Super Ten V8.3X";400x256@60;H
+usgames;"Games V25.4X";400x256@60;H
+utoukond;"Ultra Toukon Densetsu (Japan)";384x224@60;H
+valkyrie;"Valkyrie No Densetsu (Japan) - Walkuere no Densetsu";288x224@60;V
+vampj;"Vampire - the night warriors (940705 Japan)";384x224@60;H
+vampja;"Vampire - the night warriors (940705 Japan, alt)";384x224@60;H
+vampjr1;"Vampire - the night warriors (940630 Japan)";384x224@60;H
+vandyke;"Vandyke (Japan)";256x224@56;V
+vandykeb;"Vandyke (bootleg with PIC16c57)";256x224@56;V
+vandykejal;"Vandyke (Jaleco, Set 1)";256x224@56;V
+vandykejal2;"Vandyke (Jaleco, Set 2)";256x224@56;V
+vangrd2;"Vanguard II";288x216@60;V
+vanvan;"Van-Van Car";256x224@60;V
+vanvanb;"Van-Van Car (set 3)";256x224@60;V
+vanvank;"Van-Van Car (Karateco)";256x224@60;V
+vaportra;"Vapor Trail - Hyper Offence Formation (World revision";256x240@58;V
+vaportra3;"Vapor Trail - Hyper Offence Formation (World revision";256x240@58;V
+vaportrau;"Vapor Trail - Hyper Offence Formation (US)";256x240@58;V
+varth;"Varth - operation thunderstorm (920714 etc)";384x224@60;V
+varthb;"Varth - operation thunderstorm (bootleg, 920612 etc)";384x224@60;V
+varthj;"Varth - operation thunderstorm (920714 Japan)";384x224@60;V
+varthjr;"Varth - operation thunderstorm (920714 Japan Resale Ve";384x224@60;V
+varthr1;"Varth - operation thunderstorm (920612 etc)";384x224@60;V
+varthu;"Varth - operation thunderstorm (920612 USA)";384x224@60;V
+vasara;"Vasara";336x240@60;V
+vasara2;"Vasara 2 (set 1)";336x240@60;V
+vasara2a;"Vasara 2 (set 2)";336x240@60;V
+vastar;"Vastar (set 1)";256x224@60;V
+vastar2;"Vastar (set 2)";256x224@60;V
+vastar3;"Vastar (set 3)";256x224@60;V
+vastar4;"Vastar (set 4)";256x224@60;V
+vautour;"Vautour (bootleg of Phoenix) (8085A CPU)";256x208@60;V
+vautourz;"Vautour (bootleg of Phoenix) (Z80 CPU)";256x208@60;V
+vautourza;"Vautour (bootleg of Phoenix) (Z80 CPU, single PROM)";256x208@60;V
+vblokbrk;"VS Block Breaker (Europe)";320x240@60;H
+vblokbrka;"VS Block Breaker (Asia)";320x240@60;H
+vendetta;"Vendetta (World, 4 Players ver. T)";304x224@60;H
+vendetta2p;"Vendetta (World, 2 Players ver. W)";304x224@60;H
+vendetta2pd;"Vendetta (Asia, 2 Players ver. D)";304x224@60;H
+vendetta2peba;"Vendetta (World, 2 Players ver. EB-A?)";304x224@60;H
+vendetta2pu;"Vendetta (Asia, 2 Players ver. U)";304x224@60;H
+vendetta2pun;"Vendetta (World, 2 Players ver. ?)";304x224@60;H
+vendettaj;"Crime Fighters 2 (Japan, 2 Players ver. P)";304x224@60;H
+vendettar;"Vendetta (US, 4 Players ver. R)";304x224@60;H
+vendettaz;"Vendetta (Asia, 4 Players ver. Z)";304x224@60;H
+venus;"Venus";256x224@60;V
+vfive;"V-Five (Japan) - V-Five (Jpn)";320x240@60;V
+vhunt2;"Vampire Hunter 2 - darkstalkers revenge (970929 Japan)";384x224@60;H
+vhunt2d;"Vampire Hunter 2 - darkstalkers revenge (970913 Japan";384x224@60;H
+vhunt2r1;"Vampire Hunter 2 - darkstalkers revenge (970913 Japan)";384x224@60;H
+vhuntj;"Vampire Hunter - darkstalkers' revenge (950316 Japan)";384x224@60;H
+vhuntjr1;"Vampire Hunter - darkstalkers' revenge (950307 Japan)";384x224@60;H
+vhuntjr1s;"Vampire Hunter - darkstalkers' revenge (950307 Japan s";384x224@60;H
+vhuntjr2;"Vampire Hunter - darkstalkers' revenge (950302 Japan)";384x224@60;H
+victroad;"Victory Road";288x216@60;V
+viewpoin;"Viewpoint - Viewpoint (USA)";304x224@59;H
+vigilant;"Vigilante - Vigilante - Vigilante (Euro, USA, Bra) - Vigilante (Kor) - Vigilante (World, Rev E)";256x256@55;H
+vigilanta;"Vigilante (World, Rev A)";256x256@55;H
+vigilantb;"Vigilante (US, Rev B)";256x256@55;H
+vigilantbl;"Vigilante (bootleg)";256x256@55;H
+vigilantc;"Vigilante (World, Rev C)";256x256@55;H
+vigilantd;"Vigilante (Japan, Rev D)";256x256@55;H
+vigilantg;"Vigilante (US, Rev G)";256x256@55;H
+vigilanto;"Vigilante (US)";256x256@55;H
+vimana;"Vimana (World, set 1)";320x240@58;V
+vimanaj;"Vimana (Japan)";320x240@58;V
+vimanan;"Vimana (World, set 2)";320x240@58;V
+viofight;"Violence Fight (World)";320x224@60;H
+viofightj;"Violence Fight (Japan)";320x224@60;H
+viofightu;"Violence Fight (US)";320x224@60;H
+viostorm;"Violent Storm (ver EAC)";384x224@60;H
+viostorma;"Violent Storm (ver AAC)";384x224@60;H
+viostormab;"Violent Storm (ver AAB)";384x224@60;H
+viostormeb;"Violent Storm (ver EAB)";384x224@60;H
+viostormj;"Violent Storm (ver JAC)";384x224@60;H
+viostormu;"Violent Storm (ver UAC)";384x224@60;H
+viostormub;"Violent Storm (ver UAB)";384x224@60;H
+vliner;"V-Liner (set 1)";304x224@59;H
+vlinero;"V-Liner (set 2)";304x224@59;H
+vmetal;"Varia Metal";320x224@60;V
+vmetaln;"Varia Metal (New Ways Trading Co.)";320x224@60;V
+volfied;"Volfied - Volfied (Jpn) - Volfied (World, revision 1)";320x240@60;V
+volfiedj;"Volfied (Japan, revision 1)";320x240@60;V
+volfiedjo;"Volfied (Japan)";320x240@60;V
+volfiedu;"Volfied (US, revision 1)";320x240@60;V
+vpool;"Video Pool (bootleg on Moon Cresta hardware)";256x224@60;V
+vsav;"Vampire Savior - the lord of vampire (970519 Euro)";384x224@60;H
+vsav2;"Vampire Savior 2 - the lord of vampire (970913 Japan)";384x224@60;H
+vsav2d;"Vampire Savior 2 - the lord of vampire (970913 Japan P";384x224@60;H
+vsava;"Vampire Savior - the lord of vampire (970519 Asia)";384x224@60;H
+vsavd;"Vampire Savior - the lord of vampire (970519 Euro Phoe";384x224@60;H
+vsavh;"Vampire Savior - the lord of vampire (970519 Hispanic)";384x224@60;H
+vsavj;"Vampire Savior - the lord of vampire (970519 Japan)";384x224@60;H
+vsavu;"Vampire Savior - the lord of vampire (970519 USA)";384x224@60;H
+vsgongf;"VS Gong Fight";256x224@60;V
+vulcan;"Vulcan Venture (New)";320x224@60;H
+vulcana;"Vulcan Venture (Old)";320x224@60;H
+vulcanb;"Vulcan Venture (Oldest)";320x224@60;H
+vulgus;"Vulgus (set 1)";256x224@60;V
+vulgusa;"Vulgus (set 2)";256x224@60;V
+vulgusj;"Vulgus (Japan?)";256x224@60;V
+wakuwak7;"Waku Waku 7";304x224@59;H
+wallc;"Wall Crash (set 1)";256x256@60;H
+wallca;"Wall Crash (set 2)";256x256@60;H
+wanted;"Wanted - Wanted (Euro, USA, Bra)";256x224@60;V
+wardner;"Wardner (USA) - Wardner (World)";320x240@60;H
+wardnerj;"Wardner no Mori (Japan) - Wardner no Mori Special (Jpn)";320x240@60;H
+warofbug;"War of the Bugs or Monsterous Manouvers in a Mushroom";256x224@60;V
+warofbugu;"War of the Bugs or Monsterous Manouvers in a Mushroom";256x224@60;V
+warpwarp;"Warp & Warp - Warp & Warp (Jpn)";272x224@60;V
+warpwarpr;"Warp Warp (Rock-Ola set 1)";272x224@60;V
+warpwarpr2;"Warp Warp (Rock-Ola set 2)";272x224@60;V
+warriorb;"Warrior Blade - Rastan Saga Episode III (Japan)";240x640@60;V
+warzard;"War-Zard / Red Earth (Japan 961121)";384x224@60;H
+warzardr1;"War-Zard / Red Earth (Japan 961023)";384x224@60;H
+watrball;"Water Balls";384x240@60;H
+wb3;"Wonder Boy III - Monster Lair (set 6, World, System 16";320x224@60;H
+wb31;"Wonder Boy III - Monster Lair (set 1, Japan, System 16";320x224@60;H
+wb31d;"Wonder Boy III - Monster Lair (set 1, Japan, System 16";320x224@60;H
+wb32;"Wonder Boy III - Monster Lair (set 2, Japan, System 16";320x224@60;H
+wb32d;"Wonder Boy III - Monster Lair (set 2, Japan, System 16";320x224@60;H
+wb33;"Wonder Boy III - Monster Lair (set 3, World, System 16";320x224@60;H
+wb33d;"Wonder Boy III - Monster Lair (set 3, World, System 16";320x224@60;H
+wb34;"Wonder Boy III - Monster Lair (set 4, Japan, System 16";320x224@60;H
+wb34d;"Wonder Boy III - Monster Lair (set 4, Japan, System 16";320x224@60;H
+wb35;"Wonder Boy III - Monster Lair (set 5, Japan, System 16";320x224@60;H
+wb35d;"Wonder Boy III - Monster Lair (set 5, Japan, System 16";320x224@60;H
+wbdeluxe;"Wonder Boy Deluxe";256x224@60;H
+wbml;"Wonder Boy in Monster Land (Japan New Ver., MC-8123, 3";256x224@60;H
+wbmlb;"Wonder Boy in Monster Land (English bootleg set 1)";256x224@60;H
+wbmljb;"Wonder Boy in Monster Land (Japan not encrypted)";256x224@60;H
+wbmljo;"Wonder Boy in Monster Land (Japan Old Ver., MC-8123, 3";256x224@60;H
+wbmlvc;"Wonder Boy in Monster Land (English, Virtual Console)";256x224@60;H
+wboy;"Wonder Boy (Euro) - Wonder Boy (Euro, USA, Bra, v1) - Wonder Boy (Jpn, v1) - Wonder Boy (set 1, 315-5177)";256x224@60;H
+wboy2;"Wonder Boy (set 2, 315-5178)";256x224@60;H
+wboy2u;"Wonder Boy (set 2, not encrypted)";256x224@60;H
+wboy3;"Wonder Boy (set 3, 315-5135) - Wonder Boy III - Monster Lair (Euro) ~ Monster Lair (J - Wonder Boy III - The Dragon's Trap (Euro, USA, Kor)";256x224@60;H
+wboy4;"Wonder Boy (set 4, 315-5162)";256x224@60;H
+wboy5;"Wonder Boy (set 5, bootleg) - Wonder Boy V - Monster World III (Jpn, Kor)";256x224@60;H
+wboyo;"Wonder Boy (set 1, 315-5135)";256x224@60;H
+wboyu;"Wonder Boy (not encrypted)";256x224@60;H
+wc90;"World Cup '90 (World)";256x224@59;H
+wc90a;"World Cup '90 (Euro set 1)";256x224@59;H
+wc90b;"World Cup '90 (Euro set 2)";256x224@59;H
+wc90b1;"Euro League (Italian hack of Tecmo World Cup '90)";256x224@60;H
+wc90b2;"World Cup '90 (bootleg, set 1)";256x224@60;H
+wc90b3;"World Cup '90 (bootleg, set 2)";256x224@60;H
+wc90b4;"World Cup '90 (bootleg, set 3)";256x224@60;H
+wc90ba;"Euro League (Italian hack of Tecmo World Cup '90 - alt";256x224@60;H
+wc90t;"World Cup '90 (trackball)";256x224@59;H
+welltris;"Welltris - Alexey Pajitnov's (World?, 2 players)";352x240@60;H
+welltrisj;"Welltris - Alexey Pajitnov's (Japan, 2 players)";352x240@60;H
+wh1;"World Heroes (ALM-005)";320x224@59;H
+wh1h;"World Heroes (ALH-005)";320x224@59;H
+wh1ha;"World Heroes (set 3)";320x224@59;H
+wh2;"World Heroes 2 (ALM-006)(ALH-006)";304x224@59;H
+wh2j;"World Heroes 2 Jet (ADM-007)(ADH-007)";304x224@59;H
+wh2ja;"World Heroes 2 Jet (ADM-007)";304x224@59;H
+wheelrun;"Wheels Runner";256x224@60;H
+whizz;"Whizz";384x224@60;H
+whoopee;"Pipi & Bibis / Whoopee!! (Teki Paki hardware)";320x240@60;H
+whp;"World Heroes Perfect";320x224@59;H
+wiggie;"Wiggie Waggie";384x240@60;V
+wildfang;"Wild Fang / Tecmo Knight";256x224@60;H
+willow;"Willow (World)";384x224@60;H
+willowj;"Willow (Japan, Japanese)";384x224@60;H
+willowu;"Willow (USA)";384x224@60;H
+willowuo;"Willow (USA Old Ver.)";384x224@60;H
+wilytowr;"Wily Tower";256x224@60;H
+wingforc;"Wing Force (Japan, prototype)";320x224@60;V
+wintbob;"The Winter Bobble (bootleg)";256x224@58;H
+wiping;"Wiping";288x224@60;V
+wits;"Wit's (Japan)";384x240@60;H
+wiz;"Lizard Wizard - Magical Kid Wiz (Jpn) - Magical Kid Wiz (Tw) - Wiz";256x224@60;V
+wizdfire;"Wizard Fire (Over Sea v2.1)";320x240@58;H
+wizdfireu;"Wizard Fire (US v1.1)";320x240@58;H
+wizt;"Wiz (Taito, set 1)";256x224@60;V
+wizta;"Wiz (Taito, set 2)";256x224@60;V
+wjammers;"Windjammers / Flying Power Disc";304x224@59;H
+wldcourt;"World Court (Japan)";288x224@60;H
+wlstar;"Wonder League Star - Sok-Magicball Fighting (Korea)";320x240@60;H
+wmatch;"Water Match (315-5064)";240x224@60;V
+wndrmomo;"Wonder Momo";288x224@60;H
+wndrplnt;"Wonder Planet (Japan)";256x248@60;V
+wof;"Warriors of Fate (921031 etc)";384x224@60;H
+wof3js;"Sangokushi II: San Jian Sheng (Chinese bootleg set 1,";384x224@60;H
+wof3jsa;"Sangokushi II: San Jian Sheng (Chinese bootleg set 2,";384x224@60;H
+wof3sj;"Sangokushi II: San Sheng Jian (Chinese bootleg set 1,";384x224@60;H
+wof3sja;"Sangokushi II: San Sheng Jian (Chinese bootleg set 2,";384x224@60;H
+wofa;"Sangokushi II (921005 Asia)";384x224@60;H
+wofah;"Sangokushi II (hack set 1, 921005 Asia)";384x224@60;H
+wofaha;"Sangokushi II (hack set 2, 921005 Asia)";384x224@60;H
+wofahb;"Sangokushi II (hack set 3, 921005 Asia)";384x224@60;H
+wofb;"Warriors of Fate (bootleg, 921002 etc)";384x224@60;H
+wofch;"Tenchi wo Kurau II - Sekiheki no Tatakai (CPS Changer,";384x224@60;H
+wofchdx;"Sangokushi III Gaiden: Kakou-On's Revenge DX (hack)";384x224@60;H
+wofh;"Sangokushi II: Sanguo Yingxiong Zhuan (Chinese bootleg";384x224@60;H
+wofha;"Sangokushi II: Sanguo Yingxiong Zhuan (Chinese bootleg";384x224@60;H
+wofhfh;"Sangokushi II: Huo Fenghuang (Chinese bootleg, 921005";384x224@60;H
+wofj;"Tenchi wo Kurau II - Sekiheki no Tatakai (921031 Japan";384x224@60;H
+wofjh;"Tenchi wo Kurau II - Sekiheki no Tatakai (hack, 921031";384x224@60;H
+wofr1;"Warriors of Fate (921002 etc)";384x224@60;H
+wofsj;"Sangokushi II: Sheng Jian Sanguo (Chinese bootleg set";384x224@60;H
+wofsja;"Sangokushi II: Sheng Jian Sanguo (Chinese bootleg set";384x224@60;H
+wofsjb;"Sangokushi II: Sheng Jian Sanguo (Chinese bootleg set";384x224@60;H
+wofsjc;"Sangokushi II: Sheng Jian Sanguo (Chinese bootleg set";384x224@60;H
+wofu;"Warriors of Fate (921031 USA)";384x224@60;H
+wolffang;"Wolf Fang -Kuhga 2001- (Japan)";320x240@58;H
+wonder3;"Wonder 3 (910520 Japan)";384x224@60;H
+wondl96;"Wonder League '96 (Korea)";320x240@60;H
+wondstck;"Wonder Stick (set 1)";320x240@60;H
+wondstcka;"Wonder Stick (set 2, censored)";320x240@60;H
+woodpeca;"Woodpecker (set 2)";288x224@60;V
+woodpeck;"Woodpecker (set 1)";288x224@60;V
+worldwar;"World Wars (World?)";400x224@60;V
+wownfant;"WOW New Fantasia";256x224@60;H
+wrally;"World Rally (Version 1.0, Checksum 0E56)";368x232@60;H
+wrallya;"World Rally (Version 1.0, Checksum 3873)";368x232@60;H
+wrallyat;"World Rally (US, 930217)";368x232@60;H
+wrallyb;"World Rally (Version 1.0, Checksum 8AA2)";368x232@60;H
+wrestwar;"Wrestle War (Euro, Jpn) - Wrestle War (set 3, World, 8751 317-0103)";320x224@60;V
+wrestwar1;"Wrestle War (set 1, Japan, FD1094 317-0090)";320x224@60;V
+wrestwar1d;"Wrestle War (set 1, Japan, FD1094 317-0090 decrypted)";320x224@60;V
+wrestwar2;"Wrestle War (set 2, World, FD1094 317-0102)";320x224@60;V
+wrestwar2d;"Wrestle War (set 2, World, FD1094 317-0102 decrypted)";320x224@60;V
+wrofaero;"War of Aero - Project MEIOU";384x240@60;V
+ws;"Jaws (Spa?) - Jimmy White's Whirlwind Snooker (Euro) - News (set 1) - Super World Stadium (Japan) - World Stadium (Japan)";288x224@60;H
+ws89;"World Stadium '89 (Japan)";288x224@60;H
+ws90;"World Stadium '90 (Japan)";288x224@60;H
+wschamp;"Wing Shooting Championship V2.00";320x240@60;H
+wschampa;"Wing Shooting Championship V1.01";320x240@60;H
+wschampb;"Wing Shooting Championship V1.00";320x240@60;H
+wwallyj;"Wally wo Sagase! (rev B, Japan, FD1094 317-0197B)";320x224@60;H
+wwallyja;"Wally wo Sagase! (rev A, Japan, FD1094 317-0197A)";320x224@60;H
+wwallyjad;"Wally wo Sagase! (rev A, Japan, FD1094 317-0197A decry";320x224@60;H
+wwallyjd;"Wally wo Sagase! (rev B, Japan, FD1094 317-0197B decry";320x224@60;H
+wwfsstar;"WWF Superstars (Europe)";256x240@60;H
+wwfsstarb;"WWF Superstars (bootleg)";256x240@60;H
+wwfsstarj;"WWF Superstars (Japan)";256x240@60;H
+wwfsstaru;"WWF Superstars (US, newer)";256x240@60;H
+wwfsstarua;"WWF Superstars (US)";256x240@60;H
+wwfwfest;"WWF WrestleFest (World)";320x240@60;H
+wwfwfestb;"WWF WrestleFest (US bootleg)";320x240@60;H
+wwfwfestj;"WWF WrestleFest (Japan)";320x240@60;H
+wwfwfestk;"WWF WrestleFest (Korea)";320x240@60;H
+wwfwfestu;"WWF WrestleFest (US)";320x240@60;H
+wwjgtin;"Wai Wai Jockey Gate-In!";256x224@60;H
+wyvernf0;"Wyvern F-0";256x224@60;V
+xexex;"Xexex (ver EAA)";384x256@54;H
+xexexa;"Xexex (ver AAA)";384x256@54;H
+xexexj;"Xexex (ver JAA)";384x256@54;H
+xmcota;"X-Men - children of the atom (950331 Euro)";384x224@60;H
+xmcotaa;"X-Men - children of the atom (950105 Asia)";384x224@60;H
+xmcotaar1;"X-Men - children of the atom (941217 Asia)";384x224@60;H
+xmcotah;"X-Men - children of the atom (950331 Hispanic)";384x224@60;H
+xmcotahr1;"X-Men - children of the atom (950105 Hispanic)";384x224@60;H
+xmcotaj;"X-Men - children of the atom (950105 Japan)";384x224@60;H
+xmcotaj1;"X-Men - children of the atom (941222 Japan)";384x224@60;H
+xmcotaj2;"X-Men - children of the atom (941219 Japan)";384x224@60;H
+xmcotaj3;"X-Men - children of the atom (941217 Japan)";384x224@60;H
+xmcotajr;"X-Men - children of the atom (941208 Japan, rent versi";384x224@60;H
+xmcotar1;"X-Men - children of the atom (950105 Euro)";384x224@60;H
+xmcotar1d;"X-Men - children of the atom (950105 Euro Phoenix Edit";384x224@60;H
+xmcotau;"X-Men - children of the atom (950105 USA)";384x224@60;H
+xmen;"Spider-Man and the X-Men in Arcade's Revenge (USA) - Spider-Man and X-Men - Arcade's Revenge (Euro, USA) - X-Men (4 Players ver UBB) - X-Men (Euro) - X-Men (USA)";288x224@60;H
+xmen2pa;"X-Men (2 Players ver AAA)";288x224@60;H
+xmen2pe;"X-Men (2 Players ver EAA)";288x224@60;H
+xmen2pj;"X-Men (2 Players ver JAA)";288x224@60;H
+xmen2pu;"X-Men (2 Players ver UAB)";288x224@60;H
+xmena;"X-Men (4 Players ver AEA)";288x224@60;H
+xmenaa;"X-Men (4 Players ver ADA)";288x224@60;H
+xmene;"X-Men (4 Players ver EBA)";288x224@60;H
+xmenj;"X-Men (4 Players ver JBA)";288x224@60;H
+xmultipl;"X Multiply (World, M81)";384x256@55;H
+xmultiplm72;"X Multiply (Japan, M72)";384x256@55;H
+xmvsf;"X-Men vs Street Fighter (961004 Euro)";384x224@60;H
+xmvsfa;"X-Men vs Street Fighter (961023 Asia)";384x224@60;H
+xmvsfar1;"X-Men vs Street Fighter (961004 Asia)";384x224@60;H
+xmvsfar2;"X-Men vs Street Fighter (960919 Asia)";384x224@60;H
+xmvsfar3;"X-Men vs Street Fighter (960910 Asia)";384x224@60;H
+xmvsfb;"X-Men vs Street Fighter (961023 Brazil)";384x224@60;H
+xmvsfh;"X-Men vs Street Fighter (961004 Hispanic)";384x224@60;H
+xmvsfj;"X-Men vs Street Fighter (961023 Japan)";384x224@60;H
+xmvsfjr1;"X-Men vs Street Fighter (961004 Japan)";384x224@60;H
+xmvsfjr2;"X-Men vs Street Fighter (960910 Japan)";384x224@60;H
+xmvsfjr3;"X-Men vs Street Fighter (960909 Japan)";384x224@60;H
+xmvsfr1;"X-Men vs Street Fighter (960910 Euro)";384x224@60;H
+xmvsfu;"X-Men vs Street Fighter (961023 USA)";384x224@60;H
+xmvsfu1d;"X-Men vs Street Fighter (961004 USA Phoenix Edition)";384x224@60;H
+xmvsfur1;"X-Men vs Street Fighter (961004 USA)";384x224@60;H
+xmvsfur2;"X-Men vs Street Fighter (960910 USA)";384x224@60;H
+xorworld;"Xor World (prototype)";256x224@60;H
+xsleena;"Xain'd Sleena (World)";256x240@60;H
+xsleenaj;"Xain'd Sleena (Japan)";256x240@60;H
+xxmissio;"XX Mission";512x192@60;V
+yamagchi;"Go Go Mr. Yamaguchi / Yuke Yuke Yamaguchi-kun";256x224@60;V
+yamato;"Yamato (Euro, Jpn) - Yamato (US)";256x224@60;V
+yamato2;"Yamato (World?)";256x224@60;V
+yanchamr;"Kaiketsu Yanchamaru (Japan)";384x256@60;H
+yankeedo;"Yankee DO!";240x192@60;V
+yesnoj;"Yes/No Sinri Tokimeki Chart";320x224@60;H
+yiear;"Yie Ar Kung-Fu (Jpn) - Yie Ar Kung-Fu (program code I) - Yie Ar Kung-Fu (Tw)";256x224@60;H
+yiear2;"Yie Ar Kung-Fu (program code G) - Yie Ar Kung-Fu II - The Emperor Yie-Gah (Jpn)";256x224@60;H
+yieartf;"Yie Ar Kung-Fu (GX361 conversion)";256x224@60;H
+youjyudn;"Youjyuden (Japan)";256x256@60;V
+youkaidk1;"Yokai Douchuuki (Japan, old version (YD1))";288x224@60;H
+youkaidk2;"Yokai Douchuuki (Japan, new version (YD2, Rev B))";288x224@60;H
+youma;"Youma Ninpou Chou (Japan)";256x224@60;V
+youma2;"Youma Ninpou Chou (Japan, alt)";256x224@60;V
+yukiwo;"Yukiwo (World, prototype)";320x224@60;V
+yuyugogo;"Yuuyu no Quiz de GO!GO! (Japan)";320x224@60;H
+zaviga;"Zaviga";256x240@60;V
+zavigaj;"Zaviga (Japan)";256x240@60;V
+zaxxon;"Super Zaxxon - Zaxxon - Zaxxon (Jpn) - Zaxxon (Jpn) - Zaxxon (set 1, rev D)";256x224@60;V
+zaxxon2;"Zaxxon (set 2, unknown rev)";256x224@60;V
+zaxxon3;"Zaxxon (set 3, unknown rev)";256x224@60;V
+zaxxonb;"Jackson";256x224@60;V
+zaxxonj;"Zaxxon (Japan)";256x224@60;V
+zedblade;"Zed Blade / Operation Ragnarok";304x224@59;H
+zeropnt;"Zero Point (set 1)";384x224@60;H
+zeropnt2;"Zero Point 2";384x224@60;H
+zeropnta;"Zero Point (set 2)";384x224@60;H
+zeropntj;"Zero Point (Japan)";384x224@60;H
+zeroteam;"New Zero Team (V33 SYSTEM TYPE_B hardware) - Zero Team USA (set 1, US, Fabtek license)";320x256@55;H
+zeroteama;"New Zero Team (V33 SYSTEM TYPE_B hardware, China?) - Zero Team (set 2, Japan? (earlier?))";320x256@55;H
+zeroteamb;"Zero Team (set 3, Japan? (later batteryless))";320x256@55;H
+zeroteamc;"Zero Team (set 4, Taiwan, Liang Hwa license)";320x256@55;H
+zeroteamd;"Zero Team (set 5, Korea, Dream Soft license)";320x256@55;H
+zeroteams;"Zero Team Selection";320x256@55;H
+zeroteamsr;"Zero Team Suicide Revival Kit";320x256@55;H
+zerotime;"Zero Time";256x224@60;V
+zerotimed;"Zero Time (Datamat)";256x224@60;V
+zerotm2k;"Zero Team 2000";320x256@55;H
+zerowing;"Zero Wing (2P set) - Zero Wing (Euro)";320x240@60;H
+zerowing1;"Zero Wing (1P set)";320x240@60;H
+zerowingw;"Zero Wing (2P set, Williams Electronics)";320x240@60;H
+zerozone;"Zero Zone";368x224@60;H
+zigzagb;"Zig Zag (Galaxian hardware, set 1)";256x224@60;V
+zigzagb2;"Zig Zag (Galaxian hardware, set 2)";256x224@60;V
+zin;"Zing Zing Zip";384x240@60;V
+zintrckb;"Zintrick / Oshidashi Zentrix (hack / bootleg)";304x224@59;H
+zintrkcd;"Zintrick / Oshidashi Zentrix (Neo CD conversion)";304x224@59;H
+zipzap;"Zip & Zap";256x224@60;V
+zoar;"Zoar";256x240@60;V
+zodiack;"Zodiack";256x224@60;V
+zombraid;"Zombie Raid (9/28/95, US)";384x240@60;H
+zombraidp;"Zombie Raid (9/28/95, US, prototype PCB)";384x240@60;H
+zombraidpj;"Zombie Raid (9/28/95, Japan, prototype PCB)";384x240@60;H
+zupapa;"Zupapa!";304x224@59;H
+zzyzzyxx;"Zzyzzyxx (set 1)";256x224@60;V
+zzyzzyxx2;"Zzyzzyxx (set 2)";256x224@60;V
diff --git a/opt/retropie/configs/all/autostart.sh b/opt/retropie/configs/all/autostart.sh
new file mode 100755
index 0000000..b7e6f1c
--- /dev/null
+++ b/opt/retropie/configs/all/autostart.sh
@@ -0,0 +1,79 @@
+#!/bin/bash
+
+# script for preparing RetroPieRGB config script
+
+
+
+rgb_config=/home/pi/rgb_config.sh
+rgb_default_config=/home/pi/rgb_default_config.sh
+config=/boot/config.txt
+log=/home/pi/log.txt
+
+rm $log > /dev/null
+# read config.txt and put all config parameters for RetroPieRGB Parameters to
+# rgb_config
+
+
+function pikeyd165_start ()
+{
+ sudo chmod a+rwx /dev/uinput
+ pikeyd165_stop
+ sudo -s pikeyd165 -smi -ndb -d &> /dev/null
+}
+
+function pikeyd165_stop ()
+{
+
+ sudo chmod a+rwx /dev/uinput
+
+ sudo -s pikeyd165 -k &> /dev/null
+ #killall pikeyd165
+}
+
+
+
+function get_params()
+{
+
+ while IFS== read -r param default_value; do
+
+ result=$(grep $param $config)
+
+ if [ -z "$result" ] ; then
+ echo "$param=$default_value" | sudo tee -a $config
+ else
+ # var exists in config.txt
+ echo "variable in config.txt exists" >> $log
+ echo "sync calue in rgb_config" >> $log
+
+ echo $result >> $log
+ value=$(echo $result|cut -d"=" -f2)
+ echo $value >> $log
+ sed -i "s/^$param.*/$param=$value/" $rgb_config
+
+ fi
+
+ done < $rgb_default_config
+}
+
+
+# WIEGAND: Try to remove this part
+# rm $rgb_config
+# cp $rgb_default_config $rgb_config
+
+get_params
+
+chmod +x $rgb_config
+. $rgb_config
+
+
+if [ "$pi2jamma" == "1" ]; then
+ echo "pi2jamma activated" >> $log
+ pikeyd165_start
+else
+ echo "pi2jamma deactivated" >> $log
+ pikeyd165_stop
+fi
+
+
+emulationstation --screenrotate $es_rotate
diff --git a/opt/retropie/configs/all/runcommand-onend.sh b/opt/retropie/configs/all/runcommand-onend.sh
new file mode 100644
index 0000000..6aee22b
--- /dev/null
+++ b/opt/retropie/configs/all/runcommand-onend.sh
@@ -0,0 +1,5 @@
+vcgencmd hdmi_timings 320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1 > /dev/null
+sleep 0.3
+tvservice -e "DMT 87" > /dev/null
+sleep 0.3
+fbset -depth 8 && fbset -depth 16 -xres 320 -yres 240 > /dev/null
diff --git a/opt/retropie/configs/all/runcommand-onstart.sh b/opt/retropie/configs/all/runcommand-onstart.sh
new file mode 100755
index 0000000..e6fc352
--- /dev/null
+++ b/opt/retropie/configs/all/runcommand-onstart.sh
@@ -0,0 +1,102 @@
+#!/usr/bin/env bash
+#title : runcommand-onstart.sh
+#description : This script perform the following
+# Determines if the game being run is a console or an arcade/fba
+# For arcades, it will programatically determine the resolution based on resolution.ini file
+# For consoles, hdmi_timings can be set based on emulator or system
+# Dynamically creates the game_name.zip.cfg file and sets the custom_viewport_height
+# Dynamically add these parameters (video_allow_rotate = "true" and video_rotation = 1) for vertical games
+# vertical.txt contains all the mame 0.184 vertical games
+# Ability to set custom_viewport_width for arcades/fba
+#author : Jochen Zurborg
+#date : 2019-11-19
+#version : 0.1
+#notes : For advance users only and would need to be tweaked
+# to cater to your needs and preference
+# resolution.ini (0.184) file needed http://www.progettosnaps.net/renameset/
+#===============================================================================================================
+
+log=/home/pi/log.txt
+
+dir=($pwd)
+
+
+. /home/pi/rgb_config.sh
+
+# get the system name
+system=$1
+
+# get the emulator name
+emul=$2
+emul_lr=${emul:0:2}
+
+# get the full path filename of the ROM
+rom_fp=$3
+rom_bn=$3
+
+# Game or Rom name
+rom_bn="${rom_bn%.*}"
+rom_bn="${rom_bn##*/}"
+
+path=/opt/retropie/configs/all
+
+
+function prep_res ()
+{
+ cd $path
+ mme4crt $1 $2 $3 $rgb_screen_shift $rgb_screen_width 0 >> $log
+ #cp $dir/game_res.sh $path
+ #cp $dir/retroarch_game.cfg $path
+ chmod +x game_res.sh
+ cp retroarch_game.cfg "$rom_fp"".cfg"
+ cd $dir
+
+}
+
+# Determine if arcade or fba then determine resolution, set hdmi_timings else goto console section
+if [[ "$system" == "arcade" ]] || [[ "$system" == "fba" ]] || [[ "$system" == "mame-libretro" ]] ; then
+ echo "rom $rom_bn" >> $log
+
+ # get resolution of rom
+ rom_resolution=$(grep "$rom_bn;" $path/arcade_res_table.txt | cut -d";" -f3)
+ rom_resolution_width=$(echo $rom_resolution | cut -f1 -d"x")
+ rom_resolution_height=$(echo $rom_resolution | cut -f2 -d"x" | cut -f1 -d"@")
+ rom_resolution_freq=$(echo $rom_resolution | cut -f2 -d"x" | cut -f2 -d"@")
+
+ echo $rom_resolution >> $log
+
+ # Set rom_resolution_height for 480p and 448p roms
+ if [ $rom_resolution_height == "480" ]; then
+ rom_resolution_height="240"
+ elif [ $rom_resolution_height == "448" ]; then
+ rom_resolution_height="224"
+ fi
+
+
+ # Create rom_name.cfg
+ if ! [ -f "$rom_fp"".cfg" ]; then
+ touch "$rom_fp"".cfg"
+ fi
+
+ prep_res $rom_resolution_width $rom_resolution_height $rom_resolution_freq
+
+
+ # determine if vertical
+ if grep -w -q "$rom_bn" /opt/retropie/configs/all/vertical.txt ; then
+ # Add vertical parameters (video_allow_rotate = "true")
+ if ! grep -q "video_allow_rotate" "$rom_fp"".cfg"; then
+ echo -e "video_allow_rotate = \"true\"" >> "$rom_fp"".cfg" 2>&1
+ fi
+ # Add vertical parameters (video_rotation = 1)
+ if ! grep -q "video_rotation" "$rom_fp"".cfg"; then
+ echo -e "video_rotation = \"1\"" >> "$rom_fp"".cfg" 2>&1
+ fi
+ fi
+
+# hier besser eine Standard super res.
+else
+ prep_res 320 224 60
+
+fi
+
+$path/game_res.sh
diff --git a/opt/retropie/configs/all/vertical.txt b/opt/retropie/configs/all/vertical.txt
new file mode 100644
index 0000000..b9dd188
--- /dev/null
+++ b/opt/retropie/configs/all/vertical.txt
@@ -0,0 +1,1095 @@
+005
+1941
+1942
+1943
+1943kai
+1943mii
+1945kiii
+19xx
+20pacgal
+25pacman
+39in1
+4in1
+8ball
+8ballact
+aafb
+aceattac
+acefruit
+acrobatm
+ad2083
+aerofgt
+aerofgts
+afighter
+agallet
+airass
+airattck
+airduel
+airraid
+ajax
+alcon
+alibaba
+alinvade
+alleymas
+alphaho
+alpine
+altair
+amazon
+amidar
+androidp
+andromed
+angelkds
+anmlbskt
+anteater
+apb
+arabian
+arbalest
+arcadian
+argus
+arkanoid
+arkatour
+arknoid2
+armchmp2
+armedf
+armorcar
+ashura
+aso
+assault
+astrob
+astrof
+astrowar
+asuka
+asylum
+atamanot
+atlantis
+attckufo
+avengers
+azurian
+babypac
+bagman
+ballbomb
+baluba
+barrier
+baryon
+batrider
+batsugun
+battlane
+battlnts
+battroad
+bbakraid
+bcruzm12
+beaminv
+beezer
+berenstn
+bermudat
+bgaregga
+bigbucks
+bigevglf
+bigprowr
+bikkuric
+bioatack
+birdiy
+birdtry
+bitgrpha
+bitgrphb
+bjtwin
+bking
+bking2
+bking3
+bladestl
+blastoff
+blazer
+blkhole
+block
+blockcar
+blockgal
+blswhstl
+bluehawk
+blueprnt
+boggy84
+bombbee
+bombjack
+bombsa
+bongo
+boomrang
+boonggab
+botanic
+bowl3d
+bowler
+bowlrama
+brdrline
+breakout
+brickzn
+brubber
+brvblade
+btime
+buggychl
+bullfgtr
+bullsdrt
+bwcasino
+bwings
+cadanglr
+cairblad
+calibr50
+calipso
+cannonbp
+capbowl
+captflag
+carhntds
+carjmbre
+carnival
+castfant
+catacomb
+catapult
+catnmous
+cavelon
+cbdash
+cbtime
+cburnrub
+cchasm
+cdiscon1
+cdsteljn
+centiped
+cexplore
+cfarm
+cfboy0a1
+cfghtice
+cflyball
+cgraplop
+champbwl
+chanbara
+checkman
+cheekyms
+chinhero
+chkun
+chopper
+chqflag
+chwy
+circusc
+citybomb
+ckong
+ckongpt2
+clapapa
+clocknch
+clubpacm
+cluckypo
+cmanhat
+cmissnx
+cmkenosp
+cmmb162
+cmrltv75
+cnightst
+cntsteer
+cocean1a
+cocoloco
+colony7
+combh
+commando
+commsega
+complexx
+congo
+conquer
+contra
+coozumou
+cosmica
+cosmicg
+cosmo
+cosmogng
+cosmos
+cppicf
+cprobowl
+cprogolf
+cpsoccer
+cptennis
+crbaloon
+crshrace
+crush
+crzrally
+cscrtry
+csdtenis
+cskater
+csuperas
+cterrani
+ctisland
+ctornado
+ctsttape
+curvebal
+cutieq
+cybattlr
+cyclshtg
+cyvern
+czeroize
+dai3wksi
+daikaiju
+daioh
+dambustr
+dangar
+dangseed
+darkmist
+darkwar
+darwin
+dazzler
+dblewing
+dcheese
+ddayjlc
+ddonpach
+ddp2
+ddpdfk
+ddpdoj
+ddpdojh
+dealer
+decocass
+demoneye
+desertbr
+desertwr
+destryer
+devilfsh
+devstors
+devzone
+dfkbl
+digdug
+digdug2
+digger
+diggerc
+dimahoo
+dingo
+dirtfoxj
+disco
+discoboy
+divebomb
+dkong
+dkong3
+dkongjr
+docastle
+dockman
+dogfight
+dogyuun
+dommy
+donpachi
+dorachan
+dorodon
+downtown
+draco
+dragnblz
+drakton
+dremshpr
+driftout
+drivfrcp
+drmicro
+drtoppel
+dsaber
+dspirit
+dyger
+dynadice
+dynamski
+dynobop
+earthjkr
+eeekk
+eggor
+eightfrc
+elecyoyo
+enigma2
+equites
+espgal
+espgal2
+esprade
+evilston
+exctscc2
+exctsccr
+exedexes
+exerion
+explbrkr
+extrmatn
+eyes
+f1gp
+f1gp2
+fantasia
+fantastc
+fantasy
+fastdraw
+fastlane
+fcombat
+feversos
+fghtatck
+fgoal
+fhawk
+fi6845
+fightrol
+finalizr
+firebatl
+fireshrk
+firetrap
+firetrk
+fiveside
+fixeight
+flipjack
+flyboy
+flytiger
+fnkyfish
+freekick
+freeze
+frogger
+frontlin
+fshark
+fspiderb
+fstarfrc
+funkybee
+futari15
+futaribl
+futflash
+futspy
+gaiapols
+galactic
+galaga
+galaga88
+galaxia
+galaxian
+galaxygn
+galgame
+galivan
+galmedes
+galpani2
+galpani3
+galpanic
+galsnew
+galspnbl
+galxwars
+gametngk
+gaplus
+gardia
+gbusters
+gcpinbal
+geebee
+gekiridn
+gekisou
+gemini
+gground
+ghox
+gigas
+gigasm2b
+gmgalax
+gnbarich
+goindol
+goldbug
+gomoku
+gondo
+gorf
+gp2quiz
+gp2se
+gp32
+grasspin
+grchamp
+greenber
+grindstm
+grobda
+gseeker
+gstream
+gulfstrm
+gulfwar2
+gunbird
+gunbird2
+gundealr
+gundhara
+gunfront
+gunlock
+gunnail
+gunsmoke
+guwange
+guzzler
+gwar
+gyrodine
+gyruss
+hal21
+halleys
+hamaway
+harem
+hbarrel
+headoni
+heartatk
+heiankyo
+helifire
+hero
+highsplt
+himesiki
+hoccer
+hopprobo
+horekid
+horshoes
+hotdogst
+hotpinbl
+hotshock
+hotsmash
+hstennis
+hunchbak
+huncholy
+hustler
+hwrace
+hyhoo
+hyhoo2
+ibara
+ibarablk
+igmo
+ikari
+ikaruga
+illvelo
+imago
+imgfight
+imolagp
+indianbt
+indy800
+intrepid
+invad2ct
+invaders
+invadpt2
+invds
+invho2
+invinco
+invmulti
+invqix
+invrvnge
+ipminvad
+ixion
+jack
+jackal
+jackrabt
+jantotsu
+jcross
+jin
+jjack
+joinem
+jollyjgr
+jongbou
+josvolly
+journey
+joust2
+joyfulr
+jrpacman
+jumpbug
+jumpcoas
+jumpshot
+jungler
+junofrst
+kageki
+kaitei
+kamikaze
+kamikcab
+kangaroo
+kaos
+karous
+kas89
+kbm
+kbm2nd
+kbm3rd
+kchamp
+ket
+kick
+kicker
+kikikai
+kingball
+kingdmgp
+kingofb
+koikoi
+konam80s
+kong
+kopunch
+krull
+krzybowl
+kyros
+ladybug
+ladyfrog
+ladykill
+ladymstr
+lagunar
+lasso
+lastday
+lastduel
+lastmisn
+leds2011
+legion
+lethalth
+levers
+lgtnfght
+liberate
+lizwiz
+lnc
+locomotn
+logger
+looping
+losttomb
+loverboy
+lrescue
+lsasquad
+luckyrlt
+luctoday
+lupin3
+lwings
+m660
+machomou
+macross
+macrossp
+madalien
+madgear
+madshark
+mag_time
+magspot
+magspot2
+mamonoro
+maniach
+manybloc
+mappy
+mariner
+mars
+marvins
+masterw
+matmania
+mazeinv
+mazinger
+megadon
+megazone
+mercs
+merlinmm
+metafox
+metlfrzr
+metlhawk
+mgolf
+mightguy
+mikie
+milliped
+mimonkey
+minefld
+mirax
+misncrft
+mjleague
+mmagic
+mmonkey
+mmpork
+mocapb
+mofflott
+moguchan
+monsterb
+montecar
+monymony
+monzagp
+moonal2
+mooncrst
+moonqsr
+moonwar
+motos
+mouser
+mplanets
+mrdo
+mrflea
+mrjong
+mrkougar
+mrtnt
+mrviking
+msisaac
+msjiken
+mspacman
+mspuzzle
+multiped
+mushisam
+musicbal
+mustache
+mv1sfx
+mv1sfx2
+mx5000
+mystston
+naughtyb
+navarone
+ncv1
+ncv2
+nebulray
+neobattl
+netwars
+newfant
+newsin7
+nibbler
+ninjemak
+nitrobal
+nmouse
+noahsark
+nob
+nomnlnd
+nost
+nsub
+numcrash
+nyny
+ohpaipee
+olibochu
+omega
+omegaf
+orbitron
+outzone
+overdriv
+ozmawars
+ozon1
+p911
+p9112
+pachifev
+packbang
+pacmania
+pacnpal
+pacplus
+paddlema
+pairlove
+pandoras
+panic
+panicr
+panther
+paprazzi
+para2dx
+paradise
+paradlx
+passsht
+pbaction
+pballoon
+peggle
+pengo
+percuss
+perestro
+perfrman
+phelios
+phoenix
+phozon
+pickin
+pignewt
+pinbo
+pinkswts
+pisces
+pitnrun
+playball
+pleiads
+plgirls
+plgirls2
+plusalph
+plygonet
+pntnpuzl
+pokrdice
+polaris
+pollux
+polynetw
+pooyan
+popflame
+popper
+porky
+portrait
+poundfor
+ppking
+pprobe
+progolf
+progress
+promutrv
+prosoccr
+prosport
+protennb
+prtytime
+psurge
+psychic5
+psyvar2
+psyvaria
+psyvarrv
+pturn
+puckman
+pulsar
+pushover
+puzlclub
+pwrflip
+pzlestar
+qbert
+qbertqub
+qix
+quantum
+quarterb
+quasar
+quester
+quizpun
+quizpun2
+quizqgd
+qwak
+r2dtank
+r2dx_v33
+raaspec
+rackemup
+radarscp
+radarzon
+radirgy
+raflesia
+raiden
+raiden2
+raidendx
+raiders
+rallybik
+razmataz
+rcasino
+rcirulet
+rcorsair
+rdft
+rdft2
+re800v1
+re800v3
+re900
+reaktor
+redalert
+redclash
+redlin2p
+redrobin
+redufo
+regulus
+repulse
+rescue
+retofinv
+revenger
+rfjet
+ridleofp
+roadf
+rockduck
+rockn
+rockn2
+rockn3
+rockn4
+rocktrv2
+rocnrope
+rollingc
+rompers
+rotaryf
+roundup
+route16
+rshark
+rtriv
+rumba
+ryujin
+s1945
+s1945ii
+s1945iii
+safarir
+samurai
+samuraia
+sandscrp
+sasuke
+satansat
+saturnzi
+sbagman
+sbasketb
+sbomber
+sbowling
+sbrkout
+sbugger
+schaser
+scobra
+scontra
+scorpion
+scotrsht
+scramble
+scregg
+scudhamm
+sdtennis
+sdungeon
+searchar
+seicross
+sengekis
+senjyo
+setaroul
+sexyboom
+sfkick
+sflush
+sheriff
+shienryu
+shikgam2
+shikigam
+shikigama
+shollow
+shootbul
+shors2k1
+shorse
+shorsep
+shorsepr
+shtrider
+shuffle
+shuttlei
+sianniv
+sidampkr
+sidewndr
+silvmil
+sindbadm
+sinistar
+skullfng
+skyadvnt
+skyalert
+skyarmy
+skybase
+skybump
+skychut
+skyfox
+skylancr
+skylove
+skysmash
+skysoldr
+sl2007
+slikshot
+slither
+solarfox
+solarwar
+sonicbom
+sos
+spacbeam
+spacecr
+spacefb
+spacefev
+spacefrt
+spaceg
+spaceint
+spacelnc
+spaceod
+spacetrk
+spbactn
+spcforce
+spcfrcii
+spcinv95
+spcking2
+spclaser
+spclforc
+spcpostn
+spcwarp
+spdcoin
+speakres
+spec2k
+speedbal
+spellbnd
+spfghmk2
+spiders
+springer
+spyhunt
+sqbert
+sqix
+sraider
+srdarwin
+srdmissn
+srumbler
+ssi
+ssingles
+ssmissin
+ssozumo
+sspacaho
+sspaceat
+sspeedr
+sspirits
+ssrj
+sstingry
+sstrangr
+sstrike
+sstriker
+stagger1
+starfigh
+starforc
+starjack
+starspnr
+stg
+stinger
+stmblade
+stratab
+streakng
+striv
+strtheat
+strvmstr
+stuntair
+sub
+sucasino
+sundance
+supdrapo
+superabc
+superbik
+superbon
+superbug
+superpac
+supertnk
+superwng
+superx
+supmodel
+suprglob
+suprmous
+suprridr
+suprstar
+survival
+swat
+szaxxon
+tacscan
+tactcian
+tail2nos
+talbot
+tankbatt
+tankbust
+tattack
+taxidriv
+tazmania
+tcobra2
+tdfever
+tdpgal
+tdragon
+tdragon2
+teamqb
+teedoff
+telmahjn
+tempest
+tenkomor
+tenspot
+terracre
+tharrier
+thedeep
+theend
+thehand
+thepit
+thunderl
+tigerh
+timefgtr
+timelimt
+timeplt
+timescan
+timesold
+tinv2650
+tisland
+tndrcade
+tnextspc
+tnk3
+todruaga
+tokio
+tokisens
+tomahawk
+toobin
+toprollr
+toratora
+torus
+toucheme
+tp84
+tranqgun
+travrusa
+trgheart
+tricktrp
+triplep
+tripool
+trisport
+trizeal
+tron
+truxton
+truxton2
+trvchlng
+trvmstr
+trvquest
+trvwz2
+trvwz4
+tryout
+tsamurai
+tugboat
+tunhunt
+turbo
+turbofrc
+turbotag
+turtles
+tutankhm
+twinbee
+twincobr
+twineag2
+twineagl
+twinhawk
+ultrax
+unclepoo
+undefeat
+uniwars
+unkhorse
+upndown
+upyoural
+usclssic
+valkyrie
+valtric
+vandyke
+vangrd2
+vanguard
+vanvan
+vaportra
+varth
+vasara
+vasara2
+vastar
+vectrex\3dminest
+vectrex\animactn
+vectrex\armora
+vectrex\artmastr
+vectrex\bedlam
+vectrex\berzerk
+vectrex\blitz
+vectrex\cchasm
+vectrex\ccoaster
+vectrex\cleanswp
+vectrex\darktowr
+vectrex\enginean
+vectrex\fnarzod
+vectrex\headsup
+vectrex\hyprchas
+vectrex\mailplan
+vectrex\melody
+vectrex\minestrm
+vectrex\narrowes
+vectrex\polarres
+vectrex\polepos
+vectrex\ptchduel
+vectrex\ripoff
+vectrex\rocksled
+vectrex\scramble
+vectrex\solarq
+vectrex\spacewar
+vectrex\spike
+vectrex\spinball
+vectrex\starcas
+vectrex\starhawk
+vectrex\startrek
+vectrex\testrev4
+vectrex\tourfrnc
+vectrex\webwarp
+vectrex
+vega
+victroad
+videopin
+vimana
+viprp1
+vmetal
+volfied
+vortex
+vroulet
+vsgongf
+vulgus
+wallst
+wanted
+warofbug
+warpwarp
+waterski
+wiggie
+wingforc
+wiping
+wivernwg
+wiz
+wmatch
+wndrplnt
+woodpeck
+worldwar
+wrestwar
+wrofaero
+wtennis
+wwestern
+wyvernf0
+x2222
+xevious
+xiistag
+xxmissio
+yamagchi
+yamato
+yosakdon
+youjyudn
+zaryavos
+zaviga
+zaxxon
+zerohour
+zigzagb
+zingzip
+zipzap
+zoar
+zodiack
+zzyzzyxx
diff --git a/patch.sh b/patch.sh
new file mode 100755
index 0000000..c6783d5
--- /dev/null
+++ b/patch.sh
@@ -0,0 +1,3 @@
+dialog --infobox "RetroPieRGB First Version patch 1\n\n Visit www.arcadeforge.de" 10 30
+sleep 3
+./setup.sh
diff --git a/scripts/320_240_60.sh b/scripts/320_240_60.sh
new file mode 100755
index 0000000..6aee22b
--- /dev/null
+++ b/scripts/320_240_60.sh
@@ -0,0 +1,5 @@
+vcgencmd hdmi_timings 320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1 > /dev/null
+sleep 0.3
+tvservice -e "DMT 87" > /dev/null
+sleep 0.3
+fbset -depth 8 && fbset -depth 16 -xres 320 -yres 240 > /dev/null
diff --git a/scripts/450_270_50.sh b/scripts/450_270_50.sh
new file mode 100755
index 0000000..a4812aa
--- /dev/null
+++ b/scripts/450_270_50.sh
@@ -0,0 +1,16 @@
+vcgencmd hdmi_timings 450 1 50 30 90 270 1 1 1 30 0 0 0 50 0 9600000 1 > /dev/null
+#vcgencmd hdmi_timings 320 1 2 26 43 240 1 3 7 12 0 0 0 60 0 6400000 1
+
+
+tvservice -e "DMT 87"
+#fbset -g 320 230 320 230 32 > /dev/null
+sleep 0.3
+
+#fbset -depth 8 && fbset -depth 16
+#sleep 0.3
+fbset -g 450 270 450 270 32 > /dev/null
+# fb not put to screen
+echo "res executed"
+#sleep 0.3
+
+#stty rows 44
diff --git a/scripts/450_270_60.sh b/scripts/450_270_60.sh
new file mode 100755
index 0000000..898ff43
--- /dev/null
+++ b/scripts/450_270_60.sh
@@ -0,0 +1,13 @@
+vcgencmd hdmi_timings 450 1 50 33 90 270 1 1 1 30 0 0 0 60 0 9600000 1 > /dev/null
+
+
+tvservice -e "DMT 87" > /dev/null
+sleep 0.3
+
+fbset -depth 8 && fbset -depth 16
+sleep 0.3
+fbset -g 450 270 450 270 32 > /dev/null
+
+#sleep 0.3
+
+#stty rows 44
diff --git a/setup.sh b/setup.sh
new file mode 100755
index 0000000..23021d5
--- /dev/null
+++ b/setup.sh
@@ -0,0 +1,23 @@
+echo "installing files"
+
+
+cp opt/retropie/configs/all/autostart.sh /opt/retropie/configs/all/
+cp home/pi/RetroPie/retropiemenu/rotate\ screen.sh /home/pi/RetroPie/retropiemenu
+cp home/pi/rgb_default_config.sh /home/pi/
+sudo cp usr/local/bin/mme4crt /usr/local/bin/
+sudo rm /usr/local/bin/pikeyd165 > /dev/null
+sudo cp usr/local/bin/pikeyd165 /usr/local/bin/
+sudo cp etc/pikeyd165.conf /etc/
+cp opt/retropie/configs/all/vertical.txt /opt/retropie/configs/all/
+cp opt/retropie/configs/all/runcommand-onstart.sh /opt/retropie/configs/all/
+cp /opt/retropie/configs/all/runcommand-onstart.sh /opt/retropie/configs/all/runcommand-onstart.sh_asche
+cp opt/retropie/configs/all/arcade_res_table.txt /opt/retropie/configs/all/
+cp opt/retropie/configs/all/runcommand-onend.sh /opt/retropie/configs/all/
+sudo cp etc/emulationstation/themes.sh /etc/emulationstation/
+cp home/pi/RetroPie-Setup/scriptmodules/supplementary/esthemes.sh /home/pi/RetroPie-Setup/scriptmodules/supplementary/
+cp home/pi/RetroPie/retropiemenu/Update\ RetroPieRGB.sh /home/pi/RetroPie/retropiemenu/
+sudo cp boot/config_lowres.txt /boot/config.txt
+sudo chmod a+x /etc/emulationstation/themes.sh
+
+
+echo "done."
diff --git a/start_es.sh b/start_es.sh
new file mode 100755
index 0000000..995e9aa
--- /dev/null
+++ b/start_es.sh
@@ -0,0 +1 @@
+/opt/retropie/configs/all/autostart.sh
diff --git a/usr/local/bin/mme4crt b/usr/local/bin/mme4crt
new file mode 100755
index 0000000..b3062d9
--- /dev/null
+++ b/usr/local/bin/mme4crt
Binary files differ
diff --git a/.project b/.project
new file mode 100644
index 0000000..2b159f2
--- /dev/null
+++ b/.project
@@ -0,0 +1,11 @@
+
+
+ RetroPieRGB
+
+
+
+
+
+
+
+
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..6dc7da9
--- /dev/null
+++ b/README.md
@@ -0,0 +1,26 @@
+RetroPieRGB
+===========
+
+This project contains scripts for enabling 15Khz RGB for your retro gaming setup with retropie.
+
+It needs the hardware addon pi2scart or pi2jamma to output the proper image on a CRT screen.
+
+Please goto http://www.arcadeforge.de and get this awesome gadget.
+
+
+Installation
+============
+
+Download latest retropie and install it as described on retropie wiki.
+Connect Keyboard.
+Activate wiki.
+In emulationstation press F4 to get cmd shell
+
+Type
+
+git clone https://github.com/arcadeforge/RetroPieRGB
+
+cd RetroPieRGB
+
+sudo ./setup.sh
+
diff --git a/boot/config.txt b/boot/config.txt
new file mode 100755
index 0000000..1860f84
--- /dev/null
+++ b/boot/config.txt
@@ -0,0 +1,73 @@
+# For more options and information see
+# http://rpf.io/configtxt
+# Some settings may impact device functionality. See link above for details
+
+# uncomment if you get no picture on HDMI for a default "safe" mode
+#hdmi_safe=1
+
+# uncomment this if your display has a black border of unused pixels visible
+# and your display can output without overscan
+#disable_overscan=1
+
+# uncomment the following to adjust overscan. Use positive numbers if console
+# goes off screen, and negative if there is too much border
+#overscan_left=16
+#overscan_right=16
+#overscan_top=16
+#overscan_bottom=16
+
+# uncomment to force a console size. By default it will be display's size minus
+# overscan.
+#framebuffer_width=1280
+#framebuffer_height=720
+
+# uncomment if hdmi display is not detected and composite is being output
+#hdmi_force_hotplug=1
+
+# uncomment to force a specific HDMI mode (this will force VGA)
+#hdmi_group=1
+#hdmi_mode=1
+
+# uncomment to force a HDMI mode rather than DVI. This can make audio work in
+# DMT (computer monitor) modes
+#hdmi_drive=2
+
+# uncomment to increase signal to HDMI, if you have interference, blanking, or
+# no display
+#config_hdmi_boost=4
+
+# uncomment for composite PAL
+#sdtv_mode=2
+
+#uncomment to overclock the arm. 700 MHz is the default.
+#arm_freq=800
+
+# Uncomment some or all of these to enable the optional hardware interfaces
+#dtparam=i2c_arm=on
+#dtparam=i2s=on
+#dtparam=spi=on
+
+# Uncomment this to enable the lirc-rpi module
+#dtoverlay=lirc-rpi
+
+disable_splash=1
+disable_audio_dither=1
+
+# Settings for pi2scart and pi2jamma
+
+dtoverlay=vga666
+enable_dpi_lcd=1
+display_default_lcd=1
+dpi_group=2
+dpi_mode=87
+
+hdmi_timings=320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+# Additional overlays and parameters are documented /boot/overlays/README
+
+# Enable audio (loads snd_bcm2835)
+dtparam=audio=on
+gpu_mem_256=128
+gpu_mem_512=256
+gpu_mem_1024=256
+overscan_scale=1
diff --git a/boot/config_highres.txt b/boot/config_highres.txt
new file mode 100644
index 0000000..933ae16
--- /dev/null
+++ b/boot/config_highres.txt
@@ -0,0 +1,103 @@
+# For more options and information see
+# http://rpf.io/configtxtreadme
+# Some settings may impact device functionality. See link above for details
+
+# uncomment if you get no picture on HDMI for a default "safe" mode
+#hdmi_safe=1
+disable_splash=1
+
+# uncomment this if your display has a black border of unused pixels visible
+# and your display can output without overscan
+#disable_overscan=1
+
+# uncomment the following to adjust overscan. Use positive numbers if console
+# goes off screen, and negative if there is too much border
+#overscan_left=16
+#overscan_right=16
+#overscan_top=16
+#overscan_bottom=16
+
+# uncomment to force a console size. By default it will be display's size minus
+# overscan.
+#framebuffer_width=1280
+#framebuffer_height=720
+#resolution for 24inch half size 1920 x 1200
+#framebuffer_width=960
+#framebuffer_height=600
+
+# uncomment if hdmi display is not detected and composite is being output
+#hdmi_force_hotplug=1
+
+# uncomment to force a specific HDMI mode (this will force VGA)
+#hdmi_group=1
+#hdmi_mode=1
+
+# uncomment to force a HDMI mode rather than DVI. This can make audio work in
+# DMT (computer monitor) modes
+#hdmi_drive=2
+
+# uncomment to increase signal to HDMI, if you have interference, blanking, or
+# no display
+#config_hdmi_boost=4
+
+# uncomment for composite PAL
+#sdtv_mode=2
+
+#uncomment to overclock the arm. 700 MHz is the default.
+arm_freq=800
+
+# Uncomment some or all of these to enable the optional hardware interfaces
+#dtparam=i2c_arm=on
+#dtparam=i2s=on
+#dtparam=spi=on
+
+# Uncomment this to enable the lirc-rpi module
+#dtoverlay=lirc-rpi
+
+# Additional overlays and parameters are documented /boot/overlays/README
+
+# Enable audio (loads snd_bcm2835)
+dtparam=audio=on
+#gpu_mem=512
+
+
+disable_audio_dither=1
+#audio_pwm_mode=2
+
+## Aufloesung fest einstellen ##
+################################
+##hdmi auch ohne Monitor im Betrieb
+hdmi_force_hotplug=1
+# DMT Modus aktivieren
+hdmi_group=2
+## Aufloesungen alle 60hz
+# 1024x768
+#hdmi_mode=16
+# 1280x768
+#hdmi_mode=23
+# 1366x768
+#hdmi_mode=81
+# 1920x1080
+#hdmi_mode=82
+# 1280x720p
+#hdmi_mode=85
+# 640x480
+hdmi_mode=4
+# 800x600
+#hdmi_mode=9
+# check with tvservice -s for available resolution of our monitor
+
+# oc settings
+gpu_mem=256
+#gpu_mem_256=128
+#gpu_mem_512=256
+#gpu_mem_1024=256
+#arm_freq=1450
+#gpu_freq=500
+#sdram_freq=550
+#over_voltage=8
+#force_turbo=1
+
+
+
+
diff --git a/boot/config_lowres.txt b/boot/config_lowres.txt
new file mode 100644
index 0000000..c993dcc
--- /dev/null
+++ b/boot/config_lowres.txt
@@ -0,0 +1,47 @@
+# See /boot/overlays/README for all available options
+
+disable_splash=1
+disable_audio_dither=1
+#audio_pwm_mode=2
+dtparam=audio=on
+dtoverlay=vga666
+enable_dpi_lcd=1
+display_default_lcd=1
+dpi_group=2
+dpi_mode=87
+#hdmi_timings=320 1 19 43 36 256 1 2 3 22 0 0 0 60 0 6400000 1 #256p
+
+# to move picture left and right on screen subtract and add values from
+# 3rd and 5th value
+# 16+x and 34-x moves x pixel left or right
+#
+#hdmi_timings=320 1 19 43 36 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+# no overscan but blurry
+#hdmi_timings=320 1 19 43 36 224 1 11 14 15 0 0 0 60 0 6400000 1
+
+hdmi_timings=320 1 19 43 36 240 1 2 6 14 0 0 0 60 0 6400000 1
+
+#hdmi_timings=320 1 19 43 36 240 1 2 10 10 0 0 0 60 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 3 6 17 0 0 0 59 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 5 6 20 0 0 0 58 0 6400000 1
+
+# old hdmi_timings from 2.5.2
+#hdmi_timings=320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+
+
+#framebuffer_width=320
+#framebuffer_height=240
+
+# oc settings
+gpu_mem=256
+#gpu_mem_256=128
+#gpu_mem_512=256
+#gpu_mem_1024=256
+#arm_freq=1450
+#gpu_freq=500
+#sdram_freq=550
+#over_voltage=8
+#force_turbo=1
+
diff --git a/config.txt b/config.txt
new file mode 100755
index 0000000..aedd54a
--- /dev/null
+++ b/config.txt
@@ -0,0 +1,50 @@
+# See /boot/overlays/README for all available options
+
+disable_splash=1
+disable_audio_dither=1
+#audio_pwm_mode=2
+dtparam=audio=on
+dtoverlay=vga666
+enable_dpi_lcd=1
+display_default_lcd=1
+dpi_group=2
+dpi_mode=87
+#hdmi_timings=320 1 19 43 36 256 1 2 3 22 0 0 0 60 0 6400000 1 #256p
+
+# to move picture left and right on screen subtract and add values from
+# 3rd and 5th value
+# 16+x and 34-x moves x pixel left or right
+#
+#hdmi_timings=320 1 19 43 36 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+# no overscan but blurry
+#hdmi_timings=320 1 19 43 36 224 1 11 14 15 0 0 0 60 0 6400000 1
+
+hdmi_timings=320 1 19 43 36 240 1 2 6 14 0 0 0 60 0 6400000 1
+
+#hdmi_timings=320 1 19 43 36 240 1 2 10 10 0 0 0 60 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 3 6 17 0 0 0 59 0 6400000 1
+#hdmi_timings=320 1 19 43 36 240 1 5 6 20 0 0 0 58 0 6400000 1
+
+# old hdmi_timings from 2.5.2
+#hdmi_timings=320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1
+
+
+
+#framebuffer_width=320
+#framebuffer_height=240
+
+# oc settings
+gpu_mem=256
+#gpu_mem_256=128
+#gpu_mem_512=256
+#gpu_mem_1024=256
+#arm_freq=1450
+#gpu_freq=500
+#sdram_freq=550
+#over_voltage=8
+#force_turbo=1
+
+es_rotate=1
+pi2jamma=0
+mme4crt_shift=30
diff --git a/etc/emulationstation/themes.sh b/etc/emulationstation/themes.sh
new file mode 100755
index 0000000..ea2d7b6
--- /dev/null
+++ b/etc/emulationstation/themes.sh
@@ -0,0 +1,190 @@
+local themes=(
+ 'arcadeforge push-a'
+ 'arcadeforge push-a-v'
+ 'arcadeforge pixel-heaven'
+ 'arcadeforge pixel-heaven-text'
+ 'arcadeforge 240p_Bubblegum'
+ 'arcadeforge 240p-honey'
+ 'RetroPie carbon'
+ 'RetroPie carbon-centered'
+ 'RetroPie carbon-nometa'
+ 'RetroPie simple'
+ 'RetroPie simple-dark'
+ 'RetroPie clean-look'
+ 'RetroPie color-pi'
+ 'RetroPie nbba'
+ 'RetroPie simplified-static-canela'
+ 'RetroPie turtle-pi'
+ 'RetroPie zoid'
+ 'ehettervik pixel'
+ 'ehettervik pixel-metadata'
+ 'ehettervik pixel-tft'
+ 'ehettervik luminous'
+ 'ehettervik minilumi'
+ 'ehettervik workbench'
+ 'AmadhiX eudora'
+ 'AmadhiX eudora-bigshot'
+ 'AmadhiX eudora-concise'
+ 'InsecureSpike retroplay-clean-canela'
+ 'InsecureSpike retroplay-clean-detail-canela'
+ 'Omnija simpler-turtlepi'
+ 'Omnija simpler-turtlemini'
+ 'Omnija metro'
+ 'lilbud material'
+ 'mattrixk io'
+ 'mattrixk metapixel'
+ 'mattrixk spare'
+ 'robertybob space'
+ 'robertybob simplebigart'
+ 'robertybob tv'
+ 'HerbFargus tronkyfran'
+ 'lilbud flat'
+ 'lilbud flat-dark'
+ 'lilbud minimal'
+ 'lilbud switch'
+ 'lilbud angular'
+ 'FlyingTomahawk futura-V'
+ 'FlyingTomahawk futura-dark-V'
+ 'G-rila fundamental'
+ 'ruckage nes-mini'
+ 'ruckage famicom-mini'
+ 'ruckage snes-mini'
+ 'anthonycaccese crt'
+ 'anthonycaccese crt-centered'
+ 'anthonycaccese art-book'
+ 'anthonycaccese art-book-4-3'
+ 'anthonycaccese art-book-pocket'
+ 'anthonycaccese art-book-micro'
+ 'anthonycaccese tft'
+ 'anthonycaccese picade'
+ 'TMNTturtleguy ComicBook'
+ 'TMNTturtleguy ComicBook_4-3'
+ 'TMNTturtleguy ComicBook_SE-Wheelart'
+ 'TMNTturtleguy ComicBook_4-3_SE-Wheelart'
+ 'ChoccyHobNob cygnus'
+ 'dmmarti steampunk'
+ 'dmmarti hurstyblue'
+ 'dmmarti maximuspie'
+ 'dmmarti showcase'
+ 'dmmarti kidz'
+ 'dmmarti unified'
+ 'dmmarti gamehat'
+ 'rxbrad freeplay'
+ 'rxbrad gbz35'
+ 'rxbrad gbz35-dark'
+ 'garaine marioblue'
+ 'garaine bigwood'
+ 'MrTomixf Royal_Primicia'
+ 'lostless playstation'
+ 'mrharias superdisplay'
+ 'coinjunkie synthwave'
+ 'nickearl retrowave'
+ 'nickearl retrowave_4_3'
+ 'pacdude minijawn'
+ 'RetroHursty69 magazinemadness'
+ 'RetroHursty69 stirling'
+ 'RetroHursty69 boxalloyred'
+ 'RetroHursty69 boxalloyblue'
+ 'RetroHursty69 greenilicious'
+ 'RetroHursty69 retroroid'
+ 'RetroHursty69 merryxmas'
+ 'RetroHursty69 cardcrazy'
+ 'RetroHursty69 license2game'
+ 'RetroHursty69 comiccrazy'
+ 'RetroHursty69 snazzy'
+ 'RetroHursty69 tributeGoT'
+ 'RetroHursty69 tributeSTrek'
+ 'RetroHursty69 tributeSWars'
+ 'RetroHursty69 crisp'
+ 'RetroHursty69 crisp_light'
+ 'RetroHursty69 primo'
+ 'RetroHursty69 primo_light'
+ 'RetroHursty69 back2basics'
+ 'RetroHursty69 retrogamenews'
+ 'RetroHursty69 bluray'
+ 'RetroHursty69 soda'
+ 'RetroHursty69 lightswitch'
+ 'RetroHursty69 darkswitch'
+ 'RetroHursty69 whiteslide'
+ 'RetroHursty69 graffiti'
+ 'RetroHursty69 whitewood'
+ 'RetroHursty69 sublime'
+ 'RetroHursty69 infinity'
+ 'RetroHursty69 neogeo_only'
+ 'RetroHursty69 boxcity'
+ 'RetroHursty69 vertical_arcade'
+ 'RetroHursty69 cabsnazzy'
+ 'RetroHursty69 garfieldism'
+ 'RetroHursty69 halloweenspecial'
+ 'RetroHursty69 heychromey'
+ 'RetroHursty69 homerism'
+ 'RetroHursty69 spaceinvaders'
+ 'RetroHursty69 disenchantment'
+ 'RetroHursty69 minions'
+ 'RetroHursty69 tmnt'
+ 'RetroHursty69 pacman'
+ 'RetroHursty69 dragonballz'
+ 'RetroHursty69 minecraft'
+ 'RetroHursty69 incredibles'
+ 'RetroHursty69 mario_melee'
+ 'RetroHursty69 evilresident'
+ 'RetroHursty69 hurstyspin'
+ 'RetroHursty69 cyber'
+ 'RetroHursty69 supersweet'
+ 'RetroHursty69 donkeykonkey'
+ 'RetroHursty69 snapback'
+ 'RetroHursty69 heman'
+ 'RetroHursty69 pitube'
+ 'RetroHursty69 batmanburton'
+ 'RetroHursty69 NegativeColor'
+ 'RetroHursty69 NegativeSepia'
+ 'RetroHursty69 corg'
+ 'RetroHursty69 mysticorb'
+ 'RetroHursty69 joysticks'
+ 'RetroHursty69 orbpilot'
+ 'RetroHursty69 bitfit'
+ 'RetroHursty69 circuit'
+ 'RetroHursty69 retroboy'
+ 'RetroHursty69 retroboy2'
+ 'RetroHursty69 hurstybluetake2'
+ 'RetroHursty69 fabuloso'
+ 'RetroHursty69 arcade1up_aspectratio54'
+ 'RetroHursty69 supersweet_aspectratio54'
+ 'RetroHursty69 heychromey_aspectratio54'
+ 'RetroHursty69 mariobrosiii'
+ 'RetroHursty69 vertical_limit_verticaltheme'
+ 'RetroHursty69 CapcomColorHorizontal'
+ 'RetroHursty69 CapcomColorSpin'
+ 'RetroHursty69 CapcomColorVertical'
+ 'RetroHursty69 bluesteel'
+ 'RetroHursty69 blueprism'
+ 'RetroHursty69 bluesmooth'
+ 'RetroHursty69 floyd'
+ 'RetroHursty69 floyd_arcade'
+ 'RetroHursty69 floyd_room'
+ 'RetroHursty69 Slick_Bluey'
+ 'RetroHursty69 Slick_Red'
+ 'RetroHursty69 ghostbusters'
+ 'RetroHursty69 realghostbusters'
+ 'RetroHursty69 stirlingness'
+ 'RetroHursty69 marco'
+ 'RetroHursty69 swatch'
+ 'RetroHursty69 meshy'
+ 'RetroHursty69 magazinemadness2'
+ 'RetroHursty69 CosmicRise'
+ 'RetroHursty69 uniflyered'
+ 'Saracade scv720'
+ 'chicueloarcade Chicuelo'
+ 'SuperMagicom nostalgic'
+ 'lipebello retrorama'
+ 'lipebello strangerstuff'
+ 'lipebello spaceoddity'
+ 'lipebello swineapple'
+ 'waweedman pii-wii'
+ 'waweedman Blade-360'
+ 'waweedman Venom'
+ 'waweedman Spider-Man'
+ 'blowfinger77 locomotion'
+ 'justincaseurskynet Arcade1up-5x4-Horizontal'
+ 'KALEL1981 Super-Retroboy'
+ )
diff --git a/etc/pikeyd165.conf b/etc/pikeyd165.conf
new file mode 100644
index 0000000..66d4c6f
--- /dev/null
+++ b/etc/pikeyd165.conf
@@ -0,0 +1,93 @@
+#pikeyd165.conf
+
+#format:
+# {keycode from /usr/include/linux/input.h} {GPIO pin no}
+# Not limited to a single key. A GPIO press will emit all defined keys in order.
+#P = Player; B = Button
+
+# P1B3 L
+KEY_SPACE 0
+# P1B4 B
+KEY_LEFTSHIFT 1
+# P1B5 A
+KEY_Z 2
+# P1B6 R
+KEY_X 3
+# P2B5
+KEY_I 4
+# P2B6
+KEY_K 5
+# P2B4
+KEY_W 6
+# P2B3
+KEY_Q 7
+# P1Left
+KEY_LEFT 8
+# P1Right
+KEY_RIGHT 9
+# P1B1 Y
+#KEY_LEFTCTRL 10
+KEY_ENTER 10
+# P1B2 X
+#KEY_LEFTALT 11
+KEY_BACKSPACE 11
+# P2B2
+KEY_S 12
+# P2B1
+KEY_A 13
+# P2Right
+KEY_G 14
+# P2Left
+KEY_D 15
+# P1Coin
+KEY_5 16
+# P1Start
+KEY_1 17
+# P1Up
+KEY_UP 18
+# P1Down
+KEY_DOWN 19
+# P2Down
+KEY_F 20
+# P2Up
+KEY_R 21
+# P2Start
+KEY_2 22
+# P2Coin
+KEY_6 23
+
+
+#special keys! bits pressed simultaniousley result in specified Key
+#maximum bits == 4
+
+# Service Menu retroarch
+# p1b2 p1start
+KEY_F1 17 11
+
+# Service Menu AdvMame, Mame4all
+# p2start p1b2 p1start
+#KEY_F2 22 11 17
+
+# Settings Mame4all
+# p2start p1b3 p1start
+#KEY_TAB 22 0 17
+
+# Quit Emulator / Game
+# p1start p1b1
+KEY_ESC 10 17
+
+# Coin Player 2
+# p1up p2start
+KEY_6 18 22
+# p2up p2start
+KEY_6 21 22
+
+# Coin Player 1
+# p1up p1start
+KEY_5 18 17
+
+# Menu C64, filter advmame
+# p2start p1b4 p1start
+#KEY_F12 22 1 17
+
+
diff --git a/home/pi/RetroPie-Setup/scriptmodules/supplementary/esthemes.sh b/home/pi/RetroPie-Setup/scriptmodules/supplementary/esthemes.sh
new file mode 100644
index 0000000..c065848
--- /dev/null
+++ b/home/pi/RetroPie-Setup/scriptmodules/supplementary/esthemes.sh
@@ -0,0 +1,337 @@
+#!/usr/bin/env bash
+
+# This file is part of The RetroPie Project
+#
+# The RetroPie Project is the legal property of its developers, whose names are
+# too numerous to list here. Please refer to the COPYRIGHT.md file distributed with this source.
+#
+# See the LICENSE.md file at the top-level directory of this distribution and
+# at https://raw.githubusercontent.com/RetroPie/RetroPie-Setup/master/LICENSE.md
+#
+
+rp_module_id="esthemes"
+rp_module_desc="Install themes for Emulation Station"
+rp_module_section="config"
+
+function depends_esthemes() {
+ if isPlatform "x11"; then
+ getDepends feh
+ else
+ getDepends fbi
+ fi
+}
+
+function install_theme_esthemes() {
+ local theme="$1"
+ local repo="$2"
+ if [[ -z "$repo" ]]; then
+ repo="RetroPie"
+ fi
+ if [[ -z "$theme" ]]; then
+ theme="carbon"
+ repo="RetroPie"
+ fi
+ mkdir -p "/etc/emulationstation/themes"
+ gitPullOrClone "/etc/emulationstation/themes/$theme" "https://github.com/$repo/es-theme-$theme.git"
+}
+
+function uninstall_theme_esthemes() {
+ local theme="$1"
+ if [[ -d "/etc/emulationstation/themes/$theme" ]]; then
+ rm -rf "/etc/emulationstation/themes/$theme"
+ fi
+}
+
+function gui_esthemes() {
+
+# . /etc/emulationstation/themes.sh
+
+local themes=(
+ 'arcadeforge push-a'
+ 'arcadeforge push-a-v'
+ 'arcadeforge pixel-heaven'
+ 'arcadeforge pixel-heaven-text'
+ 'arcadeforge 240p_Bubblegum'
+ 'arcadeforge 240p-honey'
+ 'xovox RetroCRT-240p'
+ 'xovox RetroCRT-240p-Vertical'
+ 'RetroPie carbon'
+ 'RetroPie carbon-centered'
+ 'RetroPie carbon-nometa'
+ 'RetroPie simple'
+ 'RetroPie simple-dark'
+ 'RetroPie clean-look'
+ 'RetroPie color-pi'
+ 'RetroPie nbba'
+ 'RetroPie simplified-static-canela'
+ 'RetroPie turtle-pi'
+ 'RetroPie zoid'
+ 'ehettervik pixel'
+ 'ehettervik pixel-metadata'
+ 'ehettervik pixel-tft'
+ 'ehettervik luminous'
+ 'ehettervik minilumi'
+ 'ehettervik workbench'
+ 'AmadhiX eudora'
+ 'AmadhiX eudora-bigshot'
+ 'AmadhiX eudora-concise'
+ 'InsecureSpike retroplay-clean-canela'
+ 'InsecureSpike retroplay-clean-detail-canela'
+ 'Omnija simpler-turtlepi'
+ 'Omnija simpler-turtlemini'
+ 'Omnija metro'
+ 'lilbud material'
+ 'mattrixk io'
+ 'mattrixk metapixel'
+ 'mattrixk spare'
+ 'robertybob space'
+ 'robertybob simplebigart'
+ 'robertybob tv'
+ 'HerbFargus tronkyfran'
+ 'lilbud flat'
+ 'lilbud flat-dark'
+ 'lilbud minimal'
+ 'lilbud switch'
+ 'lilbud angular'
+ 'FlyingTomahawk futura-V'
+ 'FlyingTomahawk futura-dark-V'
+ 'G-rila fundamental'
+ 'ruckage nes-mini'
+ 'ruckage famicom-mini'
+ 'ruckage snes-mini'
+ 'anthonycaccese crt'
+ 'anthonycaccese crt-centered'
+ 'anthonycaccese art-book'
+ 'anthonycaccese art-book-4-3'
+ 'anthonycaccese art-book-pocket'
+ 'anthonycaccese art-book-micro'
+ 'anthonycaccese tft'
+ 'anthonycaccese picade'
+ 'TMNTturtleguy ComicBook'
+ 'TMNTturtleguy ComicBook_4-3'
+ 'TMNTturtleguy ComicBook_SE-Wheelart'
+ 'TMNTturtleguy ComicBook_4-3_SE-Wheelart'
+ 'ChoccyHobNob cygnus'
+ 'dmmarti steampunk'
+ 'dmmarti hurstyblue'
+ 'dmmarti maximuspie'
+ 'dmmarti showcase'
+ 'dmmarti kidz'
+ 'dmmarti unified'
+ 'dmmarti gamehat'
+ 'rxbrad freeplay'
+ 'rxbrad gbz35'
+ 'rxbrad gbz35-dark'
+ 'garaine marioblue'
+ 'garaine bigwood'
+ 'MrTomixf Royal_Primicia'
+ 'lostless playstation'
+ 'mrharias superdisplay'
+ 'coinjunkie synthwave'
+ 'nickearl retrowave'
+ 'nickearl retrowave_4_3'
+ 'pacdude minijawn'
+ 'RetroHursty69 magazinemadness'
+ 'RetroHursty69 stirling'
+ 'RetroHursty69 boxalloyred'
+ 'RetroHursty69 boxalloyblue'
+ 'RetroHursty69 greenilicious'
+ 'RetroHursty69 retroroid'
+ 'RetroHursty69 merryxmas'
+ 'RetroHursty69 cardcrazy'
+ 'RetroHursty69 license2game'
+ 'RetroHursty69 comiccrazy'
+ 'RetroHursty69 snazzy'
+ 'RetroHursty69 tributeGoT'
+ 'RetroHursty69 tributeSTrek'
+ 'RetroHursty69 tributeSWars'
+ 'RetroHursty69 crisp'
+ 'RetroHursty69 crisp_light'
+ 'RetroHursty69 primo'
+ 'RetroHursty69 primo_light'
+ 'RetroHursty69 back2basics'
+ 'RetroHursty69 retrogamenews'
+ 'RetroHursty69 bluray'
+ 'RetroHursty69 soda'
+ 'RetroHursty69 lightswitch'
+ 'RetroHursty69 darkswitch'
+ 'RetroHursty69 whiteslide'
+ 'RetroHursty69 graffiti'
+ 'RetroHursty69 whitewood'
+ 'RetroHursty69 sublime'
+ 'RetroHursty69 infinity'
+ 'RetroHursty69 neogeo_only'
+ 'RetroHursty69 boxcity'
+ 'RetroHursty69 vertical_arcade'
+ 'RetroHursty69 cabsnazzy'
+ 'RetroHursty69 garfieldism'
+ 'RetroHursty69 halloweenspecial'
+ 'RetroHursty69 heychromey'
+ 'RetroHursty69 homerism'
+ 'RetroHursty69 spaceinvaders'
+ 'RetroHursty69 disenchantment'
+ 'RetroHursty69 minions'
+ 'RetroHursty69 tmnt'
+ 'RetroHursty69 pacman'
+ 'RetroHursty69 dragonballz'
+ 'RetroHursty69 minecraft'
+ 'RetroHursty69 incredibles'
+ 'RetroHursty69 mario_melee'
+ 'RetroHursty69 evilresident'
+ 'RetroHursty69 hurstyspin'
+ 'RetroHursty69 cyber'
+ 'RetroHursty69 supersweet'
+ 'RetroHursty69 donkeykonkey'
+ 'RetroHursty69 snapback'
+ 'RetroHursty69 heman'
+ 'RetroHursty69 pitube'
+ 'RetroHursty69 batmanburton'
+ 'RetroHursty69 NegativeColor'
+ 'RetroHursty69 NegativeSepia'
+ 'RetroHursty69 corg'
+ 'RetroHursty69 mysticorb'
+ 'RetroHursty69 joysticks'
+ 'RetroHursty69 orbpilot'
+ 'RetroHursty69 bitfit'
+ 'RetroHursty69 circuit'
+ 'RetroHursty69 retroboy'
+ 'RetroHursty69 retroboy2'
+ 'RetroHursty69 hurstybluetake2'
+ 'RetroHursty69 fabuloso'
+ 'RetroHursty69 arcade1up_aspectratio54'
+ 'RetroHursty69 supersweet_aspectratio54'
+ 'RetroHursty69 heychromey_aspectratio54'
+ 'RetroHursty69 mariobrosiii'
+ 'RetroHursty69 vertical_limit_verticaltheme'
+ 'RetroHursty69 CapcomColorHorizontal'
+ 'RetroHursty69 CapcomColorSpin'
+ 'RetroHursty69 CapcomColorVertical'
+ 'RetroHursty69 bluesteel'
+ 'RetroHursty69 blueprism'
+ 'RetroHursty69 bluesmooth'
+ 'RetroHursty69 floyd'
+ 'RetroHursty69 floyd_arcade'
+ 'RetroHursty69 floyd_room'
+ 'RetroHursty69 Slick_Bluey'
+ 'RetroHursty69 Slick_Red'
+ 'RetroHursty69 ghostbusters'
+ 'RetroHursty69 realghostbusters'
+ 'RetroHursty69 stirlingness'
+ 'RetroHursty69 marco'
+ 'RetroHursty69 swatch'
+ 'RetroHursty69 meshy'
+ 'RetroHursty69 magazinemadness2'
+ 'RetroHursty69 CosmicRise'
+ 'RetroHursty69 uniflyered'
+ 'Saracade scv720'
+ 'chicueloarcade Chicuelo'
+ 'SuperMagicom nostalgic'
+ 'lipebello retrorama'
+ 'lipebello strangerstuff'
+ 'lipebello spaceoddity'
+ 'lipebello swineapple'
+ 'waweedman pii-wii'
+ 'waweedman Blade-360'
+ 'waweedman Venom'
+ 'waweedman Spider-Man'
+ 'blowfinger77 locomotion'
+ 'justincaseurskynet Arcade1up-5x4-Horizontal'
+ 'KALEL1981 Super-Retroboy'
+ )
+
+
+ while true; do
+ local theme
+ local installed_themes=()
+ local repo
+ local options=()
+ local status=()
+ local default
+
+ local gallerydir="/etc/emulationstation/es-theme-gallery"
+ if [[ -d "$gallerydir" ]]; then
+ status+=("i")
+ options+=(G "View or Update Theme Gallery")
+ else
+ status+=("n")
+ options+=(G "Download Theme Gallery")
+ fi
+
+ options+=(U "Update all installed themes")
+
+ local i=1
+ for theme in "${themes[@]}"; do
+ theme=($theme)
+ repo="${theme[0]}"
+ theme="${theme[1]}"
+ if [[ -d "/etc/emulationstation/themes/$theme" ]]; then
+ status+=("i")
+ options+=("$i" "Update or Uninstall $repo/$theme (installed)")
+ installed_themes+=("$theme $repo")
+ else
+ status+=("n")
+ options+=("$i" "Install $repo/$theme")
+ fi
+ ((i++))
+ done
+ local cmd=(dialog --default-item "$default" --backtitle "$__backtitle" --menu "Choose an option" 22 76 16)
+ local choice=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
+ default="$choice"
+ [[ -z "$choice" ]] && break
+ case "$choice" in
+ G)
+ if [[ "${status[0]}" == "i" ]]; then
+ options=(1 "View Theme Gallery" 2 "Update Theme Gallery" 3 "Remove Theme Gallery")
+ cmd=(dialog --backtitle "$__backtitle" --menu "Choose an option for gallery" 12 40 06)
+ local choice=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
+ case "$choice" in
+ 1)
+ cd "$gallerydir"
+ if isPlatform "x11"; then
+ feh --info "echo %f" --slideshow-delay 6 --fullscreen --auto-zoom --filelist images.list
+ else
+ fbi --timeout 6 --once --autozoom --list images.list
+ fi
+ ;;
+ 2)
+ gitPullOrClone "$gallerydir" "https://github.com/wetriner/es-theme-gallery"
+ ;;
+ 3)
+ if [[ -d "$gallerydir" ]]; then
+ rm -rf "$gallerydir"
+ fi
+ ;;
+ esac
+ else
+ gitPullOrClone "$gallerydir" "http://github.com/wetriner/es-theme-gallery"
+ fi
+ ;;
+ U)
+ for theme in "${installed_themes[@]}"; do
+ theme=($theme)
+ rp_callModule esthemes install_theme "${theme[0]}" "${theme[1]}"
+ done
+ ;;
+ *)
+ theme=(${themes[choice-1]})
+ repo="${theme[0]}"
+ theme="${theme[1]}"
+ if [[ "${status[choice]}" == "i" ]]; then
+ options=(1 "Update $repo/$theme" 2 "Uninstall $repo/$theme")
+ cmd=(dialog --backtitle "$__backtitle" --menu "Choose an option for theme" 12 40 06)
+ local choice=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
+ case "$choice" in
+ 1)
+ rp_callModule esthemes install_theme "$theme" "$repo"
+ ;;
+ 2)
+ rp_callModule esthemes uninstall_theme "$theme"
+ ;;
+ esac
+ else
+ rp_callModule esthemes install_theme "$theme" "$repo"
+ fi
+ ;;
+ esac
+ done
+}
diff --git a/home/pi/RetroPie/retropiemenu/Update RetroPieRGB.sh b/home/pi/RetroPie/retropiemenu/Update RetroPieRGB.sh
new file mode 100755
index 0000000..4246659
--- /dev/null
+++ b/home/pi/RetroPie/retropiemenu/Update RetroPieRGB.sh
@@ -0,0 +1,6 @@
+dir=$(pwd)
+cd /home/pi/RetroPieRGB
+sudo -s git pull origin master
+chmod +x patch.sh
+./patch.sh
+cd $dir
diff --git a/home/pi/RetroPie/retropiemenu/rotate screen.sh b/home/pi/RetroPie/retropiemenu/rotate screen.sh
new file mode 100755
index 0000000..64100ed
--- /dev/null
+++ b/home/pi/RetroPie/retropiemenu/rotate screen.sh
@@ -0,0 +1,33 @@
+#####
+# this scripts rotates screen for emulationstation
+# Author Jochen Zurborg
+# Date : 06.11.2019
+#
+# This script is made for hardware pi2scart and pi2jamma from www.arcadeforge.de
+
+setterm -foreground black -store
+
+killall emulationstation > /dev/null 2>&1
+clear
+
+sleep 1
+
+# params was already fetched
+. /home/pi/rgb_config.sh
+
+
+new_rotate=$(( $es_rotate + 1 ))
+if [ $new_rotate -eq 4 ] ; then
+ new_rotate=0
+fi
+
+#echo "starting emulationstation with rotate $new_rotate"
+#sleep 1
+sudo sed -i "s/^es_rotate.*/es_rotate=$new_rotate/" /boot/config.txt
+
+sed -i "s/^es_rotate.*/es_rotate=$new_rotate/" /home/pi/rgb_config.sh
+
+setterm -foreground white -store
+
+emulationstation --screenrotate $new_rotate
+
diff --git a/home/pi/rgb_default_config.sh b/home/pi/rgb_default_config.sh
new file mode 100644
index 0000000..fa11f33
--- /dev/null
+++ b/home/pi/rgb_default_config.sh
@@ -0,0 +1,4 @@
+es_rotate=0
+pi2jamma=0
+rgb_screen_shift=-15
+rgb_screen_width=2
diff --git a/howto_git.txt b/howto_git.txt
new file mode 100644
index 0000000..eb9e571
--- /dev/null
+++ b/howto_git.txt
@@ -0,0 +1,42 @@
+Author : Jochen Zurborg
+Date : 04.11.2019
+
+Find here a quick tutorial how to use git for our little project.
+
+Downloading this repository
+===========================
+
+git clone https://github.com/arcadeforge/runcommand
+
+Enabling your account
+=====================
+
+git config --global user.name "yourname"
+git config --global user.email "youremail"
+
+
+What happened since my last changes?
+====================================
+
+git status
+
+Adding edited files to your local repository
+============================================
+
+- easy way
+git add .
+
+- file specific
+git add yourfilename
+
+Commit changes to repository
+============================
+
+git commit -m"What you did"
+
+Uploading changes to github.com
+===============================
+
+git push
+
+
diff --git a/opt/retropie/configs/all/arcade_res_table.txt b/opt/retropie/configs/all/arcade_res_table.txt
new file mode 100644
index 0000000..0666ae7
--- /dev/null
+++ b/opt/retropie/configs/all/arcade_res_table.txt
@@ -0,0 +1,4840 @@
+1941;"1941 - Counter Attack - 1941 - Counter Attack (900227 World)";384x224@60;V
+1941j;"1941 - Counter Attack (Japan)";384x224@60;V
+1941r1;"1941 - Counter Attack (World)";384x224@60;V
+1941u;"1941 - Counter Attack (900227 USA)";384x224@60;V
+1942;"1942 (Jpn) - 1942 (Revision B)";256x224@60;V
+1942a;"1942 (Jpn, Alt) - 1942 (Revision A)";256x224@60;V
+1942abl;"1942 (Revision A, bootleg)";256x224@60;V
+1942b;"1942 (First Version)";256x224@60;V
+1942c64;"1942 (C64 Music)";256x224@60;V
+1942h;"Supercharger 1942";256x224@60;V
+1942w;"1942 (Williams Electronics license)";256x224@60;V
+1943;"1943: The Battle of Midway (Euro)";256x224@60;V
+1943b;"1943: The Battle of Midway (bootleg set 1, hack of Jap";256x224@60;V
+1943b2;"1943: The Battle of Midway (bootleg set 2, hack of Jap";256x224@60;V
+1943bj;"1943: Midway Kaisen (bootleg)";256x224@60;V
+1943j;"1943: Midway Kaisen (Japan, Rev B)";256x224@60;V
+1943ja;"1943: Midway Kaisen (Japan)";256x224@60;V
+1943ja2;"1943: The Battle of Midway (hack of Japan set)";256x224@60;V
+1943kai;"1943 Kai - 1943 Kai: Midway Kaisen (Japan)";256x224@60;V
+1943mii;"1943: The Battle of Midway Mark II (US)";256x224@60;V
+1943u;"1943: The Battle of Midway (US, Rev C)";256x224@60;V
+1943ua;"1943: The Battle of Midway (US)";256x224@60;V
+1944;"1944 - the loop master (000620 USA)";384x224@60;H
+1944ad;"1944 - the loop master (000620 USA Phoenix Edition, al";384x224@60;H
+1944d;"1944 - the loop master (000620 USA Phoenix Edition)";384x224@60;H
+1944j;"1944 - the loop master (000620 Japan)";384x224@60;H
+1945kiii;"1945k III (newer, OPCX2 PCB)";320x224@60;V
+1945kiiin;"1945k III (newer, OPCX1 PCB)";320x224@60;V
+1945kiiio;"1945k III (older, OPCX1 PCB)";320x224@60;V
+19xx;"19XX - the war against destiny (951207 USA)";384x224@60;V
+19xxa;"19XX - the war against destiny (960104 Asia)";384x224@60;V
+19xxar1;"19XX - the war against destiny (951207 Asia)";384x224@60;V
+19xxb;"19XX - the war against destiny (951218 Brazil)";384x224@60;V
+19xxd;"19XX - the war against destiny (951207 USA Phoenix Edi";384x224@60;V
+19xxh;"19XX - the war against destiny (951218 Hispanic)";384x224@60;V
+19xxj;"19XX - the war against destiny (960104 Japan, yellow c";384x224@60;V
+19xxjr1;"19XX - the war against destiny (951225 Japan)";384x224@60;V
+19xxjr2;"19XX - the war against destiny (951207 Japan)";384x224@60;V
+2020bb;"2020 Super Baseball (set 1) - Super Baseball 2020 (Euro, USA)";304x224@59;H
+2020bba;"2020 Super Baseball (set 2)";304x224@59;H
+2020bbh;"2020 Super Baseball (set 3)";304x224@59;H
+3countb;"3 Count Bout / Fire Suplex (NGM-043)(NGH-043)";320x224@59;H
+3countba;"3 Count Bout / Fire Suplex (NGM-043)";320x224@59;H
+3in1semi;"XESS - The New Revolution (SemiCom 3-in-1)";256x224@58;H
+3kokushi;"Sankokushi (Japan)";320x240@60;H
+3wonders;"Three Wonders (wonder 3 910520 etc)";384x224@60;H
+3wondersb;"Three Wonders (bootleg set 2, wonder 3 910520 etc)";384x224@60;H
+3wondersh;"Three Wonders (bootleg set 1, wonder 3 910520 etc)";384x224@60;H
+3wondersha;"Three Wonders (bootleg set 3, wonder 3 910520 etc)";384x224@60;H
+3wondersr1;"Three Wonders (wonder 3 910513 etc)";384x224@60;H
+3wondersu;"Three Wonders (wonder 3 910520 USA)";384x224@60;H
+4dwarrio;"4-D Warriors (315-5162)";256x224@60;H
+4enraya;"4 En Raya (set 1)";256x224@60;H
+4enrayaa;"4 En Raya (set 2)";256x224@60;H
+4in1;"4 Fun in 1 - Sega Game Pack 4 in 1 (Euro)";256x224@60;V
+4in1boot;"Puzzle King";256x224@58;H
+4play;"4 player input test";304x224@59;H
+600;"600";256x224@60;V
+64street;"64th. Street - A Detective Story (World)";256x224@60;H
+64streetj;"64th. Street - A Detective Story (Japan, set 1)";256x224@60;H
+64streetja;"64th. Street - A Detective Story (Japan, alt)";256x224@60;H
+720;"720° (Atari System 2)";512x384@60;H
+7ordi;"7 Ordi (Korea)";320x240@60;H
+7toitsu;"Chi-Toitsu";384x240@60;H
+800fath;"800 Fathoms";256x224@60;V
+88games;"'88 Games";304x224@60;H
+8bpm;"Eight Ball Action (Pac-Man conversion)";256x224@60;V
+99lstwar;"'99: The Last War";288x224@60;V
+99lstwara;"'99: The Last War (alternate)";288x224@60;V
+99lstwark;"'99: The Last War (Kyugo)";288x224@60;V
+abcop;"A.B. Cop (World, FD1094 317-0169b)";320x224@60;H
+abcopd;"A.B. Cop (World, FD1094 317-0169b decrypted)";320x224@60;H
+abcopj;"A.B. Cop (Japan, FD1094 317-0169b)";320x224@60;H
+abcopjd;"A.B. Cop (Japan, FD1094 317-0169b decrypted)";320x224@60;H
+abscam;"Abscam";288x224@60;V
+aburner;"After Burner - After Burner (World)";320x224@60;H
+aburner2;"After Burner II - After Burner II - After Burner II (Euro, USA)";320x224@60;H
+aburner2g;"After Burner II (German)";320x224@60;H
+aceattac;"Ace Attacker (FD1094 317-0059)";320x224@60;V
+aceattaca;"Ace Attacker (Japan, System 16A, FD1094 317-0060)";320x224@60;V
+acitya;"Atlantic City Action";288x224@60;V
+acrobatm;"Acrobat Mission";256x224@56;V
+actfancr;"Act-Fancer Cybernetick Hyper Weapon (World revision 2)";256x240@60;H
+actfancr1;"Act-Fancer Cybernetick Hyper Weapon (World revision 1)";256x240@60;H
+actfancrj;"Act-Fancer Cybernetick Hyper Weapon (Japan revision 1)";256x240@60;H
+ad2083;"A.D. 2083";256x224@60;V
+aeroboto;"Aeroboto";248x224@60;H
+aerofgt;"Aero Fighters";320x224@60;V
+aerofgtb;"Aero Fighters (Turbo Force hardware set 1)";320x224@60;V
+aerofgtc;"Aero Fighters (Turbo Force hardware set 2)";320x224@60;V
+afighter;"Action Fighter, FD1089A 317-0018";320x224@60;V
+agallet;"Air Gallet (Europe)";320x240@58;V
+agalleta;"Air Gallet (older, Europe)";320x240@58;V
+agalletah;"Air Gallet (older, Hong Kong)";320x240@58;V
+agalletaj;"Akuu Gallet (older, Japan)";320x240@58;V
+agalletak;"Air Gallet (older, Korea)";320x240@58;V
+agalletat;"Air Gallet (older, Taiwan)";320x240@58;V
+agalletau;"Air Gallet (older, USA)";320x240@58;V
+agalleth;"Air Gallet (Hong Kong)";320x240@58;V
+agalletj;"Akuu Gallet (Japan)";320x240@58;V
+agalletk;"Air Gallet (Korea)";320x240@58;V
+agallett;"Air Gallet (Taiwan)";320x240@58;V
+agalletu;"Air Gallet (USA)";320x240@58;V
+agentx1;"Agent X (prototype, rev 1)";256x232@60;H
+agentx2;"Agent X (prototype, rev 2)";256x232@60;H
+agentx3;"Agent X (prototype, rev 3)";256x232@60;H
+agentx4;"Agent X (prototype, rev 4)";256x232@60;H
+agress;"Agress";320x240@58;H
+agressb;"Agress (English bootleg)";320x240@58;H
+airass;"Air Assault (World)";320x240@60;V
+airattck;"Air Attack (set 1)";256x224@56;V
+airattcka;"Air Attack (set 2)";256x224@56;V
+airbustr;"Air Buster: Trouble Specialty Raid Unit (USA) - Air Buster: Trouble Specialty Raid Unit (World)";256x224@60;H
+airbustrb;"Air Buster: Trouble Specialty Raid Unit (bootleg)";256x224@60;H
+airbustrj;"Air Buster: Trouble Specialty Raid Unit (Japan)";256x224@60;H
+airduel;"Air Duel (World, M82-A-A + M82-B-A)";384x256@55;V
+airduelm72;"Air Duel (Japan, M72)";384x256@55;V
+airwolf;"Airwolf";288x224@60;H
+airwolfa;"Airwolf (US)";288x224@60;H
+ajax;"Ajax";304x224@60;V
+ajaxj;"Ajax (Japan)";304x224@60;V
+akkanvdr;"Akkanbeder (Ver 2.5J 1995/06/14)";320x224@60;V
+akumajou;"Akuma-Jou Dracula (Japan ver. P)";256x224@60;H
+akumajoun;"Akuma-Jou Dracula (Japan ver. N)";256x224@60;H
+alcon;"Alcon (US) - Falcon - Falcon (bootleg of Phoenix) (8085A CPU)";280x240@60;V
+alexkidd;"Alex Kidd in Miracle World (Euro, USA, v1) - Alex Kidd in Miracle World (Tw, SMS Mode) - Alex Kidd in the Enchanted Castle (Euro, Rev. A) - Alex Kidd: The Lost Stars (set 2, unprotected)";320x224@60;H
+alexkidd1;"Alex Kidd in Miracle World (Euro, USA, v0) - Alex Kidd in the Enchanted Castle (Euro) - Alex Kidd: The Lost Stars (set 1, FD1089A 317-unknown)";320x224@60;H
+alibaba;"Ali Baba and 40 Thieves - Alibaba and 40 Thieves (Jpn) - Alibaba and 40 Thieves (Kor)";288x224@60;V
+alibabab;"Alibaba and 40 Thieves (Jpn, Alt 2) - Mustafa and 40 Thieves (bootleg)";288x224@60;V
+aliencha;"Alien Challenge (World)";448x224@60;H
+alienchac;"Alien Challenge (China)";448x224@60;H
+aliens;"Aliens (World set 1) - Aliens - Alien 2 (Jpn)";288x224@60;H
+aliens2;"Aliens (World set 2)";288x224@60;H
+aliens3;"Aliens (World set 3)";288x224@60;H
+aliensa;"Aliens (Asia) - Aliens - Alien 2 (Jpn, Alt)";288x224@60;H
+aliensec;"Alien Sector";288x224@60;H
+aliensj;"Aliens (Japan set 1)";288x224@60;H
+aliensj2;"Aliens (Japan set 2)";288x224@60;H
+aliensu;"Aliens (US)";288x224@60;H
+aliensyn;"Alien Syndrome (Euro, USA) - Alien Syndrome (Euro, USA, Bra) - Alien Syndrome (set 4, System 16B, unprotected)";320x224@60;H
+aliensyn2;"Alien Syndrome (set 2, System 16A, FD1089A 317-0033)";320x224@60;H
+aliensyn3;"Alien Syndrome (set 3, System 16B, FD1089A 317-0033)";320x224@60;H
+aliensyn5;"Alien Syndrome (set 5, System 16A, FD1089B 317-0037)";320x224@60;H
+aliensyn7;"Alien Syndrome (set 7, System 16B, MC-8123B 317-00xx)";320x224@60;H
+aliensynj;"Alien Syndrome (Jpn) - Alien Syndrome (Jpn) - Alien Syndrome (set 6, Japan, new, System 16B, FD1089A";320x224@60;H
+aliensynjo;"Alien Syndrome (set 1, Japan, old, System 16A, FD1089A";320x224@60;H
+aligatorun;"Alligator Hunt (unprotected)";320x240@60;H
+alinvade;"Alien Invaders";128x128@60;V
+alpham2;"Alpha Mission II / ASO II - Last Guardian (NGM-007)(NG";304x224@59;H
+alpham2p;"Alpha Mission II / ASO II - Last Guardian (prototype)";304x224@59;H
+alphamis;"Alpha Mission";288x216@60;V
+alphaxz;"The Alphax Z (Japan)";256x224@60;V
+altbeast;"Altered Beast (Euro, USA) - Altered Beast (Euro, USA, Bra) - Altered Beast (set 8, 8751 317-0078)";320x224@60;H
+altbeast2;"Altered Beast (set 2, MC-8123B 317-0066)";320x224@60;H
+altbeast4;"Altered Beast (set 4, MC-8123B 317-0066)";320x224@60;H
+altbeast5;"Altered Beast (set 5, FD1094 317-0069)";320x224@60;H
+altbeast5d;"Altered Beast (set 5, FD1094 317-0069 decrypted)";320x224@60;H
+altbeast6;"Altered Beast (set 6, 8751 317-0076)";320x224@60;H
+altbeastj;"Juuouki (set 7, Japan, 8751 317-0077)";320x224@60;H
+altbeastj1;"Juuouki (set 1, Japan, FD1094 317-0065)";320x224@60;H
+altbeastj3;"Juuouki (set 3, Japan, FD1094 317-0068)";320x224@60;H
+altbeastj3d;"Juuouki (set 3, Japan, FD1094 317-0068 decrypted)";320x224@60;H
+amatelas;"Sei Senshi Amatelass";256x224@60;V
+amazon;"Soldier Girl Amazon";256x224@60;V
+ambush;"Ambush";256x224@60;H
+ambushh;"Ambush (hack?)";256x224@60;H
+ambushj;"Ambush (Japan)";256x224@60;H
+ambushv;"Ambush (Volt Elec co-ltd)";256x224@60;H
+amidar;"Amidar";256x224@60;V
+amidar1;"Amidar (older)";256x224@60;V
+amidarb;"Amidar (bootleg)";256x224@60;V
+amidaro;"Amidar (Olympia)";256x224@60;V
+amidars;"Amidar (Scramble hardware)";256x224@60;V
+amidaru;"Amidar (Stern)";256x224@60;V
+amigo;"Amigo";256x224@60;V
+androdun;"Andro Dunos (NGM-049)(NGH-049)";304x224@59;H
+androidp;"Android (prototype, later build)";256x192@60;V
+androidpo;"Android (prototype, early build)";256x192@60;V
+angelkds;"Angel Kids (Japan)";256x240@60;V
+anteater;"Anteater";256x224@60;V
+anteaterg;"Ameisenbaer (German)";256x224@60;V
+anteateruk;"The Anteater (UK)";256x224@60;V
+aodk;"Aggressors of Dark Kombat / Tsuukai GANGAN Koushinkyok";304x224@59;H
+aof;"Art of Fighting (Euro) - Art of Fighting / Ryuuko no Ken (NGM-044)(NGH-044)";304x224@59;H
+aof2;"Art of Fighting 2 / Ryuuko no Ken 2 (NGM-056)";304x224@59;H
+aof2a;"Art of Fighting 2 / Ryuuko no Ken 2 (NGH-056)";304x224@59;H
+aof3;"Art of Fighting 3 - The Path of the Warrior / Art of F";304x224@59;H
+aof3k;"Art of Fighting 3 - The Path of the Warrior (Korean re";304x224@59;H
+apb;"APB - All Points Bulletin (Atari System 2)";512x384@60;V
+aponow;"Apocaljpse Now";256x224@60;V
+appoooh;"Appoooh";256x224@60;H
+aquajack;"Aquajack (World)";320x240@60;H
+aquajackj;"Aquajack (Japan)";320x240@60;H
+aquajacku;"Aquajack (US)";320x240@60;H
+aquarium;"Aquarium (US)";320x256@60;H
+aquariumj;"Aquarium (Japan)";320x256@60;H
+arabian;"Arabian";256x234@60;V
+arabiana;"Arabian (Atari)";256x234@60;V
+arabianm;"Arabian Magic (Ver 1.0O 1992/07/06)";320x224@60;H
+arabianmj;"Arabian Magic (Ver 1.0J 1992/07/06)";320x224@60;H
+arabianmu;"Arabian Magic (Ver 1.0A 1992/07/06)";320x224@60;H
+aracnis;"Aracnis (bootleg of Scorpion on Moon Cresta hardware)";256x224@60;V
+arbalest;"Arbalester";384x224@60;V
+arcadian;"Arcadia (NMK)";384x224@56;V
+area88;"Area 88 (Japan)";384x224@60;H
+area88r;"Area 88 (Japan Resale ver.)";384x224@60;H
+arian;"Arian Mission";288x216@60;V
+ark1ball;"Arkanoid (bootleg with MCU, harder)";256x224@60;V
+ark1balla;"Arkanoid (bootleg with MCU, harder, alt)";256x224@60;V
+arkangc;"Arkanoid (Game Corporation bootleg, set 1)";256x224@60;V
+arkangc2;"Arkanoid (Game Corporation bootleg, set 2)";256x224@60;V
+arkanoid;"Arkanoid (Euro?) - Arkanoid (World, oldest rev)";256x224@60;V
+arkanoidj;"Arkanoid (Japan) - Arkanoid (Jpn)";256x224@60;V
+arkanoidja;"Arkanoid (Japan, older rev) - Arkanoid (Jpn, Alt)";256x224@60;V
+arkanoidjb;"Arkanoid (Japan, oldest rev)";256x224@60;V
+arkanoidjbl;"Arkanoid (bootleg with MCU set 1)";256x224@60;V
+arkanoidjbl2;"Arkanoid (bootleg with MCU set 2)";256x224@60;V
+arkanoidjbla;"Arkanoid (bootleg with MCU, alt)";256x224@60;V
+arkanoidu;"Arkanoid (US)";256x224@60;V
+arkanoiduo;"Arkanoid (US, oldest rev)";256x224@60;V
+arkarea;"Ark Area";256x192@60;H
+arkatayt;"Arkanoid (Tayto bootleg)";256x224@60;V
+arkatour;"Tournament Arkanoid (US)";256x224@60;V
+arkbloc2;"Block (Game Corporation bootleg, set 2)";256x224@60;V
+arkblock;"Block (Game Corporation bootleg, set 1)";256x224@60;V
+arkgcbl;"Arkanoid (bootleg on Block hardware)";256x224@60;V
+arknoid2;"Arkanoid - Revenge of DOH (World)";256x224@60;V
+arknoid2b;"Arkanoid - Revenge of DOH (Japan bootleg)";256x224@60;V
+arknoid2j;"Arkanoid - Revenge of DOH (Japan)";256x224@60;V
+arknoid2u;"Arkanoid - Revenge of DOH (US)";256x224@60;V
+arkretrn;"Arkanoid Returns (Ver 2.02O 1997/02/10)";320x232@60;H
+arkretrnj;"Arkanoid Returns (Ver 2.02J 1997/02/10)";320x232@60;H
+arkretrnu;"Arkanoid Returns (Ver 2.02A 1997/02/10)";320x232@60;H
+arktayt2;"Arkanoid (Tayto bootleg, harder)";256x224@60;V
+armedf;"Armed Formation - Armed Formation F";320x240@57;V
+armedff;"Armed Formation (Fillmore license)";320x240@57;V
+armorcar;"Armored Car (set 1)";256x224@60;V
+armorcar2;"Armored Car (set 2)";256x224@60;V
+armwar;"Armored Warriors (941024 Europe)";384x224@60;H
+armwar1d;"Armored Warriors (941011 Europe Phoenix Edition)";384x224@60;H
+armwara;"Armored Warriors (941024 Asia)";384x224@60;H
+armwarar1;"Armored Warriors (940920 Asia)";384x224@60;H
+armwarr1;"Armored Warriors (941011 Europe)";384x224@60;H
+armwaru;"Armored Warriors (941024 USA)";384x224@60;H
+armwaru1;"Armored Warriors (940920 USA)";384x224@60;H
+armwrest;"Arm Wrestling";448x256@60;V
+ashnojoe;"Ashita no Joe (Japan)";288x208@60;H
+ashura;"Ashura (Jpn) - Ashura Blaster (World)";320x224@60;V
+ashuraj;"Ashura Blaster (Japan)";320x224@60;V
+ashurau;"Ashura Blaster (US)";320x224@60;V
+asideral;"Ataque Sideral (Spanish bootleg of UniWar S)";256x224@60;V
+aso;"ASO - Armored Scrum Object";288x216@60;V
+assault;"Assault (Rev B) - Desert Assault (US)";288x224@60;V
+assaultj;"Assault (Japan)";288x224@60;V
+assaultp;"Assault Plus (Japan)";288x224@60;V
+asterix;"Asterix (Euro, v1) - Asterix (ver EAD)";288x224@60;H
+asterixaad;"Asterix (ver AAD)";288x224@60;H
+asterixeaa;"Asterix (ver EAA)";288x224@60;H
+asterixeac;"Asterix (ver EAC)";288x224@60;H
+asterixj;"Asterix (ver JAD)";288x224@60;H
+astorm;"Alien Storm (Euro, Bra) - Alien Storm (set 4, World, 2 Players, FD1094 317-0154) - Alien Storm (World)";320x224@60;H
+astorm3;"Alien Storm (set 3, World, 3 Players, FD1094 317-0148)";320x224@60;H
+astorm3d;"Alien Storm (set 3, World, 3 Players, FD1094 317-0148";320x224@60;H
+astormj;"Alien Storm (set 1, Japan Rev B, 2 Players, FD1094 317";320x224@60;H
+astormjd;"Alien Storm (set 1, Japan Rev B, 2 Players, FD1094 317";320x224@60;H
+astormu;"Alien Storm (set 2, US, 3 Players, FD1094 317-0147)";320x224@60;H
+astormud;"Alien Storm (set 2, US, 3 Players, FD1094 317-0147 dec";320x224@60;H
+astrians;"Astrians (clone of Swarm)";256x224@60;V
+astyanax;"The Astyanax";256x224@60;H
+asuka;"Asuka & Asuka (World)";320x240@60;V
+asukaj;"Asuka & Asuka (Japan)";320x240@60;V
+asurabld;"Asura Blade - Sword of Dynasty (Japan)";320x240@60;H
+asurabus;"Asura Buster - Eternal Warriors (Japan)";320x240@60;H
+asurabusa;"Asura Buster - Eternal Warriors (Japan) (ARCADIA revie";320x240@60;H
+atehate;"Athena no Hatena ?";384x240@60;H
+atetris;"FA Tetris (Kor) - FA Tetris (Kor) - Tetris (set 1)";336x240@60;H
+atetrisa;"FA Tetris (Kor, Alt) - Tetris (set 2)";336x240@60;H
+atetrisb;"FA Tetris (Kor, Alt 2) - Tetris (bootleg set 1)";336x240@60;H
+atetrisb2;"Tetris (bootleg set 2)";336x240@60;H
+atetrisc;"Tetris (cocktail set 1)";336x240@60;V
+atetrisc2;"Tetris (cocktail set 2)";336x240@60;V
+athena;"Athena";288x216@60;H
+atlantis;"Battle of Atlantis (set 1)";256x224@60;V
+atlantis2;"Battle of Atlantis (set 2)";256x224@60;V
+atlantisb;"Battle of Atlantis (bootleg)";256x224@60;V
+atomboy;"Atomic Boy (revision B)";256x224@60;H
+atomboya;"Atomic Boy (revision A)";256x224@60;H
+atomicp;"Atomic Point (Korea)";320x224@60;H
+atompunk;"Atomic Punk (US)";320x240@60;H
+aurail;"Aurail (set 3, US, unprotected)";320x224@60;H
+aurail1;"Aurail (set 2, World, FD1089B 317-0168)";320x224@60;H
+aurail1d;"Aurail (set 2, World, FD1089B 317-0168 decrypted)";320x224@60;H
+aurailj;"Aurail (set 1, Japan, FD1089A 317-0167)";320x224@60;H
+aurailjd;"Aurail (set 1, Japan, FD1089A 317-0167 decrypted)";320x224@60;H
+avefenix;"Ave Fenix (Electrogame, Spanish bootleg of Phoenix)";256x208@60;V
+avefenixl;"Ave Fenix (Laguna, Spanish bootleg of Phoenix)";256x208@60;V
+avefenixrf;"Ave Fenix (Recreativos Franco, Spanish bootleg of Phoe";256x208@60;V
+avengers;"Avengers (US set 1)";256x240@60;V
+avengers2;"Avengers (US set 2)";256x240@60;V
+avsp;"Alien vs Predator (940520 Euro)";384x224@60;H
+avspa;"Alien vs Predator (940520 Asia)";384x224@60;H
+avspd;"Alien vs Predator (940520 Euro Phoenix Edition)";384x224@60;H
+avsph;"Alien vs Predator (940520 Hispanic)";384x224@60;H
+avspirit;"Avenging Spirit";256x224@60;H
+avspj;"Alien vs Predator (940520 Japan)";384x224@60;H
+avspu;"Alien vs Predator (940520 USA)";384x224@60;H
+aztarac;"Aztarac";340x256@40;H
+azurian;"Azurian Attack";256x224@60;V
+b2b;"Bang Bang Busters (2010 NCI release)";304x224@59;H
+backfire;"Backfire! (set 1)";240x640@60;V
+backfirt;"Back Fire (Tecmo, bootleg)";256x224@60;H
+baddudes;"Bad Dudes vs. Dragonninja (US)";256x240@57;H
+bakatono;"Bakatonosama Mahjong Manyuuki (MOM-002)(MOH-002)";304x224@59;H
+bakubrkr;"Bakuretsu Breaker";256x224@60;V
+bakutotu;"Bakutotsu Kijuutei";288x224@60;H
+balcube;"Bal Cube";320x224@60;H
+ballboy;"Ball Boy";256x224@60;H
+ballbros;"Balloon Brothers";384x240@60;H
+bang;"Bang! - Big Bang (9th Nov. 1993) - Pack'n Bang Bang (Prototype)";320x240@60;H
+bangball;"Bang Bang Ball (v1.05)";320x224@60;H
+bangbead;"Bang Bead";304x224@59;H
+bangbedp;"Bang Bead (Prototype?)";304x224@59;H
+bangj;"Gun Gabacho (Japan)";320x240@60;H
+bankp;"Bank Panic - Bank Panic (Euro) - Bank Panic (Jpn) - Bank Panic (Jpn)";224x224@60;H
+baraduke;"Baraduke";288x224@60;H
+baryon;"Baryon - Future Assault (set 1)";304x224@58;V
+baryona;"Baryon - Future Assault (set 2)";304x224@58;V
+batcir;"Battle Circuit (970319 Euro)";384x224@60;H
+batcira;"Battle Circuit (970319 Asia)";384x224@60;H
+batcird;"Battle Circuit (970319 Euro Phoenix Edition)";384x224@60;H
+batcirj;"Battle Circuit (970319 Japan)";384x224@60;H
+batlbubl;"Battle Bubble (v2.00)";320x224@60;H
+batman2;"Batman Part 2";256x224@60;V
+batrider;"Armed Police Batrider (Europe) (Fri Feb 13 1998)";320x240@60;V
+batriderc;"Armed Police Batrider (China) (Fri Feb 13 1998)";320x240@60;V
+batriderhk;"Armed Police Batrider - A Version (Hong Kong) (Mon Dec";320x240@60;V
+batriderj;"Armed Police Batrider - B Version (Japan) (Fri Feb 13";320x240@60;V
+batriderja;"Armed Police Batrider - A Version (Japan) (Mon Dec 22";320x240@60;V
+batriderk;"Armed Police Batrider (Korea) (Fri Feb 13 1998)";320x240@60;V
+batridert;"Armed Police Batrider - A Version (Taiwan) (Mon Dec 22";320x240@60;V
+batrideru;"Armed Police Batrider (U.S.A.) (Fri Feb 13 1998)";320x240@60;V
+batsugun;"Batsugun (set 1)";320x240@60;V
+batsuguna;"Batsugun (set 2)";320x240@60;V
+batsugunb;"Batsugun (Korean PCB)";320x240@60;V
+batsugunsp;"Batsugun (Special Ver.)";320x240@60;V
+battlane;"Battle Lane! Vol. 5 (set 1)";256x256@60;V
+battlane2;"Battle Lane! Vol. 5 (set 2)";256x256@60;V
+battlane3;"Battle Lane! Vol. 5 (set 3)";256x256@60;V
+battlex;"Battle Cross - Battle Cross (Jpn)";256x224@60;H
+battlnts;"Battlantis (program code G)";256x224@60;V
+battlntsa;"Battlantis (program code F)";256x224@60;V
+battlntsj;"Battlantis (Japan, program code E)";256x224@60;V
+battroad;"The Battle-Road";256x256@60;V
+bayroute;"Bay Route (set 3, World, FD1094 317-0116)";320x224@60;H
+bayroute1;"Bay Route (set 1, US, unprotected)";320x224@60;H
+bayrouted;"Bay Route (set 3, World, FD1094 317-0116 decrypted)";320x224@60;H
+bayroutej;"Bay Route (set 2, Japan, FD1094 317-0115)";320x224@60;H
+bayroutejd;"Bay Route (set 2, Japan, FD1094 317-0115 decrypted)";320x224@60;H
+bbakraid;"Battle Bakraid - Unlimited Version (U.S.A.) (Tue Jun 8";320x240@60;V
+bbakraidc;"Battle Bakraid - Unlimited Version (China) (Tue Jun 8";320x240@60;V
+bbakraidj;"Battle Bakraid - Unlimited Version (Japan) (Tue Jun 8";320x240@60;V
+bbakraidja;"Battle Bakraid (Japan) (Wed Apr 7 1999)";320x240@60;V
+bballs;"Bouncing Balls";256x224@60;H
+bballsa;"Bouncing Balls (Adult)";256x224@60;H
+bbmanw;"Bomber Man World / New Dyna Blaster - Global Quest";320x240@60;H
+bbmanwj;"Bomber Man World (Japan)";320x240@60;H
+bbmanwja;"Bomber Man World (Japan, revised sound hardware)";320x240@60;H
+bbredux;"Bobble Bobble ('bootleg redux' hack for Bobble Bobble";256x224@60;H
+bbros;"Buster Bros. (USA) - Super Buster Bros. (USA 901001)";384x240@57;H
+bbusters;"Beast Busters (World)";256x224@56;H
+bbustersj;"Beast Busters (Japan, Version 2)";256x224@56;H
+bbustersu;"Beast Busters (US, Version 3)";256x224@56;H
+bbustersua;"Beast Busters (US, Version 2)";256x224@56;H
+bchopper;"Battle Chopper";384x256@55;H
+bcrusher;"Bone Crusher";256x240@60;V
+bcruzm12;"Battle Cruiser M-12";256x224@60;V
+bcstry;"B.C. Story (set 1)";320x240@60;H
+bcstrya;"B.C. Story (set 2)";320x240@60;H
+beast;"Altered Beast (Euro, USA) - Altered Beast (Euro, USA, Bra) - Altered Beast (set 8, 8751 317-0078) - Altered Beast - Shadow of the Beast (Euro, Bra) - Shadow of the Beast (Euro, USA) - Shadow of the Beast (Neo Geo demo)";304x224@59;H
+beastfp;"Beastie Feastie";288x224@60;V
+berabohm;"Beraboh Man (Japan, Rev C)";288x224@60;H
+berabohmb;"Beraboh Man (Japan, Rev B)";288x224@60;H
+berlwall;"The Berlin Wall";256x224@60;H
+berlwallk;"The Berlin Wall (Korea)";256x224@60;H
+berlwallt;"The Berlin Wall (bootleg ?)";256x224@60;H
+bermudat;"Bermuda Triangle (World?)";400x224@60;V
+bermudata;"Bermuda Triangle (World Wars) (US)";400x224@60;V
+bermudatj;"Bermuda Triangle (Japan)";400x224@60;V
+bestbest;"Best Of Best";256x224@60;H
+bestleag;"Best League (bootleg of Big Striker, Italian Serie A)";256x224@60;H
+bestleaw;"Best League (bootleg of Big Striker, World Cup)";256x224@60;H
+bestri;"Bestri (Korea)";320x240@60;H
+bgaregga;"Battle Garegga (Europe / USA / Japan / Asia) (Sat Feb";320x240@60;V
+bgareggabl;"1945 Part 2 (Chinese hack of Battle Garegga)";320x240@60;V
+bgareggabla;"Lei Shen Zhuan Thunder Deity Biography (Chinese hack o";320x240@60;V
+bgareggacn;"Battle Garegga - Type 2 (Denmark / China) (Tue Apr 2 1";320x240@60;V
+bgareggahk;"Battle Garegga (Austria / Hong Kong) (Sat Feb 3 1996)";320x240@60;V
+bgaregganv;"Battle Garegga - New Version (Austria / Hong Kong) (Sa";320x240@60;V
+bgareggat2;"Battle Garegga - Type 2 (Europe / USA / Japan / Asia)";320x240@60;V
+bgareggatw;"Battle Garegga (Taiwan / Germany) (Thu Feb 1 1996)";320x240@60;V
+bgareggaz;"Battle Garegga Zakk version (Europe / USA / Japan / As";320x240@60;V
+bigbang;"Big Bang (9th Nov. 1993)";384x224@56;V
+bigbucks;"Big Bucks";288x224@60;V
+bigfghtr;"Tatakae! Big Fighter (Japan)";320x240@60;H
+bigkarnk;"Big Karnak";320x240@60;H
+bigstrik;"Big Striker";256x224@60;H
+bigstrkb;"Big Striker (bootleg)";256x224@60;H
+bigstrkba;"Big Striker (bootleg w/Italian teams)";256x224@60;H
+bigtwin;"Big Twin";320x240@58;H
+bikkuric;"Bikkuri Card (Japan)";256x224@60;V
+billiard;"The Billiards";256x224@60;V
+biomtoy;"Biomechanical Toy (Ver. 1.0.1885)";320x240@60;H
+biomtoya;"Biomechanical Toy (Ver. 1.0.1884)";320x240@60;H
+bionicc;"Bionic Commando (Euro)";256x224@60;H
+bionicc1;"Bionic Commando (US set 1)";256x224@60;H
+bionicc2;"Bionic Commando (US set 2)";256x224@60;H
+bioniccbl;"Bionic Commandos (bootleg, set 1)";256x224@60;H
+bioniccbl2;"Bionic Commandos (bootleg, set 2)";256x224@60;H
+bioship;"Bio-ship Paladin";256x224@56;H
+birdiy;"Birdiy";288x224@60;V
+birdtry;"Birdie Try (Japan)";256x240@57;V
+bishi;"Bishi Bashi Championship Mini Game Senshuken (ver JAA, - Super Bishi Bashi Championship (ver JAA, 2 Players)";288x224@60;H
+bjourney;"Blue's Journey / Raguy (ALM-001)(ALH-001)";320x224@59;H
+bjtwin;"Bombjack Twin (set 1)";384x224@56;V
+bjtwina;"Bombjack Twin (set 2)";384x224@56;V
+bladestl;"Blades of Steel (version T)";256x224@60;V
+bladestle;"Blades of Steel (version E)";256x224@60;V
+bladestll;"Blades of Steel (version L)";256x224@60;V
+blandia;"Blandia";384x240@60;H
+blandiap;"Blandia (prototype)";384x240@60;H
+blastoff;"Blast Off (Japan)";288x224@60;V
+blazeon;"Blaze On (Japan)";320x232@60;H
+blazer;"Blazer (Japan)";288x224@60;V
+blazstar;"Blazing Star";304x224@59;H
+blkbustr;"BlockBuster";240x224@60;V
+blkdrgon;"Black Dragon (Japan)";256x224@60;H
+blkdrgonb;"Black Dragon (bootleg)";256x224@60;H
+blkheart;"Black Heart";256x224@56;H
+blkheartj;"Black Heart (Japan)";256x224@56;H
+blkhole;"Black Hole";256x224@60;V
+blkpnthr;"Black Panther";256x224@60;H
+blktiger;"Black Tiger";256x224@60;H
+blktigera;"Black Tiger (older)";256x224@60;H
+blktigerb1;"Black Tiger (bootleg set 1)";256x224@60;H
+blktigerb2;"Black Tiger (bootleg set 2)";256x224@60;H
+blktigerb3;"Black Tiger / Black Dragon (mixed bootleg?)";256x224@60;H
+blmbycar;"Blomby Car";384x256@60;H
+blmbycaru;"Blomby Car (not encrypted)";384x256@60;H
+block;"Block (Game Corporation bootleg, set 1) - Block Block (World 911219 Joystick)";384x240@60;V
+blockbl;"Block Block (bootleg)";384x240@60;V
+blockcar;"Block Carnival / Thunder & Lightning 2";384x240@60;V
+blockgal;"Block Gal (MC-8123B, 317-0029)";256x224@60;V
+blockhl;"Block Hole";288x224@60;H
+blockj;"Block Block (Japan 910910)";384x240@60;V
+blockout;"Block Out (set 1) - Blockout (World)";320x240@58;H
+blockout2;"Block Out (set 2)";320x240@58;H
+blockoutj;"Block Out (Japan)";320x240@58;H
+blockr1;"Block Block (World 911106 Joystick)";384x240@60;V
+blockr2;"Block Block (World 910910)";384x240@60;V
+bloodbro;"Blood Bros. (set 1)";256x224@60;H
+bloodbroa;"Blood Bros. (set 2)";256x224@60;H
+bloodbrob;"Blood Bros. (set 3)";256x224@60;H
+bloodwar;"Blood Warrior";320x240@60;H
+blox16b;"Bloxeed (System 16B, PS2 data file)";320x224@60;H
+bloxeed;"Bloxeed (Japan, FD1094 317-0139)";320x224@60;H
+bloxeedd;"Bloxeed (Japan, FD1094 317-0139 decrypted)";320x224@60;H
+blswhstl;"Bells & Whistles (World, version L)";280x224@60;V
+blswhstla;"Bells & Whistles (Asia, version M)";280x224@60;V
+bluehawk;"Blue Hawk";384x240@60;V
+bluehawkn;"Blue Hawk (NTC)";384x240@60;V
+blueprnt;"Blue Print (Midway)";256x224@60;V
+blueprntj;"Blue Print (Jaleco)";256x224@60;V
+blzntrnd;"Blazing Tornado";304x224@60;H
+bmaster;"Blade Master (World)";320x240@60;H
+bnj;"Bump 'n' Jump - Bump 'n' Jump";256x240@60;V
+boblbobl;"Bobble Bobble (bootleg of Bubble Bobble) - Super Bobble Bobble (bootleg, set 1)";256x224@60;H
+boblcave;"Bubble Bobble: Lost Cave V1.2 (for Bobble Bobble PCB)";256x224@60;H
+bodyslam;"Body Slam (8751 317-0015)";320x224@60;H
+bogeyman;"Bogey Manor";256x240@60;H
+boggy84;"Boggy '84 - Boggy '84 (Jpn)";256x224@60;V
+boggy84b;"Boggy '84 (bootleg) - Boggy '84 (Jpn, Alt 2)";256x224@60;V
+bombbee;"Bomb Bee";272x224@60;V
+bomber;"Bomber - Bomber (bootleg of Scramble) - Space Bomber (ver. B)";256x224@60;V
+bombjack;"Bomb Jack (Jpn) - Bomb Jack (set 1)";256x224@60;V
+bombjack2;"Bomb Jack (set 2)";256x224@60;V
+bombjackt;"Bomb Jack (Tecfri, Spain)";256x224@60;V
+bombkick;"Bomb Kick (set 1)";384x224@60;H
+bombkicka;"Bomb Kick (set 2)";384x224@60;H
+bombrman;"Bomber Man (Japan)";320x240@60;H
+bongo;"Bongo - Congo Bongo";256x224@60;V
+bonkadv;"B.C. Kid / Bonk's Adventure / Kyukyoku!! PC Genjin";320x240@60;H
+bonzeadv;"Bonze Adventure (World, Newer)";320x224@60;H
+bonzeadvo;"Bonze Adventure (World, Older)";320x224@60;H
+bonzeadvp;"Bonze Adventure (World, prototype)";320x224@60;H
+bonzeadvu;"Bonze Adventure (US)";320x224@60;H
+boobhack;"Booby Kids (Italian manufactured graphic hack / bootle";256x224@60;V
+boogwing;"Boogie Wings (Euro v1.5, 92.12.07)";320x240@58;H
+boogwinga;"Boogie Wings (Asia v1.5, 92.12.07)";320x240@58;H
+boogwingu;"Boogie Wings (USA v1.7, 92.12.14)";320x240@58;H
+bottom9;"Bottom of the Ninth (ver. T)";288x224@60;H
+bottom9n;"Bottom of the Ninth (ver. N)";288x224@60;H
+bouldash;"Boulder Dash / Boulder Dash Part 2 (World)";256x240@57;H
+bouldashj;"Boulder Dash / Boulder Dash Part 2 (Japan)";256x240@57;H
+bounty;"The Bounty";256x224@60;H
+bowlrama;"Bowl-O-Rama";360x240@57;V
+boxyboy;"Boxy Boy (SB?) - Boxyboy";288x224@60;H
+brain;"Brain";256x224@60;H
+brapboys;"B.Rap Boys (World)";256x224@60;H
+brapboysj;"B.Rap Boys Special (Japan)";256x224@60;H
+brapboysu;"B.Rap Boys Special (US)";256x224@60;H
+breakers;"Breakers";320x224@59;H
+breakrev;"Breakers Revenge";320x224@59;H
+breywood;"Breywood (Japan revision 2)";256x240@58;H
+brix;"Brix";256x224@60;V
+brkthru;"Break Thru (US)";240x240@60;H
+brkthruj;"Kyohkoh-Toppa (Japan)";240x240@60;H
+brubber;"Burnin' Rubber";256x240@60;V
+bshark;"Battle Shark (World)";320x240@60;H
+bsharkj;"Battle Shark (Japan)";320x240@60;H
+bsharkjjs;"Battle Shark (Japan, Joystick)";320x240@60;H
+bsharku;"Battle Shark (US)";320x240@60;H
+bssoccer;"Back Street Soccer";256x224@60;H
+bstars;"Baseball Stars Professional (NGM-002)";320x224@59;H
+bstars2;"Baseball Stars 2";304x224@59;H
+bstarsh;"Baseball Stars Professional (NGH-002)";320x224@59;H
+btime;"Burger Time (Data East set 1) - Burgertime - Burgertime (Jpn) - Super Burger Time (World, set 1)";242x240@60;V
+btime2;"Burger Time (Data East set 2)";242x240@60;V
+btime3;"Burger Time (Data East USA)";242x240@60;V
+btimem;"Burger Time (Midway) - Burgertime (Prototype)";242x240@60;V
+btlfield;"Battle Field (Japan)";256x224@60;V
+btlfieldb;"Battle Field (bootleg)";256x224@60;V
+btlkroad;"Battle K-Road";320x224@59;H
+btlkroadk;"Battle K-Road (Korean PCB)";320x224@59;H
+bub68705;"Bubble Bobble (boolteg with 68705, set 1)";256x224@60;H
+bub68705a;"Bubble Bobble (boolteg with 68705, set 2)";256x224@60;H
+bubblem;"Bubble Memories: The Story Of Bubble Bobble III (Ver 2";320x224@60;H
+bubblemj;"Bubble Memories: The Story Of Bubble Bobble III (Ver 2";320x224@60;H
+bubbletr;"Bubble Trouble (World, Rev B)";288x224@60;H
+bubbletrj;"Bubble Trouble (Japan, Rev C)";288x224@60;H
+bubl2000;"Bubble 2000";256x224@56;H
+bublbob2;"Bubble Bobble II (Ver 2.6O 1994/12/16)";320x224@60;H
+bublbob2o;"Bubble Bobble II (Ver 2.5O 1994/10/05)";320x224@60;H
+bublbob2p;"Bubble Bobble II (Ver 0.0J 1993/12/13, prototype)";320x224@60;H
+bublbobl;"Bubble Bobble (Euro, Bra) - Bubble Bobble (Euro, USA) - Bubble Bobble (Japan, Ver 0.1)";256x224@60;H
+bublbobl1;"Bubble Bobble (Japan, Ver 0.0)";256x224@60;H
+bublboblb;"Bubble Bobble (for Bobble Bobble PCB)";256x224@60;H
+bublboblr;"Bubble Bobble (US, Ver 5.1)";256x224@60;H
+bublboblr1;"Bubble Bobble (US, Ver 1.0)";256x224@60;H
+bublboblu;"Bubble Bobble (Ultra Version, Hack)";256x224@60;H
+bublcave;"Bubble Bobble: Lost Cave V1.2";256x224@60;H
+bublcave10;"Bubble Bobble: Lost Cave V1.0";256x224@60;H
+bublcave11;"Bubble Bobble: Lost Cave V1.1";256x224@60;H
+bubsymphe;"Bubble Symphony (Ver 2.5O 1994/10/05)";320x224@60;H
+bubsymphj;"Bubble Symphony (Ver 2.5J 1994/10/05)";320x224@60;H
+bubsymphu;"Bubble Symphony (Ver 2.5A 1994/10/05)";320x224@60;H
+bucaner;"Buccaneer";288x224@60;V
+buccanrs;"Buccaneers (set 1)";256x256@55;H
+buccanrsa;"Buccaneers (set 2)";256x256@55;H
+buccanrsb;"Buccaneers (set 3, harder)";256x256@55;H
+bucky;"Bucky O'Hare (ver EAB)";384x224@60;H
+buckyaab;"Bucky O'Hare (ver AAB)";384x224@60;H
+buckyea;"Bucky O'Hare (ver EA)";384x224@60;H
+buckyjaa;"Bucky O'Hare (ver JAA)";384x224@60;H
+buckyuab;"Bucky O'Hare (ver UAB)";384x224@60;H
+bullet;"Bullet (FD1094 317-0041)";320x224@60;H
+bulletd;"Bullet (FD1094 317-0041 decrypted)";320x224@60;H
+bullfgt;"Bullfight (315-5065)";256x224@60;H
+buraiken;"Hissatsu Buraiken (Japan)";256x240@60;V
+burglarx;"Burglar X";384x224@60;H
+burnforc;"Burning Force (Euro) - Burning Force (Japan, new version (Rev C))";288x224@60;H
+burnforco;"Burning Force (Japan, old version)";288x224@60;H
+burningf;"Burning Fight (NGM-018)(NGH-018)";304x224@59;H
+burningfh;"Burning Fight (NGH-018)(US)";304x224@59;H
+burningfp;"Burning Fight (prototype, older)";304x224@59;H
+burningfpa;"Burning Fight (prototype, ver 23.3, 910326)";304x224@59;H
+buzzard;"Buzzard";288x224@60;V
+bwcasino;"Boardwalk Casino";288x224@60;V
+bwings;"B-Wings (Japan new Ver.)";256x240@60;V
+bwingsa;"B-Wings (Alt Ver.?)";256x240@60;V
+bwingso;"B-Wings (Japan old Ver.)";256x240@60;V
+bygone;"Bygone";240x224@60;H
+cabal;"Cabal (World, Joystick)";256x256@60;H
+cabala;"Cabal (korea?, Joystick)";256x256@60;H
+cachat;"Cachat (Japan)";320x224@60;H
+cactus;"Cactus (bootleg of Saboten Bombers)";384x224@56;H
+cadash;"Cadash (USA, Asia, Kor) - Cadash (World) - Cadash - Cadash";320x240@60;H
+cadashf;"Cadash (France)";320x240@60;H
+cadashg;"Cadash (Germany, version 1)";320x240@60;H
+cadashi;"Cadash (Italy)";320x240@60;H
+cadashj;"Cadash (Japan, version 2)";320x240@60;H
+cadashj1;"Cadash (Japan, version 1)";320x240@60;H
+cadashjo;"Cadash (Japan, oldest version)";320x240@60;H
+cadashp;"Cadash (World, prototype)";320x240@60;H
+cadashu;"Cadash (US, version 2)";320x240@60;H
+cairblad;"Change Air Blade (Japan)";338x240@60;V
+calibr50;"Caliber 50";384x240@57;V
+calipso;"Calipso";256x224@60;V
+calorie;"Calorie Kun vs Moguranian";256x224@60;H
+calorieb;"Calorie Kun vs Moguranian (bootleg)";256x224@60;H
+cameltry;"Cameltry (US, YM2610)";320x224@60;H
+cameltrya;"Cameltry (US, YM2203 + M6295)";320x224@60;H
+cameltryau;"Cameltry (World, YM2203 + M6295)";320x224@60;H
+cameltryj;"Cameltry (Japan, YM2610)";320x224@60;H
+candance;"Cannon Dancer (Japan)";320x240@58;H
+candory;"Candory (Bootleg)";288x224@60;H
+cannball;"Cannon Ball (Yun Sung, horizontal)";384x240@60;H
+cannballv;"Cannon Ball (Yun Sung, vertical)";384x240@60;V
+cannonbp;"Cannon Ball (Pacman Hardware)";288x224@60;V
+canvas;"Canvas Croquis";288x216@60;H
+canyon;"Canyon Bomber";256x240@60;H
+canyonp;"Canyon Bomber (prototype)";256x240@60;H
+capbowl;"Capcom Bowling (set 1)";360x244@57;V
+capbowl2;"Capcom Bowling (set 2)";360x244@57;V
+capbowl3;"Capcom Bowling (set 3)";360x244@57;V
+capbowl4;"Capcom Bowling (set 4)";360x244@57;V
+capitol;"Capitol";256x208@60;V
+captcomm;"Captain Commando (911202 other country)";384x224@60;H
+captcommb;"Captain Commando (bootleg set 1, 911014 other country)";384x224@60;H
+captcommb2;"Captain Commando (bootleg set 2 (with YM2151 + 2xMSM52";384x224@60;H
+captcommj;"Captain Commando (911202 Japan)";384x224@60;H
+captcommjr1;"Captain Commando (910928 Japan)";384x224@60;H
+captcommr1;"Captain Commando (911014 other country)";384x224@60;H
+captcommu;"Captain Commando (910928 USA)";384x224@60;H
+cashquiz;"Cash Quiz (Type B, Version 5)";256x224@60;H
+catacomb;"Catacomb";256x224@60;V
+catt;"Catt (Japan)";320x224@60;H
+cavelon;"Cavelon";256x224@60;V
+cavenger;"Cosmic Avenger - Cosmic Avenger";240x196@60;H
+cawing;"Carrier Air Wing (U.S. navy 901012 etc)";384x224@60;H
+cawingb2;"Carrier Air Wing (bootleg set 2 (with 2xYM2203 + 2xMSM";384x224@60;H
+cawingbl;"Carrier Air Wing (bootleg set 1 (with 2xYM2203 + 2xMSM";384x224@60;H
+cawingj;"U.S. Navy (901012 Japan)";384x224@60;H
+cawingr1;"Carrier Air Wing (U.S. navy 901009 etc)";384x224@60;H
+cawingu;"Carrier Air Wing (U.S. navy 901012 USA)";384x224@60;H
+cbuster;"Crude Buster (World FX version)";256x240@58;H
+cbusterj;"Crude Buster (Japan FR revision 1)";256x240@58;H
+cbusterw;"Crude Buster (World FU version)";256x240@58;H
+cclimber;"Crazy Climber (US)";256x224@60;H
+cclimbr2;"Crazy Climber 2 (Japan)";288x224@60;H
+cclimbr2a;"Crazy Climber 2 (Japan, Harder)";288x224@60;H
+cencourt;"Center Court (World, 4 Players, prototype, MC-8123B)";320x224@60;V
+centiped;"Centipede - Centipede (revision 4)";256x240@60;V
+centiped3;"Centipede (revision 3)";256x240@60;V
+chainrec;"Chain Reaction (World, Version 2.2, 1995.09.25)";320x240@58;H
+chaknpop;"Chack'n Pop";256x224@60;H
+chameleo;"Chameleon";256x224@60;H
+champwr;"Champion Wrestler (World)";320x224@60;H
+champwrj;"Champion Wrestler (Japan)";320x224@60;H
+champwru;"Champion Wrestler (US)";320x224@60;H
+chanbara;"Chanbara";256x224@60;V
+changes;"Changes";256x224@60;H
+changesa;"Changes (EME license)";256x224@60;H
+charlien;"Charlie Ninja";320x240@58;H
+chasehq;"Chase H.Q. (World) - Taito Chase H.Q. - Taito Chase H.Q. - Taito Chase H.Q. (Euro) - Taito Chase H.Q. (USA, SMS Mode)";320x240@60;H
+chasehqj;"Chase H.Q. (Japan) - Taito Chase H.Q. (Jpn, SMS Mode)";320x240@60;H
+chasehqju;"Chase H.Q. (Japan UP)";320x240@60;H
+chasehqu;"Chase H.Q. (US)";320x240@60;H
+checkman;"Check Man";256x224@60;V
+checkmanj;"Check Man (Japan)";256x224@60;V
+cheekyms;"Cheeky Mouse";256x192@60;V
+chelnov;"Chelnov (Jpn) - Chelnov - Atomic Runner (World)";256x248@60;H
+chelnovj;"Chelnov - Atomic Runner (Japan)";256x248@60;H
+chelnovu;"Chelnov - Atomic Runner (US)";256x248@60;H
+chewing;"Chewing Gum";256x224@60;V
+chikij;"Chiki Chiki Boys (900619 Japan) - Chiki Chiki Boys (Jpn, Kor)";384x224@60;H
+chimerab;"Chimera Beast (prototype)";256x224@60;H
+chinagat;"China Gate (US)";256x240@60;H
+chinatwn;"China Town (Japan)";320x240@58;H
+chkun;"Chance Kun (Japan)";256x224@60;V
+chokchok;"Choky! Choky!";320x240@60;H
+choko;"Choko (010820 Japan)";384x224@60;H
+chopliftbl;"Choplifter (bootleg)";256x224@60;H
+chopliftu;"Choplifter (unprotected)";256x224@60;H
+chopper;"Battle Chopper - Chopper I (US set 1)";400x224@60;V
+choppera;"Chopper I (US set 2)";400x224@60;V
+chopperb;"Chopper I (US set 3)";400x224@60;V
+chqflag;"Chequered Flag";304x224@60;V
+chqflagj;"Chequered Flag (Japan)";304x224@60;V
+chukatai;"Chuka Taisen (World) - Gokuraku! Chuka Taisen";256x224@60;H
+chukataij;"Chuka Taisen (Japan)";256x224@60;H
+chukataiu;"Chuka Taisen (US)";256x224@60;H
+circusc;"Circus Charlie (Jpn) - Circus Charlie (level select, set 1) - Maxi Tuan ~ Circus Charlie (Tw)";256x224@60;V
+circusc2;"Circus Charlie (level select, set 2)";256x224@60;V
+circusc3;"Circus Charlie (level select, set 3)";256x224@60;V
+circusc4;"Circus Charlie (no level select)";256x224@60;V
+circuscc;"Circus Charlie (Centuri)";256x224@60;V
+circusce;"Circus Charlie (Centuri, earlier)";256x224@60;V
+citybomb;"City Bomber (World)";256x224@60;V
+citybombj;"City Bomber (Japan)";256x224@60;V
+citycon;"City Connection (Jpn) - City Connection (set 1)";240x224@60;H
+citycona;"City Connection (Jpn, Alt) - City Connection (set 2)";240x224@60;H
+ckongg;"Crazy Kong (bootleg on Galaxian hardware)";256x224@60;V
+ckongmc;"Crazy Kong (bootleg on Moon Cresta hardware)";256x224@60;V
+ckongs;"Crazy Kong (Scramble hardware)";256x224@60;V
+clbowl;"Coors Light Bowling";360x244@57;V
+cleopatr;"Cleopatra Fortune (Ver 2.1J 1996/09/05)";320x224@60;H
+cloak;"Cloak & Dagger (rev 5)";256x232@60;H
+cloakfr;"Cloak & Dagger (French)";256x232@60;H
+cloakgr;"Cloak & Dagger (German)";256x232@60;H
+cloaksp;"Cloak & Dagger (Spanish)";256x232@60;H
+cltchitr;"Clutch Hitter (set 2, US, FD1094 317-0176)";320x224@60;H
+cltchitrd;"Clutch Hitter (set 2, US, FD1094 317-0176 decrypted)";320x224@60;H
+cltchitrj;"Clutch Hitter (set 1, Japan, FD1094 317-0175)";320x224@60;H
+cltchitrjd;"Clutch Hitter (set 1, Japan, FD1094 317-0175 decrypted";320x224@60;H
+cnbe;"Codename - Blut Engel (2006-01-19)";304x224@59;H
+cndi;"Chip n Dale (Intro demo)";304x224@59;H
+cninja;"Caveman Ninja (World ver 4)";256x240@58;H
+cninja1;"Caveman Ninja (World ver 1)";256x240@58;H
+cninjabl;"Caveman Ninja (bootleg)";256x240@58;H
+cninjau;"Caveman Ninja (US ver 4)";256x240@58;H
+cobracom;"Cobra-Command (World/US revision 5)";256x240@58;H
+cobracoma;"Cobra-Command (World/US revision 4)";256x240@58;H
+cobracomb;"Cobra-Command (Italian bootleg)";256x240@58;H
+cobracomj;"Cobra-Command (Japan)";256x240@58;H
+cobracomja;"Cobra-Command (Japan?, set 2)";256x240@58;H
+cobracomjb;"Cobra-Command (Japan, bootleg)";256x240@58;H
+columnsn;"Columns (Neo Geo)";304x224@59;H
+combh;"Combat Hawk";224x224@60;V
+commando;"Commando (World)";256x224@60;V
+commandob;"Commando (bootleg)";256x224@60;V
+commandob2;"Commando (bootleg 2)";256x224@60;V
+commandoj;"Senjou no Ookami";256x224@60;V
+commandou;"Commando (US, set 1)";256x224@60;V
+commandou2;"Commando (US, set 2)";256x224@60;V
+commandw;"Command War - Super Special Battle & War Game (Ver 0.0";320x224@60;H
+commsega;"Commando (Sega)";256x224@60;V
+condor;"Condor (Sidam bootleg of Phoenix)";256x208@60;V
+condorn;"Condor (S C Novar bootleg of Phoenix)";256x208@60;V
+congo;"Congo (Prototype) - Congo Bongo - Congo Bongo - Congo Bongo (Euro, Jpn, v1)";256x224@60;V
+congoa;"Congo Bongo (Euro, Jpn, v1 Alt) - Congo Bongo (Rev C, 3 board stack)";256x224@60;V
+contcirc;"Continental Circus (World)";320x224@60;H
+contcircj;"Continental Circus (Japan)";320x224@60;H
+contcircu;"Continental Circus (US set 1)";320x224@60;H
+contcircua;"Continental Circus (US set 2)";320x224@60;H
+contra;"Contra (US / Asia, set 1) - Contra - Hard Corps (USA, Kor) - Super Contra";280x224@60;V
+contra1;"Contra (US / Asia, set 2)";280x224@60;V
+contrab;"Contra (bootleg)";280x224@60;V
+contrabj;"Contra (Japan bootleg, set 1)";280x224@60;V
+contrabj1;"Contra (Japan bootleg, set 2)";280x224@60;V
+contrae;"Contra (US / Asia, set 3)";280x224@60;V
+contraj;"Contra (Japan, set 1) - Contra - The Hard Corps (Jpn) - Super Contra (Japan)";280x224@60;V
+contraj1;"Contra (Japan, set 2)";280x224@60;V
+cookbib;"Cookie & Bibi (set 1)";320x240@60;H
+cookbib2;"Cookie & Bibi 2";256x224@58;H
+cookbib3;"Cookie & Bibi 3";256x224@58;H
+cookbiba;"Cookie & Bibi (set 2)";320x240@60;H
+cosmccop;"Cosmic Cop (World)";384x256@55;H
+cosmogng;"Cosmo Gang the Video (US)";288x224@60;V
+cotton;"Cotton (set 3, World, FD1094 317-0181a) - Panorama Cotton (Jpn)";320x224@60;H
+cottond;"Cotton (set 3, World, FD1094 317-0181a decrypted)";320x224@60;H
+cottong;"Cotocoto Cottong";256x224@60;V
+cottonj;"Cotton (set 2, Japan, Rev B, FD1094 317-0179b))";320x224@60;H
+cottonja;"Cotton (set 1, Japan, Rev A, FD1094 317-0179a))";320x224@60;H
+cottonjad;"Cotton (set 1, Japan, Rev A, FD1094 317-0179a decrypte";320x224@60;H
+cottonjd;"Cotton (set 2, Japan, Rev B, FD1094 317-0179b decrypte";320x224@60;H
+cottonu;"Cotton (set 2, US, FD1094 317-0180)";320x224@60;H
+cottonud;"Cotton (set 2, US, FD1094 317-0180 decrypted)";320x224@60;H
+countrunb;"Counter Run (bootleg set 1)";256x224@60;H
+cphd;"Crouching Poney Hidden Dragon (DEMO)";304x224@59;H
+cps1demo;"Chaos Demo (CPS-1)";384x224@60;H
+cps1frog;"Frog Feast (CPS-1)";384x224@60;H
+crazyblk;"Crazy Blocks";240x224@60;V
+crazycop;"Crazy Cop (Japan)";288x224@60;V
+crazyfgt;"Crazy Fight";384x224@60;H
+crimec;"Crime City (World)";320x224@60;H
+crimecj;"Crime City (Japan)";320x224@60;H
+crimecu;"Crime City (US)";320x224@60;H
+crimfght;"Crime Fighters (World 2 players)";320x224@60;H
+crimfghtj;"Crime Fighters (Japan 2 Players)";320x224@60;H
+crimfghtu;"Crime Fighters (US 4 Players)";320x224@60;H
+crockman;"Crock-Man (bootleg, Rene-Pierre)";288x224@60;V
+croquis;"Croquis (Germany)";320x224@60;H
+crospang;"Cross Pang";320x240@60;H
+crossbld;"Cross Blades! (Japan)";320x240@60;H
+crshrace;"Lethal Crash Race (set 1)";320x224@60;V
+crshrace2;"Lethal Crash Race (set 2)";320x224@60;V
+crswd2bl;"Crossed Swords 2 (bootleg CD to cartridge conversion)";304x224@59;H
+crsword;"Crossed Swords (ALM-002)(ALH-002)";304x224@59;H
+cruisin;"Cruisin";240x224@60;H
+crush;"Alien Crush - Alien Crush - Crush Roller (Kural Samno) - Mad Crusher (Japan) - Rolling Crush (version 1.07.E - 1999/02/11, Trust lice - Super Metal Crusher";288x224@60;V
+crush2;"Crush Roller (Kural Esco - bootleg?)";288x224@60;V
+crush4;"Crush Roller (Kural - bootleg?)";288x224@60;V
+crush5;"Crush Roller (Kural TWT)";288x224@60;V
+crushbl;"Crush Roller (bootleg set 1)";288x224@60;V
+crushbl2;"Crush Roller (bootleg set 2)";288x224@60;V
+crushbl3;"Crush Roller (bootleg set 3)";288x224@60;V
+crusherm;"Crusher Makochan (Japan)";320x240@58;H
+crushs;"Crush Roller (Sidam bootleg)";288x224@60;V
+csclub;"Capcom Sports Club (971017 Euro)";384x224@60;H
+csclub1;"Capcom Sports Club (970722 Euro)";384x224@60;H
+csclub1d;"Capcom Sports Club (970722 Euro Phoenix Edition)";384x224@60;H
+cscluba;"Capcom Sports Club (970722 Asia)";384x224@60;H
+csclubh;"Capcom Sports Club (970722 Hispanic)";384x224@60;H
+csclubj;"Capcom Sports Club (970722 Japan)";384x224@60;H
+csclubjy;"Capcom Sports Club (970722 Japan, yellow case)";384x224@60;H
+csilver;"Captain Silver (World)";256x240@58;H
+csilverj;"Captain Silver (Japan revision 3)";256x240@58;H
+csilverja;"Captain Silver (Japan revision 1)";256x240@58;H
+csprint;"Championship Sprint (Atari System 2)";512x384@60;H
+ct2k3sa;"Crouching Tiger Hidden Dragon 2003 Super Plus alternat";304x224@59;H
+ct2k3sp;"Crouching Tiger Hidden Dragon 2003 Super Plus";304x224@59;H
+cthd2003;"Crouching Tiger Hidden Dragon 2003 (set 1)";304x224@59;H
+cthd2k3a;"Crouching Tiger Hidden Dragon 2003 (set 2)";304x224@59;H
+ctomaday;"Captain Tomaday";304x224@59;H
+ctribe;"The Combatribes (US)";320x240@57;H
+ctribe1;"The Combatribes (US set 1?)";320x240@57;H
+ctribeb;"The Combatribes (bootleg set 1)";320x240@57;H
+ctribeb2;"The Combatribes (bootleg set 2)";320x240@57;H
+ctribej;"The Combatribes (Japan)";320x240@57;H
+ctribeo;"The Combatribes (US , older)";320x240@57;H
+ctrpllrp;"Caterpillar Pacman Hack";288x224@60;V
+cubybop;"Cuby Bop (location test)";320x224@60;H
+cuebrick;"Cue Brick (World, version D)";304x224@60;H
+cuebrickj;"Cue Brick (Japan)";320x224@60;H
+cupfinal;"Taito Cup Finals (Ver 1.0O 1993/02/28)";320x224@60;H
+cutefght;"Cute Fighter";304x224@58;H
+cutieq;"Cutie Q";272x224@60;V
+cworld;"Capcom World (Japan)";384x240@60;H
+cworld2j;"Adventure Quiz Capcom World 2 (920611 Japan)";384x224@60;H
+cworld2ja;"Adventure Quiz Capcom World 2 (Japan 920611, B-Board 9";384x224@60;H
+cworld2jb;"Adventure Quiz Capcom World 2 (Japan 920611, B-Board 9";384x224@60;H
+cybattlr;"Cybattler";256x224@60;V
+cyberlip;"Cyber-Lip (NGM-010)";304x224@59;H
+cybertnk;"Cyber Tank (v1.4)";224x512@60;V
+cybots;"Cyberbots - fullmetal madness (950424 Euro)";384x224@60;H
+cybotsj;"Cyberbots - fullmetal madness (950420 Japan)";384x224@60;H
+cybotsjd;"Cyberbots - fullmetal madness (Japan 950424) (decrypte";384x224@60;H
+cybotsu;"Cyberbots - fullmetal madness (950424 USA)";384x224@60;H
+cybotsud;"Cyberbots - fullmetal madness (950424 USA Phoenix Edit";384x224@60;H
+cyvern;"Cyvern (US)";320x240@60;V
+cyvernj;"Cyvern (Japan)";320x240@60;V
+dacholer;"Dacholer";256x224@60;H
+dadandrn;"Kyukyoku Sentai Dadandarn (ver JAA)";288x224@60;H
+daimakai;"Dai Makai-Mura (Japan) - Dai Makaimura - Dai Makaimura (Jpn)";384x224@60;H
+daimakaib;"Dai Makai-Mura (bootleg, Japan)";384x224@60;H
+daimakair;"Dai Makai-Mura (Japan Resale Ver.)";384x224@60;H
+daioh;"Daioh";384x240@60;V
+daioha;"Daioh (earlier)";384x240@60;V
+daiohc;"Daioh (93111A PCB conversion)";384x240@60;V
+daiohp;"Daioh (prototype)";384x240@60;V
+dairesya;"Dai Ressya Goutou (Japan)";240x224@60;H
+daisenpu;"Dai Senpu - Daisenpu (Japan)";384x224@60;V
+dambustr;"Dambusters (US, set 1) - The Dam Busters (Euro?)";256x224@60;V
+dambustra;"Dambusters (US, set 2) - The Dam Busters (Jpn)";256x224@60;V
+dambustruk;"Dambusters (UK)";256x224@60;V
+dangar;"Ufo Robo Dangar (4/07/1987)";256x224@60;V
+dangara;"Ufo Robo Dangar (12/1/1986)";256x224@60;V
+dangarb;"Ufo Robo Dangar (9/26/1986)";256x224@60;V
+dangarbt;"Ufo Robo Dangar (bootleg)";256x224@60;V
+dangseed;"Dangerous Seed (Japan) - Dangerous Seed (Jpn)";288x224@60;V
+dankuga;"Dan-Ku-Ga (Ver 0.0J 1994/12/13) (Prototype)";320x224@60;H
+daraku;"Daraku Tenshi - The Fallen Angels";320x224@60;H
+darius;"Darius (World)";224x864@60;V
+darius2;"Darius II (Japan) - Darius II (Jpn)";224x864@60;V
+darius2d;"Darius II (dual screen) (Japan)";224x640@60;V
+darius2do;"Darius II (dual screen) (Japan old version)";224x640@60;V
+dariuse;"Darius (Extra) (Japan)";224x864@60;V
+dariusg;"Darius Gaiden - Silver Hawk (Ver 2.5O 1994/09/19)";320x232@60;H
+dariusgj;"Darius Gaiden - Silver Hawk (Ver 2.5J 1994/09/19)";320x232@60;H
+dariusgu;"Darius Gaiden - Silver Hawk (Ver 2.5A 1994/09/19)";320x232@60;H
+dariusgx;"Darius Gaiden - Silver Hawk Extra Version (Ver 2.7J 19";320x232@60;H
+dariusj;"Darius (Japan)";224x864@60;V
+dariuso;"Darius (Japan old version)";224x864@60;V
+dariusu;"Darius (US)";224x864@60;V
+darkadv;"Dark Adventure";320x224@60;H
+darkmist;"The Lost Castle In Darkmist";256x224@60;V
+darkplnt;"Dark Planet";256x224@60;H
+darkseal;"Dark Seal (World revision 3)";256x240@58;H
+darkseal1;"Dark Seal (World revision 1)";256x240@58;H
+darkseal2;"Dark Seal 2 (Japan v2.1)";320x240@58;H
+darksealj;"Dark Seal (Japan)";256x240@58;H
+darktowr;"Dark Tower";256x240@57;H
+darwin;"Darwin 4078 (Japan) - Darwin 4081 (Jpn, Kor) - Super Real Darwin (World)";240x240@60;V
+dassault;"Desert Assault (US)";320x240@60;H
+dassault4;"Desert Assault (US 4 Players)";320x240@60;H
+dblaxle;"Double Axle (US)";320x240@60;H
+dblaxleu;"Double Axle (US earlier)";320x240@60;H
+dbldynj;"The Double Dynamites (Japan, 13NOV89)";256x224@60;H
+dbldynu;"The Double Dynamites (US, 13NOV89)";256x224@60;H
+dblewing;"Double Wings";320x240@58;V
+dblpoint;"Double Point";320x224@60;H
+dblpointd;"Double Point (Dong Bang Electron, bootleg?)";320x224@60;H
+dbreed;"Dragon Breed (M81 PCB version)";384x256@55;H
+dbreedm72;"Dragon Breed (M72 PCB version)";384x256@55;H
+dbz;"Dragon Ball Z - Buyuu Retsuden (Jpn) - Dragonball Z (rev B)";384x256@60;H
+dbz2;"Dragonball Z 2 - Super Battle";384x256@60;H
+dbza;"Dragonball Z (rev A)";384x256@60;H
+dcon;"D-Con";320x224@60;H
+ddaydoo;"Chulgyeok D-Day (Korea)";384x240@60;V
+ddcrew;"D. D. Crew (set 4, World, 3 Players, FD1094 317-0190)";320x224@60;H
+ddcrew1;"D. D. Crew (set 1, World, 4 Players, FD1094 317-?)";320x224@60;H
+ddcrew1d;"D. D. Crew (set 1, World, 4 Players, FD1094 317-? decr";320x224@60;H
+ddcrew2;"D. D. Crew (set 2, World, 2 Players, FD1094 317-0184)";320x224@60;H
+ddcrew2d;"D. D. Crew (set 2, World, 2 Players, FD1094 317-0184 d";320x224@60;H
+ddcrewd;"D. D. Crew (set 4, World, 3 Players, FD1094 317-0190 d";320x224@60;H
+ddcrewj;"D. D. Crew (set 5, Japan, 4 Players, FD1094 317-0185)";320x224@60;H
+ddcrewj2;"D. D. Crew (set 6, Japan, 2 Players, FD1094 317-0182)";320x224@60;H
+ddcrewj2d;"D. D. Crew (set 6, Japan, 2 Players, FD1094 317-0182 d";320x224@60;H
+ddcrewjd;"D. D. Crew (set 5, Japan, 4 Players, FD1094 317-0185 d";320x224@60;H
+ddcrewu;"D. D. Crew (set 3, US, 4 Players, FD1094 317-0186)";320x224@60;H
+ddcrewud;"D. D. Crew (set 3, US, 4 Players, FD1094 317-0186 decr";320x224@60;H
+ddonpach;"DoDonPachi (International, master ver. 97/02/05)";320x240@60;V
+ddonpacha;"DoDonPachi (Arrange Mode version 1.1, hack by Trap15)";320x240@60;V
+ddonpachj;"DoDonPachi (Japan, master ver. 97/02/05)";320x240@60;V
+ddp2;"Bee Storm - DoDonPachi II (V102, World) - Judge Dredd (USA, Prototype, Alt)";448x224@60;V
+ddp2100;"Bee Storm - DoDonPachi II (V100, World)";448x224@60;V
+ddp2100c;"Bee Storm - DoDonPachi II (V100, China)";448x224@60;V
+ddp2100hk;"Bee Storm - DoDonPachi II (V100, Hong Kong)";448x224@60;V
+ddp2100j;"Bee Storm - DoDonPachi II (V100, Japan)";448x224@60;V
+ddp2100k;"Bee Storm - DoDonPachi II (V100, Korea)";448x224@60;V
+ddp2100t;"Bee Storm - DoDonPachi II (V100, Taiwan)";448x224@60;V
+ddp2101;"Bee Storm - DoDonPachi II (V101, World)";448x224@60;V
+ddp2101c;"Bee Storm - DoDonPachi II (V101, China)";448x224@60;V
+ddp2101hk;"Bee Storm - DoDonPachi II (V101, Hong Kong)";448x224@60;V
+ddp2101j;"Bee Storm - DoDonPachi II (V101, Japan)";448x224@60;V
+ddp2101k;"Bee Storm - DoDonPachi II (V101, Korea)";448x224@60;V
+ddp2101t;"Bee Storm - DoDonPachi II (V101, Taiwan)";448x224@60;V
+ddp2c;"Bee Storm - DoDonPachi II (V102, China)";448x224@60;V
+ddp2hk;"Bee Storm - DoDonPachi II (V102, Hong Kong)";448x224@60;V
+ddp2j;"Bee Storm - DoDonPachi II (V102, Japan)";448x224@60;V
+ddp2k;"Bee Storm - DoDonPachi II (V102, Korea)";448x224@60;V
+ddp2t;"Bee Storm - DoDonPachi II (V102, Taiwan)";448x224@60;V
+ddpdoj;"DoDonPachi Dai-Ou-Jou (V101, Japan)";448x224@60;V
+ddpdoja;"DoDonPachi Dai-Ou-Jou (V100 (second version), Japan)";448x224@60;V
+ddpdojb;"DoDonPachi Dai-Ou-Jou (V100 (first version), Japan)";448x224@60;V
+ddpdojblk;"DoDonPachi Dai-Ou-Jou Black Label (V100, (2002.10.07.B";448x224@60;V
+ddpdojblka;"DoDonPachi Dai-Ou-Jou Black Label (V100 (2002.10.07 Bl";448x224@60;V
+ddpdojblkbl;"DoDonPachi Dai-Ou-Jou Black Label (2002.10.07 Black Ve";448x224@60;V
+ddragon;"Double Dragon (Euro, USA) - Double Dragon (Euro, USA) - Double Dragon (Japan) - Double Dragon (Kor) - Double Dragon (World)";256x240@57;H
+ddragon2;"Double Dragon II - The Revenge (Jpn) - Double Dragon II - The Revenge (World)";256x240@57;H
+ddragon2b;"Double Dragon II - The Revenge (US bootleg, set 1)";256x240@57;H
+ddragon2b2;"Double Dragon II - The Revenge (US bootleg, set 2)";256x240@57;H
+ddragon2u;"Double Dragon II - The Revenge (US)";256x240@57;H
+ddragon3;"Double Dragon 3 - The Arcade Game (Euro, USA) - Double Dragon 3 - The Rosetta Stone (US)";320x240@57;H
+ddragon3b;"Double Dragon 3 - The Rosetta Stone (bootleg)";320x240@57;H
+ddragon3j;"Double Dragon 3 - The Rosetta Stone (Japan)";320x240@57;H
+ddragon3p;"Double Dragon 3 - The Rosetta Stone (prototype)";320x240@57;H
+ddragonb;"Double Dragon (bootleg with HD6309)";256x240@57;H
+ddragonb2;"Double Dragon (bootleg)";256x240@57;H
+ddragonba;"Double Dragon (bootleg with M6803)";256x240@57;H
+ddragonu;"Double Dragon (US set 1)";256x240@57;H
+ddragonua;"Double Dragon (US set 2)";256x240@57;H
+ddragonub;"Double Dragon (US set 3)";256x240@57;H
+ddragonw;"Double Dragon (World set 1)";256x240@57;H
+ddragonw1;"Double Dragon (World set 2)";256x240@57;H
+ddsom;"Dungeons & Dragons - shadow over mystara (960619 Euro)";384x224@60;H
+ddsoma;"Dungeons & Dragons - shadow over mystara (960619 Asia)";384x224@60;H
+ddsomar1;"Dungeons & Dragons - shadow over mystara (960208 Asia)";384x224@60;H
+ddsomb;"Dungeons & Dragons - shadow over mystara (960223 Brazi";384x224@60;H
+ddsomh;"Dungeons & Dragons - shadow over mystara (960223 Hispa";384x224@60;H
+ddsomj;"Dungeons & Dragons - shadow over mystara (960619 Japan";384x224@60;H
+ddsomjr1;"Dungeons & Dragons - shadow over mystara (960206 Japan";384x224@60;H
+ddsomjr2;"Dungeons & Dragons - shadow over mystara (960223 Japan";384x224@60;H
+ddsomr1;"Dungeons & Dragons - shadow over mystara (960223 Euro)";384x224@60;H
+ddsomr2;"Dungeons & Dragons - shadow over mystara (960209 Euro)";384x224@60;H
+ddsomr3;"Dungeons & Dragons - shadow over mystara (960208 Euro)";384x224@60;H
+ddsomu;"Dungeons & Dragons - shadow over mystara (960619 USA)";384x224@60;H
+ddsomud;"Dungeons & Dragons - shadow over mystara (960619 USA P";384x224@60;H
+ddsomur1;"Dungeons & Dragons - shadow over mystara (960209 USA)";384x224@60;H
+ddtod;"Dungeons & Dragons - tower of doom (940412 Euro)";384x224@60;H
+ddtoda;"Dungeons & Dragons - tower of doom (940412 Asia)";384x224@60;H
+ddtodar1;"Dungeons & Dragons - tower of doom (940113 Asia)";384x224@60;H
+ddtodd;"Dungeons & Dragons - tower of doom (940412 Euro Phoeni";384x224@60;H
+ddtodh;"Dungeons & Dragons - tower of doom (940412 Hispanic)";384x224@60;H
+ddtodhr1;"Dungeons & Dragons - tower of doom (940125 Hispanic)";384x224@60;H
+ddtodhr2;"Dungeons & Dragons - tower of doom (940113 Hispanic)";384x224@60;H
+ddtodj;"Dungeons & Dragons - tower of doom (940412 Japan)";384x224@60;H
+ddtodjr1;"Dungeons & Dragons - tower of doom (940125 Japan)";384x224@60;H
+ddtodjr2;"Dungeons & Dragons - tower of doom (940113 Japan)";384x224@60;H
+ddtodr1;"Dungeons & Dragons - tower of doom (940113 Euro)";384x224@60;H
+ddtodu;"Dungeons & Dragons - tower of doom (940125 USA)";384x224@60;H
+ddtodur1;"Dungeons & Dragons - tower of doom (940113 USA)";384x224@60;H
+ddux;"Dynamite Dux (Euro, Bra) - Dynamite Dux (set 2, FD1094 317-0096)";320x224@60;H
+ddux1;"Dynamite Dux (set 1, 8751 317-0095)";320x224@60;H
+dduxbl;"Dynamite Dux (bootleg)";320x224@60;H
+dduxd;"Dynamite Dux (set 2, FD1094 317-0096 decrypted)";320x224@60;H
+dduxj;"Dynamite Dux (set 2, Japan, FD1094 317-0094)";320x224@60;H
+dduxjd;"Dynamite Dux (set 2, Japan, FD1094 317-0094 decrypted)";320x224@60;H
+deadconx;"Dead Connection (World)";320x224@60;H
+deadconxj;"Dead Connection (Japan)";320x224@60;H
+dealer;"The Dealer";272x236@60;V
+deathbrd;"Death Brade (Japan ver JM-3)";320x240@58;H
+deerhunt;"Deer Hunter (Rus) - Deer Hunting USA V4.3";320x240@60;H
+deerhunta;"Deer Hunting USA V4.2";320x240@60;H
+deerhuntb;"Deer Hunting USA V4.0";320x240@60;H
+deerhuntc;"Deer Hunting USA V3.0";320x240@60;H
+deerhuntd;"Deer Hunting USA V2";320x240@60;H
+deerhunte;"Deer Hunting USA V1";320x240@60;H
+defense;"Defense (System 16B, FD1089A 317-0028)";320x224@60;H
+deluxe4u;"Deluxe 4 U (ver. 0107, 07/01/2000)";320x240@60;H
+deluxe5;"Deluxe 5 (ver. 0107, 07/01/2000, set 1)";320x240@60;H
+deluxe5a;"Deluxe 5 (ver. 0107, 07/01/2000, set 2)";320x240@60;H
+deluxe5b;"Deluxe 5 (ver. 0107, 07/01/2000, set 3)";320x240@60;H
+demonwld;"Demon's World / Horror Story (set 1)";320x240@55.2;H
+demonwld1;"Demon's World / Horror Story (set 2)";320x240@55.2;H
+demonwld2;"Demon's World / Horror Story (set 3)";320x240@55.2;H
+demonwld3;"Demon's World / Horror Story (set 4)";320x240@55.2;H
+demonwld4;"Demon's World / Horror Story (set 5)";320x240@55.2;H
+deroon;"Deroon DeroDero";320x240@57;H
+deroona;"Deroon DeroDero (alt set)";320x240@57;H
+desertbr;"Desert Breaker (World, FD1094 317-0196)";320x224@60;V
+desertbrd;"Desert Breaker (World, FD1094 317-0196 decrypted)";320x224@60;V
+desertbrj;"Desert Breaker (Japan, FD1094 317-0194)";320x224@60;V
+desertbrjd;"Desert Breaker (Japan, FD1094 317-0194 decrypted)";320x224@60;V
+detatwin;"Detana!! Twin Bee (Japan ver. J)";280x224@60;V
+devilfsg;"Devil Fish (Galaxian hardware, bootleg?)";256x224@60;V
+devilfsh;"Devil Fish";256x224@60;V
+devilw;"Devil World";320x224@60;H
+devstors;"Devastators (ver. Z)";304x224@60;V
+devstors2;"Devastators (ver. X)";304x224@60;V
+devstors3;"Devastators (ver. V)";304x224@60;V
+dfeveron;"Dangun Feveron (Japan, ver. 98/09/17)";320x240@58;V
+dharma;"Dharma Doujou";320x224@60;H
+dharmaj;"Dharma Doujou (Japan)";320x224@60;H
+dharmak;"Dharma Doujou (Korea)";320x224@60;H
+diamond;"Diamond Run";256x224@60;H
+dietgo;"Diet Go Go (Euro v1.1 1992.09.26)";320x240@58;H
+dietgoe;"Diet Go Go (Euro v1.1 1992.08.04)";320x240@58;H
+dietgoj;"Diet Go Go (Japan v1.1 1992.09.26)";320x240@58;H
+dietgou;"Diet Go Go (USA v1.1 1992.09.26)";320x240@58;H
+digdug;"Dig Dug (Jpn) - Dig Dug (Prototype) - Dig Dug (rev 2)";288x224@60;V
+digdug2;"Dig Dug II (New Ver.)";288x224@60;V
+digdug2o;"Dig Dug II (Old Ver.)";288x224@60;V
+diggerma;"Digger Man";304x224@59;H
+dimahoo;"Dimahoo (000121 Euro)";384x224@60;V
+dimahoou;"Dimahoo (000121 USA)";384x224@60;V
+dimahoud;"Dimahoo (000121 USA Phoenix Edition)";384x224@60;V
+dingo;"Dingo";256x224@60;V
+dino;"Cadillacs & Dinosaurs (930201 etc)";384x224@60;H
+dinoa;"Cadillacs & Dinosaurs (930223 Asia TW)";384x224@60;H
+dinoeh;"Cadillacs and Dinosaurs (hack, 930201 etc)";384x224@60;H
+dinoh;"Cadillacs and Dinosaurs (bootleg set 3, 930223 Asia TW";384x224@60;H
+dinohc;"Cadillacs and Dinosaurs (Chinese bootleg, 930223 Asia";384x224@60;H
+dinohunt;"Dinosaur Hunter (Chinese bootleg, 930223 Asia TW)";384x224@60;H
+dinoj;"Cadillacs Kyouryuu-Shinseiki (Cadillacs 930201 Japan)";384x224@60;H
+dinopic;"Cadillacs and Dinosaurs (bootleg set 1 (with PIC16c57)";384x224@60;H
+dinopic2;"Cadillacs and Dinosaurs (bootleg set 2 (with PIC16c57)";384x224@60;H
+dinopic3;"Cadillacs and Dinosaurs (bootleg set 3 (with PIC16c57)";384x224@60;H
+dinopic4;"Cadillacs and Dinosaurs (bootleg set 4 (with PIC16c57)";384x224@60;H
+dinorex;"Dino Rex (World)";320x224@60;H
+dinorexj;"Dino Rex (Japan)";320x224@60;H
+dinorexu;"Dino Rex (US)";320x224@60;H
+dinot;"Cadillacs and Dinosaurs Turbo (bootleg set 1, 930223 A";384x224@60;H
+dinotpic;"Cadillacs and Dinosaurs Turbo (bootleg set 2 (with PIC";384x224@60;H
+dinou;"Cadillacs & Dinosaurs (930201 USA)";384x224@60;H
+dirtfoxj;"Dirt Fox (Japan)";288x224@60;V
+disco;"Disco No.1";242x240@60;V
+discof;"Disco No.1 (Rev.F)";242x240@60;V
+diverboy;"Diver Boy";320x240@60;H
+djboy;"DJ Boy (Euro) - DJ Boy (set 1)";256x224@58;H
+djboya;"DJ Boy (set 2)";256x224@58;H
+djboyj;"DJ Boy (Japan) - DJ Boy (Jpn)";256x224@58;H
+dkgensan;"Daiku no Gensan (Japan, M82)";384x256@55;H
+dkgensanm72;"Daiku no Gensan (Japan, M72)";384x256@55;H
+dkingjr;"Donkey King Jr. (bootleg of Donkey Kong Jr.)";256x224@60;V
+dkong;"Donkey Kong - Donkey Kong (US set 1)";256x224@60;V
+dkong3;"Donkey Kong 3 (US)";256x224@60;V
+dkong3b;"Donkey Kong 3 (bootleg on Donkey Kong Jr. hardware)";256x224@60;V
+dkong3j;"Donkey Kong 3 (Japan)";256x224@60;V
+dkongf;"Donkey Kong Foundry (hack)";256x224@60;V
+dkonghrd;"Donkey Kong (US set 1) with Hard kit";256x224@60;V
+dkongj;"Donkey Kong (Japan set 1)";256x224@60;V
+dkongjnrj;"Donkey Kong Junior (Japan?)";256x224@60;V
+dkongjo;"Donkey Kong (Japan set 2)";256x224@60;V
+dkongjo1;"Donkey Kong (Japan set 3)";256x224@60;V
+dkongjr;"Donkey Kong Junior - Donkey Kong Junior (US set F-2)";256x224@60;V
+dkongjrb;"Donkey Kong Jr. (bootleg)";256x224@60;V
+dkongjrj;"Donkey Kong Jr. (Japan)";256x224@60;V
+dkongjrm;"Donkey Kong Jr. (Moon Cresta hardware)";256x224@60;V
+dkongo;"Donkey Kong (US set 2)";256x224@60;V
+dkongpe;"Donkey Kong - Pauline Edition (hack, rev 5)";256x224@60;V
+dkongx;"Donkey Kong II - Jumpman Returns (hack, V1.2)";256x224@60;V
+dkongx11;"Donkey Kong II - Jumpman Returns (hack, V1.1)";256x224@60;V
+dkrainbow;"Donkey Kong - Arcade Rainbow (hack)";256x224@60;V
+dland;"Dream Land / Super Dream Land (bootleg of Bubble Bobbl - Rod-Land (World)";256x224@60;H
+dleague;"Dynamite League (US)";320x240@60;H
+dleaguej;"Dynamite League (Japan)";320x240@60;H
+dmnfrnt;"Demon Front (V105)";448x224@60;H
+dmnfrnta;"Demon Front (V102, China)";448x224@60;H
+dmnfrntb;"Demon Front (V103)";448x224@60;H
+dmnfrntpcb;"Demon Front (V107, Korea, Single PCB Version)";448x224@60;H
+dngrtrck;"Danger Track (Rally X bootleg)";288x224@60;H
+docastle;"Mr. Do!'s Castle - Mr. Do's Castle (set 1)";240x192@60;V
+dodgeman;"Dodge Man";256x224@60;H
+dogfgt;"Acrobatic Dog-Fight";256x240@60;H
+dogfgtj;"Dog-Fight (Japan)";256x240@60;H
+dogfgtu;"Acrobatic Dog-Fight (USA)";256x240@60;H
+dogfight;"Dog Fight (Thunderbolt) - Dog Fighter (Euro)";256x224@60;V
+dogosokb;"Dogou Souken (Joystick hack bootleg)";288x216@60;V
+dogosoke;"Dogou Souken";288x216@60;V
+dogyuun;"Dogyuun";320x240@60;V
+dogyuuna;"Dogyuun (Licensed to Unite Trading For Korea)";320x240@60;V
+dogyuunt;"Dogyuun (test location version)";320x240@60;V
+dokaben;"Dokaben (Japan)";384x240@60;H
+dolmen;"Dolmen";256x224@56;H
+dommy;"Dommy";248x240@57;V
+dondokod;"Don Doko Don (World)";320x224@60;H
+dondokodj;"Don Doko Don (Japan)";320x224@60;H
+dondokodu;"Don Doko Don (US)";320x224@60;H
+donight;"Mr.Do's Nightmare (hack by Krazy Ivan)";256x224@60;V
+donpachi;"DonPachi (USA, ver. 1.12, 95/05/2x)";320x240@58;V
+donpachihk;"DonPachi (Hong Kong, ver. 1.10, 95/05/17)";320x240@58;V
+donpachij;"DonPachi (Japan, ver. 1.01, 95/05/11)";320x240@58;V
+donpachikr;"DonPachi (Korea, ver. 1.12, 95/05/2x)";320x240@58;V
+dorodon;"Dorodon (Jpn) - Dorodon (set 1)";240x196@60;V
+dorodon2;"Dorodon (set 2)";240x196@60;V
+dorunrun;"Do! Run Run (set 1)";240x192@60;H
+dotrikun;"Dottori Kun (new version)";256x192@60;H
+dotrikun2;"Dottori Kun (old version)";256x192@60;H
+dotriman;"Dottori-Man Jr.";256x192@60;H
+doubledr;"Double Dragon (Neo-Geo)";320x224@59;H
+dowild;"Mr. Do's Wild Ride - Mr. Do's Wild Ride (Jpn)";240x192@60;H
+downtown;"DownTown / Mokugeki (Set 1)";384x224@57;V
+downtown2;"DownTown / Mokugeki (Set 2)";384x224@57;V
+downtownj;"DownTown / Mokugeki (Joystick Hack)";384x224@57;V
+downtownp;"DownTown / Mokugeki (prototype)";384x224@57;V
+dquizgo;"Date Quiz Go Go (Korea)";320x240@60;H
+dragnblz;"Dragon Blaze";320x224@60;V
+dragonsh;"Dragon's Heaven (development board)";304x224@59;H
+drakton;"Drakton (DK conversion)";256x224@60;V
+dreamwld;"Dream World";304x224@58;H
+dremshpr;"Dream Shopper";288x224@60;V
+drgnbowl;"Dragon Bowl";256x224@60;H
+drgnbowla;"Dragon Bowl (set 2, unencrypted program)";256x224@60;H
+drgnbstr;"Dragon Buster";288x224@60;H
+drgninja;"Dragonninja (Japan)";256x240@57;H
+drgninjab;"Dragonninja (bootleg set 1)";256x240@57;H
+drgninjab2;"Dragonninja (bootleg set 2)";256x240@57;H
+drgnmst;"Dragon Master";384x224@60;H
+drgnunit;"Dragon Unit / Castle of Dragon";384x240@60;H
+drgw2;"Dragon World II (V110X, World)";448x224@60;H
+drgw2c;"Zhong Guo Long II (V100C, China)";448x224@60;H
+drgw2hk;"Dragon World II (V100H, Hong Kong)";448x224@60;H
+drgw2j;"Chuugokuryuu II (V100J, Japan)";448x224@60;H
+drifto94;"Drift Out '94 - The Hard Order (Japan)";336x238@60;H
+driftout;"Drift Out (Europe)";320x224@60;V
+driftoutj;"Drift Out (Japan)";320x224@60;V
+driveout;"Drive Out";320x224@60;V
+drivfrcb;"Driving Force (Galaxian conversion bootleg)";256x224@60;V
+drivfrcg;"Driving Force (Galaxian conversion)";256x224@60;V
+drivfrcp;"Driving Force (Pac-Man conversion)";256x224@60;V
+drivfrct;"Top Racer (bootleg of Driving Force)";256x224@60;V
+drktnjr;"Drakton (DKJr conversion)";256x224@60;V
+drmicro;"Dr. Micro";256x224@60;V
+drtomy;"Dr. Tomy";320x240@60;H
+drtoppel;"Dr. Toppel's Adventure (World)";256x224@60;V
+drtoppela;"Dr. Toppel's Adventure (World, alt?)";256x224@60;V
+drtoppelj;"Dr. Toppel's Tankentai (Japan)";256x224@60;V
+drtoppelu;"Dr. Toppel's Adventure (US)";256x224@60;V
+dsaber;"Dragon Saber (World, DO2) - Dragon Saber - After Story of Dragon Spirit";288x224@60;V
+dsabera;"Dragon Saber (World, older?)";288x224@60;V
+dsaberj;"Dragon Saber (Japan, Rev B)";288x224@60;V
+dsoccr94;"Dream Soccer '94 (World, M107 hardware)";320x240@60;H
+dsoccr94j;"Dream Soccer '94 (Japan)";320x240@60;H
+dsoccr94k;"Dream Soccer '94 (Korea, M107 hardware)";320x240@60;H
+dspirit;"Dragon Spirit - Dragon Spirit - Dragon Spirit (new version (DS3))";288x224@60;V
+dspirit1;"Dragon Spirit (old version (DS1))";288x224@60;V
+dspirit2;"Dragon Spirit (DS2)";288x224@60;V
+dstlk;"Darkstalkers - the night warriors (940705 Euro) - Landstalker - The Treasures of King Nole (Euro)";384x224@60;H
+dstlka;"Darkstalkers - the night warriors (940705 Asia)";384x224@60;H
+dstlkh;"Darkstalkers - the night warriors (940818 Hispanic)";384x224@60;H
+dstlku;"Darkstalkers - the night warriors (940818 USA) - Landstalker - The Treasures of King Nole (USA)";384x224@60;H
+dstlku1d;"Darkstalkers - the night warriors (940705 USA Phoenix";384x224@60;H
+dstlkur1;"Darkstalkers - the night warriors (940705 USA)";384x224@60;H
+ducki;"Duck Tales (Intro demo)";304x224@59;H
+dumpmtmt;"Dump Matsumoto (Japan, 8751 317-unknown)";320x224@60;H
+dungeonm;"Dungeon Magic (Ver 2.1O 1994/02/18)";320x224@60;H
+dungeonmu;"Dungeon Magic (Ver 2.1A 1994/02/18)";320x224@60;H
+dunkshot;"Dunk Shot (Jpn) - Dunk Shot (Rev C, FD1089 317-0022)";320x224@60;H
+dunkshota;"Dunk Shot (Jpn, Alt) - Dunk Shot (Rev A, FD1089 317-0022)";320x224@60;H
+dunkshoto;"Dunk Shot (FD1089 317-0022)";320x224@60;H
+dw2001;"Dragon World 2001 (V100, Japan)";448x224@60;H
+dw2v100x;"Dragon World II (V100X, World)";448x224@60;H
+dwi;"DarkWing Duck (Intro demo)";304x224@59;H
+dwia;"DarkWing Duck (Intro demo, alt)";304x224@59;H
+dwpc;"Dragon World Pretty Chance (V101, Japan)";448x224@60;H
+dyger;"Dyger (Korea set 1)";384x224@60;V
+dygera;"Dyger (Korea set 2)";384x224@60;V
+dynablst;"Dynablaster / Bomber Man";320x240@60;H
+dynagear;"Dyna Gear";336x240@60;H
+dynduke;"Dynamite Duke (Euro, Bra) - Dynamite Duke (Europe, 03SEP89) - Dynamite Duke (World, Rev. A)";256x224@60;H
+dyndukea;"Dynamite Duke (Europe, 25JUL89)";256x224@60;H
+dyndukej;"Dynamite Duke (Japan, 03SEP89)";256x224@60;H
+dyndukeja;"Dynamite Duke (Japan, 25JUL89)";256x224@60;H
+dyndukeu;"Dynamite Duke (US, 25JUL89)";256x224@60;H
+dynwar;"Dynasty Wars (US set 1)";384x224@60;H
+dynwara;"Dynasty Wars (US set 2)";384x224@60;H
+dynwarj;"Tenchi wo Kurau (Japan)";384x224@60;H
+dynwarjr;"Tenchi wo Kurau (Japan Resale Ver.)";384x224@60;H
+eagle;"Eagle (set 1)";256x224@60;V
+eagle2;"Eagle (set 2)";256x224@60;V
+eagle3;"Eagle (set 3)";256x224@60;V
+eaglshot;"Eagle Shot Golf";320x224@60;H
+earthjkr;"U.N. Defense Force: Earth Joker (Japan)";320x240@60;V
+earthjkrp;"U.N. Defense Force: Earth Joker (Japan, prototype?)";320x240@60;V
+ecofghtr;"Eco Fighters (931203 etc)";384x224@60;H
+ecofghtra;"Eco Fighters (931203 Asia)";384x224@60;H
+ecofghtrd;"Eco Fighters (931203 World Phoenix Edition)";384x224@60;H
+ecofghtrh;"Eco Fighters (931203 Hispanic)";384x224@60;H
+ecofghtru;"Eco Fighters (940215 USA)";384x224@60;H
+ecofghtru1;"Eco Fighters (931203 USA)";384x224@60;H
+edf;"Armed Formation - Armed Formation F - E.D.F. : Earth Defense Force (set 1) - Twisted Flipper (USA, Prototype)";256x224@60;H
+edfa;"E.D.F. : Earth Defense Force (set 2)";256x224@60;H
+edfbl;"E.D.F. : Earth Defense Force (bootleg)";256x224@60;H
+edfu;"E.D.F. : Earth Defense Force (North America)";256x224@60;H
+edrandy;"The Cliffhanger - Edward Randy (World ver 3)";256x240@58;H
+edrandy1;"The Cliffhanger - Edward Randy (World ver 1)";256x240@58;H
+edrandy2;"The Cliffhanger - Edward Randy (World ver 2)";256x240@58;H
+edrandyj;"The Cliffhanger - Edward Randy (Japan ver 3)";256x240@58;H
+eeekk;"Eeekk!";288x224@60;V
+egghunt;"Egg Hunt";384x240@58;H
+eggor;"Eggor";288x224@60;V
+eggs;"Eggs";240x240@57;V
+eightfrc;"Eight Forces";384x224@60;V
+eightman;"Eight Man (NGM-025)(NGH-025)";320x224@59;H
+elvact2u;"Elevator Action II (Ver 2.2A 1995/02/20)";320x232@60;H
+elvactr;"Elevator Action Returns (Ver 2.2O 1995/02/20)";320x232@60;H
+elvactrj;"Elevator Action Returns (Ver 2.2J 1995/02/20)";320x232@60;H
+endurobl;"Enduro Racer (bootleg set 1)";320x224@60;H
+enduror;"Enduro Racer (YM2151, FD1089B 317-0013A)";320x224@60;H
+enduror1;"Enduro Racer (YM2203, FD1089B 317-0013A)";320x224@60;H
+enforce;"Enforce (World)";320x224@60;H
+enforcej;"Enforce (Japan)";320x224@60;H
+enforceja;"Enforce (Japan, Analog Controls)";320x224@60;H
+esckids;"Escape Kids (Asia, 4 Players)";288x240@60;H
+esckidsj;"Escape Kids (Japan, 2 Players)";288x240@60;H
+espgal;"Espgaluda (V100, Japan)";448x224@59;V
+espgalbl;"Espgaluda (2003/10/15 Master Ver, bootleg cartridge co";448x224@59;V
+esprade;"ESP Ra.De. - A.D.2018 Tokyo (International, ver. 98/04";320x240@58;V
+espradej;"ESP Ra.De. (Japan, ver. 98/04/21)";320x240@58;V
+espradejo;"ESP Ra.De. (Japan, ver. 98/04/14)";320x240@58;V
+eswat;"E-Swat - Cyber Police (set 4, World, FD1094 317-0130) - ESWAT - City Under Siege (Euro, USA, Rev. A)";320x224@60;H
+eswatbl;"E-Swat - Cyber Police (bootleg)";320x224@60;H
+eswatd;"E-Swat - Cyber Police (set 4, World, FD1094 317-0130 d";320x224@60;H
+eswatj;"Cyber Police ESWAT (Jpn, Rev. 0) - E-Swat - Cyber Police (set 2, Japan, FD1094 317-0128)";320x224@60;H
+eswatj1;"E-Swat - Cyber Police (set 1, Japan, FD1094 317-0131)";320x224@60;H
+eswatj1d;"E-Swat - Cyber Police (set 1, Japan, FD1094 317-0131 d";320x224@60;H
+eswatjd;"E-Swat - Cyber Police (set 2, Japan, FD1094 317-0128 d";320x224@60;H
+eswatu;"E-Swat - Cyber Police (set 3, US, FD1094 317-0129)";320x224@60;H
+eswatud;"E-Swat - Cyber Police (set 3, US, FD1094 317-0129 decr";320x224@60;H
+eto;"Game Toshokan (Jpn, Rev. A) - Kokontouzai Eto Monogatari (Japan)";320x240@60;H
+euroch92;"Euro Champ '92 (World)";320x224@60;H
+evilston;"Evil Stone";320x224@60;V
+excelsr;"Excelsior (set 1)";320x240@58;H
+excelsra;"Excelsior (set 2)";320x240@58;H
+exctleag;"Excite League (FD1094 317-0079)";320x224@60;H
+exctleagd;"Excite League (FD1094 317-0079 decrypted)";320x224@60;H
+exedexes;"Exed Exes";256x224@60;V
+exerizerb;"Exerizer (Japan) (bootleg)";320x224@60;V
+exodus;"Exodus (bootleg?) - Exodus - Journey to the Promised Land (USA)";256x224@60;V
+explbrkr;"Explosive Breaker";256x224@60;V
+explorer;"Explorer";256x224@60;V
+extdwnhl;"Extreme Downhill (v1.5)";320x240@60;H
+extrmatn;"Extermination (World)";256x224@60;V
+extrmatnj;"Extermination (Japan)";256x224@60;V
+extrmatnu;"Extermination (US, set 1)";256x224@60;V
+extrmatnur;"Extermination (US, Romstar)";256x224@60;V
+exzisus;"Exzisus (Japan, dedicated)";256x224@60;H
+exzisusa;"Exzisus (Japan, conversion)";256x224@60;H
+exzisust;"Exzisus (TAD license)";256x224@60;H
+eyes;"Eyes (Digitrex Techstar)";288x224@60;V
+eyes2;"Eyes (Techstar)";288x224@60;V
+eyesb;"Eyes (bootleg set 1)";288x224@60;V
+eyeszacb;"Eyes (bootleg set 2, decrypted)";288x224@60;V
+f1dreamb;"F-1 Dream (bootleg, set 1)";256x224@60;H
+f1dreamba;"F-1 Dream (bootleg, set 2)";256x224@60;H
+f1gp;"F-1 Grand Prix - Nakajima Satoru Kanshuu F1 Grand Prix (Jpn)";320x240@60;V
+f1gp2;"F-1 Grand Prix Part II";320x224@60;V
+faceoff;"Face Off (Japan 2 Players)";288x224@60;H
+falcon;"Falcon - Falcon (bootleg of Phoenix) (8085A CPU)";256x208@60;V
+falconz;"Falcon (bootleg of Phoenix) (Z80 CPU)";256x208@60;V
+fantasia;"Fantasia (940429 PCB, set 1) - Fantasia (World, Rev. A)";256x224@60;V
+fantasiaa;"Fantasia (940307 PCB)";256x224@60;V
+fantasiab;"Fantasia (940429 PCB, set 2)";256x224@60;V
+fantasian;"Fantasia (940803 PCB)";256x224@60;V
+fantastc;"Fantastic (Galaga conversion on Galaxian hardware)";256x224@60;V
+fantazia;"Fantazia (bootleg?)";256x224@60;V
+fantland;"Fantasy Land (set 1)";352x256@60;H
+fantlanda;"Fantasy Land (set 2)";352x256@60;H
+fantsia2;"Fantasia II (Explicit)";256x224@60;H
+fantsia2a;"Fantasia II (Less Explicit)";256x224@60;H
+fantsia2n;"Fantasia II (1998)";256x224@60;H
+fantsy95;"Fantasy '95";256x224@60;V
+fantzn2x;"Fantasy Zone II - The Tears of Opa-Opa (System 16C)";320x224@60;H
+fantzn2xp;"Fantasy Zone II - The Tears of Opa-Opa (System 16C, pr";320x224@60;H
+fantzn2xps2;"Fantasy Zone II - The Tears of Opa-Opa (System 16C, PS";320x224@60;H
+fantznta;"Fantasy Zone Time Attack (System 16B, PS2 data file)";320x224@60;H
+fantzone;"Fantasy Zone - Fantasy Zone - Fantasy Zone (Jpn) - Fantasy Zone (Rev A, unprotected) - Fantasy Zone (World, v2) - Fantasy Zone Gear (Euro, Jpn)";320x224@60;H
+fantzone1;"Fantasy Zone (unprotected) - Fantasy Zone (World, v1, Prototype)";320x224@60;H
+fantzonep;"Fantasy Zone (317-5000)";320x224@60;H
+fantzoneta;"Fantasy Zone (Time Attack, bootleg)";320x224@60;H
+farmer;"Farmers Rebellion";240x224@60;H
+fastfred;"Fast Freddie";256x224@60;V
+fatfursp;"Fatal Fury Special (Euro) - Fatal Fury Special / Garou Densetsu Special (set 1)(NG";320x224@59;H
+fatfurspa;"Fatal Fury Special / Garou Densetsu Special (set 2)(NG";320x224@59;H
+fatfury1;"Fatal Fury - King of Fighters / Garou Densetsu - shuku";320x224@59;H
+fatfury2;"Fatal Fury 2 (USA, Kor) - Fatal Fury 2 / Garou Densetsu 2 - arata-naru tatakai (";320x224@59;H
+fatfury2a;"Fatal Fury 2 / Garou Densetsu 2 - arata-naru tatakai (";320x224@59;H
+fatfury3;"Fatal Fury 3 - Road to the Final Victory / Garou Dense";320x224@59;H
+fatfury3a;"Fatal Fury 3 - Road to the Final Victory / Garou Dense";320x224@59;H
+fball;"Fire Ball (FM Work)";256x240@60;H
+fbfrenzy;"Football Frenzy (NGM-034)(NGH-034)";304x224@59;H
+fcrash;"Final Crash (bootleg (with 2xYM2203 + 2xMSM5205))";384x224@60;H
+feversos;"Fever SOS (International, ver. 98/09/25)";320x240@58;V
+ffantasy;"Fighting Fantasy (Japan revision 3)";256x240@57;H
+ffantasya;"Fighting Fantasy (Japan)";256x240@57;H
+ffantasyb;"Fighting Fantasy (Japan revision ?)";256x240@57;H
+ffantasyj;"Fighting Fantasy (Japan revision 2)";256x240@57;H
+ffight;"Final Fight (World, set 1)";384x224@60;H
+ffighta;"Final Fight (World, set 2)";384x224@60;H
+ffightbl;"Final Fight (bootleg set 1 (with 2xYM2203 + 2xMSM5205)";384x224@60;H
+ffightbla;"Final Fight (bootleg set 2 (with 2xYM2203 + 2xMSM5205)";384x224@60;H
+ffightj;"Final Fight (Japan)";384x224@60;H
+ffightj1;"Final Fight (900112 Japan)";384x224@60;H
+ffightj2;"Final Fight (900305 Japan)";384x224@60;H
+ffightj3;"Final Fight (900613 Japan)";384x224@60;H
+ffightjh;"Street Smart / Final Fight (Japan, hack)";384x224@60;H
+ffightu;"Final Fight (USA, set 1)";384x224@60;H
+ffightu1;"Final Fight (USA, set 2)";384x224@60;H
+ffightu2;"Final Fight (USA, set 3)";384x224@60;H
+ffightua;"Final Fight (900112 USA)";384x224@60;H
+ffightub;"Final Fight (900424 USA)";384x224@60;H
+ffightuc;"Final Fight (900613 USA)";384x224@60;H
+fghtbskt;"Fighting Basketball";256x224@60;H
+fhawk;"Fighting Hawk (World)";320x224@60;V
+fhawkj;"Fighting Hawk (Japan)";320x224@60;V
+fightfev;"Fight Fever (set 1)";304x224@59;H
+fightfeva;"Fight Fever (set 2)";304x224@59;H
+fightrol;"Fighting Roller";240x224@60;V
+finalb;"Final Blow (Jpn) - Final Blow (World)";320x224@60;H
+finalbj;"Final Blow (Japan)";320x224@60;H
+finalbu;"Final Blow (US)";320x224@60;H
+finalizr;"Finalizer - Super Transformation";272x224@60;V
+finalizrb;"Finalizer - Super Transformation (bootleg)";272x224@60;V
+finalttr;"Final Tetris";256x224@58;H
+finehour;"Finest Hour (Japan)";288x224@60;H
+firebarr;"Fire Barrel (Japan)";320x240@60;V
+firehawk;"Fire Hawk (horizontal) - Firehawk (Euro)";256x224@56;H
+fireshrk;"Fire Shark - Fire Shark (Euro)";320x240@57.6;V
+fireshrka;"Fire Shark (Earlier)";320x240@57.6;V
+fireshrkd;"Fire Shark (Korea, set 1, easier)";320x240@57.6;V
+fireshrkdh;"Fire Shark (Korea, set 2, harder)";320x240@57.6;V
+firetrap;"Fire Trap (US, set 1)";256x240@60;V
+firetrapa;"Fire Trap (US, set 2)";256x240@60;V
+firetrapbl;"Fire Trap (Japan bootleg)";256x240@60;V
+firetrapj;"Fire Trap (Japan)";256x240@60;V
+fitegolf;"Fighting Golf (World?)";288x216@60;H
+fitegolf2;"Fighting Golf (US, Ver 2)";288x216@60;H
+fitegolfu;"Fighting Golf (US)";288x216@60;H
+fixeight;"FixEight (Europe)";320x240@60;V
+fixeighta;"FixEight (Southeast Asia)";320x240@60;V
+fixeightat;"FixEight (Southeast Asia, Taito license)";320x240@60;V
+fixeighth;"FixEight (Hong Kong)";320x240@60;V
+fixeightht;"FixEight (Hong Kong, Taito license)";320x240@60;V
+fixeightj;"FixEight (Japan)";320x240@60;V
+fixeightjt;"FixEight (Japan, Taito license)";320x240@60;V
+fixeightk;"FixEight (Korea)";320x240@60;V
+fixeightkt;"FixEight (Korea, Taito license)";320x240@60;V
+fixeightt;"FixEight (Europe, Taito license)";320x240@60;V
+fixeighttw;"FixEight (Taiwan)";320x240@60;V
+fixeighttwt;"FixEight (Taiwan, Taito license)";320x240@60;V
+fixeightu;"FixEight (USA)";320x240@60;V
+fixeightut;"FixEight (USA, Taito license)";320x240@60;V
+fjbuster;"Fujiyama Buster (Japan)";256x224@60;H
+flagrall;"'96 Flag Rally";320x240@60;H
+flashgal;"Flashgal (set 1)";288x224@60;H
+flashgala;"Flashgal (set 2)";288x224@60;H
+flashgalk;"Flashgal (set 1, Kyugo logo)";288x224@60;H
+flicky;"Flicky (128k Version, 315-5051) - Flicky (Euro, USA) - Flicky (Jpn) - Flicky (Jpn, v1)";256x224@60;H
+flickya;"Flicky (128k Version, 315-5051, larger roms)) - Flicky (Jpn, v0)";256x224@60;H
+flickyg;"Flicky (128k Version, System 2, 315-5051, alt graphics";256x224@60;H
+flickyo;"Flicky (64k Version, 315-5051, set 1)";256x224@60;H
+flickys1;"Flicky (64k Version, 315-5051, set 2)";256x224@60;H
+flickys2;"Flicky (128k Version, not encrypted)";256x224@60;H
+flickys2g;"Flicky (128k Version, System 2, not encrypted, alt gra";256x224@60;H
+flipshot;"Battle Flip Shot";304x224@59;H
+flipull;"Flipull (Japan)";320x224@60;H
+flstory;"The FairyLand Story - The Fairyland Story (Jpn)";256x224@60;H
+flstoryj;"The FairyLand Story (Japan)";256x224@60;H
+flyboy;"Fly-Boy";256x224@60;V
+flyboyb;"Fly-Boy (bootleg)";256x224@60;V
+flytiger;"Flying Tiger (set 1)";384x240@60;V
+flytigera;"Flying Tiger (set 2)";384x240@60;V
+fncywld;"Fancy World - Earth of Crisis";320x240@60;H
+fnkyfish;"Funky Fish";512x256@60;V
+fnshark;"Flyin' Shark (bootleg of Hishou Zame)";320x240@55;V
+footchmp;"Football Champ (World)";320x224@60;H
+forcebrk;"Force Break (bootleg)";240x240@60;H
+forgottn;"Forgotten Worlds (Euro, Bra, Aus) - Forgotten Worlds (World, newer) - Forgotten Worlds (World, v1.1)";384x224@60;H
+forgottna;"Forgotten Worlds (World)";384x224@60;H
+forgottnu;"Forgotten Worlds (US, B-Board 88621B-2, rev C)";384x224@60;H
+forgottnua;"Forgotten Worlds (US, B-Board 88618B-2, rev A)";384x224@60;H
+forgottnuaa;"Forgotten Worlds (US, B-Board 88618B-2, rev AA)";384x224@60;H
+forgottnuc;"Forgotten Worlds (US, B-Board 88618B-2, Rev C)";384x224@60;H
+forgottnue;"Forgotten Worlds (US, B-Board 88618B-2, Rev E)";384x224@60;H
+formatz;"Formation Z - Formation Z (Jpn)";248x224@60;H
+fpoint;"Flash Point (set 2, Japan, FD1094 317-0127A) - Flashpoint (Kor) - Flashpoint (Kor)";320x224@60;H
+fpoint1;"Flash Point (set 1, Japan, FD1094 317-0127A)";320x224@60;H
+fpoint1d;"Flash Point (set 1, Japan, FD1094 317-0127A decrypted)";320x224@60;H
+fpointbj;"Flash Point (Japan, bootleg)";320x224@60;H
+fpointbl;"Flash Point (World, bootleg)";320x224@60;H
+fpointd;"Flash Point (set 2, Japan, FD1094 317-0127A decrypted)";320x224@60;H
+freekick;"Free Kick (NS6201-A 1987.10)";256x224@60;V
+freekicka;"Free Kick (NS6201-A 1987.9)";256x224@60;V
+freekickb1;"Free Kick (bootleg set 1)";256x224@60;V
+freekickb3;"Free Kick (bootleg set 3)";256x224@60;V
+freeze;"Freeze";256x224@60;V
+friskyt;"Frisky Tom (set 1)";256x224@60;H
+friskyta;"Frisky Tom (set 2)";256x224@60;H
+friskytb;"Frisky Tom (set 3, encrypted)";256x224@60;H
+frogf;"Frog (Falcon bootleg)";256x224@60;V
+frogg;"Frog (Galaxian hardware)";256x224@60;V
+frogger;"Frogger - Frogger - Frogger (Jpn) - Frogger (USA) - Frogger (USA, Prototype)";256x224@60;V
+froggermc;"Frogger (Moon Cresta hardware)";256x224@60;V
+froggers;"Frog";256x224@60;V
+froggers1;"Frogger (Sega set 1)";256x224@60;V
+froggers2;"Frogger (Sega set 2)";256x224@60;V
+froggers3;"Frogger (Sega set 3)";256x224@60;V
+froggrs;"Frogger (Scramble hardware)";256x224@60;V
+froman2b;"Idol Mahjong - final romance 2 (Neo CD Conversion)";304x224@59;H
+fround;"The Final Round (ver. M)";320x224@60;H
+froundl;"The Final Round (ver. L)";320x224@60;H
+fshark;"Flying Shark (World)";320x240@54.9;V
+fsharkbt;"Flying Shark (bootleg with 8741)";320x240@54.9;V
+fsoccerb;"Fighting Soccer (Joystick hack bootleg)";400x224@60;H
+fsoccerba;"Fighting Soccer (Joystick hack bootleg, alt)";400x224@60;H
+fstarfrc;"Final Star Force (US)";256x224@60;V
+fstarfrcj;"Final Star Force (Japan)";256x224@60;V
+fswords;"Fighters Swords (Korean release of Samurai Shodown III";304x224@59;H
+fullthrl;"Full Throttle (Japan)";320x240@60;H
+funkybee;"Funky Bee";236x224@60;V
+funkybeeb;"Funky Bee (bootleg, harder)";236x224@60;V
+funkyjet;"Funky Jet (World, rev 1)";320x240@58;H
+funkyjeta;"Funky Jet (World)";320x240@58;H
+funkyjetj;"Funky Jet (Japan, rev 2)";320x240@58;H
+funybubl;"Funny Bubble";320x224@60;H
+funybublc;"Funny Bubble (Comad version)";320x224@60;H
+futspy;"Future Spy";256x224@60;V
+fx;"F-X - Sega Graphic Board (Jpn, Prototype v2.0) - SF-X";288x224@60;V
+fxa;"F-X (alternate set)";288x224@60;V
+gaia;"Gaia Crusaders - Sagaia (Euro, Bra) - Sagaia (USA)";320x224@58;H
+gaialast;"Gaia - The Last Choice of Earth";304x224@58;H
+gaiapols;"Gaiapolis (ver EAF)";376x224@60;V
+gaiapolsj;"Gaiapolis (ver JAF)";376x224@60;V
+gaiapolsu;"Gaiapolis (ver UAF)";376x224@60;V
+gaiden;"Ninja Gaiden (Euro, Bra) - Ninja Gaiden (Euro, USA) - Ninja Gaiden (Jpn, Prototype) - Ninja Gaiden (US)";256x224@60;H
+galaga;"Galaga (Jpn) - Galaga (Namco rev. B) - Galaga (Tw) - Galaga Demo (set 2)";288x224@60;V
+galaga3;"Galaga 3 (GP3 rev. D)";288x224@60;V
+galaga3a;"Galaga 3 (GP3 rev. C)";288x224@60;V
+galaga3b;"Galaga 3 (GP3)";288x224@60;V
+galaga3c;"Galaga 3 (set 4)";288x224@60;V
+galaga3m;"Galaga 3 (set 5)";288x224@60;V
+galaga88;"Galaga '88 - Galaga '88";288x224@60;V
+galaga88a;"Galaga '88 (02-03-88)";288x224@60;V
+galaga88j;"Galaga '88 (Japan)";288x224@60;V
+galagamf;"Galaga (Midway set 1 with fast shoot hack)";288x224@60;V
+galagamk;"Galaga (Midway set 2)";288x224@60;V
+galagamw;"Galaga (Midway set 1)";288x224@60;V
+galagao;"Galaga (Namco)";288x224@60;V
+galap1;"Space Invaders Galactica (galaxiaj hack)";256x224@60;V
+galap4;"Galaxian Part 4 (hack)";256x224@60;V
+galapx;"Galaxian Part X (moonaln hack)";256x224@60;V
+galaxbsf;"Galaxian (bootleg, set 1)";256x224@60;V
+galaxian;"Galaxian - Galaxian (Jpn) - Galaxian (Kor) - Galaxian (Namco set 1)";256x224@60;V
+galaxiana;"Galaxian (Alt) - Galaxian (Jpn, Alt) - Galaxian (Namco set 2)";256x224@60;V
+galaxianbl;"Galaxian (bootleg, set 2)";256x224@60;V
+galaxiani;"Galaxian (Irem)";256x224@60;V
+galaxianm;"Galaxian (Midway set 1)";256x224@60;V
+galaxianmo;"Galaxian (Midway set 2)";256x224@60;V
+galaxiant;"Galaxian (Taito)";256x224@60;V
+galaxrf;"Galaxian (Recreativos Franco S.A. Spanish bootleg)";256x224@60;V
+galaxrfgg;"Galaxian Growing Galaxip / Galaxian Nave Creciente (Re";256x224@60;V
+galaxyfg;"Galaxy Fight - Universal Warriors";304x224@59;H
+galaxygn;"Galaxy Gunners";352x256@60;V
+galemp;"Galaxy Empire (bootleg?)";256x224@60;V
+galhustl;"Gals Hustler";256x224@60;H
+galivan;"Cosmo Police Galivan (12/26/1985)";256x224@60;V
+galivan2;"Cosmo Police Galivan (12/16/1985)";256x224@60;V
+galivan3;"Cosmo Police Galivan (12/11/1985)";256x224@60;V
+gallag;"Gallag";288x224@60;V
+gallop;"Gallop - Armed police Unit (Japan)";384x256@55;H
+galmedes;"Galmedes (Japan)";320x240@60;V
+galpani4;"Gals Panic 4 (Japan)";320x240@60;H
+galpani4k;"Gals Panic 4 (Korea)";320x240@60;H
+galpanic;"Gals Panic (Unprotected)";256x224@60;V
+galpanidx;"Gals Panic DX (Asia)";320x240@60;H
+galpanis;"Gals Panic S - Extra Edition (Europe)";320x240@60;H
+galpanisj;"Gals Panic S - Extra Edition (Japan)";320x240@60;H
+galpanisk;"Gals Panic S - Extra Edition (Korea)";320x240@60;H
+galpans2;"Gals Panic S2 (Europe)";320x240@60;H
+galpans2a;"Gals Panic S2 (Asia)";320x240@60;H
+galpans2j;"Gals Panic S2 (Japan)";320x240@60;H
+galpans3;"Gals Panic S3 (Japan)";320x240@60;H
+galpansu;"Gals Panic SU (Korea)";320x240@60;H
+galspnbl;"Gals Pinball";512x224@60;V
+galturbo;"Galaxian Turbo (superg hack)";256x224@60;V
+ganbare;"Ganbare! Marine Kun (Marine 2K0411 JPN)";384x224@60;H
+gangonta;"Ganbare! Gonta!! 2 / Party Time: Gonta the Diver II (J";320x240@58;V
+gangwars;"Gang Wars";256x224@60;H
+gangwarsb;"Gang Wars (bootleg)";256x224@60;H
+gangwarsj;"Gang Wars (Japan)";256x224@60;H
+gangwarsu;"Gang Wars (US)";256x224@60;H
+ganryu;"Ganryu / Musashi Ganryuki";304x224@59;H
+gaplus;"Gaplus (GP2 rev. B)";288x224@60;V
+gaplusa;"Gaplus (GP2)";288x224@60;V
+gaplusd;"Gaplus (GP2 rev D, alternate hardware)";288x224@60;V
+gaplust;"Gaplus (Tecfri PCB)";288x224@60;V
+gardia;"Gardia (317-0006)";256x224@60;V
+garogun;"Garogun Seroyang (Korea)";320x240@60;H
+garou;"Garou - Mark of the Wolves (NGM-2530) - Garou Densetsu - Shukumei no Tatakai (Jpn)";320x224@59;H
+garoubl;"Garou - Mark of the Wolves (bootleg)";320x224@59;H
+garouh;"Garou - Mark of the Wolves (NGM-2530) (NGH-2530)";320x224@59;H
+garoup;"Garou - Mark of the Wolves (prototype)";320x224@59;H
+garuka;"Garuka (Japan ver. W)";304x224@60;V
+garyoret;"Garyo Retsuden (Japan)";256x240@58;H
+gatedoom;"Gate of Doom (US revision 4)";256x240@58;H
+gatedoom1;"Gate of Doom (US revision 1)";256x240@58;H
+gaunt2;"Gauntlet II";336x240@60;H
+gaunt22p;"Gauntlet II (2 Players, rev 2)";336x240@60;H
+gaunt22p1;"Gauntlet II (2 Players, rev 1)";336x240@60;H
+gaunt22pg;"Gauntlet II (2 Players, German)";336x240@60;H
+gaunt2g;"Gauntlet II (German)";336x240@60;H
+gauntlet;"Gauntlet (Euro) - Gauntlet (Euro, Bra) - Gauntlet (rev 14)";336x240@60;H
+gauntlet2p;"Gauntlet (2 Players, rev 6)";336x240@60;H
+gauntlet2pg;"Gauntlet (2 Players, German, rev 4)";336x240@60;H
+gauntlet2pg1;"Gauntlet (2 Players, German, rev 1)";336x240@60;H
+gauntlet2pj;"Gauntlet (2 Players, Japanese, rev 5)";336x240@60;H
+gauntlet2pj2;"Gauntlet (2 Players, Japanese rev 2)";336x240@60;H
+gauntlet2pr3;"Gauntlet (2 Players, rev 3)";336x240@60;H
+gauntletg;"Gauntlet (German, rev 10)";336x240@60;H
+gauntletgr3;"Gauntlet (German, rev 3)";336x240@60;H
+gauntletgr6;"Gauntlet (German, rev 6)";336x240@60;H
+gauntletgr8;"Gauntlet (German, rev 8)";336x240@60;H
+gauntletj;"Gauntlet (Japanese, rev 13)";336x240@60;H
+gauntletj12;"Gauntlet (Japanese, rev 12)";336x240@60;H
+gauntletr1;"Gauntlet (rev 1)";336x240@60;H
+gauntletr2;"Gauntlet (rev 2)";336x240@60;H
+gauntletr4;"Gauntlet (rev 4)";336x240@60;H
+gauntletr5;"Gauntlet (rev 5)";336x240@60;H
+gauntletr7;"Gauntlet (rev 7)";336x240@60;H
+gauntletr9;"Gauntlet (rev 9)";336x240@60;H
+gauntlets;"Gauntlet (Spanish, rev 15)";336x240@60;H
+gberet;"Green Beret - Green Beret (Euro)";240x224@60;H
+gberetb;"Green Beret (bootleg)";240x224@60;H
+gblchmp;"Global Champion (Ver 2.1A 1994/07/29)";320x224@60;H
+gbusters;"Gang Busters (set 1)";288x224@60;V
+gbustersa;"Gang Busters (set 2)";288x224@60;V
+gdfs;"Mobil Suit Gundam Final Shooting (Japan)";336x240@60;H
+geebee;"Gee Bee";272x224@60;V
+geebeeg;"Gee Bee (Gremlin)";272x224@60;V
+gekiridn;"Gekirindan (Ver 2.3O 1995/09/21)";320x232@60;V
+gekiridnj;"Gekirindan (Ver 2.3J 1995/09/21)";320x232@60;V
+gemini;"Gemini Wing (Japan)";256x224@60;V
+geminib;"Gemini Wing (World, bootleg)";256x224@60;V
+genix;"Genix Family";288x224@60;H
+genpeitd;"Genpei ToumaDen";288x224@60;H
+gensitou;"Genshi-Tou 1930's (Japan)";256x224@60;H
+geostorm;"Geostorm (Japan)";320x240@60;H
+getstarb1;"Get Star (bootleg, set 1)";280x240@60;H
+getstarb2;"Get Star (bootleg, set 2)";280x240@60;H
+getstarj;"Get Star (Japan)";280x240@60;H
+gforce2;"Galaxy Force 2 - Galaxy Force II (World, Rev. B)";320x224@60;H
+gforce2j;"Galaxy Force 2 (Japan)";320x224@60;H
+gforce2ja;"Galaxy Force 2 (Japan, Rev A)";320x224@60;H
+gforce2sd;"Galaxy Force 2 (Super Deluxe unit)";320x224@60;H
+ghostb;"The Real Ghostbusters (US 2 Players, revision 2)";256x240@58;H
+ghostb2a;"The Real Ghostbusters (US 2 Players)";256x240@58;H
+ghostb3;"The Real Ghostbusters (US 3 Players)";256x240@58;H
+ghostbi;"Ghost Busters (Intro demo)";304x224@59;H
+ghostlop;"Ghostlop (prototype)";304x224@59;H
+ghostmun;"Ghost Muncher";256x224@60;V
+ghouls;"Ghouls'n Ghosts (Euro, USA, Bra) - Ghouls'n Ghosts (Euro, USA, Kor, Rev. A) - Ghouls'n Ghosts (World)";384x224@60;H
+ghoulsu;"Ghouls'n Ghosts (US)";384x224@60;H
+ghox;"Ghox (spinner)";320x240@60;V
+ghoxj;"Ghox (joystick)";320x240@60;V
+gigaman2;"Gigaman 2: The Power Fighters (bootleg)";384x224@60;H
+gigandes;"Gigandes";384x240@60;H
+gigandesa;"Gigandes (earlier)";384x240@60;H
+gigasb;"Gigas (bootleg)";256x224@60;V
+gigasm2b;"Gigas Mark II";256x224@60;V
+gigawing;"Giga Wing (990222 USA)";384x224@60;H
+gigawinga;"Giga Wing (990222 Asia)";384x224@60;H
+gigawingb;"Giga Wing (990222 Brazil)";384x224@60;H
+gigawingd;"Giga Wing (990222 USA Phoenix Edition)";384x224@60;H
+gigawingh;"Giga Wing (990222 Hispanic)";384x224@60;H
+gigawingj;"Giga Wing (990223 Japan)";384x224@60;H
+gigawingjd;"Giga Wing (990223 Japan Phoenix Edition)";384x224@60;H
+gijoe;"G.I. Joe (World, EAB, set 1)";288x224@60;H
+gijoea;"G.I. Joe (World, EB8, prototype?)";288x224@60;H
+gijoej;"G.I. Joe (Japan, JAA)";288x224@60;H
+gijoeu;"G.I. Joe (US, UAB)";288x224@60;H
+ginganin;"Ginga NinkyouDen (set 1)";256x224@60;H
+ginganina;"Ginga NinkyouDen (set 2)";256x224@60;H
+ginkun;"Ganbare Ginkun";256x224@60;H
+gloc;"G-LOC Air Battle (Euro, Bra, Kor) - G-LOC Air Battle (Euro, USA, Bra) - G-LOC Air Battle (World) - G-LOC Air Battle (World)";320x224@60;H
+glocr360;"G-LOC R360";320x224@60;H
+glocu;"G-LOC Air Battle (US)";320x224@60;H
+gmahou;"Great Mahou Daisakusen (000121 Japan)";384x224@60;V
+gmgalax;"Ghostmuncher Galaxian (bootleg)";256x224@60;V
+gnbarich;"Gunbarich";320x224@60;V
+gng;"Ghosts'n Goblins (World? set 1)";256x224@59.6;H
+gnga;"Ghosts'n Goblins (World? set 2)";256x224@59.6;H
+gngbl;"Ghosts'n Goblins (bootleg with Cross)";256x224@59.6;H
+gngbla;"Ghosts'n Goblins (bootleg, harder)";256x224@59.6;H
+gngblita;"Ghosts'n Goblins (Italian bootleg, harder)";256x224@59.6;H
+gngc;"Ghosts'n Goblins (World Revision C)";256x224@59.6;H
+gngprot;"Ghosts'n Goblins (prototype)";256x224@59.6;H
+gngt;"Ghosts'n Goblins (US)";256x224@59.6;H
+goalx3;"Goal! Goal! Goal!";304x224@59;H
+gogold;"Go For The Gold (Japan)";320x240@60;H
+gogomile;"Susume! Mile Smile / Go Go! Mile Smile (newer)";320x240@60;H
+gogomileo;"Susume! Mile Smile / Go Go! Mile Smile (older)";320x240@60;H
+goldmedl;"Gold Medalist (set 1)";256x224@60;H
+goldmedla;"Gold Medalist (set 2)";256x224@60;H
+goldmedlb;"Gold Medalist (bootleg)";256x224@60;H
+goldnaxe;"Golden Axe (set 6, US, 8751 317-123A)";320x224@60;H
+goldnaxe1;"Golden Axe (set 1, World, FD1094 317-0110)";320x224@60;H
+goldnaxe1d;"Golden Axe (set 1, World, FD1094 317-0110 decrypted)";320x224@60;H
+goldnaxe2;"Golden Axe (set 2, US, 8751 317-0112)";320x224@60;H
+goldnaxe3;"Golden Axe (set 3, World, FD1094 317-0120)";320x224@60;H
+goldnaxe3d;"Golden Axe (set 3, World, FD1094 317-0120 decrypted)";320x224@60;H
+goldnaxej;"Golden Axe (set 4, Japan, FD1094 317-0121)";320x224@60;H
+goldnaxejd;"Golden Axe (set 4, Japan, FD1094 317-0121 decrypted)";320x224@60;H
+goldnaxeu;"Golden Axe (set 5, US, FD1094 317-0122)";320x224@60;H
+goldnaxeud;"Golden Axe (set 5, US, FD1094 317-0122 decrypted)";320x224@60;H
+gollygho;"Golly! Ghost!";288x224@60;H
+gorkans;"Gorkans";288x224@60;V
+gotcha;"Got-cha Mini Game Festival";320x240@60;H
+gowcaizr;"Voltage Fighter - Gowcaizer / Choujin Gakuen Gowcaizer";304x224@59;H
+gpilots;"Ghost Pilots (NGM-020)(NGH-020)";304x224@59;H
+gpilotsh;"Ghost Pilots (NGH-020)(US)";304x224@59;H
+gprider;"GP Rider (Euro, Bra) - GP Rider (Euro, USA) - GP Rider (World, FD1094 317-0163) (Twin setup)";320x224@60;H
+gpriderj;"GP Rider (Japan, FD1094 317-0161) (Twin setup) - GP Rider (Jpn)";320x224@60;H
+gpriderjs;"GP Rider (Japan, FD1094 317-0161)";320x224@60;H
+gprideru;"GP Rider (US, FD1094 317-0162) (Twin setup)";320x224@60;H
+gpriderus;"GP Rider (US, FD1094 317-0162)";320x224@60;H
+gradius;"Gradius - Gradius (Japan, ROM version) - Nemesis (Euro) ~ Gradius (Jpn)";256x224@60;H
+gradius2;"Gradius II - GOFER no Yabou (Japan New ver.) - Nemesis 2 (Euro) ~ Gradius 2 (Jpn)";320x224@60;H
+gradius2a;"Gradius II - GOFER no Yabou (Japan Old ver.) - Nemesis 2 (Euro) ~ Gradius 2 (Jpn) (Alt)";320x224@60;H
+gradius2b;"Gradius II - GOFER no Yabou (Japan Older ver.)";320x224@60;H
+gradius3;"Gradius III (World, program code R)";320x224@60;H
+gradius3a;"Gradius III (Asia)";320x224@60;H
+gradius3j;"Gradius III (Japan, program code S)";320x224@60;H
+gradius3js;"Gradius III (Japan, program code S, split)";320x224@60;H
+grasspin;"Grasspin";256x224@60;V
+grdian;"Guardian";280x240@60;H
+grdians;"Guardians0Denjin Makai II";304x232@60;H
+grdnstrm;"Guardian Storm (horizontal, not encrypted)";256x224@57;H
+grdnstrmg;"Guardian Storm (Germany)";256x224@57;V
+grdnstrmj;"Sen Jing - Guardian Storm (Japan)";256x224@57;V
+grdnstrmk;"Jeon Sin - Guardian Storm (Korea)";256x224@57;V
+grdnstrmv;"Guardian Storm (vertical)";256x224@57;V
+griffon;"Griffon (bootleg of Phoenix) - Order of the Griffon";256x208@60;V
+grindstm;"Grind Stormer";320x240@60;V
+grindstma;"Grind Stormer (older set)";320x240@60;V
+grobda;"Grobda (New Ver.)";288x224@60;V
+grobda2;"Grobda (Old Ver. set 1)";288x224@60;V
+grobda3;"Grobda (Old Ver. set 2)";288x224@60;V
+growl;"Growl (USA) - Growl (World, Rev 1)";320x224@60;H
+growla;"Growl (World)";320x224@60;H
+growlu;"Growl (US)";320x224@60;H
+gryzor;"Gryzor (Set 1)";280x224@60;V
+gryzor1;"Gryzor (Set 2)";280x224@60;V
+gseeker;"Grid Seeker: Project Storm Hammer (Ver 1.3O)";320x224@60;V
+gseekerj;"Grid Seeker: Project Storm Hammer (Ver 1.3J)";320x224@60;V
+gseekeru;"Grid Seeker: Project Storm Hammer (Ver 1.3A)";320x224@60;V
+gteikoku;"Gingateikoku No Gyakushu";256x224@60;V
+gteikokub;"Gingateikoku No Gyakushu (bootleg set 1)";256x224@60;V
+gteikokub2;"Gingateikoku No Gyakushu (bootleg set 2)";256x224@60;V
+gtmr;"1000 Miglia: Great 1000 Miles Rally (94/07/18)";320x240@60;H
+gtmr2;"Mille Miglia 2: Great 1000 Miles Rally (95/05/24)";320x240@60;H
+gtmr2a;"Mille Miglia 2: Great 1000 Miles Rally (95/04/04)";320x240@60;H
+gtmr2u;"Great 1000 Miles Rally 2 USA (95/05/18)";320x240@60;H
+gtmra;"1000 Miglia: Great 1000 Miles Rally (94/06/13)";320x240@60;H
+gtmrb;"1000 Miglia: Great 1000 Miles Rally (94/05/26)";320x240@60;H
+gtmre;"Great 1000 Miles Rally: Evolution Model!!! (94/09/06)";320x240@60;H
+gtmro;"1000 Miglia: Great 1000 Miles Rally (94/05/10)";320x240@60;H
+gtmrusa;"Great 1000 Miles Rally: U.S.A Version! (94/09/06)";320x240@60;H
+gulfstrm;"Gulf Storm (set 1)";384x240@60;V
+gulfstrma;"Gulf Storm (set 2)";384x240@60;V
+gulfstrmb;"Gulf Storm (set 3)";384x240@60;V
+gulfstrmk;"Gulf Storm (Korea)";384x240@60;V
+gulfstrmm;"Gulf Storm (Media Shoji)";384x240@60;V
+gulfwar2;"Gulf War II (set 1)";320x240@55;V
+gulfwar2a;"Gulf War II (set 2)";320x240@55;V
+gumbo;"Gumbo";320x224@60;H
+gunball;"Gun Ball (Japan)";320x240@58;V
+gunbird;"Gunbird (World)";320x224@59;V
+gunbird2;"Gunbird 2 (set 1)";320x224@60;V
+gunbirdj;"Gunbird (Japan)";320x224@59;V
+gunbirdk;"Gunbird (Korea)";320x224@59;V
+gundamex;"Mobile Suit Gundam EX Revue";384x224@60;H
+gundhara;"Gundhara";384x240@60;V
+gundharac;"Gundhara (Chinese, bootleg?)";384x240@60;V
+gundl94;"Gun Dealer '94";384x256@60;H
+gunforc2;"Gunforce 2 (US)";320x240@60;H
+gunforce;"Gunforce - Battle Fire Engulfed Terror Island (World)";320x240@60;H
+gunforcej;"Gunforce - Battle Fire Engulfed Terror Island (Japan)";320x240@60;H
+gunforceu;"Gunforce - Battle Fire Engulfed Terror Island (US)";320x240@60;H
+gunfront;"Gun & Frontier (World)";320x224@60;V
+gunfrontj;"Gun Frontier (Japan)";320x224@60;V
+gunhohki;"Gun Hohki (Japan)";320x240@60;H
+gunlock;"Gunlock (Ver 2.3O 1994/01/20)";320x224@60;V
+gunmast;"Gun Master";320x224@60;H
+gunnail;"GunNail (28th May. 1992)";384x224@56;V
+gunsmoke;"Gun.Smoke - Gun.Smoke (Kor) - Gun.Smoke (World, 851115)";256x224@60;V
+gunsmokeb;"Gun.Smoke (World, 851115) (bootleg)";256x224@60;V
+gunsmokej;"Gun.Smoke (Japan, 851115)";256x224@60;V
+gunsmokeu;"Gun.Smoke (US, 860408)";256x224@60;V
+gunsmokeua;"Gun.Smoke (US, 851115, set 1)";256x224@60;V
+gunsmokeub;"Gun.Smoke (US, 851115, set 2)";256x224@60;V
+gururin;"Gururin";304x224@59;H
+gussun;"Gussun Oyoyo (Japan)";320x240@60;H
+gutangtn;"Guttang Gottong";256x224@60;V
+gutsn;"Guts'n (Japan)";320x240@60;H
+guwange;"Guwange (Japan, Master Ver. 99/06/24)";320x240@58;V
+guwanges;"Guwange (Japan, Special Ver. 00/01/01)";320x240@58;V
+guzzler;"Guzzler - Guzzler (Jpn, OMV)";256x224@60;V
+gwar;"Guerrilla War (US) - Wing War";400x224@60;V
+gwara;"Guerrilla War (Version 1)";400x224@60;V
+gwarb;"Guerrilla War (Joystick hack bootleg)";400x224@60;V
+gwarj;"Guevara (Japan)";400x224@60;V
+gwarrior;"Galactic Warriors";256x224@60;H
+gyrodine;"Gyrodine - Gyrodine (Jpn)";288x224@60;V
+gyrodinet;"Gyrodine (Taito Corporation license)";288x224@60;V
+gyruss;"Gyruss - Gyruss - Gyruss (Konami)";256x224@60;V
+gyrussb;"Gyruss (bootleg)";256x224@60;V
+gyrussce;"Gyruss (Centuri)";256x224@60;V
+hachamfb;"Hacha Mecha Fighter (19th Sep. 1991, unprotected, boot";256x224@56;H
+hachoo;"Hachoo!";256x224@60;H
+hal21;"HAL21";288x224@60;V
+hal21j;"HAL21 (Japan)";288x224@60;V
+halfway;"Halfway To Hell: Progear Red Label (2016-1-17 Red labe";384x224@60;H
+hamaway;"Hammer Away (prototype)";320x224@60;V
+hangly;"Hangly-Man (set 1)";288x224@60;V
+hangly2;"Hangly-Man (set 2)";288x224@60;V
+hangly3;"Hangly-Man (set 3)";288x224@60;V
+hangon;"Hang-On (Euro, Bra, Aus) - Hang-On (Jpn) - Hang-On (rev A) - Super Hang-On (sitdown/upright, unprotected) - Super Hang-On (World, Rev. A)";320x224@60;H
+hangon1;"Hang-On - Super Hang-On (mini ride-on, FD1089B 317-0034) - Super Hang-On (World)";320x224@60;H
+hangon2;"Hang-On (ride-on) - Hang-On II (Jpn) - Super Hang-On (mini ride-on, Rev A, FD1089B 317-0034)";320x224@60;H
+hangonjr;"Hang-On Jr.";256x192@60;H
+hangzo;"Hangzo (Japan, prototype)";320x240@58;H
+happy6;"Happy 6-in-1 (V102 - V101MK, China)";448x224@60;H
+happy6101;"Happy 6-in-1 (V101 - V100MK, China)";448x224@60;H
+hardhea2;"Hard Head 2 (v2.0)";256x224@60;H
+hardhead;"Hard Head";256x224@60;H
+hasamu;"Hasamu (Japan)";384x240@60;H
+hatena;"Adventure Quiz 2 - Hatena? no Daibouken (Japan 900228)";384x240@60;H
+hayaosi1;"Hayaoshi Quiz Ouza Ketteisen - The King Of Quiz";256x224@60;H
+hbarrel;"Heavy Barrel (US)";256x240@57;V
+hbarrelw;"Heavy Barrel (World)";256x240@57;V
+hcastle;"Haunted Castle (ver. M)";256x224@60;H
+hcastlee;"Haunted Castle (ver. E)";256x224@60;H
+hcastlek;"Haunted Castle (ver. K)";256x224@60;H
+hcrash;"Hyper Crash (version D)";256x224@60;H
+hcrashc;"Hyper Crash (version C)";256x224@60;H
+hedpanic;"Head Panic (ver. 0117, 17/01/2000)";320x240@60;H
+hedpanica;"Head Panic (ver. 0702, 02/07/1999)";320x240@60;H
+hedpanicf;"Head Panic (ver. 0315, 15/03/2000)";320x240@60;H
+hellfire;"Hellfire (2P Ver.) - Hellfire (Euro)";320x240@57.6;H
+hellfire1;"Hellfire (1P Ver.)";320x240@57.6;H
+hellfire1a;"Hellfire (1P Ver., older)";320x240@57.6;H
+hellfire2;"Hellfire (2P Ver., first edition)";320x240@57.6;H
+herbiedk;"Herbie at the Olympics (DK conversion)";256x224@60;V
+herodk;"Hero in the Castle of Doom (DK conversion)";256x224@60;V
+herodku;"Hero in the Castle of Doom (DK conversion not encrypte";256x224@60;V
+heuksun;"Heuk Sun Baek Sa (Korea)";320x240@60;H
+hexa;"Hexa";256x224@60;H
+hexion;"Hexion (Japan ver. JAB)";512x256@60;H
+hexionb;"Hexion (Bootleg, Asia ver. AAA)";512x256@60;H
+hexpool;"Hex Pool (Shinkai)";256x224@60;V
+hexpoola;"Hex Pool (Senko)";256x224@60;V
+hgkairak;"Taisen Hot Gimmick Kairakuten (Japan)";224x640@60;V
+hharry;"Hammerin' Harry (World)";384x256@55;H
+hharryu;"Hammerin' Harry (US)";384x256@55;H
+higemaru;"Pirate Ship Higemaru";256x224@60;H
+himesiki;"Himeshikibu (Japan)";256x192@60;V
+hippodrm;"Hippodrome (US)";256x240@57;H
+hishouza;"Hishou Zame (Japan)";320x240@55;V
+hitice;"Hit the Ice (US) - Hit the Ice (USA) - Hit the Ice - VHL - The Official Video Hockey League - Hit the Ice - VHL - The Official Video Hockey League";320x224@60;H
+hiticej;"Hit the Ice (Japan)";320x224@60;H
+hncholms;"Hunchback Olympic (Scramble hardware)";256x224@60;V
+hoccer;"Hoccer (set 1)";256x224@60;V
+hoccer2;"Hoccer (set 2)";256x224@60;V
+honeydol;"Honey Dolls";256x224@58;H
+hook;"Hook (Euro) - Hook (Euro) - Hook (Euro, Prototype) - Hook (World)";320x240@60;H
+hookj;"Hook (Japan)";320x240@60;H
+hooku;"Hook (US) - Hook (USA) - Hook (USA)";320x240@60;H
+hopmappy;"Hopping Mappy";288x224@60;H
+hopprobo;"Hopper Robo";256x224@60;V
+horekid;"Kid no Hore Hore Daisakusen";256x224@60;V
+horekidb;"Kid no Hore Hore Daisakusen (bootleg)";256x224@60;V
+horizon;"Horizon";256x256@60;H
+horshoes;"American Horseshoes (US)";320x224@60;V
+hotbubl;"Hot Bubble (Korea, with adult pictures)";256x224@56;H
+hotbubla;"Hot Bubble (Korea)";256x224@56;H
+hotdebut;"Quiz de Idol! Hot Debut (Japan)";240x640@60;V
+hotdogst;"Hotdog Storm - The First Supersonics (International)";384x240@58;V
+hotgm4ev;"Taisen Hot Gimmick 4 Ever (Japan)";224x640@60;V
+hotgmck;"Taisen Hot Gimmick (Japan)";224x640@60;V
+hotgmck3;"Taisen Hot Gimmick 3 Digital Surfing (Japan)";224x640@60;V
+hotgmcki;"Mahjong Hot Gimmick Integral (Japan)";224x640@60;V
+hotmind;"Hot Mind (Hard Times hardware)";320x224@58;H
+hotpinbl;"Hot Pinball";512x224@60;V
+hotshock;"Hot Shocker";256x224@60;V
+hotshockb;"Hot Shocker (bootleg)";256x224@60;V
+hpolym84;"Hyper Olympic '84";256x224@60;H
+hpuncher;"Hard Puncher (Japan)";320x224@60;H
+hsf2;"Hyper Street Fighter II: The Anniversary Edition (0402";384x224@60;H
+hsf2a;"Hyper Street Fighter II: The Anniversary Edition (0402";384x224@60;H
+hsf2d;"Hyper Street Fighter II: The Anniversary Edition (0402";384x224@60;H
+hsf2da;"Hyper Street Fighter II: The Anniversary Edition (0402";384x224@60;H
+hsf2j;"Hyper Street Fighter II: The Anniversary Edition (0402";384x224@60;H
+hsf2j1;"Hyper Street Fighter II: The Anniversary Edition (0312";384x224@60;H
+htchctch;"Hatch Catch";320x240@60;H
+hthero;"Hat Trick Hero (Japan)";320x224@60;H
+hthero93;"Hat Trick Hero '93 (Ver 1.0J 1993/02/28)";320x224@60;H
+hthero93u;"Hat Trick Hero '93 (Ver 1.0A 1993/02/28)";320x224@60;H
+hthero94;"Hat Trick Hero '94 (Ver 2.2A 1994/05/26)";320x224@60;H
+hthero95;"Hat Trick Hero '95 (Ver 2.5J 1994/11/03)";320x224@60;H
+hthero95u;"Hat Trick Hero '95 (Ver 2.5A 1994/11/03)";320x224@60;H
+hunchbkg;"Hunchback (Galaxian hardware)";256x224@60;V
+hunchbks;"Hunchback (Scramble hardware)";256x224@60;V
+hustler;"Video Hustler - Video Hustler (Jpn) - Video Hustler (Prototype)";256x224@60;V
+hustlerb;"Video Hustler (bootleg)";256x224@60;V
+hvymetal;"Heavy Metal (315-5135)";256x224@60;H
+hvyunit;"Heavy Unit - Heavy Unit (World) - Heavy Unit - Mega Drive Special (Jpn)";256x224@58;H
+hvyunitj;"Heavy Unit (Japan, Newer)";256x224@58;H
+hvyunitjo;"Heavy Unit (Japan, Older)";256x224@58;H
+hvyunitu;"Heavy Unit -U.S.A. Version- (US)";256x224@58;H
+hwchamp;"Heavyweight Champ";320x224@60;H
+hwchampj;"Heavyweight Champ (Japan, FD1094 317-0046)";320x224@60;H
+hwchampjd;"Heavyweight Champ (Japan, FD1094 317-0046 decrypted)";320x224@60;H
+hyperpac;"Hyper Pacman";256x224@58;H
+hyperpacb;"Hyper Pacman (bootleg)";256x224@58;H
+hyperspt;"Hyper Sports - Hyper Sports (Jpn) - Hyper Sports 1 (Jpn)";256x224@60;H
+hypersptb;"Hyper Sports (bootleg)";256x224@60;H
+hypreac2;"Mahjong Hyper Reaction 2 (Japan)";338x240@60;H
+hypreact;"Mahjong Hyper Reaction (Japan)";338x240@60;H
+hyprolym;"Hyper Olympic";256x224@60;H
+hypsptsp;"Hyper Sports Special (Japan)";304x224@60;H
+iganinju;"Iga Ninjyutsuden (Japan)";256x224@60;H
+igmo;"IGMO";272x236@60;V
+ikari;"Ikari Warriors (US JAMMA)";288x216@60;V
+ikari3;"Ikari III - The Rescue (8-Way Joystick)";256x224@60;H
+ikari3j;"Ikari Three - The Rescue (Japan, Rotary Joystick)";256x224@60;H
+ikari3k;"Ikari III - The Rescue (Korea, 8-Way Joystick)";256x224@60;H
+ikari3u;"Ikari III - The Rescue (US, Rotary Joystick)";256x224@60;H
+ikaria;"Ikari Warriors (US)";288x216@60;V
+ikarijp;"Ikari (Japan No Continues)";288x216@60;V
+ikarijpb;"Ikari (Joystick hack bootleg)";288x216@60;V
+ikarinc;"Ikari Warriors (US No Continues)";288x216@60;V
+ikariram;"Rambo 3 (bootleg of Ikari, Joystick hack)";288x216@60;V
+ikki;"Ikki (Japan)";240x224@60;H
+imago;"Imago (cocktail set)";256x224@60;V
+imagoa;"Imago (no cocktail set)";256x224@60;V
+imgfight;"Image Fight (Japan, revision A)";384x256@55;V
+imgfightj;"Image Fight (Japan)";384x256@55;V
+imsorry;"I'm Sorry (315-5110, US)";256x224@60;H
+imsorryj;"Gonbee no I'm Sorry (315-5110, Japan)";256x224@60;H
+insectx;"Insector X (USA) - Insector X (World)";256x224@60;H
+insectxj;"Insector X (Japan) - Insector X (Jpn, Kor)";256x224@60;H
+intcup94;"International Cup '94 (Ver 2.2O 1994/05/26)";320x224@60;H
+inthunt;"In The Hunt (World)";320x240@60;H
+inthuntu;"In The Hunt (US)";320x240@60;H
+invaders;"Space Invaders / Space Invaders M";260x224@60;V
+ironclad;"Choutetsu Brikin'ger - Iron clad (Prototype)";304x224@59;H
+ironclado;"Choutetsu Brikin'ger - Iron clad (Prototype, older)";304x224@59;H
+ironhors;"Iron Horse";240x224@60;H
+irrmaze;"The Irritating Maze / Ultra Denryu Iraira Bou";304x224@59;H
+isgsm;"ISG Selection Master Type 2006 System BIOS";320x224@60;H
+itaten;"Itazura Tenshi (Japan)";256x224@60;H
+jack;"Aquajack (World) - Ball Jacks (Euro, Jpn) - Bomb Jack (Jpn) - Bomb Jack (set 1) - Jack the Giantkiller (set 1) - Jumping Jack - Jumping Jack (Euro) - Snap Jack - Star Jacker (Euro, Jpn, v1.2) - Star Jacker (Sega)";256x224@60;V
+jack2;"Bomb Jack (set 2) - Jack the Giantkiller (set 2) - Star Jacker (Jpn, v1.0)";256x224@60;V
+jack3;"Jack the Giantkiller (set 3)";256x224@60;V
+jackal;"Jackal (World, 8-way Joystick)";240x224@60;V
+jackalbl;"Jackal (bootleg, Rotary Joystick)";240x224@60;V
+jackalj;"Tokushu Butai Jackal (Japan, 8-way Joystick)";240x224@60;V
+jackalr;"Jackal (World, Rotary Joystick)";240x224@60;V
+jailbrek;"Jail Break";240x224@60;H
+jailbrekb;"Jail Break (bootleg)";240x224@60;H
+janjans1;"Lovely Pop Mahjong JangJang Shimasho (Japan)";336x238@60;H
+janjans2;"Lovely Pop Mahjong JangJang Shimasho 2 (Japan)";336x238@60;H
+janshin;"Jyanshin Densetsu - Quest of Jongmaster";320x224@59;H
+jchan;"Jackie Chan - Jackie Chan - The Kung-Fu Master - Jackie Chan's Action Kung Fu";320x240@60;H
+jchan2;"Jackie Chan in Fists of Fire";320x240@60;H
+jcross;"Jumping Cross";288x216@60;V
+jigkmgri;"Jigoku Meguri (Japan)";320x224@60;H
+jigkmgria;"Jigoku Meguri (Japan, hack?)";320x224@60;H
+jitsupro;"Jitsuryoku!! Pro Yakyuu (Japan)";256x224@60;H
+jjack;"Jumping Jack";240x192@60;V
+jjparad2;"Jan Jan Paradise 2";320x240@60;H
+jjparads;"Jan Jan Paradise";320x240@60;H
+jjsquawk;"J. J. Squawkers";384x240@60;H
+jjsquawkb;"J. J. Squawkers (bootleg)";384x240@60;H
+jjsquawkb2;"J. J. Squawkers (bootleg, Blandia conversion)";384x240@60;H
+jjsquawko;"J. J. Squawkers (older)";384x240@60;H
+jockeygp;"Jockey Grand Prix (set 1)";304x224@59;H
+jockeygpa;"Jockey Grand Prix (set 2)";304x224@59;H
+joemac;"Joe & Mac (USA) - Tatakae Genshizin Joe & Mac (Japan ver 1)";256x240@58;H
+joemacr;"Joe & Mac Returns (World, Version 1.1, 1994.05.27)";320x240@58;H
+joemacra;"Joe & Mac Returns (World, Version 1.0, 1994.05.19)";320x240@58;H
+joemacrj;"Joe & Mac Returns (Japan, Version 1.2, 1994.06.06)";320x240@58;H
+joinem;"Joinem";256x224@60;V
+jojo;"JoJo's Venture / JoJo no Kimyou na Bouken (USA 990128)";384x224@60;H
+jojoba;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojoban;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojobane;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojobaner1;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojobanr1;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojobar1;"JoJo's Bizarre Adventure: Heritage for the Future / Jo";384x224@60;H
+jojoj;"JoJo's Venture / JoJo no Kimyou na Bouken (Japan 99012";384x224@60;H
+jojojr1;"JoJo's Venture / JoJo no Kimyou na Bouken (Japan 99010";384x224@60;H
+jojojr2;"JoJo's Venture / JoJo no Kimyou na Bouken (Japan 98120";384x224@60;H
+jojon;"JoJo's Venture / JoJo no Kimyou na Bouken (Asia 990128";384x224@60;H
+jojonr1;"JoJo's Venture / JoJo no Kimyou na Bouken (Asia 990108";384x224@60;H
+jojonr2;"JoJo's Venture / JoJo no Kimyou na Bouken (Asia 981202";384x224@60;H
+jojor1;"JoJo's Venture / JoJo no Kimyou na Bouken (USA 990108)";384x224@60;H
+jojor2;"JoJo's Venture / JoJo no Kimyou na Bouken (USA 981202)";384x224@60;H
+joyfulr;"Joyful Road (Japan)";320x240@60;V
+joyjoy;"Puzzled / Joy Joy Kid (NGM-021)(NGH-021)";304x224@59;H
+joyman;"Joyman";288x224@60;V
+joust;"Joust";292x240@60;H
+stargate;"Stargate";292x240@60;H
+sinister;"Sinister";292x240@60;H
+defender;"Defender";292x240@60;H
+jpopnics;"Jumping Pop (Nics, Korean bootleg of Plump Pop)";256x224@60;H
+jrking;"Junior King (bootleg of Donkey Kong Jr.)";256x224@60;V
+jrpacman;"Jr. Pac-Man (11/9/83)";288x224@60;V
+jrpacmanf;"Jr. Pac-Man (speedup hack)";288x224@60;V
+jt104;"JT-104 (title screen modification of Rad Action)";256x192@60;H
+juju;"JuJu Densetsu (Japan)";256x224@60;H
+jujub;"JuJu Densetsu (Playmark bootleg)";256x224@60;H
+jumpbug;"Jump Bug";256x224@60;V
+jumpbugb;"Jump Bug (bootleg)";256x224@60;V
+jumpcoas;"Jump Coaster";256x224@60;V
+jumpcoast;"Jump Coaster (Taito)";256x224@60;V
+jumping;"JumpinG (eng) - Jumping (set 1)";320x224@60;H
+jumpinga;"Jumping (set 2)";320x224@60;H
+jumpingi;"Jumping (set 3, Imnoe PCB)";320x224@60;H
+jumpkids;"Jump Kids";320x240@60;H
+jumppop;"Jumping Pop (set 1)";320x240@60;H
+jumppope;"Jumping Pop (set 2)";320x240@60;H
+jumpshot;"Jump Shot";288x224@60;V
+jumpshotp;"Jump Shot Engineering Sample";288x224@60;V
+jungler;"Jungler";288x224@60;V
+junofrst;"Juno First - Juno First (Jpn)";256x224@60;V
+junofrstg;"Juno First (Gottlieb)";256x224@60;V
+jyangoku;"Jyangokushi -Haoh no Saihai- (990527 Japan)";384x224@60;H
+kabukikl;"Far East of Eden - Kabuki Klash / Tengai Makyou - Shin";320x224@59;H
+kageki;"Ka-Ge-Ki - Fists of Steel (USA) - Kageki (US)";256x224@60;V
+kagekih;"Kageki (hack)";256x224@60;V
+kagekij;"Ka-Ge-Ki (Jpn) - Kageki (Japan)";256x224@60;V
+kaiserkn;"Kaiser Knuckle (Ver 2.1O 1994/07/29)";320x224@60;H
+kaiserknj;"Kaiser Knuckle (Ver 2.1J 1994/07/29)";320x224@60;H
+kaitei;"Kaitei Takara Sagashi";272x224@60;V
+kaiteids;"Kaitei Daisensou (Japan)";320x240@60;H
+kaitein;"Kaitei Takara Sagashi (Namco license)";272x224@60;V
+kamakazi3;"Kamakazi III (superg hack)";256x224@60;V
+kamenrid;"Masked Riders Club Battle Race";384x240@60;H
+kangaroo;"Kangaroo";512x256@60;V
+kangarooa;"Kangaroo (Atari)";512x256@60;V
+kangaroob;"Kangaroo (bootleg)";512x256@60;V
+karatblz;"Karate Blazers (World, set 1)";352x240@60;H
+karatblza;"Karate Blazers (World, set 2)";352x240@60;H
+karatblzj;"Karate Blazers (Japan)";352x240@60;H
+karatblzu;"Karate Blazers (US)";352x240@60;H
+karatedo;"Karate Dou (Japan)";256x224@60;V
+karatevs;"Taisen Karate Dou (Japan VS version)";256x224@60;V
+karatour;"The Karate Tournament";320x240@60;H
+karatourj;"The Karate Tournament (Japan)";320x240@60;H
+karianx;"Karian Cross (Rev. 1.0)";320x224@60;H
+karnov;"Karnov (US, rev 6)";256x248@60;H
+karnova;"Karnov (US, rev 5)";256x248@60;H
+karnovj;"Karnov (Japan)";256x248@60;H
+karnovr;"Karnov's Revenge / Fighter's History Dynamite";304x224@59;H
+kazan;"Ninja Kazan (World)";256x224@60;H
+kbash;"Knuckle Bash";320x240@60;H
+kbash2;"Knuckle Bash 2 (bootleg)";320x240@60;H
+kbashk;"Knuckle Bash (Korean PCB)";320x240@60;H
+kchamp;"Karate Champ (US)";256x224@60;V
+kchampvs;"Karate Champ (US VS version, set 1)";256x224@60;V
+kchampvs2;"Karate Champ (US VS version, set 2)";256x224@60;V
+keithlcy;"Dramatic Adventure Quiz Keith & Lucy (Japan)";336x238@60;H
+kengo;"Ken-Go (set 1)";384x256@55;H
+kengoa;"Ken-Go (set 2)";384x256@55;H
+keroppi;"Kero Kero Keroppi's Let's Play Together (USA, Version";320x240@60;H
+keroppij;"Kero Kero Keroppi no Issyoni Asobou (Japan)";320x240@60;H
+ket;"Ketsui Kizuna Jigoku Tachi (Revision 2?, Japan) - Rocket Knight Adventures (Euro) - Socket (USA) - TV Sports Basketball - TV Sports Basketball";448x224@59;V
+ket1;"Ketsui Kizuna Jigoku Tachi (Revision 2? alt, Japan)";448x224@59;V
+keta;"Ketsui Kizuna Jigoku Tachi (Revision 1?, Japan)";448x224@59;V
+ketarr;"Ketsui Kizuna Jigoku Tachi (Arrange Mode version 1.7,";448x224@59;V
+ketarr10;"Ketsui Kizuna Jigoku Tachi (Arrange Mode version 1.0,";448x224@59;V
+ketarr15;"Ketsui Kizuna Jigoku Tachi (Arrange Mode version 1.5,";448x224@59;V
+ketarr151;"Ketsui Kizuna Jigoku Tachi (Arrange Mode version 1.51,";448x224@59;V
+ketarrf;"Ketsui Kizuna Jigoku Tachi (Fast version, hack by Trap";448x224@59;V
+ketarrs15;"Ketsui Kizuna Jigoku Tachi (MR. Stoic version 1.5, hac";448x224@59;V
+ketarrs151;"Ketsui Kizuna Jigoku Tachi (MR. Stoic version 1.51, ha";448x224@59;V
+ketb;"Ketsui Kizuna Jigoku Tachi (Original?, Japan)";448x224@59;V
+ketbl;"Ketsui Kizuna Jigoku Tachi (2003/01/01. Master Ver., b";448x224@59;V
+kf10thep;"The King of Fighters 10th Anniversary Extra Plus (boot";304x224@59;H
+kf2k1pa;"The King of Fighters 2001 Plus (set 2, bootleg / hack)";304x224@59;H
+kf2k1pls;"The King of Fighters 2001 Plus (set 1, bootleg / hack)";304x224@59;H
+kf2k2mp;"The King of Fighters 2002 Magic Plus (bootleg)";304x224@59;H
+kf2k2mp2;"The King of Fighters 2002 Magic Plus II (bootleg)";304x224@59;H
+kf2k2pla;"The King of Fighters 2002 Plus (bootleg set 2)";304x224@59;H
+kf2k2plb;"The King of Fighters 2002 Plus (bootleg set 3)";304x224@59;H
+kf2k2plc;"The King of Fighters 2002 Super (bootleg)";304x224@59;H
+kf2k2pls;"The King of Fighters 2002 Plus (bootleg set 1)";304x224@59;H
+kf2k2ps2;"The King of Fighters 2002 (PlayStation 2 ver 0.4, EGHT";304x224@59;H
+kf2k3bl;"The King of Fighters 2003 (bootleg set 1)";304x224@59;H
+kf2k3bla;"The King of Fighters 2003 (bootleg set 2)";304x224@59;H
+kf2k3pcb;"The King of Fighters 2003 (Japan, JAMMA PCB)";304x224@59;H
+kf2k3pl;"The King of Fighters 2004 Plus / Hero (bootleg)";304x224@59;H
+kf2k3upl;"The King of Fighters 2004 Ultra Plus (bootleg)";304x224@59;H
+kf2k4pls;"The King of Fighters Special Edition 2004 Plus (bootle";304x224@59;H
+kf2k5uni;"The King of Fighters 10th Anniversary 2005 Unique (boo";304x224@59;H
+kickboy;"Kick Boy";256x224@60;H
+kicker;"Kicker";256x224@60;V
+kickoff;"Kick Off (Japan) - Super Kick Off (Euro) - Super Kick Off (Euro, Bra) - Super Kick Off (Euro, SMS Mode)";256x224@60;H
+kickridr;"Kick Rider";240x192@60;H
+kidniki;"Kid Niki - Radical Ninja (World)";384x256@60;H
+kidnikiu;"Kid Niki - Radical Ninja (US)";384x256@60;H
+kikcubic;"Meikyu Jima (Japan)";384x256@55;H
+kikcubicb;"Kickle Cubele";384x256@55;H
+killbld;"The Killing Blade (V109, China)";448x224@60;H
+killbld104;"The Killing Blade (V104)";448x224@60;H
+killbldp;"The Killing Blade Plus (V300)";448x224@60;H
+kingball;"King & Balloon (Jpn) - King & Balloon (US) - King and Balloon (Kor)";256x224@60;V
+kingballj;"King & Balloon (Japan)";256x224@60;V
+kingdmgp;"Kingdom Grandprix (World)";320x240@60;V
+kirameki;"Kirameki Star Road (Ver 2.10J 1997/08/29)";320x224@60;H
+kittenk;"Kitten Kaboodle";256x224@60;H
+kizuna;"Kizuna Encounter - Super Tag Battle / Fu'un Super Tag";304x224@59;H
+kncljoe;"Knuckle Joe (set 1)";256x240@60;V
+kncljoea;"Knuckle Joe (set 2)";256x240@60;V
+knights;"Knights of the Round (911127 etc)";384x224@60;H
+knightsb;"Knights of the Round (bootleg set 1 (with YM2151 + 2xM";384x224@60;H
+knightsb2;"Knights of the Round (bootleg set 2, 911127 etc)";384x224@60;H
+knightsb3;"Knights of the Round (bootleg set 3, 911127 Japan)";384x224@60;H
+knightsb4;"Knights of the Round (bootleg set 4 (with YM2151 + 2xM";384x224@60;H
+knightsh;"Knights of the Round (hack set 1)";384x224@60;H
+knightsh2;"Knights of the Round (hack set 2, 911127 etc)";384x224@60;H
+knightsj;"Knights of the Round (911127 Japan, B-Board 91634B-2)";384x224@60;H
+knightsja;"Knights of the Round (911127 Japan, B-Board 89625B-1)";384x224@60;H
+knightsu;"Knights of the Round (911127 USA)";384x224@60;H
+knockout;"Knock Out!!";256x224@60;V
+kod;"Don Doko Don (World) - The King of Dragons (910805 etc)";384x224@60;H
+kodb;"The King of Dragons (bootleg, 910731 etc)";384x224@60;H
+kodda;"The King of Dragons (Phoenix bootleg, 910731 etc)";384x224@60;H
+kodh;"The King of Dragons (hack)";384x224@60;H
+kodj;"Don Doko Don (Japan) - The King of Dragons (Japan 910805, B-Board 90629B-3)";384x224@60;H
+kodja;"The King of Dragons (Japan 910805, B-Board 89625B-1)";384x224@60;H
+kodr1;"The King of Dragons (910711 etc)";384x224@60;H
+kodu;"Don Doko Don (US) - The King of Dragons (US 910910)";384x224@60;H
+kof10th;"The King of Fighters 10th Anniversary (bootleg)";304x224@59;H
+kof2000;"The King of Fighters 2000 (NGM-2570) (NGH-2570)";304x224@59;H
+kof2000n;"The King of Fighters 2000 (not encrypted)";304x224@59;H
+kof2000ps2;"The King of Fighters 2000 (Playstation 2 ver. , EGHT h";304x224@59;H
+kof2001;"The King of Fighters 2001 (NGM-262?)";304x224@59;H
+kof2001h;"The King of Fighters 2001 (NGH-2621)";304x224@59;H
+kof2002;"The King of Fighters 2002 (NGM-2650)(NGH-2650)";304x224@59;H
+kof2002b;"The King of Fighters 2002 (bootleg)";304x224@59;H
+kof2003;"The King of Fighters 2003 (NGM-2710)";304x224@59;H
+kof2003h;"The King of Fighters 2003 (NGH-2710)";304x224@59;H
+kof2k4se;"The King of Fighters Special Edition 2004 (bootleg)";304x224@59;H
+kof94;"The King of Fighters '94 (NGM-055)(NGH-055)";304x224@59;H
+kof95;"The King of Fighters '95 (NGM-084)";304x224@59;H
+kof95a;"The King of Fighters '95 (NGH-084, alternate board)";304x224@59;H
+kof95h;"The King of Fighters '95 (NGH-084)";304x224@59;H
+kof95sp;"The King of Fighters '95 (Special 2017, hack)";304x224@59;H
+kof96;"The King of Fighters '96 (NGM-214)";304x224@59;H
+kof96a;"The King of Fighters '96 (NGM-214, alternate board)";304x224@59;H
+kof96ae;"The King of Fighters '96 (Anniversary Edition, EGHT ha";304x224@59;H
+kof96ae20;"The King of Fighters '96 (Anniversary Edition 2.0.0430";304x224@59;H
+kof96cn;"The King of Fighters '96 (Chinese Edition ver 1.0, hac";304x224@59;H
+kof96ep;"The King of Fighters '96 (bootleg / hack)";304x224@59;H
+kof96h;"The King of Fighters '96 (NGH-214)";304x224@59;H
+kof97;"The King of Fighters '97 (NGM-2320)";304x224@59;H
+kof97cn;"The King of Fighters '97 (10th Anniversary Chinese Edi";304x224@59;H
+kof97h;"The King of Fighters '97 (NGH-2320)";304x224@59;H
+kof97k;"The King of Fighters '97 (Korean release)";304x224@59;H
+kof97oro;"The King of Fighters '97 oroshi plus 2003";304x224@59;H
+kof97pla;"The King of Fighters '97 Plus 2003 (bootleg / hack)";304x224@59;H
+kof97pls;"The King of Fighters '97 Plus (bootleg)";304x224@59;H
+kof97xt;"The King of Fighters '97 - Final Battle (hack)";304x224@59;H
+kof98;"K.O.F 98' - The King of Fighters '98 - The Slugfest / King of Figh";304x224@59;H
+kof98a;"K.O.F 98' (Unprotected?) - The King of Fighters '98 - The Slugfest / King of Figh";304x224@59;H
+kof98ae;"The King of Fighters '98 (Anniversary Edition, EGHT ha";304x224@59;H
+kof98ae2016;"The King of Fighters '98 (Anniversary Edition build 1.";304x224@59;H
+kof98cb;"The King of Fighters '98 (Combo, hack)";304x224@59;H
+kof98h;"The King of Fighters '98 - The Slugfest / King of Figh";304x224@59;H
+kof98k;"The King of Fighters '98 - The Slugfest / King of Figh";304x224@59;H
+kof98ka;"The King of Fighters '98 - The Slugfest / King of Figh";304x224@59;H
+kof99;"The King of Fighters '99 - The King of Fighters '99 - Millennium Battle (NGM-2510";304x224@59;H
+kof99ae;"The King of Fighters '99 (15th Anniversary Edition)";304x224@59;H
+kof99e;"The King of Fighters '99 - Millennium Battle (earlier)";304x224@59;H
+kof99h;"The King of Fighters '99 - Millennium Battle (NGH-2510";304x224@59;H
+kof99k;"The King of Fighters '99 - Millennium Battle (Korean r";304x224@59;H
+kof99ka;"The King of Fighters '99 - Millennium Battle (Korean r";304x224@59;H
+kof99p;"The King of Fighters '99 - Millennium Battle (prototyp";304x224@59;H
+kog;"King of Gladiator (The King of Fighters '97 bootleg)";304x224@59;H
+kogplus;"King of Gladiator Plus (The King of Fighters '97 bootl";304x224@59;H
+koikois2;"Koi Koi Shimasho 2 - Super Real Hanafuda (Japan)";336x240@60;H
+konami88;"Konami '88";304x224@60;H
+konamigt;"Konami GT";256x224@60;H
+kong;"Crazy Kong - Donkey Kong - Donkey Kong (US set 1) - Kong (Donkey Kong conversion on Galaxian hardware) - Wu Kong Wai Zhuan (Chi)";256x224@60;V
+kontest;"Konami Test Board (GX800, Japan)";256x224@60;H
+korokoro;"Koro Koro Quest (Japan)";320x240@58;H
+korosuke;"Korosuke Roller";288x224@60;V
+koshien;"Ah Eikou no Koshien (Japan) - Nessen Koushien (Jpn)";320x224@60;H
+kotm;"King of the Monsters (Euro) - King of the Monsters (set 1)";304x224@59;H
+kotm2;"King of the Monsters 2 (USA) - King of the Monsters 2 - The Next Thing (NGM-039)(NGH-";304x224@59;H
+kotm2a;"King of the Monsters 2 - The Next Thing (older)";304x224@59;H
+kotm2p;"King of the Monsters 2 - The Next Thing (prototype)";304x224@59;H
+kotmh;"King of the Monsters (set 2)";304x224@59;H
+kov;"Knights of Valour - Sangoku Senki (V117) - Ponpoko (Venture Line)";448x224@60;H
+kov111;"Knights of Valour - Sangoku Senki (V111, Japan)";448x224@60;H
+kov114;"Knights of Valour - Sangoku Senki (V114, Hong Kong)";448x224@60;H
+kov115;"Knights of Valour - Sangoku Senki (V115)";448x224@60;H
+kov2;"Knights of Valour 2 (V107, 102, 100, Hong Kong)";448x224@60;H
+kov2100;"Knights of Valour 2 (V100, 100, 100, Hong Kong)";448x224@60;H
+kov2101;"Knights of Valour 2 (V101, 101, 100, Hong Kong)";448x224@60;H
+kov2102;"Knights of Valour 2 (V102, 101, 100, Hong Kong)";448x224@60;H
+kov2103;"Knights of Valour 2 (V103, 101, 100, Hong Kong)";448x224@60;H
+kov2106;"Knights of Valour 2 (V106, 102, 100 Hong Kong)";448x224@60;H
+kov2p;"Knights of Valour 2 Plus - Nine Dragons (VM205XX, Chin";448x224@60;H
+kov2p202;"Knights of Valour 2 Plus - Nine Dragons (VM202XX)";448x224@60;H
+kov2p204;"Knights of Valour 2 Plus - Nine Dragons (VM204XX)";448x224@60;H
+kovplus;"Knights of Valour Plus - Sangoku Senki Plus (V119)";448x224@60;H
+kovplusa;"Knights of Valour Plus - Sangoku Senki Plus (V119 alt)";448x224@60;H
+kovqhsgs;"Knights of Valour: Quan Huang San Guo Special / Sangok";448x224@60;H
+kovqhsgsa;"Knights of Valour: Quan Huang San Guo Special / Sangok";448x224@60;H
+kovsgqyz;"Knights of Valour: SanGuo QunYingZhuan / Sangoku Senki";448x224@60;H
+kovsgqyza;"Knights of Valour: SanGuo QunYingZhuan / Sangoku Senki";448x224@60;H
+kovsgqyzb;"Knights of Valour: SanGuo QunYingZhuan / Sangoku Senki";448x224@60;H
+kovsgqyzc;"Knights of Valour: SanGuo QunYingZhuan / Sangoku Senki";448x224@60;H
+kovsh;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovsh100;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovsh101;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovsh102;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovsh103;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovshb;"Knights of Valour Superheroes / Sangoku Senki Superher";448x224@60;H
+kovshp;"Knights of Valour Super Heroes Plus / Sangoku Senki Su";448x224@60;H
+kovshpa;"Knights of Valour Super Heroes Plus / Sangoku Senki Su";448x224@60;H
+kovshxas;"Knights of Valour: Ao Shi San Guo / Sangoku Senki: Ao";448x224@60;H
+kovytzy;"Knights of Valour: Yi Tong Zhong Yuan / Sangoku Senki:";448x224@60;H
+kozure;"Kozure Ookami (Japan)";320x240@60;H
+krzybowl;"Krazy Bowl";320x232@60;V
+ksayakyu;"Kusayakyuu";256x224@60;H
+ktiger;"Black Tiger - Kyukyoku Tiger (Japan) - Kyuukyoku Tiger - Kyuukyoku Tiger (Jpn)";320x240@55;V
+ktiger2;"Kyukyoku Tiger II (Ver 2.1J 1995/11/30)";320x232@60;V
+kuhga;"Kuhga - Operation Code 'Vapor Trail' (Japan revision 3";256x240@58;V
+kungfub;"Kung-Fu Master (bootleg set 1)";256x256@60;H
+kungfub2;"Kung-Fu Master (bootleg set 2)";256x256@60;H
+kungfub3;"Kung-Fu Master (bootleg set 3)";256x256@60;H
+kungfum;"Kung Fu Master (Jpn) - Kung-Fu Master";256x256@60;H
+kungfumd;"Kung-Fu Master (Data East)";256x256@60;H
+kungfut;"Kung-Fu Taikun - Kung-Fu Taikun (Jpn)";256x224@60;H
+kungfuta;"Kung-Fu Taikun (alt) - Kung-Fu Taikun (Jpn, Alt)";256x224@60;H
+kuniokun;"Nekketsu Kouha Kunio-kun (Japan)";240x240@60;H
+kuniokunb;"Nekketsu Kouha Kunio-kun (Japan bootleg)";240x240@60;H
+kurikint;"Kuri Kinton (World)";320x224@60;H
+kurikinta;"Kuri Kinton (World, prototype?)";320x224@60;H
+kurikintj;"Kuri Kinton (Japan)";320x224@60;H
+kurikintu;"Kuri Kinton (US)";320x224@60;H
+kyros;"Kyros";256x224@60;V
+kyrosj;"Kyros No Yakata (Japan)";256x224@60;V
+kyukaidk;"Kyuukai Douchuuki (Japan, new version (Rev B)) - Kyuukai Douchuuki (Jpn)";288x224@60;H
+kyukaidko;"Kyuukai Douchuuki (Japan, old version)";288x224@60;H
+kyustrkr;"Last Striker / Kyuukyoku no Striker";384x240@60;H
+labyrunr;"Labyrinth Runner (Japan)";280x224@60;V
+labyrunrk;"Labyrinth Runner (World Ver. K)";280x224@60;V
+ladybug;"Lady Bug - Lady Bug";240x196@60;V
+ladybugb;"Lady Bug (bootleg set 1)";240x196@60;V
+ladybugb2;"Coccinelle (bootleg of Lady Bug, set 2)";240x196@60;V
+ladybugg;"Lady Bug (bootleg on Galaxian hardware)";256x224@60;V
+ladykill;"Lady Killer";320x240@60;V
+ladymstr;"Lady Master of Kung Fu";256x224@60;V
+lagirl;"LA Girl";320x224@60;V
+landmakr;"Land Maker (Ver 2.01J 1998/06/01)";320x232@60;H
+landmakrp;"Land Maker (Ver 2.02O 1998/06/02) (Prototype)";320x232@60;H
+lans2004;"Lansquenet 2004 (Shock Troopers - 2nd Squad bootleg)";304x224@59;H
+lasso;"Lasso";256x224@60;V
+lastblad;"The Last Blade / Bakumatsu Roman - Gekka no Kenshi (NG";320x224@59;H
+lastblada;"The Last Blade / Bakumatsu Roman - Gekka no Kenshi (NG";320x224@59;H
+lastbladh;"The Last Blade / Bakumatsu Roman - Gekka no Kenshi (NG";320x224@59;H
+lastbladsp;"The Last Soldier (Special 2017, hack)";320x224@59;H
+lastbld2;"The Last Blade 2 / Bakumatsu Roman - Dai Ni Maku Gekka";320x224@59;H
+lastbld2eh;"The Last Blade 2 / Bakumatsu Roman - Dai Ni Maku Gekka";320x224@59;H
+lastday;"The Last Day (set 1)";384x240@60;V
+lastdaya;"The Last Day (set 2)";384x240@60;V
+lastduel;"Last Duel (US New Ver.)";384x240@60;V
+lastduelb;"Last Duel (bootleg)";384x240@60;V
+lastduelj;"Last Duel (Japan)";384x240@60;V
+lastduelo;"Last Duel (US Old Ver.)";384x240@60;V
+lastfort;"Last Fortress - Toride";360x224@60;H
+lastforte;"Last Fortress - Toride (Erotic, Rev C)";360x224@60;H
+lastfortea;"Last Fortress - Toride (Erotic, Rev A)";360x224@60;H
+lastfortg;"Last Fortress - Toride (German)";360x224@60;H
+lastfortk;"Last Fortress - Toride (Korea)";360x224@60;H
+lasthope;"Last Hope (bootleg AES to MVS conversion, no coin supp";304x224@59;H
+lastmisn;"Last Mission (US revision 6)";256x240@58;V
+lastmisnj;"Last Mission (Japan)";256x240@58;V
+lastmisno;"Last Mission (US revision 5)";256x240@58;V
+lastsold;"The Last Soldier (Korean release of The Last Blade)";320x224@59;H
+lastsurv;"Last Survivor (FD1094 317-0083)";320x224@60;H
+lastsurvd;"Last Survivor (FD1094 317-0083 decrypted)";320x224@60;H
+lbowling;"League Bowling (NGM-019)(NGH-019)";304x224@59;H
+ldrun;"Lode Runner (Euro, Jpn) - Lode Runner (Jpn) - Lode Runner (set 1) - Lode Runner - Lost Labyrinth";384x256@60;H
+ldrun2;"Lode Runner II (Jpn) - Lode Runner II - The Bungeling Strikes Back";384x256@60;H
+ldrun3;"Lode Runner III - The Golden Labyrinth";384x256@60;H
+ldrun3j;"Lode Runner III - Majin No Fukkatsu";384x256@60;H
+ldrun4;"Lode Runner IV - Teikoku Karano Dasshutsu";384x256@60;H
+ldruna;"Lode Runner (Jpn, Alt) - Lode Runner (set 2)";384x256@60;H
+leaguemn;"Yakyuu Kakutou League-Man (Japan)";320x240@60;H
+leds2011;"Led Storm Rally 2011 (World)";384x240@60;V
+leds2011u;"Led Storm Rally 2011 (US)";384x240@60;V
+ledstorm;"Led Storm (US)";384x240@60;V
+legend;"Legend - Oriental Legend - Xi Yo Gi Shi Re Zuang (V126)";288x224@60;H
+legendos;"Legend of Success Joe / Ashitano Joe Densetsu";304x224@59;H
+legion;"Legion - Spinner-87 (World ver 2.03)";288x224@60;V
+legionj;"Chouji Meikyuu Legion (Japan ver 1.05)";288x224@60;V
+legionjb;"Chouji Meikyuu Legion (Japan ver 1.05, bootleg)";288x224@60;V
+legofair;"Koukuu Kihei Monogatari - The Legend of Air Cavalry (J";400x224@60;V
+lemmings;"Lemmings (Euro) - Lemmings (Euro, Bra, Kor) - Lemmings (US prototype) - Lemmings (World)";320x224@60;H
+lethalen;"Lethal Enforcers (Euro) - Lethal Enforcers (ver UAE, 11/19/92 15:04)";288x224@60;H
+lethaleneaa;"Lethal Enforcers (ver EAA, 09/09/92 09:44)";288x224@60;H
+lethaleneab;"Lethal Enforcers (ver EAB, 10/14/92 19:53)";288x224@60;H
+lethaleneae;"Lethal Enforcers (ver EAE, 11/19/92 16:24)";288x224@60;H
+lethalenua;"Lethal Enforcers (ver UAA, 08/17/92 21:38)";288x224@60;H
+lethalenub;"Lethal Enforcers (ver UAB, 09/01/92 11:12)";288x224@60;H
+lethalenux;"Lethal Enforcers (ver unknown, US, 08/06/92 15:11, hac";288x224@60;H
+lethalth;"Lethal Thunder (World)";320x240@60;V
+levers;"Levers";256x224@60;V
+lghost;"Laser Ghost (Euro) - Laser Ghost (set 2, World, 317-0166)";320x224@60;H
+lghostd;"Laser Ghost (set 2, World, 317-0166 decrypted)";320x224@60;H
+lghostu;"Laser Ghost (set 1, US, 317-0165)";320x224@60;H
+lghostud;"Laser Ghost (set 1, US, 317-0165 decrypted)";320x224@60;H
+lgtnfght;"Lightning Fighters (World)";288x224@60;V
+lgtnfghta;"Lightning Fighters (Asia)";288x224@60;V
+lgtnfghtu;"Lightning Fighters (US)";288x224@60;V
+lhcdb;"Last Hope CD Beta (Neo CD conversion)";304x224@59;H
+liblrabl;"Libble Rabble";288x224@60;H
+lifefrce;"Lifeforce (US)";256x224@60;H
+lifefrcej;"Lifeforce (Japan)";256x224@60;H
+lightbr;"Light Bringer (Ver 2.2O 1994/04/08)";320x224@60;H
+lightbrj;"Light Bringer (Ver 2.1J 1994/02/18)";320x224@60;H
+liquidk;"Liquid Kids (World)";320x224@60;H
+liquidku;"Liquid Kids (US)";320x224@60;H
+lithero;"Little Hero";384x256@60;H
+livequiz;"Live Quiz Show";320x224@60;H
+lizwiz;"Lizard Wizard";288x224@60;V
+lkage;"The Legend of Kage";240x224@60;H
+lkageb;"The Legend of Kage (bootleg set 1)";240x224@60;H
+lkageb2;"The Legend of Kage (bootleg set 2)";240x224@60;H
+lkageb3;"The Legend of Kage (bootleg set 3)";240x224@60;H
+lkageo;"The Legend of Kage (older)";240x224@60;H
+lkageoo;"The Legend of Kage (oldest)";240x224@60;H
+lnc;"College Football's National Championship (USA) - Lock'n'Chase";242x240@60;V
+lockonph;"Lock On (Philko)";320x224@60;H
+locoboot;"Loco-Motion (bootleg)";256x224@60;V
+locomotn;"Loco-Motion";256x224@60;V
+loderndf;"Lode Runner - The Dig Fight (ver. B)";240x640@60;V
+loderndfa;"Lode Runner - The Dig Fight (ver. A)";240x640@60;V
+loffire;"Line of Fire (Euro, Bra, Kor) - Line of Fire / Bakudan Yarou (World, FD1094 317-0136)";320x224@60;H
+loffired;"Line of Fire / Bakudan Yarou (World, FD1094 317-0136 d";320x224@60;H
+loffirej;"Line of Fire / Bakudan Yarou (Japan, FD1094 317-0134)";320x224@60;H
+loffirejd;"Line of Fire / Bakudan Yarou (Japan, FD1094 317-0134 d";320x224@60;H
+loffireu;"Line of Fire / Bakudan Yarou (US, FD1094 317-0135)";320x224@60;H
+loffireud;"Line of Fire / Bakudan Yarou (US, FD1094 317-0135 decr";320x224@60;H
+logicpr2;"Logic Pro 2 (Japan)";320x224@60;H
+logicpro;"Logic Pro (Japan)";320x224@60;H
+loht;"Legend of Hero Tonma - Legend of Hero Tonma - Legend of Hero Tonma";384x256@55;H
+lohtb;"Legend of Hero Tonma (bootleg, set 1)";384x256@55;H
+lohtb2;"Legend of Hero Tonma (bootleg, set 2)";384x256@55;H
+lohtj;"Legend of Hero Tonma (Japan)";384x256@55;H
+lomakai;"Legend of Makai (World)";256x224@60;H
+looper;"Looper";256x224@60;H
+lordgun;"Lord of Gun (USA)";448x224@60;H
+lordofk;"The Lord of King (Japan)";256x224@60;H
+losttomb;"Lost Tomb (Easy)";256x224@60;V
+losttombh;"Lost Tomb (Hard)";256x224@60;V
+lostwrld;"Lost Worlds (Japan) - The Lost World - Jurassic Park (Euro, USA) - The Lost World - Jurassic Park (USA)";384x224@60;H
+lostwrldo;"Lost Worlds (Japan Old ver.)";384x224@60;H
+lotlot;"Lot Lot - Lot Lot (Jpn)";384x256@60;H
+loverboy;"Lover Boy";240x224@60;V
+lresort;"Last Resort";304x224@59;H
+lresortp;"Last Resort (prototype)";304x224@59;H
+ltorb1;"Jonas Indiana and the Lost Temple of RA (20050717)";304x224@59;H
+ltswords;"Lightning Swords";384x256@55;H
+luckywld;"Lucky & Wild";288x224@60;H
+luckywldj;"Lucky & Wild (Japan)";288x224@60;H
+luctoday;"Lucky Today";256x224@60;V
+lvgirl94;"Las Vegas Girl (Girl '94)";368x224@60;H
+lwings;"Legendary Wings (US set 1)";256x240@60;V
+lwings2;"Legendary Wings (US set 2)";256x240@60;V
+lwingsb;"Legendary Wings (bootleg)";256x240@60;V
+lwingsj;"Ares no Tsubasa (Japan)";256x240@60;V
+m660;"Mission 660 (US)";256x224@60;V
+m660b;"Mission 660 (bootleg)";256x224@60;V
+m660j;"Mission 660 (Japan)";256x224@60;V
+mach9;"Mach-9 (bootleg of Vulgus)";256x224@60;V
+macross;"Choujikuu Yousai Macross (Jpn) - Super Spacefortress Macross / Chou-Jikuu Yousai Macros";256x224@56;V
+macross2;"Super Spacefortress Macross II / Chou-Jikuu Yousai Mac";384x224@56;H
+macross2g;"Super Spacefortress Macross II / Chou-Jikuu Yousai Mac";384x224@56;H
+macross2k;"Macross II (Korea)";384x224@56;H
+macrossp;"Macross Plus";384x240@60;V
+madcrash;"Mad Crasher";288x216@60;H
+madcrush;"Mad Crusher (Japan)";288x216@60;H
+madgear;"Mad Gear (US)";384x240@60;V
+madgearj;"Mad Gear (Japan)";384x240@60;V
+madshark;"Mad Shark";384x224@60;V
+magdrop;"Magical Drop (Japan, Version 1.1, 1995.06.21)";320x240@58;H
+magdrop2;"Magical Drop II";304x224@59;H
+magdrop3;"Magical Drop III";304x224@59;H
+magdropp;"Magical Drop Plus 1 (Japan, Version 2.1, 1995.09.12)";320x240@58;H
+magicbub;"Magic Bubble";320x224@60;H
+magicbuba;"Magic Bubble (Adult version, YS-1302 PCB)";320x224@60;H
+magicbubb;"Magic Bubble (Adult version, YS-0211 PCB)";320x224@60;H
+magix;"Magix / Rock";384x240@60;H
+magixb;"Magix / Rock (no copyright message)";384x240@60;H
+maglord;"Magician Lord (NGM-005)";320x224@59;H
+maglordh;"Magician Lord (NGH-005)";320x224@59;H
+mahoudai;"Mahou Daisakusen (Japan)";320x240@60;V
+mahretsu;"Mahjong Kyo Retsuden (NGM-004)(NGH-004)";304x224@59;H
+mainevt;"The Main Event (4 Players ver. Y)";288x224@60;H
+mainevt2p;"The Main Event (2 Players ver. X)";288x224@60;H
+mainevto;"The Main Event (4 Players ver. F)";288x224@60;H
+mainsnk;"Main Event (1984)";288x216@60;H
+majest12j;"Majestic Twelve - The Space Invaders Part IV (Japan)";320x224@60;V
+majest12u;"Majestic Twelve - The Space Invaders Part IV (US)";320x224@60;V
+majtitl2;"Major Title 2 (World)";320x240@60;H
+majtitl2a;"Major Title 2 (World, set 1, alt sound CPU)";320x240@60;H
+majtitl2b;"Major Title 2 (World, set 2)";320x240@60;H
+majtitl2j;"Major Title 2 (Japan)";320x240@60;H
+majtitle;"Major Title (World)";384x256@55;H
+majtitlej;"Major Title (Japan)";384x256@55;H
+majuu;"Majuu no Ohkoku";320x224@60;H
+makaiden;"Makai Densetsu (Japan)";256x224@60;H
+makaimur;"Makai-Mura (Japan)";256x224@60;H
+makaimurc;"Makai-Mura (Japan revision C)";256x224@60;H
+makaimurg;"Makai-Mura (Japan revision G)";256x224@60;H
+maketrax;"Make Trax (set 1)";288x224@60;V
+maketrxb;"Make Trax (set 2)";288x224@60;V
+mangchi;"Mang-Chi";256x224@56;H
+manhatan;"Manhattan 24 Bunsyo (Japan)";240x224@60;H
+maniacsp;"Maniac Square (prototype)";320x240@60;H
+maniacsq;"Maniac Square (unprotected)";320x240@60;H
+manybloc;"Many Block";256x240@56;V
+mappy;"Hopping Mappy - Mappy (Jpn) - Mappy (Jpn) - Mappy (US)";288x224@60;V
+mappyj;"Mappy (Japan)";288x224@60;V
+marble;"Marble Madness";336x240@60;H
+marineb;"Marine Boy";256x224@60;H
+mariner;"Mariner";256x224@60;V
+mario;"Mario Bros. (US, Revision F)";256x224@60;H
+marioe;"Mario Bros. (US, Revision E)";256x224@60;H
+marioj;"Mario Bros. (Japan)";256x224@60;H
+marioo;"Mario Bros. (US, Unknown Rev)";256x224@60;H
+markham;"Markham";240x224@60;H
+mars;"Escape from Mars Starring Taz (Euro) - Mars - Taz in Escape from Mars (Bra) - Taz in Escape from Mars (Euro, USA)";256x224@60;V
+martmast;"Martial Masters (V104, 102, 102, USA)";448x224@60;H
+martmastc;"Martial Masters (V104, 102, 101, China)";448x224@60;H
+martmastc102;"Martial Masters (V102, 101, 101, China)";448x224@60;H
+martmastc103;"Martial Masters (V103, 102, 101, China)";448x224@60;H
+marukin;"Super Marukin-Ban (Japan 901017)";384x240@60;H
+marukodq;"Chibi Marukochan Deluxe Quiz";304x224@59;H
+marvins;"Marvin's Maze";288x216@60;V
+marvland;"Marvel Land (US) - Marvel Land (USA)";288x224@60;H
+marvlandj;"Marvel Land (Japan) - Marvel Land (Jpn)";288x224@60;H
+masao;"Masao";256x224@60;H
+masterw;"Master of Weapon (World)";320x224@60;V
+masterwj;"Master of Weapon (Japan)";320x224@60;V
+masterwu;"Master of Weapon (US)";320x224@60;V
+mastkin;"The Masters of Kin";256x224@60;H
+matchit2;"Match It II";384x240@60;H
+matrim;"Matrimelee / Shin Gouketsuji Ichizoku Toukon (NGM-2660";320x224@59;H
+matrimbl;"Matrimelee / Shin Gouketsuji Ichizoku Toukon (bootleg)";320x224@59;H
+mazinger;"Mazinger Z (World, ver. 94/06/27)";384x240@58;V
+mazingerj;"Mazinger Z (Japan, ver. 94/06/27)";384x240@58;V
+mbomberj;"Muscle Bomber - the body explosion (930713 Japan)";384x224@60;H
+mbombrd;"Muscle Bomber Duo - ultimate team battle (931206 etc)";384x224@60;H
+mbombrdj;"Muscle Bomber Duo - heat up warriors (931206 Japan)";384x224@60;H
+mbrush;"Magic Brush";288x224@60;V
+mcatadv;"Magical Cat Adventure";320x224@60;H
+mcatadvj;"Magical Cat Adventure (Japan)";320x224@60;H
+mchampdx;"Multi Champ Deluxe (ver. 0106, 06/01/2000)";320x240@60;H
+mchampdxa;"Multi Champ Deluxe (ver. 1126, 26/11/1999)";320x240@60;H
+mechatt;"Mechanized Attack (World)";256x224@60;H
+mechattj;"Mechanized Attack (Japan)";256x224@60;H
+mechattu;"Mechanized Attack (US)";256x224@60;H
+mechattu1;"Mechanized Attack (US, Version 1, Single Player)";256x224@60;H
+megablst;"Mega Blast (World)";320x224@60;H
+megablstj;"Mega Blast (Japan)";320x224@60;H
+megablstu;"Mega Blast (US)";320x224@60;H
+megadon;"Megadon";272x236@60;V
+megaman;"Mega Man (Euro, USA) - Mega Man - the power battle (951006 USA) - Mega Man - The Wily Wars (Euro)";384x224@60;H
+megaman2;"Mega Man 2 - the power fighters (960708 USA)";384x224@60;H
+megaman2a;"Mega Man 2 - the power fighters (960708 Asia)";384x224@60;H
+megaman2h;"Mega Man 2 - the power fighters (960712 Hispanic)";384x224@60;H
+megamana;"Mega Man - the power battle (951006 Asia)";384x224@60;H
+megamn2d;"Mega Man 2 - the power fighters (960708 USA Phoenix Ed";384x224@60;H
+megazone;"Mega Zone (Konami set 1)";288x224@60;V
+megazonea;"Mega Zone (Konami set 2)";288x224@60;V
+megazoneb;"Mega Zone (Kosuka set 1)";288x224@60;V
+megazonec;"Mega Zone (Kosuka set 2)";288x224@60;V
+megazonei;"Mega Zone (Interlogic)";288x224@60;V
+meijinsn;"Meijinsen";232x224@60;H
+meikyuh;"Meikyuu Hunter G (Japan, set 1)";256x240@58;H
+meikyuha;"Meikyuu Hunter G (Japan, set 2)";256x240@58;H
+meosism;"Meosis Magic (Japan)";338x236@60;H
+mercenario;"Mercenario (Commando bootleg)";256x224@60;V
+mercs;"Mercs (900302 etc) - Mercs (Euro, Bra) - Mercs (Euro, USA) ~ Senjou no Ookami II (Jpn)";384x224@60;V
+mercsj;"Senjo no Ookami II (Ookami 2 900302 Japan)";384x224@60;V
+mercsu;"Mercs (900608 USA)";384x224@60;V
+mercsur1;"Mercs (900302 USA)";384x224@60;V
+merlinmm;"Merlins Money Maze";256x224@60;V
+metafox;"Meta Fox";384x224@60;V
+metalb;"Metal Black (World)";320x224@60;H
+metalbj;"Metal Black (Japan)";320x224@60;H
+metamrph;"Metamorphic Force (ver EAA)";288x224@60;H
+metamrpha;"Metamorphic Force (ver AAA)";288x224@60;H
+metamrphe;"Metamorphic Force (ver EAA - alternate)";288x224@60;H
+metamrphj;"Metamorphic Force (ver JAA)";288x224@60;H
+metamrphu;"Metamorphic Force (ver UAA)";288x224@60;H
+metlfrzr;"Metal Freezer";256x224@60;V
+metlhawk;"Metal Hawk (Rev C)";288x224@60;V
+metlhawkj;"Metal Hawk (Japan, Rev F)";288x224@60;V
+metlsavr;"Metal Saver";320x240@60;H
+metmqstr;"Metamoqester (International)";384x240@58;H
+metrocrs;"Metro-Cross (set 1)";288x224@60;H
+metrocrsa;"Metro-Cross (set 2)";288x224@60;H
+mgakuen;"Mahjong Gakuen";384x240@60;H
+mgakuen2;"Mahjong Gakuen 2 Gakuen-chou no Fukushuu";384x240@60;H
+mgcrystl;"Magical Crystals (World, 92/01/10)";256x224@60;H
+mgcrystlj;"Magical Crystals (Japan, 92/01/13)";256x224@60;H
+mgcrystlo;"Magical Crystals (World, 91/12/10)";256x224@60;H
+mia;"M.I.A. - Missing in Action (version T)";304x224@60;H
+mia2;"M.I.A. - Missing in Action (version S)";304x224@60;H
+miaj;"M.I.A. - Missing in Action (version R) (Japan)";320x224@60;H
+midres;"Midnight Resistance (USA) - Midnight Resistance (World)";256x240@57;H
+midresj;"Midnight Resistance (Japan) - Midnight Resistance (Jpn)";256x240@57;H
+midresu;"Midnight Resistance (US)";256x240@57;H
+miexchng;"Money Puzzle Exchanger / Money Idol Exchanger";304x224@59;H
+mikie;"Mikie - Mikie. Shinnyuushain Tooru-Kun.";256x224@60;V
+mikiehs;"Mikie (High School Graffiti)";256x224@60;V
+mikiej;"Shinnyuushain Tooru-kun";256x224@60;V
+milliped;"Millipede";256x240@60;V
+mimonkey;"Mighty Monkey";256x224@60;V
+mimonsco;"Mighty Monkey (bootleg on Super Cobra hardware)";256x224@60;V
+mimonscr;"Mighty Monkey (bootleg on Scramble hardware)";256x224@60;V
+mimonscra;"Mighty Monkey (Kaina Games, bootleg on Scramble hardwa";256x224@60;V
+minasan;"Minasanno Okagesamadesu! Daisugorokutaikai (MOM-001)(M";304x224@59;H
+minefld;"Minefield";256x224@60;V
+minivadr;"Minivader";256x224@60;H
+mirax;"Mirax (set 1)";256x240@60;V
+miraxa;"Mirax (set 2)";256x240@60;V
+mirninja;"Mirai Ninja (Japan)";288x224@60;H
+missmw96;"Miss Mister World '96 (Nude)";256x224@60;H
+missw02;"Miss World 2002";256x224@60;H
+missw96;"Miss World '96 (Nude) (set1)";256x224@60;H
+missw96a;"Miss World '96 (Nude) (set 2)";256x224@60;H
+missw96b;"Miss World '96 (Nude) (set 3)";256x224@60;H
+missw96c;"Miss World '96 (Nude) (set 4)";256x224@60;H
+mizubaku;"Mizubaku Dai Bouken - Mizubaku Daibouken (Japan)";320x224@60;H
+mj4simai;"Wakakusamonogatari Mahjong Yonshimai (Japan)";384x240@60;H
+mjgtaste;"Mahjong G-Taste";320x224@60;H
+mjleague;"Major League";320x224@60;V
+mjnquest;"Mahjong Quest (Japan)";320x224@60;H
+mjnquestb;"Mahjong Quest (No Nudity)";320x224@60;H
+mk;"Mortal Kombat";400x254@54.7;H
+mkr4;"Mortal Kombat r4";400x254@54.7;H
+mktturbo;"Mortal Kombat turbo";400x254@54.7;H
+mk2;"Mortal Kombat II";400x254@54.7;H
+mltiwars;"Multi Wars (bootleg of UniWar S)";256x224@60;V
+mmancp2u;"Mega Man - The Power Battle (951006 USA, SAMPLE Versio";384x224@60;H
+mmancp2ur1;"Mega Man - The Power Battle (950926 USA, SAMPLE Versio";384x224@60;H
+mmatrix;"Mars Matrix (000412 USA)";384x224@60;H
+mmatrixd;"Mars Matrix (000412 USA Phoenix Edition)";384x224@60;H
+mmatrixj;"Mars Matrix (000412 Japan)";384x224@60;H
+mmaulers;"Monster Maulers (ver EAA)";288x224@60;H
+mmaze;"Marchen Maze (Japan)";288x224@60;H
+mmaze2;"Marchen Maze (Japan, hack?)";288x224@60;H
+mmonkey;"Minky Monkey";242x240@60;V
+mnchmobl;"Munch Mobile (US)";320x240@60;V
+mnight;"Mutant Night";256x192@60;H
+mnightj;"Mutant Night (Japan)";256x192@60;H
+moegonta;"Moeyo Gonta!! (Japan)";320x240@60;V
+mofflott;"Maze of Flott (Japan)";320x240@60;V
+moguchan;"Mogu Chan (bootleg?)";256x224@60;V
+mogura;"Mogura Desse";320x256@60;H
+mole;"Mole Attack - Mr. Mole";320x200@60;H
+momoko;"Momoko 120% (Japanese text)";240x224@60;H
+momokob;"Momoko 120% (bootleg)";240x224@60;H
+momokoe;"Momoko 120% (English text)";240x224@60;H
+monkelf;"Monky Elf (Korean bootleg of Avenging Spirit)";256x224@60;H
+moomesa;"Wild West C.O.W.-Boys of Moo Mesa (ver EAB)";384x224@60;H
+moomesaaab;"Wild West C.O.W.-Boys of Moo Mesa (ver AAB)";384x224@60;H
+moomesauab;"Wild West C.O.W.-Boys of Moo Mesa (ver UAB)";384x224@60;H
+moomesauac;"Wild West C.O.W.-Boys of Moo Mesa (ver UAC)";384x224@60;H
+moonal2;"Moon Alien Part 2";256x224@60;V
+moonal2b;"Moon Alien Part 2 (older version)";256x224@60;V
+moonaln;"Moon Alien";256x224@60;V
+mooncmw;"Moon War (Moon Cresta bootleg)";256x224@60;V
+mooncptc;"Moon Cresta (Petaco S.A. Spanish bootleg)";256x224@60;V
+mooncreg;"Moon Cresta (Electrogame S.A. Spanish bootleg)";256x224@60;V
+mooncrgx;"Moon Cresta (Galaxian hardware)";256x224@60;V
+mooncrs2;"Moon Cresta (bootleg set 2)";256x224@60;V
+mooncrs3;"Moon Cresta (bootleg set 3)";256x224@60;V
+mooncrs4;"Moon Crest";256x224@60;V
+mooncrsb;"Moon Cresta (bootleg set 1)";256x224@60;V
+mooncrsl;"Cresta Mundo (Laguna S.A. Spanish Moon Cresta bootleg)";256x224@60;V
+mooncrst;"Moon Cresta (Nichibutsu)";256x224@60;V
+mooncrstg;"Moon Cresta (Gremlin)";256x224@60;V
+mooncrsto;"Moon Cresta (Nichibutsu, old rev)";256x224@60;V
+mooncrstso;"Moon Cresta (SegaSA / Sonic)";256x224@60;V
+mooncrstu;"Moon Cresta (Nichibutsu USA, unencrypted)";256x224@60;V
+mooncrstuk;"Moon Cresta (Nichibutsu UK)";256x224@60;V
+mooncrstuku;"Moon Cresta (Nichibutsu UK, unencrypted)";256x224@60;V
+moonqsr;"Moon Quasar";256x224@60;V
+moonwar;"Moonwar";256x224@60;V
+moonwara;"Moonwar (older)";256x224@60;V
+moremore;"More More";256x224@58;H
+moremorp;"More More Plus";256x224@58;H
+moshougi;"Syougi No Tatsujin - Master of Shougi";304x224@59;H
+motorace;"MotoRace USA";240x256@60;V
+motos;"Motos";288x224@60;V
+mototour;"MotoTour / Zippy Race (Tecfri license)";240x256@60;V
+mouser;"Mouser - Mouser (Jpn)";256x224@60;V
+mouserc;"Mouser (Cosmos)";256x224@60;V
+mpang;"Mighty! Pang (001010 Euro)";384x224@60;H
+mpangj;"Mighty! Pang (001011 Japan)";384x224@60;H
+mpangjd;"Mighty! Pang (001011 Japan Phoenix Edition)";384x224@60;H
+mpangr1;"Mighty! Pang (000925 Euro)";384x224@60;H
+mpangu;"Mighty! Pang (001010 USA)";384x224@60;H
+mplanets;"Mad Planets";256x240@60;V
+mplanetsuk;"Mad Planets (UK)";256x240@60;V
+mrdo;"Mr. Do (Jpn) - Mr. Do! - Mr. Do! - Neo Mr. Do!";240x192@60;V
+mrdofix;"Mr. Do! (bugfixed)";240x192@60;V
+mrdot;"Mr. Do! (Taito license)";240x192@60;V
+mrdoy;"Mr. Do! (prototype)";240x192@60;V
+mrdu;"Mr. Du!";240x192@60;V
+mrflea;"The Amazing Adventures of Mr. F. Lea";256x248@60;V
+mrgoemon;"Mr. Goemon (Japan)";240x224@60;H
+mrheli;"Mr. HELI no Dai-Bouken - Mr. Heli no Daibouken";384x256@55;H
+mrjong;"Mr. Jong (Japan)";240x224@60;V
+mrkougar;"Mr. Kougar";256x224@60;V
+mrkougar2;"Mr. Kougar (earlier)";256x224@60;V
+mrkougb;"Mr. Kougar (bootleg set 1)";256x224@60;V
+mrkougb2;"Mr. Kougar (bootleg set 2)";256x224@60;V
+mrlo;"Mr. Lo!";240x192@60;V
+mrtnt;"Mr. TNT";288x224@60;V
+mrviking;"Mister Viking (315-5041)";240x224@60;V
+mrvikingj;"Mister Viking (315-5041, Japan)";240x224@60;V
+ms4plus;"Metal Slug 4 Plus (bootleg)";304x224@59;H
+ms5pcb;"Metal Slug 5 (JAMMA PCB)";304x224@59;H
+ms5plus;"Metal Slug 5 Plus (bootleg)";304x224@59;H
+msbingo;"Miss Bingo";320x224@60;H
+mschamp;"Ms. Pacman Champion Edition / Zola-Puc Gal";288x224@60;V
+mschamps;"Ms. Pacman Champion Edition / Super Zola Pac Gal";288x224@60;V
+msgogo;"Mouse Shooter GoGo";320x224@60;H
+msgundam;"Mobile Suit Gundam";384x240@57;H
+msgundam1;"Mobile Suit Gundam (Japan)";384x240@57;H
+msh;"Marvel Super Heroes (951024 Euro)";384x224@60;H
+msha;"Marvel Super Heroes (951024 Asia)";384x224@60;H
+mshb;"Marvel Super Heroes (951117 Brazil)";384x224@60;H
+msheartb;"Ms. Pac-Man Heart Burn";288x224@60;V
+mshh;"Marvel Super Heroes (951117 Hispanic)";384x224@60;H
+mshj;"Marvel Super Heroes (951117 Japan)";384x224@60;H
+mshjr1;"Marvel Super Heroes (951024 Japan)";384x224@60;H
+mshu;"Marvel Super Heroes (951024 USA)";384x224@60;H
+mshud;"Marvel Super Heroes (951024 USA Phoenix Edition)";384x224@60;H
+mshuttle;"Moon Shuttle (US?)";256x224@60;H
+mshuttle2;"Moon Shuttle (US? set 2)";256x224@60;H
+mshuttlej;"Moon Shuttle (Japan)";256x224@60;H
+mshuttlej2;"Moon Shuttle (Japan set 2)";256x224@60;H
+mshvsf;"Marvel Super Heroes vs Street Fighter (970625 Euro)";384x224@60;H
+mshvsfa;"Marvel Super Heroes vs Street Fighter (970625 Asia)";384x224@60;H
+mshvsfa1;"Marvel Super Heroes vs Street Fighter (970620 Asia)";384x224@60;H
+mshvsfb;"Marvel Super Heroes vs Street Fighter (970827 Brazil)";384x224@60;H
+mshvsfb1;"Marvel Super Heroes vs Street Fighter (970625 Brazil)";384x224@60;H
+mshvsfh;"Marvel Super Heroes vs Street Fighter (970625 Hispanic";384x224@60;H
+mshvsfj;"Marvel Super Heroes vs Street Fighter (970707 Japan)";384x224@60;H
+mshvsfj1;"Marvel Super Heroes vs Street Fighter (970702 Japan)";384x224@60;H
+mshvsfj2;"Marvel Super Heroes vs Street Fighter (970625 Japan)";384x224@60;H
+mshvsfu;"Marvel Super Heroes vs Street Fighter (970827 USA)";384x224@60;H
+mshvsfu1;"Marvel Super Heroes vs Street Fighter (970625 USA)";384x224@60;H
+mshvsfu1d;"Marvel Super Heroes vs Street Fighter (970625 USA Phoe";384x224@60;H
+mslider;"Monster Slider (Japan)";352x240@60;H
+mslug;"Metal Slug - Super Vehicle-001";304x224@59;H
+mslug2;"Metal Slug 2 - Super Vehicle-001/II (NGM-2410) (NGH-24";304x224@59;H
+mslug2t;"Metal Slug 2 Turbo (NGM-9410)";304x224@59;H
+mslug3;"Metal Slug 3 (NGM-2560)";304x224@59;H
+mslug3b6;"Metal Slug 6 (Metal Slug 3 bootleg)";304x224@59;H
+mslug3h;"Metal Slug 3 (NGH-2560)";304x224@59;H
+mslug3v;"Metal Slug 3 (NGH-2560) (Enhanced Violence Version hac";304x224@59;H
+mslug4;"Metal Slug 4 (NGM-2630)";304x224@59;H
+mslug4h;"Metal Slug 4 (NGH-2630)";304x224@59;H
+mslug5;"Metal Slug 5 (NGM-2680)";304x224@59;H
+mslug5b;"Metal Slug 5 (bootleg)";304x224@59;H
+mslug5h;"Metal Slug 5 (NGH-2680)";304x224@59;H
+mslugx;"Metal Slug X - Super Vehicle-001 (NGM-2500)(NGH-2500)";304x224@59;H
+mspacmab;"MS Pacman (bootleg)";288x224@60;V
+mspacman;"MS Pacman - Ms. Pac-Man (Euro, Bra) - Ms. Pac-Man (Euro, USA) - Ms. Pac-Man (USA)";288x224@60;V
+mspacmanbcc;"Come-Cocos (Ms. Pac-Man) ('Made in Greece' Tecnausa bo";288x224@60;V
+mspacmanbg;"Ms. Pac-Man ('Made in Greece' bootleg)";288x224@60;V
+mspacmanbgd;"Miss Pukman ('Made in Greece' Datamat bootleg)";288x224@60;V
+mspacmanbhe;"Come-Cocos (Ms. Pac-Man) ('Made in Greece' Herle SA bo";288x224@60;V
+mspacmanblt;"Miss Pukman ('Made in Greece' Triunvi bootleg)";288x224@60;V
+mspacmat;"Ms. Pac Attack";288x224@60;V
+mspacmbe;"Ms. Pac-Man (bootleg, encrypted)";288x224@60;V
+mspacmnf;"Ms. Pac-Man (with speedup hack)";288x224@60;V
+mspacpls;"Ms. Pac-Man Plus";288x224@60;V
+mspuzzle;"Miss Puzzle";320x224@60;V
+mspuzzleg;"Miss Puzzle (Clone of Gumbo)";320x224@60;H
+mstadium;"Main Stadium (Japan ver. 4)";288x224@60;H
+mstworld;"Monsters World (bootleg of Super Pang)";384x240@60;H
+msword;"Magic Sword - heroic fantasy (25.07.1990 other country";384x224@60;H
+mswordj;"Magic Sword (23.06.1990 Japan)";384x224@60;H
+mswordr1;"Magic Sword - heroic fantasy (23.06.1990 other country";384x224@60;H
+mswordu;"Magic Sword - heroic fantasy (25.07.1990 USA)";384x224@60;H
+mtlchamp;"Martial Champion (ver EAB)";384x224@60;H
+mtlchamp1;"Martial Champion (ver EAA)";384x224@60;H
+mtlchampa;"Martial Champion (ver AAA)";384x224@60;H
+mtlchampj;"Martial Champion (ver JAA)";384x224@60;H
+mtlchampu;"Martial Champion (ver UAE)";384x224@60;H
+mtlchampu1;"Martial Champion (ver UAD)";384x224@60;H
+mtwins;"Mega Twins (chiki chiki boys 900619 etc)";384x224@60;H
+mugsmash;"Mug Smashers";320x240@60;H
+multchmp;"Multi Champ (World)";320x240@60;H
+multchmpa;"Multi Champ (World, older)";320x240@60;H
+multchmpk;"Multi Champ (Korea, older)";320x240@60;H
+multi96;"Multi Game '96 (Italy)";256x224@58;H
+mustache;"Mustache Boy (Japan)";240x248@57;V
+mustachei;"Mustache Boy (Italy)";240x248@57;V
+mustang;"US AAF Mustang (25th May. 1990)";256x224@56;H
+mustangb;"US AAF Mustang (bootleg)";256x224@56;H
+mustangb2;"US AAF Mustang (TAB Austria bootleg)";256x224@56;H
+mustangs;"US AAF Mustang (25th May. 1990 / Seoul Trading)";256x224@56;H
+mutantf;"Mutant Fighter (World ver EM-5)";320x240@58;H
+mutantf2;"Mutant Fighter (World ver EM-2)";320x240@58;H
+mutantf3;"Mutant Fighter (World ver EM-3)";320x240@58;H
+mutantf4;"Mutant Fighter (World ver EM-4)";320x240@58;H
+mutnat;"Mutation Nation (NGM-014)(NGH-014)";304x224@59;H
+mvp;"MVP (set 2, US, FD1094 317-0143)";320x224@60;H
+mvpd;"MVP (set 2, US, FD1094 317-0143 decrypted)";320x224@60;H
+mvpj;"MVP (set 1, Japan, FD1094 317-0142)";320x224@60;H
+mvpjd;"MVP (set 1, Japan, FD1094 317-0142 decrypted)";320x224@60;H
+mvsc;"Marvel vs Capcom - clash of super heroes (980123 Euro)";384x224@60;H
+mvsca;"Marvel vs Capcom - clash of super heroes (980123 Asia)";384x224@60;H
+mvscar1;"Marvel vs Capcom - clash of super heroes (980112 Asia)";384x224@60;H
+mvscb;"Marvel vs Capcom - clash of super heroes (980123 Brazi";384x224@60;H
+mvsch;"Marvel vs Capcom - clash of super heroes (980123 Hispa";384x224@60;H
+mvscj;"Marvel vs Capcom - clash of super heroes (980123 Japan";384x224@60;H
+mvscjr1;"Marvel vs Capcom - clash of super heroes (980112 Japan";384x224@60;H
+mvscjsing;"Marvel vs Capcom - clash of super heroes (980123 Japan";384x224@60;H
+mvscr1;"Marvel vs Capcom - clash of super heroes (980112 Euro)";384x224@60;H
+mvscu;"Marvel vs Capcom - clash of super heroes (980123 USA)";384x224@60;H
+mvscud;"Marvel vs Capcom - clash of super heroes (980123 USA P";384x224@60;H
+mvscur1;"Marvel vs Capcom - clash of super heroes (971222 USA)";384x224@60;H
+mwalk;"Michael Jackson's Moonwalker (Euro, USA, Bra, Kor) - Michael Jackson's Moonwalker (set 3, World, FD1094/875 - Michael Jackson's Moonwalker (World, Rev. A)";320x224@60;H
+mwalkbl2;"Michael Jackson's Moonwalker (bootleg)";320x224@60;H
+mwalkd;"Michael Jackson's Moonwalker (World) (bootleg of FD109";320x224@60;H
+mwalkj;"Michael Jackson's Moonwalker (Japan) (FD1094/8751 317-";320x224@60;H
+mwalkjd;"Michael Jackson's Moonwalker (Japan) (bootleg of FD109";320x224@60;H
+mwalku;"Michael Jackson's Moonwalker (US) (FD1094/8751 317-015";320x224@60;H
+mwalkud;"Michael Jackson's Moonwalker (US) (bootleg of FD1094/8";320x224@60;H
+mwarr;"Mighty Warriors";366x240@54;H
+myangel;"Kosodate Quiz My Angel (Japan)";376x240@60;H
+myangel2;"Kosodate Quiz My Angel 2 (Japan)";376x240@60;H
+myhero;"My Hero (Euro, USA, Bra) - My Hero (US, not encrypted)";256x224@60;H
+myherobl;"My Hero (bootleg, 315-5132 encryption)";256x224@60;H
+myherok;"My Hero (Korea)";256x224@60;H
+myqbert;"Mello Yello Q*bert";256x240@60;V
+mysticri;"Mystic Riders (World)";320x240@60;H
+mysticrib;"Mystic Riders (bootleg?)";320x240@60;H
+mystston;"Mysterious Stones - Dr. John's Adventure";256x240@57;V
+myststono;"Mysterious Stones - Dr. Kick in Adventure";256x240@57;V
+myststonoi;"Mysterious Stones - Dr. Kick in Adventure (Itisa PCB)";256x240@57;V
+mystwarr;"Mystic Warriors (ver EAA)";288x224@60;H
+mystwarra;"Mystic Warriors (ver AAB)";288x224@60;H
+mystwarraa;"Mystic Warriors (ver AAA)";288x224@60;H
+mystwarrj;"Mystic Warriors (ver JAA)";288x224@60;H
+mystwarru;"Mystic Warriors (ver UAA)";288x224@60;H
+nam1975;"NAM-1975 (NGM-001)(NGH-001)";304x224@59;H
+naname;"Naname de Magic!";320x240@60;H
+nastar;"Nastar (World)";320x224@60;H
+nastarw;"Nastar Warrior (US)";320x224@60;H
+naughtyb;"Naughty Boy";288x224@60;V
+naughtyba;"Naughty Boy (bootleg)";288x224@60;V
+naughtybc;"Naughty Boy (Cinematronics)";288x224@60;V
+navarone;"Navarone";272x224@60;V
+nbbatman;"Ninja Baseball Batman (World)";320x240@60;H
+nbbatmanu;"Ninja Baseball Batman (US)";320x240@60;H
+ncombat;"Ninja Combat (NGM-009)";304x224@59;H
+ncombath;"Ninja Combat (NGH-009)";304x224@59;H
+ncommand;"Ninja Commando";304x224@59;H
+nebulbee;"Nebulous Bee";288x224@60;V
+nemesis;"Nemesis (Kor) - Nemesis (ROM version)";256x224@60;H
+nemesisuk;"Nemesis (World?, ROM version)";256x224@60;H
+nemo;"Finding Nemo (Rus) - Nemo (90 11 30 etc)";384x224@60;H
+nemoj;"Nemo (90 11 20 Japan)";384x224@60;H
+nemor1;"Nemo (90 11 09 etc)";384x224@60;H
+neo2500;"Neo 2500 Demo";304x224@59;H
+neo3ddmo;"NeoGeo 3D! Demo";304x224@59;H
+neobattl;"SD Gundam Neo Battling (Japan)";384x240@60;V
+neobombe;"Neo Bomberman";304x224@59;H
+neocdz;"Neo Geo CDZ system";320x224@59;H
+neocstlv;"Neo CastleVania Demo";304x224@59;H
+neocup98;"Neo-Geo Cup '98 - The Road to the Victory";320x224@59;H
+neodemo;"Chaos Demo (Neo Geo)";304x224@59;H
+neodrift;"Neo Drift Out - New Technology";304x224@59;H
+neogalag;"Galaga Demo (set 1)";304x224@59;H
+neogalaga;"Galaga Demo (set 2)";304x224@59;H
+neomrdo;"Neo Mr. Do!";304x224@59;H
+neonopon;"Neo No Panepon (beta)";304x224@59;H
+neopong;"Neo Pong (ver 1.1)";304x224@59;H
+neoponga;"Neo Pong (ver 1.0)";304x224@59;H
+neoprimo;"Primo Demo";304x224@59;H
+neotet;"NeoGeo 2-Player Tetris";304x224@59;H
+neothndr;"Neo Thunder";304x224@59;H
+neoww2;"WW2 Demo - Arcade Development Project";304x224@59;H
+newapunk;"New Atomic Punk - Global Quest (US)";320x240@60;H
+newfant;"New Fantasia (1995 copyright)";256x224@60;V
+newfanta;"New Fantasia (1994 copyright)";256x224@60;V
+newpuc2;"Newpuc2";288x224@60;V
+newpuc2b;"Newpuc2b";288x224@60;V
+newpuckx;"New Puck-X";288x224@60;V
+news;"News (set 1)";256x224@60;H
+newsa;"News (set 2)";256x224@60;H
+newsin7;"New Sinbad 7";256x224@60;V
+nextfase;"Next Fase (bootleg of Phoenix)";256x208@60;V
+ngem2k;"NGEM2K (beta 2006-01-18)";304x224@59;H
+ngfrog;"Frog Feast (Neo Geo)";304x224@59;H
+ngftdemo;"NGF Transparency Demo";304x224@59;H
+nightstr;"Night Striker (World)";320x240@60;H
+nightstrj;"Night Striker (Japan)";320x240@60;H
+nightstru;"Night Striker (US)";320x240@60;H
+ninja;"3 Ninjas Kick Back (USA) - Caveman Ninja (World ver 4) - Dragon Ninja (Euro) - Dragonninja (Japan) - Mirai Ninja (Japan) - Ninja (315-5102) - Sega Ninja (315-5113) - The Ninja (Euro, USA)";256x224@60;H
+ninjak;"The Ninja Kids (World)";320x224@60;H
+ninjakd2;"Ninja-Kid II / NinjaKun Ashura no Shou (set 1)";256x192@60;H
+ninjakd2a;"Ninja-Kid II / NinjaKun Ashura no Shou (set 2, bootleg";256x192@60;H
+ninjakd2b;"Ninja-Kid II / NinjaKun Ashura no Shou (set 3, bootleg";256x192@60;H
+ninjakd2c;"Ninja-Kid II / NinjaKun Ashura no Shou (set 4)";256x192@60;H
+ninjakj;"The Ninja Kids (Japan)";320x224@60;H
+ninjaku;"The Ninja Kids (US)";320x224@60;H
+ninjakun;"Ninja-kun (Jpn) - Ninjakun Majou no Bouken";256x192@60;H
+ninjamas;"Ninja Master's - haoh-ninpo-cho";320x224@59;H
+ninjaw;"The Ninja Warriors (World, later version)";224x864@60;V
+ninjaw1;"The Ninja Warriors (World, earlier version)";224x864@60;V
+ninjawj;"The Ninja Warriors (Japan)";224x864@60;V
+ninjawu;"The Ninja Warriors (US, Romstar license)";224x864@60;V
+ninjemak;"Ninja Emaki (US)";256x224@60;V
+nitd;"Nightmare in the Dark";320x224@59;H
+nitdbl;"Nightmare in the Dark (bootleg)";320x224@59;H
+nitrobal;"Nitro Ball (World, set 1)";320x240@58;V
+nitrobala;"Nitro Ball (World, set 2)";320x240@58;V
+nmaster;"Oni - The Ninja Master (Japan)";384x240@58;H
+nmg5;"Multi 5 / New Multi Game 5 (set 1)";320x240@60;H
+nmg5a;"Multi 5 / New Multi Game 5 (set 2)";320x240@60;H
+nmg5e;"Multi 5 / New Multi Game 5 (set 3, earlier)";320x240@60;H
+nmouse;"Funky Mouse (Jpn) - Naughty Mouse (set 1)";288x224@60;V
+nmouseb;"Naughty Mouse (set 2)";288x224@60;V
+nobb;"Noboranka (Japan, bootleg)";240x224@60;V
+nost;"Cosa Nostra (Spa) - Nostradamus";320x224@60;V
+nostj;"Nostradamus (Japan)";320x224@60;V
+nostk;"Nostradamus (Korea)";320x224@60;V
+nouryoku;"Nouryoku Koujou Iinkai";384x224@56;H
+nova2001;"Nova 2001 (Japan)";256x192@60;H
+nova2001h;"Nova 2001 (Japan, hack?)";256x192@60;H
+nova2001u;"Nova 2001 (US)";256x192@60;H
+nprinces;"Ninja Princess (315-5051, 64k Ver. bootleg?)";256x224@60;H
+nprincesb;"Ninja Princess (315-5051?, 128k Ver. bootleg?)";256x224@60;H
+nprinceso;"Ninja Princess (315-5098, 128k Ver.)";256x224@60;H
+nprincesu;"Ninja Princess (64k Ver. not encrypted)";256x224@60;H
+nrallyx;"New Rally X";288x224@60;H
+nspirit;"Ninja Spirit - Ninja Spirit";384x256@55;H
+nspiritj;"Saigo no Nindou (Japan)";384x256@55;H
+nunchaku;"Nunchackun";256x224@60;V
+nwarr;"Night Warriors - darkstalkers' revenge (950316 Euro)";384x224@60;H
+nwarra;"Night Warriors - darkstalkers' revenge (950302 Asia)";384x224@60;H
+nwarrb;"Night Warriors - darkstalkers' revenge (950403 Brazil)";384x224@60;H
+nwarrh;"Night Warriors - darkstalkers' revenge (950403 Hispani";384x224@60;H
+nwarru;"Night Warriors - darkstalkers' revenge (950406 USA)";384x224@60;H
+nwarrud;"Night Warriors - darkstalkers' revenge (950406 USA Pho";384x224@60;H
+nyanpani;"Nyan Nyan Panic (Japan)";256x224@60;H
+nzeroteam;"New Zero Team (V33 SYSTEM TYPE_B hardware)";320x256@55;H
+nzeroteama;"New Zero Team (V33 SYSTEM TYPE_B hardware, China?)";320x256@55;H
+oedfight;"Oedo Fight (Japan Bloodshed Ver.)";320x240@60;H
+offensiv;"Offensive (Spanish bootleg of Scramble)";256x224@60;V
+ohmygod;"Oh My God!";320x240@60;H
+oisipuzl;"Oishii Puzzle Ha Irimasenka";320x224@60;H
+olds;"Oriental Legend Super (V101, Korea)";448x224@60;H
+olds100;"Oriental Legend Special - Xi Yo Gi Shi Re Zuang Super";448x224@60;H
+olds100a;"Oriental Legend Special - Xi Yo Gi Shi Re Zuang Super";448x224@60;H
+olds103t;"Oriental Legend Special - Xi Yo Gi Shi Re Zuang Super";448x224@60;H
+oldsplus;"Oriental Legend Special Plus / Xi You Shi E Zhuan Supe";448x224@60;H
+omegab;"Omega";256x224@60;V
+omegaf;"Omega Fighter";256x192@60;V
+omegafs;"Omega Fighter Special";256x192@60;V
+omni;"Omni";256x224@60;V
+onetwo;"One + Two";512x256@60;H
+onetwoe;"One + Two (earlier)";512x256@60;H
+onna34ro;"Onna Sansirou - Typhoon Gal";256x224@60;H
+onna34roa;"Onna Sansirou - Typhoon Gal (bootleg)";256x224@60;H
+opwolf;"Operation Wolf - Operation Wolf - Operation Wolf (Euro, Bra) - Operation Wolf (World, set 1)";320x240@60;H
+opwolf3;"Operation Wolf 3 (World)";320x224@60;H
+opwolf3u;"Operation Wolf 3 (US)";320x224@60;H
+opwolfa;"Operation Wolf (World, set 2)";320x240@60;H
+opwolfb;"Operation Bear";320x240@60;H
+opwolfj;"Operation Wolf (Japan)";320x240@60;H
+opwolfjsc;"Operation Wolf (Japan, SC)";320x240@60;H
+opwolfu;"Operation Wolf (US)";320x240@60;H
+orbitron;"Orbitron";256x224@60;V
+orbs;"Orbs (10/7/94 prototype?)";320x240@60;H
+ordyne;"Ordyne - Ordyne - Ordyne (Japan, English Version)";288x224@60;H
+ordynej;"Ordyne (Japan)";288x224@60;H
+orius;"Orius (ver UAA)";384x256@54;H
+orlegend;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V126)";448x224@60;H
+orlegend105k;"Oriental Legend (V105, Korea)";448x224@60;H
+orlegend111c;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V111, China)";448x224@60;H
+orlegend111k;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V111, Korea)";448x224@60;H
+orlegend111t;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V111, Taiwan)";448x224@60;H
+orlegendc;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V112, China)";448x224@60;H
+orlegendca;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V112 alt, Chi";448x224@60;H
+orlegende;"Oriental Legend - Xi Yo Gi Shi Re Zuang (V112)";448x224@60;H
+oscar;"Psycho-Nics Oscar (World revision 0)";256x240@58;H
+oscarj1;"Psycho-Nics Oscar (Japan revision 1)";256x240@58;H
+oscarj2;"Psycho-Nics Oscar (Japan revision 2)";256x240@58;H
+oscaru;"Psycho-Nics Oscar (US)";256x240@58;H
+osman;"Osman (World)";320x240@58;H
+othunder;"Operation Thunderbolt (World, rev 1)";320x240@60;H
+othunderj;"Operation Thunderbolt (Japan)";320x240@60;H
+othunderjsc;"Operation Thunderbolt (Japan, SC)";320x240@60;H
+othundero;"Operation Thunderbolt (World)";320x240@60;H
+othunderu;"Operation Thunderbolt (US, rev 1)";320x240@60;H
+othunderuo;"Operation Thunderbolt (US)";320x240@60;H
+outrun;"Out Run - Out Run (Euro) - Out Run (sitdown/upright, Rev B) - Out Run (World) - OutRun (Euro, USA) - Turbo Out Run (Out Run upgrade, FD1094 317-0118) - Turbo OutRun (Euro, Jpn)";320x224@60;H
+outrunb;"Out Run (bootleg)";320x224@60;H
+outrundx;"Out Run (deluxe sitdown)";320x224@60;H
+outrundxa;"Out Run (deluxe sitdown earlier version)";320x224@60;H
+outrundxeh;"Out Run (deluxe sitdown) (Enhanced Edition v1.0.3)";320x224@60;H
+outrundxj;"Out Run (Japan, deluxe sitdown, FD1089A 317-0019)";320x224@60;H
+outruneh;"Out Run (sitdown/upright, Rev B) (Enhanced Edition v1.";320x224@60;H
+outrunra;"Out Run (sitdown/upright, Rev A)";320x224@60;H
+outzone;"Out Zone";320x240@55.2;V
+outzonea;"Out Zone (set 2)";320x240@55.2;V
+outzoneb;"Out Zone (older set)";320x240@55.2;V
+outzonec;"Out Zone (oldest set)";320x240@55.2;V
+outzoneh;"Out Zone (harder)";320x240@55.2;V
+overtop;"Over Top";304x224@59;H
+ozmawars;"Ozma Wars (set 1)";260x224@60;V
+ozmawars2;"Ozma Wars (set 2)";260x224@60;V
+ozon1;"Ozon I";256x224@60;V
+p47;"P-47 - The Freedom Fighter - P-47 - The Phantom Fighter (World)";256x224@60;H
+p47j;"P-47 - The Freedom Fighter (Japan)";256x224@60;H
+p47je;"P-47 - The Freedom Fighter (Japan, Export)";256x224@60;H
+pacgal;"Pac-Gal";288x224@60;V
+pacheart;"Pac-Man (Hearts)";288x224@60;V
+packbang;"Pack'n Bang Bang (Prototype)";256x225@60;V
+packetman;"Packetman (bootleg)";288x224@60;V
+pacland;"Pac-land - Pac-Land - Pac-Land (World)";288x224@60;H
+paclandj;"Pac-Land (Japan new)";288x224@60;H
+paclandjo;"Pac-Land (Japan old)";288x224@60;H
+paclandjo2;"Pac-Land (Japan older)";288x224@60;H
+paclandm;"Pac-Land (Midway)";288x224@60;H
+pacman;"Jr. Pac-Man (11/9/83) - MS Pacman - Ms. Pac-Man (Euro, Bra) - Ms. Pac-Man (Euro, USA) - Ms. Pac-Man (USA) - Pac-Man (Jpn) - Pac-Man (Midway) - Pac-Man (Prototype) - Pac-Man (USA)";288x224@60;V
+pacmanbl;"Pac-Man (Galaxian hardware, set 1)";256x224@60;V
+pacmanbla;"Pac-Man (Galaxian hardware, set 2)";256x224@60;V
+pacmanf;"Jr. Pac-Man (speedup hack) - Pac-Man (Midway, with speedup hack)";288x224@60;V
+pacmania;"Pac-Mania - Pac-Mania (Euro) - Pac-Mania (Euro) - Pac-Mania (Euro, USA)";288x224@60;V
+pacmaniaj;"Pac-Mania (Japan)";288x224@60;V
+pacmaniao;"Pac-Mania (111187 sound program)";288x224@60;V
+pacmanpe;"Come Come (Petaco SA bootleg of Puck Man)";288x224@60;V
+pacmanso;"Pac-Man (SegaSA / Sonic)";288x224@60;V
+pacmansp;"Puck Man (Spanish, 'Made in Greece' bootleg)";288x224@60;V
+pacmod;"Pac-Man (Midway, harder)";288x224@60;V
+pacnchmp;"Pac-Man & Chomp Chomp";288x224@60;V
+pacnpal;"Pac & Pal";288x224@60;V
+pacnpal2;"Pac & Pal (older)";288x224@60;V
+pacplus;"Pac-Man Plus";288x224@60;V
+pacuman;"Pacu-Man (Spanish bootleg of Puck Man)";288x224@60;V
+paddle2;"Paddle 2 (bootleg on Block hardware)";256x224@60;V
+paddlema;"Paddle Mania";256x224@60;V
+paintrlr;"Paint Roller";288x224@60;V
+pairlove;"Pairs Love";384x240@60;V
+pajaroes;"Pajaro del Espacio (Spanish bootleg of UniWar S)";256x224@60;V
+palamed;"Palamedes (US)";320x224@60;H
+palamedj;"Palamedes (Japan)";320x224@60;H
+pandoras;"Pandora's Palace";256x224@60;V
+pang;"Cross Pang - Mighty! Pang (001010 Euro) - Pang (World) - Pang Pang - Super Pang (World 900914) - Ti Ti! Pang Pang! (Kor) - Zipang";384x240@57;H
+pang3;"Pang! 3 (950601 Euro)";384x224@60;H
+pang3b;"Pang! 3 (bootleg set 1, 950511 Euro)";384x224@60;H
+pang3b2;"Pang! 3 (bootleg set 2, 950511 Euro)";384x224@60;H
+pang3b3;"Pang! 3 (bootleg set 3, 950601 Euro)";384x224@60;H
+pang3j;"Pang! 3: Kaitou Tachi no Karei na Gogo (950511 Japan)";384x224@60;H
+pang3r1;"Pang! 3 (950511 Euro)";384x224@60;H
+pang3r1a;"Pang! 3 (950511 Euro, alt)";384x224@60;H
+pangb;"Pang (bootleg, set 1)";384x240@60;H
+pangb2;"Pang (bootleg, set 4)";384x240@60;H
+pangbold;"Pang (bootleg, set 2)";384x240@60;H
+pangbold2;"Pang (bootleg, set 5)";384x240@60;H
+pangbold3;"Pang (bootleg, set 6)";384x240@60;H
+pangpang;"Pang Pang";320x240@58;H
+pangpoms;"Pang Pom's";360x224@60;H
+pangpomsm;"Pang Pom's (Mitchell)";360x224@60;H
+panicbom;"Panic Bomber";304x224@59;H
+panicstr;"Panic Street (Japan)";320x240@60;H
+paperboy;"Paperboy (Atari System 2)";512x384@60;H
+paprazzi;"Paparazzi";384x224@60;V
+parodius;"Parodius - Tako wa Chikyuu wo Sukuu (Jpn) - Parodius DA! (World, set 1) - Parodius da! - Shinwa Kara Owarai He";288x224@60;H
+parodiusa;"Parodius - Tako wa Chikyuu wo Sukuu (Jpn, Alt) - Parodius DA! (Asia)";288x224@60;H
+parodiuse;"Parodius - Tako Saves Earth (English) - Parodius DA! (World, set 2)";288x224@60;H
+parodiusj;"Parodius DA! (Japan)";288x224@60;H
+pass;"Pass";320x224@60;H
+passsht;"Passing Shot (World, 2 Players, FD1094 317-0080)";320x224@60;V
+passsht16a;"Passing Shot (Japan, 4 Players, System 16A, FD1094 317";320x224@60;V
+passshta;"Passing Shot (World, 4 Players, FD1094 317-0074)";320x224@60;V
+passshtad;"Passing Shot (World, 4 Players, FD1094 317-0074 decryp";320x224@60;V
+passshtd;"Passing Shot (World, 2 Players, FD1094 317-0080 decryp";320x224@60;V
+passshtj;"Passing Shot (Japan, 4 Players, FD1094 317-0070)";320x224@60;V
+passshtjd;"Passing Shot (Japan, 4 Players, FD1094 317-0070 decryp";320x224@60;V
+pbancho;"Gyakuten!! Puzzle Bancho (Japan)";320x240@60;H
+pbillrd;"Perfect Billiard";256x224@60;H
+pbillrdsa;"Perfect Billiard (MC-8123, 317-5008)";256x224@60;H
+pbobbl2n;"Puzzle Bobble 2 / Bust-A-Move Again (Neo-Geo)";304x224@59;H
+pbobble;"Puzzle Bobble (Japan, B-System) - Puzzle Bobble (Jpn)";320x224@60;H
+pbobble2;"Puzzle Bobble 2 (Ver 2.3O 1995/07/31)";320x232@60;H
+pbobble2j;"Puzzle Bobble 2 (Ver 2.2J 1995/07/20)";320x232@60;H
+pbobble2o;"Puzzle Bobble 2 (Ver 2.2O 1995/07/20)";320x232@60;H
+pbobble2u;"Bust-A-Move Again (Ver 2.3A 1995/07/31)";320x232@60;H
+pbobble2x;"Puzzle Bobble 2X (Ver 2.2J 1995/11/11)";320x232@60;H
+pbobble3;"Puzzle Bobble 3 (Ver 2.1O 1996/09/27)";320x232@60;H
+pbobble3j;"Puzzle Bobble 3 (Ver 2.1J 1996/09/27)";320x232@60;H
+pbobble3u;"Puzzle Bobble 3 (Ver 2.1A 1996/09/27)";320x232@60;H
+pbobble4;"Puzzle Bobble 4 (Ver 2.04O 1997/12/19)";320x232@60;H
+pbobble4j;"Puzzle Bobble 4 (Ver 2.04J 1997/12/19)";320x232@60;H
+pbobble4u;"Puzzle Bobble 4 (Ver 2.04A 1997/12/19)";320x232@60;H
+pbobblen;"Puzzle Bobble / Bust-A-Move (Neo-Geo) (NGM-083)";320x224@59;H
+pbobblenb;"Puzzle Bobble / Bust-A-Move (Neo-Geo) (bootleg)";320x224@59;H
+pclubys;"Puzzle Club (Yun Sung, set 1)";320x240@60;H
+pclubysa;"Puzzle Club (Yun Sung, set 2)";320x240@60;H
+pdrift;"Power Drift - Power Drift (World, Rev A)";320x224@60;H
+pdrifta;"Power Drift (World)";320x224@60;H
+pdrifte;"Power Drift (World, Earlier)";320x224@60;H
+pdriftj;"Power Drift (Japan)";320x224@60;H
+peekaboo;"Peek-a-Boo!";256x224@60;H
+peekaboou;"Peek-a-Boo! (North America, ver 1.0)";256x224@60;H
+penbros;"Penguin Brothers (Japan)";320x224@60;H
+pengadvb;"Penguin Adventure (bootleg of MSX version)";272x216@60;H
+pengo;"Pengo (Euro, USA) - Pengo (set 1 rev c) - Pepenga Pengo (Jpn)";288x224@60;V
+pengo2;"Pengo (set 2)";288x224@60;V
+pengo2u;"Pengo (set 2 not encrypted)";288x224@60;V
+pengo3u;"Pengo (set 3 not encrypted)";288x224@60;V
+pengo4;"Pengo (set 4)";288x224@60;V
+pengo5;"Pengo (set 5)";288x224@60;V
+pengob;"Pengo (bootleg)";288x224@60;V
+penta;"Penta";288x224@60;V
+percuss;"The Percussor";256x224@60;V
+perfrman;"Performan (Japan)";256x240@60;V
+perfrmanu;"Performan (US)";256x240@60;V
+pestplce;"Pest Place";256x224@60;H
+pfghtj;"Pocket Fighter (970904 Japan)";384x224@60;H
+pgalvip;"Pocket Gals V.I.P (set 1)";256x224@60;H
+pgalvipa;"Pocket Gals V.I.P (set 2)";256x224@60;H
+pgear;"Powered Gear - strategic variant armor equipment (9410";384x224@60;H
+pgearr1;"Powered Gear - strategic variant armor equipment (9409";384x224@60;H
+pgemeni;"P-GeMeni (060123)";448x224@60;H
+pgmdemo;"Chaos (PGM Demo)";448x224@60;H
+pgmfrog;"Frog Feast (PGM)";448x224@60;H
+pgoal;"Pleasure Goal / Futsal - 5 on 5 Mini Soccer (NGM-219)";304x224@59;H
+phantasm;"Phantasm (Japan)";256x224@60;H
+phelios;"Phelios - Phelios (Euro)";288x224@60;V
+pheliosj;"Phelios (Japan) - Phelios (Jpn)";288x224@60;V
+phoenix;"Phoenix (Amstar)";256x208@60;V
+phoenix2;"Phoenix (Amstar, set 2)";256x208@60;V
+phoenix3;"Phoenix (T.P.N. bootleg)";256x208@60;V
+phoenixa;"Phoenix (Centuri, set 1)";256x208@60;V
+phoenixass;"Phoenix (Assa, Spanish bootleg)";256x208@60;V
+phoenixb;"Phoenix (Centuri, set 2)";256x208@60;V
+phoenixc;"Phoenix (Irecsa / G.G.I Corp, set 1)";256x208@60;V
+phoenixc2;"Phoenix (Irecsa / G.G.I Corp, set 2)";256x208@60;V
+phoenixc3;"Phoenix (Irecsa / G.G.I Corp, set 3)";256x208@60;V
+phoenixc4;"Phoenix (Irecsa / G.G.I Corp, set 4)";256x208@60;V
+phoenixdal;"Phoenix (D&L bootleg)";256x208@60;V
+phoenixj;"Phoenix (Taito Japan)";256x208@60;V
+phoenixs;"Phoenix (Sonic, Spanish bootleg)";256x208@60;V
+phoenixt;"Phoenix (Taito)";256x208@60;V
+phoenxp2;"Phoenix Part 2";256x224@60;V
+photof;"Photo Finish (bootleg?)";256x224@60;H
+photoy2k;"Photo Y2K / Real and Fake (V105)";448x224@60;H
+photoy2k102;"Real and Fake0Photo Y2K (V102, Japan)";448x224@60;H
+photoy2k104;"Photo Y2K / Real and Fake (V104)";448x224@60;H
+phozon;"Phozon (Japan)";288x224@60;V
+phozons;"Phozon (Sidam)";288x224@60;V
+pinbo;"Pinbo (set 1)";256x224@60;V
+pingpong;"Konami's Ping-Pong - Konami's Ping-Pong (Jpn) - Ping Pong (Tw)";256x224@60;H
+pipibibs;"Pipi & Bibis / Whoopee!! (Z80 sound cpu, set 1)";320x240@60;H
+pipibibsa;"Pipi & Bibis / Whoopee!! (Z80 sound cpu, set 2)";320x240@60;H
+pipibibsp;"Pipi & Bibis / Whoopee!! (prototype)";320x240@60;H
+piranha;"Piranha";288x224@60;V
+piranhah;"Piranha (hack)";288x224@60;V
+piranhao;"Piranha (older)";288x224@60;V
+pirates;"Pirates (set 1) - Pirates! Gold (USA)";288x224@60;H
+piratesb;"Pirates (set 2)";288x224@60;H
+pisces;"Pisces";256x224@60;V
+piscesb;"Pisces (bootleg)";256x224@60;V
+pistoldm;"Pistol Daimyo no Bouken (Japan)";288x224@60;H
+pitfall2;"Pitfall II (315-5093) - Pitfall II - Lost Caverns (Jpn) - Pitfall II - The Lost Caverns (Jpn, v1) - Pitfall II: Lost Caverns";256x224@60;H
+pitfall2a;"Pitfall II (315-5093, Flicky Conversion) - Pitfall II - Lost Caverns (Jpn, Alt) - Pitfall II - The Lost Caverns (Jpn, v0)";256x224@60;H
+pitfall2u;"Pitfall II (not encrypted)";256x224@60;H
+pkladies;"Poker Ladies";384x240@60;H
+pkladiesl;"Poker Ladies (Leprechaun ver. 510)";384x240@60;H
+pkladiesla;"Poker Ladies (Leprechaun ver. 401)";384x240@60;H
+pktgaldx;"Pocket Gal Deluxe (Euro v3.00)";320x240@58;H
+pktgaldxj;"Pocket Gal Deluxe (Japan v3.00)";320x240@58;H
+pkunwar;"Penguin-Kun Wars (US)";256x192@60;H
+pkunwarj;"Penguin-Kun Wars (Japan)";256x192@60;H
+plegends;"Gouketsuji Gaiden Legends (USA, ver. 95/06/20)";320x240@58;H
+plegendsj;"Gouketsuji Gaiden Saikyou Densetsu (Japan, ver. 95/06/";320x240@58;H
+pleiadbl;"Pleiads (bootleg set 1)";256x208@60;V
+pleiadce;"Pleiads (Centuri)";256x208@60;V
+pleiads;"Pleiads (Tehkan)";256x208@60;V
+pleiadsb2;"Pleiads (bootleg set 2)";256x208@60;V
+pleiadsi;"Pleiads (Irecsa)";256x208@60;V
+pleiadsn;"Pleiads (Niemer S.A.)";256x208@60;V
+pleiadss;"Pleiads (Spanish bootleg)";256x208@60;V
+plgirls;"Play Girls";320x224@60;V
+plgirls2;"Play Girls 2";320x224@60;V
+plgirls2b;"Play Girls 2 (bootleg)";320x224@60;V
+plotting;"Plotting (World set 1)";320x224@60;H
+plottinga;"Plotting (World set 2, protected)";320x224@60;H
+plottingb;"Plotting (World set 3, earliest version)";320x224@60;H
+plottingu;"Plotting (US)";320x224@60;H
+plumppop;"Plump Pop (Japan)";256x224@60;H
+plusalph;"Plus Alpha";256x224@60;V
+pnickj;"Pnickies (940608 Japan)";384x224@60;H
+pnyaa;"Pochi and Nyaa";304x224@59;H
+poitto;"Poitto!";360x224@60;H
+poknight;"Poker Night";304x224@59;H
+pokonyan;"Pokonyan (Japan 940322)";384x224@60;H
+pollux;"Pollux (set 1)";384x240@60;V
+polluxa;"Pollux (set 2)";384x240@60;V
+polluxa2;"Pollux (set 3)";384x240@60;V
+polluxn;"Pollux (Japan, NTC license)";384x240@60;V
+pompingw;"Pomping World (Japan)";384x240@57;H
+ponpoko;"Ponpoko";288x224@60;H
+ponpokov;"Ponpoko (Venture Line)";288x224@60;H
+pootan;"Pootan";256x224@60;V
+pooyan;"Pooyan - Pooyan (Jpn) - Pooyan (Kor)";256x224@60;V
+pooyans;"Pooyan (Stern)";256x224@60;V
+popbingo;"Pop Bingo";384x240@60;H
+popbounc;"Pop 'n Bounce / Gapporin";304x224@59;H
+popeye;"Popeye - Popeye (revision D) - Popeye no Beach Volleyball (Jpn)";288x224@60;H
+popeyeman;"Popeye-Man";288x224@60;V
+popflame;"Pop Flamer (Euro, Jpn) - Pop Flamer (protected)";288x224@60;V
+popflamea;"Pop Flamer (not protected)";288x224@60;V
+popflameb;"Pop Flamer (hack?)";288x224@60;V
+popflamen;"Pop Flamer (bootleg on Naughty Boy PCB)";288x224@60;V
+popnpop;"Pop'n Pop (Ver 2.07O 1998/02/09)";320x232@60;H
+popnpopj;"Pop'n Pop (Ver 2.07J 1998/02/09)";320x232@60;H
+popnpopu;"Pop'n Pop (Ver 2.07A 1998/02/09)";320x232@60;H
+popspops;"Pop's Pop's";256x224@56;H
+porky;"Porky";256x224@60;V
+porter;"Port Man (bootleg on Moon Cresta hardware)";256x224@60;V
+pow;"P.O.W. - Prisoners of War (US version 1) - Rings of Power (Euro, USA)";256x224@60;H
+powerins;"Power Instinct (USA)";320x224@56;H
+powerinsa;"Power Instinct (USA, bootleg set 1)";320x224@60;H
+powerinsb;"Power Instinct (USA, bootleg set 2)";320x224@60;H
+powerinsj;"Gouketsuji Ichizoku (Japan)";320x224@56;H
+powj;"Datsugoku - Prisoners of War (Japan)";256x224@60;H
+ppan;"Peter Pan (bootleg of Hook)";320x240@60;H
+ppchamp;"Pasha Pasha Champ Mini Game Festival";320x240@60;H
+pprobe;"Planet Probe (prototype?)";256x224@60;V
+prehisle;"Prehistoric Isle in 1930 (World)";256x224@60;H
+prehisleb;"Prehistoric Isle in 1930 (World, bootleg)";256x224@60;H
+prehislek;"Prehistoric Isle in 1930 (Korea)";256x224@60;H
+prehisleu;"Prehistoric Isle in 1930 (US)";256x224@60;H
+preisle2;"Prehistoric Isle 2";304x224@59;H
+primella;"Primella";384x256@60;H
+prmtmfgt;"Prime Time Fighter (Ver 2.1A 1993/05/21) (New Version)";320x232@60;H
+prmtmfgto;"Prime Time Fighter (Ver 2.1A 1993/05/21) (Old Version)";320x232@60;H
+progear;"Progear (010117 USA)";384x224@60;H
+progeara;"Progear (010117 Asia)";384x224@60;H
+progearj;"Progear No Arashi (010117 Japan)";384x224@60;H
+progearjbl;"Progear No Arashi (010117 Japan, decrypted set)";384x224@60;H
+progearjd;"Progear No Arashi (010117 Japan Phoenix Edition)";384x224@60;H
+progearud;"Progear(010117 USA Phoenix Edition)";384x224@60;H
+progress;"Progress";256x224@60;V
+prtytime;"Party Time: Gonta the Diver II / Ganbare! Gonta!! 2 (W";320x240@58;V
+psoldier;"Perfect Soldiers (Japan)";320x240@60;H
+pspikes;"Power Spikes (World)";356x240@60;H
+pspikes2;"Power Spikes II (NGM-068)";320x224@59;H
+pspikesk;"Power Spikes (Korea)";356x240@60;H
+pspikesu;"Power Spikes (US)";356x240@60;H
+psurge;"Power Surge";256x224@60;V
+psychic5;"Psychic 5 (World)";256x224@54;V
+psychic5j;"Psychic 5 (Japan)";256x224@54;V
+psychos;"Psycho Soldier (US) - Psychosis";400x224@60;H
+psychosj;"Psycho Soldier (Japan)";400x224@60;H
+pturn;"Parallel Turn";256x224@60;V
+puchicar;"Puchi Carat (Ver 2.02O 1997/10/29)";320x232@60;H
+puchicarj;"Puchi Carat (Ver 2.02J 1997/10/29)";320x232@60;H
+puckman;"Puck Man (Japan set 1)";288x224@60;V
+puckmanb;"Puck Man (Bootleg set 1)";288x224@60;V
+puckmanf;"PuckMan (speedup hack)";288x224@60;V
+puckmanh;"Puck Man (bootleg set 2)";288x224@60;V
+puckmod;"Puck Man (Japan set 2)";288x224@60;V
+pulirula;"PuLiRuLa (World)";320x224@60;H
+pulirulaj;"PuLiRuLa (Japan)";320x224@60;H
+pulstar;"Pulstar";320x224@59;H
+punchita;"Punch-Out!! (Italian bootleg)";448x256@60;V
+punchout;"Punch-Out!! (Rev B)";448x256@60;V
+punchouta;"Punch-Out!! (Rev A)";448x256@60;V
+punchoutj;"Punch-Out!! (Japan)";448x256@60;V
+punipic;"The Punisher (bootleg set 1 (with PIC16c57), 930422 et";384x224@60;H
+punipic2;"The Punisher (bootleg set 2 (with PIC16c57), 930422 et";384x224@60;H
+punipic3;"The Punisher (bootleg set 3 (with PIC16c57), 930422 et";384x224@60;H
+punisher;"The Punisher (930422 etc) - The Punisher (Euro)";384x224@60;H
+punisherb;"The Punisher (bootleg, 930422 etc)";384x224@60;H
+punisherbz;"Biaofeng Zhanjing (Chinese bootleg)";384x224@60;H
+punisherh;"The Punisher (930422 Hispanic)";384x224@60;H
+punisherj;"The Punisher (930422 Japan)";384x224@60;H
+punisheru;"The Punisher (930422 USA) - The Punisher (USA)";384x224@60;H
+punkshot;"Punk Shot (US 4 Players)";288x224@60;H
+punkshot2;"Punk Shot (US 2 Players)";288x224@60;H
+punkshotj;"Punk Shot (Japan 2 Players)";288x224@60;H
+pururun;"Pururun";320x224@60;H
+pushman;"Pushman (Korea, set 1)";256x224@60;H
+pushmana;"Pushman (Korea, set 2)";256x224@60;H
+pushmans;"Pushman (American Sammy license)";256x224@60;H
+puzlclub;"Puzzle Club (Japan prototype)";288x224@60;V
+puzlstar;"Puzzle Star (V100MG)";448x224@60;H
+puzzldpr;"Puzzle De Pon! R!";304x224@59;H
+puzzledp;"Puzzle De Pon!";304x224@59;H
+puzzli;"Puzzli";320x224@60;H
+puzzli2;"Puzzli 2 (V100)";448x224@60;H
+puzzli2s;"Puzzli 2 Super (V200)";448x224@60;H
+puzzloop;"Puzz Loop (Europe, v0.94)";320x240@60;H
+puzzloopa;"Puzz Loop (Asia)";320x240@60;H
+puzzloope;"Puzz Loop (Europe, v0.93)";320x240@60;H
+puzzloopj;"Puzz Loop (Japan)";320x240@60;H
+puzzloopk;"Puzz Loop (Korea)";320x240@60;H
+puzzloopu;"Puzz Loop (USA)";320x240@60;H
+puzzlove;"PuzzLove";320x240@60;H
+puzzlovek;"PuzzLove (Korea)";320x240@60;H
+puzznic;"Puzznic - Puzznic (World)";320x224@60;H
+puzznicb;"Puzznic (bootleg, set 1)";320x224@60;H
+puzznicba;"Puzznic (bootleg, set 2)";320x224@60;H
+puzznici;"Puzznic (Italian bootleg)";320x224@60;H
+puzznicj;"Puzznic (Japan)";320x224@60;H
+puzznicu;"Puzznic (US)";320x224@60;H
+pwheelsj;"Power Wheels (Japan)";320x240@60;H
+pwrgoal;"Taito Power Goal (Ver 2.5O 1994/11/03)";320x224@60;H
+pwrinst2;"Power Instinct 2 (USA, ver. 94/04/08)";320x240@58;H
+pwrinst2j;"Gouketsuji Ichizoku 2 (Japan, ver. 94/04/08)";320x240@58;H
+pyros;"Pyros (US)";320x240@60;H
+pzlbowl;"Puzzle De Bowling (Japan)";384x240@60;H
+pzlbreak;"Puzzle Break";256x224@58;H
+pzloop2;"Puzz Loop 2 (010302 Euro)";384x224@60;H
+pzloop2j;"Puzz Loop 2 (010226 Japan)";384x224@60;H
+pzloop2jr1;"Puzz Loop 2 (010205 Japan)";384x224@60;H
+qad;"Quiz & Dragons (capcom quiz game 920701 USA)";384x224@60;H
+qadjr;"Quiz & Dragons (940921 Japan Resale Ver.)";384x224@60;H
+qbert;"Faster, Harder, More Challenging Q*bert (prototype) - Mello Yello Q*bert - Q*bert - Q*bert (Jpn) - Q*bert (Jpn, OMV) - Q*bert (US set 1)";256x240@60;V
+qberta;"Q*bert (Alt) - Q*bert (Jpn, Alt) - Q*bert (US set 2)";256x240@60;V
+qbertj;"Q*bert (Japan)";256x240@60;V
+qbertqub;"Q*bert Qubes - Q*bert's Qubes";256x240@60;V
+qcrayon;"Quiz Crayon Shinchan (Japan)";320x224@60;H
+qcrayon2;"Crayon Shinchan Orato Asobo (Japan)";320x224@60;H
+qgakumon;"Quiz Gakumon no Susume (Japan ver. JA2 Type L)";304x224@60;H
+qjinsei;"Quiz Jinsei Gekijoh (Japan)";320x224@60;H
+qndream;"Quiz Nanairo Dreams - nijiirochou no kiseki (nanairo d";384x224@60;H
+qsangoku;"Quiz Sangokushi (Japan)";384x240@60;H
+qtheater;"Quiz Theater - 3tsu no Monogatari (Ver 2.3J 1994/11/10";320x224@60;H
+qtono1;"Quiz Tonosama no Yabou (Japan)";384x240@60;H
+qtono2j;"Quiz Tonosama no Yabou 2 Zenkoku-ban (tonosama 2 95012";384x224@60;H
+qtorimon;"Quiz Torimonochou (Japan)";320x224@60;H
+quartet;"Quartet (Euro, USA) - Quartet (Rev A, 8751 317-unknown)";320x224@60;H
+quartet2;"Quartet 2 (8751 317-0010)";320x224@60;H
+quartet2a;"Quartet 2 (unprotected)";320x224@60;H
+quarteta;"Quartet (8751 315-5194)";320x224@60;H
+quarth;"Quarth (Japan)";288x224@60;H
+quester;"Quester (Japan)";288x224@60;V
+questers;"Quester Special Edition (Japan)";288x224@60;V
+quiz18k;"Miyasu Nonki no Quiz 18-Kin";320x224@60;H
+quizdai2;"Quiz Meitantei Neo & Geo - Quiz Daisousa Sen part 2 (N";320x224@59;H
+quizdais;"Quiz Daisousa Sen - The Last Count Down (NGM-023)(NGH-";304x224@59;H
+quizdaisk;"Quiz Daisousa Sen - The Last Count Down (Korean releas";304x224@59;H
+quizf1;"Quiz F1 1-2 Finish (Japan)";384x240@60;H
+quizhq;"Quiz H.Q. (Japan)";320x224@60;H
+quizhuhu;"Moriguchi Hiroko no Quiz de Hyuu!Hyuu! (Ver 2.2J 1995/";320x232@60;H
+quizkof;"Quiz King of Fighters (SAM-080)(SAH-080)";304x224@59;H
+quizkofk;"Quiz King of Fighters (Korean release)";304x224@59;H
+quizo;"Quiz Olympic (set 1)";320x200@60;H
+quizoa;"Quiz Olympic (set 2)";320x200@60;H
+qzchikyu;"Quiz Chikyu Bouei Gun (Japan)";320x224@60;H
+qzkklgy2;"Quiz Kokology 2";384x240@60;H
+qzkklogy;"Quiz Kokology";384x240@60;H
+qzquest;"Quiz Quest - Hime to Yuusha no Monogatari (Japan)";320x224@60;H
+qzshowby;"Quiz Sekai wa SHOW by shobai (Japan)";320x224@60;H
+r2dx_v33;"Raiden II New / Raiden DX (newer V33 PCB) (Raiden DX E";320x240@55;V
+r2dx_v33_r2;"Raiden II New / Raiden DX (newer V33 PCB) (Raiden II E";320x240@55;V
+rabiolep;"Rabio Lepus (Japan) - Rabio Lepus Special";288x216@60;H
+rachero;"Racing Hero (FD1094 317-0144)";320x224@60;H
+racherod;"Racing Hero (FD1094 317-0144 decrypted)";320x224@60;H
+racingb;"Racing Beat (World)";320x240@60;H
+racingbj;"Racing Beat (Japan)";320x240@60;H
+rackemup;"Rack 'em Up (program code L)";256x224@60;V
+racknrol;"Rack + Roll";256x224@60;H
+radarscp;"Radar Scope";256x224@60;V
+radarscp1;"Radar Scope (TRS01)";256x224@60;V
+radrad;"Radical Radial (US)";256x224@60;H
+radradj;"Radical Radial (Japan)";256x224@60;H
+raflesia;"Rafflesia (315-5162)";256x224@60;V
+ragnagrd;"Ragnagard / Shin-Oh-Ken";320x224@59;H
+ragtime;"The Great Ragtime Show (Japan v1.5, 92.12.07)";320x240@58;H
+ragtimea;"The Great Ragtime Show (Japan v1.3, 92.11.26)";320x240@58;H
+raiden;"Raiden";256x224@59;V
+raiden2;"Raiden II (US, set 1)";320x240@55.4;V
+raiden2dx;"Raiden II (harder, Raiden DX Hardware)";320x240@55.4;V
+raiden2e;"Raiden II (Easy Version, Korea?)";320x240@55.4;V
+raiden2ea;"Raiden II (Easy Version, Japan?)";320x240@55.4;V
+raiden2eg;"Raiden II (Easy Version, Germany)";320x240@55.4;V
+raiden2eu;"Raiden II (Easy Version, US set 2)";320x240@55.4;V
+raiden2eua;"Raiden II (Easy Version, US set 1)";320x240@55.4;V
+raiden2f;"Raiden II (France)";320x240@55.4;V
+raiden2g;"Raiden II (Germany)";320x240@55.4;V
+raiden2hk;"Raiden II (Hong Kong)";320x240@55.4;V
+raiden2i;"Raiden II (Italy)";320x240@55.4;V
+raiden2j;"Raiden II (Japan)";320x240@55.4;V
+raiden2nl;"Raiden II (Holland)";320x240@55.4;V
+raiden2sw;"Raiden II (Switzerland)";320x240@55.4;V
+raiden2u;"Raiden II (US, set 2)";320x240@55.4;V
+raidena;"Raiden (set 2)";256x224@60;V
+raidenb;"Raiden (set 3, Alternate hardware)";256x224@60;V
+raidendx;"Raiden DX (UK)";320x240@55.4;V
+raidendxa1;"Raiden DX (Hong Kong, set 1)";320x240@55.4;V
+raidendxa2;"Raiden DX (Hong Kong, set 2)";320x240@55.4;V
+raidendxch;"Raiden DX (China)";320x240@55.4;V
+raidendxg;"Raiden DX (Germany)";320x240@55.4;V
+raidendxj;"Raiden DX (Japan)";320x240@55.4;V
+raidendxk;"Raiden DX (Korea)";320x240@55.4;V
+raidendxnl;"Raiden DX (Holland)";320x240@55.4;V
+raidendxu;"Raiden DX (US)";320x240@55.4;V
+raidenk;"Raiden (Korea)";256x224@60;V
+raidenkb;"Raiden (Korea, bootleg)";256x224@60;V
+raident;"Raiden (Taiwan)";256x224@60;V
+raidenu;"Raiden (US, set 1)";256x224@60;V
+raidenua;"Raiden (US, set 2, SEI8904 + SEI9008 PCBs)";256x224@60;V
+raiders5;"Raiders5";256x192@60;H
+raiders5t;"Raiders5 (Japan)";256x192@60;H
+raiga;"Raiga - Strato Fighter (Japan)";256x224@60;H
+raimais;"Raimais (World)";320x224@60;H
+raimaisj;"Raimais (Japan)";320x224@60;H
+raimaisjo;"Raimais (Japan, first revision)";320x224@60;H
+rallybik;"Rally Bike / Dash Yarou";320x240@55.2;V
+rallyx;"New Rally X - Rally X (32k Ver.?) - Rally-X (Jpn) - Rally-X (Tw)";288x224@60;H
+rallyxa;"Rally X - Rally-X (Jpn, Alt)";288x224@60;H
+rallyxm;"Rally X (Midway)";288x224@60;H
+rallyxmr;"Rally X (Model Racing)";288x224@60;H
+rambo3;"Rambo III (Euro) - Rambo III (Euro, USA, Bra) - Rambo III (Europe) - Rambo III (World, v1.1)";320x224@60;H
+rambo3p;"Rambo III (Europe, Proti?)";320x224@60;H
+rambo3u;"Rambo III (US)";320x224@60;H
+raphero;"Rapid Hero";384x224@56;V
+rastan;"Rastan (Euro, USA, Bra) - Rastan (World Rev 1) - Rastan Saga (Jpn, SMS Mode)";320x240@60;H
+rastana;"Rastan (World)";320x240@60;H
+rastanb;"Rastan (World, Earlier code base)";320x240@60;H
+rastanu;"Rastan (US Rev 1)";320x240@60;H
+rastanua;"Rastan (US)";320x240@60;H
+rastanub;"Rastan (US, Earlier code base)";320x240@60;H
+rastsag2;"Rastan Saga 2 (Japan)";320x224@60;H
+rastsaga;"Rastan Saga (Japan Rev 1)";320x240@60;H
+rastsagaa;"Rastan Saga (Japan Rev 1, Earlier code base)";320x240@60;H
+rastsagab;"Rastan Saga (Japan, Earlier code base)";320x240@60;H
+rayforce;"Ray Force (Ver 2.3A 1994/01/20)";320x224@60;V
+rayforcej;"Ray Force (Ver 2.3J 1994/01/20)";320x224@60;V
+rbff1;"Real Bout Fatal Fury / Real Bout Garou Densetsu (NGM-0";320x224@59;H
+rbff1a;"Real Bout Fatal Fury / Real Bout Garou Densetsu (bug f";320x224@59;H
+rbff1k;"Real Bout Fatal Fury / Real Bout Garou Densetsu (Korea";320x224@59;H
+rbff2;"Real Bout Fatal Fury 2 - The Newcomers / Real Bout Gar";320x224@59;H
+rbff2h;"Real Bout Fatal Fury 2 - The Newcomers / Real Bout Gar";320x224@59;H
+rbff2k;"Real Bout Fatal Fury 2 - The Newcomers (Korean release";320x224@59;H
+rbffspec;"Real Bout Fatal Fury Special / Real Bout Garou Densets";320x224@59;H
+rbffspeck;"Real Bout Fatal Fury Special / Real Bout Garou Densets";320x224@59;H
+rbisland;"Rainbow Islands (new version) - Rainbow Islands - The Story of Bubble Bobble 2 (Euro) - Rainbow Islands Extra (Jpn)";320x224@60;H
+rbislande;"Rainbow Islands (Extra)";320x224@60;H
+rbislando;"Rainbow Islands (old version)";320x224@60;H
+rchase;"Rail Chase (World)";320x224@60;H
+rchasej;"Rail Chase (Japan)";320x224@60;H
+rdaction;"Rad Action / NinjaKun Ashura no Shou";256x192@60;H
+reaktor;"Reaktor (Track & Field conversion)";256x224@60;V
+recalh;"Recalhorn (Ver 1.42J 1994/5/11) (Prototype)";320x232@60;H
+recordbr;"Recordbreaker (World)";320x240@60;H
+redearth;"Red Earth / War-Zard (Euro 961121)";384x224@60;H
+redearthr1;"Red Earth / War-Zard (Euro 961023)";384x224@60;H
+redfoxwp2;"Red Fox War Planes II (China, set 1)";256x224@56;V
+redfoxwp2a;"Red Fox War Planes II (China, set 2)";256x224@56;V
+redhawk;"Red Hawk (US)";256x224@56;V
+redhawkb;"Vince (Redhawk bootleg)";256x224@56;H
+redhawke;"Red Hawk (Excellent Co., Ltd)";256x224@56;V
+redhawkg;"Red Hawk (Greece)";256x224@56;H
+redhawki;"Red Hawk (Italy)";256x224@56;H
+redhawkk;"Red Hawk (Korea)";256x224@56;V
+redrobin;"Red Robin";256x224@60;V
+redufo;"Defend the Terra Attack on the Red UFO";256x224@60;V
+redufob;"Defend the Terra Attack on the Red UFO (bootleg)";256x224@60;V
+regulus;"Regulus (315-5033, rev. A)";240x224@60;V
+reguluso;"Regulus (315-5033)";240x224@60;V
+regulusu;"Regulus (not encrypted)";240x224@60;V
+renegade;"Renegade (Euro, Bra) - Renegade (US)";240x240@60;H
+repulse;"Repulse";288x224@60;V
+rescue;"Rescue - Space Rescue (Euro)";256x224@60;V
+retofinv;"Return of the Invaders";288x224@60;V
+retofinv1;"Return of the Invaders (bootleg set 1)";288x224@60;V
+retofinv2;"Return of the Invaders (bootleg set 2)";288x224@60;V
+revngr84;"Revenger '84 (set 1)";272x236@60;V
+rezon;"Rezon";384x240@60;H
+rezont;"Rezon (Taito)";384x240@60;H
+rf2;"Konami RF2 - Red Fighter";256x224@60;H
+ridhero;"Riding Hero (NGM-006)(NGH-006)";304x224@59;H
+ridheroh;"Riding Hero (set 2)";304x224@59;H
+ridingf;"Riding Fight (Ver 1.0O)";320x224@60;H
+ridingfj;"Riding Fight (Ver 1.0J)";320x224@60;H
+ridingfu;"Riding Fight (Ver 1.0A)";320x224@60;H
+ringdest;"Ring of Destruction - slammasters II (940902 Euro)";384x224@60;H
+ringdesta;"Ring of Destruction - slammasters II (940831 Asia)";384x224@60;H
+ringdesth;"Ring of Destruction - slammasters II (940902 Hispanic)";384x224@60;H
+ringdstd;"Ring of Destruction - slammasters II (940902 Euro Phoe";384x224@60;H
+ringfgt;"Ring Fighter (set 1)";256x224@60;V
+ringfgt2;"Ring Fighter (set 2)";256x224@60;V
+ringohja;"Ring no Ohja (Japan 2 Players ver. N)";288x224@60;H
+ringrage;"Ring Rage (Ver 2.3O 1992/08/09)";320x224@60;H
+ringragej;"Ring Rage (Ver 2.3J 1992/08/09)";320x224@60;H
+ringrageu;"Ring Rage (Ver 2.3A 1992/08/09)";320x224@60;H
+riot;"Riot";256x224@60;H
+riotcity;"Riot City (Japan)";320x224@60;H
+riskchal;"Risky Challenge";320x240@60;H
+rittam;"R&T (Rod-Land prototype?)";256x224@60;H
+rmancp2j;"Rockman: The Power Battle (950922 Japan)";384x224@60;H
+roadf;"Road Fighter (set 1)";256x224@60;V
+roadf2;"Road Fighter (set 2)";256x224@60;V
+roadf3;"Road Fighter (set 3, conversion hack on Hyper Sports P";256x224@60;V
+roboarma;"Robo Army (set 2)";304x224@59;H
+roboarmy;"Robo Army (set 1)";304x224@59;H
+robocop;"Gangcheol RoboCop (Kor) - RoboCop - Robocop (Euro) - Robocop (World revision 4)";256x240@57;H
+robocop2;"Robocop 2 (Euro/Asia v0.10)";320x240@58;H
+robocop2j;"Robocop 2 (Japan v0.11)";320x240@58;H
+robocop2u;"Robocop 2 (US v0.10)";320x240@58;H
+robocop2ua;"Robocop 2 (US v0.05)";320x240@58;H
+robocopb;"Robocop (World bootleg)";256x240@57;H
+robocopb2;"Robocop (Red Corporation World bootleg)";256x240@57;H
+robocopi;"Robocop (Intro demo)";304x224@59;H
+robocopj;"Robocop (Japan)";256x240@57;H
+robocopu;"Robocop (US revision 1)";256x240@57;H
+robocopu0;"Robocop (US revision 0)";256x240@57;H
+robocopw;"Robocop (World revision 3)";256x240@57;H
+robokid;"Atomic Robo-kid (World, Type-2)";256x192@60;H
+robokidj;"Atomic Robo-kid (Japan, Type-2, set 1)";256x192@60;H
+robokidj2;"Atomic Robo-kid (Japan, Type-2, set 2)";256x192@60;H
+robokidj3;"Atomic Robo-kid (Japan)";256x192@60;H
+robowres;"Robo Wres 2001";256x224@60;H
+robotron;"Robotro 2084";292x240@60;H
+rockclim;"Rock Climber";256x224@60;H
+rockduck;"Rock Duck (prototype?)";240x240@57;V
+rockman2j;"Rockman 2 - the power fighters (960708 Japan)";384x224@60;H
+rockmanj;"Rockman - the power battle (950922 Japan)";384x224@60;H
+rockn;"Rock'n Tread (Japan)";320x224@60;V
+rockn2;"Rock'n Tread 2 (Japan)";320x224@60;V
+rockn3;"Rock'n 3 (Japan)";320x224@60;V
+rockn4;"Rock'n 4 (Japan, prototype)";320x224@60;V
+rockna;"Rock'n Tread (Japan, alternate)";320x224@60;V
+rockrage;"Rock'n Rage (World)";256x224@60;H
+rockragea;"Rock'n Rage (prototype?)";256x224@60;H
+rockragej;"Koi no Hotrock (Japan)";256x224@60;H
+rocktris;"Rock Tris";384x240@60;H
+rocktrv2;"MTV Rock-N-Roll Trivia (Part 2)";288x224@60;V
+rocnrope;"Roc 'n Rope - Roc'n Rope";256x224@60;V
+rocnropek;"Roc'n Rope (Kosuka)";256x224@60;V
+rodland;"Rod-Land (World)";256x224@60;H
+rodlandj;"Rod-Land (Japan)";256x224@60;H
+rodlandjb;"Rod-Land (Japan bootleg)";256x224@60;H
+rohga;"Rohga Armor Force (Asia/Europe v5.0)";320x240@58;H
+rohga1;"Rohga Armor Force (Asia/Europe v3.0 Set 1)";320x240@58;H
+rohga2;"Rohga Armor Force (Asia/Europe v3.0 Set 2)";320x240@58;H
+rohgah;"Rohga Armor Force (Hong Kong v3.0)";320x240@58;H
+rohgau;"Rohga Armor Force (US v1.0)";320x240@58;H
+roishtar;"The Return of Ishtar";288x224@60;H
+rolcrush;"Rolling Crush (version 1.07.E - 1999/02/11, Trust lice";304x224@58;H
+rolcrusha;"Rolling Crush (version 1.03.E - 1999/01/29)";304x224@58;H
+rollace;"Roller Aces (set 1)";240x224@60;V
+rollace2;"Roller Aces (set 2)";240x224@60;V
+rollerg;"Rollergames (US)";288x224@60;H
+rollergj;"Rollergames (Japan)";288x224@60;H
+rompers;"Rompers (Japan, new version (Rev B))";288x224@60;V
+romperso;"Rompers (Japan, old version)";288x224@60;V
+ropeman;"Ropeman (bootleg of Roc'n Rope)";256x224@60;V
+rotd;"Rage of the Dragons (NGM-264?)";320x224@59;H
+rotdh;"Rage of the Dragons (NGH-2640)";320x224@59;H
+route16;"Route 16 (set 1)";256x256@60;V
+route16a;"Route 16 (set 2)";256x256@60;V
+route16bl;"Route 16 (bootleg)";256x256@60;V
+route16c;"Route 16 (set 3, bootleg?)";256x256@60;V
+routex;"Route X (bootleg)";256x256@60;V
+rpatrol;"River Patrol (Orca)";256x224@60;H
+rpatrolb;"River Patrol (bootleg)";256x224@60;H
+rpunch;"Rabbit Punch (US)";288x216@60;H
+rshark;"R-Shark";384x240@60;V
+rthun2;"Rolling Thunder 2 - Rolling Thunder 2 (Euro)";288x224@60;H
+rthun2j;"Rolling Thunder 2 (Japan) - Rolling Thunder 2 (Jpn)";288x224@60;H
+rthunder;"Rolling Thunder (rev 3)";288x224@60;H
+rthunder0;"Rolling Thunder (oldest)";288x224@60;H
+rthunder1;"Rolling Thunder (rev 1)";288x224@60;H
+rthunder2;"Rolling Thunder (rev 2)";288x224@60;H
+rthundera;"Rolling Thunder (rev 3, hack)";288x224@60;H
+rtype;"R-Type - R-Type (Jpn) - R-Type (World) - R-Type (World)";384x256@55;H
+rtype2;"R-Type II";384x256@55;H
+rtype2j;"R-Type II (Japan)";384x256@55;H
+rtype2jc;"R-Type II (Japan, revision C)";384x256@55;H
+rtypeb;"R-Type (World bootleg)";384x256@55;H
+rtypej;"R-Type (Japan)";384x256@55;H
+rtypejp;"R-Type (Japan prototype)";384x256@55;H
+rtypeleo;"R-Type Leo (World)";320x240@60;H
+rtypeleoj;"R-Type Leo (Japan)";320x240@60;H
+rtypeu;"R-Type (US)";384x256@55;H
+rugrats;"Rug Rats";288x224@60;V
+rumba;"Rumba Lumber";256x224@60;V
+runark;"Runark (Japan) - Runark (Jpn, Kor)";320x224@60;H
+rundeep;"Run Deep";256x248@60;V
+rushatck;"Rush'n Attack (US)";240x224@60;H
+rushcrsh;"Rush & Crash (Japan)";352x240@60;V
+rygar;"Rygar (US set 1)";256x224@60;H
+rygar2;"Rygar (US set 2)";256x224@60;H
+rygar3;"Rygar (US set 3 Old Version)";256x224@60;H
+rygarb;"Rygar (US, bootleg)";256x224@60;H
+rygarj;"Argus no Senshi (Japan)";256x224@60;H
+ryorioh;"Gourmet Battle Quiz Ryohrioh CooKing (Japan)";336x240@60;H
+ryouran;"VS Mahjong Otome Ryouran";320x240@60;H
+ryujin;"Ryu Jin (Japan)";320x224@60;V
+ryukendn;"Ninja Ryukenden (Japan, set 1)";256x224@60;H
+ryukendna;"Ninja Ryukenden (Japan, set 2)";256x224@60;H
+ryukyu;"RyuKyu (Japan, FD1094 317-5023) - Ryuukyuu - Ryuukyuu (Jpn)";320x224@60;H
+ryukyud;"RyuKyu (Japan, FD1094 317-5023 decrypted)";320x224@60;H
+s1945;"Strikers 1945";320x224@59;V
+s1945a;"Strikers 1945 (Alt)";320x224@59;V
+s1945ii;"Strikers 1945 II";320x224@60;V
+s1945iii;"Strikers 1945 III (World) / Strikers 1999 (Japan)";320x224@60;V
+s1945j;"Strikers 1945 (Japan)";320x224@59;V
+s1945jn;"Strikers 1945 (Japan, unprotected)";320x224@59;V
+s1945k;"Strikers 1945 (Korea)";320x224@59;V
+s1945p;"Strikers 1945 Plus";320x224@59;H
+sabotenb;"Saboten Bombers (set 1)";384x224@56;H
+sabotenba;"Saboten Bombers (set 2)";384x224@56;H
+sadari;"Sadari";384x256@60;H
+safarir;"Safari Rally (World)";256x208@60;V
+safarirj;"Safari Rally (Japan)";256x208@60;V
+sailormn;"Bishoujo Senshi Sailor Moon (Jpn) - Pretty Soldier Sailor Moon (ver. 95/03/22B, Europe)";320x240@58;H
+sailormnh;"Pretty Soldier Sailor Moon (ver. 95/03/22B, Hong Kong)";320x240@58;H
+sailormnj;"Pretty Soldier Sailor Moon (ver. 95/03/22B, Japan)";320x240@58;H
+sailormnk;"Pretty Soldier Sailor Moon (ver. 95/03/22B, Korea)";320x240@58;H
+sailormno;"Pretty Soldier Sailor Moon (ver. 95/03/22, Europe)";320x240@58;H
+sailormnoh;"Pretty Soldier Sailor Moon (ver. 95/03/22, Hong Kong)";320x240@58;H
+sailormnoj;"Pretty Soldier Sailor Moon (ver. 95/03/22, Japan)";320x240@58;H
+sailormnok;"Pretty Soldier Sailor Moon (ver. 95/03/22, Korea)";320x240@58;H
+sailormnot;"Pretty Soldier Sailor Moon (ver. 95/03/22, Taiwan)";320x240@58;H
+sailormnou;"Pretty Soldier Sailor Moon (ver. 95/03/22, USA)";320x240@58;H
+sailormnt;"Pretty Soldier Sailor Moon (ver. 95/03/22B, Taiwan)";320x240@58;H
+sailormnu;"Pretty Soldier Sailor Moon (ver. 95/03/22B, USA)";320x240@58;H
+saiyugou;"Sai Yu Gou Ma Roku (Japan)";256x240@60;H
+saiyugoub1;"Sai Yu Gou Ma Roku (Japan bootleg 1)";256x240@60;H
+saiyugoub2;"Sai Yu Gou Ma Roku (Japan bootleg 2)";256x240@60;H
+salamand;"Salamander - Salamander (Jpn) - Salamander (version D)";256x224@60;H
+salamandj;"Salamander (version J)";256x224@60;H
+samesame;"Same! Same! Same! (2 player alternating ver.) - Same! Same! Same! (Jpn)";320x240@60;V
+samesame2;"Same! Same! Same!";320x240@60;V
+samesamenh;"Same! Same! Same! NEW VER! (v1.00, hack by Trap15)";320x240@60;V
+samsh5sp;"Samurai Shodown V Special / Samurai Spirits Zero Speci";304x224@59;H
+samsh5sph;"Samurai Shodown V Special / Samurai Spirits Zero Speci";304x224@59;H
+samsh5spho;"Samurai Shodown V Special / Samurai Spirits Zero Speci";304x224@59;H
+samsho;"Samurai Shodown (Euro) - Samurai Shodown (USA) - Samurai Shodown / Samurai Spirits (NGM-045)";320x224@59;H
+samsho2;"Samurai Shodown II / Shin Samurai Spirits - Haohmaru j";320x224@59;H
+samsho2k;"Saulabi Spirits / Jin Saulabi Tu Hon (Korean release o";320x224@59;H
+samsho2ka;"Saulabi Spirits / Jin Saulabi Tu Hon (Korean release o";320x224@59;H
+samsho2sp;"Samurai Shodown II / Shin Samurai Spirits - Haohmaru j";320x224@59;H
+samsho3;"Samurai Shodown III / Samurai Spirits - Zankurou Musou";304x224@59;H
+samsho3h;"Samurai Shodown III / Samurai Spirits - Zankurou Musou";304x224@59;H
+samsho4;"Samurai Shodown IV - Amakusa's Revenge / Samurai Spiri";320x224@59;H
+samsho4k;"Pae Wang Jeon Seol / Legend of a Warrior (Korean censo";320x224@59;H
+samsho4sp;"Samurai Shodown IV - Amakusa's Revenge / Samurai Spiri";320x224@59;H
+samsho5;"Samurai Shodown V / Samurai Spirits Zero (NGM-2700)";304x224@59;H
+samsho5b;"Samurai Shodown V / Samurai Spirits Zero (bootleg)";304x224@59;H
+samsho5h;"Samurai Shodown V / Samurai Spirits Zero (NGH-2700)";304x224@59;H
+samsho5x;"Samurai Shodown V / Samurai Spirits Zero (hack of XBOX";304x224@59;H
+samshoa;"Samurai Shodown / Samurai Spirits (NGM-045, alternate";320x224@59;H
+samshoh;"Samurai Shodown / Samurai Spirits (NGH-045)";320x224@59;H
+samuraia;"Samurai Aces (World)";320x224@59;V
+sandscrp;"Sand Scorpion";256x224@60;V
+sandscrpa;"Sand Scorpion (Earlier)";256x224@60;V
+sandscrpb;"Sand Scorpion (Chinese Title Screen, Revised Hardware)";256x224@60;V
+sarukani;"Saru-Kani-Hamu-Zou (Japan)";320x240@60;H
+saturnzi;"Saturn";256x224@60;V
+sauro;"Sauro";240x224@60;H
+saurob;"Sauro (bootleg)";240x224@60;H
+saurop;"Sauro (Philko license)";240x224@60;H
+saurorr;"Sauro (Recreativos Real S.A. license)";240x224@60;H
+savagere;"Savage Reign / Fu'un Mokushiroku - kakutou sousei";304x224@59;H
+savgbees;"Savage Bees";256x224@60;V
+sbasebal;"Super Champion Baseball (US)";256x224@60;H
+sbasebalj;"Super Champion Baseball (Japan)";256x224@60;H
+sbbros;"Super Buster Bros. (USA 901001)";384x240@60;H
+sbishi;"Super Bishi Bashi Championship (ver JAA, 2 Players)";288x224@60;H
+sbishik;"Super Bishi Bashi Championship (ver KAB, 3 Players)";288x224@60;H
+sbishika;"Super Bishi Bashi Championship (ver KAA, 3 Players)";288x224@60;H
+sboblbobl;"Super Bobble Bobble (bootleg, set 1)";256x224@60;H
+sboblbobla;"Super Bobble Bobble (bootleg, set 2)";256x224@60;H
+sboblboblb;"Super Bobble Bobble (bootleg, set 3)";256x224@60;H
+sboblboblc;"Super Bobble Bobble (bootleg)";256x224@60;H
+sboblbobld;"Super Bobble Bobble (bootleg, set 4)";256x224@60;H
+sbomber;"Space Bomber (ver. B)";320x224@60;V
+sbombera;"Space Bomber";320x224@60;V
+sbsgomo;"Space Battle Ship Gomorrah";256x224@56;H
+scessjoe;"Success Joe (World)";288x208@60;H
+scfinals;"Super Cup Finals (Ver 2.2O 1994/01/13)";320x224@60;H
+scfinalso;"Super Cup Finals (Ver 2.1O 1993/11/19)";320x224@60;H
+schmeisr;"Schmeiser Robo (Japan)";320x240@58;H
+sci;"Special Criminal Investigation - Special Criminal Investigation (Euro) - Special Criminal Investigation (World set 1)";320x240@60;H
+scia;"Special Criminal Investigation (World set 2)";320x240@60;H
+scij;"Special Criminal Investigation (Japan)";320x240@60;H
+scinegro;"Special Criminal Investigation (Negro bootleg)";320x240@60;H
+scion;"Scion (Jpn) - Scion";240x224@60;H
+scionc;"Scion (Cinematronics)";240x224@60;H
+sciu;"Special Criminal Investigation (US)";320x240@60;H
+scobra;"Super Cobra - Super Cobra - Super Cobra (Jpn)";256x224@60;V
+scobrab;"Super Cobra (bootleg)";256x224@60;V
+scobrae;"Super Cobra (Stern) (encrypted, KONATEC XC-103SS CPU)";256x224@60;V
+scobras;"Super Cobra (Stern)";256x224@60;V
+scobrase;"Super Cobra (Sega)";256x224@60;V
+scontra;"Super Contra";304x224@60;V
+scontraj;"Super Contra (Japan)";304x224@60;V
+scorpion;"Scorpion (set 1)";256x224@60;V
+scorpiona;"Scorpion (set 2)";256x224@60;V
+scorpionb;"Scorpion (set 3)";256x224@60;V
+scorpionmc;"Scorpion (Moon Cresta hardware)";256x224@60;V
+scotrsht;"Scooter Shooter";256x224@60;V
+scramb2;"Scramble (bootleg)";256x224@60;V
+scramblb;"Scramble (bootleg on Galaxian hardware)";256x224@60;V
+scramble;"Scramble";256x224@60;V
+scramblebb;"Scramble (bootleg?)";256x224@60;V
+scramblebf;"Scramble (Karateko, French bootleg)";256x224@60;V
+scrambler;"Scramble (Reben S.A. Spanish bootleg)";256x224@60;V
+scrambles;"Scramble (Stern)";256x224@60;V
+scrambp;"Impacto (Billport S.A., Spanish bootleg of Scramble)";256x224@60;V
+scramce;"Scramble (Centromatic S.A., Spanish bootleg)";256x224@60;V
+scrampt;"Scramble (Petaco S.A., Spanish bootleg)";256x224@60;V
+scramrf;"Scramble (Recreativos Franco, Spanish bootleg)";256x224@60;V
+scregg;"Scrambled Egg";240x240@57;V
+sdfight;"SD Fighters (Korea)";320x240@60;H
+sdgndmps;"SD Gundam Psycho Salamander no Kyoui";320x224@60;H
+sdi;"SDI (Jpn) - SDI - Strategic Defense Initiative (Japan, newer, Syst";320x224@60;H
+sdia;"SDI - Strategic Defense Initiative (Japan, old, System";320x224@60;H
+sdib;"SDI - Strategic Defense Initiative (System 16B, FD1089";320x224@60;H
+sdibl;"SDI - Strategic Defense Initiative (bootleg, original";320x224@60;H
+sdibl2;"SDI - Strategic Defense Initiative (bootleg, set 1)";320x224@60;H
+sdibl3;"SDI - Strategic Defense Initiative (bootleg, set 2)";320x224@60;H
+sdibl4;"SDI - Strategic Defense Initiative (bootleg, set 3)";320x224@60;H
+sdibl5;"SDI - Strategic Defense Initiative (bootleg, set 4)";320x224@60;H
+sdibl6;"SDI - Strategic Defense Initiative (bootleg, set 5)";320x224@60;H
+sdodgeb;"Super Dodge Ball / Kunio no Nekketsu Toukyuu Densetsu";304x224@59;H
+searchar;"SAR - Search And Rescue (World)";256x224@60;V
+searcharj;"SAR - Search And Rescue (Japan)";256x224@60;V
+searcharu;"SAR - Search And Rescue (US)";256x224@60;V
+searchey;"Search Eye (English / Korean / Japanese / Italian)";320x240@60;H
+searcheya;"Search Eye (English / Korean)";320x240@60;H
+searchp2;"Search Eye Plus V2.0";320x240@55;H
+secretag;"Secret Agent (World revision 3)";256x240@57;H
+secretagj;"Secret Agent (Japan revision 2)";256x240@57;H
+sectionz;"Section Z (set 1)";256x240@60;H
+sectionza;"Section Z (set 2)";256x240@60;H
+sectrzon;"Sector Zone";256x224@60;V
+seganinj;"Sega Ninja (315-5102)";256x224@60;H
+seganinju;"Sega Ninja (not encrypted)";256x224@60;H
+seicross;"Seicross";256x224@60;V
+selfeena;"Sel Feena";320x224@60;H
+semibase;"MuHanSeungBu (SemiCom Baseball) (Korea)";320x240@60;H
+sengekis;"Sengeki Striker (Asia)";320x240@60;V
+sengekisj;"Sengeki Striker (Japan)";320x240@60;V
+sengoku;"Sengoku / Sengoku Denshou (NGM-017)(NGH-017)";320x224@59;H
+sengoku2;"Sengoku 2 / Sengoku Denshou 2";304x224@59;H
+sengoku3;"Sengoku 3 / Sengoku Densho 2001";320x224@59;H
+sengoku3s;"Sengoku 3 / Sengoku Densho 2001 (Evolution 1.0, FCHT h";320x224@59;H
+sengokuh;"Sengoku / Sengoku Denshou (NGH-017)(US)";320x224@59;H
+senknow;"Sen-Know (Japan)";320x240@60;H
+sf;"Galaxian (bootleg, set 1) - Marvel Super Heroes vs Street Fighter (970625 Euro) - Radica: Street Fighter Pack (Euro) - Street Fighter (US, set 1) - X-Men vs Street Fighter (961004 Euro) - Yu Yu Hakusho - Sunset Fighters (Bra)";384x224@60;H
+sf2;"Hyper Street Fighter II: The Anniversary Edition (0402 - Street Fighter II (Bra) - Street Fighter II - The World Warrior (910522 etc) - Street Fighter II' - Special Champion Edition (Euro) - Super Street Fighter II - The New Challengers (Euro) - Super Street Fighter II - the new challengers (super s";384x224@60;H
+sf2acc;"Street Fighter II' - Champion Edition (Accelerator! bo";384x224@60;H
+sf2acca;"Street Fighter II' - Champion Edition (Accelerator! bo";384x224@60;H
+sf2accp2;"Street Fighter II' - Champion Edition (Accelerator Pt.";384x224@60;H
+sf2amf;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf2;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf3;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf4;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf5;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf6;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf7;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2amf8;"Street Fighter II - Champion Edition (Alpha Magic-F bo";384x224@60;H
+sf2b;"Street Fighter II - The World Warrior (bootleg, 910214";384x224@60;H
+sf2b2;"Street Fighter II - The World Warrior (bootleg, 910214";384x224@60;H
+sf2b3;"Street Fighter II - The World Warrior (bootleg, 910214";384x224@60;H
+sf2bhh;"Street Fighter II' - Champion Edition (Hungh-Hsi bootl";384x224@60;H
+sf2ce;"Street Fighter II' - Champion Edition - Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2cebltw;"Street Fighter II' - Champion Edition (920313 'Taiwan'";384x224@60;H
+sf2ceea;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2ceeab2;"Street Fighter II' - Champion Edition (920313 etc boot";384x224@60;H
+sf2ceeab3;"Street Fighter II' - Champion Edition (920313 etc boot";384x224@60;H
+sf2ceeab4;"Street Fighter II' - Champion Edition (920313 etc boot";384x224@60;H
+sf2ceeab5;"Street Fighter II' - Champion Edition (920313 etc boot";384x224@60;H
+sf2ceeabl;"Street Fighter II' - Champion Edition (920313 etc boot";384x224@60;H
+sf2ceja;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2cejab2;"Street Fighter II' - Champion Edition (920322 Japan bo";384x224@60;H
+sf2cejabl;"Street Fighter II' - Champion Edition (920322 Japan bo";384x224@60;H
+sf2cejb;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2cejc;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2ceua;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2ceuab2;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuab3;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuab4;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuab5;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuab6;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuab7;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceuabl;"Street Fighter II' - Champion Edition (920313 USA boot";384x224@60;H
+sf2ceub;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2ceuc;"Street Fighter II' - Champion Edition (street fighter";384x224@60;H
+sf2ceucbl;"Street Fighter II' - Champion Edition (920803 USA boot";384x224@60;H
+sf2ceupl;"Street Fighter II' - Champion Edition (UPL bootleg)";384x224@60;H
+sf2dkot2;"Street Fighter II' - Champion Edition (Double K.O. Tur";384x224@60;H
+sf2dongb;"Street Fighter II': Champion Edition (Dongfang Bubai p";384x224@60;H
+sf2eb;"Street Fighter II - The World Warrior (910214 etc)";384x224@60;H
+sf2ebbl;"Street Fighter II - The World Warrior (TAB Austria boo";384x224@60;H
+sf2ebbl2;"Street Fighter II - The World Warrior (TAB Austria boo";384x224@60;H
+sf2ebbl3;"Street Fighter II - The World Warrior (TAB Austria boo";384x224@60;H
+sf2ed;"Street Fighter II - The World Warrior (910318 etc)";384x224@60;H
+sf2ee;"Street Fighter II - The World Warrior (910228 etc)";384x224@60;H
+sf2em;"Street Fighter II - The World Warrior (910129 etc)";384x224@60;H
+sf2hf;"Street Fighter II' - Hyper Fighting (street fighter 2'";384x224@60;H
+sf2hfj;"Street Fighter II' Turbo - Hyper Fighting (street figh";384x224@60;H
+sf2hfjb;"Street Fighter II' Turbo - Hyper Fighting (bootleg set";384x224@60;H
+sf2hfjb2;"Street Fighter II' Turbo - Hyper Fighting (bootleg set";384x224@60;H
+sf2hfu;"Street Fighter II' - Hyper Fighting (street fighter 2'";384x224@60;H
+sf2j;"Hyper Street Fighter II: The Anniversary Edition (0402 - Street Fighter II - The World Warrior (911210 Japan, C - Street Fighter II' Plus (Jpn, Asia, Kor) - Super Street Fighter II - The New Challengers (Jpn) - Super Street Fighter II - the new challengers (super s";384x224@60;H
+sf2j17;"Street Fighter II - The World Warrior (911210 Japan, C";384x224@60;H
+sf2ja;"Street Fighter II - The World Warrior (910214 Japan)";384x224@60;H
+sf2jc;"Street Fighter II - The World Warrior (910306 Japan)";384x224@60;H
+sf2jf;"Street Fighter II - The World Warrior (910411 Japan)";384x224@60;H
+sf2jh;"Street Fighter II - The World Warrior (910522 Japan)";384x224@60;H
+sf2jl;"Street Fighter II - The World Warrior (920312 Japan)";384x224@60;H
+sf2jla;"Street Fighter II - The World Warrior (911210 Japan, r";384x224@60;H
+sf2koryu;"Street Fighter II' - Xiang Long (bootleg set 1, 811102";384x224@60;H
+sf2koryu2;"Street Fighter II' - Xiang Long (bootleg set 2, 811102";384x224@60;H
+sf2koryu3;"Street Fighter II' - Xiang Long (bootleg set 3, 811102";384x224@60;H
+sf2md;"Street Fighter II' - Champion Edition (Magic Delta, bo";384x224@60;H
+sf2mdt;"Street Fighter II' - Magic Delta Turbo (bootleg set 1";384x224@60;H
+sf2mdta;"Street Fighter II' - Magic Delta Turbo (bootleg set 2";384x224@60;H
+sf2mdtb;"Street Fighter II' - Magic Delta Turbo (bootleg set 3";384x224@60;H
+sf2mdtc;"Street Fighter II' - Magic Delta Turbo (bootleg set 4";384x224@60;H
+sf2mega;"Street Fighter II' - Champion Edition (Mega Co bootleg";384x224@60;H
+sf2mega2;"Street Fighter II' - Champion Edition (Mega Co bootleg";384x224@60;H
+sf2qp1;"Street Fighter II - The World Warrior (Quicken Pt-I bo";384x224@60;H
+sf2rb;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2rb2;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2rb3;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2rb4;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2rb5;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2rb6;"Street Fighter II' - Champion Edition (Rainbow bootleg";384x224@60;H
+sf2red;"Street Fighter II' - Champion Edition (Red Wave bootle";384x224@60;H
+sf2red2;"Street Fighter II' - Champion Edition (Red Wave bootle";384x224@60;H
+sf2sl73a;"Street Fighter II' - Champion Edition (Sheng Long v 7.";384x224@60;H
+sf2stt;"Street Fighter II - The World Warrior (STT, TAB Austri";384x224@60;H
+sf2thndr;"Street Fighter II - The World Warrior (Thunder Edition";384x224@60;H
+sf2tlona;"Street Fighter II' - Champion Edition (Tu Long bootleg";384x224@60;H
+sf2tlonb;"Street Fighter II' - Champion Edition (Tu Long bootleg";384x224@60;H
+sf2tlonc;"Street Fighter II' - Champion Edition (Tu Long bootleg";384x224@60;H
+sf2ua;"Street Fighter II - The World Warrior (910206 USA)";384x224@60;H
+sf2ub;"Street Fighter II - The World Warrior (910214 USA)";384x224@60;H
+sf2uc;"Street Fighter II - The World Warrior (910306 USA)";384x224@60;H
+sf2ud;"Street Fighter II - The World Warrior (910318 USA) - Super Street Fighter II - the new challengers (super s";384x224@60;H
+sf2ue;"Street Fighter II - The World Warrior (910228 USA)";384x224@60;H
+sf2uf;"Street Fighter II - The World Warrior (910411 USA)";384x224@60;H
+sf2ug;"Street Fighter II - The World Warrior (910522 USA, rev";384x224@60;H
+sf2ui;"Street Fighter II - The World Warrior (910522 USA, rev";384x224@60;H
+sf2uk;"Street Fighter II - The World Warrior (911101 USA)";384x224@60;H
+sf2v004;"Street Fighter II' - Champion Edition (V004 bootleg se";384x224@60;H
+sf2v0042;"Street Fighter II' - Champion Edition (V004 bootleg se";384x224@60;H
+sf2v0043;"Street Fighter II' - Champion Edition (V004 bootleg se";384x224@60;H
+sf2yyc;"Street Fighter II' - Champion Edition (YYC bootleg set";384x224@60;H
+sf2yyc2;"Street Fighter II' - Champion Edition (YYC bootleg set";384x224@60;H
+sfa;"Marvel Super Heroes vs Street Fighter (970625 Asia) - Street Fighter Alpha - warriors' dreams (950727 Euro) - X-Men vs Street Fighter (961023 Asia)";384x224@60;H
+sfa2;"Street Fighter Alpha 2 (960229 Euro)";384x224@60;H
+sfa2u;"Street Fighter Alpha 2 (960430 USA)";384x224@60;H
+sfa2ur1;"Street Fighter Alpha 2 (960306 USA)";384x224@60;H
+sfa3;"Street Fighter Alpha 3 (980904 Euro)";384x224@60;H
+sfa3b;"Street Fighter Alpha 3 (980629 Brazil)";384x224@60;H
+sfa3h;"Street Fighter Alpha 3 (980904 Hispanic)";384x224@60;H
+sfa3hr1;"Street Fighter Alpha 3 (980629 Hispanic)";384x224@60;H
+sfa3u;"Street Fighter Alpha 3 (980904 USA)";384x224@60;H
+sfa3ud;"Street Fighter Alpha 3 (980904 USA Phoenix Edition)";384x224@60;H
+sfa3ur1;"Street Fighter Alpha 3 (980629 USA)";384x224@60;H
+sfa3us;"Street Fighter Alpha 3 (980616 USA, SAMPLE Version)";384x224@60;H
+sfad;"Street Fighter Alpha - warriors' dreams (950727 Euro P";384x224@60;H
+sfan;"Street Fighter (World, pneumatic buttons)";384x224@60;H
+sfar1;"Street Fighter Alpha - warriors' dreams (950718 Euro) - X-Men vs Street Fighter (961004 Asia)";384x224@60;H
+sfar2;"Street Fighter Alpha - warriors' dreams (950627 Euro) - X-Men vs Street Fighter (960919 Asia)";384x224@60;H
+sfar3;"Street Fighter Alpha - warriors' dreams (950605 Euro) - X-Men vs Street Fighter (960910 Asia)";384x224@60;H
+sfau;"Street Fighter Alpha - warriors' dreams (950627 USA)";384x224@60;H
+sfaud;"Street Fighter Alpha - warriors' dreams (950727 USA Ph";384x224@60;H
+sfiii;"Street Fighter III: New Generation (Euro 970204)";384x224@60;H
+sfiii2;"Street Fighter III 2nd Impact: Giant Attack (USA 97093";384x224@60;H
+sfiii2j;"Street Fighter III 2nd Impact: Giant Attack (Japan 970";384x224@60;H
+sfiii2n;"Street Fighter III 2nd Impact: Giant Attack (Asia 9709";384x224@60;H
+sfiii3;"Street Fighter III 3rd Strike: Fight for the Future (E";384x224@60;H
+sfiii3n;"Street Fighter III 3rd Strike: Fight for the Future (J";384x224@60;H
+sfiii3nr1;"Street Fighter III 3rd Strike: Fight for the Future (J";384x224@60;H
+sfiii3r1;"Street Fighter III 3rd Strike: Fight for the Future (E";384x224@60;H
+sfiii3u;"Street Fighter III 3rd Strike: Fight for the Future (U";384x224@60;H
+sfiii3ur1;"Street Fighter III 3rd Strike: Fight for the Future (U";384x224@60;H
+sfiiia;"Street Fighter III: New Generation (Asia 970204)";384x224@60;H
+sfiiih;"Street Fighter III: New Generation (Hispanic 970204)";384x224@60;H
+sfiiij;"Street Fighter III: New Generation (Japan 970204)";384x224@60;H
+sfiiin;"Street Fighter III: New Generation (Asia 970204, NO CD";384x224@60;H
+sfiiina;"Street Fighter III: New Generation (Asia 970204, NO CD";384x224@60;H
+sfiiiu;"Street Fighter III: New Generation (USA 970204)";384x224@60;H
+sfj;"Marvel Super Heroes vs Street Fighter (970707 Japan) - Street Fighter (Japan) (protected) - X-Men vs Street Fighter (961023 Japan)";384x224@60;H
+sfjan;"Street Fighter (Japan, pneumatic buttons)";384x224@60;H
+sformula;"Super Formula (Japan)";320x240@60;V
+sfp;"Street Fighter (Prototype)";384x224@60;H
+sfua;"Street Fighter (US set 2) (protected)";384x224@60;H
+sfx;"SF-X";256x224@60;H
+sfz2a;"Street Fighter Zero 2 (960227 Asia)";384x224@60;H
+sfz2ad;"Street Fighter Zero 2 (960227 Asia Phoenix Edition)";384x224@60;H
+sfz2al;"Street Fighter Zero 2 Alpha (960826 Asia)";384x224@60;H
+sfz2alb;"Street Fighter Zero 2 Alpha (960813 Brazil)";384x224@60;H
+sfz2ald;"Street Fighter Zero 2 Alpha (960826 Asia Phoenix Editi";384x224@60;H
+sfz2alh;"Street Fighter Zero 2 Alpha (960813 Hispanic)";384x224@60;H
+sfz2alj;"Street Fighter Zero 2 Alpha (960805 Japan)";384x224@60;H
+sfz2b;"Street Fighter Zero 2 (960531 Brazil)";384x224@60;H
+sfz2br1;"Street Fighter Zero 2 (960304 Brazil)";384x224@60;H
+sfz2h;"Street Fighter Zero 2 (960304 Hispanic)";384x224@60;H
+sfz2j;"Street Fighter Zero 2 (960430 Japan)";384x224@60;H
+sfz2jd;"Street Fighter Zero 2 (960227 Japan Phoenix Edition)";384x224@60;H
+sfz2jr1;"Street Fighter Zero 2 (960227 Japan)";384x224@60;H
+sfz2n;"Street Fighter Zero 2 (960229 Oceania)";384x224@60;H
+sfz3a;"Street Fighter Zero 3 (980904 Asia)";384x224@60;H
+sfz3ar1;"Street Fighter Zero 3 (980701 Asia)";384x224@60;H
+sfz3j;"Street Fighter Zero 3 (980904 Japan)";384x224@60;H
+sfz3jr1;"Street Fighter Zero 3 (980727 Japan)";384x224@60;H
+sfz3jr2;"Street Fighter Zero 3 (980629 Japan)";384x224@60;H
+sfz3jr2d;"Street Fighter Zero 3 (980629 Japan Phoenix Edition)";384x224@60;H
+sfza;"Street Fighter Zero (950627 Asia)";384x224@60;H
+sfzar1;"Street Fighter Zero (950605 Asia)";384x224@60;H
+sfzb;"Street Fighter Zero (951109 Brazil)";384x224@60;H
+sfzbr1;"Street Fighter Zero (950727 Brazil)";384x224@60;H
+sfzch;"Street Fighter Zero (CPS Changer, 951020 Japan)";384x224@60;H
+sfzh;"Street Fighter Zero (950718 Hispanic)";384x224@60;H
+sfzhr1;"Street Fighter Zero (950627 Hispanic)";384x224@60;H
+sfzj;"Street Fighter Zero (950727 Japan)";384x224@60;H
+sfzjr1;"Street Fighter Zero (950627 Japan)";384x224@60;H
+sfzjr2;"Street Fighter Zero (950605 Japan)";384x224@60;H
+sgemf;"Super Gem Fighter Mini Mix (970904 USA)";384x224@60;H
+sgemfa;"Super Gem Fighter Mini Mix (970904 Asia)";384x224@60;H
+sgemfd;"Super Gem Fighter Mini Mix (970904 USA Phoenix Edition";384x224@60;H
+sgemfh;"Super Gem Fighter Mini Mix (970904 Hispanic)";384x224@60;H
+sgladiat;"Gladiator 1984";288x224@60;H
+sgunner;"Steel Gunner (Rev B)";288x224@60;H
+sgunner2;"Steel Gunner 2 (US)";288x224@60;H
+sgunner2j;"Steel Gunner 2 (Japan, Rev A)";288x224@60;H
+sgunnerj;"Steel Gunner (Japan)";288x224@60;H
+sgyxz;"Sangokushi II: Sanguo Yingxiong Zhuan (Chinese bootleg";384x224@60;H
+shackled;"Shackled (US)";256x240@58;H
+shadfrce;"Shadow Force (World, Version 3)";320x256@60;H
+shadfrcej;"Shadow Force (Japan, Version 2)";320x256@60;H
+shadfrceu;"Shadow Force (US, Version 2)";320x256@60;H
+shadowld;"Shadowland (YD3)";288x224@60;H
+shadoww;"Shadow Warriors (World, set 1)";256x224@60;H
+shadowwa;"Shadow Warriors (World, set 2)";256x224@60;H
+shangon;"Super Hang-On (sitdown/upright, unprotected) - Super Hang-On (World, Rev. A)";320x224@60;H
+shangon1;"Super Hang-On (mini ride-on, FD1089B 317-0034) - Super Hang-On (World)";320x224@60;H
+shangon2;"Super Hang-On (mini ride-on, Rev A, FD1089B 317-0034)";320x224@60;H
+shangon3;"Super Hang-On (sitdown/upright, FD1089B 317-0034)";320x224@60;H
+shangon3d;"Super Hang-On (sitdown/upright, FD1089B 317-0034 decry";320x224@60;H
+shangonle;"Limited Edition Hang-On";320x224@60;H
+shaolinb;"Shao-lin's Road (set 2)";256x224@60;V
+shaolins;"Shao-lin's Road (set 1)";256x224@60;V
+sharrier;"Space Harrier - Space Harrier - Space Harrier (Euro) - Space Harrier (Rev A, 8751 315-5163A) - Space Harrier (World) - Space Harrier II (World)";320x224@60;H
+sharrier1;"Space Harrier (8751 315-5163)";320x224@60;H
+shdancer;"Shadow Dancer (Euro, Bra, Kor) - Shadow Dancer (set 3, US) - Shadow Dancer - The Secret of Shinobi (World)";320x224@60;H
+shdancer1;"Shadow Dancer (set 1)";320x224@60;H
+shdancerj;"Shadow Dancer (set 2, Japan)";320x224@60;H
+shinfz;"Shinobi / FZ-2006 (Korean System 16 bootleg) (ISG Sele";320x224@60;H
+shinobi;"Shinobi - Shinobi (Euro, USA, Bra, v1) - Shinobi (set 6, System 16A, unprotected) - The GG Shinobi (Euro, USA)";320x224@60;H
+shinobi1;"Shinobi (set 1, System 16A, FD1094 317-0050)";320x224@60;H
+shinobi1d;"Shinobi (set 1, System 16A, FD1094 317-0050 decrypted)";320x224@60;H
+shinobi2;"Shinobi (set 2, System 16B, FD1094 317-0049) - The GG Shinobi II (World)";320x224@60;H
+shinobi2d;"Shinobi (set 2, System 16B, FD1094 317-0049 decrypted)";320x224@60;H
+shinobi3;"Shinobi (set 3, System 16B, MC-8123B 317-0054) - Shinobi III - Return of the Ninja Master (Euro)";320x224@60;H
+shinobi4;"Shinobi (set 4, System 16B, MC-8123B 317-0054)";320x224@60;H
+shinobi5;"Shinobi (set 5, System 16B, unprotected)";320x224@60;H
+shinoblb;"Shinobi (beta bootleg, System 16A)";320x224@60;H
+shinobls;"Shinobi (Star bootleg, System 16A)";320x224@60;H
+shippumd;"Shippu Mahou Daisakusen - Kingdom Grandprix";320x240@60;V
+shisen2;"Shisensho II";384x240@60;H
+shocking;"Shocking";384x224@60;H
+shocktr2;"Shock Troopers - 2nd Squad";304x224@59;H
+shocktro;"Shock Troopers (set 1)";304x224@59;H
+shocktroa;"Shock Troopers (set 2)";304x224@59;H
+shogwarr;"Shogun Warriors (World)";256x224@60;H
+shogwarrk;"Shogun Warriors (Korea?)";256x224@60;H
+shogwarru;"Shogun Warriors (US)";256x224@60;H
+shootout;"Shoot Out (US)";256x240@60;H
+shootoutb;"Shoot Out (Korean Bootleg)";256x240@60;H
+shootoutj;"Shoot Out (Japan)";256x240@60;H
+shtrider;"Shot Rider";240x256@60;V
+shtridera;"Shot Rider (Sigma license)";240x256@60;V
+sidearms;"Side Arms - Hyper Dyne (World, 861129) - Sidearms - Hyper Dyne - Sidearms - Hyper Dyne";384x224@60;H
+sidearmsj;"Side Arms - Hyper Dyne (Japan, 861128)";384x224@60;H
+sidearmsu;"Side Arms - Hyper Dyne (US, 861202)";384x224@60;H
+sidearmsur1;"Side Arms - Hyper Dyne (US, 861128)";384x224@60;H
+sidepckt;"Side Pocket (World)";256x224@58;H
+sidepcktb;"Side Pocket (bootleg set 1)";256x224@58;H
+sidepcktb2;"Side Pocket (bootleg set 2)";256x224@58;H
+sidepcktj;"Side Pocket (Japan)";256x224@58;H
+silentd;"Silent Debuggers - Silent Debuggers - Silent Dragon (World)";320x224@60;H
+silentdj;"Silent Dragon (Japan)";320x224@60;H
+silentdu;"Silent Dragon (US)";320x224@60;H
+silkroad;"The Legend of Silkroad";380x224@60;H
+silkroada;"The Legend of Silkroad (larger roms)";380x224@60;H
+silkworm;"Silk Worm (World)";256x224@60;H
+silkwormb;"Silk Worm (bootleg)";256x224@60;H
+silkwormj;"Silk Worm (Japan)";256x224@60;H
+silkwormp;"Silk Worm (prototype?)";256x224@60;H
+silvland;"Silver Land";256x224@60;H
+silvmil;"Silver Millennium";320x240@60;V
+simpsons;"The Simpsons (4 Players World, set 1)";288x224@60;H
+simpsons2p;"The Simpsons (2 Players World, set 1)";288x224@60;H
+simpsons2p2;"The Simpsons (2 Players World, set 2)";288x224@60;H
+simpsons2p3;"The Simpsons (2 Players World, set 3)";288x224@60;H
+simpsons2pa;"The Simpsons (2 Players Asia)";288x224@60;H
+simpsons2pj;"The Simpsons (2 Players Japan)";288x224@60;H
+simpsons4pa;"The Simpsons (4 Players World, set 2)";288x224@60;H
+sinvasn;"Space Invasion (Europe)";256x224@60;V
+sinvasnb;"Space Invasion (bootleg)";256x224@60;V
+sisv;"Space Invaders (SV Version rev 4)";260x224@60;V
+sisv2;"Space Invaders (SV Version rev 2)";260x224@60;V
+sisv3;"Space Invaders (SV Version rev 3)";260x224@60;V
+sitv;"Space Invaders (TV Version rev 2)";260x224@60;V
+sitv1;"Space Invaders (TV Version rev 1)";260x224@60;V
+sjryuko;"Sukeban Jansi Ryuko (set 2, System 16B, FD1089B 317-50";320x224@60;H
+sjryuko1;"Sukeban Jansi Ryuko (set 1, System 16A, FD1089B 317-50";320x224@60;H
+skingame;"The Irem Skins Game (US set 1)";320x240@60;H
+skingame2;"The Irem Skins Game (US set 2)";320x240@60;H
+skyadvnt;"Sky Adventure (World)";256x224@60;V
+skyadvntj;"Sky Adventure (Japan)";256x224@60;V
+skyadvntu;"Sky Adventure (US)";256x224@60;V
+skyalert;"Sky Alert";360x224@60;V
+skyarmy;"Sky Army";256x240@60;V
+skybase;"Sky Base";256x224@60;V
+skyfox;"Sky Fox";320x224@60;V
+skykid;"Sky Kid (new version)";288x224@60;H
+skykidd;"Sky Kid (CUS60 version)";288x224@60;H
+skykiddx;"Sky Kid Deluxe (set 1)";288x224@60;H
+skykiddxo;"Sky Kid Deluxe (set 2)";288x224@60;H
+skykido;"Sky Kid (old version)";288x224@60;H
+skykids;"Sky Kid (Sipem)";288x224@60;H
+skylancr;"Sky Lancer";236x224@60;V
+skylancre;"Sky Lancer (Esco Trading Co license)";236x224@60;V
+skyraidr;"Sky Raiders";256x224@60;V
+skyrobo;"Sky Robo";320x240@60;H
+skyshark;"Sky Shark (US, set 1)";320x240@55;V
+skysharka;"Sky Shark (US, set 2)";320x240@55;V
+skyskipr;"Sky Skipper";512x448@60;H
+skysmash;"Sky Smasher";256x224@60;V
+skysoldr;"Sky Soldiers (US)";256x224@60;V
+skysoldrbl;"Sky Soldiers (bootleg)";256x224@60;V
+skywolf;"Sky Wolf (set 1)";288x224@60;H
+skywolf2;"Sky Wolf (set 2)";288x224@60;H
+skywolf3;"Sky Wolf (set 3)";288x224@60;H
+slammast;"Saturday Night Slam Masters (Slam Masters 930713 etc) - Saturday Night Slammasters (Euro)";384x224@60;H
+slammastu;"Saturday Night Slam Masters (slam masters 930713 USA) - Saturday Night Slammasters (USA)";384x224@60;H
+slampic;"Saturday Night Slam Masters (bootleg (with PIC16c57),";384x224@60;H
+slapfigh;"Slap Fight (Japan set 1) - Slap Fight MD (Jpn)";280x240@60;V
+slapfighb1;"Slap Fight (bootleg set 1)";280x240@60;V
+slapfighb2;"Slap Fight (bootleg set 2)";280x240@60;V
+slapfighb3;"Slap Fight (bootleg set 3)";280x240@60;V
+slapshot;"Slap Shot (Japan) - Slap Shot (USA, v2)";320x224@60;H
+slyspy;"Sly Spy (US revision 4)";256x240@57;H
+slyspy2;"Sly Spy (US revision 2)";256x240@57;H
+slyspy3;"Sly Spy (US revision 3)";256x240@57;H
+smbomb;"Super Muscle Bomber - the international blowout (94083";384x224@60;H
+smbombr1;"Super Muscle Bomber - the international blowout (94080";384x224@60;H
+smgp;"Super Monaco GP (Euro, Bra) - Super Monaco GP (Euro, Jpn, Rev. A) - Super Monaco GP (Euro, USA, Bra) - Super Monaco GP (World, Rev B, FD1094 317-0126a)";320x224@60;H
+smgp5;"Super Monaco GP (World, FD1094 317-0126)";320x224@60;H
+smgp5d;"Super Monaco GP (World, FD1094 317-0126 decrypted)";320x224@60;H
+smgp6;"Super Monaco GP (World, Rev A, FD1094 317-0126a)";320x224@60;H
+smgp6d;"Super Monaco GP (World, Rev A, FD1094 317-0126a decryp";320x224@60;H
+smgpd;"Super Monaco GP (World, Rev B, FD1094 317-0126a decryp";320x224@60;H
+smgpj;"Super Monaco GP (Japan, Rev B, FD1094 317-0124a) - Super Monaco GP (Jpn) - Super Monaco GP (Jpn)";320x224@60;H
+smgpja;"Super Monaco GP (Japan, Rev A, FD1094 317-0124a)";320x224@60;H
+smgpjd;"Super Monaco GP (Japan, Rev B, FD1094 317-0124a decryp";320x224@60;H
+smgpu;"Super Monaco GP (US, Rev C, FD1094 317-0125a) - Super Monaco GP (USA) - Super Monaco GP (USA)";320x224@60;H
+smgpu1;"Super Monaco GP (US, Rev B, FD1094 317-0125a)";320x224@60;H
+smgpu1d;"Super Monaco GP (US, Rev B, FD1094 317-0125a decrypted";320x224@60;H
+smgpu2;"Super Monaco GP (US, Rev A, FD1094 317-0125a)";320x224@60;H
+smgpu2d;"Super Monaco GP (US, Rev A, FD1094 317-0125a decrypted";320x224@60;H
+smgpud;"Super Monaco GP (US, Rev C, FD1094 317-0125a decrypted";320x224@60;H
+smooncrs;"Super Moon Cresta";256x224@60;V
+snapjack;"Snap Jack";240x196@60;H
+snapper;"Snapper (Korea)";320x224@60;H
+sngkace;"Sengoku Ace (Japan, set 1)";320x224@59;V
+sngkacea;"Sengoku Ace (Japan, set 2)";320x224@59;V
+snowboar;"Snow Board Championship (Version 2.1)";384x240@60;H
+snowboara;"Snow Board Championship (Version 2.0)";384x240@60;H
+snowbro2;"Snow Bros. 2 - with new elves";320x240@60;H
+snowbro3;"Snow Brothers 3 - Magical Adventure";256x224@60;H
+snowbros;"Snow Bros. - Nick & Tom (Jpn) - Snow Bros. - Nick & Tom (set 1)";256x224@58;H
+snowbrosa;"Snow Bros. - Nick & Tom (set 2)";256x224@58;H
+snowbrosb;"Snow Bros. - Nick & Tom (set 3)";256x224@58;H
+snowbrosc;"Snow Bros. - Nick & Tom (set 4)";256x224@58;H
+snowbrosd;"Snow Bros. - Nick & Tom (Dooyong license)";256x224@58;H
+snowbrosj;"Snow Bros. - Nick & Tom (Japan)";256x224@58;H
+snowbroswb;"Snow Bros. - Nick & Tom (The Winter Bobble hardware bo";256x224@58;H
+socbrawl;"Soccer Brawl (NGM-031)";304x224@59;H
+socbrawlh;"Soccer Brawl (NGH-031)";304x224@59;H
+sokonuke;"Sokonuke Taisen Game (Japan)";320x240@60;H
+soldam;"Soldam";256x224@60;H
+soldamj;"Soldam (Japan)";256x224@60;H
+soldivid;"Sol Divide - The Sword Of Darkness";320x224@60;H
+soldividk;"Sol Divide - The Sword Of Darkness (Korea)";320x224@60;H
+solfigtr;"Solitary Fighter (World)";320x224@60;H
+solomon;"Solomon no Kagi - Oujo Rihita no Namida (Jpn) - Solomon's Key (US)";256x224@60;H
+solomonj;"Solomon's Key (Japan)";256x224@60;H
+solrwarr;"Solar-Warrior (US)";256x240@60;H
+sonicbom;"Sonic Boom (FD1094 317-0053)";320x224@60;V
+sonicbomd;"Sonic Boom (FD1094 317-0053 decrypted)";320x224@60;V
+sonicwi;"Sonic Wings (Japan)";320x224@60;V
+sonicwi2;"Aero Fighters 2 / Sonic Wings 2";320x224@59;H
+sonicwi3;"Aero Fighters 3 / Sonic Wings 3";320x224@59;H
+sonofphx;"Son of Phoenix";288x224@60;V
+sonson;"Son Son";240x240@60;H
+sonsonj;"Son Son (Japan)";240x240@60;H
+sos;"Aqua Polis SOS (Jpn) - Fever SOS (International, ver. 98/09/25) - Megalopolis SOS (Jpn) - S.O.S Lagoa Poluida (Bra) - SOS - Stop the Express. Bousou Tokkyuu SOS (Jpn)";272x224@60;V
+sotsugyo;"Sotsugyo Shousho";320x240@58;H
+soukobdx;"Souko Ban Deluxe (Japan, SB1)";288x224@60;H
+spacbat2;"Space Battle (bootleg set 2)";256x224@60;V
+spacbatt;"Space Battle (bootleg set 1)";256x224@60;V
+spacecho;"Space Echo (set 1)";256x256@60;V
+spacecho2;"Space Echo (set 2)";256x256@60;V
+spacedx;"Space Invaders DX (US, v2.1)";320x224@60;H
+spacedxj;"Space Invaders DX (Japan, v2.1)";320x224@60;H
+spacedxo;"Space Invaders DX (Japan, v2.0)";320x224@60;H
+spacegun;"Space Gun (Euro) - Space Gun (World)";320x240@60;H
+spacegunj;"Space Gun (Japan)";320x240@60;H
+spacegunu;"Space Gun (US)";320x240@60;H
+spacempr;"Space Empire (bootleg)";256x224@60;V
+spaceplt;"Space Pilot";256x224@60;V
+spang;"Cross Pang - Super Pang (World 900914)";384x240@60;H
+spangj;"Super Pang (Japan 901023)";384x240@60;H
+sparkman;"Spark Man (v2.0, set 1)";256x224@60;H
+spartanx;"Spartan X (Japan)";256x256@60;H
+spatter;"Spatter";240x224@60;H
+spcdrag;"Space Dragon (Moon Cresta bootleg, set 1)";256x224@60;V
+spcdraga;"Space Dragon (Moon Cresta bootleg, set 2)";256x224@60;V
+spcinv95;"Space Invaders '95: The Attack Of Lunar Loonies (Ver 2";320x224@60;V
+spcinv95u;"Space Invaders '95: The Attack Of Lunar Loonies (Ver 2";320x224@60;V
+spcinvdj;"Space Invaders DX (Ver 2.6J 1994/09/14) (F3 Version)";320x232@60;H
+spcpostn;"Space Position (Japan)";256x240@60;V
+spctbird;"Space Thunderbird";256x224@60;V
+spdcoin;"Speed Coin (prototype)";256x224@60;V
+speakres;"Speak & Rescue";256x256@60;V
+speakresb;"Speak & Rescue (bootleg)";256x256@60;V
+spec2k;"Spectrum 2000 (vertical)";256x224@56;V
+spec2kh;"Spectrum 2000 (horizontal, buggy) (Europe)";256x224@56;H
+speedspn;"Speed Spin";384x240@60;H
+spelunk2;"Spelunker II - 23 no Kagi (Japan)";384x256@60;H
+spelunkr;"Spelunker - Spelunker (Jpn)";384x256@60;H
+spelunkrj;"Spelunker (Japan)";384x256@60;H
+spf2t;"Super Puzzle Fighter II Turbo (Super Puzzle Fighter 2";384x224@60;H
+spf2ta;"Super Puzzle Fighter II Turbo (Super Puzzle Fighter 2";384x224@60;H
+spf2td;"Super Puzzle Fighter II Turbo (Super Puzzle Fighter 2";384x224@60;H
+spf2th;"Super Puzzle Fighter II Turbo (Super Puzzle Fighter 2";384x224@60;H
+spf2tu;"Super Puzzle Fighter II Turbo (Super Puzzle Fighter 2";384x224@60;H
+spf2xj;"Super Puzzle Fighter II X (Super Puzzle Fighter 2 X 96";384x224@60;H
+spf2xjd;"Super Puzzle Fighter II X (Super Puzzle Fighter 2 X 96";384x224@60;H
+spidermi;"Spiderman (Intro demo)";304x224@59;H
+spinlbrk;"Spinal Breakers (World)";352x240@60;H
+spinlbrkj;"Spinal Breakers (Japan)";352x240@60;H
+spinlbrku;"Spinal Breakers (US)";352x240@60;H
+spinmast;"Spin Master / Miracle Adventure";304x224@59;H
+splatter;"Splatter House (World, new version (SH3))";288x224@60;H
+splatter2;"Splatter House (World, old version (SH2))";288x224@60;H
+splatterj;"Splatter House (Japan, SH1)";288x224@60;H
+spnchout;"Super Punch-Out!! (Rev B)";448x256@60;V
+spnchouta;"Super Punch-Out!! (Rev A)";448x256@60;V
+spnchoutj;"Super Punch-Out!! (Japan)";448x256@60;V
+sprglbpg;"Super Glob (Pac-Man hardware) German";288x224@60;V
+sprglobp;"Super Glob (Pac-Man hardware)";288x224@60;V
+springer;"Springer";256x224@60;V
+spy;"Future Spy - S.P.Y. - Special Project Y (World ver. N) - Sly Spy (US revision 4) - Spy vs. Spy (Euro, USA, Bra) - The Super Spy (NGM-011)(NGH-011)";304x216@60;H
+spyu;"S.P.Y. - Special Project Y (US ver. M)";304x216@60;H
+sqbert;"Faster, Harder, More Challenging Q*bert (prototype)";256x240@60;V
+squash;"Squash (Ver. 1.0)";320x240@60;H
+sraider;"Space Raider";240x192@60;V
+sranger;"Super Ranger (v2.0)";256x224@60;H
+srdarwin;"Super Real Darwin (World)";256x240@58;V
+srdarwinj;"Super Real Darwin (Japan)";256x240@58;V
+srdmissn;"S.R.D. Mission";288x224@60;V
+srmp4;"Super Real Mahjong PIV (Japan)";336x240@60;H
+srmp4o;"Super Real Mahjong PIV (Japan, older set)";336x240@60;H
+srmp7;"Super Real Mahjong P7 (Japan)";336x239@60;H
+srumbler;"The Speed Rumbler (set 1)";352x240@60;V
+srumbler2;"The Speed Rumbler (set 2)";352x240@60;V
+srumbler3;"The Speed Rumbler (set 3)";352x240@60;V
+ssanchan;"Sanrin San Chan (Japan)";240x224@60;H
+sscandal;"Seishun Scandal (315-5132, Japan)";256x224@60;H
+ssf2;"Super Street Fighter II - The New Challengers (Euro) - Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2a;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2ar1;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2d;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2h;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2j;"Super Street Fighter II - The New Challengers (Jpn) - Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2jr1;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2jr2;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2r1;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2t;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2ta;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2tad;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2tb;"Super Street Fighter II - the tournament battle (93111";384x224@60;H
+ssf2tba;"Super Street Fighter II - the tournament battle (93100";384x224@60;H
+ssf2tbd;"Super Street Fighter II - the tournament battle (93111";384x224@60;H
+ssf2tbh;"Super Street Fighter II - the tournament battle (93100";384x224@60;H
+ssf2tbj;"Super Street Fighter II - the tournament battle (93100";384x224@60;H
+ssf2tbj1;"Super Street Fighter II - the tournament battle (93091";384x224@60;H
+ssf2tbr1;"Super Street Fighter II - the tournament battle (93091";384x224@60;H
+ssf2td;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2th;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2tu;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2tur1;"Super Street Fighter II Turbo (super street fighter 2";384x224@60;H
+ssf2u;"Super Street Fighter II - the new challengers (super s - Super Street Fighter II - The New Challengers (USA)";384x224@60;H
+ssf2ud;"Super Street Fighter II - the new challengers (super s";384x224@60;H
+ssf2xj;"Super Street Fighter II X - grand master challenge (su";384x224@60;H
+ssf2xjr1;"Super Street Fighter II X - grand master challenge (su";384x224@60;H
+ssf2xjr1d;"Super Street Fighter II X - grand master challenge (su";384x224@60;H
+ssf2xjr1r;"Super Street Fighter II X - grand master challenge (su";384x224@60;H
+ssi;"Andre Agassi Tennis (Euro) - Andre Agassi Tennis (Euro, Bra) - Andre Agassi Tennis (USA) - Super Space Invaders '91 (World)";320x224@60;V
+ssideki;"Super Sidekicks / Tokuten Ou";304x224@59;H
+ssideki2;"Super Sidekicks 2 - The World Championship / Tokuten O";320x224@59;H
+ssideki3;"Super Sidekicks 3 - The Next Glory / Tokuten Ou 3 - ei";320x224@59;H
+ssideki4;"The Ultimate 11 - The SNK Football Championship / Toku";320x224@59;H
+ssmissin;"S.S. Mission";256x224@56;V
+ssoldier;"Superior Soldiers (US)";320x240@60;H
+ssozumo;"Syusse Oozumou (Japan)";256x240@60;V
+ssprint;"Super Sprint (Atari System 2)";512x384@60;H
+ssriders;"Sunset Riders (4 Players ver. EAC) - Sunset Riders (Euro)";288x224@60;H
+ssridersabd;"Sunset Riders (2 Players ver. ABD)";288x224@60;H
+ssridersadd;"Sunset Riders (4 Players ver. ADD)";288x224@60;H
+ssriderseaa;"Sunset Riders (4 Players ver. EAA)";288x224@60;H
+ssridersebc;"Sunset Riders (2 Players ver. EBC)";288x224@60;H
+ssridersebd;"Sunset Riders (2 Players ver. EBD)";288x224@60;H
+ssridersjac;"Sunset Riders (4 Players ver. JAC)";288x224@60;H
+ssridersjad;"Sunset Riders (4 Players ver. JAD)";288x224@60;H
+ssridersjbd;"Sunset Riders (2 Players ver. JBD)";288x224@60;H
+ssridersuab;"Sunset Riders (4 Players ver. UAB)";288x224@60;H
+ssridersuac;"Sunset Riders (4 Players ver. UAC)";288x224@60;H
+ssridersubc;"Sunset Riders (2 Players ver. UBC)";288x224@60;H
+ssridersuda;"Sunset Riders (4 Players ver. UDA)";288x224@60;H
+sstarcrs;"Super Star Crest";256x224@60;V
+sstingry;"Super Stingray (Japan)";256x224@60;V
+sstriker;"Sorcer Striker (World)";320x240@60;V
+sstrikera;"Sorcer Striker (World, alt)";320x240@60;V
+stagger1;"Stagger I (Japan)";256x224@56;V
+stakwin;"Stakes Winner / Stakes Winner - GI kinzen seiha e no m";320x224@59;H
+stakwin2;"Stakes Winner 2";320x224@59;H
+starfght;"Star Fighter";256x224@60;V
+starfgmc;"Star Fighter (Moon Cresta bootleg)";256x224@60;V
+starfigh;"Star Fighter (v1)";256x224@60;V
+starjack;"Star Jacker (Euro, Jpn, v1.2) - Star Jacker (Sega)";240x224@60;V
+starjacks;"Star Jacker (Stern)";240x224@60;V
+stdragon;"Saint Dragon (set 1)";256x224@60;H
+stdragona;"Saint Dragon (set 2)";256x224@60;H
+stdragonb;"Saint Dragon (bootleg)";256x224@60;H
+stera;"Steraranger (Moon Cresta bootleg)";256x224@60;V
+stg;"Juno First (Gottlieb) - Moon Cresta (Gremlin) - Strike Gunner S.T.G";384x240@60;V
+stinger;"Stinger";256x224@60;V
+stinger2;"Stinger (prototype?)";256x224@60;V
+stlforce;"Steel Force";368x240@58;H
+stmblade;"Storm Blade (US)";352x240@60;V
+stmbladej;"Storm Blade (Japan)";352x240@60;V
+strahl;"Koutetsu Yousai Strahl (Japan set 1)";256x224@56;H
+strahla;"Koutetsu Yousai Strahl (Japan set 2)";256x224@56;H
+stratgys;"Strategy X (Stern)";256x224@60;H
+stratgyx;"Strategy X";256x224@60;H
+stratof;"Raiga - Strato Fighter (US)";256x224@60;H
+stratvox;"Stratovox";256x256@60;V
+stratvoxb;"Stratovox (bootleg)";256x256@60;V
+streakng;"Streaking (set 1)";256x224@60;V
+streaknga;"Streaking (set 2)";256x224@60;V
+streetsm;"Street Smart (US version 2)";256x224@60;H
+streetsm1;"Street Smart (US version 1)";256x224@60;H
+streetsmj;"Street Smart (Japan version 1)";256x224@60;H
+streetsmw;"Street Smart (World version 1)";256x224@60;H
+strfbomb;"Strafe Bomb";256x224@60;V
+strhoop;"Street Hoop / Street Slam / Dunk Dream (DEM-004) (DEH-";304x224@59;H
+strider;"Strider (Euro, USA) - Strider (Euro, USA, Bra, Kor) - Strider (US set 1)";384x224@60;H
+striderj;"Strider Hiryu (Japan) - Strider Hiryuu (Jpn, Kor)";384x224@60;H
+striderjr;"Strider Hiryu (Japan Resale Ver.)";384x224@60;H
+striderua;"Strider (US set 2)";384x224@60;H
+strideruc;"Strider (US, Street Fighter II conversion)";384x224@60;H
+striv;"Super Triv";256x224@60;V
+striv2;"Super Triv (set 2)";256x224@60;V
+strkfgtr;"Strike Fighter (World)";320x224@60;H
+strkfgtrj;"Strike Fighter (Japan)";320x224@60;H
+strongx;"Strong X";256x224@60;H
+sub;"688 Attack Sub (Euro, USA) - N-Sub (Euro?) - Submarine (Sigma)";256x224@60;V
+sucasino;"Super Casino";256x224@60;V
+sunaq;"SunA Quiz 6000 Academy (940620-6)";256x224@60;H
+supbtime;"Super Burger Time (World, set 1)";320x240@58;H
+supbtimea;"Super Burger Time (World, set 2)";320x240@58;H
+supbtimej;"Super Burger Time (Japan)";320x240@58;H
+superbar;"Super Bar";384x240@60;V
+superbon;"Agent Super Bond (scobra hardware)";256x224@60;V
+superchs;"Super Chase - Criminal Termination (World)";320x240@60;H
+superchsj;"Super Chase - Criminal Termination (Japan)";320x240@60;H
+superchsu;"Super Chase - Criminal Termination (US)";320x240@60;H
+superg;"Super Galaxians (galaxiaj hack)";256x224@60;V
+superman;"Superman (World) - Superman - The Man of Steel (Euro) - Superman - The Man of Steel (Euro) - Superman - The Man of Steel (Euro, Bra)";384x240@60;H
+supermanj;"Superman (Japan)";384x240@60;H
+supermanu;"Superman (US) - Superman (USA)";384x240@60;H
+superpac;"Super Pac-Man";288x224@60;V
+superpacm;"Super Pac-Man (Midway)";288x224@60;V
+superspy;"The Super Spy (NGM-011)(NGH-011)";304x224@59;H
+superten;"Super Ten V8.3";400x256@60;H
+superx;"Super-X (NTC)";384x240@60;V
+superxm;"Super-X (Mitchell)";384x240@60;V
+supmodel;"Super Model";256x224@60;V
+suprglob;"Super Glob";272x236@60;V
+suprheli;"Super Heli (Super Cobra bootleg)";256x224@60;V
+suprleag;"Super League (Euro) - Super League (FD1094 317-0045)";320x224@60;H
+suprloco;"Super Locomotive (Rev.A)";240x224@60;H
+suprlocoo;"Super Locomotive";240x224@60;H
+suprridr;"Super Rider";256x224@60;V
+suprtrio;"Super Trio";320x240@60;H
+suratk;"Surprise Attack (World ver. K)";304x224@60;H
+suratka;"Surprise Attack (Asia ver. L)";304x224@60;H
+suratkj;"Surprise Attack (Japan ver. M)";304x224@60;H
+survarts;"Survival Arts (World)";336x240@60;H
+survartsj;"Survival Arts (Japan)";336x240@60;H
+survartsu;"Survival Arts (USA)";336x240@60;H
+svc;"SNK vs. Capcom - SVC Chaos (NGM-2690)(NGH-2690)";304x224@59;H
+svcboot;"SNK vs. Capcom - SVC Chaos (bootleg)";304x224@59;H
+svcpcb;"SNK vs. Capcom - SVC Chaos (JAMMA PCB, set 1)";304x224@59;H
+svcpcba;"SNK vs. Capcom - SVC Chaos (JAMMA PCB, set 2)";304x224@59;H
+svcplus;"SNK vs. Capcom - SVC Chaos Plus (bootleg set 1)";304x224@59;H
+svcplusa;"SNK vs. Capcom - SVC Chaos Plus (bootleg set 2)";304x224@59;H
+svcsplus;"SNK vs. Capcom - SVC Chaos Super Plus (bootleg)";304x224@59;H
+svg;"S.V.G. - Spectral vs Generation (V200, China)";448x224@60;H
+svgpcb;"S.V.G. - Spectral vs Generation (V100, Japan, Single P";448x224@60;H
+svolley;"Super Volley Ball (USA) - Super Volleyball - Super Volleyball - Super Volleyball (Japan)";288x216@60;H
+svolleyk;"Super Volleyball (Korea)";288x216@60;H
+svolleyu;"Super Volleyball (US)";288x216@60;H
+svolly91;"Super Volley '91 (Japan)";356x240@60;H
+swarm;"Swarm (bootleg?)";256x224@60;V
+swat;"E-Swat - Cyber Police (set 4, World, FD1094 317-0130) - ESWAT - City Under Siege (Euro, USA, Rev. A) - SWAT (315-5048)";256x224@60;V
+swatpolc;"SWAT Police";320x240@60;H
+swimmer;"Swimmer (set 1)";256x224@60;H
+sws;"Super World Stadium (Japan)";288x224@60;H
+sws92;"Super World Stadium '92 (Japan)";288x224@60;H
+sws92g;"Super World Stadium '92 Gekitouban (Japan)";288x224@60;H
+sws93;"Super World Stadium '93 (Japan)";288x224@60;H
+sxyreac2;"Pachinko Sexy Reaction 2 (Japan)";336x240@60;H
+sxyreact;"Pachinko Sexy Reaction (Japan)";338x240@60;H
+syscheck;"Neo System Check (ver 1.0b)";304x224@59;H
+syvalion;"Syvalion (Japan)";512x400@60;H
+syvalionp;"Syvalion (World, prototype)";512x400@60;H
+szaxxon;"Super Zaxxon";256x224@60;V
+tactcian;"Tactician (set 1)";288x224@60;V
+tactcian2;"Tactician (set 2)";288x224@60;V
+tail2nos;"Tail to Nose - Great Championship";320x240@60;V
+tangtang;"Tang Tang (ver. 0526, 26/05/2000)";320x240@60;H
+tankfrce;"Tank Force (US, 2 Players)";288x224@60;H
+tankfrce4;"Tank Force (US, 4 Players)";288x224@60;H
+tankfrcej;"Tank Force (Japan)";288x224@60;H
+taotaido;"Tao Taido (set 1)";320x224@60;H
+taotaidoa;"Tao Taido (set 2)";320x224@60;H
+tazmani2;"Tazz-Mania (set 2)";256x224@60;V
+tazmania;"Taz-Mania (Euro, Bra) - Taz-Mania (World) - Taz-Mania - The Search for the Lost Seabirds (Euro, US - Tazz-Mania (set 1)";256x224@60;V
+tazzmang;"Tazz-Mania (bootleg on Galaxian hardware)";256x224@60;V
+tazzmang2;"Tazz-Mania (bootleg on Galaxian hardware with Starfiel";256x224@60;V
+tbowl;"Tecmo Bowl (World?)";224x512@60;V
+tbowlj;"Tecmo Bowl (Japan)";224x512@60;V
+tcobra2;"Twin Cobra II (Ver 2.1O 1995/11/30)";320x232@60;V
+tcobra2u;"Twin Cobra II (Ver 2.1A 1995/11/30)";320x232@60;V
+tdpgal;"Triple Draw Poker";256x224@60;V
+tdragon;"Saint Dragon (set 1) - Thunder Dragon (9th Jan. 1992)";256x224@56;V
+tdragon1;"Thunder Dragon (4th Jun. 1991)";256x224@56;V
+tdragon2;"Thunder Dragon 2 (9th Nov. 1993)";384x224@56;V
+tdragon2a;"Thunder Dragon 2 (1st Oct. 1993)";384x224@56;V
+tdragonb;"Saint Dragon (bootleg) - Thunder Dragon (bootleg)";256x224@56;V
+teddybb;"TeddyBoy Blues (315-5115, New Ver.)";256x224@60;H
+teddybbo;"TeddyBoy Blues (315-5115, Old Ver.)";256x224@60;H
+teddybbobl;"TeddyBoy Blues (bootleg)";256x224@60;H
+tekipaki;"Teki Paki";320x240@60;H
+teljan;"Tel Jan";320x240@60;H
+tengai;"Tengai (world)";320x224@59;H
+tengaij;"Tengai0Sengoku Blade - sengoku ace episode II";320x224@59;H
+terracre;"Terra Cresta (YM3526 set 1)";256x224@60;V
+terracrea;"Terra Cresta (YM3526 set 3)";256x224@60;V
+terracren;"Terra Cresta (YM2203)";256x224@60;V
+terracreo;"Terra Cresta (YM3526 set 2)";256x224@60;V
+terraf;"Terra Force";320x240@57;H
+terrafb;"Terra Force (Japan, bootleg set 2)";320x240@60;H
+terrafj;"Terra Force (Japan)";320x240@57;H
+terrafjb;"Terra Force (Japan, bootleg with additional Z80)";320x240@60;H
+terrafu;"Terra Force (US)";320x240@57;H
+tetrbx;"Tetris / Bloxeed (Korean System 16 bootleg) (ISG Selec";320x224@60;H
+tetris;"FA Tetris (Kor) - FA Tetris (Kor) - Super Tetris (Kor, SMS Mode?) - Tetris (Jpn) - Tetris (Kor) - Tetris (set 1) - Tetris (set 4, Japan, System 16A, FD1094 317-0093)";320x224@60;H
+tetris1;"Tetris (Pirate?) - Tetris (set 1, Japan, System 16B, FD1094 317-0091)";320x224@60;H
+tetris1d;"Tetris (set 1, Japan, System 16B, FD1094 317-0091 decr";320x224@60;H
+tetris2;"Tetris (set 2, Japan, System 16B, FD1094 317-0092) - Tetris II (Kor)";320x224@60;H
+tetris2d;"Tetris (set 2, Japan, System 16B, FD1094 317-0092 decr";320x224@60;H
+tetris3;"Tetris (set 3, Japan, System 16A, FD1094 317-0093a)";320x224@60;H
+tetris3d;"Tetris (set 3, Japan, System 16A, FD1094 317-0093a dec";320x224@60;H
+tetrisbl;"Tetris (bootleg)";320x224@60;H
+tetrisd;"Tetris (set 4, Japan, System 16A, FD1094 317-0093 decr";320x224@60;H
+tetrisp2;"Tetris Plus 2 (World)";320x224@60;H
+tetrisp2j;"Tetris Plus 2 (Japan, V2.2)";320x224@60;H
+tetrisp2ja;"Tetris Plus 2 (Japan, V2.1)";320x224@60;H
+tetrisse;"Tetris (Japan, System E)";256x192@60;H
+tetrist;"Tetris (Japan, B-System, YM2610)";320x224@60;H
+tetrista;"Tetris (Japan, B-System, YM2203)";320x224@60;H
+tetristh;"Tetris (Japan, Taito H-System)";320x224@60;H
+tetrsark;"Tetris (D.R. Korea)";256x224@60;H
+tgm2;"Tetris the Absolute The Grand Master 2";320x240@60;H
+tgm2p;"Tetris the Absolute The Grand Master 2 Plus";320x240@60;H
+tharrier;"Task Force Harrier";256x224@56;V
+tharrieru;"Task Force Harrier (US?)";256x224@56;V
+thedeep;"The Deep (Japan)";256x248@60;V
+theend;"The End";256x224@60;V
+theends;"The End (Stern)";256x224@60;V
+theglad;"The Gladiator - Road Of The Sword / Shen Jian (V101)";448x224@60;H
+theglad100;"The Gladiator - Road Of The Sword / Shen Jian (V100, T";448x224@60;H
+theglad101;"The Gladiator - Road Of The Sword / Shen Jian (V100)";448x224@60;H
+thegladpcb;"The Gladiator - Road Of The Sword / Shen Jian (V100, J";448x224@60;H
+theglob;"The Glob";272x236@60;V
+theglob2;"The Glob (earlier)";272x236@60;V
+theglob3;"The Glob (set 3)";272x236@60;V
+theglobp;"The Glob (Pac-Man hardware)";288x224@60;V
+thehustl;"The Hustler (Japan, program code M)";256x224@60;V
+thehustlj;"The Hustler (Japan, program code J)";256x224@60;V
+thepitm;"The Pit (bootleg on Moon Quasar hardware)";256x224@60;V
+theroes;"Thunder Heroes";320x224@58;H
+thetogyu;"The Togyu (315-5065, Japan)";256x224@60;H
+thndblst;"Thunder Blaster (Japan)";320x240@60;V
+thndrbld;"Thunder Blade (upright, FD1094 317-0056)";320x224@60;H
+thndrbld1;"Thunder Blade (deluxe/standing, unprotected)";320x224@60;H
+thndrbldd;"Thunder Blade (upright, FD1094 317-0056 decrypted)";320x224@60;H
+thndrx2;"Thunder Cross II (World)";288x224@60;H
+thndrx2a;"Thunder Cross II (Asia)";288x224@60;H
+thndrx2j;"Thunder Cross II (Japan)";288x224@60;H
+thndzone;"Thunder Zone (World, Rev 1)";320x240@60;H
+thndzone4;"Thunder Zone (World 4 Players)";320x240@60;H
+thndzonea;"Thunder Zone (World)";320x240@60;H
+thndzonej;"Thunder Zone (Japan)";320x240@60;H
+thoop;"Thunder Hoop (Ver. 1)";320x240@60;H
+thunderl;"Thunder & Lightning";384x240@60;V
+thunderx;"Thunder Cross (set 1)";288x224@60;H
+thunderxa;"Thunder Cross (set 2)";288x224@60;H
+thunderxb;"Thunder Cross (set 3)";288x224@60;H
+thunderxj;"Thunder Cross (Japan)";288x224@60;H
+thundfox;"Thunder Fox (World)";320x224@60;H
+thundfoxj;"Thunder Fox (Japan)";320x224@60;H
+thundfoxu;"Thunder Fox (US)";320x224@60;H
+tigerh;"Tiger Heli (US)";280x240@60;V
+tigerhb1;"Tiger Heli (bootleg, set 1)";280x240@60;V
+tigerhb2;"Tiger Heli (bootleg, set 2)";280x240@60;V
+tigerhb3;"Tiger Heli (bootleg, set 3)";280x240@60;V
+tigerhj;"Tiger Heli (Japan)";280x240@60;V
+tigeroad;"Tiger Road (US)";256x224@60;H
+tigeroadb;"Tiger Road (US bootleg, set 1)";256x224@60;H
+tigeroadb2;"Tiger Road (US bootleg, set 2)";256x224@60;H
+tigeroadu;"Tiger Road (US, Romstar license)";256x224@60;H
+timefgtr;"Time Fighter (Time Pilot conversion on Galaxian hardwa";256x224@60;V
+timelimt;"Time Limit";256x224@60;V
+timeplt;"Time Pilot - Time Pilot - Time Pilot (Jpn)";256x224@60;V
+timeplta;"Time Pilot (Atari) - Time Pilot (Jpn, Alt)";256x224@60;V
+timepltc;"Time Pilot (Centuri)";256x224@60;V
+timescan;"Time Scanner (set 2, System 16B)";320x224@60;V
+timescan1;"Time Scanner (set 1, System 16A, FD1089B 317-0024)";320x224@60;V
+timesold;"Time Soldiers (Euro, USA, Bra) - Time Soldiers (US Rev 3)";256x224@60;V
+timesold1;"Time Soldiers (US Rev 1)";256x224@60;V
+timesupd;"Time's Up Demo";304x224@59;H
+tiptop;"Tip Top";256x224@60;V
+tkdensho;"Toukidenshou - Angel Eyes (VER. 960614)";320x240@57;H
+tkdenshoa;"Toukidenshou - Angel Eyes (VER. 960427)";320x240@57;H
+tknight;"Tecmo Knight";256x224@60;H
+tmht;"Teenage Mutant Hero Turtles (UK 4 Players, version F)";304x224@60;H
+tmht22pe;"Teenage Mutant Hero Turtles - Turtles in Time (2 Playe";288x224@60;H
+tmht24pe;"Teenage Mutant Hero Turtles - Turtles in Time (4 Playe";288x224@60;H
+tmht2p;"Teenage Mutant Hero Turtles (UK 2 Players, version U)";304x224@60;H
+tmht2pa;"Teenage Mutant Hero Turtles (UK 2 Players, version ?)";304x224@60;H
+tmhta;"Teenage Mutant Hero Turtles (UK 4 Players, version S)";304x224@60;H
+tmhtb;"Teenage Mutant Hero Turtles (UK 4 Players, version ?)";304x224@60;H
+tmnt;"Streets of Rage 2 - Teenage Mutant Ninja Turtles (Hack - Teenage Mutant Ninja Turtles (World 4 Players, version";304x224@60;H
+tmnt2;"Teenage Mutant Ninja Turtles - Turtles in Time (4 Play";288x224@60;H
+tmnt22pu;"Teenage Mutant Ninja Turtles - Turtles in Time (2 Play";288x224@60;H
+tmnt2a;"Teenage Mutant Ninja Turtles - Turtles in Time (4 Play";288x224@60;H
+tmnt2pj;"Teenage Mutant Ninja Turtles (Japan 2 Players, version";304x224@60;H
+tmnt2po;"Teenage Mutant Ninja Turtles (Oceania 2 Players, versi";304x224@60;H
+tmnta;"Teenage Mutant Ninja Turtles (Asia 4 Players, version";304x224@60;H
+tmnti;"Teenage Mutant Ninja Turtles (Intro demo)";304x224@59;H
+tmntia;"Teenage Mutant Ninja Turtles (Intro demo, alt)";304x224@59;H
+tmntj;"Teenage Mutant Ninja Turtles (Japan 4 Players, version";304x224@60;H
+tmntu;"Teenage Mutant Ninja Turtles (US 4 Players, version R)";304x224@60;H
+tmntua;"Teenage Mutant Ninja Turtles (US 4 Players, version J)";304x224@60;H
+tmntub;"Teenage Mutant Ninja Turtles (US 4 Players, version H)";304x224@60;H
+tndrcade;"Thundercade / Twin Formation";384x224@60;V
+tndrcadej;"Tokusyu Butai U.A.G. (Japan)";384x224@60;V
+tnextspc;"The Next Space (set 1)";256x224@60;V
+tnextspc2;"The Next Space (set 2)";256x224@60;V
+tnextspcj;"The Next Space (Japan)";256x224@60;V
+tnk3;"T.N.K III (US)";288x224@60;V
+tnk3j;"T.A.N.K (Japan)";288x224@60;V
+tnzs;"The New Zealand Story - The New Zealand Story (Euro) - The New Zealand Story (Jpn) - The NewZealand Story (World, newer)";256x224@60;H
+tnzsj;"The NewZealand Story (Japan, new version, newer PCB)";256x224@60;H
+tnzsjo;"The NewZealand Story (Japan, old version) (older PCB)";256x224@60;H
+tnzso;"The NewZealand Story (World, old version) (older PCB)";256x224@60;H
+tnzsoa;"The NewZealand Story (World, unknown version) (older P";256x224@60;H
+tnzsop;"The NewZealand Story (World, prototype) (older PCB)";256x224@60;H
+tnzsuo;"The NewZealand Story (US, old version) (older PCB)";256x224@60;H
+todruaga;"The Tower of Druaga (New Ver.)";288x224@60;V
+todruagao;"The Tower of Druaga (Old Ver.)";288x224@60;V
+todruagas;"The Tower of Druaga (Sidam)";288x224@60;V
+toki;"Toki (World, set 1) - Toki - Going Ape Spit ~ JuJu Densetsu (World, Rev. A)";256x224@60;H
+tokia;"Toki (World, set 2)";256x224@60;H
+tokib;"Toki (bootleg)";256x224@60;H
+tokiob;"Tokio / Scramble Formation (bootleg)";256x224@60;V
+tokip;"Toki (US, prototype?)";256x224@60;H
+tokisens;"Toki no Senshi - Chrono Soldier";256x224@60;V
+tokiu;"Toki (US, set 1)";256x224@60;H
+tokiua;"Toki (US, set 2)";256x224@60;H
+toobin;"Toobin' (Atari 68k based)";512x384@60;V
+topgunbl;"Top Gunner (bootleg, Rotary Joystick)";240x224@60;V
+topgunr;"Top Gunner (US, 8-way Joystick)";240x224@60;V
+tophuntr;"Top Hunter - Roddy & Cathy (NGM-046)";320x224@59;H
+tophuntrh;"Top Hunter - Roddy & Cathy (NGH-046)";320x224@59;H
+toppyrap;"Toppy & Rappy";256x224@58;H
+topsecrt;"Top Secret (Japan)";256x224@60;H
+topspeed;"Top Speed (World)";320x240@60;H
+topspeedu;"Top Speed (US)";320x240@60;H
+toramich;"Tora e no Michi - Tora e no Michi (Japan)";256x224@60;H
+toride2g;"Toride II Adauchi Gaiden";320x224@60;H
+toride2gg;"Toride II Adauchi Gaiden (German)";320x224@60;H
+toride2gk;"Toride II Bok Su Oi Jeon Adauchi Gaiden (Korea)";320x224@60;H
+toride2j;"Toride II (Japan)";320x224@60;H
+toryumon;"Toryumon";320x224@60;H
+totc;"Treasure of the Caribbean";304x224@59;H
+toto;"Come Back Toto";256x224@58;H
+touchgok;"Touch & Go (Korea, unprotected)";480x240@60;H
+toutrun;"Turbo Out Run (Out Run upgrade, FD1094 317-0118) - Turbo OutRun (Euro, Jpn)";320x224@60;H
+toutrun1;"Turbo Out Run (deluxe cockpit, FD1094 317-0109)";320x224@60;H
+toutrun3;"Turbo Out Run (cockpit, FD1094 317-0107)";320x224@60;H
+toutrun3d;"Turbo Out Run (cockpit, FD1094 317-0107 decrypted)";320x224@60;H
+toutrund;"Turbo Out Run (Out Run upgrade, FD1094 317-0118 decryp";320x224@60;H
+toutrunj;"Turbo Out Run (Japan, Out Run upgrade, FD1094 317-0117";320x224@60;H
+toutrunj1;"Turbo Out Run (Japan, deluxe cockpit, FD1094 317-0101)";320x224@60;H
+toutrunj1d;"Turbo Out Run (Japan, deluxe cockpit, FD1094 317-0101";320x224@60;H
+toutrunjd;"Turbo Out Run (Japan, Out Run upgrade, FD1094 317-0117";320x224@60;H
+toypop;"Toypop";288x224@60;H
+tp84;"Time Pilot '84 (set 1)";256x224@60;V
+tp84a;"Time Pilot '84 (set 2)";256x224@60;V
+tp84b;"Time Pilot '84 (set 3)";256x224@60;V
+tpgolf;"Top Player's Golf (NGM-003)(NGH-003)";304x224@59;H
+trackfld;"Track & Field - Track & Field 1 (Euro)";256x224@60;H
+trackfldc;"Track & Field (Centuri)";256x224@60;H
+trackfldnz;"Track & Field (NZ bootleg?)";256x224@60;H
+trally;"Thrash Rally (ALM-003)(ALH-003)";320x224@59;H
+transfrm;"Transformer";256x192@60;H
+travrusa;"Traverse USA / Zippy Race";240x256@60;V
+travrusab;"Traverse USA (bootleg)";240x256@60;V
+trckydoc;"Tricky Doc (set 1)";240x224@60;H
+trckydoca;"Tricky Doc (set 2)";240x224@60;H
+treahunt;"Treasure Hunt (bootleg?)";256x224@60;V
+tricktrp;"Trick Trap (World?)";280x224@60;V
+trigon;"Trigon (Japan)";288x224@60;V
+trikitri;"Triki Triki (Lover Boy bootleg)";240x224@60;V
+triothep;"Trio The Punch - Never Forget Me... (World)";256x240@60;H
+triothepj;"Trio The Punch - Never Forget Me... (Japan)";256x240@60;H
+triplep;"Triple Punch (set 1)";256x224@60;V
+triplepa;"Triple Punch (set 2)";256x224@60;V
+triplfun;"Triple Fun";320x224@60;H
+tripool;"Tri-Pool (Casino Tech)";256x224@60;V
+tripoola;"Tri-Pool (Costal Games)";256x224@60;V
+trojan;"Trojan (US set 1)";256x240@60;H
+trojana;"Trojan (US set 2)";256x240@60;H
+trojanb;"Trojan (bootleg)";256x240@60;H
+trojanj;"Tatakai no Banka (Japan)";256x240@60;H
+trojanr;"Trojan (Romstar)";256x240@60;H
+trophyh;"Trophy Hunting - Bear & Moose V1.0";320x240@60;H
+trstar;"Top Ranking Stars (Ver 2.1O 1993/05/21) (New Version)";320x232@60;H
+trstarj;"Top Ranking Stars (Ver 2.1J 1993/05/21) (New Version)";320x232@60;H
+trstaro;"Top Ranking Stars (Ver 2.1O 1993/05/21) (Old Version)";320x232@60;H
+trstaroj;"Top Ranking Stars (Ver 2.1J 1993/05/21) (Old Version)";320x232@60;H
+truxton;"Truxton (Euro, USA) ~ Tatsujin (Jpn) - Truxton0Tatsujin";320x240@57.6;V
+truxton2;"Truxton II0Tatsujin Oh";320x240@60;V
+trvgns;"Trivia Genius";288x224@60;V
+trvmstr;"Trivia Master (set 1)";288x224@60;V
+trvmstra;"Trivia Master (set 2)";288x224@60;V
+trvmstrb;"Trivia Master (set 3)";288x224@60;V
+trvmstrc;"Trivia Master (set 4)";288x224@60;V
+tsamurai;"Samurai Nihon-Ichi (set 1)";256x224@60;V
+tsamurai2;"Samurai Nihon-Ichi (set 2)";256x224@60;V
+tsamuraih;"Samurai Nihon-Ichi (bootleg, harder)";256x224@60;V
+tshingen;"Shingen Samurai-Fighter (Japan, English)";256x224@60;H
+tshingena;"Takeda Shingen (Japan, Japanese)";256x224@60;H
+tst_galx;"Galaxian Test ROM";256x224@60;V
+ttmahjng;"T.T Mahjong";256x256@60;H
+tturf;"Tough Turf (set 2, Japan, 8751 317-0104)";320x224@60;H
+tturfu;"Tough Turf (set 1, US, 8751 317-0099)";320x224@60;H
+tubeit;"Tube-It";320x224@60;H
+tumbleb;"Tumble Pop (bootleg set 1)";320x240@58;H
+tumbleb2;"Tumble Pop (bootleg set 2)";320x240@58;H
+tumblep;"Tumble Pop (World)";320x240@58;H
+tumblepj;"Tumble Pop (Japan)";320x240@58;H
+turbofrc;"Turbo Force (World)";352x240@60;V
+turbofrcu;"Turbo Force (US)";352x240@60;V
+turfmast;"Neo Turf Masters / Big Tournament Golf";304x224@59;H
+turkhunt;"Turkey Hunting USA V1.0";320x240@60;H
+turpin;"Turpin";256x224@60;V
+turpins;"Turpin (bootleg on Scramble hardware)";256x224@60;V
+turtles;"Turtles";256x224@60;V
+turtship;"Turtle Ship (North America)";384x224@60;H
+turtshipj;"Turtle Ship (Japan)";384x224@60;H
+turtshipk;"Turtle Ship (Korea)";384x224@60;H
+turtshipkn;"Turtle Ship (Korea, 88/9)";384x224@60;H
+turtshipko;"Turtle Ship (Korea, older)";384x224@60;H
+tutankhm;"Tutankham - Tutankham";256x224@60;V
+tutankhms;"Tutankham (Stern Electronics)";256x224@60;V
+twinactn;"Twin Action";256x224@56;H
+twinadv;"Twin Adventure (World)";256x224@58;H
+twinadvk;"Twin Adventure (Korea)";256x224@58;H
+twinbee;"Detana!! Twinbee - Twin Bee (Jpn) - TwinBee (ROM version)";256x224@60;V
+twinbrat;"Twin Brats (set 1)";334x240@58;H
+twinbrata;"Twin Brats (set 2)";334x240@58;H
+twincobr;"Twin Cobra (USA) - Twin Cobra (World)";320x240@54.9;V
+twincobru;"Twin Cobra (US)";320x240@54.9;V
+twineag2;"Twin Eagle II - The Rescue Mission";336x240@60.2;V
+twineagl;"Twin Eagle - Revenge Joe's Brother";384x224@60;V
+twinfalc;"Twin Falcons";384x224@60;H
+twinhawk;"Twin Hawk (Euro) ~ Daisenpuu (Jpn) - Twin Hawk (World)";384x224@60;V
+twinhawku;"Twin Hawk (US)";384x224@60;V
+twinkle;"Twinkle";256x224@58;H
+twinqix;"Twin Qix (Ver 1.0A 1995/01/17) (Prototype)";320x224@60;H
+twinspri;"Twinkle Star Sprites";304x224@59;H
+twocrude;"Two Crude (US FT revision 1) - Two Crude Dudes (Euro)";256x240@58;H
+twocrudea;"Two Crude (US FT version)";256x240@58;H
+tws96;"Tecmo World Soccer '96";304x224@59;H
+typhoon;"Typhoon";304x224@60;V
+uballoon;"Ultra Balloon";256x224@60;H
+uccops;"Undercover Cops (World)";320x240@60;H
+uccopsar;"Undercover Cops (Alpha Renewal Version)";320x240@60;H
+uccopsj;"Undercover Cops (Japan)";320x240@60;H
+uccopsu;"Undercover Cops (US)";320x240@60;H
+uecology;"Ultimate Ecology (931203 Japan)";384x224@60;H
+ufosensi;"Ufo Senshi Yohko Chan (MC-8123, 317-0064)";256x224@60;H
+ultraman;"Ultraman (Japan) - Ultraman (Jpn) - Ultraman (Jpn)";288x224@60;H
+ultrax;"Ultra X Weapons / Ultra Keibitai";336x240@60;V
+ultraxg;"Ultra X Weapons / Ultra Keibitai (GAMEST review build)";336x240@60;V
+umanclub;"Ultraman Club - Tatakae! Ultraman Kyoudai!!";384x240@60;H
+unclepoo;"Uncle Poo";256x224@60;V
+uniwars;"UniWar S";256x224@60;V
+uniwarsa;"UniWar S (bootleg)";256x224@60;V
+unkpacg;"unknown Pac-Man gambling game";256x224@60;H
+unsquad;"U.N. Squadron (US)";384x224@60;H
+uopoko;"Puzzle Uo Poko (International, ver. 98/02/06)";320x240@58;H
+uopokoj;"Puzzle Uo Poko (Japan, ver. 98/02/06)";320x240@58;H
+upndown;"Up'n Down - Up'n Down (315-5030)";256x224@60;V
+upndownu;"Up'n Down (not encrypted)";256x224@60;V
+usclssic;"U.S. Classic";384x240@60;V
+usg182;"Games V18.2";400x256@60;H
+usg185;"Games V18.5";400x256@60;H
+usg187c;"Games V18.7C";400x256@60;H
+usg32;"Super Duper Casino (California V3.2)";400x256@60;H
+usg82;"Super Ten V8.2";400x256@60;H
+usg83x;"Super Ten V8.3X";400x256@60;H
+usgames;"Games V25.4X";400x256@60;H
+utoukond;"Ultra Toukon Densetsu (Japan)";384x224@60;H
+valkyrie;"Valkyrie No Densetsu (Japan) - Walkuere no Densetsu";288x224@60;V
+vampj;"Vampire - the night warriors (940705 Japan)";384x224@60;H
+vampja;"Vampire - the night warriors (940705 Japan, alt)";384x224@60;H
+vampjr1;"Vampire - the night warriors (940630 Japan)";384x224@60;H
+vandyke;"Vandyke (Japan)";256x224@56;V
+vandykeb;"Vandyke (bootleg with PIC16c57)";256x224@56;V
+vandykejal;"Vandyke (Jaleco, Set 1)";256x224@56;V
+vandykejal2;"Vandyke (Jaleco, Set 2)";256x224@56;V
+vangrd2;"Vanguard II";288x216@60;V
+vanvan;"Van-Van Car";256x224@60;V
+vanvanb;"Van-Van Car (set 3)";256x224@60;V
+vanvank;"Van-Van Car (Karateco)";256x224@60;V
+vaportra;"Vapor Trail - Hyper Offence Formation (World revision";256x240@58;V
+vaportra3;"Vapor Trail - Hyper Offence Formation (World revision";256x240@58;V
+vaportrau;"Vapor Trail - Hyper Offence Formation (US)";256x240@58;V
+varth;"Varth - operation thunderstorm (920714 etc)";384x224@60;V
+varthb;"Varth - operation thunderstorm (bootleg, 920612 etc)";384x224@60;V
+varthj;"Varth - operation thunderstorm (920714 Japan)";384x224@60;V
+varthjr;"Varth - operation thunderstorm (920714 Japan Resale Ve";384x224@60;V
+varthr1;"Varth - operation thunderstorm (920612 etc)";384x224@60;V
+varthu;"Varth - operation thunderstorm (920612 USA)";384x224@60;V
+vasara;"Vasara";336x240@60;V
+vasara2;"Vasara 2 (set 1)";336x240@60;V
+vasara2a;"Vasara 2 (set 2)";336x240@60;V
+vastar;"Vastar (set 1)";256x224@60;V
+vastar2;"Vastar (set 2)";256x224@60;V
+vastar3;"Vastar (set 3)";256x224@60;V
+vastar4;"Vastar (set 4)";256x224@60;V
+vautour;"Vautour (bootleg of Phoenix) (8085A CPU)";256x208@60;V
+vautourz;"Vautour (bootleg of Phoenix) (Z80 CPU)";256x208@60;V
+vautourza;"Vautour (bootleg of Phoenix) (Z80 CPU, single PROM)";256x208@60;V
+vblokbrk;"VS Block Breaker (Europe)";320x240@60;H
+vblokbrka;"VS Block Breaker (Asia)";320x240@60;H
+vendetta;"Vendetta (World, 4 Players ver. T)";304x224@60;H
+vendetta2p;"Vendetta (World, 2 Players ver. W)";304x224@60;H
+vendetta2pd;"Vendetta (Asia, 2 Players ver. D)";304x224@60;H
+vendetta2peba;"Vendetta (World, 2 Players ver. EB-A?)";304x224@60;H
+vendetta2pu;"Vendetta (Asia, 2 Players ver. U)";304x224@60;H
+vendetta2pun;"Vendetta (World, 2 Players ver. ?)";304x224@60;H
+vendettaj;"Crime Fighters 2 (Japan, 2 Players ver. P)";304x224@60;H
+vendettar;"Vendetta (US, 4 Players ver. R)";304x224@60;H
+vendettaz;"Vendetta (Asia, 4 Players ver. Z)";304x224@60;H
+venus;"Venus";256x224@60;V
+vfive;"V-Five (Japan) - V-Five (Jpn)";320x240@60;V
+vhunt2;"Vampire Hunter 2 - darkstalkers revenge (970929 Japan)";384x224@60;H
+vhunt2d;"Vampire Hunter 2 - darkstalkers revenge (970913 Japan";384x224@60;H
+vhunt2r1;"Vampire Hunter 2 - darkstalkers revenge (970913 Japan)";384x224@60;H
+vhuntj;"Vampire Hunter - darkstalkers' revenge (950316 Japan)";384x224@60;H
+vhuntjr1;"Vampire Hunter - darkstalkers' revenge (950307 Japan)";384x224@60;H
+vhuntjr1s;"Vampire Hunter - darkstalkers' revenge (950307 Japan s";384x224@60;H
+vhuntjr2;"Vampire Hunter - darkstalkers' revenge (950302 Japan)";384x224@60;H
+victroad;"Victory Road";288x216@60;V
+viewpoin;"Viewpoint - Viewpoint (USA)";304x224@59;H
+vigilant;"Vigilante - Vigilante - Vigilante (Euro, USA, Bra) - Vigilante (Kor) - Vigilante (World, Rev E)";256x256@55;H
+vigilanta;"Vigilante (World, Rev A)";256x256@55;H
+vigilantb;"Vigilante (US, Rev B)";256x256@55;H
+vigilantbl;"Vigilante (bootleg)";256x256@55;H
+vigilantc;"Vigilante (World, Rev C)";256x256@55;H
+vigilantd;"Vigilante (Japan, Rev D)";256x256@55;H
+vigilantg;"Vigilante (US, Rev G)";256x256@55;H
+vigilanto;"Vigilante (US)";256x256@55;H
+vimana;"Vimana (World, set 1)";320x240@58;V
+vimanaj;"Vimana (Japan)";320x240@58;V
+vimanan;"Vimana (World, set 2)";320x240@58;V
+viofight;"Violence Fight (World)";320x224@60;H
+viofightj;"Violence Fight (Japan)";320x224@60;H
+viofightu;"Violence Fight (US)";320x224@60;H
+viostorm;"Violent Storm (ver EAC)";384x224@60;H
+viostorma;"Violent Storm (ver AAC)";384x224@60;H
+viostormab;"Violent Storm (ver AAB)";384x224@60;H
+viostormeb;"Violent Storm (ver EAB)";384x224@60;H
+viostormj;"Violent Storm (ver JAC)";384x224@60;H
+viostormu;"Violent Storm (ver UAC)";384x224@60;H
+viostormub;"Violent Storm (ver UAB)";384x224@60;H
+vliner;"V-Liner (set 1)";304x224@59;H
+vlinero;"V-Liner (set 2)";304x224@59;H
+vmetal;"Varia Metal";320x224@60;V
+vmetaln;"Varia Metal (New Ways Trading Co.)";320x224@60;V
+volfied;"Volfied - Volfied (Jpn) - Volfied (World, revision 1)";320x240@60;V
+volfiedj;"Volfied (Japan, revision 1)";320x240@60;V
+volfiedjo;"Volfied (Japan)";320x240@60;V
+volfiedu;"Volfied (US, revision 1)";320x240@60;V
+vpool;"Video Pool (bootleg on Moon Cresta hardware)";256x224@60;V
+vsav;"Vampire Savior - the lord of vampire (970519 Euro)";384x224@60;H
+vsav2;"Vampire Savior 2 - the lord of vampire (970913 Japan)";384x224@60;H
+vsav2d;"Vampire Savior 2 - the lord of vampire (970913 Japan P";384x224@60;H
+vsava;"Vampire Savior - the lord of vampire (970519 Asia)";384x224@60;H
+vsavd;"Vampire Savior - the lord of vampire (970519 Euro Phoe";384x224@60;H
+vsavh;"Vampire Savior - the lord of vampire (970519 Hispanic)";384x224@60;H
+vsavj;"Vampire Savior - the lord of vampire (970519 Japan)";384x224@60;H
+vsavu;"Vampire Savior - the lord of vampire (970519 USA)";384x224@60;H
+vsgongf;"VS Gong Fight";256x224@60;V
+vulcan;"Vulcan Venture (New)";320x224@60;H
+vulcana;"Vulcan Venture (Old)";320x224@60;H
+vulcanb;"Vulcan Venture (Oldest)";320x224@60;H
+vulgus;"Vulgus (set 1)";256x224@60;V
+vulgusa;"Vulgus (set 2)";256x224@60;V
+vulgusj;"Vulgus (Japan?)";256x224@60;V
+wakuwak7;"Waku Waku 7";304x224@59;H
+wallc;"Wall Crash (set 1)";256x256@60;H
+wallca;"Wall Crash (set 2)";256x256@60;H
+wanted;"Wanted - Wanted (Euro, USA, Bra)";256x224@60;V
+wardner;"Wardner (USA) - Wardner (World)";320x240@60;H
+wardnerj;"Wardner no Mori (Japan) - Wardner no Mori Special (Jpn)";320x240@60;H
+warofbug;"War of the Bugs or Monsterous Manouvers in a Mushroom";256x224@60;V
+warofbugu;"War of the Bugs or Monsterous Manouvers in a Mushroom";256x224@60;V
+warpwarp;"Warp & Warp - Warp & Warp (Jpn)";272x224@60;V
+warpwarpr;"Warp Warp (Rock-Ola set 1)";272x224@60;V
+warpwarpr2;"Warp Warp (Rock-Ola set 2)";272x224@60;V
+warriorb;"Warrior Blade - Rastan Saga Episode III (Japan)";240x640@60;V
+warzard;"War-Zard / Red Earth (Japan 961121)";384x224@60;H
+warzardr1;"War-Zard / Red Earth (Japan 961023)";384x224@60;H
+watrball;"Water Balls";384x240@60;H
+wb3;"Wonder Boy III - Monster Lair (set 6, World, System 16";320x224@60;H
+wb31;"Wonder Boy III - Monster Lair (set 1, Japan, System 16";320x224@60;H
+wb31d;"Wonder Boy III - Monster Lair (set 1, Japan, System 16";320x224@60;H
+wb32;"Wonder Boy III - Monster Lair (set 2, Japan, System 16";320x224@60;H
+wb32d;"Wonder Boy III - Monster Lair (set 2, Japan, System 16";320x224@60;H
+wb33;"Wonder Boy III - Monster Lair (set 3, World, System 16";320x224@60;H
+wb33d;"Wonder Boy III - Monster Lair (set 3, World, System 16";320x224@60;H
+wb34;"Wonder Boy III - Monster Lair (set 4, Japan, System 16";320x224@60;H
+wb34d;"Wonder Boy III - Monster Lair (set 4, Japan, System 16";320x224@60;H
+wb35;"Wonder Boy III - Monster Lair (set 5, Japan, System 16";320x224@60;H
+wb35d;"Wonder Boy III - Monster Lair (set 5, Japan, System 16";320x224@60;H
+wbdeluxe;"Wonder Boy Deluxe";256x224@60;H
+wbml;"Wonder Boy in Monster Land (Japan New Ver., MC-8123, 3";256x224@60;H
+wbmlb;"Wonder Boy in Monster Land (English bootleg set 1)";256x224@60;H
+wbmljb;"Wonder Boy in Monster Land (Japan not encrypted)";256x224@60;H
+wbmljo;"Wonder Boy in Monster Land (Japan Old Ver., MC-8123, 3";256x224@60;H
+wbmlvc;"Wonder Boy in Monster Land (English, Virtual Console)";256x224@60;H
+wboy;"Wonder Boy (Euro) - Wonder Boy (Euro, USA, Bra, v1) - Wonder Boy (Jpn, v1) - Wonder Boy (set 1, 315-5177)";256x224@60;H
+wboy2;"Wonder Boy (set 2, 315-5178)";256x224@60;H
+wboy2u;"Wonder Boy (set 2, not encrypted)";256x224@60;H
+wboy3;"Wonder Boy (set 3, 315-5135) - Wonder Boy III - Monster Lair (Euro) ~ Monster Lair (J - Wonder Boy III - The Dragon's Trap (Euro, USA, Kor)";256x224@60;H
+wboy4;"Wonder Boy (set 4, 315-5162)";256x224@60;H
+wboy5;"Wonder Boy (set 5, bootleg) - Wonder Boy V - Monster World III (Jpn, Kor)";256x224@60;H
+wboyo;"Wonder Boy (set 1, 315-5135)";256x224@60;H
+wboyu;"Wonder Boy (not encrypted)";256x224@60;H
+wc90;"World Cup '90 (World)";256x224@59;H
+wc90a;"World Cup '90 (Euro set 1)";256x224@59;H
+wc90b;"World Cup '90 (Euro set 2)";256x224@59;H
+wc90b1;"Euro League (Italian hack of Tecmo World Cup '90)";256x224@60;H
+wc90b2;"World Cup '90 (bootleg, set 1)";256x224@60;H
+wc90b3;"World Cup '90 (bootleg, set 2)";256x224@60;H
+wc90b4;"World Cup '90 (bootleg, set 3)";256x224@60;H
+wc90ba;"Euro League (Italian hack of Tecmo World Cup '90 - alt";256x224@60;H
+wc90t;"World Cup '90 (trackball)";256x224@59;H
+welltris;"Welltris - Alexey Pajitnov's (World?, 2 players)";352x240@60;H
+welltrisj;"Welltris - Alexey Pajitnov's (Japan, 2 players)";352x240@60;H
+wh1;"World Heroes (ALM-005)";320x224@59;H
+wh1h;"World Heroes (ALH-005)";320x224@59;H
+wh1ha;"World Heroes (set 3)";320x224@59;H
+wh2;"World Heroes 2 (ALM-006)(ALH-006)";304x224@59;H
+wh2j;"World Heroes 2 Jet (ADM-007)(ADH-007)";304x224@59;H
+wh2ja;"World Heroes 2 Jet (ADM-007)";304x224@59;H
+wheelrun;"Wheels Runner";256x224@60;H
+whizz;"Whizz";384x224@60;H
+whoopee;"Pipi & Bibis / Whoopee!! (Teki Paki hardware)";320x240@60;H
+whp;"World Heroes Perfect";320x224@59;H
+wiggie;"Wiggie Waggie";384x240@60;V
+wildfang;"Wild Fang / Tecmo Knight";256x224@60;H
+willow;"Willow (World)";384x224@60;H
+willowj;"Willow (Japan, Japanese)";384x224@60;H
+willowu;"Willow (USA)";384x224@60;H
+willowuo;"Willow (USA Old Ver.)";384x224@60;H
+wilytowr;"Wily Tower";256x224@60;H
+wingforc;"Wing Force (Japan, prototype)";320x224@60;V
+wintbob;"The Winter Bobble (bootleg)";256x224@58;H
+wiping;"Wiping";288x224@60;V
+wits;"Wit's (Japan)";384x240@60;H
+wiz;"Lizard Wizard - Magical Kid Wiz (Jpn) - Magical Kid Wiz (Tw) - Wiz";256x224@60;V
+wizdfire;"Wizard Fire (Over Sea v2.1)";320x240@58;H
+wizdfireu;"Wizard Fire (US v1.1)";320x240@58;H
+wizt;"Wiz (Taito, set 1)";256x224@60;V
+wizta;"Wiz (Taito, set 2)";256x224@60;V
+wjammers;"Windjammers / Flying Power Disc";304x224@59;H
+wldcourt;"World Court (Japan)";288x224@60;H
+wlstar;"Wonder League Star - Sok-Magicball Fighting (Korea)";320x240@60;H
+wmatch;"Water Match (315-5064)";240x224@60;V
+wndrmomo;"Wonder Momo";288x224@60;H
+wndrplnt;"Wonder Planet (Japan)";256x248@60;V
+wof;"Warriors of Fate (921031 etc)";384x224@60;H
+wof3js;"Sangokushi II: San Jian Sheng (Chinese bootleg set 1,";384x224@60;H
+wof3jsa;"Sangokushi II: San Jian Sheng (Chinese bootleg set 2,";384x224@60;H
+wof3sj;"Sangokushi II: San Sheng Jian (Chinese bootleg set 1,";384x224@60;H
+wof3sja;"Sangokushi II: San Sheng Jian (Chinese bootleg set 2,";384x224@60;H
+wofa;"Sangokushi II (921005 Asia)";384x224@60;H
+wofah;"Sangokushi II (hack set 1, 921005 Asia)";384x224@60;H
+wofaha;"Sangokushi II (hack set 2, 921005 Asia)";384x224@60;H
+wofahb;"Sangokushi II (hack set 3, 921005 Asia)";384x224@60;H
+wofb;"Warriors of Fate (bootleg, 921002 etc)";384x224@60;H
+wofch;"Tenchi wo Kurau II - Sekiheki no Tatakai (CPS Changer,";384x224@60;H
+wofchdx;"Sangokushi III Gaiden: Kakou-On's Revenge DX (hack)";384x224@60;H
+wofh;"Sangokushi II: Sanguo Yingxiong Zhuan (Chinese bootleg";384x224@60;H
+wofha;"Sangokushi II: Sanguo Yingxiong Zhuan (Chinese bootleg";384x224@60;H
+wofhfh;"Sangokushi II: Huo Fenghuang (Chinese bootleg, 921005";384x224@60;H
+wofj;"Tenchi wo Kurau II - Sekiheki no Tatakai (921031 Japan";384x224@60;H
+wofjh;"Tenchi wo Kurau II - Sekiheki no Tatakai (hack, 921031";384x224@60;H
+wofr1;"Warriors of Fate (921002 etc)";384x224@60;H
+wofsj;"Sangokushi II: Sheng Jian Sanguo (Chinese bootleg set";384x224@60;H
+wofsja;"Sangokushi II: Sheng Jian Sanguo (Chinese bootleg set";384x224@60;H
+wofsjb;"Sangokushi II: Sheng Jian Sanguo (Chinese bootleg set";384x224@60;H
+wofsjc;"Sangokushi II: Sheng Jian Sanguo (Chinese bootleg set";384x224@60;H
+wofu;"Warriors of Fate (921031 USA)";384x224@60;H
+wolffang;"Wolf Fang -Kuhga 2001- (Japan)";320x240@58;H
+wonder3;"Wonder 3 (910520 Japan)";384x224@60;H
+wondl96;"Wonder League '96 (Korea)";320x240@60;H
+wondstck;"Wonder Stick (set 1)";320x240@60;H
+wondstcka;"Wonder Stick (set 2, censored)";320x240@60;H
+woodpeca;"Woodpecker (set 2)";288x224@60;V
+woodpeck;"Woodpecker (set 1)";288x224@60;V
+worldwar;"World Wars (World?)";400x224@60;V
+wownfant;"WOW New Fantasia";256x224@60;H
+wrally;"World Rally (Version 1.0, Checksum 0E56)";368x232@60;H
+wrallya;"World Rally (Version 1.0, Checksum 3873)";368x232@60;H
+wrallyat;"World Rally (US, 930217)";368x232@60;H
+wrallyb;"World Rally (Version 1.0, Checksum 8AA2)";368x232@60;H
+wrestwar;"Wrestle War (Euro, Jpn) - Wrestle War (set 3, World, 8751 317-0103)";320x224@60;V
+wrestwar1;"Wrestle War (set 1, Japan, FD1094 317-0090)";320x224@60;V
+wrestwar1d;"Wrestle War (set 1, Japan, FD1094 317-0090 decrypted)";320x224@60;V
+wrestwar2;"Wrestle War (set 2, World, FD1094 317-0102)";320x224@60;V
+wrestwar2d;"Wrestle War (set 2, World, FD1094 317-0102 decrypted)";320x224@60;V
+wrofaero;"War of Aero - Project MEIOU";384x240@60;V
+ws;"Jaws (Spa?) - Jimmy White's Whirlwind Snooker (Euro) - News (set 1) - Super World Stadium (Japan) - World Stadium (Japan)";288x224@60;H
+ws89;"World Stadium '89 (Japan)";288x224@60;H
+ws90;"World Stadium '90 (Japan)";288x224@60;H
+wschamp;"Wing Shooting Championship V2.00";320x240@60;H
+wschampa;"Wing Shooting Championship V1.01";320x240@60;H
+wschampb;"Wing Shooting Championship V1.00";320x240@60;H
+wwallyj;"Wally wo Sagase! (rev B, Japan, FD1094 317-0197B)";320x224@60;H
+wwallyja;"Wally wo Sagase! (rev A, Japan, FD1094 317-0197A)";320x224@60;H
+wwallyjad;"Wally wo Sagase! (rev A, Japan, FD1094 317-0197A decry";320x224@60;H
+wwallyjd;"Wally wo Sagase! (rev B, Japan, FD1094 317-0197B decry";320x224@60;H
+wwfsstar;"WWF Superstars (Europe)";256x240@60;H
+wwfsstarb;"WWF Superstars (bootleg)";256x240@60;H
+wwfsstarj;"WWF Superstars (Japan)";256x240@60;H
+wwfsstaru;"WWF Superstars (US, newer)";256x240@60;H
+wwfsstarua;"WWF Superstars (US)";256x240@60;H
+wwfwfest;"WWF WrestleFest (World)";320x240@60;H
+wwfwfestb;"WWF WrestleFest (US bootleg)";320x240@60;H
+wwfwfestj;"WWF WrestleFest (Japan)";320x240@60;H
+wwfwfestk;"WWF WrestleFest (Korea)";320x240@60;H
+wwfwfestu;"WWF WrestleFest (US)";320x240@60;H
+wwjgtin;"Wai Wai Jockey Gate-In!";256x224@60;H
+wyvernf0;"Wyvern F-0";256x224@60;V
+xexex;"Xexex (ver EAA)";384x256@54;H
+xexexa;"Xexex (ver AAA)";384x256@54;H
+xexexj;"Xexex (ver JAA)";384x256@54;H
+xmcota;"X-Men - children of the atom (950331 Euro)";384x224@60;H
+xmcotaa;"X-Men - children of the atom (950105 Asia)";384x224@60;H
+xmcotaar1;"X-Men - children of the atom (941217 Asia)";384x224@60;H
+xmcotah;"X-Men - children of the atom (950331 Hispanic)";384x224@60;H
+xmcotahr1;"X-Men - children of the atom (950105 Hispanic)";384x224@60;H
+xmcotaj;"X-Men - children of the atom (950105 Japan)";384x224@60;H
+xmcotaj1;"X-Men - children of the atom (941222 Japan)";384x224@60;H
+xmcotaj2;"X-Men - children of the atom (941219 Japan)";384x224@60;H
+xmcotaj3;"X-Men - children of the atom (941217 Japan)";384x224@60;H
+xmcotajr;"X-Men - children of the atom (941208 Japan, rent versi";384x224@60;H
+xmcotar1;"X-Men - children of the atom (950105 Euro)";384x224@60;H
+xmcotar1d;"X-Men - children of the atom (950105 Euro Phoenix Edit";384x224@60;H
+xmcotau;"X-Men - children of the atom (950105 USA)";384x224@60;H
+xmen;"Spider-Man and the X-Men in Arcade's Revenge (USA) - Spider-Man and X-Men - Arcade's Revenge (Euro, USA) - X-Men (4 Players ver UBB) - X-Men (Euro) - X-Men (USA)";288x224@60;H
+xmen2pa;"X-Men (2 Players ver AAA)";288x224@60;H
+xmen2pe;"X-Men (2 Players ver EAA)";288x224@60;H
+xmen2pj;"X-Men (2 Players ver JAA)";288x224@60;H
+xmen2pu;"X-Men (2 Players ver UAB)";288x224@60;H
+xmena;"X-Men (4 Players ver AEA)";288x224@60;H
+xmenaa;"X-Men (4 Players ver ADA)";288x224@60;H
+xmene;"X-Men (4 Players ver EBA)";288x224@60;H
+xmenj;"X-Men (4 Players ver JBA)";288x224@60;H
+xmultipl;"X Multiply (World, M81)";384x256@55;H
+xmultiplm72;"X Multiply (Japan, M72)";384x256@55;H
+xmvsf;"X-Men vs Street Fighter (961004 Euro)";384x224@60;H
+xmvsfa;"X-Men vs Street Fighter (961023 Asia)";384x224@60;H
+xmvsfar1;"X-Men vs Street Fighter (961004 Asia)";384x224@60;H
+xmvsfar2;"X-Men vs Street Fighter (960919 Asia)";384x224@60;H
+xmvsfar3;"X-Men vs Street Fighter (960910 Asia)";384x224@60;H
+xmvsfb;"X-Men vs Street Fighter (961023 Brazil)";384x224@60;H
+xmvsfh;"X-Men vs Street Fighter (961004 Hispanic)";384x224@60;H
+xmvsfj;"X-Men vs Street Fighter (961023 Japan)";384x224@60;H
+xmvsfjr1;"X-Men vs Street Fighter (961004 Japan)";384x224@60;H
+xmvsfjr2;"X-Men vs Street Fighter (960910 Japan)";384x224@60;H
+xmvsfjr3;"X-Men vs Street Fighter (960909 Japan)";384x224@60;H
+xmvsfr1;"X-Men vs Street Fighter (960910 Euro)";384x224@60;H
+xmvsfu;"X-Men vs Street Fighter (961023 USA)";384x224@60;H
+xmvsfu1d;"X-Men vs Street Fighter (961004 USA Phoenix Edition)";384x224@60;H
+xmvsfur1;"X-Men vs Street Fighter (961004 USA)";384x224@60;H
+xmvsfur2;"X-Men vs Street Fighter (960910 USA)";384x224@60;H
+xorworld;"Xor World (prototype)";256x224@60;H
+xsleena;"Xain'd Sleena (World)";256x240@60;H
+xsleenaj;"Xain'd Sleena (Japan)";256x240@60;H
+xxmissio;"XX Mission";512x192@60;V
+yamagchi;"Go Go Mr. Yamaguchi / Yuke Yuke Yamaguchi-kun";256x224@60;V
+yamato;"Yamato (Euro, Jpn) - Yamato (US)";256x224@60;V
+yamato2;"Yamato (World?)";256x224@60;V
+yanchamr;"Kaiketsu Yanchamaru (Japan)";384x256@60;H
+yankeedo;"Yankee DO!";240x192@60;V
+yesnoj;"Yes/No Sinri Tokimeki Chart";320x224@60;H
+yiear;"Yie Ar Kung-Fu (Jpn) - Yie Ar Kung-Fu (program code I) - Yie Ar Kung-Fu (Tw)";256x224@60;H
+yiear2;"Yie Ar Kung-Fu (program code G) - Yie Ar Kung-Fu II - The Emperor Yie-Gah (Jpn)";256x224@60;H
+yieartf;"Yie Ar Kung-Fu (GX361 conversion)";256x224@60;H
+youjyudn;"Youjyuden (Japan)";256x256@60;V
+youkaidk1;"Yokai Douchuuki (Japan, old version (YD1))";288x224@60;H
+youkaidk2;"Yokai Douchuuki (Japan, new version (YD2, Rev B))";288x224@60;H
+youma;"Youma Ninpou Chou (Japan)";256x224@60;V
+youma2;"Youma Ninpou Chou (Japan, alt)";256x224@60;V
+yukiwo;"Yukiwo (World, prototype)";320x224@60;V
+yuyugogo;"Yuuyu no Quiz de GO!GO! (Japan)";320x224@60;H
+zaviga;"Zaviga";256x240@60;V
+zavigaj;"Zaviga (Japan)";256x240@60;V
+zaxxon;"Super Zaxxon - Zaxxon - Zaxxon (Jpn) - Zaxxon (Jpn) - Zaxxon (set 1, rev D)";256x224@60;V
+zaxxon2;"Zaxxon (set 2, unknown rev)";256x224@60;V
+zaxxon3;"Zaxxon (set 3, unknown rev)";256x224@60;V
+zaxxonb;"Jackson";256x224@60;V
+zaxxonj;"Zaxxon (Japan)";256x224@60;V
+zedblade;"Zed Blade / Operation Ragnarok";304x224@59;H
+zeropnt;"Zero Point (set 1)";384x224@60;H
+zeropnt2;"Zero Point 2";384x224@60;H
+zeropnta;"Zero Point (set 2)";384x224@60;H
+zeropntj;"Zero Point (Japan)";384x224@60;H
+zeroteam;"New Zero Team (V33 SYSTEM TYPE_B hardware) - Zero Team USA (set 1, US, Fabtek license)";320x256@55;H
+zeroteama;"New Zero Team (V33 SYSTEM TYPE_B hardware, China?) - Zero Team (set 2, Japan? (earlier?))";320x256@55;H
+zeroteamb;"Zero Team (set 3, Japan? (later batteryless))";320x256@55;H
+zeroteamc;"Zero Team (set 4, Taiwan, Liang Hwa license)";320x256@55;H
+zeroteamd;"Zero Team (set 5, Korea, Dream Soft license)";320x256@55;H
+zeroteams;"Zero Team Selection";320x256@55;H
+zeroteamsr;"Zero Team Suicide Revival Kit";320x256@55;H
+zerotime;"Zero Time";256x224@60;V
+zerotimed;"Zero Time (Datamat)";256x224@60;V
+zerotm2k;"Zero Team 2000";320x256@55;H
+zerowing;"Zero Wing (2P set) - Zero Wing (Euro)";320x240@60;H
+zerowing1;"Zero Wing (1P set)";320x240@60;H
+zerowingw;"Zero Wing (2P set, Williams Electronics)";320x240@60;H
+zerozone;"Zero Zone";368x224@60;H
+zigzagb;"Zig Zag (Galaxian hardware, set 1)";256x224@60;V
+zigzagb2;"Zig Zag (Galaxian hardware, set 2)";256x224@60;V
+zin;"Zing Zing Zip";384x240@60;V
+zintrckb;"Zintrick / Oshidashi Zentrix (hack / bootleg)";304x224@59;H
+zintrkcd;"Zintrick / Oshidashi Zentrix (Neo CD conversion)";304x224@59;H
+zipzap;"Zip & Zap";256x224@60;V
+zoar;"Zoar";256x240@60;V
+zodiack;"Zodiack";256x224@60;V
+zombraid;"Zombie Raid (9/28/95, US)";384x240@60;H
+zombraidp;"Zombie Raid (9/28/95, US, prototype PCB)";384x240@60;H
+zombraidpj;"Zombie Raid (9/28/95, Japan, prototype PCB)";384x240@60;H
+zupapa;"Zupapa!";304x224@59;H
+zzyzzyxx;"Zzyzzyxx (set 1)";256x224@60;V
+zzyzzyxx2;"Zzyzzyxx (set 2)";256x224@60;V
diff --git a/opt/retropie/configs/all/autostart.sh b/opt/retropie/configs/all/autostart.sh
new file mode 100755
index 0000000..b7e6f1c
--- /dev/null
+++ b/opt/retropie/configs/all/autostart.sh
@@ -0,0 +1,79 @@
+#!/bin/bash
+
+# script for preparing RetroPieRGB config script
+
+
+
+rgb_config=/home/pi/rgb_config.sh
+rgb_default_config=/home/pi/rgb_default_config.sh
+config=/boot/config.txt
+log=/home/pi/log.txt
+
+rm $log > /dev/null
+# read config.txt and put all config parameters for RetroPieRGB Parameters to
+# rgb_config
+
+
+function pikeyd165_start ()
+{
+ sudo chmod a+rwx /dev/uinput
+ pikeyd165_stop
+ sudo -s pikeyd165 -smi -ndb -d &> /dev/null
+}
+
+function pikeyd165_stop ()
+{
+
+ sudo chmod a+rwx /dev/uinput
+
+ sudo -s pikeyd165 -k &> /dev/null
+ #killall pikeyd165
+}
+
+
+
+function get_params()
+{
+
+ while IFS== read -r param default_value; do
+
+ result=$(grep $param $config)
+
+ if [ -z "$result" ] ; then
+ echo "$param=$default_value" | sudo tee -a $config
+ else
+ # var exists in config.txt
+ echo "variable in config.txt exists" >> $log
+ echo "sync calue in rgb_config" >> $log
+
+ echo $result >> $log
+ value=$(echo $result|cut -d"=" -f2)
+ echo $value >> $log
+ sed -i "s/^$param.*/$param=$value/" $rgb_config
+
+ fi
+
+ done < $rgb_default_config
+}
+
+
+# WIEGAND: Try to remove this part
+# rm $rgb_config
+# cp $rgb_default_config $rgb_config
+
+get_params
+
+chmod +x $rgb_config
+. $rgb_config
+
+
+if [ "$pi2jamma" == "1" ]; then
+ echo "pi2jamma activated" >> $log
+ pikeyd165_start
+else
+ echo "pi2jamma deactivated" >> $log
+ pikeyd165_stop
+fi
+
+
+emulationstation --screenrotate $es_rotate
diff --git a/opt/retropie/configs/all/runcommand-onend.sh b/opt/retropie/configs/all/runcommand-onend.sh
new file mode 100644
index 0000000..6aee22b
--- /dev/null
+++ b/opt/retropie/configs/all/runcommand-onend.sh
@@ -0,0 +1,5 @@
+vcgencmd hdmi_timings 320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1 > /dev/null
+sleep 0.3
+tvservice -e "DMT 87" > /dev/null
+sleep 0.3
+fbset -depth 8 && fbset -depth 16 -xres 320 -yres 240 > /dev/null
diff --git a/opt/retropie/configs/all/runcommand-onstart.sh b/opt/retropie/configs/all/runcommand-onstart.sh
new file mode 100755
index 0000000..e6fc352
--- /dev/null
+++ b/opt/retropie/configs/all/runcommand-onstart.sh
@@ -0,0 +1,102 @@
+#!/usr/bin/env bash
+#title : runcommand-onstart.sh
+#description : This script perform the following
+# Determines if the game being run is a console or an arcade/fba
+# For arcades, it will programatically determine the resolution based on resolution.ini file
+# For consoles, hdmi_timings can be set based on emulator or system
+# Dynamically creates the game_name.zip.cfg file and sets the custom_viewport_height
+# Dynamically add these parameters (video_allow_rotate = "true" and video_rotation = 1) for vertical games
+# vertical.txt contains all the mame 0.184 vertical games
+# Ability to set custom_viewport_width for arcades/fba
+#author : Jochen Zurborg
+#date : 2019-11-19
+#version : 0.1
+#notes : For advance users only and would need to be tweaked
+# to cater to your needs and preference
+# resolution.ini (0.184) file needed http://www.progettosnaps.net/renameset/
+#===============================================================================================================
+
+log=/home/pi/log.txt
+
+dir=($pwd)
+
+
+. /home/pi/rgb_config.sh
+
+# get the system name
+system=$1
+
+# get the emulator name
+emul=$2
+emul_lr=${emul:0:2}
+
+# get the full path filename of the ROM
+rom_fp=$3
+rom_bn=$3
+
+# Game or Rom name
+rom_bn="${rom_bn%.*}"
+rom_bn="${rom_bn##*/}"
+
+path=/opt/retropie/configs/all
+
+
+function prep_res ()
+{
+ cd $path
+ mme4crt $1 $2 $3 $rgb_screen_shift $rgb_screen_width 0 >> $log
+ #cp $dir/game_res.sh $path
+ #cp $dir/retroarch_game.cfg $path
+ chmod +x game_res.sh
+ cp retroarch_game.cfg "$rom_fp"".cfg"
+ cd $dir
+
+}
+
+# Determine if arcade or fba then determine resolution, set hdmi_timings else goto console section
+if [[ "$system" == "arcade" ]] || [[ "$system" == "fba" ]] || [[ "$system" == "mame-libretro" ]] ; then
+ echo "rom $rom_bn" >> $log
+
+ # get resolution of rom
+ rom_resolution=$(grep "$rom_bn;" $path/arcade_res_table.txt | cut -d";" -f3)
+ rom_resolution_width=$(echo $rom_resolution | cut -f1 -d"x")
+ rom_resolution_height=$(echo $rom_resolution | cut -f2 -d"x" | cut -f1 -d"@")
+ rom_resolution_freq=$(echo $rom_resolution | cut -f2 -d"x" | cut -f2 -d"@")
+
+ echo $rom_resolution >> $log
+
+ # Set rom_resolution_height for 480p and 448p roms
+ if [ $rom_resolution_height == "480" ]; then
+ rom_resolution_height="240"
+ elif [ $rom_resolution_height == "448" ]; then
+ rom_resolution_height="224"
+ fi
+
+
+ # Create rom_name.cfg
+ if ! [ -f "$rom_fp"".cfg" ]; then
+ touch "$rom_fp"".cfg"
+ fi
+
+ prep_res $rom_resolution_width $rom_resolution_height $rom_resolution_freq
+
+
+ # determine if vertical
+ if grep -w -q "$rom_bn" /opt/retropie/configs/all/vertical.txt ; then
+ # Add vertical parameters (video_allow_rotate = "true")
+ if ! grep -q "video_allow_rotate" "$rom_fp"".cfg"; then
+ echo -e "video_allow_rotate = \"true\"" >> "$rom_fp"".cfg" 2>&1
+ fi
+ # Add vertical parameters (video_rotation = 1)
+ if ! grep -q "video_rotation" "$rom_fp"".cfg"; then
+ echo -e "video_rotation = \"1\"" >> "$rom_fp"".cfg" 2>&1
+ fi
+ fi
+
+# hier besser eine Standard super res.
+else
+ prep_res 320 224 60
+
+fi
+
+$path/game_res.sh
diff --git a/opt/retropie/configs/all/vertical.txt b/opt/retropie/configs/all/vertical.txt
new file mode 100644
index 0000000..b9dd188
--- /dev/null
+++ b/opt/retropie/configs/all/vertical.txt
@@ -0,0 +1,1095 @@
+005
+1941
+1942
+1943
+1943kai
+1943mii
+1945kiii
+19xx
+20pacgal
+25pacman
+39in1
+4in1
+8ball
+8ballact
+aafb
+aceattac
+acefruit
+acrobatm
+ad2083
+aerofgt
+aerofgts
+afighter
+agallet
+airass
+airattck
+airduel
+airraid
+ajax
+alcon
+alibaba
+alinvade
+alleymas
+alphaho
+alpine
+altair
+amazon
+amidar
+androidp
+andromed
+angelkds
+anmlbskt
+anteater
+apb
+arabian
+arbalest
+arcadian
+argus
+arkanoid
+arkatour
+arknoid2
+armchmp2
+armedf
+armorcar
+ashura
+aso
+assault
+astrob
+astrof
+astrowar
+asuka
+asylum
+atamanot
+atlantis
+attckufo
+avengers
+azurian
+babypac
+bagman
+ballbomb
+baluba
+barrier
+baryon
+batrider
+batsugun
+battlane
+battlnts
+battroad
+bbakraid
+bcruzm12
+beaminv
+beezer
+berenstn
+bermudat
+bgaregga
+bigbucks
+bigevglf
+bigprowr
+bikkuric
+bioatack
+birdiy
+birdtry
+bitgrpha
+bitgrphb
+bjtwin
+bking
+bking2
+bking3
+bladestl
+blastoff
+blazer
+blkhole
+block
+blockcar
+blockgal
+blswhstl
+bluehawk
+blueprnt
+boggy84
+bombbee
+bombjack
+bombsa
+bongo
+boomrang
+boonggab
+botanic
+bowl3d
+bowler
+bowlrama
+brdrline
+breakout
+brickzn
+brubber
+brvblade
+btime
+buggychl
+bullfgtr
+bullsdrt
+bwcasino
+bwings
+cadanglr
+cairblad
+calibr50
+calipso
+cannonbp
+capbowl
+captflag
+carhntds
+carjmbre
+carnival
+castfant
+catacomb
+catapult
+catnmous
+cavelon
+cbdash
+cbtime
+cburnrub
+cchasm
+cdiscon1
+cdsteljn
+centiped
+cexplore
+cfarm
+cfboy0a1
+cfghtice
+cflyball
+cgraplop
+champbwl
+chanbara
+checkman
+cheekyms
+chinhero
+chkun
+chopper
+chqflag
+chwy
+circusc
+citybomb
+ckong
+ckongpt2
+clapapa
+clocknch
+clubpacm
+cluckypo
+cmanhat
+cmissnx
+cmkenosp
+cmmb162
+cmrltv75
+cnightst
+cntsteer
+cocean1a
+cocoloco
+colony7
+combh
+commando
+commsega
+complexx
+congo
+conquer
+contra
+coozumou
+cosmica
+cosmicg
+cosmo
+cosmogng
+cosmos
+cppicf
+cprobowl
+cprogolf
+cpsoccer
+cptennis
+crbaloon
+crshrace
+crush
+crzrally
+cscrtry
+csdtenis
+cskater
+csuperas
+cterrani
+ctisland
+ctornado
+ctsttape
+curvebal
+cutieq
+cybattlr
+cyclshtg
+cyvern
+czeroize
+dai3wksi
+daikaiju
+daioh
+dambustr
+dangar
+dangseed
+darkmist
+darkwar
+darwin
+dazzler
+dblewing
+dcheese
+ddayjlc
+ddonpach
+ddp2
+ddpdfk
+ddpdoj
+ddpdojh
+dealer
+decocass
+demoneye
+desertbr
+desertwr
+destryer
+devilfsh
+devstors
+devzone
+dfkbl
+digdug
+digdug2
+digger
+diggerc
+dimahoo
+dingo
+dirtfoxj
+disco
+discoboy
+divebomb
+dkong
+dkong3
+dkongjr
+docastle
+dockman
+dogfight
+dogyuun
+dommy
+donpachi
+dorachan
+dorodon
+downtown
+draco
+dragnblz
+drakton
+dremshpr
+driftout
+drivfrcp
+drmicro
+drtoppel
+dsaber
+dspirit
+dyger
+dynadice
+dynamski
+dynobop
+earthjkr
+eeekk
+eggor
+eightfrc
+elecyoyo
+enigma2
+equites
+espgal
+espgal2
+esprade
+evilston
+exctscc2
+exctsccr
+exedexes
+exerion
+explbrkr
+extrmatn
+eyes
+f1gp
+f1gp2
+fantasia
+fantastc
+fantasy
+fastdraw
+fastlane
+fcombat
+feversos
+fghtatck
+fgoal
+fhawk
+fi6845
+fightrol
+finalizr
+firebatl
+fireshrk
+firetrap
+firetrk
+fiveside
+fixeight
+flipjack
+flyboy
+flytiger
+fnkyfish
+freekick
+freeze
+frogger
+frontlin
+fshark
+fspiderb
+fstarfrc
+funkybee
+futari15
+futaribl
+futflash
+futspy
+gaiapols
+galactic
+galaga
+galaga88
+galaxia
+galaxian
+galaxygn
+galgame
+galivan
+galmedes
+galpani2
+galpani3
+galpanic
+galsnew
+galspnbl
+galxwars
+gametngk
+gaplus
+gardia
+gbusters
+gcpinbal
+geebee
+gekiridn
+gekisou
+gemini
+gground
+ghox
+gigas
+gigasm2b
+gmgalax
+gnbarich
+goindol
+goldbug
+gomoku
+gondo
+gorf
+gp2quiz
+gp2se
+gp32
+grasspin
+grchamp
+greenber
+grindstm
+grobda
+gseeker
+gstream
+gulfstrm
+gulfwar2
+gunbird
+gunbird2
+gundealr
+gundhara
+gunfront
+gunlock
+gunnail
+gunsmoke
+guwange
+guzzler
+gwar
+gyrodine
+gyruss
+hal21
+halleys
+hamaway
+harem
+hbarrel
+headoni
+heartatk
+heiankyo
+helifire
+hero
+highsplt
+himesiki
+hoccer
+hopprobo
+horekid
+horshoes
+hotdogst
+hotpinbl
+hotshock
+hotsmash
+hstennis
+hunchbak
+huncholy
+hustler
+hwrace
+hyhoo
+hyhoo2
+ibara
+ibarablk
+igmo
+ikari
+ikaruga
+illvelo
+imago
+imgfight
+imolagp
+indianbt
+indy800
+intrepid
+invad2ct
+invaders
+invadpt2
+invds
+invho2
+invinco
+invmulti
+invqix
+invrvnge
+ipminvad
+ixion
+jack
+jackal
+jackrabt
+jantotsu
+jcross
+jin
+jjack
+joinem
+jollyjgr
+jongbou
+josvolly
+journey
+joust2
+joyfulr
+jrpacman
+jumpbug
+jumpcoas
+jumpshot
+jungler
+junofrst
+kageki
+kaitei
+kamikaze
+kamikcab
+kangaroo
+kaos
+karous
+kas89
+kbm
+kbm2nd
+kbm3rd
+kchamp
+ket
+kick
+kicker
+kikikai
+kingball
+kingdmgp
+kingofb
+koikoi
+konam80s
+kong
+kopunch
+krull
+krzybowl
+kyros
+ladybug
+ladyfrog
+ladykill
+ladymstr
+lagunar
+lasso
+lastday
+lastduel
+lastmisn
+leds2011
+legion
+lethalth
+levers
+lgtnfght
+liberate
+lizwiz
+lnc
+locomotn
+logger
+looping
+losttomb
+loverboy
+lrescue
+lsasquad
+luckyrlt
+luctoday
+lupin3
+lwings
+m660
+machomou
+macross
+macrossp
+madalien
+madgear
+madshark
+mag_time
+magspot
+magspot2
+mamonoro
+maniach
+manybloc
+mappy
+mariner
+mars
+marvins
+masterw
+matmania
+mazeinv
+mazinger
+megadon
+megazone
+mercs
+merlinmm
+metafox
+metlfrzr
+metlhawk
+mgolf
+mightguy
+mikie
+milliped
+mimonkey
+minefld
+mirax
+misncrft
+mjleague
+mmagic
+mmonkey
+mmpork
+mocapb
+mofflott
+moguchan
+monsterb
+montecar
+monymony
+monzagp
+moonal2
+mooncrst
+moonqsr
+moonwar
+motos
+mouser
+mplanets
+mrdo
+mrflea
+mrjong
+mrkougar
+mrtnt
+mrviking
+msisaac
+msjiken
+mspacman
+mspuzzle
+multiped
+mushisam
+musicbal
+mustache
+mv1sfx
+mv1sfx2
+mx5000
+mystston
+naughtyb
+navarone
+ncv1
+ncv2
+nebulray
+neobattl
+netwars
+newfant
+newsin7
+nibbler
+ninjemak
+nitrobal
+nmouse
+noahsark
+nob
+nomnlnd
+nost
+nsub
+numcrash
+nyny
+ohpaipee
+olibochu
+omega
+omegaf
+orbitron
+outzone
+overdriv
+ozmawars
+ozon1
+p911
+p9112
+pachifev
+packbang
+pacmania
+pacnpal
+pacplus
+paddlema
+pairlove
+pandoras
+panic
+panicr
+panther
+paprazzi
+para2dx
+paradise
+paradlx
+passsht
+pbaction
+pballoon
+peggle
+pengo
+percuss
+perestro
+perfrman
+phelios
+phoenix
+phozon
+pickin
+pignewt
+pinbo
+pinkswts
+pisces
+pitnrun
+playball
+pleiads
+plgirls
+plgirls2
+plusalph
+plygonet
+pntnpuzl
+pokrdice
+polaris
+pollux
+polynetw
+pooyan
+popflame
+popper
+porky
+portrait
+poundfor
+ppking
+pprobe
+progolf
+progress
+promutrv
+prosoccr
+prosport
+protennb
+prtytime
+psurge
+psychic5
+psyvar2
+psyvaria
+psyvarrv
+pturn
+puckman
+pulsar
+pushover
+puzlclub
+pwrflip
+pzlestar
+qbert
+qbertqub
+qix
+quantum
+quarterb
+quasar
+quester
+quizpun
+quizpun2
+quizqgd
+qwak
+r2dtank
+r2dx_v33
+raaspec
+rackemup
+radarscp
+radarzon
+radirgy
+raflesia
+raiden
+raiden2
+raidendx
+raiders
+rallybik
+razmataz
+rcasino
+rcirulet
+rcorsair
+rdft
+rdft2
+re800v1
+re800v3
+re900
+reaktor
+redalert
+redclash
+redlin2p
+redrobin
+redufo
+regulus
+repulse
+rescue
+retofinv
+revenger
+rfjet
+ridleofp
+roadf
+rockduck
+rockn
+rockn2
+rockn3
+rockn4
+rocktrv2
+rocnrope
+rollingc
+rompers
+rotaryf
+roundup
+route16
+rshark
+rtriv
+rumba
+ryujin
+s1945
+s1945ii
+s1945iii
+safarir
+samurai
+samuraia
+sandscrp
+sasuke
+satansat
+saturnzi
+sbagman
+sbasketb
+sbomber
+sbowling
+sbrkout
+sbugger
+schaser
+scobra
+scontra
+scorpion
+scotrsht
+scramble
+scregg
+scudhamm
+sdtennis
+sdungeon
+searchar
+seicross
+sengekis
+senjyo
+setaroul
+sexyboom
+sfkick
+sflush
+sheriff
+shienryu
+shikgam2
+shikigam
+shikigama
+shollow
+shootbul
+shors2k1
+shorse
+shorsep
+shorsepr
+shtrider
+shuffle
+shuttlei
+sianniv
+sidampkr
+sidewndr
+silvmil
+sindbadm
+sinistar
+skullfng
+skyadvnt
+skyalert
+skyarmy
+skybase
+skybump
+skychut
+skyfox
+skylancr
+skylove
+skysmash
+skysoldr
+sl2007
+slikshot
+slither
+solarfox
+solarwar
+sonicbom
+sos
+spacbeam
+spacecr
+spacefb
+spacefev
+spacefrt
+spaceg
+spaceint
+spacelnc
+spaceod
+spacetrk
+spbactn
+spcforce
+spcfrcii
+spcinv95
+spcking2
+spclaser
+spclforc
+spcpostn
+spcwarp
+spdcoin
+speakres
+spec2k
+speedbal
+spellbnd
+spfghmk2
+spiders
+springer
+spyhunt
+sqbert
+sqix
+sraider
+srdarwin
+srdmissn
+srumbler
+ssi
+ssingles
+ssmissin
+ssozumo
+sspacaho
+sspaceat
+sspeedr
+sspirits
+ssrj
+sstingry
+sstrangr
+sstrike
+sstriker
+stagger1
+starfigh
+starforc
+starjack
+starspnr
+stg
+stinger
+stmblade
+stratab
+streakng
+striv
+strtheat
+strvmstr
+stuntair
+sub
+sucasino
+sundance
+supdrapo
+superabc
+superbik
+superbon
+superbug
+superpac
+supertnk
+superwng
+superx
+supmodel
+suprglob
+suprmous
+suprridr
+suprstar
+survival
+swat
+szaxxon
+tacscan
+tactcian
+tail2nos
+talbot
+tankbatt
+tankbust
+tattack
+taxidriv
+tazmania
+tcobra2
+tdfever
+tdpgal
+tdragon
+tdragon2
+teamqb
+teedoff
+telmahjn
+tempest
+tenkomor
+tenspot
+terracre
+tharrier
+thedeep
+theend
+thehand
+thepit
+thunderl
+tigerh
+timefgtr
+timelimt
+timeplt
+timescan
+timesold
+tinv2650
+tisland
+tndrcade
+tnextspc
+tnk3
+todruaga
+tokio
+tokisens
+tomahawk
+toobin
+toprollr
+toratora
+torus
+toucheme
+tp84
+tranqgun
+travrusa
+trgheart
+tricktrp
+triplep
+tripool
+trisport
+trizeal
+tron
+truxton
+truxton2
+trvchlng
+trvmstr
+trvquest
+trvwz2
+trvwz4
+tryout
+tsamurai
+tugboat
+tunhunt
+turbo
+turbofrc
+turbotag
+turtles
+tutankhm
+twinbee
+twincobr
+twineag2
+twineagl
+twinhawk
+ultrax
+unclepoo
+undefeat
+uniwars
+unkhorse
+upndown
+upyoural
+usclssic
+valkyrie
+valtric
+vandyke
+vangrd2
+vanguard
+vanvan
+vaportra
+varth
+vasara
+vasara2
+vastar
+vectrex\3dminest
+vectrex\animactn
+vectrex\armora
+vectrex\artmastr
+vectrex\bedlam
+vectrex\berzerk
+vectrex\blitz
+vectrex\cchasm
+vectrex\ccoaster
+vectrex\cleanswp
+vectrex\darktowr
+vectrex\enginean
+vectrex\fnarzod
+vectrex\headsup
+vectrex\hyprchas
+vectrex\mailplan
+vectrex\melody
+vectrex\minestrm
+vectrex\narrowes
+vectrex\polarres
+vectrex\polepos
+vectrex\ptchduel
+vectrex\ripoff
+vectrex\rocksled
+vectrex\scramble
+vectrex\solarq
+vectrex\spacewar
+vectrex\spike
+vectrex\spinball
+vectrex\starcas
+vectrex\starhawk
+vectrex\startrek
+vectrex\testrev4
+vectrex\tourfrnc
+vectrex\webwarp
+vectrex
+vega
+victroad
+videopin
+vimana
+viprp1
+vmetal
+volfied
+vortex
+vroulet
+vsgongf
+vulgus
+wallst
+wanted
+warofbug
+warpwarp
+waterski
+wiggie
+wingforc
+wiping
+wivernwg
+wiz
+wmatch
+wndrplnt
+woodpeck
+worldwar
+wrestwar
+wrofaero
+wtennis
+wwestern
+wyvernf0
+x2222
+xevious
+xiistag
+xxmissio
+yamagchi
+yamato
+yosakdon
+youjyudn
+zaryavos
+zaviga
+zaxxon
+zerohour
+zigzagb
+zingzip
+zipzap
+zoar
+zodiack
+zzyzzyxx
diff --git a/patch.sh b/patch.sh
new file mode 100755
index 0000000..c6783d5
--- /dev/null
+++ b/patch.sh
@@ -0,0 +1,3 @@
+dialog --infobox "RetroPieRGB First Version patch 1\n\n Visit www.arcadeforge.de" 10 30
+sleep 3
+./setup.sh
diff --git a/scripts/320_240_60.sh b/scripts/320_240_60.sh
new file mode 100755
index 0000000..6aee22b
--- /dev/null
+++ b/scripts/320_240_60.sh
@@ -0,0 +1,5 @@
+vcgencmd hdmi_timings 320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1 > /dev/null
+sleep 0.3
+tvservice -e "DMT 87" > /dev/null
+sleep 0.3
+fbset -depth 8 && fbset -depth 16 -xres 320 -yres 240 > /dev/null
diff --git a/scripts/450_270_50.sh b/scripts/450_270_50.sh
new file mode 100755
index 0000000..a4812aa
--- /dev/null
+++ b/scripts/450_270_50.sh
@@ -0,0 +1,16 @@
+vcgencmd hdmi_timings 450 1 50 30 90 270 1 1 1 30 0 0 0 50 0 9600000 1 > /dev/null
+#vcgencmd hdmi_timings 320 1 2 26 43 240 1 3 7 12 0 0 0 60 0 6400000 1
+
+
+tvservice -e "DMT 87"
+#fbset -g 320 230 320 230 32 > /dev/null
+sleep 0.3
+
+#fbset -depth 8 && fbset -depth 16
+#sleep 0.3
+fbset -g 450 270 450 270 32 > /dev/null
+# fb not put to screen
+echo "res executed"
+#sleep 0.3
+
+#stty rows 44
diff --git a/scripts/450_270_60.sh b/scripts/450_270_60.sh
new file mode 100755
index 0000000..898ff43
--- /dev/null
+++ b/scripts/450_270_60.sh
@@ -0,0 +1,13 @@
+vcgencmd hdmi_timings 450 1 50 33 90 270 1 1 1 30 0 0 0 60 0 9600000 1 > /dev/null
+
+
+tvservice -e "DMT 87" > /dev/null
+sleep 0.3
+
+fbset -depth 8 && fbset -depth 16
+sleep 0.3
+fbset -g 450 270 450 270 32 > /dev/null
+
+#sleep 0.3
+
+#stty rows 44
diff --git a/setup.sh b/setup.sh
new file mode 100755
index 0000000..23021d5
--- /dev/null
+++ b/setup.sh
@@ -0,0 +1,23 @@
+echo "installing files"
+
+
+cp opt/retropie/configs/all/autostart.sh /opt/retropie/configs/all/
+cp home/pi/RetroPie/retropiemenu/rotate\ screen.sh /home/pi/RetroPie/retropiemenu
+cp home/pi/rgb_default_config.sh /home/pi/
+sudo cp usr/local/bin/mme4crt /usr/local/bin/
+sudo rm /usr/local/bin/pikeyd165 > /dev/null
+sudo cp usr/local/bin/pikeyd165 /usr/local/bin/
+sudo cp etc/pikeyd165.conf /etc/
+cp opt/retropie/configs/all/vertical.txt /opt/retropie/configs/all/
+cp opt/retropie/configs/all/runcommand-onstart.sh /opt/retropie/configs/all/
+cp /opt/retropie/configs/all/runcommand-onstart.sh /opt/retropie/configs/all/runcommand-onstart.sh_asche
+cp opt/retropie/configs/all/arcade_res_table.txt /opt/retropie/configs/all/
+cp opt/retropie/configs/all/runcommand-onend.sh /opt/retropie/configs/all/
+sudo cp etc/emulationstation/themes.sh /etc/emulationstation/
+cp home/pi/RetroPie-Setup/scriptmodules/supplementary/esthemes.sh /home/pi/RetroPie-Setup/scriptmodules/supplementary/
+cp home/pi/RetroPie/retropiemenu/Update\ RetroPieRGB.sh /home/pi/RetroPie/retropiemenu/
+sudo cp boot/config_lowres.txt /boot/config.txt
+sudo chmod a+x /etc/emulationstation/themes.sh
+
+
+echo "done."
diff --git a/start_es.sh b/start_es.sh
new file mode 100755
index 0000000..995e9aa
--- /dev/null
+++ b/start_es.sh
@@ -0,0 +1 @@
+/opt/retropie/configs/all/autostart.sh
diff --git a/usr/local/bin/mme4crt b/usr/local/bin/mme4crt
new file mode 100755
index 0000000..b3062d9
--- /dev/null
+++ b/usr/local/bin/mme4crt
Binary files differ
diff --git a/usr/local/bin/pikeyd165 b/usr/local/bin/pikeyd165
new file mode 100755
index 0000000..4fe8660
--- /dev/null
+++ b/usr/local/bin/pikeyd165
Binary files differ