summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/deco_mlc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/deco_mlc.h')
-rw-r--r--src/mame/includes/deco_mlc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/deco_mlc.h b/src/mame/includes/deco_mlc.h
index 3a6b067c407..e63af284675 100644
--- a/src/mame/includes/deco_mlc.h
+++ b/src/mame/includes/deco_mlc.h
@@ -76,8 +76,8 @@ public:
void init_mlc();
void init_avengrgs();
- void machine_reset_mlc();
- void video_start_mlc() ATTR_COLD;
+ DECLARE_MACHINE_RESET(mlc);
+ DECLARE_VIDEO_START(mlc);
uint32_t screen_update(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
DECLARE_WRITE_LINE_MEMBER(screen_vblank_mlc);
TIMER_DEVICE_CALLBACK_MEMBER(interrupt_gen);