summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/konamigx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/konamigx.h')
-rw-r--r--src/mame/includes/konamigx.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/mame/includes/konamigx.h b/src/mame/includes/konamigx.h
index 0fb5aa6b4fd..26bf9f7a790 100644
--- a/src/mame/includes/konamigx.h
+++ b/src/mame/includes/konamigx.h
@@ -112,18 +112,18 @@ public:
TILE_GET_INFO_MEMBER(get_gx_psac3_alt_tile_info);
TILE_GET_INFO_MEMBER(get_gx_psac1a_tile_info);
TILE_GET_INFO_MEMBER(get_gx_psac1b_tile_info);
- void machine_start_konamigx() ATTR_COLD;
- void machine_reset_konamigx() ATTR_COLD;
- void video_start_konamigx_5bpp() ATTR_COLD;
- void video_start_dragoonj() ATTR_COLD;
- void video_start_le2() ATTR_COLD;
- void video_start_konamigx_6bpp() ATTR_COLD;
- void video_start_opengolf() ATTR_COLD;
- void video_start_racinfrc() ATTR_COLD;
- void video_start_konamigx_type3() ATTR_COLD;
- void video_start_konamigx_type4() ATTR_COLD;
- void video_start_konamigx_type4_vsn() ATTR_COLD;
- void video_start_konamigx_type4_sd2() ATTR_COLD;
+ DECLARE_MACHINE_START(konamigx);
+ DECLARE_MACHINE_RESET(konamigx);
+ DECLARE_VIDEO_START(konamigx_5bpp);
+ DECLARE_VIDEO_START(dragoonj);
+ DECLARE_VIDEO_START(le2);
+ DECLARE_VIDEO_START(konamigx_6bpp);
+ DECLARE_VIDEO_START(opengolf);
+ DECLARE_VIDEO_START(racinfrc);
+ DECLARE_VIDEO_START(konamigx_type3);
+ DECLARE_VIDEO_START(konamigx_type4);
+ DECLARE_VIDEO_START(konamigx_type4_vsn);
+ DECLARE_VIDEO_START(konamigx_type4_sd2);
uint32_t screen_update_konamigx(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
uint32_t screen_update_konamigx_left(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
uint32_t screen_update_konamigx_right(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);