diff --git a/docs/index.html b/docs/index.html index 9ccde3bd6..554f2cdbd 100644 --- a/docs/index.html +++ b/docs/index.html @@ -302,7 +302,7 @@
Stella supports ROMs ending with extensions .a26, .bin, .rom, .gz, and .zip. - For the last two compressed formats (GZIP and ZIP, respectively), Stella will - automatically decompress the archive, and use the first ROM image it finds in - it (ie, the first one ending in a valid extension). If a ZIP archive contains - many such files, Stella will display a virtual filesystem of the contents - of the archive.
+Stella supports ROMs ending with extensions .a26, .bin, .rom, and .zip. + For the ZIP archive format, Stella will look into the archive and if it + contains only one ROM image file, Stella will automatically load it. If an + archive contains many such files, Stella will display a virtual + filesystem with the contents of the archive. This can be then browsed + like a normal directory.
Other extensions are also possible, namely to force a specific bankswitch scheme. Normally, the bankswitching scheme for a ROM is determined automatically,