summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/suna16.h
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2018-05-16 21:56:39 +1000
committer Vas Crabb <vas@vastheman.com>2018-05-16 21:56:39 +1000
commit166638ce8093e04884166296469bda82882890fd (patch)
tree6dedcf3bde5d05843695efaf4949ab285d3193f1 /src/mame/includes/suna16.h
parent8e796a2075415427491a541b75884aea6e21f6a9 (diff)
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.
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 7f43401badc..95dbfde6b0f 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;
- void machine_start_bestbest() ATTR_COLD;
- void machine_start_bssoccer() ATTR_COLD;
- void machine_start_uballoon() ATTR_COLD;
- void machine_reset_uballoon();
+ DECLARE_MACHINE_START(bestbest);
+ DECLARE_MACHINE_START(bssoccer);
+ DECLARE_MACHINE_START(uballoon);
+ DECLARE_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);