[Xmame] 3 punches, kicks for cps2 revisited

2005-12-28 Thread ron hoffman
after poking around a bit i found the mame32k sources which had this function , and in the sources i located the code needed for adding 3 punches and kicks for cps2.. however i'm having problems trying to compile it in xmame.. i was wondering if anyone can translate the code or at least give me clu

Re: [Xmame] 3 punches, kicks for cps2 revisited

2005-12-28 Thread Lawrence Gold
On Dec 28, 2005, at 12:12 PM, ron hoffman wrote: after poking around a bit i found the mame32k sources which had this function , and in the sources i located the code needed for adding 3 punches and kicks for cps2.. however i'm having problems trying to compile it in xmame.. i was wondering if a

Re: [Xmame] 3 punches, kicks for cps2 revisited

2005-12-28 Thread ron hoffman
ok great here goes.. in mame32k/src/drivers/cps2.c INPUT_PORTS_START( ssf2 ) PORT_START /* IN0 (0x00) */ PORT_BIT( 0x0001, IP_ACTIVE_LOW, IPT_JOYSTICK_RIGHT | IPF_8WAY | IPF_PLAYER1 ) PORT_BIT( 0x0002, IP_ACTIVE_LOW, IPT_JOYSTICK_LEFT | IPF_8WAY | IPF_PLAYER1 ) PORT_BIT( 0x00

Re: [Xmame] 3 punches, kicks for cps2 revisited

2005-12-28 Thread mushroom blue
> naturally i'm not gonna define kaillera or use the > chat part of the code nor the 4 player functions if > i'm just using it for cps2.. Thanks guys..if i'm > missing anything let me know as a footnote i'm using > 0.87 xmame sources I wouldn't rule out those kaillera ifdefs just yet, boyo. :) __

Re: [Xmame] 3 punches, kicks for cps2 revisited

2005-12-29 Thread smf
Can't you do that by redefining the keys? IIRC you can have: button1 : A OR Q button2: S OR Q button3: D OR Q Pressing Q will hit all those buttons, A/S/D will press individual ones. Phill ___ Xmame mailing list Xmame@toybox.twisted.org.uk http://t

Re: [Xmame] 3 punches, kicks for cps2 revisited

2005-12-29 Thread ron hoffman
--- smf <[EMAIL PROTECTED]> wrote: > Can't you do that by redefining the keys? > > IIRC you can have: > > button1 : A OR Q > button2: S OR Q > button3: D OR Q > > Pressing Q will hit all those buttons, A/S/D will > press individual ones. > > Phill > Thnks Phill .. it's awfully funny the way