| QUOTE (Pyronious @ Sep 8 2002, 10:06 AM) |
| So, I got the .6 version of Mame-X to compile properly and it is running fine on my Xbox. However, I am having trouble getting the NEOGEO version to compile. What exactly do I need to do to generate the NeoGeo version of the XBE? I tried adding the #DEFINE NEOMAME, but this caused some errors to occur during compilation: c:\build\MAME\src\cpu\tms9900\99xxcore.h(702) : error C2065: 'tms9995reset_param' : undeclared identifier c:\build\MAME\src\cpu\tms9900\99xxcore.h(702) : error C2059: syntax error : ')' c:\build\MAME\src\cpu\tms9900\99xxcore.h(703) : error C2059: syntax error : ')' Strangely, I don't get these errors when building the app without the NEOMAME #DEFINE. Any suggestions? |