Standalone HP 4x(48SX/48GX/40g/49g) front-end ready to be plugged into emulators.
Find a file
Gwenhael Le Moine b92177ccee
sync
2024-09-25 10:19:44 +02:00
src sync 2024-09-25 10:19:44 +02:00
.clang-format keep UI and emulator bits needed separate 2024-09-12 08:11:42 +02:00
.gitignore binary and project now named ui48 2024-09-12 15:16:04 +02:00
LICENSE Initial commit 2024-09-12 00:56:26 +02:00
Makefile sync with saturn_bertolotti 2024-09-25 10:15:21 +02:00
README.md pass config to init_emulator; update README 2024-09-12 15:25:11 +02:00

ui48

Standalone HP 48(SX/GX) front-end ready to be plugged into emulators.

Provide both GUI implemented in SDL2 and TUI in ncurses.

Extracted from x48ng.

How to use?

To plug an emulator you'll want to look into the interface defined in emulator.h and emulator.c A basic main loop is shown in main.c