Commit Graph

1904 Commits

Author SHA1 Message Date
MikeS11
60c9f806ea Video: Y/C Update (#743)
Update Y/C Parser
- Added the Y/C tuned phase inc's into the yc.txt file.
- Fixed an issue with the parser handling spaces in the core name
Removed force SOG on CVBS / SVIDEO Modes
2023-02-19 04:22:32 +08:00
Erik Scheffers
52237c4d36 C128: Extend C64 disk routines to support 1571 drive (dual-sided disks and MFM formats) (#742)
* C128: add support for .d71 and .g71 disk images

* C128: add creating or resizing tracks in .g64/.g71 images

* C128: change "1571" flag from bit 8 of lba to bit 10

* C128: fix second side of d71 images

* C128: small fix for gcr track end position detection

* C128: set track speed to 8 for MFM tracks

* C128: provide detected disk image type to core

* C128: add bit to indicate disk image GCR support
2023-02-15 22:49:01 +08:00
Sam Hardeman
6a8eda7d43 Add functionality to change MaxCLL (peak nits) and MaxFALL (avg nits) + HDR with HDMI limited bugfix (#740) 2023-02-12 23:54:32 +08:00
Sorgelig
6dcd754ac9 video: support for PAL-60 and PAL-M modes for S-Video and CVBS. 2023-02-08 22:53:45 +08:00
Sorgelig
a91f03d56e Support for YC phase_inc override. 2023-02-08 20:47:35 +08:00
Sorgelig
8d735d4e77 Add control for S-Video/CVBS module. Add vga_mode parameter into INI. 2023-02-08 10:22:50 +08:00
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