Page 7 of 9 FirstFirst ... 3456789 LastLast
Results 61 to 70 of 89

Thread: NEO4ALL/AES Prefetchs

                  
   
  1. #61
    DCEmu Newbie
    Join Date
    May 2006
    Posts
    27
    Rep Power
    0

    Default

    thanks ! I'll try.

  2. #62
    DCEmu Newbie
    Join Date
    May 2006
    Posts
    27
    Rep Power
    0

    Default

    .... * tested* ... didn't work
    Thanks anyways, pal.

  3. #63
    DCEmu Newbie Shoometsu's Avatar
    Join Date
    Jan 2006
    Location
    São Paulo - Brasil
    Age
    42
    Posts
    55
    Rep Power
    0

    Default

    Quote Originally Posted by KISSER
    .... * tested* ... didn't work
    Thanks anyways, pal.
    can you post a shot from your romset, showwing all the crcs?

  4. #64
    DCEmu Newbie
    Join Date
    May 2006
    Posts
    27
    Rep Power
    0

    Default

    Ok, here is:

    http://img106.imageshack.us/img106/3...haosbugtg5.jpg

    The unzipped rom contains a folder ( well, obviously the zipped "version" too ), I don't know if I have to change files in both folders ( I did that ).

    THX in advance.

  5. #65
    DCEmu Newbie Shoometsu's Avatar
    Join Date
    Jan 2006
    Location
    São Paulo - Brasil
    Age
    42
    Posts
    55
    Rep Power
    0

    Default

    Quote Originally Posted by KISSER
    Ok, here is:

    http://img106.imageshack.us/img106/3...haosbugtg5.jpg

    The unzipped rom contains a folder ( well, obviously the zipped "version" too ), I don't know if I have to change files in both folders ( I did that ).

    THX in advance.
    but there's no crc on the screenshot. just open the zip with winrar or winzip to show the rom's crc...

    an exmple here:

  6. #66

  7. #67
    DCEmu Newbie
    Join Date
    Dec 2005
    Posts
    12
    Rep Power
    0

    Default

    Quote Originally Posted by Shoometsu
    coders cable problem solved. I've used unibios 1.0 since in the newer versions the D and DIP switch buttons are assigned in the B button. first results, prefetches attached:

    Code:
    #mame set of  kof94 
    game  kof94  MVS "The King of Fighters '94" 
    CPU 0x200000
    055-p1.bin 0x100000 0x100000 NORM
    - 0x0 0x100000 NORM
    END
    SFIX 0x20000
    055-s1.bin 0x0 0x20000 NORM
    END
    SM1 0x20000
    055-m1.bin 0x0 0x20000 NORM
    END
    SOUND1 0x600000
    055-v1.bin 0x0 0x200000 NORM
    055-v2.bin 0x200000 0x200000 NORM
    055-v3.bin 0x400000 0x200000 NORM
    END
    GFX 0x1000000
    055-c1.bin 0x0 0x200000 ALTERNATE
    055-c2.bin 0x1 0x200000 ALTERNATE
    055-c3.bin 0x400000 0x200000 ALTERNATE
    055-c4.bin 0x400001 0x200000 ALTERNATE
    055-c5.bin 0x800000 0x200000 ALTERNATE
    055-c6.bin 0x800001 0x200000 ALTERNATE
    055-c7.bin 0xc00000 0x200000 ALTERNATE
    055-c8.bin 0xc00001 0x200000 ALTERNATE
    END
    END
    
    #mame set of  kof95 
    game  kof95  MVS "The King of Fighters '95" 
    CPU 0x200000
    084-p1.bin 0x100000 0x100000 NORM
    - 0x0 0x100000 NORM
    END
    SFIX 0x20000
    084-s1.bin 0x0 0x20000 NORM
    END
    SM1 0x20000
    084-m1.bin 0x0 0x20000 NORM
    END
    SOUND1 0x700000
    084-v1.bin 0x0 0x400000 NORM
    084-v2.bin 0x400000 0x200000 NORM
    084-v3.bin 0x600000 0x100000 NORM
    END
    GFX 0x1a00000
    084-c1.bin 0x0 0x400000 ALTERNATE
    084-c2.bin 0x1 0x400000 ALTERNATE
    084-c3.bin 0x800000 0x400000 ALTERNATE
    084-c4.bin 0x800001 0x400000 ALTERNATE
    084-c5.bin 0x1000000 0x200000 ALTERNATE
    084-c6.bin 0x1000001 0x200000 ALTERNATE
    084-c7.bin 0x1800000 0x100000 ALTERNATE
    084-c8.bin 0x1800001 0x100000 ALTERNATE
    END
    END
    
    #mame set of kof96
    game kof96 MVS "kof96"
    CPU 0x300000
    214-p1.bin 0x0 0x100000 NORM
    214-p2.bin 0x100000 0x200000 NORM
    END
    SFIX 0x20000
    214-s1.bin 0x0 0x20000 NORM
    END
    SM1 0x20000
    214-m1.bin 0x0 0x20000 NORM
    END
    SOUND1 0xa00000
    214-v1.bin 0x0 0x400000 NORM
    214-v2.bin 0x400000 0x400000 NORM
    214-v3.bin 0x800000 0x200000 NORM
    END
    GFX 0x2000000
    214-c1.bin 0x0 0x400000 ALTERNATE
    214-c2.bin 0x1 0x400000 ALTERNATE
    214-c3.bin 0x800000 0x400000 ALTERNATE
    214-c4.bin 0x800001 0x400000 ALTERNATE
    214-c5.bin 0x1000000 0x400000 ALTERNATE
    214-c6.bin 0x1000001 0x400000 ALTERNATE
    214-c7.bin 0x1800000 0x400000 ALTERNATE
    214-c8.bin 0x1800001 0x400000 ALTERNATE
    END
    END
    I have used yours prefetches, but KoF'94, KoF'95 don't work and KoF'96 works badly with much graphic bugs! The same games work well without prefetches!

  8. #68
    DCEmu Newbie Shoometsu's Avatar
    Join Date
    Jan 2006
    Location
    São Paulo - Brasil
    Age
    42
    Posts
    55
    Rep Power
    0

    Default

    Quote Originally Posted by Wugy
    I have used yours prefetches, but KoF'94, KoF'95 don't work and KoF'96 works badly with much graphic bugs! The same games work well without prefetches!
    very strange, I'm using the mame set for these roms, and I had gfx problems using the "original" romrc, so I needed to change the c data allocation as listed above to make it work without gfx problems, and the other are working even with the original aes-bios.bin... I dunno what's your romset, but you can try to use your original romrc to see if that works without any problems...
    my sets (respectively kof94, kof95 and kof96):



    kisser: your shot is not showing the crc column, wich is what I need. see an example in the shots above, and enable it...

  9. #69
    DCEmu Newbie
    Join Date
    Dec 2005
    Posts
    12
    Rep Power
    0

    Default

    Quote Originally Posted by Shoometsu
    very strange, I'm using the mame set for these roms, and I had gfx problems using the "original" romrc, so I needed to change the c data allocation as listed above to make it work without gfx problems, and the other are working even with the original aes-bios.bin... I dunno what's your romset, but you can try to use your original romrc to see if that works without any problems...
    my sets (respectively kof94, kof95 and kof96):



    kisser: your shot is not showing the crc column, wich is what I need. see an example in the shots above, and enable it...
    Sorry, I've had problems with the file "romrc", but now all ok! Thanks for the prefetches, you are a big!

  10. #70
    DCEmu Newbie
    Join Date
    May 2006
    Posts
    27
    Rep Power
    0

    Default

    Quote Originally Posted by Shoometsu



    kisser: your shot is not showing the crc column, wich is what I need. see an example in the shots above, and enable it...
    sorry, how EXACTLy can I see those crc from my SVC rom for can show them to you ? I give up, I can't understand how to do this

Page 7 of 9 FirstFirst ... 3456789 LastLast

Thread Information

Users Browsing this Thread

There are currently 2 users browsing this thread. (0 members and 2 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •