summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/overdriv.cpp
diff options
context:
space:
mode:
author angelosa <salese_corp_ltd@email.it>2016-01-29 02:12:45 +0100
committer angelosa <salese_corp_ltd@email.it>2016-01-29 02:12:45 +0100
commitd6eb0aff225e14cdb09a0668dd38f86db93c56f0 (patch)
treeb278a3a20954c42c5b10bdde098ce03047456102 /src/mame/drivers/overdriv.cpp
parent4ad98de1dcdd989df43d6621662224534beb53d8 (diff)
Raw guessing, nw
Diffstat (limited to 'src/mame/drivers/overdriv.cpp')
-rw-r--r--src/mame/drivers/overdriv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/overdriv.cpp b/src/mame/drivers/overdriv.cpp
index be7f0dcbadf..0dd10fd84e6 100644
--- a/src/mame/drivers/overdriv.cpp
+++ b/src/mame/drivers/overdriv.cpp
@@ -70,7 +70,7 @@ WRITE16_MEMBER(overdriv_state::eeprom_w)
TIMER_DEVICE_CALLBACK_MEMBER(overdriv_state::overdriv_cpuA_scanline)
{
- const int timer_threshold = 160;
+ const int timer_threshold = 168; // fwiw matches 0 on mask ROM check, so IF it's a timer irq then should be close ...
int scanline = param;
m_fake_timer ++;