Previous 199869 Revisions Next

r34922 Sunday 8th February, 2015 at 03:02:42 UTC by Carl
(mess) slicer: mark as working [Carl, Al Kossow]
wd_fdc: enable I_IMM to be set (nw)
[src/emu/machine]wd_fdc.c
[src/mess/drivers]slicer.c

trunk/src/emu/machine/wd_fdc.c
r243433r243434
887887   if(!(command & 0x0f)) {
888888      intrq_cond = 0;
889889   } else {
890      intrq_cond = (intrq_cond & I_IMM) | (command & 0x07);
890      intrq_cond = (intrq_cond & I_IMM) | (command & 0x0f);
891891   }
892892
893893   if(intrq_cond & I_IMM) {
trunk/src/mess/drivers/slicer.c
r243433r243434
137137   ROM_LOAD("epbios.bin", 0x0000, 0x8001, CRC(96fe9dd4) SHA1(5fc43454fe7d51f2ae97aef822155dcd28eb7f23))
138138ROM_END
139139
140COMP( 1983, slicer, 0, 0, slicer, 0, driver_device, 0, "Slicer Computers", "Slicer", GAME_NOT_WORKING | GAME_NO_SOUND)
140COMP( 1983, slicer, 0, 0, slicer, 0, driver_device, 0, "Slicer Computers", "Slicer", GAME_NO_SOUND)


Previous 199869 Revisions Next


© 1997-2024 The MAME Team