list known bugs

This commit is contained in:
Gwenhael Le Moine 2024-10-05 08:31:56 +02:00
parent 97e756bdfb
commit e3ee9a3615
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -34,11 +34,15 @@ 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>/
## Known bugs ## Known bugs
- some bugs in emulation - some bugs in emulation:
- ncurses UI: sometimes (often) becomes unresponsive (but still quits gracefully on F7) - 48gx: ON-D A can hang because it tries to write data in ROM space
- 48gx: VERSION spouts messages in the console (but works)
- 49g: spouts messages in the console every second (but works)
- in OFF state the display shows garbage and the wait annunciator is on. It still wakes up correctly.
- ncurses UI: becomes unresponsive (but still quits gracefully on F7)
## Todo ## 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 - fix emulation bugs
- make 40g emulation work - 49g: find a way to enable the bigger screen (131×80)
- 40g: make emulation work
- sdl2 UI optimization: draw LCD on a distinct texture and then draw that texture on the main one