A ROM file is a digital copy of the data from a read-only memory (ROM) chip, typically from a computer or video game cartridge. These files are created by copying the data from the physical hardware to a digital file. For arcade games, you'll need data from several different chips, grouped together to form a ROM set for that game.
ROM files are used by emulators to mimic the hardware of old gaming systems on modern devices, allowing you to play classic games on your computer, phone, or other devices.
## What are the types of Arcade ROM Sets?
- **Non-Merged Sets**: Contains everything needed for a game in one ZIP file. It's space-inefficient but keeps everything self-contained.
- **Split Sets**: The parent set has all the normal data, and clone sets contain only the changes compared to the parent set. This saves space.
- **Merged Sets**: Combines the parent and clone sets into one ZIP file, which is space-efficient but more complex to manage.