From a635449829a095cb2e9b1ea3809d26dc9ab08a6a Mon Sep 17 00:00:00 2001 From: zbyti Date: Wed, 9 Sep 2020 01:50:44 +0200 Subject: [PATCH] new a8 memory mapping helpers --- include/a8_antic.mfk | 1 + 1 file changed, 1 insertion(+) diff --git a/include/a8_antic.mfk b/include/a8_antic.mfk index 853c9e3f..6aa0ef53 100644 --- a/include/a8_antic.mfk +++ b/include/a8_antic.mfk @@ -6,6 +6,7 @@ volatile byte antic_dmactl @$D400 // direct memory access control volatile byte antic_chactl @$D401 // character mode control +volatile word antic_dlist @$D402 // display list pointer volatile byte antic_dlistl @$D402 // display list pointer low-byte volatile byte antic_dlisth @$D403 // display list pointer high-byte volatile byte antic_hscrol @$D404 // horizontal scroll enable