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 |
|
Souryo
|
a65907c440
|
Options: Added option to automatically pause emulation when a movie finishes playing
|
2016-01-31 14:28:31 -05:00 |
|
Souryo
|
864dff5983
|
FDS: Fixed issue with emulation speed not being reset when closing a FDS rom while fast forward mode is on
|
2016-01-31 14:03:36 -05:00 |
|
Souryo
|
28a29b536f
|
Options: Added pause in background/allow background input options
|
2016-01-31 13:53:17 -05:00 |
|
Souryo
|
673ff6e4db
|
Audio: Added options to reduce/mute sound while in background (+ Set menu icons to config forms)
|
2016-01-31 11:58:41 -05:00 |
|
Souryo
|
3683d76088
|
VideoRenderer: Split from VideoDecoder. Handles drawing to the screen - even when no game is running.
|
2016-01-31 00:41:33 -05:00 |
|
Souryo
|
c3dabcd1d2
|
Basic Dendy (Russian NES clone) support + Fixed a lock-up condition when switching between regions
|
2016-01-30 19:33:32 -05:00 |
|
Souryo
|
ca543e9243
|
FDS: Fast-forward through bios when fast forward option is activated
|
2016-01-30 15:58:29 -05:00 |
|
Souryo
|
ea36115941
|
FDS: Sound support
|
2016-01-30 14:57:50 -05:00 |
|
Souryo
|
9bfa62129a
|
Added support for drag and dropping rom/ips files
|
2016-01-28 23:01:01 -05:00 |
|
Souryo
|
47ffc9c89d
|
NetPlay: Fixed crashes when connecting to a server that hasn't loaded a romyet. + Fixed lowercase title for clients after loading rom
|
2016-01-28 22:34:23 -05:00 |
|
Souryo
|
953986c055
|
Debugger: Fixed nametable viewer info (didn't show what was under the mouse)
|
2016-01-28 20:56:44 -05:00 |
|
Souryo
|
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.
|
2016-01-28 20:55:48 -05:00 |
|
Souryo
|
c772d4d0d5
|
PPU: Fixed missing/bad sprites on scanline 0
|
2016-01-28 20:47:45 -05:00 |
|
Souryo
|
df8e66a5e7
|
FDS support (missing sound emulation)
|
2016-01-28 20:47:16 -05:00 |
|
Souryo
|
50aed76ace
|
VideoDecode: Replaced floats with doubles
|
2016-01-26 16:52:51 -05:00 |
|
Souryo
|
a732ef9f59
|
Debugger: Improved performance (reduced locking, etc.).
Also fixed a bug in GenerateOutput when cpu memory is mapped to prg ram (instead of rom)
|
2016-01-26 16:47:21 -05:00 |
|
Souryo
|
b320736273
|
MMC5: Save states
|
2016-01-24 21:54:05 -05:00 |
|
Souryo
|
a14d5b4703
|
Fixed function signature (GetCurrentScanline)
|
2016-01-24 21:35:43 -05:00 |
|
Souryo
|
c95cf0a77d
|
MMC5: Fixed IRQ timing bug when disabling/enabling rendering during frames. Fixes Laser Invasion.
|
2016-01-24 21:35:24 -05:00 |
|
Souryo
|
642a408298
|
APU: Code cleanup (removed unused class template)
|
2016-01-24 18:51:07 -05:00 |
|