Commit graph

396 commits

Author SHA1 Message Date
Souryo
0bd7cfe6ed PPU: Fix for Kick Master (race condition between 2006 writes and Y scrolling increment at cycle 256) 2016-05-31 17:12:43 -04:00
Souryo
aceff6b443 Version Update: 0.2.0 2016-05-27 19:34:56 -04:00
Souryo
0350786ff6 NTSC Filter: Generate image with custom palette when one is used 2016-05-27 17:42:28 -04:00
Souryo
7b9f3eb1b2 Video Config: Brightness/Contrast/Hue/Saturation/Scanline configuration. + NTSC filter config 2016-05-26 22:32:20 -04:00
Souryo
0cfe0246cf Video: Bilinear Interpolation option 2016-05-24 19:45:58 -04:00
Souryo
c4edf0bfac Video Filter: HQX - only perform init once to avoid a small freeze each time the filter is changed 2016-05-23 21:34:17 -04:00
Souryo
7e3def34f5 Video Filters: xBRZ, HQX, Scale2x, 2xSai, Super2xSai, SuperEagle support 2016-05-23 17:02:24 -04:00
Souryo
a5518ec5d5 Japanese: Small text fixes 2016-05-23 09:26:05 -04:00
Souryo
7d9c6dee73 Google Drive: Localized messages. Fixed bug when trying to change preferences after syncing or enabling sync. 2016-05-22 20:02:02 -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
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
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
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
aac7ee680b Version Update: 0.1.2 2016-04-30 21:26:01 -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
78eb6066a5 Japanese: Corrected some japanese texts & updated fonts to match 2016-02-21 15:32:21 -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
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
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
163c2f3eaa NetPlay: Automatically disconnect clients that are not running the same version of Mesen 2016-02-10 23:07:42 -05:00
Souryo
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) 2016-02-10 21:41:51 -05:00
Souryo
45eeb0426b NetPlay: Fixed zapper for clients (did not work at all) 2016-02-10 19:48:15 -05:00
Souryo
0d6919089a NetPlay/Save States: Save/restore fourscore flag 2016-02-10 18:59:09 -05:00
Souryo
1647f0c8c0 NetPlay/Movies: Avoid performing CRC32 checks when looking for a rom that matches 2016-02-08 23:34:48 -05:00
Souryo
84d4b3ff1f Movies/Savestates: Prevent loading savestates from newer versions (to prevent issues) 2016-02-07 20:07:19 -05:00
Souryo
3f4caa5022 Movies: Allow movies to record/reapply cheats 2016-02-07 17:26:13 -05:00
Souryo
712182f700 Zapper: Removed unused line of code 2016-02-07 14:42:23 -05:00
Souryo
32b8206e74 Video: Fullscreen window mode + auto-adjust video to window 2016-02-07 13:05:32 -05:00
Souryo
4277818b1b UI: Changed way notifications are displayed (text only) 2016-02-06 18:33:24 -05:00
Souryo
3e798af865 NetPlay: Allow controller selection for host & clients + Spectator mode 2016-02-06 15:33:45 -05:00
Souryo
361f4b8025 Zapper: Make sure zapper works with all overscan configurations & any video video (ntsc, etc.) 2016-02-06 09:25:37 -05:00
Souryo
9d7f7faf68 VideoRenderer: Make sure thread ends properly on destruction 2016-02-05 23:15:12 -05:00
Souryo
c26a45ab8f Input: Reworked most of the input-related code. Zapper/Famicom support added. NetPlay and Movies now support any input type 2016-02-05 23:14:27 -05:00