Update README
This commit is contained in:
parent
6d58dd3fe9
commit
98be2de52a
|
@ -1,8 +1,8 @@
|
||||||
# Amiga Copperbars Examples from "Amiga rasterbar are cool"
|
# Amiga Copperbars Examples from "Amiga rasterbar are cool"
|
||||||
|
|
||||||
These are the code files used to generate the rasterbars effects on the
|
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
|
Agnus/Copper Industrious Rabbit video [Meet the Copper](https://youtu.be/fdVrh7RnS-0).
|
||||||
6.58:
|
I built them to compile in SAS/C 6.58:
|
||||||
|
|
||||||
`sc <filename> link`
|
`sc <filename> 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
|
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)).
|
(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.
|
This required enabling audio DMA for some reason that I don't understand.
|
||||||
|
If you know why, please tell me via the About page!
|
||||||
|
|
Loading…
Reference in New Issue