summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/swtpc09.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/swtpc09.h')
-rw-r--r--src/mame/includes/swtpc09.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mame/includes/swtpc09.h b/src/mame/includes/swtpc09.h
index 3136208398c..651b182fd44 100644
--- a/src/mame/includes/swtpc09.h
+++ b/src/mame/includes/swtpc09.h
@@ -99,6 +99,11 @@ public:
DECLARE_READ8_MEMBER ( m6844_r );
DECLARE_WRITE8_MEMBER ( m6844_w );
+ void swtpc09_base(machine_config &config);
+ void swtpc09i(machine_config &config);
+ void swtpc09d3(machine_config &config);
+ void swtpc09u(machine_config &config);
+ void swtpc09(machine_config &config);
protected:
virtual void machine_start() override;