summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/machine.lua
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2021-03-02 19:49:41 +0100
committer hap <happppp@users.noreply.github.com>2021-03-02 19:49:53 +0100
commit323250bbee0b0cab43ccc4f698346e43f2a63074 (patch)
tree34b1bfc432a8d21fc43819e11f8106ac6ccf7718 /scripts/src/machine.lua
parent413899f7670739950907f5a6f291fe494ba61e83 (diff)
mastmind: shuffle around bit/byte ordering, disasm looks better now
Diffstat (limited to 'scripts/src/machine.lua')
-rw-r--r--scripts/src/machine.lua8
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",