Commit graph

947 commits

Author SHA1 Message Date
Souryo
3aaacb1bc3 Input: Minor fixes based on AllPads test results 2017-02-25 14:20:30 -05:00
Souryo
eda5f96e08 Input: Prevent autoconfig input changes when the game is not in DB 2017-02-25 10:57:27 -05:00
Souryo
8ec8e471d5 Input: Added option to emulate NES-101/HVC-101 behavior 2017-02-25 10:56:38 -05:00
Souryo
23fd484d06 Emulation: Added "do not reset ppu on console reset" option 2017-02-24 23:06:13 -05:00
Souryo
c2115defd9 -Added options to disable palette reads & oamaddr bug
-Better PAL emulation post scanline 260
-Fixed out of bounds memory access in oamaddr bug emulation
2017-02-24 21:43:42 -05:00
Souryo
1dd6a47de7 Fixed mistake in previous commit (pointers to invalid memory) 2017-02-23 23:48:43 -05:00
Souryo
40034199ee OAM: Sprite RAM is now initialized based on the ram power on settings 2017-02-23 20:01:48 -05:00
Souryo
8a450f6902 Sprite DMA: Removed old patch that was no longer needed 2017-02-23 20:00:52 -05:00
Souryo
d73f2f4f21 Fixed VRAM-related invalid memory accesses (under specific conditions) 2017-02-23 19:58:46 -05:00
Souryo
9173e76ce8 Emulation: Added options to emulate famicom-only features (no $2004 reads, no noise mode flag) 2017-02-22 20:41:58 -05:00
Souryo
1f8e6974ed Version Update: 0.7.1 2017-02-18 15:46:01 -05:00
Souryo
756bac00d1 UNIF: Added support for EH8813A boards 2017-02-18 14:45:25 -05:00
Souryo
7e35d5b99e Shortcuts: Added shortcut key mapping for "Exit" 2017-02-18 13:59:58 -05:00
Souryo
d6db1d50c5 Video: Option to set a custom aspect ratio 2017-02-18 13:41:16 -05:00
Souryo
37bbb5ea7a Fixed FME7 save states 2017-02-18 12:58:40 -05:00
Souryo
d44c8f7808 Mapper 190 support (Magic Kid GooGoo) 2017-02-18 12:48:06 -05:00
Souryo
d968541444 MMC3: Allow bits 6/7 to be used for reg 6 & 7 (needed for some bootleg games) 2017-01-15 14:24:34 -05:00
Souryo
1bff8affb9 Fixed crash when rom contains no CHR ROM & no CHR RAM 2017-01-06 19:31:36 -05:00
Souryo
d805ac2d3c AVI: Added camstudio codec support + compression level slider 2017-01-01 10:15:42 -05:00
Souryo
f468b0502b Version Update: 0.7.0 2016-12-30 18:32:45 -05:00
Souryo
688d10a66b UI: Minor fixes for display size when changing settings 2016-12-30 16:43:49 -05:00
Souryo
a182eeb052 Linux: Fixed compilation error with new ntsc filter 2016-12-30 14:47:40 -05:00
Souryo
b9f806d6f4 Fixed tiny memory leak 2016-12-30 13:42:40 -05:00
Souryo
7b94a59b86 MMC5: Small bug fix (used wrong register numbers) 2016-12-30 13:42:12 -05:00
Souryo
0f5c7fe78b Video: Added "Video Recorder" to record AVI files 2016-12-29 21:19:13 -05:00
Souryo
641192236e Video: Added new NTSC filter (Bisqwit's) 2016-12-27 15:04:20 -05:00
Souryo
1fd3ef5dcc Version Update: 0.6.1 2016-12-24 21:27:28 -05:00
Souryo
7accd1ff18 Overclocking: Fixed sound issues when overclocking was enabled 2016-12-23 13:56:45 -05:00
Souryo
b63c1f9c4e UI: Improve/simplify resizing logic 2016-12-22 23:08:34 -05:00
Souryo
cd665ae688 Linux: Force some inline functions in clang (faster) 2016-12-22 18:49:24 -05:00
Souryo
54d0f4d0a5 Debugger: Do not display code in ram with a green (unexecuted) background 2016-12-21 20:14:30 -05:00
Souryo
bf36d39eb7 Audio: Fixed a number of issues with square channel - apu_mixer tests sound much closer to real hardware. 2016-12-21 18:27:08 -05:00
Souryo
75e0de636e UI: Portuguese translation (thanks to ThallesAps!) 2016-12-20 23:04:20 -05:00
Souryo
5c9de5b887 Audio: Fixed apu_mixer test (broken by 0.6.0 panning options) 2016-12-19 21:13:40 -05:00
Souryo
b4489ed0f7 Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
Souryo
a6579fbfdb Linux: Implemented sockets/netplay + fixed uninitialized variable crash 2016-12-17 18:56:03 -05:00
Souryo
b542fd56ec Linux: Fixed PPU crash when rendering is off + uninitalized variables 2016-12-16 07:13:33 -05:00
Souryo
666dc14043 Debugger: Disabled pause when in debugger - fixes deadlocks 2016-12-14 20:48:47 -05:00
Souryo
571f439c67 Input: Fixed "Automatically configure controllers" option not working 2016-12-14 18:27:34 -05:00
Souryo
4695a4c887 Linux: Fixed debugger (randomly) not working due to uninitalized variables 2016-12-13 23:28:28 -05:00
Souryo
6547594f14 Linux: Fixed save files/screenshots folder 2016-12-13 22:44:52 -05:00
Souryo
8c4d6dd55c VRC7 Audio: Fixed startup state (caused crashes) 2016-12-12 20:34:48 -05:00
Souryo
38aa18ab9f Linux: Fixed GCC errors/warnings 2016-12-12 20:33:48 -05:00
Souryo
8439290896 Utilities: Rewrote file/folder utility functions to use the new filesystem api (works in both VC & GCC) 2016-12-11 20:42:59 -05:00
Souryo
9ca1bf263c Linux: SDL video/audio + linux key manager 2016-12-11 16:39:11 -05:00
Souryo
efca5284b1 Mono/Linux: Fixed layout issues 2016-12-11 14:25:29 -05:00
Souryo
02da94cf6b Minor fixes for windows build 2016-12-11 11:18:37 -05:00
Souryo
cbc61a1bac Fixed all GCC errors and most warnings 2016-12-11 10:56:23 -05:00
Souryo
c317179afc Debugger: Fixed emulator crash when entering some invalid watch/debug expressions 2016-12-10 15:18:50 -05:00
Souryo
c9c55b2c7e Version Update: 0.6.0 2016-12-10 14:01:20 -05:00