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

Best way to access gameboy memory? #128

Open
milonite opened this issue Oct 28, 2020 · 1 comment
Open

Best way to access gameboy memory? #128

milonite opened this issue Oct 28, 2020 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@milonite
Copy link

It is more a question than an issue:
What is the best method to access the gameboy memory while a rom is running?

@torch2424 torch2424 self-assigned this Oct 28, 2020
@torch2424 torch2424 added the question Further information is requested label Oct 28, 2020
@torch2424
Copy link
Owner

@milonite Hello! If you want to access gameboy memory while it is playing, you probably want to go a dependency deeper, and take a look at: https://github.com/torch2424/wasmboy

But! Probably using the Debug functions in the library, or, if you use the Wasm file directly, by modifying wasm memory at the pointers exported by the WasmBoy Wasm module 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants