Difference between revisions of "EnableStatusArea"
From WikiPrizm
Jump to navigationJump to searchLine 6: | Line 6: | ||
| parameters = * '''opt''' - If 0 or 2, enables the status area. If 1, no operation is performed. If 3, disables the status area. | | parameters = * '''opt''' - If 0 or 2, enables the status area. If 1, no operation is performed. If 3, disables the status area. | ||
| synopsis = Enables or disables the status area. | | synopsis = Enables or disables the status area. | ||
− | | comments = Influences the int system variable at 0x8804F52C (fx-CG20 OS 01.02.0200). | + | | comments = Influences the int system variable at 0x8804F52C (fx-CG20 OS 01.02.0200). On OS 2.00 it is now 0x8804F5EC. In other words you should not attempt to access this address directly doing so many not work on a different version of operating system due to the fact that the address is not used for this. |
}} | }} |
Revision as of 22:24, 4 December 2014
Synopsis
Header: fxcg/display.h
Syscall index: 0x02B7
Function signature: void EnableStatusArea(int opt)
Enables or disables the status area.
Parameters
- opt - If 0 or 2, enables the status area. If 1, no operation is performed. If 3, disables the status area.
Comments
Influences the int system variable at 0x8804F52C (fx-CG20 OS 01.02.0200). On OS 2.00 it is now 0x8804F5EC. In other words you should not attempt to access this address directly doing so many not work on a different version of operating system due to the fact that the address is not used for this.