Releases: FoenixRetro/f256-superbasic
Beta 1 and Kernel Update
Moved BASIC into update, and latest Kernel fixes.
New Kernel / Code Complete
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 /
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
New version of Kernel (5 blocks) with bugs fixed.
5 page kernel release DO NOT USE
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
Almost entirely cosmetic.
Added Jason's runner/viewer app.
Also fix odd behaviour on SAVE.
Alpha 34 - SDCard release
Minor tweaks, re-released for Kernel update.
Alpha 33
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.
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.