mirror of
https://github.com/holub/mame
synced 2025-04-21 07:52:35 +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
|
||||
---------------------------------------------------
|
||||
|
||||
if (MACHINES["I8214"]~=null) then
|
||||
if (MACHINES["I82355"]~=null) then
|
||||
files {
|
||||
MAME_DIR .. "src/devices/machine/i82355.cpp",
|
||||
MAME_DIR .. "src/devices/machine/i82355.h",
|
||||
|
Loading…
Reference in New Issue
Block a user