Hi
I'm trying to figure out how to scroll over more than just two name tables, but what ever I'm trying won't work! Can someone just give me the basic steps I need to implement to be able to scroll over different name tables?
What I do now, is to load two name tables on startup. And in the NMI-interrupt (I do all stuff there), I wait for input and advance the scroll counter by one. Then I check if it is 255, and if it is, I load a new name table into $2000 or $2400 (depending on which is showing on the screen). It's just a big mess, and I really need a "push", some guidelines, instructions, steps, whatever!
Thanks.
I'm trying to figure out how to scroll over more than just two name tables, but what ever I'm trying won't work! Can someone just give me the basic steps I need to implement to be able to scroll over different name tables?
What I do now, is to load two name tables on startup. And in the NMI-interrupt (I do all stuff there), I wait for input and advance the scroll counter by one. Then I check if it is 255, and if it is, I load a new name table into $2000 or $2400 (depending on which is showing on the screen). It's just a big mess, and I really need a "push", some guidelines, instructions, steps, whatever!
Thanks.