Commit graph

  • 4f22eefa21 Netplay: Added support for netplay Sour 2019-10-20 20:05:39 -04:00
  • 83868031bb UI: Added credits for used libraries/code/etc in about box Sour 2019-10-19 23:35:00 -04:00
  • 05a6aa9c12 Cheats: Updated cheats DB Sour 2019-10-19 22:31:08 -04:00
  • 37121166eb PPU: Fixed flickering in interlace mode (regression) Sour 2019-10-19 21:27:29 -04:00
  • c89bc248c3 PPU: Fixed recent regression with the "cycle" calculation Sour 2019-10-19 21:26:52 -04:00
  • f113392bc5 Cart: Fixed memory corruption issue when loading a OBC1 rom with no save ram Sour 2019-10-19 19:25:28 -04:00
  • baa74d5074 SPC: Make SPC file detection a bit more lenient to allow loading files exported from SNES GSS Sour 2019-10-19 18:34:29 -04:00
  • 9204151065 UI: Fixed file filter to include SPC files Sour 2019-10-19 16:47:46 -04:00
  • fdb8ca6292 Input: Added option to control analog stick deadzone size Sour 2019-10-19 16:13:11 -04:00
  • a3829c58fa PPU: Fixed regression that caused flickering when fast forwarding Sour 2019-10-19 16:12:52 -04:00
  • 559f989dce Linux: Fixed compilation warnings/errors Sour 2019-10-19 15:39:20 -04:00
  • df79dc9cc1 SPC: Added support for SPC file playback Sour 2019-10-19 15:23:17 -04:00
  • daf3bcce82 Debugger: Event Viewer - Display marked breakpoints on event viewer Sour 2019-10-18 20:09:08 -04:00
  • a4f4b526ef Debugger: Event Viewer - Fixed PPU display when running line by line Sour 2019-10-18 19:34:55 -04:00
  • 024e9cdaf3 Input: Fixed turbo for multitap Sour 2019-10-18 17:14:47 -04:00
  • 13cd1142ca Input: Options to display controllers/buttons on screen Sour 2019-10-18 17:05:44 -04:00
  • 0a027cbabe Debugger: Fixed bug that caused F10 key to not work properly in debugger window Sour 2019-10-16 21:05:02 -04:00
  • 187a78744c States: Fixed save state cancelling pause when debugger tools opened Sour 2019-10-16 20:58:35 -04:00
  • 388f62f57b Libretro: Added support for GG/PAR cheats Sour 2019-10-16 20:55:09 -04:00
  • 207282ed1e Added support for automated testing Sour 2019-10-16 20:22:45 -04:00
  • accac0f21e UI: Added OSD message when enabling/disabling layers + added a shortcut to reenable all layers Sour 2019-10-15 18:26:47 -04:00
  • 25a0bb8b67 Input: Fixed issues when using the F10 key in shortcuts Sour 2019-10-14 17:45:27 -04:00
  • 589855e00b Makefile: Generate both 'mesen-s' and 'mesens' files as a quick workaround to makefile issues Sour 2019-10-14 17:28:00 -04:00
  • 0bcb2d800e Save States: Fixed corruption on some save states/rewinding caused by work ram address not being saved Sour 2019-10-14 17:10:56 -04:00
  • 5b0d0d6886 Libretro: Revert target name All buildbot builds break if "mesens" is used. Sour 2019-10-14 15:41:01 -04:00
  • c5eff5993d Setup: Fixed default keybindings when selecting the WASD keyboard option Sour 2019-10-14 15:17:56 -04:00
  • 201020b6f9 Updates: Avoid Application.Exit usage, attempt to kill existing processes before upgrade Sour 2019-10-14 15:04:26 -04:00
  • 094cb1857b Debugger: Hex Viewer - Display selection length in decimal and hex Sour 2019-10-14 13:59:08 -04:00
  • 9d2e38c33c Input: Added support for turbo buttons Sour 2019-10-14 13:14:42 -04:00
  • 52c61f00f9 Cheats: Fixed cheats not being saved properly when switching games with the cheat window opened, etc. + Compilation error fix on some compilers Sour 2019-10-14 10:59:06 -04:00
  • 2ed4f3603b Libretro: Fix target in line with libretro sanitization (#46) jet082 2019-10-14 23:16:17 +09:00
  • bebc1e04fe Cheats: Added cheat database (Database by Mighty Mo) Sour 2019-10-14 00:37:10 -04:00
  • c6137f4f37 Movies: Save and load cheats when recording/playing a movie file Sour 2019-10-13 11:57:15 -04:00
  • 9aba01ba0c Added cheat code support (GG & PAR) Sour 2019-10-12 22:40:25 -04:00
  • c9a94e029f UI: Fixed shortcut labels not updating after being changed in preferences Sour 2019-10-11 19:24:32 -04:00
  • 8beeecbd8f UI: Added load random game shortcut Sour 2019-10-11 19:21:42 -04:00
  • 9ec6b5f409 UI: Added option to disable game selection screen Sour 2019-10-11 18:37:33 -04:00
  • 575395fc40 UI: Display folder in recent files menu + clear button Sour 2019-10-11 17:04:40 -04:00
  • 7ae6605e77 Debugger: Performance improvements + refactoring -Reduce breakpoint check overhead -Only run SPC/DSP when needed -Only build disassembly cache when needed Sour 2019-10-11 16:07:30 -04:00
  • 8a8a1e01e7 Debugger: Reg Viewer - Fixed some typos Sour 2019-10-11 00:23:54 -04:00
  • af175616cd Debugger: Added Register Viewer tool Sour 2019-10-10 23:54:38 -04:00
  • f2be04343a Debugger: Init breakpoints right away after a power cycle Otherwise breakpoints early on in the execution aren't hit at all Sour 2019-10-08 21:53:42 -04:00
  • 681b09d3a8 Debugger: Fixed deadlock when power cycling with trace logger opened + DBG file integration Sour 2019-10-08 21:47:19 -04:00
  • 60a8abcbd5 Debugger: Fixed crash when using event viewer in PAL mode Sour 2019-10-08 21:04:32 -04:00
  • f2f692e984 Libretro: Added toggle for high resolution mode blend feature Sour 2019-10-08 18:34:33 -04:00
  • 3df7a20976 PPU: Initialize mosaic counter at the start of scanline 1, instead of at the end of scanline 0 (Fixes Jimmy Connars Pro Tour Tennis pause animation) Sour 2019-10-07 22:37:37 -04:00
  • 5fc7118811 Video: Added basic blending option for high resolution modes to allow some transparency effects to display properly Sour 2019-10-07 20:53:01 -04:00
  • 64bf17b370 Libretro: support building for 64-bit iOS devices (arm64) (#28) yoshisuga 2019-10-07 12:20:27 -10:00
  • 2ab153a71d Linux: Fixed compilation error on clang/gcc Sour 2019-10-06 21:40:43 -04:00
  • ed00a02c51 Debugger: Improved pause/unpause behavior when opening/closing debugger or loading states with debugger opened Sour 2019-10-06 20:41:48 -04:00
  • 8ee5bd5a10 UI: Prevent windows from appearing outside the available screens when restoring their position Sour 2019-10-06 19:58:56 -04:00
  • 2310e8d0e9 Debugger: Reset counters when resetting game or loading a save state Sour 2019-10-06 19:06:18 -04:00
  • 99846954af Debugger: Added refresh speed options for PPU viewers Sour 2019-10-06 18:28:04 -04:00
  • d52caf964e Debugger: Tile Viewer - Prevent crash when trying to open window with an out of bounds bank number. Sour 2019-10-06 14:48:35 -04:00
  • b0d51c7b2a Lua: Fixed memory callbacks with addresses over $FFFF Sour 2019-10-06 13:17:58 -04:00
  • d2409314cf Performance: Force inlined 2 functions for a ~5% speed boost Sour 2019-08-10 10:56:39 -04:00
  • 1250f5c9b3 Libretro: allow mingw cross compile (#29) webgeek1234 2019-09-17 20:23:45 -05:00
  • 5da37974fc Fixed filename case Sour 2019-08-09 21:06:01 -04:00
  • 4628e2f2f2 Fixed GCC warnings/errors Sour 2019-08-09 20:50:17 -04:00
  • da5e77d6e3 Input: Added Super Scope support Sour 2019-08-09 20:47:12 -04:00
  • ed4a0e60e8 Added movies recording/playback support Sour 2019-08-09 16:25:59 -04:00
  • cae71b7907 Input: Added multitap support Sour 2019-08-09 11:45:20 -04:00
  • 235ca7f48e SA-1: Fixed CPU NMI vector override Sour 2019-08-09 00:04:32 -04:00
  • efe157cfcb SA-1: Added variable bit length data support Sour 2019-08-09 00:04:01 -04:00
  • 22d4f58eae SA-1: Add support for both character conversion types Sour 2019-08-08 23:05:24 -04:00
  • 46f0b543ac SA1: Fixed mid-game SA1 reset causing it to run for very long periods of time before allowing emulation to resume Sour 2019-08-07 20:20:42 -04:00
  • a387d5db4c PPU: Fixed regression where sprites at X=-256 were shown in some scenarios Sour 2019-08-06 22:22:04 -04:00
  • 973a59a027 GSU: Fixed RPIX implementation Sour 2019-08-06 21:28:01 -04:00
  • 937b61f975 Debugger: Fixed UI crash when trying to put breakpoint on GSU memory Sour 2019-08-06 21:22:59 -04:00
  • a861a0af7c PPU: Fixed issues with sprites at position X=-256 Sour 2019-08-06 18:08:33 -04:00
  • 15a29ec2bf PPU: Fixed sprite tiles outside the visible screen being loaded and counting as the maximum number of sprite tiles Sour 2019-08-06 16:23:08 -04:00
  • 7e854b4376 Linux: Fixed crash on startup when show game timer option is enabled Sour 2019-08-04 22:27:09 -04:00
  • 982d0e0010 Debugger: Change solution to remove addresses on sub start headers (previous code caused crash when a label exists) Sour 2019-08-04 20:10:35 -04:00
  • a76f765803 Input: Fixed "controller strobebehavior" test Sour 2019-08-04 20:03:13 -04:00
  • 9df951852b Fixed GCC compilation error Sour 2019-08-04 19:20:49 -04:00
  • 476cd96af9 Debugger: Removed address on "sub start" headers Sour 2019-08-04 16:46:29 -04:00
  • 4f2c031dbc Debugger: Fixed labels disappearing after a power cycle Sour 2019-08-04 16:45:57 -04:00
  • 5c6197f561 Debugger: Optimized disassembler (~30% faster) Sour 2019-08-04 16:32:59 -04:00
  • c9fe8c1303 Disassembler: Fixed disassembly being incorrect when bytes are shared by 2 instructions (e.g 2nd byte of BRK/COP) Sour 2019-08-04 15:13:20 -04:00
  • fbc0f2e0de Added OBC1 support Sour 2019-08-04 14:01:33 -04:00
  • 316e22d843 CX4: Fixed bug when jumping to address 0 in a page Sour 2019-08-04 12:30:09 -04:00
  • ea4119f775 DSP: Fixed out-of-bounds read Sour 2019-08-03 23:52:21 -04:00
  • 0cd378c92d CX4 support (+ trace logger) Sour 2019-08-03 23:43:51 -04:00
  • b350469e4b Fixed libretro makefile Sour 2019-08-01 09:05:45 -04:00
  • bf9ed6a5c0 GSU: Only load/save battery files if the header has the battery flag set Sour 2019-07-31 23:32:16 -04:00
  • bbb6be6a9f Added S-DD1 support Sour 2019-07-31 23:04:30 -04:00
  • dffce96ed8 PPU: Don't change the OAM eval index when writing to OAMADDR (this causes glitches in Star Ocean) Sour 2019-07-31 21:22:41 -04:00
  • 33cee67e61 Added GSU (Super FX) support Sour 2019-07-30 22:34:52 -04:00
  • 468921eabb Debugger: Fixed CPU/SA1 debugger truncating the address value Sour 2019-07-29 16:47:14 -04:00
  • 5e70221aa8 Rewind: Fixed crash/corrupted video when rewinding in games that switch between regular & high res modes Sour 2019-07-25 23:10:42 -04:00
  • 0a8173138b Debugger: Fixed UI crash when using go to location when no element is selected in the BP list Sour 2019-07-25 23:05:08 -04:00
  • 79ce1875c8 Debugger: Fixed debug workspace not being saved when closing main window Sour 2019-07-25 22:59:48 -04:00
  • 0e7dd11cf2 PPU: Switch to interlaced mode even outside mode 5/6 when flag is enabled Sour 2019-07-25 22:52:34 -04:00
  • fe470dd87a SA-1 support (still missing a few rarely used features) Sour 2019-07-25 22:22:09 -04:00
  • 4173822349 SRAM: Fixed sram not being saved/loaded when loading rom from a zip/7z file Sour 2019-07-20 23:14:16 -04:00
  • 4b9d01da7c UI: Fixed rewind buffer size option not being saved/used Sour 2019-07-20 09:47:58 -04:00
  • 49df8ab7d0 Libretro: Added overclocking options Sour 2019-07-19 19:59:09 -04:00
  • c880c55d53 Added support for overclocking (by adding extra scanlines before/after NMI) Sour 2019-07-19 19:39:38 -04:00
  • 46a02d4a9a UI: Fixed UI crash at startup when starting emulator via file associations/etc. Sour 2019-07-19 09:02:47 -04:00
  • cf33b464d8 Version Update: 0.2.0 0.2.0 Sour 2019-07-18 21:26:21 -04:00