Welcome to Emulationworld

Forum Index | FAQ | New User | Login | Search

Make a New PostPrevious ThreadView All ThreadsNext ThreadShow in Flat Mode*


SubjectCompiling MameBoy Reply to this message
Posted byAnonymous (63.210.209.12)
Posted on02/27/01 03:44 AM



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.




-
Entire Thread
Subject  Posted byPosted On
.Compiling MameBoy  Anonymous02/27/01 03:44 AM
.*Re: Compiling MameBoy  Marconelly!02/27/01 09:23 AM
.*Re: Compiling MameBoy  Anonymous02/27/01 03:47 AM