Commit Graph

1091 Commits

Author SHA1 Message Date
sorgelig
05f87a30e7 ao486: fix zip files copy to/from shared folder. 2020-08-17 02:29:07 +08:00
paulb-nl
ddb3a8847e Add setting to disable merge for specific VID/PID.
For example J-PAC in dual X-input mode with VID/PID 045e:028e
2020-08-16 04:29:13 +08:00
sorgelig
d0c7abc012 Release 20200814. 2020-08-14 22:29:40 +08:00
sorgelig
b4884cbb17 ao486: adjust MIDI clock case 2020-08-14 16:17:16 +08:00
sorgelig
aefb8d9176 Reset UART upon core reset. 2020-08-12 13:29:16 +08:00
sorgelig
f2333f1f08 ao486: fix midi flag. 2020-08-11 22:57:41 +08:00
sorgelig
f3ec4dc542 ao486: move hdd cache to FPGA. 2020-08-07 14:41:06 +08:00
sorgelig
eecb5869ed ao486: support for new mgmt bus. 2020-08-06 14:34:25 +08:00
sorgelig
ba79d13239 ao486: 3mbit for high speed UART mode. 2020-08-04 05:54:57 +08:00
sorgelig
f320a94ee3 Faster HPS-FPGA block transfers. 2020-08-03 10:43:16 +08:00
sorgelig
1595d71f78 ao486: faster hdd read/write. 2020-08-02 18:21:20 +08:00
sorgelig
5761e81cee ao486: support for new disk i/o. 2020-08-01 08:50:17 +08:00
sorgelig
9e5711a9e9 ao486: additiona debug info is shared folder. 2020-07-30 19:15:13 +08:00
sorgelig
066aeab6fe ao486: adjust ram size. 2020-07-30 19:13:57 +08:00
sorgelig
539a941f5f ao486: 10x serial mode. 2020-07-30 19:13:08 +08:00
sorgelig
c7b4fa79cf ao486: some fixes in shared folder. 2020-07-20 00:53:18 +08:00
sorgelig
95adc60b8f ao486: suport for shared folder. 2020-07-19 06:04:47 +08:00
sorgelig
c528ebc2f1 ao486: variable CPU clock, 256MB RAM. 2020-07-19 06:04:36 +08:00
sorgelig
7e45aa5d23 Allow INI combo switch only in main or system page. 2020-07-13 03:03:08 +08:00
sorgelig
0b629ae55c minimig: fix fdd corruption upon write. 2020-07-13 02:57:47 +08:00
sorgelig
673a65dec3 ao486: do not try fdd boot if not mounted. 2020-07-11 07:18:58 +08:00
BinaryBond007
98bc9a3216 Fix "No Files!" bug when selecting soundfont from OSD 2020-07-06 23:39:36 +08:00
sorgelig
7a9cd0a2ad input: fix: some BT devices(wiimote) don't have phys field, so use uniq field only. 2020-07-05 03:56:44 +08:00
sorgelig
71ebd66468 Release 20200705. 2020-07-05 02:26:22 +08:00
sorgelig
b2c8782094 ao486: don't try to mount file with empty name. 2020-07-05 01:15:31 +08:00
sorgelig
3e386501f6 input: treat back button on MS devices as select. 2020-07-05 01:12:22 +08:00
sorgelig
0ac0389fa9 ao486: use shared memory to upload BIOS. 2020-07-04 08:51:26 +08:00
sorgelig
86688d7297 Fix core listing in menu core. 2020-07-04 06:22:02 +08:00
sorgelig
01eac63641 ao486: configurable clock. 2020-07-04 02:06:32 +08:00
sorgelig
8b0f4fe412 Release 20200703. 2020-07-03 23:38:38 +08:00
sorgelig
0e9dd5e7e6 input: reset map_shown on player assignment reset. 2020-07-03 23:35:03 +08:00
sorgelig
772d3a71eb Add shared_folder INI option. 2020-07-03 05:52:19 +08:00
sorgelig
29e9150ca7 file_io: normalize the rule of root path across different functions. 2020-07-03 05:50:40 +08:00
sorgelig
2b9b53b892 CheckTimer(0) always return true. 2020-07-03 05:11:35 +08:00
sorgelig
00b6675fb2 Tweaks in type-to-filter. 2020-07-03 05:09:26 +08:00
OskarSigvardsson
2b2c668d4f Use proper filter instead of prefix to filter file lists
Added a new argument to ScanDirectory, a "filter" parameter. If it exists, it
will filter items regardless of where in the filename the filter appears (not
just in the beginning, as with the prefix). So if you type "ADV" as the filter,
both "Advance Wars" as well as "Ace Combat Advance" will pass through
2020-07-02 23:41:38 +08:00
OskarSigvardsson
6bac0b2eeb Implemented type-to-filter functionality in long game lists
Previously, when you started typing the name of a game in the long list of
games, it would jump to each successive letter you typed. So if you wanted to
play "Crash Bandicoot" on the GBA, and you started typing "CRA" on the keyboard,
the menu would first jump to C, then R, then A. This is almost certainly not
what you want, and not standard UX for these kinds of long lists.

This commit changes the behaviour to filter the list based on what you've typed.
So if you type "CRA", it will only show games beginning with "CRA". If you wish
to clear the filter, you can do so with backspace. Also: if you don't type for a
little bit (currently 2000 ms), it will also clear the prefix the next time you
start typing.

The functionality is implemented using the "prefix" argument to ScanDirectory.
2020-07-02 07:14:53 +08:00
sorgelig
e1f2c7879e minimig: fix zip handling in shared folder. 2020-07-02 03:05:22 +08:00
Sergey Dvodnenko
cd06931a9b pcecd: read 256 sectors when length is 0 (Kabuki Itouryodan). 2020-07-01 23:50:51 +08:00
sorgelig
4102c97ac9 Release 20200701. 2020-07-01 17:38:01 +08:00
sorgelig
a610b13afd mininig: fix path handling in shared folder. 2020-07-01 16:30:43 +08:00
sorgelig
00950c2232 Some updates in OSD. 2020-07-01 16:29:02 +08:00
sorgelig
b21b4fa526 input: some cleanup. 2020-07-01 05:10:45 +08:00
sorgelig
e0a2e55341 input: use both phys and uniq fields fro ID. 2020-07-01 01:26:31 +08:00
sorgelig
576a1292d9 input: improve map show cases. 2020-07-01 01:08:10 +08:00
sorgelig
dcdc879a61 input: better ID handling for prohibited to merge devices. 2020-07-01 00:04:39 +08:00
sorgelig
2687d3e6f3 input: better unique identification to preserve the player assignment. 2020-06-30 21:49:24 +08:00
sorgelig
5642ca5613 minimig: mouse wheel support. 2020-06-30 08:18:46 +08:00
sorgelig
7b2e25404a input: support skip in keyboard definition (for pseudo-keyboard devices). 2020-06-30 03:59:18 +08:00
sorgelig
4bfd1378a3 input: assign joystick to player only when button 'A' is pressed. 2020-06-30 02:27:21 +08:00