Describe the bug
Etherload is getting stuck with a scrambled screen if the machine currently has F018 mode A enabled. This usually is never the case as the ROM seems to enable F018B mode via setting $D703.0 on boot up - no matter what setting is provided in CONFIGURE. But if software is running which enforced mode A, then Etherload is not able to connect anymore.
To Reproduce
Steps to reproduce the behavior:
POKE$D703,0
Try to use etherload or mega65_ftp
System hangs with scrambled screen
Expected behavior
Etherload should start independent of the DMA mode. It should enable the mode it needs as required.
Test Environment (required)
Describe the bug Etherload is getting stuck with a scrambled screen if the machine currently has F018 mode A enabled. This usually is never the case as the ROM seems to enable F018B mode via setting $D703.0 on boot up - no matter what setting is provided in CONFIGURE. But if software is running which enforced mode A, then Etherload is not able to connect anymore.
To Reproduce Steps to reproduce the behavior:
Expected behavior Etherload should start independent of the DMA mode. It should enable the mode it needs as required.