mirror of https://github.com/stella-emu/stella.git
a very little fix here an there
This commit is contained in:
parent
88500b46ff
commit
faf9294fd2
|
@ -3025,7 +3025,7 @@
|
|||
<tr><td>PAL color-loss</td><td>Use PAL color-loss effect</td><td>-plr.colorloss<br/>-dev.colorloss</td></tr>
|
||||
<tr><td>Debug colors</td><td>Use fixed debug colors</td><td>-plr.debugcolors<br/>-dev.debugcolors</td></tr>
|
||||
<tr><td>Jitter/roll effect</td><td>Emulate screen roll with inconsistent scanline count</td><td>-plr.tv.jitter<br/>-dev.tv.jitter</td></tr>
|
||||
<tr><td>Jitter/roll recovery</td><td>Determines recovery time for screen rolling</td><td>-plr.tv.jitter_recovery<br/>-dev.tv.jitter_recovery</td></tr>
|
||||
<tr><td>(Jitter/roll) Recovery</td><td>Determines recovery time for screen rolling</td><td>-plr.tv.jitter_recovery<br/>-dev.tv.jitter_recovery</td></tr>
|
||||
<tr><td>Drive unused TIA pins ...</td><td>Unused TIA pins are read random instead of the last databus values</td><td>-plr.tiadriven<br/>-dev.tiadriven</td></tr>
|
||||
</table>
|
||||
</td>
|
||||
|
@ -3429,7 +3429,8 @@ Ms Pac-Man (Stella extended codes):
|
|||
<tr><td>8IN1 ¹</td><td>16-64K Multicart (8 games) </td></tr>
|
||||
<tr><td>16IN1 ¹</td><td>32-128K Multicart (16 games) </td></tr>
|
||||
<tr><td>32IN1 ¹</td><td>64-128K Multicart (32 games) </td></tr>
|
||||
<tr><td>128N1 ¹</td><td>256/512K Multicart </td></tr>
|
||||
<tr><td>64IN1 ¹</td><td>64/128K Multicart </td></tr>
|
||||
<tr><td>128IN1 ¹</td><td>256/512K Multicart </td></tr>
|
||||
<tr><td>2K </td><td>64-2048 byte Atari </td></tr>
|
||||
<tr><td>3E </td><td>32K Tigervision </td></tr>
|
||||
<tr><td>3E+ </td><td>3E+ (TJ modified DASH) </td></tr>
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue