summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/kchamp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/kchamp.h')
-rw-r--r--src/mame/includes/kchamp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/kchamp.h b/src/mame/includes/kchamp.h
index 091ab8c3adf..1befddbb711 100644
--- a/src/mame/includes/kchamp.h
+++ b/src/mame/includes/kchamp.h
@@ -71,8 +71,8 @@ public:
virtual void machine_reset() override;
virtual void video_start() override;
DECLARE_PALETTE_INIT(kchamp);
- DECLARE_MACHINE_START(kchampvs);
- DECLARE_MACHINE_START(kchamp);
+ void machine_start_kchampvs() ATTR_COLD;
+ void machine_start_kchamp() ATTR_COLD;
uint32_t screen_update_kchampvs(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_kchamp(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
DECLARE_WRITE_LINE_MEMBER(vblank_irq);