summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2018-02-01 17:36:02 -0500
committer AJR <ajrhacker@users.noreply.github.com>2018-02-01 17:36:02 -0500
commit15bcee3f1b19d3af99cb9ae710744b1829d57e0e (patch)
tree07be8eee0cb4fce14eb29c173fae9205d1fe3baa
parent59b467e505c0481d630b4e9e51ac58d6912a77fc (diff)
skyraid: Unblock coin port (nw)
-rw-r--r--src/mame/drivers/skyraid.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/skyraid.cpp b/src/mame/drivers/skyraid.cpp
index a3480617685..0f2c78b7002 100644
--- a/src/mame/drivers/skyraid.cpp
+++ b/src/mame/drivers/skyraid.cpp
@@ -78,7 +78,7 @@ static ADDRESS_MAP_START( skyraid_map, AS_PROGRAM, 8, skyraid_state )
AM_RANGE(0x1000, 0x1000) AM_READ(skyraid_port_0_r)
AM_RANGE(0x1001, 0x1001) AM_READ_PORT("DSW")
AM_RANGE(0x1400, 0x1400) AM_READ_PORT("COIN")
- AM_RANGE(0x1400, 0x1401) AM_READ_PORT("SYSTEM")
+ AM_RANGE(0x1401, 0x1401) AM_READ_PORT("SYSTEM")
AM_RANGE(0x1c00, 0x1c0f) AM_WRITEONLY AM_SHARE("obj_ram")
AM_RANGE(0x4000, 0x4000) AM_WRITE(skyraid_scroll_w)
AM_RANGE(0x4400, 0x4400) AM_WRITE(skyraid_sound_w)