From c75d63a569317eaa75b6fe3ad6a85249de92beb9 Mon Sep 17 00:00:00 2001 From: Nathan Woods Date: Sun, 4 May 2008 23:09:07 +0000 Subject: [PATCH] Removed bogus assertion - DEVICE_TYPE_WILDCARD is NULL --- src/emu/devintrf.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/emu/devintrf.c b/src/emu/devintrf.c index 0380a034e72..7b22f8de370 100644 --- a/src/emu/devintrf.c +++ b/src/emu/devintrf.c @@ -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 */