Commit Graph

513 Commits

Author SHA1 Message Date
Souryo
a9fa9b9ba7 Renderer: Fixed multithreading bug + fixed pause screen displaying incorrectly on some devices 2016-05-22 11:14:01 -04:00
Souryo
d8456e0c02 Remove Intellisense DB from Git 2016-05-22 11:11:57 -04:00
Souryo
778b7ada20 Static Link PGO Builds 2016-05-22 08:14:55 -04:00
Souryo
58ee6e8b22 Version Update: 0.1.4 2016-05-19 21:06:00 -04:00
Souryo
31c9ba6d5e Mapper 60 support (Partial) 2016-05-19 19:18:01 -04:00
Souryo
5d92c20c46 Video Config: Default to VSync off 2016-05-19 18:55:05 -04:00
Souryo
e17a013f2b Mapper 15 support 2016-05-19 18:54:49 -04:00
Souryo
16b2d26fcf iNES: Support for trainers in iNES header 2016-05-19 18:53:33 -04:00
Souryo
789c64c435 Merge branch 'master' of https://bitbucket.org/Souryo/mesen 2016-05-18 20:53:20 -04:00
Souryo
f540fc766d DMC: Fixed DMC DMA timing & $4011 write behavior.
Fixes dmc_pitch without breaking sprdma_and_dmc_dma tests.
2016-05-18 20:51:54 -04:00
Souryo
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)
2016-05-18 20:46:03 -04:00
Souryo
4de5827a4e APU: Frame counter accuracy fixes - Fixes all test_apu_2 tests (1 to 11) 2016-05-18 20:42:26 -04:00
M Bibaud
e578b76fda README.md edited online with Bitbucket 2016-05-03 00:31:52 +00:00
M Bibaud
8fa5fef896 README.md edited online with Bitbucket 2016-05-03 00:29:59 +00:00
M Bibaud
012f0a3e5e README.md edited online with Bitbucket 2016-05-03 00:28:52 +00:00
M Bibaud
2eb6c0187d README.md edited online with Bitbucket 2016-05-03 00:25:20 +00:00
Souryo
db9d88e582 Version Update: 0.1.3
-Fixed a number of startup bugs
-Packaged MSVC DLLs
2016-05-02 20:22:17 -04:00
Souryo
93b0faa2a6 Fixed auto update issue - MesenUpdater.exe was missing (this is included in 0.1.2) 2016-04-30 21:57:14 -04:00
Souryo
aac7ee680b Version Update: 0.1.2 2016-04-30 21:26:01 -04:00
Souryo
ec2e69332e Small fixes/tweaks to upgrade dialogs 2016-04-30 21:21:52 -04:00
Souryo
04d470b15d Support for VS Unisystem games (Not yet supported properly in movies and netplay) 2016-04-30 20:08:53 -04:00
Souryo
21b0d0cb06 Mapper 241 support 2016-02-22 20:14:40 -05:00
Souryo
288202d9c2 Fixed warnings 2016-02-22 19:56:13 -05:00
Souryo
f69caf1a29 Taito X1017 (Mapper 82) support 2016-02-22 19:52:58 -05:00
Souryo
8743f11ba9 Input: Fixed crash in config dialog caused by localization changes 2016-02-21 23:02:42 -05:00
Souryo
0f7ca80aec Fonts: Added missing files 2016-02-21 23:02:04 -05:00
Souryo
78eb6066a5 Japanese: Corrected some japanese texts & updated fonts to match 2016-02-21 15:32:21 -05:00
Souryo
b0897a7cfd Fixed icon on EXE file 2016-02-21 15:31:55 -05:00
Souryo
d89cdfab01 Audio: Added stereo effects + reverb options 2016-02-21 15:31:39 -05:00
Souryo
5ce8b20fd1 Audio: Added swap duty cycles option 2016-02-19 19:25:28 -05:00
Souryo
0c765aca59 Localization: Mesen is now available in English, French and Japanese 2016-02-19 13:05:04 -05:00
Souryo
71bf0527d9 Version Update: 0.1.1 2016-02-14 18:36:08 -05:00
Souryo
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. 2016-02-14 16:58:43 -05:00
Souryo
9aab7fd741 AutoResetEvent: Fixed crash when exiting process 2016-02-14 16:57:42 -05:00
Souryo
1bc046669e PGO: Added some other games to test to the list 2016-02-14 16:53:40 -05:00
Souryo
a428c11b20 TestHelper: Updated to match input rework 2016-02-14 16:53:18 -05:00
Souryo
cf450bcdb7 PPU: Scrolling increments use a "IsRendering" flag delayed by 1 ppu cycle. This fixes Battletoads freezes, but may be incorrect. 2016-02-14 13:57:47 -05:00
Souryo
b4b195d01b Input: Arkanoid controller support - NES & Famicom (Passes both test roms, works via NetPlay/Movies)
NetPlay: Fixed a few issues (crashes when connecting)
2016-02-14 12:58:35 -05:00
Souryo
3cade69191 VideoDecoder: Prevent reading invalid memory when stopping emulation before a full frame is decoded 2016-02-13 23:17:59 -05:00
Souryo
a55fbaa619 Fixed tooltip message 2016-02-13 23:14:56 -05:00
Souryo
700a71446b Debugger: Fixed issues with watch list and the "add to watch" shortcut 2016-02-13 23:13:44 -05:00
Souryo
51cad0e870 Debugger: Fixed CHR analysis display when CHR RAM and CHR RAM/ROM display in memory viewer 2016-02-13 22:35:43 -05:00
Souryo
f1d8bde090 Debugger: Allow disassembly of cartridge work ram & cpu ram + Added tracing for NMI, IRQ and DMAs 2016-02-13 22:19:42 -05:00
Souryo
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 2016-02-13 08:32:22 -05:00
Souryo
6f6a07b6c9 CPU: Display clean message when CPU crashes 2016-02-11 22:59:31 -05:00
Souryo
c3694e16f5 Tests: Hide test menu in release mode (PGO Optimize - Release) 2016-02-11 20:35:40 -05:00
Souryo
ff11250a73 UI: Give Mesen focus when drag and dropping rom files 2016-02-11 19:57:21 -05:00
Souryo
cbe8db4524 Config: Added version, removed unused flag, fixed crash when xml file is invalid at startup 2016-02-11 18:37:52 -05:00
Souryo
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. 2016-02-11 18:34:55 -05:00
Souryo
163c2f3eaa NetPlay: Automatically disconnect clients that are not running the same version of Mesen 2016-02-10 23:07:42 -05:00