mirror of
https://github.com/cc65/cc65.git
synced 2025-01-14 16:33:00 +00:00
Adds address after JVB instruction in the display list example.
This commit is contained in:
parent
5c8854fff6
commit
f94a125f30
@ -392,7 +392,8 @@ void DisplayList =
|
||||
DL_CHR20x8x2,
|
||||
DL_BLK4,
|
||||
DL_CHR20x8x2,
|
||||
DL_JVB
|
||||
DL_JVB,
|
||||
&DisplayList
|
||||
};
|
||||
...
|
||||
OS.sdlst = &DisplayList;
|
||||
|
Loading…
x
Reference in New Issue
Block a user