[MULTIROM]
It is possible to put several games into the cartridge at
the same time, as many as they fit in the cartridge's
memory, up to 511.
In order to create a multiROM, you need to make a
plain-text file, with the file names to load.
Each file name must be in a text line and it is possible
to set the mapper type after the name.
Add at the end of the list the keyword
[END]
.
In order to pause the loading process you can use
[PAUSE]
.
Once this file is ready, you need to process the list
using the option
/O
. If you don’t specify a multiROM
file, MULTIROM.OPF will be used by default.
The ROMs to load must be in the same path that
OPFXSD and multiROM file.
Example of MULTIROM.OPF content:
GALIOUS.ROM /K4
HERO.ROM
PENGUIN.ROM
KLORE2.ROM
[END]