diff options
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 |