Commit Graph

1397 Commits

Author SHA1 Message Date
Sorgelig
24d13f4d03 PSX: fix CD mounting. 2021-12-19 14:16:35 +08:00
Sorgelig
069368347a PSX: add simple CUE parser. 2021-12-19 04:51:30 +08:00
Sorgelig
d0085907d2 PSX: support for per-region BIOS. 2021-12-19 02:57:56 +08:00
Sorgelig
4274a3018f OSD: support for options SC and FSC. 2021-12-16 04:31:00 +08:00
Sorgelig
3a1ec245de user_io: fix CD unmounting hang on PSX. 2021-12-16 02:41:35 +08:00
Sorgelig
bc6d3a2ad1 Release 20211214. 2021-12-14 22:50:27 +08:00
Sorgelig
428a24afce Shadowmask v2. 2021-12-14 22:48:35 +08:00
Sorgelig
914d940f9d PSX: don't show zip files for CD mounting. 2021-12-05 04:03:50 +08:00
Sorgelig
138bdf3330 user_io: savestate and save for PSX core. 2021-12-02 21:13:59 +08:00
Sorgelig
9c3510d449 input: don't assign analog stick as dpad by default for PSX core. 2021-12-01 20:44:12 +08:00
Sorgelig
063cb52da1 input: clear whole map (incl. alternative buttons) at controller mapping start. 2021-11-29 14:09:59 +08:00
Sorgelig
40e9c6776c Release 20211127. 2021-11-27 23:41:20 +08:00
Martin Donlon
c1195a14de Fix the cold reboot hold check (#490) 2021-11-27 23:18:33 +08:00
Sorgelig
eea9e697cb Release 20211126 2021-11-26 23:00:23 +08:00
Sorgelig
d02099847b input: fix keyboard to joystick mapping. 2021-11-26 22:48:07 +08:00
Sorgelig
4cee9159d0 Support for loadable Shadow Masks. 2021-11-26 21:23:21 +08:00
Sorgelig
173d23ddc7 user_io: fixes and tweaks in image I/O. 2021-11-26 21:21:33 +08:00
Sorgelig
b71a0802f1 2352 block size for PSX CD access. 2021-11-25 03:45:06 +08:00
Martin Donlon
d84a83c101 Fix memory leak in screenshot saving (#487)
Fix formatting
2021-11-24 01:47:19 +08:00
Alan Steremberg
6992c3e135 screenshot - changed png library to imlib2, and added scaling by default (#481)
windows - PrintScrn will output the image scaled to the output resolution of the scaler. Windows - LSHIFT - PrintScrn will save the original size from the core.
2021-11-16 06:09:33 +08:00
Sorgelig
e4b5e57f1d Release 20211112. 2021-11-12 22:05:31 +08:00
Sorgelig
dc5ac74dcb UART: save modem baud rate, enable 115200 speed for modem mode. 2021-11-12 19:45:33 +08:00
Sorgelig
d3ffe5b38e input: fix key_menu_as_rgui option. 2021-11-12 19:39:48 +08:00
Sorgelig
10e57dcd7f rework reboot flag. 2021-11-12 19:39:47 +08:00
Sorgelig
553d5acc27 input: fix mouse wheel data transfer. 2021-11-12 19:39:47 +08:00
Sergey Dvodnenko
645e43e705 PCE CD: send the status of the SAPSP/SAPEP command (at the end of the track) immediately (Princess Maker 2). (#479) 2021-11-07 20:03:52 +08:00
Sergey Dvodnenko
91b93352ba SNES: only skip 512 byte rom header (#476) 2021-10-27 01:28:38 +08:00
Sorgelig
e7ad487e89 Don't load cheats for non-game files. 2021-10-11 22:06:55 +08:00
Sorgelig
7950bdae08 Release 20211010. 2021-10-10 19:16:13 +08:00
Sorgelig
43c19cb5b7 Merge branch 'master' of github.com:MiSTer-devel/Main_MiSTer 2021-10-10 19:12:01 +08:00
Sorgelig
be75d3d623 input: support for second analog stick. 2021-10-10 19:09:15 +08:00
Sorgelig
b86374cefc Fix VS Intellisense paths. 2021-10-10 19:08:50 +08:00
Martin Donlon
aa3ef264ac Add /dev/MiSTer_cmd screenshot support (#472)
Sending "screenshot" to the MiSTer_cmd device will trigger a screenshot.
An exact png filename can be specified if desired.
2021-10-07 13:11:01 +08:00
Sorgelig
7abbf7f8f4 Support compilation in WSL Ubuntu 20.04 LTS. Fix some warnings. 2021-10-07 03:08:56 +08:00
Sorgelig
a215fb36bb Some bluetooth dialogs rework. 2021-10-06 23:43:27 +08:00
sorgelig
a4c48eb93b Release 20211004. 2021-10-04 19:09:47 +08:00
sorgelig
2bac3df718 input: use X button on gamepad in file browser to go to parent folder. 2021-10-04 18:35:59 +08:00
sorgelig
50d6d15da7 input: use different maps for ControllaBLE based projects. 2021-10-04 18:07:37 +08:00
sorgelig
ac4ca198c5 input: consider controller with default map as configured. 2021-10-03 16:55:57 +08:00
sorgelig
fb49f8b3f3 user_io: log starting path. 2021-09-27 23:49:59 +08:00
sorgelig
95f9f468e3 input: check for MiSTer-A1/S1 in device name too, add special handling for ESP32 devices. 2021-09-27 23:49:17 +08:00
Zembarian
32d379b272 Change sorting comparison to generate expected results (#466)
Currently when you have two entries where one has a longer name ("foobar" and "foobar 2") it does the comparison up to the shorter of the lengths, and then if they match to that length, it does a date comparison instead. This exhibits behaviour different to what one would expect from most implementations.

This change puts the length comparison before the date comparison to make it more like the user would expect.

i.e "foobar" should always be above "foobar 2", and not move depending on the date code.
2021-09-20 18:45:05 +08:00
sorgelig
a7db4054ce Release 20210917. 2021-09-17 22:53:55 +08:00
sorgelig
53c0a93948 Add bt_reset_before_pair INI option. 2021-09-17 01:17:50 +08:00
sorgelig
8fad93d637 input: pace control for mouse mesages. 2021-09-16 02:39:51 +08:00
David Shadoff
c7314eb3c8 Slightly adjust CD DATA read speed to correct TurboGrafx16_MiSTer#162
Slightly increase CD READ speed (data throughput).  Slight adjustments in seek time may be needed in future in case lip syncing is affected.
2021-09-14 00:05:41 +08:00
sorgelig
39f5930eb1 input: add ControllaBLE (DIY) adapter to no_merge. 2021-09-12 02:07:02 +08:00
prrole
4a6078102a Add vid/pid for Irken Labs JAMMA Expander to no_merge (#460) 2021-09-08 12:59:36 +08:00
sorgelig
57566a6250 Release 20210906. 2021-09-06 23:22:32 +08:00
sorgelig
ddbf3622a7 input: apply default map to controller if not configured. 2021-09-06 22:21:18 +08:00