MNW: Difference between revisions

From MAMEDEV Wiki
(493 intermediate revisions by 2 users not shown)
Line 12: Line 12:


== [http://github.com/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.
''' 19in1, 48in1, 48in1a, 48in1b, 60in1 ''' - Seem to have a slightly different encryption (more conditional XORs) which still needs some work.
 
''' 4in1a, 4in1b ''' - These have been decrypted, currently boot but stuck at  'Hardware Check' with an error. Need adjusting of the cpld_*() methods.
 
''' rodent ''' - Should be correctly decrypted but expects something different from the CPLD (probably).


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/3do.cpp 3do] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/3do.cpp 3do] ==
Emulation is stil preliminary. Current stall point is unemulated DSPP core.
Emulation is stil preliminary. Needs DSPP core properly hooked up (should be similar if not same to the one used by the later Konami M2 HW).


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/4dpi.cpp 4dpi] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/4dpi.cpp 4dpi] ==
Skeleton driver. MIPS based
Preliminary driver. Hangs after booting irix from miniroot.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/4enlinea.cpp 4enlinea] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/4enlinea.cpp 4enlinea] ==
Line 32: Line 36:


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/aa310.cpp aa310] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/aa310.cpp aa310] ==
Some timing bugs here and there, some softwares won't boot, not extensively tested.
RISC OS Draw app uses unimplemented copro instructions;  needs ABORT line support to the ARM core; missing hard disc controller, serial interface, 82c711, podules expansions.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/a5105.cpp a5105] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/a5105.cpp a5105] ==
Line 46: Line 50:
TODOs are short/long reset (RSTBUT), CIO, hard disk and connect RS-232 port A.
TODOs are short/long reset (RSTBUT), CIO, hard disk and connect RS-232 port A.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/abc80x.cpp abc80x] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/ac1.cpp ac1] ==
''' abc802 ''' -  
''' ac1scch ''' - Hardware differences aren't emulated yet.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/accomm.cpp accomm] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/accomm.cpp accomm] ==
Line 62: Line 66:
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/acvirus.cpp acvirus] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/acvirus.cpp acvirus] ==
80C5xx + dsp56k based. Skeletonish.
80C5xx + dsp56k based. Skeletonish.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/adacp150p.cpp adacp150p] ==
ASCII printer adapter. Does not do much more than pass the extensive self-test.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/adp.cpp adp] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/adp.cpp adp] ==
Line 93: Line 100:


== [http://github.com/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.
''' sbasebal, sbasebalj ''' - MCU simulation is inaccurate / unverified, calculates pitch speeds at very least.
''' sbasebal, sbasebalj ''' - MCU simulation is inaccurate / unverified, calculates pitch speeds at very least.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/alphasma.cpp alphasma] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/alphasma.cpp alphasma] ==
Needs work on ADB and PS/2. The charset ROM is wrong.
Needs work on ADB and PS/2. The charset ROM is wrong.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/alphatan.cpp alphatan] ==
Unemulated SAA5070 device.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/alphatpc16.cpp alphatpc16] ==
SCSI emulation is guessed / incomplete.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/alphatpx.cpp alphatpx] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/alphatpx.cpp alphatpx] ==
Line 135: Line 146:
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/anes.cpp anes] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/anes.cpp anes] ==
ROM banking isn't done yet. Blitter isn't emulated so nothing gets shown on screen.
ROM banking isn't done yet. Blitter isn't emulated so nothing gets shown on screen.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/apbeena.cpp apbeena] ==
Custom Sega SoC with ARM7TDMI core. Needs bios dump. Duplicate driver (see sega_beena.cpp).


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/apc.cpp apc] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/apc.cpp apc] ==
Line 159: Line 167:
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/apricotp.cpp apricotp] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/apricotp.cpp apricotp] ==
Needs devices, LCD and sound hook-ups.
Needs devices, LCD and sound hook-ups.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/apxen.cpp apxen] ==
Needs boot ROM disable, wrap around mode, floppy, DMA, harddisk, keyboard, RS232, printer, colour graphics board.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/arachnid.cpp arachnid] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/arachnid.cpp arachnid] ==
Line 195: Line 206:


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/astrcorp.cpp astrcorp] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/astrcorp.cpp astrcorp] ==
''' astoneag, dinodino, hacher, westvent, winbingo, winbingoa, zoo ''' - These games need decryption.
''' astoneag, dinodino, magibombd ''' - These games have been mostly decrypted. There's still something unclear about the first few hundred bytes, which aren't correct. The current suspect is they get overlayed by code provided by a protection device. For now MAME patches the reset vector, which then leads the games to boot but show a ROM error message, since they fail the internal checksum.
 
''' hacher, winbingo, winbingoa, zoo ''' These should be at the same state of astoneag, but don't show anything on screen.
 
''' magibomba, westvent ''' - Bad dump of a program ROM.
 
''' magibomb, magibombb, magibombc, magibombe ''' - They sorta work, seem to run a bit to quickly.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/astrocde.cpp astrocde] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/astrocde.cpp astrocde] ==
Line 223: Line 240:


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/atarisy2.cpp atarisy2] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/atarisy2.cpp atarisy2] ==
''' paperboyp ''' - Prototype with possibly different hardware. Some program ROMs didn't read consistently and are susptected bad. GFX ROMs weren't dumped for this set.
''' paperboyp ''' - Prototype with possibly different hardware. Some program ROMs didn't read consistently and are suspected bad. GFX ROMs weren't dumped for this set.
 
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/atarittl.cpp atarittl] ==
''' tank ''' - Netlist has been added but needs debugging and it runs very slow.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/atlantis.cpp atlantis] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/atlantis.cpp atlantis] ==
Line 245: Line 265:
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/b16.cpp b16] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/b16.cpp b16] ==
No documentation available, system boots only after some debugger trickery.
No documentation available, system boots only after some debugger trickery.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/b2m.cpp b2m] ==
Preliminary driver. FDC support is broken, among other problems.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/badlandsbl.cpp badlandsbl] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/badlandsbl.cpp badlandsbl] ==
Line 250: Line 273:


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/balsente.cpp balsente] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/balsente.cpp balsente] ==
''' triviaes4 ''' - Though clearly derived by the originals in this driver, it uses different hardware, especially for the sound.
''' triviaes4, triviaes5 ''' - Though clearly derived by the originals in this driver, it uses different hardware, especially for the sound. Banking / rom loading isn't figured out yet.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/banctec.cpp banctec] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/banctec.cpp banctec] ==
Preliminary driver.
Preliminary driver.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/banprestoms.cpp banprestoms] ==
Need emulation of the card printer / dispenser.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/bartop52.cpp bartop52] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/bartop52.cpp bartop52] ==
Line 259: Line 285:


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/bbc.cpp bbc] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/bbc.cpp bbc] ==
''' torchh10, torchh21, abc110, acw443, abc310, reutapm, bbcmaiv, bbcmarm, discmate, discmon, cfa3000, econx25, autoc15 ''' - All have different hardware combinations which aren't implemented yet.
''' torch301, torch725, abc110, acw443, abc310, reutapm, bbcmaiv, bbcmarm, discmate, discmon, cfa3000, cfa3000bp, econx25, autoc15, daisy, mpc800, mpc900, mpc900gx ''' - All have different hardware combinations which aren't implemented yet.
 
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/bcs3.cpp bcs3] ==
Cassette isn't working.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/bebox.cpp bebox] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/bebox.cpp bebox] ==
Line 286: Line 309:
''' 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.
''' gldncrwnhop ''' - Has different protection from the parent.


''' 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).
Line 295: Line 320:
Main problem is floppy disk support is missing.
Main problem is floppy disk support is missing.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/binbug.cpp binbug] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/bigkarnk_ms.cpp bigkarnk_ms] ==
Cassette doesn't work.
Heavily modified bootleg of Big Karnak running on the Modular System. Only preliminary work has been done.


== [http://github.com/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.  
''' bingoc ''' - Needs to be connected to the terminals. Sound banking could be wrong.


== [http://github.com/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? Video hardware don't make much sense.
Protection problems? Video hardware don't make much sense.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/bishi.cpp bishi] ==
''' dobouchn ''' - Hangs during ram / rom check.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/bitgraph.cpp bitgraph] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/bitgraph.cpp bitgraph] ==
Line 311: Line 333:


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/bk.cpp bk] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/bk.cpp bk] ==
''' bk0010fd, bk0011m ''' - Preliminary driver.
''' bk0010 ''' - Error message at start. Thrown into monitor.
 
''' bk0010fd ''' - Continually reboots. The system expects a rom at A000.
 
''' bk0011m ''' - Black screen at start, differences with the other systems in the driver aren't emulated.


== [http://github.com/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.
''' cj3play, cjffruit, cjplus, surpr5, texasrls ''' - These games freeze while trying to print the redemption tickets.


''' The other games ''' - Undumpable MCUs.
''' The other games ''' - Undumped MCUs.
 
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/blockch.cpp blockch] ==
Missing paddle position read (or maybe ball vs paddle collision detection), interrupts and video timing wrong.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/blw700i.cpp blw700i] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/blw700i.cpp blw700i] ==
Line 322: Line 351:


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/bmjr.cpp bmjr] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/bmjr.cpp bmjr] ==
Cassette doesn't work, break key is unemulated, basic works only with a workaround.
Break key is unemulated.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/bml3.cpp bml3] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/bml3.cpp bml3] ==
Line 336: Line 365:


== [http://github.com/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 ''' - The decryption seems good but needs a ROM patch for some opcodes. The ROM is confirmed good, so maybe some special feature of the DECO-7 CPU?
 
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/bublbobl.cpp bublbobl] ==
''' bub8749 ''' - Uses a different MCU, dumped but needs to be hooked up.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/bullet.cpp bullet] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/bullet.cpp bullet] ==
Line 342: Line 374:


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/busicom.cpp busicom] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/busicom.cpp busicom] ==
Preliminary driver.
Addition and subtraction do not work.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/buster.cpp buster] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/buster.cpp buster] ==
Line 358: Line 390:
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/c10.cpp c10] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/c10.cpp c10] ==
Driver currently gets to a loop where it waits for an interrupt.
Driver currently gets to a loop where it waits for an interrupt.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/c64.cpp c64] ==
''' clipper ''' - Hardware differencies haven't been emulated yet.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/c65.cpp c65] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/c65.cpp c65] ==
Line 371: Line 406:


== [http://github.com/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.
''' comg123, comg164, comg187, comg227, comg230 ''' - Bad/incomplete dumps.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/candela.cpp candela] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/candela.cpp candela] ==
Line 377: Line 412:


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/canon_s80.cpp canon_s80] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/canon_s80.cpp canon_s80] ==
Skeleton driver.
Skeleton driver. Missing dump of the internal ROM.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/casloopy.cpp casloopy] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/casloopy.cpp casloopy] ==
Line 407: Line 442:
== [http://github.com/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.
General CDI emulation suffers from incomplete simulation of the SLAVE and CDIC MCUs.
''' quizard4, quizard4_40, quizard4_41, quizard3_34, quizard3_32 '' - The protection hasn't been completely beaten yet. A MCU for quizard4 has been dumped, but needs proper hook-up.
 
''' quizard3, quizard4 and respective clones''' - The MCUs are dumped but the hook up isn't correct yet.
 
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/cedar_magnet.cpp cedar_magnet] ==
''' mag_drac ''' - Bad dump.


== [http://github.com/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.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/ceres.cpp ceres] ==
Needs startup/reset memory map, i/o device mapping, interrupt acknowledge, WD1002-05 Winchester/Floppy Disk Controller (WFC), keyboard, mouse.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/cesclass.cpp cesclass] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/cesclass.cpp cesclass] ==
Line 430: Line 470:


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/chessmst.cpp chessmst] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/chessmst.cpp chessmst] ==
''' chessmst, chessmstd ''' -
''' chessmsta ''' - Figure out why it won't work, for starters it assumes z80 carry flag is set at poweron?
''' chessmsta ''' - Figure out why it won't work, for starters it assumes z80 carry flag is set at poweron?
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/chesstrv.cpp chesstrv] ==
Needs emulation of the 3870 MCU in the F8 core, including timer interrupt that is used by the Boris Diplomat.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/chexx.cpp chexx] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/chexx.cpp chexx] ==
Line 444: Line 479:


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/cischeat.cpp cischeat] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/cischeat.cpp cischeat] ==
''' armchmp2 and clones ''' - Arm motor emulation is incorrect.
''' wildplt ''' - Busted timings.
''' wildplt ''' - Busted timings.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/cit101.cpp cit101] ==
Keyboard emulation is only partially working.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/cit220.cpp cit220] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/cit220.cpp cit220] ==
Preliminary driver. I8085A based.
Preliminary driver. I8085A based.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/ckz80.cpp ckz80] ==
No documentation available, so driver is mostly guesswork. If fdc is enabled in address map, it hangs waiting for a fdc response. Otherwise, it displays an error, and you can press a key to try again.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/clickstart.cpp clickstart] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/clickstart.cpp clickstart] ==
Line 456: Line 493:


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/cliffhgr.cpp cliffhgr] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/cliffhgr.cpp cliffhgr] ==
''' cliffhgra2 ''' - Fails a start up check.
''' 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.com/mamedev/mame/blob/master/src/mame/drivers/cm1800.cpp cm1800] ==
Peripherals aren't hooked up.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/cmi.cpp cmi] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/cmi.cpp cmi] ==
Line 463: Line 505:
== [http://github.com/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.com/mamedev/mame/blob/master/src/mame/drivers/cms.cpp cms] ==
M6502 based. Preliminary driver.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/cntsteer.cpp cntsteer] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/cntsteer.cpp cntsteer] ==
Line 474: Line 513:
== [http://github.com/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. Bujutsu works a bit better and is playable if you set it to free play (aka coins don't work).
Complicated Konami 3D hardware. Bujutsu works a bit better and is playable if you set it to free play (aka coins don't work).
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/coco12.cpp coco12] ==
''' trsvidtx ''' - Bad dump (underdumped).


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/codata.cpp codata] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/codata.cpp codata] ==
Line 517: Line 559:


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/cps1.cpp cps1] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/cps1.cpp cps1] ==
''' sf2amf, sf2rk, sf2stt ''' - Missing program ROMs dump.
''' sf2amf, sf2stt ''' - Missing program ROMs dump.
 
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/cps1bl_pic.cpp cps1bl_pic] ==
''' dinopic2 ''' - Bootlegs on different hardware.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/cpzodiac.cpp cpzodiac] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/cpzodiac.cpp cpzodiac] ==
Punching bag game with red dot matrix display. Z80 based.
Punching bag game with red dot matrix display. Z80 based.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/craft.cpp craft] ==
Preliminary driver.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/crgolf.cpp crgolf] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/crgolf.cpp crgolf] ==
Line 530: Line 572:
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/crimson.cpp crimson] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/crimson.cpp crimson] ==
Skeleton driver. MIPS based
Skeleton driver. MIPS based
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/crospuzl.cpp crospuzl] ==
Dies at POST with a SPU error.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/crystal.cpp crystal] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/crystal.cpp crystal] ==
''' crospuzl ''' - It's not clear how the cf card is hooked up.
''' donghaer, maldaiza ''' - Protection PIC hasn't been dumped yet.


''' crzyddz2, menghong ''' - Protection PIC hasn't been dumped yet and, even if the check is bypassed, they try to load files that don't exist on the flash card.
''' officeye ''' - Protection PICs have been dumped but there isn't a pic16c727 core yet. Simulation is quite good, but there is still some instability.


''' donghaer ''' - Protection PIC hasn't been dumped yet.
''' wulybuly ''' - Only shows text and no other GFX.
 
''' 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.com/mamedev/mame/blob/master/src/mame/drivers/csplayh5.cpp csplayh5] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/csplayh5.cpp csplayh5] ==
Line 553: Line 596:
''' lsrquiz2 ''' - wrong pitch for some gfxs, crashes during gameplay.
''' lsrquiz2 ''' - wrong pitch for some gfxs, crashes during gameplay.


''' odeontw2 ''' -
''' eldoraldg, lsrquizg, odeontw, odeontw2 ''' -


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/cv1k.cpp cv1k] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/cv1k.cpp cv1k] ==
Line 563: Line 606:
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/cz101.cpp cz101] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/cz101.cpp cz101] ==
Currently seems to hang while processing the serial ports (midi). The uPD7810 core is lacking the externally clocked serial mode.
Currently seems to hang while processing the serial ports (midi). The uPD7810 core is lacking the externally clocked serial mode.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/czk80.cpp czk80] ==
No documentation available, so driver is mostly guesswork. If fdc is enabled in address map, it hangs waiting for a fdc response. Otherwise, it displays an error, and you can press a key to try again.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/d6809.cpp d6809] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/d6809.cpp d6809] ==
Most devices aren't hooked up. Skeletonish.
Most devices aren't hooked up. Skeletonish.
 
 
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/daruma.cpp daruma] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/daruma.cpp daruma] ==
Printer. Very preliminary driver.
Printer. Very preliminary driver.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/datacast.cpp datacast] ==
Unimplemented keypad, incomplete SAA5240 emulation.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/dbox.cpp dbox] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/dbox.cpp dbox] ==
Line 601: Line 644:


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/dec8.cpp dec8] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/dec8.cpp dec8] ==
''' ghostb3a ''' - The game hangs as gameplay starts. ROMs confirmed working on PCB, confirmed problem with the fake MCU ROM.
''' ghostb3a ''' - The game hangs as gameplay starts. ROMs confirmed working on PCB. MAME sync problems?


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/deco32.cpp deco32] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/deco32.cpp deco32] ==
Line 622: Line 665:
== [http://github.com/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.com/mamedev/mame/blob/master/src/mame/drivers/design.cpp design] ==
Tobacco vending machines. Don't accept coins, possibly because of unemulated coin selectors.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/dfs500.cpp dfs500] ==
Emulation of the video hardware (DSP signal path) for GFX processing is still needed.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/dgn_beta.cpp dgn_beta] ==
Machine never boots.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/digel804.cpp digel804] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/digel804.cpp digel804] ==
Line 631: Line 683:
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/dim68k.cpp dim68k] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/dim68k.cpp dim68k] ==
Very preliminary driver. Big TODO at the top of the driver.
Very preliminary driver. Big TODO at the top of the driver.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/djmain.cpp djmain] ==
''' popnstage ''' - Only the hard disk is dumped. Missing all ROM dumps.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/dkong.cpp dkong] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/dkong.cpp dkong] ==
Line 656: Line 705:
Preliminary driver.
Preliminary driver.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/dmv.cpp dmv] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/docastle.cpp docastle] ==
''' idsoccera, asoccer ''' - See MT05419.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/dragon.cpp dragon] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/dolphunk.cpp dolphunk] ==
''' dragon200e ''' - Possibly MC6847 issue.
It is not possible to save / load programs.
 
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/dpb7000.cpp dpb7000] ==
Disk Sequencer Card emulation is preliminary.
 
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/drdmania.cpp drdmania] ==
Darts machine with video. Z80 based. One ROM dump is bad.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/drw80pkr.cpp drw80pkr] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/drw80pkr.cpp drw80pkr] ==
Line 683: Line 739:


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/ec184x.cpp ec184x] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/ec184x.cpp ec184x] ==
''' ec1840, ec1845, ec1847 ''' -  
''' ec1845, ec1847 ''' -


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/ec65.cpp ec65] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/ec65.cpp ec65] ==
Line 697: Line 753:
Skeleton driver for fruit machine games.
Skeleton driver for fruit machine games.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/einstein.cpp einstein] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/elan_eu3a05.cpp elan_eu3a05] ==
''' einst256 ''' - BIOS is a bad dump.
''' airblsjs, buzztime, pvmilfin ''' - Preliminary emulation.
 
''' carlecfg ''' - Unimplemented GFX modes, big GFX glitches.
 
''' pvwwcas ''' - Controls aren't working yet.
 
''' rad_tetr ''' - Player 2 inputs don't work.
 
''' sudoelan ''' - Might be slightly different hardware.
 
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/elan_eu3a14.cpp elan_eu3a14] ==
Preliminary driver.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/electron.cpp electron] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/electron.cpp electron] ==
Line 707: Line 774:


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/enmirage.cpp enmirage] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/enmirage.cpp enmirage] ==
Preliminary driver.
Needs Four Pole Low-Pass Voltage Controlled Filter section, external sync signal, foot pedal, ADC feedback, piano keyboard controller, expansion connector, stereo output.
 
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/eolith.cpp eolith] ==
''' raccoon ''' - Game animation & timers seem too fast.


== [http://github.com/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.com/mamedev/mame/blob/master/src/mame/drivers/esd.cpp esd] ==
''' fantstry and clone ''' - Playable, but no sound because of an undumped PIC.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/esh.cpp esh] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/esh.cpp esh] ==
Line 718: Line 791:


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/esq5505.cpp esq5505] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/esq5505.cpp esq5505] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/esqkt.cpp esqkt] ==
''' ts10, ts12 ''' -


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/esqasr.cpp esqasr] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/esqasr.cpp esqasr] ==
Line 724: Line 800:
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/esqmr.cpp esqmr] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/esqmr.cpp esqmr] ==
Skeleton driver.
Skeleton driver.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/eurit.cpp eurit] ==
Preliminary driver. ISDN-Telefon. M37730S2 based.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/europc.cpp europc] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/europc.cpp europc] ==
Line 737: Line 816:


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/exidy440.cpp exidy440] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/exidy440.cpp exidy440] ==
''' showdown4 ''' - Different PAL for protection needs to be reversed.
''' showdown4 ''' - Different type of protection wrt to the parent.


== [http://github.com/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 ''' - It will soft-lock when attempting to use either settings-save options in the service menu.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/f1gp.cpp f1gp] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/f1gp.cpp f1gp] ==
Line 763: Line 842:
Crashes during boot.
Crashes during boot.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/fcrash.cpp fcrash] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/fidel_msc.cpp fidel_msc] ==
''' dinopic2 ''' - Bootleg on different hardware.
Missing internal Z8 ROM dump.


''' wofabl ''' - Game mostly works, but heavy gfx glitches make it unplayable.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/firebeat.cpp firebeat] ==
''' popn4, popn5, popn6, popn7, popn8, popnmt, popnmt2, popnanm, popnanm2 ''' - Require DVD CHD support.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/fidel6502.cpp fidel6502] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/fitfight.cpp fitfight] ==
''' fphantom ''' - Preliminary driver.
 
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/fidel68k.cpp fidel68k] ==
''' feagv5 ''' - CPU comms are unemulated, it's still playable but not at all as intended.
 
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/fidelz80.cpp fidelz80] ==
''' bridgeca, bridgec3, vbrc ''' - The card scanner isn't emulated.
 
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/firebeat.cpp firebeat] ==
Driver is incomplete. Missing MIDI card emulation, video emulation problems..
 
== [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.


Line 800: Line 868:
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/fontwriter.cpp fontwriter] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/fontwriter.cpp fontwriter] ==
Extremely preliminary driver. The M37720 core is missing DMAC support.
Extremely preliminary driver. The M37720 core is missing DMAC support.
== [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.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/fp1100.cpp fp1100] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/fp1100.cpp fp1100] ==
Line 811: Line 876:


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/fp6000.cpp fp6000] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/fp6000.cpp fp6000] ==
Preliminary driver. FDC and keyboard don't work.
FDC/HDD and cassette saving don't work.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/freekick.cpp freekick] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/freekick.cpp freekick] ==
Line 831: Line 896:


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/funworld.cpp funworld] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/funworld.cpp funworld] ==
 
''' fw_a7_11, fw_a7_11a, fw_a0_1, jokcrdep ''' - Different hardware with epoxy block, to be reverse engineered.
''' fw_a7_11, fw_a7_11a, fw_a0_1, intrgmes, jokcrdep ''' - Different hardware with epoxy block, to be reverse engineered.
 
''' jokercrd ''' - Totaly encrypted. This game use a Funworld custom CPU.
 
''' jolycdab ''' - Program is testing/writing RAM in offset $8800-$BFFF (ROM).
 
''' jolycdig ''' - Once the NVRAM is initialized, it stops with an error.


''' jolyjokrc ''' - Bad program ROM.
''' jolyjokrc ''' - Bad program ROM.
''' multiwin ''' - Encrypted with unidentified CPU.
''' megamc3, powercrd ''' - Needs proper decryption.
''' royalcrdf ''' - Encrypted. Seems to use an epoxy block with CPU + extras (ICs, TTL, etc) to manage the encryption.


''' royalcrd_msx , royalcrd_nes ''' - Stealth games.
''' royalcrd_msx , royalcrd_nes ''' - Stealth games.
''' saloon ''' - This game is totally encrypted. No PIAs to drive I/O.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/g627.cpp g627] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/g627.cpp g627] ==
Line 858: Line 908:
''' play2000_50i ''' - Bad dump.
''' play2000_50i ''' - Bad dump.


''' saltcrdi ''' - Simulation of the exercise byke is lacking.
''' aligatorp, chmppool, srollnd ''' - Missing ds5002fp dump.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/gaiden.cpp gaiden] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/gaiden.cpp gaiden] ==
Line 873: Line 923:
''' monsterz ''' - Unemulated protection.
''' monsterz ''' - Unemulated protection.


''' ncentury, scrammr ''' - Stuck at boot. IRQ isn't enabled correctly. Protected?
''' ncentury, scramblebun, scrammr ''' - Stuck at boot. IRQ isn't enabled correctly. Protected?
 
''' mooncrs5, skelagon, supergx ''' - Bad dumps.


''' skelagon, supergx ''' - Bad dumps.
''' olibug ''' - One of the GFX ROMs is bad. Uses the Galaxian PROM, which gives bad colors(?).


''' tenspot ''' - Menu isn't working yet.
''' tenspot ''' - Menu isn't working yet.
Line 882: Line 934:


== [http://github.com/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 ''' - Bootleg on different hardware.


''' spcwarp ''' - Bad dump.
''' drivfrcsga, spcwarp ''' - Bad dump.


''' trvchlng ''' - Questions roms aren't dumped.
''' trvchlng ''' - Questions roms aren't dumped.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/galeb.cpp galeb] ==
Cassette isn't working yet.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/galivan.cpp galivan] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/galivan.cpp galivan] ==
Line 893: Line 948:
== [http://github.com/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.com/mamedev/mame/blob/master/src/mame/drivers/galpanic_ms.cpp galpanic_ms] ==
Heavily modified bootleg of Gals Panic running on the Modular System. Only preliminary work has been done.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/gambl186.cpp gambl186] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/gambl186.cpp gambl186] ==
Line 905: Line 963:
== [http://github.com/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.com/mamedev/mame/blob/master/src/mame/drivers/gb.cpp gb] ==
''' mduckspa ''' - Clone with some differences.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/gba.cpp gba] ==
''' robotech ''' - Single game reissue of "Robotech - The Macross Saga (Euro, USA)" on the GBA but with double sized ROM (BIOS replacement in first half?) and other mods.  It is unclear how compatible this is with standard hardware.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/generalplus_gpl16250_nand.cpp generalplus_gpl16250_nand] ==
Newer hardware than the one in vii.cpp, new opcodes aren't emulated yet.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/generalplus_gpl16250_rom.cpp generalplus_gpl16250_rom] ==
Newer hardware than the one in vii.cpp, new opcodes aren't emulated yet.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/generalplus_gpl16250_romram.cpp generalplus_gpl16250_romram] ==
Newer hardware than the one in vii.cpp, new opcodes aren't emulated yet.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/generalplus_gpl16250_spi.cpp generalplus_gpl16250_spi] ==
Newer hardware than the one in vii.cpp, new opcodes aren't emulated yet.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/generalplus_gpl16250_spi_direct.cpp generalplus_gpl16250_spi_direct] ==
Newer hardware than the one in vii.cpp, new opcodes aren't emulated yet.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/generalplus_gpl162xx_lcdtype.cpp generalplus_gpl162xx_lcdtype] ==
''' bkid218, pcp8718, pcp8728 ''' - Menus aren't working properly yet.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/geniusiq.cpp geniusiq] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/geniusiq.cpp geniusiq] ==
Line 911: Line 993:
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/genpc.cpp genpc] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/genpc.cpp genpc] ==
''' xtvga ''' -
''' xtvga ''' -
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/getaway.cpp getaway] ==
Hardware emulation is preliminary. Various GFX problems, missing gear shifter, etc.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/ggconnie.cpp ggconnie] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/ggconnie.cpp ggconnie] ==
Line 925: Line 1,010:


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/gmaster.cpp gmaster] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/gmaster.cpp gmaster] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/goldart.cpp goldart] ==
DS5002FP based. Preliminary driver, GFX, sound and inputs aren't properly emulated yet.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/goldngam.cpp goldngam] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/goldngam.cpp goldngam] ==
Line 930: Line 1,018:


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/goldnpkr.cpp goldnpkr] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/goldnpkr.cpp goldnpkr] ==
''' animpkr, animpkra ''' - Banking needs work and there's probably an address scramble.
''' bchancep, bchanceq ''' - Runs on older, slightly different hardware.
''' bchancep, bchanceq ''' - Runs on older, slightly different hardware.


Line 937: Line 1,023:


''' pokerdub ''' - Missing one program ROM.
''' pokerdub ''' - Missing one program ROM.
''' pokerduc ''' - Encrypted.


''' pokersis ''' - Banking isn't correct.
''' pokersis ''' - Banking isn't correct.
''' super98 ''' - Program checks zeropage registers for changes.


''' wldwitchb, wldwitche, wtchjackc ''' -  
''' wldwitchb, wldwitche, wtchjackc ''' -  
Line 949: Line 1,031:


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/goldstar.cpp goldstar] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/goldstar.cpp goldstar] ==
''' 3cdpoker, 3cdpokera, luckylad, pkrmast, prkmasta, super972 ''' - They need work on inputs / dips.
''' aplan, chryangla, cmast99, cmast99b ''' - The game appears to be stuck in a loop resetting itself after initialising NVRAM.
''' bonusch ''' - Undumped MCU.
''' bonusch ''' - Undumped MCU.


''' chryangla, cmtetrsb, jkrmast, jkrmasta, luckylad, tcl ''' - Encrypted.
''' cb3c ''' - Encrypted and on GFX ROM is a bad dump.


''' cb3c ''' - Bad dump.
''' cb3f ''' - Encryption not completely figured out.


''' cherry96 ''' - Different hardware.
''' cherry96 ''' - Different hardware.


''' cmast97 ''' - PROM decode needs fixing.
''' chryangl, chryanglb ''' - Hangs when betting or after a couple of attract mode cycles. Protection related?


''' aplan, cmast99, cmast99b ''' - The game appears to be stuck in a loop resetting itself after initialising NVRAM.
''' cmast92 ''' - Graphics ROMs aren't dumped yet.


''' chryangl ''' -
''' cmast97 ''' - PROM decode needs fixing, GFX loading is wrong.


''' cmast92 ''' - Graphics ROMs aren't dumped yet.
''' cmasterbv, cmv4a ''' - Missing switch between normal and "stealth" game.
 
''' cmasteri ''' - ROMs contain only half of what they should, but dump sizes are confirmed wrt to ROM chip type.
 
''' cmtetrsb ''' - Soon after boot it shows garbage due to wrong graphics banks.
 
''' crazybonb, wcat3a ''' - Decryption should be good. Possibly needs a different machine driver?


''' cmasterbv, cmv4a ''' - Missing switch between normal and "stealth" game.
''' eldoradd ''' - Just ROM loading done, not looked at yet. Hardware is similar to cmast97.


''' cmtetrsa ''' - Banking not understood.
''' jkrmast, jkrmasta ''' - Preliminary emulation.


''' luckybar ''' - mc68705 MCU.
''' luckybar ''' - mc68705 MCU.
Line 973: Line 1,065:
''' magoddsc, magoddsd ''' - Custom encrypted CPU block.
''' magoddsc, magoddsd ''' - Custom encrypted CPU block.


''' feverch, mbs2euro ''' - Need more work in memory map, inputs, and reels alignment.
''' nd8lines ''' - Needs correct PROMs decoding and inputs.


''' megaline ''' -
''' noved ''' - Needs GFX2 region decryption / decode, controls.


''' nfm ''' - Some roms don't seem to belong to the dumped set.
''' feverch, mbs2euro, megaline ''' - Need more work in memory map, inputs, and reels alignment.


''' pkrmast, prkmasta ''' - Incomplete dumps and probably encrypted.
''' nfm and clone ''' - Need decoding of the girls' GFX ROM.


''' roypok96c ''' -  
''' roypok96c ''' - Stuck at the Program Check screen.


''' super7 ''' - Cherry Master hack with code differences. Not looked at yet.
''' super7 ''' - Needs GFX and palette work. First time it boots and works, with written NVRAM it stops waiting for initialization. Slightly wrong decryption?


''' super9 ''' - GFXs aren't decoded yet.
''' super9 ''' - GFXs aren't decoded yet.


''' super972 ''' - Maybe the program needs some sort of address/data descramble.
''' tcl ''' - Encrypted.
 
''' war3cb ''' - Address scrambling needs to be checked.


''' wcat3 ''' -
''' wcat3 ''' - Encryption not completely broken, can be seen running after a couple soft resets.


''' wcherry ''' - Only preliminary work has been done.
''' wcherry ''' - Only preliminary work has been done.
Line 1,013: Line 1,107:
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/grfd2301.cpp grfd2301] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/grfd2301.cpp grfd2301] ==
Preliminary driver. Dump isn't complete.
Preliminary driver. Dump isn't complete.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/gsspade.cpp gsspade] ==
Mechanical redemption game? Only the sound board CPU ROM is dumped.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/gstriker.cpp gstriker] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/gstriker.cpp gstriker] ==
Line 1,027: Line 1,124:
== [http://github.com/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.com/mamedev/mame/blob/master/src/mame/drivers/gumbo.cpp gumbo] ==
''' mspuzzlen ''' - Bad dump.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/h8.cpp h8] ==
Cassette isn't working.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/h89.cpp h89] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/h89.cpp h89] ==
Line 1,054: Line 1,145:
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/hh_hcms40.cpp hh_hcms40] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/hh_hcms40.cpp hh_hcms40] ==
''' gckong ''' - random lockups (tap the jump button repeatedly): mcu stack overflow,  works ok if stack levels is increased, 38800 B rev. has more stack levels?  Or it could be a race condition: irq happening too late/early.
''' gckong ''' - random lockups (tap the jump button repeatedly): mcu stack overflow,  works ok if stack levels is increased, 38800 B rev. has more stack levels?  Or it could be a race condition: irq happening too late/early.
''' sag_si2 ''' - Suspected bad dump.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/hh_pic16.cpp hh_pic16] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/hh_pic16.cpp hh_pic16] ==
''' pabball, uspbball ''' - Preliminary drivers.
''' pabball, uspbball ''' - Preliminary drivers.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/hh_sm510.cpp hh_sm510] ==
''' tgaiden ''' - LCD segments aren't identified yet.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/hh_tms1k.cpp hh_tms1k] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/hh_tms1k.cpp hh_tms1k] ==
''' bship and clone, elecbowl ''' - As far as MAME is concerned, the game is emulated fine. But for it to be playable, it requires interaction  with other, unemulatable, things (eg. game board/pieces, playing cards, pen & paper, etc).
''' bship and clone, elecbowl ''' - As far as MAME is concerned, the game is emulated fine. But for it to be playable, it requires interaction  with other, unemulatable, things (eg. game board/pieces, playing cards, pen & paper, etc).
''' tithermos ''' - Temperature sensor comparator isn't emulated yet (right now just the digital clock works).


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/hideseek.cpp hideseek] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/hideseek.cpp hideseek] ==
Line 1,090: Line 1,178:


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/hornet.cpp hornet] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/hornet.cpp hornet] ==
''' sscope, sscopea, sscope2 ''' -
''' sscope and clones, sscope2 and clones ''' -


''' terabrst, terabrsta ''' - Missing gun emulation.
''' terabrst, terabrsta ''' - Missing gun emulation.
''' thrilldbu ''' - Heavy GFX glitches, fails wheel motor test.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/hotstuff.cpp hotstuff] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/hotstuff.cpp hotstuff] ==
Line 1,140: Line 1,230:
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/hx20.cpp hx20] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/hx20.cpp hx20] ==
Needs emulation of: keyboard interrupt, LCD controller, serial, SW6 read, RS-232, microcassette, printer, ROM cartridge, floppy TF-20, barcode reader. Might need a M6800 core rewrite.
Needs emulation of: keyboard interrupt, LCD controller, serial, SW6 read, RS-232, microcassette, printer, ROM cartridge, floppy TF-20, barcode reader. Might need a M6800 core rewrite.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/hyperscan.cpp hyperscan] ==
Needs the internal ROM dump.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/i7000.cpp i7000] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/i7000.cpp i7000] ==
Line 1,160: Line 1,247:


== [http://github.com/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 has been decrypted but minimal work has been done on the driver. Z80 based.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/if800.cpp if800] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/if800.cpp if800] ==
Skeleton driver. I8086 based.
Skeleton driver. I8086 based.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/igs011.cpp igs011] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/igs017.cpp igs017] ==
''' drgnwrldv40k ''' - Need proper decryption and protection handling.
''' happyskl, tarzanc ''' - Need IGS031 protection emulation and sprite ROM decryption.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/igs017.cpp igs017] ==
''' mgcs, lhzb2, slqz2, spkrform ''' - Incomplete protection simulation.
''' mgcs, lhzb2, slqz2, spkrform ''' - Incomplete protection simulation.


''' tarzan, tarzana, starzan ''' - Incomplete dumps.
''' unkigs, tarzan, tarzana, starzan ''' - Incomplete dumps. Also need sprite ROM decryption when dumped.


''' tarzanc ''' - Decryption is incomplete.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/igspoker.cpp igspoker] ==
''' cpoker210ks, cpoker300us ''' - Protection handling and inputs / outputs need to be verified.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/igspoker.cpp igspoker] ==
''' kungfu, stellecu ''' - Bad / incomplete dump.
''' kungfu, stellecu ''' - Bad / incomplete dump.


Line 1,194: Line 1,280:


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/indy_indigo2.cpp indy_indigo2] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/indy_indigo2.cpp indy_indigo2] ==
Needs at least the folllowing fixes: tod clock set problem, NVRAM saving and SCSI DMA to handle chains properly.
''' indigo2_4415 ''' - The different hardware isn't emulated yet.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/inteladv.cpp inteladv] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/informer_207_376.cpp informer_207_376] ==
Very preliminary driver. R65C02 based.
Two ROMs need a redump.
 
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/informer_213.cpp informer_213] ==
Terminal. 6809 based. The ASIC needs to be figured out.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/interpro.cpp interpro] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/interpro.cpp interpro] ==
Line 1,216: Line 1,305:
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/iris_power.cpp iris_power] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/iris_power.cpp iris_power] ==
Skeleton driver. MIPS based.
Skeleton driver. MIPS based.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/iris3130.cpp iris3130] ==
Missing keyboard, mouse, graphics and mass storage hook ups.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/irisha.cpp irisha] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/irisha.cpp irisha] ==
Line 1,227: Line 1,313:


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/isbc.cpp isbc] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/isbc.cpp isbc] ==
''' rpc86, isbc86, isbc8605, isbc8630, isbc286 ''' - Preliminary driver 8086 / 286 based.
''' rpc86, isbc86, isbc8605, isbc8630, isbc286, sm1810 ''' - Preliminary driver 8086 / 286 based.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/iskr103x.cpp iskr103x] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/iskr103x.cpp iskr103x] ==
Line 1,237: Line 1,323:
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/istrebiteli.cpp istrebiteli] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/istrebiteli.cpp istrebiteli] ==
''' motogonki ''' - Preliminary. Shows something on screen.
''' motogonki ''' - Preliminary. Shows something on screen.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/itc4.cpp itc4] ==
Skeletonish. Temperature controller. Z80 based.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/itech32.cpp itech32] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/itech32.cpp itech32] ==
Line 1,246: Line 1,335:
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/itt3030.cpp itt3030] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/itt3030.cpp itt3030] ==
Keyboard isn't properly hooked up. Other problems at the top of the driver.
Keyboard isn't properly hooked up. Other problems at the top of the driver.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/jack.cpp jack] ==
''' striv ''' - Resets after displaying the first question. A couple of ROMs may be bad (fixed bits).


== [http://github.com/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.com/mamedev/mame/blob/master/src/mame/drivers/jade.cpp jade] ==
If you hit a key as soon as it is started, the system will present a prompt and work. Otherwise it runs into the weeds because the rom banking isn't yet emulated.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/jaguar.cpp jaguar] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/jaguar.cpp jaguar] ==
''' jaguar, jaguarcd ''' - Currently the driver is geared toward supporting the cojag arcade games. Jaguar console support is very poor, most games aren't properly playable or have severe performance issues or crashes related to the unsafe blitter code.
''' jaguar, jaguarcd ''' - Currently the driver is geared toward supporting the cojag arcade games. Jaguar console support is very poor, most games aren't properly playable or have severe performance issues or crashes related to the unsafe blitter code.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/jangou.cpp jangou] ==
''' luckygrl ''' - Encrypted program roms. Might also be in the wrong driver.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/jokrwild.cpp jokrwild] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/jokrwild.cpp jokrwild] ==
Line 1,272: Line 1,358:


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/jpmimpct.cpp jpmimpct] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/jpmimpct.cpp jpmimpct] ==
''' buzzundr, monspdr, snlad, tqst ''' - Incomplete dumps.
''' buzzundr, monspdr, snlad ''' - Incomplete dumps.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/jpmimpctsw.cpp jpmimpctsw] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/jpmimpctsw.cpp jpmimpctsw] ==
The mechanical games aren't emulated yet.
''' all sets but j6aceclb, j6big50, j6bigbuk, j6bnza, j6camelt, j6cascz, j6gogold, j6guab, j6hapyhr, j6kungfu, j6mono60, j6montlk, j6roller, j6sonic, j6untch and relative clones ''' - Need correct layouts and settings.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/jpmsys5.cpp jpmsys5] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/jpmsys5.cpp jpmsys5] ==
Line 1,285: Line 1,371:
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/jr200.cpp jr200] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/jr200.cpp jr200] ==
Wrong timings. Also needs a MN1544 4-bit CPU core and ROM dump.
Wrong timings. Also needs a MN1544 4-bit CPU core and ROM dump.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/island.cpp island] ==
Mechanical game. Skeletonish.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/juku.cpp juku] ==
Needs display mode 384x200, sound, possibly tape and network. Floppy interface isn't understood, though it works enough with the only disk available.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/jungleyo.cpp jungleyo] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/jungleyo.cpp jungleyo] ==
Skeleton driver. Program ROMs possibly encrypted.
With a clean NVRAM MAME needs to be soft reset after init or the game will trip a '1111 exception' (caused by invalid opcode executed at  0x102, incomplete decryption most likely); likewise anything in the 0x100-0x1f7 range doesn't seem valid at all; the game sometimes expects 1+ coins even if player has available points  (and freezing with "COIN" text blinking), very unlikely to be intended  behaviour?


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/jupiter.cpp jupiter] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/jupiter.cpp jupiter] ==
Line 1,306: Line 1,398:
''' kaypro1084 ''' - Boots from floppy, but needs hard drive added.
''' kaypro1084 ''' - Boots from floppy, but needs hard drive added.


''' kaypro2x, kaypro4a ''' - Floppy not working.
''' kaypro4a ''' - Floppy not working.


''' kayproiip88, kaypro484p88 ''' - Works as a normal Kaypro 4, extra hardware not done.
''' kayproiip88, kaypro484p88 ''' - Works as a normal Kaypro 4, extra hardware not done.


''' omni4 ''' - I/O board isn't emulated.
''' omni2, omni4 ''' - I/O board isn't emulated.


''' robie ''' - Has twin 2.6MB 5.25 floppy drives which aren't supported, no software available.
''' robie ''' - Has twin 2.6MB 5.25 floppy drives which aren't supported, no software available.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/kc.cpp kc] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/kc.cpp kc] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/kikikai.cpp kikikai] ==
''' mexico86a ''' -


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/kingdrby.cpp kingdrby] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/kingdrby.cpp kingdrby] ==
Line 1,326: Line 1,421:


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/klax.cpp klax] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/klax.cpp klax] ==
''' klax2bl, klax2bl2''' - Bootleg on different hardware. Both currently boot but hang shortly thereafter.
''' klax2bl3 ''' - Audio CPU has encrypted opcodes.
 
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/kminus.cpp kminus] ==
Computer. Z80 based. No notes on what's missing.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/koftball.cpp koftball] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/koftball.cpp koftball] ==
Line 1,340: Line 1,438:
''' btltryst ''' - Unemulated GFX modes make the game too glitchy to be playable.
''' btltryst ''' - Unemulated GFX modes make the game too glitchy to be playable.


''' evilngte, totlvica, totlvicj, totlvicu ''' -  
''' evilngte, totlvica, totlvicj, totlvicu ''' - They get stuck during boot.


''' heatof11 ''' - Hangs if Japan is selected. Timing related, as setting perfect interleave fixes it.
''' heatof11 ''' - Hangs if Japan is selected. Timing related, as setting perfect interleave fixes it.
Line 1,351: Line 1,449:


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/konmedal.cpp konmedal] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/konmedal.cpp konmedal] ==
Preliminary driver. Z80 based.
''' slimekun ''' -
 
''' tsururin ''' - Resets after initial ROM / RAM test. IRQ related.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/konmedal68k.cpp konmedal68k] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/konmedal68k.cpp konmedal68k] ==
Almost playable. Mostly needs to be checked by someone who understands how the game should be played.
''' dobouchn ''' - Controls need verifying.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/kopunch.cpp kopunch] ==
''' konslot, konslot2 ''' - Possibly have no video output or have it implemented in some unusual way.
Boxing bag game. Sensors aren't emulated, so it isn't "playable".
 
''' pwrchanc, spcpokan ''' - Colors are wrong, inputs not verified.
 
''' unkkonmd ''' -
 
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/kopunch.cpp kopunch] ==
Boxing bag game. Sensors aren't emulated, so it isn't "playable".


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/kron.cpp kron] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/kron.cpp kron] ==
Line 1,367: Line 1,473:
== [http://github.com/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.com/mamedev/mame/blob/master/src/mame/drivers/ktm3.cpp ktm3] ==
Only a few address lines are decoded at all. The resulting mirroring might not be accurately emulated yet.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/kyocera.cpp kyocera] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/kyocera.cpp kyocera] ==
''' pc8201 ''' - Keyboard layout is wrong, floppys aren't hooked up.
''' pc8201 ''' - Cassette's not working, floppies aren't hooked up.
 
''' pc8201a ''' - Cassette's not working.


''' npc8300 ''' - Doesn't boot.
''' npc8300 ''' - Doesn't boot.
Line 1,376: Line 1,487:
Keyboard is only partially emulated, misses RGB graphics mode emulation, FDC C800 page appears to be inside the FDC cartridge (a dump is needed). Also misses Centronics printer port and cassette emulation.
Keyboard is only partially emulated, misses RGB graphics mode emulation, FDC C800 page appears to be inside the FDC cartridge (a dump is needed). Also misses Centronics printer port and cassette emulation.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/laserbat.cpp laserbat] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/lastfght.cpp lastfght] ==
''' catnmousa ''' - Bad dump.
Game speed seems to be completely wrong, timers and player movement too fast?


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/laz_aftrshok.cpp laz_aftrshok] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/laz_aftrshok.cpp laz_aftrshok] ==
Mechanical game, needs controls simulation.
Mechanical game, needs controls simulation.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/laz_ribrak.cpp laz_ribrak] ==
''' awetoss ''' - Mechanical game, needs controls simulation.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/lbpc.cpp lbpc] ==
PC. V40 based. Inputs aren't hooked up.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/lcmate2.cpp lcmate2] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/lcmate2.cpp lcmate2] ==
Line 1,386: Line 1,503:


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/legionna.cpp legionna] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/legionna.cpp legionna] ==
''' grainbow and clone, cupsoc and clones ''' - Complex Seibu 'COP' protection device. Most functions have been emulated, but glitches remain which makes games not completely playable.
''' cupsoc and clones ''' - Complex Seibu 'COP' protection device. Most functions have been emulated, but glitches remain which makes games not completely playable.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/leland.cpp leland] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/leland.cpp leland] ==
Line 1,392: Line 1,509:


== [http://github.com/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 and clone ''' - Directional inputs (wheel) don't work yet.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/lg_dvd.cpp lg_dvd] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/lg_dvd.cpp lg_dvd] ==
Line 1,406: Line 1,523:
Lisa OS doesn't boot.
Lisa OS doesn't boot.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/llc.cpp llc] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/lk3000.cpp lk3000] ==
''' llc1 ''' - Bad dump.
Preliminary driver. WIP.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/lola8a.cpp lola8a] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/lnw80.cpp lnw80] ==
Preliminary driver. I8085 based.
Floppies don't work.
 
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/ltcasino.cpp ltcasino] ==
''' ltcasinn ''' - Missing inputs.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/ltd.cpp ltd] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/ltd.cpp ltd] ==
Line 1,427: Line 1,541:


== [http://github.com/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, ipminvad1 ''' - Incomplete dumps.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/m107.cpp m107] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/m107.cpp m107] ==
Line 1,436: Line 1,550:


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/m24.cpp m24] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/m24.cpp m24] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/m3.cpp m3] ==
Unfinished floppy hookup (no available software to test it). Not all keys are mapped.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/m6805evs.cpp m6805evs] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/m6805evs.cpp m6805evs] ==
Line 1,441: Line 1,558:


== [http://github.com/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.
''' imgfightb ''' - Bootleg of the imgfightj set. It uses an I80C31 with external ROM instead of an I8751 with internal ROM. Game code is identical but for a single byte in one of the program ROMs. Stuck on a 'RAM NG 7' screen, possibly due to different timings?
 
''' loht_ms, lohtb, rtypem82b, rtype2m82b ''' - The bootleg hardware is different to the original hardware.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/m79152pc.cpp m79152pc] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/m79152pc.cpp m79152pc] ==
Line 1,450: Line 1,569:


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/mac.cpp mac] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/mac.cpp mac] ==
''' maccclas ''' -
''' maciifx ''' -
''' maclc2 ''' -


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/mac128.cpp mac128] ==
''' maclc520 ''' -


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/macpci.cpp macpci] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/macpci.cpp macpci] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/macprtb.cpp macprtb] ==
Via6522 emulation is imperfect and causes numerous bugs.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/macpwrbk030.cpp macpwrbk030] ==
Via6522 emulation is imperfect and causes numerous bugs.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/macquadra700.cpp macquadra700] ==
Via6522 emulation is imperfect and causes numerous bugs.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/macs.cpp macs] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/macs.cpp macs] ==
Line 1,467: Line 1,600:


== [http://github.com/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, mcolorsa, suprpool ''' - Missing  dump of the internal rom of the HD6473308cp10.
''' hotslot, magic102 and clone, mcolors, mcolorsa, suprpool ''' - Missing  dump of the internal rom of the HD6473308cp10.


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


== [http://github.com/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.com/mamedev/mame/blob/master/src/mame/drivers/magnum.cpp magnum] ==
Preliminary driver. 80186 based.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/malzak.cpp malzak] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/malzak.cpp malzak] ==
Line 1,490: Line 1,618:


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/marywu.cpp marywu] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/marywu.cpp marywu] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/max80.cpp max80] ==
Computer. Z80 based. Currently stuck because floppy reading fails.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/maygay1b.cpp maygay1b] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/maygay1b.cpp maygay1b] ==
Line 1,496: Line 1,627:
== [http://github.com/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.com/mamedev/mame/blob/master/src/mame/drivers/mbc020.cpp mbc020] ==
Computer. M6512 based. Skeletonish driver.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/mbee.cpp mbee] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/mbee.cpp mbee] ==
''' mbee128, mbee128p, mbee256, mbee56, mbeepp ''' - Hardware differences haven't been emulated yet.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/mc1502.cpp mc1502] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/mc1502.cpp mc1502] ==
''' pk88 ''' - Missing video and keyboard emulation.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/mc80.cpp mc80] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/mc8030.cpp mc8030] ==
Very little documentation available, so the driver is mostly guesswork. Z80 based.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/mccpm.cpp mccpm] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/mccpm.cpp mccpm] ==
FDC is implented but there's no software to test it.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/mcr.cpp mcr] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/mcr.cpp mcr] ==
Line 1,518: Line 1,656:


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/megadriv_acbl.cpp megadriv_acbl] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/megadriv_acbl.cpp megadriv_acbl] ==
''' twinktmb ''' - Undumped PIC controls at least coins and dips. Crude simulation causes problems in detecting coins.
''' barek2mb ''' -  PIC is dumped but hasn't been hooked up yet. Crude simulation causes problems in detecting coins.
 
''' bk3ssrmb ''' - The mechanism to switch between the 2 games hasn't been identified yet.
 
''' jparkmb, twinktmb ''' - Undumped PIC controls at least coins and dips. Crude simulation causes problems in detecting coins.
 
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/megadriv_rad.cpp megadriv_rad] ==
''' ra145 ''' - Bad dump.
 
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/megadriv_sunplus_hybrid.cpp megadriv_sunplus_hybrid] ==
SunPlus side isn't hooked up.
 
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/megadriv_vt_hybrid.cpp megadriv_vt_hybrid] ==
VT side isn't hooked up.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/megaplay.cpp megaplay] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/megaplay.cpp megaplay] ==
Line 1,526: Line 1,677:
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.com/mamedev/mame/blob/master/src/mame/drivers/mephisto.cpp mephisto] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/menghong.cpp menghong] ==
HY04 protection needs simulation (controls tile RNG at very least and possibly colors). EEPROM isn't hooked up yet.
 
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/mephistp.cpp mephistp] ==
Pinball hardware. I8088 based. Needs I8256 emulation.


== [http://github.com/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.
''' mosdraw ''' - Needs RTC and printer hook up.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/meritm.cpp meritm] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/meritm.cpp meritm] ==
Line 1,540: Line 1,697:


== [http://github.com/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.
''' metabee ''' - Hopper isn't emulated, so game doesn't start.
 
''' poittoc ''' - One of the program ROMs isn't dumped.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/mexico86.cpp mexico86] ==
''' puzzlet ''' - In game timer doesn't decrease.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/mfabfz.cpp mfabfz] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/mfabfz.cpp mfabfz] ==
Line 1,554: Line 1,713:


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/microdec.cpp microdec] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/microdec.cpp microdec] ==
Floppy doesn't work and timer chip isn't hooked up.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/micropin.cpp micropin] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/micropin.cpp micropin] ==
''' pentacup ''' - Pinball hardware. M6800 based
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/microtan.cpp microtan] ==
''' mt6809 ''' - Uses a different CPU from the other machines in the drivers, still preliminary.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/microterm_f8.cpp microterm_f8] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/microterm_f8.cpp microterm_f8] ==
WIP driver. Missing some GFX modes.
WIP driver. Missing some GFX modes.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/microvsn.cpp microvsn] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/midyunit.cpp midyunit] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/midyunit.cpp midyunit] ==
''' mkrep ''' -


== [http://github.com/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.com/mamedev/mame/blob/master/src/mame/drivers/mikro80.cpp mikro80] ==
Cassette save produces incorrect signal.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/miniboy7.cpp miniboy7] ==
''' bejpoker, sminiboy ''' - Missing inputs: HOLD 1 and SMALL.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/minicom.cpp minicom] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/minicom.cpp minicom] ==
Line 1,578: Line 1,747:


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/mips.cpp mips] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/mips.cpp mips] ==
Missing: cpu tlb implementation, remaining iop interface, brcond0 signal, keyboard controller and keyboard, floppy drive and buzzer.
''' rc3230, rs3230 ''' -
 
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/missamer.cpp missamer] ==
Mainly there's no ball physics simulation.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/missile.cpp missile] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/missile.cpp missile] ==
Line 1,588: Line 1,760:
''' pangbp ''' - Has an extra Z80 with battery backed RAM for protection. RAM dump not available.
''' pangbp ''' - Has an extra Z80 with battery backed RAM for protection. RAM dump not available.


''' pkladiesbl, pkladiesbl2. ''' - Need CPU "decryption" / ordering. The latter gets a bit further.
''' pkladiesbl '''' - Needs CPU "decryption".


''' spanglbl2 ''' - Bootleg on different hardware.
''' pkladiesbl2 '''' - Needs inputs, sound and GFX fixes.
 
''' spangbl2 ''' - Bootleg on different hardware.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/mits680b.cpp mits680b] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/mits680b.cpp mits680b] ==
Skeleton-ish. M6800 based.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/ml20.cpp ml20] ==
Needs currently unimplemented V25 features (serial, etc.).


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/mk85.cpp mk85] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/mk85.cpp mk85] ==
Skeleton-ish. K1801VM2 based.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/mk90.cpp mk90] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/mk90.cpp mk90] ==
Line 1,601: Line 1,780:


== [http://github.com/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 ''' - Guesswork incomplete on the math copro dsp functions and program impossible to dump without decapping.


''' wingwar360 ''' - Needs emulation of the additional boards needed for the R360. Currently doesn't start, waiting for the safety bar to be lowered.
''' vf ''' - Collision detection is broken due to imperfect TGP RAM port emulation or hookup.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/model2.cpp model2] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/model2.cpp model2] ==
Line 1,612: Line 1,791:
== [http://github.com/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.com/mamedev/mame/blob/master/src/mame/drivers/monty.cpp monty] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/monzagp.cpp monzagp] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/monzagp.cpp monzagp] ==
Line 1,641: Line 1,818:


== [http://github.com/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. 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.com/mamedev/mame/blob/master/src/mame/drivers/mpz80.cpp mpz80] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/mpz80.cpp mpz80] ==
Line 1,670: Line 1,847:
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/mtouchxl.cpp mtouchxl] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/mtouchxl.cpp mtouchxl] ==
''' mtchxl5k and clones, mtchxlgld and clone ''' - The security key hasn't been reverse engineered.
''' mtchxl5k and clones, mtchxlgld and clone ''' - The security key hasn't been reverse engineered.
''' mtchxlti ''' -


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/multfish.cpp multfish] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/multfish.cpp multfish] ==
Line 1,683: Line 1,862:
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/mupid2.cpp mupid2] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/mupid2.cpp mupid2] ==
Skeletonish. Z80 based.
Skeletonish. Z80 based.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/mvme162.cpp mvme162] ==
M68040 based. Extensive TODO at the top of the driver.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/mw18w.cpp mw18w] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/mw18w.cpp mw18w] ==
Line 1,707: Line 1,889:


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/namcond1.cpp namcond1] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/namcond1.cpp namcond1] ==
''' abcheck ''' - Controls aren't properly hooked up (two buttons only for 3 players, and only 1 coin slot, mapped as player 2).
''' gynotai ''' - Ball sensors aren't understood.
''' gynotai ''' - Ball sensors aren't understood.


== [http://github.com/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.
Encryption has been broken, at least for some sets, but there's still protection or maybe some unemulated feature.


== [http://github.com/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.
''' mdhorse, sws2000, sws2001 ''' - DMA problems.


''' kaiunqz ''' - Stuck at boot.
''' kaiunqz ''' - Stuck at boot.


''' tektagtjb, tektagtja ''' - Incomplete dump.
''' kartduel, tektagtjcl, tektagtjb, tektagtja ''' - Bad / incomplete dumps.


''' 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.
Line 1,764: Line 1,944:
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/nds.cpp nds] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/nds.cpp nds] ==
Driver is preliminary. Currently WIP.
Driver is preliminary. Currently WIP.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/nemesis.cpp nemesis] ==
''' bubsys ''' - Unidentified and undumped Fujitsu MCU provides code snippets.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/neogeo.cpp neogeo] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/neogeo.cpp neogeo] ==
Line 1,780: Line 1,957:
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.com/mamedev/mame/blob/master/src/mame/drivers/neptunp2.cpp neptunp2] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/nes.cpp nes] ==
Skeleton driver. Missing GFX ROMs dump.
 
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/nes_clone.cpp nes_clone] ==
Differences from the original hardware aren't emulated yet.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/nes.cpp nes] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/nes_sh6578.cpp nes_sh6578] ==
Enhanced SH6578 NES clone hardware. Differences not emulated yet.
 
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/nes_vt02_vt03.cpp nes_vt02_vt03] ==
''' ablping, cbrs8, mc_105te, megapad, protpp, rfcp168, senwld, vdogdeme, vdogdemo, vtboxing, vtpinball ''' - These NES clones have modified hardware. Differences aren't fully implemented yet, causing these games not to work properly.
 
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/nes_vt09.cpp nes_vt09] ==
''' rbbrite ''' - Possibly different hardware (VT369?).
 
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/nes_vt32.cpp nes_vt32] ==
''' all games but bittboy, dgun2573, dgun2573a, fapocket, fcpocket, mc_cb280, rminitv, sy888b, sy889, unkra200 ''' - These NES clones have modified hardware. Differences aren't fully implemented yet, causing these games not to work properly.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/nes_vt.cpp nes_vt] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/nes_vt369_vtunknown nes_vt369_vtunknown]==
Extensive todo on top of the driver. These NES clones have modified hardware.
These NES clones have modified hardware. Differences aren't fully implemented yet, causing these games not to work properly.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/newbrain.cpp newbrain] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/newbrain.cpp newbrain] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/news_68k.cpp news_68k] ==
Needs mouse and keyboard, graphics and slots emulation.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/next.cpp next] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/next.cpp next] ==
Line 1,803: Line 1,995:
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/nmk16.cpp nmk16] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/nmk16.cpp nmk16] ==
''' firehawkv ''' - Incomplete dump.
''' firehawkv ''' - Incomplete dump.
''' tdragonb2 ''' - GFX and input problems. IRQs related?


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/norautp.cpp norautp] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/norautp.cpp norautp] ==
Line 1,815: Line 2,009:
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/notechan.cpp notechan] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/notechan.cpp notechan] ==
Very preliminary driver. Screenless system. Z80 + M6295 based.
Very preliminary driver. Screenless system. Z80 + M6295 based.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/novagf8.cpp novagf8] ==
Goes bonkers when you press Enter. F8 CPU core bug?


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/nsm.cpp nsm] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/nsm.cpp nsm] ==
Line 1,829: Line 2,020:


== [http://github.com/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.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/nycaptor.cpp nycaptor] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/nycaptor.cpp nycaptor] ==
Line 1,844: Line 2,035:
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/okean240.cpp okean240] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/okean240.cpp okean240] ==
Very preliminary. Needs memory banking, floppy and cassettes, etc.
Very preliminary. Needs memory banking, floppy and cassettes, etc.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/olivpc1.cpp olivpc1] ==
Keyboard not working yet.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/olyboss.cpp olyboss] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/olyboss.cpp olyboss] ==
Line 1,850: Line 2,044:
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/olytext.cpp olytext] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/olytext.cpp olytext] ==
Skeletonish. Z80 based.
Skeletonish. Z80 based.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/ondra.cpp ondra] ==
Cassette isn't working yet.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/oneshot.cpp oneshot] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/oneshot.cpp oneshot] ==
Line 1,856: Line 2,053:
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/onyx.cpp onyx] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/onyx.cpp onyx] ==
Main screen prints an error with CTC (because there's no clock into it atm). Devices aren't hooked up yet.
Main screen prints an error with CTC (because there's no clock into it atm). Devices aren't hooked up yet.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/orao.cpp orao] ==
Cassette isn't working yet.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/osi.cpp osi] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/osi.cpp osi] ==
''' c1pmf ''' -


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/otomedius.cpp otomedius] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/otomedius.cpp otomedius] ==
Line 1,870: Line 2,071:


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


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/palm.cpp palm] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/palm.cpp palm] ==
Line 1,886: Line 2,084:


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/partner.cpp partner] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/partner.cpp partner] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/pasha2.cpp pasha2] ==
''' zdrum ''' - Coins don't work, inputs incomplete, seems to trip some unimplemented / buggy behaviour of the Hyperstone core. Also needs hard disk dump and MP3 board emulation.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/paso1600.cpp paso1600] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/paso1600.cpp paso1600] ==
Chargen and kanji ROM aren't dumped. FDC isn't identified (missing software anyway).


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


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/pasopia.cpp pasopia] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/pasopia.cpp pasopia] ==
Missing emulation of the FDC and other I/O expansions.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/pasopia7.cpp pasopia7] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/pasopia7.cpp pasopia7] ==
Line 1,907: Line 2,110:


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/pc2000.cpp pc2000] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/pc2000.cpp pc2000] ==
Z80 based.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/pc6001.cpp pc6001] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/pc6001.cpp pc6001] ==
Undumped MCU dump (i8049, controls tape and keyboard). We currently hack tape loading to directly inject contents directly into RAM, would be hairy to support without the actual dump.
Needs daisy chain support for all connected devices that can send an irq event, emulation suffers from irq miscatches especially from keyboard and timer.
FDC is unemulated (unknown part #), it also diverges between pc6001 and pc6601.
Video chip is a M5C6847P-1, a derivative of MC6847, later '''pc6001mk2''' uses a(n unknown part #) superset with black instead of green as typical background pen and a new "Mode 5" gfx, which can do nasty mid-scanline effects (cfr. Tiny Xevious Mk 2, where it draws score display portion with different mode than gameplay).
'''pc6001mk2''' also has a μpd7552 voice chip, unemulated (cfr. Chrith Ai no Tabidachi / クリス 愛の旅立ち intro)
'''pc6001sr''' is yet again a superset of the older HWs, no way to surpass the initial PC-6001MK2SR World screen (again irq misfire off the bat?).


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/pc8001.cpp pc8001] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/pc8001.cpp pc8001] ==
Line 1,919: Line 2,134:


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/pc88va.cpp pc88va] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/pc88va.cpp pc88va] ==
'''pc88va''' jumps off the weeds with two bogus opcodes (noted in source)
'''pc88va2''' no SW loads up due of missing μpd71071 DMA demand mode (required by the FDC device).
Unemulated plain PC8801 compatibility mode.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/pc9801.cpp pc9801] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/pc9801.cpp pc9801] ==
Most dumps aren't genuine. Extensive TODO at the top of the driver.
Extensive TODO list on top of driver.
 
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/pc9801_epson.cpp pc9801_epson] ==
Extensive TODO list on top of driver.
 
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/pc9821.cpp pc9821] ==
Extensive TODO list on top of driver.
 
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/pc98ha.cpp pc98ha] ==
Extensive TODO list on top of driver.


== [http://github.com/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.
''' toursol1 ''' - Protection check hasn't been patched out, like it has in the parent.


== [http://github.com/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] ==
Line 1,932: Line 2,161:


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/pce220.cpp pce220] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/pce220.cpp pce220] ==
''' pcg850v ''' -


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/pcfx.cpp pcfx] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/pcfx.cpp pcfx] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/pcm.cpp pcm] ==
Lack of software makes it difficult to prove the emulation is correct.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/pcw.cpp pcw] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/pcw.cpp pcw] ==
Line 1,942: Line 2,175:


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


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


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/peplus.cpp peplus] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/peplus.cpp peplus] ==
''' all imperial games ''' - Stuck during initialization.
''' peke0004, peke0017,  pex0006k, pex0013k, pex0013ka ''' -  
''' peke0004, peke0017,  pex0006k, pex0013k, pex0013ka ''' -  


Line 1,955: Line 2,192:


''' pex0489p, pex2474p ''' - Need unknown PE+ GAME POKER program to run.
''' pex0489p, pex2474p ''' - Need unknown PE+ GAME POKER program to run.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/pes.cpp pes] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/pet.cpp pet] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/pet.cpp pet] ==
Line 1,969: Line 2,204:


== [http://github.com/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, martmasttw, oldsplus, pgm3in1, puzlstar, py2k2, svgtw ''' - Need internal rom of IGS027A.
''' dmnfrntpcb, kovlsjb, kovlsjba, kovlsqh, kovlsqh2, kovshp, kovshxas, kovytzy, martmasttw, oldsplus, pgm3in1, puzlstar, svgtw ''' - Need internal rom of IGS027A.


''' drgw2hk ''' - Protections isn't simulated yet.
''' drgw2hk ''' - Protections isn't simulated yet.
Line 1,993: Line 2,228:


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/pk8000.cpp pk8000] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/pk8000.cpp pk8000] ==
''' pk8002 ''' -
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/pk8020.cpp pk8020] ==
''' bk8t ''' - Keyboard not working, stuck at a "config" screen.
''' kontur ''' - Needs to boot from a floppy and there isn't one available that works.
''' korvet ''' - Can boot CP/M, but the keyboard then doesn't work.
''' neiva ''' - Keyboard not working.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/plan80.cpp plan80] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/plan80.cpp plan80] ==
Autorepeat on the keyboard is broken. Not all devices have been hooked up.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/play_1.cpp play_1] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/play_1.cpp play_1] ==
Line 2,030: Line 2,276:
Lots of GFX problems.
Lots of GFX problems.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/powerbal.cpp powerbal] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/powerins.cpp powerins] ==
''' atombjt ''' - Mostly playable, but sprites have squares around them.
''' powerinsc ''' - Sprites are in a different format which hasn't been decoded yet.
 
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/pp.cpp pp] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/pp01.cpp pp01] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/pp01.cpp pp01] ==
Interrupt controller isn't emulated and cassette support is untested.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/prestige.cpp prestige] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/prestige.cpp prestige] ==
Needs better IRQ timing, the mouse is too slow and sometime freezes, the memory banking isn't entirely understood, cartridges need to be implemented.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/primo.cpp primo] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/primo.cpp primo] ==
Line 2,046: Line 2,296:


== [http://github.com/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 ''' - Ball is misplaced when on the ground.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/prophet600.cpp prophet600] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/prophet600.cpp prophet600] ==
Line 2,061: Line 2,311:


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/psx.cpp psx] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/psx.cpp psx] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/pubtimed.cpp pubtimed] ==
Skeletonish. M6802 based darts game.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/pulsar.cpp pulsar] ==
Floppy doesn`t work correctly.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/pv2000.cpp pv2000] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/pv2000.cpp pv2000] ==
Keyboard is only partially supported, joystick and cassette aren't emulated.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/pve500.cpp pve500] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/pve500.cpp pve500] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/pwp14.cpp pwp14] ==
Word processor. Z80 based.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/pwrview.cpp pwrview] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/pwrview.cpp pwrview] ==
Line 2,078: Line 2,338:


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/quickpick5.cpp quickpick5] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/quickpick5.cpp quickpick5] ==
53244/245 VROM readback isn't correctly hooked up yet.
''' waijockey ''' - Heavy GFX glitches.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/quizpun2.cpp quizpun2] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/quizpun2.cpp quizpun2] ==
Line 2,085: Line 2,345:
== [http://github.com/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.com/mamedev/mame/blob/master/src/mame/drivers/qvt70.cpp qvt70] ==
Preliminary emulation. No inputs.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/qx10.cpp qx10] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/qx10.cpp qx10] ==
Line 2,090: Line 2,353:
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/r9751.cpp r9751] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/r9751.cpp r9751] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/rad_eu3a05.cpp rad_eu3a05] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/radionic.cpp radionic] ==
''' rad_tetr ''' - Player 2 inputs don't work.
Tape and floppy support are problematic.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/rad_eu3a14.cpp rad_eu3a14] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/raiden_ms.cpp raiden_ms] ==
Preliminary driver.
Bootleg on Modular System, heavily modified from the original. V30 based.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/raiden2.cpp raiden2] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/raiden2.cpp raiden2] ==
Line 2,105: Line 2,368:
== [http://github.com/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.com/mamedev/mame/blob/master/src/mame/drivers/ravens.cpp ravens] ==
The cassette saves a noise but it returns a bad load.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/rbmk.cpp rbmk] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/rbmk.cpp rbmk] ==
Line 2,113: Line 2,379:


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/rc759.cpp rc759] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/rc759.cpp rc759] ==
 
Needs better I82730 emulation.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/rd110.cpp rd110] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/redalert.cpp redalert] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/redalert.cpp redalert] ==
Line 2,125: Line 2,390:
== [http://github.com/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.com/mamedev/mame/blob/master/src/mame/drivers/rd100.cpp rd100] ==
No infos available but some PCB pictures. MC6809P based.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/riscpc.cpp riscpc] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/riscpc.cpp riscpc] ==
PS/2 keyboard doesn't work properly,  CMOS settings don't work, pending fatalerror from ARM7 core.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/rm380z.cpp rm380z] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/rm380z.cpp rm380z] ==
''' rm480z ''' - Only preliminary work done.
''' rm480z ''' - Only preliminary work done.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/rmt32.cpp rmt32] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/roland_cm32p.cpp roland_cm32p] ==
Synth. Sound isn't emulated yet.
 
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/roland_d10.cpp roland_d10] ==
Expander. Sound isn't emulated yet.
 
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/roland_d50.cpp roland_d50] ==
Skeletonish. Synthesizer. UPD78312 based.
 
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/roland_mt32.cpp roland_mt32] ==
Skeletonish. Expander. P8098 based.
 
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/roland_pr100.cpp roland_pr100] ==
MIDI sequencer. Needs emulation of the gate arrays.
 
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/roland_sc55.cpp roland_sc55] ==
Skeletonish. Expander. P8098 based.
 
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/roland_tb303.cpp roland_tb303] ==
Bass line. NEC_D650. Sound unemulated (discrete).
 
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/roland_tr606.cpp roland_tr606] ==
Drum machine. NEC_D650. Sound unemulated (discrete).
 
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/roland_tr909.cpp roland_tr909] ==
Drum machine. UPD7810. Sound unemulated.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/rollext.cpp rollext] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/rollext.cpp rollext] ==
Line 2,138: Line 2,432:
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/route16.cpp route16] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/route16.cpp route16] ==
''' jongpute ''' - Palette problem makes the tiles difficult to recognize.
''' jongpute ''' - Palette problem makes the tiles difficult to recognize.
''' vscompmj ''' - Inputs don't seem to work correctly.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/rowamet.cpp rowamet] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/rowamet.cpp rowamet] ==
Line 2,144: Line 2,440:
== [http://github.com/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.
''' chalgirl, mjsenka, mjsiyoub, rkjanoh2 ''' - Banking needs to be verified by finishing the game.


''' janoh ''' - Incomplete dump.
''' janoh ''' - Incomplete dump.
Line 2,150: Line 2,448:


''' mjdejavu and clone ''' - Calls by the player don't work.
''' mjdejavu and clone ''' - Calls by the player don't work.
''' mjsenka, mjsiyoub ''' - Incorrect ROM loading?


''' mjtensin ''' - Random crashes, related to interrupts.
''' mjtensin ''' - Random crashes, related to interrupts.
''' rkjanoh2 ''' - Only preliminary work has been done.


== [http://github.com/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.com/mamedev/mame/blob/master/src/mame/drivers/rsc55.cpp rsc55] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/rt1715.cpp rt1715] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/rt1715.cpp rt1715] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/rtpc.cpp rtpc] ==
Diagnostic disk 1 fails with code 67; aix vrm disk 1 fails with alternating code a6/13.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/rvoice.cpp rvoice] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/rvoice.cpp rvoice] ==
Skeletonish. HD63701Y0 based.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/rx78.cpp rx78] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/rx78.cpp rx78] ==
Line 2,195: Line 2,491:
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/s9.cpp s9] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/s9.cpp s9] ==
Pinball games. Emulation is (almost) complete, but the missing simulation of the tables makes them unplayable.
Pinball games. Emulation is (almost) complete, but the missing simulation of the tables makes them unplayable.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/sacstate.cpp sacstate] ==
The weird characters that show on screen are various escape sequences. These are different depending on the terminal type chosen. The codes need to be understood and emulated before this system makes sense.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/sage2.cpp sage2] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/sage2.cpp sage2] ==
Floppy loading doesn't work.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/sam.cpp sam] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/sam.cpp sam] ==
Pinball games. Almost skeletonish.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/sapi1.cpp sapi1] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/sapi1.cpp sapi1] ==
''' sapizps3 and clones ''' - They try to read a disk and stop responding after showing the logo.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/sartorius.cpp sartorius] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/sartorius.cpp sartorius] ==
Line 2,206: Line 2,508:


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


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/sbc6510.cpp sbc6510] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/sbc6510.cpp sbc6510] ==
ATMEGA8 CPU emulation is incomplete.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/sbmjb.cpp sbmjb] ==
Needs hopper emulation.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/sbrain.cpp sbrain] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/sbrain.cpp sbrain] ==
Keyboard needs improvements, missing expansion bus slot emulation.


== [http://github.com/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.com/mamedev/mame/blob/master/src/mame/drivers/sc1.cpp sc1] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/schick.cpp schick] ==
Hack of Pengo. It has been decrypted but there is some additional protection.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/scobra.cpp scobra] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/scobra.cpp scobra] ==
''' hustlerb6 ''' - Bootleg on different hardware (no I8255s). Stuck on boot.
''' rescuefe ''' - Bad / incomplete dump.
''' rescuefe ''' - Bad / incomplete dump.


Line 2,238: Line 2,550:
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/seattle.cpp seattle] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/seattle.cpp seattle] ==
''' sfrushrkw, sfrushrkwo ''' - Wavenet isn't emulated.
''' sfrushrkw, sfrushrkwo ''' - Wavenet isn't emulated.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/segaatom.cpp segaatom] ==
Preliminary driver. H8S/2373 based.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/segac2.cpp segac2] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/segac2.cpp segac2] ==
Line 2,261: Line 2,576:
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/segas16b.cpp segas16b] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/segas16b.cpp segas16b] ==
''' fpointbla ''' - Bootleg with different memory map / registers. Misses bgfx and sprites aren't correctly aligned.
''' fpointbla ''' - Bootleg with different memory map / registers. Misses bgfx and sprites aren't correctly aligned.
''' ryukyua ''' - Missing FD1094 decryption key.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/segas18.cpp segas18] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/segas18.cpp segas18] ==
Line 2,269: Line 2,582:
== [http://github.com/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.com/mamedev/mame/blob/master/src/mame/drivers/segas32.cpp segas32] ==
''' as1 ''' - Needs laserdisc dump and emulation.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/segasp.cpp segasp] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/segasp.cpp segasp] ==
Line 2,277: Line 2,593:


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/seicupbl.cpp seicupbl] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/seicupbl.cpp seicupbl] ==
These bootlegs don't have the COP protection of the original. It hasn't been figured out yet how they replace it.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/seta.cpp seta] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/seta.cpp seta] ==
Line 2,287: Line 2,604:


''' namcostr ''' - Bad dump. The game has mechanical parts.
''' namcostr ''' - Bad dump. The game has mechanical parts.
''' staraudi ''' - Needs flipscreen hooked up properly with new code to function at all.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/sfbonus.cpp sfbonus] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/sfbonus.cpp sfbonus] ==
Line 2,306: Line 2,625:
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/shootaway2.cpp shootaway2] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/shootaway2.cpp shootaway2] ==
M37450 core needs on-board timers implemented to go anywhere.
M37450 core needs on-board timers implemented to go anywhere.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/shtzone.cpp shtzone] ==
Gun doesn't work. Actual timer doesn't seem to match what's set by the dips.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/sigmab52.cpp sigmab52] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/sigmab52.cpp sigmab52] ==
Line 2,320: Line 2,642:
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/sk1.cpp sk1] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/sk1.cpp sk1] ==
CPU is an unemulated MSM6283, possibly with undumped internal ROM.
CPU is an unemulated MSM6283, possibly with undumped internal ROM.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/sk101bl.cpp sk101bl] ==
Trading terminal. I80C31 based. Preliminary.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/skeetsht.cpp skeetsht] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/skeetsht.cpp skeetsht] ==
Line 2,328: Line 2,653:


''' miaction, tigerslt ''' - Preliminary emulation.
''' miaction, tigerslt ''' - Preliminary emulation.
''' olymp, speedway ''' - Decryption probably incomplete.
''' score5 ''' - Palette doesn't work, so MAME only shows a black screen, even while you can hear the game running.


''' sonikfig ''' - Once coined, there's no way to start a game.
''' sonikfig ''' - Once coined, there's no way to start a game.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/slapfght.cpp slapfght] ==
''' tigerhb4 ''' - 68705 MCU has been dumped, but not hooked up yet.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/slotcarn.cpp slotcarn] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/slotcarn.cpp slotcarn] ==
Line 2,345: Line 2,677:


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/snesb.cpp snesb] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/snesb.cpp snesb] ==
''' mk3snes ''' - The undumped MCU (or some other device?) must be providing the 'arcade-side' of the hardware (or code patches?).
''' fatfurspb ''' - Once decrypted ROM content is identical to the console version. Coinage possibly provided by an unidentified protection chip.


''' rushbeat ''' - Code has been decrypted, now needs proper emulation of the bootleg hardware's quirks.
''' sblast2ba ''' - Needs decryption, seems to have been quite heavily modified from the console version.
 
''' wldgunsb ''' - Protection has been simulated but it hasn't been tested to the end of the game.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/socrates.cpp socrates] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/socrates.cpp socrates] ==
Extensive TODO at the top of the driver.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/spbactn.cpp spbactn] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/spbactn.cpp spbactn] ==
''' spbactnp ''' - Prototype on different hardware. Has an extra Z80 ROM not hooked up.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/special.cpp special] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/special.cpp special] ==
''' anakonda ''' -  It complains of a disk problem (not emulated).
''' erik ''' - Should have colour and floppy disks, unknown how to access them. No disk software available.
''' lik ''' Space and < keys not working.
''' pioner ''' - Not all keys have been found (Function keys, Left-arrow, more?). Monitor roms missing, used ones from "special".
''' kharkovsky, specialm, specialp ''' -
''' specimx ''' - Machine tends to crash/freeze internally after a while.
''' unga ''' - If you enter SYSTEM to exit basic, it corrupts itself and runs into the weeds. At the initial prompt, if you hit Enter it jumps to 0000 and thence into the weeds.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/spectra.cpp spectra] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/spectra.cpp spectra] ==
Line 2,364: Line 2,713:
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/spg110.cpp spg110] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/spg110.cpp spg110] ==
Preliminary driver. Sunplus SPG110 based.
Preliminary driver. Sunplus SPG110 based.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/spg29x.cpp spg29x] ==
Need the internal ROM dump.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/spg2xx.cpp spg2xx] ==
'''  ablkickb, abltenni, ordentv, rad_crik, rad_fb2, rad_sktv, tiktokmm, tvsprt10, vtechtvs, wfcentro ''' - Inputs aren't hooked up correctly.
''' guitarfv ''' - Timer issues make the music way too slow.
''' jouet ''' - ROM checksum fails, but is expecting 0 as a result? Shows 'CopyRight' when booting normally? Protection?
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/spg2xx_digimake.cpp spg2xx_digimake] ==
Camera and touchpad unemulated.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/spg2xx_ican.cpp spg2xx_ican] ==
''' icanguit ''' - Data saving doesn't work.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/spg2xx_jakks_gkr.cpp spg2xx_jakks_gkr] ==
''' jak_sdoo ''' - Possibly a CPU bug causing some minigame to fail.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/spg2xx_jakks_tvtouch.cpp spg2xx_jakks_tvtouch] ==
Touchpad not emulated.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/spg2xx_senca.cpp spg2xx_senca] ==
''' mywicodx, zon32bit ''' - Banking not understood.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/spg2xx_skannerztv.cpp spg2xx_skannerztv] ==
Inputs aren't hooked up correctly.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/spg2xx_telestory.cpp spg2xx_telestory] ==
Sound data for the narrator is written to the SIO data port, which currently isn't implemented.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/spg2xx_tvgogo.cpp spg2xx_tvgogo] ==
Camera not implemented.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/spg2xx_wiwi.cpp spg2xx_wiwi] ==
Inputs aren't hooked up correctly.


== [http://github.com/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, ringball ''' - Another protected Microhard game.
''' rebus ''' - Another protected Microhard game.
 
''' ringball ''' - Currently stuck at initialization / test mode, probably protected.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/splus.cpp splus] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/splus.cpp splus] ==
Line 2,386: Line 2,774:
== [http://github.com/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.com/mamedev/mame/blob/master/src/mame/drivers/ssystem3.cpp ssystem3] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/st_mp100.cpp st_mp100] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/st_mp100.cpp st_mp100] ==
Pinball games. Emulation is (almost) complete, but the missing simulation of the tables makes them unplayable.
Pinball games. Emulation is (almost) complete, but the missing simulation of the tables makes them unplayable.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/st2302u_bbl_spi.cpp st2302u_bbl_spi] ==
ST2302U based. Emulation is preliminary.
''' bbl380 ''' - Missing internal ROM dump.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/statriv2.cpp statriv2] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/statriv2.cpp statriv2] ==
Line 2,397: Line 2,788:
''' nsupertr3 ''' - Some questions don't display correctly.
''' nsupertr3 ''' - Some questions don't display correctly.


''' quaquiz2, tripdraw ''' - No inputs, needs nvram.
''' quaquiz2 ''' - No inputs, needs nvram.


''' bbchall, statriv5se, supertr ''' - Questions' ROMs aren't dumped.
''' bbchall, statriv5se, supertr ''' - Questions' ROMs aren't dumped.
Line 2,403: Line 2,794:
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/stfight.cpp stfight] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/stfight.cpp stfight] ==
''' cshootert ''' - GFX ROMs are contained in black "blobs" and thus undumped.
''' cshootert ''' - GFX ROMs are contained in black "blobs" and thus undumped.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/stratos.cpp stratos] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/stv.cpp stv] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/stv.cpp stv] ==
'''  choroqhr ''' - One ROM is a bad dump.
'''  choroqhr ''' - One ROM is a bad dump.


''' decathlt, decathlto ''' - Run very slow and lots of GFX glitches.  
''' decathlt, decathlto ''' - Run very slow and lots of GFX glitches.
 
''' dfeverg, fanzonem ''' - Requires SH2's SCI serial port emulated, to communicate with coin/medal-related I/O board. dfeverg also is missing a ROM.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/subsino2.cpp subsino2] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/subsino2.cpp subsino2] ==
''' qbeebing, strain, tbonusal, treacity and clone ''' - Possibly missing some protection patches.
''' queenbee and clones, squeenb ''' - Games run way too fast.
''' queenbee and clones, squeenb ''' - Games run way too fast.
''' treamary ''' - Gets stuck on CHIP1 test, enters test mode if bypassed.
''' xplan ''' - Always starts with 4 credits. Interrupts don't seem to work correctly.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/summit.cpp summit] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/summit.cpp summit] ==
Line 2,473: Line 2,870:
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/svmu.cpp svmu] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/svmu.cpp svmu] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/swtpc09.cpp swtpc09] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/sweetland.cpp sweetland] ==
Screenless crane machine. Mechanical parts aren't emulated.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/systec.cpp systec] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/systec.cpp systec] ==
Skeletonish. Most devices aren't hooked up. Z80 based.
Skeletonish. Most devices aren't hooked up. Z80 based.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/system1.cpp system1] ==
''' shtngmst ''' - Missing MCU dump.
''' wboysys2a ''' - Encryption hasn't been broken yet.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/system16.cpp system16] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/system16.cpp system16] ==
Line 2,491: Line 2,882:


''' altbeastbl, altbeastbl2, bayrouteb2, beautyb, dduxb1, eswatb1, fpointb1, fpointbj, goldnaxeb1, goldenaxeb2, iqpipe, passshtb, passht4b, shdancbla, shinobld, shinoblda, tturfb1, wb3bb1, wb3bble ''' - Bootlegs on different hardware.
''' altbeastbl, altbeastbl2, bayrouteb2, beautyb, dduxb1, eswatb1, fpointb1, fpointbj, goldnaxeb1, goldenaxeb2, iqpipe, passshtb, passht4b, shdancbla, shinobld, shinoblda, tturfb1, wb3bb1, wb3bble ''' - Bootlegs on different hardware.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/tabe22.cpp tabe22] ==
Needs a dump of the keyboard controller (currently HLE'd), NVRAM / memory layout isn't correct, currently needs a hack to send out data on the RS232 port.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/taito.cpp taito] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/taito.cpp taito] ==
Line 2,499: Line 2,893:


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/taitogn.cpp taitogn] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/taitogn.cpp taitogn] ==
''' sianniv ''' - IRQ at the wrong time.
''' kollon, sianniv ''' - IRQ at the wrong time.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/taitojc.cpp taitojc] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/taitojc.cpp taitojc] ==
''' dangcurv and clones ''' - DSP bug causes missing 3D. Currently hang after initial tests.
''' dangcurv and clones ''' - DSP bug causes missing 3D. Currently hang after initial tests.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/taitopjc.cpp taitopjc] ==
Preliminary driver


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/taitotx.cpp taitotx] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/taitotx.cpp taitotx] ==
Line 2,520: Line 2,911:


== [http://github.com/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, bubsymphba ''' - Bootleg on different hardware. Backgrounds don't show up. Seems to make a different use of priority RAM.


''' quizhuhu ''' - Quiz text positioning is wrong, heavy sprite window usage.
''' quizhuhu ''' - Quiz text positioning is wrong, heavy sprite window usage.
Line 2,541: Line 2,932:
Incomplete dump. GFX and cassette need fixing.
Incomplete dump. GFX and cassette need fixing.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/tb303.cpp tb303] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/tdv2324.cpp tdv2324] ==
I8085A based. CPU gets stuck reading i/o port 0x30 in a loop.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/tdv2324.cpp tdv2324] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/tecnodar.cpp tecnodar] ==
Darts game. Mechanical part isn't simulated.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/tehkanwc.cpp tehkanwc] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/tehkanwc.cpp tehkanwc] ==
Line 2,553: Line 2,946:


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/tek440x.cpp tek440x] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/tek440x.cpp tek440x] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/tekigw.cpp tekigw] ==
Needs am9516 dma controller, slots and cards, gpib devices, graphics and keyboard.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/terak.cpp terak] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/terak.cpp terak] ==
LSI-11 based. Really a skeleton driver, few infos available.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/testpat.cpp testpat] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/testpat.cpp testpat] ==
Line 2,571: Line 2,968:


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/thepit.cpp thepit] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/thepit.cpp thepit] ==
''' theportr ''' - Wrong colors render the games unplayable. The PCB has the PROM for The Pit, colors confirmed the same on PCB and in emulation. Bootlegger or operator error in fitting the wrong PROM?
''' zaryavos ''' - Incomplete dump.
''' zaryavos ''' - Incomplete dump.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/ti85.cpp ti85] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/ti85.cpp ti85] ==
''' ti73b, ti83p and clones, ti83pse and clones, ti84p and clones, ti84pse and clones ''' - Emulation of these models hasn't been started yet.
''' ti73b, ti83, ti83p and clones, ti83pse and clones, ti84p and clones, ti84pse and clones ''' - Emulation of these models hasn't been started yet.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/ti931.cpp ti931] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/ti931.cpp ti931] ==
Line 2,592: Line 2,991:


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/tk2000.cpp tk2000] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/tk2000.cpp tk2000] ==
Apple II clones, not fully compatible. Differences aren't correctly emulated yet.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/tk635.cpp tk635] ==
Undocumented custom chip controls most functions.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/tk80.cpp tk80] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/tk80.cpp tk80] ==
Line 2,598: Line 3,001:


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/tmc1800.cpp tmc1800] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/tmc1800.cpp tmc1800] ==
''' osc1000, tmc1800 ''' - No ROM dump available.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/tmc2000e.cpp tmc2000e] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/tmc2000e.cpp tmc2000e] ==
Line 2,604: Line 3,008:


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/tmnt.cpp tmnt] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/tmnt.cpp tmnt] ==
''' glfgreat and clones ''' - DMA emulation is incomplete.
''' ssridersb ''' - Bootleg on different hardware. Bad dump.
''' ssridersb ''' - Bootleg on different hardware. Bad dump.


Line 2,610: Line 3,016:
== [http://github.com/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.com/mamedev/mame/blob/master/src/mame/drivers/toaplan2.cpp toaplan2] ==
''' nprobowl ''' - Mechanical part isn't simulated.
''' pipibibsbl2 ''' - Bootleg on different hardware.


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


== [http://github.com/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.
''' hipoly ''' - Bad dump.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/trkfldch.cpp trkfldch] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/trkfldch.cpp trkfldch] ==
Preliminary driver. Unknown CPU. Possibly G65816 derived?
Preliminary driver. G65816 with custom vector?


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


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/trs80dt1.cpp trs80dt1] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/trs80.cpp trs80] ==
Random crashes. Extensive todo list at the top of the driver.
''' all sets but trs80 ''' - Most floppies don't boot (regression).


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


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/trs80m3.cpp trs80m3] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/trs80m3.cpp trs80m3] ==
''' cp500, trs80m3 ''' - Most floppies don't boot (regression).
''' trs80m4 ''' - Boots model 3 floppies, but not model 4 ones.
''' trs80m4p ''' - Completely different memory map.
''' trs80m4p ''' - Completely different memory map.


== [http://github.com/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.com/mamedev/mame/blob/master/src/mame/drivers/trvmadns.cpp trvmadns] ==
Random hangs, probably due to incorrect question banking.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/tsispch.cpp tsispch] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/tsispch.cpp tsispch] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/tulip1.cpp tulip1] ==
No 8256A MUART emulation which handles interrupts, timers, serial and parallel interfaces.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/tumbleb.cpp tumbleb] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/tumbleb.cpp tumbleb] ==
Line 2,658: Line 3,071:


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/twinkle.cpp twinkle] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/twinkle.cpp twinkle] ==
Needs dvd check for bmiidx, bmiidxa, bmiidxc & bmiidxca, dummy 8mb bank removal and dvd player and video mixing emulation. Some of the games are also incomplete dumps.
''' bmiidx, bmiidxa, bmiidxc, bmiidxca ''' - Connected over the mini-din8 (CN7) and DVD check requires RTS->CTS.


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


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


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


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/unixpc.cpp unixpc] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/unixpc.cpp unixpc] ==
DIVS instruction at 0x801112 (the second time) causes a divide-by-zero exception the system isn't ready for due to word at 0x5EA6 being zero. Code might not get there if the attempted FDC boot succeeds; FDC hookup probably needs help. 2797 isn't asserting DRQ?


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/unkz80.cpp unkz80] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/unkpoker.cpp unkpoker] ==
Skeleton driver. Z80 based. No info available.
I8085 based. Gets stuck if a coin isn't inserted at boot.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/uzebox.cpp uzebox] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/uzebox.cpp uzebox] ==
Line 2,680: Line 3,092:
''' misncrft and clone, worldadv ''' - They start to stall for several seconds at a time after they've been running for a certain amount of time
''' misncrft and clone, worldadv ''' - They start to stall for several seconds at a time after they've been running for a certain amount of time


''' yorijori ''' - Does not boot. Possibly slightly different hardware.
''' yorijori ''' - Currently needs a ROM patch to work.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/vax11.cpp vax11] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/vax11.cpp vax11] ==
Line 2,700: Line 3,112:


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/vegas.cpp vegas] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/vegas.cpp vegas] ==
''' 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.
''' sf2049te and clone ''' - Voodoo 3-based, one step beyond the Voodoo Banshee problems.
''' sf2049te and clone ''' - Voodoo 3-based, one step beyond the Voodoo Banshee problems.


Line 2,708: Line 3,118:


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/vicdual.cpp vicdual] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/vicdual.cpp vicdual] ==
''' brdrlinet ''' - One of the program ROMs need a redump.
''' brdrlinet, carnivalca ''' - One of the program ROMs need a redump.
 
''' invho2a ''' - Bad colors (wrong for Invinco, all black for Head On 2) render the games unplayable. Multiple dump attempts of the color PROM have given the same result.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/vidbrain.cpp vidbrain] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/vidbrain.cpp vidbrain] ==
Line 2,715: Line 3,127:
''' bpoker ''' -  
''' bpoker ''' -  


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/vii.cpp vii] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/videosaa.cpp videosaa] ==
''' jak_sdoo, jak_disf ''' -
''' jokrlady, paradar, winner ''' - Undumped main CPU ROM.
 
''' jak_just ''' - might actually be working, needs more testing.
 
''' rad_crik, rad_fb2, rad_hnt, rad_sktv ''' - inputs aren't hooked up correctly.
 
''' wlsair60, wrlshunt ''' - possibly different hardware.
 
''' lexizeus, zone40 ''' - encrypted.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/viper.cpp viper] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/viper.cpp viper] ==
Line 2,732: Line 3,136:


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/vlc.cpp vlc] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/vlc.cpp vlc] ==
Video section isn't emulated. Also needs security PAL U35 decoding, In/Out interface Board communication (included mechanical METER + some switch Door open, etc..), JCM Bill acceptor communication (probably ID-003 protocol), printer communication (Star Printer ).
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/votrhv.cpp votrhv] ==
''' hc120 ''' - Inputs are incomplete.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/voyager.cpp voyager] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/voyager.cpp voyager] ==
Line 2,742: Line 3,150:
Needs 6840PTM hook-up, I/Os and sound emulation.
Needs 6840PTM hook-up, I/Os and sound emulation.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/vsmile.cpp vsmile] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/vsmileb.cpp vsmileb] ==
''' vsmilem ''' - Missing BIOS dump.
Improper handling of the "Fast Rampdown" feature in the SPG2xx audio device causes bad narration.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/vsmilepro.cpp vsmilepro] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/vsmilepro.cpp vsmilepro] ==
Skeletonish. It uses a LSI Zevio 1020 CPU + peripherals which comprises ARM926EJ-S CPU, ZSP400 DPS, 3D graphics processor & 2D graphics processor.
Skeletonish. It uses a LSI Zevio 1020 CPU + peripherals which comprises ARM926EJ-S CPU, ZSP400 DPS, 3D graphics processor & 2D graphics processor.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/vsnes.cpp vsnes] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/vt_unknown.cpp vt_unknown] ==
''' suprmriobl, suprmriobl2 ''' - Bootleg with extra Z80.
Unidentified main CPU. Dump might be bad.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/vt100.cpp vt100] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/vt100.cpp vt100] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/vt1682.cpp vt1682] ==
''' gm235upc ''' - Needs IO ports on sound CPU side and write access to space for RAM.
''' intg5410 ''' - Controls not hooked up and sometimes it crashes on game change.
''' lxts3, njp60in1, unk1682 ''' - Random number generator broken, missing line scroll mode emulation.
''' wowwg ''' - Needs high colour line mode for main menu.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/vt62.cpp vt62] ==
VT61 based. Very preliminary. Missing some dumps.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/vta2000.cpp vta2000] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/vta2000.cpp vta2000] ==
Missing inputs.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/vtech1.cpp vtech1] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/vtech1.cpp vtech1] ==
''' vz200de ''' - Not dumped yet.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/wgp.cpp wgp] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/wgp.cpp wgp] ==
Line 2,774: Line 3,196:
''' defndjeu, tornado2 ''' - Bad dumps.
''' defndjeu, tornado2 ''' - Bad dumps.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/wrlshunt.cpp wrlshunt] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/wrinkles.cpp wrinkles] ==
Skeletonish. UNSP12 based.
Sensors aren't emulated yet.
 
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/wxstar4k.cpp wxstar4k] ==
M68010 based. Cable head-end unit. Very preliminary.
 
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/wy100.cpp wy100] ==
Return key often gets corrupted when looped back. Frequent screen glitches when writing to the display.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/x1.cpp x1] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/x1.cpp x1] ==
Line 2,783: Line 3,211:
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/x68k.cpp x68k] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/x68k.cpp x68k] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/xavix.cpp xavix] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/xavix_2000.cpp xavix_2000] ==
''' drgquest ''' -
Preliminary emulation. Most games are not working, some have additional hardware on the PCB.


''' ekara and clones, ekaraphs, epitch ''' - Missing microphone input, SEEPROM problems.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/xavix_2002.cpp xavix_2002] ==
Preliminary emulation. Most games are not working, some have additional hardware on the PCB.


''' epo_epp ''' -
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/xavix2.cpp xavix2] ==
SoC emulation is very preliminary.


''' epo_guru ''' - Needs analog cycle.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/xerox820.cpp xerox820] ==
''' bigboard, mk82, x820ii ''' - Floppies don't work.


''' has_wamg ''' -  
''' mk83,  x168 ''' - Slightly different hardware.


''' ltv_tam, rad_bass, rad_bb, rad_bb2, rad_box and clone, rad_fb, rad_hnt2, rad_madf, rad_mtrk and clone, rad_ping and clone, rad_rh, taikodp ''' - Inputs aren't hooked up correctly.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/xor100.cpp xor100] ==
Cassette and floppy aren't working.


''' epo_efdx, ttv_lotr, ttv_mx, ttv_sw ''' - Hang at title screen.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/yes.cpp yes] ==
Very preliminary driver. HD6845 drawing not implemented.


''' domdance, tmy_thom, xavbaseb, xavjmat, xavmusic, xavtenni ''' - Uses a more powerful, derived CPU.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/yman1x.cpp yman1x] ==
Control Synthesizer. Skeleton driver. HD6413002FP16 based.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/xavix2.cpp xavix2] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/ymmu100.cpp ymmu100] ==
Unknown architecture, does not appear to be 6502 derived like XaviX / SuperXaviX.
Missing a lot of effects.
 
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/ymmu5.cpp ymmu5] ==
Very preliminary driver.
 
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/ymmu50.cpp ymmu50] ==
Missing a lot of effects.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/xerox820.cpp xerox820] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/ymmu80.cpp ymmu80] ==
Missing a lot of effects.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/xor100.cpp xor100] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/ympsr340.cpp ympsr340] ==
Cassette and floppy aren't working.
Preliminary driver. Exact CPU model unknown. Front panel / keyboard scanner and sound generation aren't emulated.


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/ymmu100.cpp ymmu100] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/ymvl70.cpp ymvl70] ==
Missing a lot of effects.
Missing a lot of effects.


Line 2,815: Line 3,256:


== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/z1013.cpp z1013] ==
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/z1013.cpp z1013] ==
''' z1013k69, z1013k76, z1013s60 ''' - Hardware differences aren't emulated yet.
== [http://github.com/mamedev/mame/blob/master/src/mame/drivers/z22.cpp z22] ==
Missing keyboard emulation.


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

Revision as of 06:33, 30 August 2021

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

19in1, 48in1, 48in1a, 48in1b, 60in1 - Seem to have a slightly different encryption (more conditional XORs) which still needs some work.

4in1a, 4in1b - These have been decrypted, currently boot but stuck at 'Hardware Check' with an error. Need adjusting of the cpld_*() methods.

rodent - Should be correctly decrypted but expects something different from the CPLD (probably).

3do

Emulation is stil preliminary. Needs DSPP core properly hooked up (should be similar if not same to the one used by the later Konami M2 HW).

4dpi

Preliminary driver. Hangs after booting irix from miniroot.

4enlinea

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

4roses

Skeleton driver. The games' program rom has been decrypted, but 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.

aa310

RISC OS Draw app uses unimplemented copro instructions; needs ABORT line support to the ARM core; missing hard disc controller, serial interface, 82c711, podules expansions.

a5105

There's a hang while scrolling and cassette loading (bit 7 of port 91) needs work.

a51xx

Skeleton driver. 65C816 based.

a7150

Needs MMS16 (Multibus clone) and slot devices emulation, native keyboard and more work on the A7100 model.

abc1600

TODOs are short/long reset (RSTBUT), CIO, hard disk and connect RS-232 port A.

ac1

ac1scch - Hardware differences aren't emulated yet.

accomm

Skeletonish.

acefruit

acefruit - Inputs aren't fully understood. Video in bonus game needs fixing.

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.

acvirus

80C5xx + dsp56k based. Skeletonish.

adacp150p

ASCII printer adapter. Does not do much more than pass the extensive self-test.

adp

Driver seems almost complete, still marked as not working.

agat

Similar to Apple II (same bus architecture, keyboard and floppy interface), but video controller is completely different.

agat9 - Needs memory banking. Extensive todo at the top of the driver.

aim65_40

Skeleton driver.

airraid

airraid, cshooter - GFX roms in black 'blobs'.

aleck64

mtetrisc - Uses additional 2d sprite overlay for tetrominoes gfxs, mostly working minus gfx decoding itself.

alesis

The driver seems quite flashed out, but has no notes on what's missing.

alg

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

alien

Skeleton driver (SH4 based system). Has 2 MPEG2 decoder chips.

allied

Pinball games. Emulation is (almost) complete, but the missing simulation of the tables makes them unplayable.

alpha68k

sbasebal, sbasebalj - MCU simulation is inaccurate / unverified, calculates pitch speeds at very least.

alphasma

Needs work on ADB and PS/2. The charset ROM is wrong.

alphatan

Unemulated SAA5070 device.

alphatpc16

SCSI emulation is guessed / incomplete.

alphatpx

Preliminary driver. Currently only shows the initial boot message. I8085A based.

altair

Preliminary driver.

altos2

Keyboard not dumped and emulated.

altos486

Still very incomplete.

altos5

When running MP/M, dir command crashes the system.

amaticmg

Emulation of the type 2 and 3 boards is preliminary, thus only suprstar (board type 1) kinda works, though it errors out when inserting coins.

amerihok

Preliminary driver. Mechanical / screenless system. Uses a Z8 based MCU.

amiga

Amiga chips emulation lacks a lot of features.

ampoker2

arizna10 - Undumped PIC provides protection. Currently can't exit operator mode to get in game.

amstr_pc

The driver seems quite flashed out, but has no notes on what's missing.

amust

Lots of work still needed. Lacks software to further improve emulation.

anes

ROM banking isn't done yet. Blitter isn't emulated so nothing gets shown on screen.

apc

Several major features still unimplemented, available software doesn't make use of them.

apollo

dn5500, dsp5500, dn5500_19i - Newer models aren't fully emulated yet.

apple2

space84 - Clone on different hardware.

apple2e

mprof3, prav8c - Clones on different hardware.

apple2gs

apple2gsr3p - A rom isn't dumped.

apricotf

Needs CTC/SIO interrupt acknowledge, CTC clocks and sound emulation.

apricotp

Needs devices, LCD and sound hook-ups.

apxen

Needs boot ROM disable, wrap around mode, floppy, DMA, harddisk, keyboard, RS232, printer, colour graphics board.

arachnid

Mechanical game. Needs artwork with lamps support.

arcadia

mratlus, plldium, polyvcg, trakcvg -

argo

Needs devices hook-up and cassette UART on ports C1 and C3.

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.

Shares timing issues like base AA.

aristmk6

Skeleton driver. System is SH4 based.

arkanoid

hexaa - Protection hasn't been figured out yet.

arsystems

ar_dart2 - Bad dump.

artmagic

shtstar - Runs on different hardware.

asst128

A ROM isn't dumped.

astrcorp

astoneag, dinodino, magibombd - These games have been mostly decrypted. There's still something unclear about the first few hundred bytes, which aren't correct. The current suspect is they get overlayed by code provided by a protection device. For now MAME patches the reset vector, which then leads the games to boot but show a ROM error message, since they fail the internal checksum.

hacher, winbingo, winbingoa, zoo These should be at the same state of astoneag, but don't show anything on screen.

magibomba, westvent - Bad dump of a program ROM.

magibomb, magibombb, magibombc, magibombe - They sorta work, seem to run a bit to quickly.

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.

at

Assorted PC-AT clones. Only preliminary emulation.

atari_s1

Pinball games. Emulation is (almost) complete, but the missing simulation of the tables makes them unplayable.

atari_s2

Pinball games. Emulation is (almost) complete, but the missing simulation of the tables makes them unplayable.

atari400

a1200xl - Bad dump.

a65xea, a130xe -

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's 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, and for some of the games it has been done. Only rrreveng and clones are missing.

rrreveng and clones - Unemulated protection. It's possible the same method used to break Moto Frenzy's protection could be used.

atarist

Emulation still preliminary. TODO is on top of the source file.

atarisy2

paperboyp - Prototype with possibly different hardware. Some program ROMs didn't read consistently and are suspected bad. GFX ROMs weren't dumped for this set.

atarittl

tank - Netlist has been added but needs debugging and it runs very slow.

atlantis

The Zeus2 video chip needs more work.

atm

Banking issues.

atpci

Pentium and PCI emulation still preliminar.

atvtrack

Preliminary driver.

avt

Needs CTC and daisy-chain.

ax20

Skeleton driver.

b16

No documentation available, system boots only after some debugger trickery.

b2m

Preliminary driver. FDC support is broken, among other problems.

badlandsbl

Inputs aren't correctly hooked up, missing sprite-tilemap priority, colors. Sound hw isn't correctly hooked up.

balsente

triviaes4, triviaes5 - Though clearly derived by the originals in this driver, it uses different hardware, especially for the sound. Banking / rom loading isn't figured out yet.

banctec

Preliminary driver.

banprestoms

Need emulation of the card printer / dispenser.

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.

bbc

torch301, torch725, abc110, acw443, abc310, reutapm, bbcmaiv, bbcmarm, discmate, discmon, cfa3000, cfa3000bp, econx25, autoc15, daisy, mpc800, mpc900, mpc900gx - All have different hardware combinations which aren't implemented yet.

bebox

bert

Preliminary driver. Z8671 based.

besta

Preliminary driver. M68030 based.

bfcobra

beeline - Missing floppy disk image.

inquiztr - Missing floppy disk image.

bfmsys85

Fruit machine hardware. Skeleton driver.

bfm_sc1

Fruit machine hardware. Skeleton driver.

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.

gldncrwnhop - Has different protection from the parent.

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.

bigbord2

Main problem is floppy disk support is missing.

bigkarnk_ms

Heavily modified bootleg of Big Karnak running on the Modular System. Only preliminary work has been done.

bingoc

bingoc - Needs to be connected to the terminals. Sound banking could be wrong.

bingor

Protection problems? Video hardware don't make much sense.

bitgraph

bitgrphb -

bk

bk0010 - Error message at start. Thrown into monitor.

bk0010fd - Continually reboots. The system expects a rom at A000.

bk0011m - Black screen at start, differences with the other systems in the driver aren't emulated.

blitz68k

cj3play, cjffruit, cjplus, surpr5, texasrls - These games freeze while trying to print the redemption tickets.

The other games - Undumped MCUs.

blockch

Missing paddle position read (or maybe ball vs paddle collision detection), interrupts and video timing wrong.

blw700i

Keyboard matrix hasn't been completely figured out yet.

bmjr

Break key is unemulated.

bml3

bntyhunt

Preliminary driver. PC hardware. Bios is undumped.

bpmmicro

Universal device programmer. 286 based.

br8641

Preliminary driver based on guesswork. Needs documentation.

btime

tisland - The decryption seems good but needs a ROM patch for some opcodes. The ROM is confirmed good, so maybe some special feature of the DECO-7 CPU?

bublbobl

bub8749 - Uses a different MCU, dumped but needs to be hooked up.

bullet

Memory banking is broken.

busicom

Addition and subtraction do not work.

buster

Skeleton driver.

bwidow

bwidowp - Prototype on different hardware.

by17

Pinball games. Emulation is (almost) complete, but the missing simulation of the tables makes them unplayable.

byvid

Pinball games. Emulation is (almost) complete, but the missing simulation of the tables makes them unplayable.

c10

Driver currently gets to a loop where it waits for an interrupt.

c64

clipper - Hardware differencies haven't been emulated yet.

c65

Preliminary driver.

cabaret

Not fully playable because of some pitfalls.

calchase

calchase - Has mangled Win 98 dump (need to type boot at DOS prompt), in-game sports some video bugs, inputs are sketchy and no steering is implemented.

hostinv - "DISK BOOT FAILURE", trying to save BIOS settings causes black screen (shadow RAM issue), disk dump itself doesn't seem ISO 9660 complaint (protection?)

calomega

comg123, comg164, comg187, comg227, comg230 - Bad/incomplete dumps.

candela

can09 - Preliminary driver: among other things needs keyboard, 6845 CRTC and FDC support.

canon_s80

Skeleton driver. Missing dump of the internal ROM.

casloopy

Missing bios dump.

cat

Big TODO at the top of the driver.

cb2001

Encrypted CPU.

cbm2

bx256hp, cbm730 - The i8088 board isn't emulated yet.

cbm720_de - Missing chargen dump.

cchance

Imperfect hopper emulation makes this game to not coin up and gives "hopper time out errors" when you win.

cclimber

bagmanf - Bootleg on different hardware.

ccs2810

Floppy implementation needs work.

cdc721

Skeleton driver.

cdi

General CDI emulation suffers from incomplete simulation of the SLAVE and CDIC MCUs.

quizard3, quizard4 and respective clones - The MCUs are dumped but the hook up isn't correct yet.

cedar_magnet

mag_drac - Bad dump.

centiped

magworma - Service mode works, game does not.

ceres

Needs startup/reset memory map, i/o device mapping, interrupt acknowledge, WD1002-05 Winchester/Floppy Disk Controller (WFC), keyboard, mouse.

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.

cfx9850

Preliminary driver.

cgc7900

Skeleton driver.

cham24

Missing coins and timer due to unemulated Amtel MCU.

champbas

tbasebal - M68705 MCU isn't emulated yet.

chessmst

chessmsta - Figure out why it won't work, for starters it assumes z80 carry flag is set at poweron?

chexx

Electro-mechanical bubble hockey games.

chihiro

X-BOX hardware emulation is still preliminary, but some games boot, albeit slowly.

cischeat

armchmp2 and clones - Arm motor emulation is incorrect.

wildplt - Busted timings.

cit220

Preliminary driver. I8085A based.

ckz80

No documentation available, so driver is mostly guesswork. If fdc is enabled in address map, it hangs waiting for a fdc response. Otherwise, it displays an error, and you can press a key to try again.

clickstart

Preliminary driver. UNSP based.

cliffhgr

cliffhgra2 - Fails a start up check.

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

cm1800

Peripherals aren't hooked up.

cmi

MASTER 'TIM' test fails. LGTST 'TIM' test is out of tolerance without 6840 hack.

cmmb

Banking not understood.

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. Bujutsu works a bit better and is playable if you set it to free play (aka coins don't work).

coco12

trsvidtx - Bad dump (underdumped).

codata

Preliminary driver.

coinmstr

pokeroul, supnudg2 - Incomplete protection simulation.

trailblz - Question roms aren't dumped.

coinmvga

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

combatsc

bootcamp, bootcampa, combatscj, combatsct - Trackball isn't correctly emulated.

comebaby

Skeleton driver. Game runs on a 633 MHz Celeron CPU class machine running Windows 98.

compc

Preliminary driver. I8088 based. Boots with a timer2 error.

compucolor

ROMs are badly dumped. Needs floppy hook-up.

comquest

Skeleton driver.

controlid

Fingerprint reader device. Very skeletonish.

coolridr

aquastge - coin pusher, some video bugs, never completes RAM test, some inputs aren't hooked up.

cops

Preliminary driver. Laserdisc game.

cortex

Skeleton driver.

cp1

Skeleton driver.

cps1

sf2amf, sf2stt - Missing program ROMs dump.

cps1bl_pic

dinopic2 - Bootlegs on different hardware.

cpzodiac

Punching bag game with red dot matrix display. Z80 based.

crgolf

mastrglf - There's a custom CPU box, main cpu banking and communications with sub cpu aren't understood. Possibly protected.

crimson

Skeleton driver. MIPS based

crospuzl

Dies at POST with a SPU error.

crystal

donghaer, maldaiza - 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.

wulybuly - Only shows text and no other GFX.

csplayh5

Implementation of DVD routing and YUV decoding, needs serial emulation in TMP68301 CPU core, game timings seem busted which could be due of missing DVD hook-up.

csplayh1 - runs on Super CD HW, 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.

cubo

lsrquiz - no player 2 inputs (ingame), wrong pitch for most gfxs.

lsrquiz2 - wrong pitch for some gfxs, crashes during gameplay.

eldoraldg, lsrquizg, odeontw, odeontw2 -

cv1k

mmmbanc - Needs touch screen emulation handled via SH4 serial

cxhumax

ROMs are badly dumped / missing.

cz101

Currently seems to hang while processing the serial ports (midi). The uPD7810 core is lacking the externally clocked serial mode.

d6809

Most devices aren't hooked up. Skeletonish.

daruma

Printer. Very preliminary driver.

datacast

Unimplemented keypad, incomplete SAA5240 emulation.

dbox

Needs GALs dump / decoding, debug terminal and demuxer work.

dccons

Dreamcast emulation is preliminary. Big TODO at the top of the driver, not extensively tested.

dct11em

Skeleton driver.

ddenlovr

momotaro - Protection + some roms are badly dumped.

ddragon

ddragon6809, ddragon6809a - Bootlegs on different hardware, encrypted.

deadang

popnrun and clone - GFX ROMs aren't dumped. They are inside an epoxy block, similar to the Air Raid one.

dec0

automat - Bootleg on different hardware. Minor video glitches.

bandit - Incomplete decbac chip emulation causes bad GFXs.

secretab - Bootleg on different hardware. Unemulated layer scrolling and banking.

ffantasybl - Hangs after killing Lamia. Might have to do with the M68705 MCU, which isn't dumped.

dec8

ghostb3a - The game hangs as gameplay starts. ROMs confirmed working on PCB. MAME sync problems?

deco32

gunhard, lockload, lockloadu - lightgun hookup not completely understood, randomly locks up

deco_ld

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

deco_mlc

skullfng and clones - Random hangs sometimes.

stadhr96j2 - Stops with a mismatch between mother board and cart country code.

decstation

MIPS family based. Preliminary driver.

dectalk

Extensive TODO at the top of the driver.

deshoros

Needs graphics emulation through artwork system and printer emulation.

design

Tobacco vending machines. Don't accept coins, possibly because of unemulated coin selectors.

dfs500

Emulation of the video hardware (DSP signal path) for GFX processing is still needed.

dgn_beta

Machine never boots.

digel804

Needs removing of the ACIA hack in digel804_state::acia_command_w, minor finishing touches to i/o map, EPROM socket stuff (ports 0x40, 0x41, 0x42 and 0x47) and artwork.

digijet

Engine Control Unit (ECU). Skeleton driver. Uses an I8049.

dim68k

Very preliminary driver. Big TODO at the top of the driver.

dkong

dkongjrc, dkongddk - Graphic roms not switched.

dlair

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

dm7000

Preliminary driver.

dmax8000

Needs parallel port, centronics port, AUX serial port and FDC/FDD/HD setup.

dmndrby

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

dms5000

Skeleton driver.

dms86

Preliminary driver.

docastle

idsoccera, asoccer - See MT05419.

dolphunk

It is not possible to save / load programs.

dpb7000

Disk Sequencer Card emulation is preliminary.

drdmania

Darts machine with video. Z80 based. One ROM dump is bad.

drw80pkr

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

dsb46

Preliminary driver.

dual68

Skeleton driver.

duet16

Floppy not hooked up correctly, still WIP.

dvk_kcgd

Needs a K1801VM2 CPU core (interrupts and EVNT pin, full EIS set, other insns).

dwarfd

qc, quarterh and clones - Missing laserdisc dumps.

dynax

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

ec184x

ec1845, ec1847 -

ec65

Preliminary driver.

ecoinf2

Skeleton driver for fruit machine games.

ecoinf3

Skeleton driver for fruit machine games.

ecoinfr

Skeleton driver for fruit machine games.

elan_eu3a05

airblsjs, buzztime, pvmilfin - Preliminary emulation.

carlecfg - Unimplemented GFX modes, big GFX glitches.

pvwwcas - Controls aren't working yet.

rad_tetr - Player 2 inputs don't work.

sudoelan - Might be slightly different hardware.

elan_eu3a14

Preliminary driver.

electron

btm2105 -

elektronmono

MCF5206E based. Skeletonish.

enmirage

Needs Four Pole Low-Pass Voltage Controlled Filter section, external sync signal, foot pedal, ADC feedback, piano keyboard controller, expansion connector, stereo output.

eolith

raccoon - Game animation & timers seem too fast.

epos

catapult, revenger - Bad dumps.

esd

fantstry and clone - Playable, but no sound because of an undumped PIC.

esh

LD TROUBLE appears at POST. Sync/timing issue? Performance spike after some time of gameplay, CPU comms gets corrupt?

esq1

esq5505

esqkt

ts10, ts12 -

esqasr

Skeleton driver.

esqmr

Skeleton driver.

eurit

Preliminary driver. ISDN-Telefon. M37730S2 based.

europc

eva

Preliminary driver. TMS 1000 / COP420 based.

evmbug

Skeleton driver.

exelv

EXL 100 cannot be emulated because the ROMs are not dumped. EXELTEL stops early in the boot process and displays a red error screen, presumably because the I/O processor is not emulated.

exidy440

showdown4 - Different type of protection wrt to the parent.

f-32

royalpk2 - It will soft-lock when attempting to use either settings-save options in the service menu.

f1gp

f1gpb - Bootleg on different hardware.

fanucs15

Skeleton driver.

fanucspmg

Needs verifying VRAM hookup, hooking up enough keyboard to get it to boot a floppy.

fastfred

boggy84b2 - Missing the dump of a program ROM.

fastinvaders

Games reset. Schematics are available.

fc100

Understand how 600 baud is selected for cassette. Hook up graphics modes and colours. Unknown i/o ports. Needs cart software (current code is just a guess).

fccpu30

Crashes during boot.

fidel_msc

Missing internal Z8 ROM dump.

firebeat

popn4, popn5, popn6, popn7, popn8, popnmt, popnmt2, popnanm, popnanm2 - Require DVD CHD support.

fitfight

hotmindff - Scrolling offsets + inputs need to be fixed.

fk1

Preliminary driver.

flashbeats

Preliminary driver. H8/3007 based.

flicker

Pinball games. Emulation is (almost) complete, but the missing simulation of the tables makes them unplayable.

fm7

fm11, fm16beta, fm7740sx - Extra features not implemented.

fmtowns

Video emulation is far from complete.

fontwriter

Extremely preliminary driver. The M37720 core is missing DMAC support.

fp1100

IRQs aren't emulated, cassette, FDC and keyboard don't work.

fp200

Video emulation is preliminary.

fp6000

FDC/HDD and cassette saving don't work.

freekick

countrun - Main program inside of custom CPU block.

countrb2 - Possible bad dump, or encrypted.

fresh

Preliminary driver. M68000 based.

fruitpc

gogostrk - PC based hardware. Preliminary driver.

ft68m

Skeleton driver.

funkball

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

funworld

fw_a7_11, fw_a7_11a, fw_a0_1, jokcrdep - Different hardware with epoxy block, to be reverse engineered.

jolyjokrc - Bad program ROM.

royalcrd_msx , royalcrd_nes - Stealth games.

g627

Pinball games. Emulation is (almost) complete, but the missing simulation of the tables makes them unplayable.

gaelco2

play2000_50i - Bad dump.

aligatorp, chmppool, srollnd - Missing ds5002fp dump.

gaiden

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

gal3

In need of laserdisc dump. Skeleton driver.

galaxian

dingoe - Probable bad dump and encryption.

jungsub - Different hardware, needs better GFX handling and one GFX ROM is bad.

monsterz - Unemulated protection.

ncentury, scramblebun, scrammr - Stuck at boot. IRQ isn't enabled correctly. Protected?

mooncrs5, skelagon, supergx - Bad dumps.

olibug - One of the GFX ROMs is bad. Uses the Galaxian PROM, which gives bad colors(?).

tenspot - Menu isn't working yet.

warofbugg - Bootleg on slightly different hardware.

galaxold

ckongcv, ckongis - Bootleg on different hardware.

drivfrcsga, spcwarp - Bad dump.

trvchlng - Questions roms aren't dumped.

galeb

Cassette isn't working yet.

galivan

youmab, youmab2 - Weird bootlegs, they have logic issues (always invincible, power ups can be freely selected).

galpani2

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

galpanic_ms

Heavily modified bootleg of Gals Panic running on the Modular System. Only preliminary work has been done.

gambl186

Missing At89c52 dump. EEPROM behaviour still buggy.

gamecstl

'Modern' PC Hardware running a MAME bootleg.

gameking

Gameking3 bios needs dumping. Bankswitching and exceptions need to be worked out.

gamtor

Skeleton driver for fruit machine games.

gb

mduckspa - Clone with some differences.

gba

robotech - Single game reissue of "Robotech - The Macross Saga (Euro, USA)" on the GBA but with double sized ROM (BIOS replacement in first half?) and other mods. It is unclear how compatible this is with standard hardware.

generalplus_gpl16250_nand

Newer hardware than the one in vii.cpp, new opcodes aren't emulated yet.

generalplus_gpl16250_rom

Newer hardware than the one in vii.cpp, new opcodes aren't emulated yet.

generalplus_gpl16250_romram

Newer hardware than the one in vii.cpp, new opcodes aren't emulated yet.

generalplus_gpl16250_spi

Newer hardware than the one in vii.cpp, new opcodes aren't emulated yet.

generalplus_gpl16250_spi_direct

Newer hardware than the one in vii.cpp, new opcodes aren't emulated yet.

generalplus_gpl162xx_lcdtype

bkid218, pcp8718, pcp8728 - Menus aren't working properly yet.

geniusiq

iq128, iq128_fr, iqtv512 - Very preliminary driver.

genpc

xtvga -

getaway

Hardware emulation is preliminary. Various GFX problems, missing gear shifter, etc.

ggconnie

Hardware is PC-Engine Supergrafx based. RTC & hopper not emulated.

giclassic

Preliminary driver.

gizmondo

Preliminary driver.

gkigt

Preliminary driver. Needs hookup of the QUART devices, and fix "QUART COUNTER NOT RUNNING" error message; interrupt system hookup; understanding of what's "netflex" device. Furthermore, the CMOS doesn't seem to get properly initialized. Also, the ms72c set seems to have extra checks.

gmaster

goldart

DS5002FP based. Preliminary driver, GFX, sound and inputs aren't properly emulated yet.

goldngam

Preliminary driver.

goldnpkr

bchancep, bchanceq - Runs on older, slightly different hardware.

falcnwldc - Has a second encrypted CPU.

pokerdub - Missing one program ROM.

pokersis - Banking isn't correct.

wldwitchb, wldwitche, wtchjackc -

witchcdk - A rom is corrupt.

goldstar

3cdpoker, 3cdpokera, luckylad, pkrmast, prkmasta, super972 - They need work on inputs / dips.

aplan, chryangla, cmast99, cmast99b - The game appears to be stuck in a loop resetting itself after initialising NVRAM.

bonusch - Undumped MCU.

cb3c - Encrypted and on GFX ROM is a bad dump.

cb3f - Encryption not completely figured out.

cherry96 - Different hardware.

chryangl, chryanglb - Hangs when betting or after a couple of attract mode cycles. Protection related?

cmast92 - Graphics ROMs aren't dumped yet.

cmast97 - PROM decode needs fixing, GFX loading is wrong.

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

cmasteri - ROMs contain only half of what they should, but dump sizes are confirmed wrt to ROM chip type.

cmtetrsb - Soon after boot it shows garbage due to wrong graphics banks.

crazybonb, wcat3a - Decryption should be good. Possibly needs a different machine driver?

eldoradd - Just ROM loading done, not looked at yet. Hardware is similar to cmast97.

jkrmast, jkrmasta - Preliminary emulation.

luckybar - mc68705 MCU.

magoddsc, magoddsd - Custom encrypted CPU block.

nd8lines - Needs correct PROMs decoding and inputs.

noved - Needs GFX2 region decryption / decode, controls.

feverch, mbs2euro, megaline - Need more work in memory map, inputs, and reels alignment.

nfm and clone - Need decoding of the girls' GFX ROM.

roypok96c - Stuck at the Program Check screen.

super7 - Needs GFX and palette work. First time it boots and works, with written NVRAM it stops waiting for initialization. Slightly wrong decryption?

super9 - GFXs aren't decoded yet.

tcl - Encrypted.

war3cb - Address scrambling needs to be checked.

wcat3 - Encryption not completely broken, can be seen running after a couple soft resets.

wcherry - Only preliminary work has been done.

gp_1

Pinball games. Emulation is (almost) complete, but the missing simulation of the tables makes them unplayable.

gp_2

Pinball games. Emulation is (almost) complete, but the missing simulation of the tables makes them unplayable.

gp2x

Skeleton driver.

gp32

Driver is quite advanced, but isn't fully working yet.

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.

grchamp

grchampa - Uses different ports. Possible bad dump.

grfd2301

Preliminary driver. Dump isn't complete.

gsspade

Mechanical redemption game? Only the sound board CPU ROM is dumped.

gstriker

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

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 - They use an additional top board for sound, network and analog control functions.

gts1

Pinball games. Emulation is (almost) complete, but the missing simulation of the tables makes them unplayable.

guab

crisscrs - Missing disk image dump.

h89

Skeleton driver.

hankin

Pinball games. Emulation is (almost) complete, but the missing simulation of the tables makes them unplayable.

harddriv

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

hazeltin

Preliminary driver.

hazl1420

Preliminary driver. Chargen not dumped.

hh_cop400

vidchal - Needs videotape support.

hh_hcms40

gckong - random lockups (tap the jump button repeatedly): mcu stack overflow, works ok if stack levels is increased, 38800 B rev. has more stack levels? Or it could be a race condition: irq happening too late/early.

hh_pic16

pabball, uspbball - Preliminary drivers.

hh_tms1k

bship and clone, elecbowl - As far as MAME is concerned, the game is emulated fine. But for it to be playable, it requires interaction with other, unemulatable, things (eg. game board/pieces, playing cards, pen & paper, etc).

tithermos - Temperature sensor comparator isn't emulated yet (right now just the digital clock works).

hideseek

Missing the internal ROM dump of the HD64F7045F28 main CPU.

highvdeo

cuncino, grancapi, magicbom - Incorrect banking and / or protection simulation.

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.

ROZ layer rotation not understood, some 3d glitches, several priority issues (i.e. buriki gameplay and attract mode), sams64_2 flickers like mad and "press start button" always displayed in game, racing games uses unemulated network CPU which most likely interferes with logic and currently kludged to work to some extent.

homedata

mirderby - Preliminary driver. Might be protected.

homelab

Preliminary driver. Cassette support needs to be fixed, among other things.

hornet

sscope and clones, sscope2 and clones -

terabrst, terabrsta - Missing gun emulation.

thrilldbu - Heavy GFX glitches, fails wheel motor test.

hotstuff

Preliminary driver.

hp_ipc

hp9808a - Preliminary driver.

hp16500

Preliminary driver.

hp2620

Keyboard isn't emulated.

hp3478a

Runs, AD LINK ERROR on stock ROM due to unimplemented AD link.

hp48

hp39g -

hp49gp

Preliminary driver.

hp95lx

Native keyboard isn't emulated. Driver still preliminary.

hp9k

Boot tests fail.

hp9k_3xx

Preliminary driver.

hprot1

hprot2r6 - LCD commands are sent, but nothing shows up on screen. Needs ADM695AN emulation.

hprotr8a - Loops during boot displaying an error message related to low power supply voltage. Needs ADM695AN emulation.

hpz80unk

Skeleton driver. Needs banking and peripherals support.

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.

hunter2

Preliminary driver. Without software to test it, it's difficult to progress with the emulation.

hx20

Needs emulation of: keyboard interrupt, LCD controller, serial, SW6 read, RS-232, microcassette, printer, ROM cartridge, floppy TF-20, barcode reader. Might need a M6800 core rewrite.

i7000

Preliminary driver (NSC800 based).

ibmpc

ibm5140 - It doesn't boot.

ibmpcjr

ibmpcjx - Dump is incomplete.

icebox

Z80 based. Floppy drives aren't hooked up. Unknown ports.

icecold

Mechanical arcade games which need simulation of the mechanical part to be playable.

ichiban

Code has been decrypted but minimal work has been done on the driver. Z80 based.

if800

Skeleton driver. I8086 based.

igs017

happyskl, tarzanc - Need IGS031 protection emulation and sprite ROM decryption.

mgcs, lhzb2, slqz2, spkrform - Incomplete protection simulation.

unkigs, tarzan, tarzana, starzan - Incomplete dumps. Also need sprite ROM decryption when dumped.

igspoker

cpoker210ks, cpoker300us - Protection handling and inputs / outputs need to be verified.

kungfu, stellecu - Bad / incomplete dump.

imds

Skeleton driver. I8080 based.

imsai

Banking and dip-switches aren't implemented. I8085 based.

inder

Pinball games. Emulation is (almost) complete, but the missing simulation of the tables makes them unplayable.

indiana

Preliminary driver.

indigo

Skeleton driver.

indy_indigo2

indigo2_4415 - The different hardware isn't emulated yet.

informer_207_376

Two ROMs need a redump.

informer_213

Terminal. 6809 based. The ASIC needs to be figured out.

interpro

Preliminary driver.

intrscti

Undumped program ROM in an epoxy block.

intv

intvkbd - Has additional components / devices (i.e. tape) which aren't emulated.

ipc

ipc - Dump incomplete.

ipds

Skeleton driver. I8085A based.

iris_power

Skeleton driver. MIPS based.

irisha

Preliminary driver. I8080 based.

ironhors

farwest - Bootleg running on different hardware.

isbc

rpc86, isbc86, isbc8605, isbc8630, isbc286, sm1810 - Preliminary driver 8086 / 286 based.

iskr103x

iskr1030 - Keyboard test doesn't pass.

istellar

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

istrebiteli

motogonki - Preliminary. Shows something on screen.

itc4

Skeletonish. Temperature controller. Z80 based.

itech32

wcbowl130 - Incomplete dump.

itech8

stratabs - Controls aren't hooked up.

itt3030

Keyboard isn't properly hooked up. Other problems at the top of the driver.

jackpool

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

jade

If you hit a key as soon as it is started, the system will present a prompt and work. Otherwise it runs into the weeds because the rom banking isn't yet emulated.

jaguar

jaguar, jaguarcd - Currently the driver is geared toward supporting the cojag arcade games. Jaguar console support is very poor, most games aren't properly playable or have severe performance issues or crashes related to the unsafe blitter code.

jokrwild

Missing random number generator, inputs and sound.

jonos

Skeleton driver. I8085A based. No info available.

joystand

Sticker machine which needs camera, printer and light pen support to be useable.

jp

Pinball games. Emulation is (almost) complete, but the missing simulation of the tables makes them unplayable.

jpmimpct

buzzundr, monspdr, snlad - Incomplete dumps.

jpmimpctsw

all sets but j6aceclb, j6big50, j6bigbuk, j6bnza, j6camelt, j6cascz, j6gogold, j6guab, j6hapyhr, j6kungfu, j6mono60, j6montlk, j6roller, j6sonic, j6untch and relative clones - Need correct layouts and settings.

jpmsys5

cashcade - Incomplete dump? Shows a loading error.

jpmsys5sw

The mechanical games aren't emulated yet.

jr200

Wrong timings. Also needs a MN1544 4-bit CPU core and ROM dump.

island

Mechanical game. Skeletonish.

juku

Needs display mode 384x200, sound, possibly tape and network. Floppy interface isn't understood, though it works enough with the only disk available.

jungleyo

With a clean NVRAM MAME needs to be soft reset after init or the game will trip a '1111 exception' (caused by invalid opcode executed at 0x102, incomplete decryption most likely); likewise anything in the 0x100-0x1f7 range doesn't seem valid at all; the game sometimes expects 1+ coins even if player has available points (and freezing with "COIN" text blinking), very unlikely to be intended behaviour?

jupiter

Preliminary driver. Devices aren't connected yet.

k1003

Skeleton driver. I8008 based. Keyboard isn't emulated.

k8915

Skeleton driver. Z80 based. Chargen ROM isn't dumped.

karnov

karnovjbl - Bootleg. Uses a different MCU (NEC D8748HD) which needs simulation or, if possible, dumping.

kaypro

Most machines are incompletely emulated. The problems listed in the driver are:

kaypro1084 - Boots from floppy, but needs hard drive added.

kaypro4a - Floppy not working.

kayproiip88, kaypro484p88 - Works as a normal Kaypro 4, extra hardware not done.

omni2, omni4 - I/O board isn't emulated.

robie - Has twin 2.6MB 5.25 floppy drives which aren't supported, no software available.

kc

kikikai

mexico86a -

kingdrby

cowrace - Incomplete dump.

kingpin

dealracl - Partially a bad dump and / or wrong ROM loading.

kinst

kinst2uk - Upgrade kits. They add a small board which isn't emulated.

klax

klax2bl3 - Audio CPU has encrypted opcodes.

kminus

Computer. Z80 based. No notes on what's missing.

koftball

Incomplete protection simulation.

konamigv

btchamp, kdeadeye, 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

btltryst - Unemulated GFX modes make the game too glitchy to be playable.

evilngte, totlvica, totlvicj, totlvicu - They get stuck during boot.

heatof11 - Hangs if Japan is selected. Timing related, as setting perfect interleave fixes it.

konblands

Missing laserdisc dump.

konendev

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

konmedal

slimekun -

tsururin - Resets after initial ROM / RAM test. IRQ related.

konmedal68k

dobouchn - Controls need verifying.

konslot, konslot2 - Possibly have no video output or have it implemented in some unusual way.

pwrchanc, spcpokan - Colors are wrong, inputs not verified.

unkkonmd -

kopunch

Boxing bag game. Sensors aren't emulated, so it isn't "playable".

kron

Needs keyboard fixing and understanding how to hook up the real char table.

krz2000

TMP68301 based. Skeletonish.

ksys573

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

ktm3

Only a few address lines are decoded at all. The resulting mirroring might not be accurately emulated yet.

kyocera

pc8201 - Cassette's not working, floppies aren't hooked up.

pc8201a - Cassette's not working.

npc8300 - Doesn't boot.

laser3k

Keyboard is only partially emulated, misses RGB graphics mode emulation, FDC C800 page appears to be inside the FDC cartridge (a dump is needed). Also misses Centronics printer port and cassette emulation.

lastfght

Game speed seems to be completely wrong, timers and player movement too fast?

laz_aftrshok

Mechanical game, needs controls simulation.

laz_ribrak

awetoss - Mechanical game, needs controls simulation.

lbpc

PC. V40 based. Inputs aren't hooked up.

lcmate2

RTC doesn't remember the time, alarm doesn't work and Reset/On button needs to be added.

legionna

cupsoc and clones - Complex Seibu 'COP' protection device. Most functions have been emulated, but glitches remain which makes games not completely playable.

leland

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

lethalj

franticf and clone - Directional inputs (wheel) don't work yet.

lg_dvd

USB DVD writer. Skeleton driver. MT1839 based.

lgp

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

lindbergh

Skeleton driver. Pentium 4 / Celeron based.

lisa

Lisa OS doesn't boot.

lk3000

Preliminary driver. WIP.

lnw80

Floppies don't work.

ltd

Pinball games. Emulation is (almost) complete, but the missing simulation of the tables makes them unplayable.

lucky74

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

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

luckybal

Preliminary driver. Most chips have been identified. WIP.

m10

andromed, ipminvad1 - Incomplete dumps.

m107

kftgoal, wpksoc - Missing EEPROM hook-up.

m20

Needs a proper Z8001 CPU core.

m24

m3

Unfinished floppy hookup (no available software to test it). Not all keys are mapped.

m6805evs

Skeleton driver.

m72

imgfightb - Bootleg of the imgfightj set. It uses an I80C31 with external ROM instead of an I8751 with internal ROM. Game code is identical but for a single byte in one of the program ROMs. Stuck on a 'RAM NG 7' screen, possibly due to different timings?

loht_ms, lohtb, rtypem82b, rtype2m82b - The bootleg hardware is different to the original hardware.

m79152pc

Skeleton driver. Z80 based.

m92

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

mac

maccclas -

maciifx -

maclc2 -

maclc520 -

macpci

macprtb

Via6522 emulation is imperfect and causes numerous bugs.

macpwrbk030

Via6522 emulation is imperfect and causes numerous bugs.

macquadra700

Via6522 emulation is imperfect and causes numerous bugs.

macs

macsbios -

mac2bios -

kisekaem -

kisekaeh -

cultname -

magic10

hotslot, magic102 and clone, mcolors, mcolorsa, 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.

malzak

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

manohman

Preliminary driver.

marinedt

Collision detection has some problems.

marywu

max80

Computer. Z80 based. Currently stuck because floppy reading fails.

maygay1b

Mechanical game imported from AGEMAME.

maygayv1

Skeleton driver for fruit machine games.

mbc020

Computer. M6512 based. Skeletonish driver.

mbee

mbee128, mbee128p, mbee256, mbee56, mbeepp - Hardware differences haven't been emulated yet.

mc1502

pk88 - Missing video and keyboard emulation.

mc8030

Very little documentation available, so the driver is mostly guesswork. Z80 based.

mccpm

FDC is implented but there's no software to test it.

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.

mdisk

It boots from floppy, so presumably only needs an emulated main system to work.

mediagx

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

megadriv

dcat16 - Clone hardware with additional features.

megadriv_acbl

barek2mb - PIC is dumped but hasn't been hooked up yet. Crude simulation causes problems in detecting coins.

bk3ssrmb - The mechanism to switch between the 2 games hasn't been identified yet.

jparkmb, twinktmb - Undumped PIC controls at least coins and dips. Crude simulation causes problems in detecting coins.

megadriv_rad

ra145 - Bad dump.

megadriv_sunplus_hybrid

SunPlus side isn't hooked up.

megadriv_vt_hybrid

VT side isn't hooked up.

megaplay

Interaction between BIOS and 68k side is not fully understood. The BIOS often doesn't register that a game has been started and leaves the 'PRESS P1 OR P2 START' message onscreen during gameplay as a result. If this happens, the games usually then crash when you run out of lives as they end up in an unknown state.

megatech

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

menghong

HY04 protection needs simulation (controls tile RNG at very least and possibly colors). EEPROM isn't hooked up yet.

mephistp

Pinball hardware. I8088 based. Needs I8256 emulation.

merit

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

mosdraw - Needs RTC and printer hook up.

meritm

megat5a - Bad dump.

mes

metalmx

Skeleton driver. Extremely complex prototype hardware.

metro

metabee - Hopper isn't emulated, so game doesn't start.

poittoc - One of the program ROMs isn't dumped.

puzzlet - In game timer doesn't decrease.

mfabfz

Driver still in the early stages of development. No inputs are hooked up.

mice

Very preliminary driver. No schematics available.

micro20

Skeleton driver. Uses a 68020 and a 68881 FPU.

microdec

Floppy doesn't work and timer chip isn't hooked up.

micronic

micropin

pentacup - Pinball hardware. M6800 based

microtan

mt6809 - Uses a different CPU from the other machines in the drivers, still preliminary.

microterm_f8

WIP driver. Missing some GFX modes.

midyunit

mkrep -

midzeus

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

mikro80

Cassette save produces incorrect signal.

miniboy7

bejpoker, sminiboy - Missing inputs: HOLD 1 and SMALL.

minicom

miniforce

Very preliminary driver.

miniframe

Preliminary driver. M68010 based.

mips

rc3230, rs3230 -

missamer

Mainly there's no ball physics simulation.

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

pangbp - Has an extra Z80 with battery backed RAM for protection. RAM dump not available.

pkladiesbl ' - Needs CPU "decryption".

pkladiesbl2 ' - Needs inputs, sound and GFX fixes.

spangbl2 - Bootleg on different hardware.

mits680b

Skeleton-ish. M6800 based.

ml20

Needs currently unimplemented V25 features (serial, etc.).

mk85

Skeleton-ish. K1801VM2 based.

mk90

mkit09

model1

netmerc - Guesswork incomplete on the math copro dsp functions and program impossible to dump without decapping.

vf - Collision detection is broken due to imperfect TGP RAM port emulation or hookup.

model2

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

rascot2 - Probably part of a multiple unit setup (server, terminals, video boards).

model3

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

monzagp

Preliminary driver. Possibly missing a rom.

moo

moomesabl - Bootleg on different hardware. Sprite ROMs weren't dumped for this bootleg set.

mpc3000

Preliminary driver. NEV V53 CPU and L7A1045-L6048 sound DSP emulation is preliminary.

mpf1

mps1230

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.

mpu4plasma

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

mpz80

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.

mrgame

Pinball games. Emulation is (almost) complete, but the missing simulation of the tables makes them unplayable.

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.

ms6102

DMA problems, keyboard not emulated.

ms9540

Incomplete dump, no documentation available.

msbc1

mstation

msx

mt735

mtouchxl

mtchxl5k and clones, mtchxlgld and clone - The security key hasn't been reverse engineered.

mtchxlti -

multfish

crzmon2 and clones, rollfr_5 - Not decrypted yet.

multfish_boot

igromult, igromula - GFX ROMs aren't dumped.

multi16

multi8

mupid2

Skeletonish. Z80 based.

mvme162

M68040 based. Extensive TODO at the top of the driver.

mw18w

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

mwsub

mycom

mz2000

mz6500

mz700

mz80

mzr8105

Preliminary driver.

n64

nakajies

namcond1

gynotai - Ball sensors aren't understood.

namcos10

Encryption has been broken, at least for some sets, but there's still protection or maybe some unemulated feature.

namcos12

mdhorse, sws2000, sws2001 - DMA problems.

kaiunqz - Stuck at boot.

kartduel, tektagtjcl, tektagtjb, tektagtja - Bad / incomplete dumps.

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

namcos2

finalap3bl - Bootleg on different hardware.

namcos21_c67

aircombj, aircombu - No polygons displayed.

cybsled and clone, solvalou - They crash.

namcos21_de

driveyes - Uses 3 screens with dedicated board for each.

namcos22

alpinesa - There are major GFX problems.

ridgeracf - Incomplete dump. Very different version.

namcos23

Many aspects of the hardware are not completely understood.

nanos

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.

nc

nc200 - Boot hangs while checking the MC146818 UIP (update in progress) bit.

ncd17c

Preliminary driver. MC68020 based.

nds

Driver is preliminary. Currently WIP.

neogeo

kog - Bootleg with different protection.

sbp - Possibly protected.

stakwindev - Development board. Has battery-backed SRAMs for some of the program, which makes it likely impossible to emulate as the content of the SRAMs is lost due to dead battery.

neogeocd

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.

nes

nes_clone

Differences from the original hardware aren't emulated yet.

nes_sh6578

Enhanced SH6578 NES clone hardware. Differences not emulated yet.

nes_vt02_vt03

ablping, cbrs8, mc_105te, megapad, protpp, rfcp168, senwld, vdogdeme, vdogdemo, vtboxing, vtpinball - These NES clones have modified hardware. Differences aren't fully implemented yet, causing these games not to work properly.

nes_vt09

rbbrite - Possibly different hardware (VT369?).

nes_vt32

all games but bittboy, dgun2573, dgun2573a, fapocket, fcpocket, mc_cb280, rminitv, sy888b, sy889, unkra200 - These NES clones have modified hardware. Differences aren't fully implemented yet, causing these games not to work properly.

nes_vt369_vtunknown

These NES clones have modified hardware. Differences aren't fully implemented yet, causing these games not to work properly.

newbrain

news_68k

Needs mouse and keyboard, graphics and slots emulation.

next

nibble

Skeleton-ish. Unidentified CPU (possibly TMS9900).

nichild

ldquiz4, shabdama - Miss laserdisc dumps. Preliminary driver.

nightgal

sexygal, sgaltrop, sweetgal - Missing protection simulation.

nmk16

firehawkv - Incomplete dump.

tdragonb2 - GFX and input problems. IRQs related?

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.

notechan

Very preliminary driver. Screenless system. Z80 + M6295 based.

nsm

Skeleton driver. Pinball games.

nsmpoker

Preliminary driver.

nss

Menu system is only partially understood.

nwk-tr

Complex Konami 3D hardware.

nycaptor

cyclshtg - Missing (protection?) MCU dump.

o2

Skeleton driver. MIPS based.

octane

Skeleton driver. MIPS based.

octopus

okean240

Very preliminary. Needs memory banking, floppy and cassettes, etc.

olivpc1

Keyboard not working yet.

olyboss

Not all programs work. Some floppy problems.

olytext

Skeletonish. Z80 based.

ondra

Cassette isn't working yet.

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.

onyx

Main screen prints an error with CTC (because there's no clock into it atm). Devices aren't hooked up yet.

orao

Cassette isn't working yet.

osbexec

osi

c1pmf -

otomedius

Skeleton driver. PC hardware.

overdriv

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

p112

p8k

palm

pangofun

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

panicr

Collision detection is broken.

paranoia

Jamma interface is not emulated.

partner

pasha2

zdrum - Coins don't work, inputs incomplete, seems to trip some unimplemented / buggy behaviour of the Hyperstone core. Also needs hard disk dump and MP3 board emulation.

paso1600

Chargen and kanji ROM aren't dumped. FDC isn't identified (missing software anyway).

pasogo

pasopia

Missing emulation of the FDC and other I/O expansions.

pasopia7

patinho_feio

pb1000

pc

Generic driver for ibm5150 derived PCs. Most machines' specific details haven't been implemented yet.

pc100

pc1500

pc2000

Z80 based.

pc4

pc6001

Undumped MCU dump (i8049, controls tape and keyboard). We currently hack tape loading to directly inject contents directly into RAM, would be hairy to support without the actual dump.

Needs daisy chain support for all connected devices that can send an irq event, emulation suffers from irq miscatches especially from keyboard and timer.

FDC is unemulated (unknown part #), it also diverges between pc6001 and pc6601.

Video chip is a M5C6847P-1, a derivative of MC6847, later pc6001mk2 uses a(n unknown part #) superset with black instead of green as typical background pen and a new "Mode 5" gfx, which can do nasty mid-scanline effects (cfr. Tiny Xevious Mk 2, where it draws score display portion with different mode than gameplay).

pc6001mk2 also has a μpd7552 voice chip, unemulated (cfr. Chrith Ai no Tabidachi / クリス 愛の旅立ち intro)

pc6001sr is yet again a superset of the older HWs, no way to surpass the initial PC-6001MK2SR World screen (again irq misfire off the bat?).

pc8001

pc8401a

pc8801

pc88va

pc88va jumps off the weeds with two bogus opcodes (noted in source)

pc88va2 no SW loads up due of missing μpd71071 DMA demand mode (required by the FDC device).

Unemulated plain PC8801 compatibility mode.

pc9801

Extensive TODO list on top of driver.

pc9801_epson

Extensive TODO list on top of driver.

pc9821

Extensive TODO list on top of driver.

pc98ha

Extensive TODO list on top of driver.

pcat_dyn

toursol1 - Protection check hasn't been patched out, like it has in the parent.

pcat_nit

streetg and clones - PC hardware emulation is still incomplete.

pcd

pce220

pcg850v -

pcfx

pcm

Lack of software makes it difficult to prove the emulation is correct.

pcw

pcw16

pda600

pdp11

pensebem

peoplepc

peplus

all imperial games - Stuck during initialization.

peke0004, peke0017, pex0006k, pex0013k, pex0013ka -

pemg0025, pemg0026, pemg0182, pemg0183, pemg0213, pemg0252 - Need printer support.

all pepk* sets but pepk1024 -

pepp0021, pepp0596, pepp0598 - Need link support.

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

pet

peyper

Pinball games. Emulation is (almost) complete, but the missing simulation of the tables makes them unplayable.

ator - Incomplete dump.

pg685

Preliminary driver. NEC V20 based.

pgm

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

drgw2hk - Protections isn't simulated yet.

phoenix

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

griffono - Hangs during attract mode or after coining up.

photoply

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

phunsy

piggypass

Redemption games. Mechanical.

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.

pk8000

pk8002 -

pk8020

bk8t - Keyboard not working, stuck at a "config" screen.

kontur - Needs to boot from a floppy and there isn't one available that works.

korvet - Can boot CP/M, but the keyboard then doesn't work.

neiva - Keyboard not working.

plan80

Autorepeat on the keyboard is broken. Not all devices have been hooked up.

play_1

Pinball games. Emulation is (almost) complete, but the missing simulation of the tables makes them unplayable.

play_2

Pinball games. Emulation is (almost) complete, but the missing simulation of the tables makes them unplayable.

play_3

Pinball games. Emulation of most of them is (almost) complete, but the missing simulation of the tables makes them unplayable.

plygonet

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

pm68k

pmd85

pntnpuzl

Skeleton-ish.

pockchal

pocketc

poker72

Doesn't get in game, only test screens seem to work.

poly

Preliminary driver. Extensive TO-DO at the top of the driver.

poly88

portrait

Lots of GFX problems.

powerins

powerinsc - Sprites are in a different format which hasn't been decoded yet.

pp

pp01

Interrupt controller isn't emulated and cassette support is untested.

prestige

Needs better IRQ timing, the mouse is too slow and sometime freezes, the memory banking isn't entirely understood, cartridges need to be implemented.

primo

pro80

prof180x

prof80

progolf

progolfa - Ball is misplaced when on the ground.

prophet600

proteus

Doesn't seem to work with the generic terminal. It's supposed to be used with a Lear Siegler ADM-31 terminal.

proteus3

Cassette and keyboard need work.

ps2

psion

psx

pubtimed

Skeletonish. M6802 based darts game.

pulsar

Floppy doesn`t work correctly.

pv2000

Keyboard is only partially supported, joystick and cassette aren't emulated.

pv9234

pve500

pwp14

Word processor. Z80 based.

pwrview

Preliminary driver. I80186 based.

px8

ql

qtsbc

quickpick5

waijockey - Heavy GFX glitches.

quizpun2

quizpun, quizpun2 - Protection MCUs have been dumped and hooked up, but the driver still needs some work.

quizshow

Missing tape dump and GFX roms need redump.

qvt70

Preliminary emulation. No inputs.

qx10

r9751

radionic

Tape and floppy support are problematic.

raiden_ms

Bootleg on Modular System, heavily modified from the original. V30 based.

raiden2

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

rainbow

rambo

rastersp

fbcrazy - Missing hard disk dump at least.

ravens

The cassette saves a noise but it returns a bad load.

rbmk

Possibly missing MCU dump.

rc702

Needs floppy emulation to be able to test and emulate more features.

rc759

Needs better I82730 emulation.

redalert

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

replicator

rex6000

rgum

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

rd100

No infos available but some PCB pictures. MC6809P based.

riscpc

PS/2 keyboard doesn't work properly, CMOS settings don't work, pending fatalerror from ARM7 core.

rm380z

rm480z - Only preliminary work done.

roland_cm32p

Synth. Sound isn't emulated yet.

roland_d10

Expander. Sound isn't emulated yet.

roland_d50

Skeletonish. Synthesizer. UPD78312 based.

roland_mt32

Skeletonish. Expander. P8098 based.

roland_pr100

MIDI sequencer. Needs emulation of the gate arrays.

roland_sc55

Skeletonish. Expander. P8098 based.

roland_tb303

Bass line. NEC_D650. Sound unemulated (discrete).

roland_tr606

Drum machine. NEC_D650. Sound unemulated (discrete).

roland_tr909

Drum machine. UPD7810. Sound unemulated.

rollext

Very preliminary driver. Incomplete CPU core.

route16

jongpute - Palette problem makes the tiles difficult to recognize.

vscompmj - Inputs don't seem to work correctly.

rowamet

Pinball games. Emulation is (almost) complete, but the missing simulation of the tables makes them unplayable.

royalmah

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

chalgirl, mjsenka, mjsiyoub, rkjanoh2 - Banking needs to be verified by finishing the game.

janoh - Incomplete dump.

janoha -

mjdejavu and clone - Calls by the player don't work.

mjtensin - Random crashes, related to interrupts.

rpunch

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

rt1715

rtpc

Diagnostic disk 1 fails with code 67; aix vrm disk 1 fails with alternating code a6/13.

rvoice

Skeletonish. HD63701Y0 based.

rx78

Inputs might be incorrectly hooked up.

s11

Pinball games. Emulation is (almost) complete, but the missing simulation of the tables makes them unplayable.

s3

Pinball games. Emulation is (almost) complete, but the missing simulation of the tables makes them unplayable.

s4

Pinball games. Emulation is (almost) complete, but the missing simulation of the tables makes them unplayable.

s6

Pinball games. Emulation is (almost) complete, but the missing simulation of the tables makes them unplayable.

s6a

Pinball games. Emulation is (almost) complete, but the missing simulation of the tables makes them unplayable.

s7

Pinball games. Emulation is (almost) complete, but the missing simulation of the tables makes them unplayable.

s8

Pinball games. Emulation is (almost) complete, but the missing simulation of the tables makes them unplayable.

s8a

Pinball games. Emulation is (almost) complete, but the missing simulation of the tables makes them unplayable.

s9

Pinball games. Emulation is (almost) complete, but the missing simulation of the tables makes them unplayable.

sacstate

The weird characters that show on screen are various escape sequences. These are different depending on the terminal type chosen. The codes need to be understood and emulated before this system makes sense.

sage2

Floppy loading doesn't work.

sam

Pinball games. Almost skeletonish.

sapi1

sapizps3 and clones - They try to read a disk and stop responding after showing the logo.

sartorius

Preliminary driver.

saturn

sb8085

sbc6510

ATMEGA8 CPU emulation is incomplete.

sbmjb

Needs hopper emulation.

sbrain

Keyboard needs improvements, missing expansion bus slot emulation.

sbugger

sbugger - Bad dump, different revision to working set.

schick

Hack of Pengo. It has been decrypted but there is some additional protection.

scobra

hustlerb6 - Bootleg on different hardware (no I8255s). Stuck on boot.

rescuefe - Bad / incomplete dump.

scopus

Keyboard isn't emulated.

scorpion

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.

sderby2

The video CPUs are waiting for commands from another source. It is assumed that there is at least one other PCB (834-5526?) which drives the video PCBs and perhaps generates sound. The satellite PCB is emulated in sg1000a.cpp.

seabattl

seabattla - Incomplete dump.

seattle

sfrushrkw, sfrushrkwo - Wavenet isn't emulated.

segaatom

Preliminary driver. H8S/2373 based.

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.

segam1

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

segapico

segapm

Skeleton driver. Sega 32X based.

segas16b

fpointbla - Bootleg with different memory map / registers. Misses bgfx and sprites aren't correctly aligned.

segas18

pontoon - Only the terminal is dumped.

segas24

sspirtfc - Missing floppy image.

segas32

as1 - Needs laserdisc dump and emulation.

segasp

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

segaxbd

rascot - Only the terminal is dumped.

seicupbl

These bootlegs don't have the COP protection of the original. It hasn't been figured out yet how they replace it.

seta

inttoote - Unemulated protection.

zingzipbl - Bootleg on different hardware.

seta2

ablastb - Bootleg on different hardware. At least the "tilemap sprite" y offset flags are different.

namcostr - Bad dump. The game has mechanical parts.

staraudi - Needs flipscreen hooked up properly with new code to function at all.

sfbonus

amclink - "Game" function unknown.

version4 and clones - Incomplete dumps.

sfcbox

Preliminary driver. SNES based.

sg1000a

sderbys - Satellite board. The main board needs to be dumped. Only partially decrypted.

sderby2s - Satellite board. The main board needs to be dumped. Also inputs aren't hooked up.

shine

Preliminary driver. Everything needs to be verified.

shootaway2

M37450 core needs on-board timers implemented to go anywhere.

shtzone

Gun doesn't work. Actual timer doesn't seem to match what's set by the dips.

sigmab52

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

sigmab98

dashhero - Does not acknowledge the button bashing correctly.

simple_st0016

dcrown, dcrowna - Slightly different hardware.

mayjinsn -

sk1

CPU is an unemulated MSM6283, possibly with undumped internal ROM.

sk101bl

Trading terminal. I80C31 based. Preliminary.

skeetsht

Preliminary driver.

skylncr

bdream97 - The inputs tend to act out of control at many times. This may have to do with the large number of unknown reads and writes to an I/O port at $66.

miaction, tigerslt - Preliminary emulation.

olymp, speedway - Decryption probably incomplete.

score5 - Palette doesn't work, so MAME only shows a black screen, even while you can hear the game running.

sonikfig - Once coined, there's no way to start a game.

slapfght

tigerhb4 - 68705 MCU has been dumped, but not hooked up yet.

slotcarn

Missing proper colors and reel support.

sm1800

smc777

smsmcorp

trvhanga - Missing questions roms.

sms_bootleg

Missing timer, banking non totally implemented.

snesb

fatfurspb - Once decrypted ROM content is identical to the console version. Coinage possibly provided by an unidentified protection chip.

sblast2ba - Needs decryption, seems to have been quite heavily modified from the console version.

wldgunsb - Protection has been simulated but it hasn't been tested to the end of the game.

socrates

Extensive TODO at the top of the driver.

spbactn

spbactnp - Prototype on different hardware. Has an extra Z80 ROM not hooked up.

spec128

special

anakonda - It complains of a disk problem (not emulated).

erik - Should have colour and floppy disks, unknown how to access them. No disk software available.

lik Space and < keys not working.

pioner - Not all keys have been found (Function keys, Left-arrow, more?). Monitor roms missing, used ones from "special".

kharkovsky, specialm, specialp -

specimx - Machine tends to crash/freeze internally after a while.

unga - If you enter SYSTEM to exit basic, it corrupts itself and runs into the weeds. At the initial prompt, if you hit Enter it jumps to 0000 and thence into the weeds.

spectra

Pinball games. Emulation is (almost) complete, but the missing simulation of the tables makes them unplayable.

spectrum

spg110

Preliminary driver. Sunplus SPG110 based.

spg29x

Need the internal ROM dump.

spg2xx

ablkickb, abltenni, ordentv, rad_crik, rad_fb2, rad_sktv, tiktokmm, tvsprt10, vtechtvs, wfcentro - Inputs aren't hooked up correctly.

guitarfv - Timer issues make the music way too slow.

jouet - ROM checksum fails, but is expecting 0 as a result? Shows 'CopyRight' when booting normally? Protection?

spg2xx_digimake

Camera and touchpad unemulated.

spg2xx_ican

icanguit - Data saving doesn't work.

spg2xx_jakks_gkr

jak_sdoo - Possibly a CPU bug causing some minigame to fail.

spg2xx_jakks_tvtouch

Touchpad not emulated.

spg2xx_senca

mywicodx, zon32bit - Banking not understood.

spg2xx_skannerztv

Inputs aren't hooked up correctly.

spg2xx_telestory

Sound data for the narrator is written to the SIO data port, which currently isn't implemented.

spg2xx_tvgogo

Camera not implemented.

spg2xx_wiwi

Inputs aren't hooked up correctly.

splash

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

rebus - Another protected Microhard game.

ringball - Currently stuck at initialization / test mode, probably protected.

splus

Driver imported from Agemame. Needs modernisation.

spoker

3super8 - Roms are badly dumped.

spyhuntertec

spyhuntpr - Very different hardware.

ssfindo

tetfight - PS7500 is preliminary. EEPROM write hook up isn't correct, causing incorrect configuration after saving.

sshot

ssingles

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

st_mp100

Pinball games. Emulation is (almost) complete, but the missing simulation of the tables makes them unplayable.

st2302u_bbl_spi

ST2302U based. Emulation is preliminary.

bbl380 - Missing internal ROM dump.

statriv2

cs1_ssp and later versions - Laserdisc games in need of laserdisc dump.

nsupertr3 - Some questions don't display correctly.

quaquiz2 - No inputs, needs nvram.

bbchall, statriv5se, supertr - Questions' ROMs aren't dumped.

stfight

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

stv

choroqhr - One ROM is a bad dump.

decathlt, decathlto - Run very slow and lots of GFX glitches.

dfeverg, fanzonem - Requires SH2's SCI serial port emulated, to communicate with coin/medal-related I/O board. dfeverg also is missing a ROM.

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

magzun - I/O errors.

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

sackids - Runs with a dedicated bios which isn't dumped.

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

twcup98, twsoc98 - Some situations with the GK result in the game stalling.

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.

subsino2

qbeebing, strain, tbonusal, treacity and clone - Possibly missing some protection patches.

queenbee and clones, squeenb - Games run way too fast.

treamary - Gets stuck on CHIP1 test, enters test mode if bypassed.

xplan - Always starts with 4 credits. Interrupts don't seem to work correctly.

summit

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

sun1

sun2

sun3

sun3x

sun4

suna8

hardheadb2 - Protected bootleg on different hardware.

super6

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.

superslave

superwng

Crashes after bonus stage, see notes, bad rom?

supracan

suprgolf

albatross - Missing GFX roms dumps.

svmu

sweetland

Screenless crane machine. Mechanical parts aren't emulated.

swyft

systec

Skeletonish. Most devices aren't hooked up. Z80 based.

system16

bayrouteb1 - Broken sprites (missing IRQ?).

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

tabe22

Needs a dump of the keyboard controller (currently HLE'd), NVRAM / memory layout isn't correct, currently needs a hack to send out data on the RS232 port.

taito

Pinball games. Emulation is (almost) complete, but the missing simulation of the tables makes them unplayable.

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

kollon, sianniv - IRQ at the wrong time.

taitojc

dangcurv and clones - DSP bug causes missing 3D. Currently hang after initial tests.

taitotx

Preliminary driver. PC based.

taitotz

Preliminary driver.

taitowlf

Preliminary driver.

taito_f2

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

taito_f3

bubsymphb, bubsymphba - Bootleg on different hardware. Backgrounds don't show up. Seems to make a different use of priority RAM.

quizhuhu - Quiz text positioning is wrong, heavy sprite window usage.

taito_o

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

tandy2k

tank8

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

tasman

Konami GX based PCB for gambling games.

tatsumi

Very complex GFX hardware hasn't been fully emulated yet.

tavernie

Incomplete dump. GFX and cassette need fixing.

tdv2324

I8085A based. CPU gets stuck reading i/o port 0x30 in a loop.

tecnodar

Darts game. Mechanical part isn't simulated.

tehkanwc

tehkanwcc - Bootleg with different inputs.

tek405x

tek410x

tek440x

tekigw

Needs am9516 dma controller, slots and cards, gpib devices, graphics and keyboard.

terak

LSI-11 based. Really a skeleton driver, few infos available.

testpat

Discrete. Preliminary netlist available.

tetrisp2

nndmseal and clones - Missing camera and printer emulation.

stepstag, step3, vjdash - Missing HD / bios dumps for the PC part.

tg100

Unemulated H8/520 CPU.

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

theportr - Wrong colors render the games unplayable. The PCB has the PROM for The Pit, colors confirmed the same on PCB and in emulation. Bootlegger or operator error in fitting the wrong PROM?

zaryavos - Incomplete dump.

ti85

ti73b, ti83, ti83p and clones, ti83pse and clones, ti84p and clones, ti84pse and clones - Emulation of these models hasn't been started yet.

ti931

Preliminary driver. Z80 based.

ti990_10

ti990_4

tim011

Skeleton-ish. Z180 based.

timetrv

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

tispeak

tk2000

Apple II clones, not fully compatible. Differences aren't correctly emulated yet.

tk635

Undocumented custom chip controls most functions.

tk80

tk80bs

tmc1800

osc1000, tmc1800 - No ROM dump available.

tmc2000e

tmc600

tmnt

glfgreat and clones - DMA emulation is incomplete.

ssridersb - Bootleg on different hardware. Bad dump.

ssriders2 - Bootleg on different hardware.

tmspoker

Preliminary driver.

toaplan2

nprobowl - Mechanical part isn't simulated.

pipibibsbl2 - Bootleg on different hardware.

tourvis

Lacks complete jamma interface emulation.

trackfld

hipoly - Bad dump.

trkfldch

Preliminary driver. G65816 with custom vector?

tricep

trs80

all sets but trs80 - Most floppies don't boot (regression).

trs80m2

trs80m3

cp500, trs80m3 - Most floppies don't boot (regression).

trs80m4 - Boots model 3 floppies, but not model 4 ones.

trs80m4p - Completely different memory map.

trucocl

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

ts803

tsispch

tulip1

No 8256A MUART emulation which handles interrupts, timers, serial and parallel interfaces.

tumbleb

funkyjetb, tumblebpa - Bootlegs on different hardware

tv912

Terminal. I8035 based.

tv950

Keyboard isn't working properly.

tv955

Terminal. M65C02 based.

tvc

UPM crashes when formatting a floppy.

twinkle

bmiidx, bmiidxa, bmiidxc, bmiidxca - Connected over the mini-din8 (CN7) and DVD check requires RTS->CTS.

tx0

uknc

univac

unixpc

DIVS instruction at 0x801112 (the second time) causes a divide-by-zero exception the system isn't ready for due to word at 0x5EA6 being zero. Code might not get there if the attempted FDC boot succeeds; FDC hookup probably needs help. 2797 isn't asserting DRQ?

unkpoker

I8085 based. Gets stuck if a coin isn't inserted at boot.

uzebox

v6809

vamphalf

misncrft and clone, worldadv - They start to stall for several seconds at a time after they've been running for a certain amount of time

yorijori - Currently needs a ROM patch to work.

vax11

vboy

vcombat

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

vector06

vector4

vectrex

raaspec - Timings and mandatory artwork missing.

vega

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

vegas

sf2049te and clone - Voodoo 3-based, one step beyond the Voodoo Banshee problems.

vg5k

1200 bauds cassette doesn't work.

vicdual

brdrlinet, carnivalca - One of the program ROMs need a redump.

invho2a - Bad colors (wrong for Invinco, all black for Head On 2) render the games unplayable. Multiple dump attempts of the color PROM have given the same result.

vidbrain

videopkr

bpoker -

videosaa

jokrlady, paradar, winner - Undumped main CPU ROM.

viper

Preliminary driver, PPC+voodoo.

vk100

vlc

Video section isn't emulated. Also needs security PAL U35 decoding, In/Out interface Board communication (included mechanical METER + some switch Door open, etc..), JCM Bill acceptor communication (probably ID-003 protocol), printer communication (Star Printer ).

votrhv

hc120 - Inputs are incomplete.

voyager

PC hardware. Preliminary driver.

vp101

MIPS + custom 3D hardware. Boots but lacks 3d GFX hardware emulation.

vpoker

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

vsmileb

Improper handling of the "Fast Rampdown" feature in the SPG2xx audio device causes bad narration.

vsmilepro

Skeletonish. It uses a LSI Zevio 1020 CPU + peripherals which comprises ARM926EJ-S CPU, ZSP400 DPS, 3D graphics processor & 2D graphics processor.

vt_unknown

Unidentified main CPU. Dump might be bad.

vt100

vt1682

gm235upc - Needs IO ports on sound CPU side and write access to space for RAM.

intg5410 - Controls not hooked up and sometimes it crashes on game change.

lxts3, njp60in1, unk1682 - Random number generator broken, missing line scroll mode emulation.

wowwg - Needs high colour line mode for main menu.

vt62

VT61 based. Very preliminary. Missing some dumps.

vta2000

Missing inputs.

vtech1

vz200de - Not dumped yet.

wgp

Recently demoted to not working status.

whitestar

Skeleton driver. Pinball games.

wicat

wico

Pinball games. Emulation is (almost) complete, but the missing simulation of the tables makes them unplayable.

wildpkr

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

williams

defndjeu, tornado2 - Bad dumps.

wrinkles

Sensors aren't emulated yet.

wxstar4k

M68010 based. Cable head-end unit. Very preliminary.

wy100

Return key often gets corrupted when looped back. Frequent screen glitches when writing to the display.

x1

x1twin

x68k

xavix_2000

Preliminary emulation. Most games are not working, some have additional hardware on the PCB.

xavix_2002

Preliminary emulation. Most games are not working, some have additional hardware on the PCB.

xavix2

SoC emulation is very preliminary.

xerox820

bigboard, mk82, x820ii - Floppies don't work.

mk83, x168 - Slightly different hardware.

xor100

Cassette and floppy aren't working.

yes

Very preliminary driver. HD6845 drawing not implemented.

yman1x

Control Synthesizer. Skeleton driver. HD6413002FP16 based.

ymmu100

Missing a lot of effects.

ymmu5

Very preliminary driver.

ymmu50

Missing a lot of effects.

ymmu80

Missing a lot of effects.

ympsr340

Preliminary driver. Exact CPU model unknown. Front panel / keyboard scanner and sound generation aren't emulated.

ymvl70

Missing a lot of effects.

z100

Undumped MCU, plus needs removing of the parity check IRQ patch, implementation of the S-100 bus features, irqs need 8259 "auto-ack"-ing in order to work properly and vertical scrolling isn't understood.

z1013

z1013k69, z1013k76, z1013s60 - Hardware differences aren't emulated yet.

z22

Missing keyboard emulation.

z88

z9001

zac_1

Pinball games. Emulation is (almost) complete, but the missing simulation of the tables makes them unplayable.

zac_proto

Pinball games. Emulation is (almost) complete, but the missing simulation of the tables makes them unplayable.

zn

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

beastrzb - Incomplete dump.

primrag2 - Watchdog reset at startup.

strider and clones - Random hangs / crashes.

zodiack

bounty2 - Different memory map. Probably something in the epoxy module marked "CPU PACKII".

zorba

zx