fmtowns: clear mpu irq when new command executed, fixes chase hq (nw)

This commit is contained in:
cracyc 2017-12-18 22:05:44 -06:00
parent b75557d9b7
commit bf94273c56

View File

@ -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)