Skip to content
forked from gianlucag/SidBerry

SidBerry v4.0 - SID file player for USBSID-Pico using any SID chip (6581/8580), SwinSID or SidkickPico like replacements

License

Notifications You must be signed in to change notification settings

LouDnl/SidBerry

 
 

Repository files navigation

SidBerry

USBSID-Pico Music player for MOS SID chip (6581/8580), SIDKick-pico or SwinSID like replacements

USBSID-Pico

Original Author and repo of SidBerry

@gianlucag ~ SidBerry

USBSID-Pico

This repo contains an adaptation of SidBerry that includes playing SID files over USB on a Linux PC (Windows if you compile on Windows - no support).

Dependencies for building

USBSID-Pico requires libusb

Building SidBerry

Examples:

git clone --recurse-submodules git@github.com:LouDnl/SidBerry.git
# Compile with
cmake -S . -B build && cmake --build build --parallel $(nproc)
# Install with
cp build/usbsidberry ~/.local/bin/

The original README by @gianlucag

About

SidBerry v4.0 - SID file player for USBSID-Pico using any SID chip (6581/8580), SwinSID or SidkickPico like replacements

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 91.9%
  • C 7.2%
  • CMake 0.9%