diff options
author | 2023-07-25 20:32:21 +0200 | |
---|---|---|
committer | 2023-07-25 21:39:51 +0200 | |
commit | 5a84d5568e758d2000f1730b1aa32e4494b27fb5 (patch) | |
tree | 3cc6c3813c225fc000e8b70f8f0b01a2b05681bb /scripts/src | |
parent | e51d95f08c2cffcf7482b3c36ca1672cc5948c77 (diff) |
6532riot: remove unused device
Diffstat (limited to 'scripts/src')
-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 e6397bfc8dc..666a2400a86 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -341,18 +341,6 @@ end --------------------------------------------------- -- ---@src/devices/machine/6532riot.h,MACHINES["RIOT6532"] = true ---------------------------------------------------- - -if (MACHINES["RIOT6532"]~=null) then - files { - MAME_DIR .. "src/devices/machine/6532riot.cpp", - MAME_DIR .. "src/devices/machine/6532riot.h", - } -end - ---------------------------------------------------- --- --@src/devices/machine/6821pia.h,MACHINES["6821PIA"] = true --------------------------------------------------- |