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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/kchamp.h b/src/mame/includes/kchamp.h
index 8c3539fbceb..609ccd48a7a 100644
--- a/src/mame/includes/kchamp.h
+++ b/src/mame/includes/kchamp.h
@@ -50,7 +50,7 @@ public:
TILE_GET_INFO_MEMBER(get_bg_tile_info);
virtual void machine_reset();
virtual void video_start();
- virtual void palette_init();
+ DECLARE_PALETTE_INIT(kchamp);
DECLARE_MACHINE_START(kchampvs);
DECLARE_MACHINE_START(kchamp);
UINT32 screen_update_kchampvs(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);