diff options
Diffstat (limited to 'scripts/src/machine.lua')
-rw-r--r-- | scripts/src/machine.lua | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index f0c97c133dc..538b8ccbc22 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -4624,10 +4624,10 @@ if (MACHINES["APPLE_FDINTF"]~=null) then end --------------------------------------------------- - -- - --@src/devices/machine/iwm.h,MACHINES["IWM"] = true - --------------------------------------------------- - if (MACHINES["IWM"]~=null) then +-- +--@src/devices/machine/iwm.h,MACHINES["IWM"] = true +--------------------------------------------------- +if (MACHINES["IWM"]~=null) then files { MAME_DIR .. "src/devices/machine/iwm.cpp", MAME_DIR .. "src/devices/machine/iwm.h", |