summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/tms0980/tms0980.c
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2015-05-26 20:24:52 +0200
committer hap <happppp@users.noreply.github.com>2015-05-26 20:24:52 +0200
commitd3c13bbff35b7eb6e198a0f4dce978eb339938f3 (patch)
treecf155093aa77ea130113a6b09dd55833d745380d /src/emu/cpu/tms0980/tms0980.c
parente5d3af5c01151479b515ae27f16cd19530cc5133 (diff)
added pinout for common tms1x chips
Diffstat (limited to 'src/emu/cpu/tms0980/tms0980.c')
-rw-r--r--src/emu/cpu/tms0980/tms0980.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/emu/cpu/tms0980/tms0980.c b/src/emu/cpu/tms0980/tms0980.c
index d7b13db1d62..50f61788086 100644
--- a/src/emu/cpu/tms0980/tms0980.c
+++ b/src/emu/cpu/tms0980/tms0980.c
@@ -7,7 +7,6 @@
TODO:
- emulate TMS1600 L-pins
- fix debugger disasm view
- - add pinout diagrams for reference
The TMS0980 and TMS1000-family MCU cores are very similar. The TMS0980 has a
@@ -175,7 +174,7 @@ const device_type TMS0980 = &device_creator<tms0980_cpu_device>; // 28-pin DIP,
// - main instructions PLA at the top half, to the right of the midline
// - 32-term microinstructions PLA between the RAM and ROM, supporting 15 microinstructions
// - 16-term output PLA and segment PLA above the RAM (rotate opla 90 degrees)
-const device_type TMS0970 = &device_creator<tms0970_cpu_device>; // 28-pin DIP, 11 R pins
+const device_type TMS0970 = &device_creator<tms0970_cpu_device>; // 28-pin DIP, 11 R pins (note: pinout may slightly differ from chip to chip)
const device_type TMS1990 = &device_creator<tms1990_cpu_device>; // 28-pin DIP, ? R pins..
// TMS0950 is same?