# Atari Archive installation Upstream: https://github.com/AnimaInCorpore/A8E Commit: 17f812eee59e2fc2335c27d67ac1e4321a4d7241 Installed: 2026-09-05 The browser source is included here under the upstream GPL-2.0 license. Local changes: ROM URLs point to the site's roms/os and roms/basic directories; Option on Start defaults off for BASIC; dependencies are served locally; Google Fonts imports removed; archive-theme.css adds archive colors; ROM loading status is displayed in the toolbar. ROM files are separate user-provided assets and are not covered by this license. Third-party dependencies: Font Awesome Free 6.5.1 (see deps/fontawesome/LICENSE.txt) and fflate 0.8.2 (see deps/fflate-LICENSE). The worker state handler updates ROM readiness before notifying UI listeners, preventing stale readiness from leaving Play disabled after ROM loading. The credits tooltip is constrained on narrow screens. Cold reset sets the Atari OS COLDST flag ($0244) so newly mounted media boots and Option on Start is applied, instead of returning to a warm BASIC session. The default text-mode palette entries $94/$95 use Atari Archive blue (#123a9e), and $9A/$9B use white for legible BASIC text. This display palette preference also applies when other programs use those color entries; emulated color registers are unchanged. The area around the display uses warm beige (#ddd1b9).