mirror of
https://github.com/holub/mame
synced 2025-07-01 00:09:18 +03:00
Removed bogus assertion - DEVICE_TYPE_WILDCARD is NULL
This commit is contained in:
parent
fae89f0d4c
commit
c75d63a569
@ -243,7 +243,6 @@ const device_config *device_list_find_by_tag(const device_config *listhead, devi
|
||||
{
|
||||
const device_config *curdev;
|
||||
|
||||
assert(type != NULL);
|
||||
assert(tag != NULL);
|
||||
|
||||
/* find the device in the list */
|
||||
|
Loading…
Reference in New Issue
Block a user