PS2 Undocumented GS registers
Posted: Tue Apr 20, 2004 2:56 am
Has anyone some info on this PS2 GS registers:
GS_SMODE1 *((volatile unsigned long *)0x12000010)
GS_SMODE2 *((volatile unsigned long *)0x12000020)
GS_SRFSH *((volatile unsigned long *)0x12000030)
GS_SYNCH1 *((volatile unsigned long *)0x12000040)
GS_SYNCH2 *((volatile unsigned long *)0x12000050)
GS_SYNCV *((volatile unsigned long *)0x12000060)
I know that they are used to set the video mode refresh rate, number of scanlines, vertical and horizontal frequency. But i do not know how to set them. The Bios kernel through function SetGsCrt already does the job but i want to make a custom PAL mode with less scanlines. It seems that there is no info on them
Any info or help is appreciated.
GS_SMODE1 *((volatile unsigned long *)0x12000010)
GS_SMODE2 *((volatile unsigned long *)0x12000020)
GS_SRFSH *((volatile unsigned long *)0x12000030)
GS_SYNCH1 *((volatile unsigned long *)0x12000040)
GS_SYNCH2 *((volatile unsigned long *)0x12000050)
GS_SYNCV *((volatile unsigned long *)0x12000060)
I know that they are used to set the video mode refresh rate, number of scanlines, vertical and horizontal frequency. But i do not know how to set them. The Bios kernel through function SetGsCrt already does the job but i want to make a custom PAL mode with less scanlines. It seems that there is no info on them
Any info or help is appreciated.