diff options
author | 2018-07-14 18:07:34 -0400 | |
---|---|---|
committer | 2018-07-14 18:15:42 -0400 | |
commit | 47a460a35a94cb88c1e3647a6a1b2bb11decde77 (patch) | |
tree | b83dde505d453e3fe40b3dfda27724223c491446 /scripts/src | |
parent | 13c73b2c5bce90d507c7f049b219aba563d7f523 (diff) |
New skeleton device: Western Digital WD1007A ESDI hard disk controller [Al Kossow]
Diffstat (limited to 'scripts/src')
-rw-r--r-- | scripts/src/bus.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua index f3133cb94d5..869a6d1b639 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -1117,6 +1117,8 @@ if (BUSES["ISA"]~=null) then MAME_DIR .. "src/devices/bus/isa/aha1542.h", MAME_DIR .. "src/devices/bus/isa/wd1002a_wx1.cpp", MAME_DIR .. "src/devices/bus/isa/wd1002a_wx1.h", + MAME_DIR .. "src/devices/bus/isa/wd1007a.cpp", + MAME_DIR .. "src/devices/bus/isa/wd1007a.h", MAME_DIR .. "src/devices/bus/isa/dectalk.cpp", MAME_DIR .. "src/devices/bus/isa/dectalk.h", MAME_DIR .. "src/devices/bus/isa/pds.cpp", |