Git Product home page Git Product logo

sms_mister's Introduction

Sega Master System for MiSTer Board

Installation:

  • Copy the *.rbf file at the root of the SD card.
  • Copy *.SMS ROMs into SMS folder.

Download precompiled binaries at:

Go to releases folder.

sms_mister's People

Contributors

sorgelig avatar greyrogue avatar

Stargazers

Brahim HAMADICHAREF avatar Danielle avatar

Watchers

Bradon Kanyid avatar Naomi Peori avatar James Cloos avatar  avatar Danielle avatar

Forkers

marcellodash

sms_mister's Issues

PSG volume levels do not match output from original console

The volume levels on the original console increment in a logarithmic scale - approximately 2dB per unit set in the volume register which has possible values ranging from 0 to 15.

dB = 20*log(V1/V2)

and thus:

(V1/V2) = 10 ^ (dB/20)

10^ (-0.1) = 0.794328 ratio between any adjacent linear volume levels. This can be used to build a volume table which I will verify with oscilloscope measurements.

Some emulators use the following volume table:
int volume_table[16]={ 32767, 26028, 20675, 16422, 13045, 10362, 8231, 6568, 5193, 4125, 3277, 2603, 2067, 1642, 1304, 0 };

which corresponds to volume register values 0 to 15, in that order.

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.