BizHawk/waterbox/libsnes/bsnes/snes/cpu/core
CasualPokePlayer 0a2d4405f0
Revamp Waterbox Setup (#3529)
* Waterbox setup has been revamped to use the latest llvm parts (llvm 16 for compiler_rt/libunwind/libcxx/libcxxabi).
* Clang is now possible to use, and is the preferred compiler (due to superior performance).
* Supported compilers are now clang 14/15/16, and gcc 12.
* Other core updates are mixed in.

---------

Co-authored-by: Morilli <35152647+Morilli@users.noreply.github.com>
2023-03-28 16:53:33 -07:00
..
disassembler bsnes: remove embarrassing leftover empty space from trace log 2018-05-21 22:25:34 +03:00
algorithms.cpp snes: move files to waterbox area 2017-06-10 14:16:24 -04:00
core.cpp libsnes: Cleanup some dead code. Apparently the codebase contained a primitive attempt to implement savestates, but it contained significant bugs and had no use beyond toy projects. 2017-06-11 09:37:47 -04:00
core.hpp libsnes: Cleanup some dead code. Apparently the codebase contained a primitive attempt to implement savestates, but it contained significant bugs and had no use beyond toy projects. 2017-06-11 09:37:47 -04:00
memory.hpp add cpu X and M flags to CDL for ExecFirst (fixes #1410, I hope) 2020-01-19 18:43:54 -05:00
opcode_misc.cpp snes: move files to waterbox area 2017-06-10 14:16:24 -04:00
opcode_pc.cpp snes: move files to waterbox area 2017-06-10 14:16:24 -04:00
opcode_read.cpp snes: move files to waterbox area 2017-06-10 14:16:24 -04:00
opcode_rmw.cpp snes: move files to waterbox area 2017-06-10 14:16:24 -04:00
opcode_write.cpp snes: move files to waterbox area 2017-06-10 14:16:24 -04:00
registers.hpp Revamp Waterbox Setup (#3529) 2023-03-28 16:53:33 -07:00
table.cpp snes: move files to waterbox area 2017-06-10 14:16:24 -04:00