Add missing register

This commit is contained in:
Lior Halphon 2022-02-14 22:59:05 +02:00
parent a4209b47d0
commit 4c6bc91ded
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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