From 519c0414ae1943b268e72d03508150fbcdccd914 Mon Sep 17 00:00:00 2001 From: jackchatelet Date: Thu, 16 Oct 2014 19:24:04 +0000 Subject: [PATCH] Dumped 8571 MCU from a bootleg Top Secret/Bionic Commando PCB. All other ROMs on the board matched the 'topsecrt' set. [Any] --- src/burn/drv/pre90s/d_bionicc.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/burn/drv/pre90s/d_bionicc.cpp b/src/burn/drv/pre90s/d_bionicc.cpp index 685ca223f..2db425f05 100644 --- a/src/burn/drv/pre90s/d_bionicc.cpp +++ b/src/burn/drv/pre90s/d_bionicc.cpp @@ -930,7 +930,8 @@ static struct BurnRomInfo topsecrtRomDesc[] = { { "63s141.18f", 0x00100, 0xb58d0023, 0 | BRF_OPT }, // 24 Priority (not used) - { "c8751h-88", 0x01000, 0x00000000, 0 | BRF_OPT | BRF_NODUMP }, +// { "c8751h-88", 0x01000, 0x00000000, 0 | BRF_OPT | BRF_NODUMP }, + { "d8751h.bin", 0x01000, 0x3ed7f0be, 0 | BRF_OPT }, }; STD_ROM_PICK(topsecrt)