Releases: gwenhael-le-moine/saturnng
Releases · gwenhael-le-moine/saturnng
v5.4.0
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
almost nothing
Full Changelog: 5.3.1...5.3.2
v5.3.1
Couldn't help but tweak face-plates some more, also add screenshots.
v5.3.0
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
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!