summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/coco12.c
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2014-04-07 06:04:18 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2014-04-07 06:04:18 +0000
commitfec65e0b5766ade69e086d1c5b859d97494fce56 (patch)
treec22b07938e9ad590184f1276bc2bead6d888a78d /src/mess/drivers/coco12.c
parent30d94e51c53f30187a1bc565ef33e4744319790e (diff)
Cleanups and version bumpmame0153
Diffstat (limited to 'src/mess/drivers/coco12.c')
-rw-r--r--src/mess/drivers/coco12.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/coco12.c b/src/mess/drivers/coco12.c
index f3896028f64..43824e4b251 100644
--- a/src/mess/drivers/coco12.c
+++ b/src/mess/drivers/coco12.c
@@ -301,7 +301,7 @@ static MACHINE_CONFIG_START( coco, coco12_state )
MCFG_MC6847_ADD(VDG_TAG, MC6847_NTSC, XTAL_3_579545MHz, coco12_state::mc6847_config)
MCFG_MC6847_HSYNC_CALLBACK(WRITELINE(coco12_state, horizontal_sync))
MCFG_MC6847_FSYNC_CALLBACK(WRITELINE(coco12_state, field_sync))
-
+
// sound hardware
MCFG_FRAGMENT_ADD( coco_sound )