Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Force 4.0 Reference - tsr table http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 TSR table
------------------------------------------------------------------------------
 Hot keys:

------------------------------------------------------------------------------
 Character sequence     Key
------------------------------------------------------------------------------
 "<Ctrl>"               Control key

 "<Alt>"                Alt key

 "<Leftshift>"          Left shift key

 "<Rightshift>"         Right shift key

 "<Fx>"                 F1...F10

 "<any key>"            Any other key
------------------------------------------------------------------------------



 Time types:

------------------------------------------------------------------------------
 Macro                  Meaning
------------------------------------------------------------------------------
 TSR_TIME_TICKS         The gTimeVal parameter specifies the number of
                        hardware timer ticks. The hardware timer ticks at a
                        rate of 18.2 ticks per second or once every
                        56 milliseconds.

 TSR_TIME_MS            The gTimeVal parameter is in milliseconds. Number is
                        rounded up to a positive multiple of 56.

 TSR_TIME_SEC           The gTimeVal parameter is the number of seconds.

 TSR_TIME_MINS          The gTimeVal parameter is the number of minutes.
------------------------------------------------------------------------------



 DOS call types:

------------------------------------------------------------------------------
 Macro                  Meaning
------------------------------------------------------------------------------
 TSR_CALL_DOS           Call proc only when it is permissible to
                        make any DOS call. You will need this
                        define if you use scrn_dos or you have
                        linked to a procedure known to use some of
                        the DOS functions 00h - 0ch.

 TSR_CALL_INT28         Call proc only when it is permissible to
                        make any DOS call, EXECPT those DOS calls
                        prohibited by DOS int 28. Restrictions
                        include functions 00h - 0ch and 50h - 51h
                        under DOS versions 2.xx.

 TSR_CALL_ANY           Call proc at any time. proc does not use
                        DOS calls and therefore it is safe to enter
                        at any time.
------------------------------------------------------------------------------

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson