From 6224c41147ad4dfb57674dffd9ff6e3c590517f2 Mon Sep 17 00:00:00 2001 From: Brian Troha Date: Sat, 3 May 2008 22:36:28 +0000 Subject: [PATCH] white space clean up --- src/mame/drivers/meritm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mame/drivers/meritm.c b/src/mame/drivers/meritm.c index 3873f59206b..8117975ecf5 100644 --- a/src/mame/drivers/meritm.c +++ b/src/mame/drivers/meritm.c @@ -1078,7 +1078,7 @@ C1996 MII C1996 MII -ActualMegatouch 6 rom labels +Actual Megatouch 6 rom labels -------------------------------- 9255-60-01 @@ -1249,7 +1249,7 @@ static DRIVER_INIT(megat3te) { 0xf0, 0xaa, 0x0f, 0x0f, 0x55, 0x55, 0xff, 0xab }; static const UINT8 megat3_ds1204_nvram[16] = - { 0x99, 0x53, 0xfc, 0x29, 0x3a, 0x95, 0x8b, 0x58, 0xca, 0xca, 0x00, 0xc2, 0x30, 0x62, 0x0b, 0x96 }; + { 0x99, 0x53, 0xfc, 0x29, 0x3a, 0x95, 0x8b, 0x58, 0xca, 0xca, 0x00, 0xc2, 0x30, 0x62, 0x0b, 0x96 }; ds1204_init(megat3_ds1204_key, megat3_ds1204_nvram);