Next Previous Contents

4. Target specific stuff

For each supported system there's a header file that contains calls or defines specific for this system. So, when programming for the C64, include c64.h, for the C128, include c128.h and so on. To make the task for the Commodore systems easier, there is also a header file named cbm.h that will define stuff common for all CBM systems, and include the header file for the specific target system.

The header files contain


Next Previous Contents