mgba/src/gba
Vicki Pfau 5ecd28cdc6 GBA Video: Fix palette when being initialized mid-frame 2020-12-05 18:41:44 -08:00
..
cheats GBA Cheats: Fix value incrementing in CB slide codes (fixes #1501) 2019-08-02 18:33:16 -07:00
debugger Debugger: Fix build on MINIMAL_CORE=2 2020-02-01 15:36:29 -08:00
extra GBA Video: Ensure wait instead of flush when getting proxy pixels 2020-12-02 21:06:34 -08:00
renderers GBA Video: Fix palette when being initialized mid-frame 2020-12-05 18:41:44 -08:00
sio GBA SIO: Fix Normal mode being totally broken (fixes #1800) 2020-08-03 17:55:44 -07:00
test GBA: Fix tests 2019-05-18 19:06:10 -07:00
CMakeLists.txt GBA e-Reader: Split out into separate file 2020-02-23 15:04:52 -08:00
audio.c GBA Audio: Fix serializing/deserializing flags 2020-08-24 01:57:51 -07:00
bios.c GBA BIOS: Add VBA LZ77 decompression bug compat in VBA bug compat mode 2020-12-05 16:28:17 -08:00
cheats.c Libretro: Fix adding codes with hooks 2018-12-26 13:28:17 -08:00
core.c GBA: Fix loading multiboot ELF files (fixes #1949) 2020-11-24 01:41:41 -08:00
dma.c GBA DMA: Fix ordering and timing of overlapping DMAs 2020-08-21 04:45:15 -07:00
ereader.c GBA Hardware: e-Reader should not re-scan last card 2020-11-29 12:47:31 -08:00
gba.c GBA: Regrettably add VBA bug compat mode 2020-11-29 13:41:53 -08:00
hardware.c GBA: Regrettably add VBA bug compat mode 2020-11-29 13:41:53 -08:00
hle-bios.c GBA BIOS: Fix user stack usage regression 2020-08-13 00:47:17 -07:00
hle-bios.h All: Migrate includes to separate directory 2016-12-30 21:25:07 -08:00
hle-bios.make GBA BIOS: Style fixes 2019-09-21 17:50:15 -07:00
hle-bios.s GBA BIOS: Fix user stack usage regression 2020-08-13 00:47:17 -07:00
input.c All: Microsoft Visual C++ compatibility code 2019-06-20 13:57:04 -07:00
io.c GBA I/O: Ignore high bits on IME 2020-11-20 01:15:46 -08:00
matrix.c GBA Memory: Improve robustness of Matrix memory support 2020-08-27 04:27:13 -07:00
memory.c GBA Memory: Return correct byte in out of bounds ROM read 2020-11-21 16:46:48 -08:00
overrides.c GBA: Regrettably add VBA bug compat mode 2020-11-29 13:41:53 -08:00
savedata.c Core: Add savedataUpdated callback 2020-08-28 00:53:40 -07:00
serialize.c GBA Serialize: Ensure program counter is aligned when loading 2020-10-26 22:14:55 -07:00
sharkport.c GBA: Fix Sharkport size check 2020-08-17 20:17:59 -07:00
sio.c GBA SIO: Fix double-unloading active driver 2020-02-24 20:10:11 -08:00
timer.c Core: Add mTimingScheduleAbsolute 2020-08-10 15:57:38 -07:00
vfame.c GBA Memory: Fix Vast Fame support (fixes #1170) 2018-09-15 15:19:48 -07:00
video.c GBA Video: Fix I/O registers when switching renderer (fixes #1967) 2020-12-05 18:34:49 -08:00