[HN] Study: 87% of classic video games are not legally available

https://lemmy.world/post/1305893

[HN] Study: 87% of classic video games are not legally available - LemmyWorld

cross-posted from: https://radiation.party/post/41704 [https://radiation.party/post/41704] > [ comments [https://news.ycombinator.com/item?id=36668472] | sourced from HackerNews [https://news.ycombinator.com/] ]

This may be hot take, but I think games are art and are part of our cultural legacy, and making steps that stops us from enjoying us from that legacy should be considered a crime, especially when they put at risk art disappearing forever.

I would start with simple rules:

  • 5 years after last new copies of the game stops being sold, pirating it stops becoming a crime
  • 10 years after platform (console?) stop being produced, if there is no official emulator available, all emulators of that platform become legal
  • intentionally trying to stop people from buying a game without breaking above rules (for example, selling one copy for price of 9999$) is a crime

As a result, I would expect all companies to either invest in backward compatibility on unprecedented level, or more likely start porting their games to PC (because they will keep being produced), even if that meant selling copies to be used with emulators. When there is money on the table, or perspective of losing money, corporations are really quick to find solutions.

Emulators are not illegal, where did you get that from?
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 emulate. If a company can find a loophole to block you, they will.

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.
That makes sense! I appreciate the thorough reply! I’ve always wondered why PCSX2 was different than other emulators on that front.
I believe a lot of emulators also include a reverse engineered custom BIO that works in most cases, but you can of course supply the official one if you “have” it.

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

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.