Commit graph

  • 3aab451076 Debugger: Hex Editor - Give hex editor focus when opening window Sour 2019-05-01 22:39:54 -04:00
  • 87fddaa751 Debugger: Added several configuration options for debugger break behavior Sour 2019-04-30 21:05:53 -04:00
  • 70e595ff37 Debugger: Added CA65 .dbg file integration (labels, comments, CDL) Sour 2019-04-29 20:40:52 -04:00
  • 3e97d7a71d Debugger: Added support for code labels/comments Sour 2019-04-28 22:19:52 -04:00
  • c74253c01e Debugger: Breakpoint improvements/refactoring Sour 2019-04-27 12:10:31 -04:00
  • 2fcbc5b092 Debugger: Added Sprite Viewer tool Sour 2019-04-25 19:49:15 -04:00
  • 02cab97944 Debugger: Breakpoints - Only enable CPU/SPC breakpoints if the matching debugger window is opened (and fix breakpoints not being enabled after power cycle) Sour 2019-04-21 20:37:05 -04:00
  • f0cb8052d7 Debugger: Tile Viewer - Remember options/position/size Sour 2019-04-21 20:18:32 -04:00
  • 1847932b0a Debugger: Tilemap Viewer - Save options and window position/size Sour 2019-04-21 19:07:11 -04:00
  • 51a3e16075 Debugger: Tilemap/Tile viewers - Improved zooming/scrolling Sour 2019-04-21 17:34:27 -04:00
  • 25f00099b0 Debugger: Tilemap Viewer - Don't zoom in selection rectangle when zooming Sour 2019-04-20 23:51:54 -04:00
  • f2b66882f7 Debugger: Trace Logger - Fixed log not displaying the right data when some CPUs were unchecked Sour 2019-04-20 21:55:52 -04:00
  • 6dd2862482 Fixed compilation warning Sour 2019-04-20 21:54:51 -04:00
  • e203d40e6f IRQ: Fixed regression that caused IRQs on H=0 to never fire Sour 2019-04-20 18:52:07 -04:00
  • 2d46dafe0f Debugger: Only allow 1 event viewer window to be opened Sour 2019-04-20 17:10:21 -04:00
  • 7bc96a867d Performance improvements and refactoring for timing changes Sour 2019-04-20 11:46:51 -04:00
  • 984b1be481 Timing improvements (DMA, HDMA, DRAM refresh, CPU cycles) Sour 2019-04-20 09:30:51 -04:00
  • 11937c1ac3 IRQ: Improved IRQ logic (passes demo_irqtest) Sour 2019-04-14 15:22:34 -04:00
  • 927ec46770
    Use C++17 KAMiKAZOW 2019-04-14 10:02:01 +02:00
  • 419deb7720 Debugger: Fixed issues with SPC disassembly/trace logger Sour 2019-04-13 16:52:38 -04:00
  • 7815e3d232 Cart: Fixed infinite loop when trying to load some roms that were not a multiple of 4kb in size Sour 2019-04-12 22:25:59 -04:00
  • adad1055b8 Minor fix for previous delete refactoring commit Sour 2019-04-12 19:06:38 -04:00
  • 9a60878751 Remove unnecessary checks before deleting a pointer Sour 2019-04-12 19:03:54 -04:00
  • dbafe258b2 Debugger: Fixed deadlocks when loading/saving a save state while execution is stopped by the debugger Sour 2019-04-12 18:33:52 -04:00
  • b94212ec63 Linux: Fixed compilation errors/warnings Sour 2019-04-12 17:49:58 -04:00
  • 8dee056dda DMA: Improved DMA/HDMA timing Wait 1 cpu cycle before starting then sync to the next multiple of 8 and sync back to a multiple of a CPU cycle before stopping Sour 2019-04-11 22:34:28 -04:00
  • 7bb0910607 HDMA: Set DoTransfer flag to true for all 8 HDMA channels during init if at least 1 HDMA channel is active (Fixed "Ladida_lol" test) Sour 2019-04-11 19:55:06 -04:00
  • 9d90fb9e52 PPU: Fixed issue with rendering when register write was on cycle 278 (caused a flickering scanline in Wild Guns) Sour 2019-04-11 19:39:40 -04:00
  • bc706a0fda PPU: Color window must be applied regardless of whether or not color math is enabled Sour 2019-04-11 18:34:58 -04:00
  • 87f0528f2e Debugger: Display the real HClock value in the debugger window (instead of calculating it) Sour 2019-04-10 22:46:26 -04:00
  • 3715e844c0 PPU: Skip frames while fast forwarding to improve maximum speed (no impact on emulation accuracy) Sour 2019-04-10 22:32:28 -04:00
  • e8a4168c82 PPU: Improved timings (removed 341th dot, fixed issue where V+H IRQ was never triggered at scanline 240, dot 0 Sour 2019-04-10 21:38:10 -04:00
  • 1cd9acf9e6 Registers: Minor open bus improvements Sour 2019-04-10 20:45:59 -04:00
  • c50a8f1697 Added mappings for some specific carts (BSX cartridges) Sour 2019-04-10 18:45:49 -04:00
  • 3205a6bcc2 PPU: Fixed color math regression (fixes SMW) Sour 2019-04-10 16:23:02 -04:00
  • bd2b9a1132 PPU: Fixed IRQs to trigger whenever the signal transitions from low to high (+ some refactoring) Sour 2019-04-10 16:04:55 -04:00
  • 6012e3f840 PPU: Fixed draw logic when turning hires modes on/off during a scanline Sour 2019-04-08 15:15:13 -04:00
  • 08bb79f8cd Cart: Fixed rom header being copied from the wrong address when rom has copier header Sour 2019-04-08 11:16:47 -04:00
  • 6582dfe0af Debugger: Trace Logger - Fixed infinite loop when opening up the trace logger Sour 2019-04-08 11:01:32 -04:00
  • 2ac5dc7b9e PPU: $4200 writes should immediately trigger an IRQ on the current scanline if horizontal IRQs are disabled (fixes test_irq4200) Sour 2019-04-08 10:17:14 -04:00
  • 41af179c61 PPU: Even/Odd flag should change at the end of vblank, not at the start Sour 2019-04-08 10:16:12 -04:00
  • b677bba57b PPU: Apply color window clipping to all pixels (?) Sour 2019-04-07 23:19:33 -04:00
  • 3595614df5 PPU: Moved sprite processing to cycle 285 (fixes Mega Lo Mania opening) Sour 2019-04-07 22:41:40 -04:00
  • 5f3e9e25aa Debugger: Fixed event viewer being offset by 1 scanline Sour 2019-04-07 22:35:19 -04:00
  • d319f37963 PPU: Enabling NMI during vblank should trigger an NMI Sour 2019-04-07 20:18:02 -04:00
  • 7619ff83c9 Debugger: Fixed scrolling issue when updating code viewer without updating active address Sour 2019-04-07 18:16:52 -04:00
  • 94b79c6527 Debugger: SPC - Fixed "Break In" using CPU cycles in the SPC debugger Sour 2019-04-07 18:05:14 -04:00
  • ad4cef9afa Debugger: Display address/value in disassembly window Sour 2019-04-07 17:57:30 -04:00
  • d7c487aadc Debugger: Trace Logger - Allow logging either SPC or CPU, or both Sour 2019-04-07 16:10:23 -04:00
  • f0d4e6deeb Debugger: Seperate watch entries for CPU vs SPC Sour 2019-04-07 15:03:41 -04:00
  • 35476426c0 Debugger: SPC watch and conditional breakpoints Sour 2019-04-07 14:38:22 -04:00
  • d89f4ba0cb Debugger: SPC debugger/breakpoints/call stack Sour 2019-04-07 12:25:14 -04:00
  • f8392d2f65 Debugger: SPC trace logging Sour 2019-04-06 17:38:14 -04:00
  • 82a0722167 Debugger: Refactor disassembly code (wip) Sour 2019-04-06 09:15:19 -04:00
  • 407f72aafc Debugger: Prevent debugger tools from affecting the dma nmi/irq delay flag Sour 2019-04-06 09:14:49 -04:00
  • b1d1a3f466 Debugger: Greatly reduced memory usage when debugger tools are opened Sour 2019-04-05 00:02:43 -04:00
  • 02fa095a91 Debugger: Fixed crash when disassembling while CPU is waiting on an interrupt Sour 2019-04-04 23:50:39 -04:00
  • 1fdfe1dcf7 Debugger: Tile viewer - Update viewer when options change while emulation is paused Sour 2019-04-04 23:01:55 -04:00
  • 55e0df7289 PPU: Reset OAM address when writing to $2100 on the first scanline of vblank (during forced blank only) Sour 2019-04-04 21:04:03 -04:00
  • a36708fe7b Save states: Fixed serializer class to avoid breaking save states every time a new value need to be added Sour 2019-04-04 20:58:20 -04:00
  • 42379b26d1 PPU: Approximate OAM write behavior during HBlank (fixes Uniracers) Sour 2019-04-04 20:46:29 -04:00
  • ec306ce406 IRQ: Enabling vertical irqs on the scanline that matches the settings should trigger an IRQ right away Sour 2019-04-04 17:50:23 -04:00
  • 260e0f089d DMA: Implement NMI/IRQ handler delay after DMA/HDMA Sour 2019-04-04 17:49:47 -04:00
  • 8377e62a9f Cart: Fixed RAM mirroring when size is smaller than 4KB Sour 2019-04-03 20:07:47 -04:00
  • 08cdaffeb1 Cart: Added support for ExHiROM boards Sour 2019-04-03 19:22:34 -04:00
  • 9c46823522 PPU: Fixed visible sprites not being shown in some scenarios Sour 2019-04-02 23:46:14 -04:00
  • 60468d10e1 PPU: Apply color math to subpixels in hires modes Sour 2019-04-02 23:44:00 -04:00
  • 1e89404d67 PPU: Fixed 1 line being missing when overscan mode is off Sour 2019-04-02 21:56:48 -04:00
  • bab17ae077 UI: Fixed "Show FPS" always being unchecked after starting the application Sour 2019-04-02 20:47:24 -04:00
  • b8352ddd8f PPU: Fixed offset-per-tile mode when horizontal scroll offset is not 0 Sour 2019-04-02 20:43:41 -04:00
  • e29f673fdd Updated readme to link to dev builds on appveyor Sour 2019-04-02 18:24:42 -04:00
  • 5a006d6ff8 Cart: Improved mirroring logic for games that aren't a power of 2 in size Sour 2019-04-02 18:24:28 -04:00
  • f1cbbb02f5 Builds: Fixed auto-build compilation error Sour 2019-04-02 17:34:29 -04:00
  • 014e7851b0 UI: Fixed case sensitivity issues for Linux Sour 2019-04-01 18:22:43 -04:00
  • 7d37cb3362 UI: Force English resources (prevents crash on non-English OSes) Sour 2019-04-01 07:12:07 -04:00
  • b6cb94c8ec UI: Fixed filter for file open dialog Sour 2019-03-31 20:53:06 -04:00
  • ed38bacbbd UI: Fixed filter for file open dialog 0.1.0 Sour 2019-03-31 20:53:06 -04:00
  • adcb6257f8 Make project 64-bit for now (32-bit DLL bindings don't work properly) Sour 2019-03-31 20:03:56 -04:00
  • b03710db28 Debugger: Fixed line selection issue when stepping on a RTS/RTL instruction Sour 2019-03-31 20:03:22 -04:00
  • 3059d68647 Debugger: Refresh UI only when the code break was caused by user action (rather than an API call) Sour 2019-03-31 20:02:52 -04:00
  • 08b1388cbd Debugger: Limit refresh to ~100 FPS on all debugger windows (to reduce chances of UI locking up at max speed) Sour 2019-03-31 20:02:10 -04:00
  • 2725534842 Fixed compilation warning Sour 2019-03-31 17:47:32 -04:00
  • ee709edbfa Updated version info and readme Sour 2019-03-31 17:47:11 -04:00
  • 015e530cd6 Removed unused projects from solution Sour 2019-03-31 17:29:38 -04:00
  • 08e18841e3 Input: Update controller types before loading state Sour 2019-03-31 16:20:28 -04:00
  • 7e011d822e UI: Display messages when loading roms/patches Sour 2019-03-31 15:59:13 -04:00
  • 2dd3d1980d Save States: Changed extension to mss to distinguish from Mesen's save states Sour 2019-03-31 15:58:59 -04:00
  • aed2325608 Added IPS/BPS file support (and auto-patching) Sour 2019-03-31 15:51:13 -04:00
  • 45445681fe UI: Minor tweaks/fixes to main window Sour 2019-03-31 15:15:35 -04:00
  • 4aca501ab8 Fixed crash when exiting Sour 2019-03-31 15:15:25 -04:00
  • f389378218 Add readme/license Sour 2019-03-31 14:50:20 -04:00
  • e1c7e7b9c4 Linux: Fixed build/makefile and compilation errors/warnings (and add missing files to git) Sour 2019-03-31 14:50:12 -04:00
  • ace5321598 Debugger: Fixed event viewer display when overscan mode is off Sour 2019-03-31 10:40:54 -04:00
  • a3600baf27 UI: Hide some unimplemented options Sour 2019-03-31 09:50:11 -04:00
  • 5b2476fde1 PPU: Mosaic improvements (still incorrect) Sour 2019-03-31 09:38:47 -04:00
  • 2cd02c3dcc Debugger: Add show byte code option Sour 2019-03-31 09:22:01 -04:00
  • 65fff98f1c Debugger: Save window position/size + move debugger options Sour 2019-03-31 09:11:56 -04:00
  • 2209c8acc2 Debugger: Added font config options Sour 2019-03-31 00:20:54 -04:00
  • bc891d6408 Debugger: Added tooltip icon for watch box Sour 2019-03-30 23:44:45 -04:00
  • 341656e699 Debugger: Fixed read word with expressions returning lower byte only Sour 2019-03-30 23:44:35 -04:00