summaryrefslogtreecommitdiff
path: root/src/cpu/addressing.h
diff options
context:
space:
mode:
authoralekseiplusplus <alekseijeaves@protonmail.com>2023-11-27 21:15:03 +1100
committeralekseiplusplus <alekseijeaves@protonmail.com>2023-11-27 21:15:03 +1100
commitd24ee5f20483aee9acbec9deb0dcc833d78cae49 (patch)
tree04ed06b7c0f4e475b9f5f5f1e3da2c044d6b5849 /src/cpu/addressing.h
parentc6da616d018ecfc5a26686e88ab520b54b7fa6ed (diff)
actually fixed build this time
Diffstat (limited to 'src/cpu/addressing.h')
-rw-r--r--src/cpu/addressing.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cpu/addressing.h b/src/cpu/addressing.h
index 2c9c63a..5fea2fb 100644
--- a/src/cpu/addressing.h
+++ b/src/cpu/addressing.h
@@ -8,8 +8,6 @@
#include"6502.h"
#include"instructions.h"
-//Holds address of current instruction.
-void* current_instruction;
#define getInstructionLength(c) fAddressGetLength(*getInstructionTableAddressing(c))