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
bbond007
1885a7d106
Merge https://github.com/MiSTer-devel/Main_MiSTer
2019-01-08 18:42:57 -05:00
bbond007
77cd97a578
check for /etc/asound.conf to enable MidiLink : MUNT/FSYNTH
2019-01-08 18:40:38 -05:00
sorgelig
3d1976ce2c
Release 20190108.
2019-01-08 19:23:30 +08:00
sorgelig
bf19823309
Support up to 6 gamepads.
2019-01-08 17:45:07 +08:00
sorgelig
f344ac931a
Fix the warnings.
2019-01-08 10:08:02 +08:00
sorgelig
aaf0712856
Makefile: fix files deletion, disable strict-aliasing warning.
2019-01-08 10:07:11 +08:00
sorgelig
5f8fbe5253
Open joystick buttons setup menu if not defined.
2019-01-06 23:47:46 +08:00
sorgelig
ed36841f78
Fix the warnings.
2019-01-06 23:47:10 +08:00
sorgelig
7de4788f9a
One more update in VS project.
2019-01-05 23:41:44 +08:00
sorgelig
1620069edf
VS project update.
2019-01-05 20:43:39 +08:00
sorgelig
13ca537cbf
minimig_boot: fix the warnings.
2019-01-05 19:15:14 +08:00
sorgelig
7b123e0803
lib folder for 3rd-party libraries.
2019-01-05 19:12:45 +08:00