sega/lindbergh: minor metadata fixes

This commit is contained in:
Angelo Salese 2024-03-04 16:28:38 +01:00 committed by GitHub
parent b20af44b15
commit 8b7c42655e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -591,7 +591,7 @@ ROM_START(hotdex)
ROM_LOAD("317-0550-jpn.bin", 0, 0x2000, CRC(7e247f13) SHA1(d416b0e7742b32eb31443967e84ef93fc9e56dfb))
DISK_REGION("dvd")
DISK_IMAGE_READONLY("hotdex", 0, NO_DUMP)
DISK_IMAGE_READONLY("dvp-0063", 0, NO_DUMP)
ROM_END
ROM_START(primevah)
@ -621,7 +621,7 @@ ROM_START(hummerxt)
ROM_LOAD("hummerextreme.bin", 0, 0x2000, CRC(524bc69a) SHA1(c79b6bd384196c169e40e623f4c80c8b9eb11f81))
DISK_REGION("dvd")
DISK_IMAGE_READONLY("hummerxt", 0, NO_DUMP)
DISK_IMAGE_READONLY("dvp-0079", 0, NO_DUMP)
ROM_END
ROM_START(lbvbiosu)
@ -634,7 +634,7 @@ ROM_END
} // anonymous namespace
GAME(1999, lindbios, 0, lindbergh, 0, lindbergh_state, empty_init, ROT0, "Sega", "Sega Lindbergh BIOS", MACHINE_IS_BIOS_ROOT)
GAME(2005, lindbios, 0, lindbergh, 0, lindbergh_state, empty_init, ROT0, "Sega", "Sega Lindbergh BIOS", MACHINE_IS_BIOS_ROOT)
GAME(2005, hotd4, lindbios, lindbergh, 0, lindbergh_state, empty_init, ROT0, "Sega", "The House of the Dead 4 (Export) (Rev B)", MACHINE_NOT_WORKING|MACHINE_UNEMULATED_PROTECTION|MACHINE_NO_SOUND)
GAME(2005, hotd4a, hotd4, lindbergh, 0, lindbergh_state, empty_init, ROT0, "Sega", "The House of the Dead 4 (Export) (Rev A)", MACHINE_NOT_WORKING|MACHINE_UNEMULATED_PROTECTION|MACHINE_NO_SOUND)
GAME(2005, vf5, lindbios, lindbergh, 0, lindbergh_state, empty_init, ROT0, "Sega", "Virtua Fighter 5 (Export)", MACHINE_NOT_WORKING|MACHINE_UNEMULATED_PROTECTION|MACHINE_NO_SOUND)