Mesen2/Core/GBA
2025-03-31 18:11:29 +09:00
..
APU GB: Fixed APU emulation issues 2025-03-21 23:03:01 +09:00
Cart GBA: Added option for RTC 2024-10-10 18:34:59 +09:00
Debugger Debugger: GBA - Added option to configure whether unidentified code/data is disassembled as arm/thumb 2025-03-31 18:11:29 +09:00
Input Added GBA support 2024-03-30 11:42:31 +09:00
GbaConsole.cpp GBA: Fixed save type detection issues 2025-01-24 21:56:52 +09:00
GbaConsole.h GBA: Added option for RTC 2024-10-10 18:34:59 +09:00
GbaControlManager.cpp GBA/SMS/WS: Fixed broken lag counter 2024-12-26 12:01:19 +09:00
GbaControlManager.h GBA: Prevent input IRQ from triggering in incorrect conditions 2024-03-30 15:12:21 +09:00
GbaCpu.Arm.cpp SNES: Add support for ST018 coprocessor 2024-12-29 23:41:52 +09:00
GbaCpu.cpp GBA: Improved prefetch behavior when enabling/disabling it 2024-11-06 21:21:55 +09:00
GbaCpu.h SNES: Add support for ST018 coprocessor 2024-12-29 23:41:52 +09:00
GbaCpu.Thumb.cpp GBA: Improved cartridge prefetch timing accuracy 2024-11-06 19:12:33 +09:00
GbaCpuMultiply.h GBA: Merged bug fix in new multiply logic 2024-10-26 16:45:52 +09:00
GbaDefaultVideoFilter.cpp Added GBA support 2024-03-30 11:42:31 +09:00
GbaDefaultVideoFilter.h Added GBA support 2024-03-30 11:42:31 +09:00
GbaDmaController.cpp GBA: Fixed re-entry problems with DMA that could sometimes cause the same DMA to run twice in a row, breaking some games 2025-03-29 23:36:25 +09:00
GbaDmaController.h GBA: Fixed re-entry problems with DMA that could sometimes cause the same DMA to run twice in a row, breaking some games 2025-03-29 23:36:25 +09:00
GbaMemoryManager.cpp SNES: Add support for ST018 coprocessor 2024-12-29 23:41:52 +09:00
GbaMemoryManager.h GBA: Fixed black screen regression in X-Men The Official Game 2024-09-15 23:21:59 +09:00
GbaPpu.cpp GBA: Fixed window rendering glitch when X position was changed during hblank 2025-03-14 23:55:16 +09:00
GbaPpu.h GBA: Fixed/improved window left/right behavior 2024-04-03 20:06:09 +09:00
GbaRomPrefetch.h GBA: Improved prefetch behavior when enabling/disabling it 2024-11-06 21:21:55 +09:00
GbaSerial.h Linux: Fixed compilation errors/warnings 2024-03-30 12:31:04 +09:00
GbaTimer.cpp Added GBA support 2024-03-30 11:42:31 +09:00
GbaTimer.h Linux: Fixed compilation errors/warnings 2024-03-30 12:31:04 +09:00
GbaTypes.h SNES: Add support for ST018 coprocessor 2024-12-29 23:41:52 +09:00