AgonConsole8 / agon-mos

Official AGON QUARK Firmware for Console8: eZ80 MOS
MIT License
25 stars 10 forks source link

fix issues around copy and dir #46

Closed stevesims closed 5 months ago

stevesims commented 5 months ago

the 2.2.0 release included a significant bug in copy which could cause screen corruption. additionally it was found that copy could only copy files to a separate (different) destination directory, rather than to an explicit filename

directory listing was found to be not functional on a freshly booted machine that booted into ADL BASIC

additionally directory listing would show no output at all when an empty directory was found, and could also show only partial output if a malloc had failed

this PR addresses all of theses issues