Login
Back to forumSee the full topicGo to last reply

Posted By

siz
on 2019-12-21
17:35:37
 Re: A pair of things as Xmas presents from Charlemagne

Nice. Please modify the generated autocode to use bit masking of TED registers: for example setting TED control register #2 ($ff07) without reading it in advance will make your code PAL or NTSC only (in this case PAL only) and overwrite horizontal scrolling settings.
The correct code would be

lda $ff07
ora #$08
sta $ff07

But otherwise these are really cool features for beginners.



Back to top


Copyright © Plus/4 World Team, 2001-2024