Vicki Pfau
|
67e03bda91
|
GBA I/O: Fix writing to DISPCNT CGB flag (fixes #902)
|
2018-01-14 21:03:10 -08:00 |
Vicki Pfau
|
7792960587
|
CMake: Enforce -pthread for C++ (fixes #909)
|
2018-01-14 19:30:27 -08:00 |
Vicki Pfau
|
199e3ef4ad
|
Core: Fix crash if cheat autosave fails
|
2018-01-14 19:24:24 -08:00 |
Vicki Pfau
|
d30d892452
|
Core: Fix ROM patches not being unloaded when disabled (fixes #962)
|
2018-01-14 19:24:09 -08:00 |
Vicki Pfau
|
38e3dbc0fc
|
GBA Memory: Matrix Memory support
|
2018-01-14 10:54:54 -08:00 |
Vicki Pfau
|
cee6569bde
|
Libretro: Add frameskip option
|
2018-01-12 20:52:15 -08:00 |
Vicki Pfau
|
6f5ec7d5e4
|
GUI: Ability to select GB/GBC/SGB BIOS on console ports
|
2018-01-10 08:54:23 -08:00 |
Vicki Pfau
|
e40cba5c8b
|
GUI: Move running check into frontend
|
2018-01-10 00:40:41 -08:00 |
Vicki Pfau
|
7097d249af
|
3DS: Use ctrlib Thread abstraction
|
2018-01-10 00:39:35 -08:00 |
Vicki Pfau
|
715efc63bd
|
PSP2: Better truncate
|
2018-01-09 20:06:42 -08:00 |
Vicki Pfau
|
36a0f43dc2
|
GBA Memory: Fix copy-on-write memory leak
|
2018-01-08 23:49:48 -08:00 |
Vicki Pfau
|
12931fbe25
|
GB Video: Implement SGB ATTR_CHR
|
2018-01-08 23:42:43 -08:00 |
Vicki Pfau
|
65207f5c0f
|
GB Video: Fix SGB PAL commands
|
2018-01-08 23:34:24 -08:00 |
Vicki Pfau
|
3723ebea20
|
GB MBC: Fix MBC2 saves (fixes #954)
|
2018-01-08 18:24:29 -08:00 |
Vicki Pfau
|
caea7e0700
|
GB: Skip BIOS option now works
|
2018-01-08 08:39:26 -08:00 |
Vicki Pfau
|
20506226c9
|
GBA Video: Fix map cache for 256-color mode 1 backgrounds
|
2018-01-08 08:24:23 -08:00 |
Vicki Pfau
|
373fbe8970
|
GBA Video: Fix map cache for 256-color mode 0 backgrounds
|
2018-01-07 23:29:00 -08:00 |
Vicki Pfau
|
69db3f41a3
|
3DS: Fix opening files in directory names with trailing slashes
|
2018-01-07 17:01:56 -08:00 |
Vicki Pfau
|
a796c167e4
|
GUI: Minor logging and directory fixes
|
2018-01-07 17:01:08 -08:00 |
Vicki Pfau
|
07098984e4
|
GBA BIOS: Fix overzealous LZ77 checks
|
2018-01-04 21:42:44 -08:00 |
Vicki Pfau
|
69aa7ac3ae
|
GBA: Timing cleanup
|
2018-01-04 21:34:07 -08:00 |
Vicki Pfau
|
16131c9702
|
GBA Memory: More AGBPrint fixes
|
2018-01-04 21:08:40 -08:00 |
Vicki Pfau
|
a8394913dc
|
GBA: Speculative fix for AGBPrint
|
2018-01-04 18:11:00 -08:00 |
Vicki Pfau
|
c37c781d28
|
Qt: Fix gcc build
|
2018-01-04 18:09:47 -08:00 |
Vicki Pfau
|
667dafb347
|
All: Fix gcc<4.5 build
|
2018-01-04 09:51:31 -08:00 |
Vicki Pfau
|
44c6e94f8b
|
Qt: Add unused RegisterView class
|
2017-12-31 21:42:51 -05:00 |
Vicki Pfau
|
bfb674fb4f
|
Python: Fix installation issues
|
2017-12-30 14:52:29 -05:00 |
Vicki Pfau
|
748e1943f7
|
GB, GBA Video: Move VRAM allocation to init
|
2017-12-30 14:20:37 -05:00 |
Vicki Pfau
|
d0277a7125
|
GBA: Add more debug checks
|
2017-12-30 12:49:15 -05:00 |
Vicki Pfau
|
0131a196d1
|
Debugger: Conditional watchpoints
|
2017-12-29 16:38:46 -05:00 |
Vicki Pfau
|
0383c82b46
|
Debugger: Conditional breakpoints
|
2017-12-29 16:11:40 -05:00 |
Vicki Pfau
|
178017a9e0
|
GBA Memory: Make WRAM+IWRAM one allocation
|
2017-12-29 15:06:22 -05:00 |
Vicki Pfau
|
f5ef07bebb
|
Add two-character operators
|
2017-12-29 14:46:21 -05:00 |
Vicki Pfau
|
5d98f9c963
|
Debugger: Add modulo operator
|
2017-12-29 14:01:55 -05:00 |
Vicki Pfau
|
49675d7c58
|
Debugger: More tests, some sigil fixes
|
2017-12-29 12:32:24 -05:00 |
Vicki Pfau
|
ab2437fcb8
|
Debugger: Simple parser tests
|
2017-12-29 12:23:42 -05:00 |
Vicki Pfau
|
47605b40e7
|
Debugger: Improve paren parsing, add lexing tests
|
2017-12-29 02:20:58 -05:00 |
Vicki Pfau
|
d7900fdf5f
|
Debugger: Refactor lexer to use Vector type
|
2017-12-29 00:47:49 -05:00 |
Vicki Pfau
|
a83e76a62a
|
Debugger: Refactor parser, fix prefix edge cases
|
2017-12-29 00:21:31 -05:00 |
Vicki Pfau
|
c692006b9d
|
Debugger: Expose parser evaluation
|
2017-12-29 00:02:20 -05:00 |
Vicki Pfau
|
e192973bc5
|
Debugger: Migrate identifier lookups
|
2017-12-28 23:52:03 -05:00 |
Vicki Pfau
|
5d8403f5a3
|
Debugger: Even more operators
|
2017-12-28 19:58:32 -05:00 |
Vicki Pfau
|
e2f4fdbdac
|
GBA Memory: AGBPrint support
|
2017-12-28 14:20:55 -05:00 |
Vicki Pfau
|
459d133855
|
GBA Memory: Don't reallocate RAM every reset
|
2017-12-28 14:17:53 -05:00 |
Vicki Pfau
|
821c8988a3
|
Debugger: Add more operators
|
2017-12-27 20:57:33 -05:00 |
Vicki Pfau
|
c7fdb1e872
|
Actually fixes #932
|
2017-12-27 12:40:46 -05:00 |
Vicki Pfau
|
8c940089f6
|
GBA Audio: Increase PSG volume (fixes #749)
|
2017-12-27 12:38:19 -05:00 |
Vicki Pfau
|
a6a6e31169
|
GB Video: Improved window implementation
|
2017-12-26 16:48:41 -05:00 |
Vicki Pfau
|
2b2a61baa1
|
LR35902: Fix watchpoints not reporting new value
|
2017-12-26 16:32:16 -05:00 |
Vicki Pfau
|
500d613452
|
CMake: Package README translations (fixes #950)
|
2017-12-25 03:10:43 -05:00 |