summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cdi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cdi.c')
-rw-r--r--src/mame/drivers/cdi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/cdi.c b/src/mame/drivers/cdi.c
index 0feeb7283aa..509211b763f 100644
--- a/src/mame/drivers/cdi.c
+++ b/src/mame/drivers/cdi.c
@@ -327,7 +327,7 @@ static MACHINE_CONFIG_START( cdi, cdi_state )
MCFG_MCD212_ADD("mcd212")
MCFG_MCD212_SET_SCREEN("screen")
-
+
MCFG_SCREEN_ADD("screen", RASTER)
MCFG_SCREEN_REFRESH_RATE(60)
MCFG_SCREEN_VBLANK_TIME(ATTOSECONDS_IN_USEC(0))