suborb
suborb
Please see https://github.com/z88dk/z88dk/issues/330#issuecomment-324791397 vaarg is difficult with l->r calling it seems.
Yes, something needs to be done with vaarg, switching vaarg to r->l is probably the easiest thing to do. There's a few comments on the edge cases that it breaks...
Sound is very subjective :) I suspect there's a constant wrong somewhere for the speed of the PSG device However, could you: a) Attach an example program that shows the...
Sorry it's taken so long to get round to merging..
I'm halfway through improving the kc target. There's a few problems with the native console output (not filling the whole screen is one of them!). The gencon code only works...
@Fabrizio-Caruso I've now implemented gencon for the 85/4 and 85/5 machines. The same binary should work across all 85/2 .. 85/5 machines. I've also switched the port to ixiy (since...
I had it working last night. I’ll let you know the compile line and cross chase commit hash later on. As well as checking that I’ve conmitted everything!
KC85/5, commit hash 6c2597c8fbace5a1e3f3645761397f48b676cfc0 from cross-chase ``` make kc_udg /Users/dom/z88dk/bin/zcc +kc -O2 \ -DFULL_GAME \ -DEND_SCREEN -DBETWEEN_LEVEL -DNO_WAIT \ -DCONIO_VT52 \ -DCONIO \ -lndos -m \ -DANIMATE_PLAYER \ -DUDG_GRAPHICS \...
This one eventually gets some display defects which will need investigation, but... ``` /Users/dom/z88dk/bin/zcc +kc \ -pragma-redirect:fputc_cons=fputc_cons_generic \ -D__KC__ \ -DZ88DK_SPRITES \ -DTINY_GAME \ -DLESS_TEXT \ -DNO_SLEEP \ -DNO_WAIT \...
The UDG version won't work on the /2,3 - the maximum program size there is about 12k.