Commit graph

1691 commits

Author SHA1 Message Date
kub
b26071be31 sound, fix ym2612 output volume for keyon and level changes 2021-05-19 19:30:04 +02:00
kub
f99f0794cf sh2 interpreter, minor improvement for irq handling 2021-05-19 19:18:36 +02:00
kub
341b0ccbad 32x, minor improvement for poll detection 2021-05-19 19:15:24 +02:00
kub
fa0d0d224e sh2 drc+interpreter, minor improvement for cycle counting 2021-05-19 19:15:19 +02:00
kub
e867ec06e1 68k, fix timing for BTST #imm,Dn and ADDQ.W #imm,An in fame 2021-05-19 19:04:37 +02:00
kub
efaa5e0b04 mcd, optimizations for polling detection 2021-05-17 23:13:27 +02:00
kub
5402223466 mcd, improve polling detection 2021-05-14 23:00:04 +02:00
kub
fbebab6934 mcd, improve polling detection 2021-05-14 16:50:13 +02:00
kub
ca1b77e601 32x, drc, fix saving SH2 SR in dma 2021-05-11 22:05:57 +02:00
kub
78c2237ab8 core, big endian fix (cart sram detection) 2021-05-07 18:40:55 +02:00
kub
9b61ba715a mcd, improve polling detection 2021-05-06 22:43:31 +02:00
kub
1106272c84 ui, scaling in sdl window mode (ATM hidden) 2021-05-06 22:19:38 +02:00
kub
e08e46ba44 libretro, build change for PS3 (disable drc) 2021-05-06 22:06:04 +02:00
kub
eb36d9c7e6 mcd, fix timing for irq while polling detected 2021-05-06 21:22:31 +02:00
kub
7e77080f45 mcd, fix crash when unloading cd while playing audio 2021-05-06 21:22:31 +02:00
kub
d94eec4446 platform, fix debug hex dump if char type is signed 2021-05-06 21:22:31 +02:00
kub
d0fc3c63ba libretro, build changes for ngc/wii/wiiu 2021-04-27 21:51:44 +02:00
kub
91ea9406e2 improvements for type issues 2021-04-22 23:31:36 +02:00
kub
0d8d97f87c fixes for big endian (mostly mcd) 2021-04-22 23:31:34 +02:00
kub
567c41ff2a build, fix old dingux audio (disable static linking)wq 2021-04-21 22:36:58 +02:00
kub
64cb487928 build, tiny release script improvement 2021-04-21 22:30:58 +02:00
kub
3d7e164092 build, do arch/fpu settings only for known platforms 2021-04-21 22:05:08 +02:00
kub
083c519ec2 libretro, fix mmap replacement (content intialized to 0) 2021-04-21 22:02:36 +02:00
kub
7fe2d3d33f sh2 drc, debug stuff 2021-04-21 22:02:36 +02:00
kub
f7615fc283 sh2 drc, fix powerpc cache handling 2021-04-21 22:01:22 +02:00
kub
448b634ccc sh2 drc, fix powerpc eabi compatibility 2021-04-17 20:46:27 +02:00
kub
cc19f5a12d platform, debug dump if no disassembler support 2021-04-16 21:43:17 +02:00
kub
eba9396473 mcd, add dr_mp3 playback support 2021-04-16 21:31:30 +02:00
kub
c9a715c777 sh2 drc, debugging fixes 2021-04-16 00:27:50 +02:00
kub
09c274d4b2 68k, fix musashi support (for debugging only) 2021-04-16 00:26:23 +02:00
kub
8b55d18905 ui, fix sound filter strength not read from config file 2021-04-16 00:23:42 +02:00
kub
75aba9cc65 sh2 drc, tiny optimization for x86 2021-04-16 00:18:58 +02:00
kub
b106e5c72b libretro, add input bitmask support 2021-04-16 00:16:17 +02:00
kub
8b48f9d483 ui, fix gmenu2x control files (correct category, add chd to filelist) 2021-04-15 22:23:29 +02:00
kub
44245ef0ea libretro, build fix for ngc/wii/wiiu 2021-04-12 20:04:51 +02:00
kub
f6b8bcc701 libretro, build fix for ngc/wii/wiiu 2021-04-11 23:41:47 +02:00
kub
02d753e346 md, fix irq priority handling for H-int 2021-04-10 21:34:48 +02:00
kub
6375e62775 68k, fix unpredictable instruction in ARM asm 2021-04-10 21:34:41 +02:00
kub
6bb230c7ec 32x, scheduling optimization 2021-04-07 22:31:00 +02:00
kub
5f97951865 sh2 drc, fix optimized standard division
still turned off, needs testing and performance checks
2021-04-07 22:24:03 +02:00
kub
a95da16ae1 32x, draw, avoid some warnings 2021-04-02 22:43:06 +02:00
kub
6138c4df25 32x, fix speed regression (wt memory write optimization) 2021-04-02 21:57:08 +02:00
kub
bac4eb5136 32x, arm asm draw optimization 2021-04-02 21:54:54 +02:00
kub
2dbaa49a1a sh2 drc, x86 fix, revert 6f64058 (carry usage in NEGC/DIV1) 2021-04-02 18:45:03 +02:00
kub
b57e33123a release 1.98 2021-03-30 23:21:23 +02:00
kub
2c731fd430 add build script for release 2021-03-30 20:17:26 +02:00
kub
88a58f34a0 build improvements for gph/psp devices 2021-03-30 20:17:26 +02:00
kub
40a7d177b2 make, improve build for devices using (open)dingux 2021-03-30 20:17:18 +02:00
kub
5d3b7ae27b make, add legacy dingux and retrofw, make libavcodec optional 2021-03-27 22:29:26 +01:00
kub
a6204821d5 ui, revised menu 2021-03-26 22:52:07 +01:00