Commit Graph

1648 Commits

Author SHA1 Message Date
Martin Donlon
4d0caf154b video: default preset and reset option.
`preset_default` option added to ini. Filename is relative to the presets/ path.

"Reset to defaults" option added to video processing menu which will delete the config files and reload the default configuration.
2023-02-07 02:55:52 +08:00
zakk4223
65f6152a79 Improve single BIN PSX image handling (#737)
Co-authored-by: Zakk <zakk@rsdio.com>
2023-01-31 23:17:11 +08:00
Sorgelig
5a3d8cd36f Fix text formatting. 2023-01-30 03:40:25 +08:00
Sam Hardeman
12597108ab Fix color controls bug affecting YPbPr + direct_video (#735) 2023-01-30 03:35:29 +08:00
Sorgelig
7cca599fd3 Release 20230122. 2023-01-22 22:11:03 +08:00
Sam Hardeman
bfc6dfde3d video: Re-ordering of HDR options to make HLG default + clean-up in ini explanation (#730) 2023-01-15 04:37:52 +08:00
paulb-nl
82ba074463 neogeo_loader: send romwait & pwait to core (#729) 2023-01-11 04:40:10 +08:00
Sam Hardeman
2eb0e538ea video: HLG HDR mode with hdr=3
* Replace HDR metadata with one correctly tuned for BT2020

* Add HLG HDR mode for hdr=3, by request of Mathieulh
2023-01-05 00:06:37 +08:00
Sam Hardeman
9276306cf1 Replace HDR metadata with one correctly tuned for BT2020 (#721) 2023-01-02 16:27:07 +08:00
Sorgelig
920751382c Release 20221224. 2022-12-24 21:48:32 +08:00
Sam Hardeman
2b279d1488 video: HDR display/output support (BT2020 / DCI P3) (#718)
* Merge branch 'hdr' of https://github.com/wickerwaka/Main_MiSTer into feature-hdr

Merged in wickerwaka's old HDR branch and integrated the BT2020 and DCI P3 color space conversion matrices. Changed "hdr" option to be a selection of matrix instead of saturation option.

* Add HDR example to MiSTer ini
2022-12-22 02:43:15 +08:00
Sam Hardeman
3214046c50 Feature: HDMI color controls via tranceiver CSC (#715)
* Addition of HDMI color controls (brightness, contrast, saturation, hue, gain, offset) that can be tweaked via MiSTer.ini (examples in-file). These controls are used to construct a matrix for the HDMI chip's color space converter. Due to the nature of this change, HDMI limited and YCbCr options have been reworked and combined into the color matrix routine (hdmi_config_set_csc)

* Change cc_ prefix to video_, as per suggestion and inline with existing video options.
2022-12-21 13:38:47 +08:00
Sorgelig
caac5f52b2 Use names.txt for MGL and MRA as well. 2022-11-29 22:06:55 +08:00
Sorgelig
2d40444af0 ini option to disable autofire. 2022-11-28 20:46:42 +08:00
birdybro
c24a7ac742 Fix no_merge_vidpid parsing bug (#712) 2022-11-28 20:04:30 +08:00
Sorgelig
4eddbd22c6 file_io: some formatting. 2022-11-26 20:57:38 +08:00
Sorgelig
62e819ddf8 Release 20221124. 2022-11-24 21:00:08 +08:00
Sorgelig
f95046edaf Debug print of current config. 2022-11-24 20:52:05 +08:00
Aitor Gómez
f202336c36 pcxt: Overrides Win hotkey in the core (#708) 2022-11-14 00:45:25 +08:00
Sorgelig
434cce3a14 input: fix ALT/GUI sticky keys when OSD opened. 2022-11-13 08:33:36 +08:00
Sorgelig
9b64fb67f2 input: prevent key releases and F12 code from passing to core when OSD is opened. 2022-11-13 08:06:23 +08:00
Sorgelig
7913771888 input: add pageup/pagedown buttons to controller in linux console. 2022-11-11 19:37:42 +08:00
Sorgelig
aee51e107d x86: some fixes and tweaks after merge. 2022-11-11 18:27:35 +08:00
Sorgelig
babb0c8bdf saturn: fix warning. 2022-11-11 18:24:16 +08:00
Aitor Gómez
598e3d755f pcxt: HDD support, based on AO486 (#706) 2022-11-11 17:46:18 +08:00
Sorgelig
19594babaf input: permanent controller assignment now searches in Sysfs as well. 2022-11-01 02:05:27 +08:00
Sorgelig
631276d59d Add MiSTer_cmd command: volume mute/unmute/0-7. 2022-10-31 23:05:20 +08:00
Sorgelig
6bda023db8 Add INI option for permanent controller assignment to specific player. 2022-10-31 19:53:50 +08:00
Sorgelig
f858984b05 Release 20221014. 2022-10-14 22:12:14 +08:00
Count-Duckula-AU
4c7f328bd7 MiSTer.ini: Specify example video_mode lines (#701)
Allows the ini_settings.sh script to correctly edit the expected video_mode line (currently 94)
Currently the example mode listed on line 89 is edited, due to it beginning with the variable name, and an invalid video mode is set: video_mode=8+hsync,-vsync
This results in 720p output and a (helpful) 'INI Error' warning at boot
2022-10-12 22:58:45 +08:00
Sorgelig
f49b648dea cfg: fix integer parsing. 2022-10-09 16:55:15 +08:00
Sorgelig
34553f948c Release 20221007. 2022-10-07 23:10:50 +07:00
Sorgelig
fa0538e919 gamecontroller_db: remove excessive debug prints. 2022-10-08 01:04:30 +09:00
Sorgelig
62375504aa atarist: update cartridge support. 2022-10-07 23:54:43 +08:00
Aitor Gómez
d0961588e1 pcxt: FDD support, based on AO486 (#700) 2022-10-06 14:39:33 +08:00
Sergey Dvodnenko
3c0c6648bb saturn: rework CD drive (#697) 2022-09-27 22:01:57 +08:00
Martin Donlon
801a5ea0d2 If errors are detected in INI settings display an info message for 5 seconds at core startup. (#696)
Added `cfg_error` function for reporting errors in the ini.
Report errors when parsing video_mode information.
Report out of bounds settings.
Report unknown settings.
Detect numeric parse failures.
2022-09-25 04:32:39 +08:00
Aitor Gómez
5728bdda78 PCXT: Fix overlap in OSD menu between ROMs (Fx) and images (Sx) saved in config (#694)
* PCXT: Fix overlap in OSD menu between ROMs (Fx) and images (Sx) saved in config

* PCXT: Menu is not hidden when an image is selected
2022-09-16 01:03:09 +08:00
Martin Donlon
a845f8407f video: Add support for [arcade_vertical] section (#691) 2022-09-11 15:12:46 +08:00
zakk4223
b1d6ee2f52 Support "guide2" in gamecontrollerdb for OSD button chords. Support the +/- analog axis notation for mapping analog to digital buttons (#692)
Co-authored-by: Zakk <zakk@rsdio.com>
2022-09-09 18:39:24 +08:00
zakk4223
e28c6616b6 input: Use sub_dev to find controller db entries: fixes some multifunctional devices (#689)
Co-authored-by: Zakk <zakk@rsdio.com>
2022-08-30 14:07:23 +08:00
Aitor Gómez
088dc4967b Revert "FDD support, based on AO486" (#688)
This reverts commit 780bb6c0cc.
2022-08-26 23:01:55 +08:00
Alexey Melnikov
bf9da1fbda Merge pull request #686 from spark2k06/master
Cleanup initialization PCXT
2022-08-26 06:02:49 +08:00
Aitor Gómez
780bb6c0cc FDD support, based on AO486 2022-08-25 11:07:29 +02:00
Aitor Gómez
d92cfb75f8 Cleanup initialization PCXT
It is no longer necessary to resort to loading predefined ROMs, but now FC0 and FC1 are used to load ROMs.
2022-08-25 05:57:03 +02:00
zakk4223
5b4acd3c7b input: add support for sdl gamecontrollerdb to setup default mappings for controllers
* Add support for sdl style gamecontrollerdb to setup default mappings for controllers

* Do not cache game controller entries, find them dynamically in the file when needed

Co-authored-by: Zakk <zakk@rsdio.com>
2022-08-22 21:46:16 +08:00
birdybro
08cd5c9212 names.txt: Add PCXT core (#682) 2022-08-20 18:08:07 +08:00
Sorgelig
6df55ba7f9 Reset for is_pcxt_type. 2022-08-19 22:58:38 +08:00
Sorgelig
46c37e4d2b Release 20220819. 2022-08-19 22:35:26 +08:00
Aitor Gómez
06818963db Add pcxt project (#679)
Initially, with serdrive as HDD/FDD image server, only active when starting the PCXT core, never on other cores.
2022-08-17 16:29:21 +08:00