Jeffrey Pfau
|
3422527d5a
|
Read SIO registers from sio field
|
2014-02-10 01:41:20 -08:00 |
Jeffrey Pfau
|
a2a3f317b5
|
Make driver loading signal failure, and fix case where setting a driver can cause a null pointer deref
|
2014-02-05 01:50:01 -08:00 |
Jeffrey Pfau
|
043d396320
|
Make socket shims inline
|
2014-02-05 01:22:34 -08:00 |
Jeffrey Pfau
|
924c6cf5a6
|
Clarify some function names and add more essenital SIO architecture
|
2014-02-05 01:03:34 -08:00 |
Jeffrey Pfau
|
e5ee1aa07f
|
Fill out SIO driver infrastructure
|
2014-02-04 01:28:16 -08:00 |
Jeffrey Pfau
|
70e1661342
|
Begin SIO
|
2014-02-04 00:39:55 -08:00 |
Jeffrey Pfau
|
20a5fa8476
|
Abstract out sockets
|
2014-02-03 23:01:26 -08:00 |
Jeffrey Pfau
|
23e0737649
|
Add missing GBA_KEY_NONE
|
2014-02-03 22:56:24 -08:00 |
Jeffrey Pfau
|
90760a30a3
|
Move key mapping into its own function
|
2014-02-03 22:28:49 -08:00 |
Jeffrey Pfau
|
5a17030c65
|
Automatically break into the debugger if it was provided at launch time
|
2014-02-03 03:48:39 -08:00 |
Jeffrey Pfau
|
285b94b66a
|
Add thread-safe function for telling if the GBA thread has started
|
2014-02-03 03:48:39 -08:00 |
Jeffrey Pfau
|
0f6523941c
|
Null out threadContext->gba when shutting down
|
2014-02-03 03:48:39 -08:00 |
Jeffrey Pfau
|
56c51181e1
|
Debugger can get detached during a callback, clean up appropriately
|
2014-02-02 03:59:03 -08:00 |
Jeffrey Pfau
|
243cf2236b
|
Ability to fullscreen the window in SDL2
|
2014-02-02 03:05:30 -08:00 |
Jeffrey Pfau
|
19142a2881
|
Use command key on OS X
|
2014-02-02 02:56:02 -08:00 |
Jeffrey Pfau
|
ad38ae63ec
|
Properly support 16-bit color
|
2014-02-02 02:47:50 -08:00 |
Jeffrey Pfau
|
02aec4fc65
|
Add SDL2 support
|
2014-02-02 02:39:34 -08:00 |
Jeffrey Pfau
|
020aec4e7b
|
The debugger should not stop by default
|
2014-02-01 20:49:12 -08:00 |
Jeffrey Pfau
|
97e4e7a28c
|
Add define for GDB stub
|
2014-02-01 20:49:12 -08:00 |
Jeffrey Pfau
|
0c332d972b
|
Add ability to detach debugger
|
2014-02-01 20:49:12 -08:00 |
Jeffrey Pfau
|
cc53b06cae
|
Implement OBJWIN for OBJs
|
2014-02-01 16:58:55 -08:00 |
Jeffrey Pfau
|
d09004cf01
|
Fix infinite listen errors
|
2014-02-01 16:27:48 -08:00 |
Jeffrey Pfau
|
69d188668d
|
Fix debugging shim to work even if there is no GBA struct at the moment
|
2014-02-01 16:27:27 -08:00 |
Jeffrey Pfau
|
b9f8955890
|
Add debugging logging interface
|
2014-02-01 16:26:48 -08:00 |
Jeffrey Pfau
|
d97976d0df
|
Add stepping and clean up
|
2014-02-01 15:50:12 -08:00 |
Jeffrey Pfau
|
325380989c
|
Clean up unnecessary operation in GDB stub
|
2014-02-01 15:39:47 -08:00 |
Jeffrey Pfau
|
9435226c58
|
Breakpoint clearing in CLI debugger
|
2014-02-01 15:39:30 -08:00 |
Jeffrey Pfau
|
c30807117f
|
Breakpoint clearing
|
2014-02-01 15:37:15 -08:00 |
Jeffrey Pfau
|
ea6b129509
|
LLDB compatibility
|
2014-02-01 15:21:17 -08:00 |
Jeffrey Pfau
|
1541e6e0b0
|
Expand packet size for lldb compat
|
2014-02-01 05:44:40 -08:00 |
Jeffrey Pfau
|
cc9575228c
|
Add support for qHostInfo command for lldb
|
2014-02-01 05:40:39 -08:00 |
Jeffrey Pfau
|
e4375fd3d9
|
Stub out [qQvV].* commands
|
2014-02-01 05:23:56 -08:00 |
Jeffrey Pfau
|
1c60ada7de
|
Add support for g, m and p GDB packets
|
2014-02-01 05:02:54 -08:00 |
Jeffrey Pfau
|
434099ac77
|
Parse GDB packet format
|
2014-02-01 04:10:22 -08:00 |
Jeffrey Pfau
|
244f197742
|
Begin GDB stub
|
2014-02-01 03:08:32 -08:00 |
Jeffrey Pfau
|
38aac38a0c
|
Remove obsolete, dead code
|
2014-02-01 01:41:25 -08:00 |
Jeffrey Pfau
|
6616ca9111
|
Always enable the debugger framework
|
2014-02-01 01:14:41 -08:00 |
Jeffrey Pfau
|
a214481b76
|
Fix typo in type
|
2014-02-01 01:02:26 -08:00 |
Jeffrey Pfau
|
5bbf7f2308
|
Separate out CLI debugger from debugging interface
|
2014-02-01 00:47:36 -08:00 |
Jeffrey Pfau
|
6822a0d770
|
Start separating out debugger logic
|
2014-02-01 00:27:53 -08:00 |
Jeffrey Pfau
|
6ad2b673b1
|
Omit sprites that are off-screen vertically from OAM calculations
|
2014-01-31 22:40:21 -08:00 |
Jeffrey Pfau
|
bab92ba659
|
Squelch compiler warning in perf shutdown
|
2014-01-31 02:30:56 -08:00 |
Jeffrey Pfau
|
4255d10f08
|
Squelch compiler warning about type punning
|
2014-01-31 02:29:27 -08:00 |
Jeffrey Pfau
|
d6a4fbd25a
|
Squelch a compiler warning about an uninitialized variable
|
2014-01-31 02:27:17 -08:00 |
Jeffrey Pfau
|
f8449482de
|
Squelch warnings in software renderer
|
2014-01-31 02:17:41 -08:00 |
Jeffrey Pfau
|
2122ff1f43
|
Change override structure to not use multi-byte char literals
|
2014-01-31 02:17:41 -08:00 |
Jeffrey Pfau
|
bc9fdc1249
|
Fix *_LIBRARY into *_LIB
|
2014-01-31 01:13:51 -08:00 |
Jeffrey Pfau
|
4bc8f2eb1a
|
Move SDL output directory
|
2014-01-31 01:01:44 -08:00 |
Jeffrey Pfau
|
c312a0f5fe
|
Clean up stale warning rule
|
2014-01-31 01:01:04 -08:00 |
Jeffrey Pfau
|
08f15af4f5
|
Add source groups
|
2014-01-31 00:29:27 -08:00 |