mirror of
https://github.com/rkujawa/rk65c02.git
synced 2025-04-12 16:37:18 +00:00
Set reason for stopping the emulation when stepping.
This commit is contained in:
parent
8008d045d3
commit
51b47d707b
@ -87,6 +87,9 @@ rk65c02_step(rk65c02emu_t *e, uint16_t steps) {
|
||||
rk65c02_exec(e);
|
||||
i++;
|
||||
}
|
||||
|
||||
e->state = STOPPED;
|
||||
e->stopreason = STEPPED;
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
x
Reference in New Issue
Block a user