home *** CD-ROM | disk | FTP | other *** search
- /*================================================*/
- /* TVTPOST.C */
- /* Keyboard object management functions */
- /* */
- /* (c) Copyright 1988 Ralf Brown */
- /* All Rights Reserved */
- /* May be freely copied for noncommercial use, */
- /* provided that this copyright notice remains */
- /* intact and any changes are indicated in the */
- /* comment blocks preceding functions */
- /*================================================*/
-
- #include "tvapi.h"
-
- /*================================================*/
- /* TVposttask start task and post its OBJECTQ */
- /* Ralf Brown 5/6/88 */
- /*================================================*/
-
- void pascal TVtask_post(OBJECT task)
- {
- _BX = OBJSEG(task) ;
- _AX = 0x102B ;
- geninterrupt(0x15) ;
- }
-
- /* End of TVTPOST.C */
-