CPCWiki forum

General Category => Programming => Topic started by: arnoldemu on 16:58, 17 November 12

Title: pluslib
Post by: arnoldemu on 16:58, 17 November 12
http://www.cpctech.org.uk/download/pluslib.zip (http://www.cpctech.org.uk/download/pluslib.zip)

Here is my SDCC library for accessing plus hardware.
I used it in the cpcwiki rom that I made.

pluslib.h is the header. you can build the library from linux or from windows and use the pluslib.lib.

Included are functions for setting colours and setting up sprites.

For other functions (setting mode, reading keyboard, then you will need another library).

To use, you will need to unlock the plus hardware, and call these functions. Please ensure these library functions and/or your code are not in the area &4000-&7ffff, this is where the plus registers are. If your code exists in the same place, you will see problems.

I will add more functions when I have time.
Powered by SMFPacks Menu Editor Mod