mirror of
https://github.com/rkujawa/rk65c02.git
synced 2025-03-14 11:30:29 +00:00
The overflow flag should be represented by "V".
This commit is contained in:
parent
92418b0f1f
commit
436810b79f
@ -97,7 +97,7 @@ rk65c02_dump_regs(rk65c02emu_t *e)
|
||||
printf("-");
|
||||
|
||||
if (e->regs.P & P_SIGN_OVERFLOW)
|
||||
printf("O");
|
||||
printf("V");
|
||||
else
|
||||
printf("-");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user