From f49a1f82a9984fc4319c6200c08b9264c693525e Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Sun, 2 Mar 2014 09:56:36 +0000 Subject: [PATCH] fixed tumbleb (nw) --- src/mame/drivers/tumbleb.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/mame/drivers/tumbleb.c b/src/mame/drivers/tumbleb.c index 92b5e579fcf..5187bd2de2a 100644 --- a/src/mame/drivers/tumbleb.c +++ b/src/mame/drivers/tumbleb.c @@ -2268,6 +2268,9 @@ static MACHINE_CONFIG_DERIVED( cookbib, htchctch ) MACHINE_CONFIG_END static MACHINE_CONFIG_DERIVED( chokchok, htchctch ) + MCFG_PALETTE_MODIFY("palette") + MCFG_PALETTE_FORMAT(xxxxBBBBGGGGRRRR) + MCFG_OKIM6295_REPLACE("oki", 3579545/4, OKIM6295_PIN7_HIGH) MCFG_SOUND_ROUTE(ALL_OUTPUTS, "lspeaker", 1.0) MCFG_SOUND_ROUTE(ALL_OUTPUTS, "rspeaker", 1.0) @@ -2308,6 +2311,8 @@ MACHINE_CONFIG_END static MACHINE_CONFIG_DERIVED( metlsavr, cookbib ) + MCFG_PALETTE_MODIFY("palette") + MCFG_PALETTE_FORMAT(xxxxBBBBGGGGRRRR) MCFG_SOUND_REPLACE("ymsnd", YM2151, 3427190) MCFG_YM2151_IRQ_HANDLER(INPUTLINE("audiocpu", 0))