mame.lua: Add missing machine

* thunderl: Remove unused input ports
This commit is contained in:
AJR 2022-06-28 18:15:02 -04:00
parent 43d01755e6
commit 5d31d021d2
2 changed files with 1 additions and 7 deletions

View File

@ -702,6 +702,7 @@ MACHINES["NCR539x"] = true
MACHINES["NCR53C7XX"] = true MACHINES["NCR53C7XX"] = true
MACHINES["NETLIST"] = true MACHINES["NETLIST"] = true
MACHINES["NMC9306"] = true MACHINES["NMC9306"] = true
MACHINES["NMK112"] = true
MACHINES["NS32081"] = true MACHINES["NS32081"] = true
MACHINES["NS32082"] = true MACHINES["NS32082"] = true
MACHINES["NS32202"] = true MACHINES["NS32202"] = true

View File

@ -6353,13 +6353,6 @@ static INPUT_PORTS_START( thunderl )
PORT_DIPSETTING( 0xc000, DEF_STR( Normal ) ) PORT_DIPSETTING( 0xc000, DEF_STR( Normal ) )
PORT_DIPSETTING( 0x4000, DEF_STR( Hard ) ) PORT_DIPSETTING( 0x4000, DEF_STR( Hard ) )
PORT_DIPSETTING( 0x0000, DEF_STR( Hardest ) ) PORT_DIPSETTING( 0x0000, DEF_STR( Hardest ) )
/* These are needed due to the memory map shared with Wit's */
PORT_START("P3")
PORT_BIT( 0xffff, IP_ACTIVE_LOW, IPT_UNUSED )
PORT_START("P4") //Player 4
PORT_BIT( 0xffff, IP_ACTIVE_LOW, IPT_UNUSED )
INPUT_PORTS_END INPUT_PORTS_END
static INPUT_PORTS_START( thunderlbl ) static INPUT_PORTS_START( thunderlbl )