polaris-
|
31dee93e84
|
Implement gdbstub
|
2015-10-04 11:16:59 -04:00 |
|
Lioncash
|
751fbfdcc3
|
general: Silence some warnings when using clang
|
2015-09-16 08:51:53 -04:00 |
|
Lioncash
|
a507ea23c1
|
dyncom: Migrate exclusive memory access control into armstate
|
2015-07-27 22:06:59 -04:00 |
|
Lioncash
|
816b1ca776
|
dyncom: Use std::array for register arrays
|
2015-07-26 13:21:04 -04:00 |
|
Lioncash
|
0ecc6e2f04
|
dyncom: Use ARMul_State as an object
Gets rid of C-like parameter passing.
|
2015-07-26 13:18:32 -04:00 |
|
Lioncash
|
03213f893e
|
dyncom: Remove unnecessary initialization code.
Targeting ARM version variants was only a thing on armemu.
The reset routine also does basically the same thing as NewState.
|
2015-07-25 22:10:54 -04:00 |
|
Lioncash
|
3257d797e1
|
dyncom: Remove unnecessary abort-related cruft
Both the MPCore and the ARM9 have the same data abort model (base restored), so differentiating isn't necessary.
|
2015-07-25 22:10:53 -04:00 |
|
Lioncash
|
dfb424b6d1
|
dyncom: Rename armdefs.h to armstate.h
|
2015-07-25 22:10:44 -04:00 |
|