diff options
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", |