summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/calchase.cpp
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2018-02-12 17:17:10 +0100
committer Olivier Galibert <galibert@pobox.com>2018-02-12 17:29:46 +0100
commit582f323c2dbe415c5816fbaa6bcc9bd78d1b47d2 (patch)
treec44439cf604814649c56c42f40a916fe7f60420f /src/mame/drivers/calchase.cpp
parent20376d4d5e519c101b29faccbfba6d5e36b71ca4 (diff)
A handful of fixes (nw)
Diffstat (limited to 'src/mame/drivers/calchase.cpp')
-rw-r--r--src/mame/drivers/calchase.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/drivers/calchase.cpp b/src/mame/drivers/calchase.cpp
index fcf7e4a9bb7..5fd1542d5c7 100644
--- a/src/mame/drivers/calchase.cpp
+++ b/src/mame/drivers/calchase.cpp
@@ -405,7 +405,7 @@ ADDRESS_MAP_START(calchase_state::calchase_map)
AM_RANGE(0x000e0000, 0x000effff) AM_ROMBANK("bios_ext") AM_WRITE(bios_ext_ram_w)
AM_RANGE(0x000f0000, 0x000fffff) AM_ROMBANK("bios_bank") AM_WRITE(bios_ram_w)
AM_RANGE(0x00100000, 0x03ffffff) AM_RAM // 64MB
- AM_RANGE(0x02000000, 0x28ffffff) AM_NOP
+ AM_RANGE(0x04000000, 0x28ffffff) AM_NOP
//AM_RANGE(0x04000000, 0x040001ff) AM_RAM
//AM_RANGE(0x08000000, 0x080001ff) AM_RAM
//AM_RANGE(0x0c000000, 0x0c0001ff) AM_RAM
@@ -430,7 +430,6 @@ ADDRESS_MAP_START(calchase_state::calchase_io)
AM_RANGE(0x02a0, 0x02a7) AM_NOP //To debug
AM_RANGE(0x02c0, 0x02c7) AM_NOP //To debug
AM_RANGE(0x02e0, 0x02ef) AM_NOP //To debug
- AM_RANGE(0x0278, 0x02ff) AM_NOP //To debug
AM_RANGE(0x02f8, 0x02ff) AM_NOP //To debug
AM_RANGE(0x0320, 0x038f) AM_NOP //To debug
AM_RANGE(0x03a0, 0x03a7) AM_NOP //To debug