MNW: Difference between revisions

From MAMEDEV Wiki
m (amiga/cubo.cpp)
m (Misc rewording)
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
This page is designed to allow for a quick look over all the drivers with a MACHINE_NOT_WORKING flag by giving, as much as possible, an idea on the amount of effort needed to fix them.
This page is designed to allow for a quick look over all the drivers with a MACHINE_NOT_WORKING flag by giving, as much as possible, an idea on the amount of effort needed to fix them.


== [http://github.com/mamedev/mame/blob/master/src/mame/access/acvirus.cpp access/acvirus] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/access/acvirus.cpp access/acvirus] ==
80C5xx + dsp56k based. Skeletonish.
80C5xx + dsp56k based. Skeletonish.


== [http://github.com/mamedev/mame/blob/master/src/mame/acorn/aa310.cpp acorn/aa310] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/acorn/aa310.cpp acorn/aa310] ==
RISC OS Draw app uses unimplemented copro instructions;  needs ABORT line support to the ARM core; missing hard disc controller, serial interface, 82c711, podules expansions.
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/acorn/accomm.cpp acorn/accomm] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/acorn/accomm.cpp acorn/accomm] ==
Skeletonish.  
Skeletonish.  


== [http://github.com/mamedev/mame/blob/master/src/mame/acorn/aristmk5.cpp acorn/aristmk5] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/acorn/aristmk5.cpp acorn/aristmk5] ==
Hardware differences from the base Acorn Archimedes are not fully understood yet.
Hardware differences from the base Acorn Archimedes are not fully understood yet.


Shares timing issues like base AA.
Shares timing issues like base AA.


== [http://github.com/mamedev/mame/blob/master/src/mame/acorn/bbc.cpp acorn/bbc] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/acorn/bbc.cpp acorn/bbc] ==
''' torch301, torch725, abc110, acw443, abc310, reutapm, bbcmaiv, bbcmarm, discmate, discmon, cfa3000, cfa3000bp, econx25, autoc15, daisy, mpc800, mpc900, mpc900gx, sist1 ''' - 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, sist1 ''' - All have different hardware combinations which aren't implemented yet.


== [http://github.com/mamedev/mame/blob/master/src/mame/acorn/electron.cpp acorn/electron] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/acorn/electron.cpp acorn/electron] ==
''' btm2105 ''' -  
''' btm2105 ''' -  


== [http://github.com/mamedev/mame/blob/master/src/mame/acorn/riscpc.cpp acorn/riscpc] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/acorn/riscpc.cpp acorn/riscpc] ==
PS/2 keyboard doesn't work properly, CMOS settings don't work, pending fatalerror from ARM7 core.
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/acorn/ssfindo.cpp acorn/ssfindo] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/acorn/ssfindo.cpp acorn/ssfindo] ==
''' tetfight ''' - Gameplay has severe frame hiccups, irqs randomly stops working for 3 frames for some reason. EEPROM write hook up isn't correct, causing incorrect configuration after saving.  
''' tetfight ''' - Gameplay has severe frame hiccups, irqs randomly stops working for 3 frames for some reason. EEPROM write hook up isn't correct, causing incorrect configuration after saving.  


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


== [http://github.com/mamedev/mame/blob/master/src/mame/act/apricotf.cpp act/apricotf] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/act/apricotf.cpp act/apricotf] ==
Needs CTC/SIO interrupt acknowledge, CTC clocks and sound emulation.
Needs CTC/SIO interrupt acknowledge, CTC clocks and sound emulation.


== [http://github.com/mamedev/mame/blob/master/src/mame/act/apricotp.cpp act/apricotp] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/act/apricotp.cpp act/apricotp] ==
Needs devices, LCD and sound hook-ups.
Needs devices, LCD and sound hook-ups.


== [http://github.com/mamedev/mame/blob/master/src/mame/act/apxen.cpp act/apxen] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/act/apxen.cpp act/apxen] ==
Needs boot ROM disable, wrap around mode, floppy, DMA, harddisk, keyboard, RS232, printer, colour graphics board.
Needs boot ROM disable, wrap around mode, floppy, DMA, harddisk, keyboard, RS232, printer, colour graphics board.


== [http://github.com/mamedev/mame/blob/master/src/mame/adc/super6.cpp adc/super6] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/adc/super6.cpp adc/super6] ==
Floppy emulation needs fixing, peripherals aren't emulated.
Floppy emulation needs fixing, peripherals aren't emulated.


== [http://github.com/mamedev/mame/blob/master/src/mame/adc/superslave.cpp adc/superslave] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/adc/superslave.cpp adc/superslave] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/adp/adp.cpp adp/adp] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/adp/adp.cpp adp/adp] ==
''' fstation ''' - Suntris crashes due to HD63484 emulation problems.
''' fstation ''' - Suntris crashes due to HD63484 emulation problems.


''' funlddlx ''' - Keeps looping between F_IN and FOUL messages.
''' funlddlx ''' - Keeps looping between F_IN and FOUL messages.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/agat/agat.cpp agat/agat] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/agat/agat.cpp agat/agat] ==
Similar to Apple II (same bus architecture, keyboard and floppy interface), but video controller is completely different.
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.
''' agat9 ''' -  Needs memory banking. Extensive todo at the top of the driver.


== [http://github.com/mamedev/mame/blob/master/src/mame/akai/akaiax80.cpp akai/akaiax80] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/akai/akaiax80.cpp akai/akaiax80] ==
Skeletonish. UPD7811 based.
Skeletonish. UPD7811 based.


== [http://github.com/mamedev/mame/blob/master/src/mame/akai/mpc2000.cpp akai/mpc2000xl] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/akai/mpc2000.cpp akai/mpc2000xl] ==
Floppy, sound, MIDI, LCD, and controls work.  SCSI is broken similar to the MPC3000.  Flash ROM option card emulation and ATAPI Zip drive emulation is in progress.
Floppy, sound, MIDI, LCD, and controls work.  SCSI is broken similar to the MPC3000.  Flash ROM option card emulation and ATAPI Zip drive emulation is in progress.


== [http://github.com/mamedev/mame/blob/master/src/mame/akai/mpc60.cpp akai/mpc60] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/akai/mpc60.cpp akai/mpc60] ==
Floppy, LCD, and controls work.  Sound DSP emulation is still very early.
Floppy, LCD, and controls work.  Sound DSP emulation is still very early.


== [http://github.com/mamedev/mame/blob/master/src/mame/akai/mpc3000.cpp akai/mpc3000] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/akai/mpc3000.cpp akai/mpc3000] ==
Floppy, sound, MIDI, LCD, and controls work.  SCSI is broken due to MB89352 emulation issues.
Floppy, sound, MIDI, LCD, and controls work.  SCSI is broken due to MB89352 emulation issues.


== [http://github.com/mamedev/mame/blob/master/src/mame/akai/s3000.cpp akai/s3000] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/akai/s3000.cpp akai/s3000] ==
Floppy, sound, SCSI, MIDI, LCD, and controls work.  All models have issues with audio playback quality from an as-yet unknown source.  Flash ROM option card emulation is in progress.
Floppy, sound, SCSI, MIDI, LCD, and controls work.  All models have issues with audio playback quality from an as-yet unknown source.  Flash ROM option card emulation is in progress.


== [http://github.com/mamedev/mame/blob/master/src/mame/alesis/alesis.cpp alesis/alesis] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/alesis/alesis.cpp alesis/alesis] ==
The driver seems quite flashed out, but has no notes on what's missing.
The driver seems quite flashed out, but has no notes on what's missing.


== [http://github.com/mamedev/mame/blob/master/src/mame/alpha/champbas.cpp alpha/champbas] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/alpha/champbas.cpp alpha/champbas] ==
''' tbasebal ''' - M68705 protection MCU is dumped but not hooked up.
''' tbasebal ''' - M68705 protection MCU is dumped but not hooked up.


== [http://github.com/mamedev/mame/blob/master/src/mame/altos/altos2.cpp altos/altos2] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/altos/altos2.cpp altos/altos2] ==
Keyboard not dumped and emulated.
Keyboard not dumped and emulated.


== [http://github.com/mamedev/mame/blob/master/src/mame/altos/altos486.cpp altos/altos486] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/altos/altos486.cpp altos/altos486] ==
Still very incomplete.
Still very incomplete.


== [http://github.com/mamedev/mame/blob/master/src/mame/altos/altos5.cpp altos/altos5] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/altos/altos5.cpp altos/altos5] ==
When running MP/M, dir command crashes the system.
When running MP/M, dir command crashes the system.


== [http://github.com/mamedev/mame/blob/master/src/mame/altos/altos586.cpp altos/altos586] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/altos/altos586.cpp altos/altos586] ==
Only the diags floppy boots. Preliminary driver.
Only the diags floppy boots. Preliminary driver.


== [http://github.com/mamedev/mame/blob/master/src/mame/amiga/alg.cpp amiga/alg] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/amiga/alg.cpp amiga/alg] ==
Laserdisc games on Amiga 500 hardware. They all work in theory, but are waiting for a good quality laserdisc dump.
Laserdisc games on Amiga 500 hardware. They all work in theory, but are waiting for a good quality laserdisc dump.


== [http://github.com/mamedev/mame/blob/master/src/mame/amiga/amiga.cpp amiga/amiga] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/amiga/amiga.cpp amiga/amiga] ==
Amiga chips emulation lacks a lot of features.
Amiga chips emulation lacks a lot of features.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/amiga/cubo.cpp amiga/cubo] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/amiga/cubo.cpp amiga/cubo] ==
All these games needs proper CD32 controller emulation rather than hacking the protocol around.
All these games needs proper CD32 controller emulation rather than hacking the protocol around.


Line 114: Line 114:
''' odeontw2 ''' - Resets halfway thru "please wait" in service mode, therefore NVRAM cannot be inited.
''' odeontw2 ''' - Resets halfway thru "please wait" in service mode, therefore NVRAM cannot be inited.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/amirix/wxstar4000.cpp amirix/wxstar4k] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/amirix/wxstar4000.cpp amirix/wxstar4k] ==
M68010 based. Cable head-end unit. Very preliminary.
M68010 based. Cable head-end unit. Very preliminary.


== [http://github.com/mamedev/mame/blob/master/src/mame/ampro/lbpc.cpp ampro/lbpc] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/ampro/lbpc.cpp ampro/lbpc] ==
PC. V40 based. Inputs aren't hooked up.
PC. V40 based. Inputs aren't hooked up.


== [http://github.com/mamedev/mame/blob/master/src/mame/amstrad/amstr_pc.cpp amstrad/amstr_pc] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/amstrad/amstr_pc.cpp amstrad/amstr_pc] ==
The driver seems quite flashed out, but has no notes on what's missing.
The driver seems quite flashed out, but has no notes on what's missing.


== [http://github.com/mamedev/mame/blob/master/src/mame/amstrad/pcw.cpp amstrad/pcw] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/amstrad/pcw.cpp amstrad/pcw] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/amstrad/pcw16.cpp amstrad/pcw16] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/amstrad/pcw16.cpp amstrad/pcw16] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/amstrad/pda600.cpp amstrad/pda600] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/amstrad/pda600.cpp amstrad/pda600] ==
Serial port doesn't work.
Serial port doesn't work.


== [http://github.com/mamedev/mame/blob/master/src/mame/apollo/apollo.cpp apollo/apollo] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/apollo/apollo.cpp apollo/apollo] ==
''' dn5500, dsp5500, dn5500_19i ''' - Newer models aren't fully emulated yet.
''' dn5500, dsp5500, dn5500_19i ''' - Newer models aren't fully emulated yet.


== [http://github.com/mamedev/mame/blob/master/src/mame/apple/apple2e.cpp apple/apple2e] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/apple/apple2e.cpp apple/apple2e] ==
''' mprof3''' - Clones with unemulated hardware differences.
''' mprof3''' - Clones with unemulated hardware differences.


== [http://github.com/mamedev/mame/blob/master/src/mame/apple/apple2gs.cpp apple/apple2gs] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/apple/apple2gs.cpp apple/apple2gs] ==
''' apple2gsmt ''' - Prototype with some different hardware. Differences not emulated yet.
''' apple2gsmt ''' - Prototype with some different hardware. Differences not emulated yet.


''' apple2gsr3p ''' - A ROM isn't dumped.
''' apple2gsr3p ''' - A ROM isn't dumped.


== [http://github.com/mamedev/mame/blob/master/src/mame/apple/imacg3.cpp apple/imacg3] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/apple/imacg3.cpp apple/imacg3] ==
Very preliminary driver.
Very preliminary driver.


== [http://github.com/mamedev/mame/blob/master/src/mame/apple/lisa.cpp apple/lisa] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/apple/lisa.cpp apple/lisa] ==
Lisa OS doesn't boot.
Lisa OS doesn't boot.


== [http://github.com/mamedev/mame/blob/master/src/mame/apple/macpdm.cpp apple/macpdm] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/apple/macpdm.cpp apple/macpdm] ==
Can boot and install some Mac OS versions now and run some games and applications but there are issues with newer OS versions (beyond 7.5.0) and glitches believed to be due to PowerPC core emulation inaccuracies.
Can boot and install some Mac OS versions now and run some games and applications but there are issues with newer OS versions (beyond 7.5.0) and glitches believed to be due to PowerPC core emulation inaccuracies.


== [http://github.com/mamedev/mame/blob/master/src/mame/apple/pippin.cpp apple/pippin] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/apple/pippin.cpp apple/pippin] ==
Very preliminary driver.
Very preliminary driver.


== [http://github.com/mamedev/mame/blob/master/src/mame/apple/powermacg3.cpp apple/powermacg3] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/apple/powermacg3.cpp apple/powermacg3] ==
Very preliminary driver.  You can access Open Firmware by holding down Command-Option-O-F when the boot chime plays.
Very preliminary driver.  You can access Open Firmware by holding down Command-Option-O-F when the boot chime plays.


== [http://github.com/mamedev/mame/blob/master/src/mame/arcadia/arcadia.cpp arcadia/arcadia] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/arcadia/arcadia.cpp arcadia/arcadia] ==
''' mratlus, plldium, polyvcg, trakcvg ''' -
''' mratlus, plldium, polyvcg, trakcvg ''' -


== [http://github.com/mamedev/mame/blob/master/src/mame/aristocrat/aristmk4.cpp aristocrat/aristmk4] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/aristocrat/aristmk4.cpp aristocrat/aristmk4] ==
''' 86lions ''' - Runs on earlier, slightly different hardware.
''' 86lions ''' - Runs on earlier, slightly different hardware.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/aristocrat/aristmk6.cpp aristocrat/aristmk6] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/aristocrat/aristmk6.cpp aristocrat/aristmk6] ==
Skeleton driver. System is SH4 based with PCI root, most games requires MMU. Video emulation requires improvements in PowerVR PMX1 Neon 250.
Skeleton driver. System is SH4 based with PCI root, most games requires MMU. Video emulation requires improvements in PowerVR PMX1 Neon 250.


== [http://github.com/mamedev/mame/blob/master/src/mame/aristocrat/aristmk7.cpp aristocrat/aristmk7] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/aristocrat/aristmk7.cpp aristocrat/aristmk7] ==
PCIe 2.0 HW
PCIe 2.0 HW


== [http://github.com/mamedev/mame/blob/master/src/mame/astrocorp/astrcorp.cpp astrocorp/astrcorp] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/astrocorp/astrcorp.cpp astrocorp/astrcorp] ==
''' cptshark ''' - Needs verifying inputs and outputs.
''' cptshark ''' - Needs verifying inputs and outputs.


Line 194: Line 194:
''' wwitch ''' - Need correct "CPU code", correct GFX ROM loading, outputs and inputs.
''' wwitch ''' - Need correct "CPU code", correct GFX ROM loading, outputs and inputs.


== [http://github.com/mamedev/mame/blob/master/src/mame/astrocorp/astropc.cpp astrocorp/astropc] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/astrocorp/astropc.cpp astrocorp/astropc] ==
Fruit machines, AMD Geode based with custom Astro BIOS. Requires VGA SMI trapping in MediaGX core, and identifying where it maps game bootstrap code.
Fruit machines, AMD Geode based with custom Astro BIOS. Requires VGA SMI trapping in MediaGX core, and identifying where it maps game bootstrap code.


== [http://github.com/mamedev/mame/blob/master/src/mame/atari/a2600.cpp atari/a2600] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/atari/a2600.cpp atari/a2600] ==
''' a2600_pop ''' - 2 joysticks and 2 paddles are hooked up to the unit; unknown how.
''' a2600_pop ''' - 2 joysticks and 2 paddles are hooked up to the unit; unknown how.


== [http://github.com/mamedev/mame/blob/master/src/mame/atari/atari400.cpp atari/atari400] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/atari/atari400.cpp atari/atari400] ==
''' a1200xl ''' - Bad dump.
''' a1200xl ''' - Bad dump.


''' a65xea, a130xe ''' -  
''' a65xea, a130xe ''' -  


== [http://github.com/mamedev/mame/blob/master/src/mame/atari/atarigx2.cpp atari/atarigx2] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/atari/atarigx2.cpp atari/atarigx2] ==
All of these games suffer from some advanced protection that affects them in different ways. Through some magic accesses in memory, data can be decrypted using some special key sequences that are not entirely understood. It's possible to find all possible data sources, run them through the decryption process on the real PCB, and then encode that information in the driver, and for some of the games it has been done. Only rrreveng and clones are missing.
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, controls track turns. It's possible the same method used to break Moto Frenzy's protection could be used.
''' rrreveng and clones ''' - Unemulated protection, controls track turns. It's possible the same method used to break Moto Frenzy's protection could be used.


== [http://github.com/mamedev/mame/blob/master/src/mame/atari/atarist.cpp atari/atarist] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/atari/atarist.cpp atari/atarist] ==
Emulation still preliminary. TODO is on top of the source file.
Emulation still preliminary. TODO is on top of the source file.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/atari/atetris.cpp atari/atetris] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/atari/atetris.cpp atari/atetris] ==
''' atetrisb5 ''' - Uses a large TTL board as substitute for Slapstic and Pokeys. Currently unemulated.
''' atetrisb5 ''' - Uses a large TTL board as substitute for Slapstic and Pokeys. Currently unemulated.


== [http://github.com/mamedev/mame/blob/master/src/mame/atari/badlandsbl.cpp atari/badlandsbl] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/atari/badlandsbl.cpp atari/badlandsbl] ==
Inputs aren't correctly hooked up, missing sprite-tilemap priority, colors. Sound hw isn't correctly hooked up.
Inputs aren't correctly hooked up, missing sprite-tilemap priority, colors. Sound hw isn't correctly hooked up.


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


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


== [http://github.com/mamedev/mame/blob/master/src/mame/atari/bzone.cpp atari/bzone] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/atari/bzone.cpp atari/bzone] ==
''' dsrtwars ''' - Bootleg with different sound system. Mostly works but sound is very badly emulated.
''' dsrtwars ''' - Bootleg with different sound system. Mostly works but sound is very badly emulated.


== [http://github.com/mamedev/mame/blob/master/src/mame/atari/centiped.cpp atari/centiped] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/atari/centiped.cpp atari/centiped] ==
''' magworma ''' - Service mode works, game does not.
''' magworma ''' - Service mode works, game does not.


== [http://github.com/mamedev/mame/blob/master/src/mame/atari/cmmb.cpp atari/cmmb] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/atari/cmmb.cpp atari/cmmb] ==
Banking not understood.
Banking not understood.


== [http://github.com/mamedev/mame/blob/master/src/mame/atari/cops.cpp atari/cops] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/atari/cops.cpp atari/cops] ==
''' cops and clone ''' - No laserdisc dump.
''' cops and clone ''' - No laserdisc dump.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/atari/hitparade.cpp atari/hitparade] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/atari/hitparade.cpp atari/hitparade] ==
Juke box. TMS1300 based. The mechanical parts aren't emulated.
Juke box. TMS1300 based. The mechanical parts aren't emulated.


== [http://github.com/mamedev/mame/blob/master/src/mame/atari/jaguar.cpp atari/jaguar] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/atari/jaguar.cpp atari/jaguar] ==
'''jaguar''' Currently the driver is geared toward supporting the cojag arcade games. Jaguar console support needs several extra things:
'''jaguar''' Currently the driver is geared toward supporting the cojag arcade games. Jaguar console support needs several extra things:


Line 266: Line 266:
'''jaguarcd''' all of the above plus slave serial clock mode in Jerry. Games are in goofy multisession audio only, which can't be translated to .chd at current time.
'''jaguarcd''' all of the above plus slave serial clock mode in Jerry. Games are in goofy multisession audio only, which can't be translated to .chd at current time.


== [http://github.com/mamedev/mame/blob/master/src/mame/atari/klax.cpp atari/klax] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/atari/klax.cpp atari/klax] ==
''' klax5bl3 ''' - Audio CPU has encrypted opcodes.
''' klax5bl3 ''' - Audio CPU has encrypted opcodes.


== [http://github.com/mamedev/mame/blob/master/src/mame/atari/mediagx.cpp atari/mediagx] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/atari/mediagx.cpp atari/mediagx] ==
Needs proper conversion to PCI core. Inputs aren't hooked up, they are mapped to the parallel port via a JAMMA interface. PoC available at
Needs proper conversion to PCI core. Inputs aren't hooked up, they are mapped to the parallel port via a JAMMA interface. PoC available at
https://github.com/mamedev/mame/pull/11696
https://github.com/mamedev/mame/pull/11696


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


== [http://github.com/mamedev/mame/blob/master/src/mame/atari/missile.cpp atari/missile] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/atari/missile.cpp atari/missile] ==
''' mcombat, mcombata, mcombats ''' - Bootlegs on different hardware.
''' mcombat, mcombata, mcombats ''' - Bootlegs on different hardware.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/atari/quizshow.cpp atari/quizshow] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/atari/quizshow.cpp atari/quizshow] ==
Tape dumps are available but they have DC offset issues. MAME also needs multi-track support
Tape dumps are available but they have DC offset issues. MAME also needs multi-track support


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


== [http://github.com/mamedev/mame/blob/master/src/mame/atlus/cave.cpp atlus/cave] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/atlus/cave.cpp atlus/cave] ==
''' cellage ''' - Photo booth. Needs correct GFX emulation plus emulation of camera and printer.
''' cellage ''' - Photo booth. Needs correct GFX emulation plus emulation of camera and printer.


== [http://github.com/mamedev/mame/blob/master/src/mame/att/unixpc.cpp att/unixpc] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/att/unixpc.cpp att/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?
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/ausnz/amust.cpp ausnz/amust] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/ausnz/amust.cpp ausnz/amust] ==
Lots of work still needed. Lacks software to further improve emulation.
Lots of work still needed. Lacks software to further improve emulation.


== [http://github.com/mamedev/mame/blob/master/src/mame/ausnz/dmax8000.cpp ausnz/dmax8000] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/ausnz/dmax8000.cpp ausnz/dmax8000] ==
Needs parallel port, centronics port, AUX serial port and FDC/FDD/HD setup.
Needs parallel port, centronics port, AUX serial port and FDC/FDD/HD setup.


== [http://github.com/mamedev/mame/blob/master/src/mame/ausnz/labtam.cpp ausnz/labtam] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/ausnz/labtam.cpp ausnz/labtam] ==
Needs emulation of additional cards.
Needs emulation of additional cards.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/ausnz/poly.cpp ausnz/poly] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/ausnz/poly.cpp ausnz/poly] ==
Preliminary driver. Extensive TO-DO at the top of the driver.
Preliminary driver. Extensive TO-DO at the top of the driver.


== [http://github.com/mamedev/mame/blob/master/src/mame/ausnz/proteus.cpp ausnz/proteus] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/ausnz/proteus.cpp ausnz/proteus] ==
Doesn't seem to work with the generic terminal. It's supposed to be used with a Lear Siegler ADM-31 terminal.
Doesn't seem to work with the generic terminal. It's supposed to be used with a Lear Siegler ADM-31 terminal.


== [http://github.com/mamedev/mame/blob/master/src/mame/ausnz/pulsar.cpp ausnz/pulsar] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/ausnz/pulsar.cpp ausnz/pulsar] ==
Floppy doesn't work correctly.
Floppy doesn't work correctly.


== [http://github.com/mamedev/mame/blob/master/src/mame/banctec/banctec.cpp banctec/banctec] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/banctec/banctec.cpp banctec/banctec] ==
Preliminary driver.
Preliminary driver.


== [http://github.com/mamedev/mame/blob/master/src/mame/bandai/rx78.cpp bandai/rx78] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/bandai/rx78.cpp bandai/rx78] ==
Inputs might be incorrectly hooked up.
Inputs might be incorrectly hooked up.


== [http://github.com/mamedev/mame/blob/master/src/mame/barcrest/mpu1.cpp barcrest/mpu1] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/barcrest/mpu1.cpp barcrest/mpu1] ==
Missing layouts.
Missing layouts.


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


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


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


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


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


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


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


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


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


== [http://github.com/mamedev/mame/blob/master/src/mame/barcrest/mpu4mod4oki.cpp barcrest/mpu4mod4oki] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/barcrest/mpu4mod4oki.cpp barcrest/mpu4mod4oki] ==
Fruit machine hardware. Not working yet. Needs artwork.
Fruit machine hardware. Not working yet. Needs artwork.


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


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


== [http://github.com/mamedev/mame/blob/master/src/mame/barcrest/mpu4redpoint.cpp barcrest/mpu4redpoint] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/barcrest/mpu4redpoint.cpp barcrest/mpu4redpoint] ==
Fruit machine hardware. Not working yet. Needs artwork.
Fruit machine hardware. Not working yet. Needs artwork.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/barcrest/mpu4unsorted.cpp barcrest/mpu4unsorted] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/barcrest/mpu4unsorted.cpp barcrest/mpu4unsorted] ==
Fruit machine hardware. Not working yet. Needs artwork.
Fruit machine hardware. Not working yet. Needs artwork.


== [http://github.com/mamedev/mame/blob/master/src/mame/barcrest/mpu4vid.cpp barcrest/mpu4vid] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/barcrest/mpu4vid.cpp barcrest/mpu4vid] ==
Needs correct implementation of characteriser protection for each game. BwB games need more work: They have a slightly different 68k memory map. The 6850 is at e00000 and the 6840 is at e01000; they appear to hang on the handshake with the MPU4 board. Currently using a scanline timer to drive an approximation of the SCN2674 scanline logic, but this is perhaps better served as a proper device. Deal 'Em lockouts vary on certain cabinets (normally connected to AUX2, but not there?). Deal 'Em has bad tiles (apostrophe, logo, bottom corner), black should actually be transparent to give black on green.
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/be/bebox.cpp be/bebox] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/be/bebox.cpp be/bebox] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/bfm/bfcobra.cpp bfm/bfcobra] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/bfm/bfcobra.cpp bfm/bfcobra] ==
''' beeline, inquiztr ''' - Missing floppy disk image.
''' beeline, inquiztr ''' - Missing floppy disk image.


== [http://github.com/mamedev/mame/blob/master/src/mame/bfm/bfmsys85.cpp bfm/bfmsys85] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/bfm/bfmsys85.cpp bfm/bfmsys85] ==
Fruit machine hardware. Skeleton driver.
Fruit machine hardware. Skeleton driver.


== [http://github.com/mamedev/mame/blob/master/src/mame/bfm/bfm_blackbox.cpp bfm/bfm_blackbox] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/bfm/bfm_blackbox.cpp bfm/bfm_blackbox] ==
Mostly missing layouts to be considered playable.
Mostly missing layouts to be considered playable.


== [http://github.com/mamedev/mame/blob/master/src/mame/bfm/bfm_sc1.cpp bfm/bfm_sc1] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/bfm/bfm_sc1.cpp bfm/bfm_sc1] ==
Fruit machine hardware. Skeleton driver.
Fruit machine hardware. Skeleton driver.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/bfm/bfm_sc4.cpp bfm/bfm_sc4] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/bfm/bfm_sc4.cpp bfm/bfm_sc4] ==
Fruit machine hardware. Most games pass the startup tests.
Fruit machine hardware. Most games pass the startup tests.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/bmc/popobear.cpp bmc/popobear] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/bmc/popobear.cpp bmc/popobear] ==
''' magkengo ''' - Slightly different PCB. Needs emulation of its peculiarities.
''' magkengo ''' - Slightly different PCB. Needs emulation of its peculiarities.


== [http://github.com/mamedev/mame/blob/master/src/mame/brother/ax145.cpp brother/ax145] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/brother/ax145.cpp brother/ax145] ==
Stops while checking the printer.
Stops while checking the printer.


== [http://github.com/mamedev/mame/blob/master/src/mame/brother/lw700i.cpp brother/lw700i] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/brother/lw700i.cpp brother/lw700i] ==
Keyboard matrix hasn't been completely figured out yet.
Keyboard matrix hasn't been completely figured out yet.


== [http://github.com/mamedev/mame/blob/master/src/mame/canon/canon_s80.cpp canon/canon_s80] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/canon/canon_s80.cpp canon/canon_s80] ==
Skeleton driver.
Skeleton driver.


== [http://github.com/mamedev/mame/blob/master/src/mame/canon/cat.cpp canon/cat] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/canon/cat.cpp canon/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/capcom/alien.cpp capcom/alien] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/capcom/alien.cpp capcom/alien] ==
Preliminary driver (SH-4 based system). Has 2 MPEG-2 decoder chips (with a FPGA as bridge), a fairly complex video chip normally used in car navigation systems. Input schemes are also very complex.
Preliminary driver (SH-4 based system). Has 2 MPEG-2 decoder chips (with a FPGA as bridge), a fairly complex video chip normally used in car navigation systems. Input schemes are also very complex.


== [http://github.com/mamedev/mame/blob/master/src/mame/capcom/cps1.cpp capcom/cps1] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/capcom/cps1.cpp capcom/cps1] ==
''' cps1mult ''' - Needs emulation of the game selection via DIP switches.
''' cps1mult ''' - Needs emulation of the game selection via DIP switches.


Line 426: Line 426:
''' varthb3 ''' - Different video registers need emulating.
''' varthb3 ''' - Different video registers need emulating.


== [http://github.com/mamedev/mame/blob/master/src/mame/capcom/mitchell.cpp capcom/mitchell] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/capcom/mitchell.cpp capcom/mitchell] ==
''' 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.


Line 435: Line 435:
''' spangbl2 ''' - Bootleg on different hardware.
''' spangbl2 ''' - Bootleg on different hardware.


== [http://github.com/mamedev/mame/blob/master/src/mame/casio/cfx9850.cpp casio/cfx9850] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/casio/cfx9850.cpp casio/cfx9850] ==
Preliminary driver.
Preliminary driver.


== [http://github.com/mamedev/mame/blob/master/src/mame/casio/ctk2000.cpp casio/ctk2000] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/casio/ctk2000.cpp casio/ctk2000] ==
Keyboard. Emulation is preliminary. ARM derivative.
Keyboard. Emulation is preliminary. ARM derivative.


== [http://github.com/mamedev/mame/blob/master/src/mame/casio/fp1100.cpp casio/fp1100] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/casio/fp1100.cpp casio/fp1100] ==
IRQs aren't emulated, cassette, FDC and keyboard don't work.
IRQs aren't emulated, cassette, FDC and keyboard don't work.


== [http://github.com/mamedev/mame/blob/master/src/mame/casio/fp200.cpp casio/fp200] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/casio/fp200.cpp casio/fp200] ==
Needs cassette i/f, serial i/f, FDC (requires test program that Service manual mentions), ROM/RAM slot interface, mini plotter printer (FP-1011PL) and graphic printer (FP-1012PR).
Needs cassette i/f, serial i/f, FDC (requires test program that Service manual mentions), ROM/RAM slot interface, mini plotter printer (FP-1011PL) and graphic printer (FP-1012PR).


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


== [http://github.com/mamedev/mame/blob/master/src/mame/casio/ld50.cpp casio/ld50] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/casio/ld50.cpp casio/ld50] ==
Electronic drums. I87C52. Dream SAM9793 and Burr-Brown PCM1717E DAC aren't emulated.
Electronic drums. I87C52. Dream SAM9793 and Burr-Brown PCM1717E DAC aren't emulated.


== [http://github.com/mamedev/mame/blob/master/src/mame/casio/pb1000.cpp casio/pb1000] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/casio/pb1000.cpp casio/pb1000] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/casio/pickytlk.cpp casio/pickytlk] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/casio/pickytlk.cpp casio/pickytlk] ==
Missing inputs, and I/O callbacks copied from CFX9850G need to be reviewed.
Missing inputs, and I/O callbacks copied from CFX9850G need to be reviewed.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/casio/sk1.cpp casio/sk1] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/casio/sk1.cpp casio/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/cave/cavepc.cpp cave/cavepc] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/cave/cavepc.cpp cave/cavepc] ==
PCIe HW, requires an Athlon 64 X2 core.
PCIe HW, requires an Athlon 64 X2 core.


== [http://github.com/mamedev/mame/blob/master/src/mame/cave/fstgfish.cpp cave/fstgfish] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/cave/fstgfish.cpp cave/fstgfish] ==
PCIe HW, requires an Intel Core 2 Duo core.
PCIe HW, requires an Intel Core 2 Duo core.


== [http://github.com/mamedev/mame/blob/master/src/mame/cave/cv1k.cpp cave/cv1k] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/cave/cv1k.cpp cave/cv1k] ==
''' mmmbanc ''' - Needs touch screen emulation handled via SH4 serial.
''' mmmbanc ''' - Needs touch screen emulation handled via SH4 serial.


== [http://github.com/mamedev/mame/blob/master/src/mame/ccs/ccs2810.cpp ccs/ccs2810] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/ccs/ccs2810.cpp ccs/ccs2810] ==
Floppy implementation needs work.
Floppy implementation needs work.


== [http://github.com/mamedev/mame/blob/master/src/mame/ceres/ceres.cpp ceres/ceres] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/ceres/ceres.cpp ceres/ceres] ==
Needs startup/reset memory map, i/o device mapping, interrupt acknowledge, WD1002-05 Winchester/Floppy Disk Controller (WFC), keyboard, mouse.
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/ces/cesclass.cpp ces/cesclass] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/ces/cesclass.cpp ces/cesclass] ==
Needs custom layout for dual LCDs, artwork and lamps position needed to make progresses, U43 and U44 bad in Trap Shoot Classic, games are incredibly sluggish, irq sources are unknown, Trap Shoot Classic runs on a single LCD, needs mod.
Needs custom layout for dual LCDs, artwork and lamps position needed to make progresses, U43 and U44 bad in Trap Shoot Classic, games are incredibly sluggish, irq sources are unknown, Trap Shoot Classic runs on a single LCD, needs mod.


== [http://github.com/mamedev/mame/blob/master/src/mame/chromatics/cgc7900.cpp chromatics/cgc7900] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/chromatics/cgc7900.cpp chromatics/cgc7900] ==
Skeleton driver.
Skeleton driver.


== [http://github.com/mamedev/mame/blob/master/src/mame/cinematronics/dlair.cpp cinematronics/dlair] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/cinematronics/dlair.cpp cinematronics/dlair] ==
''' dlairc, dlairb, dlaira, dlair_2, dlair_1, dleuro, dleuroalt, dlital''' - Only LD-V1000 versions are supported, due to no viable solution for reading configuration DIPs at init time.
''' dlairc, dlairb, dlaira, dlair_2, dlair_1, dleuro, dleuroalt, dlital''' - Only LD-V1000 versions are supported, due to no viable solution for reading configuration DIPs at init time.


''' spaceace and clones ''' - No laserdisc dump yet.
''' spaceace and clones ''' - No laserdisc dump yet.


== [http://github.com/mamedev/mame/blob/master/src/mame/cinematronics/leland.cpp cinematronics/leland] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/cinematronics/leland.cpp cinematronics/leland] ==
''' aafbb ''' - One of the program ROMs is a bad dump.
''' aafbb ''' - One of the program ROMs is a bad dump.


== [http://github.com/mamedev/mame/blob/master/src/mame/citoh/cit220.cpp citoh/cit220] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/citoh/cit220.cpp citoh/cit220] ==
Preliminary driver. I8085A based.
Preliminary driver. I8085A based.


== [http://github.com/mamedev/mame/blob/master/src/mame/coleco/wrinkles.cpp coleco/wrinkles] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/coleco/wrinkles.cpp coleco/wrinkles] ==
Sensors aren't emulated yet.
Sensors aren't emulated yet.


== [http://github.com/mamedev/mame/blob/master/src/mame/commodore/c64.cpp commodore/c64] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/commodore/c64.cpp commodore/c64] ==
''' clipper ''' - Hardware differences haven't been emulated yet.
''' clipper ''' - Hardware differences haven't been emulated yet.


== [http://github.com/mamedev/mame/blob/master/src/mame/commodore/c65.cpp commodore/c65] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/commodore/c65.cpp commodore/c65] ==
Preliminary driver. Extensive TODO at the top of the driver.
Preliminary driver. Extensive TODO at the top of the driver.


== [http://github.com/mamedev/mame/blob/master/src/mame/commodore/cbm2.cpp commodore/cbm2] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/commodore/cbm2.cpp commodore/cbm2] ==
''' bx256hp, cbm730 ''' - The i8088 board isn't emulated yet.
''' bx256hp, cbm730 ''' - The i8088 board isn't emulated yet.


''' cbm720_de ''' - Missing chargen dump.
''' cbm720_de ''' - Missing chargen dump.


== [http://github.com/mamedev/mame/blob/master/src/mame/commodore/mps1230.cpp commodore/mps1230] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/commodore/mps1230.cpp commodore/mps1230] ==
Printer. Basically a skeleton driver.
Printer. Basically a skeleton driver.


== [http://github.com/mamedev/mame/blob/master/src/mame/commodore/pet.cpp commodore/pet] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/commodore/pet.cpp commodore/pet] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/compugraphic/pwrview.cpp compugraphic/pwrview] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/compugraphic/pwrview.cpp compugraphic/pwrview] ==
Preliminary driver. I80186 based.
Preliminary driver. I80186 based.


== [http://github.com/mamedev/mame/blob/master/src/mame/conitec/prof180x.cpp conitec/prof180x] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/conitec/prof180x.cpp conitec/prof180x] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/conitec/prof80.cpp conitec/prof80] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/conitec/prof80.cpp conitec/prof80] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/cromemco/c10.cpp cromemco/c10] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/cromemco/c10.cpp cromemco/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/dataeast/btime.cpp dataeast/btime] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/dataeast/btime.cpp dataeast/btime] ==
''' tisland ''' - The decryption seems good but needs a ROM patch for some opcodes. The ROM is confirmed good, so maybe some special feature of the DECO-7 CPU?
''' 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/dataeast/cntsteer.cpp dataeast/cntsteer] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/dataeast/cntsteer.cpp dataeast/cntsteer] ==
Uses a discrete non-standard ROZ layer
Uses a discrete non-standard ROZ layer


''' cntsteer ''' - Also needs better understanding of the communications.
''' cntsteer ''' - Also needs better understanding of the communications.


== [http://github.com/mamedev/mame/blob/master/src/mame/dataeast/dec0.cpp dataeast/dec0] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/dataeast/dec0.cpp dataeast/dec0] ==
''' automat''' - Bootleg on different hardware. Minor video glitches.
''' automat''' - Bootleg on different hardware. Minor video glitches.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/dataeast/deco32.cpp dataeast/deco32] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/dataeast/deco32.cpp dataeast/deco32] ==
''' gunhard, lockload, lockloadu  ''' - lightgun hookup not completely understood, randomly locks up (ARM really?). Several video issues during a playthrough, mostly related with sprites.
''' gunhard, lockload, lockloadu  ''' - lightgun hookup not completely understood, randomly locks up (ARM really?). Several video issues during a playthrough, mostly related with sprites.


== [http://github.com/mamedev/mame/blob/master/src/mame/dataeast/deco_ld.cpp dataeast/deco_ld] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/dataeast/deco_ld.cpp dataeast/deco_ld] ==
The driver needs better video and I/O emulation, laserdisc hook-ups.
The driver needs better video and I/O emulation, laserdisc hook-ups.


== [http://github.com/mamedev/mame/blob/master/src/mame/dataeast/deco_mlc.cpp dataeast/deco_mlc] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/dataeast/deco_mlc.cpp dataeast/deco_mlc] ==
''' skullfng and clones ''' - Random hangs sometimes.
''' skullfng and clones ''' - Random hangs sometimes.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/dataeast/deshoros.cpp dataeast/deshoros] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/dataeast/deshoros.cpp dataeast/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/dataeast/karnov.cpp dataeast/karnov] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/dataeast/karnov.cpp dataeast/karnov] ==
''' karnovjbl ''' - Bootleg. Uses a different MCU (NEC D8748HD) which needs simulation or, if possible, dumping.
''' karnovjbl ''' - Bootleg. Uses a different MCU (NEC D8748HD) which needs simulation or, if possible, dumping.


== [http://github.com/mamedev/mame/blob/master/src/mame/dataeast/pcktgal.cpp dataeast/pcktgal] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/dataeast/pcktgal.cpp dataeast/pcktgal] ==
''' pcktgalba ''' - This bootleg connects two PCBs with completely different hardware. The Pocket Gal PCB is emulated here, while the other isn't currently connected and the switching between the two games isn't emulated.
''' pcktgalba ''' - This bootleg connects two PCBs with completely different hardware. The Pocket Gal PCB is emulated here, while the other isn't currently connected and the switching between the two games isn't emulated.


== [http://github.com/mamedev/mame/blob/master/src/mame/dataeast/progolf.cpp dataeast/progolf] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/dataeast/progolf.cpp dataeast/progolf] ==
''' progolfa ''' - Ball is misplaced when on the ground.
''' progolfa ''' - Ball is misplaced when on the ground.


== [http://github.com/mamedev/mame/blob/master/src/mame/dataeast/tumbleb.cpp dataeast/tumbleb] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/dataeast/tumbleb.cpp dataeast/tumbleb] ==
''' funkyjetb, tumblebpa ''' - Bootlegs on different hardware
''' funkyjetb, tumblebpa ''' - Bootlegs on different hardware


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


== [http://github.com/mamedev/mame/blob/master/src/mame/ddr/bcs3.cpp ddr/bcs3] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/ddr/bcs3.cpp ddr/bcs3] ==
''' bcs3a, bcs3b, bcs3c, bcs3d ''' -  
''' bcs3a, bcs3b, bcs3c, bcs3d ''' -  


== [http://github.com/mamedev/mame/blob/master/src/mame/ddr/chessmst.cpp ddr/chessmst] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/ddr/chessmst.cpp ddr/chessmst] ==
''' chessmsta ''' - Figure out why it won't work, for starters it assumes z80 carry flag is set at poweron?
''' chessmsta ''' - Figure out why it won't work, for starters it assumes z80 carry flag is set at poweron?


== [http://github.com/mamedev/mame/blob/master/src/mame/ddr/kc.cpp ddr/kc] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/ddr/kc.cpp ddr/kc] ==


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


== [http://github.com/mamedev/mame/blob/master/src/mame/ddr/nanos.cpp ddr/nanos] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/ddr/nanos.cpp ddr/nanos] ==


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


== [http://github.com/mamedev/mame/blob/master/src/mame/dec/dct11em.cpp dec/dct11em] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/dec/dct11em.cpp dec/dct11em] ==
Skeleton driver.
Skeleton driver.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/dec/kn01.cpp dec/kn01] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/dec/kn01.cpp dec/kn01] ==
Needs SCSI and mouse emulation.
Needs SCSI and mouse emulation.


== [http://github.com/mamedev/mame/blob/master/src/mame/dec/kn02.cpp dec/kn02] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/dec/kn02.cpp dec/kn02] ==
MIPS family based. Preliminary driver.
MIPS family based. Preliminary driver.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/dec/rainbow.cpp dec/rainbow] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/dec/rainbow.cpp dec/rainbow] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/dec/vax11.cpp dec/vax11] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/dec/vax11.cpp dec/vax11] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/dec/vk100.cpp dec/vk100] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/dec/vk100.cpp dec/vk100] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/dec/vt100.cpp dec/vt100] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/dec/vt100.cpp dec/vt100] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/dec/vt62.cpp dec/vt62] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/dec/vt62.cpp dec/vt62] ==
VT61 based. Very preliminary. Missing some dumps.
VT61 based. Very preliminary. Missing some dumps.


== [http://github.com/mamedev/mame/blob/master/src/mame/dms/dms5000.cpp dms/dms5000] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/dms/dms5000.cpp dms/dms5000] ==
Skeleton driver.
Skeleton driver.


== [http://github.com/mamedev/mame/blob/master/src/mame/dms/dms86.cpp dms/dms86] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/dms/dms86.cpp dms/dms86] ==
Preliminary driver.
Preliminary driver.


== [http://github.com/mamedev/mame/blob/master/src/mame/dynax/ddenlovr.cpp dynax/ddenlovr] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/dynax/ddenlovr.cpp dynax/ddenlovr] ==
''' daireach ''' - Inputs / DIPs need verifying.
''' daireach ''' - Inputs / DIPs need verifying.


Line 623: Line 623:
''' momotaro ''' - Protection + some ROMs are badly dumped.
''' momotaro ''' - Protection + some ROMs are badly dumped.


== [http://github.com/mamedev/mame/blob/master/src/mame/dynax/dynax.cpp dynax/dynax] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/dynax/dynax.cpp dynax/dynax] ==
''' tenkai2b ''' - Missing dump of the internal ROM of the TMP91640.
''' tenkai2b ''' - Missing dump of the internal ROM of the TMP91640.


== [http://github.com/mamedev/mame/blob/master/src/mame/dynax/royalmah.cpp dynax/royalmah] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/dynax/royalmah.cpp dynax/royalmah] ==
''' cafebrk, cafepara ''' - Internal ROM has been dumped but data ROM seems scrambled.
''' cafebrk, cafepara ''' - Internal ROM has been dumped but data ROM seems scrambled.


Line 647: Line 647:
''' ougonhaib3 ''' - One GFX ROM is a bad dump.
''' ougonhaib3 ''' - One GFX ROM is a bad dump.


== [http://github.com/mamedev/mame/blob/master/src/mame/efo/cedar_magnet.cpp efo/cedar_magnet] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/efo/cedar_magnet.cpp efo/cedar_magnet] ==
''' mag_drac ''' - Bad dump.
''' mag_drac ''' - Bad dump.


== [http://github.com/mamedev/mame/blob/master/src/mame/elektor/ec65.cpp elektor/ec65] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/elektor/ec65.cpp elektor/ec65] ==
Preliminary driver.
Preliminary driver.


== [http://github.com/mamedev/mame/blob/master/src/mame/elektron/elektronmono.cpp elektron/elektronmono] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/elektron/elektronmono.cpp elektron/elektronmono] ==
MCF5206E based. Skeletonish.
MCF5206E based. Skeletonish.


== [http://github.com/mamedev/mame/blob/master/src/mame/ensoniq/enmirage.cpp ensoniq/enmirage] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/ensoniq/enmirage.cpp ensoniq/enmirage] ==
Needs Four Pole Low-Pass Voltage Controlled Filter section, external sync signal, foot pedal, ADC feedback, piano keyboard controller, expansion connector, stereo output.
Needs Four Pole Low-Pass Voltage Controlled Filter section, external sync signal, foot pedal, ADC feedback, piano keyboard controller, expansion connector, stereo output.


== [http://github.com/mamedev/mame/blob/master/src/mame/ensoniq/esq1.cpp ensoniq/esq1] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/ensoniq/esq1.cpp ensoniq/esq1] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/ensoniq/esqasr.cpp ensoniq/esqasr] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/ensoniq/esqasr.cpp ensoniq/esqasr] ==
Skeleton driver.
Skeleton driver.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/ensoniq/esqmr.cpp ensoniq/esqmr] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/ensoniq/esqmr.cpp ensoniq/esqmr] ==
Skeleton driver.
Skeleton driver.


== [http://github.com/mamedev/mame/blob/master/src/mame/eolith/eolith.cpp eolith/eolith] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/eolith/eolith.cpp eolith/eolith] ==
''' raccoon ''' - Game animation & timers are too fast and erratic (CPU core bug(s)?).
''' raccoon ''' - Game animation & timers are too fast and erratic (CPU core bug(s)?).


== [http://github.com/mamedev/mame/blob/master/src/mame/epson/hx20.cpp epson/hx20] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/epson/hx20.cpp epson/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/epson/px8.cpp epson/px8] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/epson/px8.cpp epson/px8] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/epson/qx10.cpp epson/qx10] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/epson/qx10.cpp epson/qx10] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/esprit/esp250c.cpp esprit/esp250c] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/esprit/esp250c.cpp esprit/esp250c] ==
Preliminary driver.
Preliminary driver.


== [http://github.com/mamedev/mame/blob/master/src/mame/esprit/executive10.cpp esprit/executive10] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/esprit/executive10.cpp esprit/executive10] ==
Video emulation is missing features, no NOVRAM store / recall.
Video emulation is missing features, no NOVRAM store / recall.


== [http://github.com/mamedev/mame/blob/master/src/mame/exidy/exidy440.cpp exidy/exidy440] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/exidy/exidy440.cpp exidy/exidy440] ==
''' showdown4 ''' - Different type of protection wrt to the parent.
''' showdown4 ''' - Different type of protection wrt to the parent.


== [http://github.com/mamedev/mame/blob/master/src/mame/f32/f-32.cpp f32/f-32] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/f32/f-32.cpp f32/f-32] ==
''' royalpk2 ''' - It will soft-lock when attempting to use either settings-save options in the service menu.
''' royalpk2 ''' - It will soft-lock when attempting to use either settings-save options in the service menu.


== [http://github.com/mamedev/mame/blob/master/src/mame/facit/f4431.cpp facit/f4431] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/facit/f4431.cpp facit/f4431] ==
Missing emulation of character attributes (RAM at 0xc000), cursor, 132 column mode, smooth scrolling, timings, printer.
Missing emulation of character attributes (RAM at 0xc000), cursor, 132 column mode, smooth scrolling, timings, printer.


== [http://github.com/mamedev/mame/blob/master/src/mame/facit/facit4440.cpp facit/facit4440] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/facit/facit4440.cpp facit/facit4440] ==
Keyboard isn't emulated.
Keyboard isn't emulated.


== [http://github.com/mamedev/mame/blob/master/src/mame/fairchild/f387x.cpp fairchild/f387x] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/fairchild/f387x.cpp fairchild/f387x] ==
Computer. F8 based. Driver is skeleton-ish.
Computer. F8 based. Driver is skeleton-ish.


== [http://github.com/mamedev/mame/blob/master/src/mame/fairlight/cmi.cpp fairlight/cmi] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/fairlight/cmi.cpp fairlight/cmi] ==
MASTER 'TIM' test fails.  LGTST 'TIM' test is out of tolerance without 6840 hack.
MASTER 'TIM' test fails.  LGTST 'TIM' test is out of tolerance without 6840 hack.


== [http://github.com/mamedev/mame/blob/master/src/mame/falco/falco500.cpp falco/falco500] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/falco/falco500.cpp falco/falco500] ==
''' falco5220e ''' - Bad dump. ASIC emulation is incomplete.
''' falco5220e ''' - Bad dump. ASIC emulation is incomplete.


== [http://github.com/mamedev/mame/blob/master/src/mame/falco/falcots.cpp falco/falcots] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/falco/falcots.cpp falco/falcots] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/force/miniforce.cpp force/miniforce] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/force/miniforce.cpp force/miniforce] ==
Very preliminary driver.
Very preliminary driver.


== [http://github.com/mamedev/mame/blob/master/src/mame/fujitsu/fm7.cpp fujitsu/fm7] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/fujitsu/fm7.cpp fujitsu/fm7] ==
''' fm11, fm16beta, fm7740sx ''' - Extra features not implemented.
''' fm11, fm16beta, fm7740sx ''' - Extra features not implemented.


== [http://github.com/mamedev/mame/blob/master/src/mame/fujitsu/fmtowns.cpp fujitsu/fmtowns] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/fujitsu/fmtowns.cpp fujitsu/fmtowns] ==
Video emulation is far from complete.
Video emulation is far from complete.


== [http://github.com/mamedev/mame/blob/master/src/mame/funtech/supracan.cpp funtech/supracan] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/funworld/4roses.cpp funworld/4roses] ==
 
== [http://github.com/mamedev/mame/blob/master/src/mame/funworld/4roses.cpp funworld/4roses] ==
Skeleton driver. The games' program ROM has been decrypted, but they have an undumped MCU which needs decapping or simulation.
Skeleton driver. The games' program ROM has been decrypted, but they have an undumped MCU which needs decapping or simulation.


== [http://github.com/mamedev/mame/blob/master/src/mame/funworld/funworld.cpp funworld/funworld] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/funworld/funworld.cpp funworld/funworld] ==
''' fw_a7_11, fw_a7_11a, fw_a0_1, jokcrdep ''' - Different hardware with epoxy block, to be reverse engineered.
''' fw_a7_11, fw_a7_11a, fw_a0_1, jokcrdep ''' - Different hardware with epoxy block, to be reverse engineered.


Line 732: Line 730:
''' royalcrd_msx , royalcrd_nes and clone ''' - Stealth games which combine the poker game hardware and the console hardware.
''' royalcrd_msx , royalcrd_nes and clone ''' - Stealth games which combine the poker game hardware and the console hardware.


== [http://github.com/mamedev/mame/blob/master/src/mame/funworld/photoply.cpp funworld/photoply] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/funworld/photoply.cpp funworld/photoply] ==
Several romset dumps are bad, the ones that do boot requires inputs and Microtouch-based touchscreen. Later games will eventually require parallel port or USB dongle emulation;
Several romset dumps are bad, the ones that do boot requires inputs and Microtouch-based touchscreen. Later games will eventually require parallel port or USB dongle emulation;


== [http://github.com/mamedev/mame/blob/master/src/mame/funworld/photoplys.cpp funworld/photoplys] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/funworld/photoplys.cpp funworld/photoplys] ==
PCI HW with a Celeron FV524RX366 and a parallel port dongle
PCI HW with a Celeron FV524RX366 and a parallel port dongle


== [http://github.com/mamedev/mame/blob/master/src/mame/funworld/photoplysx.cpp funworld/photoplysx] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/funworld/photoplysx.cpp funworld/photoplysx] ==
PCIe HW with a Celeron SL6VR and a GNT FNW USB Token dongle
PCIe HW with a Celeron SL6VR and a GNT FNW USB Token dongle


== [http://github.com/mamedev/mame/blob/master/src/mame/funworld/supercrd.cpp funworld/supercrd] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/funworld/supercrd.cpp funworld/supercrd] ==
Partially decrypted but need more work to be playable.
Partially decrypted but need more work to be playable.


== [http://github.com/mamedev/mame/blob/master/src/mame/gaelco/atvtrack.cpp gaelco/atvtrack] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/gaelco/atvtrack.cpp gaelco/atvtrack] ==
Preliminary driver, requires PowerVR Neon 250 emulation which is otherwise available as PCI card for PC based systems.
Preliminary driver, requires PowerVR Neon 250 emulation which is otherwise available as PCI card for PC based systems.


== [http://github.com/mamedev/mame/blob/master/src/mame/gaelco/bigkarnk_ms.cpp gaelco/bigkarnk_ms] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/gaelco/bigkarnk_ms.cpp gaelco/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/gaelco/gaelco2.cpp gaelco/gaelco2] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/gaelco/gaelco2.cpp gaelco/gaelco2] ==
''' play2000_50i ''' - Bad dump.
''' play2000_50i ''' - Bad dump.


''' aligatorp, chmppool, jungleani, srollnd ''' - Missing ds5002fp dump.
''' aligatorp, chmppool, jungleani, srollnd ''' - Missing ds5002fp dump.


== [http://github.com/mamedev/mame/blob/master/src/mame/gaelco/gaelcopc.cpp gaelco/gaelcopc] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/gaelco/gaelcopc.cpp gaelco/gaelcopc] ==
Intel PCI Pentium 3 based HW with custom BIOS and nVidia GeForce 4
Intel PCI Pentium 3 based HW with custom BIOS and nVidia GeForce 4


== [http://github.com/mamedev/mame/blob/master/src/mame/gaelco/radsys.cpp gaelco/radsys] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/gaelco/radsys.cpp gaelco/radsys] ==
Intel PCI Socket 370 based HW, the screenless version of gaelcopc
Intel PCI Socket 370 based HW, the screenless version of gaelcopc


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


== [http://github.com/mamedev/mame/blob/master/src/mame/gaelco/mastboy.cpp gaelco/mastboy] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/gaelco/mastboy.cpp gaelco/mastboy] ==
''' mastboyiv2 ''' - Needs a different MCU program.
''' mastboyiv2 ''' - Needs a different MCU program.


== [http://github.com/mamedev/mame/blob/master/src/mame/gaelco/rollext.cpp gaelco/rollext] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/gaelco/rollext.cpp gaelco/rollext] ==
GFX glitches, possible DSP core bugs, no sound, not extensively tested.
GFX glitches, possible DSP core bugs, no sound, not extensively tested.


== [http://github.com/mamedev/mame/blob/master/src/mame/gaelco/splash.cpp gaelco/splash] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/gaelco/splash.cpp gaelco/splash] ==
''' funystrp, puckpepl''' - Protection, controls eating of dots + other things.
''' funystrp, puckpepl''' - Protection, controls eating of dots + other things.


Line 777: Line 775:
''' ringball ''' - Currently stuck at initialization / test mode, probably bad decryption. Incomplete GFX dump.
''' ringball ''' - Currently stuck at initialization / test mode, probably bad decryption. Incomplete GFX dump.


== [http://github.com/mamedev/mame/blob/master/src/mame/galaxian/fastfred.cpp galaxian/fastfred] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/galaxian/fastfred.cpp galaxian/fastfred] ==
''' boggy84b2 ''' - Missing the dump of a program ROM.
''' boggy84b2 ''' - Missing the dump of a program ROM.


== [http://github.com/mamedev/mame/blob/master/src/mame/galaxian/galaxian.cpp galaxian/galaxian] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/galaxian/galaxian.cpp galaxian/galaxian] ==
''' amidarc, aracnisa ''' - Resets when starting a game.
''' amidarc, aracnisa ''' - Resets when starting a game.


Line 801: Line 799:
''' warofbugg ''' - Bootleg on slightly different hardware.
''' warofbugg ''' - Bootleg on slightly different hardware.


== [http://github.com/mamedev/mame/blob/master/src/mame/galaxian/galaxold.cpp galaxian/galaxold] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/galaxian/galaxold.cpp galaxian/galaxold] ==
''' drivfrcsga, 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/galaxian/scobra.cpp galaxian/scobra] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/galaxian/scobra.cpp galaxian/scobra] ==
''' rescuefe ''' - Bad / incomplete dump.
''' rescuefe ''' - Bad / incomplete dump.


== [http://github.com/mamedev/mame/blob/master/src/mame/gamepark/gp2x.cpp gamepark/gp2x] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/gamepark/gp2x.cpp gamepark/gp2x] ==
Skeleton driver.
Skeleton driver.


== [http://github.com/mamedev/mame/blob/master/src/mame/gamepark/gp32.cpp gamepark/gp32] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/gamepark/gp32.cpp gamepark/gp32] ==
Driver is quite advanced, but isn't fully working yet.
Driver is quite advanced, but isn't fully working yet.


== [http://github.com/mamedev/mame/blob/master/src/mame/gametron/sbugger.cpp gametron/sbugger] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/gametron/sbugger.cpp gametron/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/grundy/newbrain.cpp grundy/newbrain] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/grundy/newbrain.cpp grundy/newbrain] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/handheld/hh_cop400.cpp handheld/hh_cop400] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/handheld/hh_cop400.cpp handheld/hh_cop400] ==
''' vidchal ''' - Needs videotape support.
''' vidchal ''' - Needs videotape support.


== [http://github.com/mamedev/mame/blob/master/src/mame/handheld/hh_hcms40.cpp handheld/hh_hcms40] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/handheld/hh_hcms40.cpp handheld/hh_hcms40] ==
''' bombman, gdefender, ggdman, ktparman, puckimon, tkjmaru, wantgman ''' - Missing artwork.
''' bombman, gdefender, ggdman, ktparman, puckimon, tkjmaru, wantgman ''' - Missing artwork.


== [http://github.com/mamedev/mame/blob/master/src/mame/handheld/hh_pic16.cpp handheld/hh_pic16] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/handheld/hh_pic16.cpp handheld/hh_pic16] ==
''' pabball, uspbball ''' - Preliminary drivers.
''' pabball, uspbball ''' - Preliminary drivers.


== [http://github.com/mamedev/mame/blob/master/src/mame/handheld/hh_smc1k.cpp handheld/hh_smc1k] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/handheld/hh_smc1k.cpp handheld/hh_smc1k] ==
Missing SVGs.
Missing SVGs.


== [http://github.com/mamedev/mame/blob/master/src/mame/handheld/hh_sm510.cpp handheld/hh_sm510] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/handheld/hh_sm510.cpp handheld/hh_sm510] ==
''' nsmb3, nsmw ''' - Missing LCD scan.
''' nsmb3, nsmw ''' - Missing LCD scan.


== [http://github.com/mamedev/mame/blob/master/src/mame/handheld/hh_tms1k.cpp handheld/hh_tms1k] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/handheld/hh_tms1k.cpp handheld/hh_tms1k] ==
''' bship and clone, elecbowl ''' - As far as MAME is concerned, the game is emulated fine. But for it to be playable, it requires interaction  with other, unemulatable, things (eg. game board/pieces, playing cards, pen & paper, etc).
''' bship and clone, elecbowl ''' - As far as MAME is concerned, the game is emulated fine. But for it to be playable, it requires interaction  with other, unemulatable, things (eg. game board/pieces, playing cards, pen & paper, etc).


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


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


== [http://github.com/mamedev/mame/blob/master/src/mame/handheld/tispeak.cpp handheld/tispeak] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/handheld/tispeak.cpp handheld/tispeak] ==
''' k28m2 ''' - LCD isn't emulated.
''' k28m2 ''' - LCD isn't emulated.


''' lantransp, tnttellp ''' - Version from the patent. Maybe incompatible with released modules?
''' lantransp, tnttellp ''' - Version from the patent. Maybe incompatible with released modules?


== [http://github.com/mamedev/mame/blob/master/src/mame/hds/hds200.cpp hds/hds200] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/hds/hds200.cpp hds/hds200] ==
Needs fixing the SCN2674/Z80DMA hookup, missing keyboard keys and RS232 control lines.
Needs fixing the SCN2674/Z80DMA hookup, missing keyboard keys and RS232 control lines.


== [http://github.com/mamedev/mame/blob/master/src/mame/heathkit/h19.cpp heathkit/h19] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/heathkit/h19.cpp heathkit/h19] ==
''' gp19 ''' - GP-19 graphics mode only shows the top half of the image (on the visible screen).
''' gp19 ''' - GP-19 graphics mode only shows the top half of the image (on the visible screen).


== [http://github.com/mamedev/mame/blob/master/src/mame/heathzenith/z100.cpp heathzenith/z100] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/heathzenith/z100.cpp heathzenith/z100] ==
Undumped MCU, plus needs removing of the parity check IRQ patch, implementation of the S-100 bus features, irqs need 8259 "auto-ack"-ing in order to work properly and vertical scrolling isn't understood.
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.


== [http://github.com/mamedev/mame/blob/master/src/mame/heathzenith/z22.cpp heathzenith/z22] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/heathzenith/z22.cpp heathzenith/z22] ==
Missing keyboard emulation.
Missing keyboard emulation.


== [http://github.com/mamedev/mame/blob/master/src/mame/hitachi/b16.cpp hitachi/b16] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/hitachi/b16.cpp hitachi/b16] ==
No documentation available, almost no software available. Long TODO on top of file.
No documentation available, almost no software available. Long TODO on top of file.


== [http://github.com/mamedev/mame/blob/master/src/mame/hitachi/bml3.cpp hitachi/bml3] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/hitachi/bml3.cpp hitachi/bml3] ==
Long TODO at the top of the file.
Long TODO at the top of the file.


== [http://github.com/mamedev/mame/blob/master/src/mame/hitachi/mbs1.cpp hitachi/mbs1] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/hitachi/mbs1.cpp hitachi/mbs1] ==
Basic Master Level 3 superset with OS-9 features.
Basic Master Level 3 superset with OS-9 features.
Cassette won't load; many missing features.
Cassette won't load; many missing features.


== [http://github.com/mamedev/mame/blob/master/src/mame/homebrew/d6809.cpp homebrew/d6809] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/homebrew/d6809.cpp homebrew/d6809] ==
Most devices aren't hooked up. Skeletonish.
Most devices aren't hooked up. Skeletonish.


== [http://github.com/mamedev/mame/blob/master/src/mame/homebrew/minib.cpp homebrew/minib] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/homebrew/minib.cpp homebrew/minib] ==
Keyboard isn't working correctly.
Keyboard isn't working correctly.


== [http://github.com/mamedev/mame/blob/master/src/mame/homebrew/p112.cpp homebrew/p112] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/homebrew/p112.cpp homebrew/p112] ==
Skeleton-ish driver. Z8018216 based.
Skeleton-ish driver. Z8018216 based.


== [http://github.com/mamedev/mame/blob/master/src/mame/homebrew/pc532.cpp homebrew/pc532] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/homebrew/pc532.cpp homebrew/pc532] ==
Needs ET532 emulation.
Needs ET532 emulation.


== [http://github.com/mamedev/mame/blob/master/src/mame/homebrew/phunsy.cpp homebrew/phunsy] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/homebrew/phunsy.cpp homebrew/phunsy] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/homebrew/ravens.cpp homebrew/ravens] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/homebrew/ravens.cpp homebrew/ravens] ==
The cassette saves a noise but it returns a bad load.
The cassette saves a noise but it returns a bad load.


== [http://github.com/mamedev/mame/blob/master/src/mame/homebrew/sbc6510.cpp homebrew/sbc6510] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/homebrew/sbc6510.cpp homebrew/sbc6510] ==
ATMEGA8 CPU emulation is incomplete.
ATMEGA8 CPU emulation is incomplete.


== [http://github.com/mamedev/mame/blob/master/src/mame/homebrew/uzebox.cpp homebrew/uzebox] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/homebrew/uzebox.cpp homebrew/uzebox] ==
SD card not supported yet.
SD card not supported yet.


== [http://github.com/mamedev/mame/blob/master/src/mame/homelab/homelab.cpp homelab/homelab] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/homelab/homelab.cpp homelab/homelab] ==
''' brailab4, homelab3, homelab4 ''' - Preliminary driver. Cassette support needs to be fixed, among other things.
''' brailab4, homelab3, homelab4 ''' - Preliminary driver. Cassette support needs to be fixed, among other things.


== [http://github.com/mamedev/mame/blob/master/src/mame/hp/hp_ipc.cpp hp/hp_ipc] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/hp/hp_ipc.cpp hp/hp_ipc] ==
''' hp9808a ''' - Preliminary driver.
''' hp9808a ''' - Preliminary driver.


== [http://github.com/mamedev/mame/blob/master/src/mame/hp/hp16500.cpp hp/hp16500] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/hp/hp16500.cpp hp/hp16500] ==
Preliminary driver.
Preliminary driver.


== [http://github.com/mamedev/mame/blob/master/src/mame/hp/hp2620.cpp hp/hp2620] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/hp/hp2620.cpp hp/hp2620] ==
Keyboard isn't emulated.
Keyboard isn't emulated.


== [http://github.com/mamedev/mame/blob/master/src/mame/hp/hp3478a.cpp hp/hp3478a] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/hp/hp3478a.cpp hp/hp3478a] ==
Runs, AD LINK ERROR on stock ROM due to unimplemented AD link.
Runs, AD LINK ERROR on stock ROM due to unimplemented AD link.


== [http://github.com/mamedev/mame/blob/master/src/mame/hp/hp48.cpp hp/hp48] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/hp/hp48.cpp hp/hp48] ==
''' hp39g ''' -
''' hp39g ''' -


== [http://github.com/mamedev/mame/blob/master/src/mame/hp/hp49gp.cpp hp/hp49gp] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/hp/hp49gp.cpp hp/hp49gp] ==
Preliminary driver.
Preliminary driver.


== [http://github.com/mamedev/mame/blob/master/src/mame/hp/hp95lx.cpp hp/hp95lx] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/hp/hp95lx.cpp hp/hp95lx] ==
Native keyboard isn't emulated. Driver still preliminary.
Native keyboard isn't emulated. Driver still preliminary.


== [http://github.com/mamedev/mame/blob/master/src/mame/hp/hp9k.cpp hp/hp9k] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/hp/hp9k.cpp hp/hp9k] ==
Boot tests fail.
Boot tests fail.


== [http://github.com/mamedev/mame/blob/master/src/mame/hp/hp9k_3xx.cpp hp/hp9k_3xx] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/hp/hp9k_3xx.cpp hp/hp9k_3xx] ==
Preliminary driver.
Preliminary driver.


== [http://github.com/mamedev/mame/blob/master/src/mame/hp/hpz80unk.cpp hp/hpz80unk] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/hp/hpz80unk.cpp hp/hpz80unk] ==
Skeleton driver. Needs banking and peripherals support.
Skeleton driver. Needs banking and peripherals support.


== [http://github.com/mamedev/mame/blob/master/src/mame/husky/hunter2.cpp husky/hunter2] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/husky/hunter2.cpp husky/hunter2] ==
Preliminary driver. Without software to test it, it's difficult to progress with the emulation.
Preliminary driver. Without software to test it, it's difficult to progress with the emulation.


== [http://github.com/mamedev/mame/blob/master/src/mame/ibm/rs6000_type7xxx.cpp ibm/rs6000_type7xxx] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/ibm/rs6000_type7xxx.cpp ibm/rs6000_type7xxx] ==
Skeleton-ish. Server. PPC601 based.
Skeleton-ish. Server. PPC601 based.


== [http://github.com/mamedev/mame/blob/master/src/mame/ibm/rtpc.cpp ibm/rtpc] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/ibm/rtpc.cpp ibm/rtpc] ==
Diagnostic disk 1 fails with code 67; aix vrm disk 1 fails with alternating code a6/13.
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/ibm/thinkpad600.cpp ibm/thinkpad600] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/ibm/thinkpad600.cpp ibm/thinkpad600] ==
Needs keyboard and RTC emulation.
Needs keyboard and RTC emulation.


== [http://github.com/mamedev/mame/blob/master/src/mame/ice/calchase.cpp ice/calchase] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/ice/calchase.cpp ice/calchase] ==
''' calchase ''' - Has mangled Win 98 dump (need to type boot at DOS prompt), in-game sports some video bugs, inputs are sketchy and no steering is implemented (same as franticf?). Presumed service mode input just black screen (still bad dump or actual issue with Trident VGA core).
''' 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 (same as franticf?). Presumed service mode input just black screen (still bad dump or actual issue with Trident VGA core).


''' 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?)
''' 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?)


== [http://github.com/mamedev/mame/blob/master/src/mame/ice/chexx.cpp ice/chexx] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/ice/chexx.cpp ice/chexx] ==
Electro-mechanical bubble hockey games.
Electro-mechanical bubble hockey games.


== [http://github.com/mamedev/mame/blob/master/src/mame/ice/cutrope.cpp ice/cutrope] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/ice/cutrope.cpp ice/cutrope] ==
PCIe HW with a Socket H2 CPU and a ColdFire attached thru USB, BIOS for latter is undumped.
PCIe HW with a Socket H2 CPU and a ColdFire attached thru USB, BIOS for latter is undumped.


== [http://github.com/mamedev/mame/blob/master/src/mame/ice/frenzyxprss.cpp ice/frenzyxprss] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/ice/frenzyxprss.cpp ice/frenzyxprss] ==
VIA PCI Socket 370 based plus nVidia GeForce 2.
VIA PCI Socket 370 based plus nVidia GeForce 2.


== [http://github.com/mamedev/mame/blob/master/src/mame/ice/ice_bozopail.cpp ice/ice_bozopail] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/ice/ice_bozopail.cpp ice/ice_bozopail] ==
Redemption game. Mechanical parts aren't emulated.
Redemption game. Mechanical parts aren't emulated.


== [http://github.com/mamedev/mame/blob/master/src/mame/ice/lethalj.cpp ice/lethalj] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/ice/lethalj.cpp ice/lethalj] ==
''' franticf and clone(s) ''' - Directional inputs (wheel) don't work yet, device uses a timer irq poll system for it.
''' franticf and clone(s) ''' - Directional inputs (wheel) don't work yet, device uses a timer irq poll system for it.


== [http://github.com/mamedev/mame/blob/master/src/mame/ice/vp101.cpp ice/vp101] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/ice/vp101.cpp ice/vp101] ==
MIPS + custom 3D hardware. ''' jnero ''' boots but lacks 3d GFX hardware emulation, has no sound (paired with an undisclosed AC'97 codec).
MIPS + custom 3D hardware. ''' jnero ''' boots but lacks 3d GFX hardware emulation, has no sound (paired with an undisclosed AC'97 codec).


== [http://github.com/mamedev/mame/blob/master/src/mame/igs/cabaret.cpp igs/cabaret] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/igs/cabaret.cpp igs/cabaret] ==
''' cabaret ''' - Not fully playable because of some pitfalls.
''' cabaret ''' - Not fully playable because of some pitfalls.


''' double8l, kungfua ''' - Undumped internal ROM.
''' double8l, kungfua ''' - Undumped internal ROM.


== [http://github.com/mamedev/mame/blob/master/src/mame/igs/goldstar.cpp igs/goldstar] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/igs/goldstar.cpp igs/goldstar] ==
''' 3cdpoker, 3cdpokera, animalw, cll, cmfb55, luckylad, pkrmast, prkmasta, rolling, srmagic, super972 ''' - They need work on inputs / dips.
''' 3cdpoker, 3cdpokera, animalw, cll, cmfb55, luckylad, pkrmast, prkmasta, rolling, srmagic, super972 ''' - They need work on inputs / dips.


Line 1,030: Line 1,028:
''' wcat3 ''' - Encryption not completely broken, can be seen running after a couple soft resets.
''' wcat3 ''' - Encryption not completely broken, can be seen running after a couple soft resets.


== [http://github.com/mamedev/mame/blob/master/src/mame/igs/igs_fear.cpp igs/igs_fear] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/igs/igs_fear.cpp igs/igs_fear] ==
''' icescape ''' - Touchscreen commands aren't emulated yet.
''' icescape ''' - Touchscreen commands aren't emulated yet.


== [http://github.com/mamedev/mame/blob/master/src/mame/igs/igs_m027.cpp igs/igs_m027] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/igs/igs_m027.cpp igs/igs_m027] ==
''' amazonia and clone, amazoni2, klxyj, gonefsh2, luckycrs, olympic5 and clone, sdwx ''' - Need dump of the internal ROM.
''' amazonia and clone, amazoni2, klxyj, gonefsh2, luckycrs, olympic5 and clone, sdwx ''' - Need dump of the internal ROM.


Line 1,040: Line 1,038:
''' extradrw ''' - Inputs not implemented yet.
''' extradrw ''' - Inputs not implemented yet.


== [http://github.com/mamedev/mame/blob/master/src/mame/igs/igs_m027xa.cpp igs/igs_m027xa] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/igs/igs_m027xa.cpp igs/igs_m027xa] ==
''' crzybugsj, haunthig and clone, wldfruit ''' - Missing internal ROM dump.
''' crzybugsj, haunthig and clone, wldfruit ''' - Missing internal ROM dump.


''' tripfevb ''' - Hangs at payout.
''' tripfevb ''' - Hangs at payout.


== [http://github.com/mamedev/mame/blob/master/src/mame/igs/igs011.cpp igs/igs011] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/igs/igs011.cpp igs/igs011] ==
''' tygn ''' - Needs correct protection workarounds. Currently fades to black during play.
''' tygn ''' - Needs correct protection workarounds. Currently fades to black during play.


== [http://github.com/mamedev/mame/blob/master/src/mame/igs/igs017.cpp igs/igs017] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/igs/igs017.cpp igs/igs017] ==
''' jking302us ''' - IGS026 and IGS029 protection needs simulation.
''' jking302us ''' - IGS026 and IGS029 protection needs simulation.


Line 1,061: Line 1,059:
''' tarzana ''' - Missing IGS029 protection, missing sprites and sound ROM.
''' tarzana ''' - Missing IGS029 protection, missing sprites and sound ROM.


== [http://github.com/mamedev/mame/blob/master/src/mame/igs/igspc.cpp igs/igspc] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/igs/igspc.cpp igs/igspc] ==
AMD PC Geode based, fails CPUID during POST. Requires GeForce emulation plus decrypting IGS027A code.
AMD PC Geode based, fails CPUID during POST. Requires GeForce emulation plus decrypting IGS027A code.


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


''' stellecu ''' - Bad / incomplete dump.
''' stellecu ''' - Bad / incomplete dump.


== [http://github.com/mamedev/mame/blob/master/src/mame/igs/jackie.cpp igs/jackie] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/igs/jackie.cpp igs/jackie] ==
''' kungfu ''' - Needs correct inputs for the 'fighting' game.
''' kungfu ''' - Needs correct inputs for the 'fighting' game.


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


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


== [http://github.com/mamedev/mame/blob/master/src/mame/igs/pgm2.cpp igs/pgm2] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/igs/pgm2.cpp igs/pgm2] ==
''' bubucar ''' - Needs dump of the internal BIOS ROM.
''' bubucar ''' - Needs dump of the internal BIOS ROM.


== [http://github.com/mamedev/mame/blob/master/src/mame/igs/pgm3.cpp igs/pgm3] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/igs/pgm3.cpp igs/pgm3] ==
Skeleton driver, incomplete decryption.
Skeleton driver, incomplete decryption.


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


''' jinhulu2 ''' - Seems to try linking to something. Also needs IGS003 protection emulated.
''' jinhulu2 ''' - Seems to try linking to something. Also needs IGS003 protection emulated.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/igt/gkigt.cpp igt/gkigt] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/igt/gkigt.cpp igt/gkigt] ==
Preliminary driver. Needs hookup of the QUART devices, and fix "QUART COUNTER NOT RUNNING" error message; interrupt system hookup; understanding of what's "netflex" device. Furthermore, the CMOS doesn't seem to get properly initialized. Also, the ''' ms72c ''' set seems to have extra checks.
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.


== [http://github.com/mamedev/mame/blob/master/src/mame/igt/peplus.cpp igt/peplus] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/igt/peplus.cpp igt/peplus] ==
''' all imperial games ''' - Stuck during initialization.
''' all imperial games ''' - Stuck during initialization.


Line 1,111: Line 1,109:
''' sv1pf434 ''' - Occasionally makes an alarm sound most likely related to the door.
''' sv1pf434 ''' - Occasionally makes an alarm sound most likely related to the door.


== [http://github.com/mamedev/mame/blob/master/src/mame/igt/splus.cpp igt/splus] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/igt/splus.cpp igt/splus] ==
Driver imported from Agemame. Needs modernisation.
Driver imported from Agemame. Needs modernisation.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/informer/informer_207_376.cpp informer/informer_207_376] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/informer/informer_207_376.cpp informer/informer_207_376] ==
Two ROMs need a redump.
Two ROMs need a redump.


== [http://github.com/mamedev/mame/blob/master/src/mame/informer/informer_213.cpp informer/informer_213] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/informer/informer_213.cpp informer/informer_213] ==
Terminal. 6809 based. The ASIC needs to be figured out.
Terminal. 6809 based. The ASIC needs to be figured out.


== [http://github.com/mamedev/mame/blob/master/src/mame/intel/ipc.cpp intel/ipc] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/intel/ipc.cpp intel/ipc] ==
''' ipc ''' - Dump incomplete.
''' ipc ''' - Dump incomplete.


== [http://github.com/mamedev/mame/blob/master/src/mame/intel/ipds.cpp intel/ipds] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/intel/ipds.cpp intel/ipds] ==
Skeleton driver. I8085A based.
Skeleton driver. I8085A based.


== [http://github.com/mamedev/mame/blob/master/src/mame/intel/isbc.cpp intel/isbc] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/intel/isbc.cpp intel/isbc] ==
''' rpc86, isbc86, isbc8605, isbc8630, isbc286, sm1810 ''' - 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/intel/isbc660.cpp intel/isbc660] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/intel/isbc660.cpp intel/isbc660] ==
Needs more Multibus cards emulated and installed.
Needs more Multibus cards emulated and installed.


== [http://github.com/mamedev/mame/blob/master/src/mame/intel/rex6000.cpp intel/rex6000] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/intel/rex6000.cpp intel/rex6000] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/intergraph/interpro.cpp intergraph/interpro] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/intergraph/interpro.cpp intergraph/interpro] ==
Preliminary driver.
Preliminary driver.


== [http://github.com/mamedev/mame/blob/master/src/mame/irem/m10.cpp irem/m10] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/irem/m10.cpp irem/m10] ==
''' ipminvad1 ''' - Incomplete dumps.
''' ipminvad1 ''' - Incomplete dumps.


== [http://github.com/mamedev/mame/blob/master/src/mame/irem/m107.cpp irem/m107] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/irem/m107.cpp irem/m107] ==
''' kftgoal, wpksoc ''' - Missing EEPROM hook-up.
''' kftgoal, wpksoc ''' - Missing EEPROM hook-up.


== [http://github.com/mamedev/mame/blob/master/src/mame/irem/m62_bkungfu.cpp irem/m62_bkungfu] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/irem/m62_bkungfu.cpp irem/m62_bkungfu] ==
Blitter data is encrypted and MCU is undumped.
Blitter data is encrypted and MCU is undumped.


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


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


== [http://github.com/mamedev/mame/blob/master/src/mame/irem/redalert.cpp irem/redalert] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/irem/redalert.cpp irem/redalert] ==
''' demoneye ''' - Missing 3rd graphic layer making level 2 unplayable.  Unclear what the layer should show.
''' demoneye ''' - Missing 3rd graphic layer making level 2 unplayable.  Unclear what the layer should show.


== [http://github.com/mamedev/mame/blob/master/src/mame/isc/compucolor.cpp isc/compucolor] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/isc/compucolor.cpp isc/compucolor] ==
ROMs are badly dumped. Needs floppy hook-up.
ROMs are badly dumped. Needs floppy hook-up.


== [http://github.com/mamedev/mame/blob/master/src/mame/itech/itech8.cpp itech/itech8] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/itech/itech8.cpp itech/itech8] ==
''' stratabs ''' - Controls aren't hooked up.
''' stratabs ''' - Controls aren't hooked up.


== [http://github.com/mamedev/mame/blob/master/src/mame/jaleco/acommand.cpp jaleco/acommand] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/jaleco/acommand.cpp jaleco/acommand] ==
''' acommand ''' - Inputs aren't fully understood. Requires a major rework of the artwork sub-system. Needs to be merged with cischeat.cpp driver.
''' acommand ''' - Inputs aren't fully understood. Requires a major rework of the artwork sub-system. Sprite chip needs to be conciled with cischeat version.


== [http://github.com/mamedev/mame/blob/master/src/mame/jaleco/armchamp.cpp jaleco/armchamp] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/jaleco/armchamp.cpp jaleco/armchamp] ==
Mechanical arm simulation isn't perfect.
Mechanical arm simulation isn't perfect.


== [http://github.com/mamedev/mame/blob/master/src/mame/jaleco/blueprnt.cpp jaleco/blueprnt] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/jaleco/blueprnt.cpp jaleco/blueprnt] ==
''' unkzilec ''' - Only the GFX ROMs are dumped.
''' unkzilec ''' - Only the GFX ROMs are dumped.


== [http://github.com/mamedev/mame/blob/master/src/mame/jaleco/cischeat.cpp jaleco/cischeat] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/jaleco/cischeat.cpp jaleco/cischeat] ==
''' armchmp2 and clones ''' - Arm motor emulation is incorrect.
''' armchmp2 and clones ''' - Arm motor emulation is incorrect.


''' wildplt ''' - Road layer needs fixes in places, not extensively tested.
''' wildplt ''' - Road layer needs fixes in places, not extensively tested.


== [http://github.com/mamedev/mame/blob/master/src/mame/jaleco/ms32.cpp jaleco/ms32] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/jaleco/ms32.cpp jaleco/ms32] ==
''' f1superb ''' - The road is always rendered as straight. The game has a road layer and extra ROMs for it. There is an unknown maths DSP for protection.
''' f1superb ''' - The road is always rendered as straight. The game has a road layer and extra ROMs for it. There is an unknown maths DSP for protection.


== [http://github.com/mamedev/mame/blob/master/src/mame/jaleco/tetrisp2.cpp jaleco/tetrisp2] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/jaleco/tetrisp2.cpp jaleco/tetrisp2] ==
''' nndmseal and clones ''' - Missing camera and printer emulation.
''' nndmseal and clones ''' - Missing camera and printer emulation.


Line 1,188: Line 1,186:
''' vjdash ''' - needs converting PC base to a pre-AGP VIA chipset mostly emulated in ''' ls5amvp3 '''.
''' vjdash ''' - needs converting PC base to a pre-AGP VIA chipset mostly emulated in ''' ls5amvp3 '''.


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


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


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


== [http://github.com/mamedev/mame/blob/master/src/mame/jpm/jpmsru.cpp jpm/jpmsru] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/jpm/jpmsru.cpp jpm/jpmsru] ==
Missing layouts.
Missing layouts.


== [http://github.com/mamedev/mame/blob/master/src/mame/jpm/jpmsys5.cpp jpm/jpmsys5] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/jpm/jpmsys5.cpp jpm/jpmsys5] ==
''' cashcade ''' - Incomplete dump? Shows a loading error.
''' cashcade ''' - Incomplete dump? Shows a loading error.


''' monopldx1 ''' - Missing questions?
''' monopldx1 ''' - Missing questions?


== [http://github.com/mamedev/mame/blob/master/src/mame/jpm/jpmsys5sw.cpp jpm/jpmsys5sw] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/jpm/jpmsys5sw.cpp jpm/jpmsys5sw] ==
The mechanical games aren't emulated yet.
The mechanical games aren't emulated yet.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/kaneko/galpanic_ms.cpp kaneko/galpanic_ms] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/kaneko/galpanic_ms.cpp kaneko/galpanic_ms] ==
Heavily modified bootleg of Gals Panic running on the Modular System. Only preliminary work has been done.
Heavily modified bootleg of Gals Panic running on the Modular System. Only preliminary work has been done.


== [http://github.com/mamedev/mame/blob/master/src/mame/kaneko/kaneko16.cpp kaneko/kaneko16] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/kaneko/kaneko16.cpp kaneko/kaneko16] ==
''' bonkadva ''' - Shows an upside down KO! sprite, probably due to a failed start up check.
''' bonkadva ''' - Shows an upside down KO! sprite, probably due to a failed start up check.


== [http://github.com/mamedev/mame/blob/master/src/mame/kaneko/snowbros.cpp kaneko/snowbros] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/kaneko/snowbros.cpp kaneko/snowbros] ==
''' sutjarod ''' - Needs correct protection data.
''' sutjarod ''' - Needs correct protection data.


== [http://github.com/mamedev/mame/blob/master/src/mame/kaypro/kaypro.cpp kaypro/kaypro] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/kaypro/kaypro.cpp kaypro/kaypro] ==
Most machines are incompletely emulated. The problems listed in the driver are:
Most machines are incompletely emulated. The problems listed in the driver are:


Line 1,233: Line 1,231:
''' 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/koei/pasogo.cpp koei/pasogo] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/koei/pasogo.cpp koei/pasogo] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/konami/cobra.cpp konami/cobra] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/konami/cobra.cpp konami/cobra] ==
Complicated Konami 3D hardware. ''' bujutsu ''' is playable but has rendering issues in several stages.
Complicated Konami 3D hardware. ''' bujutsu ''' is playable but has rendering issues in several stages.


''' racjamdx ''' - fails booting on what it seem a renderer test.
''' racjamdx ''' - fails booting on what it seem a renderer test.


== [http://github.com/mamedev/mame/blob/master/src/mame/konami/combatsc.cpp konami/combatsc] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/konami/combatsc.cpp konami/combatsc] ==
'''  bootcamp, bootcampa, combatscj, combatsct ''' - Trackball isn't correctly emulated.
'''  bootcamp, bootcampa, combatscj, combatsct ''' - Trackball isn't correctly emulated.


== [http://github.com/mamedev/mame/blob/master/src/mame/konami/dbz.cpp konami/dbz] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/konami/dbz.cpp konami/dbz] ==
''' dbz2bl ''' - Bootleg on different hardware. Heavy priority / GFX issues, no sound.
''' dbz2bl ''' - Bootleg on different hardware. Heavy priority / GFX issues, no sound.


== [http://github.com/mamedev/mame/blob/master/src/mame/konami/gberet.cpp konami/gberet] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/konami/gberet.cpp konami/gberet] ==
''' gberetb ''' - Needs correct PROM decoding. As is, GFX are too mangled to play it.
''' gberetb ''' - Needs correct PROM decoding. As is, GFX are too mangled to play it.


== [http://github.com/mamedev/mame/blob/master/src/mame/konami/giclassic.cpp konami/giclassic] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/konami/giclassic.cpp konami/giclassic] ==
Preliminary driver.
Preliminary driver.


== [http://github.com/mamedev/mame/blob/master/src/mame/konami/goldenregion.cpp konami/goldenregion] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/konami/goldenregion.cpp konami/goldenregion] ==
Sprite banking isn't understood. Mechanical part isn't simulated.
Sprite banking isn't understood. Mechanical part isn't simulated.


== [http://github.com/mamedev/mame/blob/master/src/mame/konami/gticlub.cpp konami/gticlub] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/konami/gticlub.cpp konami/gticlub] ==
''' thunderh and clone(s) ''' - They use an additional top board for sound, network and analog control functions.
''' thunderh and clone(s) ''' - They use an additional top board for sound, network and analog control functions.


== [http://github.com/mamedev/mame/blob/master/src/mame/konami/hornet.cpp konami/hornet] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/konami/hornet.cpp konami/hornet] ==
''' sscope and clones, sscope2 and clones ''' - renderer doesn't show anything in scope view in gun test, makes calibration impossible. Has Voodoo renderer bugs.
''' sscope and clones, sscope2 and clones ''' - renderer doesn't show anything in scope view in gun test, makes calibration impossible. Has Voodoo renderer bugs.


Line 1,267: Line 1,265:
''' thrilldbu ''' - Heavy GFX glitches, fails wheel motor test.
''' thrilldbu ''' - Heavy GFX glitches, fails wheel motor test.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/konami/konamigv.cpp konami/konamigv] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/konami/konamigv.cpp konami/konamigv] ==
''' btchamp, kdeadeye, tmosh and clones ''' - All games on this system suffer from a corner case involving audio track playback in the SCSI CD-ROM emulation.
''' 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.


== [http://github.com/mamedev/mame/blob/master/src/mame/konami/konamigx.cpp konami/konamigx] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/konami/konamigx.cpp konami/konamigx] ==
''' opengolf and clones, racinfrc and clones ''' - These games use a special ROZ layer generated by the "PSAC4" custom IC which appears to include a height map.
''' opengolf and clones, racinfrc and clones ''' - These games use a special ROZ layer generated by the "PSAC4" custom IC which appears to include a height map.


== [http://github.com/mamedev/mame/blob/master/src/mame/konami/konamim2.cpp konami/konamim2] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/konami/konamim2.cpp konami/konamim2] ==
''' btltryst ''' - Unemulated GFX modes make the game too glitchy to be playable.
''' btltryst ''' - Unemulated GFX modes make the game too glitchy to be playable.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/konami/konblands.cpp konami/konblands] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/konami/konblands.cpp konami/konblands] ==
Missing laserdisc dump.
Missing laserdisc dump.


== [http://github.com/mamedev/mame/blob/master/src/mame/konami/konendev.cpp konami/konendev] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/konami/konendev.cpp konami/konendev] ==
Most dumps are incomplete. Those fully dumped boot but fails various mechanical hardware tests.
Most dumps are incomplete. Those fully dumped boot but fails various mechanical hardware tests.


== [http://github.com/mamedev/mame/blob/master/src/mame/konami/konmedal.cpp konami/konmedal] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/konami/konmedal.cpp konami/konmedal] ==
''' slimekun ''' -  
''' slimekun ''' -  


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


== [http://github.com/mamedev/mame/blob/master/src/mame/konami/konmedal020.cpp konami/konmedal020] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/konami/konmedal020.cpp konami/konmedal020] ==
Preliminary emulation.
Preliminary emulation.


== [http://github.com/mamedev/mame/blob/master/src/mame/konami/konmedal68k.cpp konami/konmedal68k] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/konami/konmedal68k.cpp konami/konmedal68k] ==
''' crossmg2, fruitsmg ''' - Mechanical parts aren't emulated yet.
''' crossmg2, fruitsmg ''' - Mechanical parts aren't emulated yet.


Line 1,306: Line 1,304:
''' unkkonmd ''' - Stops with network ID error.
''' unkkonmd ''' - Stops with network ID error.


== [http://github.com/mamedev/mame/blob/master/src/mame/konami/konmedalppc.cpp konami/konmedalppc] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/konami/konmedalppc.cpp konami/konmedalppc] ==
Preliminary driver. PPC based.
Preliminary driver. PPC based.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/konami/moo.cpp konami/moo] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/konami/moo.cpp konami/moo] ==
''' moomesabl ''' - Bootleg on different hardware. Sprite ROMs weren't dumped for this bootleg set.
''' moomesabl ''' - Bootleg on different hardware. Sprite ROMs weren't dumped for this bootleg set.


== [http://github.com/mamedev/mame/blob/master/src/mame/konami/nwk-tr.cpp konami/nwk-tr] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/konami/nwk-tr.cpp konami/nwk-tr] ==
Complex Konami 3D hardware.
Complex Konami 3D hardware.


== [http://github.com/mamedev/mame/blob/master/src/mame/konami/otomedius.cpp konami/otomedius] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/konami/otomedius.cpp konami/otomedius] ==
Intel PCI Socket 478 based.
Intel PCI Socket 478 based.


== [http://github.com/mamedev/mame/blob/master/src/mame/konami/overdriv.cpp konami/overdriv] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/konami/overdriv.cpp konami/overdriv] ==
Driver has heavy graphic problems. Missing road (two unemulated K053250).
Driver has heavy graphic problems. Missing road (two unemulated K053250).


== [http://github.com/mamedev/mame/blob/master/src/mame/konami/stingnet.cpp konami/stingnet] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/konami/stingnet.cpp konami/stingnet] ==
Preliminary driver. PPC based.
Preliminary driver. PPC based.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/konami/tmnt2.cpp konami/tmnt2] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/konami/tmnt2.cpp konami/tmnt2] ==
''' glfgreat and clones ''' - DMA emulation is incomplete.
''' glfgreat and clones ''' - DMA emulation is incomplete.


Line 1,337: Line 1,335:
''' ssriders2 ''' - Bootleg on different hardware.
''' ssriders2 ''' - Bootleg on different hardware.


== [http://github.com/mamedev/mame/blob/master/src/mame/konami/twinkle.cpp konami/twinkle] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/konami/twinkle.cpp konami/twinkle] ==
''' bmiidx, bmiidxa, bmiidxc, bmiidxca ''' - Connected over the mini-din8 (CN7) and DVD check requires RTS->CTS.
''' bmiidx, bmiidxa, bmiidxc, bmiidxca ''' - Connected over the mini-din8 (CN7) and DVD check requires RTS->CTS.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/konami/xmen.cpp konami/xmen] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/konami/xmen.cpp konami/xmen] ==
''' xmenabl ''' - Sprites are glitched, one Oki ROM is probably bad.
''' xmenabl ''' - Sprites are glitched, one Oki ROM is probably bad.


== [http://github.com/mamedev/mame/blob/master/src/mame/korg/korgm1.cpp korg/korgm1] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/korg/korgm1.cpp korg/korgm1] ==
Preliminary driver.
Preliminary driver.


== [http://github.com/mamedev/mame/blob/master/src/mame/kurzweil/krz2000.cpp kurzweil/krz2000] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/kurzweil/krz2000.cpp kurzweil/krz2000] ==
TMP68301 based. Skeletonish.
TMP68301 based. Skeletonish.


== [http://github.com/mamedev/mame/blob/master/src/mame/kyber/kminus.cpp kyber/kminus] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/kyber/kminus.cpp kyber/kminus] ==
Computer. Z80 based. No notes on what's missing.
Computer. Z80 based. No notes on what's missing.


== [http://github.com/mamedev/mame/blob/master/src/mame/kyocera/kyocera.cpp kyocera/kyocera] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/kyocera/kyocera.cpp kyocera/kyocera] ==
''' pc8201 ''' - Cassette's not working, floppies aren't hooked up.
''' pc8201 ''' - Cassette's not working, floppies aren't hooked up.


Line 1,362: Line 1,360:
''' npc8300 ''' - Doesn't boot.
''' npc8300 ''' - Doesn't boot.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/lsi/octopus.cpp lsi/octopus] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/lsi/octopus.cpp lsi/octopus] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/luxor/abc1600.cpp luxor/abc1600] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/luxor/abc1600.cpp luxor/abc1600] ==
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/luxor/ds90.cpp luxor/ds90] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/luxor/ds90.cpp luxor/ds90] ==
Skeleton driver. M68010 based.
Skeleton driver. M68010 based.


== [http://github.com/mamedev/mame/blob/master/src/mame/makerbot/replicator.cpp makerbot/replicator] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/makerbot/replicator.cpp makerbot/replicator] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/matsushita/duet16.cpp matsushita/duet16] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/matsushita/duet16.cpp matsushita/duet16] ==
Floppy not hooked up correctly, still WIP.
Floppy not hooked up correctly, still WIP.


== [http://github.com/mamedev/mame/blob/master/src/mame/matsushita/jr100.cpp matsushita/jr100] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/matsushita/jr100.cpp matsushita/jr100] ==
Paste drops many characters. Cassette not working correctly
Paste drops many characters. Cassette not working correctly


== [http://github.com/mamedev/mame/blob/master/src/mame/matsushita/jr200.cpp matsushita/jr200] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/matsushita/jr200.cpp matsushita/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/matsushita/kn5000.cpp matsushita/kn5000] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/matsushita/kn5000.cpp matsushita/kn5000] ==
Preliminary driver. TMP94C241F based.
Preliminary driver. TMP94C241F based.


== [http://github.com/mamedev/mame/blob/master/src/mame/mattel/intv.cpp mattel/intv] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/mattel/intv.cpp mattel/intv] ==
''' intvkbd ''' - Has additional components / devices (i.e. tape) which aren't emulated.
''' intvkbd ''' - Has additional components / devices (i.e. tape) which aren't emulated.


== [http://github.com/mamedev/mame/blob/master/src/mame/maygay/maygay1bsw.cpp maygay/maygay1bsw] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/maygay/maygay1bsw.cpp maygay/maygay1bsw] ==
Mechanical game imported from AGEMAME.
Mechanical game imported from AGEMAME.


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


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


== [http://github.com/mamedev/mame/blob/master/src/mame/mera/m79152pc.cpp mera/m79152pc] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/mera/m79152pc.cpp mera/m79152pc] ==
Skeleton driver. Z80 based.
Skeleton driver. Z80 based.


== [http://github.com/mamedev/mame/blob/master/src/mame/merit/merit.cpp merit/merit] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/merit/merit.cpp merit/merit] ==
''' tictacuk ''' - Doesn't register coins.
''' tictacuk ''' - Doesn't register coins.


== [http://github.com/mamedev/mame/blob/master/src/mame/merit/mtouchxl.cpp merit/mtouchxl] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/merit/mtouchxl.cpp merit/mtouchxl] ==
Base system needs converting to actual SiS85C496 chipset, which in turn needs improvements.
Base system needs converting to actual SiS85C496 chipset, which in turn needs improvements.


Line 1,412: Line 1,410:
''' mtchxlti ''' -
''' mtchxlti ''' -


== [http://github.com/mamedev/mame/blob/master/src/mame/merit/pubtimed.cpp merit/pubtimed] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/merit/pubtimed.cpp merit/pubtimed] ==
Skeletonish. M6802 based darts game.
Skeletonish. M6802 based darts game.


== [http://github.com/mamedev/mame/blob/master/src/mame/metro/metro.cpp metro/metro] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/metro/metro.cpp metro/metro] ==
''' metabee ''' - Hopper isn't emulated, so game doesn't start.
''' metabee ''' - Hopper isn't emulated, so game doesn't start.


Line 1,422: Line 1,420:
''' puzzlet ''' - In game timer doesn't decrease, incomplete video emulation from custom Imagetek VDP + specific RMW overlay, no sound.
''' puzzlet ''' - In game timer doesn't decrease, incomplete video emulation from custom Imagetek VDP + specific RMW overlay, no sound.


== [http://github.com/mamedev/mame/blob/master/src/mame/mg1/mg1.cpp mg1/mg1] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/mg1/mg1.cpp mg1/mg1] ==
Misses hard disc controller and mouse emulation.
Missing hard disc and mouse emulation.


== [http://github.com/mamedev/mame/blob/master/src/mame/microkey/primo.cpp microkey/primo] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/microkey/primo.cpp microkey/primo] ==


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


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


== [http://github.com/mamedev/mame/blob/master/src/mame/midcoin/wink.cpp midcoin/wink] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/midcoin/wink.cpp midcoin/wink] ==
Protection module has been reverse engineered thru schematics, needs hooking up in driver. Has collision detection issues.
Protection module has been reverse engineered thru schematics, needs hooking up in driver. Has collision detection issues.


== [http://github.com/mamedev/mame/blob/master/src/mame/midw8080/8080bw.cpp midw8080/8080bw] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/midw8080/8080bw.cpp midw8080/8080bw] ==
''' invasionrza ''' - Bootlegs on slightly different hardware.
''' invasionrza ''' - Bootlegs on slightly different hardware.


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


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


== [http://github.com/mamedev/mame/blob/master/src/mame/midway/atlantis.cpp midway/atlantis] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/midway/atlantis.cpp midway/atlantis] ==
The Zeus2 video chip needs more work.
The Zeus2 video chip needs more work.


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


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


== [http://github.com/mamedev/mame/blob/master/src/mame/midway/midqslvr.cpp midway/midqslvr] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/midway/midqslvr.cpp midway/midqslvr] ==
''' hydrthnd, offrthnd ''' Intel SE440BX-2 based HW, requires a better SMBus EEPROM to start doing something.
''' hydrthnd, offrthnd ''' Intel SE440BX-2 based HW, requires a better SMBus EEPROM to start doing something.


''' arctthnd, ultarctc ''' VIA Socket 370 based HW, the later iteration of the one emulated in [http://github.com/mamedev/mame/blob/master/src/mame/pc/pcipc_via.cpp pc/pcipc_via]
''' arctthnd, ultarctc ''' VIA Socket 370 based HW, the later iteration of the one emulated in [https://github.com/mamedev/mame/blob/master/src/mame/pc/pcipc_via.cpp pc/pcipc_via]


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


== [http://github.com/mamedev/mame/blob/master/src/mame/midway/midzeus.cpp midway/midzeus] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/midway/midzeus.cpp midway/midzeus] ==
''' crusnexo and clones ''' - custom Zeus II 3D chip, missing road layer.
''' crusnexo and clones ''' - custom Zeus II 3D chip, missing road layer.


''' thegrid and clones ''' - Some renderer issues from custom Zeus II 3D chip, not extensively tested.
''' thegrid and clones ''' - Some renderer issues from custom Zeus II 3D chip, not extensively tested.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/midway/mwsub.cpp midway/mwsub] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/midway/mwsub.cpp midway/mwsub] ==
Mechanical game.
Mechanical game.


== [http://github.com/mamedev/mame/blob/master/src/mame/midway/pinball2k.cpp midway/pinball2k] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/midway/pinball2k.cpp midway/pinball2k] ==
Mechanical MediaGX based HW + a custom Prism PLX PCI9052 bridge.
Mechanical MediaGX based HW + a custom Prism PLX PCI9052 bridge.


== [http://github.com/mamedev/mame/blob/master/src/mame/midway/seattle.cpp midway/seattle] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/midway/seattle.cpp midway/seattle] ==
''' sfrushrkw, sfrushrkwo ''' - Wavenet isn't emulated.
''' sfrushrkw, sfrushrkwo ''' - Wavenet isn't emulated.


== [http://github.com/mamedev/mame/blob/master/src/mame/midway/spyhuntertec.cpp midway/spyhuntertec] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/midway/spyhuntertec.cpp midway/spyhuntertec] ==
''' spyhuntpr ''' - Very different hardware.
''' spyhuntpr ''' - Very different hardware.


== [http://github.com/mamedev/mame/blob/master/src/mame/midway/vegas.cpp midway/vegas] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/midway/vegas.cpp midway/vegas] ==
''' 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.


== [http://github.com/mamedev/mame/blob/master/src/mame/midway/williams.cpp midway/williams] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/midway/williams.cpp midway/williams] ==
''' defndjeu, tornado2 ''' - Bad dumps.
''' defndjeu, tornado2 ''' - Bad dumps.


== [http://github.com/mamedev/mame/blob/master/src/mame/miltonbradley/vectrex.cpp miltonbradley/vectrex] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/miltonbradley/vectrex.cpp miltonbradley/vectrex] ==
''' raaspec ''' - Timings and mandatory artwork missing.
''' raaspec ''' - Timings and mandatory artwork missing.


== [http://github.com/mamedev/mame/blob/master/src/mame/mips/mips.cpp mips/mips] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/mips/mips.cpp mips/mips] ==
''' rc3230, rs3230 ''' -  
''' rc3230, rs3230 ''' -  


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/39in1.cpp misc/39in1] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/39in1.cpp misc/39in1] ==
''' 19in1, 48in1 and clones, 60in1, fruitwld and clone, jumanji, plutus, pokrwild, rodent ''' - Should be correctly decrypted but expect something different from the CPLD.
''' 19in1, 48in1 and clones, 60in1, fruitwld and clone, jumanji, plutus, pokrwild, rodent ''' - Should be correctly decrypted but expect something different from the CPLD.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/3do.cpp misc/3do] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/3do.cpp misc/3do] ==
Has CD-ROM and/or ARM issues with the custom Opera Filesystem and the bootstrap Avatar protection it does with 3do games (reads first sector, decides it's not good, bails to ROM BIOS instead). Photo CDs detects properly punts after splash logo, Audio CDs needs mods in DSPP (earlier version vs. the one in Konami M2). User programs will eventually need custom MMU emulation and video improvements.
Has CD-ROM and/or ARM issues with the custom Opera Filesystem and the bootstrap Avatar protection it does with 3do games (reads first sector, decides it's not good, bails to ROM BIOS instead). Photo CDs detects properly punts after splash logo, Audio CDs needs mods in DSPP (earlier version vs. the one in Konami M2). User programs will eventually need custom MMU emulation and video improvements.


''' md23do, sht3do ''' - ALG with custom BIOS featuring extra protection.
''' md23do, sht3do ''' - ALG with custom BIOS featuring extra protection.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/4enraya.cpp misc/4enraya] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/4enraya.cpp misc/4enraya] ==
''' strker ''' - Stops with 'RAM no good' message.
''' strker ''' - Stops with 'RAM no good' message.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/acefruit.cpp misc/acefruit] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/acefruit.cpp misc/acefruit] ==
''' acefruit ''' - Inputs aren't fully understood. Video in bonus game needs fixing.
''' acefruit ''' - Inputs aren't fully understood. Video in bonus game needs fixing.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/amaticmg.cpp misc/amaticmg] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/amaticmg.cpp misc/amaticmg] ==
Emulation of the type 2 and 3 boards is preliminary, thus only suprstar (board type 1) kinda works, though it errors out when inserting coins.
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.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/amerihok.cpp misc/amerihok] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/amerihok.cpp misc/amerihok] ==
Preliminary driver. Mechanical / screenless system. Uses a Z8 based MCU.
Preliminary driver. Mechanical / screenless system. Uses a Z8 based MCU.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/ampoker2.cpp misc/ampoker2] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/ampoker2.cpp misc/ampoker2] ==
''' arizna10 ''' - Undumped PIC provides protection. Currently can't exit operator mode to get in game.
''' arizna10 ''' - Undumped PIC provides protection. Currently can't exit operator mode to get in game.


''' ampkr2jsp, ampkr2jspa ''' -  
''' ampkr2jsp, ampkr2jspa ''' -  


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/amuzy.cpp misc/amuzy] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/amuzy.cpp misc/amuzy] ==
Skeleton-ish. H8/3007 CPU (internal ROM apparently not used), barely documented Yamaha YGV625 sprite processor and CRTC and OKI M9810 for sound.
Skeleton-ish. H8/3007 CPU (internal ROM apparently not used), barely documented Yamaha YGV625 sprite processor and CRTC and OKI M9810 for sound.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/anes.cpp misc/anes] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/anes.cpp misc/anes] ==
Blitter is imperfectly emulated, but games can be played.
Blitter is imperfectly emulated, but games can be played.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/arachnid.cpp misc/arachnid] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/arachnid.cpp misc/arachnid] ==
Mechanical game. Needs artwork with lamps support.
Mechanical game. Needs artwork with lamps support.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/artmagic.cpp misc/artmagic] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/artmagic.cpp misc/artmagic] ==
''' shtstar ''' - Runs on different hardware. Also needs correct "CPU code".
''' shtstar ''' - Runs on different hardware. Also needs correct "CPU code".


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


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/bingor.cpp misc/bingor] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/bingor.cpp misc/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/misc/blitz68k.cpp misc/blitz68k] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/blitz68k.cpp misc/blitz68k] ==
''' Cadillac Jack sets ''' - These games freeze while trying to print the redemption tickets. Also need the MCU dumped and emulated, since they currently relay on ROM patches to bypass the checks.
''' Cadillac Jack sets ''' - These games freeze while trying to print the redemption tickets. Also need the MCU dumped and emulated, since they currently relay on ROM patches to bypass the checks.


''' The other games ''' - Undumped MCUs.
''' The other games ''' - Undumped MCUs.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/bntyhunt.cpp misc/bntyhunt] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/bntyhunt.cpp misc/bntyhunt] ==
VIA PCI Socket 370 based + nVidia GeForce 2
VIA PCI Socket 370 based + nVidia GeForce 2


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


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/calomega.cpp misc/calomega] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/calomega.cpp misc/calomega] ==
''' comg123, comg164, comg187, comg214, comg227, comg230 ''' - Bad/incomplete dumps.
''' comg123, comg164, comg187, comg214, comg227, comg230 ''' - Bad/incomplete dumps.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/carrera.cpp misc/carrera] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/carrera.cpp misc/carrera] ==
''' alantin, bsebmanbl, bsebmanbl2, drkseal ''' - Need correct inputs.
''' alantin, bsebmanbl, bsebmanbl2, drkseal ''' - Need correct inputs.


''' ncarrera ''' - Needs MCU dump.
''' ncarrera ''' - Needs MCU dump.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/cb2001.cpp misc/cb2001] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/cb2001.cpp misc/cb2001] ==
Incomplete decryption.
Incomplete decryption.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/chamrx1.cpp misc/chamrx1] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/chamrx1.cpp misc/chamrx1] ==
Intel PCI Socket 478 based.
Intel PCI Socket 478 based.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/changyu.cpp misc/changyu] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/changyu.cpp misc/changyu] ==
Lots of not utilized ROMs.
Lots of not utilized ROMs.


''' changyu ''' - MCU isn't hooked up yet.
''' changyu ''' - MCU isn't hooked up yet.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/chsuper.cpp misc/chsuper] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/chsuper.cpp misc/chsuper] ==
''' losttrea ''' - Inputs need verifying, probably playable apart from that.
''' losttrea ''' - Inputs need verifying, probably playable apart from that.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/comebaby.cpp misc/comebaby] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/comebaby.cpp misc/comebaby] ==
Intel PCI Slot 1 based, boots to some extent in Windows 98 but either will randomly BSoD or eventually punt at the current configuration (uses a Voodoo 3 card only, which in turn requires x86 VGA mode support).
Intel PCI Slot 1 based, boots to some extent in Windows 98 but either will randomly BSoD or eventually punt at the current configuration (uses a Voodoo 3 card only, which in turn requires x86 VGA mode support).


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/coinmstr.cpp misc/coinmstr] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/coinmstr.cpp misc/coinmstr] ==
''' pokeroul, supnudg2 ''' - Incomplete protection simulation.
''' pokeroul, supnudg2 ''' - Incomplete protection simulation.


''' trailblz ''' - Question ROMs aren't dumped.
''' trailblz ''' - Question ROMs aren't dumped.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/coinmvga.cpp misc/coinmvga] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/coinmvga.cpp misc/coinmvga] ==
Touch screen needs to be hooked up. GFX problems.
Touch screen needs to be hooked up. GFX problems.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/crospuzl.cpp misc/crospuzl] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/crospuzl.cpp misc/crospuzl] ==
Dies at POST with a SPU error. Dump looks bad.
Dies at POST with a SPU error. Dump looks bad.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/crystal.cpp misc/crystal] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/crystal.cpp misc/crystal] ==
''' donghaer ''' - Protection PIC hasn't been dumped yet. Can randomly hang or throw severe renderer issues (particularly in 2-players mode).
''' donghaer ''' - Protection PIC hasn't been dumped yet. Can randomly hang or throw severe renderer issues (particularly in 2-players mode).


Line 1,599: Line 1,597:
''' wulybuly ''' - Boots, not extensively tested.
''' wulybuly ''' - Boots, not extensively tested.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/ddz.cpp misc/ddz] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/ddz.cpp misc/ddz] ==
Encrypted VRender0 games.
Encrypted VRender0 games.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/dgpix.cpp misc/dgpix] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/dgpix.cpp misc/dgpix] ==
''' btplay2k, letsdnce ''' - Timing problems.
''' btplay2k, letsdnce ''' - Timing problems.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/drdmania.cpp misc/drdmania] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/drdmania.cpp misc/drdmania] ==
Darts machine with video. Z80 based. One ROM dump is bad.
Darts machine with video. Z80 based. One ROM dump is bad.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/dwarfd.cpp misc/dwarfd] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/dwarfd.cpp misc/dwarfd] ==
''' qc, quarterh and clones ''' - Missing laserdisc dumps.
''' qc, quarterh and clones ''' - Missing laserdisc dumps.


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


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


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


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


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/esd16.cpp misc/esd16] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/esd16.cpp misc/esd16] ==
''' fantstry and clone ''' - Playable, but no sound because of an undumped PIC.
''' fantstry and clone ''' - Playable, but no sound because of an undumped PIC.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/esh.cpp misc/esh] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/esh.cpp misc/esh] ==
LD TROUBLE appears at POST. Sync/timing issue? Performance spike after some time of gameplay, CPU comms gets corrupt?
LD TROUBLE appears at POST. Sync/timing issue? Performance spike after some time of gameplay, CPU comms gets corrupt?


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/eva.cpp misc/eva] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/eva.cpp misc/eva] ==
Preliminary driver. TMS 1000 / COP420 based.
Preliminary driver. TMS 1000 / COP420 based.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/ez2d.cpp misc/ez2d] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/ez2d.cpp misc/ez2d] ==
Intel PCI Socket 370 based. BIOS is possibly a bad dump, have alternatives but they all fails because we don't emulate AS99127F SMBus/ACPI controller.
Intel PCI Socket 370 based. BIOS is possibly a bad dump, have alternatives but they all fails because we don't emulate AS99127F SMBus/ACPI controller.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/fastinvaders.cpp misc/fastinvaders] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/fastinvaders.cpp misc/fastinvaders] ==
Games reset. Schematics are available.
Games reset. Schematics are available.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/freekick.cpp misc/freekick] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/freekick.cpp misc/freekick] ==
''' countrun ''' - Main program inside of custom CPU block.
''' countrun ''' - Main program inside of custom CPU block.


''' countrunb2 ''' - Possible bad dump, or encrypted.
''' countrunb2 ''' - Possible bad dump, or encrypted.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/funkball.cpp misc/funkball] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/funkball.cpp misc/funkball] ==
PCI MediaGX + Voodoo 1 based. Not extensively tested due of performance, can become non-functional after saving to flash ROM, also requires PCI conversion.  
PCI MediaGX + Voodoo 1 based. Not extensively tested due of performance, can become non-functional after saving to flash ROM, also requires PCI conversion.  


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/gambl186.cpp misc/gambl186] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/gambl186.cpp misc/gambl186] ==
Missing At89c52 dump. EEPROM behaviour still buggy.
Missing At89c52 dump. EEPROM behaviour still buggy.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/gameace.cpp misc/gameace] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/gameace.cpp misc/gameace] ==
''' hotbody2 ''' - Program ROM isn't dumped.
''' hotbody2 ''' - Program ROM isn't dumped.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/gammagic.cpp misc/gammagic] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/gammagic.cpp misc/gammagic] ==
Intel PCI Socket 7 based, booting thru El Torito CDs. Both games are missing M68K ROM dumps.
Intel PCI Socket 7 based, booting thru El Torito CDs. Both games are missing M68K ROM dumps.


Line 1,662: Line 1,660:
''' gammagic ''' - Hangs after "ignoring write to swapbufferCMD when CMDFIFO is enabled" message.
''' gammagic ''' - Hangs after "ignoring write to swapbufferCMD when CMDFIFO is enabled" message.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/gfamily.cpp misc/gfamily] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/gfamily.cpp misc/gfamily] ==
SiS PCI Socket 478 based HW running various emulators including MAME. Chipset is the later iteration of the one emulated in [http://github.com/mamedev/mame/blob/master/src/mame/pc/sis630.cpp pc/sis630], frontend may need SiS TV Out extra monitor.
SiS PCI Socket 478 based HW running various emulators including MAME. Chipset is the later iteration of the one emulated in [https://github.com/mamedev/mame/blob/master/src/mame/pc/sis630.cpp pc/sis630], frontend may need SiS TV Out extra monitor.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/globalvr.cpp misc/globalvr] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/globalvr.cpp misc/globalvr] ==
Intel PCI Socket 370 and nVidia GeForce 256. Install disks uses PowerQuest DeployCenter, will eventually require Aladdin dongle emulation.
Intel PCI Socket 370 and nVidia GeForce 256. Install disks uses PowerQuest DeployCenter, will eventually require Aladdin dongle emulation.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/gi6809.cpp misc/gi6809] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/gi6809.cpp misc/gi6809] ==
Needs discovering the proper way to tie PIA's signals to Microprocessor's IRQs and coin in device support.
Needs discovering the proper way to tie PIA's signals to Microprocessor's IRQs and coin in device support.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/gms.cpp misc/gms] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/gms.cpp misc/gms] ==
''' ballch, cots, sc2in1, sscs, super555 ''' - Hang while booting, patched for now.
''' ballch, cots, sc2in1, sscs, super555 ''' - Hang while booting, patched for now.


Line 1,685: Line 1,683:
''' ssanguoj ''' - Undumped 89C51 MCU.
''' ssanguoj ''' - Undumped 89C51 MCU.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/goldnpkr.cpp misc/goldnpkr] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/goldnpkr.cpp misc/goldnpkr] ==
''' falcnwldc ''' - Main CPU / MCU communications aren't correctly implemented yet.
''' falcnwldc ''' - Main CPU / MCU communications aren't correctly implemented yet.


Line 1,705: Line 1,703:
''' witchcdk ''' - A ROM is corrupt.
''' witchcdk ''' - A ROM is corrupt.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/gsspade.cpp misc/gsspade] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/gsspade.cpp misc/gsspade] ==
Mechanical redemption game? Only the sound board CPU ROM is dumped.
Mechanical redemption game? Only the sound board CPU ROM is dumped.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/haiwei.cpp misc/haiwei] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/haiwei.cpp misc/haiwei] ==
VRender0 based game, requires UART support in core for the touchscreen at least.
VRender0 based game, requires UART support in core for the touchscreen at least.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/highvdeo.cpp misc/highvdeo] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/highvdeo.cpp misc/highvdeo] ==
''' bingopd, cuncino, grancapi, magicbom, newtiger, saladue and clone, zoomania and clone ''' - Need correct / verified inputs.
''' bingopd, cuncino, grancapi, magicbom, newtiger, saladue and clone, zoomania and clone ''' - Need correct / verified inputs.


''' unksmk ''' - Doesn't respond to inputs. Protected.
''' unksmk ''' - Doesn't respond to inputs. Protected.


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


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


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


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/island.cpp misc/island] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/island.cpp misc/island] ==
Unemulated features of the DS80C320 CPU and preliminary driver.
Unemulated features of the DS80C320 CPU and preliminary driver.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/istellar.cpp misc/istellar] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/istellar.cpp misc/istellar] ==
Laserdisc game. Missing a disc dump.
Laserdisc game. Missing a disc dump.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/jackpool.cpp misc/jackpool] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/jackpool.cpp misc/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/misc/jackpot.cpp misc/jackpot] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/jackpot.cpp misc/jackpot] ==
Missing master unit comms (for game override?); loads of unused GFXs, irq and NMI in work RAM space; glitches in attract, service and D-Up screens (requires an NMI mask?); palette, RAMDAC?; complete I/O, identify chip type(s); EEPROM defaults (needs to be initialized in service mode for proper operation).
Missing master unit comms (for game override?); loads of unused GFXs, irq and NMI in work RAM space; glitches in attract, service and D-Up screens (requires an NMI mask?); palette, RAMDAC?; complete I/O, identify chip type(s); EEPROM defaults (needs to be initialized in service mode for proper operation).


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/jokrwild.cpp misc/jokrwild] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/jokrwild.cpp misc/jokrwild] ==
Missing random number generator, inputs and sound.
Missing random number generator, inputs and sound.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/joystand.cpp misc/joystand] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/joystand.cpp misc/joystand] ==
Sticker machine which needs camera, printer and light pen support to be useable.
Sticker machine which needs camera, printer and light pen support to be useable.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/kingpin.cpp misc/kingpin] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/kingpin.cpp misc/kingpin] ==
''' dealracl ''' - Partially a bad dump and / or wrong ROM loading.
''' dealracl ''' - Partially a bad dump and / or wrong ROM loading.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/laz_aftrshok.cpp misc/laz_aftrshok] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/laz_aftrshok.cpp misc/laz_aftrshok] ==
Mechanical game, needs controls simulation.
Mechanical game, needs controls simulation.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/laz_ribrak.cpp misc/laz_ribrak] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/laz_ribrak.cpp misc/laz_ribrak] ==
''' awetoss ''' - Mechanical game, needs controls simulation.
''' awetoss ''' - Mechanical game, needs controls simulation.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/magic10.cpp misc/magic10] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/magic10.cpp misc/magic10] ==
''' hotslot, magic102 and clone, 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/misc/magicard.cpp misc/magicard] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/magicard.cpp misc/magicard] ==
''' belslots, hotslots, magicle, quingo ''' - Fail on I2C BUS ERROR - protection device missing.
''' belslots, hotslots, magicle, quingo ''' - Fail on I2C BUS ERROR - protection device missing.


Line 1,782: Line 1,780:
''' simpbest ''' - Undumped MCU controls winning percentage.
''' simpbest ''' - Undumped MCU controls winning percentage.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/magictg.cpp misc/magictg] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/magictg.cpp misc/magictg] ==
Currently black screen, requires PCI modernization, uses dual Voodoo 1 (in SLI?) + Zoran superset partially emulated in [http://github.com/mamedev/mame/blob/master/src/devices/bus/pci/zr36057.cpp pci/zr36057.cpp]
Currently black screen, requires PCI modernization, uses dual Voodoo 1 (in SLI?) + Zoran superset partially emulated in [https://github.com/mamedev/mame/blob/master/src/devices/bus/pci/zr36057.cpp pci/zr36057.cpp]


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/malzak.cpp misc/malzak] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/malzak.cpp misc/malzak] ==
''' malzak, malzak2 ''' - Collision detection doesn't work right.
''' malzak, malzak2 ''' - Collision detection doesn't work right.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/marywu.cpp misc/marywu] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/marywu.cpp misc/marywu] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/matrix.cpp misc/matrix] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/matrix.cpp misc/matrix] ==
MediaGX PCI based. Game ROMs are encrypted (preliminary decryption to be checked), may require a missing boot device.
MediaGX PCI based. Game ROMs are encrypted (preliminary decryption to be checked), may require a missing boot device.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/mcm70.cpp misc/mcm70] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/mcm70.cpp misc/mcm70] ==
At power on need to press START to use;  missing cassette (x2) handling, MCP-132 printer/plotter device (Diablo HyType I) emulation, serial communications interface unit (terminal and modem ports).
At power on need to press START to use;  missing cassette (x2) handling, MCP-132 printer/plotter device (Diablo HyType I) emulation, serial communications interface unit (terminal and modem ports).


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/menghong.cpp misc/menghong] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/menghong.cpp misc/menghong] ==
VRender0 games with heavy HY04 protection (controls tile RNG, decrypt renderer colors, some games optionally hangs here and there). EEPROM isn't hooked up yet.
VRender0 games with heavy HY04 protection (controls tile RNG, decrypt renderer colors, some games optionally hangs here and there). EEPROM isn't hooked up yet.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/microbox2.cpp misc/microbox2] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/microbox2.cpp misc/microbox2] ==
Missing WD2123 device (dual channel 8251A) implementation.
Missing WD2123 device (dual channel 8251A) implementation.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/miniboy7.cpp misc/miniboy7] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/miniboy7.cpp misc/miniboy7] ==
''' bejpoker, sminiboy ''' - Missing inputs: HOLD 1 and SMALL.
''' bejpoker, sminiboy ''' - Missing inputs: HOLD 1 and SMALL.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/mirderby.cpp misc/mirderby] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/mirderby.cpp misc/mirderby] ==
Preliminary sprites and scrolling.
Preliminary sprites and scrolling.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/multfish.cpp misc/multfish] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/multfish.cpp misc/multfish] ==
''' crzmon2 and clones, rollfr_5 ''' - Not decrypted yet.
''' crzmon2 and clones, rollfr_5 ''' - Not decrypted yet.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/multfish_boot.cpp misc/multfish_boot] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/multfish_boot.cpp misc/multfish_boot] ==
''' igromult, igromula ''' - GFX ROMs aren't dumped.
''' igromult, igromula ''' - GFX ROMs aren't dumped.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/neomania.cpp misc/neomania] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/neomania.cpp misc/neomania] ==
VIA PCI Apollo Pro based HW running a (copyright stripped out) DOS MAME for NeoGeo games. BIOS is missing, boots to some extent via ''' ga6vx ''' and the actual JAMMA interface connected to the parallel port (emulated). Running raw MAME thru CLI is extremely slow, and the actual frontend will wipe out the HDD and (eventually connected) floppies if executed due of additional protection.
VIA PCI Apollo Pro based HW running a (copyright stripped out) DOS MAME for NeoGeo games. BIOS is missing, boots to some extent via ''' ga6vx ''' and the actual JAMMA interface connected to the parallel port (emulated). Running raw MAME thru CLI is extremely slow, and the actual frontend will wipe out the HDD and (eventually connected) floppies if executed due of additional protection.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/nexus3d.cpp misc/nexus3d] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/nexus3d.cpp misc/nexus3d] ==
Driver is a PoC for VRender3d based HW, needs device-ization. NAND flash hookup is incomplete and needs proper rewrite.
Driver is a PoC for VRender3d based HW, needs device-ization. NAND flash hookup is incomplete and needs proper rewrite.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/nibble.cpp misc/nibble] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/nibble.cpp misc/nibble] ==
Skeleton-ish. Unidentified CPU (possibly TMS9900).
Skeleton-ish. Unidentified CPU (possibly TMS9900).


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/norautp.cpp misc/norautp] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/norautp.cpp misc/norautp] ==
''' bjpoker, kimblz80, pma ''' -  
''' bjpoker, kimblz80, pma ''' -  


Line 1,841: Line 1,839:
''' tpoker2 ''' - Missing 68705 MCU dump / simulation.
''' tpoker2 ''' - Missing 68705 MCU dump / simulation.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/notechan.cpp misc/notechan] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/notechan.cpp misc/notechan] ==
Very preliminary driver. Screenless system. Z80 + M6295 based.
Very preliminary driver. Screenless system. Z80 + M6295 based.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/odyssey.cpp misc/odyssey] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/odyssey.cpp misc/odyssey] ==
Intel PCI based with custom BIOS. ROM loading not entirely understood, missing HDD dump.
Intel PCI based with custom BIOS. ROM loading not entirely understood, missing HDD dump.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/oneshot.cpp misc/oneshot] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/oneshot.cpp misc/oneshot] ==
''' maddonnab ''' - No program ROMs on this set.  GFX have misplaced tiles when used with other program ROMs, so this is a different license / revision.  
''' maddonnab ''' - No program ROMs on this set.  GFX have misplaced tiles when used with other program ROMs, so this is a different license / revision.  


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


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/piggypass.cpp misc/piggypass] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/piggypass.cpp misc/piggypass] ==
Redemption games. Mechanical.
Redemption games. Mechanical.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/playcenter.cpp misc/playcenter] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/playcenter.cpp misc/playcenter] ==
Various HW configurations, the known one uses a VIA PCI Socket 7 based MVP4 (a.k.a. VIAGRA) chipset. Said chipset has very incomplete documentation, dump itself also looks protected in some way.
Various HW configurations, the known one uses a VIA PCI Socket 7 based MVP4 (a.k.a. VIAGRA) chipset. Said chipset has very incomplete documentation, dump itself also looks protected in some way.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/pntnpuzl.cpp misc/pntnpuzl] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/pntnpuzl.cpp misc/pntnpuzl] ==
Inconsistent coin insertion, timing looks too fast.
Inconsistent coin insertion, timing looks too fast.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/pntnpuzls.cpp misc/pntnpuzls] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/pntnpuzls.cpp misc/pntnpuzls] ==
Has issues with rotated screen and layout touch, ticket dispenser not hooked up.
Has issues with rotated screen and layout touch, ticket dispenser not hooked up.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/poker72.cpp misc/poker72] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/poker72.cpp misc/poker72] ==
Doesn't get in game, only test screens seem to work.
Doesn't get in game, only test screens seem to work.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/psattack.cpp misc/psattack] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/psattack.cpp misc/psattack] ==
VRender0 game with protected ATA access.
VRender0 game with protected ATA access.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/quizpun2.cpp misc/quizpun2] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/quizpun2.cpp misc/quizpun2] ==
''' quizpun, quizpun2 ''' - Protection MCUs have been dumped and hooked up, but the driver still needs some work.
''' quizpun, quizpun2 ''' - Protection MCUs have been dumped and hooked up, but the driver still needs some work.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/rawthrillspc.cpp misc/rawthrillspc] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/rawthrillspc.cpp misc/rawthrillspc] ==
Unknown Athlon 64 X2 PCI based with late GeForce video card hooked up.
Unknown Athlon 64 X2 PCI based with late GeForce video card hooked up.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/rfslots8085.cpp misc/rfslots8085] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/rfslots8085.cpp misc/rfslots8085] ==
''' bformula2 ''' - Bad dump.
''' bformula2 ''' - Bad dump.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/rfslotsmcs48.cpp misc/rfslotsmcs48] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/rfslotsmcs48.cpp misc/rfslotsmcs48] ==
''' ajofrin, babyfrts25 ''' - Bad dumps.
''' ajofrin, babyfrts25 ''' - Bad dumps.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/rgum.cpp misc/rgum] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/rgum.cpp misc/rgum] ==
Stuck at the play screen with 'attendere' (wait) message after coining up.
Stuck at the play screen with 'attendere' (wait) message after coining up.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/sanremo.cpp misc/sanremo] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/sanremo.cpp misc/sanremo] ==
''' roadstar ''' - Possibly different I/O map.
''' roadstar ''' - Possibly different I/O map.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/savquest.cpp misc/savquest] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/savquest.cpp misc/savquest] ==
Intel PCI Socket 7 based + Voodoo 2 and a parallel port dongle. Dongle is more or less emulated (needs mods in centronics to handle comms properly), Voodoo requires BitBlt emulation (currently trails frames a lot once entering in gameplay). No inputs.
Intel PCI Socket 7 based + Voodoo 2 and a parallel port dongle. Dongle is more or less emulated (needs mods in centronics to handle comms properly), Voodoo requires BitBlt emulation (currently trails frames a lot once entering in gameplay). No inputs.


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


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


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


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/skylncr.cpp misc/skylncr] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/skylncr.cpp misc/skylncr] ==
''' bdream97 ''' - The inputs tend to act out of control at many times. This may have to do with the large number of unknown reads and writes to an I/O port at $66.
''' 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.


Line 1,920: Line 1,918:
''' speedwaya ''' - Decryption should be good but it doesn't boot.
''' speedwaya ''' - Decryption should be good but it doesn't boot.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/smsmcorp.cpp misc/smsmcorp] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/smsmcorp.cpp misc/smsmcorp] ==
''' trvhanga ''' - Missing questions ROMs.
''' trvhanga ''' - Missing questions ROMs.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/silverball.cpp misc/silverball] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/silverball.cpp misc/silverball] ==
Various configurations, driver hooks up the working Intel PCI based HW one. Customized BIOS, fails due of dongle.
Various configurations, driver hooks up the working Intel PCI based HW one. Customized BIOS, fails due of dongle.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/skopro.cpp misc/skopro] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/skopro.cpp misc/skopro] ==
Intel PCIe based HW
Intel PCIe based HW


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/startouch.cpp misc/startouch] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/startouch.cpp misc/startouch] ==
Various configurations, driver hooks up the working VIA PCI Socket 7 based HW one. Windows 3.1 boots but throws a BSoD due of missing sound card emulation, if bypassed it shows very broken Trio64 graphics that eventually dies once MicroTouch driver loading kicks in. Eventually needs a parallel port dongle emulation.
Various configurations, driver hooks up the working VIA PCI Socket 7 based HW one. Windows 3.1 boots but throws a BSoD due of missing sound card emulation, if bypassed it shows very broken Trio64 graphics that eventually dies once MicroTouch driver loading kicks in. Eventually needs a parallel port dongle emulation.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/statriv2.cpp misc/statriv2] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/statriv2.cpp misc/statriv2] ==
''' cs1_ssp and later versions ''' - Laserdisc games in need of laserdisc dump.
''' cs1_ssp and later versions ''' - Laserdisc games in need of laserdisc dump.


Line 1,941: Line 1,939:
''' bbchall, statriv5se, supertr ''' - Questions' ROMs aren't dumped.
''' bbchall, statriv5se, supertr ''' - Questions' ROMs aren't dumped.


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


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


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


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/tmspoker.cpp misc/tmspoker] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/tmspoker.cpp misc/tmspoker] ==
Preliminary driver.
Preliminary driver.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/triplex.cpp misc/triplex] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/triplex.cpp misc/triplex] ==
Missing OMTI 5200 controller board emulation (floppy) and needs dump of the keyboard MCU and implementation of the full keyboard, with mouse.
Missing OMTI 5200 controller board emulation (floppy) and needs dump of the keyboard MCU and implementation of the full keyboard, with mouse.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/triton.cpp misc/triton] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/triton.cpp misc/triton] ==
Cassette interface isn't emulated.
Cassette interface isn't emulated.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/trucocl.cpp misc/trucocl] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/trucocl.cpp misc/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/misc/unkpoker.cpp misc/unkpoker] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/unkpoker.cpp misc/unkpoker] ==
I8085 based. Gets stuck if a coin isn't inserted at boot.
I8085 based. Gets stuck if a coin isn't inserted at boot.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/vamphalf.cpp misc/vamphalf] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/vamphalf.cpp misc/vamphalf] ==
''' misncrft and clone, worldadv, wivernwg ''' - They start to stall for several seconds at a time after they've been running for a certain amount of time. PoC available in https://github.com/mamedev/mame/pull/9414
''' misncrft and clone, worldadv, wivernwg ''' - They start to stall for several seconds at a time after they've been running for a certain amount of time. PoC available in https://github.com/mamedev/mame/pull/9414


Line 1,972: Line 1,970:
''' yorijori ''' - Currently needs a ROM patch to work.
''' yorijori ''' - Currently needs a ROM patch to work.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/vcombat.cpp misc/vcombat] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/vcombat.cpp misc/vcombat] ==
Partially working driver.  Most of the memory maps for all four CPUs are complete.
Partially working driver.  Most of the memory maps for all four CPUs are complete.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/videosaa.cpp misc/videosaa] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/videosaa.cpp misc/videosaa] ==
''' jokrlady, paradar, scratch, toureiff, winner ''' - Undumped main CPU ROM.
''' jokrlady, paradar, scratch, toureiff, winner ''' - Undumped main CPU ROM.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/vlc.cpp misc/vlc] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/vlc.cpp misc/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 ).
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/misc/vocalizer.cpp misc/vocalizer] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/vocalizer.cpp misc/vocalizer] ==
Extensive TODO at the top of the driver.
Extensive TODO at the top of the driver.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/voyager.cpp misc/voyager] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/voyager.cpp misc/voyager] ==
Late VIA PCI based PC with AMD Duron, GeForce 2MX and Trident 4DWave. Boots to some extent with ''' ga6vx ''', eventually black screen in X server due of requiring monitor DDC, then it requires the custom JAMMA parallel port interface.
Late VIA PCI based PC with AMD Duron, GeForce 2MX and Trident 4DWave. Boots to some extent with ''' ga6vx ''', eventually black screen in X server due of requiring monitor DDC, then it requires the custom JAMMA parallel port interface.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/vpoker.cpp misc/vpoker] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/vpoker.cpp misc/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/misc/wildpkr.cpp misc/wildpkr] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/wildpkr.cpp misc/wildpkr] ==
Preliminary driver. Needs memory map improvements, ACRTC support, GFX decode and sound support.
Preliminary driver. Needs memory map improvements, ACRTC support, GFX decode and sound support.


== [http://github.com/mamedev/mame/blob/master/src/mame/misc/xtom3d.cpp misc/xtom3d] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/misc/xtom3d.cpp misc/xtom3d] ==
Intel PCI 440BX HW.
Intel PCI 440BX HW.


Line 2,002: Line 2,000:
''' All Pump It Up games beyond 1 ''' - Requires chdman multisession support.
''' All Pump It Up games beyond 1 ''' - Requires chdman multisession support.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/mits/altair.cpp mits/altair] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/mits/altair.cpp mits/altair] ==
Preliminary driver.
Preliminary driver.


== [http://github.com/mamedev/mame/blob/master/src/mame/mits/mits680b.cpp mits/mits680b] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/mits/mits680b.cpp mits/mits680b] ==
Skeleton-ish. M6800 based.
Skeleton-ish. M6800 based.


== [http://github.com/mamedev/mame/blob/master/src/mame/mitsubishi/multi16.cpp mitsubishi/multi16] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/mitsubishi/multi16.cpp mitsubishi/multi16] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/mitsubishi/multi8.cpp mitsubishi/multi8] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/mitsubishi/multi8.cpp mitsubishi/multi8] ==


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


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


== [http://github.com/mamedev/mame/blob/master/src/mame/morrow/mpz80.cpp morrow/mpz80] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/morrow/mpz80.cpp morrow/mpz80] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/morrow/tricep.cpp morrow/tricep] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/morrow/tricep.cpp morrow/tricep] ==
Preliminary driver. MC68451 MMU isn't emulated.
Preliminary driver. MC68451 MMU isn't emulated.


== [http://github.com/mamedev/mame/blob/master/src/mame/motorola/m6805evs.cpp motorola/m6805evs] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/motorola/m6805evs.cpp motorola/m6805evs] ==
Skeleton driver.
Skeleton driver.


== [http://github.com/mamedev/mame/blob/master/src/mame/motorola/mvme162.cpp motorola/mvme162] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/motorola/mvme162.cpp motorola/mvme162] ==
M68040 based. Extensive TODO at the top of the driver.
M68040 based. Extensive TODO at the top of the driver.


== [http://github.com/mamedev/mame/blob/master/src/mame/msx/msx2.cpp msx/msx2] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/msx/msx2.cpp msx/msx2] ==
''' fsa1fm '' - Modem not emulated, firmware partially working.
''' fsa1fm '' - Modem not emulated, firmware partially working.


Line 2,052: Line 2,050:
''' y805128, y805256 ''' - Floppy support broken.
''' y805128, y805256 ''' - Floppy support broken.


== [http://github.com/mamedev/mame/blob/master/src/mame/msx/msx2p.cpp msx/msx2p] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/msx/msx2p.cpp msx/msx2p] ==
''' expert3i, expert3t, expertac, expertdx ''' - Some hardware not emulated.
''' expert3i, expert3t, expertac, expertdx ''' - Some hardware not emulated.


== [http://github.com/mamedev/mame/blob/master/src/mame/msx/msxtr.cpp msx/msxtr] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/msx/msxtr.cpp msx/msxtr] ==
sfg extensions may not work due to irq callbacks being registered with the Z80 only; v9958 commands seem to execute too fast (several software items hang because of this); midi interface operation on fsa1gt needs verifying, needs implementation of DAC/PCM related hardware/filter and hook up to the S1990; microphone input is missing-
sfg extensions may not work due to irq callbacks being registered with the Z80 only; v9958 commands seem to execute too fast (several software items hang because of this); midi interface operation on fsa1gt needs verifying, needs implementation of DAC/PCM related hardware/filter and hook up to the S1990; microphone input is missing-




== [http://github.com/mamedev/mame/blob/master/src/mame/multitech/mkit09.cpp multitech/mkit09] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/multitech/mkit09.cpp multitech/mkit09] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/multitech/mpf1.cpp multitech/mpf1] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/multitech/mpf1.cpp multitech/mpf1] ==
''' cs113 '''
''' cs113 '''


== [http://github.com/mamedev/mame/blob/master/src/mame/mupid/mdisk.cpp mupid/mdisk] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/mupid/mdisk.cpp mupid/mdisk] ==
It boots from floppy, so presumably only needs an emulated main system to work.
It boots from floppy, so presumably only needs an emulated main system to work.


== [http://github.com/mamedev/mame/blob/master/src/mame/mupid/mupid2.cpp mupid/mupid2] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/mupid/mupid2.cpp mupid/mupid2] ==
Skeletonish. Z80 based.
Skeletonish. Z80 based.


== [http://github.com/mamedev/mame/blob/master/src/mame/nakajima/nakajies.cpp nakajima/nakajies] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/nakajima/nakajies.cpp nakajima/nakajies] ==
Banking not fully understood, keyboard communications are partially hacked and misses PCMCIA slot.
Banking not fully understood, keyboard communications are partially hacked and misses PCMCIA slot.


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


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


== [http://github.com/mamedev/mame/blob/master/src/mame/namco/ds5000.cpp namco/ds5000] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/namco/ds5000.cpp namco/ds5000] ==
Heavy superset of Namco System 21 with six displays, 30 x TMS320C25, a laserdisc player, a SCSI controller and an undumped I/O board.
Heavy superset of Namco System 21 with six displays, 30 x TMS320C25, a laserdisc player, a SCSI controller and an undumped I/O board.


== [http://github.com/mamedev/mame/blob/master/src/mame/namco/ds6000.cpp namco/ds6000] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/namco/ds6000.cpp namco/ds6000] ==
Triple screen Namco System 22 based system.
Triple screen Namco System 22 based system.


== [http://github.com/mamedev/mame/blob/master/src/mame/namco/gal3.cpp namco/gal3] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/namco/gal3.cpp namco/gal3] ==
Namco System 21 superset, requires laserdisc dump(s). Currently hangs with a white screen.
Namco System 21 superset, requires laserdisc dump(s). Currently hangs with a white screen.


== [http://github.com/mamedev/mame/blob/master/src/mame/namco/namcona1.cpp namco/namcona1] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/namco/namcona1.cpp namco/namcona1] ==
''' bbbingo, bbbingot, zelos, zelost ''' - Medal games with main - satellites setup. Communications need emulating.
''' bbbingo, bbbingot, zelos, zelost ''' - Medal games with main - satellites setup. Communications need emulating.


== [http://github.com/mamedev/mame/blob/master/src/mame/namco/namcond1.cpp namco/namcond1] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/namco/namcond1.cpp namco/namcond1] ==
''' gynotai ''' - Ball sensors aren't understood, several YGV608 glitches.
''' gynotai ''' - Ball sensors aren't understood, several YGV608 glitches.


== [http://github.com/mamedev/mame/blob/master/src/mame/namco/namcos6.cpp namco/namcos6] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/namco/namcos6.cpp namco/namcos6] ==
VRender0 based HW, requires TC58DVM82A1FT00 NAND flash support to boot.  
VRender0 based HW, requires TC58DVM82A1FT00 NAND flash support to boot.  


== [http://github.com/mamedev/mame/blob/master/src/mame/namco/namcos10.cpp namco/namcos10] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/namco/namcos10.cpp namco/namcos10] ==
''' ballpom, ippo2, keroro, medalnt and clone, medalnt2, nflclsfb, puzzball and clone, sekaikh, sugorotc ''' - Need additional I/Os emulated.
''' ballpom, ippo2, keroro, medalnt and clone, medalnt2, nflclsfb, puzzball and clone, sekaikh, sugorotc ''' - Need additional I/Os emulated.


Line 2,106: Line 2,104:
''' taiko2, taiko3, taiko4, taiko5, taiko6, taikort ''' - Small timing issues.
''' taiko2, taiko3, taiko4, taiko5, taiko6, taikort ''' - Small timing issues.


== [http://github.com/mamedev/mame/blob/master/src/mame/namco/namcos11.cpp namco/namcos11] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/namco/namcos11.cpp namco/namcos11] ==
''' fambowl ''' - Needs additional I/O board emulation.
''' fambowl ''' - Needs additional I/O board emulation.


== [http://github.com/mamedev/mame/blob/master/src/mame/namco/namcos12.cpp namco/namcos12] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/namco/namcos12.cpp namco/namcos12] ==
''' sws2000, sws2001 ''' - DMA problems.
''' sws2000, sws2001 ''' - DMA problems.


''' tektagtjb, tektagtja ''' - Bad / incomplete dumps.
''' tektagtjb, tektagtja ''' - Bad / incomplete dumps.


== [http://github.com/mamedev/mame/blob/master/src/mame/namco/namcos21_de.cpp namco/namcos21_de] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/namco/namcos21_de.cpp namco/namcos21_de] ==
''' driveyes ''' - Uses 3 screens with dedicated board for each.
''' driveyes ''' - Uses 3 screens with dedicated board for each.


== [http://github.com/mamedev/mame/blob/master/src/mame/namco/namcos22.cpp namco/namcos22] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/namco/namcos22.cpp namco/namcos22] ==
''' ridgeracf ''' - Incomplete dump. Very different version.
''' ridgeracf ''' - Incomplete dump. Very different version.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/namco/rbowlorama.cpp namco/rbowlorama] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/namco/rbowlorama.cpp namco/rbowlorama] ==
VIA PCI Socket 478 based, with ATI Radeon video card.
VIA PCI Socket 478 based, with ATI Radeon video card.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/nasco/crgolf.cpp nasco/crgolf] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/nasco/crgolf.cpp nasco/crgolf] ==
''' mastrglf ''' - There's a custom CPU box, main cpu banking and communications with sub cpu aren't understood. Possibly protected.
''' mastrglf ''' - There's a custom CPU box, main cpu banking and communications with sub cpu aren't understood. Possibly protected.


== [http://github.com/mamedev/mame/blob/master/src/mame/nasco/suprgolf.cpp nasco/suprgolf] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/nasco/suprgolf.cpp nasco/suprgolf] ==
''' albatross''' - Missing GFX ROMs dumps.
''' albatross''' - Missing GFX ROMs dumps.


== [http://github.com/mamedev/mame/blob/master/src/mame/natsemi/icm3216.cpp natsemi/icm3216] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/natsemi/icm3216.cpp natsemi/icm3216] ==
Missing configurable ram size (1M, 2M, 4M, 8M), iop and scsi, cpu timing and minibus.
Missing configurable ram size (1M, 2M, 4M, 8M), iop and scsi, cpu timing and minibus.


== [http://github.com/mamedev/mame/blob/master/src/mame/natsemi/sys16.cpp natsemi/sys16] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/natsemi/sys16.cpp natsemi/sys16] ==
Fails some diagnostic tests. Needs implementing of gpib, printer ports, sio/disk/tape boards.
Fails some diagnostic tests. Needs implementing of gpib, printer ports, sio/disk/tape boards.


== [http://github.com/mamedev/mame/blob/master/src/mame/ncd/ncd68k.cpp ncd/ncd68k] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/ncd/ncd68k.cpp ncd/ncd68k] ==
Preliminary driver. MC68020 based.
Preliminary driver. MC68020 based.


== [http://github.com/mamedev/mame/blob/master/src/mame/ncd/ncdmips.cpp ncd/ncdmips] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/ncd/ncdmips.cpp ncd/ncdmips] ==
Preliminary driver. MIPS based.
Preliminary driver. MIPS based.


== [http://github.com/mamedev/mame/blob/master/src/mame/ncd/ncdppc.cpp ncd/ncdppc] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/ncd/ncdppc.cpp ncd/ncdppc] ==
Preliminary driver. Power PC based.
Preliminary driver. Power PC based.


== [http://github.com/mamedev/mame/blob/master/src/mame/nec/apc.cpp nec/apc] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/nec/apc.cpp nec/apc] ==
Several major features still unimplemented, available software doesn't make use of them.
Several major features still unimplemented, available software doesn't make use of them.


== [http://github.com/mamedev/mame/blob/master/src/mame/nec/bungo.cpp nec/bungo] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/nec/bungo.cpp nec/bungo] ==
Dump is incomplete and components are guessed as there's no documentation.
Dump is incomplete and components are guessed as there's no documentation.


== [http://github.com/mamedev/mame/blob/master/src/mame/nec/ews4800.cpp nec/ews4800] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/nec/ews4800.cpp nec/ews4800] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/nec/pc_h98.cpp nec/pc_h98] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/nec/pc_h98.cpp nec/pc_h98] ==
Business line of PC-98. Major overrides of base HW, not yet implemented.
Business line of PC-98. Major overrides of base HW, not yet implemented.


== [http://github.com/mamedev/mame/blob/master/src/mame/nec/pc100.cpp nec/pc100] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/nec/pc100.cpp nec/pc100] ==
Keyboard emulation is very iffy (cfr. Inufuto games), incomplete video emulation.
Keyboard emulation is very iffy (cfr. Inufuto games), incomplete video emulation.


== [http://github.com/mamedev/mame/blob/master/src/mame/nec/pc6001.cpp nec/pc6001] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/nec/pc6001.cpp nec/pc6001] ==
Undumped MCU dump (i8049, controls tape and keyboard). We currently hack tape loading to directly inject contents directly into RAM, would be hairy to support without the actual dump.
Undumped MCU dump (i8049, controls tape and keyboard). We currently hack tape loading to directly inject contents directly into RAM, would be hairy to support without the actual dump.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/nec/pc8001.cpp nec/pc8001] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/nec/pc8001.cpp nec/pc8001] ==
Needs waitstate penalties, cassette hookup and porting of expansion cards.
Needs waitstate penalties, cassette hookup and porting of expansion cards.


''' pc8001mk2sr ''' unemulated PC-8801-like V1 bitmap
''' pc8001mk2sr ''' unemulated PC-8801-like V1 bitmap


== [http://github.com/mamedev/mame/blob/master/src/mame/nec/pc8401a.cpp nec/pc8401a] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/nec/pc8401a.cpp nec/pc8401a] ==
Needs a working serial setup with other computers of the era.
Needs a working serial setup with other computers of the era.


== [http://github.com/mamedev/mame/blob/master/src/mame/nec/pc8801.cpp nec/pc8801] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/nec/pc8801.cpp nec/pc8801] ==
Needs waitstate penalties, particularly for V1 SWs.
Needs waitstate penalties, particularly for V1 SWs.


'''pc8801mc''' CD-Rom boots to some extent, redbook generally works (PC Engine based) but pc8801_flop:dslayed disagrees on playback format vs. several PCE games (needs the actual OST dumped to pinpoint). pc8801_cdrom:dioscd has issues with i8214 handling and upd3301, may be down in requiring memory map modernization.
'''pc8801mc''' CD-Rom boots to some extent, redbook generally works (PC Engine based) but pc8801_flop:dslayed disagrees on playback format vs. several PCE games (needs the actual OST dumped to pinpoint). pc8801_cdrom:dioscd has issues with i8214 handling and upd3301, may be down in requiring memory map modernization.


== [http://github.com/mamedev/mame/blob/master/src/mame/nec/pc88va.cpp nec/pc88va] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/nec/pc88va.cpp nec/pc88va] ==
'''pc88va''' jumps off the weeds with two bogus opcodes (noted in source)
'''pc88va''' jumps off the weeds with two bogus opcodes (noted in source)


Line 2,197: Line 2,195:
Unemulated plain PC8801 compatibility mode.
Unemulated plain PC8801 compatibility mode.


== [http://github.com/mamedev/mame/blob/master/src/mame/nec/pc9801.cpp nec/pc9801] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/nec/pc9801.cpp nec/pc9801] ==
1st gen and ''' pc9801vm ''' needs working non-floppy boot (SASI)
1st gen and ''' pc9801vm ''' needs working non-floppy boot (SASI)


== [http://github.com/mamedev/mame/blob/master/src/mame/nec/pc9801_epson.cpp nec/pc9801_epson] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/nec/pc9801_epson.cpp nec/pc9801_epson] ==
''' pc286vs ''' not extensively tested.
''' pc286vs ''' not extensively tested.


''' pc386m ''' and onward doesn't boot due of various POST errors.
''' pc386m ''' and onward doesn't boot due of various POST errors.


== [http://github.com/mamedev/mame/blob/master/src/mame/nec/pc9821.cpp nec/pc9821] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/nec/pc9821.cpp nec/pc9821] ==
''' pc9821ce ''' needs better SDIP support (i.e. floppy loads are iffy)
''' pc9821ce ''' needs better SDIP support (i.e. floppy loads are iffy)


''' pc9821cx3 ''' and later (proper) dumps needs PCI support.
''' pc9821cx3 ''' and later (proper) dumps needs PCI support.


== [http://github.com/mamedev/mame/blob/master/src/mame/nec/pc98ha.cpp nec/pc98ha] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/nec/pc98ha.cpp nec/pc98ha] ==
Timing issues with V50, can't load any floppy, no support for (undumped) JEIDA memory cards.
Timing issues with V50, can't load any floppy, no support for (undumped) JEIDA memory cards.


== [http://github.com/mamedev/mame/blob/master/src/mame/nec/pcfx.cpp nec/pcfx] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/nec/pcfx.cpp nec/pcfx] ==
Complex SCSI setting, dual gate array for a single CD drive. Very incomplete video emulation, full YUV based layers plus dedicated chip (Rainbow) for MJPEG decompression of FMVs. Hangs by selecting Audio CD/Photo CD/Backup menu due of a missing interrupt (debug triggering a single irq13 or irq14 makes it go forward). Naively converting to NSCSI (with PC8801-30 as base) just causes an hang on main menu.
Complex SCSI setting, dual gate array for a single CD drive. Very incomplete video emulation, full YUV based layers plus dedicated chip (Rainbow) for MJPEG decompression of FMVs. Hangs by selecting Audio CD/Photo CD/Backup menu due of a missing interrupt (debug triggering a single irq13 or irq14 makes it go forward). Naively converting to NSCSI (with PC8801-30 as base) just causes an hang on main menu.


''' pcfxga ''' needs to be moved as ISA16 and C-Bus options, adds an extra 3d chip (Aurora), talks with PC host MSCDEX in place of SCSI and uses PC files for saving, doing so may be an easier option but there are performance concerns.
''' pcfxga ''' needs to be moved as ISA16 and C-Bus options, adds an extra 3d chip (Aurora), talks with PC host MSCDEX in place of SCSI and uses PC files for saving, doing so may be an easier option but there are performance concerns.


== [http://github.com/mamedev/mame/blob/master/src/mame/nec/tk80bs.cpp nec/tk80bs] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/nec/tk80bs.cpp nec/tk80bs] ==
Needs front panel and storager emulation. Currently there's no disk controller, so only possible to boot into the monitor.
Needs front panel and storager emulation. Currently there's no disk controller, so only possible to boot into the monitor.


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


Line 2,230: Line 2,228:
''' 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.
''' 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.


== [http://github.com/mamedev/mame/blob/master/src/mame/neogeo/neogeocd.cpp neogeo/neogeocd] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/neogeo/neogeocd.cpp neogeo/neogeocd] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/next/next.cpp next/next] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/next/next.cpp next/next] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/nichibutsu/cclimber.cpp nichibutsu/cclimber] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/nichibutsu/cclimber.cpp nichibutsu/cclimber] ==
''' bagmanf ''' - Bootleg on different hardware.
''' bagmanf ''' - Bootleg on different hardware.


== [http://github.com/mamedev/mame/blob/master/src/mame/nichibutsu/galivan.cpp nichibutsu/galivan] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/nichibutsu/galivan.cpp nichibutsu/galivan] ==
''' youmab, youmab2 ''' - Weird bootlegs, they have logic issues (always invincible, power ups can be freely selected).
''' youmab, youmab2 ''' - Weird bootlegs, they have logic issues (always invincible, power ups can be freely selected).


== [http://github.com/mamedev/mame/blob/master/src/mame/nichibutsu/hrdvd.cpp nichibutsu/hrdvd] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/nichibutsu/hrdvd.cpp nichibutsu/hrdvd] ==
Implementation of DVD routing and YUV decoding is missing. MPEG chip is only stubbed for now.
Implementation of DVD routing and YUV decoding is missing. MPEG chip is only stubbed for now.


''' csplayh1 ''' - runs on Super CD HW, Inputs don't work at all, slower than the others too.
''' csplayh1 ''' - runs on Super CD HW, Inputs don't work at all, slower than the others too.


== [http://github.com/mamedev/mame/blob/master/src/mame/nichibutsu/nbmj8688.cpp nichibutsu/nbmj8688] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/nichibutsu/nbmj8688.cpp nichibutsu/nbmj8688] ==
''' nightlov ''' - Input problems.
''' nightlov ''' - Input problems.


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


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


== [http://github.com/mamedev/mame/blob/master/src/mame/nichibutsu/nichild.cpp nichibutsu/nichild] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/nichibutsu/nichild.cpp nichibutsu/nichild] ==
''' ldquiz4, shabdama ''' - Miss laserdisc dumps. Preliminary driver.  
''' ldquiz4, shabdama ''' - Miss laserdisc dumps. Preliminary driver.  


== [http://github.com/mamedev/mame/blob/master/src/mame/nichibutsu/nightgal.cpp nichibutsu/nightgal] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/nichibutsu/nightgal.cpp nichibutsu/nightgal] ==
''' sexygal, sgaltrop, sweetgal ''' - Missing protection simulation.
''' sexygal, sgaltrop, sweetgal ''' - Missing protection simulation.


== [http://github.com/mamedev/mame/blob/master/src/mame/nintendo/aleck64.cpp nintendo/aleck64] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/nintendo/aleck64.cpp nintendo/aleck64] ==
'''mtetrisc''' - Uses additional 2d sprite overlay for tetrominoes gfxs, mostly working minus gfx decoding itself.
'''mtetrisc''' - Uses additional 2d sprite overlay for tetrominoes gfxs, mostly working minus gfx decoding itself.


== [http://github.com/mamedev/mame/blob/master/src/mame/nintendo/cham24.cpp nintendo/cham24] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/nintendo/cham24.cpp nintendo/cham24] ==
Missing coins and timer due to unemulated Amtel MCU.
Missing coins and timer due to unemulated Amtel MCU.


== [http://github.com/mamedev/mame/blob/master/src/mame/nintendo/dkong.cpp nintendo/dkong] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/nintendo/dkong.cpp nintendo/dkong] ==
''' dkongjrc, dkongddk ''' - Graphic ROMs not switched.
''' dkongjrc, dkongddk ''' - Graphic ROMs not switched.


== [http://github.com/mamedev/mame/blob/master/src/mame/nintendo/gb.cpp nintendo/gb] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/nintendo/gb.cpp nintendo/gb] ==
''' mduckspa ''' - Clone with some differences.
''' mduckspa ''' - Clone with some differences.


== [http://github.com/mamedev/mame/blob/master/src/mame/nintendo/gba.cpp nintendo/gba] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/nintendo/gba.cpp nintendo/gba] ==
''' robotech ''' - Single game reissue of "Robotech - The Macross Saga (Euro, USA)" on the GBA but with double sized ROM (BIOS replacement in first half?) and other mods.  It is unclear how compatible this is with standard hardware.
''' robotech ''' - Single game reissue of "Robotech - The Macross Saga (Euro, USA)" on the GBA but with double sized ROM (BIOS replacement in first half?) and other mods.  It is unclear how compatible this is with standard hardware.


== [http://github.com/mamedev/mame/blob/master/src/mame/nintendo/n64.cpp nintendo/n64] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/nintendo/n64.cpp nintendo/n64] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/nintendo/n64_gateway.cpp nintendo/n64_gateway] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/nintendo/n64_gateway.cpp nintendo/n64_gateway] ==
Actual LodgeNet system is not emulated, so the extra controller buttons and other system functions are not implemented.
Actual LodgeNet system is not emulated, so the extra controller buttons and other system functions are not implemented.


== [http://github.com/mamedev/mame/blob/master/src/mame/nintendo/nds.cpp nintendo/nds] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/nintendo/nds.cpp nintendo/nds] ==
Driver is preliminary. Currently WIP.
Driver is preliminary. Currently WIP.


== [http://github.com/mamedev/mame/blob/master/src/mame/nintendo/nes.cpp nintendo/nes] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/nintendo/nes.cpp nintendo/nes] ==
''' drpcjr, sb486 ''' - Missing mice, keyboard and floppy drive support.
''' drpcjr, sb486 ''' - Missing mice, keyboard and floppy drive support.


''' fctitler ''' - Misses emulation of the switch that selects which boots: builtin vs cart.
''' fctitler ''' - Misses emulation of the switch that selects which boots: builtin vs cart.


== [http://github.com/mamedev/mame/blob/master/src/mame/nintendo/nes_arcade_bl.cpp nintendo/nes_arcade_bl] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/nintendo/nes_arcade_bl.cpp nintendo/nes_arcade_bl] ==
Z80 for timer and maybe coinage isn't implemented.
Z80 for timer and maybe coinage isn't implemented.


== [http://github.com/mamedev/mame/blob/master/src/mame/nintendo/nes_clone.cpp nintendo/nes_clone] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/nintendo/nes_clone.cpp nintendo/nes_clone] ==
Differences from the original hardware aren't emulated yet.
Differences from the original hardware aren't emulated yet.


== [http://github.com/mamedev/mame/blob/master/src/mame/nintendo/nes_m82.cpp nintendo/nes_m82] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/nintendo/nes_m82.cpp nintendo/nes_m82] ==
Supports up to twelve cartridge slots, currently unimplemented.
Supports up to twelve cartridge slots, currently unimplemented.


== [http://github.com/mamedev/mame/blob/master/src/mame/nintendo/nes_sh6578.cpp nintendo/nes_sh6578] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/nintendo/nes_sh6578.cpp nintendo/nes_sh6578] ==
Enhanced SH6578 NES clone hardware. Differences not emulated yet.
Enhanced SH6578 NES clone hardware. Differences not emulated yet.


== [http://github.com/mamedev/mame/blob/master/src/mame/nintendo/nes_vt02_vt03.cpp nintendo/nes_vt02_vt03] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/nintendo/nes_vt02_vt03.cpp nintendo/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.
''' 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/nintendo/nes_vt09.cpp nintendo/nes_vt09] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/nintendo/nes_vt09.cpp nintendo/nes_vt09] ==
''' rbbrite ''' - Possibly different hardware (VT369?).
''' rbbrite ''' - Possibly different hardware (VT369?).


== [http://github.com/mamedev/mame/blob/master/src/mame/nintendo/nes_vt32.cpp nintendo/nes_vt32] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/nintendo/nes_vt32.cpp nintendo/nes_vt32] ==
''' dgun13201, dgun13202 ''' - These NES clones have modified hardware. Differences aren't fully implemented yet, causing these games not to work properly.
''' dgun13201, dgun13202 ''' - 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/nintendo/nes_vt369_vtunknown nintendo/nes_vt369_vtunknown] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/nintendo/nes_vt369_vtunknown nintendo/nes_vt369_vtunknown] ==
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.


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


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


== [http://github.com/mamedev/mame/blob/master/src/mame/nintendo/snesb.cpp nintendo/snesb] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/nintendo/snesb.cpp nintendo/snesb] ==
''' ffight3b ''' - Protection patched out for now, should be emulated.
''' ffight3b ''' - Protection patched out for now, should be emulated.


== [http://github.com/mamedev/mame/blob/master/src/mame/nintendo/vboy.cpp nintendo/vboy] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/nintendo/vboy.cpp nintendo/vboy] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/nintendo/vt_unknown.cpp nintendo/vt_unknown] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/nintendo/vt_unknown.cpp nintendo/vt_unknown] ==
Unidentified main CPU. Dump might be bad.
Unidentified main CPU. Dump might be bad.


== [http://github.com/mamedev/mame/blob/master/src/mame/nintendo/vt1682.cpp nintendo/vt1682] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/nintendo/vt1682.cpp nintendo/vt1682] ==
''' gm235upc ''' - Needs IO ports on sound CPU side and write access to space for RAM.
''' gm235upc ''' - Needs IO ports on sound CPU side and write access to space for RAM.


Line 2,335: Line 2,333:
''' wowwg ''' - Needs high colour line mode for main menu.
''' wowwg ''' - Needs high colour line mode for main menu.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/nmk/nmk16.cpp nmk/nmk16] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/nmk/nmk16.cpp nmk/nmk16] ==
''' firehawkv ''' - Incomplete dump.
''' firehawkv ''' - Incomplete dump.


Line 2,345: Line 2,343:
''' tdragonb2 ''' - Runs too fast. Probably IRQs related.
''' tdragonb2 ''' - Runs too fast. Probably IRQs related.


== [http://github.com/mamedev/mame/blob/master/src/mame/nokia/dbox.cpp nokia/dbox] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/nokia/dbox.cpp nokia/dbox] ==
Needs GALs dump / decoding, debug terminal and demuxer work.
Needs GALs dump / decoding, debug terminal and demuxer work.


== [http://github.com/mamedev/mame/blob/master/src/mame/nokia/mikromikko2.cpp nokia/mikromikko2] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/nokia/mikromikko2.cpp nokia/mikromikko2] ==
Computer. 80186 based.
Computer. 80186 based.


== [http://github.com/mamedev/mame/blob/master/src/mame/northstar/horizon.cpp northstar/horizon] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/northstar/horizon.cpp northstar/horizon] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/olivetti/m20.cpp olivetti/m20] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/olivetti/m20.cpp olivetti/m20] ==
Needs a proper Z8001 CPU core.
Needs a proper Z8001 CPU core.


== [http://github.com/mamedev/mame/blob/master/src/mame/olivetti/m24.cpp olivetti/m24] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/olivetti/m24.cpp olivetti/m24] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/olivetti/olivpc1.cpp olivetti/olivpc1] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/olivetti/olivpc1.cpp olivetti/olivpc1] ==
Keyboard not working yet.
Keyboard not working yet.


== [http://github.com/mamedev/mame/blob/master/src/mame/olympia/monzagp.cpp olympia/monzagp] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/olympia/monzagp.cpp olympia/monzagp] ==
Preliminary driver. Possibly missing a ROM.
Preliminary driver. Possibly missing a ROM.


== [http://github.com/mamedev/mame/blob/master/src/mame/olympia/portrait.cpp olympia/portrait] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/olympia/portrait.cpp olympia/portrait] ==
Color looks YUV based thru PROMs, some video glitches, unknown camera type for hi-score screen. Possibly requires PCB analysis.
Color looks YUV based thru PROMs, some video glitches, unknown camera type for hi-score screen. Possibly requires PCB analysis.


== [http://github.com/mamedev/mame/blob/master/src/mame/olympia/vega.cpp olympia/vega] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/olympia/vega.cpp olympia/vega] ==
Controls aren't correctly hooked up and objects aren't properly positioned.
Controls aren't correctly hooked up and objects aren't properly positioned.


== [http://github.com/mamedev/mame/blob/master/src/mame/olympiaint/olyboss.cpp olympiaint/olyboss] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/olympiaint/olyboss.cpp olympiaint/olyboss] ==
Not all programs work. Some floppy problems.
Not all programs work. Some floppy problems.


== [http://github.com/mamedev/mame/blob/master/src/mame/olympiaint/olytext.cpp olympiaint/olytext] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/olympiaint/olytext.cpp olympiaint/olytext] ==
Skeletonish. Z80 based.
Skeletonish. Z80 based.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/omnibyte/msbc1.cpp omnibyte/msbc1] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/omnibyte/msbc1.cpp omnibyte/msbc1] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/orca/zodiack.cpp orca/zodiack] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/orca/zodiack.cpp orca/zodiack] ==
''' bounty2 ''' - Different memory map. Probably something in the epoxy module marked "CPU PACKII".
''' bounty2 ''' - Different memory map. Probably something in the epoxy module marked "CPU PACKII".


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


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


== [http://github.com/mamedev/mame/blob/master/src/mame/pacman/pacman.cpp pacman/pacman] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/pacman/pacman.cpp pacman/pacman] ==
''' sprglobp2 ''' - Encryption not figured out yet.
''' sprglobp2 ''' - Encryption not figured out yet.


== [http://github.com/mamedev/mame/blob/master/src/mame/pacman/schick.cpp pacman/schick] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/pacman/schick.cpp pacman/schick] ==
Hack of Pengo. It has been decrypted but there is some additional protection.
Hack of Pengo. It has been decrypted but there is some additional protection.


== [http://github.com/mamedev/mame/blob/master/src/mame/palm/palm.cpp palm/palm] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/palm/palm.cpp palm/palm] ==
Newer models' differences aren't emulated yet.
Newer models' differences aren't emulated yet.


== [http://github.com/mamedev/mame/blob/master/src/mame/pc/agro.cpp pc/agro] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/pc/agro.cpp pc/agro] ==
SiS PCI Socket 7 based, El Torito based. Stub driver, in ''' shutms11 ''' it randomly craps out during boot, when it does it will eventually fail on an undocumented SiS6326/SiS630 area.
SiS PCI Socket 7 based, El Torito based. Stub driver, in ''' shutms11 ''' it randomly craps out during boot, when it does it will eventually fail on an undocumented SiS6326/SiS630 area.


== [http://github.com/mamedev/mame/blob/master/src/mame/pc/asst128.cpp pc/asst128] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/pc/asst128.cpp pc/asst128] ==
A ROM isn't dumped.
A ROM isn't dumped.


== [http://github.com/mamedev/mame/blob/master/src/mame/pc/at.cpp pc/at] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/pc/at.cpp pc/at] ==
Assorted PC-AT clones. Only preliminary emulation.
Assorted PC-AT clones. Only preliminary emulation.


== [http://github.com/mamedev/mame/blob/master/src/mame/pc/atpci.cpp pc/atpci] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/pc/atpci.cpp pc/atpci] ==
Pentium and PCI emulation still preliminary.
Pentium and PCI emulation still preliminary.


== [http://github.com/mamedev/mame/blob/master/src/mame/pc/champ2.cpp pc/champ2] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/pc/champ2.cpp pc/champ2] ==
Jumps in unpopulated RAM area as soon as it banks (PC=ca029 -> 0000:36AF), area may be multibanked instead.
Jumps in unpopulated RAM area as soon as it banks (PC=ca029 -> 0000:36AF), area may be multibanked instead.


== [http://github.com/mamedev/mame/blob/master/src/mame/pc/compc.cpp pc/compc] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/pc/compc.cpp pc/compc] ==
Preliminary driver. I8088 based. Boots with a timer2 error.
Preliminary driver. I8088 based. Boots with a timer2 error.


== [http://github.com/mamedev/mame/blob/master/src/mame/pc/conliner.cpp pc/conliner] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/pc/conliner.cpp pc/conliner] ==
VIA PCI Athlon Socket A based, with ATI Rage 128 Pro.
VIA PCI Athlon Socket A based, with ATI Rage 128 Pro.


== [http://github.com/mamedev/mame/blob/master/src/mame/pc/dawg.cpp pc/dawg] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/pc/dawg.cpp pc/dawg] ==
AMD Geode, MediaGX PCI based. Fails CPUID, actual Southbridge model is a superset of existing CS5530 core.
AMD Geode, MediaGX PCI based. Fails CPUID, actual Southbridge model is a superset of existing CS5530 core.


== [http://github.com/mamedev/mame/blob/master/src/mame/pc/ec184x.cpp pc/ec184x] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/pc/ec184x.cpp pc/ec184x] ==
''' ec1845 ''' - Differences to the other models aren't emulated yet.
''' ec1845 ''' - Differences to the other models aren't emulated yet.


== [http://github.com/mamedev/mame/blob/master/src/mame/pc/europc.cpp pc/europc] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/pc/europc.cpp pc/europc] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/pc/fruitpc.cpp pc/fruitpc] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/pc/fruitpc.cpp pc/fruitpc] ==
Custom STPCD0166BTC3 x86-based SoC. Was actually running in gameplay a long time ago, it now fails PSOT bootup. Said chipset is undocumented, should also require PCI conversion.
Custom STPCD0166BTC3 x86-based SoC. Was actually running in gameplay a long time ago, it now fails PSOT bootup. Said chipset is undocumented, should also require PCI conversion.


== [http://github.com/mamedev/mame/blob/master/src/mame/pc/ibmpc.cpp pc/ibmpc] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/pc/ibmpc.cpp pc/ibmpc] ==
''' ibm5140 ''' - It doesn't boot.
''' ibm5140 ''' - It doesn't boot.


== [http://github.com/mamedev/mame/blob/master/src/mame/pc/ibmpcjr.cpp pc/ibmpcjr] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/pc/ibmpcjr.cpp pc/ibmpcjr] ==
''' ibmpcjx ''' - Dump is incomplete.
''' ibmpcjx ''' - Dump is incomplete.


== [http://github.com/mamedev/mame/blob/master/src/mame/pc/iskr103x.cpp pc/iskr103x] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/pc/iskr103x.cpp pc/iskr103x] ==
''' iskr1030 ''' - Keyboard test doesn't pass.
''' iskr1030 ''' - Keyboard test doesn't pass.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/pc/mdartstr.cpp pc/mdartstr] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/pc/mdartstr.cpp pc/mdartstr] ==
Requires a dartboard layout, which in turn is problematic for non-square touch detection.
Requires a dartboard layout, which in turn is problematic for non-square touch detection.


== [http://github.com/mamedev/mame/blob/master/src/mame/pc/pangofun.cpp pc/pangofun] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/pc/pangofun.cpp pc/pangofun] ==
PC based with UM8498F chipset (undocumented). ROM disk boot not understood, possibly bad / incomplete dump.
PC based with UM8498F chipset (undocumented). ROM disk boot not understood, possibly bad / incomplete dump.


== [http://github.com/mamedev/mame/blob/master/src/mame/pc/paokaipc.cpp pc/paokaipc] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/pc/paokaipc.cpp pc/paokaipc] ==
Intel PCI Socket 7 based with SiS315 and a eGalax USB touchscreen. Black screen during POST due of PS/2 HLE incompatible with the VIA X-Bus it requires.
Intel PCI Socket 7 based with SiS315 and a eGalax USB touchscreen. Black screen during POST due of PS/2 HLE incompatible with the VIA X-Bus it requires.


== [http://github.com/mamedev/mame/blob/master/src/mame/pc/pc.cpp pc/pc] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/pc/pc.cpp pc/pc] ==
Generic driver for ibm5150 derived PCs. Most machines' specific details haven't been implemented yet.
Generic driver for ibm5150 derived PCs. Most machines' specific details haven't been implemented yet.


== [http://github.com/mamedev/mame/blob/master/src/mame/pc/pcat_dyn.cpp pc/pcat_dyn] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/pc/pcat_dyn.cpp pc/pcat_dyn] ==
''' toursol1 ''' - Protection check hasn't been patched out, like it has in the parent.
''' toursol1 ''' - Protection check hasn't been patched out, like it has in the parent.


== [http://github.com/mamedev/mame/blob/master/src/mame/pc/pcat_nit.cpp pc/pcat_nit] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/pc/pcat_nit.cpp pc/pcat_nit] ==
''' streetg and clones ''' - PC hardware emulation is still incomplete.
''' streetg and clones ''' - PC hardware emulation is still incomplete.


== [http://github.com/mamedev/mame/blob/master/src/mame/pc/play4texash.cpp pc/play4texash] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/pc/play4texash.cpp pc/play4texash] ==
Customized Intel PCIe Atom based.
Customized Intel PCIe Atom based.


== [http://github.com/mamedev/mame/blob/master/src/mame/pc/przone.cpp pc/przone] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/pc/przone.cpp pc/przone] ==
ALi Socket 7 based. Currently faked to use an Intel one (game doesn't seem to care), mouse is currently hooked up instead of trackball. Most games are playable, few of them have logic or gfx bugs. Printer error B0 keeps popping in attract/game select (needs disabling in service mode).
ALi Socket 7 based. Currently faked to use an Intel one (game doesn't seem to care), mouse is currently hooked up instead of trackball. Most games are playable, few of them have logic or gfx bugs. Printer error B0 keeps popping in attract/game select (needs disabling in service mode).


== [http://github.com/mamedev/mame/blob/master/src/mame/pc/ps2.cpp pc/ps2] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/pc/ps2.cpp pc/ps2] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/pc/quakeat.cpp pc/quakeat] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/pc/quakeat.cpp pc/quakeat] ==
Intel PCI Slot 1 based. Undumped BIOS, does something with ''' pcipc ''' but then fails due of missing dongle emulation.
Intel PCI Slot 1 based. Undumped BIOS, does something with ''' pcipc ''' but then fails due of missing dongle emulation.


== [http://github.com/mamedev/mame/blob/master/src/mame/pc/queen.cpp pc/queen] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/pc/queen.cpp pc/queen] ==
VIA Eden (Socket 370?) PCI based. Requires a couple steps in the VIA family chipset emulation.
VIA Eden (Socket 370?) PCI based. Requires a couple steps in the VIA family chipset emulation.


== [http://github.com/mamedev/mame/blob/master/src/mame/pc/seawolfm.cpp pc/seawolfm] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/pc/seawolfm.cpp pc/seawolfm] ==
Intel PCIe Socket T based + nVidia GS8400.
Intel PCIe Socket T based + nVidia GS8400.


== [http://github.com/mamedev/mame/blob/master/src/mame/pc/sis630.cpp pc/sis630] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/pc/sis630.cpp pc/sis630] ==
''' shutms11 ''' works to some extent, will eventually fail installing P3 era OSes due of missing parts between chipset and/or individual PCI card faults.
''' shutms11 ''' works to some extent, will eventually fail installing P3 era OSes due of missing parts between chipset and/or individual PCI card faults.


''' gamecstl ''' SiS630 variant using an industrial class mobo. Black screen due of a parity error after exiting SMI routines. Fails ISA state $d2 "Unknown interrupt" afterwards.
''' gamecstl ''' SiS630 variant using an industrial class mobo. Black screen due of a parity error after exiting SMI routines. Fails ISA state $d2 "Unknown interrupt" afterwards.


== [http://github.com/mamedev/mame/blob/master/src/mame/pc/sshuffle.cpp pc/sshuffle] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/pc/sshuffle.cpp pc/sshuffle] ==
AMD Sempron + nVidia nForce PCIe chipset based.
AMD Sempron + nVidia nForce PCIe chipset based.


== [http://github.com/mamedev/mame/blob/master/src/mame/pce/ggconnie.cpp pce/ggconnie] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/pce/ggconnie.cpp pce/ggconnie] ==
Hardware is PC-Engine Supergrafx based. RTC & hopper not emulated.
Hardware is PC-Engine Supergrafx based. RTC & hopper not emulated.


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


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


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


''' quizardff ''' - No MCU dump.
''' quizardff ''' - No MCU dump.


== [http://github.com/mamedev/mame/blob/master/src/mame/philips/vg5k.cpp philips/vg5k] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/philips/vg5k.cpp philips/vg5k] ==
1200 bauds cassette doesn't work.
1200 bauds cassette doesn't work.


== [http://github.com/mamedev/mame/blob/master/src/mame/philips/yes.cpp philips/yes] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/philips/yes.cpp philips/yes] ==
Very preliminary driver. HD6845 drawing not implemented.
Very preliminary driver. HD6845 drawing not implemented.


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


''' griffono ''' - Hangs during attract mode or after coining up.
''' griffono ''' - Hangs during attract mode or after coining up.


== [http://github.com/mamedev/mame/blob/master/src/mame/pinball/allied.cpp pinball/allied] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/pinball/allied.cpp pinball/allied] ==
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/pinball/by17.cpp pinball/by17] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/pinball/by17.cpp pinball/by17] ==
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/pinball/by35.cpp pinball/by35] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/pinball/by35.cpp pinball/by35] ==
Pinball hardware. Not playable without mechanical part simulation.
Pinball hardware. Not playable without mechanical part simulation.


== [http://github.com/mamedev/mame/blob/master/src/mame/pinball/gp_1.cpp pinball/gp_1] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/pinball/gp_1.cpp pinball/gp_1] ==
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/pinball/gts1.cpp pinball/gts1] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/pinball/gts1.cpp pinball/gts1] ==
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/pinball/icecold.cpp pinball/icecold] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/pinball/icecold.cpp pinball/icecold] ==
Mechanical arcade games which need simulation of the mechanical part to be playable.
Mechanical arcade games which need simulation of the mechanical part to be playable.


== [http://github.com/mamedev/mame/blob/master/src/mame/pinball/missamer.cpp pinball/missamer] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/pinball/missamer.cpp pinball/missamer] ==
Mainly there's no ball physics simulation.
Mainly there's no ball physics simulation.


== [http://github.com/mamedev/mame/blob/master/src/mame/pinball/newcanasta.cpp pinball/newcanasta] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/pinball/newcanasta.cpp pinball/newcanasta] ==
Intel PCIe LGA 775 based.
Intel PCIe LGA 775 based.


== [http://github.com/mamedev/mame/blob/master/src/mame/pinball/recel.cpp pinball/recel] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/pinball/recel.cpp pinball/recel] ==
Pinball games. Preliminary, and the missing simulation of the tables makes them unplayable.
Pinball games. Preliminary, and the missing simulation of the tables makes them unplayable.


== [http://github.com/mamedev/mame/blob/master/src/mame/playmark/sderby.cpp playmark/sderby] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/playmark/sderby.cpp playmark/sderby] ==
''' croupier and clones, magictch, tropfrt ''' - Protection MCU handles win rates etc.  Correct win behavior is critical to this gambling games functioning as expected, so simulation probably doesn't make sense.
''' croupier and clones, magictch, tropfrt ''' - Protection MCU handles win rates etc.  Correct win behavior is critical to this gambling games functioning as expected, so simulation probably doesn't make sense.


== [http://github.com/mamedev/mame/blob/master/src/mame/poly88/poly88.cpp poly88/poly88] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/poly88/poly88.cpp poly88/poly88] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/positron/positron.cpp positron/positron] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/positron/positron.cpp positron/positron] ==
Computer. MC6809 based. Emulation is very incomplete due to missing info.
Computer. MC6809 based. Emulation is very incomplete due to missing info.


== [http://github.com/mamedev/mame/blob/master/src/mame/psikyo/psikyosh.cpp psikyo/psikyosh] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/psikyo/psikyosh.cpp psikyo/psikyosh] ==
''' s1945iiibl,s1945iiibla ''' - Sprites only show up if launched with -debug.
''' s1945iiibl,s1945iiibla ''' - Sprites only show up if launched with -debug.


== [http://github.com/mamedev/mame/blob/master/src/mame/psion/psion.cpp psion/psion] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/psion/psion.cpp psion/psion] ==
''' psion1 ''' - Peculiarities of this model aren't emulated.
''' psion1 ''' - Peculiarities of this model aren't emulated.


== [http://github.com/mamedev/mame/blob/master/src/mame/psion/psion3.cpp psion/psion3] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/psion/psion3.cpp psion/psion3] ==
Needs emulation of battery backed RAM.
Needs emulation of battery backed RAM.


== [http://github.com/mamedev/mame/blob/master/src/mame/psion/psion3a.cpp psion/psion3a] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/psion/psion3a.cpp psion/psion3a] ==
Needs emulation of battery backed RAM, sound devices, serial ports and fixing of RAM detection for 3mx.
Needs emulation of battery backed RAM, sound devices, serial ports and fixing of RAM detection for 3mx.


== [http://github.com/mamedev/mame/blob/master/src/mame/psion/siena.cpp psion/siena] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/psion/siena.cpp psion/siena] ==
Needs emulation of battery backed RAM.
Needs emulation of battery backed RAM.


== [http://github.com/mamedev/mame/blob/master/src/mame/psion/workabout.cpp psion/workabout] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/psion/workabout.cpp psion/workabout] ==
Needs emulation of battery backed RAM.
Needs emulation of battery backed RAM.


== [http://github.com/mamedev/mame/blob/master/src/mame/quantel/dpb7000.cpp quantel/dpb7000] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/quantel/dpb7000.cpp quantel/dpb7000] ==
Disk Sequencer Card emulation is preliminary.
Disk Sequencer Card emulation is preliminary.


== [http://github.com/mamedev/mame/blob/master/src/mame/qume/qvt70.cpp qume/qvt70] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/qume/qvt70.cpp qume/qvt70] ==
Preliminary emulation. No inputs.
Preliminary emulation. No inputs.


== [http://github.com/mamedev/mame/blob/master/src/mame/recfranco/rfslotspcpent.cpp recfranco/rfslotspcpent] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/recfranco/rfslotspcpent.cpp recfranco/rfslotspcpent] ==
Intel PCI Socket 478 based + Windows CE with mechanical features.
Intel PCI Socket 478 based + Windows CE with mechanical features.


== [http://github.com/mamedev/mame/blob/master/src/mame/regnecentralen/rc702.cpp regnecentralen/rc702] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/regnecentralen/rc702.cpp regnecentralen/rc702] ==
Needs floppy emulation to be able to test and emulate more features.
Needs floppy emulation to be able to test and emulate more features.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/robotron/a5105.cpp robotron/a5105] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/robotron/a5105.cpp robotron/a5105] ==
There's a hang while scrolling and cassette loading (bit 7 of port 91) needs work.
There's a hang while scrolling and cassette loading (bit 7 of port 91) needs work.


== [http://github.com/mamedev/mame/blob/master/src/mame/robotron/a51xx.cpp robotron/a51xx] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/robotron/a51xx.cpp robotron/a51xx] ==
Skeleton driver. 65C816 based.
Skeleton driver. 65C816 based.


== [http://github.com/mamedev/mame/blob/master/src/mame/robotron/a7150.cpp robotron/a7150] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/robotron/a7150.cpp robotron/a7150] ==
Needs MMS16 (Multibus clone) and slot devices emulation, native keyboard and more work on the  A7100 model.
Needs MMS16 (Multibus clone) and slot devices emulation, native keyboard and more work on the  A7100 model.


== [http://github.com/mamedev/mame/blob/master/src/mame/robotron/k1003.cpp robotron/k1003] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/robotron/k1003.cpp robotron/k1003] ==
Skeleton driver. I8008 based. Keyboard isn't emulated.
Skeleton driver. I8008 based. Keyboard isn't emulated.


== [http://github.com/mamedev/mame/blob/master/src/mame/robotron/k8915.cpp robotron/k8915] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/robotron/k8915.cpp robotron/k8915] ==
Skeleton driver. Z80 based. Chargen ROM isn't dumped.
Skeleton driver. Z80 based. Chargen ROM isn't dumped.


== [http://github.com/mamedev/mame/blob/master/src/mame/robotron/rt1715.cpp robotron/rt1715] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/robotron/rt1715.cpp robotron/rt1715] ==


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


== [http://github.com/mamedev/mame/blob/master/src/mame/robotron/z9001.cpp robotron/z9001] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/robotron/z9001.cpp robotron/z9001] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/rockwell/aim65_40.cpp rockwell/aim65_40] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/rockwell/aim65_40.cpp rockwell/aim65_40] ==
Skeleton driver.
Skeleton driver.


== [http://github.com/mamedev/mame/blob/master/src/mame/roland/roland_cm32p.cpp roland/roland_cm32p] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/roland/roland_cm32p.cpp roland/roland_cm32p] ==
Synth. Sound isn't emulated yet.
Synth. Sound isn't emulated yet.


== [http://github.com/mamedev/mame/blob/master/src/mame/roland/roland_d10.cpp roland/roland_d10] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/roland/roland_d10.cpp roland/roland_d10] ==
Expander. Sound isn't emulated yet.
Expander. Sound isn't emulated yet.


== [http://github.com/mamedev/mame/blob/master/src/mame/roland/roland_d50.cpp roland/roland_d50] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/roland/roland_d50.cpp roland/roland_d50] ==
Skeletonish. Synthesizer. UPD78312 based.
Skeletonish. Synthesizer. UPD78312 based.


== [http://github.com/mamedev/mame/blob/master/src/mame/roland/roland_d70.cpp roland/roland_d70] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/roland/roland_d70.cpp roland/roland_d70] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/roland/roland_mt32.cpp roland/roland_mt32] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/roland/roland_mt32.cpp roland/roland_mt32] ==
Skeletonish. Expander. P8098 based.
Skeletonish. Expander. P8098 based.


== [http://github.com/mamedev/mame/blob/master/src/mame/roland/roland_pr100.cpp roland/roland_pr100] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/roland/roland_pr100.cpp roland/roland_pr100] ==
MIDI sequencer. Needs emulation of the gate arrays.
MIDI sequencer. Needs emulation of the gate arrays.


== [http://github.com/mamedev/mame/blob/master/src/mame/roland/roland_sc55.cpp roland/roland_sc55] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/roland/roland_sc55.cpp roland/roland_sc55] ==
Skeletonish. Expander. P8098 based.
Skeletonish. Expander. P8098 based.


== [http://github.com/mamedev/mame/blob/master/src/mame/roland/roland_sc55mk2.cpp roland/roland_sc55mk2] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/roland/roland_sc55mk2.cpp roland/roland_sc55mk2] ==
First off it needs a H8/500 series CPU core.
First off it needs a H8/500 series CPU core.


== [http://github.com/mamedev/mame/blob/master/src/mame/roland/roland_tb303.cpp roland/roland_tb303] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/roland/roland_tb303.cpp roland/roland_tb303] ==
Bass line. NEC_D650. Sound unemulated (discrete).
Bass line. NEC_D650. Sound unemulated (discrete).


== [http://github.com/mamedev/mame/blob/master/src/mame/roland/roland_tr909.cpp roland/roland_tr909] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/roland/roland_tr909.cpp roland/roland_tr909] ==
Drum machine. UPD7810. Sound unemulated.
Drum machine. UPD7810. Sound unemulated.


== [http://github.com/mamedev/mame/blob/master/src/mame/rolm/r9751.cpp rolm/r9751] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/rolm/r9751.cpp rolm/r9751] ==


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


== [http://github.com/mamedev/mame/blob/master/src/mame/sanyo/phc25.cpp sanyo/phc25] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sanyo/phc25.cpp sanyo/phc25] ==
''' map1010 ''' - Tape control not implemented yet.
''' map1010 ''' - Tape control not implemented yet.


== [http://github.com/mamedev/mame/blob/master/src/mame/sega/bingoc.cpp sega/bingoc] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sega/bingoc.cpp sega/bingoc] ==
''' bingoc ''' - Needs to be connected to the terminals. 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/sega/chihiro.cpp sega/chihiro] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sega/chihiro.cpp sega/chihiro] ==
X-BOX hardware emulation is still preliminary, but some games boot, albeit slowly.
X-BOX hardware emulation is still preliminary, but some games boot, albeit slowly.


== [http://github.com/mamedev/mame/blob/master/src/mame/sega/coolridr.cpp sega/coolridr] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sega/coolridr.cpp sega/coolridr] ==
''' aquastge ''' - coin pusher, some video bugs, never completes RAM test, some inputs aren't hooked up.
''' aquastge ''' - coin pusher, some video bugs, never completes RAM test, some inputs aren't hooked up.


== [http://github.com/mamedev/mame/blob/master/src/mame/sega/dc_atomiswave.cpp sega/dc_atomiswave] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sega/dc_atomiswave.cpp sega/dc_atomiswave] ==
Most games show something and some are playable, but emulation is still incomplete.
Most games show something and some are playable, but emulation is still incomplete.


== [http://github.com/mamedev/mame/blob/master/src/mame/sega/dccons.cpp sega/dccons] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sega/dccons.cpp sega/dccons] ==
Dreamcast emulation is preliminary. Big TODO at the top of the driver, not extensively tested.
Dreamcast emulation is preliminary. Big TODO at the top of the driver, not extensively tested.


== [http://github.com/mamedev/mame/blob/master/src/mame/sega/flashbeats.cpp sega/flashbeats] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sega/flashbeats.cpp sega/flashbeats] ==
Preliminary driver. H8/3007 based.
Preliminary driver. H8/3007 based.


== [http://github.com/mamedev/mame/blob/master/src/mame/sega/fwheel.cpp sega/fwheel] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sega/fwheel.cpp sega/fwheel] ==
Communications with other boards aren't implemented yet, causing missing controls.
Communications with other boards aren't implemented yet, causing missing controls.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/sega/hikaru.cpp sega/hikaru] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sega/hikaru.cpp sega/hikaru] ==
Skeleton driver. Dual SH-4 based system with fairly complex PCI setup.
Skeleton driver. Dual SH-4 based system with fairly complex PCI setup.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/sega/kopunch.cpp sega/kopunch] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sega/kopunch.cpp sega/kopunch] ==
Boxing bag game. Sensors aren't emulated, so it isn't "playable".
Boxing bag game. Sensors aren't emulated, so it isn't "playable".


== [http://github.com/mamedev/mame/blob/master/src/mame/sega/lindbergh.cpp sega/lindbergh] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sega/lindbergh.cpp sega/lindbergh] ==
Custom NEC-based Intel PCIe chipset.  
Custom NEC-based Intel PCIe chipset.  


== [http://github.com/mamedev/mame/blob/master/src/mame/sega/mdconsole.cpp sega/mdconsole] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sega/mdconsole.cpp sega/mdconsole] ==
''' 32x and clones ''' - requires conversion to actual cart bus.  
''' 32x and clones ''' - requires conversion to actual cart bus.  


Line 2,684: Line 2,682:
''' laseract and clone(s) ''' - MegaCD with extra LD player. Hangs on CD/LD BIOS player.
''' laseract and clone(s) ''' - MegaCD with extra LD player. Hangs on CD/LD BIOS player.


== [http://github.com/mamedev/mame/blob/master/src/mame/sega/megadriv_acbl.cpp sega/megadriv_acbl] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sega/megadriv_acbl.cpp sega/megadriv_acbl] ==
''' bk3ssrmb ''' - The mechanism to switch between the 2 games hasn't been identified yet.
''' bk3ssrmb ''' - The mechanism to switch between the 2 games hasn't been identified yet.


Line 2,695: Line 2,693:
''' srssf2mb ''' - Both games seem to expect starting in the 0xf00000 range.
''' srssf2mb ''' - Both games seem to expect starting in the 0xf00000 range.


== [http://github.com/mamedev/mame/blob/master/src/mame/sega/megadriv_rad.cpp sega/megadriv_rad] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sega/megadriv_rad.cpp sega/megadriv_rad] ==
''' ra145 ''' - Bad dump.
''' ra145 ''' - Bad dump.


== [http://github.com/mamedev/mame/blob/master/src/mame/sega/megadriv_sunplus_hybrid.cpp sega/megadriv_sunplus_hybrid] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sega/megadriv_sunplus_hybrid.cpp sega/megadriv_sunplus_hybrid] ==
SunPlus side isn't hooked up.
SunPlus side isn't hooked up.


== [http://github.com/mamedev/mame/blob/master/src/mame/sega/megadriv_vt_hybrid.cpp sega/megadriv_vt_hybrid] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sega/megadriv_vt_hybrid.cpp sega/megadriv_vt_hybrid] ==
VT side isn't hooked up.
VT side isn't hooked up.


== [http://github.com/mamedev/mame/blob/master/src/mame/sega/megaplay.cpp sega/megaplay] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sega/megaplay.cpp sega/megaplay] ==
''' mp_bio ''' - Frequently softlocks after continue, usually on the 2nd stage.
''' mp_bio ''' - Frequently softlocks after continue, usually on the 2nd stage.


''' mp_shnb3 ''' - Game softlocks if you coin during the intro sequence.
''' mp_shnb3 ''' - Game softlocks if you coin during the intro sequence.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/sega/model1.cpp sega/model1] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sega/model1.cpp sega/model1] ==
''' netmerc ''' - Guesswork incomplete on the math copro dsp functions and program impossible to dump without decapping.
''' 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, hookup. TGP BIOS requires redumping which may or may not fix it.
''' vf ''' - Collision detection is broken due to imperfect TGP RAM port emulation, hookup. TGP BIOS requires redumping which may or may not fix it.


== [http://github.com/mamedev/mame/blob/master/src/mame/sega/model2.cpp sega/model2] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sega/model2.cpp sega/model2] ==
Implementation of the 3D systems is either guesswork (Model 2, 2A) or incomplete (Model 2B, 2C). Some of the marked MNWs are just really requiring more testing.
Implementation of the 3D systems is either guesswork (Model 2, 2A) or incomplete (Model 2B, 2C). Some of the marked MNWs are just really requiring more testing.


Line 2,726: Line 2,724:
''' topskatr ''' - Uses a different geometrizer DSP code than any other game in the driver.
''' topskatr ''' - Uses a different geometrizer DSP code than any other game in the driver.


== [http://github.com/mamedev/mame/blob/master/src/mame/sega/model3.cpp sega/model3] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sega/model3.cpp sega/model3] ==
Several missing features in the renderer.
Several missing features in the renderer.


''' spikeout/spikeofe ''' - severe mip mapping issues.  
''' spikeout/spikeofe ''' - severe mip mapping issues.  


== [http://github.com/mamedev/mame/blob/master/src/mame/sega/naomi.cpp sega/naomi] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sega/naomi.cpp sega/naomi] ==
Most games show something and some are playable, but emulation is still incomplete.
Most games show something and some are playable, but emulation is still incomplete.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/sega/sderby2.cpp sega/sderby2] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sega/sderby2.cpp sega/sderby2] ==
The video CPUs are waiting for commands from another source. It is assumed that there is at least one other PCB (834-5526?) which drives the video PCBs and perhaps generates sound. The satellite PCB is emulated in sg1000a.cpp.
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.


== [http://github.com/mamedev/mame/blob/master/src/mame/sega/sega_ferie.cpp sega/sega_ferie] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sega/sega_ferie.cpp sega/sega_ferie] ==
Inputs problems.
Inputs problems.


== [http://github.com/mamedev/mame/blob/master/src/mame/sega/segaai.cpp sega/segaai] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sega/segaai.cpp sega/segaai] ==
Cassette isn't correctly implemented yet.
Cassette isn't correctly implemented yet.


== [http://github.com/mamedev/mame/blob/master/src/mame/sega/segaatom.cpp sega/segaatom] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sega/segaatom.cpp sega/segaatom] ==
Preliminary driver. H8S/2373 based.
Preliminary driver. H8S/2373 based.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/sega/segafruit.cpp sega/segafruit] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sega/segafruit.cpp sega/segafruit] ==
Decryption may still not be 100% correct yet.
Decryption may still not be 100% correct yet.


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


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


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


== [http://github.com/mamedev/mame/blob/master/src/mame/sega/segapico.cpp sega/segapico] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sega/segapico.cpp sega/segapico] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/sega/segapm.cpp sega/segapm] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sega/segapm.cpp sega/segapm] ==
Skeleton driver. Sega 32X based.
Skeleton driver. Sega 32X based.


== [http://github.com/mamedev/mame/blob/master/src/mame/sega/segas16b.cpp sega/segas16b] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sega/segas16b.cpp sega/segas16b] ==
''' fpointbla ''' - Bootleg with different memory map / registers. Misses bgfx and sprites aren't correctly aligned.
''' fpointbla ''' - Bootleg with different memory map / registers. Misses bgfx and sprites aren't correctly aligned.


''' dddoor, wfishing ''' - Needs correct inputs / outputs.
''' dddoor, wfishing ''' - Needs correct inputs / outputs.


== [http://github.com/mamedev/mame/blob/master/src/mame/sega/segas18.cpp sega/segas18] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sega/segas18.cpp sega/segas18] ==
''' pontoon, pontoona ''' - Only the terminal is dumped. pontoona might be the main unit, but needs the FD1094 dumped.
''' pontoon, pontoona ''' - Only the terminal is dumped. pontoona might be the main unit, but needs the FD1094 dumped.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/sega/segas32.cpp sega/segas32] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sega/segas32.cpp sega/segas32] ==
''' as1 ''' - Needs laserdisc dump and emulation.
''' as1 ''' - Needs laserdisc dump and emulation.


== [http://github.com/mamedev/mame/blob/master/src/mame/sega/segasm1.cpp sega/segasm1] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sega/segasm1.cpp sega/segasm1] ==
''' bingpty, carboule ''' - Satellite boards. Need dump of the other boards.
''' bingpty, carboule ''' - Satellite boards. Need dump of the other boards.


''' blicks, tinkerbl ''' - Inputs (inserting a coin freezes some of the text on screen).
''' blicks, tinkerbl ''' - Inputs (inserting a coin freezes some of the text on screen).


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


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


== [http://github.com/mamedev/mame/blob/master/src/mame/sega/segaybd.cpp sega/segaybd] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sega/segaybd.cpp sega/segaybd] ==
''' pdrift and clones ''' - They lock up. TAS opcode related?
''' pdrift and clones ''' - They lock up. TAS opcode related?


== [http://github.com/mamedev/mame/blob/master/src/mame/sega/sg1000a.cpp sega/sg1000a] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sega/sg1000a.cpp sega/sg1000a] ==
''' sderbys ''' - Satellite board. The main board needs to be dumped. Only partially decrypted.
''' 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.
''' sderby2s ''' - Satellite board. The main board needs to be dumped. Also inputs aren't hooked up.


== [http://github.com/mamedev/mame/blob/master/src/mame/sega/shtzone.cpp sega/shtzone] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sega/shtzone.cpp sega/shtzone] ==
Gun doesn't work. Actual timer doesn't seem to match what's set by the dips.
Gun doesn't work. Actual timer doesn't seem to match what's set by the dips.


== [http://github.com/mamedev/mame/blob/master/src/mame/sega/sms_bootleg.cpp sega/sms_bootleg] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sega/sms_bootleg.cpp sega/sms_bootleg] ==
Missing timer, banking non totally implemented.
Missing timer, banking non totally implemented.


== [http://github.com/mamedev/mame/blob/master/src/mame/sega/speedbsk.cpp sega/speedbsk] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sega/speedbsk.cpp sega/speedbsk] ==
''' speedbsk ''' - Mechanical, extensive TODO at the top of the driver.
''' speedbsk ''' - Mechanical, extensive TODO at the top of the driver.


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


Line 2,835: Line 2,833:
''' yattrmnp ''' - Needs emulation of the medal game specific hardware.
''' yattrmnp ''' - Needs emulation of the medal game specific hardware.


== [http://github.com/mamedev/mame/blob/master/src/mame/sega/svmu.cpp sega/svmu] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sega/svmu.cpp sega/svmu] ==


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


Line 2,846: Line 2,844:
''' timescanbl ''' - Encrypted.
''' timescanbl ''' - Encrypted.


== [http://github.com/mamedev/mame/blob/master/src/mame/sega/timetrv.cpp sega/timetrv] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sega/timetrv.cpp sega/timetrv] ==
''' timetrv2 ''' - Needs laserdisc dump for this ROM, which has different frame indexes from the parent.
''' timetrv2 ''' - Needs laserdisc dump for this ROM, which has different frame indexes from the parent.


== [http://github.com/mamedev/mame/blob/master/src/mame/sega/vicdual.cpp sega/vicdual] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sega/vicdual.cpp sega/vicdual] ==
''' carnivalca ''' - One of the program ROMs need a redump.
''' carnivalca ''' - One of the program ROMs need a redump.


''' invho2a ''' - Bad colors (wrong for Invinco, all black for Head On 2) render the games unplayable. Multiple dump attempts of the color PROM have given the same result.
''' invho2a ''' - Bad colors (wrong for Invinco, all black for Head On 2) render the games unplayable. Multiple dump attempts of the color PROM have given the same result.


== [http://github.com/mamedev/mame/blob/master/src/mame/seibu/airraid.cpp seibu/airraid] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/seibu/airraid.cpp seibu/airraid] ==
''' airraid, cshooter ''' - GFX ROMs in black 'blobs'.
''' airraid, cshooter ''' - GFX ROMs in black 'blobs'.


== [http://github.com/mamedev/mame/blob/master/src/mame/seibu/banprestoms.cpp seibu/banprestoms] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/seibu/banprestoms.cpp seibu/banprestoms] ==
Need emulation of the card printer / dispenser.
Need emulation of the card printer / dispenser.


== [http://github.com/mamedev/mame/blob/master/src/mame/seibu/deadang.cpp seibu/deadang] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/seibu/deadang.cpp seibu/deadang] ==
''' popnrun and clone ''' - GFX ROMs aren't dumped. They are inside an epoxy block, similar to the Air Raid one.
''' popnrun and clone ''' - GFX ROMs aren't dumped. They are inside an epoxy block, similar to the Air Raid one.


== [http://github.com/mamedev/mame/blob/master/src/mame/seibu/legionna.cpp seibu/legionna] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/seibu/legionna.cpp seibu/legionna] ==
''' cupsoc and clones ''' - Earliest variant of the Seibu 'COP' protection device. Extra macro opcodes it uses causes erratic auto-movements, possibly more issues afterwards.
''' cupsoc and clones ''' - Earliest variant of the Seibu 'COP' protection device. Extra macro opcodes it uses causes erratic auto-movements, possibly more issues afterwards.


== [http://github.com/mamedev/mame/blob/master/src/mame/seibu/panicr.cpp seibu/panicr] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/seibu/panicr.cpp seibu/panicr] ==
Collision detection is broken.
Collision detection is broken.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/seibu/raiden2.cpp seibu/raiden2] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/seibu/raiden2.cpp seibu/raiden2] ==
''' zeroteam and clones ''' - Erratic bird boss movements, causes gameplay stall. Possibly further issues afterwards
''' zeroteam and clones ''' - Erratic bird boss movements, causes gameplay stall. Possibly further issues afterwards


''' xsedae ''' - Not extensively tested (Korean language barrier)
''' xsedae ''' - Not extensively tested (Korean language barrier)


== [http://github.com/mamedev/mame/blob/master/src/mame/seibu/seibucats.cpp seibu/seibucats] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/seibu/seibucats.cpp seibu/seibucats] ==
Needs DVD emulation first, lots more.
Needs DVD emulation first, lots more.


== [http://github.com/mamedev/mame/blob/master/src/mame/seibu/seicupbl.cpp seibu/seicupbl] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/seibu/seicupbl.cpp seibu/seicupbl] ==
These bootlegs don't have the COP protection of the original. It hasn't been figured out yet how they replace it.
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/seibu/stfight.cpp seibu/stfight] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/seibu/stfight.cpp seibu/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/sequential/prophet600.cpp sequential/prophet600] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sequential/prophet600.cpp sequential/prophet600] ==


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


Line 2,899: Line 2,897:
''' cultname ''' -
''' cultname ''' -


== [http://github.com/mamedev/mame/blob/master/src/mame/seta/namcoeva.cpp seta/namcoeva] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/seta/namcoeva.cpp seta/namcoeva] ==
Whack-a-mole type games. Inputs aren't emulated yet.
Whack-a-mole type games. Inputs aren't emulated yet.


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


''' zingzipbl ''' - Bootleg on different hardware.
''' zingzipbl ''' - Bootleg on different hardware.


== [http://github.com/mamedev/mame/blob/master/src/mame/seta/seta2.cpp seta/seta2] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/seta/seta2.cpp seta/seta2] ==
''' ablastb ''' - Bootleg on different hardware. At least the "tilemap sprite" y offset flags are different.
''' ablastb ''' - Bootleg on different hardware. At least the "tilemap sprite" y offset flags are different.


Line 2,914: Line 2,912:
''' staraudi ''' - Needs flipscreen hooked up properly with new code to function at all.
''' staraudi ''' - Needs flipscreen hooked up properly with new code to function at all.


== [http://github.com/mamedev/mame/blob/master/src/mame/seta/simple_st0016.cpp seta/simple_st0016] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/seta/simple_st0016.cpp seta/simple_st0016] ==
''' dcrown, dcrowna ''' - Slightly different hardware.
''' dcrown, dcrowna ''' - Slightly different hardware.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/sfrj/galeb.cpp sfrj/galeb] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sfrj/galeb.cpp sfrj/galeb] ==
Cassette isn't working yet.
Cassette isn't working yet.


== [http://github.com/mamedev/mame/blob/master/src/mame/sfrj/idpartner.cpp sfrj/idpartner] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sfrj/idpartner.cpp sfrj/idpartner] ==
Preliminary driver. Z80 based.
Preliminary driver. Z80 based.


== [http://github.com/mamedev/mame/blob/master/src/mame/sfrj/orao.cpp sfrj/orao] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sfrj/orao.cpp sfrj/orao] ==
Cassette isn't working yet.
Cassette isn't working yet.


== [http://github.com/mamedev/mame/blob/master/src/mame/sfrj/tim011.cpp sfrj/tim011] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sfrj/tim011.cpp sfrj/tim011] ==
Skeleton-ish. Z180 based.
Skeleton-ish. Z180 based.


== [http://github.com/mamedev/mame/blob/master/src/mame/sgi/crimson.cpp sgi/crimson] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sgi/crimson.cpp sgi/crimson] ==
Skeleton driver. MIPS based
Skeleton driver. MIPS based


== [http://github.com/mamedev/mame/blob/master/src/mame/sgi/indy_indigo2.cpp sgi/indy_indigo2] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sgi/indy_indigo2.cpp sgi/indy_indigo2] ==
''' indigo2_4415 ''' - The different hardware isn't emulated yet.
''' indigo2_4415 ''' - The different hardware isn't emulated yet.


== [http://github.com/mamedev/mame/blob/master/src/mame/sgi/iris_power.cpp sgi/iris_power] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sgi/iris_power.cpp sgi/iris_power] ==
Skeleton driver. MIPS based.
Skeleton driver. MIPS based.


== [http://github.com/mamedev/mame/blob/master/src/mame/sgi/o2.cpp sgi/o2] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sgi/o2.cpp sgi/o2] ==
Skeleton driver. MIPS based.
Skeleton driver. MIPS based.


== [http://github.com/mamedev/mame/blob/master/src/mame/sgi/octane.cpp sgi/octane] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sgi/octane.cpp sgi/octane] ==
Skeleton driver. MIPS based.
Skeleton driver. MIPS based.


== [http://github.com/mamedev/mame/blob/master/src/mame/sgi/tt.cpp sgi/tt] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sgi/tt.cpp sgi/tt] ==
Needs graphics and emulation of the variants.
Needs graphics and emulation of the variants.


== [http://github.com/mamedev/mame/blob/master/src/mame/sharp/fontwriter.cpp sharp/fontwriter] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sharp/fontwriter.cpp sharp/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/sharp/mz2000.cpp sharp/mz2000] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sharp/mz2000.cpp sharp/mz2000] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/sharp/mz6500.cpp sharp/mz6500] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sharp/mz6500.cpp sharp/mz6500] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/sharp/mz700.cpp sharp/mz700] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sharp/mz700.cpp sharp/mz700] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/sharp/pc1500.cpp sharp/pc1500] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sharp/pc1500.cpp sharp/pc1500] ==


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


== [http://github.com/mamedev/mame/blob/master/src/mame/sharp/pocketc.cpp sharp/pocketc] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sharp/pocketc.cpp sharp/pocketc] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/sharp/x1.cpp sharp/x1] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sharp/x1.cpp sharp/x1] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/sharp/x1twin.cpp sharp/x1twin] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sharp/x1twin.cpp sharp/x1twin] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/sharp/x68k.cpp sharp/x68k] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sharp/x68k.cpp sharp/x68k] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/siemens/pcd.cpp siemens/pcd] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/siemens/pcd.cpp siemens/pcd] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/siemens/pcmx2.cpp siemens/pcmx2] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/siemens/pcmx2.cpp siemens/pcmx2] ==
Personal computer. NS32016 based.
Personal computer. NS32016 based.


== [http://github.com/mamedev/mame/blob/master/src/mame/siemens/pg685.cpp siemens/pg685] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/siemens/pg685.cpp siemens/pg685] ==
Preliminary driver. NEC V20 based.
Preliminary driver. NEC V20 based.


== [http://github.com/mamedev/mame/blob/master/src/mame/sigma/sigmab52.cpp sigma/sigmab52] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sigma/sigmab52.cpp sigma/sigmab52] ==
''' s8waysfc ''' -  
''' s8waysfc ''' -  


== [http://github.com/mamedev/mame/blob/master/src/mame/sigma/sigmab98.cpp sigma/sigmab98] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sigma/sigmab98.cpp sigma/sigmab98] ==
''' dashhero ''' - Does not acknowledge the button bashing correctly.
''' dashhero ''' - Does not acknowledge the button bashing correctly.


== [http://github.com/mamedev/mame/blob/master/src/mame/sinclair/atm.cpp sinclair/atm] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sinclair/atm.cpp sinclair/atm] ==
''' atm ''' -  
''' atm ''' -  


== [http://github.com/mamedev/mame/blob/master/src/mame/sinclair/ql.cpp sinclair/ql] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sinclair/ql.cpp sinclair/ql] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/sinclair/scorpion.cpp sinclair/scorpion] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sinclair/scorpion.cpp sinclair/scorpion] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/sinclair/spectrum.cpp sinclair/spectrum] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sinclair/spectrum.cpp sinclair/spectrum] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/sinclair/zx.cpp sinclair/zx] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sinclair/zx.cpp sinclair/zx] ==
''' lambda, pc8300, pow3000 ''' - Fail to show text.
''' lambda, pc8300, pow3000 ''' - Fail to show text.


''' zx97 ''' - Unemulated bankswitching.
''' zx97 ''' - Unemulated bankswitching.


== [http://github.com/mamedev/mame/blob/master/src/mame/skeleton/adacp150p.cpp skeleton/adacp150p] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/adacp150p.cpp skeleton/adacp150p] ==
ASCII printer adapter. Does not do much more than pass the extensive self-test.
ASCII printer adapter. Does not do much more than pass the extensive self-test.


== [http://github.com/mamedev/mame/blob/master/src/mame/skeleton/alphasma.cpp skeleton/alphasma] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/alphasma.cpp skeleton/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/skeleton/ax20.cpp skeleton/ax20] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/ax20.cpp skeleton/ax20] ==
Skeleton driver.
Skeleton driver.


== [http://github.com/mamedev/mame/blob/master/src/mame/skeleton/bert.cpp skeleton/bert] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/bert.cpp skeleton/bert] ==
Preliminary driver. Z8671 based.
Preliminary driver. Z8671 based.


== [http://github.com/mamedev/mame/blob/master/src/mame/skeleton/bitgraph.cpp skeleton/bitgraph] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/bitgraph.cpp skeleton/bitgraph] ==
''' bitgrphb ''' -
''' bitgrphb ''' -


== [http://github.com/mamedev/mame/blob/master/src/mame/skeleton/bpmmicro.cpp skeleton/bpmmicro] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/bpmmicro.cpp skeleton/bpmmicro] ==
Universal device programmer. 286 based.
Universal device programmer. 286 based.


== [http://github.com/mamedev/mame/blob/master/src/mame/skeleton/br8641.cpp skeleton/br8641] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/br8641.cpp skeleton/br8641] ==
Preliminary driver based on guesswork. Needs documentation.
Preliminary driver based on guesswork. Needs documentation.


== [http://github.com/mamedev/mame/blob/master/src/mame/skeleton/candela.cpp skeleton/candela] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/candela.cpp skeleton/candela] ==
''' can09 ''' - Preliminary driver: among other things needs keyboard, 6845 CRTC and FDC support.
''' can09 ''' - Preliminary driver: among other things needs keyboard, 6845 CRTC and FDC support.


== [http://github.com/mamedev/mame/blob/master/src/mame/skeleton/cdc721.cpp skeleton/cdc721] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/cdc721.cpp skeleton/cdc721] ==
Skeleton driver.
Skeleton driver.


== [http://github.com/mamedev/mame/blob/master/src/mame/skeleton/ckz80.cpp skeleton/ckz80] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/ckz80.cpp skeleton/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.
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/skeleton/codata.cpp skeleton/codata] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/codata.cpp skeleton/codata] ==
Very preliminary driver.
Very preliminary driver.


== [http://github.com/mamedev/mame/blob/master/src/mame/skeleton/controlid.cpp skeleton/controlid] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/controlid.cpp skeleton/controlid] ==
Fingerprint reader device. Very skeletonish.
Fingerprint reader device. Very skeletonish.


== [http://github.com/mamedev/mame/blob/master/src/mame/skeleton/cortex.cpp skeleton/cortex] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/cortex.cpp skeleton/cortex] ==
Skeleton driver.
Skeleton driver.


== [http://github.com/mamedev/mame/blob/master/src/mame/skeleton/cp1.cpp skeleton/cp1] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/cp1.cpp skeleton/cp1] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/skeleton/cxhumax.cpp skeleton/cxhumax] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/cxhumax.cpp skeleton/cxhumax] ==
ROMs are badly dumped / missing.
ROMs are badly dumped / missing.


== [http://github.com/mamedev/mame/blob/master/src/mame/skeleton/daruma.cpp skeleton/daruma] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/daruma.cpp skeleton/daruma] ==
Printer. Very preliminary driver.
Printer. Very preliminary driver.


== [http://github.com/mamedev/mame/blob/master/src/mame/skeleton/datacast.cpp skeleton/datacast] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/datacast.cpp skeleton/datacast] ==
Unimplemented keypad, incomplete SAA5240 emulation.
Unimplemented keypad, incomplete SAA5240 emulation.


== [http://github.com/mamedev/mame/blob/master/src/mame/skeleton/design.cpp skeleton/design] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/design.cpp skeleton/design] ==
Tobacco vending machines. Don't accept coins, possibly because of unemulated coin selectors.
Tobacco vending machines. Don't accept coins, possibly because of unemulated coin selectors.


== [http://github.com/mamedev/mame/blob/master/src/mame/skeleton/digel804.cpp skeleton/digel804] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/digel804.cpp skeleton/digel804] ==
Needs removing of the ACIA hack in digel804_state::acia_command_w, minor finishing touches to i/o map, EPROM socket stuff (ports 0x40, 0x41, 0x42 and 0x47) and artwork.
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.


== [http://github.com/mamedev/mame/blob/master/src/mame/skeleton/digijet.cpp skeleton/digijet] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/digijet.cpp skeleton/digijet] ==
Engine Control Unit (ECU). Skeleton driver. Uses an I8049.
Engine Control Unit (ECU). Skeleton driver. Uses an I8049.


== [http://github.com/mamedev/mame/blob/master/src/mame/skeleton/digilog320.cpp skeleton/digilog320] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/digilog320.cpp skeleton/digilog320] ==
Needs finishing floppy hookup; SCC interrupts; unknown DUART inputs/outputs; RS232; RTC; artwork with LEDs.
Needs finishing floppy hookup; SCC interrupts; unknown DUART inputs/outputs; RS232; RTC; artwork with LEDs.


== [http://github.com/mamedev/mame/blob/master/src/mame/skeleton/dim68k.cpp skeleton/dim68k] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/dim68k.cpp skeleton/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/skeleton/dm7000.cpp skeleton/dm7000] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/dm7000.cpp skeleton/dm7000] ==
Preliminary driver.
Preliminary driver.


== [http://github.com/mamedev/mame/blob/master/src/mame/skeleton/dsb46.cpp skeleton/dsb46] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/dsb46.cpp skeleton/dsb46] ==
Preliminary driver.
Preliminary driver.


== [http://github.com/mamedev/mame/blob/master/src/mame/skeleton/dual68.cpp skeleton/dual68] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/dual68.cpp skeleton/dual68] ==
Skeleton driver.
Skeleton driver.


== [http://github.com/mamedev/mame/blob/master/src/mame/skeleton/epic14e.cpp skeleton/epic14e] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/epic14e.cpp skeleton/epic14e] ==
Misses keyboard emulation.
Misses keyboard emulation.


== [http://github.com/mamedev/mame/blob/master/src/mame/skeleton/eurit.cpp skeleton/eurit] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/eurit.cpp skeleton/eurit] ==
Preliminary driver. ISDN-Telefon. M37730S2 based.
Preliminary driver. ISDN-Telefon. M37730S2 based.


== [http://github.com/mamedev/mame/blob/master/src/mame/skeleton/fanucs15.cpp skeleton/fanucs15] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/fanucs15.cpp skeleton/fanucs15] ==
Skeleton driver.
Skeleton driver.


== [http://github.com/mamedev/mame/blob/master/src/mame/skeleton/fanucspmg.cpp skeleton/fanucspmg] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/fanucspmg.cpp skeleton/fanucspmg] ==
Needs verifying VRAM hookup, hooking up enough keyboard to get it to boot a floppy.
Needs verifying VRAM hookup, hooking up enough keyboard to get it to boot a floppy.


== [http://github.com/mamedev/mame/blob/master/src/mame/skeleton/fc100.cpp skeleton/fc100] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/fc100.cpp skeleton/fc100] ==
Understand how 600 baud is selected for cassette. Hook up graphics modes and colours. Unknown i/o ports. Needs cart software (current code is just a guess).
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).


== [http://github.com/mamedev/mame/blob/master/src/mame/skeleton/fk1.cpp skeleton/fk1] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/fk1.cpp skeleton/fk1] ==
Preliminary driver.
Preliminary driver.


== [http://github.com/mamedev/mame/blob/master/src/mame/skeleton/ft68m.cpp skeleton/ft68m] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/ft68m.cpp skeleton/ft68m] ==
Skeleton driver.
Skeleton driver.


== [http://github.com/mamedev/mame/blob/master/src/mame/skeleton/grfd2301.cpp skeleton/grfd2301] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/grfd2301.cpp skeleton/grfd2301] ==
Preliminary driver. Dump isn't complete.
Preliminary driver. Dump isn't complete.


== [http://github.com/mamedev/mame/blob/master/src/mame/skeleton/hazeltin.cpp skeleton/hazeltin] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/hazeltin.cpp skeleton/hazeltin] ==
Preliminary driver.
Preliminary driver.


== [http://github.com/mamedev/mame/blob/master/src/mame/skeleton/hazl1420.cpp skeleton/hazl1420] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/hazl1420.cpp skeleton/hazl1420] ==
Preliminary driver. Chargen not dumped.
Preliminary driver. Chargen not dumped.


== [http://github.com/mamedev/mame/blob/master/src/mame/skeleton/hprot1.cpp skeleton/hprot1] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/hprot1.cpp skeleton/hprot1] ==
''' hprot2r6 ''' - LCD commands are sent, but nothing shows up on screen. Needs ADM695AN emulation.
''' 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.
''' hprotr8a ''' - Loops during boot displaying an error message related to low power supply voltage. Needs ADM695AN emulation.


== [http://github.com/mamedev/mame/blob/master/src/mame/skeleton/hudson_poems.cpp skeleton/hudson_poems] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/hudson_poems.cpp skeleton/hudson_poems] ==
Xtensa CPU core isn't complete.  
Xtensa CPU core isn't complete.  


== [http://github.com/mamedev/mame/blob/master/src/mame/skeleton/i7000.cpp skeleton/i7000] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/i7000.cpp skeleton/i7000] ==
Preliminary driver (NSC800 based).
Preliminary driver (NSC800 based).


== [http://github.com/mamedev/mame/blob/master/src/mame/skeleton/icebox.cpp skeleton/icebox] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/icebox.cpp skeleton/icebox] ==
Z80 based. Floppy drives aren't hooked up. Unknown ports.
Z80 based. Floppy drives aren't hooked up. Unknown ports.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/skeleton/imsai.cpp skeleton/imsai] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/imsai.cpp skeleton/imsai] ==
Banking and dip-switches aren't implemented. I8085 based.
Banking and dip-switches aren't implemented. I8085 based.


== [http://github.com/mamedev/mame/blob/master/src/mame/skeleton/indiana.cpp skeleton/indiana] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/indiana.cpp skeleton/indiana] ==
Preliminary driver.
Preliminary driver.


== [http://github.com/mamedev/mame/blob/master/src/mame/skeleton/itc4.cpp skeleton/itc4] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/itc4.cpp skeleton/itc4] ==
Skeletonish. Temperature controller. Z80 based.
Skeletonish. Temperature controller. Z80 based.


== [http://github.com/mamedev/mame/blob/master/src/mame/skeleton/itt3030.cpp skeleton/itt3030] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/itt3030.cpp skeleton/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/skeleton/jade.cpp skeleton/jade] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/jade.cpp skeleton/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.
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/skeleton/jonos.cpp skeleton/jonos] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/jonos.cpp skeleton/jonos] ==
Skeleton driver. I8085A based. No info available.
Skeleton driver. I8085A based. No info available.


== [http://github.com/mamedev/mame/blob/master/src/mame/skeleton/juku.cpp skeleton/juku] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/juku.cpp skeleton/juku] ==
Needs display mode 384x200, sound, possibly tape and network. Floppy interface isn't understood, though it works enough with the only disk available.
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/skeleton/kron.cpp skeleton/kron] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/kron.cpp skeleton/kron] ==
Needs keyboard fixing and understanding how to hook up the real char table.
Needs keyboard fixing and understanding how to hook up the real char table.


== [http://github.com/mamedev/mame/blob/master/src/mame/skeleton/lg_dvd.cpp skeleton/lg_dvd] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/lg_dvd.cpp skeleton/lg_dvd] ==
USB DVD writer. Skeleton driver. MT1839 based.
USB DVD writer. Skeleton driver. MT1839 based.


== [http://github.com/mamedev/mame/blob/master/src/mame/skeleton/mes.cpp skeleton/mes] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/mes.cpp skeleton/mes] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/skeleton/mfabfz.cpp skeleton/mfabfz] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/mfabfz.cpp skeleton/mfabfz] ==
Driver still in the early stages of development. No inputs are hooked up.
Driver still in the early stages of development. No inputs are hooked up.


== [http://github.com/mamedev/mame/blob/master/src/mame/skeleton/mice.cpp skeleton/mice] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/mice.cpp skeleton/mice] ==
Very preliminary driver. No schematics available.
Very preliminary driver. No schematics available.


== [http://github.com/mamedev/mame/blob/master/src/mame/skeleton/micro20.cpp skeleton/micro20] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/micro20.cpp skeleton/micro20] ==
Skeleton driver. Uses a 68020 and a 68881 FPU.
Skeleton driver. Uses a 68020 and a 68881 FPU.


== [http://github.com/mamedev/mame/blob/master/src/mame/skeleton/micronic.cpp skeleton/micronic] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/micronic.cpp skeleton/micronic] ==
Needs IR I/O port, LCD contrast and backlight emulation.
Needs IR I/O port, LCD contrast and backlight emulation.


== [http://github.com/mamedev/mame/blob/master/src/mame/skeleton/miniframe.cpp skeleton/miniframe] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/miniframe.cpp skeleton/miniframe] ==
Preliminary driver. M68010 based.
Preliminary driver. M68010 based.


== [http://github.com/mamedev/mame/blob/master/src/mame/skeleton/ml20.cpp skeleton/ml20] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/ml20.cpp skeleton/ml20] ==
Needs currently unimplemented V25 features (serial, etc.).
Needs currently unimplemented V25 features (serial, etc.).


== [http://github.com/mamedev/mame/blob/master/src/mame/skeleton/ms9540.cpp skeleton/ms9540] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/ms9540.cpp skeleton/ms9540] ==
Incomplete dump, no documentation available.
Incomplete dump, no documentation available.


== [http://github.com/mamedev/mame/blob/master/src/mame/skeleton/mstation.cpp skeleton/mstation] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/mstation.cpp skeleton/mstation] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/skeleton/mt735.cpp skeleton/mt735] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/mt735.cpp skeleton/mt735] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/skeleton/mycom.cpp skeleton/mycom] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/mycom.cpp skeleton/mycom] ==


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


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


== [http://github.com/mamedev/mame/blob/master/src/mame/skeleton/pm68k.cpp skeleton/pm68k] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/pm68k.cpp skeleton/pm68k] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/skeleton/proteus3.cpp skeleton/proteus3] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/proteus3.cpp skeleton/proteus3] ==
Cassette and keyboard need work.
Cassette and keyboard need work.


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


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


== [http://github.com/mamedev/mame/blob/master/src/mame/skeleton/qtsbc.cpp skeleton/qtsbc] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/qtsbc.cpp skeleton/qtsbc] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/skeleton/rd100.cpp skeleton/rd100] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/rd100.cpp skeleton/rd100] ==
No infos available but some PCB pictures. MC6809P based.
No infos available but some PCB pictures. MC6809P based.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/skeleton/sacstate.cpp skeleton/sacstate] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/sacstate.cpp skeleton/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.
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/skeleton/sartorius.cpp skeleton/sartorius] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/sartorius.cpp skeleton/sartorius] ==
Preliminary driver.
Preliminary driver.


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


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


== [http://github.com/mamedev/mame/blob/master/src/mame/skeleton/scopus.cpp skeleton/scopus] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/scopus.cpp skeleton/scopus] ==
Keyboard isn't emulated.
Keyboard isn't emulated.


== [http://github.com/mamedev/mame/blob/master/src/mame/skeleton/shine.cpp skeleton/shine] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/shine.cpp skeleton/shine] ==
Preliminary driver. Everything needs to be verified.
Preliminary driver. Everything needs to be verified.


== [http://github.com/mamedev/mame/blob/master/src/mame/skeleton/sk101bl.cpp skeleton/sk101bl] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/sk101bl.cpp skeleton/sk101bl] ==
Trading terminal. I80C31 based. Preliminary.
Trading terminal. I80C31 based. Preliminary.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/skeleton/systec.cpp skeleton/systec] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/systec.cpp skeleton/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/skeleton/tavernie.cpp skeleton/tavernie] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/tavernie.cpp skeleton/tavernie] ==
Incomplete dump. GFX and cassette need fixing.
Incomplete dump. GFX and cassette need fixing.


== [http://github.com/mamedev/mame/blob/master/src/mame/skeleton/teleray10.cpp skeleton/teleray10] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/teleray10.cpp skeleton/teleray10] ==
Terminal. M6502 based. Preliminary driver.
Terminal. M6502 based. Preliminary driver.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/skeleton/testpat.cpp skeleton/testpat] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/testpat.cpp skeleton/testpat] ==
Discrete. Preliminary netlist available.
Discrete. Preliminary netlist available.


== [http://github.com/mamedev/mame/blob/master/src/mame/skeleton/tk635.cpp skeleton/tk635] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/tk635.cpp skeleton/tk635] ==
Undocumented custom chip controls most functions.
Undocumented custom chip controls most functions.


== [http://github.com/mamedev/mame/blob/master/src/mame/skeleton/tsispch.cpp skeleton/tsispch] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/tsispch.cpp skeleton/tsispch] ==


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


== [http://github.com/mamedev/mame/blob/master/src/mame/skeleton/v6809.cpp skeleton/v6809] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/v6809.cpp skeleton/v6809] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/skeleton/vector3.cpp skeleton/vector3] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/vector3.cpp skeleton/vector3] ==
Preliminary driver. Extensive TODO on top of the driver.
Preliminary driver. Extensive TODO on top of the driver.


== [http://github.com/mamedev/mame/blob/master/src/mame/skeleton/wicat.cpp skeleton/wicat] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/wicat.cpp skeleton/wicat] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/skeleton/xor100.cpp skeleton/xor100] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/xor100.cpp skeleton/xor100] ==
Cassette and floppy aren't working.
Cassette and floppy aren't working.


== [http://github.com/mamedev/mame/blob/master/src/mame/skeleton/zorba.cpp skeleton/zorba] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/skeleton/zorba.cpp skeleton/zorba] ==


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


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


== [http://github.com/mamedev/mame/blob/master/src/mame/sony/dfs500.cpp sony/dfs500] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sony/dfs500.cpp sony/dfs500] ==
Emulation of the video hardware (DSP signal path) for GFX processing is still needed.
Emulation of the video hardware (DSP signal path) for GFX processing is still needed.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/sony/news_r4k.cpp sony/news_r4k] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sony/news_r4k.cpp sony/news_r4k] ==
Needs more complete floppy support (only supports floppy boot at the moment), NetBSD SCSI support (mostly/entirely changes needed in the SPIFI driver), parallel I/O, remaining kb/ms support and APbus expansion slots.
Needs more complete floppy support (only supports floppy boot at the moment), NetBSD SCSI support (mostly/entirely changes needed in the SPIFI driver), parallel I/O, remaining kb/ms support and APbus expansion slots.


== [http://github.com/mamedev/mame/blob/master/src/mame/sony/psx.cpp sony/psx] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sony/psx.cpp sony/psx] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/sony/pve500.cpp sony/pve500] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sony/pve500.cpp sony/pve500] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/sony/smc777.cpp sony/smc777] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sony/smc777.cpp sony/smc777] ==


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


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


Line 3,292: Line 3,290:
''' strider and clones ''' - Random hangs / crashes.
''' strider and clones ''' - Random hangs / crashes.


== [http://github.com/mamedev/mame/blob/master/src/mame/stern/cliffhgr.cpp stern/cliffhgr] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/stern/cliffhgr.cpp stern/cliffhgr] ==
''' cliffhgra2 ''' - Fails a start up check.
''' 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/stm/pp.cpp stm/pp] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/stm/pp.cpp stm/pp] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/subsino/lastfght.cpp subsino/lastfght] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/subsino/lastfght.cpp subsino/lastfght] ==
Custom Subsino Blitter, its busy flag affects game speed (slightly too fast, cfr. title screen blink).
Custom Subsino Blitter, its busy flag affects game speed (slightly too fast, cfr. title screen blink).
Sound completely not understood (uses a custom SS9804 "chip")
Sound completely not understood (uses a custom SS9804 "chip")


== [http://github.com/mamedev/mame/blob/master/src/mame/subsino/subsino.cpp subsino/subsino] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/subsino/subsino.cpp subsino/subsino] ==
''' dinofmly and clone ''' - Stop at password check. Probably need a preinitialized NVRAM.
''' dinofmly and clone ''' - Stop at password check. Probably need a preinitialized NVRAM.


Line 3,314: Line 3,312:
''' newhunterc ''' - Needs correct memory map.
''' newhunterc ''' - Needs correct memory map.


== [http://github.com/mamedev/mame/blob/master/src/mame/subsino/subsino2.cpp subsino/subsino2] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/subsino/subsino2.cpp subsino/subsino2] ==
''' qbeebing, strain, tbonusal, treacity and clone ''' - Possibly missing some protection patches.
''' qbeebing, strain, tbonusal, treacity and clone ''' - Possibly missing some protection patches.


Line 3,323: Line 3,321:
''' xplan ''' - Always starts with 4 credits. Interrupts don't seem to work correctly.
''' xplan ''' - Always starts with 4 credits. Interrupts don't seem to work correctly.


== [http://github.com/mamedev/mame/blob/master/src/mame/success/skopro.cpp success/skopro] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/success/skopro.cpp success/skopro] ==
Intel PCIe Pentium E2160 + nVidia GeForce 8400GS
Intel PCIe Pentium E2160 + nVidia GeForce 8400GS


== [http://github.com/mamedev/mame/blob/master/src/mame/sun/sun1.cpp sun/sun1] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sun/sun1.cpp sun/sun1] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/sun/sun2.cpp sun/sun2] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sun/sun2.cpp sun/sun2] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/sun/sun3.cpp sun/sun3] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sun/sun3.cpp sun/sun3] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/sun/sun3x.cpp sun/sun3x] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sun/sun3x.cpp sun/sun3x] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/sun/sun4.cpp sun/sun4] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sun/sun4.cpp sun/sun4] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/suna/suna8.cpp suna/suna8] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/suna/suna8.cpp suna/suna8] ==
''' hardhea2b, hardheadb2 ''' - Protected bootlegs on different hardware.
''' hardhea2b, hardheadb2 ''' - Protected bootlegs on different hardware.


== [http://github.com/mamedev/mame/blob/master/src/mame/sunelectronics/blockch.cpp sunelectronics/blockch] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sunelectronics/blockch.cpp sunelectronics/blockch] ==
Paddle/ball sprite drawing is guessed, video timing is wrong, 2nd irq timing is guessed.
Paddle/ball sprite drawing is guessed, video timing is wrong, 2nd irq timing is guessed.


== [http://github.com/mamedev/mame/blob/master/src/mame/sunelectronics/route16.cpp sunelectronics/route16] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/sunelectronics/route16.cpp sunelectronics/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.
''' vscompmj ''' - Inputs don't seem to work correctly.


== [http://github.com/mamedev/mame/blob/master/src/mame/synertek/ktm3.cpp synertek/ktm3] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/synertek/ktm3.cpp synertek/ktm3] ==
Only a few address lines are decoded at all. The resulting mirroring might not be accurately emulated yet.
Only a few address lines are decoded at all. The resulting mirroring might not be accurately emulated yet.


== [http://github.com/mamedev/mame/blob/master/src/mame/synertek/mbc020.cpp synertek/mbc020] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/synertek/mbc020.cpp synertek/mbc020] ==
Computer. M6512 based. Skeletonish driver.
Computer. M6512 based. Skeletonish driver.


== [http://github.com/mamedev/mame/blob/master/src/mame/ta/alphatpc16.cpp ta/alphatpc16] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/ta/alphatpc16.cpp ta/alphatpc16] ==
SCSI emulation is guessed / incomplete.
SCSI emulation is guessed / incomplete.


== [http://github.com/mamedev/mame/blob/master/src/mame/ta/alphatpx.cpp ta/alphatpx] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/ta/alphatpx.cpp ta/alphatpx] ==
Preliminary driver. Currently only shows the initial boot message. I8085A based.
Preliminary driver. Currently only shows the initial boot message. I8085A based.


== [http://github.com/mamedev/mame/blob/master/src/mame/tab/tabe22.cpp tab/tabe22] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/tab/tabe22.cpp tab/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.
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/taito/2mindril.cpp taito/2mindril] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/taito/2mindril.cpp taito/2mindril] ==
Missing working simulation of the sensors. Requires a major rework of the artwork sub-system.
Missing working simulation of the sensors. Requires a major rework of the artwork sub-system.


== [http://github.com/mamedev/mame/blob/master/src/mame/taito/arkanoid.cpp taito/arkanoid] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/taito/arkanoid.cpp taito/arkanoid] ==
''' arkatour2 ''' - Undumped MCU.
''' arkatour2 ''' - Undumped MCU.


''' hexaa ''' - Protection hasn't been figured out yet.
''' hexaa ''' - Protection hasn't been figured out yet.


== [http://github.com/mamedev/mame/blob/master/src/mame/taito/bublbobl.cpp taito/bublbobl] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/taito/bublbobl.cpp taito/bublbobl] ==
''' bub8749 ''' - Uses a different MCU, dumped but needs to be hooked up.
''' bub8749 ''' - Uses a different MCU, dumped but needs to be hooked up.


== [http://github.com/mamedev/mame/blob/master/src/mame/taito/cchance.cpp taito/cchance] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/taito/cchance.cpp taito/cchance] ==
Imperfect hopper emulation makes this game to not coin up and gives "hopper time out errors" when you win.
Imperfect hopper emulation makes this game to not coin up and gives "hopper time out errors" when you win.


== [http://github.com/mamedev/mame/blob/master/src/mame/taito/cpzodiac.cpp taito/cpzodiac] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/taito/cpzodiac.cpp taito/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/taito/grchamp.cpp taito/grchamp] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/taito/grchamp.cpp taito/grchamp] ==
''' grchampa ''' - Uses different ports. Possible bad dump.
''' grchampa ''' - Uses different ports. Possible bad dump.


== [http://github.com/mamedev/mame/blob/master/src/mame/taito/gsword.cpp taito/gsword] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/taito/gsword.cpp taito/gsword] ==
''' josvolly ''' - Incomplete MCU hook up.
''' josvolly ''' - Incomplete MCU hook up.


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


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


== [http://github.com/mamedev/mame/blob/master/src/mame/taito/marinedt.cpp taito/marinedt] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/taito/marinedt.cpp taito/marinedt] ==
Collision detection has some problems.
Collision detection has some problems.


== [http://github.com/mamedev/mame/blob/master/src/mame/taito/nycaptor.cpp taito/nycaptor] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/taito/nycaptor.cpp taito/nycaptor] ==
''' cyclshtg ''' - Missing (protection?) MCU dump.
''' cyclshtg ''' - Missing (protection?) MCU dump.


== [http://github.com/mamedev/mame/blob/master/src/mame/taito/sbmjb.cpp taito/sbmjb] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/taito/sbmjb.cpp taito/sbmjb] ==
Needs hopper emulation.
Needs hopper emulation.


== [http://github.com/mamedev/mame/blob/master/src/mame/taito/taitoair.cpp taito/taitoair] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/taito/taitoair.cpp taito/taitoair] ==
''' ainferno and clone(s) ''' -  Missing landing monitor camera (blackened due of 2d layer issues, PoC at https://github.com/mamedev/mame/pull/10533), 3d HUD graphics; expert course has wrong 3d geometry; almost surely crashing during replay has missing smoke effect, looks quite odd atm.
''' ainferno and clone(s) ''' -  Missing landing monitor camera (blackened due of 2d layer issues, PoC at https://github.com/mamedev/mame/pull/10533), 3d HUD graphics; expert course has wrong 3d geometry; almost surely crashing during replay has missing smoke effect, looks quite odd atm.


== [http://github.com/mamedev/mame/blob/master/src/mame/taito/taitojc.cpp taito/taitojc] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/taito/taitojc.cpp taito/taitojc] ==
''' dangcurv and clones ''' - DSP bug (or missing internal dump) causes missing 3D. Currently hang after initial tests.
''' dangcurv and clones ''' - DSP bug (or missing internal dump) causes missing 3D. Currently hang after initial tests.


== [http://github.com/mamedev/mame/blob/master/src/mame/taito/taitopjc.cpp taito/taitopjc] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/taito/taitopjc.cpp taito/taitopjc] ==
Inconsistent frame rate compared to PCB recordings; game has a tendency to freeze frame hiccup. Not extensively tested.
Inconsistent frame rate compared to PCB recordings; game has a tendency to freeze frame hiccup. Not extensively tested.


== [http://github.com/mamedev/mame/blob/master/src/mame/taito/taitotx.cpp taito/taitotx] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/taito/taitotx.cpp taito/taitotx] ==
Various HW configurations, earliest one (Taito Type X) is an Intel PCIe Socket T.
Various HW configurations, earliest one (Taito Type X) is an Intel PCIe Socket T.


== [http://github.com/mamedev/mame/blob/master/src/mame/taito/taitotz.cpp taito/taitotz] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/taito/taitotz.cpp taito/taitotz] ==
Preliminary driver. Missing internal dump for the sound CPU. Inconsistent boots (particularly with Fast Forward key held)
Preliminary driver. Missing internal dump for the sound CPU. Inconsistent boots (particularly with Fast Forward key held)


Line 3,429: Line 3,427:
''' raizpinj ''' - "APPLICATION LOAD ERROR", bad CHD dump.
''' raizpinj ''' - "APPLICATION LOAD ERROR", bad CHD dump.


== [http://github.com/mamedev/mame/blob/master/src/mame/taito/taitowlf.cpp taito/taitowlf] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/taito/taitowlf.cpp taito/taitowlf] ==
Uses a simple bitmap video chip as vga_pass in place of POST messages, no sound, not extensively tested (heavy performance, CPU is the bottleneck).
Uses a simple bitmap video chip as vga_pass in place of POST messages, no sound, not extensively tested (heavy performance, CPU is the bottleneck).


== [http://github.com/mamedev/mame/blob/master/src/mame/taito/taito_f2.cpp taito/taito_f2] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/taito/taito_f2.cpp taito/taito_f2] ==
'''footchmpbl ''' - Bootleg on different hardware. It has very different hardware registers.
'''footchmpbl ''' - Bootleg on different hardware. It has very different hardware registers.


== [http://github.com/mamedev/mame/blob/master/src/mame/taito/taito_f3.cpp taito/taito_f3] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/taito/taito_f3.cpp taito/taito_f3] ==
''' bubsymphb, bubsymphba ''' - Bootleg on different hardware. Backgrounds don't show up. Seems to make a different use of priority RAM.
''' bubsymphb, bubsymphba ''' - Bootleg on different hardware. Backgrounds don't show up. Seems to make a different use of priority RAM.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/taito/wgp.cpp taito/wgp] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/taito/wgp.cpp taito/wgp] ==
Unemulated ROZ layer, game rotates when bending with bike.
Unemulated ROZ layer, game rotates when bending with bike.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/tangerine/alphatan.cpp tangerine/alphatan] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/tangerine/alphatan.cpp tangerine/alphatan] ==
Unemulated SAA5070 device.
Unemulated SAA5070 device.


== [http://github.com/mamedev/mame/blob/master/src/mame/tatsumi/apache3.cpp tatsumi/apache3] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/tatsumi/apache3.cpp tatsumi/apache3] ==
Missing road layer.
Missing road layer.


== [http://github.com/mamedev/mame/blob/master/src/mame/tatsumi/cyclwarr.cpp tatsumi/cyclwarr] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/tatsumi/cyclwarr.cpp tatsumi/cyclwarr] ==
Unemulated custom sprite rotation effects.
Unemulated custom sprite rotation effects.


== [http://github.com/mamedev/mame/blob/master/src/mame/tatsumi/kingdrby.cpp tatsumi/kingdrby] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/tatsumi/kingdrby.cpp tatsumi/kingdrby] ==
''' cowrace ''' - Incomplete dump.
''' cowrace ''' - Incomplete dump.


== [http://github.com/mamedev/mame/blob/master/src/mame/tch/wheelfir.cpp tch/wheelfir] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/tch/wheelfir.cpp tch/wheelfir] ==
Games suffer from heavy glitching. Some are also incomplete prototypes.
Games suffer from heavy glitching. Some are also incomplete prototypes.


''' kongball ''' - Incomplete dump.
''' kongball ''' - Incomplete dump.


== [http://github.com/mamedev/mame/blob/master/src/mame/teamconcepts/comquest.cpp teamconcepts/comquest] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/teamconcepts/comquest.cpp teamconcepts/comquest] ==
Skeleton driver.
Skeleton driver.


== [http://github.com/mamedev/mame/blob/master/src/mame/technos/ddragon.cpp technos/ddragon] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/technos/ddragon.cpp technos/ddragon] ==
''' ddragon6809, ddragon6809a ''' - Bootlegs on different hardware, encrypted.
''' ddragon6809, ddragon6809a ''' - Bootlegs on different hardware, encrypted.


== [http://github.com/mamedev/mame/blob/master/src/mame/tecmo/gaiden.cpp tecmo/gaiden] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/tecmo/gaiden.cpp tecmo/gaiden] ==
''' mastninj ''' - Sprites, sound and y-scroll need fixing.
''' mastninj ''' - Sprites, sound and y-scroll need fixing.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/tektronix/tek405x.cpp tektronix/tek405x] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/tektronix/tek405x.cpp tektronix/tek405x] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/tektronix/tek410x.cpp tektronix/tek410x] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/tektronix/tek410x.cpp tektronix/tek410x] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/tektronix/tek440x.cpp tektronix/tek440x] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/tektronix/tek440x.cpp tektronix/tek440x] ==


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


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


== [http://github.com/mamedev/mame/blob/master/src/mame/telercas/tmc2000e.cpp telercas/tmc2000e] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/telercas/tmc2000e.cpp telercas/tmc2000e] ==


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


== [http://github.com/mamedev/mame/blob/master/src/mame/televideo/tv912.cpp televideo/tv912] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/televideo/tv912.cpp televideo/tv912] ==
Terminal. I8035 based.
Terminal. I8035 based.


== [http://github.com/mamedev/mame/blob/master/src/mame/televideo/tv950.cpp televideo/tv950] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/televideo/tv950.cpp televideo/tv950] ==
Keyboard isn't working properly.
Keyboard isn't working properly.


== [http://github.com/mamedev/mame/blob/master/src/mame/televideo/tv955.cpp televideo/tv955] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/televideo/tv955.cpp televideo/tv955] ==
Terminal. M65C02 based.
Terminal. M65C02 based.


== [http://github.com/mamedev/mame/blob/master/src/mame/tesla/ondra.cpp tesla/ondra] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/tesla/ondra.cpp tesla/ondra] ==
Cassette isn't working yet.
Cassette isn't working yet.


== [http://github.com/mamedev/mame/blob/master/src/mame/tesla/pmd85.cpp tesla/pmd85] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/tesla/pmd85.cpp tesla/pmd85] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/tesla/sapi1.cpp tesla/sapi1] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/tesla/sapi1.cpp tesla/sapi1] ==
''' sapizps3 and clones ''' - They try to read a disk and stop responding after showing the logo.
''' 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/thepit/thepit.cpp thepit/thepit] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/thepit/thepit.cpp thepit/thepit] ==
''' theportr ''' - Wrong colors render the games unplayable. The PCB has the PROM for The Pit, colors confirmed the same on PCB and in emulation. Bootlegger or operator error in fitting the wrong PROM?
''' theportr ''' - Wrong colors render the games unplayable. The PCB has the PROM for The Pit, colors confirmed the same on PCB and in emulation. Bootlegger or operator error in fitting the wrong PROM?


''' zaryavos ''' - Incomplete dump.
''' zaryavos ''' - Incomplete dump.


== [http://github.com/mamedev/mame/blob/master/src/mame/ti/exelv.cpp ti/exelv] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/ti/exelv.cpp ti/exelv] ==
EXL 100 cannot be emulated because the ROMs are not dumped. EXELTEL stops early in the boot process and displays a red error screen, presumably because the I/O processor is not emulated.
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.


== [http://github.com/mamedev/mame/blob/master/src/mame/ti/ti85.cpp ti/ti85] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/ti/ti85.cpp ti/ti85] ==
''' ti73b, ti83, 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/ti/ti931.cpp ti/ti931] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/ti/ti931.cpp ti/ti931] ==
Preliminary driver. Z80 based.
Preliminary driver. Z80 based.


== [http://github.com/mamedev/mame/blob/master/src/mame/ti/ti990_10.cpp ti/ti990_10] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/ti/ti990_10.cpp ti/ti990_10] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/ti/ti990_4.cpp ti/ti990_4] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/ti/ti990_4.cpp ti/ti990_4] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/tigertel/gizmondo.cpp tigertel/gizmondo] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/tigertel/gizmondo.cpp tigertel/gizmondo] ==
Preliminary driver.
Preliminary driver.


== [http://github.com/mamedev/mame/blob/master/src/mame/toaplan/dt7.cpp toaplan/dt7] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/toaplan/dt7.cpp toaplan/dt7] ==
Preliminary driver. Big TODO at the top of the file.
Preliminary driver. Big TODO at the top of the file.


== [http://github.com/mamedev/mame/blob/master/src/mame/toaplan/pipibibi.cpp toaplan/pipibibi] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/toaplan/pipibibi.cpp toaplan/pipibibi] ==
''' pipibibsbl2 ''' - Bootleg on different hardware.
''' pipibibsbl2 ''' - Bootleg on different hardware.


== [http://github.com/mamedev/mame/blob/master/src/mame/toaplan/raizing_batrider.cpp toaplan/raizing_batrider] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/toaplan/raizing_batrider.cpp toaplan/raizing_batrider] ==
''' nprobowl, probowl2 ''' - Mechanical part isn't simulated.
''' nprobowl, probowl2 ''' - Mechanical part isn't simulated.


== [http://github.com/mamedev/mame/blob/master/src/mame/toaplan/slapfght.cpp toaplan/slapfght] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/toaplan/slapfght.cpp toaplan/slapfght] ==
''' tigerhb4 ''' - 68705 MCU has been dumped, but not hooked up yet.
''' tigerhb4 ''' - 68705 MCU has been dumped, but not hooked up yet.


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


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


== [http://github.com/mamedev/mame/blob/master/src/mame/toshiba/pasopia7.cpp toshiba/pasopia7] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/toshiba/pasopia7.cpp toshiba/pasopia7] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/trainer/dolphunk.cpp trainer/dolphunk] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/trainer/dolphunk.cpp trainer/dolphunk] ==
It is not possible to save / load programs.
It is not possible to save / load programs.


== [http://github.com/mamedev/mame/blob/master/src/mame/trainer/pro80.cpp trainer/pro80] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/trainer/pro80.cpp trainer/pro80] ==
Missing interrupt emulation, cassette load needs fixing.
Missing interrupt emulation, cassette load needs fixing.


== [http://github.com/mamedev/mame/blob/master/src/mame/trainer/tk80.cpp trainer/tk80] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/trainer/tk80.cpp trainer/tk80] ==
''' ics8080 ''' - Keyboard problems.
''' ics8080 ''' - Keyboard problems.


== [http://github.com/mamedev/mame/blob/master/src/mame/trs/dgn_beta.cpp trs/dgn_beta] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/trs/dgn_beta.cpp trs/dgn_beta] ==
Machine never boots.
Machine never boots.


== [http://github.com/mamedev/mame/blob/master/src/mame/trs/lnw80.cpp trs/lnw80] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/trs/lnw80.cpp trs/lnw80] ==
Floppies don't work.
Floppies don't work.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/trs/radionic.cpp trs/radionic] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/trs/radionic.cpp trs/radionic] ==
Tape and floppy support are problematic.
Tape and floppy support are problematic.


== [http://github.com/mamedev/mame/blob/master/src/mame/trs/tandy2k.cpp trs/tandy2k] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/trs/tandy2k.cpp trs/tandy2k] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/trs/trs80.cpp trs/trs80] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/trs/trs80.cpp trs/trs80] ==
''' all sets but trs80 ''' - Most floppies don't boot (regression).
''' all sets but trs80 ''' - Most floppies don't boot (regression).


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


== [http://github.com/mamedev/mame/blob/master/src/mame/trs/trs80m3.cpp trs/trs80m3] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/trs/trs80m3.cpp trs/trs80m3] ==
''' cp500, trs80m3 ''' - Most floppies don't boot (regression).
''' cp500, trs80m3 ''' - Most floppies don't boot (regression).


Line 3,585: Line 3,583:
''' trs80m4p ''' - Completely different memory map.
''' trs80m4p ''' - Completely different memory map.


== [http://github.com/mamedev/mame/blob/master/src/mame/tvgames/elan_eu3a05.cpp tvgames/elan_eu3a05] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/tvgames/elan_eu3a05.cpp tvgames/elan_eu3a05] ==
''' airblsjs, buzztime, pvmilfin ''' - Preliminary emulation.
''' airblsjs, buzztime, pvmilfin ''' - Preliminary emulation.


Line 3,596: Line 3,594:
''' sudoelan ''' - Might be slightly different hardware.
''' sudoelan ''' - Might be slightly different hardware.


== [http://github.com/mamedev/mame/blob/master/src/mame/tvgames/elan_eu3a14.cpp tvgames/elan_eu3a14] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/tvgames/elan_eu3a14.cpp tvgames/elan_eu3a14] ==
Preliminary driver.
Preliminary driver.


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


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


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


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


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


== [http://github.com/mamedev/mame/blob/master/src/mame/tvgames/generalplus_gpl162xx_lcdtype.cpp tvgames/generalplus_gpl162xx_lcdtype] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/tvgames/generalplus_gpl162xx_lcdtype.cpp tvgames/generalplus_gpl162xx_lcdtype] ==
''' bkid218, pcp8718, pcp8728 ''' - Menus aren't working properly yet.
''' bkid218, pcp8718, pcp8728 ''' - Menus aren't working properly yet.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/tvgames/magiceyes_pollux_vr3520f.cpp tvgames/magiceyes_pollux_vr3520f] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/tvgames/magiceyes_pollux_vr3520f.cpp tvgames/magiceyes_pollux_vr3520f] ==
VRender3d based system
VRender3d based system


== [http://github.com/mamedev/mame/blob/master/src/mame/tvgames/spg110.cpp tvgames/spg110] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/tvgames/spg110.cpp tvgames/spg110] ==
Preliminary driver. Sunplus SPG110 based.
Preliminary driver. Sunplus SPG110 based.


== [http://github.com/mamedev/mame/blob/master/src/mame/tvgames/spg29x.cpp tvgames/spg29x] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/tvgames/spg29x.cpp tvgames/spg29x] ==
Need the internal ROM dump.
Need the internal ROM dump.


== [http://github.com/mamedev/mame/blob/master/src/mame/tvgames/spg2xx.cpp tvgames/spg2xx] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/tvgames/spg2xx.cpp tvgames/spg2xx] ==
'''  ablkickb, abltenni, ordentv, rad_crik, rad_fb2, rad_sktv, tiktokmm, tvsprt10, vtechtvs, wfcentro ''' - Inputs aren't hooked up correctly.
'''  ablkickb, abltenni, ordentv, rad_crik, rad_fb2, rad_sktv, tiktokmm, tvsprt10, vtechtvs, wfcentro ''' - Inputs aren't hooked up correctly.


Line 3,636: Line 3,634:
''' jouet ''' - ROM checksum fails, but is expecting 0 as a result? Shows 'CopyRight' when booting normally? Protection?
''' 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/tvgames/spg2xx_digimake.cpp tvgames/spg2xx_digimake] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/tvgames/spg2xx_digimake.cpp tvgames/spg2xx_digimake] ==
Camera and touchpad unemulated.
Camera and touchpad unemulated.


== [http://github.com/mamedev/mame/blob/master/src/mame/tvgames/spg2xx_ican.cpp tvgames/spg2xx_ican] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/tvgames/spg2xx_ican.cpp tvgames/spg2xx_ican] ==
''' icanguit ''' - Data saving doesn't work.
''' icanguit ''' - Data saving doesn't work.


== [http://github.com/mamedev/mame/blob/master/src/mame/tvgames/spg2xx_jakks_gkr.cpp tvgames/spg2xx_jakks_gkr] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/tvgames/spg2xx_jakks_gkr.cpp tvgames/spg2xx_jakks_gkr] ==
''' jak_sdoo ''' - Possibly a CPU bug causing some minigame to fail.
''' jak_sdoo ''' - Possibly a CPU bug causing some minigame to fail.


== [http://github.com/mamedev/mame/blob/master/src/mame/tvgames/spg2xx_jakks_tvtouch.cpp tvgames/spg2xx_jakks_tvtouch] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/tvgames/spg2xx_jakks_tvtouch.cpp tvgames/spg2xx_jakks_tvtouch] ==
Touchpad not emulated.
Touchpad not emulated.


== [http://github.com/mamedev/mame/blob/master/src/mame/tvgames/spg2xx_senca.cpp tvgames/spg2xx_senca] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/tvgames/spg2xx_senca.cpp tvgames/spg2xx_senca] ==
''' mywicodx, zon32bit ''' - Banking not understood.
''' mywicodx, zon32bit ''' - Banking not understood.


== [http://github.com/mamedev/mame/blob/master/src/mame/tvgames/spg2xx_skannerztv.cpp tvgames/spg2xx_skannerztv] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/tvgames/spg2xx_skannerztv.cpp tvgames/spg2xx_skannerztv] ==
Inputs aren't hooked up correctly.
Inputs aren't hooked up correctly.


== [http://github.com/mamedev/mame/blob/master/src/mame/tvgames/spg2xx_smarttv.cpp tvgames/spg2xx_smarttv] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/tvgames/spg2xx_smarttv.cpp tvgames/spg2xx_smarttv] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/tvgames/spg2xx_telestory.cpp tvgames/spg2xx_telestory] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/tvgames/spg2xx_telestory.cpp tvgames/spg2xx_telestory] ==
Sound data for the narrator is written to the SIO data port, which currently isn't implemented.
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/tvgames/spg2xx_tvgogo.cpp tvgames/spg2xx_tvgogo] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/tvgames/spg2xx_tvgogo.cpp tvgames/spg2xx_tvgogo] ==
Camera not implemented.
Camera not implemented.


== [http://github.com/mamedev/mame/blob/master/src/mame/tvgames/spg2xx_wiwi.cpp tvgames/spg2xx_wiwi] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/tvgames/spg2xx_wiwi.cpp tvgames/spg2xx_wiwi] ==
Inputs aren't hooked up correctly.
Inputs aren't hooked up correctly.


== [http://github.com/mamedev/mame/blob/master/src/mame/tvgames/st2302u_bbl_spi.cpp tvgames/st2302u_bbl_spi] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/tvgames/st2302u_bbl_spi.cpp tvgames/st2302u_bbl_spi] ==
ST2302U based. Emulation is preliminary.
ST2302U based. Emulation is preliminary.


''' bbl380 ''' - Missing internal ROM dump.
''' bbl380 ''' - Missing internal ROM dump.


== [http://github.com/mamedev/mame/blob/master/src/mame/tvgames/trkfldch.cpp tvgames/trkfldch] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/tvgames/trkfldch.cpp tvgames/trkfldch] ==
Preliminary driver. G65816 with custom vector?
Preliminary driver. G65816 with custom vector?


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


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


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


== [http://github.com/mamedev/mame/blob/master/src/mame/tvgames/xavix2.cpp tvgames/xavix2] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/tvgames/xavix2.cpp tvgames/xavix2] ==
SoC emulation is very preliminary.
SoC emulation is very preliminary.


== [http://github.com/mamedev/mame/blob/master/src/mame/ultimachine/rambo.cpp ultimachine/rambo] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/ultimachine/rambo.cpp ultimachine/rambo] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/ultratec/minicom.cpp ultratec/minicom] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/ultratec/minicom.cpp ultratec/minicom] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/unico/unianapc.cpp unico/unianapc] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/unico/unianapc.cpp unico/unianapc] ==
Intel PCI Socket 478 based + nVidia GeForce 2.
Intel PCI Socket 478 based + nVidia GeForce 2.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/universal/superdq.cpp universal/superdq] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/universal/superdq.cpp universal/superdq] ==
Laserdisc games. Works in theory, but is waiting for a good quality laserdisc dump.
Laserdisc games. Works in theory, but is waiting for a good quality laserdisc dump.


== [http://github.com/mamedev/mame/blob/master/src/mame/usp/patinho_feio.cpp usp/patinho_feio] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/usp/patinho_feio.cpp usp/patinho_feio] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/ussr/argo.cpp ussr/argo] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/ussr/argo.cpp ussr/argo] ==
Needs devices hook-up and cassette UART on ports C1 and C3.
Needs devices hook-up and cassette UART on ports C1 and C3.


== [http://github.com/mamedev/mame/blob/master/src/mame/ussr/b2m.cpp ussr/b2m] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/ussr/b2m.cpp ussr/b2m] ==
Preliminary driver. FDC support is broken, among other problems.
Preliminary driver. FDC support is broken, among other problems.


== [http://github.com/mamedev/mame/blob/master/src/mame/ussr/bk.cpp ussr/bk] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/ussr/bk.cpp ussr/bk] ==
''' bk0010 ''' - Error message at start. Thrown into monitor.
''' bk0010 ''' - Error message at start. Thrown into monitor.


Line 3,712: Line 3,710:
''' bk0011m ''' - Black screen at start, differences with the other systems in the driver aren't emulated.
''' 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/ussr/cm1800.cpp ussr/cm1800] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/ussr/cm1800.cpp ussr/cm1800] ==
Peripherals aren't hooked up.
Peripherals aren't hooked up.


== [http://github.com/mamedev/mame/blob/master/src/mame/ussr/dvk_kcgd.cpp ussr/dvk_kcgd] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/ussr/dvk_kcgd.cpp ussr/dvk_kcgd] ==
Needs a K1801VM2 CPU core (interrupts and EVNT pin, full EIS set, other insns).
Needs a K1801VM2 CPU core (interrupts and EVNT pin, full EIS set, other insns).


== [http://github.com/mamedev/mame/blob/master/src/mame/ussr/irisha.cpp ussr/irisha] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/ussr/irisha.cpp ussr/irisha] ==
Preliminary driver. I8080 based.
Preliminary driver. I8080 based.


== [http://github.com/mamedev/mame/blob/master/src/mame/ussr/istrebiteli.cpp ussr/istrebiteli] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/ussr/istrebiteli.cpp ussr/istrebiteli] ==
''' motogonki ''' - Preliminary. Shows something on screen.
''' motogonki ''' - Preliminary. Shows something on screen.


== [http://github.com/mamedev/mame/blob/master/src/mame/ussr/mikro80.cpp ussr/mikro80] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/ussr/mikro80.cpp ussr/mikro80] ==
Cassette save produces incorrect signal.
Cassette save produces incorrect signal.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/ussr/mk90.cpp ussr/mk90] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/ussr/mk90.cpp ussr/mk90] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/ussr/ms6102.cpp ussr/ms6102] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/ussr/ms6102.cpp ussr/ms6102] ==
DMA problems, keyboard not emulated.
DMA problems, keyboard not emulated.


== [http://github.com/mamedev/mame/blob/master/src/mame/ussr/okean240.cpp ussr/okean240] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/ussr/okean240.cpp ussr/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/ussr/partner.cpp ussr/partner] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/ussr/partner.cpp ussr/partner] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/ussr/pk32.cpp ussr/pk32] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/ussr/pk32.cpp ussr/pk32] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/ussr/pk8000.cpp ussr/pk8000] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/ussr/pk8000.cpp ussr/pk8000] ==
''' pk8002 ''' -  
''' pk8002 ''' -  


== [http://github.com/mamedev/mame/blob/master/src/mame/ussr/pk8020.cpp ussr/pk8020] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/ussr/pk8020.cpp ussr/pk8020] ==
''' bk8t ''' - Keyboard not working, stuck at a "config" screen.
''' bk8t ''' - Keyboard not working, stuck at a "config" screen.


Line 3,754: Line 3,752:
''' neiva ''' - Keyboard not working.
''' neiva ''' - Keyboard not working.


== [http://github.com/mamedev/mame/blob/master/src/mame/ussr/sm1800.cpp ussr/sm1800] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/ussr/sm1800.cpp ussr/sm1800] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/ussr/special.cpp ussr/special] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/ussr/special.cpp ussr/special] ==
''' anakonda ''' -  It complains of a disk problem (not emulated).
''' anakonda ''' -  It complains of a disk problem (not emulated).


Line 3,771: Line 3,769:
''' 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.
''' 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/ussr/uknc.cpp ussr/uknc] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/ussr/uknc.cpp ussr/uknc] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/ussr/vector06.cpp ussr/vector06] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/ussr/vector06.cpp ussr/vector06] ==


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


== [http://github.com/mamedev/mame/blob/master/src/mame/videoton/tvc.cpp videoton/tvc] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/videoton/tvc.cpp videoton/tvc] ==
UPM crashes when formatting a floppy.
UPM crashes when formatting a floppy.


== [http://github.com/mamedev/mame/blob/master/src/mame/votrax/votrhv.cpp votrax/votrhv] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/votrax/votrhv.cpp votrax/votrhv] ==
''' hc120 ''' - Inputs are incomplete.
''' hc120 ''' - Inputs are incomplete.


== [http://github.com/mamedev/mame/blob/master/src/mame/vsystem/f1gp.cpp vsystem/f1gp] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/vsystem/f1gp.cpp vsystem/f1gp] ==
''' f1gpb ''' - Steering wheel isn't correctly calibrated.
''' f1gpb ''' - Steering wheel isn't correctly calibrated.


''' f1gpbl ''' - Bootleg on different hardware.
''' f1gpbl ''' - Bootleg on different hardware.


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


''' 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.
''' vgoalsoc, vgoalsoca ''' - Tecmo MCU providing jump addresses etc.  Has direct access to entire CPU bus, prevents code modification (MCU writes 'ROM ERROR' if you change ROM).  ROZ pitch difficult to understand.


== [http://github.com/mamedev/mame/blob/master/src/mame/vsystem/rpunch.cpp vsystem/rpunch] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/vsystem/rpunch.cpp vsystem/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/vtech/clickstart.cpp vtech/clickstart] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/vtech/clickstart.cpp vtech/clickstart] ==
Preliminary driver. UNSP based.
Preliminary driver. UNSP based.


== [http://github.com/mamedev/mame/blob/master/src/mame/vtech/geniusiq.cpp vtech/geniusiq] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/vtech/geniusiq.cpp vtech/geniusiq] ==
''' iq128, iq128_fr, iqtv512 ''' - Very preliminary driver.
''' iq128, iq128_fr, iqtv512 ''' - Very preliminary driver.


== [http://github.com/mamedev/mame/blob/master/src/mame/vtech/laser3k.cpp vtech/laser3k] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/vtech/laser3k.cpp vtech/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/vtech/lcmate2.cpp vtech/lcmate2] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/vtech/lcmate2.cpp vtech/lcmate2] ==
RTC doesn't remember the time, alarm doesn't work and Reset/On button needs to be added.
RTC doesn't remember the time, alarm doesn't work and Reset/On button needs to be added.


== [http://github.com/mamedev/mame/blob/master/src/mame/vtech/pc1000.cpp vtech/pc1000] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/vtech/pc1000.cpp vtech/pc1000] ==


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


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


== [http://github.com/mamedev/mame/blob/master/src/mame/vtech/prestige.cpp vtech/prestige] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/vtech/prestige.cpp vtech/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.
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/vtech/primusex.cpp vtech/primusex] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/vtech/primusex.cpp vtech/primusex] ==


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


== [http://github.com/mamedev/mame/blob/master/src/mame/vtech/vsmileb.cpp vtech/vsmileb] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/vtech/vsmileb.cpp vtech/vsmileb] ==
Improper handling of the "Fast Rampdown" feature in the SPG2xx audio device causes bad narration.
Improper handling of the "Fast Rampdown" feature in the SPG2xx audio device causes bad narration.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/wavemate/bullet.cpp wavemate/bullet] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/wavemate/bullet.cpp wavemate/bullet] ==
Memory banking is broken.
Memory banking is broken.


== [http://github.com/mamedev/mame/blob/master/src/mame/wavemate/jupiter.cpp wavemate/jupiter] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/wavemate/jupiter.cpp wavemate/jupiter] ==
Preliminary driver. Devices aren't connected yet.
Preliminary driver. Devices aren't connected yet.


== [http://github.com/mamedev/mame/blob/master/src/mame/wicat/t7000.cpp wicat/t7000] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/wicat/t7000.cpp wicat/t7000] ==
Missing cursor display and attributes.
Missing cursor display and attributes.


== [http://github.com/mamedev/mame/blob/master/src/mame/wing/luckgrln.cpp wing/luckgrln] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/wing/luckgrln.cpp wing/luckgrln] ==
''' luckstrn ''' - Undumped internal ROM.
''' luckstrn ''' - Undumped internal ROM.


== [http://github.com/mamedev/mame/blob/master/src/mame/wing/lucky74.cpp wing/lucky74] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/wing/lucky74.cpp wing/lucky74] ==
''' excitbj ''' - The program ROM for the terminal isn't dumped.
''' excitbj ''' - The program ROM for the terminal isn't dumped.


Line 3,849: Line 3,847:
''' lucky88 ''' -  No internal ROM dump.
''' lucky88 ''' -  No internal ROM dump.


== [http://github.com/mamedev/mame/blob/master/src/mame/wing/pinkiri8.cpp wing/pinkiri8] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/wing/pinkiri8.cpp wing/pinkiri8] ==
Current blocker is the video emulation i/o ports, it looks somewhat exotic.
Current blocker is the video emulation i/o ports, it looks somewhat exotic.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/wing/superwng.cpp wing/superwng] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/wing/superwng.cpp wing/superwng] ==
Crashes after bonus stage, see notes, bad ROM?
Crashes after bonus stage, see notes, bad ROM?


== [http://github.com/mamedev/mame/blob/master/src/mame/wyse/wy60.cpp wyse/wy60] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/wyse/wy60.cpp wyse/wy60] ==
Currently uses a bunch of hacks due to missing features in MAME's 8051 CPU core.
Currently uses a bunch of hacks due to missing features in MAME's 8051 CPU core.


== [http://github.com/mamedev/mame/blob/master/src/mame/wyse/wy85.cpp wyse/wy85] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/wyse/wy85.cpp wyse/wy85] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/xerox/bigbord2.cpp xerox/bigbord2] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/xerox/bigbord2.cpp xerox/bigbord2] ==
Main problem is floppy disk support is missing.
Main problem is floppy disk support is missing.


== [http://github.com/mamedev/mame/blob/master/src/mame/xerox/xerox820.cpp xerox/xerox820] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/xerox/xerox820.cpp xerox/xerox820] ==
''' bigboard, mk82, x820ii ''' - Floppies don't work.
''' bigboard, mk82, x820ii ''' - Floppies don't work.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/yachiyo/atamanot.cpp yachiyo/atamanot] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/yachiyo/atamanot.cpp yachiyo/atamanot] ==
Incredibly complex banking system, with presumably an extra device controlling it. Has additional Kanji ROM which suspiciously looks Jp computer derived.
Incredibly complex banking system, with presumably an extra device controlling it. Has additional Kanji ROM which suspiciously looks Jp computer derived.


== [http://github.com/mamedev/mame/blob/master/src/mame/yamaha/tg100.cpp yamaha/tg100] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/yamaha/tg100.cpp yamaha/tg100] ==
Unemulated H8/520 CPU.
Unemulated H8/520 CPU.


== [http://github.com/mamedev/mame/blob/master/src/mame/yamaha/yman1x.cpp yamaha/yman1x] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/yamaha/yman1x.cpp yamaha/yman1x] ==
Control Synthesizer. Skeleton driver. HD6413002FP16 based.
Control Synthesizer. Skeleton driver. HD6413002FP16 based.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/yamaha/ymmu128.cpp yamaha/ymmu128] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/yamaha/ymmu128.cpp yamaha/ymmu128] ==
H8 core serial communication problems.
H8 core serial communication problems.


== [http://github.com/mamedev/mame/blob/master/src/mame/yamaha/ymmu15.cpp yamaha/ymmu15] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/yamaha/ymmu15.cpp yamaha/ymmu15] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/yamaha/ymmu5.cpp yamaha/ymmu5] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/yamaha/ymmu5.cpp yamaha/ymmu5] ==
Very preliminary driver.
Very preliminary driver.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/yamaha/ymmu90.cpp yamaha/ymmu90] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/yamaha/ymmu90.cpp yamaha/ymmu90] ==
Missing analog inputs.
Missing analog inputs.


== [http://github.com/mamedev/mame/blob/master/src/mame/yamaha/ympsr340.cpp yamaha/ympsr340] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/yamaha/ympsr340.cpp yamaha/ympsr340] ==
Preliminary driver. Exact CPU model unknown. Front panel / keyboard scanner and sound generation aren't emulated.
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/yamaha/ympsr400.cpp yamaha/ympsr400] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/yamaha/ympsr400.cpp yamaha/ympsr400] ==
Missing HD63B05V0D73P dump.
Missing HD63B05V0D73P dump.


== [http://github.com/mamedev/mame/blob/master/src/mame/yamaha/ymqs300.cpp yamaha/ymqs300] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/yamaha/ymqs300.cpp yamaha/ymqs300] ==


== [http://github.com/mamedev/mame/blob/master/src/mame/yamaha/ymqy70.cpp yamaha/ymqy70] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/yamaha/ymqy70.cpp yamaha/ymqy70] ==
Preliminary driver.
Preliminary driver.


== [http://github.com/mamedev/mame/blob/master/src/mame/yamaha/ymvl1.cpp yamaha/ymvl1] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/yamaha/ymvl1.cpp yamaha/ymvl1] ==
TMP68301 emulation of the serial comms isn't good enough.
TMP68301 emulation of the serial comms isn't good enough.


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


== [http://github.com/mamedev/mame/blob/master/src/mame/zaccaria/seabattl.cpp zaccaria/seabattl] ==
== [https://github.com/mamedev/mame/blob/master/src/mame/zaccaria/seabattl.cpp zaccaria/seabattl] ==
''' seabattla ''' - Different hardware, needs emulation of its peculiarities.
''' seabattla ''' - Different hardware, needs emulation of its peculiarities.


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

Latest revision as of 18:47, 15 May 2026

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.

access/acvirus

80C5xx + dsp56k based. Skeletonish.

acorn/aa310

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

acorn/accomm

Skeletonish.

acorn/aristmk5

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

Shares timing issues like base AA.

acorn/bbc

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

acorn/electron

btm2105 -

acorn/riscpc

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

acorn/ssfindo

tetfight - Gameplay has severe frame hiccups, irqs randomly stops working for 3 frames for some reason. EEPROM write hook up isn't correct, causing incorrect configuration after saving.

acorn/z88

act/apricotf

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

act/apricotp

Needs devices, LCD and sound hook-ups.

act/apxen

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

adc/super6

Floppy emulation needs fixing, peripherals aren't emulated.

adc/superslave

adp/adp

fstation - Suntris crashes due to HD63484 emulation problems.

funlddlx - Keeps looping between F_IN and FOUL messages.

adp/manohman

Preliminary driver.

agat/agat

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

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

akai/akaiax80

Skeletonish. UPD7811 based.

akai/mpc2000xl

Floppy, sound, MIDI, LCD, and controls work. SCSI is broken similar to the MPC3000. Flash ROM option card emulation and ATAPI Zip drive emulation is in progress.

akai/mpc60

Floppy, LCD, and controls work. Sound DSP emulation is still very early.

akai/mpc3000

Floppy, sound, MIDI, LCD, and controls work. SCSI is broken due to MB89352 emulation issues.

akai/s3000

Floppy, sound, SCSI, MIDI, LCD, and controls work. All models have issues with audio playback quality from an as-yet unknown source. Flash ROM option card emulation is in progress.

alesis/alesis

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

alpha/champbas

tbasebal - M68705 protection MCU is dumped but not hooked up.

altos/altos2

Keyboard not dumped and emulated.

altos/altos486

Still very incomplete.

altos/altos5

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

altos/altos586

Only the diags floppy boots. Preliminary driver.

amiga/alg

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

amiga/amiga

Amiga chips emulation lacks a lot of features.

amiga/arsystems

ar_dart2 - Bad dump.

amiga/cubo

All these games needs proper CD32 controller emulation rather than hacking the protocol around.

eldoralg - Touchscreen is offset and cannot be calibrated, joystick buttons aren't recognized properly, uses unemulated AGA SHRES=3 with roulette ball.

lsrquiz - No player 2 inputs (ingame), wrong pitch for most gfxs, access violation during gameplay or on emu exit (microtouch?).

lsrquiz2i - Wrong pitch for some gfxs, access violation during gameplay (microtouch?).

lsrquizg - Doesn't accept coins, no player 2 inputs (ingame), wrong pitch for most gfxs, access violation during gameplay or on emu exit (microtouch?).

odeontw - 'Invalid NVRAM', accesses area $6xxxxx and claims invalid RAM config if bypassed.

odeontw2 - Resets halfway thru "please wait" in service mode, therefore NVRAM cannot be inited.

amiga/mquake

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

amirix/wxstar4k

M68010 based. Cable head-end unit. Very preliminary.

ampro/lbpc

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

amstrad/amstr_pc

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

amstrad/pcw

amstrad/pcw16

amstrad/pda600

Serial port doesn't work.

apollo/apollo

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

apple/apple2e

mprof3 - Clones with unemulated hardware differences.

apple/apple2gs

apple2gsmt - Prototype with some different hardware. Differences not emulated yet.

apple2gsr3p - A ROM isn't dumped.

apple/imacg3

Very preliminary driver.

apple/lisa

Lisa OS doesn't boot.

apple/macpdm

Can boot and install some Mac OS versions now and run some games and applications but there are issues with newer OS versions (beyond 7.5.0) and glitches believed to be due to PowerPC core emulation inaccuracies.

apple/pippin

Very preliminary driver.

apple/powermacg3

Very preliminary driver. You can access Open Firmware by holding down Command-Option-O-F when the boot chime plays.

arcadia/arcadia

mratlus, plldium, polyvcg, trakcvg -

aristocrat/aristmk4

86lions - Runs on earlier, slightly different hardware.

clkwise - Needs redump of the program ROMs.

aristocrat/aristmk6

Skeleton driver. System is SH4 based with PCI root, most games requires MMU. Video emulation requires improvements in PowerVR PMX1 Neon 250.

aristocrat/aristmk7

PCIe 2.0 HW

astrocorp/astrcorp

cptshark - Needs verifying inputs and outputs.

gostopac - Stuck during boot with 'S4' message. Also needs correct 'CPU code'.

hapfarm - Problems with interrupts?

magibomba, westvent - Bad dump of a program ROM.

magibombb, magibombc, magibombf, magibombh, magibombi - Freeze due to unemulated protection.

magibombd, winbingoa Need correct sprite ROM dump.

magibombg - Needs correct "CPU code", EEPROM and sprite ROM dump.

monkeyl and clones - Need correct "CPU code", outputs and inputs need to be checked.

speedmst and clones - Need correct "CPU code" and EEPROM dump.

wwitch - Need correct "CPU code", correct GFX ROM loading, outputs and inputs.

astrocorp/astropc

Fruit machines, AMD Geode based with custom Astro BIOS. Requires VGA SMI trapping in MediaGX core, and identifying where it maps game bootstrap code.

atari/a2600

a2600_pop - 2 joysticks and 2 paddles are hooked up to the unit; unknown how.

atari/atari400

a1200xl - Bad dump.

a65xea, a130xe -

atari/atarigx2

All of these games suffer from some advanced protection that affects them in different ways. Through some magic accesses in memory, data can be decrypted using some special key sequences that are not entirely understood. It's possible to find all possible data sources, run them through the decryption process on the real PCB, and then encode that information in the driver, and for some of the games it has been done. Only rrreveng and clones are missing.

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

atari/atarist

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

atari/atarisy2

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

atari/atarittl

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

atari/atetris

atetrisb5 - Uses a large TTL board as substitute for Slapstic and Pokeys. Currently unemulated.

atari/badlandsbl

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

atari/bartop52

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

atari/bwidow

bwidowp - Prototype on different hardware.

atari/bzone

dsrtwars - Bootleg with different sound system. Mostly works but sound is very badly emulated.

atari/centiped

magworma - Service mode works, game does not.

atari/cmmb

Banking not understood.

atari/cops

cops and clone - No laserdisc dump.

atari/harddriv

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

atari/hitparade

Juke box. TMS1300 based. The mechanical parts aren't emulated.

atari/jaguar

jaguar Currently the driver is geared toward supporting the cojag arcade games. Jaguar console support needs several extra things:

- an interruptible GPU/DSP;

- DTACK support for all CPU cores, determine bus priority depending on access type;

- waitstates;

- blitter and object processor needs to be upgraded as devices, and be closely tied with clock based timings;

- proper cart slot;

Per-game information (including tricky ones) can be read at https://forums.bannister.org/ubbthreads.php?ubb=showflat&Number=124974#Post124974

jaguarcd all of the above plus slave serial clock mode in Jerry. Games are in goofy multisession audio only, which can't be translated to .chd at current time.

atari/klax

klax5bl3 - Audio CPU has encrypted opcodes.

atari/mediagx

Needs proper conversion to PCI core. Inputs aren't hooked up, they are mapped to the parallel port via a JAMMA interface. PoC available at https://github.com/mamedev/mame/pull/11696

atari/metalmx

Skeleton driver. Extremely complex prototype hardware.

atari/missile

mcombat, mcombata, mcombats - Bootlegs on different hardware.

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

atari/quizshow

Tape dumps are available but they have DC offset issues. MAME also needs multi-track support

atari/tank8

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

atlus/cave

cellage - Photo booth. Needs correct GFX emulation plus emulation of camera and printer.

att/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?

ausnz/amust

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

ausnz/dmax8000

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

ausnz/labtam

Needs emulation of additional cards.

ausnz/mbee

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

ausnz/poly

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

ausnz/proteus

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

ausnz/pulsar

Floppy doesn't work correctly.

banctec/banctec

Preliminary driver.

bandai/rx78

Inputs might be incorrectly hooked up.

barcrest/mpu1

Missing layouts.

barcrest/mpu3

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

barcrest/mpu4avan

Fruit machine hardware. Not working yet. Needs artwork.

barcrest/mpu4bwb

Fruit machine hardware. Not working yet. Needs artwork.

barcrest/mpu4concept

Fruit machine hardware. Not working yet. Needs artwork.

barcrest/mpu4crystal

Fruit machine hardware. Not working yet. Needs artwork.

barcrest/mpu4empire

Fruit machine hardware. Not working yet. Needs artwork.

barcrest/mpu4mdm

Fruit machine hardware. Not working yet. Needs artwork.

barcrest/mpu4misc

Fruit machine hardware. Not working yet. Needs artwork.

barcrest/mpu4mod2sw

Fruit machine hardware. Not working yet. Needs artwork.

barcrest/mpu4mod4oki

Fruit machine hardware. Not working yet. Needs artwork.

barcrest/mpu4mod4yam

Fruit machine hardware. Not working yet. Needs artwork.

barcrest/mpu4plasma

Fruit machine hardware. Not working yet. Needs artwork.

barcrest/mpu4redpoint

Fruit machine hardware. Not working yet. Needs artwork.

barcrest/mpu4union

Fruit machine hardware. Not working yet. Needs artwork.

barcrest/mpu4unsorted

Fruit machine hardware. Not working yet. Needs artwork.

barcrest/mpu4vid

Needs correct implementation of characteriser protection for each game. BwB games need more work: They have a slightly different 68k memory map. The 6850 is at e00000 and the 6840 is at e01000; they appear to hang on the handshake with the MPU4 board. Currently using a scanline timer to drive an approximation of the SCN2674 scanline logic, but this is perhaps better served as a proper device. Deal 'Em lockouts vary on certain cabinets (normally connected to AUX2, but not there?). Deal 'Em has bad tiles (apostrophe, logo, bottom corner), black should actually be transparent to give black on green.

be/bebox

bfm/bfcobra

beeline, inquiztr - Missing floppy disk image.

bfm/bfmsys85

Fruit machine hardware. Skeleton driver.

bfm/bfm_blackbox

Mostly missing layouts to be considered playable.

bfm/bfm_sc1

Fruit machine hardware. Skeleton driver.

bfm/bfm_sc2

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

gldncrwnhop - Has different protection from the parent.

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

bfm/bfm_sc4

Fruit machine hardware. Most games pass the startup tests.

bmc/koftball

Incomplete protection simulation.

bmc/popobear

magkengo - Slightly different PCB. Needs emulation of its peculiarities.

brother/ax145

Stops while checking the printer.

brother/lw700i

Keyboard matrix hasn't been completely figured out yet.

canon/canon_s80

Skeleton driver.

canon/cat

Big TODO at the top of the driver.

capcom/alien

Preliminary driver (SH-4 based system). Has 2 MPEG-2 decoder chips (with a FPGA as bridge), a fairly complex video chip normally used in car navigation systems. Input schemes are also very complex.

capcom/cps1

cps1mult - Needs emulation of the game selection via DIP switches.

pmonster - Needs hopper emulation.

sf2amf, sf2stt - Missing program ROMs dump.

varthb3 - Different video registers need emulating.

capcom/mitchell

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

pkladiesbl, pkladiesblu ' - Needs CPU "decryption".

pkladiesbl2 ' - Needs inputs, sound and GFX fixes.

spangbl2 - Bootleg on different hardware.

casio/cfx9850

Preliminary driver.

casio/ctk2000

Keyboard. Emulation is preliminary. ARM derivative.

casio/fp1100

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

casio/fp200

Needs cassette i/f, serial i/f, FDC (requires test program that Service manual mentions), ROM/RAM slot interface, mini plotter printer (FP-1011PL) and graphic printer (FP-1012PR).

casio/fp6000

FDC/HDD and cassette saving don't work.

casio/ld50

Electronic drums. I87C52. Dream SAM9793 and Burr-Brown PCM1717E DAC aren't emulated.

casio/pb1000

casio/pickytlk

Missing inputs, and I/O callbacks copied from CFX9850G need to be reviewed.

casio/pv2000

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

casio/sk1

CPU is an unemulated MSM6283, possibly with undumped internal ROM.

cave/cavepc

PCIe HW, requires an Athlon 64 X2 core.

cave/fstgfish

PCIe HW, requires an Intel Core 2 Duo core.

cave/cv1k

mmmbanc - Needs touch screen emulation handled via SH4 serial.

ccs/ccs2810

Floppy implementation needs work.

ceres/ceres

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

ces/cesclass

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

chromatics/cgc7900

Skeleton driver.

cinematronics/dlair

dlairc, dlairb, dlaira, dlair_2, dlair_1, dleuro, dleuroalt, dlital - Only LD-V1000 versions are supported, due to no viable solution for reading configuration DIPs at init time.

spaceace and clones - No laserdisc dump yet.

cinematronics/leland

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

citoh/cit220

Preliminary driver. I8085A based.

coleco/wrinkles

Sensors aren't emulated yet.

commodore/c64

clipper - Hardware differences haven't been emulated yet.

commodore/c65

Preliminary driver. Extensive TODO at the top of the driver.

commodore/cbm2

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

cbm720_de - Missing chargen dump.

commodore/mps1230

Printer. Basically a skeleton driver.

commodore/pet

compugraphic/pwrview

Preliminary driver. I80186 based.

conitec/prof180x

conitec/prof80

cromemco/c10

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

dataeast/btime

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

dataeast/cntsteer

Uses a discrete non-standard ROZ layer

cntsteer - Also needs better understanding of the communications.

dataeast/dec0

automat - Bootleg on different hardware. Minor video glitches.

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

dataeast/deco32

gunhard, lockload, lockloadu - lightgun hookup not completely understood, randomly locks up (ARM really?). Several video issues during a playthrough, mostly related with sprites.

dataeast/deco_ld

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

dataeast/deco_mlc

skullfng and clones - Random hangs sometimes.

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

dataeast/deshoros

Needs graphics emulation through artwork system and printer emulation.

dataeast/karnov

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

dataeast/pcktgal

pcktgalba - This bootleg connects two PCBs with completely different hardware. The Pocket Gal PCB is emulated here, while the other isn't currently connected and the switching between the two games isn't emulated.

dataeast/progolf

progolfa - Ball is misplaced when on the ground.

dataeast/tumbleb

funkyjetb, tumblebpa - Bootlegs on different hardware

ddr/ac1

ac1scch - Hardware differences aren't emulated yet.

ddr/bcs3

bcs3a, bcs3b, bcs3c, bcs3d -

ddr/chessmst

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

ddr/kc

ddr/mc8030

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

ddr/nanos

ddr/pcm

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

dec/dct11em

Skeleton driver.

dec/dectalk

Extensive TODO at the top of the driver.

dec/kn01

Needs SCSI and mouse emulation.

dec/kn02

MIPS family based. Preliminary driver.

dec/pdp11

dec/rainbow

dec/vax11

dec/vk100

dec/vt100

dec/vt62

VT61 based. Very preliminary. Missing some dumps.

dms/dms5000

Skeleton driver.

dms/dms86

Preliminary driver.

dynax/ddenlovr

daireach - Inputs / DIPs need verifying.

hgokou and clone - They don't respond to inputs properly, and go into "uncooperative mode" after you win a game, refusing to accept the inputs for the double-up game. Possibly due to protection.

momotaro - Protection + some ROMs are badly dumped.

dynax/dynax

tenkai2b - Missing dump of the internal ROM of the TMP91640.

dynax/royalmah

cafebrk, cafepara - Internal ROM has been dumped but data ROM seems scrambled.

cafedoll, cafedollg, ougonhai - Protection checks not completely circumvented.

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

dragonmj, ichiban, pongboo2 - Banking not understood yet.

janoh - Incomplete dump.

janoha -

jansou - Missing internal program ROM.

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

mjtensin - Random crashes, related to interrupts.

ougonhaib3 - One GFX ROM is a bad dump.

efo/cedar_magnet

mag_drac - Bad dump.

elektor/ec65

Preliminary driver.

elektron/elektronmono

MCF5206E based. Skeletonish.

ensoniq/enmirage

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

ensoniq/esq1

ensoniq/esqasr

Skeleton driver.

ensoniq/esqkt

ts10, ts12 -

ensoniq/esqmr

Skeleton driver.

eolith/eolith

raccoon - Game animation & timers are too fast and erratic (CPU core bug(s)?).

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

epson/px8

epson/qx10

esprit/esp250c

Preliminary driver.

esprit/executive10

Video emulation is missing features, no NOVRAM store / recall.

exidy/exidy440

showdown4 - Different type of protection wrt to the parent.

f32/f-32

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

facit/f4431

Missing emulation of character attributes (RAM at 0xc000), cursor, 132 column mode, smooth scrolling, timings, printer.

facit/facit4440

Keyboard isn't emulated.

fairchild/f387x

Computer. F8 based. Driver is skeleton-ish.

fairlight/cmi

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

falco/falco500

falco5220e - Bad dump. ASIC emulation is incomplete.

falco/falcots

force/miniforce

Very preliminary driver.

fujitsu/fm7

fm11, fm16beta, fm7740sx - Extra features not implemented.

fujitsu/fmtowns

Video emulation is far from complete.

funworld/4roses

Skeleton driver. The games' program ROM has been decrypted, but they have an undumped MCU which needs decapping or simulation.

funworld/funworld

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

jolyjokrc - Bad program ROM.

multiwinb - Encryption not figured out yet.

royalcrd_msx , royalcrd_nes and clone - Stealth games which combine the poker game hardware and the console hardware.

funworld/photoply

Several romset dumps are bad, the ones that do boot requires inputs and Microtouch-based touchscreen. Later games will eventually require parallel port or USB dongle emulation;

funworld/photoplys

PCI HW with a Celeron FV524RX366 and a parallel port dongle

funworld/photoplysx

PCIe HW with a Celeron SL6VR and a GNT FNW USB Token dongle

funworld/supercrd

Partially decrypted but need more work to be playable.

gaelco/atvtrack

Preliminary driver, requires PowerVR Neon 250 emulation which is otherwise available as PCI card for PC based systems.

gaelco/bigkarnk_ms

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

gaelco/gaelco2

play2000_50i - Bad dump.

aligatorp, chmppool, jungleani, srollnd - Missing ds5002fp dump.

gaelco/gaelcopc

Intel PCI Pentium 3 based HW with custom BIOS and nVidia GeForce 4

gaelco/radsys

Intel PCI Socket 370 based HW, the screenless version of gaelcopc

gaelco/goldart

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

gaelco/mastboy

mastboyiv2 - Needs a different MCU program.

gaelco/rollext

GFX glitches, possible DSP core bugs, no sound, not extensively tested.

gaelco/splash

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

rebus - Another protected Microhard game. Expects protection device to provide program flow vectors at PC=3ffca6 / $ffd510 dword.

ringball - Currently stuck at initialization / test mode, probably bad decryption. Incomplete GFX dump.

galaxian/fastfred

boggy84b2 - Missing the dump of a program ROM.

galaxian/galaxian

amidarc, aracnisa - Resets when starting a game.

ckongcv, ckongis - Bootleg on different hardware.

dingoe - Probable bad dump and encryption.

highroll - Auto starts game after inserting coin, bad cards GFX, bad inputs response, not all inputs are mapped.

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

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

mooncrs5, mutacion, supergx - Bad dumps.

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

tenspot - Menu isn't working yet.

warofbugg - Bootleg on slightly different hardware.

galaxian/galaxold

drivfrcsga, spcwarp - Bad dump.

trvchlng - Questions ROMs aren't dumped.

galaxian/scobra

rescuefe - Bad / incomplete dump.

gamepark/gp2x

Skeleton driver.

gamepark/gp32

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

gametron/sbugger

sbugger - Bad dump, different revision to working set.

grundy/newbrain

handheld/hh_cop400

vidchal - Needs videotape support.

handheld/hh_hcms40

bombman, gdefender, ggdman, ktparman, puckimon, tkjmaru, wantgman - Missing artwork.

handheld/hh_pic16

pabball, uspbball - Preliminary drivers.

handheld/hh_smc1k

Missing SVGs.

handheld/hh_sm510

nsmb3, nsmw - Missing LCD scan.

handheld/hh_tms1k

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

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

handheld/pensebem

handheld/tispeak

k28m2 - LCD isn't emulated.

lantransp, tnttellp - Version from the patent. Maybe incompatible with released modules?

hds/hds200

Needs fixing the SCN2674/Z80DMA hookup, missing keyboard keys and RS232 control lines.

heathkit/h19

gp19 - GP-19 graphics mode only shows the top half of the image (on the visible screen).

heathzenith/z100

Undumped MCU, plus needs removing of the parity check IRQ patch, implementation of the S-100 bus features, irqs need 8259 "auto-ack"-ing in order to work properly and vertical scrolling isn't understood.

heathzenith/z22

Missing keyboard emulation.

hitachi/b16

No documentation available, almost no software available. Long TODO on top of file.

hitachi/bml3

Long TODO at the top of the file.

hitachi/mbs1

Basic Master Level 3 superset with OS-9 features. Cassette won't load; many missing features.

homebrew/d6809

Most devices aren't hooked up. Skeletonish.

homebrew/minib

Keyboard isn't working correctly.

homebrew/p112

Skeleton-ish driver. Z8018216 based.

homebrew/pc532

Needs ET532 emulation.

homebrew/phunsy

homebrew/ravens

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

homebrew/sbc6510

ATMEGA8 CPU emulation is incomplete.

homebrew/uzebox

SD card not supported yet.

homelab/homelab

brailab4, homelab3, homelab4 - Preliminary driver. Cassette support needs to be fixed, among other things.

hp/hp_ipc

hp9808a - Preliminary driver.

hp/hp16500

Preliminary driver.

hp/hp2620

Keyboard isn't emulated.

hp/hp3478a

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

hp/hp48

hp39g -

hp/hp49gp

Preliminary driver.

hp/hp95lx

Native keyboard isn't emulated. Driver still preliminary.

hp/hp9k

Boot tests fail.

hp/hp9k_3xx

Preliminary driver.

hp/hpz80unk

Skeleton driver. Needs banking and peripherals support.

husky/hunter2

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

ibm/rs6000_type7xxx

Skeleton-ish. Server. PPC601 based.

ibm/rtpc

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

ibm/thinkpad600

Needs keyboard and RTC emulation.

ice/calchase

calchase - Has mangled Win 98 dump (need to type boot at DOS prompt), in-game sports some video bugs, inputs are sketchy and no steering is implemented (same as franticf?). Presumed service mode input just black screen (still bad dump or actual issue with Trident VGA core).

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?)

ice/chexx

Electro-mechanical bubble hockey games.

ice/cutrope

PCIe HW with a Socket H2 CPU and a ColdFire attached thru USB, BIOS for latter is undumped.

ice/frenzyxprss

VIA PCI Socket 370 based plus nVidia GeForce 2.

ice/ice_bozopail

Redemption game. Mechanical parts aren't emulated.

ice/lethalj

franticf and clone(s) - Directional inputs (wheel) don't work yet, device uses a timer irq poll system for it.

ice/vp101

MIPS + custom 3D hardware. jnero boots but lacks 3d GFX hardware emulation, has no sound (paired with an undisclosed AC'97 codec).

igs/cabaret

cabaret - Not fully playable because of some pitfalls.

double8l, kungfua - Undumped internal ROM.

igs/goldstar

3cdpoker, 3cdpokera, animalw, cll, cmfb55, luckylad, pkrmast, prkmasta, rolling, srmagic, super972 - They need work on inputs / dips.

amaztsk, halltsk - They reset when starting reels, reels don't show, inputs need fixing, no sound.

animalhs and clones, eldoraddoa - Need correct GFX banking, I/O.

ll3, wcherry - Only preliminary work has been done.

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

bonusch - Undumped MCU.

cb3c - Needs correct memory map and one GFX ROM is a bad dump.

cb3f - Encryption not completely figured out.

cherry96 - Different hardware.

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

cmast92 and clone, eldoradd, eldoraddo, eldoraddob - Needs correct GFX emulation. Game is running otherwise.

cmast97 and clone - PROM decode needs fixing, needs correct GFX banking.

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

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

cmtetriskr - Needs correct GFX decode.

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

cmv4zg, cmv4zga - Seem to reset after reels stop spinning. Slightly protected?

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

hamhouse - Needs correct I/O.

jkrmast, jkrmasta - Preliminary emulation.

luckybar - mc68705 MCU.

magoddsc, magoddsd - Custom encrypted CPU block.

nd8lines - Needs correct PROMs decoding and inputs.

noved - Needs GFX2 region decryption / decode, controls.

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

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

roypok96c - Stuck at the Program Check screen.

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

super9 - GFXs aren't decoded yet.

tcl - Encrypted.

war3cb - Address scrambling needs to be checked.

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

igs/igs_fear

icescape - Touchscreen commands aren't emulated yet.

igs/igs_m027

amazonia and clone, amazoni2, klxyj, gonefsh2, luckycrs, olympic5 and clone, sdwx - Need dump of the internal ROM.

chessc2 - Needs IGS025 emulation.

extradrw - Inputs not implemented yet.

igs/igs_m027xa

crzybugsj, haunthig and clone, wldfruit - Missing internal ROM dump.

tripfevb - Hangs at payout.

igs/igs011

tygn - Needs correct protection workarounds. Currently fades to black during play.

igs/igs017

jking302us - IGS026 and IGS029 protection needs simulation.

mgcs ande clone - IGS029 protection needs more work.

sdmg2p - Protection sometimes kicks in after starting game, hopper isn't hooked up correctly.

slqz2a - Undumped program ROM.

tarzan - Missing sprites and sound ROM, imperfect tiles decryption.

tarzana - Missing IGS029 protection, missing sprites and sound ROM.

igs/igspc

AMD PC Geode based, fails CPUID during POST. Requires GeForce emulation plus decrypting IGS027A code.

igs/igspoker

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

stellecu - Bad / incomplete dump.

igs/jackie

kungfu - Needs correct inputs for the 'fighting' game.

igs/pgm

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

drgw2100hk - Protections isn't simulated yet.

igs/pgm2

bubucar - Needs dump of the internal BIOS ROM.

igs/pgm3

Skeleton driver, incomplete decryption.

igs/spoker

3super8 - Roms are badly dumped.

jinhulu2 - Seems to try linking to something. Also needs IGS003 protection emulated.

igt/drw80pkr

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

igt/gkigt

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

igt/peplus

all imperial games - Stuck during initialization.

all pc* sets - This sets use tokens instead of coin. They get stuck with "Token in timeout" message.

peke0004 and clones, peke0017 and clones, pex0006k, pex0013k, px0013ka -

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

all pepk* sets but pepk1024 -

pepp0021, pepp0079, pepp0596, pepp0598 - Need link support.

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

sv1pf434 - Occasionally makes an alarm sound most likely related to the door.

igt/splus

Driver imported from Agemame. Needs modernisation.

igt/videopkr

bpoker -

informer/informer_207_376

Two ROMs need a redump.

informer/informer_213

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

intel/ipc

ipc - Dump incomplete.

intel/ipds

Skeleton driver. I8085A based.

intel/isbc

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

intel/isbc660

Needs more Multibus cards emulated and installed.

intel/rex6000

intergraph/interpro

Preliminary driver.

irem/m10

ipminvad1 - Incomplete dumps.

irem/m107

kftgoal, wpksoc - Missing EEPROM hook-up.

irem/m62_bkungfu

Blitter data is encrypted and MCU is undumped.

irem/m72

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

irem/m92

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

irem/redalert

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

isc/compucolor

ROMs are badly dumped. Needs floppy hook-up.

itech/itech8

stratabs - Controls aren't hooked up.

jaleco/acommand

acommand - Inputs aren't fully understood. Requires a major rework of the artwork sub-system. Sprite chip needs to be conciled with cischeat version.

jaleco/armchamp

Mechanical arm simulation isn't perfect.

jaleco/blueprnt

unkzilec - Only the GFX ROMs are dumped.

jaleco/cischeat

armchmp2 and clones - Arm motor emulation is incorrect.

wildplt - Road layer needs fixes in places, not extensively tested.

jaleco/ms32

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

jaleco/tetrisp2

nndmseal and clones - Missing camera and printer emulation.

stepstag, step3 - Missing HD / bios dumps for the PC part.

vjdash - needs converting PC base to a pre-AGP VIA chipset mostly emulated in ls5amvp3 .

jpm/guab

crisscrs - Missing disk image dump.

jpm/jpmimpct

buzzundr, monspdr, snlad - Incomplete dumps.

jpm/jpmimpctsw

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

jpm/jpmsru

Missing layouts.

jpm/jpmsys5

cashcade - Incomplete dump? Shows a loading error.

monopldx1 - Missing questions?

jpm/jpmsys5sw

The mechanical games aren't emulated yet.

kaneko/galpani2

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

kaneko/galpanic_ms

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

kaneko/kaneko16

bonkadva - Shows an upside down KO! sprite, probably due to a failed start up check.

kaneko/snowbros

sutjarod - Needs correct protection data.

kaypro/kaypro

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

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

kaypro4a - Floppy not working.

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

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

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

koei/pasogo

konami/cobra

Complicated Konami 3D hardware. bujutsu is playable but has rendering issues in several stages.

racjamdx - fails booting on what it seem a renderer test.

konami/combatsc

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

konami/dbz

dbz2bl - Bootleg on different hardware. Heavy priority / GFX issues, no sound.

konami/gberet

gberetb - Needs correct PROM decoding. As is, GFX are too mangled to play it.

konami/giclassic

Preliminary driver.

konami/goldenregion

Sprite banking isn't understood. Mechanical part isn't simulated.

konami/gticlub

thunderh and clone(s) - They use an additional top board for sound, network and analog control functions.

konami/hornet

sscope and clones, sscope2 and clones - renderer doesn't show anything in scope view in gun test, makes calibration impossible. Has Voodoo renderer bugs.

terabrst and clones - Fails POST, if skipped thru dip has Voodoo renderer issues. Not extensively tested.

terabrstaa, terabrstja, terabrstua - Missing gun emulation, won't boot due to issues with the cgboard/konppc.

thrilldbu - Heavy GFX glitches, fails wheel motor test.

konami/ironhors

farwest - Bootleg running on different hardware.

konami/konamigv

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

konami/konamigx

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

konami/konamim2

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

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

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

konami/konblands

Missing laserdisc dump.

konami/konendev

Most dumps are incomplete. Those fully dumped boot but fails various mechanical hardware tests.

konami/konmedal

slimekun -

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

konami/konmedal020

Preliminary emulation.

konami/konmedal68k

crossmg2, fruitsmg - Mechanical parts aren't emulated yet.

dobouchn - Controls need verifying.

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

unkkonmd - Stops with network ID error.

konami/konmedalppc

Preliminary driver. PPC based.

konami/ksys573

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

konami/moo

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

konami/nwk-tr

Complex Konami 3D hardware.

konami/otomedius

Intel PCI Socket 478 based.

konami/overdriv

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

konami/stingnet

Preliminary driver. PPC based.

konami/tasman

Konami GX based PCB for gambling games.

konami/tmnt2

glfgreat and clones - DMA emulation is incomplete.

ssridersb - Bootleg on different hardware. Bad dump.

ssriders2 - Bootleg on different hardware.

konami/twinkle

bmiidx, bmiidxa, bmiidxc, bmiidxca - Connected over the mini-din8 (CN7) and DVD check requires RTS->CTS.

konami/viper

Preliminary driver, PPC+voodoo.

konami/xmen

xmenabl - Sprites are glitched, one Oki ROM is probably bad.

korg/korgm1

Preliminary driver.

kurzweil/krz2000

TMP68301 based. Skeletonish.

kyber/kminus

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

kyocera/kyocera

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

pc8201a - Cassette's not working.

npc8300 - Doesn't boot.

lsi/m3

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

lsi/octopus

luxor/abc1600

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

luxor/ds90

Skeleton driver. M68010 based.

makerbot/replicator

matsushita/duet16

Floppy not hooked up correctly, still WIP.

matsushita/jr100

Paste drops many characters. Cassette not working correctly

matsushita/jr200

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

matsushita/kn5000

Preliminary driver. TMP94C241F based.

mattel/intv

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

maygay/maygay1bsw

Mechanical game imported from AGEMAME.

maygay/maygayv1

Skeleton driver for fruit machine games.

mc/mccpm

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

mera/m79152pc

Skeleton driver. Z80 based.

merit/merit

tictacuk - Doesn't register coins.

merit/mtouchxl

Base system needs converting to actual SiS85C496 chipset, which in turn needs improvements.

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

mtchxlti -

merit/pubtimed

Skeletonish. M6802 based darts game.

metro/metro

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

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

puzzlet - In game timer doesn't decrease, incomplete video emulation from custom Imagetek VDP + specific RMW overlay, no sound.

mg1/mg1

Missing hard disc and mouse emulation.

microkey/primo

microterm/microterm_f8

WIP driver. Missing some GFX modes.

midcoin/24cdjuke

Skeleton driver for a CD Juke Box.

midcoin/wink

Protection module has been reverse engineered thru schematics, needs hooking up in driver. Has collision detection issues.

midw8080/8080bw

invasionrza - Bootlegs on slightly different hardware.

sisv1 - Some ROMs aren't dumped.

midway/astrocde

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

midway/atlantis

The Zeus2 video chip needs more work.

midway/balsente

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

midway/mcr

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

midway/midqslvr

hydrthnd, offrthnd Intel SE440BX-2 based HW, requires a better SMBus EEPROM to start doing something.

arctthnd, ultarctc VIA Socket 370 based HW, the later iteration of the one emulated in pc/pcipc_via

midway/midyunit

mkrep -

midway/midzeus

crusnexo and clones - custom Zeus II 3D chip, missing road layer.

thegrid and clones - Some renderer issues from custom Zeus II 3D chip, not extensively tested.

midway/mw18w

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

midway/mwsub

Mechanical game.

midway/pinball2k

Mechanical MediaGX based HW + a custom Prism PLX PCI9052 bridge.

midway/seattle

sfrushrkw, sfrushrkwo - Wavenet isn't emulated.

midway/spyhuntertec

spyhuntpr - Very different hardware.

midway/vegas

sf2049te and clone - Voodoo 3-based, one step beyond the Voodoo Banshee problems.

midway/williams

defndjeu, tornado2 - Bad dumps.

miltonbradley/vectrex

raaspec - Timings and mandatory artwork missing.

mips/mips

rc3230, rs3230 -

misc/39in1

19in1, 48in1 and clones, 60in1, fruitwld and clone, jumanji, plutus, pokrwild, rodent - Should be correctly decrypted but expect something different from the CPLD.

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

misc/3do

Has CD-ROM and/or ARM issues with the custom Opera Filesystem and the bootstrap Avatar protection it does with 3do games (reads first sector, decides it's not good, bails to ROM BIOS instead). Photo CDs detects properly punts after splash logo, Audio CDs needs mods in DSPP (earlier version vs. the one in Konami M2). User programs will eventually need custom MMU emulation and video improvements.

md23do, sht3do - ALG with custom BIOS featuring extra protection.

misc/4enlinea

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

misc/4enraya

strker - Stops with 'RAM no good' message.

misc/acefruit

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

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

misc/amaticmg

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

misc/amerihok

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

misc/ampoker2

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

ampkr2jsp, ampkr2jspa -

misc/amuzy

Skeleton-ish. H8/3007 CPU (internal ROM apparently not used), barely documented Yamaha YGV625 sprite processor and CRTC and OKI M9810 for sound.

misc/anes

Blitter is imperfectly emulated, but games can be played.

misc/arachnid

Mechanical game. Needs artwork with lamps support.

misc/artmagic

shtstar - Runs on different hardware. Also needs correct "CPU code".

misc/avt

Needs CTC and daisy-chain.

misc/bingor

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

misc/blitz68k

Cadillac Jack sets - These games freeze while trying to print the redemption tickets. Also need the MCU dumped and emulated, since they currently relay on ROM patches to bypass the checks.

The other games - Undumped MCUs.

misc/bntyhunt

VIA PCI Socket 370 based + nVidia GeForce 2

misc/buster

Skeleton driver.

misc/calomega

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

misc/carrera

alantin, bsebmanbl, bsebmanbl2, drkseal - Need correct inputs.

ncarrera - Needs MCU dump.

misc/cb2001

Incomplete decryption.

misc/chamrx1

Intel PCI Socket 478 based.

misc/changyu

Lots of not utilized ROMs.

changyu - MCU isn't hooked up yet.

misc/chsuper

losttrea - Inputs need verifying, probably playable apart from that.

misc/comebaby

Intel PCI Slot 1 based, boots to some extent in Windows 98 but either will randomly BSoD or eventually punt at the current configuration (uses a Voodoo 3 card only, which in turn requires x86 VGA mode support).

misc/coinmstr

pokeroul, supnudg2 - Incomplete protection simulation.

trailblz - Question ROMs aren't dumped.

misc/coinmvga

Touch screen needs to be hooked up. GFX problems.

misc/crospuzl

Dies at POST with a SPU error. Dump looks bad.

misc/crystal

donghaer - Protection PIC hasn't been dumped yet. Can randomly hang or throw severe renderer issues (particularly in 2-players mode).

maldaiza - Protection PIC hasn't been dumped yet. Crashes after showing Gamtou logo.

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 - Boots, not extensively tested.

misc/ddz

Encrypted VRender0 games.

misc/dgpix

btplay2k, letsdnce - Timing problems.

misc/drdmania

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

misc/dwarfd

qc, quarterh and clones - Missing laserdisc dumps.

misc/ecoinf2

Skeleton driver for fruit machine games.

misc/ecoinf3

Skeleton driver for fruit machine games.

misc/ecoinfr

Skeleton driver for fruit machine games.

misc/epos

catapult, revenger - Bad dumps.

misc/esd16

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

misc/esh

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

misc/eva

Preliminary driver. TMS 1000 / COP420 based.

misc/ez2d

Intel PCI Socket 370 based. BIOS is possibly a bad dump, have alternatives but they all fails because we don't emulate AS99127F SMBus/ACPI controller.

misc/fastinvaders

Games reset. Schematics are available.

misc/freekick

countrun - Main program inside of custom CPU block.

countrunb2 - Possible bad dump, or encrypted.

misc/fresh

Preliminary driver. M68000 based.

misc/funkball

PCI MediaGX + Voodoo 1 based. Not extensively tested due of performance, can become non-functional after saving to flash ROM, also requires PCI conversion.

misc/gambl186

Missing At89c52 dump. EEPROM behaviour still buggy.

misc/gameace

hotbody2 - Program ROM isn't dumped.

misc/gammagic

Intel PCI Socket 7 based, booting thru El Torito CDs. Both games are missing M68K ROM dumps.

99bottles - Likely bad CD dump.

gammagic - Hangs after "ignoring write to swapbufferCMD when CMDFIFO is enabled" message.

misc/gamtor

Skeleton driver for fruit machine games.

misc/gfamily

SiS PCI Socket 478 based HW running various emulators including MAME. Chipset is the later iteration of the one emulated in pc/sis630, frontend may need SiS TV Out extra monitor.

misc/globalvr

Intel PCI Socket 370 and nVidia GeForce 256. Install disks uses PowerQuest DeployCenter, will eventually require Aladdin dongle emulation.

misc/gi6809

Needs discovering the proper way to tie PIA's signals to Microprocessor's IRQs and coin in device support.

misc/gms

ballch, cots, sc2in1, sscs, super555 - Hang while booting, patched for now.

magslot, sc2in1 - Need correct GFX decode for 1st layer.

rbmk - 89C51 MCU isn't correctly hooked up yet.

rbspm - 89C51 MCU isn't correctly hooked up yet. PIC16F84 is dumped but MAME doesn't have a CPU core for it.

ssanguoj - Undumped 89C51 MCU.

misc/goldngam

Preliminary driver.

misc/goldnpkr

falcnwldc - Main CPU / MCU communications aren't correctly implemented yet.

goldnpkd - You always get a winning flush. Unemulated protection?

jkrbonus - Inputs need correction (in particular SW2 isn't hooked up). Also one GFX ROM is bad.

maxidpkr - Undumped 68705P5 MCU.

olym65bj, olym65wc - Encryption only partially beaten, also need a R6511 CPU core.

wldwitchb, wldwitche, wtchjackh -

pokerdub - Missing one program ROM.

witchcdk - A ROM is corrupt.

misc/gsspade

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

misc/haiwei

VRender0 based game, requires UART support in core for the touchscreen at least.

misc/hideseek

Missing the internal ROM dump of the HD64F7045F28 main CPU.

misc/highvdeo

bingopd, cuncino, grancapi, magicbom, newtiger, saladue and clone, zoomania and clone - Need correct / verified inputs.

unksmk - Doesn't respond to inputs. Protected.

misc/hitpoker

Protection: needs dumping or simulating PIC.

misc/hotstuff

Preliminary driver.

misc/intrscti

Undumped program ROM in an epoxy block.

misc/island

Unemulated features of the DS80C320 CPU and preliminary driver.

misc/istellar

Laserdisc game. Missing a disc dump.

misc/jackpool

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

misc/jackpot

Missing master unit comms (for game override?); loads of unused GFXs, irq and NMI in work RAM space; glitches in attract, service and D-Up screens (requires an NMI mask?); palette, RAMDAC?; complete I/O, identify chip type(s); EEPROM defaults (needs to be initialized in service mode for proper operation).

misc/jokrwild

Missing random number generator, inputs and sound.

misc/joystand

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

misc/jungleyo

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

misc/kingpin

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

misc/laz_aftrshok

Mechanical game, needs controls simulation.

misc/laz_ribrak

awetoss - Mechanical game, needs controls simulation.

misc/magic10

hotslot, magic102 and clone, mcolors, mcolorsa, suprpool - Missing dump of the internal ROM of the HD6473308cp10.

misc/magicard

belslots, hotslots, magicle, quingo - Fail on I2C BUS ERROR - protection device missing.

bigdeal0 - Locks with 68070 continually executing address error exception.

dallaspk - Requires protection device (serial port ?).

magicard -

kajotcrd - Gets stuck during initialisation.

magicrd1a, magicrd1b, magicrd1d -

magicrde, magicrdea - Alarm when credit is added and credit is then cleared.

magicrdec - Fails on "OUT OF RANGE ERROR".

magicrdj, magicrdja - Fail on "ERROR IN SETTINGS".

simpbest - Undumped MCU controls winning percentage.

misc/magictg

Currently black screen, requires PCI modernization, uses dual Voodoo 1 (in SLI?) + Zoran superset partially emulated in pci/zr36057.cpp

misc/malzak

malzak, malzak2 - Collision detection doesn't work right.

misc/marywu

misc/matrix

MediaGX PCI based. Game ROMs are encrypted (preliminary decryption to be checked), may require a missing boot device.

misc/mcm70

At power on need to press START to use; missing cassette (x2) handling, MCP-132 printer/plotter device (Diablo HyType I) emulation, serial communications interface unit (terminal and modem ports).

misc/menghong

VRender0 games with heavy HY04 protection (controls tile RNG, decrypt renderer colors, some games optionally hangs here and there). EEPROM isn't hooked up yet.

misc/microbox2

Missing WD2123 device (dual channel 8251A) implementation.

misc/miniboy7

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

misc/mirderby

Preliminary sprites and scrolling.

misc/multfish

crzmon2 and clones, rollfr_5 - Not decrypted yet.

misc/multfish_boot

igromult, igromula - GFX ROMs aren't dumped.

misc/neomania

VIA PCI Apollo Pro based HW running a (copyright stripped out) DOS MAME for NeoGeo games. BIOS is missing, boots to some extent via ga6vx and the actual JAMMA interface connected to the parallel port (emulated). Running raw MAME thru CLI is extremely slow, and the actual frontend will wipe out the HDD and (eventually connected) floppies if executed due of additional protection.

misc/neoprint

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

misc/nexus3d

Driver is a PoC for VRender3d based HW, needs device-ization. NAND flash hookup is incomplete and needs proper rewrite.

misc/nibble

Skeleton-ish. Unidentified CPU (possibly TMS9900).

misc/norautp

bjpoker, kimblz80, pma -

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

fastdrwp, dphlunka, dphlunkb - Hardware unknown.

noraut3a, noraut3b - Incomplete inputs / some strange behaviour.

norautu, unkljfpk - Encrypted.

norautua, norautub - Decryption incomplete. They run but have strange behaviour.

tpoker2 - Missing 68705 MCU dump / simulation.

misc/notechan

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

misc/nsmpoker

Preliminary driver.

misc/odyssey

Intel PCI based with custom BIOS. ROM loading not entirely understood, missing HDD dump.

misc/oneshot

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

misc/pasha2

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

misc/piggypass

Redemption games. Mechanical.

misc/playcenter

Various HW configurations, the known one uses a VIA PCI Socket 7 based MVP4 (a.k.a. VIAGRA) chipset. Said chipset has very incomplete documentation, dump itself also looks protected in some way.

misc/pntnpuzl

Inconsistent coin insertion, timing looks too fast.

misc/pntnpuzls

Has issues with rotated screen and layout touch, ticket dispenser not hooked up.

misc/poker72

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

misc/psattack

VRender0 game with protected ATA access.

misc/quizpun2

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

misc/rawthrillspc

Unknown Athlon 64 X2 PCI based with late GeForce video card hooked up.

misc/rfslots8085

bformula2 - Bad dump.

misc/rfslotsmcs48

ajofrin, babyfrts25 - Bad dumps.

misc/rgum

Stuck at the play screen with 'attendere' (wait) message after coining up.

misc/sanremo

roadstar - Possibly different I/O map.

misc/savquest

Intel PCI Socket 7 based + Voodoo 2 and a parallel port dongle. Dongle is more or less emulated (needs mods in centronics to handle comms properly), Voodoo requires BitBlt emulation (currently trails frames a lot once entering in gameplay). No inputs.

misc/sfbonus

amclink - "Game" function unknown.

version4 and clones - Incomplete dumps.

misc/skeetsht

Preliminary driver.

misc/skylncr

bdream97 - The inputs tend to act out of control at many times. This may have to do with the large number of unknown reads and writes to an I/O port at $66.

blshark - Protected or maybe incomplete decryption.

miaction, tigerslt - Preliminary emulation.

olymp, speedway - Decryption probably incomplete.

seadevil - Needs correct GFX ROM loading / decoding.

score5, spcliner - Palette doesn't work, so MAME only shows a black screen, even while you can hear the game running.

sonikfig - Once coined, there's no way to start a game.

speedwaya - Decryption should be good but it doesn't boot.

misc/smsmcorp

trvhanga - Missing questions ROMs.

misc/silverball

Various configurations, driver hooks up the working Intel PCI based HW one. Customized BIOS, fails due of dongle.

misc/skopro

Intel PCIe based HW

misc/startouch

Various configurations, driver hooks up the working VIA PCI Socket 7 based HW one. Windows 3.1 boots but throws a BSoD due of missing sound card emulation, if bypassed it shows very broken Trio64 graphics that eventually dies once MicroTouch driver loading kicks in. Eventually needs a parallel port dongle emulation.

misc/statriv2

cs1_ssp and later versions - Laserdisc games in need of laserdisc dump.

nsupertr3 - Some questions don't display correctly.

quaquiz2 - No inputs, needs nvram.

bbchall, statriv5se, supertr - Questions' ROMs aren't dumped.

misc/su2000

Preliminary driver.

misc/summit

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

misc/tecnodar

Darts game. Mechanical part isn't simulated.

misc/tmspoker

Preliminary driver.

misc/triplex

Missing OMTI 5200 controller board emulation (floppy) and needs dump of the keyboard MCU and implementation of the full keyboard, with mouse.

misc/triton

Cassette interface isn't emulated.

misc/trucocl

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

misc/unkpoker

I8085 based. Gets stuck if a coin isn't inserted at boot.

misc/vamphalf

misncrft and clone, worldadv, wivernwg - They start to stall for several seconds at a time after they've been running for a certain amount of time. PoC available in https://github.com/mamedev/mame/pull/9414

mrkickera - If you allow EEPROM saving, then this set corrupts the EEPROM and then won't boot.

yorijori - Currently needs a ROM patch to work.

misc/vcombat

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

misc/videosaa

jokrlady, paradar, scratch, toureiff, winner - Undumped main CPU ROM.

misc/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 ).

misc/vocalizer

Extensive TODO at the top of the driver.

misc/voyager

Late VIA PCI based PC with AMD Duron, GeForce 2MX and Trident 4DWave. Boots to some extent with ga6vx , eventually black screen in X server due of requiring monitor DDC, then it requires the custom JAMMA parallel port interface.

misc/vpoker

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

misc/wildpkr

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

misc/xtom3d

Intel PCI 440BX HW.

xtom3d - Several Voodoo Banshee glitches, not extensively tested.

pumpit1 - Works to some extent, has some Voodoo glitches in later stages. FMV timing is wrong (CPU clock needs bumping up, which hurt performance), sorta playable.

All Pump It Up games beyond 1 - Requires chdman multisession support.

mit/tx0

mits/altair

Preliminary driver.

mits/mits680b

Skeleton-ish. M6800 based.

mitsubishi/multi16

mitsubishi/multi8

modelracing/subhuntr

s2650 based. Driver is skeleton-ish.

morrow/microdec

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

morrow/mpz80

morrow/tricep

Preliminary driver. MC68451 MMU isn't emulated.

motorola/m6805evs

Skeleton driver.

motorola/mvme162

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

msx/msx2

' fsa1fm - Modem not emulated, firmware partially working.

hbg900p and clones - RS232 not communicating.

hx23f and clones - Firmware goes into an infinite loop on the title screen.

hx33 - Half the pixels are missing in the firmware?

mbh70 - How to enter/use the firmware?

mpc27 - Light pen not emulated.

nms8260 -

victhc95 and clones - 2nd cpu/turbo not emulated, firmware won't start.

y503iiir and clones, y805128r2, y805128r2e - Network not implemented.

y805128, y805256 - Floppy support broken.

msx/msx2p

expert3i, expert3t, expertac, expertdx - Some hardware not emulated.

msx/msxtr

sfg extensions may not work due to irq callbacks being registered with the Z80 only; v9958 commands seem to execute too fast (several software items hang because of this); midi interface operation on fsa1gt needs verifying, needs implementation of DAC/PCM related hardware/filter and hook up to the S1990; microphone input is missing-


multitech/mkit09

multitech/mpf1

cs113

mupid/mdisk

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

mupid/mupid2

Skeletonish. Z80 based.

nakajima/nakajies

Banking not fully understood, keyboard communications are partially hacked and misses PCMCIA slot.

namco/20pacgal

25pacman - Newer set on slightly different hardware.

namco/cswat

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

namco/ds5000

Heavy superset of Namco System 21 with six displays, 30 x TMS320C25, a laserdisc player, a SCSI controller and an undumped I/O board.

namco/ds6000

Triple screen Namco System 22 based system.

namco/gal3

Namco System 21 superset, requires laserdisc dump(s). Currently hangs with a white screen.

namco/namcona1

bbbingo, bbbingot, zelos, zelost - Medal games with main - satellites setup. Communications need emulating.

namco/namcond1

gynotai - Ball sensors aren't understood, several YGV608 glitches.

namco/namcos6

VRender0 based HW, requires TC58DVM82A1FT00 NAND flash support to boot.

namco/namcos10

ballpom, ippo2, keroro, medalnt and clone, medalnt2, nflclsfb, puzzball and clone, sekaikh, sugorotc - Need additional I/Os emulated.

gegemdb, kd2001, slotouji - Not decrypted yet.

pacmball, sekaikha - Bad dumps.

taiko2, taiko3, taiko4, taiko5, taiko6, taikort - Small timing issues.

namco/namcos11

fambowl - Needs additional I/O board emulation.

namco/namcos12

sws2000, sws2001 - DMA problems.

tektagtjb, tektagtja - Bad / incomplete dumps.

namco/namcos21_de

driveyes - Uses 3 screens with dedicated board for each.

namco/namcos22

ridgeracf - Incomplete dump. Very different version.

namco/namcos23

Many aspects of the hardware are not completely understood.

namco/rbowlorama

VIA PCI Socket 478 based, with ATI Radeon video card.

namco/sweetland

Screenless crane machine. Mechanical parts aren't emulated.

nasco/crgolf

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

nasco/suprgolf

albatross - Missing GFX ROMs dumps.

natsemi/icm3216

Missing configurable ram size (1M, 2M, 4M, 8M), iop and scsi, cpu timing and minibus.

natsemi/sys16

Fails some diagnostic tests. Needs implementing of gpib, printer ports, sio/disk/tape boards.

ncd/ncd68k

Preliminary driver. MC68020 based.

ncd/ncdmips

Preliminary driver. MIPS based.

ncd/ncdppc

Preliminary driver. Power PC based.

nec/apc

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

nec/bungo

Dump is incomplete and components are guessed as there's no documentation.

nec/ews4800

nec/pc_h98

Business line of PC-98. Major overrides of base HW, not yet implemented.

nec/pc100

Keyboard emulation is very iffy (cfr. Inufuto games), incomplete video emulation.

nec/pc6001

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

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

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

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

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

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

nec/pc8001

Needs waitstate penalties, cassette hookup and porting of expansion cards.

pc8001mk2sr unemulated PC-8801-like V1 bitmap

nec/pc8401a

Needs a working serial setup with other computers of the era.

nec/pc8801

Needs waitstate penalties, particularly for V1 SWs.

pc8801mc CD-Rom boots to some extent, redbook generally works (PC Engine based) but pc8801_flop:dslayed disagrees on playback format vs. several PCE games (needs the actual OST dumped to pinpoint). pc8801_cdrom:dioscd has issues with i8214 handling and upd3301, may be down in requiring memory map modernization.

nec/pc88va

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

pc88va2 some SW works to some extent, very complex and not completely understood video section.

Unemulated plain PC8801 compatibility mode.

nec/pc9801

1st gen and pc9801vm needs working non-floppy boot (SASI)

nec/pc9801_epson

pc286vs not extensively tested.

pc386m and onward doesn't boot due of various POST errors.

nec/pc9821

pc9821ce needs better SDIP support (i.e. floppy loads are iffy)

pc9821cx3 and later (proper) dumps needs PCI support.

nec/pc98ha

Timing issues with V50, can't load any floppy, no support for (undumped) JEIDA memory cards.

nec/pcfx

Complex SCSI setting, dual gate array for a single CD drive. Very incomplete video emulation, full YUV based layers plus dedicated chip (Rainbow) for MJPEG decompression of FMVs. Hangs by selecting Audio CD/Photo CD/Backup menu due of a missing interrupt (debug triggering a single irq13 or irq14 makes it go forward). Naively converting to NSCSI (with PC8801-30 as base) just causes an hang on main menu.

pcfxga needs to be moved as ISA16 and C-Bus options, adds an extra 3d chip (Aurora), talks with PC host MSCDEX in place of SCSI and uses PC files for saving, doing so may be an easier option but there are performance concerns.

nec/tk80bs

Needs front panel and storager emulation. Currently there's no disk controller, so only possible to boot into the monitor.

neogeo/neogeo

kog - Bootleg with different protection.

mvstemp - Development board. Unemulated.

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.

neogeo/neogeocd

next/next

nichibutsu/cclimber

bagmanf - Bootleg on different hardware.

nichibutsu/galivan

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

nichibutsu/hrdvd

Implementation of DVD routing and YUV decoding is missing. MPEG chip is only stubbed for now.

csplayh1 - runs on Super CD HW, Inputs don't work at all, slower than the others too.

nichibutsu/nbmj8688

nightlov - Input problems.

nichibutsu/nbmj8891

hnageman, hnxmasev - Missing VHS dump.

nichibutsu/nbmj8991

av2mj1bb, av2mj2rg - Missing VHS dump.

nichibutsu/nichild

ldquiz4, shabdama - Miss laserdisc dumps. Preliminary driver.

nichibutsu/nightgal

sexygal, sgaltrop, sweetgal - Missing protection simulation.

nintendo/aleck64

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

nintendo/cham24

Missing coins and timer due to unemulated Amtel MCU.

nintendo/dkong

dkongjrc, dkongddk - Graphic ROMs not switched.

nintendo/gb

mduckspa - Clone with some differences.

nintendo/gba

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

nintendo/n64

nintendo/n64_gateway

Actual LodgeNet system is not emulated, so the extra controller buttons and other system functions are not implemented.

nintendo/nds

Driver is preliminary. Currently WIP.

nintendo/nes

drpcjr, sb486 - Missing mice, keyboard and floppy drive support.

fctitler - Misses emulation of the switch that selects which boots: builtin vs cart.

nintendo/nes_arcade_bl

Z80 for timer and maybe coinage isn't implemented.

nintendo/nes_clone

Differences from the original hardware aren't emulated yet.

nintendo/nes_m82

Supports up to twelve cartridge slots, currently unimplemented.

nintendo/nes_sh6578

Enhanced SH6578 NES clone hardware. Differences not emulated yet.

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

nintendo/nes_vt09

rbbrite - Possibly different hardware (VT369?).

nintendo/nes_vt32

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

nintendo/nes_vt369_vtunknown

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

nintendo/nss

Menu system is only partially understood.

nintendo/sfcbox

Preliminary driver. SNES based.

nintendo/snesb

ffight3b - Protection patched out for now, should be emulated.

nintendo/vboy

nintendo/vt_unknown

Unidentified main CPU. Dump might be bad.

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

nix/fitfight

hotmindff - Scrolling offsets + inputs need to be fixed.

nmk/nmk16

firehawkv - Incomplete dump.

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

tdragonb2 - Runs too fast. Probably IRQs related.

nokia/dbox

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

nokia/mikromikko2

Computer. 80186 based.

northstar/horizon

olivetti/m20

Needs a proper Z8001 CPU core.

olivetti/m24

olivetti/olivpc1

Keyboard not working yet.

olympia/monzagp

Preliminary driver. Possibly missing a ROM.

olympia/portrait

Color looks YUV based thru PROMs, some video glitches, unknown camera type for hi-score screen. Possibly requires PCB analysis.

olympia/vega

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

olympiaint/olyboss

Not all programs work. Some floppy problems.

olympiaint/olytext

Skeletonish. Z80 based.

olympiaint/peoplepc

omnibyte/msbc1

orca/zodiack

bounty2 - Different memory map. Probably something in the epoxy module marked "CPU PACKII".

osborne/osbexec

osi/osi

c1pmf -

pacman/pacman

sprglobp2 - Encryption not figured out yet.

pacman/schick

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

palm/palm

Newer models' differences aren't emulated yet.

pc/agro

SiS PCI Socket 7 based, El Torito based. Stub driver, in shutms11 it randomly craps out during boot, when it does it will eventually fail on an undocumented SiS6326/SiS630 area.

pc/asst128

A ROM isn't dumped.

pc/at

Assorted PC-AT clones. Only preliminary emulation.

pc/atpci

Pentium and PCI emulation still preliminary.

pc/champ2

Jumps in unpopulated RAM area as soon as it banks (PC=ca029 -> 0000:36AF), area may be multibanked instead.

pc/compc

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

pc/conliner

VIA PCI Athlon Socket A based, with ATI Rage 128 Pro.

pc/dawg

AMD Geode, MediaGX PCI based. Fails CPUID, actual Southbridge model is a superset of existing CS5530 core.

pc/ec184x

ec1845 - Differences to the other models aren't emulated yet.

pc/europc

pc/fruitpc

Custom STPCD0166BTC3 x86-based SoC. Was actually running in gameplay a long time ago, it now fails PSOT bootup. Said chipset is undocumented, should also require PCI conversion.

pc/ibmpc

ibm5140 - It doesn't boot.

pc/ibmpcjr

ibmpcjx - Dump is incomplete.

pc/iskr103x

iskr1030 - Keyboard test doesn't pass.

pc/mc1502

pk88 - Missing video and keyboard emulation.

pc/mdartstr

Requires a dartboard layout, which in turn is problematic for non-square touch detection.

pc/pangofun

PC based with UM8498F chipset (undocumented). ROM disk boot not understood, possibly bad / incomplete dump.

pc/paokaipc

Intel PCI Socket 7 based with SiS315 and a eGalax USB touchscreen. Black screen during POST due of PS/2 HLE incompatible with the VIA X-Bus it requires.

pc/pc

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

pc/pcat_dyn

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

pc/pcat_nit

streetg and clones - PC hardware emulation is still incomplete.

pc/play4texash

Customized Intel PCIe Atom based.

pc/przone

ALi Socket 7 based. Currently faked to use an Intel one (game doesn't seem to care), mouse is currently hooked up instead of trackball. Most games are playable, few of them have logic or gfx bugs. Printer error B0 keeps popping in attract/game select (needs disabling in service mode).

pc/ps2

pc/quakeat

Intel PCI Slot 1 based. Undumped BIOS, does something with pcipc but then fails due of missing dongle emulation.

pc/queen

VIA Eden (Socket 370?) PCI based. Requires a couple steps in the VIA family chipset emulation.

pc/seawolfm

Intel PCIe Socket T based + nVidia GS8400.

pc/sis630

shutms11 works to some extent, will eventually fail installing P3 era OSes due of missing parts between chipset and/or individual PCI card faults.

gamecstl SiS630 variant using an industrial class mobo. Black screen due of a parity error after exiting SMI routines. Fails ISA state $d2 "Unknown interrupt" afterwards.

pc/sshuffle

AMD Sempron + nVidia nForce PCIe chipset based.

pce/ggconnie

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

pce/paranoia

Jamma interface is not emulated.

pce/tourvis

Lacks complete jamma interface emulation.

philips/cdi

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

quizardff - No MCU dump.

philips/vg5k

1200 bauds cassette doesn't work.

philips/yes

Very preliminary driver. HD6845 drawing not implemented.

phoenix/phoenix

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

griffono - Hangs during attract mode or after coining up.

pinball/allied

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

pinball/by17

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

pinball/by35

Pinball hardware. Not playable without mechanical part simulation.

pinball/gp_1

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

pinball/gts1

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

pinball/icecold

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

pinball/missamer

Mainly there's no ball physics simulation.

pinball/newcanasta

Intel PCIe LGA 775 based.

pinball/recel

Pinball games. Preliminary, and the missing simulation of the tables makes them unplayable.

playmark/sderby

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

poly88/poly88

positron/positron

Computer. MC6809 based. Emulation is very incomplete due to missing info.

psikyo/psikyosh

s1945iiibl,s1945iiibla - Sprites only show up if launched with -debug.

psion/psion

psion1 - Peculiarities of this model aren't emulated.

psion/psion3

Needs emulation of battery backed RAM.

psion/psion3a

Needs emulation of battery backed RAM, sound devices, serial ports and fixing of RAM detection for 3mx.

psion/siena

Needs emulation of battery backed RAM.

psion/workabout

Needs emulation of battery backed RAM.

quantel/dpb7000

Disk Sequencer Card emulation is preliminary.

qume/qvt70

Preliminary emulation. No inputs.

recfranco/rfslotspcpent

Intel PCI Socket 478 based + Windows CE with mechanical features.

regnecentralen/rc702

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

regnecentralen/rc759

Needs better I82730 emulation.

robotron/a5105

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

robotron/a51xx

Skeleton driver. 65C816 based.

robotron/a7150

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

robotron/k1003

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

robotron/k8915

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

robotron/rt1715

robotron/z1013

z1013k69, z1013k76, z1013s60 - Hardware differences aren't emulated yet.

robotron/z9001

rockwell/aim65_40

Skeleton driver.

roland/roland_cm32p

Synth. Sound isn't emulated yet.

roland/roland_d10

Expander. Sound isn't emulated yet.

roland/roland_d50

Skeletonish. Synthesizer. UPD78312 based.

roland/roland_d70

roland/roland_mt32

Skeletonish. Expander. P8098 based.

roland/roland_pr100

MIDI sequencer. Needs emulation of the gate arrays.

roland/roland_sc55

Skeletonish. Expander. P8098 based.

roland/roland_sc55mk2

First off it needs a H8/500 series CPU core.

roland/roland_tb303

Bass line. NEC_D650. Sound unemulated (discrete).

roland/roland_tr909

Drum machine. UPD7810. Sound unemulated.

rolm/r9751

sage/sage2

Floppy loading doesn't work.

sanyo/phc25

map1010 - Tape control not implemented yet.

sega/bingoc

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

sega/chihiro

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

sega/coolridr

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

sega/dc_atomiswave

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

sega/dccons

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

sega/flashbeats

Preliminary driver. H8/3007 based.

sega/fwheel

Communications with other boards aren't implemented yet, causing missing controls.

sega/gpworld

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

sega/hikaru

Skeleton driver. Dual SH-4 based system with fairly complex PCI setup.

sega/hshavoc

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

sega/kopunch

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

sega/lindbergh

Custom NEC-based Intel PCIe chipset.

sega/mdconsole

32x and clones - requires conversion to actual cart bus.

segacd and clones - requires conversion to actual expansion bus, and fixes/rewrite of the CD core.

32x_scd - Nothing boots on it, combines the two romsets above with extra sync implications.

laseract and clone(s) - MegaCD with extra LD player. Hangs on CD/LD BIOS player.

sega/megadriv_acbl

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

contrambc - Doesn't accept coins, eventually crash during attract.

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

sonic3mb - Undumped PIC.

srssf2mb - Both games seem to expect starting in the 0xf00000 range.

sega/megadriv_rad

ra145 - Bad dump.

sega/megadriv_sunplus_hybrid

SunPlus side isn't hooked up.

sega/megadriv_vt_hybrid

VT side isn't hooked up.

sega/megaplay

mp_bio - Frequently softlocks after continue, usually on the 2nd stage.

mp_shnb3 - Game softlocks if you coin during the intro sequence.

sega/megatech

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

sega/model1

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

vf - Collision detection is broken due to imperfect TGP RAM port emulation, hookup. TGP BIOS requires redumping which may or may not fix it.

sega/model2

Implementation of the 3D systems is either guesswork (Model 2, 2A) or incomplete (Model 2B, 2C). Some of the marked MNWs are just really requiring more testing.

hpyagu98 - Stuck at boot with 'error #1' message.

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

topskatr - Uses a different geometrizer DSP code than any other game in the driver.

sega/model3

Several missing features in the renderer.

spikeout/spikeofe - severe mip mapping issues.

sega/naomi

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

sega/saturn

sega/sderby2

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

sega/sega_ferie

Inputs problems.

sega/segaai

Cassette isn't correctly implemented yet.

sega/segaatom

Preliminary driver. H8S/2373 based.

sega/segac2

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

sega/segafruit

Decryption may still not be 100% correct yet.

sega/segag80r

astrob1 - Dies when you first start.

sega/segahang

endurob2 - Bad dump.

sega/segald

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

sega/segapico

sega/segapm

Skeleton driver. Sega 32X based.

sega/segas16b

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

dddoor, wfishing - Needs correct inputs / outputs.

sega/segas18

pontoon, pontoona - Only the terminal is dumped. pontoona might be the main unit, but needs the FD1094 dumped.

sega/segas24

sspirtfc - Missing floppy image.

sega/segas32

as1 - Needs laserdisc dump and emulation.

sega/segasm1

bingpty, carboule - Satellite boards. Need dump of the other boards.

blicks, tinkerbl - Inputs (inserting a coin freezes some of the text on screen).

sega/segasp

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

sega/segaxbd

rascot - Only the terminal is dumped.

sega/segaybd

pdrift and clones - They lock up. TAS opcode related?

sega/sg1000a

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

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

sega/shtzone

Gun doesn't work. Actual timer doesn't seem to match what's set by the dips.

sega/sms_bootleg

Missing timer, banking non totally implemented.

sega/speedbsk

speedbsk - Mechanical, extensive TODO at the top of the driver.

sega/stv

choroqhr - One ROM is a bad dump.

decathlt, decathlto - Run very slow and lots of GFX glitches.

dfeverg, fanzonem - Require 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.

nclubdis - Unemulated security card.

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.

yattrmnp - Needs emulation of the medal game specific hardware.

sega/svmu

sega/system16

bayrouteb1 - Broken sprites (missing IRQ?).

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

beautyb, iqpipe - Bootleg with additional protection not yet understood.

timescanbl - Encrypted.

sega/timetrv

timetrv2 - Needs laserdisc dump for this ROM, which has different frame indexes from the parent.

sega/vicdual

carnivalca - One of the program ROMs need a redump.

invho2a - Bad colors (wrong for Invinco, all black for Head On 2) render the games unplayable. Multiple dump attempts of the color PROM have given the same result.

seibu/airraid

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

seibu/banprestoms

Need emulation of the card printer / dispenser.

seibu/deadang

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

seibu/legionna

cupsoc and clones - Earliest variant of the Seibu 'COP' protection device. Extra macro opcodes it uses causes erratic auto-movements, possibly more issues afterwards.

seibu/panicr

Collision detection is broken.

seibu/raiden_ms

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

seibu/raiden2

zeroteam and clones - Erratic bird boss movements, causes gameplay stall. Possibly further issues afterwards

xsedae - Not extensively tested (Korean language barrier)

seibu/seibucats

Needs DVD emulation first, lots more.

seibu/seicupbl

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

seibu/stfight

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

sequential/prophet600

seta/macs

macsbios -

mac2bios -

kisekaem -

kisekaeh -

cultname -

seta/namcoeva

Whack-a-mole type games. Inputs aren't emulated yet.

seta/seta

inttoote - Unemulated protection.

zingzipbl - Bootleg on different hardware.

seta/seta2

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

namcostr - Bad dump. The game has mechanical parts.

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

seta/simple_st0016

dcrown, dcrowna - Slightly different hardware.

mayjinsn -

sfrj/galeb

Cassette isn't working yet.

sfrj/idpartner

Preliminary driver. Z80 based.

sfrj/orao

Cassette isn't working yet.

sfrj/tim011

Skeleton-ish. Z180 based.

sgi/crimson

Skeleton driver. MIPS based

sgi/indy_indigo2

indigo2_4415 - The different hardware isn't emulated yet.

sgi/iris_power

Skeleton driver. MIPS based.

sgi/o2

Skeleton driver. MIPS based.

sgi/octane

Skeleton driver. MIPS based.

sgi/tt

Needs graphics and emulation of the variants.

sharp/fontwriter

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

sharp/mz2000

sharp/mz6500

sharp/mz700

sharp/pc1500

sharp/pce220

pcg850v -

sharp/pocketc

sharp/x1

sharp/x1twin

sharp/x68k

siemens/pcd

siemens/pcmx2

Personal computer. NS32016 based.

siemens/pg685

Preliminary driver. NEC V20 based.

sigma/sigmab52

s8waysfc -

sigma/sigmab98

dashhero - Does not acknowledge the button bashing correctly.

sinclair/atm

atm -

sinclair/ql

sinclair/scorpion

sinclair/spectrum

sinclair/zx

lambda, pc8300, pow3000 - Fail to show text.

zx97 - Unemulated bankswitching.

skeleton/adacp150p

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

skeleton/alphasma

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

skeleton/ax20

Skeleton driver.

skeleton/bert

Preliminary driver. Z8671 based.

skeleton/bitgraph

bitgrphb -

skeleton/bpmmicro

Universal device programmer. 286 based.

skeleton/br8641

Preliminary driver based on guesswork. Needs documentation.

skeleton/candela

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

skeleton/cdc721

Skeleton driver.

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

skeleton/codata

Very preliminary driver.

skeleton/controlid

Fingerprint reader device. Very skeletonish.

skeleton/cortex

Skeleton driver.

skeleton/cp1

skeleton/cxhumax

ROMs are badly dumped / missing.

skeleton/daruma

Printer. Very preliminary driver.

skeleton/datacast

Unimplemented keypad, incomplete SAA5240 emulation.

skeleton/design

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

skeleton/digel804

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

skeleton/digijet

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

skeleton/digilog320

Needs finishing floppy hookup; SCC interrupts; unknown DUART inputs/outputs; RS232; RTC; artwork with LEDs.

skeleton/dim68k

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

skeleton/dm7000

Preliminary driver.

skeleton/dsb46

Preliminary driver.

skeleton/dual68

Skeleton driver.

skeleton/epic14e

Misses keyboard emulation.

skeleton/eurit

Preliminary driver. ISDN-Telefon. M37730S2 based.

skeleton/fanucs15

Skeleton driver.

skeleton/fanucspmg

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

skeleton/fc100

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

skeleton/fk1

Preliminary driver.

skeleton/ft68m

Skeleton driver.

skeleton/grfd2301

Preliminary driver. Dump isn't complete.

skeleton/hazeltin

Preliminary driver.

skeleton/hazl1420

Preliminary driver. Chargen not dumped.

skeleton/hprot1

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

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

skeleton/hudson_poems

Xtensa CPU core isn't complete.

skeleton/i7000

Preliminary driver (NSC800 based).

skeleton/icebox

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

skeleton/if800

Skeleton driver. I8086 based.

skeleton/imsai

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

skeleton/indiana

Preliminary driver.

skeleton/itc4

Skeletonish. Temperature controller. Z80 based.

skeleton/itt3030

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

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

skeleton/jonos

Skeleton driver. I8085A based. No info available.

skeleton/juku

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

skeleton/kron

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

skeleton/lg_dvd

USB DVD writer. Skeleton driver. MT1839 based.

skeleton/mes

skeleton/mfabfz

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

skeleton/mice

Very preliminary driver. No schematics available.

skeleton/micro20

Skeleton driver. Uses a 68020 and a 68881 FPU.

skeleton/micronic

Needs IR I/O port, LCD contrast and backlight emulation.

skeleton/miniframe

Preliminary driver. M68010 based.

skeleton/ml20

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

skeleton/ms9540

Incomplete dump, no documentation available.

skeleton/mstation

skeleton/mt735

skeleton/mycom

skeleton/onyx

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

skeleton/p8k

skeleton/plan80

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

skeleton/pm68k

skeleton/proteus3

Cassette and keyboard need work.

skeleton/pv9234

skeleton/pwp14

Word processor. Z80 based.

skeleton/qtsbc

skeleton/rd100

No infos available but some PCB pictures. MC6809P based.

skeleton/rvoice

Skeletonish. HD63701Y0 based.

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

skeleton/sartorius

Preliminary driver.

skeleton/sb8085

skeleton/sbrain

Keyboard needs improvements, missing expansion bus slot emulation.

skeleton/scopus

Keyboard isn't emulated.

skeleton/shine

Preliminary driver. Everything needs to be verified.

skeleton/sk101bl

Trading terminal. I80C31 based. Preliminary.

skeleton/swyft

skeleton/systec

Skeletonish. Most devices aren't hooked up. Z80 based.

skeleton/tavernie

Incomplete dump. GFX and cassette need fixing.

skeleton/teleray10

Terminal. M6502 based. Preliminary driver.

skeleton/terak

LSI-11 based. Really a skeleton driver, few infos available.

skeleton/testpat

Discrete. Preliminary netlist available.

skeleton/tk635

Undocumented custom chip controls most functions.

skeleton/tsispch

skeleton/tulip1

No 8256A MUART emulation which handles interrupts, timers, serial and parallel interfaces.

skeleton/v6809

skeleton/vector3

Preliminary driver. Extensive TODO on top of the driver.

skeleton/wicat

skeleton/xor100

Cassette and floppy aren't working.

skeleton/zorba

snk/dmndrby

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

snk/hng64

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.

sony/dfs500

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

sony/news_68k

Needs mouse and keyboard, graphics and slots emulation.

sony/news_r4k

Needs more complete floppy support (only supports floppy boot at the moment), NetBSD SCSI support (mostly/entirely changes needed in the SPIFI driver), parallel I/O, remaining kb/ms support and APbus expansion slots.

sony/psx

sony/pve500

sony/smc777

sony/taitogn

kollon, sianniv - IRQ at the wrong time.

sony/zn

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

beastrzb - Incomplete dump.

primrag2 - Watchdog reset at startup.

strider and clones - Random hangs / crashes.

stern/cliffhgr

cliffhgra2 - Fails a start up check.

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

stm/pp

subsino/lastfght

Custom Subsino Blitter, its busy flag affects game speed (slightly too fast, cfr. title screen blink). Sound completely not understood (uses a custom SS9804 "chip")

subsino/subsino

dinofmly and clone - Stop at password check. Probably need a preinitialized NVRAM.

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.

ndongmul - Not looked at yet.

grndprix, newhunter, newhunterb, sevenlnd - Tilemaps, lamps and inputs troubles.

newhunterc - Needs correct memory map.

subsino/subsino2

qbeebing, strain, tbonusal, treacity and clone - Possibly missing some protection patches.

queenbee and clones, squeenb - Games run way too fast.

treamary - Gets stuck on CHIP1 test, enters test mode if bypassed.

xplan - Always starts with 4 credits. Interrupts don't seem to work correctly.

success/skopro

Intel PCIe Pentium E2160 + nVidia GeForce 8400GS

sun/sun1

sun/sun2

sun/sun3

sun/sun3x

sun/sun4

suna/suna8

hardhea2b, hardheadb2 - Protected bootlegs on different hardware.

sunelectronics/blockch

Paddle/ball sprite drawing is guessed, video timing is wrong, 2nd irq timing is guessed.

sunelectronics/route16

jongpute - Palette problem makes the tiles difficult to recognize.

vscompmj - Inputs don't seem to work correctly.

synertek/ktm3

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

synertek/mbc020

Computer. M6512 based. Skeletonish driver.

ta/alphatpc16

SCSI emulation is guessed / incomplete.

ta/alphatpx

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

tab/tabe22

Needs a dump of the keyboard controller (currently HLE'd), NVRAM / memory layout isn't correct, currently needs a hack to send out data on the RS232 port.

taito/2mindril

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

taito/arkanoid

arkatour2 - Undumped MCU.

hexaa - Protection hasn't been figured out yet.

taito/bublbobl

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

taito/cchance

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

taito/cpzodiac

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

taito/grchamp

grchampa - Uses different ports. Possible bad dump.

taito/gsword

josvolly - Incomplete MCU hook up.

taito/kikikai

mexico86a -

taito/lgp

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

taito/marinedt

Collision detection has some problems.

taito/nycaptor

cyclshtg - Missing (protection?) MCU dump.

taito/sbmjb

Needs hopper emulation.

taito/taitoair

ainferno and clone(s) - Missing landing monitor camera (blackened due of 2d layer issues, PoC at https://github.com/mamedev/mame/pull/10533), 3d HUD graphics; expert course has wrong 3d geometry; almost surely crashing during replay has missing smoke effect, looks quite odd atm.

taito/taitojc

dangcurv and clones - DSP bug (or missing internal dump) causes missing 3D. Currently hang after initial tests.

taito/taitopjc

Inconsistent frame rate compared to PCB recordings; game has a tendency to freeze frame hiccup. Not extensively tested.

taito/taitotx

Various HW configurations, earliest one (Taito Type X) is an Intel PCIe Socket T.

taito/taitotz

Preliminary driver. Missing internal dump for the sound CPU. Inconsistent boots (particularly with Fast Forward key held)

batlgear, pwrshovl, raizpin - Black screen after POST (and config setup).

styphp - Hangs on title screen.

dendego3 - Stuck on "?" screen at application loading, Mascon inputs aren't hooked up.

landhigh - renderer issues, hangs on attract mode.

batlgr2 - "ID CHECK ERROR"

batlgr2a - hangs when entering service mode for setting up backup RAM.

raizpinj - "APPLICATION LOAD ERROR", bad CHD dump.

taito/taitowlf

Uses a simple bitmap video chip as vga_pass in place of POST messages, no sound, not extensively tested (heavy performance, CPU is the bottleneck).

taito/taito_f2

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

taito/taito_f3

bubsymphb, bubsymphba - Bootleg on different hardware. Backgrounds don't show up. Seems to make a different use of priority RAM.

taito/taito_o

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

taito/wgp

Unemulated ROZ layer, game rotates when bending with bike.

tandberg/tdv2324

I8085A based. CPU gets stuck reading i/o port 0x30 in a loop.

tangerine/alphatan

Unemulated SAA5070 device.

tatsumi/apache3

Missing road layer.

tatsumi/cyclwarr

Unemulated custom sprite rotation effects.

tatsumi/kingdrby

cowrace - Incomplete dump.

tch/wheelfir

Games suffer from heavy glitching. Some are also incomplete prototypes.

kongball - Incomplete dump.

teamconcepts/comquest

Skeleton driver.

technos/ddragon

ddragon6809, ddragon6809a - Bootlegs on different hardware, encrypted.

tecmo/gaiden

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

tecmo/tehkanwc

tehkanwcc - Bootleg with different inputs.

tektronix/tek405x

tektronix/tek410x

tektronix/tek440x

tektronix/tekigw

Needs am9516 dma controller, slots and cards, gpib devices, graphics and keyboard.

telercas/tmc1800

osc1000, tmc1800 - No ROM dump available.

telercas/tmc2000e

televideo/ts803

televideo/tv912

Terminal. I8035 based.

televideo/tv950

Keyboard isn't working properly.

televideo/tv955

Terminal. M65C02 based.

tesla/ondra

Cassette isn't working yet.

tesla/pmd85

tesla/sapi1

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

thepit/thepit

theportr - Wrong colors render the games unplayable. The PCB has the PROM for The Pit, colors confirmed the same on PCB and in emulation. Bootlegger or operator error in fitting the wrong PROM?

zaryavos - Incomplete dump.

ti/exelv

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

ti/ti85

ti73b, ti83, ti83p and clones, ti83pse and clones, ti84p and clones, ti84pse and clones - Emulation of these models hasn't been started yet.

ti/ti931

Preliminary driver. Z80 based.

ti/ti990_10

ti/ti990_4

tigertel/gizmondo

Preliminary driver.

toaplan/dt7

Preliminary driver. Big TODO at the top of the file.

toaplan/pipibibi

pipibibsbl2 - Bootleg on different hardware.

toaplan/raizing_batrider

nprobowl, probowl2 - Mechanical part isn't simulated.

toaplan/slapfght

tigerhb4 - 68705 MCU has been dumped, but not hooked up yet.

toshiba/paso1600

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

toshiba/pasopia

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

toshiba/pasopia7

trainer/dolphunk

It is not possible to save / load programs.

trainer/pro80

Missing interrupt emulation, cassette load needs fixing.

trainer/tk80

ics8080 - Keyboard problems.

trs/dgn_beta

Machine never boots.

trs/lnw80

Floppies don't work.

trs/max80

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

trs/radionic

Tape and floppy support are problematic.

trs/tandy2k

trs/trs80

all sets but trs80 - Most floppies don't boot (regression).

trs/trs80m2

trs/trs80m3

cp500, trs80m3 - Most floppies don't boot (regression).

trs80m4 - Boots model 3 floppies, but not model 4 ones.

trs80m4p - Completely different memory map.

tvgames/elan_eu3a05

airblsjs, buzztime, pvmilfin - Preliminary emulation.

carlecfg - Unimplemented GFX modes, big GFX glitches.

pvwwcas - Controls aren't working yet.

rad_tetr - Player 2 inputs don't work.

sudoelan - Might be slightly different hardware.

tvgames/elan_eu3a14

Preliminary driver.

tvgames/generalplus_gpl16250_nand

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

tvgames/generalplus_gpl16250_rom

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

tvgames/generalplus_gpl16250_romram

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

tvgames/generalplus_gpl16250_spi

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

tvgames/generalplus_gpl16250_spi_direct

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

tvgames/generalplus_gpl162xx_lcdtype

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

tvgames/generalplus_gpl32612

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

tvgames/magiceyes_pollux_vr3520f

VRender3d based system

tvgames/spg110

Preliminary driver. Sunplus SPG110 based.

tvgames/spg29x

Need the internal ROM dump.

tvgames/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?

tvgames/spg2xx_digimake

Camera and touchpad unemulated.

tvgames/spg2xx_ican

icanguit - Data saving doesn't work.

tvgames/spg2xx_jakks_gkr

jak_sdoo - Possibly a CPU bug causing some minigame to fail.

tvgames/spg2xx_jakks_tvtouch

Touchpad not emulated.

tvgames/spg2xx_senca

mywicodx, zon32bit - Banking not understood.

tvgames/spg2xx_skannerztv

Inputs aren't hooked up correctly.

tvgames/spg2xx_smarttv

tvgames/spg2xx_telestory

Sound data for the narrator is written to the SIO data port, which currently isn't implemented.

tvgames/spg2xx_tvgogo

Camera not implemented.

tvgames/spg2xx_wiwi

Inputs aren't hooked up correctly.

tvgames/st2302u_bbl_spi

ST2302U based. Emulation is preliminary.

bbl380 - Missing internal ROM dump.

tvgames/trkfldch

Preliminary driver. G65816 with custom vector?

tvgames/xavix

Preliminary emulation. Most games are not working, some have additional hardware on the PCB.

tvgames/xavix_2000

Preliminary emulation. Most games are not working, some have additional hardware on the PCB.

tvgames/xavix_2002

Preliminary emulation. Most games are not working, some have additional hardware on the PCB.

tvgames/xavix2

SoC emulation is very preliminary.

ultimachine/rambo

ultratec/minicom

unico/unianapc

Intel PCI Socket 478 based + nVidia GeForce 2.

unisys/univac

universal/superdq

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

usp/patinho_feio

ussr/argo

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

ussr/b2m

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

ussr/bk

bk0010 - Error message at start. Thrown into monitor.

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

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

ussr/cm1800

Peripherals aren't hooked up.

ussr/dvk_kcgd

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

ussr/irisha

Preliminary driver. I8080 based.

ussr/istrebiteli

motogonki - Preliminary. Shows something on screen.

ussr/mikro80

Cassette save produces incorrect signal.

ussr/mk85

Skeleton-ish. K1801VM2 based.

ussr/mk90

ussr/ms6102

DMA problems, keyboard not emulated.

ussr/okean240

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

ussr/partner

ussr/pk32

ussr/pk8000

pk8002 -

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

ussr/sm1800

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

ussr/uknc

ussr/vector06

ussr/vta2000

Missing inputs.

videoton/tvc

UPM crashes when formatting a floppy.

votrax/votrhv

hc120 - Inputs are incomplete.

vsystem/f1gp

f1gpb - Steering wheel isn't correctly calibrated.

f1gpbl - Bootleg on different hardware.

vsystem/gstriker

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

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

vsystem/rpunch

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

vtech/clickstart

Preliminary driver. UNSP based.

vtech/geniusiq

iq128, iq128_fr, iqtv512 - Very preliminary driver.

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

vtech/lcmate2

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

vtech/pc1000

vtech/pc2000

Z80 based.

vtech/pc4

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

vtech/primusex

vtech/socrates

Extensive TODO at the top of the driver.

vtech/vsmileb

Improper handling of the "Fast Rampdown" feature in the SPG2xx audio device causes bad narration.

vtech/vtech1

vz200de - Not dumped yet.

wavemate/bullet

Memory banking is broken.

wavemate/jupiter

Preliminary driver. Devices aren't connected yet.

wicat/t7000

Missing cursor display and attributes.

wing/luckgrln

luckstrn - Undumped internal ROM.

wing/lucky74

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

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

lucky88 - No internal ROM dump.

wing/pinkiri8

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

wing/slotcarn

Missing proper colors and reel support.

wing/superwng

Crashes after bonus stage, see notes, bad ROM?

wyse/wy60

Currently uses a bunch of hacks due to missing features in MAME's 8051 CPU core.

wyse/wy85

xerox/bigbord2

Main problem is floppy disk support is missing.

xerox/xerox820

bigboard, mk82, x820ii - Floppies don't work.

mk83, mojmikro, x168 - Slightly different hardware.

yachiyo/atamanot

Incredibly complex banking system, with presumably an extra device controlling it. Has additional Kanji ROM which suspiciously looks Jp computer derived.

yamaha/tg100

Unemulated H8/520 CPU.

yamaha/yman1x

Control Synthesizer. Skeleton driver. HD6413002FP16 based.

yamaha/ymmu100

Missing a lot of effects.

yamaha/ymmu128

H8 core serial communication problems.

yamaha/ymmu15

yamaha/ymmu5

Very preliminary driver.

yamaha/ymmu80

Missing a lot of effects.

yamaha/ymmu90

Missing analog inputs.

yamaha/ympsr340

Preliminary driver. Exact CPU model unknown. Front panel / keyboard scanner and sound generation aren't emulated.

yamaha/ympsr400

Missing HD63B05V0D73P dump.

yamaha/ymqs300

yamaha/ymqy70

Preliminary driver.

yamaha/ymvl1

TMP68301 emulation of the serial comms isn't good enough.

yamaha/ymvl70

Missing a lot of effects.

zaccaria/seabattl

seabattla - Different hardware, needs emulation of its peculiarities.

zvt/pp01

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