1
0
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:
Radosław Kujawa 2017-02-03 22:21:43 +01:00
parent 8008d045d3
commit 51b47d707b

View File

@ -87,6 +87,9 @@ rk65c02_step(rk65c02emu_t *e, uint16_t steps) {
rk65c02_exec(e);
i++;
}
e->state = STOPPED;
e->stopreason = STEPPED;
}
void