From 5cb49e63b712a3be9edc41886ff0daabb0bac809 Mon Sep 17 00:00:00 2001 From: Barry Harris <44396066+barry65536@users.noreply.github.com> Date: Fri, 13 Jan 2012 14:22:49 +0000 Subject: [PATCH] Fixed sound in Superman --- src/burn/drivers/taito/d_taitox.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/burn/drivers/taito/d_taitox.cpp b/src/burn/drivers/taito/d_taitox.cpp index f1dfd5153..e9e5c6936 100644 --- a/src/burn/drivers/taito/d_taitox.cpp +++ b/src/burn/drivers/taito/d_taitox.cpp @@ -614,7 +614,7 @@ static struct BurnRomInfo SupermanRomDesc[] = { { "j01_16.bin", 0x80000, 0x3622ed2f, BRF_GRA | TAITO_SPRITESA }, { "k01_17.bin", 0x80000, 0xc34f27e0, BRF_GRA | TAITO_SPRITESA }, - { "e18_01.bin", 0x80000, 0x3cf99786, BRF_SND | TAITO_YM2610A }, + { "e18_01.bin", 0x80000, 0x3cf99786, BRF_SND | TAITO_YM2610B }, }; STD_ROM_PICK(Superman) @@ -633,7 +633,7 @@ static struct BurnRomInfo SupermanjRomDesc[] = { { "j01_16.bin", 0x80000, 0x3622ed2f, BRF_GRA | TAITO_SPRITESA }, { "k01_17.bin", 0x80000, 0xc34f27e0, BRF_GRA | TAITO_SPRITESA }, - { "e18_01.bin", 0x80000, 0x3cf99786, BRF_SND | TAITO_YM2610A }, + { "e18_01.bin", 0x80000, 0x3cf99786, BRF_SND | TAITO_YM2610B }, }; STD_ROM_PICK(Supermanj)