diff --git a/assets/aros/README.md b/assets/aros/README.md index 32ca74f..e1bd712 100644 --- a/assets/aros/README.md +++ b/assets/aros/README.md @@ -17,13 +17,17 @@ The two halves are consumed exactly as WinUAE and FS-UAE take them. ## Provenance -Built from source on 2026-07-21 from AROS upstream master -(https://github.com/aros-development-team/AROS) at commit 8c21e46f51. +Built from source on 2026-07-23 from AROS upstream master +(https://github.com/aros-development-team/AROS) at commit 3d4928c6d4. Master includes the boot-time optimizations of pull request 829 (https://github.com/aros-development-team/AROS/pull/829: single-pass romtag scan, fast memory clearing, blitter-drawn boot animation), which cut the m68k boot to the insert-disk screen from roughly 25-30 s to under 10 s -and shorten every AROS-booted golden probe run in CI (tests/probe_golden.rs). +and shorten every AROS-booted golden probe run in CI (tests/probe_golden.rs), +plus the boot-animation rendering fix of pull request 848 +(https://github.com/aros-development-team/AROS/pull/848: reverts an unsafe +OCS rollover display change in the amigavideo driver) and the m68k +Workbench/console rendering speedups of pull request 844. Build recipe (Linux, or a Linux container; the AROS crosstools do not build cleanly on macOS): diff --git a/assets/aros/aros-amiga-m68k-ext.bin b/assets/aros/aros-amiga-m68k-ext.bin index a32676d..c32da29 100644 Binary files a/assets/aros/aros-amiga-m68k-ext.bin and b/assets/aros/aros-amiga-m68k-ext.bin differ diff --git a/assets/aros/aros-amiga-m68k-rom.bin b/assets/aros/aros-amiga-m68k-rom.bin index 395dd77..86be703 100644 Binary files a/assets/aros/aros-amiga-m68k-rom.bin and b/assets/aros/aros-amiga-m68k-rom.bin differ diff --git a/timing-test/golden/bltprobe-pace.png b/timing-test/golden/bltprobe-pace.png index f4c5ea1..0b627cc 100644 Binary files a/timing-test/golden/bltprobe-pace.png and b/timing-test/golden/bltprobe-pace.png differ diff --git a/timing-test/golden/timing-test.png b/timing-test/golden/timing-test.png index dd4c9f0..a6243cc 100644 Binary files a/timing-test/golden/timing-test.png and b/timing-test/golden/timing-test.png differ