From cd15d553e19049611e2bf43ddff92249fe6905b5 Mon Sep 17 00:00:00 2001 From: Turingon Date: Fri, 19 Jan 2024 21:29:55 +0000 Subject: [PATCH] README.md aktualisiert --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56ee2ef..6f52a5d 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ I finally understand how CISC processors work, I've played Turing Complete and b ## Graphics -This was the most painful thing to implement, as the framebuffer is saved as a bitmap that also needs to be rotated, it took me many tries to get the game running. +This was the most painful thing to implement, as the framebuffer is saved as a bitmap that also needs to be rotated, it took me many tries to get the game display working.