Commit Graph

1904 Commits

Author SHA1 Message Date
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
sorgelig
422421e1ee Remove unused vars. 2021-07-15 18:36:02 +08:00
sorgelig
8ca10b48a7 INI option log_file_entry. 2021-07-15 18:30:12 +08:00
kaicherry
2a8d2271a5 Writes path info of menu selection (#416)
Writes to current path and "full path" of whatever in highlighted in the menu for external scripts to monitor.
2021-07-15 18:12:39 +08:00
zakk4223
6cbe7a112f Send CDROM subcode data to MegaCD core. Supports subcode data in CHD and bin/cue/sub format (#426)
Co-authored-by: Zakk <zakk@rsdio.com>
2021-07-15 16:30:16 +08:00
sorgelig
f97a5318b0 FC option: support DDR3 loading. 2021-07-15 00:37:23 +08:00
sorgelig
a54a0975a8 Release 20210711. 2021-07-11 20:13:49 +08:00
sorgelig
810cb2b05e input: use gamepad leds to display player number. 2021-07-11 19:28:49 +08:00
mrfpga
f402305e95 Update names.txt (#425) 2021-07-11 19:15:46 +08:00
sorgelig
860ff14d3f Add milti-instance no_merge_vidpid INI option. 2021-07-08 15:05:19 +08:00
sorgelig
2694da70a5 Release 20210707. 2021-07-07 12:28:42 +08:00
sorgelig
a1f94a0abc IDE: fix cylinders on headerless HDF. Fix completion CHS value. 2021-07-06 23:57:28 +08:00