summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video/mc6845.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/video/mc6845.c')
-rw-r--r--src/emu/video/mc6845.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/emu/video/mc6845.c b/src/emu/video/mc6845.c
index e311cd8cc98..a986260035e 100644
--- a/src/emu/video/mc6845.c
+++ b/src/emu/video/mc6845.c
@@ -845,8 +845,6 @@ void mc6845_update(running_device *device, bitmap_t *bitmap, const rectangle *cl
/* call the tear down function if any */
if (mc6845->intf->end_update != NULL)
mc6845->intf->end_update(device, bitmap, cliprect, param);
-
- popmessage(NULL);
}
else
popmessage("Invalid MC6845 screen parameters - display disabled!!!");