summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2018-01-30 05:25:57 +1100
committer Vas Crabb <vas@vastheman.com>2018-01-30 05:25:57 +1100
commit85b361bc0b9db717094bcd5cc5f2c575d6bc99e0 (patch)
tree8ee786c024a4f9aea142304e0b28e88348319dec
parentf06e0b5cd5e899e275b1832db1370242b37839a8 (diff)
src to tha clean (nw)
-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 85e5fd7692f..4e5d9985c99 100644
--- a/src/mame/drivers/ti85.cpp
+++ b/src/mame/drivers/ti85.cpp
@@ -279,7 +279,7 @@ static ADDRESS_MAP_START( ti83p_io, AS_IO, 8, ti85_state )
AM_RANGE(0x0007, 0x0007) AM_READWRITE(ti86_port_0006_r, ti83p_port_0007_w )
AM_RANGE(0x0010, 0x0010) AM_DEVREADWRITE("t6a04", t6a04_device, control_read, control_write)
AM_RANGE(0x0011, 0x0011) AM_DEVREADWRITE("t6a04", t6a04_device, data_read, data_write)
-// AM_RANGE(0x0014, 0x0014) AM_WRITE(ti83p_port_0014_w )
+// AM_RANGE(0x0014, 0x0014) AM_WRITE(ti83p_port_0014_w )
ADDRESS_MAP_END
static ADDRESS_MAP_START( ti83pse_io, AS_IO, 8, ti85_state )