Added proof of concept code to render some text to the screen. Split up the two 'screens' that'll be using to keep the code clean.

This commit is contained in:
2021-12-16 16:46:51 +00:00
parent 5bda17331c
commit 7ebc28199f
6 changed files with 110 additions and 19 deletions
+1 -1
View File
@@ -1 +1 @@
gcc -o main src/main.c -lSDL2
gcc src/main.c src/vscreen.c src/cpu_display.c -o main -lSDL2 -lSDL2_image -lSDL2_ttf