source-solutions / sebasic4

SE BASIC - A free BASIC interpreter written in Z80 assembly language
GNU General Public License v3.0
62 stars 6 forks source link

Files in the `/SYSTEM/TEMPORAR.Y` folder should be erased during a cold boot. #96

Closed cheveron closed 2 years ago

cheveron commented 2 years ago

This should be handled by the boot ROM.

cheveron commented 2 years ago

OLD should fail gracefully if no old program exists.

cheveron commented 2 years ago

Code based on the folder search in SCRSHOW does not work in the boot ROM. Could be due to the limited working environment at that point. Parking it for now. Add to BASIC.ROM later if there's enough space.