home *** CD-ROM | disk | FTP | other *** search
- /*+-----------------------------------------------------------------------+
- *| Function Prototypes. |
- *| |
- *| Author: Michael S. A. Robb Version: 1.1 Date: 29/05/93 |
- *+-----------------------------------------------------------------------+
- */
-
- void tms34010_sethostregister( ADDRESS address, WORD data );
- WORD tms34010_gethostregister( ADDRESS address );
- void tms34010_setaddress( ADDRESS address );
- void tms34010_setregister( ADDRESS address, WORD data );
- WORD tms34010_getregister( ADDRESS address );
- void tms34010_setmode( TMS34010_MODE *mode );
-