diff options
| author | 2008-11-24 04:10:18 +0000 | |
|---|---|---|
| committer | 2008-11-24 04:10:18 +0000 | |
| commit | 1d05ea60893bc1a1e10a18e20b50dff7974a3b5d (patch) | |
| tree | 78c3c6e8e6de60afa2685149c67ec33b84d39b76 /src/emu/cpu/h83002/h8periph.c | |
| parent | c1374de9c32c7d22eac53b1109792193a695ca4b (diff) | |
Cleanups and version bump for 0.128u4.mame0128u4
Diffstat (limited to 'src/emu/cpu/h83002/h8periph.c')
| -rw-r--r-- | src/emu/cpu/h83002/h8periph.c | 2 |
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++; |
