v0.29.0
·
282 commits
to main
since this release
- reintroduce conditional front-ends at build, try to auto-detect x11 and sdl, can be forced by passing
WITH_X11=no
and/orWITH_SDL=no
to make. Ncurses UI is always built-in. - behind the scene extensive refactoring of ui* code, mainly:
- moving core keyboard and annunciators management out of UI and into emulator proper.
- ui_text.c uses less code