cpctelera
cpctelera copied to clipboard
Astonishingly fast Amstrad CPC game engine for C developers
Proposed SDCC 3.9.3-r11351 upgrade. It gives really better code generation for my project and support new language features and variants. No peephole file needed, it already includes some (most ?)...
I upgraded locally from iDSK 0.13 to latest (iDSK 0.19) taken straight from https://github.com/cpcdsk/idsk because of random failures in iDSK 0.13 (failing to add some files to DSK). I could...
In CPCTelera 1.5.0 when using **img2cpc** (via image_conversion.mk or command line) to **split image in binary output** it generated **only one binary file instead of multiple file**. _Ex : IMAGE2CPC...
Hello, in some case i have to set to array a specific address (for music for example). And i have to set manually the prefix ___at_ for each generation of...
It would be nice to be able to specify at project creation that the output of the build is a ROM. The ROM should be linked at 0xC000, and must...
The objective is drawing easily a part of a large sprite. If i take example of bitmap letters, i have to generate tileset in order to select directly the letter...
Not the most important function nor the most urgent because there are plenty C function to do this, but always useful to have by default.
Add automatic export DSK file to HFE file for using in Gotek USB floppy emulator. Using https://github.com/jfdelnero/HxCFloppyEmulator_software for DSK to HFE conversion.
It would be great having a function to clip sprites when they reach the border of the screen or the border of a defined area on screen, so it is...