]> git.sur5r.net Git - cc65/blobdiff - doc/atari.sgml
Adds address after JVB instruction in the display list example.
[cc65] / doc / atari.sgml
index 49993d22ca741de8a556cb5dddd7bc05ba9795ad..1affc8362a049e171245427973a072ad68edb931 100644 (file)
@@ -392,7 +392,8 @@ void DisplayList =
     DL_CHR20x8x2,
     DL_BLK4,
     DL_CHR20x8x2,
-    DL_JVB
+    DL_JVB,
+    &DisplayList
 };
 ...
 OS.sdlst = &DisplayList;