27 lines
1.3 KiB
Markdown
27 lines
1.3 KiB
Markdown
|
# Linux Matters Podcast Theme Demo
|
||
|
|
||
|
This is a ZX Spectrum program which plays the title and theme from the [Linux Matters Podcast](https://linuxmatters.sh/). It uses my [ZX Spectrum REMLoad routine](https://boarstone.mcphail.uk/mcphail/spectrum_remload), and should serve as an example of how to adapt it to your own projects.
|
||
|
|
||
|
## Building
|
||
|
|
||
|
On a Linux machine, run `make`. I have no idea if it will build on Windows or MacOS. Patches welcome!
|
||
|
|
||
|
## Requirements
|
||
|
|
||
|
- A C compiler
|
||
|
- `pasmo`
|
||
|
- `dd`
|
||
|
- Einar Saukas's `zx0` compression tool ( [Github Repository](https://github.com/einar-saukas/ZX0) )
|
||
|
- `make`
|
||
|
|
||
|
## Thanks
|
||
|
|
||
|
- [Mark](https://indieweb.social/@marxjohnson), [Wimpy](https://wimpysworld.com/) and [Popey](https://popey.com/) from the Linux Matters show
|
||
|
- [Joe Ressington](https://joeress.com/) for the music, artwork and for producing the show
|
||
|
- [Einar Saukas](https://github.com/einar-saukas) for the `zx0` compression routines
|
||
|
- [Shiru](https://shiru.untergrund.net/software.shtml) for the `BeepFX` tool used to sample and play the music
|
||
|
|
||
|
## Licence
|
||
|
|
||
|
In keeping with the podcast, this is released under the [Creative Commons Attribution-NonCommercial 4.0 International license](https://creativecommons.org/licenses/by-nc/4.0/). Please consult the `zx0` repository for the requirements for that code.
|