Slashdot Mirror


Our Video Game Heritage Is Rotting Away

eldavojohn writes "There's been a movement to preserve virtual worlds but MIT's Tech Review paints a dire picture of our video game memories rotting away in the attic of history. From the article: 'Entire libraries face extinction the moment the last remaining working console of its kind — a Neo Geo, Atari 2600 or something more obscure, like the Fairchild Channel F — bites the dust.' Published in The International Journal of Digital Curation, a new paper highlights this problem and explains how emulators fall short to truly preserve our video game heritage. The paper also breaks down popular SNES emulators to illustrate the growing problem with emulators and their varying quality. Do you remember any video consoles like the Magnavox Odyssey that are forever lost to the ages?"

2 of 492 comments (clear)

  1. Vectrex by jomama717 · · Score: 5, Informative

    I have fond memories of playing the Vectrex console when I was a kid - I suppose there must be a few working units floating around out there but based on the way the graphics worked I wonder if you could ever truly emulate it on a PC.

    Even if you could emulate the graphics you couldn't emulate the clear plastic templates you had to mount on the screen depending on the game :)

    --
    while [ 1 ]; do echo -n -e "\xe2\x95\xb$((($RANDOM&1)+1))"; done
  2. Re:Their evaluation of emulators by Hatta · · Score: 4, Informative

    Zsnes is great, but not a model of accuracy. The audio accuracy is especially poor. It's also written partly in 32-bit x86 assembly, so it's only going to be with us for as long as x86 is.

    bsnes on the other hand is written to be cycle accurate. Everything the hardware does is emulated, with no shortcuts. That is what we really need from emulators. Plus it's written in portable C++, so it will be around forever. The downside is that you need a fairly hefty machine to run it.

    --
    Give me Classic Slashdot or give me death!