diff options
author | 2016-02-17 11:41:45 +0100 | |
---|---|---|
committer | 2016-02-17 11:41:45 +0100 | |
commit | 4d8d9095a1ec83c78683bebbe2d1c7a604479d0c (patch) | |
tree | dd47899bea5f2e61963e82da012f10f059d6f410 /scripts/src | |
parent | 32630f09aacaec2d9c3eaf384dd80f886f50c3ac (diff) | |
parent | 74371049b132e1068ea519beee4a645c78f04f98 (diff) |
Merge pull request #628 from fulivi/hp9845_dev
Hp9845: tape driver added [F. Ulivi]
Diffstat (limited to 'scripts/src')
-rw-r--r-- | scripts/src/machine.lua | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index 5a97d22d015..fbc923b3073 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -773,6 +773,18 @@ end --------------------------------------------------- -- +--@src/devices/machine/hp_taco.h,MACHINES["HP_TACO"] = true +--------------------------------------------------- + +if (MACHINES["HP_TACO"]~=null) then + files { + MAME_DIR .. "src/devices/machine/hp_taco.cpp", + MAME_DIR .. "src/devices/machine/hp_taco.h", + } +end + +--------------------------------------------------- +-- --@src/devices/machine/i2cmem.h,MACHINES["I2CMEM"] = true --------------------------------------------------- |