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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/mtx.h b/src/mame/includes/mtx.h
index 73e0c3e5481..bc6e6e17125 100644
--- a/src/mame/includes/mtx.h
+++ b/src/mame/includes/mtx.h
@@ -105,6 +105,9 @@ 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);
};
#endif /* __MTX_H__ */