From ceab42a52b5c28282535c4574fffe55306ed4a9f Mon Sep 17 00:00:00 2001 From: Couriersud Date: Fri, 4 Apr 2008 08:14:05 +0000 Subject: [PATCH] 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. --- src/mame/drivers/megaplay.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/mame/drivers/megaplay.c b/src/mame/drivers/megaplay.c index a3160b8e590..357fb167f6c 100644 --- a/src/mame/drivers/megaplay.c +++ b/src/mame/drivers/megaplay.c @@ -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 \