Posts: 11
Threads: 3
Joined: Aug 2016
Reputation:
2
Yes, i modified the SDK a bit to suit my needs like using gnu make or vasmz80 to assemble .s files (for z80 source files) i think it's more convenient that way, i also had to make a new mot2bin which needed to be compliant with TUCONV's output (the original mot2bin was à 16 bit application). CC900 refuses to work on Windows 7 (it can't open the subsidiary exes).
Posts: 11
Threads: 3
Joined: Aug 2016
Reputation:
2
Looks like i could have used 's242ngp', i didn't even know what it was for.
Posts: 1,610
Threads: 19
Joined: Feb 2012
Reputation:
29
This is really cool to see new developments on this stuff again!!!
I wish I had time to play with the stuff, but (ugh) I seem like I'm barely keeping up with things I need to get done lately.
Thanks everyone!
Posts: 91
Threads: 6
Joined: Apr 2012
Reputation:
2
Tested on my PC Windows 10 with the sqrxz code above and it works with few changes (removing Sys* function from library.c)
Great!
Q: How to add -D stuff in CFLAGS?
Posts: 11
Threads: 3
Joined: Aug 2016
Reputation:
2
Good question.
I've uploaded a new version (same url) just use something like:
CFLAGS = -DDEBUG
CFLAGS2 = -O3
Posts: 91
Threads: 6
Joined: Apr 2012
Reputation:
2
12-21-2017, 03:37 AM
(This post was last modified: 12-21-2017, 04:05 AM by sodthor.)
merci bien! (et ça marche!)