MEGA65 / mega65-tools

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

etherload is setting palette selection register $d070 to 0 #203

Closed ki-bo closed 3 weeks ago

ki-bo commented 3 weeks ago

Describe the bug Etherload is resetting some VIC related registers, but in case of $d070 it is not setting the default provided by HYPPO and the power-on hardware default ($ff).

To Reproduce Steps to reproduce the behaviour:

  1. Inspect $D070 in matrix monitor after cold-boot (=$ff)
  2. Do etherload -5 to reset the machine
  3. Inspect $d070 again, it is now $00

Expected behaviour Etherload should use power-on defaults for registers it sets.