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
David Shadoff
b12ff264a2
Delayed status return seems to be related to random hangs (Issue #120 ) ( #408 )
...
Do not delay status return even though head may still be seeking
2021-06-06 16:19:03 +08:00
mrfpga
b4f581f5ef
Update names.txt ( #407 )
2021-06-05 23:35:31 +08:00
sorgelig
542f593df9
Release 20210605.
2021-06-05 23:34:59 +08:00
sorgelig
db6c5c7720
user_io: limit disk i/o requets per cycle.
2021-06-05 23:23:37 +08:00
sorgelig
bdf117cde7
fix dip loading.
2021-06-05 23:14:55 +08:00
sorgelig
03de0a2822
OSD: fix arcade dip/cheat options.
2021-06-05 23:12:52 +08:00
sorgelig
50dedb3d93
Release 20210604.
2021-06-04 23:40:04 +08:00
sorgelig
0c174e4951
Normalize line endings in MiSTer.ini.
2021-06-04 23:30:24 +08:00
sorgelig
b148d10f0d
Bump S option max index to 9.
2021-06-04 23:26:17 +08:00
sorgelig
882983e3b4
Assert status[0](RESET) before FC option parser.
2021-06-04 22:52:43 +08:00
sorgelig
214ab9304d
OSD: fix scrolling file name when help text is scrolling.
2021-06-04 22:10:42 +08:00
sorgelig
0d636b1bf8
OSD: confirmation screen for clearing recents.
2021-06-04 21:45:14 +08:00