Skip to content

Releases: SvOlli/sorbus

release_2024-01-09

09 Jan 22:13
Compare
Choose a tag to compare

Native: added Tali Forth 2 and a program loader for custom executables call "SX4": Sorbus eXecutable $0400. Those will be loaded to $0400 and run with JMP $0400. Small updates to CP/M 65 and OSI BASIC as well.

release_2024-01-05

06 Jan 01:37
Compare
Choose a tag to compare
native: improved BASIC and added VT100 calls

- VT100 calls added for a few useful functions
- BASIC can detect width automatically, no need to ask
- BASIC can now handle variable names with lowercase characters
- Reset menu now suggests BASIC
- CP/M now uses correct memory area up to $D000 (instead of $C000)

Signed-off-by: Sven Oliver Moll <svolli@svolli.de>

release_2023-12-27

28 Dec 11:15
Compare
Choose a tag to compare
native: renamed "full" variant to "picotool"

It looks like then uploading to combined image using the BOOT button and
file copy, it'll only upload the ELF part. Only picotool transfers the
full file. So the image has been renamed to "picotool" to make this as
obvious as possible. Documentation also update to make this clear.

Signed-off-by: Sven Oliver Moll <svolli@svolli.de>

release_2023-12-26

26 Dec 10:08
Compare
Choose a tag to compare
native: firmware has version string to read from TRAP register

- reading from TRAP register now contains a version string
- example code how to read is in kernel (press I in startup menu)

Signed-off-by: Sven Oliver Moll <svolli@svolli.de>

release_2023-07-19

19 Dec 23:55
Compare
Choose a tag to compare

This one features now a somewhat stable alpha version of the "native" core. Capable of running:

  • port of WozMon
  • port of TIM (Terminal Interface Monitor) of the MOS 6530-004
  • CP/M 65 by David Given (https://github.com/davidgiven/cpm65/)
  • all selectable using a simple boot menu (if nothing is shown, just press space to print it again)

release_2023-11-25

25 Nov 15:59
Compare
Choose a tag to compare
First version with native core

release_20230821

21 Aug 10:25
Compare
Choose a tag to compare
ugfix needs release

release_2023-08-11

11 Aug 18:59
Compare
Choose a tag to compare
some minor updates still worth of a release

release_2023-07-28

27 Jul 22:59
Compare
Choose a tag to compare
house keeping

- improved build process for building releases on github
- added schematics on request
- also added Apple 1 "demo" for Evoke party

Signed-off-by: Sven Oliver Moll <svolli@svolli.de>