Skip to content

Releases: gwenhael-le-moine/saturnng

v5.4.0

09 Oct 13:32
5714377
Compare
Choose a tag to compare

Embed lua to load configuration file

  • add --print-config option to output config to stdout
  • config file name is config.lua and is look for under --state-dir (default: $XDG_CONFIG_DIR/saturnMODEL/)
  • wrapper scripts will automatically create config file if needed
  • lua version is configurable at build time by passing LUA_VERSION=XX to make. XX is lua by default but for example can be luajit
  • command-line option have higher priority over config file

Full Changelog: 5.3.2...5.4.0

v5.3.2

07 Oct 06:56
76e7357
Compare
Choose a tag to compare

almost nothing

Full Changelog: 5.3.1...5.3.2

v5.3.1

06 Oct 17:18
b91cf67
Compare
Choose a tag to compare

Couldn't help but tweak face-plates some more, also add screenshots.

v5.3.0

06 Oct 10:18
c4f12bb
Compare
Choose a tag to compare

Lots of tweaking GUI, including an almost-there brand now 49Gx face-plate.

  • saturn49g is in fact now fully operational with latest ROM 2.15!
  • added option --black-lcd for high contrast display
  • much behind the scene code fiddling

Full Changelog: 5.1.0...5.3.0

v5.1.0

26 Sep 18:47
8197df2
Compare
Choose a tag to compare

First public official release of my fork of "saturn - A poor-man's emulator of some HP calculators" by Ivan Cibrario Bertolotti

In the same spirit as x48ng I have

  • changed the build to a Makefile
  • replaced the UI by a new sdl2/ncurses one based on what I did for x48ng
  • replaced argv parsing with a getopt_long based one (no config file (yet?))

It's still buggy here and there, HP 49g or 40g isn't working at the moment (and there's almost no UI for them yet), but I'm happy I made it work!