summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/melps4/m58846.h
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2015-06-15 22:08:18 +0200
committer hap <happppp@users.noreply.github.com>2015-06-15 22:08:18 +0200
commitde3fd6441e5c7bd31c74a1b01137b67dc09a67f9 (patch)
treedaab06422dcec5974efba776f2b81cef1f9ab671 /src/emu/cpu/melps4/m58846.h
parent63cc0ad2144b47c1614a7c0227235e4a71cc2c5a (diff)
fix stupid bug and added undocumented opcodes
Diffstat (limited to 'src/emu/cpu/melps4/m58846.h')
-rw-r--r--src/emu/cpu/melps4/m58846.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/cpu/melps4/m58846.h b/src/emu/cpu/melps4/m58846.h
index 458f649c4f0..72d8253dd23 100644
--- a/src/emu/cpu/melps4/m58846.h
+++ b/src/emu/cpu/melps4/m58846.h
@@ -34,8 +34,8 @@ protected:
virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr);
virtual void write_v(UINT8 data);
- emu_timer *m_timer[2];
- void reset_timer1();
+ emu_timer *m_timer;
+ void reset_timer();
};