Crazy idea: run mame -valid after altering the validity checks....

This commit is contained in:
Aaron Giles 2008-07-06 23:40:25 +00:00
parent cc03405ca2
commit 7c2e170a5a

View File

@ -708,7 +708,6 @@ genf *device_get_info_fct(const device_config *device, UINT32 state)
deviceinfo info;
assert(device != NULL);
assert(device->token != NULL);
assert(device->type != NULL);
assert(state >= DEVINFO_FCT_FIRST && state <= DEVINFO_FCT_LAST);