From aa2f1817ae1a4de629dc55fb879f3022ad605d25 Mon Sep 17 00:00:00 2001 From: Scott Stone Date: Tue, 11 Sep 2018 20:37:00 -0400 Subject: [PATCH] wecleman.cpp: Fix debug palette assertion for hotchase/hotchasea (nw) --- src/mame/drivers/wecleman.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/wecleman.cpp b/src/mame/drivers/wecleman.cpp index 0bbd7205ff7..f66affd4761 100644 --- a/src/mame/drivers/wecleman.cpp +++ b/src/mame/drivers/wecleman.cpp @@ -1155,7 +1155,7 @@ MACHINE_CONFIG_START(wecleman_state::hotchase) MCFG_SCREEN_PALETTE("palette") MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_hotchase) - MCFG_PALETTE_ADD("palette", 2048*2) + MCFG_PALETTE_ADD("palette", 8192) MCFG_VIDEO_START_OVERRIDE(wecleman_state, hotchase)