Commit graph

567 commits

Author SHA1 Message Date
Souryo
36404116ea MMC5 Audio: Square channels + PCM (write mode only, no IRQs) 2016-06-12 11:28:45 -04:00
Souryo
5124378867 Fixed filename case 2016-06-11 20:13:14 -04:00
Souryo
cdf0e8751a Sunsoft FME-7/5A/5B support (Mapper 69) (partial audio chip support) 2016-06-11 20:12:20 -04:00
Souryo
618c8e0b5e Savestates: More refactoring + bug fixes from the last changes (breaks compatibility again) 2016-06-11 16:08:16 -04:00
Souryo
d04551b0ae Namco 129/163/175/340 (Mapper 19 & 210) support (including audio) 2016-06-11 13:18:47 -04:00
Souryo
76600d31a9 VRC6: Implemented all 3 audio channels 2016-06-07 19:36:05 -04:00
Souryo
ac938995b6 Version Update: 0.2.1 2016-06-06 23:10:03 -04:00
Souryo
6fb0551693 Performance: Minor optimizations (forced inlining) 2016-06-06 23:09:22 -04:00
Souryo
54b677c186 NES 2.0: Added CRC checks for Major League, Holy Diver & Fire Hawk 2016-06-06 17:06:28 -04:00
Souryo
181db62326 NES 2.0: Added CRC checks to set MC-ACC games to submapper 3 2016-06-05 19:20:47 -04:00
Souryo
29bdd8d7f3 CRC32: Fixed bug in calculation 2016-06-05 19:18:28 -04:00
Souryo
966cbf6976 Removed warnings 2016-06-05 15:04:25 -04:00
Souryo
8b2408deea Build: Disabled minimal rebuild (generates warning with multi-cpu compilation switch on) 2016-06-05 14:37:05 -04:00
Souryo
c5d1e4cfc7 Sound Recorder: Added .wav recording feature (Tools menu) 2016-06-05 14:36:20 -04:00
Souryo
956834d4a5 Debugger: Improved expression evaluator when dealing with memory addresses + added "address" and "romaddress" special values 2016-06-05 11:51:46 -04:00
Souryo
8112f906b7 Debugger: Changed callstack to look like watch/breakpoint list 2016-06-05 10:53:41 -04:00
Souryo
ba44be9a85 Debugger: Run one scanline option 2016-06-05 10:29:54 -04:00
Souryo
3f801e22ff Debugger: Option to display the current frame as it is being drawn (pixel by pixel), instead of displaying when the full frame is done. 2016-06-05 10:26:05 -04:00
Souryo
e383b5d39f Debugger: Fixed bug/crash when disassembling internal RAM content 2016-06-04 16:48:29 -04:00
Souryo
f7aa61582b Debugger: Cycle-by-cycle PPU debugging 2016-06-04 15:38:48 -04:00
Souryo
c2f83e288e Debugger: Save all settings, breakpoints and watch entries to config file 2016-06-04 14:43:13 -04:00
Souryo
a7977cb3b9 Build: Turned on multi-cpu compilation 2016-06-04 09:09:57 -04:00
Souryo
e210d267d8 Debugger: Fixed some deadlocks when pausing/resetting/changing game, fixed breakpoints not being remembered after a reset 2016-06-04 08:55:52 -04:00
Souryo
33c201984c Cheats: Automatically use current game when adding a new cheat 2016-06-03 21:15:34 -04:00
Souryo
3630395d6e NES 2.0: Additional submapper support for mappers 1, 2, 3, 7, 32, 34, 71, 78, 232 2016-06-03 19:16:31 -04:00
Souryo
4cb8ae7076 Save states: Removed MS-specific extension usage & disabled extensions + Removed some errors/warnings caused by this change 2016-06-02 23:56:11 -04:00
Souryo
53f1808f73 MMC3: Implemented submapper 3 (MM-ACC) - fixes Incredible Crash Dummies
-Also fixed a bug in NES 2.0 mapper ID code
2016-06-02 20:35:08 -04:00
Souryo
4a784ff87a Save States: Refactoring - everything is now saved in size-defined blocks (should no longer need to break compatibility in the future) 2016-06-02 20:20:26 -04:00
Souryo
4eb5b11607 Trace Logger: Made output match Nintendulator's output closely to make comparisons easier 2016-06-01 21:01:04 -04:00
Souryo
2b6d625969 APU: Fixed freeze that could happen when switching between NTSC and PAL 2016-06-01 20:11:28 -04:00
Souryo
7157c5801f Sound Mixer: Accurate volume control for each channel 2016-06-01 19:38:31 -04:00
Souryo
1825fdcc1c Dendy: Vertical blank flag must be set on scanline 291, not 241 - fixes crashes/odd behavior in multiple games 2016-06-01 17:42:52 -04:00
Souryo
f84b4e776e PPU: PAL/Dendy mode had 1 extra scanline (313 instead of 312) - fixed. This fixes nmi_sync/demo_pal test. 2016-06-01 07:17:34 -04:00
Souryo
03feeb247d Dendy: Fixed vblank nmi timing (had an extra scanline by mistake) 2016-05-31 23:37:11 -04:00
Souryo
b177fb61b8 Rambo1: Improved IRQ handling - fixes Hard Drivin and Skull & Crossbones 2016-05-31 23:17:22 -04:00
Souryo
af98fc78f5 APU: Fixed triangle channel ignoring highest bit of period, causing very low frequencies to sound really high instead. 2016-05-31 22:58:22 -04:00
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
ce2fe21800 Palettes: Added presets., export to .pal, memory of last 5 .pal files used 2016-05-27 17:19:23 -04:00
Souryo
87969109cc Video Config: Added ntsc presets, moved filter selection to Picture tab 2016-05-27 12:38:06 -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
6629ad4a59 Improved behavior when changing video filter or switching between fullscreen mode & windowed mode. + Improved fullscreen mode menu strip behavior 2016-05-23 21:35:32 -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
442ccb9a20 Localized update prompt window 2016-05-23 18:10:06 -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
e2300d9a8b Cleanup: Removed unused variable 2016-05-22 19:30:17 -04:00