mirror of
https://github.com/rkujawa/rk65c02.git
synced 2025-03-02 23:29:23 +00:00
Disable tracing by default.
This commit is contained in:
parent
afbd412879
commit
9c16656198
@ -35,6 +35,7 @@ rk65c02_init(bus_t *b)
|
||||
e.irq = false;
|
||||
|
||||
e.bps_head = NULL;
|
||||
e.trace = false;
|
||||
e.trace_head = NULL;
|
||||
e.runtime_disassembly = false;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user