Commit graph

40 commits

Author SHA1 Message Date
NovaSquirrel
c0e249e993 Revert "Merge branch 'reformat_code'"
This reverts commit daf3b57e89, reversing
changes made to 7a6e0b7d77.
2021-03-10 11:13:28 -05:00
Vladimir Kononovich
3764af908f Reformat Core (Resharper) 2020-12-19 23:30:09 +03: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
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
bdecd6270b Debugger: GB - Allow saving rom modifications as .gb or .ips files 2020-06-06 22:34:40 -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
65cfa2ec03 Debugger: Added option to auto-reset CDL 2020-02-26 21:45:49 -05:00
Sour
3da787b88f BS-X: Allow memory packs in other cartridges 2020-02-22 17:42:18 -05:00
Sour
cf909b56d8 Added BS-X support
WIP - Still some issues and missing some features (e.g date/time support)
2020-02-19 23:53:34 -05:00
Sour
b856f615d1 Added SPC7110 support 2020-02-16 21:11:01 -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
fde27d6115 Cart: Region code 0x12 is PAL
Fixes Tintin in Tibet loading up as NTSC
2019-12-28 09:18:40 -05:00
Sour
0214a4e25f Added power on RAM state overrides for problematic games 2019-12-12 22:14:55 -05:00
Sour
bd6295d931 NEC DSP: Try to load the firmware from the rom file, if it exists 2019-10-26 17:47:57 -04:00
Sour
df79dc9cc1 SPC: Added support for SPC file playback 2019-10-19 15:38:34 -04:00
Sour
0cd378c92d CX4 support (+ trace logger) 2019-08-03 23:43:51 -04:00
Sour
bf9ed6a5c0 GSU: Only load/save battery files if the header has the battery flag set 2019-07-31 23:32:16 -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
38e4403b79 Added ST010/ST011 support 2019-07-16 00:34:44 -04:00
Sour
add1523e31 Refactor code for memory mappings 2019-07-15 18:30:13 -04:00
Sour
c9405d7ba3 DSP: Added support for DSP-1/2/3/4 games (LLE - requires bios file) 2019-07-14 21:45:12 -04:00
Sour
95d0c5a910 Fixed some uninitialized variables
+ Fixed rare crash when calling Stop()
2019-07-13 13:43:56 -04:00
Sour
f282675003 Initialize all ram (vram, cgram, oam, work ram, save ram) based on ram power on state setting 2019-07-06 14:25:51 -04:00
Sour
03848580a5 Carts: Fixed Ongaku Tsukuru Kanadeeru using the wrong mappings due to it using an exception not meant for that cart 2019-07-05 21:27:45 -04:00
Sour
c50a8f1697 Added mappings for some specific carts (BSX cartridges) 2019-04-10 18:45:49 -04:00
Sour
08cdaffeb1 Cart: Added support for ExHiROM boards 2019-04-03 20:07:11 -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
63f6de6a8e Core: Reset/Power Cycle support (+ fixed power on state for DMA controller) 2019-03-16 12:20:18 -04:00
Sour
73913e1f0c Save state support 2019-03-12 09:15:57 -04:00
Sour
0d70e9be28 Cart: Ignore copier headers if they exist 2019-03-11 00:37:31 -04:00
Sour
9a0624b948 Cart: Improved logic used to find header and select between cart types 2019-03-08 20:18:13 -05:00
Sour
fb9ff3df79 Display (some) cart information on load 2019-03-02 21:17:45 -05:00
Sour
4ee2c42663 Memory manager refactoring 2019-02-26 22:27:09 -05:00
Sour
853821de2f Cart: Save/load .srm save ram files 2019-02-24 20:04:59 -05:00
Sour
97c7d06156 Fixed throw syntax 2019-02-21 18:18:25 -05: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
e257db4def Fixed memory leaks 2019-02-16 01:16:57 -05:00
Sour
6d22b920b8 Debugger: Added hex editor 2019-02-15 21:33:13 -05:00