From a02a9bffabc17f743bbf9030bb10bfade5e92065 Mon Sep 17 00:00:00 2001 From: Angelo Salese Date: Wed, 3 Feb 2010 13:42:44 +0000 Subject: [PATCH] Take 2 ... --- src/mame/drivers/subsino.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mame/drivers/subsino.c b/src/mame/drivers/subsino.c index e3e6ab10cb7..e2ce9d38ad4 100644 --- a/src/mame/drivers/subsino.c +++ b/src/mame/drivers/subsino.c @@ -742,8 +742,8 @@ static ADDRESS_MAP_START( tisub_map, ADDRESS_SPACE_PROGRAM, 8 ) AM_RANGE( 0x08800, 0x08fff ) AM_RAM_WRITE( subsino_videoram_w ) AM_BASE( &videoram ) AM_RANGE( 0x08000, 0x087ff ) AM_RAM_WRITE( subsino_colorram_w ) AM_BASE( &colorram ) - AM_RANGE( 0x00000, 0x0bfff ) AM_ROM //overlap unmapped regions - + AM_RANGE( 0x00000, 0x0bfff ) AM_ROM // overlap unmapped regions + AM_RANGE( 0x10000, 0x13fff ) AM_ROM AM_RANGE( 0x14000, 0x14fff ) AM_ROM // reads the card face data here (see rom copy in rom loading) AM_RANGE( 0x150c0, 0x150ff ) AM_RAM AM_BASE(&reel3_scroll)