diff options
| author | 2014-04-07 06:04:18 +0000 | |
|---|---|---|
| committer | 2014-04-07 06:04:18 +0000 | |
| commit | fec65e0b5766ade69e086d1c5b859d97494fce56 (patch) | |
| tree | c22b07938e9ad590184f1276bc2bead6d888a78d /src/emu/validity.c | |
| parent | 30d94e51c53f30187a1bc565ef33e4744319790e (diff) | |
Cleanups and version bumpmame0153
Diffstat (limited to 'src/emu/validity.c')
| -rw-r--r-- | src/emu/validity.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/validity.c b/src/emu/validity.c index 12be4401410..50b66778042 100644 --- a/src/emu/validity.c +++ b/src/emu/validity.c @@ -966,7 +966,7 @@ void validity_checker::validate_inputs() void validity_checker::validate_devices() { int_map device_map; - + device_iterator iter_find(m_current_config->root_device()); for (const device_t *device = iter_find.first(); device != NULL; device = iter_find.next()) { |
