Posted By
 Csabo on 2013-08-07 08:05:16
| Re: Yape monitor
Actually, it does, but not always(?). I'm a bit confused about how it actually works, but I can easily demonstrate that this indeed happens.
In regular monitor, type: A 0C00 INC $FF19 JMP $0C00 then start that with GC00
Now enter into the emulator monitor with ALT+M. Put a paperweight on F9... You can see that the border color doesn't update. Now, put a breakpoint to $0C00 (B C00), and exit with "X". It will immediately trigger, and this time, pressing F9 will update the border.
So for now (maybe until there's a new version), you can use this trick if you want to see the screen update: wherever you are in the code, put a one-time breakpoint to the very next address (with the U command), exit, and you're good to go. |