aboutsummaryrefslogtreecommitdiff
path: root/src/ARMInterpreter_LoadStore.cpp
Commit message (Collapse)AuthorAge
* Move all core types into namespaces (#1886)Jesse Talavera-Greenberg2023-11-25
| | | | | | | | * Reorganize namespaces - Most types are now moved into the `melonDS` namespace - Only good chance to do this for a while, since a big refactor is next * Fix the build
* update copyright yearsArisotura2023-11-04
|
* store pc+12 when storing r15RSDuck2023-10-22
|
* update copyright headersArisotura2022-01-09
|
* more complete (and accurate) CP15 setup for direct bootArisotura2021-10-28
|
* update copyright year and add missing GPL headersRSDuck2021-03-12
|
* update copyright yearsArisotura2020-02-14
|
* also, update copyright nameArisotura2019-01-22
|
* fix STRD_POST (dumbest copypaste bug of the year)StapleButter2018-12-18
| | | | fixes #276
* take it somewhere.StapleButter2018-12-09
| | | | still need to speed it up a tad.
* begin work on general timing renovation. way shitty because it behaves as if ↵StapleButter2018-12-04
| | | | caches were off, so everything will be slow as shit.
* fixor copyright years.StapleButter2018-09-15
|
* fix some shitStapleButter2017-06-13
|
* * send undefined instructions to the proper exception handlerStapleButter2017-06-13
| | | | * make ARM9-only instructions fail on ARM7
* fix big with ARM STM instructions that include Rb in RlistStapleButter2017-06-12
|
* reorganize repo, move shit aroundStapleButter2017-03-16