NES graphics config - checkboxes & config for Allow > 8 sprites per scanline, and clip left & right sides. Hook up palette file selection, and autoload palette toggling. Checking in NES .palette files

This commit is contained in:
andres.delikat 2011-06-11 12:54:26 +00:00
parent 32cab2f3fc
commit ef4b30cbd2
9 changed files with 1063 additions and 1053 deletions

View File

@ -216,6 +216,15 @@
public int NESNameTableWndx = -1;
public int NESNameTableWndy = -1;
// NES Graphics settings
public bool NESAllowMoreThanEightSprites = false;
public bool NESClipLeftAndRight = false;
public bool NESAutoLoadPalette = true;
public bool NESDispBackground = true;
public bool NESDispSprites = true;
public int NESBackgroundColor = 0;
public string NESPaletteFile = "";
// Cheats Dialog
public bool AutoLoadCheats = false;
public bool CheatsSaveWindowPosition = true;

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

Binary file not shown.