Emulating a HP38 calc with saturn

What I need

Here is what you need

Let's go

Just untar the saturn archive as usual:
$ mkdir saturn_src
$ cd saturn_src
$ tar -xfz saturnv4111src.tar.gz
$ xmkmf
$ make

Notes:

Now, replace the old Saturn.ad file with the one you've just downloaded.

You can then run the emulator with something like that:
./run_saturn -reset -rom rom.38 -face hp38 -hw hp48

Notes