summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/elwro800.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/elwro800.c')
-rw-r--r--src/mess/drivers/elwro800.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/drivers/elwro800.c b/src/mess/drivers/elwro800.c
index 1cb8170a40c..96dd15fb39d 100644
--- a/src/mess/drivers/elwro800.c
+++ b/src/mess/drivers/elwro800.c
@@ -575,8 +575,8 @@ static MACHINE_CONFIG_START( elwro800, elwro800_state )
MCFG_SCREEN_UPDATE_DRIVER(elwro800_state, screen_update_spectrum )
MCFG_SCREEN_VBLANK_DRIVER(elwro800_state, screen_eof_spectrum)
- MCFG_PALETTE_LENGTH(16)
- MCFG_PALETTE_INIT_OVERRIDE(elwro800_state, spectrum )
+ MCFG_PALETTE_ADD("palette", 16)
+ MCFG_PALETTE_INIT_OWNER(elwro800_state, spectrum )
MCFG_GFXDECODE_ADD("gfxdecode", elwro800)
MCFG_VIDEO_START_OVERRIDE(elwro800_state, spectrum )