mewtu
March 4th, 2010, 02:43
I've grabbed the tarball (http://icculus.org/virtualjaguar/tarballs/virtualjaguar-1.0.7-src.tar.bz2) as this seems to be the last stable release, but there are some wired issues with the code.
* There is a } missing at the end of src/cdintf_linux.cpp
* src/memory.cpp:138: error: cast from ‘void*’ to ‘unsigned int’ loses precision - why even cast that? It's just for output.
* src/sdlemu_config.cpp has to include
#include <stdlib.h>
#include <cstring> // strcmp? srsly?
* There is a } missing at the end of src/cdintf_linux.cpp
* src/memory.cpp:138: error: cast from ‘void*’ to ‘unsigned int’ loses precision - why even cast that? It's just for output.
* src/sdlemu_config.cpp has to include
#include <stdlib.h>
#include <cstring> // strcmp? srsly?