Problem z SAVE jest taki sam jak powyżej: biblioteka FatFS jest duża. Aby wdrożyć SAVE, trzeba to zrobić
- zmodyfikuj oryginalny ROM (edition 3) dla wpisu SAVE
- przekompiluj bibliotekę FatFS z włączoną opcją rw
- skopiuj wszystko z 4000-7FFF do 8000-BFFF i skopiuj górną część fatFS do 4000-7FFF, zmapuj dolną część na 0000-3FFF
- wykonaj zapis (napisz kod, który poprawnie sformatuje zapisany plik binarny)
- cofnij wszelkie zmiany w 4000-7FFF i kontynuuj szczęśliwie...

Na szczęście wszystkie kody zostały opublikowane, więc jeśli ktoś poczuje przy sobie Moc, to jest to mój gość!

(niestety nie zrobię tego)
---
The problem with the SAVE is the same as above: FatFS library is large. In order to implement the SAVE, one has to
- modify the original (edition 3) ROM, for the SAVE entry
- recompile the fatFS lib with rw enabled
- copy all the stuff from 4000-7FFF to 8000-BFFF and copy the upper part of fatFS into 4000-7FFF, map the lower part to 0000-3FFF
- execute the save (write the code that formats the written binary properly)
- revert any changes on 4000-7FFF and continue happily...

Fortunately all the codes are published, so if anyone feels the Force with her-/himself, then you're my guest to do so!

(unortunately I won't do it)