diff options
author | 2019-04-21 01:17:23 -0400 | |
---|---|---|
committer | 2019-04-21 01:17:29 -0400 | |
commit | adeeb001439e80da6df8abae50f348495ab92a51 (patch) | |
tree | 04cc6a4cddf617e138fed3d94191012060e9817c /scripts/src/machine.lua | |
parent | d8b60d3dbb3af64df66f90b4094b5b8b255f0c68 (diff) |
machine.lua: Fix copy/paste mistake (nw)
Diffstat (limited to 'scripts/src/machine.lua')
-rw-r--r-- | scripts/src/machine.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index 323310c1707..8460d15c16d 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -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", |