summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-11-01 19:44:37 -0400
committer AJR <ajrhacker@users.noreply.github.com>2019-11-01 19:44:37 -0400
commit7d4a71a539ec20051cf8a31e08c25ace35eadd56 (patch)
treeab7737faaf17c02b9c228adcc85a1fb46ff73beb
parentfc01eb4376f90b3dcbd1ced724ed0096a3d66639 (diff)
Fix build (nw)
-rw-r--r--src/devices/cpu/mc68hc11/mc68hc11.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/mc68hc11/mc68hc11.cpp b/src/devices/cpu/mc68hc11/mc68hc11.cpp
index 63e05c66b17..99c3b38eb78 100644
--- a/src/devices/cpu/mc68hc11/mc68hc11.cpp
+++ b/src/devices/cpu/mc68hc11/mc68hc11.cpp
@@ -445,7 +445,7 @@ void mc68hc11f1_device::io_map(address_map &map)
map(0x2b, 0x2b).nopw(); // BAUD
map(0x2c, 0x2c).r(FUNC(mc68hc11f1_device::sccr1_r)).nopw(); // SCCR1
map(0x2d, 0x2d).r(FUNC(mc68hc11f1_device::sccr2_r)).nopw(); // SCCR2
- map(0x2e, 0x2e).r(FUNC(mc68hc11m0_device::scsr1_r)); // SCSR
+ map(0x2e, 0x2e).r(FUNC(mc68hc11f1_device::scsr1_r)); // SCSR
map(0x2f, 0x2f).nopw(); // SCDR
map(0x30, 0x30).rw(FUNC(mc68hc11f1_device::adctl_r), FUNC(mc68hc11f1_device::adctl_w)); // ADCTL
map(0x31, 0x34).r(FUNC(mc68hc11f1_device::adr_r)); // ADR1-ADR4