diff options
| author | 2018-10-07 17:35:33 +0200 | |
|---|---|---|
| committer | 2018-10-07 11:35:33 -0400 | |
| commit | 7fdb72d7a2c02e65efc7ea9faa8924385de42ec0 (patch) | |
| tree | 81c3a0b1533ecbc487a0983bc114eea93c5d502a /scripts | |
| parent | e1a3c9fbeae7ee25ca82985d97226687d0965ec8 (diff) | |
HP9825 emulation added (#4018)
* hphybrid: major overhaul to add the 09825-67907 variant
* hphybrid: adapted hp64k & hp9845 to revised hphybrid CPUs
* hp9825: first release of HP9825B emulator
* hphybrid: added 09825-67907 to unidasm
* hp9825: improved appearance of blinking cursor
* hphybrid: minor changes
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/target/mame/mess.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua index ccc964417d6..0616e9af48b 100644 --- a/scripts/target/mame/mess.lua +++ b/scripts/target/mame/mess.lua @@ -2246,6 +2246,7 @@ files { MAME_DIR .. "src/mame/drivers/hp2620.cpp", MAME_DIR .. "src/mame/drivers/hp700.cpp", MAME_DIR .. "src/mame/drivers/hp2640.cpp", + MAME_DIR .. "src/mame/drivers/hp9825.cpp", } createMESSProjects(_target, _subtarget, "hec2hrp") |
