summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author cracyc <cracyc@users.noreply.github.com>2015-02-07 21:02:42 -0600
committer cracyc <cracyc@users.noreply.github.com>2015-02-07 21:02:42 -0600
commit3143d569922fa259807f8e280e75238fca942551 (patch)
treeceade4f003a43d3fd25f9c7dbb7789ba265e2730
parent427a86c35188e99defbf2e96c501fb3e28b93460 (diff)
(mess) slicer: mark as working [Carl, Al Kossow]
wd_fdc: enable I_IMM to be set (nw)
-rw-r--r--src/emu/machine/wd_fdc.c2
-rw-r--r--src/mess/drivers/slicer.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/machine/wd_fdc.c b/src/emu/machine/wd_fdc.c
index 78a985b3fab..111d8fd2db0 100644
--- a/src/emu/machine/wd_fdc.c
+++ b/src/emu/machine/wd_fdc.c
@@ -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) {
diff --git a/src/mess/drivers/slicer.c b/src/mess/drivers/slicer.c
index db0d12cc0ec..0201dbbea27 100644
--- a/src/mess/drivers/slicer.c
+++ b/src/mess/drivers/slicer.c
@@ -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)