Emulator of the HP 48GX, HP 49, and HP 40 (fork of https://www.hpcalc.org/details/4382) https://www.hpcalc.org/details/4382
Find a file
Gwenhael Le Moine c043a10f1e
cleaning
2024-09-18 14:57:47 +02:00
dist reduce usage of @PREFIX@ 2024-08-29 09:44:18 +02:00
docs-4.1.1.1 shuffle files around to organize things properly 2024-03-21 11:19:55 +01:00
libChf fix: @table @bullet => @itemize @bullet 2024-09-11 17:45:33 +02:00
manual quietly ignore cleaning non-existent files 2024-08-25 11:40:37 +02:00
src cleaning 2024-09-18 14:57:47 +02:00
.clang-format copy .clang-format from x48ng and format all the code 2024-03-26 13:36:50 +01:00
.gitignore gitignore++ 2024-09-11 18:18:17 +02:00
COPYING new README.md and GPLv3-or-later 2024-03-21 12:46:02 +01:00
LICENSE new README.md and GPLv3-or-later 2024-03-21 12:46:02 +01:00
Makefile libChf_r compiles without warning 2024-09-18 14:39:36 +02:00
README.md update README 2024-08-25 18:40:59 +02:00

Emulator of the HP 48GX, HP 49, and HP 40

Building

make

Installing

make install DESTDIR=/

Using

locally

./dist/run48.sh

when installed

saturn48gx

Post-fork changelog

  • replaced the build system with a basic Makefile
  • updated license from GPL2-or-later to GPL3-or-later
  • moved binaries and their dependencies under ./dist/
  • new helper scripts run48.sh and run49.sh
  • ROMs helper Makefile

Known bugs

  • I could get neither the 49 nor the 40 ROM running yet.

This is a fork of saturn v4.1.1.1 originally by Ivan Cibrario Bertolotti.

Original source are available at https://www.hpcalc.org/details/4382

Original documentation are kept in ./docs-4.1.1.1/ and ./manual/