From 43b01c12d1192830034807e664843f780df8b7bb Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Sun, 16 Aug 2020 23:33:50 +0930 Subject: more initialisation and added the fontset fontset also loaded into memory at 0x0, we have 0x0 to 0x1FF free for anything we want, that is where the interpreter is meant to be --- chip8.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chip8.h') diff --git a/chip8.h b/chip8.h index 7301c45..4faa6e4 100644 --- a/chip8.h +++ b/chip8.h @@ -2,9 +2,11 @@ #define CHIP8_H #include +#include #include #include #include +#include #define WIDTH 64 #define HEIGHT 32 -- cgit v1.2.3