Commit Graph

28 Commits

Author SHA1 Message Date
sorgelig
d27f4fcc82 common large load buffer. 2020-04-11 19:47:33 +08:00
sorgelig
5abb845ce1 arcade: fix the length parameter of part. 2020-04-01 22:02:17 +08:00
sorgelig
d25ca00579 arcade: support for single part byte swap without inteleave node. 2020-02-23 04:02:16 +08:00
sorgelig
80dcef4de7 arcade: support for DDR3 direct loading. 2020-02-16 23:23:45 +08:00
sorgelig
21655d4b68 arcade: fixes in rom loading. 2020-02-10 18:26:15 +08:00
sorgelig
4e60e9f8d0 arcade: MRA: support for byte interleave and swap. 2020-02-01 01:52:46 +08:00
sorgelig
385c2201c9 input: support buttons in MRA, show joystick map on first button press. 2020-01-31 05:34:22 +08:00
sorgelig
f1861c1dff arcade: update md5 reporting, prevent accidental md5 omission. 2020-01-27 01:22:48 +08:00
sorgelig
b4a4af0a86 arcade: filter out non-rbf files. 2020-01-23 15:42:19 +08:00
sorgelig
20ecb10ef4 remove debug. 2020-01-15 22:33:01 +08:00
sorgelig
2d1694be67 arcade: pick most recent rbf if several are present. 2020-01-15 17:24:32 +08:00
sorgelig
27112e5811 arcade: override core name with 'setname' node in MRA. 2020-01-13 18:17:15 +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
8a85dc8d78 arcade: move dip settings to mra. 2020-01-02 23:50:46 +08:00
sorgelig
15aeb67ec9 osd: fix h/d options. 2019-12-30 06:54:11 +08:00
sorgelig
5fa3dd0b4c arcade: skip md5 check if md5 isn't listed. 2019-12-29 23:36:04 +08:00
sorgelig
4899992d6f arcade: fix the path if mame is in root. 2019-12-29 02:14:43 +08:00
sorgelig
0566ac6a46 arcade: use USB/CIFS/Games location for mame if found. 2019-12-28 09:00:35 +08:00
sorgelig
2a2c005748 arcade: pre-buffer the ROM, implement patch section, don't send bad ROM to FPGA. 2019-12-28 01:13:34 +08:00
sorgelig
2e12b079d5 arcade: better error visibility. 2019-12-21 08:08:56 +08:00
sorgelig
a311d13591 Use subfolders for roms and cores where is mra. 2019-12-21 07:50:02 +08:00
sorgelig
0e2e0a4b45 arcade: case insensitive md5 compare. 2019-12-21 01:31:19 +08:00
sorgelig
7080eb1362 gba: add goomba emulator autoloading for gb/gbc roms. 2019-12-18 06:13:20 +08:00
sorgelig
7b78bd1574 romutils: some tweaks and optimizations. 2019-12-12 20:33:19 +08:00
sorgelig
0eb7b3017d Fixes, tweaks, cleanup. 2019-12-12 03:43:49 +08:00
Alan Steremberg
1070560e19 Arcade Add search for development rbf without date
* round trip xml launch

* roms load

* removed debug

* added binary data and changed rom format

* changed hex format

* fixed bug

* added structure and start/length

* removed base64 support

* removed base64 support

* fixed parsing bugs

* fixed hex parse bug

* fixed parser

* fixing paths

* fixed rbf parser

* fixed initialization bug

* fixed extension removal for when there are multiple extension options

* fixed core path and cleaned up filelength

* added md5 checks to arcade roms

* fixed rbf search

* added error support

* Simplify error checking code

* fixed arcade error message pop up

* fixed bug in part zip initialization

* removed dtdt

* don't load second rom0 if first works

* fixed directory problem

* added more comments

* added / to zip path

* fixed / bug, truncate mame zip error message

* fixed scrolling RBF

* fixed scrolling name and error message

* added code to remove _date in scrolling text

* remove redundant /

* added another check
2019-12-12 01:03:58 +08:00
Alan Steremberg
d981092caa Add support for /arcade folder, and MRA xml decoding
* round trip xml launch

* roms load

* removed debug

* added binary data and changed rom format

* changed hex format

* fixed bug

* added structure and start/length

* removed base64 support

* removed base64 support

* fixed parsing bugs

* fixed hex parse bug

* fixed parser

* fixing paths

* fixed rbf parser

* fixed initialization bug

* fixed extension removal for when there are multiple extension options

* fixed core path and cleaned up filelength

* added md5 checks to arcade roms

* fixed rbf search

* added error support

* Simplify error checking code

* fixed arcade error message pop up

* fixed bug in part zip initialization

* removed dtdt

* don't load second rom0 if first works

* fixed directory problem

* added more comments

* added / to zip path

* fixed / bug, truncate mame zip error message

* fixed scrolling RBF

* fixed scrolling name and error message

* added code to remove _date in scrolling text

* remove redundant /
2019-12-12 00:33:27 +08:00