diff options
| author | 2019-01-22 22:20:54 +0100 | |
|---|---|---|
| committer | 2019-01-22 22:20:54 +0100 | |
| commit | 9ef08696cc5e709af1bf66d44ae472cd80449484 (patch) | |
| tree | 8b3c1c7e03b0eea1d3ebc7fb1af046a4e62db676 /scripts/src | |
| parent | f7bec53c14051e01b2f8bc205d6d5e0da687d77d (diff) | |
wd33c9x: Convert the remaining drivers, kill the old driver [O. Galibert]
Diffstat (limited to 'scripts/src')
| -rw-r--r-- | scripts/src/machine.lua | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index 14a2050c3a5..351c47a9232 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -2938,19 +2938,6 @@ end --------------------------------------------------- -- ---@src/devices/machine/wd33c93.h,MACHINES["WD33C93"] = true ---------------------------------------------------- - -if (MACHINES["WD33C93"]~=null) then - MACHINES["SCSI"] = true - files { - MAME_DIR .. "src/devices/machine/wd33c93.cpp", - MAME_DIR .. "src/devices/machine/wd33c93.h", - } -end - ---------------------------------------------------- --- --@src/devices/machine/wd33c9x.h,MACHINES["WD33C9X"] = true --------------------------------------------------- |
