summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2017-04-19 22:58:43 -0400
committer AJR <ajrhacker@users.noreply.github.com>2017-04-19 22:58:43 -0400
commit0ffeb44f0f12adbb083eaac53be4e9cc8a7bef91 (patch)
tree34268fd413383702478f82b90d573b68f35b1fc9
parentf0152ea8ff7165c6590c03d91cc0fe8587a2f9a0 (diff)
Note PROM version (nw)
-rw-r--r--src/devices/cpu/tlcs90/tlcs90.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/tlcs90/tlcs90.cpp b/src/devices/cpu/tlcs90/tlcs90.cpp
index 5001e540641..fa66e90025c 100644
--- a/src/devices/cpu/tlcs90/tlcs90.cpp
+++ b/src/devices/cpu/tlcs90/tlcs90.cpp
@@ -54,7 +54,7 @@ static ADDRESS_MAP_START(tmp91641_mem, AS_PROGRAM, 8, tlcs90_device )
ADDRESS_MAP_END
static ADDRESS_MAP_START(tmp90ph44_mem, AS_PROGRAM, 8, tlcs90_device )
- AM_RANGE( 0x0000, 0x3fff ) AM_ROM // 16KB ROM (internal)
+ AM_RANGE( 0x0000, 0x3fff ) AM_ROM // 16KB PROM (internal)
AM_RANGE( 0xfdc0, 0xffbf ) AM_RAM // 512b RAM (internal)
AM_RANGE( T90_IOBASE, T90_IOBASE+55 ) AM_READWRITE( t90_internal_registers_r, t90_internal_registers_w ) // TODO: has 8 more registers
ADDRESS_MAP_END