diff options
-rw-r--r-- | src/mame/drivers/mappy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mappy.cpp b/src/mame/drivers/mappy.cpp index 38067a4ca1f..53e5e445c26 100644 --- a/src/mame/drivers/mappy.cpp +++ b/src/mame/drivers/mappy.cpp @@ -1513,7 +1513,7 @@ void mappy_state::mappy_common(machine_config &config) /* video hardware */ GFXDECODE(config, m_gfxdecode, m_palette, gfx_mappy); - PALETTE(config, m_palette, FUNC(mappy_state::mappy_palette), 64*4+16*4, 32); + PALETTE(config, m_palette, FUNC(mappy_state::mappy_palette), 64*4+16*16, 32); SCREEN(config, m_screen, SCREEN_TYPE_RASTER); m_screen->set_raw(PIXEL_CLOCK, HTOTAL, HBEND, HBSTART, VTOTAL, VBEND, VBSTART); |