Commit Graph

1365 Commits

Author SHA1 Message Date
Sorgelig
b86374cefc Fix VS Intellisense paths. 2021-10-10 19:08:50 +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
sorgelig
687de81437 Release 20210829. 2021-08-29 22:33:44 +08:00
sorgelig
dddd3f9572 menu: arrange status icons dynamically. 2021-08-29 22:17:23 +08:00
sorgelig
b091a609d9 C64: fix flag of T64 virtual image. 2021-08-28 16:00:50 +08:00
sorgelig
650ef58691 input: don't open motion sensor device of dualshock/dualsense. 2021-08-28 15:59:14 +08:00
sorgelig
1415fe6c80 Release 20210825. 2021-08-25 22:06:16 +08:00
sorgelig
5ca9c5dde1 menu: more timeout before kick the BT. 2021-08-25 21:03:05 +08:00
sorgelig
1f1cf74b71 input: support up to 8 mouse buttons, don't defer mouse events. 2021-08-24 19:51:43 +08:00
sorgelig
4d83a408c7 video: reduce debug messages. 2021-08-24 19:49:15 +08:00
sorgelig
9150666c13 Update WiFi icon. 2021-08-24 19:47:52 +08:00
sorgelig
80e288b2d2 menu: improvements and fixes in bluetooth pairing. 2021-08-22 19:58:31 +08:00
sorgelig
110fdaca7e Remove obsolete CWIID driver support and guest pairing. 2021-08-17 05:31:59 +08:00
sorgelig
f079816f69 Add bluetooth lib for dirrect access to some functions. 2021-08-17 05:25:39 +08:00
sorgelig
19eef030a8 input: support for joycon in combined/split modes, bt_auto_disconnect ini option. 2021-08-17 05:24:32 +08:00
David Shadoff
f683849d24 Correct Princess Maker 2 freeze (TurboGrafx16_MiSTer issue #154) (#439)
Fix off-by-one sector count on end of track for Princess Maker 2; the game constantly checks the subcode Q value to see whether it reached a certain time signature... Main_MiSTer was stopping the track one sector earlier than that sector.
2021-08-09 14:51:13 +08:00
sorgelig
f4ea03886c joymapping: fix display of mapping. 2021-08-09 01:52:57 +08:00
sorgelig
a1a95edae4 arcade: show notification of nvram save. 2021-08-08 19:53:23 +08:00
sorgelig
126f34fcd2 arcade: trigger nvram save from core. 2021-08-07 20:01:26 +08:00
sorgelig
ee48a2460b Fix log_file_entry option. 2021-08-07 20:01:05 +08:00
sorgelig
0aafb5ab49 Release 20210803. 2021-08-03 23:53:53 +08:00
sorgelig
5c6541da49 input: improve Atari VCS spinner handling, combo to enable/disable the spinner. 2021-08-03 23:49:20 +08:00
sorgelig
aebed6b479 Minimig: fix behaviour of disk led, add led activity to shared folder access. 2021-08-03 23:49:20 +08:00
Alan Steremberg
97ad1c07e7 Fixed tape writing SharpMZ - goes to correct directory now (#433) 2021-07-29 07:29:32 +08:00
sorgelig
5e7ce73360 input: don't open switch accel, lit the home led. 2021-07-27 19:02:12 +08:00
sorgelig
1f9a325602 ini: spinner_axis option. 2021-07-26 22:45:44 +08:00
sorgelig
b19f6440c1 Release 20210724. 2021-07-24 23:53:16 +08:00
sorgelig
3ed545b9f4 Remove redundant OsdNameSet calls. 2021-07-24 22:35:24 +08:00
sorgelig
8c7e8b66e3 atarist: adjust menu. 2021-07-24 21:38:20 +08:00
sorgelig
980ea247cc input: support for Atari VCS joystick. 2021-07-24 16:20:50 +08:00
sorgelig
f87019d045 ide: some reorganization, split from Minimig, support for Archie. 2021-07-22 04:13:34 +08:00
David Shadoff
35639f0fb9 Fix for MiSTer-devel/Main-MiSTer#149 (#430)
Adjustment to head seek timing:
When seeking to audio tracks, there is a delay of between 130ms and 290ms between the status confirmation of completion and the start of audio.  80% of the time this is 220ms +/-20ms  and does not appear to be related to either seek distance or location on disc.

This fix inserts a delay between head seek arrival status confirmation and the start of audio play, without changing the total delay (ie. status is retruned earlier where appropriate).
This fixes Last Alert's excess sound, but may also fix other games' sound.
This was tested against main games which have presented issues with seektime in the past.
2021-07-20 00:41:34 +08:00
sorgelig
62a967bb1f Release 20210719. 2021-07-19 20:22:36 +08:00
sorgelig
c8064e3f5c GCR mode for all cores using D64 and G64 disk images. 2021-07-19 20:11:27 +08:00