I suspected something like this.salvacam wrote: ↑Sun Jun 04, 2023 8:23 pmI don't know how I can help you, I use z88dk to program, to paint the blocks of the pieces I use the SetBlock function (in ASM), for the rest, instructions, markers,... I use the printf function (from z88dk).
All my games have the code available on my website, it is in my signature
I need to alter too much and at the cost of speed to add support for your game.
The compiler you use is using IY and that could give problems when an intrupt occurs and IY would have a different value than #4000
since during intrupt a systenvariable is checked with the value of IY.