summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/supbtime.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/supbtime.h')
-rw-r--r--src/mame/includes/supbtime.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/supbtime.h b/src/mame/includes/supbtime.h
index ef9cda5108d..70ed5b58bd8 100644
--- a/src/mame/includes/supbtime.h
+++ b/src/mame/includes/supbtime.h
@@ -27,6 +27,7 @@ public:
device_t *m_deco_tilegen1;
DECLARE_READ16_MEMBER(supbtime_controls_r);
DECLARE_WRITE16_MEMBER(sound_w);
+ virtual void machine_start();
};