From 58f64151c88b9c85fa9ae02475b46045a19e8958 Mon Sep 17 00:00:00 2001 From: Barry Harris <44396066+barry65536@users.noreply.github.com> Date: Wed, 27 Jun 2012 15:01:47 +0000 Subject: [PATCH] Fix mario rom sizes --- src/burn/drv/d_parent.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/burn/drv/d_parent.cpp b/src/burn/drv/d_parent.cpp index 48e7de0a7..f25ee62e2 100644 --- a/src/burn/drv/d_parent.cpp +++ b/src/burn/drv/d_parent.cpp @@ -287,7 +287,7 @@ static struct BurnRomInfo MarioRomDesc[] = { { "tma1-c-7f_f.7f", 0x02000, 0xc0c6e014, BRF_ESS | BRF_PRG }, { "tma1-c-7e_f.7e", 0x02000, 0x94fb60d6, BRF_ESS | BRF_PRG }, { "tma1-c-7d_f.7d", 0x02000, 0xdcceb6c1, BRF_ESS | BRF_PRG }, - { "tma1-c-7c_f.7c", 0x02000, 0x4a63d96b, BRF_ESS | BRF_PRG }, + { "tma1-c-7c_f.7c", 0x01000, 0x4a63d96b, BRF_ESS | BRF_PRG }, { "tma1-c-6k_e.6k", 0x01000, 0x06b9ff85, BRF_ESS | BRF_PRG }, @@ -302,7 +302,7 @@ static struct BurnRomInfo MarioRomDesc[] = { { "tma1-v-7u.7u", 0x01000, 0x7baf5309, BRF_GRA }, { "tma1-c-4p_1.4p", 0x00200, 0x8187d286, BRF_GRA }, - { "tma1-c-5p.5p", 0x00200, 0x58d86098, BRF_GRA }, + { "tma1-c-5p.5p", 0x00020, 0x58d86098, BRF_GRA }, }; STD_ROM_PICK(Mario)