mirror of
https://github.com/jscrane/Apple1.git
synced 2025-02-20 14:29:09 +00:00
...
This commit is contained in:
parent
4bc8e248df
commit
46f739d976
@ -35,7 +35,7 @@ void status(const char *fmt, ...) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
jmp_buf ex;
|
jmp_buf ex;
|
||||||
r6502 cpu(memory, &ex, status);
|
r6502 cpu(memory, ex, status);
|
||||||
bool halted = false;
|
bool halted = false;
|
||||||
const char *filename;
|
const char *filename;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user