BizHawk/waterbox/uzem
nattthebear 21cdf5120b
Revamp waterbox build environment and runtime. (#2027)
Create an all new waterbox build environment:
WSL2 + Ubuntu 20.04 LTS (Other linuxes may work)
Musl libc with waterbox customizations
LLVM's libclang-rt, libunwind, libcxxabi, libcxx
Static linking to elf files

Compared with the old system, this is easier to set up a dev env for and easier to update in the future. The executables are larger but produce smaller savestates due to static linking. The modern toolchain means advanced library features and language features that sometimes appear in some upstream cores will be reusable.
2020-05-20 15:34:24 -04:00
..
.vscode New! With more games than the 32X! And better sounding ones too! 2017-07-03 21:29:34 -04:00
Makefile Revamp waterbox build environment and runtime. (#2027) 2020-05-20 15:34:24 -04:00
avr8.cpp uzem: Fix some controller stuff: clock activates on rising edge, latch is continuously active whenever high... fixes the detect controllers routine in the official kernel 2017-07-04 09:11:31 -04:00
avr8.h Revamp waterbox build environment and runtime. (#2027) 2020-05-20 15:34:24 -04:00
avr_inst_table.txt New! With more games than the 32X! And better sounding ones too! 2017-07-03 21:29:34 -04:00
blip_buf.cpp New! With more games than the 32X! And better sounding ones too! 2017-07-03 21:29:34 -04:00
blip_buf.h New! With more games than the 32X! And better sounding ones too! 2017-07-03 21:29:34 -04:00
dump.c New! With more games than the 32X! And better sounding ones too! 2017-07-03 21:29:34 -04:00
uzem.cpp New! With more games than the 32X! And better sounding ones too! 2017-07-03 21:29:34 -04:00
uzem.h New! With more games than the 32X! And better sounding ones too! 2017-07-03 21:29:34 -04:00
uzerom.cpp New! With more games than the 32X! And better sounding ones too! 2017-07-03 21:29:34 -04:00
uzerom.h New! With more games than the 32X! And better sounding ones too! 2017-07-03 21:29:34 -04:00