SameBoy/Core
Lior Halphon e69f6b8579 Bug fix: GB_save_state always returned success 2025-07-21 23:53:54 +03:00
..
graphics MGB support 2021-10-23 23:28:54 +03:00
apu.c Fix rounding errors in calls to band_limited_update, tweak BL synth parameters. Should greatly improve audio quality, fixes #713 2025-07-18 13:53:02 +03:00
apu.h Fix rounding errors in calls to band_limited_update, tweak BL synth parameters. Should greatly improve audio quality, fixes #713 2025-07-18 13:53:02 +03:00
camera.c Much thread, very safety 2024-11-23 16:23:08 +02:00
camera.h Use #pragma once for include guards, use #import exclusively on Obj-C files 2023-06-09 14:44:57 +03:00
cheat_search.c Fix cheat search crashing on carts without RAM 2025-06-10 01:19:29 +03:00
cheat_search.h Cheat Search API, Cheat Search in Cocoa, and new cheats window layout 2024-08-29 01:11:47 +03:00
cheats.c Fixed incorrect processing of GameShark codes 2025-05-26 00:51:16 +03:00
cheats.h iOS cheats support 2024-09-07 01:25:11 +03:00
debugger.c Describe addresses correctly in unbanked portions of RAM and ROM 2025-06-24 21:53:18 +03:00
debugger.h Add CPU load graph to Cocoa, closes #654 2025-06-06 23:10:57 +03:00
defs.h Always define typeof to __typeof__, unless targeting C23. Fixes #710 2025-07-08 00:04:07 +03:00
display.c Make sure the CPU graph advanced correctly even in turbo mode 2025-06-07 14:24:35 +03:00
display.h Make sure the CPU graph advanced correctly even in turbo mode 2025-06-07 14:24:35 +03:00
gb.c Add turbo cap options to the core and frontends, improve frame skipping, replace iOS' turbo speed option with the new turbo cap. Addresses #708. 2025-07-04 14:41:34 +03:00
gb.h Always define typeof to __typeof__, unless targeting C23. Fixes #710 2025-07-08 00:04:07 +03:00
joypad.c Allow using joysticks as faux analog controllers 2025-03-29 14:52:01 +03:00
joypad.h Allow using joysticks as faux analog controllers 2025-03-29 14:52:01 +03:00
mbc.c Don't display this warning on MBC2/7 games 2025-03-15 12:56:51 +02:00
mbc.h Use #pragma once for include guards, use #import exclusively on Obj-C files 2023-06-09 14:44:57 +03:00
memory.c Add break statements in mbc7 writes 2025-04-04 02:09:18 +02:00
memory.h Use #pragma once for include guards, use #import exclusively on Obj-C files 2023-06-09 14:44:57 +03:00
model.h Use #pragma once for include guards, use #import exclusively on Obj-C files 2023-06-09 14:44:57 +03:00
printer.c Much thread, very safety 2024-11-23 16:23:08 +02:00
printer.h Use #pragma once for include guards, use #import exclusively on Obj-C files 2023-06-09 14:44:57 +03:00
random.c Don’t use libc’s random/rand 2019-06-14 16:49:41 +03:00
random.h Move things around 2024-11-16 15:19:47 +02:00
rewind.c Why do I end up writing these 2025-04-03 23:52:04 +03:00
rewind.h Experimental backstepping support 2023-08-04 19:54:14 +03:00
rumble.c Respect TPP1 feature flags for rumble and RTC 2021-04-11 23:16:31 +03:00
rumble.h Use #pragma once for include guards, use #import exclusively on Obj-C files 2023-06-09 14:44:57 +03:00
save_state.c Bug fix: GB_save_state always returned success 2025-07-21 23:53:54 +03:00
save_state.h Fix GB_ENUM on C++ 2023-10-28 14:20:31 +02:00
sgb.c Fix old compilers 2025-04-02 00:31:53 +03:00
sgb.h Move things around some more 2024-11-24 14:36:12 +02:00
sm83_cpu.c Fix m3_lcdc_obj_en_change_variant.gb 2025-03-15 12:56:51 +02:00
sm83_cpu.h Use #pragma once for include guards, use #import exclusively on Obj-C files 2023-06-09 14:44:57 +03:00
sm83_disassembler.c Treat local and non-local symbols differently 2023-07-29 14:51:31 +03:00
symbol_hash.c Treat local and non-local symbols differently 2023-07-29 14:51:31 +03:00
symbol_hash.h Treat local and non-local symbols differently 2023-07-29 14:51:31 +03:00
timing.c Add turbo cap options to the core and frontends, improve frame skipping, replace iOS' turbo speed option with the new turbo cap. Addresses #708. 2025-07-04 14:41:34 +03:00
timing.h Fixed a bug where accurate RTC emulation halted while SameBoy wasn't running 2023-07-29 22:27:50 +03:00
workboy.c Much thread, very safety 2024-11-23 16:23:08 +02:00
workboy.h Missing _t from types 2024-11-16 17:15:51 +02:00