finalburnneo / FBNeo

FinalBurn Neo - We are Team FBNeo.
http://neo-source.com
Other
935 stars 365 forks source link

Test ROM custom Neo Geo ? #1474

Open Kannagi opened 1 year ago

Kannagi commented 1 year ago

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

dinkc64 commented 1 year ago

of course, just link the romset :)

Kannagi commented 1 year ago

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

dinkc64 commented 1 year ago

:) what do you mean?

Kannagi commented 1 year ago

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

Kannagi commented 1 year ago

The Neo Geo ROM would look like this:

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

dinkc64 commented 1 year ago

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,