mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
startouch.cpp: Fix typos (#8369)
This commit is contained in:
parent
4bcb914477
commit
75039e1e17
@ -70,7 +70,7 @@ 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
|
||||
// Sleic used different motherboards for this machine. By now, we're adding all the known BIOSes here
|
||||
ROM_REGION(0x20000, "mb_bios", 0)
|
||||
ROM_SYSTEM_BIOS(0, "soyo_5ehm13_1aa1", "Soyo 5EHM (Award BIOS 5EH V1.3-1AA1)") // Soyo 5EHM V1.3
|
||||
ROMX_LOAD("award_1998_pci-pnp_586_223123413.bin", 0x00000, 0x20000, CRC(d30fe6c2) SHA1(022cf24d982b82e4c13ebbe974adae3a1638d1cd), ROM_BIOS(0)) // 39SF010
|
||||
@ -88,7 +88,7 @@ ROM_START(europl01)
|
||||
ROM_LOAD("9b91f19d.hsp", 0x00000, 0x66da4, CRC(0cf78908) SHA1(c596f415accd6b91be85ea8c1b89ea380d0dc6c8))
|
||||
|
||||
DISK_REGION( "ide:0:hdd:image" ) // Sleic-Petaco Star Touch 2001. Version 2.0. Date 06/April/2001
|
||||
DISK_IMAGE("sleic-petaco_startouch_2001_v2.0", 0, SHA1(3164a5786d6b9bb0dd9910b4d27a77a6b746dedf)) // Labeled "Star Touch 2001" but when run game title is EuroPlay 2001
|
||||
DISK_IMAGE("sleic-petaco_startouch_2001_v2.0", 0, SHA1(3164a5786d6b9bb0dd9910b4d27a77a6b746dedf)) // Labeled "Star Touch 2001" but when running, game title is EuroPlay 2001
|
||||
ROM_END
|
||||
|
||||
} // Anonymous namespace
|
||||
|
Loading…
Reference in New Issue
Block a user