Add missing register
This commit is contained in:
parent
a4209b47d0
commit
4c6bc91ded
@ -239,6 +239,7 @@ enum {
|
|||||||
/* Missing */
|
/* Missing */
|
||||||
|
|
||||||
GB_IO_SVBK = 0x70, // CGB Mode Only - WRAM Bank
|
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_PSWX = 0x72, // X position of the palette switching window
|
||||||
GB_IO_PSWY = 0x73, // Y 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
|
GB_IO_PSW = 0x74, // Key combo to trigger the palette switching window
|
||||||
|
@ -57,6 +57,7 @@
|
|||||||
00:FF6B IO_OBPD
|
00:FF6B IO_OBPD
|
||||||
00:FF6C IO_OPRI
|
00:FF6C IO_OPRI
|
||||||
00:FF70 IO_SVBK
|
00:FF70 IO_SVBK
|
||||||
|
00:FF71 IO_PSM
|
||||||
00:FF72 IO_PSWX
|
00:FF72 IO_PSWX
|
||||||
00:FF73 IO_PSWY
|
00:FF73 IO_PSWY
|
||||||
00:FF74 IO_PSW
|
00:FF74 IO_PSW
|
||||||
|
Loading…
Reference in New Issue
Block a user