-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MEGA65: umon should cpu view writes #411
Xemu's "umon" (uart mon) implementation forgot to include support for the $777xxxx signalled "cpu view" write. It's implemented on reads, just not on writes. Probably it was my mistake to forget to add the support for the 's' command as well.
- Loading branch information
Showing
1 changed file
with
6 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
802cdbb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"umon should cpu view writes" is an ugly title for the commit, no verb ;) I meant: "umon should ALLOW cpu-view writes"