CD Overlay functions

cd_execoverlay( unsigned char ovl_index );

Loads a program overlay specified by 'ovl_index', and execute it. If an error occurs during loading, the previous context (ie. the overlay running until that moment) is reloaded and an error value is returned to the program.

Last updated