From 98be2de52a4c8004412eb22826f9a235d7203af9 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Tue, 20 Jun 2023 07:17:34 -0400 Subject: [PATCH] Update README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0e6dda8..61a7c95 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Amiga Copperbars Examples from "Amiga rasterbar are cool" These are the code files used to generate the rasterbars effects on the -Agnus/Copper Industrious Rabbit video. I built them to compile in SAS/C -6.58: +Agnus/Copper Industrious Rabbit video [Meet the Copper](https://youtu.be/fdVrh7RnS-0). +I built them to compile in SAS/C 6.58: `sc link` @@ -35,3 +35,4 @@ to generate pseudo-random results in the demo, using the microseconds since the machine was turned on as the initial seed (using [timer.device](http://www.amigadev.elowar.com/read/ADCD_2.1/Devices_Manual_guide/node00C1.html)). This required enabling audio DMA for some reason that I don't understand. +If you know why, please tell me via the About page!