-
Notifications
You must be signed in to change notification settings - Fork 3
Home
tedplay/WinTedPlay is a Commodore music player for Windows/Unix written in C++ using WTL and SDL, based on a stripped down Commodore plus/4 emulator for playing Commodore 264 music format files similar to SIDplay for the C64. It somewhat resembles SIDPlay, the music player of its big breadbox brother.
It aims to become the de facto standard player of choice for the Commodore 264 music collection as well as a set of tools that makes it easier to convert native music to any of the dedicated music file formats.
Its native file format is the TMF (TED Music Format) but Tedplay is also capable of playing popular, native PSID format files.
Download music for the player from the following locations:
High Voltage TED music collection by Luca
If you want to compile a command line executable for Unix/Linux/Windows, you'll need SDL available from: SDL library
In case you're compiling for Windows, you'll need the Active Template Library and the excellent Windows Template Library from: WTL