mirror of
https://github.com/holub/mame
synced 2025-06-06 21:03:47 +03:00
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:
parent
0c79f46193
commit
ceab42a52b
@ -136,8 +136,13 @@ static UINT32 readpos = 1; // serial bank selection position (9-bit)
|
|||||||
PORT_BIT ( 0x08, IP_ACTIVE_HIGH, IPT_UNKNOWN ) \
|
PORT_BIT ( 0x08, IP_ACTIVE_HIGH, IPT_UNKNOWN ) \
|
||||||
PORT_BIT ( 0x10, IP_ACTIVE_LOW, IPT_SERVICE1 ) \
|
PORT_BIT ( 0x10, IP_ACTIVE_LOW, IPT_SERVICE1 ) \
|
||||||
PORT_BIT ( 0x20, IP_ACTIVE_LOW, IPT_UNKNOWN ) \
|
PORT_BIT ( 0x20, IP_ACTIVE_LOW, IPT_UNKNOWN ) \
|
||||||
PORT_BIT ( 0x40, IP_ACTIVE_LOW, IPT_START1 ) \
|
PORT_BIT ( 0x40, IP_ACTIVE_LOW, IPT_UNKNOWN ) \
|
||||||
PORT_BIT ( 0x80, IP_ACTIVE_LOW, IPT_START2 )
|
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 \
|
#define MEGAPLAY_DSWA \
|
||||||
PORT_START \
|
PORT_START \
|
||||||
|
Loading…
Reference in New Issue
Block a user