Tell me more ×
Raspberry Pi Stack Exchange is a question and answer site for users and developers of hardware and software for Raspberry Pi. It's 100% free, no registration required.

What is the current status of Sega Genesis/Mega Drive emulation? I'd like to get Gens or Gens-GS running on Raspbian, if possible. How is the performance?

Since Genesis/Mega Drive Gens also emulates the 32X and Sega CD, as well, feel free to mention this information, if it is available.

share|improve this question
Currently this question solicits extended discussion. Consider altering it to ask a specific question, perhaps of how to install a certain emulator, instead of asking for a list. – Jivings Jul 21 '12 at 13:00
Updated to ask specifically about Gens. – Zoot Jul 23 '12 at 13:03
Nice. I would also be interested in this. I'll let you know when my next batch of SD cards arrives :) – Jivings Jul 23 '12 at 16:25
@Jivings Have your SD cards arrived yet? I'd be interested in any updates you have. – Zoot Dec 3 '12 at 17:32
It's still one of the projects I want to get done. Currently I'm still messing around with my micro-printer. I wish I had more time :( – Jivings Dec 4 '12 at 7:51

1 Answer

up vote 2 down vote accepted

At the moment, my understanding is that you won't be able to get Gens to run on the RPi. Gens contains x86-specific assembly, which won't compile or run on the RPi.

On the other hand, there are a number of Mega Drive emulators for ARM devices like iPhone and Android phones, but they're all OS-specific and won't run on the Pi either.

I did find DGen which compiled and ran on my Pi, but crashed a few seconds in when the SEGA sound tried to play.

share|improve this answer
Is there another emulator that we should be pinning our hopes on, like PicoDrive? – Zoot Jul 24 '12 at 12:54
From what I could tell, PicoDrive is closed source, hasn't been updated recently, and is more targeted at handheld devices like the Pandora. Something like DGen which at least compiles on RPi is probably the best bet, short-term. But then, I could be wrong :) – DK. Jul 24 '12 at 13:38
Try disabling the sound and see if it crashes. Possibly just a piping issue that can be changed in source somewhere. The same problems occurred on PC's emulators with various sound cards. – ppumkin Aug 23 '12 at 9:15

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.