01081 (partial): megaplay.c (all games): 1 Player Start and 2 Players Start are duplicated.

There is more to do to in the bug report.
This commit is contained in:
Couriersud 2008-04-04 08:14:05 +00:00
parent 0c79f46193
commit ceab42a52b

View File

@ -136,8 +136,13 @@ static UINT32 readpos = 1; // serial bank selection position (9-bit)
PORT_BIT ( 0x08, IP_ACTIVE_HIGH, IPT_UNKNOWN ) \
PORT_BIT ( 0x10, IP_ACTIVE_LOW, IPT_SERVICE1 ) \
PORT_BIT ( 0x20, IP_ACTIVE_LOW, IPT_UNKNOWN ) \
PORT_BIT ( 0x40, IP_ACTIVE_LOW, IPT_START1 ) \
PORT_BIT ( 0x80, IP_ACTIVE_LOW, IPT_START2 )
PORT_BIT ( 0x40, IP_ACTIVE_LOW, IPT_UNKNOWN ) \
PORT_BIT ( 0x80, IP_ACTIVE_LOW, IPT_UNKNOWN )
/* Caused 01081:
* PORT_BIT ( 0x40, IP_ACTIVE_LOW, IPT_START1 ) \
* PORT_BIT ( 0x80, IP_ACTIVE_LOW, IPT_START2 )
*/
#define MEGAPLAY_DSWA \
PORT_START \