GithubHelp home page GithubHelp logo

sid-player's People

Contributors

munshkr avatar ricardoquesada avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

ricardoquesada

sid-player's Issues

Read SID registers and have them on RAM

Looks like all SID registers (except for the 3rd voice) are write-only. Here is a solution I found on the csdb forum:

you have 2 options(others will bring up more:)

  1. you turn on d000 ram, and call the player like that. then you can read the values from ram, and write them back to the sid regs afterwards. but this will distort the player's output. (mostly noticable to music people, or at specific players)
  2. you recode all sta $d400 (generally any sid write) to jsr someroutine, where someroutine can store the value and then update the sid register. cubic player does this, it automatically recodes every player.

I think the second option is the safest. So we need a script that recodes every write to $d400-$d7ff on a .sid file into a jsr that stores the value somewhere on RAM (to be defined) before.

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.