summaryrefslogtreecommitdiff
path: root/src/cpu/6502.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/6502.h')
-rw-r--r--src/cpu/6502.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/cpu/6502.h b/src/cpu/6502.h
index 093fc3c..14d65f3 100644
--- a/src/cpu/6502.h
+++ b/src/cpu/6502.h
@@ -7,11 +7,6 @@
#include"stdio.h"
#include"core.h"
-byte acc, X, Y, P, S = 0x00;
-address PC = 0x0000;
-byte* Memory;
-byte* ROM;
-
// FLAGS
#define flag_N 0x80 // Negative
#define flag_V 0x40 // Overflow