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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/route16.h b/src/mame/includes/route16.h
index 6d39d812a5b..b935a7ff8a7 100644
--- a/src/mame/includes/route16.h
+++ b/src/mame/includes/route16.h
@@ -28,8 +28,8 @@ public:
DECLARE_READ8_MEMBER(speakres_in3_r);
DECLARE_WRITE8_MEMBER(speakres_out2_w);
DECLARE_WRITE8_MEMBER(stratvox_sn76477_w);
- DECLARE_MACHINE_START(speakres);
- DECLARE_MACHINE_START(ttmahjng);
+ void machine_start_speakres() ATTR_COLD;
+ void machine_start_ttmahjng() ATTR_COLD;
void init_route16();
uint32_t screen_update_route16(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);