(mess) slicer: mark as working [Carl, Al Kossow]

wd_fdc: enable I_IMM to be set (nw)
This commit is contained in:
cracyc 2015-02-07 21:02:42 -06:00
parent 427a86c351
commit 3143d56992
2 changed files with 2 additions and 2 deletions

View File

@ -887,7 +887,7 @@ void wd_fdc_t::interrupt_start()
if(!(command & 0x0f)) {
intrq_cond = 0;
} else {
intrq_cond = (intrq_cond & I_IMM) | (command & 0x07);
intrq_cond = (intrq_cond & I_IMM) | (command & 0x0f);
}
if(intrq_cond & I_IMM) {

View File

@ -137,4 +137,4 @@ ROM_START( slicer )
ROM_LOAD("epbios.bin", 0x0000, 0x8001, CRC(96fe9dd4) SHA1(5fc43454fe7d51f2ae97aef822155dcd28eb7f23))
ROM_END
COMP( 1983, slicer, 0, 0, slicer, 0, driver_device, 0, "Slicer Computers", "Slicer", GAME_NOT_WORKING | GAME_NO_SOUND)
COMP( 1983, slicer, 0, 0, slicer, 0, driver_device, 0, "Slicer Computers", "Slicer", GAME_NO_SOUND)