Sour
a2637ef2d4
Debugger: Fixed labels getting erased when spamming reload rom shortcut
2025-03-24 22:02:15 +09:00
Sour
18269da46b
SNES: Add support for Sufami Turbo games
2025-01-03 09:18:59 +09:00
Sour
71ecb09ffe
UI: Added Firmwares tab in emulation settings to view/manage firmware files
2024-12-19 20:06:28 +09:00
Sour
7ed5fd5562
NES: Added EPSM support
2024-10-01 20:57:06 +09:00
Sour
c5406773a0
Added WonderSwan support
2024-09-19 21:19:43 +09:00
Sour
d6d0b87c22
Added ColecoVision support
...
Also adds mode 1 (text mode) and mode 3 (multicolor mode) support for the SMS/SG-1000
2024-07-27 14:52:31 +09:00
Sour
13acb3fe42
Added GBA support
2024-03-30 11:42:31 +09:00
Sour
5308983ebb
Added SMS/GG/SG-1000 support
2023-12-14 22:23:27 +09:00
Sour
af2afc4cf7
Reduced CPU usage for HUDs and when paused
2023-10-14 22:15:27 +09:00
Sour
f358ddaabd
Video: Added option to use the software renderer on all platforms
2023-09-29 18:08:57 +09:00
Sour
fea4df8fed
UI: Reduce memory allocations for log window
2023-04-19 23:34:03 -04:00
Sour
452785fee5
PCE: Added support for Games Express CD card/games
2023-04-17 21:29:14 -04:00
Sour
209a8837a1
UI: Added build date to about window
2023-02-14 00:20:01 -05:00
Sour
63bac5d462
macOS: Replace SDL renderer with Avalonia
...
Avoids SDL-related issues until a better solution can be found
2023-02-02 21:33:48 -05:00
Sour
23b43eb984
GB: Refactoring, removed ConsoleType::GameboyColor
2023-01-29 23:05:29 -05:00
Sour
979132391b
Cheats: Fixed mismatch in HashType enums that caused cheat db to not focus on the matching title when opened
2023-01-25 20:37:20 -05:00
Sour
682af6246e
UI: Rename NewUI to UI
2023-01-25 16:03:56 -05:00
Sour
3c05100045
UI: Delete old winforms UI project
2023-01-25 15:49:52 -05: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
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
Sour
faf4d62ef4
GB: Allow picking GB model (original vs color) and using a boot rom
...
+Adds boot rom/sprite ram in hex editor
+Allow colorized GB games in GBC mode
2020-05-26 00:05:35 -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
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
55db5e9fb7
Debugger: Add options to save rom edits (as .sfc or .ips) and generate stripped roms based on CDL data
2020-02-12 20:26:16 -05:00
Sour
d76921e9ce
UI: Added save/load state menus
2020-02-05 21:30:16 -05:00
Sour
3d36c7a27b
UI: Fixed date display on save states
2020-02-05 19:53:18 -05:00
Sour
fa98a0ff4e
Debugger: Fixed deadlocks when switching games/etc with debugger tools opened
2019-10-22 19:53:18 -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
bebc1e04fe
Cheats: Added cheat database (Database by Mighty Mo)
2019-10-14 00:37:10 -04:00
Sour
9aba01ba0c
Added cheat code support (GG & PAR)
2019-10-12 22:40:25 -04:00
Sour
60a8abcbd5
Debugger: Fixed crash when using event viewer in PAL mode
2019-10-08 21:04:32 -04:00
Sour
bbb6be6a9f
Added S-DD1 support
2019-07-31 23:04:30 -04:00
Sour
33cee67e61
Added GSU (Super FX) support
2019-07-30 22:43:32 -04:00
Sour
fe470dd87a
SA-1 support (still missing a few rarely used features)
2019-07-25 22:22:09 -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
ac4b5345f7
Debugger: Added TBL support
2019-03-28 22:45:14 -04:00
Sour
63f6de6a8e
Core: Reset/Power Cycle support (+ fixed power on state for DMA controller)
2019-03-16 12:20:18 -04:00
Sour
c66a63b0f3
Video: Exclusive fullscreen mode support
2019-03-15 11:39:57 -04:00
Sour
0836db643f
UI: Added recent game selection screen
2019-03-14 18:07:25 -04:00
Sour
58af2b136f
UI: Help menu (about, report bug, check for updates)
2019-03-14 12:34:29 -04:00
Sour
99e2e1bf0b
Added pause/resume functionality
2019-03-12 13:13:32 -04:00
Sour
73913e1f0c
Save state support
2019-03-12 09:15:57 -04:00
Sour
fe958a8285
UI: Preferences, shortcut keys, emulation speed, etc.
2019-03-11 17:56:54 -04:00
Sour
f4ad787721
UI: Added support for zip/7z files
2019-03-10 23:45:56 -04:00
Sour
60af2e2f64
UI: Added video options (scale, filters, aspect ratio)
2019-03-10 11:12:50 -04:00
Sour
93e8fd9d5e
Core: Fixed for memory mappings, implemented multiplication register, added logging to help debugging missing functionalities
2019-02-17 14:42:35 -05:00
Sour
691175aaaa
Stop and cleanup properly when closing application (to fix crash)
2019-02-16 01:22:31 -05:00
Sour
6d22b920b8
Debugger: Added hex editor
2019-02-15 21:33:13 -05:00