Skip to content

Releases: chrisgleissner/c64forge

Release list

1.1.1-f1

Choose a tag to compare

@chrisgleissner chrisgleissner released this 22 Apr 22:03

What’s Changed

Tooling

  • Introduced ./forge as a unified entrypoint for building, patching, and deploying firmware across supported device targets.
  • Establishes a layered workspace model with:
    • pinned upstream sources
    • tracked patch overlays
    • optional private overlays

Upstream Composition

  • Built on:
    • Spiffy Patch 1.1.0s2
    • 1541ultimate firmware (selectively integrated changes)

Integrated Improvements

The following improvements from 1541ultimate are incorporated:

  • Improved FTP and Telnet resiliency
  • Increased FTP throughput
  • Added support for USB HID reporting keyboards and mice
  • Added support for Micromys mouse wheel protocol (used by GUI64)

Notes

  • This release is not a rebase. It is produced via a layered composition model combining upstream sources with local overlays.
  • Upstream repositories remain intact and pinned; all modifications are applied through the patch layer.
  • Behavior is expected to be compatible with the Spiffy Patch baseline, with incremental improvements in I/O and input handling.

Full Changelog

https://github.com/chrisgleissner/c64forge/commits/1.1.1-f1