mirror of
https://github.com/holub/mame
synced 2025-06-16 01:09:09 +03:00
Popmessages can now be used in drivers which have an MC6845.
This commit is contained in:
parent
3e7ae30094
commit
eace925516
@ -845,8 +845,6 @@ void mc6845_update(running_device *device, bitmap_t *bitmap, const rectangle *cl
|
|||||||
/* call the tear down function if any */
|
/* call the tear down function if any */
|
||||||
if (mc6845->intf->end_update != NULL)
|
if (mc6845->intf->end_update != NULL)
|
||||||
mc6845->intf->end_update(device, bitmap, cliprect, param);
|
mc6845->intf->end_update(device, bitmap, cliprect, param);
|
||||||
|
|
||||||
popmessage(NULL);
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
popmessage("Invalid MC6845 screen parameters - display disabled!!!");
|
popmessage("Invalid MC6845 screen parameters - display disabled!!!");
|
||||||
|
Loading…
Reference in New Issue
Block a user