summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/h6280/h6280.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/h6280/h6280.c')
-rw-r--r--src/emu/cpu/h6280/h6280.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/cpu/h6280/h6280.c b/src/emu/cpu/h6280/h6280.c
index 99e98e64992..592f60f08d8 100644
--- a/src/emu/cpu/h6280/h6280.c
+++ b/src/emu/cpu/h6280/h6280.c
@@ -213,6 +213,7 @@ static void h6280_reset(void)
/* timer off by default */
h6280.timer_status=0;
+ h6280.timer_load = 128 * 1024;
/* clear pending interrupts */
for (i = 0; i < 3; i++)