|
|
(325 intermediate revisions by the same user 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] == |
Line 18: |
Line 22: |
| | | |
| == [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 192: |
Line 203: |
| | | |
| == [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, magibomb, westvent, winbingo, winbingoa, zoo ''' - These games need decryption. | + | ''' astoneag, 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 the fail the internal checksum. |
| + | |
| + | ''' dinodino ''' - Decryption should be on par with the others but code jumps early into the weeds after RTE. |
| + | |
| + | ''' 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 220: |
Line 239: |
| | | |
| == [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 242: |
Line 264: |
| == [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 256: |
Line 281: |
| | | |
| == [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/bebox.cpp bebox] == | | == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/bebox.cpp bebox] == |
Line 280: |
Line 305: |
| ''' 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 291: |
Line 318: |
| == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/bigkarnk_ms.cpp bigkarnk_ms] == | | == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/bigkarnk_ms.cpp bigkarnk_ms] == |
| Heavily modified bootleg of Big Karnak running on the Modular System. Only preliminary work has been done. | | 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/binbug.cpp binbug] ==
| |
− | Cassette doesn't work.
| |
| | | |
| == [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 ''' - GFX are wrong, making the game unplayable.
| |
| | | |
| == [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 308: |
Line 329: |
| | | |
| == [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/blw700i.cpp blw700i] == | | == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/blw700i.cpp blw700i] == |
Line 319: |
Line 344: |
| | | |
| == [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 333: |
Line 358: |
| | | |
| == [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 339: |
Line 367: |
| | | |
| == [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 355: |
Line 383: |
| == [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 381: |
Line 412: |
| == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/cat.cpp cat] == | | == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/cat.cpp cat] == |
| Big TODO at the top of the driver. | | Big TODO at the top of the driver. |
| + | |
| + | == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/cave.cpp cave] == |
| + | ''' paccarn ''' - Stuck at boot, can be forced to work via debugger. Possibly expects some value from the EEPROM? |
| | | |
| == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/cb2001.cpp cb2001] == | | == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/cb2001.cpp cb2001] == |
Line 404: |
Line 438: |
| == [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/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 427: |
Line 463: |
| | | |
| == [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? |
| | | |
Line 438: |
Line 472: |
| | | |
| == [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 450: |
Line 486: |
| | | |
| == [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 457: |
Line 498: |
| == [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 468: |
Line 506: |
| == [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 511: |
Line 552: |
| | | |
| == [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 524: |
Line 565: |
| == [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 547: |
Line 589: |
| ''' 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 557: |
Line 599: |
| == [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] == |
Line 566: |
Line 605: |
| == [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 595: |
Line 637: |
| | | |
| == [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 616: |
Line 658: |
| == [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 625: |
Line 676: |
| == [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 650: |
Line 698: |
| 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/dpb7000.cpp dpb7000] == | | == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/dpb7000.cpp dpb7000] == |
| Disk Sequencer Card emulation is preliminary. | | Disk Sequencer Card emulation is preliminary. |
| | | |
− | == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/dragon.cpp dragon] == | + | == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/drdmania.cpp drdmania] == |
− | ''' dragon200e ''' - Possibly MC6847 issue.
| + | 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 694: |
Line 743: |
| 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. |
| | | |
− | == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/elan_eu3a05.cpp rad_eu3a05] ==
| |
| ''' rad_tetr ''' - Player 2 inputs don't work. | | ''' rad_tetr ''' - Player 2 inputs don't work. |
| | | |
− | == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/elan_eu3a14.cpp rad_eu3a14] == | + | ''' sudoelan ''' - Might be slightly different hardware. |
| + | |
| + | == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/elan_eu3a14.cpp elan_eu3a14] == |
| Preliminary driver. | | Preliminary driver. |
| | | |
Line 714: |
Line 768: |
| == [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 730: |
Line 787: |
| == [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 743: |
Line 803: |
| | | |
| == [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] == |
Line 769: |
Line 829: |
| 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/fidel_phantom.cpp fidel_phantom] ==
| + | |
− | ''' fphantom ''' - Preliminary driver.
| + | |
| | | |
| == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/firebeat.cpp firebeat] == | | == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/firebeat.cpp firebeat] == |
Line 800: |
Line 855: |
| == [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 863: |
| | | |
| == [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 842: |
Line 894: |
| == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/gaelco2.cpp gaelco2] == | | == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/gaelco2.cpp gaelco2] == |
| ''' play2000_50i ''' - Bad dump. | | ''' play2000_50i ''' - Bad dump. |
| + | |
| + | ''' 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 856: |
Line 910: |
| ''' 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? |
| | | |
− | ''' skelagon, supergx ''' - Bad dumps. | + | ''' mooncrs5, skelagon, supergx ''' - Bad dumps. |
| | | |
| ''' tenspot ''' - Menu isn't working yet. | | ''' tenspot ''' - Menu isn't working yet. |
Line 867: |
Line 921: |
| ''' ckongcv, ckongis, guttanggt ''' - Bootleg on different hardware. | | ''' ckongcv, ckongis, guttanggt ''' - 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 891: |
Line 948: |
| == [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/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 919: |
Line 997: |
| | | |
| == [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 926: |
Line 1,002: |
| | | |
| ''' 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 940: |
Line 1,012: |
| ''' bonusch ''' - Undumped MCU. | | ''' bonusch ''' - Undumped MCU. |
| | | |
− | ''' chryangla, cmtetrsb, luckylad, tcl ''' - Encrypted. | + | ''' cmtetrsb, tcl ''' - Encrypted. |
| | | |
| ''' cb3c ''' - Bad dump. | | ''' cb3c ''' - Bad dump. |
Line 946: |
Line 1,018: |
| ''' cherry96 ''' - Different hardware. | | ''' cherry96 ''' - Different hardware. |
| | | |
− | ''' cmast97 ''' - PROM decode needs fixing. | + | ''' cmast97 ''' - PROM decode needs fixing, GFX loading is wrong. |
| + | |
| + | ''' cmasteri ''' - ROMs contain only half of what they should, but dump sizes are confirmed wrt to ROM chip type. |
| | | |
| ''' aplan, chryangla, cmast99, cmast99b ''' - The game appears to be stuck in a loop resetting itself after initialising NVRAM. | | ''' aplan, chryangla, cmast99, cmast99b ''' - The game appears to be stuck in a loop resetting itself after initialising NVRAM. |
| | | |
− | ''' chryangl ''' - Hangs when betting or after a couple of attract mode cycles. Protection related? | + | ''' chryangl, chryanglb ''' - Hangs when betting or after a couple of attract mode cycles. Protection related? |
| | | |
| ''' cmast92 ''' - Graphics ROMs aren't dumped yet. | | ''' cmast92 ''' - Graphics ROMs aren't dumped yet. |
Line 956: |
Line 1,030: |
| ''' cmasterbv, cmv4a ''' - Missing switch between normal and "stealth" game. | | ''' cmasterbv, cmv4a ''' - Missing switch between normal and "stealth" game. |
| | | |
− | ''' cmtetrsa ''' - Banking not understood. | + | ''' eldoradd ''' - Just ROM loading done, not looked at yet. Hardware is similar to cmast97. |
| | | |
| ''' jkrmast, jkrmasta ''' - Preliminary emulation. | | ''' jkrmast, jkrmasta ''' - Preliminary emulation. |
Line 964: |
Line 1,038: |
| ''' 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 ''' - | + | ''' 3cdpoker, 3cdpokera, luckylad, pkrmast, prkmasta, super972 ''' - They need work on inputs / dips. |
| | | |
− | ''' super7 ''' - Cherry Master hack with code differences. Not looked at yet. | + | ''' roypok96c ''' - Stuck at the Program Check screen. |
| + | |
| + | ''' super7 ''' - At least main CPU ROM in the 0x8000 - 0x9000 range seems to have opcode encryption. |
| | | |
| ''' super9 ''' - GFXs aren't decoded yet. | | ''' super9 ''' - GFXs aren't decoded yet. |
| | | |
− | ''' super972 ''' - Maybe the program needs some sort of address/data descramble. | + | ''' war3cb ''' - Address scrambling needs to be checked. |
| | | |
− | ''' wcat3 ''' - | + | ''' wcat3 ''' - Encryption not completely broken, can be seen running after a couple soft resets. |
| + | |
| + | ''' crazybonb, wcat3a ''' - Decryption should be good. Possibly needs a different machine driver? |
| | | |
| ''' wcherry ''' - Only preliminary work has been done. | | ''' wcherry ''' - Only preliminary work has been done. |
Line 1,004: |
Line 1,082: |
| == [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,018: |
Line 1,099: |
| == [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/h89.cpp h89] == | | == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/h89.cpp h89] == |
Line 1,042: |
Line 1,120: |
| == [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] == |
Line 1,130: |
Line 1,203: |
| == [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,150: |
Line 1,220: |
| | | |
| == [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] == |
Line 1,156: |
Line 1,226: |
| | | |
| == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/igs017.cpp igs017] == | | == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/igs017.cpp igs017] == |
| + | ''' happyskl, tarzanc ''' - Need IGS031 protection emulation and sprite ROM decryption. |
| + | |
| ''' 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] == | | == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/igspoker.cpp igspoker] == |
− | ''' cpoker101, cpoker201f, cpoker210ks ''' - Protection handling and inputs / outputs need to be verified. | + | ''' cpoker210ks, cpoker300us ''' - Protection handling and inputs / outputs need to be verified. |
− | | + | |
− | ''' cpoker300us ''' - Different encryption or mapping.
| + | |
| | | |
| ''' kungfu, stellecu ''' - Bad / incomplete dump. | | ''' kungfu, stellecu ''' - Bad / incomplete dump. |
Line 1,185: |
Line 1,253: |
| | | |
| == [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] == |
− | ''' indigo2_4415, indy_5015 ''' - | + | ''' 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,207: |
Line 1,278: |
| == [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,218: |
Line 1,286: |
| | | |
| == [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,228: |
Line 1,296: |
| == [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,237: |
Line 1,308: |
| == [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,263: |
Line 1,331: |
| | | |
| == [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 j6roller and 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,276: |
Line 1,344: |
| == [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. | + | Skeleton driver. Program ROMs are encrypted. |
| | | |
| == [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,297: |
Line 1,371: |
| ''' 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,317: |
Line 1,394: |
| | | |
| == [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/koftball.cpp koftball] == | | == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/koftball.cpp koftball] == |
Line 1,342: |
Line 1,419: |
| | | |
| == [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. |
| + | |
| + | ''' konslot, konslot2 ''' - Possibly have no video output or have it implemented in some unusual way. |
| + | |
| + | ''' pwrchanc, spcpokan ''' - Colors are wrong, inputs not verified. |
| + | |
| + | ''' unkkonmd ''' - |
| | | |
| == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/kopunch.cpp kopunch] == | | == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/kopunch.cpp kopunch] == |
Line 1,363: |
Line 1,448: |
| | | |
| == [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,369: |
Line 1,456: |
| == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/laser3k.cpp laser3k] == | | == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/laser3k.cpp 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. | | 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] ==
| |
− | ''' catnmousa ''' - Bad dump.
| |
| | | |
| == [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,380: |
Line 1,470: |
| | | |
| == [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,386: |
Line 1,476: |
| | | |
| == [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,399: |
Line 1,489: |
| == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/lisa.cpp lisa] == | | == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/lisa.cpp lisa] == |
| Lisa OS doesn't boot. | | Lisa OS doesn't boot. |
− |
| |
− | == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/llc.cpp llc] ==
| |
− | ''' llc1 ''' - Bad dump.
| |
| | | |
| == [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,415: |
Line 1,502: |
| | | |
| == [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,431: |
Line 1,518: |
| ''' 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? | | ''' 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? |
| | | |
− | ''' lohtb, rtypem82b, rtype2m82b ''' - The bootleg hardware is different to the original hardware. | + | ''' 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,446: |
Line 1,533: |
| | | |
| == [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,459: |
Line 1,555: |
| | | |
| == [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,489: |
Line 1,580: |
| Skeleton driver for fruit machine games. | | Skeleton driver for fruit machine games. |
| | | |
− | == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/mbee.cpp mbee] == | + | == [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/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,510: |
Line 1,605: |
| | | |
| == [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] == |
| + | ''' 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. | | ''' 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,518: |
Line 1,626: |
| 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,532: |
Line 1,646: |
| | | |
| == [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. |
| | | |
− | == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/mexico86.cpp mexico86] ==
| + | ''' poittoc ''' - One of the program ROMs isn't dumped. |
| + | |
| + | ''' puzzlet ''' - An unemulated Z8 provides protection. 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,546: |
Line 1,662: |
| | | |
| == [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/mindset.cpp mindset] == | + | == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/mikro80.cpp mikro80] == |
− | Preliminary driver. I80186 based.
| + | Cassette save produces incorrect signal. |
| | | |
| == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/miniboy7.cpp miniboy7] == | | == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/miniboy7.cpp miniboy7] == |
− | ''' sminiboy ''' - Missing inputs: HOLD 1 and SMALL. | + | ''' 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,586: |
Line 1,706: |
| ''' 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". |
| + | |
| + | ''' pkladiesbl2 '''' - Needs inputs, sound and GFX fixes. |
| | | |
| ''' spangbl2 ''' - Bootleg on different hardware. | | ''' 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,599: |
Line 1,726: |
| | | |
| == [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,610: |
Line 1,737: |
| == [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,639: |
Line 1,764: |
| | | |
| == [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,783: |
Line 1,908: |
| == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/nes.cpp nes] == | | == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/nes.cpp nes] == |
| | | |
− | == [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_clone.cpp nes_clone] == |
− | Extensive todo on top of the driver. These NES clones have modified hardware.
| + | Differences from the original hardware aren't emulated yet. |
| + | |
| + | == [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_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_vt369_vtunknown nes_vt369_vtunknown]== |
| + | 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,814: |
Line 1,954: |
| 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/novag_savant.cpp novag_savant] == | + | == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/novag_supremo.cpp novag_supremo] == |
− | Z80 side stops communicating and gets in an infinite loop.
| + | Incomplete HD63A03YP emulation (extra I/O ports, unemulated timer registers). |
| | | |
| == [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,827: |
Line 1,967: |
| | | |
| == [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,842: |
Line 1,982: |
| == [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,848: |
Line 1,991: |
| == [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,854: |
Line 2,000: |
| == [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] == |
Line 1,871: |
Line 2,020: |
| | | |
| == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/pacman.cpp pacman] == | | == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/pacman.cpp pacman] == |
− | ''' clubpacm''' - Bootleg on different hardware (possibly original codebase). The control multiplex isn't figured out yet. | + | ''' clubpacmb ''' - Probably a bad dump (same code as clubpacma). |
| | | |
| == [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,891: |
Line 2,040: |
| | | |
| == [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,906: |
Line 2,056: |
| | | |
| == [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] == |
Line 1,923: |
Line 2,074: |
| | | |
| == [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,931: |
Line 2,082: |
| | | |
| == [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,097: |
| == [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/pengo.cpp pengo] == | + | == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/pensebem.cpp pensebem] == |
− | ''' schick ''' - Encrypted.
| + | |
| | | |
| == [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,957: |
Line 2,113: |
| | | |
| ''' 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,971: |
Line 2,125: |
| | | |
| == [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,995: |
Line 2,149: |
| | | |
| == [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,032: |
Line 2,197: |
| 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, just needs correct sprite offsets. | + | ''' 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,048: |
Line 2,217: |
| | | |
| == [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,063: |
Line 2,232: |
| | | |
| == [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] == |
Line 2,080: |
Line 2,256: |
| | | |
| == [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,087: |
Line 2,263: |
| == [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] == |
| | | |
| == [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/raiden_ms.cpp raiden_ms] == |
| + | 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,101: |
Line 2,283: |
| == [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,109: |
Line 2,294: |
| | | |
| == [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] == |
− |
| |
− | == [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,126: |
Line 2,309: |
| | | |
| == [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_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,137: |
Line 2,343: |
| == [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,143: |
Line 2,351: |
| == [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 ''' - No girls' GFX. Bad ROM loading / missing banking? |
| | | |
| ''' janoh ''' - Incomplete dump. | | ''' janoh ''' - Incomplete dump. |
Line 2,150: |
Line 2,360: |
| ''' 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? | + | ''' mjsenka ''' - Heavy GFX glitches. Is the ROM currently loaded at 0x8000-0x9fff banked somewhere? |
| + | |
| + | ''' mjsiyoub ''' - Incorrect ROM loading? |
| | | |
| ''' mjtensin ''' - Random crashes, related to interrupts. | | ''' mjtensin ''' - Random crashes, related to interrupts. |
Line 2,158: |
Line 2,370: |
| == [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,178: |
Line 2,392: |
| | | |
| == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/s6.cpp s6] == | | == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/s6.cpp s6] == |
− | Pinball games. Emulation is (almost) complete, but the missinhttps://wiki.mamedev.org/index.php/MNW#g 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/s6a.cpp s6a] == | | == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/s6a.cpp s6a] == |
Line 2,194: |
Line 2,408: |
| == [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/saitek_leonardo.cpp saitek_leonardo] == |
| + | Driver in the very early stages of development. HD6303Y based. |
| + | |
| + | == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/saitek_renaissace.cpp saitek_renaissance] == |
| + | Driver in the very early stages of development. HD6303Y based. Unidentified LCD. |
| | | |
| == [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,205: |
Line 2,431: |
| | | |
| == [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/sbrain.cpp sbrain] == | | == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/sbrain.cpp sbrain] == |
Line 2,212: |
Line 2,441: |
| == [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/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,278: |
Line 2,512: |
| | | |
| == [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,288: |
Line 2,523: |
| | | |
| ''' 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,321: |
Line 2,558: |
| == [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,331: |
Line 2,571: |
| | | |
| ''' 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/slc1a.cpp slc1a] == | | == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/slc1a.cpp slc1a] == |
Line 2,349: |
Line 2,592: |
| | | |
| == [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. | + | ''' 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,368: |
Line 2,626: |
| == [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,390: |
Line 2,687: |
| == [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,407: |
Line 2,707: |
| == [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,444: |
Line 2,744: |
| | | |
| ''' treamary ''' - Gets stuck on CHIP1 test, enters test mode if bypassed. | | ''' 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,460: |
Line 2,762: |
| == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/suna8.cpp suna8] == | | == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/suna8.cpp suna8] == |
| ''' hardheadb2 ''' - Protected bootleg on different hardware. | | ''' hardheadb2 ''' - Protected bootleg on different hardware. |
− |
| |
− | == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/sunplus_gcm394.cpp sunplus_gcm394] ==
| |
− | Newer hardware than the one in vii.cpp, new opcodes aren't emulated yet.
| |
| | | |
| == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/super6.cpp super6] == | | == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/super6.cpp super6] == |
Line 2,484: |
Line 2,783: |
| == [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.
| |
| | | |
| == [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,500: |
Line 2,795: |
| | | |
| ''' 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,540: |
Line 2,838: |
| == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/tank8.cpp tank8] == | | == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/tank8.cpp tank8] == |
| ''' tank8a, tank8b, tank8c, tank8d ''' - Bad / incomplete dumps. | | ''' tank8a, tank8b, tank8c, tank8d ''' - Bad / incomplete dumps. |
− |
| |
− | == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/tasc.cpp tasc] ==
| |
− | Preliminary driver. ARM6 based.
| |
| | | |
| == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/tasman.cpp tasman] == | | == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/tasman.cpp tasman] == |
Line 2,553: |
Line 2,848: |
| 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,586: |
Line 2,883: |
| | | |
| == [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,604: |
Line 2,901: |
| | | |
| == [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,617: |
Line 2,918: |
| | | |
| == [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,623: |
Line 2,926: |
| == [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] == |
Line 2,633: |
Line 2,939: |
| | | |
| == [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] ==
| |
− | Random crashes. Extensive todo list at the top of the driver.
| |
| | | |
| == [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] == |
| + | ''' 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,676: |
Line 2,981: |
| | | |
| == [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/unkpoker.cpp unkpoker] == | | == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/unkpoker.cpp unkpoker] == |
− | Preliminary driver. I8085 based.
| + | I8085 based. Gets stuck if a coin isn't inserted at boot. |
− | | + | |
− | == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/unkz80.cpp unkz80] ==
| + | |
− | Skeleton driver. Z80 based. No info available.
| + | |
| | | |
| == [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,716: |
Line 3,017: |
| | | |
| == [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,731: |
Line 3,030: |
| ''' 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] == |
− | ''' dreamlif ''' - | + | ''' jokrlady, paradar, winner ''' - Undumped main CPU ROM. |
− | | + | |
− | ''' jak_pooh, jak_sdoo ''' - possibly a CPU bug causing some minigame to fail.
| + | |
− | | + | |
− | ''' icanguit, rad_crik, rad_fb2, rad_sktv ''' - inputs aren't hooked up correctly.
| + | |
− | | + | |
− | ''' wlsair60 ''' - 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,748: |
Line 3,039: |
| | | |
| == [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,757: |
Line 3,052: |
| == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/vpoker.cpp vpoker] == | | == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/vpoker.cpp vpoker] == |
| Needs 6840PTM hook-up, I/Os and sound emulation. | | Needs 6840PTM hook-up, I/Os and sound emulation. |
− |
| |
− | == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/vsmile.cpp vsmile] ==
| |
− | ''' vsmilem ''' - Missing BIOS dump.
| |
| | | |
| == [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,790: |
Line 3,096: |
| ''' 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,799: |
Line 3,111: |
| == [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] == |
− | ''' ban_onep ''' - Hangs after starting a game or after some time in attract mode.
| + | Preliminary emulation. Most games are not working, some have additional hardware on the PCB. |
| | | |
− | ''' drgquest ''' -
| + | == [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. |
− | ''' ekara and clones, ekaraphs, epitch ''' - Missing microphone input, SEEPROM problems.
| + | |
− | | + | |
− | ''' ekaramix ''' - Designed to connect to a PC.
| + | |
− | | + | |
− | ''' epo_ebox, epo_epp ''' -
| + | |
− | | + | |
− | ''' has_wamg ''' -
| + | |
− | | + | |
− | ''' epo_epp3, evio, 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, rad_socr, taikodp ''' - Inputs aren't hooked up correctly.
| + | |
− | | + | |
− | ''' epo_efdx, ttv_lotr, ttv_sw ''' - Hang at title screen.
| + | |
− | | + | |
− | ''' domdance, tmy_thom, xavbaseb, xavjmat, xavmusic, xavtenni ''' - Uses a more powerful, derived CPU.
| + | |
| | | |
| == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/xavix2.cpp xavix2] == | | == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/xavix2.cpp xavix2] == |
− | Unknown architecture, does not appear to be 6502 derived like XaviX / SuperXaviX.
| + | SoC emulation is very preliminary. |
| | | |
| == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/xerox820.cpp xerox820] == | | == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/xerox820.cpp xerox820] == |
Line 2,828: |
Line 3,127: |
| == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/ymmu100.cpp ymmu100] == | | == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/ymmu100.cpp ymmu100] == |
| Missing a lot of effects. | | 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] == | | == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/ymmu50.cpp ymmu50] == |
Line 2,834: |
Line 3,136: |
| == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/ymmu80.cpp ymmu80] == | | == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/ymmu80.cpp ymmu80] == |
| Missing a lot of effects. | | Missing a lot of effects. |
| + | |
| + | == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/ympsr340.cpp ympsr340] == |
| + | 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/ymvl70.cpp ymvl70] == | | == [http://github.com/mamedev/mame/blob/master/src/mame/drivers/ymvl70.cpp ymvl70] == |
Line 2,842: |
Line 3,147: |
| | | |
| == [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] == |
Latest revision as of 06:46, 21 January 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.
25pacman - Newer set on slightly different hardware.
Skeleton driver for a CD Juke Box.
Missing working simulation of the sensors. Requires a major rework of the artwork sub-system.
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).
Emulation is stil preliminary. Current stall point is unemulated DSPP core.
Preliminary driver. Hangs after booting irix from miniroot.
Needs proper UM487F device emulation. CPU logic seems quite off.
Skeleton driver. The games' program rom has been decrypted, but they have an undumped MCU which needs decapping or simulation.
invasionrz and clone - Bootlegs on slightly different hardware.
sisv1 - Some ROMs aren't dumped.
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.
There's a hang while scrolling and cassette loading (bit 7 of port 91) needs work.
Skeleton driver. 65C816 based.
Needs MMS16 (Multibus clone) and slot devices emulation, native keyboard and more work on the A7100 model.
TODOs are short/long reset (RSTBUT), CIO, hard disk and connect RS-232 port A.
ac1scch - Hardware differences aren't emulated yet.
Skeletonish.
acefruit - Inputs aren't fully understood. Video in bonus game needs fixing.
starspnr - Most likely needs a redump of the program ROMs.
acommand - Inputs aren't fully understood. Requires a major rework of the artwork sub-system. Needs to be merged with cischeat.cpp driver.
80C5xx + dsp56k based. Skeletonish.
ASCII printer adapter. Does not do much more than pass the extensive self-test.
Driver seems almost complete, still marked as not working.
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.
Skeleton driver.
airraid, cshooter - GFX roms in black 'blobs'.
mtetrisc - Uses additional 2d sprite overlay for tetrominoes gfxs, mostly working minus gfx decoding itself.
The driver seems quite flashed out, but has no notes on what's missing.
Laserdisc games on Amiga 500 hardware. They all work in theory, but are waiting for a good quality laserdisc dump.
Skeleton driver (SH4 based system). Has 2 MPEG2 decoder chips.
Pinball games. Emulation is (almost) complete, but the missing simulation of the tables makes them unplayable.
sbasebal, sbasebalj - MCU simulation is inaccurate / unverified, calculates pitch speeds at very least.
Needs work on ADB and PS/2. The charset ROM is wrong.
Unemulated SAA5070 device.
SCSI emulation is guessed / incomplete.
Preliminary driver. Currently only shows the initial boot message. I8085A based.
Preliminary driver.
Keyboard not dumped and emulated.
Still very incomplete.
When running MP/M, dir command crashes the system.
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.
Preliminary driver. Mechanical / screenless system. Uses a Z8 based MCU.
Amiga chips emulation lacks a lot of features.
arizna10 - Undumped PIC provides protection. Currently can't exit operator mode to get in game.
The driver seems quite flashed out, but has no notes on what's missing.
Lots of work still needed. Lacks software to further improve emulation.
ROM banking isn't done yet. Blitter isn't emulated so nothing gets shown on screen.
Several major features still unimplemented, available software doesn't make use of them.
dn5500, dsp5500, dn5500_19i - Newer models aren't fully emulated yet.
space84 - Clone on different hardware.
mprof3, prav8c - Clones on different hardware.
apple2gsr3p - A rom isn't dumped.
Needs CTC/SIO interrupt acknowledge, CTC clocks and sound emulation.
Needs devices, LCD and sound hook-ups.
Mechanical game. Needs artwork with lamps support.
mratlus, plldium, polyvcg, trakcvg -
Needs devices hook-up and cassette UART on ports C1 and C3.
86lions - Runs on earlier, slightly different hardware.
clkwise - Needs redump of the program ROMs.
Hardware differences from the base Acorn Archimedes are not fully understood yet.
Shares timing issues like base AA.
Skeleton driver. System is SH4 based.
hexaa - Protection hasn't been figured out yet.
ar_dart2 - Bad dump.
shtstar - Runs on different hardware.
A ROM isn't dumped.
astoneag, 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 the fail the internal checksum.
dinodino - Decryption should be on par with the others but code jumps early into the weeds after RTE.
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.
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.
Assorted PC-AT clones. Only preliminary emulation.
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.
a1200xl - Bad dump.
a65xea, a130xe -
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.
Emulation still preliminary. TODO is on top of the source file.
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.
tank - Netlist has been added but needs debugging and it runs very slow.
The Zeus2 video chip needs more work.
Banking issues.
Pentium and PCI emulation still preliminar.
Preliminary driver.
Needs CTC and daisy-chain.
Skeleton driver.
No documentation available, system boots only after some debugger trickery.
Preliminary driver. FDC support is broken, among other problems.
Inputs aren't correctly hooked up, missing sprite-tilemap priority, colors. Sound hw isn't correctly hooked up.
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.
Preliminary driver.
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.
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.
Preliminary driver. Z8671 based.
Preliminary driver. M68030 based.
beeline - Missing floppy disk image.
inquiztr - Missing floppy disk image.
Fruit machine hardware. Skeleton driver.
Fruit machine hardware. Skeleton driver.
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).
Fruit machine hardware. Most games pass the startup tests.
Main problem is floppy disk support is missing.
Heavily modified bootleg of Big Karnak running on the Modular System. Only preliminary work has been done.
bingoc - Needs to be connected to the terminals. Sound banking could be wrong.
Protection problems? Video hardware don't make much sense.
bitgrphb -
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.
cj3play, cjffruit, cjplus, surpr5, texasrls - These games freeze while trying to print the redemption tickets.
The other games - Undumped MCUs.
Keyboard matrix hasn't been completely figured out yet.
Break key is unemulated.
Preliminary driver. PC hardware. Bios is undumped.
Universal device programmer. 286 based.
Preliminary driver based on guesswork. Needs documentation.
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?
bub8749 - Uses a different MCU, dumped but needs to be hooked up.
Memory banking is broken.
Addition and subtraction do not work.
Skeleton driver.
bwidowp - Prototype on different hardware.
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.
Driver currently gets to a loop where it waits for an interrupt.
clipper - Hardware differencies haven't been emulated yet.
Preliminary driver.
Not fully playable because of some pitfalls.
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?)
Some bad/incomplete dumps and some hardware features are not correctly emulated.
can09 - Preliminary driver: among other things needs keyboard, 6845 CRTC and FDC support.
Skeleton driver.
Missing bios dump.
Big TODO at the top of the driver.
paccarn - Stuck at boot, can be forced to work via debugger. Possibly expects some value from the EEPROM?
Encrypted CPU.
bx256hp, cbm730 - The i8088 board isn't emulated yet.
cbm720_de - Missing chargen dump.
Imperfect hopper emulation makes this game to not coin up and gives "hopper time out errors" when you win.
bagmanf - Bootleg on different hardware.
Floppy implementation needs work.
Skeleton driver.
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.
magworma - Service mode works, game does not.
Needs startup/reset memory map, i/o device mapping, interrupt acknowledge, WD1002-05 Winchester/Floppy Disk Controller (WFC), keyboard, mouse.
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.
Preliminary driver.
Skeleton driver.
Missing coins and timer due to unemulated Amtel MCU.
tbasebal - M68705 MCU isn't emulated yet.
chessmsta - Figure out why it won't work, for starters it assumes z80 carry flag is set at poweron?
Electro-mechanical bubble hockey games.
X-BOX hardware emulation is still preliminary, but some games boot, albeit slowly.
armchmp2 and clones - Arm motor emulation is incorrect.
wildplt - Busted timings.
Preliminary driver. I8085A based.
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.
Preliminary driver. UNSP based.
cliffhgra2 - Fails a start up check.
goaltogo - Laserdisc game. Works in theory, but is waiting for a good quality laserdisc dump.
Peripherals aren't hooked up.
MASTER 'TIM' test fails. LGTST 'TIM' test is out of tolerance without 6840 hack.
Banking not understood.
cntsteer - Needs better understanding of the communications and correct ROZ layer implementation.
gekitsui, zerotrgt and clone - Need better ROZ layer implementation.
Complicated Konami 3D hardware. Bujutsu works a bit better and is playable if you set it to free play (aka coins don't work).
trsvidtx - Bad dump (underdumped).
Preliminary driver.
pokeroul, supnudg2 - Incomplete protection simulation.
trailblz - Question roms aren't dumped.
Interrupt generation is unknown and touch screen needs to be hooked up.
bootcamp, bootcampa, combatscj, combatsct - Trackball isn't correctly emulated.
Skeleton driver. Game runs on a 633 MHz Celeron CPU class machine running Windows 98.
Preliminary driver. I8088 based. Boots with a timer2 error.
ROMs are badly dumped. Needs floppy hook-up.
Skeleton driver.
Fingerprint reader device. Very skeletonish.
aquastge - coin pusher, some video bugs, never completes RAM test, some inputs aren't hooked up.
Preliminary driver. Laserdisc game.
Skeleton driver.
Skeleton driver.
sf2amf, sf2stt - Missing program ROMs dump.
dinopic2 - Bootlegs on different hardware.
Punching bag game with red dot matrix display. Z80 based.
mastrglf - There's a custom CPU box, main cpu banking and communications with sub cpu aren't understood. Possibly protected.
Skeleton driver. MIPS based
Dies at POST with a SPU error.
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.
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.
The game utilizes a projector. Can it be simulated with external artwork? Interrupts need to be improved.
lsrquiz - no player 2 inputs (ingame), wrong pitch for most gfxs.
lsrquiz2 - wrong pitch for some gfxs, crashes during gameplay.
eldoraldg, lsrquizg, odeontw, odeontw2 -
mmmbanc - Needs touch screen emulation handled via SH4 serial
ROMs are badly dumped / missing.
Currently seems to hang while processing the serial ports (midi). The uPD7810 core is lacking the externally clocked serial mode.
Most devices aren't hooked up. Skeletonish.
Printer. Very preliminary driver.
Unimplemented keypad, incomplete SAA5240 emulation.
Needs GALs dump / decoding, debug terminal and demuxer work.
Dreamcast emulation is preliminary. Big TODO at the top of the driver, not extensively tested.
Skeleton driver.
momotaro - Protection + some roms are badly dumped.
ddragon6809, ddragon6809a - Bootlegs on different hardware, encrypted.
popnrun and clone - GFX ROMs aren't dumped. They are inside an epoxy block, similar to the Air Raid one.
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.
ghostb3a - The game hangs as gameplay starts. ROMs confirmed working on PCB. MAME sync problems?
gunhard, lockload, lockloadu - lightgun hookup not completely understood, randomly locks up
The driver needs better video e I/O emulation, laserdisc hook-ups.
skullfng and clones - Random hangs sometimes.
stadhr96j2 - Stops with a mismatch between mother board and cart country code.
MIPS family based. Preliminary driver.
Extensive TODO at the top of the driver.
Needs graphics emulation through artwork system and printer emulation.
Tobacco vending machines. Don't accept coins, possibly because of unemulated coin selectors.
Emulation of the video hardware (DSP signal path) for GFX processing is still needed.
Machine never boots.
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.
Engine Control Unit (ECU). Skeleton driver. Uses an I8049.
Very preliminary driver. Big TODO at the top of the driver.
dkongjrc, dkongddk - Graphic roms not switched.
Laserdisc games. Work in theory, but waiting for a good quality laserdisc dump.
Preliminary driver.
Needs parallel port, centronics port, AUX serial port and FDC/FDD/HD setup.
Electrocoin on snk hardware. Needs better video emulation. Enters service mode while attract mode is running.
Skeleton driver.
Preliminary driver.
idsoccera, asoccer - See MT05419.
Disk Sequencer Card emulation is preliminary.
Darts machine with video. Z80 based. One ROM dump is bad.
Driver shows something, but emulation is still incomplete. I8039 based CPU with CRTC6845 video and AY8910 sound.
Preliminary driver.
Skeleton driver.
Floppy not hooked up correctly, still WIP.
Needs a K1801VM2 CPU core (interrupts and EVNT pin, full EIS set, other insns).
qc, quarterh and clones - Missing laserdisc dumps.
majrjhdx, ougonhai, ougonhaib, tenkai2b - Missing dump of the internal rom of the TMP91640.
ec1845, ec1847 -
Preliminary driver.
Skeleton driver for fruit machine games.
Skeleton driver for fruit machine games.
Skeleton driver for fruit machine games.
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.
Preliminary driver.
btm2105 -
MCF5206E based. Skeletonish.
Preliminary driver.
catapult, revenger - Bad dumps.
fantstry and clone - Playable, but no sound because of an undumped PIC.
LD TROUBLE appears at POST. Sync/timing issue? Performance spike after some time of gameplay, CPU comms gets corrupt?
ts10, ts12 -
Skeleton driver.
Skeleton driver.
Preliminary driver. ISDN-Telefon. M37730S2 based.
Preliminary driver. TMS 1000 / COP420 based.
Skeleton driver.
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.
showdown4 - Different type of protection wrt to the parent.
royalpk2 - Doesn't progress past the boot screen.
f1gpb - Bootleg on different hardware.
Skeleton driver.
Needs verifying VRAM hookup, hooking up enough keyboard to get it to boot a floppy.
boggy84b2 - Missing the dump of a program ROM.
Games reset. Schematics are available.
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).
Crashes during boot.
Missing internal Z8 ROM dump.
Driver is incomplete. Missing MIDI card emulation, video emulation problems..
hotmindff - Scrolling offsets + inputs need to be fixed.
Preliminary driver.
Preliminary driver. H8/3007 based.
Pinball games. Emulation is (almost) complete, but the missing simulation of the tables makes them unplayable.
fm11, fm16beta, fm7740sx - Extra features not implemented.
Video emulation is far from complete.
Extremely preliminary driver. The M37720 core is missing DMAC support.
IRQs aren't emulated, cassette, FDC and keyboard don't work.
Video emulation is preliminary.
FDC/HDD and cassette saving don't work.
countrun - Main program inside of custom CPU block.
countrb2 - Possible bad dump, or encrypted.
Preliminary driver. M68000 based.
gogostrk - PC based hardware. Preliminary driver.
Skeleton driver.
Preliminary driver. PC based hardware (Cyrix GX + 3DFX).
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.
Pinball games. Emulation is (almost) complete, but the missing simulation of the tables makes them unplayable.
play2000_50i - Bad dump.
aligatorp, chmppool, srollnd - Missing ds5002fp dump.
mastninj - Sprites, sound and y-scroll need fixing.
In need of laserdisc dump. Skeleton driver.
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.
tenspot - Menu isn't working yet.
warofbugg - Bootleg on slightly different hardware.
ckongcv, ckongis, guttanggt - Bootleg on different hardware.
drivfrcsga, spcwarp - Bad dump.
trvchlng - Questions roms aren't dumped.
Cassette isn't working yet.
youmab, youmab2 - Weird bootlegs, they have logic issues (always invincible, power ups can be freely selected).
Kaneko protection MCU with internal rom, managing CPU comms. Decap should possible, should be the same for all games / sets.
Heavily modified bootleg of Gals Panic running on the Modular System. Only preliminary work has been done.
Missing At89c52 dump. EEPROM behaviour still buggy.
'Modern' PC Hardware running a MAME bootleg.
Gameking3 bios needs dumping. Bankswitching and exceptions need to be worked out.
Skeleton driver for fruit machine games.
mduckspa - Clone with some differences.
Newer hardware than the one in vii.cpp, new opcodes aren't emulated yet.
Newer hardware than the one in vii.cpp, new opcodes aren't emulated yet.
Newer hardware than the one in vii.cpp, new opcodes aren't emulated yet.
Newer hardware than the one in vii.cpp, new opcodes aren't emulated yet.
Newer hardware than the one in vii.cpp, new opcodes aren't emulated yet.
bkid218, pcp8718, pcp8728 - Menus aren't working properly yet.
iq128, iq128_fr, iqtv512 - Very preliminary driver.
xtvga -
Hardware is PC-Engine Supergrafx based. RTC & hopper not emulated.
Preliminary driver.
Preliminary driver.
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.
DS5002FP based. Preliminary driver, GFX, sound and inputs aren't properly emulated yet.
Preliminary driver.
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.
bonusch - Undumped MCU.
cmtetrsb, tcl - Encrypted.
cb3c - Bad dump.
cherry96 - Different hardware.
cmast97 - PROM decode needs fixing, GFX loading is wrong.
cmasteri - ROMs contain only half of what they should, but dump sizes are confirmed wrt to ROM chip type.
aplan, chryangla, cmast99, cmast99b - The game appears to be stuck in a loop resetting itself after initialising NVRAM.
chryangl, chryanglb - Hangs when betting or after a couple of attract mode cycles. Protection related?
cmast92 - Graphics ROMs aren't dumped yet.
cmasterbv, cmv4a - Missing switch between normal and "stealth" game.
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.
3cdpoker, 3cdpokera, luckylad, pkrmast, prkmasta, super972 - They need work on inputs / dips.
roypok96c - Stuck at the Program Check screen.
super7 - At least main CPU ROM in the 0x8000 - 0x9000 range seems to have opcode encryption.
super9 - GFXs aren't decoded yet.
war3cb - Address scrambling needs to be checked.
wcat3 - Encryption not completely broken, can be seen running after a couple soft resets.
crazybonb, wcat3a - Decryption should be good. Possibly needs a different machine driver?
wcherry - Only preliminary work has been done.
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.
Skeleton driver.
Driver is quite advanced, but isn't fully working yet.
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.
grchampa - Uses different ports. Possible bad dump.
Preliminary driver. Dump isn't complete.
Mechanical redemption game? Only the sound board CPU ROM is dumped.
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.
thunderh and clone - They use an additional top board for sound, network and analog control functions.
Pinball games. Emulation is (almost) complete, but the missing simulation of the tables makes them unplayable.
crisscrs - Missing disk image dump.
Skeleton driver.
Pinball games. Emulation is (almost) complete, but the missing simulation of the tables makes them unplayable.
steeltalp, hdrivairp - Prototypes, possibly running on slightly different hardware.
Preliminary driver.
Preliminary driver. Chargen not dumped.
vidchal - Needs videotape support.
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.
pabball, uspbball - Preliminary drivers.
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).
Missing the internal ROM dump of the HD64F7045F28 main CPU.
cuncino, grancapi, magicbom - Incorrect banking and / or protection simulation.
Skeleton driver.
Protection: needs dumping or simulating PIC.
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.
mirderby - Preliminary driver. Might be protected.
Preliminary driver. Cassette support needs to be fixed, among other things.
sscope, sscopea, sscope2 -
terabrst, terabrsta - Missing gun emulation.
Preliminary driver.
hp9808a - Preliminary driver.
Preliminary driver.
Keyboard isn't emulated.
Runs, AD LINK ERROR on stock ROM due to unimplemented AD link.
hp39g -
Preliminary driver.
Native keyboard isn't emulated. Driver still preliminary.
Boot tests fail.
Preliminary driver.
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.
Skeleton driver. Needs banking and peripherals support.
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.
Preliminary driver. Without software to test it, it's difficult to progress with the emulation.
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.
Preliminary driver (NSC800 based).
ibm5140 - It doesn't boot.
ibmpcjx - Dump is incomplete.
Z80 based. Floppy drives aren't hooked up. Unknown ports.
Mechanical arcade games which need simulation of the mechanical part to be playable.
Code has been decrypted but minimal work has been done on the driver. Z80 based.
Skeleton driver. I8086 based.
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.
cpoker210ks, cpoker300us - Protection handling and inputs / outputs need to be verified.
kungfu, stellecu - Bad / incomplete dump.
Skeleton driver. I8080 based.
Banking and dip-switches aren't implemented. I8085 based.
Pinball games. Emulation is (almost) complete, but the missing simulation of the tables makes them unplayable.
Preliminary driver.
Skeleton driver.
indigo2_4415 - The different hardware isn't emulated yet.
Two ROMs need a redump.
Terminal. 6809 based. The ASIC needs to be figured out.
Preliminary driver.
Undumped program ROM in an epoxy block.
intvkbd - Has additional components / devices (i.e. tape) which aren't emulated.
ipc - Dump incomplete.
Skeleton driver. I8085A based.
Skeleton driver. MIPS based.
Preliminary driver. I8080 based.
farwest - Bootleg running on different hardware.
rpc86, isbc86, isbc8605, isbc8630, isbc286, sm1810 - Preliminary driver 8086 / 286 based.
iskr1030 - Keyboard test doesn't pass.
Laserdisc game. Has a small list of TODO items that could be looked at prior to a disc dump.
motogonki - Preliminary. Shows something on screen.
Skeletonish. Temperature controller. Z80 based.
wcbowl130 - Incomplete dump.
stratabs - Controls aren't hooked up.
Keyboard isn't properly hooked up. Other problems at the top of the driver.
Needs better understanding of the master/slave communications, better EEPROM and NVRAM hook-up.
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, 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.
Missing random number generator, inputs and sound.
Skeleton driver. I8085A based. No info available.
Sticker machine which needs camera, printer and light pen support to be useable.
Pinball games. Emulation is (almost) complete, but the missing simulation of the tables makes them unplayable.
buzzundr, monspdr, snlad - Incomplete dumps.
all sets but j6roller and clones - Need correct layouts and settings.
cashcade - Incomplete dump? Shows a loading error.
The mechanical games aren't emulated yet.
Wrong timings. Also needs a MN1544 4-bit CPU core and ROM dump.
Mechanical game. Skeletonish.
Needs display mode 384x200, sound, possibly tape and network. Floppy interface isn't understood, though it works enough with the only disk available.
Skeleton driver. Program ROMs are encrypted.
Preliminary driver. Devices aren't connected yet.
Skeleton driver. I8008 based. Keyboard isn't emulated.
Skeleton driver. Z80 based. Chargen ROM isn't dumped.
karnovjbl - Bootleg. Uses a different MCU (NEC D8748HD) which needs simulation or, if possible, dumping.
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.
mexico86a -
cowrace - Incomplete dump.
dealracl - Partially a bad dump and / or wrong ROM loading.
kinst2uk - Upgrade kits. They add a small board which isn't emulated.
klax2bl3 - Audio CPU has encrypted opcodes.
Incomplete protection simulation.
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.
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.
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.
Missing laserdisc dump.
Most dumps are incomplete. Work has been done and at least one romset goes in-game.
slimekun -
tsururin - Resets after initial ROM / RAM test. IRQ related.
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 -
Boxing bag game. Sensors aren't emulated, so it isn't "playable".
Needs keyboard fixing and understanding how to hook up the real char table.
TMP68301 based. Skeletonish.
Game suffer from incomplete PSX-based hardware emulation and some are missing emulation of the external digital sound and I/O board.
Only a few address lines are decoded at all. The resulting mirroring might not be accurately emulated yet.
pc8201 - Cassette's not working, floppies aren't hooked up.
pc8201a - Cassette's not working.
npc8300 - Doesn't boot.
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.
Mechanical game, needs controls simulation.
awetoss - Mechanical game, needs controls simulation.
PC. V40 based. Inputs aren't hooked up.
RTC doesn't remember the time, alarm doesn't work and Reset/On button needs to be added.
cupsoc and clones - Complex Seibu 'COP' protection device. Most functions have been emulated, but glitches remain which makes games not completely playable.
aafbb - One of the program roms is a bad dump.
franticf and clone - Directional inputs (wheel) don't work yet.
USB DVD writer. Skeleton driver. MT1839 based.
Laserdisc game. Has a small list of TODO items that could be looked at prior to a disc dump.
Skeleton driver. Pentium 4 / Celeron based.
Lisa OS doesn't boot.
Pinball games. Emulation is (almost) complete, but the missing simulation of the tables makes them unplayable.
excitbj - The program ROM for the terminal isn't dumped.
lucky74b - The program ROM seems incomplete or encrypted in some smart way.
Preliminary driver. Most chips have been identified. WIP.
andromed, ipminvad1 - Incomplete dumps.
kftgoal, wpksoc - Missing EEPROM hook-up.
Needs a proper Z8001 CPU core.
Skeleton driver.
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.
Skeleton driver. Z80 based.
nbbatman2bl - Bootleg with different sprite system, MCU as soundcpu, OKI samples for music/sound.
Via6522 emulation is imperfect and causes numerous bugs.
Via6522 emulation is imperfect and causes numerous bugs.
Via6522 emulation is imperfect and causes numerous bugs.
Via6522 emulation is imperfect and causes numerous bugs.
Via6522 emulation is imperfect and causes numerous bugs.
macsbios -
mac2bios -
kisekaem -
kisekaeh -
cultname -
hotslot, magic102 and clone, mcolors, mcolorsa, suprpool - Missing dump of the internal rom of the HD6473308cp10.
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).
Preliminary driver, almost works.
malzak, malzak2 - Sprite collision detection doesn't fully work.
Preliminary driver.
Collision detection has some problems.
Mechanical game imported from AGEMAME.
Skeleton driver for fruit machine games.
Computer. M6512 based. Skeletonish driver.
pk88 - Missing video and keyboard emulation.
Very little documentation available, so the driver is mostly guesswork. Z80 based.
FDC is implented but there's no software to test it.
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.
It boots from floppy, so presumably only needs an emulated main system to work.
Mainly just need the inputs hooked up, which are mapped to the parallel port via a JAMMA interface.
dcat16 - Clone hardware with additional features.
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.
ra145 - Bad dump.
SunPlus side isn't hooked up.
VT side isn't hooked up.
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.
Incorrect behavior at time out and there are some sms based games which aren't yet fully supported.
HY04 protection needs simulation (controls tile RNG at very least and possibly colors). EEPROM isn't hooked up yet.
Pinball hardware. I8088 based. Needs I8256 emulation.
dodgectya, dodgectyb, dodgectyc - Incomplete dump. One GFX rom is in an epoxy block.
mosdraw - Needs RTC and printer hook up.
megat5a - Bad dump.
Skeleton driver. Extremely complex prototype hardware.
metabee - Hopper isn't emulated, so game doesn't start.
poittoc - One of the program ROMs isn't dumped.
puzzlet - An unemulated Z8 provides protection. In game timer doesn't decrease.
Driver still in the early stages of development. No inputs are hooked up.
Very preliminary driver. No schematics available.
Skeleton driver. Uses a 68020 and a 68881 FPU.
Floppy doesn't work and timer chip isn't hooked up.
pentacup - Pinball hardware. M6800 based
mt6809 - Uses a different CPU from the other machines in the drivers, still preliminary.
WIP driver. Missing some GFX modes.
mkrep -
crusnexo, thegrid and clones - These Zeus II-based games use a proprietary 3D graphics chip that has no available documentation.
Cassette save produces incorrect signal.
bejpoker, sminiboy - Missing inputs: HOLD 1 and SMALL.
Very preliminary driver.
Preliminary driver. M68010 based.
rc3230, rs3230 -
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.
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.
Skeleton-ish. M6800 based.
Needs currently unimplemented V25 features (serial, etc.).
Skeleton-ish. K1801VM2 based.
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.
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).
Driver is still preliminary. Most games boot and show something.
Preliminary driver. Possibly missing a rom.
moomesabl - Bootleg on different hardware. Sprite ROMs weren't dumped for this bootleg set.
Preliminary driver. NEV V53 CPU and L7A1045-L6048 sound DSP emulation is preliminary.
Almost skeleton driver.
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?).
Fruit machine hardware. Not working yet. Needs artwork.
Fruit machine hardware. Not working yet. Needs artwork.
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.
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.
Pinball games. Emulation is (almost) complete, but the missing simulation of the tables makes them unplayable.
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.
DMA problems, keyboard not emulated.
Incomplete dump, no documentation available.
mtchxl5k and clones, mtchxlgld and clone - The security key hasn't been reverse engineered.
mtchxlti -
crzmon2 and clones, rollfr_5 - Not decrypted yet.
igromult, igromula - GFX ROMs aren't dumped.
Skeletonish. Z80 based.
M68040 based. Extensive TODO at the top of the driver.
Mechanical game. Needs artwork and lamps and sensors hook up.
Preliminary driver.
gynotai - Ball sensors aren't understood.
Incomplete dumps. Hardware has very strange protection.
libgrandeja, mdhorse, sws2000, sws2001 - DMA problems.
kaiunqz - Stuck at boot.
tektagtjb, tektagtja - Incomplete dump.
truckk - I/O board is not understood. Detailed notes on top of driver.
finalap3bl - Bootleg on different hardware.
aircombj, aircombu - No polygons displayed.
cybsled and clone, solvalou - They crash.
driveyes - Uses 3 screens with dedicated board for each.
alpinesa - There are major GFX problems.
ridgeracf - Incomplete dump. Very different version.
Many aspects of the hardware are not completely understood.
Most games show something and some are playable, but emulation is still incomplete.
nightlov - Input problems.
hnageman, hnxmasev - Missing VHS dump.
av2mj1bb, av2mj2rg - Missing VHS dump.
nc200 - Boot hangs while checking the MC146818 UIP (update in progress) bit.
Preliminary driver. MC68020 based.
Driver is preliminary. Currently WIP.
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.
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.
Skeleton driver. Missing GFX ROMs dump.
Differences from the original hardware aren't emulated yet.
Enhanced SH6578 NES clone hardware. Differences not emulated yet.
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.
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.
These NES clones have modified hardware. Differences aren't fully implemented yet, causing these games not to work properly.
Needs mouse and keyboard, graphics and slots emulation.
Skeleton-ish. Unidentified CPU (possibly TMS9900).
ldquiz4, shabdama - Miss laserdisc dumps. Preliminary driver.
sexygal, sgaltrop, sweetgal - Missing protection simulation.
firehawkv - Incomplete dump.
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.
Very preliminary driver. Screenless system. Z80 + M6295 based.
Incomplete HD63A03YP emulation (extra I/O ports, unemulated timer registers).
Skeleton driver. Pinball games.
Preliminary driver.
Menu system is only partially understood.
Complex Konami 3D hardware.
cyclshtg - Missing (protection?) MCU dump.
Skeleton driver. MIPS based.
Skeleton driver. MIPS based.
Very preliminary. Needs memory banking, floppy and cassettes, etc.
Keyboard not working yet.
Not all programs work. Some floppy problems.
Skeletonish. Z80 based.
Cassette isn't working yet.
maddonnb - No program roms on this set. GFX have misplaced tiles when used with other program roms, so this is a different license / revision.
Main screen prints an error with CTC (because there's no clock into it atm). Devices aren't hooked up yet.
Cassette isn't working yet.
c1pmf -
Skeleton driver. PC hardware.
Driver has heavy graphic problems. Missing road (two unemulated K053250).
clubpacmb - Probably a bad dump (same code as clubpacma).
pangofun - PC based hardware, possibly bad / incomplete dump.
Collision detection is broken.
Jamma interface is not emulated.
Missing emulation of the FDC and other I/O expansions.
Generic driver for ibm5150 derived PCs. Most machines' specific details haven't been implemented yet.
Z80 based.
Most dumps aren't genuine. Extensive TODO at the top of the driver.
toursol1 - Protection check hasn't been patched out, like it has in the parent.
streetg and clones - PC hardware emulation is still incomplete.
pcg850v -
Lack of software makes it difficult to prove the emulation is correct.
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.
Pinball games. Emulation is (almost) complete, but the missing simulation of the tables makes them unplayable.
ator - Incomplete dump.
Preliminary driver. NEC V20 based.
dmnfrntpcb, kovlsjb, kovlsjba, kovlsqh, kovlsqh2, kovshp, kovshxas, kovytzy, martmasttw, oldsplus, pgm3in1, puzlstar, svgtw - Need internal rom of IGS027A.
drgw2hk - Protections isn't simulated yet.
fenix - Bootleg, to be checked closer. Dump is incomplete.
griffono - Hangs during attract mode or after coining up.
FDC error, needs a DASM investigation / work-around.
Redemption games. Mechanical.
Preliminary driver. Pinball - video hybrid based on Cyrix MediaGX hardware.
Current blocker is the video emulation i/o ports, it looks somewhat exotic.
pk8002 -
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.
Autorepeat on the keyboard is broken. Not all devices have been hooked up.
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.
Pinball games. Emulation of most of them is (almost) complete, but the missing simulation of the tables makes them unplayable.
Dsp56k CPU emulation needs to be completed. Network interface needs to be worked out.
Skeleton-ish.
Doesn't get in game, only test screens seem to work.
Preliminary driver. Extensive TO-DO at the top of the driver.
Lots of GFX problems.
powerinsc - Sprites are in a different format which hasn't been decoded yet.
Interrupt controller isn't emulated and cassette support is untested.
Needs better IRQ timing, the mouse is too slow and sometime freezes, the memory banking isn't entirely understood, cartridges need to be implemented.
progolfa - Ball is misplaced when on the ground.
Doesn't seem to work with the generic terminal. It's supposed to be used with a Lear Siegler ADM-31 terminal.
Cassette and keyboard need work.
Skeletonish. M6802 based darts game.
Floppy doesn`t work correctly.
Keyboard is only partially supported, joystick and cassette aren't emulated.
Preliminary driver. I80186 based.
waijockey - Heavy GFX glitches.
quizpun, quizpun2 - Protection MCUs have been dumped and hooked up, but the driver still needs some work.
Missing tape dump and GFX roms need redump.
Preliminary emulation. No inputs.
Bootleg on Modular System, heavily modified from the original. V30 based.
zeroteam and clones, xsedae - Complex Seibu COP2 protection + banking (probably linked to the protection).
fbcrazy - Missing hard disk dump at least.
The cassette saves a noise but it returns a bad load.
Possibly missing MCU dump.
Needs floppy emulation to be able to test and emulate more features.
demoneye - Missing 3rd graphic layer making level 2 impossible. Unclear what the layer should show.
Skeleton driver. There is a Big Black Box in the middle of the PCB (for encryption, or containing roms?).
No infos available but some PCB pictures. MC6809P based.
PS/2 keyboard doesn't work properly, CMOS settings don't work, pending fatalerror from ARM7 core.
rm480z - Only preliminary work done.
Synth. Sound isn't emulated yet.
Expander. Sound isn't emulated yet.
Skeletonish. Synthesizer. UPD78312 based.
Skeletonish. Expander. P8098 based.
Skeletonish. Expander. P8098 based.
Bass line. NEC_D650. Sound unemulated (discrete).
Drum machine. NEC_D650. Sound unemulated (discrete).
Drum machine. UPD7810. Sound unemulated.
Very preliminary driver. Incomplete CPU core.
jongpute - Palette problem makes the tiles difficult to recognize.
vscompmj - Inputs don't seem to work correctly.
Pinball games. Emulation is (almost) complete, but the missing simulation of the tables makes them unplayable.
cafebrk, cafedoll, cafepara, jansou, mjvegas - Missing internal program rom.
chalgirl - No girls' GFX. Bad ROM loading / missing banking?
janoh - Incomplete dump.
janoha -
mjdejavu and clone - Calls by the player don't work.
mjsenka - Heavy GFX glitches. Is the ROM currently loaded at 0x8000-0x9fff banked somewhere?
mjsiyoub - Incorrect ROM loading?
mjtensin - Random crashes, related to interrupts.
rkjanoh2 - Only preliminary work has been done.
svolleybl - Bootleg on different hardware (video registers are changed).
Diagnostic disk 1 fails with code 67; aix vrm disk 1 fails with alternating code a6/13.
Skeletonish. HD63701Y0 based.
Inputs might be incorrectly hooked up.
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.
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.
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.
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.
Pinball games. Emulation is (almost) complete, but the missing simulation of the tables makes them unplayable.
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.
Floppy loading doesn't work.
Driver in the very early stages of development. HD6303Y based.
Driver in the very early stages of development. HD6303Y based. Unidentified LCD.
Pinball games. Almost skeletonish.
sapizps3 and clones - They try to read a disk and stop responding after showing the logo.
Preliminary driver.
ATMEGA8 CPU emulation is incomplete.
sbugger - Bad dump, different revision to working set.
Hack of Pengo. It has been decrypted but there is some additional protection.
hustlerb6 - Bootleg on different hardware (no I8255s). Stuck on boot.
rescuefe - Bad / incomplete dump.
Keyboard isn't emulated.
conquer - Bad dump.
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.
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.
seabattla - Incomplete dump.
sfrushrkw, sfrushrkwo - Wavenet isn't emulated.
Preliminary driver. H8S/2373 based.
pclubj, pclubjv2, pclubjv4, pclubjv5 - Need camera and printer handling.
astrob1 - Dies when you first start.
endurob2 - Bad dump.
Laserdisc hardware. Has a small list of TODO items that could be looked at prior to a disc dump.
Only one of the satellite boards from a much larger system is dumped.
Skeleton driver. Sega 32X based.
fpointbla - Bootleg with different memory map / registers. Misses bgfx and sprites aren't correctly aligned.
pontoon - Only the terminal is dumped.
sspirtfc - Missing floppy image.
as1 - Needs laserdisc dump and emulation.
Hardware is very similar to naomi, see naomi.cpp. Moreover it needs RFID device emulation.
rascot - Only the terminal is dumped.
These bootlegs don't have the COP protection of the original. It hasn't been figured out yet how they replace it.
inttoote - Unemulated protection.
zingzipbl - Bootleg on different hardware.
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.
amclink - "Game" function unknown.
version4 and clones - Incomplete dumps.
Preliminary driver. SNES based.
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.
Preliminary driver. Everything needs to be verified.
M37450 core needs on-board timers implemented to go anywhere.
Very preliminary: needs GFX decode, improved memory map, color decode, sound support and inputs.
dashhero - Does not acknowledge the button bashing correctly.
dcrown, dcrowna - Slightly different hardware.
mayjinsn -
CPU is an unemulated MSM6283, possibly with undumped internal ROM.
Trading terminal. I80C31 based. Preliminary.
Preliminary driver.
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.
sonikfig - Once coined, there's no way to start a game.
tigerhb4 - 68705 MCU has been dumped, but not hooked up yet.
Z80 based. This appears to be a prototype or alternate version of SLC 1.
Missing proper colors and reel support.
trvhanga - Missing questions roms.
Missing timer, banking non totally implemented.
fatfurspb - Once decrypted ROM content is identical to the console version. Coinage possibly provided by an unidentified protection chip.
wldgunsb - Protection has been simulated but it hasn't been tested to the end of the game.
Extensive TODO at the top of the driver.
spbactnp - Prototype on different hardware. Has an extra Z80 ROM not hooked up.
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.
Pinball games. Emulation is (almost) complete, but the missing simulation of the tables makes them unplayable.
Preliminary driver. Sunplus SPG110 based.
Need the internal ROM dump.
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?
Camera and touchpad unemulated.
icanguit - Data saving doesn't work.
jak_sdoo - Possibly a CPU bug causing some minigame to fail.
Touchpad not emulated.
mywicodx, zon32bit - Banking not understood.
Inputs aren't hooked up correctly.
Sound data for the narrator is written to the SIO data port, which currently isn't implemented.
Camera not implemented.
Inputs aren't hooked up correctly.
funystrp, puckpepl - Protection, controls eating of dots + other things.
rebus - Another protected Microhard game.
ringball - Currently stuck at initialization / test mode, probably protected.
Driver imported from Agemame. Needs modernisation.
3super8 - Roms are badly dumped.
spyhuntpr - Very different hardware.
tetfight - PS7500 is preliminary. EEPROM write hook up isn't correct, causing incorrect configuration after saving.
atamanot - Needs a trojan, in order to understand how the protection really works.
Pinball games. Emulation is (almost) complete, but the missing simulation of the tables makes them unplayable.
ST2302U based. Emulation is preliminary.
bbl380 - Missing internal ROM dump.
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.
cshootert - GFX ROMs are contained in black "blobs" and thus undumped.
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.
Preliminary driver.
s2650 based. Driver is skeleton-ish.
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.
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.
Needs inputs, prom decode, sound, artwork (lamps), probably some irq masking and the like.
hardheadb2 - Protected bootleg on different hardware.
Preliminary driver. Encrypted custom Fun World CPU based on Z80 family, plus 2x 8255 PPI, and YM3812 / Y3014 for sound.
Laserdisc games. Works in theory, but is waiting for a good quality laserdisc dump.
Crashes after bonus stage, see notes, bad rom?
albatross - Missing GFX roms dumps.
Screenless crane machine. Mechanical parts aren't emulated.
Skeletonish. Most devices aren't hooked up. Z80 based.
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.
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.
Pinball games. Emulation is (almost) complete, but the missing simulation of the tables makes them unplayable.
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.
sianniv - IRQ at the wrong time.
dangcurv and clones - DSP bug causes missing 3D. Currently hang after initial tests.
Preliminary driver
Preliminary driver. PC based.
Preliminary driver.
Preliminary driver.
footchmpbl - Bootleg on different hardware. It has very different hardware registers.
bubsymphb - Bootleg on different hardware. Backgrounds don't show up.
quizhuhu - Quiz text positioning is wrong, heavy sprite window usage.
Driver still in preliminary stages. TODO: inputs (coins), NVRAM, sprite priorities, dips, interrupts (sources).
tank8a, tank8b, tank8c, tank8d - Bad / incomplete dumps.
Konami GX based PCB for gambling games.
Very complex GFX hardware hasn't been fully emulated yet.
Incomplete dump. GFX and cassette need fixing.
I8085A based. CPU gets stuck reading i/o port 0x30 in a loop.
Darts game. Mechanical part isn't simulated.
tehkanwcc - Bootleg with different inputs.
Discrete. Preliminary netlist available.
nndmseal and clones - Missing camera and printer emulation.
stepstag, step3, vjdash - Missing HD / bios dumps for the PC part.
Unemulated H8/520 CPU.
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.
zaryavos - Incomplete dump.
ti73b, ti83, ti83p and clones, ti83pse and clones, ti84p and clones, ti84pse and clones - Emulation of these models hasn't been started yet.
Preliminary driver. Z80 based.
Skeleton-ish. Z180 based.
Needs laserdisc dump. Laserdisc player models used by this game are unemulated.
Apple II clones, not fully compatible. Differences aren't correctly emulated yet.
Undocumented custom chip controls most functions.
osc1000, tmc1800 - No ROM dump available.
glfgreat and clones - DMA emulation is incomplete.
ssridersb - Bootleg on different hardware. Bad dump.
ssriders2 - Bootleg on different hardware.
Preliminary driver.
nprobowl - Mechanical part isn't simulated.
pipibibsbl2 - Bootleg on different hardware.
Lacks complete jamma interface emulation.
trackfldnz - Bootleg on different hardware.
Preliminary driver. G65816 with custom vector?
trs80m4 - Boots model 3 floppies, but not model 4 ones.
trs80m4p - Completely different memory map.
You can't coin-up after first game over.
No 8256A MUART emulation which handles interrupts, timers, serial and parallel interfaces.
funkyjetb, tumblebpa - Bootlegs on different hardware
Terminal. I8035 based.
Keyboard isn't working properly.
Terminal. M65C02 based.
UPM crashes when formatting a floppy.
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.
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?
I8085 based. Gets stuck if a coin isn't inserted at boot.
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.
Partially working driver. Most of the memory maps for all four CPUs are complete.
raaspec - Timings and mandatory artwork missing.
Controls aren't correctly hooked up and objects aren't properly positioned.
sf2049te and clone - Voodoo 3-based, one step beyond the Voodoo Banshee problems.
1200 bauds cassette doesn't work.
brdrlinet - One of the program ROMs need a redump.
bpoker -
jokrlady, paradar, winner - Undumped main CPU ROM.
Preliminary driver, PPC+voodoo.
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 ).
hc120 - Inputs are incomplete.
PC hardware. Preliminary driver.
MIPS + custom 3D hardware. Boots but lacks 3d GFX hardware emulation.
Needs 6840PTM hook-up, I/Os and sound emulation.
Skeletonish. It uses a LSI Zevio 1020 CPU + peripherals which comprises ARM926EJ-S CPU, ZSP400 DPS, 3D graphics processor & 2D graphics processor.
Unidentified main CPU. Dump might be bad.
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.
VT61 based. Very preliminary. Missing some dumps.
Missing inputs.
vz200de - Not dumped yet.
Recently demoted to not working status.
Skeleton driver. Pinball games.
Pinball games. Emulation is (almost) complete, but the missing simulation of the tables makes them unplayable.
Preliminary driver. Needs memory map improvements, ACRTC support, GFX decode and sound support.
defndjeu, tornado2 - Bad dumps.
Sensors aren't emulated yet.
M68010 based. Cable head-end unit. Very preliminary.
Return key often gets corrupted when looped back. Frequent screen glitches when writing to the display.
Preliminary emulation. Most games are not working, some have additional hardware on the PCB.
Preliminary emulation. Most games are not working, some have additional hardware on the PCB.
SoC emulation is very preliminary.
Cassette and floppy aren't working.
Missing a lot of effects.
Very preliminary driver.
Missing a lot of effects.
Missing a lot of effects.
Preliminary driver. Exact CPU model unknown. Front panel / keyboard scanner and sound generation aren't emulated.
Missing a lot of effects.
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.
z1013k69, z1013k76, z1013s60 - Hardware differences aren't emulated yet.
Missing keyboard emulation.
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.
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.
bounty2 - Different memory map. Probably something in the epoxy module marked "CPU PACKII".