Skip to content

tsemachh/atari-arcade

Repository files navigation

Atari Arcade

Atari 800 XL game library for the browser (desktop + mobile PWA), powered by AltirraSDL — a WebAssembly port of Avery Lee's cycle-accurate Altirra emulator.

Layout

  • index.html — game picker (grid, search, PWA entry point)
  • games.json — game list; each entry maps a display name to a file in emu/library/
  • emu/AltirraSDL.{html,js,wasm,data} — prebuilt emulator (from the AltirraSDL nightly release, AltirraSDL-*-wasm.zip)
  • emu/config.json — same-origin firmware bundle + "⬅ Games" back-link
  • emu/library/ — the .atr disk images; launched via ?lib=<file>
  • firmware.zip — Atari OS/BASIC ROMs, fetched automatically on first run
  • sw.js, manifest.webmanifest, icons/ — PWA install + offline cache
  • .github/workflows/deploy-pages.yml — GitHub Pages deploy with cache-bust and deploy-time stamping

Adding a game

  1. Drop the .atr (or .xex/.car/.cas) into emu/library/
  2. Add { "name": "Game Name", "file": "GameFile.atr" } to games.json
  3. Commit + push — the deploy workflow does the rest

Updating the emulator

Download the latest AltirraSDL-*-wasm.zip from the nightly release and replace the four AltirraSDL.* files in emu/.

Deploy

Pushes to main deploy automatically via GitHub Pages (Settings → Pages → Source: GitHub Actions). The picker footer shows the exact deploy time and commit, and the service worker cache is busted on every deploy.

License / attribution

The emulator under emu/ is AltirraSDL by Jakub Dębski, a portable fork of Altirra by Avery Lee, licensed GPLv2 (see emu/LICENSE). The vendored bundle is the upstream nightly built from commit a856e6aa; its corresponding source is the upstream repository at that commit. Our modifications to the emulator's host page (the ARCADE-PATCH block injected into emu/index.html, source in scripts/emu-autofullscreen.snippet.html) are published in this repository under the same GPLv2 terms.

Everything else in this repository (picker, service worker, scripts) is separate from the emulator and not covered by the GPL. Game images under emu/library/ are the property of their respective copyright holders, preserved via Homesoft.

Local patches to the emulator shell

emu/index.html carries a small "ARCADE-PATCH" block (auto-fullscreen: hides the top bar under display-mode: fullscreen, and ?fs=1 makes the first tap enter fullscreen). After replacing the AltirraSDL bundle files, re-apply it with:

./scripts/patch-emu.sh

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors