From 46f739d9763d7b67e6128449b009dc06d27a74d0 Mon Sep 17 00:00:00 2001 From: Stephen Crane Date: Wed, 10 Dec 2014 12:03:23 +0000 Subject: [PATCH] ... --- apple1.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;