I’m thinking about attempting a port of an existing emulator code base to Silverlight 3. There appears to be enough functionality with WritableBitmap and the new sound classes to make a port feasible. Is anyone familiar with an emulator that’s open source and might not be too hard to port? I’d really like to focus on moving the media aspects of the source to SL more than the complexities of porting some awkward ASM code to C#. I guess if I could find some source that’s already in C# it might be ideal.
I’m thinking about attempting a port of an existing emulator code base to Silverlight
Share
Start with a good ‘ol NES emulator…
SharpNES is C#/Mono so while it might not be directly port-able, it should be a good start.
vNES is a Java NES emulator intended to be run in an applet. It’s source is freely available under GPL. Not C#, but might be worth looking at for ideas.