Please back to topic. Thread closed 24h.
@Mitsurugi-w
@Mitsurugi-w
262?Just for curiosity can someone post the full list of the 262 supported games?
I use the roll up pack and i have 256 out of 262, so 6 games or variant are missing?
262?Just for curiosity can someone post the full list of the 262 supported games?
I use the roll up pack and i have 256 out of 262, so 6 games or variant are missing?
Are you sure that's the number?
I must be missing a lot of games!
![]()
That line says "SUPPORTED GAMES". Which means, that from 262 folders found on your microSD, only 256 are supported known NeoGeo games.262?Are you sure that's the number?Just for curiosity can someone post the full list of the 262 supported games?
I use the roll up pack and i have 256 out of 262, so 6 games or variant are missing?
I must be missing a lot of games!
![]()
![]()
Thanks, now it's crystal clear for meThat line says "SUPPORTED GAMES". Which means, that from 262 folders found on your microSD, only 256 are supported known NeoGeo games.
In my case i mixed the Neo Geo Roll-Up BETA 3.1 with all the old pack of rom (Darksoft Neo Geo Add-On Pack...etc.)
You allready have all the game in the roll-up beta 3.1 the rest is just hacks and variation, different set.
I think it's these roms who are remove from the roll up beta 3.1
aof3k
kf2k2pls
kf2k5uni
kf2k2pla
kof98ka
kof99h
kof99k
kof2000n
kof2002b
kof2003h
lastbladh
mslug3b6
mslug3h
pbobblenb
rbff1k
rotdh
svcpcb
svcpcba
How to build game romsets.
Some users have already made available some rompacks. To do that they have followed these instructions:
for all the files except CROM just concatenate as it's in MAME. For example for the game Fatal Fury Special:
ROM_START( fatfursp ) /* MVS AND AES VERSION */
ROM_REGION( 0x180000, "cslot1:maincpu", ROMREGION_BE|ROMREGION_16BIT )
ROM_LOAD16_WORD_SWAP( "058-p1.p1", 0x000000, 0x100000, CRC(2f585ba2) SHA1(429b4bf43fb9b1082c15d645ca328f9d175b976b) ) /* mask rom TC538200 */
ROM_LOAD16_WORD_SWAP( "058-p2.sp2", 0x100000, 0x080000, CRC(d7c71a6b) SHA1(b3428063031a2e5857da40a5d2ffa87fb550c1bb) ) /* mask rom TC534200 */
NEO_SFIX_128K( "058-s1.s1", CRC(2df03197) SHA1(24083cfc97e720ac9e131c9fe37df57e27c49294) ) /* mask rom TC531000 */
NEO_BIOS_AUDIO_128K( "058-m1.m1", CRC(ccc5186e) SHA1(cf9091c523c182aebfb928c91640b2d72fd70123) ) /* mask rom TC531001 */
ROM_REGION( 0x500000, "cslot1:ymsnd", 0 )
ROM_LOAD( "058-v1.v1", 0x000000, 0x200000, CRC(55d7ce84) SHA1(05ac6a395d9bf9166925acca176a8d6129f533c) /* mask rom TC5316200 */
ROM_LOAD( "058-v2.v2", 0x200000, 0x200000, CRC(ee080b10) SHA1(29814fc21bbe30d37745c8918fab00c83a309be4) ) /* mask rom TC5316200 */
ROM_LOAD( "058-v3.v3", 0x400000, 0x100000, CRC(f9eb3d4a) SHA1(d1747f9460b965f6daf4f881ed4ecd04c5253434) ) /* mask rom TC538200 */
ROM_REGION( 0xc00000, "cslot1:sprites", 0 )
ROM_LOAD16_BYTE( "058-c1.c1", 0x000000, 0x200000, CRC(044ab13c) SHA1(569d283638a132bc163faac2a9055497017ee0d2) ) /* Plane 0,1 */ /* mask rom TC5316200 */
ROM_LOAD16_BYTE( "058-c2.c2", 0x000001, 0x200000, CRC(11e6bf96) SHA1(c093a4f93f13e07b276e28b30c2a14dda9135d8f) ) /* Plane 2,3 */ /* mask rom TC5316200 */
ROM_LOAD16_BYTE( "058-c3.c3", 0x400000, 0x200000, CRC(6f7938d5) SHA1(be057b0a3faeb76d5fff161d3e6fea8a26e11d2c) ) /* Plane 0,1 */ /* mask rom TC5316200 */
ROM_LOAD16_BYTE( "058-c4.c4", 0x400001, 0x200000, CRC(4ad066ff) SHA1(4e304646d954d5f7bbabc5d068e85de31d38830f) ) /* Plane 2,3 */ /* mask rom TC5316200 */
ROM_LOAD16_BYTE( "058-c5.c5", 0x800000, 0x200000, CRC(49c5e0bf) SHA1(f3784178f90751990ea47a082a6aa869ee3566c9) ) /* Plane 0,1 */ /* mask rom TC5316200 */
ROM_LOAD16_BYTE( "058-c6.c6", 0x800001, 0x200000, CRC(8ff1f43d) SHA1(6180ceb5412a3e2e34e9513a3283b9f63087f747) ) /* Plane 2,3 */ /* mask rom TC5316200 */
ROM_END
Bus #1 PROM: Just concatenate using any hex editor the two files in the same order: "058-p1.p1"? + "058-p2.sp2"? into "prom"
Bus #2 SROM: Just rename "058-s1.s1"? to "srom"
Bus #3 MROM: Just rename "058-m1.m1"? to "m1rom"
Bus #4 VROM: Just concatename "058-v1.v1"? + "058-v2.v2"? + "058-v3.v3"? into "vroma0"
Bus #5 CROM: Here you need to word_swap the files and concatenate. Do it in pairs using the script attached. You will need to edit the file to adjust input and output names. First process "058-c1.c1"?+"058-c2.c2"? into "out1.bin", then "058-c3.c3"?+"058-c4.c4"? into "out2.bin", then "058-c5.c5"?+"058-c6.c6"? into "out3.bin". Once you've obtained the 3 files, just concatenate into a big file and rename to "crom0"