mirror of
https://github.com/holub/mame
synced 2025-05-30 01:23:07 +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 */
|
||||
if (mc6845->intf->end_update != NULL)
|
||||
mc6845->intf->end_update(device, bitmap, cliprect, param);
|
||||
|
||||
popmessage(NULL);
|
||||
}
|
||||
else
|
||||
popmessage("Invalid MC6845 screen parameters - display disabled!!!");
|
||||
|
Loading…
Reference in New Issue
Block a user