General Emulation > General Emulation

Pochi & Nyaa

<< < (3/3)

iq_132:
What are the crcs you got?  It's a possibility those are using 2f as the gfx xor.

KingHanco:

--- Quote from: iq_132 ---What are the crcs you got?  It's a possibility those are using 2f as the gfx xor.
--- End quote ---

I hope this help.


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

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

{"pnyaa-s1.bin", 0x020000, 0x1d28835e,    1}, //  1 Text data

{"pnyaa-c1.bin", 0x800000, 0xb6e9ad3f,    1}, //  2 Sprite data
{"pnyaa-c2.bin", 0x800000, 0x6637740b,    1}, //  3

{"pnyaa-m1.bin", 0x080000, 0xc7853ccd, 0x10}, //  4 Z80 code

{"pnyaa-v1.bin", 0x400000, 0x21fbddb1,    2}, //  5 Sound data
};

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

struct BurnDriver BurnDrvpnyaa = {

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

I try the SRAM, Swap C, Swap P and Swap V. I got nothing to show up clean.

Do I need to try the Encryption Options, GfxKey or the 512k S1 out also?

How do I uses the GfxKey if yes?

Btw: It did say SNK on the screen with white fuzz over the words. :)

The zip is the size of 14.4mb.

Yep it is the puzzle game.

iq_132:
Yeah, those are the old, completely bad Cs.  You'll need to find the good ones somewhere.

Navigation

[0] Message Index

[*] Previous page

Go to full version