mirror of
https://github.com/rkujawa/rk65c02.git
synced 2025-08-09 10:25:11 +00:00
Set reason for stopping the emulation when stepping.
This commit is contained in:
@@ -87,6 +87,9 @@ rk65c02_step(rk65c02emu_t *e, uint16_t steps) {
|
||||
rk65c02_exec(e);
|
||||
i++;
|
||||
}
|
||||
|
||||
e->state = STOPPED;
|
||||
e->stopreason = STEPPED;
|
||||
}
|
||||
|
||||
void
|
||||
|
Reference in New Issue
Block a user