mirror of
https://github.com/holub/mame
synced 2025-04-20 23:42:22 +03:00
replace vf4 keyfile with correct one.
This commit is contained in:
parent
8109e2a0e8
commit
e056f3782f
@ -3250,13 +3250,16 @@ ROM_START( vf4 )
|
||||
DISK_IMAGE_READONLY( "gds-0012", 0, SHA1(d68436ee72ea5db40e184b7ff38903a9cadb6df7) MD5(5a18300646a68f2994ed8c81abe9bdd8) )
|
||||
|
||||
ROM_REGION( 0x50, "picreturn", ROMREGION_ERASE)
|
||||
// this key is wrong! not for this game
|
||||
// (it's for game with a BDR.bin file on the GD-ROM, vf4 has BDM.bin)
|
||||
//PIC16C622A (317-0314-COM)
|
||||
//(sticker 253-5508-0314)
|
||||
ROM_LOAD("317-0314-com.data", 0x00, 0x50, CRC(91a97eb4) SHA1(059342368bc5d25b494ed3c729870695f9584fc7) )
|
||||
ROM_END
|
||||
|
||||
// this is actually Beach Spikers...
|
||||
//PIC16C622A (317-0317-COM)
|
||||
//(sticker 253-5508-0317)
|
||||
ROM_LOAD("317-0317-com.data", 0x00, 0x50, BAD_DUMP CRC(66efe433) SHA1(7f7b52202ed9b1e20516aaa7553cc3cc677a70b5) )
|
||||
ROM_END
|
||||
//ROM_LOAD("317-0317-com.data", 0x00, 0x50, BAD_DUMP CRC(66efe433) SHA1(7f7b52202ed9b1e20516aaa7553cc3cc677a70b5) )
|
||||
|
||||
|
||||
ROM_START( initd )
|
||||
NAOMI2_BIOS
|
||||
|
Loading…
Reference in New Issue
Block a user