Code Monkey home page Code Monkey logo

soundtrakker's Introduction

The CPC Soundtrakker

This repository is (was) supposed to contain everything concerning Soundtrakker for the Amstrad CPC, where everything means all bits and pieces which constitute the actual software.

A short story how the source finally ended up in this repository.

I managed to turn most of my old 3" disks into disk-images in the .dsk format in 2023 and every now and then I took a look into the resulting images, sometimes extracting some files and generally messing around. In May 2024 I finally managed to obtain the main assembly source files for Soundtrakker 1.0, a task which was not as easy as it may sound, since I used the GENA3 assembler of the https://www.cpcwiki.eu/index.php/Hisoft_Devpac package to build everything. GENA3 uses a proprietary file format for the source files and the only way to turn them into ASCII files to put on github was to load up GENA3, load and export to ASCII each of the source files. Turns out that some of the files got messed up when exported that way and initially I had no idea why or how to resolve it. After a break of a few months I revisited the thing, tried exporting the files in chunks of a few kilobytes each and somehow that did the trick!

So here you go, the four source files (diskop, insedit, misc & trakker) which I wrote to create Soundtrakker. The final program is linked together using a couple of jump tables at the beginning of each of the objects files you get after assembly (take a look at the org directive in each file) , but I did not (yet) want to invest more time into that so that's some kind of exercise for those who are curious enough. The thing is, you will still not get a running Soundtrakker because the font file is (yet?) missing. :-O

BTW: The files assemble without errors using rasm (v2.1.6)

st128-player.asm is the stand-alone player to use for compiled Soundtrakker 128 files.

soundtrakker's People

Contributors

betasoftcologne avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  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.