summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author MetalliC <0vetal0@gmail.com>2017-12-16 17:48:50 +0200
committer MetalliC <0vetal0@gmail.com>2017-12-16 17:48:50 +0200
commita2d700c3d05840aa7ac81b928cb175d73fa377f4 (patch)
tree3a4ae0a8a673950c49942a37941843166351527e
parent731b1cde84f1844fe27765ddcbf2f013252e403f (diff)
typo (nw)
-rw-r--r--src/devices/machine/atmel_arm_aic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/atmel_arm_aic.cpp b/src/devices/machine/atmel_arm_aic.cpp
index dfc7077bf28..ce41d92016b 100644
--- a/src/devices/machine/atmel_arm_aic.cpp
+++ b/src/devices/machine/atmel_arm_aic.cpp
@@ -38,7 +38,7 @@ DEVICE_ADDRESS_MAP_START( regs_map, 32, arm_aic_device )
AM_RANGE(0x138, 0x13b) AM_WRITE(aic_dcr_w) // AIC_DCR Debug Control Register (Protect)
AM_RANGE(0x140, 0x143) AM_WRITE(aic_ffer_w) // AIC_FFER Fast Forcing Enable Register
AM_RANGE(0x144, 0x147) AM_WRITE(aic_ffdr_w) // AIC_FFDR Fast Forcing Disable Register
- AM_RANGE(0x144, 0x147) AM_READ(aic_ffsr_r) // AIC_FFSR Fast Forcing Status Register
+ AM_RANGE(0x148, 0x14b) AM_READ(aic_ffsr_r) // AIC_FFSR Fast Forcing Status Register
ADDRESS_MAP_END
READ32_MEMBER(arm_aic_device::irq_vector_r)