FBNeo icon indicating copy to clipboard operation
FBNeo copied to clipboard

Test ROM custom Neo Geo ?

Open Kannagi opened this issue 2 years ago • 6 comments
trafficstars

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 ! :)

Kannagi avatar May 16 '23 13:05 Kannagi

of course, just link the romset :)

dinkc64 avatar May 16 '23 13:05 dinkc64

Ok, so it's already implemented, where will you do it next? ^^

Kannagi avatar May 16 '23 17:05 Kannagi

:) what do you mean?

dinkc64 avatar May 16 '23 22:05 dinkc64

For example, I have a custom ROM, how can I launch it on FB Neo?

Kannagi avatar May 17 '23 02:05 Kannagi

The Neo Geo ROM would look like this:

1 MiB P1 8 MiB C1 8 MiB C2 8 MiB V1 128 KiB M1

Kannagi avatar May 17 '23 02:05 Kannagi

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,

  • dink

dinkc64 avatar May 17 '23 04:05 dinkc64