diff options
| author | 2025-10-26 03:26:21 +1100 | |
|---|---|---|
| committer | 2025-10-26 03:26:21 +1100 | |
| commit | ae78e07ff054248eff02cec235b6748796cf5dda (patch) | |
| tree | da77a98d9732f49d7dc3e3bc9953ffe2e40923e7 /scripts | |
| parent | 9f3766ce2716b33be12c61683d4f32db81faf678 (diff) | |
srcclean and tidy
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/src/lib.lua | 2 | ||||
| -rw-r--r-- | scripts/src/machine.lua | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/src/lib.lua b/scripts/src/lib.lua index c2680722a81..81c6fc7a3c3 100644 --- a/scripts/src/lib.lua +++ b/scripts/src/lib.lua @@ -35,7 +35,7 @@ end files { MAME_DIR .. "src/lib/util/abi.h", MAME_DIR .. "src/lib/util/aes256cbc.cpp", - MAME_DIR .. "src/lib/util/aes256cbc.h", + MAME_DIR .. "src/lib/util/aes256cbc.h", MAME_DIR .. "src/lib/util/avhuff.cpp", MAME_DIR .. "src/lib/util/avhuff.h", MAME_DIR .. "src/lib/util/aviio.cpp", diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index 768d154a47a..6cd94ba9292 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -3474,7 +3474,7 @@ if (MACHINES["SPG2XX"]~=null) then MAME_DIR .. "src/devices/machine/generalplus_gpl162xx_soc.cpp", MAME_DIR .. "src/devices/machine/generalplus_gpl162xx_soc.h", MAME_DIR .. "src/devices/machine/generalplus_gpl1625x_soc.cpp", - MAME_DIR .. "src/devices/machine/generalplus_gpl1625x_soc.h", + MAME_DIR .. "src/devices/machine/generalplus_gpl1625x_soc.h", MAME_DIR .. "src/devices/machine/generalplus_gpl162xx_soc_video.cpp", MAME_DIR .. "src/devices/machine/generalplus_gpl162xx_soc_video.h", MAME_DIR .. "src/devices/machine/generalplus_gpl951xx_soc.cpp", |
