Commit Graph

221 Commits

Author SHA1 Message Date
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
Souryo
9db31231ec Fixed InteropEmu.DisplayMessage declaration 2015-07-20 23:33:23 -04:00
Souryo
bbad798717 Fixed filenames being converted to lower case 2015-07-20 23:32:52 -04:00
Souryo
cc67a333c5 Fixed SRAM bug when closing emulator (FolderUtilities would get destroyed before Console, which caused a crash while trying to save the .sav file) 2015-07-20 23:20:41 -04:00
Souryo
97e36a1e27 Optimized Length Counter "NeedToRun" 2015-07-19 22:24:56 -04:00
Souryo
95c0ab9047 IRQ/NMI timing fixed (Dragon Quest 3 was still broken) + code cleanup 2015-07-19 22:09:24 -04:00
Souryo
ac0d84171a Cheats - Add checkbox for custom cheats' compare value 2015-07-19 20:02:07 -04:00
Souryo
3362911a4d Fixed active statement selection in debugger 2015-07-19 15:01:03 -04:00
Souryo
4745c740b6 Fixed IRQ/BRK timing issue, not quite right yet, but fixes Dragon Quest 3 2015-07-19 15:00:29 -04:00
Souryo
841b1f576c Breakpoints in debugger (partial, can only add exec breakpoints) 2015-07-19 11:55:53 -04:00
Souryo
84f735b6a4 Improved APU accuracy - passes most APU tests 2015-07-19 01:30:13 -04:00
Souryo
af749cb6ad Unofficial op codes (partially) implemented 2015-07-18 14:53:15 -04:00
Souryo
42d5e43343 Show FPS & Limit FPS options are now saved to settings file 2015-07-17 21:18:57 -04:00
Souryo
266ca82a06 Added basic audio settings 2015-07-17 20:58:57 -04:00
Souryo
d70010f324 Run APU every 1 CPU clock 2015-07-16 16:55:16 -04:00
Souryo
444db81dfc Added reset/savestate support to APU 2015-07-14 23:35:30 -04:00
Souryo
3dfacb7289 Potential fix for a crash that sometimes very rarely occurred when loading the emulator 2015-07-14 21:53:01 -04:00
Souryo
ebf35e52ed Input config - Fixed crash when trying to set a new key 2015-07-14 21:52:30 -04:00
Souryo
9b661fcbb5 Fixed PGOHelper (broken by UTF-8 string changes) 2015-07-14 21:52:08 -04:00
Souryo
c810b4802a Moved FPS counter to renderer, instead of emulation core (gained ~20 fps) 2015-07-14 21:51:39 -04:00
Souryo
e5fe396ffb Proper APU emulation (no longer using a library for it, except BlipBuffer) - Not finished need to implement save states & reset behavior 2015-07-14 21:50:42 -04:00
Souryo
bb52c3f69c Removed all code from header files (Utilities project) 2015-07-11 10:01:06 -04:00
Souryo
e7e77ccfa7 Converted all wide strings to utf8 strings
Fixed exception throwing to be standard
2015-07-11 08:27:22 -04:00
Souryo
e70448820c Input mapping support + Fourscore support + Turbo buttons 2015-07-10 21:07:24 -04:00
Souryo
0c91a15fa0 -Added x64 build
-Rearranged build folders to be cleaner
-Required resource files are automatically copied to the output folder
2015-07-06 21:31:32 -04:00
Souryo
3cf441b6c9 Fixed debugger (wasn't triggering execute breakpoints) 2015-07-05 22:28:17 -04:00