summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-03-05 14:01:53 -0500
committer AJR <ajrhacker@users.noreply.github.com>2019-03-05 14:01:53 -0500
commit6b67495d92534dbba92142373503b4eabc56515a (patch)
treeca3229f1f85d73a3db625cba99ecd19ae1146731
parentc63cd721ffff3fa110cdc8579cbc1dbafd444603 (diff)
hpc: Notes (nw)
-rw-r--r--src/devices/cpu/hpc/hpc.cpp19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/devices/cpu/hpc/hpc.cpp b/src/devices/cpu/hpc/hpc.cpp
index 9d10ffbbbf9..399ca9164af 100644
--- a/src/devices/cpu/hpc/hpc.cpp
+++ b/src/devices/cpu/hpc/hpc.cpp
@@ -6,6 +6,25 @@
Currently this device is just a stub with no actual execution core.
+****************************************************************************
+
+ HPC feature options by part number
+
+ HPC16xxx Military temperature range (-55°C to +125°C)
+ HPC26xxx Automotive temperature range (-40°C to +105°C)
+ HPC36xxx Industrial temperature range (-40°C to +85°C)
+ HPC46xxx Commercial temperature range (0°C to +75°C)
+
+ HPCxx1xx 8-channel A/D converter
+ HPCxx0xx No A/D converter
+
+ HPCxxx6x 16k bytes of on-chip ROM
+ HPCxxx8x 8k bytes of on-chip ROM
+ HPCxxx0x No on-chip ROM
+
+ HPCxxxx4 512 bytes of on-chip RAM
+ HPCxxxx3 256 bytes of on-chip RAM
+
***************************************************************************/
#include "emu.h"