-
Notifications
You must be signed in to change notification settings - Fork 2
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
Use codes::Instruction in emulator::CPU #11
Comments
jeremyBanks
added a commit
that referenced
this issue
Aug 2, 2018
jeremyBanks
added a commit
that referenced
this issue
Aug 3, 2018
jeremyBanks
added a commit
that referenced
this issue
Aug 3, 2018
This is mostly done, but something is broken -- the logo tiles aren't being initialized. |
Fixed. I'd swapped some flags when converting the code. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Initially, the only logic we'll be using is decoding individual instructions -- not touching the ROM types.
This will still require a lot of change, and possibly some horrible giant match blocks until/unless Rust eventually adds impl for enum variants: rust-lang/rfcs#1450.
The text was updated successfully, but these errors were encountered: