Files
2024-11-14 10:30:17 +11:00

18 lines
585 B
Markdown

# Playfield
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.
## Changelog
* 09/01/2023 - Initial release
## Compilation
`cc playfield.c -lSDL2 -lm`
## Screenshot
![playfield](https://github.com/bou-samra/playfield/blob/main/fs-uae-full-2012271552-01.png)
## Author
Jason Bou-Samra