Commit Graph

25 Commits

Author SHA1 Message Date
sorgelig
20b52ee346 ini_parser: remove redundant parameter. 2019-08-31 16:17:13 +08:00
sorgelig
47400adef6 Support for hdmi_limited=2 (16-255). 2019-08-31 06:59:49 +08:00
sorgelig
988355c470 Experimental direct_video option in INI. 2019-08-20 22:59:34 +08:00
sorgelig
8c7560209b vga_sog option. 2019-06-06 01:20:43 +08:00
Martin White
e5c3b75167 Revert "Adds quiet boot option to hide menu duing countdown" 2019-06-04 23:26:47 +01:00
sorgelig
97866de58d Merge pull request #87 from Guddler/quiet_boot
Adds quiet boot option to hide menu duing countdown
2019-06-04 23:31:23 +08:00
Martin White
bae754cec2 Adds quiet boot option to hide menu duing countdown 2019-06-04 15:25:05 +01:00
sorgelig
d78a41aa31 Menu core: improved OSD timeout, hide logo as well, darked the screen after double timeout. 2019-06-04 15:49:06 +08:00
sorgelig
b1a1f16575 Execute scripts in fb terminal. fb_terminal ini option. 2019-05-28 06:16:43 +08:00
sorgelig
82312678b8 Picture and logo for menu background. 2019-05-25 22:43:05 +08:00
sorgelig
ac7ba6d115 More support for framebuffer and terminal coexistence. 2019-05-24 01:20:50 +08:00
CruelTott
fa842c1c55 Add INI option to set HDMI output to Limited RGB 2019-05-11 13:42:25 +02:00
sorgelig
fef4b3507a Support for font loading. 2019-03-22 19:14:33 +08:00
Aitor Gómez
1aa0e34e6c fix type of variable 2019-03-13 10:31:39 +01:00
Aitor Gómez
ee250685e1 Bootcore feature
[MiSTer]
; lastcore - Autoboot the last loaded core (corename autosaved in CONFIG/lastcore.dat) first found on the SD/USB
; lastexactcore - Autoboot the last loaded exact core (corename_yyyymmdd.rbf autosaved in CONFIG/lastcore.dat) first found on the SD/USB
; corename - Autoboot first corename_*.rbf found on the SD/USB
; corename_yyyymmdd.rbf - Autoboot first corename_yyyymmdd.rbf found on the SD/USB
;bootcore=lastcore    ; uncomment to autoboot a core, as the last loaded core.
bootcore_timeout=10  ; 10-30 timeout before autoboot, comment for autoboot without timeout.
2019-03-13 06:04:26 +01:00
sorgelig
0a89c2cd80 Separate PAL/NTSC modes for vsync_adjust. 2019-02-05 15:07:44 +08:00
sorgelig
8d6bcfc227 PAL/NTSC INI option for Menu core. 2019-01-16 13:50:32 +08:00
sorgelig
33921e306f vsync_adjust=2 for low latency mode. 2018-12-26 22:12:10 +08:00
sorgelig
b6e1b127ca INI option to hide RBF datecode. 2018-12-23 22:37:04 +08:00
sorgelig
1f4fe8a264 Replace vscale_integer with vscale_mode with extended functionality. 2018-12-21 04:42:10 +08:00
sorgelig
573ee8fc6d Option vscale_border for TVs cutting the edges. 2018-12-07 02:51:31 +08:00
sorgelig
8ce862de1e Support for integer vertical scale. 2018-10-16 15:00:28 +08:00
sorgelig
fa4422fc2e INI option to enable volume control. 2018-06-21 04:53:58 +08:00
sorgelig
ab05a80e10 INI option to disable boot screen of some cores. 2018-05-09 17:37:01 +08:00
sorgelig
d235e806b2 Move to C++. Use C++14 as it adds binary literals -> HDL friendly. 2018-02-28 01:58:21 +08:00