Commit Graph

258 Commits

Author SHA1 Message Date
Sorgelig
f0a7728ea2 MGL: support adf mounting in Minimig. 2022-03-03 23:44:42 +08:00
Sorgelig
2e34dcae35 MGL: support up to 6 actions. New action: reset. 2022-03-03 23:00:23 +08:00
Sorgelig
1c250abbce Improved MGL handling. 2022-02-28 02:12:48 +08:00
Sorgelig
ed1ec99688 Initial support for MiSTer Game Launcher (mgl) file. 2022-02-24 21:24:04 +08:00
Sorgelig
d25fb500ef PSX: support for multitrack CD. Don't load BIOS if it's not 512KB. 2022-02-19 01:03:17 +08:00
Sorgelig
10e216a21e Some cleanup. 2022-02-19 00:57:24 +08:00
Aitor Gómez
33aa7393a1 Keyboard scancode set switching and set 1 support (#546)
This improvement allows the use of set 1 of keyboard scancodes, as well as the possibility of changing from one to another from the OS. Both core ao486 and new cores based on set 1 will benefit from this feature.

Thank you @naeloob for your cooperation and support in developing this feature.
2022-02-19 00:24:54 +08:00
Sorgelig
b41fa1b5cb Tweaks for waitmount option. 2022-02-17 03:16:26 +08:00
Sorgelig
f1b693c512 INI option to wait for specific mount before core start. 2022-02-17 02:40:59 +08:00
Sorgelig
7701cb1cda rename user_io_8bit_set_status to user_io_status. 2022-02-14 02:12:09 +08:00
Sorgelig
eb1455cebb PSX: don't create memory card till first save. 2022-02-13 23:16:30 +08:00
Alan Steremberg
8c46d13d4f Added UEF Converter (#519)
* added uef converter

* added uef converter
2022-02-03 07:27:08 +08:00
Sorgelig
db5fb8ed8c PSX: adjust core name. 2021-12-19 14:34:57 +08:00
Sorgelig
069368347a PSX: add simple CUE parser. 2021-12-19 04:51:30 +08:00
Sorgelig
4274a3018f OSD: support for options SC and FSC. 2021-12-16 04:31:00 +08:00
Sorgelig
3a1ec245de user_io: fix CD unmounting hang on PSX. 2021-12-16 02:41:35 +08:00
Sorgelig
138bdf3330 user_io: savestate and save for PSX core. 2021-12-02 21:13:59 +08:00
Sorgelig
173d23ddc7 user_io: fixes and tweaks in image I/O. 2021-11-26 21:21:33 +08:00
Sorgelig
b71a0802f1 2352 block size for PSX CD access. 2021-11-25 03:45:06 +08:00
Martin Donlon
d84a83c101 Fix memory leak in screenshot saving (#487)
Fix formatting
2021-11-24 01:47:19 +08:00
Alan Steremberg
6992c3e135 screenshot - changed png library to imlib2, and added scaling by default (#481)
windows - PrintScrn will output the image scaled to the output resolution of the scaler. Windows - LSHIFT - PrintScrn will save the original size from the core.
2021-11-16 06:09:33 +08:00
Sorgelig
dc5ac74dcb UART: save modem baud rate, enable 115200 speed for modem mode. 2021-11-12 19:45:33 +08:00
Sorgelig
553d5acc27 input: fix mouse wheel data transfer. 2021-11-12 19:39:47 +08:00
Sergey Dvodnenko
91b93352ba SNES: only skip 512 byte rom header (#476) 2021-10-27 01:28:38 +08:00
Sorgelig
43c19cb5b7 Merge branch 'master' of github.com:MiSTer-devel/Main_MiSTer 2021-10-10 19:12:01 +08:00
Sorgelig
be75d3d623 input: support for second analog stick. 2021-10-10 19:09:15 +08:00
Martin Donlon
aa3ef264ac Add /dev/MiSTer_cmd screenshot support (#472)
Sending "screenshot" to the MiSTer_cmd device will trigger a screenshot.
An exact png filename can be specified if desired.
2021-10-07 13:11:01 +08:00
Sorgelig
7abbf7f8f4 Support compilation in WSL Ubuntu 20.04 LTS. Fix some warnings. 2021-10-07 03:08:56 +08:00
sorgelig
fb49f8b3f3 user_io: log starting path. 2021-09-27 23:49:59 +08:00
sorgelig
b091a609d9 C64: fix flag of T64 virtual image. 2021-08-28 16:00:50 +08:00
sorgelig
1f1cf74b71 input: support up to 8 mouse buttons, don't defer mouse events. 2021-08-24 19:51:43 +08:00
sorgelig
a1a95edae4 arcade: show notification of nvram save. 2021-08-08 19:53:23 +08:00
sorgelig
126f34fcd2 arcade: trigger nvram save from core. 2021-08-07 20:01:26 +08:00
sorgelig
aebed6b479 Minimig: fix behaviour of disk led, add led activity to shared folder access. 2021-08-03 23:49:20 +08:00
sorgelig
3ed545b9f4 Remove redundant OsdNameSet calls. 2021-07-24 22:35:24 +08:00
sorgelig
c8064e3f5c GCR mode for all cores using D64 and G64 disk images. 2021-07-19 20:11:27 +08:00
sorgelig
f97a5318b0 FC option: support DDR3 loading. 2021-07-15 00:37:23 +08:00
sorgelig
30e978f488 32bit length for HPS-FPGA block transfer functions. 2021-07-01 14:29:04 +08:00
sorgelig
b8b02da1a6 Move IDE from x86 to common code. 2021-06-30 21:49:11 +08:00
sorgelig
02af31d730 Update IDE code. Use standard IDE for Minimig. 2021-06-30 21:49:11 +08:00
sorgelig
c206eb204c Progress bar for files loaded into DDR3. 2021-06-16 23:05:27 +08:00
sorgelig
a20997df31 C64: support GCR mode. 2021-06-16 05:42:44 +08:00
sorgelig
db6c5c7720 user_io: limit disk i/o requets per cycle. 2021-06-05 23:23:37 +08:00
sorgelig
882983e3b4 Assert status[0](RESET) before FC option parser. 2021-06-04 22:52:43 +08:00
sorgelig
4af0d0264c Update sd_* API for flexibility and performance. 2021-06-04 20:43:20 +08:00
sorgelig
2af66d507b user_io: DEFMRA: use hardcoded path if supplied. 2021-05-24 05:17:36 +08:00
sorgelig
b21f0a032e user_io: don't write beyond existing file size if not savefile. 2021-05-20 07:30:29 +08:00
sorgelig
42d5169fd7 user_io: add 4800 baud to UART speeds. 2021-05-15 13:00:15 +08:00
sorgelig
f208ccf3e7 menu: remember path of FC option. 2021-05-05 01:25:19 +08:00
sorgelig
ea5da96d36 OSD: backspace to clear FC option. 2021-04-27 23:25:54 +08:00