summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/h83002/h8periph.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/h83002/h8periph.c')
-rw-r--r--src/emu/cpu/h83002/h8periph.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/h83002/h8periph.c b/src/emu/cpu/h83002/h8periph.c
index 0d81936ac62..7a36fd629d1 100644
--- a/src/emu/cpu/h83002/h8periph.c
+++ b/src/emu/cpu/h83002/h8periph.c
@@ -468,7 +468,7 @@ static void h8itu_3007_timer_expire(h83xx_state *h8, int tnum)
{
int base = 0x68 + (tnum*8);
UINT16 count;
-
+
count = (h8->per_regs[base + 0x2]<<8) | h8->per_regs[base + 0x3];
count++;