Commit graph

  • 9f407e830e
    Merge branch 'ekeeke:master' into master ds22x 2022-08-13 13:51:35 +02:00
  • c9b24e6de9
    Merge pull request #307 from alexkiri/sdl_build_fix ds22x 2022-08-13 13:51:17 +02:00
  • e5f77f14b9
    Enchanced per-tile vertical scroll (#453) Kiri 2022-08-13 09:11:41 +03:00
  • 057c64bf85 Comment cleanup Alex Kiri 2022-08-13 07:41:17 +03:00
  • b46bc96f45 Code review cleanup Alex Kiri 2022-08-13 07:30:11 +03:00
  • 3757d43577 Enchanced per-tile vertical scroll implementation Alex Kiri 2022-08-12 21:21:30 +03:00
  • 26e2640326 Fix SDL build Alex Kiri 2022-08-12 21:04:22 +03:00
  • ad92df802d
    Merge branch 'ekeeke:master' into master ds22x 2022-08-09 03:54:38 +02:00
  • 47d20265c9 [Core/Sound] fixed MAME YM2413 core operator output when EG is off (fixes issue #448) ekeeke 2022-08-07 10:13:10 +02:00
  • c660a37d50
    Update .gitlab-ci.yml LibretroAdmin 2022-07-25 10:02:57 +02:00
  • ee0e185b6e (libretro.c) Use safer fill_pathname_join - tend to avoid snprintf as earlier versions of MSVC didn't NULL terminate. This also saves us from having to messily set the path separator per OS libretroadmin 2022-07-22 14:47:49 +02:00
  • e2fd222349 [Gamecube/Wii] bumped up config version ekeeke 2022-06-18 15:25:00 +02:00
  • 643163443d
    Merge pull request #301 from Swordfish90/fix-led-interface ds22x 2022-06-11 13:58:46 +02:00
  • 8c593cc997 Make libretro led interface optional for frontends. Filippo Scognamiglio 2022-06-11 08:54:59 +02:00
  • 6923673821
    Merge branch 'ekeeke:master' into master ds22x 2022-06-07 04:08:01 +02:00
  • 4ecd33f4cd [Core/CD] fixed 32x32 pixels stamp index masking during GFX operation (fixes #436) ekeeke 2022-05-31 01:52:17 +02:00
  • 73e6464762 Revert "Take out -DENABLE_SUB_68K_ADDRESS_ERROR_EXCEPTION, leads to heavy regressions for now" libretroadmin 2022-05-17 15:54:07 +02:00
  • f9e2c57818
    Take out -DENABLE_SUB_68K_ADDRESS_ERROR_EXCEPTION, leads to heavy regressions for now LibretroAdmin 2022-05-16 12:59:58 +02:00
  • 492b4c63c5
    Merge branch 'ekeeke:master' into master ds22x 2022-05-02 00:49:56 +02:00
  • e366ca817f [Core/CD] added setting to enable/disable CD access time simulation ekeeke 2022-05-01 15:47:18 +02:00
  • ff5cefd90b
    Merge branch 'ekeeke:master' into master ds22x 2022-04-27 12:52:17 +02:00
  • f43a4a7312 [Core/MS] added support for new Korean xx-in-1 mapper (128 Hap, Game Mo-eumjip 188 Hap) ekeeke 2022-04-24 19:18:30 +02:00
  • 7520ac8aae
    Crash fix for LED interface (#297) sonninnos 2022-04-17 02:17:00 +03:00
  • 4d3afba56c Update twinaphex 2022-04-17 01:11:26 +02:00
  • 9e81641b87
    Add libretro LED interface (#296) sonninnos 2022-04-16 20:17:21 +03:00
  • 144045b30a
    Merge pull request #294 from jSTE0/miyoo-low-memory ds22x 2022-04-03 21:23:48 +02:00
  • d3760988f1 platform/miyoo: Use LOW_MEMORY flag jSTE0 2022-04-03 19:04:28 +01:00
  • ed5c591fb2 Resync to upstream ds22x 2022-03-07 18:24:03 +01:00
  • 7d4ae7da0c [Core/CD] fixed byte access address range to Font Data registers ekeeke 2022-02-26 10:26:12 +01:00
  • 7fe8d95ca1 [Core/CD] fixed Boot ROM level 4 interrupt vector upper word value ekeeke 2022-02-25 16:45:39 +01:00
  • ee5b917c32 [Core/CD] disabled Boot ROM loading automatic detection when Mode 1 is enabled ekeeke 2022-02-25 16:42:58 +01:00
  • 58accf0689 [Core/CD] fixed Memory Mode, Timer and Font Color registers byte access at even address (verified on real hardware, cf. Krikzz's mcd-verificator) ekeeke 2022-02-25 15:29:18 +01:00
  • 3ba8e40c23
    Merge branch 'ekeeke:master' into master ds22x 2022-02-14 18:03:08 +01:00
  • 4a899e8262 [Core/Sound] fixed edge case in MAME YM2413 core when Key-Off occurs with envelope already off ekeeke 2022-02-13 23:16:44 +01:00
  • b849255183 Add 'Uncorrected' aspect ratio ds22x 2022-02-12 14:08:28 +01:00
  • 017a23d62f Fetch translations & Recreate libretro_core_options_intl.h github-actions[bot] 2022-02-11 15:19:00 +00:00
  • 6addef7a65 Add 4:3 aspect ratio option ds22x 2022-02-10 22:20:21 +01:00
  • d0ba771160
    Merge branch 'ekeeke:master' into master ds22x 2022-02-10 16:14:42 +01:00
  • 17cbc63a10 Merge branch 'master' of https://github.com/ekeeke/Genesis-Plus-GX ekeeke 2022-02-06 19:36:36 +01:00
  • 47dc5e1b61 [Core/Sound] fixed Nuked YM2413 core attack phase rates 11.1 to 11.3 (cf. https://github.com/nukeykt/Nuked-OPLL/issues/6) ekeeke 2022-02-06 19:36:20 +01:00
  • e4c53348d9 [Core/Sound] fixed overflow bug in MAME YM2413 core when using attack rate 14.3 (introduced in previous commit) ekeeke 2022-02-06 19:00:15 +01:00
  • bcff186333 Sync ds22x 2022-02-06 12:10:15 +01:00
  • cf26703292
    [libretro] Fix the 'Hiding Master System Side Borders' option not working with 'Blargg NTSC filter' (#411) ds22x 2022-02-06 09:03:37 +01:00
  • 35419d61f4 Fix the 'Hiding Master System Side Borders' option not working with 'Blargg NTSC filter' ds22x 2022-02-06 00:43:02 +01:00
  • 80426ee569 Fetch translations & Recreate libretro_core_options_intl.h github-actions[bot] 2022-02-04 15:14:02 +00:00
  • ac11675741
    Merge pull request #288 from DisasterMo/add-langs ds22x 2022-01-28 17:28:27 +01:00
  • 33ccf5acb1 Fetch translations & Recreate libretro_core_options_intl.h github-actions[bot] 2022-01-28 15:19:36 +00:00
  • c9721a2c88 Enable Indonesian, Swedish and Ukrainian localisations Michael Burgardt 2022-01-21 17:13:48 +01:00
  • 88c9ad000b Fetch translations & Recreate libretro_core_options_intl.h github-actions[bot] 2022-01-21 15:14:35 +00:00
  • 7539777f67 Fetch translations & Recreate libretro_core_options_intl.h github-actions[bot] 2022-01-14 15:14:47 +00:00
  • 2dff5d4909
    Fix visibility of 'hidable' core options when option categories are supported (#287) jdgleaver 2022-01-13 16:53:23 +00:00
  • fdb2fad3e7 Fetch translations & Recreate libretro_core_options_intl.h github-actions[bot] 2022-01-07 15:14:52 +00:00
  • 5cfd336417 Fetch translations & Recreate libretro_core_options_intl.h github-actions[bot] 2021-12-31 15:14:38 +00:00
  • 33aef5e97d Fetch translations & Recreate libretro_core_options_intl.h github-actions[bot] 2021-12-24 15:14:40 +00:00
  • 81fce948ac Fix the 'Hiding Master System Side Borders' option not working with 'Blargg NTSC filter' ds22x 2021-12-24 04:04:34 +01:00
  • 41b0974934 Fetch translations & Recreate libretro_core_options_intl.h github-actions[bot] 2021-12-17 15:14:49 +00:00
  • f591cf3315 Fetch translations & Recreate libretro_core_options_intl.h github-actions[bot] 2021-12-10 15:14:46 +00:00
  • 6f782a3d42
    Merge pull request #278 from Danniel79/patch-1 ds22x 2021-12-08 10:16:48 +01:00
  • 2ed7b7255d
    Update Makefile.libretro Danniel79 2021-12-08 09:53:31 +02:00
  • 8a7d4c87d2 Fetch translations & Recreate libretro_core_options_intl.h github-actions[bot] 2021-12-03 15:14:42 +00:00
  • 34ea2c1247 Fetch translations & Recreate libretro_core_options_intl.h github-actions[bot] 2021-11-26 15:14:47 +00:00
  • 7aaa62615b
    Minor text revision of the English Core Options (#272) Víctor "IlDucci 2021-11-24 17:42:54 +01:00
  • 4328cf4c07
    Fix translation download & Sync weekly instead of daily (#274) Michael Burgardt 2021-11-24 17:42:39 +01:00
  • c1c605e862
    Fix translate workflow + minor change to intl file reconstruction script (#273) Michael Burgardt 2021-11-17 16:58:02 +01:00
  • 309a4aacfd
    Fix Crowdin sync settings & scripts (#271) Michael Burgardt 2021-11-13 18:50:31 +01:00
  • 70867ab1a4
    Temporary build fix (#270) Michael Burgardt 2021-11-13 01:44:07 +01:00
  • d30c09ec1b Fetch translations & Recreate libretro_core_options_intl.h github-actions[bot] 2021-11-13 00:02:14 +00:00
  • 62b4e364d5
    Update libretro_core_options.h Autechre 2021-11-12 22:04:19 +01:00
  • 5627a4fbbe
    Fix typo in crowdin_prep.yml (#269) Michael Burgardt 2021-11-12 22:00:35 +01:00
  • 76c4680087
    Add automatic Crowdin sync (#268) Michael Burgardt 2021-11-12 21:32:58 +01:00
  • 2ef6f58cff Pull commit 236e783ec2 from upstream ds22x 2021-10-25 02:38:09 +02:00
  • 236e783ec2 [Core/MS] fixed disabled slot returned value ekeeke 2021-10-24 14:34:28 +02:00
  • 22b60cdc15
    Increase max ROM size on consoles (#266) vaguerant 2021-10-19 03:29:09 +11:00
  • 812c1befbb
    Miyoo (#265) Salvador 2021-10-16 03:39:06 +02:00
  • 991452b7bd
    Merge pull request #264 from jdgleaver/rom-max-size ds22x 2021-10-15 18:57:22 +02:00
  • 32f2bc3271 Prevent the loading of content that exceeds the maximum size limit jdgleaver 2021-10-15 16:42:03 +01:00
  • 7dc006bc92 Pull commits c6d1e5ac38 & 068769a02e from upstream ds22x 2021-10-12 00:09:29 +02:00
  • 068769a02e [Core/CD] added missing SUB-CPU address error exception configuration ekeeke 2021-10-09 19:03:45 +02:00
  • c6d1e5ac38 [Core/CD] added optional (platform-specific) SUB-CPU address error exceptions emulation (currently activated for libretro & SDL Windows ports only) ekeeke 2021-10-09 18:53:59 +02:00
  • ad3b754d01 Pull commit 9254c331d2 from upstream, as well as commit history ds22x 2021-10-09 17:03:52 +02:00
  • 9254c331d2 [Core/CD] added configurable CD-DA and PCM outputs mixing volume ekeeke 2021-10-07 23:20:31 +02:00
  • de00a8df3f Pull commits 83a225cd32 c1b248c8a7 b82b02bae7 & 485358ed09 from upstream ds22x 2021-10-05 23:21:00 +02:00
  • b84ad91113 [libretro] backported libretro core latest features from libretro github repository (except use of RETRO_ENVIRONMENT_GET_AUDIO_VIDEO_ENABLE callback for run-ahead) ekeeke 2021-10-05 20:05:02 +02:00
  • 8be7c0269b [Core/Misc] MSVC compatibility fixes (backported from libretro repository) ekeeke 2021-10-05 19:40:08 +02:00
  • 485358ed09 [Core/MS] added GG-MS games incompatible with EU/US Master System BIOS to internal game database ekeeke 2021-10-04 23:42:36 +02:00
  • 8de23c74a8 Slim down libretro libz and remove scrc32.c twinaphex 2021-10-03 23:13:58 +02:00
  • 2bc457ba08 We can assume DR_FLAC_NO_STDIO twinaphex 2021-10-03 22:54:37 +02:00
  • b82b02bae7 [Core/MS] added Street Battle (Proto) to Korean mappers database ekeeke 2021-10-03 15:32:39 +02:00
  • c1b248c8a7 [Core/MD] added conditional support for libchdr before trying to load CHD file ekeeke 2021-10-01 10:10:33 +02:00
  • 83a225cd32 [Core/MD] added detection of CHD image files when loading MSU-MD (CD Mode 1) or MD+ (MegaSD) ROM files ekeeke 2021-10-01 09:55:06 +02:00
  • e852fc2894 Pull commit 3cf83e7557 from upstream ds22x 2021-10-01 01:12:28 +02:00
  • 3cf83e7557 [Core/MD] improved MD+ audio track loopback transitions ekeeke 2021-09-28 20:26:13 +02:00
  • fcba07f7ea Buildfix for MSVC twinaphex 2021-09-25 12:13:40 +02:00
  • 14cdd33443 Merge branch 'master' of https://github.com/ekeeke/Genesis-Plus-GX Sync to upstream. ds22x 2021-09-18 22:25:31 +02:00
  • 9863375a5a [Core/MD] fixed MegaSD edge case when another 'pause' command is sent while fade out is still in progress ekeeke 2021-09-18 15:23:22 +02:00
  • c78b24d495 Merge branch 'master' of https://github.com/ekeeke/Genesis-Plus-GX Sync to upstream. ds22x 2021-09-17 14:23:15 +02:00
  • 52c54c70b1 [libretro/SDL] added new source files to MSVC project ekeeke 2021-09-17 10:46:53 +02:00
  • e17a5248b1 [Core/MD] added automatic PAL region setting for Wiz'n'Liz European ROM dump ekeeke 2021-09-17 10:12:03 +02:00
  • 0c63be93f7 [Core/CD] fixed track index when decoding CUE file MegaSD specific loop commands ekeeke 2021-09-17 10:08:40 +02:00
  • 2a147fda63 Re-add Bitmap Viewport check for Master System Left Border. ds22x 2021-09-16 19:40:38 +02:00