Posted By
 Csabo on 2005-04-21 12:01:29
| Re: Upcoming Demo
It's definitely easier to code a 2x2 scroll that uses the restriction you've mentioned (basically you output the original char + OR $40 + OR $80 + OR $C0), but you don't have to. You could use a character look-up table.
In LOD is back, the hidden part has a 2x2 font. It's not scrolling, but it's an example for lookups. (The reason of doing it that way of course was memory limitation.)
If you use the 5x8 char editor, you can edit lots of sizes, AND it will make an actual scroll routine for you! All you have to do is use that code and call it. |