mirror of
https://github.com/holub/mame
synced 2025-05-23 06:08:48 +03:00
adds newer Area51: Site 4 BIOS.
Load the newer one over the older so we keep both files in the archive and both are documented. If someone has a better way for the rom loads, feel free ;-)
This commit is contained in:
parent
4fb6a60c8d
commit
11294df545
@ -1225,7 +1225,8 @@ static DRIVER_INIT( a51site4 )
|
||||
|
||||
ROM_START( a51site4 )
|
||||
ROM_REGION32_LE(0x40000, "bios", 0)
|
||||
ROM_LOAD("tinybios.rom", 0x00000, 0x40000, CRC(5ee189cc) SHA1(0b0d9321a4c59b1deea6854923e655a4d8c4fcfe))
|
||||
ROM_LOAD("a51s4_bios_07-11-98.u1", 0x00000, 0x40000, CRC(5ee189cc) SHA1(0b0d9321a4c59b1deea6854923e655a4d8c4fcfe)) /* Build date 07/11/98 string stored at 0x3fff5 */
|
||||
ROM_LOAD("a51s4_bios_09-15-98.u1", 0x00000, 0x40000, CRC(f8cd6a6b) SHA1(75f851ae21517b729a5596ce5e042ebfaac51778)) /* Build date 09/15/98 string stored at 0x3fff5 */
|
||||
|
||||
ROM_REGION(0x08100, "gfx1", 0)
|
||||
ROM_LOAD("cga.chr", 0x00000, 0x01000, CRC(42009069) SHA1(ed08559ce2d7f97f68b9f540bddad5b6295294dd))
|
||||
|
Loading…
Reference in New Issue
Block a user