summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/blmbycar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/blmbycar.h')
-rw-r--r--src/mame/includes/blmbycar.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/includes/blmbycar.h b/src/mame/includes/blmbycar.h
index 41401696dd0..8ceba7a8929 100644
--- a/src/mame/includes/blmbycar.h
+++ b/src/mame/includes/blmbycar.h
@@ -60,10 +60,10 @@ public:
void init_blmbycar();
virtual void video_start() override;
- void machine_start_blmbycar() ATTR_COLD;
- void machine_reset_blmbycar();
- void machine_start_watrball() ATTR_COLD;
- void machine_reset_watrball();
+ DECLARE_MACHINE_START(blmbycar);
+ DECLARE_MACHINE_RESET(blmbycar);
+ DECLARE_MACHINE_START(watrball);
+ DECLARE_MACHINE_RESET(watrball);
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void draw_sprites( screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect );