You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Step Over feature added, hotkey "F6" (check out README for example)
Jump Over feature added, hotkey "J" (check out README for example)
added a more visual highlight during the emulation in orange, which now plays
the role of a mark where you are now in accordance with your PC value (check out README for example)
overridden MemoryFaultHandler (emulator will
stop running/stepping when it encounters an uninitialized read)
prohibition to start emulation if the previous emulation state is not cleared
JSR instruction (Delayed Branch in SuperH), fixed problem with the next address painting
softened the handling of uninitialized write errors