Commit Graph

1477 Commits

Author SHA1 Message Date
Sorgelig
698b2bd47f menu: fix cold reboot in menu core. 2022-03-11 23:38:30 +08:00
Keith F. Kelly
c79198ccef Auto script to setup default build toolchain, and force plink to cache the host key (#564) 2022-03-08 21:51:36 +08:00
Nolan Nicholson
3a5cf8ed6b GunCon 3 + negative gun-cal values (#565) 2022-03-06 19:00:56 +08:00
Sorgelig
3f2ce356b6 mgl fixes. 2022-03-05 18:46:44 +08:00
Sorgelig
efdeeceb53 Fix help menu. Use docs folder. 2022-03-05 00:09:20 +08:00
Sorgelig
822917d003 Look for help files in home folder. 2022-03-04 16:02:53 +08:00
Alan Steremberg
cc976bceba added help menu (#563) 2022-03-04 15:30:21 +08:00
Sorgelig
a4a5eaee11 mgl fix. 2022-03-04 15:19:55 +08:00
Sorgelig
f0a7728ea2 MGL: support adf mounting in Minimig. 2022-03-03 23:44:42 +08:00
Sorgelig
2e34dcae35 MGL: support up to 6 actions. New action: reset. 2022-03-03 23:00:23 +08:00
Alex Oughton
a9b4bb30d8 x86: Eject floppy before inserting new (#560) 2022-02-28 22:07:57 +08:00
Sorgelig
1c250abbce Improved MGL handling. 2022-02-28 02:12:48 +08:00
Alex Oughton
41b8b1fc30 IDE: Semi-implement READ_VERIFY and suppress debug output (#557) 2022-02-27 02:39:36 +08:00
Thomas Sowell
badc9953e7 Support setting sync polarity (#553)
Include sync polarities in the UIO_SET_VIDEO command.  Polarities are
specified in the high bits of the hsync and vsync values.  0 is
negative, 1 is positive.

Horizontal and vertical polarities can optionally be included as two
numbers at the end of custom modes.  Again, 0 is negative, 1 is
positive.
2022-02-26 14:26:51 +08:00
David Lindecrantz
fa7690d335 PSX: Try loading optional cd_bios.rom from both game dir and parent dir (#555) 2022-02-25 20:49:10 +08:00
Sorgelig
55318af1bb Release 20220224. 2022-02-24 21:28:45 +08:00
Sorgelig
ed1ec99688 Initial support for MiSTer Game Launcher (mgl) file. 2022-02-24 21:24:04 +08:00
Marcoen Hirschberg
d8edab069e PSX: game ID based SBI lookup (#552)
* PSX: look up SBI files based on Game ID from PSX/sbi.zip

* PSX: do not depend on STL for Game ID lookup
2022-02-22 04:40:10 +08:00
Marcoen Hirschberg
652a8423d3 psx: add cheats (#551)
* PSX: implement game ID

* initialize cheats for PSX
2022-02-22 00:31:51 +08:00
Martin Donlon
9ace959408 Support for 10bit polyphase coefficients (#550) 2022-02-21 15:25:37 +08:00
Sorgelig
b7c1fc1d8b Some cleanup. 2022-02-20 23:21:22 +08:00
zakk4223
efe27ea77e Add CHD image support for PSX (#549) 2022-02-20 23:12:06 +08:00
Martin Donlon
e509b8ec83 video: support for 256 phases (#548) 2022-02-20 15:45:02 +08:00
Kasper Olesen
283e72eadf PSX: support for single-bin multi-track images (#547)
Should help get audio working with more types of cue-bin images
2022-02-20 15:40:10 +08:00
Sorgelig
d25fb500ef PSX: support for multitrack CD. Don't load BIOS if it's not 512KB. 2022-02-19 01:03:17 +08:00
Sorgelig
10e216a21e Some cleanup. 2022-02-19 00:57:24 +08:00
Aitor Gómez
33aa7393a1 Keyboard scancode set switching and set 1 support (#546)
This improvement allows the use of set 1 of keyboard scancodes, as well as the possibility of changing from one to another from the OS. Both core ao486 and new cores based on set 1 will benefit from this feature.

Thank you @naeloob for your cooperation and support in developing this feature.
2022-02-19 00:24:54 +08:00
paulb-nl
41eff6f020 mra_loader: show error message on screen (#544)
Only clear error_msg if MD5 is not empty or None
Show full path with not found error so it is clear which folder it is
looking in.
2022-02-17 03:19:23 +08:00
Sorgelig
b41fa1b5cb Tweaks for waitmount option. 2022-02-17 03:16:26 +08:00
Martin Donlon
d32cea4798 Video info in OSD menu (#543) 2022-02-17 02:43:50 +08:00
Sorgelig
f1b693c512 INI option to wait for specific mount before core start. 2022-02-17 02:40:59 +08:00
Sorgelig
c2c2ce2514 PSX: option to automount memory card 1 per-game. 2022-02-14 02:31:21 +08:00
Sorgelig
7701cb1cda rename user_io_8bit_set_status to user_io_status. 2022-02-14 02:12:09 +08:00
Sorgelig
eb1455cebb PSX: don't create memory card till first save. 2022-02-13 23:16:30 +08:00
Sorgelig
7d896cd85a PSX: noreset.txt file to prevents reset on next CD mounting. 2022-02-12 15:53:39 +08:00
Sorgelig
4f7d97cf23 Release 20220211. 2022-02-11 23:23:53 +08:00
Alex Oughton
b565033f8a Set default block size for multi r/w (#534) 2022-02-11 21:28:00 +08:00
Sorgelig
78514bb15f video: some tweaks and formatting. 2022-02-10 19:54:34 +08:00
Martin Donlon
4e671f91aa Adaptive scanlines (#520)
Change filter reading code so that it stores all data as if it had 64 phases.
Support "adaptive" keyword in filter files which contain a second set of adaptive filters.
Send filters to core in one of the three supported formats.

Co-authored-by: Alexey Melnikov <pour.garbage@gmail.com>
2022-02-10 19:39:25 +08:00
Sorgelig
ba3d2fe80a OSD: filters/gamma/mask quick switch by +/- 2022-02-10 18:50:42 +08:00
Sorgelig
a82ccf52b6 PSX: auto-pick cue/iso if only one available in folder. 2022-02-10 15:29:51 +08:00
Sorgelig
f45b2b5bab PSX: highlight current save file in browser. 2022-02-09 21:14:47 +08:00
Sorgelig
5f951d42c5 PSX: don't cut name by dot in saves. 2022-02-09 19:02:53 +08:00
Sorgelig
bff9246529 PSX: fix save index. 2022-02-09 14:38:44 +08:00
Sorgelig
7c8b149d5f PSX: use per-game memory card. Allow to mount memory card from saves. 2022-02-09 03:33:12 +08:00
Sorgelig
ccc3cc592b adjust new sources and paths. 2022-02-08 08:28:44 +08:00
zakk4223
0302acfe4e Add zlib includes (#530)
Co-authored-by: Zakk <zakk@rsdio.com>
2022-02-08 08:15:49 +08:00
Alan Steremberg
04a530b5b8 put zlib back (#528) 2022-02-07 19:55:51 +08:00
Sorgelig
dfe224d6a7 Release 20220206. 2022-02-06 23:53:33 +08:00
Sorgelig
a9f8801324 x86: fix ide flags. 2022-02-06 23:50:58 +08:00