Search found 17 matches

by charly400
Thu Apr 19, 2018 3:23 am
Forum: Other Retro Dev
Topic: WDC offers free C Compiler/Optimizer and more
Replies: 52
Views: 52312

Re: WDC offers free C Compiler/Optimizer and more

Yes, you're right, it's an image, just load the pixels in the vram, I'd like to be able to implement multithreading, if I do not have the libraries for the snes hardware, maybe I can make calls to the OS kernel from the emulator, another possibility is to program the libraries in assembler, knowing ...
by charly400
Thu Apr 19, 2018 1:24 am
Forum: Other Retro Dev
Topic: WDC offers free C Compiler/Optimizer and more
Replies: 52
Views: 52312

Re: WDC offers free C Compiler/Optimizer and more

well this is the 2.0 version of wdc tools: http://www.mediafire.com/file/pqvz1i9t8by35ak/WDCTools+2.0.zip and an example someone had made a long time ago, this example can be compiled and linked with wdc tools, it's a SNES game: http://www.mediafire.com/file/9bf0nt91muhd0wc/kungfu_1.zip I do not kno...