mirror of
https://github.com/mamedev/mame.git
synced 2024-11-18 10:06:19 +01:00
fixed crashes (nw)
This commit is contained in:
parent
d71e453b40
commit
725380d4f0
1 changed files with 6 additions and 0 deletions
|
@ -6328,6 +6328,9 @@ ROM_START( puyofevp )
|
|||
|
||||
ROM_COPY( "rom_board", 0x01000000, 0x400000, 0xc00000 )
|
||||
|
||||
// M1 board, but it doesn't appear the protection is used
|
||||
ROM_REGION( 4, "rom_key", ROMREGION_ERASE00 )
|
||||
|
||||
// this dump can't be used as main_eeprom, because that's exactly 0x80 bytes
|
||||
ROM_REGION(0x84, "some_eeprom", 0)
|
||||
ROM_LOAD( "sflash.bin", 0x000000, 0x000084, CRC(17150bc9) SHA1(c3af7d91e12141938d2b9e67eb9f5ff961cd09ff) )
|
||||
|
@ -7854,6 +7857,9 @@ ROM_START( clubkpzb )
|
|||
|
||||
ROM_COPY( "rom_board", 0x1000000, 0x400000, 0xc00000 )
|
||||
|
||||
ROM_REGION( 4, "rom_key", ROMREGION_ERASE00 )
|
||||
ROM_LOAD( "clubkprz-key.bin", 0x000000, 0x000004, CRC(c9ed13c1) SHA1(2907985375cd5b04846e7214d200926be64d06fd) )
|
||||
|
||||
// this dump can't be used as main_eeprom, because that's exactly 0x80 bytes
|
||||
ROM_REGION(0x84, "some_eeprom", 0)
|
||||
ROM_LOAD( "sflash.bin", 0x000000, 0x000084, CRC(afff6471) SHA1(c1e1d349ff25191eba09cd7d7186fbe2c6565b81) )
|
||||
|
|
Loading…
Reference in a new issue