Commit graph

234 commits

Author SHA1 Message Date
Sour
d7c487aadc Debugger: Trace Logger - Allow logging either SPC or CPU, or both 2019-04-07 16:10:23 -04:00
Sour
35476426c0 Debugger: SPC watch and conditional breakpoints 2019-04-07 14:38:22 -04:00
Sour
d89f4ba0cb Debugger: SPC debugger/breakpoints/call stack 2019-04-07 12:25:14 -04:00
Sour
f8392d2f65 Debugger: SPC trace logging 2019-04-06 17:38:14 -04:00
Sour
82a0722167 Debugger: Refactor disassembly code (wip) 2019-04-06 09:15:19 -04:00
Sour
407f72aafc Debugger: Prevent debugger tools from affecting the dma nmi/irq delay flag 2019-04-06 09:14:49 -04:00
Sour
b1d1a3f466 Debugger: Greatly reduced memory usage when debugger tools are opened 2019-04-05 00:02:43 -04:00
Sour
02fa095a91 Debugger: Fixed crash when disassembling while CPU is waiting on an interrupt 2019-04-04 23:50:39 -04:00
Sour
55e0df7289 PPU: Reset OAM address when writing to $2100 on the first scanline of vblank (during forced blank only) 2019-04-04 21:04:03 -04:00
Sour
a36708fe7b Save states: Fixed serializer class to avoid breaking save states every time a new value need to be added 2019-04-04 20:58:20 -04:00
Sour
42379b26d1 PPU: Approximate OAM write behavior during HBlank (fixes Uniracers) 2019-04-04 20:46:29 -04:00
Sour
ec306ce406 IRQ: Enabling vertical irqs on the scanline that matches the settings should trigger an IRQ right away 2019-04-04 17:50:23 -04:00
Sour
260e0f089d DMA: Implement NMI/IRQ handler delay after DMA/HDMA 2019-04-04 17:49:47 -04:00
Sour
8377e62a9f Cart: Fixed RAM mirroring when size is smaller than 4KB 2019-04-03 20:07:47 -04:00
Sour
08cdaffeb1 Cart: Added support for ExHiROM boards 2019-04-03 20:07:11 -04:00
Sour
9c46823522 PPU: Fixed visible sprites not being shown in some scenarios 2019-04-02 23:46:14 -04:00
Sour
60468d10e1 PPU: Apply color math to subpixels in hires modes 2019-04-02 23:44:00 -04:00
Sour
1e89404d67 PPU: Fixed 1 line being missing when overscan mode is off 2019-04-02 21:56:48 -04:00
Sour
b8352ddd8f PPU: Fixed offset-per-tile mode when horizontal scroll offset is not 0 2019-04-02 20:43:41 -04:00
Sour
5a006d6ff8 Cart: Improved mirroring logic for games that aren't a power of 2 in size 2019-04-02 18:24:28 -04:00
Sour
b03710db28 Debugger: Fixed line selection issue when stepping on a RTS/RTL instruction 2019-03-31 20:03:22 -04:00
Sour
3059d68647 Debugger: Refresh UI only when the code break was caused by user action (rather than an API call) 2019-03-31 20:02:52 -04:00
Sour
2725534842 Fixed compilation warning 2019-03-31 17:47:32 -04:00
Sour
08e18841e3 Input: Update controller types before loading state 2019-03-31 16:20:28 -04:00
Sour
7e011d822e UI: Display messages when loading roms/patches 2019-03-31 15:59:13 -04:00
Sour
2dd3d1980d Save States: Changed extension to mss to distinguish from Mesen's save states 2019-03-31 15:58:59 -04:00
Sour
aed2325608 Added IPS/BPS file support (and auto-patching) 2019-03-31 15:51:13 -04:00
Sour
e1c7e7b9c4 Linux: Fixed build/makefile and compilation errors/warnings (and add missing files to git) 2019-03-31 14:50:12 -04:00
Sour
ace5321598 Debugger: Fixed event viewer display when overscan mode is off 2019-03-31 10:41:23 -04:00
Sour
5b2476fde1 PPU: Mosaic improvements (still incorrect) 2019-03-31 09:38:47 -04:00
Sour
341656e699 Debugger: Fixed read word with expressions returning lower byte only 2019-03-30 23:44:35 -04:00
Sour
7226e7dbe0 Debugger: Fixed performance issue when adding multiple breakpoints 2019-03-30 23:17:32 -04:00
Sour
aeddd1751d Debugger: Added break in/on features 2019-03-30 22:58:57 -04:00
Sour
351fc39e4b Debugger: Disable debug menus when no game is running (and close all debug windows when stopping emulation) 2019-03-30 22:41:37 -04:00
Sour
4402be3c52 Debugger: Improved usability and added shortcuts/features 2019-03-30 21:51:41 -04:00
Sour
b37eff42ab HDMA: Revert change that disabled HDMA during forced blank (this is apparently not accurate, since it breaks MQ) 2019-03-30 19:31:13 -04:00
Sour
5de1430841 Debugger: Several tilemap viewer improvements 2019-03-30 18:17:41 -04:00
Sour
d7b2d3af6a Debugger: Improved tile viewer performance 2019-03-30 12:20:52 -04:00
Sour
2100ddb712 Debugger: Improved tilemap viewer performance 2019-03-30 11:52:15 -04:00
Sour
7e4a141b7b SPC: Fixed potential overflow problem when running for a very long time 2019-03-29 22:13:22 -04:00
Sour
3261f8bcfa Debugger: Add read/write/exec/etc highlighting to memory tools 2019-03-28 22:45:04 -04:00
Sour
41ee29d650 Debugger: Improved memory tools performance 2019-03-28 22:45:01 -04:00
Sour
f25a3d1450 PPU: Fixed mode 7 window being enabled when it shouldn't have been 2019-03-26 19:24:21 -04:00
Sour
53de61ba90 HDMA: Fixed timings on HDMA initalization (and fixed regression that caused DRAM refresh to not longer occur) 2019-03-26 19:07:06 -04:00
Sour
c7326e626f Debugger: Fixed PC value for event viewer tooltips 2019-03-25 23:48:20 -04:00
Sour
d45169a217 PPU: Output black color during forced blank 2019-03-25 23:46:02 -04:00
Sour
713b83c1fb HDMA: Improved HDMA init timing (and fixed potential problems caused by running it in the middle of a PPU cycle) 2019-03-25 22:59:18 -04:00
Sour
e0b0ac3a96 HDMA should not be run during forced blank 2019-03-25 20:34:10 -04:00
Sour
e34a1c81cd PPU: Apply windows to mode 7 2019-03-25 19:10:39 -04:00
Sour
664c984a9d HDMA: Decrement flag is ignored for HDMA transfers 2019-03-25 18:29:37 -04:00