Standalone HP 4x(48SX/48GX/40g/49g) front-end ready to be plugged into emulators.
Find a file
2024-09-12 19:15:10 +02:00
src Merge branch 'main' of ssh://src.le-moine.org:38172/gwh/ui48 2024-09-12 19:15:10 +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 fiddling 2024-09-12 16:27:39 +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