@ericb59
Since recompiling of library with float may increase size of com file I've decided to implement ftoa function in my code instead. That solved use cases I care about.
Thanks
Hello!
I tried to compile an example printTextGraphic.c in Fusion-c library and found a mistake in line 70:
CopyRamToVram(start_adr,&buff, 2048);
Obviously should be
CopyRamToVram(&buff, start_adr, 2048);
thank you for pointing this mistake Arsenlikum
Can you add me to your private development repository, @ericb59? My github account is in my user profile (it's the public email address).
As an incentive, I present to you this little experiment I wrote to learn how to use the V9990. I made it using the g9klib included in Fusion-C. And some temporary sprites I got from Air Buster.
And this video of the experiment.
Nice.
I hope you will continue on this way
I have some cleaning and updating to do on my GitHub before adding you...
I come back to you as soon as possible.