SameBoy/Core
Lior Halphon 486f8a2c10
Merge pull request #420 from SnowyMouse/cgb_mode
Add GB_is_cgb_in_cgb_mode
2021-11-26 14:10:35 +02:00
..
graphics MGB support 2021-10-23 23:28:54 +03:00
apu.c Cleanup, better symbol handling, improves LTO 2021-11-07 13:39:18 +02:00
apu.h Maybe one day GCC will stop being shit at handling __attribute__s 2021-11-07 14:13:52 +02:00
camera.c Better camera noise on frontends without camera support 2021-01-03 16:52:18 +02:00
camera.h Cleanup, better symbol handling, improves LTO 2021-11-07 13:39:18 +02:00
cheats.c Add memory write callback, optimize memory access with likely/unlikely 2021-11-26 14:09:41 +02:00
cheats.h Maybe one day GCC will stop being shit at handling __attribute__s 2021-11-07 14:13:52 +02:00
debugger.c Add a safe memory read API 2021-11-26 13:54:28 +02:00
debugger.h Maybe one day GCC will stop being shit at handling __attribute__s 2021-11-07 14:13:52 +02:00
defs.h Add memory write callback, optimize memory access with likely/unlikely 2021-11-26 14:09:41 +02:00
display.c Fix #293 2021-11-24 23:13:52 +02:00
display.h Maybe one day GCC will stop being shit at handling __attribute__s 2021-11-07 14:13:52 +02:00
gb.c Add GB_is_cgb_in_cgb_mode 2021-11-25 17:16:11 -06:00
gb.h Merge pull request #420 from SnowyMouse/cgb_mode 2021-11-26 14:10:35 +02:00
joypad.c Improved sanitation for save states for better security and stability 2021-10-30 16:03:13 +03:00
joypad.h Maybe one day GCC will stop being shit at handling __attribute__s 2021-11-07 14:13:52 +02:00
mbc.c Initial MBC7 support 2021-11-12 17:44:51 +02:00
mbc.h Initial MBC7 support 2021-11-12 17:44:51 +02:00
memory.c Add memory write callback, optimize memory access with likely/unlikely 2021-11-26 14:09:41 +02:00
memory.h Add memory write callback, optimize memory access with likely/unlikely 2021-11-26 14:09:41 +02:00
printer.c Make the printer not deadlock after a sudden termination 2021-02-26 16:40:35 +02:00
printer.h Cleanup, better symbol handling, improves LTO 2021-11-07 13:39:18 +02:00
random.c Don’t use libc’s random/rand 2019-06-14 16:49:41 +03:00
random.h Don’t use libc’s random/rand 2019-06-14 16:49:41 +03:00
rewind.c Don't use BESS for internal in-memory saves 2021-04-13 20:35:07 +03:00
rewind.h Maybe one day GCC will stop being shit at handling __attribute__s 2021-11-07 14:13:52 +02:00
rumble.c Respect TPP1 feature flags for rumble and RTC 2021-04-11 23:16:31 +03:00
rumble.h Maybe one day GCC will stop being shit at handling __attribute__s 2021-11-07 14:13:52 +02:00
save_state.c Save state compatibility breaking cleanup 2021-11-07 12:56:46 +02:00
save_state.h Maybe one day GCC will stop being shit at handling __attribute__s 2021-11-07 14:13:52 +02:00
sgb.c Clean up endian-related code 2021-11-07 13:57:43 +02:00
sgb.h Maybe one day GCC will stop being shit at handling __attribute__s 2021-11-07 14:13:52 +02:00
sm83_cpu.c Save state compatibility breaking cleanup 2021-11-07 12:56:46 +02:00
sm83_cpu.h Maybe one day GCC will stop being shit at handling __attribute__s 2021-11-07 14:13:52 +02:00
sm83_disassembler.c Add a safe memory read API 2021-11-26 13:54:28 +02:00
symbol_hash.c Save state compatibility breaking cleanup 2021-11-07 12:56:46 +02:00
symbol_hash.h Maybe one day GCC will stop being shit at handling __attribute__s 2021-11-07 14:13:52 +02:00
timing.c Fix an oops from the last commit 2021-11-26 13:38:52 +02:00
timing.h Maybe one day GCC will stop being shit at handling __attribute__s 2021-11-07 14:13:52 +02:00
workboy.c Workboy emulation (Cocoa only) 2020-09-19 19:31:24 +03:00
workboy.h Cleanup, better symbol handling, improves LTO 2021-11-07 13:39:18 +02:00