diff options
| author | 2026-01-05 01:08:09 +1100 | |
|---|---|---|
| committer | 2026-01-05 01:08:09 +1100 | |
| commit | ab83d06f56097333469af05a547855ded093b1cb (patch) | |
| tree | aa462372246084c65c438d5677648a3cfa1caa6d /scripts | |
| parent | d1aa401b414bcff7549cb223eb66517db6dab614 (diff) | |
Updated years to 2026 where appropriate.
Also bumped documentation version to 0.285 as it describes new
functionality not in 0.284, and removed ARM7 from the list of DRC CPUs
since its incomplete recompiler functionality was removed.
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/build/verinfo.py | 2 | ||||
| -rw-r--r-- | scripts/src/cpu.lua | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/verinfo.py b/scripts/build/verinfo.py index 68038b6251b..3bd67df724b 100644 --- a/scripts/build/verinfo.py +++ b/scripts/build/verinfo.py @@ -122,7 +122,7 @@ if __name__ == '__main__': original=options.executable, product=('MAME' if options.target == 'mame' else options.target), rdns=('org.mamedev.' + internal), - copyright='\u00a9 1997-2025 MAMEdev and contributors', + copyright='\u00a9 1997-2026 MAMEdev and contributors', winfileflags=('0x0L' if verbuild == '0' else 'VS_FF_PRERELEASE'), resources=(options.resources or 'mame.rc')) diff --git a/scripts/src/cpu.lua b/scripts/src/cpu.lua index 422ff668a7d..d80bca94e84 100644 --- a/scripts/src/cpu.lua +++ b/scripts/src/cpu.lua @@ -13,7 +13,7 @@ -- Dynamic recompiler objects -------------------------------------------------- -DRC_CPUS = { "E1", "SH", "MIPS3", "POWERPC", "ARM7", "ADSP21062", "MB86235", "DSP16", "UNSP", "SWP30" } +DRC_CPUS = { "E1", "SH", "MIPS3", "POWERPC", "ADSP21062", "MB86235", "DSP16", "UNSP", "SWP30" } CPU_INCLUDE_DRC = false for i, v in ipairs(DRC_CPUS) do if (CPUS[v]~=null) then |
