summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Robbbert <robbbert@users.noreply.github.com>2013-11-04 10:55:10 +0000
committer Robbbert <robbbert@users.noreply.github.com>2013-11-04 10:55:10 +0000
commit485aa69205f75453945c9ec1566eda563f64854f (patch)
tree671113a3a61ce7972fda1cef5625da09c9ff051f
parent0a629c96b4dc904889f08eaa8c0545a40844eaa6 (diff)
(MESS) mbee256 : added 2 more bios versions (nw)
-rw-r--r--src/mess/drivers/mbee.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/mess/drivers/mbee.c b/src/mess/drivers/mbee.c
index d35634cef16..efbf9d8bab2 100644
--- a/src/mess/drivers/mbee.c
+++ b/src/mess/drivers/mbee.c
@@ -1165,8 +1165,12 @@ ROM_START( mbee256 ) // 256tc
ROM_REGION(0x40000,"maincpu", ROMREGION_ERASEFF)
ROM_REGION(0x7000,"bootrom", ROMREGION_ERASEFF)
- ROM_LOAD("256tc_boot_1.20.rom", 0x0000, 0x4000, CRC(fe8d6a84) SHA1(a037a1b90b18a2180e9f5f216b829fcd480449a4) )
- //ROM_LOAD("256tc_boot_1.15.rom", 0x0000, 0x4000, CRC(1902062d) SHA1(e4a1c0b3f4996e313da0bac0edb6d34e3270723e) )
+ ROM_SYSTEM_BIOS( 0, "1.31", "Version 1.31" )
+ ROMX_LOAD("256tc_boot_1.31.rom", 0x0000, 0x4000, CRC(923baef9) SHA1(3d30d18e765439fb913fbd3e03dd5127fd6b9167), ROM_BIOS(1) )
+ ROM_SYSTEM_BIOS( 1, "1.20", "Version 1.20" )
+ ROMX_LOAD("256tc_boot_1.20.rom", 0x0000, 0x4000, CRC(fe8d6a84) SHA1(a037a1b90b18a2180e9f5f216b829fcd480449a4), ROM_BIOS(2) )
+ ROM_SYSTEM_BIOS( 2, "1.15", "Version 1.15" )
+ ROMX_LOAD("256tc_boot_1.15.rom", 0x0000, 0x4000, CRC(1902062d) SHA1(e4a1c0b3f4996e313da0bac0edb6d34e3270723e), ROM_BIOS(3) )
ROM_REGION(0x9800, "gfx", 0)
ROM_LOAD("char256.bin", 0x1000, 0x1000, CRC(9372af3c) SHA1(a63591822c0504de2fed52e88d64e1dbd6124b74) )