Jeffrey Pfau
|
eb5580f719
|
Make DriverSet setting read in normal driver
|
2014-02-10 01:42:44 -08:00 |
Jeffrey Pfau
|
6451aeaefc
|
Support normal mode drivers
|
2014-02-10 01:42:44 -08:00 |
Jeffrey Pfau
|
764b3fce10
|
Fix SIO loading of a driver that is for the current mode
|
2014-02-10 01:42:44 -08:00 |
Jeffrey Pfau
|
9c8e5fc222
|
SIO registers can now be read and written properly
|
2014-02-10 01:42:40 -08:00 |
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
|
b691c93416
|
Add joypad support via SDL to Qt build
|
2014-02-03 22:28:28 -08:00 |
Jeffrey Pfau
|
edc6de0467
|
Move key mapping into its own function
|
2014-02-03 22:27:58 -08:00 |
Jeffrey Pfau
|
2eb5a7a639
|
Partially implement SOUNDBIAS
|
2014-02-03 05:22:29 -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
|
7bee813846
|
Make GDB server able to be detached before GBA thread starts
|
2014-02-03 03:45:43 -08:00 |
Jeffrey Pfau
|
844cee07e8
|
Make sure GDB window is created in sync with GDB server state
|
2014-02-03 03:44:39 -08:00 |
Jeffrey Pfau
|
8c53fbeb4f
|
Make GDB server able to be attached when the emulator starts
|
2014-02-03 03:42:29 -08:00 |
Jeffrey Pfau
|
d16737ccf2
|
Automatically break into the debugger if it was provided at launch time
|
2014-02-03 03:42:02 -08:00 |
Jeffrey Pfau
|
eb23269011
|
Add thread-safe function for telling if the GBA thread has started
|
2014-02-03 03:41:32 -08:00 |
Jeffrey Pfau
|
6d12ef81a5
|
Reuse an audio thread instead of shutting it down and making a new one
|
2014-02-03 01:13:52 -08:00 |
Jeffrey Pfau
|
186e0b1ee5
|
GBA thread can be shut down and opened again, cleanly
|
2014-02-03 00:44:19 -08:00 |
Jeffrey Pfau
|
acc58fccc9
|
Null out threadContext->gba when shutting down
|
2014-02-03 00:42:20 -08:00 |
Jeffrey Pfau
|
9f3cf19c2d
|
Add missing ellipses for menu items that open windows
|
2014-02-02 04:01:41 -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
|
c621fb16d8
|
Add missing GDB classes
|
2014-02-02 03:58:40 -08:00 |
Jeffrey Pfau
|
412890d838
|
Debugger can get detached during a callback, clean up appropriately
|
2014-02-02 03:57:41 -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
|
3b7dbdecba
|
Use C++11 override and nullptr
|
2014-02-02 01:42:36 -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
|
6341172813
|
The debugger should not stop by default
|
2014-02-01 20:48:25 -08:00 |
Jeffrey Pfau
|
87b17efe76
|
Add define for GDB stub
|
2014-02-01 20:48:00 -08:00 |
Jeffrey Pfau
|
1a7656fe36
|
Support creating the GDB stub in Qt
|
2014-02-01 20:47:44 -08:00 |
Jeffrey Pfau
|
adcfc37db2
|
Add ability to detach debugger
|
2014-02-01 20:24:38 -08:00 |
Jeffrey Pfau
|
11e3bdc585
|
Merge branch 'master' into qt
Conflicts:
CMakeLists.txt
src/gba/gba.c
|
2014-02-01 17:37:18 -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 |