1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-17 00:29:31 +00:00

Adds address after JVB instruction in the display list example.

This commit is contained in:
Daniel Serpell 2019-03-23 12:19:25 -03:00 committed by Oliver Schmidt
parent 5c8854fff6
commit f94a125f30

View File

@ -392,7 +392,8 @@ void DisplayList =
DL_CHR20x8x2,
DL_BLK4,
DL_CHR20x8x2,
DL_JVB
DL_JVB,
&DisplayList
};
...
OS.sdlst = &DisplayList;