From eace925516e93d33a8af465d86d28c2c9103c010 Mon Sep 17 00:00:00 2001 From: Curt Coder Date: Mon, 25 Jan 2010 12:58:56 +0000 Subject: [PATCH] Popmessages can now be used in drivers which have an MC6845. --- src/emu/video/mc6845.c | 2 -- 1 file changed, 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!!!");