diff options
Diffstat (limited to 'src/mame/dataeast/liberate.cpp')
-rw-r--r-- | src/mame/dataeast/liberate.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/dataeast/liberate.cpp b/src/mame/dataeast/liberate.cpp index 1622d69d9d5..5b2f5edf25d 100644 --- a/src/mame/dataeast/liberate.cpp +++ b/src/mame/dataeast/liberate.cpp @@ -358,7 +358,7 @@ void liberate_state::liberate_sound_map(address_map &map) static INPUT_PORTS_START( generic_input ) PORT_START("IN0") - PORT_BIT( 0xff, IP_ACTIVE_HIGH, IPT_CUSTOM ) PORT_VBLANK("screen") + PORT_BIT( 0xff, IP_ACTIVE_HIGH, IPT_CUSTOM ) PORT_READ_LINE_DEVICE_MEMBER("screen", FUNC(screen_device::vblank)) PORT_START("IN1") PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_JOYSTICK_RIGHT ) PORT_8WAY @@ -378,7 +378,7 @@ static INPUT_PORTS_START( generic_input ) PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_BUTTON1 ) PORT_COCKTAIL PORT_BIT( 0x20, IP_ACTIVE_LOW, IPT_BUTTON2 ) PORT_COCKTAIL PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_UNKNOWN ) - PORT_BIT( 0x80, IP_ACTIVE_HIGH, IPT_CUSTOM ) PORT_VBLANK("screen") + PORT_BIT( 0x80, IP_ACTIVE_HIGH, IPT_CUSTOM ) PORT_READ_LINE_DEVICE_MEMBER("screen", FUNC(screen_device::vblank)) PORT_START("IN3") PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_COIN1 ) @@ -478,7 +478,7 @@ static INPUT_PORTS_START( yellowcb ) PORT_INCLUDE( kamikcab ) PORT_MODIFY("IN0") - PORT_BIT( 0x04, IP_ACTIVE_HIGH, IPT_CUSTOM ) PORT_VBLANK("screen") + PORT_BIT( 0x04, IP_ACTIVE_HIGH, IPT_CUSTOM ) PORT_READ_LINE_DEVICE_MEMBER("screen", FUNC(screen_device::vblank)) PORT_BIT( 0xfb, IP_ACTIVE_HIGH, IPT_UNKNOWN ) INPUT_PORTS_END @@ -533,7 +533,7 @@ static INPUT_PORTS_START( liberatb ) PORT_MODIFY("IN0") PORT_BIT( 0x02, IP_ACTIVE_HIGH, IPT_TILT ) - PORT_BIT( 0x04, IP_ACTIVE_HIGH, IPT_CUSTOM ) PORT_VBLANK("screen") + PORT_BIT( 0x04, IP_ACTIVE_HIGH, IPT_CUSTOM ) PORT_READ_LINE_DEVICE_MEMBER("screen", FUNC(screen_device::vblank)) PORT_BIT( 0xf9, IP_ACTIVE_LOW, IPT_UNKNOWN ) PORT_MODIFY("DSW1") |