| Previous | 199869 Revisions | Next |
| r19337 Wednesday 5th December, 2012 at 15:34:48 UTC by Miodrag Milanović |
|---|
| added iso to supported cdrom images lists (no whatsnew) |
| [src/emu/imagedev] | chd_cd.c |
| r19336 | r19337 | |
|---|---|---|
| 63 | 63 | format->m_index = 0; |
| 64 | 64 | format->m_name = "chdcd"; |
| 65 | 65 | format->m_description = "CD-ROM drive"; |
| 66 | format->m_extensions = "chd,cue,toc,nrg,gdi"; | |
| 66 | format->m_extensions = "chd,cue,toc,nrg,gdi,iso"; | |
| 67 | 67 | format->m_optspec = cd_option_spec; |
| 68 | 68 | format->m_next = NULL; |
| 69 | 69 |
| Previous | 199869 Revisions | Next |