summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2008-07-06 23:40:25 +0000
committer Aaron Giles <aaron@aarongiles.com>2008-07-06 23:40:25 +0000
commit7c2e170a5aba56cfe2f0e0a9a0ce4e209b68323c (patch)
treeb6554bebf1b332580cf61b368516e91b37049e86
parentcc03405ca251b2afcabba347d42457d29315ad1d (diff)
Crazy idea: run mame -valid after altering the validity checks....mame0126
-rw-r--r--src/emu/devintrf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emu/devintrf.c b/src/emu/devintrf.c
index 7b22f8de370..5c03ab93e6f 100644
--- a/src/emu/devintrf.c
+++ b/src/emu/devintrf.c
@@ -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);