implement display

This commit is contained in:
2025-07-11 15:14:45 +02:00
parent 975e8939d0
commit 9bf79d3ad5
2 changed files with 58 additions and 9 deletions

3
build.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
set -xe
cc -O3 -o chip8 chip8.c -lSDL2