mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
core+platforms, add SMS option to select TMS palette for gfx modes 0-3
This commit is contained in:
parent
dca20effa2
commit
214a6c624c
7 changed files with 36 additions and 2 deletions
|
@ -116,6 +116,7 @@ typedef struct PicoInterface
|
|||
unsigned short autoRgnOrder; // packed priority list of regions, for example 0x148 means this detection order: EUR, USA, JAP
|
||||
unsigned int hwSelect; // hardware preselected via option menu
|
||||
unsigned int mapper; // mapper selection for SMS, 0 = auto
|
||||
unsigned int tmsPalette; // palette used by SMS in TMS graphic modes
|
||||
|
||||
unsigned short quirks; // game-specific quirks: PQUIRK_*
|
||||
unsigned short overclockM68k; // overclock the emulated 68k, in %
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue