From 166638ce8093e04884166296469bda82882890fd Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Wed, 16 May 2018 21:56:39 +1000 Subject: Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect of making machine-config overrides of these much" This reverts commit c83e2a853d4e1643fcc85b68ada3c6f7f33adea4. Revert "fix compile. (nw)" This reverts commit a259ba3e366f442a22a9341755ff58163869860c. GCC is being bad and allowing invalid C++ that other compilers reject. --- src/mame/includes/divebomb.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/mame/includes/divebomb.h') 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); -- cgit v1.2.3