45 Commits

Author SHA1 Message Date
sorgelig
d27f4fcc82 common large load buffer. 2020-04-11 19:47:33 +08:00
sorgelig
b25b97a540 Support RBF display names from names.txt 2020-03-10 09:19:23 +08:00
zakk4223
caca70296a Add support for booting mra files via bootcore ini setting. Includes lastcore/lastexactcore functionality
Co-authored-by: Zakk <zakk@rsdio.com>
2020-03-08 23:54:14 +08:00
sorgelig
7fcc325d8c Long press of USER button in Menu core launches the joystick button definition. Short press of USER button skips the button in definition. 2020-03-07 05:35:19 +08:00
sorgelig
35f81c3826 Cleanup. 2020-01-20 14:04:36 +08:00
nanner55
8f4828c1cc Add T64 to D64 conversion support to C64.
* Added C64 T64 disk mount support.

* Fixed minor C64 T64 support bugs and minor code cleanup.

* Fixed DIR advance logic.
Changed various init values.

* Added workaround for FileOpen* functions auto-prepend breaking absolute
paths.
Changed T64 tmp path to be absolute.
2020-01-20 12:31:39 +08:00
sorgelig
ee9270de8c some cleanup. 2020-01-08 21:41:09 +08:00
zakk4223
a71c49be97 MRA: lookup rom parts by CRC first if "crc" attribute exists
MRA: supported ordered list "zip" attribute, (use '|' as delimiter)
2020-01-08 15:16:47 +08:00
sorgelig
1cb1e5b899 Support for savestate. 2020-01-01 10:39:52 +08:00
sorgelig
8a8645c530 recents: store altname. 2019-12-29 08:12:29 +08:00
sorgelig
0566ac6a46 arcade: use USB/CIFS/Games location for mame if found. 2019-12-28 09:00:35 +08:00
Jamie Dickson
5373f3d978 add smart usb and cifs searches to game folder paths 2019-12-06 15:01:49 +08:00
sorgelig
0b31ad20a7 file_io: add initialization for fileTYPE and more support for zip. 2019-11-20 13:40:01 +08:00
Newsdee
bbbc20f7eb Save input map files to /config/inputs/
* Save input map files to /config/inputs/
(old folder is still compatible, will revert if file not found)

* Reverted label to "undefine"
2019-11-07 22:53:16 +08:00
Jamie Dickson
45b35c2cff Allow use of "games" folder for core rom folders. 2019-10-21 03:12:47 +08:00
paulb-nl
4d45292b32 Support gamma correction. Add scrolling to System menu (#120) 2019-10-18 15:04:21 +08:00
sorgelig
ca2fbe5b7a NeoGeo: remove fixed path, support for subfolders. 2019-07-29 04:04:44 +08:00
sorgelig
4d616d8e27 Some re-work in file lister, NeoGeo per-game xml support. 2019-07-28 23:45:25 +08:00
sorgelig
c645788823 NeoGeo: fix file selector. 2019-07-27 21:00:05 +08:00
sorgelig
22140fa65d Add VGA nag upon starting the script. 2019-06-11 01:31:13 +08:00
sorgelig
82312678b8 Picture and logo for menu background. 2019-05-25 22:43:05 +08:00
sorgelig
798c996c6e Update screenshot code. 2019-05-09 21:41:33 +08:00
Alan Steremberg
a3be270853 added screenshot 2019-05-08 15:57:38 -07:00
sorgelig
00a75bd80b Fix EOL in sources. 2019-03-22 20:38:14 +08:00
sorgelig
a6ac6708ae file_io: remove obsolete functions. 2019-02-05 16:01:36 +08:00
Dan
873b4425a6 use END key to navigate to last file in directory 2019-01-17 03:06:49 +01:00
sorgelig
6b76a9a088 Use separate save folder for all saves. 2019-01-11 11:23:49 +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
sorgelig
c63bc586f7 Automatic save file creation. 2018-11-21 07:28:07 +08:00
sorgelig
99a0a0b190 Suport for altera scaler boot coefficients. 2018-11-10 00:29:16 +08:00
sorgelig
44d7476d60 Support for AScaler settings. 2018-11-08 05:11:20 +08:00
sorgelig
abbe31a0d0 Improved file lister. 2018-09-08 19:54:07 +08:00
sorgelig
5f954ddd2b Option to reduce FileOpen messages flood. 2018-07-11 15:52:04 +08:00
sorgelig
3facbe338d Detect the path of core. 2018-05-19 02:04:49 +08:00
sorgelig
09c96e8fa9 Minimig settings and reset cleanup and refactoring. 2018-05-10 18:40:48 +08:00
sorgelig
96e3d58b31 Support for miltiple configs per RBF. 2018-04-01 06:17:08 +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
sorgelig
95bedd84c1 Update USB storage code to reflect recent changes. 2018-01-23 17:42:02 +08:00
sorgelig
2e71988905 Sub-folders support for core loading. 2017-11-14 04:13:06 +08:00
sorgelig
1c50e0dc3a Support for memory files. 2017-09-01 20:47:17 +08:00
sorgelig
1bed61c563 OSD tweaks for ao486. 2017-08-02 22:24:55 +08:00
sorgelig
7e715ec2f9 Small tweaks for 32bit CPU. 2017-06-16 17:27:22 +08:00
sorgelig
6a5d4b142d Move INI/CFG/MAP files to config dir. 2017-06-16 16:40:34 +08:00
sorgelig
96f7caaf71 Initial Commit. 2017-06-14 02:47:05 +08:00