From 8b7c42655e4f23690f8f378cf0bf9eb78f5e517e Mon Sep 17 00:00:00 2001 From: Angelo Salese Date: Mon, 4 Mar 2024 16:28:38 +0100 Subject: sega/lindbergh: minor metadata fixes --- src/mame/sega/lindbergh.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mame/sega/lindbergh.cpp b/src/mame/sega/lindbergh.cpp index 577c7506629..c5215de11e6 100644 --- a/src/mame/sega/lindbergh.cpp +++ b/src/mame/sega/lindbergh.cpp @@ -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) -- cgit v1.2.3