mirror of
https://github.com/holub/mame
synced 2025-04-21 07:52:35 +03:00
Crazy idea: run mame -valid after altering the validity checks....
This commit is contained in:
parent
cc03405ca2
commit
7c2e170a5a
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user