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/cpu/6502.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/cpu/6502.h') 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 -- cgit v1.2.3