This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
bsnes
Watch
1
Star
0
Fork
0
You've already forked bsnes
mirror of
https://github.com/bsnes-emu/bsnes.git
synced
2025-02-23 22:52:34 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
bsnes
/
Core
History
Lior Halphon
40e4f93637
Replaced libretro specific code with a generic API
2017-10-12 22:06:01 +03:00
..
apu.c
Spacing
2017-10-02 22:59:03 +03:00
apu.h
Corrected behavior for channel 1 and 2 restart
2017-09-22 02:04:29 +03:00
camera.c
…
camera.h
…
debugger.c
…
debugger.h
Changed the way HAVE_DEBUGGER works and renamed it (so it’s on by default) to DISABLE_DEBUGGER. Fixes build break.
2017-10-12 19:05:27 +03:00
display.c
Added 3 color correction profiles, added color correction setting to Cocoa GUI, improved cross-platform and cross-frontend save-state compatibility
2017-10-12 17:22:22 +03:00
display.h
Added 3 color correction profiles, added color correction setting to Cocoa GUI, improved cross-platform and cross-frontend save-state compatibility
2017-10-12 17:22:22 +03:00
gb_struct_def.h
…
gb.c
Replaced libretro specific code with a generic API
2017-10-12 22:06:01 +03:00
gb.h
Replaced libretro specific code with a generic API
2017-10-12 22:06:01 +03:00
joypad.c
…
joypad.h
…
mbc.c
Forgot to amend the last commit, it was broken.
2017-06-21 01:07:11 +03:00
mbc.h
…
memory.c
Libretro .o files are now in the build/obj folder and are suffixed with _libretro (since they have different compilation flags). This also lets us rename gbmemory.c/h back to its original name.
2017-10-12 19:42:30 +03:00
memory.h
Libretro .o files are now in the build/obj folder and are suffixed with _libretro (since they have different compilation flags). This also lets us rename gbmemory.c/h back to its original name.
2017-10-12 19:42:30 +03:00
printer.c
…
printer.h
…
save_state.c
Added 3 color correction profiles, added color correction setting to Cocoa GUI, improved cross-platform and cross-frontend save-state compatibility
2017-10-12 17:22:22 +03:00
save_state.h
…
symbol_hash.c
…
symbol_hash.h
…
timing.c
Added compilation flag to disable timekeeping for frontends that handle fps keeping on their own
2017-10-12 19:24:12 +03:00
timing.h
…
z80_cpu.c
Changed the way HAVE_DEBUGGER works and renamed it (so it’s on by default) to DISABLE_DEBUGGER. Fixes build break.
2017-10-12 19:05:27 +03:00
z80_cpu.h
…
z80_disassembler.c
…