Skip to content

v1.04

Compare
Choose a tag to compare
@breakintoprogram breakintoprogram released this 19 Apr 12:48
· 22 commits to main since this release
8bba3ec

Fixes

  • #3: CLS now clears the sprites
  • #10: SAVE and LOAD can now load BASIC code in text files
  • #13: Test sprites_2.bas no longer crashes after running sprites_5.bas
  • #16: Palette support
  • #17: REM statement no longer tokenises the comments
  • #18: Implemented OSBYTE &A0 to read sysvars
  • #20: POINT now returns the colour index in the palette, not the RGB value
  • #21: Implemented COLOUR l, p and COLOUR l, r, g, b
  • #25: Added real-time clock support
  • #26: Extended BBC BASIC to support setting of keyboard delay, rate, and LEDs
  • #27: ESC now works when outputting long listings
  • #31: MOS commands that try to access files freeze when launched from BASIC
  • #32: INKEY/INKEY$ now works as per BBC Micro
  • #33: Improved *BYE command
  • #40: Implemented #PTR and #EXT

Dependencies

  • MOS 1.03 and VDP 1.03