diff options
author | 2016-01-11 13:26:13 +0100 | |
---|---|---|
committer | 2016-02-17 10:12:38 +0100 | |
commit | 408c6351cf0b34d2d1ab518451d1239429c08cee (patch) | |
tree | 81bb29cd700916f68cf20f293b3b0e703718538c /scripts/src | |
parent | 11f82be5400b274bc624b520f045dbc573182fe8 (diff) |
hp9845: initial version of HP TACO driver (only basic tape movement is working)
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 --------------------------------------------------- |