mirror of
https://github.com/holub/mame
synced 2025-07-14 14:02:01 +03:00
(mess) slicer: mark as working [Carl, Al Kossow]
wd_fdc: enable I_IMM to be set (nw)
This commit is contained in:
parent
427a86c351
commit
3143d56992
@ -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) {
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user