Skip to content

Releases: a2stuff/prodos-drivers

v1.8

01 Feb 04:28
Compare
Choose a tag to compare

Adds SETUP.SYSTEM and .SETUP files, and documents that alternate approach.

v1.7

08 Dec 04:30
Compare
Choose a tag to compare
  • "Jumbo" clock driver CLOCK.SYSTEM (includes all other clock drivers)
    • Include success logging
    • Patch ThunderClock driver for 2023-2028
  • The Cricket! clock driver CRICKET.SYSTEM
    • Prevent hang probing for The Cricket! in MAME on IIc/IIc+
    • Fix SSC reset for Laser 128EX
    • fix hang on Total Replay (c/o @frankmilliron)
    • further refinements to 'SSC init' (c/o @frankmilliron)
    • Issue "Reset Cricket" sequence when detecting
    • Reset SSC ACIA before probing/setting
    • Add unified SET.DATETIME util
    • Improve detection on ROM4 //c (c/o @frankmilliron)
  • No-Slot Clock driver NS.CLOCK.SYSTEM
    • Hit PTRIG to slow ZIP/IIc+ accelerator before reading
    • Incorporate @bobbimanners Ultrawarp bug workaround
    • Add SET.DATETIME utility
    • Probe for Z80 card before probing for NSC to avoid hang
  • Add ZIPCHIP.SYSTEM
    • Detects a ZIP CHIP and, if present, configures it to slow down for speaker access, leaving the other settings alone.

v1.6

30 Nov 02:40
Compare
Choose a tag to compare
  • FujiNet Clock Driver: Fix search continuation during install
  • Add "jumbo" clock driver, an amalgamation of the others

v1.5

16 Nov 04:39
Compare
Choose a tag to compare
  • Add driver for the Fujinet Clock c/o @ivanizag
  • BuhBye: Cycle through volumes after the boot volume more intuitively
  • BuhBye: Clear keyboard strobe on launch
  • ROMX Clock Driver: Ensure bank is restored if detection fails c/o @apple2geek
  • ROMX Clock Driver: Align with 0.95 c/o Jeff Mazur
  • Add ME.FIRST.SYSTEM - moves the current volume to the end of DEVLST
  • Add IIgs/VidHD text mode color themes (set the color of the text, background, and border) c/o @chrisparana

v1.4

07 Dec 04:48
Compare
Choose a tag to compare

Changes:

  • Add ROMX RTC driver, c/o Jeff Mazur. This is a modified version of the ROMX Real-Time Clock driver to improve compatibility with ProDOS applications that use page 2.
  • BUHBYE: Compatibility fixes for Franklin ACE 2000 and ACE 500.
  • Fix auto-launching quit handler, c/o @rharke

v1.3

10 Sep 15:18
Compare
Choose a tag to compare

General changes:

  • When chaining, if no next .SYSTEM file is found, just invoke QUIT rather than showing an error. This makes QUIT.SYSTEM optional if you don't want to terminate the chain arbitrarily.
  • Installers now log to the bottom of the screen and scroll, instead of clearing it.

Driver-specific changes:

  • Fix off-by-one in DCLOCK installer, preventing the driver from working.
  • Added PAUSE.SYSTEM which just introduces a delay before the next driver.

v1.2

23 Jul 15:57
Compare
Choose a tag to compare
Workflow: deploy on tag