1
0
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:
Radosław Kujawa 2018-03-26 16:11:26 +02:00
parent afbd412879
commit 9c16656198

View File

@ -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;