X16Community / x16-rom

Other
43 stars 27 forks source link

[GRAPH] FB_set_8_pixels(_opaque) did not handle VRAM addresses > 0x0ffff #341

Closed mooinglemur closed 3 months ago

mooinglemur commented 3 months ago

The ADDR0 is set to auto-increment by the cursor position set , so a read op is enough to increment the ADDR0 pointer (and is faster to boot)

Closes #340