MEGA65 / mega65-tools

Tools and Utilities for the MEGA65 Retro Computers
GNU General Public License v3.0
28 stars 31 forks source link

Prevent mega65_ftp from pushing helper, if there is already a PRG in memory #144

Closed lydon42 closed 1 year ago

lydon42 commented 1 year ago

If mega65_ftp pushed it's helper while a dangerous program (like the flasher) is running, this can produce chaos and broken systems.

Check via monitor commands if 0801 or 2001 is 00 00, and refuse to start helper (or perhaps warn & ask the user?).