mirror of
https://github.com/jscrane/Apple1.git
synced 2024-11-26 03:49:29 +00:00
...
This commit is contained in:
parent
4bc8e248df
commit
46f739d976
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user