From bdc77320040e722c651d24436393c8cffe2ad77e Mon Sep 17 00:00:00 2001 From: Jason Bou-Samra <154414066+bou-samra@users.noreply.github.com> Date: Sun, 17 Mar 2024 12:39:43 +1100 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f58e74b..99bb6cf 100644 --- a/README.md +++ b/README.md @@ -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) -under the heading "examples of forming basic playfields" +## 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. +### Compilation +`cc playfield.c -lSDL2 -lm` + +### Author +Jason Bou-Samra + +>For Fun, Not Status