Search found 3 matches

by flaggy
Fri Nov 02, 2012 6:01 pm
Forum: Development
Topic: zsnes port to C language
Replies: 9
Views: 17284

Re: zsnes port to C language

I have set up a public repository with the development I'm doing. Everyone is welcomed to help me out making the transition from assembly to C:

https://github.com/aflag/zsnes

I hope eventually we'll be able to merge any changes back to the main development branch.
by flaggy
Fri Nov 02, 2012 4:11 am
Forum: Development
Topic: zsnes port to C language
Replies: 9
Views: 17284

Re: zsnes port to C language

I was just curious whether rewriting things in C was a worthy goal, or if it was hopeless. I decided I'd have a go at it. So I began with init function. I found this part ; Initialize volume xor edx,edx movzx eax,byte[MusicRelVol] shl eax,7 mov ebx,0A3D70A3Dh mul ebx shr edx,6 cmp dl,127 jb .noof mo...
by flaggy
Tue Oct 30, 2012 2:54 am
Forum: Development
Topic: zsnes port to C language
Replies: 9
Views: 17284

zsnes port to C language

It looks like you guys started porting things to C, but then stoped. Is there a reason for that? Is there something that just can't be ported to C? It would be very good if everything was written in C because then we could compile zsnes to 64 bits intel processor and several other targets. It would ...