Add basic stdout I/O and facades for the standard library macros#5
Open
Add basic stdout I/O and facades for the standard library macros#5
Conversation
- The hello-ipl3font example will initialize the IS Viewer 64 as an I/O backend if detected. - Run the example with `cen64 -is-viewer` to see the console output.
Collaborator
Author
|
This needs to be fixed to be compatible with real IS-Viewer 64 hardware. I have attempted to correct the emulation in Cen64 over here: n64dev/cen64#232 and if that PR is accepted, I'll push an already-working commit here to fix it! <3 |
- This implements the real IS-Viewer 64 protocol, not the "HomebrewStdout" protocol.
Collaborator
Author
|
This doesn't actually work on hardware. From very minimal testing, reading and writing ROM addresses through memory-mapped I/O has some unexpected behavior. The CPU seems to read back its own writes, even though the physical memory is read-only. More testing is needed, but I will probably switch the IS64 detection to use DMA to avoid the readback issue. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
cen64 -is-viewerto see the console output.