home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume38 / tessel / part02 / protos.h < prev    next >
Text File  |  1993-06-21  |  793b  |  14 lines

  1. /*+-----------------------------------------------------------------------+
  2.  *| Function Prototypes.                                                  |
  3.  *|                                                                       |
  4.  *| Author: Michael S. A. Robb         Version: 1.1        Date: 29/05/93 |
  5.  *+-----------------------------------------------------------------------+
  6.  */
  7.  
  8. void tms34010_sethostregister( ADDRESS        address, WORD data );
  9. WORD tms34010_gethostregister( ADDRESS        address            );
  10. void tms34010_setaddress(      ADDRESS        address            );
  11. void tms34010_setregister(     ADDRESS        address, WORD data );
  12. WORD tms34010_getregister(     ADDRESS        address            );
  13. void tms34010_setmode(         TMS34010_MODE *mode               );
  14.