Skip to content

Version 0.6.0

Compare
Choose a tag to compare
@ry755 ry755 released this 27 Dec 02:47
· 62 commits to main since this release
  • Contains embedded fox32rom version 0.6.0. Previous versions of fox32rom are not compatible due to interrupt changes.

Changelog:

  • Full rewrite in C! Huge thanks to @luavixen for rewriting the CPU implementation.
    • Massively improved performance!
    • Better interrupt handling, interrupt vector is pushed to the stack when an interrupt occurs.
    • imul, idiv, and irem instructions added, pow instruction removed.
    • Drag and drop a file onto the display to mount it as a disk.
    • This C rewrite currently does not support audio output. The audio system will be reworked in future versions.