sorgelig
d7bc150ff3
Release 20181231.
2018-12-31 16:39:07 +08:00
sorgelig
c22c365aa9
Fix memory corruption.
2018-12-31 14:38:36 +08:00
sorgelig
46a4353046
Autofire per key, not per function.
2018-12-31 05:10:16 +08:00
sorgelig
943d36a2c7
Release 20181229.
2018-12-29 23:22:56 +08:00
sorgelig
3e25b3ea51
More steps for autofire.
2018-12-29 21:28:31 +08:00
sorgelig
1c98d1e938
Improved look of datecode.
2018-12-29 21:22:28 +08:00
sorgelig
ddd5b75d2b
Fix the warnings and some errors.
2018-12-29 21:15:25 +08:00
sorgelig
3aa5c4d438
Merge pull request #32 from dholm/code-fixes
...
Minor code fixes
2018-12-29 19:33:48 +08:00
sorgelig
2ecede610b
Merge pull request #33 from dholm/compiler-diagnostics
...
Enable compiler diagnostics during build
2018-12-29 19:32:21 +08:00
David Holm
febb7f444f
makefile: Enable all compiler diagnostics
...
Enable all diagnostics in the compiler so that it can help identify bugs
in the code during build.
2018-12-29 12:23:32 +01:00
David Holm
e3013e615d
makefile: Set DFLAG before reference
...
Set the value of `DFLAG` to the include paths before it is being
referenced by `CFLAG`.
2018-12-29 12:22:31 +01:00
David Holm
7debf7ce1a
input: Remove spurious backslash
...
Remove backslash at end of comment so that the next line doesn't get
commented out as well.
2018-12-29 12:20:03 +01:00
David Holm
e144cd713f
menu: Initialize variables before use
...
Initialize `rdb` and `m` to zero at the top of `HandleUI` before they
are accessed.
2018-12-29 12:19:06 +01:00
David Holm
d16b899c95
sharpmz: sharpmz_ui does not return a value
...
The `sharpmz_ui` function does not have a return statement so declare it
as void.
2018-12-29 12:19:06 +01:00
David Holm
6813f707ea
fpga_io, user_io, minimig: Remove unreferenced printf arguments
...
Remove arguments to *printf that were not being referenced by the format
strings.
2018-12-29 12:19:06 +01:00
David Holm
e0781ccfc1
diskimage: Fix memory leak
...
Use array delete operator for pointer that was allocated with new[] so
that all entries are deleted.
2018-12-29 12:19:06 +01:00
bbond007
adb00d8f07
Merge https://github.com/MiSTer-devel/Main_MiSTer
2018-12-28 18:44:25 -05:00
bbond007
2d82e7f57a
add MidiLink TCP option
2018-12-28 18:43:51 -05:00
sorgelig
5385818aa6
Release 20181227.
2018-12-27 04:06:33 +08:00
sorgelig
33921e306f
vsync_adjust=2 for low latency mode.
2018-12-26 22:12:10 +08:00
sorgelig
b6e1b127ca
INI option to hide RBF datecode.
2018-12-23 22:37:04 +08:00
bbond007
eb16aec27d
Merge https://github.com/MiSTer-devel/Main_MiSTer
2018-12-23 03:34:21 -05:00
sorgelig
53ca769890
Release 20181223.
2018-12-23 14:29:04 +08:00
bbond007
234d0fac96
change MIDI to MLINK
2018-12-23 00:38:01 -05:00
bbond007
338803ca06
Merge https://github.com/MiSTer-devel/Main_MiSTer
2018-12-22 14:14:16 -05:00
sorgelig
6f13a4a72f
SNES: detect ST01x chip.
2018-12-23 02:51:28 +08:00
sorgelig
0c69fcf047
Release 20181221.
2018-12-21 19:03:56 +08:00
sorgelig
1f4fe8a264
Replace vscale_integer with vscale_mode with extended functionality.
2018-12-21 04:42:10 +08:00
sorgelig
bd6a1ad711
Fix OSD reboot option.
2018-12-19 21:52:43 +08:00
bbond007
e6cf05eed1
Merge https://github.com/MiSTer-devel/Main_MiSTer
2018-12-18 14:36:57 -05:00
sorgelig
23cfc68ee1
Merge pull request #29 from Locutus73/master
...
Added Scripts menu
2018-12-19 02:20:36 +08:00
Locutus73
12742ffea6
Added Scripts menu
...
Added Scripts menu in the main System Settings page. The menu scans for all *.sh files in the SD and, if one is selected, it executes it showing the standard output in the user interface; a Cancel option allows to interrupt the script and becomes OK once the script has finished.
2018-12-18 19:00:16 +01:00
bbond007
e5e0b451ad
Merge https://github.com/MiSTer-devel/Main_MiSTer
2018-12-17 22:17:56 -05:00
sorgelig
a4da233987
Release 20181213.
2018-12-13 20:03:25 +08:00
sorgelig
57bcf43b1d
SNES: update parser with chip detection.
2018-12-13 20:02:01 +08:00
sorgelig
88e2176a4d
Use 4K per block transfer for file loading. SNES: skip 512b header if present.
2018-12-13 20:01:12 +08:00
bbond007
2dd0d37b7d
System Menu SoftSynth fix
2018-12-12 22:15:27 -05:00
bbond007
d220820f06
System Menu SoftSynth fix
2018-12-11 05:15:11 -05:00
bbond007
18c030f6b5
System Menu SoftSynth
2018-12-11 04:05:07 -05:00
bbond007
2c303fe8c5
System Menu SoftSynth
2018-12-11 03:46:37 -05:00
bbond007
470ca18a1a
System Menu SoftSynth
2018-12-11 03:36:57 -05:00
sorgelig
05c2478d7c
Fix vsync_adjust.
2018-12-08 14:51:20 +08:00
sorgelig
35f3c8882e
Move minimig screen adjustment to AV page.
2018-12-08 14:11:40 +08:00
sorgelig
22b3edefdb
Release 20181208.
2018-12-08 01:25:20 +08:00
sorgelig
dd04fdcc83
Per core filter setting.
2018-12-07 22:52:16 +08:00
sorgelig
573ee8fc6d
Option vscale_border for TVs cutting the edges.
2018-12-07 02:51:31 +08:00
sorgelig
a8c61de576
Reset info timer after screen adjustment.
2018-12-07 02:16:37 +08:00
bbond007
d119b82987
Merge https://github.com/MiSTer-devel/Main_MiSTer
2018-12-05 23:17:42 -05:00
sorgelig
3604657713
Minimig manual screen ajustment.
2018-12-05 01:30:51 +08:00
bbond007
3482b2fbff
Support for SoftSynth menu option
2018-12-02 23:52:31 -05:00