diff options
author | 2018-10-30 23:16:38 +1100 | |
---|---|---|
committer | 2018-10-30 23:16:38 +1100 | |
commit | 0340e8ac2cea61bce122b8e44fb8b64f86bc804c (patch) | |
tree | ad1649c28664f31eb65dc29265bbd495bc33f830 /src/mame/drivers/xavix.cpp | |
parent | 9a49527058450fa61c2665937002dd506632f154 (diff) | |
parent | fc726060143d454c838fba9c82ce830c63a008c0 (diff) |
Merge remote-tracking branch 'upstream/release0203'
Diffstat (limited to 'src/mame/drivers/xavix.cpp')
-rw-r--r-- | src/mame/drivers/xavix.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/mame/drivers/xavix.cpp b/src/mame/drivers/xavix.cpp index f66468e464a..34fcb313409 100644 --- a/src/mame/drivers/xavix.cpp +++ b/src/mame/drivers/xavix.cpp @@ -509,10 +509,10 @@ INPUT_PORTS_END /* static INPUT_PORTS_START( xavixp ) - PORT_INCLUDE(xavix) + PORT_INCLUDE(xavix) - PORT_MODIFY("REGION") // PAL/NTSC flag - PORT_BIT( 0xff, IP_ACTIVE_LOW, IPT_CUSTOM ) + PORT_MODIFY("REGION") // PAL/NTSC flag + PORT_BIT( 0xff, IP_ACTIVE_LOW, IPT_CUSTOM ) INPUT_PORTS_END */ @@ -555,7 +555,7 @@ static INPUT_PORTS_START( rad_crdn ) PORT_MODIFY("IN0") PORT_BIT( 0x20, IP_ACTIVE_HIGH, IPT_BUTTON1 ) - PORT_BIT( 0x40, IP_ACTIVE_HIGH, IPT_BUTTON2 ) + PORT_BIT( 0x40, IP_ACTIVE_HIGH, IPT_BUTTON2 ) PORT_MODIFY("IN1") PORT_BIT( 0x04, IP_ACTIVE_HIGH, IPT_JOYSTICK_UP ) @@ -603,11 +603,11 @@ static INPUT_PORTS_START( rad_bass ) PORT_MODIFY("IN0") PORT_BIT( 0x20, IP_ACTIVE_HIGH, IPT_BUTTON1 ) PORT_BIT( 0x40, IP_ACTIVE_HIGH, IPT_JOYSTICK_UP ) - PORT_BIT( 0x80, IP_ACTIVE_HIGH, IPT_JOYSTICK_DOWN ) + PORT_BIT( 0x80, IP_ACTIVE_HIGH, IPT_JOYSTICK_DOWN ) PORT_MODIFY("IN1") PORT_BIT( 0x10, IP_ACTIVE_HIGH, IPT_JOYSTICK_LEFT ) - PORT_BIT( 0x20, IP_ACTIVE_HIGH, IPT_JOYSTICK_RIGHT ) + PORT_BIT( 0x20, IP_ACTIVE_HIGH, IPT_JOYSTICK_RIGHT ) PORT_BIT( 0x40, IP_ACTIVE_HIGH, IPT_POWER_OFF ) PORT_NAME("Power Switch") // pressing this will turn the game off. INPUT_PORTS_END @@ -939,7 +939,7 @@ ROM_END /* The e-kara cartridges require the BIOS rom to map into 2nd external bus space as they fetch palette data from - it etc. + it etc. */ #define EKARA_BASE_ROM \ |