Merge pull request #670 from barbudreadmon/patch-5

arcade: important note
This commit is contained in:
Ömercan Kömür 2021-10-23 15:22:26 +03:00 committed by GitHub
commit 4920529a9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,6 +62,9 @@ Users with modern desktop and laptop processors, and other full power systems, h
## Step 2: Use the correct version romsets for that emulator
**For best results, start with a full ROM collection with a version that matches the emulator you're using.**
!!! Note
A romset is an archive (zip; 7z might or might not be supported depending on your core and/or platform and will be way slower to load) named in a specific way containing a set of file(s) each having their signature (crc). The emulator will know which game you are trying to load by the name of the archive (hence why you must never rename them), then will use the crcs in its database to search for files and map them into memory, usually it doesn't care much about the names inside the archive but some emulators will allow searching by name as a fallback if a crc can't be found.
In general, you will only get good results with a full collection of arcade romsets for your chosen emulator. Starting with individual arcade romset zip files is unlikely to work because individual romsets are often not tagged with what MAME version they are built for. Also, individual romset zip files may not include BIOS ROMs, "Parent" romsets, necessary audio sample files, etc.
!!! tip