summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/bladestl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/bladestl.h')
-rw-r--r--src/mame/includes/bladestl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/bladestl.h b/src/mame/includes/bladestl.h
index ac46bc44430..44357dde603 100644
--- a/src/mame/includes/bladestl.h
+++ b/src/mame/includes/bladestl.h
@@ -45,7 +45,7 @@ public:
DECLARE_WRITE8_MEMBER(bladestl_port_B_w);
DECLARE_READ8_MEMBER(bladestl_speech_busy_r);
DECLARE_WRITE8_MEMBER(bladestl_speech_ctrl_w);
- DECLARE_PALETTE_INIT(bladestl);
+ void bladestl_palette(palette_device &palette) const;
uint32_t screen_update_bladestl(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
TIMER_DEVICE_CALLBACK_MEMBER(bladestl_scanline);
K007342_CALLBACK_MEMBER(bladestl_tile_callback);