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

Read an article by Roberto Vaccari about GameBoy emulator development #1

Open
KiwiGrenade opened this issue Sep 2, 2024 · 1 comment
Assignees
Labels
learning Learn about something

Comments

@KiwiGrenade
Copy link
Owner

Read "A Journey Into GameBoy Emulation" ~ Roberto Vaccari to get an idea where to start.

@KiwiGrenade KiwiGrenade self-assigned this Sep 2, 2024
@KiwiGrenade KiwiGrenade pinned this issue Sep 2, 2024
@KiwiGrenade KiwiGrenade added the learning Learn about something label Sep 2, 2024
@KiwiGrenade
Copy link
Owner Author

I've read the article down to the Memory section.

I believe it will be best to start with writing the dissassembler first, using just a regular array of bytes as memory.

I'll implement writeToMemory() and readFromMemory() methods, to leave room for future improvments, as mentioned in the guide.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
learning Learn about something
Projects
None yet
Development

No branches or pull requests

1 participant