summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mbc55x.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mbc55x.h')
-rw-r--r--src/mame/includes/mbc55x.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/mbc55x.h b/src/mame/includes/mbc55x.h
index d046a5d6732..78faa224c0b 100644
--- a/src/mame/includes/mbc55x.h
+++ b/src/mame/includes/mbc55x.h
@@ -146,7 +146,7 @@ private:
DECLARE_WRITE_LINE_MEMBER(vid_vsync_changed);
MC6845_UPDATE_ROW(crtc_update_row);
- DECLARE_PALETTE_INIT(mbc55x);
+ void mbc55x_palette(palette_device &palette) const;
TIMER_CALLBACK_MEMBER(keyscan_callback);
void mbc55x_io(address_map &map);