Closed robin-raymond closed 11 months ago
The ASM code in the C64 Hires example is copying the color block from the exported data despite the color block not needing to be present (and in the newest export routines the color block is not present so it's copying junk data around).
This PR addresses that issue: https://github.com/sehugg/dithertron/pull/34
The ASM code in the C64 Hires example is copying the color block from the exported data despite the color block not needing to be present (and in the newest export routines the color block is not present so it's copying junk data around).
This PR addresses that issue: https://github.com/sehugg/dithertron/pull/34