diff options
| author | 2012-01-29 16:34:26 +0000 | |
|---|---|---|
| committer | 2012-01-29 16:34:26 +0000 | |
| commit | 505442d0a0bdc2944f699d9102ae0829703a5407 (patch) | |
| tree | 1a4c2f72533c67984e0112d35905f480a3a9b0ea /src/emu/romload.c | |
| parent | 5d0cb30e84215504e368130db9e4573c37e458f2 (diff) | |
Clean-ups and version bumpmame0144u7
Diffstat (limited to 'src/emu/romload.c')
| -rw-r--r-- | src/emu/romload.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/romload.c b/src/emu/romload.c index efb2858ca0a..d8379bbcda9 100644 --- a/src/emu/romload.c +++ b/src/emu/romload.c @@ -154,7 +154,7 @@ file_error common_process_file(emu_options &options, const char *location, bool chd_file *get_disk_handle(running_machine &machine, const char *region) { - for (open_chd *curdisk = machine.romload_data->chd_list.first(); curdisk != NULL; curdisk = curdisk->next()) + for (open_chd *curdisk = machine.romload_data->chd_list.first(); curdisk != NULL; curdisk = curdisk->next()) if (strcmp(curdisk->region(), region) == 0) return curdisk->chd(); return NULL; |
