diff options
author | 2021-03-02 19:49:41 +0100 | |
---|---|---|
committer | 2021-03-02 19:49:53 +0100 | |
commit | 323250bbee0b0cab43ccc4f698346e43f2a63074 (patch) | |
tree | 34b1bfc432a8d21fc43819e11f8106ac6ccf7718 /scripts/src | |
parent | 413899f7670739950907f5a6f291fe494ba61e83 (diff) |
mastmind: shuffle around bit/byte ordering, disasm looks better now
Diffstat (limited to 'scripts/src')
-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", |