Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

startmake.sh doesn't get all dependencies for jaguar #86

Open
DopefishJustin opened this issue Feb 25, 2014 · 0 comments
Open

startmake.sh doesn't get all dependencies for jaguar #86

DopefishJustin opened this issue Feb 25, 2014 · 0 comments

Comments

@DopefishJustin
Copy link
Member

I tried to build JSMESS for the 'jaguar' driver and the build fails missing some 386 cpu emulation stuff. The jaguar system proper does not use a 386 but some of the related hardware in MAME does, and unusually, the systems are all packaged together in one driver file, src/mame/drivers/jaguar.c. This should probably be changed on the MAME side but in the meantime it is a deficiency in the script.

I was able to build by adding the following line to the generated jaguar.mak file:

CPUS += I386
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants