mirror of
https://github.com/holub/mame
synced 2025-07-04 09:28:51 +03:00
goldnpkr.cpp: Entries in goldnpkf need to be NO_DUMP since there is no hash information provided.
This commit is contained in:
parent
2c23b2b5a9
commit
e9f35f33fa
@ -4915,9 +4915,9 @@ ROM_END
|
|||||||
*/
|
*/
|
||||||
ROM_START( goldnpkf )
|
ROM_START( goldnpkf )
|
||||||
ROM_REGION( 0x10000, "maincpu", 0 )
|
ROM_REGION( 0x10000, "maincpu", 0 )
|
||||||
ROM_LOAD( "hl_1.bin", 0x5000, 0x1000, BAD_DUMP )
|
ROM_LOAD( "hl_1.bin", 0x5000, 0x1000, NO_DUMP )
|
||||||
ROM_LOAD( "hl_2.bin", 0x6000, 0x1000, BAD_DUMP )
|
ROM_LOAD( "hl_2.bin", 0x6000, 0x1000, NO_DUMP )
|
||||||
ROM_LOAD( "hl_3.bin", 0x7000, 0x1000, BAD_DUMP )
|
ROM_LOAD( "hl_3.bin", 0x7000, 0x1000, NO_DUMP )
|
||||||
|
|
||||||
ROM_REGION( 0x6000, "gfx1", 0 ) // gfx roms borrowed from golden poker
|
ROM_REGION( 0x6000, "gfx1", 0 ) // gfx roms borrowed from golden poker
|
||||||
ROM_FILL( 0x0000, 0x4000, 0x0000 ) // filling the R-G bitplanes.
|
ROM_FILL( 0x0000, 0x4000, 0x0000 ) // filling the R-G bitplanes.
|
||||||
|
Loading…
Reference in New Issue
Block a user