PDA
$threadinfo[title]
-


Julio
November 29th, 2003, 22:09
Hi everyone !

I've been compiling my own of Mame32+ for a while, but i'd like (for a few months ! :p ) to add the excellent Kaillera option to my build.

But i can't find any exemple page whic explains how implement Kaillera in the source code of Mame32...But i already looked for so much, and i found nothing !

Would someone have any link to a webpage explaining how implement Kaillera to Mame32, a sort of tutorial ? It doesn't seem very difficult, beacause there is a few sources to add, but i don't know WHERE i have to add them...

I'd like to make a 0.77 version of Mame32k, because the last Mame32k is only 0.67...

Thanks so much for your answers...

fivefeet8
November 30th, 2003, 02:32
Have you looked at the mame32k source from www.kaillera.com? or the SDK? You could try posting for help at the kaillera forum too.

Julio
November 30th, 2003, 18:17
I've already been there, but i don't find anything and Kaillera's forums are not very active... So if someone can help me, it'd be so great ! :) Thanks a lot for your links ! ;)

fivefeet8
November 30th, 2003, 22:47
I've taken a look at the Kaillera SDK and if you know a lot about programming, then it should be well explained in it. It's a got a header file to work with. The header file contains explanations of what the various functions in kaillera do and what arguments are needed. You will need to code some lines in mame32+ to use those functions. I think you should really look at the mame32k source available at the site.

This is what it says in the kaillera sdk:

well, everything should be self explained in kailleraclient.h.

if you need a sample, go look at the Kaillera implementation in the Mame32 source code, available on Kaillera's home page (http://www.kaillera.com/)

if you still have troubles/problems implementing the Kaillera client into your application, go look into the Kaillera SDK forums.

-christophe