mirror of
https://github.com/holub/mame
synced 2025-04-18 22:49:58 +03:00
mame.lua: Add missing machine
* thunderl: Remove unused input ports
This commit is contained in:
parent
43d01755e6
commit
5d31d021d2
@ -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
|
||||||
|
@ -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 )
|
||||||
|
Loading…
Reference in New Issue
Block a user