Agozer Posted May 5, 2004 Posted May 5, 2004 well thats originally my plan too, but i needed something to pass time so there it was i can pm you a link if you wish (it is the bad one though - as thats the only one out right now). ill look again for the patches to fix the C ROMS (16 MB though). reply back if youre interested.By all means send it. I could kill some time right now.
James Posted May 6, 2004 Posted May 6, 2004 I have both sets the NRX set uses the Zupapa V and M roms My Mame rom set has no sound for now.if you want i can send them to you on AIM.
Agozer Posted May 6, 2004 Posted May 6, 2004 I have both sets the NRX set uses the Zupapa V and M roms My Mame rom set has no sound for now.if you want i can send them to you on AIM.Ok, sure. I'll get back to you later today....I'm in school now.
Mr.X Posted May 6, 2004 Posted May 6, 2004 (edited) @Agozer - the convert2 (23?) utility is used to encrypt/decrypt roms. if you chose to decrypt, it will also extract the s1 data from the C ROMs (mostly at the last 128kb of the C ROMs themselves). this s1 can be used for emulators that may need it (like NRX)Yeah, I kinda guessed that...I tried Googling for it, but I think I'll wait for the new dump. If U need PNyaa with the decrypted C : ROM LINK GONE! Edited January 7, 2005 by GryphonKlaw
NeoRAGERx Posted May 6, 2004 Author Posted May 6, 2004 oh about convert2.exe....is a encrypter/decrypter for Cs...better get NeFe frontend for it ...and what new dump are u talking bout ???
James Posted May 6, 2004 Posted May 6, 2004 oh about convert2.exe....is a encrypter/decrypter for Cs...better get NeFe frontend for it ...and what new dump are u talking bout ???I think he means theres one which is 100% working with the proper sound
Xeon Posted May 6, 2004 Posted May 6, 2004 it may or may not come out, EFMP or not. nothings certain, only time can tell.
NeoRAGERx Posted May 6, 2004 Author Posted May 6, 2004 (edited) True Edit I am not sure how you double posted.but anyway i deleted your second post.please do not double post thanks.James Edited May 6, 2004 by james
StriderSkorpion Posted May 6, 2004 Posted May 6, 2004 Don't double post. Anyways, you can still get the new dump of Pochii & Nyaa (sp?) off of alt.binaries.emulators.neogeo and alt.binaries.emulators.arcade. There is a "fixed" v rom for pnyaa, but it doesn't work with the m rom (encrypted or decrypted). Of course, you're probably better off with the Zupapa roms since the "fixed" rom only works *sometimes* so it comes in and out.
James Posted May 6, 2004 Posted May 6, 2004 (edited) here are some Dats and a Mame Driver System: NEO RomName: pnyaad Game: Poochi & Nya (decrypted / Zupapa V & M Roms) Parent: pnyaa [Program] 267-p1.rom,0,80000,400FD762,0 [Text] 267-s1.rom,0,20000,88FFBB15,0 [Z80] 267-m1.rom,0,20000,5A3B3191,0 [Samples] 267-v1.rom,0,200000,D3A7E1FF,0 [Graphics] 267-c1.rom,0,800000,2BD02A33,0 267-c2.rom,1,800000,8FB27B0B,0 [System] CartridgeID: 267 GfxCrypt: 0 GfxKey: 0 ButLayout: 9 Fix: 0 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% System: NEO RomName: pnyaa Game: Poochi & Nya (Zupapa V & M Roms) [Program] 267-p1.bin,0,80000,400FD762,0 [Text] [Z80] 267-m1.rom,0,20000,5A3B3191,0 [Samples] 267-v1.rom,0,200000,D3A7E1FF,0 [Graphics] 267-c1.bin,0,800000,87A833D8,0 267-c2.bin,1,800000,FF7428DD,0 [System] CartridgeID: 267 GfxCrypt: 2 GfxKey: 2F ButLayout: 9 Fix: C ------------------------------------------------------------------------Mame Driver DRIVER( pnyaa ) /* 0267 (c) 2003 Aiky * ROM_START( pnyaa ) ROM_REGION( 0x100000, REGION_CPU1, 0 ) ROM_LOAD16_WORD_SWAP( "267-p1.bin", 0x000000, 0x80000, CRC(400fd762) ) /* The Encrypted Boards do _not_ have an s1 rom, data for it comes from the Cx ROMs */ ROM_REGION( 0x20000, REGION_GFX1, 0 ) ROM_FILL( 0x000000, 0x20000, 0 ) ROM_REGION( 0x20000, REGION_GFX2, 0 ) ROM_LOAD( "sfix.sfx", 0x000000, 0x20000, CRC(354029fc) SHA1(4ae4bf23b4c2acff875775d4cbff5583893ce2a1) ) /* The M1 ROM is encrypted, we load it here for reference and replace it with a decrypted version */ ROM_REGION( 0x80000, REGION_USER4, 0 ) /* sound is not working */ ROM_LOAD( "267-m1.bin", 0x00000, 0x80000, CRC(c7853ccd) SHA1(1b7a4c5093cf0fe3861ce44fd1d3b30c71ad0abe) ) NEO_BIOS_SOUND_512K( "267-m1d.bin", CRC(31a88936) SHA1(49e950a6ebdfe124daa18ce638efb270ec2f3c67) ) ROM_REGION( 0x400000, REGION_SOUND1, ROMREGION_SOUNDONLY ) ROM_LOAD( "267-v1.bin", 0x000000, 0x400000, CRC(21fbddb1) SHA1(9be32bfd27ccc895dd66df8e43e43f90c71e5748) ) NO_DELTAT_REGION ROM_REGION( 0x1000000, REGION_GFX3, 0 ) /* Encrypted */ ROM_LOAD16_BYTE( "267-c1.bin", 0x0000000, 0x800000, CRC(87a833d8) SHA1(761f0a7dfcef7a1e1e0898c50681909fe981220c) ) /* Plane 0,1 */ ROM_LOAD16_BYTE( "267-c2.bin", 0x0000001, 0x800000, CRC(ff7428dd) SHA1(5ebb0e4187e1ff26b63aec9dfb543935d83b29df) ) /* Plane 2,3 */ ROM_END DRIVER_INIT( pnyaa ) { neogeo_fix_bank_type = 1; kof2000_neogeo_gfx_decrypt(0x2f); init_neogeo(); } GAMEBX( 2003,pnyaa, neogeo, neogeo, neogeo, neogeo, pnyaa, ROT0, "Aiky", "Pochi and Nyaa", GAME_NO_SOUND ) Edited May 6, 2004 by james
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now