mirror of
https://github.com/holub/mame
synced 2025-07-03 00:56:03 +03:00
Added a comment on duplicate IPT_START1 assignment.
This commit is contained in:
parent
9b4583f3ad
commit
8940457321
@ -339,7 +339,9 @@ static ADDRESS_MAP_START( overdriv_s_writemem, ADDRESS_SPACE_PROGRAM, 8 )
|
|||||||
AM_RANGE(0x1000, 0xffff) AM_WRITE(SMH_ROM)
|
AM_RANGE(0x1000, 0xffff) AM_WRITE(SMH_ROM)
|
||||||
ADDRESS_MAP_END
|
ADDRESS_MAP_END
|
||||||
|
|
||||||
|
/* Both IPT_START1 assignments are needed. The game will reset during */
|
||||||
|
/* the "continue" sequence if the assignment on the first port */
|
||||||
|
/* is missing. */.
|
||||||
|
|
||||||
static INPUT_PORTS_START( overdriv )
|
static INPUT_PORTS_START( overdriv )
|
||||||
PORT_START
|
PORT_START
|
||||||
|
Loading…
Reference in New Issue
Block a user