summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tm990189.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tm990189.cpp')
-rw-r--r--src/mame/drivers/tm990189.cpp13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/mame/drivers/tm990189.cpp b/src/mame/drivers/tm990189.cpp
index 94c5193e0a6..e9e8814581e 100644
--- a/src/mame/drivers/tm990189.cpp
+++ b/src/mame/drivers/tm990189.cpp
@@ -96,6 +96,12 @@ public:
, m_digits(*this, "digit%u", 0U)
{ }
+ void tm990_189_v(machine_config &config);
+ void tm990_189(machine_config &config);
+
+ DECLARE_INPUT_CHANGED_MEMBER( load_interrupt );
+
+private:
DECLARE_READ8_MEMBER(video_vdp_r);
DECLARE_WRITE8_MEMBER(video_vdp_w);
DECLARE_READ8_MEMBER(video_joy_r);
@@ -103,8 +109,6 @@ public:
DECLARE_WRITE8_MEMBER( external_operation );
- DECLARE_INPUT_CHANGED_MEMBER( load_interrupt );
-
DECLARE_WRITE_LINE_MEMBER(usr9901_led0_w);
DECLARE_WRITE_LINE_MEMBER(usr9901_led1_w);
DECLARE_WRITE_LINE_MEMBER(usr9901_led2_w);
@@ -138,13 +142,8 @@ public:
DECLARE_MACHINE_START(tm990_189_v);
DECLARE_MACHINE_RESET(tm990_189_v);
- void tm990_189_v(machine_config &config);
- void tm990_189(machine_config &config);
-
-protected:
emu_timer *m_rs232_input_timer;
-private:
void tm990_189_cru_map(address_map &map);
void tm990_189_memmap(address_map &map);
void tm990_189_v_memmap(address_map &map);