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