summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/divebomb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/divebomb.h')
-rw-r--r--src/mame/includes/divebomb.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/divebomb.h b/src/mame/includes/divebomb.h
index 930b9a0dcbb..4de581ddb39 100644
--- a/src/mame/includes/divebomb.h
+++ b/src/mame/includes/divebomb.h
@@ -52,9 +52,9 @@ public:
uint8_t m_roz_pal;
bool m_roz_enable[2];
- void machine_reset_divebomb();
- void machine_start_divebomb() ATTR_COLD;
- void video_start_divebomb() ATTR_COLD;
+ DECLARE_MACHINE_RESET(divebomb);
+ DECLARE_MACHINE_START(divebomb);
+ DECLARE_VIDEO_START(divebomb);
DECLARE_PALETTE_INIT(divebomb);
void draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprect);