sehugg / dithertron

Retro 8-bit bitmap converter supporting many formats
GNU General Public License v3.0
75 stars 11 forks source link

C64 Hires graphics copying color block #35

Closed robin-raymond closed 11 months ago

robin-raymond commented 12 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