mirror of
https://github.com/holub/mame
synced 2025-04-19 15:11:37 +03:00
machine.lua: revert unwanted addition
This commit is contained in:
parent
4b9cef80f2
commit
eb3d3ccb50
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user