goldnpkr.cpp: Entries in goldnpkf need to be NO_DUMP since there is no hash information provided.

This commit is contained in:
Scott Stone 2022-03-30 11:12:02 -04:00
parent 2c23b2b5a9
commit e9f35f33fa

View File

@ -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.