Next Previous Contents

3.189 tgi_load_driver

Function

Load and install the given driver. This function is identical to tgi_load with the only difference that the name of the driver is specified explicitly.

Header

tgi.h

Declaration

void __fastcall__ tgi_load_driver (const char *name);

Description

Load and install the driver by name. Will just load the driver and check if loading was successul. Will not switch to graphics mode.

Limits

  • The function is only available as fastcall function, so it may only be used in presence of a prototype.

Availability

cc65

See also

Other tgi functions.

Example

None.


Next Previous Contents