• @Gray@lemmy.ca
    link
    fedilink
    English
    13
    edit-2
    1 year ago

    This isn’t necessarily always true. PCSX2, the main PS2 emulator, for example needs a BIOS file that can only be obtained from an actual PS2 (or “illegally”). I’m not sure why that emulator requires it when others don’t. The closest thing to an explanation I could find online just said “legal issues”, but didn’t go into details. That makes me suspect that there was pushback from Sony about the emulator. So if such emulation laws were to be written they absolutely should protect in stone the right to create and use emulators. If a company can find a loophole to block you, they will.

    • @fernandofig@reddthat.com
      link
      fedilink
      English
      81 year ago

      The closest thing to an explanation I could find online just said “legal issues”, but didn’t go into details.

      I don’t think that makes sense, or at least it doesn’t properly qualify the problem. BIOS is a set of baked-in software routines that mediate certain operations between software and hardware. In theory it could be reverse-enginereed and thus emulated just like the rest of the hardware is. In fact, many of the more simple systems (like 8 or 16-bit consoles) have their BIOS emulated. But for more advanced or poorer documented systems, there are, in my view, two problems with that:

      • If your reversed engineered version of the BIOS has bugs (and during early stages of development, it would have a lot), the ways in which these bugs could present themselves makes the situation ambiguous, because it may be hard to know, from the symptoms, whether the bug is on the BIOS or on the hardware emulation. So developers just use the official BIOS because then if you see bugs, you know for sure the problem is on the hardware emulation. And also, reverse engineering the BIOS would require a lot of effort that developers would probably rate as low priority given they could use a perfectly functional BIOS and avoid a whole lot of other technical problems as per above. I mean, for many systems, hardware emulation is a problem already complex enough;
      • Depending on the system, the BIOS code could be so simple that a reverse engineered version of it could conceivably be so close to the actual official code that it could, yes, trigger a copyright suit from the creator.
      • @phx@lemmy.ca
        link
        fedilink
        English
        31 year ago

        BIOS is a set of baked-in software routines that mediate certain operations between software and hardware. In theory it could be reverse-enginereed and thus emulated just like the rest of the hardware

        On older systems yeah, but on newer systems that rely on cryptographic keys and DRM - and circumventing DRM can still be a crime - it’s not so cut and dry. You can’t “emulate” away the encryption

      • @Gray@lemmy.ca
        link
        fedilink
        English
        21 year ago

        That makes sense! I appreciate the thorough reply! I’ve always wondered why PCSX2 was different than other emulators on that front.

    • @tobier@lemmy.world
      link
      fedilink
      English
      41 year ago

      It’s required because a lot of the functionality of the PS2 is in the embedded software, the BIOS.

      The problem is not the emulator itself, it’s the BIOS which is copyrighted. The emulator is not illegal, but bundling the BIOS with it would be.