summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/megaplay.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/megaplay.c')
-rw-r--r--src/mame/drivers/megaplay.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/megaplay.c b/src/mame/drivers/megaplay.c
index 4567dd53408..33db226cd54 100644
--- a/src/mame/drivers/megaplay.c
+++ b/src/mame/drivers/megaplay.c
@@ -137,10 +137,10 @@ static UINT32 readpos = 1; // serial bank selection position (9-bit)
PORT_BIT ( 0x10, IP_ACTIVE_LOW, IPT_SERVICE1 ) \
PORT_BIT ( 0x20, IP_ACTIVE_LOW, IPT_UNKNOWN ) \
PORT_BIT ( 0x40, IP_ACTIVE_LOW, IPT_UNKNOWN ) \
- PORT_BIT ( 0x80, 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 ( 0x40, IP_ACTIVE_LOW, IPT_START1 ) \
* PORT_BIT ( 0x80, IP_ACTIVE_LOW, IPT_START2 )
*/