Neo Geo CD emulator


Last edited by a moderator:
It's booting up now but crashes immediately with a segfault.

I just hope thats because the audio is missing...

So I have to build this cdemu from source?

Thanks again, mcobit. You're really helping me out a lot!
 
Did you try with the normal sdl, not the one in the codeblocks pnd? I had a segfault related to that recently, too.
 
Finally registered an account. Man, these captchas are a thing, definitely...

Yes, I think I used the codeblocks SDL. I'm quite happy with how far I got considering the limited skills I have...

Additionally, the author of neocdsdl mentioned that there had to be changes made to the SDL.

 

To get the cd audio to work I have had to modify SDL slightly, so you will have
to rebuild it from source. Instructions for that should be found in the SDL
distribution.

The change is in <SDL dir>/src/cdrom/linux/SDL_syscdrom.c
change line 124 to:
cdfd = open(drive, (O_RDONLY|O_NONBLOCK), 0);

change line 385 to:
return(open(SDL_cdlist[drive], (O_RDONLY|O_NONBLOCK), 0));



 

But I don't know which version of the SDL he used, because the versions I used seemed different. That means on the line numbers mentioned I found not the right lines.

Edit:

So what do you mean by the "normal" one? Where is the normal SDL located?
 
Last edited by a moderator:
Yes  ^_^   . I just finished breakfast, 10:35 am here. I'm now preparing some things for the lunch (on weekends I cook some roasted meat for my family  :D  ). I'll keep you posted  ;)  .
 
Ah, cool! Than I wish you a good morning and enjoy your meal! :D  Sounds yummy!
 
Last edited by a moderator:
Back
Top