Adds address after JVB instruction in the display list example.
This commit is contained in:
parent
5c8854fff6
commit
f94a125f30
1 changed files with 2 additions and 1 deletions
|
@ -392,7 +392,8 @@ void DisplayList =
|
|||
DL_CHR20x8x2,
|
||||
DL_BLK4,
|
||||
DL_CHR20x8x2,
|
||||
DL_JVB
|
||||
DL_JVB,
|
||||
&DisplayList
|
||||
};
|
||||
...
|
||||
OS.sdlst = &DisplayList;
|
||||
|
|
Loading…
Add table
Reference in a new issue