summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/ojankohs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/ojankohs.h')
-rw-r--r--src/mame/includes/ojankohs.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/mame/includes/ojankohs.h b/src/mame/includes/ojankohs.h
index 865139fbf76..11df115fcd4 100644
--- a/src/mame/includes/ojankohs.h
+++ b/src/mame/includes/ojankohs.h
@@ -94,15 +94,15 @@ public:
TILE_GET_INFO_MEMBER(ojankohs_get_tile_info);
TILE_GET_INFO_MEMBER(ojankoy_get_tile_info);
virtual void machine_reset() override;
- void machine_start_ojankohs() ATTR_COLD;
- void video_start_ojankohs() ATTR_COLD;
- void machine_start_ojankoy() ATTR_COLD;
- void video_start_ojankoy() ATTR_COLD;
+ DECLARE_MACHINE_START(ojankohs);
+ DECLARE_VIDEO_START(ojankohs);
+ DECLARE_MACHINE_START(ojankoy);
+ DECLARE_VIDEO_START(ojankoy);
DECLARE_PALETTE_INIT(ojankoy);
- void video_start_ccasino() ATTR_COLD;
- void machine_start_ojankoc() ATTR_COLD;
- void video_start_ojankoc() ATTR_COLD;
- void machine_start_common() ATTR_COLD;
+ DECLARE_VIDEO_START(ccasino);
+ DECLARE_MACHINE_START(ojankoc);
+ DECLARE_VIDEO_START(ojankoc);
+ DECLARE_MACHINE_START(common);
uint32_t screen_update_ojankohs(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_ojankoc(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void ojankoc_flipscreen( address_space &space, int data );