Removed lines left for experiments (no whatsnew)

This commit is contained in:
Miodrag Milanovic 2011-04-12 14:24:45 +00:00
parent d97956dd9b
commit f3dccf4890

View File

@ -1241,9 +1241,6 @@ static void handle_command(ide_state *ide, UINT8 command)
default:
LOGPRINT(("IDE unknown command (%02X)\n", command));
debugger_break(ide->device->machine());
/* signal an interrupt */
signal_interrupt(ide);
break;
}
}