Commit graph

86 commits

Author SHA1 Message Date
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
Sour
9b1f6ef3f9 Debugger: GB - Added uninit read break option 2020-06-06 23:12:03 -04:00
Sour
9c4fb9c45c Debugger: GB - Added assembler tool 2020-06-06 22:27:54 -04:00
Sour
4db6c08822 Debugger: GB - Added sprite viewer 2020-06-01 23:36:18 -04:00
Sour
134c28ed9f GB: Replace scanline renderer with pixel renderer
Probably still not very accurate
2020-05-21 20:57:00 -04:00
Sour
5f055110fa Added Game Boy support
CPU/APU are decent - PPU is still just a scanline renderer
No Super Game Boy support yet
2020-05-18 16:11:08 -04:00
Sour
009f3f8d46 UI: Disable netplay/movies when runahead is enabled
There are issues with both features when runahead is enabled
2020-04-16 20:49:54 -04:00
Sour
dade91a189 Debugger: Added CX4 debugger 2020-02-24 22:00:52 -05:00
Sour
2e8a13e920 Debugger: Added DSP debugger 2020-02-23 22:24:58 -05:00
Sour
483ffe1143 UI: Added reload rom option
Same as Mesen - Power Cycle no longer resets changes done to PRG.  Reload ROM must be used when reloading the rom from the disk is needed.
+ Fixed some issues with reset and power cycle not pausing emulation when the option to pause when turned on
2020-02-22 20:54:07 -05:00
Sour
b62a0a3960 Debugger: Added assembler tool 2020-02-11 22:20:08 -05:00
Sour
b68aaefd7e Debugger: Added "mark selection as" shortcuts in debugger & memory tools 2020-02-08 22:30:54 -05:00
Sour
0cf94db654 Debugger: Added performance profiler tool 2020-02-08 17:08:33 -05:00
Sour
d76921e9ce UI: Added save/load state menus 2020-02-05 21:30:16 -05:00
Sour
b53fcbfc46 UI: Fixed some forms being shown behind current form when option to display window on top is enabled 2020-02-01 12:39:23 -05:00
Sour
7921370937 UI: Hide mouse cursor after exiting pause 2019-12-24 15:22:55 -05:00
Sour
07a5962dab Linux: Fixed some UI color issues 2019-10-26 19:49:10 -04:00
Sour
df763abe20 UI: Allow 1 line of OSD to show below game selection screen 2019-10-26 15:06:07 -04:00
Sour
4f98329f33 UI: Allow recent game selection screen to display 4 or 9 titles based on window size 2019-10-24 18:09:35 -04:00
Sour
fa98a0ff4e Debugger: Fixed deadlocks when switching games/etc with debugger tools opened 2019-10-22 19:53:18 -04:00
Sour
4f22eefa21 Netplay: Added support for netplay 2019-10-20 21:23:48 -04:00
Sour
207282ed1e Added support for automated testing 2019-10-16 20:22:45 -04:00
Sour
201020b6f9 Updates: Avoid Application.Exit usage, attempt to kill existing processes before upgrade 2019-10-14 15:04:26 -04:00
Sour
9aba01ba0c Added cheat code support (GG & PAR) 2019-10-12 22:40:25 -04:00
Sour
8beeecbd8f UI: Added load random game shortcut 2019-10-11 19:24:04 -04:00
Sour
9ec6b5f409 UI: Added option to disable game selection screen 2019-10-11 18:37:33 -04:00
Sour
af175616cd Debugger: Added Register Viewer tool 2019-10-10 23:54:38 -04:00
Sour
5fc7118811 Video: Added basic blending option for high resolution modes to allow some transparency effects to display properly 2019-10-07 22:38:19 -04:00
Sour
8ee5bd5a10 UI: Prevent windows from appearing outside the available screens when restoring their position 2019-10-06 19:58:56 -04:00
Sour
ed4a0e60e8 Added movies recording/playback support 2019-08-09 16:25:59 -04:00
Sour
33cee67e61 Added GSU (Super FX) support 2019-07-30 22:43:32 -04:00
Sour
79ce1875c8 Debugger: Fixed debug workspace not being saved when closing main window 2019-07-25 22:59:48 -04:00
Sour
fe470dd87a SA-1 support (still missing a few rarely used features) 2019-07-25 22:22:09 -04:00
Sour
46a02d4a9a UI: Fixed UI crash at startup when starting emulator via file associations/etc. 2019-07-19 09:02:47 -04:00
Sour
cf33b464d8 Version Update: 0.2.0 2019-07-18 21:26:21 -04:00
Sour
22ed5f31d8 Linux: Fixed crashes/lock ups when closing while debugger is opened 2019-07-18 18:35:14 -04:00
Sour
71ddf2bf1c Refactoring: Renamed "bios" to "firmware" 2019-07-17 22:14:13 -04:00
Sour
aa5e26855c UI: Added prompt for firmware files when loading a game that requires one 2019-07-17 22:08:41 -04:00
Sour
25968c48b5 UI: Disabled some menus when no game is loaded 2019-07-17 20:49:39 -04:00
Sour
1ea156ee36 UI: Added pause/background/volume related options 2019-07-17 20:31:29 -04:00
Sour
53e24fd787 UI: Fixed data migration issues 2019-07-16 22:19:13 -04:00
Sour
c96e37145f UI: Fixed rendering issues on startup
+ Improved load-up for recent games to not appear glitched for a split second
2019-07-16 19:08:16 -04:00
Sour
3bfc69e2f1 Debugger: Lua scripting support 2019-05-12 21:18:22 -04:00
Sour
23b6ca9e64 Updates: Check for updates on startup if the option is enabled 2019-05-11 22:08:30 -04:00
Sour
2fcbc5b092 Debugger: Added Sprite Viewer tool 2019-04-25 19:49:15 -04:00
Sour
d89f4ba0cb Debugger: SPC debugger/breakpoints/call stack 2019-04-07 12:25:14 -04:00
Sour
bab17ae077 UI: Fixed "Show FPS" always being unchecked after starting the application 2019-04-02 20:47:24 -04:00
Sour
aed2325608 Added IPS/BPS file support (and auto-patching) 2019-03-31 15:51:13 -04:00
Sour
45445681fe UI: Minor tweaks/fixes to main window 2019-03-31 15:15:35 -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