summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/mess.flt
diff options
context:
space:
mode:
author fulivi <fulivi@users.noreply.github.com>2017-07-08 11:31:42 +0200
committer Vas Crabb <cuavas@users.noreply.github.com>2017-07-08 19:31:42 +1000
commit5201a7f6bf1baf7e697b46b1292faaed5d850992 (patch)
tree0748d90f27b6e77f2479416dd9f843241258d841 /src/mame/mess.flt
parent8b542ca5bd4127784ccce7f6f85b69c72b39f959 (diff)
Begin of HP80 emulation (#2448)
What works: * HP85A machine with 16K of RAM * Capricorn CPU works * Keyboard works (with minor issues) * CRT text / graphics modes work (correct speed is not emulated yet so service ROM complaints) * BASIC is usable What is missing (and I'll have hopefully working soon): * HW timers * Beeper * Integral printer * DC100 cassette drive * Extension ROMs * I/O modules (especially the HPIB interface so that we can hook up floppy drives) * Other models in the family (e.g. HP86)
Diffstat (limited to 'src/mame/mess.flt')
-rw-r--r--src/mame/mess.flt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/mess.flt b/src/mame/mess.flt
index 187db5a91bd..1a6f3bd14d1 100644
--- a/src/mame/mess.flt
+++ b/src/mame/mess.flt
@@ -256,6 +256,7 @@ hp9k.cpp
hp9k_3xx.cpp
hprot1.cpp
hpz80unk.cpp
+hp80.cpp
ht68k.cpp
huebler.cpp
hunter2.cpp