index
:
melonDS
master
modified version of melonDS used for school/vsr
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ARM.cpp
Commit message (
Expand
)
Author
Age
*
Add some headers that were transitively included by the JIT
Jesse Talavera-Greenberg
2023-12-08
*
Remove the last `ConfigEntry` state (#1902)
Jesse Talavera
2023-12-05
*
Refactor `NDS` and `DSi` to be objects (#1893)
Jesse Talavera-Greenberg
2023-11-28
*
Move all core types into namespaces (#1886)
Jesse Talavera-Greenberg
2023-11-25
*
Refactor the JIT to be object-oriented (#1879)
Jesse Talavera-Greenberg
2023-11-18
*
Refactor the GPU to be object-oriented (#1873)
Jesse Talavera-Greenberg
2023-11-09
*
convert AREngine
Arisotura
2023-11-04
*
update copyright years
Arisotura
2023-11-04
*
Fix compilation with the GDB stub disabled (#1863)
Jesse Talavera-Greenberg
2023-11-01
*
GDB stub (#1583)
PoroCYon
2023-10-22
*
Assorted portability enhancements (#1800)
Jesse Talavera-Greenberg
2023-08-18
*
Introduce `Platform::Log` (#1640)
Jesse Talavera-Greenberg
2023-03-23
*
fix #1593
RSDuck
2023-01-03
*
update copyright headers
Arisotura
2022-01-09
*
finally decouple Config from the core. baahhahahahah
Arisotura
2021-11-18
*
decouple JIT from Config. bahahahahah
Arisotura
2021-11-17
*
add the PU checks. bahahahah
Arisotura
2021-10-29
*
blarg
Arisotura
2021-10-28
*
more complete (and accurate) CP15 setup for direct boot
Arisotura
2021-10-28
*
fix some gaps in CPU modes
Arisotura
2021-10-28
*
DLDI/SD folder-sync apparatus (#1251)
Arisotura
2021-10-28
*
use std::swap 🔃
RSDuck
2021-08-21
*
update copyright year and add missing GPL headers
RSDuck
2021-03-12
*
remove some debug crap
Arisotura
2020-12-10
*
make things function atleast somewhat
Arisotura
2020-10-26
*
messin' around
Arisotura
2020-09-08
*
check IRQ first then Idle loop
RSDuck
2020-07-28
*
subtract cycles after checking IRQ and Halt
RSDuck
2020-07-27
*
fix build with JIT disabled
RSDuck
2020-07-25
*
reconcile DSi and JIT, fastmem for x64 and Windows
RSDuck
2020-06-30
*
first steps in bringing over the JIT refactor/fastmem
RSDuck
2020-06-16
*
rewrite JIT memory emulation
RSDuck
2020-06-16
*
fix build with JIT disabled and set default JIT maxblock size to 32
RSDuck
2020-06-16
*
implement block linking + some refactoring
RSDuck
2020-06-16
*
remove debug leftovers
RSDuck
2020-06-16
*
improve nop handling and proper behaviour for LDM^
RSDuck
2020-06-16
*
make savestates 100% compatible again
RSDuck
2020-06-16
*
integrate changes from ARM64 backend and more
RSDuck
2020-06-16
*
new block cache and much more...
RSDuck
2020-06-16
*
abandon pipelining on jit
RSDuck
2020-06-16
*
fix uninitialised memory mapping
RSDuck
2020-06-16
*
jit: decrease blockcache AddrMapping size for ARM9
RSDuck
2020-06-16
*
jit: add compile option
RSDuck
2020-06-16
*
jit: make everything configurable
RSDuck
2020-06-16
*
jit: LDM/STM finally(!) working + MUL, MLA and CLZ
RSDuck
2020-06-16
*
jit: branch instructions
RSDuck
2020-06-16
*
JIT: most mem instructions working
RSDuck
2020-06-16
*
JIT: implemented most ALU instructions
RSDuck
2020-06-16
*
JIT: base
RSDuck
2020-06-16
*
make it able to switch between DS and DSi modes
Arisotura
2020-06-01
[next]