Screenshots and ADF downloads

This commit is contained in:
alpine9000
2016-03-01 21:05:46 +11:00
parent 3a3a575728
commit 77f1417e56
6 changed files with 17 additions and 0 deletions
+6
View File
@@ -8,3 +8,9 @@ We use the P6112 Player. See P6112-Options.i for configuration details for the P
* Tutorial video here: http://youtu.be/xBtHO-IuN9E
* Tutorial source here: http://coppershade.org/asmskool/
* Source here: http://coppershade.org/asmskool/P6112/
[Download disk image](bin/music.adf?raw=true)
Screenshot:
![Screenshot](screenshot.png?raw=true)
Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

+6
View File
@@ -12,3 +12,9 @@ At copper line 255 ($FF), we run out of bits in the copper wait instruction, so
[copper_gen.c](copper_gen.c) will generate a full screen copper list with horizontal bars. See http://krazydad.com/tutorials/makecolors.php for details on the algorithm used to generate the bars. You can generate different patterns by changing the algorithm parameters.
Also in this example I have remove interrupt processing and disabled most of the interrupts.
[Download disk image](bin/copper_bars.adf?raw=true)
Screenshot:
![Screenshot](screenshot.png?raw=true)
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

+5
View File
@@ -1,3 +1,8 @@
Vertical copper bars
====================
[Download disk image](bin/copper_vert.adf?raw=true)
Screenshot:
![Screenshot](screenshot.png?raw=true)
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB