summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/4roses.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/4roses.c')
-rw-r--r--src/mame/drivers/4roses.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/4roses.c b/src/mame/drivers/4roses.c
index 0bab35a3060..8fa0d138b29 100644
--- a/src/mame/drivers/4roses.c
+++ b/src/mame/drivers/4roses.c
@@ -403,8 +403,8 @@ static MACHINE_CONFIG_START( 4roses, _4roses_state )
MCFG_GFXDECODE_ADD("gfxdecode", 4roses)
- MCFG_PALETTE_LENGTH(0x1000)
- MCFG_PALETTE_INIT_OVERRIDE(_4roses_state,funworld)
+ MCFG_PALETTE_ADD("palette", 0x1000)
+ MCFG_PALETTE_INIT_OWNER(_4roses_state,funworld)
MCFG_VIDEO_START_OVERRIDE(_4roses_state,funworld)
// MCFG_MC6845_ADD("crtc", MC6845, "screen", MASTER_CLOCK/8, mc6845_intf) /* 2MHz, guess */