summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2022-06-20 23:33:16 -0400
committer AJR <ajrhacker@users.noreply.github.com>2022-06-20 23:33:16 -0400
commit249f02c093867303c9d3d9763af5c742d613851a (patch)
treedc934ab480e18281e8888f19433179e045e8274a /src/devices
parent41cbf5888c66827a44121666d68d948f76b60e6d (diff)
ky80.cpp: Documentation update
Diffstat (limited to 'src/devices')
-rw-r--r--src/devices/cpu/z80/ky80.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/cpu/z80/ky80.cpp b/src/devices/cpu/z80/ky80.cpp
index a19e0140470..b55237efa95 100644
--- a/src/devices/cpu/z80/ky80.cpp
+++ b/src/devices/cpu/z80/ky80.cpp
@@ -4,7 +4,7 @@
Taxan KY-80
- This 160-pin QFP device seems to be a custom derivative of the
+ This 100-pin QFP device seems to be a custom derivative of the
Kawasaki KC82 CPU core (fast Z80-like with built-in MMU). It seems
possible that it was built entirely out of Kawasaki LSI macrocells,
but the on-chip peripherals are at least mapped differently than in
@@ -12,8 +12,8 @@
rather the bottom quarter).
On-chip features appear to include 1024 bytes of RAM, an interrupt
- controller (not quite the same as KP69), 5 parallel ports and 2 8251-
- like serial ports.
+ controller (not quite the same as KP69), a KP63-like timer/counter
+ block, 5 parallel ports and 2 8251-like serial ports.
***************************************************************************/