Vicki Pfau
|
5135756ec4
|
Merge branch 'master' into medusa
|
2020-07-30 19:09:52 -07:00 |
Vicki Pfau
|
89de06a610
|
Test: Add wildcard matching
|
2020-07-30 19:03:15 -07:00 |
Vicki Pfau
|
287fd86e6a
|
GBA: Allow pausing event loop while CPU is blocked
|
2020-07-30 18:51:05 -07:00 |
Vicki Pfau
|
ba2175f5c5
|
GB: Allow pausing event loop while CPU is blocked
|
2020-07-30 18:51:05 -07:00 |
Vicki Pfau
|
51c3fca3bf
|
Util: Refactor TLS out of platform-specific APIs
|
2020-07-30 18:51:05 -07:00 |
Vicki Pfau
|
99d7c588e7
|
Merge branch 'master' into medusa
|
2020-07-29 21:41:38 -07:00 |
Vicki Pfau
|
d02e8a2a87
|
Util: Reset vector size on deinit
|
2020-07-29 21:36:57 -07:00 |
Vicki Pfau
|
510a539a50
|
ARM: You won't believe this one weird trick to make debugging easier!
|
2020-07-29 20:53:26 -07:00 |
Vicki Pfau
|
656c3001ad
|
GBA Video: Fix cache bounds
|
2020-07-28 15:35:56 -07:00 |
Vicki Pfau
|
206ba1129d
|
Merge branch 'master' into medusa
|
2020-07-27 23:28:34 -07:00 |
Adam Higerd
|
fb267a32ff
|
Stack trace: coding style cleanup
|
2020-07-27 22:30:43 -05:00 |
Adam Higerd
|
3d12659fca
|
Stack trace: trace mode CLI control
|
2020-07-27 21:26:55 -05:00 |
Adam Higerd
|
80f78f1682
|
Stack trace: finish implementation and debug
|
2020-07-27 21:26:55 -05:00 |
Adam Higerd
|
238c68f080
|
Stack trace: WIP backtrace implementation
|
2020-07-27 21:23:34 -05:00 |
Adam Higerd
|
d0edc7dc76
|
Stack trace: add tracing to ARM debugger
|
2020-07-27 21:23:34 -05:00 |
Adam Higerd
|
fadd0391d6
|
Stack trace: implement data structures
|
2020-07-27 21:23:34 -05:00 |
Adam Higerd
|
d156e48da2
|
ARM/SM83: Wrap register files in structs
|
2020-07-27 21:23:32 -05:00 |
Vicki Pfau
|
89f9a0b8b1
|
SM83: Simplify register pair access on big endian
|
2020-07-26 18:12:20 -07:00 |
Vicki Pfau
|
a786be5bdf
|
SM83: Fix flags on little endian PowerPC
|
2020-07-26 17:54:40 -07:00 |
Vicki Pfau
|
4fd170ac38
|
DS Video: Fix size of VRAM zeroes buffer and const correctness
|
2020-07-26 16:49:48 -07:00 |
Vicki Pfau
|
e6fd4f5e7a
|
Merge branch 'master' into medusa
|
2020-07-23 22:43:01 -07:00 |
Vicki Pfau
|
3f75078174
|
Util: Factor out gcd code
|
2020-07-23 21:42:35 -07:00 |
Vicki Pfau
|
14e8b12307
|
DS Video: Basic preparatory work for porting scanline caching
|
2020-07-21 00:04:14 -07:00 |
Vicki Pfau
|
d2ff393aa0
|
Merge branch 'master' into medusa
|
2020-07-18 00:33:21 -07:00 |
Vicki Pfau
|
78524ee078
|
GB: Export GBInputInfo
|
2020-07-18 00:32:18 -07:00 |
Vicki Pfau
|
c18a35b447
|
DS: Export DSInputInfo
|
2020-07-18 00:30:55 -07:00 |
Vicki Pfau
|
d13041f4e9
|
Merge branch 'master' into medusa
|
2020-07-16 22:29:18 -07:00 |
Vicki Pfau
|
7973d70b04
|
mVL: Add parameter for closing the video log backing
|
2020-07-16 18:04:48 -07:00 |
Vicki Pfau
|
b8e9f50c92
|
Core: Add mVideoLogIsCompatible function
|
2020-07-16 18:04:48 -07:00 |
Vicki Pfau
|
7328e96ced
|
GBA Video: Fix color of disabled screen
|
2020-07-14 01:08:25 -07:00 |
Vicki Pfau
|
42c5ec87c0
|
Merge branch 'master' into medusa
|
2020-07-13 17:37:15 -07:00 |
Vicki Pfau
|
73c38b95b6
|
All: Correct more format strings on Windows (fixes #1817)
|
2020-07-11 15:35:29 -07:00 |
Vicki Pfau
|
cdf9105f56
|
GB MBC: Support for unlicensed Pokemon Jade/Diamond Game Boy mapper
|
2020-07-07 18:14:33 -07:00 |
Vicki Pfau
|
029b0b937a
|
All: Use calloc instead of malloc in several places
|
2020-07-07 18:02:34 -07:00 |
Vicki Pfau
|
2f066a9790
|
Util: Start cleaning up some bounded string copies
|
2020-07-06 16:08:23 -07:00 |
Vicki Pfau
|
d9cc9b20ff
|
GBA Memory: Stall on VRAM access in mode 2 (fixes #190)
|
2020-06-30 03:15:17 -07:00 |
Vicki Pfau
|
3c73afb7a9
|
Core: Const-correctness
|
2020-06-26 01:22:39 -07:00 |
Vicki Pfau
|
5ef12b5979
|
All: Correct format strings for some numbers on Windows (fixes #1794)
|
2020-06-20 03:02:27 -07:00 |
Vicki Pfau
|
d1903276fa
|
Merge branch 'master' into medusa
|
2020-06-17 22:35:44 -07:00 |
Vicki Pfau
|
393d4b4606
|
Merge branch 'master' (early part) into medusa
|
2020-06-17 22:32:17 -07:00 |
Vicki Pfau
|
5f46f126c1
|
Merge branch 'master' (early part) into medusa
|
2020-06-17 22:26:14 -07:00 |
Vicki Pfau
|
2116adeae9
|
Merge branch 'master' (early part) into medusa
|
2020-06-17 22:20:47 -07:00 |
Vicki Pfau
|
2279521482
|
Minor cleanup
|
2020-06-17 22:15:36 -07:00 |
Vicki Pfau
|
c082610992
|
Merge branch 'master' (early part) into medusa
|
2020-06-17 22:13:35 -07:00 |
Vicki Pfau
|
96f1838faa
|
GB MBC: Fix MBC1 mode changing behavior
|
2020-06-16 20:48:08 -07:00 |
Vicki Pfau
|
031049cd06
|
GBA Video: Simplify sprite cycle counting (fixes #1279)
|
2020-06-10 01:28:39 -07:00 |
Vicki Pfau
|
90e932e12c
|
SM83: Emulate HALT bug
|
2020-06-05 20:29:31 -07:00 |
Vicki Pfau
|
7f64f8cf3b
|
Debugger: Keep track of global cycle count
|
2020-05-30 18:01:15 -07:00 |
Vicki Pfau
|
4297ae70fd
|
Core: Fix version header
|
2020-05-26 22:10:22 -07:00 |
Vicki Pfau
|
ff4406fab0
|
All: Improve export headers (fixes #1738)
|
2020-05-24 22:58:50 +00:00 |
Vicki Pfau
|
f78951b7dd
|
GB IO: Add some register names
|
2020-05-24 13:41:09 -07:00 |
Vicki Pfau
|
9ddf82bebc
|
GB Video: Fix state after skipping BIOS (fixes #1715 and fixes #1716)
|
2020-05-13 01:56:46 -07:00 |
lif
|
0a06af1aa6
|
Use consistent conditionals for big endian detection (not all PowerPC hosts are big-endian!)
|
2020-04-21 20:21:01 -07:00 |
Vicki Pfau
|
cd6209d7f0
|
All: Fix your libc, Windows
|
2020-02-27 21:33:15 -08:00 |
Vicki Pfau
|
1352e2fc4f
|
GBA SIO: Fix Multiplayer busy bit
|
2020-02-24 19:54:39 -08:00 |
Vicki Pfau
|
a47bc8455c
|
GBA Video: Fix IO cache size
|
2020-02-24 19:53:26 -08:00 |
Vicki Pfau
|
210c7a91cd
|
GBA e-Reader: Increase scanning stability more
|
2020-02-23 18:01:53 -08:00 |
Vicki Pfau
|
7091494583
|
GBA e-Reader: Batch scanning
|
2020-02-23 16:58:44 -08:00 |
Vicki Pfau
|
e2bc15192f
|
GBA e-Reader: Split out into separate file
|
2020-02-23 15:04:52 -08:00 |
Vicki Pfau
|
e0ca7c69a2
|
GBA Hardware: First working e-Reader scanning
|
2020-02-19 20:21:47 -08:00 |
Vicki Pfau
|
433759f1fe
|
GBA Hardware: Remove leftover code
|
2020-02-19 20:21:47 -08:00 |
Vicki Pfau
|
d3526be8f5
|
GBA Hardware: Fix-up card scanning
|
2020-02-19 20:21:47 -08:00 |
Vicki Pfau
|
4b5efa2365
|
GBA Hardware: I know this e-Reader code is wrong
|
2020-02-19 20:21:47 -08:00 |
Vicki Pfau
|
131cb3d938
|
GBA Hardware: Still-broken implementation of e-Reader serial protocol
|
2020-02-19 20:21:47 -08:00 |
Vicki Pfau
|
62a198357b
|
GBA Hardware: Add skeleton for e-Reader support
|
2020-02-19 20:21:47 -08:00 |
Vicki Pfau
|
e5c6373f88
|
Merge branch 'master' into medusa
|
2020-02-17 17:46:29 -08:00 |
Vicki Pfau
|
4546493039
|
Merge branch 'master' (early part) into medusa
|
2020-02-17 17:45:20 -08:00 |
Vicki Pfau
|
1bef350858
|
Merge branch 'master' (early part) into medusa
|
2020-02-17 16:52:00 -08:00 |
Vicki Pfau
|
5f2d704eb0
|
Merge branch 'master' (early part) into medusa
|
2020-02-17 16:47:24 -08:00 |
Vicki Pfau
|
3edc946024
|
Merge branch 'master' (early part) into medusa
|
2020-02-17 16:45:03 -08:00 |
Vicki Pfau
|
9dbd15c144
|
Merge branch 'master' (early part) into medusa
|
2020-02-17 16:20:41 -08:00 |
Vicki Pfau
|
7611913d65
|
GB: Add input description file
|
2020-02-17 16:18:39 -08:00 |
Vicki Pfau
|
7ea3728165
|
GBA BIOS: Implement dummy sound driver calls
|
2020-02-12 23:41:25 -08:00 |
Vicki Pfau
|
4f327de210
|
Wii: Add network socket support
|
2020-02-08 17:46:56 -08:00 |
Vicki Pfau
|
7feee35eba
|
Core: Ensure ELF regions can be written before trying
|
2020-01-31 18:16:18 -08:00 |
Vicki Pfau
|
e9cab735cd
|
GBA Video: Remove redundant flags layers
|
2020-01-29 18:02:36 -08:00 |
Vicki Pfau
|
41775416ce
|
GBA: Rip out old rr code
|
2020-01-28 18:15:49 -08:00 |
Vicki Pfau
|
befef8ee26
|
GBA Video: Fix Hblank timing
|
2020-01-27 18:27:03 -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
|
f44846cb9a
|
GBA Video: Changing OpenGL scaling no longer requires restart
|
2020-01-19 19:15:36 -08:00 |
Vicki Pfau
|
5a543b2a64
|
Switch: Fix build on libnx 3.0.0
|
2020-01-19 16:20:23 -08:00 |
Vicki Pfau
|
f96b08c52f
|
Debugger: Minor interface cleanup
|
2020-01-09 18:31:48 -08:00 |
Vicki Pfau
|
ad870aa26b
|
GBA Audio: Redo channel 4 batching for GBA only
|
2020-01-01 17:02:02 -08:00 |
Vicki Pfau
|
51a122f20d
|
SM83: Rename LR35902 to SM83
|
2020-01-01 11:35:00 -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
|
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
|
b9edcd8d93
|
Core: Add more memory search ops (closes #1510)
|
2019-10-13 17:31:05 -07:00 |
Vicki Pfau
|
bb78133b21
|
Merge branch 'master' (early part) into medusa
|
2019-09-28 15:55:27 -07:00 |
Vicki Pfau
|
1f15692173
|
Merge branch 'master' (early part) into medusa
|
2019-09-28 15:54:33 -07:00 |
Vicki Pfau
|
fb59c77e1e
|
Merge branch 'master' (early part) into medusa
|
2019-09-28 15:53:06 -07:00 |
Vicki Pfau
|
54579380be
|
Merge branch 'master' (early part) into medusa
|
2019-09-28 15:45:35 -07:00 |
Vicki Pfau
|
91d2c7ec32
|
Merge branch 'master' (early part) into medusa
|
2019-09-28 15:33:22 -07:00 |
Vicki Pfau
|
e7be40e80c
|
Merge branch 'master' (early part) into medusa
|
2019-09-28 15:28:21 -07:00 |
Vicki Pfau
|
8ca80d4a94
|
Merge branch 'master' (early part) into medusa
|
2019-09-28 15:25:08 -07:00 |
Vicki Pfau
|
7427eedd2a
|
Merge branch 'master' (early part) into medusa
|
2019-09-28 15:21:36 -07:00 |
Vicki Pfau
|
2f79211cd5
|
Merge branch 'master' (early part) into medusa
|
2019-09-28 15:03:36 -07:00 |
Vicki Pfau
|
a44a8f668f
|
GB: Add yanking
|
2019-09-07 18:32:37 -07:00 |
Vicki Pfau
|
34529398bb
|
GB: More SGB controller incrementing fixes
|
2019-09-03 19:38:51 -07:00 |