Skip to content

BIOS and Jaguar models

Jean-Paul Mari edited this page Sep 8, 2018 · 1 revision

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

Jaguar model

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.

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.

Clone this wiki locally