From d24ee5f20483aee9acbec9deb0dcc833d78cae49 Mon Sep 17 00:00:00 2001 From: alekseiplusplus Date: Mon, 27 Nov 2023 21:15:03 +1100 Subject: actually fixed build this time --- src/debug.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/debug.h') diff --git a/src/debug.h b/src/debug.h index 9a365db..0035e0f 100644 --- a/src/debug.h +++ b/src/debug.h @@ -8,6 +8,8 @@ #include"cpu/instructions.h" #include"cpu/table.h" + + // Converts a single character to hexadecimal int dCharToNum(char c){ // 0x0 - 0x9 -- cgit v1.2.3