Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes issue 45 (repeating last command shows duplicate mpu status) #72

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

patricksurry
Copy link

Fix for #45

With an empty line, onecmd ends up calling itself so we skip the status report on the initial call

py65mon

Py65 Monitor

       PC  AC XR YR SP NV-BDIZC
6502: 0000 00 00 00 ff 00110000
.m 0
0000:  00

       PC  AC XR YR SP NV-BDIZC
6502: 0000 00 00 00 ff 00110000
.
0000:  00

       PC  AC XR YR SP NV-BDIZC
6502: 0000 00 00 00 ff 00110000
.

@patricksurry patricksurry changed the title fixes issue 45 fixes issue 45 (repeating last command shows duplicate mpu status) Jul 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant