Popmessages can now be used in drivers which have an MC6845.

This commit is contained in:
Curt Coder 2010-01-25 12:58:56 +00:00
parent 3e7ae30094
commit eace925516

View File

@ -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!!!");