Mrom
Mrom
Mrom
4
-------------------------------In this new OPF version, it has been included the possibility of creating
MULTIROMs. So, it means to have so many games stored in flash memory as
its capacity lets. Each game can be executed using an easy menu to select
the desired game.
Some new files has been created which work linked to OPF.
[] MULTIROM.ROM : The Master ROM which will execute the menu.
[] MAKEOPF.COM : Program that makes easier the selecting roms task.
[] MULTIROM.OPF : This file is created by MAKEOPF.COM or we can edit it by hand,
being the searched file by OPF which does the ROM storing in flash. In this
package a sample of MULTIROM.OPF can be found.
1.- GETTING A MULTIROM READY
---------------------------It is necessary to have the ROMs in the same folder / drive where the next
files are located (in order to store many ROMs in flash) :
* MULTIROM.ROM
* MULTIROM.OPF
MULTIROM.OPF is a PLAIN text file that contains the ROMs list that we want to
load. We can do it by ourselves. In this package a MULTIROM.OPF sample appears.
This file has a strict format until now :
FILE.ROM(RETURN)
FILE2.ROM(RETURN)
....
(CTRL-Z)
An easy way to create this file in MSX is using AKID.COM, or from DOS using COP
Y CON and CTRL + Z
You can also use any other text editor, adding the text "[END]" at the end of li
st. I.e:
name.rom
name2.rom
name3.rom
[END]
In MULTIROM.OPF file you must NOT include MULTIROM.ROM, because it is automatica
lly loaded.
2.- USING MAKEOPF.COM
-------------------------When creating a MULTIROM.OPF file -to avoid problems- we have developped a
small util which looks for all the ROM files in the same folder where it was
executed and it builds the MULTIROM.OPF file automatically.
5.- SCC
-------MULTIROM DETECTS AUTOMATICALLY THE SCC SLOT. This means that if an ASCII flash
is used (any version), a game that uses SCC is executed and a SCC cart is
plugged in our MSX, Multirom WILL GET THE GAME READY to play the SCC music
searching where the SCC is automatically.
IT IS NOT NECESSARY to have patched versions of Konami games for a specific
slot.
It is required to use the original ROM because MULTIROM and OPF patch it. It is
easier to the user.
6.- EXECUTING A ROM WHICH USES DISK
------------------------------------If a ROM which uses disk is executed, the game will look for the DISKROM by
itself before executing. This will be made if multirom is executed after a
reset or when the computer was turned off. With OPF /X it will be automatic.
With some not modified ROMs and with disk interfaces this can provoke
(depending in the slot order where the flash and the game are) the next error:
"Not enough memory"
To avoid it there are 3 possibilities :
[] Look for a ROM which fix that problem. For example, METAL GEAR 1 with disk
saving does it. So SOLID SNAKE Spanish version does.
[] Avoid the execution of the Interface using the assigned keys by the
Interface (IDE, MEGASCSI, NOVAXIS...)
[] Do not have plugged the Interface to any slot.
This is a BIOS error. It can be avoided with the previous examples. But another
possibility exists. This is made by executing the multirom with OPF /X. In this
case we will be able to store the saved games in the HD.
7.- SKIPPING MULTIROM ON BOOTING
-----------------------------------It is not necessary to keep pressed the button / switch of the Mega Flash ROM
on booting to avoid the MultiRom execution.
The new mode is just pressing <ESC> when MultiROM boots, after the logo appears.
MSX will boot without executing anything.
(c) 2003 Manuel Pazos and Armando Perez (Ramones).