elefas
February 18th, 2005, 15:32
Ah, finally found the secret place where dc developpers meet! :)
I need some help with my supervision emulator. I have three major issues:
1) sound (the original windows emu uses SEAL. I was told that it is easy to convert it to SDL but I have never worked on sound before)
2) make the emu running faster. Maybe discard SDL and use PVR (don't know if it is worth since the video stuff for a handheld like this is very primitive and DC should handle it without much effort even in SDL). Maybe some tricks from the emu experts speed things up.
3) I have a problem with the interface of the emulator. I want to return to rom selection menu when the user presses the START button and from there to choose another rom to play. I have done this but when a new rom is selected the emu does not initialize properly and does nothing. This problem is related also to the windows version (original). When you press ESC to return to the GUI and choose another rom, the application terminates.
So is any coder here willing to help me to overcome these difficulties? I would like to make this emu as much complete as I can. I know that emulating a crappy handheld may not be interesting from gameplay point of view but from a coder's view it is a sort of challenge.
I am expecting your help guys. If anyone is interested into please post to this thread.
Later tonight I'll post the link where the source code can be found.
eLefas
I need some help with my supervision emulator. I have three major issues:
1) sound (the original windows emu uses SEAL. I was told that it is easy to convert it to SDL but I have never worked on sound before)
2) make the emu running faster. Maybe discard SDL and use PVR (don't know if it is worth since the video stuff for a handheld like this is very primitive and DC should handle it without much effort even in SDL). Maybe some tricks from the emu experts speed things up.
3) I have a problem with the interface of the emulator. I want to return to rom selection menu when the user presses the START button and from there to choose another rom to play. I have done this but when a new rom is selected the emu does not initialize properly and does nothing. This problem is related also to the windows version (original). When you press ESC to return to the GUI and choose another rom, the application terminates.
So is any coder here willing to help me to overcome these difficulties? I would like to make this emu as much complete as I can. I know that emulating a crappy handheld may not be interesting from gameplay point of view but from a coder's view it is a sort of challenge.
I am expecting your help guys. If anyone is interested into please post to this thread.
Later tonight I'll post the link where the source code can be found.
eLefas