diff options
| author | 2009-07-10 03:10:17 +0000 | |
|---|---|---|
| committer | 2009-07-10 03:10:17 +0000 | |
| commit | 62c9a9d8cb303b9ce63926072eaab55eec405f4c (patch) | |
| tree | c19c72b6c8af5206d957d06400c920854d85d367 /src/emu/devintrf.c | |
| parent | 1f747224c00e292f9ac0bbe7bf84a4fa4f44fd57 (diff) | |
Cleanups and version bump.mame0132u4
Diffstat (limited to 'src/emu/devintrf.c')
| -rw-r--r-- | src/emu/devintrf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/devintrf.c b/src/emu/devintrf.c index 8d4b9366b58..62530aaffc7 100644 --- a/src/emu/devintrf.c +++ b/src/emu/devintrf.c @@ -571,7 +571,7 @@ void device_list_start(running_machine *machine) for (device = (device_config *)machine->config->devicelist; device != NULL; device = device->next) { int spacenum; - + assert(!device->started); assert(device->machine == machine); assert(device->token == NULL); |
