summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/z88.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/z88.h')
-rw-r--r--src/mame/includes/z88.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/z88.h b/src/mame/includes/z88.h
index 6d55aaae74a..90fb78de122 100644
--- a/src/mame/includes/z88.h
+++ b/src/mame/includes/z88.h
@@ -88,7 +88,7 @@ private:
void vh_render_6x8(bitmap_ind16 &bitmap, int x, int y, uint16_t pen0, uint16_t pen1, uint8_t *gfx);
void vh_render_line(bitmap_ind16 &bitmap, int x, int y, uint16_t pen);
- DECLARE_PALETTE_INIT(z88);
+ void z88_palette(palette_device &palette) const;
void z88_io(address_map &map);
void z88_mem(address_map &map);