Commit graph

  • a80b0b42e1 svp drc, fix crash in jump patch kub 2023-04-11 19:08:36 +00:00
  • 134092feb7 md, implement z80 cycle stealing when accessing 68k bus kub 2023-04-05 20:02:47 +02:00
  • d515a352b3 core vdp, fix sprite rendering issues with Overdrive 1/2 kub 2023-04-05 20:00:37 +02:00
  • c7e1c39b28 core, make system detection by extension case insensitive kub 2023-03-26 10:35:39 +00:00
  • ac89144969 md vdp, fix sprite parsing (done on previous line) kub 2023-03-26 10:33:29 +00:00
  • e5a1d4c5f1 sms, cleanup, add missing tms palette to gp2x kub 2023-03-07 21:57:33 +00:00
  • 39194ef19e platform sdl, add missing prototype kub 2023-03-07 21:56:11 +00:00
  • e278f08bed sh2 drc, fix 64 bit multiplication in ppc and riscv backends kub 2023-03-07 21:54:36 +00:00
  • a26e663957 core, fix arm rendering regression after 8 bit changes kub 2023-02-23 22:12:57 +00:00
  • 0aa63fce12 core, revisit Sega 8 bit hardware handling kub 2023-02-22 23:22:45 +00:00
  • cab84f29e5 core, preparations for sc-3000 support kub 2023-02-18 20:57:16 +00:00
  • ecf8764253 sms vdp, fix TMS modes, tile count off by one kub 2023-02-18 17:19:05 +00:00
  • c989b8fec1 platform sdl, fix minor bug in window size handling kub 2023-02-18 17:28:05 +00:00
  • 5aa5700685 platform sdl, fix minor bug in window size handling kub 2023-02-12 22:51:44 +00:00
  • e64742875a platform, move keyboard menu keys for L,R to BS,TAB kub 2023-02-07 23:19:23 +00:00
  • 572cf80e38 core vdp, fix regression (switching V30->V28 in lines 225-239) kub 2023-02-07 23:10:22 +00:00
  • 9ec3b5ac0e rg99 support sndream 2023-01-01 23:58:58 +08:00
  • 95788d2ff2 sh2 drc, minor improvement for PS3 ABI handling kub 2023-01-12 23:02:25 +00:00
  • 1ef527e93b Apply some cleanups to the abicall macros OsirizX 2023-01-12 11:39:55 -08:00
  • 08be5f1dab Add dynarec support for PS3 OsirizX 2023-01-11 09:46:50 -08:00
  • 0512a22869 sh2 drc, wrap generated function ptrs if called from host kub 2023-01-09 20:45:10 +00:00
  • e1b916547d update submodules, use lzma-19.00 with newer libchdr kub 2022-12-21 12:10:24 +00:00
  • d5288c2a41 update submodules, fix for newer libchdr kub 2022-12-21 08:03:05 +00:00
  • 14b19ad7c8 update submodules kub 2022-12-20 21:57:52 +00:00
  • 19469da385 32x, fix soc code (sh2 sr register handling) kub 2022-12-20 21:37:21 +00:00
  • 7b02a2c3e3 32x, improve sh2 scheduling kub 2022-12-20 21:34:13 +00:00
  • fe8f2d963e 32x, hacks for roms with caching related problems kub 2022-12-20 21:32:24 +00:00
  • ebd9c86a6c platform, clear status remnants after renderer switching by hotkey kub 2022-12-19 22:03:43 +00:00
  • 35821b373c Revert 4ec1247 as it cause more troubles than it solves kub 2022-11-25 19:26:37 +00:00
  • aa9c5aa559 sh2 drc, minor fix for arg passing in calls from generated to C code kub 2022-11-21 21:19:34 +00:00
  • 4ec1247d23 32x, tentative kludge for blackthorne kub 2022-11-21 21:08:39 +00:00
  • eb990fd62a 32x, reset handling and synchronization changes kub 2022-10-28 19:55:40 +00:00
  • 7e0c38c9c7 psp, fix vsync synchronisation kub 2022-10-16 19:28:52 +00:00
  • 2c4675a993 core, fix cpu sync regression kub 2022-10-16 19:27:15 +00:00
  • 043ccbf45f fix some gcc warnings kub 2022-10-14 21:22:33 +00:00
  • e44c606f39 pico, fix psg sound and fast forward kub 2022-10-14 18:47:20 +00:00
  • c9d5f41b0a 32x, minor poll detection fix kub 2022-10-14 18:46:49 +00:00
  • b074a2b5b6 mcd, minor optimization for poll detection kub 2022-10-13 19:25:25 +00:00
  • 8bc53f3018
    Merge pull request #149 from orbea/strict-prototypes pre-fork notaz 2022-10-13 00:45:50 +03:00
  • fdaf9d10bd core, improve mcd+32x cpu synchronization kub 2022-10-12 21:44:32 +00:00
  • db8af214be generic, fix debug menu rendering kub 2022-10-12 21:23:49 +00:00
  • 60a9397b3d Fix -Werror=strict-prototypes with clang orbea 2022-10-10 12:50:00 -07:00
  • 58226f1862
    Merge pull request #148 from orbea/strict-prototypes notaz 2022-10-11 23:15:37 +03:00
  • b238bba540 Fix -Wmain-return-type clang warnings in configure orbea 2022-10-10 12:50:00 -07:00
  • fa43b5862d Fix -Werror=strict-prototypes orbea 2022-10-10 11:29:56 -07:00
  • 946c3b0ef5 32x, make 68k poll detection less agressive kub 2022-10-08 11:03:42 +00:00
  • f338a562e9 sh2 drc, fix bug in jump patching for arm64 kub 2022-10-06 19:39:18 +00:00
  • e2a5b098e0 core, TH input latency only if output was low kub 2022-10-04 21:11:26 +00:00
  • 6c6d449ec5 core, add TH pad pin latency (load state regression) kub 2022-10-03 16:42:41 +00:00
  • e05680a2b9 core, add TH pad pin latency (regression after 5 min) kub 2022-10-03 08:41:37 +00:00
  • 66e9abff6d core, add TH pad pin latency after switching to input kub 2022-10-03 07:55:25 +00:00
  • 54f74b8100 sdl, limited redraw event processing for sdl window and overlay modes kub 2022-10-01 08:40:14 +00:00
  • a2d1369cb5 psp, enable using new pspdev, fix some bugs kub 2022-09-29 23:24:43 +00:00
  • 0e67fb6011 configure: fix mcpu compiler parameter for RPI targets cmitu 2022-09-28 04:15:19 +01:00
  • 4182483ea2 sms, fix center tms text mode (mode 1) kub 2022-09-28 18:53:27 +00:00
  • c05ec65ef1 gp2x, small optimization kub 2022-09-28 18:52:26 +00:00
  • 12ffc46933 platform, fix emu loop timing for vsync enabled kub 2022-09-28 18:51:19 +00:00
  • a1ef15a783 platform sdl, fix screen clearing if line pitch isn't width kub 2022-09-28 18:46:32 +00:00
  • 6370b1d401 psp, more fps, improve sms/gg scaling kub 2022-09-28 18:43:33 +00:00
  • 96948bdfc8 sms, add fast renderer, remove 1st column (8 px) if blanked kub 2022-09-21 23:26:48 +00:00
  • 23e4719638 generic ui, add basic GLES support kub 2022-06-19 22:46:50 +02:00
  • 7c6f79147b sms, add xor 4x8k mapper kub 2022-09-14 19:29:02 +00:00
  • f9b966dec6 mcd, fix gfx (32x32 stamp) kub 2022-09-14 19:27:43 +00:00
  • 6ce10a4308 core+platforms, harmonise supported extensions kub 2022-09-14 19:23:58 +00:00
  • 2ec448a8ce sound, fix ym2413 fm sound load/save kub 2022-05-11 00:18:47 +02:00
  • 732c328c41 z80, fix drz80 save (regression) kub 2022-05-09 23:14:40 +02:00
  • 56e0b86559 core vdp, fix out-of-bounds vram access for save/load kub 2022-05-09 21:45:59 +02:00
  • 7c16d1357b sms, fix mappers (save/load for sega, korea, 8kbram) kub 2022-05-09 21:45:07 +02:00
  • 46cbe781eb z80, improve cz80+drz80 compatibility kub 2022-05-04 19:17:33 +02:00
  • 5711398c4a z80: fix AF pop+push in DrZ80 (F bits 3+5 stack value unchanged) kub 2022-05-01 23:56:04 +02:00
  • e1e8ca17be md, reworked cart protection handling, added some unlicensed kub 2022-04-30 14:07:58 +02:00
  • 27b26d0478 sound, minor FM filtering optimization kub 2022-04-30 14:04:28 +02:00
  • 72c2a04a9d core vdp, fix status reading synchronisation kub 2022-04-22 20:50:20 +02:00
  • 364be97d1b ui, fix skin for opendingux+linux kub 2022-04-20 19:26:16 +02:00
  • 36b2f2931f libretro, fix classic_arm builds, minor cleanup kub 2022-04-20 00:00:43 +02:00
  • a5085db3ea Merge from libretro/master:7ff457f for repo synchronization kub 2022-04-19 23:58:59 +02:00
  • 45d0add214 ui, fix generic skin kub 2022-04-19 22:50:57 +02:00
  • b4c25401da sh2 drc, improve cycle resolution for poll detection kub 2022-04-19 13:30:26 +00:00
  • 192ab01579 core, improve extension handling kub 2022-04-14 22:56:38 +00:00
  • 68a950875c sound, add FM filtering kub 2022-04-14 17:32:40 +00:00
  • 21e0cd52e6 ui, revisit menu kub 2022-04-09 22:19:15 +02:00
  • 5c7cd0590e libretro, fix native sound rate kub 2022-04-10 07:45:03 +00:00
  • a990d9c434 ui, revisit menu kub 2022-04-09 22:19:15 +02:00
  • f1e31ac6d4 Add missing pico init in case of successful autodetect Vladimir Serbinenko 2022-04-01 17:14:18 +02:00
  • 47e73a93a4 libretro, fix compilation for unix armv7 kub 2022-04-09 19:53:10 +00:00
  • 906cc85456 (libretro) Prevent illegal usage of RETRO_ENVIRONMENT_SET_SYSTEM_AV_INFO/RETRO_ENVIRONMENT_SET_GEOMETRY environment callbacks jdgleaver 2022-04-05 10:53:16 +01:00
  • a987b67801 sound, fix config save/load for native quality mode kub 2022-03-31 22:02:48 +00:00
  • e2e2b6ad1b sound, prepare FM filtering kub 2022-03-31 17:27:49 +00:00
  • 882f697ad4 sound, add native rate mode, change resampling kub 2022-03-06 20:40:50 +00:00
  • d26d4c2965 build, add miyoo to release script kub 2022-03-11 21:06:40 +00:00
  • f591b83785 core vdp, minor fifo write optimisation kub 2022-03-06 22:18:52 +00:00
  • f507a70379 platform: Add miyoo support jSTE0 2022-02-18 22:33:17 +00:00
  • f8aaa200cf platform sdl, preliminary window resizing fixes kub 2022-03-06 18:39:46 +00:00
  • e48f3f2795 sms, some minor fixes and additions for sg-1000 kub 2022-03-01 21:07:21 +00:00
  • df6c895c5c sms, add sg-1000 support kub 2022-02-28 21:45:50 +00:00
  • 216c9f17fa sms, add sg-1000 on-cart RAM mapping kub 2022-02-27 11:12:15 +00:00
  • 3611781e65 sms, autodetection for sg-1000 ram extension kub 2022-02-27 09:40:04 +00:00
  • 171fb8cc14 sms, mapper for taiwanese sg-1000 ram extension kub 2022-02-26 21:48:18 +00:00
  • aaef4b945e sms, add basic sg-1000 support kub 2022-02-26 10:19:07 +00:00
  • 22917adcff sms, add missing TMS VDP modes kub 2022-02-26 09:41:38 +00:00