Does anyone have a formula for scrolling text or any pattern that will scroll the bottom of the screen and wrap around the other side in forward or reverse.
MSX 1, software scroll in Z80 assembly language.
I do not mean a repeating pattern.
While the pattern is leaving one side it shows up on the other side like a long snake chasing it's tail.
I can set up the patterns and graphics mode but no matter what I do or change the pointers my "snake" will go out one side then advance to the next row.
the snake is a basic set of characters such as
Snake:
DB 00,09,10,10,10,10,10,10,10,11,00
patterns are currently defined as
00 is blank
09 is snake end
10 is the body
11 is the head
Login sesión o register para postear comentarios