Commit Graph

  • 3d8bd155a7 [Core/Sound] fixed EG counter loopback behavior (verified on real YM3438 die by nukez) ekeeke 2017-09-26 10:25:48 +02:00
  • e215268169 Merge pull request #175 from libretro/master ekeeke 2017-09-26 09:54:41 +02:00
  • accc1c030e Use stdint.h instead of inttypes.h - fixes MSVC < 2010 twinaphex 2017-09-26 04:18:19 +02:00
  • ba28a28b7e Fix Emscripten twinaphex 2017-09-26 00:49:48 +02:00
  • afd861cdb5 Merge branch 'master' of https://github.com/libretro/Genesis-Plus-GX twinaphex 2017-09-25 22:17:47 +02:00
  • 3fc3a57b26 [Core/68k] fixed NBCD insruction when using register operand ekeeke 2017-09-25 01:09:09 +02:00
  • e52926248a Merge pull request #174 from nukeykt/ym3438 ekeeke 2017-09-24 19:59:21 +02:00
  • 147edb894b Reset YM core only when value is changed nukeykt 2017-09-24 23:34:58 +09:00
  • 8d4b95a139 Merge pull request #173 from nukeykt/ym3438 ekeeke 2017-09-23 18:54:38 +02:00
  • 1768a34144 Nuked OPN2: requested changes 3 nukeykt 2017-09-24 01:47:50 +09:00
  • 757a6e0c1f Nuked OPN2: requested changes 2 nukeykt 2017-09-23 21:17:05 +09:00
  • 1c6fa9fdb6 Nuked OPN2: requested changes nukeykt 2017-09-23 20:26:26 +09:00
  • 0128f345b5 Add nuked opn2 as alternative core nukeykt 2017-09-23 12:52:45 +09:00
  • 00a79db64e [Core/CD] fixed cooked Mode-1 (ISO) sectors access in CHD files EkeEke 2017-09-23 00:14:43 +02:00
  • b113bc67cd Merge pull request #104 from LodanZark/patch-1 hizzlekizzle 2017-09-21 09:41:40 -05:00
  • acf5a08674 Merge branch 'master' into patch-1 LodanZark 2017-09-21 15:34:40 +01:00
  • 27d3ecba15 Merge pull request #103 from rz5/master hizzlekizzle 2017-09-21 09:24:26 -05:00
  • 5cd8f6e7d3 change the Lowpass core option to lowercase LodanZark 2017-09-21 15:13:17 +01:00
  • f0fe9307c9 (libretro) Revert default sound output to 'stereo' r5 2017-09-21 14:38:22 +01:00
  • 5d13ccbe3f [Core/SVP] fix pointer arithmetic on 64bit (#171) notaz 2017-09-21 10:24:50 +03:00
  • 07b01ca52b [libretro] fixed typo regarding latest filter setting field name change EkeEke 2017-09-21 09:22:27 +02:00
  • 7a0af38584 Merge pull request #102 from rz5/master Twinaphex 2017-09-20 22:43:35 +02:00
  • 8287d597a2 (libretro) Expose stereo/mono core option r5 2017-09-20 19:24:52 +01:00
  • 94103569ff [Core/VDP] allow active screen width to be modified during first two lines (Bugs Bunny in Double Trouble) EkeEke 2017-09-20 16:45:50 +02:00
  • 527fd6ecd8 [Core/VDP] improved VDP status read timing accuracy (fixes 'Marvel Land' demo mode) EkeEke 2017-09-20 10:53:08 +02:00
  • f6f4556533 [Core/Sound] fixed 3-Band EQ implementation EkeEke 2017-09-19 15:26:50 +02:00
  • 5a3cfbc1b9 [Core/CD] implemented proper CHD file virtualization EkeEke 2017-09-19 15:00:03 +02:00
  • 31906b20cf [Core/Sound] fixed PSG noise channel bug EkeEke 2017-09-19 12:21:41 +02:00
  • 3a0ec7e895 [Wii] fix compilation issue caused by libretro patch to libchdr EkeEke 2017-09-19 12:19:28 +02:00
  • 34eab9369f Merge branch 'master' of https://github.com/libretro/Genesis-Plus-GX into libretro-master EkeEke 2017-09-18 17:03:58 +02:00
  • f66bcb1e78 Merge pull request #101 from lifning/allow-system-ram-query Twinaphex 2017-09-18 10:29:06 +02:00
  • ac67b0a430 Allow SYSTEM_RAM to be queried in games that do not have SRAM lifning 2017-09-18 00:50:07 -07:00
  • a1f022bd04 update twinaphex 2017-09-16 09:32:56 +02:00
  • 12fde25a68 Fix one compilation error for MSVC 2003 Xbox 1 - size_t is defined in stddef.h twinaphex 2017-09-16 06:51:25 +02:00
  • 621c6700fa Update Makefile.common twinaphex 2017-09-16 06:49:05 +02:00
  • e23498aece Remove msvc 2003/2010 solutions twinaphex 2017-09-16 06:47:16 +02:00
  • 085a1283d1 add lowpass filter core option hunterk 2017-09-13 09:49:50 -05:00
  • 997360b114 update twinaphex 2017-09-16 09:32:56 +02:00
  • 360b30a081 Fix one compilation error for MSVC 2003 Xbox 1 - size_t is defined in stddef.h twinaphex 2017-09-16 06:51:25 +02:00
  • 6e2e69eb0a Update Makefile.common twinaphex 2017-09-16 06:49:05 +02:00
  • a3b4f1b2fd Remove msvc 2003/2010 solutions twinaphex 2017-09-16 06:47:16 +02:00
  • 04268add29 Merge pull request #100 from hunterk/master Twinaphex 2017-09-15 03:00:05 +02:00
  • 7f3d999735 add lowpass filter core option hunterk 2017-09-13 09:49:50 -05:00
  • 346d3b9cb5 Merge pull request #97 from ekeeke/master Twinaphex 2017-09-07 16:06:36 +02:00
  • afa0b43ad7 Merge pull request #163 from libretro/master ekeeke 2017-09-07 08:26:15 +02:00
  • 6fddc32666 Merge with libretro (#162) ekeeke 2017-09-07 08:22:13 +02:00
  • 2db15617a4 Merge pull request #161 from libretro-mirrors/master ekeeke 2017-09-07 07:47:30 +02:00
  • a7e94e3870 Fix build twinaphex 2017-09-07 02:25:35 +02:00
  • 3f6bf70fba MSVC doesn't have sys/param.h either twinaphex 2017-09-07 02:24:22 +02:00
  • da80349f9c Update twinaphex 2017-09-07 02:18:14 +02:00
  • 9a8ab9332a Merge pull request #160 from libretro-mirrors/master ekeeke 2017-09-06 21:44:55 +02:00
  • 2dfa1317b0 Update libchdr twinaphex 2017-09-06 19:07:42 +02:00
  • cf1e6fdf11 Sync both repos twinaphex 2017-09-06 18:59:04 +02:00
  • fa7de1bf38 Merge pull request #96 from bkoropoff/chd-load-crash Twinaphex 2017-09-06 16:13:06 +02:00
  • 6c57361302 Fix crash loading chd file Brian Koropoff 2017-09-05 23:13:06 -07:00
  • f8233c6c30 Define HAVE_SYS_PARAM_H for everything except PS3 twinaphex 2017-09-06 00:15:05 +02:00
  • 5500376fc3 Update chd twinaphex 2017-09-05 23:38:56 +02:00
  • c386f4487b Make libchdr C89-compatible twinaphex 2017-09-05 23:36:24 +02:00
  • 60ca366941 Update Makefile.libretro twinaphex 2017-09-05 22:39:41 +02:00
  • d3941ab876 Update Makefile.common Twinaphex 2017-09-05 22:38:26 +02:00
  • 5dc25ce8e5 Revert "Update libFLAC - not portable enough" twinaphex 2017-09-05 22:13:05 +02:00
  • 2d9fd15236 Buildfixes twinaphex 2017-09-05 21:38:09 +02:00
  • 83fb91d437 Update Makefiles twinaphex 2017-09-05 21:30:24 +02:00
  • b3219b2766 Update libFLAC - not portable enough twinaphex 2017-09-05 19:30:27 +02:00
  • 259f9a0e9d Merge https://github.com/ekeeke/Genesis-Plus-GX twinaphex 2017-09-05 19:00:29 +02:00
  • 05dc8faa04 [Core/CD] added (optional) CHD image file support EkeEke 2017-08-27 16:42:31 +02:00
  • 65f34f36da [libretro] fixed incorrect system RAM report when emulated system hardware is set to "SYSTEM_SMS" EkeEke 2017-08-19 15:13:03 +02:00
  • abc3d20faf [Core/CD] fixed CD hardware buffer initialization when using dynamic memory allocation EkeEke 2017-08-15 11:00:47 +02:00
  • 3874cb65d1 [Core/CD] fixed track relative time computation during pregap EkeEke 2017-08-15 10:59:10 +02:00
  • f5e425b92a [Core/CD] fixed CD hardware buffer initialization when using dynamic memory allocation EkeEke 2017-08-15 11:00:47 +02:00
  • f5c826731d [Core/CD] fixed track relative time computation during pregap EkeEke 2017-08-15 10:59:10 +02:00
  • 51f77aa38c [libretro] bugfix & code cleanup EkeEke 2017-08-08 16:46:11 +02:00
  • 8adfc56fcb Add msvc 2005 core twinaphex 2017-08-05 13:58:04 +02:00
  • 1fd384e827 Buildfix twinaphex 2017-07-28 09:23:36 +02:00
  • 838f4b9ad5 Merge pull request #91 from Aftnet/master Twinaphex 2017-07-27 14:29:34 +02:00
  • 6ab44e62e9 Merge pull request #92 from retro-wertz/patch-1 Twinaphex 2017-07-27 12:55:12 +02:00
  • 1abce7da32 buildfix: unknown type name 'RFILE' retro-wertz 2017-07-27 17:54:51 +08:00
  • cbc7e25d1f Build fix Alberto Fustinoni 2017-07-27 17:29:43 +09:00
  • 87cab8a365 Add file_stream_transforms.c twinaphex 2017-07-27 09:12:14 +02:00
  • 3b5b5e2309 Update file_stream_transforms.h twinaphex 2017-07-26 16:12:47 +02:00
  • 9a0fde1d6d [Core/IO] increased Sega Mouse latency (fixes mouse support in Star Blade) EkeEke 2017-07-15 13:00:49 +02:00
  • 0e12a23c93 [Core/VDP] fixed FIFO timings when switching H32/H40 mode while display is active EkeEke 2017-07-15 13:03:58 +02:00
  • d5e96aedce Remove object file committed by mistake twinaphex 2017-07-26 10:39:27 +02:00
  • 7ae89d7290 Merge pull request #88 from Aftnet/master Twinaphex 2017-07-26 06:25:32 +02:00
  • 1c079d5184 File IO fix Alberto Fustinoni 2017-07-26 11:40:58 +09:00
  • 903eb1946b Include file stream transforms Alberto Fustinoni 2017-07-26 11:34:15 +09:00
  • b2d247af74 (JNI) Fix include dir twinaphex 2017-07-26 00:12:14 +02:00
  • b744bde2e7 Merge remaining files twinaphex 2017-07-26 00:11:14 +02:00
  • b2127cfbbe Move libetro-common files twinaphex 2017-07-26 00:05:12 +02:00
  • 8bfa3d5b69 Merge pull request #87 from ekeeke/patch-1 Twinaphex 2017-07-25 23:11:58 +02:00
  • bd592ba674 revert remaining unneeded changes in m68kcpu.h ekeeke 2017-07-25 23:06:12 +02:00
  • 867c8580f8 Merge pull request #86 from ekeeke/patch-1 Twinaphex 2017-07-25 22:58:21 +02:00
  • 416c799637 revert unicode caracter corruption in cdd.c ekeeke 2017-07-25 22:52:07 +02:00
  • c69ecca6ac Fix m68k.h twinaphex 2017-07-25 20:36:51 +02:00
  • 5e2ed42295 Revert these files twinaphex 2017-07-25 14:08:22 +02:00
  • 795a843719 Remove this as per ekeeke's advice twinaphex 2017-07-25 12:59:03 +02:00
  • 6b40fea647 Revert "Get rid of uint" twinaphex 2017-07-25 10:21:35 +02:00
  • 30378fad52 Revert "Update m68k" twinaphex 2017-07-25 10:20:16 +02:00
  • effdec65ed Revert "Buildfix" twinaphex 2017-07-25 10:14:08 +02:00
  • 147ad71a3c [Core/VDP] fixed FIFO timings when switching H32/H40 mode while display is active EkeEke 2017-07-15 13:03:58 +02:00