Final Burn Neo > FBN Development

Pochi and Nyaa Help!!!

(1/2) > >>

KingHanco:
http://neosource.1emu.net/pages/games/fba/pnyaa.htm

I put all these coding except for the cygwin fix in. (If I needed this. Where do I need to added at in the line?)

I don't know why this name not on fba_029498 list after I put the coding in and compile FBA it.

This is the 3rd game that I try to get on the fba_029498 games list.

I will stop here and wait on the help that I needed.

I need to get this to work first before adding another game in the list.

Do I miss something that I need to add to get it to work correct that isn't on that website?

James33:
Did you get any compile errors and do you have the correct roms Uncheck the box where it says Show Available Only then check to see if the game is in the list then load game then when errors show it should say what roms its needing.Your rom set maybe wrong.

iq_132:
I don't think that's it James.  If you take a look at his source in another one of these threads, you see he's added a driver inside a comment /* .. */

KingHanco:


*/


--- Code: ---// Pochi and Nyaa

static struct BurnRomInfo pnyaaRomDesc[] = {
{"267-p1.bin", 0x100000, 0x112FE2C0, 0x10},  //  0 68K code

{"267-c1.bin", 0x800000, 0x2E20617A,    1},  //  1 Sprite data
{"267-c2.bin", 0x800000, 0x4EDFA720,    1},  //  2

{"267-m1d.bin",0x080000, 0xd58eaa8e, 0x10},  //  3 Z80 Code
// {"267-m1.bin", 0x080000, 0xc7853ccd, 0x10},  //  3

{"267-v1.bin", 0x400000, 0xE2E8E917, 2},  //  4 Samples
// {"267-v1d.bin",0x400000, 0x1ac7db71,    2},  //  4

};

STDROMPICKEXT(pnyaa, pnyaa, neogeo);
STD_ROM_FN(pnyaa);

static int pnyaaInit()
{
nNeoProtectionXor = 0x2e;
nPCM2Value=4;
return NeoInit();
}

struct BurnDriver BurnDrvpnyaa = {

{"pnyaa", "Pochi and Nyaa", NULL, "Aiky", "Neo Geo", "2003", NULL, "neogeo"},
BDF_GAME_WORKING, 2, HARDWARE_SNK_NEOGEO | HARDWARE_SNK_ENCRYPTED_B,
NULL, pnyaaRomInfo, pnyaaRomName, neogeoInputInfo, neogeoDIPInfo,
pnyaaInit, NeoExit, NeoFrame, NeoRender, NeoScan, &NeoRecalcPalette,
nNeoScreenWidth, 224, 4, 3
};

--- End code ---

James33:
Going by the look of it you have the wrong rom set .

Navigation

[0] Message Index

[#] Next page

Go to full version