Commit Graph

499 Commits

Author SHA1 Message Date
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
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
b4abaf36dc NetPlay: Mesen no longer hangs for 10+ seconds when trying to connect to a ip/port that doesn't respond 2016-02-10 20:19:06 -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
2e7191d9c0 Auto updates: Fixed issue with MesenUpdater being started twice + Added Sha1 hash check 2016-02-10 18:58:13 -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
3bc956067d Check for updates + Auto updater 2016-02-08 23:23:31 -05:00
Souryo
84d4b3ff1f Movies/Savestates: Prevent loading savestates from newer versions (to prevent issues) 2016-02-07 20:07:19 -05:00
Souryo
3f2d769d57 UI: Changed display style for messages (uses brackets instead of colon) 2016-02-07 17:26:45 -05:00
Souryo
3f4caa5022 Movies: Allow movies to record/reapply cheats 2016-02-07 17:26:13 -05:00
Souryo
d82758e4d8 UI: Minor fixes 2016-02-07 16:27:17 -05:00
Souryo
a5320d416f Config: Improved overscan config display 2016-02-07 16:14:13 -05:00
Souryo
9feaca7a09 Added about dialog 2016-02-07 16:13:48 -05:00
Souryo
90115c546d UI: Fixed issue where mouse could remain hidden permanently 2016-02-07 14:42:54 -05:00