From ae311f28ea9baf46b8f68b647dbad471205ff33a Mon Sep 17 00:00:00 2001 From: Karol Stasiak Date: Wed, 9 Sep 2020 01:45:39 +0200 Subject: [PATCH] Document new Atari examples --- examples/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/README.md b/examples/README.md index 52821a01..81b5b96c 100644 --- a/examples/README.md +++ b/examples/README.md @@ -80,6 +80,10 @@ 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 + +* [Scroll example](a8/endless_scroll.mfk) – simple horizontal scroll example + ## Game Boy examples * [GB test example](gb/gbtest.mfk) – a partial port of the NES example, with a rudimentary experimental text output implementation