summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/tmc2000e.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/tmc2000e.h')
-rw-r--r--src/mame/includes/tmc2000e.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mame/includes/tmc2000e.h b/src/mame/includes/tmc2000e.h
index 0016bcd6a8a..5e0b84beb41 100644
--- a/src/mame/includes/tmc2000e.h
+++ b/src/mame/includes/tmc2000e.h
@@ -32,6 +32,9 @@ public:
, m_led(*this, "led1")
{ }
+ void tmc2000e(machine_config &config);
+
+private:
DECLARE_READ8_MEMBER( vismac_r );
DECLARE_WRITE8_MEMBER( vismac_w );
DECLARE_READ8_MEMBER( floppy_r );
@@ -57,11 +60,9 @@ public:
/* keyboard state */
int m_keylatch; /* key latch */
int m_reset; /* reset activated */
- void tmc2000e(machine_config &config);
void tmc2000e_io_map(address_map &map);
void tmc2000e_map(address_map &map);
-protected:
virtual void machine_start() override;
virtual void machine_reset() override;