summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/bking.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/bking.h')
-rw-r--r--src/mame/includes/bking.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/bking.h b/src/mame/includes/bking.h
index 69fc79967b6..c01f11a7457 100644
--- a/src/mame/includes/bking.h
+++ b/src/mame/includes/bking.h
@@ -88,9 +88,9 @@ public:
virtual void machine_reset() override;
virtual void video_start() override;
DECLARE_PALETTE_INIT(bking);
- DECLARE_MACHINE_START(bking3);
- DECLARE_MACHINE_RESET(bking3);
- DECLARE_MACHINE_RESET(common);
+ void machine_start_bking3() ATTR_COLD;
+ void machine_reset_bking3();
+ void machine_reset_common();
uint32_t screen_update_bking(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
DECLARE_WRITE_LINE_MEMBER(screen_vblank_bking);
void bking(machine_config &config);