|
Hi, I downloaded the MameBoy source and am having some difficulty building it.
1) It seems to be calling GAMEX functions rather than GAPI functions. I got around this by using the CGameX.CPP file from the iMame source, which replaces the GAMEX calls with GAPI calls.
However, this led to...
2) It would build, but give a DSA error when run on the machine. It appears the GAMEX_Init is being called without an hWnd to pass on to GXOpenDisplay. Is this correct or is that why the GXOpenDisplay would fail?
So I tried...
3) Moving the GAMEX_Init call into the MAME32_Init function (and versa vice for the GAMEX_Close or whatever)
which...
4) didn't work.
So, what am I doing wrong, is the source of MameBoy in sync with the exec, etc. etc. (I downloaded it two days ago)?
Also, any ideas on when MAMECE source will become available?
Thanks in advance.
|