User Tag List

Results 1 to 6 of 6

Thread: some unDMA'd codes don't work??

  1. #1
    some unDMA'd codes don't work??

    User Info Menu

    some unDMA'd codes don't work??

    Why is it that some DMA codes do not work when they are turned back into a regular code?

    I sub-routined the regular version and it still didn't work.

    Why is it that if I directly sub-routine the DMA it will work.

    #SKYWALKER DMA Hz15
    0xFFFFFFFF 0x00505858
    0x00000368 0x00000000

    #SKYWALKER <<<<<<<< Doesn't Work
    0x0138A898 0x00000000

    #SKYWALKER SUB <<<<<<<< Doesn't Work
    0x00000118 0x0A400000
    0x00800000 0x3c0809B9
    0x00800004 0x00004800
    0x0080000c 0xad09A898
    0x00800010 0x03e00008

  2. #2
    some unDMA'd codes don't work??

    User Info Menu

    Re: some unDMA'd codes don't work??

    what does DMA mean

  3. #3
    some unDMA'd codes don't work??

    User Info Menu

    Re: some unDMA'd codes don't work??

    nice........... answer a question with a question

    DMA = Direct Memory Access
    ø¤º°`°º¤ø
    ,¸¸,ø¤º°`°º¤ø,¸¸, PSP 1000 CFW 5.50GEN-D3
    °º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º
    °`°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º °`°`°
    °º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°
    ,¸¸,ø¤º°`°º¤ø,¸¸ PSP 3000 5.03 w/ CFW ENABLER

  4. #4
    some unDMA'd codes don't work??

    User Info Menu

    Re: some unDMA'd codes don't work??

    It doesn't work cuz the place that it is in it's in a high area of memory wich most of the stuff up their need to be dma'd to work if it's not it will only work once an never again cuz it moves. Need to do a dma sub for the code to work
    Get At Me Bl4Ck.KiD... Aka BK
    Future Rapper - Spits Fire
    Psp Coder - Mips, C
    Web Designer - HTML, Javascript, Some PHP
    Computer Programmer - Currently Learning C/C++, Visual Basic, Pascal, Brainfuck, Python, Ruby

  5. #5
    some unDMA'd codes don't work??

    User Info Menu

    Re: some unDMA'd codes don't work??

    well whats differant from dma and regular codes
    im mean like is it any better ?

  6. #6
    some unDMA'd codes don't work??

    User Info Menu

    Re: some unDMA'd codes don't work??

    Quote Originally Posted by Bl4Ck.KiD... View Post
    It doesn't work cuz the place that it is in it's in a high area of memory wich most of the stuff up their need to be dma'd to work if it's not it will only work once an never again cuz it moves. Need to do a dma sub for the code to work
    thanks BK

    Quote Originally Posted by aa72on View Post
    well whats differant from dma and regular codes
    im mean like is it any better ?
    its not any better it is just a different way of applying the same code

    some codes need it to work for the reason BK^^^ said

    the DMA version of a most codes most of the time doesnt change the way the code behaves
    ø¤º°`°º¤ø
    ,¸¸,ø¤º°`°º¤ø,¸¸, PSP 1000 CFW 5.50GEN-D3
    °º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º
    °`°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º °`°`°
    °º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°
    ,¸¸,ø¤º°`°º¤ø,¸¸ PSP 3000 5.03 w/ CFW ENABLER

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
  •