Adds address after JVB instruction in the display list example.
This commit is contained in:
committed by
Oliver Schmidt
parent
5c8854fff6
commit
f94a125f30
@@ -392,7 +392,8 @@ void DisplayList =
|
|||||||
DL_CHR20x8x2,
|
DL_CHR20x8x2,
|
||||||
DL_BLK4,
|
DL_BLK4,
|
||||||
DL_CHR20x8x2,
|
DL_CHR20x8x2,
|
||||||
DL_JVB
|
DL_JVB,
|
||||||
|
&DisplayList
|
||||||
};
|
};
|
||||||
...
|
...
|
||||||
OS.sdlst = &DisplayList;
|
OS.sdlst = &DisplayList;
|
||||||
|
|||||||
Reference in New Issue
Block a user