Commit Graph

14 Commits

Author SHA1 Message Date
sorgelig
00a25d974d Add command to start the core from command line. 2019-06-07 12:56:11 +08:00
sorgelig
15f8a5c7fa input: inject keys from gamepad to HPS. 2019-05-28 00:57:35 +08:00
sorgelig
eddd5f1dc8 Disable input grab before reload the core. 2019-05-26 06:20:14 +08:00
sorgelig
ac7ba6d115 More support for framebuffer and terminal coexistence. 2019-05-24 01:20:50 +08:00
sorgelig
00a75bd80b Fix EOL in sources. 2019-03-22 20:38:14 +08:00
Aitor Gómez
ee250685e1 Bootcore feature
[MiSTer]
; lastcore - Autoboot the last loaded core (corename autosaved in CONFIG/lastcore.dat) first found on the SD/USB
; lastexactcore - Autoboot the last loaded exact core (corename_yyyymmdd.rbf autosaved in CONFIG/lastcore.dat) first found on the SD/USB
; corename - Autoboot first corename_*.rbf found on the SD/USB
; corename_yyyymmdd.rbf - Autoboot first corename_yyyymmdd.rbf found on the SD/USB
;bootcore=lastcore    ; uncomment to autoboot a core, as the last loaded core.
bootcore_timeout=10  ; 10-30 timeout before autoboot, comment for autoboot without timeout.
2019-03-13 06:04:26 +01:00
sorgelig
ddd5b75d2b Fix the warnings and some errors. 2018-12-29 21:15:25 +08: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
sorgelig
eb32629f15 timeout before reset. 2018-11-07 22:25:15 +08:00
sorgelig
e7429ec866 Support for composite RBF. 2018-09-29 15:58:23 +08:00
sorgelig
3facbe338d Detect the path of core. 2018-05-19 02:04:49 +08:00
sorgelig
96e3d58b31 Support for miltiple configs per RBF. 2018-04-01 06:17:08 +08:00
sorgelig
0e42d1a134 Support for u-boot parameters. 2018-03-28 02:32:21 +08:00
sorgelig
d235e806b2 Move to C++. Use C++14 as it adds binary literals -> HDL friendly. 2018-02-28 01:58:21 +08:00