This open source project created by Chloé Avrillon (aka LadyWasky/Waskol) for the Oric Atmos 48K computer, is an adaptation of UltraSyd - Robot by STarKos, a music created for the Atari ST.
The player is written in C and 6502A assembly, using the Oric Software Development Kit (OSDK), a complete cross-development system allowing to create software for the Oric 1, Oric Atmos, and Oric Telestrat computers. BASIC, C and a bit of assembly language were used for this project.
The Release folder contains the digitalized disk you can use with an Oric emulator such like Oricutron that you can find here and here for the latest build
Simply use the batch file osdk_build.bat, located in the .\sources (sources) directory the project. After a couple of seconds, a new directory, release, will appear with a .tap file in it. This can be used with an Oric emulator such like Euphoric (DOS) or Oricutron (Windows, Linux, MacOs,...).
I wish to thank some people of the Oric community namely DBug for its OSDK and Twilighte who is no longer among us who did so much for the Oric. The player and irq routines are their work.