summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/z88.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/z88.cpp')
-rw-r--r--src/mame/video/z88.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/z88.cpp b/src/mame/video/z88.cpp
index ff78f2d0bcd..ce89fb011bb 100644
--- a/src/mame/video/z88.cpp
+++ b/src/mame/video/z88.cpp
@@ -40,7 +40,7 @@ inline uint8_t* z88_state::convert_address(uint32_t offset)
***************************************************************************/
// Initialise the palette
-PALETTE_INIT_MEMBER(z88_state, z88)
+void z88_state::z88_palette(palette_device &palette) const
{
m_palette->set_pen_color(0, rgb_t(138, 146, 148));
m_palette->set_pen_color(1, rgb_t(92, 83, 88));