diff options
author | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-12-07 04:39:33 +1100 |
---|---|---|
committer | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-12-07 04:39:33 +1100 |
commit | 68cdad3be01539e583627e1c8929f182255541be (patch) | |
tree | 15349096a94ac9b3383f1d6af2266f2024ef107b /src/cpu/core.h | |
parent | 98dd41e2ce7dedb81ab91342eed29da017006ea4 (diff) |
small changes
Diffstat (limited to 'src/cpu/core.h')
-rw-r--r-- | src/cpu/core.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |