diff options
author | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-08-05 05:32:54 +1000 |
---|---|---|
committer | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-08-05 05:32:54 +1000 |
commit | a11980fe90fe62588fdf8103d9ef418283b3fd27 (patch) | |
tree | 954d2e327ff5190c8cdcdd977d9a73438ed62ca3 /src/debug.h | |
parent | b8599585fad704b2ec3bdde69dca4dd9c2a6f8fd (diff) |
major refactor; doesn't compile (see ToDo)
Diffstat (limited to 'src/debug.h')
-rw-r--r-- | src/debug.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/debug.h b/src/debug.h index 850b2d0..b36d187 100644 --- a/src/debug.h +++ b/src/debug.h @@ -1,6 +1,13 @@ // debug.h // Various functions useful for use during development. +#include"stdio.h" +#include"cpu/6502.h" +#include"cpu/addressing.h" +#include"cpu/core.h" +#include"cpu/instructions.h" +#include"cpu/table.h" + // Converts a single character to hexadecimal int dCharToNum(char c){ // 0x0 - 0x9 |