summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Scott Stone <tafoid@gmail.com>2019-01-07 18:09:48 -0500
committer Scott Stone <tafoid@gmail.com>2019-01-07 18:09:48 -0500
commit2fbe81179c4aaccff4c3b5c68f9cd6fc2592c36f (patch)
tree31ec4524a3a073d5a58b8eaeec9cb2cb121563ab
parent3b3172fec9b60c88d062fa437786b6fcd0882cfd (diff)
mappy.cpp - Fix palette typo which corrects MAPPY title logo (nw)
-rw-r--r--src/mame/drivers/mappy.cpp2
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);