From f3dccf48904547ce7e740e8616f8c46ae5035217 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Tue, 12 Apr 2011 14:24:45 +0000 Subject: [PATCH] Removed lines left for experiments (no whatsnew) --- src/emu/machine/idectrl.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/emu/machine/idectrl.c b/src/emu/machine/idectrl.c index ee8502c5fff..c27312f5bb6 100644 --- a/src/emu/machine/idectrl.c +++ b/src/emu/machine/idectrl.c @@ -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; } }