machine.lua: revert unwanted addition

This commit is contained in:
Patrick Mackinlay 2020-09-17 19:09:37 +07:00
parent 4b9cef80f2
commit eb3d3ccb50

View File

@ -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