Vicki Pfau
|
52a4cbcb81
|
GBA DMA: Fix invalid audio DMA parameters
|
2020-02-15 13:44:04 -08:00 |
Vicki Pfau
|
fd352d7cac
|
GBA Video: Fix fallthrough in deserializing
|
2020-02-12 23:56:12 -08:00 |
Vicki Pfau
|
8a8b4add91
|
GBA BIOS: Improve HLE BIOS timing
|
2020-02-12 23:42:39 -08:00 |
Vicki Pfau
|
7ea3728165
|
GBA BIOS: Implement dummy sound driver calls
|
2020-02-12 23:41:25 -08:00 |
Vicki Pfau
|
fb12372ae3
|
GBA: Automatically skip BIOS for multiboot ROMs
|
2020-02-10 18:08:07 -08:00 |
Vicki Pfau
|
0670eebe15
|
GBA: Fix multiboot entry point while skipping BIOS
|
2020-02-10 18:06:57 -08:00 |
Vicki Pfau
|
75e67aee17
|
Debugger: Don't skip undefined instructions when debugger attached
|
2020-02-10 18:06:06 -08:00 |
Vicki Pfau
|
f5f1cbf037
|
GBA BIOS: Fix undefined instruction HLE behavior
|
2020-02-10 18:03:48 -08:00 |
Vicki Pfau
|
56d83bee11
|
Debugger: Fix build on MINIMAL_CORE=2
|
2020-02-01 15:36:29 -08:00 |
Vicki Pfau
|
7feee35eba
|
Core: Ensure ELF regions can be written before trying
|
2020-01-31 18:16:18 -08:00 |
Vicki Pfau
|
b922cecc61
|
Qt: Make renderer able to be changed while running
|
2020-01-30 21:26:58 -08:00 |
Vicki Pfau
|
4036136fe5
|
GBA Video: Fix OpenGL sprite flag priority
|
2020-01-29 18:04:14 -08:00 |
Vicki Pfau
|
e9cab735cd
|
GBA Video: Remove redundant flags layers
|
2020-01-29 18:02:36 -08:00 |
Vicki Pfau
|
241e67da62
|
GBA Video: Fix backdrop blending on lines without sprites (fixes #1647)
|
2020-01-28 19:58:21 -08:00 |
Vicki Pfau
|
41775416ce
|
GBA: Rip out old rr code
|
2020-01-28 18:15:49 -08:00 |
Vicki Pfau
|
32827edebf
|
Revert "Revert "GBA Memory: Improve gamepak prefetch timing""
This reverts commit 95e1dd9c35 .
|
2020-01-27 18:27:43 -08:00 |
Vicki Pfau
|
befef8ee26
|
GBA Video: Fix Hblank timing
|
2020-01-27 18:27:03 -08:00 |
Vicki Pfau
|
c73ad72d41
|
GBA Video: Latch scanline at end of Hblank (fixes #1319)
|
2020-01-27 18:17:26 -08:00 |
Vicki Pfau
|
0eb1f4ec08
|
GBA Video: Don't clear flag buffers since they always get overwritten when used
|
2020-01-26 14:27:11 -08:00 |
Vicki Pfau
|
cde4e1adee
|
GBA Video: Fix OAM not invalidating after reset (fixes #1630)
|
2020-01-25 14:06:01 -08:00 |
Vicki Pfau
|
b169f4b29c
|
GBA Serialize: Fix audio DMA timing deserialization
|
2020-01-24 22:16:02 -08:00 |
Vicki Pfau
|
1285aa2749
|
GBA Serialize: Fix audio serialization for desynced FIFOs
|
2020-01-24 21:51:15 -08:00 |
Vicki Pfau
|
93633ea605
|
GBA DMA: Linger last DMA on bus (fixes mgba.io/i/301, fixes mgba.io/i/1320)
|
2020-01-24 18:07:08 -08:00 |
Vicki Pfau
|
38613e1c78
|
GBA Serialize: Fix serializing DMA transfer register
|
2020-01-24 18:04:09 -08:00 |
Vicki Pfau
|
8b9cd78d0f
|
GBA Memory: Misaligned SRAM writes are ignored
|
2020-01-23 18:25:29 -08:00 |
Vicki Pfau
|
84bddfad69
|
GBA Video: Fix mosaic in modes 1-5 in OpenGL (fixes #1620)
|
2020-01-20 18:09:26 -08:00 |
Vicki Pfau
|
f44846cb9a
|
GBA Video: Changing OpenGL scaling no longer requires restart
|
2020-01-19 19:15:36 -08:00 |
Vicki Pfau
|
9a0da39848
|
GBA Video: Fix OpenGL fragment data binding
|
2020-01-19 16:28:02 -08:00 |
Vicki Pfau
|
95e1dd9c35
|
Revert "GBA Memory: Improve gamepak prefetch timing"
This reverts commit 8a6cf8dc9c .
|
2020-01-18 19:35:45 -08:00 |
Vicki Pfau
|
4ca16fb2ef
|
GBA: Clean up previous commit
|
2020-01-18 19:19:42 -08:00 |
Vicki Pfau
|
69a0372133
|
GBA: Trim non-movie ROMs to 32 MiB if applicable
|
2020-01-17 20:45:15 -08:00 |
Vicki Pfau
|
dab12cf5c6
|
All: Fix several warnings
|
2020-01-16 19:54:41 -08:00 |
Vicki Pfau
|
8a6cf8dc9c
|
GBA Memory: Improve gamepak prefetch timing
|
2020-01-16 19:21:18 -08:00 |
Vicki Pfau
|
0e49b2d391
|
GBA Timers: Improve timer startup emulation
|
2020-01-15 18:52:35 -08:00 |
Vicki Pfau
|
ab1d825e30
|
GBA Video: Slightly optimize frame compositing
|
2020-01-14 23:23:53 -08:00 |
Vicki Pfau
|
ec4c91dbda
|
GBA Video: Copy higher priority target 1 flag
|
2020-01-10 21:20:20 -08:00 |
Vicki Pfau
|
f96b08c52f
|
Debugger: Minor interface cleanup
|
2020-01-09 18:31:48 -08:00 |
Vicki Pfau
|
b6f863be26
|
GBA Video: Fix effects blending improperly in some non-last windows
|
2019-12-31 00:22:30 -08:00 |
Vicki Pfau
|
ed2353ff76
|
GBA Video: Fix BLDY for semitransparent sprite on non-target-2 backgrounds
|
2019-12-31 00:05:59 -08:00 |
Vicki Pfau
|
01656e6052
|
GBA I/O: Stop logging several harmless invalid register reads
|
2019-12-30 18:20:55 -08:00 |
Vicki Pfau
|
bb1ce789d2
|
Debugger: Print break-/watchpoint ID when breaking in CLI
|
2019-12-21 14:05:22 -08:00 |
Vicki Pfau
|
a6fc606a2d
|
Debugger: Separate aliases from main commands
|
2019-12-21 13:52:16 -08:00 |
Vicki Pfau
|
2bacae3075
|
GBA SIO: Fix unitialized memory issue
|
2019-11-16 12:18:01 -08:00 |
Vicki Pfau
|
5e37df6cf5
|
Core: Fix unitialized memory issues with graphics caches
|
2019-11-16 12:18:01 -08:00 |
Vicki Pfau
|
6900d130ae
|
GBA Memory: Fix open bus from IWRAM (fixes #1575)
|
2019-11-11 18:24:57 -08:00 |
Vicki Pfau
|
4e03b15040
|
GBA Video: Fix OpenGL renderer 512x512 backgrounds (fixes #1572)
|
2019-11-10 20:42:36 -08:00 |
Vicki Pfau
|
89c49f15d0
|
ARM: Partially fix LDM/STM writeback with empty register list
|
2019-11-01 19:39:32 -07:00 |
Vicki Pfau
|
f35136f881
|
GBA DMA: Fix case where DMAs could get misaligned (fixes #1092)
|
2019-10-29 20:13:58 -07:00 |
Vicki Pfau
|
d1ef6d258e
|
OpenGL: Bump minimum to 3.2
|
2019-10-05 16:12:09 -07:00 |
Vicki Pfau
|
8da533c551
|
GBA Video: Fix unitialized value
|
2019-09-28 20:17:50 -07:00 |