GBARunner3/code/core/arm9/source
Gericom 69d5b72595
Some checks failed
Build nightly / Build with Docker using devkitARM (push) Has been cancelled
Merge remote-tracking branch 'origin/develop' into feature/cache-hicode
2025-06-04 19:12:42 +02:00
..
Application Renamed GetColorProfile() to cprof_getColorProfile() 2025-05-25 05:53:07 -06:00
Core Implemented a splash screen 2024-02-24 12:31:59 +01:00
Emulator Added support for vblank dma and improved irq latency slightly. Fixes #180 2025-03-29 13:11:35 +01:00
Fat Merge remote-tracking branch 'origin/develop' into feature/cache-hicode 2025-06-04 19:12:42 +02:00
GbaColorCorrection Merge remote-tracking branch 'origin/develop' into feature/cache-hicode 2025-06-04 19:12:42 +02:00
Gui Implemented a splash screen 2024-02-24 12:31:59 +01:00
JitPatcher Merge branch 'feature/new-stable-version' into feature/cache-hicode 2025-03-29 15:14:22 +01:00
Logger Implemented support for hdma and sound dma with rom source 2023-12-27 11:56:25 +01:00
MemoryEmulator Merge remote-tracking branch 'origin/develop' into feature/cache-hicode 2025-06-04 19:12:42 +02:00
Patches Massively improved hicode performance. Added support for jit patches in hicode. 2024-04-21 19:57:48 +02:00
Peripherals Attempt to reenable and fix irq yielding 2025-05-30 17:50:12 +02:00
Save Merge remote-tracking branch 'origin/develop' into feature/cache-hicode 2025-06-04 19:12:42 +02:00
SdCache Merge remote-tracking branch 'origin/develop' into feature/cache-hicode 2025-06-04 19:12:42 +02:00
VirtualMachine Merge remote-tracking branch 'origin/develop' into feature/cache-hicode 2025-06-04 19:12:42 +02:00
arm9Clock.h Added option to force ARM9 67MHz Clock Speed in DSi mode 2024-04-23 22:07:37 -06:00
arm9Clock.s Updated scfg_setArm9Clock function to improve stability 2025-05-18 07:22:43 -06:00
common.h Added option to disable wram instruction cache, fixed some issues with manual jit patches 2023-10-25 21:03:15 +02:00
Context.h Added first tests with running the VM 2023-08-03 21:51:25 +02:00
cp15.h Massively improved hicode performance. Added support for jit patches in hicode. 2024-04-21 19:57:48 +02:00
cp15.s Freed more itcm space by optimizing dma code 2023-11-12 19:57:11 +01:00
Cpsr.h Implemented support for hdma and sound dma with rom source 2023-12-27 11:56:25 +01:00
crt0.s Reverted moving ColorLut buffer to ewram, moved GammaLut instead 2025-05-20 13:18:59 -06:00
DtcmStack.s Merge remote-tracking branch 'origin/develop' into feature/cache-hicode 2025-06-04 19:12:42 +02:00
DtcmStackDefs.inc Merge remote-tracking branch 'origin/develop' into feature/cache-hicode 2025-06-04 19:12:42 +02:00
GbaHeader.h Implemented loading manual jit patches from game specific settings files 2023-10-23 20:44:40 +02:00
main.cpp Merge remote-tracking branch 'origin/develop' into feature/cache-hicode 2025-06-04 19:12:42 +02:00
MemCopy.h Further improved dma performance 2023-08-19 20:20:34 +02:00
MemCopy.s Implemented sd cache, added dldi, fixed bug in mem_copy16 (fixes sims bustin' out) 2023-08-26 23:30:15 +02:00
MemFastSearch.h Implemented save patches, fixed bug in msr emulation, implemented 32 bit read from keyinput/keycontrol 2023-09-17 16:12:34 +02:00
MemFastSearch.s Implemented save patches, fixed bug in msr emulation, implemented 32 bit read from keyinput/keycontrol 2023-09-17 16:12:34 +02:00
MemoryProtectionConfiguration.cpp Merge remote-tracking branch 'origin/develop' into feature/cache-hicode 2025-06-04 19:12:42 +02:00
MemoryProtectionConfiguration.h Review: Renamed Rom Instruction cache related functions, enum and define 2025-05-10 07:01:52 -06:00
MemoryProtectionUnit.h Improved memory protection regions to allow some ewram data mirroring. Fixes Mother 3 2023-11-01 19:53:41 +01:00
MemoryProtectionUnit.s Improved memory protection regions to allow some ewram data mirroring. Fixes Mother 3 2023-11-01 19:53:41 +01:00
PopCountTable.cpp Initial commit 2023-07-29 19:55:21 +02:00
PopCountTable.h Initial commit 2023-07-29 19:55:21 +02:00
SystemIpc.cpp Cleaned up main.cpp a bit by removing commented code and moving code to GbaDisplayConfigurationService 2023-11-15 19:03:09 +01:00
SystemIpc.h Cleaned up main.cpp a bit by removing commented code and moving code to GbaDisplayConfigurationService 2023-11-15 19:03:09 +01:00
vectors.s Implemented cache mapping hi code support 2023-08-27 18:18:19 +02:00