mirror of
https://github.com/holub/mame
synced 2025-10-06 09:00:04 +03:00
Fix for validate warning (no whatsnew)
This commit is contained in:
parent
d5af6b6a9b
commit
8791d827c0
@ -578,6 +578,7 @@ ROM_START( baryon )
|
||||
ROM_LOAD( "87c52.mcu", 0x00000, 0x10000 , NO_DUMP ) /* can't be dumped. */
|
||||
|
||||
ROM_REGION( 0x6c9, "user1", 0 ) /* Protection data */
|
||||
ROM_FILL( 0x0, 0x6c9, 0x00 )
|
||||
//ROM_LOAD( "protdata.bin", 0x000, 0x6bc , CRC(1) SHA1(1) ) /* extracted */
|
||||
|
||||
ROM_REGION( 0x100000, "oki1", 0 ) /* OKI Samples */
|
||||
|
Loading…
Reference in New Issue
Block a user