machine.lua: Fix copy/paste mistake (nw)

This commit is contained in:
AJR 2019-04-21 01:17:23 -04:00
parent d8b60d3dbb
commit adeeb00143

View File

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