diff options
author | 2017-07-02 08:52:17 -0400 | |
---|---|---|
committer | 2017-07-02 08:52:17 -0400 | |
commit | 54763b6e0f322e7c3f2abce18c2bafece930a777 (patch) | |
tree | 32ed57214ac21ebd622a97bedfb237ebfd1215a1 /src/devices/cpu/h6280 | |
parent | b2d91abc703ad69092cd06c75ece9af309d7d3da (diff) |
Oops, wasn't supposed to commit this hack (nw)
Diffstat (limited to 'src/devices/cpu/h6280')
-rw-r--r-- | src/devices/cpu/h6280/h6280.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
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); } } |