summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/suna16.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/suna16.h')
-rw-r--r--src/mame/includes/suna16.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/includes/suna16.h b/src/mame/includes/suna16.h
index 95dbfde6b0f..7f43401badc 100644
--- a/src/mame/includes/suna16.h
+++ b/src/mame/includes/suna16.h
@@ -72,10 +72,10 @@ public:
void init_uballoon();
virtual void video_start() override;
- DECLARE_MACHINE_START(bestbest);
- DECLARE_MACHINE_START(bssoccer);
- DECLARE_MACHINE_START(uballoon);
- DECLARE_MACHINE_RESET(uballoon);
+ void machine_start_bestbest() ATTR_COLD;
+ void machine_start_bssoccer() ATTR_COLD;
+ void machine_start_uballoon() ATTR_COLD;
+ void machine_reset_uballoon();
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_bestbest(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);