summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tx1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tx1.c')
-rw-r--r--src/mame/drivers/tx1.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/tx1.c b/src/mame/drivers/tx1.c
index dab7a13b3ae..5a2d1bbcb63 100644
--- a/src/mame/drivers/tx1.c
+++ b/src/mame/drivers/tx1.c
@@ -16,7 +16,7 @@
* TX-1 tyre screech noises are not implemented yet.
* 'buggyboy' set is using ROMs from 'buggybjr' for testing purposes
until the original set can be dumped.
-
+
****************************************************************************
Buggy Boy Error Codes TX-1 Error Codes
@@ -415,14 +415,14 @@ static WRITE8_DEVICE_HANDLER( tx1_coin_cnt_w )
{
coin_counter_w(0, data & 0x80);
coin_counter_w(1, data & 0x40);
-// coin_counter_w(2, data & 0x40);
+// coin_counter_w(2, data & 0x40);
}
static WRITE8_DEVICE_HANDLER( bb_coin_cnt_w )
{
coin_counter_w(0, data & 0x01);
coin_counter_w(1, data & 0x02);
-// coin_counter_w(2, data & 0x04);
+// coin_counter_w(2, data & 0x04);
}
static WRITE8_HANDLER( tx1_ppi_latch_w )