Commit Graph

246 Commits

Author SHA1 Message Date
Souryo
b1bccc47ce Auto tests - Bug fixes, added ability to record test from movie/existing test 2015-12-27 09:13:52 -05:00
Souryo
d648f18b8a Added automatic tests 2015-12-26 17:11:00 -05:00
Souryo
37c3201057 Frame decoding/Rendering is now handled by separate threads (i.e there are now 3 threads in the emu + UI thread)
Improved performance (less memory copying, less spin waiting, etc.) - uses less CPU at normal speed, and faster when no FPS limit
2015-08-30 21:04:21 -04:00
Souryo
5b565bfeeb GCC support - Fixed warnings/compilation errors (Core & Utilities now compile under GCC, but code is incomplete) 2015-08-28 21:01:18 -04:00
Souryo
f3b3a8eed5 Replaced FPS limit by "Emulation speed" option 2015-08-24 20:27:07 -04:00
Souryo
3f40bb39fb Added custom FPS limit options + Fixed netplay crashes 2015-08-23 20:24:24 -04:00
Souryo
47226f45d8 Fixed warning 2015-08-23 13:12:47 -04:00
Souryo
6c50cc4bb9 PGO - Small fixes/improvements 2015-08-23 11:45:13 -04:00
Souryo
12c76168e8 Added ROM name in title bar 2015-08-23 10:05:00 -04:00
Souryo
76f80183d7 Debugger - Fixed issue with disassembler 2015-08-22 19:29:19 -04:00
Souryo
6b26c892ac Debugger - Show prg address & raw byte code options + Deadlock fixes 2015-08-21 22:42:44 -04:00
Souryo
ad085f1a75 MMC5 - Fixed a few bugs 2015-08-18 18:02:40 -04:00
Souryo
199e1f1527 Fixed warnings 2015-08-17 21:59:48 -04:00
Souryo
deb34b6ce9 Debugger - Added "Set next statement" 2015-08-17 21:59:22 -04:00
Souryo
273c000c44 Debugger - Basic FCEUX CDL file support 2015-08-17 19:32:10 -04:00
Souryo
c1b4859740 HD packs: Fixed BG priority sprites 2015-08-15 11:52:10 -04:00
Souryo
21220052d9 HD packs - Fixed blending, vertical mirroring & added missing file 2015-08-15 10:40:27 -04:00
Souryo
8b4104a4ca Debugger - Sprite viewer - Added background priority flag 2015-08-14 21:50:49 -04:00
Souryo
f2ee0f916e "HDNes" HD pack support (still some bugs left) 2015-08-14 21:50:14 -04:00
Souryo
26f68486b7 Debugger - Split view window did not remove active address on run 2015-08-09 20:47:50 -04:00
Souryo
e1e48cc4f3 Fixed some of the warnings when compiling with /W4 2015-08-09 20:45:45 -04:00
Souryo
6acc282b02 Fixed x64 warning 2015-08-09 19:49:42 -04:00
Souryo
b253f334bc BaseMapper - Default 0x6000-0x7FFF to save or work ram 2015-08-09 19:27:57 -04:00
Souryo
19150e3193 MMC1 - Fixed default work/save ram mapping (broken with MMC5 support fix) 2015-08-09 19:20:49 -04:00
Souryo
3b0ab71e92 Debugger - Memory viewer now shows changes in red (with mouseover tooltip) + Performance fixes 2015-08-09 18:24:24 -04:00
Souryo
cb8ec83408 Debugger - Added callstack 2015-08-09 14:47:27 -04:00
Souryo
955fd88a36 Fixed issue when attempting to save battery file while closing emu 2015-08-09 00:00:40 -04:00
Souryo
2345f8949f Debugger - Fixed search highlight issues 2015-08-08 23:39:18 -04:00
Souryo
e15447d6a5 Debugger - Fixed arrow+home/end keys when typing search string 2015-08-08 22:41:16 -04:00
Souryo
7e5707a535 Debugger - PPU Viewer (Nametables, chr, sprites, palette) 2015-08-08 22:36:39 -04:00
Souryo
83d91d02c0 Fixed infinite loop issue with search box when textbox content shrinks 2015-08-06 23:04:55 -04:00
Souryo
5c4089c013 MMC3 fix - Work/Save ram was no longer mapped correctly 2015-08-06 23:03:36 -04:00
Souryo
0a7e1a9c32 Debugger - Added palette memory option to memory viewer 2015-08-05 21:43:53 -04:00
Souryo
1591c312cc Debugger - Added missing file 2015-08-05 20:40:24 -04:00
Souryo
a37354fbc1 Debugger - Added memory viewer (CPU, PPU, Sprite, PRG, CHR) 2015-08-05 20:40:10 -04:00
Souryo
f55436daf1 Debugger - Added arrow on current statement + Font size config 2015-08-04 19:50:57 -04:00
Souryo
4b9ab622ca Debugger - Search functionality (Ctrl-F, F3) 2015-08-03 21:53:46 -04:00
Souryo
fe2e70fe52 Debugger - Added Go To Address feature 2015-08-02 22:19:12 -04:00
Souryo
e7275cb3f7 Debugger - Wrote custom textbox for the display + Basic breakpoints (exec/read/write) 2015-08-02 19:27:02 -04:00
Souryo
dffc03ad68 MMC5 support (incomplete)
Heavy refactoring of BaseMapper (to support MMC5 functionality, and be more flexible in general)
2015-07-29 22:10:34 -04:00
Souryo
ab48fd595c Fixed savestate for mapper 71 2015-07-25 17:40:38 -04:00
Souryo
fb49fbb6c9 Mapper 71 (BF909x) support - Fixes firehawk 2015-07-25 17:39:19 -04:00
Souryo
b9f0bc069e Inplemented odd oam RAM behavior when address > 8 at the start of a frame - Fixes "Huge Insect" 2015-07-25 17:08:04 -04:00
Souryo
b2b9a5bd8d Adjusted writes to 2004 based on Wiki info 2015-07-25 17:05:56 -04:00
Souryo
b8380352f2 DMC/Sprite DMA interactions, CPU stalling, Controller read corruption 2015-07-25 11:59:18 -04:00
Souryo
b16ddd399d Small PPU tweaks - fixes a couple of tests 2015-07-24 19:20:54 -04:00
Souryo
068fa72e87 Added overscan config 2015-07-23 23:16:31 -04:00
Souryo
fb17e7b154 PPU - Grayscale/Emphasis bit support & fixed behavior when rendering disabled and vram addr in palette range 2015-07-22 22:08:28 -04:00
Souryo
41ae3cdcd2 PAL support (PPU & APU) 2015-07-21 23:05:27 -04:00
Souryo
62d87d6bab Optimizations/cleanup in PPU 2015-07-21 18:18:20 -04:00