davidgiven / cpm65

CP/M for the 6502
BSD 2-Clause "Simplified" License
267 stars 23 forks source link

Set bank back to BANK_MAIN after call to FREE. #50

Closed ivop closed 1 year ago

ivop commented 1 year ago

After FREE the bank was still set to BANK_EXTRA causing stat, qe, ls, etc.. not to work as expected.

davidgiven commented 1 year ago

Oops. Merged --- thanks!