Coder Social home page Coder Social logo

webgeek1234 / bsnes-mercury Goto Github PK

View Code? Open in Web Editor NEW

This project forked from libretro/bsnes-mercury

0.0 2.0 0.0 4.55 MB

Fork of bsnes with various performance improvements.

License: GNU General Public License v3.0

Makefile 1.09% C++ 92.75% C 5.71% Shell 0.01% Limbo 0.42% GLSL 0.03% Perl 0.01%

bsnes-mercury's Introduction

bsnes-mercury

bsnes-mercury is a fork of higan, aiming to restore some useful features that have been removed, as well as improving performance a bit. Maximum accuracy is still uncompromisable; anything that affects accuracy is optional and off by default.

Changes to upstream:

  • The biggest change is getting the interface sane, which is accomplished through libretro.
  • 'inline' was added all across the PPU subclasses. Framerate went up by 20% from such a trivial change! (Spamming inline elsewhere does little if anything, so it wasn't done.)
  • A fast path was added to various parts of the CPU bus, improving framerate by about 2.5%.
  • libco has been changed quite a bit, both for performance, readability, and portability to more platforms.
  • A seven-line function in sfc/memory/memory-inline.hpp was replaced, which speeds up ROM load by roughly a factor 6 (1.2s -> 0.2s). (This change was developed for upstream, and the author of higan was mostly positive; it is likely to appear in bsnes v095.)
  • A section in sfc/memory/memory.cpp was specialized for the common, easy, case. This speeds up ROM load time by about a third.
  • HLE emulation of some special chips is optionally restored (defaults to LLE), to improve performance and reduce reliance on those chip ROMs (they're not really easy to find). Chips for which no HLE emulation was developed (ST-0011 and ST-0018) are still LLE.
  • SuperFX overclock is now available (off by default, of course); if enabled, it makes Star Fox look quite a lot smoother.

Todo list:

  • Is the compat core's DSP identical to that of the accuracy core, but a bit faster?
  • Examine if ST-0011 is confused by attempts to HLE it.

The name is because metals are shiny, like the accuracy promises of bsnes, and mercury is the fastest metal.

bsnes-mercury's People

Contributors

alcaro avatar inactive123 avatar webgeek1234 avatar arakerlu avatar sergiobenrocha2 avatar brunnis avatar hizzlekizzle avatar ilag11111 avatar hunterk avatar anyputer avatar fr500 avatar alice-mkh avatar gregorr avatar vanfanel avatar jdgleaver avatar kwyxz avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.