MEGA65 / mega65-tools

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

Etherload not working if F018 is in mode A #186

Closed ki-bo closed 7 months ago

ki-bo commented 8 months ago

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:

  1. POKE$D703,0
  2. Try to use etherload or mega65_ftp
  3. System hangs with scrambled screen

Expected behavior Etherload should start independent of the DMA mode. It should enable the mode it needs as required.