diff options
author | Oxore <oxore@protonmail.com> | 2022-10-03 02:59:26 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2022-10-03 02:59:26 +0300 |
commit | 46696e1d57aa33b3bf1cd54cc78ef58dc14c8079 (patch) | |
tree | 5f36e6a9739c002e617a1d8c25f42e912fa4355e /emulator.cpp | |
parent | b5397045db290c234a1e779b64538933f93b37b6 (diff) |
Impl DMA VRAM fill
Diffstat (limited to 'emulator.cpp')
-rw-r--r-- | emulator.cpp | 2 |
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; } |