SS.DfPal Get Status

From NitrOS-9
Jump to: navigation, search

Returns the default palette register settings.

Entry Conditions
A path number
B SS.DfPal ($97)
X pointer to 16-byte data space
Exit Conditions
X default palette data moved to user space
Error Output
CC carry set on error
B error code

Additional Information

  • You can use SS.DfPal to find the values of the default palette registers that are used when a new screen is allocated by GrfInt or WinInt. The corresponding SetStat can alter the default registers. This GetStat/SetStat pair is for system configuration utilities and should not be used by general applications.
  • The support modules for this call are GrfInt and WindInt.