From 54763b6e0f322e7c3f2abce18c2bafece930a777 Mon Sep 17 00:00:00 2001 From: AJR Date: Sun, 2 Jul 2017 08:52:17 -0400 Subject: Oops, wasn't supposed to commit this hack (nw) --- src/devices/cpu/h6280/h6280.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/devices/cpu/h6280') diff --git a/src/devices/cpu/h6280/h6280.cpp b/src/devices/cpu/h6280/h6280.cpp index 2ee98b8ed6f..fb0d2dc70a7 100644 --- a/src/devices/cpu/h6280/h6280.cpp +++ b/src/devices/cpu/h6280/h6280.cpp @@ -2453,14 +2453,10 @@ void h6280_device::execute_run() { m_irq_pending = 1; } -#if 0 while (m_timer_value <= 0) { m_timer_value += m_timer_load; } -#else - m_timer_value += 128 * 1024; -#endif set_irq_line(2, ASSERT_LINE); } } -- cgit v1.2.3-70-g09d2