mirror of
https://github.com/holub/mame
synced 2025-07-01 08:18:59 +03:00
machine.lua: Fix copy/paste mistake (nw)
This commit is contained in:
parent
d8b60d3dbb
commit
adeeb00143
@ -1222,7 +1222,7 @@ end
|
|||||||
--@src/devices/machine/i82355.h,MACHINES["I82355"] = true
|
--@src/devices/machine/i82355.h,MACHINES["I82355"] = true
|
||||||
---------------------------------------------------
|
---------------------------------------------------
|
||||||
|
|
||||||
if (MACHINES["I8214"]~=null) then
|
if (MACHINES["I82355"]~=null) then
|
||||||
files {
|
files {
|
||||||
MAME_DIR .. "src/devices/machine/i82355.cpp",
|
MAME_DIR .. "src/devices/machine/i82355.cpp",
|
||||||
MAME_DIR .. "src/devices/machine/i82355.h",
|
MAME_DIR .. "src/devices/machine/i82355.h",
|
||||||
|
Loading…
Reference in New Issue
Block a user