mirror of
https://github.com/holub/mame
synced 2025-10-07 17:27:06 +03:00
wecleman.cpp: Fix debug palette assertion for hotchase/hotchasea (nw)
This commit is contained in:
parent
97db10afb8
commit
aa2f1817ae
@ -1155,7 +1155,7 @@ MACHINE_CONFIG_START(wecleman_state::hotchase)
|
|||||||
MCFG_SCREEN_PALETTE("palette")
|
MCFG_SCREEN_PALETTE("palette")
|
||||||
|
|
||||||
MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_hotchase)
|
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)
|
MCFG_VIDEO_START_OVERRIDE(wecleman_state, hotchase)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user