sidecartridge / atarist-sidecart-raspberry-pico

AtariST cartridge emulator based on Raspberry Pi Pico and RP2040
GNU General Public License v3.0
57 stars 5 forks source link

Enable or disable the boot sector in the floppy image emulator #97

Closed diegoparrilla closed 7 months ago

diegoparrilla commented 7 months ago

Some antivirus software scans the boot sector during startup and may falsely identify the code within the floppy image as a virus. To address this problem, introduce an option that allows users to deactivate the boot sector's execution, circumventing this bothersome issue.