summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/playch10.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/playch10.h')
-rw-r--r--src/mame/includes/playch10.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/playch10.h b/src/mame/includes/playch10.h
index 5810ba93582..13e01f0a630 100644
--- a/src/mame/includes/playch10.h
+++ b/src/mame/includes/playch10.h
@@ -101,8 +101,8 @@ private:
};
DECLARE_PALETTE_INIT(playch10);
- void machine_start_playch10_hboard() ATTR_COLD;
- void video_start_playch10_hboard() ATTR_COLD;
+ DECLARE_MACHINE_START(playch10_hboard);
+ DECLARE_VIDEO_START(playch10_hboard);
DECLARE_WRITE_LINE_MEMBER(vblank_irq);
void pc10_set_videorom_bank( int first, int count, int bank, int size );