diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/mame/drivers/40love.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/40love.cpp b/src/mame/drivers/40love.cpp index a6d2d1b1950..376440c7e8e 100644 --- a/src/mame/drivers/40love.cpp +++ b/src/mame/drivers/40love.cpp @@ -605,8 +605,8 @@ static INPUT_PORTS_START( 40love ) PORT_DIPSETTING( 0x80, "2" ) PORT_START("SYSTEM") - PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_UNKNOWN ) // ? - PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_UNKNOWN ) // ? + PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_UNKNOWN ) + PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_UNKNOWN ) PORT_BIT( 0x04, IP_ACTIVE_HIGH,IPT_COIN1 ) PORT_BIT( 0x08, IP_ACTIVE_HIGH,IPT_COIN2 ) PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_START1 ) |
