Skip to content

Game not loading correctly (Emscripten build for neogeo) #180

Answered by sairuk
jiun73 asked this question in Q&A
Discussion options

You must be logged in to vote

For the arcade version should just need to reference the correct driver and not try to load the generic neogeo machine with the game as software, right now assuming it finds the zip correctly it'll be mounting in the first file found from the lastbld2.zip into cart1

MAMELoader.driver("neogeo"), should be MAMELoader.driver("lastbld2"),

For the softlist version the softlist xml needs to be available as well or the cart will not be attached correctly, i have my own wrapper for emularity but mounting and attaching the neogeo.xml to the appropriate place as an extra file should get you where you need to be.

something like this, then pass extra args using MAMELoader.extraArgs to set -hashpath /…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@holub
Comment options

@jiun73
Comment options

@holub
Comment options

@sairuk
Comment options

Answer selected by jiun73
@jiun73
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants