mirror of
https://github.com/holub/mame
synced 2025-07-04 17:38:08 +03:00
-efdt: Fixed palette regression, nw
This commit is contained in:
parent
11fa365606
commit
9c5a20a95d
@ -574,7 +574,7 @@ MACHINE_CONFIG_START( efdt_state::efdt )
|
||||
MCFG_SCREEN_VBLANK_CALLBACK(WRITELINE(*this, efdt_state, vblank_nmi_w))
|
||||
|
||||
MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_efdt)
|
||||
MCFG_PALETTE_ADD("palette", 64)
|
||||
MCFG_PALETTE_ADD("palette", 256)
|
||||
MCFG_PALETTE_INIT_OWNER(efdt_state, efdt)
|
||||
|
||||
MCFG_VIDEO_START_OVERRIDE(efdt_state, efdt)
|
||||
|
Loading…
Reference in New Issue
Block a user