diff options
author | 2020-09-17 19:09:37 +0700 | |
---|---|---|
committer | 2020-09-17 19:09:37 +0700 | |
commit | eb3d3ccb502307a4d2cd8f4995cb3cc599d49cc8 (patch) | |
tree | 63048180f06e3acf06e0ba770ec68ab91687c217 /scripts | |
parent | 4b9cef80f2de39c3812fe541ff048eee34a3d4cf (diff) |
machine.lua: revert unwanted addition
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/src/machine.lua | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index 8d44ebae464..600c22f2746 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -4546,14 +4546,3 @@ if (MACHINES["ALPHA_8921"]~=null) then MAME_DIR .. "src/devices/machine/alpha_8921.h", } end - ---------------------------------------------------- --- ---@src/devices/machine/ns32202.h,MACHINES["NS32202"] = true ---------------------------------------------------- -if (MACHINES["NS32202"]~=null) then - files { - MAME_DIR .. "src/devices/machine/ns32202.cpp", - MAME_DIR .. "src/devices/machine/ns32202.h", - } -end |