diff options
author | 2023-10-26 14:22:45 -0400 | |
---|---|---|
committer | 2023-10-26 14:22:45 -0400 | |
commit | 945b92a36007d3209578b4533ecc28c77cd2e70b (patch) | |
tree | 44318ff5e44f1f40637f266eb7ed09a610917e2e /src | |
parent | d1e5b00cb14ff5066e65c10773cdd6b09983e4f0 (diff) |
sevenlnd: Fix labels for undumped EPROMs
Diffstat (limited to 'src')
-rw-r--r-- | src/mame/subsino/subsino.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/subsino/subsino.cpp b/src/mame/subsino/subsino.cpp index d246e29ff16..b2baf4f22ef 100644 --- a/src/mame/subsino/subsino.cpp +++ b/src/mame/subsino/subsino.cpp @@ -4060,14 +4060,14 @@ ROM_START( sevenlnd ) ROM_REGION( 0x100000, "tilemap", 0 ) ROM_LOAD( "sevenlnd_tilemap_1.u30", 0x00000, 0x40000, NO_DUMP ) // A278308 ROM_LOAD( "sevenlnd_tilemap_2.u29", 0x40000, 0x40000, NO_DUMP ) // A278308 - ROM_LOAD( "sevenlnd_tilemap_2.u29", 0x80000, 0x40000, NO_DUMP ) // A278308 - ROM_LOAD( "sevenlnd_tilemap_2.u29", 0xC0000, 0x40000, NO_DUMP ) // A278308 + ROM_LOAD( "sevenlnd_tilemap_3.u28", 0x80000, 0x40000, NO_DUMP ) // A278308 + ROM_LOAD( "sevenlnd_tilemap_4.u27", 0xC0000, 0x40000, NO_DUMP ) // A278308 ROM_REGION( 0x80000, "reels", 0 ) ROM_LOAD( "sevenlnd_reels_1.u25", 0x00000, 0x20000, NO_DUMP ) // 27C010 ROM_LOAD( "sevenlnd_reels_2.u24", 0x20000, 0x20000, NO_DUMP ) // 27C010 - ROM_LOAD( "sevenlnd_reels_2.u23", 0x40000, 0x20000, NO_DUMP ) // 27C010 - ROM_LOAD( "sevenlnd_reels_2.u22", 0x60000, 0x20000, NO_DUMP ) // 27C010 + ROM_LOAD( "sevenlnd_reels_3.u23", 0x40000, 0x20000, NO_DUMP ) // 27C010 + ROM_LOAD( "sevenlnd_reels_4.u22", 0x60000, 0x20000, NO_DUMP ) // 27C010 ROM_REGION( 0x157, "plds", 0 ) ROM_LOAD( "gal16v8d_1.bin", 0x000, 0x117, NO_DUMP ) |