Commit Graph

1335 Commits

Author SHA1 Message Date
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
sorgelig
ebf0124c77 input: correction for DS4/DS5. 2021-07-06 05:16:13 +08:00
sorgelig
e41469e85e Release 20210705. 2021-07-05 22:38:34 +08:00
sorgelig
f1aaa665ff minimig: support for headerless HDF images. 2021-07-05 20:58:11 +08:00
sorgelig
42b57a9e8b minimig: Fast-IDE option. 2021-07-05 00:20:52 +08:00
sorgelig
dbb296e0e2 minimig: fix mouse wheel. 2021-07-05 00:18:41 +08:00
sorgelig
e9de5b313f IDE: fix CDROM imgset command. 2021-07-05 00:17:50 +08:00
sorgelig
30e978f488 32bit length for HPS-FPGA block transfer functions. 2021-07-01 14:29:04 +08:00
sorgelig
d59fddf9e3 Release 20210630. 2021-06-30 22:24:51 +08:00
sorgelig
cb7a2a650c Various fixes and tweaks. 2021-06-30 21:49:11 +08:00
sorgelig
b8b02da1a6 Move IDE from x86 to common code. 2021-06-30 21:49:11 +08:00
sorgelig
02af31d730 Update IDE code. Use standard IDE for Minimig. 2021-06-30 21:49:11 +08:00
Alan Steremberg
6dbfe34fc9 Fixes for SharpMZ (#417) 2021-06-30 03:49:56 +08:00
David Shadoff
9c1e4ac3bd PCECD: Fix end LBA when playing second-last track on disc (by track) (#415) 2021-06-26 14:16:14 +08:00
David Shadoff
77e9cb4eaa PC Engine CDROM timing corrections (#412)
1) Fix for Issue 120 broke timing for cut-scene videos.  Restoring delay for SAPSP-type seeks  (issue #145)

2) fixes for issues #120 & #145:
a) PAUSE placed head just outside of minimum-seektime area -> when playback was restored, it was late, contributing to hangs (i.e. Bomberman Panic Bomber).  Increase minimum seektime region, so as to include this case.
b) Moved logging printf to AFTER SendStatus on SAPEP transactions; may help reduce hangs (i.e. Bomberman Panic Bomber).

3) Minor adjustment to improve timing on Sherlock Holmes games' video playback.
2021-06-20 14:57:46 +08:00
sorgelig
730535d0fa Release 20210617. 2021-06-17 21:30:49 +08:00
sorgelig
494c85bdc2 Merge branch 'master' of https://github.com/MiSTer-devel/Main_MiSTer 2021-06-17 21:22:05 +08:00
sorgelig
15da29e4fa C64: enable G64 write. 2021-06-16 23:05:45 +08:00
sorgelig
c206eb204c Progress bar for files loaded into DDR3. 2021-06-16 23:05:27 +08:00
sorgelig
a20997df31 C64: support GCR mode. 2021-06-16 05:42:44 +08:00