Commit Graph

  • 6635ab7ebf updated headers of modified files EkeEke 2013-06-17 22:42:05 +02:00
  • 0825f0f2d8 [libtremor] fixed C89 incompatibilities EkeEke 2013-06-17 22:40:54 +02:00
  • aede1b9299 rearranged core & back-end specific code (part 2) EkeEke 2013-06-17 22:31:31 +02:00
  • b629a0969e rearranged core & back-end specific code EkeEke 2013-06-17 22:23:39 +02:00
  • 4c46cc7833 [libretro] fixed compilation issues & removed unused code EkeEke 2013-06-17 02:08:00 +02:00
  • f2800e6a2a [Core/Sound] . added optional MONO output mode . improved Low-Pass filter EkeEke 2013-06-16 23:39:38 +02:00
  • c32af0586a [Core/SCD] .fixed SEEK command emulation (Lunar the Silver Star freeze regression) .added .OGG files support for CD audio tracks (use same naming convention as .WAV files, cf. README.pdf) EkeEke 2013-06-16 23:38:47 +02:00
  • ff5771da47 [Core/General] minor emulation fixes EkeEke 2013-06-16 23:35:02 +02:00
  • 3eaa6e56ea [Core/YM2612] fixed configurable DAC resolution support EkeEke 2013-06-16 23:34:12 +02:00
  • 4e4c25eda7 [MD] added support for recently dumped game "Gunfight 3-in-1" (unlicensed) EkeEke 2013-06-12 01:44:33 +02:00
  • b8daa6b7db Merge pull request #15 from libretro/master ekeeke 2013-05-20 11:42:41 -07:00
  • 19a6996d42 Merge pull request #8 from CatalystG/bbfix Squarepusher 2013-05-18 18:10:46 -07:00
  • 4cd34a09ef Cleanup Makefile wrt static linking twinaphex 2013-05-18 17:49:57 +02:00
  • f896fbdc2a (iOS) Standardize target name twinaphex 2013-05-18 03:46:19 +02:00
  • ca48e03f07 Merge git://github.com/ekeeke/Genesis-Plus-GX twinaphex 2013-05-13 10:44:00 +02:00
  • adc0e697d3 [Core/SCD] minor CDD emulation fixes EkeEke 2013-05-12 22:25:31 +02:00
  • 6a6a13b4b2 [Core/SCD] improved CDD emulation (fixes Final Fight CD intro when seek time is emulated) EkeEke 2013-05-12 21:55:52 +02:00
  • d7a1ff7cc2 Update extensions twinaphex 2013-05-01 00:01:47 +02:00
  • ad57aa9590 (QNX) Update target output filename twinaphex 2013-04-30 15:54:26 +02:00
  • f337d986ac Merge git://github.com/ekeeke/Genesis-Plus-GX twinaphex 2013-04-29 13:55:50 +02:00
  • c3db7ade7d [Core/SCD] improved CD drive seek time emulation (fixes Panic!/Switch intro) EkeEke 2013-04-28 20:47:52 +02:00
  • ce267f63cf Merge git://github.com/ekeeke/Genesis-Plus-GX twinaphex 2013-04-25 20:49:08 +02:00
  • 5b33778524 [Core/MD] .added support for a few recently dumped unlicensed games .fixed support for RADICA dumps .improved SMW64 original dump detection .improved existing unlicensed cartridge hardware emulation EkeEke 2013-04-24 22:21:30 +02:00
  • 68b69717a2 Merge git://github.com/ekeeke/Genesis-Plus-GX twinaphex 2013-04-24 02:59:58 +02:00
  • 2edcbc2373 (BlackBerry) Fix the INLINE def and a SIGBUS caused by -O3 CatalystG 2013-04-20 12:38:41 -04:00
  • 3f6842b99d (BlackBerry) Add NDK build project CatalystG 2013-04-03 19:59:52 -04:00
  • 325f6dd5a7 [Core/CD] .added build-in TOC support for a few games that hang if no audio tracks are found or used .modified CD access/seek time emulation .improved CPU polling detection .improved SUB & MAIN-CPU synchronization (fixes Dracula Unleashed when using Model 2 US BIOS) .added missing reinitialization of MAIN-CPU PRG-RAM bank on reset EkeEke 2013-04-19 16:55:52 +02:00
  • c9fb127730 fixed 68k interrupt behavior (prevents interrupts from being executed multiple time when 68k is halted) EkeEke 2013-04-19 16:55:34 +02:00
  • e78d5a7834 [Core/VDP] .Minor optimizations to rendering code .Fixed DMA Copy with undocumented code value (Fatal Labyrinth end sequence) EkeEke 2013-04-19 16:55:15 +02:00
  • f78f3e605a Fixed broken 68k address error emulation EkeEke 2013-04-19 16:54:55 +02:00
  • 49392b331e [MD] added auto-detection of byte-swapped ROM EkeEke 2013-04-19 16:54:26 +02:00
  • d2fdf42968 Makefile update twinaphex 2013-04-17 18:34:21 +02:00
  • 60e0ba70e2 (XBOX) Build fix for C89 compliance twinaphex 2013-04-12 16:30:44 +02:00
  • d8af16f193 Add more runtime options - blargg NTSC filter options - monochrome/composite/svideo/rgb - gg_extra / overscan twinaphex 2013-04-08 00:58:24 +02:00
  • fad92cea92 Add runtime blargg NTSC filter option twinaphex 2013-04-08 00:28:25 +02:00
  • 540985a068 [libretro] fixed retro_reset function: using soft-reset is not safe as it doesn't reset the whole system (RAM, VDP, etc) EkeEke 2013-04-01 14:06:28 +02:00
  • 6caad0d692 Merge pull request #14 from libretro/master ekeeke 2013-04-01 04:52:03 -07:00
  • 28e73319fb (Blackberry) Add qnx target to Makefile.libretro twinaphex 2013-03-25 07:10:32 +01:00
  • 0665260d90 Merge pull request #6 from meancoot/master Squarepusher 2013-03-17 17:12:12 -07:00
  • 555fc8db4c Add iOS build target meancoot 2013-03-17 18:51:57 -04:00
  • bed833425e Merge pull request #13 from libretro/master ekeeke 2013-03-02 01:46:56 -08:00
  • df5d732617 (Playbook) Add Blackberry Playbook port twinaphex 2013-02-27 21:11:34 +01:00
  • 210d19111b [Core/MD] added support for earlier revision of SF-001 mapper EkeEke 2013-02-26 20:30:52 +01:00
  • 705360efbf updated modified files header for current year EkeEke 2013-02-26 20:30:01 +01:00
  • 6b1751448b [Genesis/VDP] Fixed FIFO access timings when using invalid write code value (fixes Clue menu) EkeEke 2013-02-22 23:42:55 +01:00
  • b8c71acc15 [Core/MD] added support for earlier revision of SF-001 mapper EkeEke 2013-02-26 20:30:52 +01:00
  • c66a42945d updated modified files header for current year EkeEke 2013-02-26 20:30:01 +01:00
  • a382aefe24 [Genesis/VDP] Fixed FIFO access timings when using invalid write code value (fixes Clue menu) EkeEke 2013-02-22 23:42:55 +01:00
  • 5328ea847c (Xbox 1) Use devenv for Xbox 1 building twinaphex 2013-02-17 06:19:29 +01:00
  • b275662991 (Xbox 1)Add msvc-2003-xbox1.bat for building twinaphex 2013-02-10 15:23:14 +01:00
  • de12e8d1d5 (360) Add msvc-2010-360.bat for building twinaphex 2013-02-09 08:21:19 +01:00
  • 6d9c513150 Merge pull request #12 from libretro/master ekeeke 2013-02-03 08:30:33 -08:00
  • 047781099d (360 MSVC) Update target output filenames twinaphex 2013-02-03 06:43:53 +01:00
  • 7a66a50b93 (Libretro) Set sampling rate back to 44Khz after complaints twinaphex 2013-02-03 04:57:58 +01:00
  • 370e505af6 (360) Fix solution twinaphex 2013-02-03 03:24:51 +01:00
  • 53104c2a29 Update target names twinaphex 2013-02-02 17:49:22 +01:00
  • 5d03f645ea Merge git://github.com/ekeeke/Genesis-Plus-GX twinaphex 2013-02-02 17:47:50 +01:00
  • cbffd356f6 [Core/CPU] optimized 68k stack read/write functions EkeEke 2013-02-02 02:33:42 +01:00
  • 7579d92c25 [Core/CPU] fixed Z80 registers initial state, added proper initialization when using PBC (verified on real hardware by Charles McDonald) EkeEke 2013-02-02 02:33:14 +01:00
  • a3519baa93 [SCD] fixed & improved emulation of PRG-RAM write protection register (broken by previous revision): fixes Lunar - Eternal Blue (J) EkeEke 2013-02-02 02:32:40 +01:00
  • 18e61f4f29 (Libretro) Set samplerate to 48Khz twinaphex 2013-02-01 02:31:07 +01:00
  • 4cd46eb207 (360) Fix solution twinaphex 2013-01-26 00:03:10 +01:00
  • 0507933fd3 Update libretro version twinaphex 2013-01-24 22:01:15 +01:00
  • 7d833829e3 [SCD] fixed access to read-only registers on MD side (Batman Returns) EkeEke 2012-12-10 20:26:53 +01:00
  • 886084ca34 [GC/Wii] . fixed CD Leds positioning when using NTSC filter . improved CD Leds images (thanks to Iceknight) EkeEke 2012-12-02 20:34:40 +01:00
  • ce3efb00b3 Merge pull request #11 from libretro/master ekeeke 2012-12-02 09:34:48 -08:00
  • c0eae9a4dc (Android) Define ARM mode for ARM targets - define ALIGN_WORD and ALIGN_LONG to prevent crashes twinaphex 2012-12-02 17:37:12 +01:00
  • 2ce92e459a fixed broken input system initialization [Gamecube/Wii] EkeEke 2012-11-26 22:48:41 +01:00
  • 68fd6e7e89 * added configurable on-screen CD leds [Gamecube/Wii] * Wii DVD light is now used to indicate when virtual CD tray is open * make sure Wiimote is connected before auto-detecting input settings EkeEke 2012-11-24 20:51:04 +01:00
  • 00be89a4a6 Merge branch 'master' of github.com:ekeeke/Genesis-Plus-GX EkeEke 2012-11-24 20:03:59 +01:00
  • 27282332aa fixed (again) Menacer/Justifier emulation when shooting outside active screen area (fix gun reload issue with some games) EkeEke 2012-11-24 19:59:36 +01:00
  • 643d9ddb4b Merge pull request #10 from libretro/master ekeeke 2012-11-24 01:59:09 -08:00
  • a1823e07bf (PSP libretro) Add -G0 twinaphex 2012-11-24 04:34:19 +01:00
  • 1e9cbbc62c (Libretro) Add PSP1 target twinaphex 2012-11-23 20:51:59 +01:00
  • 6804b15f5d [SCD] fixed typos EkeEke 2012-11-22 22:10:18 +01:00
  • 46e1894d7a [SCD] implemented cycle-accurate stopwatch counter EkeEke 2012-11-22 22:04:29 +01:00
  • b28c86d826 fixed Menacer/Justifier emulation when shooting outside active screen area (fix gun reload issue with some games) EkeEke 2012-11-22 21:59:00 +01:00
  • 5dd1876419 [win32/sdl] improved SDL port (thanks to Enik) EkeEke 2012-11-22 21:46:19 +01:00
  • 1ace7445f6 fixed VDP DMA from SVP ROM latency, broken in r683 (graphic errors in Virtua Racing) EkeEke 2012-11-21 22:37:46 +01:00
  • 27bbffdffb fixed wrong loop iteration range EkeEke 2012-11-21 01:32:08 +01:00
  • 0820814156 [Wii] fixed inputs settings auto-detection on startup EkeEke 2012-11-21 01:22:44 +01:00
  • 958e28ed4d Merge pull request #9 from libretro/master ekeeke 2012-11-20 11:27:55 -08:00
  • 6012f2f765 Initialize geometry.aspect_ratio twinaphex 2012-11-20 16:46:16 +01:00
  • 71c84e3024 (360) Path fixes as per magicseb's suggestions twinaphex 2012-11-20 04:27:24 +01:00
  • 51e894cf2f Merge git://github.com/ekeeke/Genesis-Plus-GX twinaphex 2012-11-20 04:21:30 +01:00
  • 6e0e40200b (p1pkin) Bitmap size fix - out of bounds fixes (for Game Gear overscan mode) twinaphex 2012-11-16 17:34:25 +01:00
  • 4d142b2e9c better keep gun initial position centered for when using analog sticks EkeEke 2012-11-16 01:53:02 +01:00
  • 7026a8445e * added automatic detection for CD games with Justifier/Menacer support * improved Justifier/Menacer emulation * [Wii only] fixed screen rendering when borders are disabled EkeEke 2012-11-16 01:46:38 +01:00
  • 157a7ed48f Add FRONTEND_SUPPORTS_RGB565 to MSVC 2010 solution twinaphex 2012-11-13 12:43:30 +01:00
  • 5e11a35fe7 Merge git://github.com/ekeeke/Genesis-Plus-GX twinaphex 2012-11-07 10:02:14 +01:00
  • 8d51460b1d [MD] added Super Mario World 64 (unlicensed) cartridge hardware emulation EkeEke 2012-11-06 21:53:22 +01:00
  • 5702eb2b8f [SCD] added default TOC for Shadow of the Beast II (prevent hangs when not using audio tracks) EkeEke 2012-11-06 21:29:13 +01:00
  • 9540bf1fe0 [SCD] incremented CD drive read latency: fixes Space Adventure Cobra (freeze when opening coffin at 2nd morgue scene) EkeEke 2012-11-06 21:04:29 +01:00
  • 1c5b9bdadc Merge pull request #3 from ficoos/null_probs Squarepusher 2012-10-28 21:48:35 -07:00
  • ab9930c855 Fix wierd (null) error Saggi Mizrahi 2012-10-29 00:39:01 -04:00
  • 6d1ebc205b Nit #2 twinaphex 2012-10-29 04:29:47 +01:00
  • b0e267235e Nit twinaphex 2012-10-29 03:21:33 +01:00
  • b02141b5e1 Merge pull request #7 from libretro/master ekeeke 2012-10-27 07:28:01 -07:00
  • 9ea7a5ab0a (MSVC) Updated solutions twinaphex 2012-10-26 20:46:07 +02:00
  • 4e3718f10b Merge git://github.com/ekeeke/Genesis-Plus-GX twinaphex 2012-10-26 18:34:22 +02:00