1
0
mirror of https://github.com/KarolS/millfork.git synced 2025-08-07 12:25:40 +00:00

Merge pull request #65 from zbyti/master

Details (A8 platform) for new release
This commit is contained in:
Karol Stasiak
2020-09-11 23:50:17 +02:00
committed by GitHub
2 changed files with 6 additions and 5 deletions

View File

@@ -80,7 +80,7 @@ how to create a program made of multiple files loaded on demand
* [Rainbow example](a8/rainbow.mfk) simple scrolling rasterbars
* [DLI example](a8/dli-example.mfk) simple display list example
* [DLI example](a8/dli-example.mfk) simple display list and display list interrupt example
* [Scroll example](a8/endless_scroll.mfk) simple horizontal scroll example

View File

@@ -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