From 8940457321a03a0cdbf7c4650b34e059ec17adc8 Mon Sep 17 00:00:00 2001 From: Couriersud Date: Sun, 15 Jun 2008 17:04:02 +0000 Subject: [PATCH] Added a comment on duplicate IPT_START1 assignment. --- src/mame/drivers/overdriv.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/mame/drivers/overdriv.c b/src/mame/drivers/overdriv.c index 155ace7eaea..2b9510d3d25 100644 --- a/src/mame/drivers/overdriv.c +++ b/src/mame/drivers/overdriv.c @@ -339,7 +339,9 @@ static ADDRESS_MAP_START( overdriv_s_writemem, ADDRESS_SPACE_PROGRAM, 8 ) AM_RANGE(0x1000, 0xffff) AM_WRITE(SMH_ROM) 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 ) PORT_START