Skip to content

Releases: FoenixRetro/f256-superbasic

Beta 1 and Kernel Update

08 Mar 17:31
Compare
Choose a tag to compare

Moved BASIC into update, and latest Kernel fixes.

New Kernel / Code Complete

01 Mar 07:29
Compare
Choose a tag to compare

This release incorporates Gadget's latest kernel work and is also largely code complete, with a complete reference manual. Also, the structure of sprites has changed internally.

Added tiles and /

25 Feb 14:30
Compare
Choose a tag to compare

The tile manipulation in BASIC now works, using the exciting command TILES TILE and TILE().
Also DOS has been removed, you can now /dos from the command line instead, but you will in the future be able to /anything in flash.

Updated 37 with bug fixes

23 Feb 10:10
Compare
Choose a tag to compare

New version of Kernel (5 blocks) with bugs fixed.

5 page kernel release DO NOT USE

22 Feb 09:59
Compare
Choose a tag to compare

Interim update for Gadget's 5 page kernel ; Tile functionality partly implemented in GFX Library.

Note: Do not upload this, or replace it with r36, as this seems to break SDCard access.

Fixed boot logo

18 Feb 15:45
Compare
Choose a tag to compare

Almost entirely cosmetic.

Added Jason's runner/viewer app.

16 Feb 13:55
Compare
Choose a tag to compare

Also fix odd behaviour on SAVE.

Alpha 34 - SDCard release

14 Feb 08:51
Compare
Choose a tag to compare

Minor tweaks, re-released for Kernel update.

Alpha 33

11 Feb 10:55
Compare
Choose a tag to compare
CHG: CLEAR is no longer a seperate command (variables are still cleared etc on run and so on.)
CHG: XLOAD and XGO now check the line numbers are in order as they do an append not a normal edit
	 (using normal edit doubles the load time)
CHG: OpenStructure error no longer displays weird line number.
CHG: BSave and BLoad functionality now in their own subroutines for being trappable.
CHG: EXTInputLine is now in the main code area.
BUG: Sound queue not processed on keyboard input in various forms.
BUG: Fixed Mouse negatives counting.
CHG: MOUSE command changed to MDELTA, added new MOUSE command.
CHG: Added TRY for BLOAD/BSAVE

I/O events properly handled.

28 Jan 14:42
Compare
Choose a tag to compare
CHG: A fair amount of rearrangement of source.
CHG: Removed two input entry types, everything now uses the standard queue.
CHG: Added state table for raw keys, accessible by KEYDOWN()
CHG: Joystick functions now are emulated by ZXKML in hardware, so you don't need a physical joystick.
CHG: Latest FPGA load.
CHG: Removed Micah Font update from BASIC 
CHG: Basic now loads at $34000 in emulator (make room for extra page)	
CHG: Basic ROM is now 32k to fit the headers.
CHG: Prompt should now display appropriately for Junior/Header.
CHG: Added MOUSE command.