Create README.md
1 file changed
tree: 7b740d8bbabf834d7a9ee3c2580f446625db5b0f
  1. .gitattributes
  2. .gitignore
  3. Audio.cpp
  4. Audio.h
  5. AudioSDL.cpp
  6. AudioSDL.h
  7. CbmTune.cpp
  8. CbmTune.h
  9. Cpu.cpp
  10. Cpu.h
  11. Cpu7501asm.h
  12. Filter.cpp
  13. Filter.h
  14. README.md
  15. Sid.cpp
  16. Sid.h
  17. Tedmem.cpp
  18. Tedmem.h
  19. Tedsound.cpp
  20. cbm8m.txt
  21. main.cpp
  22. mem.h
  23. psid.h
  24. roms.h
  25. serial.h
  26. tedplay.VS10.sln
  27. tedplay.VS10.vcproj
  28. tedplay.VS10.vcxproj
  29. tedplay.VS10.vcxproj.filters
  30. tedplay.VS14.sln
  31. tedplay.VS14.vcxproj
  32. tedplay.VS14.vcxproj.filters
  33. tedplay.VS9
  34. tedplay.VS9.cbp
  35. tedplay.VS9.sln
  36. tedplay.VS9.vcproj
  37. tedplay.cbp
  38. tedplay.cpp
  39. tedplay.h
  40. tedplay.sln
  41. tedplay.vcproj
  42. types.h
  43. win/
README.md

tedplay

tedplay is media player - similar to SIDplay for the C64 - based on a stripped down Commodore plus/4 emulator for playing Commodore 264 music format files. Its primary format is TMF (TED Music Format) but it it also copes with the popular PSID container files originating from the Commodore 64.

You can compile it both as a command line tool using SDL2 as well as a Windows GUI program using WTL, the excellent Windows Template Library.