mirror of
https://github.com/holub/mame
synced 2025-05-16 10:52:43 +03:00
Removed lines left for experiments (no whatsnew)
This commit is contained in:
parent
d97956dd9b
commit
f3dccf4890
@ -1241,9 +1241,6 @@ static void handle_command(ide_state *ide, UINT8 command)
|
|||||||
default:
|
default:
|
||||||
LOGPRINT(("IDE unknown command (%02X)\n", command));
|
LOGPRINT(("IDE unknown command (%02X)\n", command));
|
||||||
debugger_break(ide->device->machine());
|
debugger_break(ide->device->machine());
|
||||||
|
|
||||||
/* signal an interrupt */
|
|
||||||
signal_interrupt(ide);
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user