Difference between revisions of "84PCE:Syscalls:021D3C"
From WikiTI
(Created page with "GetCSC 021D3C - GetCSC == Synopsis == '''Hypothesized Official Name:''' GetCSC '''C Function Address:''...") |
|||
Line 16: | Line 16: | ||
=== Returns === | === Returns === | ||
* The keycode value of _GetCSC is returned as an 24bit int. | * The keycode value of _GetCSC is returned as an 24bit int. | ||
+ | |||
+ | === Notes === | ||
+ | * This is an OS call; not present in the bootcode. |
Revision as of 10:56, 22 September 2015
Synopsis
Hypothesized Official Name: GetCSC
C Function Address: 021D3Ch
Gets a keyboard code from the assembly routine _GetCSC.
Function Prototype
int GetCSC(void);
Arguments
- None (void)
Returns
- The keycode value of _GetCSC is returned as an 24bit int.
Notes
- This is an OS call; not present in the bootcode.