From 725380d4f0642c2e22f94d17ef0cd9c20b036d85 Mon Sep 17 00:00:00 2001 From: "R. Belmont" Date: Fri, 14 Feb 2014 01:47:07 +0000 Subject: [PATCH] fixed crashes (nw) --- src/mame/drivers/naomi.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/mame/drivers/naomi.c b/src/mame/drivers/naomi.c index 5fd9c18cb6b..909acb2bf59 100644 --- a/src/mame/drivers/naomi.c +++ b/src/mame/drivers/naomi.c @@ -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) )