This commit is contained in:
alpine9000
2016-02-27 21:49:35 +11:00
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
Display a simple image
======================
Building on trackdisk.device, we now display a simple color image
Building on [trackdisk.device](../000.trackdisk), we now display a simple color image.
Image display code and conversion tools adapted from https://github.com/vilcans/amiga-startup
+3 -3
View File
@@ -1,4 +1,4 @@
Display a simple image
======================
Display a simple sprite
=======================
Building on trackdisk.device, we now implement the [simple sprite example from the RKM](http://amigadev.elowar.com/read/ADCD_2.1/Hardware_Manual_guide/node02D2.html)
Building on [trackdisk.device](../000.trackdisk), we now implement the [simple sprite example from the RKM](http://amigadev.elowar.com/read/ADCD_2.1/Hardware_Manual_guide/node02D2.html)
+2 -2
View File
@@ -1,10 +1,10 @@
Play music using the P61 Player
===============================
Building on simple_image, we now try and play some music.
Building on [simple image](../001.simple_image), we now try and play some music.
We use the P6112 Player. See P6112-Options.i for configuration details for the Player.
* Tutorial video here: http://youtu.be/xBtHO-IuN9E
* Tutorial source here: http://coppershade.org/asmskool/
* Source here: http://coppershade.org/asmskool/P6112/
* Source here: http://coppershade.org/asmskool/P6112/