summaryrefslogtreecommitdiff
path: root/emulator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'emulator.cpp')
-rw-r--r--emulator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulator.cpp b/emulator.cpp
index 7b2e8a8..2ee42ba 100644
--- a/emulator.cpp
+++ b/emulator.cpp
@@ -330,7 +330,7 @@ int m68k_irq_ack(int level)
{
(void) level;
// TODO
- printf("IRQ ack\n");
+ printf("IRQ level %d acknowledged\n", level);
return level;
}