summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-04-21 01:17:23 -0400
committer AJR <ajrhacker@users.noreply.github.com>2019-04-21 01:17:29 -0400
commitadeeb001439e80da6df8abae50f348495ab92a51 (patch)
tree04cc6a4cddf617e138fed3d94191012060e9817c
parentd8b60d3dbb3af64df66f90b4094b5b8b255f0c68 (diff)
machine.lua: Fix copy/paste mistake (nw)
-rw-r--r--scripts/src/machine.lua2
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",