MNW: Difference between revisions

From MAMEDEV Wiki
(Moved driver links to GitHub)
Line 2: Line 2:
This page is designed to allow for a quick look over all the drivers with a GAME_NOT_WORKING flag by giving, as much as possible, an idea on the amount of effort needed to fix them.
This page is designed to allow for a quick look over all the drivers with a GAME_NOT_WORKING flag by giving, as much as possible, an idea on the amount of effort needed to fix them.


== [http://mamedev.org/source/src/mame/drivers/1942.c.html 1942] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/1942.c 1942] ==
''' 1942p ''' - Prototype (?) on very different hardware.
''' 1942p ''' - Prototype (?) on very different hardware.


== [http://mamedev.org/source/src/mame/drivers/20pacgal.c.html 20pacgal] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/20pacgal.c 20pacgal] ==
''' 25pacman ''' - Newer set on slightly different hardware.
''' 25pacman ''' - Newer set on slightly different hardware.


== [http://mamedev.org/source/src/mame/drivers/24cdjuke.c.html 24cdjuke] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/24cdjuke.c 24cdjuke] ==
Skeleton driver for a CD Juke Box.
Skeleton driver for a CD Juke Box.


== [http://mamedev.org/source/src/mame/drivers/2mindril.c.html 2mindril] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/2mindril.c 2mindril] ==
Missing working simulation of the sensors.
Missing working simulation of the sensors.


== [http://mamedev.org/source/src/mame/drivers/39in1.c.html 39in1] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/39in1.c 39in1] ==
''' All games but 39in1 ''' - Games other than 39in1 on this hardware have substantially harder protection and are double-encrypted in a way that would be very difficult to emulate.
''' All games but 39in1 ''' - Games other than 39in1 on this hardware have substantially harder protection and are double-encrypted in a way that would be very difficult to emulate.


== [http://mamedev.org/source/src/mame/drivers/3do.c.html 3do] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/3do.c 3do] ==
Driver moved from MESS to MAME, since there were arcade games based on the 3DO. Emulation is stil preliminary.
Driver moved from MESS to MAME, since there were arcade games based on the 3DO. Emulation is stil preliminary.


== [http://mamedev.org/source/src/mame/drivers/4enlinea.c.html 4enlinea] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/4enlinea.c 4enlinea] ==
Needs proper UM487F device emulation. CPU logic seems quite off.
Needs proper UM487F device emulation. CPU logic seems quite off.


== [http://mamedev.org/source/src/mame/drivers/4roses.c.html 4roses] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/4roses.c 4roses] ==
Skeleton driver. The games' program rom is encrypted and they have an undumped MCU which needs decapping or simulation.
Skeleton driver. The games' program rom is encrypted and they have an undumped MCU which needs decapping or simulation.


== [http://mamedev.org/source/src/mame/drivers/8080bw.c.html 8080bw] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/8080bw.c 8080bw] ==
''' invasionrz and clone ''' - Bootlegs on slightly different hardware.
''' invasionrz and clone ''' - Bootlegs on slightly different hardware.


''' sisv1 ''' - Some ROMs aren't dumped.
''' sisv1 ''' - Some ROMs aren't dumped.


== [http://mamedev.org/source/src/mame/drivers/acefruit.c.html acefruit] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/acefruit.c acefruit] ==
''' acefruit ''' - Inputs aren't fully understood. The real title of the game is unknown.
''' acefruit ''' - Inputs aren't fully understood. The real title of the game is unknown.


''' starspnr ''' - Most likely needs a redump of the program ROMs.
''' starspnr ''' - Most likely needs a redump of the program ROMs.


== [http://mamedev.org/source/src/mame/drivers/acommand.c.html acommand] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/acommand.c acommand] ==
''' acommand ''' - Inputs aren't fully understood.
''' acommand ''' - Inputs aren't fully understood.


== [http://mamedev.org/source/src/mame/drivers/adp.c.html adp] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/adp.c adp] ==
Skeleton driver.  Todo: "Almost everything."
Skeleton driver.  Todo: "Almost everything."


== [http://mamedev.org/source/src/mame/drivers/aleck64.c.html aleck64] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/aleck64.c aleck64] ==
''' 11beat, doncdoon, hipai, kurufev, mayjin3, mtetrisc, srmvs, twrshaft ''' - Incomplete N64 hardware emulation.
''' 11beat, doncdoon, hipai, kurufev, mayjin3, mtetrisc, srmvs, twrshaft ''' - Incomplete N64 hardware emulation.


== [http://mamedev.org/source/src/mame/drivers/alg.c.html alg] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/alg.c alg] ==
Laserdisc games. They all work in theory, but are waiting for a good quality laserdisc dump.
Laserdisc games. They all work in theory, but are waiting for a good quality laserdisc dump.


== [http://mamedev.org/source/src/mame/drivers/alien.c.html alien] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/alien.c alien] ==
Skeleton driver (SH4 based system).
Skeleton driver (SH4 based system).


== [http://mamedev.org/source/src/mame/drivers/alpha68k.c.html alpha68k] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/alpha68k.c alpha68k] ==
''' goldmedb ''' - It uses a 68705 in place of the Alpha controller.
''' goldmedb ''' - It uses a 68705 in place of the Alpha controller.


== [http://mamedev.org/source/src/mame/drivers/amaticmg.c.html amaticmg] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/amaticmg.c amaticmg] ==
Emulation of the type 2 and 3 boards is preliminary, thus only suprstar (board type 1) works.
Emulation of the type 2 and 3 boards is preliminary, thus only suprstar (board type 1) works.


== [http://mamedev.org/source/src/mame/drivers/amusco.c.html amusco] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/amusco.c amusco] ==
Needs i8259 and irqs emulation, understanding of how videoram works (tied to port $70?) and inputs aren't worked out yet.
Needs i8259 and irqs emulation, understanding of how videoram works (tied to port $70?) and inputs aren't worked out yet.


== [http://mamedev.org/source/src/mame/drivers/arachnid.c.html arachnid] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/arachnid.c arachnid] ==
Mechanical game. Needs artwork with lamps support.
Mechanical game. Needs artwork with lamps support.


== [http://mamedev.org/source/src/mame/drivers/arcadia.c.html arcadia] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/arcadia.c arcadia] ==
''' ar_dart2 ''' - Bad dump.
''' ar_dart2 ''' - Bad dump.


== [http://mamedev.org/source/src/mame/drivers/aristmk4.c.html aristmk4] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/aristmk4.c aristmk4] ==
''' 86lions ''' - Runs on earlier, slightly different hardware.
''' 86lions ''' - Runs on earlier, slightly different hardware.


''' clkwise ''' - Needs redump of the program ROMs.
''' clkwise ''' - Needs redump of the program ROMs.


== [http://mamedev.org/source/src/mame/drivers/aristmk5.c.html aristmk5] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/aristmk5.c aristmk5] ==
Hardware differences from the base Acorn Archimedes are not fully understood yet.
Hardware differences from the base Acorn Archimedes are not fully understood yet.


== [http://mamedev.org/source/src/mame/drivers/aristmk6.c.html aristmk6] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/aristmk6.c aristmk6] ==
Skeleton driver. System is SH4 based.
Skeleton driver. System is SH4 based.


== [http://mamedev.org/source/src/mame/drivers/armedf.c.html armedf] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/armedf.c armedf] ==
''' kozure ''' - Time over doesn't kill the player. BTANB?
''' kozure ''' - Time over doesn't kill the player. BTANB?


''' bigfghtr, skyrobo ''' - MCU needs decapping / simulation.
''' bigfghtr, skyrobo ''' - MCU needs decapping / simulation.


== [http://mamedev.org/source/src/mame/drivers/artmagic.c.html artmagic] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/artmagic.c artmagic] ==
''' shtstar ''' - Runs on different hardware.
''' shtstar ''' - Runs on different hardware.


== [http://mamedev.org/source/src/mame/drivers/astrocde.c.html astrocde] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/astrocde.c astrocde] ==
''' tenpindx ''' - This game used a physical hockey puck which the player slid down the bowling alley. Sensors on the other end picked up the location and velocity of the puck and simulated the pin behavior. Requires simulation of this input interface in order to be considered working.
''' tenpindx ''' - This game used a physical hockey puck which the player slid down the bowling alley. Sensors on the other end picked up the location and velocity of the puck and simulated the pin behavior. Requires simulation of this input interface in order to be considered working.


== [http://mamedev.org/source/src/mame/drivers/astrocorp.c.html astrocorp] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/astrocorp.c astrocorp] ==
''' westvent, winbingo, winbingoa, zoo ''' - These games need decryption.
''' westvent, winbingo, winbingoa, zoo ''' - These games need decryption.


== [http://mamedev.org/source/src/mame/drivers/atarigx2.c.html atarigx2] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/atarigx2.c atarigx2] ==
All of these games suffer from some advanced protection that affects them in different ways. Through some magic accesses in memory, data can be decrypted using some special key sequences that are not entirely understood. It might be possible to find all possible data sources, run them through the decryption process on the real PCB, and then encode that information in the driver, but it is tedious work at best. Below is the status of each game:
All of these games suffer from some advanced protection that affects them in different ways. Through some magic accesses in memory, data can be decrypted using some special key sequences that are not entirely understood. It might be possible to find all possible data sources, run them through the decryption process on the real PCB, and then encode that information in the driver, but it is tedious work at best. Below is the status of each game:


Line 100: Line 100:
''' rrreveng ''' -
''' rrreveng ''' -


== [http://mamedev.org/source/src/mame/drivers/atlantis.c.html atlantis] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/atlantis.c atlantis] ==
Preliminary driver. VR4310 CPU.
Preliminary driver. VR4310 CPU.


== [http://mamedev.org/source/src/mame/drivers/atvtrack.c.html atvtrack] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/atvtrack.c atvtrack] ==
Skeleton driver.
Skeleton driver.


== [http://mamedev.org/source/src/mame/drivers/avt.c.html avt] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/avt.c avt] ==
Needs CTC and daisy-chain.
Needs CTC and daisy-chain.


== [http://mamedev.org/source/src/mame/drivers/badlands.c.html badlands] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/badlands.c badlands] ==
''' badlandsb, badlandsb2 ''' - These bootlegs runs on heavily modified hardware.
''' badlandsb, badlandsb2 ''' - These bootlegs runs on heavily modified hardware.


== [http://mamedev.org/source/src/mame/drivers/bartop52.c.html bartop52] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/bartop52.c bartop52] ==
Coins and timer were handled by Bartop system bios. Since bios dump is not available, regular Atari 5200 bios is used and game is marked as not working. Game cart is also marked as bad dump as it is done in "console style", i.e. one file for all game data.
Coins and timer were handled by Bartop system bios. Since bios dump is not available, regular Atari 5200 bios is used and game is marked as not working. Game cart is also marked as bad dump as it is done in "console style", i.e. one file for all game data.


== [http://mamedev.org/source/src/mame/drivers/bfcobra.c.html bfcobra] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/bfcobra.c bfcobra] ==
''' beeline ''' - Missing floppy disk image.
''' beeline ''' - Missing floppy disk image.


''' inquiztr ''' - Missing floppy disk image.
''' inquiztr ''' - Missing floppy disk image.


== [http://mamedev.org/source/src/mame/drivers/bfmsys85.c.html bfmsys85] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/bfmsys85.c bfmsys85] ==
Fruit machine hardware.
Fruit machine hardware.


== [http://mamedev.org/source/src/mame/drivers/bfm_sc1.c.html bfm_sc1] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/bfm_sc1.c bfm_sc1] ==
Fruit machine hardware.
Fruit machine hardware.


== [http://mamedev.org/source/src/mame/drivers/bfm_sc2.c.html bfm_sc2] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/bfm_sc2.c bfm_sc2] ==
''' m_bcgslm, m_brkfst and clones, m_bfocus, m_cpeno1, m_luvjob ''' - Mechanical games imported from AgeMame.
''' m_bcgslm, m_brkfst and clones, m_bfocus, m_cpeno1, m_luvjob ''' - Mechanical games imported from AgeMame.
The fruit machine games don't work either.
The fruit machine games don't work either.
Line 132: Line 132:
''' quintond ''' - Missing emulation of RS232 data link device (see BACTA Datapak specs for more info).
''' quintond ''' - Missing emulation of RS232 data link device (see BACTA Datapak specs for more info).


== [http://mamedev.org/source/src/mame/drivers/bfm_sc4.c.html bfm_sc4] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/bfm_sc4.c bfm_sc4] ==
Fruit machine hardware. Most games pass the startup tests.
Fruit machine hardware. Most games pass the startup tests.


== [http://mamedev.org/source/src/mame/drivers/bingoc.c.html bingoc] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/bingoc.c bingoc] ==
Missing terminal roms. Sound banking could be wrong.  
Missing terminal roms. Sound banking could be wrong.  


== [http://mamedev.org/source/src/mame/drivers/bingor.c.html bingor] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/bingor.c bingor] ==
Protection problems?
Protection problems?


== [http://mamedev.org/source/src/mame/drivers/blackt96.c.html blackt96] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/blackt96.c blackt96] ==
The timer doesn't work (PIC?, RAM Mirror?).
The timer doesn't work (PIC?, RAM Mirror?).


== [http://mamedev.org/source/src/mame/drivers/blitz.c.html blitz] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/blitz.c blitz] ==
There is an undumped 68705 MCU.
There is an undumped 68705 MCU.


== [http://mamedev.org/source/src/mame/drivers/blitz68k.c.html blitz68k] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/blitz68k.c blitz68k] ==
''' cjffruit ''' - The game freezes while trying to print the redemption tickets.
''' cjffruit ''' - The game freezes while trying to print the redemption tickets.


''' The other games ''' - Undumpable MCUs.
''' The other games ''' - Undumpable MCUs.


== [http://mamedev.org/source/src/mame/drivers/bntyhunt.c.html bntyhunt] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/bntyhunt.c bntyhunt] ==
Preliminary driver. PC hardware. Bios is undumped.
Preliminary driver. PC hardware. Bios is undumped.


== [http://mamedev.org/source/src/mame/drivers/btime.c.html btime] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/btime.c btime] ==
''' tisland ''' - Needs to be decrypted.
''' tisland ''' - Needs to be decrypted.


== [http://mamedev.org/source/src/mame/drivers/bublbobl.c.html bublbobl] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/bublbobl.c bublbobl] ==
''' boblbobl2 ''' - Bootleg on different hardware.
''' boblbobl2 ''' - Bootleg on different hardware.


''' tokio, tokioo, tokiou ''' - Protection MCUs need decapping / simulation.
''' tokio, tokioo, tokiou ''' - Protection MCUs need decapping / simulation.


== [http://mamedev.org/source/src/mame/drivers/buster.c.html buster] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/buster.c buster] ==
Skeleton driver.
Skeleton driver.


== [http://mamedev.org/source/src/mame/drivers/cabaret.c.html cabaret] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/cabaret.c cabaret] ==
Not fully playable beacuse of some pitfalls.
Not fully playable beacuse of some pitfalls.


== [http://mamedev.org/source/src/mame/drivers/calchase.c.html calchase] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/calchase.c calchase] ==
Game is almost working.
Game is almost working.


== [http://mamedev.org/source/src/mame/drivers/calomega.c.html calomega] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/calomega.c calomega] ==
Some bad/incomplete dumps and some hardware features are not correctly emulated.
Some bad/incomplete dumps and some hardware features are not correctly emulated.


== [http://mamedev.org/source/src/mame/drivers/cb2001.c.html cb2001] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/cb2001.c cb2001] ==
Encrypted CPU.
Encrypted CPU.


== [http://mamedev.org/source/src/mame/drivers/cchance.c.html cchance] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/cchance.c cchance] ==
Imperfect hopper emulation.
Imperfect hopper emulation.


== [http://mamedev.org/source/src/mame/drivers/cclimber.c.html cclimber] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/cclimber.c cclimber] ==
''' bagmanf ''' - Botleg on different hardware.
''' bagmanf ''' - Botleg on different hardware.


== [http://mamedev.org/source/src/mame/drivers/cd32.c.html cd32] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/cd32.c cd32] ==
''' odeontw2 ''' - Inputs don't seem to work.
''' odeontw2 ''' - Inputs don't seem to work.


== [http://mamedev.org/source/src/mame/drivers/cdi.c.html cdi] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/cdi.c cdi] ==
General CDI emulation suffers from incomplete simulation of the SLAVE and CDIC MCUs.  Decapping would help.
General CDI emulation suffers from incomplete simulation of the SLAVE and CDIC MCUs.  Decapping would help.
''' quizard, quizrr40, quizrr41, quizrr42 '' - The protection hasn't been completely beaten yet.
''' quizard, quizrr40, quizrr41, quizrr42 '' - The protection hasn't been completely beaten yet.


== [http://mamedev.org/source/src/mame/drivers/centiped.c.html centiped] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/centiped.c centiped] ==
''' magworma ''' - Service mode works, game does not.
''' magworma ''' - Service mode works, game does not.


''' multiped ''' - Program bankswitch and alternate memory map layout for centiped.
''' multiped ''' - Program bankswitch and alternate memory map layout for centiped.


== [http://mamedev.org/source/src/mame/drivers/cesclass.c.html cesclass] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/cesclass.c cesclass] ==
Needs custom layout for dual LCDs, artwork and lamps position needed to make progresses, U43 and U44 bad in Trap Shoot Classic, games are incredibly sluggish, irq sources are unknown, Trap Shoot Classic runs on a single LCD, needs mod.
Needs custom layout for dual LCDs, artwork and lamps position needed to make progresses, U43 and U44 bad in Trap Shoot Classic, games are incredibly sluggish, irq sources are unknown, Trap Shoot Classic runs on a single LCD, needs mod.


== [http://mamedev.org/source/src/mame/drivers/cham24.c.html cham24] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/cham24.c cham24] ==
Missing coins and timer due to unemulated Amtel MCU.
Missing coins and timer due to unemulated Amtel MCU.


== [http://mamedev.org/source/src/mame/drivers/champbas.c.html champbas] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/champbas.c champbas] ==
''' champbb2a ''' - Incomplete dump.
''' champbb2a ''' - Incomplete dump.


''' champbb2j ''' - Slightly different hardware?
''' champbb2j ''' - Slightly different hardware?


== [http://mamedev.org/source/src/mame/drivers/chihiro.c.html chihiro] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/chihiro.c chihiro] ==
X-BOX hardware emulation is very preliminary.
X-BOX hardware emulation is very preliminary.


== [http://mamedev.org/source/src/mame/drivers/cliffhgr.c.html cliffhgr] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/cliffhgr.c cliffhgr] ==
''' goaltogo ''' - Laserdisc game. Works in theory, but is waiting for a good quality laserdisc dump.
''' goaltogo ''' - Laserdisc game. Works in theory, but is waiting for a good quality laserdisc dump.


== [http://mamedev.org/source/src/mame/drivers/cmmb.c.html cmmb] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/cmmb.c cmmb] ==
Skeleton driver.
Skeleton driver.


== [http://mamedev.org/source/src/mame/drivers/cninja.c.html cninja] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/cninja.c cninja] ==
''' cninjabl2 ''' - Bootleg on different hardware.
''' cninjabl2 ''' - Bootleg on different hardware.


== [http://mamedev.org/source/src/mame/drivers/cntsteer.c.html cntsteer] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/cntsteer.c cntsteer] ==
''' cntsteer ''' - Needs better understanding of the communications and correct ROZ layer implementation.  
''' cntsteer ''' - Needs better understanding of the communications and correct ROZ layer implementation.  


''' gekitsui, zerotrgt and clone ''' - Need better ROZ layer implementation.
''' gekitsui, zerotrgt and clone ''' - Need better ROZ layer implementation.


== [http://mamedev.org/source/src/mame/drivers/cobra.c.html cobra] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/cobra.c cobra] ==
Complicated Konami 3D hardware.
Complicated Konami 3D hardware.


== [http://mamedev.org/source/src/mame/drivers/coinmstr.c.html coinmstr] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/coinmstr.c coinmstr] ==
Incomplete protection simulation.
Incomplete protection simulation.


Line 234: Line 234:
''' trailblz ''' - Question roms aren't dumped.
''' trailblz ''' - Question roms aren't dumped.


== [http://mamedev.org/source/src/mame/drivers/coinmvga.c.html coinmvga] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/coinmvga.c coinmvga] ==
Interrupt generation is unknown and touch screen needs to be hooked up.
Interrupt generation is unknown and touch screen needs to be hooked up.


== [http://mamedev.org/source/src/mame/drivers/comebaby.c.html comebaby] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/comebaby.c comebaby] ==
Skeleton driver. Game runs on a Pentium (I/II/III?) class machine running Windows 98!
Skeleton driver. Game runs on a Pentium (I/II/III?) class machine running Windows 98!


== [http://mamedev.org/source/src/mame/drivers/cops.c.html cops] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/cops.c cops] ==
Preliminary driver. Laserdisc game.
Preliminary driver. Laserdisc game.


== [http://mamedev.org/source/src/mame/drivers/cps1.c.html cps1] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/cps1.c cps1] ==
''' 3wondersb, dinohunt ''' - Bootlegs that run on different hardware, which needs to be correctly implemented.
''' 3wondersb, dinohunt ''' - Bootlegs that run on different hardware, which needs to be correctly implemented.


''' sf2amf,  sf2rk, sf2stt ''' - Missing program ROMs dump.
''' sf2amf,  sf2rk, sf2stt ''' - Missing program ROMs dump.


== [http://mamedev.org/source/src/mame/drivers/crystal.c.html crystal] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/crystal.c crystal] ==
''' donghaer ''' - Protection PIC hasn't been dumped yet.
''' donghaer ''' - Protection PIC hasn't been dumped yet.


''' officeye ''' - Protection PICs have been dumped but there isn't a pic16c727 core yet. Simulation is quite good, but there is still some instability.
''' officeye ''' - Protection PICs have been dumped but there isn't a pic16c727 core yet. Simulation is quite good, but there is still some instability.


== [http://mamedev.org/source/src/mame/drivers/cshooter.c.html cshooter] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/cshooter.c cshooter] ==
GFX roms in black 'blobs'.
GFX roms in black 'blobs'.


== [http://mamedev.org/source/src/mame/drivers/csplayh5.c.html csplayh5] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/csplayh5.c csplayh5] ==
Needs rewrite of the v9938/v9958 video chip; fixes for h8 CPU core bugs (it trips various unhandled opcodes); implementation of DVD routing and YUV decoding; game timings seem busted, could be due of missing DVD hook-up.
Needs rewrite of the v9938/v9958 video chip; fixes for h8 CPU core bugs (it trips various unhandled opcodes); implementation of DVD routing and YUV decoding; game timings seem busted, could be due of missing DVD hook-up.


''' csplayh1 ''' - Inputs doesn't work at all, slower than the others too.
''' csplayh1 ''' - Inputs doesn't work at all, slower than the others too.


== [http://mamedev.org/source/src/mame/drivers/cswat.c.html cswat] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/cswat.c cswat] ==
The game utilizes a projector. Can it be simulated with external artwork? Interrupts need to be improved.
The game utilizes a projector. Can it be simulated with external artwork? Interrupts need to be improved.


== [http://mamedev.org/source/src/mame/drivers/cv1k.c.html cv1k] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/cv1k.c cv1k] ==
''' mmmbanc ''' - Needs touch screen emulation.
''' mmmbanc ''' - Needs touch screen emulation.


== [http://mamedev.org/source/src/mame/drivers/ddenlovr.c.html ddenlovr] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/ddenlovr.c ddenlovr] ==
''' momotaro ''' - Protection + some roms are badly dumped.
''' momotaro ''' - Protection + some roms are badly dumped.


''' quizchq, quizchql ''' - They lock up.
''' quizchq, quizchql ''' - They lock up.


== [http://mamedev.org/source/src/mame/drivers/ddragon.c.html ddragon] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/ddragon.c ddragon] ==
''' ddragon6809, ddragon6809a ''' - Bootlegs on different hardware.
''' ddragon6809, ddragon6809a ''' - Bootlegs on different hardware.


== [http://mamedev.org/source/src/mame/drivers/dec0.c.html dec0] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/dec0.c dec0] ==
''' automat, secretab ''' - Bootlegs on different hardware.
''' automat, secretab ''' - Bootlegs on different hardware.


== [http://mamedev.org/source/src/mame/drivers/deco32.c.html deco32] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/deco32.c deco32] ==
''' gunhard, lockload, lockloadu  ''' -
''' gunhard, lockload, lockloadu  ''' -


== [http://mamedev.org/source/src/mame/drivers/decocass.c.html decocass] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/decocass.c decocass] ==
''' ctisland3 ''' - Different bitswap?
''' ctisland3 ''' - Different bitswap?


''' cexplore ''' - Mssing rom dump from overlay PCB.
''' cexplore ''' - Mssing rom dump from overlay PCB.


== [http://mamedev.org/source/src/mame/drivers/deco_ld.c.html deco_ld] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/deco_ld.c deco_ld] ==
The driver needs better video e I/O emulation, laserdisc hook-ups.
The driver needs better video e I/O emulation, laserdisc hook-ups.


== [http://mamedev.org/source/src/mame/drivers/deshoros.c.html deshoros] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/deshoros.c deshoros] ==
Needs graphics emulation through artwork system and printer emulation.
Needs graphics emulation through artwork system and printer emulation.


== [http://mamedev.org/source/src/mame/drivers/dlair.c.html dlair] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/dlair.c dlair] ==
Laserdisc games. Work in theory, but are waiting for a good quality laserdisc dump.
Laserdisc games. Work in theory, but are waiting for a good quality laserdisc dump.


== [http://mamedev.org/source/src/mame/drivers/dmndrby.c.html dmndrby] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/dmndrby.c dmndrby] ==
Electrocoin on snk hardware.  Needs better video emulation. Enters service mode while attract mode is running.
Electrocoin on snk hardware.  Needs better video emulation. Enters service mode while attract mode is running.


== [http://mamedev.org/source/src/mame/drivers/drw80pkr.c.html drw80pkr] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/drw80pkr.c drw80pkr] ==
Driver shows something, but emulation is still incomplete. I8039 based CPU with CRTC6845 video and AY8910 sound.
Driver shows something, but emulation is still incomplete. I8039 based CPU with CRTC6845 video and AY8910 sound.


== [http://mamedev.org/source/src/mame/drivers/dwarfd.c.html dwarfd] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/dwarfd.c dwarfd] ==
''' qc, quarterh and clones ''' - Missing laserdisc dumps.
''' qc, quarterh and clones ''' - Missing laserdisc dumps.


== [http://mamedev.org/source/src/mame/drivers/dynax.c.html dynax] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/dynax.c dynax] ==
''' majrjhdx, tenkai2b, tenkaid ''' - Missing dump of the internal rom of the TMP91640.
''' majrjhdx, tenkai2b, tenkaid ''' - Missing dump of the internal rom of the TMP91640.


== [http://mamedev.org/source/src/mame/drivers/ecoinf2.c.html ecoinf2] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/ecoinf2.c ecoinf2] ==
Skeleton driver for fruit machine games.
Skeleton driver for fruit machine games.


== [http://mamedev.org/source/src/mame/drivers/ecoinf3.c.html ecoinf3] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/ecoinf3.c ecoinf3] ==
Skeleton driver for fruit machine games.
Skeleton driver for fruit machine games.


== [http://mamedev.org/source/src/mame/drivers/ecoinfr.c.html ecoinfr] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/ecoinfr.c ecoinfr] ==
Skeleton driver for fruit machine games.
Skeleton driver for fruit machine games.


== [http://mamedev.org/source/src/mame/drivers/epos.c.html epos] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/epos.c epos] ==
''' catapult, revenger ''' - Bad dumps.
''' catapult, revenger ''' - Bad dumps.


== [http://mamedev.org/source/src/mame/drivers/esd16.c.html esd16] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/esd16.c esd16] ==
''' mchampdxb ''' - Graphics ROMs aren't dumped.
''' mchampdxb ''' - Graphics ROMs aren't dumped.


== [http://mamedev.org/source/src/mame/drivers/esh.c.html esh] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/esh.c esh] ==
Laserdisc game. Works in theory, but is waiting for a good quality laserdisc dump.  Does have a small list of TODO items that could be looked at prior to a disc dump.
Laserdisc game. Works in theory, but is waiting for a good quality laserdisc dump.  Does have a small list of TODO items that could be looked at prior to a disc dump.


== [http://mamedev.org/source/src/mame/drivers/f1gp.c.html f1gp] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/f1gp.c f1gp] ==
''' f1gpb ''' - Bootleg on different hardware.
''' f1gpb ''' - Bootleg on different hardware.


== [http://mamedev.org/source/src/mame/drivers/fcrash.c.html fcrash] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/fcrash.c fcrash] ==
''' dinopic2, knightsb ''' - Bootleg on different hardware.
''' dinopic2, knightsb ''' - Bootleg on different hardware.


== [http://mamedev.org/source/src/mame/drivers/firebeat.c.html firebeat] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/firebeat.c firebeat] ==
Driver is incomplete. Missing MIDI card emulation, video emulation problems..
Driver is incomplete. Missing MIDI card emulation, video emulation problems..


== [http://mamedev.org/source/src/mame/drivers/fitfight.c.html fitfight] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/fitfight.c fitfight] ==
''' hotmindff ''' - Scrolling offsets + inputs need to be fixed.
''' hotmindff ''' - Scrolling offsets + inputs need to be fixed.


== [http://mamedev.org/source/src/mame/drivers/fortecar.c.html fortecar] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/fortecar.c fortecar] ==
''' fortecar ''' - Requires a proper EEPROM dump, doesn't start due of it.
''' fortecar ''' - Requires a proper EEPROM dump, doesn't start due of it.


== [http://mamedev.org/source/src/mame/drivers/freekick.c.html freekick] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/freekick.c freekick] ==
''' countrun ''' - Main program inside of custom CPU block.
''' countrun ''' - Main program inside of custom CPU block.


Line 347: Line 347:
''' gigas ''' - One of the program roms is a bad dump.
''' gigas ''' - One of the program roms is a bad dump.


== [http://mamedev.org/source/src/mame/drivers/fresh.c.html fresh] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/fresh.c fresh] ==
Preliminary driver. M68000 based.
Preliminary driver. M68000 based.


== [http://mamedev.org/source/src/mame/drivers/funkball.c.html funkball] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/funkball.c funkball] ==
Preliminary driver. PC based hardware (Cyrix GX + 3DFX).
Preliminary driver. PC based hardware (Cyrix GX + 3DFX).


== [http://mamedev.org/source/src/mame/drivers/funworld.c.html funworld] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/funworld.c funworld] ==


''' royalcrdf ''' - Encrypted. Seems to use an epoxy block with CPU + extras (ICs, TTL, etc) to manage the encryption.
''' royalcrdf ''' - Encrypted. Seems to use an epoxy block with CPU + extras (ICs, TTL, etc) to manage the encryption.
Line 367: Line 367:
''' saloon ''' - This game is totally encrypted. No PIAs to drive I/O.
''' saloon ''' - This game is totally encrypted. No PIAs to drive I/O.


== [http://mamedev.org/source/src/mame/drivers/gaelco2.c.html gaelco2] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/gaelco2.c gaelco2] ==
''' aligator, touchgo and clones, wrally2 ''' - Unemulated protection device with internal rom and suicide capabilities (DS5002FP). There's an unprotected versions of Alligator Hunt and it might be possible to simulate the protection in the protected version, but it isn't easy, looks like MCU may provide ROM patches.
''' aligator, touchgo and clones, wrally2 ''' - Unemulated protection device with internal rom and suicide capabilities (DS5002FP). There's an unprotected versions of Alligator Hunt and it might be possible to simulate the protection in the protected version, but it isn't easy, looks like MCU may provide ROM patches.


Line 374: Line 374:
''' grtesoro, grtesoro4 ''' - Unemulated protection device with internal rom and suicide capabilities (DS5002FP). grtesoro also has badly dumped program roms.
''' grtesoro, grtesoro4 ''' - Unemulated protection device with internal rom and suicide capabilities (DS5002FP). grtesoro also has badly dumped program roms.


== [http://mamedev.org/source/src/mame/drivers/gaiden.c.html gaiden] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/gaiden.c gaiden] ==
''' mastninj ''' - Sprites, sound and y-scroll need fixing.
''' mastninj ''' - Sprites, sound and y-scroll need fixing.


== [http://mamedev.org/source/src/mame/drivers/gal3.c.html gal3] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/gal3.c gal3] ==
In need of laserdisc dump. Skeleton driver.
In need of laserdisc dump. Skeleton driver.


== [http://mamedev.org/source/src/mame/drivers/galaxold.c.html galaxold] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/galaxold.c galaxold] ==
''' ckongcv, ckongis, guttanggt ''' - Bootleg on different hardware.
''' ckongcv, ckongis, guttanggt ''' - Bootleg on different hardware.


''' trvchlng ''' - Questions roms aren't dumped.
''' trvchlng ''' - Questions roms aren't dumped.


== [http://mamedev.org/source/src/mame/drivers/galdrvr.c.html galdrvr] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/galdrvr.c galdrvr] ==
''' dingoe ''' - Probable bad dump and encryption.
''' dingoe ''' - Probable bad dump and encryption.


Line 398: Line 398:
''' warofbugg ''' - Bootleg on slightly different hardware.
''' warofbugg ''' - Bootleg on slightly different hardware.


== [http://mamedev.org/source/src/mame/drivers/galivan.c.html galivan] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/galivan.c galivan] ==
''' youmab, youmab2 ''' - Weird bootlegs, who knows.
''' youmab, youmab2 ''' - Weird bootlegs, who knows.


== [http://mamedev.org/source/src/mame/drivers/galpani2.c.html galpani2] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/galpani2.c galpani2] ==
Kaneko protection MCU with internal rom, managing CPU comms.  Decap should possible, should be the same for all games / sets.
Kaneko protection MCU with internal rom, managing CPU comms.  Decap should possible, should be the same for all games / sets.


== [http://mamedev.org/source/src/mame/drivers/gambl186.c.html gambl186] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/gambl186.c gambl186] ==
186 based gambling hardware. ROMs might be bad or could be mapped wrong. Missing At89c52 dump.
186 based gambling hardware. ROMs might be bad or could be mapped wrong. Missing At89c52 dump.


== [http://mamedev.org/source/src/mame/drivers/gamecstl.c.html gamecstl] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/gamecstl.c gamecstl] ==
'Modern' PC Hardware running a MAME bootleg.
'Modern' PC Hardware running a MAME bootleg.


== [http://mamedev.org/source/src/mame/drivers/gamtor.c.html gamtor] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/gamtor.c gamtor] ==
Skeleton driver for fruit machine games.
Skeleton driver for fruit machine games.


== [http://mamedev.org/source/src/mame/drivers/ggconnie.c.html ggconnie] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/ggconnie.c ggconnie] ==
Preliminary driver. Hardware is PC-Engine based.
Preliminary driver. Hardware is PC-Engine based.


== [http://mamedev.org/source/src/mame/drivers/gladiatr.c.html gladiatr] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/gladiatr.c gladiatr] ==
''' ppking ''' - Missing MCU dump or simulation.
''' ppking ''' - Missing MCU dump or simulation.


== [http://mamedev.org/source/src/mame/drivers/glass.c.html glass] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/glass.c glass] ==
Unemulated protection device with internal rom and suicide capabilities (DS5002FP).
Unemulated protection device with internal rom and suicide capabilities (DS5002FP).


== [http://mamedev.org/source/src/mame/drivers/goldngam.c.html goldngam] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/goldngam.c goldngam] ==
Preliminary driver.
Preliminary driver.


== [http://mamedev.org/source/src/mame/drivers/goldnpkr.c.html goldnpkr] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/goldnpkr.c goldnpkr] ==
''' bchancep ''' - Runs on older, slightly different hardware.
''' bchancep ''' - Runs on older, slightly different hardware.


Line 440: Line 440:
''' witchcdk ''' - A rom is corrupt.
''' witchcdk ''' - A rom is corrupt.


== [http://mamedev.org/source/src/mame/drivers/goldstar.c.html goldstar] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/goldstar.c goldstar] ==
''' bonusch, cmtetrsb, jkrmast, luckylad ''' - Encrypted.
''' bonusch, cmtetrsb, jkrmast, luckylad ''' - Encrypted.


Line 471: Line 471:
''' wcat3 ''' -
''' wcat3 ''' -


== [http://mamedev.org/source/src/mame/drivers/gpworld.c.html gpworld] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/gpworld.c gpworld] ==
Laserdisc hardware. Works in theory, but is waiting for a good quality laserdisc dump.  Does have a small list of TODO items that could be looked at prior to a disc dump.
Laserdisc hardware. Works in theory, but is waiting for a good quality laserdisc dump.  Does have a small list of TODO items that could be looked at prior to a disc dump.


== [http://mamedev.org/source/src/mame/drivers/gstriker.c.html gstriker] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/gstriker.c gstriker] ==
''' gstriker and clones ''' - Several GFX features aren't emulated yet, making the game almost unplayable.
''' gstriker and clones ''' - Several GFX features aren't emulated yet, making the game almost unplayable.


''' twcup94, twcup94a, vgoalsoc, vgoalsoca '''Tecmo MCU providing jump addresses etc.  Has direct access to entire CPU bus, prevents code modification (MCU writes 'ROM ERROR' if you change ROM).  ROZ pitch difficult to understand.
''' twcup94, twcup94a, vgoalsoc, vgoalsoca '''Tecmo MCU providing jump addresses etc.  Has direct access to entire CPU bus, prevents code modification (MCU writes 'ROM ERROR' if you change ROM).  ROZ pitch difficult to understand.


== [http://mamedev.org/source/src/mame/drivers/gticlub.c.html gticlub] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/gticlub.c gticlub] ==
''' thunderh and clone ''' -
''' thunderh and clone ''' -


== [http://mamedev.org/source/src/mame/drivers/guab.c.html guab] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/guab.c guab] ==
''' crisscrs ''' - Missing disk image dump.
''' crisscrs ''' - Missing disk image dump.


== [http://mamedev.org/source/src/mame/drivers/gumbo.c.html gumbo] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/gumbo.c gumbo] ==
''' mspuzzlen ''' - Bad dump.
''' mspuzzlen ''' - Bad dump.


== [http://mamedev.org/source/src/mame/drivers/gunpey.c.html gunpey] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/gunpey.c gunpey] ==
GFX compression format not figured out yet. Game otherwise playable.
GFX compression format not figured out yet. Game otherwise playable.


== [http://mamedev.org/source/src/mame/drivers/harddriv.c.html harddriv] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/harddriv.c harddriv] ==
''' racedrivpan, steeltalp, hdrivairp ''' - Prototypes, possibly running on slightly different hardware.
''' racedrivpan, steeltalp, hdrivairp ''' - Prototypes, possibly running on slightly different hardware.


== [http://mamedev.org/source/src/mame/drivers/hideseek.c.html hideseek] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/hideseek.c hideseek] ==
Missing the internal ROM dump of the HD64F7045F28 main CPU.
Missing the internal ROM dump of the HD64F7045F28 main CPU.


== [http://mamedev.org/source/src/mame/drivers/highvdeo.c.html highvdeo] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/highvdeo.c highvdeo] ==
''' grancapi, magicbom ''' - Only preliminary work has been done.
''' grancapi, magicbom ''' - Only preliminary work has been done.


== [http://mamedev.org/source/src/mame/drivers/hikaru.c.html hikaru] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/hikaru.c hikaru] ==
Skeleton driver.
Skeleton driver.


== [http://mamedev.org/source/src/mame/drivers/hitpoker.c.html hitpoker] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/hitpoker.c hitpoker] ==
Protection: needs dumping or simulating PIC.
Protection: needs dumping or simulating PIC.


== [http://mamedev.org/source/src/mame/drivers/hng64.c.html hng64] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/hng64.c hng64] ==
The I/O CPU is a protected MCU.  There is some thought that the games uses this as a protection device. See driver notes for in depth todo/status report.
The I/O CPU is a protected MCU.  There is some thought that the games uses this as a protection device. See driver notes for in depth todo/status report.


== [http://mamedev.org/source/src/mame/drivers/homedata.c.html homedata] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/homedata.c homedata] ==
''' mirderby ''' - Preliminary driver.
''' mirderby ''' - Preliminary driver.


== [http://mamedev.org/source/src/mame/drivers/hornet.c.html hornet] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/hornet.c hornet] ==
Driver is still in preliminary status. Most games show something and/or are somewhat playable.  
Driver is still in preliminary status. Most games show something and/or are somewhat playable.  


Line 519: Line 519:
''' terabrst, terabrsta ''' - Missing gun emulation.
''' terabrst, terabrsta ''' - Missing gun emulation.


== [http://mamedev.org/source/src/mame/drivers/hotstuff.c.html hotstuff] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/hotstuff.c hotstuff] ==
Preliminary driver.
Preliminary driver.


== [http://mamedev.org/source/src/mame/drivers/hshavoc.c.html hshavoc] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/hshavoc.c hshavoc] ==
Genesis hardware, but uses a PIC to control state based encryption.  All the code that matches the Megadrive version has been decrypted, but the extra code (startup code, coins etc.) appears to have some annoying extra encryption.
Genesis hardware, but uses a PIC to control state based encryption.  All the code that matches the Megadrive version has been decrypted, but the extra code (startup code, coins etc.) appears to have some annoying extra encryption.


== [http://mamedev.org/source/src/mame/drivers/icecold.c.html icecold] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/icecold.c icecold] ==
Skeleton driver. Pinball games.
Skeleton driver. Pinball games.


== [http://mamedev.org/source/src/mame/drivers/ichiban.c.html ichiban] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/ichiban.c ichiban] ==
Code is encrypted.
Code is encrypted.


== [http://mamedev.org/source/src/mame/drivers/igs009.c.html igs009] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/igs009.c igs009] ==
''' gp98 ''' - Bad dump.
''' gp98 ''' - Bad dump.


== [http://mamedev.org/source/src/mame/drivers/igs017.c.html igs017] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/igs017.c igs017] ==
''' iqblocka, iqblockf, mgcs, lhzb2, slqz2 ''' - Incomplete protection simulation.
''' iqblocka, iqblockf, mgcs, lhzb2, slqz2 ''' - Incomplete protection simulation.


''' tarzan, tarzana, starzan ''' - Incomplete dumps.
''' tarzan, tarzana, starzan ''' - Incomplete dumps.


== [http://mamedev.org/source/src/mame/drivers/igspoker.c.html igspoker] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/igspoker.c igspoker] ==
''' stellecu ''' - Bad dump.
''' stellecu ''' - Bad dump.


== [http://mamedev.org/source/src/mame/drivers/intrscti.c.html intrscti] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/intrscti.c intrscti] ==
Undumped program ROM in an epoxy block.
Undumped program ROM in an epoxy block.


== [http://mamedev.org/source/src/mame/drivers/ironhors.c.html ironhors] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/ironhors.c ironhors] ==
''' farwest ''' - Bootleg running on different hardware.
''' farwest ''' - Bootleg running on different hardware.


== [http://mamedev.org/source/src/mame/drivers/istellar.c.html istellar] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/istellar.c istellar] ==
Laserdisc game.  Has a small list of TODO items that could be looked at prior to a disc dump.
Laserdisc game.  Has a small list of TODO items that could be looked at prior to a disc dump.


== [http://mamedev.org/source/src/mame/drivers/iteagle.c.html iteagle] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/iteagle.c iteagle] ==
Preliminary driver. NEC VR4310 CPU + 3DFX Voodoo Banshee. Needs proper PCI subsystem, among other things.
Preliminary driver. NEC VR4310 CPU + 3DFX Voodoo Banshee. Needs proper PCI subsystem, among other things.


== [http://mamedev.org/source/src/mame/drivers/jackpool.c.html jackpool] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/jackpool.c jackpool] ==
Needs better understanding of the master/slave communications, better EEPROM and NVRAM hook-up.
Needs better understanding of the master/slave communications, better EEPROM and NVRAM hook-up.


== [http://mamedev.org/source/src/mame/drivers/jangou.c.html jangou] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/jangou.c jangou] ==
''' luckygrl ''' - Encrypted program roms.
''' luckygrl ''' - Encrypted program roms.


== [http://mamedev.org/source/src/mame/drivers/jclub2.c.html jclub2] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/jclub2.c jclub2] ==
Needs emulating the coin double sensor, removing the patch to pass the eeprom test, extending palette to 0x20000 entries (palette_start prevents more than 0x10000), fixing the disalignment between sprites and tilemap (gap in the fence) during play, without breaking the other screens, which are fine; implementing a few missing inputs / outputs and correct clocks.
Needs emulating the coin double sensor, removing the patch to pass the eeprom test, extending palette to 0x20000 entries (palette_start prevents more than 0x10000), fixing the disalignment between sprites and tilemap (gap in the fence) during play, without breaking the other screens, which are fine; implementing a few missing inputs / outputs and correct clocks.


== [http://mamedev.org/source/src/mame/drivers/jokrwild.c.html jokrwild] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/jokrwild.c jokrwild] ==
Missing random number generator, inputs and sound.
Missing random number generator, inputs and sound.


== [http://mamedev.org/source/src/mame/drivers/jpmimpct.c.html jpmimpct] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/jpmimpct.c jpmimpct] ==
The mechanical games aren't emulated yet.
The mechanical games aren't emulated yet.


== [http://mamedev.org/source/src/mame/drivers/jpmsys5.c.html jpmsys5] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/jpmsys5.c jpmsys5] ==
The mechanical games aren't emulated yet.
The mechanical games aren't emulated yet.


''' cashcade ''' - Incomplete dump? Shows a loading error.
''' cashcade ''' - Incomplete dump? Shows a loading error.


== [http://mamedev.org/source/src/mame/drivers/kingdrby.c.html kingdrby] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/kingdrby.c kingdrby] ==
''' cowrace ''' - Incomplete dump.
''' cowrace ''' - Incomplete dump.


== [http://mamedev.org/source/src/mame/drivers/kinst.c.html kinst] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/kinst.c kinst] ==
''' kinst2k3, kinst2k4 ''' - Upgrade kits.
''' kinst2k3, kinst2k4 ''' - Upgrade kits.


== [http://mamedev.org/source/src/mame/drivers/koftball.c.html koftball] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/koftball.c koftball] ==
Incomplete protection simulation.
Incomplete protection simulation.


== [http://mamedev.org/source/src/mame/drivers/konamigv.c.html konamigv] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/konamigv.c konamigv] ==
''' btchamp, kdeadeye, tokimosh, tmosh and clones ''' - All games on this system suffer from a corner case involving audio track playback in the SCSI CD-ROM emulation.
''' btchamp, kdeadeye, tokimosh, tmosh and clones ''' - All games on this system suffer from a corner case involving audio track playback in the SCSI CD-ROM emulation.


== [http://mamedev.org/source/src/mame/drivers/konamigx.c.html konamigx] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/konamigx.c konamigx] ==
''' ggreats2, opengolf, opengolf2, racinfrc, racinfrcu ''' - These games use a special ROZ layer generated by the "PSAC4" custom IC which appears to include a height map.
''' ggreats2, opengolf, opengolf2, racinfrc, racinfrcu ''' - These games use a special ROZ layer generated by the "PSAC4" custom IC which appears to include a height map.


== [http://mamedev.org/source/src/mame/drivers/konamim2.c.html konamim2] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/konamim2.c konamim2] ==
Preliminary driver, needs overall better emulation of the M2 system.
Preliminary driver, needs overall better emulation of the M2 system.


== [http://mamedev.org/source/src/mame/drivers/konendev.c.html konendev] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/konendev.c konendev] ==
Skeleton driver for fruit machine games.
Skeleton driver for fruit machine games.


== [http://mamedev.org/source/src/mame/drivers/kopunch.c.html kopunch] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/kopunch.c kopunch] ==


== [http://mamedev.org/source/src/mame/drivers/ksys573.c.html ksys573] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/ksys573.c ksys573] ==
Game suffer from incomplete PSX-based hardware emulation and some are missing emulation of the external digital sound and I/O board.
Game suffer from incomplete PSX-based hardware emulation and some are missing emulation of the external digital sound and I/O board.


== [http://mamedev.org/source/src/mame/drivers/laserbas.c.html laserbas] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/laserbas.c laserbas] ==
Jaleco-like protection device.
Jaleco-like protection device.


== [http://mamedev.org/source/src/mame/drivers/laserbat.c.html laserbat] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/laserbat.c laserbat] ==
''' catnmousa ''' - Bad dump.
''' catnmousa ''' - Bad dump.


== [http://mamedev.org/source/src/mame/drivers/legionna.c.html legionna] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/legionna.c legionna] ==
Complex Seibu 'COP' protection device. Work has been done and some games are nearing playable state.
Complex Seibu 'COP' protection device. Work has been done and some games are nearing playable state.


== [http://mamedev.org/source/src/mame/drivers/leland.c.html leland] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/leland.c leland] ==
''' aafbb ''' - One of the program roms is a bad dump.
''' aafbb ''' - One of the program roms is a bad dump.


== [http://mamedev.org/source/src/mame/drivers/lethalj.c.html lethalj] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/lethalj.c lethalj] ==
''' franticf ''' - Directional inputs don't work yet.
''' franticf ''' - Directional inputs don't work yet.


== [http://mamedev.org/source/src/mame/drivers/lgp.c.html lgp] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/lgp.c lgp] ==
Laserdisc game.  Has a small list of TODO items that could be looked at prior to a disc dump.
Laserdisc game.  Has a small list of TODO items that could be looked at prior to a disc dump.


== [http://mamedev.org/source/src/mame/drivers/ltcasino.c.html ltcasino] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/ltcasino.c ltcasino] ==
''' ltcasinn ''' - Missing inputs.
''' ltcasinn ''' - Missing inputs.


== [http://mamedev.org/source/src/mame/drivers/luckgrln.c.html luckgrln] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/luckgrln.c luckgrln] ==
''' 7smash ''' - Encrypted rom?
''' 7smash ''' - Encrypted rom?


== [http://mamedev.org/source/src/mame/drivers/lucky74.c.html lucky74] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/lucky74.c lucky74] ==
''' excitbj ''' - The program ROM for the terminal isn't dumped.
''' excitbj ''' - The program ROM for the terminal isn't dumped.


''' lucky74b ''' -  The program ROM seems incomplete or encrypted in some smart way.
''' lucky74b ''' -  The program ROM seems incomplete or encrypted in some smart way.


== [http://mamedev.org/source/src/mame/drivers/m10.c.html m10] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/m10.c m10] ==
''' andromed, greenber, ipminvad1 ''' - Incomplete dumps.
''' andromed, greenber, ipminvad1 ''' - Incomplete dumps.


== [http://mamedev.org/source/src/mame/drivers/m52.c.html m52] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/m52.c m52] ==
''' alpha1v ''' -
''' alpha1v ''' -


== [http://mamedev.org/source/src/mame/drivers/m72.c.html m72] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/m72.c m72] ==
''' lohtb ''' - The bootleg hardware is different to the original hardware.
''' lohtb ''' - The bootleg hardware is different to the original hardware.


== [http://mamedev.org/source/src/mame/drivers/m92.c.html m92] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/m92.c m92] ==
''' nbbatman2bl ''' - Bootleg with different sprite system, MCU as soundcpu, OKI samples for music/sound.
''' nbbatman2bl ''' - Bootleg with different sprite system, MCU as soundcpu, OKI samples for music/sound.


== [http://mamedev.org/source/src/mame/drivers/m107.c.html m107] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/m107.c m107] ==
''' kftgoal, wpksoc ''' - Missing EEPROM hook-up.
''' kftgoal, wpksoc ''' - Missing EEPROM hook-up.


== [http://mamedev.org/source/src/mame/drivers/macs.c.html macs] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/macs.c macs] ==
''' macsbios ''' -
''' macsbios ''' -


Line 655: Line 655:
''' cultname ''' -
''' cultname ''' -


== [http://mamedev.org/source/src/mame/drivers/magic10.c.html magic10] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/magic10.c magic10] ==
''' hotslot, magic102, mcolors, suprpool ''' - Missing  dump of the internal rom of the HD6473308cp10.
''' hotslot, magic102, mcolors, suprpool ''' - Missing  dump of the internal rom of the HD6473308cp10.


== [http://mamedev.org/source/src/mame/drivers/magicard.c.html magicard] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/magicard.c magicard] ==
Lots to do: proper handling of the 68070 (68k with 32 address lines instead of 24) & handle the extra features properly (UART,DMA,Timers etc.), proper emulation of the 66470 Video Chip (still many unhandled features), inputs, unknown sound chip (it's an ADPCM with eight channels), ,any unknown memory maps, proper memory map and machine driver for magicardj & magicle (different sound chip, extra undumped rom and PIC controller).
Lots to do: proper handling of the 68070 (68k with 32 address lines instead of 24) & handle the extra features properly (UART,DMA,Timers etc.), proper emulation of the 66470 Video Chip (still many unhandled features), inputs, unknown sound chip (it's an ADPCM with eight channels), ,any unknown memory maps, proper memory map and machine driver for magicardj & magicle (different sound chip, extra undumped rom and PIC controller).


== [http://mamedev.org/source/src/mame/drivers/magictg.c.html magictg] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/magictg.c magictg] ==
Preliminary driver, almost works.
Preliminary driver, almost works.


== [http://mamedev.org/source/src/mame/drivers/magtouch.c.html magtouch] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/magtouch.c magtouch] ==
Preliminary driver.
Preliminary driver.


== [http://mamedev.org/source/src/mame/drivers/malzak.c.html malzak] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/malzak.c malzak] ==
''' malzak, malzak2 ''' - Sprite collision detection doesn't fully work.
''' malzak, malzak2 ''' - Sprite collision detection doesn't fully work.


== [http://mamedev.org/source/src/mame/drivers/manohman.c.html manohman] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/manohman.c manohman] ==
Preliminary driver.
Preliminary driver.


== [http://mamedev.org/source/src/mame/drivers/maygay1b.c.html maygay1b] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/maygay1b.c maygay1b] ==
Mechanical game imported from AGEMAME.
Mechanical game imported from AGEMAME.


== [http://mamedev.org/source/src/mame/drivers/maygayv1.c.html maygayv1] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/maygayv1.c maygayv1] ==
Skeleton driver for fruit machine games.
Skeleton driver for fruit machine games.


== [http://mamedev.org/source/src/mame/drivers/mazerbla.c.html mazerbla] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/mazerbla.c mazerbla] ==
Uses a custom video controller which isn't fully understood.  Mazer Blazer appears to use an MM54104 'Digitalker' speech IC, however, the two speech ROMs are undumped.
Uses a custom video controller which isn't fully understood.  Mazer Blazer appears to use an MM54104 'Digitalker' speech IC, however, the two speech ROMs are undumped.


== [http://mamedev.org/source/src/mame/drivers/mcr.c.html mcr] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/mcr.c mcr] ==
''' nflfoot ''' - CED-based disk game. Has gory Z80-based serial I/O interface that is not understood. The CED player interface is undocumented. A poor quality rip exists of the video (probably the best we will get). There is a second CED disk with different teams playing which we do not have access to.
''' nflfoot ''' - CED-based disk game. Has gory Z80-based serial I/O interface that is not understood. The CED player interface is undocumented. A poor quality rip exists of the video (probably the best we will get). There is a second CED disk with different teams playing which we do not have access to.


== [http://mamedev.org/source/src/mame/drivers/mcr3.c.html mcr3] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/mcr3.c mcr3] ==
'''spyhuntp ''' - Prototype on very different hardware.
'''spyhuntp ''' - Prototype on very different hardware.


== [http://mamedev.org/source/src/mame/drivers/mediagx.c.html mediagx] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/mediagx.c mediagx] ==
Mainly just need the inputs hooked up, which are mapped to the parallel port via a JAMMA interface
Mainly just need the inputs hooked up, which are mapped to the parallel port via a JAMMA interface


== [http://mamedev.org/source/src/mame/drivers/megasys1.c.html megasys1] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/megasys1.c megasys1] ==
''' monkelf ''' - Bootleg on different hardware.
''' monkelf ''' - Bootleg on different hardware.


== [http://mamedev.org/source/src/mame/drivers/megatech.c.html megatech] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/megatech.c megatech] ==
Incorrect behavior at time out and there are some sms based games which aren't yet fully supported.
Incorrect behavior at time out and there are some sms based games which aren't yet fully supported.


== [http://mamedev.org/source/src/mame/drivers/merit.c.html merit] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/merit.c merit] ==
''' dodgectya, dodgectyb, dodgectyc ''' - Incomplete dump. One GFX rom is in an epoxy block.
''' dodgectya, dodgectyb, dodgectyc ''' - Incomplete dump. One GFX rom is in an epoxy block.


== [http://mamedev.org/source/src/mame/drivers/meritm.c.html meritm] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/meritm.c meritm] ==
''' megat5a ''' - Bad dump.
''' megat5a ''' - Bad dump.


== [http://mamedev.org/source/src/mame/drivers/metalmx.c.html metalmx] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/metalmx.c metalmx] ==
Skeleton driver. Extremely complex prototype hardware.
Skeleton driver. Extremely complex prototype hardware.


== [http://mamedev.org/source/src/mame/drivers/metro.c.html metro] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/metro.c metro] ==
''' puzzlet ''' - An unknown unemulated chip (probably a PIC) provides protection.
''' puzzlet ''' - An unknown unemulated chip (probably a PIC) provides protection.


== [http://mamedev.org/source/src/mame/drivers/midzeus.c.html midzeus] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/midzeus.c midzeus] ==
''' crusnexo, thegrid and clones ''' - These Zeus II-based games use a proprietary 3D graphics chip that has no available documentation.
''' crusnexo, thegrid and clones ''' - These Zeus II-based games use a proprietary 3D graphics chip that has no available documentation.


== [http://mamedev.org/source/src/mame/drivers/miniboy7.c.html miniboy7] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/miniboy7.c miniboy7] ==
Bad dumps, pretty much no information available other than the dump, missing color prom.
Bad dumps, pretty much no information available other than the dump, missing color prom.


== [http://mamedev.org/source/src/mame/drivers/missile.c.html missile] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/missile.c missile] ==
''' mcombat, mcombata, mcombats ''' - Bootlegs on different hardware.
''' mcombat, mcombata, mcombats ''' - Bootlegs on different hardware.


''' missilem''' - This kit combines Missile Command and Super Missile Attack on ddaughterboard plugged into the main pcb cpu slot.  
''' missilem''' - This kit combines Missile Command and Super Missile Attack on ddaughterboard plugged into the main pcb cpu slot.  


== [http://mamedev.org/source/src/mame/drivers/mitchell.c.html mitchell] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/mitchell.c mitchell] ==
''' pkladiesbl ''' - Needs CPU "decryption" / ordering.
''' pkladiesbl ''' - Needs CPU "decryption" / ordering.


== [http://mamedev.org/source/src/mame/drivers/model1.c.html model1] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/model1.c model1] ==
''' netmerc, swa, wingwar and clones ''' - Guesswork incomplete on the math copro dsp functions and program impossible to dump.
''' netmerc, swa, wingwar and clones ''' - Guesswork incomplete on the math copro dsp functions and program impossible to dump.


== [http://mamedev.org/source/src/mame/drivers/model2.c.html model2] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/model2.c model2] ==
Implementation of the 3D systems is either guesswork (Model 2, 2A) or incomplete (Model 2B, 2C).
Implementation of the 3D systems is either guesswork (Model 2, 2A) or incomplete (Model 2B, 2C).


== [http://mamedev.org/source/src/mame/drivers/model3.c.html model3] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/model3.c model3] ==
Driver is still preliminary. Most games boot and show something.
Driver is still preliminary. Most games boot and show something.


== [http://mamedev.org/source/src/mame/drivers/monzagp.c.html monzagp] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/monzagp.c monzagp] ==
Preliminary driver. Possibly missing a rom.
Preliminary driver. Possibly missing a rom.


== [http://mamedev.org/source/src/mame/drivers/moo.c.html moo] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/moo.c moo] ==
''' moomesabl ''' - Bootleg on different hardware.
''' moomesabl ''' - Bootleg on different hardware.


== [http://mamedev.org/source/src/mame/drivers/mpu12wbk.c.html mpu12wbk] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/mpu12wbk.c mpu12wbk] ==
Almost skeleton driver.
Almost skeleton driver.


== [http://mamedev.org/source/src/mame/drivers/mpu3.c.html mpu3] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/mpu3.c mpu3] ==
Most games fail to boot, giving the CPU a 'WAIT' instruction then sitting there; some complain about Characterizer (protection) and then do the same; a few boot to show light displays with no LED text; some display misaligned LED text; many run VERY slowly, even when the CPU is inactive (inefficient MAME timer system overhead?).
Most games fail to boot, giving the CPU a 'WAIT' instruction then sitting there; some complain about Characterizer (protection) and then do the same; a few boot to show light displays with no LED text; some display misaligned LED text; many run VERY slowly, even when the CPU is inactive (inefficient MAME timer system overhead?).


== [http://mamedev.org/source/src/mame/drivers/mpu4.c.html mpu4] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/mpu4.c mpu4] ==
Fruit machine hardware. Not working yet. Needs artwork.
Fruit machine hardware. Not working yet. Needs artwork.


== [http://mamedev.org/source/src/mame/drivers/mpu4avan.c mpu4avan] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/mpu4avan.c mpu4avan] ==
Fruit machine hardware. Not working yet. Needs artwork.
Fruit machine hardware. Not working yet. Needs artwork.


== [http://mamedev.org/source/src/mame/drivers/mpu4bwb.c mpu4bwb] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/mpu4bwb.c mpu4bwb] ==
Fruit machine hardware. Not working yet. Needs artwork.
Fruit machine hardware. Not working yet. Needs artwork.


== [http://mamedev.org/source/src/mame/drivers/mpu4concept.c mpu4concept] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/mpu4concept.c mpu4concept] ==
Fruit machine hardware. Not working yet. Needs artwork.
Fruit machine hardware. Not working yet. Needs artwork.


== [http://mamedev.org/source/src/mame/drivers/mpu4crystal.c mpu4crystal] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/mpu4crystal.c mpu4crystal] ==
Fruit machine hardware. Not working yet. Needs artwork.
Fruit machine hardware. Not working yet. Needs artwork.


== [http://mamedev.org/source/src/mame/drivers/mpu4empire.c mpu4empire] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/mpu4empire.c mpu4empire] ==
Fruit machine hardware. Not working yet. Needs artwork.
Fruit machine hardware. Not working yet. Needs artwork.


== [http://mamedev.org/source/src/mame/drivers/mpu4mdm.c mpu4mdm] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/mpu4mdm.c mpu4mdm] ==
Fruit machine hardware. Not working yet. Needs artwork.
Fruit machine hardware. Not working yet. Needs artwork.


== [http://mamedev.org/source/src/mame/drivers/mpu4misc.c mpu4misc] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/mpu4misc.c mpu4misc] ==
Fruit machine hardware. Not working yet. Needs artwork.
Fruit machine hardware. Not working yet. Needs artwork.


== [http://mamedev.org/source/src/mame/drivers/mpu4mod2sw.c mpu4mod2sw] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/mpu4mod2sw.c mpu4mod2sw] ==
Fruit machine hardware. Not working yet. Needs artwork.
Fruit machine hardware. Not working yet. Needs artwork.


== [http://mamedev.org/source/src/mame/drivers/mpu4mod4yam.c mpu4mod4yam] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/mpu4mod4yam.c mpu4mod4yam] ==
Fruit machine hardware. Not working yet. Needs artwork.
Fruit machine hardware. Not working yet. Needs artwork.


== [http://mamedev.org/source/src/mame/drivers/mpu4plasma.c mpu4plasma] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/mpu4plasma.c mpu4plasma] ==
Fruit machine hardware. Not working yet. Needs artwork.
Fruit machine hardware. Not working yet. Needs artwork.


== [http://mamedev.org/source/src/mame/drivers/mpu4sw.c mpu4sw] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/mpu4sw.c mpu4sw] ==
Fruit machine hardware. Not working yet. Needs artwork.
Fruit machine hardware. Not working yet. Needs artwork.


== [http://mamedev.org/source/src/mame/drivers/mpu4union.c mpu4union] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/mpu4union.c mpu4union] ==
Fruit machine hardware. Not working yet. Needs artwork.
Fruit machine hardware. Not working yet. Needs artwork.


== [http://mamedev.org/source/src/mame/drivers/mpu4vid.c.html mpu4vid] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/mpu4vid.c mpu4vid] ==
Needs correct implementation of characteriser protection for each game. BwB games need more work: They have a slightly different 68k memory map. The 6850 is at e00000 and the 6840 is at e01000; they appear to hang on the handshake with the MPU4 board. Needs finding out what causes the games to hang/reset in service mode: probably down to AVDC interrupt timing, there seem to be a number of race conditions re: masks that need sorting out with proper blank handling, etc. Currently using a scanline timer to drive an approximation of the SCN2674 scanline logic, but this is perhaps better served as a proper device. Deal 'Em lockouts vary on certain cabinets (normally connected to AUX2, but not there?). Deal 'Em has bad tiles (apostrophe, logo, bottom corner), black should actually be transparent to give black on green.
Needs correct implementation of characteriser protection for each game. BwB games need more work: They have a slightly different 68k memory map. The 6850 is at e00000 and the 6840 is at e01000; they appear to hang on the handshake with the MPU4 board. Needs finding out what causes the games to hang/reset in service mode: probably down to AVDC interrupt timing, there seem to be a number of race conditions re: masks that need sorting out with proper blank handling, etc. Currently using a scanline timer to drive an approximation of the SCN2674 scanline logic, but this is perhaps better served as a proper device. Deal 'Em lockouts vary on certain cabinets (normally connected to AUX2, but not there?). Deal 'Em has bad tiles (apostrophe, logo, bottom corner), black should actually be transparent to give black on green.


== [http://mamedev.org/source/src/mame/drivers/mquake.c.html mquake] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/mquake.c mquake] ==
A complete mystery. The existing dumps are 100% confirmed. Test mode works. All remaining code is heavily encrypted. Even the original author of the game doesn't recall any encryption, but it is definitely there. It is not done in software; all unencrypted code has been accounted for.
A complete mystery. The existing dumps are 100% confirmed. Test mode works. All remaining code is heavily encrypted. Even the original author of the game doesn't recall any encryption, but it is definitely there. It is not done in software; all unencrypted code has been accounted for.


== [http://mamedev.org/source/src/mame/drivers/ms32.c.html ms32] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/ms32.c ms32] ==
''' f1superb ''' - The road is always rendered as straight. The game has a road layer and extra roms for it. There is an unknown maths DSP for protection.
''' f1superb ''' - The road is always rendered as straight. The game has a road layer and extra roms for it. There is an unknown maths DSP for protection.


== [http://mamedev.org/source/src/mame/drivers/multfish.c.html multfish] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/multfish.c multfish] ==
''' igromult, igromula ''' - GFX ROMs aren't dumped.
''' igromult, igromula ''' - GFX ROMs aren't dumped.


== [http://mamedev.org/source/src/mame/drivers/mw18w.c.html mw18w] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/mw18w.c mw18w] ==
Mechanical game. Needs artwork and lamps and sensors hook up.
Mechanical game. Needs artwork and lamps and sensors hook up.


== [http://mamedev.org/source/src/mame/drivers/namcos10.c.html namcos10] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/namcos10.c namcos10] ==
Incomplete dumps.  Hardware has very strange protection.
Incomplete dumps.  Hardware has very strange protection.


== [http://mamedev.org/source/src/mame/drivers/namcos12.c.html namcos12] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/namcos12.c namcos12] ==
''' libgrandeja, mdhorse, sws2000, sws2001 ''' - DMA problems.
''' libgrandeja, mdhorse, sws2000, sws2001 ''' - DMA problems.


Line 810: Line 810:
''' truckk ''' - I/O board is not understood. Detailed notes on top of driver.
''' truckk ''' - I/O board is not understood. Detailed notes on top of driver.


== [http://mamedev.org/source/src/mame/drivers/namcos2.c.html namcos2] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/namcos2.c namcos2] ==
''' finalap3bl ''' - Bootleg on different hardware.
''' finalap3bl ''' - Bootleg on different hardware.


== [http://mamedev.org/source/src/mame/drivers/namcos21.c.html namcos21] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/namcos21.c namcos21] ==
''' aircombj, aircombu ''' - No polygons displayed.
''' aircombj, aircombu ''' - No polygons displayed.


''' driveyes ''' - Uses 3 screens with dedicated board for each.
''' driveyes ''' - Uses 3 screens with dedicated board for each.


== [http://mamedev.org/source/src/mame/drivers/namcos22.c.html namcos22] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/namcos22.c namcos22] ==
''' airco22b ''' - boots but missing sprite clear DMA?
''' airco22b ''' - boots but missing sprite clear DMA?


Line 827: Line 827:
''' tokyowar ''' - Near invincible tanks.
''' tokyowar ''' - Near invincible tanks.


== [http://mamedev.org/source/src/mame/drivers/namcos23.c.html namcos23] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/namcos23.c namcos23] ==
Many aspects of the hardware are not completely understood.
Many aspects of the hardware are not completely understood.


== [http://mamedev.org/source/src/mame/drivers/naomi.c.html naomi] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/naomi.c naomi] ==
Most games show something and some are playable, but emulation is still incomplete.
Most games show something and some are playable, but emulation is still incomplete.


== [http://mamedev.org/source/src/mame/drivers/nbmj8688.c.html nbmj8688] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/nbmj8688.c nbmj8688] ==
''' nightlov ''' - Input problems.
''' nightlov ''' - Input problems.


== [http://mamedev.org/source/src/mame/drivers/nbmj8891.c.html nbmj8891] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/nbmj8891.c nbmj8891] ==
''' hnageman, hnxmasev ''' - Missing VHS dump.
''' hnageman, hnxmasev ''' - Missing VHS dump.


== [http://mamedev.org/source/src/mame/drivers/nbmj8991.c.html nbmj8991] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/nbmj8991.c nbmj8991] ==
''' av2mj1bb, av2mj2rg ''' - Missing VHS dump.
''' av2mj1bb, av2mj2rg ''' - Missing VHS dump.


== [http://mamedev.org/source/src/mame/drivers/nbmj9195.c.html nbmj9195] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/nbmj9195.c nbmj9195] ==
''' shabdama ''' - Misses laserdisc dump.
''' shabdama ''' - Misses laserdisc dump.


== [http://mamedev.org/source/src/mame/drivers/neodrvr.c.html neodrvr] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/neodrvr.c neodrvr] ==
''' kog ''' - Bootleg with different protection.
''' kog ''' - Bootleg with different protection.


''' sbp ''' - Possibly protected.
''' sbp ''' - Possibly protected.


== [http://mamedev.org/source/src/mame/drivers/neoprint.c.html neoprint] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/neoprint.c neoprint] ==
Needs implementation of the remaining video features and sound interface.  Inputs are bare bones and need extra work. Needs simulation of the printer/camera devices, lamps. Upd4990a returns 4 years less than expected.
Needs implementation of the remaining video features and sound interface.  Inputs are bare bones and need extra work. Needs simulation of the printer/camera devices, lamps. Upd4990a returns 4 years less than expected.


== [http://mamedev.org/source/src/mame/drivers/neptunp2.c.html neptunp2] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/neptunp2.c neptunp2] ==
Skeleton driver. Missing GFX ROMs dump.
Skeleton driver. Missing GFX ROMs dump.


== [http://mamedev.org/source/src/mame/drivers/nightgal.c.html nightgal] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/nightgal.c nightgal] ==
''' ngalsumr, sexygal, sweetgal ''' - Missing protection simulation.
''' ngalsumr, sexygal, sweetgal ''' - Missing protection simulation.


== [http://mamedev.org/source/src/mame/drivers/nmk16.c.html nmk16] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/nmk16.c nmk16] ==
''' atombjt ''' - Bootleg with different GFX and sound hardware.
''' atombjt ''' - Bootleg with different GFX and sound hardware.


''' firehawkb ''' - Incomplete dump.
''' firehawkb ''' - Incomplete dump.


== [http://mamedev.org/source/src/mame/drivers/norautp.c.html norautp] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/norautp.c norautp] ==
''' dphl, dphla, dphljp, drhl, drhla, gtipoker, kimbldhl, newhilop, smshilo, ssjkrpkr ''' - Missing interrupts for I8080 CPU.
''' dphl, dphla, dphljp, drhl, drhla, gtipoker, kimbldhl, newhilop, smshilo, ssjkrpkr ''' - Missing interrupts for I8080 CPU.


Line 873: Line 873:
''' tpoker2 ''' - Missing 68705 MCU dump / simulation.
''' tpoker2 ''' - Missing 68705 MCU dump / simulation.


== [http://mamedev.org/source/src/mame/drivers/nsm.c.html nsm] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/nsm.c nsm] ==
Skeleton driver. Pinball games.
Skeleton driver. Pinball games.


== [http://mamedev.org/source/src/mame/drivers/nsmpoker.c.html nsmpoker] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/nsmpoker.c nsmpoker] ==
Preliminary driver.
Preliminary driver.


== [http://mamedev.org/source/src/mame/drivers/nss.c.html nss] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/nss.c nss] ==
Menu system is only partially understood.
Menu system is only partially understood.


== [http://mamedev.org/source/src/mame/drivers/nwk-tr.c.html nwk-tr] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/nwk-tr.c nwk-tr] ==
Complex Konami 3D hardware. Only thrilld and thrilldb are considered in playable state.
Complex Konami 3D hardware. Only thrilld and thrilldb are considered in playable state.


== [http://mamedev.org/source/src/mame/drivers/nycaptor.c.html nycaptor] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/nycaptor.c nycaptor] ==
''' cyclshtg ''' - Missing (protection?) MCU dump.
''' cyclshtg ''' - Missing (protection?) MCU dump.


== [http://mamedev.org/source/src/mame/drivers/oneshot.c.html oneshot] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/oneshot.c oneshot] ==
''' maddonnb ''' - No program roms on this set.  GFX have misplaced tiles when used with other program roms, so this is a different license / revision.  
''' maddonnb ''' - No program roms on this set.  GFX have misplaced tiles when used with other program roms, so this is a different license / revision.  


== [http://mamedev.org/source/src/mame/drivers/overdriv.c.html overdriv] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/overdriv.c overdriv] ==
Driver has heavy graphic problems. Missing road (two unemulated K053250).
Driver has heavy graphic problems. Missing road (two unemulated K053250).


== [http://mamedev.org/source/src/mame/drivers/pacman.c.html pacman] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/pacman.c pacman] ==
''' eyeszac ''' - Bad dump.
''' eyeszac ''' - Bad dump.


== [http://mamedev.org/source/src/mame/drivers/pangofun.c.html pangofun] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/pangofun.c pangofun] ==
''' pangofun ''' - PC based hardware, possibly bad / incomplete dump.  
''' pangofun ''' - PC based hardware, possibly bad / incomplete dump.  


== [http://mamedev.org/source/src/mame/drivers/paranoia.c.html paranoia] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/paranoia.c paranoia] ==
Jamma interface is not emulated.
Jamma interface is not emulated.


== [http://mamedev.org/source/src/mame/drivers/pcat_dyn.c.html pcat_dyn] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/pcat_dyn.c pcat_dyn] ==
Returns CMOS checksum error, can't enter into BIOS setup screens to set that up. Keyboard device problem.
Returns CMOS checksum error, can't enter into BIOS setup screens to set that up. Keyboard device problem.


== [http://mamedev.org/source/src/mame/drivers/pcat_nit.c.html pcat_nit] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/pcat_nit.c pcat_nit] ==
''' streetg and clones ''' - PC hardware emulation is still incomplete.
''' streetg and clones ''' - PC hardware emulation is still incomplete.


== [http://mamedev.org/source/src/mame/drivers/pcxt.c.html pcxt] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/pcxt.c pcxt] ==
''' tetriskr ''' - Corrupt game graphics after some time of gameplay, caused by a wrong reading of the i/o $3c8 bit 1.
''' tetriskr ''' - Corrupt game graphics after some time of gameplay, caused by a wrong reading of the i/o $3c8 bit 1.


== [http://mamedev.org/source/src/mame/drivers/peplus.c.html peplus] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/peplus.c peplus] ==
''' peps0047, peps0092 ''' - Need MxO-CG1004.Uxx graphics roms redumped.
''' peps0047, peps0092 ''' - Need MxO-CG1004.Uxx graphics roms redumped.


== [http://mamedev.org/source/src/mame/drivers/pgm.c.html pgm] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/pgm.c pgm] ==
''' dmnfrntpcb, kovlsjb, kovlsjba, kovlsqh, kovlsqh2, kovshp, kovshxas, kovytzy, oldsplus, pgm3in1, puzlstar, py2k2 ''' - Need internal rom of IGS027A.
''' dmnfrntpcb, kovlsjb, kovlsjba, kovlsqh, kovlsqh2, kovshp, kovshxas, kovytzy, oldsplus, pgm3in1, puzlstar, py2k2 ''' - Need internal rom of IGS027A.


== [http://mamedev.org/source/src/mame/drivers/phoenix.c.html phoenix] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/phoenix.c phoenix] ==
''' fenix ''' - Bootleg, to be checked closer. Dump is incomplete.
''' fenix ''' - Bootleg, to be checked closer. Dump is incomplete.


== [http://mamedev.org/source/src/mame/drivers/photoply.c.html photoply] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/photoply.c photoply] ==
FDC error, needs a DASM investigation / work-around.
FDC error, needs a DASM investigation / work-around.


== [http://mamedev.org/source/src/mame/drivers/pinball2k.c.html pinball2k] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/pinball2k.c pinball2k] ==
Preliminary driver. Pinball - video hybrid based on Cyrix MediaGX hardware.
Preliminary driver. Pinball - video hybrid based on Cyrix MediaGX hardware.


== [http://mamedev.org/source/src/mame/drivers/pinkiri8.c.html pinkiri8] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/pinkiri8.c pinkiri8] ==
Current blocker is the video emulation i/o ports, it looks somewhat exotic.
Current blocker is the video emulation i/o ports, it looks somewhat exotic.


== [http://mamedev.org/source/src/mame/drivers/plygonet.c.html plygonet] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/plygonet.c plygonet] ==
Dsp56k CPU emulation needs to be completed.  Network interface needs to be worked out.
Dsp56k CPU emulation needs to be completed.  Network interface needs to be worked out.


== [http://mamedev.org/source/src/mame/drivers/pntnpuzl.c.html pntnpuzl] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/pntnpuzl.c pntnpuzl] ==
Skeleton-ish.
Skeleton-ish.


== [http://mamedev.org/source/src/mame/drivers/poker72.c.html poker72] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/poker72.c poker72] ==
Preliminary driver for an unknown poker game.
Preliminary driver for an unknown poker game.


== [http://mamedev.org/source/src/mame/drivers/progolf.c.html progolf] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/progolf.c progolf] ==
''' progolfa ''' -
''' progolfa ''' -


== [http://mamedev.org/source/src/mame/drivers/psychic5.c.html psychic5] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/psychic5.c psychic5] ==
''' bombsa ''' - Bad dump.
''' bombsa ''' - Bad dump.


== [http://mamedev.org/source/src/mame/drivers/quizpun2.c.html quizpun2] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/quizpun2.c quizpun2] ==
It uses an unknown DIP40 device for protection, that supplies the address to jump to (same as mosaic.c) and handles the EEPROM.
It uses an unknown DIP40 device for protection, that supplies the address to jump to (same as mosaic.c) and handles the EEPROM.


== [http://mamedev.org/source/src/mame/drivers/quizshow.c.html quizshow] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/quizshow.c quizshow] ==
Missing tape dump and GFX roms need redump.
Missing tape dump and GFX roms need redump.


== [http://mamedev.org/source/src/mame/drivers/r2dx_v33.c.html r2dx_v33] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/r2dx_v33.c r2dx_v33] ==
''' nzerotea, r2dx_v33, zerotm2k ''' - Complex Seibu COP3 protection + banking (probably linked to the protection).
''' nzerotea, r2dx_v33, zerotm2k ''' - Complex Seibu COP3 protection + banking (probably linked to the protection).


== [http://mamedev.org/source/src/mame/drivers/raiden2.c.html raiden2] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/raiden2.c raiden2] ==
''' raiden2, raidndx, zeroteam, xsedae and clones ''' - Complex Seibu COP2 protection + banking (probably linked to the protection).
''' raiden2, raidndx, zeroteam, xsedae and clones ''' - Complex Seibu COP2 protection + banking (probably linked to the protection).


== [http://mamedev.org/source/src/mame/drivers/rastersp.c.html rastersp] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/rastersp.c rastersp] ==
''' fbcrazy ''' - Missing hard disk dump at least.
''' fbcrazy ''' - Missing hard disk dump at least.


== [http://mamedev.org/source/src/mame/drivers/rbmk.c.html rbmk] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/rbmk.c rbmk] ==
Possibly missing MCU dump.
Possibly missing MCU dump.


== [http://mamedev.org/source/src/mame/drivers/redalert.c.html redalert] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/redalert.c redalert] ==
''' demoneye ''' - Missing 3rd graphic layer making level 2 impossible.  Unclear what the layer should show.
''' demoneye ''' - Missing 3rd graphic layer making level 2 impossible.  Unclear what the layer should show.


== [http://mamedev.org/source/src/mame/drivers/rgum.c.html rgum] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/rgum.c rgum] ==
Skeleton driver. There is a Big Black Box in the middle of the PCB (for encryption, or containing roms?).
Skeleton driver. There is a Big Black Box in the middle of the PCB (for encryption, or containing roms?).


== [http://mamedev.org/source/src/mame/drivers/royalmah.c.html royalmah] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/royalmah.c royalmah] ==
''' cafebrk, cafedoll, jansou, mjvegas, ''' - Missing internal program rom.
''' cafebrk, cafedoll, jansou, mjvegas, ''' - Missing internal program rom.


Line 980: Line 980:
''' mjtensin ''' - Random crashes, related to interrupts.
''' mjtensin ''' - Random crashes, related to interrupts.


== [http://mamedev.org/source/src/mame/drivers/rpunch.c.html rpunch] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/rpunch.c rpunch] ==
''' svolleybl ''' - Bootleg on different hardware (video registers are changed).
''' svolleybl ''' - Bootleg on different hardware (video registers are changed).


== [http://mamedev.org/source/src/mame/drivers/rungun.c.html rungun] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/rungun.c rungun] ==
''' rungunu, rungunua ''' - They run at double speed and have broken inputs.
''' rungunu, rungunua ''' - They run at double speed and have broken inputs.


== [http://mamedev.org/source/src/mame/drivers/s3.c.html s3] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/s3.c s3] ==
''' wldcp_l1 ''' -  
''' wldcp_l1 ''' -  


== [http://mamedev.org/source/src/mame/drivers/s8.c.html s8] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/s8.c s8] ==
''' stillcra ''' - Doesn't register coin-in.
''' stillcra ''' - Doesn't register coin-in.


== [http://mamedev.org/source/src/mame/drivers/sanremo.c.html sanremo] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/sanremo.c sanremo] ==
GFX banking is wrong, intensity layer isn't hooked up, some output ports aren't understood.
GFX banking is wrong, intensity layer isn't hooked up, some output ports aren't understood.


== [http://mamedev.org/source/src/mame/drivers/sbugger.c.html sbugger] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/sbugger.c sbugger] ==
''' sbugger ''' - Bad dump, different revision to working set.  
''' sbugger ''' - Bad dump, different revision to working set.  


== [http://mamedev.org/source/src/mame/drivers/scobra.c.html scobra] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/scobra.c scobra] ==
''' rescueb ''' - Bootleg on different hardware.
''' rescueb ''' - Bootleg on different hardware.


== [http://mamedev.org/source/src/mame/drivers/scramble.c.html scramble] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/scramble.c scramble] ==
''' conquer ''' - Bad dump.
''' conquer ''' - Bad dump.


== [http://mamedev.org/source/src/mame/drivers/sderby.c.html sderby] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/sderby.c sderby] ==
''' croupier and clone ''' - Protection MCU handles win rates etc.  Correct win behavior is critical to this gambling game functioning as expected, so simulation probably doesn't make sense.
''' croupier and clone ''' - Protection MCU handles win rates etc.  Correct win behavior is critical to this gambling game functioning as expected, so simulation probably doesn't make sense.


== [http://mamedev.org/source/src/mame/drivers/seattle.c.html seattle] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/seattle.c seattle] ==
''' sfrushrk ''' - Won't go in-game. Hangs after selecting your car.
''' sfrushrk ''' - Won't go in-game. Hangs after selecting your car.


== [http://mamedev.org/source/src/mame/drivers/segac2.c.html segac2] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/segac2.c segac2] ==
''' pclubj, pclubjv2, pclubjv4, pclubjv5 ''' - Need camera and printer handling.
''' pclubj, pclubjv2, pclubjv4, pclubjv5 ''' - Need camera and printer handling.


== [http://mamedev.org/source/src/mame/drivers/segag80r.c.html segag80r] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/segag80r.c segag80r] ==
''' astrob1 ''' - Dies when you first start.
''' astrob1 ''' - Dies when you first start.


== [http://mamedev.org/source/src/mame/drivers/segahang.c.html segahang] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/segahang.c segahang] ==
''' endurob2 ''' - Bad dump.
''' endurob2 ''' - Bad dump.


== [http://mamedev.org/source/src/mame/drivers/segald.c.html segald] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/segald.c segald] ==
Laserdisc hardware.  Has a small list of TODO items that could be looked at prior to a disc dump.
Laserdisc hardware.  Has a small list of TODO items that could be looked at prior to a disc dump.


== [http://mamedev.org/source/src/mame/drivers/segajw.c.html segajw] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/segajw.c segajw] ==
Skeleton driver. M68k based.
Skeleton driver. M68k based.


== [http://mamedev.org/source/src/mame/drivers/segaorun.c.html segaorun] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/segaorun.c segaorun] ==
''' shangon1 ''' - Bad dump.
''' shangon1 ''' - Bad dump.


== [http://mamedev.org/source/src/mame/drivers/segas18.c.html segas18] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/segas18.c segas18] ==


''' pontoon ''' - Only the terminal is dumped.
''' pontoon ''' - Only the terminal is dumped.


== [http://mamedev.org/source/src/mame/drivers/segas24.c.html segas24] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/segas24.c segas24] ==
''' sspirtfc ''' - Missing floppy image.
''' sspirtfc ''' - Missing floppy image.


== [http://mamedev.org/source/src/mame/drivers/segas32.c.html segas32] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/segas32.c segas32] ==
''' kokoroj2 ''' - Unemulated CD board.
''' kokoroj2 ''' - Unemulated CD board.


== [http://mamedev.org/source/src/mame/drivers/segaxbd.c.html segaxbd] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/segaxbd.c segaxbd] ==
''' rascot ''' - Only the terminal is dumped.
''' rascot ''' - Only the terminal is dumped.


== [http://mamedev.org/source/src/mame/drivers/seta.c.html seta] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/seta.c seta] ==
''' inttoote ''' - Unemulated protection.
''' inttoote ''' - Unemulated protection.


Line 1,050: Line 1,050:
''' zingzipbl ''' - Bootleg on different hardware.
''' zingzipbl ''' - Bootleg on different hardware.


== [http://mamedev.org/source/src/mame/drivers/seta2.c.html seta2] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/seta2.c seta2] ==
''' namcostr ''' - Bad dump. The game has mechanical parts.
''' namcostr ''' - Bad dump. The game has mechanical parts.


== [http://mamedev.org/source/src/mame/drivers/sfbonus.c.html sfbonus] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/sfbonus.c sfbonus] ==
''' amclink ''' - "Game" function unknown.
''' amclink ''' - "Game" function unknown.


''' version4 and clones''' - Incomplete dumps.
''' version4 and clones''' - Incomplete dumps.


== [http://mamedev.org/source/src/mame/drivers/sfcbox.c.html sfcbox] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/sfcbox.c sfcbox] ==
Preliminary driver. SNES based.
Preliminary driver. SNES based.


== [http://mamedev.org/source/src/mame/drivers/sigmab52.c.html sigmab52] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/sigmab52.c sigmab52] ==
Very preliminary: needs GFX decode, improved memory map, color decode, sound support and inputs.
Very preliminary: needs GFX decode, improved memory map, color decode, sound support and inputs.


== [http://mamedev.org/source/src/mame/drivers/skeetsht.c.html skeetsht] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/skeetsht.c skeetsht] ==
Preliminary driver.
Preliminary driver.


== [http://mamedev.org/source/src/mame/drivers/skylncr.c.html skylncr] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/skylncr.c skylncr] ==
''' mbutrfly ''' - Encrypted.
''' mbutrfly ''' - Encrypted.


== [http://mamedev.org/source/src/mame/drivers/slapfght.c.html slapfght] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/slapfght.c slapfght] ==
''' slapfigha ''' - Undumped 68705 protection MCU.
''' slapfigha ''' - Undumped 68705 protection MCU.


== [http://mamedev.org/source/src/mame/drivers/slotcarn.c.html slotcarn] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/slotcarn.c slotcarn] ==
Missing proper colors and reel support.
Missing proper colors and reel support.


== [http://mamedev.org/source/src/mame/drivers/sms.c.html sms] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/sms.c sms] ==
''' trvhanga ''' - Missing questions roms.
''' trvhanga ''' - Missing questions roms.


== [http://mamedev.org/source/src/mame/drivers/snesb.c.html snesb] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/snesb.c snesb] ==
''' endless ''' - Game isn't correctly decrypted yet.
''' endless ''' - Game isn't correctly decrypted yet.


== [http://mamedev.org/source/src/mame/drivers/speedbal.c.html speedbal] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/speedbal.c speedbal] ==
''' musicbal ''' - Game is encrypted.
''' musicbal ''' - Game is encrypted.


== [http://mamedev.org/source/src/mame/drivers/splash.c.html splash] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/splash.c splash] ==
''' funystrp, puckpepl''' - Protection, controls eating of dots + other things.
''' funystrp, puckpepl''' - Protection, controls eating of dots + other things.


''' rebus ''' - Another protected Microhard game.
''' rebus ''' - Another protected Microhard game.


== [http://mamedev.org/source/src/mame/drivers/splus.c.html splus] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/splus.c splus] ==
Driver imported from Agemame. Needs modernisation.
Driver imported from Agemame. Needs modernisation.


== [http://mamedev.org/source/src/mame/drivers/spoker.c.html spoker] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/spoker.c spoker] ==
'''3super8''' - Roms are badly dumped.
'''3super8''' - Roms are badly dumped.


== [http://mamedev.org/source/src/mame/drivers/ssfindo.c.html ssfindo] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/ssfindo.c ssfindo] ==
''' tetfight ''' -  
''' tetfight ''' -  


== [http://mamedev.org/source/src/mame/drivers/ssingles.c.html ssingles] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/ssingles.c ssingles] ==
''' atamanot ''' - Needs a trojan, in order to understand how the protection really works.
''' atamanot ''' - Needs a trojan, in order to understand how the protection really works.


== [http://mamedev.org/source/src/mame/drivers/st0016.c.html st0016] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/st0016.c st0016] ==
''' dcrown, dcrowna ''' - Slightly different hardware.
''' dcrown, dcrowna ''' - Slightly different hardware.


''' mayjinsn ''' -
''' mayjinsn ''' -


== [http://mamedev.org/source/src/mame/drivers/statriv2.c.html statriv2] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/statriv2.c statriv2] ==
''' cstripxi ''' - Laserdisc game in need of laserdisc dump.
''' cstripxi ''' - Laserdisc game in need of laserdisc dump.


Line 1,114: Line 1,114:
''' tripdraw ''' -
''' tripdraw ''' -


== [http://mamedev.org/source/src/mame/drivers/stfight.c.html stfight] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/stfight.c stfight] ==
''' cshooter ''' - GFX ROMs are contained in black "blobs" and thus undumped.
''' cshooter ''' - GFX ROMs are contained in black "blobs" and thus undumped.


== [http://mamedev.org/source/src/mame/drivers/stv.c.html stv] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/stv.c stv] ==
''' decathlt, decathlto, elandore, ffreveng ''' - Protection. astrass suffers from it too, but it's kludged to work.  
''' decathlt, decathlto, elandore, ffreveng ''' - Protection. astrass suffers from it too, but it's kludged to work.  


Line 1,130: Line 1,130:
''' vfremix ''' - Texture upload issues in some cases, see source.
''' vfremix ''' - Texture upload issues in some cases, see source.


== [http://mamedev.org/source/src/mame/drivers/su2000.c.html su2000] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/su2000.c su2000] ==
Preliminary driver.
Preliminary driver.


== [http://mamedev.org/source/src/mame/drivers/subsino.c.html subsino] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/subsino.c subsino] ==
''' mtrainnv ''' Subsino sold a "Settings/Clear ROM" for some released titles. These devices are *extremely* expensive (and ultra rare, only sold to big casino corporations), and should be placed in the empty socket to fix a dead board due to NVRAM corruption. A version of Magic Train running on subsino.c (unlike mtrain, which is needed to match this program ROM.
''' mtrainnv ''' Subsino sold a "Settings/Clear ROM" for some released titles. These devices are *extremely* expensive (and ultra rare, only sold to big casino corporations), and should be placed in the empty socket to fix a dead board due to NVRAM corruption. A version of Magic Train running on subsino.c (unlike mtrain, which is needed to match this program ROM.


== [http://mamedev.org/source/src/mame/drivers/summit.c.html summit] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/summit.c summit] ==
Needs inputs, prom decode, sound, artwork (lamps), probably some irq masking and the like.
Needs inputs, prom decode, sound, artwork (lamps), probably some irq masking and the like.


== [http://mamedev.org/source/src/mame/drivers/suna8.c.html suna8] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/suna8.c suna8] ==
''' brickzn11 ''' - Earlier version with different protection.
''' brickzn11 ''' - Earlier version with different protection.


== [http://mamedev.org/source/src/mame/drivers/supercrd.c.html supercrd] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/supercrd.c supercrd] ==
Preliminary driver. Encrypted custom Fun World CPU based on Z80 family, plus 2x 8255 PPI, and YM3812 / Y3014 for sound.
Preliminary driver. Encrypted custom Fun World CPU based on Z80 family, plus 2x 8255 PPI, and YM3812 / Y3014 for sound.


== [http://mamedev.org/source/src/mame/drivers/superdq.c.html superdq] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/superdq.c superdq] ==
Laserdisc games. Works in theory, but is waiting for a good quality laserdisc dump.
Laserdisc games. Works in theory, but is waiting for a good quality laserdisc dump.


== [http://mamedev.org/source/src/mame/drivers/suprgolf.c.html suprgolf] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/suprgolf.c suprgolf] ==
''' albatross''' - Missing GFX roms dumps.
''' albatross''' - Missing GFX roms dumps.


== [http://mamedev.org/source/src/mame/drivers/system1.c.html system1] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/system1.c system1] ==
''' shtngmst ''' - Missing MCU dump.
''' shtngmst ''' - Missing MCU dump.


''' wboyub ''' - Bootleg on different hardware.
''' wboyub ''' - Bootleg on different hardware.


== [http://mamedev.org/source/src/mame/drivers/system16.c.html system16] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/system16.c system16] ==
''' bayrouteb1 ''' - Broken sprites (missing IRQ?).
''' bayrouteb1 ''' - Broken sprites (missing IRQ?).


''' altbeastbl, bayrouteb2, beautyb, dduxb1, eswatb1, fpointb1, fpointbj, goldnaxeb1, goldenaxeb2, iqpipe, passshtb, passht4b, shinob1d, tturfb1, wb3bb1 ''' - Bootlegs on different hardware.
''' altbeastbl, bayrouteb2, beautyb, dduxb1, eswatb1, fpointb1, fpointbj, goldnaxeb1, goldenaxeb2, iqpipe, passshtb, passht4b, shinob1d, tturfb1, wb3bb1 ''' - Bootlegs on different hardware.


== [http://mamedev.org/source/src/mame/drivers/taito_f2.c.html taito_f2] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/taito_f2.c taito_f2] ==
'''footchmpbl ''' - Bootleg on different hardware. It has very different hardware registers.
'''footchmpbl ''' - Bootleg on different hardware. It has very different hardware registers.


== [http://mamedev.org/source/src/mame/drivers/taito_f3.c.html taito_f3] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/taito_f3.c taito_f3] ==
''' bubsymphb ''' - Bootleg on different hardware. Backgrounds don't show up.
''' bubsymphb ''' - Bootleg on different hardware. Backgrounds don't show up.


== [http://mamedev.org/source/src/mame/drivers/taito_o.c.html taito_o] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/taito_o.c taito_o] ==
Driver still in preliminary stages. TODO: inputs (coins), NVRAM, sprite priorities, dips, interrupts (sources).
Driver still in preliminary stages. TODO: inputs (coins), NVRAM, sprite priorities, dips, interrupts (sources).


== [http://mamedev.org/source/src/mame/drivers/taitoair.c.html taitoair] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/taitoair.c taitoair] ==
Possible 320c25 bugs.  Possible m68k-c25 communication issues.  Not easy, the c25 code is hard to read, probably interesting.
Possible 320c25 bugs.  Possible m68k-c25 communication issues.  Not easy, the c25 code is hard to read, probably interesting.


== [http://mamedev.org/source/src/mame/drivers/taitogn.c.html taitogn] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/taitogn.c taitogn] ==
''' gobyrc, rcdego ''' - Custom inputs need calibrating.
''' gobyrc, rcdego ''' - Custom inputs need calibrating.


''' sianniv ''' - IRQ at the wrong time.
''' sianniv ''' - IRQ at the wrong time.


== [http://mamedev.org/source/src/mame/drivers/taitojc.c.html taitojc] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/taitojc.c taitojc] ==
''' dangcurv ''' - DSP bug causes missing 3D.
''' dangcurv ''' - DSP bug causes missing 3D.


== [http://mamedev.org/source/src/mame/drivers/taitopjc.c.html taitopjc] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/taitopjc.c taitopjc] ==
Preliminary driver
Preliminary driver


== [http://mamedev.org/source/src/mame/drivers/taitotz.c.html taitotx] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/taitotz.c taitotx] ==
Preliminary driver. PC based.
Preliminary driver. PC based.


== [http://mamedev.org/source/src/mame/drivers/taitotz.c.html taitotz] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/taitotz.c taitotz] ==
Preliminary driver.
Preliminary driver.


== [http://mamedev.org/source/src/mame/drivers/taitowlf.c.html taitowlf] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/taitowlf.c taitowlf] ==
Preliminary driver.
Preliminary driver.


== [http://mamedev.org/source/src/mame/drivers/tank8.c.html tank8] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/tank8.c tank8] ==
''' tank8a, tank8b, tank8c, tank8d ''' - Bad / incomplete dumps.
''' tank8a, tank8b, tank8c, tank8d ''' - Bad / incomplete dumps.


== [http://mamedev.org/source/src/mame/drivers/tasman.c.html tasman] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/tasman.c tasman] ==
Konami GX based PCB for gambling games.
Konami GX based PCB for gambling games.


== [http://mamedev.org/source/src/mame/drivers/tatsumi.c.html tatsumi] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/tatsumi.c tatsumi] ==
''' cyclwarr ''' - Newer set, hangs during boot.
''' cyclwarr ''' - Newer set, hangs during boot.


== [http://mamedev.org/source/src/mame/drivers/tattack.c.html tattack] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/tattack.c tattack] ==
Preliminary, maybe protection.
Preliminary, maybe protection.


== [http://mamedev.org/source/src/mame/drivers/tcl.c.html tcl] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/tcl.c tcl] ==
Skeleton, decryption incomplete.
Skeleton, decryption incomplete.


== [http://mamedev.org/source/src/mame/drivers/tehkanwc.c.html tehkanwc] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/tehkanwc.c tehkanwc] ==
''' tehkanwcc ''' - Bootleg with different inputs.
''' tehkanwcc ''' - Bootleg with different inputs.


== [http://mamedev.org/source/src/mame/drivers/tetrisp2.c.html tetrisp2] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/tetrisp2.c tetrisp2] ==
''' nndmseal and clones ''' - Missing camera and printer emulation.
''' nndmseal and clones ''' - Missing camera and printer emulation.


''' stepstag, step3 ''' - Missing HD dumps.
''' stepstag, step3 ''' - Missing HD dumps.


== [http://mamedev.org/source/src/mame/drivers/thayers.c.html thayers] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/thayers.c thayers] ==
Laserdisc game. Works in theory, but is waiting for a good quality laserdisc dump.  Does have a small list of TODO items that could be looked at prior to a disc dump.
Laserdisc game. Works in theory, but is waiting for a good quality laserdisc dump.  Does have a small list of TODO items that could be looked at prior to a disc dump.


== [http://mamedev.org/source/src/mame/drivers/thepit.c.html thepit] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/thepit.c thepit] ==
''' zaryavos ''' - Incomplete dump.
''' zaryavos ''' - Incomplete dump.


== [http://mamedev.org/source/src/mame/drivers/thoop2.c.html thoop2] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/thoop2.c thoop2] ==
Unemulated protection device with internal rom and suicide capabilities (DS5002FP).
Unemulated protection device with internal rom and suicide capabilities (DS5002FP).


== [http://mamedev.org/source/src/mame/drivers/tigeroad.c.html tigeroad] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/tigeroad.c tigeroad] ==
''' f1dream ''' - Collisions are wrong due to unemulated protection.
''' f1dream ''' - Collisions are wrong due to unemulated protection.


== [http://mamedev.org/source/src/mame/drivers/timetrv.c.html timetrv] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/timetrv.c timetrv] ==
Needs laserdisc dump. Laserdisc player models used by this game are unemulated.
Needs laserdisc dump. Laserdisc player models used by this game are unemulated.


== [http://mamedev.org/source/src/mame/drivers/tmnt.c.html tmnt] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/tmnt.c tmnt] ==
''' ssridersb ''' - Bootleg on different hardware. Bad dump.
''' ssridersb ''' - Bootleg on different hardware. Bad dump.


''' ssriders2 ''' - Bootleg on different hardware.
''' ssriders2 ''' - Bootleg on different hardware.


== [http://mamedev.org/source/src/mame/drivers/tmspoker.c.html tmspoker] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/tmspoker.c tmspoker] ==
Preliminary driver.
Preliminary driver.


== [http://mamedev.org/source/src/mame/drivers/toratora.c.html toratora] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/toratora.c toratora] ==
Very strange, may be missing a rom, schematics available.
Very strange, may be missing a rom, schematics available.


== [http://mamedev.org/source/src/mame/drivers/tourvis.c.html tourvis] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/tourvis.c tourvis] ==
Lacks complete jamma interface emulation.
Lacks complete jamma interface emulation.


== [http://mamedev.org/source/src/mame/drivers/trackfld.c.html trackfld] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/trackfld.c trackfld] ==
''' trackfldnz ''' - Bootleg on different hardware.
''' trackfldnz ''' - Bootleg on different hardware.


== [http://mamedev.org/source/src/mame/drivers/trucocl.c.html trucocl] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/trucocl.c trucocl] ==
You can't coin-up after first game over.
You can't coin-up after first game over.


== [http://mamedev.org/source/src/mame/drivers/trvmadns.c.html trvmadns] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/trvmadns.c trvmadns] ==
Random hangs, probably due to incorrect question banking.
Random hangs, probably due to incorrect question banking.


== [http://mamedev.org/source/src/mame/drivers/ttchamp.c.html ttchamp] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/ttchamp.c ttchamp] ==
Skeleton-ish.  V30 based, Banking issues, PIC for protection? or sound?
Skeleton-ish.  V30 based, Banking issues, PIC for protection? or sound?


== [http://mamedev.org/source/src/mame/drivers/twinkle.c.html twinkle] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/twinkle.c twinkle] ==
Preliminary driver. TODO:  Sound (IDE DMA, finish communications), DVD, Harddrive, 16seg led font.
Preliminary driver. TODO:  Sound (IDE DMA, finish communications), DVD, Harddrive, 16seg led font.


== [http://mamedev.org/source/src/mame/drivers/vcombat.c.html vcombat] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/vcombat.c vcombat] ==
Partially working driver.  Most of the memory maps for all four CPUs are complete.
Partially working driver.  Most of the memory maps for all four CPUs are complete.


== [http://mamedev.org/source/src/mame/drivers/vectrex.c.html vectrex] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/vectrex.c vectrex] ==
''' raaspec ''' - Timings and mandatory artwork missing.
''' raaspec ''' - Timings and mandatory artwork missing.


== [http://mamedev.org/source/src/mame/drivers/vega.c.html vega] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/vega.c vega] ==
Controls aren't correctly hooked up and objects aren't properly positioned.
Controls aren't correctly hooked up and objects aren't properly positioned.


== [http://mamedev.org/source/src/mame/drivers/vegas.c.html vegas] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/vegas.c vegas] ==
''' warfa ''' - Something is wrong with the on-board ethernet chip emulation. If the chip is hacked out, the game boots, but that's not accurate. There were many rendering issues last time I checked.
''' warfa ''' - Something is wrong with the on-board ethernet chip emulation. If the chip is hacked out, the game boots, but that's not accurate. There were many rendering issues last time I checked.


Line 1,278: Line 1,278:
''' cartfury, sf2049, sf2049se, sf2049te ''' - Voodoo 3-based, one step beyond the Voodoo Banshee problems.
''' cartfury, sf2049, sf2049se, sf2049te ''' - Voodoo 3-based, one step beyond the Voodoo Banshee problems.


== [http://mamedev.org/source/src/mame/drivers/vicdual.c.html vicdual] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/vicdual.c vicdual] ==
''' headonsa, headon2s ''' - Won't coin up.
''' headonsa, headon2s ''' - Won't coin up.


== [http://mamedev.org/source/src/mame/drivers/videopkr.c.html videopkr] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/videopkr.c videopkr] ==
''' bpoker ''' -  
''' bpoker ''' -  


== [http://mamedev.org/source/src/mame/drivers/viper.c.html viper] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/viper.c viper] ==
Preliminary driver, PPC+voodoo.
Preliminary driver, PPC+voodoo.


== [http://mamedev.org/source/src/mame/drivers/voyager.c.html voyager] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/voyager.c voyager] ==
PC hardware. Preliminary driver.
PC hardware. Preliminary driver.


== [http://mamedev.org/source/src/mame/drivers/vpoker.c.html vpoker] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/vpoker.c vpoker] ==
Needs 6840PTM hook-up, I/Os and sound emulation.
Needs 6840PTM hook-up, I/Os and sound emulation.


== [http://mamedev.org/source/src/mame/drivers/vsnes.c.html vsnes] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/vsnes.c vsnes] ==
''' suprmriobl, suprmriobl2 ''' - Bootleg with extra Z80.
''' suprmriobl, suprmriobl2 ''' - Bootleg with extra Z80.


== [http://mamedev.org/source/src/mame/drivers/wgp.c.html wgp] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/wgp.c wgp] ==
Recently demoted to not working status.
Recently demoted to not working status.


== [http://mamedev.org/source/src/mame/drivers/wheelfir.c.html wheelfir] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/wheelfir.c wheelfir] ==
Extensive TODO list on top of driver.
Extensive TODO list on top of driver.


== [http://mamedev.org/source/src/mame/drivers/whitestar.c.html whitestar] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/whitestar.c whitestar] ==
Skeleton driver. Pinball games.
Skeleton driver. Pinball games.


== [http://mamedev.org/source/src/mame/drivers/wildpkr.c.html wildpkr] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/wildpkr.c wildpkr] ==
Preliminary driver. Needs memory map improvements, ACRTC support, GFX decode and sound support.
Preliminary driver. Needs memory map improvements, ACRTC support, GFX decode and sound support.


== [http://mamedev.org/source/src/mame/drivers/williams.c.html williams] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/williams.c williams] ==
''' defndjeu, tornado2 ''' - Bad dumps.
''' defndjeu, tornado2 ''' - Bad dumps.


== [http://mamedev.org/source/src/mame/drivers/zn.c.html zn] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/zn.c zn] ==
''' bam2 ''' - Lacks music (which streams from a hard disk under the control of an H8/3644 MCU).
''' bam2 ''' - Lacks music (which streams from a hard disk under the control of an H8/3644 MCU).



Revision as of 07:14, 13 November 2014

This page is designed to allow for a quick look over all the drivers with a GAME_NOT_WORKING flag by giving, as much as possible, an idea on the amount of effort needed to fix them.

1942

1942p - Prototype (?) on very different hardware.

20pacgal

25pacman - Newer set on slightly different hardware.

24cdjuke

Skeleton driver for a CD Juke Box.

2mindril

Missing working simulation of the sensors.

39in1

All games but 39in1 - Games other than 39in1 on this hardware have substantially harder protection and are double-encrypted in a way that would be very difficult to emulate.

3do

Driver moved from MESS to MAME, since there were arcade games based on the 3DO. Emulation is stil preliminary.

4enlinea

Needs proper UM487F device emulation. CPU logic seems quite off.

4roses

Skeleton driver. The games' program rom is encrypted and they have an undumped MCU which needs decapping or simulation.

8080bw

invasionrz and clone - Bootlegs on slightly different hardware.

sisv1 - Some ROMs aren't dumped.

acefruit

acefruit - Inputs aren't fully understood. The real title of the game is unknown.

starspnr - Most likely needs a redump of the program ROMs.

acommand

acommand - Inputs aren't fully understood.

adp

Skeleton driver. Todo: "Almost everything."

aleck64

11beat, doncdoon, hipai, kurufev, mayjin3, mtetrisc, srmvs, twrshaft - Incomplete N64 hardware emulation.

alg

Laserdisc games. They all work in theory, but are waiting for a good quality laserdisc dump.

alien

Skeleton driver (SH4 based system).

alpha68k

goldmedb - It uses a 68705 in place of the Alpha controller.

amaticmg

Emulation of the type 2 and 3 boards is preliminary, thus only suprstar (board type 1) works.

amusco

Needs i8259 and irqs emulation, understanding of how videoram works (tied to port $70?) and inputs aren't worked out yet.

arachnid

Mechanical game. Needs artwork with lamps support.

arcadia

ar_dart2 - Bad dump.

aristmk4

86lions - Runs on earlier, slightly different hardware.

clkwise - Needs redump of the program ROMs.

aristmk5

Hardware differences from the base Acorn Archimedes are not fully understood yet.

aristmk6

Skeleton driver. System is SH4 based.

armedf

kozure - Time over doesn't kill the player. BTANB?

bigfghtr, skyrobo - MCU needs decapping / simulation.

artmagic

shtstar - Runs on different hardware.

astrocde

tenpindx - This game used a physical hockey puck which the player slid down the bowling alley. Sensors on the other end picked up the location and velocity of the puck and simulated the pin behavior. Requires simulation of this input interface in order to be considered working.

astrocorp

westvent, winbingo, winbingoa, zoo - These games need decryption.

atarigx2

All of these games suffer from some advanced protection that affects them in different ways. Through some magic accesses in memory, data can be decrypted using some special key sequences that are not entirely understood. It might be possible to find all possible data sources, run them through the decryption process on the real PCB, and then encode that information in the driver, but it is tedious work at best. Below is the status of each game:

motofren - Has some obvious gameplay glitches. Not much work has been done to understand the protection on this one.

spclords - Has had some of its data decrypted, which is why the palette during attract mode looks ok. But in game there are many problems lurking.

rrreveng -

atlantis

Preliminary driver. VR4310 CPU.

atvtrack

Skeleton driver.

avt

Needs CTC and daisy-chain.

badlands

badlandsb, badlandsb2 - These bootlegs runs on heavily modified hardware.

bartop52

Coins and timer were handled by Bartop system bios. Since bios dump is not available, regular Atari 5200 bios is used and game is marked as not working. Game cart is also marked as bad dump as it is done in "console style", i.e. one file for all game data.

bfcobra

beeline - Missing floppy disk image.

inquiztr - Missing floppy disk image.

bfmsys85

Fruit machine hardware.

bfm_sc1

Fruit machine hardware.

bfm_sc2

m_bcgslm, m_brkfst and clones, m_bfocus, m_cpeno1, m_luvjob - Mechanical games imported from AgeMame. The fruit machine games don't work either.

quintond - Missing emulation of RS232 data link device (see BACTA Datapak specs for more info).

bfm_sc4

Fruit machine hardware. Most games pass the startup tests.

bingoc

Missing terminal roms. Sound banking could be wrong.

bingor

Protection problems?

blackt96

The timer doesn't work (PIC?, RAM Mirror?).

blitz

There is an undumped 68705 MCU.

blitz68k

cjffruit - The game freezes while trying to print the redemption tickets.

The other games - Undumpable MCUs.

bntyhunt

Preliminary driver. PC hardware. Bios is undumped.

btime

tisland - Needs to be decrypted.

bublbobl

boblbobl2 - Bootleg on different hardware.

tokio, tokioo, tokiou - Protection MCUs need decapping / simulation.

buster

Skeleton driver.

cabaret

Not fully playable beacuse of some pitfalls.

calchase

Game is almost working.

calomega

Some bad/incomplete dumps and some hardware features are not correctly emulated.

cb2001

Encrypted CPU.

cchance

Imperfect hopper emulation.

cclimber

bagmanf - Botleg on different hardware.

cd32

odeontw2 - Inputs don't seem to work.

cdi

General CDI emulation suffers from incomplete simulation of the SLAVE and CDIC MCUs. Decapping would help. ' quizard, quizrr40, quizrr41, quizrr42 - The protection hasn't been completely beaten yet.

centiped

magworma - Service mode works, game does not.

multiped - Program bankswitch and alternate memory map layout for centiped.

cesclass

Needs custom layout for dual LCDs, artwork and lamps position needed to make progresses, U43 and U44 bad in Trap Shoot Classic, games are incredibly sluggish, irq sources are unknown, Trap Shoot Classic runs on a single LCD, needs mod.

cham24

Missing coins and timer due to unemulated Amtel MCU.

champbas

champbb2a - Incomplete dump.

champbb2j - Slightly different hardware?

chihiro

X-BOX hardware emulation is very preliminary.

cliffhgr

goaltogo - Laserdisc game. Works in theory, but is waiting for a good quality laserdisc dump.

cmmb

Skeleton driver.

cninja

cninjabl2 - Bootleg on different hardware.

cntsteer

cntsteer - Needs better understanding of the communications and correct ROZ layer implementation.

gekitsui, zerotrgt and clone - Need better ROZ layer implementation.

cobra

Complicated Konami 3D hardware.

coinmstr

Incomplete protection simulation.

jpcoin - Different IO.

trailblz - Question roms aren't dumped.

coinmvga

Interrupt generation is unknown and touch screen needs to be hooked up.

comebaby

Skeleton driver. Game runs on a Pentium (I/II/III?) class machine running Windows 98!

cops

Preliminary driver. Laserdisc game.

cps1

3wondersb, dinohunt - Bootlegs that run on different hardware, which needs to be correctly implemented.

sf2amf, sf2rk, sf2stt - Missing program ROMs dump.

crystal

donghaer - Protection PIC hasn't been dumped yet.

officeye - Protection PICs have been dumped but there isn't a pic16c727 core yet. Simulation is quite good, but there is still some instability.

cshooter

GFX roms in black 'blobs'.

csplayh5

Needs rewrite of the v9938/v9958 video chip; fixes for h8 CPU core bugs (it trips various unhandled opcodes); implementation of DVD routing and YUV decoding; game timings seem busted, could be due of missing DVD hook-up.

csplayh1 - Inputs doesn't work at all, slower than the others too.

cswat

The game utilizes a projector. Can it be simulated with external artwork? Interrupts need to be improved.

cv1k

mmmbanc - Needs touch screen emulation.

ddenlovr

momotaro - Protection + some roms are badly dumped.

quizchq, quizchql - They lock up.

ddragon

ddragon6809, ddragon6809a - Bootlegs on different hardware.

dec0

automat, secretab - Bootlegs on different hardware.

deco32

gunhard, lockload, lockloadu -

decocass

ctisland3 - Different bitswap?

cexplore - Mssing rom dump from overlay PCB.

deco_ld

The driver needs better video e I/O emulation, laserdisc hook-ups.

deshoros

Needs graphics emulation through artwork system and printer emulation.

dlair

Laserdisc games. Work in theory, but are waiting for a good quality laserdisc dump.

dmndrby

Electrocoin on snk hardware. Needs better video emulation. Enters service mode while attract mode is running.

drw80pkr

Driver shows something, but emulation is still incomplete. I8039 based CPU with CRTC6845 video and AY8910 sound.

dwarfd

qc, quarterh and clones - Missing laserdisc dumps.

dynax

majrjhdx, tenkai2b, tenkaid - Missing dump of the internal rom of the TMP91640.

ecoinf2

Skeleton driver for fruit machine games.

ecoinf3

Skeleton driver for fruit machine games.

ecoinfr

Skeleton driver for fruit machine games.

epos

catapult, revenger - Bad dumps.

esd16

mchampdxb - Graphics ROMs aren't dumped.

esh

Laserdisc game. Works in theory, but is waiting for a good quality laserdisc dump. Does have a small list of TODO items that could be looked at prior to a disc dump.

f1gp

f1gpb - Bootleg on different hardware.

fcrash

dinopic2, knightsb - Bootleg on different hardware.

firebeat

Driver is incomplete. Missing MIDI card emulation, video emulation problems..

fitfight

hotmindff - Scrolling offsets + inputs need to be fixed.

fortecar

fortecar - Requires a proper EEPROM dump, doesn't start due of it.

freekick

countrun - Main program inside of custom CPU block.

countrb2 - Possible bad dump, or encrypted.

gigas - One of the program roms is a bad dump.

fresh

Preliminary driver. M68000 based.

funkball

Preliminary driver. PC based hardware (Cyrix GX + 3DFX).

funworld

royalcrdf - Encrypted. Seems to use an epoxy block with CPU + extras (ICs, TTL, etc) to manage the encryption.

jokercrd - Totaly encrypted. This game use a Funworld custom CPU.

jolycdab - Program is testing/writing RAM in offset $8800-$BFFF (ROM).

multiwin - Encrypted with unidentified CPU.

powrcard - Needs proper decryption.

saloon - This game is totally encrypted. No PIAs to drive I/O.

gaelco2

aligator, touchgo and clones, wrally2 - Unemulated protection device with internal rom and suicide capabilities (DS5002FP). There's an unprotected versions of Alligator Hunt and it might be possible to simulate the protection in the protected version, but it isn't easy, looks like MCU may provide ROM patches.

snowboar, snowboara - Unemulated protection device (Lattice IspLSI 1016-80LJ)

grtesoro, grtesoro4 - Unemulated protection device with internal rom and suicide capabilities (DS5002FP). grtesoro also has badly dumped program roms.

gaiden

mastninj - Sprites, sound and y-scroll need fixing.

gal3

In need of laserdisc dump. Skeleton driver.

galaxold

ckongcv, ckongis, guttanggt - Bootleg on different hardware.

trvchlng - Questions roms aren't dumped.

galdrvr

dingoe - Probable bad dump and encryption.

monsterz - Unemulated protection.

skelagon, supergx - Bad dumps.

tenspot - Menu isn't working yet.

theendb - Bootleg on slightly different hardware.

warofbugg - Bootleg on slightly different hardware.

galivan

youmab, youmab2 - Weird bootlegs, who knows.

galpani2

Kaneko protection MCU with internal rom, managing CPU comms. Decap should possible, should be the same for all games / sets.

gambl186

186 based gambling hardware. ROMs might be bad or could be mapped wrong. Missing At89c52 dump.

gamecstl

'Modern' PC Hardware running a MAME bootleg.

gamtor

Skeleton driver for fruit machine games.

ggconnie

Preliminary driver. Hardware is PC-Engine based.

gladiatr

ppking - Missing MCU dump or simulation.

glass

Unemulated protection device with internal rom and suicide capabilities (DS5002FP).

goldngam

Preliminary driver.

goldnpkr

bchancep - Runs on older, slightly different hardware.

falcnwldc - Has a second encrypted CPU.

pokerdub - Missing one program ROM.

pokerduc - Encrypted.

pokersis - Banking isn't correct.

wldwitchb, wldwitche, wtchjackc -

witchcdk - A rom is corrupt.

goldstar

bonusch, cmtetrsb, jkrmast, luckylad - Encrypted.

cb3c - Bad dump.

cb3d, cmast97 - PROM decode needs fixing.

chryangl -

cmast92, fb2010 - Graphics ROMs aren't dumped yet.

cmasterbv, cmv4a - Missing switch between normal and "stealth" game.

cmtetrsa - Banking not understood.

crazybon, wcherry - Only preliminary work has been done.

magoddsc, magoddsd - Custom encrypted CPU block.

megaline -

pkrmast, prkmasta - Incomplete dumps and probably encrypted.

nfm - Some roms don't seem to belong to the dumped set.

super9 - GFXs aren't decoded yet.

unkch1, unkch2, unkch3, unkch4 -

wcat3 -

gpworld

Laserdisc hardware. Works in theory, but is waiting for a good quality laserdisc dump. Does have a small list of TODO items that could be looked at prior to a disc dump.

gstriker

gstriker and clones - Several GFX features aren't emulated yet, making the game almost unplayable.

twcup94, twcup94a, vgoalsoc, vgoalsoca Tecmo MCU providing jump addresses etc. Has direct access to entire CPU bus, prevents code modification (MCU writes 'ROM ERROR' if you change ROM). ROZ pitch difficult to understand.

gticlub

thunderh and clone -

guab

crisscrs - Missing disk image dump.

gumbo

mspuzzlen - Bad dump.

gunpey

GFX compression format not figured out yet. Game otherwise playable.

harddriv

racedrivpan, steeltalp, hdrivairp - Prototypes, possibly running on slightly different hardware.

hideseek

Missing the internal ROM dump of the HD64F7045F28 main CPU.

highvdeo

grancapi, magicbom - Only preliminary work has been done.

hikaru

Skeleton driver.

hitpoker

Protection: needs dumping or simulating PIC.

hng64

The I/O CPU is a protected MCU. There is some thought that the games uses this as a protection device. See driver notes for in depth todo/status report.

homedata

mirderby - Preliminary driver.

hornet

Driver is still in preliminary status. Most games show something and/or are somewhat playable.

sscope, sscopea, sscope2 -

terabrst, terabrsta - Missing gun emulation.

hotstuff

Preliminary driver.

hshavoc

Genesis hardware, but uses a PIC to control state based encryption. All the code that matches the Megadrive version has been decrypted, but the extra code (startup code, coins etc.) appears to have some annoying extra encryption.

icecold

Skeleton driver. Pinball games.

ichiban

Code is encrypted.

igs009

gp98 - Bad dump.

igs017

iqblocka, iqblockf, mgcs, lhzb2, slqz2 - Incomplete protection simulation.

tarzan, tarzana, starzan - Incomplete dumps.

igspoker

stellecu - Bad dump.

intrscti

Undumped program ROM in an epoxy block.

ironhors

farwest - Bootleg running on different hardware.

istellar

Laserdisc game. Has a small list of TODO items that could be looked at prior to a disc dump.

iteagle

Preliminary driver. NEC VR4310 CPU + 3DFX Voodoo Banshee. Needs proper PCI subsystem, among other things.

jackpool

Needs better understanding of the master/slave communications, better EEPROM and NVRAM hook-up.

jangou

luckygrl - Encrypted program roms.

jclub2

Needs emulating the coin double sensor, removing the patch to pass the eeprom test, extending palette to 0x20000 entries (palette_start prevents more than 0x10000), fixing the disalignment between sprites and tilemap (gap in the fence) during play, without breaking the other screens, which are fine; implementing a few missing inputs / outputs and correct clocks.

jokrwild

Missing random number generator, inputs and sound.

jpmimpct

The mechanical games aren't emulated yet.

jpmsys5

The mechanical games aren't emulated yet.

cashcade - Incomplete dump? Shows a loading error.

kingdrby

cowrace - Incomplete dump.

kinst

kinst2k3, kinst2k4 - Upgrade kits.

koftball

Incomplete protection simulation.

konamigv

btchamp, kdeadeye, tokimosh, tmosh and clones - All games on this system suffer from a corner case involving audio track playback in the SCSI CD-ROM emulation.

konamigx

ggreats2, opengolf, opengolf2, racinfrc, racinfrcu - These games use a special ROZ layer generated by the "PSAC4" custom IC which appears to include a height map.

konamim2

Preliminary driver, needs overall better emulation of the M2 system.

konendev

Skeleton driver for fruit machine games.

kopunch

ksys573

Game suffer from incomplete PSX-based hardware emulation and some are missing emulation of the external digital sound and I/O board.

laserbas

Jaleco-like protection device.

laserbat

catnmousa - Bad dump.

legionna

Complex Seibu 'COP' protection device. Work has been done and some games are nearing playable state.

leland

aafbb - One of the program roms is a bad dump.

lethalj

franticf - Directional inputs don't work yet.

lgp

Laserdisc game. Has a small list of TODO items that could be looked at prior to a disc dump.

ltcasino

ltcasinn - Missing inputs.

luckgrln

7smash - Encrypted rom?

lucky74

excitbj - The program ROM for the terminal isn't dumped.

lucky74b - The program ROM seems incomplete or encrypted in some smart way.

m10

andromed, greenber, ipminvad1 - Incomplete dumps.

m52

alpha1v -

m72

lohtb - The bootleg hardware is different to the original hardware.

m92

nbbatman2bl - Bootleg with different sprite system, MCU as soundcpu, OKI samples for music/sound.

m107

kftgoal, wpksoc - Missing EEPROM hook-up.

macs

macsbios -

mac2bios -

kisekaem -

kisekaeh -

cultname -

magic10

hotslot, magic102, mcolors, suprpool - Missing dump of the internal rom of the HD6473308cp10.

magicard

Lots to do: proper handling of the 68070 (68k with 32 address lines instead of 24) & handle the extra features properly (UART,DMA,Timers etc.), proper emulation of the 66470 Video Chip (still many unhandled features), inputs, unknown sound chip (it's an ADPCM with eight channels), ,any unknown memory maps, proper memory map and machine driver for magicardj & magicle (different sound chip, extra undumped rom and PIC controller).

magictg

Preliminary driver, almost works.

magtouch

Preliminary driver.

malzak

malzak, malzak2 - Sprite collision detection doesn't fully work.

manohman

Preliminary driver.

maygay1b

Mechanical game imported from AGEMAME.

maygayv1

Skeleton driver for fruit machine games.

mazerbla

Uses a custom video controller which isn't fully understood. Mazer Blazer appears to use an MM54104 'Digitalker' speech IC, however, the two speech ROMs are undumped.

mcr

nflfoot - CED-based disk game. Has gory Z80-based serial I/O interface that is not understood. The CED player interface is undocumented. A poor quality rip exists of the video (probably the best we will get). There is a second CED disk with different teams playing which we do not have access to.

mcr3

spyhuntp - Prototype on very different hardware.

mediagx

Mainly just need the inputs hooked up, which are mapped to the parallel port via a JAMMA interface

megasys1

monkelf - Bootleg on different hardware.

megatech

Incorrect behavior at time out and there are some sms based games which aren't yet fully supported.

merit

dodgectya, dodgectyb, dodgectyc - Incomplete dump. One GFX rom is in an epoxy block.

meritm

megat5a - Bad dump.

metalmx

Skeleton driver. Extremely complex prototype hardware.

metro

puzzlet - An unknown unemulated chip (probably a PIC) provides protection.

midzeus

crusnexo, thegrid and clones - These Zeus II-based games use a proprietary 3D graphics chip that has no available documentation.

miniboy7

Bad dumps, pretty much no information available other than the dump, missing color prom.

missile

mcombat, mcombata, mcombats - Bootlegs on different hardware.

missilem - This kit combines Missile Command and Super Missile Attack on ddaughterboard plugged into the main pcb cpu slot.

mitchell

pkladiesbl - Needs CPU "decryption" / ordering.

model1

netmerc, swa, wingwar and clones - Guesswork incomplete on the math copro dsp functions and program impossible to dump.

model2

Implementation of the 3D systems is either guesswork (Model 2, 2A) or incomplete (Model 2B, 2C).

model3

Driver is still preliminary. Most games boot and show something.

monzagp

Preliminary driver. Possibly missing a rom.

moo

moomesabl - Bootleg on different hardware.

mpu12wbk

Almost skeleton driver.

mpu3

Most games fail to boot, giving the CPU a 'WAIT' instruction then sitting there; some complain about Characterizer (protection) and then do the same; a few boot to show light displays with no LED text; some display misaligned LED text; many run VERY slowly, even when the CPU is inactive (inefficient MAME timer system overhead?).

mpu4

Fruit machine hardware. Not working yet. Needs artwork.

mpu4avan

Fruit machine hardware. Not working yet. Needs artwork.

mpu4bwb

Fruit machine hardware. Not working yet. Needs artwork.

mpu4concept

Fruit machine hardware. Not working yet. Needs artwork.

mpu4crystal

Fruit machine hardware. Not working yet. Needs artwork.

mpu4empire

Fruit machine hardware. Not working yet. Needs artwork.

mpu4mdm

Fruit machine hardware. Not working yet. Needs artwork.

mpu4misc

Fruit machine hardware. Not working yet. Needs artwork.

mpu4mod2sw

Fruit machine hardware. Not working yet. Needs artwork.

mpu4mod4yam

Fruit machine hardware. Not working yet. Needs artwork.

mpu4plasma

Fruit machine hardware. Not working yet. Needs artwork.

mpu4sw

Fruit machine hardware. Not working yet. Needs artwork.

mpu4union

Fruit machine hardware. Not working yet. Needs artwork.

mpu4vid

Needs correct implementation of characteriser protection for each game. BwB games need more work: They have a slightly different 68k memory map. The 6850 is at e00000 and the 6840 is at e01000; they appear to hang on the handshake with the MPU4 board. Needs finding out what causes the games to hang/reset in service mode: probably down to AVDC interrupt timing, there seem to be a number of race conditions re: masks that need sorting out with proper blank handling, etc. Currently using a scanline timer to drive an approximation of the SCN2674 scanline logic, but this is perhaps better served as a proper device. Deal 'Em lockouts vary on certain cabinets (normally connected to AUX2, but not there?). Deal 'Em has bad tiles (apostrophe, logo, bottom corner), black should actually be transparent to give black on green.

mquake

A complete mystery. The existing dumps are 100% confirmed. Test mode works. All remaining code is heavily encrypted. Even the original author of the game doesn't recall any encryption, but it is definitely there. It is not done in software; all unencrypted code has been accounted for.

ms32

f1superb - The road is always rendered as straight. The game has a road layer and extra roms for it. There is an unknown maths DSP for protection.

multfish

igromult, igromula - GFX ROMs aren't dumped.

mw18w

Mechanical game. Needs artwork and lamps and sensors hook up.

namcos10

Incomplete dumps. Hardware has very strange protection.

namcos12

libgrandeja, mdhorse, sws2000, sws2001 - DMA problems.

kaiunqz -

tektagtjb, tektagtja - Incomplete dump.

truckk - I/O board is not understood. Detailed notes on top of driver.

namcos2

finalap3bl - Bootleg on different hardware.

namcos21

aircombj, aircombu - No polygons displayed.

driveyes - Uses 3 screens with dedicated board for each.

namcos22

airco22b - boots but missing sprite clear DMA?

alpinesa - There are major GFX problems.

ridgeracf - Incomplete dump. Very different version.

tokyowar - Near invincible tanks.

namcos23

Many aspects of the hardware are not completely understood.

naomi

Most games show something and some are playable, but emulation is still incomplete.

nbmj8688

nightlov - Input problems.

nbmj8891

hnageman, hnxmasev - Missing VHS dump.

nbmj8991

av2mj1bb, av2mj2rg - Missing VHS dump.

nbmj9195

shabdama - Misses laserdisc dump.

neodrvr

kog - Bootleg with different protection.

sbp - Possibly protected.

neoprint

Needs implementation of the remaining video features and sound interface. Inputs are bare bones and need extra work. Needs simulation of the printer/camera devices, lamps. Upd4990a returns 4 years less than expected.

neptunp2

Skeleton driver. Missing GFX ROMs dump.

nightgal

ngalsumr, sexygal, sweetgal - Missing protection simulation.

nmk16

atombjt - Bootleg with different GFX and sound hardware.

firehawkb - Incomplete dump.

norautp

dphl, dphla, dphljp, drhl, drhla, gtipoker, kimbldhl, newhilop, smshilo, ssjkrpkr - Missing interrupts for I8080 CPU.

bjpoker, kimblz80, noraut3a, noraut3b, norautu, norautua, norautub, pma -

fastdrwp, dphlunka, dphlunkb - Hardware unknown.

tpoker2 - Missing 68705 MCU dump / simulation.

nsm

Skeleton driver. Pinball games.

nsmpoker

Preliminary driver.

nss

Menu system is only partially understood.

nwk-tr

Complex Konami 3D hardware. Only thrilld and thrilldb are considered in playable state.

nycaptor

cyclshtg - Missing (protection?) MCU dump.

oneshot

maddonnb - No program roms on this set. GFX have misplaced tiles when used with other program roms, so this is a different license / revision.

overdriv

Driver has heavy graphic problems. Missing road (two unemulated K053250).

pacman

eyeszac - Bad dump.

pangofun

pangofun - PC based hardware, possibly bad / incomplete dump.

paranoia

Jamma interface is not emulated.

pcat_dyn

Returns CMOS checksum error, can't enter into BIOS setup screens to set that up. Keyboard device problem.

pcat_nit

streetg and clones - PC hardware emulation is still incomplete.

pcxt

tetriskr - Corrupt game graphics after some time of gameplay, caused by a wrong reading of the i/o $3c8 bit 1.

peplus

peps0047, peps0092 - Need MxO-CG1004.Uxx graphics roms redumped.

pgm

dmnfrntpcb, kovlsjb, kovlsjba, kovlsqh, kovlsqh2, kovshp, kovshxas, kovytzy, oldsplus, pgm3in1, puzlstar, py2k2 - Need internal rom of IGS027A.

phoenix

fenix - Bootleg, to be checked closer. Dump is incomplete.

photoply

FDC error, needs a DASM investigation / work-around.

pinball2k

Preliminary driver. Pinball - video hybrid based on Cyrix MediaGX hardware.

pinkiri8

Current blocker is the video emulation i/o ports, it looks somewhat exotic.

plygonet

Dsp56k CPU emulation needs to be completed. Network interface needs to be worked out.

pntnpuzl

Skeleton-ish.

poker72

Preliminary driver for an unknown poker game.

progolf

progolfa -

psychic5

bombsa - Bad dump.

quizpun2

It uses an unknown DIP40 device for protection, that supplies the address to jump to (same as mosaic.c) and handles the EEPROM.

quizshow

Missing tape dump and GFX roms need redump.

r2dx_v33

nzerotea, r2dx_v33, zerotm2k - Complex Seibu COP3 protection + banking (probably linked to the protection).

raiden2

raiden2, raidndx, zeroteam, xsedae and clones - Complex Seibu COP2 protection + banking (probably linked to the protection).

rastersp

fbcrazy - Missing hard disk dump at least.

rbmk

Possibly missing MCU dump.

redalert

demoneye - Missing 3rd graphic layer making level 2 impossible. Unclear what the layer should show.

rgum

Skeleton driver. There is a Big Black Box in the middle of the PCB (for encryption, or containing roms?).

royalmah

cafebrk, cafedoll, jansou, mjvegas, - Missing internal program rom.

janoh - Incomplete dump.

janoha -

mjsenka, mjsiyoub, mjyarou -

mjtensin - Random crashes, related to interrupts.

rpunch

svolleybl - Bootleg on different hardware (video registers are changed).

rungun

rungunu, rungunua - They run at double speed and have broken inputs.

s3

wldcp_l1 -

s8

stillcra - Doesn't register coin-in.

sanremo

GFX banking is wrong, intensity layer isn't hooked up, some output ports aren't understood.

sbugger

sbugger - Bad dump, different revision to working set.

scobra

rescueb - Bootleg on different hardware.

scramble

conquer - Bad dump.

sderby

croupier and clone - Protection MCU handles win rates etc. Correct win behavior is critical to this gambling game functioning as expected, so simulation probably doesn't make sense.

seattle

sfrushrk - Won't go in-game. Hangs after selecting your car.

segac2

pclubj, pclubjv2, pclubjv4, pclubjv5 - Need camera and printer handling.

segag80r

astrob1 - Dies when you first start.

segahang

endurob2 - Bad dump.

segald

Laserdisc hardware. Has a small list of TODO items that could be looked at prior to a disc dump.

segajw

Skeleton driver. M68k based.

segaorun

shangon1 - Bad dump.

segas18

pontoon - Only the terminal is dumped.

segas24

sspirtfc - Missing floppy image.

segas32

kokoroj2 - Unemulated CD board.

segaxbd

rascot - Only the terminal is dumped.

seta

inttoote - Unemulated protection.

inttootea - Incomplete dump?

setaroul - Prelimary emulation.

zingzipbl - Bootleg on different hardware.

seta2

namcostr - Bad dump. The game has mechanical parts.

sfbonus

amclink - "Game" function unknown.

version4 and clones - Incomplete dumps.

sfcbox

Preliminary driver. SNES based.

sigmab52

Very preliminary: needs GFX decode, improved memory map, color decode, sound support and inputs.

skeetsht

Preliminary driver.

skylncr

mbutrfly - Encrypted.

slapfght

slapfigha - Undumped 68705 protection MCU.

slotcarn

Missing proper colors and reel support.

sms

trvhanga - Missing questions roms.

snesb

endless - Game isn't correctly decrypted yet.

speedbal

musicbal - Game is encrypted.

splash

funystrp, puckpepl - Protection, controls eating of dots + other things.

rebus - Another protected Microhard game.

splus

Driver imported from Agemame. Needs modernisation.

spoker

3super8 - Roms are badly dumped.

ssfindo

tetfight -

ssingles

atamanot - Needs a trojan, in order to understand how the protection really works.

st0016

dcrown, dcrowna - Slightly different hardware.

mayjinsn -

statriv2

cstripxi - Laserdisc game in need of laserdisc dump.

quaquiz2 -

tripdraw -

stfight

cshooter - GFX ROMs are contained in black "blobs" and thus undumped.

stv

decathlt, decathlto, elandore, ffreveng - Protection. astrass suffers from it too, but it's kludged to work.

finlarch, smleague - Randomly hang / crash. They work with a ridiculous MDRV_INTERLEAVE number, might need strict SH-2 synching.

magzun, techbowl, micrombc - I/O errors.

nclubv3, pclub2 and clones, pclub3, pclubpok, stress - Unemulated printer.

sfish2, sfish2j - CD handling broken. Needs MPEG decoder.

vfremix - Texture upload issues in some cases, see source.

su2000

Preliminary driver.

subsino

mtrainnv Subsino sold a "Settings/Clear ROM" for some released titles. These devices are *extremely* expensive (and ultra rare, only sold to big casino corporations), and should be placed in the empty socket to fix a dead board due to NVRAM corruption. A version of Magic Train running on subsino.c (unlike mtrain, which is needed to match this program ROM.

summit

Needs inputs, prom decode, sound, artwork (lamps), probably some irq masking and the like.

suna8

brickzn11 - Earlier version with different protection.

supercrd

Preliminary driver. Encrypted custom Fun World CPU based on Z80 family, plus 2x 8255 PPI, and YM3812 / Y3014 for sound.

superdq

Laserdisc games. Works in theory, but is waiting for a good quality laserdisc dump.

suprgolf

albatross - Missing GFX roms dumps.

system1

shtngmst - Missing MCU dump.

wboyub - Bootleg on different hardware.

system16

bayrouteb1 - Broken sprites (missing IRQ?).

altbeastbl, bayrouteb2, beautyb, dduxb1, eswatb1, fpointb1, fpointbj, goldnaxeb1, goldenaxeb2, iqpipe, passshtb, passht4b, shinob1d, tturfb1, wb3bb1 - Bootlegs on different hardware.

taito_f2

footchmpbl - Bootleg on different hardware. It has very different hardware registers.

taito_f3

bubsymphb - Bootleg on different hardware. Backgrounds don't show up.

taito_o

Driver still in preliminary stages. TODO: inputs (coins), NVRAM, sprite priorities, dips, interrupts (sources).

taitoair

Possible 320c25 bugs. Possible m68k-c25 communication issues. Not easy, the c25 code is hard to read, probably interesting.

taitogn

gobyrc, rcdego - Custom inputs need calibrating.

sianniv - IRQ at the wrong time.

taitojc

dangcurv - DSP bug causes missing 3D.

taitopjc

Preliminary driver

taitotx

Preliminary driver. PC based.

taitotz

Preliminary driver.

taitowlf

Preliminary driver.

tank8

tank8a, tank8b, tank8c, tank8d - Bad / incomplete dumps.

tasman

Konami GX based PCB for gambling games.

tatsumi

cyclwarr - Newer set, hangs during boot.

tattack

Preliminary, maybe protection.

tcl

Skeleton, decryption incomplete.

tehkanwc

tehkanwcc - Bootleg with different inputs.

tetrisp2

nndmseal and clones - Missing camera and printer emulation.

stepstag, step3 - Missing HD dumps.

thayers

Laserdisc game. Works in theory, but is waiting for a good quality laserdisc dump. Does have a small list of TODO items that could be looked at prior to a disc dump.

thepit

zaryavos - Incomplete dump.

thoop2

Unemulated protection device with internal rom and suicide capabilities (DS5002FP).

tigeroad

f1dream - Collisions are wrong due to unemulated protection.

timetrv

Needs laserdisc dump. Laserdisc player models used by this game are unemulated.

tmnt

ssridersb - Bootleg on different hardware. Bad dump.

ssriders2 - Bootleg on different hardware.

tmspoker

Preliminary driver.

toratora

Very strange, may be missing a rom, schematics available.

tourvis

Lacks complete jamma interface emulation.

trackfld

trackfldnz - Bootleg on different hardware.

trucocl

You can't coin-up after first game over.

trvmadns

Random hangs, probably due to incorrect question banking.

ttchamp

Skeleton-ish. V30 based, Banking issues, PIC for protection? or sound?

twinkle

Preliminary driver. TODO: Sound (IDE DMA, finish communications), DVD, Harddrive, 16seg led font.

vcombat

Partially working driver. Most of the memory maps for all four CPUs are complete.

vectrex

raaspec - Timings and mandatory artwork missing.

vega

Controls aren't correctly hooked up and objects aren't properly positioned.

vegas

warfa - Something is wrong with the on-board ethernet chip emulation. If the chip is hacked out, the game boots, but that's not accurate. There were many rendering issues last time I checked.

roadburn - Sound board is different; with some manual fiddling, you can get it in-game, but it doesn't work particularly well.

nbashowt, nbanfl - These Vegas games used a Voodoo Banshee video card. The current 3dfx voodoo emulation has some basic support for the Banshee, but it is pretty minimal. The tricky bit is that the Banshee (and later, the Voodoo 3) have integrated 2D and 3D capabilities, so we need to emulate at least part of a VGA controller in addition to the 3D. These boards also had some new features that require some addition internal reworking of the Voodoo driver.

cartfury, sf2049, sf2049se, sf2049te - Voodoo 3-based, one step beyond the Voodoo Banshee problems.

vicdual

headonsa, headon2s - Won't coin up.

videopkr

bpoker -

viper

Preliminary driver, PPC+voodoo.

voyager

PC hardware. Preliminary driver.

vpoker

Needs 6840PTM hook-up, I/Os and sound emulation.

vsnes

suprmriobl, suprmriobl2 - Bootleg with extra Z80.

wgp

Recently demoted to not working status.

wheelfir

Extensive TODO list on top of driver.

whitestar

Skeleton driver. Pinball games.

wildpkr

Preliminary driver. Needs memory map improvements, ACRTC support, GFX decode and sound support.

williams

defndjeu, tornado2 - Bad dumps.

zn

bam2 - Lacks music (which streams from a hard disk under the control of an H8/3644 MCU).

beastrzb - Incomplete dump.

glpracr2, glpracr2j, glpracr2l - Lock up when starting a game/entering test mode.

nbajamex - Black screen. Wrong banking?

primrag2 - Locks up when starting a game.