diff options
author | 2023-04-05 18:30:07 +0700 | |
---|---|---|
committer | 2023-04-05 18:30:07 +0700 | |
commit | 7a0f090406342d1d403fa583d04262daf02a3a50 (patch) | |
tree | c6b4936532279069b4c7d3fe4b30796759d9074b /scripts/src/machine.lua | |
parent | 291e91b8548a48885fb39a6863db5818d5aacf72 (diff) |
mb89352: retire legacy scsi device
Diffstat (limited to 'scripts/src/machine.lua')
-rw-r--r-- | scripts/src/machine.lua | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index c125a69341e..9ae0f30f936 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -2204,18 +2204,6 @@ end --------------------------------------------------- -- ---@src/devices/machine/mb89352.h,MACHINES["MB89352"] = true ---------------------------------------------------- - -if (MACHINES["MB89352"]~=null) then - files { - MAME_DIR .. "src/devices/machine/mb89352.cpp", - MAME_DIR .. "src/devices/machine/mb89352.h", - } -end - ---------------------------------------------------- --- --@src/devices/machine/mb89371.h,MACHINES["MB89371"] = true --------------------------------------------------- |