1

Hey y’all so I installed the Neo geo dev tools on my windows 10 and when I try to make the file it creates all the data for the game so I have a question, how in the hell do I create roms for the neogeo in zip format?
avatar

2

there is no need to create a zip file - MAME can also load unzipped roms. instead of ROMS\PUZZLEDP.ZIP it can be ROMS\PUZZLEDP\202-C1.C1 etc.
try this with a working ROM before you include this in your TOOLCHAIN.

3

Thanks but here’s the thing, when I boot up the game in MAME, it still plays the rom like normal so idk what to do??

Also I am using the Neobitz sdk.
avatar

4

delete the zip-file (or rename it), MAME always tries to read the zip-file first and afterwards the unpacked ROM.

5

blastar (./4):
delete the zip-file (or rename it), MAME always tries to read the zip-file first and afterwards the unpacked ROM.
Thanks for letting me know, I try to do that when I get home!
avatar