summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/route16.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/route16.h')
-rw-r--r--src/mame/includes/route16.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mame/includes/route16.h b/src/mame/includes/route16.h
index 31eb658ad58..4dde0b78707 100644
--- a/src/mame/includes/route16.h
+++ b/src/mame/includes/route16.h
@@ -35,6 +35,12 @@ public:
uint32_t screen_update_route16(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
uint32_t screen_update_ttmahjng(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
+ void routex(machine_config &config);
+ void ttmahjng(machine_config &config);
+ void spacecho(machine_config &config);
+ void speakres(machine_config &config);
+ void stratvox(machine_config &config);
+ void route16(machine_config &config);
private:
required_device<cpu_device> m_cpu1;
required_device<cpu_device> m_cpu2;