jkotlinski / durexforth

Modern C64 Forth
Other
230 stars 28 forks source link

v: fix visual bug when saving. closes #457 #462

Closed jkotlinski closed 2 years ago

Whammo commented 2 years ago

I understand the need to suppress Kernal i/o error messages $9d, bit 7. We have the more useful BASIC messages.

I'm not certain it is necessary to explicitly disable Kernal i/o control messages, $9d bit 6. at all. Only Kernal load, verify and save, it seems, have the control messages, and it doesn't interfere with ls

jkotlinski commented 2 years ago

Right now, SAVEB is the only word that temporarily modifies $9d. Overall, I think it makes sense to not touch it & leave it as an user option.