summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/cortex.cpp
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2016-06-18 12:14:22 +1000
committer Robbbert <Robbbert@users.noreply.github.com>2016-06-18 12:14:22 +1000
commit9d0ebd77c7c950ce3b988d9223ec5fd440f0aa0d (patch)
treefc7b9175bac593a2b00e48cc770baa402552d0f6 /src/mame/drivers/cortex.cpp
parent7f81081c6a199bcded99f74ac9843d0b8950149a (diff)
A few more fixes.
Diffstat (limited to 'src/mame/drivers/cortex.cpp')
-rw-r--r--src/mame/drivers/cortex.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/drivers/cortex.cpp b/src/mame/drivers/cortex.cpp
index 3b04c466d82..66563995066 100644
--- a/src/mame/drivers/cortex.cpp
+++ b/src/mame/drivers/cortex.cpp
@@ -60,7 +60,6 @@ static ADDRESS_MAP_START( cortex_io, AS_IO, 8, cortex_state )
//AM_RANGE(0x0812, 0x0813) AM_READ(cent_stat_r)
//AM_RANGE(0x1ee0, 0x1eef) AM_READWRITE(cpu_int_r,cpu_int_w)
//AM_RANGE(0x1fda, 0x1fdb) AM_READWRITE(cpu_int1_r,cpu_int1_w)
- AM_RANGE(0x10000, 0x10000) AM_NOP
ADDRESS_MAP_END
/* Input ports */