summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/arcadecl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/arcadecl.c')
-rw-r--r--src/mame/drivers/arcadecl.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/mame/drivers/arcadecl.c b/src/mame/drivers/arcadecl.c
index 914436d0d7e..0da8d0e779a 100644
--- a/src/mame/drivers/arcadecl.c
+++ b/src/mame/drivers/arcadecl.c
@@ -73,7 +73,7 @@
#include "includes/arcadecl.h"
-#define MASTER_CLOCK XTAL_14_31818MHz
+#define MASTER_CLOCK XTAL_14_31818MHz
/*************************************
@@ -121,9 +121,9 @@ WRITE16_MEMBER(arcadecl_state::latch_w)
{
/* bit layout in this register:
- 0x0080 == ADPCM bank
- 0x001F == volume
- */
+ 0x0080 == ADPCM bank
+ 0x001F == volume
+ */
/* lower byte being modified? */
if (ACCESSING_BITS_0_7)
@@ -210,7 +210,7 @@ static INPUT_PORTS_START( arcadecl )
PORT_BIT( 0xffc0, IP_ACTIVE_LOW, IPT_UNUSED )
PORT_START("TRACKX2")
- PORT_BIT( 0x00ff, 0, IPT_TRACKBALL_X ) PORT_SENSITIVITY(50) PORT_KEYDELTA(32) PORT_REVERSE PORT_PLAYER(2)
+ PORT_BIT( 0x00ff, 0, IPT_TRACKBALL_X ) PORT_SENSITIVITY(50) PORT_KEYDELTA(32) PORT_REVERSE PORT_PLAYER(2)
PORT_BIT( 0xff00, IP_ACTIVE_LOW, IPT_UNUSED )
PORT_START("TRACKY2")
@@ -218,11 +218,11 @@ static INPUT_PORTS_START( arcadecl )
PORT_BIT( 0xff00, IP_ACTIVE_LOW, IPT_UNUSED )
PORT_START("TRACKX1")
- PORT_BIT( 0x00ff, 0, IPT_TRACKBALL_X ) PORT_SENSITIVITY(50) PORT_KEYDELTA(32) PORT_REVERSE PORT_PLAYER(1)
+ PORT_BIT( 0x00ff, 0, IPT_TRACKBALL_X ) PORT_SENSITIVITY(50) PORT_KEYDELTA(32) PORT_REVERSE PORT_PLAYER(1)
PORT_BIT( 0xff00, IP_ACTIVE_LOW, IPT_UNUSED )
PORT_START("TRACKY1")
- PORT_BIT( 0x00ff, 0, IPT_TRACKBALL_Y ) PORT_SENSITIVITY(50) PORT_KEYDELTA(32) PORT_PLAYER(1)
+ PORT_BIT( 0x00ff, 0, IPT_TRACKBALL_Y ) PORT_SENSITIVITY(50) PORT_KEYDELTA(32) PORT_PLAYER(1)
PORT_BIT( 0xff00, IP_ACTIVE_LOW, IPT_UNUSED )
INPUT_PORTS_END