Hello,
i'm working on a Windows implementation of the API of CPCTelera.
Some time i have a bug i was not able to solve, display values on screen was not enough to understand the problem and i am not strong enough to understand assembler and CPC register on WinApe.
Here a work in progress of WinCPCTelera.
Of course there are big limitations with this implementation, the assembler part can't be compiled, there are not sound and all CPCTelera functions are not coded or cannot be implemented.
But the goal is only to be able to debug the C part of a CPCTelera project under a modern IDE with plenty of debugging tools.
Here some working examples, the only modification in the original code was to remove the const attribute in variable that are modified while execution, VC++ really don't like it
You can see some pictures from CPCTelera examples, Platform Climber and Space Moves !!! All working
[ Invalid Attachment ]

For the moment i'm focused on mode 0, when the other modes will be available i'll update my code here.
Arnaud.
Link to
https://github.com/Arnaud6128/wincpctelera