mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
palette was out of range, fixes MT 05666?
This commit is contained in:
parent
c307d95ce0
commit
341abcea51
@ -268,7 +268,7 @@ static MACHINE_CONFIG_START( cswat, cswat_state )
|
||||
MCFG_SCREEN_UPDATE_DRIVER(cswat_state, screen_update_cswat)
|
||||
|
||||
MCFG_GFXDECODE_ADD("gfxdecode", "palette", cswat)
|
||||
MCFG_PALETTE_ADD("palette", 256)
|
||||
MCFG_PALETTE_ADD("palette", 4*256)
|
||||
|
||||
/* sound hardware */
|
||||
// TODO
|
||||
|
Loading…
Reference in New Issue
Block a user