Welcome!

Final Burn Neo => FBN Development => Topic started by: KingHanco on December 11, 2004, 10:41:03 PM

Title: Pochi and Nyaa Help!!!
Post by: KingHanco on December 11, 2004, 10:41:03 PM
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?
Title: Pochi and Nyaa Help!!!
Post by: James33 on December 12, 2004, 02:54:38 AM
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.
Title: Pochi and Nyaa Help!!!
Post by: iq_132 on December 12, 2004, 03:00:37 AM
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 /* .. */
Title: I did it.
Post by: KingHanco on December 12, 2004, 06:47:01 AM
(http://members.lycos.co.uk/nubula2004/Yah.JPG)

*/

Code: [Select]
// 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
};
Title: Pochi and Nyaa Help!!!
Post by: James33 on December 12, 2004, 10:32:03 AM
Going by the look of it you have the wrong rom set .
Title: Re:
Post by: KingHanco on December 12, 2004, 12:40:57 PM
Quote from: James33
Going by the look of it you have the wrong rom set .


I don't have those roms yet to try on this.

I only have 3 parts of the roms and won't be any good to try it out yet.

After I can find the rest of the roms and then I will test it out to see it wrong. :)