1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-06-09 01:29:31 +00:00

Document new Atari examples

This commit is contained in:
Karol Stasiak 2020-09-09 01:45:39 +02:00
parent b7cb124706
commit ae311f28ea

View File

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