diff options
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); |