summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/undrfire.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/undrfire.c')
-rw-r--r--src/mame/drivers/undrfire.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/undrfire.c b/src/mame/drivers/undrfire.c
index fd6f196b9cb..ecb994b2152 100644
--- a/src/mame/drivers/undrfire.c
+++ b/src/mame/drivers/undrfire.c
@@ -462,8 +462,8 @@ static WRITE32_HANDLER( motor_control_w )
static WRITE32_HANDLER( cbombers_cpua_ctrl_w )
{
/*
- ........ ..xxxxxx Lamp 1-6 enables
- ........ .x...... Vibration
+ ........ ..xxxxxx Lamp 1-6 enables
+ ........ .x...... Vibration
*/
cpunum_set_input_line(machine, 2, INPUT_LINE_RESET, (data & 0x1000) ? CLEAR_LINE : ASSERT_LINE);