summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--src/mame/subsino/subsino.cpp8
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 )