Chilly Willy, on Apr 24 2009, 06:13 AM, said:
GerbilSoft, on Apr 19 2009, 09:05 PM, said:
I'm getting close to releasing Gens/GS r7. In preparation, I'm starting to document the MDP v1.0.0 specification. The initial documents are available at
http://www.soniccent...lsoft/gens/mdp/ .
Note that the new HTML documentation is in draft stages, and not everything has been ported from the MDP v0.1 documentation that was included in Gens/GS m6.
I would appreciate it if I could get some feedback on the MDP v1.0.0-draft specifications.
I noticed that you have fields for the CPU flags supported and required. If you are eventually looking at cross-platform support (say ARM or PPC or MIPS), you may wish to have a CPU type field as well with some predefined values. You'll need to distinguish between x86 and x86-64 for 64 bit support. PPC and MIPS also come in 32 bit or 64 bit varieties. I'm not sure is ARM has a 64 bit variant yet.
There's no need for this, and for a good reason: MDP plugins are binary. A plugin compiled for x86-64 will only work on x86-64 Gens, x86 with x86 Gens, MIPS with MIPS Gens, etc.
I will provide different CPU flag defines for other CPUs though, e.g. AltiVec on PowerPC.
Josh, on Apr 23 2009, 07:41 PM, said:
I have a handful of requests. This'll become my standard Genesis emulator if two things can be added...
-Add controller mapping for quicksave/quickload.
-Add a turbo function, and let it be mapped as well.
I spent around 30 minutes trying out the various settings, and this is an AWESOME emulator. I've just got way to used to having those functions, haha.
Thanks. Key remapping for functions like save/load will be added eventually, as well as turbo functions.
SOTI, on Apr 23 2009, 06:13 PM, said:
I don't know if you've tested Gens/GS m6 in Ubuntu 9.04 however I'm not getting a good resolution while on full screen. In 8.10, full screen would stretch the game to the entire screen while using 9.04 it isn't stretched to fit my resolution. Any way to rectify this?
Also, keys are still fucking up while in fullscreen, hitting enter can sometimes go back to windowed. D:
I'll have to check what changes were made in the Intel GMA drivers in 9.04 to see what broke. I'm guessing that they turned off scaling by default.