SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 4c6bc91ded1b68de887986ff1495060690cd4172 parent a4209b47d0c1743e5d834ac5ffdad589a508f11a Author: Lior Halphon <LIJI32@gmail.com> Date: Mon, 14 Feb 2022 22:59:05 +0200 Add missing register Diffstat:
| M | Core/gb.h | 1 | + |
| M | Misc/registers.sym | 1 | + |
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/Core/gb.h b/Core/gb.h @@ -239,6 +239,7 @@ enum { /* Missing */ GB_IO_SVBK = 0x70, // CGB Mode Only - WRAM Bank + GB_IO_PSM = 0x71, // Palette Selection Mode, controls the PSW and key combo GB_IO_PSWX = 0x72, // X position of the palette switching window GB_IO_PSWY = 0x73, // Y position of the palette switching window GB_IO_PSW = 0x74, // Key combo to trigger the palette switching window diff --git a/Misc/registers.sym b/Misc/registers.sym @@ -57,6 +57,7 @@ 00:FF6B IO_OBPD 00:FF6C IO_OPRI 00:FF70 IO_SVBK +00:FF71 IO_PSM 00:FF72 IO_PSWX 00:FF73 IO_PSWY 00:FF74 IO_PSW
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.