summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tec1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tec1.cpp')
-rw-r--r--src/mame/drivers/tec1.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/mame/drivers/tec1.cpp b/src/mame/drivers/tec1.cpp
index 07da9e83a3a..46aa6c05871 100644
--- a/src/mame/drivers/tec1.cpp
+++ b/src/mame/drivers/tec1.cpp
@@ -99,6 +99,10 @@ public:
, m_digits(*this, "digit%u", 0U)
{ }
+ void tec1(machine_config &config);
+ void tecjmon(machine_config &config);
+
+private:
required_device<cpu_device> m_maincpu;
required_device<speaker_sound_device> m_speaker;
optional_device<cassette_image_device> m_cass;
@@ -125,8 +129,7 @@ public:
virtual void machine_reset() override;
virtual void machine_start() override;
TIMER_CALLBACK_MEMBER(tec1_kbd_callback);
- void tec1(machine_config &config);
- void tecjmon(machine_config &config);
+
void tec1_io(address_map &map);
void tec1_map(address_map &map);
void tecjmon_io(address_map &map);