summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mtx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mtx.h')
-rw-r--r--src/mame/includes/mtx.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/mame/includes/mtx.h b/src/mame/includes/mtx.h
index 46538172426..012be8da430 100644
--- a/src/mame/includes/mtx.h
+++ b/src/mame/includes/mtx.h
@@ -46,6 +46,11 @@ public:
, m_rompak(*this, "rompak")
{ }
+ void rs128(machine_config &config);
+ void mtx500(machine_config &config);
+ void mtx512(machine_config &config);
+
+private:
required_device<cpu_device> m_maincpu;
required_device<sn76489a_device> m_sn;
required_device<z80ctc_device> m_z80ctc;
@@ -105,9 +110,6 @@ public:
DECLARE_DEVICE_IMAGE_LOAD_MEMBER(extrom_load);
DECLARE_DEVICE_IMAGE_LOAD_MEMBER(rompak_load);
DECLARE_SNAPSHOT_LOAD_MEMBER(mtx);
- void rs128(machine_config &config);
- void mtx500(machine_config &config);
- void mtx512(machine_config &config);
void mtx_io(address_map &map);
void mtx_mem(address_map &map);
void rs128_io(address_map &map);