mirror of
https://frontier.innolan.net/github/AmigaExamples.git
synced 2026-09-12 13:32:30 +00:00
Merge branch 'master' of https://github.com/alpine9000/amiga_examples
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user