diff options
| author | 2021-01-12 13:29:30 +0100 | |
|---|---|---|
| committer | 2021-01-12 23:29:30 +1100 | |
| commit | fad7c9e0beb50f6c96da9ea8f93082bc349a25c2 (patch) | |
| tree | 172a75715375b6627303798660004fd80dd2a75d /scripts | |
| parent | ba587a777c41837c8aa9f2a2e8c1fc27b4616623 (diff) | |
hp2640.cpp: Added tape emulation. (#7625)
* formats/hti_tape.cpp: Added support for Manchester encoded DC100 cassettes.
* machine/hp2640_tape.cpp: added emulation of DC100 tape drives.
* machine/hp_dc100_tape.cpp: Added unit name display.
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/target/mame/mess.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua index f4d9214f320..aac794dddcc 100644 --- a/scripts/target/mame/mess.lua +++ b/scripts/target/mame/mess.lua @@ -2601,6 +2601,8 @@ files { MAME_DIR .. "src/mame/drivers/hp2100.cpp", MAME_DIR .. "src/mame/drivers/hp2620.cpp", MAME_DIR .. "src/mame/drivers/hp700.cpp", + MAME_DIR .. "src/mame/machine/hp2640_tape.cpp", + MAME_DIR .. "src/mame/machine/hp2640_tape.h", MAME_DIR .. "src/mame/drivers/hp2640.cpp", MAME_DIR .. "src/mame/drivers/hp95lx.cpp", MAME_DIR .. "src/mame/drivers/hp9825.cpp", |
