From 7097a57d6b6608d1da3dda1b49792cd0f7647be0 Mon Sep 17 00:00:00 2001 From: hap Date: Mon, 4 Nov 2024 17:57:04 +0100 Subject: tmp95c063: correct typo from prev commit [Hydreigon] --- src/devices/cpu/tlcs900/tmp95c063.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/cpu/tlcs900/tmp95c063.cpp b/src/devices/cpu/tlcs900/tmp95c063.cpp index 62204346228..05b79834eb5 100644 --- a/src/devices/cpu/tlcs900/tmp95c063.cpp +++ b/src/devices/cpu/tlcs900/tmp95c063.cpp @@ -101,7 +101,7 @@ void tmp95c063_device::internal_mem(address_map &map) map(0x00001c, 0x00001c).w(FUNC(tmp95c063_device::port_cr_w)); map(0x00001d, 0x00001d).w(FUNC(tmp95c063_device::port_fc_w)); map(0x00001e, 0x00001e).rw(FUNC(tmp95c063_device::port_r), FUNC(tmp95c063_device::port_w)); - map(0x00001f, 0x00001f).rw(FUNC(tmp95c063_device::port_r), FUNC(tmp95c063_device::port_w)); + map(0x00001f, 0x00001f).rw(FUNC(tmp95c063_device::port_r), FUNC(tmp95c063_device::port_w)); map(0x000020, 0x000020).rw(FUNC(tmp95c063_device::t8run_r), FUNC(tmp95c063_device::t8run_w)); map(0x000021, 0x000021).rw(FUNC(tmp95c063_device::trdc_r), FUNC(tmp95c063_device::trdc_w)); map(0x000022, 0x000023).w(FUNC(tmp95c063_device::treg01_w)); -- cgit v1.2.3