Skip to content

Fab Agon Emulator 0.9.77

Latest
Compare
Choose a tag to compare
@tomm tomm released this 18 Dec 22:15
· 3 commits to main since this release

Changes since 0.9.69:

  • Prevent writes to ROM (oops)
  • HostFS f_gets fix, to allow f_eof to work
  • Debugger improvements: accept multiple --breakpoint arguments, parsed as 0x, &, $ prefixed or h suffixed hexidecimal values.
  • Fixed spurious 'out of bounds memory access' error on debugger startup.
  • Fixed debugger responses lagging behind commands.
  • IO-space debug commands (set breakpoint, dump registers. See https://github.com/tomm/fab-agon-emulator?tab=readme-ov-file#debug-io-space)
  • Exit emulator on writes to IO zero, using value written as emulator exit code.
  • Fixed broken terminal cleanup on exit when using the debugger.
  • Build a agon-cli-emulator binary, which can be used headless (a pure terminal program)
  • Default to software renderer, as the hardware renderer was crashing on startup for some people.

Note that the "Source code (zip) and (tar.gz)" that GitHub generates does not include git submodules -- which makes it useless. Don't use those links. If you want to build from source, git clone this repo :)