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:
Inspect $D070 in matrix monitor after cold-boot (=$ff)
Do etherload -5 to reset the machine
Inspect $d070 again, it is now $00
Expected behaviour
Etherload should use power-on defaults for registers it sets.
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:
etherload -5
to reset the machineExpected behaviour Etherload should use power-on defaults for registers it sets.