Pass '-fno-common' to C++ compiler
1 file changed
tree: 250bc53f3773325a5d459730272db577d4e7db10
  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. Makefile
  15. README.md
  16. Sid.cpp
  17. Sid.h
  18. Tedmem.cpp
  19. Tedmem.h
  20. Tedsound.cpp
  21. cbm8m.txt
  22. main.cpp
  23. mem.h
  24. psid.h
  25. roms.h
  26. serial.h
  27. tedplay.VS10.sln
  28. tedplay.VS10.vcproj
  29. tedplay.VS10.vcxproj
  30. tedplay.VS10.vcxproj.filters
  31. tedplay.VS14.sln
  32. tedplay.VS14.vcxproj
  33. tedplay.VS14.vcxproj.filters
  34. tedplay.VS9
  35. tedplay.VS9.cbp
  36. tedplay.VS9.sln
  37. tedplay.VS9.vcproj
  38. tedplay.cbp
  39. tedplay.cpp
  40. tedplay.h
  41. tedplay.sln
  42. tedplay.vcproj
  43. types.h
  44. 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.