Fixed Great Guns palette init typo

This commit is contained in:
MASH 2019-05-15 19:06:43 +02:00 committed by hap
parent ec50757281
commit 8b9957cf55

View File

@ -1053,7 +1053,7 @@ void mazerbla_state::greatgun(machine_config &config)
m_screen->set_screen_update(FUNC(mazerbla_state::screen_update_mazerbla));
m_screen->screen_vblank().set(FUNC(mazerbla_state::screen_vblank));
PALETTE(config, "palette", FUNC(mazerbla_state::mazerbla_palette), 246+1);
PALETTE(config, "palette", FUNC(mazerbla_state::mazerbla_palette), 256+1);
/* sound hardware */
SPEAKER(config, "mono").front_center();