summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/tx0.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/tx0.h')
-rw-r--r--src/mame/includes/tx0.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/tx0.h b/src/mame/includes/tx0.h
index f946e2d72c2..bfbdc0a3702 100644
--- a/src/mame/includes/tx0.h
+++ b/src/mame/includes/tx0.h
@@ -201,6 +201,8 @@ public:
DECLARE_WRITE_LINE_MEMBER(tx0_io_reset_callback);
void magtape_callback();
+ void tx0_64kw(machine_config &config);
+ void tx0_8kw(machine_config &config);
private:
required_device<gfxdecode_device> m_gfxdecode;
required_device<palette_device> m_palette;