summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/trs80m2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/trs80m2.h')
-rw-r--r--src/mame/includes/trs80m2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/trs80m2.h b/src/mame/includes/trs80m2.h
index be42ec9c49c..0f8b818d021 100644
--- a/src/mame/includes/trs80m2.h
+++ b/src/mame/includes/trs80m2.h
@@ -93,6 +93,7 @@ public:
DECLARE_WRITE_LINE_MEMBER(write_centronics_fault);
DECLARE_WRITE_LINE_MEMBER(write_centronics_perror);
+ void trs80m2(machine_config &config);
protected:
virtual void machine_start() override;
virtual void machine_reset() override;
@@ -156,6 +157,7 @@ public:
DECLARE_WRITE8_MEMBER( ual_w );
DECLARE_WRITE8_MEMBER( tcl_w );
+ void trs80m16(machine_config &config);
protected:
virtual void machine_start() override;