mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
fmtowns: clear mpu irq when new command executed, fixes chase hq (nw)
This commit is contained in:
parent
b75557d9b7
commit
bf94273c56
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user