Update README.md

This commit is contained in:
Jason Bou-Samra
2024-03-17 12:39:43 +11:00
committed by GitHub
parent 6a58f54b15
commit bdc7732004
+10 -2
View File
@@ -1,4 +1,12 @@
This is a conversion of a piece of code from the Amiga Hardware Reference Manual - Second Printing - July 1986 (page 55) ## Playfield
under the heading "examples of forming basic playfields" This is a conversion of a piece of code from the *Amiga Hardware Reference Manual - Second Printing - July 1986 (page 55)* - under the heading "examples of forming basic playfields"
Essentially it is a translation of Motorola 68000 assembly to C language code, utilising SDL2 obviously instead of banging the metal directly to display the output. Essentially it is a translation of Motorola 68000 assembly to C language code, utilising SDL2 obviously instead of banging the metal directly to display the output.
### Compilation
`cc playfield.c -lSDL2 -lm`
### Author
Jason Bou-Samra
>For Fun, Not Status