summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/wecleman.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/wecleman.cpp')
-rw-r--r--src/mame/drivers/wecleman.cpp2
1 files changed, 1 insertions, 1 deletions
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)