-efdt: Fixed palette regression, nw

This commit is contained in:
mooglyguy 2018-09-03 21:36:36 +02:00
parent 11fa365606
commit 9c5a20a95d

View File

@ -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)