summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/m92.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/m92.h')
-rw-r--r--src/mame/includes/m92.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/m92.h b/src/mame/includes/m92.h
index b9188d6f31a..ca04d7ca717 100644
--- a/src/mame/includes/m92.h
+++ b/src/mame/includes/m92.h
@@ -85,9 +85,9 @@ public:
void init_m92();
void init_m92_bank();
TILE_GET_INFO_MEMBER(get_pf_tile_info);
- void machine_reset_m92();
- void video_start_m92() ATTR_COLD;
- void video_start_ppan() ATTR_COLD;
+ DECLARE_MACHINE_RESET(m92);
+ DECLARE_VIDEO_START(m92);
+ DECLARE_VIDEO_START(ppan);
uint32_t screen_update_m92(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_ppan(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
TIMER_DEVICE_CALLBACK_MEMBER(m92_scanline_interrupt);