From 68cdad3be01539e583627e1c8929f182255541be Mon Sep 17 00:00:00 2001 From: alekseiplusplus Date: Thu, 7 Dec 2023 04:39:33 +1100 Subject: small changes --- src/cpu/core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cpu/core.h') diff --git a/src/cpu/core.h b/src/cpu/core.h index 4545cd5..7c0f284 100644 --- a/src/cpu/core.h +++ b/src/cpu/core.h @@ -58,4 +58,4 @@ void SetMemory(address x, byte y); extern void *current_instruction; extern AddData idata; -extern void (*func)(Addressing, address); +extern void (*func)(Addressing); -- cgit v1.2.3