summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/midzeus.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/midzeus.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/midzeus.h')
-rw-r--r--src/mame/includes/midzeus.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/midzeus.h b/src/mame/includes/midzeus.h
index d4a19a0fc9c..b5dfcb10902 100644
--- a/src/mame/includes/midzeus.h
+++ b/src/mame/includes/midzeus.h
@@ -70,9 +70,9 @@ public:
void init_mk4();
void init_thegrid();
void init_crusnexo();
- DECLARE_MACHINE_START(midzeus);
- DECLARE_MACHINE_RESET(midzeus);
- DECLARE_VIDEO_START(midzeus);
+ void machine_start_midzeus() ATTR_COLD;
+ void machine_reset_midzeus();
+ void video_start_midzeus() ATTR_COLD;
uint32_t screen_update_midzeus(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
INTERRUPT_GEN_MEMBER(display_irq);
TIMER_CALLBACK_MEMBER(display_irq_off);