Mr.X
Premium Members-
Posts
866 -
Joined
-
Last visited
Content Type
Profiles
Events
Forums
Blogs
Downloads
Everything posted by Mr.X
-
Don"t worry ! I'm slim...
-
I 'd like to create my own costume as this man does : www.ibiblio.org/jmaynard/TRONcostume What do U think about it ?
-
God Rugal is a mixture of "Full Powered Gouki" and Orochi's power, thus the term "God." Shin Gouki is a mixture Gouki at full strenght and Orochi's power. Yes, thx about G*d Rugal. But Shin Gouki already exists : SF Zero series, SF 3 series... No mention of "Orochi" from KoF ; Cap can't use "Orochi 's power".
-
No, there 's no connection between the Dash & the required time to load the game. If U launch an original CD/DVD of the game from the Dash (always other than M$ Dash in this example), it 'll launch it as with a normal retail X-Box non modded or using an exploit. But if it's a backup on CD/DVD it 'll need a bit + time to load it. If the backup 's stored in Ur HD, it 'll be loaded + quickly than an original CD/DVD of the game.
-
Did hey imagine "God Rugal" to be up to Shin Akuma ? Why didn't they keep Omega Rugal ?
-
Nice. About Cap vs SNK 2 charas, I 've just noticed yesterday Eagle, Maki & Yun 're selectable in SF Alpha 3 Upper GBA ver.
-
I post here, cuz access was refused when I wanted to post in update section. Source : http://haze.mame.net/
-
Razoola did not dump SSZ:Special
Mr.X replied to [S4]The Phantom's topic in Arcade Emulators [/pc/arcade]
EFMP ? Billy Jr ? Maybe not, a dump of SSZSP 's not publicly proved. -
U can notice rotd (parent set) & rotdn don't use 264-m1 but only 264-m1d if U open default(mame dump).xbe. Also, here 'R some legal NeoGeo for FBA cheats (until kof 2000) non-mame.ini names (but they can work with mame dump compatible xbe if U rename the name of the.ini like the mame romset name).
-
..:: Proposed Upcoming Rule Changes ::..
Mr.X replied to Alpha's topic in 1Emulation.com Information [/info]
Posting patches 's better than posting roms links. -
The best thing to do 's to get patches : Neo Patches Neo patches (others)
-
U can use 128 K 266-m1 (m1d) in non-mame XBE. Open the default.xbe with an hex editor, go to offset 0x2731A6 & replace 04 with 02 (to accept 128 K M1 instead of overdump 256).
-
Thx for mslug5p : memory_install_write16_handler(0, ADDRESS_SPACE_PROGRAM, 0x2ffff0, 0x2fffff, 0, 0, ms5plus_bankswitch_w); Now, it works. mslug5 doesn't work (with original encrypted P1 CRC d0466792 & P2 CRC fbf6b61e). But we can use the non-bootleg decrypted P : DRIVER( mslug5 ) /* 0268 © 2003 Mega Enterprise / Playmore Corporation */ ROM_START( mslug5 ) /* Decrypted P, Encrypted C */ ROM_REGION( 0x800000, REGION_CPU1, 0 ) /* encrypted, we load these here for reference and replace with decrypted ROMs */ ROM_LOAD( "268-p1.bin", 0x000000, 0x400000, CRC(d0466792) ) ROM_LOAD( "268-p2.bin", 0x400000, 0x400000, CRC(fbf6b61e) ) /* decrypted */ ROM_LOAD16_WORD_SWAP( "268-p1d.bin", 0x000000, 0x200000, CRC(2ecc772d) ) ROM_CONTINUE( 0x300000, 0x100000 ) ROM_CONTINUE( 0x200000, 0x100000 ) ROM_CONTINUE( 0x400000, 0x400000 ) 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) ) ROM_REGION( 0x40000, REGION_USER4, 0 ) /* encrypted, we load it here for reference and replace with decrypted ROM */ ROM_LOAD( "268-m1.bin", 0x00000, 0x40000, CRC(88c11f51) ) NEO_BIOS_SOUND_256K( "268-m1d.bin", CRC(6866d696) ) ROM_REGION( 0x1000000, REGION_SOUND1, ROMREGION_SOUNDONLY ) /* encrypted, we load these here for reference and replace with decrypted ROMs */ ROM_LOAD( "268-v1.bin", 0x000000, 0x800000, CRC(33c6305c) ) ROM_LOAD( "268-v2.bin", 0x800000, 0x800000, CRC(1afb848e) ) /* decrypted */ ROM_LOAD( "268-v1d.bin", 0x000000, 0x800000, CRC(14848c5c) ) ROM_LOAD( "268-v2d.bin", 0x800000, 0x800000, CRC(696cce3b) ) NO_DELTAT_REGION ROM_REGION( 0x4000000, REGION_GFX3, 0 ) ROM_LOAD16_BYTE( "268-c1.bin", 0x0000000, 0x800000, CRC(27d59de8) ) /* Plane 0,1 */ ROM_LOAD16_BYTE( "268-c2.bin", 0x0000001, 0x800000, CRC(e600dee1) ) /* Plane 2,3 */ ROM_LOAD16_BYTE( "268-c3.bin", 0x1000000, 0x800000, CRC(b650f098) ) /* Plane 0,1 */ ROM_LOAD16_BYTE( "268-c4.bin", 0x1000001, 0x800000, CRC(10499589) ) /* Plane 2,3 */ ROM_LOAD16_BYTE( "268-c5.bin", 0x2000000, 0x800000, CRC(19352405) ) /* Plane 0,1 */ ROM_LOAD16_BYTE( "268-c6.bin", 0x2000001, 0x800000, CRC(b1531523) ) /* Plane 2,3 */ ROM_LOAD16_BYTE( "268-c7.bin", 0x3000000, 0x800000, CRC(fe2c1338) ) /* Plane 0,1 */ ROM_LOAD16_BYTE( "268-c8.bin", 0x3000001, 0x800000, CRC(ecce3141) ) /* Plane 2,3 */ ROM_END int ms5_bank_offset = 0; static WRITE16_HANDLER( mslug5_calc_bankoffset_w ) { ms5_bank_offset = (data>>12)%0x03; } static WRITE16_HANDLER( mslug5_bankswitch_w ) { neogeo_set_cpu1_second_bank( (neogeo_ram16[0x10/2] + ms5_bank_offset) << 20 ); } DRIVER_INIT( mslug5 ) { neogeo_fix_bank_type = 1; kof2000_neogeo_gfx_decrypt(0x19); memory_install_write16_handler(0, 0x2ffff0, 0x2ffff1, mslug5_bankswitch_w); memory_install_write16_handler(0, 0x2ffff2, 0x2ffff3, mslug5_calc_bankoffset_w); init_neogeo(); } GAMEB( 2003, mslug5, neogeo, neogeo, neogeo, neogeo, mslug5, ROT0, "Mega Enterprise / Playmore Corporation", "Metal Slug 5" )
-
About kf2k3pls, tell me if U want to use kof2003 as parent & the recent decrypted EX Hero P1. ms5plus driver I use : in Machine\neogeo.c static READ16_HANDLER( mslug5_prot_r ) { logerror("PC %06x: access protected\n",activecpu_get_pc()); return 0xa0; } static WRITE16_HANDLER ( ms5plus_bankswitch_w ) { unsigned char *RAM = memory_region(REGION_CPU1); int bankaddress; logerror("offset: %06x PC %06x: set banking %04x\n",offset,activecpu_get_pc(),data); if ((offset == 0)&&(data == 0xa0)) { bankaddress=0xa0; cpu_setbank(4,&RAM[bankaddress]); //neogeo_set_cpu1_second_bank(bankaddress); logerror("offset: %06x PC %06x: set banking %04x\n\n",offset,activecpu_get_pc(),bankaddress); } else if(offset == 2) { data=data>>4; //data=data&7; bankaddress=data*0x100000; cpu_setbank(4,&RAM[bankaddress]); //neogeo_set_cpu1_second_bank(bankaddress); logerror("offset: %06x PC %06x: set banking %04x\n\n",offset,activecpu_get_pc(),bankaddress); } } after static void neogeo_custom_memory(void) { sram_locked = 0; sram_protection_hack = 0; prot_data = 0; after /* Individual games can go here... */ /* kludges */ if (!strcmp(Machine->gamedrv->name,"ms5plus") ) { // special ROM banking handler install_mem_write16_handler(0, 0x2ffff0, 0x2fffff, ms5plus_bankswitch_w); // additional protection install_mem_read16_handler(0, 0x2ffff0, 0x2fffff, mslug5_prot_r); } in src\Drivers.c DRIVER( ms5plus ) /* 0268 © 2003 Mega Enterprise / Playmore Corporation */ Drivers\neogeo.c ROM_START( ms5plus ) ROM_REGION( 0x500000, REGION_CPU1, 0 ) ROM_LOAD16_WORD_SWAP( "268-p1p.bin", 0x000000, 0x100000, CRC(106b276f) SHA1(0e840df95f3813145e5043573483c7610d2d3e68) ) ROM_LOAD16_WORD_SWAP( "268-p2p.bin", 0x100000, 0x200000, CRC(d6a458e8) SHA1(c0a8bdae06d62859fb6734766ccc190eb2a809a4) ) ROM_LOAD16_WORD_SWAP( "268-p3p.bin", 0x300000, 0x200000, CRC(439ec031) SHA1(f0ad8f9be7d26bc504593c1321bd23c286a221f0) ) ROM_REGION( 0x20000, REGION_GFX1, 0 ) ROM_LOAD("268-s1p.bin", 0x000000, 0x20000, CRC(21e04432) SHA1(10057a2aa487087f7143d1d69fdad978a6bef0f7) ) ROM_REGION( 0x20000, REGION_GFX2, 0 ) ROM_LOAD( "sfix.sfx", 0x000000, 0x20000, CRC(354029fc) SHA1(4ae4bf23b4c2acff875775d4cbff5583893ce2a1) ) NEO_BIOS_SOUND_256K( "268-m1d.bin", CRC(6866d696) SHA1(3638b072e44277a6bffea5a78a915a14c6afcba0) ) ROM_REGION( 0x1000000, REGION_SOUND1, ROMREGION_SOUNDONLY ) ROM_LOAD( "268-v1d.bin", 0x000000, 0x800000, CRC(14848c5c) SHA1(8f67daa54738f8b217cce1f1d0a7872fd06d91b6) ) ROM_LOAD( "268-v2d.bin", 0x800000, 0x800000, CRC(696cce3b) SHA1(538d4a25befa4ffd25a48df97380469c13980f7a) ) NO_DELTAT_REGION ROM_REGION( 0x4000000, REGION_GFX3, 0 ) ROM_LOAD16_BYTE( "268-c1d.bin", 0x0000000, 0x800000, CRC(969C0D62) SHA1(DE3C5CFA980CCA2FAB0416AC0D292948B5D4C9C3) ) /* Plane 0,1 */ ROM_LOAD16_BYTE( "268-c2d.bin", 0x0000001, 0x800000, CRC(C69AE867) SHA1(3198EE5C7C2C7563B49EBD9F7BA95D9B0B303F6C) ) /* Plane 2,3 */ ROM_LOAD16_BYTE( "268-c3d.bin", 0x1000000, 0x800000, CRC(D7BEAEAF) SHA1(99443EA4C1BAB45F1977A390EB7E1A0163915110) ) /* Plane 0,1 */ ROM_LOAD16_BYTE( "268-c4d.bin", 0x1000001, 0x800000, CRC(899FB2AF) SHA1(a06a424c813c1b4f922c5404405779f605c90a06) ) /* Plane 2,3 */ ROM_LOAD16_BYTE( "268-c5d.bin", 0x2000000, 0x800000, CRC(2FA1A5AD) SHA1(4AE15D29BA979601598EDDF8905072FE1D9E0A98) ) /* Plane 0,1 */ ROM_LOAD16_BYTE( "268-c6d.bin", 0x2000001, 0x800000, CRC(6DE89589) SHA1(86A6C036BF51AF516FEA83A30874026EC1586A83) ) /* Plane 2,3 */ ROM_LOAD16_BYTE( "268-c7d.bin", 0x3000000, 0x800000, CRC(97BD0C0A) SHA1(30F3280FE527098ECF46541CC645A59B366105EA) ) /* Plane 0,1 */ ROM_LOAD16_BYTE( "268-c8d.bin", 0x3000001, 0x800000, CRC(C0D5BC20) SHA1(B5D0D81D5CC624538B0651C568295E578A1330D1) ) /* Plane 2,3 */ ROM_END DRIVER_INIT( ms5plus ) { UINT8 *dst = malloc(0x20000); UINT8 *roms1 = (memory_region(REGION_GFX1)); int j; if ( dst ) { memcpy(dst,roms1,0x20000); // descrambling the S1 by dorriga for (j=0;j<0x20000; j+=0x000010) { memcpy( roms1+j, dst+j+0x000008,; memcpy( roms1+j+0x000008, dst+j,; } } free( dst ); neogeo_fix_bank_type = 1; init_neogeo(); } GAMEB( 2003, ms5plus, mslug5, neogeo, neogeo, neogeo, ms5plus, ROT0, "Mega Enterprise / Playmore Corporation", "Metal Slug 5 Plus (bootleg)" )
-
I forgot 'em, it was just an example. 'R U going to add kof 2004 EX Hero with transparent bars in Ur NeoMAMEoX compil ?
-
About KoF 2004 EX Hero, there 's a decrypted P1 working with Nebula/Kawaks Loader/former NRX. There 's no importance, Manto did a great work : U can notice kof 2003 with (fake) transparency effects & new options like NeoGeo cheats.
-
I guess U already have a modded X-Box, or using an exploit : If U don't have HUB, connect a simple crossover cable RJ45 to Ur PC & X-Box On the PC, U can use FTP soft like FlashFXP or SmartFTP etc.
-
In default(mame).xbe, he called 'em : svcplush, svcplus & svc : 1 P1 with bosses enabled (formerly svcboss), 1 P1 Plus & 1 fixed P1 bootleg like the bootleg of the real svcchaos set. In normal time, we need only 2 sets : svcplush (alt bootleg of svcplus, Hack) & svcbooth (alt bootleg, Hack). About matri & matrimnd, the sets stay out-of-date. kof2002d is not fully decrypted, it doesn't use the descrambled P2 ; it's not kof2k2nd. However, kof2002 is perfect. Instead of the original bootleg dump (P1 crc 3ab03781 with S1 crc 595e0006), the Plus vers (P1 crc 6a3a02f3 & S1 with chinese intro texts) supported is an alt bootleg. rotdnd 's not supported (with real decrypted P1 : 4 Mb & decrypted C). rotdd 's perfect (decrypted C), but m1d 's out-of-date. There's no m1 (as reference) in rotd. mslug4nd 's not really added (it's mslug4d : decrypted C). ms4plus & the homebrew columns 'R not supported.
-
he didn't add samsho5 & samsh5nd based on Kawaks Dev. The only updated roms in samsh5nd 'R the fully decrypted P roms (P1 crc32 3A2D88CB, but he put crc32 0379698B [P1 + P2 size 4 Mb instead of 8, so the game can't work if U don't edit it] & P2 crc32 91979DEE).
-
If U want to play kof2003 (bootleg) with the default(mame).xbe, U have to use the following roms : kof2003b.zip (set 1) : 271-p1bl.bin 4 Mb crc32 : 92ED6EE3 271-p2bl.bin 3 Mb crc32 : BF7BF5FE 271-s1bl.bin 128 Kb crc32 : 3BA05252 271-c1d.bin 16 Mb crc32 : C29ACD28 271-c2d.bin 16 Mb crc32 : 328E80B1 271-c3d.bin 16 Mb crc32 : 20A11F1 271-c4d.bin 16 Mb crc32 : 991B5ED2 271-c5d.bin 16 Mb crc32 : C2DE8B66 271-c6d.bin 16 Mb crc32 : 3FF750DB 271-m1d.bin 512 Kb crc32 : E86AF8F 271-v1d.bin 16 Mb crc32 : 2058EC5E kof2k3ba.zip (set 2, with fake transparencies) : 271-p1bl.bin 4 Mb crc32 : 92ED6EE3 271-p2bl.bin 3 Mb crc32 : BF7BF5FE 271-s1b.bin 512 Kb crc32 : F4515195 271-c1d.bin 16 Mb crc32 : C29ACD28 271-c2d.bin 16 Mb crc32 : 328E80B1 271-c3d.bin 16 Mb crc32 : 20A11F1 271-c4d.bin 16 Mb crc32 : 991B5ED2 271-c5d.bin 16 Mb crc32 : C2DE8B66 271-c6d.bin 16 Mb crc32 : 3FF750DB 271-m1d.bin 512 Kb crc32 : E86AF8F 271-v1d.bin 16 Mb crc32 : 2058EC5E kof2k4ex.zip (Hero EX [Plus]) : 271h-p1.bin 1 Mb crc32 : DACF5B2D 271h-p2.bin 2 Mb crc32 : 8C06E880 271h-p3.bin 4 Mb crc32 : 96842D45 271h-s1.bin 128 Kb crc32 : A5D78A9A 271-c1d.bin 16 Mb crc32 : C29ACD28 271-c2d.bin 16 Mb crc32 : 328E80B1 271-c3d.bin 16 Mb crc32 : 20A11F1 271-c4d.bin 16 Mb crc32 : 991B5ED2 271-c5d.bin 16 Mb crc32 : C2DE8B66 271-c6d.bin 16 Mb crc32 : 3FF750DB 271-m1d.bin 512 Kb crc32 : E86AF8F 271-v1d.bin 16 Mb crc32 : 2058EC5E
-
In DIPswitch settings, enable Setting mode ("on"), then reset the game to enter in the menu.
-
Yeah, FBAXXX has some bug where it won't generate the DAT files for the standard XBE after you enable the new sets. I tried and it just locks up when it says it's generating the DATS. I checked over at the FBAXXX site and other people have had the same problem. U have to open the XBE with an hex editor to know the roms to use for the recent dumps : kof2003b instead of kof2003f, it uses the original bootleg 2 P roms ; kof2k3ba 's kof2003b with 512 K s1 with transparencies ; kof2k4ex 's kof 2003 Hero EX ; svcplush instead of svc boss... The other romsets 'R as in the previous vers.
-
(I want to keep my xbox...) Is there an important risk in overclocking CPU all the time ?
-
I guess : ini folder. Edit it with Xpad or on PC.