mirror of
https://github.com/holub/mame
synced 2025-04-17 22:13:04 +03:00
sinclair/scorpion.cpp: Updated BIOS GMX V.6.xx.043.9226
This commit is contained in:
parent
9359d54aee
commit
c5928b412d
@ -993,7 +993,7 @@ ROM_END
|
||||
|
||||
ROM_START(scorpiongmx)
|
||||
ROM_REGION(0x90000, "maincpu", 0)
|
||||
ROM_DEFAULT_BIOS("v6.41_uni")
|
||||
ROM_DEFAULT_BIOS("v6.43su")
|
||||
|
||||
ROM_SYSTEM_BIOS(0, "v12500", "GMX Boot Rom 1.2 V. 5.00")
|
||||
ROMX_LOAD( "gmx12500.rom", 0x010000, 0x80000, CRC(00df8568) SHA1(dd303d298f96ec4f9fe736eefd3c36fff1dfcdf5), ROM_BIOS(0))
|
||||
@ -1025,6 +1025,12 @@ ROM_START(scorpiongmx)
|
||||
ROMX_LOAD( "profgmx6xx041.8689_3d2f.rom", 0x010000, 0x80000, CRC(37afe94d) SHA1(904d85addf8e38206223f049a4fbeb707fb0dfc5), ROM_BIOS(13))
|
||||
ROM_SYSTEM_BIOS(14, "v6.41_uni", "ProfROM +GMX V.6.xx.041.8689 (UNI)")
|
||||
ROMX_LOAD( "profgmx6xx041.8689_uni.rom", 0x010000, 0x80000, CRC(04d9aa7c) SHA1(a22d89337874a9b01ed80b8a1c09cc86c56dff69), ROM_BIOS(14))
|
||||
ROM_SYSTEM_BIOS(15, "v6.43s", "ProfROM +GMX V.6.xx.043.9226s")
|
||||
ROMX_LOAD( "profgmx6xx043.9226s.rom", 0x010000, 0x80000, CRC(a0551240) SHA1(446fcdb3de225f06e7ac9ee8e03812a4c7900a4a), ROM_BIOS(15))
|
||||
ROM_SYSTEM_BIOS(16, "v6.43se", "ProfROM +GMX V.6.xx.043.9226se (VG93 emulation enabled)")
|
||||
ROMX_LOAD( "profgmx6xx043.9226se.rom", 0x010000, 0x80000, CRC(16452fc8) SHA1(c5a69762e291b6dbe656f8f3d1661a738f332108), ROM_BIOS(16))
|
||||
ROM_SYSTEM_BIOS(17, "v6.43su", "ProfROM +GMX V.6.xx.043.9226su (VG93 emulation disabled)")
|
||||
ROMX_LOAD( "profgmx6xx043.9226su.rom", 0x010000, 0x80000, CRC(3060e891) SHA1(416164b288d61f2c9438e1242df6a3e892fdac94), ROM_BIOS(17))
|
||||
ROM_END
|
||||
|
||||
ROM_START(profi)
|
||||
|
Loading…
Reference in New Issue
Block a user