Previous 199869 Revisions Next

r32241 Sunday 21st September, 2014 at 01:58:39 UTC by hap
woop
[src/mame/audio]seibu.h

trunk/src/mame/audio/seibu.h
r32240r32241
149149   PORT_START("COIN")                                              \
150150   PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_COIN1 ) PORT_IMPULSE(4)      \
151151   PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_COIN2 ) PORT_IMPULSE(4)      \
152   PORT_BIT( 0x04, IP_ACTIVE_HIGH, IPT_UNUSED )                    \
153   PORT_BIT( 0x08, IP_ACTIVE_HIGH, IPT_UNUSED )                    \
154   PORT_BIT( 0x10, IP_ACTIVE_HIGH, IPT_UNUSED )                    \
155   PORT_BIT( 0x20, IP_ACTIVE_HIGH, IPT_UNUSED )                    \
156   PORT_BIT( 0x40, IP_ACTIVE_HIGH, IPT_UNUSED )                    \
157   PORT_BIT( 0x80, IP_ACTIVE_HIGH, IPT_UNUSED )
152   PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_UNUSED )                     \
153   PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_UNUSED )                     \
154   PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_UNUSED )                     \
155   PORT_BIT( 0x20, IP_ACTIVE_LOW, IPT_UNUSED )                     \
156   PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_UNUSED )                     \
157   PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_UNUSED )
158158
159159
160160#define SEIBU_SOUND_SYSTEM_CPU(freq)                                \

Previous 199869 Revisions Next


© 1997-2024 The MAME Team