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);