Two Stop Bitsnew | comments | tags | ask | submitlogin
  • ondono 385 days ago | parent | on: Nearly all Nintendo 64 games can now be recompiled...
    Not an expert, but from what I see the code is being recompiled for the new platform, so no, this is not an emulator. Emulating would require running the original binary on top of a virtual representation of the console in question.

    Decompilations OTOH are work-intensive recreations of the source code, and people expect this recreation to have certain resemblance to the original (unavailable) code. This tool doesn't do this.

    It grabs the binary "translates" it to C by using some clues to restore some of the structure, but it's C output is basically unreadable for humans. This output is then piped into a compiler for the target platform together with the pulled assets.

    • rocky1138 385 days ago
      This all makes sense, but what about N64-specific functionality like line buffers or frame buffers? How is that work updated to add ray tracing, etc.?
lists | rss | source
Search:
Two Stop Bits is a discussion web site about retro computing and gaming.