Tags

Tags give the ability to mark specific points in history as being important
  • 1.0.1

    FlashFS 1.0.1
    
    Release tooling and process documentation
    
    - Add bump-version.sh: derives the ROM version from a tag's MAJOR.MINOR (patch ignored) and rewrites flash-fs.6502
    - AGENTS.md: release procedure now requires the version bump to be committed and pushed before the tag
    - No ROM code changes; ROM version stays 1.00 (1.0.x shares major.minor)
  • 1.0.0

    FlashFS 1.0.0
    
    FAT16 SD card sideways ROM for the BBC Micro
    
    - SD (MMFS-compatible User Port) access over bit-banged SPI, FAT16 superfloppy or MBR-partitioned cards
    - *MOUNT [n] / *UNMOUNT, *CAT, *INFO, *DIR / *LIB, *PART (MBR), *FORM (quick FAT16)
    - Read-only filing vectors: OSFIND OPENIN/close, OSBGET, OSGBPB block read, OSFILE load/info, OSARGS PTR/EXT/EOF
    - FAT12 and FAT32 rejected at *MOUNT with clear messages
    - jsbeeb integration suite (hardware-level SPI emulation): 11 suites, all passing
    - CI `test` stage running the suite on master/tags