Cursor colour?
Posted: Fri Jul 19, 2013 5:13 pm
I'm working on a bit of machine code (intended to run from a cartridge) which executes, does some stuff and then returns to BASIC.
I don't have the source code handy but basically, right now it runs, copies a string to the display, resets the text cursor position to the top left, clears the screen, and then jumps to $8003 (I think) to call the vector for starting BASIC. That all works fine - and the OK prompt pops right back up there - but weirdly, the text cursor changes to white.
I didn't even know that was possible. Anyone know where I can find the memory location responsible for this? - both for stopping for this from happening right now, and for future reference when it'd be a cool thing to do.
Cheers.
I don't have the source code handy but basically, right now it runs, copies a string to the display, resets the text cursor position to the top left, clears the screen, and then jumps to $8003 (I think) to call the vector for starting BASIC. That all works fine - and the OK prompt pops right back up there - but weirdly, the text cursor changes to white.
I didn't even know that was possible. Anyone know where I can find the memory location responsible for this? - both for stopping for this from happening right now, and for future reference when it'd be a cool thing to do.
Cheers.