mirror of
https://github.com/holub/mame
synced 2025-06-01 02:21:48 +03:00
Fix warning
This commit is contained in:
parent
fc49f1013f
commit
401fae7a28
@ -958,7 +958,7 @@ ROM_START( penky )
|
||||
ROM_REGION( 0x40000, "oki1", 0 ) /* Samples */
|
||||
ROM_LOAD( "yunsung.u85", 0x00000, 0x40000, CRC(c664d0cc) SHA1(52d5122407e727d4c98bc6f2f939534de4b725ae) )
|
||||
|
||||
ROM_REGION( 0x80000, "oki2", 0 ) /* Samples (banked) */
|
||||
ROM_REGION( 0x80000, "oki2", ROMREGION_ERASE00 ) /* Samples (banked) */
|
||||
/* not populated for this game */
|
||||
ROM_END
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user