Abgeschickt von sonicblur am 19 Oktober, 2000 um 04:13:34:
Antwort auf: Re: too bad zsnes source isnīt available... von Alien8 am 18 Oktober, 2000 um 18:12:46:
: Zsnes asm version run games with sound (stereo) @ 60fps on my pentium166MMX...
: think about what could be done with this sourcecode on the dc.. :)
It's very hard to port ASM code. ASM is for the chip it's running on,
while C is a universial language, used by a bunch of computers and systems.
ASM is usually very fast. I can run NES games full speed on my old 60mhz mac, because the emulator I used was in ASM!
C is more popular, and easy to port, but slower.
Hmmmm... I'm out of stuff to say.