From b003dc25cb5f314132dd15f74f3ad8c2d919209b Mon Sep 17 00:00:00 2001 From: Jason Bou-Samra <154414066+bou-samra@users.noreply.github.com> Date: Sat, 28 Sep 2024 10:24:39 +1000 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0434070..a96d2f5 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,9 @@ Essentially it is a translation of Motorola 68000 assembly to C language code, u ## 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