summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/x68k.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/x68k.h')
-rw-r--r--src/mame/includes/x68k.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/x68k.h b/src/mame/includes/x68k.h
index cfea327023a..6339113c26b 100644
--- a/src/mame/includes/x68k.h
+++ b/src/mame/includes/x68k.h
@@ -272,7 +272,7 @@ public:
TILE_GET_INFO_MEMBER(x68k_get_bg1_tile);
TILE_GET_INFO_MEMBER(x68k_get_bg0_tile_16);
TILE_GET_INFO_MEMBER(x68k_get_bg1_tile_16);
- void video_start_x68000() ATTR_COLD;
+ DECLARE_VIDEO_START(x68000);
DECLARE_PALETTE_INIT(x68000);
uint32_t screen_update_x68000(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
TIMER_CALLBACK_MEMBER(x68k_led_callback);