Commit Graph

117 Commits

Author SHA1 Message Date
sorgelig
c24b973fc4 alt mode 2019-09-17 02:51:31 +08:00
sorgelig
c3c4e2ea3e some flags for dual-sdr cores. 2019-09-08 08:40:06 +08:00
sorgelig
6845359231 minimig: use detected SDRAM size to adjust selected FastRAM config if required. 2019-09-04 00:07:21 +08:00
sorgelig
25fb4570fe SDRAM module type detection. 2019-09-02 03:31:48 +08:00
sorgelig
47400adef6 Support for hdmi_limited=2 (16-255). 2019-08-31 06:59:49 +08:00
sorgelig
988355c470 Experimental direct_video option in INI. 2019-08-20 22:59:34 +08:00
sorgelig
9d8d6d1f18 NeoGeo: fix backup save/load. Move CD indexes to 1 and 2. 2019-08-12 00:32:33 +08:00
sorgelig
71791a30f7 disable some log messages. 2019-07-28 00:26:10 +08:00
sorgelig
d8c338046a Merge NeoGeo support code. 2019-07-20 10:37:08 +08:00
sorgelig
5e970fcc75 Minimig: fix reset by I/O button, add more memory configs. 2019-07-17 17:25:55 +08:00
sorgelig
4965be614a Reset SNES type on name reading. 2019-06-29 03:05:45 +08:00
sorgelig
f056480a07 Normalize line endings, remove trailing spaces. 2019-06-29 00:57:18 +08:00
sorgelig
e52ae6ba82 Rework disk LED activity. 2019-06-26 02:16:21 +08:00
sorgelig
56f66ebf41 Check status change request while ROM uploading. 2019-06-13 05:52:57 +08:00
sorgelig
5d413a61fd Remove TZX parser. 2019-06-11 06:42:20 +08:00
sorgelig
8c7560209b vga_sog option. 2019-06-06 01:20:43 +08:00
sorgelig
715d54d8a9 Some optimizations. 2019-06-06 01:15:10 +08:00
sorgelig
c41219c06a user_io: disable unused functions for menu core. 2019-06-04 23:15:22 +08:00
sorgelig
d78a41aa31 Menu core: improved OSD timeout, hide logo as well, darked the screen after double timeout. 2019-06-04 15:49:06 +08:00
sorgelig
c55a0bd654 input: reduce logging while HPS screen is active. 2019-05-27 22:46:54 +08:00
sorgelig
a6d88e4a69 Don't try to load boot.rom for Menu core. 2019-05-27 15:57:13 +08:00
sorgelig
616ee67bd2 input: improvements in mouse handling, add mouse wheel support. 2019-05-26 18:19:37 +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
ec41bbfcb2 Extract video functions to separate file, some refactoring. 2019-05-20 20:01:04 +08:00
sorgelig
414861e3bf vsync_adjust: allow PAL-only or NTSC-only adjust. 2019-05-18 22:27:53 +08:00
sorgelig
448cc2cf67 Correct handle of interlaced video. 2019-05-17 01:53:01 +08:00
sorgelig
36bdd504db Allow hdmi_limited for DVI as well. 2019-05-13 15:07:14 +08:00
sorgelig
518535721a OSD: mask to disable and hide menu items. 2019-05-13 01:03:57 +08:00
sorgelig
4c2f3c9622 Updates in cheats handling. 2019-05-12 21:04:06 +08:00
CruelTott
fa842c1c55 Add INI option to set HDMI output to Limited RGB 2019-05-11 13:42:25 +02:00
sorgelig
fa3bd5e0dc Cheats: find the cheat file by CRC32. 2019-05-11 15:15:57 +08:00
sorgelig
798c996c6e Update screenshot code. 2019-05-09 21:41:33 +08:00
Alan Steremberg
bf61e3f369 fixed crash 2019-05-08 16:23:22 -07:00
Alan Steremberg
a8d90697cc fixed spelling 2019-05-08 16:21:54 -07:00
Alan Steremberg
4a978dbf4c fixed scaler spelling 2019-05-08 16:10:25 -07:00
Alan Steremberg
a3be270853 added screenshot 2019-05-08 15:57:38 -07:00
sorgelig
0d35f66a81 Switch to standard 8x8 fonts. 2019-03-23 16:56:39 +08:00
sorgelig
00a75bd80b Fix EOL in sources. 2019-03-22 20:38:14 +08:00
sorgelig
fef4b3507a Support for font loading. 2019-03-22 19:14:33 +08:00
sorgelig
9fe2769a7c Fix video info Fpix. 2019-03-21 23:39:08 +08:00
Aitor Gómez
674c9d49b0 fix bootcore 2019-03-20 20:01:53 +01:00
sorgelig
556765fb10 Fix per-core ini config. 2019-03-20 21:24:12 +08:00
sorgelig
7f6bc8caa2 Ping the menu core on key/button press to wake it up. 2019-03-18 21:03:37 +08:00
sorgelig
41011d365c Input: Analog mapping, remove axes customization, support up to 32 gamepad buttons. 2019-03-18 02:10:43 +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
21241e3150 Report image size 0 if no save available 2019-03-04 04:34:18 +08:00
sorgelig
b7d64d6d3c Archie: Mouse buttons 2 and 3 swap. RTC support. CMOS load support. 2019-03-04 03:10:39 +08:00
sorgelig
7b5072df86 Archie: remove fdc/file customization. 2019-03-03 22:03:00 +08:00
bbond007
e04a275d09 Remove "Uartmode : MIDI-38K" by adding /tmp/CORENAME 2019-02-22 18:37:32 -05:00