diff --git a/apple1.ino b/apple1.ino index ad9f8e0..21988b8 100644 --- a/apple1.ino +++ b/apple1.ino @@ -35,7 +35,7 @@ void status(const char *fmt, ...) { } jmp_buf ex; -r6502 cpu(memory, &ex, status); +r6502 cpu(memory, ex, status); bool halted = false; const char *filename;