summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/moo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/moo.h')
-rw-r--r--src/mame/includes/moo.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/includes/moo.h b/src/mame/includes/moo.h
index 3e967857287..541e4c197d3 100644
--- a/src/mame/includes/moo.h
+++ b/src/mame/includes/moo.h
@@ -73,10 +73,10 @@ public:
DECLARE_WRITE8_MEMBER(sound_bankswitch_w);
DECLARE_WRITE16_MEMBER(moo_prot_w);
DECLARE_WRITE16_MEMBER(moobl_oki_bank_w);
- void machine_start_moo() ATTR_COLD;
- void machine_reset_moo();
- void video_start_moo() ATTR_COLD;
- void video_start_bucky() ATTR_COLD;
+ DECLARE_MACHINE_START(moo);
+ DECLARE_MACHINE_RESET(moo);
+ DECLARE_VIDEO_START(moo);
+ DECLARE_VIDEO_START(bucky);
uint32_t screen_update_moo(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
INTERRUPT_GEN_MEMBER(moo_interrupt);
INTERRUPT_GEN_MEMBER(moobl_interrupt);