MNW: Difference between revisions

From MAMEDEV Wiki
(.c to .cpp)
(MNW: .c to .cpp, for real)
Line 2: Line 2:
This page is designed to allow for a quick look over all the drivers with a MACHINE_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 MACHINE_NOT_WORKING flag by giving, as much as possible, an idea on the amount of effort needed to fix them.


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


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


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/2mindril.cpp 2mindril] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/2mindril.cpp 2mindril] ==
Missing working simulation of the sensors. Requires a major rework of the artwork sub-system.
Missing working simulation of the sensors. Requires a major rework of the artwork sub-system.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/39in1.cpp 39in1] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/39in1.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/3do.cpp 3do] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/3do.cpp 3do] ==
Driver moved from MESS to MAME, since there were arcade games based on the 3DO. Emulation is stil preliminary. Current stall point is unemulated DSPP core.
Driver moved from MESS to MAME, since there were arcade games based on the 3DO. Emulation is stil preliminary. Current stall point is unemulated DSPP core.


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


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/4roses.cpp 4roses] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/4roses.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/8080bw.cpp 8080bw] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/8080bw.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/acefruit.cpp acefruit] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/acefruit.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/acommand.cpp acommand] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/acommand.cpp acommand] ==
''' acommand ''' - Inputs aren't fully understood. Requires a major rework of the artwork sub-system. Needs to be merged with cischeat.cpp driver.
''' acommand ''' - Inputs aren't fully understood. Requires a major rework of the artwork sub-system. Needs to be merged with cischeat.cpp driver.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/adp.cpp adp] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/adp.cpp adp] ==
Skeleton driver.  Todo: "Almost everything."
Skeleton driver.  Todo: "Almost everything."


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/aleck64.cpppp aleck64] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/aleck64.cpp aleck64] ==


''' 11beat ''' - crashes at kick-off while using the DRC, works with the interpreter.<br>
''' 11beat ''' - crashes at kick-off while using the DRC, works with the interpreter.<br>
Line 45: Line 45:
'''mtetrisc''' uses additional 2d sprite overlay for tetrominoes gfxs, mostly working minus gfx decoding itself.
'''mtetrisc''' uses additional 2d sprite overlay for tetrominoes gfxs, mostly working minus gfx decoding itself.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/alg.cpp alg] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/alg.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/alien.cpp alien] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/alien.cpp alien] ==
Skeleton driver (SH4 based system).
Skeleton driver (SH4 based system).


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


''' sbasebalj ''' - MCU simulation is inaccurate / unverified.
''' sbasebalj ''' - MCU simulation is inaccurate / unverified.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/amaticmg.cpp amaticmg] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/amaticmg.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/amusco.cpp amusco] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/amusco.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/arachnid.cpp arachnid] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/arachnid.cpp arachnid] ==
Mechanical game. Needs artwork with lamps support.
Mechanical game. Needs artwork with lamps support.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/aristmk4.cpp aristmk4] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/aristmk4.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/aristmk5.cpp aristmk5] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/aristmk5.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/aristmk6.cpp aristmk6] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/aristmk6.cpp aristmk6] ==
Skeleton driver. System is SH4 based.
Skeleton driver. System is SH4 based.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/arkanoid.cpp.html arkanoid] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/arkanoid.c.html arkanoid] ==
''' hexaa ''' - Protection hasn't been figured out yet.
''' hexaa ''' - Protection hasn't been figured out yet.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/armedf.cpp armedf] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/armedf.cpp armedf] ==
''' bigfghtr, skyrobo ''' - MCU needs decapping / simulation.
''' bigfghtr, skyrobo ''' - MCU needs decapping / simulation.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/arcadia.cpp arsystems] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/arcadia.cpp arsystems] ==
''' ar_dart2 ''' - Bad dump.
''' ar_dart2 ''' - Bad dump.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/artmagic.cpp artmagic] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/artmagic.cpp artmagic] ==
''' shtstar ''' - Runs on different hardware.
''' shtstar ''' - Runs on different hardware.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/astrocde.cpp astrocde] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/astrocde.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/astrocorp.cpp astrocorp] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/astrocorp.cpp astrocorp] ==
''' westvent, winbingo, winbingoa, zoo ''' - These games need decryption.
''' westvent, winbingo, winbingoa, zoo ''' - These games need decryption.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/atarigx2.cpp atarigx2] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/atarigx2.cpp 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 103: Line 103:
''' rrreveng ''' -
''' rrreveng ''' -


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/atlantis.cpppp atlantis] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/atlantis.cpp atlantis] ==
Preliminary driver. VR4310 CPU.
Preliminary driver. VR4310 CPU.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/atvtrack.cpp atvtrack] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/atvtrack.cpp atvtrack] ==
Skeleton driver.
Skeleton driver.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/avt.cpp avt] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/avt.cpp avt] ==
Needs CTC and daisy-chain.
Needs CTC and daisy-chain.


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


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/bartop52.cpp bartop52] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/bartop52.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/bfcobra.cpp bfcobra] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/bfcobra.cpp bfcobra] ==
''' beeline ''' - Missing floppy disk image.
''' beeline ''' - Missing floppy disk image.


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


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/bfmsys85.cpp bfmsys85] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/bfmsys85.cpp bfmsys85] ==
Fruit machine hardware.
Fruit machine hardware.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/bfm_sc1.cpp bfm_sc1] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/bfm_sc1.cpp bfm_sc1] ==
Fruit machine hardware.
Fruit machine hardware.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/bfm_sc2.cpp bfm_sc2] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/bfm_sc2.cpp 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 135: Line 135:
''' 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/bfm_sc4.cpp bfm_sc4] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/bfm_sc4.cpp bfm_sc4] ==
Fruit machine hardware. Most games pass the startup tests.
Fruit machine hardware. Most games pass the startup tests.


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


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/bingor.cpp bingor] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/bingor.cpp bingor] ==
Protection problems?
Protection problems?


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


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/blitz.cpp blitz] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/blitz.cpp blitz] ==
There is an undumped 68705 MCU.
There is an undumped 68705 MCU.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/blitz68k.cpp blitz68k] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/blitz68k.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/bntyhunt.cpp bntyhunt] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/bntyhunt.cpp bntyhunt] ==
Preliminary driver. PC hardware. Bios is undumped.
Preliminary driver. PC hardware. Bios is undumped.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/btime.cpp btime] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/btime.cpp btime] ==
''' tisland ''' - Needs to be decrypted.
''' tisland ''' - Needs to be decrypted.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/bublbobl.cpp bublbobl] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/bublbobl.cpp bublbobl] ==
''' tokio, tokioo, tokiou ''' - Protection MCUs need decapping / simulation.
''' tokio, tokioo, tokiou ''' - Protection MCUs need decapping / simulation.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/buster.cpp buster] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/buster.cpp buster] ==
Skeleton driver.
Skeleton driver.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/bwidow.cpp bwidow] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/bwidow.cpp bwidow] ==
''' bwidowp ''' - Prototype on different hardware.
''' bwidowp ''' - Prototype on different hardware.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/cabaret.cpp cabaret] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/cabaret.cpp cabaret] ==
Not fully playable beacuse of some pitfalls.
Not fully playable beacuse of some pitfalls.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/calchase.cpp calchase] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/calchase.cpp calchase] ==
''' calchase, hostinv ''' - These games almost work.
''' calchase, hostinv ''' - These games almost work.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/calomega.cpp calomega] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/calomega.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/cb2001.cpp cb2001] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/cb2001.cpp cb2001] ==
Encrypted CPU.
Encrypted CPU.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/cchance.cpp cchance] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/cchance.cpp cchance] ==
Imperfect hopper emulation.
Imperfect hopper emulation.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/cclimber.cpp cclimber] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/cclimber.cpp cclimber] ==
''' bagmanf ''' - Botleg on different hardware.
''' bagmanf ''' - Botleg on different hardware.


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


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/cdi.cpp cdi] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/cdi.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/centiped.cpp centiped] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/centiped.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/cesclass.cpp cesclass] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/cesclass.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/cham24.cpp cham24] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/cham24.cpp cham24] ==
Missing coins and timer due to unemulated Amtel MCU.
Missing coins and timer due to unemulated Amtel MCU.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/champbas.cpp champbas] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/champbas.cpp champbas] ==
''' champbb2a ''' - Incomplete dump.
''' champbb2a ''' - Incomplete dump.


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


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


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/cliffhgr.cpp cliffhgr] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/cliffhgr.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/cmmb.cpp cmmb] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/cmmb.cpp cmmb] ==
Banking not understood.
Banking not understood.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/cninja.cpp cninja] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/cninja.cpp cninja] ==
''' cninjabl2 ''' - Bootleg on different hardware.
''' cninjabl2 ''' - Bootleg on different hardware.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/cntsteer.cpp cntsteer] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/cntsteer.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/cobra.cpp cobra] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/cobra.cpp cobra] ==
Complicated Konami 3D hardware.
Complicated Konami 3D hardware.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/coinmstr.cpp coinmstr] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/coinmstr.cpp coinmstr] ==
Incomplete protection simulation.
Incomplete protection simulation.


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


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/coinmvga.cpp coinmvga] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/coinmvga.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/comebaby.cpp comebaby] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/comebaby.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/coolridr.cpp coolridr] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/coolridr.cpp coolridr] ==
''' aquastge ''' - coin pusher.
''' aquastge ''' - coin pusher.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/cops.cpp cops] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/cops.cpp cops] ==
Preliminary driver. Laserdisc game.
Preliminary driver. Laserdisc game.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/cps1.cpp cps1] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/cps1.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/crystal.cpp crystal] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/crystal.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/cshooter.cpp cshooter] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/cshooter.cpp cshooter] ==
GFX roms in black 'blobs'.
GFX roms in black 'blobs'.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/csplayh5.cpp csplayh5] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/csplayh5.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/cswat.cpp cswat] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/cswat.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/cv1k.cpp cv1k] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/cv1k.cpp cv1k] ==
''' mmmbanc ''' - Needs touch screen emulation.
''' mmmbanc ''' - Needs touch screen emulation.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/ddenlovr.cpp ddenlovr] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/ddenlovr.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/ddragon.cpp ddragon] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/ddragon.cpp ddragon] ==
''' ddragon2j ''' - Bad dump.
''' ddragon2j ''' - Bad dump.


''' ddragon6809, ddragon6809a ''' - Bootlegs on different hardware, encrypted.
''' ddragon6809, ddragon6809a ''' - Bootlegs on different hardware, encrypted.


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


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/deco32.cpp deco32] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/deco32.cpp deco32] ==
''' gunhard, lockload, lockloadu  ''' -
''' gunhard, lockload, lockloadu  ''' -


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/decocass.cpp decocass] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/decocass.cpp decocass] ==
''' ctisland3 ''' - Different bitswap?
''' ctisland3 ''' - Different bitswap?


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


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/deco_ld.cpp deco_ld] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/deco_ld.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/deshoros.cpp deshoros] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/deshoros.cpp deshoros] ==
Needs graphics emulation through artwork system and printer emulation.
Needs graphics emulation through artwork system and printer emulation.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/dlair.cpp dlair] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/dlair.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/dmndrby.cpp dmndrby] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/dmndrby.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/drw80pkr.cpp drw80pkr] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/drw80pkr.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/dwarfd.cpp dwarfd] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/dwarfd.cpp dwarfd] ==
''' qc, quarterh and clones ''' - Missing laserdisc dumps.
''' qc, quarterh and clones ''' - Missing laserdisc dumps.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/dynax.cpp dynax] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/dynax.cpp dynax] ==
''' majrjhdx, ougonpai, ougonpaib, tenkai2b ''' - Missing dump of the internal rom of the TMP91640.
''' majrjhdx, ougonpai, ougonpaib, tenkai2b ''' - Missing dump of the internal rom of the TMP91640.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/ecoinf2.cpp ecoinf2] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/ecoinf2.cpp ecoinf2] ==
Skeleton driver for fruit machine games.
Skeleton driver for fruit machine games.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/ecoinf3.cpp ecoinf3] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/ecoinf3.cpp ecoinf3] ==
Skeleton driver for fruit machine games.
Skeleton driver for fruit machine games.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/ecoinfr.cpp ecoinfr] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/ecoinfr.cpp ecoinfr] ==
Skeleton driver for fruit machine games.
Skeleton driver for fruit machine games.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/epos.cpp epos] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/epos.cpp epos] ==
''' catapult, revenger ''' - Bad dumps.
''' catapult, revenger ''' - Bad dumps.


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


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/esh.cpp esh] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/esh.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/f-32.cpp f-32] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/f-32.cpp f-32] ==
''' royalpk2 ''' - Doesn't progress past the boot screen.
''' royalpk2 ''' - Doesn't progress past the boot screen.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/f1gp.cpp f1gp] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/f1gp.cpp f1gp] ==
''' f1gpb ''' - Bootleg on different hardware.
''' f1gpb ''' - Bootleg on different hardware.


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


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


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


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/fortecar.cpp fortecar] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/fortecar.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/freekick.cpp freekick] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/freekick.cpp freekick] ==
''' countrun ''' - Main program inside of custom CPU block.
''' countrun ''' - Main program inside of custom CPU block.


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


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/fresh.cpp fresh] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/fresh.cpp fresh] ==
Preliminary driver. M68000 based.
Preliminary driver. M68000 based.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/fruitpc.cpp fruitpc] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/fruitpc.cpp fruitpc] ==
''' gogostrk ''' - PC based hardware. Preliminary driver.
''' gogostrk ''' - PC based hardware. Preliminary driver.


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


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/funworld.cpp funworld] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/funworld.cpp 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 382: Line 382:
''' 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/gaelco2.cpp gaelco2] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/gaelco2.cpp 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 389: Line 389:
''' 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/gaiden.cpp gaiden] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/gaiden.cpp gaiden] ==
''' mastninj ''' - Sprites, sound and y-scroll need fixing.
''' mastninj ''' - Sprites, sound and y-scroll need fixing.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/gal3.cpp gal3] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/gal3.cpp gal3] ==
In need of laserdisc dump. Skeleton driver.
In need of laserdisc dump. Skeleton driver.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/galaxian.cpp galaxian] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/galaxian.cpp galaxian] ==
''' dingoe ''' - Probable bad dump and encryption.
''' dingoe ''' - Probable bad dump and encryption.


Line 408: Line 408:
''' tenspot ''' - Menu isn't working yet.
''' tenspot ''' - Menu isn't working yet.


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


Line 415: Line 415:
''' trvchlng ''' - Questions roms aren't dumped.
''' trvchlng ''' - Questions roms aren't dumped.


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


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/galpani2.cpp galpani2] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/galpani2.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/gambl186.cpp gambl186] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/gambl186.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/gamecstl.cpp gamecstl] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/gamecstl.cpp gamecstl] ==
'Modern' PC Hardware running a MAME bootleg.
'Modern' PC Hardware running a MAME bootleg.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/gamtor.cpp gamtor] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/gamtor.cpp gamtor] ==
Skeleton driver for fruit machine games.
Skeleton driver for fruit machine games.


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


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


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


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/goldngam.cpp goldngam] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/goldngam.cpp goldngam] ==
Preliminary driver.
Preliminary driver.


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


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


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


Line 486: Line 486:
''' wcat3 ''' -
''' wcat3 ''' -


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/gpworld.cpp gpworld] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/gpworld.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/gstriker.cpp gstriker] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/gstriker.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/gticlub.cpp gticlub] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/gticlub.cpp gticlub] ==
''' thunderh and clone ''' -
''' thunderh and clone ''' -


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/guab.cpp guab] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/guab.cpp guab] ==
''' crisscrs ''' - Missing disk image dump.
''' crisscrs ''' - Missing disk image dump.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/gumbo.cpp gumbo] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/gumbo.cpp gumbo] ==
''' mspuzzlen ''' - Bad dump.
''' mspuzzlen ''' - Bad dump.


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


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


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


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


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/hikaru.cpp hikaru] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/hikaru.cpp hikaru] ==
Skeleton driver.
Skeleton driver.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/hitpoker.cpp hitpoker] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/hitpoker.cpp hitpoker] ==
Protection: needs dumping or simulating PIC.
Protection: needs dumping or simulating PIC.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/hng64.cpp hng64] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/hng64.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/homedata.cpp homedata] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/homedata.cpp homedata] ==
''' mirderby ''' - Preliminary driver.
''' mirderby ''' - Preliminary driver.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/hornet.cpp hornet] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/hornet.cpp 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 534: Line 534:
''' terabrst, terabrsta ''' - Missing gun emulation.
''' terabrst, terabrsta ''' - Missing gun emulation.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/hotstuff.cpp hotstuff] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/hotstuff.cpp hotstuff] ==
Preliminary driver.
Preliminary driver.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/hshavoc.cpp hshavoc] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/hshavoc.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/icecold.cpp icecold] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/icecold.cpp icecold] ==
Skeleton driver. Pinball games.
Skeleton driver. Pinball games.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/ichiban.cpp ichiban] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/ichiban.cpp ichiban] ==
Code is encrypted.
Code is encrypted.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/igs009.cpp igs009] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/igs009.cpp igs009] ==
''' gp98 ''' - Bad dump.
''' gp98 ''' - Bad dump.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/igs017.cpp igs017] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/igs017.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/igspoker.cpp igspoker] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/igspoker.cpp igspoker] ==
''' kungfu, stellecu ''' - Bad / incomplete dump.
''' kungfu, stellecu ''' - Bad / incomplete dump.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/intrscti.cpp intrscti] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/intrscti.cpp intrscti] ==
Undumped program ROM in an epoxy block.
Undumped program ROM in an epoxy block.


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


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/istellar.cpp istellar] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/istellar.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/iteagle.cpp iteagle] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/iteagle.cpp iteagle] ==
''' bbhsc, carnking ''' -
''' bbhsc, carnking ''' -


''' virtpool ''' - Runs on a different hardware revision which isn't emulated yet.
''' virtpool ''' - Runs on a different hardware revision which isn't emulated yet.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/jackpool.cpp jackpool] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/jackpool.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/jangou.cpp jangou] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/jangou.cpp jangou] ==
''' luckygrl ''' - Encrypted program roms.
''' luckygrl ''' - Encrypted program roms.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/jclub2.cpp jclub2] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/jclub2.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/jokrwild.cpp jokrwild] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/jokrwild.cpp jokrwild] ==
Missing random number generator, inputs and sound.
Missing random number generator, inputs and sound.


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


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/jpmsys5.cpp jpmsys5] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/jpmsys5.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/kingdrby.cpp kingdrby] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/kingdrby.cpp kingdrby] ==
''' cowrace ''' - Incomplete dump.
''' cowrace ''' - Incomplete dump.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/kinst.cpp kinst] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/kinst.cpp kinst] ==
''' kinst2k3, kinst2k4 ''' - Upgrade kits.
''' kinst2k3, kinst2k4 ''' - Upgrade kits.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/koftball.cpp koftball] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/koftball.cpp koftball] ==
Incomplete protection simulation.
Incomplete protection simulation.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/konamigv.cpp konamigv] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/konamigv.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/konamigx.cpp konamigx] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/konamigx.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/konamim2.cpp konamim2] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/konamim2.cpp konamim2] ==
Preliminary driver, needs overall better emulation of the M2 system.
Preliminary driver, needs overall better emulation of the M2 system.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/konendev.cpp konendev] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/konendev.cpp konendev] ==
Most dumps are incomplete. Work has been done and at least one romset goes in-game.
Most dumps are incomplete. Work has been done and at least one romset goes in-game.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/kopunch.cpp kopunch] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/kopunch.cpp kopunch] ==


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/ksys573.cpp ksys573] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/ksys573.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/laserbas.cpp laserbas] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/laserbas.cpp laserbas] ==
Jaleco-like protection device.
Jaleco-like protection device.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/laserbat.cpp laserbat] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/laserbat.cpp laserbat] ==
''' catnmousa ''' - Bad dump.
''' catnmousa ''' - Bad dump.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/legionna.cpp legionna] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/legionna.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/leland.cpp leland] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/leland.cpp leland] ==
''' aafbb ''' - One of the program roms is a bad dump.
''' aafbb ''' - One of the program roms is a bad dump.


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


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/lgp.cpp lgp] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/lgp.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/lindbergh.cpp lindbergh] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/lindbergh.cpp lindbergh] ==
Skeleton driver.
Skeleton driver.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/ltcasino.cpp ltcasino] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/ltcasino.cpp ltcasino] ==
''' ltcasinn ''' - Missing inputs.
''' ltcasinn ''' - Missing inputs.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/luckgrln.cpp luckgrln] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/luckgrln.cpp luckgrln] ==
''' 7smash ''' - Encrypted rom?
''' 7smash ''' - Encrypted rom?


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/lucky74.cpp lucky74] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/lucky74.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/m10.cpp m10] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/m10.cpp m10] ==
''' andromed, greenber, ipminvad1 ''' - Incomplete dumps.
''' andromed, greenber, ipminvad1 ''' - Incomplete dumps.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/m52.cpp m52] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/m52.cpp m52] ==
''' alpha1v ''' -
''' alpha1v ''' -


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/m72.cpp m72] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/m72.cpp m72] ==
''' lohtb, rtypem82b, rtype2m82b ''' - The bootleg hardware is different to the original hardware.
''' lohtb, rtypem82b, rtype2m82b ''' - The bootleg hardware is different to the original hardware.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/m92.cpp m92] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/m92.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/m107.cpp m107] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/m107.cpp m107] ==
''' kftgoal, wpksoc ''' - Missing EEPROM hook-up.
''' kftgoal, wpksoc ''' - Missing EEPROM hook-up.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/macs.cpp macs] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/macs.cpp macs] ==
''' macsbios ''' -
''' macsbios ''' -


Line 675: Line 675:
''' cultname ''' -
''' cultname ''' -


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/magic10.cpp magic10] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/magic10.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/magicard.cpp magicard] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/magicard.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/magictg.cpp magictg] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/magictg.cpp magictg] ==
Preliminary driver, almost works.
Preliminary driver, almost works.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/magtouch.cpp magtouch] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/magtouch.cpp magtouch] ==
Preliminary driver.
Preliminary driver.


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


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/manohman.cpp manohman] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/manohman.cpp manohman] ==
Preliminary driver.
Preliminary driver.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/mario.cpp mario] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/mario.cpp mario] ==
''' dkong3abl''' - Bootleg on different hardware.
''' dkong3abl''' - Bootleg on different hardware.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/maygay1b.cpp maygay1b] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/maygay1b.cpp maygay1b] ==
Mechanical game imported from AGEMAME.
Mechanical game imported from AGEMAME.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/maygayv1.cpp maygayv1] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/maygayv1.cpp maygayv1] ==
Skeleton driver for fruit machine games.
Skeleton driver for fruit machine games.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/mazerbla.cpp mazerbla] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/mazerbla.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/mcr.cpp mcr] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/mcr.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/mcr3.cpp mcr3] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/mcr3.cpp mcr3] ==
'''spyhuntp ''' - Prototype on very different hardware.
'''spyhuntp ''' - Prototype on very different hardware.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/mediagx.cpp mediagx] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/mediagx.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/megadrvb.cpp megadrvb] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/megadrvb.cpp megadrvb] ==
''' sonic2mb ''' - Needs correct coin logic (mcu simulation?).
''' sonic2mb ''' - Needs correct coin logic (mcu simulation?).


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/megatech.cpp megatech] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/megatech.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/merit.cpp merit] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/merit.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/meritm.cpp meritm] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/meritm.cpp meritm] ==
''' megat5a ''' - Bad dump.
''' megat5a ''' - Bad dump.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/metalmx.cpp metalmx] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/metalmx.cpp metalmx] ==
Skeleton driver. Extremely complex prototype hardware.
Skeleton driver. Extremely complex prototype hardware.


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


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/midzeus.cpp midzeus] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/midzeus.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/missile.cpp missile] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/missile.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/mitchell.cpp mitchell] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/mitchell.cpp mitchell] ==
''' pkladiesbl ''' - Needs CPU "decryption" / ordering.
''' pkladiesbl ''' - Needs CPU "decryption" / ordering.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/model1.cpp model1] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/model1.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/model2.cpp model2] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/model2.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/model3.cpp model3] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/model3.cpp model3] ==
Driver is still preliminary. Most games boot and show something.
Driver is still preliminary. Most games boot and show something.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/monzagp.cpp monzagp] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/monzagp.cpp monzagp] ==
Preliminary driver. Possibly missing a rom.
Preliminary driver. Possibly missing a rom.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/moo.cpp moo] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/moo.cpp moo] ==
''' moomesabl ''' - Bootleg on different hardware.
''' moomesabl ''' - Bootleg on different hardware.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/mpu12wbk.cpp mpu12wbk] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/mpu12wbk.cpp mpu12wbk] ==
Almost skeleton driver.
Almost skeleton driver.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/mpu3.cpp mpu3] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/mpu3.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/mpu4.cpp mpu4] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/mpu4.cpp mpu4] ==
Fruit machine hardware. Not working yet. Needs artwork.
Fruit machine hardware. Not working yet. Needs artwork.


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


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


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


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


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


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


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


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


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


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


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


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


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/mpu4vid.cpp mpu4vid] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/mpu4vid.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/mquake.cpp mquake] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/mquake.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/ms32.cpp ms32] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/ms32.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/multfish.cpp multfish] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/multfish.cpp multfish] ==
''' igromult, igromula ''' - GFX ROMs aren't dumped.
''' igromult, igromula ''' - GFX ROMs aren't dumped.


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


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/namcos10.cpp namcos10] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/namcos10.cpp namcos10] ==
Incomplete dumps.  Hardware has very strange protection.
Incomplete dumps.  Hardware has very strange protection.


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


Line 830: Line 830:
''' 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/namcos2.cpp namcos2] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/namcos2.cpp namcos2] ==
''' finalap3bl ''' - Bootleg on different hardware.
''' finalap3bl ''' - Bootleg on different hardware.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/namcos21.cpp namcos21] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/namcos21.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/namcos22.cpp namcos22] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/namcos22.cpp namcos22] ==
''' airco22b ''' - boots but missing sprite clear DMA?
''' airco22b ''' - boots but missing sprite clear DMA?


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


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


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/naomi.cpp naomi] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/naomi.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/nbmj8688.cpp nbmj8688] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/nbmj8688.cpp nbmj8688] ==
''' nightlov ''' - Input problems.
''' nightlov ''' - Input problems.


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


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


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/nbmj9195.cpp nbmj9195] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/nbmj9195.cpp nbmj9195] ==
''' shabdama ''' - Misses laserdisc dump.
''' shabdama ''' - Misses laserdisc dump.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/neodrvr.cpp neodrvr] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/neodrvr.cpp neodrvr] ==
''' kog ''' - Bootleg with different protection.
''' kog ''' - Bootleg with different protection.


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


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/neoprint.cpp neoprint] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/neoprint.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/neptunp2.cpp neptunp2] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/neptunp2.cpp neptunp2] ==
Skeleton driver. Missing GFX ROMs dump.
Skeleton driver. Missing GFX ROMs dump.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/nightgal.cpppp nightgal] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/nightgal.cpp nightgal] ==
''' ngalsumr, sexygal, sweetgal ''' - Missing protection simulation.
''' ngalsumr, sexygal, sweetgal ''' - Missing protection simulation.


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


''' firehawkv ''' - Incomplete dump.
''' firehawkv ''' - Incomplete dump.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/norautp.cpp norautp] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/norautp.cpp 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 893: Line 893:
''' tpoker2 ''' - Missing 68705 MCU dump / simulation.
''' tpoker2 ''' - Missing 68705 MCU dump / simulation.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/nsm.cpp nsm] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/nsm.cpp nsm] ==
Skeleton driver. Pinball games.
Skeleton driver. Pinball games.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/nsmpoker.cpp nsmpoker] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/nsmpoker.cpp nsmpoker] ==
Preliminary driver.
Preliminary driver.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/nss.cpp nss] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/nss.cpp nss] ==
Menu system is only partially understood.
Menu system is only partially understood.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/nwk-tr.cpp nwk-tr] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/nwk-tr.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/nycaptor.cpp nycaptor] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/nycaptor.cpp nycaptor] ==
''' cyclshtg ''' - Missing (protection?) MCU dump.
''' cyclshtg ''' - Missing (protection?) MCU dump.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/oneshot.cpp oneshot] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/oneshot.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/overdriv.cpp overdriv] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/overdriv.cpp overdriv] ==
Driver has heavy graphic problems. Missing road (two unemulated K053250).
Driver has heavy graphic problems. Missing road (two unemulated K053250).


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/pacman.cpp pacman] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/pacman.cpp pacman] ==
''' clubpacm''' - Bootleg on different hardware (possibly original codebase). The control multiplex isn't  figured out yet.
''' clubpacm''' - Bootleg on different hardware (possibly original codebase). The control multiplex isn't  figured out yet.


Line 921: Line 921:
''' numcrash ''' - Preliminary emulation.
''' numcrash ''' - Preliminary emulation.


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


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/paranoia.cpp paranoia] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/paranoia.cpp paranoia] ==
Jamma interface is not emulated.
Jamma interface is not emulated.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/pcat_dyn.cpp pcat_dyn] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/pcat_dyn.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/pcat_nit.cpp pcat_nit] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/pcat_nit.cpp pcat_nit] ==
''' streetg and clones ''' - PC hardware emulation is still incomplete.
''' streetg and clones ''' - PC hardware emulation is still incomplete.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/pcxt.cpp pcxt] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/pcxt.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/peplus.cpp peplus] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/peplus.cpp peplus] ==
''' peke0004, peke0017 ''' -  
''' peke0004, peke0017 ''' -  


Line 947: Line 947:
''' pex0489p, pex2474p ''' - Need unknown PE+ GAME POKER program to run.
''' pex0489p, pex2474p ''' - Need unknown PE+ GAME POKER program to run.


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


''' drgw2hk ''' - Protections isn't simulated yet.
''' drgw2hk ''' - Protections isn't simulated yet.


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


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


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


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/pinkiri8.cpp pinkiri8] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/pinkiri8.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/plygonet.cpp plygonet] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/plygonet.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/pntnpuzl.cpp pntnpuzl] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/pntnpuzl.cpp pntnpuzl] ==
Skeleton-ish.
Skeleton-ish.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/poker72.cpp poker72] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/poker72.cpp poker72] ==
Preliminary driver for an unknown poker game.
Preliminary driver for an unknown poker game.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/progolf.cpp progolf] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/progolf.cpp progolf] ==
''' progolfa ''' -
''' progolfa ''' -


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/psychic5.cpp psychic5] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/psychic5.cpp psychic5] ==
''' bombsa ''' - Bad dump.
''' bombsa ''' - Bad dump.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/quizpun2.cpp quizpun2] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/quizpun2.cpp quizpun2] ==
It uses an unknown DIP40 device for protection, that supplies the address to jump to (same as mosaic.cpp) 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/quizshow.cpp quizshow] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/quizshow.cpp quizshow] ==
Missing tape dump and GFX roms need redump.
Missing tape dump and GFX roms need redump.


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


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


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/rbmk.cpp rbmk] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/rbmk.cpp rbmk] ==
Possibly missing MCU dump.
Possibly missing MCU dump.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/redalert.cpp redalert] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/redalert.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/rgum.cpp rgum] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/rgum.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/royalmah.cpp royalmah] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/royalmah.cpp royalmah] ==
''' cafebrk, cafedoll, cafepara, jansou, mjvegas ''' - Missing internal program rom.
''' cafebrk, cafedoll, cafepara, jansou, mjvegas ''' - Missing internal program rom.


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


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


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


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/s3.cpp s3] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/s3.cpp s3] ==
''' wldcp_l1 ''' -  
''' wldcp_l1 ''' -  


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/s6.cpp s6] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/s6.cpp s6] ==
''' frpwr_l6 ''' - Game cannot be started.
''' frpwr_l6 ''' - Game cannot be started.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/s7.cpp s7] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/s7.cpp s7] ==
''' barra_l1, solar_l2 ''' - Game cannot be started.
''' barra_l1, solar_l2 ''' - Game cannot be started.


''' hypbl_l4 and clone, jst_l2 and clone ''' - Not a proper pinball.
''' hypbl_l4 and clone, jst_l2 and clone ''' - Not a proper pinball.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/s9.cpp s9] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/s9.cpp s9] ==
''' alcat_l7, ratrc_l1, szone_l5 and clone ''' -  
''' alcat_l7, ratrc_l1, szone_l5 and clone ''' -  


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/sanremo.cpp sanremo] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/sanremo.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/sbugger.cpp sbugger] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/sbugger.cpp sbugger] ==
''' sbugger ''' - Bad dump, different revision to working set.  
''' sbugger ''' - Bad dump, different revision to working set.  


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/scobra.cpp scobra] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/scobra.cpp scobra] ==
''' rescuefe ''' - Bad / incomplete dump.
''' rescuefe ''' - Bad / incomplete dump.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/scramble.cpp scramble] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/scramble.cpp scramble] ==
''' conquer ''' - Bad dump.
''' conquer ''' - Bad dump.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/sderby.cpp sderby] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/sderby.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/seattle.cpp seattle] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/seattle.cpp seattle] ==
''' sfrushrk ''' - Won't go in-game. Hangs after selecting your car.
''' sfrushrk ''' - Won't go in-game. Hangs after selecting your car.


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


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


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/segahang.cpp segahang] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/segahang.cpp segahang] ==
''' endurob2 ''' - Bad dump.
''' endurob2 ''' - Bad dump.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/segald.cpp segald] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/segald.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/segajw.cpp segajw] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/segajw.cpp segajw] ==
Skeleton driver. M68k based.
Skeleton driver. M68k based.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/segam1.cpp segam1] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/segam1.cpp segam1] ==
Only one of the satellite boards from a much larger system is dumped.
Only one of the satellite boards from a much larger system is dumped.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/segaorun.cpp segaorun] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/segaorun.cpp segaorun] ==
''' shangon1 ''' - Bad dump.
''' shangon1 ''' - Bad dump.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/segas18.cpp segas18] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/segas18.cpp segas18] ==
''' pontoon ''' - Only the terminal is dumped.
''' pontoon ''' - Only the terminal is dumped.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/segas24.cpp segas24] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/segas24.cpp segas24] ==
''' sspirtfc ''' - Missing floppy image.
''' sspirtfc ''' - Missing floppy image.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/segas32.cpp segas32] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/segas32.cpp segas32] ==
''' kokoroj2 ''' - Unemulated CD board.
''' kokoroj2 ''' - Unemulated CD board.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/segasp.cpp segasp] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/segasp.cpp segasp] ==
Hardware is very similar to naomi, see naomi.cpp. Moreover it needs RFID device emulation.
Hardware is very similar to naomi, see naomi.c. Moreover it needs RFID device emulation.


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


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/segaybd.cpp segaybd] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/segaybd.cpp segaybd] ==
''' pdriftl ''' - Link feature is not completely emulated.
''' pdriftl ''' - Link feature is not completely emulated.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/seta.cpp seta] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/seta.cpp seta] ==
''' inttoote ''' - Unemulated protection.
''' inttoote ''' - Unemulated protection.


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


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


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/sfbonus.cpp sfbonus] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/sfbonus.cpp sfbonus] ==
''' amclink ''' - "Game" function unknown.
''' amclink ''' - "Game" function unknown.


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


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/sfcbox.cpp sfcbox] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/sfcbox.cpp sfcbox] ==
Preliminary driver. SNES based.
Preliminary driver. SNES based.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/sigmab52.cpp sigmab52] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/sigmab52.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/sigmab98.cpp sigmab98] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/sigmab98.cpp sigmab98] ==
''' dashhero ''' - Does not acknowledge the button bashing correctly.
''' dashhero ''' - Does not acknowledge the button bashing correctly.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/skeetsht.cpp skeetsht] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/skeetsht.cpp skeetsht] ==
Preliminary driver.
Preliminary driver.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/skylncr.cpp skylncr] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/skylncr.cpp skylncr] ==
''' mbutrfly ''' - Encrypted.
''' mbutrfly ''' - Encrypted.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/slapfght.cpp slapfght] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/slapfght.cpp slapfght] ==
''' slapfigha ''' - Undumped 68705 protection MCU.
''' slapfigha ''' - Undumped 68705 protection MCU.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/slotcarn.cpp slotcarn] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/slotcarn.cpp slotcarn] ==
Missing proper colors and reel support.
Missing proper colors and reel support.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/sms.cpp sms] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/sms.cpp sms] ==
''' trvhanga ''' - Missing questions roms.
''' trvhanga ''' - Missing questions roms.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/splash.cpp splash] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/splash.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/splus.cpp splus] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/splus.cpp splus] ==
Driver imported from Agemame. Needs modernisation.
Driver imported from Agemame. Needs modernisation.


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


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/ssfindo.cpp ssfindo] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/ssfindo.cpp ssfindo] ==
''' tetfight ''' -  
''' tetfight ''' -  


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/ssingles.cpp ssingles] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/ssingles.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/st0016.cpp st0016] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/st0016.cpp st0016] ==
''' dcrown, dcrowna ''' - Slightly different hardware.
''' dcrown, dcrowna ''' - Slightly different hardware.


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


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


Line 1,158: Line 1,158:
''' tripdraw ''' -
''' tripdraw ''' -


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


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/stv.cpp stv] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/stv.cpp stv] ==
''' decathlt, decathlto ''' - The GFX compression chip isn't fully understood yet.  
''' decathlt, decathlto ''' - The GFX compression chip isn't fully understood yet.  


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


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/su2000.cpp su2000] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/su2000.cpp su2000] ==
Preliminary driver.
Preliminary driver.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/subhuntr.cpp subhuntr] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/subhuntr.cpp subhuntr] ==
s2650 based. Driver is skeleton-ish.
s2650 based. Driver is skeleton-ish.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/subsino.cpp subsino] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/subsino.cpp 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.cpp (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.cpp (unlike mtrain, which is needed to match this program ROM.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/summit.cpp summit] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/summit.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/suna8.cpp suna8] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/suna8.cpp suna8] ==
''' hardheadb2 ''' - Protected bootleg on different hardware.
''' hardheadb2 ''' - Protected bootleg on different hardware.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/supercrd.cpp supercrd] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/supercrd.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/superdq.cpp superdq] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/superdq.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/superwng.cpp superwng] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/superwng.cpp superwng] ==
Crashes after bonus stage, see notes, bad rom?
Crashes after bonus stage, see notes, bad rom?


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/suprgolf.cpp suprgolf] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/suprgolf.cpp suprgolf] ==
''' albatross''' - Missing GFX roms dumps.
''' albatross''' - Missing GFX roms dumps.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/system1.cpp system1] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/system1.cpp system1] ==
''' shtngmst ''' - Missing MCU dump.
''' shtngmst ''' - Missing MCU dump.


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


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


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


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/taito_f2.cpp taito_f2] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/taito_f2.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/taito_f3.cpp taito_f3] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/taito_f3.cpp taito_f3] ==
''' bubsymphb ''' - Bootleg on different hardware. Backgrounds don't show up.
''' bubsymphb ''' - Bootleg on different hardware. Backgrounds don't show up.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/taito_o.cpp taito_o] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/taito_o.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/taitoair.cpp taitoair] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/taitoair.cpp taitoair] ==
''' ainferno and clone ''' -  Missing landing monitor camera (blackened), 3d HUD graphics; expert course has wrong 3d geometry; almost surely crashing during replay has missing smoke effect, looks quite odd atm.
''' ainferno and clone ''' -  Missing landing monitor camera (blackened), 3d HUD graphics; expert course has wrong 3d geometry; almost surely crashing during replay has missing smoke effect, looks quite odd atm.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/taitogn.cpp taitogn] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/taitogn.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/taitojc.cpp taitojc] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/taitojc.cpp taitojc] ==
''' dangcurv ''' - DSP bug causes missing 3D.
''' dangcurv ''' - DSP bug causes missing 3D.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/taitopjc.cpp taitopjc] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/taitopjc.cpp taitopjc] ==
Preliminary driver
Preliminary driver


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/taitotz.cpp taitotx] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/taitotz.cpp taitotx] ==
Preliminary driver. PC based.
Preliminary driver. PC based.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/taitotz.cpp taitotz] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/taitotz.cpp taitotz] ==
Preliminary driver.
Preliminary driver.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/taitowlf.cpp taitowlf] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/taitowlf.cpp taitowlf] ==
Preliminary driver.
Preliminary driver.


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


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/tasman.cpp tasman] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/tasman.cpp tasman] ==
Konami GX based PCB for gambling games.
Konami GX based PCB for gambling games.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/tattack.cpp tattack] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/tattack.cpp tattack] ==
Preliminary, maybe protection.
Preliminary, maybe protection.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/tcl.cpp tcl] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/tcl.cpp tcl] ==
Skeleton, decryption incomplete.
Skeleton, decryption incomplete.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/tehkanwc.cpp tehkanwc] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/tehkanwc.cpp tehkanwc] ==
''' tehkanwcc ''' - Bootleg with different inputs.
''' tehkanwcc ''' - Bootleg with different inputs.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/tetrisp2.cpp tetrisp2] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/tetrisp2.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/thayers.cpp thayers] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/thayers.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/thepit.cpp thepit] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/thepit.cpp thepit] ==
''' zaryavos ''' - Incomplete dump.
''' zaryavos ''' - Incomplete dump.


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


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


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/timetrv.cpp timetrv] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/timetrv.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/tmnt.cpp tmnt] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/tmnt.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/tmspoker.cpp tmspoker] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/tmspoker.cpp tmspoker] ==
Preliminary driver.
Preliminary driver.


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


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/tourvis.cpp tourvis] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/tourvis.cpp tourvis] ==
Lacks complete jamma interface emulation.
Lacks complete jamma interface emulation.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/trackfld.cpp trackfld] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/trackfld.cpp trackfld] ==
''' trackfldnz ''' - Bootleg on different hardware.
''' trackfldnz ''' - Bootleg on different hardware.


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


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


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/twinkle.cpp twinkle] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/twinkle.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/vamphalf.cpp vamphalf] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/vamphalf.cpp vamphalf] ==
''' yorizori ''' - Missing GFX ROMs dump.
''' yorizori ''' - Missing GFX ROMs dump.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/vcombat.cpp vcombat] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/vcombat.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/vectrex.cpp vectrex] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/vectrex.cpp vectrex] ==
''' raaspec ''' - Timings and mandatory artwork missing.
''' raaspec ''' - Timings and mandatory artwork missing.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/vega.cpp vega] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/vega.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/vegas.cpp vegas] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/vegas.cpp 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,325: Line 1,325:
''' 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/vicdual.cpp vicdual] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/vicdual.cpp vicdual] ==
''' headonsa, headon2s ''' - Won't coin up.
''' headonsa, headon2s ''' - Won't coin up.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/videopkr.cpp videopkr] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/videopkr.cpp videopkr] ==
''' bpoker ''' -  
''' bpoker ''' -  


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/viper.cpp viper] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/viper.cpp viper] ==
Preliminary driver, PPC+voodoo.
Preliminary driver, PPC+voodoo.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/voyager.cpp voyager] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/voyager.cpp voyager] ==
PC hardware. Preliminary driver.
PC hardware. Preliminary driver.


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


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


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/wgp.cpp wgp] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/wgp.cpp wgp] ==
Recently demoted to not working status.
Recently demoted to not working status.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/wheelfir.cpp wheelfir] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/wheelfir.cpp wheelfir] ==
Extensive TODO list on top of driver.
Extensive TODO list on top of driver.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/whitestar.cpp whitestar] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/whitestar.cpp whitestar] ==
Skeleton driver. Pinball games.
Skeleton driver. Pinball games.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/wildpkr.cpp wildpkr] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/wildpkr.cpp 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://github.cppom/mamedev/mame/blob/master/src/mame/drivers/williams.cpp williams] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/williams.cpp williams] ==
''' defndjeu, tornado2 ''' - Bad dumps.
''' defndjeu, tornado2 ''' - Bad dumps.


== [http://github.cppom/mamedev/mame/blob/master/src/mame/drivers/zn.cpp zn] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/zn.cpp 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 10:56, 15 January 2016

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

20pacgal

25pacman - Newer set on slightly different hardware.

24cdjuke

Skeleton driver for a CD Juke Box.

2mindril

Missing working simulation of the sensors. Requires a major rework of the artwork sub-system.

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. Current stall point is unemulated DSPP core.

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. Requires a major rework of the artwork sub-system. Needs to be merged with cischeat.cpp driver.

adp

Skeleton driver. Todo: "Almost everything."

aleck64

11beat - crashes at kick-off while using the DRC, works with the interpreter.
doncdoon, hipai, kurufev, mayjin3, mtetrisc, srmvs, twrshaft - Incomplete N64 hardware emulation.
mtetrisc uses additional 2d sprite overlay for tetrominoes gfxs, mostly working minus gfx decoding itself.

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.

sbasebalj - MCU simulation is inaccurate / unverified.

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.

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.

arkanoid

hexaa - Protection hasn't been figured out yet.

armedf

bigfghtr, skyrobo - MCU needs decapping / simulation.

arsystems

ar_dart2 - Bad dump.

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

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

buster

Skeleton driver.

bwidow

bwidowp - Prototype on different hardware.

cabaret

Not fully playable beacuse of some pitfalls.

calchase

calchase, hostinv - These games almost work.

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

Banking not understood.

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!

coolridr

aquastge - coin pusher.

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

ddragon2j - Bad dump.

ddragon6809, ddragon6809a - Bootlegs on different hardware, encrypted.

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, ougonpai, ougonpaib, tenkai2b - 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.

f-32

royalpk2 - Doesn't progress past the boot screen.

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.

fruitpc

gogostrk - PC based hardware. Preliminary driver.

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.

galaxian

dingoe - Probable bad dump and encryption.

froggeram, theendb, warofbugg - Bootleg on slightly different hardware.

monsterz - Unemulated protection.

skelagon, supergx - Bad dumps.

spactrai - An alt version of warofbug with weird scrambled roms and scrambled memory map like anteasteruk.

tenspot - Menu isn't working yet.

galaxold

ckongcv, ckongis, guttanggt - Bootleg on different hardware.

spcwarp - Bad dump.

trvchlng - Questions roms aren't dumped.

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.

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.

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

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

kungfu, stellecu - Bad / incomplete 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

bbhsc, carnking -

virtpool - Runs on a different hardware revision which isn't emulated yet.

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

Most dumps are incomplete. Work has been done and at least one romset goes in-game.

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.

lindbergh

Skeleton driver.

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, rtypem82b, rtype2m82b - 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.

mario

dkong3abl - Bootleg on different hardware.

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

megadrvb

sonic2mb - Needs correct coin logic (mcu simulation?).

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.

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.

firehawkv - 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

clubpacm - Bootleg on different hardware (possibly original codebase). The control multiplex isn't figured out yet.

eyeszac - Bad dump.

numcrash - Preliminary emulation.

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

peke0004, peke0017 -

pemg0183, pemg0252 - Need printer support.

pepp0021 - Needs link support.

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

pex0489p, pex2474p - Need unknown PE+ GAME POKER program to run.

pgm

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

drgw2hk - Protections isn't simulated yet.

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.

raiden2

zeroteam and clones, xsedae - 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, cafepara, 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 -

s6

frpwr_l6 - Game cannot be started.

s7

barra_l1, solar_l2 - Game cannot be started.

hypbl_l4 and clone, jst_l2 and clone - Not a proper pinball.

s9

alcat_l7, ratrc_l1, szone_l5 and clone -

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

rescuefe - Bad / incomplete dump.

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.

segam1

Only one of the satellite boards from a much larger system is dumped.

segaorun

shangon1 - Bad dump.

segas18

pontoon - Only the terminal is dumped.

segas24

sspirtfc - Missing floppy image.

segas32

kokoroj2 - Unemulated CD board.

segasp

Hardware is very similar to naomi, see naomi.c. Moreover it needs RFID device emulation.

segaxbd

rascot - Only the terminal is dumped.

segaybd

pdriftl - Link feature is not completely emulated.

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.

sigmab98

dashhero - Does not acknowledge the button bashing correctly.

skeetsht

Preliminary driver.

skylncr

mbutrfly - Encrypted.

slapfght

slapfigha - Undumped 68705 protection MCU.

slotcarn

Missing proper colors and reel support.

sms

trvhanga - Missing questions roms.

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 - The GFX compression chip isn't fully understood yet.

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.

subhuntr

s2650 based. Driver is skeleton-ish.

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.cpp (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

hardheadb2 - Protected bootleg on different hardware.

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.

superwng

Crashes after bonus stage, see notes, bad rom?

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, shdancbla, shinobld, shinoblda, tturfb1, wb3bb1, wb3bble - 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

ainferno and clone - Missing landing monitor camera (blackened), 3d HUD graphics; expert course has wrong 3d geometry; almost surely crashing during replay has missing smoke effect, looks quite odd atm.

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.

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.

twinkle

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

vamphalf

yorizori - Missing GFX ROMs dump.

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.

nbagold, nbanfl, nbashowt - 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.

primrag2 - Locks up when starting a game.

strider and clones - Random hangs / crashes.