From f94a125f30e561419fb731635403aa7b103b0c00 Mon Sep 17 00:00:00 2001 From: Daniel Serpell Date: Sat, 23 Mar 2019 12:19:25 -0300 Subject: [PATCH] Adds address after JVB instruction in the display list example. --- doc/atari.sgml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/atari.sgml b/doc/atari.sgml index 49993d22c..1affc8362 100644 --- a/doc/atari.sgml +++ b/doc/atari.sgml @@ -392,7 +392,8 @@ void DisplayList = DL_CHR20x8x2, DL_BLK4, DL_CHR20x8x2, - DL_JVB + DL_JVB, + &DisplayList }; ... OS.sdlst = &DisplayList; -- 2.39.2