-
Notifications
You must be signed in to change notification settings - Fork 5
BIOS and Jaguar models
There is a configuration tab to select the Jaguar model and BIOS to be used.
It is possible to reverse code to the original BIOS selection by undefine NEWMODELSBIOSHANDLER in jaguar.cpp and configdialog.h
Possible to select either K or M model, the emulator doesn't make the distinction but the selection can allow future usage.
In the original code, the M model was hard-coded in the registry and also used to select the BIOS.
Possible to select either retail or development BIOS.
In the original code, the BIOS selection was hard-coded but user was able to turn off/on the BIOS usage; it will select the development or retail mode depend on the Alpine mode usage.
The CD BIOS selection is still hard-coded.
The BIOS binaries are already included in the emulator.