summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ti85.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ti85.cpp')
-rw-r--r--src/mame/drivers/ti85.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ti85.cpp b/src/mame/drivers/ti85.cpp
index f62980288a4..71fe2576e47 100644
--- a/src/mame/drivers/ti85.cpp
+++ b/src/mame/drivers/ti85.cpp
@@ -285,7 +285,7 @@ void ti85_state::ti83p_io(address_map &map)
map(0x0007, 0x0007).rw(FUNC(ti85_state::ti86_port_0006_r), FUNC(ti85_state::ti83p_port_0007_w));
map(0x0010, 0x0010).rw("t6a04", FUNC(t6a04_device::control_read), FUNC(t6a04_device::control_write));
map(0x0011, 0x0011).rw("t6a04", FUNC(t6a04_device::data_read), FUNC(t6a04_device::data_write));
-// AM_RANGE(0x0014, 0x0014) AM_WRITE(ti83p_port_0014_w )
+// map(0x0014, 0x0014).w(FUNC(ti85_state::ti83p_port_0014_w));
}
void ti85_state::ti83pse_io(address_map &map)