Abgeschickt von Regi am 28 Oktober, 2000 um 08:36:50:
Antwort auf: Re: Genesis on Dreamcast .. is it a reality? von Ellum am 25 Oktober, 2000 um 15:05:24:
If I got ahold of ripped copy of it, I would try. BTW, DreamSNES, Sintendo, and the Ngine version of SNES9X... they're all hacked versions of the SNES9X program. The differences being that SNES9X has open source, and is written in c. I have no idea what dreamlib is written in, but if you just had the program and disassembled it, it would be in ASM... I'll openly admit that ASM isn't exactly fun to mess with, but the only reason it would be of any difficulty to have it read roms off the disc is if the roms over the net are encrypted. If they aren't, and assuming dreamlib loads the rom from a URL, then all that should be needed is to use a file:// url.
Of course, there are a lot of "should"s and "if"s in there ^.^;