Giter Site home page Giter Site logo

vitamin-caig / zxtune Goto Github PK

View Code? Open in Web Editor NEW
144.0 15.0 16.0 125.24 MB

Mirror of http://bitbucket.org/zxtune/zxtune repository with robot-only issues tracker

Home Page: https://zxtune.bitbucket.io

Makefile 1.48% C++ 74.27% Java 5.69% Shell 0.32% Perl 0.13% Ruby 0.04% Python 0.13% Batchfile 0.09% Dockerfile 0.43% AIDL 0.01% Kotlin 17.43%
chiptune zx-spectrum vgm amiga game-console music cross-platform

zxtune's Introduction

zxtune's People

Contributors

liushuyu avatar vitamin-caig avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

zxtune's Issues

Wimamp

Can you make a plugin for Winamp?

Sam Coupé format fix

Hello, I noticed that some of the Sam Coupé songs won't play but i found a fix by searching around a bit. See below. If this is already known and you are using this method, just delete this ticket.

  1. Is there "ETracker" in ASCII at file offset 0xA? If so it's an ETracker song.
    Load etracker.bin (usually found in archives with Sam Coupe songs) at 0x8000
    and the song data at 0x84B3. Run the Z80 code at 0x8000 until it returns to
    initialize the player, then run the code at 0x8006 each frame until it returns.

  2. For all other songs, first copy them to 0x8000.
    a) If the song + 0x13 matches the bytes { 0x01, 0xff, 0x01, 0x3e, 0x1c, 0xed }, patch 0x01 to 0x8001 and 0x00 to 0x8002.
    b) If the song + 0 matches the bytes { 0x43, 0x72, 0x3d, 0xc2, 0x23, 0x81 } patch 0x01 to 0x8001.
    c) For all of these type 2 songs there is no setup, you simply call the Z80 code at 0x8000 each frame until it returns.

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.