Commit graph

  • d8456e0c02 Remove Intellisense DB from Git Souryo 2016-05-22 11:11:57 -04:00
  • 778b7ada20 Static Link PGO Builds Souryo 2016-05-22 08:14:55 -04:00
  • 58ee6e8b22 Version Update: 0.1.4 0.1.4 Souryo 2016-05-19 21:06:00 -04:00
  • 31c9ba6d5e Mapper 60 support (Partial) Souryo 2016-05-19 19:18:01 -04:00
  • 5d92c20c46 Video Config: Default to VSync off Souryo 2016-05-19 18:55:05 -04:00
  • e17a013f2b Mapper 15 support Souryo 2016-05-19 18:54:49 -04:00
  • 16b2d26fcf iNES: Support for trainers in iNES header Souryo 2016-05-19 18:53:33 -04:00
  • 789c64c435 Merge branch 'master' of https://bitbucket.org/Souryo/mesen Souryo 2016-05-18 20:53:20 -04:00
  • f540fc766d DMC: Fixed DMC DMA timing & $4011 write behavior. Fixes dmc_pitch without breaking sprdma_and_dmc_dma tests. Souryo 2016-05-18 20:51:54 -04:00
  • d0cc79aeed PPU: Removed existing sprite 0 timing patch - replaced with a better solution that fixes ppu_sprite_overflow/03-timing and ppu_sprite_hit/09-timing. (Confirmed this old patch is no longer needed for Dizzy & Micro Machines) Souryo 2016-05-18 20:46:03 -04:00
  • 4de5827a4e APU: Frame counter accuracy fixes - Fixes all test_apu_2 tests (1 to 11) Souryo 2016-05-18 20:42:26 -04:00
  • e578b76fda README.md edited online with Bitbucket M Bibaud 2016-05-03 00:31:52 +00:00
  • 8fa5fef896 README.md edited online with Bitbucket M Bibaud 2016-05-03 00:29:59 +00:00
  • 012f0a3e5e README.md edited online with Bitbucket M Bibaud 2016-05-03 00:28:52 +00:00
  • 2eb6c0187d README.md edited online with Bitbucket M Bibaud 2016-05-03 00:25:20 +00:00
  • db9d88e582 Version Update: 0.1.3 -Fixed a number of startup bugs -Packaged MSVC DLLs 0.1.3 Souryo 2016-05-02 20:22:17 -04:00
  • 93b0faa2a6 Fixed auto update issue - MesenUpdater.exe was missing (this is included in 0.1.2) 0.1.2 Souryo 2016-04-30 21:57:14 -04:00
  • aac7ee680b Version Update: 0.1.2 Souryo 2016-04-30 21:26:01 -04:00
  • ec2e69332e Small fixes/tweaks to upgrade dialogs Souryo 2016-04-30 21:21:52 -04:00
  • 04d470b15d Support for VS Unisystem games (Not yet supported properly in movies and netplay) Souryo 2016-04-30 20:08:53 -04:00
  • 21b0d0cb06 Mapper 241 support Souryo 2016-02-22 20:14:40 -05:00
  • 288202d9c2 Fixed warnings Souryo 2016-02-22 19:56:13 -05:00
  • f69caf1a29 Taito X1017 (Mapper 82) support Souryo 2016-02-22 19:52:58 -05:00
  • 8743f11ba9 Input: Fixed crash in config dialog caused by localization changes Souryo 2016-02-21 23:02:42 -05:00
  • 0f7ca80aec Fonts: Added missing files Souryo 2016-02-21 23:02:04 -05:00
  • 78eb6066a5 Japanese: Corrected some japanese texts & updated fonts to match Souryo 2016-02-21 15:32:21 -05:00
  • b0897a7cfd Fixed icon on EXE file Souryo 2016-02-21 15:31:55 -05:00
  • d89cdfab01 Audio: Added stereo effects + reverb options Souryo 2016-02-21 15:31:39 -05:00
  • 5ce8b20fd1 Audio: Added swap duty cycles option Souryo 2016-02-19 19:25:28 -05:00
  • 0c765aca59 Localization: Mesen is now available in English, French and Japanese Souryo 2016-02-19 13:05:04 -05:00
  • 71bf0527d9 Version Update: 0.1.1 0.1.1 Souryo 2016-02-14 18:36:08 -05:00
  • a8e2d72a73 Noise: Initialized period to the first entry in the LUT. FDS bios doesn't initialize the noise channel's period, making it run every single clock until a game is launched. Souryo 2016-02-14 16:58:43 -05:00
  • 9aab7fd741 AutoResetEvent: Fixed crash when exiting process Souryo 2016-02-14 16:57:42 -05:00
  • 1bc046669e PGO: Added some other games to test to the list Souryo 2016-02-14 16:53:40 -05:00
  • a428c11b20 TestHelper: Updated to match input rework Souryo 2016-02-14 16:53:18 -05:00
  • cf450bcdb7 PPU: Scrolling increments use a "IsRendering" flag delayed by 1 ppu cycle. This fixes Battletoads freezes, but may be incorrect. Souryo 2016-02-14 13:57:47 -05:00
  • b4b195d01b Input: Arkanoid controller support - NES & Famicom (Passes both test roms, works via NetPlay/Movies) NetPlay: Fixed a few issues (crashes when connecting) Souryo 2016-02-14 12:58:35 -05:00
  • 3cade69191 VideoDecoder: Prevent reading invalid memory when stopping emulation before a full frame is decoded Souryo 2016-02-13 23:17:59 -05:00
  • a55fbaa619 Fixed tooltip message Souryo 2016-02-13 23:14:56 -05:00
  • 700a71446b Debugger: Fixed issues with watch list and the "add to watch" shortcut Souryo 2016-02-13 23:13:44 -05:00
  • 51cad0e870 Debugger: Fixed CHR analysis display when CHR RAM and CHR RAM/ROM display in memory viewer Souryo 2016-02-13 22:35:43 -05:00
  • f1d8bde090 Debugger: Allow disassembly of cartridge work ram & cpu ram + Added tracing for NMI, IRQ and DMAs Souryo 2016-02-13 22:19:42 -05:00
  • 9084d48a01 Input: Fixed issue when reading controllers while strobe bit is active - if port was read while active, the first button returned after strobe was off would be B, instead of A Souryo 2016-02-13 08:32:22 -05:00
  • 6f6a07b6c9 CPU: Display clean message when CPU crashes 0.1.0 Souryo 2016-02-11 22:59:31 -05:00
  • c3694e16f5 Tests: Hide test menu in release mode (PGO Optimize - Release) Souryo 2016-02-11 20:35:40 -05:00
  • ff11250a73 UI: Give Mesen focus when drag and dropping rom files Souryo 2016-02-11 19:57:21 -05:00
  • cbe8db4524 Config: Added version, removed unused flag, fixed crash when xml file is invalid at startup Souryo 2016-02-11 18:37:52 -05:00
  • 63d2c2f9d3 UI: Changed all icons (to public domain ones) + redrew Mesen icon in blue. Hid/disabled some UI elements for things that are not implemented yet. Souryo 2016-02-11 18:34:55 -05:00
  • 163c2f3eaa NetPlay: Automatically disconnect clients that are not running the same version of Mesen Souryo 2016-02-10 23:07:42 -05:00
  • eb80a443b7 NetPlay: Fixed crash when host loaded a game while no game was loaded (ConfigChanged notification was sent and an empty snapshot was sent to clients) Souryo 2016-02-10 21:41:51 -05:00
  • b4abaf36dc NetPlay: Mesen no longer hangs for 10+ seconds when trying to connect to a ip/port that doesn't respond Souryo 2016-02-10 20:19:06 -05:00
  • 45eeb0426b NetPlay: Fixed zapper for clients (did not work at all) Souryo 2016-02-10 19:48:15 -05:00
  • 0d6919089a NetPlay/Save States: Save/restore fourscore flag Souryo 2016-02-10 18:59:09 -05:00
  • 2e7191d9c0 Auto updates: Fixed issue with MesenUpdater being started twice + Added Sha1 hash check Souryo 2016-02-10 18:58:13 -05:00
  • 1647f0c8c0 NetPlay/Movies: Avoid performing CRC32 checks when looking for a rom that matches Souryo 2016-02-08 23:34:48 -05:00
  • 3bc956067d Check for updates + Auto updater Souryo 2016-02-08 23:23:31 -05:00
  • 84d4b3ff1f Movies/Savestates: Prevent loading savestates from newer versions (to prevent issues) Souryo 2016-02-07 20:07:19 -05:00
  • 3f2d769d57 UI: Changed display style for messages (uses brackets instead of colon) Souryo 2016-02-07 17:26:45 -05:00
  • 3f4caa5022 Movies: Allow movies to record/reapply cheats Souryo 2016-02-07 17:26:13 -05:00
  • d82758e4d8 UI: Minor fixes Souryo 2016-02-07 16:27:17 -05:00
  • a5320d416f Config: Improved overscan config display Souryo 2016-02-07 16:14:13 -05:00
  • 9feaca7a09 Added about dialog Souryo 2016-02-07 16:13:48 -05:00
  • 90115c546d UI: Fixed issue where mouse could remain hidden permanently Souryo 2016-02-07 14:42:54 -05:00
  • 712182f700 Zapper: Removed unused line of code Souryo 2016-02-07 14:42:23 -05:00
  • 4e9714ae51 UI: Fixed tab order (generic code) + Small fixes to some windows Souryo 2016-02-07 14:42:07 -05:00
  • 7505ff1237 Config: Fixed scale field in video config Souryo 2016-02-07 13:43:42 -05:00
  • 32b8206e74 Video: Fullscreen window mode + auto-adjust video to window Souryo 2016-02-07 13:05:32 -05:00
  • 00201ebf46 Config: Stop config windows from being resized/maximized Souryo 2016-02-06 21:12:08 -05:00
  • 2715d87179 UI: Hide mouse cursor after 3 seconds if user doesn't move mouse Souryo 2016-02-06 18:44:52 -05:00
  • 8d57d13c64 UI: Added option to open the Mesen folder (preferences dialog) Souryo 2016-02-06 18:35:38 -05:00
  • 4277818b1b UI: Changed way notifications are displayed (text only) Souryo 2016-02-06 18:33:24 -05:00
  • 3e798af865 NetPlay: Allow controller selection for host & clients + Spectator mode Souryo 2016-02-06 15:33:45 -05:00
  • 361f4b8025 Zapper: Make sure zapper works with all overscan configurations & any video video (ntsc, etc.) Souryo 2016-02-06 09:25:37 -05:00
  • 3845c859a3 XInput: Allow several XInput devices to be used (not just the first one) + Added left/right trigger & right stick support Souryo 2016-02-05 23:49:03 -05:00
  • 7becd0bff6 Fixed warning Souryo 2016-02-05 23:16:12 -05:00
  • 9d7f7faf68 VideoRenderer: Make sure thread ends properly on destruction Souryo 2016-02-05 23:15:12 -05:00
  • c26a45ab8f Input: Reworked most of the input-related code. Zapper/Famicom support added. NetPlay and Movies now support any input type Souryo 2016-02-05 23:14:27 -05:00
  • a65907c440 Options: Added option to automatically pause emulation when a movie finishes playing Souryo 2016-01-31 14:28:31 -05:00
  • 441d5e108d File association: Fixed issue when opening a movie file while the emu is not running Souryo 2016-01-31 14:07:40 -05:00
  • 864dff5983 FDS: Fixed issue with emulation speed not being reset when closing a FDS rom while fast forward mode is on Souryo 2016-01-31 14:03:36 -05:00
  • 70e9e7650d Added FDS/MMO file association support Souryo 2016-01-31 14:03:12 -05:00
  • 28a29b536f Options: Added pause in background/allow background input options Souryo 2016-01-31 13:53:17 -05:00
  • 5edf814b7d Audio: Slow down sound when playing emu at less than 100% Souryo 2016-01-31 12:43:16 -05:00
  • 673ff6e4db Audio: Added options to reduce/mute sound while in background (+ Set menu icons to config forms) Souryo 2016-01-31 11:58:41 -05:00
  • 3683d76088 VideoRenderer: Split from VideoDecoder. Handles drawing to the screen - even when no game is running. Souryo 2016-01-31 00:41:33 -05:00
  • dc6b3bde0e Added icons to GUI Souryo 2016-01-30 21:00:32 -05:00
  • c3dabcd1d2 Basic Dendy (Russian NES clone) support + Fixed a lock-up condition when switching between regions Souryo 2016-01-30 19:33:32 -05:00
  • 03321a1fa6 Allow forms to be designed in 64-bits mode (set Release x64 to Any CPU) Souryo 2016-01-30 17:27:09 -05:00
  • ca543e9243 FDS: Fast-forward through bios when fast forward option is activated Souryo 2016-01-30 15:58:29 -05:00
  • ea36115941 FDS: Sound support Souryo 2016-01-30 14:57:50 -05:00
  • 9bfa62129a Added support for drag and dropping rom/ips files Souryo 2016-01-28 23:01:01 -05:00
  • a69a0487b4 Cheats: Fixed crash when opening cheats menu with no game loaded Souryo 2016-01-28 22:36:27 -05:00
  • 47ffc9c89d NetPlay: Fixed crashes when connecting to a server that hasn't loaded a romyet. + Fixed lowercase title for clients after loading rom Souryo 2016-01-28 22:34:23 -05:00
  • 1c581a8a75 Display better error when a crash occurs Souryo 2016-01-28 21:40:30 -05:00
  • 953986c055 Debugger: Fixed nametable viewer info (didn't show what was under the mouse) Souryo 2016-01-28 20:56:44 -05:00
  • a681b4992c NetPlay: Fixed crash that occurred when bytes were > 127. Signed chars ended up becoming huge unsigned numbers, triggering the maximum message length and closing the connection. Souryo 2016-01-28 20:55:48 -05:00
  • c772d4d0d5 PPU: Fixed missing/bad sprites on scanline 0 Souryo 2016-01-28 20:47:45 -05:00
  • df8e66a5e7 FDS support (missing sound emulation) Souryo 2016-01-28 20:47:16 -05:00
  • a68625c8ac Locks: Used thread_local to remove calls to GetCurrentThreadId (faster) Souryo 2016-01-26 17:21:33 -05:00
  • 50aed76ace VideoDecode: Replaced floats with doubles Souryo 2016-01-26 16:52:51 -05:00