From 77b010b38882b9e5b58f3277af65e184cba3e1d5 Mon Sep 17 00:00:00 2001 From: Olivier Galibert Date: Sat, 3 Jun 2023 13:25:36 +0200 Subject: m68000: Remove leftover debug logerror --- src/devices/cpu/m68000/m68000.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/devices/cpu/m68000/m68000.cpp b/src/devices/cpu/m68000/m68000.cpp index f3b652c57a3..60e6c14a119 100644 --- a/src/devices/cpu/m68000/m68000.cpp +++ b/src/devices/cpu/m68000/m68000.cpp @@ -396,8 +396,6 @@ void m68000_device::execute_set_input(int inputnum, int state) m_int_level = blevel; - logerror("irq %s %d vstate %02x level %d\n", inputnum, state, vstate, m_int_level); - /* A transition from < 7 to 7 always interrupts (NMI) */ /* Note: Level 7 can also level trigger like a normal IRQ */ // FIXME: This may cause unintended level 7 interrupts if one or two IPL lines are asserted -- cgit v1.2.3