|
> > Just wanted to offer a quick thanks to both Tekhmaster and Ottoman. > > Me too. > > I got my Jornada 567 a couple of days ago and really wanted to use MAMECE3 on > it. > > I am a programmer by trade (C++, Java, C#/.Net), but this is my first exposure > to Embedded Visual C++. > > Using the info from Ottoman, I was able to modify my source to get the buttons > to work. > > I did get around the linker problem with the function set_root_path() in File.c. > I commented out line 38 in File.h, which declares set_root_path(). However, > this seems to cause MameCE not to be able to find Roms in the the "Roms" > sub-directory of the executable directory. > > I'm able to get some games to load now and the buttons work, but I get no sound. > Since this is my first exposure to the MAMECE3 I don't know if this is expected > or not. I did enable the "Enable sound" item in the Options menu. Any ideas? > > Also, what button is the "OK" button? > > Thanks, > --Anil >
The Set_root_path is needed to locate the root directory of your app. Without it rom locations can't be found correctly. It shouldn't have anything to do with sound however.
OK is entered by hitting the left direction then the right direction. :)
Cheers, -Techmaster
|