MEGA65 / mega65-freezemenu

Freeze Menu Program for the MEGA65
GNU General Public License v3.0
8 stars 11 forks source link

Fix typo causing crashes when changing frequency #73

Closed johnwayner closed 11 months ago

johnwayner commented 11 months ago

The crashes are most reproducible when doing disk operations (d81, or IEC) after changing frequency in the freezer using F command).

  1. Open freezer
  2. If nothing mounted on disk 8, Press 0 and select d81
  3. Use F to change to 1Mhz
  4. F3 to exit
  5. DIR and it should crash here. Although I've seen crashes just exiting the freezer too.

Let me know if you want an issue created to tie to this.