cpctelera icon indicating copy to clipboard operation
cpctelera copied to clipboard

Astonishingly fast Amstrad CPC game engine for C developers

Results 44 cpctelera issues
Sort by recently updated
recently updated
newest added

installing on Mac OS X m1 i have this error [1;31;49m[ToolMaker]^[[1;33;49m Building 2cdt...^[[0;39;49m gcc -O3 -fsigned-char -DUNIX src/2cdt.c -c -o obj/2cdt.o src/2cdt.c:188:19: warning: multiple unsequenced modifications to 'aux' [-Wunsequenced] aux...

enhancement

Create another function identical to **cpct_setInterruptHandler** which also save/restore alternate registers. In this way interruption handler can be used in same time with assembly functions that use alternate registers.

enhancement

- Changed name from OSX to official macOS - Added notes on workaround to compile under Big Sur

enhancement

This PR tries to implement Kevin Thacker's contributed routine for binary loading from Issue #50

Kevin Thacker sent me some contributed routines long ago and they need minor revision and test to be included for next release. Here are the routines, [VYSNC_and_loadBinary_functions.zip](https://github.com/lronaldo/cpctelera/files/1152593/VYSNC_and_loadBinary_functions.zip)

enhancement

When converting an image to bin, the '.h.s' file was included into compilation, which generated unneeded lst, rst, rel and sym files that where not deleted with 'make clean' or...

Upgrade to SDCC 4.1.0 Only tested in linux on a x86_64 machine.

When exporting to Android, the entire process will fail if the user-defined GAME_ID contains a '-' character. However, the source of the problem is hard to track down with the...

Hello, I am interested if there is a plan to enable cpctelera to create binary for other z80 platforms like enterprise 64/128 (or maybe creating a fork project similar to...

It would be usefull to have a function to rotate sprites. It would be great to be able to rotate them to any angle, but 90, 180 and 270 would...

enhancement