supercrd.cpp: Fix syntax error

This commit is contained in:
AJR 2023-04-05 21:08:26 -04:00
parent 0713c6ace3
commit b0a5f203c9

View File

@ -450,7 +450,7 @@ static INPUT_PORTS_START( supercrd )
PORT_DIPSETTING( 0x40, DEF_STR( Off ) )
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_SERVICE ) PORT_CODE(KEYCODE_8) PORT_NAME("Remote Credits (Service)")
NPUT_PORTS_END
INPUT_PORTS_END
/*************************