Skip to content

Commit 7c2e170

Browse files
committed
Crazy idea: run mame -valid after altering the validity checks....
1 parent cc03405 commit 7c2e170

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/emu/devintrf.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,6 @@ genf *device_get_info_fct(const device_config *device, UINT32 state)
708708
deviceinfo info;
709709

710710
assert(device != NULL);
711-
assert(device->token != NULL);
712711
assert(device->type != NULL);
713712
assert(state >= DEVINFO_FCT_FIRST && state <= DEVINFO_FCT_LAST);
714713

0 commit comments

Comments
 (0)