mgba/src/gba
Jeffrey Pfau 32ca05312b GBA: Check for cycle count being too high 2015-10-05 19:24:06 -07:00
..
cheats GBA Cheats: Fix Pro Action Replay and GameShark issues when used together 2015-07-06 23:12:06 -07:00
context GBA: Fix autodetect problems with some bad dumps of Super Mario Advance 2 2015-10-03 21:29:22 -07:00
gui GBA Context: Fix failed loads 2015-09-22 23:01:41 -07:00
renderers GBA Video: Fix another blending regression 2015-09-26 01:03:38 -07:00
rr GBA: Separate out subcomponents to enable easier exclusion 2015-08-28 23:45:24 -07:00
sio GBA SIO: Some lockstep fixes 2015-06-08 22:53:41 -07:00
supervisor VFS: Add VDirOpenArchive 2015-09-22 23:01:40 -07:00
audio.c GBA Audio: Fix audio channels being silenced at the wrong time 2015-09-14 19:25:58 -07:00
audio.h All: Add clang-format options and run them 2015-06-29 20:45:08 -07:00
bios.c GBA BIOS: Implement RegisterRamReset for SIO registers 2015-09-16 20:25:39 -07:00
bios.h GBA: Refactor gba directory, dropping gba- prefix and making supervisor directory 2015-02-03 03:12:04 -08:00
cheats.c GBA: Fix some warnings 2015-08-29 00:03:09 -07:00
cheats.h GBA: Almost entirely untested Pro Action Replay v3 code support 2015-03-29 04:38:13 -07:00
gba.c All: Reset next event to cycles instead of zero to interrupt 2015-10-05 19:20:17 -07:00
gba.h GBA: GBALoadROM can fail 2015-08-24 21:43:36 -07:00
hardware.c Util: Refactor localtime_r replacement code into formatting.h 2015-09-15 22:23:32 -07:00
hardware.h GBA Hardware: Game Boy Player detection is off by default 2015-07-25 12:19:19 -07:00
hle-bios.c All: Add clang-format options and run them 2015-06-29 20:45:08 -07:00
hle-bios.h GBA: Refactor gba directory, dropping gba- prefix and making supervisor directory 2015-02-03 03:12:04 -08:00
hle-bios.make GBA: Refactor gba directory, dropping gba- prefix and making supervisor directory 2015-02-03 03:12:04 -08:00
hle-bios.s GBA BIOS: Fix BIOS prefetch after reset 2015-01-14 22:08:51 -08:00
input.c GBA Input: Fix warnings 2015-07-31 16:52:18 -07:00
input.h GBA Input: Add GBAInputMapKeyBits for packed key information 2015-07-26 11:20:46 -07:00
interface.h Libretro: Support solar sensor 2015-07-30 18:01:16 -07:00
io.c GBA Audio: Fix 8-bit writes to audio channel 3 and 4 registers 2015-09-14 19:24:47 -07:00
io.h GBA: New idle loop detection metrics + Advance Wars 2 loops 2015-09-01 20:48:35 -07:00
memory.c GBA Memory: Fix bad BIOS Load16 on big endian 2015-10-04 21:21:42 -07:00
memory.h GBA Memory: Use a dynamically sized mask for ROM memory 2015-08-19 01:29:21 -07:00
savedata.c GBA: Cannot clean a savefile if there is no vf 2015-07-11 16:32:11 -07:00
savedata.h GBA: Savedata is now synced shortly after data finishes being written 2015-07-07 00:30:10 -07:00
serialize.c GBA: Check for cycle count being too high 2015-10-05 19:24:06 -07:00
serialize.h GBA: Move screenshot functionality from Thread to Serialize 2015-09-14 23:25:53 -07:00
sharkport.c All: Add clang-format options and run them 2015-06-29 20:45:08 -07:00
sharkport.h GBA: Allow disabling checksum verification 2015-04-15 21:05:01 -07:00
sio.c GBA SIO: Make sure to deinit the normal-mode driver 2015-08-16 19:37:12 -07:00
sio.h GBA SIO: Fix reseting when there are SIO devices attached 2015-08-16 17:19:05 -07:00
video.c GBA Video: Remove lastHblank, as it is implied 2015-10-05 19:21:21 -07:00
video.h GBA Video: Remove lastHblank, as it is implied 2015-10-05 19:21:21 -07:00