Commit graph

916 commits

Author SHA1 Message Date
Sour 89199f298a Debugger: GB - Fixed some issues with breaking not working properly in some scenarios 2020-07-08 21:25:23 -04:00
Sour e47f0b8feb Debugger: Lua - Allow regular start/end frame events to work normally when in GB-only mode
Allows reusing identical scripts between both GB and SNES modes
2020-07-08 21:07:00 -04:00
Sour f701459421 Debugger: Added AF/BC/DE/HL aliases for expressions 2020-07-08 21:02:26 -04:00
Sour 8ebe0401f7 Debugger: Code refactoring (disassembler)
+ Fixed some issues when switching between different coprocessors while debug windows are opened
2020-07-07 22:33:47 -04:00
Sour 98fe9a85d6 PPU: Fixed mosaic display when reading/writing to PPU registers in the middle of a scanline 2020-07-05 16:21:26 -04:00
Sour 1d27867ddd Linux/Libretro: Fixed GCC build 2020-07-03 23:38:02 -04:00
Sour 1047860be7 Debugger: GB - Fixed memory mappings display when boot rom is active 2020-07-03 16:41:44 -04:00
Sour 7a6b600d34 Debugger: Fixed break on power on not working as expected for GB games
Can't step 1 ppu cycle on GB because LCD is disabled at power on
2020-07-03 16:23:19 -04:00
Sour 071f634f94 Debugger: Register Viewer - Fixed incorrect label for GB APU 2020-07-03 16:18:53 -04:00
Sour 909e75a5ec Debugger: Fixed trace logger refreshing when no changes
+ Fixed byte coloring in hex viewer for GB games
2020-07-03 16:18:03 -04:00
Sour eb89559f4f Debugger: Trace Logger - Fixed dead lock on power cycle when trace logger is opened 2020-07-03 16:12:24 -04:00
Sour b17fdc49c6 Debugger: GB - Added effective address for (hl)/(bc)/(de) op codes 2020-07-03 15:45:07 -04:00
Sour 6da1295696 Debugger: GB - Fixed $E8 being marked as an invalid OP instead of $EB 2020-07-03 14:33:47 -04:00
Sour 973ac9915c Debugger: Linux - Fixed issues with selection/shift key in hex editor 2020-07-03 14:24:18 -04:00
Sour 4c4d3c75d6 Debugger: GB - Fixed crash when debugger accessed APU registers while running 2020-07-03 14:15:31 -04:00
Sour 15f2ee6012 GBC: Fixed FF4D reads in GBC mode (regression) 2020-07-03 12:57:36 -04:00
Sour 89cc438a6e Debugger: GB Tilemap Viewer - Change buttons to "9800" and "9C00" instead of BG and Window 2020-07-03 11:26:46 -04:00
Sour af49013e92 GBC: Fixed GDMA timing (setup should only be done once, not once per block) 2020-07-03 11:08:31 -04:00
Sour ff1848857c Debugger: Tile Viewer - Added background color option 2020-07-03 11:06:22 -04:00
Sour d4f0b34605 Debugger: GB - Properly implemented vram/oam breakpoints
+ Fixed access counters in gameboy-only mode
2020-07-03 10:06:40 -04:00
Sour a22302134d GBC: Improved IO port behavior
Fixes unused_hwio-C test, and allows aevilia to run
2020-07-03 00:39:11 -04:00
Sour a15b22a05a PPU: Fixed color math logic for high res mode when processed in the middle of a scanline
+ Minor refactoring for performance
2020-07-02 10:42:42 -04:00
Sour 3d421806fb Audio: Do not enable cubic interpolation by default 2020-07-02 10:34:41 -04:00
Sour 8ae115c430 UI: Added help shortcuts to main window and script window 2020-06-30 16:51:16 -04:00
Sour bfaff15dda Docs: First version of documentation 2020-06-30 16:51:13 -04:00
Sour 3ac5aeaf4a GB: Fixed power off displaying the last GB frame when LCD blending is turned on 2020-06-30 16:50:58 -04:00
Sour cece3a3a14 ZIP: Fixed recent game not loading when filename stored in zip file was not UTF-8 2020-06-30 16:50:29 -04:00
Sour 6f768eae91 Debugger: Register Viewer - Fixed echo delay display for DSP 2020-06-27 11:53:03 -04:00
Sour b671d9f26c Debugger: Fixed SPC debugger not showing the disassembled code 2020-06-26 21:59:34 -04:00
Sour 1f620b2652 Debugger: Fixed incorrect memory type mapping in msl file import logic 2020-06-26 21:40:21 -04:00
Sour 83ecd8544b SGB: Mute SGB sound if SPC is muted 2020-06-24 19:20:55 -04:00
Sour a963b5fd61 SA1: Fixed crash with SA1 games that have no cart/save ram
Debugger would crash while disassembling
2020-06-24 19:07:54 -04:00
Sour 884aa1abcc Minor performance improvements (5-15%) 2020-06-24 18:43:49 -04:00
Sour 4ac7b21878 Debugger: Added debug log window
This currently logs uninitialized memory reads (main CPU, SA1 & GB) + SGB packets
2020-06-23 18:34:03 -04:00
Sour 73afbc3623 Libretro: Added alternative GB/SGB boot rom filenames to match mGBA/Gambatte naming convention 2020-06-23 14:59:12 -04:00
Sour 1434819830 GB: Added per-channel volume settings 2020-06-22 22:28:37 -04:00
Sour fed989f216 Libretro: Added .bs files to support ext. list
+ Changed expected bios filename to match snes9x
2020-06-22 20:18:45 -04:00
Sour 11795f7f51 Libretro: Fixes to GB/GBC memory map 2020-06-22 19:21:22 -04:00
Sour 06135f10de GB: Added palette configuration options
+ Split GB options to a separate window
2020-06-22 19:12:25 -04:00
Sour ef930104e6 GB: Added options to emulate LCD blending and GBC LCD colors 2020-06-20 23:20:03 -04:00
Sour 084bb70402 GB: Make invalid op codes freeze cpu 2020-06-20 21:37:26 -04:00
Sour d0ec40be37 GB: Fixed serial control behavior (bit 7 is cleared after transfer)
Fixes freeze in Renju Club
2020-06-20 18:08:24 -04:00
Sour cf745e1faf Linux: Fixed monospace font to use "monospace"
Matches recent Mesen-side change
2020-06-20 14:35:51 -04:00
Sour 42015e9f8c UI: Added shortcuts to start/stop recording video/audio/movies 2020-06-20 14:08:07 -04:00
Sour d8b91efd65 SGB2: Try to load sgb2_boot.bin instead of sgb_boot.bin when using SGB2 2020-06-19 21:25:46 -04:00
Sour 9213714ce7 SGB: Don't randomize ram every time GB is reset by SGB 2020-06-19 18:53:49 -04:00
Sour 52259d13e7 Libretro: Added GB/GBC memory map for achievements 2020-06-18 23:35:52 -04:00
Sour e310ff30d8 SGB: Use GB/GBC mode if SGB bios rom cannot be found/loaded 2020-06-18 22:42:51 -04:00
Sour 6592805fc0 SGB: Added SGB2 support
+ Change name for SGB bios file
2020-06-18 22:22:46 -04:00
Sour d204485153 Added Super Game Boy support
Missing support for SGB2's timings and still needs a few tweaks and more testing
2020-06-18 00:58:39 -04:00