diff options
author | 2019-08-24 11:30:14 +1000 | |
---|---|---|
committer | 2019-08-26 13:06:26 +1000 | |
commit | 5c53673c5e03c10bffa78a1c4346f528b263982c (patch) | |
tree | b87ff6b85cc2d951b98afe041ae7a87a427ab1e0 /scripts/src/machine.lua | |
parent | 790b0fc1c52061e976d9be0d7f587fe155fdf735 (diff) |
WD1000: new hard disk controller
Used by the SWTPC09 DMAF3 and it boots UniFLEX on a disk image, and
perhaps some other machines can leverage this.
Diffstat (limited to 'scripts/src/machine.lua')
-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 488b9a56ce4..78c5af10567 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -3109,6 +3109,18 @@ end --------------------------------------------------- -- +--@src/devices/machine/wd1000.h,MACHINES["WD1000"] = true +--------------------------------------------------- + +if (MACHINES["WD1000"]~=null) then + files { + MAME_DIR .. "src/devices/machine/wd1000.cpp", + MAME_DIR .. "src/devices/machine/wd1000.h", + } +end + +--------------------------------------------------- +-- --@src/devices/machine/wd1010.h,MACHINES["WD1010"] = true --------------------------------------------------- |