MAMEWorld >> MAME Artwork: Official
View all threads Index   Flat Mode Flat  

wemr97dl
MAME Fan
Reged: 04/25/21
Posts: 198
Send PM
Re: Vas Crabb or Mr. Do: Request for Input
03/24/23 07:15 AM Attachment: default.lay 10 KB (2 downloads)


> Works great, thanks. I thought we were limited to 1-2-4-8. Guess not. Got every other
> game to work so far though, except Arch Rivals; it has a 49-way joystick, which is a
> bit beyond me.

If you run ARCHRIVLB its a bootleg w 8way Joystick-
from midway/mcr68.cpp

I only found it by starting with your files and was checking to see if I could get the Joysticks to work. lay file attached

static INPUT_PORTS_START( archrivlb )
PORT_START("IN0")
PORT_BIT( 0x0001, IP_ACTIVE_LOW, IPT_COIN1 )
PORT_BIT( 0x0002, IP_ACTIVE_LOW, IPT_COIN2 )
PORT_BIT( 0x000c, IP_ACTIVE_LOW, IPT_UNUSED )
PORT_BIT( 0x0010, IP_ACTIVE_LOW, IPT_TILT )
PORT_BIT( 0x0020, IP_ACTIVE_LOW, IPT_UNUSED )
PORT_BIT( 0x0040, IP_ACTIVE_LOW, IPT_SERVICE1 )
PORT_SERVICE( 0x0080, IP_ACTIVE_LOW )
PORT_BIT( 0x0100, IP_ACTIVE_LOW, IPT_START1 )
PORT_BIT( 0x0200, IP_ACTIVE_LOW, IPT_START2 )
PORT_BIT( 0x0c00, IP_ACTIVE_LOW, IPT_UNUSED )
PORT_BIT( 0x1000, IP_ACTIVE_LOW, IPT_BUTTON1 ) PORT_PLAYER(1)
PORT_BIT( 0x2000, IP_ACTIVE_LOW, IPT_BUTTON2 ) PORT_PLAYER(1)
PORT_BIT( 0x4000, IP_ACTIVE_LOW, IPT_BUTTON1 ) PORT_PLAYER(2)
PORT_BIT( 0x8000, IP_ACTIVE_LOW, IPT_BUTTON2 ) PORT_PLAYER(2)

PORT_START("IN1")
PORT_BIT( 0x0001, IP_ACTIVE_LOW, IPT_UNUSED )
PORT_BIT( 0x0002, IP_ACTIVE_LOW, IPT_UNUSED )
PORT_BIT( 0x0004, IP_ACTIVE_LOW, IPT_UNUSED )
PORT_BIT( 0x0008, IP_ACTIVE_LOW, IPT_UNUSED )
PORT_BIT( 0x0010, IP_ACTIVE_LOW, IPT_UNUSED )
PORT_BIT( 0x0020, IP_ACTIVE_LOW, IPT_UNUSED )
PORT_BIT( 0x0040, IP_ACTIVE_LOW, IPT_UNUSED )
PORT_BIT( 0x0080, IP_ACTIVE_LOW, IPT_UNUSED )
PORT_BIT( 0x0100, IP_ACTIVE_LOW, IPT_JOYSTICK_RIGHT ) PORT_8WAY PORT_PLAYER(2)
PORT_BIT( 0x0200, IP_ACTIVE_LOW, IPT_JOYSTICK_LEFT ) PORT_8WAY PORT_PLAYER(2)
PORT_BIT( 0x0400, IP_ACTIVE_LOW, IPT_JOYSTICK_DOWN ) PORT_8WAY PORT_PLAYER(2)
PORT_BIT( 0x0800, IP_ACTIVE_LOW, IPT_JOYSTICK_UP ) PORT_8WAY PORT_PLAYER(2)
PORT_BIT( 0x1000, IP_ACTIVE_LOW, IPT_JOYSTICK_RIGHT ) PORT_8WAY PORT_PLAYER(1)
PORT_BIT( 0x2000, IP_ACTIVE_LOW, IPT_JOYSTICK_LEFT ) PORT_8WAY PORT_PLAYER(1)
PORT_BIT( 0x4000, IP_ACTIVE_LOW, IPT_JOYSTICK_DOWN ) PORT_8WAY PORT_PLAYER(1)
PORT_BIT( 0x8000, IP_ACTIVE_LOW, IPT_JOYSTICK_UP ) PORT_8WAY PORT_PLAYER(1)


My Mame Artwork
https://drive.google.com/drive/folders/1OP43Qk_2uCIJ7HLY2maemAmJHtu9kbyV?usp=share_link







Entire thread
Subject Posted by Posted on
* Vas Crabb or Mr. Do: Request for Input Nightvoice 12/03/20 04:22 PM
. * Re: Vas Crabb or Mr. Do: Request for Input Mr. DoAdministrator  12/03/20 08:51 PM
. * Re: Vas Crabb or Mr. Do: Request for Input MooglyGuy  12/04/20 04:06 AM
. * Re: Vas Crabb or Mr. Do: Request for Input Mr. DoAdministrator  12/04/20 07:39 AM
. * Re: Vas Crabb or Mr. Do: Request for Input Vas Crabb  12/05/20 01:46 PM
. * Re: Vas Crabb or Mr. Do: Request for Input Vas Crabb  12/04/20 11:19 AM
. * Re: Vas Crabb or Mr. Do: Request for Input Nightvoice  12/31/20 08:36 PM
. * Re: Vas Crabb or Mr. Do: Request for Input Mr. DoAdministrator  01/01/21 12:25 AM
. * Re: Vas Crabb or Mr. Do: Request for Input Vas Crabb  01/01/21 03:47 AM
. * What Am I Doing Wrong? Nightvoice  11/24/21 10:40 PM
. * Re: What Am I Doing Wrong? Vas Crabb  11/27/21 06:55 PM
. * Re: What Am I Doing Wrong? Nightvoice  11/27/21 08:07 PM
. * Re: What Am I Doing Wrong? Mr. DoAdministrator  12/05/21 03:34 PM
. * Re: What Am I Doing Wrong? Nightvoice  12/05/21 11:21 PM
. * Re: Escape From The Planet of the Robot Monsters Nightvoice  12/08/21 05:22 AM
. * Re: What Am I Doing Wrong? Vas Crabb  11/27/21 05:18 AM
. * Re: Vas Crabb or Mr. Do: Request for Input Nightvoice  01/01/21 07:31 AM
. * Re: Vas Crabb or Mr. Do: Request for Input Vas Crabb  01/01/21 03:02 PM
. * Re: Vas Crabb or Mr. Do: Request for Input Nightvoice  12/04/20 03:34 PM
. * Re: Vas Crabb or Mr. Do: Request for Input Vas Crabb  12/05/20 04:36 AM
. * Re: Vas Crabb or Mr. Do: Request for Input Nightvoice  12/03/20 10:04 PM
. * Re: Vas Crabb or Mr. Do: Request for Input wemr97dl  03/24/23 07:15 AM
. * Re: Vas Crabb or Mr. Do: Request for Input Nightvoice  03/24/23 09:42 PM
. * Re: Vas Crabb or Mr. Do: Request for Input Nightvoice  12/03/20 04:23 PM

Extra information Permissions
Moderator:  Mr. Do 
1 registered and 10 anonymous users are browsing this forum.
You cannot start new topics
You cannot reply to topics
HTML is enabled
UBBCode is enabled
Thread views: 1131