Commit Graph

506 Commits

Author SHA1 Message Date
root
d31d69e0e2 Bumped libchdr submodule 2021-07-13 23:04:04 +02:00
root
f82d984059 Bumped libchdr and minimp3 submodules 2021-07-12 22:31:06 +02:00
root
365f1ee5d6 68k, allow cyclone execution from address 0 and mcd, fix pulldowns only there if cd attached 2021-07-01 21:53:47 +02:00
root
e008a4cf59 Last irixxxx's optimizations 2021-06-29 11:16:28 +02:00
root
5110c84bee Restored poll detection limit to 20 for 32X games + some submodules updated 2021-06-25 09:16:46 +02:00
Vincent-FK
8b15bd3bb8 submodules bumped 2021-06-21 10:48:38 +02:00
root
5986ec32c8 32x, optimize poll detection and sh2 drc, fix constant memory address access calculation 2021-06-21 08:42:45 +02:00
root
142e78daa9 vdp, some finetuning, cleanup and 68k, fix idle loop detection crash on 64 bit platforms 2021-06-10 20:32:53 +02:00
root
a5613afc6b sound, improve FM output on load/resume 2021-06-10 20:08:58 +02:00
root
a16b0ab939 Last updates from irixxxx + submodule update 2021-06-04 18:47:21 +02:00
root
ebc054b278 Last irixxxx's optimizations 2021-05-27 22:11:51 +02:00
root
afad780742 Deactivated sound volume reduction (25%) 2021-05-22 19:44:38 +02:00
root
6704bddae6 Restored sound filters as disabling them caused too many side effects with some 32X games 2021-05-22 19:40:01 +02:00
root
45e3128e13 Deactivated Lowpass and DC filters to fix audio level issue 2021-05-22 17:25:00 +02:00
root
e9b9b9d81f Restored initial audio volume 2021-05-21 21:32:45 +02:00
root
17ffa908b8 Added last irixxxx's changes 2021-05-19 19:50:48 +02:00
root
86896ccefc mcd, improve polling detection 2021-05-14 23:17:20 +02:00
root
40e3810a93 mcd, improve polling detection 2021-05-14 19:35:38 +02:00
root
18e8a645a7 32x, drc, fix saving SH2 SR in dma 2021-05-12 10:17:58 +02:00
root
b043a80a70 Backported last irixxxx's changes to my FunKey fork 2021-05-11 18:29:21 +02:00
Vincent-FK
6914fac0cc fixed sound regression from April 22th, 2020. (commit 1dbda5f) 2021-04-30 19:09:20 +02:00
Vincent-FK
8c475d7b37 updated submodules 2021-04-02 16:24:10 +02:00
kub
4d4bea1c5f vdp fifo, adjust latency delay 2021-03-23 22:39:17 +01:00
kub
ef3241d203 mcd, fix memory leaks 2021-03-12 22:09:17 +01:00
kub
fa4954281c switch to libchdr with dr_flac 2021-03-12 22:07:50 +01:00
kub
886ce067c3 core, libretro fixes for chd support 2021-03-10 23:07:25 +01:00
kub
3d1e252313 core, chd support 2021-03-09 23:01:03 +01:00
kub
4bb0b70ec8 core, chd support 2021-03-08 23:02:55 +01:00
kub
37631374df ui, revised menu and option handling, added sound filter settings 2021-03-05 22:11:39 +01:00
kub
583c4840cf vdp rendering, fix crash for sprites with negative x/y (overlooked commit) 2021-03-05 00:38:41 +01:00
kub
b010d7b4ca vdp rendering, fix crash for sprites with negative x/y 2021-03-05 00:29:52 +01:00
kub
15ca715228 core, groundwork for chd support
still needs some scrutiny, and build integration is missing
2021-03-04 20:54:10 +01:00
kub
4da84f9454 fixes for big endian support (svp drc, libpicofe update) 2021-02-25 09:41:55 +01:00
kub
57c5a5e505 add big endian platform support 2021-02-22 22:27:51 +01:00
kub
4cc0fcaf15 fixes and improvements for type issues, part 3 2021-02-06 01:14:07 +01:00
kub
959ea39b23 vdp renderer, partial sync 8bit fast ARM asm with C code 2021-01-21 19:09:17 +01:00
kub
1e4663e1c8 sms, fix 8bit fast renderer 2021-01-20 20:55:12 +01:00
kub
bded848ccf 32x, fix BGR565 rendering 2021-01-20 20:55:12 +01:00
kub
f55fb31463 vdp renderer, improvements for 8bit fast
improved 240 lines support, add setting buffer width, structural improvements
2021-01-20 20:55:12 +01:00
kub
aa97a0a01f 32x renderer, fix for render buffers with pitch != line width, some speedup 2021-01-13 23:27:11 +01:00
kub
cdc6aac4c0 partially revived platform support for PSP (unfinished)
just to have a platform with an unusal screen resolution
- suspend/resume handling probably non-working
- no scaling settings
- no image generation
currently no intentions to finish this.
2021-01-10 12:13:56 +01:00
kub
f821bb7011 core, structural cleanup, fixes and improvements for type issues #2 2021-01-01 12:44:02 +01:00
kub
15eed40550 core, fixes and improvements for type issues 2020-12-29 11:27:11 +01:00
kub
2170797544 fixes for gcc warnings wrt 64 bit platforms 2020-12-29 11:13:45 +01:00
kub
30969671e5 sound, improved and optimized reimplementation of libretro lowpass filter 2020-12-23 15:51:49 +01:00
kub
7c5227a490 vdp, fix for loading saved gfx state 2020-12-14 21:12:25 +01:00
kub
59642c52e6 32x, tentative fix for pad handling 2020-12-14 21:11:37 +01:00
kub
dc01e0b58d 32x, restore old fix for X-men 2020-12-14 21:08:35 +01:00
kub
85894ad406 cz80, improve cycle accounting 2020-12-14 21:06:24 +01:00
kub
e0d5c83fd3 32x, tiny optimization for memory access 2020-12-14 21:05:51 +01:00