summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/intv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/intv.cpp')
-rw-r--r--src/mame/drivers/intv.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/intv.cpp b/src/mame/drivers/intv.cpp
index 7a38f368ebd..07ca48f91f2 100644
--- a/src/mame/drivers/intv.cpp
+++ b/src/mame/drivers/intv.cpp
@@ -463,7 +463,8 @@ static MACHINE_CONFIG_START( intv )
MCFG_QUANTUM_TIME(attotime::from_hz(60))
/* video hardware */
- MCFG_STIC_ADD("stic")
+ MCFG_DEVICE_ADD("stic", STIC, XTAL_3_579545MHz)
+ MCFG_VIDEO_SET_SCREEN("screen")
MCFG_SCREEN_ADD("screen", RASTER)
MCFG_SCREEN_REFRESH_RATE(59.92)