Posted By
 Csabo on 2017-01-06 10:28:18
| Re: Porting to Commodore Plus 4 of my game Genius, memory/bitmap mode questions..
So does $9A work? I remember an old POKE that we used in BASIC, that made the ? at the beginning of INPUT statements disappear, maybe the same one can be used?
Otherwise I was going to suggest what JamesC said too, but it seemed too obvious. Another similar trick that can work nicely is to create a window which is only 1 character in size (ESC+T/ESC+B). As long as there's one "free" character on screen (e.g. top/right corner), this would also effectively "hide" all messages coming from disk/tape operations. |