diff --git a/003.music/README.md b/003.music/README.md index bf50f65..531850f 100644 --- a/003.music/README.md +++ b/003.music/README.md @@ -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) \ No newline at end of file diff --git a/003.music/screenshot.png b/003.music/screenshot.png new file mode 100644 index 0000000..21adf89 Binary files /dev/null and b/003.music/screenshot.png differ diff --git a/004.copper_bars/README.md b/004.copper_bars/README.md index e0f616e..a1f3763 100644 --- a/004.copper_bars/README.md +++ b/004.copper_bars/README.md @@ -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) \ No newline at end of file diff --git a/004.copper_bars/screenshot.png b/004.copper_bars/screenshot.png new file mode 100644 index 0000000..f3fc07e Binary files /dev/null and b/004.copper_bars/screenshot.png differ diff --git a/005.copper_vert/README.md b/005.copper_vert/README.md index 38e98e6..8ae1da0 100644 --- a/005.copper_vert/README.md +++ b/005.copper_vert/README.md @@ -1,3 +1,8 @@ Vertical copper bars ==================== +[Download disk image](bin/copper_vert.adf?raw=true) + +Screenshot: + +![Screenshot](screenshot.png?raw=true) diff --git a/005.copper_vert/screenshot.png b/005.copper_vert/screenshot.png new file mode 100644 index 0000000..edec9a3 Binary files /dev/null and b/005.copper_vert/screenshot.png differ