Can someone explain me this ?
I have to know what those lines are doing :(.
I know already that it's something with video memory, and this POKE (i% - 1) * 160 + j% + 1, 128 + 14 is changing text and backgroud color, also &HB800 is something with video ram?
But what does FOR j% = 0 TO 158 STEP...