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

Memory view debugger #4

Closed
8 tasks done
emrsmsrli opened this issue Nov 27, 2020 · 0 comments
Closed
8 tasks done

Memory view debugger #4

emrsmsrli opened this issue Nov 27, 2020 · 0 comments
Assignees
Labels
feature A new feature

Comments

@emrsmsrli
Copy link
Owner

emrsmsrli commented Nov 27, 2020

Should show the contents of memory within a certain region.
Included regions taken from GBATEK:

General Internal Memory

00000000-00003FFF BIOS - System ROM
00004000-01FFFFFF Not used
02000000-0203FFFF WRAM - On-board Work RAM
02040000-02FFFFFF Not used
03000000-03007FFF WRAM - On-chip Work RAM
03008000-03FFFFFF Not used
04000000-040003FE I/O Register
04000400-04FFFFFF Not used

Internal Display Memory

05000000-050003FF BG/OBJ Palette RAM
05000400-05FFFFFF Not used
06000000-06017FFF VRAM - Video RAM
06018000-06FFFFFF Not used
07000000-070003FF OAM - OBJ Attributes
07000400-07FFFFFF Not used

External Memory (Game Pak)

08000000-09FFFFFF Game Pak ROM/FlashROM (max 32MB)
0A000000-0BFFFFFF Game Pak ROM/FlashROM (max 32MB)
0C000000-0DFFFFFF Game Pak ROM/FlashROM (max 32MB)
0E000000-0E00FFFF Game Pak SRAM

  • ewram
  • iwram
  • io regs
  • palette ram
  • vram
  • oam
  • pak rom
  • pak backup memory
@emrsmsrli emrsmsrli self-assigned this Nov 27, 2020
@emrsmsrli emrsmsrli added the feature A new feature label Nov 27, 2020
@emrsmsrli emrsmsrli added this to Todo in Implementation via automation Nov 27, 2020
@emrsmsrli emrsmsrli mentioned this issue Nov 27, 2020
8 tasks
@emrsmsrli emrsmsrli moved this from Todo to Done in Implementation Mar 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new feature
Projects
Development

No branches or pull requests

1 participant