summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video
diff options
context:
space:
mode:
author Curt Coder <curtcoder@mail.com>2010-01-25 12:58:56 +0000
committer Curt Coder <curtcoder@mail.com>2010-01-25 12:58:56 +0000
commiteace925516e93d33a8af465d86d28c2c9103c010 (patch)
tree300802226309191d1d9e2b77b5c86e35e007d5c8 /src/emu/video
parent3e7ae30094e7b684c987eb51559496007f194c5f (diff)
Popmessages can now be used in drivers which have an MC6845.
Diffstat (limited to 'src/emu/video')
-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!!!");