From bf94273c566a7efe218da5787ae4f0b747550181 Mon Sep 17 00:00:00 2001 From: cracyc Date: Mon, 18 Dec 2017 22:05:44 -0600 Subject: [PATCH] fmtowns: clear mpu irq when new command executed, fixes chase hq (nw) --- src/mame/drivers/fmtowns.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mame/drivers/fmtowns.cpp b/src/mame/drivers/fmtowns.cpp index fda3a3a1b3b..cc4faa19046 100644 --- a/src/mame/drivers/fmtowns.cpp +++ b/src/mame/drivers/fmtowns.cpp @@ -1604,6 +1604,7 @@ void towns_state::towns_delay_cdda(cdrom_image_device* dev) void towns_state::towns_cdrom_execute_command(cdrom_image_device* device) { + towns_cdrom_set_irq(TOWNS_CD_IRQ_MPU,0); // TODO: this isn't sufficiently tested if(device->get_cdrom_file() == nullptr) { // No CD in drive if(m_towns_cd.command & 0x20)