BizHawk/waterbox
nattthebear 5f2c5b0934 snes core is ready for business, I think 2017-06-10 20:01:07 -04:00
..
emulibc savestates for vb. this includes savestates for mmap_heap. unfortunately, usage of mmap_heap was scrapped as the things going into it were better suited for invisible/sealed. it may be eventually useful 2017-05-29 11:26:38 -04:00
gpgx rename gpgx.exe to gpgx.wbx and push some binaries 2017-05-28 07:33:55 -04:00
libco libsnes: recreate the emu cothread at the end of init, to avoid pointer poison that was breaking xor state consistency. Big todo: all init functionality really needs to happen from the main thread, as there are many syscalls that reenter managed in that code, and reentering managed from a cothread stack is a Bad Thing 2017-06-10 19:51:59 -04:00
libsnes snes core is ready for business, I think 2017-06-10 20:01:07 -04:00
ngp ngp: connect saveram. due to the way this is implemented in neopop, connecting it greatly increased the size of savestates, which may or may not be worth fixing. 2017-06-03 07:58:14 -04:00
snes9x@2021d0cea9 replace snes9x.wbx for a buuug 2017-05-29 19:20:44 -04:00
ss add ss.wbx. Saturnus core is now ready for testing 2017-06-09 17:55:34 -04:00
vb virtual boyee: actually fix the color config stuff 2017-05-29 20:34:07 -04:00
readme.txt snes9xHawk which is totally not a thing: connect audio 2017-05-27 14:32:12 -04:00

readme.txt

This is the experimental "waterbox" project for bizhawk.

libc.so, libgcc_s.so, libstdc++.so.6, and the waterbox executables are built with a modified verion of the midipix project.
The makefiles for the cores only support the cross compilation setup (build from whatever linux box you built midipix
from).

The mmglue portion of the midipix project is modified; get the correct version from <ssh://git@github.com/nattthebear/mmglue.git>.

gpgx: This is a modified version of our gpgx core
snes9x: Based off of snes9x 1.54.