Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Faster emulation?

                  
   
  1. #1

    Default Faster emulation?

    Hi,
    I don't really know how an emulator works, but i think it just "translates" the code, right?
    Could it be possible to make a program that does this "translation" outside the psp, in the computer, so the psp just needs to run the translated game? That should speed up the emulation...

  2. #2
    DCEmu Legend Accordion's Avatar
    Join Date
    Jan 2006
    Location
    Birmingham, UK
    Age
    36
    Posts
    2,884
    Rep Power
    90

    Default

    as far as i know that is illegal

    you cant alter copyrighted products

  3. #3
    DCEmu Rookie GeEkPiE's Avatar
    Join Date
    Apr 2006
    Location
    UK, hampshire
    Age
    35
    Posts
    148
    Rep Power
    70

    Default whats the point in that

    the whole point of an n64 emu on psp is that you hav a protable n64 not to play it hooked up to the computer

    you wouldnt be able to take it on the road unless you had a laptop

  4. #4

    Default

    Quote Originally Posted by GeEkPiE
    the whole point of an n64 emu on psp is that you hav a protable n64 not to play it hooked up to the computer

    you wouldnt be able to take it on the road unless you had a laptop
    i think he means convert the games into a specific language other than the n64 i.e. lua (all i could thing of ) ad then play it, but like said before that could breach copyright laws (i think )

  5. #5
    DCEmu Old Pro SSaxdude's Avatar
    Join Date
    Dec 2005
    Location
    Suburbia, IL
    Posts
    1,928
    Rep Power
    82

    Default

    Emulating games in any form is probably illegal. But yes, if a game was written in PSP language it would be definately faster. I think Sony's Playstation "emulator" is just the games but written in PSP code.

  6. #6
    DCEmu Newbie MonoLoco's Avatar
    Join Date
    Feb 2006
    Posts
    52
    Rep Power
    0

    Default

    God forbid you do something illegal with a copyrighted rom >.>. You do realize even possessing it is illegal?

    Now, AFAIK, there are some problems (or at least serious difficulties) with what you're describing (static recompilation) which is why most devs looking for optimization go the dynarec (dynamic recompilation) route, like StrmnNrmn and PSMonkey. Basically, any time there's an opcode that signals a "jump" to another part of the binary, parts of the code are optimized in real time for the system the emulator is running on.

    This process in itself has some overhead though (StrmnNrmn's dynarec engine was originally slower than the translated method, but with more and more optimizations it quickly becomes faster).

    Anyway, I don't see how static recompilation, if it did work, would affect portability. You download most of the roms from the computer anyway, do you not? What's the difference if you add another step?

  7. #7
    DCEmu Regular BALL_SAC's Avatar
    Join Date
    Mar 2006
    Location
    Teabagin, OK
    Posts
    310
    Rep Power
    71

    Default

    The actual emulaters are not illegal at all... But roms on the other hand, are. Roms are not illegal if you own the actuall game, and/or delete them off your harddrive (or memory unit of some type).

    The translation... I cant say much about, but altering any type of copyright product is indeed illegal. Thats when people get in trouble with the law when they get caught doing illegal acts like that. I have never seen an actual alternated version of any type of N64 rom.... So I dont think anybody will take the time to create a "translater" of any type.

  8. #8

    Default

    no i thought he ment that like the emulater runs on the comptuer and u play it on the psp with a usb cord or something like the pmp thing ware u do it wireless or am i jsut baballing

  9. #9
    PSP Coder
    Join Date
    Sep 2005
    Posts
    1,407
    Rep Power
    86

    Default

    closest thing doable is a static recompiled rom at run time. Yet this does not work for a large section of the n64 library.

    Best bet for speed up is
    1) keep 64bit ops to a minimul
    2) a recompiler (preferably dynamic).

  10. #10
    DCEmu Newbie MonoLoco's Avatar
    Join Date
    Feb 2006
    Posts
    52
    Rep Power
    0

    Default

    Roms are illegal regardless of whether you own the game or not; those disclaimers you see at the top of rom sites saying that ownership makes it legal are just to keep you coming back. That being said, you would probably never get caught, and pirating a game you already own isn't exactly something anyone's going to care about.

    The thing is, using that line of logic, what's the difference if you're stealing intellectual property or modifying it...both are illegal, and you likely wouldn't get caught doing either. If you've ever been to a rom site, you'd see there are tons of hacks of pretty much every major commercial release, and I don't see Nintendo showing up at their doors with cease-and-desist letters.

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 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
  •