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

Rework I/O code to better model the I/O bus #368

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft

Conversation

fleroviux
Copy link
Member

@fleroviux fleroviux commented Mar 13, 2024

This should eventually achieve the following:

  • Make the I/O code less error prone to work with since accesses are no longer split into 8-bit accesses (which isn't accurate to hardware)
  • Enable the implementation of an I/O viewer (and possibly editor) window
  • Maybe be a bit more efficient

@fleroviux fleroviux self-assigned this Mar 13, 2024
@fleroviux fleroviux marked this pull request as draft March 13, 2024 22:17
@fleroviux fleroviux changed the title Draft: rework I/O code to better model the I/O bus and hopefully be less error-prone and easier to write a I/O viewer for Rework I/O code to better model the I/O bus and hopefully be less error-prone and easier to write a I/O viewer for Mar 13, 2024
@fleroviux fleroviux changed the title Rework I/O code to better model the I/O bus and hopefully be less error-prone and easier to write a I/O viewer for Rework I/O code to better model the I/O bus Mar 13, 2024
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