diff options
author | 2018-10-16 17:39:31 +0200 | |
---|---|---|
committer | 2018-10-16 17:39:31 +0200 | |
commit | 830c3203f5773e4097a1fc7a000e23243222bffc (patch) | |
tree | f7a4f0ae1985331952be999f014b01a70b7ca97b /scripts/target/mame/mess.lua | |
parent | c5df218215d2321423ea6227a5254921449804f3 (diff) |
hp9825: added DC100 tape drive
Diffstat (limited to 'scripts/target/mame/mess.lua')
-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 9ccb660642e..d0f914e1034 100644 --- a/scripts/target/mame/mess.lua +++ b/scripts/target/mame/mess.lua @@ -2235,6 +2235,8 @@ files { MAME_DIR .. "src/mame/machine/hp48.cpp", MAME_DIR .. "src/mame/machine/hp48_port.cpp", MAME_DIR .. "src/mame/machine/hp48_port.h", + MAME_DIR .. "src/mame/machine/hp9825_tape.cpp", + MAME_DIR .. "src/mame/machine/hp9825_tape.h", MAME_DIR .. "src/mame/machine/hp9845_printer.cpp", MAME_DIR .. "src/mame/machine/hp9845_printer.h", MAME_DIR .. "src/mame/video/hp48.cpp", |