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

Updated examples README

This commit is contained in:
Antonio Montes 2019-09-27 14:44:58 -07:00
parent 76eb2f40b6
commit 6d1c3d69cf

View File

@ -49,6 +49,8 @@ how to create a program made of multiple files loaded on demand
* [MMC4 example](nes/nestest_mmc4.mfk) the same thing as above, but uses a MMC4 mapper just to test bankswitching
* [Pong example](nes/pong.mfk) simple pong example based off pong1.asm by bunnyboy of the nintendoage.com forums
## Atari Lynx examples
* [Lynx demo example](atari_lynx/atari_lynx_demo.mfk) a simple sprite demo