diff options
author | 2015-07-29 08:34:21 +0200 | |
---|---|---|
committer | 2015-07-29 08:34:21 +0200 | |
commit | 1b452e3bfb48e9c77e705a60ab285c382d457e8a (patch) | |
tree | ec86ee0e176d53492a6f034a473c728cc6896ad7 /src/mess/drivers/casloopy.c | |
parent | b038bdab5ba511f2af2c23e24b3508062a42b3b3 (diff) |
Cleanups and version bumpmame0164
Diffstat (limited to 'src/mess/drivers/casloopy.c')
-rw-r--r-- | src/mess/drivers/casloopy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/casloopy.c b/src/mess/drivers/casloopy.c index d2a957c5a96..86ac1c94702 100644 --- a/src/mess/drivers/casloopy.c +++ b/src/mess/drivers/casloopy.c @@ -420,7 +420,7 @@ static ADDRESS_MAP_START( casloopy_map, AS_PROGRAM, 32, casloopy_state ) AM_RANGE(0x04051000, 0x040511ff) AM_READWRITE16(pal_r, pal_w, 0xffffffff) AM_RANGE(0x04058000, 0x04058007) AM_READWRITE16(vregs_r, vregs_w, 0xffffffff) AM_RANGE(0x0405b000, 0x0405b00f) AM_RAM AM_SHARE("vregs") // RGB555 brightness control plus scrolling -// AM_RANGE(0x05ffff00, 0x05ffffff) AM_READWRITE16(sh7021_r, sh7021_w, 0xffffffff) +// AM_RANGE(0x05ffff00, 0x05ffffff) AM_READWRITE16(sh7021_r, sh7021_w, 0xffffffff) // AM_RANGE(0x05ffff00, 0x05ffffff) - SH7021 internal i/o AM_RANGE(0x06000000, 0x061fffff) AM_READ(cart_r) AM_RANGE(0x07000000, 0x070003ff) AM_RAM AM_SHARE("oram")// on-chip RAM, actually at 0xf000000 (1 kb) |