Commit graph

396 commits

Author SHA1 Message Date
Souryo
2f2c5d8c1f NetPlay: Fixed cheat-related bugs and crash when host loads a game while emulation is paused. 2016-01-23 00:52:06 -05:00
Souryo
a2c9122f74 NetPlay: Sync host cheat codes with clients 2016-01-21 20:30:00 -05:00
Souryo
40eac94d18 NetPlay: When host loads a save state, send it to the clients to stay in sync 2016-01-21 17:57:18 -05:00
Souryo
b3c10edf67 Mapper 44 support 2016-01-21 01:01:25 -05:00
Souryo
e356d68a82 Audio: Changed previous save state load fix. Previous fix caused issues with movies & netplay because the save state was not accurate. This fix remove the de-sync in movies & netplay 2016-01-21 00:53:02 -05:00
Souryo
60c1f435d2 Mapper 47 support 2016-01-20 21:06:56 -05:00
Souryo
f6b22285e9 Mapper 12 support 2016-01-20 20:32:49 -05:00
Souryo
65edf01c28 Mapper 37: Fixed reset & added WRAM write protect behavior for block register 2016-01-20 20:05:18 -05:00
Souryo
642faea14a Mapper 37 support 2016-01-20 19:44:52 -05:00
Souryo
c034133518 Mapper 205 support 2016-01-20 19:32:28 -05:00
Souryo
521f08bbbc Mapper 201 support 2016-01-20 19:08:36 -05:00
Souryo
bae8723c35 Mapper 202 support 2016-01-20 19:01:10 -05:00
Souryo
c71d557816 Mapper 203 support 2016-01-20 18:42:03 -05:00
Souryo
9d2f3aba0c Mapper 77 support 2016-01-19 23:45:54 -05:00
Souryo
b17c088995 Mapper 78 support 2016-01-19 23:32:02 -05:00
Souryo
fc2cc89fea Mapper 72 & 92 support 2016-01-19 23:12:47 -05:00
Souryo
d6c622bc28 Mapper 107 support 2016-01-19 22:33:29 -05:00
Souryo
b49b7a1e99 Mapper 58 support 2016-01-19 20:48:09 -05:00
Souryo
b3a6447a94 BaseMapper - Support for both CHR ROM & RAM at once
Mapper 74, 119, 191, 192, 194, 195 support
2016-01-19 20:16:00 -05:00
Souryo
2af32e5662 Mapper 193 support 2016-01-19 16:59:01 -05:00
Souryo
ac20a3cee4 Project changes to simplify PGO builds 2016-01-19 16:19:23 -05:00
Souryo
a4617b84f1 Mapper 200 support 2016-01-18 22:48:09 -05:00
Souryo
f72b88def8 Mapper 231 support 2016-01-18 22:26:54 -05:00
Souryo
1437cede86 Mapper 246 support 2016-01-18 22:08:00 -05:00
Souryo
cce0da1910 Mapper 240 support 2016-01-18 21:54:04 -05:00
Souryo
3f0972be23 Mapper 242 support 2016-01-18 21:46:53 -05:00
Souryo
ce2236943a Mapper 232 support 2016-01-18 20:47:29 -05:00
Souryo
242ad5a33a Mapper 115 support 2016-01-18 19:33:50 -05:00
Souryo
3cef2ec430 Mapper 94 support 2016-01-18 18:43:06 -05:00
Souryo
11fdf26c6e Mapper 97 support 2016-01-18 18:24:22 -05:00
Souryo
c71af2b9d9 Mapper 180 support 2016-01-18 18:03:42 -05:00
Souryo
8f3cd51743 Updated to Visual Studio 2015 (only required minor changes)
Updated DirectX TK version
2016-01-17 19:10:01 -05:00
Souryo
117a4b073d Video: Added customizable RGB palette 2016-01-17 14:21:31 -05:00
Souryo
89943b425a NES 2.0: Initial dev, not fully supported yet 2016-01-16 20:21:14 -05:00
Souryo
a56aa15f28 Win 8.1/10 support: Fixed crashes, added automatic download feature for the MSVC runtime 2016-01-16 19:33:10 -05:00
Souryo
e4fa287e66 Vista: Fixed a couple of issues that came up while testing on windows vista 2016-01-16 12:29:17 -05:00
Souryo
291931a1b0 HD Packs: Added option to enable/disable load of HD packs 2016-01-16 09:50:33 -05:00
Souryo
baded7ae25 Savestates: Added header/versioning in file format 2016-01-16 09:25:34 -05:00
Souryo
9e9c3b4f29 Removed invalid configuration from project 2016-01-15 23:54:15 -05:00
Souryo
dfd439766e Savestates: Prevented crashes when loading invalid data 2016-01-15 23:52:17 -05:00
Souryo
8ef9fab489 APU: Fixed sound issues when loading a savestate 2016-01-15 23:51:27 -05:00
Souryo
56d2580fbf Misc: Added "Remove sprite limit" option 2016-01-14 22:20:50 -05:00
Souryo
3446c6e745 Misc: Added "Allow invalid input" option 2016-01-14 19:52:28 -05:00
Souryo
f8a0277c2e Audio: Added option to select sample rate 2016-01-14 19:33:16 -05:00
Souryo
1dc65e0988 Added missing file from previous commit 2016-01-14 08:41:53 -05:00
Souryo
099a1b3b44 Audio: Several APU fixes
-Fixed DMC $4011 write behavior
-Fixed period for square channels
-Removed blip_buffer & blip_synth.  Replaced with blip_buf and SoundMixer - now have non-linear sound mixing.
-Fixes all sound-related tests (apu_mixer (dmc, noise, square, triangle) and volume_tests
2016-01-14 01:21:09 -05:00
Souryo
1b57dbc2e0 PPU: Fixed wrap-around behavior issues when video ram addr goes from 3FFF to $0000 (ended up reading/writing palette ram by mistake) 2016-01-13 00:06:01 -05:00
Souryo
fbecf90a54 Rendering: Fixed dropped frames in VideoDecoder (makes NTSC picture and full_palette tests a lot more stable).
+Fixed vertical sync causing high cpu usage.
+Reduced memory usage by removing useless buffers (Renderer)
2016-01-12 19:42:28 -05:00
Souryo
070f07082e APU: Fixed Square 1 sweep bug (fixes Little Red Hood without breaking Super Dodge Ball). Fixed noise channel period (was set to twice the real value) 2016-01-12 17:16:01 -05:00
Souryo
6aed632123 APU Noise: Fixed mode flag, it wasn't being set by writes to 400E 2016-01-11 19:35:49 -05:00