Open Kannagi opened 1 year ago
of course, just link the romset :)
Ok, so it's already implemented, where will you do it next? ^^
:) what do you mean?
For example, I have a custom ROM, how can I launch it on FB Neo?
The Neo Geo ROM would look like this:
1 MiB P1 8 MiB C1 8 MiB C2 8 MiB V1 128 KiB M1
Oh, you'll need to add it to d_neogeo.cpp in src/burn/drv/neogeo edit this file and see the last entry, starting with "// Monitor Test Patterns Tool (v1.3)" to the end of the file. Copy and paste this part, then change the romset name (ngmontst -> your_romset_name) Fill in all the romnames in struct BurnRomInfo, filesizes (in hex) and crc32's & change any info's below :)
best regards,
Hello,
I created an SDK for the Neo Geo: https://github.com/Kannagi/NGDK in general, I suggest the ssideki;zip rom, but some people ask me for bigger ROMs to test and suddenly it doesn't work too well with others. suddenly, I was wondering if it was possible to add a custom ROM on FBNeo for the Neo Geo ?
Thank you ! :)