summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/laserdsc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/laserdsc.c')
-rw-r--r--src/emu/machine/laserdsc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/laserdsc.c b/src/emu/machine/laserdsc.c
index 42836c005f0..6c2c0e33bc0 100644
--- a/src/emu/machine/laserdsc.c
+++ b/src/emu/machine/laserdsc.c
@@ -1363,7 +1363,7 @@ static void process_track_data(const device_config *device)
ld->last_chapter = chapter;
/* render the display if present */
- if (ld->display)
+ if (ld->display && ld->avconfig.video != NULL)
render_display((UINT16 *)ld->avconfig.video->base, ld->avconfig.video->rowpixels, ld->avconfig.video->width, ld->last_frame);
/* update video field */