sorgelig
0a89c2cd80
Separate PAL/NTSC modes for vsync_adjust.
2019-02-05 15:07:44 +08:00
sorgelig
3c377474a1
Fix archie rom loading.
2019-02-05 15:07:26 +08:00
sorgelig
0496ff285d
Upgrade to VS2017.
2019-01-29 13:48:31 +08:00
sorgelig
68336f0511
Extend HDMI pixel clock limits.
2019-01-27 12:08:38 +08:00
sorgelig
1dc2cd7545
Release 20190126.
2019-01-26 17:29:26 +08:00
sorgelig
91654a6e50
Fix hang if no files found.
2019-01-26 17:28:18 +08:00
sorgelig
dade2f6dbe
OSD: Volume control option.
2019-01-26 17:10:23 +08:00
sorgelig
07f4d0c5b3
Support for * wildcard.
2019-01-25 07:12:50 +08:00
sorgelig
9edfb310b5
Fix the ZIP browsing.
2019-01-20 19:36:05 +08:00
sorgelig
1fe29c8459
Release 20190119.
2019-01-19 16:25:22 +08:00
sorgelig
e52d1c25f7
Minimig: improve the config selector.
2019-01-19 15:17:16 +08:00
sorgelig
325f6b6ce4
Improved handling of symbolic links.
2019-01-19 02:38:10 +08:00
sorgelig
85c78c679f
Merge pull request #50 from D0023R/master
...
Add symbolic links handling
2019-01-18 23:58:46 +08:00
D0023R
624cae7f5d
Add symbolic links handling
2019-01-18 14:09:44 +01:00
sorgelig
a2754352af
Merge pull request #49 from bbond007/master
...
Small update to 'UART mode' menu
2019-01-18 15:11:55 +08:00
bbond007
bf458d9f89
Change MIDI link to MidiLink to match INI File name. Change "Reset UART Connection" to "Reset UART connection" to match other menus
2019-01-18 01:34:50 -05:00
sorgelig
52f3cb2204
Merge pull request #47 from bbond007/master
...
Changes to OSD UART mode screen
2019-01-18 14:00:50 +08:00
bbond007
67754d2a15
typo
2019-01-18 00:21:25 -05:00
bbond007
3e1d1c0fdf
change /dev/midi to /dev/midi1 and add option to reset without making change
2019-01-18 00:17:14 -05:00
bbond007
09c20fa78c
undo
2019-01-17 21:05:29 -05:00
bbond007
b94ceecad3
hasmidi fix
2019-01-17 20:55:05 -05:00
sorgelig
c4cf5e3687
OSD: separate page for UART settings.
2019-01-18 07:24:20 +08:00
sorgelig
f2af0772bf
Save midilink mode.
2019-01-18 05:14:28 +08:00
sorgelig
d4606d88ee
OSD: refactor the system page.
2019-01-17 18:30:16 +08:00
sorgelig
bea2e3065a
Merge pull request #44 from bbond007/master
...
Change MidiLink order /FSYNTH/MUNT/TCP/UDP
2019-01-17 10:26:28 +08:00
sorgelig
c28920bd0e
Merge pull request #45 from makigumo/master
...
use END key to navigate to last file in directory
2019-01-17 10:26:12 +08:00
Dan
873b4425a6
use END key to navigate to last file in directory
2019-01-17 03:06:49 +01:00
sorgelig
4ea3a9c312
Allow to control audio volume when OSD is opened.
2019-01-17 09:57:53 +08:00
bbond007
919d9e9e78
Change MidiLink order /FSYNTH/MUNT/TCP/UDP
2019-01-16 20:37:30 -05:00
sorgelig
46744b3ead
Input: adjust autofire operations.
2019-01-16 14:30:26 +08:00
sorgelig
e1e15a68da
ScanDirectory: fix initial location.
2019-01-16 14:09:13 +08:00
sorgelig
8d6bcfc227
PAL/NTSC INI option for Menu core.
2019-01-16 13:50:32 +08:00
sorgelig
e9b2dc2c85
Minimig: fix FDD access.
2019-01-15 04:43:14 +08:00
sorgelig
df42b90dd0
Release 20190112.
2019-01-12 20:50:30 +08:00
sorgelig
6b76a9a088
Use separate save folder for all saves.
2019-01-11 11:23:49 +08:00
sorgelig
259067b260
file_io: fix seek, fix fread/fwrite arguments.
2019-01-11 01:34:33 +08:00
sorgelig
e1186a95c4
Hide menu_20* items from list.
2019-01-11 00:28:11 +08:00
sorgelig
c2697a9473
Flush the buffer after write.
2019-01-10 23:55:30 +08:00
sorgelig
67442742c5
Fix locating the file in catalog.
2019-01-10 22:59:10 +08:00
sorgelig
9667e3996c
file_io: use char* instead of string.
2019-01-10 21:54:14 +08:00
sorgelig
aa986789a8
file_io: fix and some refactoring.
2019-01-10 19:53:22 +08:00
sorgelig
c194013aa1
Update VS project.
2019-01-10 09:52:41 +08:00
sorgelig
ed41061adc
Fix the warnings.
2019-01-10 09:52:27 +08:00
sorgelig
323b842dbe
Merge branch 'master' of https://github.com/MiSTer-devel/Main_MiSTer
2019-01-10 08:16:17 +08:00
sorgelig
664045fb59
Merge pull request #43 from dholm/file_io/zip
...
file_io: Zip file support
2019-01-10 08:12:25 +08:00
David Holm
868c60f99f
file_io: Zip file support
...
Support for loading files stored inside a zip file.
Treats zipped files as folders and allows loading files from inside the
zip file. Files are loaded on-demand from the archive.
Nested zip-files are currently not supported.
2019-01-09 21:00:56 +01:00
David Holm
0a0341bf81
file_io, DiskImage, sharpmz: Replace fd with FILE*
...
Replace file descriptor with a file stream in preparation for supporting
zipped files.
The API to miniz requires the use of file streams and since a file
descriptor can easily be extracted from a stream using `fileno` it's
much more convenient to use file streams everywhere.
2019-01-09 20:58:29 +01:00
David Holm
1bc427bc76
miniz: 2.0.8
...
Include miniz 2.0.8 for zip file support.
2019-01-09 20:58:29 +01:00
sorgelig
5c5ffa4f75
Fix reboot option.
2019-01-10 02:05:26 +08:00
sorgelig
9b91e50d4e
Merge pull request #42 from bbond007/master
...
MidiLink System menu option for TCP/UDP/MUNT/FSYNTH
2019-01-09 16:26:35 +08:00