04-23-2005, 05:41 PM
ouais je sais je me suis basé dessus pour faire mon adaptateur jamma ce matin. Il y a bien Table GND, mais le mettre en l'air ou a la masse n'a rien changé. J'ai essayé tous les dip switches, sans succès et pourtant le driver de mame indique qu'il est possible de le faire, sans préciser où:
#define NAMCO_56DSW0\
PORT_START_TAG("DSW0") /* 56XX #1 pins 30-33 */\
PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_UNUSED )\
PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_UNUSED )\
PORT_DIPNAME( 0x04, 0x04, DEF_STR( Cabinet ) )\
PORT_DIPSETTING( 0x04, DEF_STR( Upright ) )\
PORT_DIPSETTING( 0x00, DEF_STR( Cocktail ) )\
PORT_SERVICE( 0x08, IP_ACTIVE_LOW )
#define NAMCO_56DSW0\
PORT_START_TAG("DSW0") /* 56XX #1 pins 30-33 */\
PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_UNUSED )\
PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_UNUSED )\
PORT_DIPNAME( 0x04, 0x04, DEF_STR( Cabinet ) )\
PORT_DIPSETTING( 0x04, DEF_STR( Upright ) )\
PORT_DIPSETTING( 0x00, DEF_STR( Cocktail ) )\
PORT_SERVICE( 0x08, IP_ACTIVE_LOW )