Merge pull request #6848 from clawgrip/patch-6

startouch.cpp: Add new 'europl01' motherboard BIOS [ClawGrip]
This commit is contained in:
ajrhacker 2020-06-21 11:29:46 -04:00 committed by GitHub
commit 1702f3aba5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,8 +62,13 @@ void startouch_state::europl01(machine_config &config)
}
ROM_START(europl01)
// Sleic used different motherboards for this machine. By now, we're adding the all the known BIOSes here
ROM_REGION(0x20000, "mb_bios", 0)
ROM_LOAD( "award_pci-pnp_586_222951562_v4.51pg.u2", 0x00000, 0x20000, CRC(5bb1bcbc) SHA1(6e2a7b5b3fc892ed20d0b12a1a533231c8953177) )
ROM_SYSTEM_BIOS(0, "soyo_m5eh_aw4_52", "Soyo M5EH with Award 4.51pg BIOS") // Soyo M5EH V1.2 (1MB cache)
ROMX_LOAD("award_pci-pnp_586_222951562_v4.51pg.u2", 0x00000, 0x20000, CRC(5bb1bcbc) SHA1(6e2a7b5b3fc892ed20d0b12a1a533231c8953177), ROM_BIOS(0))
ROM_SYSTEM_BIOS(1, "bst_m5atd_aw4_52", "Biostar M5ATD with Award 4.51pg BIOS") // Biostar M5ATD V1.2 (ALi M5819P + ALi M1543 B1 + ALi M1531 B1 + UMC UM61L6464F-6)
ROMX_LOAD("award_pci_pnp_586_w29c011a.u11", 0x00000, 0x20000, CRC(1ec5749b) SHA1(3dd1dac852b00c8108aaf9c89f47ae1922d645f0), ROM_BIOS(1))
ROM_REGION(0x8000, "vga_bios", 0)
ROM_LOAD("s3_86c775-86c785_video_bios_v1.01.04.u5", 0x0000, 0x8000, CRC(e718418f) SHA1(1288ce51bb732a346eb7c61d5bdf80ea22454d45))