summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/divebomb.h
diff options
context:
space:
mode:
author MooglyGuy <therealmogminer@gmail.com>2018-05-16 09:37:54 +0200
committer mooglyguy <therealmogminer@gmail.com>2018-05-16 11:58:08 +0200
commitc83e2a853d4e1643fcc85b68ada3c6f7f33adea4 (patch)
tree39b249e1a0a9b2056e9815d0a284fd483338362c /src/mame/includes/divebomb.h
parent2242ff00893a83a113150609bd525f098d632e8d (diff)
- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect of making machine-config overrides of these much
uglier, but this is intended to discourage ongoing use, and will be gradually eliminated.
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 4de581ddb39..930b9a0dcbb 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];
- DECLARE_MACHINE_RESET(divebomb);
- DECLARE_MACHINE_START(divebomb);
- DECLARE_VIDEO_START(divebomb);
+ void machine_reset_divebomb();
+ void machine_start_divebomb() ATTR_COLD;
+ void video_start_divebomb() ATTR_COLD;
DECLARE_PALETTE_INIT(divebomb);
void draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprect);