Jump to content

O-Fear

Premium Members
  • Posts

    293
  • Joined

  • Last visited

Posts posted by O-Fear

  1. How much money you got?

     

    There are really only 3 cards you want to look at.

     

    Radeon 9600 XT.

    Radeon 9700 Pro.

    Radeon 9800 Pro.

     

    nVidia dropped the balls past the Geforce4 Ti series (which was frequen sweet) but ATi owns the DirectX 9 era.

     

    Head over to newegg.com and see what you can find.

    but Nvidia support OpenGL... <_<

  2. HELLO EVERYBODY!!! SUP?!? :(

     

    want to play Metal Slug 5 on Kawaks/Nebula?? no prob!!! :D

     

    1) first of all download the ROM from here :

    http://censorlau.sites.uol.com.br/mslug5nd.zip

    NOTE!!! if the this link doesn't work then copy the link to the Address bar and press go!

    2) download this p1 rom for Kawaks/Nebula (change the old p1 with this one) :

    http://hack.emu-zone.org/roms/mslug5-p1-6m.zip

     

    3) heres the DAT for the mslug5nd.DAT file :

     

    System: NEO

    RomName: mslug5nd

    Game: Metal Slug 5

     

    [Program]

    268-p1.bin,0,600000,975eb06a,0

     

    [Text]

    268-s1.bin,0,20000,64952683,0

     

    [Z80]

    268-m1d.bin,0,20000,6fa01c9a,0

     

    [samples]

    268-v1.bin,0,400000,c3540e0d,0

    268-v2.bin,400000,400000,77bd2f4,0

    268-v3.bin,800000,400000,39b14567,0

    268-v4.bin,C00000,400000,969ff3b2,0

     

    [Graphics]

    268-c1.bin,0,800000,969C0D62,0

    268-c2.bin,1,800000,C69AE867,0

    268-c3.bin,1000000,800000,D7BEAEAF,0

    268-c4.bin,1000001,800000,E1B1131B,0

    268-c5.bin,2000000,800000,2FA1A5AD,0

    268-c6.bin,2000001,800000,6DE89589,0

    268-c7.bin,3000000,800000,97BD0C0A,0

    268-c8.bin,3000001,800000,C0D5BC20,0

     

    [system]

    CartridgeID: 268

    GfxCrypt: 0

    GfxKey: 0

    ButLayout: 9

    Fix: 0

     

    %%%%%%%%%%%%%%%%%%%%%%%%%%

     

    4) load the game with Kawaks/Nebula and play!!! :P

     

    well thats all for now... ENJOY!!!! :P

  3. i am looking for the mame driver they wrote so i then can add it too mame32 78  with all the other neogeo games

     

    i have the main part of the driver  correct    but i have got the  DRIVER_INIT wrong

    i just need the correct info  and then i should be right with my compile

    heres the driver (i took it from another forum so its not mine :( )

     

    Driver mame metal slug 5

     

    neogeo.c:

     

    ROM_START( mslug5 )

    ROM_REGION( 0x800000, REGION_CPU1, 0 )

    ROM_LOAD16_WORD_SWAP( "268-p1.bin", 0x000000, 0x800000, CRC(3F1CF3D2) SHA1(2C85EB5ACDEDE4816675B91F8989C9E13C1573F8) )

     

    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) )

     

    NEO_BIOS_SOUND_128K( "268-m1d.bin", CRC(6FA01C9A) SHA1(3DAB7593BFCCE318D22EC3DF672EE3B4AB73DCF5) )

     

    ROM_REGION( 0x1000000, REGION_SOUND1, ROMREGION_SOUNDONLY )

    ROM_LOAD( "268-v1.bin", 0x000000, 0x400000, CRC(C3540E0D) SHA1(BF7CA3ABE291B28A4CFAEF791F0C556CC98AD8D8) )

    ROM_LOAD( "268-v2.bin", 0x400000, 0x400000, CRC(077BD2F4) SHA1(1699959D17F8C7113CEBDB9DA2E1CD18CE48486C) )

    ROM_LOAD( "268-v3.bin", 0x800000, 0x400000, CRC(39B14567) SHA1(1658612A93BA30130F9260BC41D3F18F6B90C1E7) )

    ROM_LOAD( "268-v4.bin", 0xc00000, 0x400000, CRC(969FF3B2) SHA1(50FECEB741A1C08B000B077A33151AB1352EB798) )

     

    NO_DELTAT_REGION

     

    ROM_REGION( 0x4000000, REGION_GFX3, 0 )

    ROM_LOAD16_BYTE( "268-c1.bin", 0x0000000, 0x800000, CRC(27d59de8) SHA1(DE3C5CFA980CCA2FAB0416AC0D292948B5D4C9C3) ) /* Plane 0,1 */

    ROM_LOAD16_BYTE( "268-c2.bin", 0x0000001, 0x800000, CRC(e600dee1) SHA1(3198EE5C7C2C7563B49EBD9F7BA95D9B0B303F6C) ) /* Plane 2,3 */

    ROM_LOAD16_BYTE( "268-c3.bin", 0x1000000, 0x800000, CRC(b650f098) SHA1(99443EA4C1BAB45F1977A390EB7E1A0163915110) ) /* Plane 0,1 */

    ROM_LOAD16_BYTE( "268-c4.bin", 0x1000001, 0x800000, CRC(10499589) SHA1(68A36D336582069E79AD481638D92F57C4CD6523) ) /* Plane 2,3 */

    ROM_LOAD16_BYTE( "268-c5.bin", 0x2000000, 0x800000, CRC(19352405) SHA1(4AE15D29BA979601598EDDF8905072FE1D9E0A98) ) /* Plane 0,1 */

    ROM_LOAD16_BYTE( "268-c6.bin", 0x2000001, 0x800000, CRC(bbec8745) SHA1(86A6C036BF51AF516FEA83A30874026EC1586A83) ) /* Plane 2,3 */

    ROM_LOAD16_BYTE( "268-c7.bin", 0x3000000, 0x800000, CRC(fe2c1338) SHA1(30F3280FE527098ECF46541CC645A59B366105EA) ) /* Plane 0,1 */

    ROM_LOAD16_BYTE( "268-c8.bin", 0x3000001, 0x800000, CRC(ecce3141) SHA1(B5D0D81D5CC624538B0651C568295E578A1330D1) ) /* Plane 2,3 */

    ROM_END

     

    ROM_START( mslug5nd )

    ROM_REGION( 0x800000, REGION_CPU1, 0 )

    ROM_LOAD16_WORD_SWAP( "268-p1.bin", 0x000000, 0x800000, CRC(3F1CF3D2) SHA1(2C85EB5ACDEDE4816675B91F8989C9E13C1573F8) )

     

    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) )

     

    NEO_BIOS_SOUND_128K( "268-m1d.bin", CRC(6FA01C9A) SHA1(3DAB7593BFCCE318D22EC3DF672EE3B4AB73DCF5) )

     

    ROM_REGION( 0x1000000, REGION_SOUND1, ROMREGION_SOUNDONLY )

    ROM_LOAD( "268-v1.bin", 0x000000, 0x400000, CRC(C3540E0D) SHA1(BF7CA3ABE291B28A4CFAEF791F0C556CC98AD8D8) )

    ROM_LOAD( "268-v2.bin", 0x400000, 0x400000, CRC(077BD2F4) SHA1(1699959D17F8C7113CEBDB9DA2E1CD18CE48486C) )

    ROM_LOAD( "268-v3.bin", 0x800000, 0x400000, CRC(39B14567) SHA1(1658612A93BA30130F9260BC41D3F18F6B90C1E7) )

    ROM_LOAD( "268-v4.bin", 0xc00000, 0x400000, CRC(969FF3B2) SHA1(50FECEB741A1C08B000B077A33151AB1352EB798) )

     

    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(E1B1131B) SHA1(68A36D336582069E79AD481638D92F57C4CD6523) ) /* 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

     

    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);

     

    install_mem_write16_handler(0, 0x2ffff0, 0x2ffff1, mslug5_bankswitch_w);

    install_mem_write16_handler(0, 0x2ffff2, 0x2ffff3, mslug5_calc_bankoffset_w);

     

    init_neogeo();

    }

     

    DRIVER_INIT( mslug5nd )

    {

    /* the S data comes from the end fo the C data */

    {

    int i;

    int tx_size = memory_region_length(REGION_GFX1);

    int rom_size = memory_region_length(REGION_GFX3);

     

    UINT8 *src = memory_region(REGION_GFX3)+rom_size-tx_size;

    UINT8 *dst = memory_region(REGION_GFX1);

     

    for (i = 0;i < tx_size;i++)

    dst = src[(i & ~0x1f) + ((i & 7) << 2) + ((~i & 8 ) >> 2) + ((i & 0x10) >> 4)];

    }

     

    install_mem_write16_handler(0, 0x2ffff0, 0x2ffff1, mslug5_bankswitch_w);

    install_mem_write16_handler(0, 0x2ffff2, 0x2ffff3, mslug5_calc_bankoffset_w);

     

    init_neogeo();

    }

     

    GAMEB( 2003, mslug5, neogeo, neogeo, neogeo, neogeo, mslug5, ROT0, "SNK Playmore", "Metal Slug 5" )

    GAMEB( 2003, mslug5nd, mslug5, neogeo, neogeo, neogeo, mslug5nd, ROT0, "SNK Playmore", "Metal Slug 5 (decrypted C)" )

  4. didnt liked the draws and the animations of the characters only few of them had a good animation (yocrapora and kusaregedo)... probably its because i didnt liked SS4 too... :D

     

    if u asking me then LB2 has a very GOOD animation and a vey GOOD game play... cant wait till LB3 will be realesed :P

  5. yes. download the source. its "d_neogeo.cpp" inside src\burn\neogeo folder (you can open it with notepad). you can also uncomment the drivers for non-encrypted versions of FBA supported games (incomplete though, i didnt find a decrypted driver for Ganryu and another game i cant remember but once you learn to compile its not a big thing at all)

    I added kof2002,svc and ss5 drivers and saved the file...

    what to do now?? :huh:

  6. hei guyz/O-fear,

    please help me, im stuck with the PASSWORD for the ssv_p1.rar/rom...

    cant understand the details on their site because its in another language.

    i downloaded it 2x but still asking for a password.

     

    the link is from O-fear....

     

    thanks guyz...

     

    MERRY CHRISTMAS everyone!...

    nice gift for us huh... :lol:

    go to my post (link below) i added the password for the files :lol:

    http://www.1emulation.com/forums/index.php...indpost&p=19941

     

    the best way to get working SS5 + emulator is to download it from eMule (GameCop posted it too... <_< )

    http://www.1emulation.com/phplinks/index.p...0b2fd280&PID=27

  7. You have to learn how to compile FBA. Once I struggled through learning how to do that, I've since been writing all my own drivers for FBA to run ALL the new games, including kof2k2, mslug4, samsho5, svc, etc.

     

    I just finished writing my own SVC driver for FBA earlier today and it works great.

     

     

    And no, SVC does NOT run any worse in FBA than it does in MAME.  As far as I'm concerned, FBA is simply the best Neo Geo emulator (and its open-source too!)

    whats that driver thing?? i heared something about that in MAME to..

    and what do i need to do for changing the drivers in FBA?? do i need the FBA source code?? <_<

  8. ok like i promise because am the admin at suprnova i will share it will you folks but don't sell my crap here you go injoy this game it's sweet you can always check my board out for tomorrow release for metal slug 5 and kof 2003 yep i said kof 2003 but keep this inside 1emulation

     

    http://suprnova.dataracks.net/torrents/808.../samsho5_nebula[1].by.svc.dump.team-rar.torrent

     

     

    http://66.90.75.92/torrents/807/Samurai_Sh...n_5-rar.torrent

     

    http://209.152.175.5/torrents/807/samsho5+...-rar(1).torrent

     

     

     

                                             My Board  Torrent City

                                               http://LINK REMOVED

    KOF2003????? R U KIDDING?!?!?! :D

    i didnt saw even one screenshot that shows KOF2003 beening dumped.. :lol:

×
×
  • Create New...