mirror of
https://github.com/holub/mame
synced 2025-06-08 13:53:52 +03:00
(mess) fixed apollo regression. (nw)
This commit is contained in:
parent
00565ee26a
commit
8a015a7744
@ -113,7 +113,7 @@ struct _screen_data {
|
|||||||
INLINE screen_data_t *get_safe_token(device_t *device) {
|
INLINE screen_data_t *get_safe_token(device_t *device) {
|
||||||
assert(device != NULL);
|
assert(device != NULL);
|
||||||
assert(device->type() == APOLLO_MONO15I || device->type() == APOLLO_MONO19I );
|
assert(device->type() == APOLLO_MONO15I || device->type() == APOLLO_MONO19I );
|
||||||
return (screen_data_t *)downcast<apollo_mono15i_device *>(device)->token();
|
return (screen_data_t *)downcast<apollo_mono_device *>(device)->token();
|
||||||
}
|
}
|
||||||
|
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
Loading…
Reference in New Issue
Block a user