summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/indigo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/indigo.cpp')
-rw-r--r--src/mame/drivers/indigo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/indigo.cpp b/src/mame/drivers/indigo.cpp
index e856147d46c..9f9fbf94df1 100644
--- a/src/mame/drivers/indigo.cpp
+++ b/src/mame/drivers/indigo.cpp
@@ -603,7 +603,7 @@ MACHINE_CONFIG_START(indigo_state::indigo3k)
SPEAKER(config, "mono").front_center();
- MCFG_DEVICE_ADD("scc", SCC8530, 7000000)
+ SCC8530(config, m_scc, 7000000);
MCFG_DEVICE_ADD("scsi", SCSI_PORT, 0)
MCFG_SCSIDEV_ADD("scsi:" SCSI_PORT_DEVICE1, "cdrom", SCSICD, SCSI_ID_6)