summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/coco12.c
diff options
context:
space:
mode:
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 )