This is a ZX Spectrum program which displays the artwork and plays the theme from the Linux Matters podcast.
Go to file
2024-11-11 18:38:56 +00:00
.gitignore Initial version 2024-11-11 18:38:56 +00:00
code.asm Initial version 2024-11-11 18:38:56 +00:00
dzx0_turbo.asm Initial version 2024-11-11 18:38:56 +00:00
header.asm Initial version 2024-11-11 18:38:56 +00:00
lm1.zx0 Initial version 2024-11-11 18:38:56 +00:00
lm2.zx0 Initial version 2024-11-11 18:38:56 +00:00
lm3.zx0 Initial version 2024-11-11 18:38:56 +00:00
lm4.zx0 Initial version 2024-11-11 18:38:56 +00:00
lm5.zx0 Initial version 2024-11-11 18:38:56 +00:00
lm6.zx0 Initial version 2024-11-11 18:38:56 +00:00
lm7.zx0 Initial version 2024-11-11 18:38:56 +00:00
lmtheme.asm Initial version 2024-11-11 18:38:56 +00:00
Makefile Initial version 2024-11-11 18:38:56 +00:00
README.md Initial version 2024-11-11 18:38:56 +00:00
remload.asm Initial version 2024-11-11 18:38:56 +00:00
ttttt.c Initial version 2024-11-11 18:38:56 +00:00

Linux Matters Podcast Theme Demo

This is a ZX Spectrum program which plays the title and theme from the Linux Matters Podcast. It uses my ZX Spectrum REMLoad routine, 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 )
  • make

Thanks

Licence

In keeping with the podcast, this is released under the Creative Commons Attribution-NonCommercial 4.0 International license. Please consult the zx0 repository for the requirements for that code.