aboutsummaryrefslogtreecommitdiff
path: root/src/ARM.cpp
Commit message (Expand)AuthorAge
* first steps in bringing over the JIT refactor/fastmemRSDuck2020-06-16
* rewrite JIT memory emulationRSDuck2020-06-16
* fix build with JIT disabled and set default JIT maxblock size to 32RSDuck2020-06-16
* implement block linking + some refactoringRSDuck2020-06-16
* remove debug leftoversRSDuck2020-06-16
* improve nop handling and proper behaviour for LDM^RSDuck2020-06-16
* make savestates 100% compatible againRSDuck2020-06-16
* integrate changes from ARM64 backend and moreRSDuck2020-06-16
* new block cache and much more...RSDuck2020-06-16
* abandon pipelining on jitRSDuck2020-06-16
* fix uninitialised memory mappingRSDuck2020-06-16
* jit: decrease blockcache AddrMapping size for ARM9RSDuck2020-06-16
* jit: add compile optionRSDuck2020-06-16
* jit: make everything configurableRSDuck2020-06-16
* jit: LDM/STM finally(!) working + MUL, MLA and CLZRSDuck2020-06-16
* jit: branch instructionsRSDuck2020-06-16
* JIT: most mem instructions workingRSDuck2020-06-16
* JIT: implemented most ALU instructionsRSDuck2020-06-16
* JIT: baseRSDuck2020-06-16
* make it able to switch between DS and DSi modesArisotura2020-06-01
* Merge commit '4b57416552ec2fa95216e2b044559f215723bf70' into melonDSiArisotura2020-05-30
|\
| * detect whether we are running the gameArisotura2020-02-24
| * * add support for a bunch of codes (all of them minus the loop shit, really)Arisotura2020-02-14
| * update copyright yearsArisotura2020-02-14
* | add AES, fix a bunch of bugsArisotura2019-06-19
* | y'know, actually running the DMA units might yield better results.Arisotura2019-06-18
* | fix fucking ass-stupid bug with new-WRAM handlingArisotura2019-06-16
* | get it to do more interesting thingsArisotura2019-06-15
* | add I2C shitoArisotura2019-06-15
|/
* pftArisotura2019-06-10
* fasterer BG/OBJ VRAM readsArisotura2019-06-09
* fasterer IRQ check. clean up code.Arisotura2019-06-08
* draft API for OpenGL shito in libuiArisotura2019-03-31
* move platform specific config to platform specif ffile ayyyyyyyyyyygfghj;,gnxbfArisotura2019-03-15
* start work on non-direct mode. reply to DHCP discover frame.Arisotura2019-02-23
* also, update copyright nameArisotura2019-01-22
* redesign main emu loop to use timestamps instead of being a trainwreckStapleButter2019-01-05
* add PoC ARM9 instruction cache logic. not actually in use, but it's there as ...StapleButter2019-01-04
* add missing shit to savestates. bump the version up.StapleButter2018-12-11
* more sensible cache timingsStapleButter2018-12-11
* add back faster prefetch for ARM9StapleButter2018-12-11
* finish the work on the main loop. finally fix all cases of desync I could fin...StapleButter2018-12-11
* temp commitStapleButter2018-12-11
* fix bugsStapleButter2018-12-09
* make it fastererStapleButter2018-12-09
* take it somewhere.StapleButter2018-12-09
* make this other branch where we're going to actually make it usableStapleButter2018-12-08
* begin work on general timing renovation. way shitty because it behaves as if ...StapleButter2018-12-04
* add proper support for GXFIFO stalls.StapleButter2018-11-23
* make the ARM clock shift configurable. nothing fancy there, just paving the w...StapleButter2018-11-07