mirror of
https://github.com/holub/mame
synced 2025-04-25 17:56:43 +03:00
balsente.cpp: fix grudgep input port import (#10475)
This commit is contained in:
parent
1876f2c792
commit
402e4874ef
@ -1231,7 +1231,7 @@ static INPUT_PORTS_START( grudge )
|
||||
INPUT_PORTS_END
|
||||
|
||||
static INPUT_PORTS_START( grudgep )
|
||||
PORT_INCLUDE( sentetst )
|
||||
PORT_INCLUDE( grudge )
|
||||
|
||||
PORT_MODIFY("SWH")
|
||||
PORT_DIPNAME( 0x80, 0x80, DEF_STR( Free_Play ) ) PORT_DIPLOCATION("H1:8") // default to "ON" because Coin mode is buggy on this revision of the prototype
|
||||
|
Loading…
Reference in New Issue
Block a user