diff --git a/docs/index.html b/docs/index.html index 736f3311d..49d296896 100644 --- a/docs/index.html +++ b/docs/index.html @@ -3025,7 +3025,7 @@ PAL color-lossUse PAL color-loss effect-plr.colorloss
-dev.colorloss Debug colorsUse fixed debug colors-plr.debugcolors
-dev.debugcolors Jitter/roll effectEmulate screen roll with inconsistent scanline count-plr.tv.jitter
-dev.tv.jitter - Jitter/roll recoveryDetermines recovery time for screen rolling-plr.tv.jitter_recovery
-dev.tv.jitter_recovery + (Jitter/roll) RecoveryDetermines recovery time for screen rolling-plr.tv.jitter_recovery
-dev.tv.jitter_recovery Drive unused TIA pins ...Unused TIA pins are read random instead of the last databus values-plr.tiadriven
-dev.tiadriven @@ -3429,7 +3429,8 @@ Ms Pac-Man (Stella extended codes): 8IN1 ¹16-64K Multicart (8 games) 16IN1 ¹32-128K Multicart (16 games) 32IN1 ¹64-128K Multicart (32 games) - 128N1 ¹256/512K Multicart + 64IN1 ¹64/128K Multicart + 128IN1 ¹256/512K Multicart 2K 64-2048 byte Atari 3E 32K Tigervision 3E+ 3E+ (TJ modified DASH) diff --git a/src/gui/LauncherFilterDialog.cxx b/src/gui/LauncherFilterDialog.cxx index 4841082d9..2e3bf531c 100644 --- a/src/gui/LauncherFilterDialog.cxx +++ b/src/gui/LauncherFilterDialog.cxx @@ -47,7 +47,7 @@ LauncherFilterDialog::LauncherFilterDialog(GuiObject* boss, const GUI::Font& fon // Types of files to show VarList::push_back(items, "All files", "allfiles"); - VarList::push_back(items, "All roms", "allroms"); + VarList::push_back(items, "All ROMs", "allroms"); VarList::push_back(items, "ROMs ending with", "__EXTS"); myFileType = new PopUpWidget(this, font, xpos, ypos, pwidth, lineHeight, items,