jkotlinski / durexforth

Modern C64 Forth
Other
230 stars 28 forks source link

CLRCHN after close_all_logical_files in interpreter.asm #508

Closed Whammo closed 1 year ago

Whammo commented 1 year ago

close_all_logical_files should call CLRCHN .

Whammo commented 1 year ago

I can't find more instances of jsr close_all_logical_files Did I miss one?

jkotlinski commented 1 year ago

I think this makes a lot of sense! close_all_logical_files tries to emulate C128 CLOSE_ALL, which indeed calls CLRCHN.

jkotlinski commented 1 year ago

approved!