Skip to content

Commit

Permalink
Crazy idea: run mame -valid after altering the validity checks....
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsgiles committed Jul 6, 2008
1 parent cc03405 commit 7c2e170
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/emu/devintrf.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 7c2e170

Please sign in to comment.