SameBoy/Core
Lior Halphon 0d1f686d68 Farewell, manual line breaks 2022-10-22 18:20:05 +03:00
..
graphics MGB support 2021-10-23 23:28:54 +03:00
apu.c Allow muting audio channels (Missing: SDL) 2022-09-11 15:53:07 +03:00
apu.h Oopsie 2022-09-18 13:30:36 +03:00
camera.c Implement GB Camera timing (when no webcam is connected), misc camera accuracy improvements, use GB_random instead of rand for noise_seed 2022-07-22 20:15:00 -07: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 Farewell, manual line breaks 2022-10-22 18:20:05 +03: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 Build break 2022-07-31 01:16:03 +03:00
display.c That wasn't dead code, just another glitch. Fixes m3_wx_4_change_sprites 2022-10-16 23:57:19 +03:00
display.h Accurately emulate CGB first frame behavior. Fixes #432, fixes #482 2022-08-09 00:54:31 +03:00
gb.c Add quick reset API (Closes #506) 2022-10-17 18:52:02 +03:00
gb.h Add quick reset API (Closes #506) 2022-10-17 18:52:02 +03:00
joypad.c Oops 2022-07-24 14:49:58 +03:00
joypad.h Rename function 2022-07-24 13:56:33 +03:00
mbc.c Add quick reset API (Closes #506) 2022-10-17 18:52:02 +03:00
mbc.h More accurate Camera MBC emulation 2022-06-11 14:44:06 +03:00
memory.c Fix DMA restart regression 2022-10-15 21:31:13 +03:00
memory.h Emulate PPU OAM reads while both DMA and GDMA are active 2022-02-05 14:52:09 +02:00
printer.c Be consistent with hex casing 2022-02-13 16:58:44 +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 Be consistent with hex casing 2022-02-13 16:58:44 +02: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 Add GBP model to the core (disables bouncing) 2022-07-24 14:22:49 +03:00
save_state.h Typo 2022-07-19 02:19:31 +03:00
sgb.c Be consistent with hex casing 2022-02-13 16:58:44 +02:00
sgb.h sgb.h: Use GB_INTERNAL to hide internal struct data 2022-01-14 15:26:15 -08:00
sm83_cpu.c Was technically implementation defined 2022-10-17 14:34:55 +03: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 Be consistent with hex casing 2022-02-13 16:58:44 +02:00
symbol_hash.c Slight improvements to symbol hash performance 2022-08-28 16:48:20 +03:00
symbol_hash.h Slight improvements to symbol hash performance 2022-08-28 16:48:20 +03:00
timing.c Use names for LCDC bits 2022-08-28 20:31:50 +03:00
timing.h Improve serial accuracy 2022-04-17 23:41:05 +03: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