Por fin alguien ha portado el emulador de esta legendaria consola de sobremesa para Nintendo DS. Está en versión alpha, así que no esperéis demasiado, de hecho el programador tiene problemas con el framebuffer de DS así que por lo visto tiene fallos gráficos (aún no lo he probado).
Os dejo con el post original.
I am working on a port of the Atari 2600 emulator Stella. So far almost the entire code base has been ported. Download a ROM and put it in the data directory. Name it "pacman.bin" and recompile. The emulator will load, MD5 sum, and execute it.
What's left? I am having problems with the frame buffer so no visuals. It's a problem with the ported emulator code, not the DS framebuffer because I can write to the DS framebuffer fine. The source code is in the zip; perhaps, you could take a look. Namely, the TIA.cpp file is what handles the Atari's framebuffer. I honestly don't know what's the matter, but then again, this is my first real DS project.
Also, sound and controls need to be implemented. Shouldn't be too hard -- at least the controls. I am not going to start on these features until I get framebuffer working though.
Versión Alpha:
Descargar aquí.
Instrucciones:
- Obtener una rom de Atari2600 de los lugares habituales.
- Renombrarla a "pacman.bin". Lo siento, de momento solo admite un juego de cada vez.
- Recompilar.
De momento no es gran cosa, pero incluye el código fuente por si alguien se anima a mejorarlo