Posted By
![](/images/g.gif) Csabo on 2012-08-18 12:54:10
| Re: Cursor blinking in plain character mode
That works, putting 0 into bits 3-6 of $FF1F in each frame makes the cursor go away. (But it does have to be done each frame.)
Normally we just put $FF into $FF0C/0D at the beginning of the program which takes care of it once and for all, but we have a routine where we opened the border, and oddly the TED then seems to "find" this position and we have a cursor (seems to find every value).
Well, for a demo/game it would probably be either graphics or at least multicolor mode, both of which means no cursor anyway.
Edit: on that note, could someone check and see on the real iron if this is stable and cursorless? http://www.filedropper.com/border_1
|