update README with todo-list

This commit is contained in:
Gwenhael Le Moine 2024-09-26 16:26:51 +02:00
parent 9a5d77766e
commit 2760ce825f
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -33,12 +33,13 @@ Use the wrappers scripts.
The local data are stored under $XDG_CONFIG_HOME/saturn<model>/ The local data are stored under $XDG_CONFIG_HOME/saturn<model>/
## 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 ## Known bugs
- I could get neither the 49 nor the 40 ROM running yet. - I could get neither the 49 nor the 40 ROM running yet.
- some bugs in emulation
## Todo
- sdl2 UI: draw LCD on a distinct texture and then draw that texture on the main one
- sdl2 UI: finish 49g and 40g faces
- fix emulation bugs
- make 49g emulation work
- make 40g emulation work