summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2019-02-06 10:09:53 +1100
committer Robbbert <Robbbert@users.noreply.github.com>2019-02-06 10:09:53 +1100
commit58a9accd060ef71183dfe160e2ff9082ba2bfe98 (patch)
tree49d82fdebe8d821a16215f1816c5d47a52eb1eae
parent12fe78d8c7504ae17fc67293c6dec0273a9b88d8 (diff)
sbrain: Added newly-dumped bios
-rw-r--r--src/mame/drivers/sbrain.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/drivers/sbrain.cpp b/src/mame/drivers/sbrain.cpp
index c7eeb617472..0482f813a28 100644
--- a/src/mame/drivers/sbrain.cpp
+++ b/src/mame/drivers/sbrain.cpp
@@ -754,6 +754,8 @@ ROM_START( sbrain )
ROMX_LOAD("3_1.z69", 0x0000, 0x0800, CRC(b6a2e6a5) SHA1(a646faaecb9ac45ee1a42764628e8971524d5c13), ROM_BIOS(2))
ROM_SYSTEM_BIOS( 3, "3_05", "3.05" )
ROMX_LOAD("qd_3_05.z69", 0x0000, 0x0800, CRC(aedbe777) SHA1(9ee9ca3f05e11ceb80896f06c3a3ae352db214dc), ROM_BIOS(3))
+ ROM_SYSTEM_BIOS( 4, "4_2_50", "4.2 50Hz")
+ ROMX_LOAD("sbii_sb4_2_50hz.z69", 0x0000, 0x0800, CRC(285a894b) SHA1(694fef446fe19c0962f79951aa4d464489a9d161), ROM_BIOS(4))
// Using the chargen from 'c10' for now.
ROM_REGION( 0x2000, "chargen", 0 )
ROM_LOAD("c10_char.bin", 0x0000, 0x2000, BAD_DUMP CRC(cb530b6f) SHA1(95590bbb433db9c4317f535723b29516b9b9fcbf))